* defs.h (directory_command): Don't declare.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-18 Tom Tromey <tromey@redhat.com>
2
3 * defs.h (directory_command): Don't declare.
4 * source.c (directory_command): Now static.
5
6 2012-12-18 Tom Tromey <tromey@redhat.com>
7
8 * infcmd.c (all_registers_info, nexti_command, stepi_command)
9 (continue_command, interrupt_target_command): Now static.
10 (registers_info): Remove declaration.
11 * inferior.h (all_registers_info, nexti_command, stepi_command)
12 (continue_command, interrupt_target_command): Don't declare.
13
14 2012-12-12 Tom Tromey <tromey@redhat.com>
15
16 * cli/cli-cmds.c (apropos_command): Now static.
17
18 2012-12-12 Tom Tromey <tromey@redhat.com>
19
20 * breakpoint.c (dprintf_command): Now static.
21
22 2012-12-12 Tom Tromey <tromey@redhat.com>
23
24 * Makefile.in (init.c): Declare initialize_all_files;
25 don't include call-cmds.h.
26 * call-cmds.h: Remove.
27 * symtab.c: Don't include call-cmds.h.
28 * top.c: Don't include call-cmds.h. Declare
29 initialize_all_files.
30
31 2012-12-12 Tom Tromey <tromey@redhat.com>
32
33 * symfile.c (list_overlays_command, map_overlay_command)
34 (unmap_overlay_command): Now static.
35
36 2012-12-12 Tom Tromey <tromey@redhat.com>
37
38 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
39 "define", "while", and "if" commands.
40 * cli/cli-script.c (while_command, if_command, define_command)
41 (document_command): Now static.
42 (_initialize_cli_script): New function.
43 * cli/cli-script.h (while_command, if_command, define_command)
44 (document_command): Don't declare.
45
46 2012-12-12 Tom Tromey <tromey@redhat.com>
47
48 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
49 (init_cli_cmds): Move most code into new function.
50
51 2012-12-12 Tom Tromey <tromey@redhat.com>
52
53 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
54 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
55 declare.
56
57 2012-12-18 Joel Brobecker <brobecker@adacore.com>
58
59 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
60 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
61 * xcoffread.c (xcoff_get_core_n_import_files): New function.
62 (xcoff_get_n_import_files): New function.
63 * xcoffread.h (xcoffread.h): Add declaration.
64 * rs6000-aix-tdep.c: #include "xcoffread.h".
65 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
66 XCOFF executables that do not depend on any shared library.
67 * rs6000-lynx178-tdep.c: New file.
68 * configure.tgt: Add powerpc-*-lynx*178 handling.
69 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
70 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
71
72 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
73
74 * ui-file.c (ui_file): Add to_fseek.
75 (ui_file_new): Call set_ui_file_fseek.
76 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
77 stdio_file_fseek): New functions.
78 (stdio_file_new): Call set_ui_file_fseek.
79 * ui-file.h (ui_file_fseek_ftype): New typedef.
80 (set_ui_file_fseek, ui_file_fseek): New externs.
81
82 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
83
84 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
85 (set_ui_file_isatty): Change isatty to isatty_ptr.
86 (set_ui_file_rewind): Change rewind to rewind_ptr.
87 (set_ui_file_put): Change put to put_ptr.
88 (set_ui_file_write): Change write to write_ptr.
89 (set_ui_file_write_async_safe): Change write_async_safe to
90 write_async_safe_ptr.
91 (set_ui_file_read): Change read to read_ptr.
92 (set_ui_file_fputs): Change fputs to fputs_ptr.
93 (set_ui_file_data): Change delete to delete_ptr.
94
95 2012-12-18 Joel Brobecker <brobecker@adacore.com>
96
97 * solib-darwin.c (darwin_current_sos): Fix indentation.
98 (darwin_read_exec_load_addr): New function.
99 (darwin_solib_create_inferior_hook): Rebase executable.
100 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
101 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
102
103 2012-12-18 Joel Brobecker <brobecker@adacore.com>
104
105 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
106 * gnulib/import/errno.in.h: Import.
107 * gnulib/import/m4/errno_h.m4: Import.
108 * gnulib/aclocal.m4: Regenerate.
109 * gnulib/configure: Regenerate.
110 * gnulib/import/Makefile.am: Update.
111 * gnulib/import/Makefile.in: Update.
112 * gnulib/import/m4/gnulib-cache.m4: Update.
113 * gnulib/import/m4/gnulib-comp.m4: Update.
114
115 2012-12-18 Joel Brobecker <brobecker@adacore.com>
116
117 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
118 8d5bd1402003bd0153984b138735adf537d960b0.
119 * gnulib/aclocal.m4, configure, config.in: Regenerate.
120 * gnulib/import/m4/extern-inline.m4: Import.
121 * gnulib/import/wctype-h.c: Import.
122 * gnulib/import/Makefile.am: Update.
123 * gnulib/import/Makefile.in: Update.
124 * gnulib/import/alloca.in.h: Update.
125 * gnulib/import/extra/snippet/warn-on-use.h: Update.
126 * gnulib/import/localcharset.c: Update.
127 * gnulib/import/m4/fcntl-o.m4: Update.
128 * gnulib/import/m4/gnulib-cache.m4: Update.
129 * gnulib/import/m4/gnulib-comp.m4: Update.
130 * gnulib/import/m4/wctype_h.m4: Update.
131 * gnulib/import/stdbool.in.h: Update.
132 * gnulib/import/verify.h: Update.
133 * gnulib/import/wctype.in.h: Update.
134
135 2012-12-18 Joel Brobecker <brobecker@adacore.com>
136
137 * gnulib/update-gnulib.sh: Add call to autoheader.
138
139 2012-12-17 Tom Tromey <tromey@redhat.com>
140
141 * top.c (xgdb_verbose): Remove.
142
143 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
144
145 Code cleanup.
146 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
147 unused forward declarations.
148 (skip_file_command): Make variables symtab and filename targets const.
149 Use proper 0 vs. NULL constant everywhere.
150 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
151 Include empty line after declarations. Use GNU spacing in a comment.
152 Do not use strlen for end of string check.
153 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
154 comments.
155 (skip_enable_command, skip_disable_command, skip_delete_command)
156 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
157 (function_pc_is_marked_for_skip): Make variable filename target const.
158 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
159 comment formatting.
160 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
161 NULL constant everywhere. Include empty line after declarations. Make
162 variable symtab target const. Do not use strlen for end of string
163 check.
164
165 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 Code cleanup.
168 * breakpoint.c (clear_command): Remove variable sal_name_len and its
169 initialization, remove it from the compare_filenames_for_search call.
170 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
171 name_len and its initialization, remove it from the
172 compare_filenames_for_search calls.
173 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
174 * symtab.c (compare_filenames_for_search): Remove the search_len
175 parameter, update the function comment, new variable search_len
176 initialized from SEARCH_NAME.
177 (iterate_over_some_symtabs): Remove variable name_len and its
178 initialization, remove it from the compare_filenames_for_search calls.
179 * symtab.h (compare_filenames_for_search): Remove the search_len
180 parameter,
181
182 2012-12-16 Joel Brobecker <brobecker@adacore.com>
183
184 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
185 (ALLDEPFILES): ... to there.
186
187 2012-12-15 Joel Brobecker <brobecker@adacore.com>
188
189 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
190
191 2012-12-15 Joel Brobecker <brobecker@adacore.com>
192
193 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
194 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
195 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
196 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
197 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
198 to gdb_target_obs for every target that uses rs6000-tdep.o.
199 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
200 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
201 or register_ppc_ravenscar_ops.
202
203 2012-12-15 Joel Brobecker <brobecker@adacore.com>
204
205 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
206 RAVENSCAR_SPARC_THREAD_H.
207 * sparc-ravenscar-thread.c: Rename all global entities
208 whose name is uses "ravenscar_sparc" as the prefix to use
209 "sparc_ravenscar" instead.
210
211 2012-12-15 Joel Brobecker <brobecker@adacore.com>
212
213 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
214 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
215 Adjust sparc-ravenscar-thread.h #include.
216 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
217 accordingly.
218 * Makefile.in: Replace ravenscar-sparc-thread with
219 sparc-ravenscar-thread throughout.
220 * configure.tgt: Likewise.
221
222 2012-12-15 Joel Brobecker <brobecker@adacore.com>
223
224 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
225 declaration.
226 (ravenscar_ops): New gdbarch variable.
227 * gdbarch.h, gdbarch.c: Regenerate.
228 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
229 * ravenscar-thread.c (current_arch_ops): Delete.
230 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
231 from the gdbarch.
232 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
233 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
234 (ravenscar_register_arch_ops): Delete.
235 * ravenscar-sparc-thread.h: New file.
236 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
237 (ravenscar_sparc_ops): Define value statically.
238 (_initialize_ravenscar_sparc): Delete.
239 (register_sparc_ravenscar_ops): New function.
240 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
241 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
242 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
243 ravenscar-sparc-thread.o.
244 (SFILES): Add ravenscar-thread.c.
245 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
246 (ALLDEPFILES): ravenscar-sparc-thread.c.
247 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
248 to gdb_target_obs
249 for all the targets that use sparc-tdep.o.
250
251 2012-12-15 Joel Brobecker <brobecker@adacore.com>
252
253 * ravenscar-thread.c (ravenscar_is_open): Delete.
254 (ravenscar_initialize): Move most of the code from here...
255 (ravenscar_inferior_created): ... to there. Invert logic.
256 (ravenscar_close): Delete.
257 (init_ravenscar_thread_ops): Remove setting of
258 ravenscar_ops.to_close.
259
260 2012-12-15 Joel Brobecker <brobecker@adacore.com>
261
262 * objfiles.c (init_entry_point_info): Move function from here...
263 * symfile.c (init_entry_point_info): ... to there. Make static.
264 * objfiles.h (objfiles.h): Delete declaration.
265
266 2012-12-15 Joel Brobecker <brobecker@adacore.com>
267
268 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
269 Remove call to init_entry_point_info. Add OBJFILE's
270 section_offsets and num_sections initialization. Add note
271 about entry info in the function documentation.
272 (syms_from_objfile): New function.
273 * coffread.c (coff_symfile_init): Remove call to
274 init_entry_point_info.
275 * machoread.c (macho_symfile_init): Likewise.
276 * xcoffread.c(xcoff_symfile_init): Likewise.
277
278 2012-12-15 Yao Qi <yao@codesourcery.com>
279
280 * remote-notif.c (_initialize_notif): Add new commands
281 'set debug notification' and 'show debug notification'.
282 * NEWS: Mention these new commands.
283
284 2012-12-15 Yao Qi <yao@codesourcery.com>
285
286 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
287 (SFILES): Add "remote-notif.c".
288 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
289 * remote-notif.c: New. Factored out from remote.c.
290 * remote-notif.h: New.
291 * remote.c: Include "remote-notif.h".
292 (stop_reply_xmalloc, do_stop_reply_xfree):
293 (remote_parse_stop_reply, remote_get_pending_stop_replies):
294 (remote_async_get_pending_events_handler): Remove declarations.
295 (remote_parse_stop_reply): Declare.
296 (pending_stop_reply): Remove.
297 (remote_async_get_pending_events_token): Move to
298 remote-notif.c.
299 (remote_close): Replace 'delete_async_event_handler' with
300 remote_notif_unregister_async_event_handler.
301 Don't call discard_pending_stop_replies.
302 (remote_start_remote): Replace code with remote_notif_parse
303 and remote_notif_get_pending_replies.
304 (remote_open_1): Replace 'create_async_event_handler' with
305 remote_notif_register_async_event_handler.
306 (extended_remote_attach_1): Call remote_notif_parse and
307 notif_stop_reply_push.
308 (struct stop_reply) <next>: Remove.
309 <base>: New field.
310 Callers update.
311 (stop_reply_queue): Change its type.
312 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
313 (remote_notif_remove_all): New.
314 (discard_pending_stop_replies): Update.
315 (remote_notif_stop_ack, stop_reply_dtr): New.
316 (remote_notif_stop_alloc_event): New.
317 (notif_client_stop): New variable.
318 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
319 (queued_stop_reply, peek_stop_reply): Adjust.
320 (remote_get_pending_stop_replies): Rename to
321 remote_notif_get_pending_events.
322 (handle_notification): Move to remote-notif.c.
323 (remote_async_get_pending_events_handler): Likewise.
324 (remote_wait_as): Adjust to call remote_notif_parse.
325 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
326 Return minus_one_ptid early if gets a notification.
327 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
328 (_initialize_remote): Call QUEUE_alloc. Update caller.
329 (remote_resume): Call 'remote_notif_process' in all-stop mode.
330 * remote.h: Include "remote-notif.h".
331 (remote_notif_get_pending_replies): Declare.
332
333 2012-12-15 Yao Qi <yao@codesourcery.com>
334
335 * remote.c (discard_pending_stop_replies): Update declaration.
336 (remote_detach_1, extended_remote_mourn_1): Likewise.
337 (discard_pending_stop_replies): Change parameter from PID to
338 INF.
339 (remote_close): Update caller.
340 (_initialize_remote): Attach discard_pending_stop_replies to
341 inferior_exit observer.
342
343 2012-12-15 Yao Qi <yao@codesourcery.com>
344
345 * remote.c (getpkt_or_notif_sane): Add one more argument in
346 its declaration.
347 (getpkt_or_notif_sane_1): Add one more argument.
348 (getpkt_sane): Update caller.
349 (getpkt_or_notif_sane): Likewise. Update call
350 togetpkt_or_notif_sane_1.
351 (remote_wait_ns): Update caller.
352
353 2012-12-15 Yao Qi <yao@codesourcery.com>
354 Doug Evans <dje@google.com>
355
356 * common/queue.h: New.
357
358 2012-12-15 Yao Qi <yao@codesourcery.com>
359
360 * breakpoint.c (print_one_breakpoint_location): Display the
361 state of 'installed' of each non-pending location of a tracepoint
362 in both CLI and MI.
363 (download_tracepoint_locations): Notify 'breakpoint-modified'
364 observer if any tracepoint location is downloaded.
365 * tracepoint.c (start_tracing): Likewise.
366 (merge_uploaded_tracepoints): Record all modified
367 tracepoints and notify 'breakpoint-modified' observer for them.
368
369 * NEWS: Mention the change for CLI and MI.
370
371 2012-12-15 Yao Qi <yao@codesourcery.com>
372
373 * breakpoint.c (download_tracepoint_locations): Iterate over
374 ALL_TRACEPOINTS first and then iterate over locations of
375 each tracepoint.
376
377 2012-12-14 Pierre Muller <muller@sourceware.org>
378 Pedro Alves <palves@redhat.com>
379
380 * solib-target.c (solib_target_current_sos): Remove 'const'
381 qualifier from type of library_document local variable to be
382 able to free it and avoid a memory leak.
383 Use cleanup chain to avoid leak even if exceptino is generated.
384
385 2012-12-14 Tom Tromey <tromey@redhat.com>
386
387 PR c++/8888:
388 * symtab.c (lookup_symbol_aux): If constructor is found, consider
389 returning the type instead.
390 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
391 found.
392
393 2012-12-14 Tom Tromey <tromey@redhat.com>
394
395 Partial fix for PR c++/14160:
396 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
397 * dwarf2read.c (dwarf2_is_constructor): New function.
398 (dwarf2_add_member_fn): Use it.
399 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
400 TYPE_FN_FIELD_CONSTRUCTOR.
401 * jv-typeprint.c (java_type_print_base): Use
402 TYPE_FN_FIELD_CONSTRUCTOR.
403 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
404 <dummy>: Shrink.
405 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
406
407 2012-12-14 Tom Tromey <tromey@redhat.com>
408
409 * c-exp.y (block, variable, name_not_typename, lex_one_token,
410 classify_name): Update.
411 * c-valprint.c (c_val_print): Update.
412 * f-exp.y (yylex): Update.
413 * go-exp.y (package_name_p, classify_packaged_name)
414 (classify_name): Update.
415 * jv-exp.y (push_variable): Update.
416 * m2-exp.y (variable): Update.
417 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
418 * p-exp.y (block, variable, yylex): Update.
419 * p-valprint.c (pascal_val_print): Update.
420 * parse.c (write_dollar_variable): Update.
421 * printcmd.c (address_info): Update.
422 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
423 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
424 (lookup_symbol): Change type of 'is_a_field_of_this'.
425 (check_field): Add 'is_a_field_of_this' argument.
426 * symtab.h (struct field_of_this_result): New.
427 (lookup_symbol, lookup_symbol_in_language): Update.
428
429 2012-12-14 Tom Tromey <tromey@redhat.com>
430
431 * symtab.c (check_field): Now static. Move from...
432 * valops.c (check_field): ... here. Remove.
433 * value.h (check_field): Don't declare.
434
435 2012-12-14 Tom Tromey <tromey@redhat.com>
436
437 * NEWS: Mention "info proc" and core files.
438 * corelow.c (core_info_proc): New function.
439 (init_core_ops): Set to_info_proc.
440 * gdbarch.c, gdbarch.h: Rebuild.
441 * gdbarch.sh (core_info_proc): New method.
442 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
443 * linux-tdep.c (linux_core_info_proc_mappings)
444 (linux_core_info_proc): New functions.
445 (linux_find_memory_region_ftype): New typedef.
446 (linux_find_memory_regions_full): New function, from
447 linux_find_memory_regions.
448 (struct linux_find_memory_regions_data): New.
449 (linux_find_memory_regions_thunk): New function.
450 (linux_find_memory_regions): Rewrite.
451 (struct linux_make_mappings_data): New.
452 (linux_make_mappings_callback)
453 (linux_make_mappings_corefile_notes): New functions.
454 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
455 (linux_init_abi): Call set_gdbarch_core_info_proc.
456 * target.c (target_info_proc): Return 'int'.
457 * target.h (target_info_proc): Update.
458
459 2012-12-14 Pierre Muller <muller@sourceware.org>
460
461 * windows-nat.c (windows_xfer_shared_libraries): Avoid
462 memory leak when OFFSET >= LEN_AVAIL.
463
464 2012-12-13 Tom Tromey <tromey@redhat.com>
465
466 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
467
468 2012-12-13 Tom Tromey <tromey@redhat.com>
469
470 * acinclude.m4 (CY_AC_C_WORKS): Remove.
471
472 2012-12-13 Pierre Muller <muller@sourceware.org>
473
474 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
475 local variable and zero terminate it to avoid possible problems
476 in strcmp.
477
478 2012-12-13 Pedro Alves <palves@redhat.com>
479
480 * coff-pe-read.c: Include coff/internal.h.
481 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
482 Null terminate buffer explicitly instead of memset the whole
483 buffer.
484
485 2012-12-13 Pierre Muller <muller@sourceware.org>
486
487 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
488 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
489 for already defined macros.
490
491 2012-12-13 Pierre Muller <muller@sourceware.org>
492
493 * coff-pe-read.h (pe_text_section_offset): Declare new function.
494 * coff-pe-read.c (debug_coff_pe_read): New static variable.
495 (struct read_pe_section_data): Add section_name field.
496 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
497 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
498 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
499 (get_pe_section_index): New function.
500 (struct pe_sections_info): New type.
501 (get_section_vmas): Use new struct pe_sections_info.
502 (add_pe_exported_sym): Handle unnamed exported function.
503 (add_pe_forwarded_sym): New function.
504 (read_pe_truncate_name): Truncate at last dot.
505 (pe_as16): New function.
506 (read_pe_exported_syms): Use ordinal of function to
507 retrieve correct RVA address of function and handle
508 forwarded symbol.
509 (pe_text_section_offset): New function.
510 (show_debug_coff_pe_read): New function.
511 (_initialize_coff_pe_read): New function adding
512 'set/show debug coff_pe_read' commands.
513
514 * windows-tdep.c (windows_xfer_shared_library): Use
515 pe_text_section_offset function instead of possibly wrong
516 0x1000 constant for .text sextion offset.
517
518 2012-12-13 Pedro Alves <palves@redhat.com>
519
520 * gdbarch.sh (do_read): Set IFS to blank.
521
522 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
523
524 * NEWS: Mention the -catch-load/-catch-unload MI commands.
525
526 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
527
528 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
529 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
530 * breakpoint.c (add_solib_catchpoint): New function that
531 can be used by both CLI and MI, factored out from
532 catch_load_or_unload.
533 (catch_load_or_unload): Strip it down and make it use the
534 new add_solib_catchpoint.
535 * breakpoint.h (add_solib_catchpoint): Declare it.
536 * mi/mi-cmd-break.h: New file.
537 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
538 (setup_breakpoint_reporting): New function used for both
539 catchpoints and breakpoints.
540 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
541 * mi/mi-cmd-catch.c: New file.
542 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
543 and -catch-unload.
544 * mi/mi-cmds.h: Declare the handlers for -catch-load and
545 -catch-unload.
546
547 2012-11-28 Tom Tromey <tromey@redhat.com>
548
549 * dbxread.c (read_dbx_symtab): Update.
550 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
551 (read_ofile_symtab): Add 'objfile' argument.
552 * dwarf2read.c (process_psymtab_comp_unit_reader)
553 (build_type_psymtabs_reader): Update.
554 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
555 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
556 argument.
557 (parse_procedure, parse_partial_symbols): Update.
558 (psymtab_to_symtab_1): Add 'objfile' argument.
559 * psympriv.h (struct partial_symtab) <objfile>: Remove.
560 <read_symtab>: Add 'objfile' argument.
561 (sort_pst_symbols, discard_psymtab): Update.
562 * psymtab.c (partial_map_expand_apply): Update.
563 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
564 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
565 (find_pc_sect_psymbol): Add 'objfile' argument.
566 (lookup_symbol_aux_psymtabs): Update.
567 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
568 Add 'objfile' argument.
569 (find_last_source_symtab_from_partial, dump_psymtab)
570 (dump_psymtabs_for_objfile, read_symtabs_for_function)
571 (expand_partial_symbol_tables, read_psymtabs_with_filename)
572 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
573 (expand_symtabs_matching_via_partial): Update.
574 (sort_pst_symbols): Add 'objfile' argument.
575 (allocate_psymtab): Update.
576 (discard_psymtab): Add 'objfile' argument.
577 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
578 * stabsread.h (end_psymtab): Update.
579 * xcoffread.c (this_symtab_objfile): New global.
580 (process_linenos, enter_line_range, xcoff_next_symbol_text):
581 Update.
582 (read_xcoff_symtab): Add 'objfile' argument.
583 (read_symbol, read_symbol_lineno): Update.
584 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
585 (xcoff_end_psymtab): Add 'objfile' argument.
586 (scan_xcoff_symtab): Update.
587
588 2012-12-12 Paul Koning <paul_koning@dell.com>
589
590 Add support for Python 3.
591 * NEWS: Mention Python 3 support.
592 * varobj.c (value_get_print_value): Use
593 python_string_to_target_string.
594 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
595 of type objects.
596 * python/py-breakpoint.c: Ditto.
597 * python/py-cmd.c: Ditto.
598 * python/py-event.c: Ditto.
599 * python/py-event.h: Ditto.
600 * python/py-evtregistry.c: Ditto.
601 * python/py-finishbreakpoint.c: Ditto.
602 * python/py-frame.c: Ditto.
603 * python/py-function.c: Ditto.
604 * python/py-infthread.c: Ditto.
605 * python/py-lazy-string.c: Ditto.
606 * python/py-progspace.c: Ditto.
607 * /python/py-symbol.c: Ditto.
608 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
609 initialization for Python 3.
610 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
611 of type objects.
612 (infpy_read_memory): Return memoryview object if Python 3.
613 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
614 (infpy_search_memory): Ditto.
615 (get_buffer): New function for Python 3.
616 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
617 of type objects.
618 (objfpy_dealloc): Use Py_TYPE to call tp_free.
619 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
620 of type objects.
621 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
622 (set_attr): Ditto.
623 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
624 instead of PyString methods if Python 3.
625 (print_children): Skip push_dummy_python_frame call if Python 3.
626 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
627 of type objects.
628 (salpy_dealloc): Use Py_TYPE to call tp_free.
629 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
630 of type objects.
631 (field_dealloc): Use Py_TYPE to call tp_free.
632 (typy_dealloc): Ditto.
633 (type_object_as_number): Adjust struct initializations for
634 differences in layout for Python 2 vs. Python 3.
635 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
636 string case for Python 3.
637 (unicode_to_encoded_python_string): Shorten code (no functional
638 change).
639 (python_string_to_target_python_string): Comment that in Python 3
640 returned value is a Python "bytes" type.
641 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
642 (gdb_py_object_from_longest): Omit non-long integer case in Python
643 3.
644 (gdb_py_object_from_ulongest): Ditto.
645 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
646 of type objects.
647 (valpy_dealloc): Use Py_TYPE to call tp_free.
648 (valpy_int): Omit function if Python 3.
649 (convert_value_from_python): Use "%S" format (Python object as a
650 string) if Python 3.
651 (value_object_as_number): Adjust struct initializations for
652 differences in layout for Python 2 vs. Python 3.
653 * python/python-config.py: Adjust syntax for Python 3
654 compatibility.
655 Include "sys.abiflags" string as part of python library name, if
656 that attribute exists (Python 3).
657 * python/python-internal.h (IS_PY3): Define if Python 3.
658 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
659 placeholder value if Python 3.
660 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
661 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
662 analogous Python 3 API function if Python 3.
663 (PyVarObject_HEAD_INIT): Define if not already defined.
664 (Py_TYPE): Ditto.
665 * python/python.c (eval_python_command): Omit Py_FlushLine call if
666 Python 3.
667 Check return values of all Python API calls for error.
668 Supply dummy "python" and "python-interactive" commands if Python
669 initialization failed.
670 (_initialize_python): Convert argc to wchar_t** if Python 3.
671 Add module initialization for Python 3.
672 (finish_python_initialization): Pass wchar_t * argument to
673 PySys_SetPath if Python 3.
674 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
675 (_GdbFile): New class for common output file behavior.
676 (GdbOutFile): Subclass from _GdbFile.
677 (GdbOutputErrorFile): Ditto.
678 (auto_load_packages): Adjust syntax for Python 3 compatibility.
679 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
680 * python/lib/gdb/prompt.py: Use sorted() function rather than
681 sort() method.
682 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
683 Adjust syntax for Python 3 compatibility.
684 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
685 rather than sort() method.
686 Adjust syntax for Python 3 compatibility.
687 * python/lib/gdb/command/type_printers.py: Ditto.
688 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
689 value is a memoryview object if Python 3.
690
691 2012-12-12 Tom Tromey <tromey@redhat.com>
692
693 * coffread.c (coff_objfile_data_key): New global.
694 (coff_symfile_init): Use set_objfile_data.
695 (coff_symfile_read): Use objfile_data.
696 (coff_symfile_finish): Don't free deprecated_sym_private.
697 (coff_free_info): New function.
698 (_initialize_coffread): Initialize coff_objfile_data_key.
699 * mdebugread.c (pending_list): Update comment.
700 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
701 * symfile.c (reread_symbols): Don't mention
702 deprecated_sym_private.
703 * xcoffread.c (xcoff_objfile_data_key): New global.
704 (XCOFF_DATA): New macro.
705 (process_linenos, enter_line_range, xcoff_next_symbol_text)
706 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
707 XCOFF_DATA.
708 (xcoff_new_init) Use set_objfile_data.
709 (xcoff_symfile_finish): Don't free deprecated_sym_private.
710 (init_stringtab, swap_sym, scan_xcoff_symtab)
711 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
712 (xcoff_free_info): New function.
713 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
714
715 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
716
717 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
718
719 2012-12-12 Tom Tromey <tromey@redhat.com>
720
721 * coffread.c (coff_symfile_init): Use set_objfile_data.
722 (coff_symfile_read): Use DBX_SYMFILE_INFO.
723 * dbxread.c (dbx_objfile_data_key): New global.
724 (dbx_symfile_init): Use set_objfile_data.
725 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
726 (dbx_free_symfile_info): New function.
727 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
728 DBX_SYMFILE_INFO.
729 (stabsect_build_psymtabs): Use set_objfile_data.
730 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
731 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
732 set_objfile_data.
733 (free_elfinfo): Use DBX_SYMFILE_INFO.
734 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
735 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
736 * gdb-stabs.h (dbx_objfile_data_key): Declare.
737 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
738 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
739 * somread.c (som_symfile_finish): Don't free
740 deprecated_sym_stab_info.
741
742 2012-12-12 Joel Brobecker <brobecker@adacore.com>
743
744 * gdbarch.sh (software_single_step): Remove trailing space in
745 comment (gdbarch.h is already correct).
746
747 2012-12-11 Tom Tromey <tromey@redhat.com>
748
749 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
750
751 2012-12-11 Tom Tromey <tromey@redhat.com>
752
753 * dsrec.c (report_transfer_performance): Don't declare.
754 (load_srec): Use gettimeofday, print_transfer_performance.
755 * symfile.c (report_transfer_performance): Remove.
756
757 2012-12-11 Pedro Alves <pedro@codesourcery.com>
758 Pedro Alves <palves@redhat.com>
759
760 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
761 NT_PSTATUS note.
762 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
763 differently from LWP IDs.
764
765 2012-12-11 Pedro Alves <palves@redhat.com>
766
767 * configure.ac (detect type of /proc): Remove Unixware handling.
768 * configure: Regenerate.
769 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
770 (ioctl_table) [PCRESET]: Remove entry.
771 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
772 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
773 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
774 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
775 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
776 Unixware in comments throughout.
777 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
778 and remove mention of Unixware.
779
780 2012-12-10 Doug Evans <dje@google.com>
781
782 * dwarf2read.c (dwarf2_cu): Enhance comment.
783 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
784 the DWO file.
785 (dwarf2_record_block_ranges): Ditto.
786
787 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
788
789 * symtab.c (find_pc_sect_symtab): Add comment.
790
791 2012-12-10 Tom Tromey <tromey@redhat.com>
792
793 * defs.h: Don't check for definition of LONGEST.
794 (min, max): Remove duplicates.
795
796 2012-12-10 Tom Tromey <tromey@redhat.com>
797
798 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
799 (dwarf2_fetch_die_loc_cu_off): Rename from
800 dwarf2_fetch_die_location_block. Rewrite to use
801 dwarf2_fetch_die_loc_sect_off.
802 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
803 (dwarf2_fetch_die_loc_cu_off): Rename.
804 * dwarf2loc.c (indirect_pieced_value): Use
805 dwarf2_fetch_die_loc_sect_off.
806 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
807 comment.
808 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
809 * dwarf2expr.c (add_piece): Update.
810 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
811
812 2012-12-10 Tom Tromey <tromey@redhat.com>
813
814 * buildsym.c (struct pending_block): Move from buildsym.h.
815 (pending_blocks): Likewise; now static.
816 (pending_block_obstack): New global.
817 (free_pending_blocks): Free blocks.
818 (record_pending_block): Use pending_block_obstack.
819 * buildsym.h (struct pending_block): Move definition to
820 buildsym.c.
821 (pending_blocks): Don't declare.
822
823 2012-12-10 Pedro Alves <palves@redhat.com>
824
825 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
826 dead SCO code, and adjust function description comment.
827
828 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
831 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
832 CC_HAS_LONG_LONG.
833 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
834 * dwarf2read.c (extract_cu_value): Remove the function.
835 (create_cus_from_index_list): Make the return type void, inline the
836 extract_cu_value caller, include new gdb_static_assert.
837 (create_cus_from_index): Make the return type void, update the function
838 comment, update the create_cus_from_index_list caller.
839 (create_signatured_type_table_from_index): Make the return type void,
840 inline the extract_cu_value caller, include new gdb_static_assert.
841 (dwarf2_read_index): Update the create_cus_from_index and
842 create_signatured_type_table_from_index caller.
843 * printcmd.c (ui_printf): Remove conditionalizations for
844 CC_HAS_LONG_LONG.
845 * config.in: Regenerate.
846 * configure: Regenerate.
847
848 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
849
850 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
851 Update the comment for checked_producer.
852 (check_producer): New forward declaration.
853 (producer_is_gcc_lt_4_3): New function.
854 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
855 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
856
857 2012-12-07 Tom Tromey <tromey@redhat.com>
858
859 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
860 argument, assertion.
861 * c-exp.y (typebase): Add completion productions.
862 * completer.c (expression_completer): Handle tag completion.
863 * expression.h (parse_expression_for_completion): Add argument.
864 * f-lang.c (f_make_symbol_completion_list): Add 'code'
865 argument.
866 * language.h (struct language_defn)
867 <la_make_symbol_completion_list>: Add 'code' argument.
868 * parse.c (expout_tag_completion_type, expout_completion_name):
869 New globals.
870 (mark_struct_expression): Add assertion.
871 (mark_completion_tag): New function.
872 (parse_exp_in_context): Initialize new globals.
873 (parse_expression_for_completion): Add 'code' argument. Handle
874 tag completion.
875 * parser-defs.h (mark_completion_tag): Declare.
876 * symtab.c (default_make_symbol_completion_list_break_on): Add
877 'code' argument. Update.
878 (default_make_symbol_completion_list): Add 'code' argument.
879 (make_symbol_completion_list): Update.
880 (make_symbol_completion_type): New function.
881 * symtab.h (default_make_symbol_completion_list_break_on)
882 (default_make_symbol_completion_list): Update.
883 (make_symbol_completion_type): Declare.
884
885 2012-12-07 Tom Tromey <tromey@redhat.com>
886
887 * expression.h (parse_expression_for_completion): Rename
888 from parse_field_expression.
889 (parse_completion): Rename from in_parse_field.
890 * c-exp.y (lex_one_token): Update.
891 * completer.c (expression_completer): Update.
892 * go-exp.y (lex_one_token): Update.
893 * p-exp.y (yylex): Update.
894 * parse.c (parse_completion): Rename from in_parse_field.
895 (parse_exp_in_context): Update.
896 (parse_expression_for_completion): Rename from
897 parse_field_expression. Update.
898
899 2012-12-07 Tom Tromey <tromey@redhat.com>
900
901 * typeprint.c (_initialize_typeprint): Set completer
902 for "whatis" and "ptype".
903
904 2012-12-07 Joel Brobecker <brobecker@adacore.com>
905
906 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
907 "sim/common/cgen-fpu.h". Remove invalid entries
908 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
909 which actually have an FSF copyright header.
910
911 2012-12-07 Joel Brobecker <brobecker@adacore.com>
912
913 * osf-share/AT386/cma_thread_io.h: Delete.
914 * osf-share/HP800/cma_thread_io.h: Delete.
915 * osf-share/README: Delete.
916 * osf-share/RIOS/cma_thread_io.h: Delete.
917 * osf-share/cma_attr.h: Delete.
918 * osf-share/cma_deb_core.h: Delete.
919 * osf-share/cma_debug_client.h: Delete.
920 * osf-share/cma_errors.h: Delete.
921 * osf-share/cma_handle.h: Delete.
922 * osf-share/cma_init.h: Delete.
923 * osf-share/cma_list.h: Delete.
924 * osf-share/cma_mutex.h: Delete.
925 * osf-share/cma_sched.h: Delete.
926 * osf-share/cma_semaphore_defs.h: Delete.
927 * osf-share/cma_sequence.h: Delete.
928 * osf-share/cma_stack.h: Delete.
929 * osf-share/cma_stack_int.h: Delete.
930 * osf-share/cma_tcb_defs.h: Delete.
931 * osf-share/cma_util.h: Delete.
932 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
933 in osf-share.
934 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
935 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
936 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
937
938 2012-12-06 Pedro Alves <palves@redhat.com>
939 Tom Tromey <tromey@redhat.com>
940
941 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
942
943 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
944
945 PR mi/14741:
946 * mi/mi-cmd-var.c (varobj_update_one): Take value of
947 attribute "dynamic" and "displayhint" from printed child,
948 not the root variable.
949
950 2012-12-06 Joel Brobecker <brobecker@adacore.com>
951
952 * aix-thread.c (getthrds): Fix type of 4th parameter.
953 (get_signaled_thread): Change type of variable ktid to tid_t.
954
955 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
956
957 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
958 value of get_frame_block.
959
960 2012-12-05 Pierre Muller <muller@sourceware.org>
961
962 Avoid memory leaks on struct cmd_list_element.doc field.
963 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
964 if flags contains DOC_ALLOCATED.
965 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
966 flags.
967 (delete_cmd): Handle DOC_ALLOCATED flag.
968 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
969 in flags filed of struct cmd_list_element.
970 (struct cmd_list_element): Document new flag item.
971
972 2012-12-04 Doug Evans <dje@google.com>
973
974 * symmisc.c: Whitespace fixes.
975
976 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
977
978 * i386-tdep.c (i386_skip_prologue): Using symbol table
979 to find the end of prologue for clang compiled binaries.
980 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
981 to find the end of prologue for clang compiled binaries.
982
983 2012-12-03 Doug Evans <dje@google.com>
984
985 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
986 (dw2_find_symbol_file): Delete unused local file_data.
987
988 2012-12-03 Tom Tromey <tromey@redhat.com>
989
990 * ada-exp.y (write_object_renaming, write_var_or_type)
991 (write_ambiguous_var, write_var_from_sym): Make blocks const.
992 * ada-lang.c (replace_operator_with_call)
993 (find_old_style_renaming_symbol): Make blocks const.
994 * ada-lang.h (ada_find_renaming_symbol): Update.
995 (struct ada_symbol_info) <block>: Now const.
996 * breakpoint.c (watch_command_1): Update.
997 * breakpoint.h (struct watchpoint) <exp_valid_block,
998 cond_exp_valid_block>: Now const.
999 * c-exp.y (classify_inner_name, classify_name): Make block
1000 argument const.
1001 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1002 const.
1003 * expression.h (innermost_block, parse_exp_1): Update.
1004 (union exp_element) <block>: Now const.
1005 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1006 (lookup_struct): Make block argument const.
1007 * gdbtypes.h (lookup_template_type): Update.
1008 * go-exp.y (classify_name, classify_packaged_name)
1009 (package_name_p): Make block argument const.
1010 * objc-lang.c (lookup_struct_typedef): Make block argument const.
1011 * objc-lang.h (lookup_struct_typedef): Update.
1012 * parse.c (parse_exp_in_context, parse_exp_1)
1013 (write_exp_elt_block): Make block arguments const.
1014 (expression_context_block, innermost_block): Now const.
1015 * parser-defs.h (write_exp_elt_block): Update.
1016 (expression_context_block, innermost_block, block_found): Now
1017 const.
1018 * printcmd.c (struct display) <block>: Now const.
1019 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1020 * valops.c (address_of_variable): Make block argument const.
1021 * value.h (value_of_variable): Update.
1022 * varobj.c (struct varobj_root) <valid_block>: Now const.
1023
1024 2012-11-30 Yao Qi <yao@codesourcery.com>
1025
1026 * breakpoint.c (print_one_breakpoint_location): Indent code.
1027
1028 2012-11-30 Yao Qi <yao@codesourcery.com>
1029
1030 * breakpoint.c (print_one_breakpoint_location): Combine two
1031 blocks handling 'hit count' together.
1032
1033 2012-11-30 Yao Qi <yao@codesourcery.com>
1034
1035 * infrun.c (error_is_running, ensure_not_running): Move them
1036 to ...
1037 * infcmd.c (error_is_running, ensure_not_running): ... here.
1038 Make them 'static'.
1039 * inferior.h: Remove declarations of error_is_running and
1040 ensure_not_running.
1041
1042 2012-11-30 Yao Qi <yao@codesourcery.com>
1043
1044 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1045 check REGNUM >= 0.
1046
1047 2012-11-30 Yao Qi <yao@codesourcery.com>
1048
1049 * infrun.c: Make the declaration of 'init_infwait_state'
1050 static.
1051 (init_infwait_state): Make it 'static'.
1052
1053 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1054
1055 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1056 return value to void to avoid compiler warning.
1057
1058 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1059
1060 * opencl-lang.c (opencl_print_type): New function.
1061 (opencl_language_arch_info): Install it.
1062
1063 2012-11-29 Tom Tromey <tromey@redhat.com>
1064
1065 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1066 xvasprintf.
1067 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1068 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1069
1070 2012-11-29 Jerome Guitton <guitton@adacore.com>
1071
1072 * ada-lang.c (ada_is_interface_tag): New function.
1073 (ada_is_ignored_field): Add interface tags to the list
1074 of ignored fields.
1075
1076 2012-11-29 Jerome Guitton <guitton@adacore.com>
1077
1078 * ada-lang.h (ada_tag_value_at_base_address): New function
1079 declaration.
1080 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1081 New functions.
1082 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1083 relocate the class-wide value if need be.
1084 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1085 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1086 before dereferencing it.
1087 * ada-valprint.c (ada_val_print_1): Relocate to base address
1088 before displaying the content of an interface-wide ref.
1089
1090 2012-11-29 Jerome Guitton <guitton@adacore.com>
1091
1092 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1093
1094 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1095
1096 GDB 7.5.1 released.
1097
1098 2012-11-29 Yao Qi <yao@codesourcery.com>
1099 Tom Tromey <tromey@redhat.com>
1100
1101 * eval.c (evaluate_subexp_standard): Get the correct pointer
1102 type for TYPE_CODE_MEMBERPTR.
1103
1104 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1105
1106 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1107 since now it is being done by binutils' powerpc_init_dialect().
1108
1109 2012-11-28 Tom Tromey <tromey@redhat.com>
1110
1111 PR gdb/14290:
1112 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1113 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1114 Use it.
1115 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1116 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1117 (gdb_bfd_openr_next_archived_file): Use it.
1118
1119 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1120
1121 * configure.ac: Check for linux/perf_event.h.
1122 * config.in: Regenerated.
1123 * configure: Regenerated.
1124
1125 2012-11-28 Yao Qi <yao@codesourcery.com>
1126
1127 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1128 abbreviate 'delete tracepoints' to 'delete tr'.
1129 * corefile.c (_initialize_core): Call add_alias_cmd to
1130 abbreviate 'set gnutarget' to 'set g'.
1131 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1132 'show convenience' to 'show conv'.
1133
1134 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1135
1136 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1137 call to sparc_supply_fpregset.
1138 (fill_fpregset): Fix first parameter in call to
1139 sparc_collect_fpregset.
1140
1141 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1142 Kazu Hirata <kazu@codesourcery.com>
1143 Yao Qi <yao@codesourcery.com>
1144
1145 * objfiles.c (init_entry_point_info): Call
1146 gdbarch_convert_from_func_ptr_addr and
1147 gdbarch_addr_bits_remove here ...
1148 (entry_point_address_query): ... instead of here.
1149 * solib-svr4.c (exec_entry_point): Call
1150 gdbarch_addr_bits_remove.
1151 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1152 the entry address.
1153
1154 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1155 Yao Qi <yao@codesourcery.com>
1156
1157 * eval.c (evaluate_subexp_standard): Add handling of
1158 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1159 result of ptype for calling a TYPE_CODE_METHODPTR.
1160
1161 2012-11-27 Yao Qi <yao@codesourcery.com>
1162
1163 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1164 warning.
1165 Add i18n markup.
1166
1167 2012-11-26 Alexander Larsson <alexl@redhat.com>
1168 Jan Kratochvil <jan.kratochvil@redhat.com>
1169 Tom Tromey <tromey@redhat.com>
1170
1171 * NEWS: Mention mini debuginfo feature.
1172 * minidebug.c: New file.
1173 * configure.ac: Check for lzma.
1174 * configure, config.in: Rebuild.
1175 * Makefile.in (LIBLZMA): New variable.
1176 (CLIBS): Include LIBLZMA.
1177 (SFILES): Mention minidebug.c.
1178 (COMMON_OBS): Mention minidebug.o.
1179 * symfile.c (read_symbols): New function.
1180 (syms_from_objfile, reread_symbols): Call it.
1181 * symfile.h (find_separate_debug_file_in_section): Declare.
1182
1183 2012-11-26 Keith Seitz <keiths@redhat.com>
1184
1185 * exec.c (exec_file_attach): Move cleanup after verifying that
1186 memory has in fact been allocated.
1187
1188 2012-11-26 Tom Tromey <tromey@redhat.com>
1189
1190 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1191 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1192 SYMBOL_SYMTAB.
1193 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1194
1195 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1196 Pedro Alves <palves@redhat.com>
1197
1198 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1199 size parameter passed to readlink by one byte.
1200 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1201 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1202 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1203 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1204 size by one byte.
1205
1206 2012-11-26 Yao Qi <yao@codesourcery.com>
1207
1208 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1209 extraneous parentheses.
1210
1211 2012-11-26 Yao Qi <yao@codesourcery.com>
1212
1213 * remote.c (remote_start_remote): Typo fix.
1214
1215 2012-11-23 David S. Miller <davem@davemloft.net>
1216
1217 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1218 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1219 sparc32_sol2_fpregset): Declare new globals.
1220 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1221 'fpregset' argument.
1222 * sparc64-tdep.h (sparc64_supply_fpregset,
1223 sparc64_collect_fpregset): Likewise.
1224 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1225 globals.
1226 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1227 (sparc_fpregset): Declare new global.
1228 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1229 'fpregset' argument.
1230 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1231 into handler.
1232 (fill_fpregset): Likewise.
1233 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1234 sparc32_bsd_fpregset.
1235 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1236 sparc32_bsd_fpregset down into handler.
1237 (sparc32_linux_collect_core_fpregset): Likewise.
1238 * sparc-nat.c (sparc_fpregset): Define.
1239 (sparc_supply_fpregset): Add 'fpregset' argument.
1240 (sparc_collect_fpregset): Likewise.
1241 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1242 into fpregset handler.
1243 (sparc_store_inferior_registers): Likewise.
1244 (_initialize_sparc_nat): Set sparc_fpregset to
1245 sparc32_sunos4_fpregset if NULL.
1246 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1247 down into handler.
1248 (fill_fpregset): Likewise.
1249 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1250 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1251 use it to compute offsets.
1252 (sparc32_collect_fpregset): Likewise.
1253 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1254 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1255 down into handler.
1256 (fill_fpregset): Likewise.
1257 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1258 Likewise.
1259 (sparc64_linux_collect_core_fpregset): Likewise.
1260 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1261 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1262 use it to compute offsets.
1263 (sparc64_collect_fpregset): Likewise.
1264 (sparc64_bsd_fpregset): Define.
1265 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1266 sparc64_bsd_fpregset down into handler.
1267 (sparc64fbsd_collect_fpregset): Likewise.
1268 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1269 and pass sparc{32,64}_bsd_fpregset down into handler.
1270 (sparc64nbsd_collect_fpregset): Likewise.
1271 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1272 sparc64_bsd_fpregset down into handler.
1273 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1274 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1275 to sparc32_bsd_fpregset.
1276 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1277 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1278 (sparc32nbsd_supply_fpregset): Likewise.
1279
1280 2012-11-21 Tom Tromey <tromey@redhat.com>
1281
1282 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1283 field.
1284 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1285 Remove.
1286 * c-typeprint.c (c_type_print_base): Update.
1287
1288 2012-11-21 Yao Qi <yao@codesourcery.com>
1289
1290 PR tdep/7438
1291 * gdbarch.sh (smash_text_address): Remove.
1292 * gdbarch.c, gdbarch.h: Regenerate.
1293 * arm-tdep.c (arm_smash_text_address): Remove.
1294 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1295 * hppa-tdep.c (hppa_smash_text_address): Remove.
1296 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1297 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1298 Caller update.
1299 * coffread.c (coff_symtab_read): Caller update.
1300 * dbxread.c (process_one_symbol): Likewise.
1301 * elfread.c (record_minimal_symbol): Likewise.
1302 * somread.c (som_symtab_read): Likewise.
1303
1304 2012-11-20 Pierre Muller <muller@sourceware.org>
1305
1306 ARI fixes: sprintf rule.
1307 Replace sprintf function calls for char arrays by
1308 calls to xsnprintf calls.
1309 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1310 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1311 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1312 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1313 * breakpoint.c (condition_completer): Ditto.
1314 (create_tracepoint_from_upload): Ditto.
1315 * dwarf2read.c (file_full_name): Ditto.
1316 * gcore.c (gcore_command): Ditto.
1317 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1318 * go32-nat.c (go32_sysinfo): Ditto.
1319 * interps.c (interp_set): Ditto.
1320 * m32c-tdep.c (make_types): Ditto.
1321 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1322 * remote-m32r-sdi.c (m32r_open): Ditto.
1323 * sol-thread.c (td_err_string): Ditto.
1324 (td_state_string, solaris_pid_to_str): Ditto.
1325 * symtab.c (gdb_mangle_name): Ditto.
1326 * cli/cli-script.c (execute_control_command): Ditto.
1327 (define_command, document_command): Ditto.
1328 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1329 * tui/tui-stack.c (tui_make_status_line): Ditto.
1330 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1331
1332 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1333
1334 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1335 it when looking at ptr->func.
1336 * command.h (complete_on_cmdlist): Add a fourth arg.
1337 * completer.c (complete_line_internal): Add local ignore_help_classes,
1338 and set it to 1 when reason is not handle_help. Pass this down to
1339 lookup_cmd_1 and complete_on_cmdlist.
1340
1341 2012-11-20 Tom Tromey <tromey@redhat.com>
1342
1343 * completer.c (count_struct_fields): Remove.
1344 (expression_completer): Don't call count_struct_fields.
1345
1346 2012-11-20 Pedro Alves <palves@redhat.com>
1347
1348 * annotate.c (breakpoints_changed): Rename to ...
1349 (annotate_breakpoints_changed): ... this.
1350 (annotate_stopped, breakpoint_changed): Adjust caller.
1351 * annotate.h (breakpoints_changed): Rename to ...
1352 (annotate_breakpoints_changed): ... this.
1353 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1354 (do_map_commands_command, init_raw_breakpoint, clear_command)
1355 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1356
1357 2012-11-20 David S. Miller <davem@davemloft.net>
1358
1359 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1360 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1361 sysconf.
1362 (get_cores_used_by_process): Update comment.
1363
1364 2012-11-20 Yao Qi <yao@codesourcery.com>
1365
1366 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1367
1368 2012-11-20 Yao Qi <yao@codesourcery.com>
1369
1370 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1371 to deprecated_context_hook.
1372
1373 2012-11-19 Yao Qi <yao@codesourcery.com>
1374
1375 * infrun.c (infwait_state): Add static.
1376
1377 2012-11-16 Keith Seitz <keiths@redhat.com>
1378
1379 PR c++/13615
1380 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1381 parameter and pass it to lookup_symbol_file.
1382 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1383 to search base classes.
1384 (cp_lookup_symbol_namespace): Likewise.
1385 (lookup_namespace_scope): Likewise.
1386 (lookup_symbol_file): Add SEARCH parameter.
1387 If SEARCH is non-zero and no symbol is found, lookup the class
1388 and call cp_lookup_nested_symbol.
1389 (find_symbol_in_baseclass): New function.
1390 (cp_lookup_nested_symbol): Do not let
1391 cp_lookup_symbol_in_namespace search through base classes.
1392 Do that later when there is no global symbol match.
1393
1394 2012-11-16 Doug Evans <dje@google.com>
1395
1396 * main.c (gdb_datadir_provided): New static global.
1397 (get_init_files): If --data-directory is provided,
1398 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1399 * NEWS: Mention it.
1400
1401 2012-11-15 Pierre Muller <muller@sourceware.org>
1402
1403 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1404 * gdb_stat.h: Delete. Moved to common directory.
1405 * common/gdb_stat.h: New file.
1406 * gdb_wait.h: Delete. Moved to common directory.
1407 * common/gdb_wait.h: New file.
1408 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1409 location.
1410 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1411 location.
1412 (stat.h rule): Adapt to new gdb_stat.h location.
1413 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1414 <sys/stat.h> header.
1415 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1416 <sys/wait.h> header.
1417
1418 2012-11-15 Pierre Muller <muller@sourceware.org>
1419
1420 * configure.ac (AC_HEADER_STAT): Remove.
1421 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1422 and corresponding code.
1423 * configure: Regenerate.
1424 * config.in: Regenerate.
1425
1426 2012-11-15 Pierre Muller <muller@sourceware.org>
1427
1428 ARI xasprintf rule fixes.
1429 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1430 instead of xasprintf.
1431 (open_and_init_dwp_file): Ditto.
1432
1433 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1434
1435 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1436 target types.
1437
1438 2012-11-14 Tom Tromey <tromey@redhat.com>
1439
1440 * configure, config.in: Rebuild.
1441 * configure.ac: Don't check for ctype.h, time.h.
1442 * expprint.c: Don't use HAVE_CTYPE_H.
1443
1444 2012-11-13 Tom Tromey <tromey@redhat.com>
1445
1446 * gdbarch.h, gdbarch.c: Rebuild.
1447 * gdbarch.sh (set_target_gdbarch): Rename from
1448 deprecated_target_gdbarch_select_hack.
1449 * arch-utils.c (gdbarch_update_p): Update.
1450 (set_gdbarch_from_file): Update.
1451
1452 2012-11-14 Pierre Muller <muller@sourceware.org>
1453
1454 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1455 as responsible of contrib/ari directory.
1456
1457 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1458 Yao Qi <yao@codesourcery.com>
1459
1460 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1461 bit of EXC_RETURN.
1462 (arm_m_exception_cache, arm_m_exception_this_id)
1463 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1464 (arm_m_exception_unwind): New.
1465 (arm_gdbarch_init): Register arm_m_exception_unwind.
1466
1467 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1468
1469 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1470 parameter COUNT, for pattern filling of memory regions.
1471 * NEWS: Mention it.
1472
1473 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1474
1475 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1476 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1477 to print_source_lines ().
1478 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1479 flag.
1480 * source.c (print_source_lines_base): Prefix source line with
1481 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1482
1483 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1484
1485 * symtab.h (print_source_lines_flags): New enum.
1486 * source.c (print_source_lines_base): Change noerror to flags.
1487 (print_source_lines): Change noerror to flags.
1488
1489 2012-11-13 Pierre Muller <muller@sourceware.org>
1490
1491 ARI fixes: Avoid sprintf function use rule.
1492 * charset.c (convert_between_encodings): Use xsnprintf.
1493 * cli-out.c (cli_field_int): Likewise.
1494 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1495 * expprint.c (op_name_standard): Likewise.
1496 * frv-tdep.c (set_variant_num_gprs): Likewise.
1497 (set_variant_num_fprs): Likewise.
1498 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1499 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1500 (nto_init_solib_absolute_prefix): Likewise.
1501 * source.c (init_source_path): Likewise.
1502 (print_source_lines_base): Likewise.
1503 * valprint.c (print_wchar): Likewise.
1504 * mi/mi-out.c (mi_field_int): Likewise.
1505 windows-nat.c (windows_pid_to_exec_file): Likewise.
1506 (windows_create_inferior): Likewise.
1507 (_initialize_check_for_gdb_ini): Likewise.
1508
1509 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1510
1511 * frame.h (deprecated_frame_register_read): Renames
1512 frame_register_read.
1513 * frame.c (deprecated_frame_register_read): Renames
1514 frame_register_read. Update all callers.
1515 * i386-tdep.c: Update all callers of frame_register_read.
1516 * infcmd.c: Likewise.
1517 * jit.c: Likewise.
1518 * mips-tdep.c: Likewise.
1519 * mt-tdep.c: Likewise.
1520 * sh64-tdep.c: Likewise.
1521
1522 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1523
1524 * frame.h (frame_register_read): Remove FIXME comment.
1525 * frame.c (frame_register_read): Add suggestion explaining
1526 which function to use in place of this one.
1527
1528 2012-11-12 Tom Tromey <tromey@redhat.com>
1529
1530 * python/python.c (start_type_printers): Initialize 'result_obj'.
1531
1532 2012-11-12 Tom Tromey <tromey@redhat.com>
1533
1534 * NEWS: Update.
1535 * data-directory/Makefile.in (PYTHON_FILES): Add
1536 type_printers.py.
1537 * python/lib/gdb/command/type_printers.py: New file.
1538 * python/lib/gdb/command/types.py (TypePrinter): New class.
1539 (_get_some_type_recognizers, get_type_recognizers,
1540 apply_type_recognizers, register_type_printer): New
1541 functions.
1542 * python/py-objfile.c (objfile_object) <type_printers>: New
1543 field.
1544 (objfpy_dealloc): Decref new field.
1545 (objfpy_new): Set new field.
1546 (objfpy_get_type_printers, objfpy_set_type_printers): New
1547 functions.
1548 (objfile_to_objfile_object): Set new field.
1549 (objfile_getset): Add "type_printers".
1550 * python/py-progspace.c (pspace_object) <type_printers>: New
1551 field.
1552 (pspy_dealloc): Decref new field.
1553 (pspy_new): Set new field.
1554 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1555 (pspace_to_pspace_object): Set new field.
1556 (pspace_getset): Add "type_printers".
1557 * python/python.c (start_type_printers, apply_type_printers,
1558 free_type_printers): New functions.
1559 (_initialize_python): Set gdb.type_printers.
1560 * python/python.h (start_type_printers, apply_type_printers,
1561 free_type_printers): Declare.
1562 * typeprint.c (type_print_raw_options, default_ptype_flags):
1563 Update for new fields.
1564 (do_free_global_table, create_global_typedef_table,
1565 find_global_typedef): New functions.
1566 (find_typedef_in_hash): Use find_global_typedef.
1567 (whatis_exp): Use create_global_typedef_table. Change cleanup
1568 handling.
1569 * typeprint.h (struct type_print_options) <global_typedefs,
1570 global_printers>: New fields.
1571
1572 2012-11-12 Tom Tromey <tromey@redhat.com>
1573
1574 * c-typeprint.c (find_typedef_for_canonicalize,
1575 print_name_maybe_canonical): New functions.
1576 (c_print_type): Look up type name.
1577 (cp_type_print_derivation_info): Add flags argument. Use
1578 print_name_maybe_canonical.
1579 (cp_type_print_method_args): Add wrapping.
1580 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1581 (c_type_print_template_args): New function.
1582 (c_type_print_base): Change wrapping. Use
1583 print_name_maybe_canonical.
1584 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1585 type name lookups.
1586 * gdbtypes.c (types_equal): No longer static.
1587 * gdbtypes.h (types_equal): Declare.
1588 * typeprint.c (type_print_raw_options, default_ptype_flags):
1589 Update.
1590 (struct typedef_hash_table): New.
1591 (hash_typedef_field, eq_typedef_field,
1592 recursively_update_typedef_hash, add_template_parameters,
1593 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1594 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1595 copy_typedef_hash, find_typedef_in_hash): New functions.
1596 * typeprint.h (struct type_print_options) <local_typedefs>:
1597 New field.
1598 (recursively_update_typedef_hash, add_template_parameters,
1599 create_typedef_hash, free_typedef_hash,
1600 make_cleanup_free_typedef_hash, copy_typedef_hash,
1601 find_typedef_in_hash): Declare.
1602
1603 2012-11-12 Tom Tromey <tromey@redhat.com>
1604
1605 * cp-support.c (inspect_type,
1606 replace_typedefs_qualified_name, replace_typedefs): Add
1607 finder, data arguments. Call as needed.
1608 (cp_canonicalize_string_full): New function.
1609 (cp_canonicalize_string_no_typedefs): Rewrite.
1610 * cp-support.h (canonicalization_ftype): New typedef.
1611 (cp_canonicalize_string_full): Declare.
1612
1613 2012-11-12 Tom Tromey <tromey@redhat.com>
1614
1615 * NEWS: Update.
1616 * c-typeprint.c (c_type_print_base): Handle print_method and
1617 print_typedefs flags.
1618 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1619 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1620 options.
1621 * typeprint.c (type_print_raw_options, default_ptype_flags):
1622 Update for new field.s
1623 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1624 (setprinttypelist, showprinttypelist, print_methods,
1625 print_typedefs): New globals.
1626 (set_print_type, show_print_type, set_print_type_methods,
1627 show_print_type_methods, set_print_type_typedefs,
1628 show_print_type_typedefs): New functions.
1629 (_initialize_typeprint): Update documentation. Add "print
1630 type methods" and "print type typedefs" parameters.
1631 * typeprint.h (struct type_print_options) <print_methods,
1632 print_typedefs>: New fields.
1633
1634 2012-11-12 Tom Tromey <tromey@redhat.com>
1635
1636 * c-typeprint.c (cp_type_print_method_args): Add flags
1637 argument. Call c_print_type, not type_print.
1638 (c_type_print_base): Call c_print_type, not type_print.
1639 Update.
1640
1641 2012-11-12 Tom Tromey <tromey@redhat.com>
1642
1643 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1644 to type-printing functions.
1645 * ada-lang.h (ada_print_type): Add argument.
1646 * ada-typeprint.c (print_array_type, print_variant_clauses,
1647 print_variant_part, print_selected_record_field_types,
1648 print_record_field_types, print_unchecked_union_type,
1649 print_func_type, ada_print_type): Add flags argument.
1650 (ada_print_typedef): Update.
1651 * c-exp.y (OPERATOR conversion_type_id): Update.
1652 * c-lang.h (c_print_type, c_type_print_base): Update.
1653 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1654 c_type_print_modifier, c_type_print_args,
1655 c_type_print_varspec_suffix, c_type_print_base): Add flags
1656 argument.
1657 * cp-valprint.c (cp_print_class_member): Update.
1658 * dwarf2read.c (dwarf2_compute_name): Update.
1659 * f-lang.h (f_print_type): Add argument.
1660 * f-typeprint.c (f_print_type): Add flags argument.
1661 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1662 * go-lang.h (go_print_type): Add argument.
1663 * go-typeprint.c (go_print_type): Add flags argument.
1664 * jv-lang.h (java_print_type): Add argument.
1665 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1666 flags argument.
1667 * language.c (unk_lang_print_type): Add flags argument.
1668 * language.h (struct language_defn) <la_print_type>: Add flags
1669 argument.
1670 (LA_PRINT_TYPE): Likewise.
1671 * m2-lang.h (m2_print_type): Add argument.
1672 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1673 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1674 m2_unbounded_array, m2_record_fields): Add flags argument.
1675 * p-lang.h (pascal_print_type, pascal_type_print_base,
1676 pascal_type_print_varspec_prefix): Add argument.
1677 * p-typeprint.c (pascal_print_type,
1678 pascal_type_print_varspec_prefix, pascal_print_func_args,
1679 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1680 flags argument.
1681 * symmisc.c (print_symbol): Update.
1682 * typeprint.c (type_print_raw_options, default_ptype_flags):
1683 New globals.
1684 (type_print): Update.
1685 * typeprint.h (struct type_print_options): New.
1686 (type_print_raw_options): Declare.
1687 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1688
1689 2012-11-10 Keith Seitz <keiths@redhat.com>
1690
1691 * breakpoint.c (clear_command): Add cleanup for
1692 sals.sals if an argument is given.
1693
1694 * linespec.c (parse_linespec): Do cleanups after
1695 parsing a convenience variable.
1696
1697 2012-11-10 Keith Seitz <keiths@redhat.com>
1698
1699 PR gdb/14288
1700 * c-valprint.c (c_val_print): For character arrays
1701 with "print null" option on, print ellipses if
1702 the output is truncated and the next character is not \000.
1703 * valprint.c (MAX_WCHARS): Define.
1704 (WCHAR_BUFLEN): Likewise.
1705 (WCHAR_BUFLEN_MAX): Likewise.
1706 (struct converted_character): New structure.
1707 (count_next_character): New function.
1708 (print_converted_chars_to_obstack): New function.
1709 (generic_printstr): Rewrite using count_next_character
1710 and print_converted_chars_to_obstack.
1711
1712 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1713
1714 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1715 while executing the gdb command.
1716 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1717 are called from prompt_for_continue.
1718 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1719
1720 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1721
1722 PR tui/9584
1723
1724 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1725 but insert the command to execute in readline's buffer.
1726
1727 2012-11-09 Tom Tromey <tromey@redhat.com>
1728
1729 * gdbarch.sh (target_gdbarch): Remove macro.
1730 (get_target_gdbarch): Rename to target_gdbarch.
1731 * gdbarch.c, gdbarch.h: Rebuild.
1732 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1733 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1734 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1735 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1736 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1737 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1738 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1739 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1740 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1741 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1742 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1743 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1744 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1745 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1746 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1747 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1748 target-descriptions.c, target.c, target.h, tracepoint.c,
1749 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1750 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1751 python/py-inferior.c, python/python.c: Update.
1752
1753 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1754
1755 * source.c (print_source_lines_base): Add fullname field giving
1756 full path to file in mi output.
1757 * NEWS: Mention the new fullname field.
1758
1759 2012-11-09 Yao Qi <yao@codesourcery.com>
1760
1761 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1762
1763 2012-11-09 Pedro Alves <palves@redhat.com>
1764
1765 PR gdb/14306
1766
1767 * infrun.c: Include target-descriptions.h.
1768 (follow_exec): Fetch new target description.
1769
1770 2012-11-09 Yao Qi <yao@codesourcery.com>
1771
1772 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1773 0x8d (lea).
1774
1775 2012-11-09 Yao Qi <yao@codesourcery.com>
1776
1777 * breakpoint.c: Declare set_tracepoint_count.
1778 (install_breakpoint): Call set_tracepoint_count if B is a
1779 tracepoint.
1780 (trace_command): Don't call set_tracepoint_count. Re-indent.
1781 (strace_command, ftrace_command):
1782 (create_tracepoint_from_upload): Likewise.
1783
1784 2012-11-09 Pedro Alves <palves@redhat.com>
1785
1786 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1787 (get_target_gdbarch) <gdbarch.h>: New function.
1788 (startup_gdbarch) <gdbarch.h>: Declare.
1789 <gdbarch.c> (target_gdbarch): Delete.
1790 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1791 current inferior's gdbarch.
1792 <gdbarch.c> (get_target_gdbarch): New function.
1793 * inferior.c: Include target-descriptions.h.
1794 (free_inferior): Free target description info.
1795 (add_inferior_with_spaces): Set the inferior's initial
1796 architecture.
1797 (clone_inferior_command): Copy the original inferior's target
1798 description if it was user specified.
1799 (initialize_inferiors): Add comment.
1800 * inferior.h (struct target_desc_info): Forward declare.
1801 (struct inferior) <gdbarch>: New field.
1802 * linux-nat.c: Include target-descriptions.h.
1803 (linux_child_follow_fork): Copy the parent's architecture and
1804 target description to the child.
1805 * target-descriptions.c: Include inferior.h.
1806 (struct target_desc_info): New structure, holding the equivalents
1807 of ...
1808 (target_desc_fetched, current_target_desc)
1809 (target_description_filename): ... these removed globals.
1810 (get_tdesc_info, target_desc_info_from_user_p)
1811 (copy_inferior_target_desc_info, target_desc_info_free): New.
1812 (target_desc_fetched, current_target_desc)
1813 (target_description_filename): Reimplemented as convenience
1814 macros.
1815 (tdesc_filename_cmd_string): New global.
1816 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1817 tdescs filename ..." commands to the per-inferior equivalent.
1818 (show_tdesc_filename_cmd): Get the value to show from the
1819 per-inferior description filename.
1820 (_initilize_target_descriptions): Change the "set/show tdesc
1821 filename" commands' variable.
1822 * target-descriptions.h (struct target_desc, struct target_desc_info)
1823 (struct inferior): Forward declare.
1824 (target_find_description, target_clear_description)
1825 (target_current_description): Adjust comments.
1826 (copy_inferior_target_desc_info, target_desc_info_free)
1827 (target_desc_info_from_user_p). Declare.
1828
1829 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1830
1831 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1832 (tui_target_wait_hook): Remove.
1833 (tui_install_hooks): Install the about_to_proceed observer.
1834 (tui_remove_hooks): And remove it here.
1835
1836 2012-11-08 Tom Tromey <tromey@redhat.com>
1837
1838 * linux-tdep.c (linux_make_siginfo_note): New function.
1839 (linux_make_corefile_notes): Use it.
1840 * corelow.c (get_core_siginfo): New function.
1841 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1842
1843 2012-11-08 Tom Tromey <tromey@redhat.com>
1844
1845 PR gdb/14704:
1846 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1847 (zlib_decompress_section): Remove.
1848 (gdb_bfd_map_section): Only check for compressed section
1849 in mmap case. Use bfd_get_full_section_contents.
1850 * osabi.c (check_note): Add 'sectsize' argument. Read
1851 section data.
1852 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1853 section data. Update for check_note change.
1854 * xcoffread.c (xcoff_initial_scan): Use
1855 bfd_get_full_section_contents.
1856 * py-auto-load.c (auto_load_section_scripts): Use
1857 bfd_get_full_section_contents.
1858 * contrib/cc-with-tweaks.sh: Add -Z option.
1859
1860 2012-11-08 Tom Tromey <tromey@redhat.com>
1861
1862 * python/py-bpevent.c: Include defs.h.
1863 * python/py-continueevent.c: Include defs.h.
1864 * python/py-event.c: Include defs.h.
1865 * python/py-event.h: Don't include defs.h.
1866 * python/py-events.h: Don't include defs.h.
1867 * python/py-evts.c: Include defs.h.
1868 * python/py-exitedevent.c: Include defs.h.
1869 * python/py-newobjfileevent.c: Include defs.h.
1870 * python/py-signalevent.c: Include defs.h.
1871 * python/py-stopevent.c: Include defs.h.
1872 * python/py-threadevent.c: Include defs.h.
1873
1874 2012-11-08 Pierre Muller <muller@sourceware.org>
1875
1876 * update-web-ari.sh (print_heading): Add number of files
1877 checked.
1878 (nb_files): New variable counting the number of sources
1879 files found by gdb_find.sh script.
1880 (debug_awk): New variable to allow extra debug output.
1881 (indexes): Add more information if DEBUG_AWK is set.
1882
1883 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1884
1885 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1886 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1887 following the change in PLT call stubs on linker.
1888
1889 2012-11-08 Pierre Muller <muller@sourceware.org>
1890
1891 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1892 as default language.
1893 (AWK): Use = instead of == for sh test to avoid warning.
1894 (Linux rule): Correct [:digit] into [[:digit:]].
1895 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1896 (vasprintf rule): Adapt to common subdirectory moves.
1897 (xasprintf rule): Idem.
1898 (xvasprintf rule): Idem.
1899 (var_boolean rule): Accept occurence in == or != test.
1900
1901 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1902
1903 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1904
1905 * tui/tui-hooks.c (tui_inferior_exit): New function.
1906 (tui_detach_hook): Remove.
1907 (tui_install_hooks): Install the inferior exit observer.
1908 (tui_remove_hooks): Remove it.
1909
1910 2012-11-08 Yao Qi <yao@codesourcery.com>
1911
1912 PR gdb/14777.
1913 * source.c (_initialize_source): Call add_com_alias to abbreviate
1914 'forward-search' as 'fo'.
1915
1916 2012-11-07 Pedro Alves <palves@redhat.com>
1917
1918 * arm-tdep.c: Make defs.h be the first include.
1919 * coff-pe-read.c: Ditto.
1920 * gnu-nat.c: Ditto.
1921 * go32-nat.c: Ditto.
1922 * i386-nat.c: Ditto.
1923 * ppcnbsd-nat.c: Ditto.
1924 * ada-varobj.h: Don't include defs.h.
1925 * i386-darwin-tdep.h: Ditto.
1926 * i386-nat.h: Ditto.
1927
1928 2012-11-07 Pedro Alves <palves@redhat.com>
1929
1930 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1931 Committee.
1932
1933 2012-11-07 Pierre Muller <muller@sourceware.org>
1934
1935 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1936 File already uses "gdb_dirent.h" header.
1937
1938 2012-11-07 Yao Qi <yao@codesourcery.com>
1939
1940 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1941 tracepoint_count'.
1942
1943 2012-11-06 Tom Tromey <tromey@redhat.com>
1944
1945 * target.h (inferior_has_forked, inferior_has_vforked)
1946 (inferior_has_execd, inferior_has_called_syscall): Remove
1947 declarations.
1948
1949 2012-11-06 Pierre Muller <muller@sourceware.org>
1950
1951 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1952 add missing internalization markup.
1953
1954 2012-11-06 Pedro Alves <palves@redhat.com>
1955
1956 PR gdb/14810
1957
1958 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1959
1960 2012-11-06 Pierre Muller <muller@sourceware.org>
1961
1962 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1963 is not executable.
1964
1965 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1966
1967 * gnulib/update-gnulib.sh: New script.
1968
1969 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1970
1971 * MAINTAINERS: Update my email address.
1972
1973 2012-11-05 Tom Tromey <tromey@redhat.com>
1974
1975 * frame.c (put_frame_register): Don't use temporary buffer.
1976
1977 2012-11-05 Pedro Alves <palves@redhat.com>
1978
1979 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1980 child. Clear 'pending_detach'.
1981 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1982 'pending_detach' in the vfork parent.
1983
1984 2012-11-05 Doug Evans <dje@google.com>
1985
1986 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1987 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1988 * dwarf2read.c: #include "elf-bfd.h".
1989 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1990 (dwop_section_names): Renamed from dwo_section names. All uses
1991 updated. Add entries for .debug_cu_index, .debug_tu_index.
1992 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1993 All uses updated.
1994 (struct dwp_sections): New type.
1995 (struct virtual_dwo_sections): New type.
1996 (struct dwp_hash_table): New type.
1997 (struct dwp_file): New type.
1998 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1999 read in. Handle DWOs coming from DWP files.
2000 (lookup_dwo_file_slot): New function.
2001 (dwarf2_locate_dwo_sections): Move definition closer to use.
2002 (create_dwo_debug_info_hash_table_reader): Renamed from
2003 create_debug_info_hash_table_reader. All callers updated.
2004 (create_dwo_debug_info_hash_table): Renamed from
2005 create_debug_info_hash_table. All callers updated.
2006 (create_dwp_hash_table): New function.
2007 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2008 (lookup_dwo_in_dwp): New function.
2009 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
2010 is_dwp. All callers updated.
2011 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
2012 (open_and_init_dwo_file): Renamed from init_dwo_file.
2013 All callers updated.
2014 (lookup_dwo_file): Delete.
2015 (dwarf2_locate_dwp_sections): New function.
2016 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2017 (allocate_dwp_loaded_cutus_table): New function.
2018 (open_and_init_dwp_file): New function.
2019 (lookup_dwo_cutu): New function.
2020 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2021
2022 2012-11-03 Yao Qi <yao@codesourcery.com>
2023
2024 Fix PR gdb/14617.
2025 * breakpoint.c (trace_pass_set_count): Call
2026 observer_notify_breakpoint_modified instead of
2027 observer_notify_tracepoint_modified.
2028 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2029
2030 2012-11-02 Tom Tromey <tromey@redhat.com>
2031
2032 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2033 argument to complete_on_enum.
2034
2035 2012-11-02 Tom Tromey <tromey@redhat.com>
2036
2037 * configure: Rebuild.
2038 * configure.ac (build_warnings): Add -Wempty-body.
2039 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2040 * remote.c (handle_notification): Use braces for empty 'else' body.
2041 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2042 'else' body.
2043 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2044 'else' body.
2045 * solib-som.c (som_relocate_section_addresses): Use braces
2046 for empty 'else' body.
2047 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2048 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2049
2050 2012-11-02 Pedro Alves <palves@redhat.com>
2051
2052 PR gdb/14766
2053
2054 * infrun.c (handle_inferior_event)
2055 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2056 null_ptid before handling a vfork child exec or exit. Switch to
2057 the event ptid afterwards.
2058
2059 2012-11-02 Yao Qi <yao@codesourcery.com>
2060
2061 * std-operator.def: Remove OP_LABELED.
2062 * eval.c: Remove the declaration of 'get_label'.
2063 (get_label): Remove.
2064 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2065 Update comment.
2066 Remove local variable 'variantno' and related code.
2067 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2068 with 'fieldno'.
2069 * expprint.c (print_subexp_standard): Likewise.
2070 (dump_subexp_body_standard): Likewise.
2071 * parse.c (operator_length_standard): Likewise.
2072
2073 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2074
2075 Incorporate ARI web page generator into GDB sources.
2076 * contrib/ari/create-web-ari-in-src.sh: New file.
2077 * contrib/ari/gdb_ari.sh: New file.
2078 * contrib/ari/gdb_find.sh: New file.
2079 * contrib/ari/update-web-ari.sh: New file.
2080
2081 2012-10-31 Tom Tromey <tromey@redhat.com>
2082
2083 * gdbarch.c: Rebuild.
2084 * gdbarch.sh: Remove references to gdbarch_swap.
2085 * corelow.c (core_open): Remove obsolete comment.
2086
2087 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2088
2089 PR cli/14772
2090 * c-typeprint.c (c_print_type): Don't print a space for vector
2091 types, this is handled within the suffix.
2092 (c_type_print_varspec_suffix): Add a space to vector suffix.
2093
2094 2012-10-26 Pedro Alves <palves@redhat.com>
2095
2096 * amd64-tdep.c (amd64_relocate_instruction): Use
2097 store_unsigned_integer instead of memcpy.
2098 * i386-tdep.c (i386_relocate_instruction): Ditto.
2099
2100 2012-10-26 Pedro Alves <palves@redhat.com>
2101
2102 * infrun.c (handle_inferior_event): Merge handling of
2103 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2104 switch case.
2105
2106 2012-10-26 Pedro Alves <palves@redhat.com>
2107
2108 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2109 Remove comment.
2110
2111 2012-10-26 Pedro Alves <palves@redhat.com>
2112
2113 * target.c (target_waitstatus_to_string): Handle
2114 TARGET_WAITKIND_VFORK_DONE.
2115
2116 2012-10-26 Pedro Alves <palves@redhat.com>
2117
2118 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2119 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2120
2121 2012-10-24 Tristan Gingold <gingold@adacore.com>
2122
2123 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2124 Add comments.
2125
2126 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2127
2128 * ravenscar-thread.c (ravenscar_wait): Only update the list
2129 of threads and inferior_ptid if the inferior is still alive.
2130
2131 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2132
2133 * ada-lang.c (is_known_support_routine): Use lbasename when
2134 matching the symtab's filename against
2135 known_runtime_file_name_patterns.
2136
2137 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2138
2139 * ada-lang.c (ada_same_array_size_p): New function.
2140 (ada_promote_array_of_integrals): New function.
2141 (coerce_for_assign): Add handling of arrays where the elements
2142 are integrals of a smaller size than the size of the target
2143 array element type.
2144
2145 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2146
2147 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2148 against maximum exponent value.
2149
2150 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2151
2152 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2153 "unwind-seh.c".
2154
2155 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2156
2157 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2158 strip typedef layer when computing the fixed type's field type,
2159 only when computing its size.
2160
2161 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2162
2163 PR gdb/12783
2164 * i386-tdep.c (i386_return_value): Handle complex double and long
2165 double.
2166
2167 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2168
2169 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2170 New local variable args_len.
2171 Quote the name of the executable when computing the command line.
2172
2173 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2174
2175 PR gdb/12796
2176 PR gdb/12798
2177 PR gdb/12800
2178 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2179 AMD64_FTAG_REGNUM.
2180 * amd64-tdep.c (amd64_classify): Classify complex types.
2181 (amd64_return_value): Handle the COMPLEX_X87 class.
2182
2183 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2184
2185 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2186 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2187
2188 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2189
2190 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2191 function.
2192 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2193 to amd64_windows_auto_wide_charset.
2194
2195 2012-10-23 Yao Qi <yao@codesourcery.com>
2196
2197 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2198 * event-top.h: Remove its declaration.
2199 (async_request_quit): Call mark_async_signal_handler instead of
2200 mark_async_signal_handler_wrapper.
2201 (async_do_nothing, async_disconnect): Likewise.
2202 (async_stop_sig): Likewise.
2203 * remote.c (handle_remote_sigint): Likewise.
2204 (handle_remote_sigint_twice): Likewise.
2205
2206 2012-10-23 Yao Qi <yao@codesourcery.com>
2207
2208 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2209 with 'static struct async_signal_handler *'.
2210 (sighup_token, sigquit_token, sigstp_token): Likewise.
2211
2212 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2213
2214 * gdbarch.sh (function_list): Use 'pstring' when printing
2215 a variable which could return NULL.
2216 * gdbarch.c: Regenerate.
2217
2218 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2219 Tom Tromey <tromey@redhat.com>
2220
2221 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2222 inneffective if condition by gdb assertion. Add function
2223 description comment.
2224
2225 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2226
2227 * parser-defs.h (struct exp_descriptor): Document constraint
2228 on return value for "op_name" callbacks.
2229
2230 2012-10-18 Tom Tromey <tromey@redhat.com>
2231
2232 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2233 * symtab.c (iterate_over_some_symtabs): Constify.
2234 * source.h (symtab_to_fullname): Return 'const char *'.
2235 * source.c (symtab_to_fullname): Return 'const char *'.
2236 * python/py-symtab.c (stpy_fullname): Constify.
2237 * cli/cli-cmds.c (edit_command): Constify.
2238 * breakpoint.c (print_breakpoint_location)
2239 (update_static_tracepoint): Constify.
2240
2241 2012-10-18 Tom Tromey <tromey@redhat.com>
2242
2243 * breakpoint.c (compare_breakpoints): Fix comparison.
2244
2245 2012-10-18 Tom Tromey <tromey@redhat.com>
2246
2247 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2248 gdb_wchar_t to convert_between_encodings.
2249
2250 2012-10-17 Yao Qi <yao@codesourcery.com>
2251
2252 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2253 more parameter 'inferior'.
2254 * corefile.c (write_memory_with_notification): Caller update.
2255
2256 * mi/mi-cmd-var.c: Include "mi-main.h".
2257 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2258 to 1 and restore it later.
2259 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2260 and "data-write-memory-bytes.
2261 * mi/mi-interp.c: Include objfiles.h.
2262 (mi_interpreter_init): Call observer_attach_memory_changed.
2263 (mi_memory_changed): New.
2264 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2265 New field.
2266
2267 * NEWS: Mention new MI notification "memory-changed".
2268
2269 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2272
2273 2012-10-15 Doug Evans <dje@google.com>
2274
2275 New option -nh: inhibit loading of ~/.gdbinit.
2276 * NEWS: Mention -nh.
2277 * main.c (captured_main): Recognize and process -nh.
2278 (print_gdb_help): Mention -nh.
2279 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2280
2281 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2282
2283 PR backtrace/14646
2284 PR gdb/14647
2285 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2286 pc_regnum_from_eax.
2287 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2288 nor pc_regnum_from_eax.
2289 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2290 nor pc_regnum_from_eax.
2291
2292 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 Fix entry values resolving in inlined frames.
2295 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2296 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2297 entries of FRAME.
2298
2299 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2300
2301 * configure.ac: Build with -DMS_WIN64 if building with Python
2302 enabled using GCC on amd64-windows.
2303 * configure: Regenerate.
2304
2305 2012-10-15 Tom Tromey <tromey@redhat.com>
2306
2307 PR python/14635:
2308 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2309 to Py_None.
2310
2311 2012-10-15 Tom Tromey <tromey@redhat.com>
2312
2313 PR python/14634:
2314 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2315
2316 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2317
2318 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2319 reset thread numbering back to 1.
2320
2321 2012-10-11 Doug Evans <dje@google.com>
2322
2323 PR breakpoints/14643.
2324 * linespec.c (struct ls_parser): New member keyword_ok.
2325 (linespec_lexer_lex_string): Add comment.
2326 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2327 for one.
2328 (parse_linespec): Set keyword_ok.
2329
2330 2012-10-10 Doug Evans <dje@google.com>
2331
2332 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2333 "0x" prefix on address in log message.
2334
2335 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2336 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2337 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2338 (lookup_dwo_file): Add const to dwo_name parameter.
2339 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2340
2341 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 Fix crash during stepping on ppc32.
2344 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2345 SYM.
2346
2347 2012-10-03 Doug Evans <dje@google.com>
2348
2349 PR symtab/14601
2350 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2351
2352 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2353
2354 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2355 output and use uint32_t not long to ensure 4 byte size.
2356
2357 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2358
2359 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2360 unref'ed it.
2361
2362 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2363
2364 * target.c (simple_search_memory): Include access length in
2365 warning message.
2366
2367 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2368 Edjunior Machado <emachado@linux.vnet.ibm.com>
2369
2370 PR gdb/13989
2371 * solib.c (solib_find): Prevent GDB from loading native libraries when
2372 debugging a cross-target corefile.
2373
2374 2012-09-28 selven <pcthegreat@gmail.com>
2375
2376 Make definition match declaration.
2377
2378 * regcache.c (regcache_register_status): Change return type to
2379 enum register_status.
2380
2381 2012-09-28 Yao Qi <yao@codesourcery.com>
2382
2383 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2384 write_memory_with_notification instead of write_memory.
2385 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2386 instead of target_write_memory.
2387
2388 2012-09-28 Yao Qi <yao@codesourcery.com>
2389
2390 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2391 when the length of content is not an even number.
2392
2393 2012-09-27 Tom Tromey <tromey@redhat.com>
2394
2395 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2396 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2397
2398 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2399
2400 * sol-thread.c (sol_thread_fetch_registers)
2401 (sol_thread_store_registers): Delete commented out code.
2402
2403 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2404
2405 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2406 Move these functions to sparc-sol-thread.c.
2407 * sparc-sol-thread.c: New file.
2408 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2409 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2410 configurations.
2411 * configure: Regenerate.
2412
2413 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2414
2415 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2416 Remove commented-out code.
2417
2418 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2419
2420 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2421 Enable this code for sparc hosts only.
2422
2423 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2424
2425 * procfs.h (procfs_find_LDT_entry): Add declaration.
2426 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2427 function procfs_find_LDT_entry.
2428
2429 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2430
2431 * procfs.c (proc_get_LDT_entry): Make static.
2432
2433 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2434
2435 * procfs.c (proc_find_memory_regions): Fix declaration.
2436
2437 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2438
2439 * amd64-tdep.c (amd64_return_value): Revert previous change
2440 that used TYPE_LENGTH directly.
2441 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2442 (bfin_store_return_value): Likewise.
2443 * cris-tdep.c (cris_store_return_value): Likewise.
2444 (cris_extract_return_value): Likewise.
2445 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2446 * hppa-tdep.c (hppa64_return_value): Likewise.
2447 * lm32-tdep.c (lm32_store_return_value): Likewise.
2448 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2449 * spu-tdep.c (spu_value_from_register): Likewise.
2450 * vax-tdep.c (vax_return_value): Likewise.
2451
2452 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2453
2454 * gdbtypes.c (lookup_array_range_type): Expand parameters
2455 LOW_BOUND and HIGH_BOUND to LONGEST.
2456 (lookup_string_range_type): Likewise.
2457 * gdbtypes.h (lookup_array_range_type): Likewise.
2458 (lookup_string_range_type): Likewise.
2459 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2460 Expand HIGHBOUND to ssize_t.
2461 (value_string): Likewise.
2462 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2463 (value_string): Likewise.
2464
2465 2012-09-27 Yao Qi <yao@codesourcery.com>
2466
2467 PR breakpoints/13898
2468 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2469 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2470 per breakpoint type.
2471
2472 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2473
2474 * procfs.c: Add gdb_bfd header.
2475 * rs6000-nat.c: Likewise.
2476 * solib-pa64.c: Likewise.
2477 * spu-linux-nat.c: Likewise.
2478 * windows-nat.c: Likewise.
2479
2480 2012-09-26 Tom Tromey <tromey@redhat.com>
2481
2482 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2483
2484 2012-09-26 Tom Tromey <tromey@redhat.com>
2485
2486 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2487 (read_common_block): Handle child DIEs with
2488 DW_AT_data_member_location.
2489 (new_symbol_full): Add special case for common blocks.
2490
2491 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2492 Tom Tromey <tromey@redhat.com>
2493
2494 * dwarf2read.c (read_common_block): Rewrite.
2495 (new_symbol_full): Handle DW_TAG_common_block.
2496 * f-lang.c (head_common_list, find_common_for_function):
2497 Remove.
2498 * f-lang.h (struct common_entry, struct saved_f77_common,
2499 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2500 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2501 BLANK_COMMON_NAME_LOCAL): Remove.
2502 (struct common_block): New.
2503 * f-valprint.c (list_all_visible_commons): Remove.
2504 (info_common_command_for_block): New function.
2505 (info_common_command): Use it.
2506 * stack.c (iterate_over_block_locals): Special case for
2507 COMMON_BLOCK_DOMAIN.
2508 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2509 constant.
2510 (struct general_symbol_info) <value.common_block>: New field.
2511 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2512
2513 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2514 Tom Tromey <tromey@redhat.com>
2515
2516 * f-lang.c (allocate_saved_bf_node,
2517 allocate_saved_function_node, allocate_saved_f77_common_node,
2518 allocate_common_entry_node, tail_common_list, current_common,
2519 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2520 tmp_bf_ptr, add_common_block, add_common_entry,
2521 find_first_common_named, patch_common_entries,
2522 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2523 global_remote_debug, get_bf_for_fcn, saved_function_list,
2524 saved_function_list_end, clear_function_list, struct saved_fcn,
2525 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2526 SAVED_BF, SAVED_BF_PTR): Remove.
2527 * f-lang.h (tail_common_list, current_common,
2528 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2529 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2530 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2531 real_main_c_value): Remove.
2532 * f-valprint.c (there_is_a_visible_common_named): Remove.
2533
2534 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2535
2536 * breakpoint.c (update_global_location_list): Ignore previous
2537 duplicate status of a breakpoint when starting a new scan for
2538 duplicate breakpoints.
2539
2540 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2541 PR breakpoints/14419
2542 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2543 support LLVM compiler.
2544
2545 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2546
2547 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2548 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2549 (bfin_store_return_value): Likewise.
2550 * cris-tdep.c (cris_store_return_value): Likewise.
2551 (cris_extract_return_value): Likewise.
2552 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2553 * hppa-tdep.c (hppa64_return_value): Likewise.
2554 * lm32-tdep.c (lm32_store_return_value): Likewise.
2555 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2556 * spu-tdep.c (spu_value_from_register): Likewise.
2557 * vax-tdep.c (vax_return_value): Likewise.
2558
2559 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2560
2561 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2562 parameter LEN to ssize_t.
2563
2564 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2565
2566 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2567 variable LEN.
2568 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2569 directly.
2570 (alpha_store_return_value): Likewise.
2571 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2572 (amd64_push_arguments): Likewise.
2573 * ax-gdb.c (gen_trace_static_fields): Likewise.
2574 (gen_traced_pop): Likewise.
2575 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2576 * breakpoint.c (update_watchpoint): Likewise.
2577 * findcmd.c (parse_find_args): Use local variable for type
2578 instead of length.
2579 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2580 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2581 (h8300_store_return_value): Likewise.
2582 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2583 Use i386_darwin_arg_type_alignment directly.
2584 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2585 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2586 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2587 (m68hc11_extract_return_value): Likewise.
2588 * mep-tdep.c (mep_push_dummy_call): Likewise.
2589 * printcmd.c (float_type_from_length): Likewise.
2590 * s390-tdep.c (s390_value_from_register): Likewise.
2591 * stack.c (read_frame_arg): Likewise.
2592 * tracepoint.c (encode_actions_1): Likewise.
2593 * valops.c (value_fetch_lazy): Use local variable for type
2594 instead of length. Use TYPE_LENGTH directly.
2595 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2596
2597 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2598
2599 * symtab.c (skip_prologue_sal): Fix typo in comment.
2600
2601 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2602
2603 * linespec.c (create_sals_line_offset): Fix typo in comment.
2604
2605 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2606
2607 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2608 use plongest to print the array size.
2609
2610 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2611
2612 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2613 * p-valprint.c (pascal_type_print_base): Likewise.
2614
2615 2012-09-22 Yao Qi <yao@codesourcery.com>
2616
2617 * remote.c (remote_get_trace_status): Remove setting default
2618 values of fields of 'ts'.
2619
2620 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 Fix internal error on canonicalization of clang types.
2623 * cp-name-parser.y (operator): New comment at make_operator call for
2624 new, delete, new[] and delete[].
2625 (exp): Use "sizeof ". Add new comment at make_operator call.
2626
2627 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 Fix disassemble without parameters in tailcall frame.
2630 * cli/cli-cmds.c (disassemble_current_function): Use
2631 get_frame_address_in_block.
2632
2633 2012-09-21 Tom Tromey <tromey@redhat.com>
2634
2635 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2636 TYPE_CODE_UNION>: Unify, removing a goto.
2637
2638 2012-09-21 Tom Tromey <tromey@redhat.com>
2639
2640 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2641
2642 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2643
2644 * findvar.c (read_frame_register_value): Mark the result value as
2645 optimized out if any of the input registers have been optimized out.
2646
2647 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2648
2649 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2650
2651 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2652
2653 * eval.c (evaluate_subexp_standard): Eliminate single-use
2654 variable LOWER.
2655
2656 2012-09-21 Yao Qi <yao@codesourcery.com>
2657
2658 * mi/mi-interp.c: Declare mi_record_changed.
2659 (mi_interpreter_init): Call observer_attach_record_changed.
2660 (mi_record_changed): New.
2661 * record.c (record_open): Call observer_notify_record_changed.
2662 (cmd_record_stop): Call observer_notify_record_changed.
2663 * NEWS: Mention it.
2664
2665 2012-09-20 Tom Tromey <tromey@redhat.com>
2666
2667 * NEWS: Update.
2668 * python/python.c (finalize_python): New function.
2669 (_initialize_python): Make a final cleanup.
2670
2671 2012-09-19 Doug Evans <dje@google.com>
2672
2673 * buildsym.h (param_symbols): Delete, unused.
2674 (context_stack): Delete member "params", unused.
2675 * buildsym.c (push_context): Update.
2676 * dwarf2read.c (read_func_scope): Update.
2677
2678 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2679
2680 * sh-tdep.c (sh_register_convert_to_virtual)
2681 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2682 all callers. Just do a memcpy if not the little-endian case.
2683
2684 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2685 set_gdbarch_double_format and set_gdbarch_long_double_format.
2686 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2687 set_gdbarch_double_format.
2688 * sh-tdep.c (sh_gdbarch_init): Likewise.
2689
2690 * NEWS: Document the removal of SH's 'regs' command.
2691 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2692 command.
2693
2694 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2695
2696 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2697 `jump'.
2698
2699 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2700
2701 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2702 language when iterating over symbols.
2703
2704 2012-09-18 Yao Qi <yao@codesourcery.com>
2705
2706 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2707 (mi_interpreter_init): Call observer_attach_tsv_created and
2708 observer_attach_tsv_deleted.
2709 (mi_tsv_created, mi_tsv_deleted): New.
2710 * tracepoint.c (delete_trace_state_variable): Call
2711 observer_notify_tsv_deleted.
2712 (trace_variable_command): Call observer_notify_tsv_created.
2713 (delete_trace_variable_command): Call
2714 observer_notify_tsv_deleted.
2715 (create_tsv_from_upload): Call observer_notify_tsv_created.
2716 * NEWS: Mention it.
2717
2718 2012-09-18 Yao Qi <yao@codesourcery.com>
2719
2720 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2721 if traceframe changed.
2722 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2723 "trace-find".
2724 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2725 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2726 'traceframe_changed'.
2727 (mi_traceframe_changed): New.
2728 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2729 New field.
2730 * NEWS: Mention the new MI notification.
2731
2732 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2733
2734 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2735
2736 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2737
2738 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2739 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2740 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2741 Extend code also for PaX support. Convert all gdb_assert to warning
2742 calls.
2743
2744 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2745
2746 Implement auto-load user conveniences suggested by Doug Evans.
2747 * auto-load.c: Include top.h.
2748 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2749 (_initialize_auto_load): New variable scripts_directory_help. Mention
2750 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2751 scripts-directory. Document in online help one can use also files for
2752 set auto-load safe-path.
2753 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2754 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2755
2756 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2757
2758 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2759 of LEN.
2760
2761 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2762
2763 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2764 ELTLEN and use TYPE_LENGTH directly.
2765 (m2_val_print): Likewise.
2766 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2767 variable LEN and use TYPE_LENGTH directly.
2768 (m68k_svr4_store_return_value): Likewise.
2769 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2770 ARGLEN and use TYPE_LENGTH directly.
2771 (mips_o64_push_dummy_call): Likewise.
2772 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2773 variable LENGTH and use TYPE_LENGTH directly.
2774 (s390_function_arg_float): Likewise.
2775 (s390_function_arg_integer): Likewise.
2776 (s390_push_dummy_call): Likewise.
2777 (s390_return_value_convention): Likewise.
2778 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2779 TYPE_LENGTH directly.
2780
2781 2012-09-17 Yao Qi <yao@codesourcery.com>
2782
2783 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2784 Update comment to add_setshow_integer_cmd.
2785 * cli/cli-setshow.c (do_set_command): Handle case
2786 'var_zuinteger_unlimited'.
2787 (do_show_command): Likewise.
2788 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2789 for command 'remotetimeout'.
2790 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2791 to var_integer.
2792 * source.c (_initialize_source): Call
2793 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2794
2795 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2796
2797 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2798 variable LEN.
2799
2800 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2801
2802 PR 14119
2803 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2804 (frame_pop): Drop also TAILCALL_FRAME frames.
2805 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2806
2807 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2808 Pedro Alves <palves@redhat.com>
2809
2810 PR 14548
2811 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2812 function start if we are already at function start. Both for
2813 reverse-next and for reverse-step into function without line number
2814 info.
2815
2816 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 Code cleanup - rename 'inline' depth to 'artificial' depth.
2819 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2820 frame_id_artificial_p, extend the comment.
2821 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2822 * frame.c (fprint_frame_id): Rename at a user, change debug output
2823 text to "artificial=".
2824 (skip_inlined_frames): Rename to ...
2825 (skip_artificial_frames): ... here. Extend the comment.
2826 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2827 (frame_id_inlined_p): Rename to ...
2828 (frame_id_artificial_p): ... here. Rename at a user.
2829 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2830 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2831 at a user.
2832 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2833 Extend the comment.
2834 (frame_id_inlined_p): Rename to ...
2835 (frame_id_artificial_p): ... here.
2836 * inline-frame.c (inline_frame_this_id): Rename at a user.
2837
2838 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2839
2840 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2841 vector variables using vector_size syntax rather than array
2842 syntax.
2843
2844 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2845
2846 * valarith.c (value_concat): Replace unsafe ALLOCA with
2847 XMALLOC/XFREE.
2848
2849 2012-09-14 Pedro Alves <palves@redhat.com>
2850
2851 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2852
2853 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2854
2855 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2856 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2857 data-directory as appropriate.
2858
2859 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2860
2861 * printcmd.c (ui_printf): Eliminate single-use variable
2862 PARAM_LEN.
2863
2864 2012-09-14 Yao Qi <yao@codesourcery.com>
2865 Pedro Alves <palves@redhat.com>
2866
2867 * valops.c (value_assign): Move observer_notify_target_changed
2868 below to replace reinit_frame_cache.
2869
2870 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2871
2872 Refactor Python "gdb" module into a proper Python package, by
2873 introducing a new "_gdb" module for code implemented in C, and
2874 using reload/__import__ instead of exec.
2875 * python/lib/gdb/__init__.py: Import * from _gdb.
2876 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2877 prompt_hook, sys.argv): Moved from finish_python_initialization.
2878 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2879 (packages, auto_load_packages): New list and function replacing
2880 module_dict and auto-loading code, using __file__ instead of
2881 gdb.PYTHONDIR and reload/__import__ instead of exec.
2882 (GdbSetPythonDirectory): Replacing function of the same name
2883 from finish_python_initialization, using reload/__import__ instead
2884 of exec, as well as call auto_load_packages.
2885 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2886 gdb_python_module and not gdb_module.
2887 * python/python-internal.h (gdb_python_module): Declare.
2888 * python/python.c (gdb_python_module): New global.
2889 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2890 (_initialize_python): Rename gdb module to _gdb.
2891 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2892 (finish_python_initialization): Move Python code to
2893 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2894 __main__.
2895
2896 2012-09-13 Pedro Alves <palves@redhat.com>
2897
2898 * Makefile.in (COMMON_OBS): Add registry.o.
2899 * registry.c: New file.
2900 * registry.h (struct registry_container): Declare.
2901 (registry_data_callback): New typedef.
2902 (struct registry_data, struct registry_data_registration, struct
2903 registry_data_registry): New type.
2904 (register_data_with_cleanup, registry_alloc_data)
2905 (registry_callback_adaptor, registry_clear_data)
2906 (registry_container_free_data, registry_set_data, registry_data):
2907 Declare.
2908 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2909 the new common structures and functions.
2910 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2911 callback typedefs.
2912
2913 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2914
2915 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2916 there is an error inserting hardware breakpoints and use the
2917 error message from the target.
2918
2919 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2920 Catch this exception and print the error message contained within.
2921 Do not print the default hardware error breakpoint message in this
2922 case.
2923
2924 2012-09-12 Doug Evans <dje@google.com>
2925
2926 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2927 cu == NULL.
2928
2929 2012-09-11 Doug Evans <dje@google.com>
2930
2931 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2932 .gdb_index symbol attributes if there are none.
2933
2934 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2935
2936 * symtab.h (struct minimal_symbol) [has_size]: New field.
2937 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2938 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2939 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2940 minimal symbols if the symbol's size is actually known.
2941 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2942 of msymbol's size field. Add comment.
2943 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2944 SET_MSYMBOL_SIZE to set the minimal symbol size.
2945
2946 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2947
2948 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2949 minimal_symbol struct object, rather than setting some of its
2950 fields one by one.
2951
2952 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2953
2954 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2955 passed_a_ptr flag when displaying typedef types.
2956
2957 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2958
2959 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2960 the optimized_out flag is preserved.
2961
2962 2012-09-10 Anthony Green <green@moxielogic.com>
2963
2964 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2965 prologue changes in GCC.
2966
2967 2012-09-10 Keith Seitz <keiths@redhat.com>
2968
2969 PR gdb/13483
2970 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2971 (BOOL_CONVERSION_BADNESS): ... this.
2972 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2973 (rank_one_type): Allow all boolean conversions
2974 permitted by the standard.
2975
2976 2012-09-06 Tom Tromey <tromey@redhat.com>
2977
2978 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2979 Don't decref py_objfile.
2980
2981 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2982
2983 Do not enable -lmcheck by default when Python is enabled with
2984 threading support.
2985 * configure.ac: (python_has_threads) New variable, by testing
2986 if WITH_THREAD is defined in Python.h.
2987 Move --enable-lmcheck after --with-python.
2988 Do not enable -lmcheck by default if python_has_threads=yes.
2989 Warn if --enable-lmcheck and python_has_threads=yes.
2990 * configure: Regenerate.
2991
2992 2012-08-31 Yao Qi <yao@codesourcery.com>
2993
2994 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2995 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2996 Update some commands.
2997 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2998 * mi/mi-main.c (mi_cmd_execute): Set
2999 '*parse->cmd->suppress_notification' to 1.
3000
3001 2012-08-31 Yao Qi <yao@codesourcery.com>
3002
3003 * mi/mi-cmds.c (mi_cmds): Add 'static'.
3004
3005 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
3006
3007 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3008
3009 2012-08-29 Doug Evans <dje@google.com>
3010
3011 * main.c (print_gdb_help): Remove reference to
3012 --use-deprecated-index-sections.
3013
3014 2012-08-28 Yao Qi <yao@codesourcery.com>
3015
3016 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3017 (init_cmds): Call add_setshow_uinteger_cmd for command
3018 'max-user-call-depth'.
3019 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3020 declaration of 'max_user_call_depth'.
3021 * frame.c (backtrace_limit): Add 'unsigned'.
3022 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3023 'limit'.
3024 * remote.c (remoteaddresssize): Add 'unsigned'.
3025 (remote_address_masked): Change local var 'address_size' to
3026 'unsigned'.
3027 (_initialize_remote): Call add_setshow_uinteger_cmd for
3028 'remoteaddresssize'.
3029 * top.c (history_size): Add 'unsigned'.
3030 (show_commands): Change local variables to 'unsigned'.
3031 (set_history_size_command): Don't check history_size is negative.
3032 Adjust the condition to call unstifle_history and set history_size
3033 to UNIT_MAX.
3034
3035 2012-08-28 Pedro Alves <palves@redhat.com>
3036
3037 PR gdb/14428
3038
3039 * infcmd.c (default_print_one_register_info): New, factored out
3040 from default_print_registers_info.
3041 (default_print_registers_info): Use it. Mark value unavailable if
3042 necessary.
3043 (registers_info): Print user registers with
3044 default_print_one_register_info.
3045
3046 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3047
3048 PR tui/14486
3049 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3050 is not NULL before referencing it.
3051
3052 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3055 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3056 original PC for it.
3057
3058 2012-08-27 Eli Zaretskii <eliz@gnu.org>
3059 Jan Kratochvil <jan.kratochvil@redhat.com>
3060
3061 * auto-load.c (auto_load_objfile_script): Rename to ...
3062 (auto_load_objfile_script_1): ... here, change variable realname to
3063 parameter realname, document it, add return value, add variable retval.
3064 (auto_load_objfile_script): New function.
3065
3066 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3069 followed by a whitespace.
3070
3071 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3072
3073 PR gdb/14494.
3074 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3075 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3076 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3077 here.
3078
3079 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3080
3081 * memattr.c (create_mem_region): Fix memory region overlapping
3082 checking.
3083
3084 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3085
3086 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3087 with xmalloc/cleanup.
3088 * mt-tdep.c (mt_push_dummy_call): Likewise.
3089 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3090 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3091
3092 2012-08-24 Yao Qi <yao@codesourcery.com>
3093
3094 * jv-exp.y (push_expression_name): Add "." at the end of error
3095 message.
3096
3097 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3098
3099 Document how to return from "python-interactive" to GDB.
3100 * python/python.c (_initialize_python): Update documentation.
3101
3102 2012-08-23 Pedro Alves <palves@redhat.com>
3103
3104 * infrun.c (_initialize_infrun) <handle command help text>:
3105 Mention that multiple signals are supported.
3106
3107 2012-08-23 Pedro Alves <palves@redhat.com>
3108
3109 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3110 string.
3111
3112 2012-08-23 Yao Qi <yao@codesourcery.com>
3113
3114 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3115 (tfind_1): Don't call registers_changed, set_traceframe_num,
3116 and clear_traceframe_info.
3117 Call set_current_traceframe.
3118 (set_current_traceframe): call set_traceframe_num.
3119
3120 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3121
3122 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3123 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3124
3125 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3126
3127 Enable readline in Python in a GDB-specific way and block the
3128 standard Python readline module to prevent conflicts with GDB.
3129 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3130 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3131 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3132 * python/py-gdb-readline.c: New file.
3133 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3134 prototype.
3135 * python/python.c (_initialize_python): Call
3136 gdbpy_initialize_gdb_readline.
3137
3138 2012-08-22 Keith Seitz <keiths@redhat.com>
3139
3140 * defs.h: Include build-gnulib/config.h
3141
3142 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3143
3144 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3145 and blx pc.
3146
3147 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3148
3149 Add a new "python-interactive" command that starts a standard
3150 Python interactive prompt with "pi" as alias, and add "py" as
3151 an alias to "python".
3152 * NEWS: Mention the new commands.
3153 * python/python.c (eval_python_command): New function.
3154 (python_interactive_command): For "python-interactive" with
3155 arguments, call eval_python_command. For "python-interactive"
3156 without arguments, call PyRun_InteractiveLoop.
3157 (_initialize_python): Add "python-interactive" command with
3158 "pi" as alias, and add "py" as an alias to "python".
3159
3160 2012-08-22 Tom Tromey <tromey@redhat.com>
3161
3162 * defs.h (quit_flag): Don't declare.
3163 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3164 (QUIT): Use new functions.
3165 * event-top.c (command_handler): Use clear_quit_flag.
3166 (handle_sigint): Use set_quit_flag.
3167 (async_request_quit): Use check_quit_flag. Don't check
3168 immediate_quit.
3169 * exceptions.c (throw_exception): Use clear_quit_flag.
3170 * main.c (captured_main): Use clear_quit_flag.
3171 * python/python.c (clear_quit_flag, set_quit_flag)
3172 (check_quit_flag): New functions.
3173 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3174 clear_quit_flag.
3175 * remote.c (remote_wait_as): Use check_quit_flag,
3176 clear_quit_flag.
3177 (remote_start_remote): Call QUIT.
3178 * symfile.c (load_progress): Use check_quit_flag.
3179 * top.c (command_loop): Use clear_quit_flag.
3180 (command_line_input): Call QUIT.
3181 * utils.c (quit_flag): Conditionally define.
3182 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3183 functions.
3184 (prompt_for_continue): Call QUIT. Use quit, not
3185 async_request_quit.
3186 * remote-mips.c (mips_expect_timeout): Call QUIT.
3187 * monitor.c (monitor_expect): Call QUIT.
3188
3189 2012-08-22 Tom Tromey <tromey@redhat.com>
3190
3191 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3192 (async_init_signals): Update.
3193 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3194 (SIGWINCH_HANDLER_BODY): Remove.
3195
3196 2012-08-22 Tom Tromey <tromey@redhat.com>
3197
3198 * jit.c (jit_object_close_impl): Don't malloc the objfile
3199 name.
3200 * objfiles.c (allocate_objfile): Don't malloc the objfile
3201 name.
3202 (free_objfile): Don't free the objfile name.
3203 * objfiles.h (struct objfile) <name>: Update comment.
3204 * symfile.c (reread_symbols): Fix reference counting. Don't
3205 malloc objfile name.
3206
3207 2012-08-22 Tom Tromey <tromey@redhat.com>
3208
3209 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3210 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3211 (symfile_bfd_open): Likewise.
3212 (generic_load): Likewise.
3213 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3214 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3215 gdb_bfd_open.
3216 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3217 Use gdb_bfd_open.
3218 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3219 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3220 (pmon_load_fast): Likewise.
3221 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3222 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3223 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3224 (macho_check_dsym): Likewise.
3225 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3226 (m32r_upload_command): Likewise.
3227 * gdb_bfd.h (gdb_bfd_cache): Declare.
3228 * gdb_bfd.c (struct gdb_bfd_data): New.
3229 (gdb_bfd_cache): New global.
3230 (struct gdb_bfd_cache_search): New.
3231 (hash_bfd): New function.
3232 (eq_bfd): Likewise.
3233 (gdb_bfd_open): Likewise.
3234 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3235 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3236 gdb_bfd_data.
3237 * exec.c (exec_file_attach): Use gdb_bfd_open.
3238 * dsrec.c (load_srec): Use gdb_bfd_open.
3239
3240 2012-08-22 Tom Tromey <tromey@redhat.com>
3241
3242 * dwarf2read.c (macro_start_file): Update.
3243 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3244 (free_objfile_per_bfd_storage): Destroy macro_cache.
3245 (allocate_objfile, free_objfile): Update.
3246 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3247 New field.
3248 (struct objfile) <macro_cache>: Remove.
3249 * symfile.c (reread_symbols): Update.
3250 * symmisc.c (print_symbol_bcache_statistics): Update.
3251 (print_objfile_statistics): Update.
3252
3253 2012-08-22 Tom Tromey <tromey@redhat.com>
3254
3255 * elfread.c (elf_symtab_read): Update.
3256 * objfiles.c (objfiles_bfd_data): New global.
3257 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3258 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3259 (allocate_objfile, free_objfile): Update.
3260 (_initialize_objfiles): Initialize objfiles_bfd_data.
3261 * objfiles.h (struct objfile_per_bfd_storage): New.
3262 (struct objfile) <per_bfd>: New field.
3263 <filename_cache>: Remove.
3264 (set_objfile_per_bfd): Declare.
3265 * symfile.c (reread_symbols): Update. Call
3266 set_objfile_per_bfd.
3267 (allocate_symtab): Update.
3268 * symmisc.c (print_symbol_bcache_statistics): Update.
3269 (print_objfile_statistics): Print the size of the BFD obstack.
3270
3271 2012-08-22 Tom Tromey <tromey@redhat.com>
3272
3273 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3274 * gdb_bfd.c: Use DEFINE_REGISTRY.
3275 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3276 (gdb_bfd_ref): Call bfd_alloc_data.
3277 (gdb_bfd_unref): Call bfd_free_data.
3278
3279 2012-08-22 Tom Tromey <tromey@redhat.com>
3280
3281 * registry.h (struct registry_fields): New.
3282 (REGISTRY_FIELDS): Redefine.
3283 (REGISTRY_ACCESS_FIELD): New macro.
3284 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3285 functions.
3286
3287 2012-08-22 Tom Tromey <tromey@redhat.com>
3288
3289 * auto-load.c (_initialize_auto_load): Update.
3290 * solib-svr4.c (_initialize_svr4_solib): Update
3291 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3292 * solib-darwin.c (_initialize_darwin_solib): Update.
3293 * registry.h: New file.
3294 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3295 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3296 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3297 (register_program_space_data_with_cleanup)
3298 (register_program_space_data, program_space_alloc_data)
3299 (clear_program_space_data, set_program_space_data)
3300 (program_space_data): Don't declare.
3301 * progspace.c: Use DEFINE_REGISTRY.
3302 (struct program_space_data, struct
3303 program_space_data_registration, struct
3304 program_space_data_registry, program_space_data_registry)
3305 (register_program_space_data_with_cleanup)
3306 (register_program_space_data, program_space_alloc_data)
3307 (program_space_free_data, clear_program_space_data)
3308 (set_program_space_data, program_space_data): Remove.
3309 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3310 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3311 (register_objfile_data_with_cleanup, register_objfile_data)
3312 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3313 declare.
3314 * objfiles.c: Use DEFINE_REGISTRY.
3315 (struct objfile_data, struct objfile_data_registration, struct
3316 objfile_data_registry, objfile_data_registry)
3317 (register_objfile_data_with_cleanup, register_objfile_data)
3318 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3319 (set_objfile_data, objfile_data): Remove.
3320 (_initialize_objfiles): Update.
3321 * jit.c (_initialize_jit): Update.
3322 * inflow.c (_initialize_inflow): Update.
3323 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3324 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3325 (register_inferior_data_with_cleanup, register_inferior_data)
3326 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3327 declare.
3328 * inferior.c: Use DEFINE_REGISTRY.
3329 (struct inferior_data, struct inferior_data_registration, struct
3330 inferior_data_registry, inferior_data_registry)
3331 (register_inferior_data_with_cleanup, register_inferior_data)
3332 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3333 (set_inferior_data, inferior_data): Remove.
3334 * auxv.c (_initialize_auxv): Update.
3335 * ada-lang.c (_initialize_ada_language): Update.
3336 * breakpoint.c (_initialize_breakpoint): Update.
3337 * i386-nat.c (i386_use_watchpoints): Update.
3338
3339 2012-08-22 Tom Tromey <tromey@redhat.com>
3340
3341 * exec.c (exec_close, exec_file_attach): Update.
3342 (add_to_section_table): Initialize 'key' field.
3343 (add_target_sections, remove_target_sections): Add 'key' argument.
3344 * exec.h (add_target_sections, remove_target_sections): Add
3345 'key' argument.
3346 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3347 (reload_shared_libraries_1): Update.
3348 * target.h (struct target_section) <key>: New field.
3349
3350 2012-08-22 Tom Tromey <tromey@redhat.com>
3351
3352 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3353
3354 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3355
3356 * symfile.c (allocate_symtab): Use host_address_to_string
3357 function instead of cast of pointer to long which is not
3358 compatible with x86_64-w64-mingw32 build.
3359
3360 2012-08-19 Andrew Pinski <apinski@cavium.com>
3361
3362 * mips-tdep.c (is_octeon): New function.
3363 (is_octeon_bbit_op): New function.
3364 (mips32_next_pc): Handle Octeon's bbit instructions.
3365 (mips32_instruction_has_delay_slot): Likewise.
3366
3367 2012-08-19 Andrew Pinski <apinski@cavium.com>
3368
3369 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3370 before the function.
3371
3372 2012-08-19 Andrew Pinski <apinski@cavium.com>
3373
3374 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3375
3376 2012-08-19 Keith Seitz <keiths@redhat.com>
3377
3378 PR c++/14365
3379 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3380 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3381
3382 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3383
3384 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3385 The typo broke "make TAGS".
3386
3387 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3388
3389 GDB 7.5 released.
3390
3391 2012-08-17 Keith Seitz <keiths@redhat.com>
3392
3393 PR c++/13356
3394 * gdbtypes.c (strict_type_checking): New variable.
3395 (show_strict_type_checking): New function.
3396 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3397 if strict type checking is disabled.
3398 (_initialize_gdbtypes): Add "check type" subcommand.
3399 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3400
3401 2012-08-17 Keith Seitz <keiths@redhat.com>
3402
3403 * language.h (type_mode): Remove.
3404 (type_check): Remove.
3405 (struct language_defn): Remove la_type_check.
3406 (STRICT_TYPE): Remove unused macro.
3407 (type_error): Remove.
3408 * language.c (set_type_range_case): Renamed to ...
3409 (set_range_case): ... this. Update all callers.
3410 Remove type_mode/type_check.
3411 (type_mode): Remove.
3412 (type_check): Remove.
3413 (show_type_command): Remove.
3414 (set_type_command): Remove.
3415 (language_info): Remove type checking output.
3416 (type_error): Remove unused function.
3417 (range_error): Update comment.
3418 (unknown_language_defn): Remove la_type_check.
3419 (auto_language_defn): Likewise.
3420 (local_language_defn): Likewise.
3421 (_initialize_language): Remove "check type" subcommand.
3422 * ada-lang.c (ada_language_defn): Remove la_type_check.
3423 * c-lang.c (c_language_defn): Likewise.
3424 (cplus_language_defn): Likewise.
3425 (asm_language_defn): Likewise.
3426 (minimal_language_defn): Likewise.
3427 * d-lang.c (d_language_defn): Likewise.
3428 * f-lang.c (f_language_defn): Likewise.
3429 * go-lang.c (go_language_defn): Likewise.
3430 * jv-lang.c (java_language_defn): Likewise.
3431 * m2-lang.c (m2_language_defn): Likewise.
3432 * objc-lang.c (objc_language_defn): Likewise.
3433 * opencl-lang.c (opencl_language_defn): Likewise.
3434 * p-lang.c (pascal_language_defn): Likewise.
3435
3436 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3437
3438 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3439
3440 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3441
3442 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3443 New function.
3444 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3445 using the regache. Use ia64_hpux_get_register_from_save_state_t
3446 to access the bsp and bspstore registers if not.
3447
3448 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3449
3450 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3451 * breakpoint.c (detach_breakpoints): Change pid parameter into
3452 a ptid. Adjust code accordingly.
3453 * infrun.c (handle_inferior_event): Delete variable child_pid.
3454 Update call to detach_breakpoints to pass the child ptid for
3455 fork events.
3456 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3457 assert that inferior_ptid's lwp is zero.
3458 (linux_handle_extended_wait): Update call to detach_breakpoints.
3459 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3460 detach_breakpoints.
3461
3462 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3463
3464 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3465 parent, only call detach_breakpoints if tts.tts_event ==
3466 TTEVT_VFORK.
3467
3468 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3469
3470 * dwarf2-frame.c (dwarf2_frame_cache): Use
3471 get_frame_address_in_block instead of get_frame_pc as
3472 the bound for executing the frame's FDE.
3473
3474 2012-08-16 Yao Qi <yao@codesourcery.com>
3475
3476 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3477 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3478 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3479 (c_type_print_varspec_suffix): Likewise.
3480 * eval.c (evaluate_subexp_standard): Likewise.
3481 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3482 (f_type_print_varspec_suffix): Likewise.
3483 * gdbtypes.c (is_scalar_type): Likewise.
3484 (recursive_dump_type): Likewise.
3485 * infcall.c (value_arg_coerce): Likewise.
3486 * m2-valprint.c (m2_val_print): Likewise.
3487 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3488 (pascal_type_print_varspec_suffix): Likewise.
3489 (pascal_type_print_base): Likewise.
3490 * p-valprint.c (pascal_val_print): Likewise.
3491 (pascal_val_print): Likewise.
3492 * valops.c (value_slice): Likewise.
3493 * valprint.c (scalar_type_p): Likewise.
3494 * valarith.c (value_bitstring_subscript): Remove.
3495 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3496 Remove comment on TYPE_CODE_BITSTRING.
3497
3498 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3499 TYPE_CODE_BITSTRING.
3500
3501 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3502 slot 0.
3503
3504 2012-08-16 Yao Qi <yao@codesourcery.com>
3505
3506 * tracepoint.c (trace_find_none_command): Remove.
3507 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3508
3509 2012-08-16 Yao Qi <yao@codesourcery.com>
3510
3511 * remote.c (handle_notification): Remove parameter 'length'.
3512 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3513
3514 2012-08-15 Keith Seitz <keiths@redhat.com>
3515
3516 * gdbtypes.c (opaque_type_resolution): Make static.
3517 Add missing comment.
3518 (overload_debug): Add missing comment.
3519 (show_opaque_type_resolution): Likewise.
3520 (show_overload_debug): Likewise.
3521 (print_bit_vector): Remove unnecessary forward declaration.
3522 (print_arg_types): Likewise.
3523 (dump_fn_fieldlists): Likewise.
3524 (print_cplus_stuff): Likewise.
3525
3526 2012-08-15 Tom Tromey <tromey@redhat.com>
3527
3528 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3529 (gdb_bfd_ref): Initialize new field.
3530 (gdb_bfd_unref): Unref the archive BFD.
3531 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3532 parent archive.
3533
3534 2012-08-15 Tom Tromey <tromey@redhat.com>
3535
3536 PR python/14387:
3537 * python/py-bpevent.c (create_breakpoint_event_object): Update
3538 comment.
3539 * python/py-event.c (evpy_add_attribute): Update comment.
3540 * python/py-exitedevent.c (create_exited_event_object): Fix
3541 reference counting and error handling.
3542 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3543 Fix reference counting.
3544 * python/py-signalevent.c (create_signal_event_object): Fix
3545 reference counting and error handling.
3546 * python/py-stopevent.c (emit_stop_event): Fix reference
3547 counting.
3548 * python/py-threadevent.c (get_event_thread): Return a
3549 borrowed reference.
3550 * python/py-type.c (convert_field): Fix reference counting.
3551
3552 2012-08-15 Tom Tromey <tromey@redhat.com>
3553
3554 * dwarf2read.c (dwarf_decode_macro_bytes)
3555 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3556 as hash key.
3557
3558 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3559
3560 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3561 stepi, nexti, finish, next, step, jump, and continue commands.
3562 * infrun.c (_initialize_infrun): Update help text for the handle
3563 command.
3564
3565 2012-08-14 Doug Evans <dje@google.com>
3566
3567 * gdbtypes.c (struct extra): Delete, unused.
3568
3569 * gdbtypes.c: Whitespace cleanup.
3570 (address_space_name_to_int): Remove "extern" from definition.
3571 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3572
3573 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3574 TYPE_POINTER_TYPE (type).
3575
3576 2012-08-14 Gary Benson <gbenson@redhat.com>
3577
3578 * solib-svr4.c (svr4_free_library_list): Use free_so.
3579
3580 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3581
3582 * .gitignore: Add go-exp.c.
3583
3584 2012-08-13 Doug Evans <dje@google.com>
3585
3586 * value.c (show_convenience): Tweak comment.
3587 (_initialize_values): Mention convenience functions in the help text
3588 for "show convenience".
3589
3590 2012-08-13 Yao Qi <yao@codesourcery.com>
3591
3592 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3593 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3594 TERNOP_SLICE_COUNT.
3595 * eval.c (evaluate_subexp_standard): Likewise.
3596 * expprint.c (print_subexp_standard): Likewise.
3597 (dump_subexp_body_standard): Likewise.
3598 * parse.c (operator_length_standard): Likewise.
3599
3600 2012-08-13 Yao Qi <yao@codesourcery.com>
3601
3602 * std-operator.def: Remove OP_BITSTRING.
3603 * breakpoint.c (watchpoint_exp_is_const): Update.
3604 * eval.c (evaluate_subexp_standard): Remove handling to
3605 OP_BITSTRING.
3606 * expprint.c (print_subexp_standard): Likewise.
3607 (dump_subexp_body_standard): Likewise.
3608 * parse.c (operator_length_standard): Likewise.
3609 * valops.c (value_bitstring): Remove.
3610 * value.h: Remove the declaration of 'value_bitstring'.
3611
3612 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3613
3614 * linespec.c (find_methods): Remove unused variables `i1' and
3615 `name_len'.
3616 (decode_line_full): Likewise for `arg_start'.
3617
3618 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3619
3620 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3621 (zlib_decompress_section): Likewise for `section_data'.
3622 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3623
3624 2012-08-10 Doug Evans <dje@google.com>
3625
3626 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3627 * NEWS: Document them.
3628 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3629 function/strfns.py.
3630 * python/py-type.c (typy_array_1): New function.
3631 (typy_array): Call it.
3632 (typy_vector): New function.
3633 (type_object_methods): Add "vector".
3634 * python/lib/gdb/function/__init__.py: New file.
3635 * python/lib/gdb/function/strfns.py: New file.
3636
3637 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3638
3639 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3640 for TYPE_FIELD_BITPOS.
3641 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3642
3643 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3644
3645 PR cli/10436:
3646 * common/vec.h (VEC_merge): Define.
3647 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3648 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3649 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3650 * completer.c: Include gdb_signals.h.
3651 (signal_completer): Define.
3652 * completer.h (signal_completer): Add prototype.
3653 * infcmd.c (_initialize_infcmd): Assign the command
3654 completer for "signal" to handle_completer.
3655 * infrun.c: Include completer.h.
3656 (handle_completer): Define.
3657 (_initialize_infrun): Declare a new local variable c. Store the
3658 result of add_com("handle") to it. Assign the command
3659 completer for "handle" to handle_completer.
3660
3661 2012-08-09 Yao Qi <yao@codesourcery.com>
3662
3663 * cli/cli-decode.c (set_cmd_prefix): New.
3664 (lookup_cmd_for_prefixlist): New.
3665 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3666 of each cmd_list_element in *prefixlist.
3667 (add_setshow_cmd_full): set_cmd_prefix.
3668 (add_alias_cmd): Likewise.
3669 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3670 Declare 'auto_boolean_enums'.
3671 * cli/cli-setshow.c: Include "observer.h".
3672 (notify_command_param_changed_p): New.
3673 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3674 Remove 'static'.
3675 (do_setshow_command): Split it to ...
3676 (do_set_command, do_show_command): ... them. New.
3677 (do_set_command): Call observer_notify_command_param_changed if
3678 notify_command_param_changed_p returns true.
3679 (cmd_show_list): Caller update.
3680 * auto-load.c (set_auto_load_cmd): Likewise.
3681 * remote.c (show_remote_cmd): Likewise.
3682 * cli/cli-setshow.h: Update declarations.
3683 * top.c (execute_command): Call do_set_command and do_show_command.
3684
3685 * NEWS: Mention new MI notification.
3686 * mi/mi-interp.c: Declare mi_command_param_changed.
3687 (mi_interpreter_init): Attach mi_command_param_changed to
3688 observer command_param_changed.
3689 (mi_command_param_changed): New.
3690 Remove mi_suppress_breakpoint_notifications.
3691 Define global variable mi_suppress_notification.
3692 (mi_breakpoint_created): Update.
3693 (mi_breakpoint_deleted): Likewise.
3694 (mi_breakpoint_modified): Likewise.
3695 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3696 'gdb-set' and set mi_suppress_notification.
3697 * mi/mi-main.h: (mi_suppress_notification): New struct.
3698
3699 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3700 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3703
3704 2012-08-09 Yao Qi <yao@codesourcery.com>
3705
3706 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3707 (skiplist): Move it to skip.c.
3708 (init_cmd_lists): Remove code setting enablebreaklist and
3709 skiplist to NULL.
3710 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3711 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3712 skiplist.
3713 * gdbcmd.h: Likewise.
3714 * skip.c (_initialize_step_skip): Move 'skiplist' from
3715 cli/cli-cmds.c.
3716
3717 2012-08-09 Yao Qi <yao@codesourcery.com>
3718
3719 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3720 * gnu-nat.c, symfile.c: Likewise.
3721
3722 2012-08-08 Aaron Gamble <agamble@google.com>
3723
3724 * utils.c (prompt_for_continue_wait_time): New static global.
3725 (make_command_stats_cleanup): Initialize it.
3726 (report_command_stats): Subtract time waiting for user.
3727 (prompt_for_continue): Track time waiting for user.
3728 (defaulted_query): Track time waiting for user.
3729
3730 2012-08-08 Doug Evans <dje@google.com>
3731
3732 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3733 UNOP_MEMVAL_TYPE.
3734 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3735 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3736 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3737 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3738 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3739 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3740 elt.
3741 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3742 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3743 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3744 (dump_prefix_expression): Handle OP_TYPE.
3745
3746 2012-08-08 Keith Seitz <keiths@redhat.com>
3747
3748 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3749 addr_start.
3750
3751 2012-08-08 Doug Evans <dje@google.com>
3752
3753 * linux-thread-db.c: #include "gdb_vecs.h".
3754 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3755 updated.
3756 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3757 (thread_db_load_search): Use a vector to iterate over path elements.
3758 Handle text appearing after "$pdir".
3759
3760 * gdb_string.h: Moved to ...
3761 * common/gdb_string.h: ... here.
3762 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3763 gdb_string.h and gdb_assert.h.
3764
3765 2012-08-08 Yao Qi <yao@codesourcery.com>
3766
3767 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3768 (tic6x_value_to_register): Likewise.
3769 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3770 and set_gdbarch_value_to_register.
3771
3772 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3773 Jean-Marc Saffroy <saffroy@gmail.com>
3774
3775 PR 11804
3776 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3777 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3778 * gcore.c (gcore_create_callback): New function comment. Add modified
3779 parameter. Only write modified regions. Set SEC_READONLY exactly
3780 according to MODIFIED.
3781 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3782 the passed modified value to FUNC.
3783 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3784 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3785 first. New variables modified and has_anonymous. Parse the lines of
3786 smaps file. Add the passed MODIFIED value to FUNC.
3787 * procfs.c (find_memory_regions_callback): Add the passed modified
3788 value.
3789
3790 2012-08-06 Tom Tromey <tromey@redhat.com>
3791
3792 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3793 (dwarf2_frame_cache): Use it.
3794 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3795 cache initialization constraint.
3796
3797 2012-08-06 Tom Tromey <tromey@redhat.com>
3798
3799 PR python/14386:
3800 * varobj.c (update_dynamic_varobj_children): Don't call
3801 PyIter_Check.
3802
3803 2012-08-06 Tom Tromey <tromey@redhat.com>
3804
3805 PR cli/14392:
3806 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3807
3808 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3809
3810 * NEWS: New entry for 'cd' default parameters.
3811 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3812
3813 2012-08-03 Tom Tromey <tromey@redhat.com>
3814
3815 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3816 return.
3817
3818 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3819
3820 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3821 to attempting lseek/write.
3822 (inf_child_fileio_pread): Likewise for pread.
3823
3824 2012-08-02 Yao Qi <yao@codesourcery.com>
3825
3826 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3827 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3828 add_setshow_zinteger_cmd.
3829 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3830 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3831 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3832 instead of add_setshow_zinteger_cmd.
3833 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3834 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3835 instead of add_setshow_zinteger_cmd.
3836 * frame.c (frame_debug): Add 'unsigned'.
3837 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3838 add_setshow_zinteger_cmd.
3839 * frame.h: Update the declaration of 'frame_debug'.
3840 * gdbtypes.c (overload_debug): Add 'unsigned'.
3841 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3842 add_setshow_zinteger_cmd.
3843 * inferior.h: Update declaration of 'debug_infrun'.
3844 * infrun.c (debug_infrun): Add 'unsigned'.
3845 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3846 add_setshow_zinteger_cmd.
3847 * jit.c (jit_debug): Add 'unsigned'.
3848 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3849 add_setshow_zinteger_cmd.
3850 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3851 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3852 instead of add_setshow_zinteger_cmd.
3853 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3854 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3855 add_setshow_zinteger_cmd.
3856 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3857 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3858 instead of add_setshow_zinteger_cmd.
3859 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3860 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3861 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3862 intead of add_setshow_zinteger_cmd.
3863 * mips-tdep.c (mips_debug): Add 'unsigned'.
3864 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3865 instead of add_setshow_zinteger_cmd.
3866 * monitor.c (monitor_debug): Add 'unsigned'.
3867 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3868 add_setshow_zinteger_cmd.
3869 * observer.c (observer_debug): Add 'unsigned'.
3870 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3871 add_setshow_zinteger_cmd.
3872 * parse.c (expressiondebug): Add 'unsigned'.
3873 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3874 add_setshow_zinteger_cmd.
3875 * record.c (record_debug): Add 'unsigned'.
3876 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3877 add_setshow_zinteger_cmd.
3878 * record.h: Update the declaration of 'record_debug'.
3879 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3880 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3881 add_setshow_zinteger_cmd.
3882 * serial.c (global_serial_debug_p): Add 'unsigned'.
3883 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3884 add_setshow_zinteger_cmd.
3885 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3886 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3887 add_setshow_zinteger_cmd.
3888 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3889 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3890 add_setshow_zinteger_cmd.
3891 * target.c (targetdebug): Add 'unsigned'.
3892 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3893 add_setshow_zinteger_cmd.
3894 * valops.c (overload_debug): Add 'unsigned'.
3895 * varobj.c (varobjdebug): Add 'unsigned'.
3896 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3897 add_setshow_zinteger_cmd.
3898 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3899 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3900 instead of add_setshow_zinteger_cmd.
3901
3902 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3903 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3904 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3905 instead of add_setshow_zinteger_cmd.
3906 * gdbarch.c, gdbarch.h: Re-generated.
3907
3908 2012-08-02 Yao Qi <yao@codesourcery.com>
3909
3910 * nto-tdep.c: Don't include cli/cli-decode.h and
3911 cli/cli-cmds.h.
3912 (_initialize_nto_tdep): Remove.
3913 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3914 Remove field.
3915 Remove macro nto_internal_debugging.
3916
3917 2012-08-01 Richard Henderson <rth@redhat.com>
3918
3919 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3920 (mep-*-*) [gdb_target_obs]: Likewise.
3921
3922 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3923
3924 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3925 linux_get_siginfo_type.
3926
3927 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3930 AT_ENTRY_POINT.
3931 (call_function_by_hand) <ON_STACK>: Call write_memory with
3932 gdbarch_breakpoint_from_pc, if possible.
3933 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3934 here.
3935
3936 2012-07-31 Yao Qi <yao@codesourcery.com>
3937
3938 * tracepoint.c: Add 'static' for some variables.
3939
3940 2012-07-31 Yao Qi <yao@codesourcery.com>
3941
3942 * go32-nat.c: Declare _initialize_go32_nat.
3943 * ser-go32.c: Declare _initialize_ser_dos.
3944 * top.c (do_chdir_cleanup): Add 'static'.
3945
3946 2012-07-30 Keith Seitz <keiths@redhat.com>
3947
3948 * linespec.c (linespec_lex_number): A number followed
3949 by quotes is a valid number, too.
3950
3951 2012-07-30 Tom Tromey <tromey@redhat.com>
3952
3953 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3954
3955 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3956
3957 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3958 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3959
3960 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3961
3962 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3963 invalid or reevaluated to prevent prevent references to possibly
3964 delete'd type objects being left in the varobj.
3965
3966 2012-07-27 Tom Tromey <tromey@redhat.com>
3967 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * copying.awk: Print buffer-read-only and vi ro markers.
3970 * copying.c: Rebuild.
3971 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3972 * gdbarch.c, gdbarch.h: Rebuild.
3973 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3974 buffer-read-only and vi ro markers.
3975 * features/arm-with-iwmmxt.c: Rebuild.
3976 * features/arm-with-m-fpa-layout.c: Rebuild.
3977 * features/arm-with-m-vfp-d16.c: Rebuild.
3978 * features/arm-with-m.c: Rebuild.
3979 * features/arm-with-neon.c: Rebuild.
3980 * features/arm-with-vfpv2.c: Rebuild.
3981 * features/arm-with-vfpv3.c: Rebuild.
3982 * features/i386/amd64-avx-linux.c: Rebuild.
3983 * features/i386/amd64-avx.c: Rebuild.
3984 * features/i386/amd64-linux.c: Rebuild.
3985 * features/i386/amd64.c: Rebuild.
3986 * features/i386/i386-avx-linux.c: Rebuild.
3987 * features/i386/i386-avx.c: Rebuild.
3988 * features/i386/i386-linux.c: Rebuild.
3989 * features/i386/i386-mmx-linux.c: Rebuild.
3990 * features/i386/i386-mmx.c: Rebuild.
3991 * features/i386/i386.c: Rebuild.
3992 * features/i386/x32-avx-linux.c: Rebuild.
3993 * features/i386/x32-avx.c: Rebuild.
3994 * features/i386/x32-linux.c: Rebuild.
3995 * features/i386/x32.c: Rebuild.
3996 * features/mips-dsp-linux.c: Rebuild.
3997 * features/mips-linux.c: Rebuild.
3998 * features/mips64-dsp-linux.c: Rebuild.
3999 * features/mips64-linux.c: Rebuild.
4000 * features/rs6000/powerpc-32.c: Rebuild.
4001 * features/rs6000/powerpc-32l.c: Rebuild.
4002 * features/rs6000/powerpc-403.c: Rebuild.
4003 * features/rs6000/powerpc-403gc.c: Rebuild.
4004 * features/rs6000/powerpc-405.c: Rebuild.
4005 * features/rs6000/powerpc-505.c: Rebuild.
4006 * features/rs6000/powerpc-601.c: Rebuild.
4007 * features/rs6000/powerpc-602.c: Rebuild.
4008 * features/rs6000/powerpc-603.c: Rebuild.
4009 * features/rs6000/powerpc-604.c: Rebuild.
4010 * features/rs6000/powerpc-64.c: Rebuild.
4011 * features/rs6000/powerpc-64l.c: Rebuild.
4012 * features/rs6000/powerpc-7400.c: Rebuild.
4013 * features/rs6000/powerpc-750.c: Rebuild.
4014 * features/rs6000/powerpc-860.c: Rebuild.
4015 * features/rs6000/powerpc-altivec32.c: Rebuild.
4016 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4017 * features/rs6000/powerpc-altivec64.c: Rebuild.
4018 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4019 * features/rs6000/powerpc-cell32l.c: Rebuild.
4020 * features/rs6000/powerpc-cell64l.c: Rebuild.
4021 * features/rs6000/powerpc-e500.c: Rebuild.
4022 * features/rs6000/powerpc-e500l.c: Rebuild.
4023 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4024 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4025 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4026 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4027 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4028 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4029 * features/rs6000/powerpc-vsx32.c: Rebuild.
4030 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4031 * features/rs6000/powerpc-vsx64.c: Rebuild.
4032 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4033 * features/rs6000/rs6000.c: Rebuild.
4034 * features/s390-linux32.c: Rebuild.
4035 * features/s390-linux32v1.c: Rebuild.
4036 * features/s390-linux32v2.c: Rebuild.
4037 * features/s390-linux64.c: Rebuild.
4038 * features/s390-linux64v1.c: Rebuild.
4039 * features/s390-linux64v2.c: Rebuild.
4040 * features/s390x-linux64.c: Rebuild.
4041 * features/s390x-linux64v1.c: Rebuild.
4042 * features/s390x-linux64v2.c: Rebuild.
4043 * features/tic6x-c62x-linux.c: Rebuild.
4044 * features/tic6x-c62x.c: Rebuild.
4045 * features/tic6x-c64x-linux.c: Rebuild.
4046 * features/tic6x-c64x.c: Rebuild.
4047 * features/tic6x-c64xp-linux.c: Rebuild.
4048 * features/tic6x-c64xp.c: Rebuild.
4049
4050 2012-07-27 Tom Tromey <tromey@redhat.com>
4051
4052 * c-exp.y (classify_name): Avoid assignment in condition.
4053
4054 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4055
4056 * amd64-windows-tdep.c: Include "frame.h".
4057 (amd64_windows_skip_trampoline_code): New function.
4058 (amd64_windows_init_abi): Add trampoline registration.
4059
4060 2012-07-27 Yao Qi <yao@codesourcery.com>
4061
4062 * tracepoint.c (cur_traceframe_number): Remove.
4063 (set_tfile_traceframe): Remove.
4064 (tfile_trace_find, tfile_fetch_registers): Update callers.
4065 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4066 (tfile_open, tfile_trace_find): Likewise.
4067
4068 2012-07-27 Yao Qi <yao@codesourcery.com>
4069
4070 * thread.c (switch_to_thread): Don't call registers_changed.
4071
4072 2012-07-26 Tom Tromey <tromey@redhat.com>
4073
4074 * Makefile.in (SFILES): Remove objc-exp.y.
4075 (YYFILES): Remove objc-exp.c.
4076 (YYOBJ): Remove objc-exp.o.
4077 (local-maintainer-clean): Don't mention objc-exp.c.
4078 * c-exp.y: Include objc-lang.h.
4079 (%union) <class>: New field.
4080 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4081 (exp): Clone subscript production for OBJC_LBRAC. Add various
4082 Objective C productions.
4083 (msglist, msgarglist, msgarg): New productions.
4084 (array_mod, func_mod, operator): Clone productions for
4085 OBJC_LBRAC.
4086 (parse_string_or_char): Handle '@' strings.
4087 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4088 (classify_name): Check la_name_of_this. Recognize ObjC class
4089 names.
4090 * objc-exp.y: Remove.
4091 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4092 * objc-lang.h (objc_parse, objc_error): Don't declare.
4093
4094 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4095
4096 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4097
4098 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4099
4100 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4101 and decrement.
4102
4103 2012-07-26 Tom Tromey <tromey@redhat.com>
4104
4105 * copying.c: Rebuild.
4106 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4107 'no_class'.
4108
4109 2012-07-26 Tom Tromey <tromey@redhat.com>
4110
4111 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4112 immediate_quit.
4113 (print_objfile_statistics): Likewise.
4114 (maintenance_print_symbols): Likewise.
4115 (maintenance_print_msymbols): Likewise.
4116 (maintenance_print_objfiles): Likewise.
4117 * psymtab.c (print_partial_symbols): Call QUIT.
4118 (maintenance_print_psymbols): Likewise. Don't modify
4119 immediate_quit.
4120 * copying.c (show_copying_command): Don't modify immediate_quit.
4121 (show_warranty_command): Likewise.
4122 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4123
4124 2012-07-26 Keith Seitz <keiths@redhat.com>
4125
4126 * linespec.c (linespec_lexer_lex_number): The input
4127 is also a valid number if the next character is a comma
4128 or colon.
4129
4130 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4131
4132 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4133 configure options.
4134
4135 2012-07-26 Tristan Gingold <gingold@adacore.com>
4136
4137 * machoread.c: Include gdb_bfd.h.
4138
4139 2012-07-26 Tristan Gingold <gingold@adacore.com>
4140
4141 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4142 offset.
4143
4144 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4145
4146 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4147 SIZE to size_t.
4148 (dwarf2_evaluate_loc_desc): Likewise.
4149 (dwarf2_loc_desc_needs_frame): Likewise.
4150 (locexpr_describe_location_1): Likewise.
4151 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4152 size_t.
4153 (struct dwarf2_loclist_baton): Likewise.
4154 * dwarf2read.c (struct dwarf_block): Likewise.
4155 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4156 (decode_locdesc): Expand SIZE and I to size_t.
4157
4158 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4161
4162 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4163
4164 * doublest.c (convert_doublest_to_floatformat): If the exponent
4165 is too small, treat the value as zero. If the exponent is too
4166 large, treat the value as infinity.
4167
4168 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4169
4170 * configure.ac: Add --enable-lmcheck configure option.
4171 * configure: Regenerate.
4172
4173 2012-07-25 Tom Tromey <tromey@redhat.com>
4174
4175 * NEWS: Mention maint info bfds.
4176 * gdb_bfd.c (all_bfds): New global.
4177 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4178 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4179 New functions.
4180
4181 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4182
4183 * configure.tgt: Add v850*-*-rtems*.
4184
4185 2012-07-25 Tom Tromey <tromey@redhat.com>
4186
4187 * macrotab.c (macro_bcache_str): Remove cast.
4188
4189 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4190
4191 * linespec.c (linespec_lexer_lex_number): Update comments,
4192 change the return and add check to make sure the input is
4193 the decimal numbers.
4194 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4195 false, call linespec_lexer_lex_string.
4196
4197 2012-07-24 Tom Tromey <tromey@redhat.com>
4198
4199 * symfile.c (symbol_file_add): Don't open BFD twice.
4200
4201 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4202
4203 * breakpoint.c (create_breakpoint): Store condition for pending
4204 breakpoints.
4205
4206 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4207
4208 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4209 (m68k_return_value): Handle complex types like structures.
4210 (m68k_svr4_return_value): Likewise.
4211
4212 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4213
4214 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4215 parameters to bfd_get_section_name.
4216
4217 2012-07-24 Yao Qi <yao@codesourcery.com>
4218
4219 * cli/cli-setshow.c: Handle case 'var_uinteger'
4220 and 'var_zuninteger' together. Handle case 'var_integer' and
4221 'var_zinteger' together.
4222
4223 2012-07-23 Keith Seitz <keiths@redhat.com>
4224
4225 * linespec.c (convert_linespec_to_sal): Don't add
4226 any symbols to the result vector if symbol_to_sal
4227 returns zero.
4228
4229 2012-07-23 Keith Seitz <keiths@redhat.com>
4230
4231 * linespec.c (decode_objc): Record the function name
4232 in the linespec.
4233
4234 2012-07-23 Tom Tromey <tromey@redhat.com>
4235
4236 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4237 counting.
4238 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4239 (map_vmap): Acquire a reference to the BFD.
4240
4241 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4242
4243 * p-valprint.c (pascal_object_print_value): Replace potentially
4244 unsafe alloca with xmalloc/xfree.
4245 * valops.c (search_struct_method): Likewise.
4246
4247 2012-07-23 Tom Tromey <tromey@redhat.com>
4248
4249 * solib-svr4.c (enable_break): Update.
4250 * bfd-target.h (target_bfd_reopen): Update documentation.
4251
4252 2012-07-23 Tom Tromey <tromey@redhat.com>
4253
4254 * symfile.c (separate_debug_file_exists): Update.
4255 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4256 (reread_symbols): Update.
4257 * elfread.c (build_id_verify): Update.
4258 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4259 bfd_open_maybe_remote.
4260
4261 2012-07-23 Tom Tromey <tromey@redhat.com>
4262
4263 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4264
4265 2012-07-23 Tom Tromey <tromey@redhat.com>
4266
4267 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4268 and 'abfd'.
4269 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4270 and 'abfd'.
4271 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4272 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4273 'abfd'.
4274 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4275 * objfiles.c (allocate_objfile): Acquire a new reference.
4276 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4277 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4278 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4279 a cleanup for 'nbfd'.
4280 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4281 for 'nbfd'.
4282 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4283 make a cleanup for 'abfd'.
4284 (symbol_file_add): Make a BFD cleanup.
4285
4286 2012-07-23 Tom Tromey <tromey@redhat.com>
4287
4288 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4289 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4290 * corelow.c (core_open): Use gdb_bfd_fopen.
4291 * dsrec.c (load_srec): Use gdb_bfd_openr.
4292 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4293 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4294 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4295 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4296 (gdb_bfd_fdopenr): New functions.
4297 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4298 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4299 (gdb_bfd_fdopenr): Declare.
4300 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4301 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4302 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4303 gdb_bfd_openr_next_archived_file.
4304 (macho_check_dsym): Use gdb_bfd_openr.
4305 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4306 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4307 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4308 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4309 gdb_bfd_openr.
4310 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4311 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4312 gdb_bfd_openr_next_archived_file.
4313 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4314 Use gdb_bfd_openr.
4315 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4316 gdb_bfd_openr.
4317 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4318 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4319 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4320 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4321 (symfile_bfd_open): Use gdb_bfd_fopen.
4322 (generic_load): Use gdb_bfd_openr.
4323 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4324
4325 2012-07-23 Tom Tromey <tromey@redhat.com>
4326
4327 * bfd-target.c (target_bfd_reopen): Update.
4328 * cli/cli-dump.c (bfd_openr_with_cleanup)
4329 (bfd_openw_with_cleanup): Update.
4330 * corelow.c (core_open): Update.
4331 * dsrec.c (load_srec): Update.
4332 * exec.c (exec_file_attach): Update.
4333 * gcore.c (create_gcore_bfd): Update.
4334 * gdb_bfd.c (gdb_bfd_ref): Return void.
4335 (gdb_bfd_open): Update.
4336 * gdb_bfd.h (gdb_bfd_ref): Return void.
4337 Update comments.
4338 * jit.c (jit_bfd_try_read_symtab): Update.
4339 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4340 * machoread.c (macho_symfile_read_all_oso): Update.
4341 (macho_check_dsym): Update.
4342 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4343 * remote-m32r-sdi.c (m32r_load): Update.
4344 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4345 * rs6000-nat.c (add_vmap): Update.
4346 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4347 Update.
4348 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4349 * solib-spu.c (spu_bfd_open): Update.
4350 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4351 * spu-linux-nat.c (spu_bfd_open): Update.
4352 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4353 (generic_load): Update.
4354 * windows-nat.c (windows_make_so): Update.
4355
4356 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4357
4358 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4359
4360 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4361
4362 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4363 SIGTRAMP_FRAME unwinding.
4364
4365 2012-07-20 Doug Evans <dje@google.com>
4366
4367 * NEWS: Document new options "set/show use-deprecated-index-sections",
4368 and delete reference to --use-deprecated-index-sections.
4369 * symfile.h (use_deprecated_index_sections): Delete.
4370 * dwarf2read.c (use_deprecated_index_sections): Make static.
4371 (read_index_from_section): Update wording of how to load
4372 deprecated index sections.
4373 (_initialize_dwarf2_read): New options
4374 "set/show use-deprecated-index-sections".
4375 * main.c (captured_main): Delete --use-deprecated-index-sections.
4376
4377 2012-07-20 Pedro Alves <palves@redhat.com>
4378
4379 PR threads/11692
4380 PR gdb/12203
4381
4382 * infrun.c (handle_inferior_event) <new thread>: Don't special
4383 case minus_one_ptid.
4384 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4385 * linux-thread-db.c (thread_get_info_callback): Don't return early
4386 if the thread is zombie.
4387 (thread_from_lwp): Change return type to void. Rewrite stale
4388 comment.
4389 (attach_thread): Don't return early if the thread is zombie,
4390 instead set its "dying" flag.
4391 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4392 (find_new_threads_callback): Don't return early if the thread is
4393 zombie.
4394
4395 2012-07-20 Pedro Alves <palves@redhat.com>
4396
4397 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4398 * target.c (target_wait): Likewise.
4399 (str_comma_list_concat_elem, do_option, target_options_to_string):
4400 New functions.
4401 * target.h (target_options_to_string): Declare.
4402
4403 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4404 Tom Tromey <tromey@redhat.com>
4405
4406 * dwarf2read.c (dwarf_decode_macros)
4407 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4408 DW_MACRO_GNU_transparent_include_alt>: New cases.
4409 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4410 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4411
4412 2012-07-20 Tom Tromey <tromey@redhat.com>
4413
4414 * dwarf2read.c (try_open_dwo_file): Don't call
4415 gdb_bfd_stash_filename.
4416
4417 2012-07-20 Pedro Alves <palves@redhat.com>
4418
4419 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4420 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4421 (i386_process_record): Tweak description comments.
4422
4423 2012-07-20 Pedro Alves <palves@redhat.com>
4424
4425 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4426 (i386_process_record): Use record_read_memory.
4427 * record.c (record_read_memory): New function.
4428 (record_arch_list_add_mem, record_exec_insn): Use
4429 record_read_memory.
4430 * record.h (record_read_memory): Declare.
4431
4432 2012-07-20 Yao Qi <yao@codesourcery.com>
4433
4434 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4435 NULL for xfree.
4436
4437 2012-07-19 Pedro Alves <palves@redhat.com>
4438
4439 * record.c (record_resume): Ask the target beneath to report all
4440 signals.
4441
4442 2012-07-19 Doug Evans <dje@google.com>
4443
4444 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4445 there's no section at address zero.
4446 (dwarf2_record_block_ranges): Ditto.
4447
4448 2012-07-19 Yao Qi <yao@codesourcery.com>
4449
4450 * command.h, remote.c: Fix a typo in comment.
4451
4452 2012-07-19 Tom Tromey <tromey@redhat.com>
4453
4454 PR exp/13206:
4455 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4456 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4457 OP_DECLTYPE>: New cases.
4458 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4459 (type_exp): Add new productions.
4460 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4461 and decltype.
4462 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4463 New case.
4464 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4465 OP_DECLTYPE>: New case.
4466 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4467 New case.
4468 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4469 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4470
4471 2012-07-19 Tom Tromey <tromey@redhat.com>
4472
4473 * c-exp.y (enum token_flags): New.
4474 (struct token) <cxx_only>: Remove.
4475 <flags>: New field.
4476 (tokentab3, tokentab2, ident_tokens): Update.
4477 (lex_one_token): Update. Handle FLAG_SHADOW.
4478
4479 2012-07-19 Tom Tromey <tromey@redhat.com>
4480
4481 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4482 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4483 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4484 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4485 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4486 type_exp production where appropriate.
4487 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4488 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4489 <UNOP_MEMVAL_TYPE>: New case.
4490 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4491 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4492 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4493 <UNOP_MEMVAL_TYPE>: New case.
4494 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4495 UNOP_REINTERPRET_CAST>: Update.
4496 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4497 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4498 UNOP_REINTERPRET_CAST>: Update.
4499 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4500 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4501 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4502 constants.
4503
4504 2012-07-19 Yao Qi <yao@codesourcery.com>
4505 Jan Kratochvil <jan.kratochvil@redhat.com>
4506
4507 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4508 and case 'var_optional_filename' together.
4509 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4510 instead of add_setshow_optional_filename_cmd for setshow command
4511 'args'. Set completer for 'set args'.
4512
4513 2012-07-18 Doug Evans <dje@google.com>
4514
4515 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4516 * common/gdb_vecs.c: New file, contents from utils.c.
4517 * common/host-defs.h: New file, contents from defs.h.
4518 * utils.h: New file, contents from defs.h.
4519 * defs.h: Move all declarations of objects defined in utils.c
4520 to utils.h (except QUIT() and related).
4521 #include "utils.h", "host-defs.h".
4522 * probe.h (probe_p): Move here from gdb_vecs.h.
4523 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4524 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4525 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4526 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4527 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4528 (COMMON_OBS): Add gdb_vecs.o.
4529 (gdb_vecs.o): New rule.
4530
4531 2012-07-18 Keith Seitz <keiths@redhat.com>
4532
4533 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4534 parameter. If non-zero, use SYMNAME as the canonical name
4535 for the SaL.
4536 Update all callers.
4537 (convert_linespec_to_sals): Use add_sal_to_sals for
4538 expressions, too.
4539 (decode_line_full): No need to "fill in missing canonical names"
4540 anymore. Simply make cleanups for the allocated names.
4541
4542 2012-07-18 Keith Seitz <keiths@redhat.com>
4543
4544 * linespec.c (struct linespec): Constify expression,
4545 source_filename, function_name, and label_name.
4546 (symbol_not_found_error): Make all parameters const.
4547 (linespec_parser_delete): No need to check for NULL
4548 when using xfree. Cast const char * to char * for xfree.
4549
4550 2012-07-18 Keith Seitz <keiths@redhat.com>
4551
4552 * breakpoint.c (invalid_thread_id_error): New function.
4553 (find_condition_and_thread): Use invalid_thread_id_error.
4554 (watch_command_1): Likewise.
4555
4556 2012-07-18 Tom Tromey <tromey@redhat.com>
4557
4558 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4559 * contrib/cc-with-tweaks.sh: New file.
4560
4561 2012-07-18 Tom Tromey <tromey@redhat.com>
4562
4563 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4564 (locate_dwz_sections): Recognize .gdb_index.
4565 (create_cus_from_index_list): New function.
4566 (create_cus_from_index): Use it. Handle .dwz data.
4567 (read_index_from_section): New function, extracted from
4568 dwarf2_read_index.
4569 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4570 if needed.
4571
4572 2012-07-18 Tom Tromey <tromey@redhat.com>
4573
4574 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4575 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4576 <is_dwz>: New field.
4577 (struct dwz_file): New.
4578 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4579 (locate_dwz_sections, dwarf2_get_dwz_file)
4580 (get_abbrev_section_for_cu): New functions.
4581 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4582 (read_and_check_type_unit_head): Add abbrev_section argument.
4583 (create_debug_types_hash_table): Update.
4584 (init_cutu_and_read_dies): Use proper abbrev section.
4585 (init_cutu_and_read_dies_no_follow): Likewise.
4586 (set_partial_user): Do nothing if PST==NULL.
4587 (read_comp_units_from_section): New function.
4588 (create_all_comp_units): Use it.
4589 (scan_partial_symbols, partial_die_parent_scope): Update.
4590 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4591 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4592 (find_partial_die): Add offset_in_dwz argument. Update.
4593 (guess_partial_die_structure_name, fixup_partial_die): Update.
4594 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4595 DW_FORM_GNU_strp_alt.
4596 (read_indirect_string_from_dwz): New function.
4597 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4598 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4599 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4600 (follow_die_offset): Add offset_in_dwz argument.
4601 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4602 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4603 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4604 Handle new macro forms.
4605 (dwarf_decode_macros): Update.
4606 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4607 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4608 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4609 (create_debug_types_hash_table): Use correct abbrev section.
4610 (get_debug_line_section): New function.
4611 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4612 (process_full_comp_unit): Pass 'required' argument to
4613 end_symtab_get_static_block.
4614 * buildsym.h (end_symtab_get_static_block): Update.
4615 * buildsym.c (end_symtab_get_static_block): Add 'required'
4616 argument.
4617 (end_symtab, end_expandable_symtab): Update.
4618
4619 2012-07-18 Tom Tromey <tromey@redhat.com>
4620
4621 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4622 (pagesize): Remove.
4623 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4624 (zlib_decompress_section): Remove.
4625 (dwarf2_read_section): Use gdb_bfd_map_section.
4626 (munmap_section_buffer): Remove.
4627 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4628 munmap_section_buffer.
4629 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4630 (struct gdb_bfd_section_data): New.
4631 (free_one_bfd_section): New function.
4632 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4633 (get_section_descriptor, zlib_decompress_section)
4634 (gdb_bfd_map_section): New functions.
4635 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4636
4637 2012-07-18 Tom Tromey <tromey@redhat.com>
4638
4639 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4640
4641 2012-07-18 Tom Tromey <tromey@redhat.com>
4642
4643 * gdb_bfd.c (struct gdb_bfd_data): New.
4644 (gdb_bfd_cache): New global.
4645 (struct gdb_bfd_cache_search): New.
4646 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4647 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4648 * gdb_bfd.h (gdb_bfd_open): Declare.
4649
4650 2012-07-18 Tom Tromey <tromey@redhat.com>
4651
4652 * utils.c (make_cleanup_bfd_unref): Rename from
4653 make_cleanup_bfd_close.
4654 * defs.h (make_cleanup_bfd_unref): Rename from
4655 make_cleanup_bfd_close.
4656 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4657 (bfd_openw_with_cleanup): Update.
4658 * corelow.c (core_open): Update.
4659 * dsrec.c (load_srec): Update.
4660 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4661 * remote-m32r-sdi.c (m32r_load): Update.
4662 * remote-mips.c (mips_load_srec): Update.
4663 (pmon_load_fast): Update.
4664 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4665 Update.
4666 (darwin_bfd_open): Update.
4667 * solib.c (solib_bfd_fopen): Update.
4668 * symfile-mem.c (symbol_file_add_from_memory): Update.
4669 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4670 (symfile_bfd_open): Update.
4671 (generic_load): Update.
4672
4673 2012-07-18 Tom Tromey <tromey@redhat.com>
4674
4675 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4676 (pmon_load_fast): Likewise.
4677 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4678 (m32r_upload_command): Likewise.
4679 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4680 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4681 Use make_cleanup_bfd_close.
4682
4683 2012-07-18 Tom Tromey <tromey@redhat.com>
4684
4685 * symfile.c (symfile_bfd_open): Don't copy name. Call
4686 gdb_bfd_stash_filename.
4687 (load_command): Open the new BFD before freeing the old.
4688 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4689 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4690 Call gdb_bfd_stash_filename.
4691 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4692 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4693 gdb_bfd_stash_filename.
4694 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4695 Free found_pathname.
4696 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4697 gdb_bfd_stash_filename.
4698 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4699 * machoread.c (macho_add_oso_symfile): Call
4700 gdb_bfd_stash_filename.
4701 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4702 gdb_bfd_stash_filename.
4703 (macho_check_dsym): Don't copy filename. Call
4704 gdb_bfd_stash_filename.
4705 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4706 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4707 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4708 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4709 * exec.c (exec_close): Don't free the BFD's filename.
4710 (exec_file_attach): Don't copy the filename. Call
4711 gdb_bfd_stash_filename.
4712 * corelow.c (core_close): Don't free the BFD's filename.
4713 (core_open): Call gdb_bfd_stash_filename.
4714 * corefile.c (reopen_exec_file): Remove #if 0 code.
4715 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4716 pathname.
4717 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4718
4719 2012-07-18 Tom Tromey <tromey@redhat.com>
4720
4721 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4722 gdb_bfd_unref.
4723 (free_dwo_file): Use gdb_bfd_unref.
4724 * cli/cli-dump.c: Include gdb_bfd.h.
4725 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4726 (bfd_openr_with_cleanup): Likewise.
4727 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4728 gdb_bfd_unref.
4729 * utils.c: Include gdb_bfd.h.
4730 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4731 * symfile.c: Include gdb_bfd.h.
4732 (separate_debug_file_exists): Use gdb_bfd_unref.
4733 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4734 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4735 (generic_load): Use gdb_bfd_ref.
4736 (reread_symbols): Use gdb_bfd_unref.
4737 * symfile-mem.c: Include gdb_bfd.h.
4738 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4739 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4740 * solib.c: Include gdb_bfd.h.
4741 (solib_bfd_fopen): Use gdb_bfd_ref.
4742 (solib_bfd_open): Use gdb_bfd_unref.
4743 (free_so_symbols): Use gdb_bfd_unref.
4744 (reload_shared_libraries_1): Use gdb_bfd_unref.
4745 * solib-spu.c: Include gdb_bfd.h.
4746 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4747 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4748 gdb_bfd_unref.
4749 * solib-frv.c: Include gdb_bfd.h.
4750 (enable_break2): Use gdb_bfd_unref.
4751 * solib-dsbt.c: Include gdb_bfd.h.
4752 (enable_break2): Use gdb_bfd_unref.
4753 * solib-darwin.c: Include gdb_bfd.h.
4754 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4755 gdb_bfd_unref.
4756 (darwin_bfd_open): Use gdb_bfd_unref.
4757 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4758 * remote-mips.c: Include gdb_bfd.h.
4759 (mips_load_srec): Use gdb_bfd_ref.
4760 (pmon_load_fast): Use gdb_bfd_ref.
4761 * remote-m32r-sdi.c: Include gdb_bfd.h.
4762 (m32r_load): Use gdb_bfd_ref.
4763 * record.c: Include gdb_bfd.h.
4764 (record_save_cleanups): Use gdb_bfd_unref.
4765 (cmd_record_save): Use gdb_bfd_unref.
4766 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4767 gdb_bfd_unref.
4768 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4769 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4770 * objfiles.c: Include gdb_bfd.h.
4771 (free_objfile): Use gdb_bfd_unref.
4772 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4773 gdb_bfd.c.
4774 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4775 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4776 (macho_check_dsym): Likewise.
4777 * m32r-rom.c: Include gdb_bfd.h.
4778 (m32r_load): Use gdb_bfd_ref.
4779 (m32r_upload_command): Use gdb_bfd_ref.
4780 * jit.c: Include gdb_bfd.h.
4781 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4782 * gdb_bfd.h: New file.
4783 * gdb_bfd.c: New file.
4784 * gcore.c: Include gdb_bfd.h.
4785 (create_gcore_bfd): Use gdb_bfd_ref.
4786 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4787 (gcore_command): Use gdb_bfd_unref.
4788 * exec.c: Include gdb_bfd.h.
4789 (exec_close): Use gdb_bfd_unref.
4790 (exec_close_1): Use gdb_bfd_unref.
4791 (exec_file_attach): Use gdb_bfd_ref.
4792 * elfread.c: Include gdb_bfd.h.
4793 (build_id_verify): Use gdb_bfd_unref.
4794 * dsrec.c: Include gdb_bfd.h.
4795 (load_srec): Use gdb_bfd_ref.
4796 * corelow.c: Include gdb_bfd.h.
4797 (core_close): Use gdb_bfd_unref.
4798 (core_open): Use gdb_bfd_ref.
4799 * bfd-target.c: Include gdb_bfd.h.
4800 (target_bfd_xclose): Use gdb_bfd_unref.
4801 (target_bfd_reopen): Use gdb_bfd_ref.
4802 * Makefile.in (SFILES): Add gdb_bfd.c.
4803 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4804 (COMMON_OBS): Add gdb_bfd.o.
4805
4806 2012-07-18 Keith Seitz <keiths@redhat.com>
4807
4808 * breakpoint.c (find_condition_and_thread): Initialize
4809 TASK and REST.
4810 (create_breakpiont): find_condition_and_thread will now
4811 initialize COND_STRING, THREAD, and REST (and TASK).
4812 (addr_string_to_sals): Likewise.
4813
4814 2012-07-18 Pedro Alves <palves@redhat.com>
4815
4816 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4817 Pull the single step breakpoints out of the target.
4818
4819 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4822 * stap-probe.c (compile_probe_arg): Likewise.
4823
4824 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4825
4826 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4827 (elf_compile_to_ax): Likewise.
4828 * infrun.c (insert_exception_resume_from_probe): Likewise.
4829 (check_exception_resume): Remove `objfile' variable.
4830 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4831 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4832 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4833 (compare_entries): Rename to...
4834 (compare_probes): ...this. Adjust function to work with
4835 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4836 respectively.
4837 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4838 `VEC (probe_p) *'.
4839 (print_ui_out_info): Adjust argument to be `struct probe *'.
4840 (info_probes_for_ops): Adjust internal computations to use
4841 `VEC (probe_p) *'.
4842 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4843 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4844 gen_info_probes_table_values>: Remove `objfile' argument.
4845 (struct probe) <objfile>: New field.
4846 (find_probe_by_pc): Remove `objfile' argument.
4847 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4848 (stap_get_probe_argument_count): Likewise.
4849 (stap_get_arg): Likewise.
4850 (stap_evaluate_probe_argument): Likewise.
4851 (stap_compile_to_ax): Likewise.
4852 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4853 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4854 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4855 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4856 sym_compile_to_ax>: Likewise.
4857
4858 2012-07-18 Terry Guo <terry.guo@arm.com>
4859
4860 PR 14329
4861 * defs.h (GDB_MI_MSG_WIDTH): New.
4862 * ser_base (ser_base_read_error_fd): New function.
4863 (do_ser_base_readchar): Poll error file descriptor as well as
4864 standard output.
4865 (generic_readchar): Refactor error handling.
4866
4867 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4868
4869 * NEWS: Create a new section for the next release branch.
4870 Rename the section of the current branch, now that it has
4871 been cut.
4872
4873 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4874
4875 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4876 * version.in: Bump version to 7.5.50.20120718-cvs.
4877
4878 2012-07-17 Keith Seitz <keiths@redhat.com>
4879
4880 * linespec.c (linespec_parse_line_offset): Make parameter
4881 const.
4882
4883 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4884
4885 PR 11914
4886 * f-valprint.c (info_common_command): New variable frame_id.
4887 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4888 * printcmd.c (print_variable_and_value): Extend function comment.
4889 Add comment for invalidated FRAME.
4890 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4891 FI form FRAME_ID after each print_frame_local_vars.
4892 (struct print_variable_and_value_data): Change frame to frame_id.
4893 (do_print_variable_and_value): New variable frame, initialize it from
4894 p->frame_id. Add comment for invalidated FRAME.
4895 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4896 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4897 for invalidated FRAME.
4898
4899 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4900 Pedro Alves <palves@redhat.com>
4901
4902 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4903 loop.
4904
4905 2012-07-16 Tom Tromey <tromey@redhat.com>
4906
4907 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4908
4909 2012-07-15 Doug Evans <dje@google.com>
4910
4911 * dwarf2read.c (stmt_list_hash): New struct.
4912 (type_unit_group): Embed "per_cu" member, remove pointer.
4913 New union member "t", move member "tus" into it, all uses updated.
4914 New member "hash", replaces member "line_offset, all uses updated.
4915 (quick_file_names): Replace member "offset" with "hash", all uses
4916 updated.
4917 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4918 (hash_file_name_entry, eq_file_name_entry): Call them.
4919 (hash_type_unit_group, eq_type_unit_group): Ditto.
4920 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4921 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4922 (dw2_get_file_names): Update.
4923 (create_type_unit_group): Replace "per_cu" arg with "cu".
4924 All callers updated. Fix "quick" (.gdb_index) handling.
4925 (get_type_unit_group): Replace "per_cu" arg with "cu".
4926 All callers updated.
4927 (build_type_unit_groups): Don't reset tu_stats.
4928
4929 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4930 "tab_cur_size". Change member "tab" to be a htab_t.
4931 (create_filename_seen_cache): Update.
4932 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4933 (filename_seen): Update.
4934
4935 2012-07-13 Doug Evans <dje@google.com>
4936
4937 * symtab.c (filename_seen): Update comment.
4938
4939 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4940 Doug Evans <dje@google.com>
4941
4942 * buildsym.c (end_symtab_1): Split it to ...
4943 (end_symtab_get_static_block): ... this ...
4944 (end_symtab_from_static_block): ... and this function.
4945 (end_symtab, end_expandable_symtab): Call them.
4946 * buildsym.h (end_symtab_get_static_block)
4947 (end_symtab_from_static_block): New declarations.
4948 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4949 Set its valid CU ranges.
4950
4951 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4954 DW_OP_GNU_parameter_ref.
4955
4956 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4957
4958 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4959 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4960
4961 2012-07-13 Doug Evans <dje@google.com>
4962
4963 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4964 (filename_seen_cache): New struct.
4965 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4966 (create_filename_seen_cache): New function.
4967 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4968 (filename_seen): Delete arg "first". New arg "cache". All callers
4969 updated.
4970 (output_source_filename_data): New struct.
4971 (output_source_filename): Delete arg "first". New arg "data".
4972 All callers updated.
4973 (sources_info): Delete local "first". New locals "data", "cleanups".
4974 Rewrite to use filename_seen_cache.
4975 (add_partial_filename_data): Delete member "first". New member
4976 "filename_seen_cache". All uses updated.
4977 (make_source_files_completion_list): Rewrite to use
4978 filename_seen_cache.
4979
4980 2012-07-12 Doug Evans <dje@google.com>
4981
4982 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4983
4984 2012-07-10 Doug Evans <dje@google.com>
4985
4986 PR gdb/13498
4987 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4988 all_type_unit_groups, type_unit_groups, tu_stats.
4989 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4990 All uses updated. Add type_unit_group to union "s".
4991 (type_unit_group): New struct.
4992 (IS_TYPE_UNIT_GROUP): New macro.
4993 (abbrev_table): Delete unused member "section".
4994 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4995 (dw2_get_cu): Assert not used with type_unit_group.
4996 (dw2_get_primary_cu): New function.
4997 (dw2_build_type_unit_groups_reader): New function.
4998 (dw2_build_type_unit_groups): New function.
4999 (dw2_get_file_names): Assert not called on type units.
5000 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5001 Redo loop to iterate over type unit groups instead of type units.
5002 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5003 (read_abbrev_offset): New function.
5004 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
5005 updated.
5006 (create_partial_symtab): New function.
5007 (process_psymtab_comp_unit_reader): Assert not used with type units.
5008 Call create_partial_symtab.
5009 (process_psymtab_type_unit): Delete.
5010 (hash_type_unit_group, eq_type_unit_group): New functions.
5011 (allocate_type_unit_groups_table): New function.
5012 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5013 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5014 (create_type_unit_group, get_type_unit_group): New functions.
5015 (tu_abbrev_offset): New struct.
5016 (sort_tu_by_abbrev_offset): New function.
5017 (add_type_unit_group_to_table): New function.
5018 (build_type_unit_groups): New function.
5019 (build_type_psymtabs_reader): New function.
5020 (build_type_psymtab_dependencies): New function.
5021 (build_type_psymtabs): Rewrite.
5022 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5023 is seen in a type unit.
5024 (process_queue): Move symtab expansion debugging printfs here.
5025 Call process_full_type_unit for type units.
5026 (compute_symtab_includes): Assert not called for type units.
5027 (process_cu_includes): Don't call compute_symtab_includes for
5028 type units.
5029 (process_full_type_unit): New function.
5030 (process_imported_unit_die): Flag an error if called for type units.
5031 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5032 updated. Assert not called for type units.
5033 (read_file_scope): Call dwarf2_start_symtab.
5034 (setup_type_unit_groups): New function.
5035 (read_type_unit_scope): Rewrite.
5036 (abbrev_table_read_table): Initialize abbrev_table->offset.
5037 (abbrev_table_free_cleanup): New function.
5038 (dwarf2_start_symtab): New function.
5039 (load_full_type_unit): Assert not called for type unit groups.
5040 * buildsym.c (finish_block_internal): New arg "expandable".
5041 All callers updated.
5042 (start_symtab): Move most contents to ...
5043 (restart_symtab): ... here. New function.
5044 (reset_symtab_globals): New function.
5045 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5046 Call reset_symtab_globals.
5047 (end_symtab, end_expandable_symtab): New functions.
5048 (set_missing_symtab, augment_type_symtab): New functions.
5049 * buildsym.h (end_expandable_symtab): Declare.
5050 (augment_type_symtab, restart_symtab): Declare.
5051 * psympriv.h (struct partial_symtab): New member "anonymous".
5052 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5053 anonymous psymtabs.
5054 (read_psymtabs_with_filename): Ditto.
5055 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5056 (expand_symtabs_matching_via_partial): Ditto.
5057 (dump_psymtab): Update.
5058 * dictionary.c (dict_add_pending): New function.
5059 * dictionary.h (dict_add_pending): Declare.
5060
5061 2012-07-09 Doug Evans <dje@google.com>
5062
5063 * buildsym.c (start_subfile): Remove unnecessary check for
5064 name == NULL.
5065
5066 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5067
5068 * dwarf2read.c (load_full_type_unit): Simplify.
5069
5070 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5071 to struct signatured_type **. All uses updated.
5072
5073 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5074 All callers updated.
5075
5076 2012-07-09 Tom Tromey <tromey@redhat.com>
5077
5078 * c-exp.y (check_parameter_typelist): New function.
5079 (parameter_typelist): Call it.
5080 * eval.c (make_params): Handle '(void)' case.
5081 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5082 '(void)' case.
5083
5084 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5085
5086 * common/linux-ptrace.c: Include gdb_assert.h.
5087 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5088 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5089 stdint.h.
5090 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5091 functions.
5092 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5093 * linux-nat.c (linux_child_post_attach)
5094 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5095
5096 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5097
5098 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5099 nptl <2.7 bug workaround for core files.
5100
5101 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5102
5103 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5104 clearing.
5105 (save_siginfo): Remove.
5106 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5107 call.
5108 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5109 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5110 * linux-nat.h (struct lwp_info): Remove field siginfo.
5111
5112 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 Code cleanup for the next patch.
5115 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5116 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5117 call for it.
5118 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5119 (ia64_linux_stopped_data_address):
5120 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5121 the return value.
5122 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5123 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5124 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5125 call for it.
5126
5127 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5128
5129 PR 14321
5130 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5131 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5132
5133 2012-07-06 Tom Tromey <tromey@redhat.com>
5134
5135 * c-exp.y (DOTDOTDOT): New token.
5136 (func_mod, exp): Use parameter_typelist.
5137 (parameter_typelist): New production.
5138 (tokentab3): Add "..." token.
5139 * eval.c (make_params): Handle varargs.
5140 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5141 varargs.
5142
5143 2012-07-06 Tom Tromey <tromey@redhat.com>
5144
5145 PR exp/9608:
5146 * c-exp.y (%union) <tvec>: Change type.
5147 (func_mod): Now uses <tvec> type.
5148 (exp): Update for tvec change.
5149 (direct_abs_decl): Push the typelist.
5150 (func_mod): Return a typelist.
5151 (nonempty_typelist): Update for tvec change.
5152 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5153 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5154 * parse.c (pop_type_list): New function.
5155 (push_typelist): New function.
5156 (follow_types): Handle tp_function_with_arguments.
5157 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5158 (enum type_pieces) <tp_function_with_arguments>: New constant.
5159 (union type_stack_elt) <typelist_val>: New field.
5160 (push_typelist): Declare.
5161
5162 2012-07-06 Tom Tromey <tromey@redhat.com>
5163
5164 * c-exp.y (%union) <type_stack>: New field.
5165 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5166 (ptr_operator_ts): New production.
5167 (ptype): Update.
5168 * parse.c (type_stack_reserve): New function.
5169 (check_type_stack_depth): Use it.
5170 (pop_type_stack, append_type_stack, push_type_stack)
5171 (get_type_stack, type_stack_cleanup): New functions.
5172 (follow_types): Handle tp_type_stack.
5173 (_initialize_parse): Simplify initialization.
5174 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5175 constant.
5176 (union type_stack_elt) <stack_val>: New field.
5177 (get_type_stack, append_type_stack, push_type_stack)
5178 (type_stack_cleanup): Declare.
5179
5180 2012-07-06 Tom Tromey <tromey@redhat.com>
5181
5182 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5183 Remove.
5184 (struct type_stack): New.
5185 * parse.c (type_stack, type_stack_size, type_stack_depth):
5186 Remove.
5187 (type_stack): New global.
5188 (parse_exp_in_context, check_type_stack_depth)
5189 (insert_into_type_stack, insert_type, push_type, push_type_int)
5190 (insert_type_address_space, pop_type, pop_type_int)
5191 (_initialize_parse): Update.
5192
5193 2012-07-06 Tom Tromey <tromey@redhat.com>
5194
5195 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5196 Remove %type.
5197
5198 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5199
5200 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5201
5202 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5203 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5206 alloca with xmalloc/xfree.
5207
5208 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5209
5210 * MAINTAINERS (Write After Approval): Add myself to the list.
5211
5212 2012-07-05 Doug Evans <dje@google.com>
5213
5214 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5215
5216 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5217
5218 * ax-gdb.c (cli/cli-utils.h): New include.
5219 (linespec.h): Ditto.
5220 (agent_eval_command_one): New function.
5221 (agent_command_1): Ditto.
5222 (agent_command): Call function agent_command_1.
5223 (agent_eval_command): Ditto.
5224 (_initialize_ax_gdb): Change help for "maint agent"
5225 and "maint agent-eval".
5226
5227 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5228
5229 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5230 * cli/cli-utils.c (check_for_argument): New function.
5231 * cli/cli-utils.h (check_for_argument): Ditto.
5232
5233 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5234
5235 * NEWS: Mention x32 ABI support.
5236
5237 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5238
5239 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5240 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5241
5242 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5243 and pc_regnum_from_eax to -1. Update SP regnum from
5244 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5245 needed.
5246
5247 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5248 pc_regnum_from_eax.
5249
5250 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5253 * dwarf2expr.h: Include gdbtypes.h.
5254 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5255 these forward declarations.
5256 (cu_offset, sect_offset): Move these ...
5257 * gdbtypes.h: Remove include dwarf2expr.h.
5258 (cu_offset, sect_offset): ... here.
5259
5260 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5261
5262 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5263 (amd64_linux_sigtramp_code): This.
5264 (amd64_x32_linux_sigtramp_code): New.
5265 (LINUX_SIGTRAMP_LEN): Updated.
5266 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5267
5268 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5269
5270 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5271
5272 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * config.in: Regenerate.
5275 * configure: Regenerate.
5276 * configure.ac: Remove check for gnu/libc-version.h.
5277 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5278 gnu/libc-version.h.
5279 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5280 variables libc_version, libc_major and libc_minor. Replace sscanf by
5281 inferior_has_bug. Extend the comment.
5282
5283 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5284
5285 * linux-thread-db.c (inferior_has_bug): New function.
5286 (thread_db_find_new_threads_silently): Return boolean as checked by
5287 inferior_has_bug, describe it in the comments.
5288 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5289 earlier. Abort the initialization if it returned non-zero.
5290 (thread_db_new_objfile): Exclude debug files.
5291 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5292 if UNTIL_NO_NEW,
5293
5294 2012-07-02 Doug Evans <dje@google.com>
5295
5296 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5297 related to queue management.
5298
5299 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5300 instead of "debug dwarf2-die" in debugging printfs.
5301 (create_debug_info_hash_table_reader): Ditto.
5302 (create_debug_info_hash_table): Ditto.
5303 (init_dwo_file): Ditto.
5304 (init_cutu_and_read_dies): Add debugging printf.
5305 (init_cutu_and_read_dies_no_follow): Ditto.
5306 (process_psymtab_comp_unit_reader): Ditto.
5307
5308 2012-07-02 Stan Shebs <stan@codesourcery.com>
5309
5310 Add target-side support for dynamic printf.
5311 * NEWS: Mention the additional style.
5312 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5313 (struct bp_location): New field cmd_bytecode.
5314 * breakpoint.c: Include format.h.
5315 (disconnected_dprintf): New global.
5316 (parse_cmd_to_aexpr): New function.
5317 (build_target_command_list): New function.
5318 (insert_bp_location): Call it.
5319 (remove_breakpoints_pid): Skip dprintf breakpoints.
5320 (print_one_breakpoint_location): Ditto.
5321 (dprintf_style_agent): New global.
5322 (dprintf_style_enums): Add dprintf_style_agent.
5323 (update_dprintf_command_list): Add agent case.
5324 (agent_printf_command): New function.
5325 (_initialize_breakpoint): Add new commands.
5326 * common/ax.def (printf): New bytecode.
5327 * ax.h (ax_string): Declare.
5328 * ax-gdb.h (gen_printf): Declare.
5329 * ax-gdb.c: Include cli-utils.h, format.h.
5330 (gen_printf): New function.
5331 (maint_agent_print_command): New function.
5332 (_initialize_ax_gdb): Add maint agent-printf command.
5333 * ax-general.c (ax_string): New function.
5334 (ax_print): Add printf disassembly.
5335 * Makefile.in (SFILES): Add format.c
5336 (COMMON_OBS): Add format.o.
5337 * common/format.h: New file.
5338 * common/format.c: New file.
5339 * printcmd.c: Include format.h.
5340 (ui_printf): Call parse_format_string.
5341 * remote.c (remote_state): New field breakpoint_commands.
5342 (PACKET_BreakpointCommands): New enum.
5343 (remote_breakpoint_commands_feature): New function.
5344 (remote_protocol_features): Add new BreakpointCommands entry.
5345 (remote_can_run_breakpoint_commands): New function.
5346 (remote_add_target_side_commands): New function.
5347 (remote_insert_breakpoint): Call it.
5348 (remote_insert_hw_breakpoint): Ditto.
5349 (_initialize_remote): Add new packet configuration for
5350 target-side breakpoint commands.
5351 * target.h (struct target_ops): New field
5352 to_can_run_breakpoint_commands.
5353 (target_can_run_breakpoint_commands): New macro.
5354 * target.c (update_current_target): Handle
5355 to_can_run_breakpoint_commands.
5356
5357 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 Execute -ix and -iex only after system and user gdbinit files.
5360 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5361 processing down after gdbinit files.
5362
5363 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 Add fnmatch-gnu module.
5366 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5367 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5368 * gnulib/aclocal.m4: Regenerate.
5369 * gnulib/config.in: Regenerate.
5370 * gnulib/configure: Regenerate.
5371 * gnulib/import/dummy.c: Remove.
5372 * gnulib/import/Makefile.am: Regenerate.
5373 * gnulib/import/Makefile.in: Likewise.
5374 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5375 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5376 * gnulib/import/alloca.c: New file.
5377 * gnulib/import/alloca.in.h: Likewise.
5378 * gnulib/import/config.charset: Likewise.
5379 * gnulib/import/fnmatch.c: Likewise.
5380 * gnulib/import/fnmatch.in.h: Likewise.
5381 * gnulib/import/fnmatch_loop.c: Likewise.
5382 * gnulib/import/localcharset.c: Likewise.
5383 * gnulib/import/localcharset.h: Likewise.
5384 * gnulib/import/m4/alloca.m4: Likewise.
5385 * gnulib/import/m4/codeset.m4: Likewise.
5386 * gnulib/import/m4/configmake.m4: Likewise.
5387 * gnulib/import/m4/fcntl-o.m4: Likewise.
5388 * gnulib/import/m4/fnmatch.m4: Likewise.
5389 * gnulib/import/m4/glibc21.m4: Likewise.
5390 * gnulib/import/m4/localcharset.m4: Likewise.
5391 * gnulib/import/m4/locale-fr.m4: Likewise.
5392 * gnulib/import/m4/locale-ja.m4: Likewise.
5393 * gnulib/import/m4/locale-zh.m4: Likewise.
5394 * gnulib/import/m4/mbrtowc.m4: Likewise.
5395 * gnulib/import/m4/mbsinit.m4: Likewise.
5396 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5397 * gnulib/import/m4/mbstate_t.m4: Likewise.
5398 * gnulib/import/m4/stdbool.m4: Likewise.
5399 * gnulib/import/m4/wchar_h.m4: Likewise.
5400 * gnulib/import/m4/wctype_h.m4: Likewise.
5401 * gnulib/import/m4/wint_t.m4: Likewise.
5402 * gnulib/import/mbrtowc.c: Likewise.
5403 * gnulib/import/mbsinit.c: Likewise.
5404 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5405 * gnulib/import/mbsrtowcs-state.c: Likewise.
5406 * gnulib/import/mbsrtowcs.c: Likewise.
5407 * gnulib/import/ref-add.sin: Likewise.
5408 * gnulib/import/ref-del.sin: Likewise.
5409 * gnulib/import/stdbool.in.h: Likewise.
5410 * gnulib/import/streq.h: Likewise.
5411 * gnulib/import/strnlen1.c: Likewise.
5412 * gnulib/import/strnlen1.h: Likewise.
5413 * gnulib/import/verify.h: Likewise.
5414 * gnulib/import/wchar.in.h: Likewise.
5415 * gnulib/import/wctype.in.h: Likewise.
5416
5417 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5418
5419 Support shell wildcards for 'set auto-load safe-path'.
5420 * auto-load.c: Include fnmatch.h.
5421 (filename_is_in_dir): Rename to ...
5422 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5423 it. Update function comment. Rename dir_len to pattern_len. New
5424 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5425 messages. Use gdb_filename_fnmatch.
5426 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5427 pattern.
5428 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5429 * defs.h (gdb_filename_fnmatch): New declaration.
5430 * utils.c: Include fnmatch.h.
5431 (gdb_filename_fnmatch): New function.
5432
5433 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5434
5435 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5436 `-probe' and `-probe-stap' options.
5437
5438 2012-07-01 Yao Qi <yao@codesourcery.com>
5439
5440 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5441 always_inserted_off, and always_inserted_enums.
5442 Change always_inserted_mode's type to 'enum auto_boolean'.
5443 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5444 callers.
5445 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5446 of add_setshow_enum_cmd.
5447 * infrun.c: Remove can_use_displaced_stepping_auto,
5448 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5449 can_use_displaced_stepping_enum.
5450 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5451 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5452 callers.
5453 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5454 add_setshow_enum_cmd.
5455
5456 2012-06-30 Doug Evans <dje@google.com>
5457
5458 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5459 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5460 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5461
5462 2012-06-29 Doug Evans <dje@google.com>
5463
5464 * linespec.c: #include "stack.h".
5465 (decode_line_with_current_source): Moved here from symtab.c and
5466 renamed from decode_line_spec. All callers updated.
5467 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5468 renamed from decode_line_spec_1. All callers updated.
5469 * linespec.h (decode_line_with_current_source): Move declaration here
5470 from symtab.h and renamed from decode_line_spec.
5471 (decode_line_with_last_displayed): Move declaration here from symtab.h
5472 and renamed from decode_line_spec_1.
5473 * macrocmd.c: #include "linespec.h".
5474 * symtab.c: Remove #include "linespec.h".
5475
5476 2012-06-28 Doug Evans <dje@google.com>
5477
5478 * dwarf2read.c (get_cu_length): New function.
5479 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5480 (create_debug_types_hash_table): Ditto.
5481 (init_cutu_and_read_dies): Ditto.
5482 (init_cutu_and_read_dies_no_follow): Ditto.
5483
5484 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5485
5486 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5487 (struct abbrev_table): Define.
5488 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5489 abbrev_table.
5490 (init_cutu_and_read_dies): Update.
5491 (abbrev_table_alloc_abbrev): New function. Replaces
5492 dwarf_alloc_abbrev. All callers updated.
5493 (abbrev_table_add_abbrev): New function.
5494 (abbrev_table_lookup_abbrev): New function. Replaces
5495 dwarf2_lookup_abbrev. All callers updated.
5496 (abbrev_table_read_table): New function. Contents moved here from
5497 dwarf2_read_abbrevs.
5498 (dwarf2_read_abbrevs): Call it.
5499 (abbrev_table_free): New function.
5500 (dwarf2_free_abbrev_table): Call it.
5501
5502 2012-06-28 Stan Shebs <stan@codesourcery.com>
5503
5504 * osdata.c (info_osdata_command): Filter out "Title" columns
5505 from non-MI uses.
5506 * common/linux-osdata.c (struct osdata_type): Add title field.
5507 (osdata_table): Add titles to each entry.
5508 (linux_command_xfer_osdata): Add a column for title data.
5509
5510 2012-06-28 Stan Shebs <stan@codesourcery.com>
5511
5512 Make logging work for MI.
5513 * NEWS: Mention it.
5514 * interps.h (interp_set_logging_ftype): New typedef.
5515 (struct interp_procs): New field set_logging_proc.
5516 (current_interp_set_logging): Declare.
5517 * interps.c (current_interp_set_logging): New function.
5518 * cli/cli-logging.c: Include interps.h.
5519 (set_logging_redirect): Call current_interp_set_logging.
5520 (pop_output_files): Ditto.
5521 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5522 * mi/mi-console.h (mi_console_set_raw): Declare.
5523 * mi/mi-console.c (mi_console_set_raw): New function.
5524 * mi/mi-interp.c (saved_raw_stdout): New global.
5525 (mi_set_logging): New function.
5526 (_initialize_mi_interp): Add it to interp procs.
5527
5528 2012-06-28 Doug Evans <dje@google.com>
5529
5530 * symtab.c (lookup_symbol_aux_objfile): Use
5531 ALL_OBJFILE_PRIMARY_SYMTABS.
5532
5533 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5534
5535 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5536
5537 * common/buffer.c: Include inttypes.h and stdint.h.
5538 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5539
5540 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5541 Pedro Alves <palves@redhat.com>
5542
5543 * gdbthread.h (ALL_THREADS): New macro.
5544 (thread_list): Declare.
5545 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5546 going, but instead fall through to the stepping handling.
5547 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5548 the passed in signal. Adjust debug output.
5549 (resume_callback): Rename to ...
5550 (linux_nat_resume_callback): ... this. Pass the thread's last
5551 stop signal, if in "pass" state.
5552 (linux_nat_resume): Adjust to rename.
5553 (stop_wait_callback): New assertion. Don't respawn signals;
5554 instead let the LWP remain with SIGNALLED set.
5555 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5556 * remote.c (append_pending_thread_resumptions): New.
5557 (remote_vcont_resume): Call it.
5558 * target.h (target_resume): Extend comment.
5559
5560 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5561
5562 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5563
5564 2012-06-27 Doug Evans <dje@google.com>
5565
5566 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5567 Delete have_addr_base, unused. All uses updated.
5568 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5569 (dwarf2_get_pc_bounds): Add ranges_base.
5570 (dwarf2_record_block_ranges): Ditto.
5571
5572 2012-06-27 Tom Tromey <tromey@redhat.com>
5573
5574 PR macros/7961:
5575 * varobj.c (varobj_create): Update.
5576 (varobj_set_value): Update.
5577 * tracepoint.c (validate_actionline): Update.
5578 (encode_actions_1): Update.
5579 * parse.c (parse_exp_1): Add 'pc' argument.
5580 (parse_exp_in_context): Add 'pc' argument. Change how
5581 expression_context_pc is set.
5582 (parse_expression): Update.
5583 (parse_field_expression): Update.
5584 * expression.h (parse_exp_1): Update.
5585 * eval.c (parse_to_comma_and_eval): Update.
5586 * breakpoint.c (set_breakpoint_condition): Update.
5587 (update_watchpoint): Update.
5588 (init_breakpoint_sal): Update
5589 (find_condition_and_thread): Update.
5590 (watch_command_1): Update.
5591 (update_breakpoint_locations): Update.
5592 * ada-lang.c (ada_read_renaming_var_value): Update.
5593 (create_excep_cond_exprs): Update.
5594
5595 2012-06-27 Doug Evans <dje@google.com>
5596
5597 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5598 type units.
5599
5600 2012-06-26 Doug Evans <dje@google.com>
5601
5602 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5603 prototype.
5604 (error_check_comp_unit_head): New arg abbrev_section. All callers
5605 updated.
5606 (read_and_check_comp_unit_head): Ditto.
5607 (read_and_check_type_unit_head): Ditto.
5608
5609 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5610
5611 New attribute 'last' for gdb.Symtab_and_line.
5612 * NEWS (Python Scripting): Add entry about the new attribute.
5613 * python/py-symtab.c (salpy_get_last): New function which
5614 implements the get method for the 'last' attribute of
5615 gdb.Symtab_and_line.
5616 (sal_object_getset): Add entry for the 'last' attribute.
5617
5618 2012-06-26 Doug Evans <dje@google.com>
5619
5620 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5621 (dwo_sections): Add macinfo, macro.
5622 (dwarf2_locate_dwo_sections): Watch for macro sections.
5623 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5624 All callers updated. Handle DWO files.
5625
5626 * NEWS: Mention new options "set debug dwarf2-read" and
5627 "set debug symtab-create".
5628 * dwarf2read.c (dwarf2_read_debug): New static global.
5629 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5630 (process_queue): Ditto.
5631 (process_full_comp_unit): Ditto.
5632 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5633 * elfread.c (elf_symfile_read): Add debugging printf.
5634 * minsyms.c (install_minimal_symbols): Ditto.
5635 * psymtab.c (allocate_psymtab): Ditto.
5636 * symfile.c (allocate_symtab): Ditto.
5637 * symtab.c (symtab_create_debug): New global.
5638 (_initialize_symtab): Add new option "set debug symtab-create".
5639 * symtab.h (symtab_create_debug): Declare.
5640
5641 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5642 (lookup_dwo_type_unit): Ditto.
5643
5644 2012-06-26 Roland McGrath <roland@hack.frob.com>
5645 H.J. Lu <hongjiu.lu@intel.com>
5646
5647 * amd64-linux-nat.c: Include <sys/user.h>.
5648 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5649 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5650 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5651
5652 * configure.ac: Check if the fs_base and gs_base members of
5653 `struct user_regs_struct' exist.
5654 * config.in: Regenerated.
5655 * configure: Likewise.
5656
5657 2012-06-25 Michael Eager <eager@eagercon.com>
5658
5659 PR python/14291
5660 * python/python.c (gdbpy_write): Check for interrupted output.
5661
5662 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5663
5664 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5665 register as a stack alignment in ARM mode.
5666
5667 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5668
5669 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5670 * gnulib/config.in: Regenerate.
5671 * gnulib/configure: Likewise.
5672 * gnulib/import/m4/extensions.m4: Update it.
5673 * gnulib/import/m4/gnulib-common.m4: Likewise.
5674 * gnulib/import/m4/memmem.m4: Likewise.
5675 * gnulib/import/m4/mmap-anon.m4: Likewise.
5676 * gnulib/import/m4/multiarch.m4: Likewise.
5677 * gnulib/import/stdint.in.h: Likewise.
5678
5679 2012-06-24 Yao Qi <yao@codesourcery.com>
5680
5681 * corefile.c (write_memory_with_notification): New.
5682 * gdbcore.h: Declare write_memory_with_notification.
5683 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5684 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5685 * valops.c (value_assign): Likewise.
5686 * python/py-inferior.c (infpy_write_memory): Call
5687 'write_memory_with_notification'.
5688
5689 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5690
5691 * cc-with-index.sh: Use also -ex "set auto-load no".
5692
5693 2012-06-23 Doug Evans <dje@google.com>
5694
5695 PR 14125
5696 * NEWS: Document additions to .gdb_index.
5697 * dwarf2read.c: #include "gdb/gdb-index.h".
5698 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5699 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5700 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5701 (dwarf2_read_index): Recognize version 7.
5702 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5703 block_kind, domain): All callers updated.
5704 (dw2_find_symbol_file): Handle new index CU values.
5705 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5706 (add_index_entry): New args is_static, kind. All callers updated.
5707 (offset_type_compare, uniquify_cu_indices): New functions
5708 (symbol_kind): New function.
5709 (write_psymtabs_to_index): Remove duplicate CU values.
5710 (write_psymtabs_to_index): Write .gdb_index version 7.
5711
5712 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5713
5714 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5715 * configure: Regenerate.
5716
5717 2012-06-20 Yao Qi <yao@codesourcery.com>
5718
5719 * python/py-inferior.c: Update comments of infpy_read_memory
5720 and infpy_write_memory.
5721
5722 2012-06-19 Tom Tromey <tromey@redhat.com>
5723
5724 PR exp/9514:
5725 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5726 (push_type_address_space): Remove.
5727 * parse.c (insert_into_type_stack): New function.
5728 (insert_type): Likewise.
5729 (insert_type_address_space): Rename from push_type_address_space.
5730 Insert tp_space_identifier.
5731 * c-exp.y (ptr_operator): New production.
5732 (abs_decl): Use ptr_operator.
5733 (space_identifier): Call insert_type_address_space.
5734 (ptype): Don't use const_or_volatile_or_space_identifier.
5735 (const_or_volatile_noopt): Call insert_type.
5736 (conversion_type_id, conversion_declarator): New productions.
5737 (operator): Use conversion_type_id.
5738
5739 2012-06-18 Doug Evans <dje@google.com>
5740
5741 * symtab.h (minimal_symbol): New member created_by_gdb.
5742 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5743 created by gdb.
5744 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5745 (search_symbols): Call it instead of lookup_symbol.
5746 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5747
5748 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5749 Adjust address for DW_OP_GNU_addr_index.
5750 * dwarf2expr.h (dwarf_expr_context): Update comment.
5751 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5752 all callers updated. Handle TLS vars described with
5753 DW_OP_GNU_const_index.
5754 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5755 and DW_OP_GNU_const_index.
5756 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5757
5758 * block.c (find_block_in_blockvector): Make explicit the fact that we
5759 ignore GLOBAL_BLOCK.
5760
5761 2012-06-18 Tom Tromey <tromey@redhat.com>
5762
5763 * c-exp.y (operator): Remove trailing space after "delete" and
5764 "delete[]".
5765
5766 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5767 Jan Kratochvil <jan.kratochvil@redhat.com>
5768
5769 Switch i386 and derived targets to ON_STACK.
5770 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5771 (amd64_dicos_init_abi): Remove its installment.
5772 * dicos-tdep.c (dicos_init_abi): Remove the
5773 set_gdbarch_call_dummy_location call. Update the comment here.
5774 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5775 (i386_dicos_init_abi): Remove its installment.
5776 * i386-tdep.c (i386_push_dummy_code): New function.
5777 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5778 i386_push_dummy_code.
5779
5780 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5781
5782 Remove stale dummy frames.
5783 * breakpoint.c: Include dummy-frame.h.
5784 (longjmp_breakpoint_ops): New variable.
5785 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5786 bp_longjmp_call_dummy.
5787 (bpstat_what, bptype_string, print_one_breakpoint_location)
5788 (init_bp_location): Support bp_longjmp_call_dummy.
5789 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5790 (set_longjmp_breakpoint_for_call_dummy)
5791 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5792 functions.
5793 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5794 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5795 FIXME comment and extend the other comment for bp_call_dummy.
5796 (set_longjmp_breakpoint_for_call_dummy)
5797 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5798 * dummy-frame.c: Include gdbthread.h.
5799 (pop_dummy_frame_bpt): New function.
5800 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5801 (dummy_frame_discard): New function.
5802 (cleanup_dummy_frames): Update the comment about longjmps.
5803 * dummy-frame.h (dummy_frame_discard): New declaration.
5804 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5805 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5806 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5807 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5808 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5809 keep_going if IS_LONGJMP and there is no other reason to stop.
5810
5811 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5812
5813 * remote-sim.c (sim_command_completer): Initialize
5814 variable 'result'.
5815
5816 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5817
5818 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5819 * dwarf2loc.c (call_site_parameter_matches): Support
5820 CALL_SITE_PARAMETER_PARAM_OFFSET.
5821 (needs_dwarf_reg_entry_value): Push stub value.
5822 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5823 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5824 * gdbtypes.h (enum call_site_parameter_kind): New item
5825 CALL_SITE_PARAMETER_PARAM_OFFSET.
5826 (struct call_site.parameter.u): New field param_offset.
5827
5828 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5829
5830 Code cleanup: Generalize call_site.parameter key.
5831 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5832 variable dwarf_reg. New variable kind_u. Update parameters to
5833 push_dwarf_reg_entry_value.
5834 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5835 * dwarf2expr.h (enum call_site_parameter_kind)
5836 (union call_site_parameter_u): Forward declarations.
5837 (struct dwarf_expr_context_funcs): Update parameters and their
5838 description for push_dwarf_reg_entry_value.
5839 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5840 * dwarf2loc.c (call_site_parameter_matches): New function.
5841 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5842 description. Use call_site_parameter_matches.
5843 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5844 Update parameters and their description.
5845 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5846 New variable kind_u. Adjust the caller for updated parameters.
5847 (needs_dwarf_reg_entry_value): Update parameters.
5848 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5849 instead of attr. Update for the changed fields of struct
5850 call_site_parameter.
5851 * gdbtypes.h: Include dwarf2expr.h.
5852 (enum call_site_parameter_kind): New.
5853 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5854 fb_offset into new union u.
5855
5856 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5857
5858 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5859 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5860 for x32.
5861
5862 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5863
5864 * amd64-linux-nat.c (compat_x32_clock_t): New.
5865 (compat_x32_siginfo_t): Likewise.
5866 (compat_x32_siginfo_from_siginfo): Likewise.
5867 (siginfo_from_compat_x32_siginfo): Likewise.
5868 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5869 and siginfo_from_compat_x32_siginfo for x32.
5870
5871 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5872
5873 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5874
5875 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5876
5877 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5878 instead of gdbarch_ptr_bit.
5879 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5880 (amd64_supply_native_gregset): Likewise.
5881 (amd64_collect_native_gregset): Likewise.
5882 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5883 (amd64_supply_xsave): Likewise.
5884 (amd64_collect_fxsave): Likewise.
5885 (amd64_collect_xsave): Likewise.
5886
5887 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5888
5889 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5890 (amd64_linux_read_description): Check DS segment register for
5891 x32 process.
5892
5893 2012-06-15 Tom Tromey <tromey@redhat.com>
5894
5895 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5896 init_cutu_and_read_dies.
5897
5898 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5899
5900 * MAINTAINERS (Write After Approval): Add myself to the list.
5901
5902 2012-06-15 Tom Tromey <tromey@redhat.com>
5903
5904 * valops.c (value_find_oload_method_list): Now static.
5905 * value.h (value_find_oload_method_list): Don't declare.
5906
5907 2012-06-15 Tom Tromey <tromey@redhat.com>
5908
5909 * valops.c (find_overload_match): Use value_ind.
5910
5911 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5912
5913 * infrun.c (handle_inferior_event): Correct indentation.
5914
5915 2012-06-14 Doug Evans <dje@google.com>
5916
5917 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5918 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5919 All uses updated.
5920 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5921 updated. Handle DEBUG_LOC_START_LENGTH.
5922 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5923 (loclist_describe_location): Ditto.
5924
5925 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5926
5927 PR backtrace/13866
5928 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5929 after hiding inline functions.
5930
5931 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5932
5933 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5934 _initialize_inf_ttrace.
5935
5936 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5937
5938 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5939 _initialize_hppa_hpux_nat.
5940
5941 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5942
5943 * remote-sim.c (sim_command_completer): Change type of return
5944 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5945
5946 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5947 Jan Kratochvil <jan.kratochvil@redhat.com>
5948
5949 PR tdep/14222
5950 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5951 stack on a 16-byte boundary.
5952
5953 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5954
5955 * jit.c (finalize_symtab): Set function's return type to 'void' by
5956 default.
5957
5958 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5959 H.J. Lu <hongjiu.lu@intel.com>
5960
5961 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5962 Move bits common to both the classic LP64 and the new x32 ILP32
5963 ABI here.
5964 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5965 (amd64_x32_linux_init_abi): New function.
5966 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5967 subtype.
5968
5969 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5970 * i386-tdep.c (i386_pseudo_register_name): Make public.
5971 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5972 * amd64-tdep.c (amd64_dword_names): Add "eip".
5973 (amd64_x32_pseudo_register_type): New function
5974 (amd64_x32_init_abi): New function.
5975
5976 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 PR build/14003
5979 * inferior.h (struct inferior_suspend_state): Comment out.
5980 (struct inferior): Comment out the field suspend.
5981 * infrun.c (struct infcall_suspend_state): Comment out the field
5982 inferior_suspend.
5983 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5984 out its assignment.
5985
5986 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5987
5988 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5989 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5990 function comment. Return ERROR for unresolved cases. Implement
5991 returning proper NAME.
5992 (yylex): Accept also NAME from classify_inner_name.
5993 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5994 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5995 LOC_TYPEDEF type.
5996 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5997
5998 2012-06-13 Tom Tromey <tromey@redhat.com>
5999
6000 * breakpoint.c (condition_completer): New function.
6001 (_initialize_breakpoint): Use it.
6002 * value.c (complete_internalvar): New function.
6003 * value.h (complete_internalvar): Declare.
6004
6005 2012-06-13 Tom Tromey <tromey@redhat.com>
6006
6007 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6008 * breakpoint.c (catch_syscall_completer): Return a VEC.
6009 * cli/cli-cmds.c (complete_command): Update.
6010 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6011 (complete_on_enum): Likewise.
6012 * command.h: Include gdb_vecs.h.
6013 (completer_ftype): Change return type.
6014 (complete_on_cmdlist, complete_on_enum): Likewise.
6015 * completer.c (noop_completer, filename_completer)
6016 (location_completer): Return a VEC.
6017 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6018 to a VEC.
6019 (expression_completer, complete_line_internal, complete_line)
6020 (command_completer): Return a VEC.
6021 (gdb_completion_word_break_characters, line_completion_function):
6022 Update.
6023 * completer.h: Include gdb_vecs.h.
6024 (complete_line, noop_completer, filename_completer)
6025 (expression_completer, location_completer, command_completer):
6026 Update.
6027 * f-lang.c (f_word_break_characters): Return a VEC.
6028 * interps.c (interpreter_completer): Return a VEC.
6029 * language.h (struct language_defn)
6030 <la_make_symbol_completion_list>: Return a VEC.
6031 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6032 * symtab.c (free_completion_list): Take a VEC.
6033 (return_val_size, return_val_index): Remove.
6034 (return_val): Now a VEC.
6035 (completion_list_add_name): Update.
6036 (default_make_symbol_completion_list_break_on)
6037 (default_make_symbol_completion_list, make_symbol_completion_list)
6038 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6039 Return a VEC.
6040 (add_filename_to_list): Update.
6041 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6042 <list>: Now a VEC.
6043 (maybe_add_partial_symtab_filename): Update.
6044 (make_source_files_completion_list): Return a VEC.
6045 * symtab.h (default_make_symbol_completion_list_break_on)
6046 (default_make_symbol_completion_list, make_symbol_completion_list)
6047 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6048 (make_source_files_completion_list): Update.
6049
6050 2012-06-13 Tom Tromey <tromey@redhat.com>
6051
6052 * breakpoint.c (add_catch_command): Use completer_ftype.
6053 * breakpoint.h: Include command.h.
6054 (add_catch_command): Use completer_ftype.
6055 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6056 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6057 Use completer_ftype.
6058 * command.h (completer_ftype): New typedef.
6059 (set_cmd_completer): Use it.
6060 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6061 completer_ftype.
6062
6063 2012-06-13 Pedro Alves <palves@redhat.com>
6064
6065 Partial revert of previous change.
6066
6067 * serial.c (scb_base): New global.
6068 (serial_for_fd): New.
6069 (serial_open, serial_fdopen_ops): Link new serial in open serials
6070 chain.
6071 (do_serial_close): Unlink serial from the open serials chain.
6072
6073 2012-06-12 Pedro Alves <palves@redhat.com>
6074
6075 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6076 threads here.
6077 (prepare_for_detach): No longer context switch here in non-stop
6078 mode.
6079 (fetch_inferior_event): Ditto.
6080 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6081 to the event thread before removing breakpoints. Switch to the
6082 event thread before inserting breakpoints and resuming.
6083 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6084 event thread before resuming.
6085 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6086 Switch to the event thread before removing breakpoints.
6087
6088 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6089
6090 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6091 special characters correctly for the Windows shells. See
6092 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6093 report.
6094 [!__MINGW32__]: Remove extra double quote character from special
6095 characters.
6096
6097 2012-06-11 Stan Shebs <stan@codesourcery.com>
6098
6099 * ui-out.h: Remove #if 0 declarations.
6100 * ui-out.c: Remove #if 0 functions.
6101
6102 2012-06-11 Pedro Alves <palves@redhat.com>
6103
6104 * ser-base.c (run_async_handler_and_reschedule): New.
6105 (fd_event, push_event): Use it.
6106 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6107 reference count to 1.
6108 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6109 instead of xfree.
6110 (serial_is_open, serial_ref, serial_unref): New.
6111 * serial.h (serial_open): Adjust comment.
6112 (serial_is_open): Declare.
6113 (serial_close): Adjust comment.
6114 (serial_ref, serial_unref) Declare.
6115 (struct serial): New field 'refcnt'.
6116
6117 2012-06-11 Pedro Alves <palves@redhat.com>
6118
6119 Remove #if 0'd "connect" command, and unnecessary associated
6120 refcounting and serial reuse bits.
6121
6122 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6123 * serial.c (last_serial_opened): Delete.
6124 (scb_base): Delete.
6125 (serial_open): Adjust.
6126 (serial_for_fd): Delete.
6127 (serial_fdopen_ops, do_serial_close): Adjust.
6128 (serial_fdopen_ops): Adjust.
6129
6130 2012-06-11 Pedro Alves <palves@redhat.com>
6131
6132 * serial.c (do_serial_close): Remove early return when SCB is
6133 null.
6134
6135 2012-06-11 Tom Tromey <tromey@redhat.com>
6136
6137 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6138
6139 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6140
6141 Fix regression by the "ambiguous linespec" series.
6142 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6143 get_last_displayed_symtab and get_last_displayed_line and depending
6144 on CURSAL.
6145
6146 2012-06-11 Tom Tromey <tromey@redhat.com>
6147
6148 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6149 (dw2_find_symbol_file): Use it.
6150
6151 2012-06-11 Michael Eager <eager@eagercon.com>
6152
6153 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6154 * mips-linux-tdep.h (mips_signals): New
6155
6156 2012-06-11 Tom Tromey <tromey@redhat.com>
6157
6158 * infrun.c (handle_inferior_event)
6159 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6160 breakpoint.
6161 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6162 exception logic in all cases. Update comments.
6163 (insert_longjmp_resume_breakpoint): Set the exception resume
6164 breakpoint.
6165
6166 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6167
6168 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6169
6170 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6171
6172 * valarith.c (binop_types_user_defined_p): Fix a typo.
6173
6174 2012-06-08 Yao Qi <yao@codesourcery.com>
6175 Chung-Lin Tang <cltang@codesourcery.com>
6176
6177 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6178 * arch-utils.h: Declare.
6179 * gdbarch.sh: Add return_in_first_hidden_param_p.
6180 * gdbarch.c, gdbarch.h: Regenerated.
6181 * infcall.c (call_function_by_hand): Call
6182 gdbarch_return_in_first_hidden_param_p instead of
6183 language_pass_by_reference.
6184
6185 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6186 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6187 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6188 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6189 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6190 `cplus_return_struct_by_reference'.
6191 (tic6x_return_value): Handle language cplusplus.
6192 (tic6x_return_in_first_hidden_param_p): New.
6193 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6194
6195 2012-06-07 Doug Evans <dje@google.com>
6196
6197 * dwarf2read.c (dwarf2_cu): Add comment.
6198
6199 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6200
6201 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6202 variable.
6203 (mips_eabi_push_dummy_call): Likewise.
6204 (mips_n32n64_push_dummy_call): Likewise.
6205 (mips_o32_push_dummy_call): Likewise.
6206 (mips_o64_push_dummy_call): Likewise.
6207
6208 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6209
6210 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6211
6212 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6213
6214 * mips-tdep.c (mips_pseudo_register_type): Use
6215 mips_float_register_p.
6216
6217 2012-06-06 Pedro Alves <palves@redhat.com>
6218
6219 * infrun.c (handle_inferior_event): Remove calls to
6220 reinit_frame_cache that follow a context_switch call.
6221
6222 2012-06-06 Pedro Alves <palves@redhat.com>
6223
6224 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6225 context_switch and remove stale comment.
6226
6227 2012-06-06 Pedro Alves <palves@redhat.com>
6228
6229 * infrun.c (struct execution_control_state): Remove
6230 `new_thread_event' field.
6231 (handle_inferior_event): Simplify new threads handling; don't
6232 resume the inferior if we find a new thread.
6233
6234 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6235
6236 * NEWS: Document the deprecation of SH's 'regs' command.
6237 * inferior.h (all_registers_info): Add function declaration.
6238 * sh-tdep.c (sh_show_regs): Remove variable.
6239 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6240 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6241 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6242 (sh_show_regs_command): Remove functions.
6243 (sh_gdbarch_init): Don't set sh_show_regs.
6244 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6245 'info all-registers'.
6246 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6247 (sh64_show_regs): Remove functions.
6248 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6249
6250 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6251
6252 * configure.ac: Move development=true below AC_INIT.
6253 * configure: Regenerate.
6254
6255 2012-06-05 Stan Shebs <stan@codesourcery.com>
6256
6257 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6258 gdb_stdout.
6259
6260 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6261
6262 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6263 argument as ssize_t.
6264 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6265 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6266 * target.c (target_read_stack, target_write_memory)
6267 (target_write_raw_memory): Likewise.
6268 * target.h (target_read_stack, target_write_memory)
6269 (target_write_raw_memory): Likewise.
6270
6271 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6272
6273 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6274 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6275 * target.c (target_read_memory): Change LEN to ssize_t.
6276 * target.h (target_read_memory): Change LEN to ssize_t.
6277
6278 2012-06-05 Pedro Alves <palves@redhat.com>
6279
6280 PR backtrace/13866
6281
6282 * breakpoint.c (until_break_command): Only fetch the selected
6283 frame after decode_line_1.
6284
6285 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6286
6287 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6288 event breakpoint at _start, __start or main if a program
6289 interpreter is not found.
6290
6291 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6292
6293 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6294 Add declaration.
6295 * windows-tdep.c: #include "objfiles.h".
6296 (windows_iterate_over_objfiles_in_search_order): New function.
6297 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6298 iterate_over_objfiles_in_search_order gdbarch method to
6299 windows_iterate_over_objfiles_in_search_order.
6300 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6301
6302 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6303
6304 * gdbarch.sh: Add generation of
6305 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6306 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6307 (iterate_over_objfiles_in_search_order): New gdbarch method.
6308 * gdbarch.h, gdbarch.c: Regenerate.
6309 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6310 Add declaration.
6311 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6312 New function.
6313 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6314 out of lookup_symbol_aux_symtabs.
6315 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6316 call to lookup_symbol_aux_objfile.
6317 (struct global_sym_lookup_data): New type.
6318 (lookup_symbol_global_iterator_cb): New function.
6319 (lookup_symbol_global): Search for symbol using
6320 gdbarch_iterate_over_objfiles_in_search_order and
6321 lookup_symbol_global_iterator_cb.
6322 * findvar.c (struct minsym_lookup_data): New type.
6323 (minsym_lookup_iterator_cb): New function.
6324 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6325 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6326 and minsym_lookup_iterator_cb.
6327
6328 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6329
6330 Revert the following patch:
6331 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6332 try locating the symbol in the symbol's own objfile first, before
6333 extending the search to all objfiles.
6334 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6335 out of lookup_symbol_aux_symtabs.
6336 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6337 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6338 Do not search EXCLUDE_OBJFILE.
6339 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6340 (lookup_symbol_global): Search for matches in the block's objfile
6341 first, before searching all other objfiles.
6342
6343 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6344
6345 * breakpoint.c (find_condition_and_thread): Stop parsing
6346 as soon as the first invalid keyword is found.
6347
6348 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6349
6350 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6351
6352 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6353
6354 * config/djgpp/djcheck.sh: Add copyright header.
6355
6356 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6357
6358 * copyright.py (update_files, main): Fix path to update-copyright
6359 script.
6360
6361 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6362
6363 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6364 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6365 for which a reminder to update by hand is printed.
6366
6367 2012-06-04 Doug Evans <dje@google.com>
6368
6369 * buildsym.c (make_blockvector): Add comment.
6370
6371 2012-06-04 Pedro Alves <palves@redhat.com>
6372
6373 * arch-utils.c (default_gdb_signal_from_target): Delete.
6374 * arch-utils.h (default_gdb_signal_from_target): Delete.
6375 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6376 gdbarch_gdb_signal_from_target_p.
6377 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6378 predicate).
6379 * gdbarch.h: Regenerate.
6380 * gdbarch.c: Regenerate.
6381
6382 2012-06-04 Pedro Alves <palves@redhat.com>
6383
6384 * gdbarch.sh (gdb_signal_from_target): Mention that the
6385 implementation of the method must be host independent.
6386 * gdbarch.h: Regenerate.
6387
6388 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6389
6390 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6391 parameters.
6392 (target_read_memory_bfd): New function.
6393 (symbol_file_add_from_memory): Use it.
6394
6395 2012-06-03 Doug Evans <dje@google.com>
6396
6397 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6398 of primary symtab.
6399 (basic_lookup_transparent_type): Ditto.
6400
6401 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6402 (ALL_PRIMARY_SYMTABS): Use it.
6403 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6404 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6405 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6406 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6407 (basic_lookup_transparent_type): Ditto.
6408
6409 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6410
6411 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6412 it to optimize resolution of demangled name.
6413
6414 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6415
6416 * configure.ac (development): Define new variable.
6417 Call AC_CHECK_LIB for mcheck if $development.
6418 (ERROR_ON_WARNING): Enable it by default only if $development.
6419 * config.in: Regenerate.
6420 * configure: Regenerate.
6421
6422 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6423
6424 * target.c (target_read_memory): Make LEN argument as size_t.
6425 * target.h (target_read_memory): Likewise.
6426
6427 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6428
6429 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6430
6431 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6432
6433 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6434 BookE interface for PowerPC server processors if not available
6435 in the Linux Kernel.
6436
6437 2012-05-31 Keith Seitz <keiths@redhat.com>
6438
6439 * linespec.c (decode_objc): Add cleanup to free
6440 INFO.FILE_SYMTABS.
6441 (find_linespec_symbols): Add cleanup to free CLASSES.
6442 * symfile.c (find_separate_debug_file_by_debuglink): Add
6443 cleanup to free DEBUGLINK.
6444 * ui-out.c (clear_header_list): No need to check if
6445 HEADER_NEXT.COLHDR is NULL.
6446 Free HEADER_NEXT.COL_NAME.
6447
6448 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6449
6450 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6451 warning.
6452
6453 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6454
6455 * configure.host (gdb_host_cpu): Handle tilegx*.
6456 (gdb_host): Handle tilegx-*-linux*.
6457 * tilegx-linux-nat.c: New file.
6458 * config/tilegx/linux.mh: New file.
6459
6460 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6461
6462 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6463 tilegx-linux-tdep.o.
6464 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6465 tilegx-linux-tdep.c.
6466 * configure.tgt: Handle tilegx-*-linux*.
6467 * tilegx-tdep.h: New file.
6468 * tilegx-tdep.c: New file.
6469 * tilegx-linux-tdep.c: New file.
6470 * regformats/reg-tilegx.dat: New file.
6471
6472 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6473
6474 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6475 accounting of hw watchpoints on ppc.
6476
6477 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6478
6479 * source.c (openp): Expand tilde in path entries.
6480
6481 2012-05-29 Doug Evans <dje@google.com>
6482
6483 * buildsym.c (block_compar): Fix comment.
6484 (end_symtab): Fix and clarify some comments.
6485
6486 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6487 cleanup_undefined_types.
6488 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6489 All callers updated.
6490
6491 2012-05-29 Tom Tromey <tromey@redhat.com>
6492
6493 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6494 fails.
6495 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6496 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6497 fails.
6498 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6499 fails.
6500
6501 2012-05-29 Tristan Gingold <gingold@adacore.com>
6502
6503 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6504 (struct darwin_info): ... New struct.
6505 (solib_darwin_pspace_data): New variable.
6506 (darwin_pspace_data_cleanup): New function.
6507 (get_darwin_info): Likewise.
6508 (darwin_dyld_version_ok, darwin_load_image_infos)
6509 (darwin_solib_get_all_image_info_addr_at_init)
6510 (darwin_solib_read_all_image_info_addr): Add info argument.
6511 Adjust code.
6512 (darwin_current_sos): Use per pspace structure.
6513 (darwin_solib_create_inferior_hook): Likewise.
6514 (darwin_clear_solib): Likewise.
6515 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6516
6517 2012-05-28 Pedro Alves <palves@redhat.com>
6518
6519 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6520 block that uses them. Clear ecss before handling each event.
6521
6522 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6523
6524 * solib-svr4.c (svr4_current_sos): New comment on
6525 svr4_current_sos_via_xfer_libraries fall back.
6526
6527 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6530 it as a fallback for TYPE_IS_OPAQUE.
6531 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6532 symbols for lookup_symbol.
6533
6534 2012-05-24 John Steele Scott <toojays@toojays.net>
6535
6536 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6537 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6538 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6539 (check_producer): ... this new function, which also checks for ICC
6540 and caches the result.
6541 (producer_is_icc): New function.
6542 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6543 producer was ICC.
6544
6545 2012-05-24 Pedro Alves <palves@redhat.com>
6546
6547 PR gdb/7205
6548
6549 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6550 (default_gdb_signal_to_target): ... this. Add comment.
6551 (default_gdb_signal_from_host): Rename to ...
6552 (default_gdb_signal_from_target): ... this. Add comment.
6553 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6554 (default_gdb_signal_to_target): ... this.
6555 (default_gdb_signal_from_host): Rename to ...
6556 (default_gdb_signal_from_target): ... this.
6557 * corelow.c (core_open): Adjust to naming change. Replace comment.
6558 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6559 (gdb_signal_from_target): ... this. Adjust to
6560 default_gdb_signal_from_host naming change. Extend comment.
6561 (gdb_signal_to_host): Rename to ...
6562 (gdb_signal_to_target): ... this. Adjust to
6563 default_gdb_signal_to_host naming change.
6564 * gdbarch.h, gdbarch.c: Renegerate.
6565
6566 2012-05-24 Pedro Alves <palves@redhat.com>
6567
6568 PR gdb/7205
6569
6570 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6571
6572 2012-05-24 Pedro Alves <palves@redhat.com>
6573
6574 PR gdb/7205
6575
6576 Replace target_signal with gdb_signal throughout.
6577
6578 2012-05-24 Pedro Alves <palves@redhat.com>
6579
6580 PR tui/14159
6581
6582 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6583 string, instead of reusing the va_list argument.
6584
6585 2012-05-24 Tom Tromey <tromey@redhat.com>
6586
6587 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6588 Remove.
6589
6590 2012-05-23 Doug Evans <dje@google.com>
6591
6592 * symtab.c (search_symbols): Formatting fixes.
6593 (print_symbol_info): Formatting fixes.
6594
6595 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6596 int64_t change to leb128 API.
6597 (read_encoded_value, decode_frame_entry_1): Ditto.
6598 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6599 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6600 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6601 (execute_stack_op): Ditto.
6602 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6603 (safe_read_uleb128, safe_read_sleb128): Ditto.
6604 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6605 (dwarf2_compile_expr_to_ax): Ditto.
6606 (locexpr_describe_location_piece): Ditto.
6607 (disassemble_dwarf_expression): Ditto.
6608 (locexpr_describe_location_1): Ditto.
6609
6610 2012-05-23 Stan Shebs <stan@codesourcery.com>
6611 Kwok Cheung Yeung <kcy@codesourcery.com>
6612
6613 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6614 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6615 (mi-cmd-info.o): New rule.
6616 * osdata.h (info_osdata_command): New declaration.
6617 * osdata.c (info_osdata_command): Change to non-static.
6618 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6619 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6620 * mi/mi-cmd-info.c: New file.
6621
6622 2012-05-23 Doug Evans <dje@google.com>
6623
6624 * symtab.c (search_symbols): Pass NULL for file_matcher to
6625 expand_symtabs_matching if there are no files to match.
6626
6627 * gdbtypes.c (lookup_typename): Simplify.
6628
6629 2012-05-23 Pedro Alves <palves@redhat.com>
6630
6631 * arch-utils.h (default_target_signal_to_host): Delete.
6632 * arch-utils.c (default_target_signal_to_host): Delete.
6633 * gdbarch.sh (target_signal_to_host): Remove.
6634 * gdbarch.h, gdbarch.c: Regenerate.
6635
6636 2012-05-22 Doug Evans <dje@google.com>
6637
6638 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6639 "const gdb_byte *".
6640 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6641 (execute_cfa_program): Update to match API of leb128 functions.
6642 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6643 "const gdb_byte *".
6644 (read_unsigned_leb128, read_signed_leb128): Delete.
6645 (read_initial_length): Change type of buf argument to
6646 "const gdb_byte *".
6647 (read_encoded_value): Update to match API of leb128 functions.
6648 (decode_frame_entry): Change result to "const gdb_byte *", and
6649 similarly for "start" parameter.
6650 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6651 (dwarf2_build_frame_info): Change local frame_ptr to
6652 "const gdb_byte *".
6653 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6654 read_uleb128, read_sleb128. All callers updated.
6655 (safe_skip_leb128): New function.
6656 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6657 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6658 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6659 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6660 read_uleb128, read_sleb128.
6661 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6662 (execute_stack_op): Update to match API of leb128 functions.
6663 * dwarf2expr.h: #include "leb128.h".
6664 (read_uleb128, read_sleb128): Delete.
6665 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6666 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6667 * dwarf2loc.c (debug_loc_kind): New enum.
6668 (decode_debug_loc_addresses): New function.
6669 (decode_debug_loc_dwo_addresses): New function.
6670 (dwarf2_find_location_expression): Rewrite.
6671 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6672 (locexpr_describe_location_piece): Ditto.
6673 (disassemble_dwarf_expression): Ditto.
6674 (locexpr_describe_location_1): Ditto.
6675 (loclist_describe_location): Rewrite.
6676 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6677 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6678 (dwarf2_section_buffer_overflow_complaint): Renamed from
6679 dwarf2_macros_too_long_complaint. All callers updated.
6680 (skip_leb128): Delete.
6681 (init_cu_die_reader): Initialize reader->buffer_end.
6682 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6683 (skip_form_bytes): New arg buffer_end. All callers updated.
6684 Replace call to skip_leb128 with gdb_skip_leb128.
6685 (skip_unknown_opcode): New arg mac_end. All callers updated.
6686 (fill_in_loclist_baton): Initialize baton->from_dwo.
6687
6688 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6689
6690 * mips-linux-nat.c (mips_linux_read_description): Use a more
6691 verbose error message.
6692
6693 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6694
6695 * NEWS: Add MIPS/Linux DSP support.
6696 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6697 (SIGCONTEXT_DSPCTL): New macro.
6698 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6699 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6700 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6701 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6702 (N64_SIGCONTEXT_HI3): Likewise.
6703 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6704 (N64_SIGCONTEXT_LO3): Likewise.
6705 (N64_SIGCONTEXT_DSPCTL): Likewise.
6706 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6707 (mips_linux_o32_sigframe_init): Handle DSP registers.
6708 (mips_linux_n32n64_sigframe_init): Likewise.
6709
6710 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6711
6712 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6713 call to abort.
6714
6715 2012-05-22 Pedro Alves <palves@redhat.com>
6716
6717 * target.h (store_waitstatus): Move declaration ...
6718 * inf-child.h (store_waitstatus): ... here.
6719 * target.c: Move inclusion of gdb_wait.h, and ...
6720 (store_waitstatus): ... this ...
6721 * inf-child.c: ... here.
6722 * linux-nat.c: Include inf-child.h.
6723 * rs6000-nat.c: Include inf-child.h.
6724 * spu-linux-nat.c: Include inf-child.h.
6725
6726 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6727
6728 * tracepoint.c (start_tracing): Add missing i18n markup.
6729 (stop_tracing, set_trace_user): Ditto.
6730 (set_trace_notes, set_trace_stop_notes): Ditto.
6731
6732 2012-05-21 Tom Tromey <tromey@redhat.com>
6733
6734 PR c++/7173:
6735 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6736 types.
6737 * value.h (value_cast_pointers): Update.
6738 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6739 (value_cast): Update.
6740 (update_search_result): New function.
6741 (do_search_struct_field): New, from search_struct_field. Check
6742 for ambiguous results.
6743 (search_struct_field): Rewrite.
6744 * infcall.c (value_arg_coerce): Update.
6745 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6746 value_cast_pointers.
6747 * ada-lang.c (ada_convert_actual): Update.
6748
6749 2012-05-21 Tom Tromey <tromey@redhat.com>
6750
6751 * macroexp.c (macro_stringify): Terminate the string.
6752
6753 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6756 Describe it.
6757 * auto-load.c (auto_load_expand_dir_vars): New function.
6758 (auto_load_safe_path_vec_update): Use it, remove the
6759 substitute_path_component call thanks to it.
6760 (auto_load_objfile_script): Remove the debug_file_directory processing.
6761 Use auto_load_expand_dir_vars, remove the substitute_path_component
6762 call thanks to it.
6763 * configure: Regenerate.
6764 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6765 path. Escape $ also for $debugdir.
6766 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6767 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6768
6769 2012-05-20 Doug Evans <dje@google.com>
6770
6771 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6772 before use. Check for symtab->includes == NULL before scanning it.
6773
6774 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6775
6776 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6777
6778 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6779
6780 * NEWS: Add microMIPS support and "set mips compression",
6781 "show mips compression" commands.
6782 * mips-tdep.h (mips_isa): New enum.
6783 (gdbarch_tdep): Add mips_isa.
6784 (mips_pc_is_mips16): Update prototype.
6785 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6786 * mips-tdep.c (mips_compression_mips16): New variable.
6787 (mips_compression_micromips): Likewise.
6788 (mips_compression_strings): Likewise.
6789 (mips_compression_string): Likewise.
6790 (is_mips16_isa, is_micromips_isa): New functions.
6791 (is_mips16_addr): Rename to...
6792 (is_compact_addr): ... this.
6793 (unmake_mips16_addr): Likewise to...
6794 (unmake_compact_addr): ... this.
6795 (make_mips16_addr): Likewise to...
6796 (make_compact_addr): ... this.
6797 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6798 functions.
6799 (mips_elf_make_msymbol_special): Handle microMIPS code.
6800 (msymbol_is_special): Rename to...
6801 (msymbol_is_mips16): ... this.
6802 (mips_make_symbol_special, mips_pc_is_mips16): Update
6803 accordingly.
6804 (msymbol_is_mips, msymbol_is_micromips): New functions.
6805 (mips16_to_32_reg): Rename to...
6806 (mips_reg3_to_reg): ... this.
6807 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6808 (mips_pc_isa): Likewise.
6809 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6810 code.
6811 (mips_fetch_instruction): Pass return status instead of printing
6812 an error message if requested. Handle microMIPS code. Bail out
6813 on an invalid ISA.
6814 (micromips_op): New macro.
6815 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6816 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6817 (b6s4_op, b7s3_reg): Likewise.
6818 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6819 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6820 (mips_insn_size): New function.
6821 (mips32_next_pc): Update mips_fetch_instruction call.
6822 (micromips_relative_offset7): New function.
6823 (micromips_relative_offset10): Likewise.
6824 (micromips_relative_offset16): Likewise.
6825 (micromips_pc_insn_size): Likewise.
6826 (micromips_bc1_pc): Likewise.
6827 (micromips_next_pc): Likewise.
6828 (unpack_mips16): Update mips_fetch_instruction call.
6829 (extended_mips16_next_pc): Update according to change to
6830 mips16_to_32_reg.
6831 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6832 code.
6833 (mips16_scan_prologue): Update mips_fetch_instruction call.
6834 Update according to change to mips16_to_32_reg.
6835 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6836 (mips_insn16_frame_base_sniffer): Likewise.
6837 (micromips_decode_imm9): New function.
6838 (micromips_scan_prologue): Likewise.
6839 (mips_micro_frame_cache): Likewise.
6840 (mips_micro_frame_this_id): Likewise.
6841 (mips_micro_frame_prev_register): Likewise.
6842 (mips_micro_frame_sniffer): Likewise.
6843 (mips_micro_frame_unwind): New variable.
6844 (mips_micro_frame_base_address): New function.
6845 (mips_micro_frame_base): New variable.
6846 (mips_micro_frame_base_sniffer): New function.
6847 (mips32_scan_prologue): Update mips_fetch_instruction call.
6848 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6849 rather than for MIPS16.
6850 (mips_insn32_frame_base_sniffer): Likewise.
6851 (mips_addr_bits_remove): Handle microMIPS code.
6852 (deal_with_atomic_sequence): Rename to...
6853 (mips_deal_with_atomic_sequence): ... this. Update the type
6854 of the variable used to hold an instruction. Remove the ISA bit
6855 check. Update mips_fetch_instruction call.
6856 (micromips_deal_with_atomic_sequence): New function.
6857 (deal_with_atomic_sequence): Likewise.
6858 (mips_about_to_return): Handle microMIPS code. Update
6859 mips_fetch_instruction call.
6860 (heuristic_proc_start): Check for the standard MIPS ISA rather
6861 than for MIPS16. Update mips_pc_is_mips16 and
6862 mips_fetch_instruction calls. Handle microMIPS code.
6863 (mips_push_dummy_code): Handle microMIPS code.
6864 (mips_eabi_push_dummy_call): Likewise.
6865 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6866 (mips_o64_push_dummy_call): Handle microMIPS code.
6867 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6868 (is_delayed): Remove function.
6869 (mips_single_step_through_delay): Replace the call to is_delayed
6870 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6871 Handle microMIPS code.
6872 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6873 microMIPS code.
6874 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6875 call.
6876 (micromips_in_function_epilogue_p): New function.
6877 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6878 call.
6879 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6880 Handle microMIPS.
6881 (gdb_print_insn_mips): Likewise.
6882 (mips_breakpoint_from_pc): Likewise.
6883 (mips_remote_breakpoint_from_pc): New function.
6884 (mips32_instruction_has_delay_slot): Simplify making use of the
6885 updated mips_fetch_instruction interface.
6886 (micromips_instruction_has_delay_slot): New function.
6887 (mips16_instruction_has_delay_slot): Simplify making use of the
6888 updated mips_fetch_instruction interface.
6889 (mips_adjust_breakpoint_address): Check for the standard MIPS
6890 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6891 calls. Handle microMIPS code.
6892 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6893 (mips_skip_trampoline_code): Handle microMIPS code.
6894 (global_mips_compression): New function.
6895 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6896 file flags. Register the microMIPS remote breakpoint handler
6897 and heuristic frame unwinder.
6898 (show_mips_compression): New function.
6899 (_initialize_mips_tdep): Add the "set mips compression" and
6900 "show mips compression" commands.
6901
6902 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6903
6904 * ada-lang.c:
6905 * ada-tasks.c:
6906 * ada-varobj.c:
6907 * amd64-darwin-tdep.c:
6908 * arm-symbian-tdep.c:
6909 * arm-tdep.c:
6910 * avr-tdep.c:
6911 * ax-gdb.c:
6912 * bfin-linux-tdep.c:
6913 * breakpoint.c:
6914 * c-valprint.c:
6915 * cli/cli-cmds.c:
6916 * coffread.c:
6917 * cp-support.c:
6918 * cris-tdep.c:
6919 * dwarf2-frame-tailcall.c:
6920 * dwarf2-frame.c:
6921 * dwarf2expr.c:
6922 * dwarf2loc.c:
6923 * dwarf2read.c:
6924 * elfread.c:
6925 * eval.c:
6926 * expprint.c:
6927 * f-valprint.c:
6928 * frv-tdep.c:
6929 * h8300-tdep.c:
6930 * hppa-hpux-tdep.c:
6931 * hppa-tdep.c:
6932 * hppanbsd-tdep.c:
6933 * i386-nto-tdep.c:
6934 * i386-tdep.c:
6935 * i387-tdep.c:
6936 * ia64-tdep.c:
6937 * jit.c:
6938 * linespec.c:
6939 * linux-tdep.c:
6940 * lm32-tdep.c:
6941 * m2-valprint.c:
6942 * m32c-tdep.c:
6943 * m32r-rom.c:
6944 * m32r-tdep.c:
6945 * m68k-tdep.c:
6946 * m68klinux-tdep.c:
6947 * mi/mi-main.c:
6948 * microblaze-tdep.c:
6949 * mips-linux-tdep.c:
6950 * mips-tdep.c:
6951 * mn10300-tdep.c:
6952 * p-valprint.c:
6953 * parse.c:
6954 * ppc-linux-tdep.c:
6955 * ppc-sysv-tdep.c:
6956 * printcmd.c:
6957 * python/py-finishbreakpoint.c:
6958 * python/py-inferior.c:
6959 * python/py-infthread.c:
6960 * python/py-type.c:
6961 * python/python.c:
6962 * remote-fileio.c:
6963 * remote-m32r-sdi.c:
6964 * remote-mips.c:
6965 * reverse.c:
6966 * rl78-tdep.c:
6967 * rs6000-aix-tdep.c:
6968 * rs6000-tdep.c:
6969 * s390-tdep.c:
6970 * score-tdep.c:
6971 * sh64-tdep.c:
6972 * skip.c:
6973 * solib-darwin.c:
6974 * solib-dsbt.c:
6975 * solib-frv.c:
6976 * sparc-tdep.c:
6977 * spu-multiarch.c:
6978 * spu-tdep.c:
6979 * stack.c:
6980 * symfile.c:
6981 * symtab.c:
6982 * tic6x-tdep.c:
6983 * tracepoint.c:
6984 * v850-tdep.c:
6985 * valarith.c:
6986 * valprint.c:
6987 * value.c:
6988 * xcoffread.c:
6989 * xtensa-tdep.c:
6990 * ada-lang.c:
6991 * ada-tasks.c:
6992 * ada-varobj.c:
6993 * amd64-darwin-tdep.c:
6994 * arm-symbian-tdep.c:
6995 * arm-tdep.c: Delete unused variables.
6996
6997 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6998
6999 Rename $ddir to $datadir.
7000 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7001 * auto-load.c (auto_load_safe_path_vec_update)
7002 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7003 * configure: Regenerate.
7004 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7005 Likewise. Remove the 'use $ddir' help string.
7006
7007 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7008
7009 * auto-load.c (show_auto_load_safe_path): Accept any combination of
7010 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7011
7012 2012-05-18 Tom Tromey <tromey@redhat.com>
7013
7014 PR exp/13907:
7015 * valprint.h (struct value_print_options) <symbol_print>: New
7016 field.
7017 * valprint.c (user_print_options): Add default for symbol_print.
7018 (show_symbol_print): New function.
7019 (generic_val_print): Respect symbol_print.
7020 (_initialize_valprint): Add "print symbol" setting.
7021 * f-valprint.c (f_val_print): Respect symbol_print.
7022 * c-valprint.c (c_val_print): Respect symbol_print.
7023 * NEWS: Update.
7024 * printcmd.c (print_address_symbolic): Return int. Ignore some
7025 zero-size symbols.
7026 (print_address_demangle): Return int.
7027 * defs.h: (print_address_symbolic): Return int.
7028 * value.h (print_address_demangle): Return int.
7029
7030 2012-05-18 Tom Tromey <tromey@redhat.com>
7031
7032 * valprint.c (val_print_string): Don't print leading space.
7033 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7034 print space before string or vtbl.
7035 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7036 before string.
7037 * jv-valprint.c (java_value_print): Print space before string.
7038 * go-valprint.c (print_go_string): Print space before string.
7039 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7040 space before string.
7041 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7042 space before string or vtbl.
7043 * auxv.c (fprint_target_auxv): Print space after address.
7044
7045 2012-05-18 Tom Tromey <tromey@redhat.com>
7046
7047 * printcmd.c (print_address_demangle): Remove special case for 0.
7048
7049 2012-05-18 Tom Tromey <tromey@redhat.com>
7050
7051 * printcmd.c (print_address_demangle): Add 'opts' argument.
7052 * p-valprint.c (pascal_val_print): Update.
7053 * jv-valprint.c (java_val_print): Update.
7054 * value.h: Update.
7055 * valprint.c (generic_val_print): Update.
7056 (print_function_pointer_address): Add 'options' argument. Remove
7057 'addressprint' argument. Update.
7058 * m2-valprint.c (print_unpacked_pointer): Update.
7059 * gnu-v3-abi.c (print_one_vtable): Update.
7060 (gnuv3_print_method_ptr): Update.
7061 * f-valprint.c (f_val_print): Update.
7062 * cp-valprint.c (cp_print_value_fields): Update.
7063 * valprint.h (print_function_pointer_address): Update.
7064 * c-valprint.c (c_val_print): Update.
7065
7066 2012-05-18 Tom Tromey <tromey@redhat.com>
7067
7068 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7069 directly corresponding to the found psymtab.
7070 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7071 (dw2_find_pc_sect_symtab): Use it.
7072 * block.h (blockvector_contains_pc): Declare.
7073 * block.c (find_block_in_blockvector): New function.
7074 (blockvector_for_pc_sect): Use it.
7075 (blockvector_contains_pc): New function.
7076
7077 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7078
7079 * mips-tdep.h (mips_write_pc): New prototype.
7080 * mips-tdep.c (mips_write_pc): Make external, add description.
7081 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7082 add description.
7083
7084 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7085
7086 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7087 mips_regnum->pc.
7088 (mips_unwind_pc, mips_write_pc): Likewise.
7089 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7090 gdbarch_read_pc.
7091
7092 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7093
7094 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7095 proc_warn, proc_error, proc_get_status, proc_flags,
7096 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7097 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7098 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7099 proc_stop_process, proc_wait_for_stop, proc_run_process,
7100 proc_set_traced_signals, proc_set_traced_faults,
7101 proc_set_traced_sysentry, proc_set_traced_sysexit,
7102 proc_set_held_signals, proc_get_held_signals,
7103 proc_get_traced_signals, proc_get_traced_faults,
7104 proc_get_traced_sysentry, proc_get_traced_sysexit,
7105 proc_clear_current_fault, proc_set_current_signal,
7106 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7107 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7108 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7109 proc_get_current_thread, proc_get_current_thread,
7110 proc_get_current_thread, proc_update_threads,
7111 proc_update_threads, proc_update_threads, proc_update_threads,
7112 proc_iterate_over_threads, procfs_find_new_threads,
7113 procfs_pid_to_str): Make static. Remove advance declaration.
7114 (proc_cursig): Make static. Conditionalized defintion on
7115 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7116 (proc_syscall, proc_set_kill_on_last_close,
7117 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7118 proc_get_pending_signals, proc_get_signal_actions,
7119 proc_trace_signal, proc_ignore_signal): Delete.
7120
7121 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7122
7123 * coffread.c (cs_section_address): Passing proper argument for
7124 `bfd_get_section_vma'.
7125 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7126 `bfd_get_section_flags'.
7127 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7128 `bfd_get_section_vma'.
7129
7130 2012-05-16 Tom Tromey <tromey@redhat.com>
7131
7132 PR macros/13205:
7133 * macrotab.h: (macro_define_special): Declare.
7134 (enum macro_special_kind): New.
7135 (struct macro_definition) <argc, replacement>: Update comments.
7136 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7137 (macro_define_object_internal): New function.
7138 (macro_define_object): Use it.
7139 (macro_define_special): New function.
7140 (fixup_definition): New function.
7141 (macro_lookup_definition, foreach_macro_in_scope)
7142 (foreach_macro): Use fixup_definition.
7143 * macroexp.h (macro_stringify): Declare.
7144 * macroexp.c (free_buffer_return_text): New function.
7145 (stringify): Constify "arg".
7146 (macro_stringify): New function.
7147 * dwarf2read.c (macro_start_file): Call macro_define_special.
7148
7149 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7150 Maciej W. Rozycki <macro@mips.com>
7151
7152 * breakpoint.h (bp_location): Add related_address member.
7153 * inferior.h (get_return_value): Take a pointer to struct value
7154 instead of struct type for the function requested.
7155 * value.h (using_struct_return): Likewise.
7156 * gdbarch.sh (return_value): Take a pointer to struct value
7157 instead of struct type for the function requested.
7158 * breakpoint.c (set_breakpoint_location_function): Initialize
7159 related_address for bp_gnu_ifunc_resolver breakpoints.
7160 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7161 requested function's address to gdbarch_return_value.
7162 * eval.c (evaluate_subexp_standard): Pass the requested
7163 function's address to using_struct_return.
7164 * infcall.c (call_function_by_hand): Pass the requested
7165 function's address to using_struct_return and
7166 gdbarch_return_value.
7167 * infcmd.c (get_return_value): Take a pointer to struct value
7168 instead of struct type for the function requested.
7169 (print_return_value): Update accordingly.
7170 (finish_command_continuation): Likewise.
7171 * stack.c (return_command): Pass the requested function's
7172 address to using_struct_return and gdbarch_return_value.
7173 * value.c (using_struct_return): Take a pointer to struct value
7174 instead of struct type for the function requested. Pass the
7175 requested function's address to gdbarch_return_value.
7176 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7177 New function_value member, replacing function_type.
7178 (bpfinishpy_dealloc): Update accordingly.
7179 (bpfinishpy_pre_stop_hook): Likewise.
7180 (bpfinishpy_init): Likewise. Record the requested function's
7181 address.
7182 * mips-tdep.c (mips_fval_reg): New enum.
7183 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7184 words put in GP registers.
7185 (mips_o64_push_dummy_call): Update a comment.
7186 (mips_o32_return_value): Take a pointer to struct value instead
7187 of struct type for the function requested and use it to check if
7188 using the MIPS16 calling convention. Return the designated
7189 general purpose registers for floating-point values returned in
7190 MIPS16 mode.
7191 (mips_o64_return_value): Likewise.
7192 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7193 (ppc_sysv_abi_broken_return_value): Likewise.
7194 (ppc64_sysv_abi_return_value): Likewise.
7195 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7196 value instead of struct type for the function requested.
7197 * amd64-tdep.c (amd64_return_value): Likewise.
7198 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7199 * arm-tdep.c (arm_return_value): Likewise.
7200 * avr-tdep.c (avr_return_value): Likewise.
7201 * bfin-tdep.c (bfin_return_value): Likewise.
7202 * cris-tdep.c (cris_return_value): Likewise.
7203 * frv-tdep.c (frv_return_value): Likewise.
7204 * h8300-tdep.c (h8300_return_value): Likewise.
7205 (h8300h_return_value): Likewise.
7206 * hppa-tdep.c (hppa32_return_value): Likewise.
7207 (hppa64_return_value): Likewise.
7208 * i386-tdep.c (i386_return_value): Likewise.
7209 * ia64-tdep.c (ia64_return_value): Likewise.
7210 * iq2000-tdep.c (iq2000_return_value): Likewise.
7211 * lm32-tdep.c (lm32_return_value): Likewise.
7212 * m32c-tdep.c (m32c_return_value): Likewise.
7213 * m32r-tdep.c (m32r_return_value): Likewise.
7214 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7215 * m68k-tdep.c (m68k_return_value): Likewise.
7216 (m68k_svr4_return_value): Likewise.
7217 * m88k-tdep.c (m88k_return_value): Likewise.
7218 * mep-tdep.c (mep_return_value): Likewise.
7219 * microblaze-tdep.c (microblaze_return_value): Likewise.
7220 * mn10300-tdep.c (mn10300_return_value): Likewise.
7221 * moxie-tdep.c (moxie_return_value): Likewise.
7222 * mt-tdep.c (mt_return_value): Likewise.
7223 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7224 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7225 (ppc_sysv_abi_broken_return_value): Likewise.
7226 (ppc64_sysv_abi_return_value): Likewise.
7227 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7228 * rl78-tdep.c (rl78_return_value): Likewise.
7229 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7230 * rx-tdep.c (rx_return_value): Likewise.
7231 * s390-tdep.c (s390_return_value): Likewise.
7232 * score-tdep.c (score_return_value): Likewise.
7233 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7234 (sh_return_value_fpu): Likewise.
7235 * sh64-tdep.c (sh64_return_value): Likewise.
7236 * sparc-tdep.c (sparc32_return_value): Likewise.
7237 * sparc64-tdep.c (sparc64_return_value): Likewise.
7238 * spu-tdep.c (spu_return_value): Likewise.
7239 * tic6x-tdep.c (tic6x_return_value): Likewise.
7240 * v850-tdep.c (v850_return_value): Likewise.
7241 * vax-tdep.c (vax_return_value): Likewise.
7242 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7243 * xtensa-tdep.c (xtensa_return_value): Likewise.
7244 * gdbarch.c: Regenerate.
7245 * gdbarch.h: Regenerate.
7246
7247 2012-05-15 Tom Tromey <tromey@redhat.com>
7248
7249 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7250
7251 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7252
7253 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7254 of command in two error message.
7255
7256 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7257
7258 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7259
7260 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7261
7262 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7263
7264 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7265
7266 * NEWS (show auto-load scripts-directory): Add forgotten command.
7267
7268 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7271 parameters.
7272
7273 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7274
7275 * amd64-tdep.c: Include features/i386/x32.c and
7276 features/i386/x32-avx.c.
7277 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7278 initialize_tdesc_x32_avx.
7279
7280 2012-05-14 Stan Shebs <stan@codesourcery.com>
7281
7282 Add dynamic printf.
7283 * breakpoint.h (enum bptype): New type bp_dprintf.
7284 (struct breakpoint): New field extra_string.
7285 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7286 (create_breakpoint): Add extra_string arg.
7287 * breakpoint.c (dprintf_breakpoint_ops): New.
7288 (is_breakpoint): Add bp_dprintf.
7289 (bpstat_what): Add dprintf case.
7290 (bptype_string): Ditto.
7291 (print_one_breakpoint_location): Ditto.
7292 (init_bp_location): Ditto.
7293 (bkpt_print_mention): Ditto.
7294 (dprintf_style_enums): New array.
7295 (dprintf_style): New global.
7296 (dprintf_function): New global.
7297 (dprintf_channel): New global.
7298 (update_dprintf_command_list): New function.
7299 (update_dprintf_commands): New function.
7300 (init_breakpoint_sal): Add extra_string argument, handle it.
7301 (create_breakpoint_sal): Add extra_string argument.
7302 (create_breakpoints_sal): Add extra_string argument, update callers.
7303 (find_condition_and_thread): Add extra argument.
7304 (create_breakpoint): Add extra_string argument, record it.
7305 (dprintf_command): New function.
7306 (break_command_1): Add arg to create_breakpoint call.
7307 (handle_gnu_v3_exceptions): Ditto.
7308 (trace_command): Ditto.
7309 (ftrace_command): Ditto.
7310 (strace_command): Ditto.
7311 (bkpt_print_mention): Add dprintf case.
7312 (create_breakpoint_sal_default): Add extra_string argument.
7313 (_initialize_breakpoint): Add new commands.
7314 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7315 * python/py-breakpoint.c (bppy_init): Ditto.
7316 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7317
7318 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7319
7320 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7321
7322 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7323
7324 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7325 unsigned long long.
7326
7327 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7328
7329 Add a new function gdb.find_pc_line to the Python API.
7330 * NEWS (Python Scripting): Add entry about the new function.
7331 * python/python.c (gdbpy_find_pc_line): New function which
7332 implements gdb.find_pc_line.
7333 (GdbMethods): Add entry for the new function.
7334
7335 2012-05-12 Pedro Alves <palves@redhat.com>
7336
7337 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7338 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7339
7340 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7341
7342 * inferior.c: Include completer.h
7343 (initialize_inferiors): Set completer of add-inferior to
7344 filename_completer.
7345
7346 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7347
7348 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7349 gdbarch_ptr_bit for x32 core dump.
7350
7351 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7352
7353 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7354 and features/i386/x32-avx-linux.c.
7355
7356 2012-05-11 Stan Shebs <stan@codesourcery.com>
7357 Kwok Cheung Yeung <kcy@codesourcery.com>
7358
7359 * NEWS: Describe new info os commands.
7360 * common/linux-osdata.c (PID_T, TIME_T): Define.
7361 (MAX_PID_T_STRLEN): New.
7362 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7363 MAX_PID_T_STRLEN.
7364 (command_from_pid): Add comment. Change to use PID_T.
7365 (commandline_from_pid): Change to use PID_T.
7366 (user_from_pid): Add comment.
7367 (get_process_owner): Add comment. Change to use PID_T and
7368 MAX_PID_T_STRLEN.
7369 (get_number_of_cpu_cores): Add comment.
7370 (get_cores_used_by_process): Add comment. Change to use PID_T and
7371 MAX_PID_T_STRLEN.
7372 (linux_xfer_osdata_processes): Change to use PID_T and
7373 MAX_PID_T_STRLEN.
7374 (compare_processes): New function.
7375 (linux_xfer_osdata_processgroups): New function.
7376 (linux_xfer_osdata_threads): Change to use PID_T.
7377 (linux_xfer_osdata_fds): New function.
7378 (format_socket_state, print_sockets): New functions.
7379 (union socket_addr): New union.
7380 (linux_xfer_osdata_isockets): New function.
7381 (time_from_time_t, group_from_gid): New functions.
7382 (linux_xfer_osdata_shm): New function.
7383 (linux_xfer_osdata_sem): New function.
7384 (linux_xfer_osdata_msg): New function.
7385 (linux_xfer_osdata_modules): New function.
7386 (osdata_table): Add new entries.
7387 * common/buffer.c (buffer_xml_printf): Add support for long and
7388 long long format specifiers.
7389
7390 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7391
7392 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7393 (tdesc_x32_avx_linux): Likewise.
7394
7395 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7396
7397 Implement multi-component --with-auto-load-dir.
7398 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7399 entries.
7400 (--with-auto-load-safe-path): Update the default value description.
7401 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7402 New.
7403 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7404 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7405 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7406 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7407 "set auto-load scripts-directory".
7408 * config.in: Regenerate.
7409 * configure: Regenerate.
7410 * configure.ac (--with-auto-load-dir): New configure option.
7411 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7412
7413 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 Provide $ddir substitution for --with-auto-load-safe-path.
7416 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7417 entries.
7418 * auto-load.c: Include observer.h.
7419 (auto_load_safe_path_vec_update): Call substitute_path_component for
7420 each component. New variable ddir_subst.
7421 (auto_load_gdb_datadir_changed): New function.
7422 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7423 AUTO_LOAD_SAFE_PATH. New comment.
7424 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7425 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7426 * config.in: Regenerate.
7427 * configure: Regenerate.
7428 * configure.ac (--auto-load-safe-path): Rename
7429 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7430 GDB_DATADIR/auto-load.
7431 * defs.h (substitute_path_component): New declaration.
7432 * top.c: Include observer.h.
7433 (set_gdb_datadir): New function.
7434 (init_main): Install it for "set data-directory".
7435 * utils.c (substitute_path_component): New function.
7436
7437 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7440 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7441 DEBUG_FILE_DIRECTORY. Handle multiple components of
7442 DEBUG_FILE_DIRECTORY.
7443
7444 2012-05-10 Tom Tromey <tromey@redhat.com>
7445
7446 * dwarf2read.c (recursively_write_psymbols): New function.
7447 (write_psymtabs_to_index): Use it.
7448
7449 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7450 field.
7451 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7452 (load_partial_comp_unit): Update.
7453 (queue_comp_unit): Add argument 'pretend_language'.
7454 (process_queue): Update.
7455 (psymtab_to_symtab_1): Skip dependencies that have a user.
7456 (load_partial_comp_unit_reader): Give meaning to the 'data'
7457 argument.
7458 (load_full_comp_unit): Add 'pretend_language' argument.
7459 (process_full_comp_unit): Add 'pretend_language' argument. Set
7460 language on CU.
7461 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7462 Update.
7463 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7464 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7465 Update.
7466 (prepare_one_comp_unit): Add 'pretend_language' argument.
7467
7468 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7469 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7470 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7471 (dw2_do_instantiate_symtab): Check whether symtab was read in
7472 before queueing.
7473 (dw2_instantiate_symtab): Add assertion. Call
7474 process_cu_includes.
7475 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7476 (partial_symtab_p): New typedef.
7477 (set_partial_user): New function.
7478 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7479 (scan_partial_symbols): Add imported CU to imported_symtabs.
7480 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7481 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7482 (get_symtab, recursively_compute_inclusions)
7483 (compute_symtab_includes, process_cu_includes)
7484 (process_imported_unit_die): New functions.
7485 (process_die) <DW_TAG_imported_unit>: New case.
7486 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7487
7488 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7489 comment.
7490 (struct partial_die_info) <locdesc>: Remove.
7491 <d>: New field.
7492 (process_psymtab_comp_unit): Add 'read_partial' argument.
7493 Update.
7494 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7495 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7496 (add_partial_symbol): Update.
7497 (process_die): Handle DW_TAG_partial_unit.
7498 (read_file_scope): Update comment.
7499 (load_partial_dies): Handle DW_TAG_imported_unit.
7500 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7501 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7502
7503 2012-05-10 Tom Tromey <tromey@redhat.com>
7504
7505 * cc-with-dwz.sh: New file.
7506
7507 2012-05-10 Tom Tromey <tromey@redhat.com>
7508
7509 * symtab.h (struct symtab) <includes, user>: New fields.
7510 * block.h (struct block_iterator) <d, idx, which>: New fields.
7511 * block.c (initialize_block_iterator, find_iterator_symtab)
7512 (block_iterator_step, block_iter_name_step)
7513 (block_iter_match_step): New functions.
7514 (block_iterator_first, block_iterator_next)
7515 (block_iter_name_first, block_iter_name_next)
7516 (block_iter_match_first, block_iter_match_next): Rewrite.
7517 (get_block_symtab): New function.
7518
7519 2012-05-10 Tom Tromey <tromey@redhat.com>
7520
7521 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7522 set_block_symtab.
7523 * jit.c (finalize_symtab): Use allocate_global_block,
7524 set_block_symtab.
7525 * buildsym.c (finish_block_internal): New function, from old
7526 finish_block.
7527 (finish_block): Rewrite.
7528 (end_symtab): Use finish_block_internal, set_block_symtab.
7529 * block.h (struct global_block): New.
7530 (allocate_global_block, set_block_symtab): Declare.
7531 * block.c (allocate_global_block, set_block_symtab): New
7532 functions.
7533
7534 2012-05-10 Tom Tromey <tromey@redhat.com>
7535
7536 * psymtab.c (partial_map_expand_apply): Add assertion.
7537 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7538 (psymtab_to_symtab): Find unshared psymtab.
7539 (dump_psymtab): Print including psymtabs.
7540 (recursively_search_psymtabs): New function.
7541 (expand_symtabs_matching_via_partial): Use it.
7542 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7543 fields.
7544 (enum psymtab_search_status): New.
7545
7546 2012-05-10 Tom Tromey <tromey@redhat.com>
7547
7548 * tracepoint.c (scope_info): Update.
7549 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7550 (find_pc_sect_symtab, search_symbols)
7551 (default_make_symbol_completion_list_break_on)
7552 (make_file_symbol_completion_list): Update.
7553 * symmisc.c (dump_symtab_1): Update.
7554 * stack.c (print_frame_args, iterate_over_block_locals)
7555 (print_frame_labels, iterate_over_block_arg_vars): Update.
7556 * python/py-block.c (block_object) <dict>: Remove.
7557 <block>: New field.
7558 <iter>: Change type.
7559 (blpy_iter): Update.
7560 (blpy_block_syms_iternext): Update.
7561 * psymtab.c (map_block): Use block iterators.
7562 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7563 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7564 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7565 * infrun.c (check_exception_resume): Update.
7566 * cp-support.c (make_symbol_overload_list_block): Update.
7567 * coffread.c (patch_opaque_types): Update.
7568 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7569 * block.h (struct block_iterator): New.
7570 (block_iterator_first, block_iterator_next, block_iter_name_first)
7571 (block_iter_name_next, block_iter_match_first)
7572 (block_iter_match_next): Declare.
7573 (ALL_BLOCK_SYMBOLS): Redefine.
7574 * block.c (block_iterator_first, block_iterator_next)
7575 (block_iter_name_first, block_iter_name_next)
7576 (block_iter_match_first, block_iter_match_next): New functions.
7577 * ada-lang.c (ada_add_block_symbols)
7578 (ada_make_symbol_completion_list): Use block iterator.
7579
7580 2012-05-10 Tom Tromey <tromey@redhat.com>
7581
7582 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7583 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7584 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7585 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7586 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7587 Update.
7588
7589 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7590
7591 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7592 print-file-var-lib2.c, print-file-var-main.c and
7593 print-file-var.exp (located in gdb/testsuite/gdb.base).
7594
7595 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7596
7597 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7598 try locating the symbol in the symbol's own objfile first, before
7599 extending the search to all objfiles.
7600 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7601 out of lookup_symbol_aux_symtabs.
7602 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7603 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7604 Do not search EXCLUDE_OBJFILE.
7605 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7606 (lookup_symbol_global): Search for matches in the block's objfile
7607 first, before searching all other objfiles.
7608
7609 2012-05-10 Tristan Gingold <gingold@adacore.com>
7610
7611 * printcmd.c (set_command): Add pre/post inc/dec.
7612
7613 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7614
7615 * gdb.1: Document -ex option.
7616
7617 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7618
7619 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7620 * inferior.h (AT_SYMBOL): Delete.
7621
7622 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7623
7624 * mips-tdep.c (mips_push_dummy_code): New function.
7625 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7626 ON_STACK and install mips_push_dummy_code as our gdbarch
7627 push_dummy_code routine.
7628
7629 2012-05-09 Pedro Alves <palves@redhat.com>
7630
7631 * target.c (set_maintenance_target_async_permitted): Rename to ...
7632 (set_target_async_command): ... this.
7633 (show_maintenance_target_async_permitted): Rename to ...
7634 (show_target_async_command): ... this.
7635 (initialize_targets): Adjust.
7636
7637 2012-05-08 Doug Evans <dje@google.com>
7638
7639 * go-exp.y (classify_name): Add missing assignment of fields of
7640 yylval.ssym.
7641
7642 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7643
7644 Display the ">" prompt in interactive mode while reading canned
7645 commands, even when the current interpreter is MI.
7646
7647 * interps.c (interp_set_temp): New function.
7648
7649 * interps.h (interp_set_temp): Add prototype.
7650
7651 * cli/cli-script.c (restore_interp): New cleanup function.
7652 (read_command_lines): Temporarily override the current interpreter
7653 with CLI and arrange for restoring the original one.
7654
7655 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7656
7657 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7658
7659 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7660
7661 * probe.c (parse_probes): Move conditional to check for
7662 debuginfo files from here...
7663 * stap-probe.c (stap_get_probes): ... to here.
7664
7665 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7666 H.J. Lu <hongjiu.lu@intel.com>
7667
7668 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7669 `movl %esp, %ebp' for the X32 ABI.
7670
7671 2012-05-07 Tom Tromey <tromey@redhat.com>
7672
7673 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7674 get_DW_TAG_name.
7675 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7676 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7677 (dwarf_stack_op_name): Remove.
7678 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7679 (decode_locdesc): Use get_DW_OP_name.
7680 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7681 (dwarf2_compile_expr_to_ax): Likewise.
7682 (disassemble_dwarf_expression): Likewise.
7683 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7684
7685 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7686
7687 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7688 (sh_linux_sigtramp_cache): New function.
7689 (sh_linux_sigreturn_init): New function.
7690 (sh_linux_rt_sigreturn_init): New function.
7691 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7692 patterns.
7693 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7694 syscall codes.
7695 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7696 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7697 (sh_linux_init_abi): Add init calls to register new tramp_frame
7698 definitions under 32-bit SH, update comments.
7699
7700 2012-05-07 Pedro Alves <palves@redhat.com>
7701
7702 PR gdb/10952
7703
7704 * amd64-linux-tdep.c: Include glibc-tdep.h.
7705 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7706 gdbarch_skip_solib_resolver callback.
7707
7708 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7711 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7712 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7713 (add_auto_load_safe_path): Change the error message.
7714 (_initialize_auto_load): Change the "safe-path" help text.
7715 * configure: Regenerate
7716 * configure.ac (--without-auto-load-safe-path): Set
7717 WITH_AUTO_LOAD_SAFE_PATH to /.
7718
7719 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7720
7721 * stap-probe.h: Do not include unecessary `probe.h'.
7722
7723 2012-05-05 Alan Modra <amodra@gmail.com>
7724
7725 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7726 bfd_und_section_ptr.
7727 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7728 and bfd_com_section_ptr.
7729
7730 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7731
7732 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7733
7734 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7735
7736 * windows-nat.h (segment_register_p_ftype): New typedef.
7737 (windows_set_segment_register_p): Add declaration.
7738 * windows-nat.c (segment_register_p): New static global.
7739 (windows_set_segment_register_p): New function.
7740 (do_windows_fetch_inferior_registers): Add special handling
7741 for segment registers.
7742 * amd64-windows-nat.c: #include "amd64-tdep.h".
7743 (amd64_windows_segment_register_p): New function.
7744 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7745 * i386-windows-nat.c: #include "i386-tdep.h".
7746 (i386_windows_segment_register_p): New function.
7747 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7748
7749 2012-05-04 Tristan Gingold <gingold@adacore.com>
7750
7751 * printcmd.c (set_command): Emit a warning if the expression is not
7752 an assignment.
7753
7754 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7755
7756 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7757 Make static.
7758
7759 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7760
7761 * stap-probe.c (stap_is_operator): Change declaration.
7762 (stap_get_opcode): Change return value.
7763 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7764 `stap_parse_argument_1'.
7765
7766 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7767
7768 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7769 debug log.
7770
7771 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7772
7773 Add two new methods global_block and static_block to gdb.Symtab
7774 objects.
7775 * NEWS (Python scripting): Add entry about the new methods.
7776 * python/py-symtab.c (stpy_global_block): New function which
7777 implements the gdb.Symtab.global_block() method.
7778 (stpy_static_block): New function which implements the
7779 gdb.Symtab.static_block() method.
7780 (symtab_object_methods): Add entries for the two new methods.
7781
7782 2012-05-03 Doug Evans <dje@google.com>
7783
7784 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7785 files.
7786
7787 2012-05-03 Yao Qi <yao@codesourcery.com>
7788
7789 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7790 space.
7791 (i386_process_record): Ditto.
7792
7793 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7794
7795 * infcall.c (unwind_on_signal_p): Make static.
7796
7797 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7798
7799 * sol-thread.c (solaris_pid_to_str): Make static.
7800 (_initialize_sol_thread): Add prototype.
7801
7802 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7803
7804 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7805
7806 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7807
7808 * MAINTAINERS: Remove myself.
7809
7810 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7811
7812 Fix --without-auto-load-safe-path for MS-Windows host platform.
7813 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7814
7815 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7816
7817 * gdb_curses.h: Undefine KEY_EVENT before including curses
7818 headers. Move "#undef MOUSE_MOVED" before any curses header
7819 inclusion.
7820
7821 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7822
7823 * features/i386/i386-mmx-linux.c: Regenerate.
7824 * features/rs6000/powerpc-32.c: Likewise.
7825 * features/rs6000/powerpc-32l.c: Likewise.
7826 * features/rs6000/powerpc-403.c: Likewise.
7827 * features/rs6000/powerpc-403gc.c: Likewise.
7828 * features/rs6000/powerpc-405.c: Likewise.
7829 * features/rs6000/powerpc-505.c: Likewise.
7830 * features/rs6000/powerpc-601.c: Likewise.
7831 * features/rs6000/powerpc-602.c: Likewise.
7832 * features/rs6000/powerpc-603.c: Likewise.
7833 * features/rs6000/powerpc-604.c: Likewise.
7834 * features/rs6000/powerpc-64.c: Likewise.
7835 * features/rs6000/powerpc-64l.c: Likewise.
7836 * features/rs6000/powerpc-750.c: Likewise.
7837 * features/rs6000/powerpc-860.c: Likewise.
7838 * features/rs6000/powerpc-e500.c: Likewise.
7839 * features/rs6000/powerpc-e500l.c: Likewise.
7840 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7841 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7842 * features/rs6000/rs6000.c: Likewise.
7843
7844 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7845
7846 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7847 variable.
7848 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7849 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7850 (stap_parse_argument) <e>: Likewise.
7851 (handle_stap_probe) <byte_order>: Likewise.
7852
7853 2012-04-30 Doug Evans <dje@google.com>
7854
7855 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7856 init_and_read_dies_worker. All callers updated.
7857 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7858 replaced with init_cutu_and_read_dies.
7859 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7860 (find_partial_die): Remove FIXME. Don't free current CU.
7861
7862 2012-04-30 Sterling Augustine <saugustine@google.com>
7863
7864 * contrib: New directory.
7865 * contrib/test_pubnames_and_indexes.py: New file.
7866
7867 2012-04-30 Doug Evans <dje@google.com>
7868
7869 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7870 All callers updated.
7871 (init_cu_die_reader): Verify the section is non-empty.
7872 (dwarf_decode_line_header): Don't dereference section->asection
7873 until we know the section is present.
7874
7875 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7876
7877 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7878 probes.
7879
7880 2012-04-29 Yao Qi <yao@codesourcery.com>
7881
7882 * gdb-code-style.el: New hook gdb-markup-hook
7883 and gdb-comment-hook.
7884
7885 2012-04-28 Doug Evans <dje@google.com>
7886
7887 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7888 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7889 objfile->obfd.
7890 * symfile.h (dwarf2_debug_sections): New member addr.
7891 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7892 (ctx_no_get_addr_index): New function.
7893 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7894 (ctx_no_get_addr_index): Declare.
7895 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7896 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7897 (dwarf_expr_ctx_funcs): Update.
7898 (needs_get_addr_index): New function.
7899 (needs_frame_ctx_funcs): Update.
7900 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7901 * dwarf2read.c: #include "gdbcore.h".
7902 (dwarf2_per_objfile): New members addr, dwo_files.
7903 (dwarf2_elf_names): Add entry for addr.
7904 (struct dwo_section_names): New type.
7905 (dwo_section_names): New static global.
7906 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7907 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7908 old debug_types_section member updated to use this.
7909 Rename member debug_types_section to info_or_types_section,
7910 all uses updated.
7911 (signatured_type): Rename member type_offset to type_offset_in_tu,
7912 all uses updated. New member type_offset_in_section.
7913 (struct dwo_sections): New type.
7914 (struct dwo_unit): New type.
7915 (struct dwo_file): New type.
7916 (die_reader_specs): New member dwo_file.
7917 (dwarf2_locate_sections): Watch for .debug_addr.
7918 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7919 (dwarf2_read_section): Get bfd of section from bfd's asection,
7920 instead of objfile.
7921 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7922 (create_signatured_type_table_from_index): Initialize
7923 sig_type->info_or_types_section.
7924 (dw2_get_file_names): Statement lists for type units with DWO files
7925 live in the DWO file.
7926 (create_debug_types_hash_table): New function.
7927 (create_all_type_units): Rewrite.
7928 (init_cu_die_reader): New arg dwo_file, all callers updated.
7929 (init_and_read_dies_worker): Get section from
7930 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7931 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7932 continue reading the CU/TU from there.
7933 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7934 updated. Get section from this_cu->info_or_types_section.
7935 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7936 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7937 DW_FORM_GNU_str_index.
7938 (hash_dwo_file, eq_dwo_file): New functions.
7939 (allocate_dwo_file_hash_table): New function.
7940 (hash_dwo_unit, eq_dwo_unit): New functions.
7941 (allocate_dwo_unit_table): New function.
7942 (dwarf2_locate_dwo_sections): New function.
7943 (struct create_dwo_info_table_data): New type.
7944 (create_debug_info_hash_table_reader): New function.
7945 (create_debug_info_hash_table): New function.
7946 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7947 (lookup_dwo_file): New function.
7948 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7949 (free_dwo_file, free_dwo_file_cleanup): New functions.
7950 (free_dwo_file_from_slot, free_dwo_files): New functions.
7951 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7952 (dwarf2_record_block_ranges): Ditto.
7953 (read_partial_die): Ditto.
7954 (process_enumeration_scope): Update to use type_offset_in_section.
7955 (read_full_die_1): New function.
7956 (read_full_die): Rewrite.
7957 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7958 DW_FORM_GNU_str_index.
7959 (read_addr_index_1, read_addr_index): New functions.
7960 (read_addr_index_from_leb128): New function.
7961 (struct dwarf2_read_addr_index_data): New type.
7962 (dwarf2_read_addr_index_reader): New function.
7963 (dwarf2_read_addr_index): New function.
7964 (read_str_index): New function.
7965 (leb128_size): New function.
7966 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7967 If processing a type unit from a DWO file, get the line section
7968 from the DWO file.
7969 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7970 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7971 DW_FORM_GNU_str_index.
7972 (lookup_die_type): Check whether section offset of type's die is
7973 known before looking it up. Remove assert. Condition can
7974 legimately happen for inter-cu type references.
7975 (dwarf_attr_name): Handle Fission attributes.
7976 (dwarf_form_name): Handle Fission forms.
7977 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7978 DW_FORM_GNU_str_index.
7979 (follow_die_sig): Update to use type_offset_in_section.
7980 (decode_locdesc): New case DW_OP_GNU_addr_index.
7981 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7982 DW_FORM_GNU_str_index.
7983 (cu_debug_loc_section): New function.
7984 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7985 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7986 Free DWO files if present.
7987 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7988
7989 Refactor DIE reading.
7990 * dwarf2read.c (dwarf2_per_objfile): Replace members
7991 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7992 (die_reader_specs): New member "die_section". Temporarily make
7993 member "buffer" non-const, pending constifying all info_ptr uses.
7994 (die_reader_func_ftype): New typedef.
7995 (dw2_get_file_names_reader): New function.
7996 (dw2_get_file_names): Rewrite.
7997 (read_and_check_type_unit_head): Rename arg type_offset to
7998 type_offset_in_tu.
7999 (create_all_type_units): Improve debugging message.
8000 Improve dummy type unit check.
8001 (init_cu_die_reader): New arg "section". All callers updated.
8002 (init_and_read_dies_worker): New function.
8003 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8004 (init_cutu_and_read_dies_no_follow): New function.
8005 (init_cutu_and_read_dies_simple): New function.
8006 (process_psymtab_comp_unit_reader): New function.
8007 (process_psymtab_comp_unit): Delete args section,
8008 is_debug_types_section. Rewrite. All callers updated.
8009 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8010 All callers updated. Rewrite.
8011 (load_partial_comp_unit_reader): New function.
8012 (load_partial_comp_unit): Rewrite.
8013 (skip_children): New arg reader. Delete args buffer, cu.
8014 All callers updated.
8015 (skip_one_die): New arg reader. Delete args buffer, cu.
8016 All callers updated.
8017 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8018 All callers updated.
8019 (load_full_comp_unit_reader): New function.
8020 (load_full_comp_unit): Rewrite.
8021 (read_comp_unit): Delete.
8022 (read_die_and_children_1): Delete, contents moved ...
8023 (read_die_and_children): ... here.
8024 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8025 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8026 All callers updated.
8027 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8028 All callers updated.
8029 (find_partial_die): Rewrite load_all_dies support.
8030 (read_attribute_value): New arg reader. Delete args abfd, cu.
8031 All callers updated.
8032 (read_attribute): New arg reader. Delete args abfd, cu.
8033 All callers updated.
8034 (load_full_type_unit): Add assert.
8035 (read_signatured_type_reader): New function.
8036 (read_signatured_type): Rewrite.
8037 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8038 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8039 All callers updated. Set per_cu->cu = NULL after freeing it.
8040 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8041 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8042 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8043 (set_die_type): Update.
8044 (get_die_type_at_offset): Update.
8045 (read_file_scope): Call prepare_one_comp_unit.
8046 (read_type_unit_scope): Ditto.
8047 (prepare_one_comp_unit): Set producer if present.
8048
8049 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8050
8051 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8052 gettext function on `error'.
8053
8054 2012-04-27 Doug Evans <dje@google.com>
8055
8056 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8057 is empty.
8058
8059 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8060 Tom Tromey <tromey@redhat.com>
8061
8062 * breakpoint.c (struct breakpoint_objfile_data)
8063 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8064 <exception_probes>: New fields.
8065 (free_breakpoint_probes): New function.
8066 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8067 `_Unwind_DebugHook'.
8068 (create_exception_master_breakpoint): Likewise.
8069 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8070 * infrun.c: Including necessary header files for handling SystemTap
8071 probes.
8072 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8073 via SystemTap probes.
8074 (check_exception_resume): Remove `func' argument. Handle exception
8075 unwinding breakpoint set via a SystemTap probe.
8076 (insert_exception_resume_from_probe): New function.
8077
8078 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8079 Tom Tromey <tromey@redhat.com>
8080 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8083 (COMMON_OBS): Likewise.
8084 (HFILES_NO_SRCDIR): Add `probe'.
8085 * NEWS: Mention support for static and SystemTap probes.
8086 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8087 SystemTap probes' arguments parser.
8088 * arm-linux-tdep.c: Including headers needed to perform the parsing
8089 of SystemTap probes' arguments.
8090 (arm_stap_is_single_operand): New function.
8091 (arm_stap_parse_special_token): Likewise.
8092 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8093 probes' arguments parser.
8094 * ax-gdb.c (require_rvalue): Removing static declaration.
8095 (gen_expr): Likewise.
8096 * ax-gdb.h (gen_expr): Declaring function.
8097 (require_rvalue): Likewise.
8098 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8099 (bkpt_probe_breakpoint_ops): New variable.
8100 (momentary_breakpoint_from_master): Set the `probe' value.
8101 (add_location_to_breakpoint): Likewise.
8102 (break_command_1): Using proper breakpoint_ops according to the
8103 argument passed by the user in the command line.
8104 (bkpt_probe_insert_location): New function.
8105 (bkpt_probe_remove_location): Likewise.
8106 (bkpt_probe_create_sals_from_address): Likewise.
8107 (bkpt_probe_decode_linespec): Likewise.
8108 (tracepoint_probe_create_sals_from_address): Likewise.
8109 (tracepoint_probe_decode_linespec): Likewise.
8110 (tracepoint_probe_breakpoint_ops): New variable.
8111 (trace_command): Using proper breakpoint_ops according to the
8112 argument passed by the user in the command line.
8113 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8114 static probes on breakpoints and tracepoints.
8115 * breakpoint.h (struct bp_location) <probe>: New field.
8116 * cli-utils.c (skip_spaces_const): New function.
8117 (extract_arg): Likewise.
8118 * cli-utils.h (skip_spaces_const): Likewise.
8119 (extract_arg): Likewise.
8120 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8121 * configure.ac: Append `stap-probe.o' to be generated when ELF
8122 support is present.
8123 * configure: Regenerate.
8124 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8125 * elfread.c: Include `probe.h' and `arch-utils.h'.
8126 (probe_key): New variable.
8127 (elf_get_probes): New function.
8128 (elf_get_probe_argument_count): Likewise.
8129 (elf_evaluate_probe_argument): Likewise.
8130 (elf_compile_to_ax): Likewise.
8131 (elf_symfile_relocate_probe): Likewise.
8132 (stap_probe_key_free): Likewise.
8133 (elf_probe_fns): New variable.
8134 (elf_sym_fns): Add `sym_probe_fns' value.
8135 (elf_sym_fns_lazy_psyms): Likewise.
8136 (elf_sym_fns_gdb_index): Likewise.
8137 (_initialize_elfread): Initialize objfile cache for static
8138 probes.
8139 * gdb_vecs.h (struct probe): New forward declaration.
8140 (probe_p): New VEC declaration.
8141 * gdbarch.c: Regenerate.
8142 * gdbarch.h: Regenerate.
8143 * gdbarch.sh (stap_integer_prefix): New variable.
8144 (stap_integer_suffix): Likewise.
8145 (stap_register_prefix): Likewise.
8146 (stap_register_suffix): Likewise.
8147 (stap_register_indirection_prefix): Likewise.
8148 (stap_register_indirection_suffix): Likewise.
8149 (stap_gdb_register_prefix): Likewise.
8150 (stap_gdb_register_suffix): Likewise.
8151 (stap_is_single_operand): New function.
8152 (stap_parse_special_token): Likewise.
8153 (struct stap_parse_info): Forward declaration.
8154 * i386-tdep.c: Including headers needed to perform the parsing
8155 of SystemTap probes' arguments.
8156 (i386_stap_is_single_operand): New function.
8157 (i386_stap_parse_special_token): Likewise.
8158 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8159 probes' arguments parser.
8160 * i386-tdep.h (i386_stap_is_single_operand): New function.
8161 (i386_stap_parse_special_token): Likewise.
8162 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8163 * mipsread.c (ecoff_sym_fns): Likewise.
8164 * objfiles.c (objfile_relocate1): Support relocation for static
8165 probes.
8166 * parse.c (prefixify_expression): Remove static declaration.
8167 (initialize_expout): Likewise.
8168 (reallocate_expout): Likewise.
8169 * parser-defs.h (initialize_expout): Declare function.
8170 (reallocate_expout): Likewise.
8171 (prefixify_expression): Likewise.
8172 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8173 of SystemTap probes' arguments.
8174 (ppc_stap_is_single_operand): New function.
8175 (ppc_stap_parse_special_token): Likewise.
8176 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8177 probes' arguments parser.
8178 * probe.c: New file, for generic statically defined probe support.
8179 * probe.h: Likewise.
8180 * s390-tdep.c: Including headers needed to perform the parsing of
8181 SystemTap probes' arguments.
8182 (s390_stap_is_single_operand): New function.
8183 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8184 probes' arguments parser.
8185 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8186 * stap-probe.c: New file, for SystemTap probe support.
8187 * stap-probe.h: Likewise.
8188 * symfile.h: Include `gdb_vecs.h'.
8189 (struct sym_probe_fns): New struct.
8190 (struct sym_fns) <sym_probe_fns>: New field.
8191 * symtab.c (init_sal): Initialize `probe' field.
8192 * symtab.h (struct probe): Forward declaration.
8193 (struct symtab_and_line) <probe>: New field.
8194 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8195 locations.
8196 (stop_tracing): Likewise.
8197 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8198
8199 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8200 Tom Tromey <tromey@redhat.com>
8201
8202 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8203 and to compile agent expressions.
8204 * infrun.c (siginfo_make_value): New argument `ignore'.
8205 (siginfo_funcs): New struct.
8206 (_initialize_infrun): New argument when calling
8207 `create_internalvar_type_lazy'.
8208 * thread.c (thread_id_make_value): New argument `ignore'.
8209 (thread_funcs): New struct.
8210 (_initialize_thread): New argument when calling
8211 `create_internalvar_type_lazy'.
8212 * tracepoint.c (sdata_make_value): New argument `ignore'.
8213 (sdata_funcs): New struct.
8214 (_initialize_tracepoint): New argument when calling
8215 `create_internalvar_type_lazy'.
8216 * value.c (make_value): New struct.
8217 (create_internalvar_type_lazy): New argument `data'.
8218 (compile_internalvar_to_ax): New function.
8219 (value_of_internalvar): Properly handling `make_value' case.
8220 (clear_internalvar): Likewise.
8221 (show_convenience): Adding `TRY_CATCH' block.
8222 * value.h (internalvar_make_value): Delete, replace by...
8223 (struct internalvar_funcs): ... this.
8224 (create_internalvar_type_lazy) <fun>: Delete argument.
8225 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8226 (compile_internalvar_to_ax): New function.
8227 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8228 (tlb_funcs): New struct.
8229 (_initialize_windows_tdep): New argument when calling
8230 `create_internalvar_type_lazy'.
8231
8232 2012-04-27 Mark Wielaard <mjw@redhat.com>
8233
8234 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8235 see whether it is an address or a constant offset from DW_AT_low_pc.
8236 (dwarf2_record_block_ranges): Likewise.
8237 (read_partial_die): Likewise.
8238
8239 2012-04-26 Mark Wielaard <mjw@redhat.com>
8240
8241 * MAINTAINERS (Write After Approval): Add myself to the list.
8242
8243 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8244
8245 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8246 (proc_prettyprint_signal): Likewise.
8247 (proc_prettyprint_faultset): Likewise.
8248 (proc_prettyprint_fault): Likewise.
8249 (proc_prettyprint_actionset): Likewise.
8250 (proc_prettyprint_flags): Move to new proc-flags.c section.
8251 (proc_prettyfprint_flags): New prototype.
8252 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8253 (proc_syscall, proc_cursig): Likewise.
8254 (proc_set_kill_on_last_close): Likewise.
8255 (proc_unset_kill_on_last_close): Likewise.
8256 (proc_set_watchpoint): Make static.
8257 (proc_delete_dead_threads): Likewise.
8258 (procfs_set_watchpoint): Likewise.
8259 (_initialize_procfs): Add prototype.
8260 * proc-events.c: Include proc-utils.h.
8261 (init_syscall_table): Make static.
8262 * proc-api.c (_initialize_proc_api): Add prototype.
8263 * proc-flags.c: Include proc-utils.h.
8264
8265 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8266
8267 * configure.ac: Add AC_ARG_PROGRAM.
8268 * configure: Regenerate.
8269
8270 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8271
8272 Fix DW_AT_lower_bound defaults for DWARF-4+.
8273 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8274 high. New variable low_default_is_valid. Implement DWARF-4+
8275 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8276 no default by the DWARF standard.
8277
8278 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8279 Maciej W. Rozycki <macro@codesourcery.com>
8280
8281 * infrun.c (handle_inferior_event): Move the check for return
8282 trampolines ahead of the check for function trampolines.
8283 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8284 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8285 (mips_str_mips16_ret_stub): Likewise.
8286 (mips_str_call_fp_stub): Likewise.
8287 (mips_str_call_stub): Likewise.
8288 (mips_str_fn_stub): Likewise.
8289 (mips_str_pic): Likewise.
8290 (mips_in_frame_stub): New function.
8291 (mips_unwind_pc): Return the return address rather than the PC
8292 if the PC of an intermediate frame is inside a call thunk.
8293 (mips_is_stub_suffix): New function.
8294 (mips_is_stub_mode): Likewise.
8295 (mips_get_mips16_fn_stub_pc): Likewise.
8296 (mips_skip_mips16_trampoline_code): Update to handle all the
8297 currently generated stub types. Don't recurse into __fn_stub
8298 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8299 Use cooked register accesses.
8300 (mips_in_return_stub): Reintroduce function.
8301 (mips_skip_trampoline_code): Traverse trampolines recursively.
8302 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8303
8304 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8305
8306 GDB 7.4.1 released.
8307
8308 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8309
8310 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8311 * features/arm-with-m-vfp-d16.xml: New file. Describes
8312 Cortex-M with VFPv4-sp-d16 FPU register layout.
8313 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8314 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8315 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8316 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8317 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8318
8319 2012-04-25 Doug Evans <dje@google.com>
8320
8321 * cli/cli-decode.c (print_doc_line): Use stream instead of
8322 current_uiout.
8323
8324 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8325
8326 * features/arm-with-iwmmxt.c: Regenerate.
8327 * features/arm-with-m-fpa-layout.c: Likewise.
8328 * features/arm-with-m.c: Likewise.
8329 * features/arm-with-neon.c: Likewise.
8330 * features/arm-with-vfpv2.c: Likewise.
8331 * features/arm-with-vfpv3.c: Likewise.
8332 * features/mips-dsp-linux.c: Likewise.
8333 * features/mips-linux.c: Likewise.
8334 * features/mips64-dsp-linux.c: Likewise.
8335 * features/mips64-linux.c: Likewise.
8336 * features/s390-linux32.c: Likewise.
8337 * features/s390-linux32v1.c: Likewise.
8338 * features/s390-linux32v2.c: Likewise.
8339 * features/s390-linux64.c: Likewise.
8340 * features/s390-linux64v1.c: Likewise.
8341 * features/s390-linux64v2.c: Likewise.
8342 * features/s390x-linux64.c: Likewise.
8343 * features/s390x-linux64v1.c: Likewise.
8344 * features/s390x-linux64v2.c: Likewise.
8345 * features/tic6x-c62x-linux.c: Likewise.
8346 * features/tic6x-c62x.c: Likewise.
8347 * features/tic6x-c64x-linux.c: Likewise.
8348 * features/tic6x-c64x.c: Likewise.
8349 * features/tic6x-c64xp-linux.c: Likewise.
8350 * features/tic6x-c64xp.c: Likewise.
8351 * target-descriptions.c: Only generate `field_type' and `type'
8352 variables when needed.
8353
8354 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8355
8356 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8357
8358 2012-04-25 Doug Evans <dje@google.com>
8359
8360 Initial pass at Go language support.
8361 * NEWS: Mention Go.
8362 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8363 go-valprint.c.
8364 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8365 (YYFILES): Add go-exp.c.
8366 (YYOBJ): Add go-exp.o.
8367 (local-maintainer-clean): Delete go-exp.c.
8368 * defs.h (enum language): Add language_go.
8369 * dwarf2read.c: #include "go-lang.h".
8370 (fixup_go_packaging): New function.
8371 (process_full_comp_unit): Call it when processing Go CUs.
8372 (dwarf2_physname): Add Go support.
8373 (read_file_scope): Handle missing language spec for GNU Go.
8374 (set_cu_language): Handle DW_LANG_Go.
8375 * go-exp.y: New file.
8376 * go-lang.h: New file.
8377 * go-lang.c: New file.
8378 * go-typeprint.c: New file.
8379 * go-valprint.c: New file.
8380 * symtab.c: #include "go-lang.h".
8381 (symbol_set_language): Handle language_go.
8382 (symbol_find_demangled_name, symbol_set_names): Ditto.
8383 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8384
8385 2012-04-24 Jim Meyering <meyering@redhat.com>
8386
8387 avoid a few strncpy-induced buffer overruns
8388 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8389 fname and psargs before trying to concatenate.
8390 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8391 "name" before applying strchr.
8392
8393 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8394
8395 * CONTRIBUTE: Use unified diff instead of context diff when
8396 generating patches.
8397
8398 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8399
8400 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8401 code. Handle JR.HB correctly.
8402
8403 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8404
8405 * mips-tdep.c
8406 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8407 with the other MIPS16 helpers.
8408
8409 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8410
8411 * observer.sh: Conditionally declare `args', thus cleaning up
8412 unused instances of this variable.
8413
8414 2012-04-24 Yao Qi <yao@codesourcery.com>
8415
8416 Revert this patch to allow breakpoint always-inserted
8417 in record target.
8418 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8419 * breakpoint.c: Include record.h.
8420 (breakpoints_always_inserted_mode): Return false when the record
8421 target is in use.
8422
8423 * breakpoint.c (iterate_over_bp_locations): New.
8424 * breakpoint.h: Declare.
8425 New typedef walk_bp_location_callback.
8426 * record.c (record_open): Call record_init_record_breakpoints.
8427 (record_sync_record_breakpoints): New.
8428 (record_init_record_breakpoints): New.
8429 * NEWS: Mention supporting breakpoint always-inserted mode in
8430 record target.
8431
8432 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8433
8434 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8435 any thread.
8436
8437 2012-04-24 Yao Qi <yao@codesourcery.com>
8438
8439 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8440 (is_catchpoint): ... it.
8441 (print_one_breakpoint_location): Caller update.
8442 * breakpoint.h: Update declaration.
8443
8444 2012-04-23 David S. Miller <davem@davemloft.net>
8445
8446 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8447
8448 2012-04-23 Tom Tromey <tromey@redhat.com>
8449
8450 * buildsym.c (add_free_pendings): Remove.
8451 * buildsym.h (add_free_pendings): Remove.
8452
8453 2012-04-23 Doug Evans <dje@google.com>
8454
8455 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8456 attr.u.unsnd instead of attr.u.addr.
8457 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8458 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8459 DW_FORM_ref_udata.
8460 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8461 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8462 DW_FORM_ref_udata.
8463 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8464
8465 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8466
8467 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8468 (mips_o32_return_value): Likewise.
8469 (mips_o64_return_value): Likewise.
8470
8471 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8472
8473 * ada-lang.c (ada_evaluate_subexp): Add cases for
8474 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8475 their treatment in eval.c.
8476
8477 2012-04-21 David S. Miller <davem@davemloft.net>
8478
8479 * sparc-tdep.c (X_DISP10): Define.
8480 (sparc_analyze_control_transfer): Handle compare-and-branch.
8481
8482 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8483
8484 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8485 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8486
8487 2012-04-20 Nigel Stephens <nigel@mips.com>
8488 Maciej W. Rozycki <macro@codesourcery.com>
8489
8490 * mips-tdep.c (mips_float_register_p): New function.
8491 (mips_convert_register_float_case_p): Use mips_float_register_p.
8492 (mips_register_type): Likewise.
8493 (mips_print_register): Likewise.
8494 (print_gp_register_row): Likewise.
8495 (mips_print_registers_info): Likewise.
8496
8497 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8498
8499 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8500 of mips16 symbols.
8501
8502 2012-04-20 Andrew Pinski <apinski@cavium.com>
8503
8504 * MAINTAINERS (Write After Approval): Add myself to the list.
8505
8506 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8507
8508 * MAINTAINERS: Update my e-mail address.
8509
8510 2012-04-20 Pedro Alves <palves@redhat.com>
8511
8512 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8513 $srcdir.
8514 * configure: Regenerate.
8515
8516 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8517
8518 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8519 declaration.
8520 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8521
8522 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 Fix compilation compatibility with python-2.4
8525 * python/py-type.c (convert_field): Cast ADDRSTRING for
8526 PyObject_SetAttrString as non-const. New comment.
8527
8528 2012-04-19 Tom Tromey <tromey@redhat.com>
8529
8530 * top.c (quit_target): Use all_cleanups.
8531 * main.c (captured_command_loop): Use all_cleanups.
8532 * exceptions.c (throw_exception): Use all_cleanups.
8533
8534 2012-04-19 Pedro Alves <palves@redhat.com>
8535
8536 * Makefile.in (GNULIB_BUILDDIR): New.
8537 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8538 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8539 (CLEANDIRS). Remove gnulib/import.
8540 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8541 (all-lib): Ditto.
8542 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8543 (gnulib/import/Makefile): Replace gnulib/import with
8544 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8545 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8546 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8547 acx_configure_dir.m4.
8548 * acinclude.m4: Include acx_configure_dir.m4.
8549 * acx_configure_dir.m4: New file.
8550 * aclocal.m4: Regenerate.
8551 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8552 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8553 (GNULIB): New variable.
8554 (GNULIB_STDINT_H): Adjust.
8555 (AC_OUTPUT): Don't output gnulib/Makefile.
8556 * gdb/defs.h: Include build-gnulib/config.h.
8557 * aclocal.m4: Regenerate.
8558 * config.in: Regenerate.
8559 * configure: Regenerate.
8560
8561 * gnulib/Makefile.in: New file.
8562 * gnulib/configure.ac: New file.
8563 * gnulib/aclocal.m4: New file.
8564 * gnulib/config.in: New file.
8565 * gnulib/configure: New file.
8566 * gnulib/: Re-run gnulib-tool to adjust.
8567
8568 2012-04-19 Doug Evans <dje@google.com>
8569
8570 * cleanups.h (struct cleanup): Move to cleanups.c.
8571 (make_cleanup_dtor_ftype): New typedef.
8572 (make_cleanup_dtor): Use it.
8573 (ALL_CLEANUPS): Replace with ...
8574 (all_cleanups): ... this. Declare. All uses updated.
8575 * cleanups.c: #include "gdb_assert.h".
8576 (sentinel_cleanup): New static global.
8577 (SENTINEL_CLEANUP): Define.
8578 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8579 (make_my_cleanup2): Assert result is non-NULL.
8580 (all_cleanups): New function.
8581 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8582 of NULL.
8583
8584 2012-04-19 Pedro Alves <palves@redhat.com>
8585
8586 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8587 Adjust paths to gnulib imported files.
8588
8589 2012-04-19 Pedro Alves <palves@redhat.com>
8590
8591 * gnulib/: Move whole directory ...
8592 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8593 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8594 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8595 (aclocal_m4_deps): Adjust.
8596 * aclocal.m4: Regenerate.
8597 * configure: Regenerate.
8598 * configure.ac: Adjust AC_OUTPUT output.
8599
8600 2012-04-19 Yao Qi <yao@codesourcery.com>
8601
8602 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8603 (vec.o): New rule.
8604 * vec.c: Move it ...
8605 * common/vec.c: ... here.
8606 * vec.h: Move it ...
8607 * common/vec.h: ... here.
8608
8609 2012-04-19 Yao Qi <yao@codesourcery.com>
8610
8611 * gdb-code-style.el: New.
8612
8613 2012-04-18 Pedro Alves <palves@redhat.com>
8614
8615 Update gnulib from latest git.
8616 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8617
8618 * gnulib/Makefile.am: Update.
8619 * gnulib/dummy.c: Update.
8620 * gnulib/extra/arg-nonnull.h: Update.
8621 * gnulib/extra/c++defs.h: Update.
8622 * gnulib/extra/update-copyright: Update.
8623 * gnulib/extra/warn-on-use.h: Update.
8624 * gnulib/inttypes.in.h: Update.
8625 * gnulib/m4/00gnulib.m4: Update.
8626 * gnulib/m4/extensions.m4: Update.
8627 * gnulib/m4/gnulib-cache.m4: Update.
8628 * gnulib/m4/gnulib-common.m4: Update.
8629 * gnulib/m4/gnulib-comp.m4: Update.
8630 * gnulib/m4/gnulib-tool.m4: Update.
8631 * gnulib/m4/include_next.m4: Update.
8632 * gnulib/m4/inttypes-pri.m4: Update.
8633 * gnulib/m4/inttypes.m4: Update.
8634 * gnulib/m4/longlong.m4: Update.
8635 * gnulib/m4/memchr.m4: Update.
8636 * gnulib/m4/memmem.m4: Update.
8637 * gnulib/m4/mmap-anon.m4: Update.
8638 * gnulib/m4/multiarch.m4: Update.
8639 * gnulib/m4/onceonly.m4: Update.
8640 * gnulib/m4/stddef_h.m4: Update.
8641 * gnulib/m4/stdint.m4: Update.
8642 * gnulib/m4/string_h.m4: Update.
8643 * gnulib/m4/warn-on-use.m4: Update.
8644 * gnulib/m4/wchar_h.m4: Update.
8645 * gnulib/m4/wchar_t.m4: Update.
8646 * gnulib/m4/wint_t.m4: Update.
8647 * gnulib/memchr.c: Update.
8648 * gnulib/memmem.c: Update.
8649 * gnulib/stddef.in.h: Update.
8650 * gnulib/stdint.in.h: Update.
8651 * gnulib/str-two-way.h: Update.
8652 * gnulib/string.in.h: Update.
8653 * gnulib/wchar.in.h: Update.
8654
8655 * gnulib/extra/arg-nonnull.h: Delete.
8656 * gnulib/extra/c++defs.h: Delete.
8657 * gnulib/extra/warn-on-use.h: Delete.
8658 * gnulib/m4/wchar_h.m4: Delete.
8659 * gnulib/m4/wint_t.m4: Delete.
8660 * gnulib/wchar.in.h: Delete.
8661
8662 * gnulib/extra/snippets/arg-nonnull.h: New.
8663 * gnulib/extra/snippets/c++defs.h: New.
8664 * gnulib/extra/snippets/warn-on-use.h: New.
8665
8666 * aclocal.m4: Regenerate.
8667 * config.in: Regenerate.
8668 * configure: Regenerate.
8669 * gnulib/Makefile.in: Regenerate.
8670
8671 2012-04-18 Pedro Alves <palves@redhat.com>
8672
8673 Reimport the update-copyright module from gnulib
8674 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8675
8676 * configure: Regenerate.
8677 * gnulib/Makefile.am: Update.
8678 * gnulib/Makefile.in: Regenerate.
8679 * gnulib/extra/update-copyright: Update.
8680 * gnulib/m4/gnulib-cache.m4: Update.
8681 * gnulib/m4/gnulib-comp.m4: Update.
8682
8683 2012-04-18 Tristan Gingold <gingold@adacore.com>
8684
8685 * configure.ac (aix): Put -lpthread into libs.
8686 * configure: Regenerate.
8687
8688 2012-04-18 Tom Tromey <tromey@redhat.com>
8689
8690 * linespec.c (convert_linespec_to_sals): Don't use
8691 SYMBOL_OBJ_SECTION.
8692 (compare_msymbols): Arguments are minsym_and_objfile, not
8693 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8694
8695 2012-04-18 Pedro Alves <palves@redhat.com>
8696
8697 Revert gnulib/ part of:
8698 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8699 Copyright year update in most files (performed by copyright.sh).
8700
8701 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 Fix 64-bit constants on 32-bit hosts.
8704 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8705 from unsigned long to ULONGEST.
8706 (read_signed_leb128): Change declaration return type from long to
8707 LONGEST.
8708 (dwarf2_const_value_attr): Change declaration parameter value from long
8709 to LONGEST.
8710 (dwarf2_compute_name): Change variable value from long to LONGEST.
8711 (read_unsigned_leb128): Change return type, variable result and some
8712 casts from unsigned long to ULONGEST.
8713 (read_signed_leb128): Change return type, variable result and some
8714 casts from long to LONGEST.
8715 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8716 value from long to LONGEST.
8717 (dwarf2_const_value): Change variable value from long to LONGEST.
8718 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8719 plongest and hex_string.
8720 * symtab.h (struct general_symbol_info): Change ivalue from long to
8721 LONGEST, remove the comment.
8722 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8723 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8724
8725 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8726
8727 PR symtab/7259:
8728 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8729 * ada-lang.c (ada_discrete_type_high_bound)
8730 (ada_discrete_type_low_bound): Fix function comment. Use
8731 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8732 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8733 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8734 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8735 Use TYPE_FIELD_ENUMVAL.
8736 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8737 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8738 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8739 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8740 TYPE_CODE_ENUM.
8741 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8742 * dwarf2read.c (process_enumeration_scope): Likewise.
8743 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8744 field.bitpos.
8745 (class StructMainTypePrettyPrinter): Support also
8746 FIELD_LOC_KIND_ENUMVAL.
8747 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8748 TYPE_CODE_ENUM.
8749 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8750 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8751 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8752 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8753 field enumval.
8754 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8755 accommodate enumval.
8756 (struct call_site): Adjust loc_kind to accommodate enumval.
8757 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8758 (TYPE_FIELD_ENUMVAL): New macros.
8759 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8760 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8761 TYPE_CODE_ENUM.
8762 * p-typeprint.c (pascal_type_print_base): Likewise.
8763 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8764 enumval.
8765 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8766 * python/py-type.c (convert_field): New variable addrstring. Use
8767 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8768 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8769 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8770 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8771 TYPE_CODE_ENUM.
8772 * valprint.c (generic_val_print): Likewise.
8773
8774 2012-04-17 Doug Evans <dje@google.com>
8775
8776 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8777
8778 * dwarf2read.c: Whitespace fixes.
8779 (lookup_signatured_type): Tweak comment.
8780 (get_die_type_at_offset): Fix comment.
8781
8782 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8783
8784 * xcoffread.c (xcoff_secnum_to_sections): New function.
8785 (secnum_to_section, secnum_to_bfd_section): Reimplement
8786 using xcoff_secnum_to_sections. Rename "secnum" parameter
8787 into "n_scnum".
8788 (RECORD_MINIMAL_SYMBOL): Delete.
8789 (record_minimal_symbol): New function.
8790 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8791 by call to record_minimal_symbol and set misc_func_recorded
8792 to 1. Set last_csect_sec to the XCOFF section index instead
8793 of GDB's section_offset index. Update calls to
8794 prim_record_minimal_symbol_and_info to pass the BFD section
8795 as well.
8796
8797 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8798
8799 * xcoffread.c (read_xcoff_symtab): Delete variables
8800 last_csect_val and last_csect_sec and associated code.
8801
8802 2012-04-17 Doug Evans <dje@google.com>
8803
8804 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8805 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8806 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8807 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8808
8809 * cleanups.h: New file.
8810 * cleanups.c: New file.
8811 * Makefile.in (SFILES): Add cleanups.c.
8812 (HFILES_NO_SRCDIR): Add cleanups.h.
8813 (COMMON_OBS): Add cleanups.o.
8814 * defs.h (struct cleanup): Moved to cleanups.h.
8815 (do_cleanups,do_final_cleanups): Ditto.
8816 (discard_cleanups,discard_final_cleanups): Ditto
8817 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8818 (save_cleanups,save_final_cleanups): Ditto.
8819 (restore_cleanups,restore_final_cleanups): Ditto.
8820 (null_cleanup): Ditto.
8821 (make_my_cleanup,make_my_cleanup2): Ditto.
8822 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8823 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8824 (do_cleanups,do_final_cleanups): Ditto.
8825 (discard_cleanups,discard_final_cleanups): Ditto
8826 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8827 (save_cleanups,save_final_cleanups): Ditto.
8828 (restore_cleanups,restore_final_cleanups): Ditto.
8829 (null_cleanup): Ditto.
8830 (make_my_cleanup,make_my_cleanup2): Ditto.
8831 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8832
8833 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8834 make_my_cleanup.
8835 (make_cleanup_dyn_string_delete): Ditto.
8836 (make_cleanup_ui_file_delete): Ditto.
8837 (make_cleanup_ui_out_redirect_pop): Ditto.
8838 (make_cleanup_free_section_addr_info): Ditto.
8839 (make_cleanup_restore_integer): Ditto.
8840 (make_cleanup_unpush_target): Ditto.
8841 (make_cleanup_value_free_to_mark): Ditto.
8842 (make_cleanup_value_free): Ditto.
8843 (make_cleanup_free_so): Ditto.
8844
8845 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 New option "set debug auto-load".
8848 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8849 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8850 (auto_load_safe_path_vec_update)
8851 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8852 if DEBUG_AUTO_LOAD.
8853 (file_is_auto_load_safe): New parameters debug_fmt and ....
8854 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8855 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8856 caller by explanatory string.
8857 (_initialize_auto_load): Register "set debug auto-load".
8858 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8859 and ....
8860 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8861 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8862 by explanatory string.
8863 * main.c (captured_main): Likewise.
8864 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8865 (source_section_scripts): Likewise.
8866
8867 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8868
8869 New option "set auto-load safe-path".
8870 * NEWS: New commands "set auto-load safe-path"
8871 and "show auto-load safe-path".
8872 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8873 (auto_load_safe_path, auto_load_safe_path_vec)
8874 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8875 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8876 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8877 (source_gdb_script_for_objfile): New variable is_safe. Call
8878 file_is_auto_load_safe. Return if it is not.
8879 (struct loaded_script): New field loaded.
8880 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8881 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8882 output "Missing" to "No".
8883 (_initialize_auto_load): New variable cmd. Initialize
8884 auto_load_safe_path. Register "set auto-load safe-path",
8885 "show auto-load safe-path" and "add-auto-load-safe-path".
8886 * auto-load.h (maybe_add_script): Add parameter loaded.
8887 (file_is_auto_load_safe): New declaration.
8888 * config.in: Regenerate.
8889 * configure: Regenerate.
8890 * configure.ac: New parameters --with-auto-load-safe-path
8891 and --without-auto-load-safe-path.
8892 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8893 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8894 * main.c (captured_main): Check file_is_auto_load_safe for
8895 LOCAL_GDBINIT.
8896 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8897 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8898 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8899 not.
8900
8901 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8902
8903 auto-load: Implementation.
8904 * NEWS: New descriptions for "info auto-load",
8905 "info auto-load gdb-scripts", "info auto-load python-scripts",
8906 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8907 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8908 and "show auto-load-scripts". New description for "set auto-load",
8909 "show auto-load", "set auto-load gdb-scripts",
8910 "show auto-load gdb-scripts", "set auto-load python-scripts",
8911 "show auto-load python-scripts", "set auto-load local-gdbinit",
8912 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8913 "show auto-load libthread-db".
8914 * auto-load.c: Remove include python/python-internal.h. Add includes
8915 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8916 cli/cli-setshow.h.
8917 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8918 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8919 (gdbpy_global_auto_load): Rename to ...
8920 (global_auto_load): ... here.
8921 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8922 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8923 (script_language_gdb, source_gdb_script_for_objfile): New.
8924 (struct loaded_script): New field language.
8925 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8926 LANGUAGE.
8927 (maybe_add_script): Add parameter language. Drop redundant
8928 entry.full_path initialization. Initialize entry.language and
8929 (*slot)->language.
8930 (auto_load_objfile_script): Change parameter suffix to language.
8931 Remove the call of maybe_add_script.
8932 Call language->source_script_for_objfile.
8933 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8934 New.
8935 (collect_matching_scripts): Adjust it for
8936 struct collect_matching_scripts_data.
8937 (auto_load_info_scripts_pattern_nl): New variable.
8938 (info_auto_load_scripts): Rename to ...
8939 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8940 for struct collect_matching_scripts_data.
8941 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8942 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8943 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8944 (auto_load_info_cmdlist_get): New.
8945 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8946 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8947 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8948 "info auto-load local-gdbinit".
8949 * auto-load.h (struct script_language): New.
8950 (gdbpy_global_auto_load): Rename to ...
8951 (global_auto_load): ... here.
8952 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8953 (auto_load_local_gdbinit_loaded): New declarations.
8954 (maybe_add_script): New parameter language.
8955 (auto_load_objfile_script): Change parameter suffix to language.
8956 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8957 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8958 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8959 declarations.
8960 * linux-thread-db.c: Include auto-load.h and ctype.h.
8961 (auto_load_thread_db, show_auto_load_thread_db): New.
8962 (struct thread_db_info): New field filename.
8963 (delete_thread_db_info): Call xfree for FILENAME.
8964 (try_thread_db_load): Initialize FILENAME.
8965 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8966 if !AUTO_LOAD_THREAD_DB.
8967 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8968 (_initialize_thread_db): Install auto_load_thread_db
8969 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8970 as "info auto-load libthread-db".
8971 * main.c (captured_main): Rename gdbpy_global_auto_load to
8972 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8973 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8974 (print_gdb_help): Extend the help for 'local init file'.
8975 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8976 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8977 (auto_load_scripts): Rename to ...
8978 (auto_load_python_scripts): ... here, update the comment.
8979 (gdbpy_load_auto_script_for_objfile): New declaration.
8980 (show_auto_load_python_scripts, script_language_python)
8981 (gdbpy_load_auto_script_for_objfile): New.
8982 (source_section_scripts): Refactor the code.
8983 (load_auto_scripts_for_objfile): Rename to ...
8984 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8985 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8986 (info_auto_load_python_scripts): New.
8987 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8988 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8989 Register "set auto-load-scripts" as its deprecated alias. Register
8990 "info auto-load python-scripts". Register "info auto-load-scripts" as
8991 its deprecated alias.
8992 (load_auto_scripts_for_objfile): Rename to ...
8993 (gdbpy_load_auto_scripts_for_objfile): ... here.
8994 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8995 (gdbpy_load_auto_scripts_for_objfile): ... here.
8996
8997 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8998
8999 auto-load: Move files.
9000 * Makefile.in (SFILES): Add auto-load.c.
9001 (HFILES_NO_SRCDIR): Add auto-load.h.
9002 (COMMON_OBS): Add auto-load.o.
9003 (distclean): Change .gdbinit for gdb-gdb.gdb.
9004 * auto-load.c: New file, with parts from python/py-auto-load.c.
9005 * auto-load.h: New file, with parts from python/python.h.
9006 * configure: Regenerate.
9007 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9008 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9009 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9010 * main.c: Include auto-load.h.
9011 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9012 command.h, observer.h and progspace.h to auto-load.c. Add include
9013 auto-load.h.
9014 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9015 (struct loaded_script, auto_load_pspace_data)
9016 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9017 (hash_loaded_script_entry, eq_loaded_script_entry)
9018 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9019 (maybe_add_script): Move to auto-load.c.
9020 (source_section_scripts): Change maybe_add_script parameters passing,
9021 use script_not_found_warning_print.
9022 (clear_section_scripts, auto_load_objfile_script)
9023 (auto_load_new_objfile, loaded_script_ptr)
9024 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9025 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9026 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9027 auto_load_new_objfile and info_auto_load_scripts initizations to
9028 auto-load.c.
9029 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9030
9031 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9032
9033 Code cleanup.
9034 * charset.c (find_charset_names): Remove variables ix and elt.
9035 Use free_char_ptr_vec.
9036 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9037 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9038 debugdir_end. New variable debugdir_len.
9039 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9040 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9041 declarations.
9042 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9043 and elt. Use free_char_ptr_vec.
9044 * source.c (add_path): Remove variables argv, arg and argv_index.
9045 New variables dir_vec, back_to, ix and name.
9046 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9047 make_cleanup_freeargv. Remove variable separator. Simplify the code
9048 no longer expecting DIRNAME_SEPARATOR.
9049 (openp): Remove variable p, p1 and len. New variables dir_vec,
9050 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9051 no longer expecting DIRNAME_SEPARATOR.
9052 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9053 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9054 debugdir_end.
9055 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9056 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9057 (dirnames_to_char_ptr_vec): New functions.
9058
9059 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9060
9061 Code cleanup.
9062 * source.c (add_path): Remove always true conditional 'p == 0' and
9063 unindent its code block.
9064
9065 2012-04-17 Pedro Alves <palves@redhat.com>
9066
9067 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9068 (FIELD_BITPOS_LVAL): ... this.
9069 (FIELD_BITPOS): New.
9070 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9071 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9072 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9073 SET_FIELD_BITPOS.
9074 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9075 SET_FIELD_BITPOS.
9076 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9077 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9078 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9079 SET_FIELD_BITPOS.
9080
9081 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9084 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9085 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9086 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9087 * jv-lang.c (java_link_class_type): Likewise, once.
9088 * stabsread.c (read_enum_type): Likewise.
9089
9090 2012-04-16 Yao Qi <yao@codesourcery.com>
9091
9092 * common/agent.c (agent_run_command): Add one more parameter `len'.
9093 Update callers.
9094 * common/agent.h: Update declaration.
9095 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9096 Update.
9097 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9098
9099 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9100
9101 PR mi/13393
9102 * value.c (value_actual_type): New function.
9103 * value.h (value_actual_type): New declaration.
9104 * varobj.c (update_type_if_necessary): New function.
9105 (varobj_create): Call value_actual_type instead of
9106 value_type.
9107 (install_dynamic_child): distinct changed and type changed MI variable
9108 objects.
9109 (update_dynamic_varobj_children): Updated for install_dynamic_child
9110 change. All callers updated.
9111 (varobj_update): Support for MI variable object type change if
9112 the value changed and RTTI is used to determine the type.
9113 (create_child_with_value): Call value_actual_type instead of
9114 value_type.
9115 (adjust_value_for_child_access): Extended with a new parameter which
9116 specify whether the given value should be casted to enclosing type.
9117 All callers updated.
9118
9119 2012-04-14 Yao Qi <yao@codesourcery.com>
9120
9121 Import gnulib module inttypes from git
9122 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9123 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9124 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9125 gnulib/m4/inttypes-pri.m4
9126 * aclocal.m4, config.in, configure: Regenerated.
9127 * gnulib/Makefile.am: Update.
9128 * gnulib/Makefile.in: Update.
9129 * gnulib/m4/gnulib-cache.m4: Update.
9130 * gnulib/m4/gnulib-comp.m4: Update.
9131 * gnulib/inttypes.in.h: New.
9132 * gnulib/m4/inttypes-pri.m4: New.
9133 * gnulib/m4/inttypes.m4: New.
9134
9135 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9136
9137 * infrun.c (resume): Update PC address to the real PC after
9138 preparing to do displaced stepping.
9139
9140 2012-04-12 Doug Evans <dje@google.com>
9141
9142 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9143 All callers updated.
9144
9145 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9146
9147 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9148
9149 2012-04-12 Doug Evans <dje@google.com>
9150
9151 * dwarf2read.c (create_all_type_units): Renamed from
9152 create_debug_types_hash_table. All callers updated.
9153
9154 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9155 local type_sig to sig_type, type_offset to type_offset_in_tu.
9156 (hash_signatured_type): Renamed from hash_type_signature,
9157 all callers updated.
9158 (eq_signatured_type): Renamed from eq_type_signature,
9159 all callers updated.
9160 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9161 (process_enumeration_scope): Ditto.
9162 (lookup_signatured_type_at_offset): Ditto.
9163 (load_full_type_unit, read_signatured_type): Ditto.
9164
9165 2012-04-12 Yao Qi <yao@codesourcery.com>
9166
9167 * remote.c (async_remote_interrupt): Correct function name in
9168 debug message.
9169 (async_remote_interrupt_twice): Ditto.
9170
9171 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9172
9173 * source.c (find_and_open_source): Consistently pass resulting
9174 full path through xfullpath.
9175
9176 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9177
9178 Provide more specific displaced-stepping memory error message.
9179 * infrun.c (displaced_step_prepare): New variable status. Call
9180 target_read_memory instead of read_memory, provide more specific
9181 error message.
9182
9183 2012-04-11 Tristan Gingold <gingold@adacore.com>
9184
9185 PR gdb/13901
9186 * darwin-nat.c (darwin_execvp): Revert previous patch.
9187
9188 2012-04-11 Tristan Gingold <gingold@adacore.com>
9189
9190 PR gdb/13901
9191 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9192 in case of change.
9193
9194 2012-04-11 Tristan Gingold <gingold@adacore.com>
9195
9196 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9197 warning.
9198
9199 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9200
9201 New command 'explore' which helps explore values and types in
9202 scope.
9203 * NEWS: Add an entry about the new 'explore' command.
9204 * data-directory/Makefile.in: Add gdb/command/explore.py
9205 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9206 command using the GDB Python API.
9207
9208 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9209
9210 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9211 extension in jump target calculation.
9212
9213 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9214
9215 * mips-tdep.c (mips32_next_pc): Handle JALX.
9216
9217 2012-04-10 Yao Qi <yao@codesourcery.com>
9218
9219 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9220
9221 2012-04-10 Yao Qi <yao@codesourcery.com>
9222
9223 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9224 and gnulib/m4/gnulib-tool.m4.
9225
9226 2012-04-10 Doug Evans <dje@google.com>
9227
9228 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9229 (load_partial_dies): Clarify comment.
9230 (find_partial_die): Support rereading type units.
9231 Clarify CU handling, if we know offset is in CU, don't search for the
9232 containing CU. Add comment regarding memory waste.
9233
9234 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9235
9236 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9237 i386/x32-avx and i386/x32-avx-linux.
9238 (i386/x32-expedite): New.
9239 (i386/x32-linux-expedite): Likewise.
9240 (i386/x32-avx-expedite): Likewise.
9241 (i386/x32-avx-linux-expedite): Likewise.
9242 ($(outdir)/i386/x32.dat): Likewise.
9243 ($(outdir)/i386/x32-linux.dat): Likewise.
9244 ($(outdir)/i386/x32-avx.dat): Likewise.
9245 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9246
9247 * features/i386/x32-avx-linux.xml: New file.
9248 * features/i386/x32-avx.xml: Likewise.
9249 * features/i386/x32-core.xml: Likewise.
9250 * features/i386/x32-linux.xml: Likewise.
9251 * features/i386/x32.xml: Likewise.
9252
9253 * features/i386/x32-avx-linux.c: New. Generated.
9254 * features/i386/x32-avx.c: Likewise.
9255 * features/i386/x32-linux.c: Likewise.
9256 * features/i386/x32.c: Likewise.
9257 * regformats/i386/x32-avx-linux.dat: Likewise.
9258 * regformats/i386/x32-avx.dat: Likewise.
9259 * regformats/i386/x32-linux.dat: Likewise.
9260 * regformats/i386/x32.dat: Likewise.
9261
9262 2012-04-10 Tristan Gingold <gingold@adacore.com>
9263
9264 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9265 code to kill the inferior.
9266
9267 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9268
9269 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9270 defines.
9271 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9272 defines.
9273 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9274 (yyvsp): New defines.
9275 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9276 defines.
9277 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9278 defines.
9279 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9280 defines.
9281 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9282 defines.
9283 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9284 defines.
9285
9286 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9287
9288 * sparc64-tdep.c (sparc64_store_arguments)
9289 (sparc64_store_arguments): Fix coding style.
9290
9291 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9292
9293 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9294 complex floats, adjust some related comments and tighten a related
9295 assertion.
9296 (sparc64_extract_return_value): Handle complex floats.
9297
9298 2012-04-07 Doug Evans <dje@google.com>
9299
9300 * dwarf2read.c (load_partial_dies): Change condition to assert.
9301
9302 2012-04-06 Doug Evans <dje@google.com>
9303
9304 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9305 "mov %rsp,%rbp".
9306
9307 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9308
9309 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9310 fencepost error.
9311 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9312 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9313 architecture.
9314
9315 2012-04-05 Keith Seitz <keiths@redhat.com>
9316
9317 * linespec.c (decode_compound): Remove.
9318 (enum offset_relative_sign): New enum.
9319 (struct line_offset): New struct.
9320 (struct linespec): New struct.
9321 (struct linespec_state): Move file_symtabs,
9322 user_filename, and user_function into struct linespec.
9323 Make result an anonymous struct holding vectors of
9324 symbolp and minsym_and_objfile_d.
9325 Add language member.
9326 (enum ls_token_type): New enum.
9327 (linespec_keywords): New array.
9328 (struct ls_token): New struct.
9329 (struct ls_parser): New struct.
9330 (linespec_lexer_lex_number): New function.
9331 (linespec_lexer_lex_keyword): New function.
9332 (is_ada_operator): New function.
9333 (skip_quote_char): New function.
9334 (copy_token_string): New function.
9335 (is_closing_quote_enclosed): New function.
9336 (find_parameter_list_end): New function.
9337 (linespec_lexer_lex_string): New function.
9338 (linespec_lexer_lex_one): New function.
9339 (linespec_lexer_consume_token): New function.
9340 (linespec_lexer_peek_token): New function.
9341 (cplusplus_error): Remove unused function.
9342 (find_methods): Update comment.
9343 (find_toplevel_char): Return const.
9344 (is_objc_method_format): Remove unused function.
9345 (find_toplevel_string): New function.
9346 (is_linespec_boundary): Remove.
9347 (symbol_not_found_error): New function.
9348 (find_method_overload_end): Remove function.
9349 (unexpected_linespec_error): New function.
9350 (keep_name_info): Remove.
9351 (linespec_parse_line_offset): New function.
9352 (linespec_parse_basic): New function.
9353 (canonicalize_linespec): New function.
9354 (decode_line_internal): Remove.
9355 (create_sals_line_offset): New function adapted from
9356 decode_all_digits.
9357 (convert_linespec_to_sals): New function.
9358 (parse_linespec): New function.
9359 (linespec_parser_new): New function.
9360 (linespec_state_destructor): Change parameter type to
9361 struct linespec_state *.
9362 Add language parameter.
9363 Remove freeing of moved members.
9364 (linespec_parser_delete): New function.
9365 (decode_line_full): Use parse_linespec and linespec_parser_new.
9366 (decode_line_1): Likewise.
9367 (decode_indirect): Rename to ...
9368 (linespec_expression_to_pc): ... this and rewrite
9369 to simply find CORE_ADDR, storing this result for later
9370 conversion to SALs.
9371 (locate_first_half): Remove.
9372 (deocde_objc): Add parameter LS.
9373 Initialize new struct collect_info members.
9374 Handle minimal symbols, too.
9375 (decode_compound): Delete.
9376 (lookup_prefix_sym): Rewrite.
9377 (compare_msymbols): New function.
9378 (find_method): Rewrite.
9379 Do not call cplusplus_error.
9380 (symtabs_from_filename): Rewrite.
9381 (collect_function_symbols): Delete.
9382 (find_function_symbols): Rewrite without ARGPTR-style
9383 processing.
9384 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9385 (decode_dollar): Adapted and renamed to ...
9386 (linespec_parse_variable): ... this.
9387 (find_linespec_symbols): New function.
9388 (decode_label): Adapted and renamed to ...
9389 (find_label_symbols): ... this.
9390 (decode_digits_list_mode): Add and use LS argument.
9391 (decode_digits_ordinary): Likewise.
9392 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9393 If in list mode, allow any symbol class. Otherwise, only
9394 permit LOC_BLOCK symbols.
9395 (minsym_found): Update comments.
9396 (search_minsyms_for_name): Do not convert the matching symbol
9397 into a SAL. Simply push the symbol and objfile into the
9398 result vector.
9399 (decode_variable): Delete. Contents adapted into
9400 find_linespec_symbols.
9401
9402 * cp-support.c (SKIP_SPACE): Remove.
9403 (operator_tokens): Remove unused global.
9404 (cp_validate_operator): Remove.
9405 * cp-support.h (cp_validate_operator): Remove declaration.
9406
9407 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9410 for TYPE_VPTR_FIELDNO.
9411 * valprint.c (valprint_check_validity): Make it global, move the
9412 function comment ...
9413 * value.h (valprint_check_validity): ... to this new declaration.
9414
9415 2012-04-02 Tristan Gingold <gingold@adacore.com>
9416
9417 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9418 the STATE32 api for i386 state.
9419 (i386_darwin_store_inferior_registers): Likewise.
9420
9421 2012-04-02 Tristan Gingold <gingold@adacore.com>
9422
9423 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9424 SS offset.
9425 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9426 format_string.
9427
9428 2012-04-02 Tristan Gingold <gingold@adacore.com>
9429
9430 PR gdb/13901
9431 * darwin-nat.c (darwin_execvp): Set binary preference.
9432
9433 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9434
9435 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9436
9437 2012-03-30 Tom Tromey <tromey@redhat.com>
9438
9439 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9440 of TRY_CATCH. Fix error handling.
9441 * python/py-value.c (convert_value_from_python): Move 'old'
9442 declaration to innermost scope.
9443
9444 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9445 Andrey Smirnov <andrew.smirnov@gmail.com>
9446
9447 -Wshadow warning fix.
9448 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9449 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9450 Adjust code accordingly.
9451
9452 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9453
9454 * ada-lang.c (symbol_completion_add): Rename parameter
9455 "encoded" into "encoded_p". Ajust code and documentation
9456 accordingly.
9457
9458 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9459 Andrey Smirnov <andrew.smirnov@gmail.com>
9460
9461 -Wshadow warning fix.
9462 * ada-lang.c (symbol_completion_add): Rename parameter
9463 "wild_match" into wild_match_p. Update code and documentation
9464 accordingly.
9465
9466 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9467
9468 * ada-lang.c (symbol_completion_match): Rename parameter
9469 "encoded" into "encoded_p". Ajust code and documentation
9470 accordingly.
9471
9472 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9473 Andrey Smirnov <andrew.smirnov@gmail.com>
9474
9475 -Wshadow warning fix.
9476 * ada-lang.c (symbol_completion_match): Rename parameter
9477 "wild_match" into "wild_match_p". Adjust code and function
9478 documentation accordingly.
9479
9480 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9481 Andrey Smirnov <andrew.smirnov@gmail.com>
9482
9483 -Wshadow warning fix.
9484 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9485 "symbol_info" into "info". Adjust code accordingly.
9486 (ada_lookup_symbol): Likewise.
9487
9488 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9489
9490 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9491 of this function's documentation.
9492
9493 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9494 Andrey Smirnov <andrew.smirnov@gmail.com>
9495
9496 -Wshadow warning fix.
9497 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9498 variable into "wild_match_p". Adjust code accordingly.
9499
9500 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9501 Andrey Smirnov <andrew.smirnov@gmail.com>
9502
9503 -Wshadow warning fix.
9504 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9505 parameter into "wild_match_p". Adjust code accordingly.
9506 Document this parameter in the function description.
9507
9508 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9509 Andrey Smirnov <andrew.smirnov@gmail.com>
9510
9511 -Wshadow warning fix.
9512 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9513 "wild_match" parameter to "wild_match_p" (-Wshadow).
9514
9515 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9516
9517 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9518 in function documentation.
9519
9520 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9521 Andrey Smirnov <andrew.smirnov@gmail.com>
9522
9523 -Wshadow warning fix.
9524 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9525 variable into wild_match_p. Adjust code accordingly.
9526
9527 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9528 Andrey Smirnov <andrew.smirnov@gmail.com>
9529
9530 * ada-valprint.c (ada_val_print_1): Move the code handling
9531 TYPE_CODE_ENUM inside its own lexical block. Declare
9532 variables len and val there, instead of in the function's
9533 top level block. Avoid declaring deref_val again in a way
9534 that shadows another variable of the same name declared
9535 in one of the up-level blocks. Just re-use the up-level
9536 variable instead.
9537
9538 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9539
9540 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9541 Replace block_found argument by symbol_info. Adjust
9542 implementation accordingly. Add function documentation.
9543 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9544 Fix documentation.
9545 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9546 * ada-exp.y (write_object_renaming): Adjust to new
9547 ada_lookup_encoded_symbol API.
9548
9549 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9550
9551 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9552 documentation.
9553
9554 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9555
9556 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9557 (v850_register_name): Add the mpu and fpu register names.
9558 (v850e_register_name): Add the mpu and fpu register names.
9559 (v850e2_register_name): New function.
9560 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9561 bfd_mach_v850e2v3.
9562
9563 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9564
9565 * NEWS: Add entry for Ada varobj support.
9566
9567 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9568
9569 * varobj.c (default_value_is_changeable_p): New function,
9570 extracted from varobj_value_is_changeable_p. Add declaration.
9571 (ada_value_is_changeable_p): New function, extracted from
9572 varobj_value_is_changeable_p. Add declaration.
9573 (struct language_specific): New field "value_is_changeable_p".
9574 (languages): Add entries for new field.
9575 (varobj_create): Set language before calling install_new_value.
9576 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9577 "value_is_changeable_p" language callback.
9578
9579 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9580
9581 * ada-varobj.h, ada-varobj.c: New files.
9582 * Makefile.in (SFILES): Add ada-varobj.c.
9583 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9584 (COMMON_OBS): Add ada-varobj.o.
9585
9586 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9587
9588 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9589 (struct language_specific): New field "value_has_mutated".
9590 (languages): Set field "value_has_mutated" in each entry of array.
9591 (varobj_value_has_mutated): New function.
9592 (varobj_udpdate): Add handling of type mutation.
9593 (value_of_root): Add handling of type mutation.
9594 (ada_value_has_mutated): New function.
9595
9596 2012-03-28 Pedro Alves <palves@redhat.com>
9597
9598 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9599 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9600
9601 2012-03-28 Tom Tromey <tromey@redhat.com>
9602
9603 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9604 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9605 before returning.
9606
9607 2012-03-28 Tom Tromey <tromey@redhat.com>
9608
9609 * .dir-locals.el: New file.
9610
9611 2012-03-28 Pedro Alves <palves@redhat.com>
9612
9613 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9614
9615 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9616
9617 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9618 handling for r0.
9619
9620 2012-03-27 Pedro Alves <palves@redhat.com>
9621
9622 Eliminate struct ui_stream.
9623
9624 * ui-out.h (struct ui_stream): Delete.
9625 (ui_out_field_stream): Adjust prototype.
9626 (ui_out_stream_new, ui_out_stream_delete)
9627 (make_cleanup_ui_out_stream_delete): Delete declarations.
9628 * ui-out.c (ui_out_field_stream): Change prototype to take a
9629 ui_file instead of a ui_stream. Adjust.
9630 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9631 (make_cleanup_ui_out_stream_delete): Delete.
9632 * breakpoint.c (print_breakpoint_location)
9633 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9634 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9635 * disasm.c (dump_insns): Ditto.
9636 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9637 prototype.
9638 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9639 ui_stream/ui_out_stream_new.
9640 * infcmd.c (print_return_value): Ditto.
9641 * osdata.c (info_osdata_command): Don't allocate a local
9642 ui_stream.
9643 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9644 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9645 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9646 allocate a local ui_stream.
9647 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9648 instead of ui_stream/ui_out_stream_new.
9649 (list_args_or_locals): Don't allocate a local ui_stream.
9650 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9651 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9652 ui_stream/ui_out_stream_new.
9653 * cli/cli-setshow.c (do_setshow_command): Ditto.
9654
9655 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9656
9657 * arm-linux-tdep.c (arm_linux_init_abi): Call
9658 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9659 * arm-tdep.c (arm_process_record): New function.
9660 (deallocate_reg_mem): New function.
9661 (decode_insn): New function.
9662 (thumb_record_branch): New function.
9663 (thumb_record_ldm_stm_swi(): New function.
9664 (thumb_record_misc): New function.
9665 (thumb_record_ld_st_stack): New function.
9666 (thumb_record_ld_st_imm_offset): New function.
9667 (thumb_record_ld_st_reg_offset(): New function.
9668 (thumb_record_add_sub_cmp_mov): New function.
9669 (thumb_record_shift_add_sub): New function.
9670 (arm_record_coproc_data_proc): New function.
9671 (arm_record_coproc): New function.
9672 (arm_record_b_bl): New function.
9673 (arm_record_ld_st_multiple): New function.
9674 (arm_record_ld_st_reg_offset): New function.
9675 (arm_record_ld_st_imm_offset): New function.
9676 (arm_record_data_proc_imm): New function.
9677 (arm_record_data_proc_misc_ld_str): New function.
9678 (arm_record_extension_space): New function.
9679 (arm_record_strx): New function.
9680 (sbo_sbz): New function.
9681 (struct insn_decode_record): New structure for arm insn record.
9682 (REG_ALLOC): New macro for reg allocations.
9683 (MEM_ALLOC): New macro for memory allocations.
9684 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9685
9686 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9687
9688 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9689 (store_register): Likewise.
9690
9691 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9692
9693 * MAINTAINERS (Write After Approval): Add myself to the list.
9694
9695 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9696
9697 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9698 Describe also the option "auto".
9699
9700 2012-03-22 Richard Henderson <rth@redhat.com>
9701
9702 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9703 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9704
9705 2012-03-22 Richard Henderson <rth@redhat.com>
9706
9707 * jit.c (jit_read_code_entry): Compute alignment and offset of
9708 int64_t member before computing entry_size.
9709
9710 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9711
9712 Python scripting: Add new method Value.referenced_value to
9713 gdb.Value which can dereference pointer as well as reference
9714 values.
9715 * NEWS: Add entry under 'Python scripting' about the new method
9716 Value.referenced_value on gdb.Value objects.
9717 * python/py-value.c (valpy_referenced_value): New function
9718 defining a new method on gdb.Value objects which can dereference
9719 pointer and reference values.
9720
9721 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9722
9723 * MAINTAINERS (Write After Approval): Add myself to the list.
9724
9725 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9726
9727 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9728 in addition to "main".
9729
9730 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9731
9732 * expression.h (op_name): Add declaration.
9733 * expprint.c (op_name): Remove declaration. Make non-static.
9734 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9735
9736 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9737
9738 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9739 of struct siginfo.
9740 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9741 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9742 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9743 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9744 (linux_nat_get_siginfo): Likewise.
9745 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9746 (linux_nat_get_siginfo): Likewise.
9747 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9748 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9749 * procfs.c (gdb_siginfo_t): Likewise.
9750
9751 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9752
9753 * .gitignore: Ignore more files.
9754
9755 2012-03-20 Pedro Alves <palves@redhat.com>
9756
9757 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9758 returns.
9759
9760 2012-03-20 Yao Qi <yao@codesourcery.com>
9761
9762 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9763 comment.
9764
9765 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9768 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9769 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9770 sect_offset.
9771 * dwarf2expr.h (cu_offset, sect_offset): New types.
9772 (struct dwarf_expr_context_funcs) <dwarf_call>
9773 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9774 sect_offset.
9775 (struct dwarf_expr_context) <len>: Improve the comment.
9776 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9777 cu_offset and sect_offset.
9778 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9779 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9780 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9781 * dwarf2loc.h: Include dwarf2expr.h.
9782 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9783 and sect_offset.
9784 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9785 Improve the comment.
9786 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9787 (struct signatured_type, struct line_header, struct partial_die_info)
9788 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9789 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9790 (get_die_type_at_offset, create_cus_from_index)
9791 (create_signatured_type_table_from_index, dw2_get_file_names)
9792 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9793 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9794 (create_debug_types_hash_table, process_psymtab_comp_unit)
9795 (load_partial_comp_unit, create_all_comp_units)
9796 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9797 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9798 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9799 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9800 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9801 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9802 (find_partial_die, read_attribute_value, lookup_die_type)
9803 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9804 (is_ref_attr): New function comment.
9805 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9806 Use cu_offset and sect_offset.
9807 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9808 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9809 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9810 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9811 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9812 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9813 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9814 sect_offset.
9815
9816 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 Code cleanup.
9819 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9820 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9821 with xfree.
9822 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9823
9824 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 * NEWS: Describe new options --init-command=FILE, -ix and
9827 --init-eval-command=COMMAND, -iex.
9828 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9829 CMDARG_INIT_COMMAND.
9830 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9831 "init-command", "init-eval-command", "ix" and "iex" to the variable
9832 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9833 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9834 (print_gdb_help): Describe --init-command=FILE, -ix and
9835 --init-eval-command=COMMAND, -iex.
9836
9837 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9838
9839 Code cleanup.
9840 * main.c (struct cmdarg): Move it here from main. Add more comments.
9841 (cmdarg_s, VEC (cmdarg_s)): New.
9842 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9843 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9844 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9845 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9846 of CMDARG.
9847
9848 2012-03-19 Tom Tromey <tromey@redhat.com>
9849
9850 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9851
9852 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 PR symtab/13777
9855 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9856 GCC >=4.5.
9857
9858 2012-03-16 Chris January <chris.january@allinea.com>
9859
9860 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9861 of clear.
9862
9863 2012-03-16 Chris January <chris.january@allinea.com>
9864
9865 * source.c (add_path): Use memmove instead of strcpy because the
9866 strings overlap.
9867
9868 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9869
9870 * value.h (set_value_parent): Add declaration.
9871 * value.c (set_value_parent): New function.
9872 (value_address): If VALUE->PARENT is not NULL, then use it as
9873 the base address instead of VALUE->LOCATION.address.
9874 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9875 the same as OBJ's address. Adjust V's offset accordingly.
9876 Set V's parent.
9877
9878 2012-03-16 Gary Benson <gbenson@redhat.com>
9879
9880 PR breakpoints/10738
9881 * dwarf2read.c (use_deprecated_index_sections): New global.
9882 (struct partial_die_info): New member may_be_inlined.
9883 (read_partial_die): Set may_be_inlined where appropriate.
9884 (add_partial_subprogram): Add partial symbols for partial
9885 DIEs that may be inlined.
9886 (new_symbol_full): Add inlined subroutines to the current
9887 scope.
9888 (write_psymtabs_to_index): Bump version number.
9889 (dwarf2_read_index): Read only version 6 indices unless
9890 use_deprecated_index_sections is set.
9891 * linespec.c (symbol_and_data_callback): New structure.
9892 (iterate_inline_only): New function.
9893 (iterate_over_all_matching_symtabs): New argument
9894 "include_inline". If nonzero, also call the callback for
9895 symbols representing inlined subroutines.
9896 (lookup_prefix_sym): Pass extra argument to the above.
9897 (find_function_symbols): Likewise.
9898 (add_matching_symbols_to_info): Likewise.
9899 * NEWS: Mention that GDB can now set breakpoints on inlined
9900 functions.
9901
9902 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9903
9904 * p-typeprint.c (pascal_type_print_method_args):
9905 Fix display of parameter of methods.
9906
9907 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9908
9909 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9910 Add missing prototype.
9911
9912 2012-03-16 Yao Qi <yao@codesourcery.com>
9913 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 Fix false compilation warning.
9916 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9917
9918 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9919 Pedro Alves <pedro@codesourcery.com>
9920
9921 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9922 (arm_register_g_packet_guesses): New function.
9923 (arm_gdbarch_init): Don't force a target description with
9924 registers when the executable is detected as M-profile. Instead
9925 set gdbarch->tdep->is_m. Register `g' packet guesses.
9926 (_initialize_arm_tdep): Initialize the new target description.
9927 * features/arm-with-m-fpa-layout.xml: New description.
9928 * features/arm-with-m-fpa-layout.c: New, generated.
9929
9930 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9931
9932 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9933 Update function description.
9934 (insert_bp_location): Do not wipe bl->target_info out.
9935 * mem-break.c: #include "gdb_string.h".
9936 (default_memory_insert_breakpoint): Do not call target_read_memory
9937 with a pointer to the breakpoint's shadow_contents buffer. Use
9938 a local buffer instead.
9939 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9940
9941 2012-03-15 Tom Tromey <tromey@redhat.com>
9942
9943 * NEWS: Mention "info vtbl", not "info vtable".
9944 * cp-support.c (info_vtbl_command): Fix comment.
9945 (_initialize_cp_support): Fix text.
9946
9947 2012-03-15 Tom Tromey <tromey@redhat.com>
9948
9949 * cp-valprint.c (cp_print_value_fields): Use
9950 print_function_pointer_address for vtable slot.
9951
9952 2012-03-15 Tom Tromey <tromey@redhat.com>
9953
9954 * gnu-v3-abi.c (struct value_and_voffset): New.
9955 (hash_value_and_voffset, eq_value_and_voffset)
9956 (compare_value_and_voffset, compute_vtable_size)
9957 (print_one_vtable, gnuv3_print_vtable): New functions.
9958 (init_gnuv3_ops): Initialize 'print_vtable' field.
9959 * cp-support.c (info_vtbl_command): New function.
9960 (_initialize_cp_support): Add "info vtbl".
9961 * cp-abi.h (cplus_print_vtable): Declare.
9962 (struct cp_abi_ops) <print_vtable>: New field.
9963 * cp-abi.c (cplus_print_vtable): New function.
9964 * NEWS: Update.
9965
9966 2012-03-15 Tom Tromey <tromey@redhat.com>
9967
9968 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9969 iterate_over_symbols.
9970
9971 2012-03-14 Doug Evans <dje@google.com>
9972
9973 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9974 DW_OP_GNU_parameter_ref.
9975
9976 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9977
9978 Fix double prompt of 'interpreter-exec mi'.
9979 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9980 (mi_interpreter_resume): use it.
9981 (mi_execute_command_input_handler): New function.
9982 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9983 mi_execute_command_input_handler.
9984
9985 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9986
9987 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9988 prototype.
9989 (darwin_debug_port_info): Make static.
9990 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9991 * machoread.c (_initialize_machoread): Add prototype.
9992 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9993 (i386_darwin_set_control, i386_darwin_get_control)
9994 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9995 i386_darwin_get_status, i386_darwin_get_control):
9996 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9997
9998 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9999
10000 * ax-gdb.c (gen_usual_unary): Remove special handling of
10001 enum and bool types.
10002
10003 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10004
10005 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10006
10007 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10008
10009 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10010
10011 2012-03-13 Chris January <chris.january@allinea.com>
10012
10013 * aix-thread.c (fill_sprs): Store the floating point registers
10014 at the correct offsets into vals.
10015
10016 2012-03-13 Doug Evans <dje@google.com>
10017
10018 * NEWS: Mention symbol-reloading has been deleted.
10019 * symfile.c (symbol_reloading): Delete.
10020 (show_symbol_reloading): Delete.
10021 (_initialize_symfile): Delete set/show symbol-reloading.
10022
10023 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10024 read_in_chain until we have successfully read it in.
10025 (load_full_comp_unit): Ditto.
10026 (read_signatured_type): Add comment.
10027
10028 2012-03-13 Chris January <chris.january@allinea.com>
10029
10030 * stabsread.c (fix_common_block): Change type of valu argument
10031 to CORE_ADDR.
10032
10033 2012-03-13 Chris January <chris.january@allinea.com>
10034
10035 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10036 instruction.
10037
10038 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10039
10040 * common/linux-procfs.c (linux_proc_get_int): New, from
10041 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10042 field.
10043 (linux_proc_get_tgid): Only call linux_proc_get_int.
10044 (linux_proc_get_tracerpid): New.
10045 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10046 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10047 linux_proc_pid_has_state.
10048 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10049 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10050 (linux_ptrace_attach_warnings): New.
10051 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10052 New declaration.
10053 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10054 (linux_nat_attach): New variables ex, buffer, message and message_s.
10055 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10056
10057 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10058
10059 * Makefile.in (linux-ptrace.o): New.
10060 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10061 from linux-nat.c.
10062 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10063 * common/linux-ptrace.c: New file.
10064 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10065 * config/arm/linux.mh: Likewise.
10066 * config/i386/linux.mh: Likewise.
10067 * config/i386/linux64.mh: Likewise.
10068 * config/ia64/linux.mh: Likewise.
10069 * config/m32r/linux.mh: Likewise.
10070 * config/m68k/linux.mh: Likewise.
10071 * config/mips/linux.mh: Likewise.
10072 * config/pa/linux.mh: Likewise.
10073 * config/powerpc/linux.mh: Likewise.
10074 * config/powerpc/ppc64-linux.mh: Likewise.
10075 * config/powerpc/spu-linux.mh: Likewise.
10076 * config/s390/s390.mh: Likewise.
10077 * config/sparc/linux.mh: Likewise.
10078 * config/sparc/linux64.mh: Likewise.
10079 * config/xtensa/linux.mh: Likewise.
10080 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10081 common/linux-procfs.c.
10082 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10083
10084 2012-03-13 Hui Zhu <teawater@gmail.com>
10085 Pedro Alves <palves@redhat.com>
10086
10087 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10088 CREATE_BREAKPOINT_FLAGS_INSERTED.
10089 (create_breakpoint_sal, create_breakpoints_sal)
10090 (base_breakpoint_create_breakpoints_sal)
10091 (tracepoint_create_breakpoints_sal)
10092 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10093 down.
10094 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10095 (ftrace_command, strace_command): Adjust.
10096 (create_tracepoint_from_upload): Pass
10097 CREATE_BREAKPOINT_FLAGS_INSERTED.
10098 * breakpoint.h (enum breakpoint_create_flags): New.
10099 (create_breakpoint): New flags parameter.
10100 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10101 * python/py-breakpoint.c (bppy_init): Adjust.
10102 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10103 * spu-tdep.c (spu_catch_start): Adjust.
10104
10105 2012-03-13 Pedro Alves <palves@redhat.com>
10106 Hui Zhu <teawater@gmail.com>
10107 Yao Qi <yao@codesourcery.com>
10108
10109 * remote.c (struct remote_state): New field `starting_up'.
10110 (remote_start_remote): Set and clear it.
10111 (remote_can_download_tracepoint): If starting up, return false.
10112
10113 2012-03-13 Yao Qi <yao@codesourcery.com>
10114
10115 * inferior.h (struct inferior): Remove fields any_syscall_count,
10116 syscalls_counts and total_syscalls_count. Move them to new
10117 struct catch_syscall_inferior_data in breakpoint.c.
10118 * breakpoint.c: Call DEF_VEC_I(int).
10119 (struct catch_syscall_inferior_data): New.
10120 (get_catch_syscall_inferior_data): New.
10121 (catch_syscall_inferior_data_cleanup): New.
10122 (insert_catch_syscall): Update to access data in
10123 struct catch_syscall_inferior_data.
10124 (insert_catch_syscall): Likewise.
10125 (remove_catch_syscall): Likewise.
10126 (remove_catch_syscall): Likewise.
10127 (is_syscall_catchpoint_enabled): Likewise.
10128 (add_catch_command): Likewise.
10129 (_initialize_breakpoint): Register cleanup.
10130 * breakpoint.h: Removed DEF_VEC_I(int).
10131 * dwarf2loc.c: Call DEF_VEC_I(int).
10132 * mi/mi-main.c: Likewise.
10133
10134 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10135
10136 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10137
10138 2012-03-12 Chris January <chris.january@allinea.com>
10139
10140 * aix-thread.c (_initialize_aix_thread): Add prototype.
10141 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10142 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10143
10144 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10145
10146 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10147 include of "amd64-nat.h".
10148
10149 2012-03-12 Tom Tromey <tromey@redhat.com>
10150
10151 * buildsym.c (record_pending_block): Now static.
10152 * buildsym.h: (record_pending_block): Remove.
10153
10154 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10155
10156 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10157
10158 2012-03-09 Tom Tromey <tromey@redhat.com>
10159
10160 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10161 producer_is_gxx_lt_4_6>: New fields.
10162 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10163
10164 2012-03-09 Tom Tromey <tromey@redhat.com>
10165
10166 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10167
10168 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10169
10170 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10171 prototype.
10172
10173 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10174
10175 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10176
10177 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10178
10179 Fix -Wmissing-prototypes build.
10180 * arm-linux-nat.c (get_thread_id): Make it static.
10181 * xtensa-linux-nat.c (get_thread_id): Likewise.
10182
10183 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10184
10185 * server.c (process_point_options): If a conditional expression
10186 is found, only print a message if remote_debug is nonzero.
10187
10188 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10189
10190 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10191 of internal error for unknown/unsupported types.
10192
10193 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 Fix CU relative vs. absolute DIE offsets.
10196 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10197 offset to offset_in_cu.
10198 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10199 TYPE_OFFSET.
10200 (dwarf2_fetch_die_location_block): Rename parameter offset to
10201 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10202
10203 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10204
10205 * libunwind-frame.c: Rename to ...
10206 * ia64-libunwind-tdep.c: ... here.
10207 * libunwind-frame.h: Rename to ...
10208 * ia64-libunwind-tdep.h: ... here.
10209 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10210 ia64-libunwind-tdep.h.
10211 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10212 * README (--with-libunwind): Rename to ...
10213 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10214 * config.in: Regenerate.
10215 * configure: Regenerate.
10216 * configure.ac: New option --with-libunwind-ia64, make the
10217 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10218 Remove AC_DEFINE for HAVE_LIBUNWIND.
10219 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10220 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10221 Rename libunwind-frame in the general comment.
10222 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10223 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10224 Move forward declarations inside #ifndef. Rename libunwind-frame in
10225 the general comment.
10226 * ia64-tdep.c: Rename libunwind-frame.h #include to
10227 ia64-libunwind-tdep.h.
10228 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10229 (ia64_libunwind_descr): Rename libunwind-frame to
10230 ia64-libunwind-tdep in these function comments.
10231 * ia64-tdep.h: Rename libunwind-frame.h #include to
10232 ia64-libunwind-tdep.h.
10233 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10234 ia64-libunwind-tdep in that data comment.
10235
10236 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10237
10238 * libunwind-frame.h (struct frame_unwind): New declaration.
10239
10240 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10241
10242 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10243 "set breakpoint condition-evaluation" command.
10244
10245 2012-03-08 Tristan Gingold <gingold@adacore.com>
10246
10247 * sparc-stub.c: Move to stubs/
10248 * sh-stub.c: Likewise.
10249 * m68k-stub.c: Likewise.
10250 * m32r-stub.c: Likewise.
10251 * i386-stub.c: Likewise.
10252
10253 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10254
10255 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10256 linux_get_siginfo_type.
10257
10258 * m68klinux-nat.c: Include "gdb_proc_service.h".
10259 (PTRACE_GET_THREAD_AREA): Define.
10260 (ps_get_thread_area): New function.
10261
10262 2012-03-08 Yao Qi <yao@codesourcery.com>
10263
10264 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10265 `xsnprintf'.
10266 (remote_query_attached): Likewise.
10267 (remote_static_tracepoint_marker_at): Likewise.
10268 (remote_set_permissions): Likewise.
10269 (remote_detach_1, extended_remote_attach_1): Likewise.
10270 (send_g_packet, remote_vkill): Likewise.
10271 (extended_remote_disable_randomization): Likewise.
10272 (remote_add_target_side_condition): Likewise.
10273 (remote_insert_breakpoint): Likewise.
10274 (remote_remove_breakpoint): Likewise.
10275 (remote_insert_watchpoint): Likewise.
10276 (remote_remove_watchpoint): Likewise.
10277 (remote_insert_hw_breakpoint): Likewise.
10278 (remote_insert_hw_breakpoint): Likewise.
10279 (remote_remove_hw_breakpoint): Likewise.
10280 (remote_download_command_source): Likewise.
10281 (remote_download_tracepoint): Likewise.
10282 (remote_download_trace_state_variable): Likewise.
10283 (remote_disable_tracepoint): Likewise.
10284 (remote_trace_set_readonly_regions): Likewise.
10285 (remote_get_tracepoint_status): Likewise.
10286 (remote_trace_find): Likewise.
10287 (remote_get_trace_state_variable_value): Likewise.
10288 (remote_set_disconnected_tracing): Likewise.
10289 (remote_set_circular_trace_buffer): Likewise.
10290 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10291 (remote_use_agent): Likewise.
10292 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10293 Update callers.
10294
10295 2012-03-07 Pedro Alves <palves@redhat.com>
10296
10297 * NEWS: Mention QProgramSignals.
10298 * inferior.h (update_signals_program_target): Declare.
10299 * infrun.c: (update_signals_program_target): New.
10300 (handle_command): Update the target of the new program signals
10301 array changes.
10302 * remote.c (PACKET_QProgramSignals): New enum.
10303 (last_program_signals_packet): New global.
10304 (remote_program_signals): New.
10305 (remote_start_remote): Update the target with the program signals
10306 list.
10307 (remote_protocol_features): Add entry for QPassSignals.
10308 (remote_open_1): Free anc clear last_program_signals_packet.
10309 (init_remote_ops): Install remote_program_signals.
10310 * target.c (update_current_target): Adjust.
10311 (target_program_signals): New.
10312 * target.h (struct target_ops) <to_program_signals>: New field.
10313 (target_program_signals): Declare.
10314
10315 2012-03-07 Pedro Alves <palves@redhat.com>
10316
10317 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10318 extensions.
10319
10320 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10321
10322 * m68klinux-nat.c (getregs_supplies): Make static.
10323 (getfpregs_supplies): Likewise.
10324 (have_ptrace_getregs): Likewise.
10325
10326 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10327
10328 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10329 in call to get_die_type_at_offset.
10330
10331 2012-03-06 Stan Shebs <stan@codesourcery.com>
10332
10333 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10334 * mi/mi-cmd-disas.c: Ditto.
10335 * mi/mi-cmd-env.c: Ditto.
10336 * mi/mi-cmd-file.c: Ditto.
10337 * mi/mi-cmd-stack.c: Ditto.
10338 * mi/mi-cmd-target.c: Ditto.
10339 * mi/mi-cmd-var.c: Ditto.
10340 * mi/mi-cmds.c: Ditto.
10341 * mi/mi-cmds.h: Ditto.
10342 * mi/mi-console.c: Ditto.
10343 * mi/mi-getopt.c: Ditto.
10344 * mi/mi-getopt.h: Ditto.
10345 * mi/mi-interp.c: Ditto.
10346 * mi/mi-main.c: Ditto.
10347 * mi/mi-out.c: Ditto.
10348 * mi/mi-parse.c: Ditto.
10349 * mi/mi-parse.h: Ditto.
10350 * mi/mi-symbol-cmds.c: Ditto.
10351
10352 * mi/mi-getopt.h: Move mi_opt struct up.
10353 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10354 return.
10355 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10356
10357 2012-03-06 Tom Tromey <tromey@redhat.com>
10358
10359 * proc-service.c (ps_pglobal_lookup): Set the current program
10360 space.
10361
10362 2012-03-06 Pedro Alves <palves@redhat.com>
10363
10364 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10365
10366 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10367
10368 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10369
10370 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10371
10372 Code cleanup.
10373 * common/linux-osdata.c (linux_common_core_of_thread): New function
10374 comment.
10375 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10376 call by linux_common_core_of_thread.
10377 (linux_nat_core_of_thread_1): Remove.
10378 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10379 * linux-thread-db.c: Include linux-osdata.h.
10380 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10381 linux_common_core_of_thread.
10382
10383 2012-03-05 Tom Tromey <tromey@redhat.com>
10384
10385 * value.c (value_primitive_field): Don't fetch contents for
10386 non-virtual bases.
10387
10388 2012-03-05 Tom Tromey <tromey@redhat.com>
10389
10390 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10391
10392 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10393
10394 * s390-nat.c: Include "gregset.h".
10395
10396 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10399 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10400 (libunwind_load): New variable so_error, use it for dlerror. Try to
10401 load also LIBUNWIND_SO_7.
10402
10403 2012-03-05 Pedro Alves <palves@redhat.com>
10404
10405 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10406 is not NULL, and remove resulting dead code.
10407
10408 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10409
10410 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10411 prologue to sh_analyze_prologue.
10412 (sh_analyze_prologue): Make better use of such an upper limit, and
10413 generally be more cautious about accessing memory.
10414
10415 2012-03-05 Tom Tromey <tromey@redhat.com>
10416
10417 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10418 _initialize_ia64_hpux_tdep.
10419
10420 2012-03-05 Pedro Alves <palves@redhat.com>
10421
10422 PR gdb/13766
10423
10424 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10425 the register state is clear, supply explicit zero, instead of
10426 marking the register unavailable.
10427
10428 2012-03-05 Tristan Gingold <gingold@adacore.com>
10429
10430 * NEWS: Mention OpenVMS ia64 new target.
10431
10432 2012-03-05 Tristan Gingold <gingold@adacore.com>
10433
10434 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10435 (ia64_unw_accessors, ia64_unw_rse_accessors)
10436 (ia64_libunwind_descr): Declare.
10437 * ia64-vms-tdep.c: New file.
10438 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10439 (ia64_libunwind_descr): Make them public.
10440 * configure.tgt: Add ia64-*-*vms*.
10441 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10442 (ALLDEPFILES): Add ia64-vms-tdep.c
10443
10444 2012-03-05 Tristan Gingold <gingold@adacore.com>
10445
10446 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10447 * remote.c (PACKET_qXfer_uib): New enum value.
10448 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10449 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10450 (_initialize_remote): Call add_packet_config_cmd for
10451 xfer:uib packet.
10452
10453 2012-03-05 Tristan Gingold <gingold@adacore.com>
10454
10455 * osabi.c (gdb_osabi_names): Add OpenVMS.
10456 (generic_elf_osabi_sniffer): Likewise.
10457 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10458
10459 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10460
10461 Removed unused code.
10462 * libunwind-frame.c (libunwind_frame_unwind)
10463 (libunwind_frame_base_address): Remove.
10464 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10465
10466 2012-03-04 Yao Qi <yao@codesourcery.com>
10467
10468 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10469 remove trailing new line.
10470 (agent_run_command, agent_run_command): Add _ markup.
10471 (agent_capability_check): Likewise.
10472
10473 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10474
10475 * breakpoint.c (set_condition_evaluation_mode): Set
10476 CONDITION_EVALUATION_MODE unconditionally.
10477
10478 2012-03-03 Yao Qi <yao@codesourcery.com>
10479
10480 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10481 * common/agent.h: Update declaration.
10482 * inf-child.c (inf_child_use_agent): New.
10483 (inf_child_can_use_agent): New.
10484 (inf_child_target): Initialize fields `to_use_agent'
10485 and `to_can_use_agent'.
10486 * agent.c (agent_new_objfile): New.
10487 (_initialize_agent): Add agent_new_objfile to new_objfile
10488 observer.
10489
10490 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10491 New.
10492 (linux_target_install_ops): Initialize field
10493 `to_static_tracepoint_markers_by_strid'.
10494 * remote.c (free_current_marker): Move it to ...
10495 * tracepoint.c (free_current_marker): ... here. New.
10496 (cleanup_target_stop): New.
10497 * tracepoint.h: Declare free_current_marker.
10498 * NEWS: Add one entry about `info static-tracepoint-marker'.
10499
10500 2012-03-03 Yao Qi <yao@codesourcery.com>
10501
10502 * common/agent.c (agent_loaded_p): New.
10503 (agent_look_up_symbols): New global.
10504 * common/agent.h: Declare agent_loaded_p.
10505
10506 2012-03-03 Yao Qi <yao@codesourcery.com>
10507
10508 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10509 (agent_capability_check, agent_capability_invalidate): New.
10510 (symbol_list): New array element.
10511 * common/agent.h (enum agent_capa): New.
10512 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10513
10514 2012-03-03 Yao Qi <yao@codesourcery.com>
10515
10516 * target.h (struct target_ops) <to_use_agent>: New field.
10517 (struct target_ops) <to_can_use_agent>: New field.
10518 (target_use_agent, target_can_use_agent): New macro.
10519 * target.c (update_current_target): Update.
10520 * remote.c: New enum `PACKET_QAgent'.
10521 (remote_protocol_features): Add a new element.
10522 (remote_use_agent, remote_can_use_agent): New.
10523 (init_remote_ops): Initialize field `can_use_agent' with
10524 remote_can_use_agent. Intiailize field `use_agent' with
10525 remote_use_agent.
10526 * common/agent.c (use_agent): New global.
10527 * common/agent.h: Declare it.
10528 * tracepoint.c (info_static_tracepoint_markers_command): Add
10529 comment.
10530 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10531 (COMMON_OBS): Add common/agent.o and agent.o
10532 (common-agent.o): New rule.
10533 * agent.c: New.
10534
10535 2012-03-03 Yao Qi <yao@codesourcery.com>
10536
10537 * common/agent.c: New.
10538 * common/agent.h: New.
10539 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10540 AC_CHECK_HEADERS.
10541 * configure, configh.in: Regenerated.
10542
10543 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10544
10545 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10546 unless it exists for this architecture.
10547
10548 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10549
10550 * language.h (struct language_defn): New "method" la_read_var_value.
10551 * findvar.c: #include "language.h".
10552 (default_read_var_value): Renames read_var_value. Rewrite
10553 function description.
10554 (read_var_value): New function.
10555 * value.h (default_read_var_value): Add prototype.
10556 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10557 New functions.
10558 (ada_language_defn): Add entry for la_read_var_value.
10559 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10560 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10561 language_defn structures to add entry for new la_read_var_value
10562 field.
10563
10564 2012-03-02 Tom Tromey <tromey@redhat.com>
10565 Pedro Alves <palves@redhat.com>
10566
10567 PR breakpoints/13776:
10568 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10569 breakpoints.
10570 (delete_longjmp_breakpoint_at_next_stop): New.
10571 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10572 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10573 before deleting the inferior. Add comments.
10574 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10575 breakpoints immediately, but only on next stop. Move that code
10576 next to where we mark other breakpoints for deletion.
10577
10578 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10579
10580 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10581 marker.
10582 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10583 violation.
10584
10585 2012-03-02 Pedro Alves <palves@redhat.com>
10586
10587 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10588
10589 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10590
10591 Fix -Wmissing-prototypes build.
10592 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10593 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10594 (gdbsim_has_memory): Likewise.
10595
10596 2012-03-02 Yao Qi <yao@codesourcery.com>
10597
10598 Fix -Wmissing-prototypes build.
10599 * charset.c (phony_iconv_open): Make static.
10600 (phony_iconv_close, phony_iconv): Likewise.
10601 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10602 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10603 prototype.
10604 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10605 * ser-mingw.c (create_select_thread): Make static.
10606 * windows-termcap.c (tgetent): New prototype.
10607 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10608
10609 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10610
10611 Fix -Wmissing-prototypes build.
10612 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10613 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10614 (_initialize_loadable): New prototypes.
10615
10616 2012-03-02 Doug Evans <dje@google.com>
10617
10618 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10619 abbrev table, read_comp_unit will do it.
10620
10621 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 Fix -Wmissing-prototypes build.
10624 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10625 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10626 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10627 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10628 (_initialize_arm_symbian_tdep): New prototype.
10629 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10630 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10631 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10632 static.
10633 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10634 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10635 prototype.
10636 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10637 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10638 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10639 static.
10640 * moxie-tdep.c (moxie_process_record): Likewise.
10641 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10642 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10643 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10644 (_initialize_rl78_tdep): New prototype.
10645 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10646 (_initialize_rx_tdep): New prototype.
10647 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10648 (_initialize_darwin_solib): New prototype.
10649 * solib-spu.c: Include solib-spu.h.
10650 (_initialize_spu_solib): New prototype.
10651 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10652 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10653 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10654 (tic6x_software_single_step): Make it static.
10655 (_initialize_tic6x_tdep): New prototype.
10656
10657 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 Fix -Wmissing-prototypes build.
10660 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10661 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10662
10663 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 Fix -Wmissing-prototypes build.
10666 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10667 (frv_have_stopped_data_address): Remove.
10668
10669 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 Fix -Wmissing-prototypes build.
10672 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10673 * sh-tdep.c: Include sh64-tdep.h.
10674 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10675 * sh64-tdep.c: Include sh64-tdep.h.
10676 * sh64-tdep.h: New file.
10677
10678 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10679
10680 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10681
10682 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10683
10684 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10685 sp_regnum once the gdbarch_init_osabi hook has been called.
10686
10687 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10688
10689 * mips-tdep.c (mips32_bc1_pc): New function.
10690 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10691 BPOSGE32 and BPOSGE64 instructions.
10692 (deal_with_atomic_sequence): Likewise.
10693 (mips32_instruction_has_delay_slot): Likewise.
10694
10695 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10696 Chris Dearman <chris@mips.com>
10697 Maciej W. Rozycki <macro@codesourcery.com>
10698 Joseph Myers <joseph@codesourcery.com>
10699
10700 * features/mips-dsp.xml: New file.
10701 * features/mips64-dsp.xml: New file.
10702 * features/mips-dsp-linux.xml: New file.
10703 * features/mips64-dsp-linux.xml: New file.
10704 * features/Makefile (WHICH): Add mips-dsp-linux and
10705 mips64-dsp-linux.
10706 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10707 * features/mips-dsp-linux.c: New file.
10708 * features/mips64-dsp-linux.c: New file.
10709 * regformats/mips-dsp-linux.dat: New file.
10710 * regformats/mips64-dsp-linux.dat: New file.
10711 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10712 registers.
10713 (mips64_linux_register_addr): Likewise.
10714 (mips64_linux_regsets_fetch_registers): Likewise.
10715 (mips64_linux_regsets_store_registers): Likewise.
10716 (mips64_linux_fetch_registers): Update call to
10717 mips64_linux_regsets_fetch_registers.
10718 (mips64_linux_store_registers): Update call to
10719 mips64_linux_regsets_store_registers.
10720 (mips_linux_read_description): Probe for DSP registers.
10721 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10722 and initialize_tdesc_mips64_dsp_linux.
10723 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10724 Remove padding of no longer used embedded register slots.
10725 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10726 (MIPS_RESTART_REGNUM): Redefine enum value.
10727 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10728 strings.
10729 (mips_tx39_reg_names): Likewise.
10730 (mips_linux_reg_names): New array of register names for Linux
10731 targets.
10732 (mips_register_name): Check for a null pointer in
10733 mips_processor_reg_names and return an empty string.
10734 (mips_register_type): Exclude embedded registers for the IRIX
10735 and Linux ABIs.
10736 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10737 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10738 DSP registers.
10739 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10740 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10741 (mips_gdbarch_init): Likewise. Initialize internal register
10742 indices for the Linux ABI. Use dynamic numbers to refer to
10743 registers, as applicable, while parsing the target description.
10744 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10745
10746 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10747
10748 * frame.h (read_frame_register_unsigned): Fix typo in function
10749 description.
10750
10751 2012-03-01 Pedro Alves <palves@redhat.com>
10752
10753 * jit-reader.in [!__cplusplus]
10754 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10755
10756 2012-03-01 Pedro Alves <palves@redhat.com>
10757
10758 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10759 * configure: Regenerate.
10760
10761 2012-03-01 Pedro Alves <palves@redhat.com>
10762
10763 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10764 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10765 (ftrace_command, strace_command): Make static.
10766 * d-lang.c (_initialize_d_language): Declare.
10767 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10768 * dwarf2loc.c (_initialize_dwarf2loc):
10769 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10770 * exec.c (exec_get_section_table): Make static.
10771 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10772 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10773 * inferior.c (remove_inferior_command, add_inferior_command)
10774 (clone_inferior_command): Make static.
10775 * linux-nat.c (linux_nat_thread_address_space)
10776 (linux_nat_core_of_thread): Make static.
10777 * linux-tdep.c (_initialize_linux_tdep): Declare.
10778 * objc-lang.c (_initialize_objc_lang): Declare.
10779 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10780 Make static.
10781 (_initialize_opencl_language): Declare.
10782 * record.c (_initialize_record): Declare.
10783 * remote.c (demand_private_info, remote_get_tib_address)
10784 (remote_supports_cond_tracepoints)
10785 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10786 Make static.
10787 * skip.c (_initialize_step_skip): Declare.
10788 * symtab.c (skip_prologue_using_lineinfo): Make static.
10789 * tracepoint.c (delete_trace_state_variable)
10790 (trace_variable_command, delete_trace_variable_command)
10791 (get_uploaded_tsv, find_matching_tracepoint_location)
10792 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10793 Make static.
10794 * value.c (pack_unsigned_long): Make static.
10795 * varobj.c (varobj_ensure_python_env): Make static.
10796 * windows-tdep.c (_initialize_windows_tdep): Declare.
10797 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10798
10799 2012-03-01 Pedro Alves <palves@redhat.com>
10800
10801 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10802 gdbarch parameter.
10803 (linux_init_abi): Install it as has_shared_address_space gdbarch
10804 callback.
10805
10806 2012-03-01 Pedro Alves <palves@redhat.com>
10807
10808 * observer.c (observer_test_first_notification_function)
10809 (observer_test_second_notification_function)
10810 (observer_test_third_notification_function): Add declarations.
10811
10812 2012-03-01 Pedro Alves <palves@redhat.com>
10813
10814 * common/signals.c (default_target_signal_to_host)
10815 (default_target_signal_from_host): Move ...
10816 * arch-utils.c: ... here.
10817 * arch-utils.h (default_target_signal_to_host)
10818 (default_target_signal_from_host): Declare.
10819
10820 * common/signals.c (target_signal_from_command): Move ...
10821 * infrun.c: ... here.
10822 * inferior.h (target_signal_from_command): Declare.
10823 * target.h (target_signal_from_command)
10824 (default_target_signal_from_host, default_target_signal_to_host):
10825 Delete declarations.
10826
10827 * common/signals.c (_initialize_signals): Delete.
10828
10829 2012-03-01 Pedro Alves <palves@redhat.com>
10830
10831 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10832 both __cplusplus and !__cplusplus.
10833
10834 2012-03-01 Pedro Alves <palves@redhat.com>
10835
10836 * psymtab.c (find_and_open_source): Delete declaration.
10837 * source.c (find_and_open_source): Move comment ...
10838 * source.h (find_and_open_source): ... to this new declaration.
10839
10840 2012-03-01 Pedro Alves <palves@redhat.com>
10841
10842 * inline-frame.c: Include inline-frame.h.
10843
10844 2012-03-01 Pedro Alves <palves@redhat.com>
10845
10846 * tui/tui-data.c (set_gen_win_origin): Delete.
10847 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10848 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10849
10850 2012-03-01 Pedro Alves <palves@redhat.com>
10851
10852 * remote.c (encode_actions): Delete declaration.
10853 * tracepoint.c (encode_actions): Make extern.
10854 * tracepoint.h (encode_actions): Declare.
10855
10856 2012-03-01 Pedro Alves <palves@redhat.com>
10857
10858 * python/py-breakpoint.c: Include python.h.
10859 * python/py-continueevent.c (create_continue_event_object): Make
10860 static.
10861 * python/py-lazy-string.c (stpy_get_type): Make static.
10862 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10863 Make static.
10864 * python/py-utils.c (unicode_to_target_python_string): Make
10865 static.
10866 * python/py-value.c: Include python.h.
10867
10868 2012-03-01 Pedro Alves <palves@redhat.com>
10869
10870 * inferior.c (delete_threads_of_inferior): Delete.
10871
10872 2012-03-01 Pedro Alves <palves@redhat.com>
10873
10874 Import fallback definitions from glibc.
10875
10876 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10877 ps_prochandle): Forward declare.
10878 (ps_err_e): Use glibc's comments.
10879 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10880 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10881 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10882 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10883 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10884 (struct ps_prochandle): Adjust comment.
10885
10886 2012-03-01 Pedro Alves <palves@redhat.com>
10887
10888 * ada-lang.c (ada_modulus_from_name): Delete.
10889 * ada-lex.l (lexer_init): Make static.
10890
10891 2012-03-01 Pedro Alves <palves@redhat.com>
10892
10893 PR gdb/13767
10894
10895 * frame.c (read_frame_register_unsigned): New.
10896 * frame.h (read_frame_register_unsigned): Declare.
10897 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10898 Handle it.
10899 (print_i387_control_word): New parameter `control_p'. Handle it.
10900 (i387_print_float_info): Handle unavailable float registers.
10901
10902 2012-03-01 Keith Seitz <keiths@redhat.com>
10903
10904 * linespec.c (decode_line_2): Sort the list of methods
10905 alphabetically before presenting the user with a selection
10906 menu.
10907
10908 2012-03-01 Doug Evans <dje@google.com>
10909
10910 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10911 has_namespace_info.
10912 (dwarf2_read_abbrevs): Remove corresponding initialization.
10913
10914 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10915
10916 * NEWS: Mention new python command class gdb.COMMAND_USER.
10917 * cli/cli-cmds.c (show_user): Print error when used on a python
10918 command.
10919 (init_cli_cmds): Update documentation strings for "show user" and
10920 "set/show max-user-call-depth" to clarify that it does not apply to
10921 python commands.
10922 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10923 error check.
10924 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10925 gdb python api.
10926 * top.c (execute_command): Only execute a user-defined command as a
10927 legacy macro if c->user_commands is set.
10928
10929 2012-03-01 Tom Tromey <tromey@redhat.com>
10930
10931 * valprint.h (struct generic_val_print_decorations): New.
10932 (generic_val_print): Declare.
10933 * valprint.c (generic_val_print): New function.
10934 * p-valprint.c (p_decorations): New global.
10935 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10936 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10937 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10938 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10939 * m2-valprint.c (m2_decorations): New global.
10940 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10941 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10942 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10943 TYPE_CODE_ERROR>: Call generic_val_print.
10944 * f-valprint.c (f_decorations): New global.
10945 (f_val_print): Use print_function_pointer_address.
10946 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10947 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10948 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10949 generic_val_print.
10950 * c-valprint.c (c_decorations): New global.
10951 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10952 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10953 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10954 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10955 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10956 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10957 case.
10958
10959 2012-03-01 Tom Tromey <tromey@redhat.com>
10960
10961 * valprint.c (val_print): Update.
10962 * p-valprint (pascal_val_print): Return void.
10963 * p-lang.h (pascal_val_print): Return void.
10964 * m2-valprint.c (m2_val_print): Return void.
10965 * m2-lang.h (m2_val_print): Return void.
10966 * language.h (struct language_defn) <la_val_print>: Return void.
10967 * language.c (unk_lang_val_print): Return void.
10968 * jv-valprint.c (java_val_print): Return void.
10969 * jv-lang.h (java_val_print): Return void.
10970 * f-valprint.c (f_val_print): Return void.
10971 * f-lang.h (f_val_print): Return void.
10972 * d-valprint.c (d_val_print): Return void.
10973 (dynamic_array_type): Update.
10974 * d-lang.h (d_val_print): Return void.
10975 * c-valprint.c (c_val_print): Return void.
10976 * c-lang.h (c_val_print): Return void.
10977 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10978 void.
10979 * ada-lang.h (ada_val_print): Return void.
10980
10981 2012-03-01 Tom Tromey <tromey@redhat.com>
10982
10983 * value.h (val_print): Return void.
10984 * valprint.c (val_print): Return void.
10985
10986 2012-03-01 Tom Tromey <tromey@redhat.com>
10987
10988 * value.h (common_val_print): Return void.
10989 * valprint.c (common_val_print): Return void.
10990
10991 2012-03-01 Tom Tromey <tromey@redhat.com>
10992
10993 * value.h (value_print): Return void.
10994 * valprint.c (value_print): Return void.
10995 * p-valprint.c (pascal_value_print): Return void.
10996 * p-lang.h (pascal_value_print): Return void.
10997 * language.h (struct language_defn) <la_value_print>: Return
10998 void.
10999 * language.c (unk_lang_value_print): Return void.
11000 * jv-valprint.c (java_value_print): Return void.
11001 * jv-lang.h (java_value_print): Return void.
11002 * f-valprint.c (c_value_print): Don't declare.
11003 Include c-lang.h.
11004 * c-valprint.c (c_value_print): Return void.
11005 * c-lang.h (c_value_print): Return void.
11006 * ada-valprint.c (ada_value_print): Return void.
11007 * ada-lang.h (ada_value_print): Return void.
11008
11009 2012-03-01 Tom Tromey <tromey@redhat.com>
11010
11011 * value.c (value_primitive_field): Handle virtual base classes.
11012
11013 2012-03-01 Tom Tromey <tromey@redhat.com>
11014
11015 * gdbtypes.h (struct vbase): Remove.
11016
11017 2012-03-01 Tom Tromey <tromey@redhat.com>
11018
11019 * c-valprint.c (print_function_pointer_address): Move...
11020 * valprint.c: ... here. Make non-static.
11021 * m2-valprint.c (print_function_pointer_address): Remove.
11022 * valprint.h (print_function_pointer_address): Declare.
11023
11024 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11025
11026 * NEWS: Document the fact that one can provide a condition when
11027 creating an Ada exception catchpoint.
11028
11029 2012-03-01 Tom Tromey <tromey@redhat.com>
11030
11031 * valprint.c (val_print_type_code_flags): Fix placement of
11032 trailing brace.
11033
11034 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11035
11036 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11037 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11038 environment variable before calling update-copyright.
11039
11040 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11041
11042 * gnulib/extra/update-copyright: Update to the latest from
11043 gnulib's git repository.
11044 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11045 variable to 2 instead of 1.
11046
11047 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11048
11049 * varobj.c (c_value_of_variable): Remove dead code.
11050
11051 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11052
11053 * ada-lex.p (processId): Do not modify already encoded IDs.
11054 Update function documentation.
11055
11056 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11057
11058 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11059 "name" with "struct symbol *name_sym".
11060 * ada-exp.y (write_var_or_type): Update call to
11061 ada_find_renaming_symbol.
11062 "name" with "struct symbol *name_sym". Adjust Implementation
11063 accordingly. Adjust the function documentation.
11064
11065 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11066
11067 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11068 * ada-lang.c (ada_find_any_type): Add advance declaration.
11069 Make static. Replace ada_find_any_symbol by
11070 ada_find_any_type_symbol.
11071 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11072 Improve function description. Make static.
11073 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11074 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11075
11076 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11077
11078 * ada-lang.c (struct tag_args): Delete.
11079 (ada_get_tsd_type): Function body moved up in source file.
11080 (ada_tag_name_1, ada_tag_name_2): Delete.
11081 (ada_get_tsd_from_tag): New function.
11082 (ada_tag_name_from_tsd): New function.
11083 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11084 to determine the tag name.
11085
11086 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11087
11088 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11089 declaration.
11090 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11091 function.
11092
11093 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11094
11095 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11096
11097 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11098
11099 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11100 full searches.
11101
11102 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11103
11104 * ada-lang.c (constrained_packed_array_type): If there is a
11105 parallel XA type, use it to determine the array index type.
11106
11107 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11108
11109 * ada-valprint.c (ada_val_print_1): If our value is a reference
11110 to an array descriptor, dereference it before converting it
11111 to a simple array.
11112
11113 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11114
11115 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11116 creating fixed value.
11117 (ada_value_ind, ada_coerce_ref, assign_component)
11118 (ada_evaluate_subexp): Remove call to unwrap_value before
11119 call to ada_to_fixed_value.
11120
11121 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11122
11123 * ada-lang.c (to_fixed_array_type): Set result's type name.
11124
11125 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11126
11127 * ada-lang.c (catch_ada_exception_command_split): Add new
11128 argument cond_string. Add support for condition at end of
11129 "catch exception" commands.
11130 (ada_decode_exception_location): Add new argument cond_string.
11131 Update call to catch_ada_exception_command_split.
11132 (create_ada_exception_catchpoint): Add new argument cond_string.
11133 Set the breakpoint condition if needed.
11134 (catch_ada_exception_command): Update call to
11135 ada_decode_exception_location.
11136 (ada_decode_assert_location): Add function documentation.
11137 Add support for condition at end of "catch assert" command.
11138 (catch_assert_command): Update calls to ada_decode_assert_location
11139 and create_ada_exception_catchpoint.
11140
11141 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11142
11143 Fix disp-step-syscall.exp: fork: single step over fork.
11144 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11145 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11146 comment, change parameters gdbarch and ptid to regcache. Remove
11147 parameter regcache, initialize gdbarch from regcache here.
11148 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11149 New functions.
11150 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11151 instead.
11152 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11153 'syscall'. Make the 'int' check more strict.
11154
11155 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11156
11157 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11158 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11159 (i386_linux_intx80_sysenter_syscall_record): ... here.
11160 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11161 Use the renamed function name.
11162
11163 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11164
11165 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11166 * breakpoint.c (until_break_command): Likewise.
11167 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11168 * infcall.c (call_function_by_hand): Likewise.
11169 * infcmd.c (finish_forward): Likewise.
11170 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11171
11172 2012-02-28 Tristan Gingold <gingold@adacore.com>
11173
11174 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11175 avoid variable assignments inside condition.
11176
11177 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11178
11179 Fix static analysis issue found by cppcheck.
11180 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11181 uninitialized BUF for size 2.
11182
11183 2012-02-27 Chris Dearman <chris@mips.com>
11184 Nathan Froyd <froydnj@codesourcery.com>
11185 Maciej W. Rozycki <macro@codesourcery.com>
11186
11187 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11188 (mips16_instruction_has_delay_slot): Likewise.
11189 (mips_segment_boundary): Likewise.
11190 (mips_adjust_breakpoint_address): Likewise.
11191 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11192
11193 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11194 Maciej W. Rozycki <macro@codesourcery.com>
11195
11196 * infrun.c (handle_inferior_event): Don't proceed through
11197 shared library trampolines if stepping at the machine
11198 instruction level.
11199
11200 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11201
11202 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11203 too.
11204
11205 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11206
11207 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11208 (sh_stub_unwind_sniffer): New functions.
11209 (sh_stub_unwind): New variable.
11210 (sh_gdbarch_init): Wire everything.
11211
11212 2012-02-27 Pedro Alves <palves@redhat.com>
11213
11214 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11215 (linux_nat_post_attach_wait): Adjust to use
11216 linux_proc_pid_is_stopped.
11217 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11218 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11219 based on pid_is_stopped from both linux-nat.c and
11220 gdbserver/linux-low.c, and renamed.
11221
11222 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11223
11224 * remote.c (remote_watchpoint_addr_within_range): New function.
11225 (init_remote_ops): Use it.
11226
11227 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11228
11229 * target.h (target_watchpoint_addr_within_range): Document macro.
11230
11231 2012-02-24 Pedro Alves <palves@redhat.com>
11232
11233 * stack.c (set_last_displayed_sal): Issue internal_error instead
11234 of warning, and issue it after clearing the last displayed sal.
11235
11236 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11237 Pedro Alves <palves@redhat.com>
11238
11239 * breakpoint.c (until_break_command): Install breakpoints after
11240 all frame manipulations.
11241
11242 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11243
11244 * remote.c (remote_supports_cond_breakpoints): New forward
11245 declaration.
11246 (remote_add_target_side_condition): New function.
11247 (remote_insert_breakpoint): Add target-side breakpoint
11248 conditional if supported.
11249 (remote_insert_hw_breakpoint): Likewise.
11250 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11251 hook.
11252
11253 * target.c (update_current_target): Inherit
11254 to_supports_evaluation_of_breakpoint_conditions.
11255 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11256
11257 * target.h (struct target_ops)
11258 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11259 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11260
11261 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11262 (condition_evaluation_both, condition_evaluation_auto,
11263 condition_evaluation_host, condition_evaluation_target,
11264 condition_evaluation_enums, condition_evaluation_mode_1,
11265 condition_evaluation_mode): New static globals.
11266 (translate_condition_evaluation_mode): New function.
11267 (breakpoint_condition_evaluation_mode): New function.
11268 (gdb_evaluates_breakpoint_condition_p): New function.
11269 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11270 (mark_breakpoint_modified): New function.
11271 (mark_breakpoint_location_modified): New function.
11272 (set_condition_evaluation_mode): New function.
11273 (show_condition_evaluation_mode): New function.
11274 (bp_location_compare_addrs): New function.
11275 (get_first_location_gte_addr): New helper function.
11276 (set_breakpoint_condition): Free condition bytecode if locations
11277 has become unconditional. Call mark_breakpoint_modified (...).
11278 (condition_command): Call update_global_location_list (1) for
11279 breakpoints.
11280 (breakpoint_xfer_memory): Use is_breakpoint (...).
11281 (is_breakpoint): New function.
11282 (parse_cond_to_aexpr): New function.
11283 (build_target_condition_list): New function.
11284 (insert_bp_location): Handle target-side conditional
11285 breakpoints and call build_target_condition_list (...).
11286 (update_inserted_breakpoint_locations): New function.
11287 (insert_breakpoint_locations): Handle target-side conditional
11288 breakpoints.
11289 (bpstat_check_breakpoint_conditions): Add comment.
11290 (bp_condition_evaluator): New function.
11291 (bp_location_condition_evaluator): New function.
11292 (print_breakpoint_location): Print information on where the condition
11293 will be evaluated.
11294 (print_one_breakpoint_location): Likewise.
11295 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11296 breakpoint location.
11297 (force_breakpoint_reinsertion): New functions.
11298 (update_global_location_list): Handle target-side breakpoint
11299 conditions.
11300 Reinsert locations that are already inserted if conditions have
11301 changed.
11302 (bp_location_dtor): Free agent expression bytecode.
11303 (disable_breakpoint): Call mark_breakpoint_modified (...).
11304 Call update_global_location_list (...) with parameter 1 for breakpoints.
11305 (disable_command): Call mark_breakpoint_location_modified (...).
11306 Call update_global_location_list (...) with parameter 1 for breakpoints.
11307 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11308 (enable_command): mark_breakpoint_location_modified (...).
11309 (_initialize_breakpoint): Update documentation and add
11310 condition-evaluation breakpoint subcommand.
11311
11312 * breakpoint.h: Include ax.h.
11313 (condition_list): New data structure.
11314 (condition_status): New enum.
11315 (bp_target_info) <cond_list>: New field.
11316 (bp_location) <condition_changed, cond_bytecode>: New fields.
11317 (is_breakpoint): New prototype.
11318
11319 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11320
11321 * remote.c (remote_state) <cond_breakpoints>: New field.
11322 (PACKET_ConditionalBreakpoints): New enum.
11323 (remote_cond_breakpoint_feature): New function.
11324 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11325 (remote_supports_cond_breakpoints): New function.
11326 (_initialize_remote): Add new packet configuration for
11327 target-side conditional breakpoints.
11328
11329 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11330
11331 * NEWS: Mention target-side conditional breakpoint support,
11332 new condition-evaluation breakpoint subcommand and remote
11333 packet extensions.
11334
11335 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11336
11337 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11338 number.
11339
11340 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11341
11342 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11343 (after_prologue): Remove.
11344
11345 2012-02-23 Tom Tromey <tromey@redhat.com>
11346
11347 * jv-valprint.c (java_val_print): Remove dead code.
11348
11349 2012-02-23 Tristan Gingold <gingold@adacore.com>
11350
11351 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11352 known_tasks_element and known_tasks_length fields.
11353 (read_known_tasks_array): Change argument type. Use pointer type
11354 and number of elements from DATA. Adjust.
11355 (read_known_tasks_list): Likewise.
11356 (get_known_tasks_addr): Remove.
11357 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11358 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11359 type and array length. Merge former get_known_tasks_addr code.
11360
11361 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11362
11363 PR backtrace/13716
11364 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11365 it after set_momentary_breakpoint.
11366
11367 2012-02-22 Sterling Augustine <saugustine@google.com>
11368
11369 PR 13689:
11370 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11371
11372 2012-02-22 Gary Benson <gbenson@redhat.com>
11373
11374 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11375 (find_slot_in_mapped_hash): Likewise.
11376
11377 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11378
11379 PR build/13638
11380 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11381 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11382 * configure: Regenerate.
11383
11384 2012-02-21 Tristan Gingold <gingold@adacore.com>
11385 Pedro Alves <palves@redhat.com>
11386
11387 * ia64-tdep.c: Do not include libunwind-ia64.h.
11388 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11389 Include libunwind-ia64.h instead of libunwind.h.
11390 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11391 for libunwind.h existence.
11392 * configure, config.in: Regenerate.
11393
11394 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11395
11396 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11397 instead of value_rtti_target_type.
11398 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11399 instead of value_rtti_target_type.
11400 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11401 value_rtti_target_type.
11402 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11403 (value_rtti_target_type): Rename to ...
11404 (value_rtti_indirect_type): ... here and make it indirect. Update
11405 function comment.
11406 * value.c (readjust_indirect_value_type): New function.
11407 (coerce_ref): Support for enclosing type setting for references
11408 with readjust_indirect_value_type.
11409 * value.h (readjust_value_type): New declaration.
11410 (value_rtti_target_type): Rename to ...
11411 (value_rtti_indirect_type): ... here.
11412
11413 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11414
11415 * MAINTAINERS (Write After Approval): Add myself to the list.
11416
11417 2012-02-20 Doug Evans <dje@google.com>
11418
11419 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11420 Rename objfile_p_char parameter to objfilep.
11421 (build_objfile_section_table): Result is now void. All callers
11422 updated.
11423 * objfiles.h (struct objfile): Tweak comments, whitespace.
11424 (build_objfile_section_table): Update.
11425
11426 * elfread.c (elf_symfile_segments): Fix warning text.
11427
11428 2012-02-20 Tom Tromey <tromey@redhat.com>
11429
11430 PR gdb/13498:
11431 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11432 particular set of file names once.
11433 (dw2_map_symbol_filenames): Likewise.
11434
11435 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11436
11437 Code cleanup.
11438 * main.c (write_files): Remove the declaration.
11439 (external_editor_command): Move the declaration ...
11440 [GDBTK] (external_editor_command): ... here. Fix the comment.
11441
11442 2012-02-20 Tom Tromey <tromey@redhat.com>
11443
11444 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11445 extraneous block.
11446
11447 2012-02-20 Tristan Gingold <gingold@adacore.com>
11448
11449 * darwin-nat.h (enum darwin_msg_state): Add comments.
11450
11451 2012-02-20 Tristan Gingold <gingold@adacore.com>
11452
11453 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11454 value.
11455
11456 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11457
11458 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11459 between function description and implementation.
11460
11461 2012-02-17 Tom Tromey <tromey@redhat.com>
11462
11463 PR python/12070:
11464 * python/py-event.c (event_object_getset): New global.
11465 (event_object_type): Reference it.
11466 * python/py-type.c (field_object_getset): New global.
11467 (field_object_type): Reference it.
11468 * python/python-internal.h (gdb_py_generic_dict): Declare.
11469 * python/py-utils.c (gdb_py_generic_dict): New function.
11470
11471 2012-02-17 Tristan Gingold <gingold@adacore.com>
11472
11473 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11474
11475 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11476
11477 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11478 TYPE_CALLING_CONVENTION annotation.
11479
11480 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11481
11482 * MAINTAINERS: Add rx to target ISA section.
11483 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11484 (ALLDEPFILES): Add rx-tdep.c.
11485
11486 2012-02-16 Tom Tromey <tromey@redhat.com>
11487
11488 * symfile.c (symbol_file_add_main_1): Use inferior's
11489 symfile_flags.
11490 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11491 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11492 inferior.
11493 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11494 inferior.
11495 (follow_exec): Use inferior's symfile_flags.
11496 * inferior.h (struct inferior) <symfile_flags>: New field.
11497
11498 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11499
11500 PR gdb/9734:
11501 * remote-sim.c (gdbsim_create_inferior): Call error() when
11502 sim_create_inferior() fails.
11503
11504 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11505
11506 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11507
11508 2012-02-16 Tom Tromey <tromey@redhat.com>
11509
11510 PR c++/13653:
11511 * thread.c (struct current_thread_cleanup) <was_removable>: New
11512 field.
11513 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11514 (make_cleanup_restore_current_thread): Initialize new field.
11515
11516 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11517
11518 * MAINTAINERS: Add rl78 to target ISA section.
11519 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11520 (ALLDEPFILES): Add rl78-tdep.c.
11521 * NEWS: Mention rl78 as a new target.
11522
11523 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11524
11525 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11526 data.
11527 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11528
11529 2012-02-15 Tom Tromey <tromey@redhat.com>
11530
11531 PR gdb/12659:
11532 * infcmd.c (registers_info): Print just the current register's
11533 name.
11534
11535 2012-02-15 Tom Tromey <tromey@redhat.com>
11536
11537 * python/py-symbol.c (sympy_value): Use _().
11538
11539 2012-02-15 Pedro Alves <palves@redhat.com>
11540
11541 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11542 output to be like native targets'.
11543 (remote_pid_to_str): Special case the null ptid.
11544
11545 2012-02-14 Stan Shebs <stan@codesourcery.com>
11546
11547 * NEWS: Mention enable count command.
11548 * breakpoint.h (struct breakpoint): New field enable_count.
11549 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11550 (enable_breakpoint): Add arg to call.
11551 (struct disp_data): New struct.
11552 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11553 (do_map_enable_once_breakpoint): Create a struct and pass it.
11554 (do_map_enable_delete_breakpoint): Ditto.
11555 (do_map_enable_count_breakpoint): New function.
11556 (enable_count_command): New function.
11557 (bpstat_stop_status): Decrement enable_count.
11558 (print_one_breakpoint_location): Report enable count.
11559 (_initialize_breakpoint): Add enable count command.
11560
11561 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11562
11563 * rl78-tdep.c (reggroups.h): Include.
11564 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11565 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11566 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11567 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11568 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11569 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11570 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11571 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11572 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11573 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11574 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11575 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11576 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11577 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11578 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11579 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11580 beginning of register list.
11581 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11582 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11583 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11584 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11585 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11586 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11587 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11588 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11589 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11590 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11591 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11592 the pseudo registers. Rearrange other pseudo registers too so
11593 that the bank registers appear at the end.
11594 (rl78_register_type): Account for the fact that the byte sized
11595 bank registers are now pseudo-registers.
11596 (rl78_register_name): Rearrange the register name array. Make
11597 initial set of raw banked registers inaccessible.
11598 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11599 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11600 case for copying bytes back and forth between raw and pseudo
11601 versions of the banked registers. Update other cases to reflect
11602 the changed names.
11603 (rl78_return_value): Update to account for changed names of
11604 raw registers.
11605 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11606 rl78_register_sim_regno().
11607
11608 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11609
11610 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11611 the name parameter being passed to find_pc_partial_function().
11612
11613 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * MAINTAINERS: Step down from being ia64 target maintainer.
11616
11617 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11620 compilation warning.
11621
11622 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 Fix crash on loaded shlibs without loaded exec_bfd.
11625 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11626 (set_section_command): Replace exec_bfd by p->bfd.
11627
11628 2012-02-10 Tom Tromey <tromey@redhat.com>
11629
11630 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11631 when we have a C++ qualified name.
11632
11633 2012-02-10 Pedro Alves <palves@redhat.com>
11634
11635 * inferior.c (inferior_pid_to_str): New.
11636 (print_inferior, inferior_command): Use it.
11637
11638 2012-02-10 Pedro Alves <palves@redhat.com>
11639
11640 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11641 the test CFLAGS.
11642 * configure: Regenerate.
11643
11644 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11645
11646 * linespec.c (decode_line_internal): Fix comment correctness.
11647
11648 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11649
11650 PR gdb/12953
11651 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11652 * amd64bsd-nat.c: Add support for debug registers (adapted from
11653 i386bsd-nat.c).
11654 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11655 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11656 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11657 (amd64bsd_dr_get_control): New functions.
11658 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11659 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11660 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11661 watchpoints initialization.
11662 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11663
11664 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11667 flds_bnds.fields.
11668 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11669
11670 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11671
11672 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11673
11674 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11675
11676 * language.h (symbol_name_cmp_ftype): Renames
11677 symbol_name_match_p_ftype.
11678 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11679 la_get_symbol_name_match_p.
11680 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11681 ada_get_symbol_name_match_p. Update comment.
11682 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11683 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11684 Renames symbol_name_match_p. Update field type.
11685 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11686 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11687 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11688 "la_get_symbol_name_cmp" in comments.
11689 * language.c: Likewise.
11690
11691 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11692
11693 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11694 %eflags offset.
11695 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11696 (amd64_sol2_gregset32_reg_offs): Likewise.
11697
11698 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11699
11700 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11701 of the returned BFD is allocated by GDB.
11702
11703 2012-02-07 Tom Tromey <tromey@redhat.com>
11704
11705 PR python/12027:
11706 * python/python-internal.h (frame_object_type): Declare.
11707 * python/py-symbol.c (sympy_needs_frame): New function.
11708 (sympy_value): New function.
11709 (symbol_object_getset): Add "needs_frame".
11710 (symbol_object_methods): Add "value".
11711 * python/py-frame.c (frame_object_type): No longer static.
11712
11713 2012-02-07 Tom Tromey <tromey@redhat.com>
11714
11715 PR python/13599:
11716 * python/py-symbol.c (sympy_line): New function.
11717 (symbol_object_getset): Add "line".
11718
11719 2012-02-07 Tom Tromey <tromey@redhat.com>
11720
11721 * charset.c (find_charset_names): Check 'in' against NULL.
11722
11723 2012-02-06 Doug Evans <dje@google.com>
11724
11725 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11726 and fields.name members from char * to const char *. All uses updated.
11727 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11728 from char * to const char *. All uses updated.
11729 (type_name_no_tag): Update.
11730 (lookup_unsigned_typename, lookup_signed_typename): Update.
11731 * gdbtypes.c (type_name_no_tag): Change result type
11732 from char * to const char *. All callers updated.
11733 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11734 name parameter from char * to const char *.
11735 * symtab.h (struct cplus_specific): Change type of demangled_name
11736 member from char * to const char *. All uses updated.
11737 (struct general_symbol_info): Change type of name and
11738 mangled_lang.demangled_name members from char * to const char *.
11739 All uses updated.
11740 (symbol_get_demangled_name, symbol_natural_name): Update.
11741 (symbol_demangled_name, symbol_search_name): Update.
11742 * symtab.c (symbol_get_demangled_name): Change result type
11743 from char * to const char *. All callers updated.
11744 (symbol_natural_name, symbol_demangled_name): Ditto.
11745 (symbol_search_name): Ditto.
11746 (completion_list_add_name): Change type of symname,sym_text,
11747 text,word parameters from char * to const char *.
11748 (completion_list_objc_symbol): Change type of sym_text,
11749 text,word parameters from char * to const char *.
11750 * ada-lang.c (find_struct_field): Change type of name parameter
11751 from char * to const char *.
11752 (encoded_ordered_before): Similarly for N0,N1 parameters.
11753 (old_renaming_is_invisible): Similarly for function_name parameter.
11754 (ada_type_name): Change result type from char * to const char *.
11755 All callers updated.
11756 * ada-lang.h (ada_type_name): Update.
11757 * buildsym.c (hashname): Change type of name parameter
11758 from char * to const char *.
11759 * buildsym.h (hashname): Update.
11760 * dbxread.c (end_psymtab): Change type of include_list parameter
11761 from char ** to const char **.
11762 * dwarf2read.c (determine_prefix): Change result type
11763 from char * to const char *. All callers updated.
11764 * f-lang.c (find_common_for_function): Change type of name, funcname
11765 parameters from char * to const char *.
11766 * f-lang.c (find_common_for_function): Update.
11767 * f-valprint.c (list_all_visible_commons): Change type of funcname
11768 parameters from char * to const char *.
11769 * gdbarch.sh (static_transform_name): Change type of name parameter
11770 and result from char * to const char *.
11771 * gdbarch.c: Regenerate.
11772 * gdbarch.h: Regenerate.
11773 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11774 of name parameter from char * to const char *.
11775 * jv-lang.c (java_primitive_type_from_name): Ditto.
11776 (java_demangled_signature_length): Similarly for signature parameter.
11777 (java_demangled_signature_copy): Ditto.
11778 (java_demangle_type_signature): Ditto.
11779 * jv-lang.h (java_primitive_type_from_name): Update.
11780 (java_demangle_type_signature): Update.
11781 * objc-lang.c (specialcmp): Change type of a,b parameters
11782 from char * to const char *.
11783 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11784 from char * to const char *. All callers updated.
11785 * p-lang.h (is_pascal_string_type): Update.
11786 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11787 of name parameter from char * to const char *.
11788 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11789 * utils.c (fprintf_symbol_filtered): Ditto.
11790 * defs.h (fprintf_symbol_filtered): Update.
11791 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11792 * stabsread.h (end_psymtab): Update.
11793 * stack.c (find_frame_funname): Change type of funname parameter
11794 from char ** to const char **.
11795 * stack.h (find_frame_funname): Update.
11796 * typeprint.c (type_print): Change type of varstring parameter
11797 from char * to const char *.
11798 * value.h (type_print): Update.
11799 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11800 from char * to const char *. All callers updated.
11801 (xcoff_end_psymtab): Change type of include_list parameter
11802 from char ** to const char **. All callers updated.
11803 (swap_sym): Similarly for name parameter. All callers updated.
11804 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11805 Use xstrdup.
11806 (process_coff_symbol): Use xstrdup.
11807 * stabsread.c (stabs_method_name_from_physname): Renamed from
11808 update_method_name_from_physname. Change result type from void
11809 to char *. All callers updated.
11810 (read_member_functions): In has_destructor case, store name in objfile
11811 obstack instead of malloc space. In !has_stub case, fix mem leak.
11812
11813 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11814
11815 * configure: Rebuild.
11816 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11817 LDFLAGS.
11818
11819 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11820
11821 * configure.tgt (rl78-*-elf): New target.
11822 * rl78-tdep.c: New file.
11823
11824 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11825
11826 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11827 and continue the loop. Add QUIT statement.
11828
11829 2012-02-03 Tom Tromey <tromey@redhat.com>
11830
11831 PR gdb/13596:
11832 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11833 bfd_lookup_symbol_from_symtab.
11834 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11835 gdb_bfd_lookup_symbol_from_symtab.
11836
11837 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11838
11839 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11840 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11841 symbol. Add assertion that sym2 is never NULL.
11842
11843 2012-02-02 Doug Evans <dje@google.com>
11844
11845 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11846 "name" parameter to const char ** from char **. All callers updated.
11847 (find_pc_partial_function): Ditto.
11848 (cache_pc_function_name): Change type to const char * from char *.
11849 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11850 (find_pc_partial_function): Update.
11851 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11852 type of "name" parameter to const char * from char *.
11853 All uses updated.
11854 * arch-utils.c (generic_in_solib_return_trampoline): Change
11855 type of "name" parameter to const char * from char *.
11856 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11857 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11858 type of "name" parameter to const char * from char *.
11859 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11860 * gdbarch.c: Regenerate.
11861 * gdbarch.h: Regenerate.
11862 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11863 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11864 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11865 type of "name" parameter to const char * from char *.
11866 * skip.c (skip_function_pc): Ditto.
11867 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11868 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11869 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11870 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11871 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11872 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11873 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11874 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11875 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11876
11877 2012-02-02 Pedro Alves <palves@redhat.com>
11878
11879 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11880 the current inferior has no execution. Make sure the current
11881 remote process matches gdb's current inferior.
11882
11883 2012-02-02 Tom Tromey <tromey@redhat.com>
11884
11885 PR gdb/13405:
11886 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11887 read-only memory.
11888
11889 2012-02-02 Tom Tromey <tromey@redhat.com>
11890
11891 PR gdb/9307:
11892 * symtab.c (lookup_language_this): Set block_found.
11893
11894 2012-02-01 Tom Tromey <tromey@redhat.com>
11895
11896 PR gdb/13431:
11897 * jit.c (struct jit_inferior_data): Rewrite.
11898 (struct jit_objfile_data): New.
11899 (get_jit_objfile_data): New function.
11900 (add_objfile_entry): Update.
11901 (jit_read_descriptor): Return int. Replace descriptor_addr
11902 argument with inf_data. Update. Don't call error.
11903 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11904 descriptor here.
11905 (jit_inferior_init): Don't look up descriptor. Don't call error.
11906 (jit_reset_inferior_data_and_breakpoints)
11907 (jit_inferior_created_observer): Remove.
11908 (jit_inferior_exit_hook): Update.
11909 (jit_executable_changed_observer): Remove.
11910 (jit_event_handler): Update.
11911 (free_objfile_data): Reset inferior data if needed.
11912 (_initialize_jit): Update.
11913
11914 2012-02-01 Tom Tromey <tromey@redhat.com>
11915
11916 * jit.c (bfd_open_from_target_memory): Move higher in file.
11917
11918 2012-02-01 Tristan Gingold <gingold@adacore.com>
11919
11920 * libunwind-frame.c (libunwind_load): Display message if dlopen
11921 failed.
11922
11923 2012-02-01 Gary Benson <gbenson@redhat.com>
11924
11925 * symtab.h (symbol_found_callback_ftype): New typedef.
11926 (iterate_over_symbols): Use the above.
11927 * symtab.c (iterate_over_symbols): Likewise.
11928 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11929 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11930 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11931 (iterate_name_matcher): Document return values.
11932 (collect_one_symbol): Likewise.
11933 (collect_function_symbols): Likewise.
11934 (collect_symbols): Likewise.
11935
11936 2012-02-01 Tom Tromey <tromey@redhat.com>
11937
11938 * ada-lang.c (resolve_subexp): Update.
11939 (ada_lookup_symbol_list): Add 'full_search' argument.
11940 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11941 ada_lookup_symbol_list.
11942 (ada_lookup_encoded_symbol): Update.
11943 (get_var_value): Update.
11944 * ada-exp.y (block_lookup): Update.
11945 (write_var_or_type): Update.
11946 (write_name_assoc): Update.
11947 * ada-lang.h (ada_lookup_symbol_list): Update.
11948
11949 2012-01-31 Tom Tromey <tromey@redhat.com>
11950
11951 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11952 comment.
11953
11954 2012-01-31 Doug Evans <dje@google.com>
11955
11956 * symtab.h: Remove outdated comment.
11957 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11958
11959 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11960
11961 Fix build error in Darwin port.
11962 * i386-darwin-nat.c: Include i386-nat.h.
11963
11964 2012-01-30 Tom Tromey <tromey@redhat.com>
11965
11966 PR breakpoints/13568:
11967 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11968 argument. Check for recursive includes.
11969 (dwarf_decode_macros): Create an include hash.
11970
11971 2012-01-30 Michael Eager <eager@eagercon.com>
11972
11973 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11974 * ppc-linux-tdep.c: Include glibc-tdep.h.
11975 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11976 (powerpc_linux_in_plt_stub): New function.
11977 (powerpc_linux_in_dynsym_resolve_code): New function.
11978 (ppc_skip_trampoline_code): New function.
11979 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11980 Use glibc_skip_solib_resolver.
11981
11982 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11983
11984 Code cleanup: Make 1440 bytes of data segment read-only.
11985 * arch-utils.c (endian_enum): Make it const char *const [].
11986 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11987 Likewise.
11988 * breakpoint.c (always_inserted_enums): Likewise.
11989 * cli/cli-cmds.c (script_ext_enums): Likewise.
11990 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11991 enumlist parameter const char *const *.
11992 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11993 const char *const *.
11994 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11995 parameter const char *const *.
11996 * cris-tdep.c (cris_modes): Make it const char *const [].
11997 * filesystem.c (target_file_system_kinds): Likewise.
11998 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11999 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12000 (can_use_displaced_stepping_enum, scheduler_enums)
12001 (exec_direction_names): Likewise.
12002 * language.c (_initialize_language): Make the type_or_range_names and
12003 case_sensitive_names variables const char *const [].
12004 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12005 * python/python.c (python_excp_enums): Likewise.
12006 * remote.c (interrupt_sequence_modes): Likewise.
12007 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12008 * serial.c (logbase_enums): Likewise.
12009 * sh-tdep.c (sh_cc_enum): Likewise.
12010 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12011 Likewise.
12012 * symtab.c (multiple_symbols_modes): Likewise.
12013 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12014 Likewise.
12015 * utils.c (internal_problem_modes): Likewise.
12016
12017 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12020 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12021 result.
12022
12023 2012-01-27 Doug Evans <dje@google.com>
12024
12025 * configure.ac (with_python): Fix absolute path handling for win32.
12026 * configure: Regenerate.
12027
12028 2012-01-26 Doug Evans <dje@google.com>
12029
12030 * symtab.c: Whitespace cleanup, no code changes.
12031
12032 * symtab.c (lookup_symbol_in_language): Improve comment.
12033 (lookup_symbol_aux): Fix comment.
12034
12035 * psymtab.c (add_psymbol_to_list): Result is now "void".
12036 * psympriv.h (add_psymbol_to_list): Update.
12037
12038 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12039
12040 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12041
12042 Do not open script filenames twice.
12043 * cli/cli-cmds.c (source_script_from_stream): Pass to
12044 source_python_script also STREAM.
12045 * python/py-auto-load.c (source_section_scripts): Pass to
12046 source_python_script_for_objfile also STREAM.
12047 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12048 also INPUT.
12049 * python/python-internal.h (source_python_script_for_objfile): New
12050 parameter file, rename parameter file to filename.
12051 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12052 instead if !_WIN32. Update the function comment.
12053 (source_python_script, source_python_script_for_objfile)
12054 (source_python_script): New parameter file, rename parameter file to
12055 filename. Pass FILENAME to python_run_simple_file.
12056 * python/python.h (source_python_script): New parameter file, rename
12057 parameter file to filename.
12058
12059 2012-01-26 Pedro Alves <palves@redhat.com>
12060
12061 * corelow.c (core_has_fake_pid): Delete.
12062 (core_close): Delete references to `core_has_fake_pid'.
12063 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12064 (core_open): Delete references to `core_has_fake_pid'.
12065 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12066 the removed global.
12067
12068 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12069
12070 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12071 Remove language parameter from name_matcher. Adjust the comment.
12072 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12073 Remove language parameter.
12074 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12075 * linespec.c (iterate_name_matcher): Likewise.
12076 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12077 name_matcher. Adjust call accordingly.
12078 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12079 (maintenance_check_symtabs): Adjust type of parameter "fun".
12080 * psymtab.h (maintenance_check_symtabs): Likewise.
12081
12082 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12083
12084 * language.h (symbol_name_match_p_ftype): New typedef.
12085 (struct language_defn): Replace field la_symbol_name_compare
12086 by la_get_symbol_name_match_p.
12087 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12088 (ada_language_defn): Use it.
12089 * linespec.c (struct symbol_matcher_data): New type.
12090 (iterate_name_matcher): Rewrite.
12091 (iterate_over_all_matching_symtabs): Pass a pointer to
12092 a symbol_matcher_data struct to expand_symtabs_matching
12093 instead of just the lookup name.
12094 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12095 opencl-lang.c, p-lang.c, language.c: Delete field
12096 la_symbol_name_compare, and replace by NULL for new field
12097 la_get_symbol_name_match_p.
12098 * symfile.h (struct quick_symbol_functions): Update comment.
12099
12100 2012-01-25 Tom Tromey <tromey@redhat.com>
12101
12102 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12103 dereferencing.
12104
12105 2012-01-24 Tom Tromey <tromey@redhat.com>
12106
12107 PR symtab/12406:
12108 * solib.c (update_solib_list): Update the program space's
12109 added_solibs and deleted_solibs fields.
12110 * progspace.h (struct program_space) <added_solibs,
12111 deleted_solibs>: New fields.
12112 (clear_program_space_solib_cache): Declare.
12113 * progspace.c (release_program_space): Call
12114 clear_program_space_solib_cache.
12115 (clear_program_space_solib_cache): New function.
12116 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12117 bpstat_stop_status. Use handle_solib_event.
12118 * breakpoint.c: Include gdb_regex.h.
12119 (print_solib_event): New function.
12120 (bpstat_print): Use print_solib_event.
12121 (bpstat_stop_status): Add special case for bp_shlib_event.
12122 (handle_solib_event): New function.
12123 (bpstat_what): Use handle_solib_event.
12124 (struct solib_catchpoint): New.
12125 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12126 (breakpoint_hit_catch_solib, check_status_catch_solib)
12127 (print_it_catch_solib, print_one_catch_solib)
12128 (print_mention_catch_solib, print_recreate_catch_solib): New
12129 functions.
12130 (catch_solib_breakpoint_ops): New global.
12131 (catch_load_or_unload, catch_load_command_1)
12132 (catch_unload_command_1): New functions.
12133 (internal_bkpt_check_status): Add special case for
12134 bp_shlib_event.
12135 (internal_bkpt_print_it): Use print_solib_event.
12136 (initialize_breakpoint_ops): Initialize
12137 catch_solib_breakpoint_ops.
12138 (_initialize_breakpoint): Register "catch load" and "catch
12139 unload".
12140 * breakpoint.h (handle_solib_event): Declare.
12141 * NEWS: Add entry for "catch load" and "catch unload".
12142
12143 2012-01-24 Tom Tromey <tromey@redhat.com>
12144
12145 * ada-lang.c: Include gdb_vecs.h.
12146 * charset.c: Include gdb_vecs.h.
12147 * tracepoint.h: Include gdb_vecs.h.
12148 * gdb_vecs.h: New file.
12149
12150 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12151
12152 * breakpoint.c (breakpoint_hit_catch_fork)
12153 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12154 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12155 * infrun.c (inferior_has_forked, inferior_has_vforked)
12156 (inferior_has_execd, inferior_has_called_syscall): Delete.
12157 (handle_syscall_event): Get syscall_number from the execution
12158 control state's wait status.
12159 (wait_for_inferior): Don't clear syscall_number.
12160
12161 2012-01-24 Pedro Alves <palves@redhat.com>
12162
12163 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12164 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12165 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12166 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12167 `ws' parameter.
12168 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12169 false for events other than TARGET_SIGNAL_TRAP.
12170 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12171 Add `ws' parameter.
12172 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12173 events other than TARGET_SIGNAL_TRAP.
12174 (tracepoint_breakpoint_hit): Add `ws' parameter.
12175 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12176 parameter.
12177 (bpstat_stop_status): Same.
12178 (pc_at_non_inline_function): Same.
12179 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12180 to pass the current event's waitstatus to bpstat_stop_status
12181 and pc_at_non_inline_function.
12182
12183 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 Code cleanup.
12186 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12187 Update the function comment for it.
12188 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12189 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12190 for STREAM.
12191
12192 2012-01-24 Pedro Alves <palves@redhat.com>
12193
12194 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12195 outside `bs->stop' block.
12196 (bpstat_what): Rework bp_shlib_event handling.
12197 (internal_bkpt_check_status): If the breakpoint is a
12198 bp_shlib_event, then set bs->stop and bs->print if
12199 stop_on_solib_events is set.
12200
12201 2012-01-24 Gary Benson <gbenson@redhat.com>
12202
12203 Delete #if 0'd out code.
12204 * stack.c (print_frame_label_vars): Remove.
12205 (catch_info): Likewise.
12206 (_initialize_stack): Remove "info catch" command.
12207 * NEWS: Mention the above.
12208
12209 2012-01-24 Pedro Alves <palves@redhat.com>
12210
12211 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12212 it.
12213 (remote_notice_new_inferior): If the remote end doesn't support
12214 the multiprocess extensions, then the PID is fake.
12215 (add_current_inferior_and_thread): New.
12216 (remote_start_remote): Use it.
12217 (extended_remote_attach_1): Adjust.
12218 (extended_remote_create_inferior_1): Use
12219 add_current_inferior_and_thread.
12220
12221 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 Fix watchpoints to be specific for each inferior.
12224 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12225 current_program_space.
12226 * i386-nat.c (i386_inferior_data_cleanup): New.
12227 (i386_inferior_data_get): Replace variable inf_data_local by an
12228 inferior_data call.
12229 (i386_use_watchpoints): Initialize i386_inferior_data.
12230 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12231 specific iterate_over_lwps.
12232
12233 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12234
12235 Fix watchpoints across inferior fork.
12236 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12237 comment for linux_nat_iterate_watchpoint_lwps.
12238 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12239 linux_nat_iterate_watchpoint_lwps.
12240 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12241 * i386-linux-nat.c (update_debug_registers_callback): Update the
12242 comment for linux_nat_iterate_watchpoint_lwps.
12243 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12244 linux_nat_iterate_watchpoint_lwps.
12245 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12246 * i386-nat.c: Include inferior.h.
12247 (dr_mirror): Remove.
12248 (i386_inferior_data, struct i386_inferior_data)
12249 (i386_inferior_data_get): New.
12250 (i386_debug_reg_state): Use i386_inferior_data_get.
12251 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12252 (i386_insert_watchpoint, i386_remove_watchpoint)
12253 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12254 (i386_remove_hw_breakpoint): New variable state, use
12255 i386_debug_reg_state instead of DR_MIRROR.
12256 * linux-nat.c (delete_lwp): New declaration.
12257 (num_lwps): Move here from downwards.
12258 (delete_lwp_cleanup): New.
12259 (linux_child_follow_fork): Create new child_lp, call
12260 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12261 PTRACE_DETACH.
12262 (num_lwps): Move upwards.
12263 (linux_nat_iterate_watchpoint_lwps): New.
12264 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12265 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12266
12267 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12268
12269 GDB 7.4 released.
12270
12271 2012-01-23 Pedro Alves <palves@redhat.com>
12272
12273 * top.c (caution): Rename to ...
12274 (confirm): ... this.
12275 (show_caution): Rename to ...
12276 (show_confirm): ... this.
12277 (quit_cover): Adjust.
12278 (init_main): Adjust.
12279 * top.h (caution): Rename to ...
12280 (confirm): ... this.
12281 * utils.c (internal_vproblem, defaulted_query): Adjust.
12282
12283 2012-01-23 Pedro Alves <palves@redhat.com>
12284
12285 * top.c (caution): Update comment.
12286 (execute_command): Don't consider the current value of `caution'.
12287
12288 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12291
12292 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12293
12294 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12295 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12296 * target.c (target_fileio_pwrite): Remove buffer address from
12297 debug output.
12298 (target_fileio_pread): Likewise.
12299
12300 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12301
12302 * NEWS: Document remote "info proc" and "generate-core-file".
12303
12304 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12305
12306 * gdbarch.sh (find_memory_regions): New callback.
12307 * gdbarch.c, gdbarch.h: Regenerate.
12308
12309 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12310 callback before falling back to target method.
12311
12312 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12313 (linux_target_install_ops): No longer install it.
12314
12315 * linux-tdep.c (linux_find_memory_regions): New function.
12316 (linux_init_abi): Install it.
12317
12318 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12319
12320 * gdbarch.sh (make_corefile_notes): New architecture callback.
12321 * gdbarch.c: Regenerate.
12322 * gdbarch.h: Likewise.
12323
12324 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12325 before target_make_corefile_notes. If NULL is returned, the
12326 target does not support core file generation.
12327
12328 * linux-nat.c: Include "linux-tdep.h".
12329 (find_signalled_thread, find_stop_signal): Remove.
12330 (linux_nat_do_thread_registers): Likewise.
12331 (struct linux_nat_corefile_thread_data): Likewise.
12332 (linux_nat_corefile_thread_callback): Likewise.
12333 (iterate_over_spus): Likewise.
12334 (struct linux_spu_corefile_data): Likewise.
12335 (linux_spu_corefile_callback): Likewise.
12336 (linux_spu_make_corefile_notes): Likewise.
12337 (linux_nat_collect_thread_registers): New function.
12338 (linux_nat_make_corefile_notes): Replace contents by call to
12339 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12340 as native-only callback.
12341
12342 * linux-tdep.h: Include "bfd.h".
12343 (struct regcache): Add forward declaration.
12344 (linux_collect_thread_registers_ftype): New typedef.
12345 (linux_make_corefile_notes): Add prototype.
12346 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12347 "regset.h", and "elf-bfd.h".
12348 (find_signalled_thread, find_stop_signal): New functions.
12349 (linux_spu_make_corefile_notes): Likewise.
12350 (linux_collect_thread_registers): Likewise.
12351 (struct linux_corefile_thread_data): New data structure.
12352 (linux_corefile_thread_callback): New funcion.
12353 (linux_make_corefile_notes): Likewise.
12354 (linux_make_corefile_notes_1): Likewise.
12355 (linux_init_abi): Install it.
12356
12357 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12358
12359 * gdbarch.sh (info_proc): New callback.
12360 * gdbarch.c, gdbarch.h: Regenerate.
12361
12362 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12363 before falling back to the target info_proc callback.
12364
12365 * linux-nat.c: Do not include "cli/cli-utils.h".
12366 (linux_nat_info_proc): Remove.
12367 (linux_target_install_ops): No longer install it.
12368
12369 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12370 (read_mapping): New function.
12371 (linux_info_proc): Likewise.
12372 (linux_init_abi): Install it.
12373
12374 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12375
12376 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12377 * infcmd.c: (info_proc_cmd_1): New function.
12378 (info_proc_cmd): New function, moved here from equivalent routine
12379 orignally in linux-nat.c.
12380 (info_proc_cmd_mappings): Likewise.
12381 (info_proc_cmd_stat): Likewise.
12382 (info_proc_cmd_status): Likewise.
12383 (info_proc_cmd_cwd): Likewise.
12384 (info_proc_cmd_cmdline): Likewise.
12385 (info_proc_cmd_exe): Likewise.
12386 (info_proc_cmd_all): Likewise.
12387 (_initialize_infcmd): Install "info proc" command and subcommands.
12388
12389 * target.h (struct target_ops): Add to_info_proc.
12390 (target_info_proc): Add prototype.
12391 * target.c (target_info_proc): New function.
12392
12393 * procfs.c (procfs_info_proc): Add prototype.
12394 (info_proc_cmd): Rename into ...
12395 (procfs_info_proc): ... this. Update argument types as appropriate
12396 for a to_info_proc implementation. Handle "what" argument.
12397 (procfs_target): Install procfs_info_proc.
12398 (_initialize_procfs): No longer install "info proc" command.
12399
12400 * linux-nat.c: (enum info_proc_what): Remove.
12401 (linux_nat_info_proc_cmd_1): Rename into ...
12402 (linux_nat_info_proc): ... this. Update argument types as appropriate
12403 for a to_info_proc implementation.
12404 (linux_nat_info_proc_cmd): Remove.
12405 (linux_nat_info_proc_cmd_mappings): Likewise.
12406 (linux_nat_info_proc_cmd_stat): Likewise.
12407 (linux_nat_info_proc_cmd_status): Likewise.
12408 (linux_nat_info_proc_cmd_cwd): Likewise.
12409 (linux_nat_info_proc_cmd_cmdline): Likewise.
12410 (linux_nat_info_proc_cmd_exe): Likewise.
12411 (linux_nat_info_proc_cmd_all): Likewise.
12412 (linux_target_install_ops): Install linux_nat_info_proc.
12413 (_initialize_linux_nat): No longer install "info proc" command
12414 and subcommands.
12415
12416 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12417
12418 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12419 * config.in, configure: Regenerate.
12420
12421 * target.h (struct target_ops): Add to_fileio_readlink.
12422 (target_fileio_readlink): Add prototype.
12423 * target.c (target_fileio_readlink): New function.
12424
12425 * inf-child.c: Conditionally include <sys/param.h>.
12426 (inf_child_fileio_readlink): New function.
12427 (inf_child_target): Install it.
12428
12429 * remote.c (PACKET_vFile_readlink): New enum value.
12430 (remote_hostio_readlink): New function.
12431 (init_remote_ops): Install it.
12432 (_initialize_remote): Handle vFile:readlink packet type.
12433
12434 2012-01-20 Pedro Alves <palves@redhat.com>
12435 Ulrich Weigand <ulrich.weigand@linaro.org>
12436
12437 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12438 * config.in, configure: Regenerate.
12439
12440 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12441 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12442 (target_fileio_open): Add prototype.
12443 (target_fileio_pwrite): Likewise.
12444 (target_fileio_pread): Likewise.
12445 (target_fileio_close): Likewise.
12446 (target_fileio_unlink): Likewise.
12447 (target_fileio_read_alloc): Likewise.
12448 (target_fileio_read_stralloc): Likewise.
12449
12450 * target.c: Include "gdb/fileio.h".
12451 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12452 (default_fileio_target): New function.
12453 (target_fileio_open): Likewise.
12454 (target_fileio_pwrite): Likewise.
12455 (target_fileio_pread): Likewise.
12456 (target_fileio_close): Likewise.
12457 (target_fileio_unlink): Likewise.
12458 (target_fileio_close_cleanup): Likewise.
12459 (target_fileio_read_alloc_1): Likewise.
12460 (target_fileio_read_alloc): Likewise.
12461 (target_fileio_read_stralloc): Likewise.
12462
12463 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12464 <fcntl.h>, and <unistd.h>.
12465 (inf_child_fileio_open_flags_to_host): New function.
12466 (inf_child_errno_to_fileio_error): Likewise.
12467 (inf_child_fileio_open): Likewise.
12468 (inf_child_fileio_pwrite): Likewise.
12469 (inf_child_fileio_pread): Likewise.
12470 (inf_child_fileio_close): Likewise.
12471 (inf_child_fileio_unlink): Likewise.
12472 (inf_child_target): Install to_fileio routines.
12473
12474 * remote.c (init_remote_ops): Install to_fileio routines.
12475
12476 2012-01-20 Pedro Alves <palves@redhat.com>
12477 Ulrich Weigand <ulrich.weigand@linaro.org>
12478
12479 * remote.c (remote_multi_process_p): Only check for multi-process
12480 protocol feature, do not check for extended protocol.
12481 (remote_supports_multi_process): Check for extended protocol here.
12482 (set_general_process): Likewise.
12483 (extended_remote_kill): Likewise.
12484 (remote_pid_to_str): Likewise.
12485 (remote_query_supported): Always query multiprocess mode.
12486
12487 2012-01-20 Pedro Alves <palves@redhat.com>
12488 Ulrich Weigand <ulrich.weigand@linaro.org>
12489
12490 * inferior.h (struct inferior): Add fake_pid_p.
12491 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12492 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12493 magic_null_ptid since the remote side doesn't provide a real PID.
12494
12495 2012-01-19 Tom Tromey <tromey@redhat.com>
12496
12497 * NEWS: Combine the two Python sections.
12498
12499 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12500
12501 * target.h (target_close): Update comment on the target's unpush state.
12502
12503 2012-01-19 Pedro Alves <palves@redhat.com>
12504
12505 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12506 linux_nat_async directly instead of going through the target
12507 vector.
12508 * target.c (unpush_target): Close target after unpushing it, not
12509 before.
12510
12511 2012-01-19 Gary Benson <gbenson@redhat.com>
12512
12513 * mdebugread.c (sort_blocks): Replace integer constants with ones
12514 derived from FIRST_LOCAL_BLOCK.
12515
12516 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12517 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 PR gdb/9538
12520 * symfile.c (find_separate_debug_file): New function.
12521 (terminate_after_last_dir_separator): Likewise.
12522 (find_separate_debug_file_by_debuglink): Also try realpath.
12523 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12524 * configure: Regenerate.
12525 * config.in: Regenerate.
12526
12527 2012-01-18 Doug Evans <dje@google.com>
12528
12529 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12530 (main.o): Remove rule.
12531 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12532 (--with-sysroot): Rewrite.
12533 * configure: Regenerate.
12534 * config.in: Regenerate.
12535
12536 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12537
12538 * parse.c (initialize_expout): New function.
12539 (reallocate_expout): Likewise.
12540 (parse_exp_in_context): Use `initialize_expout' and
12541 `reallocate_expout' when appropriate.
12542
12543 2012-01-18 Pedro Alves <palves@redhat.com>
12544
12545 * record.c (struct record_breakpoint, record_breakpoint_p)
12546 (record_breakpoints): New.
12547 (record_insert_breakpoint, record_remove_breakpoint): Manage
12548 record breakpoints list. Only remove breakpoints from the
12549 inferior if they had been inserted there in the first place.
12550
12551 2012-01-17 Doug Evans <dje@google.com>
12552
12553 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12554 if we know we don't have a file name to look for.
12555
12556 2012-01-17 Pedro Alves <palves@redhat.com>
12557
12558 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12559 the frame's stop reason is UNWIND_UNAVAILABLE.
12560
12561 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12562
12563 Fix compilation error.
12564 * m2-exp.y (yyerror): Use ANSI C prototype.
12565
12566 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12567
12568 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12569 (growbuf_by_size): Likewise.
12570 (yyerror): Likewise.
12571 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12572 (modblock): Remove variable (was #if 0'ed).
12573 (parse_number): Convert prototype from K&R to ANSI C.
12574 (yyerror): Likewise.
12575 * objc-exp.y (parse_number): Likewise.
12576 (yyerror): Likewise.
12577 (yylex): Remove #if 0'ed code.
12578 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12579 (yyerror): Likewise.
12580
12581 2012-01-16 Tom Tromey <tromey@redhat.com>
12582
12583 * NEWS: Add item.
12584 * symtab.h (compare_filenames_for_search): Declare.
12585 * symtab.c (compare_filenames_for_search): New function.
12586 (iterate_over_some_symtabs): Use it.
12587 * symfile.h (struct quick_symbol_functions)
12588 <map_symtabs_matching_filename>: Change spec.
12589 * psymtab.c (partial_map_symtabs_matching_filename): Use
12590 compare_filenames_for_search. Update for new spec.
12591 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12592 compare_filenames_for_search. Update for new spec.
12593 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12594
12595 2012-01-16 Tom Tromey <tromey@redhat.com>
12596
12597 PR python/13281:
12598 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12599 (struct main_type) <flag_flag_enum>: New field.
12600 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12601 * NEWS: Add entries.
12602 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12603 enums.
12604 * python/lib/gdb/printing.py (_EnumInstance): New class.
12605 (FlagEnumerationPrinter): Likewise.
12606
12607 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12608
12609 * breakpoint.c (create_sals_from_address_default): New function.
12610 (create_breakpoints_sal_default): Likewise.
12611 (decode_linespec_default): Likewise.
12612 (is_marker_spec): Removed.
12613 (strace_marker_p): New function.
12614 (init_breakpoint_sal): Using `strace_marker_p' instead of
12615 `is_marker_spec'.
12616 (create_breakpoint): Call method `create_sals_from_address' from
12617 breakpoint_ops, replacing code that created SALs conditionally
12618 on the type of the breakpoint. Call method `create_breakpoints_sal',
12619 replacing code that created breakpoints conditionally on the type
12620 wanted.
12621 (base_breakpoint_create_sals_from_address): New function.
12622 (base_breakpoint_create_breakpoints_sal): Likewise.
12623 (base_breakpoint_decode_linespec): Likewise.
12624 (base_breakpoint_ops): Add methods
12625 `base_breakpoint_create_sals_from_address',
12626 `base_breakpoint_create_breakpoints_sal' and
12627 `base_breakpoint_decode_linespec'.
12628 (bkpt_create_sals_from_address): New function.
12629 (bkpt_create_breakpoints_sal): Likewise.
12630 (bkpt_decode_linespec): Likewise.
12631 (tracepoint_create_sals_from_address): Likewise.
12632 (tracepoint_create_breakpoints_sal): Likewise.
12633 (tracepoint_decode_linespec): Likewise.
12634 (strace_marker_create_sals_from_address): Likewise.
12635 (strace_marker_create_breakpoints_sal): Likewise.
12636 (strace_marker_decode_linespec): Likewise.
12637 (strace_marker_breakpoint_ops): New variable.
12638 (addr_string_to_sals): Remove `marker_spec'. Call method
12639 `decode_linespec' from breakpoint_ops, replacing code that decoded
12640 an address string into a SAL. Use `strace_marker_p' instead of
12641 `marker_spec'.
12642 (strace_command): Decide whether we are dealing with a static
12643 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12644 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12645 * breakpoint.h (linespec_result, linespec_sals): New forward
12646 declarations.
12647 (breakpoint_ops) <create_sals_from_address>,
12648 <create_breakpoints_sal>, <decode_linespec>: New methods.
12649
12650 2012-01-14 Doug Evans <dje@google.com>
12651
12652 * NEWS: Update text for "maint set python print-stack".
12653 It is deprecated in gdb 7.4 and deleted in 7.5.
12654
12655 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12656
12657 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12658 including curses.h.
12659
12660 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 * configure: Regenerate.
12663 * config.in: Regenerate.
12664
12665 2012-01-12 Keith Seitz <keiths@redhat.com>
12666
12667 PR mi/10586
12668 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12669 (ANONYMOUS_UNION_NAME): Define.
12670 (is_path_expr_parent): New function.
12671 (get_path_expr_parent): New function.
12672 (is_anonymous_child): New function.
12673 (create_child_with_value): If the child is anonymous and without
12674 a name, assign an object name to it.
12675 (c_describe_child): Use get_path_expr_parent to determine
12676 the parent expression.
12677 If there field represents an anonymous struct or union and
12678 has no name, set an appropriate display name and expression.
12679 (cplus_describe_child): Likewise.
12680
12681 2012-01-12 Pedro Alves <palves@redhat.com>
12682
12683 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12684 available when %ebp is found to be zero (outermost).
12685
12686 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12687
12688 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12689 an internal gdb_static_assert.
12690 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12691
12692 2012-01-11 Tom Tromey <tromey@redhat.com>
12693
12694 PR gdb/9598:
12695 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12696 catch" and "catch throw".
12697
12698 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12699
12700 * blockframe.c (block_innermost_frame): Start search from selected
12701 frame, if present, or otherwise the current frame.
12702
12703 * c-exp.y (variable): Update innermost_block for
12704 'block COLONCOLON NAME' clause.
12705 * m2-exp.y (variable): Ditto.
12706 * objc-exp.y (variable): Ditto.
12707
12708 2012-01-10 Tom Tromey <tromey@redhat.com>
12709
12710 PR python/13199:
12711 * python/python.c (finish_python_initialization): Set sys.argv.
12712
12713 2012-01-10 Doug Evans <dje@google.com>
12714
12715 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12716 "want_line_info". All callers updated.
12717 (dwarf_decode_lines_1): New function.
12718 (handle_DW_AT_stmt_list): Add function comment.
12719 New arg "want_line_info". All callers updated.
12720 (read_file_scope,read_type_unit_scope): Move comment from
12721 handle_DW_AT_stmt_list to here.
12722
12723 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12724
12725 Fix regression after libiberty/ update for GCC PR 6057 and others.
12726 * c-exp.y (operator) <OPERATOR DELETE>
12727 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12728 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12729 (make_builtin_type, make_name): New variable i, add gdb_assert.
12730 (operator) <OPERATOR NEW>: Update ARGS to 3.
12731 (operator) <OPERATOR DELETE>: Add trailing space.
12732 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12733 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12734 * cp-support.c (cp_canonicalize_string): Check NULL from
12735 cp_comp_to_string, call warning and return.
12736
12737 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 Fix duplicate .o files after omitting libbfd.a.
12740 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12741 (SFILES): Add corelow.c.
12742 (COMMON_OBS): Add corelow.o.
12743 (ALLDEPFILES): Remove corelow.c.
12744 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12745 * config/alpha/alpha-osf3.mh: Likewise.
12746 * config/alpha/fbsd.mh: Likewise.
12747 * config/arm/nbsdaout.mh: Likewise.
12748 * config/arm/nbsdelf.mh: Likewise.
12749 * config/i386/i386gnu.mh: Likewise.
12750 * config/ia64/hpux.mh: Likewise.
12751 * config/ia64/linux.mh: Likewise.
12752 * config/m32r/linux.mh: Likewise.
12753 * config/m68k/linux.mh: Likewise.
12754 * config/mips/irix5.mh: Likewise.
12755 * config/mips/irix6.mh: Likewise.
12756 * config/pa/hpux.mh: Likewise.
12757 * config/pa/linux.mh: Likewise.
12758 * config/powerpc/aix.mh: Likewise.
12759 * config/sparc/linux.mh: Likewise.
12760 * config/sparc/linux64.mh: Likewise.
12761 * config/sparc/sol2.mh: Likewise.
12762 * config/vax/vax.mh: Likewise.
12763 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12764 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12765 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12766 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12767 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12768 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12769 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12770 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12771 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12772 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12773 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12774 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12775 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12776 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12777 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12778 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12779 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12780 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12781 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12782 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12783 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12784 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12785 corelow.o from gdb_target_obs.
12786 * corefile.c (core_target): Update the comment on NULL value.
12787 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12788 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12789 MATCHES. Drop YUMMY set on NULL.
12790 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12791 reclaim CORE_DATA if it is already NULL.
12792
12793 2012-01-09 Doug Evans <dje@google.com>
12794
12795 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12796 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12797
12798 2012-01-09 Keith Seitz <keiths@redhat.com>
12799
12800 * breakpoint.c (wrapper.h): Don't include.
12801
12802 2012-01-09 Keith Seitz <keiths@redhat.com>
12803
12804 * Makefile.in (SFILES): Remove wrapper.c.
12805 (HFILES_NO_SRCDIR): Remove wrapper.h.
12806 (COMMON_OBS): Remove wrapper.o.
12807 * cli/cli-interp.c: Don't inlude wrapper.h.
12808 * corelow.c: Likewise.
12809 (core_open): Replace gdb_target_find_new_threads with
12810 TRY_CATCH around target_find_new_threads.
12811 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12812 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12813 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12814 evaluate_expression.
12815 (varobj_set_value): Likewise for evaluate_expression and
12816 value_assign.
12817 (install_new_variable): Likewise for value_fetch_lazy.
12818 (adjust_value_for_child_access): Likewise for value_ind.
12819 (c_describe_child): Likewise for value_subscript and
12820 value_ind.
12821 (c_value_of_root): Likewise for evaluate_expression.
12822 * wrapper.c: Remove.
12823 * wrapper.h: Remove.
12824
12825 2012-01-09 Doug Evans <dje@google.com>
12826
12827 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12828 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12829 "abfd" args with "section". All callers updated.
12830 Error checking code moved ...
12831 (error_check_comp_unit_head): ... here. New function.
12832 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12833 Delete arg "abfd". New arg "type_offset". All callers updated.
12834 (create_debug_types_hash_table): Simplify by using
12835 read_and_check_type_unit_head.
12836
12837 * parser-defs.h (namecopy): Delete.
12838 * parse.c (namecopy, namecopy_size): Move into copy_name.
12839
12840 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 Partially fix duplicate .o files after omitting libbfd.a.
12843 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12844 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12845 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12846 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12847 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12848 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12849 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12850
12851 2012-01-09 Pedro Alves <palves@redhat.com>
12852
12853 * MAINTAINERS: Update my email address.
12854
12855 2012-01-08 Doug Evans <dje@google.com>
12856
12857 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12858 n_type_units. Rename type_comp_units to all_type_units.
12859 All uses updated.
12860 (add_signatured_type_cu_to_table): Renamed from
12861 add_signatured_type_cu_to_list. All callers updated.
12862
12863 * gdbtypes.h (struct cplus_struct_type): Delete member
12864 nfn_fields_total. All uses removed.
12865
12866 2012-01-06 Doug Evans <dje@google.com>
12867
12868 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12869 to top of file.
12870 (dwarf2_find_comp_unit): Delete.
12871 (process_psymtab_comp_unit): Make result "void".
12872 Delete args buffer, info_ptr, buffer_size, and replace with
12873 "section". All callers updated.
12874 (dwarf2_build_psymtabs_hard): Simplify.
12875
12876 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12877 Thiago Jung Bauermann <bauerman@br.ibm.com>
12878
12879 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12880 before `struct gdb_exception'.
12881 * breakpoint.c (update_global_location_list_nothrow)
12882 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12883 * cp-abi.c (value_rtti_type): Likewise.
12884 * cp-support.c (cp_validate_operator): Likewise.
12885 * infrun.c (insert_exception_resume_breakpoint)
12886 (check_exception_resume, keep_going): Likewise.
12887 * mi-interp.c (mi_breakpoint_created)
12888 (mi_breakpoint_modified): Likewise.
12889 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12890 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12891 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12892
12893 2012-01-05 Doug Evans <dje@google.com>
12894
12895 * dwarf2read.c (statement_prologue): Delete, unused.
12896
12897 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12898 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12899
12900 * dwarf2read.c (comp_unit_header): Delete, unused.
12901
12902 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12903
12904 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12905 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12906
12907 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12908
12909 * infrun.c (normal_stop): Don't skip calling the normal_stop
12910 observers if the thread was doing a multi-step, but stopped for
12911 some reason other than stepping.
12912
12913 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12914
12915 * cli/cli-decode.h: Add comments.
12916 (CMD_LIST_AMBIGUOUS): Moved to command.h
12917 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12918 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12919 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12920 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12921 (add_com, add_com_alias, add_info, add_info_alias)
12922 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12923 declarations.
12924 * command.h: Add and adjust comments.
12925 (CMD_LIST_AMBIGUOUS): Moved here.
12926 (help_cmd, help_cmd_list): Delete declarations.
12927
12928 2012-01-04 Doug Evans <dje@google.com>
12929
12930 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12931 All callers updated.
12932 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12933 Replace all arguments with "per_cu". All callers updated.
12934
12935 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12936
12937 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12938 New arg "per_cu". All callers updated.
12939
12940 Delete #if 0'd out code.
12941 * language.c (binop_result_type): Delete.
12942 (simple_type, ordered_type, same_type, integral_type): Delete.
12943 (numeric_type, character_type, string_type, boolean_type): Delete.
12944 (float_type, structured_type): Delete.
12945 * language.h: Update.
12946
12947 2012-01-04 Tom Tromey <tromey@redhat.com>
12948
12949 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12950
12951 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12952
12953 * corefile.c (close_exec_file): Delete.
12954 (reopen_exec_file): Remove commented out code that seems related
12955 to close_exec_file, which is being deleted here.
12956 * inferior.h (close_exec_file): Delete.
12957 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12958
12959 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12960
12961 * ada-lang.c: #include "cli/cli-utils.h".
12962 (get_selections): Use skip_spaces.
12963 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12964 (catch_ada_exception_command_split): Use skip_spaces.
12965 (ada_decode_assert_location): Likewise.
12966
12967 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12968
12969 * linespec.c (decode_line_internal): Check for C++ or Java
12970 compound constructs only if the current language is C, C++
12971 or Java.
12972
12973 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 Revert:
12976 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12977 Joel Brobecker <brobecker@adacore.com>
12978 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12979 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12980 3 times.
12981 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12982 fall through into AT_ENTRY_POINT.
12983 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12984 DUMMY_ADDR with it.
12985 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12986 PPC_INSN_SIZE skip to 3 times.
12987
12988 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12989
12990 * linespec.c (add_minsym): Preserve function descriptors.
12991
12992 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12993
12994 * breakpoint.c (all_locations_are_pending): Consider locations
12995 in program spaces executing during startup pending as well.
12996
12997 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12998
12999 Copyright year update in most files of the GDB Project.
13000
13001 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13002
13003 * copyright.sh: Delete.
13004 * copyright.py: Rewrite.
13005
13006 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13007
13008 * gnulib/extra/update-copyright: New file, imported from gnulib.
13009
13010 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13011
13012 * README (Copyright and License Notices): New section.
13013
13014 2012-01-03 Tom Tromey <tromey@redhat.com>
13015
13016 PR python/12533:
13017 * python/py-value.c (valpy_dereference, valpy_get_address
13018 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13019 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13020 (valpy_absolute, valpy_richcompare): Free intermediate values.
13021
13022 2011-01-03 Joel Brobecker <brobecker@adacore.com>
13023
13024 * ada-lang.c: Reformat the copyright notice.
13025
13026 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13027
13028 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13029 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13030 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13031 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13032 Revert this part of:
13033 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13034 Build gdb directly from *.o files not using libgdb.a.
13035 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13036
13037 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13038
13039 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13040 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13041 Reformat the copyright header.
13042
13043 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 Revert this part of:
13046 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13047 Remove the gdbtui binary.
13048 * gdb.c (main): Remove args.interpreter_p initialization.
13049 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13050 * main.h (struct captured_main_args): Remove interpreter_p.
13051
13052 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13053
13054 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13055
13056 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13057
13058 * top.c (print_gdb_version): Update copyright year.
13059
13060 2012-01-02 Yao Qi <yao@codesourcery.com>
13061
13062 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13063
13064 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13065 Joel Brobecker <brobecker@adacore.com>
13066
13067 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13068 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13069 3 times.
13070 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13071 fall through into AT_ENTRY_POINT.
13072 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13073 DUMMY_ADDR with it.
13074 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13075 PPC_INSN_SIZE skip to 3 times.
13076
13077 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13080 the return value.
13081 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13082
13083 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13084
13085 Build gdb directly from *.o files not using libgdb.a.
13086 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13087 (COMMON_OBS): Remove solib-target.o.
13088 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13089 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13090 (LIBGDB_OBS, libgdb.a): Move it above.
13091 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13092 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13093 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13094 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13095 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13096 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13097 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13098 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13099 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13100 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13101 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13102 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13103 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13104 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13105 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13106 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13107 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13108 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13109 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13110 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13111 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13112 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13113 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13114 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13115 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13116 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13117 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13118
13119 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13120
13121 Remove the gdbtui binary.
13122 * .gitignore (/gdbtui): Remove.
13123 * Makefile.in (TUI): Remove.
13124 (SUBDIR_TUI_OBS): Remove tui-main.o.
13125 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13126 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13127 (tui-main.o): Remove.
13128 (all_object_files): Remove tui-main.o.
13129 * NEWS: New note for the gdbtui removal.
13130 * configure: Rebuilt.
13131 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13132 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13133 CONFIG_UNINSTALL respectively.
13134 * gdb.c (main): Remove args.interpreter_p initialization.
13135 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13136 * main.h (struct captured_main_args): Remove interpreter_p.
13137 * tui/tui-main.c: Remove.
13138
13139 2012-01-01 Doug Evans <dje@google.com>
13140
13141 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13142 (dwarf2_physname, read_import_statement): Ditto.
13143 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13144 (process_structure_scope read_subroutine_type): Ditto.
13145 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13146 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13147 (dwarf2_fetch_die_location_block): Ditto.
13148 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13149
13150 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13151 All callers updated.
13152 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13153 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13154 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13155
13156 * dwarf2read.c (load_cu): Move assert to more useful location.
13157
13158 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13159 All callers updated.
13160
13161 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13162 (dwarf2_elf_names): Minor reformat.
13163 (dwarf2_per_cu_data): Tweak comment.
13164 (dwarf2_read_section): Fix comment.
13165 (create_all_comp_units): Fix comment.
13166 (load_full_comp_unit): Fix comment.
13167 (process_full_comp_unit): Fix comment.
13168 (read_signatured_type): Fix comment.
13169
13170 For older changes see ChangeLog-2011.
13171 \f
13172 Local Variables:
13173 mode: change-log
13174 left-margin: 8
13175 fill-column: 74
13176 version-control: never
13177 coding: utf-8
13178 End:
This page took 0.332693 seconds and 5 git commands to generate.