3 * Makefile.in (init.c): Declare initialize_all_files;
4 don't include call-cmds.h.
6 * symtab.c: Don't include call-cmds.h.
7 * top.c: Don't include call-cmds.h. Declare
12 * symfile.c (list_overlays_command, map_overlay_command)
13 (unmap_overlay_command): Now static.
17 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
18 "define", "while", and "if" commands.
19 * cli/cli-script.c (while_command, if_command, define_command)
20 (document_command): Now static.
21 (_initialize_cli_script): New function.
22 * cli/cli-script.h (while_command, if_command, define_command)
23 (document_command): Don't declare.
27 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
28 (init_cli_cmds): Move most code into new function.
32 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
33 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
38 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
39 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
40 * xcoffread.c (xcoff_get_core_n_import_files): New function.
41 (xcoff_get_n_import_files): New function.
42 * xcoffread.h (xcoffread.h): Add declaration.
43 * rs6000-aix-tdep.c: #include "xcoffread.h".
44 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
45 XCOFF executables that do not depend on any shared library.
46 * rs6000-lynx178-tdep.c: New file.
47 * configure.tgt: Add powerpc-*-lynx*178 handling.
48 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
49 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
53 * ui-file.c (ui_file): Add to_fseek.
54 (ui_file_new): Call set_ui_file_fseek.
55 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
56 stdio_file_fseek): New functions.
57 (stdio_file_new): Call set_ui_file_fseek.
58 * ui-file.h (ui_file_fseek_ftype): New typedef.
59 (set_ui_file_fseek, ui_file_fseek): New externs.
63 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
64 (set_ui_file_isatty): Change isatty to isatty_ptr.
65 (set_ui_file_rewind): Change rewind to rewind_ptr.
66 (set_ui_file_put): Change put to put_ptr.
67 (set_ui_file_write): Change write to write_ptr.
68 (set_ui_file_write_async_safe): Change write_async_safe to
70 (set_ui_file_read): Change read to read_ptr.
71 (set_ui_file_fputs): Change fputs to fputs_ptr.
72 (set_ui_file_data): Change delete to delete_ptr.
76 * solib-darwin.c (darwin_current_sos): Fix indentation.
77 (darwin_read_exec_load_addr): New function.
78 (darwin_solib_create_inferior_hook): Rebase executable.
79 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
80 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
84 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
85 * gnulib/import/errno.in.h: Import.
86 * gnulib/import/m4/errno_h.m4: Import.
87 * gnulib/aclocal.m4: Regenerate.
88 * gnulib/configure: Regenerate.
89 * gnulib/import/Makefile.am: Update.
90 * gnulib/import/Makefile.in: Update.
91 * gnulib/import/m4/gnulib-cache.m4: Update.
92 * gnulib/import/m4/gnulib-comp.m4: Update.
96 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
97 8d5bd1402003bd0153984b138735adf537d960b0.
98 * gnulib/aclocal.m4, configure, config.in: Regenerate.
99 * gnulib/import/m4/extern-inline.m4: Import.
100 * gnulib/import/wctype-h.c: Import.
101 * gnulib/import/Makefile.am: Update.
102 * gnulib/import/Makefile.in: Update.
103 * gnulib/import/alloca.in.h: Update.
104 * gnulib/import/extra/snippet/warn-on-use.h: Update.
105 * gnulib/import/localcharset.c: Update.
106 * gnulib/import/m4/fcntl-o.m4: Update.
107 * gnulib/import/m4/gnulib-cache.m4: Update.
108 * gnulib/import/m4/gnulib-comp.m4: Update.
109 * gnulib/import/m4/wctype_h.m4: Update.
110 * gnulib/import/stdbool.in.h: Update.
111 * gnulib/import/verify.h: Update.
112 * gnulib/import/wctype.in.h: Update.
116 * gnulib/update-gnulib.sh: Add call to autoheader.
120 * top.c (xgdb_verbose): Remove.
125 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
126 unused forward declarations.
127 (skip_file_command): Make variables symtab and filename targets const.
128 Use proper 0 vs. NULL constant everywhere.
129 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
130 Include empty line after declarations. Use GNU spacing in a comment.
131 Do not use strlen for end of string check.
132 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
134 (skip_enable_command, skip_disable_command, skip_delete_command)
135 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
136 (function_pc_is_marked_for_skip): Make variable filename target const.
137 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
139 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
140 NULL constant everywhere. Include empty line after declarations. Make
141 variable symtab target const. Do not use strlen for end of string
147 * breakpoint.c (clear_command): Remove variable sal_name_len and its
148 initialization, remove it from the compare_filenames_for_search call.
149 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
150 name_len and its initialization, remove it from the
151 compare_filenames_for_search calls.
152 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
153 * symtab.c (compare_filenames_for_search): Remove the search_len
154 parameter, update the function comment, new variable search_len
155 initialized from SEARCH_NAME.
156 (iterate_over_some_symtabs): Remove variable name_len and its
157 initialization, remove it from the compare_filenames_for_search calls.
158 * symtab.h (compare_filenames_for_search): Remove the search_len
163 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
164 (ALLDEPFILES): ... to there.
168 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
172 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
173 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
174 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
175 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
176 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
177 to gdb_target_obs for every target that uses rs6000-tdep.o.
178 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
179 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
180 or register_ppc_ravenscar_ops.
184 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
185 RAVENSCAR_SPARC_THREAD_H.
186 * sparc-ravenscar-thread.c: Rename all global entities
187 whose name is uses "ravenscar_sparc" as the prefix to use
188 "sparc_ravenscar" instead.
192 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
193 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
194 Adjust sparc-ravenscar-thread.h #include.
195 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
197 * Makefile.in: Replace ravenscar-sparc-thread with
198 sparc-ravenscar-thread throughout.
199 * configure.tgt: Likewise.
203 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
205 (ravenscar_ops): New gdbarch variable.
206 * gdbarch.h, gdbarch.c: Regenerate.
207 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
208 * ravenscar-thread.c (current_arch_ops): Delete.
209 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
211 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
212 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
213 (ravenscar_register_arch_ops): Delete.
214 * ravenscar-sparc-thread.h: New file.
215 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
216 (ravenscar_sparc_ops): Define value statically.
217 (_initialize_ravenscar_sparc): Delete.
218 (register_sparc_ravenscar_ops): New function.
219 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
220 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
221 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
222 ravenscar-sparc-thread.o.
223 (SFILES): Add ravenscar-thread.c.
224 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
225 (ALLDEPFILES): ravenscar-sparc-thread.c.
226 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
228 for all the targets that use sparc-tdep.o.
232 * ravenscar-thread.c (ravenscar_is_open): Delete.
233 (ravenscar_initialize): Move most of the code from here...
234 (ravenscar_inferior_created): ... to there. Invert logic.
235 (ravenscar_close): Delete.
236 (init_ravenscar_thread_ops): Remove setting of
237 ravenscar_ops.to_close.
241 * objfiles.c (init_entry_point_info): Move function from here...
242 * symfile.c (init_entry_point_info): ... to there. Make static.
243 * objfiles.h (objfiles.h): Delete declaration.
247 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
248 Remove call to init_entry_point_info. Add OBJFILE's
249 section_offsets and num_sections initialization. Add note
250 about entry info in the function documentation.
251 (syms_from_objfile): New function.
252 * coffread.c (coff_symfile_init): Remove call to
253 init_entry_point_info.
254 * machoread.c (macho_symfile_init): Likewise.
255 * xcoffread.c(xcoff_symfile_init): Likewise.
259 * remote-notif.c (_initialize_notif): Add new commands
260 'set debug notification' and 'show debug notification'.
261 * NEWS: Mention these new commands.
265 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
266 (SFILES): Add "remote-notif.c".
267 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
268 * remote-notif.c: New. Factored out from remote.c.
269 * remote-notif.h: New.
270 * remote.c: Include "remote-notif.h".
271 (stop_reply_xmalloc, do_stop_reply_xfree):
272 (remote_parse_stop_reply, remote_get_pending_stop_replies):
273 (remote_async_get_pending_events_handler): Remove declarations.
274 (remote_parse_stop_reply): Declare.
275 (pending_stop_reply): Remove.
276 (remote_async_get_pending_events_token): Move to
278 (remote_close): Replace 'delete_async_event_handler' with
279 remote_notif_unregister_async_event_handler.
280 Don't call discard_pending_stop_replies.
281 (remote_start_remote): Replace code with remote_notif_parse
282 and remote_notif_get_pending_replies.
283 (remote_open_1): Replace 'create_async_event_handler' with
284 remote_notif_register_async_event_handler.
285 (extended_remote_attach_1): Call remote_notif_parse and
286 notif_stop_reply_push.
287 (struct stop_reply) <next>: Remove.
290 (stop_reply_queue): Change its type.
291 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
292 (remote_notif_remove_all): New.
293 (discard_pending_stop_replies): Update.
294 (remote_notif_stop_ack, stop_reply_dtr): New.
295 (remote_notif_stop_alloc_event): New.
296 (notif_client_stop): New variable.
297 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
298 (queued_stop_reply, peek_stop_reply): Adjust.
299 (remote_get_pending_stop_replies): Rename to
300 remote_notif_get_pending_events.
301 (handle_notification): Move to remote-notif.c.
302 (remote_async_get_pending_events_handler): Likewise.
303 (remote_wait_as): Adjust to call remote_notif_parse.
304 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
305 Return minus_one_ptid early if gets a notification.
306 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
307 (_initialize_remote): Call QUEUE_alloc. Update caller.
308 (remote_resume): Call 'remote_notif_process' in all-stop mode.
309 * remote.h: Include "remote-notif.h".
310 (remote_notif_get_pending_replies): Declare.
314 * remote.c (discard_pending_stop_replies): Update declaration.
315 (remote_detach_1, extended_remote_mourn_1): Likewise.
316 (discard_pending_stop_replies): Change parameter from PID to
318 (remote_close): Update caller.
319 (_initialize_remote): Attach discard_pending_stop_replies to
320 inferior_exit observer.
324 * remote.c (getpkt_or_notif_sane): Add one more argument in
326 (getpkt_or_notif_sane_1): Add one more argument.
327 (getpkt_sane): Update caller.
328 (getpkt_or_notif_sane): Likewise. Update call
329 togetpkt_or_notif_sane_1.
330 (remote_wait_ns): Update caller.
335 * common/queue.h: New.
339 * breakpoint.c (print_one_breakpoint_location): Display the
340 state of 'installed' of each non-pending location of a tracepoint
342 (download_tracepoint_locations): Notify 'breakpoint-modified'
343 observer if any tracepoint location is downloaded.
344 * tracepoint.c (start_tracing): Likewise.
345 (merge_uploaded_tracepoints): Record all modified
346 tracepoints and notify 'breakpoint-modified' observer for them.
348 * NEWS: Mention the change for CLI and MI.
352 * breakpoint.c (download_tracepoint_locations): Iterate over
353 ALL_TRACEPOINTS first and then iterate over locations of
359 * solib-target.c (solib_target_current_sos): Remove 'const'
360 qualifier from type of library_document local variable to be
361 able to free it and avoid a memory leak.
362 Use cleanup chain to avoid leak even if exceptino is generated.
367 * symtab.c (lookup_symbol_aux): If constructor is found, consider
368 returning the type instead.
369 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
374 Partial fix for PR c++/14160:
375 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
376 * dwarf2read.c (dwarf2_is_constructor): New function.
377 (dwarf2_add_member_fn): Use it.
378 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
379 TYPE_FN_FIELD_CONSTRUCTOR.
380 * jv-typeprint.c (java_type_print_base): Use
381 TYPE_FN_FIELD_CONSTRUCTOR.
382 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
384 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
388 * c-exp.y (block, variable, name_not_typename, lex_one_token,
389 classify_name): Update.
390 * c-valprint.c (c_val_print): Update.
391 * f-exp.y (yylex): Update.
392 * go-exp.y (package_name_p, classify_packaged_name)
393 (classify_name): Update.
394 * jv-exp.y (push_variable): Update.
395 * m2-exp.y (variable): Update.
396 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
397 * p-exp.y (block, variable, yylex): Update.
398 * p-valprint.c (pascal_val_print): Update.
399 * parse.c (write_dollar_variable): Update.
400 * printcmd.c (address_info): Update.
401 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
402 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
403 (lookup_symbol): Change type of 'is_a_field_of_this'.
404 (check_field): Add 'is_a_field_of_this' argument.
405 * symtab.h (struct field_of_this_result): New.
406 (lookup_symbol, lookup_symbol_in_language): Update.
410 * symtab.c (check_field): Now static. Move from...
411 * valops.c (check_field): ... here. Remove.
412 * value.h (check_field): Don't declare.
416 * NEWS: Mention "info proc" and core files.
417 * corelow.c (core_info_proc): New function.
418 (init_core_ops): Set to_info_proc.
419 * gdbarch.c, gdbarch.h: Rebuild.
420 * gdbarch.sh (core_info_proc): New method.
421 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
422 * linux-tdep.c (linux_core_info_proc_mappings)
423 (linux_core_info_proc): New functions.
424 (linux_find_memory_region_ftype): New typedef.
425 (linux_find_memory_regions_full): New function, from
426 linux_find_memory_regions.
427 (struct linux_find_memory_regions_data): New.
428 (linux_find_memory_regions_thunk): New function.
429 (linux_find_memory_regions): Rewrite.
430 (struct linux_make_mappings_data): New.
431 (linux_make_mappings_callback)
432 (linux_make_mappings_corefile_notes): New functions.
433 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
434 (linux_init_abi): Call set_gdbarch_core_info_proc.
435 * target.c (target_info_proc): Return 'int'.
436 * target.h (target_info_proc): Update.
440 * windows-nat.c (windows_xfer_shared_libraries): Avoid
441 memory leak when OFFSET >= LEN_AVAIL.
445 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
449 * acinclude.m4 (CY_AC_C_WORKS): Remove.
453 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
454 local variable and zero terminate it to avoid possible problems
459 * coff-pe-read.c: Include coff/internal.h.
460 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
461 Null terminate buffer explicitly instead of memset the whole
466 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
467 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
468 for already defined macros.
472 * coff-pe-read.h (pe_text_section_offset): Declare new function.
473 * coff-pe-read.c (debug_coff_pe_read): New static variable.
474 (struct read_pe_section_data): Add section_name field.
475 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
476 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
477 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
478 (get_pe_section_index): New function.
479 (struct pe_sections_info): New type.
480 (get_section_vmas): Use new struct pe_sections_info.
481 (add_pe_exported_sym): Handle unnamed exported function.
482 (add_pe_forwarded_sym): New function.
483 (read_pe_truncate_name): Truncate at last dot.
484 (pe_as16): New function.
485 (read_pe_exported_syms): Use ordinal of function to
486 retrieve correct RVA address of function and handle
488 (pe_text_section_offset): New function.
489 (show_debug_coff_pe_read): New function.
490 (_initialize_coff_pe_read): New function adding
491 'set/show debug coff_pe_read' commands.
493 * windows-tdep.c (windows_xfer_shared_library): Use
494 pe_text_section_offset function instead of possibly wrong
495 0x1000 constant for .text sextion offset.
499 * gdbarch.sh (do_read): Set IFS to blank.
503 * NEWS: Mention the -catch-load/-catch-unload MI commands.
507 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
508 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
509 * breakpoint.c (add_solib_catchpoint): New function that
510 can be used by both CLI and MI, factored out from
511 catch_load_or_unload.
512 (catch_load_or_unload): Strip it down and make it use the
513 new add_solib_catchpoint.
514 * breakpoint.h (add_solib_catchpoint): Declare it.
515 * mi/mi-cmd-break.h: New file.
516 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
517 (setup_breakpoint_reporting): New function used for both
518 catchpoints and breakpoints.
519 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
520 * mi/mi-cmd-catch.c: New file.
521 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
523 * mi/mi-cmds.h: Declare the handlers for -catch-load and
528 * dbxread.c (read_dbx_symtab): Update.
529 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
530 (read_ofile_symtab): Add 'objfile' argument.
531 * dwarf2read.c (process_psymtab_comp_unit_reader)
532 (build_type_psymtabs_reader): Update.
533 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
534 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
536 (parse_procedure, parse_partial_symbols): Update.
537 (psymtab_to_symtab_1): Add 'objfile' argument.
538 * psympriv.h (struct partial_symtab) <objfile>: Remove.
539 <read_symtab>: Add 'objfile' argument.
540 (sort_pst_symbols, discard_psymtab): Update.
541 * psymtab.c (partial_map_expand_apply): Update.
542 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
543 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
544 (find_pc_sect_psymbol): Add 'objfile' argument.
545 (lookup_symbol_aux_psymtabs): Update.
546 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
547 Add 'objfile' argument.
548 (find_last_source_symtab_from_partial, dump_psymtab)
549 (dump_psymtabs_for_objfile, read_symtabs_for_function)
550 (expand_partial_symbol_tables, read_psymtabs_with_filename)
551 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
552 (expand_symtabs_matching_via_partial): Update.
553 (sort_pst_symbols): Add 'objfile' argument.
554 (allocate_psymtab): Update.
555 (discard_psymtab): Add 'objfile' argument.
556 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
557 * stabsread.h (end_psymtab): Update.
558 * xcoffread.c (this_symtab_objfile): New global.
559 (process_linenos, enter_line_range, xcoff_next_symbol_text):
561 (read_xcoff_symtab): Add 'objfile' argument.
562 (read_symbol, read_symbol_lineno): Update.
563 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
564 (xcoff_end_psymtab): Add 'objfile' argument.
565 (scan_xcoff_symtab): Update.
569 Add support for Python 3.
570 * NEWS: Mention Python 3 support.
571 * varobj.c (value_get_print_value): Use
572 python_string_to_target_string.
573 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
575 * python/py-breakpoint.c: Ditto.
576 * python/py-cmd.c: Ditto.
577 * python/py-event.c: Ditto.
578 * python/py-event.h: Ditto.
579 * python/py-evtregistry.c: Ditto.
580 * python/py-finishbreakpoint.c: Ditto.
581 * python/py-frame.c: Ditto.
582 * python/py-function.c: Ditto.
583 * python/py-infthread.c: Ditto.
584 * python/py-lazy-string.c: Ditto.
585 * python/py-progspace.c: Ditto.
586 * /python/py-symbol.c: Ditto.
587 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
588 initialization for Python 3.
589 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
591 (infpy_read_memory): Return memoryview object if Python 3.
592 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
593 (infpy_search_memory): Ditto.
594 (get_buffer): New function for Python 3.
595 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
597 (objfpy_dealloc): Use Py_TYPE to call tp_free.
598 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
600 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
602 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
603 instead of PyString methods if Python 3.
604 (print_children): Skip push_dummy_python_frame call if Python 3.
605 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
607 (salpy_dealloc): Use Py_TYPE to call tp_free.
608 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
610 (field_dealloc): Use Py_TYPE to call tp_free.
611 (typy_dealloc): Ditto.
612 (type_object_as_number): Adjust struct initializations for
613 differences in layout for Python 2 vs. Python 3.
614 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
615 string case for Python 3.
616 (unicode_to_encoded_python_string): Shorten code (no functional
618 (python_string_to_target_python_string): Comment that in Python 3
619 returned value is a Python "bytes" type.
620 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
621 (gdb_py_object_from_longest): Omit non-long integer case in Python
623 (gdb_py_object_from_ulongest): Ditto.
624 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
626 (valpy_dealloc): Use Py_TYPE to call tp_free.
627 (valpy_int): Omit function if Python 3.
628 (convert_value_from_python): Use "%S" format (Python object as a
630 (value_object_as_number): Adjust struct initializations for
631 differences in layout for Python 2 vs. Python 3.
632 * python/python-config.py: Adjust syntax for Python 3
634 Include "sys.abiflags" string as part of python library name, if
635 that attribute exists (Python 3).
636 * python/python-internal.h (IS_PY3): Define if Python 3.
637 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
638 placeholder value if Python 3.
639 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
640 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
641 analogous Python 3 API function if Python 3.
642 (PyVarObject_HEAD_INIT): Define if not already defined.
644 * python/python.c (eval_python_command): Omit Py_FlushLine call if
646 Check return values of all Python API calls for error.
647 Supply dummy "python" and "python-interactive" commands if Python
648 initialization failed.
649 (_initialize_python): Convert argc to wchar_t** if Python 3.
650 Add module initialization for Python 3.
651 (finish_python_initialization): Pass wchar_t * argument to
652 PySys_SetPath if Python 3.
653 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
654 (_GdbFile): New class for common output file behavior.
655 (GdbOutFile): Subclass from _GdbFile.
656 (GdbOutputErrorFile): Ditto.
657 (auto_load_packages): Adjust syntax for Python 3 compatibility.
658 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
659 * python/lib/gdb/prompt.py: Use sorted() function rather than
661 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
662 Adjust syntax for Python 3 compatibility.
663 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
664 rather than sort() method.
665 Adjust syntax for Python 3 compatibility.
666 * python/lib/gdb/command/type_printers.py: Ditto.
667 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
668 value is a memoryview object if Python 3.
672 * coffread.c (coff_objfile_data_key): New global.
673 (coff_symfile_init): Use set_objfile_data.
674 (coff_symfile_read): Use objfile_data.
675 (coff_symfile_finish): Don't free deprecated_sym_private.
676 (coff_free_info): New function.
677 (_initialize_coffread): Initialize coff_objfile_data_key.
678 * mdebugread.c (pending_list): Update comment.
679 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
680 * symfile.c (reread_symbols): Don't mention
681 deprecated_sym_private.
682 * xcoffread.c (xcoff_objfile_data_key): New global.
683 (XCOFF_DATA): New macro.
684 (process_linenos, enter_line_range, xcoff_next_symbol_text)
685 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
687 (xcoff_new_init) Use set_objfile_data.
688 (xcoff_symfile_finish): Don't free deprecated_sym_private.
689 (init_stringtab, swap_sym, scan_xcoff_symtab)
690 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
691 (xcoff_free_info): New function.
692 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
696 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
700 * coffread.c (coff_symfile_init): Use set_objfile_data.
701 (coff_symfile_read): Use DBX_SYMFILE_INFO.
702 * dbxread.c (dbx_objfile_data_key): New global.
703 (dbx_symfile_init): Use set_objfile_data.
704 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
705 (dbx_free_symfile_info): New function.
706 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
708 (stabsect_build_psymtabs): Use set_objfile_data.
709 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
710 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
712 (free_elfinfo): Use DBX_SYMFILE_INFO.
713 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
714 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
715 * gdb-stabs.h (dbx_objfile_data_key): Declare.
716 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
717 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
718 * somread.c (som_symfile_finish): Don't free
719 deprecated_sym_stab_info.
723 * gdbarch.sh (software_single_step): Remove trailing space in
724 comment (gdbarch.h is already correct).
728 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
732 * dsrec.c (report_transfer_performance): Don't declare.
733 (load_srec): Use gettimeofday, print_transfer_performance.
734 * symfile.c (report_transfer_performance): Remove.
739 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
741 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
742 differently from LWP IDs.
746 * configure.ac (detect type of /proc): Remove Unixware handling.
747 * configure: Regenerate.
748 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
749 (ioctl_table) [PCRESET]: Remove entry.
750 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
751 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
752 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
753 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
754 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
755 Unixware in comments throughout.
756 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
757 and remove mention of Unixware.
761 * dwarf2read.c (dwarf2_cu): Enhance comment.
762 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
764 (dwarf2_record_block_ranges): Ditto.
766 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
768 * symtab.c (find_pc_sect_symtab): Add comment.
772 * defs.h: Don't check for definition of LONGEST.
773 (min, max): Remove duplicates.
777 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
778 (dwarf2_fetch_die_loc_cu_off): Rename from
779 dwarf2_fetch_die_location_block. Rewrite to use
780 dwarf2_fetch_die_loc_sect_off.
781 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
782 (dwarf2_fetch_die_loc_cu_off): Rename.
783 * dwarf2loc.c (indirect_pieced_value): Use
784 dwarf2_fetch_die_loc_sect_off.
785 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
787 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
788 * dwarf2expr.c (add_piece): Update.
789 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
793 * buildsym.c (struct pending_block): Move from buildsym.h.
794 (pending_blocks): Likewise; now static.
795 (pending_block_obstack): New global.
796 (free_pending_blocks): Free blocks.
797 (record_pending_block): Use pending_block_obstack.
798 * buildsym.h (struct pending_block): Move definition to
800 (pending_blocks): Don't declare.
804 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
805 dead SCO code, and adjust function description comment.
809 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
810 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
812 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
813 * dwarf2read.c (extract_cu_value): Remove the function.
814 (create_cus_from_index_list): Make the return type void, inline the
815 extract_cu_value caller, include new gdb_static_assert.
816 (create_cus_from_index): Make the return type void, update the function
817 comment, update the create_cus_from_index_list caller.
818 (create_signatured_type_table_from_index): Make the return type void,
819 inline the extract_cu_value caller, include new gdb_static_assert.
820 (dwarf2_read_index): Update the create_cus_from_index and
821 create_signatured_type_table_from_index caller.
822 * printcmd.c (ui_printf): Remove conditionalizations for
824 * config.in: Regenerate.
825 * configure: Regenerate.
829 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
830 Update the comment for checked_producer.
831 (check_producer): New forward declaration.
832 (producer_is_gcc_lt_4_3): New function.
833 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
834 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
838 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
840 * c-exp.y (typebase): Add completion productions.
841 * completer.c (expression_completer): Handle tag completion.
842 * expression.h (parse_expression_for_completion): Add argument.
843 * f-lang.c (f_make_symbol_completion_list): Add 'code'
845 * language.h (struct language_defn)
846 <la_make_symbol_completion_list>: Add 'code' argument.
847 * parse.c (expout_tag_completion_type, expout_completion_name):
849 (mark_struct_expression): Add assertion.
850 (mark_completion_tag): New function.
851 (parse_exp_in_context): Initialize new globals.
852 (parse_expression_for_completion): Add 'code' argument. Handle
854 * parser-defs.h (mark_completion_tag): Declare.
855 * symtab.c (default_make_symbol_completion_list_break_on): Add
856 'code' argument. Update.
857 (default_make_symbol_completion_list): Add 'code' argument.
858 (make_symbol_completion_list): Update.
859 (make_symbol_completion_type): New function.
860 * symtab.h (default_make_symbol_completion_list_break_on)
861 (default_make_symbol_completion_list): Update.
862 (make_symbol_completion_type): Declare.
866 * expression.h (parse_expression_for_completion): Rename
867 from parse_field_expression.
868 (parse_completion): Rename from in_parse_field.
869 * c-exp.y (lex_one_token): Update.
870 * completer.c (expression_completer): Update.
871 * go-exp.y (lex_one_token): Update.
872 * p-exp.y (yylex): Update.
873 * parse.c (parse_completion): Rename from in_parse_field.
874 (parse_exp_in_context): Update.
875 (parse_expression_for_completion): Rename from
876 parse_field_expression. Update.
880 * typeprint.c (_initialize_typeprint): Set completer
881 for "whatis" and "ptype".
885 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
886 "sim/common/cgen-fpu.h". Remove invalid entries
887 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
888 which actually have an FSF copyright header.
892 * osf-share/AT386/cma_thread_io.h: Delete.
893 * osf-share/HP800/cma_thread_io.h: Delete.
894 * osf-share/README: Delete.
895 * osf-share/RIOS/cma_thread_io.h: Delete.
896 * osf-share/cma_attr.h: Delete.
897 * osf-share/cma_deb_core.h: Delete.
898 * osf-share/cma_debug_client.h: Delete.
899 * osf-share/cma_errors.h: Delete.
900 * osf-share/cma_handle.h: Delete.
901 * osf-share/cma_init.h: Delete.
902 * osf-share/cma_list.h: Delete.
903 * osf-share/cma_mutex.h: Delete.
904 * osf-share/cma_sched.h: Delete.
905 * osf-share/cma_semaphore_defs.h: Delete.
906 * osf-share/cma_sequence.h: Delete.
907 * osf-share/cma_stack.h: Delete.
908 * osf-share/cma_stack_int.h: Delete.
909 * osf-share/cma_tcb_defs.h: Delete.
910 * osf-share/cma_util.h: Delete.
911 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
913 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
914 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
915 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
920 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
925 * mi/mi-cmd-var.c (varobj_update_one): Take value of
926 attribute "dynamic" and "displayhint" from printed child,
927 not the root variable.
931 * aix-thread.c (getthrds): Fix type of 4th parameter.
932 (get_signaled_thread): Change type of variable ktid to tid_t.
936 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
937 value of get_frame_block.
941 Avoid memory leaks on struct cmd_list_element.doc field.
942 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
943 if flags contains DOC_ALLOCATED.
944 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
946 (delete_cmd): Handle DOC_ALLOCATED flag.
947 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
948 in flags filed of struct cmd_list_element.
949 (struct cmd_list_element): Document new flag item.
953 * symmisc.c: Whitespace fixes.
957 * i386-tdep.c (i386_skip_prologue): Using symbol table
958 to find the end of prologue for clang compiled binaries.
959 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
960 to find the end of prologue for clang compiled binaries.
964 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
965 (dw2_find_symbol_file): Delete unused local file_data.
969 * ada-exp.y (write_object_renaming, write_var_or_type)
970 (write_ambiguous_var, write_var_from_sym): Make blocks const.
971 * ada-lang.c (replace_operator_with_call)
972 (find_old_style_renaming_symbol): Make blocks const.
973 * ada-lang.h (ada_find_renaming_symbol): Update.
974 (struct ada_symbol_info) <block>: Now const.
975 * breakpoint.c (watch_command_1): Update.
976 * breakpoint.h (struct watchpoint) <exp_valid_block,
977 cond_exp_valid_block>: Now const.
978 * c-exp.y (classify_inner_name, classify_name): Make block
980 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
982 * expression.h (innermost_block, parse_exp_1): Update.
983 (union exp_element) <block>: Now const.
984 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
985 (lookup_struct): Make block argument const.
986 * gdbtypes.h (lookup_template_type): Update.
987 * go-exp.y (classify_name, classify_packaged_name)
988 (package_name_p): Make block argument const.
989 * objc-lang.c (lookup_struct_typedef): Make block argument const.
990 * objc-lang.h (lookup_struct_typedef): Update.
991 * parse.c (parse_exp_in_context, parse_exp_1)
992 (write_exp_elt_block): Make block arguments const.
993 (expression_context_block, innermost_block): Now const.
994 * parser-defs.h (write_exp_elt_block): Update.
995 (expression_context_block, innermost_block, block_found): Now
997 * printcmd.c (struct display) <block>: Now const.
998 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
999 * valops.c (address_of_variable): Make block argument const.
1000 * value.h (value_of_variable): Update.
1001 * varobj.c (struct varobj_root) <valid_block>: Now const.
1005 * breakpoint.c (print_one_breakpoint_location): Indent code.
1009 * breakpoint.c (print_one_breakpoint_location): Combine two
1010 blocks handling 'hit count' together.
1014 * infrun.c (error_is_running, ensure_not_running): Move them
1016 * infcmd.c (error_is_running, ensure_not_running): ... here.
1018 * inferior.h: Remove declarations of error_is_running and
1023 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1028 * infrun.c: Make the declaration of 'init_infwait_state'
1030 (init_infwait_state): Make it 'static'.
1034 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1035 return value to void to avoid compiler warning.
1039 * opencl-lang.c (opencl_print_type): New function.
1040 (opencl_language_arch_info): Install it.
1044 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1046 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1047 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1051 * ada-lang.c (ada_is_interface_tag): New function.
1052 (ada_is_ignored_field): Add interface tags to the list
1057 * ada-lang.h (ada_tag_value_at_base_address): New function
1059 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1061 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1062 relocate the class-wide value if need be.
1063 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1064 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1065 before dereferencing it.
1066 * ada-valprint.c (ada_val_print_1): Relocate to base address
1067 before displaying the content of an interface-wide ref.
1071 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1080 * eval.c (evaluate_subexp_standard): Get the correct pointer
1081 type for TYPE_CODE_MEMBERPTR.
1085 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1086 since now it is being done by binutils' powerpc_init_dialect().
1091 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1092 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1094 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1095 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1096 (gdb_bfd_openr_next_archived_file): Use it.
1100 * configure.ac: Check for linux/perf_event.h.
1101 * config.in: Regenerated.
1102 * configure: Regenerated.
1106 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1107 abbreviate 'delete tracepoints' to 'delete tr'.
1108 * corefile.c (_initialize_core): Call add_alias_cmd to
1109 abbreviate 'set gnutarget' to 'set g'.
1110 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1111 'show convenience' to 'show conv'.
1115 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1116 call to sparc_supply_fpregset.
1117 (fill_fpregset): Fix first parameter in call to
1118 sparc_collect_fpregset.
1124 * objfiles.c (init_entry_point_info): Call
1125 gdbarch_convert_from_func_ptr_addr and
1126 gdbarch_addr_bits_remove here ...
1127 (entry_point_address_query): ... instead of here.
1128 * solib-svr4.c (exec_entry_point): Call
1129 gdbarch_addr_bits_remove.
1130 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1136 * eval.c (evaluate_subexp_standard): Add handling of
1137 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1138 result of ptype for calling a TYPE_CODE_METHODPTR.
1142 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1150 * NEWS: Mention mini debuginfo feature.
1151 * minidebug.c: New file.
1152 * configure.ac: Check for lzma.
1153 * configure, config.in: Rebuild.
1154 * Makefile.in (LIBLZMA): New variable.
1155 (CLIBS): Include LIBLZMA.
1156 (SFILES): Mention minidebug.c.
1157 (COMMON_OBS): Mention minidebug.o.
1158 * symfile.c (read_symbols): New function.
1159 (syms_from_objfile, reread_symbols): Call it.
1160 * symfile.h (find_separate_debug_file_in_section): Declare.
1164 * exec.c (exec_file_attach): Move cleanup after verifying that
1165 memory has in fact been allocated.
1169 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1170 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1172 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1177 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1178 size parameter passed to readlink by one byte.
1179 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1180 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1181 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1182 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1187 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1188 extraneous parentheses.
1192 * remote.c (remote_start_remote): Typo fix.
1196 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1197 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1198 sparc32_sol2_fpregset): Declare new globals.
1199 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1200 'fpregset' argument.
1201 * sparc64-tdep.h (sparc64_supply_fpregset,
1202 sparc64_collect_fpregset): Likewise.
1203 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1205 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1206 (sparc_fpregset): Declare new global.
1207 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1208 'fpregset' argument.
1209 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1211 (fill_fpregset): Likewise.
1212 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1213 sparc32_bsd_fpregset.
1214 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1215 sparc32_bsd_fpregset down into handler.
1216 (sparc32_linux_collect_core_fpregset): Likewise.
1217 * sparc-nat.c (sparc_fpregset): Define.
1218 (sparc_supply_fpregset): Add 'fpregset' argument.
1219 (sparc_collect_fpregset): Likewise.
1220 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1221 into fpregset handler.
1222 (sparc_store_inferior_registers): Likewise.
1223 (_initialize_sparc_nat): Set sparc_fpregset to
1224 sparc32_sunos4_fpregset if NULL.
1225 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1227 (fill_fpregset): Likewise.
1228 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1229 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1230 use it to compute offsets.
1231 (sparc32_collect_fpregset): Likewise.
1232 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1233 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1235 (fill_fpregset): Likewise.
1236 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1238 (sparc64_linux_collect_core_fpregset): Likewise.
1239 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1240 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1241 use it to compute offsets.
1242 (sparc64_collect_fpregset): Likewise.
1243 (sparc64_bsd_fpregset): Define.
1244 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1245 sparc64_bsd_fpregset down into handler.
1246 (sparc64fbsd_collect_fpregset): Likewise.
1247 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1248 and pass sparc{32,64}_bsd_fpregset down into handler.
1249 (sparc64nbsd_collect_fpregset): Likewise.
1250 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1251 sparc64_bsd_fpregset down into handler.
1252 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1253 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1254 to sparc32_bsd_fpregset.
1255 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1256 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1257 (sparc32nbsd_supply_fpregset): Likewise.
1261 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1263 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1265 * c-typeprint.c (c_type_print_base): Update.
1270 * gdbarch.sh (smash_text_address): Remove.
1271 * gdbarch.c, gdbarch.h: Regenerate.
1272 * arm-tdep.c (arm_smash_text_address): Remove.
1273 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1274 * hppa-tdep.c (hppa_smash_text_address): Remove.
1275 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1276 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1278 * coffread.c (coff_symtab_read): Caller update.
1279 * dbxread.c (process_one_symbol): Likewise.
1280 * elfread.c (record_minimal_symbol): Likewise.
1281 * somread.c (som_symtab_read): Likewise.
1285 ARI fixes: sprintf rule.
1286 Replace sprintf function calls for char arrays by
1287 calls to xsnprintf calls.
1288 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1289 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1290 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1291 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1292 * breakpoint.c (condition_completer): Ditto.
1293 (create_tracepoint_from_upload): Ditto.
1294 * dwarf2read.c (file_full_name): Ditto.
1295 * gcore.c (gcore_command): Ditto.
1296 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1297 * go32-nat.c (go32_sysinfo): Ditto.
1298 * interps.c (interp_set): Ditto.
1299 * m32c-tdep.c (make_types): Ditto.
1300 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1301 * remote-m32r-sdi.c (m32r_open): Ditto.
1302 * sol-thread.c (td_err_string): Ditto.
1303 (td_state_string, solaris_pid_to_str): Ditto.
1304 * symtab.c (gdb_mangle_name): Ditto.
1305 * cli/cli-script.c (execute_control_command): Ditto.
1306 (define_command, document_command): Ditto.
1307 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1308 * tui/tui-stack.c (tui_make_status_line): Ditto.
1309 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1313 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1314 it when looking at ptr->func.
1315 * command.h (complete_on_cmdlist): Add a fourth arg.
1316 * completer.c (complete_line_internal): Add local ignore_help_classes,
1317 and set it to 1 when reason is not handle_help. Pass this down to
1318 lookup_cmd_1 and complete_on_cmdlist.
1322 * completer.c (count_struct_fields): Remove.
1323 (expression_completer): Don't call count_struct_fields.
1327 * annotate.c (breakpoints_changed): Rename to ...
1328 (annotate_breakpoints_changed): ... this.
1329 (annotate_stopped, breakpoint_changed): Adjust caller.
1330 * annotate.h (breakpoints_changed): Rename to ...
1331 (annotate_breakpoints_changed): ... this.
1332 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1333 (do_map_commands_command, init_raw_breakpoint, clear_command)
1334 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1338 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1339 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1341 (get_cores_used_by_process): Update comment.
1345 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1349 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1350 to deprecated_context_hook.
1354 * infrun.c (infwait_state): Add static.
1359 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1360 parameter and pass it to lookup_symbol_file.
1361 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1362 to search base classes.
1363 (cp_lookup_symbol_namespace): Likewise.
1364 (lookup_namespace_scope): Likewise.
1365 (lookup_symbol_file): Add SEARCH parameter.
1366 If SEARCH is non-zero and no symbol is found, lookup the class
1367 and call cp_lookup_nested_symbol.
1368 (find_symbol_in_baseclass): New function.
1369 (cp_lookup_nested_symbol): Do not let
1370 cp_lookup_symbol_in_namespace search through base classes.
1371 Do that later when there is no global symbol match.
1375 * main.c (gdb_datadir_provided): New static global.
1376 (get_init_files): If --data-directory is provided,
1377 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1382 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1383 * gdb_stat.h: Delete. Moved to common directory.
1384 * common/gdb_stat.h: New file.
1385 * gdb_wait.h: Delete. Moved to common directory.
1386 * common/gdb_wait.h: New file.
1387 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1389 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1391 (stat.h rule): Adapt to new gdb_stat.h location.
1392 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1393 <sys/stat.h> header.
1394 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1395 <sys/wait.h> header.
1399 * configure.ac (AC_HEADER_STAT): Remove.
1400 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1401 and corresponding code.
1402 * configure: Regenerate.
1403 * config.in: Regenerate.
1407 ARI xasprintf rule fixes.
1408 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1409 instead of xasprintf.
1410 (open_and_init_dwp_file): Ditto.
1414 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1419 * configure, config.in: Rebuild.
1420 * configure.ac: Don't check for ctype.h, time.h.
1421 * expprint.c: Don't use HAVE_CTYPE_H.
1425 * gdbarch.h, gdbarch.c: Rebuild.
1426 * gdbarch.sh (set_target_gdbarch): Rename from
1427 deprecated_target_gdbarch_select_hack.
1428 * arch-utils.c (gdbarch_update_p): Update.
1429 (set_gdbarch_from_file): Update.
1433 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1434 as responsible of contrib/ari directory.
1439 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1441 (arm_m_exception_cache, arm_m_exception_this_id)
1442 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1443 (arm_m_exception_unwind): New.
1444 (arm_gdbarch_init): Register arm_m_exception_unwind.
1448 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1449 parameter COUNT, for pattern filling of memory regions.
1454 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1455 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1456 to print_source_lines ().
1457 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1459 * source.c (print_source_lines_base): Prefix source line with
1460 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1464 * symtab.h (print_source_lines_flags): New enum.
1465 * source.c (print_source_lines_base): Change noerror to flags.
1466 (print_source_lines): Change noerror to flags.
1470 ARI fixes: Avoid sprintf function use rule.
1471 * charset.c (convert_between_encodings): Use xsnprintf.
1472 * cli-out.c (cli_field_int): Likewise.
1473 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1474 * expprint.c (op_name_standard): Likewise.
1475 * frv-tdep.c (set_variant_num_gprs): Likewise.
1476 (set_variant_num_fprs): Likewise.
1477 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1478 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1479 (nto_init_solib_absolute_prefix): Likewise.
1480 * source.c (init_source_path): Likewise.
1481 (print_source_lines_base): Likewise.
1482 * valprint.c (print_wchar): Likewise.
1483 * mi/mi-out.c (mi_field_int): Likewise.
1484 windows-nat.c (windows_pid_to_exec_file): Likewise.
1485 (windows_create_inferior): Likewise.
1486 (_initialize_check_for_gdb_ini): Likewise.
1490 * frame.h (deprecated_frame_register_read): Renames
1491 frame_register_read.
1492 * frame.c (deprecated_frame_register_read): Renames
1493 frame_register_read. Update all callers.
1494 * i386-tdep.c: Update all callers of frame_register_read.
1495 * infcmd.c: Likewise.
1497 * mips-tdep.c: Likewise.
1498 * mt-tdep.c: Likewise.
1499 * sh64-tdep.c: Likewise.
1503 * frame.h (frame_register_read): Remove FIXME comment.
1504 * frame.c (frame_register_read): Add suggestion explaining
1505 which function to use in place of this one.
1509 * python/python.c (start_type_printers): Initialize 'result_obj'.
1514 * data-directory/Makefile.in (PYTHON_FILES): Add
1516 * python/lib/gdb/command/type_printers.py: New file.
1517 * python/lib/gdb/command/types.py (TypePrinter): New class.
1518 (_get_some_type_recognizers, get_type_recognizers,
1519 apply_type_recognizers, register_type_printer): New
1521 * python/py-objfile.c (objfile_object) <type_printers>: New
1523 (objfpy_dealloc): Decref new field.
1524 (objfpy_new): Set new field.
1525 (objfpy_get_type_printers, objfpy_set_type_printers): New
1527 (objfile_to_objfile_object): Set new field.
1528 (objfile_getset): Add "type_printers".
1529 * python/py-progspace.c (pspace_object) <type_printers>: New
1531 (pspy_dealloc): Decref new field.
1532 (pspy_new): Set new field.
1533 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1534 (pspace_to_pspace_object): Set new field.
1535 (pspace_getset): Add "type_printers".
1536 * python/python.c (start_type_printers, apply_type_printers,
1537 free_type_printers): New functions.
1538 (_initialize_python): Set gdb.type_printers.
1539 * python/python.h (start_type_printers, apply_type_printers,
1540 free_type_printers): Declare.
1541 * typeprint.c (type_print_raw_options, default_ptype_flags):
1542 Update for new fields.
1543 (do_free_global_table, create_global_typedef_table,
1544 find_global_typedef): New functions.
1545 (find_typedef_in_hash): Use find_global_typedef.
1546 (whatis_exp): Use create_global_typedef_table. Change cleanup
1548 * typeprint.h (struct type_print_options) <global_typedefs,
1549 global_printers>: New fields.
1553 * c-typeprint.c (find_typedef_for_canonicalize,
1554 print_name_maybe_canonical): New functions.
1555 (c_print_type): Look up type name.
1556 (cp_type_print_derivation_info): Add flags argument. Use
1557 print_name_maybe_canonical.
1558 (cp_type_print_method_args): Add wrapping.
1559 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1560 (c_type_print_template_args): New function.
1561 (c_type_print_base): Change wrapping. Use
1562 print_name_maybe_canonical.
1563 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1565 * gdbtypes.c (types_equal): No longer static.
1566 * gdbtypes.h (types_equal): Declare.
1567 * typeprint.c (type_print_raw_options, default_ptype_flags):
1569 (struct typedef_hash_table): New.
1570 (hash_typedef_field, eq_typedef_field,
1571 recursively_update_typedef_hash, add_template_parameters,
1572 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1573 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1574 copy_typedef_hash, find_typedef_in_hash): New functions.
1575 * typeprint.h (struct type_print_options) <local_typedefs>:
1577 (recursively_update_typedef_hash, add_template_parameters,
1578 create_typedef_hash, free_typedef_hash,
1579 make_cleanup_free_typedef_hash, copy_typedef_hash,
1580 find_typedef_in_hash): Declare.
1584 * cp-support.c (inspect_type,
1585 replace_typedefs_qualified_name, replace_typedefs): Add
1586 finder, data arguments. Call as needed.
1587 (cp_canonicalize_string_full): New function.
1588 (cp_canonicalize_string_no_typedefs): Rewrite.
1589 * cp-support.h (canonicalization_ftype): New typedef.
1590 (cp_canonicalize_string_full): Declare.
1595 * c-typeprint.c (c_type_print_base): Handle print_method and
1596 print_typedefs flags.
1597 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1598 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1600 * typeprint.c (type_print_raw_options, default_ptype_flags):
1601 Update for new field.s
1602 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1603 (setprinttypelist, showprinttypelist, print_methods,
1604 print_typedefs): New globals.
1605 (set_print_type, show_print_type, set_print_type_methods,
1606 show_print_type_methods, set_print_type_typedefs,
1607 show_print_type_typedefs): New functions.
1608 (_initialize_typeprint): Update documentation. Add "print
1609 type methods" and "print type typedefs" parameters.
1610 * typeprint.h (struct type_print_options) <print_methods,
1611 print_typedefs>: New fields.
1615 * c-typeprint.c (cp_type_print_method_args): Add flags
1616 argument. Call c_print_type, not type_print.
1617 (c_type_print_base): Call c_print_type, not type_print.
1622 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1623 to type-printing functions.
1624 * ada-lang.h (ada_print_type): Add argument.
1625 * ada-typeprint.c (print_array_type, print_variant_clauses,
1626 print_variant_part, print_selected_record_field_types,
1627 print_record_field_types, print_unchecked_union_type,
1628 print_func_type, ada_print_type): Add flags argument.
1629 (ada_print_typedef): Update.
1630 * c-exp.y (OPERATOR conversion_type_id): Update.
1631 * c-lang.h (c_print_type, c_type_print_base): Update.
1632 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1633 c_type_print_modifier, c_type_print_args,
1634 c_type_print_varspec_suffix, c_type_print_base): Add flags
1636 * cp-valprint.c (cp_print_class_member): Update.
1637 * dwarf2read.c (dwarf2_compute_name): Update.
1638 * f-lang.h (f_print_type): Add argument.
1639 * f-typeprint.c (f_print_type): Add flags argument.
1640 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1641 * go-lang.h (go_print_type): Add argument.
1642 * go-typeprint.c (go_print_type): Add flags argument.
1643 * jv-lang.h (java_print_type): Add argument.
1644 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1646 * language.c (unk_lang_print_type): Add flags argument.
1647 * language.h (struct language_defn) <la_print_type>: Add flags
1649 (LA_PRINT_TYPE): Likewise.
1650 * m2-lang.h (m2_print_type): Add argument.
1651 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1652 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1653 m2_unbounded_array, m2_record_fields): Add flags argument.
1654 * p-lang.h (pascal_print_type, pascal_type_print_base,
1655 pascal_type_print_varspec_prefix): Add argument.
1656 * p-typeprint.c (pascal_print_type,
1657 pascal_type_print_varspec_prefix, pascal_print_func_args,
1658 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1660 * symmisc.c (print_symbol): Update.
1661 * typeprint.c (type_print_raw_options, default_ptype_flags):
1663 (type_print): Update.
1664 * typeprint.h (struct type_print_options): New.
1665 (type_print_raw_options): Declare.
1666 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1670 * breakpoint.c (clear_command): Add cleanup for
1671 sals.sals if an argument is given.
1673 * linespec.c (parse_linespec): Do cleanups after
1674 parsing a convenience variable.
1679 * c-valprint.c (c_val_print): For character arrays
1680 with "print null" option on, print ellipses if
1681 the output is truncated and the next character is not \000.
1682 * valprint.c (MAX_WCHARS): Define.
1683 (WCHAR_BUFLEN): Likewise.
1684 (WCHAR_BUFLEN_MAX): Likewise.
1685 (struct converted_character): New structure.
1686 (count_next_character): New function.
1687 (print_converted_chars_to_obstack): New function.
1688 (generic_printstr): Rewrite using count_next_character
1689 and print_converted_chars_to_obstack.
1693 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1694 while executing the gdb command.
1695 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1696 are called from prompt_for_continue.
1697 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1703 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1704 but insert the command to execute in readline's buffer.
1708 * gdbarch.sh (target_gdbarch): Remove macro.
1709 (get_target_gdbarch): Rename to target_gdbarch.
1710 * gdbarch.c, gdbarch.h: Rebuild.
1711 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1712 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1713 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1714 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1715 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1716 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1717 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1718 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1719 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1720 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1721 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1722 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1723 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1724 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1725 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1726 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1727 target-descriptions.c, target.c, target.h, tracepoint.c,
1728 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1729 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1730 python/py-inferior.c, python/python.c: Update.
1734 * source.c (print_source_lines_base): Add fullname field giving
1735 full path to file in mi output.
1736 * NEWS: Mention the new fullname field.
1740 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1746 * infrun.c: Include target-descriptions.h.
1747 (follow_exec): Fetch new target description.
1751 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1756 * breakpoint.c: Declare set_tracepoint_count.
1757 (install_breakpoint): Call set_tracepoint_count if B is a
1759 (trace_command): Don't call set_tracepoint_count. Re-indent.
1760 (strace_command, ftrace_command):
1761 (create_tracepoint_from_upload): Likewise.
1765 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1766 (get_target_gdbarch) <gdbarch.h>: New function.
1767 (startup_gdbarch) <gdbarch.h>: Declare.
1768 <gdbarch.c> (target_gdbarch): Delete.
1769 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1770 current inferior's gdbarch.
1771 <gdbarch.c> (get_target_gdbarch): New function.
1772 * inferior.c: Include target-descriptions.h.
1773 (free_inferior): Free target description info.
1774 (add_inferior_with_spaces): Set the inferior's initial
1776 (clone_inferior_command): Copy the original inferior's target
1777 description if it was user specified.
1778 (initialize_inferiors): Add comment.
1779 * inferior.h (struct target_desc_info): Forward declare.
1780 (struct inferior) <gdbarch>: New field.
1781 * linux-nat.c: Include target-descriptions.h.
1782 (linux_child_follow_fork): Copy the parent's architecture and
1783 target description to the child.
1784 * target-descriptions.c: Include inferior.h.
1785 (struct target_desc_info): New structure, holding the equivalents
1787 (target_desc_fetched, current_target_desc)
1788 (target_description_filename): ... these removed globals.
1789 (get_tdesc_info, target_desc_info_from_user_p)
1790 (copy_inferior_target_desc_info, target_desc_info_free): New.
1791 (target_desc_fetched, current_target_desc)
1792 (target_description_filename): Reimplemented as convenience
1794 (tdesc_filename_cmd_string): New global.
1795 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1796 tdescs filename ..." commands to the per-inferior equivalent.
1797 (show_tdesc_filename_cmd): Get the value to show from the
1798 per-inferior description filename.
1799 (_initilize_target_descriptions): Change the "set/show tdesc
1800 filename" commands' variable.
1801 * target-descriptions.h (struct target_desc, struct target_desc_info)
1802 (struct inferior): Forward declare.
1803 (target_find_description, target_clear_description)
1804 (target_current_description): Adjust comments.
1805 (copy_inferior_target_desc_info, target_desc_info_free)
1806 (target_desc_info_from_user_p). Declare.
1810 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1811 (tui_target_wait_hook): Remove.
1812 (tui_install_hooks): Install the about_to_proceed observer.
1813 (tui_remove_hooks): And remove it here.
1817 * linux-tdep.c (linux_make_siginfo_note): New function.
1818 (linux_make_corefile_notes): Use it.
1819 * corelow.c (get_core_siginfo): New function.
1820 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1825 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1826 (zlib_decompress_section): Remove.
1827 (gdb_bfd_map_section): Only check for compressed section
1828 in mmap case. Use bfd_get_full_section_contents.
1829 * osabi.c (check_note): Add 'sectsize' argument. Read
1831 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1832 section data. Update for check_note change.
1833 * xcoffread.c (xcoff_initial_scan): Use
1834 bfd_get_full_section_contents.
1835 * py-auto-load.c (auto_load_section_scripts): Use
1836 bfd_get_full_section_contents.
1837 * contrib/cc-with-tweaks.sh: Add -Z option.
1841 * python/py-bpevent.c: Include defs.h.
1842 * python/py-continueevent.c: Include defs.h.
1843 * python/py-event.c: Include defs.h.
1844 * python/py-event.h: Don't include defs.h.
1845 * python/py-events.h: Don't include defs.h.
1846 * python/py-evts.c: Include defs.h.
1847 * python/py-exitedevent.c: Include defs.h.
1848 * python/py-newobjfileevent.c: Include defs.h.
1849 * python/py-signalevent.c: Include defs.h.
1850 * python/py-stopevent.c: Include defs.h.
1851 * python/py-threadevent.c: Include defs.h.
1855 * update-web-ari.sh (print_heading): Add number of files
1857 (nb_files): New variable counting the number of sources
1858 files found by gdb_find.sh script.
1859 (debug_awk): New variable to allow extra debug output.
1860 (indexes): Add more information if DEBUG_AWK is set.
1864 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1865 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1866 following the change in PLT call stubs on linker.
1870 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1871 as default language.
1872 (AWK): Use = instead of == for sh test to avoid warning.
1873 (Linux rule): Correct [:digit] into [[:digit:]].
1874 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1875 (vasprintf rule): Adapt to common subdirectory moves.
1876 (xasprintf rule): Idem.
1877 (xvasprintf rule): Idem.
1878 (var_boolean rule): Accept occurence in == or != test.
1880 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1884 * tui/tui-hooks.c (tui_inferior_exit): New function.
1885 (tui_detach_hook): Remove.
1886 (tui_install_hooks): Install the inferior exit observer.
1887 (tui_remove_hooks): Remove it.
1892 * source.c (_initialize_source): Call add_com_alias to abbreviate
1893 'forward-search' as 'fo'.
1897 * arm-tdep.c: Make defs.h be the first include.
1898 * coff-pe-read.c: Ditto.
1900 * go32-nat.c: Ditto.
1901 * i386-nat.c: Ditto.
1902 * ppcnbsd-nat.c: Ditto.
1903 * ada-varobj.h: Don't include defs.h.
1904 * i386-darwin-tdep.h: Ditto.
1905 * i386-nat.h: Ditto.
1909 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1914 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1915 File already uses "gdb_dirent.h" header.
1919 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1924 * target.h (inferior_has_forked, inferior_has_vforked)
1925 (inferior_has_execd, inferior_has_called_syscall): Remove
1930 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1931 add missing internalization markup.
1937 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1941 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1946 * gnulib/update-gnulib.sh: New script.
1950 * MAINTAINERS: Update my email address.
1954 * frame.c (put_frame_register): Don't use temporary buffer.
1958 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1959 child. Clear 'pending_detach'.
1960 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1961 'pending_detach' in the vfork parent.
1965 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1966 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1967 * dwarf2read.c: #include "elf-bfd.h".
1968 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1969 (dwop_section_names): Renamed from dwo_section names. All uses
1970 updated. Add entries for .debug_cu_index, .debug_tu_index.
1971 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1973 (struct dwp_sections): New type.
1974 (struct virtual_dwo_sections): New type.
1975 (struct dwp_hash_table): New type.
1976 (struct dwp_file): New type.
1977 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1978 read in. Handle DWOs coming from DWP files.
1979 (lookup_dwo_file_slot): New function.
1980 (dwarf2_locate_dwo_sections): Move definition closer to use.
1981 (create_dwo_debug_info_hash_table_reader): Renamed from
1982 create_debug_info_hash_table_reader. All callers updated.
1983 (create_dwo_debug_info_hash_table): Renamed from
1984 create_debug_info_hash_table. All callers updated.
1985 (create_dwp_hash_table): New function.
1986 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1987 (lookup_dwo_in_dwp): New function.
1988 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1989 is_dwp. All callers updated.
1990 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1991 (open_and_init_dwo_file): Renamed from init_dwo_file.
1992 All callers updated.
1993 (lookup_dwo_file): Delete.
1994 (dwarf2_locate_dwp_sections): New function.
1995 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1996 (allocate_dwp_loaded_cutus_table): New function.
1997 (open_and_init_dwp_file): New function.
1998 (lookup_dwo_cutu): New function.
1999 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2004 * breakpoint.c (trace_pass_set_count): Call
2005 observer_notify_breakpoint_modified instead of
2006 observer_notify_tracepoint_modified.
2007 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2011 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2012 argument to complete_on_enum.
2016 * configure: Rebuild.
2017 * configure.ac (build_warnings): Add -Wempty-body.
2018 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2019 * remote.c (handle_notification): Use braces for empty 'else' body.
2020 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2022 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2024 * solib-som.c (som_relocate_section_addresses): Use braces
2025 for empty 'else' body.
2026 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2027 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2033 * infrun.c (handle_inferior_event)
2034 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2035 null_ptid before handling a vfork child exec or exit. Switch to
2036 the event ptid afterwards.
2040 * std-operator.def: Remove OP_LABELED.
2041 * eval.c: Remove the declaration of 'get_label'.
2042 (get_label): Remove.
2043 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2045 Remove local variable 'variantno' and related code.
2046 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2048 * expprint.c (print_subexp_standard): Likewise.
2049 (dump_subexp_body_standard): Likewise.
2050 * parse.c (operator_length_standard): Likewise.
2054 Incorporate ARI web page generator into GDB sources.
2055 * contrib/ari/create-web-ari-in-src.sh: New file.
2056 * contrib/ari/gdb_ari.sh: New file.
2057 * contrib/ari/gdb_find.sh: New file.
2058 * contrib/ari/update-web-ari.sh: New file.
2062 * gdbarch.c: Rebuild.
2063 * gdbarch.sh: Remove references to gdbarch_swap.
2064 * corelow.c (core_open): Remove obsolete comment.
2069 * c-typeprint.c (c_print_type): Don't print a space for vector
2070 types, this is handled within the suffix.
2071 (c_type_print_varspec_suffix): Add a space to vector suffix.
2075 * amd64-tdep.c (amd64_relocate_instruction): Use
2076 store_unsigned_integer instead of memcpy.
2077 * i386-tdep.c (i386_relocate_instruction): Ditto.
2081 * infrun.c (handle_inferior_event): Merge handling of
2082 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2087 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2092 * target.c (target_waitstatus_to_string): Handle
2093 TARGET_WAITKIND_VFORK_DONE.
2097 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2098 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2102 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2107 * ravenscar-thread.c (ravenscar_wait): Only update the list
2108 of threads and inferior_ptid if the inferior is still alive.
2112 * ada-lang.c (is_known_support_routine): Use lbasename when
2113 matching the symtab's filename against
2114 known_runtime_file_name_patterns.
2118 * ada-lang.c (ada_same_array_size_p): New function.
2119 (ada_promote_array_of_integrals): New function.
2120 (coerce_for_assign): Add handling of arrays where the elements
2121 are integrals of a smaller size than the size of the target
2126 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2127 against maximum exponent value.
2131 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2136 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2137 strip typedef layer when computing the fixed type's field type,
2138 only when computing its size.
2143 * i386-tdep.c (i386_return_value): Handle complex double and long
2148 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2149 New local variable args_len.
2150 Quote the name of the executable when computing the command line.
2157 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2159 * amd64-tdep.c (amd64_classify): Classify complex types.
2160 (amd64_return_value): Handle the COMPLEX_X87 class.
2164 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2165 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2169 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2171 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2172 to amd64_windows_auto_wide_charset.
2176 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2177 * event-top.h: Remove its declaration.
2178 (async_request_quit): Call mark_async_signal_handler instead of
2179 mark_async_signal_handler_wrapper.
2180 (async_do_nothing, async_disconnect): Likewise.
2181 (async_stop_sig): Likewise.
2182 * remote.c (handle_remote_sigint): Likewise.
2183 (handle_remote_sigint_twice): Likewise.
2187 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2188 with 'static struct async_signal_handler *'.
2189 (sighup_token, sigquit_token, sigstp_token): Likewise.
2193 * gdbarch.sh (function_list): Use 'pstring' when printing
2194 a variable which could return NULL.
2195 * gdbarch.c: Regenerate.
2200 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2201 inneffective if condition by gdb assertion. Add function
2202 description comment.
2206 * parser-defs.h (struct exp_descriptor): Document constraint
2207 on return value for "op_name" callbacks.
2211 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2212 * symtab.c (iterate_over_some_symtabs): Constify.
2213 * source.h (symtab_to_fullname): Return 'const char *'.
2214 * source.c (symtab_to_fullname): Return 'const char *'.
2215 * python/py-symtab.c (stpy_fullname): Constify.
2216 * cli/cli-cmds.c (edit_command): Constify.
2217 * breakpoint.c (print_breakpoint_location)
2218 (update_static_tracepoint): Constify.
2222 * breakpoint.c (compare_breakpoints): Fix comparison.
2226 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2227 gdb_wchar_t to convert_between_encodings.
2231 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2232 more parameter 'inferior'.
2233 * corefile.c (write_memory_with_notification): Caller update.
2235 * mi/mi-cmd-var.c: Include "mi-main.h".
2236 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2237 to 1 and restore it later.
2238 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2239 and "data-write-memory-bytes.
2240 * mi/mi-interp.c: Include objfiles.h.
2241 (mi_interpreter_init): Call observer_attach_memory_changed.
2242 (mi_memory_changed): New.
2243 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2246 * NEWS: Mention new MI notification "memory-changed".
2250 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2254 New option -nh: inhibit loading of ~/.gdbinit.
2255 * NEWS: Mention -nh.
2256 * main.c (captured_main): Recognize and process -nh.
2257 (print_gdb_help): Mention -nh.
2258 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2264 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2266 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2267 nor pc_regnum_from_eax.
2268 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2269 nor pc_regnum_from_eax.
2273 Fix entry values resolving in inlined frames.
2274 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2275 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2280 * configure.ac: Build with -DMS_WIN64 if building with Python
2281 enabled using GCC on amd64-windows.
2282 * configure: Regenerate.
2287 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2293 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2297 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2298 reset thread numbering back to 1.
2302 PR breakpoints/14643.
2303 * linespec.c (struct ls_parser): New member keyword_ok.
2304 (linespec_lexer_lex_string): Add comment.
2305 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2307 (parse_linespec): Set keyword_ok.
2311 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2312 "0x" prefix on address in log message.
2314 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2315 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2316 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2317 (lookup_dwo_file): Add const to dwo_name parameter.
2318 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2322 Fix crash during stepping on ppc32.
2323 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2329 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2333 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2334 output and use uint32_t not long to ensure 4 byte size.
2338 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2343 * target.c (simple_search_memory): Include access length in
2350 * solib.c (solib_find): Prevent GDB from loading native libraries when
2351 debugging a cross-target corefile.
2355 Make definition match declaration.
2357 * regcache.c (regcache_register_status): Change return type to
2358 enum register_status.
2362 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2363 write_memory_with_notification instead of write_memory.
2364 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2365 instead of target_write_memory.
2369 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2370 when the length of content is not an even number.
2374 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2375 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2379 * sol-thread.c (sol_thread_fetch_registers)
2380 (sol_thread_store_registers): Delete commented out code.
2384 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2385 Move these functions to sparc-sol-thread.c.
2386 * sparc-sol-thread.c: New file.
2387 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2388 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2390 * configure: Regenerate.
2394 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2395 Remove commented-out code.
2399 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2400 Enable this code for sparc hosts only.
2404 * procfs.h (procfs_find_LDT_entry): Add declaration.
2405 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2406 function procfs_find_LDT_entry.
2410 * procfs.c (proc_get_LDT_entry): Make static.
2414 * procfs.c (proc_find_memory_regions): Fix declaration.
2418 * amd64-tdep.c (amd64_return_value): Revert previous change
2419 that used TYPE_LENGTH directly.
2420 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2421 (bfin_store_return_value): Likewise.
2422 * cris-tdep.c (cris_store_return_value): Likewise.
2423 (cris_extract_return_value): Likewise.
2424 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2425 * hppa-tdep.c (hppa64_return_value): Likewise.
2426 * lm32-tdep.c (lm32_store_return_value): Likewise.
2427 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2428 * spu-tdep.c (spu_value_from_register): Likewise.
2429 * vax-tdep.c (vax_return_value): Likewise.
2433 * gdbtypes.c (lookup_array_range_type): Expand parameters
2434 LOW_BOUND and HIGH_BOUND to LONGEST.
2435 (lookup_string_range_type): Likewise.
2436 * gdbtypes.h (lookup_array_range_type): Likewise.
2437 (lookup_string_range_type): Likewise.
2438 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2439 Expand HIGHBOUND to ssize_t.
2440 (value_string): Likewise.
2441 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2442 (value_string): Likewise.
2446 PR breakpoints/13898
2447 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2448 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2449 per breakpoint type.
2453 * procfs.c: Add gdb_bfd header.
2454 * rs6000-nat.c: Likewise.
2455 * solib-pa64.c: Likewise.
2456 * spu-linux-nat.c: Likewise.
2457 * windows-nat.c: Likewise.
2461 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2465 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2466 (read_common_block): Handle child DIEs with
2467 DW_AT_data_member_location.
2468 (new_symbol_full): Add special case for common blocks.
2473 * dwarf2read.c (read_common_block): Rewrite.
2474 (new_symbol_full): Handle DW_TAG_common_block.
2475 * f-lang.c (head_common_list, find_common_for_function):
2477 * f-lang.h (struct common_entry, struct saved_f77_common,
2478 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2479 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2480 BLANK_COMMON_NAME_LOCAL): Remove.
2481 (struct common_block): New.
2482 * f-valprint.c (list_all_visible_commons): Remove.
2483 (info_common_command_for_block): New function.
2484 (info_common_command): Use it.
2485 * stack.c (iterate_over_block_locals): Special case for
2486 COMMON_BLOCK_DOMAIN.
2487 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2489 (struct general_symbol_info) <value.common_block>: New field.
2490 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2495 * f-lang.c (allocate_saved_bf_node,
2496 allocate_saved_function_node, allocate_saved_f77_common_node,
2497 allocate_common_entry_node, tail_common_list, current_common,
2498 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2499 tmp_bf_ptr, add_common_block, add_common_entry,
2500 find_first_common_named, patch_common_entries,
2501 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2502 global_remote_debug, get_bf_for_fcn, saved_function_list,
2503 saved_function_list_end, clear_function_list, struct saved_fcn,
2504 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2505 SAVED_BF, SAVED_BF_PTR): Remove.
2506 * f-lang.h (tail_common_list, current_common,
2507 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2508 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2509 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2510 real_main_c_value): Remove.
2511 * f-valprint.c (there_is_a_visible_common_named): Remove.
2515 * breakpoint.c (update_global_location_list): Ignore previous
2516 duplicate status of a breakpoint when starting a new scan for
2517 duplicate breakpoints.
2520 PR breakpoints/14419
2521 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2522 support LLVM compiler.
2526 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2527 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2528 (bfin_store_return_value): Likewise.
2529 * cris-tdep.c (cris_store_return_value): Likewise.
2530 (cris_extract_return_value): Likewise.
2531 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2532 * hppa-tdep.c (hppa64_return_value): Likewise.
2533 * lm32-tdep.c (lm32_store_return_value): Likewise.
2534 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2535 * spu-tdep.c (spu_value_from_register): Likewise.
2536 * vax-tdep.c (vax_return_value): Likewise.
2540 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2541 parameter LEN to ssize_t.
2545 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2547 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2549 (alpha_store_return_value): Likewise.
2550 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2551 (amd64_push_arguments): Likewise.
2552 * ax-gdb.c (gen_trace_static_fields): Likewise.
2553 (gen_traced_pop): Likewise.
2554 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2555 * breakpoint.c (update_watchpoint): Likewise.
2556 * findcmd.c (parse_find_args): Use local variable for type
2558 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2559 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2560 (h8300_store_return_value): Likewise.
2561 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2562 Use i386_darwin_arg_type_alignment directly.
2563 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2564 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2565 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2566 (m68hc11_extract_return_value): Likewise.
2567 * mep-tdep.c (mep_push_dummy_call): Likewise.
2568 * printcmd.c (float_type_from_length): Likewise.
2569 * s390-tdep.c (s390_value_from_register): Likewise.
2570 * stack.c (read_frame_arg): Likewise.
2571 * tracepoint.c (encode_actions_1): Likewise.
2572 * valops.c (value_fetch_lazy): Use local variable for type
2573 instead of length. Use TYPE_LENGTH directly.
2574 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2578 * symtab.c (skip_prologue_sal): Fix typo in comment.
2582 * linespec.c (create_sals_line_offset): Fix typo in comment.
2586 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2587 use plongest to print the array size.
2591 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2592 * p-valprint.c (pascal_type_print_base): Likewise.
2596 * remote.c (remote_get_trace_status): Remove setting default
2597 values of fields of 'ts'.
2601 Fix internal error on canonicalization of clang types.
2602 * cp-name-parser.y (operator): New comment at make_operator call for
2603 new, delete, new[] and delete[].
2604 (exp): Use "sizeof ". Add new comment at make_operator call.
2608 Fix disassemble without parameters in tailcall frame.
2609 * cli/cli-cmds.c (disassemble_current_function): Use
2610 get_frame_address_in_block.
2614 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2615 TYPE_CODE_UNION>: Unify, removing a goto.
2619 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2623 * findvar.c (read_frame_register_value): Mark the result value as
2624 optimized out if any of the input registers have been optimized out.
2628 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2632 * eval.c (evaluate_subexp_standard): Eliminate single-use
2637 * mi/mi-interp.c: Declare mi_record_changed.
2638 (mi_interpreter_init): Call observer_attach_record_changed.
2639 (mi_record_changed): New.
2640 * record.c (record_open): Call observer_notify_record_changed.
2641 (cmd_record_stop): Call observer_notify_record_changed.
2647 * python/python.c (finalize_python): New function.
2648 (_initialize_python): Make a final cleanup.
2652 * buildsym.h (param_symbols): Delete, unused.
2653 (context_stack): Delete member "params", unused.
2654 * buildsym.c (push_context): Update.
2655 * dwarf2read.c (read_func_scope): Update.
2659 * sh-tdep.c (sh_register_convert_to_virtual)
2660 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2661 all callers. Just do a memcpy if not the little-endian case.
2663 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2664 set_gdbarch_double_format and set_gdbarch_long_double_format.
2665 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2666 set_gdbarch_double_format.
2667 * sh-tdep.c (sh_gdbarch_init): Likewise.
2669 * NEWS: Document the removal of SH's 'regs' command.
2670 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2675 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2680 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2681 language when iterating over symbols.
2685 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2686 (mi_interpreter_init): Call observer_attach_tsv_created and
2687 observer_attach_tsv_deleted.
2688 (mi_tsv_created, mi_tsv_deleted): New.
2689 * tracepoint.c (delete_trace_state_variable): Call
2690 observer_notify_tsv_deleted.
2691 (trace_variable_command): Call observer_notify_tsv_created.
2692 (delete_trace_variable_command): Call
2693 observer_notify_tsv_deleted.
2694 (create_tsv_from_upload): Call observer_notify_tsv_created.
2699 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2700 if traceframe changed.
2701 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2703 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2704 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2705 'traceframe_changed'.
2706 (mi_traceframe_changed): New.
2707 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2709 * NEWS: Mention the new MI notification.
2713 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2717 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2718 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2719 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2720 Extend code also for PaX support. Convert all gdb_assert to warning
2725 Implement auto-load user conveniences suggested by Doug Evans.
2726 * auto-load.c: Include top.h.
2727 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2728 (_initialize_auto_load): New variable scripts_directory_help. Mention
2729 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2730 scripts-directory. Document in online help one can use also files for
2731 set auto-load safe-path.
2732 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2733 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2737 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2742 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2743 ELTLEN and use TYPE_LENGTH directly.
2744 (m2_val_print): Likewise.
2745 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2746 variable LEN and use TYPE_LENGTH directly.
2747 (m68k_svr4_store_return_value): Likewise.
2748 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2749 ARGLEN and use TYPE_LENGTH directly.
2750 (mips_o64_push_dummy_call): Likewise.
2751 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2752 variable LENGTH and use TYPE_LENGTH directly.
2753 (s390_function_arg_float): Likewise.
2754 (s390_function_arg_integer): Likewise.
2755 (s390_push_dummy_call): Likewise.
2756 (s390_return_value_convention): Likewise.
2757 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2758 TYPE_LENGTH directly.
2762 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2763 Update comment to add_setshow_integer_cmd.
2764 * cli/cli-setshow.c (do_set_command): Handle case
2765 'var_zuinteger_unlimited'.
2766 (do_show_command): Likewise.
2767 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2768 for command 'remotetimeout'.
2769 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2771 * source.c (_initialize_source): Call
2772 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2776 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2782 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2783 (frame_pop): Drop also TAILCALL_FRAME frames.
2784 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2790 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2791 function start if we are already at function start. Both for
2792 reverse-next and for reverse-step into function without line number
2797 Code cleanup - rename 'inline' depth to 'artificial' depth.
2798 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2799 frame_id_artificial_p, extend the comment.
2800 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2801 * frame.c (fprint_frame_id): Rename at a user, change debug output
2802 text to "artificial=".
2803 (skip_inlined_frames): Rename to ...
2804 (skip_artificial_frames): ... here. Extend the comment.
2805 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2806 (frame_id_inlined_p): Rename to ...
2807 (frame_id_artificial_p): ... here. Rename at a user.
2808 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2809 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2811 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2813 (frame_id_inlined_p): Rename to ...
2814 (frame_id_artificial_p): ... here.
2815 * inline-frame.c (inline_frame_this_id): Rename at a user.
2819 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2820 vector variables using vector_size syntax rather than array
2825 * valarith.c (value_concat): Replace unsafe ALLOCA with
2830 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2834 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2835 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2836 data-directory as appropriate.
2840 * printcmd.c (ui_printf): Eliminate single-use variable
2846 * valops.c (value_assign): Move observer_notify_target_changed
2847 below to replace reinit_frame_cache.
2851 Refactor Python "gdb" module into a proper Python package, by
2852 introducing a new "_gdb" module for code implemented in C, and
2853 using reload/__import__ instead of exec.
2854 * python/lib/gdb/__init__.py: Import * from _gdb.
2855 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2856 prompt_hook, sys.argv): Moved from finish_python_initialization.
2857 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2858 (packages, auto_load_packages): New list and function replacing
2859 module_dict and auto-loading code, using __file__ instead of
2860 gdb.PYTHONDIR and reload/__import__ instead of exec.
2861 (GdbSetPythonDirectory): Replacing function of the same name
2862 from finish_python_initialization, using reload/__import__ instead
2863 of exec, as well as call auto_load_packages.
2864 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2865 gdb_python_module and not gdb_module.
2866 * python/python-internal.h (gdb_python_module): Declare.
2867 * python/python.c (gdb_python_module): New global.
2868 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2869 (_initialize_python): Rename gdb module to _gdb.
2870 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2871 (finish_python_initialization): Move Python code to
2872 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2877 * Makefile.in (COMMON_OBS): Add registry.o.
2878 * registry.c: New file.
2879 * registry.h (struct registry_container): Declare.
2880 (registry_data_callback): New typedef.
2881 (struct registry_data, struct registry_data_registration, struct
2882 registry_data_registry): New type.
2883 (register_data_with_cleanup, registry_alloc_data)
2884 (registry_callback_adaptor, registry_clear_data)
2885 (registry_container_free_data, registry_set_data, registry_data):
2887 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2888 the new common structures and functions.
2889 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2894 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2895 there is an error inserting hardware breakpoints and use the
2896 error message from the target.
2898 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2899 Catch this exception and print the error message contained within.
2900 Do not print the default hardware error breakpoint message in this
2905 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2910 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2911 .gdb_index symbol attributes if there are none.
2915 * symtab.h (struct minimal_symbol) [has_size]: New field.
2916 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2917 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2918 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2919 minimal symbols if the symbol's size is actually known.
2920 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2921 of msymbol's size field. Add comment.
2922 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2923 SET_MSYMBOL_SIZE to set the minimal symbol size.
2927 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2928 minimal_symbol struct object, rather than setting some of its
2933 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2934 passed_a_ptr flag when displaying typedef types.
2938 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2939 the optimized_out flag is preserved.
2943 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2944 prologue changes in GCC.
2949 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2950 (BOOL_CONVERSION_BADNESS): ... this.
2951 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2952 (rank_one_type): Allow all boolean conversions
2953 permitted by the standard.
2957 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2958 Don't decref py_objfile.
2962 Do not enable -lmcheck by default when Python is enabled with
2964 * configure.ac: (python_has_threads) New variable, by testing
2965 if WITH_THREAD is defined in Python.h.
2966 Move --enable-lmcheck after --with-python.
2967 Do not enable -lmcheck by default if python_has_threads=yes.
2968 Warn if --enable-lmcheck and python_has_threads=yes.
2969 * configure: Regenerate.
2973 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2974 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2975 Update some commands.
2976 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2977 * mi/mi-main.c (mi_cmd_execute): Set
2978 '*parse->cmd->suppress_notification' to 1.
2982 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2986 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2990 * main.c (print_gdb_help): Remove reference to
2991 --use-deprecated-index-sections.
2995 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2996 (init_cmds): Call add_setshow_uinteger_cmd for command
2997 'max-user-call-depth'.
2998 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2999 declaration of 'max_user_call_depth'.
3000 * frame.c (backtrace_limit): Add 'unsigned'.
3001 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3003 * remote.c (remoteaddresssize): Add 'unsigned'.
3004 (remote_address_masked): Change local var 'address_size' to
3006 (_initialize_remote): Call add_setshow_uinteger_cmd for
3007 'remoteaddresssize'.
3008 * top.c (history_size): Add 'unsigned'.
3009 (show_commands): Change local variables to 'unsigned'.
3010 (set_history_size_command): Don't check history_size is negative.
3011 Adjust the condition to call unstifle_history and set history_size
3018 * infcmd.c (default_print_one_register_info): New, factored out
3019 from default_print_registers_info.
3020 (default_print_registers_info): Use it. Mark value unavailable if
3022 (registers_info): Print user registers with
3023 default_print_one_register_info.
3028 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3029 is not NULL before referencing it.
3033 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3034 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3040 * auto-load.c (auto_load_objfile_script): Rename to ...
3041 (auto_load_objfile_script_1): ... here, change variable realname to
3042 parameter realname, document it, add return value, add variable retval.
3043 (auto_load_objfile_script): New function.
3047 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3048 followed by a whitespace.
3053 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3054 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3055 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3060 * memattr.c (create_mem_region): Fix memory region overlapping
3065 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3066 with xmalloc/cleanup.
3067 * mt-tdep.c (mt_push_dummy_call): Likewise.
3068 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3069 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3073 * jv-exp.y (push_expression_name): Add "." at the end of error
3078 Document how to return from "python-interactive" to GDB.
3079 * python/python.c (_initialize_python): Update documentation.
3083 * infrun.c (_initialize_infrun) <handle command help text>:
3084 Mention that multiple signals are supported.
3088 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3093 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3094 (tfind_1): Don't call registers_changed, set_traceframe_num,
3095 and clear_traceframe_info.
3096 Call set_current_traceframe.
3097 (set_current_traceframe): call set_traceframe_num.
3101 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3102 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3106 Enable readline in Python in a GDB-specific way and block the
3107 standard Python readline module to prevent conflicts with GDB.
3108 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3109 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3110 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3111 * python/py-gdb-readline.c: New file.
3112 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3114 * python/python.c (_initialize_python): Call
3115 gdbpy_initialize_gdb_readline.
3119 * defs.h: Include build-gnulib/config.h
3123 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3128 Add a new "python-interactive" command that starts a standard
3129 Python interactive prompt with "pi" as alias, and add "py" as
3130 an alias to "python".
3131 * NEWS: Mention the new commands.
3132 * python/python.c (eval_python_command): New function.
3133 (python_interactive_command): For "python-interactive" with
3134 arguments, call eval_python_command. For "python-interactive"
3135 without arguments, call PyRun_InteractiveLoop.
3136 (_initialize_python): Add "python-interactive" command with
3137 "pi" as alias, and add "py" as an alias to "python".
3141 * defs.h (quit_flag): Don't declare.
3142 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3143 (QUIT): Use new functions.
3144 * event-top.c (command_handler): Use clear_quit_flag.
3145 (handle_sigint): Use set_quit_flag.
3146 (async_request_quit): Use check_quit_flag. Don't check
3148 * exceptions.c (throw_exception): Use clear_quit_flag.
3149 * main.c (captured_main): Use clear_quit_flag.
3150 * python/python.c (clear_quit_flag, set_quit_flag)
3151 (check_quit_flag): New functions.
3152 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3154 * remote.c (remote_wait_as): Use check_quit_flag,
3156 (remote_start_remote): Call QUIT.
3157 * symfile.c (load_progress): Use check_quit_flag.
3158 * top.c (command_loop): Use clear_quit_flag.
3159 (command_line_input): Call QUIT.
3160 * utils.c (quit_flag): Conditionally define.
3161 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3163 (prompt_for_continue): Call QUIT. Use quit, not
3165 * remote-mips.c (mips_expect_timeout): Call QUIT.
3166 * monitor.c (monitor_expect): Call QUIT.
3170 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3171 (async_init_signals): Update.
3172 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3173 (SIGWINCH_HANDLER_BODY): Remove.
3177 * jit.c (jit_object_close_impl): Don't malloc the objfile
3179 * objfiles.c (allocate_objfile): Don't malloc the objfile
3181 (free_objfile): Don't free the objfile name.
3182 * objfiles.h (struct objfile) <name>: Update comment.
3183 * symfile.c (reread_symbols): Fix reference counting. Don't
3184 malloc objfile name.
3188 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3189 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3190 (symfile_bfd_open): Likewise.
3191 (generic_load): Likewise.
3192 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3193 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3195 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3197 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3198 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3199 (pmon_load_fast): Likewise.
3200 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3201 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3202 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3203 (macho_check_dsym): Likewise.
3204 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3205 (m32r_upload_command): Likewise.
3206 * gdb_bfd.h (gdb_bfd_cache): Declare.
3207 * gdb_bfd.c (struct gdb_bfd_data): New.
3208 (gdb_bfd_cache): New global.
3209 (struct gdb_bfd_cache_search): New.
3210 (hash_bfd): New function.
3212 (gdb_bfd_open): Likewise.
3213 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3214 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3216 * exec.c (exec_file_attach): Use gdb_bfd_open.
3217 * dsrec.c (load_srec): Use gdb_bfd_open.
3221 * dwarf2read.c (macro_start_file): Update.
3222 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3223 (free_objfile_per_bfd_storage): Destroy macro_cache.
3224 (allocate_objfile, free_objfile): Update.
3225 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3227 (struct objfile) <macro_cache>: Remove.
3228 * symfile.c (reread_symbols): Update.
3229 * symmisc.c (print_symbol_bcache_statistics): Update.
3230 (print_objfile_statistics): Update.
3234 * elfread.c (elf_symtab_read): Update.
3235 * objfiles.c (objfiles_bfd_data): New global.
3236 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3237 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3238 (allocate_objfile, free_objfile): Update.
3239 (_initialize_objfiles): Initialize objfiles_bfd_data.
3240 * objfiles.h (struct objfile_per_bfd_storage): New.
3241 (struct objfile) <per_bfd>: New field.
3242 <filename_cache>: Remove.
3243 (set_objfile_per_bfd): Declare.
3244 * symfile.c (reread_symbols): Update. Call
3245 set_objfile_per_bfd.
3246 (allocate_symtab): Update.
3247 * symmisc.c (print_symbol_bcache_statistics): Update.
3248 (print_objfile_statistics): Print the size of the BFD obstack.
3252 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3253 * gdb_bfd.c: Use DEFINE_REGISTRY.
3254 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3255 (gdb_bfd_ref): Call bfd_alloc_data.
3256 (gdb_bfd_unref): Call bfd_free_data.
3260 * registry.h (struct registry_fields): New.
3261 (REGISTRY_FIELDS): Redefine.
3262 (REGISTRY_ACCESS_FIELD): New macro.
3263 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3268 * auto-load.c (_initialize_auto_load): Update.
3269 * solib-svr4.c (_initialize_svr4_solib): Update
3270 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3271 * solib-darwin.c (_initialize_darwin_solib): Update.
3272 * registry.h: New file.
3273 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3274 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3275 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3276 (register_program_space_data_with_cleanup)
3277 (register_program_space_data, program_space_alloc_data)
3278 (clear_program_space_data, set_program_space_data)
3279 (program_space_data): Don't declare.
3280 * progspace.c: Use DEFINE_REGISTRY.
3281 (struct program_space_data, struct
3282 program_space_data_registration, struct
3283 program_space_data_registry, program_space_data_registry)
3284 (register_program_space_data_with_cleanup)
3285 (register_program_space_data, program_space_alloc_data)
3286 (program_space_free_data, clear_program_space_data)
3287 (set_program_space_data, program_space_data): Remove.
3288 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3289 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3290 (register_objfile_data_with_cleanup, register_objfile_data)
3291 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3293 * objfiles.c: Use DEFINE_REGISTRY.
3294 (struct objfile_data, struct objfile_data_registration, struct
3295 objfile_data_registry, objfile_data_registry)
3296 (register_objfile_data_with_cleanup, register_objfile_data)
3297 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3298 (set_objfile_data, objfile_data): Remove.
3299 (_initialize_objfiles): Update.
3300 * jit.c (_initialize_jit): Update.
3301 * inflow.c (_initialize_inflow): Update.
3302 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3303 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3304 (register_inferior_data_with_cleanup, register_inferior_data)
3305 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3307 * inferior.c: Use DEFINE_REGISTRY.
3308 (struct inferior_data, struct inferior_data_registration, struct
3309 inferior_data_registry, inferior_data_registry)
3310 (register_inferior_data_with_cleanup, register_inferior_data)
3311 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3312 (set_inferior_data, inferior_data): Remove.
3313 * auxv.c (_initialize_auxv): Update.
3314 * ada-lang.c (_initialize_ada_language): Update.
3315 * breakpoint.c (_initialize_breakpoint): Update.
3316 * i386-nat.c (i386_use_watchpoints): Update.
3320 * exec.c (exec_close, exec_file_attach): Update.
3321 (add_to_section_table): Initialize 'key' field.
3322 (add_target_sections, remove_target_sections): Add 'key' argument.
3323 * exec.h (add_target_sections, remove_target_sections): Add
3325 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3326 (reload_shared_libraries_1): Update.
3327 * target.h (struct target_section) <key>: New field.
3331 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3335 * symfile.c (allocate_symtab): Use host_address_to_string
3336 function instead of cast of pointer to long which is not
3337 compatible with x86_64-w64-mingw32 build.
3341 * mips-tdep.c (is_octeon): New function.
3342 (is_octeon_bbit_op): New function.
3343 (mips32_next_pc): Handle Octeon's bbit instructions.
3344 (mips32_instruction_has_delay_slot): Likewise.
3348 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3349 before the function.
3353 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3358 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3359 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3363 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3364 The typo broke "make TAGS".
3373 * gdbtypes.c (strict_type_checking): New variable.
3374 (show_strict_type_checking): New function.
3375 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3376 if strict type checking is disabled.
3377 (_initialize_gdbtypes): Add "check type" subcommand.
3378 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3382 * language.h (type_mode): Remove.
3383 (type_check): Remove.
3384 (struct language_defn): Remove la_type_check.
3385 (STRICT_TYPE): Remove unused macro.
3386 (type_error): Remove.
3387 * language.c (set_type_range_case): Renamed to ...
3388 (set_range_case): ... this. Update all callers.
3389 Remove type_mode/type_check.
3390 (type_mode): Remove.
3391 (type_check): Remove.
3392 (show_type_command): Remove.
3393 (set_type_command): Remove.
3394 (language_info): Remove type checking output.
3395 (type_error): Remove unused function.
3396 (range_error): Update comment.
3397 (unknown_language_defn): Remove la_type_check.
3398 (auto_language_defn): Likewise.
3399 (local_language_defn): Likewise.
3400 (_initialize_language): Remove "check type" subcommand.
3401 * ada-lang.c (ada_language_defn): Remove la_type_check.
3402 * c-lang.c (c_language_defn): Likewise.
3403 (cplus_language_defn): Likewise.
3404 (asm_language_defn): Likewise.
3405 (minimal_language_defn): Likewise.
3406 * d-lang.c (d_language_defn): Likewise.
3407 * f-lang.c (f_language_defn): Likewise.
3408 * go-lang.c (go_language_defn): Likewise.
3409 * jv-lang.c (java_language_defn): Likewise.
3410 * m2-lang.c (m2_language_defn): Likewise.
3411 * objc-lang.c (objc_language_defn): Likewise.
3412 * opencl-lang.c (opencl_language_defn): Likewise.
3413 * p-lang.c (pascal_language_defn): Likewise.
3417 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3421 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3423 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3424 using the regache. Use ia64_hpux_get_register_from_save_state_t
3425 to access the bsp and bspstore registers if not.
3429 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3430 * breakpoint.c (detach_breakpoints): Change pid parameter into
3431 a ptid. Adjust code accordingly.
3432 * infrun.c (handle_inferior_event): Delete variable child_pid.
3433 Update call to detach_breakpoints to pass the child ptid for
3435 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3436 assert that inferior_ptid's lwp is zero.
3437 (linux_handle_extended_wait): Update call to detach_breakpoints.
3438 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3443 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3444 parent, only call detach_breakpoints if tts.tts_event ==
3449 * dwarf2-frame.c (dwarf2_frame_cache): Use
3450 get_frame_address_in_block instead of get_frame_pc as
3451 the bound for executing the frame's FDE.
3455 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3456 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3457 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3458 (c_type_print_varspec_suffix): Likewise.
3459 * eval.c (evaluate_subexp_standard): Likewise.
3460 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3461 (f_type_print_varspec_suffix): Likewise.
3462 * gdbtypes.c (is_scalar_type): Likewise.
3463 (recursive_dump_type): Likewise.
3464 * infcall.c (value_arg_coerce): Likewise.
3465 * m2-valprint.c (m2_val_print): Likewise.
3466 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3467 (pascal_type_print_varspec_suffix): Likewise.
3468 (pascal_type_print_base): Likewise.
3469 * p-valprint.c (pascal_val_print): Likewise.
3470 (pascal_val_print): Likewise.
3471 * valops.c (value_slice): Likewise.
3472 * valprint.c (scalar_type_p): Likewise.
3473 * valarith.c (value_bitstring_subscript): Remove.
3474 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3475 Remove comment on TYPE_CODE_BITSTRING.
3477 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3478 TYPE_CODE_BITSTRING.
3480 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3485 * tracepoint.c (trace_find_none_command): Remove.
3486 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3490 * remote.c (handle_notification): Remove parameter 'length'.
3491 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3495 * gdbtypes.c (opaque_type_resolution): Make static.
3496 Add missing comment.
3497 (overload_debug): Add missing comment.
3498 (show_opaque_type_resolution): Likewise.
3499 (show_overload_debug): Likewise.
3500 (print_bit_vector): Remove unnecessary forward declaration.
3501 (print_arg_types): Likewise.
3502 (dump_fn_fieldlists): Likewise.
3503 (print_cplus_stuff): Likewise.
3507 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3508 (gdb_bfd_ref): Initialize new field.
3509 (gdb_bfd_unref): Unref the archive BFD.
3510 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3516 * python/py-bpevent.c (create_breakpoint_event_object): Update
3518 * python/py-event.c (evpy_add_attribute): Update comment.
3519 * python/py-exitedevent.c (create_exited_event_object): Fix
3520 reference counting and error handling.
3521 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3522 Fix reference counting.
3523 * python/py-signalevent.c (create_signal_event_object): Fix
3524 reference counting and error handling.
3525 * python/py-stopevent.c (emit_stop_event): Fix reference
3527 * python/py-threadevent.c (get_event_thread): Return a
3529 * python/py-type.c (convert_field): Fix reference counting.
3533 * dwarf2read.c (dwarf_decode_macro_bytes)
3534 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3539 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3540 stepi, nexti, finish, next, step, jump, and continue commands.
3541 * infrun.c (_initialize_infrun): Update help text for the handle
3546 * gdbtypes.c (struct extra): Delete, unused.
3548 * gdbtypes.c: Whitespace cleanup.
3549 (address_space_name_to_int): Remove "extern" from definition.
3550 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3552 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3553 TYPE_POINTER_TYPE (type).
3557 * solib-svr4.c (svr4_free_library_list): Use free_so.
3561 * .gitignore: Add go-exp.c.
3565 * value.c (show_convenience): Tweak comment.
3566 (_initialize_values): Mention convenience functions in the help text
3567 for "show convenience".
3571 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3572 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3574 * eval.c (evaluate_subexp_standard): Likewise.
3575 * expprint.c (print_subexp_standard): Likewise.
3576 (dump_subexp_body_standard): Likewise.
3577 * parse.c (operator_length_standard): Likewise.
3581 * std-operator.def: Remove OP_BITSTRING.
3582 * breakpoint.c (watchpoint_exp_is_const): Update.
3583 * eval.c (evaluate_subexp_standard): Remove handling to
3585 * expprint.c (print_subexp_standard): Likewise.
3586 (dump_subexp_body_standard): Likewise.
3587 * parse.c (operator_length_standard): Likewise.
3588 * valops.c (value_bitstring): Remove.
3589 * value.h: Remove the declaration of 'value_bitstring'.
3593 * linespec.c (find_methods): Remove unused variables `i1' and
3595 (decode_line_full): Likewise for `arg_start'.
3599 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3600 (zlib_decompress_section): Likewise for `section_data'.
3601 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3605 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3606 * NEWS: Document them.
3607 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3609 * python/py-type.c (typy_array_1): New function.
3610 (typy_array): Call it.
3611 (typy_vector): New function.
3612 (type_object_methods): Add "vector".
3613 * python/lib/gdb/function/__init__.py: New file.
3614 * python/lib/gdb/function/strfns.py: New file.
3618 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3619 for TYPE_FIELD_BITPOS.
3620 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3625 * common/vec.h (VEC_merge): Define.
3626 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3627 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3628 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3629 * completer.c: Include gdb_signals.h.
3630 (signal_completer): Define.
3631 * completer.h (signal_completer): Add prototype.
3632 * infcmd.c (_initialize_infcmd): Assign the command
3633 completer for "signal" to handle_completer.
3634 * infrun.c: Include completer.h.
3635 (handle_completer): Define.
3636 (_initialize_infrun): Declare a new local variable c. Store the
3637 result of add_com("handle") to it. Assign the command
3638 completer for "handle" to handle_completer.
3642 * cli/cli-decode.c (set_cmd_prefix): New.
3643 (lookup_cmd_for_prefixlist): New.
3644 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3645 of each cmd_list_element in *prefixlist.
3646 (add_setshow_cmd_full): set_cmd_prefix.
3647 (add_alias_cmd): Likewise.
3648 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3649 Declare 'auto_boolean_enums'.
3650 * cli/cli-setshow.c: Include "observer.h".
3651 (notify_command_param_changed_p): New.
3652 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3654 (do_setshow_command): Split it to ...
3655 (do_set_command, do_show_command): ... them. New.
3656 (do_set_command): Call observer_notify_command_param_changed if
3657 notify_command_param_changed_p returns true.
3658 (cmd_show_list): Caller update.
3659 * auto-load.c (set_auto_load_cmd): Likewise.
3660 * remote.c (show_remote_cmd): Likewise.
3661 * cli/cli-setshow.h: Update declarations.
3662 * top.c (execute_command): Call do_set_command and do_show_command.
3664 * NEWS: Mention new MI notification.
3665 * mi/mi-interp.c: Declare mi_command_param_changed.
3666 (mi_interpreter_init): Attach mi_command_param_changed to
3667 observer command_param_changed.
3668 (mi_command_param_changed): New.
3669 Remove mi_suppress_breakpoint_notifications.
3670 Define global variable mi_suppress_notification.
3671 (mi_breakpoint_created): Update.
3672 (mi_breakpoint_deleted): Likewise.
3673 (mi_breakpoint_modified): Likewise.
3674 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3675 'gdb-set' and set mi_suppress_notification.
3676 * mi/mi-main.h: (mi_suppress_notification): New struct.
3681 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3685 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3686 (skiplist): Move it to skip.c.
3687 (init_cmd_lists): Remove code setting enablebreaklist and
3689 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3690 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3692 * gdbcmd.h: Likewise.
3693 * skip.c (_initialize_step_skip): Move 'skiplist' from
3698 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3699 * gnu-nat.c, symfile.c: Likewise.
3703 * utils.c (prompt_for_continue_wait_time): New static global.
3704 (make_command_stats_cleanup): Initialize it.
3705 (report_command_stats): Subtract time waiting for user.
3706 (prompt_for_continue): Track time waiting for user.
3707 (defaulted_query): Track time waiting for user.
3711 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3713 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3714 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3715 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3716 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3717 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3718 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3720 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3721 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3722 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3723 (dump_prefix_expression): Handle OP_TYPE.
3727 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3732 * linux-thread-db.c: #include "gdb_vecs.h".
3733 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3735 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3736 (thread_db_load_search): Use a vector to iterate over path elements.
3737 Handle text appearing after "$pdir".
3739 * gdb_string.h: Moved to ...
3740 * common/gdb_string.h: ... here.
3741 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3742 gdb_string.h and gdb_assert.h.
3746 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3747 (tic6x_value_to_register): Likewise.
3748 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3749 and set_gdbarch_value_to_register.
3755 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3756 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3757 * gcore.c (gcore_create_callback): New function comment. Add modified
3758 parameter. Only write modified regions. Set SEC_READONLY exactly
3759 according to MODIFIED.
3760 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3761 the passed modified value to FUNC.
3762 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3763 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3764 first. New variables modified and has_anonymous. Parse the lines of
3765 smaps file. Add the passed MODIFIED value to FUNC.
3766 * procfs.c (find_memory_regions_callback): Add the passed modified
3771 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3772 (dwarf2_frame_cache): Use it.
3773 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3774 cache initialization constraint.
3779 * varobj.c (update_dynamic_varobj_children): Don't call
3785 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3789 * NEWS: New entry for 'cd' default parameters.
3790 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3794 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3799 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3800 to attempting lseek/write.
3801 (inf_child_fileio_pread): Likewise for pread.
3805 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3806 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3807 add_setshow_zinteger_cmd.
3808 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3809 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3810 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3811 instead of add_setshow_zinteger_cmd.
3812 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3813 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3814 instead of add_setshow_zinteger_cmd.
3815 * frame.c (frame_debug): Add 'unsigned'.
3816 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3817 add_setshow_zinteger_cmd.
3818 * frame.h: Update the declaration of 'frame_debug'.
3819 * gdbtypes.c (overload_debug): Add 'unsigned'.
3820 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3821 add_setshow_zinteger_cmd.
3822 * inferior.h: Update declaration of 'debug_infrun'.
3823 * infrun.c (debug_infrun): Add 'unsigned'.
3824 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3825 add_setshow_zinteger_cmd.
3826 * jit.c (jit_debug): Add 'unsigned'.
3827 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3828 add_setshow_zinteger_cmd.
3829 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3830 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3831 instead of add_setshow_zinteger_cmd.
3832 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3833 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3834 add_setshow_zinteger_cmd.
3835 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3836 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3837 instead of add_setshow_zinteger_cmd.
3838 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3839 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3840 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3841 intead of add_setshow_zinteger_cmd.
3842 * mips-tdep.c (mips_debug): Add 'unsigned'.
3843 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3844 instead of add_setshow_zinteger_cmd.
3845 * monitor.c (monitor_debug): Add 'unsigned'.
3846 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3847 add_setshow_zinteger_cmd.
3848 * observer.c (observer_debug): Add 'unsigned'.
3849 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3850 add_setshow_zinteger_cmd.
3851 * parse.c (expressiondebug): Add 'unsigned'.
3852 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3853 add_setshow_zinteger_cmd.
3854 * record.c (record_debug): Add 'unsigned'.
3855 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3856 add_setshow_zinteger_cmd.
3857 * record.h: Update the declaration of 'record_debug'.
3858 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3859 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3860 add_setshow_zinteger_cmd.
3861 * serial.c (global_serial_debug_p): Add 'unsigned'.
3862 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3863 add_setshow_zinteger_cmd.
3864 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3865 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3866 add_setshow_zinteger_cmd.
3867 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3868 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3869 add_setshow_zinteger_cmd.
3870 * target.c (targetdebug): Add 'unsigned'.
3871 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3872 add_setshow_zinteger_cmd.
3873 * valops.c (overload_debug): Add 'unsigned'.
3874 * varobj.c (varobjdebug): Add 'unsigned'.
3875 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3876 add_setshow_zinteger_cmd.
3877 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3878 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3879 instead of add_setshow_zinteger_cmd.
3881 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3882 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3883 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3884 instead of add_setshow_zinteger_cmd.
3885 * gdbarch.c, gdbarch.h: Re-generated.
3889 * nto-tdep.c: Don't include cli/cli-decode.h and
3891 (_initialize_nto_tdep): Remove.
3892 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3894 Remove macro nto_internal_debugging.
3898 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3899 (mep-*-*) [gdb_target_obs]: Likewise.
3903 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3904 linux_get_siginfo_type.
3908 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3910 (call_function_by_hand) <ON_STACK>: Call write_memory with
3911 gdbarch_breakpoint_from_pc, if possible.
3912 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3917 * tracepoint.c: Add 'static' for some variables.
3921 * go32-nat.c: Declare _initialize_go32_nat.
3922 * ser-go32.c: Declare _initialize_ser_dos.
3923 * top.c (do_chdir_cleanup): Add 'static'.
3927 * linespec.c (linespec_lex_number): A number followed
3928 by quotes is a valid number, too.
3932 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3936 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3937 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3941 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3942 invalid or reevaluated to prevent prevent references to possibly
3943 delete'd type objects being left in the varobj.
3948 * copying.awk: Print buffer-read-only and vi ro markers.
3949 * copying.c: Rebuild.
3950 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3951 * gdbarch.c, gdbarch.h: Rebuild.
3952 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3953 buffer-read-only and vi ro markers.
3954 * features/arm-with-iwmmxt.c: Rebuild.
3955 * features/arm-with-m-fpa-layout.c: Rebuild.
3956 * features/arm-with-m-vfp-d16.c: Rebuild.
3957 * features/arm-with-m.c: Rebuild.
3958 * features/arm-with-neon.c: Rebuild.
3959 * features/arm-with-vfpv2.c: Rebuild.
3960 * features/arm-with-vfpv3.c: Rebuild.
3961 * features/i386/amd64-avx-linux.c: Rebuild.
3962 * features/i386/amd64-avx.c: Rebuild.
3963 * features/i386/amd64-linux.c: Rebuild.
3964 * features/i386/amd64.c: Rebuild.
3965 * features/i386/i386-avx-linux.c: Rebuild.
3966 * features/i386/i386-avx.c: Rebuild.
3967 * features/i386/i386-linux.c: Rebuild.
3968 * features/i386/i386-mmx-linux.c: Rebuild.
3969 * features/i386/i386-mmx.c: Rebuild.
3970 * features/i386/i386.c: Rebuild.
3971 * features/i386/x32-avx-linux.c: Rebuild.
3972 * features/i386/x32-avx.c: Rebuild.
3973 * features/i386/x32-linux.c: Rebuild.
3974 * features/i386/x32.c: Rebuild.
3975 * features/mips-dsp-linux.c: Rebuild.
3976 * features/mips-linux.c: Rebuild.
3977 * features/mips64-dsp-linux.c: Rebuild.
3978 * features/mips64-linux.c: Rebuild.
3979 * features/rs6000/powerpc-32.c: Rebuild.
3980 * features/rs6000/powerpc-32l.c: Rebuild.
3981 * features/rs6000/powerpc-403.c: Rebuild.
3982 * features/rs6000/powerpc-403gc.c: Rebuild.
3983 * features/rs6000/powerpc-405.c: Rebuild.
3984 * features/rs6000/powerpc-505.c: Rebuild.
3985 * features/rs6000/powerpc-601.c: Rebuild.
3986 * features/rs6000/powerpc-602.c: Rebuild.
3987 * features/rs6000/powerpc-603.c: Rebuild.
3988 * features/rs6000/powerpc-604.c: Rebuild.
3989 * features/rs6000/powerpc-64.c: Rebuild.
3990 * features/rs6000/powerpc-64l.c: Rebuild.
3991 * features/rs6000/powerpc-7400.c: Rebuild.
3992 * features/rs6000/powerpc-750.c: Rebuild.
3993 * features/rs6000/powerpc-860.c: Rebuild.
3994 * features/rs6000/powerpc-altivec32.c: Rebuild.
3995 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3996 * features/rs6000/powerpc-altivec64.c: Rebuild.
3997 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3998 * features/rs6000/powerpc-cell32l.c: Rebuild.
3999 * features/rs6000/powerpc-cell64l.c: Rebuild.
4000 * features/rs6000/powerpc-e500.c: Rebuild.
4001 * features/rs6000/powerpc-e500l.c: Rebuild.
4002 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4003 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4004 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4005 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4006 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4007 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4008 * features/rs6000/powerpc-vsx32.c: Rebuild.
4009 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4010 * features/rs6000/powerpc-vsx64.c: Rebuild.
4011 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4012 * features/rs6000/rs6000.c: Rebuild.
4013 * features/s390-linux32.c: Rebuild.
4014 * features/s390-linux32v1.c: Rebuild.
4015 * features/s390-linux32v2.c: Rebuild.
4016 * features/s390-linux64.c: Rebuild.
4017 * features/s390-linux64v1.c: Rebuild.
4018 * features/s390-linux64v2.c: Rebuild.
4019 * features/s390x-linux64.c: Rebuild.
4020 * features/s390x-linux64v1.c: Rebuild.
4021 * features/s390x-linux64v2.c: Rebuild.
4022 * features/tic6x-c62x-linux.c: Rebuild.
4023 * features/tic6x-c62x.c: Rebuild.
4024 * features/tic6x-c64x-linux.c: Rebuild.
4025 * features/tic6x-c64x.c: Rebuild.
4026 * features/tic6x-c64xp-linux.c: Rebuild.
4027 * features/tic6x-c64xp.c: Rebuild.
4031 * c-exp.y (classify_name): Avoid assignment in condition.
4035 * amd64-windows-tdep.c: Include "frame.h".
4036 (amd64_windows_skip_trampoline_code): New function.
4037 (amd64_windows_init_abi): Add trampoline registration.
4041 * tracepoint.c (cur_traceframe_number): Remove.
4042 (set_tfile_traceframe): Remove.
4043 (tfile_trace_find, tfile_fetch_registers): Update callers.
4044 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4045 (tfile_open, tfile_trace_find): Likewise.
4049 * thread.c (switch_to_thread): Don't call registers_changed.
4053 * Makefile.in (SFILES): Remove objc-exp.y.
4054 (YYFILES): Remove objc-exp.c.
4055 (YYOBJ): Remove objc-exp.o.
4056 (local-maintainer-clean): Don't mention objc-exp.c.
4057 * c-exp.y: Include objc-lang.h.
4058 (%union) <class>: New field.
4059 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4060 (exp): Clone subscript production for OBJC_LBRAC. Add various
4061 Objective C productions.
4062 (msglist, msgarglist, msgarg): New productions.
4063 (array_mod, func_mod, operator): Clone productions for
4065 (parse_string_or_char): Handle '@' strings.
4066 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4067 (classify_name): Check la_name_of_this. Recognize ObjC class
4069 * objc-exp.y: Remove.
4070 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4071 * objc-lang.h (objc_parse, objc_error): Don't declare.
4075 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4079 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4084 * copying.c: Rebuild.
4085 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4090 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4092 (print_objfile_statistics): Likewise.
4093 (maintenance_print_symbols): Likewise.
4094 (maintenance_print_msymbols): Likewise.
4095 (maintenance_print_objfiles): Likewise.
4096 * psymtab.c (print_partial_symbols): Call QUIT.
4097 (maintenance_print_psymbols): Likewise. Don't modify
4099 * copying.c (show_copying_command): Don't modify immediate_quit.
4100 (show_warranty_command): Likewise.
4101 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4105 * linespec.c (linespec_lexer_lex_number): The input
4106 is also a valid number if the next character is a comma
4111 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4116 * machoread.c: Include gdb_bfd.h.
4120 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4125 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4127 (dwarf2_evaluate_loc_desc): Likewise.
4128 (dwarf2_loc_desc_needs_frame): Likewise.
4129 (locexpr_describe_location_1): Likewise.
4130 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4132 (struct dwarf2_loclist_baton): Likewise.
4133 * dwarf2read.c (struct dwarf_block): Likewise.
4134 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4135 (decode_locdesc): Expand SIZE and I to size_t.
4139 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4143 * doublest.c (convert_doublest_to_floatformat): If the exponent
4144 is too small, treat the value as zero. If the exponent is too
4145 large, treat the value as infinity.
4149 * configure.ac: Add --enable-lmcheck configure option.
4150 * configure: Regenerate.
4154 * NEWS: Mention maint info bfds.
4155 * gdb_bfd.c (all_bfds): New global.
4156 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4157 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4162 * configure.tgt: Add v850*-*-rtems*.
4166 * macrotab.c (macro_bcache_str): Remove cast.
4170 * linespec.c (linespec_lexer_lex_number): Update comments,
4171 change the return and add check to make sure the input is
4172 the decimal numbers.
4173 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4174 false, call linespec_lexer_lex_string.
4178 * symfile.c (symbol_file_add): Don't open BFD twice.
4182 * breakpoint.c (create_breakpoint): Store condition for pending
4187 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4188 (m68k_return_value): Handle complex types like structures.
4189 (m68k_svr4_return_value): Likewise.
4193 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4194 parameters to bfd_get_section_name.
4198 * cli/cli-setshow.c: Handle case 'var_uinteger'
4199 and 'var_zuninteger' together. Handle case 'var_integer' and
4200 'var_zinteger' together.
4204 * linespec.c (convert_linespec_to_sal): Don't add
4205 any symbols to the result vector if symbol_to_sal
4210 * linespec.c (decode_objc): Record the function name
4215 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4217 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4218 (map_vmap): Acquire a reference to the BFD.
4222 * p-valprint.c (pascal_object_print_value): Replace potentially
4223 unsafe alloca with xmalloc/xfree.
4224 * valops.c (search_struct_method): Likewise.
4228 * solib-svr4.c (enable_break): Update.
4229 * bfd-target.h (target_bfd_reopen): Update documentation.
4233 * symfile.c (separate_debug_file_exists): Update.
4234 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4235 (reread_symbols): Update.
4236 * elfread.c (build_id_verify): Update.
4237 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4238 bfd_open_maybe_remote.
4242 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4246 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4248 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4250 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4251 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4253 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4254 * objfiles.c (allocate_objfile): Acquire a new reference.
4255 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4256 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4257 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4258 a cleanup for 'nbfd'.
4259 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4261 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4262 make a cleanup for 'abfd'.
4263 (symbol_file_add): Make a BFD cleanup.
4267 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4268 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4269 * corelow.c (core_open): Use gdb_bfd_fopen.
4270 * dsrec.c (load_srec): Use gdb_bfd_openr.
4271 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4272 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4273 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4274 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4275 (gdb_bfd_fdopenr): New functions.
4276 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4277 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4278 (gdb_bfd_fdopenr): Declare.
4279 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4280 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4281 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4282 gdb_bfd_openr_next_archived_file.
4283 (macho_check_dsym): Use gdb_bfd_openr.
4284 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4285 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4286 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4287 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4289 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4290 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4291 gdb_bfd_openr_next_archived_file.
4292 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4294 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4296 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4297 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4298 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4299 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4300 (symfile_bfd_open): Use gdb_bfd_fopen.
4301 (generic_load): Use gdb_bfd_openr.
4302 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4306 * bfd-target.c (target_bfd_reopen): Update.
4307 * cli/cli-dump.c (bfd_openr_with_cleanup)
4308 (bfd_openw_with_cleanup): Update.
4309 * corelow.c (core_open): Update.
4310 * dsrec.c (load_srec): Update.
4311 * exec.c (exec_file_attach): Update.
4312 * gcore.c (create_gcore_bfd): Update.
4313 * gdb_bfd.c (gdb_bfd_ref): Return void.
4314 (gdb_bfd_open): Update.
4315 * gdb_bfd.h (gdb_bfd_ref): Return void.
4317 * jit.c (jit_bfd_try_read_symtab): Update.
4318 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4319 * machoread.c (macho_symfile_read_all_oso): Update.
4320 (macho_check_dsym): Update.
4321 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4322 * remote-m32r-sdi.c (m32r_load): Update.
4323 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4324 * rs6000-nat.c (add_vmap): Update.
4325 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4327 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4328 * solib-spu.c (spu_bfd_open): Update.
4329 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4330 * spu-linux-nat.c (spu_bfd_open): Update.
4331 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4332 (generic_load): Update.
4333 * windows-nat.c (windows_make_so): Update.
4337 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4341 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4342 SIGTRAMP_FRAME unwinding.
4346 * NEWS: Document new options "set/show use-deprecated-index-sections",
4347 and delete reference to --use-deprecated-index-sections.
4348 * symfile.h (use_deprecated_index_sections): Delete.
4349 * dwarf2read.c (use_deprecated_index_sections): Make static.
4350 (read_index_from_section): Update wording of how to load
4351 deprecated index sections.
4352 (_initialize_dwarf2_read): New options
4353 "set/show use-deprecated-index-sections".
4354 * main.c (captured_main): Delete --use-deprecated-index-sections.
4361 * infrun.c (handle_inferior_event) <new thread>: Don't special
4362 case minus_one_ptid.
4363 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4364 * linux-thread-db.c (thread_get_info_callback): Don't return early
4365 if the thread is zombie.
4366 (thread_from_lwp): Change return type to void. Rewrite stale
4368 (attach_thread): Don't return early if the thread is zombie,
4369 instead set its "dying" flag.
4370 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4371 (find_new_threads_callback): Don't return early if the thread is
4376 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4377 * target.c (target_wait): Likewise.
4378 (str_comma_list_concat_elem, do_option, target_options_to_string):
4380 * target.h (target_options_to_string): Declare.
4385 * dwarf2read.c (dwarf_decode_macros)
4386 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4387 DW_MACRO_GNU_transparent_include_alt>: New cases.
4388 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4389 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4393 * dwarf2read.c (try_open_dwo_file): Don't call
4394 gdb_bfd_stash_filename.
4398 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4399 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4400 (i386_process_record): Tweak description comments.
4404 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4405 (i386_process_record): Use record_read_memory.
4406 * record.c (record_read_memory): New function.
4407 (record_arch_list_add_mem, record_exec_insn): Use
4409 * record.h (record_read_memory): Declare.
4413 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4418 * record.c (record_resume): Ask the target beneath to report all
4423 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4424 there's no section at address zero.
4425 (dwarf2_record_block_ranges): Ditto.
4429 * command.h, remote.c: Fix a typo in comment.
4434 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4435 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4436 OP_DECLTYPE>: New cases.
4437 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4438 (type_exp): Add new productions.
4439 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4441 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4443 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4444 OP_DECLTYPE>: New case.
4445 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4447 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4448 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4452 * c-exp.y (enum token_flags): New.
4453 (struct token) <cxx_only>: Remove.
4455 (tokentab3, tokentab2, ident_tokens): Update.
4456 (lex_one_token): Update. Handle FLAG_SHADOW.
4460 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4461 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4462 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4463 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4464 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4465 type_exp production where appropriate.
4466 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4467 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4468 <UNOP_MEMVAL_TYPE>: New case.
4469 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4470 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4471 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4472 <UNOP_MEMVAL_TYPE>: New case.
4473 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4474 UNOP_REINTERPRET_CAST>: Update.
4475 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4476 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4477 UNOP_REINTERPRET_CAST>: Update.
4478 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4479 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4480 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4486 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4487 and case 'var_optional_filename' together.
4488 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4489 instead of add_setshow_optional_filename_cmd for setshow command
4490 'args'. Set completer for 'set args'.
4494 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4495 * common/gdb_vecs.c: New file, contents from utils.c.
4496 * common/host-defs.h: New file, contents from defs.h.
4497 * utils.h: New file, contents from defs.h.
4498 * defs.h: Move all declarations of objects defined in utils.c
4499 to utils.h (except QUIT() and related).
4500 #include "utils.h", "host-defs.h".
4501 * probe.h (probe_p): Move here from gdb_vecs.h.
4502 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4503 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4504 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4505 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4506 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4507 (COMMON_OBS): Add gdb_vecs.o.
4508 (gdb_vecs.o): New rule.
4512 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4513 parameter. If non-zero, use SYMNAME as the canonical name
4516 (convert_linespec_to_sals): Use add_sal_to_sals for
4518 (decode_line_full): No need to "fill in missing canonical names"
4519 anymore. Simply make cleanups for the allocated names.
4523 * linespec.c (struct linespec): Constify expression,
4524 source_filename, function_name, and label_name.
4525 (symbol_not_found_error): Make all parameters const.
4526 (linespec_parser_delete): No need to check for NULL
4527 when using xfree. Cast const char * to char * for xfree.
4531 * breakpoint.c (invalid_thread_id_error): New function.
4532 (find_condition_and_thread): Use invalid_thread_id_error.
4533 (watch_command_1): Likewise.
4537 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4538 * contrib/cc-with-tweaks.sh: New file.
4542 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4543 (locate_dwz_sections): Recognize .gdb_index.
4544 (create_cus_from_index_list): New function.
4545 (create_cus_from_index): Use it. Handle .dwz data.
4546 (read_index_from_section): New function, extracted from
4548 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4553 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4554 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4555 <is_dwz>: New field.
4556 (struct dwz_file): New.
4557 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4558 (locate_dwz_sections, dwarf2_get_dwz_file)
4559 (get_abbrev_section_for_cu): New functions.
4560 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4561 (read_and_check_type_unit_head): Add abbrev_section argument.
4562 (create_debug_types_hash_table): Update.
4563 (init_cutu_and_read_dies): Use proper abbrev section.
4564 (init_cutu_and_read_dies_no_follow): Likewise.
4565 (set_partial_user): Do nothing if PST==NULL.
4566 (read_comp_units_from_section): New function.
4567 (create_all_comp_units): Use it.
4568 (scan_partial_symbols, partial_die_parent_scope): Update.
4569 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4570 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4571 (find_partial_die): Add offset_in_dwz argument. Update.
4572 (guess_partial_die_structure_name, fixup_partial_die): Update.
4573 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4574 DW_FORM_GNU_strp_alt.
4575 (read_indirect_string_from_dwz): New function.
4576 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4577 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4578 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4579 (follow_die_offset): Add offset_in_dwz argument.
4580 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4581 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4582 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4583 Handle new macro forms.
4584 (dwarf_decode_macros): Update.
4585 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4586 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4587 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4588 (create_debug_types_hash_table): Use correct abbrev section.
4589 (get_debug_line_section): New function.
4590 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4591 (process_full_comp_unit): Pass 'required' argument to
4592 end_symtab_get_static_block.
4593 * buildsym.h (end_symtab_get_static_block): Update.
4594 * buildsym.c (end_symtab_get_static_block): Add 'required'
4596 (end_symtab, end_expandable_symtab): Update.
4600 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4602 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4603 (zlib_decompress_section): Remove.
4604 (dwarf2_read_section): Use gdb_bfd_map_section.
4605 (munmap_section_buffer): Remove.
4606 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4607 munmap_section_buffer.
4608 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4609 (struct gdb_bfd_section_data): New.
4610 (free_one_bfd_section): New function.
4611 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4612 (get_section_descriptor, zlib_decompress_section)
4613 (gdb_bfd_map_section): New functions.
4614 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4618 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4622 * gdb_bfd.c (struct gdb_bfd_data): New.
4623 (gdb_bfd_cache): New global.
4624 (struct gdb_bfd_cache_search): New.
4625 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4626 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4627 * gdb_bfd.h (gdb_bfd_open): Declare.
4631 * utils.c (make_cleanup_bfd_unref): Rename from
4632 make_cleanup_bfd_close.
4633 * defs.h (make_cleanup_bfd_unref): Rename from
4634 make_cleanup_bfd_close.
4635 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4636 (bfd_openw_with_cleanup): Update.
4637 * corelow.c (core_open): Update.
4638 * dsrec.c (load_srec): Update.
4639 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4640 * remote-m32r-sdi.c (m32r_load): Update.
4641 * remote-mips.c (mips_load_srec): Update.
4642 (pmon_load_fast): Update.
4643 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4645 (darwin_bfd_open): Update.
4646 * solib.c (solib_bfd_fopen): Update.
4647 * symfile-mem.c (symbol_file_add_from_memory): Update.
4648 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4649 (symfile_bfd_open): Update.
4650 (generic_load): Update.
4654 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4655 (pmon_load_fast): Likewise.
4656 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4657 (m32r_upload_command): Likewise.
4658 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4659 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4660 Use make_cleanup_bfd_close.
4664 * symfile.c (symfile_bfd_open): Don't copy name. Call
4665 gdb_bfd_stash_filename.
4666 (load_command): Open the new BFD before freeing the old.
4667 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4668 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4669 Call gdb_bfd_stash_filename.
4670 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4671 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4672 gdb_bfd_stash_filename.
4673 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4674 Free found_pathname.
4675 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4676 gdb_bfd_stash_filename.
4677 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4678 * machoread.c (macho_add_oso_symfile): Call
4679 gdb_bfd_stash_filename.
4680 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4681 gdb_bfd_stash_filename.
4682 (macho_check_dsym): Don't copy filename. Call
4683 gdb_bfd_stash_filename.
4684 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4685 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4686 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4687 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4688 * exec.c (exec_close): Don't free the BFD's filename.
4689 (exec_file_attach): Don't copy the filename. Call
4690 gdb_bfd_stash_filename.
4691 * corelow.c (core_close): Don't free the BFD's filename.
4692 (core_open): Call gdb_bfd_stash_filename.
4693 * corefile.c (reopen_exec_file): Remove #if 0 code.
4694 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4696 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4700 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4702 (free_dwo_file): Use gdb_bfd_unref.
4703 * cli/cli-dump.c: Include gdb_bfd.h.
4704 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4705 (bfd_openr_with_cleanup): Likewise.
4706 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4708 * utils.c: Include gdb_bfd.h.
4709 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4710 * symfile.c: Include gdb_bfd.h.
4711 (separate_debug_file_exists): Use gdb_bfd_unref.
4712 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4713 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4714 (generic_load): Use gdb_bfd_ref.
4715 (reread_symbols): Use gdb_bfd_unref.
4716 * symfile-mem.c: Include gdb_bfd.h.
4717 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4718 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4719 * solib.c: Include gdb_bfd.h.
4720 (solib_bfd_fopen): Use gdb_bfd_ref.
4721 (solib_bfd_open): Use gdb_bfd_unref.
4722 (free_so_symbols): Use gdb_bfd_unref.
4723 (reload_shared_libraries_1): Use gdb_bfd_unref.
4724 * solib-spu.c: Include gdb_bfd.h.
4725 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4726 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4728 * solib-frv.c: Include gdb_bfd.h.
4729 (enable_break2): Use gdb_bfd_unref.
4730 * solib-dsbt.c: Include gdb_bfd.h.
4731 (enable_break2): Use gdb_bfd_unref.
4732 * solib-darwin.c: Include gdb_bfd.h.
4733 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4735 (darwin_bfd_open): Use gdb_bfd_unref.
4736 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4737 * remote-mips.c: Include gdb_bfd.h.
4738 (mips_load_srec): Use gdb_bfd_ref.
4739 (pmon_load_fast): Use gdb_bfd_ref.
4740 * remote-m32r-sdi.c: Include gdb_bfd.h.
4741 (m32r_load): Use gdb_bfd_ref.
4742 * record.c: Include gdb_bfd.h.
4743 (record_save_cleanups): Use gdb_bfd_unref.
4744 (cmd_record_save): Use gdb_bfd_unref.
4745 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4747 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4748 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4749 * objfiles.c: Include gdb_bfd.h.
4750 (free_objfile): Use gdb_bfd_unref.
4751 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4753 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4754 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4755 (macho_check_dsym): Likewise.
4756 * m32r-rom.c: Include gdb_bfd.h.
4757 (m32r_load): Use gdb_bfd_ref.
4758 (m32r_upload_command): Use gdb_bfd_ref.
4759 * jit.c: Include gdb_bfd.h.
4760 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4761 * gdb_bfd.h: New file.
4762 * gdb_bfd.c: New file.
4763 * gcore.c: Include gdb_bfd.h.
4764 (create_gcore_bfd): Use gdb_bfd_ref.
4765 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4766 (gcore_command): Use gdb_bfd_unref.
4767 * exec.c: Include gdb_bfd.h.
4768 (exec_close): Use gdb_bfd_unref.
4769 (exec_close_1): Use gdb_bfd_unref.
4770 (exec_file_attach): Use gdb_bfd_ref.
4771 * elfread.c: Include gdb_bfd.h.
4772 (build_id_verify): Use gdb_bfd_unref.
4773 * dsrec.c: Include gdb_bfd.h.
4774 (load_srec): Use gdb_bfd_ref.
4775 * corelow.c: Include gdb_bfd.h.
4776 (core_close): Use gdb_bfd_unref.
4777 (core_open): Use gdb_bfd_ref.
4778 * bfd-target.c: Include gdb_bfd.h.
4779 (target_bfd_xclose): Use gdb_bfd_unref.
4780 (target_bfd_reopen): Use gdb_bfd_ref.
4781 * Makefile.in (SFILES): Add gdb_bfd.c.
4782 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4783 (COMMON_OBS): Add gdb_bfd.o.
4787 * breakpoint.c (find_condition_and_thread): Initialize
4789 (create_breakpiont): find_condition_and_thread will now
4790 initialize COND_STRING, THREAD, and REST (and TASK).
4791 (addr_string_to_sals): Likewise.
4795 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4796 Pull the single step breakpoints out of the target.
4800 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4801 * stap-probe.c (compile_probe_arg): Likewise.
4805 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4806 (elf_compile_to_ax): Likewise.
4807 * infrun.c (insert_exception_resume_from_probe): Likewise.
4808 (check_exception_resume): Remove `objfile' variable.
4809 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4810 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4811 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4812 (compare_entries): Rename to...
4813 (compare_probes): ...this. Adjust function to work with
4814 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4816 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4818 (print_ui_out_info): Adjust argument to be `struct probe *'.
4819 (info_probes_for_ops): Adjust internal computations to use
4821 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4822 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4823 gen_info_probes_table_values>: Remove `objfile' argument.
4824 (struct probe) <objfile>: New field.
4825 (find_probe_by_pc): Remove `objfile' argument.
4826 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4827 (stap_get_probe_argument_count): Likewise.
4828 (stap_get_arg): Likewise.
4829 (stap_evaluate_probe_argument): Likewise.
4830 (stap_compile_to_ax): Likewise.
4831 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4832 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4833 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4834 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4835 sym_compile_to_ax>: Likewise.
4840 * defs.h (GDB_MI_MSG_WIDTH): New.
4841 * ser_base (ser_base_read_error_fd): New function.
4842 (do_ser_base_readchar): Poll error file descriptor as well as
4844 (generic_readchar): Refactor error handling.
4848 * NEWS: Create a new section for the next release branch.
4849 Rename the section of the current branch, now that it has
4854 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4855 * version.in: Bump version to 7.5.50.20120718-cvs.
4859 * linespec.c (linespec_parse_line_offset): Make parameter
4865 * f-valprint.c (info_common_command): New variable frame_id.
4866 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4867 * printcmd.c (print_variable_and_value): Extend function comment.
4868 Add comment for invalidated FRAME.
4869 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4870 FI form FRAME_ID after each print_frame_local_vars.
4871 (struct print_variable_and_value_data): Change frame to frame_id.
4872 (do_print_variable_and_value): New variable frame, initialize it from
4873 p->frame_id. Add comment for invalidated FRAME.
4874 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4875 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4876 for invalidated FRAME.
4881 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4886 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4890 * dwarf2read.c (stmt_list_hash): New struct.
4891 (type_unit_group): Embed "per_cu" member, remove pointer.
4892 New union member "t", move member "tus" into it, all uses updated.
4893 New member "hash", replaces member "line_offset, all uses updated.
4894 (quick_file_names): Replace member "offset" with "hash", all uses
4896 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4897 (hash_file_name_entry, eq_file_name_entry): Call them.
4898 (hash_type_unit_group, eq_type_unit_group): Ditto.
4899 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4900 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4901 (dw2_get_file_names): Update.
4902 (create_type_unit_group): Replace "per_cu" arg with "cu".
4903 All callers updated. Fix "quick" (.gdb_index) handling.
4904 (get_type_unit_group): Replace "per_cu" arg with "cu".
4905 All callers updated.
4906 (build_type_unit_groups): Don't reset tu_stats.
4908 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4909 "tab_cur_size". Change member "tab" to be a htab_t.
4910 (create_filename_seen_cache): Update.
4911 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4912 (filename_seen): Update.
4916 * symtab.c (filename_seen): Update comment.
4921 * buildsym.c (end_symtab_1): Split it to ...
4922 (end_symtab_get_static_block): ... this ...
4923 (end_symtab_from_static_block): ... and this function.
4924 (end_symtab, end_expandable_symtab): Call them.
4925 * buildsym.h (end_symtab_get_static_block)
4926 (end_symtab_from_static_block): New declarations.
4927 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4928 Set its valid CU ranges.
4932 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4933 DW_OP_GNU_parameter_ref.
4937 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4938 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4942 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4943 (filename_seen_cache): New struct.
4944 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4945 (create_filename_seen_cache): New function.
4946 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4947 (filename_seen): Delete arg "first". New arg "cache". All callers
4949 (output_source_filename_data): New struct.
4950 (output_source_filename): Delete arg "first". New arg "data".
4951 All callers updated.
4952 (sources_info): Delete local "first". New locals "data", "cleanups".
4953 Rewrite to use filename_seen_cache.
4954 (add_partial_filename_data): Delete member "first". New member
4955 "filename_seen_cache". All uses updated.
4956 (make_source_files_completion_list): Rewrite to use
4957 filename_seen_cache.
4961 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4966 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4967 all_type_unit_groups, type_unit_groups, tu_stats.
4968 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4969 All uses updated. Add type_unit_group to union "s".
4970 (type_unit_group): New struct.
4971 (IS_TYPE_UNIT_GROUP): New macro.
4972 (abbrev_table): Delete unused member "section".
4973 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4974 (dw2_get_cu): Assert not used with type_unit_group.
4975 (dw2_get_primary_cu): New function.
4976 (dw2_build_type_unit_groups_reader): New function.
4977 (dw2_build_type_unit_groups): New function.
4978 (dw2_get_file_names): Assert not called on type units.
4979 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4980 Redo loop to iterate over type unit groups instead of type units.
4981 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4982 (read_abbrev_offset): New function.
4983 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4985 (create_partial_symtab): New function.
4986 (process_psymtab_comp_unit_reader): Assert not used with type units.
4987 Call create_partial_symtab.
4988 (process_psymtab_type_unit): Delete.
4989 (hash_type_unit_group, eq_type_unit_group): New functions.
4990 (allocate_type_unit_groups_table): New function.
4991 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4992 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4993 (create_type_unit_group, get_type_unit_group): New functions.
4994 (tu_abbrev_offset): New struct.
4995 (sort_tu_by_abbrev_offset): New function.
4996 (add_type_unit_group_to_table): New function.
4997 (build_type_unit_groups): New function.
4998 (build_type_psymtabs_reader): New function.
4999 (build_type_psymtab_dependencies): New function.
5000 (build_type_psymtabs): Rewrite.
5001 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5002 is seen in a type unit.
5003 (process_queue): Move symtab expansion debugging printfs here.
5004 Call process_full_type_unit for type units.
5005 (compute_symtab_includes): Assert not called for type units.
5006 (process_cu_includes): Don't call compute_symtab_includes for
5008 (process_full_type_unit): New function.
5009 (process_imported_unit_die): Flag an error if called for type units.
5010 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5011 updated. Assert not called for type units.
5012 (read_file_scope): Call dwarf2_start_symtab.
5013 (setup_type_unit_groups): New function.
5014 (read_type_unit_scope): Rewrite.
5015 (abbrev_table_read_table): Initialize abbrev_table->offset.
5016 (abbrev_table_free_cleanup): New function.
5017 (dwarf2_start_symtab): New function.
5018 (load_full_type_unit): Assert not called for type unit groups.
5019 * buildsym.c (finish_block_internal): New arg "expandable".
5020 All callers updated.
5021 (start_symtab): Move most contents to ...
5022 (restart_symtab): ... here. New function.
5023 (reset_symtab_globals): New function.
5024 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5025 Call reset_symtab_globals.
5026 (end_symtab, end_expandable_symtab): New functions.
5027 (set_missing_symtab, augment_type_symtab): New functions.
5028 * buildsym.h (end_expandable_symtab): Declare.
5029 (augment_type_symtab, restart_symtab): Declare.
5030 * psympriv.h (struct partial_symtab): New member "anonymous".
5031 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5033 (read_psymtabs_with_filename): Ditto.
5034 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5035 (expand_symtabs_matching_via_partial): Ditto.
5036 (dump_psymtab): Update.
5037 * dictionary.c (dict_add_pending): New function.
5038 * dictionary.h (dict_add_pending): Declare.
5042 * buildsym.c (start_subfile): Remove unnecessary check for
5045 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5047 * dwarf2read.c (load_full_type_unit): Simplify.
5049 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5050 to struct signatured_type **. All uses updated.
5052 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5053 All callers updated.
5057 * c-exp.y (check_parameter_typelist): New function.
5058 (parameter_typelist): Call it.
5059 * eval.c (make_params): Handle '(void)' case.
5060 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5065 * common/linux-ptrace.c: Include gdb_assert.h.
5066 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5067 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5069 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5071 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5072 * linux-nat.c (linux_child_post_attach)
5073 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5077 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5078 nptl <2.7 bug workaround for core files.
5082 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5084 (save_siginfo): Remove.
5085 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5087 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5088 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5089 * linux-nat.h (struct lwp_info): Remove field siginfo.
5093 Code cleanup for the next patch.
5094 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5095 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5097 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5098 (ia64_linux_stopped_data_address):
5099 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5101 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5102 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5103 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5109 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5110 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5114 * c-exp.y (DOTDOTDOT): New token.
5115 (func_mod, exp): Use parameter_typelist.
5116 (parameter_typelist): New production.
5117 (tokentab3): Add "..." token.
5118 * eval.c (make_params): Handle varargs.
5119 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5125 * c-exp.y (%union) <tvec>: Change type.
5126 (func_mod): Now uses <tvec> type.
5127 (exp): Update for tvec change.
5128 (direct_abs_decl): Push the typelist.
5129 (func_mod): Return a typelist.
5130 (nonempty_typelist): Update for tvec change.
5131 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5132 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5133 * parse.c (pop_type_list): New function.
5134 (push_typelist): New function.
5135 (follow_types): Handle tp_function_with_arguments.
5136 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5137 (enum type_pieces) <tp_function_with_arguments>: New constant.
5138 (union type_stack_elt) <typelist_val>: New field.
5139 (push_typelist): Declare.
5143 * c-exp.y (%union) <type_stack>: New field.
5144 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5145 (ptr_operator_ts): New production.
5147 * parse.c (type_stack_reserve): New function.
5148 (check_type_stack_depth): Use it.
5149 (pop_type_stack, append_type_stack, push_type_stack)
5150 (get_type_stack, type_stack_cleanup): New functions.
5151 (follow_types): Handle tp_type_stack.
5152 (_initialize_parse): Simplify initialization.
5153 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5155 (union type_stack_elt) <stack_val>: New field.
5156 (get_type_stack, append_type_stack, push_type_stack)
5157 (type_stack_cleanup): Declare.
5161 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5163 (struct type_stack): New.
5164 * parse.c (type_stack, type_stack_size, type_stack_depth):
5166 (type_stack): New global.
5167 (parse_exp_in_context, check_type_stack_depth)
5168 (insert_into_type_stack, insert_type, push_type, push_type_int)
5169 (insert_type_address_space, pop_type, pop_type_int)
5170 (_initialize_parse): Update.
5174 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5179 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5184 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5185 alloca with xmalloc/xfree.
5189 * MAINTAINERS (Write After Approval): Add myself to the list.
5193 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5197 * ax-gdb.c (cli/cli-utils.h): New include.
5198 (linespec.h): Ditto.
5199 (agent_eval_command_one): New function.
5200 (agent_command_1): Ditto.
5201 (agent_command): Call function agent_command_1.
5202 (agent_eval_command): Ditto.
5203 (_initialize_ax_gdb): Change help for "maint agent"
5204 and "maint agent-eval".
5208 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5209 * cli/cli-utils.c (check_for_argument): New function.
5210 * cli/cli-utils.h (check_for_argument): Ditto.
5214 * NEWS: Mention x32 ABI support.
5218 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5219 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5221 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5222 and pc_regnum_from_eax to -1. Update SP regnum from
5223 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5226 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5231 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5232 * dwarf2expr.h: Include gdbtypes.h.
5233 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5234 these forward declarations.
5235 (cu_offset, sect_offset): Move these ...
5236 * gdbtypes.h: Remove include dwarf2expr.h.
5237 (cu_offset, sect_offset): ... here.
5241 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5242 (amd64_linux_sigtramp_code): This.
5243 (amd64_x32_linux_sigtramp_code): New.
5244 (LINUX_SIGTRAMP_LEN): Updated.
5245 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5249 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5253 * config.in: Regenerate.
5254 * configure: Regenerate.
5255 * configure.ac: Remove check for gnu/libc-version.h.
5256 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5258 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5259 variables libc_version, libc_major and libc_minor. Replace sscanf by
5260 inferior_has_bug. Extend the comment.
5264 * linux-thread-db.c (inferior_has_bug): New function.
5265 (thread_db_find_new_threads_silently): Return boolean as checked by
5266 inferior_has_bug, describe it in the comments.
5267 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5268 earlier. Abort the initialization if it returned non-zero.
5269 (thread_db_new_objfile): Exclude debug files.
5270 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5275 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5276 related to queue management.
5278 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5279 instead of "debug dwarf2-die" in debugging printfs.
5280 (create_debug_info_hash_table_reader): Ditto.
5281 (create_debug_info_hash_table): Ditto.
5282 (init_dwo_file): Ditto.
5283 (init_cutu_and_read_dies): Add debugging printf.
5284 (init_cutu_and_read_dies_no_follow): Ditto.
5285 (process_psymtab_comp_unit_reader): Ditto.
5289 Add target-side support for dynamic printf.
5290 * NEWS: Mention the additional style.
5291 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5292 (struct bp_location): New field cmd_bytecode.
5293 * breakpoint.c: Include format.h.
5294 (disconnected_dprintf): New global.
5295 (parse_cmd_to_aexpr): New function.
5296 (build_target_command_list): New function.
5297 (insert_bp_location): Call it.
5298 (remove_breakpoints_pid): Skip dprintf breakpoints.
5299 (print_one_breakpoint_location): Ditto.
5300 (dprintf_style_agent): New global.
5301 (dprintf_style_enums): Add dprintf_style_agent.
5302 (update_dprintf_command_list): Add agent case.
5303 (agent_printf_command): New function.
5304 (_initialize_breakpoint): Add new commands.
5305 * common/ax.def (printf): New bytecode.
5306 * ax.h (ax_string): Declare.
5307 * ax-gdb.h (gen_printf): Declare.
5308 * ax-gdb.c: Include cli-utils.h, format.h.
5309 (gen_printf): New function.
5310 (maint_agent_print_command): New function.
5311 (_initialize_ax_gdb): Add maint agent-printf command.
5312 * ax-general.c (ax_string): New function.
5313 (ax_print): Add printf disassembly.
5314 * Makefile.in (SFILES): Add format.c
5315 (COMMON_OBS): Add format.o.
5316 * common/format.h: New file.
5317 * common/format.c: New file.
5318 * printcmd.c: Include format.h.
5319 (ui_printf): Call parse_format_string.
5320 * remote.c (remote_state): New field breakpoint_commands.
5321 (PACKET_BreakpointCommands): New enum.
5322 (remote_breakpoint_commands_feature): New function.
5323 (remote_protocol_features): Add new BreakpointCommands entry.
5324 (remote_can_run_breakpoint_commands): New function.
5325 (remote_add_target_side_commands): New function.
5326 (remote_insert_breakpoint): Call it.
5327 (remote_insert_hw_breakpoint): Ditto.
5328 (_initialize_remote): Add new packet configuration for
5329 target-side breakpoint commands.
5330 * target.h (struct target_ops): New field
5331 to_can_run_breakpoint_commands.
5332 (target_can_run_breakpoint_commands): New macro.
5333 * target.c (update_current_target): Handle
5334 to_can_run_breakpoint_commands.
5338 Execute -ix and -iex only after system and user gdbinit files.
5339 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5340 processing down after gdbinit files.
5344 Add fnmatch-gnu module.
5345 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5346 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5347 * gnulib/aclocal.m4: Regenerate.
5348 * gnulib/config.in: Regenerate.
5349 * gnulib/configure: Regenerate.
5350 * gnulib/import/dummy.c: Remove.
5351 * gnulib/import/Makefile.am: Regenerate.
5352 * gnulib/import/Makefile.in: Likewise.
5353 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5354 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5355 * gnulib/import/alloca.c: New file.
5356 * gnulib/import/alloca.in.h: Likewise.
5357 * gnulib/import/config.charset: Likewise.
5358 * gnulib/import/fnmatch.c: Likewise.
5359 * gnulib/import/fnmatch.in.h: Likewise.
5360 * gnulib/import/fnmatch_loop.c: Likewise.
5361 * gnulib/import/localcharset.c: Likewise.
5362 * gnulib/import/localcharset.h: Likewise.
5363 * gnulib/import/m4/alloca.m4: Likewise.
5364 * gnulib/import/m4/codeset.m4: Likewise.
5365 * gnulib/import/m4/configmake.m4: Likewise.
5366 * gnulib/import/m4/fcntl-o.m4: Likewise.
5367 * gnulib/import/m4/fnmatch.m4: Likewise.
5368 * gnulib/import/m4/glibc21.m4: Likewise.
5369 * gnulib/import/m4/localcharset.m4: Likewise.
5370 * gnulib/import/m4/locale-fr.m4: Likewise.
5371 * gnulib/import/m4/locale-ja.m4: Likewise.
5372 * gnulib/import/m4/locale-zh.m4: Likewise.
5373 * gnulib/import/m4/mbrtowc.m4: Likewise.
5374 * gnulib/import/m4/mbsinit.m4: Likewise.
5375 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5376 * gnulib/import/m4/mbstate_t.m4: Likewise.
5377 * gnulib/import/m4/stdbool.m4: Likewise.
5378 * gnulib/import/m4/wchar_h.m4: Likewise.
5379 * gnulib/import/m4/wctype_h.m4: Likewise.
5380 * gnulib/import/m4/wint_t.m4: Likewise.
5381 * gnulib/import/mbrtowc.c: Likewise.
5382 * gnulib/import/mbsinit.c: Likewise.
5383 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5384 * gnulib/import/mbsrtowcs-state.c: Likewise.
5385 * gnulib/import/mbsrtowcs.c: Likewise.
5386 * gnulib/import/ref-add.sin: Likewise.
5387 * gnulib/import/ref-del.sin: Likewise.
5388 * gnulib/import/stdbool.in.h: Likewise.
5389 * gnulib/import/streq.h: Likewise.
5390 * gnulib/import/strnlen1.c: Likewise.
5391 * gnulib/import/strnlen1.h: Likewise.
5392 * gnulib/import/verify.h: Likewise.
5393 * gnulib/import/wchar.in.h: Likewise.
5394 * gnulib/import/wctype.in.h: Likewise.
5398 Support shell wildcards for 'set auto-load safe-path'.
5399 * auto-load.c: Include fnmatch.h.
5400 (filename_is_in_dir): Rename to ...
5401 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5402 it. Update function comment. Rename dir_len to pattern_len. New
5403 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5404 messages. Use gdb_filename_fnmatch.
5405 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5407 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5408 * defs.h (gdb_filename_fnmatch): New declaration.
5409 * utils.c: Include fnmatch.h.
5410 (gdb_filename_fnmatch): New function.
5414 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5415 `-probe' and `-probe-stap' options.
5419 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5420 always_inserted_off, and always_inserted_enums.
5421 Change always_inserted_mode's type to 'enum auto_boolean'.
5422 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5424 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5425 of add_setshow_enum_cmd.
5426 * infrun.c: Remove can_use_displaced_stepping_auto,
5427 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5428 can_use_displaced_stepping_enum.
5429 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5430 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5432 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5433 add_setshow_enum_cmd.
5437 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5438 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5439 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5443 * linespec.c: #include "stack.h".
5444 (decode_line_with_current_source): Moved here from symtab.c and
5445 renamed from decode_line_spec. All callers updated.
5446 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5447 renamed from decode_line_spec_1. All callers updated.
5448 * linespec.h (decode_line_with_current_source): Move declaration here
5449 from symtab.h and renamed from decode_line_spec.
5450 (decode_line_with_last_displayed): Move declaration here from symtab.h
5451 and renamed from decode_line_spec_1.
5452 * macrocmd.c: #include "linespec.h".
5453 * symtab.c: Remove #include "linespec.h".
5457 * dwarf2read.c (get_cu_length): New function.
5458 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5459 (create_debug_types_hash_table): Ditto.
5460 (init_cutu_and_read_dies): Ditto.
5461 (init_cutu_and_read_dies_no_follow): Ditto.
5463 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5465 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5466 (struct abbrev_table): Define.
5467 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5469 (init_cutu_and_read_dies): Update.
5470 (abbrev_table_alloc_abbrev): New function. Replaces
5471 dwarf_alloc_abbrev. All callers updated.
5472 (abbrev_table_add_abbrev): New function.
5473 (abbrev_table_lookup_abbrev): New function. Replaces
5474 dwarf2_lookup_abbrev. All callers updated.
5475 (abbrev_table_read_table): New function. Contents moved here from
5476 dwarf2_read_abbrevs.
5477 (dwarf2_read_abbrevs): Call it.
5478 (abbrev_table_free): New function.
5479 (dwarf2_free_abbrev_table): Call it.
5483 * osdata.c (info_osdata_command): Filter out "Title" columns
5485 * common/linux-osdata.c (struct osdata_type): Add title field.
5486 (osdata_table): Add titles to each entry.
5487 (linux_command_xfer_osdata): Add a column for title data.
5491 Make logging work for MI.
5493 * interps.h (interp_set_logging_ftype): New typedef.
5494 (struct interp_procs): New field set_logging_proc.
5495 (current_interp_set_logging): Declare.
5496 * interps.c (current_interp_set_logging): New function.
5497 * cli/cli-logging.c: Include interps.h.
5498 (set_logging_redirect): Call current_interp_set_logging.
5499 (pop_output_files): Ditto.
5500 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5501 * mi/mi-console.h (mi_console_set_raw): Declare.
5502 * mi/mi-console.c (mi_console_set_raw): New function.
5503 * mi/mi-interp.c (saved_raw_stdout): New global.
5504 (mi_set_logging): New function.
5505 (_initialize_mi_interp): Add it to interp procs.
5509 * symtab.c (lookup_symbol_aux_objfile): Use
5510 ALL_OBJFILE_PRIMARY_SYMTABS.
5512 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5516 * common/buffer.c: Include inttypes.h and stdint.h.
5517 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5522 * gdbthread.h (ALL_THREADS): New macro.
5523 (thread_list): Declare.
5524 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5525 going, but instead fall through to the stepping handling.
5526 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5527 the passed in signal. Adjust debug output.
5528 (resume_callback): Rename to ...
5529 (linux_nat_resume_callback): ... this. Pass the thread's last
5530 stop signal, if in "pass" state.
5531 (linux_nat_resume): Adjust to rename.
5532 (stop_wait_callback): New assertion. Don't respawn signals;
5533 instead let the LWP remain with SIGNALLED set.
5534 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5535 * remote.c (append_pending_thread_resumptions): New.
5536 (remote_vcont_resume): Call it.
5537 * target.h (target_resume): Extend comment.
5541 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5545 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5546 Delete have_addr_base, unused. All uses updated.
5547 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5548 (dwarf2_get_pc_bounds): Add ranges_base.
5549 (dwarf2_record_block_ranges): Ditto.
5554 * varobj.c (varobj_create): Update.
5555 (varobj_set_value): Update.
5556 * tracepoint.c (validate_actionline): Update.
5557 (encode_actions_1): Update.
5558 * parse.c (parse_exp_1): Add 'pc' argument.
5559 (parse_exp_in_context): Add 'pc' argument. Change how
5560 expression_context_pc is set.
5561 (parse_expression): Update.
5562 (parse_field_expression): Update.
5563 * expression.h (parse_exp_1): Update.
5564 * eval.c (parse_to_comma_and_eval): Update.
5565 * breakpoint.c (set_breakpoint_condition): Update.
5566 (update_watchpoint): Update.
5567 (init_breakpoint_sal): Update
5568 (find_condition_and_thread): Update.
5569 (watch_command_1): Update.
5570 (update_breakpoint_locations): Update.
5571 * ada-lang.c (ada_read_renaming_var_value): Update.
5572 (create_excep_cond_exprs): Update.
5576 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5581 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5583 (error_check_comp_unit_head): New arg abbrev_section. All callers
5585 (read_and_check_comp_unit_head): Ditto.
5586 (read_and_check_type_unit_head): Ditto.
5590 New attribute 'last' for gdb.Symtab_and_line.
5591 * NEWS (Python Scripting): Add entry about the new attribute.
5592 * python/py-symtab.c (salpy_get_last): New function which
5593 implements the get method for the 'last' attribute of
5594 gdb.Symtab_and_line.
5595 (sal_object_getset): Add entry for the 'last' attribute.
5599 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5600 (dwo_sections): Add macinfo, macro.
5601 (dwarf2_locate_dwo_sections): Watch for macro sections.
5602 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5603 All callers updated. Handle DWO files.
5605 * NEWS: Mention new options "set debug dwarf2-read" and
5606 "set debug symtab-create".
5607 * dwarf2read.c (dwarf2_read_debug): New static global.
5608 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5609 (process_queue): Ditto.
5610 (process_full_comp_unit): Ditto.
5611 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5612 * elfread.c (elf_symfile_read): Add debugging printf.
5613 * minsyms.c (install_minimal_symbols): Ditto.
5614 * psymtab.c (allocate_psymtab): Ditto.
5615 * symfile.c (allocate_symtab): Ditto.
5616 * symtab.c (symtab_create_debug): New global.
5617 (_initialize_symtab): Add new option "set debug symtab-create".
5618 * symtab.h (symtab_create_debug): Declare.
5620 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5621 (lookup_dwo_type_unit): Ditto.
5626 * amd64-linux-nat.c: Include <sys/user.h>.
5627 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5628 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5629 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5631 * configure.ac: Check if the fs_base and gs_base members of
5632 `struct user_regs_struct' exist.
5633 * config.in: Regenerated.
5634 * configure: Likewise.
5639 * python/python.c (gdbpy_write): Check for interrupted output.
5643 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5644 register as a stack alignment in ARM mode.
5648 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5649 * gnulib/config.in: Regenerate.
5650 * gnulib/configure: Likewise.
5651 * gnulib/import/m4/extensions.m4: Update it.
5652 * gnulib/import/m4/gnulib-common.m4: Likewise.
5653 * gnulib/import/m4/memmem.m4: Likewise.
5654 * gnulib/import/m4/mmap-anon.m4: Likewise.
5655 * gnulib/import/m4/multiarch.m4: Likewise.
5656 * gnulib/import/stdint.in.h: Likewise.
5660 * corefile.c (write_memory_with_notification): New.
5661 * gdbcore.h: Declare write_memory_with_notification.
5662 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5663 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5664 * valops.c (value_assign): Likewise.
5665 * python/py-inferior.c (infpy_write_memory): Call
5666 'write_memory_with_notification'.
5670 * cc-with-index.sh: Use also -ex "set auto-load no".
5675 * NEWS: Document additions to .gdb_index.
5676 * dwarf2read.c: #include "gdb/gdb-index.h".
5677 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5678 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5679 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5680 (dwarf2_read_index): Recognize version 7.
5681 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5682 block_kind, domain): All callers updated.
5683 (dw2_find_symbol_file): Handle new index CU values.
5684 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5685 (add_index_entry): New args is_static, kind. All callers updated.
5686 (offset_type_compare, uniquify_cu_indices): New functions
5687 (symbol_kind): New function.
5688 (write_psymtabs_to_index): Remove duplicate CU values.
5689 (write_psymtabs_to_index): Write .gdb_index version 7.
5693 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5694 * configure: Regenerate.
5698 * python/py-inferior.c: Update comments of infpy_read_memory
5699 and infpy_write_memory.
5704 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5705 (push_type_address_space): Remove.
5706 * parse.c (insert_into_type_stack): New function.
5707 (insert_type): Likewise.
5708 (insert_type_address_space): Rename from push_type_address_space.
5709 Insert tp_space_identifier.
5710 * c-exp.y (ptr_operator): New production.
5711 (abs_decl): Use ptr_operator.
5712 (space_identifier): Call insert_type_address_space.
5713 (ptype): Don't use const_or_volatile_or_space_identifier.
5714 (const_or_volatile_noopt): Call insert_type.
5715 (conversion_type_id, conversion_declarator): New productions.
5716 (operator): Use conversion_type_id.
5720 * symtab.h (minimal_symbol): New member created_by_gdb.
5721 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5723 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5724 (search_symbols): Call it instead of lookup_symbol.
5725 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5727 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5728 Adjust address for DW_OP_GNU_addr_index.
5729 * dwarf2expr.h (dwarf_expr_context): Update comment.
5730 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5731 all callers updated. Handle TLS vars described with
5732 DW_OP_GNU_const_index.
5733 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5734 and DW_OP_GNU_const_index.
5735 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5737 * block.c (find_block_in_blockvector): Make explicit the fact that we
5738 ignore GLOBAL_BLOCK.
5742 * c-exp.y (operator): Remove trailing space after "delete" and
5748 Switch i386 and derived targets to ON_STACK.
5749 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5750 (amd64_dicos_init_abi): Remove its installment.
5751 * dicos-tdep.c (dicos_init_abi): Remove the
5752 set_gdbarch_call_dummy_location call. Update the comment here.
5753 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5754 (i386_dicos_init_abi): Remove its installment.
5755 * i386-tdep.c (i386_push_dummy_code): New function.
5756 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5757 i386_push_dummy_code.
5761 Remove stale dummy frames.
5762 * breakpoint.c: Include dummy-frame.h.
5763 (longjmp_breakpoint_ops): New variable.
5764 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5765 bp_longjmp_call_dummy.
5766 (bpstat_what, bptype_string, print_one_breakpoint_location)
5767 (init_bp_location): Support bp_longjmp_call_dummy.
5768 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5769 (set_longjmp_breakpoint_for_call_dummy)
5770 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5772 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5773 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5774 FIXME comment and extend the other comment for bp_call_dummy.
5775 (set_longjmp_breakpoint_for_call_dummy)
5776 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5777 * dummy-frame.c: Include gdbthread.h.
5778 (pop_dummy_frame_bpt): New function.
5779 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5780 (dummy_frame_discard): New function.
5781 (cleanup_dummy_frames): Update the comment about longjmps.
5782 * dummy-frame.h (dummy_frame_discard): New declaration.
5783 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5784 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5785 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5786 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5787 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5788 keep_going if IS_LONGJMP and there is no other reason to stop.
5792 * remote-sim.c (sim_command_completer): Initialize
5797 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5798 * dwarf2loc.c (call_site_parameter_matches): Support
5799 CALL_SITE_PARAMETER_PARAM_OFFSET.
5800 (needs_dwarf_reg_entry_value): Push stub value.
5801 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5802 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5803 * gdbtypes.h (enum call_site_parameter_kind): New item
5804 CALL_SITE_PARAMETER_PARAM_OFFSET.
5805 (struct call_site.parameter.u): New field param_offset.
5809 Code cleanup: Generalize call_site.parameter key.
5810 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5811 variable dwarf_reg. New variable kind_u. Update parameters to
5812 push_dwarf_reg_entry_value.
5813 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5814 * dwarf2expr.h (enum call_site_parameter_kind)
5815 (union call_site_parameter_u): Forward declarations.
5816 (struct dwarf_expr_context_funcs): Update parameters and their
5817 description for push_dwarf_reg_entry_value.
5818 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5819 * dwarf2loc.c (call_site_parameter_matches): New function.
5820 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5821 description. Use call_site_parameter_matches.
5822 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5823 Update parameters and their description.
5824 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5825 New variable kind_u. Adjust the caller for updated parameters.
5826 (needs_dwarf_reg_entry_value): Update parameters.
5827 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5828 instead of attr. Update for the changed fields of struct
5829 call_site_parameter.
5830 * gdbtypes.h: Include dwarf2expr.h.
5831 (enum call_site_parameter_kind): New.
5832 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5833 fb_offset into new union u.
5837 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5838 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5843 * amd64-linux-nat.c (compat_x32_clock_t): New.
5844 (compat_x32_siginfo_t): Likewise.
5845 (compat_x32_siginfo_from_siginfo): Likewise.
5846 (siginfo_from_compat_x32_siginfo): Likewise.
5847 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5848 and siginfo_from_compat_x32_siginfo for x32.
5852 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5856 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5857 instead of gdbarch_ptr_bit.
5858 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5859 (amd64_supply_native_gregset): Likewise.
5860 (amd64_collect_native_gregset): Likewise.
5861 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5862 (amd64_supply_xsave): Likewise.
5863 (amd64_collect_fxsave): Likewise.
5864 (amd64_collect_xsave): Likewise.
5868 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5869 (amd64_linux_read_description): Check DS segment register for
5874 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5875 init_cutu_and_read_dies.
5879 * MAINTAINERS (Write After Approval): Add myself to the list.
5883 * valops.c (value_find_oload_method_list): Now static.
5884 * value.h (value_find_oload_method_list): Don't declare.
5888 * valops.c (find_overload_match): Use value_ind.
5892 * infrun.c (handle_inferior_event): Correct indentation.
5896 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5897 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5899 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5900 updated. Handle DEBUG_LOC_START_LENGTH.
5901 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5902 (loclist_describe_location): Ditto.
5907 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5908 after hiding inline functions.
5912 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5913 _initialize_inf_ttrace.
5917 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5918 _initialize_hppa_hpux_nat.
5922 * remote-sim.c (sim_command_completer): Change type of return
5923 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5929 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5930 stack on a 16-byte boundary.
5934 * jit.c (finalize_symtab): Set function's return type to 'void' by
5940 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5941 Move bits common to both the classic LP64 and the new x32 ILP32
5943 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5944 (amd64_x32_linux_init_abi): New function.
5945 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5948 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5949 * i386-tdep.c (i386_pseudo_register_name): Make public.
5950 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5951 * amd64-tdep.c (amd64_dword_names): Add "eip".
5952 (amd64_x32_pseudo_register_type): New function
5953 (amd64_x32_init_abi): New function.
5958 * inferior.h (struct inferior_suspend_state): Comment out.
5959 (struct inferior): Comment out the field suspend.
5960 * infrun.c (struct infcall_suspend_state): Comment out the field
5962 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5967 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5968 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5969 function comment. Return ERROR for unresolved cases. Implement
5970 returning proper NAME.
5971 (yylex): Accept also NAME from classify_inner_name.
5972 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5973 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5975 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5979 * breakpoint.c (condition_completer): New function.
5980 (_initialize_breakpoint): Use it.
5981 * value.c (complete_internalvar): New function.
5982 * value.h (complete_internalvar): Declare.
5986 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5987 * breakpoint.c (catch_syscall_completer): Return a VEC.
5988 * cli/cli-cmds.c (complete_command): Update.
5989 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5990 (complete_on_enum): Likewise.
5991 * command.h: Include gdb_vecs.h.
5992 (completer_ftype): Change return type.
5993 (complete_on_cmdlist, complete_on_enum): Likewise.
5994 * completer.c (noop_completer, filename_completer)
5995 (location_completer): Return a VEC.
5996 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5998 (expression_completer, complete_line_internal, complete_line)
5999 (command_completer): Return a VEC.
6000 (gdb_completion_word_break_characters, line_completion_function):
6002 * completer.h: Include gdb_vecs.h.
6003 (complete_line, noop_completer, filename_completer)
6004 (expression_completer, location_completer, command_completer):
6006 * f-lang.c (f_word_break_characters): Return a VEC.
6007 * interps.c (interpreter_completer): Return a VEC.
6008 * language.h (struct language_defn)
6009 <la_make_symbol_completion_list>: Return a VEC.
6010 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6011 * symtab.c (free_completion_list): Take a VEC.
6012 (return_val_size, return_val_index): Remove.
6013 (return_val): Now a VEC.
6014 (completion_list_add_name): Update.
6015 (default_make_symbol_completion_list_break_on)
6016 (default_make_symbol_completion_list, make_symbol_completion_list)
6017 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6019 (add_filename_to_list): Update.
6020 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6022 (maybe_add_partial_symtab_filename): Update.
6023 (make_source_files_completion_list): Return a VEC.
6024 * symtab.h (default_make_symbol_completion_list_break_on)
6025 (default_make_symbol_completion_list, make_symbol_completion_list)
6026 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6027 (make_source_files_completion_list): Update.
6031 * breakpoint.c (add_catch_command): Use completer_ftype.
6032 * breakpoint.h: Include command.h.
6033 (add_catch_command): Use completer_ftype.
6034 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6035 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6036 Use completer_ftype.
6037 * command.h (completer_ftype): New typedef.
6038 (set_cmd_completer): Use it.
6039 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6044 Partial revert of previous change.
6046 * serial.c (scb_base): New global.
6047 (serial_for_fd): New.
6048 (serial_open, serial_fdopen_ops): Link new serial in open serials
6050 (do_serial_close): Unlink serial from the open serials chain.
6054 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6056 (prepare_for_detach): No longer context switch here in non-stop
6058 (fetch_inferior_event): Ditto.
6059 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6060 to the event thread before removing breakpoints. Switch to the
6061 event thread before inserting breakpoints and resuming.
6062 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6063 event thread before resuming.
6064 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6065 Switch to the event thread before removing breakpoints.
6069 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6070 special characters correctly for the Windows shells. See
6071 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6073 [!__MINGW32__]: Remove extra double quote character from special
6078 * ui-out.h: Remove #if 0 declarations.
6079 * ui-out.c: Remove #if 0 functions.
6083 * ser-base.c (run_async_handler_and_reschedule): New.
6084 (fd_event, push_event): Use it.
6085 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6086 reference count to 1.
6087 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6089 (serial_is_open, serial_ref, serial_unref): New.
6090 * serial.h (serial_open): Adjust comment.
6091 (serial_is_open): Declare.
6092 (serial_close): Adjust comment.
6093 (serial_ref, serial_unref) Declare.
6094 (struct serial): New field 'refcnt'.
6098 Remove #if 0'd "connect" command, and unnecessary associated
6099 refcounting and serial reuse bits.
6101 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6102 * serial.c (last_serial_opened): Delete.
6104 (serial_open): Adjust.
6105 (serial_for_fd): Delete.
6106 (serial_fdopen_ops, do_serial_close): Adjust.
6107 (serial_fdopen_ops): Adjust.
6111 * serial.c (do_serial_close): Remove early return when SCB is
6116 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6120 Fix regression by the "ambiguous linespec" series.
6121 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6122 get_last_displayed_symtab and get_last_displayed_line and depending
6127 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6128 (dw2_find_symbol_file): Use it.
6132 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6133 * mips-linux-tdep.h (mips_signals): New
6137 * infrun.c (handle_inferior_event)
6138 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6140 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6141 exception logic in all cases. Update comments.
6142 (insert_longjmp_resume_breakpoint): Set the exception resume
6147 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6151 * valarith.c (binop_types_user_defined_p): Fix a typo.
6156 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6157 * arch-utils.h: Declare.
6158 * gdbarch.sh: Add return_in_first_hidden_param_p.
6159 * gdbarch.c, gdbarch.h: Regenerated.
6160 * infcall.c (call_function_by_hand): Call
6161 gdbarch_return_in_first_hidden_param_p instead of
6162 language_pass_by_reference.
6164 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6165 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6166 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6167 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6168 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6169 `cplus_return_struct_by_reference'.
6170 (tic6x_return_value): Handle language cplusplus.
6171 (tic6x_return_in_first_hidden_param_p): New.
6172 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6176 * dwarf2read.c (dwarf2_cu): Add comment.
6180 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6182 (mips_eabi_push_dummy_call): Likewise.
6183 (mips_n32n64_push_dummy_call): Likewise.
6184 (mips_o32_push_dummy_call): Likewise.
6185 (mips_o64_push_dummy_call): Likewise.
6189 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6193 * mips-tdep.c (mips_pseudo_register_type): Use
6194 mips_float_register_p.
6198 * infrun.c (handle_inferior_event): Remove calls to
6199 reinit_frame_cache that follow a context_switch call.
6203 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6204 context_switch and remove stale comment.
6208 * infrun.c (struct execution_control_state): Remove
6209 `new_thread_event' field.
6210 (handle_inferior_event): Simplify new threads handling; don't
6211 resume the inferior if we find a new thread.
6215 * NEWS: Document the deprecation of SH's 'regs' command.
6216 * inferior.h (all_registers_info): Add function declaration.
6217 * sh-tdep.c (sh_show_regs): Remove variable.
6218 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6219 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6220 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6221 (sh_show_regs_command): Remove functions.
6222 (sh_gdbarch_init): Don't set sh_show_regs.
6223 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6224 'info all-registers'.
6225 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6226 (sh64_show_regs): Remove functions.
6227 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6231 * configure.ac: Move development=true below AC_INIT.
6232 * configure: Regenerate.
6236 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6241 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6242 argument as ssize_t.
6243 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6244 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6245 * target.c (target_read_stack, target_write_memory)
6246 (target_write_raw_memory): Likewise.
6247 * target.h (target_read_stack, target_write_memory)
6248 (target_write_raw_memory): Likewise.
6252 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6253 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6254 * target.c (target_read_memory): Change LEN to ssize_t.
6255 * target.h (target_read_memory): Change LEN to ssize_t.
6261 * breakpoint.c (until_break_command): Only fetch the selected
6262 frame after decode_line_1.
6266 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6267 event breakpoint at _start, __start or main if a program
6268 interpreter is not found.
6272 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6274 * windows-tdep.c: #include "objfiles.h".
6275 (windows_iterate_over_objfiles_in_search_order): New function.
6276 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6277 iterate_over_objfiles_in_search_order gdbarch method to
6278 windows_iterate_over_objfiles_in_search_order.
6279 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6283 * gdbarch.sh: Add generation of
6284 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6285 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6286 (iterate_over_objfiles_in_search_order): New gdbarch method.
6287 * gdbarch.h, gdbarch.c: Regenerate.
6288 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6290 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6292 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6293 out of lookup_symbol_aux_symtabs.
6294 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6295 call to lookup_symbol_aux_objfile.
6296 (struct global_sym_lookup_data): New type.
6297 (lookup_symbol_global_iterator_cb): New function.
6298 (lookup_symbol_global): Search for symbol using
6299 gdbarch_iterate_over_objfiles_in_search_order and
6300 lookup_symbol_global_iterator_cb.
6301 * findvar.c (struct minsym_lookup_data): New type.
6302 (minsym_lookup_iterator_cb): New function.
6303 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6304 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6305 and minsym_lookup_iterator_cb.
6309 Revert the following patch:
6310 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6311 try locating the symbol in the symbol's own objfile first, before
6312 extending the search to all objfiles.
6313 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6314 out of lookup_symbol_aux_symtabs.
6315 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6316 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6317 Do not search EXCLUDE_OBJFILE.
6318 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6319 (lookup_symbol_global): Search for matches in the block's objfile
6320 first, before searching all other objfiles.
6324 * breakpoint.c (find_condition_and_thread): Stop parsing
6325 as soon as the first invalid keyword is found.
6329 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6333 * config/djgpp/djcheck.sh: Add copyright header.
6337 * copyright.py (update_files, main): Fix path to update-copyright
6342 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6343 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6344 for which a reminder to update by hand is printed.
6348 * buildsym.c (make_blockvector): Add comment.
6352 * arch-utils.c (default_gdb_signal_from_target): Delete.
6353 * arch-utils.h (default_gdb_signal_from_target): Delete.
6354 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6355 gdbarch_gdb_signal_from_target_p.
6356 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6358 * gdbarch.h: Regenerate.
6359 * gdbarch.c: Regenerate.
6363 * gdbarch.sh (gdb_signal_from_target): Mention that the
6364 implementation of the method must be host independent.
6365 * gdbarch.h: Regenerate.
6369 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6371 (target_read_memory_bfd): New function.
6372 (symbol_file_add_from_memory): Use it.
6376 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6378 (basic_lookup_transparent_type): Ditto.
6380 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6381 (ALL_PRIMARY_SYMTABS): Use it.
6382 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6383 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6384 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6385 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6386 (basic_lookup_transparent_type): Ditto.
6390 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6391 it to optimize resolution of demangled name.
6395 * configure.ac (development): Define new variable.
6396 Call AC_CHECK_LIB for mcheck if $development.
6397 (ERROR_ON_WARNING): Enable it by default only if $development.
6398 * config.in: Regenerate.
6399 * configure: Regenerate.
6403 * target.c (target_read_memory): Make LEN argument as size_t.
6404 * target.h (target_read_memory): Likewise.
6408 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6412 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6413 BookE interface for PowerPC server processors if not available
6414 in the Linux Kernel.
6418 * linespec.c (decode_objc): Add cleanup to free
6420 (find_linespec_symbols): Add cleanup to free CLASSES.
6421 * symfile.c (find_separate_debug_file_by_debuglink): Add
6422 cleanup to free DEBUGLINK.
6423 * ui-out.c (clear_header_list): No need to check if
6424 HEADER_NEXT.COLHDR is NULL.
6425 Free HEADER_NEXT.COL_NAME.
6429 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6434 * configure.host (gdb_host_cpu): Handle tilegx*.
6435 (gdb_host): Handle tilegx-*-linux*.
6436 * tilegx-linux-nat.c: New file.
6437 * config/tilegx/linux.mh: New file.
6441 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6442 tilegx-linux-tdep.o.
6443 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6444 tilegx-linux-tdep.c.
6445 * configure.tgt: Handle tilegx-*-linux*.
6446 * tilegx-tdep.h: New file.
6447 * tilegx-tdep.c: New file.
6448 * tilegx-linux-tdep.c: New file.
6449 * regformats/reg-tilegx.dat: New file.
6453 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6454 accounting of hw watchpoints on ppc.
6458 * source.c (openp): Expand tilde in path entries.
6462 * buildsym.c (block_compar): Fix comment.
6463 (end_symtab): Fix and clarify some comments.
6465 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6466 cleanup_undefined_types.
6467 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6468 All callers updated.
6472 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6474 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6475 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6477 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6482 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6483 (struct darwin_info): ... New struct.
6484 (solib_darwin_pspace_data): New variable.
6485 (darwin_pspace_data_cleanup): New function.
6486 (get_darwin_info): Likewise.
6487 (darwin_dyld_version_ok, darwin_load_image_infos)
6488 (darwin_solib_get_all_image_info_addr_at_init)
6489 (darwin_solib_read_all_image_info_addr): Add info argument.
6491 (darwin_current_sos): Use per pspace structure.
6492 (darwin_solib_create_inferior_hook): Likewise.
6493 (darwin_clear_solib): Likewise.
6494 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6498 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6499 block that uses them. Clear ecss before handling each event.
6503 * solib-svr4.c (svr4_current_sos): New comment on
6504 svr4_current_sos_via_xfer_libraries fall back.
6508 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6509 it as a fallback for TYPE_IS_OPAQUE.
6510 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6511 symbols for lookup_symbol.
6515 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6516 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6517 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6518 (check_producer): ... this new function, which also checks for ICC
6519 and caches the result.
6520 (producer_is_icc): New function.
6521 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6528 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6529 (default_gdb_signal_to_target): ... this. Add comment.
6530 (default_gdb_signal_from_host): Rename to ...
6531 (default_gdb_signal_from_target): ... this. Add comment.
6532 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6533 (default_gdb_signal_to_target): ... this.
6534 (default_gdb_signal_from_host): Rename to ...
6535 (default_gdb_signal_from_target): ... this.
6536 * corelow.c (core_open): Adjust to naming change. Replace comment.
6537 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6538 (gdb_signal_from_target): ... this. Adjust to
6539 default_gdb_signal_from_host naming change. Extend comment.
6540 (gdb_signal_to_host): Rename to ...
6541 (gdb_signal_to_target): ... this. Adjust to
6542 default_gdb_signal_to_host naming change.
6543 * gdbarch.h, gdbarch.c: Renegerate.
6549 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6555 Replace target_signal with gdb_signal throughout.
6561 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6562 string, instead of reusing the va_list argument.
6566 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6571 * symtab.c (search_symbols): Formatting fixes.
6572 (print_symbol_info): Formatting fixes.
6574 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6575 int64_t change to leb128 API.
6576 (read_encoded_value, decode_frame_entry_1): Ditto.
6577 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6578 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6579 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6580 (execute_stack_op): Ditto.
6581 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6582 (safe_read_uleb128, safe_read_sleb128): Ditto.
6583 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6584 (dwarf2_compile_expr_to_ax): Ditto.
6585 (locexpr_describe_location_piece): Ditto.
6586 (disassemble_dwarf_expression): Ditto.
6587 (locexpr_describe_location_1): Ditto.
6592 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6593 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6594 (mi-cmd-info.o): New rule.
6595 * osdata.h (info_osdata_command): New declaration.
6596 * osdata.c (info_osdata_command): Change to non-static.
6597 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6598 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6599 * mi/mi-cmd-info.c: New file.
6603 * symtab.c (search_symbols): Pass NULL for file_matcher to
6604 expand_symtabs_matching if there are no files to match.
6606 * gdbtypes.c (lookup_typename): Simplify.
6610 * arch-utils.h (default_target_signal_to_host): Delete.
6611 * arch-utils.c (default_target_signal_to_host): Delete.
6612 * gdbarch.sh (target_signal_to_host): Remove.
6613 * gdbarch.h, gdbarch.c: Regenerate.
6617 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6619 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6620 (execute_cfa_program): Update to match API of leb128 functions.
6621 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6623 (read_unsigned_leb128, read_signed_leb128): Delete.
6624 (read_initial_length): Change type of buf argument to
6626 (read_encoded_value): Update to match API of leb128 functions.
6627 (decode_frame_entry): Change result to "const gdb_byte *", and
6628 similarly for "start" parameter.
6629 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6630 (dwarf2_build_frame_info): Change local frame_ptr to
6632 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6633 read_uleb128, read_sleb128. All callers updated.
6634 (safe_skip_leb128): New function.
6635 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6636 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6637 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6638 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6639 read_uleb128, read_sleb128.
6640 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6641 (execute_stack_op): Update to match API of leb128 functions.
6642 * dwarf2expr.h: #include "leb128.h".
6643 (read_uleb128, read_sleb128): Delete.
6644 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6645 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6646 * dwarf2loc.c (debug_loc_kind): New enum.
6647 (decode_debug_loc_addresses): New function.
6648 (decode_debug_loc_dwo_addresses): New function.
6649 (dwarf2_find_location_expression): Rewrite.
6650 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6651 (locexpr_describe_location_piece): Ditto.
6652 (disassemble_dwarf_expression): Ditto.
6653 (locexpr_describe_location_1): Ditto.
6654 (loclist_describe_location): Rewrite.
6655 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6656 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6657 (dwarf2_section_buffer_overflow_complaint): Renamed from
6658 dwarf2_macros_too_long_complaint. All callers updated.
6659 (skip_leb128): Delete.
6660 (init_cu_die_reader): Initialize reader->buffer_end.
6661 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6662 (skip_form_bytes): New arg buffer_end. All callers updated.
6663 Replace call to skip_leb128 with gdb_skip_leb128.
6664 (skip_unknown_opcode): New arg mac_end. All callers updated.
6665 (fill_in_loclist_baton): Initialize baton->from_dwo.
6669 * mips-linux-nat.c (mips_linux_read_description): Use a more
6670 verbose error message.
6674 * NEWS: Add MIPS/Linux DSP support.
6675 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6676 (SIGCONTEXT_DSPCTL): New macro.
6677 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6678 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6679 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6680 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6681 (N64_SIGCONTEXT_HI3): Likewise.
6682 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6683 (N64_SIGCONTEXT_LO3): Likewise.
6684 (N64_SIGCONTEXT_DSPCTL): Likewise.
6685 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6686 (mips_linux_o32_sigframe_init): Handle DSP registers.
6687 (mips_linux_n32n64_sigframe_init): Likewise.
6691 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6696 * target.h (store_waitstatus): Move declaration ...
6697 * inf-child.h (store_waitstatus): ... here.
6698 * target.c: Move inclusion of gdb_wait.h, and ...
6699 (store_waitstatus): ... this ...
6700 * inf-child.c: ... here.
6701 * linux-nat.c: Include inf-child.h.
6702 * rs6000-nat.c: Include inf-child.h.
6703 * spu-linux-nat.c: Include inf-child.h.
6707 * tracepoint.c (start_tracing): Add missing i18n markup.
6708 (stop_tracing, set_trace_user): Ditto.
6709 (set_trace_notes, set_trace_stop_notes): Ditto.
6714 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6716 * value.h (value_cast_pointers): Update.
6717 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6718 (value_cast): Update.
6719 (update_search_result): New function.
6720 (do_search_struct_field): New, from search_struct_field. Check
6721 for ambiguous results.
6722 (search_struct_field): Rewrite.
6723 * infcall.c (value_arg_coerce): Update.
6724 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6725 value_cast_pointers.
6726 * ada-lang.c (ada_convert_actual): Update.
6730 * macroexp.c (macro_stringify): Terminate the string.
6734 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6736 * auto-load.c (auto_load_expand_dir_vars): New function.
6737 (auto_load_safe_path_vec_update): Use it, remove the
6738 substitute_path_component call thanks to it.
6739 (auto_load_objfile_script): Remove the debug_file_directory processing.
6740 Use auto_load_expand_dir_vars, remove the substitute_path_component
6742 * configure: Regenerate.
6743 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6744 path. Escape $ also for $debugdir.
6745 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6746 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6750 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6751 before use. Check for symtab->includes == NULL before scanning it.
6755 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6759 * NEWS: Add microMIPS support and "set mips compression",
6760 "show mips compression" commands.
6761 * mips-tdep.h (mips_isa): New enum.
6762 (gdbarch_tdep): Add mips_isa.
6763 (mips_pc_is_mips16): Update prototype.
6764 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6765 * mips-tdep.c (mips_compression_mips16): New variable.
6766 (mips_compression_micromips): Likewise.
6767 (mips_compression_strings): Likewise.
6768 (mips_compression_string): Likewise.
6769 (is_mips16_isa, is_micromips_isa): New functions.
6770 (is_mips16_addr): Rename to...
6771 (is_compact_addr): ... this.
6772 (unmake_mips16_addr): Likewise to...
6773 (unmake_compact_addr): ... this.
6774 (make_mips16_addr): Likewise to...
6775 (make_compact_addr): ... this.
6776 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6778 (mips_elf_make_msymbol_special): Handle microMIPS code.
6779 (msymbol_is_special): Rename to...
6780 (msymbol_is_mips16): ... this.
6781 (mips_make_symbol_special, mips_pc_is_mips16): Update
6783 (msymbol_is_mips, msymbol_is_micromips): New functions.
6784 (mips16_to_32_reg): Rename to...
6785 (mips_reg3_to_reg): ... this.
6786 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6787 (mips_pc_isa): Likewise.
6788 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6790 (mips_fetch_instruction): Pass return status instead of printing
6791 an error message if requested. Handle microMIPS code. Bail out
6793 (micromips_op): New macro.
6794 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6795 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6796 (b6s4_op, b7s3_reg): Likewise.
6797 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6798 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6799 (mips_insn_size): New function.
6800 (mips32_next_pc): Update mips_fetch_instruction call.
6801 (micromips_relative_offset7): New function.
6802 (micromips_relative_offset10): Likewise.
6803 (micromips_relative_offset16): Likewise.
6804 (micromips_pc_insn_size): Likewise.
6805 (micromips_bc1_pc): Likewise.
6806 (micromips_next_pc): Likewise.
6807 (unpack_mips16): Update mips_fetch_instruction call.
6808 (extended_mips16_next_pc): Update according to change to
6810 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6812 (mips16_scan_prologue): Update mips_fetch_instruction call.
6813 Update according to change to mips16_to_32_reg.
6814 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6815 (mips_insn16_frame_base_sniffer): Likewise.
6816 (micromips_decode_imm9): New function.
6817 (micromips_scan_prologue): Likewise.
6818 (mips_micro_frame_cache): Likewise.
6819 (mips_micro_frame_this_id): Likewise.
6820 (mips_micro_frame_prev_register): Likewise.
6821 (mips_micro_frame_sniffer): Likewise.
6822 (mips_micro_frame_unwind): New variable.
6823 (mips_micro_frame_base_address): New function.
6824 (mips_micro_frame_base): New variable.
6825 (mips_micro_frame_base_sniffer): New function.
6826 (mips32_scan_prologue): Update mips_fetch_instruction call.
6827 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6828 rather than for MIPS16.
6829 (mips_insn32_frame_base_sniffer): Likewise.
6830 (mips_addr_bits_remove): Handle microMIPS code.
6831 (deal_with_atomic_sequence): Rename to...
6832 (mips_deal_with_atomic_sequence): ... this. Update the type
6833 of the variable used to hold an instruction. Remove the ISA bit
6834 check. Update mips_fetch_instruction call.
6835 (micromips_deal_with_atomic_sequence): New function.
6836 (deal_with_atomic_sequence): Likewise.
6837 (mips_about_to_return): Handle microMIPS code. Update
6838 mips_fetch_instruction call.
6839 (heuristic_proc_start): Check for the standard MIPS ISA rather
6840 than for MIPS16. Update mips_pc_is_mips16 and
6841 mips_fetch_instruction calls. Handle microMIPS code.
6842 (mips_push_dummy_code): Handle microMIPS code.
6843 (mips_eabi_push_dummy_call): Likewise.
6844 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6845 (mips_o64_push_dummy_call): Handle microMIPS code.
6846 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6847 (is_delayed): Remove function.
6848 (mips_single_step_through_delay): Replace the call to is_delayed
6849 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6850 Handle microMIPS code.
6851 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6853 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6855 (micromips_in_function_epilogue_p): New function.
6856 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6858 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6860 (gdb_print_insn_mips): Likewise.
6861 (mips_breakpoint_from_pc): Likewise.
6862 (mips_remote_breakpoint_from_pc): New function.
6863 (mips32_instruction_has_delay_slot): Simplify making use of the
6864 updated mips_fetch_instruction interface.
6865 (micromips_instruction_has_delay_slot): New function.
6866 (mips16_instruction_has_delay_slot): Simplify making use of the
6867 updated mips_fetch_instruction interface.
6868 (mips_adjust_breakpoint_address): Check for the standard MIPS
6869 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6870 calls. Handle microMIPS code.
6871 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6872 (mips_skip_trampoline_code): Handle microMIPS code.
6873 (global_mips_compression): New function.
6874 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6875 file flags. Register the microMIPS remote breakpoint handler
6876 and heuristic frame unwinder.
6877 (show_mips_compression): New function.
6878 (_initialize_mips_tdep): Add the "set mips compression" and
6879 "show mips compression" commands.
6886 * amd64-darwin-tdep.c:
6887 * arm-symbian-tdep.c:
6891 * bfin-linux-tdep.c:
6898 * dwarf2-frame-tailcall.c:
6927 * microblaze-tdep.c:
6928 * mips-linux-tdep.c:
6936 * python/py-finishbreakpoint.c:
6937 * python/py-inferior.c:
6938 * python/py-infthread.c:
6942 * remote-m32r-sdi.c:
6946 * rs6000-aix-tdep.c:
6972 * amd64-darwin-tdep.c:
6973 * arm-symbian-tdep.c:
6974 * arm-tdep.c: Delete unused variables.
6978 Rename $ddir to $datadir.
6979 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6980 * auto-load.c (auto_load_safe_path_vec_update)
6981 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6982 * configure: Regenerate.
6983 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6984 Likewise. Remove the 'use $ddir' help string.
6988 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6989 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6994 * valprint.h (struct value_print_options) <symbol_print>: New
6996 * valprint.c (user_print_options): Add default for symbol_print.
6997 (show_symbol_print): New function.
6998 (generic_val_print): Respect symbol_print.
6999 (_initialize_valprint): Add "print symbol" setting.
7000 * f-valprint.c (f_val_print): Respect symbol_print.
7001 * c-valprint.c (c_val_print): Respect symbol_print.
7003 * printcmd.c (print_address_symbolic): Return int. Ignore some
7005 (print_address_demangle): Return int.
7006 * defs.h: (print_address_symbolic): Return int.
7007 * value.h (print_address_demangle): Return int.
7011 * valprint.c (val_print_string): Don't print leading space.
7012 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7013 print space before string or vtbl.
7014 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7016 * jv-valprint.c (java_value_print): Print space before string.
7017 * go-valprint.c (print_go_string): Print space before string.
7018 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7019 space before string.
7020 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7021 space before string or vtbl.
7022 * auxv.c (fprint_target_auxv): Print space after address.
7026 * printcmd.c (print_address_demangle): Remove special case for 0.
7030 * printcmd.c (print_address_demangle): Add 'opts' argument.
7031 * p-valprint.c (pascal_val_print): Update.
7032 * jv-valprint.c (java_val_print): Update.
7034 * valprint.c (generic_val_print): Update.
7035 (print_function_pointer_address): Add 'options' argument. Remove
7036 'addressprint' argument. Update.
7037 * m2-valprint.c (print_unpacked_pointer): Update.
7038 * gnu-v3-abi.c (print_one_vtable): Update.
7039 (gnuv3_print_method_ptr): Update.
7040 * f-valprint.c (f_val_print): Update.
7041 * cp-valprint.c (cp_print_value_fields): Update.
7042 * valprint.h (print_function_pointer_address): Update.
7043 * c-valprint.c (c_val_print): Update.
7047 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7048 directly corresponding to the found psymtab.
7049 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7050 (dw2_find_pc_sect_symtab): Use it.
7051 * block.h (blockvector_contains_pc): Declare.
7052 * block.c (find_block_in_blockvector): New function.
7053 (blockvector_for_pc_sect): Use it.
7054 (blockvector_contains_pc): New function.
7058 * mips-tdep.h (mips_write_pc): New prototype.
7059 * mips-tdep.c (mips_write_pc): Make external, add description.
7060 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7065 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7067 (mips_unwind_pc, mips_write_pc): Likewise.
7068 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7073 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7074 proc_warn, proc_error, proc_get_status, proc_flags,
7075 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7076 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7077 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7078 proc_stop_process, proc_wait_for_stop, proc_run_process,
7079 proc_set_traced_signals, proc_set_traced_faults,
7080 proc_set_traced_sysentry, proc_set_traced_sysexit,
7081 proc_set_held_signals, proc_get_held_signals,
7082 proc_get_traced_signals, proc_get_traced_faults,
7083 proc_get_traced_sysentry, proc_get_traced_sysexit,
7084 proc_clear_current_fault, proc_set_current_signal,
7085 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7086 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7087 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7088 proc_get_current_thread, proc_get_current_thread,
7089 proc_get_current_thread, proc_update_threads,
7090 proc_update_threads, proc_update_threads, proc_update_threads,
7091 proc_iterate_over_threads, procfs_find_new_threads,
7092 procfs_pid_to_str): Make static. Remove advance declaration.
7093 (proc_cursig): Make static. Conditionalized defintion on
7094 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7095 (proc_syscall, proc_set_kill_on_last_close,
7096 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7097 proc_get_pending_signals, proc_get_signal_actions,
7098 proc_trace_signal, proc_ignore_signal): Delete.
7102 * coffread.c (cs_section_address): Passing proper argument for
7103 `bfd_get_section_vma'.
7104 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7105 `bfd_get_section_flags'.
7106 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7107 `bfd_get_section_vma'.
7112 * macrotab.h: (macro_define_special): Declare.
7113 (enum macro_special_kind): New.
7114 (struct macro_definition) <argc, replacement>: Update comments.
7115 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7116 (macro_define_object_internal): New function.
7117 (macro_define_object): Use it.
7118 (macro_define_special): New function.
7119 (fixup_definition): New function.
7120 (macro_lookup_definition, foreach_macro_in_scope)
7121 (foreach_macro): Use fixup_definition.
7122 * macroexp.h (macro_stringify): Declare.
7123 * macroexp.c (free_buffer_return_text): New function.
7124 (stringify): Constify "arg".
7125 (macro_stringify): New function.
7126 * dwarf2read.c (macro_start_file): Call macro_define_special.
7131 * breakpoint.h (bp_location): Add related_address member.
7132 * inferior.h (get_return_value): Take a pointer to struct value
7133 instead of struct type for the function requested.
7134 * value.h (using_struct_return): Likewise.
7135 * gdbarch.sh (return_value): Take a pointer to struct value
7136 instead of struct type for the function requested.
7137 * breakpoint.c (set_breakpoint_location_function): Initialize
7138 related_address for bp_gnu_ifunc_resolver breakpoints.
7139 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7140 requested function's address to gdbarch_return_value.
7141 * eval.c (evaluate_subexp_standard): Pass the requested
7142 function's address to using_struct_return.
7143 * infcall.c (call_function_by_hand): Pass the requested
7144 function's address to using_struct_return and
7145 gdbarch_return_value.
7146 * infcmd.c (get_return_value): Take a pointer to struct value
7147 instead of struct type for the function requested.
7148 (print_return_value): Update accordingly.
7149 (finish_command_continuation): Likewise.
7150 * stack.c (return_command): Pass the requested function's
7151 address to using_struct_return and gdbarch_return_value.
7152 * value.c (using_struct_return): Take a pointer to struct value
7153 instead of struct type for the function requested. Pass the
7154 requested function's address to gdbarch_return_value.
7155 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7156 New function_value member, replacing function_type.
7157 (bpfinishpy_dealloc): Update accordingly.
7158 (bpfinishpy_pre_stop_hook): Likewise.
7159 (bpfinishpy_init): Likewise. Record the requested function's
7161 * mips-tdep.c (mips_fval_reg): New enum.
7162 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7163 words put in GP registers.
7164 (mips_o64_push_dummy_call): Update a comment.
7165 (mips_o32_return_value): Take a pointer to struct value instead
7166 of struct type for the function requested and use it to check if
7167 using the MIPS16 calling convention. Return the designated
7168 general purpose registers for floating-point values returned in
7170 (mips_o64_return_value): Likewise.
7171 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7172 (ppc_sysv_abi_broken_return_value): Likewise.
7173 (ppc64_sysv_abi_return_value): Likewise.
7174 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7175 value instead of struct type for the function requested.
7176 * amd64-tdep.c (amd64_return_value): Likewise.
7177 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7178 * arm-tdep.c (arm_return_value): Likewise.
7179 * avr-tdep.c (avr_return_value): Likewise.
7180 * bfin-tdep.c (bfin_return_value): Likewise.
7181 * cris-tdep.c (cris_return_value): Likewise.
7182 * frv-tdep.c (frv_return_value): Likewise.
7183 * h8300-tdep.c (h8300_return_value): Likewise.
7184 (h8300h_return_value): Likewise.
7185 * hppa-tdep.c (hppa32_return_value): Likewise.
7186 (hppa64_return_value): Likewise.
7187 * i386-tdep.c (i386_return_value): Likewise.
7188 * ia64-tdep.c (ia64_return_value): Likewise.
7189 * iq2000-tdep.c (iq2000_return_value): Likewise.
7190 * lm32-tdep.c (lm32_return_value): Likewise.
7191 * m32c-tdep.c (m32c_return_value): Likewise.
7192 * m32r-tdep.c (m32r_return_value): Likewise.
7193 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7194 * m68k-tdep.c (m68k_return_value): Likewise.
7195 (m68k_svr4_return_value): Likewise.
7196 * m88k-tdep.c (m88k_return_value): Likewise.
7197 * mep-tdep.c (mep_return_value): Likewise.
7198 * microblaze-tdep.c (microblaze_return_value): Likewise.
7199 * mn10300-tdep.c (mn10300_return_value): Likewise.
7200 * moxie-tdep.c (moxie_return_value): Likewise.
7201 * mt-tdep.c (mt_return_value): Likewise.
7202 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7203 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7204 (ppc_sysv_abi_broken_return_value): Likewise.
7205 (ppc64_sysv_abi_return_value): Likewise.
7206 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7207 * rl78-tdep.c (rl78_return_value): Likewise.
7208 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7209 * rx-tdep.c (rx_return_value): Likewise.
7210 * s390-tdep.c (s390_return_value): Likewise.
7211 * score-tdep.c (score_return_value): Likewise.
7212 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7213 (sh_return_value_fpu): Likewise.
7214 * sh64-tdep.c (sh64_return_value): Likewise.
7215 * sparc-tdep.c (sparc32_return_value): Likewise.
7216 * sparc64-tdep.c (sparc64_return_value): Likewise.
7217 * spu-tdep.c (spu_return_value): Likewise.
7218 * tic6x-tdep.c (tic6x_return_value): Likewise.
7219 * v850-tdep.c (v850_return_value): Likewise.
7220 * vax-tdep.c (vax_return_value): Likewise.
7221 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7222 * xtensa-tdep.c (xtensa_return_value): Likewise.
7223 * gdbarch.c: Regenerate.
7224 * gdbarch.h: Regenerate.
7228 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7232 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7233 of command in two error message.
7237 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7241 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7245 * NEWS (show auto-load scripts-directory): Add forgotten command.
7249 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7254 * amd64-tdep.c: Include features/i386/x32.c and
7255 features/i386/x32-avx.c.
7256 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7257 initialize_tdesc_x32_avx.
7262 * breakpoint.h (enum bptype): New type bp_dprintf.
7263 (struct breakpoint): New field extra_string.
7264 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7265 (create_breakpoint): Add extra_string arg.
7266 * breakpoint.c (dprintf_breakpoint_ops): New.
7267 (is_breakpoint): Add bp_dprintf.
7268 (bpstat_what): Add dprintf case.
7269 (bptype_string): Ditto.
7270 (print_one_breakpoint_location): Ditto.
7271 (init_bp_location): Ditto.
7272 (bkpt_print_mention): Ditto.
7273 (dprintf_style_enums): New array.
7274 (dprintf_style): New global.
7275 (dprintf_function): New global.
7276 (dprintf_channel): New global.
7277 (update_dprintf_command_list): New function.
7278 (update_dprintf_commands): New function.
7279 (init_breakpoint_sal): Add extra_string argument, handle it.
7280 (create_breakpoint_sal): Add extra_string argument.
7281 (create_breakpoints_sal): Add extra_string argument, update callers.
7282 (find_condition_and_thread): Add extra argument.
7283 (create_breakpoint): Add extra_string argument, record it.
7284 (dprintf_command): New function.
7285 (break_command_1): Add arg to create_breakpoint call.
7286 (handle_gnu_v3_exceptions): Ditto.
7287 (trace_command): Ditto.
7288 (ftrace_command): Ditto.
7289 (strace_command): Ditto.
7290 (bkpt_print_mention): Add dprintf case.
7291 (create_breakpoint_sal_default): Add extra_string argument.
7292 (_initialize_breakpoint): Add new commands.
7293 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7294 * python/py-breakpoint.c (bppy_init): Ditto.
7295 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7299 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7303 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7308 Add a new function gdb.find_pc_line to the Python API.
7309 * NEWS (Python Scripting): Add entry about the new function.
7310 * python/python.c (gdbpy_find_pc_line): New function which
7311 implements gdb.find_pc_line.
7312 (GdbMethods): Add entry for the new function.
7316 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7317 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7321 * inferior.c: Include completer.h
7322 (initialize_inferiors): Set completer of add-inferior to
7327 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7328 gdbarch_ptr_bit for x32 core dump.
7332 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7333 and features/i386/x32-avx-linux.c.
7338 * NEWS: Describe new info os commands.
7339 * common/linux-osdata.c (PID_T, TIME_T): Define.
7340 (MAX_PID_T_STRLEN): New.
7341 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7343 (command_from_pid): Add comment. Change to use PID_T.
7344 (commandline_from_pid): Change to use PID_T.
7345 (user_from_pid): Add comment.
7346 (get_process_owner): Add comment. Change to use PID_T and
7348 (get_number_of_cpu_cores): Add comment.
7349 (get_cores_used_by_process): Add comment. Change to use PID_T and
7351 (linux_xfer_osdata_processes): Change to use PID_T and
7353 (compare_processes): New function.
7354 (linux_xfer_osdata_processgroups): New function.
7355 (linux_xfer_osdata_threads): Change to use PID_T.
7356 (linux_xfer_osdata_fds): New function.
7357 (format_socket_state, print_sockets): New functions.
7358 (union socket_addr): New union.
7359 (linux_xfer_osdata_isockets): New function.
7360 (time_from_time_t, group_from_gid): New functions.
7361 (linux_xfer_osdata_shm): New function.
7362 (linux_xfer_osdata_sem): New function.
7363 (linux_xfer_osdata_msg): New function.
7364 (linux_xfer_osdata_modules): New function.
7365 (osdata_table): Add new entries.
7366 * common/buffer.c (buffer_xml_printf): Add support for long and
7367 long long format specifiers.
7371 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7372 (tdesc_x32_avx_linux): Likewise.
7376 Implement multi-component --with-auto-load-dir.
7377 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7379 (--with-auto-load-safe-path): Update the default value description.
7380 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7382 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7383 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7384 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7385 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7386 "set auto-load scripts-directory".
7387 * config.in: Regenerate.
7388 * configure: Regenerate.
7389 * configure.ac (--with-auto-load-dir): New configure option.
7390 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7394 Provide $ddir substitution for --with-auto-load-safe-path.
7395 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7397 * auto-load.c: Include observer.h.
7398 (auto_load_safe_path_vec_update): Call substitute_path_component for
7399 each component. New variable ddir_subst.
7400 (auto_load_gdb_datadir_changed): New function.
7401 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7402 AUTO_LOAD_SAFE_PATH. New comment.
7403 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7404 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7405 * config.in: Regenerate.
7406 * configure: Regenerate.
7407 * configure.ac (--auto-load-safe-path): Rename
7408 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7409 GDB_DATADIR/auto-load.
7410 * defs.h (substitute_path_component): New declaration.
7411 * top.c: Include observer.h.
7412 (set_gdb_datadir): New function.
7413 (init_main): Install it for "set data-directory".
7414 * utils.c (substitute_path_component): New function.
7418 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7419 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7420 DEBUG_FILE_DIRECTORY. Handle multiple components of
7421 DEBUG_FILE_DIRECTORY.
7425 * dwarf2read.c (recursively_write_psymbols): New function.
7426 (write_psymtabs_to_index): Use it.
7428 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7430 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7431 (load_partial_comp_unit): Update.
7432 (queue_comp_unit): Add argument 'pretend_language'.
7433 (process_queue): Update.
7434 (psymtab_to_symtab_1): Skip dependencies that have a user.
7435 (load_partial_comp_unit_reader): Give meaning to the 'data'
7437 (load_full_comp_unit): Add 'pretend_language' argument.
7438 (process_full_comp_unit): Add 'pretend_language' argument. Set
7440 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7442 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7443 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7445 (prepare_one_comp_unit): Add 'pretend_language' argument.
7447 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7448 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7449 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7450 (dw2_do_instantiate_symtab): Check whether symtab was read in
7452 (dw2_instantiate_symtab): Add assertion. Call
7453 process_cu_includes.
7454 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7455 (partial_symtab_p): New typedef.
7456 (set_partial_user): New function.
7457 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7458 (scan_partial_symbols): Add imported CU to imported_symtabs.
7459 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7460 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7461 (get_symtab, recursively_compute_inclusions)
7462 (compute_symtab_includes, process_cu_includes)
7463 (process_imported_unit_die): New functions.
7464 (process_die) <DW_TAG_imported_unit>: New case.
7465 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7467 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7469 (struct partial_die_info) <locdesc>: Remove.
7471 (process_psymtab_comp_unit): Add 'read_partial' argument.
7473 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7474 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7475 (add_partial_symbol): Update.
7476 (process_die): Handle DW_TAG_partial_unit.
7477 (read_file_scope): Update comment.
7478 (load_partial_dies): Handle DW_TAG_imported_unit.
7479 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7480 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7484 * cc-with-dwz.sh: New file.
7488 * symtab.h (struct symtab) <includes, user>: New fields.
7489 * block.h (struct block_iterator) <d, idx, which>: New fields.
7490 * block.c (initialize_block_iterator, find_iterator_symtab)
7491 (block_iterator_step, block_iter_name_step)
7492 (block_iter_match_step): New functions.
7493 (block_iterator_first, block_iterator_next)
7494 (block_iter_name_first, block_iter_name_next)
7495 (block_iter_match_first, block_iter_match_next): Rewrite.
7496 (get_block_symtab): New function.
7500 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7502 * jit.c (finalize_symtab): Use allocate_global_block,
7504 * buildsym.c (finish_block_internal): New function, from old
7506 (finish_block): Rewrite.
7507 (end_symtab): Use finish_block_internal, set_block_symtab.
7508 * block.h (struct global_block): New.
7509 (allocate_global_block, set_block_symtab): Declare.
7510 * block.c (allocate_global_block, set_block_symtab): New
7515 * psymtab.c (partial_map_expand_apply): Add assertion.
7516 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7517 (psymtab_to_symtab): Find unshared psymtab.
7518 (dump_psymtab): Print including psymtabs.
7519 (recursively_search_psymtabs): New function.
7520 (expand_symtabs_matching_via_partial): Use it.
7521 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7523 (enum psymtab_search_status): New.
7527 * tracepoint.c (scope_info): Update.
7528 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7529 (find_pc_sect_symtab, search_symbols)
7530 (default_make_symbol_completion_list_break_on)
7531 (make_file_symbol_completion_list): Update.
7532 * symmisc.c (dump_symtab_1): Update.
7533 * stack.c (print_frame_args, iterate_over_block_locals)
7534 (print_frame_labels, iterate_over_block_arg_vars): Update.
7535 * python/py-block.c (block_object) <dict>: Remove.
7537 <iter>: Change type.
7538 (blpy_iter): Update.
7539 (blpy_block_syms_iternext): Update.
7540 * psymtab.c (map_block): Use block iterators.
7541 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7542 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7543 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7544 * infrun.c (check_exception_resume): Update.
7545 * cp-support.c (make_symbol_overload_list_block): Update.
7546 * coffread.c (patch_opaque_types): Update.
7547 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7548 * block.h (struct block_iterator): New.
7549 (block_iterator_first, block_iterator_next, block_iter_name_first)
7550 (block_iter_name_next, block_iter_match_first)
7551 (block_iter_match_next): Declare.
7552 (ALL_BLOCK_SYMBOLS): Redefine.
7553 * block.c (block_iterator_first, block_iterator_next)
7554 (block_iter_name_first, block_iter_name_next)
7555 (block_iter_match_first, block_iter_match_next): New functions.
7556 * ada-lang.c (ada_add_block_symbols)
7557 (ada_make_symbol_completion_list): Use block iterator.
7561 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7562 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7563 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7564 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7565 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7570 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7571 print-file-var-lib2.c, print-file-var-main.c and
7572 print-file-var.exp (located in gdb/testsuite/gdb.base).
7576 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7577 try locating the symbol in the symbol's own objfile first, before
7578 extending the search to all objfiles.
7579 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7580 out of lookup_symbol_aux_symtabs.
7581 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7582 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7583 Do not search EXCLUDE_OBJFILE.
7584 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7585 (lookup_symbol_global): Search for matches in the block's objfile
7586 first, before searching all other objfiles.
7590 * printcmd.c (set_command): Add pre/post inc/dec.
7594 * gdb.1: Document -ex option.
7598 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7599 * inferior.h (AT_SYMBOL): Delete.
7603 * mips-tdep.c (mips_push_dummy_code): New function.
7604 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7605 ON_STACK and install mips_push_dummy_code as our gdbarch
7606 push_dummy_code routine.
7610 * target.c (set_maintenance_target_async_permitted): Rename to ...
7611 (set_target_async_command): ... this.
7612 (show_maintenance_target_async_permitted): Rename to ...
7613 (show_target_async_command): ... this.
7614 (initialize_targets): Adjust.
7618 * go-exp.y (classify_name): Add missing assignment of fields of
7623 Display the ">" prompt in interactive mode while reading canned
7624 commands, even when the current interpreter is MI.
7626 * interps.c (interp_set_temp): New function.
7628 * interps.h (interp_set_temp): Add prototype.
7630 * cli/cli-script.c (restore_interp): New cleanup function.
7631 (read_command_lines): Temporarily override the current interpreter
7632 with CLI and arrange for restoring the original one.
7636 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7640 * probe.c (parse_probes): Move conditional to check for
7641 debuginfo files from here...
7642 * stap-probe.c (stap_get_probes): ... to here.
7647 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7648 `movl %esp, %ebp' for the X32 ABI.
7652 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7654 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7655 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7656 (dwarf_stack_op_name): Remove.
7657 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7658 (decode_locdesc): Use get_DW_OP_name.
7659 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7660 (dwarf2_compile_expr_to_ax): Likewise.
7661 (disassemble_dwarf_expression): Likewise.
7662 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7666 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7667 (sh_linux_sigtramp_cache): New function.
7668 (sh_linux_sigreturn_init): New function.
7669 (sh_linux_rt_sigreturn_init): New function.
7670 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7672 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7674 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7675 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7676 (sh_linux_init_abi): Add init calls to register new tramp_frame
7677 definitions under 32-bit SH, update comments.
7683 * amd64-linux-tdep.c: Include glibc-tdep.h.
7684 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7685 gdbarch_skip_solib_resolver callback.
7689 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7690 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7691 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7692 (add_auto_load_safe_path): Change the error message.
7693 (_initialize_auto_load): Change the "safe-path" help text.
7694 * configure: Regenerate
7695 * configure.ac (--without-auto-load-safe-path): Set
7696 WITH_AUTO_LOAD_SAFE_PATH to /.
7700 * stap-probe.h: Do not include unecessary `probe.h'.
7704 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7705 bfd_und_section_ptr.
7706 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7707 and bfd_com_section_ptr.
7711 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7715 * windows-nat.h (segment_register_p_ftype): New typedef.
7716 (windows_set_segment_register_p): Add declaration.
7717 * windows-nat.c (segment_register_p): New static global.
7718 (windows_set_segment_register_p): New function.
7719 (do_windows_fetch_inferior_registers): Add special handling
7720 for segment registers.
7721 * amd64-windows-nat.c: #include "amd64-tdep.h".
7722 (amd64_windows_segment_register_p): New function.
7723 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7724 * i386-windows-nat.c: #include "i386-tdep.h".
7725 (i386_windows_segment_register_p): New function.
7726 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7730 * printcmd.c (set_command): Emit a warning if the expression is not
7735 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7740 * stap-probe.c (stap_is_operator): Change declaration.
7741 (stap_get_opcode): Change return value.
7742 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7743 `stap_parse_argument_1'.
7747 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7752 Add two new methods global_block and static_block to gdb.Symtab
7754 * NEWS (Python scripting): Add entry about the new methods.
7755 * python/py-symtab.c (stpy_global_block): New function which
7756 implements the gdb.Symtab.global_block() method.
7757 (stpy_static_block): New function which implements the
7758 gdb.Symtab.static_block() method.
7759 (symtab_object_methods): Add entries for the two new methods.
7763 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7768 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7770 (i386_process_record): Ditto.
7774 * infcall.c (unwind_on_signal_p): Make static.
7778 * sol-thread.c (solaris_pid_to_str): Make static.
7779 (_initialize_sol_thread): Add prototype.
7783 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7787 * MAINTAINERS: Remove myself.
7791 Fix --without-auto-load-safe-path for MS-Windows host platform.
7792 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7796 * gdb_curses.h: Undefine KEY_EVENT before including curses
7797 headers. Move "#undef MOUSE_MOVED" before any curses header
7802 * features/i386/i386-mmx-linux.c: Regenerate.
7803 * features/rs6000/powerpc-32.c: Likewise.
7804 * features/rs6000/powerpc-32l.c: Likewise.
7805 * features/rs6000/powerpc-403.c: Likewise.
7806 * features/rs6000/powerpc-403gc.c: Likewise.
7807 * features/rs6000/powerpc-405.c: Likewise.
7808 * features/rs6000/powerpc-505.c: Likewise.
7809 * features/rs6000/powerpc-601.c: Likewise.
7810 * features/rs6000/powerpc-602.c: Likewise.
7811 * features/rs6000/powerpc-603.c: Likewise.
7812 * features/rs6000/powerpc-604.c: Likewise.
7813 * features/rs6000/powerpc-64.c: Likewise.
7814 * features/rs6000/powerpc-64l.c: Likewise.
7815 * features/rs6000/powerpc-750.c: Likewise.
7816 * features/rs6000/powerpc-860.c: Likewise.
7817 * features/rs6000/powerpc-e500.c: Likewise.
7818 * features/rs6000/powerpc-e500l.c: Likewise.
7819 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7820 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7821 * features/rs6000/rs6000.c: Likewise.
7825 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7827 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7828 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7829 (stap_parse_argument) <e>: Likewise.
7830 (handle_stap_probe) <byte_order>: Likewise.
7834 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7835 init_and_read_dies_worker. All callers updated.
7836 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7837 replaced with init_cutu_and_read_dies.
7838 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7839 (find_partial_die): Remove FIXME. Don't free current CU.
7843 * contrib: New directory.
7844 * contrib/test_pubnames_and_indexes.py: New file.
7848 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7849 All callers updated.
7850 (init_cu_die_reader): Verify the section is non-empty.
7851 (dwarf_decode_line_header): Don't dereference section->asection
7852 until we know the section is present.
7856 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7861 * gdb-code-style.el: New hook gdb-markup-hook
7862 and gdb-comment-hook.
7866 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7867 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7869 * symfile.h (dwarf2_debug_sections): New member addr.
7870 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7871 (ctx_no_get_addr_index): New function.
7872 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7873 (ctx_no_get_addr_index): Declare.
7874 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7875 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7876 (dwarf_expr_ctx_funcs): Update.
7877 (needs_get_addr_index): New function.
7878 (needs_frame_ctx_funcs): Update.
7879 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7880 * dwarf2read.c: #include "gdbcore.h".
7881 (dwarf2_per_objfile): New members addr, dwo_files.
7882 (dwarf2_elf_names): Add entry for addr.
7883 (struct dwo_section_names): New type.
7884 (dwo_section_names): New static global.
7885 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7886 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7887 old debug_types_section member updated to use this.
7888 Rename member debug_types_section to info_or_types_section,
7890 (signatured_type): Rename member type_offset to type_offset_in_tu,
7891 all uses updated. New member type_offset_in_section.
7892 (struct dwo_sections): New type.
7893 (struct dwo_unit): New type.
7894 (struct dwo_file): New type.
7895 (die_reader_specs): New member dwo_file.
7896 (dwarf2_locate_sections): Watch for .debug_addr.
7897 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7898 (dwarf2_read_section): Get bfd of section from bfd's asection,
7900 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7901 (create_signatured_type_table_from_index): Initialize
7902 sig_type->info_or_types_section.
7903 (dw2_get_file_names): Statement lists for type units with DWO files
7904 live in the DWO file.
7905 (create_debug_types_hash_table): New function.
7906 (create_all_type_units): Rewrite.
7907 (init_cu_die_reader): New arg dwo_file, all callers updated.
7908 (init_and_read_dies_worker): Get section from
7909 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7910 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7911 continue reading the CU/TU from there.
7912 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7913 updated. Get section from this_cu->info_or_types_section.
7914 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7915 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7916 DW_FORM_GNU_str_index.
7917 (hash_dwo_file, eq_dwo_file): New functions.
7918 (allocate_dwo_file_hash_table): New function.
7919 (hash_dwo_unit, eq_dwo_unit): New functions.
7920 (allocate_dwo_unit_table): New function.
7921 (dwarf2_locate_dwo_sections): New function.
7922 (struct create_dwo_info_table_data): New type.
7923 (create_debug_info_hash_table_reader): New function.
7924 (create_debug_info_hash_table): New function.
7925 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7926 (lookup_dwo_file): New function.
7927 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7928 (free_dwo_file, free_dwo_file_cleanup): New functions.
7929 (free_dwo_file_from_slot, free_dwo_files): New functions.
7930 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7931 (dwarf2_record_block_ranges): Ditto.
7932 (read_partial_die): Ditto.
7933 (process_enumeration_scope): Update to use type_offset_in_section.
7934 (read_full_die_1): New function.
7935 (read_full_die): Rewrite.
7936 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7937 DW_FORM_GNU_str_index.
7938 (read_addr_index_1, read_addr_index): New functions.
7939 (read_addr_index_from_leb128): New function.
7940 (struct dwarf2_read_addr_index_data): New type.
7941 (dwarf2_read_addr_index_reader): New function.
7942 (dwarf2_read_addr_index): New function.
7943 (read_str_index): New function.
7944 (leb128_size): New function.
7945 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7946 If processing a type unit from a DWO file, get the line section
7948 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7949 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7950 DW_FORM_GNU_str_index.
7951 (lookup_die_type): Check whether section offset of type's die is
7952 known before looking it up. Remove assert. Condition can
7953 legimately happen for inter-cu type references.
7954 (dwarf_attr_name): Handle Fission attributes.
7955 (dwarf_form_name): Handle Fission forms.
7956 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7957 DW_FORM_GNU_str_index.
7958 (follow_die_sig): Update to use type_offset_in_section.
7959 (decode_locdesc): New case DW_OP_GNU_addr_index.
7960 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7961 DW_FORM_GNU_str_index.
7962 (cu_debug_loc_section): New function.
7963 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7964 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7965 Free DWO files if present.
7966 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7968 Refactor DIE reading.
7969 * dwarf2read.c (dwarf2_per_objfile): Replace members
7970 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7971 (die_reader_specs): New member "die_section". Temporarily make
7972 member "buffer" non-const, pending constifying all info_ptr uses.
7973 (die_reader_func_ftype): New typedef.
7974 (dw2_get_file_names_reader): New function.
7975 (dw2_get_file_names): Rewrite.
7976 (read_and_check_type_unit_head): Rename arg type_offset to
7978 (create_all_type_units): Improve debugging message.
7979 Improve dummy type unit check.
7980 (init_cu_die_reader): New arg "section". All callers updated.
7981 (init_and_read_dies_worker): New function.
7982 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7983 (init_cutu_and_read_dies_no_follow): New function.
7984 (init_cutu_and_read_dies_simple): New function.
7985 (process_psymtab_comp_unit_reader): New function.
7986 (process_psymtab_comp_unit): Delete args section,
7987 is_debug_types_section. Rewrite. All callers updated.
7988 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7989 All callers updated. Rewrite.
7990 (load_partial_comp_unit_reader): New function.
7991 (load_partial_comp_unit): Rewrite.
7992 (skip_children): New arg reader. Delete args buffer, cu.
7993 All callers updated.
7994 (skip_one_die): New arg reader. Delete args buffer, cu.
7995 All callers updated.
7996 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7997 All callers updated.
7998 (load_full_comp_unit_reader): New function.
7999 (load_full_comp_unit): Rewrite.
8000 (read_comp_unit): Delete.
8001 (read_die_and_children_1): Delete, contents moved ...
8002 (read_die_and_children): ... here.
8003 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8004 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8005 All callers updated.
8006 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8007 All callers updated.
8008 (find_partial_die): Rewrite load_all_dies support.
8009 (read_attribute_value): New arg reader. Delete args abfd, cu.
8010 All callers updated.
8011 (read_attribute): New arg reader. Delete args abfd, cu.
8012 All callers updated.
8013 (load_full_type_unit): Add assert.
8014 (read_signatured_type_reader): New function.
8015 (read_signatured_type): Rewrite.
8016 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8017 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8018 All callers updated. Set per_cu->cu = NULL after freeing it.
8019 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8020 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8021 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8022 (set_die_type): Update.
8023 (get_die_type_at_offset): Update.
8024 (read_file_scope): Call prepare_one_comp_unit.
8025 (read_type_unit_scope): Ditto.
8026 (prepare_one_comp_unit): Set producer if present.
8030 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8031 gettext function on `error'.
8035 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8041 * breakpoint.c (struct breakpoint_objfile_data)
8042 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8043 <exception_probes>: New fields.
8044 (free_breakpoint_probes): New function.
8045 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8046 `_Unwind_DebugHook'.
8047 (create_exception_master_breakpoint): Likewise.
8048 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8049 * infrun.c: Including necessary header files for handling SystemTap
8051 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8052 via SystemTap probes.
8053 (check_exception_resume): Remove `func' argument. Handle exception
8054 unwinding breakpoint set via a SystemTap probe.
8055 (insert_exception_resume_from_probe): New function.
8061 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8062 (COMMON_OBS): Likewise.
8063 (HFILES_NO_SRCDIR): Add `probe'.
8064 * NEWS: Mention support for static and SystemTap probes.
8065 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8066 SystemTap probes' arguments parser.
8067 * arm-linux-tdep.c: Including headers needed to perform the parsing
8068 of SystemTap probes' arguments.
8069 (arm_stap_is_single_operand): New function.
8070 (arm_stap_parse_special_token): Likewise.
8071 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8072 probes' arguments parser.
8073 * ax-gdb.c (require_rvalue): Removing static declaration.
8074 (gen_expr): Likewise.
8075 * ax-gdb.h (gen_expr): Declaring function.
8076 (require_rvalue): Likewise.
8077 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8078 (bkpt_probe_breakpoint_ops): New variable.
8079 (momentary_breakpoint_from_master): Set the `probe' value.
8080 (add_location_to_breakpoint): Likewise.
8081 (break_command_1): Using proper breakpoint_ops according to the
8082 argument passed by the user in the command line.
8083 (bkpt_probe_insert_location): New function.
8084 (bkpt_probe_remove_location): Likewise.
8085 (bkpt_probe_create_sals_from_address): Likewise.
8086 (bkpt_probe_decode_linespec): Likewise.
8087 (tracepoint_probe_create_sals_from_address): Likewise.
8088 (tracepoint_probe_decode_linespec): Likewise.
8089 (tracepoint_probe_breakpoint_ops): New variable.
8090 (trace_command): Using proper breakpoint_ops according to the
8091 argument passed by the user in the command line.
8092 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8093 static probes on breakpoints and tracepoints.
8094 * breakpoint.h (struct bp_location) <probe>: New field.
8095 * cli-utils.c (skip_spaces_const): New function.
8096 (extract_arg): Likewise.
8097 * cli-utils.h (skip_spaces_const): Likewise.
8098 (extract_arg): Likewise.
8099 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8100 * configure.ac: Append `stap-probe.o' to be generated when ELF
8102 * configure: Regenerate.
8103 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8104 * elfread.c: Include `probe.h' and `arch-utils.h'.
8105 (probe_key): New variable.
8106 (elf_get_probes): New function.
8107 (elf_get_probe_argument_count): Likewise.
8108 (elf_evaluate_probe_argument): Likewise.
8109 (elf_compile_to_ax): Likewise.
8110 (elf_symfile_relocate_probe): Likewise.
8111 (stap_probe_key_free): Likewise.
8112 (elf_probe_fns): New variable.
8113 (elf_sym_fns): Add `sym_probe_fns' value.
8114 (elf_sym_fns_lazy_psyms): Likewise.
8115 (elf_sym_fns_gdb_index): Likewise.
8116 (_initialize_elfread): Initialize objfile cache for static
8118 * gdb_vecs.h (struct probe): New forward declaration.
8119 (probe_p): New VEC declaration.
8120 * gdbarch.c: Regenerate.
8121 * gdbarch.h: Regenerate.
8122 * gdbarch.sh (stap_integer_prefix): New variable.
8123 (stap_integer_suffix): Likewise.
8124 (stap_register_prefix): Likewise.
8125 (stap_register_suffix): Likewise.
8126 (stap_register_indirection_prefix): Likewise.
8127 (stap_register_indirection_suffix): Likewise.
8128 (stap_gdb_register_prefix): Likewise.
8129 (stap_gdb_register_suffix): Likewise.
8130 (stap_is_single_operand): New function.
8131 (stap_parse_special_token): Likewise.
8132 (struct stap_parse_info): Forward declaration.
8133 * i386-tdep.c: Including headers needed to perform the parsing
8134 of SystemTap probes' arguments.
8135 (i386_stap_is_single_operand): New function.
8136 (i386_stap_parse_special_token): Likewise.
8137 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8138 probes' arguments parser.
8139 * i386-tdep.h (i386_stap_is_single_operand): New function.
8140 (i386_stap_parse_special_token): Likewise.
8141 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8142 * mipsread.c (ecoff_sym_fns): Likewise.
8143 * objfiles.c (objfile_relocate1): Support relocation for static
8145 * parse.c (prefixify_expression): Remove static declaration.
8146 (initialize_expout): Likewise.
8147 (reallocate_expout): Likewise.
8148 * parser-defs.h (initialize_expout): Declare function.
8149 (reallocate_expout): Likewise.
8150 (prefixify_expression): Likewise.
8151 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8152 of SystemTap probes' arguments.
8153 (ppc_stap_is_single_operand): New function.
8154 (ppc_stap_parse_special_token): Likewise.
8155 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8156 probes' arguments parser.
8157 * probe.c: New file, for generic statically defined probe support.
8158 * probe.h: Likewise.
8159 * s390-tdep.c: Including headers needed to perform the parsing of
8160 SystemTap probes' arguments.
8161 (s390_stap_is_single_operand): New function.
8162 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8163 probes' arguments parser.
8164 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8165 * stap-probe.c: New file, for SystemTap probe support.
8166 * stap-probe.h: Likewise.
8167 * symfile.h: Include `gdb_vecs.h'.
8168 (struct sym_probe_fns): New struct.
8169 (struct sym_fns) <sym_probe_fns>: New field.
8170 * symtab.c (init_sal): Initialize `probe' field.
8171 * symtab.h (struct probe): Forward declaration.
8172 (struct symtab_and_line) <probe>: New field.
8173 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8175 (stop_tracing): Likewise.
8176 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8181 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8182 and to compile agent expressions.
8183 * infrun.c (siginfo_make_value): New argument `ignore'.
8184 (siginfo_funcs): New struct.
8185 (_initialize_infrun): New argument when calling
8186 `create_internalvar_type_lazy'.
8187 * thread.c (thread_id_make_value): New argument `ignore'.
8188 (thread_funcs): New struct.
8189 (_initialize_thread): New argument when calling
8190 `create_internalvar_type_lazy'.
8191 * tracepoint.c (sdata_make_value): New argument `ignore'.
8192 (sdata_funcs): New struct.
8193 (_initialize_tracepoint): New argument when calling
8194 `create_internalvar_type_lazy'.
8195 * value.c (make_value): New struct.
8196 (create_internalvar_type_lazy): New argument `data'.
8197 (compile_internalvar_to_ax): New function.
8198 (value_of_internalvar): Properly handling `make_value' case.
8199 (clear_internalvar): Likewise.
8200 (show_convenience): Adding `TRY_CATCH' block.
8201 * value.h (internalvar_make_value): Delete, replace by...
8202 (struct internalvar_funcs): ... this.
8203 (create_internalvar_type_lazy) <fun>: Delete argument.
8204 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8205 (compile_internalvar_to_ax): New function.
8206 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8207 (tlb_funcs): New struct.
8208 (_initialize_windows_tdep): New argument when calling
8209 `create_internalvar_type_lazy'.
8213 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8214 see whether it is an address or a constant offset from DW_AT_low_pc.
8215 (dwarf2_record_block_ranges): Likewise.
8216 (read_partial_die): Likewise.
8220 * MAINTAINERS (Write After Approval): Add myself to the list.
8224 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8225 (proc_prettyprint_signal): Likewise.
8226 (proc_prettyprint_faultset): Likewise.
8227 (proc_prettyprint_fault): Likewise.
8228 (proc_prettyprint_actionset): Likewise.
8229 (proc_prettyprint_flags): Move to new proc-flags.c section.
8230 (proc_prettyfprint_flags): New prototype.
8231 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8232 (proc_syscall, proc_cursig): Likewise.
8233 (proc_set_kill_on_last_close): Likewise.
8234 (proc_unset_kill_on_last_close): Likewise.
8235 (proc_set_watchpoint): Make static.
8236 (proc_delete_dead_threads): Likewise.
8237 (procfs_set_watchpoint): Likewise.
8238 (_initialize_procfs): Add prototype.
8239 * proc-events.c: Include proc-utils.h.
8240 (init_syscall_table): Make static.
8241 * proc-api.c (_initialize_proc_api): Add prototype.
8242 * proc-flags.c: Include proc-utils.h.
8246 * configure.ac: Add AC_ARG_PROGRAM.
8247 * configure: Regenerate.
8251 Fix DW_AT_lower_bound defaults for DWARF-4+.
8252 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8253 high. New variable low_default_is_valid. Implement DWARF-4+
8254 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8255 no default by the DWARF standard.
8260 * infrun.c (handle_inferior_event): Move the check for return
8261 trampolines ahead of the check for function trampolines.
8262 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8263 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8264 (mips_str_mips16_ret_stub): Likewise.
8265 (mips_str_call_fp_stub): Likewise.
8266 (mips_str_call_stub): Likewise.
8267 (mips_str_fn_stub): Likewise.
8268 (mips_str_pic): Likewise.
8269 (mips_in_frame_stub): New function.
8270 (mips_unwind_pc): Return the return address rather than the PC
8271 if the PC of an intermediate frame is inside a call thunk.
8272 (mips_is_stub_suffix): New function.
8273 (mips_is_stub_mode): Likewise.
8274 (mips_get_mips16_fn_stub_pc): Likewise.
8275 (mips_skip_mips16_trampoline_code): Update to handle all the
8276 currently generated stub types. Don't recurse into __fn_stub
8277 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8278 Use cooked register accesses.
8279 (mips_in_return_stub): Reintroduce function.
8280 (mips_skip_trampoline_code): Traverse trampolines recursively.
8281 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8289 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8290 * features/arm-with-m-vfp-d16.xml: New file. Describes
8291 Cortex-M with VFPv4-sp-d16 FPU register layout.
8292 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8293 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8294 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8295 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8296 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8300 * cli/cli-decode.c (print_doc_line): Use stream instead of
8305 * features/arm-with-iwmmxt.c: Regenerate.
8306 * features/arm-with-m-fpa-layout.c: Likewise.
8307 * features/arm-with-m.c: Likewise.
8308 * features/arm-with-neon.c: Likewise.
8309 * features/arm-with-vfpv2.c: Likewise.
8310 * features/arm-with-vfpv3.c: Likewise.
8311 * features/mips-dsp-linux.c: Likewise.
8312 * features/mips-linux.c: Likewise.
8313 * features/mips64-dsp-linux.c: Likewise.
8314 * features/mips64-linux.c: Likewise.
8315 * features/s390-linux32.c: Likewise.
8316 * features/s390-linux32v1.c: Likewise.
8317 * features/s390-linux32v2.c: Likewise.
8318 * features/s390-linux64.c: Likewise.
8319 * features/s390-linux64v1.c: Likewise.
8320 * features/s390-linux64v2.c: Likewise.
8321 * features/s390x-linux64.c: Likewise.
8322 * features/s390x-linux64v1.c: Likewise.
8323 * features/s390x-linux64v2.c: Likewise.
8324 * features/tic6x-c62x-linux.c: Likewise.
8325 * features/tic6x-c62x.c: Likewise.
8326 * features/tic6x-c64x-linux.c: Likewise.
8327 * features/tic6x-c64x.c: Likewise.
8328 * features/tic6x-c64xp-linux.c: Likewise.
8329 * features/tic6x-c64xp.c: Likewise.
8330 * target-descriptions.c: Only generate `field_type' and `type'
8331 variables when needed.
8335 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8339 Initial pass at Go language support.
8341 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8343 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8344 (YYFILES): Add go-exp.c.
8345 (YYOBJ): Add go-exp.o.
8346 (local-maintainer-clean): Delete go-exp.c.
8347 * defs.h (enum language): Add language_go.
8348 * dwarf2read.c: #include "go-lang.h".
8349 (fixup_go_packaging): New function.
8350 (process_full_comp_unit): Call it when processing Go CUs.
8351 (dwarf2_physname): Add Go support.
8352 (read_file_scope): Handle missing language spec for GNU Go.
8353 (set_cu_language): Handle DW_LANG_Go.
8354 * go-exp.y: New file.
8355 * go-lang.h: New file.
8356 * go-lang.c: New file.
8357 * go-typeprint.c: New file.
8358 * go-valprint.c: New file.
8359 * symtab.c: #include "go-lang.h".
8360 (symbol_set_language): Handle language_go.
8361 (symbol_find_demangled_name, symbol_set_names): Ditto.
8362 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8366 avoid a few strncpy-induced buffer overruns
8367 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8368 fname and psargs before trying to concatenate.
8369 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8370 "name" before applying strchr.
8374 * CONTRIBUTE: Use unified diff instead of context diff when
8379 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8380 code. Handle JR.HB correctly.
8385 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8386 with the other MIPS16 helpers.
8390 * observer.sh: Conditionally declare `args', thus cleaning up
8391 unused instances of this variable.
8395 Revert this patch to allow breakpoint always-inserted
8398 * breakpoint.c: Include record.h.
8399 (breakpoints_always_inserted_mode): Return false when the record
8402 * breakpoint.c (iterate_over_bp_locations): New.
8403 * breakpoint.h: Declare.
8404 New typedef walk_bp_location_callback.
8405 * record.c (record_open): Call record_init_record_breakpoints.
8406 (record_sync_record_breakpoints): New.
8407 (record_init_record_breakpoints): New.
8408 * NEWS: Mention supporting breakpoint always-inserted mode in
8413 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8418 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8419 (is_catchpoint): ... it.
8420 (print_one_breakpoint_location): Caller update.
8421 * breakpoint.h: Update declaration.
8425 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8429 * buildsym.c (add_free_pendings): Remove.
8430 * buildsym.h (add_free_pendings): Remove.
8434 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8435 attr.u.unsnd instead of attr.u.addr.
8436 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8437 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8439 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8440 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8442 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8446 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8447 (mips_o32_return_value): Likewise.
8448 (mips_o64_return_value): Likewise.
8452 * ada-lang.c (ada_evaluate_subexp): Add cases for
8453 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8454 their treatment in eval.c.
8458 * sparc-tdep.c (X_DISP10): Define.
8459 (sparc_analyze_control_transfer): Handle compare-and-branch.
8463 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8464 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8469 * mips-tdep.c (mips_float_register_p): New function.
8470 (mips_convert_register_float_case_p): Use mips_float_register_p.
8471 (mips_register_type): Likewise.
8472 (mips_print_register): Likewise.
8473 (print_gp_register_row): Likewise.
8474 (mips_print_registers_info): Likewise.
8478 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8483 * MAINTAINERS (Write After Approval): Add myself to the list.
8487 * MAINTAINERS: Update my e-mail address.
8491 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8493 * configure: Regenerate.
8497 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8499 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8503 Fix compilation compatibility with python-2.4
8504 * python/py-type.c (convert_field): Cast ADDRSTRING for
8505 PyObject_SetAttrString as non-const. New comment.
8509 * top.c (quit_target): Use all_cleanups.
8510 * main.c (captured_command_loop): Use all_cleanups.
8511 * exceptions.c (throw_exception): Use all_cleanups.
8515 * Makefile.in (GNULIB_BUILDDIR): New.
8516 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8517 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8518 (CLEANDIRS). Remove gnulib/import.
8519 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8521 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8522 (gnulib/import/Makefile): Replace gnulib/import with
8523 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8524 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8525 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8526 acx_configure_dir.m4.
8527 * acinclude.m4: Include acx_configure_dir.m4.
8528 * acx_configure_dir.m4: New file.
8529 * aclocal.m4: Regenerate.
8530 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8531 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8532 (GNULIB): New variable.
8533 (GNULIB_STDINT_H): Adjust.
8534 (AC_OUTPUT): Don't output gnulib/Makefile.
8535 * gdb/defs.h: Include build-gnulib/config.h.
8536 * aclocal.m4: Regenerate.
8537 * config.in: Regenerate.
8538 * configure: Regenerate.
8540 * gnulib/Makefile.in: New file.
8541 * gnulib/configure.ac: New file.
8542 * gnulib/aclocal.m4: New file.
8543 * gnulib/config.in: New file.
8544 * gnulib/configure: New file.
8545 * gnulib/: Re-run gnulib-tool to adjust.
8549 * cleanups.h (struct cleanup): Move to cleanups.c.
8550 (make_cleanup_dtor_ftype): New typedef.
8551 (make_cleanup_dtor): Use it.
8552 (ALL_CLEANUPS): Replace with ...
8553 (all_cleanups): ... this. Declare. All uses updated.
8554 * cleanups.c: #include "gdb_assert.h".
8555 (sentinel_cleanup): New static global.
8556 (SENTINEL_CLEANUP): Define.
8557 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8558 (make_my_cleanup2): Assert result is non-NULL.
8559 (all_cleanups): New function.
8560 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8565 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8566 Adjust paths to gnulib imported files.
8570 * gnulib/: Move whole directory ...
8571 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8572 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8573 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8574 (aclocal_m4_deps): Adjust.
8575 * aclocal.m4: Regenerate.
8576 * configure: Regenerate.
8577 * configure.ac: Adjust AC_OUTPUT output.
8581 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8583 * vec.c: Move it ...
8584 * common/vec.c: ... here.
8585 * vec.h: Move it ...
8586 * common/vec.h: ... here.
8590 * gdb-code-style.el: New.
8594 Update gnulib from latest git.
8595 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8597 * gnulib/Makefile.am: Update.
8598 * gnulib/dummy.c: Update.
8599 * gnulib/extra/arg-nonnull.h: Update.
8600 * gnulib/extra/c++defs.h: Update.
8601 * gnulib/extra/update-copyright: Update.
8602 * gnulib/extra/warn-on-use.h: Update.
8603 * gnulib/inttypes.in.h: Update.
8604 * gnulib/m4/00gnulib.m4: Update.
8605 * gnulib/m4/extensions.m4: Update.
8606 * gnulib/m4/gnulib-cache.m4: Update.
8607 * gnulib/m4/gnulib-common.m4: Update.
8608 * gnulib/m4/gnulib-comp.m4: Update.
8609 * gnulib/m4/gnulib-tool.m4: Update.
8610 * gnulib/m4/include_next.m4: Update.
8611 * gnulib/m4/inttypes-pri.m4: Update.
8612 * gnulib/m4/inttypes.m4: Update.
8613 * gnulib/m4/longlong.m4: Update.
8614 * gnulib/m4/memchr.m4: Update.
8615 * gnulib/m4/memmem.m4: Update.
8616 * gnulib/m4/mmap-anon.m4: Update.
8617 * gnulib/m4/multiarch.m4: Update.
8618 * gnulib/m4/onceonly.m4: Update.
8619 * gnulib/m4/stddef_h.m4: Update.
8620 * gnulib/m4/stdint.m4: Update.
8621 * gnulib/m4/string_h.m4: Update.
8622 * gnulib/m4/warn-on-use.m4: Update.
8623 * gnulib/m4/wchar_h.m4: Update.
8624 * gnulib/m4/wchar_t.m4: Update.
8625 * gnulib/m4/wint_t.m4: Update.
8626 * gnulib/memchr.c: Update.
8627 * gnulib/memmem.c: Update.
8628 * gnulib/stddef.in.h: Update.
8629 * gnulib/stdint.in.h: Update.
8630 * gnulib/str-two-way.h: Update.
8631 * gnulib/string.in.h: Update.
8632 * gnulib/wchar.in.h: Update.
8634 * gnulib/extra/arg-nonnull.h: Delete.
8635 * gnulib/extra/c++defs.h: Delete.
8636 * gnulib/extra/warn-on-use.h: Delete.
8637 * gnulib/m4/wchar_h.m4: Delete.
8638 * gnulib/m4/wint_t.m4: Delete.
8639 * gnulib/wchar.in.h: Delete.
8641 * gnulib/extra/snippets/arg-nonnull.h: New.
8642 * gnulib/extra/snippets/c++defs.h: New.
8643 * gnulib/extra/snippets/warn-on-use.h: New.
8645 * aclocal.m4: Regenerate.
8646 * config.in: Regenerate.
8647 * configure: Regenerate.
8648 * gnulib/Makefile.in: Regenerate.
8652 Reimport the update-copyright module from gnulib
8653 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8655 * configure: Regenerate.
8656 * gnulib/Makefile.am: Update.
8657 * gnulib/Makefile.in: Regenerate.
8658 * gnulib/extra/update-copyright: Update.
8659 * gnulib/m4/gnulib-cache.m4: Update.
8660 * gnulib/m4/gnulib-comp.m4: Update.
8664 * configure.ac (aix): Put -lpthread into libs.
8665 * configure: Regenerate.
8669 * linespec.c (convert_linespec_to_sals): Don't use
8671 (compare_msymbols): Arguments are minsym_and_objfile, not
8672 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8676 Revert gnulib/ part of:
8678 Copyright year update in most files (performed by copyright.sh).
8682 Fix 64-bit constants on 32-bit hosts.
8683 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8684 from unsigned long to ULONGEST.
8685 (read_signed_leb128): Change declaration return type from long to
8687 (dwarf2_const_value_attr): Change declaration parameter value from long
8689 (dwarf2_compute_name): Change variable value from long to LONGEST.
8690 (read_unsigned_leb128): Change return type, variable result and some
8691 casts from unsigned long to ULONGEST.
8692 (read_signed_leb128): Change return type, variable result and some
8693 casts from long to LONGEST.
8694 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8695 value from long to LONGEST.
8696 (dwarf2_const_value): Change variable value from long to LONGEST.
8697 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8698 plongest and hex_string.
8699 * symtab.h (struct general_symbol_info): Change ivalue from long to
8700 LONGEST, remove the comment.
8701 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8702 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8707 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8708 * ada-lang.c (ada_discrete_type_high_bound)
8709 (ada_discrete_type_low_bound): Fix function comment. Use
8710 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8711 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8712 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8713 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8714 Use TYPE_FIELD_ENUMVAL.
8715 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8716 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8717 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8718 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8720 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8721 * dwarf2read.c (process_enumeration_scope): Likewise.
8722 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8724 (class StructMainTypePrettyPrinter): Support also
8725 FIELD_LOC_KIND_ENUMVAL.
8726 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8728 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8729 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8730 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8731 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8733 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8734 accommodate enumval.
8735 (struct call_site): Adjust loc_kind to accommodate enumval.
8736 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8737 (TYPE_FIELD_ENUMVAL): New macros.
8738 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8739 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8741 * p-typeprint.c (pascal_type_print_base): Likewise.
8742 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8744 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8745 * python/py-type.c (convert_field): New variable addrstring. Use
8746 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8747 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8748 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8749 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8751 * valprint.c (generic_val_print): Likewise.
8755 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8757 * dwarf2read.c: Whitespace fixes.
8758 (lookup_signatured_type): Tweak comment.
8759 (get_die_type_at_offset): Fix comment.
8763 * xcoffread.c (xcoff_secnum_to_sections): New function.
8764 (secnum_to_section, secnum_to_bfd_section): Reimplement
8765 using xcoff_secnum_to_sections. Rename "secnum" parameter
8767 (RECORD_MINIMAL_SYMBOL): Delete.
8768 (record_minimal_symbol): New function.
8769 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8770 by call to record_minimal_symbol and set misc_func_recorded
8771 to 1. Set last_csect_sec to the XCOFF section index instead
8772 of GDB's section_offset index. Update calls to
8773 prim_record_minimal_symbol_and_info to pass the BFD section
8778 * xcoffread.c (read_xcoff_symtab): Delete variables
8779 last_csect_val and last_csect_sec and associated code.
8783 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8784 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8785 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8786 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8788 * cleanups.h: New file.
8789 * cleanups.c: New file.
8790 * Makefile.in (SFILES): Add cleanups.c.
8791 (HFILES_NO_SRCDIR): Add cleanups.h.
8792 (COMMON_OBS): Add cleanups.o.
8793 * defs.h (struct cleanup): Moved to cleanups.h.
8794 (do_cleanups,do_final_cleanups): Ditto.
8795 (discard_cleanups,discard_final_cleanups): Ditto
8796 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8797 (save_cleanups,save_final_cleanups): Ditto.
8798 (restore_cleanups,restore_final_cleanups): Ditto.
8799 (null_cleanup): Ditto.
8800 (make_my_cleanup,make_my_cleanup2): Ditto.
8801 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8802 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8803 (do_cleanups,do_final_cleanups): Ditto.
8804 (discard_cleanups,discard_final_cleanups): Ditto
8805 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8806 (save_cleanups,save_final_cleanups): Ditto.
8807 (restore_cleanups,restore_final_cleanups): Ditto.
8808 (null_cleanup): Ditto.
8809 (make_my_cleanup,make_my_cleanup2): Ditto.
8810 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8812 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8814 (make_cleanup_dyn_string_delete): Ditto.
8815 (make_cleanup_ui_file_delete): Ditto.
8816 (make_cleanup_ui_out_redirect_pop): Ditto.
8817 (make_cleanup_free_section_addr_info): Ditto.
8818 (make_cleanup_restore_integer): Ditto.
8819 (make_cleanup_unpush_target): Ditto.
8820 (make_cleanup_value_free_to_mark): Ditto.
8821 (make_cleanup_value_free): Ditto.
8822 (make_cleanup_free_so): Ditto.
8826 New option "set debug auto-load".
8827 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8828 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8829 (auto_load_safe_path_vec_update)
8830 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8832 (file_is_auto_load_safe): New parameters debug_fmt and ....
8833 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8834 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8835 caller by explanatory string.
8836 (_initialize_auto_load): Register "set debug auto-load".
8837 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8839 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8840 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8841 by explanatory string.
8842 * main.c (captured_main): Likewise.
8843 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8844 (source_section_scripts): Likewise.
8848 New option "set auto-load safe-path".
8849 * NEWS: New commands "set auto-load safe-path"
8850 and "show auto-load safe-path".
8851 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8852 (auto_load_safe_path, auto_load_safe_path_vec)
8853 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8854 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8855 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8856 (source_gdb_script_for_objfile): New variable is_safe. Call
8857 file_is_auto_load_safe. Return if it is not.
8858 (struct loaded_script): New field loaded.
8859 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8860 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8861 output "Missing" to "No".
8862 (_initialize_auto_load): New variable cmd. Initialize
8863 auto_load_safe_path. Register "set auto-load safe-path",
8864 "show auto-load safe-path" and "add-auto-load-safe-path".
8865 * auto-load.h (maybe_add_script): Add parameter loaded.
8866 (file_is_auto_load_safe): New declaration.
8867 * config.in: Regenerate.
8868 * configure: Regenerate.
8869 * configure.ac: New parameters --with-auto-load-safe-path
8870 and --without-auto-load-safe-path.
8871 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8872 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8873 * main.c (captured_main): Check file_is_auto_load_safe for
8875 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8876 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8877 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8882 auto-load: Implementation.
8883 * NEWS: New descriptions for "info auto-load",
8884 "info auto-load gdb-scripts", "info auto-load python-scripts",
8885 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8886 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8887 and "show auto-load-scripts". New description for "set auto-load",
8888 "show auto-load", "set auto-load gdb-scripts",
8889 "show auto-load gdb-scripts", "set auto-load python-scripts",
8890 "show auto-load python-scripts", "set auto-load local-gdbinit",
8891 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8892 "show auto-load libthread-db".
8893 * auto-load.c: Remove include python/python-internal.h. Add includes
8894 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8896 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8897 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8898 (gdbpy_global_auto_load): Rename to ...
8899 (global_auto_load): ... here.
8900 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8901 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8902 (script_language_gdb, source_gdb_script_for_objfile): New.
8903 (struct loaded_script): New field language.
8904 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8906 (maybe_add_script): Add parameter language. Drop redundant
8907 entry.full_path initialization. Initialize entry.language and
8909 (auto_load_objfile_script): Change parameter suffix to language.
8910 Remove the call of maybe_add_script.
8911 Call language->source_script_for_objfile.
8912 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8914 (collect_matching_scripts): Adjust it for
8915 struct collect_matching_scripts_data.
8916 (auto_load_info_scripts_pattern_nl): New variable.
8917 (info_auto_load_scripts): Rename to ...
8918 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8919 for struct collect_matching_scripts_data.
8920 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8921 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8922 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8923 (auto_load_info_cmdlist_get): New.
8924 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8925 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8926 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8927 "info auto-load local-gdbinit".
8928 * auto-load.h (struct script_language): New.
8929 (gdbpy_global_auto_load): Rename to ...
8930 (global_auto_load): ... here.
8931 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8932 (auto_load_local_gdbinit_loaded): New declarations.
8933 (maybe_add_script): New parameter language.
8934 (auto_load_objfile_script): Change parameter suffix to language.
8935 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8936 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8937 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8939 * linux-thread-db.c: Include auto-load.h and ctype.h.
8940 (auto_load_thread_db, show_auto_load_thread_db): New.
8941 (struct thread_db_info): New field filename.
8942 (delete_thread_db_info): Call xfree for FILENAME.
8943 (try_thread_db_load): Initialize FILENAME.
8944 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8945 if !AUTO_LOAD_THREAD_DB.
8946 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8947 (_initialize_thread_db): Install auto_load_thread_db
8948 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8949 as "info auto-load libthread-db".
8950 * main.c (captured_main): Rename gdbpy_global_auto_load to
8951 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8952 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8953 (print_gdb_help): Extend the help for 'local init file'.
8954 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8955 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8956 (auto_load_scripts): Rename to ...
8957 (auto_load_python_scripts): ... here, update the comment.
8958 (gdbpy_load_auto_script_for_objfile): New declaration.
8959 (show_auto_load_python_scripts, script_language_python)
8960 (gdbpy_load_auto_script_for_objfile): New.
8961 (source_section_scripts): Refactor the code.
8962 (load_auto_scripts_for_objfile): Rename to ...
8963 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8964 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8965 (info_auto_load_python_scripts): New.
8966 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8967 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8968 Register "set auto-load-scripts" as its deprecated alias. Register
8969 "info auto-load python-scripts". Register "info auto-load-scripts" as
8970 its deprecated alias.
8971 (load_auto_scripts_for_objfile): Rename to ...
8972 (gdbpy_load_auto_scripts_for_objfile): ... here.
8973 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8974 (gdbpy_load_auto_scripts_for_objfile): ... here.
8978 auto-load: Move files.
8979 * Makefile.in (SFILES): Add auto-load.c.
8980 (HFILES_NO_SRCDIR): Add auto-load.h.
8981 (COMMON_OBS): Add auto-load.o.
8982 (distclean): Change .gdbinit for gdb-gdb.gdb.
8983 * auto-load.c: New file, with parts from python/py-auto-load.c.
8984 * auto-load.h: New file, with parts from python/python.h.
8985 * configure: Regenerate.
8986 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8987 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8988 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8989 * main.c: Include auto-load.h.
8990 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8991 command.h, observer.h and progspace.h to auto-load.c. Add include
8993 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8994 (struct loaded_script, auto_load_pspace_data)
8995 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8996 (hash_loaded_script_entry, eq_loaded_script_entry)
8997 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8998 (maybe_add_script): Move to auto-load.c.
8999 (source_section_scripts): Change maybe_add_script parameters passing,
9000 use script_not_found_warning_print.
9001 (clear_section_scripts, auto_load_objfile_script)
9002 (auto_load_new_objfile, loaded_script_ptr)
9003 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9004 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9005 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9006 auto_load_new_objfile and info_auto_load_scripts initizations to
9008 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9013 * charset.c (find_charset_names): Remove variables ix and elt.
9014 Use free_char_ptr_vec.
9015 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9016 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9017 debugdir_end. New variable debugdir_len.
9018 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9019 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9021 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9022 and elt. Use free_char_ptr_vec.
9023 * source.c (add_path): Remove variables argv, arg and argv_index.
9024 New variables dir_vec, back_to, ix and name.
9025 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9026 make_cleanup_freeargv. Remove variable separator. Simplify the code
9027 no longer expecting DIRNAME_SEPARATOR.
9028 (openp): Remove variable p, p1 and len. New variables dir_vec,
9029 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9030 no longer expecting DIRNAME_SEPARATOR.
9031 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9032 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9034 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9035 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9036 (dirnames_to_char_ptr_vec): New functions.
9041 * source.c (add_path): Remove always true conditional 'p == 0' and
9042 unindent its code block.
9046 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9047 (FIELD_BITPOS_LVAL): ... this.
9048 (FIELD_BITPOS): New.
9049 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9050 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9051 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9053 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9055 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9056 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9057 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9062 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9063 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9064 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9065 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9066 * jv-lang.c (java_link_class_type): Likewise, once.
9067 * stabsread.c (read_enum_type): Likewise.
9071 * common/agent.c (agent_run_command): Add one more parameter `len'.
9073 * common/agent.h: Update declaration.
9074 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9076 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9081 * value.c (value_actual_type): New function.
9082 * value.h (value_actual_type): New declaration.
9083 * varobj.c (update_type_if_necessary): New function.
9084 (varobj_create): Call value_actual_type instead of
9086 (install_dynamic_child): distinct changed and type changed MI variable
9088 (update_dynamic_varobj_children): Updated for install_dynamic_child
9089 change. All callers updated.
9090 (varobj_update): Support for MI variable object type change if
9091 the value changed and RTTI is used to determine the type.
9092 (create_child_with_value): Call value_actual_type instead of
9094 (adjust_value_for_child_access): Extended with a new parameter which
9095 specify whether the given value should be casted to enclosing type.
9096 All callers updated.
9100 Import gnulib module inttypes from git
9101 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9102 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9103 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9104 gnulib/m4/inttypes-pri.m4
9105 * aclocal.m4, config.in, configure: Regenerated.
9106 * gnulib/Makefile.am: Update.
9107 * gnulib/Makefile.in: Update.
9108 * gnulib/m4/gnulib-cache.m4: Update.
9109 * gnulib/m4/gnulib-comp.m4: Update.
9110 * gnulib/inttypes.in.h: New.
9111 * gnulib/m4/inttypes-pri.m4: New.
9112 * gnulib/m4/inttypes.m4: New.
9116 * infrun.c (resume): Update PC address to the real PC after
9117 preparing to do displaced stepping.
9121 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9122 All callers updated.
9126 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9130 * dwarf2read.c (create_all_type_units): Renamed from
9131 create_debug_types_hash_table. All callers updated.
9133 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9134 local type_sig to sig_type, type_offset to type_offset_in_tu.
9135 (hash_signatured_type): Renamed from hash_type_signature,
9136 all callers updated.
9137 (eq_signatured_type): Renamed from eq_type_signature,
9138 all callers updated.
9139 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9140 (process_enumeration_scope): Ditto.
9141 (lookup_signatured_type_at_offset): Ditto.
9142 (load_full_type_unit, read_signatured_type): Ditto.
9146 * remote.c (async_remote_interrupt): Correct function name in
9148 (async_remote_interrupt_twice): Ditto.
9152 * source.c (find_and_open_source): Consistently pass resulting
9153 full path through xfullpath.
9157 Provide more specific displaced-stepping memory error message.
9158 * infrun.c (displaced_step_prepare): New variable status. Call
9159 target_read_memory instead of read_memory, provide more specific
9165 * darwin-nat.c (darwin_execvp): Revert previous patch.
9170 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9175 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9180 New command 'explore' which helps explore values and types in
9182 * NEWS: Add an entry about the new 'explore' command.
9183 * data-directory/Makefile.in: Add gdb/command/explore.py
9184 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9185 command using the GDB Python API.
9189 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9190 extension in jump target calculation.
9194 * mips-tdep.c (mips32_next_pc): Handle JALX.
9198 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9202 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9203 and gnulib/m4/gnulib-tool.m4.
9207 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9208 (load_partial_dies): Clarify comment.
9209 (find_partial_die): Support rereading type units.
9210 Clarify CU handling, if we know offset is in CU, don't search for the
9211 containing CU. Add comment regarding memory waste.
9215 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9216 i386/x32-avx and i386/x32-avx-linux.
9217 (i386/x32-expedite): New.
9218 (i386/x32-linux-expedite): Likewise.
9219 (i386/x32-avx-expedite): Likewise.
9220 (i386/x32-avx-linux-expedite): Likewise.
9221 ($(outdir)/i386/x32.dat): Likewise.
9222 ($(outdir)/i386/x32-linux.dat): Likewise.
9223 ($(outdir)/i386/x32-avx.dat): Likewise.
9224 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9226 * features/i386/x32-avx-linux.xml: New file.
9227 * features/i386/x32-avx.xml: Likewise.
9228 * features/i386/x32-core.xml: Likewise.
9229 * features/i386/x32-linux.xml: Likewise.
9230 * features/i386/x32.xml: Likewise.
9232 * features/i386/x32-avx-linux.c: New. Generated.
9233 * features/i386/x32-avx.c: Likewise.
9234 * features/i386/x32-linux.c: Likewise.
9235 * features/i386/x32.c: Likewise.
9236 * regformats/i386/x32-avx-linux.dat: Likewise.
9237 * regformats/i386/x32-avx.dat: Likewise.
9238 * regformats/i386/x32-linux.dat: Likewise.
9239 * regformats/i386/x32.dat: Likewise.
9243 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9244 code to kill the inferior.
9248 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9250 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9252 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9253 (yyvsp): New defines.
9254 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9256 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9258 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9260 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9262 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9267 * sparc64-tdep.c (sparc64_store_arguments)
9268 (sparc64_store_arguments): Fix coding style.
9272 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9273 complex floats, adjust some related comments and tighten a related
9275 (sparc64_extract_return_value): Handle complex floats.
9279 * dwarf2read.c (load_partial_dies): Change condition to assert.
9283 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9288 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9290 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9291 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9296 * linespec.c (decode_compound): Remove.
9297 (enum offset_relative_sign): New enum.
9298 (struct line_offset): New struct.
9299 (struct linespec): New struct.
9300 (struct linespec_state): Move file_symtabs,
9301 user_filename, and user_function into struct linespec.
9302 Make result an anonymous struct holding vectors of
9303 symbolp and minsym_and_objfile_d.
9304 Add language member.
9305 (enum ls_token_type): New enum.
9306 (linespec_keywords): New array.
9307 (struct ls_token): New struct.
9308 (struct ls_parser): New struct.
9309 (linespec_lexer_lex_number): New function.
9310 (linespec_lexer_lex_keyword): New function.
9311 (is_ada_operator): New function.
9312 (skip_quote_char): New function.
9313 (copy_token_string): New function.
9314 (is_closing_quote_enclosed): New function.
9315 (find_parameter_list_end): New function.
9316 (linespec_lexer_lex_string): New function.
9317 (linespec_lexer_lex_one): New function.
9318 (linespec_lexer_consume_token): New function.
9319 (linespec_lexer_peek_token): New function.
9320 (cplusplus_error): Remove unused function.
9321 (find_methods): Update comment.
9322 (find_toplevel_char): Return const.
9323 (is_objc_method_format): Remove unused function.
9324 (find_toplevel_string): New function.
9325 (is_linespec_boundary): Remove.
9326 (symbol_not_found_error): New function.
9327 (find_method_overload_end): Remove function.
9328 (unexpected_linespec_error): New function.
9329 (keep_name_info): Remove.
9330 (linespec_parse_line_offset): New function.
9331 (linespec_parse_basic): New function.
9332 (canonicalize_linespec): New function.
9333 (decode_line_internal): Remove.
9334 (create_sals_line_offset): New function adapted from
9336 (convert_linespec_to_sals): New function.
9337 (parse_linespec): New function.
9338 (linespec_parser_new): New function.
9339 (linespec_state_destructor): Change parameter type to
9340 struct linespec_state *.
9341 Add language parameter.
9342 Remove freeing of moved members.
9343 (linespec_parser_delete): New function.
9344 (decode_line_full): Use parse_linespec and linespec_parser_new.
9345 (decode_line_1): Likewise.
9346 (decode_indirect): Rename to ...
9347 (linespec_expression_to_pc): ... this and rewrite
9348 to simply find CORE_ADDR, storing this result for later
9350 (locate_first_half): Remove.
9351 (deocde_objc): Add parameter LS.
9352 Initialize new struct collect_info members.
9353 Handle minimal symbols, too.
9354 (decode_compound): Delete.
9355 (lookup_prefix_sym): Rewrite.
9356 (compare_msymbols): New function.
9357 (find_method): Rewrite.
9358 Do not call cplusplus_error.
9359 (symtabs_from_filename): Rewrite.
9360 (collect_function_symbols): Delete.
9361 (find_function_symbols): Rewrite without ARGPTR-style
9363 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9364 (decode_dollar): Adapted and renamed to ...
9365 (linespec_parse_variable): ... this.
9366 (find_linespec_symbols): New function.
9367 (decode_label): Adapted and renamed to ...
9368 (find_label_symbols): ... this.
9369 (decode_digits_list_mode): Add and use LS argument.
9370 (decode_digits_ordinary): Likewise.
9371 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9372 If in list mode, allow any symbol class. Otherwise, only
9373 permit LOC_BLOCK symbols.
9374 (minsym_found): Update comments.
9375 (search_minsyms_for_name): Do not convert the matching symbol
9376 into a SAL. Simply push the symbol and objfile into the
9378 (decode_variable): Delete. Contents adapted into
9379 find_linespec_symbols.
9381 * cp-support.c (SKIP_SPACE): Remove.
9382 (operator_tokens): Remove unused global.
9383 (cp_validate_operator): Remove.
9384 * cp-support.h (cp_validate_operator): Remove declaration.
9388 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9389 for TYPE_VPTR_FIELDNO.
9390 * valprint.c (valprint_check_validity): Make it global, move the
9391 function comment ...
9392 * value.h (valprint_check_validity): ... to this new declaration.
9396 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9397 the STATE32 api for i386 state.
9398 (i386_darwin_store_inferior_registers): Likewise.
9402 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9404 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9410 * darwin-nat.c (darwin_execvp): Set binary preference.
9414 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9418 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9419 of TRY_CATCH. Fix error handling.
9420 * python/py-value.c (convert_value_from_python): Move 'old'
9421 declaration to innermost scope.
9426 -Wshadow warning fix.
9427 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9428 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9429 Adjust code accordingly.
9433 * ada-lang.c (symbol_completion_add): Rename parameter
9434 "encoded" into "encoded_p". Ajust code and documentation
9440 -Wshadow warning fix.
9441 * ada-lang.c (symbol_completion_add): Rename parameter
9442 "wild_match" into wild_match_p. Update code and documentation
9447 * ada-lang.c (symbol_completion_match): Rename parameter
9448 "encoded" into "encoded_p". Ajust code and documentation
9454 -Wshadow warning fix.
9455 * ada-lang.c (symbol_completion_match): Rename parameter
9456 "wild_match" into "wild_match_p". Adjust code and function
9457 documentation accordingly.
9462 -Wshadow warning fix.
9463 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9464 "symbol_info" into "info". Adjust code accordingly.
9465 (ada_lookup_symbol): Likewise.
9469 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9470 of this function's documentation.
9475 -Wshadow warning fix.
9476 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9477 variable into "wild_match_p". Adjust code accordingly.
9482 -Wshadow warning fix.
9483 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9484 parameter into "wild_match_p". Adjust code accordingly.
9485 Document this parameter in the function description.
9490 -Wshadow warning fix.
9491 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9492 "wild_match" parameter to "wild_match_p" (-Wshadow).
9496 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9497 in function documentation.
9502 -Wshadow warning fix.
9503 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9504 variable into wild_match_p. Adjust code accordingly.
9509 * ada-valprint.c (ada_val_print_1): Move the code handling
9510 TYPE_CODE_ENUM inside its own lexical block. Declare
9511 variables len and val there, instead of in the function's
9512 top level block. Avoid declaring deref_val again in a way
9513 that shadows another variable of the same name declared
9514 in one of the up-level blocks. Just re-use the up-level
9519 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9520 Replace block_found argument by symbol_info. Adjust
9521 implementation accordingly. Add function documentation.
9522 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9524 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9525 * ada-exp.y (write_object_renaming): Adjust to new
9526 ada_lookup_encoded_symbol API.
9530 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9535 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9536 (v850_register_name): Add the mpu and fpu register names.
9537 (v850e_register_name): Add the mpu and fpu register names.
9538 (v850e2_register_name): New function.
9539 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9544 * NEWS: Add entry for Ada varobj support.
9548 * varobj.c (default_value_is_changeable_p): New function,
9549 extracted from varobj_value_is_changeable_p. Add declaration.
9550 (ada_value_is_changeable_p): New function, extracted from
9551 varobj_value_is_changeable_p. Add declaration.
9552 (struct language_specific): New field "value_is_changeable_p".
9553 (languages): Add entries for new field.
9554 (varobj_create): Set language before calling install_new_value.
9555 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9556 "value_is_changeable_p" language callback.
9560 * ada-varobj.h, ada-varobj.c: New files.
9561 * Makefile.in (SFILES): Add ada-varobj.c.
9562 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9563 (COMMON_OBS): Add ada-varobj.o.
9567 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9568 (struct language_specific): New field "value_has_mutated".
9569 (languages): Set field "value_has_mutated" in each entry of array.
9570 (varobj_value_has_mutated): New function.
9571 (varobj_udpdate): Add handling of type mutation.
9572 (value_of_root): Add handling of type mutation.
9573 (ada_value_has_mutated): New function.
9577 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9578 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9582 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9583 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9588 * .dir-locals.el: New file.
9592 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9596 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9601 Eliminate struct ui_stream.
9603 * ui-out.h (struct ui_stream): Delete.
9604 (ui_out_field_stream): Adjust prototype.
9605 (ui_out_stream_new, ui_out_stream_delete)
9606 (make_cleanup_ui_out_stream_delete): Delete declarations.
9607 * ui-out.c (ui_out_field_stream): Change prototype to take a
9608 ui_file instead of a ui_stream. Adjust.
9609 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9610 (make_cleanup_ui_out_stream_delete): Delete.
9611 * breakpoint.c (print_breakpoint_location)
9612 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9613 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9614 * disasm.c (dump_insns): Ditto.
9615 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9617 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9618 ui_stream/ui_out_stream_new.
9619 * infcmd.c (print_return_value): Ditto.
9620 * osdata.c (info_osdata_command): Don't allocate a local
9622 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9623 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9624 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9625 allocate a local ui_stream.
9626 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9627 instead of ui_stream/ui_out_stream_new.
9628 (list_args_or_locals): Don't allocate a local ui_stream.
9629 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9630 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9631 ui_stream/ui_out_stream_new.
9632 * cli/cli-setshow.c (do_setshow_command): Ditto.
9636 * arm-linux-tdep.c (arm_linux_init_abi): Call
9637 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9638 * arm-tdep.c (arm_process_record): New function.
9639 (deallocate_reg_mem): New function.
9640 (decode_insn): New function.
9641 (thumb_record_branch): New function.
9642 (thumb_record_ldm_stm_swi(): New function.
9643 (thumb_record_misc): New function.
9644 (thumb_record_ld_st_stack): New function.
9645 (thumb_record_ld_st_imm_offset): New function.
9646 (thumb_record_ld_st_reg_offset(): New function.
9647 (thumb_record_add_sub_cmp_mov): New function.
9648 (thumb_record_shift_add_sub): New function.
9649 (arm_record_coproc_data_proc): New function.
9650 (arm_record_coproc): New function.
9651 (arm_record_b_bl): New function.
9652 (arm_record_ld_st_multiple): New function.
9653 (arm_record_ld_st_reg_offset): New function.
9654 (arm_record_ld_st_imm_offset): New function.
9655 (arm_record_data_proc_imm): New function.
9656 (arm_record_data_proc_misc_ld_str): New function.
9657 (arm_record_extension_space): New function.
9658 (arm_record_strx): New function.
9659 (sbo_sbz): New function.
9660 (struct insn_decode_record): New structure for arm insn record.
9661 (REG_ALLOC): New macro for reg allocations.
9662 (MEM_ALLOC): New macro for memory allocations.
9663 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9667 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9668 (store_register): Likewise.
9672 * MAINTAINERS (Write After Approval): Add myself to the list.
9676 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9677 Describe also the option "auto".
9681 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9682 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9686 * jit.c (jit_read_code_entry): Compute alignment and offset of
9687 int64_t member before computing entry_size.
9691 Python scripting: Add new method Value.referenced_value to
9692 gdb.Value which can dereference pointer as well as reference
9694 * NEWS: Add entry under 'Python scripting' about the new method
9695 Value.referenced_value on gdb.Value objects.
9696 * python/py-value.c (valpy_referenced_value): New function
9697 defining a new method on gdb.Value objects which can dereference
9698 pointer and reference values.
9702 * MAINTAINERS (Write After Approval): Add myself to the list.
9706 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9707 in addition to "main".
9711 * expression.h (op_name): Add declaration.
9712 * expprint.c (op_name): Remove declaration. Make non-static.
9713 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9717 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9719 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9720 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9721 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9722 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9723 (linux_nat_get_siginfo): Likewise.
9724 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9725 (linux_nat_get_siginfo): Likewise.
9726 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9727 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9728 * procfs.c (gdb_siginfo_t): Likewise.
9732 * .gitignore: Ignore more files.
9736 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9741 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9746 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9747 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9748 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9750 * dwarf2expr.h (cu_offset, sect_offset): New types.
9751 (struct dwarf_expr_context_funcs) <dwarf_call>
9752 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9754 (struct dwarf_expr_context) <len>: Improve the comment.
9755 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9756 cu_offset and sect_offset.
9757 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9758 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9759 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9760 * dwarf2loc.h: Include dwarf2expr.h.
9761 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9763 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9764 Improve the comment.
9765 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9766 (struct signatured_type, struct line_header, struct partial_die_info)
9767 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9768 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9769 (get_die_type_at_offset, create_cus_from_index)
9770 (create_signatured_type_table_from_index, dw2_get_file_names)
9771 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9772 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9773 (create_debug_types_hash_table, process_psymtab_comp_unit)
9774 (load_partial_comp_unit, create_all_comp_units)
9775 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9776 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9777 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9778 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9779 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9780 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9781 (find_partial_die, read_attribute_value, lookup_die_type)
9782 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9783 (is_ref_attr): New function comment.
9784 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9785 Use cu_offset and sect_offset.
9786 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9787 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9788 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9789 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9790 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9791 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9792 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9798 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9799 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9801 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9805 * NEWS: Describe new options --init-command=FILE, -ix and
9806 --init-eval-command=COMMAND, -iex.
9807 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9808 CMDARG_INIT_COMMAND.
9809 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9810 "init-command", "init-eval-command", "ix" and "iex" to the variable
9811 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9812 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9813 (print_gdb_help): Describe --init-command=FILE, -ix and
9814 --init-eval-command=COMMAND, -iex.
9819 * main.c (struct cmdarg): Move it here from main. Add more comments.
9820 (cmdarg_s, VEC (cmdarg_s)): New.
9821 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9822 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9823 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9824 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9829 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9834 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9839 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9844 * source.c (add_path): Use memmove instead of strcpy because the
9849 * value.h (set_value_parent): Add declaration.
9850 * value.c (set_value_parent): New function.
9851 (value_address): If VALUE->PARENT is not NULL, then use it as
9852 the base address instead of VALUE->LOCATION.address.
9853 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9854 the same as OBJ's address. Adjust V's offset accordingly.
9859 PR breakpoints/10738
9860 * dwarf2read.c (use_deprecated_index_sections): New global.
9861 (struct partial_die_info): New member may_be_inlined.
9862 (read_partial_die): Set may_be_inlined where appropriate.
9863 (add_partial_subprogram): Add partial symbols for partial
9864 DIEs that may be inlined.
9865 (new_symbol_full): Add inlined subroutines to the current
9867 (write_psymtabs_to_index): Bump version number.
9868 (dwarf2_read_index): Read only version 6 indices unless
9869 use_deprecated_index_sections is set.
9870 * linespec.c (symbol_and_data_callback): New structure.
9871 (iterate_inline_only): New function.
9872 (iterate_over_all_matching_symtabs): New argument
9873 "include_inline". If nonzero, also call the callback for
9874 symbols representing inlined subroutines.
9875 (lookup_prefix_sym): Pass extra argument to the above.
9876 (find_function_symbols): Likewise.
9877 (add_matching_symbols_to_info): Likewise.
9878 * NEWS: Mention that GDB can now set breakpoints on inlined
9883 * p-typeprint.c (pascal_type_print_method_args):
9884 Fix display of parameter of methods.
9888 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9889 Add missing prototype.
9894 Fix false compilation warning.
9895 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9900 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9901 (arm_register_g_packet_guesses): New function.
9902 (arm_gdbarch_init): Don't force a target description with
9903 registers when the executable is detected as M-profile. Instead
9904 set gdbarch->tdep->is_m. Register `g' packet guesses.
9905 (_initialize_arm_tdep): Initialize the new target description.
9906 * features/arm-with-m-fpa-layout.xml: New description.
9907 * features/arm-with-m-fpa-layout.c: New, generated.
9911 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9912 Update function description.
9913 (insert_bp_location): Do not wipe bl->target_info out.
9914 * mem-break.c: #include "gdb_string.h".
9915 (default_memory_insert_breakpoint): Do not call target_read_memory
9916 with a pointer to the breakpoint's shadow_contents buffer. Use
9917 a local buffer instead.
9918 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9922 * NEWS: Mention "info vtbl", not "info vtable".
9923 * cp-support.c (info_vtbl_command): Fix comment.
9924 (_initialize_cp_support): Fix text.
9928 * cp-valprint.c (cp_print_value_fields): Use
9929 print_function_pointer_address for vtable slot.
9933 * gnu-v3-abi.c (struct value_and_voffset): New.
9934 (hash_value_and_voffset, eq_value_and_voffset)
9935 (compare_value_and_voffset, compute_vtable_size)
9936 (print_one_vtable, gnuv3_print_vtable): New functions.
9937 (init_gnuv3_ops): Initialize 'print_vtable' field.
9938 * cp-support.c (info_vtbl_command): New function.
9939 (_initialize_cp_support): Add "info vtbl".
9940 * cp-abi.h (cplus_print_vtable): Declare.
9941 (struct cp_abi_ops) <print_vtable>: New field.
9942 * cp-abi.c (cplus_print_vtable): New function.
9947 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9948 iterate_over_symbols.
9952 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9953 DW_OP_GNU_parameter_ref.
9957 Fix double prompt of 'interpreter-exec mi'.
9958 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9959 (mi_interpreter_resume): use it.
9960 (mi_execute_command_input_handler): New function.
9961 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9962 mi_execute_command_input_handler.
9966 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9968 (darwin_debug_port_info): Make static.
9969 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9970 * machoread.c (_initialize_machoread): Add prototype.
9971 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9972 (i386_darwin_set_control, i386_darwin_get_control)
9973 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9974 i386_darwin_get_status, i386_darwin_get_control):
9975 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9979 * ax-gdb.c (gen_usual_unary): Remove special handling of
9980 enum and bool types.
9984 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9988 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9992 * aix-thread.c (fill_sprs): Store the floating point registers
9993 at the correct offsets into vals.
9997 * NEWS: Mention symbol-reloading has been deleted.
9998 * symfile.c (symbol_reloading): Delete.
9999 (show_symbol_reloading): Delete.
10000 (_initialize_symfile): Delete set/show symbol-reloading.
10002 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10003 read_in_chain until we have successfully read it in.
10004 (load_full_comp_unit): Ditto.
10005 (read_signatured_type): Add comment.
10009 * stabsread.c (fix_common_block): Change type of valu argument
10014 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10019 * common/linux-procfs.c (linux_proc_get_int): New, from
10020 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10022 (linux_proc_get_tgid): Only call linux_proc_get_int.
10023 (linux_proc_get_tracerpid): New.
10024 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10025 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10026 linux_proc_pid_has_state.
10027 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10028 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10029 (linux_ptrace_attach_warnings): New.
10030 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10032 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10033 (linux_nat_attach): New variables ex, buffer, message and message_s.
10034 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10038 * Makefile.in (linux-ptrace.o): New.
10039 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10041 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10042 * common/linux-ptrace.c: New file.
10043 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10044 * config/arm/linux.mh: Likewise.
10045 * config/i386/linux.mh: Likewise.
10046 * config/i386/linux64.mh: Likewise.
10047 * config/ia64/linux.mh: Likewise.
10048 * config/m32r/linux.mh: Likewise.
10049 * config/m68k/linux.mh: Likewise.
10050 * config/mips/linux.mh: Likewise.
10051 * config/pa/linux.mh: Likewise.
10052 * config/powerpc/linux.mh: Likewise.
10053 * config/powerpc/ppc64-linux.mh: Likewise.
10054 * config/powerpc/spu-linux.mh: Likewise.
10055 * config/s390/s390.mh: Likewise.
10056 * config/sparc/linux.mh: Likewise.
10057 * config/sparc/linux64.mh: Likewise.
10058 * config/xtensa/linux.mh: Likewise.
10059 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10060 common/linux-procfs.c.
10061 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10066 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10067 CREATE_BREAKPOINT_FLAGS_INSERTED.
10068 (create_breakpoint_sal, create_breakpoints_sal)
10069 (base_breakpoint_create_breakpoints_sal)
10070 (tracepoint_create_breakpoints_sal)
10071 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10073 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10074 (ftrace_command, strace_command): Adjust.
10075 (create_tracepoint_from_upload): Pass
10076 CREATE_BREAKPOINT_FLAGS_INSERTED.
10077 * breakpoint.h (enum breakpoint_create_flags): New.
10078 (create_breakpoint): New flags parameter.
10079 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10080 * python/py-breakpoint.c (bppy_init): Adjust.
10081 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10082 * spu-tdep.c (spu_catch_start): Adjust.
10088 * remote.c (struct remote_state): New field `starting_up'.
10089 (remote_start_remote): Set and clear it.
10090 (remote_can_download_tracepoint): If starting up, return false.
10094 * inferior.h (struct inferior): Remove fields any_syscall_count,
10095 syscalls_counts and total_syscalls_count. Move them to new
10096 struct catch_syscall_inferior_data in breakpoint.c.
10097 * breakpoint.c: Call DEF_VEC_I(int).
10098 (struct catch_syscall_inferior_data): New.
10099 (get_catch_syscall_inferior_data): New.
10100 (catch_syscall_inferior_data_cleanup): New.
10101 (insert_catch_syscall): Update to access data in
10102 struct catch_syscall_inferior_data.
10103 (insert_catch_syscall): Likewise.
10104 (remove_catch_syscall): Likewise.
10105 (remove_catch_syscall): Likewise.
10106 (is_syscall_catchpoint_enabled): Likewise.
10107 (add_catch_command): Likewise.
10108 (_initialize_breakpoint): Register cleanup.
10109 * breakpoint.h: Removed DEF_VEC_I(int).
10110 * dwarf2loc.c: Call DEF_VEC_I(int).
10111 * mi/mi-main.c: Likewise.
10115 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10119 * aix-thread.c (_initialize_aix_thread): Add prototype.
10120 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10121 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10125 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10126 include of "amd64-nat.h".
10130 * buildsym.c (record_pending_block): Now static.
10131 * buildsym.h: (record_pending_block): Remove.
10135 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10139 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10140 producer_is_gxx_lt_4_6>: New fields.
10141 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10145 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10149 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10154 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10158 Fix -Wmissing-prototypes build.
10159 * arm-linux-nat.c (get_thread_id): Make it static.
10160 * xtensa-linux-nat.c (get_thread_id): Likewise.
10164 * server.c (process_point_options): If a conditional expression
10165 is found, only print a message if remote_debug is nonzero.
10169 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10170 of internal error for unknown/unsupported types.
10174 Fix CU relative vs. absolute DIE offsets.
10175 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10176 offset to offset_in_cu.
10177 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10179 (dwarf2_fetch_die_location_block): Rename parameter offset to
10180 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10184 * libunwind-frame.c: Rename to ...
10185 * ia64-libunwind-tdep.c: ... here.
10186 * libunwind-frame.h: Rename to ...
10187 * ia64-libunwind-tdep.h: ... here.
10188 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10189 ia64-libunwind-tdep.h.
10190 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10191 * README (--with-libunwind): Rename to ...
10192 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10193 * config.in: Regenerate.
10194 * configure: Regenerate.
10195 * configure.ac: New option --with-libunwind-ia64, make the
10196 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10197 Remove AC_DEFINE for HAVE_LIBUNWIND.
10198 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10199 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10200 Rename libunwind-frame in the general comment.
10201 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10202 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10203 Move forward declarations inside #ifndef. Rename libunwind-frame in
10204 the general comment.
10205 * ia64-tdep.c: Rename libunwind-frame.h #include to
10206 ia64-libunwind-tdep.h.
10207 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10208 (ia64_libunwind_descr): Rename libunwind-frame to
10209 ia64-libunwind-tdep in these function comments.
10210 * ia64-tdep.h: Rename libunwind-frame.h #include to
10211 ia64-libunwind-tdep.h.
10212 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10213 ia64-libunwind-tdep in that data comment.
10217 * libunwind-frame.h (struct frame_unwind): New declaration.
10221 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10222 "set breakpoint condition-evaluation" command.
10226 * sparc-stub.c: Move to stubs/
10227 * sh-stub.c: Likewise.
10228 * m68k-stub.c: Likewise.
10229 * m32r-stub.c: Likewise.
10230 * i386-stub.c: Likewise.
10234 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10235 linux_get_siginfo_type.
10237 * m68klinux-nat.c: Include "gdb_proc_service.h".
10238 (PTRACE_GET_THREAD_AREA): Define.
10239 (ps_get_thread_area): New function.
10243 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10245 (remote_query_attached): Likewise.
10246 (remote_static_tracepoint_marker_at): Likewise.
10247 (remote_set_permissions): Likewise.
10248 (remote_detach_1, extended_remote_attach_1): Likewise.
10249 (send_g_packet, remote_vkill): Likewise.
10250 (extended_remote_disable_randomization): Likewise.
10251 (remote_add_target_side_condition): Likewise.
10252 (remote_insert_breakpoint): Likewise.
10253 (remote_remove_breakpoint): Likewise.
10254 (remote_insert_watchpoint): Likewise.
10255 (remote_remove_watchpoint): Likewise.
10256 (remote_insert_hw_breakpoint): Likewise.
10257 (remote_insert_hw_breakpoint): Likewise.
10258 (remote_remove_hw_breakpoint): Likewise.
10259 (remote_download_command_source): Likewise.
10260 (remote_download_tracepoint): Likewise.
10261 (remote_download_trace_state_variable): Likewise.
10262 (remote_disable_tracepoint): Likewise.
10263 (remote_trace_set_readonly_regions): Likewise.
10264 (remote_get_tracepoint_status): Likewise.
10265 (remote_trace_find): Likewise.
10266 (remote_get_trace_state_variable_value): Likewise.
10267 (remote_set_disconnected_tracing): Likewise.
10268 (remote_set_circular_trace_buffer): Likewise.
10269 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10270 (remote_use_agent): Likewise.
10271 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10276 * NEWS: Mention QProgramSignals.
10277 * inferior.h (update_signals_program_target): Declare.
10278 * infrun.c: (update_signals_program_target): New.
10279 (handle_command): Update the target of the new program signals
10281 * remote.c (PACKET_QProgramSignals): New enum.
10282 (last_program_signals_packet): New global.
10283 (remote_program_signals): New.
10284 (remote_start_remote): Update the target with the program signals
10286 (remote_protocol_features): Add entry for QPassSignals.
10287 (remote_open_1): Free anc clear last_program_signals_packet.
10288 (init_remote_ops): Install remote_program_signals.
10289 * target.c (update_current_target): Adjust.
10290 (target_program_signals): New.
10291 * target.h (struct target_ops) <to_program_signals>: New field.
10292 (target_program_signals): Declare.
10296 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10301 * m68klinux-nat.c (getregs_supplies): Make static.
10302 (getfpregs_supplies): Likewise.
10303 (have_ptrace_getregs): Likewise.
10307 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10308 in call to get_die_type_at_offset.
10312 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10313 * mi/mi-cmd-disas.c: Ditto.
10314 * mi/mi-cmd-env.c: Ditto.
10315 * mi/mi-cmd-file.c: Ditto.
10316 * mi/mi-cmd-stack.c: Ditto.
10317 * mi/mi-cmd-target.c: Ditto.
10318 * mi/mi-cmd-var.c: Ditto.
10319 * mi/mi-cmds.c: Ditto.
10320 * mi/mi-cmds.h: Ditto.
10321 * mi/mi-console.c: Ditto.
10322 * mi/mi-getopt.c: Ditto.
10323 * mi/mi-getopt.h: Ditto.
10324 * mi/mi-interp.c: Ditto.
10325 * mi/mi-main.c: Ditto.
10326 * mi/mi-out.c: Ditto.
10327 * mi/mi-parse.c: Ditto.
10328 * mi/mi-parse.h: Ditto.
10329 * mi/mi-symbol-cmds.c: Ditto.
10331 * mi/mi-getopt.h: Move mi_opt struct up.
10332 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10334 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10338 * proc-service.c (ps_pglobal_lookup): Set the current program
10343 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10347 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10352 * common/linux-osdata.c (linux_common_core_of_thread): New function
10354 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10355 call by linux_common_core_of_thread.
10356 (linux_nat_core_of_thread_1): Remove.
10357 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10358 * linux-thread-db.c: Include linux-osdata.h.
10359 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10360 linux_common_core_of_thread.
10364 * value.c (value_primitive_field): Don't fetch contents for
10369 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10373 * s390-nat.c: Include "gregset.h".
10377 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10378 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10379 (libunwind_load): New variable so_error, use it for dlerror. Try to
10380 load also LIBUNWIND_SO_7.
10384 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10385 is not NULL, and remove resulting dead code.
10389 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10390 prologue to sh_analyze_prologue.
10391 (sh_analyze_prologue): Make better use of such an upper limit, and
10392 generally be more cautious about accessing memory.
10396 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10397 _initialize_ia64_hpux_tdep.
10403 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10404 the register state is clear, supply explicit zero, instead of
10405 marking the register unavailable.
10409 * NEWS: Mention OpenVMS ia64 new target.
10413 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10414 (ia64_unw_accessors, ia64_unw_rse_accessors)
10415 (ia64_libunwind_descr): Declare.
10416 * ia64-vms-tdep.c: New file.
10417 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10418 (ia64_libunwind_descr): Make them public.
10419 * configure.tgt: Add ia64-*-*vms*.
10420 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10421 (ALLDEPFILES): Add ia64-vms-tdep.c
10425 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10426 * remote.c (PACKET_qXfer_uib): New enum value.
10427 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10428 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10429 (_initialize_remote): Call add_packet_config_cmd for
10434 * osabi.c (gdb_osabi_names): Add OpenVMS.
10435 (generic_elf_osabi_sniffer): Likewise.
10436 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10440 Removed unused code.
10441 * libunwind-frame.c (libunwind_frame_unwind)
10442 (libunwind_frame_base_address): Remove.
10443 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10447 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10448 remove trailing new line.
10449 (agent_run_command, agent_run_command): Add _ markup.
10450 (agent_capability_check): Likewise.
10454 * breakpoint.c (set_condition_evaluation_mode): Set
10455 CONDITION_EVALUATION_MODE unconditionally.
10459 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10460 * common/agent.h: Update declaration.
10461 * inf-child.c (inf_child_use_agent): New.
10462 (inf_child_can_use_agent): New.
10463 (inf_child_target): Initialize fields `to_use_agent'
10464 and `to_can_use_agent'.
10465 * agent.c (agent_new_objfile): New.
10466 (_initialize_agent): Add agent_new_objfile to new_objfile
10469 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10471 (linux_target_install_ops): Initialize field
10472 `to_static_tracepoint_markers_by_strid'.
10473 * remote.c (free_current_marker): Move it to ...
10474 * tracepoint.c (free_current_marker): ... here. New.
10475 (cleanup_target_stop): New.
10476 * tracepoint.h: Declare free_current_marker.
10477 * NEWS: Add one entry about `info static-tracepoint-marker'.
10481 * common/agent.c (agent_loaded_p): New.
10482 (agent_look_up_symbols): New global.
10483 * common/agent.h: Declare agent_loaded_p.
10487 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10488 (agent_capability_check, agent_capability_invalidate): New.
10489 (symbol_list): New array element.
10490 * common/agent.h (enum agent_capa): New.
10491 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10495 * target.h (struct target_ops) <to_use_agent>: New field.
10496 (struct target_ops) <to_can_use_agent>: New field.
10497 (target_use_agent, target_can_use_agent): New macro.
10498 * target.c (update_current_target): Update.
10499 * remote.c: New enum `PACKET_QAgent'.
10500 (remote_protocol_features): Add a new element.
10501 (remote_use_agent, remote_can_use_agent): New.
10502 (init_remote_ops): Initialize field `can_use_agent' with
10503 remote_can_use_agent. Intiailize field `use_agent' with
10505 * common/agent.c (use_agent): New global.
10506 * common/agent.h: Declare it.
10507 * tracepoint.c (info_static_tracepoint_markers_command): Add
10509 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10510 (COMMON_OBS): Add common/agent.o and agent.o
10511 (common-agent.o): New rule.
10516 * common/agent.c: New.
10517 * common/agent.h: New.
10518 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10520 * configure, configh.in: Regenerated.
10524 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10525 unless it exists for this architecture.
10529 * language.h (struct language_defn): New "method" la_read_var_value.
10530 * findvar.c: #include "language.h".
10531 (default_read_var_value): Renames read_var_value. Rewrite
10532 function description.
10533 (read_var_value): New function.
10534 * value.h (default_read_var_value): Add prototype.
10535 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10537 (ada_language_defn): Add entry for la_read_var_value.
10538 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10539 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10540 language_defn structures to add entry for new la_read_var_value
10546 PR breakpoints/13776:
10547 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10549 (delete_longjmp_breakpoint_at_next_stop): New.
10550 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10551 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10552 before deleting the inferior. Add comments.
10553 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10554 breakpoints immediately, but only on next stop. Move that code
10555 next to where we mark other breakpoints for deletion.
10559 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10561 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10566 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10570 Fix -Wmissing-prototypes build.
10571 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10572 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10573 (gdbsim_has_memory): Likewise.
10577 Fix -Wmissing-prototypes build.
10578 * charset.c (phony_iconv_open): Make static.
10579 (phony_iconv_close, phony_iconv): Likewise.
10580 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10581 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10583 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10584 * ser-mingw.c (create_select_thread): Make static.
10585 * windows-termcap.c (tgetent): New prototype.
10586 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10590 Fix -Wmissing-prototypes build.
10591 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10592 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10593 (_initialize_loadable): New prototypes.
10597 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10598 abbrev table, read_comp_unit will do it.
10602 Fix -Wmissing-prototypes build.
10603 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10604 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10605 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10606 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10607 (_initialize_arm_symbian_tdep): New prototype.
10608 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10609 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10610 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10612 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10613 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10615 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10616 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10617 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10619 * moxie-tdep.c (moxie_process_record): Likewise.
10620 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10621 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10622 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10623 (_initialize_rl78_tdep): New prototype.
10624 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10625 (_initialize_rx_tdep): New prototype.
10626 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10627 (_initialize_darwin_solib): New prototype.
10628 * solib-spu.c: Include solib-spu.h.
10629 (_initialize_spu_solib): New prototype.
10630 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10631 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10632 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10633 (tic6x_software_single_step): Make it static.
10634 (_initialize_tic6x_tdep): New prototype.
10638 Fix -Wmissing-prototypes build.
10639 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10640 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10644 Fix -Wmissing-prototypes build.
10645 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10646 (frv_have_stopped_data_address): Remove.
10650 Fix -Wmissing-prototypes build.
10651 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10652 * sh-tdep.c: Include sh64-tdep.h.
10653 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10654 * sh64-tdep.c: Include sh64-tdep.h.
10655 * sh64-tdep.h: New file.
10659 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10663 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10664 sp_regnum once the gdbarch_init_osabi hook has been called.
10668 * mips-tdep.c (mips32_bc1_pc): New function.
10669 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10670 BPOSGE32 and BPOSGE64 instructions.
10671 (deal_with_atomic_sequence): Likewise.
10672 (mips32_instruction_has_delay_slot): Likewise.
10679 * features/mips-dsp.xml: New file.
10680 * features/mips64-dsp.xml: New file.
10681 * features/mips-dsp-linux.xml: New file.
10682 * features/mips64-dsp-linux.xml: New file.
10683 * features/Makefile (WHICH): Add mips-dsp-linux and
10685 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10686 * features/mips-dsp-linux.c: New file.
10687 * features/mips64-dsp-linux.c: New file.
10688 * regformats/mips-dsp-linux.dat: New file.
10689 * regformats/mips64-dsp-linux.dat: New file.
10690 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10692 (mips64_linux_register_addr): Likewise.
10693 (mips64_linux_regsets_fetch_registers): Likewise.
10694 (mips64_linux_regsets_store_registers): Likewise.
10695 (mips64_linux_fetch_registers): Update call to
10696 mips64_linux_regsets_fetch_registers.
10697 (mips64_linux_store_registers): Update call to
10698 mips64_linux_regsets_store_registers.
10699 (mips_linux_read_description): Probe for DSP registers.
10700 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10701 and initialize_tdesc_mips64_dsp_linux.
10702 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10703 Remove padding of no longer used embedded register slots.
10704 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10705 (MIPS_RESTART_REGNUM): Redefine enum value.
10706 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10708 (mips_tx39_reg_names): Likewise.
10709 (mips_linux_reg_names): New array of register names for Linux
10711 (mips_register_name): Check for a null pointer in
10712 mips_processor_reg_names and return an empty string.
10713 (mips_register_type): Exclude embedded registers for the IRIX
10715 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10716 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10718 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10719 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10720 (mips_gdbarch_init): Likewise. Initialize internal register
10721 indices for the Linux ABI. Use dynamic numbers to refer to
10722 registers, as applicable, while parsing the target description.
10723 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10727 * frame.h (read_frame_register_unsigned): Fix typo in function
10732 * jit-reader.in [!__cplusplus]
10733 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10737 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10738 * configure: Regenerate.
10742 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10743 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10744 (ftrace_command, strace_command): Make static.
10745 * d-lang.c (_initialize_d_language): Declare.
10746 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10747 * dwarf2loc.c (_initialize_dwarf2loc):
10748 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10749 * exec.c (exec_get_section_table): Make static.
10750 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10751 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10752 * inferior.c (remove_inferior_command, add_inferior_command)
10753 (clone_inferior_command): Make static.
10754 * linux-nat.c (linux_nat_thread_address_space)
10755 (linux_nat_core_of_thread): Make static.
10756 * linux-tdep.c (_initialize_linux_tdep): Declare.
10757 * objc-lang.c (_initialize_objc_lang): Declare.
10758 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10760 (_initialize_opencl_language): Declare.
10761 * record.c (_initialize_record): Declare.
10762 * remote.c (demand_private_info, remote_get_tib_address)
10763 (remote_supports_cond_tracepoints)
10764 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10766 * skip.c (_initialize_step_skip): Declare.
10767 * symtab.c (skip_prologue_using_lineinfo): Make static.
10768 * tracepoint.c (delete_trace_state_variable)
10769 (trace_variable_command, delete_trace_variable_command)
10770 (get_uploaded_tsv, find_matching_tracepoint_location)
10771 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10773 * value.c (pack_unsigned_long): Make static.
10774 * varobj.c (varobj_ensure_python_env): Make static.
10775 * windows-tdep.c (_initialize_windows_tdep): Declare.
10776 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10780 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10782 (linux_init_abi): Install it as has_shared_address_space gdbarch
10787 * observer.c (observer_test_first_notification_function)
10788 (observer_test_second_notification_function)
10789 (observer_test_third_notification_function): Add declarations.
10793 * common/signals.c (default_target_signal_to_host)
10794 (default_target_signal_from_host): Move ...
10795 * arch-utils.c: ... here.
10796 * arch-utils.h (default_target_signal_to_host)
10797 (default_target_signal_from_host): Declare.
10799 * common/signals.c (target_signal_from_command): Move ...
10800 * infrun.c: ... here.
10801 * inferior.h (target_signal_from_command): Declare.
10802 * target.h (target_signal_from_command)
10803 (default_target_signal_from_host, default_target_signal_to_host):
10804 Delete declarations.
10806 * common/signals.c (_initialize_signals): Delete.
10810 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10811 both __cplusplus and !__cplusplus.
10815 * psymtab.c (find_and_open_source): Delete declaration.
10816 * source.c (find_and_open_source): Move comment ...
10817 * source.h (find_and_open_source): ... to this new declaration.
10821 * inline-frame.c: Include inline-frame.h.
10825 * tui/tui-data.c (set_gen_win_origin): Delete.
10826 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10827 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10831 * remote.c (encode_actions): Delete declaration.
10832 * tracepoint.c (encode_actions): Make extern.
10833 * tracepoint.h (encode_actions): Declare.
10837 * python/py-breakpoint.c: Include python.h.
10838 * python/py-continueevent.c (create_continue_event_object): Make
10840 * python/py-lazy-string.c (stpy_get_type): Make static.
10841 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10843 * python/py-utils.c (unicode_to_target_python_string): Make
10845 * python/py-value.c: Include python.h.
10849 * inferior.c (delete_threads_of_inferior): Delete.
10853 Import fallback definitions from glibc.
10855 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10856 ps_prochandle): Forward declare.
10857 (ps_err_e): Use glibc's comments.
10858 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10859 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10860 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10861 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10862 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10863 (struct ps_prochandle): Adjust comment.
10867 * ada-lang.c (ada_modulus_from_name): Delete.
10868 * ada-lex.l (lexer_init): Make static.
10874 * frame.c (read_frame_register_unsigned): New.
10875 * frame.h (read_frame_register_unsigned): Declare.
10876 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10878 (print_i387_control_word): New parameter `control_p'. Handle it.
10879 (i387_print_float_info): Handle unavailable float registers.
10883 * linespec.c (decode_line_2): Sort the list of methods
10884 alphabetically before presenting the user with a selection
10889 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10890 has_namespace_info.
10891 (dwarf2_read_abbrevs): Remove corresponding initialization.
10895 * NEWS: Mention new python command class gdb.COMMAND_USER.
10896 * cli/cli-cmds.c (show_user): Print error when used on a python
10898 (init_cli_cmds): Update documentation strings for "show user" and
10899 "set/show max-user-call-depth" to clarify that it does not apply to
10901 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10903 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10905 * top.c (execute_command): Only execute a user-defined command as a
10906 legacy macro if c->user_commands is set.
10910 * valprint.h (struct generic_val_print_decorations): New.
10911 (generic_val_print): Declare.
10912 * valprint.c (generic_val_print): New function.
10913 * p-valprint.c (p_decorations): New global.
10914 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10915 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10916 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10917 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10918 * m2-valprint.c (m2_decorations): New global.
10919 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10920 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10921 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10922 TYPE_CODE_ERROR>: Call generic_val_print.
10923 * f-valprint.c (f_decorations): New global.
10924 (f_val_print): Use print_function_pointer_address.
10925 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10926 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10927 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10929 * c-valprint.c (c_decorations): New global.
10930 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10931 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10932 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10933 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10934 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10935 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10940 * valprint.c (val_print): Update.
10941 * p-valprint (pascal_val_print): Return void.
10942 * p-lang.h (pascal_val_print): Return void.
10943 * m2-valprint.c (m2_val_print): Return void.
10944 * m2-lang.h (m2_val_print): Return void.
10945 * language.h (struct language_defn) <la_val_print>: Return void.
10946 * language.c (unk_lang_val_print): Return void.
10947 * jv-valprint.c (java_val_print): Return void.
10948 * jv-lang.h (java_val_print): Return void.
10949 * f-valprint.c (f_val_print): Return void.
10950 * f-lang.h (f_val_print): Return void.
10951 * d-valprint.c (d_val_print): Return void.
10952 (dynamic_array_type): Update.
10953 * d-lang.h (d_val_print): Return void.
10954 * c-valprint.c (c_val_print): Return void.
10955 * c-lang.h (c_val_print): Return void.
10956 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10958 * ada-lang.h (ada_val_print): Return void.
10962 * value.h (val_print): Return void.
10963 * valprint.c (val_print): Return void.
10967 * value.h (common_val_print): Return void.
10968 * valprint.c (common_val_print): Return void.
10972 * value.h (value_print): Return void.
10973 * valprint.c (value_print): Return void.
10974 * p-valprint.c (pascal_value_print): Return void.
10975 * p-lang.h (pascal_value_print): Return void.
10976 * language.h (struct language_defn) <la_value_print>: Return
10978 * language.c (unk_lang_value_print): Return void.
10979 * jv-valprint.c (java_value_print): Return void.
10980 * jv-lang.h (java_value_print): Return void.
10981 * f-valprint.c (c_value_print): Don't declare.
10983 * c-valprint.c (c_value_print): Return void.
10984 * c-lang.h (c_value_print): Return void.
10985 * ada-valprint.c (ada_value_print): Return void.
10986 * ada-lang.h (ada_value_print): Return void.
10990 * value.c (value_primitive_field): Handle virtual base classes.
10994 * gdbtypes.h (struct vbase): Remove.
10998 * c-valprint.c (print_function_pointer_address): Move...
10999 * valprint.c: ... here. Make non-static.
11000 * m2-valprint.c (print_function_pointer_address): Remove.
11001 * valprint.h (print_function_pointer_address): Declare.
11005 * NEWS: Document the fact that one can provide a condition when
11006 creating an Ada exception catchpoint.
11010 * valprint.c (val_print_type_code_flags): Fix placement of
11015 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11016 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11017 environment variable before calling update-copyright.
11021 * gnulib/extra/update-copyright: Update to the latest from
11022 gnulib's git repository.
11023 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11024 variable to 2 instead of 1.
11028 * varobj.c (c_value_of_variable): Remove dead code.
11032 * ada-lex.p (processId): Do not modify already encoded IDs.
11033 Update function documentation.
11037 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11038 "name" with "struct symbol *name_sym".
11039 * ada-exp.y (write_var_or_type): Update call to
11040 ada_find_renaming_symbol.
11041 "name" with "struct symbol *name_sym". Adjust Implementation
11042 accordingly. Adjust the function documentation.
11046 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11047 * ada-lang.c (ada_find_any_type): Add advance declaration.
11048 Make static. Replace ada_find_any_symbol by
11049 ada_find_any_type_symbol.
11050 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11051 Improve function description. Make static.
11052 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11053 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11057 * ada-lang.c (struct tag_args): Delete.
11058 (ada_get_tsd_type): Function body moved up in source file.
11059 (ada_tag_name_1, ada_tag_name_2): Delete.
11060 (ada_get_tsd_from_tag): New function.
11061 (ada_tag_name_from_tsd): New function.
11062 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11063 to determine the tag name.
11067 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11069 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11074 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11078 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11083 * ada-lang.c (constrained_packed_array_type): If there is a
11084 parallel XA type, use it to determine the array index type.
11088 * ada-valprint.c (ada_val_print_1): If our value is a reference
11089 to an array descriptor, dereference it before converting it
11094 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11095 creating fixed value.
11096 (ada_value_ind, ada_coerce_ref, assign_component)
11097 (ada_evaluate_subexp): Remove call to unwrap_value before
11098 call to ada_to_fixed_value.
11102 * ada-lang.c (to_fixed_array_type): Set result's type name.
11106 * ada-lang.c (catch_ada_exception_command_split): Add new
11107 argument cond_string. Add support for condition at end of
11108 "catch exception" commands.
11109 (ada_decode_exception_location): Add new argument cond_string.
11110 Update call to catch_ada_exception_command_split.
11111 (create_ada_exception_catchpoint): Add new argument cond_string.
11112 Set the breakpoint condition if needed.
11113 (catch_ada_exception_command): Update call to
11114 ada_decode_exception_location.
11115 (ada_decode_assert_location): Add function documentation.
11116 Add support for condition at end of "catch assert" command.
11117 (catch_assert_command): Update calls to ada_decode_assert_location
11118 and create_ada_exception_catchpoint.
11122 Fix disp-step-syscall.exp: fork: single step over fork.
11123 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11124 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11125 comment, change parameters gdbarch and ptid to regcache. Remove
11126 parameter regcache, initialize gdbarch from regcache here.
11127 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11129 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11131 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11132 'syscall'. Make the 'int' check more strict.
11136 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11137 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11138 (i386_linux_intx80_sysenter_syscall_record): ... here.
11139 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11140 Use the renamed function name.
11144 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11145 * breakpoint.c (until_break_command): Likewise.
11146 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11147 * infcall.c (call_function_by_hand): Likewise.
11148 * infcmd.c (finish_forward): Likewise.
11149 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11153 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11154 avoid variable assignments inside condition.
11158 Fix static analysis issue found by cppcheck.
11159 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11160 uninitialized BUF for size 2.
11166 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11167 (mips16_instruction_has_delay_slot): Likewise.
11168 (mips_segment_boundary): Likewise.
11169 (mips_adjust_breakpoint_address): Likewise.
11170 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11175 * infrun.c (handle_inferior_event): Don't proceed through
11176 shared library trampolines if stepping at the machine
11181 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11186 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11187 (sh_stub_unwind_sniffer): New functions.
11188 (sh_stub_unwind): New variable.
11189 (sh_gdbarch_init): Wire everything.
11193 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11194 (linux_nat_post_attach_wait): Adjust to use
11195 linux_proc_pid_is_stopped.
11196 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11197 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11198 based on pid_is_stopped from both linux-nat.c and
11199 gdbserver/linux-low.c, and renamed.
11203 * remote.c (remote_watchpoint_addr_within_range): New function.
11204 (init_remote_ops): Use it.
11208 * target.h (target_watchpoint_addr_within_range): Document macro.
11212 * stack.c (set_last_displayed_sal): Issue internal_error instead
11213 of warning, and issue it after clearing the last displayed sal.
11218 * breakpoint.c (until_break_command): Install breakpoints after
11219 all frame manipulations.
11223 * remote.c (remote_supports_cond_breakpoints): New forward
11225 (remote_add_target_side_condition): New function.
11226 (remote_insert_breakpoint): Add target-side breakpoint
11227 conditional if supported.
11228 (remote_insert_hw_breakpoint): Likewise.
11229 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11232 * target.c (update_current_target): Inherit
11233 to_supports_evaluation_of_breakpoint_conditions.
11234 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11236 * target.h (struct target_ops)
11237 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11238 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11240 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11241 (condition_evaluation_both, condition_evaluation_auto,
11242 condition_evaluation_host, condition_evaluation_target,
11243 condition_evaluation_enums, condition_evaluation_mode_1,
11244 condition_evaluation_mode): New static globals.
11245 (translate_condition_evaluation_mode): New function.
11246 (breakpoint_condition_evaluation_mode): New function.
11247 (gdb_evaluates_breakpoint_condition_p): New function.
11248 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11249 (mark_breakpoint_modified): New function.
11250 (mark_breakpoint_location_modified): New function.
11251 (set_condition_evaluation_mode): New function.
11252 (show_condition_evaluation_mode): New function.
11253 (bp_location_compare_addrs): New function.
11254 (get_first_location_gte_addr): New helper function.
11255 (set_breakpoint_condition): Free condition bytecode if locations
11256 has become unconditional. Call mark_breakpoint_modified (...).
11257 (condition_command): Call update_global_location_list (1) for
11259 (breakpoint_xfer_memory): Use is_breakpoint (...).
11260 (is_breakpoint): New function.
11261 (parse_cond_to_aexpr): New function.
11262 (build_target_condition_list): New function.
11263 (insert_bp_location): Handle target-side conditional
11264 breakpoints and call build_target_condition_list (...).
11265 (update_inserted_breakpoint_locations): New function.
11266 (insert_breakpoint_locations): Handle target-side conditional
11268 (bpstat_check_breakpoint_conditions): Add comment.
11269 (bp_condition_evaluator): New function.
11270 (bp_location_condition_evaluator): New function.
11271 (print_breakpoint_location): Print information on where the condition
11273 (print_one_breakpoint_location): Likewise.
11274 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11275 breakpoint location.
11276 (force_breakpoint_reinsertion): New functions.
11277 (update_global_location_list): Handle target-side breakpoint
11279 Reinsert locations that are already inserted if conditions have
11281 (bp_location_dtor): Free agent expression bytecode.
11282 (disable_breakpoint): Call mark_breakpoint_modified (...).
11283 Call update_global_location_list (...) with parameter 1 for breakpoints.
11284 (disable_command): Call mark_breakpoint_location_modified (...).
11285 Call update_global_location_list (...) with parameter 1 for breakpoints.
11286 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11287 (enable_command): mark_breakpoint_location_modified (...).
11288 (_initialize_breakpoint): Update documentation and add
11289 condition-evaluation breakpoint subcommand.
11291 * breakpoint.h: Include ax.h.
11292 (condition_list): New data structure.
11293 (condition_status): New enum.
11294 (bp_target_info) <cond_list>: New field.
11295 (bp_location) <condition_changed, cond_bytecode>: New fields.
11296 (is_breakpoint): New prototype.
11300 * remote.c (remote_state) <cond_breakpoints>: New field.
11301 (PACKET_ConditionalBreakpoints): New enum.
11302 (remote_cond_breakpoint_feature): New function.
11303 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11304 (remote_supports_cond_breakpoints): New function.
11305 (_initialize_remote): Add new packet configuration for
11306 target-side conditional breakpoints.
11310 * NEWS: Mention target-side conditional breakpoint support,
11311 new condition-evaluation breakpoint subcommand and remote
11316 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11321 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11322 (after_prologue): Remove.
11326 * jv-valprint.c (java_val_print): Remove dead code.
11330 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11331 known_tasks_element and known_tasks_length fields.
11332 (read_known_tasks_array): Change argument type. Use pointer type
11333 and number of elements from DATA. Adjust.
11334 (read_known_tasks_list): Likewise.
11335 (get_known_tasks_addr): Remove.
11336 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11337 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11338 type and array length. Merge former get_known_tasks_addr code.
11343 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11344 it after set_momentary_breakpoint.
11349 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11353 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11354 (find_slot_in_mapped_hash): Likewise.
11359 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11360 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11361 * configure: Regenerate.
11366 * ia64-tdep.c: Do not include libunwind-ia64.h.
11367 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11368 Include libunwind-ia64.h instead of libunwind.h.
11369 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11370 for libunwind.h existence.
11371 * configure, config.in: Regenerate.
11375 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11376 instead of value_rtti_target_type.
11377 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11378 instead of value_rtti_target_type.
11379 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11380 value_rtti_target_type.
11381 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11382 (value_rtti_target_type): Rename to ...
11383 (value_rtti_indirect_type): ... here and make it indirect. Update
11385 * value.c (readjust_indirect_value_type): New function.
11386 (coerce_ref): Support for enclosing type setting for references
11387 with readjust_indirect_value_type.
11388 * value.h (readjust_value_type): New declaration.
11389 (value_rtti_target_type): Rename to ...
11390 (value_rtti_indirect_type): ... here.
11394 * MAINTAINERS (Write After Approval): Add myself to the list.
11398 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11399 Rename objfile_p_char parameter to objfilep.
11400 (build_objfile_section_table): Result is now void. All callers
11402 * objfiles.h (struct objfile): Tweak comments, whitespace.
11403 (build_objfile_section_table): Update.
11405 * elfread.c (elf_symfile_segments): Fix warning text.
11410 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11411 particular set of file names once.
11412 (dw2_map_symbol_filenames): Likewise.
11417 * main.c (write_files): Remove the declaration.
11418 (external_editor_command): Move the declaration ...
11419 [GDBTK] (external_editor_command): ... here. Fix the comment.
11423 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11428 * darwin-nat.h (enum darwin_msg_state): Add comments.
11432 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11437 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11438 between function description and implementation.
11443 * python/py-event.c (event_object_getset): New global.
11444 (event_object_type): Reference it.
11445 * python/py-type.c (field_object_getset): New global.
11446 (field_object_type): Reference it.
11447 * python/python-internal.h (gdb_py_generic_dict): Declare.
11448 * python/py-utils.c (gdb_py_generic_dict): New function.
11452 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11456 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11457 TYPE_CALLING_CONVENTION annotation.
11461 * MAINTAINERS: Add rx to target ISA section.
11462 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11463 (ALLDEPFILES): Add rx-tdep.c.
11467 * symfile.c (symbol_file_add_main_1): Use inferior's
11469 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11470 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11472 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11474 (follow_exec): Use inferior's symfile_flags.
11475 * inferior.h (struct inferior) <symfile_flags>: New field.
11480 * remote-sim.c (gdbsim_create_inferior): Call error() when
11481 sim_create_inferior() fails.
11485 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11490 * thread.c (struct current_thread_cleanup) <was_removable>: New
11492 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11493 (make_cleanup_restore_current_thread): Initialize new field.
11497 * MAINTAINERS: Add rl78 to target ISA section.
11498 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11499 (ALLDEPFILES): Add rl78-tdep.c.
11500 * NEWS: Mention rl78 as a new target.
11504 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11506 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11511 * infcmd.c (registers_info): Print just the current register's
11516 * python/py-symbol.c (sympy_value): Use _().
11520 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11521 output to be like native targets'.
11522 (remote_pid_to_str): Special case the null ptid.
11526 * NEWS: Mention enable count command.
11527 * breakpoint.h (struct breakpoint): New field enable_count.
11528 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11529 (enable_breakpoint): Add arg to call.
11530 (struct disp_data): New struct.
11531 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11532 (do_map_enable_once_breakpoint): Create a struct and pass it.
11533 (do_map_enable_delete_breakpoint): Ditto.
11534 (do_map_enable_count_breakpoint): New function.
11535 (enable_count_command): New function.
11536 (bpstat_stop_status): Decrement enable_count.
11537 (print_one_breakpoint_location): Report enable count.
11538 (_initialize_breakpoint): Add enable count command.
11542 * rl78-tdep.c (reggroups.h): Include.
11543 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11544 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11545 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11546 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11547 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11548 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11549 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11550 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11551 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11552 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11553 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11554 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11555 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11556 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11557 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11558 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11559 beginning of register list.
11560 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11561 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11562 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11563 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11564 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11565 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11566 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11567 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11568 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11569 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11570 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11571 the pseudo registers. Rearrange other pseudo registers too so
11572 that the bank registers appear at the end.
11573 (rl78_register_type): Account for the fact that the byte sized
11574 bank registers are now pseudo-registers.
11575 (rl78_register_name): Rearrange the register name array. Make
11576 initial set of raw banked registers inaccessible.
11577 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11578 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11579 case for copying bytes back and forth between raw and pseudo
11580 versions of the banked registers. Update other cases to reflect
11582 (rl78_return_value): Update to account for changed names of
11584 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11585 rl78_register_sim_regno().
11589 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11590 the name parameter being passed to find_pc_partial_function().
11594 * MAINTAINERS: Step down from being ia64 target maintainer.
11598 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11599 compilation warning.
11603 Fix crash on loaded shlibs without loaded exec_bfd.
11604 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11605 (set_section_command): Replace exec_bfd by p->bfd.
11609 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11610 when we have a C++ qualified name.
11614 * inferior.c (inferior_pid_to_str): New.
11615 (print_inferior, inferior_command): Use it.
11619 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11621 * configure: Regenerate.
11625 * linespec.c (decode_line_internal): Fix comment correctness.
11630 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11631 * amd64bsd-nat.c: Add support for debug registers (adapted from
11633 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11634 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11635 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11636 (amd64bsd_dr_get_control): New functions.
11637 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11638 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11639 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11640 watchpoints initialization.
11641 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11645 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11647 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11651 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11655 * language.h (symbol_name_cmp_ftype): Renames
11656 symbol_name_match_p_ftype.
11657 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11658 la_get_symbol_name_match_p.
11659 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11660 ada_get_symbol_name_match_p. Update comment.
11661 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11662 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11663 Renames symbol_name_match_p. Update field type.
11664 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11665 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11666 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11667 "la_get_symbol_name_cmp" in comments.
11668 * language.c: Likewise.
11672 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11674 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11675 (amd64_sol2_gregset32_reg_offs): Likewise.
11679 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11680 of the returned BFD is allocated by GDB.
11685 * python/python-internal.h (frame_object_type): Declare.
11686 * python/py-symbol.c (sympy_needs_frame): New function.
11687 (sympy_value): New function.
11688 (symbol_object_getset): Add "needs_frame".
11689 (symbol_object_methods): Add "value".
11690 * python/py-frame.c (frame_object_type): No longer static.
11695 * python/py-symbol.c (sympy_line): New function.
11696 (symbol_object_getset): Add "line".
11700 * charset.c (find_charset_names): Check 'in' against NULL.
11704 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11705 and fields.name members from char * to const char *. All uses updated.
11706 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11707 from char * to const char *. All uses updated.
11708 (type_name_no_tag): Update.
11709 (lookup_unsigned_typename, lookup_signed_typename): Update.
11710 * gdbtypes.c (type_name_no_tag): Change result type
11711 from char * to const char *. All callers updated.
11712 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11713 name parameter from char * to const char *.
11714 * symtab.h (struct cplus_specific): Change type of demangled_name
11715 member from char * to const char *. All uses updated.
11716 (struct general_symbol_info): Change type of name and
11717 mangled_lang.demangled_name members from char * to const char *.
11719 (symbol_get_demangled_name, symbol_natural_name): Update.
11720 (symbol_demangled_name, symbol_search_name): Update.
11721 * symtab.c (symbol_get_demangled_name): Change result type
11722 from char * to const char *. All callers updated.
11723 (symbol_natural_name, symbol_demangled_name): Ditto.
11724 (symbol_search_name): Ditto.
11725 (completion_list_add_name): Change type of symname,sym_text,
11726 text,word parameters from char * to const char *.
11727 (completion_list_objc_symbol): Change type of sym_text,
11728 text,word parameters from char * to const char *.
11729 * ada-lang.c (find_struct_field): Change type of name parameter
11730 from char * to const char *.
11731 (encoded_ordered_before): Similarly for N0,N1 parameters.
11732 (old_renaming_is_invisible): Similarly for function_name parameter.
11733 (ada_type_name): Change result type from char * to const char *.
11734 All callers updated.
11735 * ada-lang.h (ada_type_name): Update.
11736 * buildsym.c (hashname): Change type of name parameter
11737 from char * to const char *.
11738 * buildsym.h (hashname): Update.
11739 * dbxread.c (end_psymtab): Change type of include_list parameter
11740 from char ** to const char **.
11741 * dwarf2read.c (determine_prefix): Change result type
11742 from char * to const char *. All callers updated.
11743 * f-lang.c (find_common_for_function): Change type of name, funcname
11744 parameters from char * to const char *.
11745 * f-lang.c (find_common_for_function): Update.
11746 * f-valprint.c (list_all_visible_commons): Change type of funcname
11747 parameters from char * to const char *.
11748 * gdbarch.sh (static_transform_name): Change type of name parameter
11749 and result from char * to const char *.
11750 * gdbarch.c: Regenerate.
11751 * gdbarch.h: Regenerate.
11752 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11753 of name parameter from char * to const char *.
11754 * jv-lang.c (java_primitive_type_from_name): Ditto.
11755 (java_demangled_signature_length): Similarly for signature parameter.
11756 (java_demangled_signature_copy): Ditto.
11757 (java_demangle_type_signature): Ditto.
11758 * jv-lang.h (java_primitive_type_from_name): Update.
11759 (java_demangle_type_signature): Update.
11760 * objc-lang.c (specialcmp): Change type of a,b parameters
11761 from char * to const char *.
11762 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11763 from char * to const char *. All callers updated.
11764 * p-lang.h (is_pascal_string_type): Update.
11765 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11766 of name parameter from char * to const char *.
11767 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11768 * utils.c (fprintf_symbol_filtered): Ditto.
11769 * defs.h (fprintf_symbol_filtered): Update.
11770 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11771 * stabsread.h (end_psymtab): Update.
11772 * stack.c (find_frame_funname): Change type of funname parameter
11773 from char ** to const char **.
11774 * stack.h (find_frame_funname): Update.
11775 * typeprint.c (type_print): Change type of varstring parameter
11776 from char * to const char *.
11777 * value.h (type_print): Update.
11778 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11779 from char * to const char *. All callers updated.
11780 (xcoff_end_psymtab): Change type of include_list parameter
11781 from char ** to const char **. All callers updated.
11782 (swap_sym): Similarly for name parameter. All callers updated.
11783 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11785 (process_coff_symbol): Use xstrdup.
11786 * stabsread.c (stabs_method_name_from_physname): Renamed from
11787 update_method_name_from_physname. Change result type from void
11788 to char *. All callers updated.
11789 (read_member_functions): In has_destructor case, store name in objfile
11790 obstack instead of malloc space. In !has_stub case, fix mem leak.
11794 * configure: Rebuild.
11795 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11800 * configure.tgt (rl78-*-elf): New target.
11801 * rl78-tdep.c: New file.
11805 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11806 and continue the loop. Add QUIT statement.
11811 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11812 bfd_lookup_symbol_from_symtab.
11813 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11814 gdb_bfd_lookup_symbol_from_symtab.
11818 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11819 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11820 symbol. Add assertion that sym2 is never NULL.
11824 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11825 "name" parameter to const char ** from char **. All callers updated.
11826 (find_pc_partial_function): Ditto.
11827 (cache_pc_function_name): Change type to const char * from char *.
11828 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11829 (find_pc_partial_function): Update.
11830 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11831 type of "name" parameter to const char * from char *.
11833 * arch-utils.c (generic_in_solib_return_trampoline): Change
11834 type of "name" parameter to const char * from char *.
11835 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11836 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11837 type of "name" parameter to const char * from char *.
11838 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11839 * gdbarch.c: Regenerate.
11840 * gdbarch.h: Regenerate.
11841 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11842 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11843 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11844 type of "name" parameter to const char * from char *.
11845 * skip.c (skip_function_pc): Ditto.
11846 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11847 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11848 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11849 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11850 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11851 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11852 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11853 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11854 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11858 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11859 the current inferior has no execution. Make sure the current
11860 remote process matches gdb's current inferior.
11865 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11871 * symtab.c (lookup_language_this): Set block_found.
11876 * jit.c (struct jit_inferior_data): Rewrite.
11877 (struct jit_objfile_data): New.
11878 (get_jit_objfile_data): New function.
11879 (add_objfile_entry): Update.
11880 (jit_read_descriptor): Return int. Replace descriptor_addr
11881 argument with inf_data. Update. Don't call error.
11882 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11884 (jit_inferior_init): Don't look up descriptor. Don't call error.
11885 (jit_reset_inferior_data_and_breakpoints)
11886 (jit_inferior_created_observer): Remove.
11887 (jit_inferior_exit_hook): Update.
11888 (jit_executable_changed_observer): Remove.
11889 (jit_event_handler): Update.
11890 (free_objfile_data): Reset inferior data if needed.
11891 (_initialize_jit): Update.
11895 * jit.c (bfd_open_from_target_memory): Move higher in file.
11899 * libunwind-frame.c (libunwind_load): Display message if dlopen
11904 * symtab.h (symbol_found_callback_ftype): New typedef.
11905 (iterate_over_symbols): Use the above.
11906 * symtab.c (iterate_over_symbols): Likewise.
11907 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11908 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11909 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11910 (iterate_name_matcher): Document return values.
11911 (collect_one_symbol): Likewise.
11912 (collect_function_symbols): Likewise.
11913 (collect_symbols): Likewise.
11917 * ada-lang.c (resolve_subexp): Update.
11918 (ada_lookup_symbol_list): Add 'full_search' argument.
11919 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11920 ada_lookup_symbol_list.
11921 (ada_lookup_encoded_symbol): Update.
11922 (get_var_value): Update.
11923 * ada-exp.y (block_lookup): Update.
11924 (write_var_or_type): Update.
11925 (write_name_assoc): Update.
11926 * ada-lang.h (ada_lookup_symbol_list): Update.
11930 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11935 * symtab.h: Remove outdated comment.
11936 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11940 Fix build error in Darwin port.
11941 * i386-darwin-nat.c: Include i386-nat.h.
11945 PR breakpoints/13568:
11946 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11947 argument. Check for recursive includes.
11948 (dwarf_decode_macros): Create an include hash.
11952 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11953 * ppc-linux-tdep.c: Include glibc-tdep.h.
11954 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11955 (powerpc_linux_in_plt_stub): New function.
11956 (powerpc_linux_in_dynsym_resolve_code): New function.
11957 (ppc_skip_trampoline_code): New function.
11958 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11959 Use glibc_skip_solib_resolver.
11963 Code cleanup: Make 1440 bytes of data segment read-only.
11964 * arch-utils.c (endian_enum): Make it const char *const [].
11965 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11967 * breakpoint.c (always_inserted_enums): Likewise.
11968 * cli/cli-cmds.c (script_ext_enums): Likewise.
11969 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11970 enumlist parameter const char *const *.
11971 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11972 const char *const *.
11973 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11974 parameter const char *const *.
11975 * cris-tdep.c (cris_modes): Make it const char *const [].
11976 * filesystem.c (target_file_system_kinds): Likewise.
11977 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11978 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11979 (can_use_displaced_stepping_enum, scheduler_enums)
11980 (exec_direction_names): Likewise.
11981 * language.c (_initialize_language): Make the type_or_range_names and
11982 case_sensitive_names variables const char *const [].
11983 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11984 * python/python.c (python_excp_enums): Likewise.
11985 * remote.c (interrupt_sequence_modes): Likewise.
11986 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11987 * serial.c (logbase_enums): Likewise.
11988 * sh-tdep.c (sh_cc_enum): Likewise.
11989 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11991 * symtab.c (multiple_symbols_modes): Likewise.
11992 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11994 * utils.c (internal_problem_modes): Likewise.
11998 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11999 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12004 * configure.ac (with_python): Fix absolute path handling for win32.
12005 * configure: Regenerate.
12009 * symtab.c: Whitespace cleanup, no code changes.
12011 * symtab.c (lookup_symbol_in_language): Improve comment.
12012 (lookup_symbol_aux): Fix comment.
12014 * psymtab.c (add_psymbol_to_list): Result is now "void".
12015 * psympriv.h (add_psymbol_to_list): Update.
12017 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12021 Do not open script filenames twice.
12022 * cli/cli-cmds.c (source_script_from_stream): Pass to
12023 source_python_script also STREAM.
12024 * python/py-auto-load.c (source_section_scripts): Pass to
12025 source_python_script_for_objfile also STREAM.
12026 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12028 * python/python-internal.h (source_python_script_for_objfile): New
12029 parameter file, rename parameter file to filename.
12030 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12031 instead if !_WIN32. Update the function comment.
12032 (source_python_script, source_python_script_for_objfile)
12033 (source_python_script): New parameter file, rename parameter file to
12034 filename. Pass FILENAME to python_run_simple_file.
12035 * python/python.h (source_python_script): New parameter file, rename
12036 parameter file to filename.
12040 * corelow.c (core_has_fake_pid): Delete.
12041 (core_close): Delete references to `core_has_fake_pid'.
12042 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12043 (core_open): Delete references to `core_has_fake_pid'.
12044 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12045 the removed global.
12049 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12050 Remove language parameter from name_matcher. Adjust the comment.
12051 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12052 Remove language parameter.
12053 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12054 * linespec.c (iterate_name_matcher): Likewise.
12055 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12056 name_matcher. Adjust call accordingly.
12057 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12058 (maintenance_check_symtabs): Adjust type of parameter "fun".
12059 * psymtab.h (maintenance_check_symtabs): Likewise.
12063 * language.h (symbol_name_match_p_ftype): New typedef.
12064 (struct language_defn): Replace field la_symbol_name_compare
12065 by la_get_symbol_name_match_p.
12066 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12067 (ada_language_defn): Use it.
12068 * linespec.c (struct symbol_matcher_data): New type.
12069 (iterate_name_matcher): Rewrite.
12070 (iterate_over_all_matching_symtabs): Pass a pointer to
12071 a symbol_matcher_data struct to expand_symtabs_matching
12072 instead of just the lookup name.
12073 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12074 opencl-lang.c, p-lang.c, language.c: Delete field
12075 la_symbol_name_compare, and replace by NULL for new field
12076 la_get_symbol_name_match_p.
12077 * symfile.h (struct quick_symbol_functions): Update comment.
12081 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12087 * solib.c (update_solib_list): Update the program space's
12088 added_solibs and deleted_solibs fields.
12089 * progspace.h (struct program_space) <added_solibs,
12090 deleted_solibs>: New fields.
12091 (clear_program_space_solib_cache): Declare.
12092 * progspace.c (release_program_space): Call
12093 clear_program_space_solib_cache.
12094 (clear_program_space_solib_cache): New function.
12095 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12096 bpstat_stop_status. Use handle_solib_event.
12097 * breakpoint.c: Include gdb_regex.h.
12098 (print_solib_event): New function.
12099 (bpstat_print): Use print_solib_event.
12100 (bpstat_stop_status): Add special case for bp_shlib_event.
12101 (handle_solib_event): New function.
12102 (bpstat_what): Use handle_solib_event.
12103 (struct solib_catchpoint): New.
12104 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12105 (breakpoint_hit_catch_solib, check_status_catch_solib)
12106 (print_it_catch_solib, print_one_catch_solib)
12107 (print_mention_catch_solib, print_recreate_catch_solib): New
12109 (catch_solib_breakpoint_ops): New global.
12110 (catch_load_or_unload, catch_load_command_1)
12111 (catch_unload_command_1): New functions.
12112 (internal_bkpt_check_status): Add special case for
12114 (internal_bkpt_print_it): Use print_solib_event.
12115 (initialize_breakpoint_ops): Initialize
12116 catch_solib_breakpoint_ops.
12117 (_initialize_breakpoint): Register "catch load" and "catch
12119 * breakpoint.h (handle_solib_event): Declare.
12120 * NEWS: Add entry for "catch load" and "catch unload".
12124 * ada-lang.c: Include gdb_vecs.h.
12125 * charset.c: Include gdb_vecs.h.
12126 * tracepoint.h: Include gdb_vecs.h.
12127 * gdb_vecs.h: New file.
12131 * breakpoint.c (breakpoint_hit_catch_fork)
12132 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12133 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12134 * infrun.c (inferior_has_forked, inferior_has_vforked)
12135 (inferior_has_execd, inferior_has_called_syscall): Delete.
12136 (handle_syscall_event): Get syscall_number from the execution
12137 control state's wait status.
12138 (wait_for_inferior): Don't clear syscall_number.
12142 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12143 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12144 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12145 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12147 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12148 false for events other than TARGET_SIGNAL_TRAP.
12149 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12150 Add `ws' parameter.
12151 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12152 events other than TARGET_SIGNAL_TRAP.
12153 (tracepoint_breakpoint_hit): Add `ws' parameter.
12154 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12156 (bpstat_stop_status): Same.
12157 (pc_at_non_inline_function): Same.
12158 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12159 to pass the current event's waitstatus to bpstat_stop_status
12160 and pc_at_non_inline_function.
12165 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12166 Update the function comment for it.
12167 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12168 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12173 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12174 outside `bs->stop' block.
12175 (bpstat_what): Rework bp_shlib_event handling.
12176 (internal_bkpt_check_status): If the breakpoint is a
12177 bp_shlib_event, then set bs->stop and bs->print if
12178 stop_on_solib_events is set.
12182 Delete #if 0'd out code.
12183 * stack.c (print_frame_label_vars): Remove.
12184 (catch_info): Likewise.
12185 (_initialize_stack): Remove "info catch" command.
12186 * NEWS: Mention the above.
12190 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12192 (remote_notice_new_inferior): If the remote end doesn't support
12193 the multiprocess extensions, then the PID is fake.
12194 (add_current_inferior_and_thread): New.
12195 (remote_start_remote): Use it.
12196 (extended_remote_attach_1): Adjust.
12197 (extended_remote_create_inferior_1): Use
12198 add_current_inferior_and_thread.
12202 Fix watchpoints to be specific for each inferior.
12203 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12204 current_program_space.
12205 * i386-nat.c (i386_inferior_data_cleanup): New.
12206 (i386_inferior_data_get): Replace variable inf_data_local by an
12207 inferior_data call.
12208 (i386_use_watchpoints): Initialize i386_inferior_data.
12209 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12210 specific iterate_over_lwps.
12214 Fix watchpoints across inferior fork.
12215 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12216 comment for linux_nat_iterate_watchpoint_lwps.
12217 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12218 linux_nat_iterate_watchpoint_lwps.
12219 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12220 * i386-linux-nat.c (update_debug_registers_callback): Update the
12221 comment for linux_nat_iterate_watchpoint_lwps.
12222 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12223 linux_nat_iterate_watchpoint_lwps.
12224 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12225 * i386-nat.c: Include inferior.h.
12226 (dr_mirror): Remove.
12227 (i386_inferior_data, struct i386_inferior_data)
12228 (i386_inferior_data_get): New.
12229 (i386_debug_reg_state): Use i386_inferior_data_get.
12230 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12231 (i386_insert_watchpoint, i386_remove_watchpoint)
12232 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12233 (i386_remove_hw_breakpoint): New variable state, use
12234 i386_debug_reg_state instead of DR_MIRROR.
12235 * linux-nat.c (delete_lwp): New declaration.
12236 (num_lwps): Move here from downwards.
12237 (delete_lwp_cleanup): New.
12238 (linux_child_follow_fork): Create new child_lp, call
12239 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12241 (num_lwps): Move upwards.
12242 (linux_nat_iterate_watchpoint_lwps): New.
12243 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12244 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12252 * top.c (caution): Rename to ...
12253 (confirm): ... this.
12254 (show_caution): Rename to ...
12255 (show_confirm): ... this.
12256 (quit_cover): Adjust.
12257 (init_main): Adjust.
12258 * top.h (caution): Rename to ...
12259 (confirm): ... this.
12260 * utils.c (internal_vproblem, defaulted_query): Adjust.
12264 * top.c (caution): Update comment.
12265 (execute_command): Don't consider the current value of `caution'.
12269 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12273 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12274 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12275 * target.c (target_fileio_pwrite): Remove buffer address from
12277 (target_fileio_pread): Likewise.
12281 * NEWS: Document remote "info proc" and "generate-core-file".
12285 * gdbarch.sh (find_memory_regions): New callback.
12286 * gdbarch.c, gdbarch.h: Regenerate.
12288 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12289 callback before falling back to target method.
12291 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12292 (linux_target_install_ops): No longer install it.
12294 * linux-tdep.c (linux_find_memory_regions): New function.
12295 (linux_init_abi): Install it.
12299 * gdbarch.sh (make_corefile_notes): New architecture callback.
12300 * gdbarch.c: Regenerate.
12301 * gdbarch.h: Likewise.
12303 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12304 before target_make_corefile_notes. If NULL is returned, the
12305 target does not support core file generation.
12307 * linux-nat.c: Include "linux-tdep.h".
12308 (find_signalled_thread, find_stop_signal): Remove.
12309 (linux_nat_do_thread_registers): Likewise.
12310 (struct linux_nat_corefile_thread_data): Likewise.
12311 (linux_nat_corefile_thread_callback): Likewise.
12312 (iterate_over_spus): Likewise.
12313 (struct linux_spu_corefile_data): Likewise.
12314 (linux_spu_corefile_callback): Likewise.
12315 (linux_spu_make_corefile_notes): Likewise.
12316 (linux_nat_collect_thread_registers): New function.
12317 (linux_nat_make_corefile_notes): Replace contents by call to
12318 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12319 as native-only callback.
12321 * linux-tdep.h: Include "bfd.h".
12322 (struct regcache): Add forward declaration.
12323 (linux_collect_thread_registers_ftype): New typedef.
12324 (linux_make_corefile_notes): Add prototype.
12325 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12326 "regset.h", and "elf-bfd.h".
12327 (find_signalled_thread, find_stop_signal): New functions.
12328 (linux_spu_make_corefile_notes): Likewise.
12329 (linux_collect_thread_registers): Likewise.
12330 (struct linux_corefile_thread_data): New data structure.
12331 (linux_corefile_thread_callback): New funcion.
12332 (linux_make_corefile_notes): Likewise.
12333 (linux_make_corefile_notes_1): Likewise.
12334 (linux_init_abi): Install it.
12338 * gdbarch.sh (info_proc): New callback.
12339 * gdbarch.c, gdbarch.h: Regenerate.
12341 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12342 before falling back to the target info_proc callback.
12344 * linux-nat.c: Do not include "cli/cli-utils.h".
12345 (linux_nat_info_proc): Remove.
12346 (linux_target_install_ops): No longer install it.
12348 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12349 (read_mapping): New function.
12350 (linux_info_proc): Likewise.
12351 (linux_init_abi): Install it.
12355 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12356 * infcmd.c: (info_proc_cmd_1): New function.
12357 (info_proc_cmd): New function, moved here from equivalent routine
12358 orignally in linux-nat.c.
12359 (info_proc_cmd_mappings): Likewise.
12360 (info_proc_cmd_stat): Likewise.
12361 (info_proc_cmd_status): Likewise.
12362 (info_proc_cmd_cwd): Likewise.
12363 (info_proc_cmd_cmdline): Likewise.
12364 (info_proc_cmd_exe): Likewise.
12365 (info_proc_cmd_all): Likewise.
12366 (_initialize_infcmd): Install "info proc" command and subcommands.
12368 * target.h (struct target_ops): Add to_info_proc.
12369 (target_info_proc): Add prototype.
12370 * target.c (target_info_proc): New function.
12372 * procfs.c (procfs_info_proc): Add prototype.
12373 (info_proc_cmd): Rename into ...
12374 (procfs_info_proc): ... this. Update argument types as appropriate
12375 for a to_info_proc implementation. Handle "what" argument.
12376 (procfs_target): Install procfs_info_proc.
12377 (_initialize_procfs): No longer install "info proc" command.
12379 * linux-nat.c: (enum info_proc_what): Remove.
12380 (linux_nat_info_proc_cmd_1): Rename into ...
12381 (linux_nat_info_proc): ... this. Update argument types as appropriate
12382 for a to_info_proc implementation.
12383 (linux_nat_info_proc_cmd): Remove.
12384 (linux_nat_info_proc_cmd_mappings): Likewise.
12385 (linux_nat_info_proc_cmd_stat): Likewise.
12386 (linux_nat_info_proc_cmd_status): Likewise.
12387 (linux_nat_info_proc_cmd_cwd): Likewise.
12388 (linux_nat_info_proc_cmd_cmdline): Likewise.
12389 (linux_nat_info_proc_cmd_exe): Likewise.
12390 (linux_nat_info_proc_cmd_all): Likewise.
12391 (linux_target_install_ops): Install linux_nat_info_proc.
12392 (_initialize_linux_nat): No longer install "info proc" command
12397 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12398 * config.in, configure: Regenerate.
12400 * target.h (struct target_ops): Add to_fileio_readlink.
12401 (target_fileio_readlink): Add prototype.
12402 * target.c (target_fileio_readlink): New function.
12404 * inf-child.c: Conditionally include <sys/param.h>.
12405 (inf_child_fileio_readlink): New function.
12406 (inf_child_target): Install it.
12408 * remote.c (PACKET_vFile_readlink): New enum value.
12409 (remote_hostio_readlink): New function.
12410 (init_remote_ops): Install it.
12411 (_initialize_remote): Handle vFile:readlink packet type.
12416 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12417 * config.in, configure: Regenerate.
12419 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12420 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12421 (target_fileio_open): Add prototype.
12422 (target_fileio_pwrite): Likewise.
12423 (target_fileio_pread): Likewise.
12424 (target_fileio_close): Likewise.
12425 (target_fileio_unlink): Likewise.
12426 (target_fileio_read_alloc): Likewise.
12427 (target_fileio_read_stralloc): Likewise.
12429 * target.c: Include "gdb/fileio.h".
12430 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12431 (default_fileio_target): New function.
12432 (target_fileio_open): Likewise.
12433 (target_fileio_pwrite): Likewise.
12434 (target_fileio_pread): Likewise.
12435 (target_fileio_close): Likewise.
12436 (target_fileio_unlink): Likewise.
12437 (target_fileio_close_cleanup): Likewise.
12438 (target_fileio_read_alloc_1): Likewise.
12439 (target_fileio_read_alloc): Likewise.
12440 (target_fileio_read_stralloc): Likewise.
12442 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12443 <fcntl.h>, and <unistd.h>.
12444 (inf_child_fileio_open_flags_to_host): New function.
12445 (inf_child_errno_to_fileio_error): Likewise.
12446 (inf_child_fileio_open): Likewise.
12447 (inf_child_fileio_pwrite): Likewise.
12448 (inf_child_fileio_pread): Likewise.
12449 (inf_child_fileio_close): Likewise.
12450 (inf_child_fileio_unlink): Likewise.
12451 (inf_child_target): Install to_fileio routines.
12453 * remote.c (init_remote_ops): Install to_fileio routines.
12458 * remote.c (remote_multi_process_p): Only check for multi-process
12459 protocol feature, do not check for extended protocol.
12460 (remote_supports_multi_process): Check for extended protocol here.
12461 (set_general_process): Likewise.
12462 (extended_remote_kill): Likewise.
12463 (remote_pid_to_str): Likewise.
12464 (remote_query_supported): Always query multiprocess mode.
12469 * inferior.h (struct inferior): Add fake_pid_p.
12470 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12471 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12472 magic_null_ptid since the remote side doesn't provide a real PID.
12476 * NEWS: Combine the two Python sections.
12480 * target.h (target_close): Update comment on the target's unpush state.
12484 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12485 linux_nat_async directly instead of going through the target
12487 * target.c (unpush_target): Close target after unpushing it, not
12492 * mdebugread.c (sort_blocks): Replace integer constants with ones
12493 derived from FIRST_LOCAL_BLOCK.
12499 * symfile.c (find_separate_debug_file): New function.
12500 (terminate_after_last_dir_separator): Likewise.
12501 (find_separate_debug_file_by_debuglink): Also try realpath.
12502 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12503 * configure: Regenerate.
12504 * config.in: Regenerate.
12508 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12509 (main.o): Remove rule.
12510 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12511 (--with-sysroot): Rewrite.
12512 * configure: Regenerate.
12513 * config.in: Regenerate.
12517 * parse.c (initialize_expout): New function.
12518 (reallocate_expout): Likewise.
12519 (parse_exp_in_context): Use `initialize_expout' and
12520 `reallocate_expout' when appropriate.
12524 * record.c (struct record_breakpoint, record_breakpoint_p)
12525 (record_breakpoints): New.
12526 (record_insert_breakpoint, record_remove_breakpoint): Manage
12527 record breakpoints list. Only remove breakpoints from the
12528 inferior if they had been inserted there in the first place.
12532 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12533 if we know we don't have a file name to look for.
12537 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12538 the frame's stop reason is UNWIND_UNAVAILABLE.
12542 Fix compilation error.
12543 * m2-exp.y (yyerror): Use ANSI C prototype.
12547 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12548 (growbuf_by_size): Likewise.
12549 (yyerror): Likewise.
12550 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12551 (modblock): Remove variable (was #if 0'ed).
12552 (parse_number): Convert prototype from K&R to ANSI C.
12553 (yyerror): Likewise.
12554 * objc-exp.y (parse_number): Likewise.
12555 (yyerror): Likewise.
12556 (yylex): Remove #if 0'ed code.
12557 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12558 (yyerror): Likewise.
12563 * symtab.h (compare_filenames_for_search): Declare.
12564 * symtab.c (compare_filenames_for_search): New function.
12565 (iterate_over_some_symtabs): Use it.
12566 * symfile.h (struct quick_symbol_functions)
12567 <map_symtabs_matching_filename>: Change spec.
12568 * psymtab.c (partial_map_symtabs_matching_filename): Use
12569 compare_filenames_for_search. Update for new spec.
12570 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12571 compare_filenames_for_search. Update for new spec.
12572 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12577 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12578 (struct main_type) <flag_flag_enum>: New field.
12579 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12580 * NEWS: Add entries.
12581 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12583 * python/lib/gdb/printing.py (_EnumInstance): New class.
12584 (FlagEnumerationPrinter): Likewise.
12588 * breakpoint.c (create_sals_from_address_default): New function.
12589 (create_breakpoints_sal_default): Likewise.
12590 (decode_linespec_default): Likewise.
12591 (is_marker_spec): Removed.
12592 (strace_marker_p): New function.
12593 (init_breakpoint_sal): Using `strace_marker_p' instead of
12595 (create_breakpoint): Call method `create_sals_from_address' from
12596 breakpoint_ops, replacing code that created SALs conditionally
12597 on the type of the breakpoint. Call method `create_breakpoints_sal',
12598 replacing code that created breakpoints conditionally on the type
12600 (base_breakpoint_create_sals_from_address): New function.
12601 (base_breakpoint_create_breakpoints_sal): Likewise.
12602 (base_breakpoint_decode_linespec): Likewise.
12603 (base_breakpoint_ops): Add methods
12604 `base_breakpoint_create_sals_from_address',
12605 `base_breakpoint_create_breakpoints_sal' and
12606 `base_breakpoint_decode_linespec'.
12607 (bkpt_create_sals_from_address): New function.
12608 (bkpt_create_breakpoints_sal): Likewise.
12609 (bkpt_decode_linespec): Likewise.
12610 (tracepoint_create_sals_from_address): Likewise.
12611 (tracepoint_create_breakpoints_sal): Likewise.
12612 (tracepoint_decode_linespec): Likewise.
12613 (strace_marker_create_sals_from_address): Likewise.
12614 (strace_marker_create_breakpoints_sal): Likewise.
12615 (strace_marker_decode_linespec): Likewise.
12616 (strace_marker_breakpoint_ops): New variable.
12617 (addr_string_to_sals): Remove `marker_spec'. Call method
12618 `decode_linespec' from breakpoint_ops, replacing code that decoded
12619 an address string into a SAL. Use `strace_marker_p' instead of
12621 (strace_command): Decide whether we are dealing with a static
12622 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12623 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12624 * breakpoint.h (linespec_result, linespec_sals): New forward
12626 (breakpoint_ops) <create_sals_from_address>,
12627 <create_breakpoints_sal>, <decode_linespec>: New methods.
12631 * NEWS: Update text for "maint set python print-stack".
12632 It is deprecated in gdb 7.4 and deleted in 7.5.
12636 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12637 including curses.h.
12641 * configure: Regenerate.
12642 * config.in: Regenerate.
12647 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12648 (ANONYMOUS_UNION_NAME): Define.
12649 (is_path_expr_parent): New function.
12650 (get_path_expr_parent): New function.
12651 (is_anonymous_child): New function.
12652 (create_child_with_value): If the child is anonymous and without
12653 a name, assign an object name to it.
12654 (c_describe_child): Use get_path_expr_parent to determine
12655 the parent expression.
12656 If there field represents an anonymous struct or union and
12657 has no name, set an appropriate display name and expression.
12658 (cplus_describe_child): Likewise.
12662 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12663 available when %ebp is found to be zero (outermost).
12667 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12668 an internal gdb_static_assert.
12669 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12674 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12675 catch" and "catch throw".
12679 * blockframe.c (block_innermost_frame): Start search from selected
12680 frame, if present, or otherwise the current frame.
12682 * c-exp.y (variable): Update innermost_block for
12683 'block COLONCOLON NAME' clause.
12684 * m2-exp.y (variable): Ditto.
12685 * objc-exp.y (variable): Ditto.
12690 * python/python.c (finish_python_initialization): Set sys.argv.
12694 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12695 "want_line_info". All callers updated.
12696 (dwarf_decode_lines_1): New function.
12697 (handle_DW_AT_stmt_list): Add function comment.
12698 New arg "want_line_info". All callers updated.
12699 (read_file_scope,read_type_unit_scope): Move comment from
12700 handle_DW_AT_stmt_list to here.
12704 Fix regression after libiberty/ update for GCC PR 6057 and others.
12705 * c-exp.y (operator) <OPERATOR DELETE>
12706 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12707 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12708 (make_builtin_type, make_name): New variable i, add gdb_assert.
12709 (operator) <OPERATOR NEW>: Update ARGS to 3.
12710 (operator) <OPERATOR DELETE>: Add trailing space.
12711 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12712 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12713 * cp-support.c (cp_canonicalize_string): Check NULL from
12714 cp_comp_to_string, call warning and return.
12718 Fix duplicate .o files after omitting libbfd.a.
12719 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12720 (SFILES): Add corelow.c.
12721 (COMMON_OBS): Add corelow.o.
12722 (ALLDEPFILES): Remove corelow.c.
12723 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12724 * config/alpha/alpha-osf3.mh: Likewise.
12725 * config/alpha/fbsd.mh: Likewise.
12726 * config/arm/nbsdaout.mh: Likewise.
12727 * config/arm/nbsdelf.mh: Likewise.
12728 * config/i386/i386gnu.mh: Likewise.
12729 * config/ia64/hpux.mh: Likewise.
12730 * config/ia64/linux.mh: Likewise.
12731 * config/m32r/linux.mh: Likewise.
12732 * config/m68k/linux.mh: Likewise.
12733 * config/mips/irix5.mh: Likewise.
12734 * config/mips/irix6.mh: Likewise.
12735 * config/pa/hpux.mh: Likewise.
12736 * config/pa/linux.mh: Likewise.
12737 * config/powerpc/aix.mh: Likewise.
12738 * config/sparc/linux.mh: Likewise.
12739 * config/sparc/linux64.mh: Likewise.
12740 * config/sparc/sol2.mh: Likewise.
12741 * config/vax/vax.mh: Likewise.
12742 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12743 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12744 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12745 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12746 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12747 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12748 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12749 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12750 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12751 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12752 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12753 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12754 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12755 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12756 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12757 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12758 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12759 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12760 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12761 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12762 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12763 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12764 corelow.o from gdb_target_obs.
12765 * corefile.c (core_target): Update the comment on NULL value.
12766 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12767 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12768 MATCHES. Drop YUMMY set on NULL.
12769 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12770 reclaim CORE_DATA if it is already NULL.
12774 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12775 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12779 * breakpoint.c (wrapper.h): Don't include.
12783 * Makefile.in (SFILES): Remove wrapper.c.
12784 (HFILES_NO_SRCDIR): Remove wrapper.h.
12785 (COMMON_OBS): Remove wrapper.o.
12786 * cli/cli-interp.c: Don't inlude wrapper.h.
12787 * corelow.c: Likewise.
12788 (core_open): Replace gdb_target_find_new_threads with
12789 TRY_CATCH around target_find_new_threads.
12790 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12791 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12792 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12793 evaluate_expression.
12794 (varobj_set_value): Likewise for evaluate_expression and
12796 (install_new_variable): Likewise for value_fetch_lazy.
12797 (adjust_value_for_child_access): Likewise for value_ind.
12798 (c_describe_child): Likewise for value_subscript and
12800 (c_value_of_root): Likewise for evaluate_expression.
12801 * wrapper.c: Remove.
12802 * wrapper.h: Remove.
12806 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12807 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12808 "abfd" args with "section". All callers updated.
12809 Error checking code moved ...
12810 (error_check_comp_unit_head): ... here. New function.
12811 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12812 Delete arg "abfd". New arg "type_offset". All callers updated.
12813 (create_debug_types_hash_table): Simplify by using
12814 read_and_check_type_unit_head.
12816 * parser-defs.h (namecopy): Delete.
12817 * parse.c (namecopy, namecopy_size): Move into copy_name.
12821 Partially fix duplicate .o files after omitting libbfd.a.
12822 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12823 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12824 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12825 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12826 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12827 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12828 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12832 * MAINTAINERS: Update my email address.
12836 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12837 n_type_units. Rename type_comp_units to all_type_units.
12839 (add_signatured_type_cu_to_table): Renamed from
12840 add_signatured_type_cu_to_list. All callers updated.
12842 * gdbtypes.h (struct cplus_struct_type): Delete member
12843 nfn_fields_total. All uses removed.
12847 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12849 (dwarf2_find_comp_unit): Delete.
12850 (process_psymtab_comp_unit): Make result "void".
12851 Delete args buffer, info_ptr, buffer_size, and replace with
12852 "section". All callers updated.
12853 (dwarf2_build_psymtabs_hard): Simplify.
12858 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12859 before `struct gdb_exception'.
12860 * breakpoint.c (update_global_location_list_nothrow)
12861 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12862 * cp-abi.c (value_rtti_type): Likewise.
12863 * cp-support.c (cp_validate_operator): Likewise.
12864 * infrun.c (insert_exception_resume_breakpoint)
12865 (check_exception_resume, keep_going): Likewise.
12866 * mi-interp.c (mi_breakpoint_created)
12867 (mi_breakpoint_modified): Likewise.
12868 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12869 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12870 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12874 * dwarf2read.c (statement_prologue): Delete, unused.
12876 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12877 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12879 * dwarf2read.c (comp_unit_header): Delete, unused.
12883 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12884 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12888 * infrun.c (normal_stop): Don't skip calling the normal_stop
12889 observers if the thread was doing a multi-step, but stopped for
12890 some reason other than stepping.
12894 * cli/cli-decode.h: Add comments.
12895 (CMD_LIST_AMBIGUOUS): Moved to command.h
12896 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12897 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12898 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12899 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12900 (add_com, add_com_alias, add_info, add_info_alias)
12901 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12903 * command.h: Add and adjust comments.
12904 (CMD_LIST_AMBIGUOUS): Moved here.
12905 (help_cmd, help_cmd_list): Delete declarations.
12909 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12910 All callers updated.
12911 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12912 Replace all arguments with "per_cu". All callers updated.
12914 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12916 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12917 New arg "per_cu". All callers updated.
12919 Delete #if 0'd out code.
12920 * language.c (binop_result_type): Delete.
12921 (simple_type, ordered_type, same_type, integral_type): Delete.
12922 (numeric_type, character_type, string_type, boolean_type): Delete.
12923 (float_type, structured_type): Delete.
12924 * language.h: Update.
12928 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12932 * corefile.c (close_exec_file): Delete.
12933 (reopen_exec_file): Remove commented out code that seems related
12934 to close_exec_file, which is being deleted here.
12935 * inferior.h (close_exec_file): Delete.
12936 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12940 * ada-lang.c: #include "cli/cli-utils.h".
12941 (get_selections): Use skip_spaces.
12942 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12943 (catch_ada_exception_command_split): Use skip_spaces.
12944 (ada_decode_assert_location): Likewise.
12948 * linespec.c (decode_line_internal): Check for C++ or Java
12949 compound constructs only if the current language is C, C++
12957 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12958 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12960 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12961 fall through into AT_ENTRY_POINT.
12962 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12963 DUMMY_ADDR with it.
12964 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12965 PPC_INSN_SIZE skip to 3 times.
12969 * linespec.c (add_minsym): Preserve function descriptors.
12973 * breakpoint.c (all_locations_are_pending): Consider locations
12974 in program spaces executing during startup pending as well.
12978 Copyright year update in most files of the GDB Project.
12982 * copyright.sh: Delete.
12983 * copyright.py: Rewrite.
12987 * gnulib/extra/update-copyright: New file, imported from gnulib.
12991 * README (Copyright and License Notices): New section.
12996 * python/py-value.c (valpy_dereference, valpy_get_address
12997 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12998 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12999 (valpy_absolute, valpy_richcompare): Free intermediate values.
13003 * ada-lang.c: Reformat the copyright notice.
13007 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13008 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13009 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13010 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13011 Revert this part of:
13013 Build gdb directly from *.o files not using libgdb.a.
13014 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13018 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13019 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13020 Reformat the copyright header.
13024 Revert this part of:
13026 Remove the gdbtui binary.
13027 * gdb.c (main): Remove args.interpreter_p initialization.
13028 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13029 * main.h (struct captured_main_args): Remove interpreter_p.
13033 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13037 * top.c (print_gdb_version): Update copyright year.
13041 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13046 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13047 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13049 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13050 fall through into AT_ENTRY_POINT.
13051 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13052 DUMMY_ADDR with it.
13053 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13054 PPC_INSN_SIZE skip to 3 times.
13058 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13060 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13064 Build gdb directly from *.o files not using libgdb.a.
13065 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13066 (COMMON_OBS): Remove solib-target.o.
13067 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13068 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13069 (LIBGDB_OBS, libgdb.a): Move it above.
13070 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13071 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13072 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13073 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13074 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13075 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13076 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13077 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13078 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13079 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13080 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13081 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13082 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13083 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13084 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13085 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13086 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13087 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13088 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13089 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13090 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13091 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13092 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13093 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13094 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13095 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13096 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13100 Remove the gdbtui binary.
13101 * .gitignore (/gdbtui): Remove.
13102 * Makefile.in (TUI): Remove.
13103 (SUBDIR_TUI_OBS): Remove tui-main.o.
13104 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13105 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13106 (tui-main.o): Remove.
13107 (all_object_files): Remove tui-main.o.
13108 * NEWS: New note for the gdbtui removal.
13109 * configure: Rebuilt.
13110 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13111 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13112 CONFIG_UNINSTALL respectively.
13113 * gdb.c (main): Remove args.interpreter_p initialization.
13114 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13115 * main.h (struct captured_main_args): Remove interpreter_p.
13116 * tui/tui-main.c: Remove.
13120 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13121 (dwarf2_physname, read_import_statement): Ditto.
13122 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13123 (process_structure_scope read_subroutine_type): Ditto.
13124 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13125 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13126 (dwarf2_fetch_die_location_block): Ditto.
13127 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13129 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13130 All callers updated.
13131 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13132 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13133 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13135 * dwarf2read.c (load_cu): Move assert to more useful location.
13137 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13138 All callers updated.
13140 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13141 (dwarf2_elf_names): Minor reformat.
13142 (dwarf2_per_cu_data): Tweak comment.
13143 (dwarf2_read_section): Fix comment.
13144 (create_all_comp_units): Fix comment.
13145 (load_full_comp_unit): Fix comment.
13146 (process_full_comp_unit): Fix comment.
13147 (read_signatured_type): Fix comment.
13149 For older changes see ChangeLog-2011.
13155 version-control: never