1 2012-12-12 Tom Tromey <tromey@redhat.com>
3 * cli/cli-cmds.c (apropos_command): Now static.
5 2012-12-12 Tom Tromey <tromey@redhat.com>
7 * breakpoint.c (dprintf_command): Now static.
9 2012-12-12 Tom Tromey <tromey@redhat.com>
11 * Makefile.in (init.c): Declare initialize_all_files;
12 don't include call-cmds.h.
13 * call-cmds.h: Remove.
14 * symtab.c: Don't include call-cmds.h.
15 * top.c: Don't include call-cmds.h. Declare
18 2012-12-12 Tom Tromey <tromey@redhat.com>
20 * symfile.c (list_overlays_command, map_overlay_command)
21 (unmap_overlay_command): Now static.
23 2012-12-12 Tom Tromey <tromey@redhat.com>
25 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
26 "define", "while", and "if" commands.
27 * cli/cli-script.c (while_command, if_command, define_command)
28 (document_command): Now static.
29 (_initialize_cli_script): New function.
30 * cli/cli-script.h (while_command, if_command, define_command)
31 (document_command): Don't declare.
33 2012-12-12 Tom Tromey <tromey@redhat.com>
35 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
36 (init_cli_cmds): Move most code into new function.
38 2012-12-12 Tom Tromey <tromey@redhat.com>
40 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
41 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
44 2012-12-18 Joel Brobecker <brobecker@adacore.com>
46 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
47 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
48 * xcoffread.c (xcoff_get_core_n_import_files): New function.
49 (xcoff_get_n_import_files): New function.
50 * xcoffread.h (xcoffread.h): Add declaration.
51 * rs6000-aix-tdep.c: #include "xcoffread.h".
52 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
53 XCOFF executables that do not depend on any shared library.
54 * rs6000-lynx178-tdep.c: New file.
55 * configure.tgt: Add powerpc-*-lynx*178 handling.
56 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
57 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
59 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
61 * ui-file.c (ui_file): Add to_fseek.
62 (ui_file_new): Call set_ui_file_fseek.
63 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
64 stdio_file_fseek): New functions.
65 (stdio_file_new): Call set_ui_file_fseek.
66 * ui-file.h (ui_file_fseek_ftype): New typedef.
67 (set_ui_file_fseek, ui_file_fseek): New externs.
69 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
71 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
72 (set_ui_file_isatty): Change isatty to isatty_ptr.
73 (set_ui_file_rewind): Change rewind to rewind_ptr.
74 (set_ui_file_put): Change put to put_ptr.
75 (set_ui_file_write): Change write to write_ptr.
76 (set_ui_file_write_async_safe): Change write_async_safe to
78 (set_ui_file_read): Change read to read_ptr.
79 (set_ui_file_fputs): Change fputs to fputs_ptr.
80 (set_ui_file_data): Change delete to delete_ptr.
82 2012-12-18 Joel Brobecker <brobecker@adacore.com>
84 * solib-darwin.c (darwin_current_sos): Fix indentation.
85 (darwin_read_exec_load_addr): New function.
86 (darwin_solib_create_inferior_hook): Rebase executable.
87 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
88 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
90 2012-12-18 Joel Brobecker <brobecker@adacore.com>
92 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
93 * gnulib/import/errno.in.h: Import.
94 * gnulib/import/m4/errno_h.m4: Import.
95 * gnulib/aclocal.m4: Regenerate.
96 * gnulib/configure: Regenerate.
97 * gnulib/import/Makefile.am: Update.
98 * gnulib/import/Makefile.in: Update.
99 * gnulib/import/m4/gnulib-cache.m4: Update.
100 * gnulib/import/m4/gnulib-comp.m4: Update.
102 2012-12-18 Joel Brobecker <brobecker@adacore.com>
104 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
105 8d5bd1402003bd0153984b138735adf537d960b0.
106 * gnulib/aclocal.m4, configure, config.in: Regenerate.
107 * gnulib/import/m4/extern-inline.m4: Import.
108 * gnulib/import/wctype-h.c: Import.
109 * gnulib/import/Makefile.am: Update.
110 * gnulib/import/Makefile.in: Update.
111 * gnulib/import/alloca.in.h: Update.
112 * gnulib/import/extra/snippet/warn-on-use.h: Update.
113 * gnulib/import/localcharset.c: Update.
114 * gnulib/import/m4/fcntl-o.m4: Update.
115 * gnulib/import/m4/gnulib-cache.m4: Update.
116 * gnulib/import/m4/gnulib-comp.m4: Update.
117 * gnulib/import/m4/wctype_h.m4: Update.
118 * gnulib/import/stdbool.in.h: Update.
119 * gnulib/import/verify.h: Update.
120 * gnulib/import/wctype.in.h: Update.
122 2012-12-18 Joel Brobecker <brobecker@adacore.com>
124 * gnulib/update-gnulib.sh: Add call to autoheader.
126 2012-12-17 Tom Tromey <tromey@redhat.com>
128 * top.c (xgdb_verbose): Remove.
130 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
133 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
134 unused forward declarations.
135 (skip_file_command): Make variables symtab and filename targets const.
136 Use proper 0 vs. NULL constant everywhere.
137 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
138 Include empty line after declarations. Use GNU spacing in a comment.
139 Do not use strlen for end of string check.
140 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
142 (skip_enable_command, skip_disable_command, skip_delete_command)
143 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
144 (function_pc_is_marked_for_skip): Make variable filename target const.
145 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
147 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
148 NULL constant everywhere. Include empty line after declarations. Make
149 variable symtab target const. Do not use strlen for end of string
152 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
155 * breakpoint.c (clear_command): Remove variable sal_name_len and its
156 initialization, remove it from the compare_filenames_for_search call.
157 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
158 name_len and its initialization, remove it from the
159 compare_filenames_for_search calls.
160 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
161 * symtab.c (compare_filenames_for_search): Remove the search_len
162 parameter, update the function comment, new variable search_len
163 initialized from SEARCH_NAME.
164 (iterate_over_some_symtabs): Remove variable name_len and its
165 initialization, remove it from the compare_filenames_for_search calls.
166 * symtab.h (compare_filenames_for_search): Remove the search_len
169 2012-12-16 Joel Brobecker <brobecker@adacore.com>
171 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
172 (ALLDEPFILES): ... to there.
174 2012-12-15 Joel Brobecker <brobecker@adacore.com>
176 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
178 2012-12-15 Joel Brobecker <brobecker@adacore.com>
180 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
181 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
182 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
183 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
184 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
185 to gdb_target_obs for every target that uses rs6000-tdep.o.
186 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
187 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
188 or register_ppc_ravenscar_ops.
190 2012-12-15 Joel Brobecker <brobecker@adacore.com>
192 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
193 RAVENSCAR_SPARC_THREAD_H.
194 * sparc-ravenscar-thread.c: Rename all global entities
195 whose name is uses "ravenscar_sparc" as the prefix to use
196 "sparc_ravenscar" instead.
198 2012-12-15 Joel Brobecker <brobecker@adacore.com>
200 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
201 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
202 Adjust sparc-ravenscar-thread.h #include.
203 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
205 * Makefile.in: Replace ravenscar-sparc-thread with
206 sparc-ravenscar-thread throughout.
207 * configure.tgt: Likewise.
209 2012-12-15 Joel Brobecker <brobecker@adacore.com>
211 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
213 (ravenscar_ops): New gdbarch variable.
214 * gdbarch.h, gdbarch.c: Regenerate.
215 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
216 * ravenscar-thread.c (current_arch_ops): Delete.
217 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
219 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
220 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
221 (ravenscar_register_arch_ops): Delete.
222 * ravenscar-sparc-thread.h: New file.
223 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
224 (ravenscar_sparc_ops): Define value statically.
225 (_initialize_ravenscar_sparc): Delete.
226 (register_sparc_ravenscar_ops): New function.
227 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
228 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
229 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
230 ravenscar-sparc-thread.o.
231 (SFILES): Add ravenscar-thread.c.
232 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
233 (ALLDEPFILES): ravenscar-sparc-thread.c.
234 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
236 for all the targets that use sparc-tdep.o.
238 2012-12-15 Joel Brobecker <brobecker@adacore.com>
240 * ravenscar-thread.c (ravenscar_is_open): Delete.
241 (ravenscar_initialize): Move most of the code from here...
242 (ravenscar_inferior_created): ... to there. Invert logic.
243 (ravenscar_close): Delete.
244 (init_ravenscar_thread_ops): Remove setting of
245 ravenscar_ops.to_close.
247 2012-12-15 Joel Brobecker <brobecker@adacore.com>
249 * objfiles.c (init_entry_point_info): Move function from here...
250 * symfile.c (init_entry_point_info): ... to there. Make static.
251 * objfiles.h (objfiles.h): Delete declaration.
253 2012-12-15 Joel Brobecker <brobecker@adacore.com>
255 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
256 Remove call to init_entry_point_info. Add OBJFILE's
257 section_offsets and num_sections initialization. Add note
258 about entry info in the function documentation.
259 (syms_from_objfile): New function.
260 * coffread.c (coff_symfile_init): Remove call to
261 init_entry_point_info.
262 * machoread.c (macho_symfile_init): Likewise.
263 * xcoffread.c(xcoff_symfile_init): Likewise.
265 2012-12-15 Yao Qi <yao@codesourcery.com>
267 * remote-notif.c (_initialize_notif): Add new commands
268 'set debug notification' and 'show debug notification'.
269 * NEWS: Mention these new commands.
271 2012-12-15 Yao Qi <yao@codesourcery.com>
273 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
274 (SFILES): Add "remote-notif.c".
275 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
276 * remote-notif.c: New. Factored out from remote.c.
277 * remote-notif.h: New.
278 * remote.c: Include "remote-notif.h".
279 (stop_reply_xmalloc, do_stop_reply_xfree):
280 (remote_parse_stop_reply, remote_get_pending_stop_replies):
281 (remote_async_get_pending_events_handler): Remove declarations.
282 (remote_parse_stop_reply): Declare.
283 (pending_stop_reply): Remove.
284 (remote_async_get_pending_events_token): Move to
286 (remote_close): Replace 'delete_async_event_handler' with
287 remote_notif_unregister_async_event_handler.
288 Don't call discard_pending_stop_replies.
289 (remote_start_remote): Replace code with remote_notif_parse
290 and remote_notif_get_pending_replies.
291 (remote_open_1): Replace 'create_async_event_handler' with
292 remote_notif_register_async_event_handler.
293 (extended_remote_attach_1): Call remote_notif_parse and
294 notif_stop_reply_push.
295 (struct stop_reply) <next>: Remove.
298 (stop_reply_queue): Change its type.
299 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
300 (remote_notif_remove_all): New.
301 (discard_pending_stop_replies): Update.
302 (remote_notif_stop_ack, stop_reply_dtr): New.
303 (remote_notif_stop_alloc_event): New.
304 (notif_client_stop): New variable.
305 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
306 (queued_stop_reply, peek_stop_reply): Adjust.
307 (remote_get_pending_stop_replies): Rename to
308 remote_notif_get_pending_events.
309 (handle_notification): Move to remote-notif.c.
310 (remote_async_get_pending_events_handler): Likewise.
311 (remote_wait_as): Adjust to call remote_notif_parse.
312 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
313 Return minus_one_ptid early if gets a notification.
314 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
315 (_initialize_remote): Call QUEUE_alloc. Update caller.
316 (remote_resume): Call 'remote_notif_process' in all-stop mode.
317 * remote.h: Include "remote-notif.h".
318 (remote_notif_get_pending_replies): Declare.
320 2012-12-15 Yao Qi <yao@codesourcery.com>
322 * remote.c (discard_pending_stop_replies): Update declaration.
323 (remote_detach_1, extended_remote_mourn_1): Likewise.
324 (discard_pending_stop_replies): Change parameter from PID to
326 (remote_close): Update caller.
327 (_initialize_remote): Attach discard_pending_stop_replies to
328 inferior_exit observer.
330 2012-12-15 Yao Qi <yao@codesourcery.com>
332 * remote.c (getpkt_or_notif_sane): Add one more argument in
334 (getpkt_or_notif_sane_1): Add one more argument.
335 (getpkt_sane): Update caller.
336 (getpkt_or_notif_sane): Likewise. Update call
337 togetpkt_or_notif_sane_1.
338 (remote_wait_ns): Update caller.
340 2012-12-15 Yao Qi <yao@codesourcery.com>
341 Doug Evans <dje@google.com>
343 * common/queue.h: New.
345 2012-12-15 Yao Qi <yao@codesourcery.com>
347 * breakpoint.c (print_one_breakpoint_location): Display the
348 state of 'installed' of each non-pending location of a tracepoint
350 (download_tracepoint_locations): Notify 'breakpoint-modified'
351 observer if any tracepoint location is downloaded.
352 * tracepoint.c (start_tracing): Likewise.
353 (merge_uploaded_tracepoints): Record all modified
354 tracepoints and notify 'breakpoint-modified' observer for them.
356 * NEWS: Mention the change for CLI and MI.
358 2012-12-15 Yao Qi <yao@codesourcery.com>
360 * breakpoint.c (download_tracepoint_locations): Iterate over
361 ALL_TRACEPOINTS first and then iterate over locations of
364 2012-12-14 Pierre Muller <muller@sourceware.org>
365 Pedro Alves <palves@redhat.com>
367 * solib-target.c (solib_target_current_sos): Remove 'const'
368 qualifier from type of library_document local variable to be
369 able to free it and avoid a memory leak.
370 Use cleanup chain to avoid leak even if exceptino is generated.
372 2012-12-14 Tom Tromey <tromey@redhat.com>
375 * symtab.c (lookup_symbol_aux): If constructor is found, consider
376 returning the type instead.
377 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
380 2012-12-14 Tom Tromey <tromey@redhat.com>
382 Partial fix for PR c++/14160:
383 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
384 * dwarf2read.c (dwarf2_is_constructor): New function.
385 (dwarf2_add_member_fn): Use it.
386 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
387 TYPE_FN_FIELD_CONSTRUCTOR.
388 * jv-typeprint.c (java_type_print_base): Use
389 TYPE_FN_FIELD_CONSTRUCTOR.
390 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
392 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
394 2012-12-14 Tom Tromey <tromey@redhat.com>
396 * c-exp.y (block, variable, name_not_typename, lex_one_token,
397 classify_name): Update.
398 * c-valprint.c (c_val_print): Update.
399 * f-exp.y (yylex): Update.
400 * go-exp.y (package_name_p, classify_packaged_name)
401 (classify_name): Update.
402 * jv-exp.y (push_variable): Update.
403 * m2-exp.y (variable): Update.
404 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
405 * p-exp.y (block, variable, yylex): Update.
406 * p-valprint.c (pascal_val_print): Update.
407 * parse.c (write_dollar_variable): Update.
408 * printcmd.c (address_info): Update.
409 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
410 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
411 (lookup_symbol): Change type of 'is_a_field_of_this'.
412 (check_field): Add 'is_a_field_of_this' argument.
413 * symtab.h (struct field_of_this_result): New.
414 (lookup_symbol, lookup_symbol_in_language): Update.
416 2012-12-14 Tom Tromey <tromey@redhat.com>
418 * symtab.c (check_field): Now static. Move from...
419 * valops.c (check_field): ... here. Remove.
420 * value.h (check_field): Don't declare.
422 2012-12-14 Tom Tromey <tromey@redhat.com>
424 * NEWS: Mention "info proc" and core files.
425 * corelow.c (core_info_proc): New function.
426 (init_core_ops): Set to_info_proc.
427 * gdbarch.c, gdbarch.h: Rebuild.
428 * gdbarch.sh (core_info_proc): New method.
429 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
430 * linux-tdep.c (linux_core_info_proc_mappings)
431 (linux_core_info_proc): New functions.
432 (linux_find_memory_region_ftype): New typedef.
433 (linux_find_memory_regions_full): New function, from
434 linux_find_memory_regions.
435 (struct linux_find_memory_regions_data): New.
436 (linux_find_memory_regions_thunk): New function.
437 (linux_find_memory_regions): Rewrite.
438 (struct linux_make_mappings_data): New.
439 (linux_make_mappings_callback)
440 (linux_make_mappings_corefile_notes): New functions.
441 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
442 (linux_init_abi): Call set_gdbarch_core_info_proc.
443 * target.c (target_info_proc): Return 'int'.
444 * target.h (target_info_proc): Update.
446 2012-12-14 Pierre Muller <muller@sourceware.org>
448 * windows-nat.c (windows_xfer_shared_libraries): Avoid
449 memory leak when OFFSET >= LEN_AVAIL.
451 2012-12-13 Tom Tromey <tromey@redhat.com>
453 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
455 2012-12-13 Tom Tromey <tromey@redhat.com>
457 * acinclude.m4 (CY_AC_C_WORKS): Remove.
459 2012-12-13 Pierre Muller <muller@sourceware.org>
461 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
462 local variable and zero terminate it to avoid possible problems
465 2012-12-13 Pedro Alves <palves@redhat.com>
467 * coff-pe-read.c: Include coff/internal.h.
468 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
469 Null terminate buffer explicitly instead of memset the whole
472 2012-12-13 Pierre Muller <muller@sourceware.org>
474 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
475 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
476 for already defined macros.
478 2012-12-13 Pierre Muller <muller@sourceware.org>
480 * coff-pe-read.h (pe_text_section_offset): Declare new function.
481 * coff-pe-read.c (debug_coff_pe_read): New static variable.
482 (struct read_pe_section_data): Add section_name field.
483 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
484 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
485 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
486 (get_pe_section_index): New function.
487 (struct pe_sections_info): New type.
488 (get_section_vmas): Use new struct pe_sections_info.
489 (add_pe_exported_sym): Handle unnamed exported function.
490 (add_pe_forwarded_sym): New function.
491 (read_pe_truncate_name): Truncate at last dot.
492 (pe_as16): New function.
493 (read_pe_exported_syms): Use ordinal of function to
494 retrieve correct RVA address of function and handle
496 (pe_text_section_offset): New function.
497 (show_debug_coff_pe_read): New function.
498 (_initialize_coff_pe_read): New function adding
499 'set/show debug coff_pe_read' commands.
501 * windows-tdep.c (windows_xfer_shared_library): Use
502 pe_text_section_offset function instead of possibly wrong
503 0x1000 constant for .text sextion offset.
505 2012-12-13 Pedro Alves <palves@redhat.com>
507 * gdbarch.sh (do_read): Set IFS to blank.
509 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
511 * NEWS: Mention the -catch-load/-catch-unload MI commands.
513 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
515 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
516 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
517 * breakpoint.c (add_solib_catchpoint): New function that
518 can be used by both CLI and MI, factored out from
519 catch_load_or_unload.
520 (catch_load_or_unload): Strip it down and make it use the
521 new add_solib_catchpoint.
522 * breakpoint.h (add_solib_catchpoint): Declare it.
523 * mi/mi-cmd-break.h: New file.
524 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
525 (setup_breakpoint_reporting): New function used for both
526 catchpoints and breakpoints.
527 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
528 * mi/mi-cmd-catch.c: New file.
529 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
531 * mi/mi-cmds.h: Declare the handlers for -catch-load and
534 2012-11-28 Tom Tromey <tromey@redhat.com>
536 * dbxread.c (read_dbx_symtab): Update.
537 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
538 (read_ofile_symtab): Add 'objfile' argument.
539 * dwarf2read.c (process_psymtab_comp_unit_reader)
540 (build_type_psymtabs_reader): Update.
541 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
542 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
544 (parse_procedure, parse_partial_symbols): Update.
545 (psymtab_to_symtab_1): Add 'objfile' argument.
546 * psympriv.h (struct partial_symtab) <objfile>: Remove.
547 <read_symtab>: Add 'objfile' argument.
548 (sort_pst_symbols, discard_psymtab): Update.
549 * psymtab.c (partial_map_expand_apply): Update.
550 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
551 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
552 (find_pc_sect_psymbol): Add 'objfile' argument.
553 (lookup_symbol_aux_psymtabs): Update.
554 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
555 Add 'objfile' argument.
556 (find_last_source_symtab_from_partial, dump_psymtab)
557 (dump_psymtabs_for_objfile, read_symtabs_for_function)
558 (expand_partial_symbol_tables, read_psymtabs_with_filename)
559 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
560 (expand_symtabs_matching_via_partial): Update.
561 (sort_pst_symbols): Add 'objfile' argument.
562 (allocate_psymtab): Update.
563 (discard_psymtab): Add 'objfile' argument.
564 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
565 * stabsread.h (end_psymtab): Update.
566 * xcoffread.c (this_symtab_objfile): New global.
567 (process_linenos, enter_line_range, xcoff_next_symbol_text):
569 (read_xcoff_symtab): Add 'objfile' argument.
570 (read_symbol, read_symbol_lineno): Update.
571 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
572 (xcoff_end_psymtab): Add 'objfile' argument.
573 (scan_xcoff_symtab): Update.
575 2012-12-12 Paul Koning <paul_koning@dell.com>
577 Add support for Python 3.
578 * NEWS: Mention Python 3 support.
579 * varobj.c (value_get_print_value): Use
580 python_string_to_target_string.
581 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
583 * python/py-breakpoint.c: Ditto.
584 * python/py-cmd.c: Ditto.
585 * python/py-event.c: Ditto.
586 * python/py-event.h: Ditto.
587 * python/py-evtregistry.c: Ditto.
588 * python/py-finishbreakpoint.c: Ditto.
589 * python/py-frame.c: Ditto.
590 * python/py-function.c: Ditto.
591 * python/py-infthread.c: Ditto.
592 * python/py-lazy-string.c: Ditto.
593 * python/py-progspace.c: Ditto.
594 * /python/py-symbol.c: Ditto.
595 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
596 initialization for Python 3.
597 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
599 (infpy_read_memory): Return memoryview object if Python 3.
600 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
601 (infpy_search_memory): Ditto.
602 (get_buffer): New function for Python 3.
603 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
605 (objfpy_dealloc): Use Py_TYPE to call tp_free.
606 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
608 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
610 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
611 instead of PyString methods if Python 3.
612 (print_children): Skip push_dummy_python_frame call if Python 3.
613 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
615 (salpy_dealloc): Use Py_TYPE to call tp_free.
616 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
618 (field_dealloc): Use Py_TYPE to call tp_free.
619 (typy_dealloc): Ditto.
620 (type_object_as_number): Adjust struct initializations for
621 differences in layout for Python 2 vs. Python 3.
622 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
623 string case for Python 3.
624 (unicode_to_encoded_python_string): Shorten code (no functional
626 (python_string_to_target_python_string): Comment that in Python 3
627 returned value is a Python "bytes" type.
628 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
629 (gdb_py_object_from_longest): Omit non-long integer case in Python
631 (gdb_py_object_from_ulongest): Ditto.
632 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
634 (valpy_dealloc): Use Py_TYPE to call tp_free.
635 (valpy_int): Omit function if Python 3.
636 (convert_value_from_python): Use "%S" format (Python object as a
638 (value_object_as_number): Adjust struct initializations for
639 differences in layout for Python 2 vs. Python 3.
640 * python/python-config.py: Adjust syntax for Python 3
642 Include "sys.abiflags" string as part of python library name, if
643 that attribute exists (Python 3).
644 * python/python-internal.h (IS_PY3): Define if Python 3.
645 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
646 placeholder value if Python 3.
647 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
648 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
649 analogous Python 3 API function if Python 3.
650 (PyVarObject_HEAD_INIT): Define if not already defined.
652 * python/python.c (eval_python_command): Omit Py_FlushLine call if
654 Check return values of all Python API calls for error.
655 Supply dummy "python" and "python-interactive" commands if Python
656 initialization failed.
657 (_initialize_python): Convert argc to wchar_t** if Python 3.
658 Add module initialization for Python 3.
659 (finish_python_initialization): Pass wchar_t * argument to
660 PySys_SetPath if Python 3.
661 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
662 (_GdbFile): New class for common output file behavior.
663 (GdbOutFile): Subclass from _GdbFile.
664 (GdbOutputErrorFile): Ditto.
665 (auto_load_packages): Adjust syntax for Python 3 compatibility.
666 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
667 * python/lib/gdb/prompt.py: Use sorted() function rather than
669 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
670 Adjust syntax for Python 3 compatibility.
671 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
672 rather than sort() method.
673 Adjust syntax for Python 3 compatibility.
674 * python/lib/gdb/command/type_printers.py: Ditto.
675 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
676 value is a memoryview object if Python 3.
678 2012-12-12 Tom Tromey <tromey@redhat.com>
680 * coffread.c (coff_objfile_data_key): New global.
681 (coff_symfile_init): Use set_objfile_data.
682 (coff_symfile_read): Use objfile_data.
683 (coff_symfile_finish): Don't free deprecated_sym_private.
684 (coff_free_info): New function.
685 (_initialize_coffread): Initialize coff_objfile_data_key.
686 * mdebugread.c (pending_list): Update comment.
687 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
688 * symfile.c (reread_symbols): Don't mention
689 deprecated_sym_private.
690 * xcoffread.c (xcoff_objfile_data_key): New global.
691 (XCOFF_DATA): New macro.
692 (process_linenos, enter_line_range, xcoff_next_symbol_text)
693 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
695 (xcoff_new_init) Use set_objfile_data.
696 (xcoff_symfile_finish): Don't free deprecated_sym_private.
697 (init_stringtab, swap_sym, scan_xcoff_symtab)
698 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
699 (xcoff_free_info): New function.
700 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
702 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
704 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
706 2012-12-12 Tom Tromey <tromey@redhat.com>
708 * coffread.c (coff_symfile_init): Use set_objfile_data.
709 (coff_symfile_read): Use DBX_SYMFILE_INFO.
710 * dbxread.c (dbx_objfile_data_key): New global.
711 (dbx_symfile_init): Use set_objfile_data.
712 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
713 (dbx_free_symfile_info): New function.
714 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
716 (stabsect_build_psymtabs): Use set_objfile_data.
717 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
718 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
720 (free_elfinfo): Use DBX_SYMFILE_INFO.
721 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
722 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
723 * gdb-stabs.h (dbx_objfile_data_key): Declare.
724 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
725 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
726 * somread.c (som_symfile_finish): Don't free
727 deprecated_sym_stab_info.
729 2012-12-12 Joel Brobecker <brobecker@adacore.com>
731 * gdbarch.sh (software_single_step): Remove trailing space in
732 comment (gdbarch.h is already correct).
734 2012-12-11 Tom Tromey <tromey@redhat.com>
736 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
738 2012-12-11 Tom Tromey <tromey@redhat.com>
740 * dsrec.c (report_transfer_performance): Don't declare.
741 (load_srec): Use gettimeofday, print_transfer_performance.
742 * symfile.c (report_transfer_performance): Remove.
744 2012-12-11 Pedro Alves <pedro@codesourcery.com>
745 Pedro Alves <palves@redhat.com>
747 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
749 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
750 differently from LWP IDs.
752 2012-12-11 Pedro Alves <palves@redhat.com>
754 * configure.ac (detect type of /proc): Remove Unixware handling.
755 * configure: Regenerate.
756 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
757 (ioctl_table) [PCRESET]: Remove entry.
758 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
759 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
760 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
761 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
762 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
763 Unixware in comments throughout.
764 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
765 and remove mention of Unixware.
767 2012-12-10 Doug Evans <dje@google.com>
769 * dwarf2read.c (dwarf2_cu): Enhance comment.
770 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
772 (dwarf2_record_block_ranges): Ditto.
774 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
776 * symtab.c (find_pc_sect_symtab): Add comment.
778 2012-12-10 Tom Tromey <tromey@redhat.com>
780 * defs.h: Don't check for definition of LONGEST.
781 (min, max): Remove duplicates.
783 2012-12-10 Tom Tromey <tromey@redhat.com>
785 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
786 (dwarf2_fetch_die_loc_cu_off): Rename from
787 dwarf2_fetch_die_location_block. Rewrite to use
788 dwarf2_fetch_die_loc_sect_off.
789 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
790 (dwarf2_fetch_die_loc_cu_off): Rename.
791 * dwarf2loc.c (indirect_pieced_value): Use
792 dwarf2_fetch_die_loc_sect_off.
793 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
795 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
796 * dwarf2expr.c (add_piece): Update.
797 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
799 2012-12-10 Tom Tromey <tromey@redhat.com>
801 * buildsym.c (struct pending_block): Move from buildsym.h.
802 (pending_blocks): Likewise; now static.
803 (pending_block_obstack): New global.
804 (free_pending_blocks): Free blocks.
805 (record_pending_block): Use pending_block_obstack.
806 * buildsym.h (struct pending_block): Move definition to
808 (pending_blocks): Don't declare.
810 2012-12-10 Pedro Alves <palves@redhat.com>
812 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
813 dead SCO code, and adjust function description comment.
815 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
817 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
818 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
820 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
821 * dwarf2read.c (extract_cu_value): Remove the function.
822 (create_cus_from_index_list): Make the return type void, inline the
823 extract_cu_value caller, include new gdb_static_assert.
824 (create_cus_from_index): Make the return type void, update the function
825 comment, update the create_cus_from_index_list caller.
826 (create_signatured_type_table_from_index): Make the return type void,
827 inline the extract_cu_value caller, include new gdb_static_assert.
828 (dwarf2_read_index): Update the create_cus_from_index and
829 create_signatured_type_table_from_index caller.
830 * printcmd.c (ui_printf): Remove conditionalizations for
832 * config.in: Regenerate.
833 * configure: Regenerate.
835 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
837 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
838 Update the comment for checked_producer.
839 (check_producer): New forward declaration.
840 (producer_is_gcc_lt_4_3): New function.
841 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
842 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
844 2012-12-07 Tom Tromey <tromey@redhat.com>
846 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
848 * c-exp.y (typebase): Add completion productions.
849 * completer.c (expression_completer): Handle tag completion.
850 * expression.h (parse_expression_for_completion): Add argument.
851 * f-lang.c (f_make_symbol_completion_list): Add 'code'
853 * language.h (struct language_defn)
854 <la_make_symbol_completion_list>: Add 'code' argument.
855 * parse.c (expout_tag_completion_type, expout_completion_name):
857 (mark_struct_expression): Add assertion.
858 (mark_completion_tag): New function.
859 (parse_exp_in_context): Initialize new globals.
860 (parse_expression_for_completion): Add 'code' argument. Handle
862 * parser-defs.h (mark_completion_tag): Declare.
863 * symtab.c (default_make_symbol_completion_list_break_on): Add
864 'code' argument. Update.
865 (default_make_symbol_completion_list): Add 'code' argument.
866 (make_symbol_completion_list): Update.
867 (make_symbol_completion_type): New function.
868 * symtab.h (default_make_symbol_completion_list_break_on)
869 (default_make_symbol_completion_list): Update.
870 (make_symbol_completion_type): Declare.
872 2012-12-07 Tom Tromey <tromey@redhat.com>
874 * expression.h (parse_expression_for_completion): Rename
875 from parse_field_expression.
876 (parse_completion): Rename from in_parse_field.
877 * c-exp.y (lex_one_token): Update.
878 * completer.c (expression_completer): Update.
879 * go-exp.y (lex_one_token): Update.
880 * p-exp.y (yylex): Update.
881 * parse.c (parse_completion): Rename from in_parse_field.
882 (parse_exp_in_context): Update.
883 (parse_expression_for_completion): Rename from
884 parse_field_expression. Update.
886 2012-12-07 Tom Tromey <tromey@redhat.com>
888 * typeprint.c (_initialize_typeprint): Set completer
889 for "whatis" and "ptype".
891 2012-12-07 Joel Brobecker <brobecker@adacore.com>
893 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
894 "sim/common/cgen-fpu.h". Remove invalid entries
895 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
896 which actually have an FSF copyright header.
898 2012-12-07 Joel Brobecker <brobecker@adacore.com>
900 * osf-share/AT386/cma_thread_io.h: Delete.
901 * osf-share/HP800/cma_thread_io.h: Delete.
902 * osf-share/README: Delete.
903 * osf-share/RIOS/cma_thread_io.h: Delete.
904 * osf-share/cma_attr.h: Delete.
905 * osf-share/cma_deb_core.h: Delete.
906 * osf-share/cma_debug_client.h: Delete.
907 * osf-share/cma_errors.h: Delete.
908 * osf-share/cma_handle.h: Delete.
909 * osf-share/cma_init.h: Delete.
910 * osf-share/cma_list.h: Delete.
911 * osf-share/cma_mutex.h: Delete.
912 * osf-share/cma_sched.h: Delete.
913 * osf-share/cma_semaphore_defs.h: Delete.
914 * osf-share/cma_sequence.h: Delete.
915 * osf-share/cma_stack.h: Delete.
916 * osf-share/cma_stack_int.h: Delete.
917 * osf-share/cma_tcb_defs.h: Delete.
918 * osf-share/cma_util.h: Delete.
919 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
921 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
922 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
923 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
925 2012-12-06 Pedro Alves <palves@redhat.com>
926 Tom Tromey <tromey@redhat.com>
928 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
930 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
933 * mi/mi-cmd-var.c (varobj_update_one): Take value of
934 attribute "dynamic" and "displayhint" from printed child,
935 not the root variable.
937 2012-12-06 Joel Brobecker <brobecker@adacore.com>
939 * aix-thread.c (getthrds): Fix type of 4th parameter.
940 (get_signaled_thread): Change type of variable ktid to tid_t.
942 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
944 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
945 value of get_frame_block.
947 2012-12-05 Pierre Muller <muller@sourceware.org>
949 Avoid memory leaks on struct cmd_list_element.doc field.
950 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
951 if flags contains DOC_ALLOCATED.
952 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
954 (delete_cmd): Handle DOC_ALLOCATED flag.
955 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
956 in flags filed of struct cmd_list_element.
957 (struct cmd_list_element): Document new flag item.
959 2012-12-04 Doug Evans <dje@google.com>
961 * symmisc.c: Whitespace fixes.
963 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
965 * i386-tdep.c (i386_skip_prologue): Using symbol table
966 to find the end of prologue for clang compiled binaries.
967 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
968 to find the end of prologue for clang compiled binaries.
970 2012-12-03 Doug Evans <dje@google.com>
972 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
973 (dw2_find_symbol_file): Delete unused local file_data.
975 2012-12-03 Tom Tromey <tromey@redhat.com>
977 * ada-exp.y (write_object_renaming, write_var_or_type)
978 (write_ambiguous_var, write_var_from_sym): Make blocks const.
979 * ada-lang.c (replace_operator_with_call)
980 (find_old_style_renaming_symbol): Make blocks const.
981 * ada-lang.h (ada_find_renaming_symbol): Update.
982 (struct ada_symbol_info) <block>: Now const.
983 * breakpoint.c (watch_command_1): Update.
984 * breakpoint.h (struct watchpoint) <exp_valid_block,
985 cond_exp_valid_block>: Now const.
986 * c-exp.y (classify_inner_name, classify_name): Make block
988 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
990 * expression.h (innermost_block, parse_exp_1): Update.
991 (union exp_element) <block>: Now const.
992 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
993 (lookup_struct): Make block argument const.
994 * gdbtypes.h (lookup_template_type): Update.
995 * go-exp.y (classify_name, classify_packaged_name)
996 (package_name_p): Make block argument const.
997 * objc-lang.c (lookup_struct_typedef): Make block argument const.
998 * objc-lang.h (lookup_struct_typedef): Update.
999 * parse.c (parse_exp_in_context, parse_exp_1)
1000 (write_exp_elt_block): Make block arguments const.
1001 (expression_context_block, innermost_block): Now const.
1002 * parser-defs.h (write_exp_elt_block): Update.
1003 (expression_context_block, innermost_block, block_found): Now
1005 * printcmd.c (struct display) <block>: Now const.
1006 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1007 * valops.c (address_of_variable): Make block argument const.
1008 * value.h (value_of_variable): Update.
1009 * varobj.c (struct varobj_root) <valid_block>: Now const.
1011 2012-11-30 Yao Qi <yao@codesourcery.com>
1013 * breakpoint.c (print_one_breakpoint_location): Indent code.
1015 2012-11-30 Yao Qi <yao@codesourcery.com>
1017 * breakpoint.c (print_one_breakpoint_location): Combine two
1018 blocks handling 'hit count' together.
1020 2012-11-30 Yao Qi <yao@codesourcery.com>
1022 * infrun.c (error_is_running, ensure_not_running): Move them
1024 * infcmd.c (error_is_running, ensure_not_running): ... here.
1026 * inferior.h: Remove declarations of error_is_running and
1029 2012-11-30 Yao Qi <yao@codesourcery.com>
1031 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1034 2012-11-30 Yao Qi <yao@codesourcery.com>
1036 * infrun.c: Make the declaration of 'init_infwait_state'
1038 (init_infwait_state): Make it 'static'.
1040 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1042 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1043 return value to void to avoid compiler warning.
1045 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1047 * opencl-lang.c (opencl_print_type): New function.
1048 (opencl_language_arch_info): Install it.
1050 2012-11-29 Tom Tromey <tromey@redhat.com>
1052 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1054 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1055 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1057 2012-11-29 Jerome Guitton <guitton@adacore.com>
1059 * ada-lang.c (ada_is_interface_tag): New function.
1060 (ada_is_ignored_field): Add interface tags to the list
1063 2012-11-29 Jerome Guitton <guitton@adacore.com>
1065 * ada-lang.h (ada_tag_value_at_base_address): New function
1067 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1069 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1070 relocate the class-wide value if need be.
1071 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1072 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1073 before dereferencing it.
1074 * ada-valprint.c (ada_val_print_1): Relocate to base address
1075 before displaying the content of an interface-wide ref.
1077 2012-11-29 Jerome Guitton <guitton@adacore.com>
1079 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1081 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1085 2012-11-29 Yao Qi <yao@codesourcery.com>
1086 Tom Tromey <tromey@redhat.com>
1088 * eval.c (evaluate_subexp_standard): Get the correct pointer
1089 type for TYPE_CODE_MEMBERPTR.
1091 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1093 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1094 since now it is being done by binutils' powerpc_init_dialect().
1096 2012-11-28 Tom Tromey <tromey@redhat.com>
1099 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1100 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1102 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1103 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1104 (gdb_bfd_openr_next_archived_file): Use it.
1106 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1108 * configure.ac: Check for linux/perf_event.h.
1109 * config.in: Regenerated.
1110 * configure: Regenerated.
1112 2012-11-28 Yao Qi <yao@codesourcery.com>
1114 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1115 abbreviate 'delete tracepoints' to 'delete tr'.
1116 * corefile.c (_initialize_core): Call add_alias_cmd to
1117 abbreviate 'set gnutarget' to 'set g'.
1118 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1119 'show convenience' to 'show conv'.
1121 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1123 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1124 call to sparc_supply_fpregset.
1125 (fill_fpregset): Fix first parameter in call to
1126 sparc_collect_fpregset.
1128 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1129 Kazu Hirata <kazu@codesourcery.com>
1130 Yao Qi <yao@codesourcery.com>
1132 * objfiles.c (init_entry_point_info): Call
1133 gdbarch_convert_from_func_ptr_addr and
1134 gdbarch_addr_bits_remove here ...
1135 (entry_point_address_query): ... instead of here.
1136 * solib-svr4.c (exec_entry_point): Call
1137 gdbarch_addr_bits_remove.
1138 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1141 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1142 Yao Qi <yao@codesourcery.com>
1144 * eval.c (evaluate_subexp_standard): Add handling of
1145 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1146 result of ptype for calling a TYPE_CODE_METHODPTR.
1148 2012-11-27 Yao Qi <yao@codesourcery.com>
1150 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1154 2012-11-26 Alexander Larsson <alexl@redhat.com>
1155 Jan Kratochvil <jan.kratochvil@redhat.com>
1156 Tom Tromey <tromey@redhat.com>
1158 * NEWS: Mention mini debuginfo feature.
1159 * minidebug.c: New file.
1160 * configure.ac: Check for lzma.
1161 * configure, config.in: Rebuild.
1162 * Makefile.in (LIBLZMA): New variable.
1163 (CLIBS): Include LIBLZMA.
1164 (SFILES): Mention minidebug.c.
1165 (COMMON_OBS): Mention minidebug.o.
1166 * symfile.c (read_symbols): New function.
1167 (syms_from_objfile, reread_symbols): Call it.
1168 * symfile.h (find_separate_debug_file_in_section): Declare.
1170 2012-11-26 Keith Seitz <keiths@redhat.com>
1172 * exec.c (exec_file_attach): Move cleanup after verifying that
1173 memory has in fact been allocated.
1175 2012-11-26 Tom Tromey <tromey@redhat.com>
1177 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1178 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1180 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1182 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1183 Pedro Alves <palves@redhat.com>
1185 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1186 size parameter passed to readlink by one byte.
1187 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1188 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1189 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1190 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1193 2012-11-26 Yao Qi <yao@codesourcery.com>
1195 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1196 extraneous parentheses.
1198 2012-11-26 Yao Qi <yao@codesourcery.com>
1200 * remote.c (remote_start_remote): Typo fix.
1202 2012-11-23 David S. Miller <davem@davemloft.net>
1204 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1205 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1206 sparc32_sol2_fpregset): Declare new globals.
1207 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1208 'fpregset' argument.
1209 * sparc64-tdep.h (sparc64_supply_fpregset,
1210 sparc64_collect_fpregset): Likewise.
1211 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1213 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1214 (sparc_fpregset): Declare new global.
1215 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1216 'fpregset' argument.
1217 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1219 (fill_fpregset): Likewise.
1220 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1221 sparc32_bsd_fpregset.
1222 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1223 sparc32_bsd_fpregset down into handler.
1224 (sparc32_linux_collect_core_fpregset): Likewise.
1225 * sparc-nat.c (sparc_fpregset): Define.
1226 (sparc_supply_fpregset): Add 'fpregset' argument.
1227 (sparc_collect_fpregset): Likewise.
1228 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1229 into fpregset handler.
1230 (sparc_store_inferior_registers): Likewise.
1231 (_initialize_sparc_nat): Set sparc_fpregset to
1232 sparc32_sunos4_fpregset if NULL.
1233 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1235 (fill_fpregset): Likewise.
1236 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1237 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1238 use it to compute offsets.
1239 (sparc32_collect_fpregset): Likewise.
1240 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1241 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1243 (fill_fpregset): Likewise.
1244 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1246 (sparc64_linux_collect_core_fpregset): Likewise.
1247 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1248 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1249 use it to compute offsets.
1250 (sparc64_collect_fpregset): Likewise.
1251 (sparc64_bsd_fpregset): Define.
1252 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1253 sparc64_bsd_fpregset down into handler.
1254 (sparc64fbsd_collect_fpregset): Likewise.
1255 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1256 and pass sparc{32,64}_bsd_fpregset down into handler.
1257 (sparc64nbsd_collect_fpregset): Likewise.
1258 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1259 sparc64_bsd_fpregset down into handler.
1260 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1261 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1262 to sparc32_bsd_fpregset.
1263 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1264 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1265 (sparc32nbsd_supply_fpregset): Likewise.
1267 2012-11-21 Tom Tromey <tromey@redhat.com>
1269 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1271 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1273 * c-typeprint.c (c_type_print_base): Update.
1275 2012-11-21 Yao Qi <yao@codesourcery.com>
1278 * gdbarch.sh (smash_text_address): Remove.
1279 * gdbarch.c, gdbarch.h: Regenerate.
1280 * arm-tdep.c (arm_smash_text_address): Remove.
1281 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1282 * hppa-tdep.c (hppa_smash_text_address): Remove.
1283 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1284 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1286 * coffread.c (coff_symtab_read): Caller update.
1287 * dbxread.c (process_one_symbol): Likewise.
1288 * elfread.c (record_minimal_symbol): Likewise.
1289 * somread.c (som_symtab_read): Likewise.
1291 2012-11-20 Pierre Muller <muller@sourceware.org>
1293 ARI fixes: sprintf rule.
1294 Replace sprintf function calls for char arrays by
1295 calls to xsnprintf calls.
1296 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1297 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1298 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1299 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1300 * breakpoint.c (condition_completer): Ditto.
1301 (create_tracepoint_from_upload): Ditto.
1302 * dwarf2read.c (file_full_name): Ditto.
1303 * gcore.c (gcore_command): Ditto.
1304 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1305 * go32-nat.c (go32_sysinfo): Ditto.
1306 * interps.c (interp_set): Ditto.
1307 * m32c-tdep.c (make_types): Ditto.
1308 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1309 * remote-m32r-sdi.c (m32r_open): Ditto.
1310 * sol-thread.c (td_err_string): Ditto.
1311 (td_state_string, solaris_pid_to_str): Ditto.
1312 * symtab.c (gdb_mangle_name): Ditto.
1313 * cli/cli-script.c (execute_control_command): Ditto.
1314 (define_command, document_command): Ditto.
1315 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1316 * tui/tui-stack.c (tui_make_status_line): Ditto.
1317 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1319 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1321 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1322 it when looking at ptr->func.
1323 * command.h (complete_on_cmdlist): Add a fourth arg.
1324 * completer.c (complete_line_internal): Add local ignore_help_classes,
1325 and set it to 1 when reason is not handle_help. Pass this down to
1326 lookup_cmd_1 and complete_on_cmdlist.
1328 2012-11-20 Tom Tromey <tromey@redhat.com>
1330 * completer.c (count_struct_fields): Remove.
1331 (expression_completer): Don't call count_struct_fields.
1333 2012-11-20 Pedro Alves <palves@redhat.com>
1335 * annotate.c (breakpoints_changed): Rename to ...
1336 (annotate_breakpoints_changed): ... this.
1337 (annotate_stopped, breakpoint_changed): Adjust caller.
1338 * annotate.h (breakpoints_changed): Rename to ...
1339 (annotate_breakpoints_changed): ... this.
1340 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1341 (do_map_commands_command, init_raw_breakpoint, clear_command)
1342 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1344 2012-11-20 David S. Miller <davem@davemloft.net>
1346 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1347 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1349 (get_cores_used_by_process): Update comment.
1351 2012-11-20 Yao Qi <yao@codesourcery.com>
1353 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1355 2012-11-20 Yao Qi <yao@codesourcery.com>
1357 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1358 to deprecated_context_hook.
1360 2012-11-19 Yao Qi <yao@codesourcery.com>
1362 * infrun.c (infwait_state): Add static.
1364 2012-11-16 Keith Seitz <keiths@redhat.com>
1367 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1368 parameter and pass it to lookup_symbol_file.
1369 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1370 to search base classes.
1371 (cp_lookup_symbol_namespace): Likewise.
1372 (lookup_namespace_scope): Likewise.
1373 (lookup_symbol_file): Add SEARCH parameter.
1374 If SEARCH is non-zero and no symbol is found, lookup the class
1375 and call cp_lookup_nested_symbol.
1376 (find_symbol_in_baseclass): New function.
1377 (cp_lookup_nested_symbol): Do not let
1378 cp_lookup_symbol_in_namespace search through base classes.
1379 Do that later when there is no global symbol match.
1381 2012-11-16 Doug Evans <dje@google.com>
1383 * main.c (gdb_datadir_provided): New static global.
1384 (get_init_files): If --data-directory is provided,
1385 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1388 2012-11-15 Pierre Muller <muller@sourceware.org>
1390 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1391 * gdb_stat.h: Delete. Moved to common directory.
1392 * common/gdb_stat.h: New file.
1393 * gdb_wait.h: Delete. Moved to common directory.
1394 * common/gdb_wait.h: New file.
1395 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1397 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1399 (stat.h rule): Adapt to new gdb_stat.h location.
1400 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1401 <sys/stat.h> header.
1402 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1403 <sys/wait.h> header.
1405 2012-11-15 Pierre Muller <muller@sourceware.org>
1407 * configure.ac (AC_HEADER_STAT): Remove.
1408 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1409 and corresponding code.
1410 * configure: Regenerate.
1411 * config.in: Regenerate.
1413 2012-11-15 Pierre Muller <muller@sourceware.org>
1415 ARI xasprintf rule fixes.
1416 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1417 instead of xasprintf.
1418 (open_and_init_dwp_file): Ditto.
1420 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1422 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1425 2012-11-14 Tom Tromey <tromey@redhat.com>
1427 * configure, config.in: Rebuild.
1428 * configure.ac: Don't check for ctype.h, time.h.
1429 * expprint.c: Don't use HAVE_CTYPE_H.
1431 2012-11-13 Tom Tromey <tromey@redhat.com>
1433 * gdbarch.h, gdbarch.c: Rebuild.
1434 * gdbarch.sh (set_target_gdbarch): Rename from
1435 deprecated_target_gdbarch_select_hack.
1436 * arch-utils.c (gdbarch_update_p): Update.
1437 (set_gdbarch_from_file): Update.
1439 2012-11-14 Pierre Muller <muller@sourceware.org>
1441 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1442 as responsible of contrib/ari directory.
1444 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1445 Yao Qi <yao@codesourcery.com>
1447 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1449 (arm_m_exception_cache, arm_m_exception_this_id)
1450 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1451 (arm_m_exception_unwind): New.
1452 (arm_gdbarch_init): Register arm_m_exception_unwind.
1454 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1456 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1457 parameter COUNT, for pattern filling of memory regions.
1460 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1462 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1463 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1464 to print_source_lines ().
1465 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1467 * source.c (print_source_lines_base): Prefix source line with
1468 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1470 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1472 * symtab.h (print_source_lines_flags): New enum.
1473 * source.c (print_source_lines_base): Change noerror to flags.
1474 (print_source_lines): Change noerror to flags.
1476 2012-11-13 Pierre Muller <muller@sourceware.org>
1478 ARI fixes: Avoid sprintf function use rule.
1479 * charset.c (convert_between_encodings): Use xsnprintf.
1480 * cli-out.c (cli_field_int): Likewise.
1481 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1482 * expprint.c (op_name_standard): Likewise.
1483 * frv-tdep.c (set_variant_num_gprs): Likewise.
1484 (set_variant_num_fprs): Likewise.
1485 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1486 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1487 (nto_init_solib_absolute_prefix): Likewise.
1488 * source.c (init_source_path): Likewise.
1489 (print_source_lines_base): Likewise.
1490 * valprint.c (print_wchar): Likewise.
1491 * mi/mi-out.c (mi_field_int): Likewise.
1492 windows-nat.c (windows_pid_to_exec_file): Likewise.
1493 (windows_create_inferior): Likewise.
1494 (_initialize_check_for_gdb_ini): Likewise.
1496 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1498 * frame.h (deprecated_frame_register_read): Renames
1499 frame_register_read.
1500 * frame.c (deprecated_frame_register_read): Renames
1501 frame_register_read. Update all callers.
1502 * i386-tdep.c: Update all callers of frame_register_read.
1503 * infcmd.c: Likewise.
1505 * mips-tdep.c: Likewise.
1506 * mt-tdep.c: Likewise.
1507 * sh64-tdep.c: Likewise.
1509 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1511 * frame.h (frame_register_read): Remove FIXME comment.
1512 * frame.c (frame_register_read): Add suggestion explaining
1513 which function to use in place of this one.
1515 2012-11-12 Tom Tromey <tromey@redhat.com>
1517 * python/python.c (start_type_printers): Initialize 'result_obj'.
1519 2012-11-12 Tom Tromey <tromey@redhat.com>
1522 * data-directory/Makefile.in (PYTHON_FILES): Add
1524 * python/lib/gdb/command/type_printers.py: New file.
1525 * python/lib/gdb/command/types.py (TypePrinter): New class.
1526 (_get_some_type_recognizers, get_type_recognizers,
1527 apply_type_recognizers, register_type_printer): New
1529 * python/py-objfile.c (objfile_object) <type_printers>: New
1531 (objfpy_dealloc): Decref new field.
1532 (objfpy_new): Set new field.
1533 (objfpy_get_type_printers, objfpy_set_type_printers): New
1535 (objfile_to_objfile_object): Set new field.
1536 (objfile_getset): Add "type_printers".
1537 * python/py-progspace.c (pspace_object) <type_printers>: New
1539 (pspy_dealloc): Decref new field.
1540 (pspy_new): Set new field.
1541 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1542 (pspace_to_pspace_object): Set new field.
1543 (pspace_getset): Add "type_printers".
1544 * python/python.c (start_type_printers, apply_type_printers,
1545 free_type_printers): New functions.
1546 (_initialize_python): Set gdb.type_printers.
1547 * python/python.h (start_type_printers, apply_type_printers,
1548 free_type_printers): Declare.
1549 * typeprint.c (type_print_raw_options, default_ptype_flags):
1550 Update for new fields.
1551 (do_free_global_table, create_global_typedef_table,
1552 find_global_typedef): New functions.
1553 (find_typedef_in_hash): Use find_global_typedef.
1554 (whatis_exp): Use create_global_typedef_table. Change cleanup
1556 * typeprint.h (struct type_print_options) <global_typedefs,
1557 global_printers>: New fields.
1559 2012-11-12 Tom Tromey <tromey@redhat.com>
1561 * c-typeprint.c (find_typedef_for_canonicalize,
1562 print_name_maybe_canonical): New functions.
1563 (c_print_type): Look up type name.
1564 (cp_type_print_derivation_info): Add flags argument. Use
1565 print_name_maybe_canonical.
1566 (cp_type_print_method_args): Add wrapping.
1567 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1568 (c_type_print_template_args): New function.
1569 (c_type_print_base): Change wrapping. Use
1570 print_name_maybe_canonical.
1571 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1573 * gdbtypes.c (types_equal): No longer static.
1574 * gdbtypes.h (types_equal): Declare.
1575 * typeprint.c (type_print_raw_options, default_ptype_flags):
1577 (struct typedef_hash_table): New.
1578 (hash_typedef_field, eq_typedef_field,
1579 recursively_update_typedef_hash, add_template_parameters,
1580 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1581 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1582 copy_typedef_hash, find_typedef_in_hash): New functions.
1583 * typeprint.h (struct type_print_options) <local_typedefs>:
1585 (recursively_update_typedef_hash, add_template_parameters,
1586 create_typedef_hash, free_typedef_hash,
1587 make_cleanup_free_typedef_hash, copy_typedef_hash,
1588 find_typedef_in_hash): Declare.
1590 2012-11-12 Tom Tromey <tromey@redhat.com>
1592 * cp-support.c (inspect_type,
1593 replace_typedefs_qualified_name, replace_typedefs): Add
1594 finder, data arguments. Call as needed.
1595 (cp_canonicalize_string_full): New function.
1596 (cp_canonicalize_string_no_typedefs): Rewrite.
1597 * cp-support.h (canonicalization_ftype): New typedef.
1598 (cp_canonicalize_string_full): Declare.
1600 2012-11-12 Tom Tromey <tromey@redhat.com>
1603 * c-typeprint.c (c_type_print_base): Handle print_method and
1604 print_typedefs flags.
1605 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1606 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1608 * typeprint.c (type_print_raw_options, default_ptype_flags):
1609 Update for new field.s
1610 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1611 (setprinttypelist, showprinttypelist, print_methods,
1612 print_typedefs): New globals.
1613 (set_print_type, show_print_type, set_print_type_methods,
1614 show_print_type_methods, set_print_type_typedefs,
1615 show_print_type_typedefs): New functions.
1616 (_initialize_typeprint): Update documentation. Add "print
1617 type methods" and "print type typedefs" parameters.
1618 * typeprint.h (struct type_print_options) <print_methods,
1619 print_typedefs>: New fields.
1621 2012-11-12 Tom Tromey <tromey@redhat.com>
1623 * c-typeprint.c (cp_type_print_method_args): Add flags
1624 argument. Call c_print_type, not type_print.
1625 (c_type_print_base): Call c_print_type, not type_print.
1628 2012-11-12 Tom Tromey <tromey@redhat.com>
1630 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1631 to type-printing functions.
1632 * ada-lang.h (ada_print_type): Add argument.
1633 * ada-typeprint.c (print_array_type, print_variant_clauses,
1634 print_variant_part, print_selected_record_field_types,
1635 print_record_field_types, print_unchecked_union_type,
1636 print_func_type, ada_print_type): Add flags argument.
1637 (ada_print_typedef): Update.
1638 * c-exp.y (OPERATOR conversion_type_id): Update.
1639 * c-lang.h (c_print_type, c_type_print_base): Update.
1640 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1641 c_type_print_modifier, c_type_print_args,
1642 c_type_print_varspec_suffix, c_type_print_base): Add flags
1644 * cp-valprint.c (cp_print_class_member): Update.
1645 * dwarf2read.c (dwarf2_compute_name): Update.
1646 * f-lang.h (f_print_type): Add argument.
1647 * f-typeprint.c (f_print_type): Add flags argument.
1648 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1649 * go-lang.h (go_print_type): Add argument.
1650 * go-typeprint.c (go_print_type): Add flags argument.
1651 * jv-lang.h (java_print_type): Add argument.
1652 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1654 * language.c (unk_lang_print_type): Add flags argument.
1655 * language.h (struct language_defn) <la_print_type>: Add flags
1657 (LA_PRINT_TYPE): Likewise.
1658 * m2-lang.h (m2_print_type): Add argument.
1659 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1660 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1661 m2_unbounded_array, m2_record_fields): Add flags argument.
1662 * p-lang.h (pascal_print_type, pascal_type_print_base,
1663 pascal_type_print_varspec_prefix): Add argument.
1664 * p-typeprint.c (pascal_print_type,
1665 pascal_type_print_varspec_prefix, pascal_print_func_args,
1666 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1668 * symmisc.c (print_symbol): Update.
1669 * typeprint.c (type_print_raw_options, default_ptype_flags):
1671 (type_print): Update.
1672 * typeprint.h (struct type_print_options): New.
1673 (type_print_raw_options): Declare.
1674 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1676 2012-11-10 Keith Seitz <keiths@redhat.com>
1678 * breakpoint.c (clear_command): Add cleanup for
1679 sals.sals if an argument is given.
1681 * linespec.c (parse_linespec): Do cleanups after
1682 parsing a convenience variable.
1684 2012-11-10 Keith Seitz <keiths@redhat.com>
1687 * c-valprint.c (c_val_print): For character arrays
1688 with "print null" option on, print ellipses if
1689 the output is truncated and the next character is not \000.
1690 * valprint.c (MAX_WCHARS): Define.
1691 (WCHAR_BUFLEN): Likewise.
1692 (WCHAR_BUFLEN_MAX): Likewise.
1693 (struct converted_character): New structure.
1694 (count_next_character): New function.
1695 (print_converted_chars_to_obstack): New function.
1696 (generic_printstr): Rewrite using count_next_character
1697 and print_converted_chars_to_obstack.
1699 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1701 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1702 while executing the gdb command.
1703 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1704 are called from prompt_for_continue.
1705 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1707 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1711 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1712 but insert the command to execute in readline's buffer.
1714 2012-11-09 Tom Tromey <tromey@redhat.com>
1716 * gdbarch.sh (target_gdbarch): Remove macro.
1717 (get_target_gdbarch): Rename to target_gdbarch.
1718 * gdbarch.c, gdbarch.h: Rebuild.
1719 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1720 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1721 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1722 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1723 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1724 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1725 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1726 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1727 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1728 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1729 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1730 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1731 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1732 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1733 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1734 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1735 target-descriptions.c, target.c, target.h, tracepoint.c,
1736 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1737 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1738 python/py-inferior.c, python/python.c: Update.
1740 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1742 * source.c (print_source_lines_base): Add fullname field giving
1743 full path to file in mi output.
1744 * NEWS: Mention the new fullname field.
1746 2012-11-09 Yao Qi <yao@codesourcery.com>
1748 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1750 2012-11-09 Pedro Alves <palves@redhat.com>
1754 * infrun.c: Include target-descriptions.h.
1755 (follow_exec): Fetch new target description.
1757 2012-11-09 Yao Qi <yao@codesourcery.com>
1759 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1762 2012-11-09 Yao Qi <yao@codesourcery.com>
1764 * breakpoint.c: Declare set_tracepoint_count.
1765 (install_breakpoint): Call set_tracepoint_count if B is a
1767 (trace_command): Don't call set_tracepoint_count. Re-indent.
1768 (strace_command, ftrace_command):
1769 (create_tracepoint_from_upload): Likewise.
1771 2012-11-09 Pedro Alves <palves@redhat.com>
1773 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1774 (get_target_gdbarch) <gdbarch.h>: New function.
1775 (startup_gdbarch) <gdbarch.h>: Declare.
1776 <gdbarch.c> (target_gdbarch): Delete.
1777 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1778 current inferior's gdbarch.
1779 <gdbarch.c> (get_target_gdbarch): New function.
1780 * inferior.c: Include target-descriptions.h.
1781 (free_inferior): Free target description info.
1782 (add_inferior_with_spaces): Set the inferior's initial
1784 (clone_inferior_command): Copy the original inferior's target
1785 description if it was user specified.
1786 (initialize_inferiors): Add comment.
1787 * inferior.h (struct target_desc_info): Forward declare.
1788 (struct inferior) <gdbarch>: New field.
1789 * linux-nat.c: Include target-descriptions.h.
1790 (linux_child_follow_fork): Copy the parent's architecture and
1791 target description to the child.
1792 * target-descriptions.c: Include inferior.h.
1793 (struct target_desc_info): New structure, holding the equivalents
1795 (target_desc_fetched, current_target_desc)
1796 (target_description_filename): ... these removed globals.
1797 (get_tdesc_info, target_desc_info_from_user_p)
1798 (copy_inferior_target_desc_info, target_desc_info_free): New.
1799 (target_desc_fetched, current_target_desc)
1800 (target_description_filename): Reimplemented as convenience
1802 (tdesc_filename_cmd_string): New global.
1803 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1804 tdescs filename ..." commands to the per-inferior equivalent.
1805 (show_tdesc_filename_cmd): Get the value to show from the
1806 per-inferior description filename.
1807 (_initilize_target_descriptions): Change the "set/show tdesc
1808 filename" commands' variable.
1809 * target-descriptions.h (struct target_desc, struct target_desc_info)
1810 (struct inferior): Forward declare.
1811 (target_find_description, target_clear_description)
1812 (target_current_description): Adjust comments.
1813 (copy_inferior_target_desc_info, target_desc_info_free)
1814 (target_desc_info_from_user_p). Declare.
1816 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1818 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1819 (tui_target_wait_hook): Remove.
1820 (tui_install_hooks): Install the about_to_proceed observer.
1821 (tui_remove_hooks): And remove it here.
1823 2012-11-08 Tom Tromey <tromey@redhat.com>
1825 * linux-tdep.c (linux_make_siginfo_note): New function.
1826 (linux_make_corefile_notes): Use it.
1827 * corelow.c (get_core_siginfo): New function.
1828 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1830 2012-11-08 Tom Tromey <tromey@redhat.com>
1833 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1834 (zlib_decompress_section): Remove.
1835 (gdb_bfd_map_section): Only check for compressed section
1836 in mmap case. Use bfd_get_full_section_contents.
1837 * osabi.c (check_note): Add 'sectsize' argument. Read
1839 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1840 section data. Update for check_note change.
1841 * xcoffread.c (xcoff_initial_scan): Use
1842 bfd_get_full_section_contents.
1843 * py-auto-load.c (auto_load_section_scripts): Use
1844 bfd_get_full_section_contents.
1845 * contrib/cc-with-tweaks.sh: Add -Z option.
1847 2012-11-08 Tom Tromey <tromey@redhat.com>
1849 * python/py-bpevent.c: Include defs.h.
1850 * python/py-continueevent.c: Include defs.h.
1851 * python/py-event.c: Include defs.h.
1852 * python/py-event.h: Don't include defs.h.
1853 * python/py-events.h: Don't include defs.h.
1854 * python/py-evts.c: Include defs.h.
1855 * python/py-exitedevent.c: Include defs.h.
1856 * python/py-newobjfileevent.c: Include defs.h.
1857 * python/py-signalevent.c: Include defs.h.
1858 * python/py-stopevent.c: Include defs.h.
1859 * python/py-threadevent.c: Include defs.h.
1861 2012-11-08 Pierre Muller <muller@sourceware.org>
1863 * update-web-ari.sh (print_heading): Add number of files
1865 (nb_files): New variable counting the number of sources
1866 files found by gdb_find.sh script.
1867 (debug_awk): New variable to allow extra debug output.
1868 (indexes): Add more information if DEBUG_AWK is set.
1870 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1872 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1873 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1874 following the change in PLT call stubs on linker.
1876 2012-11-08 Pierre Muller <muller@sourceware.org>
1878 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1879 as default language.
1880 (AWK): Use = instead of == for sh test to avoid warning.
1881 (Linux rule): Correct [:digit] into [[:digit:]].
1882 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1883 (vasprintf rule): Adapt to common subdirectory moves.
1884 (xasprintf rule): Idem.
1885 (xvasprintf rule): Idem.
1886 (var_boolean rule): Accept occurence in == or != test.
1888 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1890 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1892 * tui/tui-hooks.c (tui_inferior_exit): New function.
1893 (tui_detach_hook): Remove.
1894 (tui_install_hooks): Install the inferior exit observer.
1895 (tui_remove_hooks): Remove it.
1897 2012-11-08 Yao Qi <yao@codesourcery.com>
1900 * source.c (_initialize_source): Call add_com_alias to abbreviate
1901 'forward-search' as 'fo'.
1903 2012-11-07 Pedro Alves <palves@redhat.com>
1905 * arm-tdep.c: Make defs.h be the first include.
1906 * coff-pe-read.c: Ditto.
1908 * go32-nat.c: Ditto.
1909 * i386-nat.c: Ditto.
1910 * ppcnbsd-nat.c: Ditto.
1911 * ada-varobj.h: Don't include defs.h.
1912 * i386-darwin-tdep.h: Ditto.
1913 * i386-nat.h: Ditto.
1915 2012-11-07 Pedro Alves <palves@redhat.com>
1917 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1920 2012-11-07 Pierre Muller <muller@sourceware.org>
1922 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1923 File already uses "gdb_dirent.h" header.
1925 2012-11-07 Yao Qi <yao@codesourcery.com>
1927 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1930 2012-11-06 Tom Tromey <tromey@redhat.com>
1932 * target.h (inferior_has_forked, inferior_has_vforked)
1933 (inferior_has_execd, inferior_has_called_syscall): Remove
1936 2012-11-06 Pierre Muller <muller@sourceware.org>
1938 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1939 add missing internalization markup.
1941 2012-11-06 Pedro Alves <palves@redhat.com>
1945 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1947 2012-11-06 Pierre Muller <muller@sourceware.org>
1949 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1952 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1954 * gnulib/update-gnulib.sh: New script.
1956 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1958 * MAINTAINERS: Update my email address.
1960 2012-11-05 Tom Tromey <tromey@redhat.com>
1962 * frame.c (put_frame_register): Don't use temporary buffer.
1964 2012-11-05 Pedro Alves <palves@redhat.com>
1966 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1967 child. Clear 'pending_detach'.
1968 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1969 'pending_detach' in the vfork parent.
1971 2012-11-05 Doug Evans <dje@google.com>
1973 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1974 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1975 * dwarf2read.c: #include "elf-bfd.h".
1976 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1977 (dwop_section_names): Renamed from dwo_section names. All uses
1978 updated. Add entries for .debug_cu_index, .debug_tu_index.
1979 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1981 (struct dwp_sections): New type.
1982 (struct virtual_dwo_sections): New type.
1983 (struct dwp_hash_table): New type.
1984 (struct dwp_file): New type.
1985 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1986 read in. Handle DWOs coming from DWP files.
1987 (lookup_dwo_file_slot): New function.
1988 (dwarf2_locate_dwo_sections): Move definition closer to use.
1989 (create_dwo_debug_info_hash_table_reader): Renamed from
1990 create_debug_info_hash_table_reader. All callers updated.
1991 (create_dwo_debug_info_hash_table): Renamed from
1992 create_debug_info_hash_table. All callers updated.
1993 (create_dwp_hash_table): New function.
1994 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1995 (lookup_dwo_in_dwp): New function.
1996 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1997 is_dwp. All callers updated.
1998 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1999 (open_and_init_dwo_file): Renamed from init_dwo_file.
2000 All callers updated.
2001 (lookup_dwo_file): Delete.
2002 (dwarf2_locate_dwp_sections): New function.
2003 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2004 (allocate_dwp_loaded_cutus_table): New function.
2005 (open_and_init_dwp_file): New function.
2006 (lookup_dwo_cutu): New function.
2007 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2009 2012-11-03 Yao Qi <yao@codesourcery.com>
2012 * breakpoint.c (trace_pass_set_count): Call
2013 observer_notify_breakpoint_modified instead of
2014 observer_notify_tracepoint_modified.
2015 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2017 2012-11-02 Tom Tromey <tromey@redhat.com>
2019 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2020 argument to complete_on_enum.
2022 2012-11-02 Tom Tromey <tromey@redhat.com>
2024 * configure: Rebuild.
2025 * configure.ac (build_warnings): Add -Wempty-body.
2026 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2027 * remote.c (handle_notification): Use braces for empty 'else' body.
2028 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2030 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2032 * solib-som.c (som_relocate_section_addresses): Use braces
2033 for empty 'else' body.
2034 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2035 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2037 2012-11-02 Pedro Alves <palves@redhat.com>
2041 * infrun.c (handle_inferior_event)
2042 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2043 null_ptid before handling a vfork child exec or exit. Switch to
2044 the event ptid afterwards.
2046 2012-11-02 Yao Qi <yao@codesourcery.com>
2048 * std-operator.def: Remove OP_LABELED.
2049 * eval.c: Remove the declaration of 'get_label'.
2050 (get_label): Remove.
2051 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2053 Remove local variable 'variantno' and related code.
2054 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2056 * expprint.c (print_subexp_standard): Likewise.
2057 (dump_subexp_body_standard): Likewise.
2058 * parse.c (operator_length_standard): Likewise.
2060 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2062 Incorporate ARI web page generator into GDB sources.
2063 * contrib/ari/create-web-ari-in-src.sh: New file.
2064 * contrib/ari/gdb_ari.sh: New file.
2065 * contrib/ari/gdb_find.sh: New file.
2066 * contrib/ari/update-web-ari.sh: New file.
2068 2012-10-31 Tom Tromey <tromey@redhat.com>
2070 * gdbarch.c: Rebuild.
2071 * gdbarch.sh: Remove references to gdbarch_swap.
2072 * corelow.c (core_open): Remove obsolete comment.
2074 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2077 * c-typeprint.c (c_print_type): Don't print a space for vector
2078 types, this is handled within the suffix.
2079 (c_type_print_varspec_suffix): Add a space to vector suffix.
2081 2012-10-26 Pedro Alves <palves@redhat.com>
2083 * amd64-tdep.c (amd64_relocate_instruction): Use
2084 store_unsigned_integer instead of memcpy.
2085 * i386-tdep.c (i386_relocate_instruction): Ditto.
2087 2012-10-26 Pedro Alves <palves@redhat.com>
2089 * infrun.c (handle_inferior_event): Merge handling of
2090 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2093 2012-10-26 Pedro Alves <palves@redhat.com>
2095 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2098 2012-10-26 Pedro Alves <palves@redhat.com>
2100 * target.c (target_waitstatus_to_string): Handle
2101 TARGET_WAITKIND_VFORK_DONE.
2103 2012-10-26 Pedro Alves <palves@redhat.com>
2105 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2106 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2108 2012-10-24 Tristan Gingold <gingold@adacore.com>
2110 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2113 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2115 * ravenscar-thread.c (ravenscar_wait): Only update the list
2116 of threads and inferior_ptid if the inferior is still alive.
2118 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2120 * ada-lang.c (is_known_support_routine): Use lbasename when
2121 matching the symtab's filename against
2122 known_runtime_file_name_patterns.
2124 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2126 * ada-lang.c (ada_same_array_size_p): New function.
2127 (ada_promote_array_of_integrals): New function.
2128 (coerce_for_assign): Add handling of arrays where the elements
2129 are integrals of a smaller size than the size of the target
2132 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2134 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2135 against maximum exponent value.
2137 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2139 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2142 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2144 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2145 strip typedef layer when computing the fixed type's field type,
2146 only when computing its size.
2148 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2151 * i386-tdep.c (i386_return_value): Handle complex double and long
2154 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2156 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2157 New local variable args_len.
2158 Quote the name of the executable when computing the command line.
2160 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2165 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2167 * amd64-tdep.c (amd64_classify): Classify complex types.
2168 (amd64_return_value): Handle the COMPLEX_X87 class.
2170 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2172 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2173 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2175 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2177 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2179 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2180 to amd64_windows_auto_wide_charset.
2182 2012-10-23 Yao Qi <yao@codesourcery.com>
2184 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2185 * event-top.h: Remove its declaration.
2186 (async_request_quit): Call mark_async_signal_handler instead of
2187 mark_async_signal_handler_wrapper.
2188 (async_do_nothing, async_disconnect): Likewise.
2189 (async_stop_sig): Likewise.
2190 * remote.c (handle_remote_sigint): Likewise.
2191 (handle_remote_sigint_twice): Likewise.
2193 2012-10-23 Yao Qi <yao@codesourcery.com>
2195 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2196 with 'static struct async_signal_handler *'.
2197 (sighup_token, sigquit_token, sigstp_token): Likewise.
2199 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2201 * gdbarch.sh (function_list): Use 'pstring' when printing
2202 a variable which could return NULL.
2203 * gdbarch.c: Regenerate.
2205 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2206 Tom Tromey <tromey@redhat.com>
2208 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2209 inneffective if condition by gdb assertion. Add function
2210 description comment.
2212 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2214 * parser-defs.h (struct exp_descriptor): Document constraint
2215 on return value for "op_name" callbacks.
2217 2012-10-18 Tom Tromey <tromey@redhat.com>
2219 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2220 * symtab.c (iterate_over_some_symtabs): Constify.
2221 * source.h (symtab_to_fullname): Return 'const char *'.
2222 * source.c (symtab_to_fullname): Return 'const char *'.
2223 * python/py-symtab.c (stpy_fullname): Constify.
2224 * cli/cli-cmds.c (edit_command): Constify.
2225 * breakpoint.c (print_breakpoint_location)
2226 (update_static_tracepoint): Constify.
2228 2012-10-18 Tom Tromey <tromey@redhat.com>
2230 * breakpoint.c (compare_breakpoints): Fix comparison.
2232 2012-10-18 Tom Tromey <tromey@redhat.com>
2234 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2235 gdb_wchar_t to convert_between_encodings.
2237 2012-10-17 Yao Qi <yao@codesourcery.com>
2239 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2240 more parameter 'inferior'.
2241 * corefile.c (write_memory_with_notification): Caller update.
2243 * mi/mi-cmd-var.c: Include "mi-main.h".
2244 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2245 to 1 and restore it later.
2246 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2247 and "data-write-memory-bytes.
2248 * mi/mi-interp.c: Include objfiles.h.
2249 (mi_interpreter_init): Call observer_attach_memory_changed.
2250 (mi_memory_changed): New.
2251 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2254 * NEWS: Mention new MI notification "memory-changed".
2256 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2258 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2260 2012-10-15 Doug Evans <dje@google.com>
2262 New option -nh: inhibit loading of ~/.gdbinit.
2263 * NEWS: Mention -nh.
2264 * main.c (captured_main): Recognize and process -nh.
2265 (print_gdb_help): Mention -nh.
2266 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2268 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2272 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2274 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2275 nor pc_regnum_from_eax.
2276 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2277 nor pc_regnum_from_eax.
2279 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2281 Fix entry values resolving in inlined frames.
2282 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2283 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2286 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2288 * configure.ac: Build with -DMS_WIN64 if building with Python
2289 enabled using GCC on amd64-windows.
2290 * configure: Regenerate.
2292 2012-10-15 Tom Tromey <tromey@redhat.com>
2295 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2298 2012-10-15 Tom Tromey <tromey@redhat.com>
2301 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2303 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2305 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2306 reset thread numbering back to 1.
2308 2012-10-11 Doug Evans <dje@google.com>
2310 PR breakpoints/14643.
2311 * linespec.c (struct ls_parser): New member keyword_ok.
2312 (linespec_lexer_lex_string): Add comment.
2313 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2315 (parse_linespec): Set keyword_ok.
2317 2012-10-10 Doug Evans <dje@google.com>
2319 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2320 "0x" prefix on address in log message.
2322 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2323 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2324 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2325 (lookup_dwo_file): Add const to dwo_name parameter.
2326 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2328 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2330 Fix crash during stepping on ppc32.
2331 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2334 2012-10-03 Doug Evans <dje@google.com>
2337 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2339 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2341 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2342 output and use uint32_t not long to ensure 4 byte size.
2344 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2346 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2349 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2351 * target.c (simple_search_memory): Include access length in
2354 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2355 Edjunior Machado <emachado@linux.vnet.ibm.com>
2358 * solib.c (solib_find): Prevent GDB from loading native libraries when
2359 debugging a cross-target corefile.
2361 2012-09-28 selven <pcthegreat@gmail.com>
2363 Make definition match declaration.
2365 * regcache.c (regcache_register_status): Change return type to
2366 enum register_status.
2368 2012-09-28 Yao Qi <yao@codesourcery.com>
2370 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2371 write_memory_with_notification instead of write_memory.
2372 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2373 instead of target_write_memory.
2375 2012-09-28 Yao Qi <yao@codesourcery.com>
2377 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2378 when the length of content is not an even number.
2380 2012-09-27 Tom Tromey <tromey@redhat.com>
2382 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2383 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2385 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2387 * sol-thread.c (sol_thread_fetch_registers)
2388 (sol_thread_store_registers): Delete commented out code.
2390 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2392 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2393 Move these functions to sparc-sol-thread.c.
2394 * sparc-sol-thread.c: New file.
2395 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2396 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2398 * configure: Regenerate.
2400 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2402 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2403 Remove commented-out code.
2405 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2407 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2408 Enable this code for sparc hosts only.
2410 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2412 * procfs.h (procfs_find_LDT_entry): Add declaration.
2413 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2414 function procfs_find_LDT_entry.
2416 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2418 * procfs.c (proc_get_LDT_entry): Make static.
2420 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2422 * procfs.c (proc_find_memory_regions): Fix declaration.
2424 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2426 * amd64-tdep.c (amd64_return_value): Revert previous change
2427 that used TYPE_LENGTH directly.
2428 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2429 (bfin_store_return_value): Likewise.
2430 * cris-tdep.c (cris_store_return_value): Likewise.
2431 (cris_extract_return_value): Likewise.
2432 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2433 * hppa-tdep.c (hppa64_return_value): Likewise.
2434 * lm32-tdep.c (lm32_store_return_value): Likewise.
2435 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2436 * spu-tdep.c (spu_value_from_register): Likewise.
2437 * vax-tdep.c (vax_return_value): Likewise.
2439 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2441 * gdbtypes.c (lookup_array_range_type): Expand parameters
2442 LOW_BOUND and HIGH_BOUND to LONGEST.
2443 (lookup_string_range_type): Likewise.
2444 * gdbtypes.h (lookup_array_range_type): Likewise.
2445 (lookup_string_range_type): Likewise.
2446 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2447 Expand HIGHBOUND to ssize_t.
2448 (value_string): Likewise.
2449 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2450 (value_string): Likewise.
2452 2012-09-27 Yao Qi <yao@codesourcery.com>
2454 PR breakpoints/13898
2455 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2456 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2457 per breakpoint type.
2459 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2461 * procfs.c: Add gdb_bfd header.
2462 * rs6000-nat.c: Likewise.
2463 * solib-pa64.c: Likewise.
2464 * spu-linux-nat.c: Likewise.
2465 * windows-nat.c: Likewise.
2467 2012-09-26 Tom Tromey <tromey@redhat.com>
2469 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2471 2012-09-26 Tom Tromey <tromey@redhat.com>
2473 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2474 (read_common_block): Handle child DIEs with
2475 DW_AT_data_member_location.
2476 (new_symbol_full): Add special case for common blocks.
2478 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2479 Tom Tromey <tromey@redhat.com>
2481 * dwarf2read.c (read_common_block): Rewrite.
2482 (new_symbol_full): Handle DW_TAG_common_block.
2483 * f-lang.c (head_common_list, find_common_for_function):
2485 * f-lang.h (struct common_entry, struct saved_f77_common,
2486 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2487 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2488 BLANK_COMMON_NAME_LOCAL): Remove.
2489 (struct common_block): New.
2490 * f-valprint.c (list_all_visible_commons): Remove.
2491 (info_common_command_for_block): New function.
2492 (info_common_command): Use it.
2493 * stack.c (iterate_over_block_locals): Special case for
2494 COMMON_BLOCK_DOMAIN.
2495 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2497 (struct general_symbol_info) <value.common_block>: New field.
2498 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2500 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2501 Tom Tromey <tromey@redhat.com>
2503 * f-lang.c (allocate_saved_bf_node,
2504 allocate_saved_function_node, allocate_saved_f77_common_node,
2505 allocate_common_entry_node, tail_common_list, current_common,
2506 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2507 tmp_bf_ptr, add_common_block, add_common_entry,
2508 find_first_common_named, patch_common_entries,
2509 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2510 global_remote_debug, get_bf_for_fcn, saved_function_list,
2511 saved_function_list_end, clear_function_list, struct saved_fcn,
2512 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2513 SAVED_BF, SAVED_BF_PTR): Remove.
2514 * f-lang.h (tail_common_list, current_common,
2515 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2516 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2517 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2518 real_main_c_value): Remove.
2519 * f-valprint.c (there_is_a_visible_common_named): Remove.
2521 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2523 * breakpoint.c (update_global_location_list): Ignore previous
2524 duplicate status of a breakpoint when starting a new scan for
2525 duplicate breakpoints.
2527 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2528 PR breakpoints/14419
2529 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2530 support LLVM compiler.
2532 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2534 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2535 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2536 (bfin_store_return_value): Likewise.
2537 * cris-tdep.c (cris_store_return_value): Likewise.
2538 (cris_extract_return_value): Likewise.
2539 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2540 * hppa-tdep.c (hppa64_return_value): Likewise.
2541 * lm32-tdep.c (lm32_store_return_value): Likewise.
2542 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2543 * spu-tdep.c (spu_value_from_register): Likewise.
2544 * vax-tdep.c (vax_return_value): Likewise.
2546 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2548 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2549 parameter LEN to ssize_t.
2551 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2553 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2555 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2557 (alpha_store_return_value): Likewise.
2558 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2559 (amd64_push_arguments): Likewise.
2560 * ax-gdb.c (gen_trace_static_fields): Likewise.
2561 (gen_traced_pop): Likewise.
2562 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2563 * breakpoint.c (update_watchpoint): Likewise.
2564 * findcmd.c (parse_find_args): Use local variable for type
2566 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2567 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2568 (h8300_store_return_value): Likewise.
2569 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2570 Use i386_darwin_arg_type_alignment directly.
2571 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2572 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2573 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2574 (m68hc11_extract_return_value): Likewise.
2575 * mep-tdep.c (mep_push_dummy_call): Likewise.
2576 * printcmd.c (float_type_from_length): Likewise.
2577 * s390-tdep.c (s390_value_from_register): Likewise.
2578 * stack.c (read_frame_arg): Likewise.
2579 * tracepoint.c (encode_actions_1): Likewise.
2580 * valops.c (value_fetch_lazy): Use local variable for type
2581 instead of length. Use TYPE_LENGTH directly.
2582 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2584 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2586 * symtab.c (skip_prologue_sal): Fix typo in comment.
2588 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2590 * linespec.c (create_sals_line_offset): Fix typo in comment.
2592 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2594 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2595 use plongest to print the array size.
2597 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2599 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2600 * p-valprint.c (pascal_type_print_base): Likewise.
2602 2012-09-22 Yao Qi <yao@codesourcery.com>
2604 * remote.c (remote_get_trace_status): Remove setting default
2605 values of fields of 'ts'.
2607 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2609 Fix internal error on canonicalization of clang types.
2610 * cp-name-parser.y (operator): New comment at make_operator call for
2611 new, delete, new[] and delete[].
2612 (exp): Use "sizeof ". Add new comment at make_operator call.
2614 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2616 Fix disassemble without parameters in tailcall frame.
2617 * cli/cli-cmds.c (disassemble_current_function): Use
2618 get_frame_address_in_block.
2620 2012-09-21 Tom Tromey <tromey@redhat.com>
2622 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2623 TYPE_CODE_UNION>: Unify, removing a goto.
2625 2012-09-21 Tom Tromey <tromey@redhat.com>
2627 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2629 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2631 * findvar.c (read_frame_register_value): Mark the result value as
2632 optimized out if any of the input registers have been optimized out.
2634 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2636 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2638 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2640 * eval.c (evaluate_subexp_standard): Eliminate single-use
2643 2012-09-21 Yao Qi <yao@codesourcery.com>
2645 * mi/mi-interp.c: Declare mi_record_changed.
2646 (mi_interpreter_init): Call observer_attach_record_changed.
2647 (mi_record_changed): New.
2648 * record.c (record_open): Call observer_notify_record_changed.
2649 (cmd_record_stop): Call observer_notify_record_changed.
2652 2012-09-20 Tom Tromey <tromey@redhat.com>
2655 * python/python.c (finalize_python): New function.
2656 (_initialize_python): Make a final cleanup.
2658 2012-09-19 Doug Evans <dje@google.com>
2660 * buildsym.h (param_symbols): Delete, unused.
2661 (context_stack): Delete member "params", unused.
2662 * buildsym.c (push_context): Update.
2663 * dwarf2read.c (read_func_scope): Update.
2665 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2667 * sh-tdep.c (sh_register_convert_to_virtual)
2668 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2669 all callers. Just do a memcpy if not the little-endian case.
2671 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2672 set_gdbarch_double_format and set_gdbarch_long_double_format.
2673 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2674 set_gdbarch_double_format.
2675 * sh-tdep.c (sh_gdbarch_init): Likewise.
2677 * NEWS: Document the removal of SH's 'regs' command.
2678 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2681 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2683 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2686 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2688 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2689 language when iterating over symbols.
2691 2012-09-18 Yao Qi <yao@codesourcery.com>
2693 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2694 (mi_interpreter_init): Call observer_attach_tsv_created and
2695 observer_attach_tsv_deleted.
2696 (mi_tsv_created, mi_tsv_deleted): New.
2697 * tracepoint.c (delete_trace_state_variable): Call
2698 observer_notify_tsv_deleted.
2699 (trace_variable_command): Call observer_notify_tsv_created.
2700 (delete_trace_variable_command): Call
2701 observer_notify_tsv_deleted.
2702 (create_tsv_from_upload): Call observer_notify_tsv_created.
2705 2012-09-18 Yao Qi <yao@codesourcery.com>
2707 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2708 if traceframe changed.
2709 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2711 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2712 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2713 'traceframe_changed'.
2714 (mi_traceframe_changed): New.
2715 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2717 * NEWS: Mention the new MI notification.
2719 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2721 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2723 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2725 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2726 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2727 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2728 Extend code also for PaX support. Convert all gdb_assert to warning
2731 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2733 Implement auto-load user conveniences suggested by Doug Evans.
2734 * auto-load.c: Include top.h.
2735 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2736 (_initialize_auto_load): New variable scripts_directory_help. Mention
2737 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2738 scripts-directory. Document in online help one can use also files for
2739 set auto-load safe-path.
2740 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2741 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2743 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2745 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2748 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2750 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2751 ELTLEN and use TYPE_LENGTH directly.
2752 (m2_val_print): Likewise.
2753 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2754 variable LEN and use TYPE_LENGTH directly.
2755 (m68k_svr4_store_return_value): Likewise.
2756 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2757 ARGLEN and use TYPE_LENGTH directly.
2758 (mips_o64_push_dummy_call): Likewise.
2759 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2760 variable LENGTH and use TYPE_LENGTH directly.
2761 (s390_function_arg_float): Likewise.
2762 (s390_function_arg_integer): Likewise.
2763 (s390_push_dummy_call): Likewise.
2764 (s390_return_value_convention): Likewise.
2765 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2766 TYPE_LENGTH directly.
2768 2012-09-17 Yao Qi <yao@codesourcery.com>
2770 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2771 Update comment to add_setshow_integer_cmd.
2772 * cli/cli-setshow.c (do_set_command): Handle case
2773 'var_zuinteger_unlimited'.
2774 (do_show_command): Likewise.
2775 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2776 for command 'remotetimeout'.
2777 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2779 * source.c (_initialize_source): Call
2780 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2782 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2784 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2787 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2790 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2791 (frame_pop): Drop also TAILCALL_FRAME frames.
2792 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2794 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2795 Pedro Alves <palves@redhat.com>
2798 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2799 function start if we are already at function start. Both for
2800 reverse-next and for reverse-step into function without line number
2803 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2805 Code cleanup - rename 'inline' depth to 'artificial' depth.
2806 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2807 frame_id_artificial_p, extend the comment.
2808 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2809 * frame.c (fprint_frame_id): Rename at a user, change debug output
2810 text to "artificial=".
2811 (skip_inlined_frames): Rename to ...
2812 (skip_artificial_frames): ... here. Extend the comment.
2813 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2814 (frame_id_inlined_p): Rename to ...
2815 (frame_id_artificial_p): ... here. Rename at a user.
2816 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2817 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2819 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2821 (frame_id_inlined_p): Rename to ...
2822 (frame_id_artificial_p): ... here.
2823 * inline-frame.c (inline_frame_this_id): Rename at a user.
2825 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2827 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2828 vector variables using vector_size syntax rather than array
2831 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2833 * valarith.c (value_concat): Replace unsafe ALLOCA with
2836 2012-09-14 Pedro Alves <palves@redhat.com>
2838 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2840 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2842 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2843 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2844 data-directory as appropriate.
2846 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2848 * printcmd.c (ui_printf): Eliminate single-use variable
2851 2012-09-14 Yao Qi <yao@codesourcery.com>
2852 Pedro Alves <palves@redhat.com>
2854 * valops.c (value_assign): Move observer_notify_target_changed
2855 below to replace reinit_frame_cache.
2857 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2859 Refactor Python "gdb" module into a proper Python package, by
2860 introducing a new "_gdb" module for code implemented in C, and
2861 using reload/__import__ instead of exec.
2862 * python/lib/gdb/__init__.py: Import * from _gdb.
2863 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2864 prompt_hook, sys.argv): Moved from finish_python_initialization.
2865 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2866 (packages, auto_load_packages): New list and function replacing
2867 module_dict and auto-loading code, using __file__ instead of
2868 gdb.PYTHONDIR and reload/__import__ instead of exec.
2869 (GdbSetPythonDirectory): Replacing function of the same name
2870 from finish_python_initialization, using reload/__import__ instead
2871 of exec, as well as call auto_load_packages.
2872 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2873 gdb_python_module and not gdb_module.
2874 * python/python-internal.h (gdb_python_module): Declare.
2875 * python/python.c (gdb_python_module): New global.
2876 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2877 (_initialize_python): Rename gdb module to _gdb.
2878 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2879 (finish_python_initialization): Move Python code to
2880 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2883 2012-09-13 Pedro Alves <palves@redhat.com>
2885 * Makefile.in (COMMON_OBS): Add registry.o.
2886 * registry.c: New file.
2887 * registry.h (struct registry_container): Declare.
2888 (registry_data_callback): New typedef.
2889 (struct registry_data, struct registry_data_registration, struct
2890 registry_data_registry): New type.
2891 (register_data_with_cleanup, registry_alloc_data)
2892 (registry_callback_adaptor, registry_clear_data)
2893 (registry_container_free_data, registry_set_data, registry_data):
2895 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2896 the new common structures and functions.
2897 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2900 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2902 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2903 there is an error inserting hardware breakpoints and use the
2904 error message from the target.
2906 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2907 Catch this exception and print the error message contained within.
2908 Do not print the default hardware error breakpoint message in this
2911 2012-09-12 Doug Evans <dje@google.com>
2913 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2916 2012-09-11 Doug Evans <dje@google.com>
2918 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2919 .gdb_index symbol attributes if there are none.
2921 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2923 * symtab.h (struct minimal_symbol) [has_size]: New field.
2924 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2925 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2926 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2927 minimal symbols if the symbol's size is actually known.
2928 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2929 of msymbol's size field. Add comment.
2930 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2931 SET_MSYMBOL_SIZE to set the minimal symbol size.
2933 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2935 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2936 minimal_symbol struct object, rather than setting some of its
2939 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2941 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2942 passed_a_ptr flag when displaying typedef types.
2944 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2946 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2947 the optimized_out flag is preserved.
2949 2012-09-10 Anthony Green <green@moxielogic.com>
2951 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2952 prologue changes in GCC.
2954 2012-09-10 Keith Seitz <keiths@redhat.com>
2957 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2958 (BOOL_CONVERSION_BADNESS): ... this.
2959 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2960 (rank_one_type): Allow all boolean conversions
2961 permitted by the standard.
2963 2012-09-06 Tom Tromey <tromey@redhat.com>
2965 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2966 Don't decref py_objfile.
2968 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2970 Do not enable -lmcheck by default when Python is enabled with
2972 * configure.ac: (python_has_threads) New variable, by testing
2973 if WITH_THREAD is defined in Python.h.
2974 Move --enable-lmcheck after --with-python.
2975 Do not enable -lmcheck by default if python_has_threads=yes.
2976 Warn if --enable-lmcheck and python_has_threads=yes.
2977 * configure: Regenerate.
2979 2012-08-31 Yao Qi <yao@codesourcery.com>
2981 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2982 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2983 Update some commands.
2984 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2985 * mi/mi-main.c (mi_cmd_execute): Set
2986 '*parse->cmd->suppress_notification' to 1.
2988 2012-08-31 Yao Qi <yao@codesourcery.com>
2990 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2992 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2994 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2996 2012-08-29 Doug Evans <dje@google.com>
2998 * main.c (print_gdb_help): Remove reference to
2999 --use-deprecated-index-sections.
3001 2012-08-28 Yao Qi <yao@codesourcery.com>
3003 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3004 (init_cmds): Call add_setshow_uinteger_cmd for command
3005 'max-user-call-depth'.
3006 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3007 declaration of 'max_user_call_depth'.
3008 * frame.c (backtrace_limit): Add 'unsigned'.
3009 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3011 * remote.c (remoteaddresssize): Add 'unsigned'.
3012 (remote_address_masked): Change local var 'address_size' to
3014 (_initialize_remote): Call add_setshow_uinteger_cmd for
3015 'remoteaddresssize'.
3016 * top.c (history_size): Add 'unsigned'.
3017 (show_commands): Change local variables to 'unsigned'.
3018 (set_history_size_command): Don't check history_size is negative.
3019 Adjust the condition to call unstifle_history and set history_size
3022 2012-08-28 Pedro Alves <palves@redhat.com>
3026 * infcmd.c (default_print_one_register_info): New, factored out
3027 from default_print_registers_info.
3028 (default_print_registers_info): Use it. Mark value unavailable if
3030 (registers_info): Print user registers with
3031 default_print_one_register_info.
3033 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3036 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3037 is not NULL before referencing it.
3039 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3041 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3042 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3045 2012-08-27 Eli Zaretskii <eliz@gnu.org>
3046 Jan Kratochvil <jan.kratochvil@redhat.com>
3048 * auto-load.c (auto_load_objfile_script): Rename to ...
3049 (auto_load_objfile_script_1): ... here, change variable realname to
3050 parameter realname, document it, add return value, add variable retval.
3051 (auto_load_objfile_script): New function.
3053 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3055 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3056 followed by a whitespace.
3058 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3061 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3062 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3063 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3066 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3068 * memattr.c (create_mem_region): Fix memory region overlapping
3071 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3073 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3074 with xmalloc/cleanup.
3075 * mt-tdep.c (mt_push_dummy_call): Likewise.
3076 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3077 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3079 2012-08-24 Yao Qi <yao@codesourcery.com>
3081 * jv-exp.y (push_expression_name): Add "." at the end of error
3084 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3086 Document how to return from "python-interactive" to GDB.
3087 * python/python.c (_initialize_python): Update documentation.
3089 2012-08-23 Pedro Alves <palves@redhat.com>
3091 * infrun.c (_initialize_infrun) <handle command help text>:
3092 Mention that multiple signals are supported.
3094 2012-08-23 Pedro Alves <palves@redhat.com>
3096 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3099 2012-08-23 Yao Qi <yao@codesourcery.com>
3101 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3102 (tfind_1): Don't call registers_changed, set_traceframe_num,
3103 and clear_traceframe_info.
3104 Call set_current_traceframe.
3105 (set_current_traceframe): call set_traceframe_num.
3107 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3109 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3110 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3112 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3114 Enable readline in Python in a GDB-specific way and block the
3115 standard Python readline module to prevent conflicts with GDB.
3116 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3117 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3118 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3119 * python/py-gdb-readline.c: New file.
3120 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3122 * python/python.c (_initialize_python): Call
3123 gdbpy_initialize_gdb_readline.
3125 2012-08-22 Keith Seitz <keiths@redhat.com>
3127 * defs.h: Include build-gnulib/config.h
3129 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3131 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3134 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3136 Add a new "python-interactive" command that starts a standard
3137 Python interactive prompt with "pi" as alias, and add "py" as
3138 an alias to "python".
3139 * NEWS: Mention the new commands.
3140 * python/python.c (eval_python_command): New function.
3141 (python_interactive_command): For "python-interactive" with
3142 arguments, call eval_python_command. For "python-interactive"
3143 without arguments, call PyRun_InteractiveLoop.
3144 (_initialize_python): Add "python-interactive" command with
3145 "pi" as alias, and add "py" as an alias to "python".
3147 2012-08-22 Tom Tromey <tromey@redhat.com>
3149 * defs.h (quit_flag): Don't declare.
3150 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3151 (QUIT): Use new functions.
3152 * event-top.c (command_handler): Use clear_quit_flag.
3153 (handle_sigint): Use set_quit_flag.
3154 (async_request_quit): Use check_quit_flag. Don't check
3156 * exceptions.c (throw_exception): Use clear_quit_flag.
3157 * main.c (captured_main): Use clear_quit_flag.
3158 * python/python.c (clear_quit_flag, set_quit_flag)
3159 (check_quit_flag): New functions.
3160 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3162 * remote.c (remote_wait_as): Use check_quit_flag,
3164 (remote_start_remote): Call QUIT.
3165 * symfile.c (load_progress): Use check_quit_flag.
3166 * top.c (command_loop): Use clear_quit_flag.
3167 (command_line_input): Call QUIT.
3168 * utils.c (quit_flag): Conditionally define.
3169 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3171 (prompt_for_continue): Call QUIT. Use quit, not
3173 * remote-mips.c (mips_expect_timeout): Call QUIT.
3174 * monitor.c (monitor_expect): Call QUIT.
3176 2012-08-22 Tom Tromey <tromey@redhat.com>
3178 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3179 (async_init_signals): Update.
3180 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3181 (SIGWINCH_HANDLER_BODY): Remove.
3183 2012-08-22 Tom Tromey <tromey@redhat.com>
3185 * jit.c (jit_object_close_impl): Don't malloc the objfile
3187 * objfiles.c (allocate_objfile): Don't malloc the objfile
3189 (free_objfile): Don't free the objfile name.
3190 * objfiles.h (struct objfile) <name>: Update comment.
3191 * symfile.c (reread_symbols): Fix reference counting. Don't
3192 malloc objfile name.
3194 2012-08-22 Tom Tromey <tromey@redhat.com>
3196 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3197 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3198 (symfile_bfd_open): Likewise.
3199 (generic_load): Likewise.
3200 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3201 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3203 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3205 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3206 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3207 (pmon_load_fast): Likewise.
3208 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3209 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3210 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3211 (macho_check_dsym): Likewise.
3212 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3213 (m32r_upload_command): Likewise.
3214 * gdb_bfd.h (gdb_bfd_cache): Declare.
3215 * gdb_bfd.c (struct gdb_bfd_data): New.
3216 (gdb_bfd_cache): New global.
3217 (struct gdb_bfd_cache_search): New.
3218 (hash_bfd): New function.
3220 (gdb_bfd_open): Likewise.
3221 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3222 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3224 * exec.c (exec_file_attach): Use gdb_bfd_open.
3225 * dsrec.c (load_srec): Use gdb_bfd_open.
3227 2012-08-22 Tom Tromey <tromey@redhat.com>
3229 * dwarf2read.c (macro_start_file): Update.
3230 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3231 (free_objfile_per_bfd_storage): Destroy macro_cache.
3232 (allocate_objfile, free_objfile): Update.
3233 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3235 (struct objfile) <macro_cache>: Remove.
3236 * symfile.c (reread_symbols): Update.
3237 * symmisc.c (print_symbol_bcache_statistics): Update.
3238 (print_objfile_statistics): Update.
3240 2012-08-22 Tom Tromey <tromey@redhat.com>
3242 * elfread.c (elf_symtab_read): Update.
3243 * objfiles.c (objfiles_bfd_data): New global.
3244 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3245 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3246 (allocate_objfile, free_objfile): Update.
3247 (_initialize_objfiles): Initialize objfiles_bfd_data.
3248 * objfiles.h (struct objfile_per_bfd_storage): New.
3249 (struct objfile) <per_bfd>: New field.
3250 <filename_cache>: Remove.
3251 (set_objfile_per_bfd): Declare.
3252 * symfile.c (reread_symbols): Update. Call
3253 set_objfile_per_bfd.
3254 (allocate_symtab): Update.
3255 * symmisc.c (print_symbol_bcache_statistics): Update.
3256 (print_objfile_statistics): Print the size of the BFD obstack.
3258 2012-08-22 Tom Tromey <tromey@redhat.com>
3260 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3261 * gdb_bfd.c: Use DEFINE_REGISTRY.
3262 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3263 (gdb_bfd_ref): Call bfd_alloc_data.
3264 (gdb_bfd_unref): Call bfd_free_data.
3266 2012-08-22 Tom Tromey <tromey@redhat.com>
3268 * registry.h (struct registry_fields): New.
3269 (REGISTRY_FIELDS): Redefine.
3270 (REGISTRY_ACCESS_FIELD): New macro.
3271 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3274 2012-08-22 Tom Tromey <tromey@redhat.com>
3276 * auto-load.c (_initialize_auto_load): Update.
3277 * solib-svr4.c (_initialize_svr4_solib): Update
3278 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3279 * solib-darwin.c (_initialize_darwin_solib): Update.
3280 * registry.h: New file.
3281 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3282 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3283 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3284 (register_program_space_data_with_cleanup)
3285 (register_program_space_data, program_space_alloc_data)
3286 (clear_program_space_data, set_program_space_data)
3287 (program_space_data): Don't declare.
3288 * progspace.c: Use DEFINE_REGISTRY.
3289 (struct program_space_data, struct
3290 program_space_data_registration, struct
3291 program_space_data_registry, program_space_data_registry)
3292 (register_program_space_data_with_cleanup)
3293 (register_program_space_data, program_space_alloc_data)
3294 (program_space_free_data, clear_program_space_data)
3295 (set_program_space_data, program_space_data): Remove.
3296 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3297 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3298 (register_objfile_data_with_cleanup, register_objfile_data)
3299 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3301 * objfiles.c: Use DEFINE_REGISTRY.
3302 (struct objfile_data, struct objfile_data_registration, struct
3303 objfile_data_registry, objfile_data_registry)
3304 (register_objfile_data_with_cleanup, register_objfile_data)
3305 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3306 (set_objfile_data, objfile_data): Remove.
3307 (_initialize_objfiles): Update.
3308 * jit.c (_initialize_jit): Update.
3309 * inflow.c (_initialize_inflow): Update.
3310 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3311 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3312 (register_inferior_data_with_cleanup, register_inferior_data)
3313 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3315 * inferior.c: Use DEFINE_REGISTRY.
3316 (struct inferior_data, struct inferior_data_registration, struct
3317 inferior_data_registry, inferior_data_registry)
3318 (register_inferior_data_with_cleanup, register_inferior_data)
3319 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3320 (set_inferior_data, inferior_data): Remove.
3321 * auxv.c (_initialize_auxv): Update.
3322 * ada-lang.c (_initialize_ada_language): Update.
3323 * breakpoint.c (_initialize_breakpoint): Update.
3324 * i386-nat.c (i386_use_watchpoints): Update.
3326 2012-08-22 Tom Tromey <tromey@redhat.com>
3328 * exec.c (exec_close, exec_file_attach): Update.
3329 (add_to_section_table): Initialize 'key' field.
3330 (add_target_sections, remove_target_sections): Add 'key' argument.
3331 * exec.h (add_target_sections, remove_target_sections): Add
3333 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3334 (reload_shared_libraries_1): Update.
3335 * target.h (struct target_section) <key>: New field.
3337 2012-08-22 Tom Tromey <tromey@redhat.com>
3339 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3341 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3343 * symfile.c (allocate_symtab): Use host_address_to_string
3344 function instead of cast of pointer to long which is not
3345 compatible with x86_64-w64-mingw32 build.
3347 2012-08-19 Andrew Pinski <apinski@cavium.com>
3349 * mips-tdep.c (is_octeon): New function.
3350 (is_octeon_bbit_op): New function.
3351 (mips32_next_pc): Handle Octeon's bbit instructions.
3352 (mips32_instruction_has_delay_slot): Likewise.
3354 2012-08-19 Andrew Pinski <apinski@cavium.com>
3356 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3357 before the function.
3359 2012-08-19 Andrew Pinski <apinski@cavium.com>
3361 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3363 2012-08-19 Keith Seitz <keiths@redhat.com>
3366 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3367 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3369 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3371 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3372 The typo broke "make TAGS".
3374 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3378 2012-08-17 Keith Seitz <keiths@redhat.com>
3381 * gdbtypes.c (strict_type_checking): New variable.
3382 (show_strict_type_checking): New function.
3383 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3384 if strict type checking is disabled.
3385 (_initialize_gdbtypes): Add "check type" subcommand.
3386 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3388 2012-08-17 Keith Seitz <keiths@redhat.com>
3390 * language.h (type_mode): Remove.
3391 (type_check): Remove.
3392 (struct language_defn): Remove la_type_check.
3393 (STRICT_TYPE): Remove unused macro.
3394 (type_error): Remove.
3395 * language.c (set_type_range_case): Renamed to ...
3396 (set_range_case): ... this. Update all callers.
3397 Remove type_mode/type_check.
3398 (type_mode): Remove.
3399 (type_check): Remove.
3400 (show_type_command): Remove.
3401 (set_type_command): Remove.
3402 (language_info): Remove type checking output.
3403 (type_error): Remove unused function.
3404 (range_error): Update comment.
3405 (unknown_language_defn): Remove la_type_check.
3406 (auto_language_defn): Likewise.
3407 (local_language_defn): Likewise.
3408 (_initialize_language): Remove "check type" subcommand.
3409 * ada-lang.c (ada_language_defn): Remove la_type_check.
3410 * c-lang.c (c_language_defn): Likewise.
3411 (cplus_language_defn): Likewise.
3412 (asm_language_defn): Likewise.
3413 (minimal_language_defn): Likewise.
3414 * d-lang.c (d_language_defn): Likewise.
3415 * f-lang.c (f_language_defn): Likewise.
3416 * go-lang.c (go_language_defn): Likewise.
3417 * jv-lang.c (java_language_defn): Likewise.
3418 * m2-lang.c (m2_language_defn): Likewise.
3419 * objc-lang.c (objc_language_defn): Likewise.
3420 * opencl-lang.c (opencl_language_defn): Likewise.
3421 * p-lang.c (pascal_language_defn): Likewise.
3423 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3425 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3427 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3429 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3431 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3432 using the regache. Use ia64_hpux_get_register_from_save_state_t
3433 to access the bsp and bspstore registers if not.
3435 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3437 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3438 * breakpoint.c (detach_breakpoints): Change pid parameter into
3439 a ptid. Adjust code accordingly.
3440 * infrun.c (handle_inferior_event): Delete variable child_pid.
3441 Update call to detach_breakpoints to pass the child ptid for
3443 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3444 assert that inferior_ptid's lwp is zero.
3445 (linux_handle_extended_wait): Update call to detach_breakpoints.
3446 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3449 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3451 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3452 parent, only call detach_breakpoints if tts.tts_event ==
3455 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3457 * dwarf2-frame.c (dwarf2_frame_cache): Use
3458 get_frame_address_in_block instead of get_frame_pc as
3459 the bound for executing the frame's FDE.
3461 2012-08-16 Yao Qi <yao@codesourcery.com>
3463 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3464 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3465 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3466 (c_type_print_varspec_suffix): Likewise.
3467 * eval.c (evaluate_subexp_standard): Likewise.
3468 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3469 (f_type_print_varspec_suffix): Likewise.
3470 * gdbtypes.c (is_scalar_type): Likewise.
3471 (recursive_dump_type): Likewise.
3472 * infcall.c (value_arg_coerce): Likewise.
3473 * m2-valprint.c (m2_val_print): Likewise.
3474 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3475 (pascal_type_print_varspec_suffix): Likewise.
3476 (pascal_type_print_base): Likewise.
3477 * p-valprint.c (pascal_val_print): Likewise.
3478 (pascal_val_print): Likewise.
3479 * valops.c (value_slice): Likewise.
3480 * valprint.c (scalar_type_p): Likewise.
3481 * valarith.c (value_bitstring_subscript): Remove.
3482 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3483 Remove comment on TYPE_CODE_BITSTRING.
3485 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3486 TYPE_CODE_BITSTRING.
3488 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3491 2012-08-16 Yao Qi <yao@codesourcery.com>
3493 * tracepoint.c (trace_find_none_command): Remove.
3494 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3496 2012-08-16 Yao Qi <yao@codesourcery.com>
3498 * remote.c (handle_notification): Remove parameter 'length'.
3499 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3501 2012-08-15 Keith Seitz <keiths@redhat.com>
3503 * gdbtypes.c (opaque_type_resolution): Make static.
3504 Add missing comment.
3505 (overload_debug): Add missing comment.
3506 (show_opaque_type_resolution): Likewise.
3507 (show_overload_debug): Likewise.
3508 (print_bit_vector): Remove unnecessary forward declaration.
3509 (print_arg_types): Likewise.
3510 (dump_fn_fieldlists): Likewise.
3511 (print_cplus_stuff): Likewise.
3513 2012-08-15 Tom Tromey <tromey@redhat.com>
3515 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3516 (gdb_bfd_ref): Initialize new field.
3517 (gdb_bfd_unref): Unref the archive BFD.
3518 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3521 2012-08-15 Tom Tromey <tromey@redhat.com>
3524 * python/py-bpevent.c (create_breakpoint_event_object): Update
3526 * python/py-event.c (evpy_add_attribute): Update comment.
3527 * python/py-exitedevent.c (create_exited_event_object): Fix
3528 reference counting and error handling.
3529 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3530 Fix reference counting.
3531 * python/py-signalevent.c (create_signal_event_object): Fix
3532 reference counting and error handling.
3533 * python/py-stopevent.c (emit_stop_event): Fix reference
3535 * python/py-threadevent.c (get_event_thread): Return a
3537 * python/py-type.c (convert_field): Fix reference counting.
3539 2012-08-15 Tom Tromey <tromey@redhat.com>
3541 * dwarf2read.c (dwarf_decode_macro_bytes)
3542 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3545 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3547 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3548 stepi, nexti, finish, next, step, jump, and continue commands.
3549 * infrun.c (_initialize_infrun): Update help text for the handle
3552 2012-08-14 Doug Evans <dje@google.com>
3554 * gdbtypes.c (struct extra): Delete, unused.
3556 * gdbtypes.c: Whitespace cleanup.
3557 (address_space_name_to_int): Remove "extern" from definition.
3558 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3560 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3561 TYPE_POINTER_TYPE (type).
3563 2012-08-14 Gary Benson <gbenson@redhat.com>
3565 * solib-svr4.c (svr4_free_library_list): Use free_so.
3567 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3569 * .gitignore: Add go-exp.c.
3571 2012-08-13 Doug Evans <dje@google.com>
3573 * value.c (show_convenience): Tweak comment.
3574 (_initialize_values): Mention convenience functions in the help text
3575 for "show convenience".
3577 2012-08-13 Yao Qi <yao@codesourcery.com>
3579 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3580 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3582 * eval.c (evaluate_subexp_standard): Likewise.
3583 * expprint.c (print_subexp_standard): Likewise.
3584 (dump_subexp_body_standard): Likewise.
3585 * parse.c (operator_length_standard): Likewise.
3587 2012-08-13 Yao Qi <yao@codesourcery.com>
3589 * std-operator.def: Remove OP_BITSTRING.
3590 * breakpoint.c (watchpoint_exp_is_const): Update.
3591 * eval.c (evaluate_subexp_standard): Remove handling to
3593 * expprint.c (print_subexp_standard): Likewise.
3594 (dump_subexp_body_standard): Likewise.
3595 * parse.c (operator_length_standard): Likewise.
3596 * valops.c (value_bitstring): Remove.
3597 * value.h: Remove the declaration of 'value_bitstring'.
3599 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3601 * linespec.c (find_methods): Remove unused variables `i1' and
3603 (decode_line_full): Likewise for `arg_start'.
3605 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3607 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3608 (zlib_decompress_section): Likewise for `section_data'.
3609 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3611 2012-08-10 Doug Evans <dje@google.com>
3613 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3614 * NEWS: Document them.
3615 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3617 * python/py-type.c (typy_array_1): New function.
3618 (typy_array): Call it.
3619 (typy_vector): New function.
3620 (type_object_methods): Add "vector".
3621 * python/lib/gdb/function/__init__.py: New file.
3622 * python/lib/gdb/function/strfns.py: New file.
3624 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3626 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3627 for TYPE_FIELD_BITPOS.
3628 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3630 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3633 * common/vec.h (VEC_merge): Define.
3634 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3635 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3636 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3637 * completer.c: Include gdb_signals.h.
3638 (signal_completer): Define.
3639 * completer.h (signal_completer): Add prototype.
3640 * infcmd.c (_initialize_infcmd): Assign the command
3641 completer for "signal" to handle_completer.
3642 * infrun.c: Include completer.h.
3643 (handle_completer): Define.
3644 (_initialize_infrun): Declare a new local variable c. Store the
3645 result of add_com("handle") to it. Assign the command
3646 completer for "handle" to handle_completer.
3648 2012-08-09 Yao Qi <yao@codesourcery.com>
3650 * cli/cli-decode.c (set_cmd_prefix): New.
3651 (lookup_cmd_for_prefixlist): New.
3652 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3653 of each cmd_list_element in *prefixlist.
3654 (add_setshow_cmd_full): set_cmd_prefix.
3655 (add_alias_cmd): Likewise.
3656 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3657 Declare 'auto_boolean_enums'.
3658 * cli/cli-setshow.c: Include "observer.h".
3659 (notify_command_param_changed_p): New.
3660 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3662 (do_setshow_command): Split it to ...
3663 (do_set_command, do_show_command): ... them. New.
3664 (do_set_command): Call observer_notify_command_param_changed if
3665 notify_command_param_changed_p returns true.
3666 (cmd_show_list): Caller update.
3667 * auto-load.c (set_auto_load_cmd): Likewise.
3668 * remote.c (show_remote_cmd): Likewise.
3669 * cli/cli-setshow.h: Update declarations.
3670 * top.c (execute_command): Call do_set_command and do_show_command.
3672 * NEWS: Mention new MI notification.
3673 * mi/mi-interp.c: Declare mi_command_param_changed.
3674 (mi_interpreter_init): Attach mi_command_param_changed to
3675 observer command_param_changed.
3676 (mi_command_param_changed): New.
3677 Remove mi_suppress_breakpoint_notifications.
3678 Define global variable mi_suppress_notification.
3679 (mi_breakpoint_created): Update.
3680 (mi_breakpoint_deleted): Likewise.
3681 (mi_breakpoint_modified): Likewise.
3682 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3683 'gdb-set' and set mi_suppress_notification.
3684 * mi/mi-main.h: (mi_suppress_notification): New struct.
3686 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3687 Jan Kratochvil <jan.kratochvil@redhat.com>
3689 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3691 2012-08-09 Yao Qi <yao@codesourcery.com>
3693 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3694 (skiplist): Move it to skip.c.
3695 (init_cmd_lists): Remove code setting enablebreaklist and
3697 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3698 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3700 * gdbcmd.h: Likewise.
3701 * skip.c (_initialize_step_skip): Move 'skiplist' from
3704 2012-08-09 Yao Qi <yao@codesourcery.com>
3706 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3707 * gnu-nat.c, symfile.c: Likewise.
3709 2012-08-08 Aaron Gamble <agamble@google.com>
3711 * utils.c (prompt_for_continue_wait_time): New static global.
3712 (make_command_stats_cleanup): Initialize it.
3713 (report_command_stats): Subtract time waiting for user.
3714 (prompt_for_continue): Track time waiting for user.
3715 (defaulted_query): Track time waiting for user.
3717 2012-08-08 Doug Evans <dje@google.com>
3719 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3721 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3722 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3723 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3724 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3725 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3726 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3728 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3729 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3730 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3731 (dump_prefix_expression): Handle OP_TYPE.
3733 2012-08-08 Keith Seitz <keiths@redhat.com>
3735 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3738 2012-08-08 Doug Evans <dje@google.com>
3740 * linux-thread-db.c: #include "gdb_vecs.h".
3741 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3743 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3744 (thread_db_load_search): Use a vector to iterate over path elements.
3745 Handle text appearing after "$pdir".
3747 * gdb_string.h: Moved to ...
3748 * common/gdb_string.h: ... here.
3749 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3750 gdb_string.h and gdb_assert.h.
3752 2012-08-08 Yao Qi <yao@codesourcery.com>
3754 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3755 (tic6x_value_to_register): Likewise.
3756 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3757 and set_gdbarch_value_to_register.
3759 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3760 Jean-Marc Saffroy <saffroy@gmail.com>
3763 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3764 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3765 * gcore.c (gcore_create_callback): New function comment. Add modified
3766 parameter. Only write modified regions. Set SEC_READONLY exactly
3767 according to MODIFIED.
3768 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3769 the passed modified value to FUNC.
3770 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3771 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3772 first. New variables modified and has_anonymous. Parse the lines of
3773 smaps file. Add the passed MODIFIED value to FUNC.
3774 * procfs.c (find_memory_regions_callback): Add the passed modified
3777 2012-08-06 Tom Tromey <tromey@redhat.com>
3779 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3780 (dwarf2_frame_cache): Use it.
3781 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3782 cache initialization constraint.
3784 2012-08-06 Tom Tromey <tromey@redhat.com>
3787 * varobj.c (update_dynamic_varobj_children): Don't call
3790 2012-08-06 Tom Tromey <tromey@redhat.com>
3793 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3795 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3797 * NEWS: New entry for 'cd' default parameters.
3798 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3800 2012-08-03 Tom Tromey <tromey@redhat.com>
3802 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3805 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3807 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3808 to attempting lseek/write.
3809 (inf_child_fileio_pread): Likewise for pread.
3811 2012-08-02 Yao Qi <yao@codesourcery.com>
3813 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3814 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3815 add_setshow_zinteger_cmd.
3816 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3817 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3818 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3819 instead of add_setshow_zinteger_cmd.
3820 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3821 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3822 instead of add_setshow_zinteger_cmd.
3823 * frame.c (frame_debug): Add 'unsigned'.
3824 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3825 add_setshow_zinteger_cmd.
3826 * frame.h: Update the declaration of 'frame_debug'.
3827 * gdbtypes.c (overload_debug): Add 'unsigned'.
3828 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3829 add_setshow_zinteger_cmd.
3830 * inferior.h: Update declaration of 'debug_infrun'.
3831 * infrun.c (debug_infrun): Add 'unsigned'.
3832 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3833 add_setshow_zinteger_cmd.
3834 * jit.c (jit_debug): Add 'unsigned'.
3835 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3836 add_setshow_zinteger_cmd.
3837 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3838 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3839 instead of add_setshow_zinteger_cmd.
3840 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3841 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3842 add_setshow_zinteger_cmd.
3843 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3844 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3845 instead of add_setshow_zinteger_cmd.
3846 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3847 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3848 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3849 intead of add_setshow_zinteger_cmd.
3850 * mips-tdep.c (mips_debug): Add 'unsigned'.
3851 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3852 instead of add_setshow_zinteger_cmd.
3853 * monitor.c (monitor_debug): Add 'unsigned'.
3854 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3855 add_setshow_zinteger_cmd.
3856 * observer.c (observer_debug): Add 'unsigned'.
3857 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3858 add_setshow_zinteger_cmd.
3859 * parse.c (expressiondebug): Add 'unsigned'.
3860 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3861 add_setshow_zinteger_cmd.
3862 * record.c (record_debug): Add 'unsigned'.
3863 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3864 add_setshow_zinteger_cmd.
3865 * record.h: Update the declaration of 'record_debug'.
3866 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3867 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3868 add_setshow_zinteger_cmd.
3869 * serial.c (global_serial_debug_p): Add 'unsigned'.
3870 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3871 add_setshow_zinteger_cmd.
3872 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3873 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3874 add_setshow_zinteger_cmd.
3875 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3876 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3877 add_setshow_zinteger_cmd.
3878 * target.c (targetdebug): Add 'unsigned'.
3879 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3880 add_setshow_zinteger_cmd.
3881 * valops.c (overload_debug): Add 'unsigned'.
3882 * varobj.c (varobjdebug): Add 'unsigned'.
3883 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3884 add_setshow_zinteger_cmd.
3885 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3886 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3887 instead of add_setshow_zinteger_cmd.
3889 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3890 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3891 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3892 instead of add_setshow_zinteger_cmd.
3893 * gdbarch.c, gdbarch.h: Re-generated.
3895 2012-08-02 Yao Qi <yao@codesourcery.com>
3897 * nto-tdep.c: Don't include cli/cli-decode.h and
3899 (_initialize_nto_tdep): Remove.
3900 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3902 Remove macro nto_internal_debugging.
3904 2012-08-01 Richard Henderson <rth@redhat.com>
3906 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3907 (mep-*-*) [gdb_target_obs]: Likewise.
3909 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3911 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3912 linux_get_siginfo_type.
3914 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3916 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3918 (call_function_by_hand) <ON_STACK>: Call write_memory with
3919 gdbarch_breakpoint_from_pc, if possible.
3920 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3923 2012-07-31 Yao Qi <yao@codesourcery.com>
3925 * tracepoint.c: Add 'static' for some variables.
3927 2012-07-31 Yao Qi <yao@codesourcery.com>
3929 * go32-nat.c: Declare _initialize_go32_nat.
3930 * ser-go32.c: Declare _initialize_ser_dos.
3931 * top.c (do_chdir_cleanup): Add 'static'.
3933 2012-07-30 Keith Seitz <keiths@redhat.com>
3935 * linespec.c (linespec_lex_number): A number followed
3936 by quotes is a valid number, too.
3938 2012-07-30 Tom Tromey <tromey@redhat.com>
3940 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3942 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3944 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3945 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3947 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3949 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3950 invalid or reevaluated to prevent prevent references to possibly
3951 delete'd type objects being left in the varobj.
3953 2012-07-27 Tom Tromey <tromey@redhat.com>
3954 Jan Kratochvil <jan.kratochvil@redhat.com>
3956 * copying.awk: Print buffer-read-only and vi ro markers.
3957 * copying.c: Rebuild.
3958 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3959 * gdbarch.c, gdbarch.h: Rebuild.
3960 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3961 buffer-read-only and vi ro markers.
3962 * features/arm-with-iwmmxt.c: Rebuild.
3963 * features/arm-with-m-fpa-layout.c: Rebuild.
3964 * features/arm-with-m-vfp-d16.c: Rebuild.
3965 * features/arm-with-m.c: Rebuild.
3966 * features/arm-with-neon.c: Rebuild.
3967 * features/arm-with-vfpv2.c: Rebuild.
3968 * features/arm-with-vfpv3.c: Rebuild.
3969 * features/i386/amd64-avx-linux.c: Rebuild.
3970 * features/i386/amd64-avx.c: Rebuild.
3971 * features/i386/amd64-linux.c: Rebuild.
3972 * features/i386/amd64.c: Rebuild.
3973 * features/i386/i386-avx-linux.c: Rebuild.
3974 * features/i386/i386-avx.c: Rebuild.
3975 * features/i386/i386-linux.c: Rebuild.
3976 * features/i386/i386-mmx-linux.c: Rebuild.
3977 * features/i386/i386-mmx.c: Rebuild.
3978 * features/i386/i386.c: Rebuild.
3979 * features/i386/x32-avx-linux.c: Rebuild.
3980 * features/i386/x32-avx.c: Rebuild.
3981 * features/i386/x32-linux.c: Rebuild.
3982 * features/i386/x32.c: Rebuild.
3983 * features/mips-dsp-linux.c: Rebuild.
3984 * features/mips-linux.c: Rebuild.
3985 * features/mips64-dsp-linux.c: Rebuild.
3986 * features/mips64-linux.c: Rebuild.
3987 * features/rs6000/powerpc-32.c: Rebuild.
3988 * features/rs6000/powerpc-32l.c: Rebuild.
3989 * features/rs6000/powerpc-403.c: Rebuild.
3990 * features/rs6000/powerpc-403gc.c: Rebuild.
3991 * features/rs6000/powerpc-405.c: Rebuild.
3992 * features/rs6000/powerpc-505.c: Rebuild.
3993 * features/rs6000/powerpc-601.c: Rebuild.
3994 * features/rs6000/powerpc-602.c: Rebuild.
3995 * features/rs6000/powerpc-603.c: Rebuild.
3996 * features/rs6000/powerpc-604.c: Rebuild.
3997 * features/rs6000/powerpc-64.c: Rebuild.
3998 * features/rs6000/powerpc-64l.c: Rebuild.
3999 * features/rs6000/powerpc-7400.c: Rebuild.
4000 * features/rs6000/powerpc-750.c: Rebuild.
4001 * features/rs6000/powerpc-860.c: Rebuild.
4002 * features/rs6000/powerpc-altivec32.c: Rebuild.
4003 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4004 * features/rs6000/powerpc-altivec64.c: Rebuild.
4005 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4006 * features/rs6000/powerpc-cell32l.c: Rebuild.
4007 * features/rs6000/powerpc-cell64l.c: Rebuild.
4008 * features/rs6000/powerpc-e500.c: Rebuild.
4009 * features/rs6000/powerpc-e500l.c: Rebuild.
4010 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4011 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4012 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4013 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4014 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4015 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4016 * features/rs6000/powerpc-vsx32.c: Rebuild.
4017 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4018 * features/rs6000/powerpc-vsx64.c: Rebuild.
4019 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4020 * features/rs6000/rs6000.c: Rebuild.
4021 * features/s390-linux32.c: Rebuild.
4022 * features/s390-linux32v1.c: Rebuild.
4023 * features/s390-linux32v2.c: Rebuild.
4024 * features/s390-linux64.c: Rebuild.
4025 * features/s390-linux64v1.c: Rebuild.
4026 * features/s390-linux64v2.c: Rebuild.
4027 * features/s390x-linux64.c: Rebuild.
4028 * features/s390x-linux64v1.c: Rebuild.
4029 * features/s390x-linux64v2.c: Rebuild.
4030 * features/tic6x-c62x-linux.c: Rebuild.
4031 * features/tic6x-c62x.c: Rebuild.
4032 * features/tic6x-c64x-linux.c: Rebuild.
4033 * features/tic6x-c64x.c: Rebuild.
4034 * features/tic6x-c64xp-linux.c: Rebuild.
4035 * features/tic6x-c64xp.c: Rebuild.
4037 2012-07-27 Tom Tromey <tromey@redhat.com>
4039 * c-exp.y (classify_name): Avoid assignment in condition.
4041 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4043 * amd64-windows-tdep.c: Include "frame.h".
4044 (amd64_windows_skip_trampoline_code): New function.
4045 (amd64_windows_init_abi): Add trampoline registration.
4047 2012-07-27 Yao Qi <yao@codesourcery.com>
4049 * tracepoint.c (cur_traceframe_number): Remove.
4050 (set_tfile_traceframe): Remove.
4051 (tfile_trace_find, tfile_fetch_registers): Update callers.
4052 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4053 (tfile_open, tfile_trace_find): Likewise.
4055 2012-07-27 Yao Qi <yao@codesourcery.com>
4057 * thread.c (switch_to_thread): Don't call registers_changed.
4059 2012-07-26 Tom Tromey <tromey@redhat.com>
4061 * Makefile.in (SFILES): Remove objc-exp.y.
4062 (YYFILES): Remove objc-exp.c.
4063 (YYOBJ): Remove objc-exp.o.
4064 (local-maintainer-clean): Don't mention objc-exp.c.
4065 * c-exp.y: Include objc-lang.h.
4066 (%union) <class>: New field.
4067 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4068 (exp): Clone subscript production for OBJC_LBRAC. Add various
4069 Objective C productions.
4070 (msglist, msgarglist, msgarg): New productions.
4071 (array_mod, func_mod, operator): Clone productions for
4073 (parse_string_or_char): Handle '@' strings.
4074 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4075 (classify_name): Check la_name_of_this. Recognize ObjC class
4077 * objc-exp.y: Remove.
4078 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4079 * objc-lang.h (objc_parse, objc_error): Don't declare.
4081 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4083 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4085 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4087 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4090 2012-07-26 Tom Tromey <tromey@redhat.com>
4092 * copying.c: Rebuild.
4093 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4096 2012-07-26 Tom Tromey <tromey@redhat.com>
4098 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4100 (print_objfile_statistics): Likewise.
4101 (maintenance_print_symbols): Likewise.
4102 (maintenance_print_msymbols): Likewise.
4103 (maintenance_print_objfiles): Likewise.
4104 * psymtab.c (print_partial_symbols): Call QUIT.
4105 (maintenance_print_psymbols): Likewise. Don't modify
4107 * copying.c (show_copying_command): Don't modify immediate_quit.
4108 (show_warranty_command): Likewise.
4109 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4111 2012-07-26 Keith Seitz <keiths@redhat.com>
4113 * linespec.c (linespec_lexer_lex_number): The input
4114 is also a valid number if the next character is a comma
4117 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4119 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4122 2012-07-26 Tristan Gingold <gingold@adacore.com>
4124 * machoread.c: Include gdb_bfd.h.
4126 2012-07-26 Tristan Gingold <gingold@adacore.com>
4128 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4131 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4133 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4135 (dwarf2_evaluate_loc_desc): Likewise.
4136 (dwarf2_loc_desc_needs_frame): Likewise.
4137 (locexpr_describe_location_1): Likewise.
4138 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4140 (struct dwarf2_loclist_baton): Likewise.
4141 * dwarf2read.c (struct dwarf_block): Likewise.
4142 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4143 (decode_locdesc): Expand SIZE and I to size_t.
4145 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4147 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4149 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4151 * doublest.c (convert_doublest_to_floatformat): If the exponent
4152 is too small, treat the value as zero. If the exponent is too
4153 large, treat the value as infinity.
4155 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4157 * configure.ac: Add --enable-lmcheck configure option.
4158 * configure: Regenerate.
4160 2012-07-25 Tom Tromey <tromey@redhat.com>
4162 * NEWS: Mention maint info bfds.
4163 * gdb_bfd.c (all_bfds): New global.
4164 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4165 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4168 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4170 * configure.tgt: Add v850*-*-rtems*.
4172 2012-07-25 Tom Tromey <tromey@redhat.com>
4174 * macrotab.c (macro_bcache_str): Remove cast.
4176 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4178 * linespec.c (linespec_lexer_lex_number): Update comments,
4179 change the return and add check to make sure the input is
4180 the decimal numbers.
4181 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4182 false, call linespec_lexer_lex_string.
4184 2012-07-24 Tom Tromey <tromey@redhat.com>
4186 * symfile.c (symbol_file_add): Don't open BFD twice.
4188 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4190 * breakpoint.c (create_breakpoint): Store condition for pending
4193 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4195 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4196 (m68k_return_value): Handle complex types like structures.
4197 (m68k_svr4_return_value): Likewise.
4199 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4201 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4202 parameters to bfd_get_section_name.
4204 2012-07-24 Yao Qi <yao@codesourcery.com>
4206 * cli/cli-setshow.c: Handle case 'var_uinteger'
4207 and 'var_zuninteger' together. Handle case 'var_integer' and
4208 'var_zinteger' together.
4210 2012-07-23 Keith Seitz <keiths@redhat.com>
4212 * linespec.c (convert_linespec_to_sal): Don't add
4213 any symbols to the result vector if symbol_to_sal
4216 2012-07-23 Keith Seitz <keiths@redhat.com>
4218 * linespec.c (decode_objc): Record the function name
4221 2012-07-23 Tom Tromey <tromey@redhat.com>
4223 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4225 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4226 (map_vmap): Acquire a reference to the BFD.
4228 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4230 * p-valprint.c (pascal_object_print_value): Replace potentially
4231 unsafe alloca with xmalloc/xfree.
4232 * valops.c (search_struct_method): Likewise.
4234 2012-07-23 Tom Tromey <tromey@redhat.com>
4236 * solib-svr4.c (enable_break): Update.
4237 * bfd-target.h (target_bfd_reopen): Update documentation.
4239 2012-07-23 Tom Tromey <tromey@redhat.com>
4241 * symfile.c (separate_debug_file_exists): Update.
4242 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4243 (reread_symbols): Update.
4244 * elfread.c (build_id_verify): Update.
4245 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4246 bfd_open_maybe_remote.
4248 2012-07-23 Tom Tromey <tromey@redhat.com>
4250 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4252 2012-07-23 Tom Tromey <tromey@redhat.com>
4254 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4256 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4258 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4259 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4261 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4262 * objfiles.c (allocate_objfile): Acquire a new reference.
4263 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4264 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4265 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4266 a cleanup for 'nbfd'.
4267 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4269 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4270 make a cleanup for 'abfd'.
4271 (symbol_file_add): Make a BFD cleanup.
4273 2012-07-23 Tom Tromey <tromey@redhat.com>
4275 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4276 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4277 * corelow.c (core_open): Use gdb_bfd_fopen.
4278 * dsrec.c (load_srec): Use gdb_bfd_openr.
4279 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4280 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4281 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4282 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4283 (gdb_bfd_fdopenr): New functions.
4284 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4285 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4286 (gdb_bfd_fdopenr): Declare.
4287 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4288 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4289 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4290 gdb_bfd_openr_next_archived_file.
4291 (macho_check_dsym): Use gdb_bfd_openr.
4292 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4293 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4294 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4295 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4297 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4298 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4299 gdb_bfd_openr_next_archived_file.
4300 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4302 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4304 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4305 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4306 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4307 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4308 (symfile_bfd_open): Use gdb_bfd_fopen.
4309 (generic_load): Use gdb_bfd_openr.
4310 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4312 2012-07-23 Tom Tromey <tromey@redhat.com>
4314 * bfd-target.c (target_bfd_reopen): Update.
4315 * cli/cli-dump.c (bfd_openr_with_cleanup)
4316 (bfd_openw_with_cleanup): Update.
4317 * corelow.c (core_open): Update.
4318 * dsrec.c (load_srec): Update.
4319 * exec.c (exec_file_attach): Update.
4320 * gcore.c (create_gcore_bfd): Update.
4321 * gdb_bfd.c (gdb_bfd_ref): Return void.
4322 (gdb_bfd_open): Update.
4323 * gdb_bfd.h (gdb_bfd_ref): Return void.
4325 * jit.c (jit_bfd_try_read_symtab): Update.
4326 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4327 * machoread.c (macho_symfile_read_all_oso): Update.
4328 (macho_check_dsym): Update.
4329 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4330 * remote-m32r-sdi.c (m32r_load): Update.
4331 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4332 * rs6000-nat.c (add_vmap): Update.
4333 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4335 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4336 * solib-spu.c (spu_bfd_open): Update.
4337 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4338 * spu-linux-nat.c (spu_bfd_open): Update.
4339 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4340 (generic_load): Update.
4341 * windows-nat.c (windows_make_so): Update.
4343 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4345 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4347 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4349 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4350 SIGTRAMP_FRAME unwinding.
4352 2012-07-20 Doug Evans <dje@google.com>
4354 * NEWS: Document new options "set/show use-deprecated-index-sections",
4355 and delete reference to --use-deprecated-index-sections.
4356 * symfile.h (use_deprecated_index_sections): Delete.
4357 * dwarf2read.c (use_deprecated_index_sections): Make static.
4358 (read_index_from_section): Update wording of how to load
4359 deprecated index sections.
4360 (_initialize_dwarf2_read): New options
4361 "set/show use-deprecated-index-sections".
4362 * main.c (captured_main): Delete --use-deprecated-index-sections.
4364 2012-07-20 Pedro Alves <palves@redhat.com>
4369 * infrun.c (handle_inferior_event) <new thread>: Don't special
4370 case minus_one_ptid.
4371 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4372 * linux-thread-db.c (thread_get_info_callback): Don't return early
4373 if the thread is zombie.
4374 (thread_from_lwp): Change return type to void. Rewrite stale
4376 (attach_thread): Don't return early if the thread is zombie,
4377 instead set its "dying" flag.
4378 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4379 (find_new_threads_callback): Don't return early if the thread is
4382 2012-07-20 Pedro Alves <palves@redhat.com>
4384 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4385 * target.c (target_wait): Likewise.
4386 (str_comma_list_concat_elem, do_option, target_options_to_string):
4388 * target.h (target_options_to_string): Declare.
4390 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4391 Tom Tromey <tromey@redhat.com>
4393 * dwarf2read.c (dwarf_decode_macros)
4394 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4395 DW_MACRO_GNU_transparent_include_alt>: New cases.
4396 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4397 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4399 2012-07-20 Tom Tromey <tromey@redhat.com>
4401 * dwarf2read.c (try_open_dwo_file): Don't call
4402 gdb_bfd_stash_filename.
4404 2012-07-20 Pedro Alves <palves@redhat.com>
4406 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4407 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4408 (i386_process_record): Tweak description comments.
4410 2012-07-20 Pedro Alves <palves@redhat.com>
4412 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4413 (i386_process_record): Use record_read_memory.
4414 * record.c (record_read_memory): New function.
4415 (record_arch_list_add_mem, record_exec_insn): Use
4417 * record.h (record_read_memory): Declare.
4419 2012-07-20 Yao Qi <yao@codesourcery.com>
4421 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4424 2012-07-19 Pedro Alves <palves@redhat.com>
4426 * record.c (record_resume): Ask the target beneath to report all
4429 2012-07-19 Doug Evans <dje@google.com>
4431 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4432 there's no section at address zero.
4433 (dwarf2_record_block_ranges): Ditto.
4435 2012-07-19 Yao Qi <yao@codesourcery.com>
4437 * command.h, remote.c: Fix a typo in comment.
4439 2012-07-19 Tom Tromey <tromey@redhat.com>
4442 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4443 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4444 OP_DECLTYPE>: New cases.
4445 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4446 (type_exp): Add new productions.
4447 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4449 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4451 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4452 OP_DECLTYPE>: New case.
4453 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4455 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4456 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4458 2012-07-19 Tom Tromey <tromey@redhat.com>
4460 * c-exp.y (enum token_flags): New.
4461 (struct token) <cxx_only>: Remove.
4463 (tokentab3, tokentab2, ident_tokens): Update.
4464 (lex_one_token): Update. Handle FLAG_SHADOW.
4466 2012-07-19 Tom Tromey <tromey@redhat.com>
4468 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4469 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4470 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4471 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4472 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4473 type_exp production where appropriate.
4474 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4475 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4476 <UNOP_MEMVAL_TYPE>: New case.
4477 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4478 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4479 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4480 <UNOP_MEMVAL_TYPE>: New case.
4481 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4482 UNOP_REINTERPRET_CAST>: Update.
4483 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4484 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4485 UNOP_REINTERPRET_CAST>: Update.
4486 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4487 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4488 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4491 2012-07-19 Yao Qi <yao@codesourcery.com>
4492 Jan Kratochvil <jan.kratochvil@redhat.com>
4494 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4495 and case 'var_optional_filename' together.
4496 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4497 instead of add_setshow_optional_filename_cmd for setshow command
4498 'args'. Set completer for 'set args'.
4500 2012-07-18 Doug Evans <dje@google.com>
4502 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4503 * common/gdb_vecs.c: New file, contents from utils.c.
4504 * common/host-defs.h: New file, contents from defs.h.
4505 * utils.h: New file, contents from defs.h.
4506 * defs.h: Move all declarations of objects defined in utils.c
4507 to utils.h (except QUIT() and related).
4508 #include "utils.h", "host-defs.h".
4509 * probe.h (probe_p): Move here from gdb_vecs.h.
4510 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4511 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4512 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4513 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4514 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4515 (COMMON_OBS): Add gdb_vecs.o.
4516 (gdb_vecs.o): New rule.
4518 2012-07-18 Keith Seitz <keiths@redhat.com>
4520 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4521 parameter. If non-zero, use SYMNAME as the canonical name
4524 (convert_linespec_to_sals): Use add_sal_to_sals for
4526 (decode_line_full): No need to "fill in missing canonical names"
4527 anymore. Simply make cleanups for the allocated names.
4529 2012-07-18 Keith Seitz <keiths@redhat.com>
4531 * linespec.c (struct linespec): Constify expression,
4532 source_filename, function_name, and label_name.
4533 (symbol_not_found_error): Make all parameters const.
4534 (linespec_parser_delete): No need to check for NULL
4535 when using xfree. Cast const char * to char * for xfree.
4537 2012-07-18 Keith Seitz <keiths@redhat.com>
4539 * breakpoint.c (invalid_thread_id_error): New function.
4540 (find_condition_and_thread): Use invalid_thread_id_error.
4541 (watch_command_1): Likewise.
4543 2012-07-18 Tom Tromey <tromey@redhat.com>
4545 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4546 * contrib/cc-with-tweaks.sh: New file.
4548 2012-07-18 Tom Tromey <tromey@redhat.com>
4550 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4551 (locate_dwz_sections): Recognize .gdb_index.
4552 (create_cus_from_index_list): New function.
4553 (create_cus_from_index): Use it. Handle .dwz data.
4554 (read_index_from_section): New function, extracted from
4556 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4559 2012-07-18 Tom Tromey <tromey@redhat.com>
4561 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4562 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4563 <is_dwz>: New field.
4564 (struct dwz_file): New.
4565 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4566 (locate_dwz_sections, dwarf2_get_dwz_file)
4567 (get_abbrev_section_for_cu): New functions.
4568 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4569 (read_and_check_type_unit_head): Add abbrev_section argument.
4570 (create_debug_types_hash_table): Update.
4571 (init_cutu_and_read_dies): Use proper abbrev section.
4572 (init_cutu_and_read_dies_no_follow): Likewise.
4573 (set_partial_user): Do nothing if PST==NULL.
4574 (read_comp_units_from_section): New function.
4575 (create_all_comp_units): Use it.
4576 (scan_partial_symbols, partial_die_parent_scope): Update.
4577 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4578 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4579 (find_partial_die): Add offset_in_dwz argument. Update.
4580 (guess_partial_die_structure_name, fixup_partial_die): Update.
4581 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4582 DW_FORM_GNU_strp_alt.
4583 (read_indirect_string_from_dwz): New function.
4584 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4585 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4586 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4587 (follow_die_offset): Add offset_in_dwz argument.
4588 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4589 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4590 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4591 Handle new macro forms.
4592 (dwarf_decode_macros): Update.
4593 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4594 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4595 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4596 (create_debug_types_hash_table): Use correct abbrev section.
4597 (get_debug_line_section): New function.
4598 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4599 (process_full_comp_unit): Pass 'required' argument to
4600 end_symtab_get_static_block.
4601 * buildsym.h (end_symtab_get_static_block): Update.
4602 * buildsym.c (end_symtab_get_static_block): Add 'required'
4604 (end_symtab, end_expandable_symtab): Update.
4606 2012-07-18 Tom Tromey <tromey@redhat.com>
4608 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4610 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4611 (zlib_decompress_section): Remove.
4612 (dwarf2_read_section): Use gdb_bfd_map_section.
4613 (munmap_section_buffer): Remove.
4614 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4615 munmap_section_buffer.
4616 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4617 (struct gdb_bfd_section_data): New.
4618 (free_one_bfd_section): New function.
4619 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4620 (get_section_descriptor, zlib_decompress_section)
4621 (gdb_bfd_map_section): New functions.
4622 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4624 2012-07-18 Tom Tromey <tromey@redhat.com>
4626 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4628 2012-07-18 Tom Tromey <tromey@redhat.com>
4630 * gdb_bfd.c (struct gdb_bfd_data): New.
4631 (gdb_bfd_cache): New global.
4632 (struct gdb_bfd_cache_search): New.
4633 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4634 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4635 * gdb_bfd.h (gdb_bfd_open): Declare.
4637 2012-07-18 Tom Tromey <tromey@redhat.com>
4639 * utils.c (make_cleanup_bfd_unref): Rename from
4640 make_cleanup_bfd_close.
4641 * defs.h (make_cleanup_bfd_unref): Rename from
4642 make_cleanup_bfd_close.
4643 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4644 (bfd_openw_with_cleanup): Update.
4645 * corelow.c (core_open): Update.
4646 * dsrec.c (load_srec): Update.
4647 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4648 * remote-m32r-sdi.c (m32r_load): Update.
4649 * remote-mips.c (mips_load_srec): Update.
4650 (pmon_load_fast): Update.
4651 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4653 (darwin_bfd_open): Update.
4654 * solib.c (solib_bfd_fopen): Update.
4655 * symfile-mem.c (symbol_file_add_from_memory): Update.
4656 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4657 (symfile_bfd_open): Update.
4658 (generic_load): Update.
4660 2012-07-18 Tom Tromey <tromey@redhat.com>
4662 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4663 (pmon_load_fast): Likewise.
4664 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4665 (m32r_upload_command): Likewise.
4666 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4667 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4668 Use make_cleanup_bfd_close.
4670 2012-07-18 Tom Tromey <tromey@redhat.com>
4672 * symfile.c (symfile_bfd_open): Don't copy name. Call
4673 gdb_bfd_stash_filename.
4674 (load_command): Open the new BFD before freeing the old.
4675 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4676 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4677 Call gdb_bfd_stash_filename.
4678 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4679 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4680 gdb_bfd_stash_filename.
4681 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4682 Free found_pathname.
4683 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4684 gdb_bfd_stash_filename.
4685 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4686 * machoread.c (macho_add_oso_symfile): Call
4687 gdb_bfd_stash_filename.
4688 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4689 gdb_bfd_stash_filename.
4690 (macho_check_dsym): Don't copy filename. Call
4691 gdb_bfd_stash_filename.
4692 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4693 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4694 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4695 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4696 * exec.c (exec_close): Don't free the BFD's filename.
4697 (exec_file_attach): Don't copy the filename. Call
4698 gdb_bfd_stash_filename.
4699 * corelow.c (core_close): Don't free the BFD's filename.
4700 (core_open): Call gdb_bfd_stash_filename.
4701 * corefile.c (reopen_exec_file): Remove #if 0 code.
4702 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4704 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4706 2012-07-18 Tom Tromey <tromey@redhat.com>
4708 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4710 (free_dwo_file): Use gdb_bfd_unref.
4711 * cli/cli-dump.c: Include gdb_bfd.h.
4712 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4713 (bfd_openr_with_cleanup): Likewise.
4714 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4716 * utils.c: Include gdb_bfd.h.
4717 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4718 * symfile.c: Include gdb_bfd.h.
4719 (separate_debug_file_exists): Use gdb_bfd_unref.
4720 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4721 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4722 (generic_load): Use gdb_bfd_ref.
4723 (reread_symbols): Use gdb_bfd_unref.
4724 * symfile-mem.c: Include gdb_bfd.h.
4725 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4726 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4727 * solib.c: Include gdb_bfd.h.
4728 (solib_bfd_fopen): Use gdb_bfd_ref.
4729 (solib_bfd_open): Use gdb_bfd_unref.
4730 (free_so_symbols): Use gdb_bfd_unref.
4731 (reload_shared_libraries_1): Use gdb_bfd_unref.
4732 * solib-spu.c: Include gdb_bfd.h.
4733 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4734 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4736 * solib-frv.c: Include gdb_bfd.h.
4737 (enable_break2): Use gdb_bfd_unref.
4738 * solib-dsbt.c: Include gdb_bfd.h.
4739 (enable_break2): Use gdb_bfd_unref.
4740 * solib-darwin.c: Include gdb_bfd.h.
4741 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4743 (darwin_bfd_open): Use gdb_bfd_unref.
4744 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4745 * remote-mips.c: Include gdb_bfd.h.
4746 (mips_load_srec): Use gdb_bfd_ref.
4747 (pmon_load_fast): Use gdb_bfd_ref.
4748 * remote-m32r-sdi.c: Include gdb_bfd.h.
4749 (m32r_load): Use gdb_bfd_ref.
4750 * record.c: Include gdb_bfd.h.
4751 (record_save_cleanups): Use gdb_bfd_unref.
4752 (cmd_record_save): Use gdb_bfd_unref.
4753 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4755 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4756 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4757 * objfiles.c: Include gdb_bfd.h.
4758 (free_objfile): Use gdb_bfd_unref.
4759 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4761 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4762 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4763 (macho_check_dsym): Likewise.
4764 * m32r-rom.c: Include gdb_bfd.h.
4765 (m32r_load): Use gdb_bfd_ref.
4766 (m32r_upload_command): Use gdb_bfd_ref.
4767 * jit.c: Include gdb_bfd.h.
4768 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4769 * gdb_bfd.h: New file.
4770 * gdb_bfd.c: New file.
4771 * gcore.c: Include gdb_bfd.h.
4772 (create_gcore_bfd): Use gdb_bfd_ref.
4773 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4774 (gcore_command): Use gdb_bfd_unref.
4775 * exec.c: Include gdb_bfd.h.
4776 (exec_close): Use gdb_bfd_unref.
4777 (exec_close_1): Use gdb_bfd_unref.
4778 (exec_file_attach): Use gdb_bfd_ref.
4779 * elfread.c: Include gdb_bfd.h.
4780 (build_id_verify): Use gdb_bfd_unref.
4781 * dsrec.c: Include gdb_bfd.h.
4782 (load_srec): Use gdb_bfd_ref.
4783 * corelow.c: Include gdb_bfd.h.
4784 (core_close): Use gdb_bfd_unref.
4785 (core_open): Use gdb_bfd_ref.
4786 * bfd-target.c: Include gdb_bfd.h.
4787 (target_bfd_xclose): Use gdb_bfd_unref.
4788 (target_bfd_reopen): Use gdb_bfd_ref.
4789 * Makefile.in (SFILES): Add gdb_bfd.c.
4790 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4791 (COMMON_OBS): Add gdb_bfd.o.
4793 2012-07-18 Keith Seitz <keiths@redhat.com>
4795 * breakpoint.c (find_condition_and_thread): Initialize
4797 (create_breakpiont): find_condition_and_thread will now
4798 initialize COND_STRING, THREAD, and REST (and TASK).
4799 (addr_string_to_sals): Likewise.
4801 2012-07-18 Pedro Alves <palves@redhat.com>
4803 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4804 Pull the single step breakpoints out of the target.
4806 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4808 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4809 * stap-probe.c (compile_probe_arg): Likewise.
4811 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4813 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4814 (elf_compile_to_ax): Likewise.
4815 * infrun.c (insert_exception_resume_from_probe): Likewise.
4816 (check_exception_resume): Remove `objfile' variable.
4817 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4818 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4819 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4820 (compare_entries): Rename to...
4821 (compare_probes): ...this. Adjust function to work with
4822 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4824 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4826 (print_ui_out_info): Adjust argument to be `struct probe *'.
4827 (info_probes_for_ops): Adjust internal computations to use
4829 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4830 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4831 gen_info_probes_table_values>: Remove `objfile' argument.
4832 (struct probe) <objfile>: New field.
4833 (find_probe_by_pc): Remove `objfile' argument.
4834 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4835 (stap_get_probe_argument_count): Likewise.
4836 (stap_get_arg): Likewise.
4837 (stap_evaluate_probe_argument): Likewise.
4838 (stap_compile_to_ax): Likewise.
4839 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4840 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4841 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4842 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4843 sym_compile_to_ax>: Likewise.
4845 2012-07-18 Terry Guo <terry.guo@arm.com>
4848 * defs.h (GDB_MI_MSG_WIDTH): New.
4849 * ser_base (ser_base_read_error_fd): New function.
4850 (do_ser_base_readchar): Poll error file descriptor as well as
4852 (generic_readchar): Refactor error handling.
4854 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4856 * NEWS: Create a new section for the next release branch.
4857 Rename the section of the current branch, now that it has
4860 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4862 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4863 * version.in: Bump version to 7.5.50.20120718-cvs.
4865 2012-07-17 Keith Seitz <keiths@redhat.com>
4867 * linespec.c (linespec_parse_line_offset): Make parameter
4870 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4873 * f-valprint.c (info_common_command): New variable frame_id.
4874 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4875 * printcmd.c (print_variable_and_value): Extend function comment.
4876 Add comment for invalidated FRAME.
4877 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4878 FI form FRAME_ID after each print_frame_local_vars.
4879 (struct print_variable_and_value_data): Change frame to frame_id.
4880 (do_print_variable_and_value): New variable frame, initialize it from
4881 p->frame_id. Add comment for invalidated FRAME.
4882 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4883 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4884 for invalidated FRAME.
4886 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4887 Pedro Alves <palves@redhat.com>
4889 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4892 2012-07-16 Tom Tromey <tromey@redhat.com>
4894 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4896 2012-07-15 Doug Evans <dje@google.com>
4898 * dwarf2read.c (stmt_list_hash): New struct.
4899 (type_unit_group): Embed "per_cu" member, remove pointer.
4900 New union member "t", move member "tus" into it, all uses updated.
4901 New member "hash", replaces member "line_offset, all uses updated.
4902 (quick_file_names): Replace member "offset" with "hash", all uses
4904 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4905 (hash_file_name_entry, eq_file_name_entry): Call them.
4906 (hash_type_unit_group, eq_type_unit_group): Ditto.
4907 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4908 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4909 (dw2_get_file_names): Update.
4910 (create_type_unit_group): Replace "per_cu" arg with "cu".
4911 All callers updated. Fix "quick" (.gdb_index) handling.
4912 (get_type_unit_group): Replace "per_cu" arg with "cu".
4913 All callers updated.
4914 (build_type_unit_groups): Don't reset tu_stats.
4916 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4917 "tab_cur_size". Change member "tab" to be a htab_t.
4918 (create_filename_seen_cache): Update.
4919 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4920 (filename_seen): Update.
4922 2012-07-13 Doug Evans <dje@google.com>
4924 * symtab.c (filename_seen): Update comment.
4926 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4927 Doug Evans <dje@google.com>
4929 * buildsym.c (end_symtab_1): Split it to ...
4930 (end_symtab_get_static_block): ... this ...
4931 (end_symtab_from_static_block): ... and this function.
4932 (end_symtab, end_expandable_symtab): Call them.
4933 * buildsym.h (end_symtab_get_static_block)
4934 (end_symtab_from_static_block): New declarations.
4935 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4936 Set its valid CU ranges.
4938 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4940 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4941 DW_OP_GNU_parameter_ref.
4943 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4945 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4946 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4948 2012-07-13 Doug Evans <dje@google.com>
4950 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4951 (filename_seen_cache): New struct.
4952 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4953 (create_filename_seen_cache): New function.
4954 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4955 (filename_seen): Delete arg "first". New arg "cache". All callers
4957 (output_source_filename_data): New struct.
4958 (output_source_filename): Delete arg "first". New arg "data".
4959 All callers updated.
4960 (sources_info): Delete local "first". New locals "data", "cleanups".
4961 Rewrite to use filename_seen_cache.
4962 (add_partial_filename_data): Delete member "first". New member
4963 "filename_seen_cache". All uses updated.
4964 (make_source_files_completion_list): Rewrite to use
4965 filename_seen_cache.
4967 2012-07-12 Doug Evans <dje@google.com>
4969 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4971 2012-07-10 Doug Evans <dje@google.com>
4974 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4975 all_type_unit_groups, type_unit_groups, tu_stats.
4976 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4977 All uses updated. Add type_unit_group to union "s".
4978 (type_unit_group): New struct.
4979 (IS_TYPE_UNIT_GROUP): New macro.
4980 (abbrev_table): Delete unused member "section".
4981 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4982 (dw2_get_cu): Assert not used with type_unit_group.
4983 (dw2_get_primary_cu): New function.
4984 (dw2_build_type_unit_groups_reader): New function.
4985 (dw2_build_type_unit_groups): New function.
4986 (dw2_get_file_names): Assert not called on type units.
4987 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4988 Redo loop to iterate over type unit groups instead of type units.
4989 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4990 (read_abbrev_offset): New function.
4991 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4993 (create_partial_symtab): New function.
4994 (process_psymtab_comp_unit_reader): Assert not used with type units.
4995 Call create_partial_symtab.
4996 (process_psymtab_type_unit): Delete.
4997 (hash_type_unit_group, eq_type_unit_group): New functions.
4998 (allocate_type_unit_groups_table): New function.
4999 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5000 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5001 (create_type_unit_group, get_type_unit_group): New functions.
5002 (tu_abbrev_offset): New struct.
5003 (sort_tu_by_abbrev_offset): New function.
5004 (add_type_unit_group_to_table): New function.
5005 (build_type_unit_groups): New function.
5006 (build_type_psymtabs_reader): New function.
5007 (build_type_psymtab_dependencies): New function.
5008 (build_type_psymtabs): Rewrite.
5009 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5010 is seen in a type unit.
5011 (process_queue): Move symtab expansion debugging printfs here.
5012 Call process_full_type_unit for type units.
5013 (compute_symtab_includes): Assert not called for type units.
5014 (process_cu_includes): Don't call compute_symtab_includes for
5016 (process_full_type_unit): New function.
5017 (process_imported_unit_die): Flag an error if called for type units.
5018 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5019 updated. Assert not called for type units.
5020 (read_file_scope): Call dwarf2_start_symtab.
5021 (setup_type_unit_groups): New function.
5022 (read_type_unit_scope): Rewrite.
5023 (abbrev_table_read_table): Initialize abbrev_table->offset.
5024 (abbrev_table_free_cleanup): New function.
5025 (dwarf2_start_symtab): New function.
5026 (load_full_type_unit): Assert not called for type unit groups.
5027 * buildsym.c (finish_block_internal): New arg "expandable".
5028 All callers updated.
5029 (start_symtab): Move most contents to ...
5030 (restart_symtab): ... here. New function.
5031 (reset_symtab_globals): New function.
5032 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5033 Call reset_symtab_globals.
5034 (end_symtab, end_expandable_symtab): New functions.
5035 (set_missing_symtab, augment_type_symtab): New functions.
5036 * buildsym.h (end_expandable_symtab): Declare.
5037 (augment_type_symtab, restart_symtab): Declare.
5038 * psympriv.h (struct partial_symtab): New member "anonymous".
5039 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5041 (read_psymtabs_with_filename): Ditto.
5042 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5043 (expand_symtabs_matching_via_partial): Ditto.
5044 (dump_psymtab): Update.
5045 * dictionary.c (dict_add_pending): New function.
5046 * dictionary.h (dict_add_pending): Declare.
5048 2012-07-09 Doug Evans <dje@google.com>
5050 * buildsym.c (start_subfile): Remove unnecessary check for
5053 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5055 * dwarf2read.c (load_full_type_unit): Simplify.
5057 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5058 to struct signatured_type **. All uses updated.
5060 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5061 All callers updated.
5063 2012-07-09 Tom Tromey <tromey@redhat.com>
5065 * c-exp.y (check_parameter_typelist): New function.
5066 (parameter_typelist): Call it.
5067 * eval.c (make_params): Handle '(void)' case.
5068 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5071 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5073 * common/linux-ptrace.c: Include gdb_assert.h.
5074 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5075 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5077 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5079 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5080 * linux-nat.c (linux_child_post_attach)
5081 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5083 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5085 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5086 nptl <2.7 bug workaround for core files.
5088 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5090 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5092 (save_siginfo): Remove.
5093 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5095 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5096 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5097 * linux-nat.h (struct lwp_info): Remove field siginfo.
5099 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5101 Code cleanup for the next patch.
5102 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5103 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5105 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5106 (ia64_linux_stopped_data_address):
5107 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5109 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5110 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5111 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5114 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5117 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5118 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5120 2012-07-06 Tom Tromey <tromey@redhat.com>
5122 * c-exp.y (DOTDOTDOT): New token.
5123 (func_mod, exp): Use parameter_typelist.
5124 (parameter_typelist): New production.
5125 (tokentab3): Add "..." token.
5126 * eval.c (make_params): Handle varargs.
5127 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5130 2012-07-06 Tom Tromey <tromey@redhat.com>
5133 * c-exp.y (%union) <tvec>: Change type.
5134 (func_mod): Now uses <tvec> type.
5135 (exp): Update for tvec change.
5136 (direct_abs_decl): Push the typelist.
5137 (func_mod): Return a typelist.
5138 (nonempty_typelist): Update for tvec change.
5139 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5140 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5141 * parse.c (pop_type_list): New function.
5142 (push_typelist): New function.
5143 (follow_types): Handle tp_function_with_arguments.
5144 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5145 (enum type_pieces) <tp_function_with_arguments>: New constant.
5146 (union type_stack_elt) <typelist_val>: New field.
5147 (push_typelist): Declare.
5149 2012-07-06 Tom Tromey <tromey@redhat.com>
5151 * c-exp.y (%union) <type_stack>: New field.
5152 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5153 (ptr_operator_ts): New production.
5155 * parse.c (type_stack_reserve): New function.
5156 (check_type_stack_depth): Use it.
5157 (pop_type_stack, append_type_stack, push_type_stack)
5158 (get_type_stack, type_stack_cleanup): New functions.
5159 (follow_types): Handle tp_type_stack.
5160 (_initialize_parse): Simplify initialization.
5161 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5163 (union type_stack_elt) <stack_val>: New field.
5164 (get_type_stack, append_type_stack, push_type_stack)
5165 (type_stack_cleanup): Declare.
5167 2012-07-06 Tom Tromey <tromey@redhat.com>
5169 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5171 (struct type_stack): New.
5172 * parse.c (type_stack, type_stack_size, type_stack_depth):
5174 (type_stack): New global.
5175 (parse_exp_in_context, check_type_stack_depth)
5176 (insert_into_type_stack, insert_type, push_type, push_type_int)
5177 (insert_type_address_space, pop_type, pop_type_int)
5178 (_initialize_parse): Update.
5180 2012-07-06 Tom Tromey <tromey@redhat.com>
5182 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5185 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5187 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5189 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5190 Jan Kratochvil <jan.kratochvil@redhat.com>
5192 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5193 alloca with xmalloc/xfree.
5195 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5197 * MAINTAINERS (Write After Approval): Add myself to the list.
5199 2012-07-05 Doug Evans <dje@google.com>
5201 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5203 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5205 * ax-gdb.c (cli/cli-utils.h): New include.
5206 (linespec.h): Ditto.
5207 (agent_eval_command_one): New function.
5208 (agent_command_1): Ditto.
5209 (agent_command): Call function agent_command_1.
5210 (agent_eval_command): Ditto.
5211 (_initialize_ax_gdb): Change help for "maint agent"
5212 and "maint agent-eval".
5214 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5216 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5217 * cli/cli-utils.c (check_for_argument): New function.
5218 * cli/cli-utils.h (check_for_argument): Ditto.
5220 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5222 * NEWS: Mention x32 ABI support.
5224 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5226 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5227 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5229 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5230 and pc_regnum_from_eax to -1. Update SP regnum from
5231 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5234 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5237 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5239 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5240 * dwarf2expr.h: Include gdbtypes.h.
5241 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5242 these forward declarations.
5243 (cu_offset, sect_offset): Move these ...
5244 * gdbtypes.h: Remove include dwarf2expr.h.
5245 (cu_offset, sect_offset): ... here.
5247 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5249 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5250 (amd64_linux_sigtramp_code): This.
5251 (amd64_x32_linux_sigtramp_code): New.
5252 (LINUX_SIGTRAMP_LEN): Updated.
5253 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5255 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5257 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5259 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5261 * config.in: Regenerate.
5262 * configure: Regenerate.
5263 * configure.ac: Remove check for gnu/libc-version.h.
5264 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5266 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5267 variables libc_version, libc_major and libc_minor. Replace sscanf by
5268 inferior_has_bug. Extend the comment.
5270 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5272 * linux-thread-db.c (inferior_has_bug): New function.
5273 (thread_db_find_new_threads_silently): Return boolean as checked by
5274 inferior_has_bug, describe it in the comments.
5275 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5276 earlier. Abort the initialization if it returned non-zero.
5277 (thread_db_new_objfile): Exclude debug files.
5278 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5281 2012-07-02 Doug Evans <dje@google.com>
5283 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5284 related to queue management.
5286 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5287 instead of "debug dwarf2-die" in debugging printfs.
5288 (create_debug_info_hash_table_reader): Ditto.
5289 (create_debug_info_hash_table): Ditto.
5290 (init_dwo_file): Ditto.
5291 (init_cutu_and_read_dies): Add debugging printf.
5292 (init_cutu_and_read_dies_no_follow): Ditto.
5293 (process_psymtab_comp_unit_reader): Ditto.
5295 2012-07-02 Stan Shebs <stan@codesourcery.com>
5297 Add target-side support for dynamic printf.
5298 * NEWS: Mention the additional style.
5299 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5300 (struct bp_location): New field cmd_bytecode.
5301 * breakpoint.c: Include format.h.
5302 (disconnected_dprintf): New global.
5303 (parse_cmd_to_aexpr): New function.
5304 (build_target_command_list): New function.
5305 (insert_bp_location): Call it.
5306 (remove_breakpoints_pid): Skip dprintf breakpoints.
5307 (print_one_breakpoint_location): Ditto.
5308 (dprintf_style_agent): New global.
5309 (dprintf_style_enums): Add dprintf_style_agent.
5310 (update_dprintf_command_list): Add agent case.
5311 (agent_printf_command): New function.
5312 (_initialize_breakpoint): Add new commands.
5313 * common/ax.def (printf): New bytecode.
5314 * ax.h (ax_string): Declare.
5315 * ax-gdb.h (gen_printf): Declare.
5316 * ax-gdb.c: Include cli-utils.h, format.h.
5317 (gen_printf): New function.
5318 (maint_agent_print_command): New function.
5319 (_initialize_ax_gdb): Add maint agent-printf command.
5320 * ax-general.c (ax_string): New function.
5321 (ax_print): Add printf disassembly.
5322 * Makefile.in (SFILES): Add format.c
5323 (COMMON_OBS): Add format.o.
5324 * common/format.h: New file.
5325 * common/format.c: New file.
5326 * printcmd.c: Include format.h.
5327 (ui_printf): Call parse_format_string.
5328 * remote.c (remote_state): New field breakpoint_commands.
5329 (PACKET_BreakpointCommands): New enum.
5330 (remote_breakpoint_commands_feature): New function.
5331 (remote_protocol_features): Add new BreakpointCommands entry.
5332 (remote_can_run_breakpoint_commands): New function.
5333 (remote_add_target_side_commands): New function.
5334 (remote_insert_breakpoint): Call it.
5335 (remote_insert_hw_breakpoint): Ditto.
5336 (_initialize_remote): Add new packet configuration for
5337 target-side breakpoint commands.
5338 * target.h (struct target_ops): New field
5339 to_can_run_breakpoint_commands.
5340 (target_can_run_breakpoint_commands): New macro.
5341 * target.c (update_current_target): Handle
5342 to_can_run_breakpoint_commands.
5344 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5346 Execute -ix and -iex only after system and user gdbinit files.
5347 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5348 processing down after gdbinit files.
5350 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5352 Add fnmatch-gnu module.
5353 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5354 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5355 * gnulib/aclocal.m4: Regenerate.
5356 * gnulib/config.in: Regenerate.
5357 * gnulib/configure: Regenerate.
5358 * gnulib/import/dummy.c: Remove.
5359 * gnulib/import/Makefile.am: Regenerate.
5360 * gnulib/import/Makefile.in: Likewise.
5361 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5362 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5363 * gnulib/import/alloca.c: New file.
5364 * gnulib/import/alloca.in.h: Likewise.
5365 * gnulib/import/config.charset: Likewise.
5366 * gnulib/import/fnmatch.c: Likewise.
5367 * gnulib/import/fnmatch.in.h: Likewise.
5368 * gnulib/import/fnmatch_loop.c: Likewise.
5369 * gnulib/import/localcharset.c: Likewise.
5370 * gnulib/import/localcharset.h: Likewise.
5371 * gnulib/import/m4/alloca.m4: Likewise.
5372 * gnulib/import/m4/codeset.m4: Likewise.
5373 * gnulib/import/m4/configmake.m4: Likewise.
5374 * gnulib/import/m4/fcntl-o.m4: Likewise.
5375 * gnulib/import/m4/fnmatch.m4: Likewise.
5376 * gnulib/import/m4/glibc21.m4: Likewise.
5377 * gnulib/import/m4/localcharset.m4: Likewise.
5378 * gnulib/import/m4/locale-fr.m4: Likewise.
5379 * gnulib/import/m4/locale-ja.m4: Likewise.
5380 * gnulib/import/m4/locale-zh.m4: Likewise.
5381 * gnulib/import/m4/mbrtowc.m4: Likewise.
5382 * gnulib/import/m4/mbsinit.m4: Likewise.
5383 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5384 * gnulib/import/m4/mbstate_t.m4: Likewise.
5385 * gnulib/import/m4/stdbool.m4: Likewise.
5386 * gnulib/import/m4/wchar_h.m4: Likewise.
5387 * gnulib/import/m4/wctype_h.m4: Likewise.
5388 * gnulib/import/m4/wint_t.m4: Likewise.
5389 * gnulib/import/mbrtowc.c: Likewise.
5390 * gnulib/import/mbsinit.c: Likewise.
5391 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5392 * gnulib/import/mbsrtowcs-state.c: Likewise.
5393 * gnulib/import/mbsrtowcs.c: Likewise.
5394 * gnulib/import/ref-add.sin: Likewise.
5395 * gnulib/import/ref-del.sin: Likewise.
5396 * gnulib/import/stdbool.in.h: Likewise.
5397 * gnulib/import/streq.h: Likewise.
5398 * gnulib/import/strnlen1.c: Likewise.
5399 * gnulib/import/strnlen1.h: Likewise.
5400 * gnulib/import/verify.h: Likewise.
5401 * gnulib/import/wchar.in.h: Likewise.
5402 * gnulib/import/wctype.in.h: Likewise.
5404 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5406 Support shell wildcards for 'set auto-load safe-path'.
5407 * auto-load.c: Include fnmatch.h.
5408 (filename_is_in_dir): Rename to ...
5409 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5410 it. Update function comment. Rename dir_len to pattern_len. New
5411 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5412 messages. Use gdb_filename_fnmatch.
5413 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5415 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5416 * defs.h (gdb_filename_fnmatch): New declaration.
5417 * utils.c: Include fnmatch.h.
5418 (gdb_filename_fnmatch): New function.
5420 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5422 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5423 `-probe' and `-probe-stap' options.
5425 2012-07-01 Yao Qi <yao@codesourcery.com>
5427 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5428 always_inserted_off, and always_inserted_enums.
5429 Change always_inserted_mode's type to 'enum auto_boolean'.
5430 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5432 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5433 of add_setshow_enum_cmd.
5434 * infrun.c: Remove can_use_displaced_stepping_auto,
5435 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5436 can_use_displaced_stepping_enum.
5437 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5438 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5440 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5441 add_setshow_enum_cmd.
5443 2012-06-30 Doug Evans <dje@google.com>
5445 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5446 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5447 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5449 2012-06-29 Doug Evans <dje@google.com>
5451 * linespec.c: #include "stack.h".
5452 (decode_line_with_current_source): Moved here from symtab.c and
5453 renamed from decode_line_spec. All callers updated.
5454 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5455 renamed from decode_line_spec_1. All callers updated.
5456 * linespec.h (decode_line_with_current_source): Move declaration here
5457 from symtab.h and renamed from decode_line_spec.
5458 (decode_line_with_last_displayed): Move declaration here from symtab.h
5459 and renamed from decode_line_spec_1.
5460 * macrocmd.c: #include "linespec.h".
5461 * symtab.c: Remove #include "linespec.h".
5463 2012-06-28 Doug Evans <dje@google.com>
5465 * dwarf2read.c (get_cu_length): New function.
5466 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5467 (create_debug_types_hash_table): Ditto.
5468 (init_cutu_and_read_dies): Ditto.
5469 (init_cutu_and_read_dies_no_follow): Ditto.
5471 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5473 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5474 (struct abbrev_table): Define.
5475 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5477 (init_cutu_and_read_dies): Update.
5478 (abbrev_table_alloc_abbrev): New function. Replaces
5479 dwarf_alloc_abbrev. All callers updated.
5480 (abbrev_table_add_abbrev): New function.
5481 (abbrev_table_lookup_abbrev): New function. Replaces
5482 dwarf2_lookup_abbrev. All callers updated.
5483 (abbrev_table_read_table): New function. Contents moved here from
5484 dwarf2_read_abbrevs.
5485 (dwarf2_read_abbrevs): Call it.
5486 (abbrev_table_free): New function.
5487 (dwarf2_free_abbrev_table): Call it.
5489 2012-06-28 Stan Shebs <stan@codesourcery.com>
5491 * osdata.c (info_osdata_command): Filter out "Title" columns
5493 * common/linux-osdata.c (struct osdata_type): Add title field.
5494 (osdata_table): Add titles to each entry.
5495 (linux_command_xfer_osdata): Add a column for title data.
5497 2012-06-28 Stan Shebs <stan@codesourcery.com>
5499 Make logging work for MI.
5501 * interps.h (interp_set_logging_ftype): New typedef.
5502 (struct interp_procs): New field set_logging_proc.
5503 (current_interp_set_logging): Declare.
5504 * interps.c (current_interp_set_logging): New function.
5505 * cli/cli-logging.c: Include interps.h.
5506 (set_logging_redirect): Call current_interp_set_logging.
5507 (pop_output_files): Ditto.
5508 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5509 * mi/mi-console.h (mi_console_set_raw): Declare.
5510 * mi/mi-console.c (mi_console_set_raw): New function.
5511 * mi/mi-interp.c (saved_raw_stdout): New global.
5512 (mi_set_logging): New function.
5513 (_initialize_mi_interp): Add it to interp procs.
5515 2012-06-28 Doug Evans <dje@google.com>
5517 * symtab.c (lookup_symbol_aux_objfile): Use
5518 ALL_OBJFILE_PRIMARY_SYMTABS.
5520 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5522 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5524 * common/buffer.c: Include inttypes.h and stdint.h.
5525 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5527 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5528 Pedro Alves <palves@redhat.com>
5530 * gdbthread.h (ALL_THREADS): New macro.
5531 (thread_list): Declare.
5532 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5533 going, but instead fall through to the stepping handling.
5534 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5535 the passed in signal. Adjust debug output.
5536 (resume_callback): Rename to ...
5537 (linux_nat_resume_callback): ... this. Pass the thread's last
5538 stop signal, if in "pass" state.
5539 (linux_nat_resume): Adjust to rename.
5540 (stop_wait_callback): New assertion. Don't respawn signals;
5541 instead let the LWP remain with SIGNALLED set.
5542 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5543 * remote.c (append_pending_thread_resumptions): New.
5544 (remote_vcont_resume): Call it.
5545 * target.h (target_resume): Extend comment.
5547 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5549 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5551 2012-06-27 Doug Evans <dje@google.com>
5553 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5554 Delete have_addr_base, unused. All uses updated.
5555 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5556 (dwarf2_get_pc_bounds): Add ranges_base.
5557 (dwarf2_record_block_ranges): Ditto.
5559 2012-06-27 Tom Tromey <tromey@redhat.com>
5562 * varobj.c (varobj_create): Update.
5563 (varobj_set_value): Update.
5564 * tracepoint.c (validate_actionline): Update.
5565 (encode_actions_1): Update.
5566 * parse.c (parse_exp_1): Add 'pc' argument.
5567 (parse_exp_in_context): Add 'pc' argument. Change how
5568 expression_context_pc is set.
5569 (parse_expression): Update.
5570 (parse_field_expression): Update.
5571 * expression.h (parse_exp_1): Update.
5572 * eval.c (parse_to_comma_and_eval): Update.
5573 * breakpoint.c (set_breakpoint_condition): Update.
5574 (update_watchpoint): Update.
5575 (init_breakpoint_sal): Update
5576 (find_condition_and_thread): Update.
5577 (watch_command_1): Update.
5578 (update_breakpoint_locations): Update.
5579 * ada-lang.c (ada_read_renaming_var_value): Update.
5580 (create_excep_cond_exprs): Update.
5582 2012-06-27 Doug Evans <dje@google.com>
5584 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5587 2012-06-26 Doug Evans <dje@google.com>
5589 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5591 (error_check_comp_unit_head): New arg abbrev_section. All callers
5593 (read_and_check_comp_unit_head): Ditto.
5594 (read_and_check_type_unit_head): Ditto.
5596 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5598 New attribute 'last' for gdb.Symtab_and_line.
5599 * NEWS (Python Scripting): Add entry about the new attribute.
5600 * python/py-symtab.c (salpy_get_last): New function which
5601 implements the get method for the 'last' attribute of
5602 gdb.Symtab_and_line.
5603 (sal_object_getset): Add entry for the 'last' attribute.
5605 2012-06-26 Doug Evans <dje@google.com>
5607 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5608 (dwo_sections): Add macinfo, macro.
5609 (dwarf2_locate_dwo_sections): Watch for macro sections.
5610 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5611 All callers updated. Handle DWO files.
5613 * NEWS: Mention new options "set debug dwarf2-read" and
5614 "set debug symtab-create".
5615 * dwarf2read.c (dwarf2_read_debug): New static global.
5616 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5617 (process_queue): Ditto.
5618 (process_full_comp_unit): Ditto.
5619 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5620 * elfread.c (elf_symfile_read): Add debugging printf.
5621 * minsyms.c (install_minimal_symbols): Ditto.
5622 * psymtab.c (allocate_psymtab): Ditto.
5623 * symfile.c (allocate_symtab): Ditto.
5624 * symtab.c (symtab_create_debug): New global.
5625 (_initialize_symtab): Add new option "set debug symtab-create".
5626 * symtab.h (symtab_create_debug): Declare.
5628 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5629 (lookup_dwo_type_unit): Ditto.
5631 2012-06-26 Roland McGrath <roland@hack.frob.com>
5632 H.J. Lu <hongjiu.lu@intel.com>
5634 * amd64-linux-nat.c: Include <sys/user.h>.
5635 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5636 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5637 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5639 * configure.ac: Check if the fs_base and gs_base members of
5640 `struct user_regs_struct' exist.
5641 * config.in: Regenerated.
5642 * configure: Likewise.
5644 2012-06-25 Michael Eager <eager@eagercon.com>
5647 * python/python.c (gdbpy_write): Check for interrupted output.
5649 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5651 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5652 register as a stack alignment in ARM mode.
5654 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5656 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5657 * gnulib/config.in: Regenerate.
5658 * gnulib/configure: Likewise.
5659 * gnulib/import/m4/extensions.m4: Update it.
5660 * gnulib/import/m4/gnulib-common.m4: Likewise.
5661 * gnulib/import/m4/memmem.m4: Likewise.
5662 * gnulib/import/m4/mmap-anon.m4: Likewise.
5663 * gnulib/import/m4/multiarch.m4: Likewise.
5664 * gnulib/import/stdint.in.h: Likewise.
5666 2012-06-24 Yao Qi <yao@codesourcery.com>
5668 * corefile.c (write_memory_with_notification): New.
5669 * gdbcore.h: Declare write_memory_with_notification.
5670 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5671 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5672 * valops.c (value_assign): Likewise.
5673 * python/py-inferior.c (infpy_write_memory): Call
5674 'write_memory_with_notification'.
5676 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5678 * cc-with-index.sh: Use also -ex "set auto-load no".
5680 2012-06-23 Doug Evans <dje@google.com>
5683 * NEWS: Document additions to .gdb_index.
5684 * dwarf2read.c: #include "gdb/gdb-index.h".
5685 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5686 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5687 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5688 (dwarf2_read_index): Recognize version 7.
5689 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5690 block_kind, domain): All callers updated.
5691 (dw2_find_symbol_file): Handle new index CU values.
5692 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5693 (add_index_entry): New args is_static, kind. All callers updated.
5694 (offset_type_compare, uniquify_cu_indices): New functions
5695 (symbol_kind): New function.
5696 (write_psymtabs_to_index): Remove duplicate CU values.
5697 (write_psymtabs_to_index): Write .gdb_index version 7.
5699 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5701 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5702 * configure: Regenerate.
5704 2012-06-20 Yao Qi <yao@codesourcery.com>
5706 * python/py-inferior.c: Update comments of infpy_read_memory
5707 and infpy_write_memory.
5709 2012-06-19 Tom Tromey <tromey@redhat.com>
5712 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5713 (push_type_address_space): Remove.
5714 * parse.c (insert_into_type_stack): New function.
5715 (insert_type): Likewise.
5716 (insert_type_address_space): Rename from push_type_address_space.
5717 Insert tp_space_identifier.
5718 * c-exp.y (ptr_operator): New production.
5719 (abs_decl): Use ptr_operator.
5720 (space_identifier): Call insert_type_address_space.
5721 (ptype): Don't use const_or_volatile_or_space_identifier.
5722 (const_or_volatile_noopt): Call insert_type.
5723 (conversion_type_id, conversion_declarator): New productions.
5724 (operator): Use conversion_type_id.
5726 2012-06-18 Doug Evans <dje@google.com>
5728 * symtab.h (minimal_symbol): New member created_by_gdb.
5729 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5731 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5732 (search_symbols): Call it instead of lookup_symbol.
5733 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5735 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5736 Adjust address for DW_OP_GNU_addr_index.
5737 * dwarf2expr.h (dwarf_expr_context): Update comment.
5738 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5739 all callers updated. Handle TLS vars described with
5740 DW_OP_GNU_const_index.
5741 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5742 and DW_OP_GNU_const_index.
5743 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5745 * block.c (find_block_in_blockvector): Make explicit the fact that we
5746 ignore GLOBAL_BLOCK.
5748 2012-06-18 Tom Tromey <tromey@redhat.com>
5750 * c-exp.y (operator): Remove trailing space after "delete" and
5753 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5754 Jan Kratochvil <jan.kratochvil@redhat.com>
5756 Switch i386 and derived targets to ON_STACK.
5757 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5758 (amd64_dicos_init_abi): Remove its installment.
5759 * dicos-tdep.c (dicos_init_abi): Remove the
5760 set_gdbarch_call_dummy_location call. Update the comment here.
5761 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5762 (i386_dicos_init_abi): Remove its installment.
5763 * i386-tdep.c (i386_push_dummy_code): New function.
5764 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5765 i386_push_dummy_code.
5767 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5769 Remove stale dummy frames.
5770 * breakpoint.c: Include dummy-frame.h.
5771 (longjmp_breakpoint_ops): New variable.
5772 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5773 bp_longjmp_call_dummy.
5774 (bpstat_what, bptype_string, print_one_breakpoint_location)
5775 (init_bp_location): Support bp_longjmp_call_dummy.
5776 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5777 (set_longjmp_breakpoint_for_call_dummy)
5778 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5780 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5781 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5782 FIXME comment and extend the other comment for bp_call_dummy.
5783 (set_longjmp_breakpoint_for_call_dummy)
5784 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5785 * dummy-frame.c: Include gdbthread.h.
5786 (pop_dummy_frame_bpt): New function.
5787 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5788 (dummy_frame_discard): New function.
5789 (cleanup_dummy_frames): Update the comment about longjmps.
5790 * dummy-frame.h (dummy_frame_discard): New declaration.
5791 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5792 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5793 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5794 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5795 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5796 keep_going if IS_LONGJMP and there is no other reason to stop.
5798 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5800 * remote-sim.c (sim_command_completer): Initialize
5803 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5805 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5806 * dwarf2loc.c (call_site_parameter_matches): Support
5807 CALL_SITE_PARAMETER_PARAM_OFFSET.
5808 (needs_dwarf_reg_entry_value): Push stub value.
5809 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5810 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5811 * gdbtypes.h (enum call_site_parameter_kind): New item
5812 CALL_SITE_PARAMETER_PARAM_OFFSET.
5813 (struct call_site.parameter.u): New field param_offset.
5815 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5817 Code cleanup: Generalize call_site.parameter key.
5818 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5819 variable dwarf_reg. New variable kind_u. Update parameters to
5820 push_dwarf_reg_entry_value.
5821 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5822 * dwarf2expr.h (enum call_site_parameter_kind)
5823 (union call_site_parameter_u): Forward declarations.
5824 (struct dwarf_expr_context_funcs): Update parameters and their
5825 description for push_dwarf_reg_entry_value.
5826 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5827 * dwarf2loc.c (call_site_parameter_matches): New function.
5828 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5829 description. Use call_site_parameter_matches.
5830 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5831 Update parameters and their description.
5832 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5833 New variable kind_u. Adjust the caller for updated parameters.
5834 (needs_dwarf_reg_entry_value): Update parameters.
5835 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5836 instead of attr. Update for the changed fields of struct
5837 call_site_parameter.
5838 * gdbtypes.h: Include dwarf2expr.h.
5839 (enum call_site_parameter_kind): New.
5840 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5841 fb_offset into new union u.
5843 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5845 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5846 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5849 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5851 * amd64-linux-nat.c (compat_x32_clock_t): New.
5852 (compat_x32_siginfo_t): Likewise.
5853 (compat_x32_siginfo_from_siginfo): Likewise.
5854 (siginfo_from_compat_x32_siginfo): Likewise.
5855 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5856 and siginfo_from_compat_x32_siginfo for x32.
5858 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5860 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5862 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5864 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5865 instead of gdbarch_ptr_bit.
5866 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5867 (amd64_supply_native_gregset): Likewise.
5868 (amd64_collect_native_gregset): Likewise.
5869 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5870 (amd64_supply_xsave): Likewise.
5871 (amd64_collect_fxsave): Likewise.
5872 (amd64_collect_xsave): Likewise.
5874 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5876 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5877 (amd64_linux_read_description): Check DS segment register for
5880 2012-06-15 Tom Tromey <tromey@redhat.com>
5882 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5883 init_cutu_and_read_dies.
5885 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5887 * MAINTAINERS (Write After Approval): Add myself to the list.
5889 2012-06-15 Tom Tromey <tromey@redhat.com>
5891 * valops.c (value_find_oload_method_list): Now static.
5892 * value.h (value_find_oload_method_list): Don't declare.
5894 2012-06-15 Tom Tromey <tromey@redhat.com>
5896 * valops.c (find_overload_match): Use value_ind.
5898 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5900 * infrun.c (handle_inferior_event): Correct indentation.
5902 2012-06-14 Doug Evans <dje@google.com>
5904 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5905 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5907 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5908 updated. Handle DEBUG_LOC_START_LENGTH.
5909 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5910 (loclist_describe_location): Ditto.
5912 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5915 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5916 after hiding inline functions.
5918 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5920 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5921 _initialize_inf_ttrace.
5923 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5925 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5926 _initialize_hppa_hpux_nat.
5928 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5930 * remote-sim.c (sim_command_completer): Change type of return
5931 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5933 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5934 Jan Kratochvil <jan.kratochvil@redhat.com>
5937 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5938 stack on a 16-byte boundary.
5940 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5942 * jit.c (finalize_symtab): Set function's return type to 'void' by
5945 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5946 H.J. Lu <hongjiu.lu@intel.com>
5948 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5949 Move bits common to both the classic LP64 and the new x32 ILP32
5951 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5952 (amd64_x32_linux_init_abi): New function.
5953 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5956 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5957 * i386-tdep.c (i386_pseudo_register_name): Make public.
5958 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5959 * amd64-tdep.c (amd64_dword_names): Add "eip".
5960 (amd64_x32_pseudo_register_type): New function
5961 (amd64_x32_init_abi): New function.
5963 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5966 * inferior.h (struct inferior_suspend_state): Comment out.
5967 (struct inferior): Comment out the field suspend.
5968 * infrun.c (struct infcall_suspend_state): Comment out the field
5970 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5973 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5975 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5976 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5977 function comment. Return ERROR for unresolved cases. Implement
5978 returning proper NAME.
5979 (yylex): Accept also NAME from classify_inner_name.
5980 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5981 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5983 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5985 2012-06-13 Tom Tromey <tromey@redhat.com>
5987 * breakpoint.c (condition_completer): New function.
5988 (_initialize_breakpoint): Use it.
5989 * value.c (complete_internalvar): New function.
5990 * value.h (complete_internalvar): Declare.
5992 2012-06-13 Tom Tromey <tromey@redhat.com>
5994 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5995 * breakpoint.c (catch_syscall_completer): Return a VEC.
5996 * cli/cli-cmds.c (complete_command): Update.
5997 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5998 (complete_on_enum): Likewise.
5999 * command.h: Include gdb_vecs.h.
6000 (completer_ftype): Change return type.
6001 (complete_on_cmdlist, complete_on_enum): Likewise.
6002 * completer.c (noop_completer, filename_completer)
6003 (location_completer): Return a VEC.
6004 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6006 (expression_completer, complete_line_internal, complete_line)
6007 (command_completer): Return a VEC.
6008 (gdb_completion_word_break_characters, line_completion_function):
6010 * completer.h: Include gdb_vecs.h.
6011 (complete_line, noop_completer, filename_completer)
6012 (expression_completer, location_completer, command_completer):
6014 * f-lang.c (f_word_break_characters): Return a VEC.
6015 * interps.c (interpreter_completer): Return a VEC.
6016 * language.h (struct language_defn)
6017 <la_make_symbol_completion_list>: Return a VEC.
6018 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6019 * symtab.c (free_completion_list): Take a VEC.
6020 (return_val_size, return_val_index): Remove.
6021 (return_val): Now a VEC.
6022 (completion_list_add_name): Update.
6023 (default_make_symbol_completion_list_break_on)
6024 (default_make_symbol_completion_list, make_symbol_completion_list)
6025 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6027 (add_filename_to_list): Update.
6028 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6030 (maybe_add_partial_symtab_filename): Update.
6031 (make_source_files_completion_list): Return a VEC.
6032 * symtab.h (default_make_symbol_completion_list_break_on)
6033 (default_make_symbol_completion_list, make_symbol_completion_list)
6034 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6035 (make_source_files_completion_list): Update.
6037 2012-06-13 Tom Tromey <tromey@redhat.com>
6039 * breakpoint.c (add_catch_command): Use completer_ftype.
6040 * breakpoint.h: Include command.h.
6041 (add_catch_command): Use completer_ftype.
6042 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6043 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6044 Use completer_ftype.
6045 * command.h (completer_ftype): New typedef.
6046 (set_cmd_completer): Use it.
6047 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6050 2012-06-13 Pedro Alves <palves@redhat.com>
6052 Partial revert of previous change.
6054 * serial.c (scb_base): New global.
6055 (serial_for_fd): New.
6056 (serial_open, serial_fdopen_ops): Link new serial in open serials
6058 (do_serial_close): Unlink serial from the open serials chain.
6060 2012-06-12 Pedro Alves <palves@redhat.com>
6062 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6064 (prepare_for_detach): No longer context switch here in non-stop
6066 (fetch_inferior_event): Ditto.
6067 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6068 to the event thread before removing breakpoints. Switch to the
6069 event thread before inserting breakpoints and resuming.
6070 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6071 event thread before resuming.
6072 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6073 Switch to the event thread before removing breakpoints.
6075 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6077 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6078 special characters correctly for the Windows shells. See
6079 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6081 [!__MINGW32__]: Remove extra double quote character from special
6084 2012-06-11 Stan Shebs <stan@codesourcery.com>
6086 * ui-out.h: Remove #if 0 declarations.
6087 * ui-out.c: Remove #if 0 functions.
6089 2012-06-11 Pedro Alves <palves@redhat.com>
6091 * ser-base.c (run_async_handler_and_reschedule): New.
6092 (fd_event, push_event): Use it.
6093 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6094 reference count to 1.
6095 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6097 (serial_is_open, serial_ref, serial_unref): New.
6098 * serial.h (serial_open): Adjust comment.
6099 (serial_is_open): Declare.
6100 (serial_close): Adjust comment.
6101 (serial_ref, serial_unref) Declare.
6102 (struct serial): New field 'refcnt'.
6104 2012-06-11 Pedro Alves <palves@redhat.com>
6106 Remove #if 0'd "connect" command, and unnecessary associated
6107 refcounting and serial reuse bits.
6109 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6110 * serial.c (last_serial_opened): Delete.
6112 (serial_open): Adjust.
6113 (serial_for_fd): Delete.
6114 (serial_fdopen_ops, do_serial_close): Adjust.
6115 (serial_fdopen_ops): Adjust.
6117 2012-06-11 Pedro Alves <palves@redhat.com>
6119 * serial.c (do_serial_close): Remove early return when SCB is
6122 2012-06-11 Tom Tromey <tromey@redhat.com>
6124 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6126 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6128 Fix regression by the "ambiguous linespec" series.
6129 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6130 get_last_displayed_symtab and get_last_displayed_line and depending
6133 2012-06-11 Tom Tromey <tromey@redhat.com>
6135 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6136 (dw2_find_symbol_file): Use it.
6138 2012-06-11 Michael Eager <eager@eagercon.com>
6140 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6141 * mips-linux-tdep.h (mips_signals): New
6143 2012-06-11 Tom Tromey <tromey@redhat.com>
6145 * infrun.c (handle_inferior_event)
6146 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6148 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6149 exception logic in all cases. Update comments.
6150 (insert_longjmp_resume_breakpoint): Set the exception resume
6153 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6155 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6157 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6159 * valarith.c (binop_types_user_defined_p): Fix a typo.
6161 2012-06-08 Yao Qi <yao@codesourcery.com>
6162 Chung-Lin Tang <cltang@codesourcery.com>
6164 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6165 * arch-utils.h: Declare.
6166 * gdbarch.sh: Add return_in_first_hidden_param_p.
6167 * gdbarch.c, gdbarch.h: Regenerated.
6168 * infcall.c (call_function_by_hand): Call
6169 gdbarch_return_in_first_hidden_param_p instead of
6170 language_pass_by_reference.
6172 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6173 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6174 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6175 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6176 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6177 `cplus_return_struct_by_reference'.
6178 (tic6x_return_value): Handle language cplusplus.
6179 (tic6x_return_in_first_hidden_param_p): New.
6180 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6182 2012-06-07 Doug Evans <dje@google.com>
6184 * dwarf2read.c (dwarf2_cu): Add comment.
6186 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6188 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6190 (mips_eabi_push_dummy_call): Likewise.
6191 (mips_n32n64_push_dummy_call): Likewise.
6192 (mips_o32_push_dummy_call): Likewise.
6193 (mips_o64_push_dummy_call): Likewise.
6195 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6197 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6199 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6201 * mips-tdep.c (mips_pseudo_register_type): Use
6202 mips_float_register_p.
6204 2012-06-06 Pedro Alves <palves@redhat.com>
6206 * infrun.c (handle_inferior_event): Remove calls to
6207 reinit_frame_cache that follow a context_switch call.
6209 2012-06-06 Pedro Alves <palves@redhat.com>
6211 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6212 context_switch and remove stale comment.
6214 2012-06-06 Pedro Alves <palves@redhat.com>
6216 * infrun.c (struct execution_control_state): Remove
6217 `new_thread_event' field.
6218 (handle_inferior_event): Simplify new threads handling; don't
6219 resume the inferior if we find a new thread.
6221 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6223 * NEWS: Document the deprecation of SH's 'regs' command.
6224 * inferior.h (all_registers_info): Add function declaration.
6225 * sh-tdep.c (sh_show_regs): Remove variable.
6226 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6227 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6228 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6229 (sh_show_regs_command): Remove functions.
6230 (sh_gdbarch_init): Don't set sh_show_regs.
6231 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6232 'info all-registers'.
6233 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6234 (sh64_show_regs): Remove functions.
6235 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6237 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6239 * configure.ac: Move development=true below AC_INIT.
6240 * configure: Regenerate.
6242 2012-06-05 Stan Shebs <stan@codesourcery.com>
6244 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6247 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6249 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6250 argument as ssize_t.
6251 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6252 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6253 * target.c (target_read_stack, target_write_memory)
6254 (target_write_raw_memory): Likewise.
6255 * target.h (target_read_stack, target_write_memory)
6256 (target_write_raw_memory): Likewise.
6258 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6260 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6261 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6262 * target.c (target_read_memory): Change LEN to ssize_t.
6263 * target.h (target_read_memory): Change LEN to ssize_t.
6265 2012-06-05 Pedro Alves <palves@redhat.com>
6269 * breakpoint.c (until_break_command): Only fetch the selected
6270 frame after decode_line_1.
6272 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6274 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6275 event breakpoint at _start, __start or main if a program
6276 interpreter is not found.
6278 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6280 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6282 * windows-tdep.c: #include "objfiles.h".
6283 (windows_iterate_over_objfiles_in_search_order): New function.
6284 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6285 iterate_over_objfiles_in_search_order gdbarch method to
6286 windows_iterate_over_objfiles_in_search_order.
6287 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6289 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6291 * gdbarch.sh: Add generation of
6292 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6293 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6294 (iterate_over_objfiles_in_search_order): New gdbarch method.
6295 * gdbarch.h, gdbarch.c: Regenerate.
6296 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6298 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6300 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6301 out of lookup_symbol_aux_symtabs.
6302 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6303 call to lookup_symbol_aux_objfile.
6304 (struct global_sym_lookup_data): New type.
6305 (lookup_symbol_global_iterator_cb): New function.
6306 (lookup_symbol_global): Search for symbol using
6307 gdbarch_iterate_over_objfiles_in_search_order and
6308 lookup_symbol_global_iterator_cb.
6309 * findvar.c (struct minsym_lookup_data): New type.
6310 (minsym_lookup_iterator_cb): New function.
6311 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6312 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6313 and minsym_lookup_iterator_cb.
6315 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6317 Revert the following patch:
6318 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6319 try locating the symbol in the symbol's own objfile first, before
6320 extending the search to all objfiles.
6321 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6322 out of lookup_symbol_aux_symtabs.
6323 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6324 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6325 Do not search EXCLUDE_OBJFILE.
6326 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6327 (lookup_symbol_global): Search for matches in the block's objfile
6328 first, before searching all other objfiles.
6330 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6332 * breakpoint.c (find_condition_and_thread): Stop parsing
6333 as soon as the first invalid keyword is found.
6335 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6337 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6339 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6341 * config/djgpp/djcheck.sh: Add copyright header.
6343 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6345 * copyright.py (update_files, main): Fix path to update-copyright
6348 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6350 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6351 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6352 for which a reminder to update by hand is printed.
6354 2012-06-04 Doug Evans <dje@google.com>
6356 * buildsym.c (make_blockvector): Add comment.
6358 2012-06-04 Pedro Alves <palves@redhat.com>
6360 * arch-utils.c (default_gdb_signal_from_target): Delete.
6361 * arch-utils.h (default_gdb_signal_from_target): Delete.
6362 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6363 gdbarch_gdb_signal_from_target_p.
6364 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6366 * gdbarch.h: Regenerate.
6367 * gdbarch.c: Regenerate.
6369 2012-06-04 Pedro Alves <palves@redhat.com>
6371 * gdbarch.sh (gdb_signal_from_target): Mention that the
6372 implementation of the method must be host independent.
6373 * gdbarch.h: Regenerate.
6375 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6377 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6379 (target_read_memory_bfd): New function.
6380 (symbol_file_add_from_memory): Use it.
6382 2012-06-03 Doug Evans <dje@google.com>
6384 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6386 (basic_lookup_transparent_type): Ditto.
6388 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6389 (ALL_PRIMARY_SYMTABS): Use it.
6390 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6391 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6392 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6393 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6394 (basic_lookup_transparent_type): Ditto.
6396 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6398 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6399 it to optimize resolution of demangled name.
6401 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6403 * configure.ac (development): Define new variable.
6404 Call AC_CHECK_LIB for mcheck if $development.
6405 (ERROR_ON_WARNING): Enable it by default only if $development.
6406 * config.in: Regenerate.
6407 * configure: Regenerate.
6409 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6411 * target.c (target_read_memory): Make LEN argument as size_t.
6412 * target.h (target_read_memory): Likewise.
6414 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6416 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6418 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6420 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6421 BookE interface for PowerPC server processors if not available
6422 in the Linux Kernel.
6424 2012-05-31 Keith Seitz <keiths@redhat.com>
6426 * linespec.c (decode_objc): Add cleanup to free
6428 (find_linespec_symbols): Add cleanup to free CLASSES.
6429 * symfile.c (find_separate_debug_file_by_debuglink): Add
6430 cleanup to free DEBUGLINK.
6431 * ui-out.c (clear_header_list): No need to check if
6432 HEADER_NEXT.COLHDR is NULL.
6433 Free HEADER_NEXT.COL_NAME.
6435 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6437 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6440 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6442 * configure.host (gdb_host_cpu): Handle tilegx*.
6443 (gdb_host): Handle tilegx-*-linux*.
6444 * tilegx-linux-nat.c: New file.
6445 * config/tilegx/linux.mh: New file.
6447 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6449 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6450 tilegx-linux-tdep.o.
6451 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6452 tilegx-linux-tdep.c.
6453 * configure.tgt: Handle tilegx-*-linux*.
6454 * tilegx-tdep.h: New file.
6455 * tilegx-tdep.c: New file.
6456 * tilegx-linux-tdep.c: New file.
6457 * regformats/reg-tilegx.dat: New file.
6459 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6461 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6462 accounting of hw watchpoints on ppc.
6464 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6466 * source.c (openp): Expand tilde in path entries.
6468 2012-05-29 Doug Evans <dje@google.com>
6470 * buildsym.c (block_compar): Fix comment.
6471 (end_symtab): Fix and clarify some comments.
6473 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6474 cleanup_undefined_types.
6475 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6476 All callers updated.
6478 2012-05-29 Tom Tromey <tromey@redhat.com>
6480 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6482 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6483 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6485 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6488 2012-05-29 Tristan Gingold <gingold@adacore.com>
6490 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6491 (struct darwin_info): ... New struct.
6492 (solib_darwin_pspace_data): New variable.
6493 (darwin_pspace_data_cleanup): New function.
6494 (get_darwin_info): Likewise.
6495 (darwin_dyld_version_ok, darwin_load_image_infos)
6496 (darwin_solib_get_all_image_info_addr_at_init)
6497 (darwin_solib_read_all_image_info_addr): Add info argument.
6499 (darwin_current_sos): Use per pspace structure.
6500 (darwin_solib_create_inferior_hook): Likewise.
6501 (darwin_clear_solib): Likewise.
6502 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6504 2012-05-28 Pedro Alves <palves@redhat.com>
6506 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6507 block that uses them. Clear ecss before handling each event.
6509 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6511 * solib-svr4.c (svr4_current_sos): New comment on
6512 svr4_current_sos_via_xfer_libraries fall back.
6514 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6516 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6517 it as a fallback for TYPE_IS_OPAQUE.
6518 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6519 symbols for lookup_symbol.
6521 2012-05-24 John Steele Scott <toojays@toojays.net>
6523 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6524 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6525 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6526 (check_producer): ... this new function, which also checks for ICC
6527 and caches the result.
6528 (producer_is_icc): New function.
6529 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6532 2012-05-24 Pedro Alves <palves@redhat.com>
6536 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6537 (default_gdb_signal_to_target): ... this. Add comment.
6538 (default_gdb_signal_from_host): Rename to ...
6539 (default_gdb_signal_from_target): ... this. Add comment.
6540 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6541 (default_gdb_signal_to_target): ... this.
6542 (default_gdb_signal_from_host): Rename to ...
6543 (default_gdb_signal_from_target): ... this.
6544 * corelow.c (core_open): Adjust to naming change. Replace comment.
6545 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6546 (gdb_signal_from_target): ... this. Adjust to
6547 default_gdb_signal_from_host naming change. Extend comment.
6548 (gdb_signal_to_host): Rename to ...
6549 (gdb_signal_to_target): ... this. Adjust to
6550 default_gdb_signal_to_host naming change.
6551 * gdbarch.h, gdbarch.c: Renegerate.
6553 2012-05-24 Pedro Alves <palves@redhat.com>
6557 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6559 2012-05-24 Pedro Alves <palves@redhat.com>
6563 Replace target_signal with gdb_signal throughout.
6565 2012-05-24 Pedro Alves <palves@redhat.com>
6569 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6570 string, instead of reusing the va_list argument.
6572 2012-05-24 Tom Tromey <tromey@redhat.com>
6574 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6577 2012-05-23 Doug Evans <dje@google.com>
6579 * symtab.c (search_symbols): Formatting fixes.
6580 (print_symbol_info): Formatting fixes.
6582 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6583 int64_t change to leb128 API.
6584 (read_encoded_value, decode_frame_entry_1): Ditto.
6585 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6586 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6587 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6588 (execute_stack_op): Ditto.
6589 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6590 (safe_read_uleb128, safe_read_sleb128): Ditto.
6591 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6592 (dwarf2_compile_expr_to_ax): Ditto.
6593 (locexpr_describe_location_piece): Ditto.
6594 (disassemble_dwarf_expression): Ditto.
6595 (locexpr_describe_location_1): Ditto.
6597 2012-05-23 Stan Shebs <stan@codesourcery.com>
6598 Kwok Cheung Yeung <kcy@codesourcery.com>
6600 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6601 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6602 (mi-cmd-info.o): New rule.
6603 * osdata.h (info_osdata_command): New declaration.
6604 * osdata.c (info_osdata_command): Change to non-static.
6605 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6606 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6607 * mi/mi-cmd-info.c: New file.
6609 2012-05-23 Doug Evans <dje@google.com>
6611 * symtab.c (search_symbols): Pass NULL for file_matcher to
6612 expand_symtabs_matching if there are no files to match.
6614 * gdbtypes.c (lookup_typename): Simplify.
6616 2012-05-23 Pedro Alves <palves@redhat.com>
6618 * arch-utils.h (default_target_signal_to_host): Delete.
6619 * arch-utils.c (default_target_signal_to_host): Delete.
6620 * gdbarch.sh (target_signal_to_host): Remove.
6621 * gdbarch.h, gdbarch.c: Regenerate.
6623 2012-05-22 Doug Evans <dje@google.com>
6625 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6627 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6628 (execute_cfa_program): Update to match API of leb128 functions.
6629 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6631 (read_unsigned_leb128, read_signed_leb128): Delete.
6632 (read_initial_length): Change type of buf argument to
6634 (read_encoded_value): Update to match API of leb128 functions.
6635 (decode_frame_entry): Change result to "const gdb_byte *", and
6636 similarly for "start" parameter.
6637 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6638 (dwarf2_build_frame_info): Change local frame_ptr to
6640 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6641 read_uleb128, read_sleb128. All callers updated.
6642 (safe_skip_leb128): New function.
6643 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6644 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6645 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6646 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6647 read_uleb128, read_sleb128.
6648 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6649 (execute_stack_op): Update to match API of leb128 functions.
6650 * dwarf2expr.h: #include "leb128.h".
6651 (read_uleb128, read_sleb128): Delete.
6652 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6653 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6654 * dwarf2loc.c (debug_loc_kind): New enum.
6655 (decode_debug_loc_addresses): New function.
6656 (decode_debug_loc_dwo_addresses): New function.
6657 (dwarf2_find_location_expression): Rewrite.
6658 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6659 (locexpr_describe_location_piece): Ditto.
6660 (disassemble_dwarf_expression): Ditto.
6661 (locexpr_describe_location_1): Ditto.
6662 (loclist_describe_location): Rewrite.
6663 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6664 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6665 (dwarf2_section_buffer_overflow_complaint): Renamed from
6666 dwarf2_macros_too_long_complaint. All callers updated.
6667 (skip_leb128): Delete.
6668 (init_cu_die_reader): Initialize reader->buffer_end.
6669 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6670 (skip_form_bytes): New arg buffer_end. All callers updated.
6671 Replace call to skip_leb128 with gdb_skip_leb128.
6672 (skip_unknown_opcode): New arg mac_end. All callers updated.
6673 (fill_in_loclist_baton): Initialize baton->from_dwo.
6675 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6677 * mips-linux-nat.c (mips_linux_read_description): Use a more
6678 verbose error message.
6680 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6682 * NEWS: Add MIPS/Linux DSP support.
6683 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6684 (SIGCONTEXT_DSPCTL): New macro.
6685 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6686 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6687 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6688 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6689 (N64_SIGCONTEXT_HI3): Likewise.
6690 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6691 (N64_SIGCONTEXT_LO3): Likewise.
6692 (N64_SIGCONTEXT_DSPCTL): Likewise.
6693 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6694 (mips_linux_o32_sigframe_init): Handle DSP registers.
6695 (mips_linux_n32n64_sigframe_init): Likewise.
6697 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6699 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6702 2012-05-22 Pedro Alves <palves@redhat.com>
6704 * target.h (store_waitstatus): Move declaration ...
6705 * inf-child.h (store_waitstatus): ... here.
6706 * target.c: Move inclusion of gdb_wait.h, and ...
6707 (store_waitstatus): ... this ...
6708 * inf-child.c: ... here.
6709 * linux-nat.c: Include inf-child.h.
6710 * rs6000-nat.c: Include inf-child.h.
6711 * spu-linux-nat.c: Include inf-child.h.
6713 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6715 * tracepoint.c (start_tracing): Add missing i18n markup.
6716 (stop_tracing, set_trace_user): Ditto.
6717 (set_trace_notes, set_trace_stop_notes): Ditto.
6719 2012-05-21 Tom Tromey <tromey@redhat.com>
6722 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6724 * value.h (value_cast_pointers): Update.
6725 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6726 (value_cast): Update.
6727 (update_search_result): New function.
6728 (do_search_struct_field): New, from search_struct_field. Check
6729 for ambiguous results.
6730 (search_struct_field): Rewrite.
6731 * infcall.c (value_arg_coerce): Update.
6732 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6733 value_cast_pointers.
6734 * ada-lang.c (ada_convert_actual): Update.
6736 2012-05-21 Tom Tromey <tromey@redhat.com>
6738 * macroexp.c (macro_stringify): Terminate the string.
6740 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6742 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6744 * auto-load.c (auto_load_expand_dir_vars): New function.
6745 (auto_load_safe_path_vec_update): Use it, remove the
6746 substitute_path_component call thanks to it.
6747 (auto_load_objfile_script): Remove the debug_file_directory processing.
6748 Use auto_load_expand_dir_vars, remove the substitute_path_component
6750 * configure: Regenerate.
6751 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6752 path. Escape $ also for $debugdir.
6753 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6754 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6756 2012-05-20 Doug Evans <dje@google.com>
6758 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6759 before use. Check for symtab->includes == NULL before scanning it.
6761 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6763 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6765 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6767 * NEWS: Add microMIPS support and "set mips compression",
6768 "show mips compression" commands.
6769 * mips-tdep.h (mips_isa): New enum.
6770 (gdbarch_tdep): Add mips_isa.
6771 (mips_pc_is_mips16): Update prototype.
6772 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6773 * mips-tdep.c (mips_compression_mips16): New variable.
6774 (mips_compression_micromips): Likewise.
6775 (mips_compression_strings): Likewise.
6776 (mips_compression_string): Likewise.
6777 (is_mips16_isa, is_micromips_isa): New functions.
6778 (is_mips16_addr): Rename to...
6779 (is_compact_addr): ... this.
6780 (unmake_mips16_addr): Likewise to...
6781 (unmake_compact_addr): ... this.
6782 (make_mips16_addr): Likewise to...
6783 (make_compact_addr): ... this.
6784 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6786 (mips_elf_make_msymbol_special): Handle microMIPS code.
6787 (msymbol_is_special): Rename to...
6788 (msymbol_is_mips16): ... this.
6789 (mips_make_symbol_special, mips_pc_is_mips16): Update
6791 (msymbol_is_mips, msymbol_is_micromips): New functions.
6792 (mips16_to_32_reg): Rename to...
6793 (mips_reg3_to_reg): ... this.
6794 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6795 (mips_pc_isa): Likewise.
6796 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6798 (mips_fetch_instruction): Pass return status instead of printing
6799 an error message if requested. Handle microMIPS code. Bail out
6801 (micromips_op): New macro.
6802 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6803 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6804 (b6s4_op, b7s3_reg): Likewise.
6805 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6806 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6807 (mips_insn_size): New function.
6808 (mips32_next_pc): Update mips_fetch_instruction call.
6809 (micromips_relative_offset7): New function.
6810 (micromips_relative_offset10): Likewise.
6811 (micromips_relative_offset16): Likewise.
6812 (micromips_pc_insn_size): Likewise.
6813 (micromips_bc1_pc): Likewise.
6814 (micromips_next_pc): Likewise.
6815 (unpack_mips16): Update mips_fetch_instruction call.
6816 (extended_mips16_next_pc): Update according to change to
6818 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6820 (mips16_scan_prologue): Update mips_fetch_instruction call.
6821 Update according to change to mips16_to_32_reg.
6822 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6823 (mips_insn16_frame_base_sniffer): Likewise.
6824 (micromips_decode_imm9): New function.
6825 (micromips_scan_prologue): Likewise.
6826 (mips_micro_frame_cache): Likewise.
6827 (mips_micro_frame_this_id): Likewise.
6828 (mips_micro_frame_prev_register): Likewise.
6829 (mips_micro_frame_sniffer): Likewise.
6830 (mips_micro_frame_unwind): New variable.
6831 (mips_micro_frame_base_address): New function.
6832 (mips_micro_frame_base): New variable.
6833 (mips_micro_frame_base_sniffer): New function.
6834 (mips32_scan_prologue): Update mips_fetch_instruction call.
6835 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6836 rather than for MIPS16.
6837 (mips_insn32_frame_base_sniffer): Likewise.
6838 (mips_addr_bits_remove): Handle microMIPS code.
6839 (deal_with_atomic_sequence): Rename to...
6840 (mips_deal_with_atomic_sequence): ... this. Update the type
6841 of the variable used to hold an instruction. Remove the ISA bit
6842 check. Update mips_fetch_instruction call.
6843 (micromips_deal_with_atomic_sequence): New function.
6844 (deal_with_atomic_sequence): Likewise.
6845 (mips_about_to_return): Handle microMIPS code. Update
6846 mips_fetch_instruction call.
6847 (heuristic_proc_start): Check for the standard MIPS ISA rather
6848 than for MIPS16. Update mips_pc_is_mips16 and
6849 mips_fetch_instruction calls. Handle microMIPS code.
6850 (mips_push_dummy_code): Handle microMIPS code.
6851 (mips_eabi_push_dummy_call): Likewise.
6852 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6853 (mips_o64_push_dummy_call): Handle microMIPS code.
6854 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6855 (is_delayed): Remove function.
6856 (mips_single_step_through_delay): Replace the call to is_delayed
6857 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6858 Handle microMIPS code.
6859 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6861 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6863 (micromips_in_function_epilogue_p): New function.
6864 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6866 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6868 (gdb_print_insn_mips): Likewise.
6869 (mips_breakpoint_from_pc): Likewise.
6870 (mips_remote_breakpoint_from_pc): New function.
6871 (mips32_instruction_has_delay_slot): Simplify making use of the
6872 updated mips_fetch_instruction interface.
6873 (micromips_instruction_has_delay_slot): New function.
6874 (mips16_instruction_has_delay_slot): Simplify making use of the
6875 updated mips_fetch_instruction interface.
6876 (mips_adjust_breakpoint_address): Check for the standard MIPS
6877 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6878 calls. Handle microMIPS code.
6879 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6880 (mips_skip_trampoline_code): Handle microMIPS code.
6881 (global_mips_compression): New function.
6882 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6883 file flags. Register the microMIPS remote breakpoint handler
6884 and heuristic frame unwinder.
6885 (show_mips_compression): New function.
6886 (_initialize_mips_tdep): Add the "set mips compression" and
6887 "show mips compression" commands.
6889 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6894 * amd64-darwin-tdep.c:
6895 * arm-symbian-tdep.c:
6899 * bfin-linux-tdep.c:
6906 * dwarf2-frame-tailcall.c:
6935 * microblaze-tdep.c:
6936 * mips-linux-tdep.c:
6944 * python/py-finishbreakpoint.c:
6945 * python/py-inferior.c:
6946 * python/py-infthread.c:
6950 * remote-m32r-sdi.c:
6954 * rs6000-aix-tdep.c:
6980 * amd64-darwin-tdep.c:
6981 * arm-symbian-tdep.c:
6982 * arm-tdep.c: Delete unused variables.
6984 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6986 Rename $ddir to $datadir.
6987 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6988 * auto-load.c (auto_load_safe_path_vec_update)
6989 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6990 * configure: Regenerate.
6991 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6992 Likewise. Remove the 'use $ddir' help string.
6994 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6996 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6997 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6999 2012-05-18 Tom Tromey <tromey@redhat.com>
7002 * valprint.h (struct value_print_options) <symbol_print>: New
7004 * valprint.c (user_print_options): Add default for symbol_print.
7005 (show_symbol_print): New function.
7006 (generic_val_print): Respect symbol_print.
7007 (_initialize_valprint): Add "print symbol" setting.
7008 * f-valprint.c (f_val_print): Respect symbol_print.
7009 * c-valprint.c (c_val_print): Respect symbol_print.
7011 * printcmd.c (print_address_symbolic): Return int. Ignore some
7013 (print_address_demangle): Return int.
7014 * defs.h: (print_address_symbolic): Return int.
7015 * value.h (print_address_demangle): Return int.
7017 2012-05-18 Tom Tromey <tromey@redhat.com>
7019 * valprint.c (val_print_string): Don't print leading space.
7020 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7021 print space before string or vtbl.
7022 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7024 * jv-valprint.c (java_value_print): Print space before string.
7025 * go-valprint.c (print_go_string): Print space before string.
7026 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7027 space before string.
7028 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7029 space before string or vtbl.
7030 * auxv.c (fprint_target_auxv): Print space after address.
7032 2012-05-18 Tom Tromey <tromey@redhat.com>
7034 * printcmd.c (print_address_demangle): Remove special case for 0.
7036 2012-05-18 Tom Tromey <tromey@redhat.com>
7038 * printcmd.c (print_address_demangle): Add 'opts' argument.
7039 * p-valprint.c (pascal_val_print): Update.
7040 * jv-valprint.c (java_val_print): Update.
7042 * valprint.c (generic_val_print): Update.
7043 (print_function_pointer_address): Add 'options' argument. Remove
7044 'addressprint' argument. Update.
7045 * m2-valprint.c (print_unpacked_pointer): Update.
7046 * gnu-v3-abi.c (print_one_vtable): Update.
7047 (gnuv3_print_method_ptr): Update.
7048 * f-valprint.c (f_val_print): Update.
7049 * cp-valprint.c (cp_print_value_fields): Update.
7050 * valprint.h (print_function_pointer_address): Update.
7051 * c-valprint.c (c_val_print): Update.
7053 2012-05-18 Tom Tromey <tromey@redhat.com>
7055 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7056 directly corresponding to the found psymtab.
7057 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7058 (dw2_find_pc_sect_symtab): Use it.
7059 * block.h (blockvector_contains_pc): Declare.
7060 * block.c (find_block_in_blockvector): New function.
7061 (blockvector_for_pc_sect): Use it.
7062 (blockvector_contains_pc): New function.
7064 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7066 * mips-tdep.h (mips_write_pc): New prototype.
7067 * mips-tdep.c (mips_write_pc): Make external, add description.
7068 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7071 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7073 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7075 (mips_unwind_pc, mips_write_pc): Likewise.
7076 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7079 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7081 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7082 proc_warn, proc_error, proc_get_status, proc_flags,
7083 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7084 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7085 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7086 proc_stop_process, proc_wait_for_stop, proc_run_process,
7087 proc_set_traced_signals, proc_set_traced_faults,
7088 proc_set_traced_sysentry, proc_set_traced_sysexit,
7089 proc_set_held_signals, proc_get_held_signals,
7090 proc_get_traced_signals, proc_get_traced_faults,
7091 proc_get_traced_sysentry, proc_get_traced_sysexit,
7092 proc_clear_current_fault, proc_set_current_signal,
7093 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7094 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7095 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7096 proc_get_current_thread, proc_get_current_thread,
7097 proc_get_current_thread, proc_update_threads,
7098 proc_update_threads, proc_update_threads, proc_update_threads,
7099 proc_iterate_over_threads, procfs_find_new_threads,
7100 procfs_pid_to_str): Make static. Remove advance declaration.
7101 (proc_cursig): Make static. Conditionalized defintion on
7102 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7103 (proc_syscall, proc_set_kill_on_last_close,
7104 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7105 proc_get_pending_signals, proc_get_signal_actions,
7106 proc_trace_signal, proc_ignore_signal): Delete.
7108 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7110 * coffread.c (cs_section_address): Passing proper argument for
7111 `bfd_get_section_vma'.
7112 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7113 `bfd_get_section_flags'.
7114 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7115 `bfd_get_section_vma'.
7117 2012-05-16 Tom Tromey <tromey@redhat.com>
7120 * macrotab.h: (macro_define_special): Declare.
7121 (enum macro_special_kind): New.
7122 (struct macro_definition) <argc, replacement>: Update comments.
7123 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7124 (macro_define_object_internal): New function.
7125 (macro_define_object): Use it.
7126 (macro_define_special): New function.
7127 (fixup_definition): New function.
7128 (macro_lookup_definition, foreach_macro_in_scope)
7129 (foreach_macro): Use fixup_definition.
7130 * macroexp.h (macro_stringify): Declare.
7131 * macroexp.c (free_buffer_return_text): New function.
7132 (stringify): Constify "arg".
7133 (macro_stringify): New function.
7134 * dwarf2read.c (macro_start_file): Call macro_define_special.
7136 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7137 Maciej W. Rozycki <macro@mips.com>
7139 * breakpoint.h (bp_location): Add related_address member.
7140 * inferior.h (get_return_value): Take a pointer to struct value
7141 instead of struct type for the function requested.
7142 * value.h (using_struct_return): Likewise.
7143 * gdbarch.sh (return_value): Take a pointer to struct value
7144 instead of struct type for the function requested.
7145 * breakpoint.c (set_breakpoint_location_function): Initialize
7146 related_address for bp_gnu_ifunc_resolver breakpoints.
7147 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7148 requested function's address to gdbarch_return_value.
7149 * eval.c (evaluate_subexp_standard): Pass the requested
7150 function's address to using_struct_return.
7151 * infcall.c (call_function_by_hand): Pass the requested
7152 function's address to using_struct_return and
7153 gdbarch_return_value.
7154 * infcmd.c (get_return_value): Take a pointer to struct value
7155 instead of struct type for the function requested.
7156 (print_return_value): Update accordingly.
7157 (finish_command_continuation): Likewise.
7158 * stack.c (return_command): Pass the requested function's
7159 address to using_struct_return and gdbarch_return_value.
7160 * value.c (using_struct_return): Take a pointer to struct value
7161 instead of struct type for the function requested. Pass the
7162 requested function's address to gdbarch_return_value.
7163 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7164 New function_value member, replacing function_type.
7165 (bpfinishpy_dealloc): Update accordingly.
7166 (bpfinishpy_pre_stop_hook): Likewise.
7167 (bpfinishpy_init): Likewise. Record the requested function's
7169 * mips-tdep.c (mips_fval_reg): New enum.
7170 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7171 words put in GP registers.
7172 (mips_o64_push_dummy_call): Update a comment.
7173 (mips_o32_return_value): Take a pointer to struct value instead
7174 of struct type for the function requested and use it to check if
7175 using the MIPS16 calling convention. Return the designated
7176 general purpose registers for floating-point values returned in
7178 (mips_o64_return_value): Likewise.
7179 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7180 (ppc_sysv_abi_broken_return_value): Likewise.
7181 (ppc64_sysv_abi_return_value): Likewise.
7182 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7183 value instead of struct type for the function requested.
7184 * amd64-tdep.c (amd64_return_value): Likewise.
7185 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7186 * arm-tdep.c (arm_return_value): Likewise.
7187 * avr-tdep.c (avr_return_value): Likewise.
7188 * bfin-tdep.c (bfin_return_value): Likewise.
7189 * cris-tdep.c (cris_return_value): Likewise.
7190 * frv-tdep.c (frv_return_value): Likewise.
7191 * h8300-tdep.c (h8300_return_value): Likewise.
7192 (h8300h_return_value): Likewise.
7193 * hppa-tdep.c (hppa32_return_value): Likewise.
7194 (hppa64_return_value): Likewise.
7195 * i386-tdep.c (i386_return_value): Likewise.
7196 * ia64-tdep.c (ia64_return_value): Likewise.
7197 * iq2000-tdep.c (iq2000_return_value): Likewise.
7198 * lm32-tdep.c (lm32_return_value): Likewise.
7199 * m32c-tdep.c (m32c_return_value): Likewise.
7200 * m32r-tdep.c (m32r_return_value): Likewise.
7201 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7202 * m68k-tdep.c (m68k_return_value): Likewise.
7203 (m68k_svr4_return_value): Likewise.
7204 * m88k-tdep.c (m88k_return_value): Likewise.
7205 * mep-tdep.c (mep_return_value): Likewise.
7206 * microblaze-tdep.c (microblaze_return_value): Likewise.
7207 * mn10300-tdep.c (mn10300_return_value): Likewise.
7208 * moxie-tdep.c (moxie_return_value): Likewise.
7209 * mt-tdep.c (mt_return_value): Likewise.
7210 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7211 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7212 (ppc_sysv_abi_broken_return_value): Likewise.
7213 (ppc64_sysv_abi_return_value): Likewise.
7214 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7215 * rl78-tdep.c (rl78_return_value): Likewise.
7216 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7217 * rx-tdep.c (rx_return_value): Likewise.
7218 * s390-tdep.c (s390_return_value): Likewise.
7219 * score-tdep.c (score_return_value): Likewise.
7220 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7221 (sh_return_value_fpu): Likewise.
7222 * sh64-tdep.c (sh64_return_value): Likewise.
7223 * sparc-tdep.c (sparc32_return_value): Likewise.
7224 * sparc64-tdep.c (sparc64_return_value): Likewise.
7225 * spu-tdep.c (spu_return_value): Likewise.
7226 * tic6x-tdep.c (tic6x_return_value): Likewise.
7227 * v850-tdep.c (v850_return_value): Likewise.
7228 * vax-tdep.c (vax_return_value): Likewise.
7229 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7230 * xtensa-tdep.c (xtensa_return_value): Likewise.
7231 * gdbarch.c: Regenerate.
7232 * gdbarch.h: Regenerate.
7234 2012-05-15 Tom Tromey <tromey@redhat.com>
7236 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7238 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7240 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7241 of command in two error message.
7243 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7245 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7247 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7249 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7251 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7253 * NEWS (show auto-load scripts-directory): Add forgotten command.
7255 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7257 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7260 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7262 * amd64-tdep.c: Include features/i386/x32.c and
7263 features/i386/x32-avx.c.
7264 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7265 initialize_tdesc_x32_avx.
7267 2012-05-14 Stan Shebs <stan@codesourcery.com>
7270 * breakpoint.h (enum bptype): New type bp_dprintf.
7271 (struct breakpoint): New field extra_string.
7272 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7273 (create_breakpoint): Add extra_string arg.
7274 * breakpoint.c (dprintf_breakpoint_ops): New.
7275 (is_breakpoint): Add bp_dprintf.
7276 (bpstat_what): Add dprintf case.
7277 (bptype_string): Ditto.
7278 (print_one_breakpoint_location): Ditto.
7279 (init_bp_location): Ditto.
7280 (bkpt_print_mention): Ditto.
7281 (dprintf_style_enums): New array.
7282 (dprintf_style): New global.
7283 (dprintf_function): New global.
7284 (dprintf_channel): New global.
7285 (update_dprintf_command_list): New function.
7286 (update_dprintf_commands): New function.
7287 (init_breakpoint_sal): Add extra_string argument, handle it.
7288 (create_breakpoint_sal): Add extra_string argument.
7289 (create_breakpoints_sal): Add extra_string argument, update callers.
7290 (find_condition_and_thread): Add extra argument.
7291 (create_breakpoint): Add extra_string argument, record it.
7292 (dprintf_command): New function.
7293 (break_command_1): Add arg to create_breakpoint call.
7294 (handle_gnu_v3_exceptions): Ditto.
7295 (trace_command): Ditto.
7296 (ftrace_command): Ditto.
7297 (strace_command): Ditto.
7298 (bkpt_print_mention): Add dprintf case.
7299 (create_breakpoint_sal_default): Add extra_string argument.
7300 (_initialize_breakpoint): Add new commands.
7301 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7302 * python/py-breakpoint.c (bppy_init): Ditto.
7303 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7305 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7307 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7309 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7311 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7314 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7316 Add a new function gdb.find_pc_line to the Python API.
7317 * NEWS (Python Scripting): Add entry about the new function.
7318 * python/python.c (gdbpy_find_pc_line): New function which
7319 implements gdb.find_pc_line.
7320 (GdbMethods): Add entry for the new function.
7322 2012-05-12 Pedro Alves <palves@redhat.com>
7324 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7325 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7327 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7329 * inferior.c: Include completer.h
7330 (initialize_inferiors): Set completer of add-inferior to
7333 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7335 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7336 gdbarch_ptr_bit for x32 core dump.
7338 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7340 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7341 and features/i386/x32-avx-linux.c.
7343 2012-05-11 Stan Shebs <stan@codesourcery.com>
7344 Kwok Cheung Yeung <kcy@codesourcery.com>
7346 * NEWS: Describe new info os commands.
7347 * common/linux-osdata.c (PID_T, TIME_T): Define.
7348 (MAX_PID_T_STRLEN): New.
7349 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7351 (command_from_pid): Add comment. Change to use PID_T.
7352 (commandline_from_pid): Change to use PID_T.
7353 (user_from_pid): Add comment.
7354 (get_process_owner): Add comment. Change to use PID_T and
7356 (get_number_of_cpu_cores): Add comment.
7357 (get_cores_used_by_process): Add comment. Change to use PID_T and
7359 (linux_xfer_osdata_processes): Change to use PID_T and
7361 (compare_processes): New function.
7362 (linux_xfer_osdata_processgroups): New function.
7363 (linux_xfer_osdata_threads): Change to use PID_T.
7364 (linux_xfer_osdata_fds): New function.
7365 (format_socket_state, print_sockets): New functions.
7366 (union socket_addr): New union.
7367 (linux_xfer_osdata_isockets): New function.
7368 (time_from_time_t, group_from_gid): New functions.
7369 (linux_xfer_osdata_shm): New function.
7370 (linux_xfer_osdata_sem): New function.
7371 (linux_xfer_osdata_msg): New function.
7372 (linux_xfer_osdata_modules): New function.
7373 (osdata_table): Add new entries.
7374 * common/buffer.c (buffer_xml_printf): Add support for long and
7375 long long format specifiers.
7377 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7379 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7380 (tdesc_x32_avx_linux): Likewise.
7382 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7384 Implement multi-component --with-auto-load-dir.
7385 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7387 (--with-auto-load-safe-path): Update the default value description.
7388 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7390 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7391 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7392 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7393 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7394 "set auto-load scripts-directory".
7395 * config.in: Regenerate.
7396 * configure: Regenerate.
7397 * configure.ac (--with-auto-load-dir): New configure option.
7398 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7400 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7402 Provide $ddir substitution for --with-auto-load-safe-path.
7403 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7405 * auto-load.c: Include observer.h.
7406 (auto_load_safe_path_vec_update): Call substitute_path_component for
7407 each component. New variable ddir_subst.
7408 (auto_load_gdb_datadir_changed): New function.
7409 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7410 AUTO_LOAD_SAFE_PATH. New comment.
7411 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7412 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7413 * config.in: Regenerate.
7414 * configure: Regenerate.
7415 * configure.ac (--auto-load-safe-path): Rename
7416 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7417 GDB_DATADIR/auto-load.
7418 * defs.h (substitute_path_component): New declaration.
7419 * top.c: Include observer.h.
7420 (set_gdb_datadir): New function.
7421 (init_main): Install it for "set data-directory".
7422 * utils.c (substitute_path_component): New function.
7424 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7426 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7427 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7428 DEBUG_FILE_DIRECTORY. Handle multiple components of
7429 DEBUG_FILE_DIRECTORY.
7431 2012-05-10 Tom Tromey <tromey@redhat.com>
7433 * dwarf2read.c (recursively_write_psymbols): New function.
7434 (write_psymtabs_to_index): Use it.
7436 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7438 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7439 (load_partial_comp_unit): Update.
7440 (queue_comp_unit): Add argument 'pretend_language'.
7441 (process_queue): Update.
7442 (psymtab_to_symtab_1): Skip dependencies that have a user.
7443 (load_partial_comp_unit_reader): Give meaning to the 'data'
7445 (load_full_comp_unit): Add 'pretend_language' argument.
7446 (process_full_comp_unit): Add 'pretend_language' argument. Set
7448 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7450 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7451 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7453 (prepare_one_comp_unit): Add 'pretend_language' argument.
7455 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7456 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7457 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7458 (dw2_do_instantiate_symtab): Check whether symtab was read in
7460 (dw2_instantiate_symtab): Add assertion. Call
7461 process_cu_includes.
7462 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7463 (partial_symtab_p): New typedef.
7464 (set_partial_user): New function.
7465 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7466 (scan_partial_symbols): Add imported CU to imported_symtabs.
7467 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7468 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7469 (get_symtab, recursively_compute_inclusions)
7470 (compute_symtab_includes, process_cu_includes)
7471 (process_imported_unit_die): New functions.
7472 (process_die) <DW_TAG_imported_unit>: New case.
7473 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7475 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7477 (struct partial_die_info) <locdesc>: Remove.
7479 (process_psymtab_comp_unit): Add 'read_partial' argument.
7481 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7482 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7483 (add_partial_symbol): Update.
7484 (process_die): Handle DW_TAG_partial_unit.
7485 (read_file_scope): Update comment.
7486 (load_partial_dies): Handle DW_TAG_imported_unit.
7487 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7488 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7490 2012-05-10 Tom Tromey <tromey@redhat.com>
7492 * cc-with-dwz.sh: New file.
7494 2012-05-10 Tom Tromey <tromey@redhat.com>
7496 * symtab.h (struct symtab) <includes, user>: New fields.
7497 * block.h (struct block_iterator) <d, idx, which>: New fields.
7498 * block.c (initialize_block_iterator, find_iterator_symtab)
7499 (block_iterator_step, block_iter_name_step)
7500 (block_iter_match_step): New functions.
7501 (block_iterator_first, block_iterator_next)
7502 (block_iter_name_first, block_iter_name_next)
7503 (block_iter_match_first, block_iter_match_next): Rewrite.
7504 (get_block_symtab): New function.
7506 2012-05-10 Tom Tromey <tromey@redhat.com>
7508 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7510 * jit.c (finalize_symtab): Use allocate_global_block,
7512 * buildsym.c (finish_block_internal): New function, from old
7514 (finish_block): Rewrite.
7515 (end_symtab): Use finish_block_internal, set_block_symtab.
7516 * block.h (struct global_block): New.
7517 (allocate_global_block, set_block_symtab): Declare.
7518 * block.c (allocate_global_block, set_block_symtab): New
7521 2012-05-10 Tom Tromey <tromey@redhat.com>
7523 * psymtab.c (partial_map_expand_apply): Add assertion.
7524 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7525 (psymtab_to_symtab): Find unshared psymtab.
7526 (dump_psymtab): Print including psymtabs.
7527 (recursively_search_psymtabs): New function.
7528 (expand_symtabs_matching_via_partial): Use it.
7529 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7531 (enum psymtab_search_status): New.
7533 2012-05-10 Tom Tromey <tromey@redhat.com>
7535 * tracepoint.c (scope_info): Update.
7536 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7537 (find_pc_sect_symtab, search_symbols)
7538 (default_make_symbol_completion_list_break_on)
7539 (make_file_symbol_completion_list): Update.
7540 * symmisc.c (dump_symtab_1): Update.
7541 * stack.c (print_frame_args, iterate_over_block_locals)
7542 (print_frame_labels, iterate_over_block_arg_vars): Update.
7543 * python/py-block.c (block_object) <dict>: Remove.
7545 <iter>: Change type.
7546 (blpy_iter): Update.
7547 (blpy_block_syms_iternext): Update.
7548 * psymtab.c (map_block): Use block iterators.
7549 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7550 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7551 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7552 * infrun.c (check_exception_resume): Update.
7553 * cp-support.c (make_symbol_overload_list_block): Update.
7554 * coffread.c (patch_opaque_types): Update.
7555 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7556 * block.h (struct block_iterator): New.
7557 (block_iterator_first, block_iterator_next, block_iter_name_first)
7558 (block_iter_name_next, block_iter_match_first)
7559 (block_iter_match_next): Declare.
7560 (ALL_BLOCK_SYMBOLS): Redefine.
7561 * block.c (block_iterator_first, block_iterator_next)
7562 (block_iter_name_first, block_iter_name_next)
7563 (block_iter_match_first, block_iter_match_next): New functions.
7564 * ada-lang.c (ada_add_block_symbols)
7565 (ada_make_symbol_completion_list): Use block iterator.
7567 2012-05-10 Tom Tromey <tromey@redhat.com>
7569 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7570 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7571 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7572 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7573 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7576 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7578 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7579 print-file-var-lib2.c, print-file-var-main.c and
7580 print-file-var.exp (located in gdb/testsuite/gdb.base).
7582 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7584 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7585 try locating the symbol in the symbol's own objfile first, before
7586 extending the search to all objfiles.
7587 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7588 out of lookup_symbol_aux_symtabs.
7589 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7590 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7591 Do not search EXCLUDE_OBJFILE.
7592 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7593 (lookup_symbol_global): Search for matches in the block's objfile
7594 first, before searching all other objfiles.
7596 2012-05-10 Tristan Gingold <gingold@adacore.com>
7598 * printcmd.c (set_command): Add pre/post inc/dec.
7600 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7602 * gdb.1: Document -ex option.
7604 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7606 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7607 * inferior.h (AT_SYMBOL): Delete.
7609 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7611 * mips-tdep.c (mips_push_dummy_code): New function.
7612 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7613 ON_STACK and install mips_push_dummy_code as our gdbarch
7614 push_dummy_code routine.
7616 2012-05-09 Pedro Alves <palves@redhat.com>
7618 * target.c (set_maintenance_target_async_permitted): Rename to ...
7619 (set_target_async_command): ... this.
7620 (show_maintenance_target_async_permitted): Rename to ...
7621 (show_target_async_command): ... this.
7622 (initialize_targets): Adjust.
7624 2012-05-08 Doug Evans <dje@google.com>
7626 * go-exp.y (classify_name): Add missing assignment of fields of
7629 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7631 Display the ">" prompt in interactive mode while reading canned
7632 commands, even when the current interpreter is MI.
7634 * interps.c (interp_set_temp): New function.
7636 * interps.h (interp_set_temp): Add prototype.
7638 * cli/cli-script.c (restore_interp): New cleanup function.
7639 (read_command_lines): Temporarily override the current interpreter
7640 with CLI and arrange for restoring the original one.
7642 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7644 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7646 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7648 * probe.c (parse_probes): Move conditional to check for
7649 debuginfo files from here...
7650 * stap-probe.c (stap_get_probes): ... to here.
7652 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7653 H.J. Lu <hongjiu.lu@intel.com>
7655 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7656 `movl %esp, %ebp' for the X32 ABI.
7658 2012-05-07 Tom Tromey <tromey@redhat.com>
7660 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7662 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7663 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7664 (dwarf_stack_op_name): Remove.
7665 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7666 (decode_locdesc): Use get_DW_OP_name.
7667 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7668 (dwarf2_compile_expr_to_ax): Likewise.
7669 (disassemble_dwarf_expression): Likewise.
7670 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7672 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7674 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7675 (sh_linux_sigtramp_cache): New function.
7676 (sh_linux_sigreturn_init): New function.
7677 (sh_linux_rt_sigreturn_init): New function.
7678 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7680 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7682 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7683 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7684 (sh_linux_init_abi): Add init calls to register new tramp_frame
7685 definitions under 32-bit SH, update comments.
7687 2012-05-07 Pedro Alves <palves@redhat.com>
7691 * amd64-linux-tdep.c: Include glibc-tdep.h.
7692 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7693 gdbarch_skip_solib_resolver callback.
7695 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7697 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7698 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7699 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7700 (add_auto_load_safe_path): Change the error message.
7701 (_initialize_auto_load): Change the "safe-path" help text.
7702 * configure: Regenerate
7703 * configure.ac (--without-auto-load-safe-path): Set
7704 WITH_AUTO_LOAD_SAFE_PATH to /.
7706 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7708 * stap-probe.h: Do not include unecessary `probe.h'.
7710 2012-05-05 Alan Modra <amodra@gmail.com>
7712 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7713 bfd_und_section_ptr.
7714 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7715 and bfd_com_section_ptr.
7717 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7719 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7721 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7723 * windows-nat.h (segment_register_p_ftype): New typedef.
7724 (windows_set_segment_register_p): Add declaration.
7725 * windows-nat.c (segment_register_p): New static global.
7726 (windows_set_segment_register_p): New function.
7727 (do_windows_fetch_inferior_registers): Add special handling
7728 for segment registers.
7729 * amd64-windows-nat.c: #include "amd64-tdep.h".
7730 (amd64_windows_segment_register_p): New function.
7731 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7732 * i386-windows-nat.c: #include "i386-tdep.h".
7733 (i386_windows_segment_register_p): New function.
7734 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7736 2012-05-04 Tristan Gingold <gingold@adacore.com>
7738 * printcmd.c (set_command): Emit a warning if the expression is not
7741 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7743 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7746 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7748 * stap-probe.c (stap_is_operator): Change declaration.
7749 (stap_get_opcode): Change return value.
7750 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7751 `stap_parse_argument_1'.
7753 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7755 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7758 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7760 Add two new methods global_block and static_block to gdb.Symtab
7762 * NEWS (Python scripting): Add entry about the new methods.
7763 * python/py-symtab.c (stpy_global_block): New function which
7764 implements the gdb.Symtab.global_block() method.
7765 (stpy_static_block): New function which implements the
7766 gdb.Symtab.static_block() method.
7767 (symtab_object_methods): Add entries for the two new methods.
7769 2012-05-03 Doug Evans <dje@google.com>
7771 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7774 2012-05-03 Yao Qi <yao@codesourcery.com>
7776 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7778 (i386_process_record): Ditto.
7780 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7782 * infcall.c (unwind_on_signal_p): Make static.
7784 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7786 * sol-thread.c (solaris_pid_to_str): Make static.
7787 (_initialize_sol_thread): Add prototype.
7789 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7791 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7793 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7795 * MAINTAINERS: Remove myself.
7797 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7799 Fix --without-auto-load-safe-path for MS-Windows host platform.
7800 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7802 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7804 * gdb_curses.h: Undefine KEY_EVENT before including curses
7805 headers. Move "#undef MOUSE_MOVED" before any curses header
7808 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7810 * features/i386/i386-mmx-linux.c: Regenerate.
7811 * features/rs6000/powerpc-32.c: Likewise.
7812 * features/rs6000/powerpc-32l.c: Likewise.
7813 * features/rs6000/powerpc-403.c: Likewise.
7814 * features/rs6000/powerpc-403gc.c: Likewise.
7815 * features/rs6000/powerpc-405.c: Likewise.
7816 * features/rs6000/powerpc-505.c: Likewise.
7817 * features/rs6000/powerpc-601.c: Likewise.
7818 * features/rs6000/powerpc-602.c: Likewise.
7819 * features/rs6000/powerpc-603.c: Likewise.
7820 * features/rs6000/powerpc-604.c: Likewise.
7821 * features/rs6000/powerpc-64.c: Likewise.
7822 * features/rs6000/powerpc-64l.c: Likewise.
7823 * features/rs6000/powerpc-750.c: Likewise.
7824 * features/rs6000/powerpc-860.c: Likewise.
7825 * features/rs6000/powerpc-e500.c: Likewise.
7826 * features/rs6000/powerpc-e500l.c: Likewise.
7827 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7828 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7829 * features/rs6000/rs6000.c: Likewise.
7831 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7833 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7835 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7836 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7837 (stap_parse_argument) <e>: Likewise.
7838 (handle_stap_probe) <byte_order>: Likewise.
7840 2012-04-30 Doug Evans <dje@google.com>
7842 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7843 init_and_read_dies_worker. All callers updated.
7844 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7845 replaced with init_cutu_and_read_dies.
7846 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7847 (find_partial_die): Remove FIXME. Don't free current CU.
7849 2012-04-30 Sterling Augustine <saugustine@google.com>
7851 * contrib: New directory.
7852 * contrib/test_pubnames_and_indexes.py: New file.
7854 2012-04-30 Doug Evans <dje@google.com>
7856 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7857 All callers updated.
7858 (init_cu_die_reader): Verify the section is non-empty.
7859 (dwarf_decode_line_header): Don't dereference section->asection
7860 until we know the section is present.
7862 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7864 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7867 2012-04-29 Yao Qi <yao@codesourcery.com>
7869 * gdb-code-style.el: New hook gdb-markup-hook
7870 and gdb-comment-hook.
7872 2012-04-28 Doug Evans <dje@google.com>
7874 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7875 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7877 * symfile.h (dwarf2_debug_sections): New member addr.
7878 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7879 (ctx_no_get_addr_index): New function.
7880 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7881 (ctx_no_get_addr_index): Declare.
7882 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7883 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7884 (dwarf_expr_ctx_funcs): Update.
7885 (needs_get_addr_index): New function.
7886 (needs_frame_ctx_funcs): Update.
7887 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7888 * dwarf2read.c: #include "gdbcore.h".
7889 (dwarf2_per_objfile): New members addr, dwo_files.
7890 (dwarf2_elf_names): Add entry for addr.
7891 (struct dwo_section_names): New type.
7892 (dwo_section_names): New static global.
7893 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7894 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7895 old debug_types_section member updated to use this.
7896 Rename member debug_types_section to info_or_types_section,
7898 (signatured_type): Rename member type_offset to type_offset_in_tu,
7899 all uses updated. New member type_offset_in_section.
7900 (struct dwo_sections): New type.
7901 (struct dwo_unit): New type.
7902 (struct dwo_file): New type.
7903 (die_reader_specs): New member dwo_file.
7904 (dwarf2_locate_sections): Watch for .debug_addr.
7905 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7906 (dwarf2_read_section): Get bfd of section from bfd's asection,
7908 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7909 (create_signatured_type_table_from_index): Initialize
7910 sig_type->info_or_types_section.
7911 (dw2_get_file_names): Statement lists for type units with DWO files
7912 live in the DWO file.
7913 (create_debug_types_hash_table): New function.
7914 (create_all_type_units): Rewrite.
7915 (init_cu_die_reader): New arg dwo_file, all callers updated.
7916 (init_and_read_dies_worker): Get section from
7917 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7918 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7919 continue reading the CU/TU from there.
7920 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7921 updated. Get section from this_cu->info_or_types_section.
7922 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7923 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7924 DW_FORM_GNU_str_index.
7925 (hash_dwo_file, eq_dwo_file): New functions.
7926 (allocate_dwo_file_hash_table): New function.
7927 (hash_dwo_unit, eq_dwo_unit): New functions.
7928 (allocate_dwo_unit_table): New function.
7929 (dwarf2_locate_dwo_sections): New function.
7930 (struct create_dwo_info_table_data): New type.
7931 (create_debug_info_hash_table_reader): New function.
7932 (create_debug_info_hash_table): New function.
7933 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7934 (lookup_dwo_file): New function.
7935 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7936 (free_dwo_file, free_dwo_file_cleanup): New functions.
7937 (free_dwo_file_from_slot, free_dwo_files): New functions.
7938 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7939 (dwarf2_record_block_ranges): Ditto.
7940 (read_partial_die): Ditto.
7941 (process_enumeration_scope): Update to use type_offset_in_section.
7942 (read_full_die_1): New function.
7943 (read_full_die): Rewrite.
7944 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7945 DW_FORM_GNU_str_index.
7946 (read_addr_index_1, read_addr_index): New functions.
7947 (read_addr_index_from_leb128): New function.
7948 (struct dwarf2_read_addr_index_data): New type.
7949 (dwarf2_read_addr_index_reader): New function.
7950 (dwarf2_read_addr_index): New function.
7951 (read_str_index): New function.
7952 (leb128_size): New function.
7953 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7954 If processing a type unit from a DWO file, get the line section
7956 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7957 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7958 DW_FORM_GNU_str_index.
7959 (lookup_die_type): Check whether section offset of type's die is
7960 known before looking it up. Remove assert. Condition can
7961 legimately happen for inter-cu type references.
7962 (dwarf_attr_name): Handle Fission attributes.
7963 (dwarf_form_name): Handle Fission forms.
7964 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7965 DW_FORM_GNU_str_index.
7966 (follow_die_sig): Update to use type_offset_in_section.
7967 (decode_locdesc): New case DW_OP_GNU_addr_index.
7968 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7969 DW_FORM_GNU_str_index.
7970 (cu_debug_loc_section): New function.
7971 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7972 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7973 Free DWO files if present.
7974 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7976 Refactor DIE reading.
7977 * dwarf2read.c (dwarf2_per_objfile): Replace members
7978 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7979 (die_reader_specs): New member "die_section". Temporarily make
7980 member "buffer" non-const, pending constifying all info_ptr uses.
7981 (die_reader_func_ftype): New typedef.
7982 (dw2_get_file_names_reader): New function.
7983 (dw2_get_file_names): Rewrite.
7984 (read_and_check_type_unit_head): Rename arg type_offset to
7986 (create_all_type_units): Improve debugging message.
7987 Improve dummy type unit check.
7988 (init_cu_die_reader): New arg "section". All callers updated.
7989 (init_and_read_dies_worker): New function.
7990 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7991 (init_cutu_and_read_dies_no_follow): New function.
7992 (init_cutu_and_read_dies_simple): New function.
7993 (process_psymtab_comp_unit_reader): New function.
7994 (process_psymtab_comp_unit): Delete args section,
7995 is_debug_types_section. Rewrite. All callers updated.
7996 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7997 All callers updated. Rewrite.
7998 (load_partial_comp_unit_reader): New function.
7999 (load_partial_comp_unit): Rewrite.
8000 (skip_children): New arg reader. Delete args buffer, cu.
8001 All callers updated.
8002 (skip_one_die): New arg reader. Delete args buffer, cu.
8003 All callers updated.
8004 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8005 All callers updated.
8006 (load_full_comp_unit_reader): New function.
8007 (load_full_comp_unit): Rewrite.
8008 (read_comp_unit): Delete.
8009 (read_die_and_children_1): Delete, contents moved ...
8010 (read_die_and_children): ... here.
8011 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8012 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8013 All callers updated.
8014 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8015 All callers updated.
8016 (find_partial_die): Rewrite load_all_dies support.
8017 (read_attribute_value): New arg reader. Delete args abfd, cu.
8018 All callers updated.
8019 (read_attribute): New arg reader. Delete args abfd, cu.
8020 All callers updated.
8021 (load_full_type_unit): Add assert.
8022 (read_signatured_type_reader): New function.
8023 (read_signatured_type): Rewrite.
8024 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8025 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8026 All callers updated. Set per_cu->cu = NULL after freeing it.
8027 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8028 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8029 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8030 (set_die_type): Update.
8031 (get_die_type_at_offset): Update.
8032 (read_file_scope): Call prepare_one_comp_unit.
8033 (read_type_unit_scope): Ditto.
8034 (prepare_one_comp_unit): Set producer if present.
8036 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8038 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8039 gettext function on `error'.
8041 2012-04-27 Doug Evans <dje@google.com>
8043 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8046 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8047 Tom Tromey <tromey@redhat.com>
8049 * breakpoint.c (struct breakpoint_objfile_data)
8050 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8051 <exception_probes>: New fields.
8052 (free_breakpoint_probes): New function.
8053 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8054 `_Unwind_DebugHook'.
8055 (create_exception_master_breakpoint): Likewise.
8056 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8057 * infrun.c: Including necessary header files for handling SystemTap
8059 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8060 via SystemTap probes.
8061 (check_exception_resume): Remove `func' argument. Handle exception
8062 unwinding breakpoint set via a SystemTap probe.
8063 (insert_exception_resume_from_probe): New function.
8065 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8066 Tom Tromey <tromey@redhat.com>
8067 Jan Kratochvil <jan.kratochvil@redhat.com>
8069 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8070 (COMMON_OBS): Likewise.
8071 (HFILES_NO_SRCDIR): Add `probe'.
8072 * NEWS: Mention support for static and SystemTap probes.
8073 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8074 SystemTap probes' arguments parser.
8075 * arm-linux-tdep.c: Including headers needed to perform the parsing
8076 of SystemTap probes' arguments.
8077 (arm_stap_is_single_operand): New function.
8078 (arm_stap_parse_special_token): Likewise.
8079 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8080 probes' arguments parser.
8081 * ax-gdb.c (require_rvalue): Removing static declaration.
8082 (gen_expr): Likewise.
8083 * ax-gdb.h (gen_expr): Declaring function.
8084 (require_rvalue): Likewise.
8085 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8086 (bkpt_probe_breakpoint_ops): New variable.
8087 (momentary_breakpoint_from_master): Set the `probe' value.
8088 (add_location_to_breakpoint): Likewise.
8089 (break_command_1): Using proper breakpoint_ops according to the
8090 argument passed by the user in the command line.
8091 (bkpt_probe_insert_location): New function.
8092 (bkpt_probe_remove_location): Likewise.
8093 (bkpt_probe_create_sals_from_address): Likewise.
8094 (bkpt_probe_decode_linespec): Likewise.
8095 (tracepoint_probe_create_sals_from_address): Likewise.
8096 (tracepoint_probe_decode_linespec): Likewise.
8097 (tracepoint_probe_breakpoint_ops): New variable.
8098 (trace_command): Using proper breakpoint_ops according to the
8099 argument passed by the user in the command line.
8100 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8101 static probes on breakpoints and tracepoints.
8102 * breakpoint.h (struct bp_location) <probe>: New field.
8103 * cli-utils.c (skip_spaces_const): New function.
8104 (extract_arg): Likewise.
8105 * cli-utils.h (skip_spaces_const): Likewise.
8106 (extract_arg): Likewise.
8107 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8108 * configure.ac: Append `stap-probe.o' to be generated when ELF
8110 * configure: Regenerate.
8111 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8112 * elfread.c: Include `probe.h' and `arch-utils.h'.
8113 (probe_key): New variable.
8114 (elf_get_probes): New function.
8115 (elf_get_probe_argument_count): Likewise.
8116 (elf_evaluate_probe_argument): Likewise.
8117 (elf_compile_to_ax): Likewise.
8118 (elf_symfile_relocate_probe): Likewise.
8119 (stap_probe_key_free): Likewise.
8120 (elf_probe_fns): New variable.
8121 (elf_sym_fns): Add `sym_probe_fns' value.
8122 (elf_sym_fns_lazy_psyms): Likewise.
8123 (elf_sym_fns_gdb_index): Likewise.
8124 (_initialize_elfread): Initialize objfile cache for static
8126 * gdb_vecs.h (struct probe): New forward declaration.
8127 (probe_p): New VEC declaration.
8128 * gdbarch.c: Regenerate.
8129 * gdbarch.h: Regenerate.
8130 * gdbarch.sh (stap_integer_prefix): New variable.
8131 (stap_integer_suffix): Likewise.
8132 (stap_register_prefix): Likewise.
8133 (stap_register_suffix): Likewise.
8134 (stap_register_indirection_prefix): Likewise.
8135 (stap_register_indirection_suffix): Likewise.
8136 (stap_gdb_register_prefix): Likewise.
8137 (stap_gdb_register_suffix): Likewise.
8138 (stap_is_single_operand): New function.
8139 (stap_parse_special_token): Likewise.
8140 (struct stap_parse_info): Forward declaration.
8141 * i386-tdep.c: Including headers needed to perform the parsing
8142 of SystemTap probes' arguments.
8143 (i386_stap_is_single_operand): New function.
8144 (i386_stap_parse_special_token): Likewise.
8145 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8146 probes' arguments parser.
8147 * i386-tdep.h (i386_stap_is_single_operand): New function.
8148 (i386_stap_parse_special_token): Likewise.
8149 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8150 * mipsread.c (ecoff_sym_fns): Likewise.
8151 * objfiles.c (objfile_relocate1): Support relocation for static
8153 * parse.c (prefixify_expression): Remove static declaration.
8154 (initialize_expout): Likewise.
8155 (reallocate_expout): Likewise.
8156 * parser-defs.h (initialize_expout): Declare function.
8157 (reallocate_expout): Likewise.
8158 (prefixify_expression): Likewise.
8159 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8160 of SystemTap probes' arguments.
8161 (ppc_stap_is_single_operand): New function.
8162 (ppc_stap_parse_special_token): Likewise.
8163 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8164 probes' arguments parser.
8165 * probe.c: New file, for generic statically defined probe support.
8166 * probe.h: Likewise.
8167 * s390-tdep.c: Including headers needed to perform the parsing of
8168 SystemTap probes' arguments.
8169 (s390_stap_is_single_operand): New function.
8170 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8171 probes' arguments parser.
8172 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8173 * stap-probe.c: New file, for SystemTap probe support.
8174 * stap-probe.h: Likewise.
8175 * symfile.h: Include `gdb_vecs.h'.
8176 (struct sym_probe_fns): New struct.
8177 (struct sym_fns) <sym_probe_fns>: New field.
8178 * symtab.c (init_sal): Initialize `probe' field.
8179 * symtab.h (struct probe): Forward declaration.
8180 (struct symtab_and_line) <probe>: New field.
8181 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8183 (stop_tracing): Likewise.
8184 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8186 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8187 Tom Tromey <tromey@redhat.com>
8189 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8190 and to compile agent expressions.
8191 * infrun.c (siginfo_make_value): New argument `ignore'.
8192 (siginfo_funcs): New struct.
8193 (_initialize_infrun): New argument when calling
8194 `create_internalvar_type_lazy'.
8195 * thread.c (thread_id_make_value): New argument `ignore'.
8196 (thread_funcs): New struct.
8197 (_initialize_thread): New argument when calling
8198 `create_internalvar_type_lazy'.
8199 * tracepoint.c (sdata_make_value): New argument `ignore'.
8200 (sdata_funcs): New struct.
8201 (_initialize_tracepoint): New argument when calling
8202 `create_internalvar_type_lazy'.
8203 * value.c (make_value): New struct.
8204 (create_internalvar_type_lazy): New argument `data'.
8205 (compile_internalvar_to_ax): New function.
8206 (value_of_internalvar): Properly handling `make_value' case.
8207 (clear_internalvar): Likewise.
8208 (show_convenience): Adding `TRY_CATCH' block.
8209 * value.h (internalvar_make_value): Delete, replace by...
8210 (struct internalvar_funcs): ... this.
8211 (create_internalvar_type_lazy) <fun>: Delete argument.
8212 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8213 (compile_internalvar_to_ax): New function.
8214 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8215 (tlb_funcs): New struct.
8216 (_initialize_windows_tdep): New argument when calling
8217 `create_internalvar_type_lazy'.
8219 2012-04-27 Mark Wielaard <mjw@redhat.com>
8221 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8222 see whether it is an address or a constant offset from DW_AT_low_pc.
8223 (dwarf2_record_block_ranges): Likewise.
8224 (read_partial_die): Likewise.
8226 2012-04-26 Mark Wielaard <mjw@redhat.com>
8228 * MAINTAINERS (Write After Approval): Add myself to the list.
8230 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8232 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8233 (proc_prettyprint_signal): Likewise.
8234 (proc_prettyprint_faultset): Likewise.
8235 (proc_prettyprint_fault): Likewise.
8236 (proc_prettyprint_actionset): Likewise.
8237 (proc_prettyprint_flags): Move to new proc-flags.c section.
8238 (proc_prettyfprint_flags): New prototype.
8239 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8240 (proc_syscall, proc_cursig): Likewise.
8241 (proc_set_kill_on_last_close): Likewise.
8242 (proc_unset_kill_on_last_close): Likewise.
8243 (proc_set_watchpoint): Make static.
8244 (proc_delete_dead_threads): Likewise.
8245 (procfs_set_watchpoint): Likewise.
8246 (_initialize_procfs): Add prototype.
8247 * proc-events.c: Include proc-utils.h.
8248 (init_syscall_table): Make static.
8249 * proc-api.c (_initialize_proc_api): Add prototype.
8250 * proc-flags.c: Include proc-utils.h.
8252 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8254 * configure.ac: Add AC_ARG_PROGRAM.
8255 * configure: Regenerate.
8257 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8259 Fix DW_AT_lower_bound defaults for DWARF-4+.
8260 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8261 high. New variable low_default_is_valid. Implement DWARF-4+
8262 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8263 no default by the DWARF standard.
8265 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8266 Maciej W. Rozycki <macro@codesourcery.com>
8268 * infrun.c (handle_inferior_event): Move the check for return
8269 trampolines ahead of the check for function trampolines.
8270 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8271 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8272 (mips_str_mips16_ret_stub): Likewise.
8273 (mips_str_call_fp_stub): Likewise.
8274 (mips_str_call_stub): Likewise.
8275 (mips_str_fn_stub): Likewise.
8276 (mips_str_pic): Likewise.
8277 (mips_in_frame_stub): New function.
8278 (mips_unwind_pc): Return the return address rather than the PC
8279 if the PC of an intermediate frame is inside a call thunk.
8280 (mips_is_stub_suffix): New function.
8281 (mips_is_stub_mode): Likewise.
8282 (mips_get_mips16_fn_stub_pc): Likewise.
8283 (mips_skip_mips16_trampoline_code): Update to handle all the
8284 currently generated stub types. Don't recurse into __fn_stub
8285 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8286 Use cooked register accesses.
8287 (mips_in_return_stub): Reintroduce function.
8288 (mips_skip_trampoline_code): Traverse trampolines recursively.
8289 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8291 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8295 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8297 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8298 * features/arm-with-m-vfp-d16.xml: New file. Describes
8299 Cortex-M with VFPv4-sp-d16 FPU register layout.
8300 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8301 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8302 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8303 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8304 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8306 2012-04-25 Doug Evans <dje@google.com>
8308 * cli/cli-decode.c (print_doc_line): Use stream instead of
8311 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8313 * features/arm-with-iwmmxt.c: Regenerate.
8314 * features/arm-with-m-fpa-layout.c: Likewise.
8315 * features/arm-with-m.c: Likewise.
8316 * features/arm-with-neon.c: Likewise.
8317 * features/arm-with-vfpv2.c: Likewise.
8318 * features/arm-with-vfpv3.c: Likewise.
8319 * features/mips-dsp-linux.c: Likewise.
8320 * features/mips-linux.c: Likewise.
8321 * features/mips64-dsp-linux.c: Likewise.
8322 * features/mips64-linux.c: Likewise.
8323 * features/s390-linux32.c: Likewise.
8324 * features/s390-linux32v1.c: Likewise.
8325 * features/s390-linux32v2.c: Likewise.
8326 * features/s390-linux64.c: Likewise.
8327 * features/s390-linux64v1.c: Likewise.
8328 * features/s390-linux64v2.c: Likewise.
8329 * features/s390x-linux64.c: Likewise.
8330 * features/s390x-linux64v1.c: Likewise.
8331 * features/s390x-linux64v2.c: Likewise.
8332 * features/tic6x-c62x-linux.c: Likewise.
8333 * features/tic6x-c62x.c: Likewise.
8334 * features/tic6x-c64x-linux.c: Likewise.
8335 * features/tic6x-c64x.c: Likewise.
8336 * features/tic6x-c64xp-linux.c: Likewise.
8337 * features/tic6x-c64xp.c: Likewise.
8338 * target-descriptions.c: Only generate `field_type' and `type'
8339 variables when needed.
8341 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8343 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8345 2012-04-25 Doug Evans <dje@google.com>
8347 Initial pass at Go language support.
8349 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8351 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8352 (YYFILES): Add go-exp.c.
8353 (YYOBJ): Add go-exp.o.
8354 (local-maintainer-clean): Delete go-exp.c.
8355 * defs.h (enum language): Add language_go.
8356 * dwarf2read.c: #include "go-lang.h".
8357 (fixup_go_packaging): New function.
8358 (process_full_comp_unit): Call it when processing Go CUs.
8359 (dwarf2_physname): Add Go support.
8360 (read_file_scope): Handle missing language spec for GNU Go.
8361 (set_cu_language): Handle DW_LANG_Go.
8362 * go-exp.y: New file.
8363 * go-lang.h: New file.
8364 * go-lang.c: New file.
8365 * go-typeprint.c: New file.
8366 * go-valprint.c: New file.
8367 * symtab.c: #include "go-lang.h".
8368 (symbol_set_language): Handle language_go.
8369 (symbol_find_demangled_name, symbol_set_names): Ditto.
8370 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8372 2012-04-24 Jim Meyering <meyering@redhat.com>
8374 avoid a few strncpy-induced buffer overruns
8375 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8376 fname and psargs before trying to concatenate.
8377 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8378 "name" before applying strchr.
8380 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8382 * CONTRIBUTE: Use unified diff instead of context diff when
8385 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8387 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8388 code. Handle JR.HB correctly.
8390 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8393 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8394 with the other MIPS16 helpers.
8396 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8398 * observer.sh: Conditionally declare `args', thus cleaning up
8399 unused instances of this variable.
8401 2012-04-24 Yao Qi <yao@codesourcery.com>
8403 Revert this patch to allow breakpoint always-inserted
8405 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8406 * breakpoint.c: Include record.h.
8407 (breakpoints_always_inserted_mode): Return false when the record
8410 * breakpoint.c (iterate_over_bp_locations): New.
8411 * breakpoint.h: Declare.
8412 New typedef walk_bp_location_callback.
8413 * record.c (record_open): Call record_init_record_breakpoints.
8414 (record_sync_record_breakpoints): New.
8415 (record_init_record_breakpoints): New.
8416 * NEWS: Mention supporting breakpoint always-inserted mode in
8419 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8421 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8424 2012-04-24 Yao Qi <yao@codesourcery.com>
8426 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8427 (is_catchpoint): ... it.
8428 (print_one_breakpoint_location): Caller update.
8429 * breakpoint.h: Update declaration.
8431 2012-04-23 David S. Miller <davem@davemloft.net>
8433 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8435 2012-04-23 Tom Tromey <tromey@redhat.com>
8437 * buildsym.c (add_free_pendings): Remove.
8438 * buildsym.h (add_free_pendings): Remove.
8440 2012-04-23 Doug Evans <dje@google.com>
8442 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8443 attr.u.unsnd instead of attr.u.addr.
8444 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8445 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8447 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8448 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8450 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8452 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8454 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8455 (mips_o32_return_value): Likewise.
8456 (mips_o64_return_value): Likewise.
8458 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8460 * ada-lang.c (ada_evaluate_subexp): Add cases for
8461 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8462 their treatment in eval.c.
8464 2012-04-21 David S. Miller <davem@davemloft.net>
8466 * sparc-tdep.c (X_DISP10): Define.
8467 (sparc_analyze_control_transfer): Handle compare-and-branch.
8469 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8471 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8472 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8474 2012-04-20 Nigel Stephens <nigel@mips.com>
8475 Maciej W. Rozycki <macro@codesourcery.com>
8477 * mips-tdep.c (mips_float_register_p): New function.
8478 (mips_convert_register_float_case_p): Use mips_float_register_p.
8479 (mips_register_type): Likewise.
8480 (mips_print_register): Likewise.
8481 (print_gp_register_row): Likewise.
8482 (mips_print_registers_info): Likewise.
8484 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8486 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8489 2012-04-20 Andrew Pinski <apinski@cavium.com>
8491 * MAINTAINERS (Write After Approval): Add myself to the list.
8493 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8495 * MAINTAINERS: Update my e-mail address.
8497 2012-04-20 Pedro Alves <palves@redhat.com>
8499 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8501 * configure: Regenerate.
8503 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8505 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8507 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8509 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8511 Fix compilation compatibility with python-2.4
8512 * python/py-type.c (convert_field): Cast ADDRSTRING for
8513 PyObject_SetAttrString as non-const. New comment.
8515 2012-04-19 Tom Tromey <tromey@redhat.com>
8517 * top.c (quit_target): Use all_cleanups.
8518 * main.c (captured_command_loop): Use all_cleanups.
8519 * exceptions.c (throw_exception): Use all_cleanups.
8521 2012-04-19 Pedro Alves <palves@redhat.com>
8523 * Makefile.in (GNULIB_BUILDDIR): New.
8524 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8525 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8526 (CLEANDIRS). Remove gnulib/import.
8527 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8529 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8530 (gnulib/import/Makefile): Replace gnulib/import with
8531 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8532 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8533 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8534 acx_configure_dir.m4.
8535 * acinclude.m4: Include acx_configure_dir.m4.
8536 * acx_configure_dir.m4: New file.
8537 * aclocal.m4: Regenerate.
8538 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8539 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8540 (GNULIB): New variable.
8541 (GNULIB_STDINT_H): Adjust.
8542 (AC_OUTPUT): Don't output gnulib/Makefile.
8543 * gdb/defs.h: Include build-gnulib/config.h.
8544 * aclocal.m4: Regenerate.
8545 * config.in: Regenerate.
8546 * configure: Regenerate.
8548 * gnulib/Makefile.in: New file.
8549 * gnulib/configure.ac: New file.
8550 * gnulib/aclocal.m4: New file.
8551 * gnulib/config.in: New file.
8552 * gnulib/configure: New file.
8553 * gnulib/: Re-run gnulib-tool to adjust.
8555 2012-04-19 Doug Evans <dje@google.com>
8557 * cleanups.h (struct cleanup): Move to cleanups.c.
8558 (make_cleanup_dtor_ftype): New typedef.
8559 (make_cleanup_dtor): Use it.
8560 (ALL_CLEANUPS): Replace with ...
8561 (all_cleanups): ... this. Declare. All uses updated.
8562 * cleanups.c: #include "gdb_assert.h".
8563 (sentinel_cleanup): New static global.
8564 (SENTINEL_CLEANUP): Define.
8565 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8566 (make_my_cleanup2): Assert result is non-NULL.
8567 (all_cleanups): New function.
8568 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8571 2012-04-19 Pedro Alves <palves@redhat.com>
8573 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8574 Adjust paths to gnulib imported files.
8576 2012-04-19 Pedro Alves <palves@redhat.com>
8578 * gnulib/: Move whole directory ...
8579 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8580 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8581 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8582 (aclocal_m4_deps): Adjust.
8583 * aclocal.m4: Regenerate.
8584 * configure: Regenerate.
8585 * configure.ac: Adjust AC_OUTPUT output.
8587 2012-04-19 Yao Qi <yao@codesourcery.com>
8589 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8591 * vec.c: Move it ...
8592 * common/vec.c: ... here.
8593 * vec.h: Move it ...
8594 * common/vec.h: ... here.
8596 2012-04-19 Yao Qi <yao@codesourcery.com>
8598 * gdb-code-style.el: New.
8600 2012-04-18 Pedro Alves <palves@redhat.com>
8602 Update gnulib from latest git.
8603 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8605 * gnulib/Makefile.am: Update.
8606 * gnulib/dummy.c: Update.
8607 * gnulib/extra/arg-nonnull.h: Update.
8608 * gnulib/extra/c++defs.h: Update.
8609 * gnulib/extra/update-copyright: Update.
8610 * gnulib/extra/warn-on-use.h: Update.
8611 * gnulib/inttypes.in.h: Update.
8612 * gnulib/m4/00gnulib.m4: Update.
8613 * gnulib/m4/extensions.m4: Update.
8614 * gnulib/m4/gnulib-cache.m4: Update.
8615 * gnulib/m4/gnulib-common.m4: Update.
8616 * gnulib/m4/gnulib-comp.m4: Update.
8617 * gnulib/m4/gnulib-tool.m4: Update.
8618 * gnulib/m4/include_next.m4: Update.
8619 * gnulib/m4/inttypes-pri.m4: Update.
8620 * gnulib/m4/inttypes.m4: Update.
8621 * gnulib/m4/longlong.m4: Update.
8622 * gnulib/m4/memchr.m4: Update.
8623 * gnulib/m4/memmem.m4: Update.
8624 * gnulib/m4/mmap-anon.m4: Update.
8625 * gnulib/m4/multiarch.m4: Update.
8626 * gnulib/m4/onceonly.m4: Update.
8627 * gnulib/m4/stddef_h.m4: Update.
8628 * gnulib/m4/stdint.m4: Update.
8629 * gnulib/m4/string_h.m4: Update.
8630 * gnulib/m4/warn-on-use.m4: Update.
8631 * gnulib/m4/wchar_h.m4: Update.
8632 * gnulib/m4/wchar_t.m4: Update.
8633 * gnulib/m4/wint_t.m4: Update.
8634 * gnulib/memchr.c: Update.
8635 * gnulib/memmem.c: Update.
8636 * gnulib/stddef.in.h: Update.
8637 * gnulib/stdint.in.h: Update.
8638 * gnulib/str-two-way.h: Update.
8639 * gnulib/string.in.h: Update.
8640 * gnulib/wchar.in.h: Update.
8642 * gnulib/extra/arg-nonnull.h: Delete.
8643 * gnulib/extra/c++defs.h: Delete.
8644 * gnulib/extra/warn-on-use.h: Delete.
8645 * gnulib/m4/wchar_h.m4: Delete.
8646 * gnulib/m4/wint_t.m4: Delete.
8647 * gnulib/wchar.in.h: Delete.
8649 * gnulib/extra/snippets/arg-nonnull.h: New.
8650 * gnulib/extra/snippets/c++defs.h: New.
8651 * gnulib/extra/snippets/warn-on-use.h: New.
8653 * aclocal.m4: Regenerate.
8654 * config.in: Regenerate.
8655 * configure: Regenerate.
8656 * gnulib/Makefile.in: Regenerate.
8658 2012-04-18 Pedro Alves <palves@redhat.com>
8660 Reimport the update-copyright module from gnulib
8661 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8663 * configure: Regenerate.
8664 * gnulib/Makefile.am: Update.
8665 * gnulib/Makefile.in: Regenerate.
8666 * gnulib/extra/update-copyright: Update.
8667 * gnulib/m4/gnulib-cache.m4: Update.
8668 * gnulib/m4/gnulib-comp.m4: Update.
8670 2012-04-18 Tristan Gingold <gingold@adacore.com>
8672 * configure.ac (aix): Put -lpthread into libs.
8673 * configure: Regenerate.
8675 2012-04-18 Tom Tromey <tromey@redhat.com>
8677 * linespec.c (convert_linespec_to_sals): Don't use
8679 (compare_msymbols): Arguments are minsym_and_objfile, not
8680 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8682 2012-04-18 Pedro Alves <palves@redhat.com>
8684 Revert gnulib/ part of:
8685 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8686 Copyright year update in most files (performed by copyright.sh).
8688 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8690 Fix 64-bit constants on 32-bit hosts.
8691 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8692 from unsigned long to ULONGEST.
8693 (read_signed_leb128): Change declaration return type from long to
8695 (dwarf2_const_value_attr): Change declaration parameter value from long
8697 (dwarf2_compute_name): Change variable value from long to LONGEST.
8698 (read_unsigned_leb128): Change return type, variable result and some
8699 casts from unsigned long to ULONGEST.
8700 (read_signed_leb128): Change return type, variable result and some
8701 casts from long to LONGEST.
8702 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8703 value from long to LONGEST.
8704 (dwarf2_const_value): Change variable value from long to LONGEST.
8705 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8706 plongest and hex_string.
8707 * symtab.h (struct general_symbol_info): Change ivalue from long to
8708 LONGEST, remove the comment.
8709 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8710 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8712 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8715 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8716 * ada-lang.c (ada_discrete_type_high_bound)
8717 (ada_discrete_type_low_bound): Fix function comment. Use
8718 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8719 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8720 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8721 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8722 Use TYPE_FIELD_ENUMVAL.
8723 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8724 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8725 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8726 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8728 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8729 * dwarf2read.c (process_enumeration_scope): Likewise.
8730 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8732 (class StructMainTypePrettyPrinter): Support also
8733 FIELD_LOC_KIND_ENUMVAL.
8734 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8736 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8737 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8738 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8739 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8741 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8742 accommodate enumval.
8743 (struct call_site): Adjust loc_kind to accommodate enumval.
8744 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8745 (TYPE_FIELD_ENUMVAL): New macros.
8746 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8747 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8749 * p-typeprint.c (pascal_type_print_base): Likewise.
8750 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8752 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8753 * python/py-type.c (convert_field): New variable addrstring. Use
8754 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8755 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8756 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8757 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8759 * valprint.c (generic_val_print): Likewise.
8761 2012-04-17 Doug Evans <dje@google.com>
8763 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8765 * dwarf2read.c: Whitespace fixes.
8766 (lookup_signatured_type): Tweak comment.
8767 (get_die_type_at_offset): Fix comment.
8769 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8771 * xcoffread.c (xcoff_secnum_to_sections): New function.
8772 (secnum_to_section, secnum_to_bfd_section): Reimplement
8773 using xcoff_secnum_to_sections. Rename "secnum" parameter
8775 (RECORD_MINIMAL_SYMBOL): Delete.
8776 (record_minimal_symbol): New function.
8777 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8778 by call to record_minimal_symbol and set misc_func_recorded
8779 to 1. Set last_csect_sec to the XCOFF section index instead
8780 of GDB's section_offset index. Update calls to
8781 prim_record_minimal_symbol_and_info to pass the BFD section
8784 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8786 * xcoffread.c (read_xcoff_symtab): Delete variables
8787 last_csect_val and last_csect_sec and associated code.
8789 2012-04-17 Doug Evans <dje@google.com>
8791 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8792 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8793 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8794 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8796 * cleanups.h: New file.
8797 * cleanups.c: New file.
8798 * Makefile.in (SFILES): Add cleanups.c.
8799 (HFILES_NO_SRCDIR): Add cleanups.h.
8800 (COMMON_OBS): Add cleanups.o.
8801 * defs.h (struct cleanup): Moved to cleanups.h.
8802 (do_cleanups,do_final_cleanups): Ditto.
8803 (discard_cleanups,discard_final_cleanups): Ditto
8804 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8805 (save_cleanups,save_final_cleanups): Ditto.
8806 (restore_cleanups,restore_final_cleanups): Ditto.
8807 (null_cleanup): Ditto.
8808 (make_my_cleanup,make_my_cleanup2): Ditto.
8809 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8810 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8811 (do_cleanups,do_final_cleanups): Ditto.
8812 (discard_cleanups,discard_final_cleanups): Ditto
8813 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8814 (save_cleanups,save_final_cleanups): Ditto.
8815 (restore_cleanups,restore_final_cleanups): Ditto.
8816 (null_cleanup): Ditto.
8817 (make_my_cleanup,make_my_cleanup2): Ditto.
8818 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8820 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8822 (make_cleanup_dyn_string_delete): Ditto.
8823 (make_cleanup_ui_file_delete): Ditto.
8824 (make_cleanup_ui_out_redirect_pop): Ditto.
8825 (make_cleanup_free_section_addr_info): Ditto.
8826 (make_cleanup_restore_integer): Ditto.
8827 (make_cleanup_unpush_target): Ditto.
8828 (make_cleanup_value_free_to_mark): Ditto.
8829 (make_cleanup_value_free): Ditto.
8830 (make_cleanup_free_so): Ditto.
8832 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8834 New option "set debug auto-load".
8835 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8836 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8837 (auto_load_safe_path_vec_update)
8838 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8840 (file_is_auto_load_safe): New parameters debug_fmt and ....
8841 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8842 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8843 caller by explanatory string.
8844 (_initialize_auto_load): Register "set debug auto-load".
8845 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8847 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8848 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8849 by explanatory string.
8850 * main.c (captured_main): Likewise.
8851 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8852 (source_section_scripts): Likewise.
8854 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8856 New option "set auto-load safe-path".
8857 * NEWS: New commands "set auto-load safe-path"
8858 and "show auto-load safe-path".
8859 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8860 (auto_load_safe_path, auto_load_safe_path_vec)
8861 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8862 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8863 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8864 (source_gdb_script_for_objfile): New variable is_safe. Call
8865 file_is_auto_load_safe. Return if it is not.
8866 (struct loaded_script): New field loaded.
8867 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8868 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8869 output "Missing" to "No".
8870 (_initialize_auto_load): New variable cmd. Initialize
8871 auto_load_safe_path. Register "set auto-load safe-path",
8872 "show auto-load safe-path" and "add-auto-load-safe-path".
8873 * auto-load.h (maybe_add_script): Add parameter loaded.
8874 (file_is_auto_load_safe): New declaration.
8875 * config.in: Regenerate.
8876 * configure: Regenerate.
8877 * configure.ac: New parameters --with-auto-load-safe-path
8878 and --without-auto-load-safe-path.
8879 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8880 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8881 * main.c (captured_main): Check file_is_auto_load_safe for
8883 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8884 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8885 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8888 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8890 auto-load: Implementation.
8891 * NEWS: New descriptions for "info auto-load",
8892 "info auto-load gdb-scripts", "info auto-load python-scripts",
8893 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8894 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8895 and "show auto-load-scripts". New description for "set auto-load",
8896 "show auto-load", "set auto-load gdb-scripts",
8897 "show auto-load gdb-scripts", "set auto-load python-scripts",
8898 "show auto-load python-scripts", "set auto-load local-gdbinit",
8899 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8900 "show auto-load libthread-db".
8901 * auto-load.c: Remove include python/python-internal.h. Add includes
8902 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8904 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8905 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8906 (gdbpy_global_auto_load): Rename to ...
8907 (global_auto_load): ... here.
8908 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8909 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8910 (script_language_gdb, source_gdb_script_for_objfile): New.
8911 (struct loaded_script): New field language.
8912 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8914 (maybe_add_script): Add parameter language. Drop redundant
8915 entry.full_path initialization. Initialize entry.language and
8917 (auto_load_objfile_script): Change parameter suffix to language.
8918 Remove the call of maybe_add_script.
8919 Call language->source_script_for_objfile.
8920 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8922 (collect_matching_scripts): Adjust it for
8923 struct collect_matching_scripts_data.
8924 (auto_load_info_scripts_pattern_nl): New variable.
8925 (info_auto_load_scripts): Rename to ...
8926 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8927 for struct collect_matching_scripts_data.
8928 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8929 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8930 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8931 (auto_load_info_cmdlist_get): New.
8932 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8933 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8934 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8935 "info auto-load local-gdbinit".
8936 * auto-load.h (struct script_language): New.
8937 (gdbpy_global_auto_load): Rename to ...
8938 (global_auto_load): ... here.
8939 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8940 (auto_load_local_gdbinit_loaded): New declarations.
8941 (maybe_add_script): New parameter language.
8942 (auto_load_objfile_script): Change parameter suffix to language.
8943 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8944 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8945 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8947 * linux-thread-db.c: Include auto-load.h and ctype.h.
8948 (auto_load_thread_db, show_auto_load_thread_db): New.
8949 (struct thread_db_info): New field filename.
8950 (delete_thread_db_info): Call xfree for FILENAME.
8951 (try_thread_db_load): Initialize FILENAME.
8952 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8953 if !AUTO_LOAD_THREAD_DB.
8954 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8955 (_initialize_thread_db): Install auto_load_thread_db
8956 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8957 as "info auto-load libthread-db".
8958 * main.c (captured_main): Rename gdbpy_global_auto_load to
8959 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8960 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8961 (print_gdb_help): Extend the help for 'local init file'.
8962 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8963 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8964 (auto_load_scripts): Rename to ...
8965 (auto_load_python_scripts): ... here, update the comment.
8966 (gdbpy_load_auto_script_for_objfile): New declaration.
8967 (show_auto_load_python_scripts, script_language_python)
8968 (gdbpy_load_auto_script_for_objfile): New.
8969 (source_section_scripts): Refactor the code.
8970 (load_auto_scripts_for_objfile): Rename to ...
8971 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8972 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8973 (info_auto_load_python_scripts): New.
8974 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8975 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8976 Register "set auto-load-scripts" as its deprecated alias. Register
8977 "info auto-load python-scripts". Register "info auto-load-scripts" as
8978 its deprecated alias.
8979 (load_auto_scripts_for_objfile): Rename to ...
8980 (gdbpy_load_auto_scripts_for_objfile): ... here.
8981 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8982 (gdbpy_load_auto_scripts_for_objfile): ... here.
8984 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8986 auto-load: Move files.
8987 * Makefile.in (SFILES): Add auto-load.c.
8988 (HFILES_NO_SRCDIR): Add auto-load.h.
8989 (COMMON_OBS): Add auto-load.o.
8990 (distclean): Change .gdbinit for gdb-gdb.gdb.
8991 * auto-load.c: New file, with parts from python/py-auto-load.c.
8992 * auto-load.h: New file, with parts from python/python.h.
8993 * configure: Regenerate.
8994 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8995 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8996 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8997 * main.c: Include auto-load.h.
8998 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8999 command.h, observer.h and progspace.h to auto-load.c. Add include
9001 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9002 (struct loaded_script, auto_load_pspace_data)
9003 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9004 (hash_loaded_script_entry, eq_loaded_script_entry)
9005 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9006 (maybe_add_script): Move to auto-load.c.
9007 (source_section_scripts): Change maybe_add_script parameters passing,
9008 use script_not_found_warning_print.
9009 (clear_section_scripts, auto_load_objfile_script)
9010 (auto_load_new_objfile, loaded_script_ptr)
9011 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9012 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9013 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9014 auto_load_new_objfile and info_auto_load_scripts initizations to
9016 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9018 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9021 * charset.c (find_charset_names): Remove variables ix and elt.
9022 Use free_char_ptr_vec.
9023 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9024 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9025 debugdir_end. New variable debugdir_len.
9026 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9027 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9029 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9030 and elt. Use free_char_ptr_vec.
9031 * source.c (add_path): Remove variables argv, arg and argv_index.
9032 New variables dir_vec, back_to, ix and name.
9033 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9034 make_cleanup_freeargv. Remove variable separator. Simplify the code
9035 no longer expecting DIRNAME_SEPARATOR.
9036 (openp): Remove variable p, p1 and len. New variables dir_vec,
9037 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9038 no longer expecting DIRNAME_SEPARATOR.
9039 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9040 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9042 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9043 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9044 (dirnames_to_char_ptr_vec): New functions.
9046 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9049 * source.c (add_path): Remove always true conditional 'p == 0' and
9050 unindent its code block.
9052 2012-04-17 Pedro Alves <palves@redhat.com>
9054 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9055 (FIELD_BITPOS_LVAL): ... this.
9056 (FIELD_BITPOS): New.
9057 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9058 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9059 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9061 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9063 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9064 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9065 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9068 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9070 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9071 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9072 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9073 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9074 * jv-lang.c (java_link_class_type): Likewise, once.
9075 * stabsread.c (read_enum_type): Likewise.
9077 2012-04-16 Yao Qi <yao@codesourcery.com>
9079 * common/agent.c (agent_run_command): Add one more parameter `len'.
9081 * common/agent.h: Update declaration.
9082 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9084 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9086 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9089 * value.c (value_actual_type): New function.
9090 * value.h (value_actual_type): New declaration.
9091 * varobj.c (update_type_if_necessary): New function.
9092 (varobj_create): Call value_actual_type instead of
9094 (install_dynamic_child): distinct changed and type changed MI variable
9096 (update_dynamic_varobj_children): Updated for install_dynamic_child
9097 change. All callers updated.
9098 (varobj_update): Support for MI variable object type change if
9099 the value changed and RTTI is used to determine the type.
9100 (create_child_with_value): Call value_actual_type instead of
9102 (adjust_value_for_child_access): Extended with a new parameter which
9103 specify whether the given value should be casted to enclosing type.
9104 All callers updated.
9106 2012-04-14 Yao Qi <yao@codesourcery.com>
9108 Import gnulib module inttypes from git
9109 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9110 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9111 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9112 gnulib/m4/inttypes-pri.m4
9113 * aclocal.m4, config.in, configure: Regenerated.
9114 * gnulib/Makefile.am: Update.
9115 * gnulib/Makefile.in: Update.
9116 * gnulib/m4/gnulib-cache.m4: Update.
9117 * gnulib/m4/gnulib-comp.m4: Update.
9118 * gnulib/inttypes.in.h: New.
9119 * gnulib/m4/inttypes-pri.m4: New.
9120 * gnulib/m4/inttypes.m4: New.
9122 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9124 * infrun.c (resume): Update PC address to the real PC after
9125 preparing to do displaced stepping.
9127 2012-04-12 Doug Evans <dje@google.com>
9129 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9130 All callers updated.
9132 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9134 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9136 2012-04-12 Doug Evans <dje@google.com>
9138 * dwarf2read.c (create_all_type_units): Renamed from
9139 create_debug_types_hash_table. All callers updated.
9141 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9142 local type_sig to sig_type, type_offset to type_offset_in_tu.
9143 (hash_signatured_type): Renamed from hash_type_signature,
9144 all callers updated.
9145 (eq_signatured_type): Renamed from eq_type_signature,
9146 all callers updated.
9147 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9148 (process_enumeration_scope): Ditto.
9149 (lookup_signatured_type_at_offset): Ditto.
9150 (load_full_type_unit, read_signatured_type): Ditto.
9152 2012-04-12 Yao Qi <yao@codesourcery.com>
9154 * remote.c (async_remote_interrupt): Correct function name in
9156 (async_remote_interrupt_twice): Ditto.
9158 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9160 * source.c (find_and_open_source): Consistently pass resulting
9161 full path through xfullpath.
9163 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9165 Provide more specific displaced-stepping memory error message.
9166 * infrun.c (displaced_step_prepare): New variable status. Call
9167 target_read_memory instead of read_memory, provide more specific
9170 2012-04-11 Tristan Gingold <gingold@adacore.com>
9173 * darwin-nat.c (darwin_execvp): Revert previous patch.
9175 2012-04-11 Tristan Gingold <gingold@adacore.com>
9178 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9181 2012-04-11 Tristan Gingold <gingold@adacore.com>
9183 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9186 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9188 New command 'explore' which helps explore values and types in
9190 * NEWS: Add an entry about the new 'explore' command.
9191 * data-directory/Makefile.in: Add gdb/command/explore.py
9192 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9193 command using the GDB Python API.
9195 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9197 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9198 extension in jump target calculation.
9200 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9202 * mips-tdep.c (mips32_next_pc): Handle JALX.
9204 2012-04-10 Yao Qi <yao@codesourcery.com>
9206 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9208 2012-04-10 Yao Qi <yao@codesourcery.com>
9210 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9211 and gnulib/m4/gnulib-tool.m4.
9213 2012-04-10 Doug Evans <dje@google.com>
9215 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9216 (load_partial_dies): Clarify comment.
9217 (find_partial_die): Support rereading type units.
9218 Clarify CU handling, if we know offset is in CU, don't search for the
9219 containing CU. Add comment regarding memory waste.
9221 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9223 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9224 i386/x32-avx and i386/x32-avx-linux.
9225 (i386/x32-expedite): New.
9226 (i386/x32-linux-expedite): Likewise.
9227 (i386/x32-avx-expedite): Likewise.
9228 (i386/x32-avx-linux-expedite): Likewise.
9229 ($(outdir)/i386/x32.dat): Likewise.
9230 ($(outdir)/i386/x32-linux.dat): Likewise.
9231 ($(outdir)/i386/x32-avx.dat): Likewise.
9232 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9234 * features/i386/x32-avx-linux.xml: New file.
9235 * features/i386/x32-avx.xml: Likewise.
9236 * features/i386/x32-core.xml: Likewise.
9237 * features/i386/x32-linux.xml: Likewise.
9238 * features/i386/x32.xml: Likewise.
9240 * features/i386/x32-avx-linux.c: New. Generated.
9241 * features/i386/x32-avx.c: Likewise.
9242 * features/i386/x32-linux.c: Likewise.
9243 * features/i386/x32.c: Likewise.
9244 * regformats/i386/x32-avx-linux.dat: Likewise.
9245 * regformats/i386/x32-avx.dat: Likewise.
9246 * regformats/i386/x32-linux.dat: Likewise.
9247 * regformats/i386/x32.dat: Likewise.
9249 2012-04-10 Tristan Gingold <gingold@adacore.com>
9251 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9252 code to kill the inferior.
9254 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9256 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9258 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9260 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9261 (yyvsp): New defines.
9262 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9264 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9266 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9268 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9270 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9273 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9275 * sparc64-tdep.c (sparc64_store_arguments)
9276 (sparc64_store_arguments): Fix coding style.
9278 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9280 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9281 complex floats, adjust some related comments and tighten a related
9283 (sparc64_extract_return_value): Handle complex floats.
9285 2012-04-07 Doug Evans <dje@google.com>
9287 * dwarf2read.c (load_partial_dies): Change condition to assert.
9289 2012-04-06 Doug Evans <dje@google.com>
9291 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9294 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9296 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9298 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9299 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9302 2012-04-05 Keith Seitz <keiths@redhat.com>
9304 * linespec.c (decode_compound): Remove.
9305 (enum offset_relative_sign): New enum.
9306 (struct line_offset): New struct.
9307 (struct linespec): New struct.
9308 (struct linespec_state): Move file_symtabs,
9309 user_filename, and user_function into struct linespec.
9310 Make result an anonymous struct holding vectors of
9311 symbolp and minsym_and_objfile_d.
9312 Add language member.
9313 (enum ls_token_type): New enum.
9314 (linespec_keywords): New array.
9315 (struct ls_token): New struct.
9316 (struct ls_parser): New struct.
9317 (linespec_lexer_lex_number): New function.
9318 (linespec_lexer_lex_keyword): New function.
9319 (is_ada_operator): New function.
9320 (skip_quote_char): New function.
9321 (copy_token_string): New function.
9322 (is_closing_quote_enclosed): New function.
9323 (find_parameter_list_end): New function.
9324 (linespec_lexer_lex_string): New function.
9325 (linespec_lexer_lex_one): New function.
9326 (linespec_lexer_consume_token): New function.
9327 (linespec_lexer_peek_token): New function.
9328 (cplusplus_error): Remove unused function.
9329 (find_methods): Update comment.
9330 (find_toplevel_char): Return const.
9331 (is_objc_method_format): Remove unused function.
9332 (find_toplevel_string): New function.
9333 (is_linespec_boundary): Remove.
9334 (symbol_not_found_error): New function.
9335 (find_method_overload_end): Remove function.
9336 (unexpected_linespec_error): New function.
9337 (keep_name_info): Remove.
9338 (linespec_parse_line_offset): New function.
9339 (linespec_parse_basic): New function.
9340 (canonicalize_linespec): New function.
9341 (decode_line_internal): Remove.
9342 (create_sals_line_offset): New function adapted from
9344 (convert_linespec_to_sals): New function.
9345 (parse_linespec): New function.
9346 (linespec_parser_new): New function.
9347 (linespec_state_destructor): Change parameter type to
9348 struct linespec_state *.
9349 Add language parameter.
9350 Remove freeing of moved members.
9351 (linespec_parser_delete): New function.
9352 (decode_line_full): Use parse_linespec and linespec_parser_new.
9353 (decode_line_1): Likewise.
9354 (decode_indirect): Rename to ...
9355 (linespec_expression_to_pc): ... this and rewrite
9356 to simply find CORE_ADDR, storing this result for later
9358 (locate_first_half): Remove.
9359 (deocde_objc): Add parameter LS.
9360 Initialize new struct collect_info members.
9361 Handle minimal symbols, too.
9362 (decode_compound): Delete.
9363 (lookup_prefix_sym): Rewrite.
9364 (compare_msymbols): New function.
9365 (find_method): Rewrite.
9366 Do not call cplusplus_error.
9367 (symtabs_from_filename): Rewrite.
9368 (collect_function_symbols): Delete.
9369 (find_function_symbols): Rewrite without ARGPTR-style
9371 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9372 (decode_dollar): Adapted and renamed to ...
9373 (linespec_parse_variable): ... this.
9374 (find_linespec_symbols): New function.
9375 (decode_label): Adapted and renamed to ...
9376 (find_label_symbols): ... this.
9377 (decode_digits_list_mode): Add and use LS argument.
9378 (decode_digits_ordinary): Likewise.
9379 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9380 If in list mode, allow any symbol class. Otherwise, only
9381 permit LOC_BLOCK symbols.
9382 (minsym_found): Update comments.
9383 (search_minsyms_for_name): Do not convert the matching symbol
9384 into a SAL. Simply push the symbol and objfile into the
9386 (decode_variable): Delete. Contents adapted into
9387 find_linespec_symbols.
9389 * cp-support.c (SKIP_SPACE): Remove.
9390 (operator_tokens): Remove unused global.
9391 (cp_validate_operator): Remove.
9392 * cp-support.h (cp_validate_operator): Remove declaration.
9394 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9396 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9397 for TYPE_VPTR_FIELDNO.
9398 * valprint.c (valprint_check_validity): Make it global, move the
9399 function comment ...
9400 * value.h (valprint_check_validity): ... to this new declaration.
9402 2012-04-02 Tristan Gingold <gingold@adacore.com>
9404 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9405 the STATE32 api for i386 state.
9406 (i386_darwin_store_inferior_registers): Likewise.
9408 2012-04-02 Tristan Gingold <gingold@adacore.com>
9410 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9412 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9415 2012-04-02 Tristan Gingold <gingold@adacore.com>
9418 * darwin-nat.c (darwin_execvp): Set binary preference.
9420 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9422 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9424 2012-03-30 Tom Tromey <tromey@redhat.com>
9426 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9427 of TRY_CATCH. Fix error handling.
9428 * python/py-value.c (convert_value_from_python): Move 'old'
9429 declaration to innermost scope.
9431 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9432 Andrey Smirnov <andrew.smirnov@gmail.com>
9434 -Wshadow warning fix.
9435 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9436 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9437 Adjust code accordingly.
9439 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9441 * ada-lang.c (symbol_completion_add): Rename parameter
9442 "encoded" into "encoded_p". Ajust code and documentation
9445 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9446 Andrey Smirnov <andrew.smirnov@gmail.com>
9448 -Wshadow warning fix.
9449 * ada-lang.c (symbol_completion_add): Rename parameter
9450 "wild_match" into wild_match_p. Update code and documentation
9453 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9455 * ada-lang.c (symbol_completion_match): Rename parameter
9456 "encoded" into "encoded_p". Ajust code and documentation
9459 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9460 Andrey Smirnov <andrew.smirnov@gmail.com>
9462 -Wshadow warning fix.
9463 * ada-lang.c (symbol_completion_match): Rename parameter
9464 "wild_match" into "wild_match_p". Adjust code and function
9465 documentation accordingly.
9467 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9468 Andrey Smirnov <andrew.smirnov@gmail.com>
9470 -Wshadow warning fix.
9471 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9472 "symbol_info" into "info". Adjust code accordingly.
9473 (ada_lookup_symbol): Likewise.
9475 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9477 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9478 of this function's documentation.
9480 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9481 Andrey Smirnov <andrew.smirnov@gmail.com>
9483 -Wshadow warning fix.
9484 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9485 variable into "wild_match_p". Adjust code accordingly.
9487 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9488 Andrey Smirnov <andrew.smirnov@gmail.com>
9490 -Wshadow warning fix.
9491 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9492 parameter into "wild_match_p". Adjust code accordingly.
9493 Document this parameter in the function description.
9495 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9496 Andrey Smirnov <andrew.smirnov@gmail.com>
9498 -Wshadow warning fix.
9499 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9500 "wild_match" parameter to "wild_match_p" (-Wshadow).
9502 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9504 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9505 in function documentation.
9507 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9508 Andrey Smirnov <andrew.smirnov@gmail.com>
9510 -Wshadow warning fix.
9511 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9512 variable into wild_match_p. Adjust code accordingly.
9514 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9515 Andrey Smirnov <andrew.smirnov@gmail.com>
9517 * ada-valprint.c (ada_val_print_1): Move the code handling
9518 TYPE_CODE_ENUM inside its own lexical block. Declare
9519 variables len and val there, instead of in the function's
9520 top level block. Avoid declaring deref_val again in a way
9521 that shadows another variable of the same name declared
9522 in one of the up-level blocks. Just re-use the up-level
9525 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9527 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9528 Replace block_found argument by symbol_info. Adjust
9529 implementation accordingly. Add function documentation.
9530 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9532 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9533 * ada-exp.y (write_object_renaming): Adjust to new
9534 ada_lookup_encoded_symbol API.
9536 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9538 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9541 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9543 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9544 (v850_register_name): Add the mpu and fpu register names.
9545 (v850e_register_name): Add the mpu and fpu register names.
9546 (v850e2_register_name): New function.
9547 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9550 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9552 * NEWS: Add entry for Ada varobj support.
9554 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9556 * varobj.c (default_value_is_changeable_p): New function,
9557 extracted from varobj_value_is_changeable_p. Add declaration.
9558 (ada_value_is_changeable_p): New function, extracted from
9559 varobj_value_is_changeable_p. Add declaration.
9560 (struct language_specific): New field "value_is_changeable_p".
9561 (languages): Add entries for new field.
9562 (varobj_create): Set language before calling install_new_value.
9563 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9564 "value_is_changeable_p" language callback.
9566 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9568 * ada-varobj.h, ada-varobj.c: New files.
9569 * Makefile.in (SFILES): Add ada-varobj.c.
9570 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9571 (COMMON_OBS): Add ada-varobj.o.
9573 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9575 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9576 (struct language_specific): New field "value_has_mutated".
9577 (languages): Set field "value_has_mutated" in each entry of array.
9578 (varobj_value_has_mutated): New function.
9579 (varobj_udpdate): Add handling of type mutation.
9580 (value_of_root): Add handling of type mutation.
9581 (ada_value_has_mutated): New function.
9583 2012-03-28 Pedro Alves <palves@redhat.com>
9585 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9586 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9588 2012-03-28 Tom Tromey <tromey@redhat.com>
9590 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9591 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9594 2012-03-28 Tom Tromey <tromey@redhat.com>
9596 * .dir-locals.el: New file.
9598 2012-03-28 Pedro Alves <palves@redhat.com>
9600 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9602 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9604 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9607 2012-03-27 Pedro Alves <palves@redhat.com>
9609 Eliminate struct ui_stream.
9611 * ui-out.h (struct ui_stream): Delete.
9612 (ui_out_field_stream): Adjust prototype.
9613 (ui_out_stream_new, ui_out_stream_delete)
9614 (make_cleanup_ui_out_stream_delete): Delete declarations.
9615 * ui-out.c (ui_out_field_stream): Change prototype to take a
9616 ui_file instead of a ui_stream. Adjust.
9617 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9618 (make_cleanup_ui_out_stream_delete): Delete.
9619 * breakpoint.c (print_breakpoint_location)
9620 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9621 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9622 * disasm.c (dump_insns): Ditto.
9623 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9625 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9626 ui_stream/ui_out_stream_new.
9627 * infcmd.c (print_return_value): Ditto.
9628 * osdata.c (info_osdata_command): Don't allocate a local
9630 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9631 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9632 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9633 allocate a local ui_stream.
9634 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9635 instead of ui_stream/ui_out_stream_new.
9636 (list_args_or_locals): Don't allocate a local ui_stream.
9637 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9638 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9639 ui_stream/ui_out_stream_new.
9640 * cli/cli-setshow.c (do_setshow_command): Ditto.
9642 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9644 * arm-linux-tdep.c (arm_linux_init_abi): Call
9645 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9646 * arm-tdep.c (arm_process_record): New function.
9647 (deallocate_reg_mem): New function.
9648 (decode_insn): New function.
9649 (thumb_record_branch): New function.
9650 (thumb_record_ldm_stm_swi(): New function.
9651 (thumb_record_misc): New function.
9652 (thumb_record_ld_st_stack): New function.
9653 (thumb_record_ld_st_imm_offset): New function.
9654 (thumb_record_ld_st_reg_offset(): New function.
9655 (thumb_record_add_sub_cmp_mov): New function.
9656 (thumb_record_shift_add_sub): New function.
9657 (arm_record_coproc_data_proc): New function.
9658 (arm_record_coproc): New function.
9659 (arm_record_b_bl): New function.
9660 (arm_record_ld_st_multiple): New function.
9661 (arm_record_ld_st_reg_offset): New function.
9662 (arm_record_ld_st_imm_offset): New function.
9663 (arm_record_data_proc_imm): New function.
9664 (arm_record_data_proc_misc_ld_str): New function.
9665 (arm_record_extension_space): New function.
9666 (arm_record_strx): New function.
9667 (sbo_sbz): New function.
9668 (struct insn_decode_record): New structure for arm insn record.
9669 (REG_ALLOC): New macro for reg allocations.
9670 (MEM_ALLOC): New macro for memory allocations.
9671 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9673 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9675 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9676 (store_register): Likewise.
9678 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9680 * MAINTAINERS (Write After Approval): Add myself to the list.
9682 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9684 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9685 Describe also the option "auto".
9687 2012-03-22 Richard Henderson <rth@redhat.com>
9689 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9690 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9692 2012-03-22 Richard Henderson <rth@redhat.com>
9694 * jit.c (jit_read_code_entry): Compute alignment and offset of
9695 int64_t member before computing entry_size.
9697 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9699 Python scripting: Add new method Value.referenced_value to
9700 gdb.Value which can dereference pointer as well as reference
9702 * NEWS: Add entry under 'Python scripting' about the new method
9703 Value.referenced_value on gdb.Value objects.
9704 * python/py-value.c (valpy_referenced_value): New function
9705 defining a new method on gdb.Value objects which can dereference
9706 pointer and reference values.
9708 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9710 * MAINTAINERS (Write After Approval): Add myself to the list.
9712 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9714 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9715 in addition to "main".
9717 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9719 * expression.h (op_name): Add declaration.
9720 * expprint.c (op_name): Remove declaration. Make non-static.
9721 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9723 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9725 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9727 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9728 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9729 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9730 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9731 (linux_nat_get_siginfo): Likewise.
9732 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9733 (linux_nat_get_siginfo): Likewise.
9734 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9735 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9736 * procfs.c (gdb_siginfo_t): Likewise.
9738 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9740 * .gitignore: Ignore more files.
9742 2012-03-20 Pedro Alves <palves@redhat.com>
9744 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9747 2012-03-20 Yao Qi <yao@codesourcery.com>
9749 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9752 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9754 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9755 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9756 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9758 * dwarf2expr.h (cu_offset, sect_offset): New types.
9759 (struct dwarf_expr_context_funcs) <dwarf_call>
9760 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9762 (struct dwarf_expr_context) <len>: Improve the comment.
9763 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9764 cu_offset and sect_offset.
9765 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9766 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9767 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9768 * dwarf2loc.h: Include dwarf2expr.h.
9769 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9771 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9772 Improve the comment.
9773 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9774 (struct signatured_type, struct line_header, struct partial_die_info)
9775 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9776 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9777 (get_die_type_at_offset, create_cus_from_index)
9778 (create_signatured_type_table_from_index, dw2_get_file_names)
9779 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9780 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9781 (create_debug_types_hash_table, process_psymtab_comp_unit)
9782 (load_partial_comp_unit, create_all_comp_units)
9783 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9784 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9785 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9786 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9787 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9788 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9789 (find_partial_die, read_attribute_value, lookup_die_type)
9790 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9791 (is_ref_attr): New function comment.
9792 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9793 Use cu_offset and sect_offset.
9794 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9795 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9796 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9797 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9798 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9799 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9800 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9803 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9806 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9807 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9809 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9811 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9813 * NEWS: Describe new options --init-command=FILE, -ix and
9814 --init-eval-command=COMMAND, -iex.
9815 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9816 CMDARG_INIT_COMMAND.
9817 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9818 "init-command", "init-eval-command", "ix" and "iex" to the variable
9819 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9820 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9821 (print_gdb_help): Describe --init-command=FILE, -ix and
9822 --init-eval-command=COMMAND, -iex.
9824 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9827 * main.c (struct cmdarg): Move it here from main. Add more comments.
9828 (cmdarg_s, VEC (cmdarg_s)): New.
9829 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9830 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9831 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9832 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9835 2012-03-19 Tom Tromey <tromey@redhat.com>
9837 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9839 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9842 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9845 2012-03-16 Chris January <chris.january@allinea.com>
9847 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9850 2012-03-16 Chris January <chris.january@allinea.com>
9852 * source.c (add_path): Use memmove instead of strcpy because the
9855 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9857 * value.h (set_value_parent): Add declaration.
9858 * value.c (set_value_parent): New function.
9859 (value_address): If VALUE->PARENT is not NULL, then use it as
9860 the base address instead of VALUE->LOCATION.address.
9861 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9862 the same as OBJ's address. Adjust V's offset accordingly.
9865 2012-03-16 Gary Benson <gbenson@redhat.com>
9867 PR breakpoints/10738
9868 * dwarf2read.c (use_deprecated_index_sections): New global.
9869 (struct partial_die_info): New member may_be_inlined.
9870 (read_partial_die): Set may_be_inlined where appropriate.
9871 (add_partial_subprogram): Add partial symbols for partial
9872 DIEs that may be inlined.
9873 (new_symbol_full): Add inlined subroutines to the current
9875 (write_psymtabs_to_index): Bump version number.
9876 (dwarf2_read_index): Read only version 6 indices unless
9877 use_deprecated_index_sections is set.
9878 * linespec.c (symbol_and_data_callback): New structure.
9879 (iterate_inline_only): New function.
9880 (iterate_over_all_matching_symtabs): New argument
9881 "include_inline". If nonzero, also call the callback for
9882 symbols representing inlined subroutines.
9883 (lookup_prefix_sym): Pass extra argument to the above.
9884 (find_function_symbols): Likewise.
9885 (add_matching_symbols_to_info): Likewise.
9886 * NEWS: Mention that GDB can now set breakpoints on inlined
9889 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9891 * p-typeprint.c (pascal_type_print_method_args):
9892 Fix display of parameter of methods.
9894 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9896 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9897 Add missing prototype.
9899 2012-03-16 Yao Qi <yao@codesourcery.com>
9900 Jan Kratochvil <jan.kratochvil@redhat.com>
9902 Fix false compilation warning.
9903 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9905 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9906 Pedro Alves <pedro@codesourcery.com>
9908 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9909 (arm_register_g_packet_guesses): New function.
9910 (arm_gdbarch_init): Don't force a target description with
9911 registers when the executable is detected as M-profile. Instead
9912 set gdbarch->tdep->is_m. Register `g' packet guesses.
9913 (_initialize_arm_tdep): Initialize the new target description.
9914 * features/arm-with-m-fpa-layout.xml: New description.
9915 * features/arm-with-m-fpa-layout.c: New, generated.
9917 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9919 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9920 Update function description.
9921 (insert_bp_location): Do not wipe bl->target_info out.
9922 * mem-break.c: #include "gdb_string.h".
9923 (default_memory_insert_breakpoint): Do not call target_read_memory
9924 with a pointer to the breakpoint's shadow_contents buffer. Use
9925 a local buffer instead.
9926 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9928 2012-03-15 Tom Tromey <tromey@redhat.com>
9930 * NEWS: Mention "info vtbl", not "info vtable".
9931 * cp-support.c (info_vtbl_command): Fix comment.
9932 (_initialize_cp_support): Fix text.
9934 2012-03-15 Tom Tromey <tromey@redhat.com>
9936 * cp-valprint.c (cp_print_value_fields): Use
9937 print_function_pointer_address for vtable slot.
9939 2012-03-15 Tom Tromey <tromey@redhat.com>
9941 * gnu-v3-abi.c (struct value_and_voffset): New.
9942 (hash_value_and_voffset, eq_value_and_voffset)
9943 (compare_value_and_voffset, compute_vtable_size)
9944 (print_one_vtable, gnuv3_print_vtable): New functions.
9945 (init_gnuv3_ops): Initialize 'print_vtable' field.
9946 * cp-support.c (info_vtbl_command): New function.
9947 (_initialize_cp_support): Add "info vtbl".
9948 * cp-abi.h (cplus_print_vtable): Declare.
9949 (struct cp_abi_ops) <print_vtable>: New field.
9950 * cp-abi.c (cplus_print_vtable): New function.
9953 2012-03-15 Tom Tromey <tromey@redhat.com>
9955 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9956 iterate_over_symbols.
9958 2012-03-14 Doug Evans <dje@google.com>
9960 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9961 DW_OP_GNU_parameter_ref.
9963 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9965 Fix double prompt of 'interpreter-exec mi'.
9966 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9967 (mi_interpreter_resume): use it.
9968 (mi_execute_command_input_handler): New function.
9969 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9970 mi_execute_command_input_handler.
9972 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9974 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9976 (darwin_debug_port_info): Make static.
9977 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9978 * machoread.c (_initialize_machoread): Add prototype.
9979 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9980 (i386_darwin_set_control, i386_darwin_get_control)
9981 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9982 i386_darwin_get_status, i386_darwin_get_control):
9983 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9985 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9987 * ax-gdb.c (gen_usual_unary): Remove special handling of
9988 enum and bool types.
9990 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9992 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9994 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9996 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9998 2012-03-13 Chris January <chris.january@allinea.com>
10000 * aix-thread.c (fill_sprs): Store the floating point registers
10001 at the correct offsets into vals.
10003 2012-03-13 Doug Evans <dje@google.com>
10005 * NEWS: Mention symbol-reloading has been deleted.
10006 * symfile.c (symbol_reloading): Delete.
10007 (show_symbol_reloading): Delete.
10008 (_initialize_symfile): Delete set/show symbol-reloading.
10010 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10011 read_in_chain until we have successfully read it in.
10012 (load_full_comp_unit): Ditto.
10013 (read_signatured_type): Add comment.
10015 2012-03-13 Chris January <chris.january@allinea.com>
10017 * stabsread.c (fix_common_block): Change type of valu argument
10020 2012-03-13 Chris January <chris.january@allinea.com>
10022 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10025 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10027 * common/linux-procfs.c (linux_proc_get_int): New, from
10028 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10030 (linux_proc_get_tgid): Only call linux_proc_get_int.
10031 (linux_proc_get_tracerpid): New.
10032 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10033 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10034 linux_proc_pid_has_state.
10035 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10036 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10037 (linux_ptrace_attach_warnings): New.
10038 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10040 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10041 (linux_nat_attach): New variables ex, buffer, message and message_s.
10042 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10044 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10046 * Makefile.in (linux-ptrace.o): New.
10047 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10049 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10050 * common/linux-ptrace.c: New file.
10051 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10052 * config/arm/linux.mh: Likewise.
10053 * config/i386/linux.mh: Likewise.
10054 * config/i386/linux64.mh: Likewise.
10055 * config/ia64/linux.mh: Likewise.
10056 * config/m32r/linux.mh: Likewise.
10057 * config/m68k/linux.mh: Likewise.
10058 * config/mips/linux.mh: Likewise.
10059 * config/pa/linux.mh: Likewise.
10060 * config/powerpc/linux.mh: Likewise.
10061 * config/powerpc/ppc64-linux.mh: Likewise.
10062 * config/powerpc/spu-linux.mh: Likewise.
10063 * config/s390/s390.mh: Likewise.
10064 * config/sparc/linux.mh: Likewise.
10065 * config/sparc/linux64.mh: Likewise.
10066 * config/xtensa/linux.mh: Likewise.
10067 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10068 common/linux-procfs.c.
10069 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10071 2012-03-13 Hui Zhu <teawater@gmail.com>
10072 Pedro Alves <palves@redhat.com>
10074 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10075 CREATE_BREAKPOINT_FLAGS_INSERTED.
10076 (create_breakpoint_sal, create_breakpoints_sal)
10077 (base_breakpoint_create_breakpoints_sal)
10078 (tracepoint_create_breakpoints_sal)
10079 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10081 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10082 (ftrace_command, strace_command): Adjust.
10083 (create_tracepoint_from_upload): Pass
10084 CREATE_BREAKPOINT_FLAGS_INSERTED.
10085 * breakpoint.h (enum breakpoint_create_flags): New.
10086 (create_breakpoint): New flags parameter.
10087 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10088 * python/py-breakpoint.c (bppy_init): Adjust.
10089 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10090 * spu-tdep.c (spu_catch_start): Adjust.
10092 2012-03-13 Pedro Alves <palves@redhat.com>
10093 Hui Zhu <teawater@gmail.com>
10094 Yao Qi <yao@codesourcery.com>
10096 * remote.c (struct remote_state): New field `starting_up'.
10097 (remote_start_remote): Set and clear it.
10098 (remote_can_download_tracepoint): If starting up, return false.
10100 2012-03-13 Yao Qi <yao@codesourcery.com>
10102 * inferior.h (struct inferior): Remove fields any_syscall_count,
10103 syscalls_counts and total_syscalls_count. Move them to new
10104 struct catch_syscall_inferior_data in breakpoint.c.
10105 * breakpoint.c: Call DEF_VEC_I(int).
10106 (struct catch_syscall_inferior_data): New.
10107 (get_catch_syscall_inferior_data): New.
10108 (catch_syscall_inferior_data_cleanup): New.
10109 (insert_catch_syscall): Update to access data in
10110 struct catch_syscall_inferior_data.
10111 (insert_catch_syscall): Likewise.
10112 (remove_catch_syscall): Likewise.
10113 (remove_catch_syscall): Likewise.
10114 (is_syscall_catchpoint_enabled): Likewise.
10115 (add_catch_command): Likewise.
10116 (_initialize_breakpoint): Register cleanup.
10117 * breakpoint.h: Removed DEF_VEC_I(int).
10118 * dwarf2loc.c: Call DEF_VEC_I(int).
10119 * mi/mi-main.c: Likewise.
10121 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10123 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10125 2012-03-12 Chris January <chris.january@allinea.com>
10127 * aix-thread.c (_initialize_aix_thread): Add prototype.
10128 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10129 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10131 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10133 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10134 include of "amd64-nat.h".
10136 2012-03-12 Tom Tromey <tromey@redhat.com>
10138 * buildsym.c (record_pending_block): Now static.
10139 * buildsym.h: (record_pending_block): Remove.
10141 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10143 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10145 2012-03-09 Tom Tromey <tromey@redhat.com>
10147 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10148 producer_is_gxx_lt_4_6>: New fields.
10149 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10151 2012-03-09 Tom Tromey <tromey@redhat.com>
10153 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10155 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10157 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10160 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10162 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10164 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10166 Fix -Wmissing-prototypes build.
10167 * arm-linux-nat.c (get_thread_id): Make it static.
10168 * xtensa-linux-nat.c (get_thread_id): Likewise.
10170 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10172 * server.c (process_point_options): If a conditional expression
10173 is found, only print a message if remote_debug is nonzero.
10175 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10177 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10178 of internal error for unknown/unsupported types.
10180 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10182 Fix CU relative vs. absolute DIE offsets.
10183 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10184 offset to offset_in_cu.
10185 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10187 (dwarf2_fetch_die_location_block): Rename parameter offset to
10188 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10190 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10192 * libunwind-frame.c: Rename to ...
10193 * ia64-libunwind-tdep.c: ... here.
10194 * libunwind-frame.h: Rename to ...
10195 * ia64-libunwind-tdep.h: ... here.
10196 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10197 ia64-libunwind-tdep.h.
10198 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10199 * README (--with-libunwind): Rename to ...
10200 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10201 * config.in: Regenerate.
10202 * configure: Regenerate.
10203 * configure.ac: New option --with-libunwind-ia64, make the
10204 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10205 Remove AC_DEFINE for HAVE_LIBUNWIND.
10206 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10207 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10208 Rename libunwind-frame in the general comment.
10209 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10210 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10211 Move forward declarations inside #ifndef. Rename libunwind-frame in
10212 the general comment.
10213 * ia64-tdep.c: Rename libunwind-frame.h #include to
10214 ia64-libunwind-tdep.h.
10215 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10216 (ia64_libunwind_descr): Rename libunwind-frame to
10217 ia64-libunwind-tdep in these function comments.
10218 * ia64-tdep.h: Rename libunwind-frame.h #include to
10219 ia64-libunwind-tdep.h.
10220 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10221 ia64-libunwind-tdep in that data comment.
10223 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10225 * libunwind-frame.h (struct frame_unwind): New declaration.
10227 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10229 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10230 "set breakpoint condition-evaluation" command.
10232 2012-03-08 Tristan Gingold <gingold@adacore.com>
10234 * sparc-stub.c: Move to stubs/
10235 * sh-stub.c: Likewise.
10236 * m68k-stub.c: Likewise.
10237 * m32r-stub.c: Likewise.
10238 * i386-stub.c: Likewise.
10240 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10242 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10243 linux_get_siginfo_type.
10245 * m68klinux-nat.c: Include "gdb_proc_service.h".
10246 (PTRACE_GET_THREAD_AREA): Define.
10247 (ps_get_thread_area): New function.
10249 2012-03-08 Yao Qi <yao@codesourcery.com>
10251 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10253 (remote_query_attached): Likewise.
10254 (remote_static_tracepoint_marker_at): Likewise.
10255 (remote_set_permissions): Likewise.
10256 (remote_detach_1, extended_remote_attach_1): Likewise.
10257 (send_g_packet, remote_vkill): Likewise.
10258 (extended_remote_disable_randomization): Likewise.
10259 (remote_add_target_side_condition): Likewise.
10260 (remote_insert_breakpoint): Likewise.
10261 (remote_remove_breakpoint): Likewise.
10262 (remote_insert_watchpoint): Likewise.
10263 (remote_remove_watchpoint): Likewise.
10264 (remote_insert_hw_breakpoint): Likewise.
10265 (remote_insert_hw_breakpoint): Likewise.
10266 (remote_remove_hw_breakpoint): Likewise.
10267 (remote_download_command_source): Likewise.
10268 (remote_download_tracepoint): Likewise.
10269 (remote_download_trace_state_variable): Likewise.
10270 (remote_disable_tracepoint): Likewise.
10271 (remote_trace_set_readonly_regions): Likewise.
10272 (remote_get_tracepoint_status): Likewise.
10273 (remote_trace_find): Likewise.
10274 (remote_get_trace_state_variable_value): Likewise.
10275 (remote_set_disconnected_tracing): Likewise.
10276 (remote_set_circular_trace_buffer): Likewise.
10277 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10278 (remote_use_agent): Likewise.
10279 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10282 2012-03-07 Pedro Alves <palves@redhat.com>
10284 * NEWS: Mention QProgramSignals.
10285 * inferior.h (update_signals_program_target): Declare.
10286 * infrun.c: (update_signals_program_target): New.
10287 (handle_command): Update the target of the new program signals
10289 * remote.c (PACKET_QProgramSignals): New enum.
10290 (last_program_signals_packet): New global.
10291 (remote_program_signals): New.
10292 (remote_start_remote): Update the target with the program signals
10294 (remote_protocol_features): Add entry for QPassSignals.
10295 (remote_open_1): Free anc clear last_program_signals_packet.
10296 (init_remote_ops): Install remote_program_signals.
10297 * target.c (update_current_target): Adjust.
10298 (target_program_signals): New.
10299 * target.h (struct target_ops) <to_program_signals>: New field.
10300 (target_program_signals): Declare.
10302 2012-03-07 Pedro Alves <palves@redhat.com>
10304 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10307 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10309 * m68klinux-nat.c (getregs_supplies): Make static.
10310 (getfpregs_supplies): Likewise.
10311 (have_ptrace_getregs): Likewise.
10313 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10315 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10316 in call to get_die_type_at_offset.
10318 2012-03-06 Stan Shebs <stan@codesourcery.com>
10320 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10321 * mi/mi-cmd-disas.c: Ditto.
10322 * mi/mi-cmd-env.c: Ditto.
10323 * mi/mi-cmd-file.c: Ditto.
10324 * mi/mi-cmd-stack.c: Ditto.
10325 * mi/mi-cmd-target.c: Ditto.
10326 * mi/mi-cmd-var.c: Ditto.
10327 * mi/mi-cmds.c: Ditto.
10328 * mi/mi-cmds.h: Ditto.
10329 * mi/mi-console.c: Ditto.
10330 * mi/mi-getopt.c: Ditto.
10331 * mi/mi-getopt.h: Ditto.
10332 * mi/mi-interp.c: Ditto.
10333 * mi/mi-main.c: Ditto.
10334 * mi/mi-out.c: Ditto.
10335 * mi/mi-parse.c: Ditto.
10336 * mi/mi-parse.h: Ditto.
10337 * mi/mi-symbol-cmds.c: Ditto.
10339 * mi/mi-getopt.h: Move mi_opt struct up.
10340 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10342 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10344 2012-03-06 Tom Tromey <tromey@redhat.com>
10346 * proc-service.c (ps_pglobal_lookup): Set the current program
10349 2012-03-06 Pedro Alves <palves@redhat.com>
10351 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10353 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10355 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10357 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10360 * common/linux-osdata.c (linux_common_core_of_thread): New function
10362 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10363 call by linux_common_core_of_thread.
10364 (linux_nat_core_of_thread_1): Remove.
10365 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10366 * linux-thread-db.c: Include linux-osdata.h.
10367 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10368 linux_common_core_of_thread.
10370 2012-03-05 Tom Tromey <tromey@redhat.com>
10372 * value.c (value_primitive_field): Don't fetch contents for
10375 2012-03-05 Tom Tromey <tromey@redhat.com>
10377 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10379 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10381 * s390-nat.c: Include "gregset.h".
10383 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10385 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10386 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10387 (libunwind_load): New variable so_error, use it for dlerror. Try to
10388 load also LIBUNWIND_SO_7.
10390 2012-03-05 Pedro Alves <palves@redhat.com>
10392 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10393 is not NULL, and remove resulting dead code.
10395 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10397 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10398 prologue to sh_analyze_prologue.
10399 (sh_analyze_prologue): Make better use of such an upper limit, and
10400 generally be more cautious about accessing memory.
10402 2012-03-05 Tom Tromey <tromey@redhat.com>
10404 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10405 _initialize_ia64_hpux_tdep.
10407 2012-03-05 Pedro Alves <palves@redhat.com>
10411 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10412 the register state is clear, supply explicit zero, instead of
10413 marking the register unavailable.
10415 2012-03-05 Tristan Gingold <gingold@adacore.com>
10417 * NEWS: Mention OpenVMS ia64 new target.
10419 2012-03-05 Tristan Gingold <gingold@adacore.com>
10421 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10422 (ia64_unw_accessors, ia64_unw_rse_accessors)
10423 (ia64_libunwind_descr): Declare.
10424 * ia64-vms-tdep.c: New file.
10425 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10426 (ia64_libunwind_descr): Make them public.
10427 * configure.tgt: Add ia64-*-*vms*.
10428 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10429 (ALLDEPFILES): Add ia64-vms-tdep.c
10431 2012-03-05 Tristan Gingold <gingold@adacore.com>
10433 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10434 * remote.c (PACKET_qXfer_uib): New enum value.
10435 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10436 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10437 (_initialize_remote): Call add_packet_config_cmd for
10440 2012-03-05 Tristan Gingold <gingold@adacore.com>
10442 * osabi.c (gdb_osabi_names): Add OpenVMS.
10443 (generic_elf_osabi_sniffer): Likewise.
10444 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10446 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10448 Removed unused code.
10449 * libunwind-frame.c (libunwind_frame_unwind)
10450 (libunwind_frame_base_address): Remove.
10451 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10453 2012-03-04 Yao Qi <yao@codesourcery.com>
10455 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10456 remove trailing new line.
10457 (agent_run_command, agent_run_command): Add _ markup.
10458 (agent_capability_check): Likewise.
10460 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10462 * breakpoint.c (set_condition_evaluation_mode): Set
10463 CONDITION_EVALUATION_MODE unconditionally.
10465 2012-03-03 Yao Qi <yao@codesourcery.com>
10467 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10468 * common/agent.h: Update declaration.
10469 * inf-child.c (inf_child_use_agent): New.
10470 (inf_child_can_use_agent): New.
10471 (inf_child_target): Initialize fields `to_use_agent'
10472 and `to_can_use_agent'.
10473 * agent.c (agent_new_objfile): New.
10474 (_initialize_agent): Add agent_new_objfile to new_objfile
10477 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10479 (linux_target_install_ops): Initialize field
10480 `to_static_tracepoint_markers_by_strid'.
10481 * remote.c (free_current_marker): Move it to ...
10482 * tracepoint.c (free_current_marker): ... here. New.
10483 (cleanup_target_stop): New.
10484 * tracepoint.h: Declare free_current_marker.
10485 * NEWS: Add one entry about `info static-tracepoint-marker'.
10487 2012-03-03 Yao Qi <yao@codesourcery.com>
10489 * common/agent.c (agent_loaded_p): New.
10490 (agent_look_up_symbols): New global.
10491 * common/agent.h: Declare agent_loaded_p.
10493 2012-03-03 Yao Qi <yao@codesourcery.com>
10495 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10496 (agent_capability_check, agent_capability_invalidate): New.
10497 (symbol_list): New array element.
10498 * common/agent.h (enum agent_capa): New.
10499 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10501 2012-03-03 Yao Qi <yao@codesourcery.com>
10503 * target.h (struct target_ops) <to_use_agent>: New field.
10504 (struct target_ops) <to_can_use_agent>: New field.
10505 (target_use_agent, target_can_use_agent): New macro.
10506 * target.c (update_current_target): Update.
10507 * remote.c: New enum `PACKET_QAgent'.
10508 (remote_protocol_features): Add a new element.
10509 (remote_use_agent, remote_can_use_agent): New.
10510 (init_remote_ops): Initialize field `can_use_agent' with
10511 remote_can_use_agent. Intiailize field `use_agent' with
10513 * common/agent.c (use_agent): New global.
10514 * common/agent.h: Declare it.
10515 * tracepoint.c (info_static_tracepoint_markers_command): Add
10517 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10518 (COMMON_OBS): Add common/agent.o and agent.o
10519 (common-agent.o): New rule.
10522 2012-03-03 Yao Qi <yao@codesourcery.com>
10524 * common/agent.c: New.
10525 * common/agent.h: New.
10526 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10528 * configure, configh.in: Regenerated.
10530 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10532 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10533 unless it exists for this architecture.
10535 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10537 * language.h (struct language_defn): New "method" la_read_var_value.
10538 * findvar.c: #include "language.h".
10539 (default_read_var_value): Renames read_var_value. Rewrite
10540 function description.
10541 (read_var_value): New function.
10542 * value.h (default_read_var_value): Add prototype.
10543 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10545 (ada_language_defn): Add entry for la_read_var_value.
10546 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10547 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10548 language_defn structures to add entry for new la_read_var_value
10551 2012-03-02 Tom Tromey <tromey@redhat.com>
10552 Pedro Alves <palves@redhat.com>
10554 PR breakpoints/13776:
10555 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10557 (delete_longjmp_breakpoint_at_next_stop): New.
10558 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10559 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10560 before deleting the inferior. Add comments.
10561 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10562 breakpoints immediately, but only on next stop. Move that code
10563 next to where we mark other breakpoints for deletion.
10565 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10567 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10569 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10572 2012-03-02 Pedro Alves <palves@redhat.com>
10574 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10576 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10578 Fix -Wmissing-prototypes build.
10579 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10580 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10581 (gdbsim_has_memory): Likewise.
10583 2012-03-02 Yao Qi <yao@codesourcery.com>
10585 Fix -Wmissing-prototypes build.
10586 * charset.c (phony_iconv_open): Make static.
10587 (phony_iconv_close, phony_iconv): Likewise.
10588 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10589 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10591 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10592 * ser-mingw.c (create_select_thread): Make static.
10593 * windows-termcap.c (tgetent): New prototype.
10594 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10596 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10598 Fix -Wmissing-prototypes build.
10599 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10600 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10601 (_initialize_loadable): New prototypes.
10603 2012-03-02 Doug Evans <dje@google.com>
10605 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10606 abbrev table, read_comp_unit will do it.
10608 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10610 Fix -Wmissing-prototypes build.
10611 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10612 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10613 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10614 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10615 (_initialize_arm_symbian_tdep): New prototype.
10616 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10617 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10618 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10620 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10621 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10623 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10624 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10625 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10627 * moxie-tdep.c (moxie_process_record): Likewise.
10628 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10629 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10630 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10631 (_initialize_rl78_tdep): New prototype.
10632 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10633 (_initialize_rx_tdep): New prototype.
10634 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10635 (_initialize_darwin_solib): New prototype.
10636 * solib-spu.c: Include solib-spu.h.
10637 (_initialize_spu_solib): New prototype.
10638 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10639 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10640 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10641 (tic6x_software_single_step): Make it static.
10642 (_initialize_tic6x_tdep): New prototype.
10644 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10646 Fix -Wmissing-prototypes build.
10647 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10648 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10650 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10652 Fix -Wmissing-prototypes build.
10653 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10654 (frv_have_stopped_data_address): Remove.
10656 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10658 Fix -Wmissing-prototypes build.
10659 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10660 * sh-tdep.c: Include sh64-tdep.h.
10661 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10662 * sh64-tdep.c: Include sh64-tdep.h.
10663 * sh64-tdep.h: New file.
10665 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10667 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10669 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10671 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10672 sp_regnum once the gdbarch_init_osabi hook has been called.
10674 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10676 * mips-tdep.c (mips32_bc1_pc): New function.
10677 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10678 BPOSGE32 and BPOSGE64 instructions.
10679 (deal_with_atomic_sequence): Likewise.
10680 (mips32_instruction_has_delay_slot): Likewise.
10682 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10683 Chris Dearman <chris@mips.com>
10684 Maciej W. Rozycki <macro@codesourcery.com>
10685 Joseph Myers <joseph@codesourcery.com>
10687 * features/mips-dsp.xml: New file.
10688 * features/mips64-dsp.xml: New file.
10689 * features/mips-dsp-linux.xml: New file.
10690 * features/mips64-dsp-linux.xml: New file.
10691 * features/Makefile (WHICH): Add mips-dsp-linux and
10693 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10694 * features/mips-dsp-linux.c: New file.
10695 * features/mips64-dsp-linux.c: New file.
10696 * regformats/mips-dsp-linux.dat: New file.
10697 * regformats/mips64-dsp-linux.dat: New file.
10698 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10700 (mips64_linux_register_addr): Likewise.
10701 (mips64_linux_regsets_fetch_registers): Likewise.
10702 (mips64_linux_regsets_store_registers): Likewise.
10703 (mips64_linux_fetch_registers): Update call to
10704 mips64_linux_regsets_fetch_registers.
10705 (mips64_linux_store_registers): Update call to
10706 mips64_linux_regsets_store_registers.
10707 (mips_linux_read_description): Probe for DSP registers.
10708 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10709 and initialize_tdesc_mips64_dsp_linux.
10710 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10711 Remove padding of no longer used embedded register slots.
10712 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10713 (MIPS_RESTART_REGNUM): Redefine enum value.
10714 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10716 (mips_tx39_reg_names): Likewise.
10717 (mips_linux_reg_names): New array of register names for Linux
10719 (mips_register_name): Check for a null pointer in
10720 mips_processor_reg_names and return an empty string.
10721 (mips_register_type): Exclude embedded registers for the IRIX
10723 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10724 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10726 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10727 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10728 (mips_gdbarch_init): Likewise. Initialize internal register
10729 indices for the Linux ABI. Use dynamic numbers to refer to
10730 registers, as applicable, while parsing the target description.
10731 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10733 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10735 * frame.h (read_frame_register_unsigned): Fix typo in function
10738 2012-03-01 Pedro Alves <palves@redhat.com>
10740 * jit-reader.in [!__cplusplus]
10741 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10743 2012-03-01 Pedro Alves <palves@redhat.com>
10745 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10746 * configure: Regenerate.
10748 2012-03-01 Pedro Alves <palves@redhat.com>
10750 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10751 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10752 (ftrace_command, strace_command): Make static.
10753 * d-lang.c (_initialize_d_language): Declare.
10754 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10755 * dwarf2loc.c (_initialize_dwarf2loc):
10756 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10757 * exec.c (exec_get_section_table): Make static.
10758 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10759 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10760 * inferior.c (remove_inferior_command, add_inferior_command)
10761 (clone_inferior_command): Make static.
10762 * linux-nat.c (linux_nat_thread_address_space)
10763 (linux_nat_core_of_thread): Make static.
10764 * linux-tdep.c (_initialize_linux_tdep): Declare.
10765 * objc-lang.c (_initialize_objc_lang): Declare.
10766 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10768 (_initialize_opencl_language): Declare.
10769 * record.c (_initialize_record): Declare.
10770 * remote.c (demand_private_info, remote_get_tib_address)
10771 (remote_supports_cond_tracepoints)
10772 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10774 * skip.c (_initialize_step_skip): Declare.
10775 * symtab.c (skip_prologue_using_lineinfo): Make static.
10776 * tracepoint.c (delete_trace_state_variable)
10777 (trace_variable_command, delete_trace_variable_command)
10778 (get_uploaded_tsv, find_matching_tracepoint_location)
10779 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10781 * value.c (pack_unsigned_long): Make static.
10782 * varobj.c (varobj_ensure_python_env): Make static.
10783 * windows-tdep.c (_initialize_windows_tdep): Declare.
10784 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10786 2012-03-01 Pedro Alves <palves@redhat.com>
10788 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10790 (linux_init_abi): Install it as has_shared_address_space gdbarch
10793 2012-03-01 Pedro Alves <palves@redhat.com>
10795 * observer.c (observer_test_first_notification_function)
10796 (observer_test_second_notification_function)
10797 (observer_test_third_notification_function): Add declarations.
10799 2012-03-01 Pedro Alves <palves@redhat.com>
10801 * common/signals.c (default_target_signal_to_host)
10802 (default_target_signal_from_host): Move ...
10803 * arch-utils.c: ... here.
10804 * arch-utils.h (default_target_signal_to_host)
10805 (default_target_signal_from_host): Declare.
10807 * common/signals.c (target_signal_from_command): Move ...
10808 * infrun.c: ... here.
10809 * inferior.h (target_signal_from_command): Declare.
10810 * target.h (target_signal_from_command)
10811 (default_target_signal_from_host, default_target_signal_to_host):
10812 Delete declarations.
10814 * common/signals.c (_initialize_signals): Delete.
10816 2012-03-01 Pedro Alves <palves@redhat.com>
10818 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10819 both __cplusplus and !__cplusplus.
10821 2012-03-01 Pedro Alves <palves@redhat.com>
10823 * psymtab.c (find_and_open_source): Delete declaration.
10824 * source.c (find_and_open_source): Move comment ...
10825 * source.h (find_and_open_source): ... to this new declaration.
10827 2012-03-01 Pedro Alves <palves@redhat.com>
10829 * inline-frame.c: Include inline-frame.h.
10831 2012-03-01 Pedro Alves <palves@redhat.com>
10833 * tui/tui-data.c (set_gen_win_origin): Delete.
10834 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10835 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10837 2012-03-01 Pedro Alves <palves@redhat.com>
10839 * remote.c (encode_actions): Delete declaration.
10840 * tracepoint.c (encode_actions): Make extern.
10841 * tracepoint.h (encode_actions): Declare.
10843 2012-03-01 Pedro Alves <palves@redhat.com>
10845 * python/py-breakpoint.c: Include python.h.
10846 * python/py-continueevent.c (create_continue_event_object): Make
10848 * python/py-lazy-string.c (stpy_get_type): Make static.
10849 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10851 * python/py-utils.c (unicode_to_target_python_string): Make
10853 * python/py-value.c: Include python.h.
10855 2012-03-01 Pedro Alves <palves@redhat.com>
10857 * inferior.c (delete_threads_of_inferior): Delete.
10859 2012-03-01 Pedro Alves <palves@redhat.com>
10861 Import fallback definitions from glibc.
10863 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10864 ps_prochandle): Forward declare.
10865 (ps_err_e): Use glibc's comments.
10866 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10867 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10868 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10869 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10870 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10871 (struct ps_prochandle): Adjust comment.
10873 2012-03-01 Pedro Alves <palves@redhat.com>
10875 * ada-lang.c (ada_modulus_from_name): Delete.
10876 * ada-lex.l (lexer_init): Make static.
10878 2012-03-01 Pedro Alves <palves@redhat.com>
10882 * frame.c (read_frame_register_unsigned): New.
10883 * frame.h (read_frame_register_unsigned): Declare.
10884 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10886 (print_i387_control_word): New parameter `control_p'. Handle it.
10887 (i387_print_float_info): Handle unavailable float registers.
10889 2012-03-01 Keith Seitz <keiths@redhat.com>
10891 * linespec.c (decode_line_2): Sort the list of methods
10892 alphabetically before presenting the user with a selection
10895 2012-03-01 Doug Evans <dje@google.com>
10897 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10898 has_namespace_info.
10899 (dwarf2_read_abbrevs): Remove corresponding initialization.
10901 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10903 * NEWS: Mention new python command class gdb.COMMAND_USER.
10904 * cli/cli-cmds.c (show_user): Print error when used on a python
10906 (init_cli_cmds): Update documentation strings for "show user" and
10907 "set/show max-user-call-depth" to clarify that it does not apply to
10909 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10911 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10913 * top.c (execute_command): Only execute a user-defined command as a
10914 legacy macro if c->user_commands is set.
10916 2012-03-01 Tom Tromey <tromey@redhat.com>
10918 * valprint.h (struct generic_val_print_decorations): New.
10919 (generic_val_print): Declare.
10920 * valprint.c (generic_val_print): New function.
10921 * p-valprint.c (p_decorations): New global.
10922 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10923 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10924 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10925 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10926 * m2-valprint.c (m2_decorations): New global.
10927 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10928 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10929 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10930 TYPE_CODE_ERROR>: Call generic_val_print.
10931 * f-valprint.c (f_decorations): New global.
10932 (f_val_print): Use print_function_pointer_address.
10933 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10934 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10935 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10937 * c-valprint.c (c_decorations): New global.
10938 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10939 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10940 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10941 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10942 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10943 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10946 2012-03-01 Tom Tromey <tromey@redhat.com>
10948 * valprint.c (val_print): Update.
10949 * p-valprint (pascal_val_print): Return void.
10950 * p-lang.h (pascal_val_print): Return void.
10951 * m2-valprint.c (m2_val_print): Return void.
10952 * m2-lang.h (m2_val_print): Return void.
10953 * language.h (struct language_defn) <la_val_print>: Return void.
10954 * language.c (unk_lang_val_print): Return void.
10955 * jv-valprint.c (java_val_print): Return void.
10956 * jv-lang.h (java_val_print): Return void.
10957 * f-valprint.c (f_val_print): Return void.
10958 * f-lang.h (f_val_print): Return void.
10959 * d-valprint.c (d_val_print): Return void.
10960 (dynamic_array_type): Update.
10961 * d-lang.h (d_val_print): Return void.
10962 * c-valprint.c (c_val_print): Return void.
10963 * c-lang.h (c_val_print): Return void.
10964 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10966 * ada-lang.h (ada_val_print): Return void.
10968 2012-03-01 Tom Tromey <tromey@redhat.com>
10970 * value.h (val_print): Return void.
10971 * valprint.c (val_print): Return void.
10973 2012-03-01 Tom Tromey <tromey@redhat.com>
10975 * value.h (common_val_print): Return void.
10976 * valprint.c (common_val_print): Return void.
10978 2012-03-01 Tom Tromey <tromey@redhat.com>
10980 * value.h (value_print): Return void.
10981 * valprint.c (value_print): Return void.
10982 * p-valprint.c (pascal_value_print): Return void.
10983 * p-lang.h (pascal_value_print): Return void.
10984 * language.h (struct language_defn) <la_value_print>: Return
10986 * language.c (unk_lang_value_print): Return void.
10987 * jv-valprint.c (java_value_print): Return void.
10988 * jv-lang.h (java_value_print): Return void.
10989 * f-valprint.c (c_value_print): Don't declare.
10991 * c-valprint.c (c_value_print): Return void.
10992 * c-lang.h (c_value_print): Return void.
10993 * ada-valprint.c (ada_value_print): Return void.
10994 * ada-lang.h (ada_value_print): Return void.
10996 2012-03-01 Tom Tromey <tromey@redhat.com>
10998 * value.c (value_primitive_field): Handle virtual base classes.
11000 2012-03-01 Tom Tromey <tromey@redhat.com>
11002 * gdbtypes.h (struct vbase): Remove.
11004 2012-03-01 Tom Tromey <tromey@redhat.com>
11006 * c-valprint.c (print_function_pointer_address): Move...
11007 * valprint.c: ... here. Make non-static.
11008 * m2-valprint.c (print_function_pointer_address): Remove.
11009 * valprint.h (print_function_pointer_address): Declare.
11011 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11013 * NEWS: Document the fact that one can provide a condition when
11014 creating an Ada exception catchpoint.
11016 2012-03-01 Tom Tromey <tromey@redhat.com>
11018 * valprint.c (val_print_type_code_flags): Fix placement of
11021 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11023 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11024 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11025 environment variable before calling update-copyright.
11027 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11029 * gnulib/extra/update-copyright: Update to the latest from
11030 gnulib's git repository.
11031 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11032 variable to 2 instead of 1.
11034 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11036 * varobj.c (c_value_of_variable): Remove dead code.
11038 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11040 * ada-lex.p (processId): Do not modify already encoded IDs.
11041 Update function documentation.
11043 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11045 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11046 "name" with "struct symbol *name_sym".
11047 * ada-exp.y (write_var_or_type): Update call to
11048 ada_find_renaming_symbol.
11049 "name" with "struct symbol *name_sym". Adjust Implementation
11050 accordingly. Adjust the function documentation.
11052 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11054 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11055 * ada-lang.c (ada_find_any_type): Add advance declaration.
11056 Make static. Replace ada_find_any_symbol by
11057 ada_find_any_type_symbol.
11058 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11059 Improve function description. Make static.
11060 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11061 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11063 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11065 * ada-lang.c (struct tag_args): Delete.
11066 (ada_get_tsd_type): Function body moved up in source file.
11067 (ada_tag_name_1, ada_tag_name_2): Delete.
11068 (ada_get_tsd_from_tag): New function.
11069 (ada_tag_name_from_tsd): New function.
11070 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11071 to determine the tag name.
11073 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11075 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11077 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11080 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11082 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11084 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11086 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11089 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11091 * ada-lang.c (constrained_packed_array_type): If there is a
11092 parallel XA type, use it to determine the array index type.
11094 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11096 * ada-valprint.c (ada_val_print_1): If our value is a reference
11097 to an array descriptor, dereference it before converting it
11100 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11102 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11103 creating fixed value.
11104 (ada_value_ind, ada_coerce_ref, assign_component)
11105 (ada_evaluate_subexp): Remove call to unwrap_value before
11106 call to ada_to_fixed_value.
11108 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11110 * ada-lang.c (to_fixed_array_type): Set result's type name.
11112 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11114 * ada-lang.c (catch_ada_exception_command_split): Add new
11115 argument cond_string. Add support for condition at end of
11116 "catch exception" commands.
11117 (ada_decode_exception_location): Add new argument cond_string.
11118 Update call to catch_ada_exception_command_split.
11119 (create_ada_exception_catchpoint): Add new argument cond_string.
11120 Set the breakpoint condition if needed.
11121 (catch_ada_exception_command): Update call to
11122 ada_decode_exception_location.
11123 (ada_decode_assert_location): Add function documentation.
11124 Add support for condition at end of "catch assert" command.
11125 (catch_assert_command): Update calls to ada_decode_assert_location
11126 and create_ada_exception_catchpoint.
11128 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11130 Fix disp-step-syscall.exp: fork: single step over fork.
11131 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11132 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11133 comment, change parameters gdbarch and ptid to regcache. Remove
11134 parameter regcache, initialize gdbarch from regcache here.
11135 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11137 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11139 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11140 'syscall'. Make the 'int' check more strict.
11142 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11144 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11145 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11146 (i386_linux_intx80_sysenter_syscall_record): ... here.
11147 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11148 Use the renamed function name.
11150 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11152 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11153 * breakpoint.c (until_break_command): Likewise.
11154 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11155 * infcall.c (call_function_by_hand): Likewise.
11156 * infcmd.c (finish_forward): Likewise.
11157 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11159 2012-02-28 Tristan Gingold <gingold@adacore.com>
11161 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11162 avoid variable assignments inside condition.
11164 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11166 Fix static analysis issue found by cppcheck.
11167 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11168 uninitialized BUF for size 2.
11170 2012-02-27 Chris Dearman <chris@mips.com>
11171 Nathan Froyd <froydnj@codesourcery.com>
11172 Maciej W. Rozycki <macro@codesourcery.com>
11174 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11175 (mips16_instruction_has_delay_slot): Likewise.
11176 (mips_segment_boundary): Likewise.
11177 (mips_adjust_breakpoint_address): Likewise.
11178 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11180 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11181 Maciej W. Rozycki <macro@codesourcery.com>
11183 * infrun.c (handle_inferior_event): Don't proceed through
11184 shared library trampolines if stepping at the machine
11187 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11189 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11192 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11194 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11195 (sh_stub_unwind_sniffer): New functions.
11196 (sh_stub_unwind): New variable.
11197 (sh_gdbarch_init): Wire everything.
11199 2012-02-27 Pedro Alves <palves@redhat.com>
11201 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11202 (linux_nat_post_attach_wait): Adjust to use
11203 linux_proc_pid_is_stopped.
11204 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11205 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11206 based on pid_is_stopped from both linux-nat.c and
11207 gdbserver/linux-low.c, and renamed.
11209 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11211 * remote.c (remote_watchpoint_addr_within_range): New function.
11212 (init_remote_ops): Use it.
11214 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11216 * target.h (target_watchpoint_addr_within_range): Document macro.
11218 2012-02-24 Pedro Alves <palves@redhat.com>
11220 * stack.c (set_last_displayed_sal): Issue internal_error instead
11221 of warning, and issue it after clearing the last displayed sal.
11223 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11224 Pedro Alves <palves@redhat.com>
11226 * breakpoint.c (until_break_command): Install breakpoints after
11227 all frame manipulations.
11229 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11231 * remote.c (remote_supports_cond_breakpoints): New forward
11233 (remote_add_target_side_condition): New function.
11234 (remote_insert_breakpoint): Add target-side breakpoint
11235 conditional if supported.
11236 (remote_insert_hw_breakpoint): Likewise.
11237 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11240 * target.c (update_current_target): Inherit
11241 to_supports_evaluation_of_breakpoint_conditions.
11242 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11244 * target.h (struct target_ops)
11245 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11246 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11248 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11249 (condition_evaluation_both, condition_evaluation_auto,
11250 condition_evaluation_host, condition_evaluation_target,
11251 condition_evaluation_enums, condition_evaluation_mode_1,
11252 condition_evaluation_mode): New static globals.
11253 (translate_condition_evaluation_mode): New function.
11254 (breakpoint_condition_evaluation_mode): New function.
11255 (gdb_evaluates_breakpoint_condition_p): New function.
11256 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11257 (mark_breakpoint_modified): New function.
11258 (mark_breakpoint_location_modified): New function.
11259 (set_condition_evaluation_mode): New function.
11260 (show_condition_evaluation_mode): New function.
11261 (bp_location_compare_addrs): New function.
11262 (get_first_location_gte_addr): New helper function.
11263 (set_breakpoint_condition): Free condition bytecode if locations
11264 has become unconditional. Call mark_breakpoint_modified (...).
11265 (condition_command): Call update_global_location_list (1) for
11267 (breakpoint_xfer_memory): Use is_breakpoint (...).
11268 (is_breakpoint): New function.
11269 (parse_cond_to_aexpr): New function.
11270 (build_target_condition_list): New function.
11271 (insert_bp_location): Handle target-side conditional
11272 breakpoints and call build_target_condition_list (...).
11273 (update_inserted_breakpoint_locations): New function.
11274 (insert_breakpoint_locations): Handle target-side conditional
11276 (bpstat_check_breakpoint_conditions): Add comment.
11277 (bp_condition_evaluator): New function.
11278 (bp_location_condition_evaluator): New function.
11279 (print_breakpoint_location): Print information on where the condition
11281 (print_one_breakpoint_location): Likewise.
11282 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11283 breakpoint location.
11284 (force_breakpoint_reinsertion): New functions.
11285 (update_global_location_list): Handle target-side breakpoint
11287 Reinsert locations that are already inserted if conditions have
11289 (bp_location_dtor): Free agent expression bytecode.
11290 (disable_breakpoint): Call mark_breakpoint_modified (...).
11291 Call update_global_location_list (...) with parameter 1 for breakpoints.
11292 (disable_command): Call mark_breakpoint_location_modified (...).
11293 Call update_global_location_list (...) with parameter 1 for breakpoints.
11294 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11295 (enable_command): mark_breakpoint_location_modified (...).
11296 (_initialize_breakpoint): Update documentation and add
11297 condition-evaluation breakpoint subcommand.
11299 * breakpoint.h: Include ax.h.
11300 (condition_list): New data structure.
11301 (condition_status): New enum.
11302 (bp_target_info) <cond_list>: New field.
11303 (bp_location) <condition_changed, cond_bytecode>: New fields.
11304 (is_breakpoint): New prototype.
11306 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11308 * remote.c (remote_state) <cond_breakpoints>: New field.
11309 (PACKET_ConditionalBreakpoints): New enum.
11310 (remote_cond_breakpoint_feature): New function.
11311 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11312 (remote_supports_cond_breakpoints): New function.
11313 (_initialize_remote): Add new packet configuration for
11314 target-side conditional breakpoints.
11316 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11318 * NEWS: Mention target-side conditional breakpoint support,
11319 new condition-evaluation breakpoint subcommand and remote
11322 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11324 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11327 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11329 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11330 (after_prologue): Remove.
11332 2012-02-23 Tom Tromey <tromey@redhat.com>
11334 * jv-valprint.c (java_val_print): Remove dead code.
11336 2012-02-23 Tristan Gingold <gingold@adacore.com>
11338 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11339 known_tasks_element and known_tasks_length fields.
11340 (read_known_tasks_array): Change argument type. Use pointer type
11341 and number of elements from DATA. Adjust.
11342 (read_known_tasks_list): Likewise.
11343 (get_known_tasks_addr): Remove.
11344 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11345 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11346 type and array length. Merge former get_known_tasks_addr code.
11348 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11351 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11352 it after set_momentary_breakpoint.
11354 2012-02-22 Sterling Augustine <saugustine@google.com>
11357 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11359 2012-02-22 Gary Benson <gbenson@redhat.com>
11361 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11362 (find_slot_in_mapped_hash): Likewise.
11364 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11367 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11368 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11369 * configure: Regenerate.
11371 2012-02-21 Tristan Gingold <gingold@adacore.com>
11372 Pedro Alves <palves@redhat.com>
11374 * ia64-tdep.c: Do not include libunwind-ia64.h.
11375 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11376 Include libunwind-ia64.h instead of libunwind.h.
11377 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11378 for libunwind.h existence.
11379 * configure, config.in: Regenerate.
11381 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11383 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11384 instead of value_rtti_target_type.
11385 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11386 instead of value_rtti_target_type.
11387 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11388 value_rtti_target_type.
11389 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11390 (value_rtti_target_type): Rename to ...
11391 (value_rtti_indirect_type): ... here and make it indirect. Update
11393 * value.c (readjust_indirect_value_type): New function.
11394 (coerce_ref): Support for enclosing type setting for references
11395 with readjust_indirect_value_type.
11396 * value.h (readjust_value_type): New declaration.
11397 (value_rtti_target_type): Rename to ...
11398 (value_rtti_indirect_type): ... here.
11400 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11402 * MAINTAINERS (Write After Approval): Add myself to the list.
11404 2012-02-20 Doug Evans <dje@google.com>
11406 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11407 Rename objfile_p_char parameter to objfilep.
11408 (build_objfile_section_table): Result is now void. All callers
11410 * objfiles.h (struct objfile): Tweak comments, whitespace.
11411 (build_objfile_section_table): Update.
11413 * elfread.c (elf_symfile_segments): Fix warning text.
11415 2012-02-20 Tom Tromey <tromey@redhat.com>
11418 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11419 particular set of file names once.
11420 (dw2_map_symbol_filenames): Likewise.
11422 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11425 * main.c (write_files): Remove the declaration.
11426 (external_editor_command): Move the declaration ...
11427 [GDBTK] (external_editor_command): ... here. Fix the comment.
11429 2012-02-20 Tom Tromey <tromey@redhat.com>
11431 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11434 2012-02-20 Tristan Gingold <gingold@adacore.com>
11436 * darwin-nat.h (enum darwin_msg_state): Add comments.
11438 2012-02-20 Tristan Gingold <gingold@adacore.com>
11440 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11443 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11445 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11446 between function description and implementation.
11448 2012-02-17 Tom Tromey <tromey@redhat.com>
11451 * python/py-event.c (event_object_getset): New global.
11452 (event_object_type): Reference it.
11453 * python/py-type.c (field_object_getset): New global.
11454 (field_object_type): Reference it.
11455 * python/python-internal.h (gdb_py_generic_dict): Declare.
11456 * python/py-utils.c (gdb_py_generic_dict): New function.
11458 2012-02-17 Tristan Gingold <gingold@adacore.com>
11460 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11462 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11464 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11465 TYPE_CALLING_CONVENTION annotation.
11467 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11469 * MAINTAINERS: Add rx to target ISA section.
11470 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11471 (ALLDEPFILES): Add rx-tdep.c.
11473 2012-02-16 Tom Tromey <tromey@redhat.com>
11475 * symfile.c (symbol_file_add_main_1): Use inferior's
11477 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11478 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11480 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11482 (follow_exec): Use inferior's symfile_flags.
11483 * inferior.h (struct inferior) <symfile_flags>: New field.
11485 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11488 * remote-sim.c (gdbsim_create_inferior): Call error() when
11489 sim_create_inferior() fails.
11491 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11493 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11495 2012-02-16 Tom Tromey <tromey@redhat.com>
11498 * thread.c (struct current_thread_cleanup) <was_removable>: New
11500 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11501 (make_cleanup_restore_current_thread): Initialize new field.
11503 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11505 * MAINTAINERS: Add rl78 to target ISA section.
11506 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11507 (ALLDEPFILES): Add rl78-tdep.c.
11508 * NEWS: Mention rl78 as a new target.
11510 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11512 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11514 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11516 2012-02-15 Tom Tromey <tromey@redhat.com>
11519 * infcmd.c (registers_info): Print just the current register's
11522 2012-02-15 Tom Tromey <tromey@redhat.com>
11524 * python/py-symbol.c (sympy_value): Use _().
11526 2012-02-15 Pedro Alves <palves@redhat.com>
11528 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11529 output to be like native targets'.
11530 (remote_pid_to_str): Special case the null ptid.
11532 2012-02-14 Stan Shebs <stan@codesourcery.com>
11534 * NEWS: Mention enable count command.
11535 * breakpoint.h (struct breakpoint): New field enable_count.
11536 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11537 (enable_breakpoint): Add arg to call.
11538 (struct disp_data): New struct.
11539 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11540 (do_map_enable_once_breakpoint): Create a struct and pass it.
11541 (do_map_enable_delete_breakpoint): Ditto.
11542 (do_map_enable_count_breakpoint): New function.
11543 (enable_count_command): New function.
11544 (bpstat_stop_status): Decrement enable_count.
11545 (print_one_breakpoint_location): Report enable count.
11546 (_initialize_breakpoint): Add enable count command.
11548 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11550 * rl78-tdep.c (reggroups.h): Include.
11551 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11552 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11553 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11554 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11555 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11556 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11557 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11558 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11559 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11560 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11561 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11562 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11563 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11564 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11565 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11566 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11567 beginning of register list.
11568 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11569 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11570 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11571 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11572 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11573 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11574 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11575 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11576 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11577 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11578 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11579 the pseudo registers. Rearrange other pseudo registers too so
11580 that the bank registers appear at the end.
11581 (rl78_register_type): Account for the fact that the byte sized
11582 bank registers are now pseudo-registers.
11583 (rl78_register_name): Rearrange the register name array. Make
11584 initial set of raw banked registers inaccessible.
11585 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11586 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11587 case for copying bytes back and forth between raw and pseudo
11588 versions of the banked registers. Update other cases to reflect
11590 (rl78_return_value): Update to account for changed names of
11592 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11593 rl78_register_sim_regno().
11595 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11597 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11598 the name parameter being passed to find_pc_partial_function().
11600 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11602 * MAINTAINERS: Step down from being ia64 target maintainer.
11604 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11606 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11607 compilation warning.
11609 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11611 Fix crash on loaded shlibs without loaded exec_bfd.
11612 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11613 (set_section_command): Replace exec_bfd by p->bfd.
11615 2012-02-10 Tom Tromey <tromey@redhat.com>
11617 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11618 when we have a C++ qualified name.
11620 2012-02-10 Pedro Alves <palves@redhat.com>
11622 * inferior.c (inferior_pid_to_str): New.
11623 (print_inferior, inferior_command): Use it.
11625 2012-02-10 Pedro Alves <palves@redhat.com>
11627 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11629 * configure: Regenerate.
11631 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11633 * linespec.c (decode_line_internal): Fix comment correctness.
11635 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11638 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11639 * amd64bsd-nat.c: Add support for debug registers (adapted from
11641 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11642 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11643 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11644 (amd64bsd_dr_get_control): New functions.
11645 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11646 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11647 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11648 watchpoints initialization.
11649 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11651 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11653 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11655 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11657 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11659 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11661 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11663 * language.h (symbol_name_cmp_ftype): Renames
11664 symbol_name_match_p_ftype.
11665 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11666 la_get_symbol_name_match_p.
11667 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11668 ada_get_symbol_name_match_p. Update comment.
11669 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11670 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11671 Renames symbol_name_match_p. Update field type.
11672 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11673 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11674 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11675 "la_get_symbol_name_cmp" in comments.
11676 * language.c: Likewise.
11678 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11680 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11682 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11683 (amd64_sol2_gregset32_reg_offs): Likewise.
11685 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11687 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11688 of the returned BFD is allocated by GDB.
11690 2012-02-07 Tom Tromey <tromey@redhat.com>
11693 * python/python-internal.h (frame_object_type): Declare.
11694 * python/py-symbol.c (sympy_needs_frame): New function.
11695 (sympy_value): New function.
11696 (symbol_object_getset): Add "needs_frame".
11697 (symbol_object_methods): Add "value".
11698 * python/py-frame.c (frame_object_type): No longer static.
11700 2012-02-07 Tom Tromey <tromey@redhat.com>
11703 * python/py-symbol.c (sympy_line): New function.
11704 (symbol_object_getset): Add "line".
11706 2012-02-07 Tom Tromey <tromey@redhat.com>
11708 * charset.c (find_charset_names): Check 'in' against NULL.
11710 2012-02-06 Doug Evans <dje@google.com>
11712 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11713 and fields.name members from char * to const char *. All uses updated.
11714 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11715 from char * to const char *. All uses updated.
11716 (type_name_no_tag): Update.
11717 (lookup_unsigned_typename, lookup_signed_typename): Update.
11718 * gdbtypes.c (type_name_no_tag): Change result type
11719 from char * to const char *. All callers updated.
11720 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11721 name parameter from char * to const char *.
11722 * symtab.h (struct cplus_specific): Change type of demangled_name
11723 member from char * to const char *. All uses updated.
11724 (struct general_symbol_info): Change type of name and
11725 mangled_lang.demangled_name members from char * to const char *.
11727 (symbol_get_demangled_name, symbol_natural_name): Update.
11728 (symbol_demangled_name, symbol_search_name): Update.
11729 * symtab.c (symbol_get_demangled_name): Change result type
11730 from char * to const char *. All callers updated.
11731 (symbol_natural_name, symbol_demangled_name): Ditto.
11732 (symbol_search_name): Ditto.
11733 (completion_list_add_name): Change type of symname,sym_text,
11734 text,word parameters from char * to const char *.
11735 (completion_list_objc_symbol): Change type of sym_text,
11736 text,word parameters from char * to const char *.
11737 * ada-lang.c (find_struct_field): Change type of name parameter
11738 from char * to const char *.
11739 (encoded_ordered_before): Similarly for N0,N1 parameters.
11740 (old_renaming_is_invisible): Similarly for function_name parameter.
11741 (ada_type_name): Change result type from char * to const char *.
11742 All callers updated.
11743 * ada-lang.h (ada_type_name): Update.
11744 * buildsym.c (hashname): Change type of name parameter
11745 from char * to const char *.
11746 * buildsym.h (hashname): Update.
11747 * dbxread.c (end_psymtab): Change type of include_list parameter
11748 from char ** to const char **.
11749 * dwarf2read.c (determine_prefix): Change result type
11750 from char * to const char *. All callers updated.
11751 * f-lang.c (find_common_for_function): Change type of name, funcname
11752 parameters from char * to const char *.
11753 * f-lang.c (find_common_for_function): Update.
11754 * f-valprint.c (list_all_visible_commons): Change type of funcname
11755 parameters from char * to const char *.
11756 * gdbarch.sh (static_transform_name): Change type of name parameter
11757 and result from char * to const char *.
11758 * gdbarch.c: Regenerate.
11759 * gdbarch.h: Regenerate.
11760 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11761 of name parameter from char * to const char *.
11762 * jv-lang.c (java_primitive_type_from_name): Ditto.
11763 (java_demangled_signature_length): Similarly for signature parameter.
11764 (java_demangled_signature_copy): Ditto.
11765 (java_demangle_type_signature): Ditto.
11766 * jv-lang.h (java_primitive_type_from_name): Update.
11767 (java_demangle_type_signature): Update.
11768 * objc-lang.c (specialcmp): Change type of a,b parameters
11769 from char * to const char *.
11770 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11771 from char * to const char *. All callers updated.
11772 * p-lang.h (is_pascal_string_type): Update.
11773 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11774 of name parameter from char * to const char *.
11775 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11776 * utils.c (fprintf_symbol_filtered): Ditto.
11777 * defs.h (fprintf_symbol_filtered): Update.
11778 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11779 * stabsread.h (end_psymtab): Update.
11780 * stack.c (find_frame_funname): Change type of funname parameter
11781 from char ** to const char **.
11782 * stack.h (find_frame_funname): Update.
11783 * typeprint.c (type_print): Change type of varstring parameter
11784 from char * to const char *.
11785 * value.h (type_print): Update.
11786 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11787 from char * to const char *. All callers updated.
11788 (xcoff_end_psymtab): Change type of include_list parameter
11789 from char ** to const char **. All callers updated.
11790 (swap_sym): Similarly for name parameter. All callers updated.
11791 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11793 (process_coff_symbol): Use xstrdup.
11794 * stabsread.c (stabs_method_name_from_physname): Renamed from
11795 update_method_name_from_physname. Change result type from void
11796 to char *. All callers updated.
11797 (read_member_functions): In has_destructor case, store name in objfile
11798 obstack instead of malloc space. In !has_stub case, fix mem leak.
11800 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11802 * configure: Rebuild.
11803 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11806 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11808 * configure.tgt (rl78-*-elf): New target.
11809 * rl78-tdep.c: New file.
11811 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11813 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11814 and continue the loop. Add QUIT statement.
11816 2012-02-03 Tom Tromey <tromey@redhat.com>
11819 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11820 bfd_lookup_symbol_from_symtab.
11821 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11822 gdb_bfd_lookup_symbol_from_symtab.
11824 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11826 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11827 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11828 symbol. Add assertion that sym2 is never NULL.
11830 2012-02-02 Doug Evans <dje@google.com>
11832 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11833 "name" parameter to const char ** from char **. All callers updated.
11834 (find_pc_partial_function): Ditto.
11835 (cache_pc_function_name): Change type to const char * from char *.
11836 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11837 (find_pc_partial_function): Update.
11838 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11839 type of "name" parameter to const char * from char *.
11841 * arch-utils.c (generic_in_solib_return_trampoline): Change
11842 type of "name" parameter to const char * from char *.
11843 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11844 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11845 type of "name" parameter to const char * from char *.
11846 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11847 * gdbarch.c: Regenerate.
11848 * gdbarch.h: Regenerate.
11849 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11850 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11851 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11852 type of "name" parameter to const char * from char *.
11853 * skip.c (skip_function_pc): Ditto.
11854 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11855 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11856 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11857 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11858 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11859 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11860 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11861 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11862 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11864 2012-02-02 Pedro Alves <palves@redhat.com>
11866 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11867 the current inferior has no execution. Make sure the current
11868 remote process matches gdb's current inferior.
11870 2012-02-02 Tom Tromey <tromey@redhat.com>
11873 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11876 2012-02-02 Tom Tromey <tromey@redhat.com>
11879 * symtab.c (lookup_language_this): Set block_found.
11881 2012-02-01 Tom Tromey <tromey@redhat.com>
11884 * jit.c (struct jit_inferior_data): Rewrite.
11885 (struct jit_objfile_data): New.
11886 (get_jit_objfile_data): New function.
11887 (add_objfile_entry): Update.
11888 (jit_read_descriptor): Return int. Replace descriptor_addr
11889 argument with inf_data. Update. Don't call error.
11890 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11892 (jit_inferior_init): Don't look up descriptor. Don't call error.
11893 (jit_reset_inferior_data_and_breakpoints)
11894 (jit_inferior_created_observer): Remove.
11895 (jit_inferior_exit_hook): Update.
11896 (jit_executable_changed_observer): Remove.
11897 (jit_event_handler): Update.
11898 (free_objfile_data): Reset inferior data if needed.
11899 (_initialize_jit): Update.
11901 2012-02-01 Tom Tromey <tromey@redhat.com>
11903 * jit.c (bfd_open_from_target_memory): Move higher in file.
11905 2012-02-01 Tristan Gingold <gingold@adacore.com>
11907 * libunwind-frame.c (libunwind_load): Display message if dlopen
11910 2012-02-01 Gary Benson <gbenson@redhat.com>
11912 * symtab.h (symbol_found_callback_ftype): New typedef.
11913 (iterate_over_symbols): Use the above.
11914 * symtab.c (iterate_over_symbols): Likewise.
11915 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11916 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11917 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11918 (iterate_name_matcher): Document return values.
11919 (collect_one_symbol): Likewise.
11920 (collect_function_symbols): Likewise.
11921 (collect_symbols): Likewise.
11923 2012-02-01 Tom Tromey <tromey@redhat.com>
11925 * ada-lang.c (resolve_subexp): Update.
11926 (ada_lookup_symbol_list): Add 'full_search' argument.
11927 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11928 ada_lookup_symbol_list.
11929 (ada_lookup_encoded_symbol): Update.
11930 (get_var_value): Update.
11931 * ada-exp.y (block_lookup): Update.
11932 (write_var_or_type): Update.
11933 (write_name_assoc): Update.
11934 * ada-lang.h (ada_lookup_symbol_list): Update.
11936 2012-01-31 Tom Tromey <tromey@redhat.com>
11938 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11941 2012-01-31 Doug Evans <dje@google.com>
11943 * symtab.h: Remove outdated comment.
11944 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11946 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11948 Fix build error in Darwin port.
11949 * i386-darwin-nat.c: Include i386-nat.h.
11951 2012-01-30 Tom Tromey <tromey@redhat.com>
11953 PR breakpoints/13568:
11954 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11955 argument. Check for recursive includes.
11956 (dwarf_decode_macros): Create an include hash.
11958 2012-01-30 Michael Eager <eager@eagercon.com>
11960 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11961 * ppc-linux-tdep.c: Include glibc-tdep.h.
11962 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11963 (powerpc_linux_in_plt_stub): New function.
11964 (powerpc_linux_in_dynsym_resolve_code): New function.
11965 (ppc_skip_trampoline_code): New function.
11966 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11967 Use glibc_skip_solib_resolver.
11969 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11971 Code cleanup: Make 1440 bytes of data segment read-only.
11972 * arch-utils.c (endian_enum): Make it const char *const [].
11973 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11975 * breakpoint.c (always_inserted_enums): Likewise.
11976 * cli/cli-cmds.c (script_ext_enums): Likewise.
11977 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11978 enumlist parameter const char *const *.
11979 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11980 const char *const *.
11981 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11982 parameter const char *const *.
11983 * cris-tdep.c (cris_modes): Make it const char *const [].
11984 * filesystem.c (target_file_system_kinds): Likewise.
11985 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11986 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11987 (can_use_displaced_stepping_enum, scheduler_enums)
11988 (exec_direction_names): Likewise.
11989 * language.c (_initialize_language): Make the type_or_range_names and
11990 case_sensitive_names variables const char *const [].
11991 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11992 * python/python.c (python_excp_enums): Likewise.
11993 * remote.c (interrupt_sequence_modes): Likewise.
11994 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11995 * serial.c (logbase_enums): Likewise.
11996 * sh-tdep.c (sh_cc_enum): Likewise.
11997 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11999 * symtab.c (multiple_symbols_modes): Likewise.
12000 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12002 * utils.c (internal_problem_modes): Likewise.
12004 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12006 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12007 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12010 2012-01-27 Doug Evans <dje@google.com>
12012 * configure.ac (with_python): Fix absolute path handling for win32.
12013 * configure: Regenerate.
12015 2012-01-26 Doug Evans <dje@google.com>
12017 * symtab.c: Whitespace cleanup, no code changes.
12019 * symtab.c (lookup_symbol_in_language): Improve comment.
12020 (lookup_symbol_aux): Fix comment.
12022 * psymtab.c (add_psymbol_to_list): Result is now "void".
12023 * psympriv.h (add_psymbol_to_list): Update.
12025 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12027 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12029 Do not open script filenames twice.
12030 * cli/cli-cmds.c (source_script_from_stream): Pass to
12031 source_python_script also STREAM.
12032 * python/py-auto-load.c (source_section_scripts): Pass to
12033 source_python_script_for_objfile also STREAM.
12034 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12036 * python/python-internal.h (source_python_script_for_objfile): New
12037 parameter file, rename parameter file to filename.
12038 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12039 instead if !_WIN32. Update the function comment.
12040 (source_python_script, source_python_script_for_objfile)
12041 (source_python_script): New parameter file, rename parameter file to
12042 filename. Pass FILENAME to python_run_simple_file.
12043 * python/python.h (source_python_script): New parameter file, rename
12044 parameter file to filename.
12046 2012-01-26 Pedro Alves <palves@redhat.com>
12048 * corelow.c (core_has_fake_pid): Delete.
12049 (core_close): Delete references to `core_has_fake_pid'.
12050 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12051 (core_open): Delete references to `core_has_fake_pid'.
12052 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12053 the removed global.
12055 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12057 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12058 Remove language parameter from name_matcher. Adjust the comment.
12059 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12060 Remove language parameter.
12061 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12062 * linespec.c (iterate_name_matcher): Likewise.
12063 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12064 name_matcher. Adjust call accordingly.
12065 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12066 (maintenance_check_symtabs): Adjust type of parameter "fun".
12067 * psymtab.h (maintenance_check_symtabs): Likewise.
12069 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12071 * language.h (symbol_name_match_p_ftype): New typedef.
12072 (struct language_defn): Replace field la_symbol_name_compare
12073 by la_get_symbol_name_match_p.
12074 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12075 (ada_language_defn): Use it.
12076 * linespec.c (struct symbol_matcher_data): New type.
12077 (iterate_name_matcher): Rewrite.
12078 (iterate_over_all_matching_symtabs): Pass a pointer to
12079 a symbol_matcher_data struct to expand_symtabs_matching
12080 instead of just the lookup name.
12081 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12082 opencl-lang.c, p-lang.c, language.c: Delete field
12083 la_symbol_name_compare, and replace by NULL for new field
12084 la_get_symbol_name_match_p.
12085 * symfile.h (struct quick_symbol_functions): Update comment.
12087 2012-01-25 Tom Tromey <tromey@redhat.com>
12089 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12092 2012-01-24 Tom Tromey <tromey@redhat.com>
12095 * solib.c (update_solib_list): Update the program space's
12096 added_solibs and deleted_solibs fields.
12097 * progspace.h (struct program_space) <added_solibs,
12098 deleted_solibs>: New fields.
12099 (clear_program_space_solib_cache): Declare.
12100 * progspace.c (release_program_space): Call
12101 clear_program_space_solib_cache.
12102 (clear_program_space_solib_cache): New function.
12103 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12104 bpstat_stop_status. Use handle_solib_event.
12105 * breakpoint.c: Include gdb_regex.h.
12106 (print_solib_event): New function.
12107 (bpstat_print): Use print_solib_event.
12108 (bpstat_stop_status): Add special case for bp_shlib_event.
12109 (handle_solib_event): New function.
12110 (bpstat_what): Use handle_solib_event.
12111 (struct solib_catchpoint): New.
12112 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12113 (breakpoint_hit_catch_solib, check_status_catch_solib)
12114 (print_it_catch_solib, print_one_catch_solib)
12115 (print_mention_catch_solib, print_recreate_catch_solib): New
12117 (catch_solib_breakpoint_ops): New global.
12118 (catch_load_or_unload, catch_load_command_1)
12119 (catch_unload_command_1): New functions.
12120 (internal_bkpt_check_status): Add special case for
12122 (internal_bkpt_print_it): Use print_solib_event.
12123 (initialize_breakpoint_ops): Initialize
12124 catch_solib_breakpoint_ops.
12125 (_initialize_breakpoint): Register "catch load" and "catch
12127 * breakpoint.h (handle_solib_event): Declare.
12128 * NEWS: Add entry for "catch load" and "catch unload".
12130 2012-01-24 Tom Tromey <tromey@redhat.com>
12132 * ada-lang.c: Include gdb_vecs.h.
12133 * charset.c: Include gdb_vecs.h.
12134 * tracepoint.h: Include gdb_vecs.h.
12135 * gdb_vecs.h: New file.
12137 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12139 * breakpoint.c (breakpoint_hit_catch_fork)
12140 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12141 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12142 * infrun.c (inferior_has_forked, inferior_has_vforked)
12143 (inferior_has_execd, inferior_has_called_syscall): Delete.
12144 (handle_syscall_event): Get syscall_number from the execution
12145 control state's wait status.
12146 (wait_for_inferior): Don't clear syscall_number.
12148 2012-01-24 Pedro Alves <palves@redhat.com>
12150 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12151 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12152 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12153 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12155 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12156 false for events other than TARGET_SIGNAL_TRAP.
12157 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12158 Add `ws' parameter.
12159 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12160 events other than TARGET_SIGNAL_TRAP.
12161 (tracepoint_breakpoint_hit): Add `ws' parameter.
12162 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12164 (bpstat_stop_status): Same.
12165 (pc_at_non_inline_function): Same.
12166 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12167 to pass the current event's waitstatus to bpstat_stop_status
12168 and pc_at_non_inline_function.
12170 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12173 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12174 Update the function comment for it.
12175 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12176 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12179 2012-01-24 Pedro Alves <palves@redhat.com>
12181 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12182 outside `bs->stop' block.
12183 (bpstat_what): Rework bp_shlib_event handling.
12184 (internal_bkpt_check_status): If the breakpoint is a
12185 bp_shlib_event, then set bs->stop and bs->print if
12186 stop_on_solib_events is set.
12188 2012-01-24 Gary Benson <gbenson@redhat.com>
12190 Delete #if 0'd out code.
12191 * stack.c (print_frame_label_vars): Remove.
12192 (catch_info): Likewise.
12193 (_initialize_stack): Remove "info catch" command.
12194 * NEWS: Mention the above.
12196 2012-01-24 Pedro Alves <palves@redhat.com>
12198 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12200 (remote_notice_new_inferior): If the remote end doesn't support
12201 the multiprocess extensions, then the PID is fake.
12202 (add_current_inferior_and_thread): New.
12203 (remote_start_remote): Use it.
12204 (extended_remote_attach_1): Adjust.
12205 (extended_remote_create_inferior_1): Use
12206 add_current_inferior_and_thread.
12208 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12210 Fix watchpoints to be specific for each inferior.
12211 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12212 current_program_space.
12213 * i386-nat.c (i386_inferior_data_cleanup): New.
12214 (i386_inferior_data_get): Replace variable inf_data_local by an
12215 inferior_data call.
12216 (i386_use_watchpoints): Initialize i386_inferior_data.
12217 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12218 specific iterate_over_lwps.
12220 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12222 Fix watchpoints across inferior fork.
12223 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12224 comment for linux_nat_iterate_watchpoint_lwps.
12225 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12226 linux_nat_iterate_watchpoint_lwps.
12227 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12228 * i386-linux-nat.c (update_debug_registers_callback): Update the
12229 comment for linux_nat_iterate_watchpoint_lwps.
12230 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12231 linux_nat_iterate_watchpoint_lwps.
12232 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12233 * i386-nat.c: Include inferior.h.
12234 (dr_mirror): Remove.
12235 (i386_inferior_data, struct i386_inferior_data)
12236 (i386_inferior_data_get): New.
12237 (i386_debug_reg_state): Use i386_inferior_data_get.
12238 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12239 (i386_insert_watchpoint, i386_remove_watchpoint)
12240 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12241 (i386_remove_hw_breakpoint): New variable state, use
12242 i386_debug_reg_state instead of DR_MIRROR.
12243 * linux-nat.c (delete_lwp): New declaration.
12244 (num_lwps): Move here from downwards.
12245 (delete_lwp_cleanup): New.
12246 (linux_child_follow_fork): Create new child_lp, call
12247 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12249 (num_lwps): Move upwards.
12250 (linux_nat_iterate_watchpoint_lwps): New.
12251 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12252 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12254 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12258 2012-01-23 Pedro Alves <palves@redhat.com>
12260 * top.c (caution): Rename to ...
12261 (confirm): ... this.
12262 (show_caution): Rename to ...
12263 (show_confirm): ... this.
12264 (quit_cover): Adjust.
12265 (init_main): Adjust.
12266 * top.h (caution): Rename to ...
12267 (confirm): ... this.
12268 * utils.c (internal_vproblem, defaulted_query): Adjust.
12270 2012-01-23 Pedro Alves <palves@redhat.com>
12272 * top.c (caution): Update comment.
12273 (execute_command): Don't consider the current value of `caution'.
12275 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12277 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12279 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12281 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12282 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12283 * target.c (target_fileio_pwrite): Remove buffer address from
12285 (target_fileio_pread): Likewise.
12287 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12289 * NEWS: Document remote "info proc" and "generate-core-file".
12291 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12293 * gdbarch.sh (find_memory_regions): New callback.
12294 * gdbarch.c, gdbarch.h: Regenerate.
12296 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12297 callback before falling back to target method.
12299 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12300 (linux_target_install_ops): No longer install it.
12302 * linux-tdep.c (linux_find_memory_regions): New function.
12303 (linux_init_abi): Install it.
12305 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12307 * gdbarch.sh (make_corefile_notes): New architecture callback.
12308 * gdbarch.c: Regenerate.
12309 * gdbarch.h: Likewise.
12311 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12312 before target_make_corefile_notes. If NULL is returned, the
12313 target does not support core file generation.
12315 * linux-nat.c: Include "linux-tdep.h".
12316 (find_signalled_thread, find_stop_signal): Remove.
12317 (linux_nat_do_thread_registers): Likewise.
12318 (struct linux_nat_corefile_thread_data): Likewise.
12319 (linux_nat_corefile_thread_callback): Likewise.
12320 (iterate_over_spus): Likewise.
12321 (struct linux_spu_corefile_data): Likewise.
12322 (linux_spu_corefile_callback): Likewise.
12323 (linux_spu_make_corefile_notes): Likewise.
12324 (linux_nat_collect_thread_registers): New function.
12325 (linux_nat_make_corefile_notes): Replace contents by call to
12326 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12327 as native-only callback.
12329 * linux-tdep.h: Include "bfd.h".
12330 (struct regcache): Add forward declaration.
12331 (linux_collect_thread_registers_ftype): New typedef.
12332 (linux_make_corefile_notes): Add prototype.
12333 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12334 "regset.h", and "elf-bfd.h".
12335 (find_signalled_thread, find_stop_signal): New functions.
12336 (linux_spu_make_corefile_notes): Likewise.
12337 (linux_collect_thread_registers): Likewise.
12338 (struct linux_corefile_thread_data): New data structure.
12339 (linux_corefile_thread_callback): New funcion.
12340 (linux_make_corefile_notes): Likewise.
12341 (linux_make_corefile_notes_1): Likewise.
12342 (linux_init_abi): Install it.
12344 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12346 * gdbarch.sh (info_proc): New callback.
12347 * gdbarch.c, gdbarch.h: Regenerate.
12349 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12350 before falling back to the target info_proc callback.
12352 * linux-nat.c: Do not include "cli/cli-utils.h".
12353 (linux_nat_info_proc): Remove.
12354 (linux_target_install_ops): No longer install it.
12356 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12357 (read_mapping): New function.
12358 (linux_info_proc): Likewise.
12359 (linux_init_abi): Install it.
12361 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12363 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12364 * infcmd.c: (info_proc_cmd_1): New function.
12365 (info_proc_cmd): New function, moved here from equivalent routine
12366 orignally in linux-nat.c.
12367 (info_proc_cmd_mappings): Likewise.
12368 (info_proc_cmd_stat): Likewise.
12369 (info_proc_cmd_status): Likewise.
12370 (info_proc_cmd_cwd): Likewise.
12371 (info_proc_cmd_cmdline): Likewise.
12372 (info_proc_cmd_exe): Likewise.
12373 (info_proc_cmd_all): Likewise.
12374 (_initialize_infcmd): Install "info proc" command and subcommands.
12376 * target.h (struct target_ops): Add to_info_proc.
12377 (target_info_proc): Add prototype.
12378 * target.c (target_info_proc): New function.
12380 * procfs.c (procfs_info_proc): Add prototype.
12381 (info_proc_cmd): Rename into ...
12382 (procfs_info_proc): ... this. Update argument types as appropriate
12383 for a to_info_proc implementation. Handle "what" argument.
12384 (procfs_target): Install procfs_info_proc.
12385 (_initialize_procfs): No longer install "info proc" command.
12387 * linux-nat.c: (enum info_proc_what): Remove.
12388 (linux_nat_info_proc_cmd_1): Rename into ...
12389 (linux_nat_info_proc): ... this. Update argument types as appropriate
12390 for a to_info_proc implementation.
12391 (linux_nat_info_proc_cmd): Remove.
12392 (linux_nat_info_proc_cmd_mappings): Likewise.
12393 (linux_nat_info_proc_cmd_stat): Likewise.
12394 (linux_nat_info_proc_cmd_status): Likewise.
12395 (linux_nat_info_proc_cmd_cwd): Likewise.
12396 (linux_nat_info_proc_cmd_cmdline): Likewise.
12397 (linux_nat_info_proc_cmd_exe): Likewise.
12398 (linux_nat_info_proc_cmd_all): Likewise.
12399 (linux_target_install_ops): Install linux_nat_info_proc.
12400 (_initialize_linux_nat): No longer install "info proc" command
12403 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12405 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12406 * config.in, configure: Regenerate.
12408 * target.h (struct target_ops): Add to_fileio_readlink.
12409 (target_fileio_readlink): Add prototype.
12410 * target.c (target_fileio_readlink): New function.
12412 * inf-child.c: Conditionally include <sys/param.h>.
12413 (inf_child_fileio_readlink): New function.
12414 (inf_child_target): Install it.
12416 * remote.c (PACKET_vFile_readlink): New enum value.
12417 (remote_hostio_readlink): New function.
12418 (init_remote_ops): Install it.
12419 (_initialize_remote): Handle vFile:readlink packet type.
12421 2012-01-20 Pedro Alves <palves@redhat.com>
12422 Ulrich Weigand <ulrich.weigand@linaro.org>
12424 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12425 * config.in, configure: Regenerate.
12427 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12428 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12429 (target_fileio_open): Add prototype.
12430 (target_fileio_pwrite): Likewise.
12431 (target_fileio_pread): Likewise.
12432 (target_fileio_close): Likewise.
12433 (target_fileio_unlink): Likewise.
12434 (target_fileio_read_alloc): Likewise.
12435 (target_fileio_read_stralloc): Likewise.
12437 * target.c: Include "gdb/fileio.h".
12438 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12439 (default_fileio_target): New function.
12440 (target_fileio_open): Likewise.
12441 (target_fileio_pwrite): Likewise.
12442 (target_fileio_pread): Likewise.
12443 (target_fileio_close): Likewise.
12444 (target_fileio_unlink): Likewise.
12445 (target_fileio_close_cleanup): Likewise.
12446 (target_fileio_read_alloc_1): Likewise.
12447 (target_fileio_read_alloc): Likewise.
12448 (target_fileio_read_stralloc): Likewise.
12450 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12451 <fcntl.h>, and <unistd.h>.
12452 (inf_child_fileio_open_flags_to_host): New function.
12453 (inf_child_errno_to_fileio_error): Likewise.
12454 (inf_child_fileio_open): Likewise.
12455 (inf_child_fileio_pwrite): Likewise.
12456 (inf_child_fileio_pread): Likewise.
12457 (inf_child_fileio_close): Likewise.
12458 (inf_child_fileio_unlink): Likewise.
12459 (inf_child_target): Install to_fileio routines.
12461 * remote.c (init_remote_ops): Install to_fileio routines.
12463 2012-01-20 Pedro Alves <palves@redhat.com>
12464 Ulrich Weigand <ulrich.weigand@linaro.org>
12466 * remote.c (remote_multi_process_p): Only check for multi-process
12467 protocol feature, do not check for extended protocol.
12468 (remote_supports_multi_process): Check for extended protocol here.
12469 (set_general_process): Likewise.
12470 (extended_remote_kill): Likewise.
12471 (remote_pid_to_str): Likewise.
12472 (remote_query_supported): Always query multiprocess mode.
12474 2012-01-20 Pedro Alves <palves@redhat.com>
12475 Ulrich Weigand <ulrich.weigand@linaro.org>
12477 * inferior.h (struct inferior): Add fake_pid_p.
12478 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12479 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12480 magic_null_ptid since the remote side doesn't provide a real PID.
12482 2012-01-19 Tom Tromey <tromey@redhat.com>
12484 * NEWS: Combine the two Python sections.
12486 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12488 * target.h (target_close): Update comment on the target's unpush state.
12490 2012-01-19 Pedro Alves <palves@redhat.com>
12492 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12493 linux_nat_async directly instead of going through the target
12495 * target.c (unpush_target): Close target after unpushing it, not
12498 2012-01-19 Gary Benson <gbenson@redhat.com>
12500 * mdebugread.c (sort_blocks): Replace integer constants with ones
12501 derived from FIRST_LOCAL_BLOCK.
12503 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12504 Jan Kratochvil <jan.kratochvil@redhat.com>
12507 * symfile.c (find_separate_debug_file): New function.
12508 (terminate_after_last_dir_separator): Likewise.
12509 (find_separate_debug_file_by_debuglink): Also try realpath.
12510 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12511 * configure: Regenerate.
12512 * config.in: Regenerate.
12514 2012-01-18 Doug Evans <dje@google.com>
12516 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12517 (main.o): Remove rule.
12518 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12519 (--with-sysroot): Rewrite.
12520 * configure: Regenerate.
12521 * config.in: Regenerate.
12523 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12525 * parse.c (initialize_expout): New function.
12526 (reallocate_expout): Likewise.
12527 (parse_exp_in_context): Use `initialize_expout' and
12528 `reallocate_expout' when appropriate.
12530 2012-01-18 Pedro Alves <palves@redhat.com>
12532 * record.c (struct record_breakpoint, record_breakpoint_p)
12533 (record_breakpoints): New.
12534 (record_insert_breakpoint, record_remove_breakpoint): Manage
12535 record breakpoints list. Only remove breakpoints from the
12536 inferior if they had been inserted there in the first place.
12538 2012-01-17 Doug Evans <dje@google.com>
12540 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12541 if we know we don't have a file name to look for.
12543 2012-01-17 Pedro Alves <palves@redhat.com>
12545 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12546 the frame's stop reason is UNWIND_UNAVAILABLE.
12548 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12550 Fix compilation error.
12551 * m2-exp.y (yyerror): Use ANSI C prototype.
12553 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12555 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12556 (growbuf_by_size): Likewise.
12557 (yyerror): Likewise.
12558 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12559 (modblock): Remove variable (was #if 0'ed).
12560 (parse_number): Convert prototype from K&R to ANSI C.
12561 (yyerror): Likewise.
12562 * objc-exp.y (parse_number): Likewise.
12563 (yyerror): Likewise.
12564 (yylex): Remove #if 0'ed code.
12565 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12566 (yyerror): Likewise.
12568 2012-01-16 Tom Tromey <tromey@redhat.com>
12571 * symtab.h (compare_filenames_for_search): Declare.
12572 * symtab.c (compare_filenames_for_search): New function.
12573 (iterate_over_some_symtabs): Use it.
12574 * symfile.h (struct quick_symbol_functions)
12575 <map_symtabs_matching_filename>: Change spec.
12576 * psymtab.c (partial_map_symtabs_matching_filename): Use
12577 compare_filenames_for_search. Update for new spec.
12578 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12579 compare_filenames_for_search. Update for new spec.
12580 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12582 2012-01-16 Tom Tromey <tromey@redhat.com>
12585 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12586 (struct main_type) <flag_flag_enum>: New field.
12587 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12588 * NEWS: Add entries.
12589 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12591 * python/lib/gdb/printing.py (_EnumInstance): New class.
12592 (FlagEnumerationPrinter): Likewise.
12594 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12596 * breakpoint.c (create_sals_from_address_default): New function.
12597 (create_breakpoints_sal_default): Likewise.
12598 (decode_linespec_default): Likewise.
12599 (is_marker_spec): Removed.
12600 (strace_marker_p): New function.
12601 (init_breakpoint_sal): Using `strace_marker_p' instead of
12603 (create_breakpoint): Call method `create_sals_from_address' from
12604 breakpoint_ops, replacing code that created SALs conditionally
12605 on the type of the breakpoint. Call method `create_breakpoints_sal',
12606 replacing code that created breakpoints conditionally on the type
12608 (base_breakpoint_create_sals_from_address): New function.
12609 (base_breakpoint_create_breakpoints_sal): Likewise.
12610 (base_breakpoint_decode_linespec): Likewise.
12611 (base_breakpoint_ops): Add methods
12612 `base_breakpoint_create_sals_from_address',
12613 `base_breakpoint_create_breakpoints_sal' and
12614 `base_breakpoint_decode_linespec'.
12615 (bkpt_create_sals_from_address): New function.
12616 (bkpt_create_breakpoints_sal): Likewise.
12617 (bkpt_decode_linespec): Likewise.
12618 (tracepoint_create_sals_from_address): Likewise.
12619 (tracepoint_create_breakpoints_sal): Likewise.
12620 (tracepoint_decode_linespec): Likewise.
12621 (strace_marker_create_sals_from_address): Likewise.
12622 (strace_marker_create_breakpoints_sal): Likewise.
12623 (strace_marker_decode_linespec): Likewise.
12624 (strace_marker_breakpoint_ops): New variable.
12625 (addr_string_to_sals): Remove `marker_spec'. Call method
12626 `decode_linespec' from breakpoint_ops, replacing code that decoded
12627 an address string into a SAL. Use `strace_marker_p' instead of
12629 (strace_command): Decide whether we are dealing with a static
12630 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12631 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12632 * breakpoint.h (linespec_result, linespec_sals): New forward
12634 (breakpoint_ops) <create_sals_from_address>,
12635 <create_breakpoints_sal>, <decode_linespec>: New methods.
12637 2012-01-14 Doug Evans <dje@google.com>
12639 * NEWS: Update text for "maint set python print-stack".
12640 It is deprecated in gdb 7.4 and deleted in 7.5.
12642 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12644 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12645 including curses.h.
12647 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12649 * configure: Regenerate.
12650 * config.in: Regenerate.
12652 2012-01-12 Keith Seitz <keiths@redhat.com>
12655 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12656 (ANONYMOUS_UNION_NAME): Define.
12657 (is_path_expr_parent): New function.
12658 (get_path_expr_parent): New function.
12659 (is_anonymous_child): New function.
12660 (create_child_with_value): If the child is anonymous and without
12661 a name, assign an object name to it.
12662 (c_describe_child): Use get_path_expr_parent to determine
12663 the parent expression.
12664 If there field represents an anonymous struct or union and
12665 has no name, set an appropriate display name and expression.
12666 (cplus_describe_child): Likewise.
12668 2012-01-12 Pedro Alves <palves@redhat.com>
12670 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12671 available when %ebp is found to be zero (outermost).
12673 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12675 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12676 an internal gdb_static_assert.
12677 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12679 2012-01-11 Tom Tromey <tromey@redhat.com>
12682 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12683 catch" and "catch throw".
12685 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12687 * blockframe.c (block_innermost_frame): Start search from selected
12688 frame, if present, or otherwise the current frame.
12690 * c-exp.y (variable): Update innermost_block for
12691 'block COLONCOLON NAME' clause.
12692 * m2-exp.y (variable): Ditto.
12693 * objc-exp.y (variable): Ditto.
12695 2012-01-10 Tom Tromey <tromey@redhat.com>
12698 * python/python.c (finish_python_initialization): Set sys.argv.
12700 2012-01-10 Doug Evans <dje@google.com>
12702 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12703 "want_line_info". All callers updated.
12704 (dwarf_decode_lines_1): New function.
12705 (handle_DW_AT_stmt_list): Add function comment.
12706 New arg "want_line_info". All callers updated.
12707 (read_file_scope,read_type_unit_scope): Move comment from
12708 handle_DW_AT_stmt_list to here.
12710 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12712 Fix regression after libiberty/ update for GCC PR 6057 and others.
12713 * c-exp.y (operator) <OPERATOR DELETE>
12714 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12715 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12716 (make_builtin_type, make_name): New variable i, add gdb_assert.
12717 (operator) <OPERATOR NEW>: Update ARGS to 3.
12718 (operator) <OPERATOR DELETE>: Add trailing space.
12719 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12720 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12721 * cp-support.c (cp_canonicalize_string): Check NULL from
12722 cp_comp_to_string, call warning and return.
12724 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12726 Fix duplicate .o files after omitting libbfd.a.
12727 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12728 (SFILES): Add corelow.c.
12729 (COMMON_OBS): Add corelow.o.
12730 (ALLDEPFILES): Remove corelow.c.
12731 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12732 * config/alpha/alpha-osf3.mh: Likewise.
12733 * config/alpha/fbsd.mh: Likewise.
12734 * config/arm/nbsdaout.mh: Likewise.
12735 * config/arm/nbsdelf.mh: Likewise.
12736 * config/i386/i386gnu.mh: Likewise.
12737 * config/ia64/hpux.mh: Likewise.
12738 * config/ia64/linux.mh: Likewise.
12739 * config/m32r/linux.mh: Likewise.
12740 * config/m68k/linux.mh: Likewise.
12741 * config/mips/irix5.mh: Likewise.
12742 * config/mips/irix6.mh: Likewise.
12743 * config/pa/hpux.mh: Likewise.
12744 * config/pa/linux.mh: Likewise.
12745 * config/powerpc/aix.mh: Likewise.
12746 * config/sparc/linux.mh: Likewise.
12747 * config/sparc/linux64.mh: Likewise.
12748 * config/sparc/sol2.mh: Likewise.
12749 * config/vax/vax.mh: Likewise.
12750 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12751 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12752 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12753 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12754 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12755 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12756 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12757 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12758 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12759 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12760 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12761 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12762 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12763 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12764 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12765 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12766 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12767 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12768 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12769 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12770 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12771 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12772 corelow.o from gdb_target_obs.
12773 * corefile.c (core_target): Update the comment on NULL value.
12774 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12775 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12776 MATCHES. Drop YUMMY set on NULL.
12777 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12778 reclaim CORE_DATA if it is already NULL.
12780 2012-01-09 Doug Evans <dje@google.com>
12782 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12783 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12785 2012-01-09 Keith Seitz <keiths@redhat.com>
12787 * breakpoint.c (wrapper.h): Don't include.
12789 2012-01-09 Keith Seitz <keiths@redhat.com>
12791 * Makefile.in (SFILES): Remove wrapper.c.
12792 (HFILES_NO_SRCDIR): Remove wrapper.h.
12793 (COMMON_OBS): Remove wrapper.o.
12794 * cli/cli-interp.c: Don't inlude wrapper.h.
12795 * corelow.c: Likewise.
12796 (core_open): Replace gdb_target_find_new_threads with
12797 TRY_CATCH around target_find_new_threads.
12798 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12799 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12800 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12801 evaluate_expression.
12802 (varobj_set_value): Likewise for evaluate_expression and
12804 (install_new_variable): Likewise for value_fetch_lazy.
12805 (adjust_value_for_child_access): Likewise for value_ind.
12806 (c_describe_child): Likewise for value_subscript and
12808 (c_value_of_root): Likewise for evaluate_expression.
12809 * wrapper.c: Remove.
12810 * wrapper.h: Remove.
12812 2012-01-09 Doug Evans <dje@google.com>
12814 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12815 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12816 "abfd" args with "section". All callers updated.
12817 Error checking code moved ...
12818 (error_check_comp_unit_head): ... here. New function.
12819 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12820 Delete arg "abfd". New arg "type_offset". All callers updated.
12821 (create_debug_types_hash_table): Simplify by using
12822 read_and_check_type_unit_head.
12824 * parser-defs.h (namecopy): Delete.
12825 * parse.c (namecopy, namecopy_size): Move into copy_name.
12827 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12829 Partially fix duplicate .o files after omitting libbfd.a.
12830 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12831 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12832 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12833 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12834 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12835 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12836 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12838 2012-01-09 Pedro Alves <palves@redhat.com>
12840 * MAINTAINERS: Update my email address.
12842 2012-01-08 Doug Evans <dje@google.com>
12844 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12845 n_type_units. Rename type_comp_units to all_type_units.
12847 (add_signatured_type_cu_to_table): Renamed from
12848 add_signatured_type_cu_to_list. All callers updated.
12850 * gdbtypes.h (struct cplus_struct_type): Delete member
12851 nfn_fields_total. All uses removed.
12853 2012-01-06 Doug Evans <dje@google.com>
12855 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12857 (dwarf2_find_comp_unit): Delete.
12858 (process_psymtab_comp_unit): Make result "void".
12859 Delete args buffer, info_ptr, buffer_size, and replace with
12860 "section". All callers updated.
12861 (dwarf2_build_psymtabs_hard): Simplify.
12863 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12864 Thiago Jung Bauermann <bauerman@br.ibm.com>
12866 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12867 before `struct gdb_exception'.
12868 * breakpoint.c (update_global_location_list_nothrow)
12869 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12870 * cp-abi.c (value_rtti_type): Likewise.
12871 * cp-support.c (cp_validate_operator): Likewise.
12872 * infrun.c (insert_exception_resume_breakpoint)
12873 (check_exception_resume, keep_going): Likewise.
12874 * mi-interp.c (mi_breakpoint_created)
12875 (mi_breakpoint_modified): Likewise.
12876 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12877 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12878 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12880 2012-01-05 Doug Evans <dje@google.com>
12882 * dwarf2read.c (statement_prologue): Delete, unused.
12884 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12885 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12887 * dwarf2read.c (comp_unit_header): Delete, unused.
12889 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12891 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12892 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12894 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12896 * infrun.c (normal_stop): Don't skip calling the normal_stop
12897 observers if the thread was doing a multi-step, but stopped for
12898 some reason other than stepping.
12900 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12902 * cli/cli-decode.h: Add comments.
12903 (CMD_LIST_AMBIGUOUS): Moved to command.h
12904 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12905 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12906 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12907 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12908 (add_com, add_com_alias, add_info, add_info_alias)
12909 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12911 * command.h: Add and adjust comments.
12912 (CMD_LIST_AMBIGUOUS): Moved here.
12913 (help_cmd, help_cmd_list): Delete declarations.
12915 2012-01-04 Doug Evans <dje@google.com>
12917 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12918 All callers updated.
12919 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12920 Replace all arguments with "per_cu". All callers updated.
12922 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12924 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12925 New arg "per_cu". All callers updated.
12927 Delete #if 0'd out code.
12928 * language.c (binop_result_type): Delete.
12929 (simple_type, ordered_type, same_type, integral_type): Delete.
12930 (numeric_type, character_type, string_type, boolean_type): Delete.
12931 (float_type, structured_type): Delete.
12932 * language.h: Update.
12934 2012-01-04 Tom Tromey <tromey@redhat.com>
12936 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12938 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12940 * corefile.c (close_exec_file): Delete.
12941 (reopen_exec_file): Remove commented out code that seems related
12942 to close_exec_file, which is being deleted here.
12943 * inferior.h (close_exec_file): Delete.
12944 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12946 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12948 * ada-lang.c: #include "cli/cli-utils.h".
12949 (get_selections): Use skip_spaces.
12950 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12951 (catch_ada_exception_command_split): Use skip_spaces.
12952 (ada_decode_assert_location): Likewise.
12954 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12956 * linespec.c (decode_line_internal): Check for C++ or Java
12957 compound constructs only if the current language is C, C++
12960 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12963 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12964 Joel Brobecker <brobecker@adacore.com>
12965 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12966 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12968 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12969 fall through into AT_ENTRY_POINT.
12970 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12971 DUMMY_ADDR with it.
12972 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12973 PPC_INSN_SIZE skip to 3 times.
12975 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12977 * linespec.c (add_minsym): Preserve function descriptors.
12979 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12981 * breakpoint.c (all_locations_are_pending): Consider locations
12982 in program spaces executing during startup pending as well.
12984 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12986 Copyright year update in most files of the GDB Project.
12988 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12990 * copyright.sh: Delete.
12991 * copyright.py: Rewrite.
12993 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12995 * gnulib/extra/update-copyright: New file, imported from gnulib.
12997 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12999 * README (Copyright and License Notices): New section.
13001 2012-01-03 Tom Tromey <tromey@redhat.com>
13004 * python/py-value.c (valpy_dereference, valpy_get_address
13005 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13006 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13007 (valpy_absolute, valpy_richcompare): Free intermediate values.
13009 2011-01-03 Joel Brobecker <brobecker@adacore.com>
13011 * ada-lang.c: Reformat the copyright notice.
13013 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13015 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13016 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13017 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13018 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13019 Revert this part of:
13020 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13021 Build gdb directly from *.o files not using libgdb.a.
13022 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13024 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13026 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13027 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13028 Reformat the copyright header.
13030 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13032 Revert this part of:
13033 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13034 Remove the gdbtui binary.
13035 * gdb.c (main): Remove args.interpreter_p initialization.
13036 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13037 * main.h (struct captured_main_args): Remove interpreter_p.
13039 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13041 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13043 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13045 * top.c (print_gdb_version): Update copyright year.
13047 2012-01-02 Yao Qi <yao@codesourcery.com>
13049 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13051 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13052 Joel Brobecker <brobecker@adacore.com>
13054 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13055 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13057 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13058 fall through into AT_ENTRY_POINT.
13059 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13060 DUMMY_ADDR with it.
13061 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13062 PPC_INSN_SIZE skip to 3 times.
13064 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13066 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13068 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13070 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13072 Build gdb directly from *.o files not using libgdb.a.
13073 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13074 (COMMON_OBS): Remove solib-target.o.
13075 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13076 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13077 (LIBGDB_OBS, libgdb.a): Move it above.
13078 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13079 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13080 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13081 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13082 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13083 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13084 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13085 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13086 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13087 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13088 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13089 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13090 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13091 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13092 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13093 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13094 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13095 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13096 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13097 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13098 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13099 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13100 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13101 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13102 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13103 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13104 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13106 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13108 Remove the gdbtui binary.
13109 * .gitignore (/gdbtui): Remove.
13110 * Makefile.in (TUI): Remove.
13111 (SUBDIR_TUI_OBS): Remove tui-main.o.
13112 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13113 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13114 (tui-main.o): Remove.
13115 (all_object_files): Remove tui-main.o.
13116 * NEWS: New note for the gdbtui removal.
13117 * configure: Rebuilt.
13118 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13119 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13120 CONFIG_UNINSTALL respectively.
13121 * gdb.c (main): Remove args.interpreter_p initialization.
13122 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13123 * main.h (struct captured_main_args): Remove interpreter_p.
13124 * tui/tui-main.c: Remove.
13126 2012-01-01 Doug Evans <dje@google.com>
13128 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13129 (dwarf2_physname, read_import_statement): Ditto.
13130 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13131 (process_structure_scope read_subroutine_type): Ditto.
13132 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13133 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13134 (dwarf2_fetch_die_location_block): Ditto.
13135 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13137 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13138 All callers updated.
13139 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13140 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13141 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13143 * dwarf2read.c (load_cu): Move assert to more useful location.
13145 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13146 All callers updated.
13148 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13149 (dwarf2_elf_names): Minor reformat.
13150 (dwarf2_per_cu_data): Tweak comment.
13151 (dwarf2_read_section): Fix comment.
13152 (create_all_comp_units): Fix comment.
13153 (load_full_comp_unit): Fix comment.
13154 (process_full_comp_unit): Fix comment.
13155 (read_signatured_type): Fix comment.
13157 For older changes see ChangeLog-2011.
13163 version-control: never