2012-12-18 Hui Zhu <hui_zhu@mentor.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
2
3 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
4 (set_ui_file_isatty): Change isatty to isatty_ptr.
5 (set_ui_file_rewind): Change rewind to rewind_ptr.
6 (set_ui_file_put): Change put to put_ptr.
7 (set_ui_file_write): Change write to write_ptr.
8 (set_ui_file_write_async_safe): Change write_async_safe to
9 write_async_safe_ptr.
10 (set_ui_file_read): Change read to read_ptr.
11 (set_ui_file_fputs): Change fputs to fputs_ptr.
12 (set_ui_file_data): Change delete to delete_ptr.
13
14 2012-12-18 Joel Brobecker <brobecker@adacore.com>
15
16 * solib-darwin.c (darwin_current_sos): Fix indentation.
17 (darwin_read_exec_load_addr): New function.
18 (darwin_solib_create_inferior_hook): Rebase executable.
19 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
20 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
21
22 2012-12-18 Joel Brobecker <brobecker@adacore.com>
23
24 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
25 * gnulib/import/errno.in.h: Import.
26 * gnulib/import/m4/errno_h.m4: Import.
27 * gnulib/aclocal.m4: Regenerate.
28 * gnulib/configure: Regenerate.
29 * gnulib/import/Makefile.am: Update.
30 * gnulib/import/Makefile.in: Update.
31 * gnulib/import/m4/gnulib-cache.m4: Update.
32 * gnulib/import/m4/gnulib-comp.m4: Update.
33
34 2012-12-18 Joel Brobecker <brobecker@adacore.com>
35
36 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
37 8d5bd1402003bd0153984b138735adf537d960b0.
38 * gnulib/aclocal.m4, configure, config.in: Regenerate.
39 * gnulib/import/m4/extern-inline.m4: Import.
40 * gnulib/import/wctype-h.c: Import.
41 * gnulib/import/Makefile.am: Update.
42 * gnulib/import/Makefile.in: Update.
43 * gnulib/import/alloca.in.h: Update.
44 * gnulib/import/extra/snippet/warn-on-use.h: Update.
45 * gnulib/import/localcharset.c: Update.
46 * gnulib/import/m4/fcntl-o.m4: Update.
47 * gnulib/import/m4/gnulib-cache.m4: Update.
48 * gnulib/import/m4/gnulib-comp.m4: Update.
49 * gnulib/import/m4/wctype_h.m4: Update.
50 * gnulib/import/stdbool.in.h: Update.
51 * gnulib/import/verify.h: Update.
52 * gnulib/import/wctype.in.h: Update.
53
54 2012-12-18 Joel Brobecker <brobecker@adacore.com>
55
56 * gnulib/update-gnulib.sh: Add call to autoheader.
57
58 2012-12-17 Tom Tromey <tromey@redhat.com>
59
60 * top.c (xgdb_verbose): Remove.
61
62 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
63
64 Code cleanup.
65 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
66 unused forward declarations.
67 (skip_file_command): Make variables symtab and filename targets const.
68 Use proper 0 vs. NULL constant everywhere.
69 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
70 Include empty line after declarations. Use GNU spacing in a comment.
71 Do not use strlen for end of string check.
72 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
73 comments.
74 (skip_enable_command, skip_disable_command, skip_delete_command)
75 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
76 (function_pc_is_marked_for_skip): Make variable filename target const.
77 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
78 comment formatting.
79 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
80 NULL constant everywhere. Include empty line after declarations. Make
81 variable symtab target const. Do not use strlen for end of string
82 check.
83
84 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 Code cleanup.
87 * breakpoint.c (clear_command): Remove variable sal_name_len and its
88 initialization, remove it from the compare_filenames_for_search call.
89 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
90 name_len and its initialization, remove it from the
91 compare_filenames_for_search calls.
92 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
93 * symtab.c (compare_filenames_for_search): Remove the search_len
94 parameter, update the function comment, new variable search_len
95 initialized from SEARCH_NAME.
96 (iterate_over_some_symtabs): Remove variable name_len and its
97 initialization, remove it from the compare_filenames_for_search calls.
98 * symtab.h (compare_filenames_for_search): Remove the search_len
99 parameter,
100
101 2012-12-16 Joel Brobecker <brobecker@adacore.com>
102
103 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
104 (ALLDEPFILES): ... to there.
105
106 2012-12-15 Joel Brobecker <brobecker@adacore.com>
107
108 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
109
110 2012-12-15 Joel Brobecker <brobecker@adacore.com>
111
112 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
113 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
114 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
115 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
116 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
117 to gdb_target_obs for every target that uses rs6000-tdep.o.
118 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
119 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
120 or register_ppc_ravenscar_ops.
121
122 2012-12-15 Joel Brobecker <brobecker@adacore.com>
123
124 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
125 RAVENSCAR_SPARC_THREAD_H.
126 * sparc-ravenscar-thread.c: Rename all global entities
127 whose name is uses "ravenscar_sparc" as the prefix to use
128 "sparc_ravenscar" instead.
129
130 2012-12-15 Joel Brobecker <brobecker@adacore.com>
131
132 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
133 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
134 Adjust sparc-ravenscar-thread.h #include.
135 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
136 accordingly.
137 * Makefile.in: Replace ravenscar-sparc-thread with
138 sparc-ravenscar-thread throughout.
139 * configure.tgt: Likewise.
140
141 2012-12-15 Joel Brobecker <brobecker@adacore.com>
142
143 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
144 declaration.
145 (ravenscar_ops): New gdbarch variable.
146 * gdbarch.h, gdbarch.c: Regenerate.
147 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
148 * ravenscar-thread.c (current_arch_ops): Delete.
149 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
150 from the gdbarch.
151 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
152 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
153 (ravenscar_register_arch_ops): Delete.
154 * ravenscar-sparc-thread.h: New file.
155 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
156 (ravenscar_sparc_ops): Define value statically.
157 (_initialize_ravenscar_sparc): Delete.
158 (register_sparc_ravenscar_ops): New function.
159 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
160 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
161 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
162 ravenscar-sparc-thread.o.
163 (SFILES): Add ravenscar-thread.c.
164 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
165 (ALLDEPFILES): ravenscar-sparc-thread.c.
166 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
167 to gdb_target_obs
168 for all the targets that use sparc-tdep.o.
169
170 2012-12-15 Joel Brobecker <brobecker@adacore.com>
171
172 * ravenscar-thread.c (ravenscar_is_open): Delete.
173 (ravenscar_initialize): Move most of the code from here...
174 (ravenscar_inferior_created): ... to there. Invert logic.
175 (ravenscar_close): Delete.
176 (init_ravenscar_thread_ops): Remove setting of
177 ravenscar_ops.to_close.
178
179 2012-12-15 Joel Brobecker <brobecker@adacore.com>
180
181 * objfiles.c (init_entry_point_info): Move function from here...
182 * symfile.c (init_entry_point_info): ... to there. Make static.
183 * objfiles.h (objfiles.h): Delete declaration.
184
185 2012-12-15 Joel Brobecker <brobecker@adacore.com>
186
187 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
188 Remove call to init_entry_point_info. Add OBJFILE's
189 section_offsets and num_sections initialization. Add note
190 about entry info in the function documentation.
191 (syms_from_objfile): New function.
192 * coffread.c (coff_symfile_init): Remove call to
193 init_entry_point_info.
194 * machoread.c (macho_symfile_init): Likewise.
195 * xcoffread.c(xcoff_symfile_init): Likewise.
196
197 2012-12-15 Yao Qi <yao@codesourcery.com>
198
199 * remote-notif.c (_initialize_notif): Add new commands
200 'set debug notification' and 'show debug notification'.
201 * NEWS: Mention these new commands.
202
203 2012-12-15 Yao Qi <yao@codesourcery.com>
204
205 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
206 (SFILES): Add "remote-notif.c".
207 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
208 * remote-notif.c: New. Factored out from remote.c.
209 * remote-notif.h: New.
210 * remote.c: Include "remote-notif.h".
211 (stop_reply_xmalloc, do_stop_reply_xfree):
212 (remote_parse_stop_reply, remote_get_pending_stop_replies):
213 (remote_async_get_pending_events_handler): Remove declarations.
214 (remote_parse_stop_reply): Declare.
215 (pending_stop_reply): Remove.
216 (remote_async_get_pending_events_token): Move to
217 remote-notif.c.
218 (remote_close): Replace 'delete_async_event_handler' with
219 remote_notif_unregister_async_event_handler.
220 Don't call discard_pending_stop_replies.
221 (remote_start_remote): Replace code with remote_notif_parse
222 and remote_notif_get_pending_replies.
223 (remote_open_1): Replace 'create_async_event_handler' with
224 remote_notif_register_async_event_handler.
225 (extended_remote_attach_1): Call remote_notif_parse and
226 notif_stop_reply_push.
227 (struct stop_reply) <next>: Remove.
228 <base>: New field.
229 Callers update.
230 (stop_reply_queue): Change its type.
231 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
232 (remote_notif_remove_all): New.
233 (discard_pending_stop_replies): Update.
234 (remote_notif_stop_ack, stop_reply_dtr): New.
235 (remote_notif_stop_alloc_event): New.
236 (notif_client_stop): New variable.
237 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
238 (queued_stop_reply, peek_stop_reply): Adjust.
239 (remote_get_pending_stop_replies): Rename to
240 remote_notif_get_pending_events.
241 (handle_notification): Move to remote-notif.c.
242 (remote_async_get_pending_events_handler): Likewise.
243 (remote_wait_as): Adjust to call remote_notif_parse.
244 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
245 Return minus_one_ptid early if gets a notification.
246 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
247 (_initialize_remote): Call QUEUE_alloc. Update caller.
248 (remote_resume): Call 'remote_notif_process' in all-stop mode.
249 * remote.h: Include "remote-notif.h".
250 (remote_notif_get_pending_replies): Declare.
251
252 2012-12-15 Yao Qi <yao@codesourcery.com>
253
254 * remote.c (discard_pending_stop_replies): Update declaration.
255 (remote_detach_1, extended_remote_mourn_1): Likewise.
256 (discard_pending_stop_replies): Change parameter from PID to
257 INF.
258 (remote_close): Update caller.
259 (_initialize_remote): Attach discard_pending_stop_replies to
260 inferior_exit observer.
261
262 2012-12-15 Yao Qi <yao@codesourcery.com>
263
264 * remote.c (getpkt_or_notif_sane): Add one more argument in
265 its declaration.
266 (getpkt_or_notif_sane_1): Add one more argument.
267 (getpkt_sane): Update caller.
268 (getpkt_or_notif_sane): Likewise. Update call
269 togetpkt_or_notif_sane_1.
270 (remote_wait_ns): Update caller.
271
272 2012-12-15 Yao Qi <yao@codesourcery.com>
273 Doug Evans <dje@google.com>
274
275 * common/queue.h: New.
276
277 2012-12-15 Yao Qi <yao@codesourcery.com>
278
279 * breakpoint.c (print_one_breakpoint_location): Display the
280 state of 'installed' of each non-pending location of a tracepoint
281 in both CLI and MI.
282 (download_tracepoint_locations): Notify 'breakpoint-modified'
283 observer if any tracepoint location is downloaded.
284 * tracepoint.c (start_tracing): Likewise.
285 (merge_uploaded_tracepoints): Record all modified
286 tracepoints and notify 'breakpoint-modified' observer for them.
287
288 * NEWS: Mention the change for CLI and MI.
289
290 2012-12-15 Yao Qi <yao@codesourcery.com>
291
292 * breakpoint.c (download_tracepoint_locations): Iterate over
293 ALL_TRACEPOINTS first and then iterate over locations of
294 each tracepoint.
295
296 2012-12-14 Pierre Muller <muller@sourceware.org>
297 Pedro Alves <palves@redhat.com>
298
299 * solib-target.c (solib_target_current_sos): Remove 'const'
300 qualifier from type of library_document local variable to be
301 able to free it and avoid a memory leak.
302 Use cleanup chain to avoid leak even if exceptino is generated.
303
304 2012-12-14 Tom Tromey <tromey@redhat.com>
305
306 PR c++/8888:
307 * symtab.c (lookup_symbol_aux): If constructor is found, consider
308 returning the type instead.
309 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
310 found.
311
312 2012-12-14 Tom Tromey <tromey@redhat.com>
313
314 Partial fix for PR c++/14160:
315 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
316 * dwarf2read.c (dwarf2_is_constructor): New function.
317 (dwarf2_add_member_fn): Use it.
318 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
319 TYPE_FN_FIELD_CONSTRUCTOR.
320 * jv-typeprint.c (java_type_print_base): Use
321 TYPE_FN_FIELD_CONSTRUCTOR.
322 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
323 <dummy>: Shrink.
324 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
325
326 2012-12-14 Tom Tromey <tromey@redhat.com>
327
328 * c-exp.y (block, variable, name_not_typename, lex_one_token,
329 classify_name): Update.
330 * c-valprint.c (c_val_print): Update.
331 * f-exp.y (yylex): Update.
332 * go-exp.y (package_name_p, classify_packaged_name)
333 (classify_name): Update.
334 * jv-exp.y (push_variable): Update.
335 * m2-exp.y (variable): Update.
336 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
337 * p-exp.y (block, variable, yylex): Update.
338 * p-valprint.c (pascal_val_print): Update.
339 * parse.c (write_dollar_variable): Update.
340 * printcmd.c (address_info): Update.
341 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
342 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
343 (lookup_symbol): Change type of 'is_a_field_of_this'.
344 (check_field): Add 'is_a_field_of_this' argument.
345 * symtab.h (struct field_of_this_result): New.
346 (lookup_symbol, lookup_symbol_in_language): Update.
347
348 2012-12-14 Tom Tromey <tromey@redhat.com>
349
350 * symtab.c (check_field): Now static. Move from...
351 * valops.c (check_field): ... here. Remove.
352 * value.h (check_field): Don't declare.
353
354 2012-12-14 Tom Tromey <tromey@redhat.com>
355
356 * NEWS: Mention "info proc" and core files.
357 * corelow.c (core_info_proc): New function.
358 (init_core_ops): Set to_info_proc.
359 * gdbarch.c, gdbarch.h: Rebuild.
360 * gdbarch.sh (core_info_proc): New method.
361 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
362 * linux-tdep.c (linux_core_info_proc_mappings)
363 (linux_core_info_proc): New functions.
364 (linux_find_memory_region_ftype): New typedef.
365 (linux_find_memory_regions_full): New function, from
366 linux_find_memory_regions.
367 (struct linux_find_memory_regions_data): New.
368 (linux_find_memory_regions_thunk): New function.
369 (linux_find_memory_regions): Rewrite.
370 (struct linux_make_mappings_data): New.
371 (linux_make_mappings_callback)
372 (linux_make_mappings_corefile_notes): New functions.
373 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
374 (linux_init_abi): Call set_gdbarch_core_info_proc.
375 * target.c (target_info_proc): Return 'int'.
376 * target.h (target_info_proc): Update.
377
378 2012-12-14 Pierre Muller <muller@sourceware.org>
379
380 * windows-nat.c (windows_xfer_shared_libraries): Avoid
381 memory leak when OFFSET >= LEN_AVAIL.
382
383 2012-12-13 Tom Tromey <tromey@redhat.com>
384
385 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
386
387 2012-12-13 Tom Tromey <tromey@redhat.com>
388
389 * acinclude.m4 (CY_AC_C_WORKS): Remove.
390
391 2012-12-13 Pierre Muller <muller@sourceware.org>
392
393 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
394 local variable and zero terminate it to avoid possible problems
395 in strcmp.
396
397 2012-12-13 Pedro Alves <palves@redhat.com>
398
399 * coff-pe-read.c: Include coff/internal.h.
400 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
401 Null terminate buffer explicitly instead of memset the whole
402 buffer.
403
404 2012-12-13 Pierre Muller <muller@sourceware.org>
405
406 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
407 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
408 for already defined macros.
409
410 2012-12-13 Pierre Muller <muller@sourceware.org>
411
412 * coff-pe-read.h (pe_text_section_offset): Declare new function.
413 * coff-pe-read.c (debug_coff_pe_read): New static variable.
414 (struct read_pe_section_data): Add section_name field.
415 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
416 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
417 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
418 (get_pe_section_index): New function.
419 (struct pe_sections_info): New type.
420 (get_section_vmas): Use new struct pe_sections_info.
421 (add_pe_exported_sym): Handle unnamed exported function.
422 (add_pe_forwarded_sym): New function.
423 (read_pe_truncate_name): Truncate at last dot.
424 (pe_as16): New function.
425 (read_pe_exported_syms): Use ordinal of function to
426 retrieve correct RVA address of function and handle
427 forwarded symbol.
428 (pe_text_section_offset): New function.
429 (show_debug_coff_pe_read): New function.
430 (_initialize_coff_pe_read): New function adding
431 'set/show debug coff_pe_read' commands.
432
433 * windows-tdep.c (windows_xfer_shared_library): Use
434 pe_text_section_offset function instead of possibly wrong
435 0x1000 constant for .text sextion offset.
436
437 2012-12-13 Pedro Alves <palves@redhat.com>
438
439 * gdbarch.sh (do_read): Set IFS to blank.
440
441 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
442
443 * NEWS: Mention the -catch-load/-catch-unload MI commands.
444
445 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
446
447 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
448 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
449 * breakpoint.c (add_solib_catchpoint): New function that
450 can be used by both CLI and MI, factored out from
451 catch_load_or_unload.
452 (catch_load_or_unload): Strip it down and make it use the
453 new add_solib_catchpoint.
454 * breakpoint.h (add_solib_catchpoint): Declare it.
455 * mi/mi-cmd-break.h: New file.
456 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
457 (setup_breakpoint_reporting): New function used for both
458 catchpoints and breakpoints.
459 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
460 * mi/mi-cmd-catch.c: New file.
461 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
462 and -catch-unload.
463 * mi/mi-cmds.h: Declare the handlers for -catch-load and
464 -catch-unload.
465
466 2012-11-28 Tom Tromey <tromey@redhat.com>
467
468 * dbxread.c (read_dbx_symtab): Update.
469 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
470 (read_ofile_symtab): Add 'objfile' argument.
471 * dwarf2read.c (process_psymtab_comp_unit_reader)
472 (build_type_psymtabs_reader): Update.
473 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
474 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
475 argument.
476 (parse_procedure, parse_partial_symbols): Update.
477 (psymtab_to_symtab_1): Add 'objfile' argument.
478 * psympriv.h (struct partial_symtab) <objfile>: Remove.
479 <read_symtab>: Add 'objfile' argument.
480 (sort_pst_symbols, discard_psymtab): Update.
481 * psymtab.c (partial_map_expand_apply): Update.
482 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
483 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
484 (find_pc_sect_psymbol): Add 'objfile' argument.
485 (lookup_symbol_aux_psymtabs): Update.
486 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
487 Add 'objfile' argument.
488 (find_last_source_symtab_from_partial, dump_psymtab)
489 (dump_psymtabs_for_objfile, read_symtabs_for_function)
490 (expand_partial_symbol_tables, read_psymtabs_with_filename)
491 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
492 (expand_symtabs_matching_via_partial): Update.
493 (sort_pst_symbols): Add 'objfile' argument.
494 (allocate_psymtab): Update.
495 (discard_psymtab): Add 'objfile' argument.
496 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
497 * stabsread.h (end_psymtab): Update.
498 * xcoffread.c (this_symtab_objfile): New global.
499 (process_linenos, enter_line_range, xcoff_next_symbol_text):
500 Update.
501 (read_xcoff_symtab): Add 'objfile' argument.
502 (read_symbol, read_symbol_lineno): Update.
503 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
504 (xcoff_end_psymtab): Add 'objfile' argument.
505 (scan_xcoff_symtab): Update.
506
507 2012-12-12 Paul Koning <paul_koning@dell.com>
508
509 Add support for Python 3.
510 * NEWS: Mention Python 3 support.
511 * varobj.c (value_get_print_value): Use
512 python_string_to_target_string.
513 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
514 of type objects.
515 * python/py-breakpoint.c: Ditto.
516 * python/py-cmd.c: Ditto.
517 * python/py-event.c: Ditto.
518 * python/py-event.h: Ditto.
519 * python/py-evtregistry.c: Ditto.
520 * python/py-finishbreakpoint.c: Ditto.
521 * python/py-frame.c: Ditto.
522 * python/py-function.c: Ditto.
523 * python/py-infthread.c: Ditto.
524 * python/py-lazy-string.c: Ditto.
525 * python/py-progspace.c: Ditto.
526 * /python/py-symbol.c: Ditto.
527 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
528 initialization for Python 3.
529 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
530 of type objects.
531 (infpy_read_memory): Return memoryview object if Python 3.
532 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
533 (infpy_search_memory): Ditto.
534 (get_buffer): New function for Python 3.
535 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
536 of type objects.
537 (objfpy_dealloc): Use Py_TYPE to call tp_free.
538 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
539 of type objects.
540 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
541 (set_attr): Ditto.
542 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
543 instead of PyString methods if Python 3.
544 (print_children): Skip push_dummy_python_frame call if Python 3.
545 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
546 of type objects.
547 (salpy_dealloc): Use Py_TYPE to call tp_free.
548 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
549 of type objects.
550 (field_dealloc): Use Py_TYPE to call tp_free.
551 (typy_dealloc): Ditto.
552 (type_object_as_number): Adjust struct initializations for
553 differences in layout for Python 2 vs. Python 3.
554 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
555 string case for Python 3.
556 (unicode_to_encoded_python_string): Shorten code (no functional
557 change).
558 (python_string_to_target_python_string): Comment that in Python 3
559 returned value is a Python "bytes" type.
560 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
561 (gdb_py_object_from_longest): Omit non-long integer case in Python
562 3.
563 (gdb_py_object_from_ulongest): Ditto.
564 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
565 of type objects.
566 (valpy_dealloc): Use Py_TYPE to call tp_free.
567 (valpy_int): Omit function if Python 3.
568 (convert_value_from_python): Use "%S" format (Python object as a
569 string) if Python 3.
570 (value_object_as_number): Adjust struct initializations for
571 differences in layout for Python 2 vs. Python 3.
572 * python/python-config.py: Adjust syntax for Python 3
573 compatibility.
574 Include "sys.abiflags" string as part of python library name, if
575 that attribute exists (Python 3).
576 * python/python-internal.h (IS_PY3): Define if Python 3.
577 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
578 placeholder value if Python 3.
579 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
580 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
581 analogous Python 3 API function if Python 3.
582 (PyVarObject_HEAD_INIT): Define if not already defined.
583 (Py_TYPE): Ditto.
584 * python/python.c (eval_python_command): Omit Py_FlushLine call if
585 Python 3.
586 Check return values of all Python API calls for error.
587 Supply dummy "python" and "python-interactive" commands if Python
588 initialization failed.
589 (_initialize_python): Convert argc to wchar_t** if Python 3.
590 Add module initialization for Python 3.
591 (finish_python_initialization): Pass wchar_t * argument to
592 PySys_SetPath if Python 3.
593 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
594 (_GdbFile): New class for common output file behavior.
595 (GdbOutFile): Subclass from _GdbFile.
596 (GdbOutputErrorFile): Ditto.
597 (auto_load_packages): Adjust syntax for Python 3 compatibility.
598 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
599 * python/lib/gdb/prompt.py: Use sorted() function rather than
600 sort() method.
601 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
602 Adjust syntax for Python 3 compatibility.
603 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
604 rather than sort() method.
605 Adjust syntax for Python 3 compatibility.
606 * python/lib/gdb/command/type_printers.py: Ditto.
607 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
608 value is a memoryview object if Python 3.
609
610 2012-12-12 Tom Tromey <tromey@redhat.com>
611
612 * coffread.c (coff_objfile_data_key): New global.
613 (coff_symfile_init): Use set_objfile_data.
614 (coff_symfile_read): Use objfile_data.
615 (coff_symfile_finish): Don't free deprecated_sym_private.
616 (coff_free_info): New function.
617 (_initialize_coffread): Initialize coff_objfile_data_key.
618 * mdebugread.c (pending_list): Update comment.
619 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
620 * symfile.c (reread_symbols): Don't mention
621 deprecated_sym_private.
622 * xcoffread.c (xcoff_objfile_data_key): New global.
623 (XCOFF_DATA): New macro.
624 (process_linenos, enter_line_range, xcoff_next_symbol_text)
625 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
626 XCOFF_DATA.
627 (xcoff_new_init) Use set_objfile_data.
628 (xcoff_symfile_finish): Don't free deprecated_sym_private.
629 (init_stringtab, swap_sym, scan_xcoff_symtab)
630 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
631 (xcoff_free_info): New function.
632 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
633
634 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
635
636 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
637
638 2012-12-12 Tom Tromey <tromey@redhat.com>
639
640 * coffread.c (coff_symfile_init): Use set_objfile_data.
641 (coff_symfile_read): Use DBX_SYMFILE_INFO.
642 * dbxread.c (dbx_objfile_data_key): New global.
643 (dbx_symfile_init): Use set_objfile_data.
644 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
645 (dbx_free_symfile_info): New function.
646 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
647 DBX_SYMFILE_INFO.
648 (stabsect_build_psymtabs): Use set_objfile_data.
649 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
650 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
651 set_objfile_data.
652 (free_elfinfo): Use DBX_SYMFILE_INFO.
653 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
654 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
655 * gdb-stabs.h (dbx_objfile_data_key): Declare.
656 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
657 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
658 * somread.c (som_symfile_finish): Don't free
659 deprecated_sym_stab_info.
660
661 2012-12-12 Joel Brobecker <brobecker@adacore.com>
662
663 * gdbarch.sh (software_single_step): Remove trailing space in
664 comment (gdbarch.h is already correct).
665
666 2012-12-11 Tom Tromey <tromey@redhat.com>
667
668 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
669
670 2012-12-11 Tom Tromey <tromey@redhat.com>
671
672 * dsrec.c (report_transfer_performance): Don't declare.
673 (load_srec): Use gettimeofday, print_transfer_performance.
674 * symfile.c (report_transfer_performance): Remove.
675
676 2012-12-11 Pedro Alves <pedro@codesourcery.com>
677 Pedro Alves <palves@redhat.com>
678
679 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
680 NT_PSTATUS note.
681 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
682 differently from LWP IDs.
683
684 2012-12-11 Pedro Alves <palves@redhat.com>
685
686 * configure.ac (detect type of /proc): Remove Unixware handling.
687 * configure: Regenerate.
688 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
689 (ioctl_table) [PCRESET]: Remove entry.
690 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
691 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
692 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
693 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
694 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
695 Unixware in comments throughout.
696 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
697 and remove mention of Unixware.
698
699 2012-12-10 Doug Evans <dje@google.com>
700
701 * dwarf2read.c (dwarf2_cu): Enhance comment.
702 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
703 the DWO file.
704 (dwarf2_record_block_ranges): Ditto.
705
706 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
707
708 * symtab.c (find_pc_sect_symtab): Add comment.
709
710 2012-12-10 Tom Tromey <tromey@redhat.com>
711
712 * defs.h: Don't check for definition of LONGEST.
713 (min, max): Remove duplicates.
714
715 2012-12-10 Tom Tromey <tromey@redhat.com>
716
717 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
718 (dwarf2_fetch_die_loc_cu_off): Rename from
719 dwarf2_fetch_die_location_block. Rewrite to use
720 dwarf2_fetch_die_loc_sect_off.
721 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
722 (dwarf2_fetch_die_loc_cu_off): Rename.
723 * dwarf2loc.c (indirect_pieced_value): Use
724 dwarf2_fetch_die_loc_sect_off.
725 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
726 comment.
727 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
728 * dwarf2expr.c (add_piece): Update.
729 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
730
731 2012-12-10 Tom Tromey <tromey@redhat.com>
732
733 * buildsym.c (struct pending_block): Move from buildsym.h.
734 (pending_blocks): Likewise; now static.
735 (pending_block_obstack): New global.
736 (free_pending_blocks): Free blocks.
737 (record_pending_block): Use pending_block_obstack.
738 * buildsym.h (struct pending_block): Move definition to
739 buildsym.c.
740 (pending_blocks): Don't declare.
741
742 2012-12-10 Pedro Alves <palves@redhat.com>
743
744 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
745 dead SCO code, and adjust function description comment.
746
747 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
750 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
751 CC_HAS_LONG_LONG.
752 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
753 * dwarf2read.c (extract_cu_value): Remove the function.
754 (create_cus_from_index_list): Make the return type void, inline the
755 extract_cu_value caller, include new gdb_static_assert.
756 (create_cus_from_index): Make the return type void, update the function
757 comment, update the create_cus_from_index_list caller.
758 (create_signatured_type_table_from_index): Make the return type void,
759 inline the extract_cu_value caller, include new gdb_static_assert.
760 (dwarf2_read_index): Update the create_cus_from_index and
761 create_signatured_type_table_from_index caller.
762 * printcmd.c (ui_printf): Remove conditionalizations for
763 CC_HAS_LONG_LONG.
764 * config.in: Regenerate.
765 * configure: Regenerate.
766
767 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
768
769 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
770 Update the comment for checked_producer.
771 (check_producer): New forward declaration.
772 (producer_is_gcc_lt_4_3): New function.
773 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
774 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
775
776 2012-12-07 Tom Tromey <tromey@redhat.com>
777
778 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
779 argument, assertion.
780 * c-exp.y (typebase): Add completion productions.
781 * completer.c (expression_completer): Handle tag completion.
782 * expression.h (parse_expression_for_completion): Add argument.
783 * f-lang.c (f_make_symbol_completion_list): Add 'code'
784 argument.
785 * language.h (struct language_defn)
786 <la_make_symbol_completion_list>: Add 'code' argument.
787 * parse.c (expout_tag_completion_type, expout_completion_name):
788 New globals.
789 (mark_struct_expression): Add assertion.
790 (mark_completion_tag): New function.
791 (parse_exp_in_context): Initialize new globals.
792 (parse_expression_for_completion): Add 'code' argument. Handle
793 tag completion.
794 * parser-defs.h (mark_completion_tag): Declare.
795 * symtab.c (default_make_symbol_completion_list_break_on): Add
796 'code' argument. Update.
797 (default_make_symbol_completion_list): Add 'code' argument.
798 (make_symbol_completion_list): Update.
799 (make_symbol_completion_type): New function.
800 * symtab.h (default_make_symbol_completion_list_break_on)
801 (default_make_symbol_completion_list): Update.
802 (make_symbol_completion_type): Declare.
803
804 2012-12-07 Tom Tromey <tromey@redhat.com>
805
806 * expression.h (parse_expression_for_completion): Rename
807 from parse_field_expression.
808 (parse_completion): Rename from in_parse_field.
809 * c-exp.y (lex_one_token): Update.
810 * completer.c (expression_completer): Update.
811 * go-exp.y (lex_one_token): Update.
812 * p-exp.y (yylex): Update.
813 * parse.c (parse_completion): Rename from in_parse_field.
814 (parse_exp_in_context): Update.
815 (parse_expression_for_completion): Rename from
816 parse_field_expression. Update.
817
818 2012-12-07 Tom Tromey <tromey@redhat.com>
819
820 * typeprint.c (_initialize_typeprint): Set completer
821 for "whatis" and "ptype".
822
823 2012-12-07 Joel Brobecker <brobecker@adacore.com>
824
825 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
826 "sim/common/cgen-fpu.h". Remove invalid entries
827 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
828 which actually have an FSF copyright header.
829
830 2012-12-07 Joel Brobecker <brobecker@adacore.com>
831
832 * osf-share/AT386/cma_thread_io.h: Delete.
833 * osf-share/HP800/cma_thread_io.h: Delete.
834 * osf-share/README: Delete.
835 * osf-share/RIOS/cma_thread_io.h: Delete.
836 * osf-share/cma_attr.h: Delete.
837 * osf-share/cma_deb_core.h: Delete.
838 * osf-share/cma_debug_client.h: Delete.
839 * osf-share/cma_errors.h: Delete.
840 * osf-share/cma_handle.h: Delete.
841 * osf-share/cma_init.h: Delete.
842 * osf-share/cma_list.h: Delete.
843 * osf-share/cma_mutex.h: Delete.
844 * osf-share/cma_sched.h: Delete.
845 * osf-share/cma_semaphore_defs.h: Delete.
846 * osf-share/cma_sequence.h: Delete.
847 * osf-share/cma_stack.h: Delete.
848 * osf-share/cma_stack_int.h: Delete.
849 * osf-share/cma_tcb_defs.h: Delete.
850 * osf-share/cma_util.h: Delete.
851 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
852 in osf-share.
853 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
854 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
855 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
856
857 2012-12-06 Pedro Alves <palves@redhat.com>
858 Tom Tromey <tromey@redhat.com>
859
860 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
861
862 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
863
864 PR mi/14741:
865 * mi/mi-cmd-var.c (varobj_update_one): Take value of
866 attribute "dynamic" and "displayhint" from printed child,
867 not the root variable.
868
869 2012-12-06 Joel Brobecker <brobecker@adacore.com>
870
871 * aix-thread.c (getthrds): Fix type of 4th parameter.
872 (get_signaled_thread): Change type of variable ktid to tid_t.
873
874 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
875
876 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
877 value of get_frame_block.
878
879 2012-12-05 Pierre Muller <muller@sourceware.org>
880
881 Avoid memory leaks on struct cmd_list_element.doc field.
882 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
883 if flags contains DOC_ALLOCATED.
884 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
885 flags.
886 (delete_cmd): Handle DOC_ALLOCATED flag.
887 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
888 in flags filed of struct cmd_list_element.
889 (struct cmd_list_element): Document new flag item.
890
891 2012-12-04 Doug Evans <dje@google.com>
892
893 * symmisc.c: Whitespace fixes.
894
895 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
896
897 * i386-tdep.c (i386_skip_prologue): Using symbol table
898 to find the end of prologue for clang compiled binaries.
899 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
900 to find the end of prologue for clang compiled binaries.
901
902 2012-12-03 Doug Evans <dje@google.com>
903
904 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
905 (dw2_find_symbol_file): Delete unused local file_data.
906
907 2012-12-03 Tom Tromey <tromey@redhat.com>
908
909 * ada-exp.y (write_object_renaming, write_var_or_type)
910 (write_ambiguous_var, write_var_from_sym): Make blocks const.
911 * ada-lang.c (replace_operator_with_call)
912 (find_old_style_renaming_symbol): Make blocks const.
913 * ada-lang.h (ada_find_renaming_symbol): Update.
914 (struct ada_symbol_info) <block>: Now const.
915 * breakpoint.c (watch_command_1): Update.
916 * breakpoint.h (struct watchpoint) <exp_valid_block,
917 cond_exp_valid_block>: Now const.
918 * c-exp.y (classify_inner_name, classify_name): Make block
919 argument const.
920 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
921 const.
922 * expression.h (innermost_block, parse_exp_1): Update.
923 (union exp_element) <block>: Now const.
924 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
925 (lookup_struct): Make block argument const.
926 * gdbtypes.h (lookup_template_type): Update.
927 * go-exp.y (classify_name, classify_packaged_name)
928 (package_name_p): Make block argument const.
929 * objc-lang.c (lookup_struct_typedef): Make block argument const.
930 * objc-lang.h (lookup_struct_typedef): Update.
931 * parse.c (parse_exp_in_context, parse_exp_1)
932 (write_exp_elt_block): Make block arguments const.
933 (expression_context_block, innermost_block): Now const.
934 * parser-defs.h (write_exp_elt_block): Update.
935 (expression_context_block, innermost_block, block_found): Now
936 const.
937 * printcmd.c (struct display) <block>: Now const.
938 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
939 * valops.c (address_of_variable): Make block argument const.
940 * value.h (value_of_variable): Update.
941 * varobj.c (struct varobj_root) <valid_block>: Now const.
942
943 2012-11-30 Yao Qi <yao@codesourcery.com>
944
945 * breakpoint.c (print_one_breakpoint_location): Indent code.
946
947 2012-11-30 Yao Qi <yao@codesourcery.com>
948
949 * breakpoint.c (print_one_breakpoint_location): Combine two
950 blocks handling 'hit count' together.
951
952 2012-11-30 Yao Qi <yao@codesourcery.com>
953
954 * infrun.c (error_is_running, ensure_not_running): Move them
955 to ...
956 * infcmd.c (error_is_running, ensure_not_running): ... here.
957 Make them 'static'.
958 * inferior.h: Remove declarations of error_is_running and
959 ensure_not_running.
960
961 2012-11-30 Yao Qi <yao@codesourcery.com>
962
963 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
964 check REGNUM >= 0.
965
966 2012-11-30 Yao Qi <yao@codesourcery.com>
967
968 * infrun.c: Make the declaration of 'init_infwait_state'
969 static.
970 (init_infwait_state): Make it 'static'.
971
972 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
973
974 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
975 return value to void to avoid compiler warning.
976
977 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
978
979 * opencl-lang.c (opencl_print_type): New function.
980 (opencl_language_arch_info): Install it.
981
982 2012-11-29 Tom Tromey <tromey@redhat.com>
983
984 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
985 xvasprintf.
986 * common/common-utils.c (xasprintf, xvasprintf): Remove.
987 * common/common-utils.h (xasprintf, xvasprintf): Remove.
988
989 2012-11-29 Jerome Guitton <guitton@adacore.com>
990
991 * ada-lang.c (ada_is_interface_tag): New function.
992 (ada_is_ignored_field): Add interface tags to the list
993 of ignored fields.
994
995 2012-11-29 Jerome Guitton <guitton@adacore.com>
996
997 * ada-lang.h (ada_tag_value_at_base_address): New function
998 declaration.
999 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1000 New functions.
1001 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1002 relocate the class-wide value if need be.
1003 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1004 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1005 before dereferencing it.
1006 * ada-valprint.c (ada_val_print_1): Relocate to base address
1007 before displaying the content of an interface-wide ref.
1008
1009 2012-11-29 Jerome Guitton <guitton@adacore.com>
1010
1011 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1012
1013 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1014
1015 GDB 7.5.1 released.
1016
1017 2012-11-29 Yao Qi <yao@codesourcery.com>
1018 Tom Tromey <tromey@redhat.com>
1019
1020 * eval.c (evaluate_subexp_standard): Get the correct pointer
1021 type for TYPE_CODE_MEMBERPTR.
1022
1023 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1024
1025 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1026 since now it is being done by binutils' powerpc_init_dialect().
1027
1028 2012-11-28 Tom Tromey <tromey@redhat.com>
1029
1030 PR gdb/14290:
1031 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1032 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1033 Use it.
1034 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1035 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1036 (gdb_bfd_openr_next_archived_file): Use it.
1037
1038 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1039
1040 * configure.ac: Check for linux/perf_event.h.
1041 * config.in: Regenerated.
1042 * configure: Regenerated.
1043
1044 2012-11-28 Yao Qi <yao@codesourcery.com>
1045
1046 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1047 abbreviate 'delete tracepoints' to 'delete tr'.
1048 * corefile.c (_initialize_core): Call add_alias_cmd to
1049 abbreviate 'set gnutarget' to 'set g'.
1050 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1051 'show convenience' to 'show conv'.
1052
1053 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1054
1055 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1056 call to sparc_supply_fpregset.
1057 (fill_fpregset): Fix first parameter in call to
1058 sparc_collect_fpregset.
1059
1060 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1061 Kazu Hirata <kazu@codesourcery.com>
1062 Yao Qi <yao@codesourcery.com>
1063
1064 * objfiles.c (init_entry_point_info): Call
1065 gdbarch_convert_from_func_ptr_addr and
1066 gdbarch_addr_bits_remove here ...
1067 (entry_point_address_query): ... instead of here.
1068 * solib-svr4.c (exec_entry_point): Call
1069 gdbarch_addr_bits_remove.
1070 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1071 the entry address.
1072
1073 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1074 Yao Qi <yao@codesourcery.com>
1075
1076 * eval.c (evaluate_subexp_standard): Add handling of
1077 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1078 result of ptype for calling a TYPE_CODE_METHODPTR.
1079
1080 2012-11-27 Yao Qi <yao@codesourcery.com>
1081
1082 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1083 warning.
1084 Add i18n markup.
1085
1086 2012-11-26 Alexander Larsson <alexl@redhat.com>
1087 Jan Kratochvil <jan.kratochvil@redhat.com>
1088 Tom Tromey <tromey@redhat.com>
1089
1090 * NEWS: Mention mini debuginfo feature.
1091 * minidebug.c: New file.
1092 * configure.ac: Check for lzma.
1093 * configure, config.in: Rebuild.
1094 * Makefile.in (LIBLZMA): New variable.
1095 (CLIBS): Include LIBLZMA.
1096 (SFILES): Mention minidebug.c.
1097 (COMMON_OBS): Mention minidebug.o.
1098 * symfile.c (read_symbols): New function.
1099 (syms_from_objfile, reread_symbols): Call it.
1100 * symfile.h (find_separate_debug_file_in_section): Declare.
1101
1102 2012-11-26 Keith Seitz <keiths@redhat.com>
1103
1104 * exec.c (exec_file_attach): Move cleanup after verifying that
1105 memory has in fact been allocated.
1106
1107 2012-11-26 Tom Tromey <tromey@redhat.com>
1108
1109 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1110 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1111 SYMBOL_SYMTAB.
1112 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1113
1114 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1115 Pedro Alves <palves@redhat.com>
1116
1117 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1118 size parameter passed to readlink by one byte.
1119 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1120 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1121 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1122 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1123 size by one byte.
1124
1125 2012-11-26 Yao Qi <yao@codesourcery.com>
1126
1127 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1128 extraneous parentheses.
1129
1130 2012-11-26 Yao Qi <yao@codesourcery.com>
1131
1132 * remote.c (remote_start_remote): Typo fix.
1133
1134 2012-11-23 David S. Miller <davem@davemloft.net>
1135
1136 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1137 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1138 sparc32_sol2_fpregset): Declare new globals.
1139 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1140 'fpregset' argument.
1141 * sparc64-tdep.h (sparc64_supply_fpregset,
1142 sparc64_collect_fpregset): Likewise.
1143 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1144 globals.
1145 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1146 (sparc_fpregset): Declare new global.
1147 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1148 'fpregset' argument.
1149 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1150 into handler.
1151 (fill_fpregset): Likewise.
1152 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1153 sparc32_bsd_fpregset.
1154 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1155 sparc32_bsd_fpregset down into handler.
1156 (sparc32_linux_collect_core_fpregset): Likewise.
1157 * sparc-nat.c (sparc_fpregset): Define.
1158 (sparc_supply_fpregset): Add 'fpregset' argument.
1159 (sparc_collect_fpregset): Likewise.
1160 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1161 into fpregset handler.
1162 (sparc_store_inferior_registers): Likewise.
1163 (_initialize_sparc_nat): Set sparc_fpregset to
1164 sparc32_sunos4_fpregset if NULL.
1165 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1166 down into handler.
1167 (fill_fpregset): Likewise.
1168 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1169 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1170 use it to compute offsets.
1171 (sparc32_collect_fpregset): Likewise.
1172 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1173 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1174 down into handler.
1175 (fill_fpregset): Likewise.
1176 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1177 Likewise.
1178 (sparc64_linux_collect_core_fpregset): Likewise.
1179 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1180 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1181 use it to compute offsets.
1182 (sparc64_collect_fpregset): Likewise.
1183 (sparc64_bsd_fpregset): Define.
1184 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1185 sparc64_bsd_fpregset down into handler.
1186 (sparc64fbsd_collect_fpregset): Likewise.
1187 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1188 and pass sparc{32,64}_bsd_fpregset down into handler.
1189 (sparc64nbsd_collect_fpregset): Likewise.
1190 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1191 sparc64_bsd_fpregset down into handler.
1192 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1193 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1194 to sparc32_bsd_fpregset.
1195 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1196 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1197 (sparc32nbsd_supply_fpregset): Likewise.
1198
1199 2012-11-21 Tom Tromey <tromey@redhat.com>
1200
1201 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1202 field.
1203 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1204 Remove.
1205 * c-typeprint.c (c_type_print_base): Update.
1206
1207 2012-11-21 Yao Qi <yao@codesourcery.com>
1208
1209 PR tdep/7438
1210 * gdbarch.sh (smash_text_address): Remove.
1211 * gdbarch.c, gdbarch.h: Regenerate.
1212 * arm-tdep.c (arm_smash_text_address): Remove.
1213 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1214 * hppa-tdep.c (hppa_smash_text_address): Remove.
1215 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1216 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1217 Caller update.
1218 * coffread.c (coff_symtab_read): Caller update.
1219 * dbxread.c (process_one_symbol): Likewise.
1220 * elfread.c (record_minimal_symbol): Likewise.
1221 * somread.c (som_symtab_read): Likewise.
1222
1223 2012-11-20 Pierre Muller <muller@sourceware.org>
1224
1225 ARI fixes: sprintf rule.
1226 Replace sprintf function calls for char arrays by
1227 calls to xsnprintf calls.
1228 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1229 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1230 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1231 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1232 * breakpoint.c (condition_completer): Ditto.
1233 (create_tracepoint_from_upload): Ditto.
1234 * dwarf2read.c (file_full_name): Ditto.
1235 * gcore.c (gcore_command): Ditto.
1236 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1237 * go32-nat.c (go32_sysinfo): Ditto.
1238 * interps.c (interp_set): Ditto.
1239 * m32c-tdep.c (make_types): Ditto.
1240 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1241 * remote-m32r-sdi.c (m32r_open): Ditto.
1242 * sol-thread.c (td_err_string): Ditto.
1243 (td_state_string, solaris_pid_to_str): Ditto.
1244 * symtab.c (gdb_mangle_name): Ditto.
1245 * cli/cli-script.c (execute_control_command): Ditto.
1246 (define_command, document_command): Ditto.
1247 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1248 * tui/tui-stack.c (tui_make_status_line): Ditto.
1249 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1250
1251 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1252
1253 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1254 it when looking at ptr->func.
1255 * command.h (complete_on_cmdlist): Add a fourth arg.
1256 * completer.c (complete_line_internal): Add local ignore_help_classes,
1257 and set it to 1 when reason is not handle_help. Pass this down to
1258 lookup_cmd_1 and complete_on_cmdlist.
1259
1260 2012-11-20 Tom Tromey <tromey@redhat.com>
1261
1262 * completer.c (count_struct_fields): Remove.
1263 (expression_completer): Don't call count_struct_fields.
1264
1265 2012-11-20 Pedro Alves <palves@redhat.com>
1266
1267 * annotate.c (breakpoints_changed): Rename to ...
1268 (annotate_breakpoints_changed): ... this.
1269 (annotate_stopped, breakpoint_changed): Adjust caller.
1270 * annotate.h (breakpoints_changed): Rename to ...
1271 (annotate_breakpoints_changed): ... this.
1272 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1273 (do_map_commands_command, init_raw_breakpoint, clear_command)
1274 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1275
1276 2012-11-20 David S. Miller <davem@davemloft.net>
1277
1278 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1279 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1280 sysconf.
1281 (get_cores_used_by_process): Update comment.
1282
1283 2012-11-20 Yao Qi <yao@codesourcery.com>
1284
1285 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1286
1287 2012-11-20 Yao Qi <yao@codesourcery.com>
1288
1289 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1290 to deprecated_context_hook.
1291
1292 2012-11-19 Yao Qi <yao@codesourcery.com>
1293
1294 * infrun.c (infwait_state): Add static.
1295
1296 2012-11-16 Keith Seitz <keiths@redhat.com>
1297
1298 PR c++/13615
1299 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1300 parameter and pass it to lookup_symbol_file.
1301 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1302 to search base classes.
1303 (cp_lookup_symbol_namespace): Likewise.
1304 (lookup_namespace_scope): Likewise.
1305 (lookup_symbol_file): Add SEARCH parameter.
1306 If SEARCH is non-zero and no symbol is found, lookup the class
1307 and call cp_lookup_nested_symbol.
1308 (find_symbol_in_baseclass): New function.
1309 (cp_lookup_nested_symbol): Do not let
1310 cp_lookup_symbol_in_namespace search through base classes.
1311 Do that later when there is no global symbol match.
1312
1313 2012-11-16 Doug Evans <dje@google.com>
1314
1315 * main.c (gdb_datadir_provided): New static global.
1316 (get_init_files): If --data-directory is provided,
1317 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1318 * NEWS: Mention it.
1319
1320 2012-11-15 Pierre Muller <muller@sourceware.org>
1321
1322 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1323 * gdb_stat.h: Delete. Moved to common directory.
1324 * common/gdb_stat.h: New file.
1325 * gdb_wait.h: Delete. Moved to common directory.
1326 * common/gdb_wait.h: New file.
1327 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1328 location.
1329 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1330 location.
1331 (stat.h rule): Adapt to new gdb_stat.h location.
1332 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1333 <sys/stat.h> header.
1334 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1335 <sys/wait.h> header.
1336
1337 2012-11-15 Pierre Muller <muller@sourceware.org>
1338
1339 * configure.ac (AC_HEADER_STAT): Remove.
1340 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1341 and corresponding code.
1342 * configure: Regenerate.
1343 * config.in: Regenerate.
1344
1345 2012-11-15 Pierre Muller <muller@sourceware.org>
1346
1347 ARI xasprintf rule fixes.
1348 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1349 instead of xasprintf.
1350 (open_and_init_dwp_file): Ditto.
1351
1352 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1353
1354 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1355 target types.
1356
1357 2012-11-14 Tom Tromey <tromey@redhat.com>
1358
1359 * configure, config.in: Rebuild.
1360 * configure.ac: Don't check for ctype.h, time.h.
1361 * expprint.c: Don't use HAVE_CTYPE_H.
1362
1363 2012-11-13 Tom Tromey <tromey@redhat.com>
1364
1365 * gdbarch.h, gdbarch.c: Rebuild.
1366 * gdbarch.sh (set_target_gdbarch): Rename from
1367 deprecated_target_gdbarch_select_hack.
1368 * arch-utils.c (gdbarch_update_p): Update.
1369 (set_gdbarch_from_file): Update.
1370
1371 2012-11-14 Pierre Muller <muller@sourceware.org>
1372
1373 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1374 as responsible of contrib/ari directory.
1375
1376 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1377 Yao Qi <yao@codesourcery.com>
1378
1379 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1380 bit of EXC_RETURN.
1381 (arm_m_exception_cache, arm_m_exception_this_id)
1382 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1383 (arm_m_exception_unwind): New.
1384 (arm_gdbarch_init): Register arm_m_exception_unwind.
1385
1386 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1387
1388 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1389 parameter COUNT, for pattern filling of memory regions.
1390 * NEWS: Mention it.
1391
1392 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1393
1394 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1395 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1396 to print_source_lines ().
1397 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1398 flag.
1399 * source.c (print_source_lines_base): Prefix source line with
1400 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1401
1402 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1403
1404 * symtab.h (print_source_lines_flags): New enum.
1405 * source.c (print_source_lines_base): Change noerror to flags.
1406 (print_source_lines): Change noerror to flags.
1407
1408 2012-11-13 Pierre Muller <muller@sourceware.org>
1409
1410 ARI fixes: Avoid sprintf function use rule.
1411 * charset.c (convert_between_encodings): Use xsnprintf.
1412 * cli-out.c (cli_field_int): Likewise.
1413 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1414 * expprint.c (op_name_standard): Likewise.
1415 * frv-tdep.c (set_variant_num_gprs): Likewise.
1416 (set_variant_num_fprs): Likewise.
1417 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1418 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1419 (nto_init_solib_absolute_prefix): Likewise.
1420 * source.c (init_source_path): Likewise.
1421 (print_source_lines_base): Likewise.
1422 * valprint.c (print_wchar): Likewise.
1423 * mi/mi-out.c (mi_field_int): Likewise.
1424 windows-nat.c (windows_pid_to_exec_file): Likewise.
1425 (windows_create_inferior): Likewise.
1426 (_initialize_check_for_gdb_ini): Likewise.
1427
1428 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1429
1430 * frame.h (deprecated_frame_register_read): Renames
1431 frame_register_read.
1432 * frame.c (deprecated_frame_register_read): Renames
1433 frame_register_read. Update all callers.
1434 * i386-tdep.c: Update all callers of frame_register_read.
1435 * infcmd.c: Likewise.
1436 * jit.c: Likewise.
1437 * mips-tdep.c: Likewise.
1438 * mt-tdep.c: Likewise.
1439 * sh64-tdep.c: Likewise.
1440
1441 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1442
1443 * frame.h (frame_register_read): Remove FIXME comment.
1444 * frame.c (frame_register_read): Add suggestion explaining
1445 which function to use in place of this one.
1446
1447 2012-11-12 Tom Tromey <tromey@redhat.com>
1448
1449 * python/python.c (start_type_printers): Initialize 'result_obj'.
1450
1451 2012-11-12 Tom Tromey <tromey@redhat.com>
1452
1453 * NEWS: Update.
1454 * data-directory/Makefile.in (PYTHON_FILES): Add
1455 type_printers.py.
1456 * python/lib/gdb/command/type_printers.py: New file.
1457 * python/lib/gdb/command/types.py (TypePrinter): New class.
1458 (_get_some_type_recognizers, get_type_recognizers,
1459 apply_type_recognizers, register_type_printer): New
1460 functions.
1461 * python/py-objfile.c (objfile_object) <type_printers>: New
1462 field.
1463 (objfpy_dealloc): Decref new field.
1464 (objfpy_new): Set new field.
1465 (objfpy_get_type_printers, objfpy_set_type_printers): New
1466 functions.
1467 (objfile_to_objfile_object): Set new field.
1468 (objfile_getset): Add "type_printers".
1469 * python/py-progspace.c (pspace_object) <type_printers>: New
1470 field.
1471 (pspy_dealloc): Decref new field.
1472 (pspy_new): Set new field.
1473 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1474 (pspace_to_pspace_object): Set new field.
1475 (pspace_getset): Add "type_printers".
1476 * python/python.c (start_type_printers, apply_type_printers,
1477 free_type_printers): New functions.
1478 (_initialize_python): Set gdb.type_printers.
1479 * python/python.h (start_type_printers, apply_type_printers,
1480 free_type_printers): Declare.
1481 * typeprint.c (type_print_raw_options, default_ptype_flags):
1482 Update for new fields.
1483 (do_free_global_table, create_global_typedef_table,
1484 find_global_typedef): New functions.
1485 (find_typedef_in_hash): Use find_global_typedef.
1486 (whatis_exp): Use create_global_typedef_table. Change cleanup
1487 handling.
1488 * typeprint.h (struct type_print_options) <global_typedefs,
1489 global_printers>: New fields.
1490
1491 2012-11-12 Tom Tromey <tromey@redhat.com>
1492
1493 * c-typeprint.c (find_typedef_for_canonicalize,
1494 print_name_maybe_canonical): New functions.
1495 (c_print_type): Look up type name.
1496 (cp_type_print_derivation_info): Add flags argument. Use
1497 print_name_maybe_canonical.
1498 (cp_type_print_method_args): Add wrapping.
1499 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1500 (c_type_print_template_args): New function.
1501 (c_type_print_base): Change wrapping. Use
1502 print_name_maybe_canonical.
1503 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1504 type name lookups.
1505 * gdbtypes.c (types_equal): No longer static.
1506 * gdbtypes.h (types_equal): Declare.
1507 * typeprint.c (type_print_raw_options, default_ptype_flags):
1508 Update.
1509 (struct typedef_hash_table): New.
1510 (hash_typedef_field, eq_typedef_field,
1511 recursively_update_typedef_hash, add_template_parameters,
1512 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1513 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1514 copy_typedef_hash, find_typedef_in_hash): New functions.
1515 * typeprint.h (struct type_print_options) <local_typedefs>:
1516 New field.
1517 (recursively_update_typedef_hash, add_template_parameters,
1518 create_typedef_hash, free_typedef_hash,
1519 make_cleanup_free_typedef_hash, copy_typedef_hash,
1520 find_typedef_in_hash): Declare.
1521
1522 2012-11-12 Tom Tromey <tromey@redhat.com>
1523
1524 * cp-support.c (inspect_type,
1525 replace_typedefs_qualified_name, replace_typedefs): Add
1526 finder, data arguments. Call as needed.
1527 (cp_canonicalize_string_full): New function.
1528 (cp_canonicalize_string_no_typedefs): Rewrite.
1529 * cp-support.h (canonicalization_ftype): New typedef.
1530 (cp_canonicalize_string_full): Declare.
1531
1532 2012-11-12 Tom Tromey <tromey@redhat.com>
1533
1534 * NEWS: Update.
1535 * c-typeprint.c (c_type_print_base): Handle print_method and
1536 print_typedefs flags.
1537 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1538 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1539 options.
1540 * typeprint.c (type_print_raw_options, default_ptype_flags):
1541 Update for new field.s
1542 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1543 (setprinttypelist, showprinttypelist, print_methods,
1544 print_typedefs): New globals.
1545 (set_print_type, show_print_type, set_print_type_methods,
1546 show_print_type_methods, set_print_type_typedefs,
1547 show_print_type_typedefs): New functions.
1548 (_initialize_typeprint): Update documentation. Add "print
1549 type methods" and "print type typedefs" parameters.
1550 * typeprint.h (struct type_print_options) <print_methods,
1551 print_typedefs>: New fields.
1552
1553 2012-11-12 Tom Tromey <tromey@redhat.com>
1554
1555 * c-typeprint.c (cp_type_print_method_args): Add flags
1556 argument. Call c_print_type, not type_print.
1557 (c_type_print_base): Call c_print_type, not type_print.
1558 Update.
1559
1560 2012-11-12 Tom Tromey <tromey@redhat.com>
1561
1562 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1563 to type-printing functions.
1564 * ada-lang.h (ada_print_type): Add argument.
1565 * ada-typeprint.c (print_array_type, print_variant_clauses,
1566 print_variant_part, print_selected_record_field_types,
1567 print_record_field_types, print_unchecked_union_type,
1568 print_func_type, ada_print_type): Add flags argument.
1569 (ada_print_typedef): Update.
1570 * c-exp.y (OPERATOR conversion_type_id): Update.
1571 * c-lang.h (c_print_type, c_type_print_base): Update.
1572 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1573 c_type_print_modifier, c_type_print_args,
1574 c_type_print_varspec_suffix, c_type_print_base): Add flags
1575 argument.
1576 * cp-valprint.c (cp_print_class_member): Update.
1577 * dwarf2read.c (dwarf2_compute_name): Update.
1578 * f-lang.h (f_print_type): Add argument.
1579 * f-typeprint.c (f_print_type): Add flags argument.
1580 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1581 * go-lang.h (go_print_type): Add argument.
1582 * go-typeprint.c (go_print_type): Add flags argument.
1583 * jv-lang.h (java_print_type): Add argument.
1584 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1585 flags argument.
1586 * language.c (unk_lang_print_type): Add flags argument.
1587 * language.h (struct language_defn) <la_print_type>: Add flags
1588 argument.
1589 (LA_PRINT_TYPE): Likewise.
1590 * m2-lang.h (m2_print_type): Add argument.
1591 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1592 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1593 m2_unbounded_array, m2_record_fields): Add flags argument.
1594 * p-lang.h (pascal_print_type, pascal_type_print_base,
1595 pascal_type_print_varspec_prefix): Add argument.
1596 * p-typeprint.c (pascal_print_type,
1597 pascal_type_print_varspec_prefix, pascal_print_func_args,
1598 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1599 flags argument.
1600 * symmisc.c (print_symbol): Update.
1601 * typeprint.c (type_print_raw_options, default_ptype_flags):
1602 New globals.
1603 (type_print): Update.
1604 * typeprint.h (struct type_print_options): New.
1605 (type_print_raw_options): Declare.
1606 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1607
1608 2012-11-10 Keith Seitz <keiths@redhat.com>
1609
1610 * breakpoint.c (clear_command): Add cleanup for
1611 sals.sals if an argument is given.
1612
1613 * linespec.c (parse_linespec): Do cleanups after
1614 parsing a convenience variable.
1615
1616 2012-11-10 Keith Seitz <keiths@redhat.com>
1617
1618 PR gdb/14288
1619 * c-valprint.c (c_val_print): For character arrays
1620 with "print null" option on, print ellipses if
1621 the output is truncated and the next character is not \000.
1622 * valprint.c (MAX_WCHARS): Define.
1623 (WCHAR_BUFLEN): Likewise.
1624 (WCHAR_BUFLEN_MAX): Likewise.
1625 (struct converted_character): New structure.
1626 (count_next_character): New function.
1627 (print_converted_chars_to_obstack): New function.
1628 (generic_printstr): Rewrite using count_next_character
1629 and print_converted_chars_to_obstack.
1630
1631 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1632
1633 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1634 while executing the gdb command.
1635 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1636 are called from prompt_for_continue.
1637 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1638
1639 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1640
1641 PR tui/9584
1642
1643 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1644 but insert the command to execute in readline's buffer.
1645
1646 2012-11-09 Tom Tromey <tromey@redhat.com>
1647
1648 * gdbarch.sh (target_gdbarch): Remove macro.
1649 (get_target_gdbarch): Rename to target_gdbarch.
1650 * gdbarch.c, gdbarch.h: Rebuild.
1651 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1652 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1653 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1654 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1655 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1656 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1657 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1658 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1659 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1660 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1661 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1662 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1663 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1664 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1665 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1666 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1667 target-descriptions.c, target.c, target.h, tracepoint.c,
1668 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1669 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1670 python/py-inferior.c, python/python.c: Update.
1671
1672 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1673
1674 * source.c (print_source_lines_base): Add fullname field giving
1675 full path to file in mi output.
1676 * NEWS: Mention the new fullname field.
1677
1678 2012-11-09 Yao Qi <yao@codesourcery.com>
1679
1680 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1681
1682 2012-11-09 Pedro Alves <palves@redhat.com>
1683
1684 PR gdb/14306
1685
1686 * infrun.c: Include target-descriptions.h.
1687 (follow_exec): Fetch new target description.
1688
1689 2012-11-09 Yao Qi <yao@codesourcery.com>
1690
1691 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1692 0x8d (lea).
1693
1694 2012-11-09 Yao Qi <yao@codesourcery.com>
1695
1696 * breakpoint.c: Declare set_tracepoint_count.
1697 (install_breakpoint): Call set_tracepoint_count if B is a
1698 tracepoint.
1699 (trace_command): Don't call set_tracepoint_count. Re-indent.
1700 (strace_command, ftrace_command):
1701 (create_tracepoint_from_upload): Likewise.
1702
1703 2012-11-09 Pedro Alves <palves@redhat.com>
1704
1705 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1706 (get_target_gdbarch) <gdbarch.h>: New function.
1707 (startup_gdbarch) <gdbarch.h>: Declare.
1708 <gdbarch.c> (target_gdbarch): Delete.
1709 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1710 current inferior's gdbarch.
1711 <gdbarch.c> (get_target_gdbarch): New function.
1712 * inferior.c: Include target-descriptions.h.
1713 (free_inferior): Free target description info.
1714 (add_inferior_with_spaces): Set the inferior's initial
1715 architecture.
1716 (clone_inferior_command): Copy the original inferior's target
1717 description if it was user specified.
1718 (initialize_inferiors): Add comment.
1719 * inferior.h (struct target_desc_info): Forward declare.
1720 (struct inferior) <gdbarch>: New field.
1721 * linux-nat.c: Include target-descriptions.h.
1722 (linux_child_follow_fork): Copy the parent's architecture and
1723 target description to the child.
1724 * target-descriptions.c: Include inferior.h.
1725 (struct target_desc_info): New structure, holding the equivalents
1726 of ...
1727 (target_desc_fetched, current_target_desc)
1728 (target_description_filename): ... these removed globals.
1729 (get_tdesc_info, target_desc_info_from_user_p)
1730 (copy_inferior_target_desc_info, target_desc_info_free): New.
1731 (target_desc_fetched, current_target_desc)
1732 (target_description_filename): Reimplemented as convenience
1733 macros.
1734 (tdesc_filename_cmd_string): New global.
1735 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1736 tdescs filename ..." commands to the per-inferior equivalent.
1737 (show_tdesc_filename_cmd): Get the value to show from the
1738 per-inferior description filename.
1739 (_initilize_target_descriptions): Change the "set/show tdesc
1740 filename" commands' variable.
1741 * target-descriptions.h (struct target_desc, struct target_desc_info)
1742 (struct inferior): Forward declare.
1743 (target_find_description, target_clear_description)
1744 (target_current_description): Adjust comments.
1745 (copy_inferior_target_desc_info, target_desc_info_free)
1746 (target_desc_info_from_user_p). Declare.
1747
1748 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1749
1750 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1751 (tui_target_wait_hook): Remove.
1752 (tui_install_hooks): Install the about_to_proceed observer.
1753 (tui_remove_hooks): And remove it here.
1754
1755 2012-11-08 Tom Tromey <tromey@redhat.com>
1756
1757 * linux-tdep.c (linux_make_siginfo_note): New function.
1758 (linux_make_corefile_notes): Use it.
1759 * corelow.c (get_core_siginfo): New function.
1760 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1761
1762 2012-11-08 Tom Tromey <tromey@redhat.com>
1763
1764 PR gdb/14704:
1765 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1766 (zlib_decompress_section): Remove.
1767 (gdb_bfd_map_section): Only check for compressed section
1768 in mmap case. Use bfd_get_full_section_contents.
1769 * osabi.c (check_note): Add 'sectsize' argument. Read
1770 section data.
1771 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1772 section data. Update for check_note change.
1773 * xcoffread.c (xcoff_initial_scan): Use
1774 bfd_get_full_section_contents.
1775 * py-auto-load.c (auto_load_section_scripts): Use
1776 bfd_get_full_section_contents.
1777 * contrib/cc-with-tweaks.sh: Add -Z option.
1778
1779 2012-11-08 Tom Tromey <tromey@redhat.com>
1780
1781 * python/py-bpevent.c: Include defs.h.
1782 * python/py-continueevent.c: Include defs.h.
1783 * python/py-event.c: Include defs.h.
1784 * python/py-event.h: Don't include defs.h.
1785 * python/py-events.h: Don't include defs.h.
1786 * python/py-evts.c: Include defs.h.
1787 * python/py-exitedevent.c: Include defs.h.
1788 * python/py-newobjfileevent.c: Include defs.h.
1789 * python/py-signalevent.c: Include defs.h.
1790 * python/py-stopevent.c: Include defs.h.
1791 * python/py-threadevent.c: Include defs.h.
1792
1793 2012-11-08 Pierre Muller <muller@sourceware.org>
1794
1795 * update-web-ari.sh (print_heading): Add number of files
1796 checked.
1797 (nb_files): New variable counting the number of sources
1798 files found by gdb_find.sh script.
1799 (debug_awk): New variable to allow extra debug output.
1800 (indexes): Add more information if DEBUG_AWK is set.
1801
1802 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1803
1804 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1805 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1806 following the change in PLT call stubs on linker.
1807
1808 2012-11-08 Pierre Muller <muller@sourceware.org>
1809
1810 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1811 as default language.
1812 (AWK): Use = instead of == for sh test to avoid warning.
1813 (Linux rule): Correct [:digit] into [[:digit:]].
1814 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1815 (vasprintf rule): Adapt to common subdirectory moves.
1816 (xasprintf rule): Idem.
1817 (xvasprintf rule): Idem.
1818 (var_boolean rule): Accept occurence in == or != test.
1819
1820 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1821
1822 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1823
1824 * tui/tui-hooks.c (tui_inferior_exit): New function.
1825 (tui_detach_hook): Remove.
1826 (tui_install_hooks): Install the inferior exit observer.
1827 (tui_remove_hooks): Remove it.
1828
1829 2012-11-08 Yao Qi <yao@codesourcery.com>
1830
1831 PR gdb/14777.
1832 * source.c (_initialize_source): Call add_com_alias to abbreviate
1833 'forward-search' as 'fo'.
1834
1835 2012-11-07 Pedro Alves <palves@redhat.com>
1836
1837 * arm-tdep.c: Make defs.h be the first include.
1838 * coff-pe-read.c: Ditto.
1839 * gnu-nat.c: Ditto.
1840 * go32-nat.c: Ditto.
1841 * i386-nat.c: Ditto.
1842 * ppcnbsd-nat.c: Ditto.
1843 * ada-varobj.h: Don't include defs.h.
1844 * i386-darwin-tdep.h: Ditto.
1845 * i386-nat.h: Ditto.
1846
1847 2012-11-07 Pedro Alves <palves@redhat.com>
1848
1849 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1850 Committee.
1851
1852 2012-11-07 Pierre Muller <muller@sourceware.org>
1853
1854 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1855 File already uses "gdb_dirent.h" header.
1856
1857 2012-11-07 Yao Qi <yao@codesourcery.com>
1858
1859 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1860 tracepoint_count'.
1861
1862 2012-11-06 Tom Tromey <tromey@redhat.com>
1863
1864 * target.h (inferior_has_forked, inferior_has_vforked)
1865 (inferior_has_execd, inferior_has_called_syscall): Remove
1866 declarations.
1867
1868 2012-11-06 Pierre Muller <muller@sourceware.org>
1869
1870 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1871 add missing internalization markup.
1872
1873 2012-11-06 Pedro Alves <palves@redhat.com>
1874
1875 PR gdb/14810
1876
1877 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1878
1879 2012-11-06 Pierre Muller <muller@sourceware.org>
1880
1881 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1882 is not executable.
1883
1884 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1885
1886 * gnulib/update-gnulib.sh: New script.
1887
1888 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1889
1890 * MAINTAINERS: Update my email address.
1891
1892 2012-11-05 Tom Tromey <tromey@redhat.com>
1893
1894 * frame.c (put_frame_register): Don't use temporary buffer.
1895
1896 2012-11-05 Pedro Alves <palves@redhat.com>
1897
1898 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1899 child. Clear 'pending_detach'.
1900 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1901 'pending_detach' in the vfork parent.
1902
1903 2012-11-05 Doug Evans <dje@google.com>
1904
1905 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1906 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1907 * dwarf2read.c: #include "elf-bfd.h".
1908 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1909 (dwop_section_names): Renamed from dwo_section names. All uses
1910 updated. Add entries for .debug_cu_index, .debug_tu_index.
1911 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1912 All uses updated.
1913 (struct dwp_sections): New type.
1914 (struct virtual_dwo_sections): New type.
1915 (struct dwp_hash_table): New type.
1916 (struct dwp_file): New type.
1917 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1918 read in. Handle DWOs coming from DWP files.
1919 (lookup_dwo_file_slot): New function.
1920 (dwarf2_locate_dwo_sections): Move definition closer to use.
1921 (create_dwo_debug_info_hash_table_reader): Renamed from
1922 create_debug_info_hash_table_reader. All callers updated.
1923 (create_dwo_debug_info_hash_table): Renamed from
1924 create_debug_info_hash_table. All callers updated.
1925 (create_dwp_hash_table): New function.
1926 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1927 (lookup_dwo_in_dwp): New function.
1928 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1929 is_dwp. All callers updated.
1930 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1931 (open_and_init_dwo_file): Renamed from init_dwo_file.
1932 All callers updated.
1933 (lookup_dwo_file): Delete.
1934 (dwarf2_locate_dwp_sections): New function.
1935 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1936 (allocate_dwp_loaded_cutus_table): New function.
1937 (open_and_init_dwp_file): New function.
1938 (lookup_dwo_cutu): New function.
1939 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1940
1941 2012-11-03 Yao Qi <yao@codesourcery.com>
1942
1943 Fix PR gdb/14617.
1944 * breakpoint.c (trace_pass_set_count): Call
1945 observer_notify_breakpoint_modified instead of
1946 observer_notify_tracepoint_modified.
1947 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1948
1949 2012-11-02 Tom Tromey <tromey@redhat.com>
1950
1951 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1952 argument to complete_on_enum.
1953
1954 2012-11-02 Tom Tromey <tromey@redhat.com>
1955
1956 * configure: Rebuild.
1957 * configure.ac (build_warnings): Add -Wempty-body.
1958 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1959 * remote.c (handle_notification): Use braces for empty 'else' body.
1960 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1961 'else' body.
1962 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1963 'else' body.
1964 * solib-som.c (som_relocate_section_addresses): Use braces
1965 for empty 'else' body.
1966 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1967 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1968
1969 2012-11-02 Pedro Alves <palves@redhat.com>
1970
1971 PR gdb/14766
1972
1973 * infrun.c (handle_inferior_event)
1974 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1975 null_ptid before handling a vfork child exec or exit. Switch to
1976 the event ptid afterwards.
1977
1978 2012-11-02 Yao Qi <yao@codesourcery.com>
1979
1980 * std-operator.def: Remove OP_LABELED.
1981 * eval.c: Remove the declaration of 'get_label'.
1982 (get_label): Remove.
1983 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1984 Update comment.
1985 Remove local variable 'variantno' and related code.
1986 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1987 with 'fieldno'.
1988 * expprint.c (print_subexp_standard): Likewise.
1989 (dump_subexp_body_standard): Likewise.
1990 * parse.c (operator_length_standard): Likewise.
1991
1992 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1993
1994 Incorporate ARI web page generator into GDB sources.
1995 * contrib/ari/create-web-ari-in-src.sh: New file.
1996 * contrib/ari/gdb_ari.sh: New file.
1997 * contrib/ari/gdb_find.sh: New file.
1998 * contrib/ari/update-web-ari.sh: New file.
1999
2000 2012-10-31 Tom Tromey <tromey@redhat.com>
2001
2002 * gdbarch.c: Rebuild.
2003 * gdbarch.sh: Remove references to gdbarch_swap.
2004 * corelow.c (core_open): Remove obsolete comment.
2005
2006 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2007
2008 PR cli/14772
2009 * c-typeprint.c (c_print_type): Don't print a space for vector
2010 types, this is handled within the suffix.
2011 (c_type_print_varspec_suffix): Add a space to vector suffix.
2012
2013 2012-10-26 Pedro Alves <palves@redhat.com>
2014
2015 * amd64-tdep.c (amd64_relocate_instruction): Use
2016 store_unsigned_integer instead of memcpy.
2017 * i386-tdep.c (i386_relocate_instruction): Ditto.
2018
2019 2012-10-26 Pedro Alves <palves@redhat.com>
2020
2021 * infrun.c (handle_inferior_event): Merge handling of
2022 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2023 switch case.
2024
2025 2012-10-26 Pedro Alves <palves@redhat.com>
2026
2027 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2028 Remove comment.
2029
2030 2012-10-26 Pedro Alves <palves@redhat.com>
2031
2032 * target.c (target_waitstatus_to_string): Handle
2033 TARGET_WAITKIND_VFORK_DONE.
2034
2035 2012-10-26 Pedro Alves <palves@redhat.com>
2036
2037 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2038 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2039
2040 2012-10-24 Tristan Gingold <gingold@adacore.com>
2041
2042 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2043 Add comments.
2044
2045 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2046
2047 * ravenscar-thread.c (ravenscar_wait): Only update the list
2048 of threads and inferior_ptid if the inferior is still alive.
2049
2050 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2051
2052 * ada-lang.c (is_known_support_routine): Use lbasename when
2053 matching the symtab's filename against
2054 known_runtime_file_name_patterns.
2055
2056 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2057
2058 * ada-lang.c (ada_same_array_size_p): New function.
2059 (ada_promote_array_of_integrals): New function.
2060 (coerce_for_assign): Add handling of arrays where the elements
2061 are integrals of a smaller size than the size of the target
2062 array element type.
2063
2064 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2065
2066 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2067 against maximum exponent value.
2068
2069 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2070
2071 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2072 "unwind-seh.c".
2073
2074 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2075
2076 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2077 strip typedef layer when computing the fixed type's field type,
2078 only when computing its size.
2079
2080 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2081
2082 PR gdb/12783
2083 * i386-tdep.c (i386_return_value): Handle complex double and long
2084 double.
2085
2086 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2087
2088 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2089 New local variable args_len.
2090 Quote the name of the executable when computing the command line.
2091
2092 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2093
2094 PR gdb/12796
2095 PR gdb/12798
2096 PR gdb/12800
2097 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2098 AMD64_FTAG_REGNUM.
2099 * amd64-tdep.c (amd64_classify): Classify complex types.
2100 (amd64_return_value): Handle the COMPLEX_X87 class.
2101
2102 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2103
2104 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2105 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2106
2107 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2108
2109 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2110 function.
2111 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2112 to amd64_windows_auto_wide_charset.
2113
2114 2012-10-23 Yao Qi <yao@codesourcery.com>
2115
2116 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2117 * event-top.h: Remove its declaration.
2118 (async_request_quit): Call mark_async_signal_handler instead of
2119 mark_async_signal_handler_wrapper.
2120 (async_do_nothing, async_disconnect): Likewise.
2121 (async_stop_sig): Likewise.
2122 * remote.c (handle_remote_sigint): Likewise.
2123 (handle_remote_sigint_twice): Likewise.
2124
2125 2012-10-23 Yao Qi <yao@codesourcery.com>
2126
2127 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2128 with 'static struct async_signal_handler *'.
2129 (sighup_token, sigquit_token, sigstp_token): Likewise.
2130
2131 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2132
2133 * gdbarch.sh (function_list): Use 'pstring' when printing
2134 a variable which could return NULL.
2135 * gdbarch.c: Regenerate.
2136
2137 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2138 Tom Tromey <tromey@redhat.com>
2139
2140 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2141 inneffective if condition by gdb assertion. Add function
2142 description comment.
2143
2144 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2145
2146 * parser-defs.h (struct exp_descriptor): Document constraint
2147 on return value for "op_name" callbacks.
2148
2149 2012-10-18 Tom Tromey <tromey@redhat.com>
2150
2151 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2152 * symtab.c (iterate_over_some_symtabs): Constify.
2153 * source.h (symtab_to_fullname): Return 'const char *'.
2154 * source.c (symtab_to_fullname): Return 'const char *'.
2155 * python/py-symtab.c (stpy_fullname): Constify.
2156 * cli/cli-cmds.c (edit_command): Constify.
2157 * breakpoint.c (print_breakpoint_location)
2158 (update_static_tracepoint): Constify.
2159
2160 2012-10-18 Tom Tromey <tromey@redhat.com>
2161
2162 * breakpoint.c (compare_breakpoints): Fix comparison.
2163
2164 2012-10-18 Tom Tromey <tromey@redhat.com>
2165
2166 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2167 gdb_wchar_t to convert_between_encodings.
2168
2169 2012-10-17 Yao Qi <yao@codesourcery.com>
2170
2171 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2172 more parameter 'inferior'.
2173 * corefile.c (write_memory_with_notification): Caller update.
2174
2175 * mi/mi-cmd-var.c: Include "mi-main.h".
2176 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2177 to 1 and restore it later.
2178 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2179 and "data-write-memory-bytes.
2180 * mi/mi-interp.c: Include objfiles.h.
2181 (mi_interpreter_init): Call observer_attach_memory_changed.
2182 (mi_memory_changed): New.
2183 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2184 New field.
2185
2186 * NEWS: Mention new MI notification "memory-changed".
2187
2188 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2189
2190 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2191
2192 2012-10-15 Doug Evans <dje@google.com>
2193
2194 New option -nh: inhibit loading of ~/.gdbinit.
2195 * NEWS: Mention -nh.
2196 * main.c (captured_main): Recognize and process -nh.
2197 (print_gdb_help): Mention -nh.
2198 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2199
2200 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2201
2202 PR backtrace/14646
2203 PR gdb/14647
2204 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2205 pc_regnum_from_eax.
2206 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2207 nor pc_regnum_from_eax.
2208 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2209 nor pc_regnum_from_eax.
2210
2211 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2212
2213 Fix entry values resolving in inlined frames.
2214 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2215 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2216 entries of FRAME.
2217
2218 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2219
2220 * configure.ac: Build with -DMS_WIN64 if building with Python
2221 enabled using GCC on amd64-windows.
2222 * configure: Regenerate.
2223
2224 2012-10-15 Tom Tromey <tromey@redhat.com>
2225
2226 PR python/14635:
2227 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2228 to Py_None.
2229
2230 2012-10-15 Tom Tromey <tromey@redhat.com>
2231
2232 PR python/14634:
2233 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2234
2235 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2236
2237 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2238 reset thread numbering back to 1.
2239
2240 2012-10-11 Doug Evans <dje@google.com>
2241
2242 PR breakpoints/14643.
2243 * linespec.c (struct ls_parser): New member keyword_ok.
2244 (linespec_lexer_lex_string): Add comment.
2245 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2246 for one.
2247 (parse_linespec): Set keyword_ok.
2248
2249 2012-10-10 Doug Evans <dje@google.com>
2250
2251 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2252 "0x" prefix on address in log message.
2253
2254 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2255 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2256 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2257 (lookup_dwo_file): Add const to dwo_name parameter.
2258 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2259
2260 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 Fix crash during stepping on ppc32.
2263 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2264 SYM.
2265
2266 2012-10-03 Doug Evans <dje@google.com>
2267
2268 PR symtab/14601
2269 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2270
2271 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2272
2273 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2274 output and use uint32_t not long to ensure 4 byte size.
2275
2276 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2277
2278 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2279 unref'ed it.
2280
2281 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2282
2283 * target.c (simple_search_memory): Include access length in
2284 warning message.
2285
2286 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2287 Edjunior Machado <emachado@linux.vnet.ibm.com>
2288
2289 PR gdb/13989
2290 * solib.c (solib_find): Prevent GDB from loading native libraries when
2291 debugging a cross-target corefile.
2292
2293 2012-09-28 selven <pcthegreat@gmail.com>
2294
2295 Make definition match declaration.
2296
2297 * regcache.c (regcache_register_status): Change return type to
2298 enum register_status.
2299
2300 2012-09-28 Yao Qi <yao@codesourcery.com>
2301
2302 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2303 write_memory_with_notification instead of write_memory.
2304 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2305 instead of target_write_memory.
2306
2307 2012-09-28 Yao Qi <yao@codesourcery.com>
2308
2309 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2310 when the length of content is not an even number.
2311
2312 2012-09-27 Tom Tromey <tromey@redhat.com>
2313
2314 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2315 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2316
2317 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2318
2319 * sol-thread.c (sol_thread_fetch_registers)
2320 (sol_thread_store_registers): Delete commented out code.
2321
2322 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2323
2324 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2325 Move these functions to sparc-sol-thread.c.
2326 * sparc-sol-thread.c: New file.
2327 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2328 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2329 configurations.
2330 * configure: Regenerate.
2331
2332 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2333
2334 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2335 Remove commented-out code.
2336
2337 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2338
2339 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2340 Enable this code for sparc hosts only.
2341
2342 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2343
2344 * procfs.h (procfs_find_LDT_entry): Add declaration.
2345 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2346 function procfs_find_LDT_entry.
2347
2348 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2349
2350 * procfs.c (proc_get_LDT_entry): Make static.
2351
2352 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2353
2354 * procfs.c (proc_find_memory_regions): Fix declaration.
2355
2356 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2357
2358 * amd64-tdep.c (amd64_return_value): Revert previous change
2359 that used TYPE_LENGTH directly.
2360 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2361 (bfin_store_return_value): Likewise.
2362 * cris-tdep.c (cris_store_return_value): Likewise.
2363 (cris_extract_return_value): Likewise.
2364 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2365 * hppa-tdep.c (hppa64_return_value): Likewise.
2366 * lm32-tdep.c (lm32_store_return_value): Likewise.
2367 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2368 * spu-tdep.c (spu_value_from_register): Likewise.
2369 * vax-tdep.c (vax_return_value): Likewise.
2370
2371 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2372
2373 * gdbtypes.c (lookup_array_range_type): Expand parameters
2374 LOW_BOUND and HIGH_BOUND to LONGEST.
2375 (lookup_string_range_type): Likewise.
2376 * gdbtypes.h (lookup_array_range_type): Likewise.
2377 (lookup_string_range_type): Likewise.
2378 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2379 Expand HIGHBOUND to ssize_t.
2380 (value_string): Likewise.
2381 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2382 (value_string): Likewise.
2383
2384 2012-09-27 Yao Qi <yao@codesourcery.com>
2385
2386 PR breakpoints/13898
2387 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2388 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2389 per breakpoint type.
2390
2391 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2392
2393 * procfs.c: Add gdb_bfd header.
2394 * rs6000-nat.c: Likewise.
2395 * solib-pa64.c: Likewise.
2396 * spu-linux-nat.c: Likewise.
2397 * windows-nat.c: Likewise.
2398
2399 2012-09-26 Tom Tromey <tromey@redhat.com>
2400
2401 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2402
2403 2012-09-26 Tom Tromey <tromey@redhat.com>
2404
2405 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2406 (read_common_block): Handle child DIEs with
2407 DW_AT_data_member_location.
2408 (new_symbol_full): Add special case for common blocks.
2409
2410 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2411 Tom Tromey <tromey@redhat.com>
2412
2413 * dwarf2read.c (read_common_block): Rewrite.
2414 (new_symbol_full): Handle DW_TAG_common_block.
2415 * f-lang.c (head_common_list, find_common_for_function):
2416 Remove.
2417 * f-lang.h (struct common_entry, struct saved_f77_common,
2418 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2419 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2420 BLANK_COMMON_NAME_LOCAL): Remove.
2421 (struct common_block): New.
2422 * f-valprint.c (list_all_visible_commons): Remove.
2423 (info_common_command_for_block): New function.
2424 (info_common_command): Use it.
2425 * stack.c (iterate_over_block_locals): Special case for
2426 COMMON_BLOCK_DOMAIN.
2427 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2428 constant.
2429 (struct general_symbol_info) <value.common_block>: New field.
2430 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2431
2432 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2433 Tom Tromey <tromey@redhat.com>
2434
2435 * f-lang.c (allocate_saved_bf_node,
2436 allocate_saved_function_node, allocate_saved_f77_common_node,
2437 allocate_common_entry_node, tail_common_list, current_common,
2438 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2439 tmp_bf_ptr, add_common_block, add_common_entry,
2440 find_first_common_named, patch_common_entries,
2441 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2442 global_remote_debug, get_bf_for_fcn, saved_function_list,
2443 saved_function_list_end, clear_function_list, struct saved_fcn,
2444 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2445 SAVED_BF, SAVED_BF_PTR): Remove.
2446 * f-lang.h (tail_common_list, current_common,
2447 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2448 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2449 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2450 real_main_c_value): Remove.
2451 * f-valprint.c (there_is_a_visible_common_named): Remove.
2452
2453 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2454
2455 * breakpoint.c (update_global_location_list): Ignore previous
2456 duplicate status of a breakpoint when starting a new scan for
2457 duplicate breakpoints.
2458
2459 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2460 PR breakpoints/14419
2461 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2462 support LLVM compiler.
2463
2464 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2465
2466 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2467 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2468 (bfin_store_return_value): Likewise.
2469 * cris-tdep.c (cris_store_return_value): Likewise.
2470 (cris_extract_return_value): Likewise.
2471 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2472 * hppa-tdep.c (hppa64_return_value): Likewise.
2473 * lm32-tdep.c (lm32_store_return_value): Likewise.
2474 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2475 * spu-tdep.c (spu_value_from_register): Likewise.
2476 * vax-tdep.c (vax_return_value): Likewise.
2477
2478 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2479
2480 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2481 parameter LEN to ssize_t.
2482
2483 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2484
2485 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2486 variable LEN.
2487 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2488 directly.
2489 (alpha_store_return_value): Likewise.
2490 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2491 (amd64_push_arguments): Likewise.
2492 * ax-gdb.c (gen_trace_static_fields): Likewise.
2493 (gen_traced_pop): Likewise.
2494 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2495 * breakpoint.c (update_watchpoint): Likewise.
2496 * findcmd.c (parse_find_args): Use local variable for type
2497 instead of length.
2498 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2499 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2500 (h8300_store_return_value): Likewise.
2501 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2502 Use i386_darwin_arg_type_alignment directly.
2503 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2504 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2505 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2506 (m68hc11_extract_return_value): Likewise.
2507 * mep-tdep.c (mep_push_dummy_call): Likewise.
2508 * printcmd.c (float_type_from_length): Likewise.
2509 * s390-tdep.c (s390_value_from_register): Likewise.
2510 * stack.c (read_frame_arg): Likewise.
2511 * tracepoint.c (encode_actions_1): Likewise.
2512 * valops.c (value_fetch_lazy): Use local variable for type
2513 instead of length. Use TYPE_LENGTH directly.
2514 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2515
2516 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2517
2518 * symtab.c (skip_prologue_sal): Fix typo in comment.
2519
2520 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2521
2522 * linespec.c (create_sals_line_offset): Fix typo in comment.
2523
2524 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2525
2526 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2527 use plongest to print the array size.
2528
2529 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2530
2531 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2532 * p-valprint.c (pascal_type_print_base): Likewise.
2533
2534 2012-09-22 Yao Qi <yao@codesourcery.com>
2535
2536 * remote.c (remote_get_trace_status): Remove setting default
2537 values of fields of 'ts'.
2538
2539 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 Fix internal error on canonicalization of clang types.
2542 * cp-name-parser.y (operator): New comment at make_operator call for
2543 new, delete, new[] and delete[].
2544 (exp): Use "sizeof ". Add new comment at make_operator call.
2545
2546 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2547
2548 Fix disassemble without parameters in tailcall frame.
2549 * cli/cli-cmds.c (disassemble_current_function): Use
2550 get_frame_address_in_block.
2551
2552 2012-09-21 Tom Tromey <tromey@redhat.com>
2553
2554 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2555 TYPE_CODE_UNION>: Unify, removing a goto.
2556
2557 2012-09-21 Tom Tromey <tromey@redhat.com>
2558
2559 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2560
2561 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2562
2563 * findvar.c (read_frame_register_value): Mark the result value as
2564 optimized out if any of the input registers have been optimized out.
2565
2566 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2567
2568 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2569
2570 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2571
2572 * eval.c (evaluate_subexp_standard): Eliminate single-use
2573 variable LOWER.
2574
2575 2012-09-21 Yao Qi <yao@codesourcery.com>
2576
2577 * mi/mi-interp.c: Declare mi_record_changed.
2578 (mi_interpreter_init): Call observer_attach_record_changed.
2579 (mi_record_changed): New.
2580 * record.c (record_open): Call observer_notify_record_changed.
2581 (cmd_record_stop): Call observer_notify_record_changed.
2582 * NEWS: Mention it.
2583
2584 2012-09-20 Tom Tromey <tromey@redhat.com>
2585
2586 * NEWS: Update.
2587 * python/python.c (finalize_python): New function.
2588 (_initialize_python): Make a final cleanup.
2589
2590 2012-09-19 Doug Evans <dje@google.com>
2591
2592 * buildsym.h (param_symbols): Delete, unused.
2593 (context_stack): Delete member "params", unused.
2594 * buildsym.c (push_context): Update.
2595 * dwarf2read.c (read_func_scope): Update.
2596
2597 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2598
2599 * sh-tdep.c (sh_register_convert_to_virtual)
2600 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2601 all callers. Just do a memcpy if not the little-endian case.
2602
2603 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2604 set_gdbarch_double_format and set_gdbarch_long_double_format.
2605 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2606 set_gdbarch_double_format.
2607 * sh-tdep.c (sh_gdbarch_init): Likewise.
2608
2609 * NEWS: Document the removal of SH's 'regs' command.
2610 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2611 command.
2612
2613 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2614
2615 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2616 `jump'.
2617
2618 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2619
2620 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2621 language when iterating over symbols.
2622
2623 2012-09-18 Yao Qi <yao@codesourcery.com>
2624
2625 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2626 (mi_interpreter_init): Call observer_attach_tsv_created and
2627 observer_attach_tsv_deleted.
2628 (mi_tsv_created, mi_tsv_deleted): New.
2629 * tracepoint.c (delete_trace_state_variable): Call
2630 observer_notify_tsv_deleted.
2631 (trace_variable_command): Call observer_notify_tsv_created.
2632 (delete_trace_variable_command): Call
2633 observer_notify_tsv_deleted.
2634 (create_tsv_from_upload): Call observer_notify_tsv_created.
2635 * NEWS: Mention it.
2636
2637 2012-09-18 Yao Qi <yao@codesourcery.com>
2638
2639 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2640 if traceframe changed.
2641 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2642 "trace-find".
2643 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2644 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2645 'traceframe_changed'.
2646 (mi_traceframe_changed): New.
2647 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2648 New field.
2649 * NEWS: Mention the new MI notification.
2650
2651 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2652
2653 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2654
2655 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2658 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2659 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2660 Extend code also for PaX support. Convert all gdb_assert to warning
2661 calls.
2662
2663 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 Implement auto-load user conveniences suggested by Doug Evans.
2666 * auto-load.c: Include top.h.
2667 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2668 (_initialize_auto_load): New variable scripts_directory_help. Mention
2669 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2670 scripts-directory. Document in online help one can use also files for
2671 set auto-load safe-path.
2672 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2673 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2674
2675 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2676
2677 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2678 of LEN.
2679
2680 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2681
2682 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2683 ELTLEN and use TYPE_LENGTH directly.
2684 (m2_val_print): Likewise.
2685 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2686 variable LEN and use TYPE_LENGTH directly.
2687 (m68k_svr4_store_return_value): Likewise.
2688 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2689 ARGLEN and use TYPE_LENGTH directly.
2690 (mips_o64_push_dummy_call): Likewise.
2691 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2692 variable LENGTH and use TYPE_LENGTH directly.
2693 (s390_function_arg_float): Likewise.
2694 (s390_function_arg_integer): Likewise.
2695 (s390_push_dummy_call): Likewise.
2696 (s390_return_value_convention): Likewise.
2697 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2698 TYPE_LENGTH directly.
2699
2700 2012-09-17 Yao Qi <yao@codesourcery.com>
2701
2702 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2703 Update comment to add_setshow_integer_cmd.
2704 * cli/cli-setshow.c (do_set_command): Handle case
2705 'var_zuinteger_unlimited'.
2706 (do_show_command): Likewise.
2707 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2708 for command 'remotetimeout'.
2709 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2710 to var_integer.
2711 * source.c (_initialize_source): Call
2712 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2713
2714 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2715
2716 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2717 variable LEN.
2718
2719 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2720
2721 PR 14119
2722 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2723 (frame_pop): Drop also TAILCALL_FRAME frames.
2724 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2725
2726 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2727 Pedro Alves <palves@redhat.com>
2728
2729 PR 14548
2730 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2731 function start if we are already at function start. Both for
2732 reverse-next and for reverse-step into function without line number
2733 info.
2734
2735 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2736
2737 Code cleanup - rename 'inline' depth to 'artificial' depth.
2738 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2739 frame_id_artificial_p, extend the comment.
2740 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2741 * frame.c (fprint_frame_id): Rename at a user, change debug output
2742 text to "artificial=".
2743 (skip_inlined_frames): Rename to ...
2744 (skip_artificial_frames): ... here. Extend the comment.
2745 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2746 (frame_id_inlined_p): Rename to ...
2747 (frame_id_artificial_p): ... here. Rename at a user.
2748 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2749 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2750 at a user.
2751 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2752 Extend the comment.
2753 (frame_id_inlined_p): Rename to ...
2754 (frame_id_artificial_p): ... here.
2755 * inline-frame.c (inline_frame_this_id): Rename at a user.
2756
2757 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2758
2759 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2760 vector variables using vector_size syntax rather than array
2761 syntax.
2762
2763 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2764
2765 * valarith.c (value_concat): Replace unsafe ALLOCA with
2766 XMALLOC/XFREE.
2767
2768 2012-09-14 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2771
2772 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2773
2774 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2775 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2776 data-directory as appropriate.
2777
2778 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2779
2780 * printcmd.c (ui_printf): Eliminate single-use variable
2781 PARAM_LEN.
2782
2783 2012-09-14 Yao Qi <yao@codesourcery.com>
2784 Pedro Alves <palves@redhat.com>
2785
2786 * valops.c (value_assign): Move observer_notify_target_changed
2787 below to replace reinit_frame_cache.
2788
2789 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2790
2791 Refactor Python "gdb" module into a proper Python package, by
2792 introducing a new "_gdb" module for code implemented in C, and
2793 using reload/__import__ instead of exec.
2794 * python/lib/gdb/__init__.py: Import * from _gdb.
2795 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2796 prompt_hook, sys.argv): Moved from finish_python_initialization.
2797 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2798 (packages, auto_load_packages): New list and function replacing
2799 module_dict and auto-loading code, using __file__ instead of
2800 gdb.PYTHONDIR and reload/__import__ instead of exec.
2801 (GdbSetPythonDirectory): Replacing function of the same name
2802 from finish_python_initialization, using reload/__import__ instead
2803 of exec, as well as call auto_load_packages.
2804 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2805 gdb_python_module and not gdb_module.
2806 * python/python-internal.h (gdb_python_module): Declare.
2807 * python/python.c (gdb_python_module): New global.
2808 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2809 (_initialize_python): Rename gdb module to _gdb.
2810 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2811 (finish_python_initialization): Move Python code to
2812 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2813 __main__.
2814
2815 2012-09-13 Pedro Alves <palves@redhat.com>
2816
2817 * Makefile.in (COMMON_OBS): Add registry.o.
2818 * registry.c: New file.
2819 * registry.h (struct registry_container): Declare.
2820 (registry_data_callback): New typedef.
2821 (struct registry_data, struct registry_data_registration, struct
2822 registry_data_registry): New type.
2823 (register_data_with_cleanup, registry_alloc_data)
2824 (registry_callback_adaptor, registry_clear_data)
2825 (registry_container_free_data, registry_set_data, registry_data):
2826 Declare.
2827 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2828 the new common structures and functions.
2829 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2830 callback typedefs.
2831
2832 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2833
2834 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2835 there is an error inserting hardware breakpoints and use the
2836 error message from the target.
2837
2838 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2839 Catch this exception and print the error message contained within.
2840 Do not print the default hardware error breakpoint message in this
2841 case.
2842
2843 2012-09-12 Doug Evans <dje@google.com>
2844
2845 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2846 cu == NULL.
2847
2848 2012-09-11 Doug Evans <dje@google.com>
2849
2850 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2851 .gdb_index symbol attributes if there are none.
2852
2853 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2854
2855 * symtab.h (struct minimal_symbol) [has_size]: New field.
2856 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2857 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2858 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2859 minimal symbols if the symbol's size is actually known.
2860 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2861 of msymbol's size field. Add comment.
2862 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2863 SET_MSYMBOL_SIZE to set the minimal symbol size.
2864
2865 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2866
2867 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2868 minimal_symbol struct object, rather than setting some of its
2869 fields one by one.
2870
2871 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2872
2873 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2874 passed_a_ptr flag when displaying typedef types.
2875
2876 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2877
2878 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2879 the optimized_out flag is preserved.
2880
2881 2012-09-10 Anthony Green <green@moxielogic.com>
2882
2883 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2884 prologue changes in GCC.
2885
2886 2012-09-10 Keith Seitz <keiths@redhat.com>
2887
2888 PR gdb/13483
2889 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2890 (BOOL_CONVERSION_BADNESS): ... this.
2891 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2892 (rank_one_type): Allow all boolean conversions
2893 permitted by the standard.
2894
2895 2012-09-06 Tom Tromey <tromey@redhat.com>
2896
2897 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2898 Don't decref py_objfile.
2899
2900 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2901
2902 Do not enable -lmcheck by default when Python is enabled with
2903 threading support.
2904 * configure.ac: (python_has_threads) New variable, by testing
2905 if WITH_THREAD is defined in Python.h.
2906 Move --enable-lmcheck after --with-python.
2907 Do not enable -lmcheck by default if python_has_threads=yes.
2908 Warn if --enable-lmcheck and python_has_threads=yes.
2909 * configure: Regenerate.
2910
2911 2012-08-31 Yao Qi <yao@codesourcery.com>
2912
2913 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2914 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2915 Update some commands.
2916 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2917 * mi/mi-main.c (mi_cmd_execute): Set
2918 '*parse->cmd->suppress_notification' to 1.
2919
2920 2012-08-31 Yao Qi <yao@codesourcery.com>
2921
2922 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2923
2924 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2925
2926 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2927
2928 2012-08-29 Doug Evans <dje@google.com>
2929
2930 * main.c (print_gdb_help): Remove reference to
2931 --use-deprecated-index-sections.
2932
2933 2012-08-28 Yao Qi <yao@codesourcery.com>
2934
2935 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2936 (init_cmds): Call add_setshow_uinteger_cmd for command
2937 'max-user-call-depth'.
2938 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2939 declaration of 'max_user_call_depth'.
2940 * frame.c (backtrace_limit): Add 'unsigned'.
2941 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2942 'limit'.
2943 * remote.c (remoteaddresssize): Add 'unsigned'.
2944 (remote_address_masked): Change local var 'address_size' to
2945 'unsigned'.
2946 (_initialize_remote): Call add_setshow_uinteger_cmd for
2947 'remoteaddresssize'.
2948 * top.c (history_size): Add 'unsigned'.
2949 (show_commands): Change local variables to 'unsigned'.
2950 (set_history_size_command): Don't check history_size is negative.
2951 Adjust the condition to call unstifle_history and set history_size
2952 to UNIT_MAX.
2953
2954 2012-08-28 Pedro Alves <palves@redhat.com>
2955
2956 PR gdb/14428
2957
2958 * infcmd.c (default_print_one_register_info): New, factored out
2959 from default_print_registers_info.
2960 (default_print_registers_info): Use it. Mark value unavailable if
2961 necessary.
2962 (registers_info): Print user registers with
2963 default_print_one_register_info.
2964
2965 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2966
2967 PR tui/14486
2968 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2969 is not NULL before referencing it.
2970
2971 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2974 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2975 original PC for it.
2976
2977 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2978 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 * auto-load.c (auto_load_objfile_script): Rename to ...
2981 (auto_load_objfile_script_1): ... here, change variable realname to
2982 parameter realname, document it, add return value, add variable retval.
2983 (auto_load_objfile_script): New function.
2984
2985 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2988 followed by a whitespace.
2989
2990 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2991
2992 PR gdb/14494.
2993 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2994 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2995 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2996 here.
2997
2998 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2999
3000 * memattr.c (create_mem_region): Fix memory region overlapping
3001 checking.
3002
3003 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3004
3005 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3006 with xmalloc/cleanup.
3007 * mt-tdep.c (mt_push_dummy_call): Likewise.
3008 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3009 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3010
3011 2012-08-24 Yao Qi <yao@codesourcery.com>
3012
3013 * jv-exp.y (push_expression_name): Add "." at the end of error
3014 message.
3015
3016 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3017
3018 Document how to return from "python-interactive" to GDB.
3019 * python/python.c (_initialize_python): Update documentation.
3020
3021 2012-08-23 Pedro Alves <palves@redhat.com>
3022
3023 * infrun.c (_initialize_infrun) <handle command help text>:
3024 Mention that multiple signals are supported.
3025
3026 2012-08-23 Pedro Alves <palves@redhat.com>
3027
3028 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3029 string.
3030
3031 2012-08-23 Yao Qi <yao@codesourcery.com>
3032
3033 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3034 (tfind_1): Don't call registers_changed, set_traceframe_num,
3035 and clear_traceframe_info.
3036 Call set_current_traceframe.
3037 (set_current_traceframe): call set_traceframe_num.
3038
3039 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3040
3041 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3042 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3043
3044 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3045
3046 Enable readline in Python in a GDB-specific way and block the
3047 standard Python readline module to prevent conflicts with GDB.
3048 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3049 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3050 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3051 * python/py-gdb-readline.c: New file.
3052 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3053 prototype.
3054 * python/python.c (_initialize_python): Call
3055 gdbpy_initialize_gdb_readline.
3056
3057 2012-08-22 Keith Seitz <keiths@redhat.com>
3058
3059 * defs.h: Include build-gnulib/config.h
3060
3061 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3062
3063 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3064 and blx pc.
3065
3066 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3067
3068 Add a new "python-interactive" command that starts a standard
3069 Python interactive prompt with "pi" as alias, and add "py" as
3070 an alias to "python".
3071 * NEWS: Mention the new commands.
3072 * python/python.c (eval_python_command): New function.
3073 (python_interactive_command): For "python-interactive" with
3074 arguments, call eval_python_command. For "python-interactive"
3075 without arguments, call PyRun_InteractiveLoop.
3076 (_initialize_python): Add "python-interactive" command with
3077 "pi" as alias, and add "py" as an alias to "python".
3078
3079 2012-08-22 Tom Tromey <tromey@redhat.com>
3080
3081 * defs.h (quit_flag): Don't declare.
3082 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3083 (QUIT): Use new functions.
3084 * event-top.c (command_handler): Use clear_quit_flag.
3085 (handle_sigint): Use set_quit_flag.
3086 (async_request_quit): Use check_quit_flag. Don't check
3087 immediate_quit.
3088 * exceptions.c (throw_exception): Use clear_quit_flag.
3089 * main.c (captured_main): Use clear_quit_flag.
3090 * python/python.c (clear_quit_flag, set_quit_flag)
3091 (check_quit_flag): New functions.
3092 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3093 clear_quit_flag.
3094 * remote.c (remote_wait_as): Use check_quit_flag,
3095 clear_quit_flag.
3096 (remote_start_remote): Call QUIT.
3097 * symfile.c (load_progress): Use check_quit_flag.
3098 * top.c (command_loop): Use clear_quit_flag.
3099 (command_line_input): Call QUIT.
3100 * utils.c (quit_flag): Conditionally define.
3101 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3102 functions.
3103 (prompt_for_continue): Call QUIT. Use quit, not
3104 async_request_quit.
3105 * remote-mips.c (mips_expect_timeout): Call QUIT.
3106 * monitor.c (monitor_expect): Call QUIT.
3107
3108 2012-08-22 Tom Tromey <tromey@redhat.com>
3109
3110 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3111 (async_init_signals): Update.
3112 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3113 (SIGWINCH_HANDLER_BODY): Remove.
3114
3115 2012-08-22 Tom Tromey <tromey@redhat.com>
3116
3117 * jit.c (jit_object_close_impl): Don't malloc the objfile
3118 name.
3119 * objfiles.c (allocate_objfile): Don't malloc the objfile
3120 name.
3121 (free_objfile): Don't free the objfile name.
3122 * objfiles.h (struct objfile) <name>: Update comment.
3123 * symfile.c (reread_symbols): Fix reference counting. Don't
3124 malloc objfile name.
3125
3126 2012-08-22 Tom Tromey <tromey@redhat.com>
3127
3128 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3129 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3130 (symfile_bfd_open): Likewise.
3131 (generic_load): Likewise.
3132 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3133 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3134 gdb_bfd_open.
3135 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3136 Use gdb_bfd_open.
3137 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3138 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3139 (pmon_load_fast): Likewise.
3140 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3141 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3142 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3143 (macho_check_dsym): Likewise.
3144 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3145 (m32r_upload_command): Likewise.
3146 * gdb_bfd.h (gdb_bfd_cache): Declare.
3147 * gdb_bfd.c (struct gdb_bfd_data): New.
3148 (gdb_bfd_cache): New global.
3149 (struct gdb_bfd_cache_search): New.
3150 (hash_bfd): New function.
3151 (eq_bfd): Likewise.
3152 (gdb_bfd_open): Likewise.
3153 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3154 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3155 gdb_bfd_data.
3156 * exec.c (exec_file_attach): Use gdb_bfd_open.
3157 * dsrec.c (load_srec): Use gdb_bfd_open.
3158
3159 2012-08-22 Tom Tromey <tromey@redhat.com>
3160
3161 * dwarf2read.c (macro_start_file): Update.
3162 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3163 (free_objfile_per_bfd_storage): Destroy macro_cache.
3164 (allocate_objfile, free_objfile): Update.
3165 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3166 New field.
3167 (struct objfile) <macro_cache>: Remove.
3168 * symfile.c (reread_symbols): Update.
3169 * symmisc.c (print_symbol_bcache_statistics): Update.
3170 (print_objfile_statistics): Update.
3171
3172 2012-08-22 Tom Tromey <tromey@redhat.com>
3173
3174 * elfread.c (elf_symtab_read): Update.
3175 * objfiles.c (objfiles_bfd_data): New global.
3176 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3177 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3178 (allocate_objfile, free_objfile): Update.
3179 (_initialize_objfiles): Initialize objfiles_bfd_data.
3180 * objfiles.h (struct objfile_per_bfd_storage): New.
3181 (struct objfile) <per_bfd>: New field.
3182 <filename_cache>: Remove.
3183 (set_objfile_per_bfd): Declare.
3184 * symfile.c (reread_symbols): Update. Call
3185 set_objfile_per_bfd.
3186 (allocate_symtab): Update.
3187 * symmisc.c (print_symbol_bcache_statistics): Update.
3188 (print_objfile_statistics): Print the size of the BFD obstack.
3189
3190 2012-08-22 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3193 * gdb_bfd.c: Use DEFINE_REGISTRY.
3194 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3195 (gdb_bfd_ref): Call bfd_alloc_data.
3196 (gdb_bfd_unref): Call bfd_free_data.
3197
3198 2012-08-22 Tom Tromey <tromey@redhat.com>
3199
3200 * registry.h (struct registry_fields): New.
3201 (REGISTRY_FIELDS): Redefine.
3202 (REGISTRY_ACCESS_FIELD): New macro.
3203 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3204 functions.
3205
3206 2012-08-22 Tom Tromey <tromey@redhat.com>
3207
3208 * auto-load.c (_initialize_auto_load): Update.
3209 * solib-svr4.c (_initialize_svr4_solib): Update
3210 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3211 * solib-darwin.c (_initialize_darwin_solib): Update.
3212 * registry.h: New file.
3213 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3214 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3215 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3216 (register_program_space_data_with_cleanup)
3217 (register_program_space_data, program_space_alloc_data)
3218 (clear_program_space_data, set_program_space_data)
3219 (program_space_data): Don't declare.
3220 * progspace.c: Use DEFINE_REGISTRY.
3221 (struct program_space_data, struct
3222 program_space_data_registration, struct
3223 program_space_data_registry, program_space_data_registry)
3224 (register_program_space_data_with_cleanup)
3225 (register_program_space_data, program_space_alloc_data)
3226 (program_space_free_data, clear_program_space_data)
3227 (set_program_space_data, program_space_data): Remove.
3228 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3229 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3230 (register_objfile_data_with_cleanup, register_objfile_data)
3231 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3232 declare.
3233 * objfiles.c: Use DEFINE_REGISTRY.
3234 (struct objfile_data, struct objfile_data_registration, struct
3235 objfile_data_registry, objfile_data_registry)
3236 (register_objfile_data_with_cleanup, register_objfile_data)
3237 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3238 (set_objfile_data, objfile_data): Remove.
3239 (_initialize_objfiles): Update.
3240 * jit.c (_initialize_jit): Update.
3241 * inflow.c (_initialize_inflow): Update.
3242 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3243 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3244 (register_inferior_data_with_cleanup, register_inferior_data)
3245 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3246 declare.
3247 * inferior.c: Use DEFINE_REGISTRY.
3248 (struct inferior_data, struct inferior_data_registration, struct
3249 inferior_data_registry, inferior_data_registry)
3250 (register_inferior_data_with_cleanup, register_inferior_data)
3251 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3252 (set_inferior_data, inferior_data): Remove.
3253 * auxv.c (_initialize_auxv): Update.
3254 * ada-lang.c (_initialize_ada_language): Update.
3255 * breakpoint.c (_initialize_breakpoint): Update.
3256 * i386-nat.c (i386_use_watchpoints): Update.
3257
3258 2012-08-22 Tom Tromey <tromey@redhat.com>
3259
3260 * exec.c (exec_close, exec_file_attach): Update.
3261 (add_to_section_table): Initialize 'key' field.
3262 (add_target_sections, remove_target_sections): Add 'key' argument.
3263 * exec.h (add_target_sections, remove_target_sections): Add
3264 'key' argument.
3265 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3266 (reload_shared_libraries_1): Update.
3267 * target.h (struct target_section) <key>: New field.
3268
3269 2012-08-22 Tom Tromey <tromey@redhat.com>
3270
3271 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3272
3273 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3274
3275 * symfile.c (allocate_symtab): Use host_address_to_string
3276 function instead of cast of pointer to long which is not
3277 compatible with x86_64-w64-mingw32 build.
3278
3279 2012-08-19 Andrew Pinski <apinski@cavium.com>
3280
3281 * mips-tdep.c (is_octeon): New function.
3282 (is_octeon_bbit_op): New function.
3283 (mips32_next_pc): Handle Octeon's bbit instructions.
3284 (mips32_instruction_has_delay_slot): Likewise.
3285
3286 2012-08-19 Andrew Pinski <apinski@cavium.com>
3287
3288 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3289 before the function.
3290
3291 2012-08-19 Andrew Pinski <apinski@cavium.com>
3292
3293 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3294
3295 2012-08-19 Keith Seitz <keiths@redhat.com>
3296
3297 PR c++/14365
3298 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3299 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3300
3301 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3302
3303 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3304 The typo broke "make TAGS".
3305
3306 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3307
3308 GDB 7.5 released.
3309
3310 2012-08-17 Keith Seitz <keiths@redhat.com>
3311
3312 PR c++/13356
3313 * gdbtypes.c (strict_type_checking): New variable.
3314 (show_strict_type_checking): New function.
3315 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3316 if strict type checking is disabled.
3317 (_initialize_gdbtypes): Add "check type" subcommand.
3318 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3319
3320 2012-08-17 Keith Seitz <keiths@redhat.com>
3321
3322 * language.h (type_mode): Remove.
3323 (type_check): Remove.
3324 (struct language_defn): Remove la_type_check.
3325 (STRICT_TYPE): Remove unused macro.
3326 (type_error): Remove.
3327 * language.c (set_type_range_case): Renamed to ...
3328 (set_range_case): ... this. Update all callers.
3329 Remove type_mode/type_check.
3330 (type_mode): Remove.
3331 (type_check): Remove.
3332 (show_type_command): Remove.
3333 (set_type_command): Remove.
3334 (language_info): Remove type checking output.
3335 (type_error): Remove unused function.
3336 (range_error): Update comment.
3337 (unknown_language_defn): Remove la_type_check.
3338 (auto_language_defn): Likewise.
3339 (local_language_defn): Likewise.
3340 (_initialize_language): Remove "check type" subcommand.
3341 * ada-lang.c (ada_language_defn): Remove la_type_check.
3342 * c-lang.c (c_language_defn): Likewise.
3343 (cplus_language_defn): Likewise.
3344 (asm_language_defn): Likewise.
3345 (minimal_language_defn): Likewise.
3346 * d-lang.c (d_language_defn): Likewise.
3347 * f-lang.c (f_language_defn): Likewise.
3348 * go-lang.c (go_language_defn): Likewise.
3349 * jv-lang.c (java_language_defn): Likewise.
3350 * m2-lang.c (m2_language_defn): Likewise.
3351 * objc-lang.c (objc_language_defn): Likewise.
3352 * opencl-lang.c (opencl_language_defn): Likewise.
3353 * p-lang.c (pascal_language_defn): Likewise.
3354
3355 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3356
3357 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3358
3359 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3360
3361 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3362 New function.
3363 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3364 using the regache. Use ia64_hpux_get_register_from_save_state_t
3365 to access the bsp and bspstore registers if not.
3366
3367 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3368
3369 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3370 * breakpoint.c (detach_breakpoints): Change pid parameter into
3371 a ptid. Adjust code accordingly.
3372 * infrun.c (handle_inferior_event): Delete variable child_pid.
3373 Update call to detach_breakpoints to pass the child ptid for
3374 fork events.
3375 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3376 assert that inferior_ptid's lwp is zero.
3377 (linux_handle_extended_wait): Update call to detach_breakpoints.
3378 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3379 detach_breakpoints.
3380
3381 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3382
3383 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3384 parent, only call detach_breakpoints if tts.tts_event ==
3385 TTEVT_VFORK.
3386
3387 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3388
3389 * dwarf2-frame.c (dwarf2_frame_cache): Use
3390 get_frame_address_in_block instead of get_frame_pc as
3391 the bound for executing the frame's FDE.
3392
3393 2012-08-16 Yao Qi <yao@codesourcery.com>
3394
3395 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3396 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3397 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3398 (c_type_print_varspec_suffix): Likewise.
3399 * eval.c (evaluate_subexp_standard): Likewise.
3400 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3401 (f_type_print_varspec_suffix): Likewise.
3402 * gdbtypes.c (is_scalar_type): Likewise.
3403 (recursive_dump_type): Likewise.
3404 * infcall.c (value_arg_coerce): Likewise.
3405 * m2-valprint.c (m2_val_print): Likewise.
3406 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3407 (pascal_type_print_varspec_suffix): Likewise.
3408 (pascal_type_print_base): Likewise.
3409 * p-valprint.c (pascal_val_print): Likewise.
3410 (pascal_val_print): Likewise.
3411 * valops.c (value_slice): Likewise.
3412 * valprint.c (scalar_type_p): Likewise.
3413 * valarith.c (value_bitstring_subscript): Remove.
3414 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3415 Remove comment on TYPE_CODE_BITSTRING.
3416
3417 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3418 TYPE_CODE_BITSTRING.
3419
3420 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3421 slot 0.
3422
3423 2012-08-16 Yao Qi <yao@codesourcery.com>
3424
3425 * tracepoint.c (trace_find_none_command): Remove.
3426 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3427
3428 2012-08-16 Yao Qi <yao@codesourcery.com>
3429
3430 * remote.c (handle_notification): Remove parameter 'length'.
3431 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3432
3433 2012-08-15 Keith Seitz <keiths@redhat.com>
3434
3435 * gdbtypes.c (opaque_type_resolution): Make static.
3436 Add missing comment.
3437 (overload_debug): Add missing comment.
3438 (show_opaque_type_resolution): Likewise.
3439 (show_overload_debug): Likewise.
3440 (print_bit_vector): Remove unnecessary forward declaration.
3441 (print_arg_types): Likewise.
3442 (dump_fn_fieldlists): Likewise.
3443 (print_cplus_stuff): Likewise.
3444
3445 2012-08-15 Tom Tromey <tromey@redhat.com>
3446
3447 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3448 (gdb_bfd_ref): Initialize new field.
3449 (gdb_bfd_unref): Unref the archive BFD.
3450 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3451 parent archive.
3452
3453 2012-08-15 Tom Tromey <tromey@redhat.com>
3454
3455 PR python/14387:
3456 * python/py-bpevent.c (create_breakpoint_event_object): Update
3457 comment.
3458 * python/py-event.c (evpy_add_attribute): Update comment.
3459 * python/py-exitedevent.c (create_exited_event_object): Fix
3460 reference counting and error handling.
3461 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3462 Fix reference counting.
3463 * python/py-signalevent.c (create_signal_event_object): Fix
3464 reference counting and error handling.
3465 * python/py-stopevent.c (emit_stop_event): Fix reference
3466 counting.
3467 * python/py-threadevent.c (get_event_thread): Return a
3468 borrowed reference.
3469 * python/py-type.c (convert_field): Fix reference counting.
3470
3471 2012-08-15 Tom Tromey <tromey@redhat.com>
3472
3473 * dwarf2read.c (dwarf_decode_macro_bytes)
3474 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3475 as hash key.
3476
3477 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3478
3479 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3480 stepi, nexti, finish, next, step, jump, and continue commands.
3481 * infrun.c (_initialize_infrun): Update help text for the handle
3482 command.
3483
3484 2012-08-14 Doug Evans <dje@google.com>
3485
3486 * gdbtypes.c (struct extra): Delete, unused.
3487
3488 * gdbtypes.c: Whitespace cleanup.
3489 (address_space_name_to_int): Remove "extern" from definition.
3490 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3491
3492 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3493 TYPE_POINTER_TYPE (type).
3494
3495 2012-08-14 Gary Benson <gbenson@redhat.com>
3496
3497 * solib-svr4.c (svr4_free_library_list): Use free_so.
3498
3499 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3500
3501 * .gitignore: Add go-exp.c.
3502
3503 2012-08-13 Doug Evans <dje@google.com>
3504
3505 * value.c (show_convenience): Tweak comment.
3506 (_initialize_values): Mention convenience functions in the help text
3507 for "show convenience".
3508
3509 2012-08-13 Yao Qi <yao@codesourcery.com>
3510
3511 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3512 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3513 TERNOP_SLICE_COUNT.
3514 * eval.c (evaluate_subexp_standard): Likewise.
3515 * expprint.c (print_subexp_standard): Likewise.
3516 (dump_subexp_body_standard): Likewise.
3517 * parse.c (operator_length_standard): Likewise.
3518
3519 2012-08-13 Yao Qi <yao@codesourcery.com>
3520
3521 * std-operator.def: Remove OP_BITSTRING.
3522 * breakpoint.c (watchpoint_exp_is_const): Update.
3523 * eval.c (evaluate_subexp_standard): Remove handling to
3524 OP_BITSTRING.
3525 * expprint.c (print_subexp_standard): Likewise.
3526 (dump_subexp_body_standard): Likewise.
3527 * parse.c (operator_length_standard): Likewise.
3528 * valops.c (value_bitstring): Remove.
3529 * value.h: Remove the declaration of 'value_bitstring'.
3530
3531 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3532
3533 * linespec.c (find_methods): Remove unused variables `i1' and
3534 `name_len'.
3535 (decode_line_full): Likewise for `arg_start'.
3536
3537 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3538
3539 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3540 (zlib_decompress_section): Likewise for `section_data'.
3541 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3542
3543 2012-08-10 Doug Evans <dje@google.com>
3544
3545 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3546 * NEWS: Document them.
3547 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3548 function/strfns.py.
3549 * python/py-type.c (typy_array_1): New function.
3550 (typy_array): Call it.
3551 (typy_vector): New function.
3552 (type_object_methods): Add "vector".
3553 * python/lib/gdb/function/__init__.py: New file.
3554 * python/lib/gdb/function/strfns.py: New file.
3555
3556 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3557
3558 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3559 for TYPE_FIELD_BITPOS.
3560 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3561
3562 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3563
3564 PR cli/10436:
3565 * common/vec.h (VEC_merge): Define.
3566 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3567 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3568 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3569 * completer.c: Include gdb_signals.h.
3570 (signal_completer): Define.
3571 * completer.h (signal_completer): Add prototype.
3572 * infcmd.c (_initialize_infcmd): Assign the command
3573 completer for "signal" to handle_completer.
3574 * infrun.c: Include completer.h.
3575 (handle_completer): Define.
3576 (_initialize_infrun): Declare a new local variable c. Store the
3577 result of add_com("handle") to it. Assign the command
3578 completer for "handle" to handle_completer.
3579
3580 2012-08-09 Yao Qi <yao@codesourcery.com>
3581
3582 * cli/cli-decode.c (set_cmd_prefix): New.
3583 (lookup_cmd_for_prefixlist): New.
3584 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3585 of each cmd_list_element in *prefixlist.
3586 (add_setshow_cmd_full): set_cmd_prefix.
3587 (add_alias_cmd): Likewise.
3588 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3589 Declare 'auto_boolean_enums'.
3590 * cli/cli-setshow.c: Include "observer.h".
3591 (notify_command_param_changed_p): New.
3592 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3593 Remove 'static'.
3594 (do_setshow_command): Split it to ...
3595 (do_set_command, do_show_command): ... them. New.
3596 (do_set_command): Call observer_notify_command_param_changed if
3597 notify_command_param_changed_p returns true.
3598 (cmd_show_list): Caller update.
3599 * auto-load.c (set_auto_load_cmd): Likewise.
3600 * remote.c (show_remote_cmd): Likewise.
3601 * cli/cli-setshow.h: Update declarations.
3602 * top.c (execute_command): Call do_set_command and do_show_command.
3603
3604 * NEWS: Mention new MI notification.
3605 * mi/mi-interp.c: Declare mi_command_param_changed.
3606 (mi_interpreter_init): Attach mi_command_param_changed to
3607 observer command_param_changed.
3608 (mi_command_param_changed): New.
3609 Remove mi_suppress_breakpoint_notifications.
3610 Define global variable mi_suppress_notification.
3611 (mi_breakpoint_created): Update.
3612 (mi_breakpoint_deleted): Likewise.
3613 (mi_breakpoint_modified): Likewise.
3614 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3615 'gdb-set' and set mi_suppress_notification.
3616 * mi/mi-main.h: (mi_suppress_notification): New struct.
3617
3618 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3619 Jan Kratochvil <jan.kratochvil@redhat.com>
3620
3621 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3622
3623 2012-08-09 Yao Qi <yao@codesourcery.com>
3624
3625 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3626 (skiplist): Move it to skip.c.
3627 (init_cmd_lists): Remove code setting enablebreaklist and
3628 skiplist to NULL.
3629 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3630 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3631 skiplist.
3632 * gdbcmd.h: Likewise.
3633 * skip.c (_initialize_step_skip): Move 'skiplist' from
3634 cli/cli-cmds.c.
3635
3636 2012-08-09 Yao Qi <yao@codesourcery.com>
3637
3638 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3639 * gnu-nat.c, symfile.c: Likewise.
3640
3641 2012-08-08 Aaron Gamble <agamble@google.com>
3642
3643 * utils.c (prompt_for_continue_wait_time): New static global.
3644 (make_command_stats_cleanup): Initialize it.
3645 (report_command_stats): Subtract time waiting for user.
3646 (prompt_for_continue): Track time waiting for user.
3647 (defaulted_query): Track time waiting for user.
3648
3649 2012-08-08 Doug Evans <dje@google.com>
3650
3651 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3652 UNOP_MEMVAL_TYPE.
3653 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3654 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3655 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3656 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3657 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3658 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3659 elt.
3660 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3661 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3662 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3663 (dump_prefix_expression): Handle OP_TYPE.
3664
3665 2012-08-08 Keith Seitz <keiths@redhat.com>
3666
3667 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3668 addr_start.
3669
3670 2012-08-08 Doug Evans <dje@google.com>
3671
3672 * linux-thread-db.c: #include "gdb_vecs.h".
3673 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3674 updated.
3675 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3676 (thread_db_load_search): Use a vector to iterate over path elements.
3677 Handle text appearing after "$pdir".
3678
3679 * gdb_string.h: Moved to ...
3680 * common/gdb_string.h: ... here.
3681 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3682 gdb_string.h and gdb_assert.h.
3683
3684 2012-08-08 Yao Qi <yao@codesourcery.com>
3685
3686 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3687 (tic6x_value_to_register): Likewise.
3688 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3689 and set_gdbarch_value_to_register.
3690
3691 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3692 Jean-Marc Saffroy <saffroy@gmail.com>
3693
3694 PR 11804
3695 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3696 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3697 * gcore.c (gcore_create_callback): New function comment. Add modified
3698 parameter. Only write modified regions. Set SEC_READONLY exactly
3699 according to MODIFIED.
3700 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3701 the passed modified value to FUNC.
3702 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3703 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3704 first. New variables modified and has_anonymous. Parse the lines of
3705 smaps file. Add the passed MODIFIED value to FUNC.
3706 * procfs.c (find_memory_regions_callback): Add the passed modified
3707 value.
3708
3709 2012-08-06 Tom Tromey <tromey@redhat.com>
3710
3711 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3712 (dwarf2_frame_cache): Use it.
3713 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3714 cache initialization constraint.
3715
3716 2012-08-06 Tom Tromey <tromey@redhat.com>
3717
3718 PR python/14386:
3719 * varobj.c (update_dynamic_varobj_children): Don't call
3720 PyIter_Check.
3721
3722 2012-08-06 Tom Tromey <tromey@redhat.com>
3723
3724 PR cli/14392:
3725 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3726
3727 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3728
3729 * NEWS: New entry for 'cd' default parameters.
3730 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3731
3732 2012-08-03 Tom Tromey <tromey@redhat.com>
3733
3734 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3735 return.
3736
3737 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3738
3739 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3740 to attempting lseek/write.
3741 (inf_child_fileio_pread): Likewise for pread.
3742
3743 2012-08-02 Yao Qi <yao@codesourcery.com>
3744
3745 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3746 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3747 add_setshow_zinteger_cmd.
3748 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3749 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3750 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3751 instead of add_setshow_zinteger_cmd.
3752 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3753 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3754 instead of add_setshow_zinteger_cmd.
3755 * frame.c (frame_debug): Add 'unsigned'.
3756 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3757 add_setshow_zinteger_cmd.
3758 * frame.h: Update the declaration of 'frame_debug'.
3759 * gdbtypes.c (overload_debug): Add 'unsigned'.
3760 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3761 add_setshow_zinteger_cmd.
3762 * inferior.h: Update declaration of 'debug_infrun'.
3763 * infrun.c (debug_infrun): Add 'unsigned'.
3764 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3765 add_setshow_zinteger_cmd.
3766 * jit.c (jit_debug): Add 'unsigned'.
3767 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3768 add_setshow_zinteger_cmd.
3769 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3770 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3771 instead of add_setshow_zinteger_cmd.
3772 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3773 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3774 add_setshow_zinteger_cmd.
3775 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3776 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3777 instead of add_setshow_zinteger_cmd.
3778 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3779 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3780 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3781 intead of add_setshow_zinteger_cmd.
3782 * mips-tdep.c (mips_debug): Add 'unsigned'.
3783 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3784 instead of add_setshow_zinteger_cmd.
3785 * monitor.c (monitor_debug): Add 'unsigned'.
3786 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3787 add_setshow_zinteger_cmd.
3788 * observer.c (observer_debug): Add 'unsigned'.
3789 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3790 add_setshow_zinteger_cmd.
3791 * parse.c (expressiondebug): Add 'unsigned'.
3792 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3793 add_setshow_zinteger_cmd.
3794 * record.c (record_debug): Add 'unsigned'.
3795 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3796 add_setshow_zinteger_cmd.
3797 * record.h: Update the declaration of 'record_debug'.
3798 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3799 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3800 add_setshow_zinteger_cmd.
3801 * serial.c (global_serial_debug_p): Add 'unsigned'.
3802 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3803 add_setshow_zinteger_cmd.
3804 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3805 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3806 add_setshow_zinteger_cmd.
3807 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3808 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3809 add_setshow_zinteger_cmd.
3810 * target.c (targetdebug): Add 'unsigned'.
3811 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3812 add_setshow_zinteger_cmd.
3813 * valops.c (overload_debug): Add 'unsigned'.
3814 * varobj.c (varobjdebug): Add 'unsigned'.
3815 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3816 add_setshow_zinteger_cmd.
3817 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3818 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3819 instead of add_setshow_zinteger_cmd.
3820
3821 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3822 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3823 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3824 instead of add_setshow_zinteger_cmd.
3825 * gdbarch.c, gdbarch.h: Re-generated.
3826
3827 2012-08-02 Yao Qi <yao@codesourcery.com>
3828
3829 * nto-tdep.c: Don't include cli/cli-decode.h and
3830 cli/cli-cmds.h.
3831 (_initialize_nto_tdep): Remove.
3832 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3833 Remove field.
3834 Remove macro nto_internal_debugging.
3835
3836 2012-08-01 Richard Henderson <rth@redhat.com>
3837
3838 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3839 (mep-*-*) [gdb_target_obs]: Likewise.
3840
3841 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3842
3843 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3844 linux_get_siginfo_type.
3845
3846 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3849 AT_ENTRY_POINT.
3850 (call_function_by_hand) <ON_STACK>: Call write_memory with
3851 gdbarch_breakpoint_from_pc, if possible.
3852 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3853 here.
3854
3855 2012-07-31 Yao Qi <yao@codesourcery.com>
3856
3857 * tracepoint.c: Add 'static' for some variables.
3858
3859 2012-07-31 Yao Qi <yao@codesourcery.com>
3860
3861 * go32-nat.c: Declare _initialize_go32_nat.
3862 * ser-go32.c: Declare _initialize_ser_dos.
3863 * top.c (do_chdir_cleanup): Add 'static'.
3864
3865 2012-07-30 Keith Seitz <keiths@redhat.com>
3866
3867 * linespec.c (linespec_lex_number): A number followed
3868 by quotes is a valid number, too.
3869
3870 2012-07-30 Tom Tromey <tromey@redhat.com>
3871
3872 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3873
3874 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3875
3876 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3877 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3878
3879 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3880
3881 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3882 invalid or reevaluated to prevent prevent references to possibly
3883 delete'd type objects being left in the varobj.
3884
3885 2012-07-27 Tom Tromey <tromey@redhat.com>
3886 Jan Kratochvil <jan.kratochvil@redhat.com>
3887
3888 * copying.awk: Print buffer-read-only and vi ro markers.
3889 * copying.c: Rebuild.
3890 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3891 * gdbarch.c, gdbarch.h: Rebuild.
3892 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3893 buffer-read-only and vi ro markers.
3894 * features/arm-with-iwmmxt.c: Rebuild.
3895 * features/arm-with-m-fpa-layout.c: Rebuild.
3896 * features/arm-with-m-vfp-d16.c: Rebuild.
3897 * features/arm-with-m.c: Rebuild.
3898 * features/arm-with-neon.c: Rebuild.
3899 * features/arm-with-vfpv2.c: Rebuild.
3900 * features/arm-with-vfpv3.c: Rebuild.
3901 * features/i386/amd64-avx-linux.c: Rebuild.
3902 * features/i386/amd64-avx.c: Rebuild.
3903 * features/i386/amd64-linux.c: Rebuild.
3904 * features/i386/amd64.c: Rebuild.
3905 * features/i386/i386-avx-linux.c: Rebuild.
3906 * features/i386/i386-avx.c: Rebuild.
3907 * features/i386/i386-linux.c: Rebuild.
3908 * features/i386/i386-mmx-linux.c: Rebuild.
3909 * features/i386/i386-mmx.c: Rebuild.
3910 * features/i386/i386.c: Rebuild.
3911 * features/i386/x32-avx-linux.c: Rebuild.
3912 * features/i386/x32-avx.c: Rebuild.
3913 * features/i386/x32-linux.c: Rebuild.
3914 * features/i386/x32.c: Rebuild.
3915 * features/mips-dsp-linux.c: Rebuild.
3916 * features/mips-linux.c: Rebuild.
3917 * features/mips64-dsp-linux.c: Rebuild.
3918 * features/mips64-linux.c: Rebuild.
3919 * features/rs6000/powerpc-32.c: Rebuild.
3920 * features/rs6000/powerpc-32l.c: Rebuild.
3921 * features/rs6000/powerpc-403.c: Rebuild.
3922 * features/rs6000/powerpc-403gc.c: Rebuild.
3923 * features/rs6000/powerpc-405.c: Rebuild.
3924 * features/rs6000/powerpc-505.c: Rebuild.
3925 * features/rs6000/powerpc-601.c: Rebuild.
3926 * features/rs6000/powerpc-602.c: Rebuild.
3927 * features/rs6000/powerpc-603.c: Rebuild.
3928 * features/rs6000/powerpc-604.c: Rebuild.
3929 * features/rs6000/powerpc-64.c: Rebuild.
3930 * features/rs6000/powerpc-64l.c: Rebuild.
3931 * features/rs6000/powerpc-7400.c: Rebuild.
3932 * features/rs6000/powerpc-750.c: Rebuild.
3933 * features/rs6000/powerpc-860.c: Rebuild.
3934 * features/rs6000/powerpc-altivec32.c: Rebuild.
3935 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3936 * features/rs6000/powerpc-altivec64.c: Rebuild.
3937 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3938 * features/rs6000/powerpc-cell32l.c: Rebuild.
3939 * features/rs6000/powerpc-cell64l.c: Rebuild.
3940 * features/rs6000/powerpc-e500.c: Rebuild.
3941 * features/rs6000/powerpc-e500l.c: Rebuild.
3942 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3943 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3944 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3945 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3946 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3947 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3948 * features/rs6000/powerpc-vsx32.c: Rebuild.
3949 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3950 * features/rs6000/powerpc-vsx64.c: Rebuild.
3951 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3952 * features/rs6000/rs6000.c: Rebuild.
3953 * features/s390-linux32.c: Rebuild.
3954 * features/s390-linux32v1.c: Rebuild.
3955 * features/s390-linux32v2.c: Rebuild.
3956 * features/s390-linux64.c: Rebuild.
3957 * features/s390-linux64v1.c: Rebuild.
3958 * features/s390-linux64v2.c: Rebuild.
3959 * features/s390x-linux64.c: Rebuild.
3960 * features/s390x-linux64v1.c: Rebuild.
3961 * features/s390x-linux64v2.c: Rebuild.
3962 * features/tic6x-c62x-linux.c: Rebuild.
3963 * features/tic6x-c62x.c: Rebuild.
3964 * features/tic6x-c64x-linux.c: Rebuild.
3965 * features/tic6x-c64x.c: Rebuild.
3966 * features/tic6x-c64xp-linux.c: Rebuild.
3967 * features/tic6x-c64xp.c: Rebuild.
3968
3969 2012-07-27 Tom Tromey <tromey@redhat.com>
3970
3971 * c-exp.y (classify_name): Avoid assignment in condition.
3972
3973 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3974
3975 * amd64-windows-tdep.c: Include "frame.h".
3976 (amd64_windows_skip_trampoline_code): New function.
3977 (amd64_windows_init_abi): Add trampoline registration.
3978
3979 2012-07-27 Yao Qi <yao@codesourcery.com>
3980
3981 * tracepoint.c (cur_traceframe_number): Remove.
3982 (set_tfile_traceframe): Remove.
3983 (tfile_trace_find, tfile_fetch_registers): Update callers.
3984 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3985 (tfile_open, tfile_trace_find): Likewise.
3986
3987 2012-07-27 Yao Qi <yao@codesourcery.com>
3988
3989 * thread.c (switch_to_thread): Don't call registers_changed.
3990
3991 2012-07-26 Tom Tromey <tromey@redhat.com>
3992
3993 * Makefile.in (SFILES): Remove objc-exp.y.
3994 (YYFILES): Remove objc-exp.c.
3995 (YYOBJ): Remove objc-exp.o.
3996 (local-maintainer-clean): Don't mention objc-exp.c.
3997 * c-exp.y: Include objc-lang.h.
3998 (%union) <class>: New field.
3999 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4000 (exp): Clone subscript production for OBJC_LBRAC. Add various
4001 Objective C productions.
4002 (msglist, msgarglist, msgarg): New productions.
4003 (array_mod, func_mod, operator): Clone productions for
4004 OBJC_LBRAC.
4005 (parse_string_or_char): Handle '@' strings.
4006 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4007 (classify_name): Check la_name_of_this. Recognize ObjC class
4008 names.
4009 * objc-exp.y: Remove.
4010 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4011 * objc-lang.h (objc_parse, objc_error): Don't declare.
4012
4013 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4014
4015 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4016
4017 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4020 and decrement.
4021
4022 2012-07-26 Tom Tromey <tromey@redhat.com>
4023
4024 * copying.c: Rebuild.
4025 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4026 'no_class'.
4027
4028 2012-07-26 Tom Tromey <tromey@redhat.com>
4029
4030 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4031 immediate_quit.
4032 (print_objfile_statistics): Likewise.
4033 (maintenance_print_symbols): Likewise.
4034 (maintenance_print_msymbols): Likewise.
4035 (maintenance_print_objfiles): Likewise.
4036 * psymtab.c (print_partial_symbols): Call QUIT.
4037 (maintenance_print_psymbols): Likewise. Don't modify
4038 immediate_quit.
4039 * copying.c (show_copying_command): Don't modify immediate_quit.
4040 (show_warranty_command): Likewise.
4041 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4042
4043 2012-07-26 Keith Seitz <keiths@redhat.com>
4044
4045 * linespec.c (linespec_lexer_lex_number): The input
4046 is also a valid number if the next character is a comma
4047 or colon.
4048
4049 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4050
4051 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4052 configure options.
4053
4054 2012-07-26 Tristan Gingold <gingold@adacore.com>
4055
4056 * machoread.c: Include gdb_bfd.h.
4057
4058 2012-07-26 Tristan Gingold <gingold@adacore.com>
4059
4060 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4061 offset.
4062
4063 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4064
4065 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4066 SIZE to size_t.
4067 (dwarf2_evaluate_loc_desc): Likewise.
4068 (dwarf2_loc_desc_needs_frame): Likewise.
4069 (locexpr_describe_location_1): Likewise.
4070 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4071 size_t.
4072 (struct dwarf2_loclist_baton): Likewise.
4073 * dwarf2read.c (struct dwarf_block): Likewise.
4074 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4075 (decode_locdesc): Expand SIZE and I to size_t.
4076
4077 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4080
4081 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4082
4083 * doublest.c (convert_doublest_to_floatformat): If the exponent
4084 is too small, treat the value as zero. If the exponent is too
4085 large, treat the value as infinity.
4086
4087 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4088
4089 * configure.ac: Add --enable-lmcheck configure option.
4090 * configure: Regenerate.
4091
4092 2012-07-25 Tom Tromey <tromey@redhat.com>
4093
4094 * NEWS: Mention maint info bfds.
4095 * gdb_bfd.c (all_bfds): New global.
4096 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4097 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4098 New functions.
4099
4100 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4101
4102 * configure.tgt: Add v850*-*-rtems*.
4103
4104 2012-07-25 Tom Tromey <tromey@redhat.com>
4105
4106 * macrotab.c (macro_bcache_str): Remove cast.
4107
4108 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4109
4110 * linespec.c (linespec_lexer_lex_number): Update comments,
4111 change the return and add check to make sure the input is
4112 the decimal numbers.
4113 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4114 false, call linespec_lexer_lex_string.
4115
4116 2012-07-24 Tom Tromey <tromey@redhat.com>
4117
4118 * symfile.c (symbol_file_add): Don't open BFD twice.
4119
4120 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4121
4122 * breakpoint.c (create_breakpoint): Store condition for pending
4123 breakpoints.
4124
4125 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4126
4127 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4128 (m68k_return_value): Handle complex types like structures.
4129 (m68k_svr4_return_value): Likewise.
4130
4131 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4132
4133 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4134 parameters to bfd_get_section_name.
4135
4136 2012-07-24 Yao Qi <yao@codesourcery.com>
4137
4138 * cli/cli-setshow.c: Handle case 'var_uinteger'
4139 and 'var_zuninteger' together. Handle case 'var_integer' and
4140 'var_zinteger' together.
4141
4142 2012-07-23 Keith Seitz <keiths@redhat.com>
4143
4144 * linespec.c (convert_linespec_to_sal): Don't add
4145 any symbols to the result vector if symbol_to_sal
4146 returns zero.
4147
4148 2012-07-23 Keith Seitz <keiths@redhat.com>
4149
4150 * linespec.c (decode_objc): Record the function name
4151 in the linespec.
4152
4153 2012-07-23 Tom Tromey <tromey@redhat.com>
4154
4155 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4156 counting.
4157 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4158 (map_vmap): Acquire a reference to the BFD.
4159
4160 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4161
4162 * p-valprint.c (pascal_object_print_value): Replace potentially
4163 unsafe alloca with xmalloc/xfree.
4164 * valops.c (search_struct_method): Likewise.
4165
4166 2012-07-23 Tom Tromey <tromey@redhat.com>
4167
4168 * solib-svr4.c (enable_break): Update.
4169 * bfd-target.h (target_bfd_reopen): Update documentation.
4170
4171 2012-07-23 Tom Tromey <tromey@redhat.com>
4172
4173 * symfile.c (separate_debug_file_exists): Update.
4174 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4175 (reread_symbols): Update.
4176 * elfread.c (build_id_verify): Update.
4177 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4178 bfd_open_maybe_remote.
4179
4180 2012-07-23 Tom Tromey <tromey@redhat.com>
4181
4182 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4183
4184 2012-07-23 Tom Tromey <tromey@redhat.com>
4185
4186 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4187 and 'abfd'.
4188 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4189 and 'abfd'.
4190 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4191 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4192 'abfd'.
4193 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4194 * objfiles.c (allocate_objfile): Acquire a new reference.
4195 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4196 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4197 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4198 a cleanup for 'nbfd'.
4199 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4200 for 'nbfd'.
4201 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4202 make a cleanup for 'abfd'.
4203 (symbol_file_add): Make a BFD cleanup.
4204
4205 2012-07-23 Tom Tromey <tromey@redhat.com>
4206
4207 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4208 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4209 * corelow.c (core_open): Use gdb_bfd_fopen.
4210 * dsrec.c (load_srec): Use gdb_bfd_openr.
4211 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4212 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4213 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4214 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4215 (gdb_bfd_fdopenr): New functions.
4216 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4217 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4218 (gdb_bfd_fdopenr): Declare.
4219 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4220 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4221 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4222 gdb_bfd_openr_next_archived_file.
4223 (macho_check_dsym): Use gdb_bfd_openr.
4224 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4225 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4226 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4227 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4228 gdb_bfd_openr.
4229 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4230 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4231 gdb_bfd_openr_next_archived_file.
4232 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4233 Use gdb_bfd_openr.
4234 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4235 gdb_bfd_openr.
4236 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4237 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4238 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4239 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4240 (symfile_bfd_open): Use gdb_bfd_fopen.
4241 (generic_load): Use gdb_bfd_openr.
4242 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4243
4244 2012-07-23 Tom Tromey <tromey@redhat.com>
4245
4246 * bfd-target.c (target_bfd_reopen): Update.
4247 * cli/cli-dump.c (bfd_openr_with_cleanup)
4248 (bfd_openw_with_cleanup): Update.
4249 * corelow.c (core_open): Update.
4250 * dsrec.c (load_srec): Update.
4251 * exec.c (exec_file_attach): Update.
4252 * gcore.c (create_gcore_bfd): Update.
4253 * gdb_bfd.c (gdb_bfd_ref): Return void.
4254 (gdb_bfd_open): Update.
4255 * gdb_bfd.h (gdb_bfd_ref): Return void.
4256 Update comments.
4257 * jit.c (jit_bfd_try_read_symtab): Update.
4258 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4259 * machoread.c (macho_symfile_read_all_oso): Update.
4260 (macho_check_dsym): Update.
4261 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4262 * remote-m32r-sdi.c (m32r_load): Update.
4263 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4264 * rs6000-nat.c (add_vmap): Update.
4265 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4266 Update.
4267 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4268 * solib-spu.c (spu_bfd_open): Update.
4269 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4270 * spu-linux-nat.c (spu_bfd_open): Update.
4271 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4272 (generic_load): Update.
4273 * windows-nat.c (windows_make_so): Update.
4274
4275 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4276
4277 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4278
4279 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4280
4281 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4282 SIGTRAMP_FRAME unwinding.
4283
4284 2012-07-20 Doug Evans <dje@google.com>
4285
4286 * NEWS: Document new options "set/show use-deprecated-index-sections",
4287 and delete reference to --use-deprecated-index-sections.
4288 * symfile.h (use_deprecated_index_sections): Delete.
4289 * dwarf2read.c (use_deprecated_index_sections): Make static.
4290 (read_index_from_section): Update wording of how to load
4291 deprecated index sections.
4292 (_initialize_dwarf2_read): New options
4293 "set/show use-deprecated-index-sections".
4294 * main.c (captured_main): Delete --use-deprecated-index-sections.
4295
4296 2012-07-20 Pedro Alves <palves@redhat.com>
4297
4298 PR threads/11692
4299 PR gdb/12203
4300
4301 * infrun.c (handle_inferior_event) <new thread>: Don't special
4302 case minus_one_ptid.
4303 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4304 * linux-thread-db.c (thread_get_info_callback): Don't return early
4305 if the thread is zombie.
4306 (thread_from_lwp): Change return type to void. Rewrite stale
4307 comment.
4308 (attach_thread): Don't return early if the thread is zombie,
4309 instead set its "dying" flag.
4310 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4311 (find_new_threads_callback): Don't return early if the thread is
4312 zombie.
4313
4314 2012-07-20 Pedro Alves <palves@redhat.com>
4315
4316 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4317 * target.c (target_wait): Likewise.
4318 (str_comma_list_concat_elem, do_option, target_options_to_string):
4319 New functions.
4320 * target.h (target_options_to_string): Declare.
4321
4322 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4323 Tom Tromey <tromey@redhat.com>
4324
4325 * dwarf2read.c (dwarf_decode_macros)
4326 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4327 DW_MACRO_GNU_transparent_include_alt>: New cases.
4328 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4329 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4330
4331 2012-07-20 Tom Tromey <tromey@redhat.com>
4332
4333 * dwarf2read.c (try_open_dwo_file): Don't call
4334 gdb_bfd_stash_filename.
4335
4336 2012-07-20 Pedro Alves <palves@redhat.com>
4337
4338 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4339 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4340 (i386_process_record): Tweak description comments.
4341
4342 2012-07-20 Pedro Alves <palves@redhat.com>
4343
4344 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4345 (i386_process_record): Use record_read_memory.
4346 * record.c (record_read_memory): New function.
4347 (record_arch_list_add_mem, record_exec_insn): Use
4348 record_read_memory.
4349 * record.h (record_read_memory): Declare.
4350
4351 2012-07-20 Yao Qi <yao@codesourcery.com>
4352
4353 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4354 NULL for xfree.
4355
4356 2012-07-19 Pedro Alves <palves@redhat.com>
4357
4358 * record.c (record_resume): Ask the target beneath to report all
4359 signals.
4360
4361 2012-07-19 Doug Evans <dje@google.com>
4362
4363 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4364 there's no section at address zero.
4365 (dwarf2_record_block_ranges): Ditto.
4366
4367 2012-07-19 Yao Qi <yao@codesourcery.com>
4368
4369 * command.h, remote.c: Fix a typo in comment.
4370
4371 2012-07-19 Tom Tromey <tromey@redhat.com>
4372
4373 PR exp/13206:
4374 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4375 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4376 OP_DECLTYPE>: New cases.
4377 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4378 (type_exp): Add new productions.
4379 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4380 and decltype.
4381 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4382 New case.
4383 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4384 OP_DECLTYPE>: New case.
4385 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4386 New case.
4387 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4388 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4389
4390 2012-07-19 Tom Tromey <tromey@redhat.com>
4391
4392 * c-exp.y (enum token_flags): New.
4393 (struct token) <cxx_only>: Remove.
4394 <flags>: New field.
4395 (tokentab3, tokentab2, ident_tokens): Update.
4396 (lex_one_token): Update. Handle FLAG_SHADOW.
4397
4398 2012-07-19 Tom Tromey <tromey@redhat.com>
4399
4400 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4401 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4402 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4403 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4404 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4405 type_exp production where appropriate.
4406 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4407 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4408 <UNOP_MEMVAL_TYPE>: New case.
4409 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4410 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4411 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4412 <UNOP_MEMVAL_TYPE>: New case.
4413 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4414 UNOP_REINTERPRET_CAST>: Update.
4415 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4416 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4417 UNOP_REINTERPRET_CAST>: Update.
4418 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4419 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4420 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4421 constants.
4422
4423 2012-07-19 Yao Qi <yao@codesourcery.com>
4424 Jan Kratochvil <jan.kratochvil@redhat.com>
4425
4426 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4427 and case 'var_optional_filename' together.
4428 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4429 instead of add_setshow_optional_filename_cmd for setshow command
4430 'args'. Set completer for 'set args'.
4431
4432 2012-07-18 Doug Evans <dje@google.com>
4433
4434 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4435 * common/gdb_vecs.c: New file, contents from utils.c.
4436 * common/host-defs.h: New file, contents from defs.h.
4437 * utils.h: New file, contents from defs.h.
4438 * defs.h: Move all declarations of objects defined in utils.c
4439 to utils.h (except QUIT() and related).
4440 #include "utils.h", "host-defs.h".
4441 * probe.h (probe_p): Move here from gdb_vecs.h.
4442 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4443 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4444 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4445 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4446 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4447 (COMMON_OBS): Add gdb_vecs.o.
4448 (gdb_vecs.o): New rule.
4449
4450 2012-07-18 Keith Seitz <keiths@redhat.com>
4451
4452 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4453 parameter. If non-zero, use SYMNAME as the canonical name
4454 for the SaL.
4455 Update all callers.
4456 (convert_linespec_to_sals): Use add_sal_to_sals for
4457 expressions, too.
4458 (decode_line_full): No need to "fill in missing canonical names"
4459 anymore. Simply make cleanups for the allocated names.
4460
4461 2012-07-18 Keith Seitz <keiths@redhat.com>
4462
4463 * linespec.c (struct linespec): Constify expression,
4464 source_filename, function_name, and label_name.
4465 (symbol_not_found_error): Make all parameters const.
4466 (linespec_parser_delete): No need to check for NULL
4467 when using xfree. Cast const char * to char * for xfree.
4468
4469 2012-07-18 Keith Seitz <keiths@redhat.com>
4470
4471 * breakpoint.c (invalid_thread_id_error): New function.
4472 (find_condition_and_thread): Use invalid_thread_id_error.
4473 (watch_command_1): Likewise.
4474
4475 2012-07-18 Tom Tromey <tromey@redhat.com>
4476
4477 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4478 * contrib/cc-with-tweaks.sh: New file.
4479
4480 2012-07-18 Tom Tromey <tromey@redhat.com>
4481
4482 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4483 (locate_dwz_sections): Recognize .gdb_index.
4484 (create_cus_from_index_list): New function.
4485 (create_cus_from_index): Use it. Handle .dwz data.
4486 (read_index_from_section): New function, extracted from
4487 dwarf2_read_index.
4488 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4489 if needed.
4490
4491 2012-07-18 Tom Tromey <tromey@redhat.com>
4492
4493 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4494 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4495 <is_dwz>: New field.
4496 (struct dwz_file): New.
4497 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4498 (locate_dwz_sections, dwarf2_get_dwz_file)
4499 (get_abbrev_section_for_cu): New functions.
4500 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4501 (read_and_check_type_unit_head): Add abbrev_section argument.
4502 (create_debug_types_hash_table): Update.
4503 (init_cutu_and_read_dies): Use proper abbrev section.
4504 (init_cutu_and_read_dies_no_follow): Likewise.
4505 (set_partial_user): Do nothing if PST==NULL.
4506 (read_comp_units_from_section): New function.
4507 (create_all_comp_units): Use it.
4508 (scan_partial_symbols, partial_die_parent_scope): Update.
4509 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4510 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4511 (find_partial_die): Add offset_in_dwz argument. Update.
4512 (guess_partial_die_structure_name, fixup_partial_die): Update.
4513 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4514 DW_FORM_GNU_strp_alt.
4515 (read_indirect_string_from_dwz): New function.
4516 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4517 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4518 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4519 (follow_die_offset): Add offset_in_dwz argument.
4520 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4521 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4522 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4523 Handle new macro forms.
4524 (dwarf_decode_macros): Update.
4525 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4526 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4527 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4528 (create_debug_types_hash_table): Use correct abbrev section.
4529 (get_debug_line_section): New function.
4530 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4531 (process_full_comp_unit): Pass 'required' argument to
4532 end_symtab_get_static_block.
4533 * buildsym.h (end_symtab_get_static_block): Update.
4534 * buildsym.c (end_symtab_get_static_block): Add 'required'
4535 argument.
4536 (end_symtab, end_expandable_symtab): Update.
4537
4538 2012-07-18 Tom Tromey <tromey@redhat.com>
4539
4540 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4541 (pagesize): Remove.
4542 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4543 (zlib_decompress_section): Remove.
4544 (dwarf2_read_section): Use gdb_bfd_map_section.
4545 (munmap_section_buffer): Remove.
4546 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4547 munmap_section_buffer.
4548 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4549 (struct gdb_bfd_section_data): New.
4550 (free_one_bfd_section): New function.
4551 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4552 (get_section_descriptor, zlib_decompress_section)
4553 (gdb_bfd_map_section): New functions.
4554 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4555
4556 2012-07-18 Tom Tromey <tromey@redhat.com>
4557
4558 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4559
4560 2012-07-18 Tom Tromey <tromey@redhat.com>
4561
4562 * gdb_bfd.c (struct gdb_bfd_data): New.
4563 (gdb_bfd_cache): New global.
4564 (struct gdb_bfd_cache_search): New.
4565 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4566 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4567 * gdb_bfd.h (gdb_bfd_open): Declare.
4568
4569 2012-07-18 Tom Tromey <tromey@redhat.com>
4570
4571 * utils.c (make_cleanup_bfd_unref): Rename from
4572 make_cleanup_bfd_close.
4573 * defs.h (make_cleanup_bfd_unref): Rename from
4574 make_cleanup_bfd_close.
4575 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4576 (bfd_openw_with_cleanup): Update.
4577 * corelow.c (core_open): Update.
4578 * dsrec.c (load_srec): Update.
4579 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4580 * remote-m32r-sdi.c (m32r_load): Update.
4581 * remote-mips.c (mips_load_srec): Update.
4582 (pmon_load_fast): Update.
4583 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4584 Update.
4585 (darwin_bfd_open): Update.
4586 * solib.c (solib_bfd_fopen): Update.
4587 * symfile-mem.c (symbol_file_add_from_memory): Update.
4588 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4589 (symfile_bfd_open): Update.
4590 (generic_load): Update.
4591
4592 2012-07-18 Tom Tromey <tromey@redhat.com>
4593
4594 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4595 (pmon_load_fast): Likewise.
4596 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4597 (m32r_upload_command): Likewise.
4598 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4599 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4600 Use make_cleanup_bfd_close.
4601
4602 2012-07-18 Tom Tromey <tromey@redhat.com>
4603
4604 * symfile.c (symfile_bfd_open): Don't copy name. Call
4605 gdb_bfd_stash_filename.
4606 (load_command): Open the new BFD before freeing the old.
4607 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4608 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4609 Call gdb_bfd_stash_filename.
4610 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4611 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4612 gdb_bfd_stash_filename.
4613 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4614 Free found_pathname.
4615 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4616 gdb_bfd_stash_filename.
4617 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4618 * machoread.c (macho_add_oso_symfile): Call
4619 gdb_bfd_stash_filename.
4620 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4621 gdb_bfd_stash_filename.
4622 (macho_check_dsym): Don't copy filename. Call
4623 gdb_bfd_stash_filename.
4624 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4625 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4626 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4627 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4628 * exec.c (exec_close): Don't free the BFD's filename.
4629 (exec_file_attach): Don't copy the filename. Call
4630 gdb_bfd_stash_filename.
4631 * corelow.c (core_close): Don't free the BFD's filename.
4632 (core_open): Call gdb_bfd_stash_filename.
4633 * corefile.c (reopen_exec_file): Remove #if 0 code.
4634 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4635 pathname.
4636 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4637
4638 2012-07-18 Tom Tromey <tromey@redhat.com>
4639
4640 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4641 gdb_bfd_unref.
4642 (free_dwo_file): Use gdb_bfd_unref.
4643 * cli/cli-dump.c: Include gdb_bfd.h.
4644 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4645 (bfd_openr_with_cleanup): Likewise.
4646 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4647 gdb_bfd_unref.
4648 * utils.c: Include gdb_bfd.h.
4649 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4650 * symfile.c: Include gdb_bfd.h.
4651 (separate_debug_file_exists): Use gdb_bfd_unref.
4652 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4653 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4654 (generic_load): Use gdb_bfd_ref.
4655 (reread_symbols): Use gdb_bfd_unref.
4656 * symfile-mem.c: Include gdb_bfd.h.
4657 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4658 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4659 * solib.c: Include gdb_bfd.h.
4660 (solib_bfd_fopen): Use gdb_bfd_ref.
4661 (solib_bfd_open): Use gdb_bfd_unref.
4662 (free_so_symbols): Use gdb_bfd_unref.
4663 (reload_shared_libraries_1): Use gdb_bfd_unref.
4664 * solib-spu.c: Include gdb_bfd.h.
4665 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4666 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4667 gdb_bfd_unref.
4668 * solib-frv.c: Include gdb_bfd.h.
4669 (enable_break2): Use gdb_bfd_unref.
4670 * solib-dsbt.c: Include gdb_bfd.h.
4671 (enable_break2): Use gdb_bfd_unref.
4672 * solib-darwin.c: Include gdb_bfd.h.
4673 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4674 gdb_bfd_unref.
4675 (darwin_bfd_open): Use gdb_bfd_unref.
4676 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4677 * remote-mips.c: Include gdb_bfd.h.
4678 (mips_load_srec): Use gdb_bfd_ref.
4679 (pmon_load_fast): Use gdb_bfd_ref.
4680 * remote-m32r-sdi.c: Include gdb_bfd.h.
4681 (m32r_load): Use gdb_bfd_ref.
4682 * record.c: Include gdb_bfd.h.
4683 (record_save_cleanups): Use gdb_bfd_unref.
4684 (cmd_record_save): Use gdb_bfd_unref.
4685 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4686 gdb_bfd_unref.
4687 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4688 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4689 * objfiles.c: Include gdb_bfd.h.
4690 (free_objfile): Use gdb_bfd_unref.
4691 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4692 gdb_bfd.c.
4693 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4694 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4695 (macho_check_dsym): Likewise.
4696 * m32r-rom.c: Include gdb_bfd.h.
4697 (m32r_load): Use gdb_bfd_ref.
4698 (m32r_upload_command): Use gdb_bfd_ref.
4699 * jit.c: Include gdb_bfd.h.
4700 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4701 * gdb_bfd.h: New file.
4702 * gdb_bfd.c: New file.
4703 * gcore.c: Include gdb_bfd.h.
4704 (create_gcore_bfd): Use gdb_bfd_ref.
4705 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4706 (gcore_command): Use gdb_bfd_unref.
4707 * exec.c: Include gdb_bfd.h.
4708 (exec_close): Use gdb_bfd_unref.
4709 (exec_close_1): Use gdb_bfd_unref.
4710 (exec_file_attach): Use gdb_bfd_ref.
4711 * elfread.c: Include gdb_bfd.h.
4712 (build_id_verify): Use gdb_bfd_unref.
4713 * dsrec.c: Include gdb_bfd.h.
4714 (load_srec): Use gdb_bfd_ref.
4715 * corelow.c: Include gdb_bfd.h.
4716 (core_close): Use gdb_bfd_unref.
4717 (core_open): Use gdb_bfd_ref.
4718 * bfd-target.c: Include gdb_bfd.h.
4719 (target_bfd_xclose): Use gdb_bfd_unref.
4720 (target_bfd_reopen): Use gdb_bfd_ref.
4721 * Makefile.in (SFILES): Add gdb_bfd.c.
4722 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4723 (COMMON_OBS): Add gdb_bfd.o.
4724
4725 2012-07-18 Keith Seitz <keiths@redhat.com>
4726
4727 * breakpoint.c (find_condition_and_thread): Initialize
4728 TASK and REST.
4729 (create_breakpiont): find_condition_and_thread will now
4730 initialize COND_STRING, THREAD, and REST (and TASK).
4731 (addr_string_to_sals): Likewise.
4732
4733 2012-07-18 Pedro Alves <palves@redhat.com>
4734
4735 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4736 Pull the single step breakpoints out of the target.
4737
4738 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4739
4740 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4741 * stap-probe.c (compile_probe_arg): Likewise.
4742
4743 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4744
4745 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4746 (elf_compile_to_ax): Likewise.
4747 * infrun.c (insert_exception_resume_from_probe): Likewise.
4748 (check_exception_resume): Remove `objfile' variable.
4749 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4750 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4751 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4752 (compare_entries): Rename to...
4753 (compare_probes): ...this. Adjust function to work with
4754 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4755 respectively.
4756 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4757 `VEC (probe_p) *'.
4758 (print_ui_out_info): Adjust argument to be `struct probe *'.
4759 (info_probes_for_ops): Adjust internal computations to use
4760 `VEC (probe_p) *'.
4761 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4762 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4763 gen_info_probes_table_values>: Remove `objfile' argument.
4764 (struct probe) <objfile>: New field.
4765 (find_probe_by_pc): Remove `objfile' argument.
4766 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4767 (stap_get_probe_argument_count): Likewise.
4768 (stap_get_arg): Likewise.
4769 (stap_evaluate_probe_argument): Likewise.
4770 (stap_compile_to_ax): Likewise.
4771 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4772 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4773 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4774 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4775 sym_compile_to_ax>: Likewise.
4776
4777 2012-07-18 Terry Guo <terry.guo@arm.com>
4778
4779 PR 14329
4780 * defs.h (GDB_MI_MSG_WIDTH): New.
4781 * ser_base (ser_base_read_error_fd): New function.
4782 (do_ser_base_readchar): Poll error file descriptor as well as
4783 standard output.
4784 (generic_readchar): Refactor error handling.
4785
4786 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4787
4788 * NEWS: Create a new section for the next release branch.
4789 Rename the section of the current branch, now that it has
4790 been cut.
4791
4792 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4793
4794 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4795 * version.in: Bump version to 7.5.50.20120718-cvs.
4796
4797 2012-07-17 Keith Seitz <keiths@redhat.com>
4798
4799 * linespec.c (linespec_parse_line_offset): Make parameter
4800 const.
4801
4802 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 PR 11914
4805 * f-valprint.c (info_common_command): New variable frame_id.
4806 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4807 * printcmd.c (print_variable_and_value): Extend function comment.
4808 Add comment for invalidated FRAME.
4809 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4810 FI form FRAME_ID after each print_frame_local_vars.
4811 (struct print_variable_and_value_data): Change frame to frame_id.
4812 (do_print_variable_and_value): New variable frame, initialize it from
4813 p->frame_id. Add comment for invalidated FRAME.
4814 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4815 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4816 for invalidated FRAME.
4817
4818 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4819 Pedro Alves <palves@redhat.com>
4820
4821 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4822 loop.
4823
4824 2012-07-16 Tom Tromey <tromey@redhat.com>
4825
4826 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4827
4828 2012-07-15 Doug Evans <dje@google.com>
4829
4830 * dwarf2read.c (stmt_list_hash): New struct.
4831 (type_unit_group): Embed "per_cu" member, remove pointer.
4832 New union member "t", move member "tus" into it, all uses updated.
4833 New member "hash", replaces member "line_offset, all uses updated.
4834 (quick_file_names): Replace member "offset" with "hash", all uses
4835 updated.
4836 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4837 (hash_file_name_entry, eq_file_name_entry): Call them.
4838 (hash_type_unit_group, eq_type_unit_group): Ditto.
4839 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4840 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4841 (dw2_get_file_names): Update.
4842 (create_type_unit_group): Replace "per_cu" arg with "cu".
4843 All callers updated. Fix "quick" (.gdb_index) handling.
4844 (get_type_unit_group): Replace "per_cu" arg with "cu".
4845 All callers updated.
4846 (build_type_unit_groups): Don't reset tu_stats.
4847
4848 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4849 "tab_cur_size". Change member "tab" to be a htab_t.
4850 (create_filename_seen_cache): Update.
4851 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4852 (filename_seen): Update.
4853
4854 2012-07-13 Doug Evans <dje@google.com>
4855
4856 * symtab.c (filename_seen): Update comment.
4857
4858 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4859 Doug Evans <dje@google.com>
4860
4861 * buildsym.c (end_symtab_1): Split it to ...
4862 (end_symtab_get_static_block): ... this ...
4863 (end_symtab_from_static_block): ... and this function.
4864 (end_symtab, end_expandable_symtab): Call them.
4865 * buildsym.h (end_symtab_get_static_block)
4866 (end_symtab_from_static_block): New declarations.
4867 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4868 Set its valid CU ranges.
4869
4870 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4871
4872 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4873 DW_OP_GNU_parameter_ref.
4874
4875 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4876
4877 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4878 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4879
4880 2012-07-13 Doug Evans <dje@google.com>
4881
4882 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4883 (filename_seen_cache): New struct.
4884 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4885 (create_filename_seen_cache): New function.
4886 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4887 (filename_seen): Delete arg "first". New arg "cache". All callers
4888 updated.
4889 (output_source_filename_data): New struct.
4890 (output_source_filename): Delete arg "first". New arg "data".
4891 All callers updated.
4892 (sources_info): Delete local "first". New locals "data", "cleanups".
4893 Rewrite to use filename_seen_cache.
4894 (add_partial_filename_data): Delete member "first". New member
4895 "filename_seen_cache". All uses updated.
4896 (make_source_files_completion_list): Rewrite to use
4897 filename_seen_cache.
4898
4899 2012-07-12 Doug Evans <dje@google.com>
4900
4901 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4902
4903 2012-07-10 Doug Evans <dje@google.com>
4904
4905 PR gdb/13498
4906 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4907 all_type_unit_groups, type_unit_groups, tu_stats.
4908 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4909 All uses updated. Add type_unit_group to union "s".
4910 (type_unit_group): New struct.
4911 (IS_TYPE_UNIT_GROUP): New macro.
4912 (abbrev_table): Delete unused member "section".
4913 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4914 (dw2_get_cu): Assert not used with type_unit_group.
4915 (dw2_get_primary_cu): New function.
4916 (dw2_build_type_unit_groups_reader): New function.
4917 (dw2_build_type_unit_groups): New function.
4918 (dw2_get_file_names): Assert not called on type units.
4919 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4920 Redo loop to iterate over type unit groups instead of type units.
4921 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4922 (read_abbrev_offset): New function.
4923 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4924 updated.
4925 (create_partial_symtab): New function.
4926 (process_psymtab_comp_unit_reader): Assert not used with type units.
4927 Call create_partial_symtab.
4928 (process_psymtab_type_unit): Delete.
4929 (hash_type_unit_group, eq_type_unit_group): New functions.
4930 (allocate_type_unit_groups_table): New function.
4931 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4932 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4933 (create_type_unit_group, get_type_unit_group): New functions.
4934 (tu_abbrev_offset): New struct.
4935 (sort_tu_by_abbrev_offset): New function.
4936 (add_type_unit_group_to_table): New function.
4937 (build_type_unit_groups): New function.
4938 (build_type_psymtabs_reader): New function.
4939 (build_type_psymtab_dependencies): New function.
4940 (build_type_psymtabs): Rewrite.
4941 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4942 is seen in a type unit.
4943 (process_queue): Move symtab expansion debugging printfs here.
4944 Call process_full_type_unit for type units.
4945 (compute_symtab_includes): Assert not called for type units.
4946 (process_cu_includes): Don't call compute_symtab_includes for
4947 type units.
4948 (process_full_type_unit): New function.
4949 (process_imported_unit_die): Flag an error if called for type units.
4950 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4951 updated. Assert not called for type units.
4952 (read_file_scope): Call dwarf2_start_symtab.
4953 (setup_type_unit_groups): New function.
4954 (read_type_unit_scope): Rewrite.
4955 (abbrev_table_read_table): Initialize abbrev_table->offset.
4956 (abbrev_table_free_cleanup): New function.
4957 (dwarf2_start_symtab): New function.
4958 (load_full_type_unit): Assert not called for type unit groups.
4959 * buildsym.c (finish_block_internal): New arg "expandable".
4960 All callers updated.
4961 (start_symtab): Move most contents to ...
4962 (restart_symtab): ... here. New function.
4963 (reset_symtab_globals): New function.
4964 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4965 Call reset_symtab_globals.
4966 (end_symtab, end_expandable_symtab): New functions.
4967 (set_missing_symtab, augment_type_symtab): New functions.
4968 * buildsym.h (end_expandable_symtab): Declare.
4969 (augment_type_symtab, restart_symtab): Declare.
4970 * psympriv.h (struct partial_symtab): New member "anonymous".
4971 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4972 anonymous psymtabs.
4973 (read_psymtabs_with_filename): Ditto.
4974 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4975 (expand_symtabs_matching_via_partial): Ditto.
4976 (dump_psymtab): Update.
4977 * dictionary.c (dict_add_pending): New function.
4978 * dictionary.h (dict_add_pending): Declare.
4979
4980 2012-07-09 Doug Evans <dje@google.com>
4981
4982 * buildsym.c (start_subfile): Remove unnecessary check for
4983 name == NULL.
4984
4985 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4986
4987 * dwarf2read.c (load_full_type_unit): Simplify.
4988
4989 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4990 to struct signatured_type **. All uses updated.
4991
4992 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4993 All callers updated.
4994
4995 2012-07-09 Tom Tromey <tromey@redhat.com>
4996
4997 * c-exp.y (check_parameter_typelist): New function.
4998 (parameter_typelist): Call it.
4999 * eval.c (make_params): Handle '(void)' case.
5000 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5001 '(void)' case.
5002
5003 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 * common/linux-ptrace.c: Include gdb_assert.h.
5006 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5007 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5008 stdint.h.
5009 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5010 functions.
5011 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5012 * linux-nat.c (linux_child_post_attach)
5013 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5014
5015 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5016
5017 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5018 nptl <2.7 bug workaround for core files.
5019
5020 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5021
5022 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5023 clearing.
5024 (save_siginfo): Remove.
5025 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5026 call.
5027 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5028 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5029 * linux-nat.h (struct lwp_info): Remove field siginfo.
5030
5031 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5032
5033 Code cleanup for the next patch.
5034 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5035 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5036 call for it.
5037 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5038 (ia64_linux_stopped_data_address):
5039 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5040 the return value.
5041 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5042 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5043 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5044 call for it.
5045
5046 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5047
5048 PR 14321
5049 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5050 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5051
5052 2012-07-06 Tom Tromey <tromey@redhat.com>
5053
5054 * c-exp.y (DOTDOTDOT): New token.
5055 (func_mod, exp): Use parameter_typelist.
5056 (parameter_typelist): New production.
5057 (tokentab3): Add "..." token.
5058 * eval.c (make_params): Handle varargs.
5059 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5060 varargs.
5061
5062 2012-07-06 Tom Tromey <tromey@redhat.com>
5063
5064 PR exp/9608:
5065 * c-exp.y (%union) <tvec>: Change type.
5066 (func_mod): Now uses <tvec> type.
5067 (exp): Update for tvec change.
5068 (direct_abs_decl): Push the typelist.
5069 (func_mod): Return a typelist.
5070 (nonempty_typelist): Update for tvec change.
5071 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5072 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5073 * parse.c (pop_type_list): New function.
5074 (push_typelist): New function.
5075 (follow_types): Handle tp_function_with_arguments.
5076 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5077 (enum type_pieces) <tp_function_with_arguments>: New constant.
5078 (union type_stack_elt) <typelist_val>: New field.
5079 (push_typelist): Declare.
5080
5081 2012-07-06 Tom Tromey <tromey@redhat.com>
5082
5083 * c-exp.y (%union) <type_stack>: New field.
5084 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5085 (ptr_operator_ts): New production.
5086 (ptype): Update.
5087 * parse.c (type_stack_reserve): New function.
5088 (check_type_stack_depth): Use it.
5089 (pop_type_stack, append_type_stack, push_type_stack)
5090 (get_type_stack, type_stack_cleanup): New functions.
5091 (follow_types): Handle tp_type_stack.
5092 (_initialize_parse): Simplify initialization.
5093 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5094 constant.
5095 (union type_stack_elt) <stack_val>: New field.
5096 (get_type_stack, append_type_stack, push_type_stack)
5097 (type_stack_cleanup): Declare.
5098
5099 2012-07-06 Tom Tromey <tromey@redhat.com>
5100
5101 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5102 Remove.
5103 (struct type_stack): New.
5104 * parse.c (type_stack, type_stack_size, type_stack_depth):
5105 Remove.
5106 (type_stack): New global.
5107 (parse_exp_in_context, check_type_stack_depth)
5108 (insert_into_type_stack, insert_type, push_type, push_type_int)
5109 (insert_type_address_space, pop_type, pop_type_int)
5110 (_initialize_parse): Update.
5111
5112 2012-07-06 Tom Tromey <tromey@redhat.com>
5113
5114 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5115 Remove %type.
5116
5117 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5118
5119 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5120
5121 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5122 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5125 alloca with xmalloc/xfree.
5126
5127 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5128
5129 * MAINTAINERS (Write After Approval): Add myself to the list.
5130
5131 2012-07-05 Doug Evans <dje@google.com>
5132
5133 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5134
5135 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5136
5137 * ax-gdb.c (cli/cli-utils.h): New include.
5138 (linespec.h): Ditto.
5139 (agent_eval_command_one): New function.
5140 (agent_command_1): Ditto.
5141 (agent_command): Call function agent_command_1.
5142 (agent_eval_command): Ditto.
5143 (_initialize_ax_gdb): Change help for "maint agent"
5144 and "maint agent-eval".
5145
5146 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5147
5148 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5149 * cli/cli-utils.c (check_for_argument): New function.
5150 * cli/cli-utils.h (check_for_argument): Ditto.
5151
5152 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5153
5154 * NEWS: Mention x32 ABI support.
5155
5156 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5157
5158 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5159 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5160
5161 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5162 and pc_regnum_from_eax to -1. Update SP regnum from
5163 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5164 needed.
5165
5166 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5167 pc_regnum_from_eax.
5168
5169 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5170
5171 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5172 * dwarf2expr.h: Include gdbtypes.h.
5173 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5174 these forward declarations.
5175 (cu_offset, sect_offset): Move these ...
5176 * gdbtypes.h: Remove include dwarf2expr.h.
5177 (cu_offset, sect_offset): ... here.
5178
5179 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5180
5181 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5182 (amd64_linux_sigtramp_code): This.
5183 (amd64_x32_linux_sigtramp_code): New.
5184 (LINUX_SIGTRAMP_LEN): Updated.
5185 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5186
5187 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5188
5189 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5190
5191 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * config.in: Regenerate.
5194 * configure: Regenerate.
5195 * configure.ac: Remove check for gnu/libc-version.h.
5196 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5197 gnu/libc-version.h.
5198 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5199 variables libc_version, libc_major and libc_minor. Replace sscanf by
5200 inferior_has_bug. Extend the comment.
5201
5202 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5203
5204 * linux-thread-db.c (inferior_has_bug): New function.
5205 (thread_db_find_new_threads_silently): Return boolean as checked by
5206 inferior_has_bug, describe it in the comments.
5207 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5208 earlier. Abort the initialization if it returned non-zero.
5209 (thread_db_new_objfile): Exclude debug files.
5210 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5211 if UNTIL_NO_NEW,
5212
5213 2012-07-02 Doug Evans <dje@google.com>
5214
5215 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5216 related to queue management.
5217
5218 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5219 instead of "debug dwarf2-die" in debugging printfs.
5220 (create_debug_info_hash_table_reader): Ditto.
5221 (create_debug_info_hash_table): Ditto.
5222 (init_dwo_file): Ditto.
5223 (init_cutu_and_read_dies): Add debugging printf.
5224 (init_cutu_and_read_dies_no_follow): Ditto.
5225 (process_psymtab_comp_unit_reader): Ditto.
5226
5227 2012-07-02 Stan Shebs <stan@codesourcery.com>
5228
5229 Add target-side support for dynamic printf.
5230 * NEWS: Mention the additional style.
5231 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5232 (struct bp_location): New field cmd_bytecode.
5233 * breakpoint.c: Include format.h.
5234 (disconnected_dprintf): New global.
5235 (parse_cmd_to_aexpr): New function.
5236 (build_target_command_list): New function.
5237 (insert_bp_location): Call it.
5238 (remove_breakpoints_pid): Skip dprintf breakpoints.
5239 (print_one_breakpoint_location): Ditto.
5240 (dprintf_style_agent): New global.
5241 (dprintf_style_enums): Add dprintf_style_agent.
5242 (update_dprintf_command_list): Add agent case.
5243 (agent_printf_command): New function.
5244 (_initialize_breakpoint): Add new commands.
5245 * common/ax.def (printf): New bytecode.
5246 * ax.h (ax_string): Declare.
5247 * ax-gdb.h (gen_printf): Declare.
5248 * ax-gdb.c: Include cli-utils.h, format.h.
5249 (gen_printf): New function.
5250 (maint_agent_print_command): New function.
5251 (_initialize_ax_gdb): Add maint agent-printf command.
5252 * ax-general.c (ax_string): New function.
5253 (ax_print): Add printf disassembly.
5254 * Makefile.in (SFILES): Add format.c
5255 (COMMON_OBS): Add format.o.
5256 * common/format.h: New file.
5257 * common/format.c: New file.
5258 * printcmd.c: Include format.h.
5259 (ui_printf): Call parse_format_string.
5260 * remote.c (remote_state): New field breakpoint_commands.
5261 (PACKET_BreakpointCommands): New enum.
5262 (remote_breakpoint_commands_feature): New function.
5263 (remote_protocol_features): Add new BreakpointCommands entry.
5264 (remote_can_run_breakpoint_commands): New function.
5265 (remote_add_target_side_commands): New function.
5266 (remote_insert_breakpoint): Call it.
5267 (remote_insert_hw_breakpoint): Ditto.
5268 (_initialize_remote): Add new packet configuration for
5269 target-side breakpoint commands.
5270 * target.h (struct target_ops): New field
5271 to_can_run_breakpoint_commands.
5272 (target_can_run_breakpoint_commands): New macro.
5273 * target.c (update_current_target): Handle
5274 to_can_run_breakpoint_commands.
5275
5276 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5277
5278 Execute -ix and -iex only after system and user gdbinit files.
5279 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5280 processing down after gdbinit files.
5281
5282 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5283
5284 Add fnmatch-gnu module.
5285 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5286 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5287 * gnulib/aclocal.m4: Regenerate.
5288 * gnulib/config.in: Regenerate.
5289 * gnulib/configure: Regenerate.
5290 * gnulib/import/dummy.c: Remove.
5291 * gnulib/import/Makefile.am: Regenerate.
5292 * gnulib/import/Makefile.in: Likewise.
5293 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5294 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5295 * gnulib/import/alloca.c: New file.
5296 * gnulib/import/alloca.in.h: Likewise.
5297 * gnulib/import/config.charset: Likewise.
5298 * gnulib/import/fnmatch.c: Likewise.
5299 * gnulib/import/fnmatch.in.h: Likewise.
5300 * gnulib/import/fnmatch_loop.c: Likewise.
5301 * gnulib/import/localcharset.c: Likewise.
5302 * gnulib/import/localcharset.h: Likewise.
5303 * gnulib/import/m4/alloca.m4: Likewise.
5304 * gnulib/import/m4/codeset.m4: Likewise.
5305 * gnulib/import/m4/configmake.m4: Likewise.
5306 * gnulib/import/m4/fcntl-o.m4: Likewise.
5307 * gnulib/import/m4/fnmatch.m4: Likewise.
5308 * gnulib/import/m4/glibc21.m4: Likewise.
5309 * gnulib/import/m4/localcharset.m4: Likewise.
5310 * gnulib/import/m4/locale-fr.m4: Likewise.
5311 * gnulib/import/m4/locale-ja.m4: Likewise.
5312 * gnulib/import/m4/locale-zh.m4: Likewise.
5313 * gnulib/import/m4/mbrtowc.m4: Likewise.
5314 * gnulib/import/m4/mbsinit.m4: Likewise.
5315 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5316 * gnulib/import/m4/mbstate_t.m4: Likewise.
5317 * gnulib/import/m4/stdbool.m4: Likewise.
5318 * gnulib/import/m4/wchar_h.m4: Likewise.
5319 * gnulib/import/m4/wctype_h.m4: Likewise.
5320 * gnulib/import/m4/wint_t.m4: Likewise.
5321 * gnulib/import/mbrtowc.c: Likewise.
5322 * gnulib/import/mbsinit.c: Likewise.
5323 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5324 * gnulib/import/mbsrtowcs-state.c: Likewise.
5325 * gnulib/import/mbsrtowcs.c: Likewise.
5326 * gnulib/import/ref-add.sin: Likewise.
5327 * gnulib/import/ref-del.sin: Likewise.
5328 * gnulib/import/stdbool.in.h: Likewise.
5329 * gnulib/import/streq.h: Likewise.
5330 * gnulib/import/strnlen1.c: Likewise.
5331 * gnulib/import/strnlen1.h: Likewise.
5332 * gnulib/import/verify.h: Likewise.
5333 * gnulib/import/wchar.in.h: Likewise.
5334 * gnulib/import/wctype.in.h: Likewise.
5335
5336 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5337
5338 Support shell wildcards for 'set auto-load safe-path'.
5339 * auto-load.c: Include fnmatch.h.
5340 (filename_is_in_dir): Rename to ...
5341 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5342 it. Update function comment. Rename dir_len to pattern_len. New
5343 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5344 messages. Use gdb_filename_fnmatch.
5345 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5346 pattern.
5347 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5348 * defs.h (gdb_filename_fnmatch): New declaration.
5349 * utils.c: Include fnmatch.h.
5350 (gdb_filename_fnmatch): New function.
5351
5352 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5353
5354 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5355 `-probe' and `-probe-stap' options.
5356
5357 2012-07-01 Yao Qi <yao@codesourcery.com>
5358
5359 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5360 always_inserted_off, and always_inserted_enums.
5361 Change always_inserted_mode's type to 'enum auto_boolean'.
5362 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5363 callers.
5364 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5365 of add_setshow_enum_cmd.
5366 * infrun.c: Remove can_use_displaced_stepping_auto,
5367 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5368 can_use_displaced_stepping_enum.
5369 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5370 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5371 callers.
5372 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5373 add_setshow_enum_cmd.
5374
5375 2012-06-30 Doug Evans <dje@google.com>
5376
5377 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5378 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5379 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5380
5381 2012-06-29 Doug Evans <dje@google.com>
5382
5383 * linespec.c: #include "stack.h".
5384 (decode_line_with_current_source): Moved here from symtab.c and
5385 renamed from decode_line_spec. All callers updated.
5386 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5387 renamed from decode_line_spec_1. All callers updated.
5388 * linespec.h (decode_line_with_current_source): Move declaration here
5389 from symtab.h and renamed from decode_line_spec.
5390 (decode_line_with_last_displayed): Move declaration here from symtab.h
5391 and renamed from decode_line_spec_1.
5392 * macrocmd.c: #include "linespec.h".
5393 * symtab.c: Remove #include "linespec.h".
5394
5395 2012-06-28 Doug Evans <dje@google.com>
5396
5397 * dwarf2read.c (get_cu_length): New function.
5398 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5399 (create_debug_types_hash_table): Ditto.
5400 (init_cutu_and_read_dies): Ditto.
5401 (init_cutu_and_read_dies_no_follow): Ditto.
5402
5403 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5404
5405 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5406 (struct abbrev_table): Define.
5407 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5408 abbrev_table.
5409 (init_cutu_and_read_dies): Update.
5410 (abbrev_table_alloc_abbrev): New function. Replaces
5411 dwarf_alloc_abbrev. All callers updated.
5412 (abbrev_table_add_abbrev): New function.
5413 (abbrev_table_lookup_abbrev): New function. Replaces
5414 dwarf2_lookup_abbrev. All callers updated.
5415 (abbrev_table_read_table): New function. Contents moved here from
5416 dwarf2_read_abbrevs.
5417 (dwarf2_read_abbrevs): Call it.
5418 (abbrev_table_free): New function.
5419 (dwarf2_free_abbrev_table): Call it.
5420
5421 2012-06-28 Stan Shebs <stan@codesourcery.com>
5422
5423 * osdata.c (info_osdata_command): Filter out "Title" columns
5424 from non-MI uses.
5425 * common/linux-osdata.c (struct osdata_type): Add title field.
5426 (osdata_table): Add titles to each entry.
5427 (linux_command_xfer_osdata): Add a column for title data.
5428
5429 2012-06-28 Stan Shebs <stan@codesourcery.com>
5430
5431 Make logging work for MI.
5432 * NEWS: Mention it.
5433 * interps.h (interp_set_logging_ftype): New typedef.
5434 (struct interp_procs): New field set_logging_proc.
5435 (current_interp_set_logging): Declare.
5436 * interps.c (current_interp_set_logging): New function.
5437 * cli/cli-logging.c: Include interps.h.
5438 (set_logging_redirect): Call current_interp_set_logging.
5439 (pop_output_files): Ditto.
5440 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5441 * mi/mi-console.h (mi_console_set_raw): Declare.
5442 * mi/mi-console.c (mi_console_set_raw): New function.
5443 * mi/mi-interp.c (saved_raw_stdout): New global.
5444 (mi_set_logging): New function.
5445 (_initialize_mi_interp): Add it to interp procs.
5446
5447 2012-06-28 Doug Evans <dje@google.com>
5448
5449 * symtab.c (lookup_symbol_aux_objfile): Use
5450 ALL_OBJFILE_PRIMARY_SYMTABS.
5451
5452 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5453
5454 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5455
5456 * common/buffer.c: Include inttypes.h and stdint.h.
5457 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5458
5459 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5460 Pedro Alves <palves@redhat.com>
5461
5462 * gdbthread.h (ALL_THREADS): New macro.
5463 (thread_list): Declare.
5464 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5465 going, but instead fall through to the stepping handling.
5466 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5467 the passed in signal. Adjust debug output.
5468 (resume_callback): Rename to ...
5469 (linux_nat_resume_callback): ... this. Pass the thread's last
5470 stop signal, if in "pass" state.
5471 (linux_nat_resume): Adjust to rename.
5472 (stop_wait_callback): New assertion. Don't respawn signals;
5473 instead let the LWP remain with SIGNALLED set.
5474 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5475 * remote.c (append_pending_thread_resumptions): New.
5476 (remote_vcont_resume): Call it.
5477 * target.h (target_resume): Extend comment.
5478
5479 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5480
5481 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5482
5483 2012-06-27 Doug Evans <dje@google.com>
5484
5485 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5486 Delete have_addr_base, unused. All uses updated.
5487 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5488 (dwarf2_get_pc_bounds): Add ranges_base.
5489 (dwarf2_record_block_ranges): Ditto.
5490
5491 2012-06-27 Tom Tromey <tromey@redhat.com>
5492
5493 PR macros/7961:
5494 * varobj.c (varobj_create): Update.
5495 (varobj_set_value): Update.
5496 * tracepoint.c (validate_actionline): Update.
5497 (encode_actions_1): Update.
5498 * parse.c (parse_exp_1): Add 'pc' argument.
5499 (parse_exp_in_context): Add 'pc' argument. Change how
5500 expression_context_pc is set.
5501 (parse_expression): Update.
5502 (parse_field_expression): Update.
5503 * expression.h (parse_exp_1): Update.
5504 * eval.c (parse_to_comma_and_eval): Update.
5505 * breakpoint.c (set_breakpoint_condition): Update.
5506 (update_watchpoint): Update.
5507 (init_breakpoint_sal): Update
5508 (find_condition_and_thread): Update.
5509 (watch_command_1): Update.
5510 (update_breakpoint_locations): Update.
5511 * ada-lang.c (ada_read_renaming_var_value): Update.
5512 (create_excep_cond_exprs): Update.
5513
5514 2012-06-27 Doug Evans <dje@google.com>
5515
5516 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5517 type units.
5518
5519 2012-06-26 Doug Evans <dje@google.com>
5520
5521 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5522 prototype.
5523 (error_check_comp_unit_head): New arg abbrev_section. All callers
5524 updated.
5525 (read_and_check_comp_unit_head): Ditto.
5526 (read_and_check_type_unit_head): Ditto.
5527
5528 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5529
5530 New attribute 'last' for gdb.Symtab_and_line.
5531 * NEWS (Python Scripting): Add entry about the new attribute.
5532 * python/py-symtab.c (salpy_get_last): New function which
5533 implements the get method for the 'last' attribute of
5534 gdb.Symtab_and_line.
5535 (sal_object_getset): Add entry for the 'last' attribute.
5536
5537 2012-06-26 Doug Evans <dje@google.com>
5538
5539 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5540 (dwo_sections): Add macinfo, macro.
5541 (dwarf2_locate_dwo_sections): Watch for macro sections.
5542 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5543 All callers updated. Handle DWO files.
5544
5545 * NEWS: Mention new options "set debug dwarf2-read" and
5546 "set debug symtab-create".
5547 * dwarf2read.c (dwarf2_read_debug): New static global.
5548 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5549 (process_queue): Ditto.
5550 (process_full_comp_unit): Ditto.
5551 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5552 * elfread.c (elf_symfile_read): Add debugging printf.
5553 * minsyms.c (install_minimal_symbols): Ditto.
5554 * psymtab.c (allocate_psymtab): Ditto.
5555 * symfile.c (allocate_symtab): Ditto.
5556 * symtab.c (symtab_create_debug): New global.
5557 (_initialize_symtab): Add new option "set debug symtab-create".
5558 * symtab.h (symtab_create_debug): Declare.
5559
5560 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5561 (lookup_dwo_type_unit): Ditto.
5562
5563 2012-06-26 Roland McGrath <roland@hack.frob.com>
5564 H.J. Lu <hongjiu.lu@intel.com>
5565
5566 * amd64-linux-nat.c: Include <sys/user.h>.
5567 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5568 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5569 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5570
5571 * configure.ac: Check if the fs_base and gs_base members of
5572 `struct user_regs_struct' exist.
5573 * config.in: Regenerated.
5574 * configure: Likewise.
5575
5576 2012-06-25 Michael Eager <eager@eagercon.com>
5577
5578 PR python/14291
5579 * python/python.c (gdbpy_write): Check for interrupted output.
5580
5581 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5582
5583 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5584 register as a stack alignment in ARM mode.
5585
5586 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5587
5588 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5589 * gnulib/config.in: Regenerate.
5590 * gnulib/configure: Likewise.
5591 * gnulib/import/m4/extensions.m4: Update it.
5592 * gnulib/import/m4/gnulib-common.m4: Likewise.
5593 * gnulib/import/m4/memmem.m4: Likewise.
5594 * gnulib/import/m4/mmap-anon.m4: Likewise.
5595 * gnulib/import/m4/multiarch.m4: Likewise.
5596 * gnulib/import/stdint.in.h: Likewise.
5597
5598 2012-06-24 Yao Qi <yao@codesourcery.com>
5599
5600 * corefile.c (write_memory_with_notification): New.
5601 * gdbcore.h: Declare write_memory_with_notification.
5602 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5603 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5604 * valops.c (value_assign): Likewise.
5605 * python/py-inferior.c (infpy_write_memory): Call
5606 'write_memory_with_notification'.
5607
5608 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5609
5610 * cc-with-index.sh: Use also -ex "set auto-load no".
5611
5612 2012-06-23 Doug Evans <dje@google.com>
5613
5614 PR 14125
5615 * NEWS: Document additions to .gdb_index.
5616 * dwarf2read.c: #include "gdb/gdb-index.h".
5617 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5618 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5619 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5620 (dwarf2_read_index): Recognize version 7.
5621 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5622 block_kind, domain): All callers updated.
5623 (dw2_find_symbol_file): Handle new index CU values.
5624 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5625 (add_index_entry): New args is_static, kind. All callers updated.
5626 (offset_type_compare, uniquify_cu_indices): New functions
5627 (symbol_kind): New function.
5628 (write_psymtabs_to_index): Remove duplicate CU values.
5629 (write_psymtabs_to_index): Write .gdb_index version 7.
5630
5631 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5632
5633 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5634 * configure: Regenerate.
5635
5636 2012-06-20 Yao Qi <yao@codesourcery.com>
5637
5638 * python/py-inferior.c: Update comments of infpy_read_memory
5639 and infpy_write_memory.
5640
5641 2012-06-19 Tom Tromey <tromey@redhat.com>
5642
5643 PR exp/9514:
5644 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5645 (push_type_address_space): Remove.
5646 * parse.c (insert_into_type_stack): New function.
5647 (insert_type): Likewise.
5648 (insert_type_address_space): Rename from push_type_address_space.
5649 Insert tp_space_identifier.
5650 * c-exp.y (ptr_operator): New production.
5651 (abs_decl): Use ptr_operator.
5652 (space_identifier): Call insert_type_address_space.
5653 (ptype): Don't use const_or_volatile_or_space_identifier.
5654 (const_or_volatile_noopt): Call insert_type.
5655 (conversion_type_id, conversion_declarator): New productions.
5656 (operator): Use conversion_type_id.
5657
5658 2012-06-18 Doug Evans <dje@google.com>
5659
5660 * symtab.h (minimal_symbol): New member created_by_gdb.
5661 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5662 created by gdb.
5663 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5664 (search_symbols): Call it instead of lookup_symbol.
5665 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5666
5667 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5668 Adjust address for DW_OP_GNU_addr_index.
5669 * dwarf2expr.h (dwarf_expr_context): Update comment.
5670 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5671 all callers updated. Handle TLS vars described with
5672 DW_OP_GNU_const_index.
5673 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5674 and DW_OP_GNU_const_index.
5675 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5676
5677 * block.c (find_block_in_blockvector): Make explicit the fact that we
5678 ignore GLOBAL_BLOCK.
5679
5680 2012-06-18 Tom Tromey <tromey@redhat.com>
5681
5682 * c-exp.y (operator): Remove trailing space after "delete" and
5683 "delete[]".
5684
5685 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5686 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 Switch i386 and derived targets to ON_STACK.
5689 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5690 (amd64_dicos_init_abi): Remove its installment.
5691 * dicos-tdep.c (dicos_init_abi): Remove the
5692 set_gdbarch_call_dummy_location call. Update the comment here.
5693 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5694 (i386_dicos_init_abi): Remove its installment.
5695 * i386-tdep.c (i386_push_dummy_code): New function.
5696 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5697 i386_push_dummy_code.
5698
5699 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5700
5701 Remove stale dummy frames.
5702 * breakpoint.c: Include dummy-frame.h.
5703 (longjmp_breakpoint_ops): New variable.
5704 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5705 bp_longjmp_call_dummy.
5706 (bpstat_what, bptype_string, print_one_breakpoint_location)
5707 (init_bp_location): Support bp_longjmp_call_dummy.
5708 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5709 (set_longjmp_breakpoint_for_call_dummy)
5710 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5711 functions.
5712 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5713 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5714 FIXME comment and extend the other comment for bp_call_dummy.
5715 (set_longjmp_breakpoint_for_call_dummy)
5716 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5717 * dummy-frame.c: Include gdbthread.h.
5718 (pop_dummy_frame_bpt): New function.
5719 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5720 (dummy_frame_discard): New function.
5721 (cleanup_dummy_frames): Update the comment about longjmps.
5722 * dummy-frame.h (dummy_frame_discard): New declaration.
5723 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5724 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5725 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5726 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5727 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5728 keep_going if IS_LONGJMP and there is no other reason to stop.
5729
5730 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5731
5732 * remote-sim.c (sim_command_completer): Initialize
5733 variable 'result'.
5734
5735 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5736
5737 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5738 * dwarf2loc.c (call_site_parameter_matches): Support
5739 CALL_SITE_PARAMETER_PARAM_OFFSET.
5740 (needs_dwarf_reg_entry_value): Push stub value.
5741 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5742 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5743 * gdbtypes.h (enum call_site_parameter_kind): New item
5744 CALL_SITE_PARAMETER_PARAM_OFFSET.
5745 (struct call_site.parameter.u): New field param_offset.
5746
5747 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5748
5749 Code cleanup: Generalize call_site.parameter key.
5750 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5751 variable dwarf_reg. New variable kind_u. Update parameters to
5752 push_dwarf_reg_entry_value.
5753 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5754 * dwarf2expr.h (enum call_site_parameter_kind)
5755 (union call_site_parameter_u): Forward declarations.
5756 (struct dwarf_expr_context_funcs): Update parameters and their
5757 description for push_dwarf_reg_entry_value.
5758 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5759 * dwarf2loc.c (call_site_parameter_matches): New function.
5760 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5761 description. Use call_site_parameter_matches.
5762 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5763 Update parameters and their description.
5764 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5765 New variable kind_u. Adjust the caller for updated parameters.
5766 (needs_dwarf_reg_entry_value): Update parameters.
5767 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5768 instead of attr. Update for the changed fields of struct
5769 call_site_parameter.
5770 * gdbtypes.h: Include dwarf2expr.h.
5771 (enum call_site_parameter_kind): New.
5772 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5773 fb_offset into new union u.
5774
5775 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5776
5777 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5778 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5779 for x32.
5780
5781 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5782
5783 * amd64-linux-nat.c (compat_x32_clock_t): New.
5784 (compat_x32_siginfo_t): Likewise.
5785 (compat_x32_siginfo_from_siginfo): Likewise.
5786 (siginfo_from_compat_x32_siginfo): Likewise.
5787 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5788 and siginfo_from_compat_x32_siginfo for x32.
5789
5790 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5791
5792 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5793
5794 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5795
5796 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5797 instead of gdbarch_ptr_bit.
5798 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5799 (amd64_supply_native_gregset): Likewise.
5800 (amd64_collect_native_gregset): Likewise.
5801 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5802 (amd64_supply_xsave): Likewise.
5803 (amd64_collect_fxsave): Likewise.
5804 (amd64_collect_xsave): Likewise.
5805
5806 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5807
5808 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5809 (amd64_linux_read_description): Check DS segment register for
5810 x32 process.
5811
5812 2012-06-15 Tom Tromey <tromey@redhat.com>
5813
5814 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5815 init_cutu_and_read_dies.
5816
5817 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5818
5819 * MAINTAINERS (Write After Approval): Add myself to the list.
5820
5821 2012-06-15 Tom Tromey <tromey@redhat.com>
5822
5823 * valops.c (value_find_oload_method_list): Now static.
5824 * value.h (value_find_oload_method_list): Don't declare.
5825
5826 2012-06-15 Tom Tromey <tromey@redhat.com>
5827
5828 * valops.c (find_overload_match): Use value_ind.
5829
5830 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5831
5832 * infrun.c (handle_inferior_event): Correct indentation.
5833
5834 2012-06-14 Doug Evans <dje@google.com>
5835
5836 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5837 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5838 All uses updated.
5839 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5840 updated. Handle DEBUG_LOC_START_LENGTH.
5841 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5842 (loclist_describe_location): Ditto.
5843
5844 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5845
5846 PR backtrace/13866
5847 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5848 after hiding inline functions.
5849
5850 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5851
5852 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5853 _initialize_inf_ttrace.
5854
5855 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5856
5857 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5858 _initialize_hppa_hpux_nat.
5859
5860 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5861
5862 * remote-sim.c (sim_command_completer): Change type of return
5863 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5864
5865 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5866 Jan Kratochvil <jan.kratochvil@redhat.com>
5867
5868 PR tdep/14222
5869 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5870 stack on a 16-byte boundary.
5871
5872 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5873
5874 * jit.c (finalize_symtab): Set function's return type to 'void' by
5875 default.
5876
5877 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5878 H.J. Lu <hongjiu.lu@intel.com>
5879
5880 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5881 Move bits common to both the classic LP64 and the new x32 ILP32
5882 ABI here.
5883 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5884 (amd64_x32_linux_init_abi): New function.
5885 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5886 subtype.
5887
5888 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5889 * i386-tdep.c (i386_pseudo_register_name): Make public.
5890 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5891 * amd64-tdep.c (amd64_dword_names): Add "eip".
5892 (amd64_x32_pseudo_register_type): New function
5893 (amd64_x32_init_abi): New function.
5894
5895 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5896
5897 PR build/14003
5898 * inferior.h (struct inferior_suspend_state): Comment out.
5899 (struct inferior): Comment out the field suspend.
5900 * infrun.c (struct infcall_suspend_state): Comment out the field
5901 inferior_suspend.
5902 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5903 out its assignment.
5904
5905 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5908 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5909 function comment. Return ERROR for unresolved cases. Implement
5910 returning proper NAME.
5911 (yylex): Accept also NAME from classify_inner_name.
5912 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5913 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5914 LOC_TYPEDEF type.
5915 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5916
5917 2012-06-13 Tom Tromey <tromey@redhat.com>
5918
5919 * breakpoint.c (condition_completer): New function.
5920 (_initialize_breakpoint): Use it.
5921 * value.c (complete_internalvar): New function.
5922 * value.h (complete_internalvar): Declare.
5923
5924 2012-06-13 Tom Tromey <tromey@redhat.com>
5925
5926 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5927 * breakpoint.c (catch_syscall_completer): Return a VEC.
5928 * cli/cli-cmds.c (complete_command): Update.
5929 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5930 (complete_on_enum): Likewise.
5931 * command.h: Include gdb_vecs.h.
5932 (completer_ftype): Change return type.
5933 (complete_on_cmdlist, complete_on_enum): Likewise.
5934 * completer.c (noop_completer, filename_completer)
5935 (location_completer): Return a VEC.
5936 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5937 to a VEC.
5938 (expression_completer, complete_line_internal, complete_line)
5939 (command_completer): Return a VEC.
5940 (gdb_completion_word_break_characters, line_completion_function):
5941 Update.
5942 * completer.h: Include gdb_vecs.h.
5943 (complete_line, noop_completer, filename_completer)
5944 (expression_completer, location_completer, command_completer):
5945 Update.
5946 * f-lang.c (f_word_break_characters): Return a VEC.
5947 * interps.c (interpreter_completer): Return a VEC.
5948 * language.h (struct language_defn)
5949 <la_make_symbol_completion_list>: Return a VEC.
5950 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5951 * symtab.c (free_completion_list): Take a VEC.
5952 (return_val_size, return_val_index): Remove.
5953 (return_val): Now a VEC.
5954 (completion_list_add_name): Update.
5955 (default_make_symbol_completion_list_break_on)
5956 (default_make_symbol_completion_list, make_symbol_completion_list)
5957 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5958 Return a VEC.
5959 (add_filename_to_list): Update.
5960 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5961 <list>: Now a VEC.
5962 (maybe_add_partial_symtab_filename): Update.
5963 (make_source_files_completion_list): Return a VEC.
5964 * symtab.h (default_make_symbol_completion_list_break_on)
5965 (default_make_symbol_completion_list, make_symbol_completion_list)
5966 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5967 (make_source_files_completion_list): Update.
5968
5969 2012-06-13 Tom Tromey <tromey@redhat.com>
5970
5971 * breakpoint.c (add_catch_command): Use completer_ftype.
5972 * breakpoint.h: Include command.h.
5973 (add_catch_command): Use completer_ftype.
5974 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5975 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5976 Use completer_ftype.
5977 * command.h (completer_ftype): New typedef.
5978 (set_cmd_completer): Use it.
5979 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5980 completer_ftype.
5981
5982 2012-06-13 Pedro Alves <palves@redhat.com>
5983
5984 Partial revert of previous change.
5985
5986 * serial.c (scb_base): New global.
5987 (serial_for_fd): New.
5988 (serial_open, serial_fdopen_ops): Link new serial in open serials
5989 chain.
5990 (do_serial_close): Unlink serial from the open serials chain.
5991
5992 2012-06-12 Pedro Alves <palves@redhat.com>
5993
5994 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5995 threads here.
5996 (prepare_for_detach): No longer context switch here in non-stop
5997 mode.
5998 (fetch_inferior_event): Ditto.
5999 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6000 to the event thread before removing breakpoints. Switch to the
6001 event thread before inserting breakpoints and resuming.
6002 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6003 event thread before resuming.
6004 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6005 Switch to the event thread before removing breakpoints.
6006
6007 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6008
6009 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6010 special characters correctly for the Windows shells. See
6011 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6012 report.
6013 [!__MINGW32__]: Remove extra double quote character from special
6014 characters.
6015
6016 2012-06-11 Stan Shebs <stan@codesourcery.com>
6017
6018 * ui-out.h: Remove #if 0 declarations.
6019 * ui-out.c: Remove #if 0 functions.
6020
6021 2012-06-11 Pedro Alves <palves@redhat.com>
6022
6023 * ser-base.c (run_async_handler_and_reschedule): New.
6024 (fd_event, push_event): Use it.
6025 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6026 reference count to 1.
6027 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6028 instead of xfree.
6029 (serial_is_open, serial_ref, serial_unref): New.
6030 * serial.h (serial_open): Adjust comment.
6031 (serial_is_open): Declare.
6032 (serial_close): Adjust comment.
6033 (serial_ref, serial_unref) Declare.
6034 (struct serial): New field 'refcnt'.
6035
6036 2012-06-11 Pedro Alves <palves@redhat.com>
6037
6038 Remove #if 0'd "connect" command, and unnecessary associated
6039 refcounting and serial reuse bits.
6040
6041 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6042 * serial.c (last_serial_opened): Delete.
6043 (scb_base): Delete.
6044 (serial_open): Adjust.
6045 (serial_for_fd): Delete.
6046 (serial_fdopen_ops, do_serial_close): Adjust.
6047 (serial_fdopen_ops): Adjust.
6048
6049 2012-06-11 Pedro Alves <palves@redhat.com>
6050
6051 * serial.c (do_serial_close): Remove early return when SCB is
6052 null.
6053
6054 2012-06-11 Tom Tromey <tromey@redhat.com>
6055
6056 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6057
6058 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 Fix regression by the "ambiguous linespec" series.
6061 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6062 get_last_displayed_symtab and get_last_displayed_line and depending
6063 on CURSAL.
6064
6065 2012-06-11 Tom Tromey <tromey@redhat.com>
6066
6067 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6068 (dw2_find_symbol_file): Use it.
6069
6070 2012-06-11 Michael Eager <eager@eagercon.com>
6071
6072 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6073 * mips-linux-tdep.h (mips_signals): New
6074
6075 2012-06-11 Tom Tromey <tromey@redhat.com>
6076
6077 * infrun.c (handle_inferior_event)
6078 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6079 breakpoint.
6080 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6081 exception logic in all cases. Update comments.
6082 (insert_longjmp_resume_breakpoint): Set the exception resume
6083 breakpoint.
6084
6085 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6086
6087 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6088
6089 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6090
6091 * valarith.c (binop_types_user_defined_p): Fix a typo.
6092
6093 2012-06-08 Yao Qi <yao@codesourcery.com>
6094 Chung-Lin Tang <cltang@codesourcery.com>
6095
6096 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6097 * arch-utils.h: Declare.
6098 * gdbarch.sh: Add return_in_first_hidden_param_p.
6099 * gdbarch.c, gdbarch.h: Regenerated.
6100 * infcall.c (call_function_by_hand): Call
6101 gdbarch_return_in_first_hidden_param_p instead of
6102 language_pass_by_reference.
6103
6104 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6105 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6106 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6107 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6108 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6109 `cplus_return_struct_by_reference'.
6110 (tic6x_return_value): Handle language cplusplus.
6111 (tic6x_return_in_first_hidden_param_p): New.
6112 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6113
6114 2012-06-07 Doug Evans <dje@google.com>
6115
6116 * dwarf2read.c (dwarf2_cu): Add comment.
6117
6118 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6119
6120 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6121 variable.
6122 (mips_eabi_push_dummy_call): Likewise.
6123 (mips_n32n64_push_dummy_call): Likewise.
6124 (mips_o32_push_dummy_call): Likewise.
6125 (mips_o64_push_dummy_call): Likewise.
6126
6127 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6128
6129 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6130
6131 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6132
6133 * mips-tdep.c (mips_pseudo_register_type): Use
6134 mips_float_register_p.
6135
6136 2012-06-06 Pedro Alves <palves@redhat.com>
6137
6138 * infrun.c (handle_inferior_event): Remove calls to
6139 reinit_frame_cache that follow a context_switch call.
6140
6141 2012-06-06 Pedro Alves <palves@redhat.com>
6142
6143 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6144 context_switch and remove stale comment.
6145
6146 2012-06-06 Pedro Alves <palves@redhat.com>
6147
6148 * infrun.c (struct execution_control_state): Remove
6149 `new_thread_event' field.
6150 (handle_inferior_event): Simplify new threads handling; don't
6151 resume the inferior if we find a new thread.
6152
6153 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6154
6155 * NEWS: Document the deprecation of SH's 'regs' command.
6156 * inferior.h (all_registers_info): Add function declaration.
6157 * sh-tdep.c (sh_show_regs): Remove variable.
6158 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6159 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6160 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6161 (sh_show_regs_command): Remove functions.
6162 (sh_gdbarch_init): Don't set sh_show_regs.
6163 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6164 'info all-registers'.
6165 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6166 (sh64_show_regs): Remove functions.
6167 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6168
6169 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * configure.ac: Move development=true below AC_INIT.
6172 * configure: Regenerate.
6173
6174 2012-06-05 Stan Shebs <stan@codesourcery.com>
6175
6176 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6177 gdb_stdout.
6178
6179 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6180
6181 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6182 argument as ssize_t.
6183 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6184 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6185 * target.c (target_read_stack, target_write_memory)
6186 (target_write_raw_memory): Likewise.
6187 * target.h (target_read_stack, target_write_memory)
6188 (target_write_raw_memory): Likewise.
6189
6190 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6191
6192 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6193 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6194 * target.c (target_read_memory): Change LEN to ssize_t.
6195 * target.h (target_read_memory): Change LEN to ssize_t.
6196
6197 2012-06-05 Pedro Alves <palves@redhat.com>
6198
6199 PR backtrace/13866
6200
6201 * breakpoint.c (until_break_command): Only fetch the selected
6202 frame after decode_line_1.
6203
6204 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6205
6206 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6207 event breakpoint at _start, __start or main if a program
6208 interpreter is not found.
6209
6210 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6211
6212 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6213 Add declaration.
6214 * windows-tdep.c: #include "objfiles.h".
6215 (windows_iterate_over_objfiles_in_search_order): New function.
6216 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6217 iterate_over_objfiles_in_search_order gdbarch method to
6218 windows_iterate_over_objfiles_in_search_order.
6219 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6220
6221 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6222
6223 * gdbarch.sh: Add generation of
6224 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6225 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6226 (iterate_over_objfiles_in_search_order): New gdbarch method.
6227 * gdbarch.h, gdbarch.c: Regenerate.
6228 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6229 Add declaration.
6230 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6231 New function.
6232 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6233 out of lookup_symbol_aux_symtabs.
6234 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6235 call to lookup_symbol_aux_objfile.
6236 (struct global_sym_lookup_data): New type.
6237 (lookup_symbol_global_iterator_cb): New function.
6238 (lookup_symbol_global): Search for symbol using
6239 gdbarch_iterate_over_objfiles_in_search_order and
6240 lookup_symbol_global_iterator_cb.
6241 * findvar.c (struct minsym_lookup_data): New type.
6242 (minsym_lookup_iterator_cb): New function.
6243 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6244 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6245 and minsym_lookup_iterator_cb.
6246
6247 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6248
6249 Revert the following patch:
6250 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6251 try locating the symbol in the symbol's own objfile first, before
6252 extending the search to all objfiles.
6253 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6254 out of lookup_symbol_aux_symtabs.
6255 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6256 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6257 Do not search EXCLUDE_OBJFILE.
6258 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6259 (lookup_symbol_global): Search for matches in the block's objfile
6260 first, before searching all other objfiles.
6261
6262 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6263
6264 * breakpoint.c (find_condition_and_thread): Stop parsing
6265 as soon as the first invalid keyword is found.
6266
6267 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6268
6269 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6270
6271 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6272
6273 * config/djgpp/djcheck.sh: Add copyright header.
6274
6275 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6276
6277 * copyright.py (update_files, main): Fix path to update-copyright
6278 script.
6279
6280 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6281
6282 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6283 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6284 for which a reminder to update by hand is printed.
6285
6286 2012-06-04 Doug Evans <dje@google.com>
6287
6288 * buildsym.c (make_blockvector): Add comment.
6289
6290 2012-06-04 Pedro Alves <palves@redhat.com>
6291
6292 * arch-utils.c (default_gdb_signal_from_target): Delete.
6293 * arch-utils.h (default_gdb_signal_from_target): Delete.
6294 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6295 gdbarch_gdb_signal_from_target_p.
6296 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6297 predicate).
6298 * gdbarch.h: Regenerate.
6299 * gdbarch.c: Regenerate.
6300
6301 2012-06-04 Pedro Alves <palves@redhat.com>
6302
6303 * gdbarch.sh (gdb_signal_from_target): Mention that the
6304 implementation of the method must be host independent.
6305 * gdbarch.h: Regenerate.
6306
6307 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6308
6309 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6310 parameters.
6311 (target_read_memory_bfd): New function.
6312 (symbol_file_add_from_memory): Use it.
6313
6314 2012-06-03 Doug Evans <dje@google.com>
6315
6316 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6317 of primary symtab.
6318 (basic_lookup_transparent_type): Ditto.
6319
6320 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6321 (ALL_PRIMARY_SYMTABS): Use it.
6322 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6323 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6324 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6325 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6326 (basic_lookup_transparent_type): Ditto.
6327
6328 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6329
6330 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6331 it to optimize resolution of demangled name.
6332
6333 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 * configure.ac (development): Define new variable.
6336 Call AC_CHECK_LIB for mcheck if $development.
6337 (ERROR_ON_WARNING): Enable it by default only if $development.
6338 * config.in: Regenerate.
6339 * configure: Regenerate.
6340
6341 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6342
6343 * target.c (target_read_memory): Make LEN argument as size_t.
6344 * target.h (target_read_memory): Likewise.
6345
6346 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6347
6348 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6349
6350 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6351
6352 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6353 BookE interface for PowerPC server processors if not available
6354 in the Linux Kernel.
6355
6356 2012-05-31 Keith Seitz <keiths@redhat.com>
6357
6358 * linespec.c (decode_objc): Add cleanup to free
6359 INFO.FILE_SYMTABS.
6360 (find_linespec_symbols): Add cleanup to free CLASSES.
6361 * symfile.c (find_separate_debug_file_by_debuglink): Add
6362 cleanup to free DEBUGLINK.
6363 * ui-out.c (clear_header_list): No need to check if
6364 HEADER_NEXT.COLHDR is NULL.
6365 Free HEADER_NEXT.COL_NAME.
6366
6367 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6368
6369 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6370 warning.
6371
6372 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6373
6374 * configure.host (gdb_host_cpu): Handle tilegx*.
6375 (gdb_host): Handle tilegx-*-linux*.
6376 * tilegx-linux-nat.c: New file.
6377 * config/tilegx/linux.mh: New file.
6378
6379 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6380
6381 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6382 tilegx-linux-tdep.o.
6383 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6384 tilegx-linux-tdep.c.
6385 * configure.tgt: Handle tilegx-*-linux*.
6386 * tilegx-tdep.h: New file.
6387 * tilegx-tdep.c: New file.
6388 * tilegx-linux-tdep.c: New file.
6389 * regformats/reg-tilegx.dat: New file.
6390
6391 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6392
6393 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6394 accounting of hw watchpoints on ppc.
6395
6396 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6397
6398 * source.c (openp): Expand tilde in path entries.
6399
6400 2012-05-29 Doug Evans <dje@google.com>
6401
6402 * buildsym.c (block_compar): Fix comment.
6403 (end_symtab): Fix and clarify some comments.
6404
6405 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6406 cleanup_undefined_types.
6407 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6408 All callers updated.
6409
6410 2012-05-29 Tom Tromey <tromey@redhat.com>
6411
6412 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6413 fails.
6414 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6415 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6416 fails.
6417 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6418 fails.
6419
6420 2012-05-29 Tristan Gingold <gingold@adacore.com>
6421
6422 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6423 (struct darwin_info): ... New struct.
6424 (solib_darwin_pspace_data): New variable.
6425 (darwin_pspace_data_cleanup): New function.
6426 (get_darwin_info): Likewise.
6427 (darwin_dyld_version_ok, darwin_load_image_infos)
6428 (darwin_solib_get_all_image_info_addr_at_init)
6429 (darwin_solib_read_all_image_info_addr): Add info argument.
6430 Adjust code.
6431 (darwin_current_sos): Use per pspace structure.
6432 (darwin_solib_create_inferior_hook): Likewise.
6433 (darwin_clear_solib): Likewise.
6434 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6435
6436 2012-05-28 Pedro Alves <palves@redhat.com>
6437
6438 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6439 block that uses them. Clear ecss before handling each event.
6440
6441 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6442
6443 * solib-svr4.c (svr4_current_sos): New comment on
6444 svr4_current_sos_via_xfer_libraries fall back.
6445
6446 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6447
6448 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6449 it as a fallback for TYPE_IS_OPAQUE.
6450 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6451 symbols for lookup_symbol.
6452
6453 2012-05-24 John Steele Scott <toojays@toojays.net>
6454
6455 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6456 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6457 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6458 (check_producer): ... this new function, which also checks for ICC
6459 and caches the result.
6460 (producer_is_icc): New function.
6461 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6462 producer was ICC.
6463
6464 2012-05-24 Pedro Alves <palves@redhat.com>
6465
6466 PR gdb/7205
6467
6468 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6469 (default_gdb_signal_to_target): ... this. Add comment.
6470 (default_gdb_signal_from_host): Rename to ...
6471 (default_gdb_signal_from_target): ... this. Add comment.
6472 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6473 (default_gdb_signal_to_target): ... this.
6474 (default_gdb_signal_from_host): Rename to ...
6475 (default_gdb_signal_from_target): ... this.
6476 * corelow.c (core_open): Adjust to naming change. Replace comment.
6477 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6478 (gdb_signal_from_target): ... this. Adjust to
6479 default_gdb_signal_from_host naming change. Extend comment.
6480 (gdb_signal_to_host): Rename to ...
6481 (gdb_signal_to_target): ... this. Adjust to
6482 default_gdb_signal_to_host naming change.
6483 * gdbarch.h, gdbarch.c: Renegerate.
6484
6485 2012-05-24 Pedro Alves <palves@redhat.com>
6486
6487 PR gdb/7205
6488
6489 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6490
6491 2012-05-24 Pedro Alves <palves@redhat.com>
6492
6493 PR gdb/7205
6494
6495 Replace target_signal with gdb_signal throughout.
6496
6497 2012-05-24 Pedro Alves <palves@redhat.com>
6498
6499 PR tui/14159
6500
6501 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6502 string, instead of reusing the va_list argument.
6503
6504 2012-05-24 Tom Tromey <tromey@redhat.com>
6505
6506 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6507 Remove.
6508
6509 2012-05-23 Doug Evans <dje@google.com>
6510
6511 * symtab.c (search_symbols): Formatting fixes.
6512 (print_symbol_info): Formatting fixes.
6513
6514 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6515 int64_t change to leb128 API.
6516 (read_encoded_value, decode_frame_entry_1): Ditto.
6517 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6518 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6519 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6520 (execute_stack_op): Ditto.
6521 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6522 (safe_read_uleb128, safe_read_sleb128): Ditto.
6523 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6524 (dwarf2_compile_expr_to_ax): Ditto.
6525 (locexpr_describe_location_piece): Ditto.
6526 (disassemble_dwarf_expression): Ditto.
6527 (locexpr_describe_location_1): Ditto.
6528
6529 2012-05-23 Stan Shebs <stan@codesourcery.com>
6530 Kwok Cheung Yeung <kcy@codesourcery.com>
6531
6532 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6533 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6534 (mi-cmd-info.o): New rule.
6535 * osdata.h (info_osdata_command): New declaration.
6536 * osdata.c (info_osdata_command): Change to non-static.
6537 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6538 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6539 * mi/mi-cmd-info.c: New file.
6540
6541 2012-05-23 Doug Evans <dje@google.com>
6542
6543 * symtab.c (search_symbols): Pass NULL for file_matcher to
6544 expand_symtabs_matching if there are no files to match.
6545
6546 * gdbtypes.c (lookup_typename): Simplify.
6547
6548 2012-05-23 Pedro Alves <palves@redhat.com>
6549
6550 * arch-utils.h (default_target_signal_to_host): Delete.
6551 * arch-utils.c (default_target_signal_to_host): Delete.
6552 * gdbarch.sh (target_signal_to_host): Remove.
6553 * gdbarch.h, gdbarch.c: Regenerate.
6554
6555 2012-05-22 Doug Evans <dje@google.com>
6556
6557 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6558 "const gdb_byte *".
6559 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6560 (execute_cfa_program): Update to match API of leb128 functions.
6561 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6562 "const gdb_byte *".
6563 (read_unsigned_leb128, read_signed_leb128): Delete.
6564 (read_initial_length): Change type of buf argument to
6565 "const gdb_byte *".
6566 (read_encoded_value): Update to match API of leb128 functions.
6567 (decode_frame_entry): Change result to "const gdb_byte *", and
6568 similarly for "start" parameter.
6569 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6570 (dwarf2_build_frame_info): Change local frame_ptr to
6571 "const gdb_byte *".
6572 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6573 read_uleb128, read_sleb128. All callers updated.
6574 (safe_skip_leb128): New function.
6575 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6576 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6577 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6578 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6579 read_uleb128, read_sleb128.
6580 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6581 (execute_stack_op): Update to match API of leb128 functions.
6582 * dwarf2expr.h: #include "leb128.h".
6583 (read_uleb128, read_sleb128): Delete.
6584 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6585 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6586 * dwarf2loc.c (debug_loc_kind): New enum.
6587 (decode_debug_loc_addresses): New function.
6588 (decode_debug_loc_dwo_addresses): New function.
6589 (dwarf2_find_location_expression): Rewrite.
6590 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6591 (locexpr_describe_location_piece): Ditto.
6592 (disassemble_dwarf_expression): Ditto.
6593 (locexpr_describe_location_1): Ditto.
6594 (loclist_describe_location): Rewrite.
6595 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6596 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6597 (dwarf2_section_buffer_overflow_complaint): Renamed from
6598 dwarf2_macros_too_long_complaint. All callers updated.
6599 (skip_leb128): Delete.
6600 (init_cu_die_reader): Initialize reader->buffer_end.
6601 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6602 (skip_form_bytes): New arg buffer_end. All callers updated.
6603 Replace call to skip_leb128 with gdb_skip_leb128.
6604 (skip_unknown_opcode): New arg mac_end. All callers updated.
6605 (fill_in_loclist_baton): Initialize baton->from_dwo.
6606
6607 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6608
6609 * mips-linux-nat.c (mips_linux_read_description): Use a more
6610 verbose error message.
6611
6612 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6613
6614 * NEWS: Add MIPS/Linux DSP support.
6615 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6616 (SIGCONTEXT_DSPCTL): New macro.
6617 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6618 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6619 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6620 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6621 (N64_SIGCONTEXT_HI3): Likewise.
6622 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6623 (N64_SIGCONTEXT_LO3): Likewise.
6624 (N64_SIGCONTEXT_DSPCTL): Likewise.
6625 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6626 (mips_linux_o32_sigframe_init): Handle DSP registers.
6627 (mips_linux_n32n64_sigframe_init): Likewise.
6628
6629 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6630
6631 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6632 call to abort.
6633
6634 2012-05-22 Pedro Alves <palves@redhat.com>
6635
6636 * target.h (store_waitstatus): Move declaration ...
6637 * inf-child.h (store_waitstatus): ... here.
6638 * target.c: Move inclusion of gdb_wait.h, and ...
6639 (store_waitstatus): ... this ...
6640 * inf-child.c: ... here.
6641 * linux-nat.c: Include inf-child.h.
6642 * rs6000-nat.c: Include inf-child.h.
6643 * spu-linux-nat.c: Include inf-child.h.
6644
6645 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6646
6647 * tracepoint.c (start_tracing): Add missing i18n markup.
6648 (stop_tracing, set_trace_user): Ditto.
6649 (set_trace_notes, set_trace_stop_notes): Ditto.
6650
6651 2012-05-21 Tom Tromey <tromey@redhat.com>
6652
6653 PR c++/7173:
6654 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6655 types.
6656 * value.h (value_cast_pointers): Update.
6657 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6658 (value_cast): Update.
6659 (update_search_result): New function.
6660 (do_search_struct_field): New, from search_struct_field. Check
6661 for ambiguous results.
6662 (search_struct_field): Rewrite.
6663 * infcall.c (value_arg_coerce): Update.
6664 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6665 value_cast_pointers.
6666 * ada-lang.c (ada_convert_actual): Update.
6667
6668 2012-05-21 Tom Tromey <tromey@redhat.com>
6669
6670 * macroexp.c (macro_stringify): Terminate the string.
6671
6672 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6673
6674 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6675 Describe it.
6676 * auto-load.c (auto_load_expand_dir_vars): New function.
6677 (auto_load_safe_path_vec_update): Use it, remove the
6678 substitute_path_component call thanks to it.
6679 (auto_load_objfile_script): Remove the debug_file_directory processing.
6680 Use auto_load_expand_dir_vars, remove the substitute_path_component
6681 call thanks to it.
6682 * configure: Regenerate.
6683 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6684 path. Escape $ also for $debugdir.
6685 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6686 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6687
6688 2012-05-20 Doug Evans <dje@google.com>
6689
6690 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6691 before use. Check for symtab->includes == NULL before scanning it.
6692
6693 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6694
6695 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6696
6697 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6698
6699 * NEWS: Add microMIPS support and "set mips compression",
6700 "show mips compression" commands.
6701 * mips-tdep.h (mips_isa): New enum.
6702 (gdbarch_tdep): Add mips_isa.
6703 (mips_pc_is_mips16): Update prototype.
6704 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6705 * mips-tdep.c (mips_compression_mips16): New variable.
6706 (mips_compression_micromips): Likewise.
6707 (mips_compression_strings): Likewise.
6708 (mips_compression_string): Likewise.
6709 (is_mips16_isa, is_micromips_isa): New functions.
6710 (is_mips16_addr): Rename to...
6711 (is_compact_addr): ... this.
6712 (unmake_mips16_addr): Likewise to...
6713 (unmake_compact_addr): ... this.
6714 (make_mips16_addr): Likewise to...
6715 (make_compact_addr): ... this.
6716 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6717 functions.
6718 (mips_elf_make_msymbol_special): Handle microMIPS code.
6719 (msymbol_is_special): Rename to...
6720 (msymbol_is_mips16): ... this.
6721 (mips_make_symbol_special, mips_pc_is_mips16): Update
6722 accordingly.
6723 (msymbol_is_mips, msymbol_is_micromips): New functions.
6724 (mips16_to_32_reg): Rename to...
6725 (mips_reg3_to_reg): ... this.
6726 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6727 (mips_pc_isa): Likewise.
6728 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6729 code.
6730 (mips_fetch_instruction): Pass return status instead of printing
6731 an error message if requested. Handle microMIPS code. Bail out
6732 on an invalid ISA.
6733 (micromips_op): New macro.
6734 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6735 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6736 (b6s4_op, b7s3_reg): Likewise.
6737 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6738 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6739 (mips_insn_size): New function.
6740 (mips32_next_pc): Update mips_fetch_instruction call.
6741 (micromips_relative_offset7): New function.
6742 (micromips_relative_offset10): Likewise.
6743 (micromips_relative_offset16): Likewise.
6744 (micromips_pc_insn_size): Likewise.
6745 (micromips_bc1_pc): Likewise.
6746 (micromips_next_pc): Likewise.
6747 (unpack_mips16): Update mips_fetch_instruction call.
6748 (extended_mips16_next_pc): Update according to change to
6749 mips16_to_32_reg.
6750 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6751 code.
6752 (mips16_scan_prologue): Update mips_fetch_instruction call.
6753 Update according to change to mips16_to_32_reg.
6754 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6755 (mips_insn16_frame_base_sniffer): Likewise.
6756 (micromips_decode_imm9): New function.
6757 (micromips_scan_prologue): Likewise.
6758 (mips_micro_frame_cache): Likewise.
6759 (mips_micro_frame_this_id): Likewise.
6760 (mips_micro_frame_prev_register): Likewise.
6761 (mips_micro_frame_sniffer): Likewise.
6762 (mips_micro_frame_unwind): New variable.
6763 (mips_micro_frame_base_address): New function.
6764 (mips_micro_frame_base): New variable.
6765 (mips_micro_frame_base_sniffer): New function.
6766 (mips32_scan_prologue): Update mips_fetch_instruction call.
6767 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6768 rather than for MIPS16.
6769 (mips_insn32_frame_base_sniffer): Likewise.
6770 (mips_addr_bits_remove): Handle microMIPS code.
6771 (deal_with_atomic_sequence): Rename to...
6772 (mips_deal_with_atomic_sequence): ... this. Update the type
6773 of the variable used to hold an instruction. Remove the ISA bit
6774 check. Update mips_fetch_instruction call.
6775 (micromips_deal_with_atomic_sequence): New function.
6776 (deal_with_atomic_sequence): Likewise.
6777 (mips_about_to_return): Handle microMIPS code. Update
6778 mips_fetch_instruction call.
6779 (heuristic_proc_start): Check for the standard MIPS ISA rather
6780 than for MIPS16. Update mips_pc_is_mips16 and
6781 mips_fetch_instruction calls. Handle microMIPS code.
6782 (mips_push_dummy_code): Handle microMIPS code.
6783 (mips_eabi_push_dummy_call): Likewise.
6784 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6785 (mips_o64_push_dummy_call): Handle microMIPS code.
6786 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6787 (is_delayed): Remove function.
6788 (mips_single_step_through_delay): Replace the call to is_delayed
6789 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6790 Handle microMIPS code.
6791 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6792 microMIPS code.
6793 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6794 call.
6795 (micromips_in_function_epilogue_p): New function.
6796 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6797 call.
6798 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6799 Handle microMIPS.
6800 (gdb_print_insn_mips): Likewise.
6801 (mips_breakpoint_from_pc): Likewise.
6802 (mips_remote_breakpoint_from_pc): New function.
6803 (mips32_instruction_has_delay_slot): Simplify making use of the
6804 updated mips_fetch_instruction interface.
6805 (micromips_instruction_has_delay_slot): New function.
6806 (mips16_instruction_has_delay_slot): Simplify making use of the
6807 updated mips_fetch_instruction interface.
6808 (mips_adjust_breakpoint_address): Check for the standard MIPS
6809 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6810 calls. Handle microMIPS code.
6811 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6812 (mips_skip_trampoline_code): Handle microMIPS code.
6813 (global_mips_compression): New function.
6814 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6815 file flags. Register the microMIPS remote breakpoint handler
6816 and heuristic frame unwinder.
6817 (show_mips_compression): New function.
6818 (_initialize_mips_tdep): Add the "set mips compression" and
6819 "show mips compression" commands.
6820
6821 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6822
6823 * ada-lang.c:
6824 * ada-tasks.c:
6825 * ada-varobj.c:
6826 * amd64-darwin-tdep.c:
6827 * arm-symbian-tdep.c:
6828 * arm-tdep.c:
6829 * avr-tdep.c:
6830 * ax-gdb.c:
6831 * bfin-linux-tdep.c:
6832 * breakpoint.c:
6833 * c-valprint.c:
6834 * cli/cli-cmds.c:
6835 * coffread.c:
6836 * cp-support.c:
6837 * cris-tdep.c:
6838 * dwarf2-frame-tailcall.c:
6839 * dwarf2-frame.c:
6840 * dwarf2expr.c:
6841 * dwarf2loc.c:
6842 * dwarf2read.c:
6843 * elfread.c:
6844 * eval.c:
6845 * expprint.c:
6846 * f-valprint.c:
6847 * frv-tdep.c:
6848 * h8300-tdep.c:
6849 * hppa-hpux-tdep.c:
6850 * hppa-tdep.c:
6851 * hppanbsd-tdep.c:
6852 * i386-nto-tdep.c:
6853 * i386-tdep.c:
6854 * i387-tdep.c:
6855 * ia64-tdep.c:
6856 * jit.c:
6857 * linespec.c:
6858 * linux-tdep.c:
6859 * lm32-tdep.c:
6860 * m2-valprint.c:
6861 * m32c-tdep.c:
6862 * m32r-rom.c:
6863 * m32r-tdep.c:
6864 * m68k-tdep.c:
6865 * m68klinux-tdep.c:
6866 * mi/mi-main.c:
6867 * microblaze-tdep.c:
6868 * mips-linux-tdep.c:
6869 * mips-tdep.c:
6870 * mn10300-tdep.c:
6871 * p-valprint.c:
6872 * parse.c:
6873 * ppc-linux-tdep.c:
6874 * ppc-sysv-tdep.c:
6875 * printcmd.c:
6876 * python/py-finishbreakpoint.c:
6877 * python/py-inferior.c:
6878 * python/py-infthread.c:
6879 * python/py-type.c:
6880 * python/python.c:
6881 * remote-fileio.c:
6882 * remote-m32r-sdi.c:
6883 * remote-mips.c:
6884 * reverse.c:
6885 * rl78-tdep.c:
6886 * rs6000-aix-tdep.c:
6887 * rs6000-tdep.c:
6888 * s390-tdep.c:
6889 * score-tdep.c:
6890 * sh64-tdep.c:
6891 * skip.c:
6892 * solib-darwin.c:
6893 * solib-dsbt.c:
6894 * solib-frv.c:
6895 * sparc-tdep.c:
6896 * spu-multiarch.c:
6897 * spu-tdep.c:
6898 * stack.c:
6899 * symfile.c:
6900 * symtab.c:
6901 * tic6x-tdep.c:
6902 * tracepoint.c:
6903 * v850-tdep.c:
6904 * valarith.c:
6905 * valprint.c:
6906 * value.c:
6907 * xcoffread.c:
6908 * xtensa-tdep.c:
6909 * ada-lang.c:
6910 * ada-tasks.c:
6911 * ada-varobj.c:
6912 * amd64-darwin-tdep.c:
6913 * arm-symbian-tdep.c:
6914 * arm-tdep.c: Delete unused variables.
6915
6916 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6917
6918 Rename $ddir to $datadir.
6919 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6920 * auto-load.c (auto_load_safe_path_vec_update)
6921 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6922 * configure: Regenerate.
6923 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6924 Likewise. Remove the 'use $ddir' help string.
6925
6926 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6927
6928 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6929 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6930
6931 2012-05-18 Tom Tromey <tromey@redhat.com>
6932
6933 PR exp/13907:
6934 * valprint.h (struct value_print_options) <symbol_print>: New
6935 field.
6936 * valprint.c (user_print_options): Add default for symbol_print.
6937 (show_symbol_print): New function.
6938 (generic_val_print): Respect symbol_print.
6939 (_initialize_valprint): Add "print symbol" setting.
6940 * f-valprint.c (f_val_print): Respect symbol_print.
6941 * c-valprint.c (c_val_print): Respect symbol_print.
6942 * NEWS: Update.
6943 * printcmd.c (print_address_symbolic): Return int. Ignore some
6944 zero-size symbols.
6945 (print_address_demangle): Return int.
6946 * defs.h: (print_address_symbolic): Return int.
6947 * value.h (print_address_demangle): Return int.
6948
6949 2012-05-18 Tom Tromey <tromey@redhat.com>
6950
6951 * valprint.c (val_print_string): Don't print leading space.
6952 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6953 print space before string or vtbl.
6954 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6955 before string.
6956 * jv-valprint.c (java_value_print): Print space before string.
6957 * go-valprint.c (print_go_string): Print space before string.
6958 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6959 space before string.
6960 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6961 space before string or vtbl.
6962 * auxv.c (fprint_target_auxv): Print space after address.
6963
6964 2012-05-18 Tom Tromey <tromey@redhat.com>
6965
6966 * printcmd.c (print_address_demangle): Remove special case for 0.
6967
6968 2012-05-18 Tom Tromey <tromey@redhat.com>
6969
6970 * printcmd.c (print_address_demangle): Add 'opts' argument.
6971 * p-valprint.c (pascal_val_print): Update.
6972 * jv-valprint.c (java_val_print): Update.
6973 * value.h: Update.
6974 * valprint.c (generic_val_print): Update.
6975 (print_function_pointer_address): Add 'options' argument. Remove
6976 'addressprint' argument. Update.
6977 * m2-valprint.c (print_unpacked_pointer): Update.
6978 * gnu-v3-abi.c (print_one_vtable): Update.
6979 (gnuv3_print_method_ptr): Update.
6980 * f-valprint.c (f_val_print): Update.
6981 * cp-valprint.c (cp_print_value_fields): Update.
6982 * valprint.h (print_function_pointer_address): Update.
6983 * c-valprint.c (c_val_print): Update.
6984
6985 2012-05-18 Tom Tromey <tromey@redhat.com>
6986
6987 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6988 directly corresponding to the found psymtab.
6989 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6990 (dw2_find_pc_sect_symtab): Use it.
6991 * block.h (blockvector_contains_pc): Declare.
6992 * block.c (find_block_in_blockvector): New function.
6993 (blockvector_for_pc_sect): Use it.
6994 (blockvector_contains_pc): New function.
6995
6996 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6997
6998 * mips-tdep.h (mips_write_pc): New prototype.
6999 * mips-tdep.c (mips_write_pc): Make external, add description.
7000 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7001 add description.
7002
7003 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7004
7005 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7006 mips_regnum->pc.
7007 (mips_unwind_pc, mips_write_pc): Likewise.
7008 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7009 gdbarch_read_pc.
7010
7011 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7012
7013 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7014 proc_warn, proc_error, proc_get_status, proc_flags,
7015 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7016 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7017 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7018 proc_stop_process, proc_wait_for_stop, proc_run_process,
7019 proc_set_traced_signals, proc_set_traced_faults,
7020 proc_set_traced_sysentry, proc_set_traced_sysexit,
7021 proc_set_held_signals, proc_get_held_signals,
7022 proc_get_traced_signals, proc_get_traced_faults,
7023 proc_get_traced_sysentry, proc_get_traced_sysexit,
7024 proc_clear_current_fault, proc_set_current_signal,
7025 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7026 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7027 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7028 proc_get_current_thread, proc_get_current_thread,
7029 proc_get_current_thread, proc_update_threads,
7030 proc_update_threads, proc_update_threads, proc_update_threads,
7031 proc_iterate_over_threads, procfs_find_new_threads,
7032 procfs_pid_to_str): Make static. Remove advance declaration.
7033 (proc_cursig): Make static. Conditionalized defintion on
7034 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7035 (proc_syscall, proc_set_kill_on_last_close,
7036 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7037 proc_get_pending_signals, proc_get_signal_actions,
7038 proc_trace_signal, proc_ignore_signal): Delete.
7039
7040 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7041
7042 * coffread.c (cs_section_address): Passing proper argument for
7043 `bfd_get_section_vma'.
7044 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7045 `bfd_get_section_flags'.
7046 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7047 `bfd_get_section_vma'.
7048
7049 2012-05-16 Tom Tromey <tromey@redhat.com>
7050
7051 PR macros/13205:
7052 * macrotab.h: (macro_define_special): Declare.
7053 (enum macro_special_kind): New.
7054 (struct macro_definition) <argc, replacement>: Update comments.
7055 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7056 (macro_define_object_internal): New function.
7057 (macro_define_object): Use it.
7058 (macro_define_special): New function.
7059 (fixup_definition): New function.
7060 (macro_lookup_definition, foreach_macro_in_scope)
7061 (foreach_macro): Use fixup_definition.
7062 * macroexp.h (macro_stringify): Declare.
7063 * macroexp.c (free_buffer_return_text): New function.
7064 (stringify): Constify "arg".
7065 (macro_stringify): New function.
7066 * dwarf2read.c (macro_start_file): Call macro_define_special.
7067
7068 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7069 Maciej W. Rozycki <macro@mips.com>
7070
7071 * breakpoint.h (bp_location): Add related_address member.
7072 * inferior.h (get_return_value): Take a pointer to struct value
7073 instead of struct type for the function requested.
7074 * value.h (using_struct_return): Likewise.
7075 * gdbarch.sh (return_value): Take a pointer to struct value
7076 instead of struct type for the function requested.
7077 * breakpoint.c (set_breakpoint_location_function): Initialize
7078 related_address for bp_gnu_ifunc_resolver breakpoints.
7079 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7080 requested function's address to gdbarch_return_value.
7081 * eval.c (evaluate_subexp_standard): Pass the requested
7082 function's address to using_struct_return.
7083 * infcall.c (call_function_by_hand): Pass the requested
7084 function's address to using_struct_return and
7085 gdbarch_return_value.
7086 * infcmd.c (get_return_value): Take a pointer to struct value
7087 instead of struct type for the function requested.
7088 (print_return_value): Update accordingly.
7089 (finish_command_continuation): Likewise.
7090 * stack.c (return_command): Pass the requested function's
7091 address to using_struct_return and gdbarch_return_value.
7092 * value.c (using_struct_return): Take a pointer to struct value
7093 instead of struct type for the function requested. Pass the
7094 requested function's address to gdbarch_return_value.
7095 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7096 New function_value member, replacing function_type.
7097 (bpfinishpy_dealloc): Update accordingly.
7098 (bpfinishpy_pre_stop_hook): Likewise.
7099 (bpfinishpy_init): Likewise. Record the requested function's
7100 address.
7101 * mips-tdep.c (mips_fval_reg): New enum.
7102 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7103 words put in GP registers.
7104 (mips_o64_push_dummy_call): Update a comment.
7105 (mips_o32_return_value): Take a pointer to struct value instead
7106 of struct type for the function requested and use it to check if
7107 using the MIPS16 calling convention. Return the designated
7108 general purpose registers for floating-point values returned in
7109 MIPS16 mode.
7110 (mips_o64_return_value): Likewise.
7111 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7112 (ppc_sysv_abi_broken_return_value): Likewise.
7113 (ppc64_sysv_abi_return_value): Likewise.
7114 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7115 value instead of struct type for the function requested.
7116 * amd64-tdep.c (amd64_return_value): Likewise.
7117 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7118 * arm-tdep.c (arm_return_value): Likewise.
7119 * avr-tdep.c (avr_return_value): Likewise.
7120 * bfin-tdep.c (bfin_return_value): Likewise.
7121 * cris-tdep.c (cris_return_value): Likewise.
7122 * frv-tdep.c (frv_return_value): Likewise.
7123 * h8300-tdep.c (h8300_return_value): Likewise.
7124 (h8300h_return_value): Likewise.
7125 * hppa-tdep.c (hppa32_return_value): Likewise.
7126 (hppa64_return_value): Likewise.
7127 * i386-tdep.c (i386_return_value): Likewise.
7128 * ia64-tdep.c (ia64_return_value): Likewise.
7129 * iq2000-tdep.c (iq2000_return_value): Likewise.
7130 * lm32-tdep.c (lm32_return_value): Likewise.
7131 * m32c-tdep.c (m32c_return_value): Likewise.
7132 * m32r-tdep.c (m32r_return_value): Likewise.
7133 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7134 * m68k-tdep.c (m68k_return_value): Likewise.
7135 (m68k_svr4_return_value): Likewise.
7136 * m88k-tdep.c (m88k_return_value): Likewise.
7137 * mep-tdep.c (mep_return_value): Likewise.
7138 * microblaze-tdep.c (microblaze_return_value): Likewise.
7139 * mn10300-tdep.c (mn10300_return_value): Likewise.
7140 * moxie-tdep.c (moxie_return_value): Likewise.
7141 * mt-tdep.c (mt_return_value): Likewise.
7142 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7143 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7144 (ppc_sysv_abi_broken_return_value): Likewise.
7145 (ppc64_sysv_abi_return_value): Likewise.
7146 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7147 * rl78-tdep.c (rl78_return_value): Likewise.
7148 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7149 * rx-tdep.c (rx_return_value): Likewise.
7150 * s390-tdep.c (s390_return_value): Likewise.
7151 * score-tdep.c (score_return_value): Likewise.
7152 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7153 (sh_return_value_fpu): Likewise.
7154 * sh64-tdep.c (sh64_return_value): Likewise.
7155 * sparc-tdep.c (sparc32_return_value): Likewise.
7156 * sparc64-tdep.c (sparc64_return_value): Likewise.
7157 * spu-tdep.c (spu_return_value): Likewise.
7158 * tic6x-tdep.c (tic6x_return_value): Likewise.
7159 * v850-tdep.c (v850_return_value): Likewise.
7160 * vax-tdep.c (vax_return_value): Likewise.
7161 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7162 * xtensa-tdep.c (xtensa_return_value): Likewise.
7163 * gdbarch.c: Regenerate.
7164 * gdbarch.h: Regenerate.
7165
7166 2012-05-15 Tom Tromey <tromey@redhat.com>
7167
7168 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7169
7170 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7171
7172 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7173 of command in two error message.
7174
7175 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7176
7177 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7178
7179 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7180
7181 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7182
7183 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7184
7185 * NEWS (show auto-load scripts-directory): Add forgotten command.
7186
7187 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7188
7189 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7190 parameters.
7191
7192 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7193
7194 * amd64-tdep.c: Include features/i386/x32.c and
7195 features/i386/x32-avx.c.
7196 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7197 initialize_tdesc_x32_avx.
7198
7199 2012-05-14 Stan Shebs <stan@codesourcery.com>
7200
7201 Add dynamic printf.
7202 * breakpoint.h (enum bptype): New type bp_dprintf.
7203 (struct breakpoint): New field extra_string.
7204 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7205 (create_breakpoint): Add extra_string arg.
7206 * breakpoint.c (dprintf_breakpoint_ops): New.
7207 (is_breakpoint): Add bp_dprintf.
7208 (bpstat_what): Add dprintf case.
7209 (bptype_string): Ditto.
7210 (print_one_breakpoint_location): Ditto.
7211 (init_bp_location): Ditto.
7212 (bkpt_print_mention): Ditto.
7213 (dprintf_style_enums): New array.
7214 (dprintf_style): New global.
7215 (dprintf_function): New global.
7216 (dprintf_channel): New global.
7217 (update_dprintf_command_list): New function.
7218 (update_dprintf_commands): New function.
7219 (init_breakpoint_sal): Add extra_string argument, handle it.
7220 (create_breakpoint_sal): Add extra_string argument.
7221 (create_breakpoints_sal): Add extra_string argument, update callers.
7222 (find_condition_and_thread): Add extra argument.
7223 (create_breakpoint): Add extra_string argument, record it.
7224 (dprintf_command): New function.
7225 (break_command_1): Add arg to create_breakpoint call.
7226 (handle_gnu_v3_exceptions): Ditto.
7227 (trace_command): Ditto.
7228 (ftrace_command): Ditto.
7229 (strace_command): Ditto.
7230 (bkpt_print_mention): Add dprintf case.
7231 (create_breakpoint_sal_default): Add extra_string argument.
7232 (_initialize_breakpoint): Add new commands.
7233 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7234 * python/py-breakpoint.c (bppy_init): Ditto.
7235 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7236
7237 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7238
7239 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7240
7241 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7242
7243 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7244 unsigned long long.
7245
7246 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7247
7248 Add a new function gdb.find_pc_line to the Python API.
7249 * NEWS (Python Scripting): Add entry about the new function.
7250 * python/python.c (gdbpy_find_pc_line): New function which
7251 implements gdb.find_pc_line.
7252 (GdbMethods): Add entry for the new function.
7253
7254 2012-05-12 Pedro Alves <palves@redhat.com>
7255
7256 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7257 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7258
7259 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7260
7261 * inferior.c: Include completer.h
7262 (initialize_inferiors): Set completer of add-inferior to
7263 filename_completer.
7264
7265 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7266
7267 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7268 gdbarch_ptr_bit for x32 core dump.
7269
7270 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7271
7272 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7273 and features/i386/x32-avx-linux.c.
7274
7275 2012-05-11 Stan Shebs <stan@codesourcery.com>
7276 Kwok Cheung Yeung <kcy@codesourcery.com>
7277
7278 * NEWS: Describe new info os commands.
7279 * common/linux-osdata.c (PID_T, TIME_T): Define.
7280 (MAX_PID_T_STRLEN): New.
7281 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7282 MAX_PID_T_STRLEN.
7283 (command_from_pid): Add comment. Change to use PID_T.
7284 (commandline_from_pid): Change to use PID_T.
7285 (user_from_pid): Add comment.
7286 (get_process_owner): Add comment. Change to use PID_T and
7287 MAX_PID_T_STRLEN.
7288 (get_number_of_cpu_cores): Add comment.
7289 (get_cores_used_by_process): Add comment. Change to use PID_T and
7290 MAX_PID_T_STRLEN.
7291 (linux_xfer_osdata_processes): Change to use PID_T and
7292 MAX_PID_T_STRLEN.
7293 (compare_processes): New function.
7294 (linux_xfer_osdata_processgroups): New function.
7295 (linux_xfer_osdata_threads): Change to use PID_T.
7296 (linux_xfer_osdata_fds): New function.
7297 (format_socket_state, print_sockets): New functions.
7298 (union socket_addr): New union.
7299 (linux_xfer_osdata_isockets): New function.
7300 (time_from_time_t, group_from_gid): New functions.
7301 (linux_xfer_osdata_shm): New function.
7302 (linux_xfer_osdata_sem): New function.
7303 (linux_xfer_osdata_msg): New function.
7304 (linux_xfer_osdata_modules): New function.
7305 (osdata_table): Add new entries.
7306 * common/buffer.c (buffer_xml_printf): Add support for long and
7307 long long format specifiers.
7308
7309 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7310
7311 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7312 (tdesc_x32_avx_linux): Likewise.
7313
7314 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 Implement multi-component --with-auto-load-dir.
7317 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7318 entries.
7319 (--with-auto-load-safe-path): Update the default value description.
7320 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7321 New.
7322 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7323 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7324 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7325 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7326 "set auto-load scripts-directory".
7327 * config.in: Regenerate.
7328 * configure: Regenerate.
7329 * configure.ac (--with-auto-load-dir): New configure option.
7330 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7331
7332 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7333
7334 Provide $ddir substitution for --with-auto-load-safe-path.
7335 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7336 entries.
7337 * auto-load.c: Include observer.h.
7338 (auto_load_safe_path_vec_update): Call substitute_path_component for
7339 each component. New variable ddir_subst.
7340 (auto_load_gdb_datadir_changed): New function.
7341 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7342 AUTO_LOAD_SAFE_PATH. New comment.
7343 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7344 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7345 * config.in: Regenerate.
7346 * configure: Regenerate.
7347 * configure.ac (--auto-load-safe-path): Rename
7348 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7349 GDB_DATADIR/auto-load.
7350 * defs.h (substitute_path_component): New declaration.
7351 * top.c: Include observer.h.
7352 (set_gdb_datadir): New function.
7353 (init_main): Install it for "set data-directory".
7354 * utils.c (substitute_path_component): New function.
7355
7356 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7357
7358 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7359 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7360 DEBUG_FILE_DIRECTORY. Handle multiple components of
7361 DEBUG_FILE_DIRECTORY.
7362
7363 2012-05-10 Tom Tromey <tromey@redhat.com>
7364
7365 * dwarf2read.c (recursively_write_psymbols): New function.
7366 (write_psymtabs_to_index): Use it.
7367
7368 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7369 field.
7370 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7371 (load_partial_comp_unit): Update.
7372 (queue_comp_unit): Add argument 'pretend_language'.
7373 (process_queue): Update.
7374 (psymtab_to_symtab_1): Skip dependencies that have a user.
7375 (load_partial_comp_unit_reader): Give meaning to the 'data'
7376 argument.
7377 (load_full_comp_unit): Add 'pretend_language' argument.
7378 (process_full_comp_unit): Add 'pretend_language' argument. Set
7379 language on CU.
7380 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7381 Update.
7382 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7383 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7384 Update.
7385 (prepare_one_comp_unit): Add 'pretend_language' argument.
7386
7387 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7388 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7389 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7390 (dw2_do_instantiate_symtab): Check whether symtab was read in
7391 before queueing.
7392 (dw2_instantiate_symtab): Add assertion. Call
7393 process_cu_includes.
7394 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7395 (partial_symtab_p): New typedef.
7396 (set_partial_user): New function.
7397 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7398 (scan_partial_symbols): Add imported CU to imported_symtabs.
7399 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7400 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7401 (get_symtab, recursively_compute_inclusions)
7402 (compute_symtab_includes, process_cu_includes)
7403 (process_imported_unit_die): New functions.
7404 (process_die) <DW_TAG_imported_unit>: New case.
7405 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7406
7407 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7408 comment.
7409 (struct partial_die_info) <locdesc>: Remove.
7410 <d>: New field.
7411 (process_psymtab_comp_unit): Add 'read_partial' argument.
7412 Update.
7413 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7414 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7415 (add_partial_symbol): Update.
7416 (process_die): Handle DW_TAG_partial_unit.
7417 (read_file_scope): Update comment.
7418 (load_partial_dies): Handle DW_TAG_imported_unit.
7419 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7420 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7421
7422 2012-05-10 Tom Tromey <tromey@redhat.com>
7423
7424 * cc-with-dwz.sh: New file.
7425
7426 2012-05-10 Tom Tromey <tromey@redhat.com>
7427
7428 * symtab.h (struct symtab) <includes, user>: New fields.
7429 * block.h (struct block_iterator) <d, idx, which>: New fields.
7430 * block.c (initialize_block_iterator, find_iterator_symtab)
7431 (block_iterator_step, block_iter_name_step)
7432 (block_iter_match_step): New functions.
7433 (block_iterator_first, block_iterator_next)
7434 (block_iter_name_first, block_iter_name_next)
7435 (block_iter_match_first, block_iter_match_next): Rewrite.
7436 (get_block_symtab): New function.
7437
7438 2012-05-10 Tom Tromey <tromey@redhat.com>
7439
7440 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7441 set_block_symtab.
7442 * jit.c (finalize_symtab): Use allocate_global_block,
7443 set_block_symtab.
7444 * buildsym.c (finish_block_internal): New function, from old
7445 finish_block.
7446 (finish_block): Rewrite.
7447 (end_symtab): Use finish_block_internal, set_block_symtab.
7448 * block.h (struct global_block): New.
7449 (allocate_global_block, set_block_symtab): Declare.
7450 * block.c (allocate_global_block, set_block_symtab): New
7451 functions.
7452
7453 2012-05-10 Tom Tromey <tromey@redhat.com>
7454
7455 * psymtab.c (partial_map_expand_apply): Add assertion.
7456 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7457 (psymtab_to_symtab): Find unshared psymtab.
7458 (dump_psymtab): Print including psymtabs.
7459 (recursively_search_psymtabs): New function.
7460 (expand_symtabs_matching_via_partial): Use it.
7461 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7462 fields.
7463 (enum psymtab_search_status): New.
7464
7465 2012-05-10 Tom Tromey <tromey@redhat.com>
7466
7467 * tracepoint.c (scope_info): Update.
7468 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7469 (find_pc_sect_symtab, search_symbols)
7470 (default_make_symbol_completion_list_break_on)
7471 (make_file_symbol_completion_list): Update.
7472 * symmisc.c (dump_symtab_1): Update.
7473 * stack.c (print_frame_args, iterate_over_block_locals)
7474 (print_frame_labels, iterate_over_block_arg_vars): Update.
7475 * python/py-block.c (block_object) <dict>: Remove.
7476 <block>: New field.
7477 <iter>: Change type.
7478 (blpy_iter): Update.
7479 (blpy_block_syms_iternext): Update.
7480 * psymtab.c (map_block): Use block iterators.
7481 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7482 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7483 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7484 * infrun.c (check_exception_resume): Update.
7485 * cp-support.c (make_symbol_overload_list_block): Update.
7486 * coffread.c (patch_opaque_types): Update.
7487 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7488 * block.h (struct block_iterator): New.
7489 (block_iterator_first, block_iterator_next, block_iter_name_first)
7490 (block_iter_name_next, block_iter_match_first)
7491 (block_iter_match_next): Declare.
7492 (ALL_BLOCK_SYMBOLS): Redefine.
7493 * block.c (block_iterator_first, block_iterator_next)
7494 (block_iter_name_first, block_iter_name_next)
7495 (block_iter_match_first, block_iter_match_next): New functions.
7496 * ada-lang.c (ada_add_block_symbols)
7497 (ada_make_symbol_completion_list): Use block iterator.
7498
7499 2012-05-10 Tom Tromey <tromey@redhat.com>
7500
7501 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7502 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7503 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7504 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7505 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7506 Update.
7507
7508 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7509
7510 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7511 print-file-var-lib2.c, print-file-var-main.c and
7512 print-file-var.exp (located in gdb/testsuite/gdb.base).
7513
7514 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7515
7516 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7517 try locating the symbol in the symbol's own objfile first, before
7518 extending the search to all objfiles.
7519 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7520 out of lookup_symbol_aux_symtabs.
7521 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7522 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7523 Do not search EXCLUDE_OBJFILE.
7524 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7525 (lookup_symbol_global): Search for matches in the block's objfile
7526 first, before searching all other objfiles.
7527
7528 2012-05-10 Tristan Gingold <gingold@adacore.com>
7529
7530 * printcmd.c (set_command): Add pre/post inc/dec.
7531
7532 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7533
7534 * gdb.1: Document -ex option.
7535
7536 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7537
7538 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7539 * inferior.h (AT_SYMBOL): Delete.
7540
7541 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7542
7543 * mips-tdep.c (mips_push_dummy_code): New function.
7544 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7545 ON_STACK and install mips_push_dummy_code as our gdbarch
7546 push_dummy_code routine.
7547
7548 2012-05-09 Pedro Alves <palves@redhat.com>
7549
7550 * target.c (set_maintenance_target_async_permitted): Rename to ...
7551 (set_target_async_command): ... this.
7552 (show_maintenance_target_async_permitted): Rename to ...
7553 (show_target_async_command): ... this.
7554 (initialize_targets): Adjust.
7555
7556 2012-05-08 Doug Evans <dje@google.com>
7557
7558 * go-exp.y (classify_name): Add missing assignment of fields of
7559 yylval.ssym.
7560
7561 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7562
7563 Display the ">" prompt in interactive mode while reading canned
7564 commands, even when the current interpreter is MI.
7565
7566 * interps.c (interp_set_temp): New function.
7567
7568 * interps.h (interp_set_temp): Add prototype.
7569
7570 * cli/cli-script.c (restore_interp): New cleanup function.
7571 (read_command_lines): Temporarily override the current interpreter
7572 with CLI and arrange for restoring the original one.
7573
7574 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7575
7576 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7577
7578 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7579
7580 * probe.c (parse_probes): Move conditional to check for
7581 debuginfo files from here...
7582 * stap-probe.c (stap_get_probes): ... to here.
7583
7584 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7585 H.J. Lu <hongjiu.lu@intel.com>
7586
7587 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7588 `movl %esp, %ebp' for the X32 ABI.
7589
7590 2012-05-07 Tom Tromey <tromey@redhat.com>
7591
7592 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7593 get_DW_TAG_name.
7594 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7595 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7596 (dwarf_stack_op_name): Remove.
7597 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7598 (decode_locdesc): Use get_DW_OP_name.
7599 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7600 (dwarf2_compile_expr_to_ax): Likewise.
7601 (disassemble_dwarf_expression): Likewise.
7602 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7603
7604 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7605
7606 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7607 (sh_linux_sigtramp_cache): New function.
7608 (sh_linux_sigreturn_init): New function.
7609 (sh_linux_rt_sigreturn_init): New function.
7610 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7611 patterns.
7612 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7613 syscall codes.
7614 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7615 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7616 (sh_linux_init_abi): Add init calls to register new tramp_frame
7617 definitions under 32-bit SH, update comments.
7618
7619 2012-05-07 Pedro Alves <palves@redhat.com>
7620
7621 PR gdb/10952
7622
7623 * amd64-linux-tdep.c: Include glibc-tdep.h.
7624 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7625 gdbarch_skip_solib_resolver callback.
7626
7627 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7630 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7631 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7632 (add_auto_load_safe_path): Change the error message.
7633 (_initialize_auto_load): Change the "safe-path" help text.
7634 * configure: Regenerate
7635 * configure.ac (--without-auto-load-safe-path): Set
7636 WITH_AUTO_LOAD_SAFE_PATH to /.
7637
7638 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7639
7640 * stap-probe.h: Do not include unecessary `probe.h'.
7641
7642 2012-05-05 Alan Modra <amodra@gmail.com>
7643
7644 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7645 bfd_und_section_ptr.
7646 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7647 and bfd_com_section_ptr.
7648
7649 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7650
7651 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7652
7653 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7654
7655 * windows-nat.h (segment_register_p_ftype): New typedef.
7656 (windows_set_segment_register_p): Add declaration.
7657 * windows-nat.c (segment_register_p): New static global.
7658 (windows_set_segment_register_p): New function.
7659 (do_windows_fetch_inferior_registers): Add special handling
7660 for segment registers.
7661 * amd64-windows-nat.c: #include "amd64-tdep.h".
7662 (amd64_windows_segment_register_p): New function.
7663 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7664 * i386-windows-nat.c: #include "i386-tdep.h".
7665 (i386_windows_segment_register_p): New function.
7666 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7667
7668 2012-05-04 Tristan Gingold <gingold@adacore.com>
7669
7670 * printcmd.c (set_command): Emit a warning if the expression is not
7671 an assignment.
7672
7673 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7674
7675 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7676 Make static.
7677
7678 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7679
7680 * stap-probe.c (stap_is_operator): Change declaration.
7681 (stap_get_opcode): Change return value.
7682 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7683 `stap_parse_argument_1'.
7684
7685 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7686
7687 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7688 debug log.
7689
7690 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7691
7692 Add two new methods global_block and static_block to gdb.Symtab
7693 objects.
7694 * NEWS (Python scripting): Add entry about the new methods.
7695 * python/py-symtab.c (stpy_global_block): New function which
7696 implements the gdb.Symtab.global_block() method.
7697 (stpy_static_block): New function which implements the
7698 gdb.Symtab.static_block() method.
7699 (symtab_object_methods): Add entries for the two new methods.
7700
7701 2012-05-03 Doug Evans <dje@google.com>
7702
7703 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7704 files.
7705
7706 2012-05-03 Yao Qi <yao@codesourcery.com>
7707
7708 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7709 space.
7710 (i386_process_record): Ditto.
7711
7712 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7713
7714 * infcall.c (unwind_on_signal_p): Make static.
7715
7716 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7717
7718 * sol-thread.c (solaris_pid_to_str): Make static.
7719 (_initialize_sol_thread): Add prototype.
7720
7721 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7722
7723 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7724
7725 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7726
7727 * MAINTAINERS: Remove myself.
7728
7729 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7730
7731 Fix --without-auto-load-safe-path for MS-Windows host platform.
7732 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7733
7734 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7735
7736 * gdb_curses.h: Undefine KEY_EVENT before including curses
7737 headers. Move "#undef MOUSE_MOVED" before any curses header
7738 inclusion.
7739
7740 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7741
7742 * features/i386/i386-mmx-linux.c: Regenerate.
7743 * features/rs6000/powerpc-32.c: Likewise.
7744 * features/rs6000/powerpc-32l.c: Likewise.
7745 * features/rs6000/powerpc-403.c: Likewise.
7746 * features/rs6000/powerpc-403gc.c: Likewise.
7747 * features/rs6000/powerpc-405.c: Likewise.
7748 * features/rs6000/powerpc-505.c: Likewise.
7749 * features/rs6000/powerpc-601.c: Likewise.
7750 * features/rs6000/powerpc-602.c: Likewise.
7751 * features/rs6000/powerpc-603.c: Likewise.
7752 * features/rs6000/powerpc-604.c: Likewise.
7753 * features/rs6000/powerpc-64.c: Likewise.
7754 * features/rs6000/powerpc-64l.c: Likewise.
7755 * features/rs6000/powerpc-750.c: Likewise.
7756 * features/rs6000/powerpc-860.c: Likewise.
7757 * features/rs6000/powerpc-e500.c: Likewise.
7758 * features/rs6000/powerpc-e500l.c: Likewise.
7759 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7760 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7761 * features/rs6000/rs6000.c: Likewise.
7762
7763 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7764
7765 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7766 variable.
7767 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7768 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7769 (stap_parse_argument) <e>: Likewise.
7770 (handle_stap_probe) <byte_order>: Likewise.
7771
7772 2012-04-30 Doug Evans <dje@google.com>
7773
7774 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7775 init_and_read_dies_worker. All callers updated.
7776 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7777 replaced with init_cutu_and_read_dies.
7778 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7779 (find_partial_die): Remove FIXME. Don't free current CU.
7780
7781 2012-04-30 Sterling Augustine <saugustine@google.com>
7782
7783 * contrib: New directory.
7784 * contrib/test_pubnames_and_indexes.py: New file.
7785
7786 2012-04-30 Doug Evans <dje@google.com>
7787
7788 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7789 All callers updated.
7790 (init_cu_die_reader): Verify the section is non-empty.
7791 (dwarf_decode_line_header): Don't dereference section->asection
7792 until we know the section is present.
7793
7794 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7795
7796 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7797 probes.
7798
7799 2012-04-29 Yao Qi <yao@codesourcery.com>
7800
7801 * gdb-code-style.el: New hook gdb-markup-hook
7802 and gdb-comment-hook.
7803
7804 2012-04-28 Doug Evans <dje@google.com>
7805
7806 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7807 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7808 objfile->obfd.
7809 * symfile.h (dwarf2_debug_sections): New member addr.
7810 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7811 (ctx_no_get_addr_index): New function.
7812 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7813 (ctx_no_get_addr_index): Declare.
7814 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7815 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7816 (dwarf_expr_ctx_funcs): Update.
7817 (needs_get_addr_index): New function.
7818 (needs_frame_ctx_funcs): Update.
7819 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7820 * dwarf2read.c: #include "gdbcore.h".
7821 (dwarf2_per_objfile): New members addr, dwo_files.
7822 (dwarf2_elf_names): Add entry for addr.
7823 (struct dwo_section_names): New type.
7824 (dwo_section_names): New static global.
7825 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7826 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7827 old debug_types_section member updated to use this.
7828 Rename member debug_types_section to info_or_types_section,
7829 all uses updated.
7830 (signatured_type): Rename member type_offset to type_offset_in_tu,
7831 all uses updated. New member type_offset_in_section.
7832 (struct dwo_sections): New type.
7833 (struct dwo_unit): New type.
7834 (struct dwo_file): New type.
7835 (die_reader_specs): New member dwo_file.
7836 (dwarf2_locate_sections): Watch for .debug_addr.
7837 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7838 (dwarf2_read_section): Get bfd of section from bfd's asection,
7839 instead of objfile.
7840 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7841 (create_signatured_type_table_from_index): Initialize
7842 sig_type->info_or_types_section.
7843 (dw2_get_file_names): Statement lists for type units with DWO files
7844 live in the DWO file.
7845 (create_debug_types_hash_table): New function.
7846 (create_all_type_units): Rewrite.
7847 (init_cu_die_reader): New arg dwo_file, all callers updated.
7848 (init_and_read_dies_worker): Get section from
7849 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7850 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7851 continue reading the CU/TU from there.
7852 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7853 updated. Get section from this_cu->info_or_types_section.
7854 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7855 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7856 DW_FORM_GNU_str_index.
7857 (hash_dwo_file, eq_dwo_file): New functions.
7858 (allocate_dwo_file_hash_table): New function.
7859 (hash_dwo_unit, eq_dwo_unit): New functions.
7860 (allocate_dwo_unit_table): New function.
7861 (dwarf2_locate_dwo_sections): New function.
7862 (struct create_dwo_info_table_data): New type.
7863 (create_debug_info_hash_table_reader): New function.
7864 (create_debug_info_hash_table): New function.
7865 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7866 (lookup_dwo_file): New function.
7867 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7868 (free_dwo_file, free_dwo_file_cleanup): New functions.
7869 (free_dwo_file_from_slot, free_dwo_files): New functions.
7870 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7871 (dwarf2_record_block_ranges): Ditto.
7872 (read_partial_die): Ditto.
7873 (process_enumeration_scope): Update to use type_offset_in_section.
7874 (read_full_die_1): New function.
7875 (read_full_die): Rewrite.
7876 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7877 DW_FORM_GNU_str_index.
7878 (read_addr_index_1, read_addr_index): New functions.
7879 (read_addr_index_from_leb128): New function.
7880 (struct dwarf2_read_addr_index_data): New type.
7881 (dwarf2_read_addr_index_reader): New function.
7882 (dwarf2_read_addr_index): New function.
7883 (read_str_index): New function.
7884 (leb128_size): New function.
7885 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7886 If processing a type unit from a DWO file, get the line section
7887 from the DWO file.
7888 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7889 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7890 DW_FORM_GNU_str_index.
7891 (lookup_die_type): Check whether section offset of type's die is
7892 known before looking it up. Remove assert. Condition can
7893 legimately happen for inter-cu type references.
7894 (dwarf_attr_name): Handle Fission attributes.
7895 (dwarf_form_name): Handle Fission forms.
7896 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7897 DW_FORM_GNU_str_index.
7898 (follow_die_sig): Update to use type_offset_in_section.
7899 (decode_locdesc): New case DW_OP_GNU_addr_index.
7900 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7901 DW_FORM_GNU_str_index.
7902 (cu_debug_loc_section): New function.
7903 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7904 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7905 Free DWO files if present.
7906 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7907
7908 Refactor DIE reading.
7909 * dwarf2read.c (dwarf2_per_objfile): Replace members
7910 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7911 (die_reader_specs): New member "die_section". Temporarily make
7912 member "buffer" non-const, pending constifying all info_ptr uses.
7913 (die_reader_func_ftype): New typedef.
7914 (dw2_get_file_names_reader): New function.
7915 (dw2_get_file_names): Rewrite.
7916 (read_and_check_type_unit_head): Rename arg type_offset to
7917 type_offset_in_tu.
7918 (create_all_type_units): Improve debugging message.
7919 Improve dummy type unit check.
7920 (init_cu_die_reader): New arg "section". All callers updated.
7921 (init_and_read_dies_worker): New function.
7922 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7923 (init_cutu_and_read_dies_no_follow): New function.
7924 (init_cutu_and_read_dies_simple): New function.
7925 (process_psymtab_comp_unit_reader): New function.
7926 (process_psymtab_comp_unit): Delete args section,
7927 is_debug_types_section. Rewrite. All callers updated.
7928 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7929 All callers updated. Rewrite.
7930 (load_partial_comp_unit_reader): New function.
7931 (load_partial_comp_unit): Rewrite.
7932 (skip_children): New arg reader. Delete args buffer, cu.
7933 All callers updated.
7934 (skip_one_die): New arg reader. Delete args buffer, cu.
7935 All callers updated.
7936 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7937 All callers updated.
7938 (load_full_comp_unit_reader): New function.
7939 (load_full_comp_unit): Rewrite.
7940 (read_comp_unit): Delete.
7941 (read_die_and_children_1): Delete, contents moved ...
7942 (read_die_and_children): ... here.
7943 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7944 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7945 All callers updated.
7946 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7947 All callers updated.
7948 (find_partial_die): Rewrite load_all_dies support.
7949 (read_attribute_value): New arg reader. Delete args abfd, cu.
7950 All callers updated.
7951 (read_attribute): New arg reader. Delete args abfd, cu.
7952 All callers updated.
7953 (load_full_type_unit): Add assert.
7954 (read_signatured_type_reader): New function.
7955 (read_signatured_type): Rewrite.
7956 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7957 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7958 All callers updated. Set per_cu->cu = NULL after freeing it.
7959 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7960 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7961 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7962 (set_die_type): Update.
7963 (get_die_type_at_offset): Update.
7964 (read_file_scope): Call prepare_one_comp_unit.
7965 (read_type_unit_scope): Ditto.
7966 (prepare_one_comp_unit): Set producer if present.
7967
7968 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7969
7970 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7971 gettext function on `error'.
7972
7973 2012-04-27 Doug Evans <dje@google.com>
7974
7975 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7976 is empty.
7977
7978 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7979 Tom Tromey <tromey@redhat.com>
7980
7981 * breakpoint.c (struct breakpoint_objfile_data)
7982 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7983 <exception_probes>: New fields.
7984 (free_breakpoint_probes): New function.
7985 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7986 `_Unwind_DebugHook'.
7987 (create_exception_master_breakpoint): Likewise.
7988 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7989 * infrun.c: Including necessary header files for handling SystemTap
7990 probes.
7991 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7992 via SystemTap probes.
7993 (check_exception_resume): Remove `func' argument. Handle exception
7994 unwinding breakpoint set via a SystemTap probe.
7995 (insert_exception_resume_from_probe): New function.
7996
7997 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7998 Tom Tromey <tromey@redhat.com>
7999 Jan Kratochvil <jan.kratochvil@redhat.com>
8000
8001 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8002 (COMMON_OBS): Likewise.
8003 (HFILES_NO_SRCDIR): Add `probe'.
8004 * NEWS: Mention support for static and SystemTap probes.
8005 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8006 SystemTap probes' arguments parser.
8007 * arm-linux-tdep.c: Including headers needed to perform the parsing
8008 of SystemTap probes' arguments.
8009 (arm_stap_is_single_operand): New function.
8010 (arm_stap_parse_special_token): Likewise.
8011 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8012 probes' arguments parser.
8013 * ax-gdb.c (require_rvalue): Removing static declaration.
8014 (gen_expr): Likewise.
8015 * ax-gdb.h (gen_expr): Declaring function.
8016 (require_rvalue): Likewise.
8017 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8018 (bkpt_probe_breakpoint_ops): New variable.
8019 (momentary_breakpoint_from_master): Set the `probe' value.
8020 (add_location_to_breakpoint): Likewise.
8021 (break_command_1): Using proper breakpoint_ops according to the
8022 argument passed by the user in the command line.
8023 (bkpt_probe_insert_location): New function.
8024 (bkpt_probe_remove_location): Likewise.
8025 (bkpt_probe_create_sals_from_address): Likewise.
8026 (bkpt_probe_decode_linespec): Likewise.
8027 (tracepoint_probe_create_sals_from_address): Likewise.
8028 (tracepoint_probe_decode_linespec): Likewise.
8029 (tracepoint_probe_breakpoint_ops): New variable.
8030 (trace_command): Using proper breakpoint_ops according to the
8031 argument passed by the user in the command line.
8032 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8033 static probes on breakpoints and tracepoints.
8034 * breakpoint.h (struct bp_location) <probe>: New field.
8035 * cli-utils.c (skip_spaces_const): New function.
8036 (extract_arg): Likewise.
8037 * cli-utils.h (skip_spaces_const): Likewise.
8038 (extract_arg): Likewise.
8039 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8040 * configure.ac: Append `stap-probe.o' to be generated when ELF
8041 support is present.
8042 * configure: Regenerate.
8043 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8044 * elfread.c: Include `probe.h' and `arch-utils.h'.
8045 (probe_key): New variable.
8046 (elf_get_probes): New function.
8047 (elf_get_probe_argument_count): Likewise.
8048 (elf_evaluate_probe_argument): Likewise.
8049 (elf_compile_to_ax): Likewise.
8050 (elf_symfile_relocate_probe): Likewise.
8051 (stap_probe_key_free): Likewise.
8052 (elf_probe_fns): New variable.
8053 (elf_sym_fns): Add `sym_probe_fns' value.
8054 (elf_sym_fns_lazy_psyms): Likewise.
8055 (elf_sym_fns_gdb_index): Likewise.
8056 (_initialize_elfread): Initialize objfile cache for static
8057 probes.
8058 * gdb_vecs.h (struct probe): New forward declaration.
8059 (probe_p): New VEC declaration.
8060 * gdbarch.c: Regenerate.
8061 * gdbarch.h: Regenerate.
8062 * gdbarch.sh (stap_integer_prefix): New variable.
8063 (stap_integer_suffix): Likewise.
8064 (stap_register_prefix): Likewise.
8065 (stap_register_suffix): Likewise.
8066 (stap_register_indirection_prefix): Likewise.
8067 (stap_register_indirection_suffix): Likewise.
8068 (stap_gdb_register_prefix): Likewise.
8069 (stap_gdb_register_suffix): Likewise.
8070 (stap_is_single_operand): New function.
8071 (stap_parse_special_token): Likewise.
8072 (struct stap_parse_info): Forward declaration.
8073 * i386-tdep.c: Including headers needed to perform the parsing
8074 of SystemTap probes' arguments.
8075 (i386_stap_is_single_operand): New function.
8076 (i386_stap_parse_special_token): Likewise.
8077 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8078 probes' arguments parser.
8079 * i386-tdep.h (i386_stap_is_single_operand): New function.
8080 (i386_stap_parse_special_token): Likewise.
8081 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8082 * mipsread.c (ecoff_sym_fns): Likewise.
8083 * objfiles.c (objfile_relocate1): Support relocation for static
8084 probes.
8085 * parse.c (prefixify_expression): Remove static declaration.
8086 (initialize_expout): Likewise.
8087 (reallocate_expout): Likewise.
8088 * parser-defs.h (initialize_expout): Declare function.
8089 (reallocate_expout): Likewise.
8090 (prefixify_expression): Likewise.
8091 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8092 of SystemTap probes' arguments.
8093 (ppc_stap_is_single_operand): New function.
8094 (ppc_stap_parse_special_token): Likewise.
8095 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8096 probes' arguments parser.
8097 * probe.c: New file, for generic statically defined probe support.
8098 * probe.h: Likewise.
8099 * s390-tdep.c: Including headers needed to perform the parsing of
8100 SystemTap probes' arguments.
8101 (s390_stap_is_single_operand): New function.
8102 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8103 probes' arguments parser.
8104 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8105 * stap-probe.c: New file, for SystemTap probe support.
8106 * stap-probe.h: Likewise.
8107 * symfile.h: Include `gdb_vecs.h'.
8108 (struct sym_probe_fns): New struct.
8109 (struct sym_fns) <sym_probe_fns>: New field.
8110 * symtab.c (init_sal): Initialize `probe' field.
8111 * symtab.h (struct probe): Forward declaration.
8112 (struct symtab_and_line) <probe>: New field.
8113 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8114 locations.
8115 (stop_tracing): Likewise.
8116 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8117
8118 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8119 Tom Tromey <tromey@redhat.com>
8120
8121 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8122 and to compile agent expressions.
8123 * infrun.c (siginfo_make_value): New argument `ignore'.
8124 (siginfo_funcs): New struct.
8125 (_initialize_infrun): New argument when calling
8126 `create_internalvar_type_lazy'.
8127 * thread.c (thread_id_make_value): New argument `ignore'.
8128 (thread_funcs): New struct.
8129 (_initialize_thread): New argument when calling
8130 `create_internalvar_type_lazy'.
8131 * tracepoint.c (sdata_make_value): New argument `ignore'.
8132 (sdata_funcs): New struct.
8133 (_initialize_tracepoint): New argument when calling
8134 `create_internalvar_type_lazy'.
8135 * value.c (make_value): New struct.
8136 (create_internalvar_type_lazy): New argument `data'.
8137 (compile_internalvar_to_ax): New function.
8138 (value_of_internalvar): Properly handling `make_value' case.
8139 (clear_internalvar): Likewise.
8140 (show_convenience): Adding `TRY_CATCH' block.
8141 * value.h (internalvar_make_value): Delete, replace by...
8142 (struct internalvar_funcs): ... this.
8143 (create_internalvar_type_lazy) <fun>: Delete argument.
8144 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8145 (compile_internalvar_to_ax): New function.
8146 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8147 (tlb_funcs): New struct.
8148 (_initialize_windows_tdep): New argument when calling
8149 `create_internalvar_type_lazy'.
8150
8151 2012-04-27 Mark Wielaard <mjw@redhat.com>
8152
8153 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8154 see whether it is an address or a constant offset from DW_AT_low_pc.
8155 (dwarf2_record_block_ranges): Likewise.
8156 (read_partial_die): Likewise.
8157
8158 2012-04-26 Mark Wielaard <mjw@redhat.com>
8159
8160 * MAINTAINERS (Write After Approval): Add myself to the list.
8161
8162 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8163
8164 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8165 (proc_prettyprint_signal): Likewise.
8166 (proc_prettyprint_faultset): Likewise.
8167 (proc_prettyprint_fault): Likewise.
8168 (proc_prettyprint_actionset): Likewise.
8169 (proc_prettyprint_flags): Move to new proc-flags.c section.
8170 (proc_prettyfprint_flags): New prototype.
8171 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8172 (proc_syscall, proc_cursig): Likewise.
8173 (proc_set_kill_on_last_close): Likewise.
8174 (proc_unset_kill_on_last_close): Likewise.
8175 (proc_set_watchpoint): Make static.
8176 (proc_delete_dead_threads): Likewise.
8177 (procfs_set_watchpoint): Likewise.
8178 (_initialize_procfs): Add prototype.
8179 * proc-events.c: Include proc-utils.h.
8180 (init_syscall_table): Make static.
8181 * proc-api.c (_initialize_proc_api): Add prototype.
8182 * proc-flags.c: Include proc-utils.h.
8183
8184 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8185
8186 * configure.ac: Add AC_ARG_PROGRAM.
8187 * configure: Regenerate.
8188
8189 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8190
8191 Fix DW_AT_lower_bound defaults for DWARF-4+.
8192 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8193 high. New variable low_default_is_valid. Implement DWARF-4+
8194 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8195 no default by the DWARF standard.
8196
8197 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8198 Maciej W. Rozycki <macro@codesourcery.com>
8199
8200 * infrun.c (handle_inferior_event): Move the check for return
8201 trampolines ahead of the check for function trampolines.
8202 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8203 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8204 (mips_str_mips16_ret_stub): Likewise.
8205 (mips_str_call_fp_stub): Likewise.
8206 (mips_str_call_stub): Likewise.
8207 (mips_str_fn_stub): Likewise.
8208 (mips_str_pic): Likewise.
8209 (mips_in_frame_stub): New function.
8210 (mips_unwind_pc): Return the return address rather than the PC
8211 if the PC of an intermediate frame is inside a call thunk.
8212 (mips_is_stub_suffix): New function.
8213 (mips_is_stub_mode): Likewise.
8214 (mips_get_mips16_fn_stub_pc): Likewise.
8215 (mips_skip_mips16_trampoline_code): Update to handle all the
8216 currently generated stub types. Don't recurse into __fn_stub
8217 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8218 Use cooked register accesses.
8219 (mips_in_return_stub): Reintroduce function.
8220 (mips_skip_trampoline_code): Traverse trampolines recursively.
8221 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8222
8223 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8224
8225 GDB 7.4.1 released.
8226
8227 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8228
8229 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8230 * features/arm-with-m-vfp-d16.xml: New file. Describes
8231 Cortex-M with VFPv4-sp-d16 FPU register layout.
8232 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8233 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8234 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8235 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8236 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8237
8238 2012-04-25 Doug Evans <dje@google.com>
8239
8240 * cli/cli-decode.c (print_doc_line): Use stream instead of
8241 current_uiout.
8242
8243 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8244
8245 * features/arm-with-iwmmxt.c: Regenerate.
8246 * features/arm-with-m-fpa-layout.c: Likewise.
8247 * features/arm-with-m.c: Likewise.
8248 * features/arm-with-neon.c: Likewise.
8249 * features/arm-with-vfpv2.c: Likewise.
8250 * features/arm-with-vfpv3.c: Likewise.
8251 * features/mips-dsp-linux.c: Likewise.
8252 * features/mips-linux.c: Likewise.
8253 * features/mips64-dsp-linux.c: Likewise.
8254 * features/mips64-linux.c: Likewise.
8255 * features/s390-linux32.c: Likewise.
8256 * features/s390-linux32v1.c: Likewise.
8257 * features/s390-linux32v2.c: Likewise.
8258 * features/s390-linux64.c: Likewise.
8259 * features/s390-linux64v1.c: Likewise.
8260 * features/s390-linux64v2.c: Likewise.
8261 * features/s390x-linux64.c: Likewise.
8262 * features/s390x-linux64v1.c: Likewise.
8263 * features/s390x-linux64v2.c: Likewise.
8264 * features/tic6x-c62x-linux.c: Likewise.
8265 * features/tic6x-c62x.c: Likewise.
8266 * features/tic6x-c64x-linux.c: Likewise.
8267 * features/tic6x-c64x.c: Likewise.
8268 * features/tic6x-c64xp-linux.c: Likewise.
8269 * features/tic6x-c64xp.c: Likewise.
8270 * target-descriptions.c: Only generate `field_type' and `type'
8271 variables when needed.
8272
8273 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8274
8275 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8276
8277 2012-04-25 Doug Evans <dje@google.com>
8278
8279 Initial pass at Go language support.
8280 * NEWS: Mention Go.
8281 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8282 go-valprint.c.
8283 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8284 (YYFILES): Add go-exp.c.
8285 (YYOBJ): Add go-exp.o.
8286 (local-maintainer-clean): Delete go-exp.c.
8287 * defs.h (enum language): Add language_go.
8288 * dwarf2read.c: #include "go-lang.h".
8289 (fixup_go_packaging): New function.
8290 (process_full_comp_unit): Call it when processing Go CUs.
8291 (dwarf2_physname): Add Go support.
8292 (read_file_scope): Handle missing language spec for GNU Go.
8293 (set_cu_language): Handle DW_LANG_Go.
8294 * go-exp.y: New file.
8295 * go-lang.h: New file.
8296 * go-lang.c: New file.
8297 * go-typeprint.c: New file.
8298 * go-valprint.c: New file.
8299 * symtab.c: #include "go-lang.h".
8300 (symbol_set_language): Handle language_go.
8301 (symbol_find_demangled_name, symbol_set_names): Ditto.
8302 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8303
8304 2012-04-24 Jim Meyering <meyering@redhat.com>
8305
8306 avoid a few strncpy-induced buffer overruns
8307 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8308 fname and psargs before trying to concatenate.
8309 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8310 "name" before applying strchr.
8311
8312 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8313
8314 * CONTRIBUTE: Use unified diff instead of context diff when
8315 generating patches.
8316
8317 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8318
8319 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8320 code. Handle JR.HB correctly.
8321
8322 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8323
8324 * mips-tdep.c
8325 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8326 with the other MIPS16 helpers.
8327
8328 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8329
8330 * observer.sh: Conditionally declare `args', thus cleaning up
8331 unused instances of this variable.
8332
8333 2012-04-24 Yao Qi <yao@codesourcery.com>
8334
8335 Revert this patch to allow breakpoint always-inserted
8336 in record target.
8337 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8338 * breakpoint.c: Include record.h.
8339 (breakpoints_always_inserted_mode): Return false when the record
8340 target is in use.
8341
8342 * breakpoint.c (iterate_over_bp_locations): New.
8343 * breakpoint.h: Declare.
8344 New typedef walk_bp_location_callback.
8345 * record.c (record_open): Call record_init_record_breakpoints.
8346 (record_sync_record_breakpoints): New.
8347 (record_init_record_breakpoints): New.
8348 * NEWS: Mention supporting breakpoint always-inserted mode in
8349 record target.
8350
8351 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8352
8353 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8354 any thread.
8355
8356 2012-04-24 Yao Qi <yao@codesourcery.com>
8357
8358 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8359 (is_catchpoint): ... it.
8360 (print_one_breakpoint_location): Caller update.
8361 * breakpoint.h: Update declaration.
8362
8363 2012-04-23 David S. Miller <davem@davemloft.net>
8364
8365 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8366
8367 2012-04-23 Tom Tromey <tromey@redhat.com>
8368
8369 * buildsym.c (add_free_pendings): Remove.
8370 * buildsym.h (add_free_pendings): Remove.
8371
8372 2012-04-23 Doug Evans <dje@google.com>
8373
8374 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8375 attr.u.unsnd instead of attr.u.addr.
8376 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8377 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8378 DW_FORM_ref_udata.
8379 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8380 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8381 DW_FORM_ref_udata.
8382 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8383
8384 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8385
8386 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8387 (mips_o32_return_value): Likewise.
8388 (mips_o64_return_value): Likewise.
8389
8390 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8391
8392 * ada-lang.c (ada_evaluate_subexp): Add cases for
8393 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8394 their treatment in eval.c.
8395
8396 2012-04-21 David S. Miller <davem@davemloft.net>
8397
8398 * sparc-tdep.c (X_DISP10): Define.
8399 (sparc_analyze_control_transfer): Handle compare-and-branch.
8400
8401 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8402
8403 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8404 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8405
8406 2012-04-20 Nigel Stephens <nigel@mips.com>
8407 Maciej W. Rozycki <macro@codesourcery.com>
8408
8409 * mips-tdep.c (mips_float_register_p): New function.
8410 (mips_convert_register_float_case_p): Use mips_float_register_p.
8411 (mips_register_type): Likewise.
8412 (mips_print_register): Likewise.
8413 (print_gp_register_row): Likewise.
8414 (mips_print_registers_info): Likewise.
8415
8416 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8417
8418 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8419 of mips16 symbols.
8420
8421 2012-04-20 Andrew Pinski <apinski@cavium.com>
8422
8423 * MAINTAINERS (Write After Approval): Add myself to the list.
8424
8425 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8426
8427 * MAINTAINERS: Update my e-mail address.
8428
8429 2012-04-20 Pedro Alves <palves@redhat.com>
8430
8431 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8432 $srcdir.
8433 * configure: Regenerate.
8434
8435 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8436
8437 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8438 declaration.
8439 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8440
8441 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8442
8443 Fix compilation compatibility with python-2.4
8444 * python/py-type.c (convert_field): Cast ADDRSTRING for
8445 PyObject_SetAttrString as non-const. New comment.
8446
8447 2012-04-19 Tom Tromey <tromey@redhat.com>
8448
8449 * top.c (quit_target): Use all_cleanups.
8450 * main.c (captured_command_loop): Use all_cleanups.
8451 * exceptions.c (throw_exception): Use all_cleanups.
8452
8453 2012-04-19 Pedro Alves <palves@redhat.com>
8454
8455 * Makefile.in (GNULIB_BUILDDIR): New.
8456 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8457 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8458 (CLEANDIRS). Remove gnulib/import.
8459 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8460 (all-lib): Ditto.
8461 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8462 (gnulib/import/Makefile): Replace gnulib/import with
8463 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8464 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8465 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8466 acx_configure_dir.m4.
8467 * acinclude.m4: Include acx_configure_dir.m4.
8468 * acx_configure_dir.m4: New file.
8469 * aclocal.m4: Regenerate.
8470 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8471 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8472 (GNULIB): New variable.
8473 (GNULIB_STDINT_H): Adjust.
8474 (AC_OUTPUT): Don't output gnulib/Makefile.
8475 * gdb/defs.h: Include build-gnulib/config.h.
8476 * aclocal.m4: Regenerate.
8477 * config.in: Regenerate.
8478 * configure: Regenerate.
8479
8480 * gnulib/Makefile.in: New file.
8481 * gnulib/configure.ac: New file.
8482 * gnulib/aclocal.m4: New file.
8483 * gnulib/config.in: New file.
8484 * gnulib/configure: New file.
8485 * gnulib/: Re-run gnulib-tool to adjust.
8486
8487 2012-04-19 Doug Evans <dje@google.com>
8488
8489 * cleanups.h (struct cleanup): Move to cleanups.c.
8490 (make_cleanup_dtor_ftype): New typedef.
8491 (make_cleanup_dtor): Use it.
8492 (ALL_CLEANUPS): Replace with ...
8493 (all_cleanups): ... this. Declare. All uses updated.
8494 * cleanups.c: #include "gdb_assert.h".
8495 (sentinel_cleanup): New static global.
8496 (SENTINEL_CLEANUP): Define.
8497 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8498 (make_my_cleanup2): Assert result is non-NULL.
8499 (all_cleanups): New function.
8500 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8501 of NULL.
8502
8503 2012-04-19 Pedro Alves <palves@redhat.com>
8504
8505 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8506 Adjust paths to gnulib imported files.
8507
8508 2012-04-19 Pedro Alves <palves@redhat.com>
8509
8510 * gnulib/: Move whole directory ...
8511 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8512 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8513 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8514 (aclocal_m4_deps): Adjust.
8515 * aclocal.m4: Regenerate.
8516 * configure: Regenerate.
8517 * configure.ac: Adjust AC_OUTPUT output.
8518
8519 2012-04-19 Yao Qi <yao@codesourcery.com>
8520
8521 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8522 (vec.o): New rule.
8523 * vec.c: Move it ...
8524 * common/vec.c: ... here.
8525 * vec.h: Move it ...
8526 * common/vec.h: ... here.
8527
8528 2012-04-19 Yao Qi <yao@codesourcery.com>
8529
8530 * gdb-code-style.el: New.
8531
8532 2012-04-18 Pedro Alves <palves@redhat.com>
8533
8534 Update gnulib from latest git.
8535 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8536
8537 * gnulib/Makefile.am: Update.
8538 * gnulib/dummy.c: Update.
8539 * gnulib/extra/arg-nonnull.h: Update.
8540 * gnulib/extra/c++defs.h: Update.
8541 * gnulib/extra/update-copyright: Update.
8542 * gnulib/extra/warn-on-use.h: Update.
8543 * gnulib/inttypes.in.h: Update.
8544 * gnulib/m4/00gnulib.m4: Update.
8545 * gnulib/m4/extensions.m4: Update.
8546 * gnulib/m4/gnulib-cache.m4: Update.
8547 * gnulib/m4/gnulib-common.m4: Update.
8548 * gnulib/m4/gnulib-comp.m4: Update.
8549 * gnulib/m4/gnulib-tool.m4: Update.
8550 * gnulib/m4/include_next.m4: Update.
8551 * gnulib/m4/inttypes-pri.m4: Update.
8552 * gnulib/m4/inttypes.m4: Update.
8553 * gnulib/m4/longlong.m4: Update.
8554 * gnulib/m4/memchr.m4: Update.
8555 * gnulib/m4/memmem.m4: Update.
8556 * gnulib/m4/mmap-anon.m4: Update.
8557 * gnulib/m4/multiarch.m4: Update.
8558 * gnulib/m4/onceonly.m4: Update.
8559 * gnulib/m4/stddef_h.m4: Update.
8560 * gnulib/m4/stdint.m4: Update.
8561 * gnulib/m4/string_h.m4: Update.
8562 * gnulib/m4/warn-on-use.m4: Update.
8563 * gnulib/m4/wchar_h.m4: Update.
8564 * gnulib/m4/wchar_t.m4: Update.
8565 * gnulib/m4/wint_t.m4: Update.
8566 * gnulib/memchr.c: Update.
8567 * gnulib/memmem.c: Update.
8568 * gnulib/stddef.in.h: Update.
8569 * gnulib/stdint.in.h: Update.
8570 * gnulib/str-two-way.h: Update.
8571 * gnulib/string.in.h: Update.
8572 * gnulib/wchar.in.h: Update.
8573
8574 * gnulib/extra/arg-nonnull.h: Delete.
8575 * gnulib/extra/c++defs.h: Delete.
8576 * gnulib/extra/warn-on-use.h: Delete.
8577 * gnulib/m4/wchar_h.m4: Delete.
8578 * gnulib/m4/wint_t.m4: Delete.
8579 * gnulib/wchar.in.h: Delete.
8580
8581 * gnulib/extra/snippets/arg-nonnull.h: New.
8582 * gnulib/extra/snippets/c++defs.h: New.
8583 * gnulib/extra/snippets/warn-on-use.h: New.
8584
8585 * aclocal.m4: Regenerate.
8586 * config.in: Regenerate.
8587 * configure: Regenerate.
8588 * gnulib/Makefile.in: Regenerate.
8589
8590 2012-04-18 Pedro Alves <palves@redhat.com>
8591
8592 Reimport the update-copyright module from gnulib
8593 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8594
8595 * configure: Regenerate.
8596 * gnulib/Makefile.am: Update.
8597 * gnulib/Makefile.in: Regenerate.
8598 * gnulib/extra/update-copyright: Update.
8599 * gnulib/m4/gnulib-cache.m4: Update.
8600 * gnulib/m4/gnulib-comp.m4: Update.
8601
8602 2012-04-18 Tristan Gingold <gingold@adacore.com>
8603
8604 * configure.ac (aix): Put -lpthread into libs.
8605 * configure: Regenerate.
8606
8607 2012-04-18 Tom Tromey <tromey@redhat.com>
8608
8609 * linespec.c (convert_linespec_to_sals): Don't use
8610 SYMBOL_OBJ_SECTION.
8611 (compare_msymbols): Arguments are minsym_and_objfile, not
8612 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8613
8614 2012-04-18 Pedro Alves <palves@redhat.com>
8615
8616 Revert gnulib/ part of:
8617 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8618 Copyright year update in most files (performed by copyright.sh).
8619
8620 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8621
8622 Fix 64-bit constants on 32-bit hosts.
8623 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8624 from unsigned long to ULONGEST.
8625 (read_signed_leb128): Change declaration return type from long to
8626 LONGEST.
8627 (dwarf2_const_value_attr): Change declaration parameter value from long
8628 to LONGEST.
8629 (dwarf2_compute_name): Change variable value from long to LONGEST.
8630 (read_unsigned_leb128): Change return type, variable result and some
8631 casts from unsigned long to ULONGEST.
8632 (read_signed_leb128): Change return type, variable result and some
8633 casts from long to LONGEST.
8634 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8635 value from long to LONGEST.
8636 (dwarf2_const_value): Change variable value from long to LONGEST.
8637 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8638 plongest and hex_string.
8639 * symtab.h (struct general_symbol_info): Change ivalue from long to
8640 LONGEST, remove the comment.
8641 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8642 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8643
8644 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8645
8646 PR symtab/7259:
8647 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8648 * ada-lang.c (ada_discrete_type_high_bound)
8649 (ada_discrete_type_low_bound): Fix function comment. Use
8650 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8651 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8652 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8653 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8654 Use TYPE_FIELD_ENUMVAL.
8655 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8656 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8657 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8658 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8659 TYPE_CODE_ENUM.
8660 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8661 * dwarf2read.c (process_enumeration_scope): Likewise.
8662 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8663 field.bitpos.
8664 (class StructMainTypePrettyPrinter): Support also
8665 FIELD_LOC_KIND_ENUMVAL.
8666 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8667 TYPE_CODE_ENUM.
8668 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8669 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8670 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8671 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8672 field enumval.
8673 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8674 accommodate enumval.
8675 (struct call_site): Adjust loc_kind to accommodate enumval.
8676 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8677 (TYPE_FIELD_ENUMVAL): New macros.
8678 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8679 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8680 TYPE_CODE_ENUM.
8681 * p-typeprint.c (pascal_type_print_base): Likewise.
8682 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8683 enumval.
8684 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8685 * python/py-type.c (convert_field): New variable addrstring. Use
8686 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8687 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8688 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8689 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8690 TYPE_CODE_ENUM.
8691 * valprint.c (generic_val_print): Likewise.
8692
8693 2012-04-17 Doug Evans <dje@google.com>
8694
8695 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8696
8697 * dwarf2read.c: Whitespace fixes.
8698 (lookup_signatured_type): Tweak comment.
8699 (get_die_type_at_offset): Fix comment.
8700
8701 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8702
8703 * xcoffread.c (xcoff_secnum_to_sections): New function.
8704 (secnum_to_section, secnum_to_bfd_section): Reimplement
8705 using xcoff_secnum_to_sections. Rename "secnum" parameter
8706 into "n_scnum".
8707 (RECORD_MINIMAL_SYMBOL): Delete.
8708 (record_minimal_symbol): New function.
8709 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8710 by call to record_minimal_symbol and set misc_func_recorded
8711 to 1. Set last_csect_sec to the XCOFF section index instead
8712 of GDB's section_offset index. Update calls to
8713 prim_record_minimal_symbol_and_info to pass the BFD section
8714 as well.
8715
8716 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8717
8718 * xcoffread.c (read_xcoff_symtab): Delete variables
8719 last_csect_val and last_csect_sec and associated code.
8720
8721 2012-04-17 Doug Evans <dje@google.com>
8722
8723 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8724 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8725 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8726 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8727
8728 * cleanups.h: New file.
8729 * cleanups.c: New file.
8730 * Makefile.in (SFILES): Add cleanups.c.
8731 (HFILES_NO_SRCDIR): Add cleanups.h.
8732 (COMMON_OBS): Add cleanups.o.
8733 * defs.h (struct cleanup): Moved to cleanups.h.
8734 (do_cleanups,do_final_cleanups): Ditto.
8735 (discard_cleanups,discard_final_cleanups): Ditto
8736 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8737 (save_cleanups,save_final_cleanups): Ditto.
8738 (restore_cleanups,restore_final_cleanups): Ditto.
8739 (null_cleanup): Ditto.
8740 (make_my_cleanup,make_my_cleanup2): Ditto.
8741 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8742 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8743 (do_cleanups,do_final_cleanups): Ditto.
8744 (discard_cleanups,discard_final_cleanups): Ditto
8745 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8746 (save_cleanups,save_final_cleanups): Ditto.
8747 (restore_cleanups,restore_final_cleanups): Ditto.
8748 (null_cleanup): Ditto.
8749 (make_my_cleanup,make_my_cleanup2): Ditto.
8750 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8751
8752 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8753 make_my_cleanup.
8754 (make_cleanup_dyn_string_delete): Ditto.
8755 (make_cleanup_ui_file_delete): Ditto.
8756 (make_cleanup_ui_out_redirect_pop): Ditto.
8757 (make_cleanup_free_section_addr_info): Ditto.
8758 (make_cleanup_restore_integer): Ditto.
8759 (make_cleanup_unpush_target): Ditto.
8760 (make_cleanup_value_free_to_mark): Ditto.
8761 (make_cleanup_value_free): Ditto.
8762 (make_cleanup_free_so): Ditto.
8763
8764 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 New option "set debug auto-load".
8767 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8768 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8769 (auto_load_safe_path_vec_update)
8770 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8771 if DEBUG_AUTO_LOAD.
8772 (file_is_auto_load_safe): New parameters debug_fmt and ....
8773 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8774 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8775 caller by explanatory string.
8776 (_initialize_auto_load): Register "set debug auto-load".
8777 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8778 and ....
8779 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8780 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8781 by explanatory string.
8782 * main.c (captured_main): Likewise.
8783 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8784 (source_section_scripts): Likewise.
8785
8786 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 New option "set auto-load safe-path".
8789 * NEWS: New commands "set auto-load safe-path"
8790 and "show auto-load safe-path".
8791 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8792 (auto_load_safe_path, auto_load_safe_path_vec)
8793 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8794 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8795 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8796 (source_gdb_script_for_objfile): New variable is_safe. Call
8797 file_is_auto_load_safe. Return if it is not.
8798 (struct loaded_script): New field loaded.
8799 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8800 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8801 output "Missing" to "No".
8802 (_initialize_auto_load): New variable cmd. Initialize
8803 auto_load_safe_path. Register "set auto-load safe-path",
8804 "show auto-load safe-path" and "add-auto-load-safe-path".
8805 * auto-load.h (maybe_add_script): Add parameter loaded.
8806 (file_is_auto_load_safe): New declaration.
8807 * config.in: Regenerate.
8808 * configure: Regenerate.
8809 * configure.ac: New parameters --with-auto-load-safe-path
8810 and --without-auto-load-safe-path.
8811 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8812 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8813 * main.c (captured_main): Check file_is_auto_load_safe for
8814 LOCAL_GDBINIT.
8815 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8816 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8817 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8818 not.
8819
8820 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8821
8822 auto-load: Implementation.
8823 * NEWS: New descriptions for "info auto-load",
8824 "info auto-load gdb-scripts", "info auto-load python-scripts",
8825 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8826 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8827 and "show auto-load-scripts". New description for "set auto-load",
8828 "show auto-load", "set auto-load gdb-scripts",
8829 "show auto-load gdb-scripts", "set auto-load python-scripts",
8830 "show auto-load python-scripts", "set auto-load local-gdbinit",
8831 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8832 "show auto-load libthread-db".
8833 * auto-load.c: Remove include python/python-internal.h. Add includes
8834 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8835 cli/cli-setshow.h.
8836 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8837 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8838 (gdbpy_global_auto_load): Rename to ...
8839 (global_auto_load): ... here.
8840 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8841 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8842 (script_language_gdb, source_gdb_script_for_objfile): New.
8843 (struct loaded_script): New field language.
8844 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8845 LANGUAGE.
8846 (maybe_add_script): Add parameter language. Drop redundant
8847 entry.full_path initialization. Initialize entry.language and
8848 (*slot)->language.
8849 (auto_load_objfile_script): Change parameter suffix to language.
8850 Remove the call of maybe_add_script.
8851 Call language->source_script_for_objfile.
8852 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8853 New.
8854 (collect_matching_scripts): Adjust it for
8855 struct collect_matching_scripts_data.
8856 (auto_load_info_scripts_pattern_nl): New variable.
8857 (info_auto_load_scripts): Rename to ...
8858 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8859 for struct collect_matching_scripts_data.
8860 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8861 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8862 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8863 (auto_load_info_cmdlist_get): New.
8864 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8865 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8866 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8867 "info auto-load local-gdbinit".
8868 * auto-load.h (struct script_language): New.
8869 (gdbpy_global_auto_load): Rename to ...
8870 (global_auto_load): ... here.
8871 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8872 (auto_load_local_gdbinit_loaded): New declarations.
8873 (maybe_add_script): New parameter language.
8874 (auto_load_objfile_script): Change parameter suffix to language.
8875 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8876 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8877 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8878 declarations.
8879 * linux-thread-db.c: Include auto-load.h and ctype.h.
8880 (auto_load_thread_db, show_auto_load_thread_db): New.
8881 (struct thread_db_info): New field filename.
8882 (delete_thread_db_info): Call xfree for FILENAME.
8883 (try_thread_db_load): Initialize FILENAME.
8884 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8885 if !AUTO_LOAD_THREAD_DB.
8886 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8887 (_initialize_thread_db): Install auto_load_thread_db
8888 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8889 as "info auto-load libthread-db".
8890 * main.c (captured_main): Rename gdbpy_global_auto_load to
8891 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8892 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8893 (print_gdb_help): Extend the help for 'local init file'.
8894 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8895 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8896 (auto_load_scripts): Rename to ...
8897 (auto_load_python_scripts): ... here, update the comment.
8898 (gdbpy_load_auto_script_for_objfile): New declaration.
8899 (show_auto_load_python_scripts, script_language_python)
8900 (gdbpy_load_auto_script_for_objfile): New.
8901 (source_section_scripts): Refactor the code.
8902 (load_auto_scripts_for_objfile): Rename to ...
8903 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8904 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8905 (info_auto_load_python_scripts): New.
8906 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8907 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8908 Register "set auto-load-scripts" as its deprecated alias. Register
8909 "info auto-load python-scripts". Register "info auto-load-scripts" as
8910 its deprecated alias.
8911 (load_auto_scripts_for_objfile): Rename to ...
8912 (gdbpy_load_auto_scripts_for_objfile): ... here.
8913 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8914 (gdbpy_load_auto_scripts_for_objfile): ... here.
8915
8916 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 auto-load: Move files.
8919 * Makefile.in (SFILES): Add auto-load.c.
8920 (HFILES_NO_SRCDIR): Add auto-load.h.
8921 (COMMON_OBS): Add auto-load.o.
8922 (distclean): Change .gdbinit for gdb-gdb.gdb.
8923 * auto-load.c: New file, with parts from python/py-auto-load.c.
8924 * auto-load.h: New file, with parts from python/python.h.
8925 * configure: Regenerate.
8926 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8927 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8928 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8929 * main.c: Include auto-load.h.
8930 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8931 command.h, observer.h and progspace.h to auto-load.c. Add include
8932 auto-load.h.
8933 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8934 (struct loaded_script, auto_load_pspace_data)
8935 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8936 (hash_loaded_script_entry, eq_loaded_script_entry)
8937 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8938 (maybe_add_script): Move to auto-load.c.
8939 (source_section_scripts): Change maybe_add_script parameters passing,
8940 use script_not_found_warning_print.
8941 (clear_section_scripts, auto_load_objfile_script)
8942 (auto_load_new_objfile, loaded_script_ptr)
8943 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8944 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8945 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8946 auto_load_new_objfile and info_auto_load_scripts initizations to
8947 auto-load.c.
8948 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8949
8950 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 Code cleanup.
8953 * charset.c (find_charset_names): Remove variables ix and elt.
8954 Use free_char_ptr_vec.
8955 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8956 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8957 debugdir_end. New variable debugdir_len.
8958 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8959 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8960 declarations.
8961 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8962 and elt. Use free_char_ptr_vec.
8963 * source.c (add_path): Remove variables argv, arg and argv_index.
8964 New variables dir_vec, back_to, ix and name.
8965 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8966 make_cleanup_freeargv. Remove variable separator. Simplify the code
8967 no longer expecting DIRNAME_SEPARATOR.
8968 (openp): Remove variable p, p1 and len. New variables dir_vec,
8969 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8970 no longer expecting DIRNAME_SEPARATOR.
8971 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8972 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8973 debugdir_end.
8974 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8975 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8976 (dirnames_to_char_ptr_vec): New functions.
8977
8978 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 Code cleanup.
8981 * source.c (add_path): Remove always true conditional 'p == 0' and
8982 unindent its code block.
8983
8984 2012-04-17 Pedro Alves <palves@redhat.com>
8985
8986 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8987 (FIELD_BITPOS_LVAL): ... this.
8988 (FIELD_BITPOS): New.
8989 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8990 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8991 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8992 SET_FIELD_BITPOS.
8993 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8994 SET_FIELD_BITPOS.
8995 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8996 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8997 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8998 SET_FIELD_BITPOS.
8999
9000 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9003 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9004 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9005 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9006 * jv-lang.c (java_link_class_type): Likewise, once.
9007 * stabsread.c (read_enum_type): Likewise.
9008
9009 2012-04-16 Yao Qi <yao@codesourcery.com>
9010
9011 * common/agent.c (agent_run_command): Add one more parameter `len'.
9012 Update callers.
9013 * common/agent.h: Update declaration.
9014 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9015 Update.
9016 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9017
9018 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9019
9020 PR mi/13393
9021 * value.c (value_actual_type): New function.
9022 * value.h (value_actual_type): New declaration.
9023 * varobj.c (update_type_if_necessary): New function.
9024 (varobj_create): Call value_actual_type instead of
9025 value_type.
9026 (install_dynamic_child): distinct changed and type changed MI variable
9027 objects.
9028 (update_dynamic_varobj_children): Updated for install_dynamic_child
9029 change. All callers updated.
9030 (varobj_update): Support for MI variable object type change if
9031 the value changed and RTTI is used to determine the type.
9032 (create_child_with_value): Call value_actual_type instead of
9033 value_type.
9034 (adjust_value_for_child_access): Extended with a new parameter which
9035 specify whether the given value should be casted to enclosing type.
9036 All callers updated.
9037
9038 2012-04-14 Yao Qi <yao@codesourcery.com>
9039
9040 Import gnulib module inttypes from git
9041 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9042 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9043 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9044 gnulib/m4/inttypes-pri.m4
9045 * aclocal.m4, config.in, configure: Regenerated.
9046 * gnulib/Makefile.am: Update.
9047 * gnulib/Makefile.in: Update.
9048 * gnulib/m4/gnulib-cache.m4: Update.
9049 * gnulib/m4/gnulib-comp.m4: Update.
9050 * gnulib/inttypes.in.h: New.
9051 * gnulib/m4/inttypes-pri.m4: New.
9052 * gnulib/m4/inttypes.m4: New.
9053
9054 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9055
9056 * infrun.c (resume): Update PC address to the real PC after
9057 preparing to do displaced stepping.
9058
9059 2012-04-12 Doug Evans <dje@google.com>
9060
9061 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9062 All callers updated.
9063
9064 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9065
9066 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9067
9068 2012-04-12 Doug Evans <dje@google.com>
9069
9070 * dwarf2read.c (create_all_type_units): Renamed from
9071 create_debug_types_hash_table. All callers updated.
9072
9073 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9074 local type_sig to sig_type, type_offset to type_offset_in_tu.
9075 (hash_signatured_type): Renamed from hash_type_signature,
9076 all callers updated.
9077 (eq_signatured_type): Renamed from eq_type_signature,
9078 all callers updated.
9079 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9080 (process_enumeration_scope): Ditto.
9081 (lookup_signatured_type_at_offset): Ditto.
9082 (load_full_type_unit, read_signatured_type): Ditto.
9083
9084 2012-04-12 Yao Qi <yao@codesourcery.com>
9085
9086 * remote.c (async_remote_interrupt): Correct function name in
9087 debug message.
9088 (async_remote_interrupt_twice): Ditto.
9089
9090 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9091
9092 * source.c (find_and_open_source): Consistently pass resulting
9093 full path through xfullpath.
9094
9095 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9096
9097 Provide more specific displaced-stepping memory error message.
9098 * infrun.c (displaced_step_prepare): New variable status. Call
9099 target_read_memory instead of read_memory, provide more specific
9100 error message.
9101
9102 2012-04-11 Tristan Gingold <gingold@adacore.com>
9103
9104 PR gdb/13901
9105 * darwin-nat.c (darwin_execvp): Revert previous patch.
9106
9107 2012-04-11 Tristan Gingold <gingold@adacore.com>
9108
9109 PR gdb/13901
9110 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9111 in case of change.
9112
9113 2012-04-11 Tristan Gingold <gingold@adacore.com>
9114
9115 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9116 warning.
9117
9118 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9119
9120 New command 'explore' which helps explore values and types in
9121 scope.
9122 * NEWS: Add an entry about the new 'explore' command.
9123 * data-directory/Makefile.in: Add gdb/command/explore.py
9124 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9125 command using the GDB Python API.
9126
9127 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9128
9129 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9130 extension in jump target calculation.
9131
9132 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9133
9134 * mips-tdep.c (mips32_next_pc): Handle JALX.
9135
9136 2012-04-10 Yao Qi <yao@codesourcery.com>
9137
9138 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9139
9140 2012-04-10 Yao Qi <yao@codesourcery.com>
9141
9142 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9143 and gnulib/m4/gnulib-tool.m4.
9144
9145 2012-04-10 Doug Evans <dje@google.com>
9146
9147 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9148 (load_partial_dies): Clarify comment.
9149 (find_partial_die): Support rereading type units.
9150 Clarify CU handling, if we know offset is in CU, don't search for the
9151 containing CU. Add comment regarding memory waste.
9152
9153 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9154
9155 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9156 i386/x32-avx and i386/x32-avx-linux.
9157 (i386/x32-expedite): New.
9158 (i386/x32-linux-expedite): Likewise.
9159 (i386/x32-avx-expedite): Likewise.
9160 (i386/x32-avx-linux-expedite): Likewise.
9161 ($(outdir)/i386/x32.dat): Likewise.
9162 ($(outdir)/i386/x32-linux.dat): Likewise.
9163 ($(outdir)/i386/x32-avx.dat): Likewise.
9164 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9165
9166 * features/i386/x32-avx-linux.xml: New file.
9167 * features/i386/x32-avx.xml: Likewise.
9168 * features/i386/x32-core.xml: Likewise.
9169 * features/i386/x32-linux.xml: Likewise.
9170 * features/i386/x32.xml: Likewise.
9171
9172 * features/i386/x32-avx-linux.c: New. Generated.
9173 * features/i386/x32-avx.c: Likewise.
9174 * features/i386/x32-linux.c: Likewise.
9175 * features/i386/x32.c: Likewise.
9176 * regformats/i386/x32-avx-linux.dat: Likewise.
9177 * regformats/i386/x32-avx.dat: Likewise.
9178 * regformats/i386/x32-linux.dat: Likewise.
9179 * regformats/i386/x32.dat: Likewise.
9180
9181 2012-04-10 Tristan Gingold <gingold@adacore.com>
9182
9183 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9184 code to kill the inferior.
9185
9186 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9187
9188 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9189 defines.
9190 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9191 defines.
9192 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9193 (yyvsp): New defines.
9194 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9195 defines.
9196 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9197 defines.
9198 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9199 defines.
9200 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9201 defines.
9202 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9203 defines.
9204
9205 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9206
9207 * sparc64-tdep.c (sparc64_store_arguments)
9208 (sparc64_store_arguments): Fix coding style.
9209
9210 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9211
9212 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9213 complex floats, adjust some related comments and tighten a related
9214 assertion.
9215 (sparc64_extract_return_value): Handle complex floats.
9216
9217 2012-04-07 Doug Evans <dje@google.com>
9218
9219 * dwarf2read.c (load_partial_dies): Change condition to assert.
9220
9221 2012-04-06 Doug Evans <dje@google.com>
9222
9223 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9224 "mov %rsp,%rbp".
9225
9226 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9227
9228 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9229 fencepost error.
9230 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9231 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9232 architecture.
9233
9234 2012-04-05 Keith Seitz <keiths@redhat.com>
9235
9236 * linespec.c (decode_compound): Remove.
9237 (enum offset_relative_sign): New enum.
9238 (struct line_offset): New struct.
9239 (struct linespec): New struct.
9240 (struct linespec_state): Move file_symtabs,
9241 user_filename, and user_function into struct linespec.
9242 Make result an anonymous struct holding vectors of
9243 symbolp and minsym_and_objfile_d.
9244 Add language member.
9245 (enum ls_token_type): New enum.
9246 (linespec_keywords): New array.
9247 (struct ls_token): New struct.
9248 (struct ls_parser): New struct.
9249 (linespec_lexer_lex_number): New function.
9250 (linespec_lexer_lex_keyword): New function.
9251 (is_ada_operator): New function.
9252 (skip_quote_char): New function.
9253 (copy_token_string): New function.
9254 (is_closing_quote_enclosed): New function.
9255 (find_parameter_list_end): New function.
9256 (linespec_lexer_lex_string): New function.
9257 (linespec_lexer_lex_one): New function.
9258 (linespec_lexer_consume_token): New function.
9259 (linespec_lexer_peek_token): New function.
9260 (cplusplus_error): Remove unused function.
9261 (find_methods): Update comment.
9262 (find_toplevel_char): Return const.
9263 (is_objc_method_format): Remove unused function.
9264 (find_toplevel_string): New function.
9265 (is_linespec_boundary): Remove.
9266 (symbol_not_found_error): New function.
9267 (find_method_overload_end): Remove function.
9268 (unexpected_linespec_error): New function.
9269 (keep_name_info): Remove.
9270 (linespec_parse_line_offset): New function.
9271 (linespec_parse_basic): New function.
9272 (canonicalize_linespec): New function.
9273 (decode_line_internal): Remove.
9274 (create_sals_line_offset): New function adapted from
9275 decode_all_digits.
9276 (convert_linespec_to_sals): New function.
9277 (parse_linespec): New function.
9278 (linespec_parser_new): New function.
9279 (linespec_state_destructor): Change parameter type to
9280 struct linespec_state *.
9281 Add language parameter.
9282 Remove freeing of moved members.
9283 (linespec_parser_delete): New function.
9284 (decode_line_full): Use parse_linespec and linespec_parser_new.
9285 (decode_line_1): Likewise.
9286 (decode_indirect): Rename to ...
9287 (linespec_expression_to_pc): ... this and rewrite
9288 to simply find CORE_ADDR, storing this result for later
9289 conversion to SALs.
9290 (locate_first_half): Remove.
9291 (deocde_objc): Add parameter LS.
9292 Initialize new struct collect_info members.
9293 Handle minimal symbols, too.
9294 (decode_compound): Delete.
9295 (lookup_prefix_sym): Rewrite.
9296 (compare_msymbols): New function.
9297 (find_method): Rewrite.
9298 Do not call cplusplus_error.
9299 (symtabs_from_filename): Rewrite.
9300 (collect_function_symbols): Delete.
9301 (find_function_symbols): Rewrite without ARGPTR-style
9302 processing.
9303 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9304 (decode_dollar): Adapted and renamed to ...
9305 (linespec_parse_variable): ... this.
9306 (find_linespec_symbols): New function.
9307 (decode_label): Adapted and renamed to ...
9308 (find_label_symbols): ... this.
9309 (decode_digits_list_mode): Add and use LS argument.
9310 (decode_digits_ordinary): Likewise.
9311 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9312 If in list mode, allow any symbol class. Otherwise, only
9313 permit LOC_BLOCK symbols.
9314 (minsym_found): Update comments.
9315 (search_minsyms_for_name): Do not convert the matching symbol
9316 into a SAL. Simply push the symbol and objfile into the
9317 result vector.
9318 (decode_variable): Delete. Contents adapted into
9319 find_linespec_symbols.
9320
9321 * cp-support.c (SKIP_SPACE): Remove.
9322 (operator_tokens): Remove unused global.
9323 (cp_validate_operator): Remove.
9324 * cp-support.h (cp_validate_operator): Remove declaration.
9325
9326 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9327
9328 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9329 for TYPE_VPTR_FIELDNO.
9330 * valprint.c (valprint_check_validity): Make it global, move the
9331 function comment ...
9332 * value.h (valprint_check_validity): ... to this new declaration.
9333
9334 2012-04-02 Tristan Gingold <gingold@adacore.com>
9335
9336 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9337 the STATE32 api for i386 state.
9338 (i386_darwin_store_inferior_registers): Likewise.
9339
9340 2012-04-02 Tristan Gingold <gingold@adacore.com>
9341
9342 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9343 SS offset.
9344 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9345 format_string.
9346
9347 2012-04-02 Tristan Gingold <gingold@adacore.com>
9348
9349 PR gdb/13901
9350 * darwin-nat.c (darwin_execvp): Set binary preference.
9351
9352 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9353
9354 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9355
9356 2012-03-30 Tom Tromey <tromey@redhat.com>
9357
9358 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9359 of TRY_CATCH. Fix error handling.
9360 * python/py-value.c (convert_value_from_python): Move 'old'
9361 declaration to innermost scope.
9362
9363 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9364 Andrey Smirnov <andrew.smirnov@gmail.com>
9365
9366 -Wshadow warning fix.
9367 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9368 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9369 Adjust code accordingly.
9370
9371 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9372
9373 * ada-lang.c (symbol_completion_add): Rename parameter
9374 "encoded" into "encoded_p". Ajust code and documentation
9375 accordingly.
9376
9377 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9378 Andrey Smirnov <andrew.smirnov@gmail.com>
9379
9380 -Wshadow warning fix.
9381 * ada-lang.c (symbol_completion_add): Rename parameter
9382 "wild_match" into wild_match_p. Update code and documentation
9383 accordingly.
9384
9385 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9386
9387 * ada-lang.c (symbol_completion_match): Rename parameter
9388 "encoded" into "encoded_p". Ajust code and documentation
9389 accordingly.
9390
9391 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9392 Andrey Smirnov <andrew.smirnov@gmail.com>
9393
9394 -Wshadow warning fix.
9395 * ada-lang.c (symbol_completion_match): Rename parameter
9396 "wild_match" into "wild_match_p". Adjust code and function
9397 documentation accordingly.
9398
9399 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9400 Andrey Smirnov <andrew.smirnov@gmail.com>
9401
9402 -Wshadow warning fix.
9403 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9404 "symbol_info" into "info". Adjust code accordingly.
9405 (ada_lookup_symbol): Likewise.
9406
9407 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9408
9409 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9410 of this function's documentation.
9411
9412 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9413 Andrey Smirnov <andrew.smirnov@gmail.com>
9414
9415 -Wshadow warning fix.
9416 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9417 variable into "wild_match_p". Adjust code accordingly.
9418
9419 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9420 Andrey Smirnov <andrew.smirnov@gmail.com>
9421
9422 -Wshadow warning fix.
9423 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9424 parameter into "wild_match_p". Adjust code accordingly.
9425 Document this parameter in the function description.
9426
9427 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9428 Andrey Smirnov <andrew.smirnov@gmail.com>
9429
9430 -Wshadow warning fix.
9431 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9432 "wild_match" parameter to "wild_match_p" (-Wshadow).
9433
9434 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9435
9436 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9437 in function documentation.
9438
9439 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9440 Andrey Smirnov <andrew.smirnov@gmail.com>
9441
9442 -Wshadow warning fix.
9443 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9444 variable into wild_match_p. Adjust code accordingly.
9445
9446 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9447 Andrey Smirnov <andrew.smirnov@gmail.com>
9448
9449 * ada-valprint.c (ada_val_print_1): Move the code handling
9450 TYPE_CODE_ENUM inside its own lexical block. Declare
9451 variables len and val there, instead of in the function's
9452 top level block. Avoid declaring deref_val again in a way
9453 that shadows another variable of the same name declared
9454 in one of the up-level blocks. Just re-use the up-level
9455 variable instead.
9456
9457 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9458
9459 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9460 Replace block_found argument by symbol_info. Adjust
9461 implementation accordingly. Add function documentation.
9462 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9463 Fix documentation.
9464 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9465 * ada-exp.y (write_object_renaming): Adjust to new
9466 ada_lookup_encoded_symbol API.
9467
9468 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9469
9470 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9471 documentation.
9472
9473 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9474
9475 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9476 (v850_register_name): Add the mpu and fpu register names.
9477 (v850e_register_name): Add the mpu and fpu register names.
9478 (v850e2_register_name): New function.
9479 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9480 bfd_mach_v850e2v3.
9481
9482 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9483
9484 * NEWS: Add entry for Ada varobj support.
9485
9486 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9487
9488 * varobj.c (default_value_is_changeable_p): New function,
9489 extracted from varobj_value_is_changeable_p. Add declaration.
9490 (ada_value_is_changeable_p): New function, extracted from
9491 varobj_value_is_changeable_p. Add declaration.
9492 (struct language_specific): New field "value_is_changeable_p".
9493 (languages): Add entries for new field.
9494 (varobj_create): Set language before calling install_new_value.
9495 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9496 "value_is_changeable_p" language callback.
9497
9498 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9499
9500 * ada-varobj.h, ada-varobj.c: New files.
9501 * Makefile.in (SFILES): Add ada-varobj.c.
9502 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9503 (COMMON_OBS): Add ada-varobj.o.
9504
9505 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9506
9507 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9508 (struct language_specific): New field "value_has_mutated".
9509 (languages): Set field "value_has_mutated" in each entry of array.
9510 (varobj_value_has_mutated): New function.
9511 (varobj_udpdate): Add handling of type mutation.
9512 (value_of_root): Add handling of type mutation.
9513 (ada_value_has_mutated): New function.
9514
9515 2012-03-28 Pedro Alves <palves@redhat.com>
9516
9517 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9518 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9519
9520 2012-03-28 Tom Tromey <tromey@redhat.com>
9521
9522 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9523 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9524 before returning.
9525
9526 2012-03-28 Tom Tromey <tromey@redhat.com>
9527
9528 * .dir-locals.el: New file.
9529
9530 2012-03-28 Pedro Alves <palves@redhat.com>
9531
9532 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9533
9534 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9535
9536 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9537 handling for r0.
9538
9539 2012-03-27 Pedro Alves <palves@redhat.com>
9540
9541 Eliminate struct ui_stream.
9542
9543 * ui-out.h (struct ui_stream): Delete.
9544 (ui_out_field_stream): Adjust prototype.
9545 (ui_out_stream_new, ui_out_stream_delete)
9546 (make_cleanup_ui_out_stream_delete): Delete declarations.
9547 * ui-out.c (ui_out_field_stream): Change prototype to take a
9548 ui_file instead of a ui_stream. Adjust.
9549 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9550 (make_cleanup_ui_out_stream_delete): Delete.
9551 * breakpoint.c (print_breakpoint_location)
9552 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9553 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9554 * disasm.c (dump_insns): Ditto.
9555 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9556 prototype.
9557 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9558 ui_stream/ui_out_stream_new.
9559 * infcmd.c (print_return_value): Ditto.
9560 * osdata.c (info_osdata_command): Don't allocate a local
9561 ui_stream.
9562 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9563 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9564 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9565 allocate a local ui_stream.
9566 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9567 instead of ui_stream/ui_out_stream_new.
9568 (list_args_or_locals): Don't allocate a local ui_stream.
9569 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9570 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9571 ui_stream/ui_out_stream_new.
9572 * cli/cli-setshow.c (do_setshow_command): Ditto.
9573
9574 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9575
9576 * arm-linux-tdep.c (arm_linux_init_abi): Call
9577 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9578 * arm-tdep.c (arm_process_record): New function.
9579 (deallocate_reg_mem): New function.
9580 (decode_insn): New function.
9581 (thumb_record_branch): New function.
9582 (thumb_record_ldm_stm_swi(): New function.
9583 (thumb_record_misc): New function.
9584 (thumb_record_ld_st_stack): New function.
9585 (thumb_record_ld_st_imm_offset): New function.
9586 (thumb_record_ld_st_reg_offset(): New function.
9587 (thumb_record_add_sub_cmp_mov): New function.
9588 (thumb_record_shift_add_sub): New function.
9589 (arm_record_coproc_data_proc): New function.
9590 (arm_record_coproc): New function.
9591 (arm_record_b_bl): New function.
9592 (arm_record_ld_st_multiple): New function.
9593 (arm_record_ld_st_reg_offset): New function.
9594 (arm_record_ld_st_imm_offset): New function.
9595 (arm_record_data_proc_imm): New function.
9596 (arm_record_data_proc_misc_ld_str): New function.
9597 (arm_record_extension_space): New function.
9598 (arm_record_strx): New function.
9599 (sbo_sbz): New function.
9600 (struct insn_decode_record): New structure for arm insn record.
9601 (REG_ALLOC): New macro for reg allocations.
9602 (MEM_ALLOC): New macro for memory allocations.
9603 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9604
9605 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9606
9607 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9608 (store_register): Likewise.
9609
9610 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9611
9612 * MAINTAINERS (Write After Approval): Add myself to the list.
9613
9614 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9615
9616 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9617 Describe also the option "auto".
9618
9619 2012-03-22 Richard Henderson <rth@redhat.com>
9620
9621 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9622 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9623
9624 2012-03-22 Richard Henderson <rth@redhat.com>
9625
9626 * jit.c (jit_read_code_entry): Compute alignment and offset of
9627 int64_t member before computing entry_size.
9628
9629 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9630
9631 Python scripting: Add new method Value.referenced_value to
9632 gdb.Value which can dereference pointer as well as reference
9633 values.
9634 * NEWS: Add entry under 'Python scripting' about the new method
9635 Value.referenced_value on gdb.Value objects.
9636 * python/py-value.c (valpy_referenced_value): New function
9637 defining a new method on gdb.Value objects which can dereference
9638 pointer and reference values.
9639
9640 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9641
9642 * MAINTAINERS (Write After Approval): Add myself to the list.
9643
9644 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9645
9646 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9647 in addition to "main".
9648
9649 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9650
9651 * expression.h (op_name): Add declaration.
9652 * expprint.c (op_name): Remove declaration. Make non-static.
9653 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9654
9655 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9656
9657 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9658 of struct siginfo.
9659 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9660 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9661 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9662 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9663 (linux_nat_get_siginfo): Likewise.
9664 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9665 (linux_nat_get_siginfo): Likewise.
9666 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9667 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9668 * procfs.c (gdb_siginfo_t): Likewise.
9669
9670 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9671
9672 * .gitignore: Ignore more files.
9673
9674 2012-03-20 Pedro Alves <palves@redhat.com>
9675
9676 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9677 returns.
9678
9679 2012-03-20 Yao Qi <yao@codesourcery.com>
9680
9681 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9682 comment.
9683
9684 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9687 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9688 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9689 sect_offset.
9690 * dwarf2expr.h (cu_offset, sect_offset): New types.
9691 (struct dwarf_expr_context_funcs) <dwarf_call>
9692 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9693 sect_offset.
9694 (struct dwarf_expr_context) <len>: Improve the comment.
9695 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9696 cu_offset and sect_offset.
9697 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9698 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9699 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9700 * dwarf2loc.h: Include dwarf2expr.h.
9701 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9702 and sect_offset.
9703 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9704 Improve the comment.
9705 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9706 (struct signatured_type, struct line_header, struct partial_die_info)
9707 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9708 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9709 (get_die_type_at_offset, create_cus_from_index)
9710 (create_signatured_type_table_from_index, dw2_get_file_names)
9711 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9712 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9713 (create_debug_types_hash_table, process_psymtab_comp_unit)
9714 (load_partial_comp_unit, create_all_comp_units)
9715 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9716 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9717 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9718 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9719 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9720 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9721 (find_partial_die, read_attribute_value, lookup_die_type)
9722 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9723 (is_ref_attr): New function comment.
9724 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9725 Use cu_offset and sect_offset.
9726 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9727 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9728 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9729 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9730 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9731 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9732 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9733 sect_offset.
9734
9735 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9736
9737 Code cleanup.
9738 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9739 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9740 with xfree.
9741 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9742
9743 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * NEWS: Describe new options --init-command=FILE, -ix and
9746 --init-eval-command=COMMAND, -iex.
9747 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9748 CMDARG_INIT_COMMAND.
9749 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9750 "init-command", "init-eval-command", "ix" and "iex" to the variable
9751 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9752 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9753 (print_gdb_help): Describe --init-command=FILE, -ix and
9754 --init-eval-command=COMMAND, -iex.
9755
9756 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9757
9758 Code cleanup.
9759 * main.c (struct cmdarg): Move it here from main. Add more comments.
9760 (cmdarg_s, VEC (cmdarg_s)): New.
9761 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9762 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9763 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9764 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9765 of CMDARG.
9766
9767 2012-03-19 Tom Tromey <tromey@redhat.com>
9768
9769 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9770
9771 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 PR symtab/13777
9774 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9775 GCC >=4.5.
9776
9777 2012-03-16 Chris January <chris.january@allinea.com>
9778
9779 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9780 of clear.
9781
9782 2012-03-16 Chris January <chris.january@allinea.com>
9783
9784 * source.c (add_path): Use memmove instead of strcpy because the
9785 strings overlap.
9786
9787 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9788
9789 * value.h (set_value_parent): Add declaration.
9790 * value.c (set_value_parent): New function.
9791 (value_address): If VALUE->PARENT is not NULL, then use it as
9792 the base address instead of VALUE->LOCATION.address.
9793 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9794 the same as OBJ's address. Adjust V's offset accordingly.
9795 Set V's parent.
9796
9797 2012-03-16 Gary Benson <gbenson@redhat.com>
9798
9799 PR breakpoints/10738
9800 * dwarf2read.c (use_deprecated_index_sections): New global.
9801 (struct partial_die_info): New member may_be_inlined.
9802 (read_partial_die): Set may_be_inlined where appropriate.
9803 (add_partial_subprogram): Add partial symbols for partial
9804 DIEs that may be inlined.
9805 (new_symbol_full): Add inlined subroutines to the current
9806 scope.
9807 (write_psymtabs_to_index): Bump version number.
9808 (dwarf2_read_index): Read only version 6 indices unless
9809 use_deprecated_index_sections is set.
9810 * linespec.c (symbol_and_data_callback): New structure.
9811 (iterate_inline_only): New function.
9812 (iterate_over_all_matching_symtabs): New argument
9813 "include_inline". If nonzero, also call the callback for
9814 symbols representing inlined subroutines.
9815 (lookup_prefix_sym): Pass extra argument to the above.
9816 (find_function_symbols): Likewise.
9817 (add_matching_symbols_to_info): Likewise.
9818 * NEWS: Mention that GDB can now set breakpoints on inlined
9819 functions.
9820
9821 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9822
9823 * p-typeprint.c (pascal_type_print_method_args):
9824 Fix display of parameter of methods.
9825
9826 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9827
9828 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9829 Add missing prototype.
9830
9831 2012-03-16 Yao Qi <yao@codesourcery.com>
9832 Jan Kratochvil <jan.kratochvil@redhat.com>
9833
9834 Fix false compilation warning.
9835 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9836
9837 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9838 Pedro Alves <pedro@codesourcery.com>
9839
9840 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9841 (arm_register_g_packet_guesses): New function.
9842 (arm_gdbarch_init): Don't force a target description with
9843 registers when the executable is detected as M-profile. Instead
9844 set gdbarch->tdep->is_m. Register `g' packet guesses.
9845 (_initialize_arm_tdep): Initialize the new target description.
9846 * features/arm-with-m-fpa-layout.xml: New description.
9847 * features/arm-with-m-fpa-layout.c: New, generated.
9848
9849 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9850
9851 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9852 Update function description.
9853 (insert_bp_location): Do not wipe bl->target_info out.
9854 * mem-break.c: #include "gdb_string.h".
9855 (default_memory_insert_breakpoint): Do not call target_read_memory
9856 with a pointer to the breakpoint's shadow_contents buffer. Use
9857 a local buffer instead.
9858 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9859
9860 2012-03-15 Tom Tromey <tromey@redhat.com>
9861
9862 * NEWS: Mention "info vtbl", not "info vtable".
9863 * cp-support.c (info_vtbl_command): Fix comment.
9864 (_initialize_cp_support): Fix text.
9865
9866 2012-03-15 Tom Tromey <tromey@redhat.com>
9867
9868 * cp-valprint.c (cp_print_value_fields): Use
9869 print_function_pointer_address for vtable slot.
9870
9871 2012-03-15 Tom Tromey <tromey@redhat.com>
9872
9873 * gnu-v3-abi.c (struct value_and_voffset): New.
9874 (hash_value_and_voffset, eq_value_and_voffset)
9875 (compare_value_and_voffset, compute_vtable_size)
9876 (print_one_vtable, gnuv3_print_vtable): New functions.
9877 (init_gnuv3_ops): Initialize 'print_vtable' field.
9878 * cp-support.c (info_vtbl_command): New function.
9879 (_initialize_cp_support): Add "info vtbl".
9880 * cp-abi.h (cplus_print_vtable): Declare.
9881 (struct cp_abi_ops) <print_vtable>: New field.
9882 * cp-abi.c (cplus_print_vtable): New function.
9883 * NEWS: Update.
9884
9885 2012-03-15 Tom Tromey <tromey@redhat.com>
9886
9887 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9888 iterate_over_symbols.
9889
9890 2012-03-14 Doug Evans <dje@google.com>
9891
9892 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9893 DW_OP_GNU_parameter_ref.
9894
9895 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9896
9897 Fix double prompt of 'interpreter-exec mi'.
9898 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9899 (mi_interpreter_resume): use it.
9900 (mi_execute_command_input_handler): New function.
9901 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9902 mi_execute_command_input_handler.
9903
9904 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9905
9906 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9907 prototype.
9908 (darwin_debug_port_info): Make static.
9909 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9910 * machoread.c (_initialize_machoread): Add prototype.
9911 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9912 (i386_darwin_set_control, i386_darwin_get_control)
9913 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9914 i386_darwin_get_status, i386_darwin_get_control):
9915 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9916
9917 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9918
9919 * ax-gdb.c (gen_usual_unary): Remove special handling of
9920 enum and bool types.
9921
9922 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9923
9924 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9925
9926 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9927
9928 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9929
9930 2012-03-13 Chris January <chris.january@allinea.com>
9931
9932 * aix-thread.c (fill_sprs): Store the floating point registers
9933 at the correct offsets into vals.
9934
9935 2012-03-13 Doug Evans <dje@google.com>
9936
9937 * NEWS: Mention symbol-reloading has been deleted.
9938 * symfile.c (symbol_reloading): Delete.
9939 (show_symbol_reloading): Delete.
9940 (_initialize_symfile): Delete set/show symbol-reloading.
9941
9942 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9943 read_in_chain until we have successfully read it in.
9944 (load_full_comp_unit): Ditto.
9945 (read_signatured_type): Add comment.
9946
9947 2012-03-13 Chris January <chris.january@allinea.com>
9948
9949 * stabsread.c (fix_common_block): Change type of valu argument
9950 to CORE_ADDR.
9951
9952 2012-03-13 Chris January <chris.january@allinea.com>
9953
9954 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9955 instruction.
9956
9957 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 * common/linux-procfs.c (linux_proc_get_int): New, from
9960 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9961 field.
9962 (linux_proc_get_tgid): Only call linux_proc_get_int.
9963 (linux_proc_get_tracerpid): New.
9964 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9965 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9966 linux_proc_pid_has_state.
9967 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9968 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9969 (linux_ptrace_attach_warnings): New.
9970 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9971 New declaration.
9972 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9973 (linux_nat_attach): New variables ex, buffer, message and message_s.
9974 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9975
9976 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9977
9978 * Makefile.in (linux-ptrace.o): New.
9979 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9980 from linux-nat.c.
9981 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9982 * common/linux-ptrace.c: New file.
9983 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9984 * config/arm/linux.mh: Likewise.
9985 * config/i386/linux.mh: Likewise.
9986 * config/i386/linux64.mh: Likewise.
9987 * config/ia64/linux.mh: Likewise.
9988 * config/m32r/linux.mh: Likewise.
9989 * config/m68k/linux.mh: Likewise.
9990 * config/mips/linux.mh: Likewise.
9991 * config/pa/linux.mh: Likewise.
9992 * config/powerpc/linux.mh: Likewise.
9993 * config/powerpc/ppc64-linux.mh: Likewise.
9994 * config/powerpc/spu-linux.mh: Likewise.
9995 * config/s390/s390.mh: Likewise.
9996 * config/sparc/linux.mh: Likewise.
9997 * config/sparc/linux64.mh: Likewise.
9998 * config/xtensa/linux.mh: Likewise.
9999 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10000 common/linux-procfs.c.
10001 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10002
10003 2012-03-13 Hui Zhu <teawater@gmail.com>
10004 Pedro Alves <palves@redhat.com>
10005
10006 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10007 CREATE_BREAKPOINT_FLAGS_INSERTED.
10008 (create_breakpoint_sal, create_breakpoints_sal)
10009 (base_breakpoint_create_breakpoints_sal)
10010 (tracepoint_create_breakpoints_sal)
10011 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10012 down.
10013 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10014 (ftrace_command, strace_command): Adjust.
10015 (create_tracepoint_from_upload): Pass
10016 CREATE_BREAKPOINT_FLAGS_INSERTED.
10017 * breakpoint.h (enum breakpoint_create_flags): New.
10018 (create_breakpoint): New flags parameter.
10019 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10020 * python/py-breakpoint.c (bppy_init): Adjust.
10021 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10022 * spu-tdep.c (spu_catch_start): Adjust.
10023
10024 2012-03-13 Pedro Alves <palves@redhat.com>
10025 Hui Zhu <teawater@gmail.com>
10026 Yao Qi <yao@codesourcery.com>
10027
10028 * remote.c (struct remote_state): New field `starting_up'.
10029 (remote_start_remote): Set and clear it.
10030 (remote_can_download_tracepoint): If starting up, return false.
10031
10032 2012-03-13 Yao Qi <yao@codesourcery.com>
10033
10034 * inferior.h (struct inferior): Remove fields any_syscall_count,
10035 syscalls_counts and total_syscalls_count. Move them to new
10036 struct catch_syscall_inferior_data in breakpoint.c.
10037 * breakpoint.c: Call DEF_VEC_I(int).
10038 (struct catch_syscall_inferior_data): New.
10039 (get_catch_syscall_inferior_data): New.
10040 (catch_syscall_inferior_data_cleanup): New.
10041 (insert_catch_syscall): Update to access data in
10042 struct catch_syscall_inferior_data.
10043 (insert_catch_syscall): Likewise.
10044 (remove_catch_syscall): Likewise.
10045 (remove_catch_syscall): Likewise.
10046 (is_syscall_catchpoint_enabled): Likewise.
10047 (add_catch_command): Likewise.
10048 (_initialize_breakpoint): Register cleanup.
10049 * breakpoint.h: Removed DEF_VEC_I(int).
10050 * dwarf2loc.c: Call DEF_VEC_I(int).
10051 * mi/mi-main.c: Likewise.
10052
10053 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10054
10055 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10056
10057 2012-03-12 Chris January <chris.january@allinea.com>
10058
10059 * aix-thread.c (_initialize_aix_thread): Add prototype.
10060 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10061 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10062
10063 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10064
10065 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10066 include of "amd64-nat.h".
10067
10068 2012-03-12 Tom Tromey <tromey@redhat.com>
10069
10070 * buildsym.c (record_pending_block): Now static.
10071 * buildsym.h: (record_pending_block): Remove.
10072
10073 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10074
10075 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10076
10077 2012-03-09 Tom Tromey <tromey@redhat.com>
10078
10079 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10080 producer_is_gxx_lt_4_6>: New fields.
10081 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10082
10083 2012-03-09 Tom Tromey <tromey@redhat.com>
10084
10085 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10086
10087 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10088
10089 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10090 prototype.
10091
10092 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10093
10094 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10095
10096 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10097
10098 Fix -Wmissing-prototypes build.
10099 * arm-linux-nat.c (get_thread_id): Make it static.
10100 * xtensa-linux-nat.c (get_thread_id): Likewise.
10101
10102 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10103
10104 * server.c (process_point_options): If a conditional expression
10105 is found, only print a message if remote_debug is nonzero.
10106
10107 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10108
10109 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10110 of internal error for unknown/unsupported types.
10111
10112 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10113
10114 Fix CU relative vs. absolute DIE offsets.
10115 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10116 offset to offset_in_cu.
10117 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10118 TYPE_OFFSET.
10119 (dwarf2_fetch_die_location_block): Rename parameter offset to
10120 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10121
10122 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 * libunwind-frame.c: Rename to ...
10125 * ia64-libunwind-tdep.c: ... here.
10126 * libunwind-frame.h: Rename to ...
10127 * ia64-libunwind-tdep.h: ... here.
10128 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10129 ia64-libunwind-tdep.h.
10130 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10131 * README (--with-libunwind): Rename to ...
10132 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10133 * config.in: Regenerate.
10134 * configure: Regenerate.
10135 * configure.ac: New option --with-libunwind-ia64, make the
10136 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10137 Remove AC_DEFINE for HAVE_LIBUNWIND.
10138 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10139 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10140 Rename libunwind-frame in the general comment.
10141 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10142 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10143 Move forward declarations inside #ifndef. Rename libunwind-frame in
10144 the general comment.
10145 * ia64-tdep.c: Rename libunwind-frame.h #include to
10146 ia64-libunwind-tdep.h.
10147 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10148 (ia64_libunwind_descr): Rename libunwind-frame to
10149 ia64-libunwind-tdep in these function comments.
10150 * ia64-tdep.h: Rename libunwind-frame.h #include to
10151 ia64-libunwind-tdep.h.
10152 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10153 ia64-libunwind-tdep in that data comment.
10154
10155 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10156
10157 * libunwind-frame.h (struct frame_unwind): New declaration.
10158
10159 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10160
10161 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10162 "set breakpoint condition-evaluation" command.
10163
10164 2012-03-08 Tristan Gingold <gingold@adacore.com>
10165
10166 * sparc-stub.c: Move to stubs/
10167 * sh-stub.c: Likewise.
10168 * m68k-stub.c: Likewise.
10169 * m32r-stub.c: Likewise.
10170 * i386-stub.c: Likewise.
10171
10172 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10173
10174 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10175 linux_get_siginfo_type.
10176
10177 * m68klinux-nat.c: Include "gdb_proc_service.h".
10178 (PTRACE_GET_THREAD_AREA): Define.
10179 (ps_get_thread_area): New function.
10180
10181 2012-03-08 Yao Qi <yao@codesourcery.com>
10182
10183 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10184 `xsnprintf'.
10185 (remote_query_attached): Likewise.
10186 (remote_static_tracepoint_marker_at): Likewise.
10187 (remote_set_permissions): Likewise.
10188 (remote_detach_1, extended_remote_attach_1): Likewise.
10189 (send_g_packet, remote_vkill): Likewise.
10190 (extended_remote_disable_randomization): Likewise.
10191 (remote_add_target_side_condition): Likewise.
10192 (remote_insert_breakpoint): Likewise.
10193 (remote_remove_breakpoint): Likewise.
10194 (remote_insert_watchpoint): Likewise.
10195 (remote_remove_watchpoint): Likewise.
10196 (remote_insert_hw_breakpoint): Likewise.
10197 (remote_insert_hw_breakpoint): Likewise.
10198 (remote_remove_hw_breakpoint): Likewise.
10199 (remote_download_command_source): Likewise.
10200 (remote_download_tracepoint): Likewise.
10201 (remote_download_trace_state_variable): Likewise.
10202 (remote_disable_tracepoint): Likewise.
10203 (remote_trace_set_readonly_regions): Likewise.
10204 (remote_get_tracepoint_status): Likewise.
10205 (remote_trace_find): Likewise.
10206 (remote_get_trace_state_variable_value): Likewise.
10207 (remote_set_disconnected_tracing): Likewise.
10208 (remote_set_circular_trace_buffer): Likewise.
10209 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10210 (remote_use_agent): Likewise.
10211 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10212 Update callers.
10213
10214 2012-03-07 Pedro Alves <palves@redhat.com>
10215
10216 * NEWS: Mention QProgramSignals.
10217 * inferior.h (update_signals_program_target): Declare.
10218 * infrun.c: (update_signals_program_target): New.
10219 (handle_command): Update the target of the new program signals
10220 array changes.
10221 * remote.c (PACKET_QProgramSignals): New enum.
10222 (last_program_signals_packet): New global.
10223 (remote_program_signals): New.
10224 (remote_start_remote): Update the target with the program signals
10225 list.
10226 (remote_protocol_features): Add entry for QPassSignals.
10227 (remote_open_1): Free anc clear last_program_signals_packet.
10228 (init_remote_ops): Install remote_program_signals.
10229 * target.c (update_current_target): Adjust.
10230 (target_program_signals): New.
10231 * target.h (struct target_ops) <to_program_signals>: New field.
10232 (target_program_signals): Declare.
10233
10234 2012-03-07 Pedro Alves <palves@redhat.com>
10235
10236 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10237 extensions.
10238
10239 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10240
10241 * m68klinux-nat.c (getregs_supplies): Make static.
10242 (getfpregs_supplies): Likewise.
10243 (have_ptrace_getregs): Likewise.
10244
10245 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10246
10247 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10248 in call to get_die_type_at_offset.
10249
10250 2012-03-06 Stan Shebs <stan@codesourcery.com>
10251
10252 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10253 * mi/mi-cmd-disas.c: Ditto.
10254 * mi/mi-cmd-env.c: Ditto.
10255 * mi/mi-cmd-file.c: Ditto.
10256 * mi/mi-cmd-stack.c: Ditto.
10257 * mi/mi-cmd-target.c: Ditto.
10258 * mi/mi-cmd-var.c: Ditto.
10259 * mi/mi-cmds.c: Ditto.
10260 * mi/mi-cmds.h: Ditto.
10261 * mi/mi-console.c: Ditto.
10262 * mi/mi-getopt.c: Ditto.
10263 * mi/mi-getopt.h: Ditto.
10264 * mi/mi-interp.c: Ditto.
10265 * mi/mi-main.c: Ditto.
10266 * mi/mi-out.c: Ditto.
10267 * mi/mi-parse.c: Ditto.
10268 * mi/mi-parse.h: Ditto.
10269 * mi/mi-symbol-cmds.c: Ditto.
10270
10271 * mi/mi-getopt.h: Move mi_opt struct up.
10272 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10273 return.
10274 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10275
10276 2012-03-06 Tom Tromey <tromey@redhat.com>
10277
10278 * proc-service.c (ps_pglobal_lookup): Set the current program
10279 space.
10280
10281 2012-03-06 Pedro Alves <palves@redhat.com>
10282
10283 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10284
10285 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10286
10287 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10288
10289 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10290
10291 Code cleanup.
10292 * common/linux-osdata.c (linux_common_core_of_thread): New function
10293 comment.
10294 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10295 call by linux_common_core_of_thread.
10296 (linux_nat_core_of_thread_1): Remove.
10297 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10298 * linux-thread-db.c: Include linux-osdata.h.
10299 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10300 linux_common_core_of_thread.
10301
10302 2012-03-05 Tom Tromey <tromey@redhat.com>
10303
10304 * value.c (value_primitive_field): Don't fetch contents for
10305 non-virtual bases.
10306
10307 2012-03-05 Tom Tromey <tromey@redhat.com>
10308
10309 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10310
10311 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10312
10313 * s390-nat.c: Include "gregset.h".
10314
10315 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10318 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10319 (libunwind_load): New variable so_error, use it for dlerror. Try to
10320 load also LIBUNWIND_SO_7.
10321
10322 2012-03-05 Pedro Alves <palves@redhat.com>
10323
10324 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10325 is not NULL, and remove resulting dead code.
10326
10327 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10328
10329 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10330 prologue to sh_analyze_prologue.
10331 (sh_analyze_prologue): Make better use of such an upper limit, and
10332 generally be more cautious about accessing memory.
10333
10334 2012-03-05 Tom Tromey <tromey@redhat.com>
10335
10336 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10337 _initialize_ia64_hpux_tdep.
10338
10339 2012-03-05 Pedro Alves <palves@redhat.com>
10340
10341 PR gdb/13766
10342
10343 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10344 the register state is clear, supply explicit zero, instead of
10345 marking the register unavailable.
10346
10347 2012-03-05 Tristan Gingold <gingold@adacore.com>
10348
10349 * NEWS: Mention OpenVMS ia64 new target.
10350
10351 2012-03-05 Tristan Gingold <gingold@adacore.com>
10352
10353 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10354 (ia64_unw_accessors, ia64_unw_rse_accessors)
10355 (ia64_libunwind_descr): Declare.
10356 * ia64-vms-tdep.c: New file.
10357 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10358 (ia64_libunwind_descr): Make them public.
10359 * configure.tgt: Add ia64-*-*vms*.
10360 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10361 (ALLDEPFILES): Add ia64-vms-tdep.c
10362
10363 2012-03-05 Tristan Gingold <gingold@adacore.com>
10364
10365 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10366 * remote.c (PACKET_qXfer_uib): New enum value.
10367 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10368 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10369 (_initialize_remote): Call add_packet_config_cmd for
10370 xfer:uib packet.
10371
10372 2012-03-05 Tristan Gingold <gingold@adacore.com>
10373
10374 * osabi.c (gdb_osabi_names): Add OpenVMS.
10375 (generic_elf_osabi_sniffer): Likewise.
10376 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10377
10378 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 Removed unused code.
10381 * libunwind-frame.c (libunwind_frame_unwind)
10382 (libunwind_frame_base_address): Remove.
10383 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10384
10385 2012-03-04 Yao Qi <yao@codesourcery.com>
10386
10387 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10388 remove trailing new line.
10389 (agent_run_command, agent_run_command): Add _ markup.
10390 (agent_capability_check): Likewise.
10391
10392 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10393
10394 * breakpoint.c (set_condition_evaluation_mode): Set
10395 CONDITION_EVALUATION_MODE unconditionally.
10396
10397 2012-03-03 Yao Qi <yao@codesourcery.com>
10398
10399 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10400 * common/agent.h: Update declaration.
10401 * inf-child.c (inf_child_use_agent): New.
10402 (inf_child_can_use_agent): New.
10403 (inf_child_target): Initialize fields `to_use_agent'
10404 and `to_can_use_agent'.
10405 * agent.c (agent_new_objfile): New.
10406 (_initialize_agent): Add agent_new_objfile to new_objfile
10407 observer.
10408
10409 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10410 New.
10411 (linux_target_install_ops): Initialize field
10412 `to_static_tracepoint_markers_by_strid'.
10413 * remote.c (free_current_marker): Move it to ...
10414 * tracepoint.c (free_current_marker): ... here. New.
10415 (cleanup_target_stop): New.
10416 * tracepoint.h: Declare free_current_marker.
10417 * NEWS: Add one entry about `info static-tracepoint-marker'.
10418
10419 2012-03-03 Yao Qi <yao@codesourcery.com>
10420
10421 * common/agent.c (agent_loaded_p): New.
10422 (agent_look_up_symbols): New global.
10423 * common/agent.h: Declare agent_loaded_p.
10424
10425 2012-03-03 Yao Qi <yao@codesourcery.com>
10426
10427 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10428 (agent_capability_check, agent_capability_invalidate): New.
10429 (symbol_list): New array element.
10430 * common/agent.h (enum agent_capa): New.
10431 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10432
10433 2012-03-03 Yao Qi <yao@codesourcery.com>
10434
10435 * target.h (struct target_ops) <to_use_agent>: New field.
10436 (struct target_ops) <to_can_use_agent>: New field.
10437 (target_use_agent, target_can_use_agent): New macro.
10438 * target.c (update_current_target): Update.
10439 * remote.c: New enum `PACKET_QAgent'.
10440 (remote_protocol_features): Add a new element.
10441 (remote_use_agent, remote_can_use_agent): New.
10442 (init_remote_ops): Initialize field `can_use_agent' with
10443 remote_can_use_agent. Intiailize field `use_agent' with
10444 remote_use_agent.
10445 * common/agent.c (use_agent): New global.
10446 * common/agent.h: Declare it.
10447 * tracepoint.c (info_static_tracepoint_markers_command): Add
10448 comment.
10449 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10450 (COMMON_OBS): Add common/agent.o and agent.o
10451 (common-agent.o): New rule.
10452 * agent.c: New.
10453
10454 2012-03-03 Yao Qi <yao@codesourcery.com>
10455
10456 * common/agent.c: New.
10457 * common/agent.h: New.
10458 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10459 AC_CHECK_HEADERS.
10460 * configure, configh.in: Regenerated.
10461
10462 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10463
10464 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10465 unless it exists for this architecture.
10466
10467 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10468
10469 * language.h (struct language_defn): New "method" la_read_var_value.
10470 * findvar.c: #include "language.h".
10471 (default_read_var_value): Renames read_var_value. Rewrite
10472 function description.
10473 (read_var_value): New function.
10474 * value.h (default_read_var_value): Add prototype.
10475 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10476 New functions.
10477 (ada_language_defn): Add entry for la_read_var_value.
10478 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10479 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10480 language_defn structures to add entry for new la_read_var_value
10481 field.
10482
10483 2012-03-02 Tom Tromey <tromey@redhat.com>
10484 Pedro Alves <palves@redhat.com>
10485
10486 PR breakpoints/13776:
10487 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10488 breakpoints.
10489 (delete_longjmp_breakpoint_at_next_stop): New.
10490 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10491 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10492 before deleting the inferior. Add comments.
10493 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10494 breakpoints immediately, but only on next stop. Move that code
10495 next to where we mark other breakpoints for deletion.
10496
10497 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10498
10499 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10500 marker.
10501 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10502 violation.
10503
10504 2012-03-02 Pedro Alves <palves@redhat.com>
10505
10506 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10507
10508 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10509
10510 Fix -Wmissing-prototypes build.
10511 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10512 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10513 (gdbsim_has_memory): Likewise.
10514
10515 2012-03-02 Yao Qi <yao@codesourcery.com>
10516
10517 Fix -Wmissing-prototypes build.
10518 * charset.c (phony_iconv_open): Make static.
10519 (phony_iconv_close, phony_iconv): Likewise.
10520 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10521 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10522 prototype.
10523 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10524 * ser-mingw.c (create_select_thread): Make static.
10525 * windows-termcap.c (tgetent): New prototype.
10526 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10527
10528 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10529
10530 Fix -Wmissing-prototypes build.
10531 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10532 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10533 (_initialize_loadable): New prototypes.
10534
10535 2012-03-02 Doug Evans <dje@google.com>
10536
10537 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10538 abbrev table, read_comp_unit will do it.
10539
10540 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10541
10542 Fix -Wmissing-prototypes build.
10543 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10544 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10545 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10546 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10547 (_initialize_arm_symbian_tdep): New prototype.
10548 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10549 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10550 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10551 static.
10552 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10553 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10554 prototype.
10555 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10556 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10557 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10558 static.
10559 * moxie-tdep.c (moxie_process_record): Likewise.
10560 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10561 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10562 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10563 (_initialize_rl78_tdep): New prototype.
10564 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10565 (_initialize_rx_tdep): New prototype.
10566 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10567 (_initialize_darwin_solib): New prototype.
10568 * solib-spu.c: Include solib-spu.h.
10569 (_initialize_spu_solib): New prototype.
10570 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10571 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10572 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10573 (tic6x_software_single_step): Make it static.
10574 (_initialize_tic6x_tdep): New prototype.
10575
10576 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10577
10578 Fix -Wmissing-prototypes build.
10579 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10580 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10581
10582 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10583
10584 Fix -Wmissing-prototypes build.
10585 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10586 (frv_have_stopped_data_address): Remove.
10587
10588 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10589
10590 Fix -Wmissing-prototypes build.
10591 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10592 * sh-tdep.c: Include sh64-tdep.h.
10593 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10594 * sh64-tdep.c: Include sh64-tdep.h.
10595 * sh64-tdep.h: New file.
10596
10597 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10598
10599 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10600
10601 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10602
10603 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10604 sp_regnum once the gdbarch_init_osabi hook has been called.
10605
10606 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10607
10608 * mips-tdep.c (mips32_bc1_pc): New function.
10609 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10610 BPOSGE32 and BPOSGE64 instructions.
10611 (deal_with_atomic_sequence): Likewise.
10612 (mips32_instruction_has_delay_slot): Likewise.
10613
10614 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10615 Chris Dearman <chris@mips.com>
10616 Maciej W. Rozycki <macro@codesourcery.com>
10617 Joseph Myers <joseph@codesourcery.com>
10618
10619 * features/mips-dsp.xml: New file.
10620 * features/mips64-dsp.xml: New file.
10621 * features/mips-dsp-linux.xml: New file.
10622 * features/mips64-dsp-linux.xml: New file.
10623 * features/Makefile (WHICH): Add mips-dsp-linux and
10624 mips64-dsp-linux.
10625 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10626 * features/mips-dsp-linux.c: New file.
10627 * features/mips64-dsp-linux.c: New file.
10628 * regformats/mips-dsp-linux.dat: New file.
10629 * regformats/mips64-dsp-linux.dat: New file.
10630 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10631 registers.
10632 (mips64_linux_register_addr): Likewise.
10633 (mips64_linux_regsets_fetch_registers): Likewise.
10634 (mips64_linux_regsets_store_registers): Likewise.
10635 (mips64_linux_fetch_registers): Update call to
10636 mips64_linux_regsets_fetch_registers.
10637 (mips64_linux_store_registers): Update call to
10638 mips64_linux_regsets_store_registers.
10639 (mips_linux_read_description): Probe for DSP registers.
10640 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10641 and initialize_tdesc_mips64_dsp_linux.
10642 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10643 Remove padding of no longer used embedded register slots.
10644 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10645 (MIPS_RESTART_REGNUM): Redefine enum value.
10646 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10647 strings.
10648 (mips_tx39_reg_names): Likewise.
10649 (mips_linux_reg_names): New array of register names for Linux
10650 targets.
10651 (mips_register_name): Check for a null pointer in
10652 mips_processor_reg_names and return an empty string.
10653 (mips_register_type): Exclude embedded registers for the IRIX
10654 and Linux ABIs.
10655 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10656 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10657 DSP registers.
10658 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10659 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10660 (mips_gdbarch_init): Likewise. Initialize internal register
10661 indices for the Linux ABI. Use dynamic numbers to refer to
10662 registers, as applicable, while parsing the target description.
10663 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10664
10665 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10666
10667 * frame.h (read_frame_register_unsigned): Fix typo in function
10668 description.
10669
10670 2012-03-01 Pedro Alves <palves@redhat.com>
10671
10672 * jit-reader.in [!__cplusplus]
10673 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10674
10675 2012-03-01 Pedro Alves <palves@redhat.com>
10676
10677 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10678 * configure: Regenerate.
10679
10680 2012-03-01 Pedro Alves <palves@redhat.com>
10681
10682 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10683 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10684 (ftrace_command, strace_command): Make static.
10685 * d-lang.c (_initialize_d_language): Declare.
10686 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10687 * dwarf2loc.c (_initialize_dwarf2loc):
10688 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10689 * exec.c (exec_get_section_table): Make static.
10690 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10691 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10692 * inferior.c (remove_inferior_command, add_inferior_command)
10693 (clone_inferior_command): Make static.
10694 * linux-nat.c (linux_nat_thread_address_space)
10695 (linux_nat_core_of_thread): Make static.
10696 * linux-tdep.c (_initialize_linux_tdep): Declare.
10697 * objc-lang.c (_initialize_objc_lang): Declare.
10698 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10699 Make static.
10700 (_initialize_opencl_language): Declare.
10701 * record.c (_initialize_record): Declare.
10702 * remote.c (demand_private_info, remote_get_tib_address)
10703 (remote_supports_cond_tracepoints)
10704 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10705 Make static.
10706 * skip.c (_initialize_step_skip): Declare.
10707 * symtab.c (skip_prologue_using_lineinfo): Make static.
10708 * tracepoint.c (delete_trace_state_variable)
10709 (trace_variable_command, delete_trace_variable_command)
10710 (get_uploaded_tsv, find_matching_tracepoint_location)
10711 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10712 Make static.
10713 * value.c (pack_unsigned_long): Make static.
10714 * varobj.c (varobj_ensure_python_env): Make static.
10715 * windows-tdep.c (_initialize_windows_tdep): Declare.
10716 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10717
10718 2012-03-01 Pedro Alves <palves@redhat.com>
10719
10720 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10721 gdbarch parameter.
10722 (linux_init_abi): Install it as has_shared_address_space gdbarch
10723 callback.
10724
10725 2012-03-01 Pedro Alves <palves@redhat.com>
10726
10727 * observer.c (observer_test_first_notification_function)
10728 (observer_test_second_notification_function)
10729 (observer_test_third_notification_function): Add declarations.
10730
10731 2012-03-01 Pedro Alves <palves@redhat.com>
10732
10733 * common/signals.c (default_target_signal_to_host)
10734 (default_target_signal_from_host): Move ...
10735 * arch-utils.c: ... here.
10736 * arch-utils.h (default_target_signal_to_host)
10737 (default_target_signal_from_host): Declare.
10738
10739 * common/signals.c (target_signal_from_command): Move ...
10740 * infrun.c: ... here.
10741 * inferior.h (target_signal_from_command): Declare.
10742 * target.h (target_signal_from_command)
10743 (default_target_signal_from_host, default_target_signal_to_host):
10744 Delete declarations.
10745
10746 * common/signals.c (_initialize_signals): Delete.
10747
10748 2012-03-01 Pedro Alves <palves@redhat.com>
10749
10750 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10751 both __cplusplus and !__cplusplus.
10752
10753 2012-03-01 Pedro Alves <palves@redhat.com>
10754
10755 * psymtab.c (find_and_open_source): Delete declaration.
10756 * source.c (find_and_open_source): Move comment ...
10757 * source.h (find_and_open_source): ... to this new declaration.
10758
10759 2012-03-01 Pedro Alves <palves@redhat.com>
10760
10761 * inline-frame.c: Include inline-frame.h.
10762
10763 2012-03-01 Pedro Alves <palves@redhat.com>
10764
10765 * tui/tui-data.c (set_gen_win_origin): Delete.
10766 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10767 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10768
10769 2012-03-01 Pedro Alves <palves@redhat.com>
10770
10771 * remote.c (encode_actions): Delete declaration.
10772 * tracepoint.c (encode_actions): Make extern.
10773 * tracepoint.h (encode_actions): Declare.
10774
10775 2012-03-01 Pedro Alves <palves@redhat.com>
10776
10777 * python/py-breakpoint.c: Include python.h.
10778 * python/py-continueevent.c (create_continue_event_object): Make
10779 static.
10780 * python/py-lazy-string.c (stpy_get_type): Make static.
10781 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10782 Make static.
10783 * python/py-utils.c (unicode_to_target_python_string): Make
10784 static.
10785 * python/py-value.c: Include python.h.
10786
10787 2012-03-01 Pedro Alves <palves@redhat.com>
10788
10789 * inferior.c (delete_threads_of_inferior): Delete.
10790
10791 2012-03-01 Pedro Alves <palves@redhat.com>
10792
10793 Import fallback definitions from glibc.
10794
10795 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10796 ps_prochandle): Forward declare.
10797 (ps_err_e): Use glibc's comments.
10798 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10799 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10800 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10801 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10802 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10803 (struct ps_prochandle): Adjust comment.
10804
10805 2012-03-01 Pedro Alves <palves@redhat.com>
10806
10807 * ada-lang.c (ada_modulus_from_name): Delete.
10808 * ada-lex.l (lexer_init): Make static.
10809
10810 2012-03-01 Pedro Alves <palves@redhat.com>
10811
10812 PR gdb/13767
10813
10814 * frame.c (read_frame_register_unsigned): New.
10815 * frame.h (read_frame_register_unsigned): Declare.
10816 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10817 Handle it.
10818 (print_i387_control_word): New parameter `control_p'. Handle it.
10819 (i387_print_float_info): Handle unavailable float registers.
10820
10821 2012-03-01 Keith Seitz <keiths@redhat.com>
10822
10823 * linespec.c (decode_line_2): Sort the list of methods
10824 alphabetically before presenting the user with a selection
10825 menu.
10826
10827 2012-03-01 Doug Evans <dje@google.com>
10828
10829 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10830 has_namespace_info.
10831 (dwarf2_read_abbrevs): Remove corresponding initialization.
10832
10833 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10834
10835 * NEWS: Mention new python command class gdb.COMMAND_USER.
10836 * cli/cli-cmds.c (show_user): Print error when used on a python
10837 command.
10838 (init_cli_cmds): Update documentation strings for "show user" and
10839 "set/show max-user-call-depth" to clarify that it does not apply to
10840 python commands.
10841 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10842 error check.
10843 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10844 gdb python api.
10845 * top.c (execute_command): Only execute a user-defined command as a
10846 legacy macro if c->user_commands is set.
10847
10848 2012-03-01 Tom Tromey <tromey@redhat.com>
10849
10850 * valprint.h (struct generic_val_print_decorations): New.
10851 (generic_val_print): Declare.
10852 * valprint.c (generic_val_print): New function.
10853 * p-valprint.c (p_decorations): New global.
10854 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10855 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10856 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10857 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10858 * m2-valprint.c (m2_decorations): New global.
10859 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10860 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10861 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10862 TYPE_CODE_ERROR>: Call generic_val_print.
10863 * f-valprint.c (f_decorations): New global.
10864 (f_val_print): Use print_function_pointer_address.
10865 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10866 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10867 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10868 generic_val_print.
10869 * c-valprint.c (c_decorations): New global.
10870 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10871 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10872 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10873 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10874 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10875 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10876 case.
10877
10878 2012-03-01 Tom Tromey <tromey@redhat.com>
10879
10880 * valprint.c (val_print): Update.
10881 * p-valprint (pascal_val_print): Return void.
10882 * p-lang.h (pascal_val_print): Return void.
10883 * m2-valprint.c (m2_val_print): Return void.
10884 * m2-lang.h (m2_val_print): Return void.
10885 * language.h (struct language_defn) <la_val_print>: Return void.
10886 * language.c (unk_lang_val_print): Return void.
10887 * jv-valprint.c (java_val_print): Return void.
10888 * jv-lang.h (java_val_print): Return void.
10889 * f-valprint.c (f_val_print): Return void.
10890 * f-lang.h (f_val_print): Return void.
10891 * d-valprint.c (d_val_print): Return void.
10892 (dynamic_array_type): Update.
10893 * d-lang.h (d_val_print): Return void.
10894 * c-valprint.c (c_val_print): Return void.
10895 * c-lang.h (c_val_print): Return void.
10896 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10897 void.
10898 * ada-lang.h (ada_val_print): Return void.
10899
10900 2012-03-01 Tom Tromey <tromey@redhat.com>
10901
10902 * value.h (val_print): Return void.
10903 * valprint.c (val_print): Return void.
10904
10905 2012-03-01 Tom Tromey <tromey@redhat.com>
10906
10907 * value.h (common_val_print): Return void.
10908 * valprint.c (common_val_print): Return void.
10909
10910 2012-03-01 Tom Tromey <tromey@redhat.com>
10911
10912 * value.h (value_print): Return void.
10913 * valprint.c (value_print): Return void.
10914 * p-valprint.c (pascal_value_print): Return void.
10915 * p-lang.h (pascal_value_print): Return void.
10916 * language.h (struct language_defn) <la_value_print>: Return
10917 void.
10918 * language.c (unk_lang_value_print): Return void.
10919 * jv-valprint.c (java_value_print): Return void.
10920 * jv-lang.h (java_value_print): Return void.
10921 * f-valprint.c (c_value_print): Don't declare.
10922 Include c-lang.h.
10923 * c-valprint.c (c_value_print): Return void.
10924 * c-lang.h (c_value_print): Return void.
10925 * ada-valprint.c (ada_value_print): Return void.
10926 * ada-lang.h (ada_value_print): Return void.
10927
10928 2012-03-01 Tom Tromey <tromey@redhat.com>
10929
10930 * value.c (value_primitive_field): Handle virtual base classes.
10931
10932 2012-03-01 Tom Tromey <tromey@redhat.com>
10933
10934 * gdbtypes.h (struct vbase): Remove.
10935
10936 2012-03-01 Tom Tromey <tromey@redhat.com>
10937
10938 * c-valprint.c (print_function_pointer_address): Move...
10939 * valprint.c: ... here. Make non-static.
10940 * m2-valprint.c (print_function_pointer_address): Remove.
10941 * valprint.h (print_function_pointer_address): Declare.
10942
10943 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10944
10945 * NEWS: Document the fact that one can provide a condition when
10946 creating an Ada exception catchpoint.
10947
10948 2012-03-01 Tom Tromey <tromey@redhat.com>
10949
10950 * valprint.c (val_print_type_code_flags): Fix placement of
10951 trailing brace.
10952
10953 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10954
10955 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10956 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10957 environment variable before calling update-copyright.
10958
10959 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10960
10961 * gnulib/extra/update-copyright: Update to the latest from
10962 gnulib's git repository.
10963 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10964 variable to 2 instead of 1.
10965
10966 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10967
10968 * varobj.c (c_value_of_variable): Remove dead code.
10969
10970 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10971
10972 * ada-lex.p (processId): Do not modify already encoded IDs.
10973 Update function documentation.
10974
10975 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10976
10977 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10978 "name" with "struct symbol *name_sym".
10979 * ada-exp.y (write_var_or_type): Update call to
10980 ada_find_renaming_symbol.
10981 "name" with "struct symbol *name_sym". Adjust Implementation
10982 accordingly. Adjust the function documentation.
10983
10984 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10985
10986 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10987 * ada-lang.c (ada_find_any_type): Add advance declaration.
10988 Make static. Replace ada_find_any_symbol by
10989 ada_find_any_type_symbol.
10990 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10991 Improve function description. Make static.
10992 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10993 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10994
10995 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10996
10997 * ada-lang.c (struct tag_args): Delete.
10998 (ada_get_tsd_type): Function body moved up in source file.
10999 (ada_tag_name_1, ada_tag_name_2): Delete.
11000 (ada_get_tsd_from_tag): New function.
11001 (ada_tag_name_from_tsd): New function.
11002 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11003 to determine the tag name.
11004
11005 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11006
11007 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11008 declaration.
11009 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11010 function.
11011
11012 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11013
11014 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11015
11016 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11017
11018 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11019 full searches.
11020
11021 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11022
11023 * ada-lang.c (constrained_packed_array_type): If there is a
11024 parallel XA type, use it to determine the array index type.
11025
11026 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11027
11028 * ada-valprint.c (ada_val_print_1): If our value is a reference
11029 to an array descriptor, dereference it before converting it
11030 to a simple array.
11031
11032 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11033
11034 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11035 creating fixed value.
11036 (ada_value_ind, ada_coerce_ref, assign_component)
11037 (ada_evaluate_subexp): Remove call to unwrap_value before
11038 call to ada_to_fixed_value.
11039
11040 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11041
11042 * ada-lang.c (to_fixed_array_type): Set result's type name.
11043
11044 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11045
11046 * ada-lang.c (catch_ada_exception_command_split): Add new
11047 argument cond_string. Add support for condition at end of
11048 "catch exception" commands.
11049 (ada_decode_exception_location): Add new argument cond_string.
11050 Update call to catch_ada_exception_command_split.
11051 (create_ada_exception_catchpoint): Add new argument cond_string.
11052 Set the breakpoint condition if needed.
11053 (catch_ada_exception_command): Update call to
11054 ada_decode_exception_location.
11055 (ada_decode_assert_location): Add function documentation.
11056 Add support for condition at end of "catch assert" command.
11057 (catch_assert_command): Update calls to ada_decode_assert_location
11058 and create_ada_exception_catchpoint.
11059
11060 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 Fix disp-step-syscall.exp: fork: single step over fork.
11063 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11064 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11065 comment, change parameters gdbarch and ptid to regcache. Remove
11066 parameter regcache, initialize gdbarch from regcache here.
11067 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11068 New functions.
11069 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11070 instead.
11071 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11072 'syscall'. Make the 'int' check more strict.
11073
11074 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11075
11076 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11077 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11078 (i386_linux_intx80_sysenter_syscall_record): ... here.
11079 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11080 Use the renamed function name.
11081
11082 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11083
11084 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11085 * breakpoint.c (until_break_command): Likewise.
11086 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11087 * infcall.c (call_function_by_hand): Likewise.
11088 * infcmd.c (finish_forward): Likewise.
11089 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11090
11091 2012-02-28 Tristan Gingold <gingold@adacore.com>
11092
11093 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11094 avoid variable assignments inside condition.
11095
11096 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11097
11098 Fix static analysis issue found by cppcheck.
11099 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11100 uninitialized BUF for size 2.
11101
11102 2012-02-27 Chris Dearman <chris@mips.com>
11103 Nathan Froyd <froydnj@codesourcery.com>
11104 Maciej W. Rozycki <macro@codesourcery.com>
11105
11106 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11107 (mips16_instruction_has_delay_slot): Likewise.
11108 (mips_segment_boundary): Likewise.
11109 (mips_adjust_breakpoint_address): Likewise.
11110 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11111
11112 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11113 Maciej W. Rozycki <macro@codesourcery.com>
11114
11115 * infrun.c (handle_inferior_event): Don't proceed through
11116 shared library trampolines if stepping at the machine
11117 instruction level.
11118
11119 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11120
11121 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11122 too.
11123
11124 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11125
11126 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11127 (sh_stub_unwind_sniffer): New functions.
11128 (sh_stub_unwind): New variable.
11129 (sh_gdbarch_init): Wire everything.
11130
11131 2012-02-27 Pedro Alves <palves@redhat.com>
11132
11133 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11134 (linux_nat_post_attach_wait): Adjust to use
11135 linux_proc_pid_is_stopped.
11136 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11137 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11138 based on pid_is_stopped from both linux-nat.c and
11139 gdbserver/linux-low.c, and renamed.
11140
11141 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11142
11143 * remote.c (remote_watchpoint_addr_within_range): New function.
11144 (init_remote_ops): Use it.
11145
11146 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11147
11148 * target.h (target_watchpoint_addr_within_range): Document macro.
11149
11150 2012-02-24 Pedro Alves <palves@redhat.com>
11151
11152 * stack.c (set_last_displayed_sal): Issue internal_error instead
11153 of warning, and issue it after clearing the last displayed sal.
11154
11155 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11156 Pedro Alves <palves@redhat.com>
11157
11158 * breakpoint.c (until_break_command): Install breakpoints after
11159 all frame manipulations.
11160
11161 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11162
11163 * remote.c (remote_supports_cond_breakpoints): New forward
11164 declaration.
11165 (remote_add_target_side_condition): New function.
11166 (remote_insert_breakpoint): Add target-side breakpoint
11167 conditional if supported.
11168 (remote_insert_hw_breakpoint): Likewise.
11169 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11170 hook.
11171
11172 * target.c (update_current_target): Inherit
11173 to_supports_evaluation_of_breakpoint_conditions.
11174 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11175
11176 * target.h (struct target_ops)
11177 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11178 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11179
11180 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11181 (condition_evaluation_both, condition_evaluation_auto,
11182 condition_evaluation_host, condition_evaluation_target,
11183 condition_evaluation_enums, condition_evaluation_mode_1,
11184 condition_evaluation_mode): New static globals.
11185 (translate_condition_evaluation_mode): New function.
11186 (breakpoint_condition_evaluation_mode): New function.
11187 (gdb_evaluates_breakpoint_condition_p): New function.
11188 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11189 (mark_breakpoint_modified): New function.
11190 (mark_breakpoint_location_modified): New function.
11191 (set_condition_evaluation_mode): New function.
11192 (show_condition_evaluation_mode): New function.
11193 (bp_location_compare_addrs): New function.
11194 (get_first_location_gte_addr): New helper function.
11195 (set_breakpoint_condition): Free condition bytecode if locations
11196 has become unconditional. Call mark_breakpoint_modified (...).
11197 (condition_command): Call update_global_location_list (1) for
11198 breakpoints.
11199 (breakpoint_xfer_memory): Use is_breakpoint (...).
11200 (is_breakpoint): New function.
11201 (parse_cond_to_aexpr): New function.
11202 (build_target_condition_list): New function.
11203 (insert_bp_location): Handle target-side conditional
11204 breakpoints and call build_target_condition_list (...).
11205 (update_inserted_breakpoint_locations): New function.
11206 (insert_breakpoint_locations): Handle target-side conditional
11207 breakpoints.
11208 (bpstat_check_breakpoint_conditions): Add comment.
11209 (bp_condition_evaluator): New function.
11210 (bp_location_condition_evaluator): New function.
11211 (print_breakpoint_location): Print information on where the condition
11212 will be evaluated.
11213 (print_one_breakpoint_location): Likewise.
11214 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11215 breakpoint location.
11216 (force_breakpoint_reinsertion): New functions.
11217 (update_global_location_list): Handle target-side breakpoint
11218 conditions.
11219 Reinsert locations that are already inserted if conditions have
11220 changed.
11221 (bp_location_dtor): Free agent expression bytecode.
11222 (disable_breakpoint): Call mark_breakpoint_modified (...).
11223 Call update_global_location_list (...) with parameter 1 for breakpoints.
11224 (disable_command): Call mark_breakpoint_location_modified (...).
11225 Call update_global_location_list (...) with parameter 1 for breakpoints.
11226 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11227 (enable_command): mark_breakpoint_location_modified (...).
11228 (_initialize_breakpoint): Update documentation and add
11229 condition-evaluation breakpoint subcommand.
11230
11231 * breakpoint.h: Include ax.h.
11232 (condition_list): New data structure.
11233 (condition_status): New enum.
11234 (bp_target_info) <cond_list>: New field.
11235 (bp_location) <condition_changed, cond_bytecode>: New fields.
11236 (is_breakpoint): New prototype.
11237
11238 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11239
11240 * remote.c (remote_state) <cond_breakpoints>: New field.
11241 (PACKET_ConditionalBreakpoints): New enum.
11242 (remote_cond_breakpoint_feature): New function.
11243 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11244 (remote_supports_cond_breakpoints): New function.
11245 (_initialize_remote): Add new packet configuration for
11246 target-side conditional breakpoints.
11247
11248 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11249
11250 * NEWS: Mention target-side conditional breakpoint support,
11251 new condition-evaluation breakpoint subcommand and remote
11252 packet extensions.
11253
11254 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11255
11256 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11257 number.
11258
11259 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11260
11261 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11262 (after_prologue): Remove.
11263
11264 2012-02-23 Tom Tromey <tromey@redhat.com>
11265
11266 * jv-valprint.c (java_val_print): Remove dead code.
11267
11268 2012-02-23 Tristan Gingold <gingold@adacore.com>
11269
11270 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11271 known_tasks_element and known_tasks_length fields.
11272 (read_known_tasks_array): Change argument type. Use pointer type
11273 and number of elements from DATA. Adjust.
11274 (read_known_tasks_list): Likewise.
11275 (get_known_tasks_addr): Remove.
11276 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11277 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11278 type and array length. Merge former get_known_tasks_addr code.
11279
11280 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11281
11282 PR backtrace/13716
11283 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11284 it after set_momentary_breakpoint.
11285
11286 2012-02-22 Sterling Augustine <saugustine@google.com>
11287
11288 PR 13689:
11289 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11290
11291 2012-02-22 Gary Benson <gbenson@redhat.com>
11292
11293 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11294 (find_slot_in_mapped_hash): Likewise.
11295
11296 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11297
11298 PR build/13638
11299 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11300 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11301 * configure: Regenerate.
11302
11303 2012-02-21 Tristan Gingold <gingold@adacore.com>
11304 Pedro Alves <palves@redhat.com>
11305
11306 * ia64-tdep.c: Do not include libunwind-ia64.h.
11307 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11308 Include libunwind-ia64.h instead of libunwind.h.
11309 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11310 for libunwind.h existence.
11311 * configure, config.in: Regenerate.
11312
11313 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11314
11315 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11316 instead of value_rtti_target_type.
11317 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11318 instead of value_rtti_target_type.
11319 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11320 value_rtti_target_type.
11321 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11322 (value_rtti_target_type): Rename to ...
11323 (value_rtti_indirect_type): ... here and make it indirect. Update
11324 function comment.
11325 * value.c (readjust_indirect_value_type): New function.
11326 (coerce_ref): Support for enclosing type setting for references
11327 with readjust_indirect_value_type.
11328 * value.h (readjust_value_type): New declaration.
11329 (value_rtti_target_type): Rename to ...
11330 (value_rtti_indirect_type): ... here.
11331
11332 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11333
11334 * MAINTAINERS (Write After Approval): Add myself to the list.
11335
11336 2012-02-20 Doug Evans <dje@google.com>
11337
11338 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11339 Rename objfile_p_char parameter to objfilep.
11340 (build_objfile_section_table): Result is now void. All callers
11341 updated.
11342 * objfiles.h (struct objfile): Tweak comments, whitespace.
11343 (build_objfile_section_table): Update.
11344
11345 * elfread.c (elf_symfile_segments): Fix warning text.
11346
11347 2012-02-20 Tom Tromey <tromey@redhat.com>
11348
11349 PR gdb/13498:
11350 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11351 particular set of file names once.
11352 (dw2_map_symbol_filenames): Likewise.
11353
11354 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 Code cleanup.
11357 * main.c (write_files): Remove the declaration.
11358 (external_editor_command): Move the declaration ...
11359 [GDBTK] (external_editor_command): ... here. Fix the comment.
11360
11361 2012-02-20 Tom Tromey <tromey@redhat.com>
11362
11363 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11364 extraneous block.
11365
11366 2012-02-20 Tristan Gingold <gingold@adacore.com>
11367
11368 * darwin-nat.h (enum darwin_msg_state): Add comments.
11369
11370 2012-02-20 Tristan Gingold <gingold@adacore.com>
11371
11372 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11373 value.
11374
11375 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11376
11377 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11378 between function description and implementation.
11379
11380 2012-02-17 Tom Tromey <tromey@redhat.com>
11381
11382 PR python/12070:
11383 * python/py-event.c (event_object_getset): New global.
11384 (event_object_type): Reference it.
11385 * python/py-type.c (field_object_getset): New global.
11386 (field_object_type): Reference it.
11387 * python/python-internal.h (gdb_py_generic_dict): Declare.
11388 * python/py-utils.c (gdb_py_generic_dict): New function.
11389
11390 2012-02-17 Tristan Gingold <gingold@adacore.com>
11391
11392 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11393
11394 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11395
11396 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11397 TYPE_CALLING_CONVENTION annotation.
11398
11399 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11400
11401 * MAINTAINERS: Add rx to target ISA section.
11402 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11403 (ALLDEPFILES): Add rx-tdep.c.
11404
11405 2012-02-16 Tom Tromey <tromey@redhat.com>
11406
11407 * symfile.c (symbol_file_add_main_1): Use inferior's
11408 symfile_flags.
11409 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11410 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11411 inferior.
11412 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11413 inferior.
11414 (follow_exec): Use inferior's symfile_flags.
11415 * inferior.h (struct inferior) <symfile_flags>: New field.
11416
11417 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11418
11419 PR gdb/9734:
11420 * remote-sim.c (gdbsim_create_inferior): Call error() when
11421 sim_create_inferior() fails.
11422
11423 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11424
11425 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11426
11427 2012-02-16 Tom Tromey <tromey@redhat.com>
11428
11429 PR c++/13653:
11430 * thread.c (struct current_thread_cleanup) <was_removable>: New
11431 field.
11432 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11433 (make_cleanup_restore_current_thread): Initialize new field.
11434
11435 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11436
11437 * MAINTAINERS: Add rl78 to target ISA section.
11438 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11439 (ALLDEPFILES): Add rl78-tdep.c.
11440 * NEWS: Mention rl78 as a new target.
11441
11442 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11443
11444 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11445 data.
11446 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11447
11448 2012-02-15 Tom Tromey <tromey@redhat.com>
11449
11450 PR gdb/12659:
11451 * infcmd.c (registers_info): Print just the current register's
11452 name.
11453
11454 2012-02-15 Tom Tromey <tromey@redhat.com>
11455
11456 * python/py-symbol.c (sympy_value): Use _().
11457
11458 2012-02-15 Pedro Alves <palves@redhat.com>
11459
11460 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11461 output to be like native targets'.
11462 (remote_pid_to_str): Special case the null ptid.
11463
11464 2012-02-14 Stan Shebs <stan@codesourcery.com>
11465
11466 * NEWS: Mention enable count command.
11467 * breakpoint.h (struct breakpoint): New field enable_count.
11468 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11469 (enable_breakpoint): Add arg to call.
11470 (struct disp_data): New struct.
11471 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11472 (do_map_enable_once_breakpoint): Create a struct and pass it.
11473 (do_map_enable_delete_breakpoint): Ditto.
11474 (do_map_enable_count_breakpoint): New function.
11475 (enable_count_command): New function.
11476 (bpstat_stop_status): Decrement enable_count.
11477 (print_one_breakpoint_location): Report enable count.
11478 (_initialize_breakpoint): Add enable count command.
11479
11480 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11481
11482 * rl78-tdep.c (reggroups.h): Include.
11483 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11484 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11485 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11486 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11487 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11488 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11489 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11490 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11491 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11492 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11493 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11494 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11495 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11496 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11497 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11498 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11499 beginning of register list.
11500 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11501 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11502 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11503 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11504 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11505 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11506 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11507 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11508 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11509 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11510 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11511 the pseudo registers. Rearrange other pseudo registers too so
11512 that the bank registers appear at the end.
11513 (rl78_register_type): Account for the fact that the byte sized
11514 bank registers are now pseudo-registers.
11515 (rl78_register_name): Rearrange the register name array. Make
11516 initial set of raw banked registers inaccessible.
11517 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11518 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11519 case for copying bytes back and forth between raw and pseudo
11520 versions of the banked registers. Update other cases to reflect
11521 the changed names.
11522 (rl78_return_value): Update to account for changed names of
11523 raw registers.
11524 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11525 rl78_register_sim_regno().
11526
11527 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11528
11529 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11530 the name parameter being passed to find_pc_partial_function().
11531
11532 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * MAINTAINERS: Step down from being ia64 target maintainer.
11535
11536 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11537
11538 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11539 compilation warning.
11540
11541 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11542
11543 Fix crash on loaded shlibs without loaded exec_bfd.
11544 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11545 (set_section_command): Replace exec_bfd by p->bfd.
11546
11547 2012-02-10 Tom Tromey <tromey@redhat.com>
11548
11549 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11550 when we have a C++ qualified name.
11551
11552 2012-02-10 Pedro Alves <palves@redhat.com>
11553
11554 * inferior.c (inferior_pid_to_str): New.
11555 (print_inferior, inferior_command): Use it.
11556
11557 2012-02-10 Pedro Alves <palves@redhat.com>
11558
11559 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11560 the test CFLAGS.
11561 * configure: Regenerate.
11562
11563 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11564
11565 * linespec.c (decode_line_internal): Fix comment correctness.
11566
11567 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11568
11569 PR gdb/12953
11570 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11571 * amd64bsd-nat.c: Add support for debug registers (adapted from
11572 i386bsd-nat.c).
11573 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11574 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11575 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11576 (amd64bsd_dr_get_control): New functions.
11577 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11578 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11579 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11580 watchpoints initialization.
11581 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11582
11583 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11584
11585 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11586 flds_bnds.fields.
11587 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11588
11589 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11592
11593 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11594
11595 * language.h (symbol_name_cmp_ftype): Renames
11596 symbol_name_match_p_ftype.
11597 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11598 la_get_symbol_name_match_p.
11599 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11600 ada_get_symbol_name_match_p. Update comment.
11601 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11602 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11603 Renames symbol_name_match_p. Update field type.
11604 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11605 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11606 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11607 "la_get_symbol_name_cmp" in comments.
11608 * language.c: Likewise.
11609
11610 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11611
11612 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11613 %eflags offset.
11614 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11615 (amd64_sol2_gregset32_reg_offs): Likewise.
11616
11617 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11618
11619 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11620 of the returned BFD is allocated by GDB.
11621
11622 2012-02-07 Tom Tromey <tromey@redhat.com>
11623
11624 PR python/12027:
11625 * python/python-internal.h (frame_object_type): Declare.
11626 * python/py-symbol.c (sympy_needs_frame): New function.
11627 (sympy_value): New function.
11628 (symbol_object_getset): Add "needs_frame".
11629 (symbol_object_methods): Add "value".
11630 * python/py-frame.c (frame_object_type): No longer static.
11631
11632 2012-02-07 Tom Tromey <tromey@redhat.com>
11633
11634 PR python/13599:
11635 * python/py-symbol.c (sympy_line): New function.
11636 (symbol_object_getset): Add "line".
11637
11638 2012-02-07 Tom Tromey <tromey@redhat.com>
11639
11640 * charset.c (find_charset_names): Check 'in' against NULL.
11641
11642 2012-02-06 Doug Evans <dje@google.com>
11643
11644 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11645 and fields.name members from char * to const char *. All uses updated.
11646 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11647 from char * to const char *. All uses updated.
11648 (type_name_no_tag): Update.
11649 (lookup_unsigned_typename, lookup_signed_typename): Update.
11650 * gdbtypes.c (type_name_no_tag): Change result type
11651 from char * to const char *. All callers updated.
11652 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11653 name parameter from char * to const char *.
11654 * symtab.h (struct cplus_specific): Change type of demangled_name
11655 member from char * to const char *. All uses updated.
11656 (struct general_symbol_info): Change type of name and
11657 mangled_lang.demangled_name members from char * to const char *.
11658 All uses updated.
11659 (symbol_get_demangled_name, symbol_natural_name): Update.
11660 (symbol_demangled_name, symbol_search_name): Update.
11661 * symtab.c (symbol_get_demangled_name): Change result type
11662 from char * to const char *. All callers updated.
11663 (symbol_natural_name, symbol_demangled_name): Ditto.
11664 (symbol_search_name): Ditto.
11665 (completion_list_add_name): Change type of symname,sym_text,
11666 text,word parameters from char * to const char *.
11667 (completion_list_objc_symbol): Change type of sym_text,
11668 text,word parameters from char * to const char *.
11669 * ada-lang.c (find_struct_field): Change type of name parameter
11670 from char * to const char *.
11671 (encoded_ordered_before): Similarly for N0,N1 parameters.
11672 (old_renaming_is_invisible): Similarly for function_name parameter.
11673 (ada_type_name): Change result type from char * to const char *.
11674 All callers updated.
11675 * ada-lang.h (ada_type_name): Update.
11676 * buildsym.c (hashname): Change type of name parameter
11677 from char * to const char *.
11678 * buildsym.h (hashname): Update.
11679 * dbxread.c (end_psymtab): Change type of include_list parameter
11680 from char ** to const char **.
11681 * dwarf2read.c (determine_prefix): Change result type
11682 from char * to const char *. All callers updated.
11683 * f-lang.c (find_common_for_function): Change type of name, funcname
11684 parameters from char * to const char *.
11685 * f-lang.c (find_common_for_function): Update.
11686 * f-valprint.c (list_all_visible_commons): Change type of funcname
11687 parameters from char * to const char *.
11688 * gdbarch.sh (static_transform_name): Change type of name parameter
11689 and result from char * to const char *.
11690 * gdbarch.c: Regenerate.
11691 * gdbarch.h: Regenerate.
11692 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11693 of name parameter from char * to const char *.
11694 * jv-lang.c (java_primitive_type_from_name): Ditto.
11695 (java_demangled_signature_length): Similarly for signature parameter.
11696 (java_demangled_signature_copy): Ditto.
11697 (java_demangle_type_signature): Ditto.
11698 * jv-lang.h (java_primitive_type_from_name): Update.
11699 (java_demangle_type_signature): Update.
11700 * objc-lang.c (specialcmp): Change type of a,b parameters
11701 from char * to const char *.
11702 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11703 from char * to const char *. All callers updated.
11704 * p-lang.h (is_pascal_string_type): Update.
11705 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11706 of name parameter from char * to const char *.
11707 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11708 * utils.c (fprintf_symbol_filtered): Ditto.
11709 * defs.h (fprintf_symbol_filtered): Update.
11710 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11711 * stabsread.h (end_psymtab): Update.
11712 * stack.c (find_frame_funname): Change type of funname parameter
11713 from char ** to const char **.
11714 * stack.h (find_frame_funname): Update.
11715 * typeprint.c (type_print): Change type of varstring parameter
11716 from char * to const char *.
11717 * value.h (type_print): Update.
11718 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11719 from char * to const char *. All callers updated.
11720 (xcoff_end_psymtab): Change type of include_list parameter
11721 from char ** to const char **. All callers updated.
11722 (swap_sym): Similarly for name parameter. All callers updated.
11723 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11724 Use xstrdup.
11725 (process_coff_symbol): Use xstrdup.
11726 * stabsread.c (stabs_method_name_from_physname): Renamed from
11727 update_method_name_from_physname. Change result type from void
11728 to char *. All callers updated.
11729 (read_member_functions): In has_destructor case, store name in objfile
11730 obstack instead of malloc space. In !has_stub case, fix mem leak.
11731
11732 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11733
11734 * configure: Rebuild.
11735 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11736 LDFLAGS.
11737
11738 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11739
11740 * configure.tgt (rl78-*-elf): New target.
11741 * rl78-tdep.c: New file.
11742
11743 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11744
11745 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11746 and continue the loop. Add QUIT statement.
11747
11748 2012-02-03 Tom Tromey <tromey@redhat.com>
11749
11750 PR gdb/13596:
11751 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11752 bfd_lookup_symbol_from_symtab.
11753 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11754 gdb_bfd_lookup_symbol_from_symtab.
11755
11756 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11757
11758 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11759 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11760 symbol. Add assertion that sym2 is never NULL.
11761
11762 2012-02-02 Doug Evans <dje@google.com>
11763
11764 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11765 "name" parameter to const char ** from char **. All callers updated.
11766 (find_pc_partial_function): Ditto.
11767 (cache_pc_function_name): Change type to const char * from char *.
11768 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11769 (find_pc_partial_function): Update.
11770 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11771 type of "name" parameter to const char * from char *.
11772 All uses updated.
11773 * arch-utils.c (generic_in_solib_return_trampoline): Change
11774 type of "name" parameter to const char * from char *.
11775 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11776 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11777 type of "name" parameter to const char * from char *.
11778 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11779 * gdbarch.c: Regenerate.
11780 * gdbarch.h: Regenerate.
11781 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11782 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11783 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11784 type of "name" parameter to const char * from char *.
11785 * skip.c (skip_function_pc): Ditto.
11786 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11787 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11788 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11789 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11790 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11791 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11792 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11793 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11794 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11795
11796 2012-02-02 Pedro Alves <palves@redhat.com>
11797
11798 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11799 the current inferior has no execution. Make sure the current
11800 remote process matches gdb's current inferior.
11801
11802 2012-02-02 Tom Tromey <tromey@redhat.com>
11803
11804 PR gdb/13405:
11805 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11806 read-only memory.
11807
11808 2012-02-02 Tom Tromey <tromey@redhat.com>
11809
11810 PR gdb/9307:
11811 * symtab.c (lookup_language_this): Set block_found.
11812
11813 2012-02-01 Tom Tromey <tromey@redhat.com>
11814
11815 PR gdb/13431:
11816 * jit.c (struct jit_inferior_data): Rewrite.
11817 (struct jit_objfile_data): New.
11818 (get_jit_objfile_data): New function.
11819 (add_objfile_entry): Update.
11820 (jit_read_descriptor): Return int. Replace descriptor_addr
11821 argument with inf_data. Update. Don't call error.
11822 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11823 descriptor here.
11824 (jit_inferior_init): Don't look up descriptor. Don't call error.
11825 (jit_reset_inferior_data_and_breakpoints)
11826 (jit_inferior_created_observer): Remove.
11827 (jit_inferior_exit_hook): Update.
11828 (jit_executable_changed_observer): Remove.
11829 (jit_event_handler): Update.
11830 (free_objfile_data): Reset inferior data if needed.
11831 (_initialize_jit): Update.
11832
11833 2012-02-01 Tom Tromey <tromey@redhat.com>
11834
11835 * jit.c (bfd_open_from_target_memory): Move higher in file.
11836
11837 2012-02-01 Tristan Gingold <gingold@adacore.com>
11838
11839 * libunwind-frame.c (libunwind_load): Display message if dlopen
11840 failed.
11841
11842 2012-02-01 Gary Benson <gbenson@redhat.com>
11843
11844 * symtab.h (symbol_found_callback_ftype): New typedef.
11845 (iterate_over_symbols): Use the above.
11846 * symtab.c (iterate_over_symbols): Likewise.
11847 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11848 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11849 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11850 (iterate_name_matcher): Document return values.
11851 (collect_one_symbol): Likewise.
11852 (collect_function_symbols): Likewise.
11853 (collect_symbols): Likewise.
11854
11855 2012-02-01 Tom Tromey <tromey@redhat.com>
11856
11857 * ada-lang.c (resolve_subexp): Update.
11858 (ada_lookup_symbol_list): Add 'full_search' argument.
11859 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11860 ada_lookup_symbol_list.
11861 (ada_lookup_encoded_symbol): Update.
11862 (get_var_value): Update.
11863 * ada-exp.y (block_lookup): Update.
11864 (write_var_or_type): Update.
11865 (write_name_assoc): Update.
11866 * ada-lang.h (ada_lookup_symbol_list): Update.
11867
11868 2012-01-31 Tom Tromey <tromey@redhat.com>
11869
11870 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11871 comment.
11872
11873 2012-01-31 Doug Evans <dje@google.com>
11874
11875 * symtab.h: Remove outdated comment.
11876 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11877
11878 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11879
11880 Fix build error in Darwin port.
11881 * i386-darwin-nat.c: Include i386-nat.h.
11882
11883 2012-01-30 Tom Tromey <tromey@redhat.com>
11884
11885 PR breakpoints/13568:
11886 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11887 argument. Check for recursive includes.
11888 (dwarf_decode_macros): Create an include hash.
11889
11890 2012-01-30 Michael Eager <eager@eagercon.com>
11891
11892 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11893 * ppc-linux-tdep.c: Include glibc-tdep.h.
11894 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11895 (powerpc_linux_in_plt_stub): New function.
11896 (powerpc_linux_in_dynsym_resolve_code): New function.
11897 (ppc_skip_trampoline_code): New function.
11898 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11899 Use glibc_skip_solib_resolver.
11900
11901 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 Code cleanup: Make 1440 bytes of data segment read-only.
11904 * arch-utils.c (endian_enum): Make it const char *const [].
11905 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11906 Likewise.
11907 * breakpoint.c (always_inserted_enums): Likewise.
11908 * cli/cli-cmds.c (script_ext_enums): Likewise.
11909 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11910 enumlist parameter const char *const *.
11911 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11912 const char *const *.
11913 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11914 parameter const char *const *.
11915 * cris-tdep.c (cris_modes): Make it const char *const [].
11916 * filesystem.c (target_file_system_kinds): Likewise.
11917 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11918 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11919 (can_use_displaced_stepping_enum, scheduler_enums)
11920 (exec_direction_names): Likewise.
11921 * language.c (_initialize_language): Make the type_or_range_names and
11922 case_sensitive_names variables const char *const [].
11923 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11924 * python/python.c (python_excp_enums): Likewise.
11925 * remote.c (interrupt_sequence_modes): Likewise.
11926 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11927 * serial.c (logbase_enums): Likewise.
11928 * sh-tdep.c (sh_cc_enum): Likewise.
11929 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11930 Likewise.
11931 * symtab.c (multiple_symbols_modes): Likewise.
11932 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11933 Likewise.
11934 * utils.c (internal_problem_modes): Likewise.
11935
11936 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11939 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11940 result.
11941
11942 2012-01-27 Doug Evans <dje@google.com>
11943
11944 * configure.ac (with_python): Fix absolute path handling for win32.
11945 * configure: Regenerate.
11946
11947 2012-01-26 Doug Evans <dje@google.com>
11948
11949 * symtab.c: Whitespace cleanup, no code changes.
11950
11951 * symtab.c (lookup_symbol_in_language): Improve comment.
11952 (lookup_symbol_aux): Fix comment.
11953
11954 * psymtab.c (add_psymbol_to_list): Result is now "void".
11955 * psympriv.h (add_psymbol_to_list): Update.
11956
11957 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11958
11959 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11960
11961 Do not open script filenames twice.
11962 * cli/cli-cmds.c (source_script_from_stream): Pass to
11963 source_python_script also STREAM.
11964 * python/py-auto-load.c (source_section_scripts): Pass to
11965 source_python_script_for_objfile also STREAM.
11966 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11967 also INPUT.
11968 * python/python-internal.h (source_python_script_for_objfile): New
11969 parameter file, rename parameter file to filename.
11970 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11971 instead if !_WIN32. Update the function comment.
11972 (source_python_script, source_python_script_for_objfile)
11973 (source_python_script): New parameter file, rename parameter file to
11974 filename. Pass FILENAME to python_run_simple_file.
11975 * python/python.h (source_python_script): New parameter file, rename
11976 parameter file to filename.
11977
11978 2012-01-26 Pedro Alves <palves@redhat.com>
11979
11980 * corelow.c (core_has_fake_pid): Delete.
11981 (core_close): Delete references to `core_has_fake_pid'.
11982 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11983 (core_open): Delete references to `core_has_fake_pid'.
11984 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11985 the removed global.
11986
11987 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11988
11989 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11990 Remove language parameter from name_matcher. Adjust the comment.
11991 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11992 Remove language parameter.
11993 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11994 * linespec.c (iterate_name_matcher): Likewise.
11995 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11996 name_matcher. Adjust call accordingly.
11997 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11998 (maintenance_check_symtabs): Adjust type of parameter "fun".
11999 * psymtab.h (maintenance_check_symtabs): Likewise.
12000
12001 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12002
12003 * language.h (symbol_name_match_p_ftype): New typedef.
12004 (struct language_defn): Replace field la_symbol_name_compare
12005 by la_get_symbol_name_match_p.
12006 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12007 (ada_language_defn): Use it.
12008 * linespec.c (struct symbol_matcher_data): New type.
12009 (iterate_name_matcher): Rewrite.
12010 (iterate_over_all_matching_symtabs): Pass a pointer to
12011 a symbol_matcher_data struct to expand_symtabs_matching
12012 instead of just the lookup name.
12013 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12014 opencl-lang.c, p-lang.c, language.c: Delete field
12015 la_symbol_name_compare, and replace by NULL for new field
12016 la_get_symbol_name_match_p.
12017 * symfile.h (struct quick_symbol_functions): Update comment.
12018
12019 2012-01-25 Tom Tromey <tromey@redhat.com>
12020
12021 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12022 dereferencing.
12023
12024 2012-01-24 Tom Tromey <tromey@redhat.com>
12025
12026 PR symtab/12406:
12027 * solib.c (update_solib_list): Update the program space's
12028 added_solibs and deleted_solibs fields.
12029 * progspace.h (struct program_space) <added_solibs,
12030 deleted_solibs>: New fields.
12031 (clear_program_space_solib_cache): Declare.
12032 * progspace.c (release_program_space): Call
12033 clear_program_space_solib_cache.
12034 (clear_program_space_solib_cache): New function.
12035 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12036 bpstat_stop_status. Use handle_solib_event.
12037 * breakpoint.c: Include gdb_regex.h.
12038 (print_solib_event): New function.
12039 (bpstat_print): Use print_solib_event.
12040 (bpstat_stop_status): Add special case for bp_shlib_event.
12041 (handle_solib_event): New function.
12042 (bpstat_what): Use handle_solib_event.
12043 (struct solib_catchpoint): New.
12044 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12045 (breakpoint_hit_catch_solib, check_status_catch_solib)
12046 (print_it_catch_solib, print_one_catch_solib)
12047 (print_mention_catch_solib, print_recreate_catch_solib): New
12048 functions.
12049 (catch_solib_breakpoint_ops): New global.
12050 (catch_load_or_unload, catch_load_command_1)
12051 (catch_unload_command_1): New functions.
12052 (internal_bkpt_check_status): Add special case for
12053 bp_shlib_event.
12054 (internal_bkpt_print_it): Use print_solib_event.
12055 (initialize_breakpoint_ops): Initialize
12056 catch_solib_breakpoint_ops.
12057 (_initialize_breakpoint): Register "catch load" and "catch
12058 unload".
12059 * breakpoint.h (handle_solib_event): Declare.
12060 * NEWS: Add entry for "catch load" and "catch unload".
12061
12062 2012-01-24 Tom Tromey <tromey@redhat.com>
12063
12064 * ada-lang.c: Include gdb_vecs.h.
12065 * charset.c: Include gdb_vecs.h.
12066 * tracepoint.h: Include gdb_vecs.h.
12067 * gdb_vecs.h: New file.
12068
12069 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12070
12071 * breakpoint.c (breakpoint_hit_catch_fork)
12072 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12073 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12074 * infrun.c (inferior_has_forked, inferior_has_vforked)
12075 (inferior_has_execd, inferior_has_called_syscall): Delete.
12076 (handle_syscall_event): Get syscall_number from the execution
12077 control state's wait status.
12078 (wait_for_inferior): Don't clear syscall_number.
12079
12080 2012-01-24 Pedro Alves <palves@redhat.com>
12081
12082 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12083 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12084 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12085 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12086 `ws' parameter.
12087 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12088 false for events other than TARGET_SIGNAL_TRAP.
12089 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12090 Add `ws' parameter.
12091 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12092 events other than TARGET_SIGNAL_TRAP.
12093 (tracepoint_breakpoint_hit): Add `ws' parameter.
12094 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12095 parameter.
12096 (bpstat_stop_status): Same.
12097 (pc_at_non_inline_function): Same.
12098 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12099 to pass the current event's waitstatus to bpstat_stop_status
12100 and pc_at_non_inline_function.
12101
12102 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 Code cleanup.
12105 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12106 Update the function comment for it.
12107 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12108 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12109 for STREAM.
12110
12111 2012-01-24 Pedro Alves <palves@redhat.com>
12112
12113 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12114 outside `bs->stop' block.
12115 (bpstat_what): Rework bp_shlib_event handling.
12116 (internal_bkpt_check_status): If the breakpoint is a
12117 bp_shlib_event, then set bs->stop and bs->print if
12118 stop_on_solib_events is set.
12119
12120 2012-01-24 Gary Benson <gbenson@redhat.com>
12121
12122 Delete #if 0'd out code.
12123 * stack.c (print_frame_label_vars): Remove.
12124 (catch_info): Likewise.
12125 (_initialize_stack): Remove "info catch" command.
12126 * NEWS: Mention the above.
12127
12128 2012-01-24 Pedro Alves <palves@redhat.com>
12129
12130 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12131 it.
12132 (remote_notice_new_inferior): If the remote end doesn't support
12133 the multiprocess extensions, then the PID is fake.
12134 (add_current_inferior_and_thread): New.
12135 (remote_start_remote): Use it.
12136 (extended_remote_attach_1): Adjust.
12137 (extended_remote_create_inferior_1): Use
12138 add_current_inferior_and_thread.
12139
12140 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12141
12142 Fix watchpoints to be specific for each inferior.
12143 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12144 current_program_space.
12145 * i386-nat.c (i386_inferior_data_cleanup): New.
12146 (i386_inferior_data_get): Replace variable inf_data_local by an
12147 inferior_data call.
12148 (i386_use_watchpoints): Initialize i386_inferior_data.
12149 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12150 specific iterate_over_lwps.
12151
12152 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12153
12154 Fix watchpoints across inferior fork.
12155 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12156 comment for linux_nat_iterate_watchpoint_lwps.
12157 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12158 linux_nat_iterate_watchpoint_lwps.
12159 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12160 * i386-linux-nat.c (update_debug_registers_callback): Update the
12161 comment for linux_nat_iterate_watchpoint_lwps.
12162 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12163 linux_nat_iterate_watchpoint_lwps.
12164 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12165 * i386-nat.c: Include inferior.h.
12166 (dr_mirror): Remove.
12167 (i386_inferior_data, struct i386_inferior_data)
12168 (i386_inferior_data_get): New.
12169 (i386_debug_reg_state): Use i386_inferior_data_get.
12170 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12171 (i386_insert_watchpoint, i386_remove_watchpoint)
12172 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12173 (i386_remove_hw_breakpoint): New variable state, use
12174 i386_debug_reg_state instead of DR_MIRROR.
12175 * linux-nat.c (delete_lwp): New declaration.
12176 (num_lwps): Move here from downwards.
12177 (delete_lwp_cleanup): New.
12178 (linux_child_follow_fork): Create new child_lp, call
12179 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12180 PTRACE_DETACH.
12181 (num_lwps): Move upwards.
12182 (linux_nat_iterate_watchpoint_lwps): New.
12183 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12184 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12185
12186 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12187
12188 GDB 7.4 released.
12189
12190 2012-01-23 Pedro Alves <palves@redhat.com>
12191
12192 * top.c (caution): Rename to ...
12193 (confirm): ... this.
12194 (show_caution): Rename to ...
12195 (show_confirm): ... this.
12196 (quit_cover): Adjust.
12197 (init_main): Adjust.
12198 * top.h (caution): Rename to ...
12199 (confirm): ... this.
12200 * utils.c (internal_vproblem, defaulted_query): Adjust.
12201
12202 2012-01-23 Pedro Alves <palves@redhat.com>
12203
12204 * top.c (caution): Update comment.
12205 (execute_command): Don't consider the current value of `caution'.
12206
12207 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12208
12209 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12210
12211 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12212
12213 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12214 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12215 * target.c (target_fileio_pwrite): Remove buffer address from
12216 debug output.
12217 (target_fileio_pread): Likewise.
12218
12219 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12220
12221 * NEWS: Document remote "info proc" and "generate-core-file".
12222
12223 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12224
12225 * gdbarch.sh (find_memory_regions): New callback.
12226 * gdbarch.c, gdbarch.h: Regenerate.
12227
12228 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12229 callback before falling back to target method.
12230
12231 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12232 (linux_target_install_ops): No longer install it.
12233
12234 * linux-tdep.c (linux_find_memory_regions): New function.
12235 (linux_init_abi): Install it.
12236
12237 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12238
12239 * gdbarch.sh (make_corefile_notes): New architecture callback.
12240 * gdbarch.c: Regenerate.
12241 * gdbarch.h: Likewise.
12242
12243 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12244 before target_make_corefile_notes. If NULL is returned, the
12245 target does not support core file generation.
12246
12247 * linux-nat.c: Include "linux-tdep.h".
12248 (find_signalled_thread, find_stop_signal): Remove.
12249 (linux_nat_do_thread_registers): Likewise.
12250 (struct linux_nat_corefile_thread_data): Likewise.
12251 (linux_nat_corefile_thread_callback): Likewise.
12252 (iterate_over_spus): Likewise.
12253 (struct linux_spu_corefile_data): Likewise.
12254 (linux_spu_corefile_callback): Likewise.
12255 (linux_spu_make_corefile_notes): Likewise.
12256 (linux_nat_collect_thread_registers): New function.
12257 (linux_nat_make_corefile_notes): Replace contents by call to
12258 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12259 as native-only callback.
12260
12261 * linux-tdep.h: Include "bfd.h".
12262 (struct regcache): Add forward declaration.
12263 (linux_collect_thread_registers_ftype): New typedef.
12264 (linux_make_corefile_notes): Add prototype.
12265 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12266 "regset.h", and "elf-bfd.h".
12267 (find_signalled_thread, find_stop_signal): New functions.
12268 (linux_spu_make_corefile_notes): Likewise.
12269 (linux_collect_thread_registers): Likewise.
12270 (struct linux_corefile_thread_data): New data structure.
12271 (linux_corefile_thread_callback): New funcion.
12272 (linux_make_corefile_notes): Likewise.
12273 (linux_make_corefile_notes_1): Likewise.
12274 (linux_init_abi): Install it.
12275
12276 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12277
12278 * gdbarch.sh (info_proc): New callback.
12279 * gdbarch.c, gdbarch.h: Regenerate.
12280
12281 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12282 before falling back to the target info_proc callback.
12283
12284 * linux-nat.c: Do not include "cli/cli-utils.h".
12285 (linux_nat_info_proc): Remove.
12286 (linux_target_install_ops): No longer install it.
12287
12288 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12289 (read_mapping): New function.
12290 (linux_info_proc): Likewise.
12291 (linux_init_abi): Install it.
12292
12293 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12294
12295 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12296 * infcmd.c: (info_proc_cmd_1): New function.
12297 (info_proc_cmd): New function, moved here from equivalent routine
12298 orignally in linux-nat.c.
12299 (info_proc_cmd_mappings): Likewise.
12300 (info_proc_cmd_stat): Likewise.
12301 (info_proc_cmd_status): Likewise.
12302 (info_proc_cmd_cwd): Likewise.
12303 (info_proc_cmd_cmdline): Likewise.
12304 (info_proc_cmd_exe): Likewise.
12305 (info_proc_cmd_all): Likewise.
12306 (_initialize_infcmd): Install "info proc" command and subcommands.
12307
12308 * target.h (struct target_ops): Add to_info_proc.
12309 (target_info_proc): Add prototype.
12310 * target.c (target_info_proc): New function.
12311
12312 * procfs.c (procfs_info_proc): Add prototype.
12313 (info_proc_cmd): Rename into ...
12314 (procfs_info_proc): ... this. Update argument types as appropriate
12315 for a to_info_proc implementation. Handle "what" argument.
12316 (procfs_target): Install procfs_info_proc.
12317 (_initialize_procfs): No longer install "info proc" command.
12318
12319 * linux-nat.c: (enum info_proc_what): Remove.
12320 (linux_nat_info_proc_cmd_1): Rename into ...
12321 (linux_nat_info_proc): ... this. Update argument types as appropriate
12322 for a to_info_proc implementation.
12323 (linux_nat_info_proc_cmd): Remove.
12324 (linux_nat_info_proc_cmd_mappings): Likewise.
12325 (linux_nat_info_proc_cmd_stat): Likewise.
12326 (linux_nat_info_proc_cmd_status): Likewise.
12327 (linux_nat_info_proc_cmd_cwd): Likewise.
12328 (linux_nat_info_proc_cmd_cmdline): Likewise.
12329 (linux_nat_info_proc_cmd_exe): Likewise.
12330 (linux_nat_info_proc_cmd_all): Likewise.
12331 (linux_target_install_ops): Install linux_nat_info_proc.
12332 (_initialize_linux_nat): No longer install "info proc" command
12333 and subcommands.
12334
12335 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12336
12337 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12338 * config.in, configure: Regenerate.
12339
12340 * target.h (struct target_ops): Add to_fileio_readlink.
12341 (target_fileio_readlink): Add prototype.
12342 * target.c (target_fileio_readlink): New function.
12343
12344 * inf-child.c: Conditionally include <sys/param.h>.
12345 (inf_child_fileio_readlink): New function.
12346 (inf_child_target): Install it.
12347
12348 * remote.c (PACKET_vFile_readlink): New enum value.
12349 (remote_hostio_readlink): New function.
12350 (init_remote_ops): Install it.
12351 (_initialize_remote): Handle vFile:readlink packet type.
12352
12353 2012-01-20 Pedro Alves <palves@redhat.com>
12354 Ulrich Weigand <ulrich.weigand@linaro.org>
12355
12356 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12357 * config.in, configure: Regenerate.
12358
12359 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12360 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12361 (target_fileio_open): Add prototype.
12362 (target_fileio_pwrite): Likewise.
12363 (target_fileio_pread): Likewise.
12364 (target_fileio_close): Likewise.
12365 (target_fileio_unlink): Likewise.
12366 (target_fileio_read_alloc): Likewise.
12367 (target_fileio_read_stralloc): Likewise.
12368
12369 * target.c: Include "gdb/fileio.h".
12370 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12371 (default_fileio_target): New function.
12372 (target_fileio_open): Likewise.
12373 (target_fileio_pwrite): Likewise.
12374 (target_fileio_pread): Likewise.
12375 (target_fileio_close): Likewise.
12376 (target_fileio_unlink): Likewise.
12377 (target_fileio_close_cleanup): Likewise.
12378 (target_fileio_read_alloc_1): Likewise.
12379 (target_fileio_read_alloc): Likewise.
12380 (target_fileio_read_stralloc): Likewise.
12381
12382 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12383 <fcntl.h>, and <unistd.h>.
12384 (inf_child_fileio_open_flags_to_host): New function.
12385 (inf_child_errno_to_fileio_error): Likewise.
12386 (inf_child_fileio_open): Likewise.
12387 (inf_child_fileio_pwrite): Likewise.
12388 (inf_child_fileio_pread): Likewise.
12389 (inf_child_fileio_close): Likewise.
12390 (inf_child_fileio_unlink): Likewise.
12391 (inf_child_target): Install to_fileio routines.
12392
12393 * remote.c (init_remote_ops): Install to_fileio routines.
12394
12395 2012-01-20 Pedro Alves <palves@redhat.com>
12396 Ulrich Weigand <ulrich.weigand@linaro.org>
12397
12398 * remote.c (remote_multi_process_p): Only check for multi-process
12399 protocol feature, do not check for extended protocol.
12400 (remote_supports_multi_process): Check for extended protocol here.
12401 (set_general_process): Likewise.
12402 (extended_remote_kill): Likewise.
12403 (remote_pid_to_str): Likewise.
12404 (remote_query_supported): Always query multiprocess mode.
12405
12406 2012-01-20 Pedro Alves <palves@redhat.com>
12407 Ulrich Weigand <ulrich.weigand@linaro.org>
12408
12409 * inferior.h (struct inferior): Add fake_pid_p.
12410 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12411 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12412 magic_null_ptid since the remote side doesn't provide a real PID.
12413
12414 2012-01-19 Tom Tromey <tromey@redhat.com>
12415
12416 * NEWS: Combine the two Python sections.
12417
12418 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12419
12420 * target.h (target_close): Update comment on the target's unpush state.
12421
12422 2012-01-19 Pedro Alves <palves@redhat.com>
12423
12424 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12425 linux_nat_async directly instead of going through the target
12426 vector.
12427 * target.c (unpush_target): Close target after unpushing it, not
12428 before.
12429
12430 2012-01-19 Gary Benson <gbenson@redhat.com>
12431
12432 * mdebugread.c (sort_blocks): Replace integer constants with ones
12433 derived from FIRST_LOCAL_BLOCK.
12434
12435 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12436 Jan Kratochvil <jan.kratochvil@redhat.com>
12437
12438 PR gdb/9538
12439 * symfile.c (find_separate_debug_file): New function.
12440 (terminate_after_last_dir_separator): Likewise.
12441 (find_separate_debug_file_by_debuglink): Also try realpath.
12442 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12443 * configure: Regenerate.
12444 * config.in: Regenerate.
12445
12446 2012-01-18 Doug Evans <dje@google.com>
12447
12448 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12449 (main.o): Remove rule.
12450 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12451 (--with-sysroot): Rewrite.
12452 * configure: Regenerate.
12453 * config.in: Regenerate.
12454
12455 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12456
12457 * parse.c (initialize_expout): New function.
12458 (reallocate_expout): Likewise.
12459 (parse_exp_in_context): Use `initialize_expout' and
12460 `reallocate_expout' when appropriate.
12461
12462 2012-01-18 Pedro Alves <palves@redhat.com>
12463
12464 * record.c (struct record_breakpoint, record_breakpoint_p)
12465 (record_breakpoints): New.
12466 (record_insert_breakpoint, record_remove_breakpoint): Manage
12467 record breakpoints list. Only remove breakpoints from the
12468 inferior if they had been inserted there in the first place.
12469
12470 2012-01-17 Doug Evans <dje@google.com>
12471
12472 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12473 if we know we don't have a file name to look for.
12474
12475 2012-01-17 Pedro Alves <palves@redhat.com>
12476
12477 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12478 the frame's stop reason is UNWIND_UNAVAILABLE.
12479
12480 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12481
12482 Fix compilation error.
12483 * m2-exp.y (yyerror): Use ANSI C prototype.
12484
12485 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12486
12487 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12488 (growbuf_by_size): Likewise.
12489 (yyerror): Likewise.
12490 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12491 (modblock): Remove variable (was #if 0'ed).
12492 (parse_number): Convert prototype from K&R to ANSI C.
12493 (yyerror): Likewise.
12494 * objc-exp.y (parse_number): Likewise.
12495 (yyerror): Likewise.
12496 (yylex): Remove #if 0'ed code.
12497 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12498 (yyerror): Likewise.
12499
12500 2012-01-16 Tom Tromey <tromey@redhat.com>
12501
12502 * NEWS: Add item.
12503 * symtab.h (compare_filenames_for_search): Declare.
12504 * symtab.c (compare_filenames_for_search): New function.
12505 (iterate_over_some_symtabs): Use it.
12506 * symfile.h (struct quick_symbol_functions)
12507 <map_symtabs_matching_filename>: Change spec.
12508 * psymtab.c (partial_map_symtabs_matching_filename): Use
12509 compare_filenames_for_search. Update for new spec.
12510 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12511 compare_filenames_for_search. Update for new spec.
12512 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12513
12514 2012-01-16 Tom Tromey <tromey@redhat.com>
12515
12516 PR python/13281:
12517 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12518 (struct main_type) <flag_flag_enum>: New field.
12519 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12520 * NEWS: Add entries.
12521 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12522 enums.
12523 * python/lib/gdb/printing.py (_EnumInstance): New class.
12524 (FlagEnumerationPrinter): Likewise.
12525
12526 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12527
12528 * breakpoint.c (create_sals_from_address_default): New function.
12529 (create_breakpoints_sal_default): Likewise.
12530 (decode_linespec_default): Likewise.
12531 (is_marker_spec): Removed.
12532 (strace_marker_p): New function.
12533 (init_breakpoint_sal): Using `strace_marker_p' instead of
12534 `is_marker_spec'.
12535 (create_breakpoint): Call method `create_sals_from_address' from
12536 breakpoint_ops, replacing code that created SALs conditionally
12537 on the type of the breakpoint. Call method `create_breakpoints_sal',
12538 replacing code that created breakpoints conditionally on the type
12539 wanted.
12540 (base_breakpoint_create_sals_from_address): New function.
12541 (base_breakpoint_create_breakpoints_sal): Likewise.
12542 (base_breakpoint_decode_linespec): Likewise.
12543 (base_breakpoint_ops): Add methods
12544 `base_breakpoint_create_sals_from_address',
12545 `base_breakpoint_create_breakpoints_sal' and
12546 `base_breakpoint_decode_linespec'.
12547 (bkpt_create_sals_from_address): New function.
12548 (bkpt_create_breakpoints_sal): Likewise.
12549 (bkpt_decode_linespec): Likewise.
12550 (tracepoint_create_sals_from_address): Likewise.
12551 (tracepoint_create_breakpoints_sal): Likewise.
12552 (tracepoint_decode_linespec): Likewise.
12553 (strace_marker_create_sals_from_address): Likewise.
12554 (strace_marker_create_breakpoints_sal): Likewise.
12555 (strace_marker_decode_linespec): Likewise.
12556 (strace_marker_breakpoint_ops): New variable.
12557 (addr_string_to_sals): Remove `marker_spec'. Call method
12558 `decode_linespec' from breakpoint_ops, replacing code that decoded
12559 an address string into a SAL. Use `strace_marker_p' instead of
12560 `marker_spec'.
12561 (strace_command): Decide whether we are dealing with a static
12562 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12563 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12564 * breakpoint.h (linespec_result, linespec_sals): New forward
12565 declarations.
12566 (breakpoint_ops) <create_sals_from_address>,
12567 <create_breakpoints_sal>, <decode_linespec>: New methods.
12568
12569 2012-01-14 Doug Evans <dje@google.com>
12570
12571 * NEWS: Update text for "maint set python print-stack".
12572 It is deprecated in gdb 7.4 and deleted in 7.5.
12573
12574 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12575
12576 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12577 including curses.h.
12578
12579 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12580
12581 * configure: Regenerate.
12582 * config.in: Regenerate.
12583
12584 2012-01-12 Keith Seitz <keiths@redhat.com>
12585
12586 PR mi/10586
12587 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12588 (ANONYMOUS_UNION_NAME): Define.
12589 (is_path_expr_parent): New function.
12590 (get_path_expr_parent): New function.
12591 (is_anonymous_child): New function.
12592 (create_child_with_value): If the child is anonymous and without
12593 a name, assign an object name to it.
12594 (c_describe_child): Use get_path_expr_parent to determine
12595 the parent expression.
12596 If there field represents an anonymous struct or union and
12597 has no name, set an appropriate display name and expression.
12598 (cplus_describe_child): Likewise.
12599
12600 2012-01-12 Pedro Alves <palves@redhat.com>
12601
12602 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12603 available when %ebp is found to be zero (outermost).
12604
12605 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12606
12607 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12608 an internal gdb_static_assert.
12609 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12610
12611 2012-01-11 Tom Tromey <tromey@redhat.com>
12612
12613 PR gdb/9598:
12614 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12615 catch" and "catch throw".
12616
12617 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12618
12619 * blockframe.c (block_innermost_frame): Start search from selected
12620 frame, if present, or otherwise the current frame.
12621
12622 * c-exp.y (variable): Update innermost_block for
12623 'block COLONCOLON NAME' clause.
12624 * m2-exp.y (variable): Ditto.
12625 * objc-exp.y (variable): Ditto.
12626
12627 2012-01-10 Tom Tromey <tromey@redhat.com>
12628
12629 PR python/13199:
12630 * python/python.c (finish_python_initialization): Set sys.argv.
12631
12632 2012-01-10 Doug Evans <dje@google.com>
12633
12634 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12635 "want_line_info". All callers updated.
12636 (dwarf_decode_lines_1): New function.
12637 (handle_DW_AT_stmt_list): Add function comment.
12638 New arg "want_line_info". All callers updated.
12639 (read_file_scope,read_type_unit_scope): Move comment from
12640 handle_DW_AT_stmt_list to here.
12641
12642 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 Fix regression after libiberty/ update for GCC PR 6057 and others.
12645 * c-exp.y (operator) <OPERATOR DELETE>
12646 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12647 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12648 (make_builtin_type, make_name): New variable i, add gdb_assert.
12649 (operator) <OPERATOR NEW>: Update ARGS to 3.
12650 (operator) <OPERATOR DELETE>: Add trailing space.
12651 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12652 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12653 * cp-support.c (cp_canonicalize_string): Check NULL from
12654 cp_comp_to_string, call warning and return.
12655
12656 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12657
12658 Fix duplicate .o files after omitting libbfd.a.
12659 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12660 (SFILES): Add corelow.c.
12661 (COMMON_OBS): Add corelow.o.
12662 (ALLDEPFILES): Remove corelow.c.
12663 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12664 * config/alpha/alpha-osf3.mh: Likewise.
12665 * config/alpha/fbsd.mh: Likewise.
12666 * config/arm/nbsdaout.mh: Likewise.
12667 * config/arm/nbsdelf.mh: Likewise.
12668 * config/i386/i386gnu.mh: Likewise.
12669 * config/ia64/hpux.mh: Likewise.
12670 * config/ia64/linux.mh: Likewise.
12671 * config/m32r/linux.mh: Likewise.
12672 * config/m68k/linux.mh: Likewise.
12673 * config/mips/irix5.mh: Likewise.
12674 * config/mips/irix6.mh: Likewise.
12675 * config/pa/hpux.mh: Likewise.
12676 * config/pa/linux.mh: Likewise.
12677 * config/powerpc/aix.mh: Likewise.
12678 * config/sparc/linux.mh: Likewise.
12679 * config/sparc/linux64.mh: Likewise.
12680 * config/sparc/sol2.mh: Likewise.
12681 * config/vax/vax.mh: Likewise.
12682 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12683 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12684 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12685 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12686 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12687 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12688 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12689 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12690 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12691 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12692 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12693 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12694 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12695 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12696 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12697 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12698 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12699 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12700 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12701 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12702 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12703 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12704 corelow.o from gdb_target_obs.
12705 * corefile.c (core_target): Update the comment on NULL value.
12706 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12707 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12708 MATCHES. Drop YUMMY set on NULL.
12709 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12710 reclaim CORE_DATA if it is already NULL.
12711
12712 2012-01-09 Doug Evans <dje@google.com>
12713
12714 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12715 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12716
12717 2012-01-09 Keith Seitz <keiths@redhat.com>
12718
12719 * breakpoint.c (wrapper.h): Don't include.
12720
12721 2012-01-09 Keith Seitz <keiths@redhat.com>
12722
12723 * Makefile.in (SFILES): Remove wrapper.c.
12724 (HFILES_NO_SRCDIR): Remove wrapper.h.
12725 (COMMON_OBS): Remove wrapper.o.
12726 * cli/cli-interp.c: Don't inlude wrapper.h.
12727 * corelow.c: Likewise.
12728 (core_open): Replace gdb_target_find_new_threads with
12729 TRY_CATCH around target_find_new_threads.
12730 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12731 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12732 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12733 evaluate_expression.
12734 (varobj_set_value): Likewise for evaluate_expression and
12735 value_assign.
12736 (install_new_variable): Likewise for value_fetch_lazy.
12737 (adjust_value_for_child_access): Likewise for value_ind.
12738 (c_describe_child): Likewise for value_subscript and
12739 value_ind.
12740 (c_value_of_root): Likewise for evaluate_expression.
12741 * wrapper.c: Remove.
12742 * wrapper.h: Remove.
12743
12744 2012-01-09 Doug Evans <dje@google.com>
12745
12746 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12747 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12748 "abfd" args with "section". All callers updated.
12749 Error checking code moved ...
12750 (error_check_comp_unit_head): ... here. New function.
12751 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12752 Delete arg "abfd". New arg "type_offset". All callers updated.
12753 (create_debug_types_hash_table): Simplify by using
12754 read_and_check_type_unit_head.
12755
12756 * parser-defs.h (namecopy): Delete.
12757 * parse.c (namecopy, namecopy_size): Move into copy_name.
12758
12759 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 Partially fix duplicate .o files after omitting libbfd.a.
12762 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12763 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12764 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12765 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12766 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12767 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12768 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12769
12770 2012-01-09 Pedro Alves <palves@redhat.com>
12771
12772 * MAINTAINERS: Update my email address.
12773
12774 2012-01-08 Doug Evans <dje@google.com>
12775
12776 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12777 n_type_units. Rename type_comp_units to all_type_units.
12778 All uses updated.
12779 (add_signatured_type_cu_to_table): Renamed from
12780 add_signatured_type_cu_to_list. All callers updated.
12781
12782 * gdbtypes.h (struct cplus_struct_type): Delete member
12783 nfn_fields_total. All uses removed.
12784
12785 2012-01-06 Doug Evans <dje@google.com>
12786
12787 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12788 to top of file.
12789 (dwarf2_find_comp_unit): Delete.
12790 (process_psymtab_comp_unit): Make result "void".
12791 Delete args buffer, info_ptr, buffer_size, and replace with
12792 "section". All callers updated.
12793 (dwarf2_build_psymtabs_hard): Simplify.
12794
12795 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12796 Thiago Jung Bauermann <bauerman@br.ibm.com>
12797
12798 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12799 before `struct gdb_exception'.
12800 * breakpoint.c (update_global_location_list_nothrow)
12801 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12802 * cp-abi.c (value_rtti_type): Likewise.
12803 * cp-support.c (cp_validate_operator): Likewise.
12804 * infrun.c (insert_exception_resume_breakpoint)
12805 (check_exception_resume, keep_going): Likewise.
12806 * mi-interp.c (mi_breakpoint_created)
12807 (mi_breakpoint_modified): Likewise.
12808 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12809 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12810 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12811
12812 2012-01-05 Doug Evans <dje@google.com>
12813
12814 * dwarf2read.c (statement_prologue): Delete, unused.
12815
12816 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12817 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12818
12819 * dwarf2read.c (comp_unit_header): Delete, unused.
12820
12821 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12822
12823 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12824 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12825
12826 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12827
12828 * infrun.c (normal_stop): Don't skip calling the normal_stop
12829 observers if the thread was doing a multi-step, but stopped for
12830 some reason other than stepping.
12831
12832 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12833
12834 * cli/cli-decode.h: Add comments.
12835 (CMD_LIST_AMBIGUOUS): Moved to command.h
12836 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12837 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12838 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12839 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12840 (add_com, add_com_alias, add_info, add_info_alias)
12841 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12842 declarations.
12843 * command.h: Add and adjust comments.
12844 (CMD_LIST_AMBIGUOUS): Moved here.
12845 (help_cmd, help_cmd_list): Delete declarations.
12846
12847 2012-01-04 Doug Evans <dje@google.com>
12848
12849 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12850 All callers updated.
12851 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12852 Replace all arguments with "per_cu". All callers updated.
12853
12854 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12855
12856 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12857 New arg "per_cu". All callers updated.
12858
12859 Delete #if 0'd out code.
12860 * language.c (binop_result_type): Delete.
12861 (simple_type, ordered_type, same_type, integral_type): Delete.
12862 (numeric_type, character_type, string_type, boolean_type): Delete.
12863 (float_type, structured_type): Delete.
12864 * language.h: Update.
12865
12866 2012-01-04 Tom Tromey <tromey@redhat.com>
12867
12868 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12869
12870 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12871
12872 * corefile.c (close_exec_file): Delete.
12873 (reopen_exec_file): Remove commented out code that seems related
12874 to close_exec_file, which is being deleted here.
12875 * inferior.h (close_exec_file): Delete.
12876 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12877
12878 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12879
12880 * ada-lang.c: #include "cli/cli-utils.h".
12881 (get_selections): Use skip_spaces.
12882 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12883 (catch_ada_exception_command_split): Use skip_spaces.
12884 (ada_decode_assert_location): Likewise.
12885
12886 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12887
12888 * linespec.c (decode_line_internal): Check for C++ or Java
12889 compound constructs only if the current language is C, C++
12890 or Java.
12891
12892 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 Revert:
12895 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12896 Joel Brobecker <brobecker@adacore.com>
12897 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12898 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12899 3 times.
12900 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12901 fall through into AT_ENTRY_POINT.
12902 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12903 DUMMY_ADDR with it.
12904 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12905 PPC_INSN_SIZE skip to 3 times.
12906
12907 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12908
12909 * linespec.c (add_minsym): Preserve function descriptors.
12910
12911 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12912
12913 * breakpoint.c (all_locations_are_pending): Consider locations
12914 in program spaces executing during startup pending as well.
12915
12916 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12917
12918 Copyright year update in most files of the GDB Project.
12919
12920 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12921
12922 * copyright.sh: Delete.
12923 * copyright.py: Rewrite.
12924
12925 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12926
12927 * gnulib/extra/update-copyright: New file, imported from gnulib.
12928
12929 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12930
12931 * README (Copyright and License Notices): New section.
12932
12933 2012-01-03 Tom Tromey <tromey@redhat.com>
12934
12935 PR python/12533:
12936 * python/py-value.c (valpy_dereference, valpy_get_address
12937 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12938 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12939 (valpy_absolute, valpy_richcompare): Free intermediate values.
12940
12941 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12942
12943 * ada-lang.c: Reformat the copyright notice.
12944
12945 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12946
12947 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12948 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12949 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12950 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12951 Revert this part of:
12952 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12953 Build gdb directly from *.o files not using libgdb.a.
12954 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12955
12956 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12957
12958 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12959 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12960 Reformat the copyright header.
12961
12962 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12963
12964 Revert this part of:
12965 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12966 Remove the gdbtui binary.
12967 * gdb.c (main): Remove args.interpreter_p initialization.
12968 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12969 * main.h (struct captured_main_args): Remove interpreter_p.
12970
12971 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12972
12973 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12974
12975 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12976
12977 * top.c (print_gdb_version): Update copyright year.
12978
12979 2012-01-02 Yao Qi <yao@codesourcery.com>
12980
12981 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12982
12983 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12984 Joel Brobecker <brobecker@adacore.com>
12985
12986 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12987 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12988 3 times.
12989 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12990 fall through into AT_ENTRY_POINT.
12991 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12992 DUMMY_ADDR with it.
12993 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12994 PPC_INSN_SIZE skip to 3 times.
12995
12996 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12997
12998 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12999 the return value.
13000 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13001
13002 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13003
13004 Build gdb directly from *.o files not using libgdb.a.
13005 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13006 (COMMON_OBS): Remove solib-target.o.
13007 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13008 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13009 (LIBGDB_OBS, libgdb.a): Move it above.
13010 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13011 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13012 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13013 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13014 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13015 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13016 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13017 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13018 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13019 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13020 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13021 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13022 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13023 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13024 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13025 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13026 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13027 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13028 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13029 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13030 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13031 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13032 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13033 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13034 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13035 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13036 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13037
13038 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 Remove the gdbtui binary.
13041 * .gitignore (/gdbtui): Remove.
13042 * Makefile.in (TUI): Remove.
13043 (SUBDIR_TUI_OBS): Remove tui-main.o.
13044 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13045 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13046 (tui-main.o): Remove.
13047 (all_object_files): Remove tui-main.o.
13048 * NEWS: New note for the gdbtui removal.
13049 * configure: Rebuilt.
13050 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13051 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13052 CONFIG_UNINSTALL respectively.
13053 * gdb.c (main): Remove args.interpreter_p initialization.
13054 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13055 * main.h (struct captured_main_args): Remove interpreter_p.
13056 * tui/tui-main.c: Remove.
13057
13058 2012-01-01 Doug Evans <dje@google.com>
13059
13060 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13061 (dwarf2_physname, read_import_statement): Ditto.
13062 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13063 (process_structure_scope read_subroutine_type): Ditto.
13064 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13065 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13066 (dwarf2_fetch_die_location_block): Ditto.
13067 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13068
13069 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13070 All callers updated.
13071 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13072 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13073 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13074
13075 * dwarf2read.c (load_cu): Move assert to more useful location.
13076
13077 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13078 All callers updated.
13079
13080 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13081 (dwarf2_elf_names): Minor reformat.
13082 (dwarf2_per_cu_data): Tweak comment.
13083 (dwarf2_read_section): Fix comment.
13084 (create_all_comp_units): Fix comment.
13085 (load_full_comp_unit): Fix comment.
13086 (process_full_comp_unit): Fix comment.
13087 (read_signatured_type): Fix comment.
13088
13089 For older changes see ChangeLog-2011.
13090 \f
13091 Local Variables:
13092 mode: change-log
13093 left-margin: 8
13094 fill-column: 74
13095 version-control: never
13096 coding: utf-8
13097 End: