* infcmd.c (all_registers_info, nexti_command, stepi_command)
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-18 Tom Tromey <tromey@redhat.com>
2
3 * infcmd.c (all_registers_info, nexti_command, stepi_command)
4 (continue_command, interrupt_target_command): Now static.
5 (registers_info): Remove declaration.
6 * inferior.h (all_registers_info, nexti_command, stepi_command)
7 (continue_command, interrupt_target_command): Don't declare.
8
9 2012-12-12 Tom Tromey <tromey@redhat.com>
10
11 * cli/cli-cmds.c (apropos_command): Now static.
12
13 2012-12-12 Tom Tromey <tromey@redhat.com>
14
15 * breakpoint.c (dprintf_command): Now static.
16
17 2012-12-12 Tom Tromey <tromey@redhat.com>
18
19 * Makefile.in (init.c): Declare initialize_all_files;
20 don't include call-cmds.h.
21 * call-cmds.h: Remove.
22 * symtab.c: Don't include call-cmds.h.
23 * top.c: Don't include call-cmds.h. Declare
24 initialize_all_files.
25
26 2012-12-12 Tom Tromey <tromey@redhat.com>
27
28 * symfile.c (list_overlays_command, map_overlay_command)
29 (unmap_overlay_command): Now static.
30
31 2012-12-12 Tom Tromey <tromey@redhat.com>
32
33 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
34 "define", "while", and "if" commands.
35 * cli/cli-script.c (while_command, if_command, define_command)
36 (document_command): Now static.
37 (_initialize_cli_script): New function.
38 * cli/cli-script.h (while_command, if_command, define_command)
39 (document_command): Don't declare.
40
41 2012-12-12 Tom Tromey <tromey@redhat.com>
42
43 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
44 (init_cli_cmds): Move most code into new function.
45
46 2012-12-12 Tom Tromey <tromey@redhat.com>
47
48 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
49 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
50 declare.
51
52 2012-12-18 Joel Brobecker <brobecker@adacore.com>
53
54 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
55 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
56 * xcoffread.c (xcoff_get_core_n_import_files): New function.
57 (xcoff_get_n_import_files): New function.
58 * xcoffread.h (xcoffread.h): Add declaration.
59 * rs6000-aix-tdep.c: #include "xcoffread.h".
60 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
61 XCOFF executables that do not depend on any shared library.
62 * rs6000-lynx178-tdep.c: New file.
63 * configure.tgt: Add powerpc-*-lynx*178 handling.
64 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
65 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
66
67 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
68
69 * ui-file.c (ui_file): Add to_fseek.
70 (ui_file_new): Call set_ui_file_fseek.
71 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
72 stdio_file_fseek): New functions.
73 (stdio_file_new): Call set_ui_file_fseek.
74 * ui-file.h (ui_file_fseek_ftype): New typedef.
75 (set_ui_file_fseek, ui_file_fseek): New externs.
76
77 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
78
79 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
80 (set_ui_file_isatty): Change isatty to isatty_ptr.
81 (set_ui_file_rewind): Change rewind to rewind_ptr.
82 (set_ui_file_put): Change put to put_ptr.
83 (set_ui_file_write): Change write to write_ptr.
84 (set_ui_file_write_async_safe): Change write_async_safe to
85 write_async_safe_ptr.
86 (set_ui_file_read): Change read to read_ptr.
87 (set_ui_file_fputs): Change fputs to fputs_ptr.
88 (set_ui_file_data): Change delete to delete_ptr.
89
90 2012-12-18 Joel Brobecker <brobecker@adacore.com>
91
92 * solib-darwin.c (darwin_current_sos): Fix indentation.
93 (darwin_read_exec_load_addr): New function.
94 (darwin_solib_create_inferior_hook): Rebase executable.
95 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
96 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
97
98 2012-12-18 Joel Brobecker <brobecker@adacore.com>
99
100 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
101 * gnulib/import/errno.in.h: Import.
102 * gnulib/import/m4/errno_h.m4: Import.
103 * gnulib/aclocal.m4: Regenerate.
104 * gnulib/configure: Regenerate.
105 * gnulib/import/Makefile.am: Update.
106 * gnulib/import/Makefile.in: Update.
107 * gnulib/import/m4/gnulib-cache.m4: Update.
108 * gnulib/import/m4/gnulib-comp.m4: Update.
109
110 2012-12-18 Joel Brobecker <brobecker@adacore.com>
111
112 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
113 8d5bd1402003bd0153984b138735adf537d960b0.
114 * gnulib/aclocal.m4, configure, config.in: Regenerate.
115 * gnulib/import/m4/extern-inline.m4: Import.
116 * gnulib/import/wctype-h.c: Import.
117 * gnulib/import/Makefile.am: Update.
118 * gnulib/import/Makefile.in: Update.
119 * gnulib/import/alloca.in.h: Update.
120 * gnulib/import/extra/snippet/warn-on-use.h: Update.
121 * gnulib/import/localcharset.c: Update.
122 * gnulib/import/m4/fcntl-o.m4: Update.
123 * gnulib/import/m4/gnulib-cache.m4: Update.
124 * gnulib/import/m4/gnulib-comp.m4: Update.
125 * gnulib/import/m4/wctype_h.m4: Update.
126 * gnulib/import/stdbool.in.h: Update.
127 * gnulib/import/verify.h: Update.
128 * gnulib/import/wctype.in.h: Update.
129
130 2012-12-18 Joel Brobecker <brobecker@adacore.com>
131
132 * gnulib/update-gnulib.sh: Add call to autoheader.
133
134 2012-12-17 Tom Tromey <tromey@redhat.com>
135
136 * top.c (xgdb_verbose): Remove.
137
138 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 Code cleanup.
141 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
142 unused forward declarations.
143 (skip_file_command): Make variables symtab and filename targets const.
144 Use proper 0 vs. NULL constant everywhere.
145 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
146 Include empty line after declarations. Use GNU spacing in a comment.
147 Do not use strlen for end of string check.
148 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
149 comments.
150 (skip_enable_command, skip_disable_command, skip_delete_command)
151 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
152 (function_pc_is_marked_for_skip): Make variable filename target const.
153 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
154 comment formatting.
155 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
156 NULL constant everywhere. Include empty line after declarations. Make
157 variable symtab target const. Do not use strlen for end of string
158 check.
159
160 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 Code cleanup.
163 * breakpoint.c (clear_command): Remove variable sal_name_len and its
164 initialization, remove it from the compare_filenames_for_search call.
165 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
166 name_len and its initialization, remove it from the
167 compare_filenames_for_search calls.
168 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
169 * symtab.c (compare_filenames_for_search): Remove the search_len
170 parameter, update the function comment, new variable search_len
171 initialized from SEARCH_NAME.
172 (iterate_over_some_symtabs): Remove variable name_len and its
173 initialization, remove it from the compare_filenames_for_search calls.
174 * symtab.h (compare_filenames_for_search): Remove the search_len
175 parameter,
176
177 2012-12-16 Joel Brobecker <brobecker@adacore.com>
178
179 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
180 (ALLDEPFILES): ... to there.
181
182 2012-12-15 Joel Brobecker <brobecker@adacore.com>
183
184 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
185
186 2012-12-15 Joel Brobecker <brobecker@adacore.com>
187
188 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
189 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
190 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
191 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
192 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
193 to gdb_target_obs for every target that uses rs6000-tdep.o.
194 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
195 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
196 or register_ppc_ravenscar_ops.
197
198 2012-12-15 Joel Brobecker <brobecker@adacore.com>
199
200 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
201 RAVENSCAR_SPARC_THREAD_H.
202 * sparc-ravenscar-thread.c: Rename all global entities
203 whose name is uses "ravenscar_sparc" as the prefix to use
204 "sparc_ravenscar" instead.
205
206 2012-12-15 Joel Brobecker <brobecker@adacore.com>
207
208 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
209 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
210 Adjust sparc-ravenscar-thread.h #include.
211 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
212 accordingly.
213 * Makefile.in: Replace ravenscar-sparc-thread with
214 sparc-ravenscar-thread throughout.
215 * configure.tgt: Likewise.
216
217 2012-12-15 Joel Brobecker <brobecker@adacore.com>
218
219 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
220 declaration.
221 (ravenscar_ops): New gdbarch variable.
222 * gdbarch.h, gdbarch.c: Regenerate.
223 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
224 * ravenscar-thread.c (current_arch_ops): Delete.
225 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
226 from the gdbarch.
227 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
228 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
229 (ravenscar_register_arch_ops): Delete.
230 * ravenscar-sparc-thread.h: New file.
231 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
232 (ravenscar_sparc_ops): Define value statically.
233 (_initialize_ravenscar_sparc): Delete.
234 (register_sparc_ravenscar_ops): New function.
235 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
236 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
237 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
238 ravenscar-sparc-thread.o.
239 (SFILES): Add ravenscar-thread.c.
240 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
241 (ALLDEPFILES): ravenscar-sparc-thread.c.
242 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
243 to gdb_target_obs
244 for all the targets that use sparc-tdep.o.
245
246 2012-12-15 Joel Brobecker <brobecker@adacore.com>
247
248 * ravenscar-thread.c (ravenscar_is_open): Delete.
249 (ravenscar_initialize): Move most of the code from here...
250 (ravenscar_inferior_created): ... to there. Invert logic.
251 (ravenscar_close): Delete.
252 (init_ravenscar_thread_ops): Remove setting of
253 ravenscar_ops.to_close.
254
255 2012-12-15 Joel Brobecker <brobecker@adacore.com>
256
257 * objfiles.c (init_entry_point_info): Move function from here...
258 * symfile.c (init_entry_point_info): ... to there. Make static.
259 * objfiles.h (objfiles.h): Delete declaration.
260
261 2012-12-15 Joel Brobecker <brobecker@adacore.com>
262
263 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
264 Remove call to init_entry_point_info. Add OBJFILE's
265 section_offsets and num_sections initialization. Add note
266 about entry info in the function documentation.
267 (syms_from_objfile): New function.
268 * coffread.c (coff_symfile_init): Remove call to
269 init_entry_point_info.
270 * machoread.c (macho_symfile_init): Likewise.
271 * xcoffread.c(xcoff_symfile_init): Likewise.
272
273 2012-12-15 Yao Qi <yao@codesourcery.com>
274
275 * remote-notif.c (_initialize_notif): Add new commands
276 'set debug notification' and 'show debug notification'.
277 * NEWS: Mention these new commands.
278
279 2012-12-15 Yao Qi <yao@codesourcery.com>
280
281 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
282 (SFILES): Add "remote-notif.c".
283 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
284 * remote-notif.c: New. Factored out from remote.c.
285 * remote-notif.h: New.
286 * remote.c: Include "remote-notif.h".
287 (stop_reply_xmalloc, do_stop_reply_xfree):
288 (remote_parse_stop_reply, remote_get_pending_stop_replies):
289 (remote_async_get_pending_events_handler): Remove declarations.
290 (remote_parse_stop_reply): Declare.
291 (pending_stop_reply): Remove.
292 (remote_async_get_pending_events_token): Move to
293 remote-notif.c.
294 (remote_close): Replace 'delete_async_event_handler' with
295 remote_notif_unregister_async_event_handler.
296 Don't call discard_pending_stop_replies.
297 (remote_start_remote): Replace code with remote_notif_parse
298 and remote_notif_get_pending_replies.
299 (remote_open_1): Replace 'create_async_event_handler' with
300 remote_notif_register_async_event_handler.
301 (extended_remote_attach_1): Call remote_notif_parse and
302 notif_stop_reply_push.
303 (struct stop_reply) <next>: Remove.
304 <base>: New field.
305 Callers update.
306 (stop_reply_queue): Change its type.
307 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
308 (remote_notif_remove_all): New.
309 (discard_pending_stop_replies): Update.
310 (remote_notif_stop_ack, stop_reply_dtr): New.
311 (remote_notif_stop_alloc_event): New.
312 (notif_client_stop): New variable.
313 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
314 (queued_stop_reply, peek_stop_reply): Adjust.
315 (remote_get_pending_stop_replies): Rename to
316 remote_notif_get_pending_events.
317 (handle_notification): Move to remote-notif.c.
318 (remote_async_get_pending_events_handler): Likewise.
319 (remote_wait_as): Adjust to call remote_notif_parse.
320 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
321 Return minus_one_ptid early if gets a notification.
322 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
323 (_initialize_remote): Call QUEUE_alloc. Update caller.
324 (remote_resume): Call 'remote_notif_process' in all-stop mode.
325 * remote.h: Include "remote-notif.h".
326 (remote_notif_get_pending_replies): Declare.
327
328 2012-12-15 Yao Qi <yao@codesourcery.com>
329
330 * remote.c (discard_pending_stop_replies): Update declaration.
331 (remote_detach_1, extended_remote_mourn_1): Likewise.
332 (discard_pending_stop_replies): Change parameter from PID to
333 INF.
334 (remote_close): Update caller.
335 (_initialize_remote): Attach discard_pending_stop_replies to
336 inferior_exit observer.
337
338 2012-12-15 Yao Qi <yao@codesourcery.com>
339
340 * remote.c (getpkt_or_notif_sane): Add one more argument in
341 its declaration.
342 (getpkt_or_notif_sane_1): Add one more argument.
343 (getpkt_sane): Update caller.
344 (getpkt_or_notif_sane): Likewise. Update call
345 togetpkt_or_notif_sane_1.
346 (remote_wait_ns): Update caller.
347
348 2012-12-15 Yao Qi <yao@codesourcery.com>
349 Doug Evans <dje@google.com>
350
351 * common/queue.h: New.
352
353 2012-12-15 Yao Qi <yao@codesourcery.com>
354
355 * breakpoint.c (print_one_breakpoint_location): Display the
356 state of 'installed' of each non-pending location of a tracepoint
357 in both CLI and MI.
358 (download_tracepoint_locations): Notify 'breakpoint-modified'
359 observer if any tracepoint location is downloaded.
360 * tracepoint.c (start_tracing): Likewise.
361 (merge_uploaded_tracepoints): Record all modified
362 tracepoints and notify 'breakpoint-modified' observer for them.
363
364 * NEWS: Mention the change for CLI and MI.
365
366 2012-12-15 Yao Qi <yao@codesourcery.com>
367
368 * breakpoint.c (download_tracepoint_locations): Iterate over
369 ALL_TRACEPOINTS first and then iterate over locations of
370 each tracepoint.
371
372 2012-12-14 Pierre Muller <muller@sourceware.org>
373 Pedro Alves <palves@redhat.com>
374
375 * solib-target.c (solib_target_current_sos): Remove 'const'
376 qualifier from type of library_document local variable to be
377 able to free it and avoid a memory leak.
378 Use cleanup chain to avoid leak even if exceptino is generated.
379
380 2012-12-14 Tom Tromey <tromey@redhat.com>
381
382 PR c++/8888:
383 * symtab.c (lookup_symbol_aux): If constructor is found, consider
384 returning the type instead.
385 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
386 found.
387
388 2012-12-14 Tom Tromey <tromey@redhat.com>
389
390 Partial fix for PR c++/14160:
391 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
392 * dwarf2read.c (dwarf2_is_constructor): New function.
393 (dwarf2_add_member_fn): Use it.
394 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
395 TYPE_FN_FIELD_CONSTRUCTOR.
396 * jv-typeprint.c (java_type_print_base): Use
397 TYPE_FN_FIELD_CONSTRUCTOR.
398 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
399 <dummy>: Shrink.
400 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
401
402 2012-12-14 Tom Tromey <tromey@redhat.com>
403
404 * c-exp.y (block, variable, name_not_typename, lex_one_token,
405 classify_name): Update.
406 * c-valprint.c (c_val_print): Update.
407 * f-exp.y (yylex): Update.
408 * go-exp.y (package_name_p, classify_packaged_name)
409 (classify_name): Update.
410 * jv-exp.y (push_variable): Update.
411 * m2-exp.y (variable): Update.
412 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
413 * p-exp.y (block, variable, yylex): Update.
414 * p-valprint.c (pascal_val_print): Update.
415 * parse.c (write_dollar_variable): Update.
416 * printcmd.c (address_info): Update.
417 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
418 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
419 (lookup_symbol): Change type of 'is_a_field_of_this'.
420 (check_field): Add 'is_a_field_of_this' argument.
421 * symtab.h (struct field_of_this_result): New.
422 (lookup_symbol, lookup_symbol_in_language): Update.
423
424 2012-12-14 Tom Tromey <tromey@redhat.com>
425
426 * symtab.c (check_field): Now static. Move from...
427 * valops.c (check_field): ... here. Remove.
428 * value.h (check_field): Don't declare.
429
430 2012-12-14 Tom Tromey <tromey@redhat.com>
431
432 * NEWS: Mention "info proc" and core files.
433 * corelow.c (core_info_proc): New function.
434 (init_core_ops): Set to_info_proc.
435 * gdbarch.c, gdbarch.h: Rebuild.
436 * gdbarch.sh (core_info_proc): New method.
437 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
438 * linux-tdep.c (linux_core_info_proc_mappings)
439 (linux_core_info_proc): New functions.
440 (linux_find_memory_region_ftype): New typedef.
441 (linux_find_memory_regions_full): New function, from
442 linux_find_memory_regions.
443 (struct linux_find_memory_regions_data): New.
444 (linux_find_memory_regions_thunk): New function.
445 (linux_find_memory_regions): Rewrite.
446 (struct linux_make_mappings_data): New.
447 (linux_make_mappings_callback)
448 (linux_make_mappings_corefile_notes): New functions.
449 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
450 (linux_init_abi): Call set_gdbarch_core_info_proc.
451 * target.c (target_info_proc): Return 'int'.
452 * target.h (target_info_proc): Update.
453
454 2012-12-14 Pierre Muller <muller@sourceware.org>
455
456 * windows-nat.c (windows_xfer_shared_libraries): Avoid
457 memory leak when OFFSET >= LEN_AVAIL.
458
459 2012-12-13 Tom Tromey <tromey@redhat.com>
460
461 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
462
463 2012-12-13 Tom Tromey <tromey@redhat.com>
464
465 * acinclude.m4 (CY_AC_C_WORKS): Remove.
466
467 2012-12-13 Pierre Muller <muller@sourceware.org>
468
469 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
470 local variable and zero terminate it to avoid possible problems
471 in strcmp.
472
473 2012-12-13 Pedro Alves <palves@redhat.com>
474
475 * coff-pe-read.c: Include coff/internal.h.
476 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
477 Null terminate buffer explicitly instead of memset the whole
478 buffer.
479
480 2012-12-13 Pierre Muller <muller@sourceware.org>
481
482 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
483 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
484 for already defined macros.
485
486 2012-12-13 Pierre Muller <muller@sourceware.org>
487
488 * coff-pe-read.h (pe_text_section_offset): Declare new function.
489 * coff-pe-read.c (debug_coff_pe_read): New static variable.
490 (struct read_pe_section_data): Add section_name field.
491 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
492 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
493 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
494 (get_pe_section_index): New function.
495 (struct pe_sections_info): New type.
496 (get_section_vmas): Use new struct pe_sections_info.
497 (add_pe_exported_sym): Handle unnamed exported function.
498 (add_pe_forwarded_sym): New function.
499 (read_pe_truncate_name): Truncate at last dot.
500 (pe_as16): New function.
501 (read_pe_exported_syms): Use ordinal of function to
502 retrieve correct RVA address of function and handle
503 forwarded symbol.
504 (pe_text_section_offset): New function.
505 (show_debug_coff_pe_read): New function.
506 (_initialize_coff_pe_read): New function adding
507 'set/show debug coff_pe_read' commands.
508
509 * windows-tdep.c (windows_xfer_shared_library): Use
510 pe_text_section_offset function instead of possibly wrong
511 0x1000 constant for .text sextion offset.
512
513 2012-12-13 Pedro Alves <palves@redhat.com>
514
515 * gdbarch.sh (do_read): Set IFS to blank.
516
517 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
518
519 * NEWS: Mention the -catch-load/-catch-unload MI commands.
520
521 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
522
523 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
524 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
525 * breakpoint.c (add_solib_catchpoint): New function that
526 can be used by both CLI and MI, factored out from
527 catch_load_or_unload.
528 (catch_load_or_unload): Strip it down and make it use the
529 new add_solib_catchpoint.
530 * breakpoint.h (add_solib_catchpoint): Declare it.
531 * mi/mi-cmd-break.h: New file.
532 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
533 (setup_breakpoint_reporting): New function used for both
534 catchpoints and breakpoints.
535 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
536 * mi/mi-cmd-catch.c: New file.
537 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
538 and -catch-unload.
539 * mi/mi-cmds.h: Declare the handlers for -catch-load and
540 -catch-unload.
541
542 2012-11-28 Tom Tromey <tromey@redhat.com>
543
544 * dbxread.c (read_dbx_symtab): Update.
545 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
546 (read_ofile_symtab): Add 'objfile' argument.
547 * dwarf2read.c (process_psymtab_comp_unit_reader)
548 (build_type_psymtabs_reader): Update.
549 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
550 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
551 argument.
552 (parse_procedure, parse_partial_symbols): Update.
553 (psymtab_to_symtab_1): Add 'objfile' argument.
554 * psympriv.h (struct partial_symtab) <objfile>: Remove.
555 <read_symtab>: Add 'objfile' argument.
556 (sort_pst_symbols, discard_psymtab): Update.
557 * psymtab.c (partial_map_expand_apply): Update.
558 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
559 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
560 (find_pc_sect_psymbol): Add 'objfile' argument.
561 (lookup_symbol_aux_psymtabs): Update.
562 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
563 Add 'objfile' argument.
564 (find_last_source_symtab_from_partial, dump_psymtab)
565 (dump_psymtabs_for_objfile, read_symtabs_for_function)
566 (expand_partial_symbol_tables, read_psymtabs_with_filename)
567 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
568 (expand_symtabs_matching_via_partial): Update.
569 (sort_pst_symbols): Add 'objfile' argument.
570 (allocate_psymtab): Update.
571 (discard_psymtab): Add 'objfile' argument.
572 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
573 * stabsread.h (end_psymtab): Update.
574 * xcoffread.c (this_symtab_objfile): New global.
575 (process_linenos, enter_line_range, xcoff_next_symbol_text):
576 Update.
577 (read_xcoff_symtab): Add 'objfile' argument.
578 (read_symbol, read_symbol_lineno): Update.
579 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
580 (xcoff_end_psymtab): Add 'objfile' argument.
581 (scan_xcoff_symtab): Update.
582
583 2012-12-12 Paul Koning <paul_koning@dell.com>
584
585 Add support for Python 3.
586 * NEWS: Mention Python 3 support.
587 * varobj.c (value_get_print_value): Use
588 python_string_to_target_string.
589 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
590 of type objects.
591 * python/py-breakpoint.c: Ditto.
592 * python/py-cmd.c: Ditto.
593 * python/py-event.c: Ditto.
594 * python/py-event.h: Ditto.
595 * python/py-evtregistry.c: Ditto.
596 * python/py-finishbreakpoint.c: Ditto.
597 * python/py-frame.c: Ditto.
598 * python/py-function.c: Ditto.
599 * python/py-infthread.c: Ditto.
600 * python/py-lazy-string.c: Ditto.
601 * python/py-progspace.c: Ditto.
602 * /python/py-symbol.c: Ditto.
603 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
604 initialization for Python 3.
605 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
606 of type objects.
607 (infpy_read_memory): Return memoryview object if Python 3.
608 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
609 (infpy_search_memory): Ditto.
610 (get_buffer): New function for Python 3.
611 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
612 of type objects.
613 (objfpy_dealloc): Use Py_TYPE to call tp_free.
614 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
615 of type objects.
616 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
617 (set_attr): Ditto.
618 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
619 instead of PyString methods if Python 3.
620 (print_children): Skip push_dummy_python_frame call if Python 3.
621 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
622 of type objects.
623 (salpy_dealloc): Use Py_TYPE to call tp_free.
624 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
625 of type objects.
626 (field_dealloc): Use Py_TYPE to call tp_free.
627 (typy_dealloc): Ditto.
628 (type_object_as_number): Adjust struct initializations for
629 differences in layout for Python 2 vs. Python 3.
630 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
631 string case for Python 3.
632 (unicode_to_encoded_python_string): Shorten code (no functional
633 change).
634 (python_string_to_target_python_string): Comment that in Python 3
635 returned value is a Python "bytes" type.
636 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
637 (gdb_py_object_from_longest): Omit non-long integer case in Python
638 3.
639 (gdb_py_object_from_ulongest): Ditto.
640 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
641 of type objects.
642 (valpy_dealloc): Use Py_TYPE to call tp_free.
643 (valpy_int): Omit function if Python 3.
644 (convert_value_from_python): Use "%S" format (Python object as a
645 string) if Python 3.
646 (value_object_as_number): Adjust struct initializations for
647 differences in layout for Python 2 vs. Python 3.
648 * python/python-config.py: Adjust syntax for Python 3
649 compatibility.
650 Include "sys.abiflags" string as part of python library name, if
651 that attribute exists (Python 3).
652 * python/python-internal.h (IS_PY3): Define if Python 3.
653 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
654 placeholder value if Python 3.
655 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
656 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
657 analogous Python 3 API function if Python 3.
658 (PyVarObject_HEAD_INIT): Define if not already defined.
659 (Py_TYPE): Ditto.
660 * python/python.c (eval_python_command): Omit Py_FlushLine call if
661 Python 3.
662 Check return values of all Python API calls for error.
663 Supply dummy "python" and "python-interactive" commands if Python
664 initialization failed.
665 (_initialize_python): Convert argc to wchar_t** if Python 3.
666 Add module initialization for Python 3.
667 (finish_python_initialization): Pass wchar_t * argument to
668 PySys_SetPath if Python 3.
669 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
670 (_GdbFile): New class for common output file behavior.
671 (GdbOutFile): Subclass from _GdbFile.
672 (GdbOutputErrorFile): Ditto.
673 (auto_load_packages): Adjust syntax for Python 3 compatibility.
674 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
675 * python/lib/gdb/prompt.py: Use sorted() function rather than
676 sort() method.
677 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
678 Adjust syntax for Python 3 compatibility.
679 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
680 rather than sort() method.
681 Adjust syntax for Python 3 compatibility.
682 * python/lib/gdb/command/type_printers.py: Ditto.
683 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
684 value is a memoryview object if Python 3.
685
686 2012-12-12 Tom Tromey <tromey@redhat.com>
687
688 * coffread.c (coff_objfile_data_key): New global.
689 (coff_symfile_init): Use set_objfile_data.
690 (coff_symfile_read): Use objfile_data.
691 (coff_symfile_finish): Don't free deprecated_sym_private.
692 (coff_free_info): New function.
693 (_initialize_coffread): Initialize coff_objfile_data_key.
694 * mdebugread.c (pending_list): Update comment.
695 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
696 * symfile.c (reread_symbols): Don't mention
697 deprecated_sym_private.
698 * xcoffread.c (xcoff_objfile_data_key): New global.
699 (XCOFF_DATA): New macro.
700 (process_linenos, enter_line_range, xcoff_next_symbol_text)
701 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
702 XCOFF_DATA.
703 (xcoff_new_init) Use set_objfile_data.
704 (xcoff_symfile_finish): Don't free deprecated_sym_private.
705 (init_stringtab, swap_sym, scan_xcoff_symtab)
706 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
707 (xcoff_free_info): New function.
708 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
709
710 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
711
712 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
713
714 2012-12-12 Tom Tromey <tromey@redhat.com>
715
716 * coffread.c (coff_symfile_init): Use set_objfile_data.
717 (coff_symfile_read): Use DBX_SYMFILE_INFO.
718 * dbxread.c (dbx_objfile_data_key): New global.
719 (dbx_symfile_init): Use set_objfile_data.
720 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
721 (dbx_free_symfile_info): New function.
722 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
723 DBX_SYMFILE_INFO.
724 (stabsect_build_psymtabs): Use set_objfile_data.
725 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
726 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
727 set_objfile_data.
728 (free_elfinfo): Use DBX_SYMFILE_INFO.
729 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
730 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
731 * gdb-stabs.h (dbx_objfile_data_key): Declare.
732 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
733 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
734 * somread.c (som_symfile_finish): Don't free
735 deprecated_sym_stab_info.
736
737 2012-12-12 Joel Brobecker <brobecker@adacore.com>
738
739 * gdbarch.sh (software_single_step): Remove trailing space in
740 comment (gdbarch.h is already correct).
741
742 2012-12-11 Tom Tromey <tromey@redhat.com>
743
744 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
745
746 2012-12-11 Tom Tromey <tromey@redhat.com>
747
748 * dsrec.c (report_transfer_performance): Don't declare.
749 (load_srec): Use gettimeofday, print_transfer_performance.
750 * symfile.c (report_transfer_performance): Remove.
751
752 2012-12-11 Pedro Alves <pedro@codesourcery.com>
753 Pedro Alves <palves@redhat.com>
754
755 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
756 NT_PSTATUS note.
757 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
758 differently from LWP IDs.
759
760 2012-12-11 Pedro Alves <palves@redhat.com>
761
762 * configure.ac (detect type of /proc): Remove Unixware handling.
763 * configure: Regenerate.
764 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
765 (ioctl_table) [PCRESET]: Remove entry.
766 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
767 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
768 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
769 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
770 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
771 Unixware in comments throughout.
772 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
773 and remove mention of Unixware.
774
775 2012-12-10 Doug Evans <dje@google.com>
776
777 * dwarf2read.c (dwarf2_cu): Enhance comment.
778 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
779 the DWO file.
780 (dwarf2_record_block_ranges): Ditto.
781
782 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
783
784 * symtab.c (find_pc_sect_symtab): Add comment.
785
786 2012-12-10 Tom Tromey <tromey@redhat.com>
787
788 * defs.h: Don't check for definition of LONGEST.
789 (min, max): Remove duplicates.
790
791 2012-12-10 Tom Tromey <tromey@redhat.com>
792
793 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
794 (dwarf2_fetch_die_loc_cu_off): Rename from
795 dwarf2_fetch_die_location_block. Rewrite to use
796 dwarf2_fetch_die_loc_sect_off.
797 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
798 (dwarf2_fetch_die_loc_cu_off): Rename.
799 * dwarf2loc.c (indirect_pieced_value): Use
800 dwarf2_fetch_die_loc_sect_off.
801 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
802 comment.
803 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
804 * dwarf2expr.c (add_piece): Update.
805 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
806
807 2012-12-10 Tom Tromey <tromey@redhat.com>
808
809 * buildsym.c (struct pending_block): Move from buildsym.h.
810 (pending_blocks): Likewise; now static.
811 (pending_block_obstack): New global.
812 (free_pending_blocks): Free blocks.
813 (record_pending_block): Use pending_block_obstack.
814 * buildsym.h (struct pending_block): Move definition to
815 buildsym.c.
816 (pending_blocks): Don't declare.
817
818 2012-12-10 Pedro Alves <palves@redhat.com>
819
820 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
821 dead SCO code, and adjust function description comment.
822
823 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
824
825 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
826 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
827 CC_HAS_LONG_LONG.
828 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
829 * dwarf2read.c (extract_cu_value): Remove the function.
830 (create_cus_from_index_list): Make the return type void, inline the
831 extract_cu_value caller, include new gdb_static_assert.
832 (create_cus_from_index): Make the return type void, update the function
833 comment, update the create_cus_from_index_list caller.
834 (create_signatured_type_table_from_index): Make the return type void,
835 inline the extract_cu_value caller, include new gdb_static_assert.
836 (dwarf2_read_index): Update the create_cus_from_index and
837 create_signatured_type_table_from_index caller.
838 * printcmd.c (ui_printf): Remove conditionalizations for
839 CC_HAS_LONG_LONG.
840 * config.in: Regenerate.
841 * configure: Regenerate.
842
843 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
846 Update the comment for checked_producer.
847 (check_producer): New forward declaration.
848 (producer_is_gcc_lt_4_3): New function.
849 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
850 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
851
852 2012-12-07 Tom Tromey <tromey@redhat.com>
853
854 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
855 argument, assertion.
856 * c-exp.y (typebase): Add completion productions.
857 * completer.c (expression_completer): Handle tag completion.
858 * expression.h (parse_expression_for_completion): Add argument.
859 * f-lang.c (f_make_symbol_completion_list): Add 'code'
860 argument.
861 * language.h (struct language_defn)
862 <la_make_symbol_completion_list>: Add 'code' argument.
863 * parse.c (expout_tag_completion_type, expout_completion_name):
864 New globals.
865 (mark_struct_expression): Add assertion.
866 (mark_completion_tag): New function.
867 (parse_exp_in_context): Initialize new globals.
868 (parse_expression_for_completion): Add 'code' argument. Handle
869 tag completion.
870 * parser-defs.h (mark_completion_tag): Declare.
871 * symtab.c (default_make_symbol_completion_list_break_on): Add
872 'code' argument. Update.
873 (default_make_symbol_completion_list): Add 'code' argument.
874 (make_symbol_completion_list): Update.
875 (make_symbol_completion_type): New function.
876 * symtab.h (default_make_symbol_completion_list_break_on)
877 (default_make_symbol_completion_list): Update.
878 (make_symbol_completion_type): Declare.
879
880 2012-12-07 Tom Tromey <tromey@redhat.com>
881
882 * expression.h (parse_expression_for_completion): Rename
883 from parse_field_expression.
884 (parse_completion): Rename from in_parse_field.
885 * c-exp.y (lex_one_token): Update.
886 * completer.c (expression_completer): Update.
887 * go-exp.y (lex_one_token): Update.
888 * p-exp.y (yylex): Update.
889 * parse.c (parse_completion): Rename from in_parse_field.
890 (parse_exp_in_context): Update.
891 (parse_expression_for_completion): Rename from
892 parse_field_expression. Update.
893
894 2012-12-07 Tom Tromey <tromey@redhat.com>
895
896 * typeprint.c (_initialize_typeprint): Set completer
897 for "whatis" and "ptype".
898
899 2012-12-07 Joel Brobecker <brobecker@adacore.com>
900
901 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
902 "sim/common/cgen-fpu.h". Remove invalid entries
903 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
904 which actually have an FSF copyright header.
905
906 2012-12-07 Joel Brobecker <brobecker@adacore.com>
907
908 * osf-share/AT386/cma_thread_io.h: Delete.
909 * osf-share/HP800/cma_thread_io.h: Delete.
910 * osf-share/README: Delete.
911 * osf-share/RIOS/cma_thread_io.h: Delete.
912 * osf-share/cma_attr.h: Delete.
913 * osf-share/cma_deb_core.h: Delete.
914 * osf-share/cma_debug_client.h: Delete.
915 * osf-share/cma_errors.h: Delete.
916 * osf-share/cma_handle.h: Delete.
917 * osf-share/cma_init.h: Delete.
918 * osf-share/cma_list.h: Delete.
919 * osf-share/cma_mutex.h: Delete.
920 * osf-share/cma_sched.h: Delete.
921 * osf-share/cma_semaphore_defs.h: Delete.
922 * osf-share/cma_sequence.h: Delete.
923 * osf-share/cma_stack.h: Delete.
924 * osf-share/cma_stack_int.h: Delete.
925 * osf-share/cma_tcb_defs.h: Delete.
926 * osf-share/cma_util.h: Delete.
927 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
928 in osf-share.
929 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
930 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
931 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
932
933 2012-12-06 Pedro Alves <palves@redhat.com>
934 Tom Tromey <tromey@redhat.com>
935
936 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
937
938 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
939
940 PR mi/14741:
941 * mi/mi-cmd-var.c (varobj_update_one): Take value of
942 attribute "dynamic" and "displayhint" from printed child,
943 not the root variable.
944
945 2012-12-06 Joel Brobecker <brobecker@adacore.com>
946
947 * aix-thread.c (getthrds): Fix type of 4th parameter.
948 (get_signaled_thread): Change type of variable ktid to tid_t.
949
950 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
951
952 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
953 value of get_frame_block.
954
955 2012-12-05 Pierre Muller <muller@sourceware.org>
956
957 Avoid memory leaks on struct cmd_list_element.doc field.
958 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
959 if flags contains DOC_ALLOCATED.
960 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
961 flags.
962 (delete_cmd): Handle DOC_ALLOCATED flag.
963 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
964 in flags filed of struct cmd_list_element.
965 (struct cmd_list_element): Document new flag item.
966
967 2012-12-04 Doug Evans <dje@google.com>
968
969 * symmisc.c: Whitespace fixes.
970
971 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
972
973 * i386-tdep.c (i386_skip_prologue): Using symbol table
974 to find the end of prologue for clang compiled binaries.
975 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
976 to find the end of prologue for clang compiled binaries.
977
978 2012-12-03 Doug Evans <dje@google.com>
979
980 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
981 (dw2_find_symbol_file): Delete unused local file_data.
982
983 2012-12-03 Tom Tromey <tromey@redhat.com>
984
985 * ada-exp.y (write_object_renaming, write_var_or_type)
986 (write_ambiguous_var, write_var_from_sym): Make blocks const.
987 * ada-lang.c (replace_operator_with_call)
988 (find_old_style_renaming_symbol): Make blocks const.
989 * ada-lang.h (ada_find_renaming_symbol): Update.
990 (struct ada_symbol_info) <block>: Now const.
991 * breakpoint.c (watch_command_1): Update.
992 * breakpoint.h (struct watchpoint) <exp_valid_block,
993 cond_exp_valid_block>: Now const.
994 * c-exp.y (classify_inner_name, classify_name): Make block
995 argument const.
996 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
997 const.
998 * expression.h (innermost_block, parse_exp_1): Update.
999 (union exp_element) <block>: Now const.
1000 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1001 (lookup_struct): Make block argument const.
1002 * gdbtypes.h (lookup_template_type): Update.
1003 * go-exp.y (classify_name, classify_packaged_name)
1004 (package_name_p): Make block argument const.
1005 * objc-lang.c (lookup_struct_typedef): Make block argument const.
1006 * objc-lang.h (lookup_struct_typedef): Update.
1007 * parse.c (parse_exp_in_context, parse_exp_1)
1008 (write_exp_elt_block): Make block arguments const.
1009 (expression_context_block, innermost_block): Now const.
1010 * parser-defs.h (write_exp_elt_block): Update.
1011 (expression_context_block, innermost_block, block_found): Now
1012 const.
1013 * printcmd.c (struct display) <block>: Now const.
1014 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1015 * valops.c (address_of_variable): Make block argument const.
1016 * value.h (value_of_variable): Update.
1017 * varobj.c (struct varobj_root) <valid_block>: Now const.
1018
1019 2012-11-30 Yao Qi <yao@codesourcery.com>
1020
1021 * breakpoint.c (print_one_breakpoint_location): Indent code.
1022
1023 2012-11-30 Yao Qi <yao@codesourcery.com>
1024
1025 * breakpoint.c (print_one_breakpoint_location): Combine two
1026 blocks handling 'hit count' together.
1027
1028 2012-11-30 Yao Qi <yao@codesourcery.com>
1029
1030 * infrun.c (error_is_running, ensure_not_running): Move them
1031 to ...
1032 * infcmd.c (error_is_running, ensure_not_running): ... here.
1033 Make them 'static'.
1034 * inferior.h: Remove declarations of error_is_running and
1035 ensure_not_running.
1036
1037 2012-11-30 Yao Qi <yao@codesourcery.com>
1038
1039 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1040 check REGNUM >= 0.
1041
1042 2012-11-30 Yao Qi <yao@codesourcery.com>
1043
1044 * infrun.c: Make the declaration of 'init_infwait_state'
1045 static.
1046 (init_infwait_state): Make it 'static'.
1047
1048 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1049
1050 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1051 return value to void to avoid compiler warning.
1052
1053 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1054
1055 * opencl-lang.c (opencl_print_type): New function.
1056 (opencl_language_arch_info): Install it.
1057
1058 2012-11-29 Tom Tromey <tromey@redhat.com>
1059
1060 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1061 xvasprintf.
1062 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1063 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1064
1065 2012-11-29 Jerome Guitton <guitton@adacore.com>
1066
1067 * ada-lang.c (ada_is_interface_tag): New function.
1068 (ada_is_ignored_field): Add interface tags to the list
1069 of ignored fields.
1070
1071 2012-11-29 Jerome Guitton <guitton@adacore.com>
1072
1073 * ada-lang.h (ada_tag_value_at_base_address): New function
1074 declaration.
1075 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1076 New functions.
1077 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1078 relocate the class-wide value if need be.
1079 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1080 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1081 before dereferencing it.
1082 * ada-valprint.c (ada_val_print_1): Relocate to base address
1083 before displaying the content of an interface-wide ref.
1084
1085 2012-11-29 Jerome Guitton <guitton@adacore.com>
1086
1087 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1088
1089 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1090
1091 GDB 7.5.1 released.
1092
1093 2012-11-29 Yao Qi <yao@codesourcery.com>
1094 Tom Tromey <tromey@redhat.com>
1095
1096 * eval.c (evaluate_subexp_standard): Get the correct pointer
1097 type for TYPE_CODE_MEMBERPTR.
1098
1099 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1100
1101 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1102 since now it is being done by binutils' powerpc_init_dialect().
1103
1104 2012-11-28 Tom Tromey <tromey@redhat.com>
1105
1106 PR gdb/14290:
1107 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1108 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1109 Use it.
1110 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1111 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1112 (gdb_bfd_openr_next_archived_file): Use it.
1113
1114 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1115
1116 * configure.ac: Check for linux/perf_event.h.
1117 * config.in: Regenerated.
1118 * configure: Regenerated.
1119
1120 2012-11-28 Yao Qi <yao@codesourcery.com>
1121
1122 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1123 abbreviate 'delete tracepoints' to 'delete tr'.
1124 * corefile.c (_initialize_core): Call add_alias_cmd to
1125 abbreviate 'set gnutarget' to 'set g'.
1126 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1127 'show convenience' to 'show conv'.
1128
1129 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1130
1131 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1132 call to sparc_supply_fpregset.
1133 (fill_fpregset): Fix first parameter in call to
1134 sparc_collect_fpregset.
1135
1136 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1137 Kazu Hirata <kazu@codesourcery.com>
1138 Yao Qi <yao@codesourcery.com>
1139
1140 * objfiles.c (init_entry_point_info): Call
1141 gdbarch_convert_from_func_ptr_addr and
1142 gdbarch_addr_bits_remove here ...
1143 (entry_point_address_query): ... instead of here.
1144 * solib-svr4.c (exec_entry_point): Call
1145 gdbarch_addr_bits_remove.
1146 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1147 the entry address.
1148
1149 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1150 Yao Qi <yao@codesourcery.com>
1151
1152 * eval.c (evaluate_subexp_standard): Add handling of
1153 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1154 result of ptype for calling a TYPE_CODE_METHODPTR.
1155
1156 2012-11-27 Yao Qi <yao@codesourcery.com>
1157
1158 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1159 warning.
1160 Add i18n markup.
1161
1162 2012-11-26 Alexander Larsson <alexl@redhat.com>
1163 Jan Kratochvil <jan.kratochvil@redhat.com>
1164 Tom Tromey <tromey@redhat.com>
1165
1166 * NEWS: Mention mini debuginfo feature.
1167 * minidebug.c: New file.
1168 * configure.ac: Check for lzma.
1169 * configure, config.in: Rebuild.
1170 * Makefile.in (LIBLZMA): New variable.
1171 (CLIBS): Include LIBLZMA.
1172 (SFILES): Mention minidebug.c.
1173 (COMMON_OBS): Mention minidebug.o.
1174 * symfile.c (read_symbols): New function.
1175 (syms_from_objfile, reread_symbols): Call it.
1176 * symfile.h (find_separate_debug_file_in_section): Declare.
1177
1178 2012-11-26 Keith Seitz <keiths@redhat.com>
1179
1180 * exec.c (exec_file_attach): Move cleanup after verifying that
1181 memory has in fact been allocated.
1182
1183 2012-11-26 Tom Tromey <tromey@redhat.com>
1184
1185 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1186 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1187 SYMBOL_SYMTAB.
1188 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1189
1190 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1191 Pedro Alves <palves@redhat.com>
1192
1193 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1194 size parameter passed to readlink by one byte.
1195 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1196 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1197 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1198 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1199 size by one byte.
1200
1201 2012-11-26 Yao Qi <yao@codesourcery.com>
1202
1203 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1204 extraneous parentheses.
1205
1206 2012-11-26 Yao Qi <yao@codesourcery.com>
1207
1208 * remote.c (remote_start_remote): Typo fix.
1209
1210 2012-11-23 David S. Miller <davem@davemloft.net>
1211
1212 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1213 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1214 sparc32_sol2_fpregset): Declare new globals.
1215 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1216 'fpregset' argument.
1217 * sparc64-tdep.h (sparc64_supply_fpregset,
1218 sparc64_collect_fpregset): Likewise.
1219 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1220 globals.
1221 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1222 (sparc_fpregset): Declare new global.
1223 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1224 'fpregset' argument.
1225 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1226 into handler.
1227 (fill_fpregset): Likewise.
1228 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1229 sparc32_bsd_fpregset.
1230 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1231 sparc32_bsd_fpregset down into handler.
1232 (sparc32_linux_collect_core_fpregset): Likewise.
1233 * sparc-nat.c (sparc_fpregset): Define.
1234 (sparc_supply_fpregset): Add 'fpregset' argument.
1235 (sparc_collect_fpregset): Likewise.
1236 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1237 into fpregset handler.
1238 (sparc_store_inferior_registers): Likewise.
1239 (_initialize_sparc_nat): Set sparc_fpregset to
1240 sparc32_sunos4_fpregset if NULL.
1241 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1242 down into handler.
1243 (fill_fpregset): Likewise.
1244 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1245 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1246 use it to compute offsets.
1247 (sparc32_collect_fpregset): Likewise.
1248 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1249 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1250 down into handler.
1251 (fill_fpregset): Likewise.
1252 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1253 Likewise.
1254 (sparc64_linux_collect_core_fpregset): Likewise.
1255 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1256 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1257 use it to compute offsets.
1258 (sparc64_collect_fpregset): Likewise.
1259 (sparc64_bsd_fpregset): Define.
1260 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1261 sparc64_bsd_fpregset down into handler.
1262 (sparc64fbsd_collect_fpregset): Likewise.
1263 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1264 and pass sparc{32,64}_bsd_fpregset down into handler.
1265 (sparc64nbsd_collect_fpregset): Likewise.
1266 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1267 sparc64_bsd_fpregset down into handler.
1268 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1269 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1270 to sparc32_bsd_fpregset.
1271 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1272 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1273 (sparc32nbsd_supply_fpregset): Likewise.
1274
1275 2012-11-21 Tom Tromey <tromey@redhat.com>
1276
1277 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1278 field.
1279 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1280 Remove.
1281 * c-typeprint.c (c_type_print_base): Update.
1282
1283 2012-11-21 Yao Qi <yao@codesourcery.com>
1284
1285 PR tdep/7438
1286 * gdbarch.sh (smash_text_address): Remove.
1287 * gdbarch.c, gdbarch.h: Regenerate.
1288 * arm-tdep.c (arm_smash_text_address): Remove.
1289 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1290 * hppa-tdep.c (hppa_smash_text_address): Remove.
1291 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1292 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1293 Caller update.
1294 * coffread.c (coff_symtab_read): Caller update.
1295 * dbxread.c (process_one_symbol): Likewise.
1296 * elfread.c (record_minimal_symbol): Likewise.
1297 * somread.c (som_symtab_read): Likewise.
1298
1299 2012-11-20 Pierre Muller <muller@sourceware.org>
1300
1301 ARI fixes: sprintf rule.
1302 Replace sprintf function calls for char arrays by
1303 calls to xsnprintf calls.
1304 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1305 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1306 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1307 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1308 * breakpoint.c (condition_completer): Ditto.
1309 (create_tracepoint_from_upload): Ditto.
1310 * dwarf2read.c (file_full_name): Ditto.
1311 * gcore.c (gcore_command): Ditto.
1312 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1313 * go32-nat.c (go32_sysinfo): Ditto.
1314 * interps.c (interp_set): Ditto.
1315 * m32c-tdep.c (make_types): Ditto.
1316 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1317 * remote-m32r-sdi.c (m32r_open): Ditto.
1318 * sol-thread.c (td_err_string): Ditto.
1319 (td_state_string, solaris_pid_to_str): Ditto.
1320 * symtab.c (gdb_mangle_name): Ditto.
1321 * cli/cli-script.c (execute_control_command): Ditto.
1322 (define_command, document_command): Ditto.
1323 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1324 * tui/tui-stack.c (tui_make_status_line): Ditto.
1325 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1326
1327 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1328
1329 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1330 it when looking at ptr->func.
1331 * command.h (complete_on_cmdlist): Add a fourth arg.
1332 * completer.c (complete_line_internal): Add local ignore_help_classes,
1333 and set it to 1 when reason is not handle_help. Pass this down to
1334 lookup_cmd_1 and complete_on_cmdlist.
1335
1336 2012-11-20 Tom Tromey <tromey@redhat.com>
1337
1338 * completer.c (count_struct_fields): Remove.
1339 (expression_completer): Don't call count_struct_fields.
1340
1341 2012-11-20 Pedro Alves <palves@redhat.com>
1342
1343 * annotate.c (breakpoints_changed): Rename to ...
1344 (annotate_breakpoints_changed): ... this.
1345 (annotate_stopped, breakpoint_changed): Adjust caller.
1346 * annotate.h (breakpoints_changed): Rename to ...
1347 (annotate_breakpoints_changed): ... this.
1348 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1349 (do_map_commands_command, init_raw_breakpoint, clear_command)
1350 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1351
1352 2012-11-20 David S. Miller <davem@davemloft.net>
1353
1354 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1355 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1356 sysconf.
1357 (get_cores_used_by_process): Update comment.
1358
1359 2012-11-20 Yao Qi <yao@codesourcery.com>
1360
1361 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1362
1363 2012-11-20 Yao Qi <yao@codesourcery.com>
1364
1365 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1366 to deprecated_context_hook.
1367
1368 2012-11-19 Yao Qi <yao@codesourcery.com>
1369
1370 * infrun.c (infwait_state): Add static.
1371
1372 2012-11-16 Keith Seitz <keiths@redhat.com>
1373
1374 PR c++/13615
1375 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1376 parameter and pass it to lookup_symbol_file.
1377 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1378 to search base classes.
1379 (cp_lookup_symbol_namespace): Likewise.
1380 (lookup_namespace_scope): Likewise.
1381 (lookup_symbol_file): Add SEARCH parameter.
1382 If SEARCH is non-zero and no symbol is found, lookup the class
1383 and call cp_lookup_nested_symbol.
1384 (find_symbol_in_baseclass): New function.
1385 (cp_lookup_nested_symbol): Do not let
1386 cp_lookup_symbol_in_namespace search through base classes.
1387 Do that later when there is no global symbol match.
1388
1389 2012-11-16 Doug Evans <dje@google.com>
1390
1391 * main.c (gdb_datadir_provided): New static global.
1392 (get_init_files): If --data-directory is provided,
1393 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1394 * NEWS: Mention it.
1395
1396 2012-11-15 Pierre Muller <muller@sourceware.org>
1397
1398 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1399 * gdb_stat.h: Delete. Moved to common directory.
1400 * common/gdb_stat.h: New file.
1401 * gdb_wait.h: Delete. Moved to common directory.
1402 * common/gdb_wait.h: New file.
1403 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1404 location.
1405 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1406 location.
1407 (stat.h rule): Adapt to new gdb_stat.h location.
1408 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1409 <sys/stat.h> header.
1410 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1411 <sys/wait.h> header.
1412
1413 2012-11-15 Pierre Muller <muller@sourceware.org>
1414
1415 * configure.ac (AC_HEADER_STAT): Remove.
1416 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1417 and corresponding code.
1418 * configure: Regenerate.
1419 * config.in: Regenerate.
1420
1421 2012-11-15 Pierre Muller <muller@sourceware.org>
1422
1423 ARI xasprintf rule fixes.
1424 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1425 instead of xasprintf.
1426 (open_and_init_dwp_file): Ditto.
1427
1428 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1429
1430 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1431 target types.
1432
1433 2012-11-14 Tom Tromey <tromey@redhat.com>
1434
1435 * configure, config.in: Rebuild.
1436 * configure.ac: Don't check for ctype.h, time.h.
1437 * expprint.c: Don't use HAVE_CTYPE_H.
1438
1439 2012-11-13 Tom Tromey <tromey@redhat.com>
1440
1441 * gdbarch.h, gdbarch.c: Rebuild.
1442 * gdbarch.sh (set_target_gdbarch): Rename from
1443 deprecated_target_gdbarch_select_hack.
1444 * arch-utils.c (gdbarch_update_p): Update.
1445 (set_gdbarch_from_file): Update.
1446
1447 2012-11-14 Pierre Muller <muller@sourceware.org>
1448
1449 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1450 as responsible of contrib/ari directory.
1451
1452 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1453 Yao Qi <yao@codesourcery.com>
1454
1455 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1456 bit of EXC_RETURN.
1457 (arm_m_exception_cache, arm_m_exception_this_id)
1458 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1459 (arm_m_exception_unwind): New.
1460 (arm_gdbarch_init): Register arm_m_exception_unwind.
1461
1462 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1463
1464 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1465 parameter COUNT, for pattern filling of memory regions.
1466 * NEWS: Mention it.
1467
1468 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1469
1470 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1471 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1472 to print_source_lines ().
1473 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1474 flag.
1475 * source.c (print_source_lines_base): Prefix source line with
1476 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1477
1478 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1479
1480 * symtab.h (print_source_lines_flags): New enum.
1481 * source.c (print_source_lines_base): Change noerror to flags.
1482 (print_source_lines): Change noerror to flags.
1483
1484 2012-11-13 Pierre Muller <muller@sourceware.org>
1485
1486 ARI fixes: Avoid sprintf function use rule.
1487 * charset.c (convert_between_encodings): Use xsnprintf.
1488 * cli-out.c (cli_field_int): Likewise.
1489 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1490 * expprint.c (op_name_standard): Likewise.
1491 * frv-tdep.c (set_variant_num_gprs): Likewise.
1492 (set_variant_num_fprs): Likewise.
1493 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1494 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1495 (nto_init_solib_absolute_prefix): Likewise.
1496 * source.c (init_source_path): Likewise.
1497 (print_source_lines_base): Likewise.
1498 * valprint.c (print_wchar): Likewise.
1499 * mi/mi-out.c (mi_field_int): Likewise.
1500 windows-nat.c (windows_pid_to_exec_file): Likewise.
1501 (windows_create_inferior): Likewise.
1502 (_initialize_check_for_gdb_ini): Likewise.
1503
1504 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1505
1506 * frame.h (deprecated_frame_register_read): Renames
1507 frame_register_read.
1508 * frame.c (deprecated_frame_register_read): Renames
1509 frame_register_read. Update all callers.
1510 * i386-tdep.c: Update all callers of frame_register_read.
1511 * infcmd.c: Likewise.
1512 * jit.c: Likewise.
1513 * mips-tdep.c: Likewise.
1514 * mt-tdep.c: Likewise.
1515 * sh64-tdep.c: Likewise.
1516
1517 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1518
1519 * frame.h (frame_register_read): Remove FIXME comment.
1520 * frame.c (frame_register_read): Add suggestion explaining
1521 which function to use in place of this one.
1522
1523 2012-11-12 Tom Tromey <tromey@redhat.com>
1524
1525 * python/python.c (start_type_printers): Initialize 'result_obj'.
1526
1527 2012-11-12 Tom Tromey <tromey@redhat.com>
1528
1529 * NEWS: Update.
1530 * data-directory/Makefile.in (PYTHON_FILES): Add
1531 type_printers.py.
1532 * python/lib/gdb/command/type_printers.py: New file.
1533 * python/lib/gdb/command/types.py (TypePrinter): New class.
1534 (_get_some_type_recognizers, get_type_recognizers,
1535 apply_type_recognizers, register_type_printer): New
1536 functions.
1537 * python/py-objfile.c (objfile_object) <type_printers>: New
1538 field.
1539 (objfpy_dealloc): Decref new field.
1540 (objfpy_new): Set new field.
1541 (objfpy_get_type_printers, objfpy_set_type_printers): New
1542 functions.
1543 (objfile_to_objfile_object): Set new field.
1544 (objfile_getset): Add "type_printers".
1545 * python/py-progspace.c (pspace_object) <type_printers>: New
1546 field.
1547 (pspy_dealloc): Decref new field.
1548 (pspy_new): Set new field.
1549 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1550 (pspace_to_pspace_object): Set new field.
1551 (pspace_getset): Add "type_printers".
1552 * python/python.c (start_type_printers, apply_type_printers,
1553 free_type_printers): New functions.
1554 (_initialize_python): Set gdb.type_printers.
1555 * python/python.h (start_type_printers, apply_type_printers,
1556 free_type_printers): Declare.
1557 * typeprint.c (type_print_raw_options, default_ptype_flags):
1558 Update for new fields.
1559 (do_free_global_table, create_global_typedef_table,
1560 find_global_typedef): New functions.
1561 (find_typedef_in_hash): Use find_global_typedef.
1562 (whatis_exp): Use create_global_typedef_table. Change cleanup
1563 handling.
1564 * typeprint.h (struct type_print_options) <global_typedefs,
1565 global_printers>: New fields.
1566
1567 2012-11-12 Tom Tromey <tromey@redhat.com>
1568
1569 * c-typeprint.c (find_typedef_for_canonicalize,
1570 print_name_maybe_canonical): New functions.
1571 (c_print_type): Look up type name.
1572 (cp_type_print_derivation_info): Add flags argument. Use
1573 print_name_maybe_canonical.
1574 (cp_type_print_method_args): Add wrapping.
1575 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1576 (c_type_print_template_args): New function.
1577 (c_type_print_base): Change wrapping. Use
1578 print_name_maybe_canonical.
1579 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1580 type name lookups.
1581 * gdbtypes.c (types_equal): No longer static.
1582 * gdbtypes.h (types_equal): Declare.
1583 * typeprint.c (type_print_raw_options, default_ptype_flags):
1584 Update.
1585 (struct typedef_hash_table): New.
1586 (hash_typedef_field, eq_typedef_field,
1587 recursively_update_typedef_hash, add_template_parameters,
1588 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1589 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1590 copy_typedef_hash, find_typedef_in_hash): New functions.
1591 * typeprint.h (struct type_print_options) <local_typedefs>:
1592 New field.
1593 (recursively_update_typedef_hash, add_template_parameters,
1594 create_typedef_hash, free_typedef_hash,
1595 make_cleanup_free_typedef_hash, copy_typedef_hash,
1596 find_typedef_in_hash): Declare.
1597
1598 2012-11-12 Tom Tromey <tromey@redhat.com>
1599
1600 * cp-support.c (inspect_type,
1601 replace_typedefs_qualified_name, replace_typedefs): Add
1602 finder, data arguments. Call as needed.
1603 (cp_canonicalize_string_full): New function.
1604 (cp_canonicalize_string_no_typedefs): Rewrite.
1605 * cp-support.h (canonicalization_ftype): New typedef.
1606 (cp_canonicalize_string_full): Declare.
1607
1608 2012-11-12 Tom Tromey <tromey@redhat.com>
1609
1610 * NEWS: Update.
1611 * c-typeprint.c (c_type_print_base): Handle print_method and
1612 print_typedefs flags.
1613 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1614 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1615 options.
1616 * typeprint.c (type_print_raw_options, default_ptype_flags):
1617 Update for new field.s
1618 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1619 (setprinttypelist, showprinttypelist, print_methods,
1620 print_typedefs): New globals.
1621 (set_print_type, show_print_type, set_print_type_methods,
1622 show_print_type_methods, set_print_type_typedefs,
1623 show_print_type_typedefs): New functions.
1624 (_initialize_typeprint): Update documentation. Add "print
1625 type methods" and "print type typedefs" parameters.
1626 * typeprint.h (struct type_print_options) <print_methods,
1627 print_typedefs>: New fields.
1628
1629 2012-11-12 Tom Tromey <tromey@redhat.com>
1630
1631 * c-typeprint.c (cp_type_print_method_args): Add flags
1632 argument. Call c_print_type, not type_print.
1633 (c_type_print_base): Call c_print_type, not type_print.
1634 Update.
1635
1636 2012-11-12 Tom Tromey <tromey@redhat.com>
1637
1638 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1639 to type-printing functions.
1640 * ada-lang.h (ada_print_type): Add argument.
1641 * ada-typeprint.c (print_array_type, print_variant_clauses,
1642 print_variant_part, print_selected_record_field_types,
1643 print_record_field_types, print_unchecked_union_type,
1644 print_func_type, ada_print_type): Add flags argument.
1645 (ada_print_typedef): Update.
1646 * c-exp.y (OPERATOR conversion_type_id): Update.
1647 * c-lang.h (c_print_type, c_type_print_base): Update.
1648 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1649 c_type_print_modifier, c_type_print_args,
1650 c_type_print_varspec_suffix, c_type_print_base): Add flags
1651 argument.
1652 * cp-valprint.c (cp_print_class_member): Update.
1653 * dwarf2read.c (dwarf2_compute_name): Update.
1654 * f-lang.h (f_print_type): Add argument.
1655 * f-typeprint.c (f_print_type): Add flags argument.
1656 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1657 * go-lang.h (go_print_type): Add argument.
1658 * go-typeprint.c (go_print_type): Add flags argument.
1659 * jv-lang.h (java_print_type): Add argument.
1660 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1661 flags argument.
1662 * language.c (unk_lang_print_type): Add flags argument.
1663 * language.h (struct language_defn) <la_print_type>: Add flags
1664 argument.
1665 (LA_PRINT_TYPE): Likewise.
1666 * m2-lang.h (m2_print_type): Add argument.
1667 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1668 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1669 m2_unbounded_array, m2_record_fields): Add flags argument.
1670 * p-lang.h (pascal_print_type, pascal_type_print_base,
1671 pascal_type_print_varspec_prefix): Add argument.
1672 * p-typeprint.c (pascal_print_type,
1673 pascal_type_print_varspec_prefix, pascal_print_func_args,
1674 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1675 flags argument.
1676 * symmisc.c (print_symbol): Update.
1677 * typeprint.c (type_print_raw_options, default_ptype_flags):
1678 New globals.
1679 (type_print): Update.
1680 * typeprint.h (struct type_print_options): New.
1681 (type_print_raw_options): Declare.
1682 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1683
1684 2012-11-10 Keith Seitz <keiths@redhat.com>
1685
1686 * breakpoint.c (clear_command): Add cleanup for
1687 sals.sals if an argument is given.
1688
1689 * linespec.c (parse_linespec): Do cleanups after
1690 parsing a convenience variable.
1691
1692 2012-11-10 Keith Seitz <keiths@redhat.com>
1693
1694 PR gdb/14288
1695 * c-valprint.c (c_val_print): For character arrays
1696 with "print null" option on, print ellipses if
1697 the output is truncated and the next character is not \000.
1698 * valprint.c (MAX_WCHARS): Define.
1699 (WCHAR_BUFLEN): Likewise.
1700 (WCHAR_BUFLEN_MAX): Likewise.
1701 (struct converted_character): New structure.
1702 (count_next_character): New function.
1703 (print_converted_chars_to_obstack): New function.
1704 (generic_printstr): Rewrite using count_next_character
1705 and print_converted_chars_to_obstack.
1706
1707 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1708
1709 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1710 while executing the gdb command.
1711 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1712 are called from prompt_for_continue.
1713 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1714
1715 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1716
1717 PR tui/9584
1718
1719 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1720 but insert the command to execute in readline's buffer.
1721
1722 2012-11-09 Tom Tromey <tromey@redhat.com>
1723
1724 * gdbarch.sh (target_gdbarch): Remove macro.
1725 (get_target_gdbarch): Rename to target_gdbarch.
1726 * gdbarch.c, gdbarch.h: Rebuild.
1727 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1728 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1729 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1730 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1731 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1732 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1733 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1734 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1735 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1736 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1737 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1738 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1739 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1740 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1741 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1742 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1743 target-descriptions.c, target.c, target.h, tracepoint.c,
1744 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1745 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1746 python/py-inferior.c, python/python.c: Update.
1747
1748 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1749
1750 * source.c (print_source_lines_base): Add fullname field giving
1751 full path to file in mi output.
1752 * NEWS: Mention the new fullname field.
1753
1754 2012-11-09 Yao Qi <yao@codesourcery.com>
1755
1756 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1757
1758 2012-11-09 Pedro Alves <palves@redhat.com>
1759
1760 PR gdb/14306
1761
1762 * infrun.c: Include target-descriptions.h.
1763 (follow_exec): Fetch new target description.
1764
1765 2012-11-09 Yao Qi <yao@codesourcery.com>
1766
1767 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1768 0x8d (lea).
1769
1770 2012-11-09 Yao Qi <yao@codesourcery.com>
1771
1772 * breakpoint.c: Declare set_tracepoint_count.
1773 (install_breakpoint): Call set_tracepoint_count if B is a
1774 tracepoint.
1775 (trace_command): Don't call set_tracepoint_count. Re-indent.
1776 (strace_command, ftrace_command):
1777 (create_tracepoint_from_upload): Likewise.
1778
1779 2012-11-09 Pedro Alves <palves@redhat.com>
1780
1781 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1782 (get_target_gdbarch) <gdbarch.h>: New function.
1783 (startup_gdbarch) <gdbarch.h>: Declare.
1784 <gdbarch.c> (target_gdbarch): Delete.
1785 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1786 current inferior's gdbarch.
1787 <gdbarch.c> (get_target_gdbarch): New function.
1788 * inferior.c: Include target-descriptions.h.
1789 (free_inferior): Free target description info.
1790 (add_inferior_with_spaces): Set the inferior's initial
1791 architecture.
1792 (clone_inferior_command): Copy the original inferior's target
1793 description if it was user specified.
1794 (initialize_inferiors): Add comment.
1795 * inferior.h (struct target_desc_info): Forward declare.
1796 (struct inferior) <gdbarch>: New field.
1797 * linux-nat.c: Include target-descriptions.h.
1798 (linux_child_follow_fork): Copy the parent's architecture and
1799 target description to the child.
1800 * target-descriptions.c: Include inferior.h.
1801 (struct target_desc_info): New structure, holding the equivalents
1802 of ...
1803 (target_desc_fetched, current_target_desc)
1804 (target_description_filename): ... these removed globals.
1805 (get_tdesc_info, target_desc_info_from_user_p)
1806 (copy_inferior_target_desc_info, target_desc_info_free): New.
1807 (target_desc_fetched, current_target_desc)
1808 (target_description_filename): Reimplemented as convenience
1809 macros.
1810 (tdesc_filename_cmd_string): New global.
1811 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1812 tdescs filename ..." commands to the per-inferior equivalent.
1813 (show_tdesc_filename_cmd): Get the value to show from the
1814 per-inferior description filename.
1815 (_initilize_target_descriptions): Change the "set/show tdesc
1816 filename" commands' variable.
1817 * target-descriptions.h (struct target_desc, struct target_desc_info)
1818 (struct inferior): Forward declare.
1819 (target_find_description, target_clear_description)
1820 (target_current_description): Adjust comments.
1821 (copy_inferior_target_desc_info, target_desc_info_free)
1822 (target_desc_info_from_user_p). Declare.
1823
1824 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1825
1826 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1827 (tui_target_wait_hook): Remove.
1828 (tui_install_hooks): Install the about_to_proceed observer.
1829 (tui_remove_hooks): And remove it here.
1830
1831 2012-11-08 Tom Tromey <tromey@redhat.com>
1832
1833 * linux-tdep.c (linux_make_siginfo_note): New function.
1834 (linux_make_corefile_notes): Use it.
1835 * corelow.c (get_core_siginfo): New function.
1836 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1837
1838 2012-11-08 Tom Tromey <tromey@redhat.com>
1839
1840 PR gdb/14704:
1841 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1842 (zlib_decompress_section): Remove.
1843 (gdb_bfd_map_section): Only check for compressed section
1844 in mmap case. Use bfd_get_full_section_contents.
1845 * osabi.c (check_note): Add 'sectsize' argument. Read
1846 section data.
1847 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1848 section data. Update for check_note change.
1849 * xcoffread.c (xcoff_initial_scan): Use
1850 bfd_get_full_section_contents.
1851 * py-auto-load.c (auto_load_section_scripts): Use
1852 bfd_get_full_section_contents.
1853 * contrib/cc-with-tweaks.sh: Add -Z option.
1854
1855 2012-11-08 Tom Tromey <tromey@redhat.com>
1856
1857 * python/py-bpevent.c: Include defs.h.
1858 * python/py-continueevent.c: Include defs.h.
1859 * python/py-event.c: Include defs.h.
1860 * python/py-event.h: Don't include defs.h.
1861 * python/py-events.h: Don't include defs.h.
1862 * python/py-evts.c: Include defs.h.
1863 * python/py-exitedevent.c: Include defs.h.
1864 * python/py-newobjfileevent.c: Include defs.h.
1865 * python/py-signalevent.c: Include defs.h.
1866 * python/py-stopevent.c: Include defs.h.
1867 * python/py-threadevent.c: Include defs.h.
1868
1869 2012-11-08 Pierre Muller <muller@sourceware.org>
1870
1871 * update-web-ari.sh (print_heading): Add number of files
1872 checked.
1873 (nb_files): New variable counting the number of sources
1874 files found by gdb_find.sh script.
1875 (debug_awk): New variable to allow extra debug output.
1876 (indexes): Add more information if DEBUG_AWK is set.
1877
1878 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1879
1880 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1881 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1882 following the change in PLT call stubs on linker.
1883
1884 2012-11-08 Pierre Muller <muller@sourceware.org>
1885
1886 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1887 as default language.
1888 (AWK): Use = instead of == for sh test to avoid warning.
1889 (Linux rule): Correct [:digit] into [[:digit:]].
1890 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1891 (vasprintf rule): Adapt to common subdirectory moves.
1892 (xasprintf rule): Idem.
1893 (xvasprintf rule): Idem.
1894 (var_boolean rule): Accept occurence in == or != test.
1895
1896 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1897
1898 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1899
1900 * tui/tui-hooks.c (tui_inferior_exit): New function.
1901 (tui_detach_hook): Remove.
1902 (tui_install_hooks): Install the inferior exit observer.
1903 (tui_remove_hooks): Remove it.
1904
1905 2012-11-08 Yao Qi <yao@codesourcery.com>
1906
1907 PR gdb/14777.
1908 * source.c (_initialize_source): Call add_com_alias to abbreviate
1909 'forward-search' as 'fo'.
1910
1911 2012-11-07 Pedro Alves <palves@redhat.com>
1912
1913 * arm-tdep.c: Make defs.h be the first include.
1914 * coff-pe-read.c: Ditto.
1915 * gnu-nat.c: Ditto.
1916 * go32-nat.c: Ditto.
1917 * i386-nat.c: Ditto.
1918 * ppcnbsd-nat.c: Ditto.
1919 * ada-varobj.h: Don't include defs.h.
1920 * i386-darwin-tdep.h: Ditto.
1921 * i386-nat.h: Ditto.
1922
1923 2012-11-07 Pedro Alves <palves@redhat.com>
1924
1925 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1926 Committee.
1927
1928 2012-11-07 Pierre Muller <muller@sourceware.org>
1929
1930 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1931 File already uses "gdb_dirent.h" header.
1932
1933 2012-11-07 Yao Qi <yao@codesourcery.com>
1934
1935 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1936 tracepoint_count'.
1937
1938 2012-11-06 Tom Tromey <tromey@redhat.com>
1939
1940 * target.h (inferior_has_forked, inferior_has_vforked)
1941 (inferior_has_execd, inferior_has_called_syscall): Remove
1942 declarations.
1943
1944 2012-11-06 Pierre Muller <muller@sourceware.org>
1945
1946 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1947 add missing internalization markup.
1948
1949 2012-11-06 Pedro Alves <palves@redhat.com>
1950
1951 PR gdb/14810
1952
1953 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1954
1955 2012-11-06 Pierre Muller <muller@sourceware.org>
1956
1957 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1958 is not executable.
1959
1960 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gnulib/update-gnulib.sh: New script.
1963
1964 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1965
1966 * MAINTAINERS: Update my email address.
1967
1968 2012-11-05 Tom Tromey <tromey@redhat.com>
1969
1970 * frame.c (put_frame_register): Don't use temporary buffer.
1971
1972 2012-11-05 Pedro Alves <palves@redhat.com>
1973
1974 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1975 child. Clear 'pending_detach'.
1976 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1977 'pending_detach' in the vfork parent.
1978
1979 2012-11-05 Doug Evans <dje@google.com>
1980
1981 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1982 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1983 * dwarf2read.c: #include "elf-bfd.h".
1984 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1985 (dwop_section_names): Renamed from dwo_section names. All uses
1986 updated. Add entries for .debug_cu_index, .debug_tu_index.
1987 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1988 All uses updated.
1989 (struct dwp_sections): New type.
1990 (struct virtual_dwo_sections): New type.
1991 (struct dwp_hash_table): New type.
1992 (struct dwp_file): New type.
1993 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1994 read in. Handle DWOs coming from DWP files.
1995 (lookup_dwo_file_slot): New function.
1996 (dwarf2_locate_dwo_sections): Move definition closer to use.
1997 (create_dwo_debug_info_hash_table_reader): Renamed from
1998 create_debug_info_hash_table_reader. All callers updated.
1999 (create_dwo_debug_info_hash_table): Renamed from
2000 create_debug_info_hash_table. All callers updated.
2001 (create_dwp_hash_table): New function.
2002 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2003 (lookup_dwo_in_dwp): New function.
2004 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
2005 is_dwp. All callers updated.
2006 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
2007 (open_and_init_dwo_file): Renamed from init_dwo_file.
2008 All callers updated.
2009 (lookup_dwo_file): Delete.
2010 (dwarf2_locate_dwp_sections): New function.
2011 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2012 (allocate_dwp_loaded_cutus_table): New function.
2013 (open_and_init_dwp_file): New function.
2014 (lookup_dwo_cutu): New function.
2015 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2016
2017 2012-11-03 Yao Qi <yao@codesourcery.com>
2018
2019 Fix PR gdb/14617.
2020 * breakpoint.c (trace_pass_set_count): Call
2021 observer_notify_breakpoint_modified instead of
2022 observer_notify_tracepoint_modified.
2023 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2024
2025 2012-11-02 Tom Tromey <tromey@redhat.com>
2026
2027 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2028 argument to complete_on_enum.
2029
2030 2012-11-02 Tom Tromey <tromey@redhat.com>
2031
2032 * configure: Rebuild.
2033 * configure.ac (build_warnings): Add -Wempty-body.
2034 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2035 * remote.c (handle_notification): Use braces for empty 'else' body.
2036 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2037 'else' body.
2038 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2039 'else' body.
2040 * solib-som.c (som_relocate_section_addresses): Use braces
2041 for empty 'else' body.
2042 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2043 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2044
2045 2012-11-02 Pedro Alves <palves@redhat.com>
2046
2047 PR gdb/14766
2048
2049 * infrun.c (handle_inferior_event)
2050 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2051 null_ptid before handling a vfork child exec or exit. Switch to
2052 the event ptid afterwards.
2053
2054 2012-11-02 Yao Qi <yao@codesourcery.com>
2055
2056 * std-operator.def: Remove OP_LABELED.
2057 * eval.c: Remove the declaration of 'get_label'.
2058 (get_label): Remove.
2059 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2060 Update comment.
2061 Remove local variable 'variantno' and related code.
2062 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2063 with 'fieldno'.
2064 * expprint.c (print_subexp_standard): Likewise.
2065 (dump_subexp_body_standard): Likewise.
2066 * parse.c (operator_length_standard): Likewise.
2067
2068 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2069
2070 Incorporate ARI web page generator into GDB sources.
2071 * contrib/ari/create-web-ari-in-src.sh: New file.
2072 * contrib/ari/gdb_ari.sh: New file.
2073 * contrib/ari/gdb_find.sh: New file.
2074 * contrib/ari/update-web-ari.sh: New file.
2075
2076 2012-10-31 Tom Tromey <tromey@redhat.com>
2077
2078 * gdbarch.c: Rebuild.
2079 * gdbarch.sh: Remove references to gdbarch_swap.
2080 * corelow.c (core_open): Remove obsolete comment.
2081
2082 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2083
2084 PR cli/14772
2085 * c-typeprint.c (c_print_type): Don't print a space for vector
2086 types, this is handled within the suffix.
2087 (c_type_print_varspec_suffix): Add a space to vector suffix.
2088
2089 2012-10-26 Pedro Alves <palves@redhat.com>
2090
2091 * amd64-tdep.c (amd64_relocate_instruction): Use
2092 store_unsigned_integer instead of memcpy.
2093 * i386-tdep.c (i386_relocate_instruction): Ditto.
2094
2095 2012-10-26 Pedro Alves <palves@redhat.com>
2096
2097 * infrun.c (handle_inferior_event): Merge handling of
2098 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2099 switch case.
2100
2101 2012-10-26 Pedro Alves <palves@redhat.com>
2102
2103 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2104 Remove comment.
2105
2106 2012-10-26 Pedro Alves <palves@redhat.com>
2107
2108 * target.c (target_waitstatus_to_string): Handle
2109 TARGET_WAITKIND_VFORK_DONE.
2110
2111 2012-10-26 Pedro Alves <palves@redhat.com>
2112
2113 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2114 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2115
2116 2012-10-24 Tristan Gingold <gingold@adacore.com>
2117
2118 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2119 Add comments.
2120
2121 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2122
2123 * ravenscar-thread.c (ravenscar_wait): Only update the list
2124 of threads and inferior_ptid if the inferior is still alive.
2125
2126 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2127
2128 * ada-lang.c (is_known_support_routine): Use lbasename when
2129 matching the symtab's filename against
2130 known_runtime_file_name_patterns.
2131
2132 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2133
2134 * ada-lang.c (ada_same_array_size_p): New function.
2135 (ada_promote_array_of_integrals): New function.
2136 (coerce_for_assign): Add handling of arrays where the elements
2137 are integrals of a smaller size than the size of the target
2138 array element type.
2139
2140 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2141
2142 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2143 against maximum exponent value.
2144
2145 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2146
2147 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2148 "unwind-seh.c".
2149
2150 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2151
2152 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2153 strip typedef layer when computing the fixed type's field type,
2154 only when computing its size.
2155
2156 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2157
2158 PR gdb/12783
2159 * i386-tdep.c (i386_return_value): Handle complex double and long
2160 double.
2161
2162 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2163
2164 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2165 New local variable args_len.
2166 Quote the name of the executable when computing the command line.
2167
2168 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2169
2170 PR gdb/12796
2171 PR gdb/12798
2172 PR gdb/12800
2173 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2174 AMD64_FTAG_REGNUM.
2175 * amd64-tdep.c (amd64_classify): Classify complex types.
2176 (amd64_return_value): Handle the COMPLEX_X87 class.
2177
2178 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2179
2180 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2181 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2182
2183 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2184
2185 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2186 function.
2187 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2188 to amd64_windows_auto_wide_charset.
2189
2190 2012-10-23 Yao Qi <yao@codesourcery.com>
2191
2192 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2193 * event-top.h: Remove its declaration.
2194 (async_request_quit): Call mark_async_signal_handler instead of
2195 mark_async_signal_handler_wrapper.
2196 (async_do_nothing, async_disconnect): Likewise.
2197 (async_stop_sig): Likewise.
2198 * remote.c (handle_remote_sigint): Likewise.
2199 (handle_remote_sigint_twice): Likewise.
2200
2201 2012-10-23 Yao Qi <yao@codesourcery.com>
2202
2203 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2204 with 'static struct async_signal_handler *'.
2205 (sighup_token, sigquit_token, sigstp_token): Likewise.
2206
2207 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2208
2209 * gdbarch.sh (function_list): Use 'pstring' when printing
2210 a variable which could return NULL.
2211 * gdbarch.c: Regenerate.
2212
2213 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2214 Tom Tromey <tromey@redhat.com>
2215
2216 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2217 inneffective if condition by gdb assertion. Add function
2218 description comment.
2219
2220 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2221
2222 * parser-defs.h (struct exp_descriptor): Document constraint
2223 on return value for "op_name" callbacks.
2224
2225 2012-10-18 Tom Tromey <tromey@redhat.com>
2226
2227 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2228 * symtab.c (iterate_over_some_symtabs): Constify.
2229 * source.h (symtab_to_fullname): Return 'const char *'.
2230 * source.c (symtab_to_fullname): Return 'const char *'.
2231 * python/py-symtab.c (stpy_fullname): Constify.
2232 * cli/cli-cmds.c (edit_command): Constify.
2233 * breakpoint.c (print_breakpoint_location)
2234 (update_static_tracepoint): Constify.
2235
2236 2012-10-18 Tom Tromey <tromey@redhat.com>
2237
2238 * breakpoint.c (compare_breakpoints): Fix comparison.
2239
2240 2012-10-18 Tom Tromey <tromey@redhat.com>
2241
2242 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2243 gdb_wchar_t to convert_between_encodings.
2244
2245 2012-10-17 Yao Qi <yao@codesourcery.com>
2246
2247 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2248 more parameter 'inferior'.
2249 * corefile.c (write_memory_with_notification): Caller update.
2250
2251 * mi/mi-cmd-var.c: Include "mi-main.h".
2252 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2253 to 1 and restore it later.
2254 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2255 and "data-write-memory-bytes.
2256 * mi/mi-interp.c: Include objfiles.h.
2257 (mi_interpreter_init): Call observer_attach_memory_changed.
2258 (mi_memory_changed): New.
2259 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2260 New field.
2261
2262 * NEWS: Mention new MI notification "memory-changed".
2263
2264 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2267
2268 2012-10-15 Doug Evans <dje@google.com>
2269
2270 New option -nh: inhibit loading of ~/.gdbinit.
2271 * NEWS: Mention -nh.
2272 * main.c (captured_main): Recognize and process -nh.
2273 (print_gdb_help): Mention -nh.
2274 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2275
2276 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2277
2278 PR backtrace/14646
2279 PR gdb/14647
2280 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2281 pc_regnum_from_eax.
2282 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2283 nor pc_regnum_from_eax.
2284 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2285 nor pc_regnum_from_eax.
2286
2287 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2288
2289 Fix entry values resolving in inlined frames.
2290 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2291 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2292 entries of FRAME.
2293
2294 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2295
2296 * configure.ac: Build with -DMS_WIN64 if building with Python
2297 enabled using GCC on amd64-windows.
2298 * configure: Regenerate.
2299
2300 2012-10-15 Tom Tromey <tromey@redhat.com>
2301
2302 PR python/14635:
2303 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2304 to Py_None.
2305
2306 2012-10-15 Tom Tromey <tromey@redhat.com>
2307
2308 PR python/14634:
2309 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2310
2311 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2312
2313 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2314 reset thread numbering back to 1.
2315
2316 2012-10-11 Doug Evans <dje@google.com>
2317
2318 PR breakpoints/14643.
2319 * linespec.c (struct ls_parser): New member keyword_ok.
2320 (linespec_lexer_lex_string): Add comment.
2321 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2322 for one.
2323 (parse_linespec): Set keyword_ok.
2324
2325 2012-10-10 Doug Evans <dje@google.com>
2326
2327 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2328 "0x" prefix on address in log message.
2329
2330 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2331 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2332 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2333 (lookup_dwo_file): Add const to dwo_name parameter.
2334 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2335
2336 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2337
2338 Fix crash during stepping on ppc32.
2339 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2340 SYM.
2341
2342 2012-10-03 Doug Evans <dje@google.com>
2343
2344 PR symtab/14601
2345 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2346
2347 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2348
2349 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2350 output and use uint32_t not long to ensure 4 byte size.
2351
2352 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2353
2354 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2355 unref'ed it.
2356
2357 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2358
2359 * target.c (simple_search_memory): Include access length in
2360 warning message.
2361
2362 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2363 Edjunior Machado <emachado@linux.vnet.ibm.com>
2364
2365 PR gdb/13989
2366 * solib.c (solib_find): Prevent GDB from loading native libraries when
2367 debugging a cross-target corefile.
2368
2369 2012-09-28 selven <pcthegreat@gmail.com>
2370
2371 Make definition match declaration.
2372
2373 * regcache.c (regcache_register_status): Change return type to
2374 enum register_status.
2375
2376 2012-09-28 Yao Qi <yao@codesourcery.com>
2377
2378 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2379 write_memory_with_notification instead of write_memory.
2380 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2381 instead of target_write_memory.
2382
2383 2012-09-28 Yao Qi <yao@codesourcery.com>
2384
2385 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2386 when the length of content is not an even number.
2387
2388 2012-09-27 Tom Tromey <tromey@redhat.com>
2389
2390 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2391 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2392
2393 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2394
2395 * sol-thread.c (sol_thread_fetch_registers)
2396 (sol_thread_store_registers): Delete commented out code.
2397
2398 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2399
2400 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2401 Move these functions to sparc-sol-thread.c.
2402 * sparc-sol-thread.c: New file.
2403 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2404 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2405 configurations.
2406 * configure: Regenerate.
2407
2408 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2409
2410 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2411 Remove commented-out code.
2412
2413 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2414
2415 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2416 Enable this code for sparc hosts only.
2417
2418 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2419
2420 * procfs.h (procfs_find_LDT_entry): Add declaration.
2421 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2422 function procfs_find_LDT_entry.
2423
2424 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2425
2426 * procfs.c (proc_get_LDT_entry): Make static.
2427
2428 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2429
2430 * procfs.c (proc_find_memory_regions): Fix declaration.
2431
2432 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2433
2434 * amd64-tdep.c (amd64_return_value): Revert previous change
2435 that used TYPE_LENGTH directly.
2436 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2437 (bfin_store_return_value): Likewise.
2438 * cris-tdep.c (cris_store_return_value): Likewise.
2439 (cris_extract_return_value): Likewise.
2440 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2441 * hppa-tdep.c (hppa64_return_value): Likewise.
2442 * lm32-tdep.c (lm32_store_return_value): Likewise.
2443 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2444 * spu-tdep.c (spu_value_from_register): Likewise.
2445 * vax-tdep.c (vax_return_value): Likewise.
2446
2447 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2448
2449 * gdbtypes.c (lookup_array_range_type): Expand parameters
2450 LOW_BOUND and HIGH_BOUND to LONGEST.
2451 (lookup_string_range_type): Likewise.
2452 * gdbtypes.h (lookup_array_range_type): Likewise.
2453 (lookup_string_range_type): Likewise.
2454 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2455 Expand HIGHBOUND to ssize_t.
2456 (value_string): Likewise.
2457 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2458 (value_string): Likewise.
2459
2460 2012-09-27 Yao Qi <yao@codesourcery.com>
2461
2462 PR breakpoints/13898
2463 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2464 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2465 per breakpoint type.
2466
2467 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2468
2469 * procfs.c: Add gdb_bfd header.
2470 * rs6000-nat.c: Likewise.
2471 * solib-pa64.c: Likewise.
2472 * spu-linux-nat.c: Likewise.
2473 * windows-nat.c: Likewise.
2474
2475 2012-09-26 Tom Tromey <tromey@redhat.com>
2476
2477 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2478
2479 2012-09-26 Tom Tromey <tromey@redhat.com>
2480
2481 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2482 (read_common_block): Handle child DIEs with
2483 DW_AT_data_member_location.
2484 (new_symbol_full): Add special case for common blocks.
2485
2486 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2487 Tom Tromey <tromey@redhat.com>
2488
2489 * dwarf2read.c (read_common_block): Rewrite.
2490 (new_symbol_full): Handle DW_TAG_common_block.
2491 * f-lang.c (head_common_list, find_common_for_function):
2492 Remove.
2493 * f-lang.h (struct common_entry, struct saved_f77_common,
2494 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2495 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2496 BLANK_COMMON_NAME_LOCAL): Remove.
2497 (struct common_block): New.
2498 * f-valprint.c (list_all_visible_commons): Remove.
2499 (info_common_command_for_block): New function.
2500 (info_common_command): Use it.
2501 * stack.c (iterate_over_block_locals): Special case for
2502 COMMON_BLOCK_DOMAIN.
2503 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2504 constant.
2505 (struct general_symbol_info) <value.common_block>: New field.
2506 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2507
2508 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2509 Tom Tromey <tromey@redhat.com>
2510
2511 * f-lang.c (allocate_saved_bf_node,
2512 allocate_saved_function_node, allocate_saved_f77_common_node,
2513 allocate_common_entry_node, tail_common_list, current_common,
2514 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2515 tmp_bf_ptr, add_common_block, add_common_entry,
2516 find_first_common_named, patch_common_entries,
2517 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2518 global_remote_debug, get_bf_for_fcn, saved_function_list,
2519 saved_function_list_end, clear_function_list, struct saved_fcn,
2520 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2521 SAVED_BF, SAVED_BF_PTR): Remove.
2522 * f-lang.h (tail_common_list, current_common,
2523 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2524 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2525 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2526 real_main_c_value): Remove.
2527 * f-valprint.c (there_is_a_visible_common_named): Remove.
2528
2529 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2530
2531 * breakpoint.c (update_global_location_list): Ignore previous
2532 duplicate status of a breakpoint when starting a new scan for
2533 duplicate breakpoints.
2534
2535 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2536 PR breakpoints/14419
2537 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2538 support LLVM compiler.
2539
2540 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2541
2542 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2543 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2544 (bfin_store_return_value): Likewise.
2545 * cris-tdep.c (cris_store_return_value): Likewise.
2546 (cris_extract_return_value): Likewise.
2547 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2548 * hppa-tdep.c (hppa64_return_value): Likewise.
2549 * lm32-tdep.c (lm32_store_return_value): Likewise.
2550 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2551 * spu-tdep.c (spu_value_from_register): Likewise.
2552 * vax-tdep.c (vax_return_value): Likewise.
2553
2554 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2555
2556 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2557 parameter LEN to ssize_t.
2558
2559 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2560
2561 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2562 variable LEN.
2563 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2564 directly.
2565 (alpha_store_return_value): Likewise.
2566 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2567 (amd64_push_arguments): Likewise.
2568 * ax-gdb.c (gen_trace_static_fields): Likewise.
2569 (gen_traced_pop): Likewise.
2570 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2571 * breakpoint.c (update_watchpoint): Likewise.
2572 * findcmd.c (parse_find_args): Use local variable for type
2573 instead of length.
2574 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2575 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2576 (h8300_store_return_value): Likewise.
2577 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2578 Use i386_darwin_arg_type_alignment directly.
2579 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2580 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2581 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2582 (m68hc11_extract_return_value): Likewise.
2583 * mep-tdep.c (mep_push_dummy_call): Likewise.
2584 * printcmd.c (float_type_from_length): Likewise.
2585 * s390-tdep.c (s390_value_from_register): Likewise.
2586 * stack.c (read_frame_arg): Likewise.
2587 * tracepoint.c (encode_actions_1): Likewise.
2588 * valops.c (value_fetch_lazy): Use local variable for type
2589 instead of length. Use TYPE_LENGTH directly.
2590 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2591
2592 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2593
2594 * symtab.c (skip_prologue_sal): Fix typo in comment.
2595
2596 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2597
2598 * linespec.c (create_sals_line_offset): Fix typo in comment.
2599
2600 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2601
2602 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2603 use plongest to print the array size.
2604
2605 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2606
2607 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2608 * p-valprint.c (pascal_type_print_base): Likewise.
2609
2610 2012-09-22 Yao Qi <yao@codesourcery.com>
2611
2612 * remote.c (remote_get_trace_status): Remove setting default
2613 values of fields of 'ts'.
2614
2615 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2616
2617 Fix internal error on canonicalization of clang types.
2618 * cp-name-parser.y (operator): New comment at make_operator call for
2619 new, delete, new[] and delete[].
2620 (exp): Use "sizeof ". Add new comment at make_operator call.
2621
2622 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 Fix disassemble without parameters in tailcall frame.
2625 * cli/cli-cmds.c (disassemble_current_function): Use
2626 get_frame_address_in_block.
2627
2628 2012-09-21 Tom Tromey <tromey@redhat.com>
2629
2630 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2631 TYPE_CODE_UNION>: Unify, removing a goto.
2632
2633 2012-09-21 Tom Tromey <tromey@redhat.com>
2634
2635 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2636
2637 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2638
2639 * findvar.c (read_frame_register_value): Mark the result value as
2640 optimized out if any of the input registers have been optimized out.
2641
2642 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2643
2644 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2645
2646 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2647
2648 * eval.c (evaluate_subexp_standard): Eliminate single-use
2649 variable LOWER.
2650
2651 2012-09-21 Yao Qi <yao@codesourcery.com>
2652
2653 * mi/mi-interp.c: Declare mi_record_changed.
2654 (mi_interpreter_init): Call observer_attach_record_changed.
2655 (mi_record_changed): New.
2656 * record.c (record_open): Call observer_notify_record_changed.
2657 (cmd_record_stop): Call observer_notify_record_changed.
2658 * NEWS: Mention it.
2659
2660 2012-09-20 Tom Tromey <tromey@redhat.com>
2661
2662 * NEWS: Update.
2663 * python/python.c (finalize_python): New function.
2664 (_initialize_python): Make a final cleanup.
2665
2666 2012-09-19 Doug Evans <dje@google.com>
2667
2668 * buildsym.h (param_symbols): Delete, unused.
2669 (context_stack): Delete member "params", unused.
2670 * buildsym.c (push_context): Update.
2671 * dwarf2read.c (read_func_scope): Update.
2672
2673 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2674
2675 * sh-tdep.c (sh_register_convert_to_virtual)
2676 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2677 all callers. Just do a memcpy if not the little-endian case.
2678
2679 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2680 set_gdbarch_double_format and set_gdbarch_long_double_format.
2681 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2682 set_gdbarch_double_format.
2683 * sh-tdep.c (sh_gdbarch_init): Likewise.
2684
2685 * NEWS: Document the removal of SH's 'regs' command.
2686 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2687 command.
2688
2689 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2690
2691 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2692 `jump'.
2693
2694 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2695
2696 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2697 language when iterating over symbols.
2698
2699 2012-09-18 Yao Qi <yao@codesourcery.com>
2700
2701 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2702 (mi_interpreter_init): Call observer_attach_tsv_created and
2703 observer_attach_tsv_deleted.
2704 (mi_tsv_created, mi_tsv_deleted): New.
2705 * tracepoint.c (delete_trace_state_variable): Call
2706 observer_notify_tsv_deleted.
2707 (trace_variable_command): Call observer_notify_tsv_created.
2708 (delete_trace_variable_command): Call
2709 observer_notify_tsv_deleted.
2710 (create_tsv_from_upload): Call observer_notify_tsv_created.
2711 * NEWS: Mention it.
2712
2713 2012-09-18 Yao Qi <yao@codesourcery.com>
2714
2715 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2716 if traceframe changed.
2717 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2718 "trace-find".
2719 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2720 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2721 'traceframe_changed'.
2722 (mi_traceframe_changed): New.
2723 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2724 New field.
2725 * NEWS: Mention the new MI notification.
2726
2727 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2728
2729 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2730
2731 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2734 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2735 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2736 Extend code also for PaX support. Convert all gdb_assert to warning
2737 calls.
2738
2739 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2740
2741 Implement auto-load user conveniences suggested by Doug Evans.
2742 * auto-load.c: Include top.h.
2743 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2744 (_initialize_auto_load): New variable scripts_directory_help. Mention
2745 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2746 scripts-directory. Document in online help one can use also files for
2747 set auto-load safe-path.
2748 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2749 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2750
2751 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2752
2753 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2754 of LEN.
2755
2756 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2757
2758 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2759 ELTLEN and use TYPE_LENGTH directly.
2760 (m2_val_print): Likewise.
2761 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2762 variable LEN and use TYPE_LENGTH directly.
2763 (m68k_svr4_store_return_value): Likewise.
2764 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2765 ARGLEN and use TYPE_LENGTH directly.
2766 (mips_o64_push_dummy_call): Likewise.
2767 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2768 variable LENGTH and use TYPE_LENGTH directly.
2769 (s390_function_arg_float): Likewise.
2770 (s390_function_arg_integer): Likewise.
2771 (s390_push_dummy_call): Likewise.
2772 (s390_return_value_convention): Likewise.
2773 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2774 TYPE_LENGTH directly.
2775
2776 2012-09-17 Yao Qi <yao@codesourcery.com>
2777
2778 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2779 Update comment to add_setshow_integer_cmd.
2780 * cli/cli-setshow.c (do_set_command): Handle case
2781 'var_zuinteger_unlimited'.
2782 (do_show_command): Likewise.
2783 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2784 for command 'remotetimeout'.
2785 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2786 to var_integer.
2787 * source.c (_initialize_source): Call
2788 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2789
2790 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2791
2792 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2793 variable LEN.
2794
2795 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2796
2797 PR 14119
2798 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2799 (frame_pop): Drop also TAILCALL_FRAME frames.
2800 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2801
2802 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2803 Pedro Alves <palves@redhat.com>
2804
2805 PR 14548
2806 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2807 function start if we are already at function start. Both for
2808 reverse-next and for reverse-step into function without line number
2809 info.
2810
2811 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 Code cleanup - rename 'inline' depth to 'artificial' depth.
2814 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2815 frame_id_artificial_p, extend the comment.
2816 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2817 * frame.c (fprint_frame_id): Rename at a user, change debug output
2818 text to "artificial=".
2819 (skip_inlined_frames): Rename to ...
2820 (skip_artificial_frames): ... here. Extend the comment.
2821 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2822 (frame_id_inlined_p): Rename to ...
2823 (frame_id_artificial_p): ... here. Rename at a user.
2824 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2825 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2826 at a user.
2827 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2828 Extend the comment.
2829 (frame_id_inlined_p): Rename to ...
2830 (frame_id_artificial_p): ... here.
2831 * inline-frame.c (inline_frame_this_id): Rename at a user.
2832
2833 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2834
2835 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2836 vector variables using vector_size syntax rather than array
2837 syntax.
2838
2839 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2840
2841 * valarith.c (value_concat): Replace unsafe ALLOCA with
2842 XMALLOC/XFREE.
2843
2844 2012-09-14 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2847
2848 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2849
2850 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2851 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2852 data-directory as appropriate.
2853
2854 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2855
2856 * printcmd.c (ui_printf): Eliminate single-use variable
2857 PARAM_LEN.
2858
2859 2012-09-14 Yao Qi <yao@codesourcery.com>
2860 Pedro Alves <palves@redhat.com>
2861
2862 * valops.c (value_assign): Move observer_notify_target_changed
2863 below to replace reinit_frame_cache.
2864
2865 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2866
2867 Refactor Python "gdb" module into a proper Python package, by
2868 introducing a new "_gdb" module for code implemented in C, and
2869 using reload/__import__ instead of exec.
2870 * python/lib/gdb/__init__.py: Import * from _gdb.
2871 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2872 prompt_hook, sys.argv): Moved from finish_python_initialization.
2873 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2874 (packages, auto_load_packages): New list and function replacing
2875 module_dict and auto-loading code, using __file__ instead of
2876 gdb.PYTHONDIR and reload/__import__ instead of exec.
2877 (GdbSetPythonDirectory): Replacing function of the same name
2878 from finish_python_initialization, using reload/__import__ instead
2879 of exec, as well as call auto_load_packages.
2880 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2881 gdb_python_module and not gdb_module.
2882 * python/python-internal.h (gdb_python_module): Declare.
2883 * python/python.c (gdb_python_module): New global.
2884 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2885 (_initialize_python): Rename gdb module to _gdb.
2886 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2887 (finish_python_initialization): Move Python code to
2888 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2889 __main__.
2890
2891 2012-09-13 Pedro Alves <palves@redhat.com>
2892
2893 * Makefile.in (COMMON_OBS): Add registry.o.
2894 * registry.c: New file.
2895 * registry.h (struct registry_container): Declare.
2896 (registry_data_callback): New typedef.
2897 (struct registry_data, struct registry_data_registration, struct
2898 registry_data_registry): New type.
2899 (register_data_with_cleanup, registry_alloc_data)
2900 (registry_callback_adaptor, registry_clear_data)
2901 (registry_container_free_data, registry_set_data, registry_data):
2902 Declare.
2903 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2904 the new common structures and functions.
2905 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2906 callback typedefs.
2907
2908 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2909
2910 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2911 there is an error inserting hardware breakpoints and use the
2912 error message from the target.
2913
2914 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2915 Catch this exception and print the error message contained within.
2916 Do not print the default hardware error breakpoint message in this
2917 case.
2918
2919 2012-09-12 Doug Evans <dje@google.com>
2920
2921 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2922 cu == NULL.
2923
2924 2012-09-11 Doug Evans <dje@google.com>
2925
2926 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2927 .gdb_index symbol attributes if there are none.
2928
2929 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2930
2931 * symtab.h (struct minimal_symbol) [has_size]: New field.
2932 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2933 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2934 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2935 minimal symbols if the symbol's size is actually known.
2936 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2937 of msymbol's size field. Add comment.
2938 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2939 SET_MSYMBOL_SIZE to set the minimal symbol size.
2940
2941 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2942
2943 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2944 minimal_symbol struct object, rather than setting some of its
2945 fields one by one.
2946
2947 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2948
2949 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2950 passed_a_ptr flag when displaying typedef types.
2951
2952 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2953
2954 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2955 the optimized_out flag is preserved.
2956
2957 2012-09-10 Anthony Green <green@moxielogic.com>
2958
2959 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2960 prologue changes in GCC.
2961
2962 2012-09-10 Keith Seitz <keiths@redhat.com>
2963
2964 PR gdb/13483
2965 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2966 (BOOL_CONVERSION_BADNESS): ... this.
2967 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2968 (rank_one_type): Allow all boolean conversions
2969 permitted by the standard.
2970
2971 2012-09-06 Tom Tromey <tromey@redhat.com>
2972
2973 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2974 Don't decref py_objfile.
2975
2976 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2977
2978 Do not enable -lmcheck by default when Python is enabled with
2979 threading support.
2980 * configure.ac: (python_has_threads) New variable, by testing
2981 if WITH_THREAD is defined in Python.h.
2982 Move --enable-lmcheck after --with-python.
2983 Do not enable -lmcheck by default if python_has_threads=yes.
2984 Warn if --enable-lmcheck and python_has_threads=yes.
2985 * configure: Regenerate.
2986
2987 2012-08-31 Yao Qi <yao@codesourcery.com>
2988
2989 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2990 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2991 Update some commands.
2992 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2993 * mi/mi-main.c (mi_cmd_execute): Set
2994 '*parse->cmd->suppress_notification' to 1.
2995
2996 2012-08-31 Yao Qi <yao@codesourcery.com>
2997
2998 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2999
3000 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
3001
3002 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3003
3004 2012-08-29 Doug Evans <dje@google.com>
3005
3006 * main.c (print_gdb_help): Remove reference to
3007 --use-deprecated-index-sections.
3008
3009 2012-08-28 Yao Qi <yao@codesourcery.com>
3010
3011 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3012 (init_cmds): Call add_setshow_uinteger_cmd for command
3013 'max-user-call-depth'.
3014 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3015 declaration of 'max_user_call_depth'.
3016 * frame.c (backtrace_limit): Add 'unsigned'.
3017 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3018 'limit'.
3019 * remote.c (remoteaddresssize): Add 'unsigned'.
3020 (remote_address_masked): Change local var 'address_size' to
3021 'unsigned'.
3022 (_initialize_remote): Call add_setshow_uinteger_cmd for
3023 'remoteaddresssize'.
3024 * top.c (history_size): Add 'unsigned'.
3025 (show_commands): Change local variables to 'unsigned'.
3026 (set_history_size_command): Don't check history_size is negative.
3027 Adjust the condition to call unstifle_history and set history_size
3028 to UNIT_MAX.
3029
3030 2012-08-28 Pedro Alves <palves@redhat.com>
3031
3032 PR gdb/14428
3033
3034 * infcmd.c (default_print_one_register_info): New, factored out
3035 from default_print_registers_info.
3036 (default_print_registers_info): Use it. Mark value unavailable if
3037 necessary.
3038 (registers_info): Print user registers with
3039 default_print_one_register_info.
3040
3041 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3042
3043 PR tui/14486
3044 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3045 is not NULL before referencing it.
3046
3047 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3050 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3051 original PC for it.
3052
3053 2012-08-27 Eli Zaretskii <eliz@gnu.org>
3054 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 * auto-load.c (auto_load_objfile_script): Rename to ...
3057 (auto_load_objfile_script_1): ... here, change variable realname to
3058 parameter realname, document it, add return value, add variable retval.
3059 (auto_load_objfile_script): New function.
3060
3061 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3062
3063 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3064 followed by a whitespace.
3065
3066 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3067
3068 PR gdb/14494.
3069 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3070 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3071 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3072 here.
3073
3074 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3075
3076 * memattr.c (create_mem_region): Fix memory region overlapping
3077 checking.
3078
3079 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3080
3081 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3082 with xmalloc/cleanup.
3083 * mt-tdep.c (mt_push_dummy_call): Likewise.
3084 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3085 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3086
3087 2012-08-24 Yao Qi <yao@codesourcery.com>
3088
3089 * jv-exp.y (push_expression_name): Add "." at the end of error
3090 message.
3091
3092 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3093
3094 Document how to return from "python-interactive" to GDB.
3095 * python/python.c (_initialize_python): Update documentation.
3096
3097 2012-08-23 Pedro Alves <palves@redhat.com>
3098
3099 * infrun.c (_initialize_infrun) <handle command help text>:
3100 Mention that multiple signals are supported.
3101
3102 2012-08-23 Pedro Alves <palves@redhat.com>
3103
3104 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3105 string.
3106
3107 2012-08-23 Yao Qi <yao@codesourcery.com>
3108
3109 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3110 (tfind_1): Don't call registers_changed, set_traceframe_num,
3111 and clear_traceframe_info.
3112 Call set_current_traceframe.
3113 (set_current_traceframe): call set_traceframe_num.
3114
3115 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3116
3117 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3118 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3119
3120 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3121
3122 Enable readline in Python in a GDB-specific way and block the
3123 standard Python readline module to prevent conflicts with GDB.
3124 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3125 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3126 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3127 * python/py-gdb-readline.c: New file.
3128 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3129 prototype.
3130 * python/python.c (_initialize_python): Call
3131 gdbpy_initialize_gdb_readline.
3132
3133 2012-08-22 Keith Seitz <keiths@redhat.com>
3134
3135 * defs.h: Include build-gnulib/config.h
3136
3137 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3138
3139 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3140 and blx pc.
3141
3142 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3143
3144 Add a new "python-interactive" command that starts a standard
3145 Python interactive prompt with "pi" as alias, and add "py" as
3146 an alias to "python".
3147 * NEWS: Mention the new commands.
3148 * python/python.c (eval_python_command): New function.
3149 (python_interactive_command): For "python-interactive" with
3150 arguments, call eval_python_command. For "python-interactive"
3151 without arguments, call PyRun_InteractiveLoop.
3152 (_initialize_python): Add "python-interactive" command with
3153 "pi" as alias, and add "py" as an alias to "python".
3154
3155 2012-08-22 Tom Tromey <tromey@redhat.com>
3156
3157 * defs.h (quit_flag): Don't declare.
3158 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3159 (QUIT): Use new functions.
3160 * event-top.c (command_handler): Use clear_quit_flag.
3161 (handle_sigint): Use set_quit_flag.
3162 (async_request_quit): Use check_quit_flag. Don't check
3163 immediate_quit.
3164 * exceptions.c (throw_exception): Use clear_quit_flag.
3165 * main.c (captured_main): Use clear_quit_flag.
3166 * python/python.c (clear_quit_flag, set_quit_flag)
3167 (check_quit_flag): New functions.
3168 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3169 clear_quit_flag.
3170 * remote.c (remote_wait_as): Use check_quit_flag,
3171 clear_quit_flag.
3172 (remote_start_remote): Call QUIT.
3173 * symfile.c (load_progress): Use check_quit_flag.
3174 * top.c (command_loop): Use clear_quit_flag.
3175 (command_line_input): Call QUIT.
3176 * utils.c (quit_flag): Conditionally define.
3177 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3178 functions.
3179 (prompt_for_continue): Call QUIT. Use quit, not
3180 async_request_quit.
3181 * remote-mips.c (mips_expect_timeout): Call QUIT.
3182 * monitor.c (monitor_expect): Call QUIT.
3183
3184 2012-08-22 Tom Tromey <tromey@redhat.com>
3185
3186 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3187 (async_init_signals): Update.
3188 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3189 (SIGWINCH_HANDLER_BODY): Remove.
3190
3191 2012-08-22 Tom Tromey <tromey@redhat.com>
3192
3193 * jit.c (jit_object_close_impl): Don't malloc the objfile
3194 name.
3195 * objfiles.c (allocate_objfile): Don't malloc the objfile
3196 name.
3197 (free_objfile): Don't free the objfile name.
3198 * objfiles.h (struct objfile) <name>: Update comment.
3199 * symfile.c (reread_symbols): Fix reference counting. Don't
3200 malloc objfile name.
3201
3202 2012-08-22 Tom Tromey <tromey@redhat.com>
3203
3204 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3205 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3206 (symfile_bfd_open): Likewise.
3207 (generic_load): Likewise.
3208 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3209 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3210 gdb_bfd_open.
3211 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3212 Use gdb_bfd_open.
3213 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3214 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3215 (pmon_load_fast): Likewise.
3216 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3217 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3218 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3219 (macho_check_dsym): Likewise.
3220 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3221 (m32r_upload_command): Likewise.
3222 * gdb_bfd.h (gdb_bfd_cache): Declare.
3223 * gdb_bfd.c (struct gdb_bfd_data): New.
3224 (gdb_bfd_cache): New global.
3225 (struct gdb_bfd_cache_search): New.
3226 (hash_bfd): New function.
3227 (eq_bfd): Likewise.
3228 (gdb_bfd_open): Likewise.
3229 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3230 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3231 gdb_bfd_data.
3232 * exec.c (exec_file_attach): Use gdb_bfd_open.
3233 * dsrec.c (load_srec): Use gdb_bfd_open.
3234
3235 2012-08-22 Tom Tromey <tromey@redhat.com>
3236
3237 * dwarf2read.c (macro_start_file): Update.
3238 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3239 (free_objfile_per_bfd_storage): Destroy macro_cache.
3240 (allocate_objfile, free_objfile): Update.
3241 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3242 New field.
3243 (struct objfile) <macro_cache>: Remove.
3244 * symfile.c (reread_symbols): Update.
3245 * symmisc.c (print_symbol_bcache_statistics): Update.
3246 (print_objfile_statistics): Update.
3247
3248 2012-08-22 Tom Tromey <tromey@redhat.com>
3249
3250 * elfread.c (elf_symtab_read): Update.
3251 * objfiles.c (objfiles_bfd_data): New global.
3252 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3253 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3254 (allocate_objfile, free_objfile): Update.
3255 (_initialize_objfiles): Initialize objfiles_bfd_data.
3256 * objfiles.h (struct objfile_per_bfd_storage): New.
3257 (struct objfile) <per_bfd>: New field.
3258 <filename_cache>: Remove.
3259 (set_objfile_per_bfd): Declare.
3260 * symfile.c (reread_symbols): Update. Call
3261 set_objfile_per_bfd.
3262 (allocate_symtab): Update.
3263 * symmisc.c (print_symbol_bcache_statistics): Update.
3264 (print_objfile_statistics): Print the size of the BFD obstack.
3265
3266 2012-08-22 Tom Tromey <tromey@redhat.com>
3267
3268 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3269 * gdb_bfd.c: Use DEFINE_REGISTRY.
3270 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3271 (gdb_bfd_ref): Call bfd_alloc_data.
3272 (gdb_bfd_unref): Call bfd_free_data.
3273
3274 2012-08-22 Tom Tromey <tromey@redhat.com>
3275
3276 * registry.h (struct registry_fields): New.
3277 (REGISTRY_FIELDS): Redefine.
3278 (REGISTRY_ACCESS_FIELD): New macro.
3279 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3280 functions.
3281
3282 2012-08-22 Tom Tromey <tromey@redhat.com>
3283
3284 * auto-load.c (_initialize_auto_load): Update.
3285 * solib-svr4.c (_initialize_svr4_solib): Update
3286 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3287 * solib-darwin.c (_initialize_darwin_solib): Update.
3288 * registry.h: New file.
3289 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3290 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3291 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3292 (register_program_space_data_with_cleanup)
3293 (register_program_space_data, program_space_alloc_data)
3294 (clear_program_space_data, set_program_space_data)
3295 (program_space_data): Don't declare.
3296 * progspace.c: Use DEFINE_REGISTRY.
3297 (struct program_space_data, struct
3298 program_space_data_registration, struct
3299 program_space_data_registry, program_space_data_registry)
3300 (register_program_space_data_with_cleanup)
3301 (register_program_space_data, program_space_alloc_data)
3302 (program_space_free_data, clear_program_space_data)
3303 (set_program_space_data, program_space_data): Remove.
3304 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3305 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3306 (register_objfile_data_with_cleanup, register_objfile_data)
3307 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3308 declare.
3309 * objfiles.c: Use DEFINE_REGISTRY.
3310 (struct objfile_data, struct objfile_data_registration, struct
3311 objfile_data_registry, objfile_data_registry)
3312 (register_objfile_data_with_cleanup, register_objfile_data)
3313 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3314 (set_objfile_data, objfile_data): Remove.
3315 (_initialize_objfiles): Update.
3316 * jit.c (_initialize_jit): Update.
3317 * inflow.c (_initialize_inflow): Update.
3318 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3319 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3320 (register_inferior_data_with_cleanup, register_inferior_data)
3321 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3322 declare.
3323 * inferior.c: Use DEFINE_REGISTRY.
3324 (struct inferior_data, struct inferior_data_registration, struct
3325 inferior_data_registry, inferior_data_registry)
3326 (register_inferior_data_with_cleanup, register_inferior_data)
3327 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3328 (set_inferior_data, inferior_data): Remove.
3329 * auxv.c (_initialize_auxv): Update.
3330 * ada-lang.c (_initialize_ada_language): Update.
3331 * breakpoint.c (_initialize_breakpoint): Update.
3332 * i386-nat.c (i386_use_watchpoints): Update.
3333
3334 2012-08-22 Tom Tromey <tromey@redhat.com>
3335
3336 * exec.c (exec_close, exec_file_attach): Update.
3337 (add_to_section_table): Initialize 'key' field.
3338 (add_target_sections, remove_target_sections): Add 'key' argument.
3339 * exec.h (add_target_sections, remove_target_sections): Add
3340 'key' argument.
3341 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3342 (reload_shared_libraries_1): Update.
3343 * target.h (struct target_section) <key>: New field.
3344
3345 2012-08-22 Tom Tromey <tromey@redhat.com>
3346
3347 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3348
3349 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3350
3351 * symfile.c (allocate_symtab): Use host_address_to_string
3352 function instead of cast of pointer to long which is not
3353 compatible with x86_64-w64-mingw32 build.
3354
3355 2012-08-19 Andrew Pinski <apinski@cavium.com>
3356
3357 * mips-tdep.c (is_octeon): New function.
3358 (is_octeon_bbit_op): New function.
3359 (mips32_next_pc): Handle Octeon's bbit instructions.
3360 (mips32_instruction_has_delay_slot): Likewise.
3361
3362 2012-08-19 Andrew Pinski <apinski@cavium.com>
3363
3364 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3365 before the function.
3366
3367 2012-08-19 Andrew Pinski <apinski@cavium.com>
3368
3369 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3370
3371 2012-08-19 Keith Seitz <keiths@redhat.com>
3372
3373 PR c++/14365
3374 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3375 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3376
3377 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3378
3379 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3380 The typo broke "make TAGS".
3381
3382 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3383
3384 GDB 7.5 released.
3385
3386 2012-08-17 Keith Seitz <keiths@redhat.com>
3387
3388 PR c++/13356
3389 * gdbtypes.c (strict_type_checking): New variable.
3390 (show_strict_type_checking): New function.
3391 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3392 if strict type checking is disabled.
3393 (_initialize_gdbtypes): Add "check type" subcommand.
3394 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3395
3396 2012-08-17 Keith Seitz <keiths@redhat.com>
3397
3398 * language.h (type_mode): Remove.
3399 (type_check): Remove.
3400 (struct language_defn): Remove la_type_check.
3401 (STRICT_TYPE): Remove unused macro.
3402 (type_error): Remove.
3403 * language.c (set_type_range_case): Renamed to ...
3404 (set_range_case): ... this. Update all callers.
3405 Remove type_mode/type_check.
3406 (type_mode): Remove.
3407 (type_check): Remove.
3408 (show_type_command): Remove.
3409 (set_type_command): Remove.
3410 (language_info): Remove type checking output.
3411 (type_error): Remove unused function.
3412 (range_error): Update comment.
3413 (unknown_language_defn): Remove la_type_check.
3414 (auto_language_defn): Likewise.
3415 (local_language_defn): Likewise.
3416 (_initialize_language): Remove "check type" subcommand.
3417 * ada-lang.c (ada_language_defn): Remove la_type_check.
3418 * c-lang.c (c_language_defn): Likewise.
3419 (cplus_language_defn): Likewise.
3420 (asm_language_defn): Likewise.
3421 (minimal_language_defn): Likewise.
3422 * d-lang.c (d_language_defn): Likewise.
3423 * f-lang.c (f_language_defn): Likewise.
3424 * go-lang.c (go_language_defn): Likewise.
3425 * jv-lang.c (java_language_defn): Likewise.
3426 * m2-lang.c (m2_language_defn): Likewise.
3427 * objc-lang.c (objc_language_defn): Likewise.
3428 * opencl-lang.c (opencl_language_defn): Likewise.
3429 * p-lang.c (pascal_language_defn): Likewise.
3430
3431 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3432
3433 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3434
3435 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3436
3437 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3438 New function.
3439 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3440 using the regache. Use ia64_hpux_get_register_from_save_state_t
3441 to access the bsp and bspstore registers if not.
3442
3443 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3444
3445 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3446 * breakpoint.c (detach_breakpoints): Change pid parameter into
3447 a ptid. Adjust code accordingly.
3448 * infrun.c (handle_inferior_event): Delete variable child_pid.
3449 Update call to detach_breakpoints to pass the child ptid for
3450 fork events.
3451 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3452 assert that inferior_ptid's lwp is zero.
3453 (linux_handle_extended_wait): Update call to detach_breakpoints.
3454 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3455 detach_breakpoints.
3456
3457 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3458
3459 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3460 parent, only call detach_breakpoints if tts.tts_event ==
3461 TTEVT_VFORK.
3462
3463 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3464
3465 * dwarf2-frame.c (dwarf2_frame_cache): Use
3466 get_frame_address_in_block instead of get_frame_pc as
3467 the bound for executing the frame's FDE.
3468
3469 2012-08-16 Yao Qi <yao@codesourcery.com>
3470
3471 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3472 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3473 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3474 (c_type_print_varspec_suffix): Likewise.
3475 * eval.c (evaluate_subexp_standard): Likewise.
3476 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3477 (f_type_print_varspec_suffix): Likewise.
3478 * gdbtypes.c (is_scalar_type): Likewise.
3479 (recursive_dump_type): Likewise.
3480 * infcall.c (value_arg_coerce): Likewise.
3481 * m2-valprint.c (m2_val_print): Likewise.
3482 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3483 (pascal_type_print_varspec_suffix): Likewise.
3484 (pascal_type_print_base): Likewise.
3485 * p-valprint.c (pascal_val_print): Likewise.
3486 (pascal_val_print): Likewise.
3487 * valops.c (value_slice): Likewise.
3488 * valprint.c (scalar_type_p): Likewise.
3489 * valarith.c (value_bitstring_subscript): Remove.
3490 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3491 Remove comment on TYPE_CODE_BITSTRING.
3492
3493 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3494 TYPE_CODE_BITSTRING.
3495
3496 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3497 slot 0.
3498
3499 2012-08-16 Yao Qi <yao@codesourcery.com>
3500
3501 * tracepoint.c (trace_find_none_command): Remove.
3502 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3503
3504 2012-08-16 Yao Qi <yao@codesourcery.com>
3505
3506 * remote.c (handle_notification): Remove parameter 'length'.
3507 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3508
3509 2012-08-15 Keith Seitz <keiths@redhat.com>
3510
3511 * gdbtypes.c (opaque_type_resolution): Make static.
3512 Add missing comment.
3513 (overload_debug): Add missing comment.
3514 (show_opaque_type_resolution): Likewise.
3515 (show_overload_debug): Likewise.
3516 (print_bit_vector): Remove unnecessary forward declaration.
3517 (print_arg_types): Likewise.
3518 (dump_fn_fieldlists): Likewise.
3519 (print_cplus_stuff): Likewise.
3520
3521 2012-08-15 Tom Tromey <tromey@redhat.com>
3522
3523 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3524 (gdb_bfd_ref): Initialize new field.
3525 (gdb_bfd_unref): Unref the archive BFD.
3526 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3527 parent archive.
3528
3529 2012-08-15 Tom Tromey <tromey@redhat.com>
3530
3531 PR python/14387:
3532 * python/py-bpevent.c (create_breakpoint_event_object): Update
3533 comment.
3534 * python/py-event.c (evpy_add_attribute): Update comment.
3535 * python/py-exitedevent.c (create_exited_event_object): Fix
3536 reference counting and error handling.
3537 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3538 Fix reference counting.
3539 * python/py-signalevent.c (create_signal_event_object): Fix
3540 reference counting and error handling.
3541 * python/py-stopevent.c (emit_stop_event): Fix reference
3542 counting.
3543 * python/py-threadevent.c (get_event_thread): Return a
3544 borrowed reference.
3545 * python/py-type.c (convert_field): Fix reference counting.
3546
3547 2012-08-15 Tom Tromey <tromey@redhat.com>
3548
3549 * dwarf2read.c (dwarf_decode_macro_bytes)
3550 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3551 as hash key.
3552
3553 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3554
3555 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3556 stepi, nexti, finish, next, step, jump, and continue commands.
3557 * infrun.c (_initialize_infrun): Update help text for the handle
3558 command.
3559
3560 2012-08-14 Doug Evans <dje@google.com>
3561
3562 * gdbtypes.c (struct extra): Delete, unused.
3563
3564 * gdbtypes.c: Whitespace cleanup.
3565 (address_space_name_to_int): Remove "extern" from definition.
3566 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3567
3568 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3569 TYPE_POINTER_TYPE (type).
3570
3571 2012-08-14 Gary Benson <gbenson@redhat.com>
3572
3573 * solib-svr4.c (svr4_free_library_list): Use free_so.
3574
3575 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3576
3577 * .gitignore: Add go-exp.c.
3578
3579 2012-08-13 Doug Evans <dje@google.com>
3580
3581 * value.c (show_convenience): Tweak comment.
3582 (_initialize_values): Mention convenience functions in the help text
3583 for "show convenience".
3584
3585 2012-08-13 Yao Qi <yao@codesourcery.com>
3586
3587 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3588 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3589 TERNOP_SLICE_COUNT.
3590 * eval.c (evaluate_subexp_standard): Likewise.
3591 * expprint.c (print_subexp_standard): Likewise.
3592 (dump_subexp_body_standard): Likewise.
3593 * parse.c (operator_length_standard): Likewise.
3594
3595 2012-08-13 Yao Qi <yao@codesourcery.com>
3596
3597 * std-operator.def: Remove OP_BITSTRING.
3598 * breakpoint.c (watchpoint_exp_is_const): Update.
3599 * eval.c (evaluate_subexp_standard): Remove handling to
3600 OP_BITSTRING.
3601 * expprint.c (print_subexp_standard): Likewise.
3602 (dump_subexp_body_standard): Likewise.
3603 * parse.c (operator_length_standard): Likewise.
3604 * valops.c (value_bitstring): Remove.
3605 * value.h: Remove the declaration of 'value_bitstring'.
3606
3607 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3608
3609 * linespec.c (find_methods): Remove unused variables `i1' and
3610 `name_len'.
3611 (decode_line_full): Likewise for `arg_start'.
3612
3613 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3614
3615 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3616 (zlib_decompress_section): Likewise for `section_data'.
3617 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3618
3619 2012-08-10 Doug Evans <dje@google.com>
3620
3621 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3622 * NEWS: Document them.
3623 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3624 function/strfns.py.
3625 * python/py-type.c (typy_array_1): New function.
3626 (typy_array): Call it.
3627 (typy_vector): New function.
3628 (type_object_methods): Add "vector".
3629 * python/lib/gdb/function/__init__.py: New file.
3630 * python/lib/gdb/function/strfns.py: New file.
3631
3632 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3633
3634 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3635 for TYPE_FIELD_BITPOS.
3636 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3637
3638 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3639
3640 PR cli/10436:
3641 * common/vec.h (VEC_merge): Define.
3642 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3643 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3644 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3645 * completer.c: Include gdb_signals.h.
3646 (signal_completer): Define.
3647 * completer.h (signal_completer): Add prototype.
3648 * infcmd.c (_initialize_infcmd): Assign the command
3649 completer for "signal" to handle_completer.
3650 * infrun.c: Include completer.h.
3651 (handle_completer): Define.
3652 (_initialize_infrun): Declare a new local variable c. Store the
3653 result of add_com("handle") to it. Assign the command
3654 completer for "handle" to handle_completer.
3655
3656 2012-08-09 Yao Qi <yao@codesourcery.com>
3657
3658 * cli/cli-decode.c (set_cmd_prefix): New.
3659 (lookup_cmd_for_prefixlist): New.
3660 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3661 of each cmd_list_element in *prefixlist.
3662 (add_setshow_cmd_full): set_cmd_prefix.
3663 (add_alias_cmd): Likewise.
3664 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3665 Declare 'auto_boolean_enums'.
3666 * cli/cli-setshow.c: Include "observer.h".
3667 (notify_command_param_changed_p): New.
3668 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3669 Remove 'static'.
3670 (do_setshow_command): Split it to ...
3671 (do_set_command, do_show_command): ... them. New.
3672 (do_set_command): Call observer_notify_command_param_changed if
3673 notify_command_param_changed_p returns true.
3674 (cmd_show_list): Caller update.
3675 * auto-load.c (set_auto_load_cmd): Likewise.
3676 * remote.c (show_remote_cmd): Likewise.
3677 * cli/cli-setshow.h: Update declarations.
3678 * top.c (execute_command): Call do_set_command and do_show_command.
3679
3680 * NEWS: Mention new MI notification.
3681 * mi/mi-interp.c: Declare mi_command_param_changed.
3682 (mi_interpreter_init): Attach mi_command_param_changed to
3683 observer command_param_changed.
3684 (mi_command_param_changed): New.
3685 Remove mi_suppress_breakpoint_notifications.
3686 Define global variable mi_suppress_notification.
3687 (mi_breakpoint_created): Update.
3688 (mi_breakpoint_deleted): Likewise.
3689 (mi_breakpoint_modified): Likewise.
3690 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3691 'gdb-set' and set mi_suppress_notification.
3692 * mi/mi-main.h: (mi_suppress_notification): New struct.
3693
3694 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3695 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3698
3699 2012-08-09 Yao Qi <yao@codesourcery.com>
3700
3701 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3702 (skiplist): Move it to skip.c.
3703 (init_cmd_lists): Remove code setting enablebreaklist and
3704 skiplist to NULL.
3705 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3706 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3707 skiplist.
3708 * gdbcmd.h: Likewise.
3709 * skip.c (_initialize_step_skip): Move 'skiplist' from
3710 cli/cli-cmds.c.
3711
3712 2012-08-09 Yao Qi <yao@codesourcery.com>
3713
3714 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3715 * gnu-nat.c, symfile.c: Likewise.
3716
3717 2012-08-08 Aaron Gamble <agamble@google.com>
3718
3719 * utils.c (prompt_for_continue_wait_time): New static global.
3720 (make_command_stats_cleanup): Initialize it.
3721 (report_command_stats): Subtract time waiting for user.
3722 (prompt_for_continue): Track time waiting for user.
3723 (defaulted_query): Track time waiting for user.
3724
3725 2012-08-08 Doug Evans <dje@google.com>
3726
3727 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3728 UNOP_MEMVAL_TYPE.
3729 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3730 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3731 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3732 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3733 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3734 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3735 elt.
3736 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3737 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3738 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3739 (dump_prefix_expression): Handle OP_TYPE.
3740
3741 2012-08-08 Keith Seitz <keiths@redhat.com>
3742
3743 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3744 addr_start.
3745
3746 2012-08-08 Doug Evans <dje@google.com>
3747
3748 * linux-thread-db.c: #include "gdb_vecs.h".
3749 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3750 updated.
3751 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3752 (thread_db_load_search): Use a vector to iterate over path elements.
3753 Handle text appearing after "$pdir".
3754
3755 * gdb_string.h: Moved to ...
3756 * common/gdb_string.h: ... here.
3757 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3758 gdb_string.h and gdb_assert.h.
3759
3760 2012-08-08 Yao Qi <yao@codesourcery.com>
3761
3762 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3763 (tic6x_value_to_register): Likewise.
3764 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3765 and set_gdbarch_value_to_register.
3766
3767 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3768 Jean-Marc Saffroy <saffroy@gmail.com>
3769
3770 PR 11804
3771 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3772 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3773 * gcore.c (gcore_create_callback): New function comment. Add modified
3774 parameter. Only write modified regions. Set SEC_READONLY exactly
3775 according to MODIFIED.
3776 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3777 the passed modified value to FUNC.
3778 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3779 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3780 first. New variables modified and has_anonymous. Parse the lines of
3781 smaps file. Add the passed MODIFIED value to FUNC.
3782 * procfs.c (find_memory_regions_callback): Add the passed modified
3783 value.
3784
3785 2012-08-06 Tom Tromey <tromey@redhat.com>
3786
3787 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3788 (dwarf2_frame_cache): Use it.
3789 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3790 cache initialization constraint.
3791
3792 2012-08-06 Tom Tromey <tromey@redhat.com>
3793
3794 PR python/14386:
3795 * varobj.c (update_dynamic_varobj_children): Don't call
3796 PyIter_Check.
3797
3798 2012-08-06 Tom Tromey <tromey@redhat.com>
3799
3800 PR cli/14392:
3801 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3802
3803 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3804
3805 * NEWS: New entry for 'cd' default parameters.
3806 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3807
3808 2012-08-03 Tom Tromey <tromey@redhat.com>
3809
3810 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3811 return.
3812
3813 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3814
3815 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3816 to attempting lseek/write.
3817 (inf_child_fileio_pread): Likewise for pread.
3818
3819 2012-08-02 Yao Qi <yao@codesourcery.com>
3820
3821 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3822 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3823 add_setshow_zinteger_cmd.
3824 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3825 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3826 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3827 instead of add_setshow_zinteger_cmd.
3828 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3829 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3830 instead of add_setshow_zinteger_cmd.
3831 * frame.c (frame_debug): Add 'unsigned'.
3832 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3833 add_setshow_zinteger_cmd.
3834 * frame.h: Update the declaration of 'frame_debug'.
3835 * gdbtypes.c (overload_debug): Add 'unsigned'.
3836 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3837 add_setshow_zinteger_cmd.
3838 * inferior.h: Update declaration of 'debug_infrun'.
3839 * infrun.c (debug_infrun): Add 'unsigned'.
3840 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3841 add_setshow_zinteger_cmd.
3842 * jit.c (jit_debug): Add 'unsigned'.
3843 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3844 add_setshow_zinteger_cmd.
3845 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3846 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3847 instead of add_setshow_zinteger_cmd.
3848 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3849 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3850 add_setshow_zinteger_cmd.
3851 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3852 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3853 instead of add_setshow_zinteger_cmd.
3854 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3855 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3856 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3857 intead of add_setshow_zinteger_cmd.
3858 * mips-tdep.c (mips_debug): Add 'unsigned'.
3859 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3860 instead of add_setshow_zinteger_cmd.
3861 * monitor.c (monitor_debug): Add 'unsigned'.
3862 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3863 add_setshow_zinteger_cmd.
3864 * observer.c (observer_debug): Add 'unsigned'.
3865 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3866 add_setshow_zinteger_cmd.
3867 * parse.c (expressiondebug): Add 'unsigned'.
3868 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3869 add_setshow_zinteger_cmd.
3870 * record.c (record_debug): Add 'unsigned'.
3871 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3872 add_setshow_zinteger_cmd.
3873 * record.h: Update the declaration of 'record_debug'.
3874 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3875 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3876 add_setshow_zinteger_cmd.
3877 * serial.c (global_serial_debug_p): Add 'unsigned'.
3878 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3879 add_setshow_zinteger_cmd.
3880 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3881 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3882 add_setshow_zinteger_cmd.
3883 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3884 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3885 add_setshow_zinteger_cmd.
3886 * target.c (targetdebug): Add 'unsigned'.
3887 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3888 add_setshow_zinteger_cmd.
3889 * valops.c (overload_debug): Add 'unsigned'.
3890 * varobj.c (varobjdebug): Add 'unsigned'.
3891 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3892 add_setshow_zinteger_cmd.
3893 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3894 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3895 instead of add_setshow_zinteger_cmd.
3896
3897 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3898 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3899 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3900 instead of add_setshow_zinteger_cmd.
3901 * gdbarch.c, gdbarch.h: Re-generated.
3902
3903 2012-08-02 Yao Qi <yao@codesourcery.com>
3904
3905 * nto-tdep.c: Don't include cli/cli-decode.h and
3906 cli/cli-cmds.h.
3907 (_initialize_nto_tdep): Remove.
3908 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3909 Remove field.
3910 Remove macro nto_internal_debugging.
3911
3912 2012-08-01 Richard Henderson <rth@redhat.com>
3913
3914 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3915 (mep-*-*) [gdb_target_obs]: Likewise.
3916
3917 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3918
3919 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3920 linux_get_siginfo_type.
3921
3922 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3925 AT_ENTRY_POINT.
3926 (call_function_by_hand) <ON_STACK>: Call write_memory with
3927 gdbarch_breakpoint_from_pc, if possible.
3928 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3929 here.
3930
3931 2012-07-31 Yao Qi <yao@codesourcery.com>
3932
3933 * tracepoint.c: Add 'static' for some variables.
3934
3935 2012-07-31 Yao Qi <yao@codesourcery.com>
3936
3937 * go32-nat.c: Declare _initialize_go32_nat.
3938 * ser-go32.c: Declare _initialize_ser_dos.
3939 * top.c (do_chdir_cleanup): Add 'static'.
3940
3941 2012-07-30 Keith Seitz <keiths@redhat.com>
3942
3943 * linespec.c (linespec_lex_number): A number followed
3944 by quotes is a valid number, too.
3945
3946 2012-07-30 Tom Tromey <tromey@redhat.com>
3947
3948 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3949
3950 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3951
3952 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3953 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3954
3955 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3956
3957 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3958 invalid or reevaluated to prevent prevent references to possibly
3959 delete'd type objects being left in the varobj.
3960
3961 2012-07-27 Tom Tromey <tromey@redhat.com>
3962 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * copying.awk: Print buffer-read-only and vi ro markers.
3965 * copying.c: Rebuild.
3966 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3967 * gdbarch.c, gdbarch.h: Rebuild.
3968 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3969 buffer-read-only and vi ro markers.
3970 * features/arm-with-iwmmxt.c: Rebuild.
3971 * features/arm-with-m-fpa-layout.c: Rebuild.
3972 * features/arm-with-m-vfp-d16.c: Rebuild.
3973 * features/arm-with-m.c: Rebuild.
3974 * features/arm-with-neon.c: Rebuild.
3975 * features/arm-with-vfpv2.c: Rebuild.
3976 * features/arm-with-vfpv3.c: Rebuild.
3977 * features/i386/amd64-avx-linux.c: Rebuild.
3978 * features/i386/amd64-avx.c: Rebuild.
3979 * features/i386/amd64-linux.c: Rebuild.
3980 * features/i386/amd64.c: Rebuild.
3981 * features/i386/i386-avx-linux.c: Rebuild.
3982 * features/i386/i386-avx.c: Rebuild.
3983 * features/i386/i386-linux.c: Rebuild.
3984 * features/i386/i386-mmx-linux.c: Rebuild.
3985 * features/i386/i386-mmx.c: Rebuild.
3986 * features/i386/i386.c: Rebuild.
3987 * features/i386/x32-avx-linux.c: Rebuild.
3988 * features/i386/x32-avx.c: Rebuild.
3989 * features/i386/x32-linux.c: Rebuild.
3990 * features/i386/x32.c: Rebuild.
3991 * features/mips-dsp-linux.c: Rebuild.
3992 * features/mips-linux.c: Rebuild.
3993 * features/mips64-dsp-linux.c: Rebuild.
3994 * features/mips64-linux.c: Rebuild.
3995 * features/rs6000/powerpc-32.c: Rebuild.
3996 * features/rs6000/powerpc-32l.c: Rebuild.
3997 * features/rs6000/powerpc-403.c: Rebuild.
3998 * features/rs6000/powerpc-403gc.c: Rebuild.
3999 * features/rs6000/powerpc-405.c: Rebuild.
4000 * features/rs6000/powerpc-505.c: Rebuild.
4001 * features/rs6000/powerpc-601.c: Rebuild.
4002 * features/rs6000/powerpc-602.c: Rebuild.
4003 * features/rs6000/powerpc-603.c: Rebuild.
4004 * features/rs6000/powerpc-604.c: Rebuild.
4005 * features/rs6000/powerpc-64.c: Rebuild.
4006 * features/rs6000/powerpc-64l.c: Rebuild.
4007 * features/rs6000/powerpc-7400.c: Rebuild.
4008 * features/rs6000/powerpc-750.c: Rebuild.
4009 * features/rs6000/powerpc-860.c: Rebuild.
4010 * features/rs6000/powerpc-altivec32.c: Rebuild.
4011 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4012 * features/rs6000/powerpc-altivec64.c: Rebuild.
4013 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4014 * features/rs6000/powerpc-cell32l.c: Rebuild.
4015 * features/rs6000/powerpc-cell64l.c: Rebuild.
4016 * features/rs6000/powerpc-e500.c: Rebuild.
4017 * features/rs6000/powerpc-e500l.c: Rebuild.
4018 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4019 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4020 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4021 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4022 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4023 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4024 * features/rs6000/powerpc-vsx32.c: Rebuild.
4025 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4026 * features/rs6000/powerpc-vsx64.c: Rebuild.
4027 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4028 * features/rs6000/rs6000.c: Rebuild.
4029 * features/s390-linux32.c: Rebuild.
4030 * features/s390-linux32v1.c: Rebuild.
4031 * features/s390-linux32v2.c: Rebuild.
4032 * features/s390-linux64.c: Rebuild.
4033 * features/s390-linux64v1.c: Rebuild.
4034 * features/s390-linux64v2.c: Rebuild.
4035 * features/s390x-linux64.c: Rebuild.
4036 * features/s390x-linux64v1.c: Rebuild.
4037 * features/s390x-linux64v2.c: Rebuild.
4038 * features/tic6x-c62x-linux.c: Rebuild.
4039 * features/tic6x-c62x.c: Rebuild.
4040 * features/tic6x-c64x-linux.c: Rebuild.
4041 * features/tic6x-c64x.c: Rebuild.
4042 * features/tic6x-c64xp-linux.c: Rebuild.
4043 * features/tic6x-c64xp.c: Rebuild.
4044
4045 2012-07-27 Tom Tromey <tromey@redhat.com>
4046
4047 * c-exp.y (classify_name): Avoid assignment in condition.
4048
4049 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4050
4051 * amd64-windows-tdep.c: Include "frame.h".
4052 (amd64_windows_skip_trampoline_code): New function.
4053 (amd64_windows_init_abi): Add trampoline registration.
4054
4055 2012-07-27 Yao Qi <yao@codesourcery.com>
4056
4057 * tracepoint.c (cur_traceframe_number): Remove.
4058 (set_tfile_traceframe): Remove.
4059 (tfile_trace_find, tfile_fetch_registers): Update callers.
4060 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4061 (tfile_open, tfile_trace_find): Likewise.
4062
4063 2012-07-27 Yao Qi <yao@codesourcery.com>
4064
4065 * thread.c (switch_to_thread): Don't call registers_changed.
4066
4067 2012-07-26 Tom Tromey <tromey@redhat.com>
4068
4069 * Makefile.in (SFILES): Remove objc-exp.y.
4070 (YYFILES): Remove objc-exp.c.
4071 (YYOBJ): Remove objc-exp.o.
4072 (local-maintainer-clean): Don't mention objc-exp.c.
4073 * c-exp.y: Include objc-lang.h.
4074 (%union) <class>: New field.
4075 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4076 (exp): Clone subscript production for OBJC_LBRAC. Add various
4077 Objective C productions.
4078 (msglist, msgarglist, msgarg): New productions.
4079 (array_mod, func_mod, operator): Clone productions for
4080 OBJC_LBRAC.
4081 (parse_string_or_char): Handle '@' strings.
4082 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4083 (classify_name): Check la_name_of_this. Recognize ObjC class
4084 names.
4085 * objc-exp.y: Remove.
4086 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4087 * objc-lang.h (objc_parse, objc_error): Don't declare.
4088
4089 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4090
4091 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4092
4093 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4096 and decrement.
4097
4098 2012-07-26 Tom Tromey <tromey@redhat.com>
4099
4100 * copying.c: Rebuild.
4101 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4102 'no_class'.
4103
4104 2012-07-26 Tom Tromey <tromey@redhat.com>
4105
4106 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4107 immediate_quit.
4108 (print_objfile_statistics): Likewise.
4109 (maintenance_print_symbols): Likewise.
4110 (maintenance_print_msymbols): Likewise.
4111 (maintenance_print_objfiles): Likewise.
4112 * psymtab.c (print_partial_symbols): Call QUIT.
4113 (maintenance_print_psymbols): Likewise. Don't modify
4114 immediate_quit.
4115 * copying.c (show_copying_command): Don't modify immediate_quit.
4116 (show_warranty_command): Likewise.
4117 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4118
4119 2012-07-26 Keith Seitz <keiths@redhat.com>
4120
4121 * linespec.c (linespec_lexer_lex_number): The input
4122 is also a valid number if the next character is a comma
4123 or colon.
4124
4125 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4126
4127 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4128 configure options.
4129
4130 2012-07-26 Tristan Gingold <gingold@adacore.com>
4131
4132 * machoread.c: Include gdb_bfd.h.
4133
4134 2012-07-26 Tristan Gingold <gingold@adacore.com>
4135
4136 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4137 offset.
4138
4139 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4140
4141 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4142 SIZE to size_t.
4143 (dwarf2_evaluate_loc_desc): Likewise.
4144 (dwarf2_loc_desc_needs_frame): Likewise.
4145 (locexpr_describe_location_1): Likewise.
4146 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4147 size_t.
4148 (struct dwarf2_loclist_baton): Likewise.
4149 * dwarf2read.c (struct dwarf_block): Likewise.
4150 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4151 (decode_locdesc): Expand SIZE and I to size_t.
4152
4153 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4154
4155 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4156
4157 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4158
4159 * doublest.c (convert_doublest_to_floatformat): If the exponent
4160 is too small, treat the value as zero. If the exponent is too
4161 large, treat the value as infinity.
4162
4163 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4164
4165 * configure.ac: Add --enable-lmcheck configure option.
4166 * configure: Regenerate.
4167
4168 2012-07-25 Tom Tromey <tromey@redhat.com>
4169
4170 * NEWS: Mention maint info bfds.
4171 * gdb_bfd.c (all_bfds): New global.
4172 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4173 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4174 New functions.
4175
4176 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4177
4178 * configure.tgt: Add v850*-*-rtems*.
4179
4180 2012-07-25 Tom Tromey <tromey@redhat.com>
4181
4182 * macrotab.c (macro_bcache_str): Remove cast.
4183
4184 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4185
4186 * linespec.c (linespec_lexer_lex_number): Update comments,
4187 change the return and add check to make sure the input is
4188 the decimal numbers.
4189 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4190 false, call linespec_lexer_lex_string.
4191
4192 2012-07-24 Tom Tromey <tromey@redhat.com>
4193
4194 * symfile.c (symbol_file_add): Don't open BFD twice.
4195
4196 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4197
4198 * breakpoint.c (create_breakpoint): Store condition for pending
4199 breakpoints.
4200
4201 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4202
4203 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4204 (m68k_return_value): Handle complex types like structures.
4205 (m68k_svr4_return_value): Likewise.
4206
4207 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4208
4209 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4210 parameters to bfd_get_section_name.
4211
4212 2012-07-24 Yao Qi <yao@codesourcery.com>
4213
4214 * cli/cli-setshow.c: Handle case 'var_uinteger'
4215 and 'var_zuninteger' together. Handle case 'var_integer' and
4216 'var_zinteger' together.
4217
4218 2012-07-23 Keith Seitz <keiths@redhat.com>
4219
4220 * linespec.c (convert_linespec_to_sal): Don't add
4221 any symbols to the result vector if symbol_to_sal
4222 returns zero.
4223
4224 2012-07-23 Keith Seitz <keiths@redhat.com>
4225
4226 * linespec.c (decode_objc): Record the function name
4227 in the linespec.
4228
4229 2012-07-23 Tom Tromey <tromey@redhat.com>
4230
4231 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4232 counting.
4233 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4234 (map_vmap): Acquire a reference to the BFD.
4235
4236 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4237
4238 * p-valprint.c (pascal_object_print_value): Replace potentially
4239 unsafe alloca with xmalloc/xfree.
4240 * valops.c (search_struct_method): Likewise.
4241
4242 2012-07-23 Tom Tromey <tromey@redhat.com>
4243
4244 * solib-svr4.c (enable_break): Update.
4245 * bfd-target.h (target_bfd_reopen): Update documentation.
4246
4247 2012-07-23 Tom Tromey <tromey@redhat.com>
4248
4249 * symfile.c (separate_debug_file_exists): Update.
4250 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4251 (reread_symbols): Update.
4252 * elfread.c (build_id_verify): Update.
4253 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4254 bfd_open_maybe_remote.
4255
4256 2012-07-23 Tom Tromey <tromey@redhat.com>
4257
4258 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4259
4260 2012-07-23 Tom Tromey <tromey@redhat.com>
4261
4262 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4263 and 'abfd'.
4264 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4265 and 'abfd'.
4266 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4267 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4268 'abfd'.
4269 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4270 * objfiles.c (allocate_objfile): Acquire a new reference.
4271 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4272 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4273 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4274 a cleanup for 'nbfd'.
4275 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4276 for 'nbfd'.
4277 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4278 make a cleanup for 'abfd'.
4279 (symbol_file_add): Make a BFD cleanup.
4280
4281 2012-07-23 Tom Tromey <tromey@redhat.com>
4282
4283 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4284 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4285 * corelow.c (core_open): Use gdb_bfd_fopen.
4286 * dsrec.c (load_srec): Use gdb_bfd_openr.
4287 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4288 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4289 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4290 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4291 (gdb_bfd_fdopenr): New functions.
4292 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4293 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4294 (gdb_bfd_fdopenr): Declare.
4295 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4296 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4297 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4298 gdb_bfd_openr_next_archived_file.
4299 (macho_check_dsym): Use gdb_bfd_openr.
4300 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4301 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4302 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4303 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4304 gdb_bfd_openr.
4305 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4306 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4307 gdb_bfd_openr_next_archived_file.
4308 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4309 Use gdb_bfd_openr.
4310 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4311 gdb_bfd_openr.
4312 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4313 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4314 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4315 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4316 (symfile_bfd_open): Use gdb_bfd_fopen.
4317 (generic_load): Use gdb_bfd_openr.
4318 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4319
4320 2012-07-23 Tom Tromey <tromey@redhat.com>
4321
4322 * bfd-target.c (target_bfd_reopen): Update.
4323 * cli/cli-dump.c (bfd_openr_with_cleanup)
4324 (bfd_openw_with_cleanup): Update.
4325 * corelow.c (core_open): Update.
4326 * dsrec.c (load_srec): Update.
4327 * exec.c (exec_file_attach): Update.
4328 * gcore.c (create_gcore_bfd): Update.
4329 * gdb_bfd.c (gdb_bfd_ref): Return void.
4330 (gdb_bfd_open): Update.
4331 * gdb_bfd.h (gdb_bfd_ref): Return void.
4332 Update comments.
4333 * jit.c (jit_bfd_try_read_symtab): Update.
4334 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4335 * machoread.c (macho_symfile_read_all_oso): Update.
4336 (macho_check_dsym): Update.
4337 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4338 * remote-m32r-sdi.c (m32r_load): Update.
4339 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4340 * rs6000-nat.c (add_vmap): Update.
4341 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4342 Update.
4343 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4344 * solib-spu.c (spu_bfd_open): Update.
4345 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4346 * spu-linux-nat.c (spu_bfd_open): Update.
4347 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4348 (generic_load): Update.
4349 * windows-nat.c (windows_make_so): Update.
4350
4351 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4352
4353 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4354
4355 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4356
4357 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4358 SIGTRAMP_FRAME unwinding.
4359
4360 2012-07-20 Doug Evans <dje@google.com>
4361
4362 * NEWS: Document new options "set/show use-deprecated-index-sections",
4363 and delete reference to --use-deprecated-index-sections.
4364 * symfile.h (use_deprecated_index_sections): Delete.
4365 * dwarf2read.c (use_deprecated_index_sections): Make static.
4366 (read_index_from_section): Update wording of how to load
4367 deprecated index sections.
4368 (_initialize_dwarf2_read): New options
4369 "set/show use-deprecated-index-sections".
4370 * main.c (captured_main): Delete --use-deprecated-index-sections.
4371
4372 2012-07-20 Pedro Alves <palves@redhat.com>
4373
4374 PR threads/11692
4375 PR gdb/12203
4376
4377 * infrun.c (handle_inferior_event) <new thread>: Don't special
4378 case minus_one_ptid.
4379 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4380 * linux-thread-db.c (thread_get_info_callback): Don't return early
4381 if the thread is zombie.
4382 (thread_from_lwp): Change return type to void. Rewrite stale
4383 comment.
4384 (attach_thread): Don't return early if the thread is zombie,
4385 instead set its "dying" flag.
4386 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4387 (find_new_threads_callback): Don't return early if the thread is
4388 zombie.
4389
4390 2012-07-20 Pedro Alves <palves@redhat.com>
4391
4392 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4393 * target.c (target_wait): Likewise.
4394 (str_comma_list_concat_elem, do_option, target_options_to_string):
4395 New functions.
4396 * target.h (target_options_to_string): Declare.
4397
4398 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4399 Tom Tromey <tromey@redhat.com>
4400
4401 * dwarf2read.c (dwarf_decode_macros)
4402 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4403 DW_MACRO_GNU_transparent_include_alt>: New cases.
4404 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4405 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4406
4407 2012-07-20 Tom Tromey <tromey@redhat.com>
4408
4409 * dwarf2read.c (try_open_dwo_file): Don't call
4410 gdb_bfd_stash_filename.
4411
4412 2012-07-20 Pedro Alves <palves@redhat.com>
4413
4414 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4415 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4416 (i386_process_record): Tweak description comments.
4417
4418 2012-07-20 Pedro Alves <palves@redhat.com>
4419
4420 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4421 (i386_process_record): Use record_read_memory.
4422 * record.c (record_read_memory): New function.
4423 (record_arch_list_add_mem, record_exec_insn): Use
4424 record_read_memory.
4425 * record.h (record_read_memory): Declare.
4426
4427 2012-07-20 Yao Qi <yao@codesourcery.com>
4428
4429 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4430 NULL for xfree.
4431
4432 2012-07-19 Pedro Alves <palves@redhat.com>
4433
4434 * record.c (record_resume): Ask the target beneath to report all
4435 signals.
4436
4437 2012-07-19 Doug Evans <dje@google.com>
4438
4439 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4440 there's no section at address zero.
4441 (dwarf2_record_block_ranges): Ditto.
4442
4443 2012-07-19 Yao Qi <yao@codesourcery.com>
4444
4445 * command.h, remote.c: Fix a typo in comment.
4446
4447 2012-07-19 Tom Tromey <tromey@redhat.com>
4448
4449 PR exp/13206:
4450 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4451 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4452 OP_DECLTYPE>: New cases.
4453 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4454 (type_exp): Add new productions.
4455 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4456 and decltype.
4457 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4458 New case.
4459 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4460 OP_DECLTYPE>: New case.
4461 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4462 New case.
4463 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4464 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4465
4466 2012-07-19 Tom Tromey <tromey@redhat.com>
4467
4468 * c-exp.y (enum token_flags): New.
4469 (struct token) <cxx_only>: Remove.
4470 <flags>: New field.
4471 (tokentab3, tokentab2, ident_tokens): Update.
4472 (lex_one_token): Update. Handle FLAG_SHADOW.
4473
4474 2012-07-19 Tom Tromey <tromey@redhat.com>
4475
4476 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4477 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4478 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4479 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4480 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4481 type_exp production where appropriate.
4482 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4483 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4484 <UNOP_MEMVAL_TYPE>: New case.
4485 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4486 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4487 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4488 <UNOP_MEMVAL_TYPE>: New case.
4489 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4490 UNOP_REINTERPRET_CAST>: Update.
4491 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4492 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4493 UNOP_REINTERPRET_CAST>: Update.
4494 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4495 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4496 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4497 constants.
4498
4499 2012-07-19 Yao Qi <yao@codesourcery.com>
4500 Jan Kratochvil <jan.kratochvil@redhat.com>
4501
4502 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4503 and case 'var_optional_filename' together.
4504 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4505 instead of add_setshow_optional_filename_cmd for setshow command
4506 'args'. Set completer for 'set args'.
4507
4508 2012-07-18 Doug Evans <dje@google.com>
4509
4510 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4511 * common/gdb_vecs.c: New file, contents from utils.c.
4512 * common/host-defs.h: New file, contents from defs.h.
4513 * utils.h: New file, contents from defs.h.
4514 * defs.h: Move all declarations of objects defined in utils.c
4515 to utils.h (except QUIT() and related).
4516 #include "utils.h", "host-defs.h".
4517 * probe.h (probe_p): Move here from gdb_vecs.h.
4518 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4519 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4520 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4521 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4522 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4523 (COMMON_OBS): Add gdb_vecs.o.
4524 (gdb_vecs.o): New rule.
4525
4526 2012-07-18 Keith Seitz <keiths@redhat.com>
4527
4528 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4529 parameter. If non-zero, use SYMNAME as the canonical name
4530 for the SaL.
4531 Update all callers.
4532 (convert_linespec_to_sals): Use add_sal_to_sals for
4533 expressions, too.
4534 (decode_line_full): No need to "fill in missing canonical names"
4535 anymore. Simply make cleanups for the allocated names.
4536
4537 2012-07-18 Keith Seitz <keiths@redhat.com>
4538
4539 * linespec.c (struct linespec): Constify expression,
4540 source_filename, function_name, and label_name.
4541 (symbol_not_found_error): Make all parameters const.
4542 (linespec_parser_delete): No need to check for NULL
4543 when using xfree. Cast const char * to char * for xfree.
4544
4545 2012-07-18 Keith Seitz <keiths@redhat.com>
4546
4547 * breakpoint.c (invalid_thread_id_error): New function.
4548 (find_condition_and_thread): Use invalid_thread_id_error.
4549 (watch_command_1): Likewise.
4550
4551 2012-07-18 Tom Tromey <tromey@redhat.com>
4552
4553 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4554 * contrib/cc-with-tweaks.sh: New file.
4555
4556 2012-07-18 Tom Tromey <tromey@redhat.com>
4557
4558 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4559 (locate_dwz_sections): Recognize .gdb_index.
4560 (create_cus_from_index_list): New function.
4561 (create_cus_from_index): Use it. Handle .dwz data.
4562 (read_index_from_section): New function, extracted from
4563 dwarf2_read_index.
4564 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4565 if needed.
4566
4567 2012-07-18 Tom Tromey <tromey@redhat.com>
4568
4569 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4570 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4571 <is_dwz>: New field.
4572 (struct dwz_file): New.
4573 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4574 (locate_dwz_sections, dwarf2_get_dwz_file)
4575 (get_abbrev_section_for_cu): New functions.
4576 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4577 (read_and_check_type_unit_head): Add abbrev_section argument.
4578 (create_debug_types_hash_table): Update.
4579 (init_cutu_and_read_dies): Use proper abbrev section.
4580 (init_cutu_and_read_dies_no_follow): Likewise.
4581 (set_partial_user): Do nothing if PST==NULL.
4582 (read_comp_units_from_section): New function.
4583 (create_all_comp_units): Use it.
4584 (scan_partial_symbols, partial_die_parent_scope): Update.
4585 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4586 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4587 (find_partial_die): Add offset_in_dwz argument. Update.
4588 (guess_partial_die_structure_name, fixup_partial_die): Update.
4589 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4590 DW_FORM_GNU_strp_alt.
4591 (read_indirect_string_from_dwz): New function.
4592 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4593 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4594 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4595 (follow_die_offset): Add offset_in_dwz argument.
4596 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4597 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4598 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4599 Handle new macro forms.
4600 (dwarf_decode_macros): Update.
4601 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4602 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4603 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4604 (create_debug_types_hash_table): Use correct abbrev section.
4605 (get_debug_line_section): New function.
4606 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4607 (process_full_comp_unit): Pass 'required' argument to
4608 end_symtab_get_static_block.
4609 * buildsym.h (end_symtab_get_static_block): Update.
4610 * buildsym.c (end_symtab_get_static_block): Add 'required'
4611 argument.
4612 (end_symtab, end_expandable_symtab): Update.
4613
4614 2012-07-18 Tom Tromey <tromey@redhat.com>
4615
4616 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4617 (pagesize): Remove.
4618 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4619 (zlib_decompress_section): Remove.
4620 (dwarf2_read_section): Use gdb_bfd_map_section.
4621 (munmap_section_buffer): Remove.
4622 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4623 munmap_section_buffer.
4624 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4625 (struct gdb_bfd_section_data): New.
4626 (free_one_bfd_section): New function.
4627 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4628 (get_section_descriptor, zlib_decompress_section)
4629 (gdb_bfd_map_section): New functions.
4630 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4631
4632 2012-07-18 Tom Tromey <tromey@redhat.com>
4633
4634 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4635
4636 2012-07-18 Tom Tromey <tromey@redhat.com>
4637
4638 * gdb_bfd.c (struct gdb_bfd_data): New.
4639 (gdb_bfd_cache): New global.
4640 (struct gdb_bfd_cache_search): New.
4641 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4642 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4643 * gdb_bfd.h (gdb_bfd_open): Declare.
4644
4645 2012-07-18 Tom Tromey <tromey@redhat.com>
4646
4647 * utils.c (make_cleanup_bfd_unref): Rename from
4648 make_cleanup_bfd_close.
4649 * defs.h (make_cleanup_bfd_unref): Rename from
4650 make_cleanup_bfd_close.
4651 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4652 (bfd_openw_with_cleanup): Update.
4653 * corelow.c (core_open): Update.
4654 * dsrec.c (load_srec): Update.
4655 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4656 * remote-m32r-sdi.c (m32r_load): Update.
4657 * remote-mips.c (mips_load_srec): Update.
4658 (pmon_load_fast): Update.
4659 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4660 Update.
4661 (darwin_bfd_open): Update.
4662 * solib.c (solib_bfd_fopen): Update.
4663 * symfile-mem.c (symbol_file_add_from_memory): Update.
4664 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4665 (symfile_bfd_open): Update.
4666 (generic_load): Update.
4667
4668 2012-07-18 Tom Tromey <tromey@redhat.com>
4669
4670 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4671 (pmon_load_fast): Likewise.
4672 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4673 (m32r_upload_command): Likewise.
4674 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4675 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4676 Use make_cleanup_bfd_close.
4677
4678 2012-07-18 Tom Tromey <tromey@redhat.com>
4679
4680 * symfile.c (symfile_bfd_open): Don't copy name. Call
4681 gdb_bfd_stash_filename.
4682 (load_command): Open the new BFD before freeing the old.
4683 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4684 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4685 Call gdb_bfd_stash_filename.
4686 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4687 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4688 gdb_bfd_stash_filename.
4689 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4690 Free found_pathname.
4691 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4692 gdb_bfd_stash_filename.
4693 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4694 * machoread.c (macho_add_oso_symfile): Call
4695 gdb_bfd_stash_filename.
4696 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4697 gdb_bfd_stash_filename.
4698 (macho_check_dsym): Don't copy filename. Call
4699 gdb_bfd_stash_filename.
4700 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4701 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4702 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4703 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4704 * exec.c (exec_close): Don't free the BFD's filename.
4705 (exec_file_attach): Don't copy the filename. Call
4706 gdb_bfd_stash_filename.
4707 * corelow.c (core_close): Don't free the BFD's filename.
4708 (core_open): Call gdb_bfd_stash_filename.
4709 * corefile.c (reopen_exec_file): Remove #if 0 code.
4710 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4711 pathname.
4712 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4713
4714 2012-07-18 Tom Tromey <tromey@redhat.com>
4715
4716 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4717 gdb_bfd_unref.
4718 (free_dwo_file): Use gdb_bfd_unref.
4719 * cli/cli-dump.c: Include gdb_bfd.h.
4720 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4721 (bfd_openr_with_cleanup): Likewise.
4722 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4723 gdb_bfd_unref.
4724 * utils.c: Include gdb_bfd.h.
4725 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4726 * symfile.c: Include gdb_bfd.h.
4727 (separate_debug_file_exists): Use gdb_bfd_unref.
4728 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4729 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4730 (generic_load): Use gdb_bfd_ref.
4731 (reread_symbols): Use gdb_bfd_unref.
4732 * symfile-mem.c: Include gdb_bfd.h.
4733 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4734 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4735 * solib.c: Include gdb_bfd.h.
4736 (solib_bfd_fopen): Use gdb_bfd_ref.
4737 (solib_bfd_open): Use gdb_bfd_unref.
4738 (free_so_symbols): Use gdb_bfd_unref.
4739 (reload_shared_libraries_1): Use gdb_bfd_unref.
4740 * solib-spu.c: Include gdb_bfd.h.
4741 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4742 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4743 gdb_bfd_unref.
4744 * solib-frv.c: Include gdb_bfd.h.
4745 (enable_break2): Use gdb_bfd_unref.
4746 * solib-dsbt.c: Include gdb_bfd.h.
4747 (enable_break2): Use gdb_bfd_unref.
4748 * solib-darwin.c: Include gdb_bfd.h.
4749 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4750 gdb_bfd_unref.
4751 (darwin_bfd_open): Use gdb_bfd_unref.
4752 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4753 * remote-mips.c: Include gdb_bfd.h.
4754 (mips_load_srec): Use gdb_bfd_ref.
4755 (pmon_load_fast): Use gdb_bfd_ref.
4756 * remote-m32r-sdi.c: Include gdb_bfd.h.
4757 (m32r_load): Use gdb_bfd_ref.
4758 * record.c: Include gdb_bfd.h.
4759 (record_save_cleanups): Use gdb_bfd_unref.
4760 (cmd_record_save): Use gdb_bfd_unref.
4761 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4762 gdb_bfd_unref.
4763 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4764 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4765 * objfiles.c: Include gdb_bfd.h.
4766 (free_objfile): Use gdb_bfd_unref.
4767 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4768 gdb_bfd.c.
4769 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4770 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4771 (macho_check_dsym): Likewise.
4772 * m32r-rom.c: Include gdb_bfd.h.
4773 (m32r_load): Use gdb_bfd_ref.
4774 (m32r_upload_command): Use gdb_bfd_ref.
4775 * jit.c: Include gdb_bfd.h.
4776 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4777 * gdb_bfd.h: New file.
4778 * gdb_bfd.c: New file.
4779 * gcore.c: Include gdb_bfd.h.
4780 (create_gcore_bfd): Use gdb_bfd_ref.
4781 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4782 (gcore_command): Use gdb_bfd_unref.
4783 * exec.c: Include gdb_bfd.h.
4784 (exec_close): Use gdb_bfd_unref.
4785 (exec_close_1): Use gdb_bfd_unref.
4786 (exec_file_attach): Use gdb_bfd_ref.
4787 * elfread.c: Include gdb_bfd.h.
4788 (build_id_verify): Use gdb_bfd_unref.
4789 * dsrec.c: Include gdb_bfd.h.
4790 (load_srec): Use gdb_bfd_ref.
4791 * corelow.c: Include gdb_bfd.h.
4792 (core_close): Use gdb_bfd_unref.
4793 (core_open): Use gdb_bfd_ref.
4794 * bfd-target.c: Include gdb_bfd.h.
4795 (target_bfd_xclose): Use gdb_bfd_unref.
4796 (target_bfd_reopen): Use gdb_bfd_ref.
4797 * Makefile.in (SFILES): Add gdb_bfd.c.
4798 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4799 (COMMON_OBS): Add gdb_bfd.o.
4800
4801 2012-07-18 Keith Seitz <keiths@redhat.com>
4802
4803 * breakpoint.c (find_condition_and_thread): Initialize
4804 TASK and REST.
4805 (create_breakpiont): find_condition_and_thread will now
4806 initialize COND_STRING, THREAD, and REST (and TASK).
4807 (addr_string_to_sals): Likewise.
4808
4809 2012-07-18 Pedro Alves <palves@redhat.com>
4810
4811 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4812 Pull the single step breakpoints out of the target.
4813
4814 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4815
4816 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4817 * stap-probe.c (compile_probe_arg): Likewise.
4818
4819 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4820
4821 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4822 (elf_compile_to_ax): Likewise.
4823 * infrun.c (insert_exception_resume_from_probe): Likewise.
4824 (check_exception_resume): Remove `objfile' variable.
4825 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4826 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4827 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4828 (compare_entries): Rename to...
4829 (compare_probes): ...this. Adjust function to work with
4830 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4831 respectively.
4832 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4833 `VEC (probe_p) *'.
4834 (print_ui_out_info): Adjust argument to be `struct probe *'.
4835 (info_probes_for_ops): Adjust internal computations to use
4836 `VEC (probe_p) *'.
4837 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4838 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4839 gen_info_probes_table_values>: Remove `objfile' argument.
4840 (struct probe) <objfile>: New field.
4841 (find_probe_by_pc): Remove `objfile' argument.
4842 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4843 (stap_get_probe_argument_count): Likewise.
4844 (stap_get_arg): Likewise.
4845 (stap_evaluate_probe_argument): Likewise.
4846 (stap_compile_to_ax): Likewise.
4847 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4848 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4849 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4850 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4851 sym_compile_to_ax>: Likewise.
4852
4853 2012-07-18 Terry Guo <terry.guo@arm.com>
4854
4855 PR 14329
4856 * defs.h (GDB_MI_MSG_WIDTH): New.
4857 * ser_base (ser_base_read_error_fd): New function.
4858 (do_ser_base_readchar): Poll error file descriptor as well as
4859 standard output.
4860 (generic_readchar): Refactor error handling.
4861
4862 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4863
4864 * NEWS: Create a new section for the next release branch.
4865 Rename the section of the current branch, now that it has
4866 been cut.
4867
4868 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4869
4870 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4871 * version.in: Bump version to 7.5.50.20120718-cvs.
4872
4873 2012-07-17 Keith Seitz <keiths@redhat.com>
4874
4875 * linespec.c (linespec_parse_line_offset): Make parameter
4876 const.
4877
4878 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 PR 11914
4881 * f-valprint.c (info_common_command): New variable frame_id.
4882 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4883 * printcmd.c (print_variable_and_value): Extend function comment.
4884 Add comment for invalidated FRAME.
4885 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4886 FI form FRAME_ID after each print_frame_local_vars.
4887 (struct print_variable_and_value_data): Change frame to frame_id.
4888 (do_print_variable_and_value): New variable frame, initialize it from
4889 p->frame_id. Add comment for invalidated FRAME.
4890 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4891 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4892 for invalidated FRAME.
4893
4894 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4895 Pedro Alves <palves@redhat.com>
4896
4897 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4898 loop.
4899
4900 2012-07-16 Tom Tromey <tromey@redhat.com>
4901
4902 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4903
4904 2012-07-15 Doug Evans <dje@google.com>
4905
4906 * dwarf2read.c (stmt_list_hash): New struct.
4907 (type_unit_group): Embed "per_cu" member, remove pointer.
4908 New union member "t", move member "tus" into it, all uses updated.
4909 New member "hash", replaces member "line_offset, all uses updated.
4910 (quick_file_names): Replace member "offset" with "hash", all uses
4911 updated.
4912 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4913 (hash_file_name_entry, eq_file_name_entry): Call them.
4914 (hash_type_unit_group, eq_type_unit_group): Ditto.
4915 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4916 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4917 (dw2_get_file_names): Update.
4918 (create_type_unit_group): Replace "per_cu" arg with "cu".
4919 All callers updated. Fix "quick" (.gdb_index) handling.
4920 (get_type_unit_group): Replace "per_cu" arg with "cu".
4921 All callers updated.
4922 (build_type_unit_groups): Don't reset tu_stats.
4923
4924 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4925 "tab_cur_size". Change member "tab" to be a htab_t.
4926 (create_filename_seen_cache): Update.
4927 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4928 (filename_seen): Update.
4929
4930 2012-07-13 Doug Evans <dje@google.com>
4931
4932 * symtab.c (filename_seen): Update comment.
4933
4934 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4935 Doug Evans <dje@google.com>
4936
4937 * buildsym.c (end_symtab_1): Split it to ...
4938 (end_symtab_get_static_block): ... this ...
4939 (end_symtab_from_static_block): ... and this function.
4940 (end_symtab, end_expandable_symtab): Call them.
4941 * buildsym.h (end_symtab_get_static_block)
4942 (end_symtab_from_static_block): New declarations.
4943 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4944 Set its valid CU ranges.
4945
4946 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4949 DW_OP_GNU_parameter_ref.
4950
4951 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4952
4953 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4954 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4955
4956 2012-07-13 Doug Evans <dje@google.com>
4957
4958 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4959 (filename_seen_cache): New struct.
4960 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4961 (create_filename_seen_cache): New function.
4962 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4963 (filename_seen): Delete arg "first". New arg "cache". All callers
4964 updated.
4965 (output_source_filename_data): New struct.
4966 (output_source_filename): Delete arg "first". New arg "data".
4967 All callers updated.
4968 (sources_info): Delete local "first". New locals "data", "cleanups".
4969 Rewrite to use filename_seen_cache.
4970 (add_partial_filename_data): Delete member "first". New member
4971 "filename_seen_cache". All uses updated.
4972 (make_source_files_completion_list): Rewrite to use
4973 filename_seen_cache.
4974
4975 2012-07-12 Doug Evans <dje@google.com>
4976
4977 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4978
4979 2012-07-10 Doug Evans <dje@google.com>
4980
4981 PR gdb/13498
4982 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4983 all_type_unit_groups, type_unit_groups, tu_stats.
4984 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4985 All uses updated. Add type_unit_group to union "s".
4986 (type_unit_group): New struct.
4987 (IS_TYPE_UNIT_GROUP): New macro.
4988 (abbrev_table): Delete unused member "section".
4989 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4990 (dw2_get_cu): Assert not used with type_unit_group.
4991 (dw2_get_primary_cu): New function.
4992 (dw2_build_type_unit_groups_reader): New function.
4993 (dw2_build_type_unit_groups): New function.
4994 (dw2_get_file_names): Assert not called on type units.
4995 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4996 Redo loop to iterate over type unit groups instead of type units.
4997 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4998 (read_abbrev_offset): New function.
4999 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
5000 updated.
5001 (create_partial_symtab): New function.
5002 (process_psymtab_comp_unit_reader): Assert not used with type units.
5003 Call create_partial_symtab.
5004 (process_psymtab_type_unit): Delete.
5005 (hash_type_unit_group, eq_type_unit_group): New functions.
5006 (allocate_type_unit_groups_table): New function.
5007 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5008 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5009 (create_type_unit_group, get_type_unit_group): New functions.
5010 (tu_abbrev_offset): New struct.
5011 (sort_tu_by_abbrev_offset): New function.
5012 (add_type_unit_group_to_table): New function.
5013 (build_type_unit_groups): New function.
5014 (build_type_psymtabs_reader): New function.
5015 (build_type_psymtab_dependencies): New function.
5016 (build_type_psymtabs): Rewrite.
5017 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5018 is seen in a type unit.
5019 (process_queue): Move symtab expansion debugging printfs here.
5020 Call process_full_type_unit for type units.
5021 (compute_symtab_includes): Assert not called for type units.
5022 (process_cu_includes): Don't call compute_symtab_includes for
5023 type units.
5024 (process_full_type_unit): New function.
5025 (process_imported_unit_die): Flag an error if called for type units.
5026 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5027 updated. Assert not called for type units.
5028 (read_file_scope): Call dwarf2_start_symtab.
5029 (setup_type_unit_groups): New function.
5030 (read_type_unit_scope): Rewrite.
5031 (abbrev_table_read_table): Initialize abbrev_table->offset.
5032 (abbrev_table_free_cleanup): New function.
5033 (dwarf2_start_symtab): New function.
5034 (load_full_type_unit): Assert not called for type unit groups.
5035 * buildsym.c (finish_block_internal): New arg "expandable".
5036 All callers updated.
5037 (start_symtab): Move most contents to ...
5038 (restart_symtab): ... here. New function.
5039 (reset_symtab_globals): New function.
5040 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5041 Call reset_symtab_globals.
5042 (end_symtab, end_expandable_symtab): New functions.
5043 (set_missing_symtab, augment_type_symtab): New functions.
5044 * buildsym.h (end_expandable_symtab): Declare.
5045 (augment_type_symtab, restart_symtab): Declare.
5046 * psympriv.h (struct partial_symtab): New member "anonymous".
5047 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5048 anonymous psymtabs.
5049 (read_psymtabs_with_filename): Ditto.
5050 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5051 (expand_symtabs_matching_via_partial): Ditto.
5052 (dump_psymtab): Update.
5053 * dictionary.c (dict_add_pending): New function.
5054 * dictionary.h (dict_add_pending): Declare.
5055
5056 2012-07-09 Doug Evans <dje@google.com>
5057
5058 * buildsym.c (start_subfile): Remove unnecessary check for
5059 name == NULL.
5060
5061 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5062
5063 * dwarf2read.c (load_full_type_unit): Simplify.
5064
5065 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5066 to struct signatured_type **. All uses updated.
5067
5068 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5069 All callers updated.
5070
5071 2012-07-09 Tom Tromey <tromey@redhat.com>
5072
5073 * c-exp.y (check_parameter_typelist): New function.
5074 (parameter_typelist): Call it.
5075 * eval.c (make_params): Handle '(void)' case.
5076 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5077 '(void)' case.
5078
5079 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5080
5081 * common/linux-ptrace.c: Include gdb_assert.h.
5082 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5083 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5084 stdint.h.
5085 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5086 functions.
5087 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5088 * linux-nat.c (linux_child_post_attach)
5089 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5090
5091 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5092
5093 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5094 nptl <2.7 bug workaround for core files.
5095
5096 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5097
5098 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5099 clearing.
5100 (save_siginfo): Remove.
5101 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5102 call.
5103 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5104 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5105 * linux-nat.h (struct lwp_info): Remove field siginfo.
5106
5107 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 Code cleanup for the next patch.
5110 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5111 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5112 call for it.
5113 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5114 (ia64_linux_stopped_data_address):
5115 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5116 the return value.
5117 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5118 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5119 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5120 call for it.
5121
5122 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 PR 14321
5125 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5126 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5127
5128 2012-07-06 Tom Tromey <tromey@redhat.com>
5129
5130 * c-exp.y (DOTDOTDOT): New token.
5131 (func_mod, exp): Use parameter_typelist.
5132 (parameter_typelist): New production.
5133 (tokentab3): Add "..." token.
5134 * eval.c (make_params): Handle varargs.
5135 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5136 varargs.
5137
5138 2012-07-06 Tom Tromey <tromey@redhat.com>
5139
5140 PR exp/9608:
5141 * c-exp.y (%union) <tvec>: Change type.
5142 (func_mod): Now uses <tvec> type.
5143 (exp): Update for tvec change.
5144 (direct_abs_decl): Push the typelist.
5145 (func_mod): Return a typelist.
5146 (nonempty_typelist): Update for tvec change.
5147 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5148 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5149 * parse.c (pop_type_list): New function.
5150 (push_typelist): New function.
5151 (follow_types): Handle tp_function_with_arguments.
5152 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5153 (enum type_pieces) <tp_function_with_arguments>: New constant.
5154 (union type_stack_elt) <typelist_val>: New field.
5155 (push_typelist): Declare.
5156
5157 2012-07-06 Tom Tromey <tromey@redhat.com>
5158
5159 * c-exp.y (%union) <type_stack>: New field.
5160 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5161 (ptr_operator_ts): New production.
5162 (ptype): Update.
5163 * parse.c (type_stack_reserve): New function.
5164 (check_type_stack_depth): Use it.
5165 (pop_type_stack, append_type_stack, push_type_stack)
5166 (get_type_stack, type_stack_cleanup): New functions.
5167 (follow_types): Handle tp_type_stack.
5168 (_initialize_parse): Simplify initialization.
5169 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5170 constant.
5171 (union type_stack_elt) <stack_val>: New field.
5172 (get_type_stack, append_type_stack, push_type_stack)
5173 (type_stack_cleanup): Declare.
5174
5175 2012-07-06 Tom Tromey <tromey@redhat.com>
5176
5177 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5178 Remove.
5179 (struct type_stack): New.
5180 * parse.c (type_stack, type_stack_size, type_stack_depth):
5181 Remove.
5182 (type_stack): New global.
5183 (parse_exp_in_context, check_type_stack_depth)
5184 (insert_into_type_stack, insert_type, push_type, push_type_int)
5185 (insert_type_address_space, pop_type, pop_type_int)
5186 (_initialize_parse): Update.
5187
5188 2012-07-06 Tom Tromey <tromey@redhat.com>
5189
5190 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5191 Remove %type.
5192
5193 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5194
5195 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5196
5197 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5198 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5201 alloca with xmalloc/xfree.
5202
5203 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5204
5205 * MAINTAINERS (Write After Approval): Add myself to the list.
5206
5207 2012-07-05 Doug Evans <dje@google.com>
5208
5209 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5210
5211 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5212
5213 * ax-gdb.c (cli/cli-utils.h): New include.
5214 (linespec.h): Ditto.
5215 (agent_eval_command_one): New function.
5216 (agent_command_1): Ditto.
5217 (agent_command): Call function agent_command_1.
5218 (agent_eval_command): Ditto.
5219 (_initialize_ax_gdb): Change help for "maint agent"
5220 and "maint agent-eval".
5221
5222 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5223
5224 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5225 * cli/cli-utils.c (check_for_argument): New function.
5226 * cli/cli-utils.h (check_for_argument): Ditto.
5227
5228 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5229
5230 * NEWS: Mention x32 ABI support.
5231
5232 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5233
5234 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5235 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5236
5237 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5238 and pc_regnum_from_eax to -1. Update SP regnum from
5239 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5240 needed.
5241
5242 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5243 pc_regnum_from_eax.
5244
5245 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5248 * dwarf2expr.h: Include gdbtypes.h.
5249 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5250 these forward declarations.
5251 (cu_offset, sect_offset): Move these ...
5252 * gdbtypes.h: Remove include dwarf2expr.h.
5253 (cu_offset, sect_offset): ... here.
5254
5255 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5256
5257 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5258 (amd64_linux_sigtramp_code): This.
5259 (amd64_x32_linux_sigtramp_code): New.
5260 (LINUX_SIGTRAMP_LEN): Updated.
5261 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5262
5263 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5264
5265 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5266
5267 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 * config.in: Regenerate.
5270 * configure: Regenerate.
5271 * configure.ac: Remove check for gnu/libc-version.h.
5272 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5273 gnu/libc-version.h.
5274 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5275 variables libc_version, libc_major and libc_minor. Replace sscanf by
5276 inferior_has_bug. Extend the comment.
5277
5278 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * linux-thread-db.c (inferior_has_bug): New function.
5281 (thread_db_find_new_threads_silently): Return boolean as checked by
5282 inferior_has_bug, describe it in the comments.
5283 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5284 earlier. Abort the initialization if it returned non-zero.
5285 (thread_db_new_objfile): Exclude debug files.
5286 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5287 if UNTIL_NO_NEW,
5288
5289 2012-07-02 Doug Evans <dje@google.com>
5290
5291 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5292 related to queue management.
5293
5294 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5295 instead of "debug dwarf2-die" in debugging printfs.
5296 (create_debug_info_hash_table_reader): Ditto.
5297 (create_debug_info_hash_table): Ditto.
5298 (init_dwo_file): Ditto.
5299 (init_cutu_and_read_dies): Add debugging printf.
5300 (init_cutu_and_read_dies_no_follow): Ditto.
5301 (process_psymtab_comp_unit_reader): Ditto.
5302
5303 2012-07-02 Stan Shebs <stan@codesourcery.com>
5304
5305 Add target-side support for dynamic printf.
5306 * NEWS: Mention the additional style.
5307 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5308 (struct bp_location): New field cmd_bytecode.
5309 * breakpoint.c: Include format.h.
5310 (disconnected_dprintf): New global.
5311 (parse_cmd_to_aexpr): New function.
5312 (build_target_command_list): New function.
5313 (insert_bp_location): Call it.
5314 (remove_breakpoints_pid): Skip dprintf breakpoints.
5315 (print_one_breakpoint_location): Ditto.
5316 (dprintf_style_agent): New global.
5317 (dprintf_style_enums): Add dprintf_style_agent.
5318 (update_dprintf_command_list): Add agent case.
5319 (agent_printf_command): New function.
5320 (_initialize_breakpoint): Add new commands.
5321 * common/ax.def (printf): New bytecode.
5322 * ax.h (ax_string): Declare.
5323 * ax-gdb.h (gen_printf): Declare.
5324 * ax-gdb.c: Include cli-utils.h, format.h.
5325 (gen_printf): New function.
5326 (maint_agent_print_command): New function.
5327 (_initialize_ax_gdb): Add maint agent-printf command.
5328 * ax-general.c (ax_string): New function.
5329 (ax_print): Add printf disassembly.
5330 * Makefile.in (SFILES): Add format.c
5331 (COMMON_OBS): Add format.o.
5332 * common/format.h: New file.
5333 * common/format.c: New file.
5334 * printcmd.c: Include format.h.
5335 (ui_printf): Call parse_format_string.
5336 * remote.c (remote_state): New field breakpoint_commands.
5337 (PACKET_BreakpointCommands): New enum.
5338 (remote_breakpoint_commands_feature): New function.
5339 (remote_protocol_features): Add new BreakpointCommands entry.
5340 (remote_can_run_breakpoint_commands): New function.
5341 (remote_add_target_side_commands): New function.
5342 (remote_insert_breakpoint): Call it.
5343 (remote_insert_hw_breakpoint): Ditto.
5344 (_initialize_remote): Add new packet configuration for
5345 target-side breakpoint commands.
5346 * target.h (struct target_ops): New field
5347 to_can_run_breakpoint_commands.
5348 (target_can_run_breakpoint_commands): New macro.
5349 * target.c (update_current_target): Handle
5350 to_can_run_breakpoint_commands.
5351
5352 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 Execute -ix and -iex only after system and user gdbinit files.
5355 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5356 processing down after gdbinit files.
5357
5358 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5359
5360 Add fnmatch-gnu module.
5361 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5362 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5363 * gnulib/aclocal.m4: Regenerate.
5364 * gnulib/config.in: Regenerate.
5365 * gnulib/configure: Regenerate.
5366 * gnulib/import/dummy.c: Remove.
5367 * gnulib/import/Makefile.am: Regenerate.
5368 * gnulib/import/Makefile.in: Likewise.
5369 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5370 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5371 * gnulib/import/alloca.c: New file.
5372 * gnulib/import/alloca.in.h: Likewise.
5373 * gnulib/import/config.charset: Likewise.
5374 * gnulib/import/fnmatch.c: Likewise.
5375 * gnulib/import/fnmatch.in.h: Likewise.
5376 * gnulib/import/fnmatch_loop.c: Likewise.
5377 * gnulib/import/localcharset.c: Likewise.
5378 * gnulib/import/localcharset.h: Likewise.
5379 * gnulib/import/m4/alloca.m4: Likewise.
5380 * gnulib/import/m4/codeset.m4: Likewise.
5381 * gnulib/import/m4/configmake.m4: Likewise.
5382 * gnulib/import/m4/fcntl-o.m4: Likewise.
5383 * gnulib/import/m4/fnmatch.m4: Likewise.
5384 * gnulib/import/m4/glibc21.m4: Likewise.
5385 * gnulib/import/m4/localcharset.m4: Likewise.
5386 * gnulib/import/m4/locale-fr.m4: Likewise.
5387 * gnulib/import/m4/locale-ja.m4: Likewise.
5388 * gnulib/import/m4/locale-zh.m4: Likewise.
5389 * gnulib/import/m4/mbrtowc.m4: Likewise.
5390 * gnulib/import/m4/mbsinit.m4: Likewise.
5391 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5392 * gnulib/import/m4/mbstate_t.m4: Likewise.
5393 * gnulib/import/m4/stdbool.m4: Likewise.
5394 * gnulib/import/m4/wchar_h.m4: Likewise.
5395 * gnulib/import/m4/wctype_h.m4: Likewise.
5396 * gnulib/import/m4/wint_t.m4: Likewise.
5397 * gnulib/import/mbrtowc.c: Likewise.
5398 * gnulib/import/mbsinit.c: Likewise.
5399 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5400 * gnulib/import/mbsrtowcs-state.c: Likewise.
5401 * gnulib/import/mbsrtowcs.c: Likewise.
5402 * gnulib/import/ref-add.sin: Likewise.
5403 * gnulib/import/ref-del.sin: Likewise.
5404 * gnulib/import/stdbool.in.h: Likewise.
5405 * gnulib/import/streq.h: Likewise.
5406 * gnulib/import/strnlen1.c: Likewise.
5407 * gnulib/import/strnlen1.h: Likewise.
5408 * gnulib/import/verify.h: Likewise.
5409 * gnulib/import/wchar.in.h: Likewise.
5410 * gnulib/import/wctype.in.h: Likewise.
5411
5412 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 Support shell wildcards for 'set auto-load safe-path'.
5415 * auto-load.c: Include fnmatch.h.
5416 (filename_is_in_dir): Rename to ...
5417 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5418 it. Update function comment. Rename dir_len to pattern_len. New
5419 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5420 messages. Use gdb_filename_fnmatch.
5421 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5422 pattern.
5423 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5424 * defs.h (gdb_filename_fnmatch): New declaration.
5425 * utils.c: Include fnmatch.h.
5426 (gdb_filename_fnmatch): New function.
5427
5428 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5429
5430 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5431 `-probe' and `-probe-stap' options.
5432
5433 2012-07-01 Yao Qi <yao@codesourcery.com>
5434
5435 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5436 always_inserted_off, and always_inserted_enums.
5437 Change always_inserted_mode's type to 'enum auto_boolean'.
5438 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5439 callers.
5440 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5441 of add_setshow_enum_cmd.
5442 * infrun.c: Remove can_use_displaced_stepping_auto,
5443 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5444 can_use_displaced_stepping_enum.
5445 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5446 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5447 callers.
5448 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5449 add_setshow_enum_cmd.
5450
5451 2012-06-30 Doug Evans <dje@google.com>
5452
5453 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5454 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5455 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5456
5457 2012-06-29 Doug Evans <dje@google.com>
5458
5459 * linespec.c: #include "stack.h".
5460 (decode_line_with_current_source): Moved here from symtab.c and
5461 renamed from decode_line_spec. All callers updated.
5462 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5463 renamed from decode_line_spec_1. All callers updated.
5464 * linespec.h (decode_line_with_current_source): Move declaration here
5465 from symtab.h and renamed from decode_line_spec.
5466 (decode_line_with_last_displayed): Move declaration here from symtab.h
5467 and renamed from decode_line_spec_1.
5468 * macrocmd.c: #include "linespec.h".
5469 * symtab.c: Remove #include "linespec.h".
5470
5471 2012-06-28 Doug Evans <dje@google.com>
5472
5473 * dwarf2read.c (get_cu_length): New function.
5474 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5475 (create_debug_types_hash_table): Ditto.
5476 (init_cutu_and_read_dies): Ditto.
5477 (init_cutu_and_read_dies_no_follow): Ditto.
5478
5479 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5480
5481 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5482 (struct abbrev_table): Define.
5483 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5484 abbrev_table.
5485 (init_cutu_and_read_dies): Update.
5486 (abbrev_table_alloc_abbrev): New function. Replaces
5487 dwarf_alloc_abbrev. All callers updated.
5488 (abbrev_table_add_abbrev): New function.
5489 (abbrev_table_lookup_abbrev): New function. Replaces
5490 dwarf2_lookup_abbrev. All callers updated.
5491 (abbrev_table_read_table): New function. Contents moved here from
5492 dwarf2_read_abbrevs.
5493 (dwarf2_read_abbrevs): Call it.
5494 (abbrev_table_free): New function.
5495 (dwarf2_free_abbrev_table): Call it.
5496
5497 2012-06-28 Stan Shebs <stan@codesourcery.com>
5498
5499 * osdata.c (info_osdata_command): Filter out "Title" columns
5500 from non-MI uses.
5501 * common/linux-osdata.c (struct osdata_type): Add title field.
5502 (osdata_table): Add titles to each entry.
5503 (linux_command_xfer_osdata): Add a column for title data.
5504
5505 2012-06-28 Stan Shebs <stan@codesourcery.com>
5506
5507 Make logging work for MI.
5508 * NEWS: Mention it.
5509 * interps.h (interp_set_logging_ftype): New typedef.
5510 (struct interp_procs): New field set_logging_proc.
5511 (current_interp_set_logging): Declare.
5512 * interps.c (current_interp_set_logging): New function.
5513 * cli/cli-logging.c: Include interps.h.
5514 (set_logging_redirect): Call current_interp_set_logging.
5515 (pop_output_files): Ditto.
5516 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5517 * mi/mi-console.h (mi_console_set_raw): Declare.
5518 * mi/mi-console.c (mi_console_set_raw): New function.
5519 * mi/mi-interp.c (saved_raw_stdout): New global.
5520 (mi_set_logging): New function.
5521 (_initialize_mi_interp): Add it to interp procs.
5522
5523 2012-06-28 Doug Evans <dje@google.com>
5524
5525 * symtab.c (lookup_symbol_aux_objfile): Use
5526 ALL_OBJFILE_PRIMARY_SYMTABS.
5527
5528 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5529
5530 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5531
5532 * common/buffer.c: Include inttypes.h and stdint.h.
5533 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5534
5535 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5536 Pedro Alves <palves@redhat.com>
5537
5538 * gdbthread.h (ALL_THREADS): New macro.
5539 (thread_list): Declare.
5540 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5541 going, but instead fall through to the stepping handling.
5542 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5543 the passed in signal. Adjust debug output.
5544 (resume_callback): Rename to ...
5545 (linux_nat_resume_callback): ... this. Pass the thread's last
5546 stop signal, if in "pass" state.
5547 (linux_nat_resume): Adjust to rename.
5548 (stop_wait_callback): New assertion. Don't respawn signals;
5549 instead let the LWP remain with SIGNALLED set.
5550 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5551 * remote.c (append_pending_thread_resumptions): New.
5552 (remote_vcont_resume): Call it.
5553 * target.h (target_resume): Extend comment.
5554
5555 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5556
5557 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5558
5559 2012-06-27 Doug Evans <dje@google.com>
5560
5561 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5562 Delete have_addr_base, unused. All uses updated.
5563 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5564 (dwarf2_get_pc_bounds): Add ranges_base.
5565 (dwarf2_record_block_ranges): Ditto.
5566
5567 2012-06-27 Tom Tromey <tromey@redhat.com>
5568
5569 PR macros/7961:
5570 * varobj.c (varobj_create): Update.
5571 (varobj_set_value): Update.
5572 * tracepoint.c (validate_actionline): Update.
5573 (encode_actions_1): Update.
5574 * parse.c (parse_exp_1): Add 'pc' argument.
5575 (parse_exp_in_context): Add 'pc' argument. Change how
5576 expression_context_pc is set.
5577 (parse_expression): Update.
5578 (parse_field_expression): Update.
5579 * expression.h (parse_exp_1): Update.
5580 * eval.c (parse_to_comma_and_eval): Update.
5581 * breakpoint.c (set_breakpoint_condition): Update.
5582 (update_watchpoint): Update.
5583 (init_breakpoint_sal): Update
5584 (find_condition_and_thread): Update.
5585 (watch_command_1): Update.
5586 (update_breakpoint_locations): Update.
5587 * ada-lang.c (ada_read_renaming_var_value): Update.
5588 (create_excep_cond_exprs): Update.
5589
5590 2012-06-27 Doug Evans <dje@google.com>
5591
5592 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5593 type units.
5594
5595 2012-06-26 Doug Evans <dje@google.com>
5596
5597 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5598 prototype.
5599 (error_check_comp_unit_head): New arg abbrev_section. All callers
5600 updated.
5601 (read_and_check_comp_unit_head): Ditto.
5602 (read_and_check_type_unit_head): Ditto.
5603
5604 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5605
5606 New attribute 'last' for gdb.Symtab_and_line.
5607 * NEWS (Python Scripting): Add entry about the new attribute.
5608 * python/py-symtab.c (salpy_get_last): New function which
5609 implements the get method for the 'last' attribute of
5610 gdb.Symtab_and_line.
5611 (sal_object_getset): Add entry for the 'last' attribute.
5612
5613 2012-06-26 Doug Evans <dje@google.com>
5614
5615 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5616 (dwo_sections): Add macinfo, macro.
5617 (dwarf2_locate_dwo_sections): Watch for macro sections.
5618 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5619 All callers updated. Handle DWO files.
5620
5621 * NEWS: Mention new options "set debug dwarf2-read" and
5622 "set debug symtab-create".
5623 * dwarf2read.c (dwarf2_read_debug): New static global.
5624 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5625 (process_queue): Ditto.
5626 (process_full_comp_unit): Ditto.
5627 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5628 * elfread.c (elf_symfile_read): Add debugging printf.
5629 * minsyms.c (install_minimal_symbols): Ditto.
5630 * psymtab.c (allocate_psymtab): Ditto.
5631 * symfile.c (allocate_symtab): Ditto.
5632 * symtab.c (symtab_create_debug): New global.
5633 (_initialize_symtab): Add new option "set debug symtab-create".
5634 * symtab.h (symtab_create_debug): Declare.
5635
5636 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5637 (lookup_dwo_type_unit): Ditto.
5638
5639 2012-06-26 Roland McGrath <roland@hack.frob.com>
5640 H.J. Lu <hongjiu.lu@intel.com>
5641
5642 * amd64-linux-nat.c: Include <sys/user.h>.
5643 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5644 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5645 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5646
5647 * configure.ac: Check if the fs_base and gs_base members of
5648 `struct user_regs_struct' exist.
5649 * config.in: Regenerated.
5650 * configure: Likewise.
5651
5652 2012-06-25 Michael Eager <eager@eagercon.com>
5653
5654 PR python/14291
5655 * python/python.c (gdbpy_write): Check for interrupted output.
5656
5657 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5658
5659 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5660 register as a stack alignment in ARM mode.
5661
5662 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5665 * gnulib/config.in: Regenerate.
5666 * gnulib/configure: Likewise.
5667 * gnulib/import/m4/extensions.m4: Update it.
5668 * gnulib/import/m4/gnulib-common.m4: Likewise.
5669 * gnulib/import/m4/memmem.m4: Likewise.
5670 * gnulib/import/m4/mmap-anon.m4: Likewise.
5671 * gnulib/import/m4/multiarch.m4: Likewise.
5672 * gnulib/import/stdint.in.h: Likewise.
5673
5674 2012-06-24 Yao Qi <yao@codesourcery.com>
5675
5676 * corefile.c (write_memory_with_notification): New.
5677 * gdbcore.h: Declare write_memory_with_notification.
5678 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5679 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5680 * valops.c (value_assign): Likewise.
5681 * python/py-inferior.c (infpy_write_memory): Call
5682 'write_memory_with_notification'.
5683
5684 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5685
5686 * cc-with-index.sh: Use also -ex "set auto-load no".
5687
5688 2012-06-23 Doug Evans <dje@google.com>
5689
5690 PR 14125
5691 * NEWS: Document additions to .gdb_index.
5692 * dwarf2read.c: #include "gdb/gdb-index.h".
5693 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5694 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5695 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5696 (dwarf2_read_index): Recognize version 7.
5697 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5698 block_kind, domain): All callers updated.
5699 (dw2_find_symbol_file): Handle new index CU values.
5700 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5701 (add_index_entry): New args is_static, kind. All callers updated.
5702 (offset_type_compare, uniquify_cu_indices): New functions
5703 (symbol_kind): New function.
5704 (write_psymtabs_to_index): Remove duplicate CU values.
5705 (write_psymtabs_to_index): Write .gdb_index version 7.
5706
5707 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5708
5709 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5710 * configure: Regenerate.
5711
5712 2012-06-20 Yao Qi <yao@codesourcery.com>
5713
5714 * python/py-inferior.c: Update comments of infpy_read_memory
5715 and infpy_write_memory.
5716
5717 2012-06-19 Tom Tromey <tromey@redhat.com>
5718
5719 PR exp/9514:
5720 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5721 (push_type_address_space): Remove.
5722 * parse.c (insert_into_type_stack): New function.
5723 (insert_type): Likewise.
5724 (insert_type_address_space): Rename from push_type_address_space.
5725 Insert tp_space_identifier.
5726 * c-exp.y (ptr_operator): New production.
5727 (abs_decl): Use ptr_operator.
5728 (space_identifier): Call insert_type_address_space.
5729 (ptype): Don't use const_or_volatile_or_space_identifier.
5730 (const_or_volatile_noopt): Call insert_type.
5731 (conversion_type_id, conversion_declarator): New productions.
5732 (operator): Use conversion_type_id.
5733
5734 2012-06-18 Doug Evans <dje@google.com>
5735
5736 * symtab.h (minimal_symbol): New member created_by_gdb.
5737 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5738 created by gdb.
5739 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5740 (search_symbols): Call it instead of lookup_symbol.
5741 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5742
5743 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5744 Adjust address for DW_OP_GNU_addr_index.
5745 * dwarf2expr.h (dwarf_expr_context): Update comment.
5746 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5747 all callers updated. Handle TLS vars described with
5748 DW_OP_GNU_const_index.
5749 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5750 and DW_OP_GNU_const_index.
5751 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5752
5753 * block.c (find_block_in_blockvector): Make explicit the fact that we
5754 ignore GLOBAL_BLOCK.
5755
5756 2012-06-18 Tom Tromey <tromey@redhat.com>
5757
5758 * c-exp.y (operator): Remove trailing space after "delete" and
5759 "delete[]".
5760
5761 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5762 Jan Kratochvil <jan.kratochvil@redhat.com>
5763
5764 Switch i386 and derived targets to ON_STACK.
5765 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5766 (amd64_dicos_init_abi): Remove its installment.
5767 * dicos-tdep.c (dicos_init_abi): Remove the
5768 set_gdbarch_call_dummy_location call. Update the comment here.
5769 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5770 (i386_dicos_init_abi): Remove its installment.
5771 * i386-tdep.c (i386_push_dummy_code): New function.
5772 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5773 i386_push_dummy_code.
5774
5775 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5776
5777 Remove stale dummy frames.
5778 * breakpoint.c: Include dummy-frame.h.
5779 (longjmp_breakpoint_ops): New variable.
5780 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5781 bp_longjmp_call_dummy.
5782 (bpstat_what, bptype_string, print_one_breakpoint_location)
5783 (init_bp_location): Support bp_longjmp_call_dummy.
5784 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5785 (set_longjmp_breakpoint_for_call_dummy)
5786 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5787 functions.
5788 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5789 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5790 FIXME comment and extend the other comment for bp_call_dummy.
5791 (set_longjmp_breakpoint_for_call_dummy)
5792 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5793 * dummy-frame.c: Include gdbthread.h.
5794 (pop_dummy_frame_bpt): New function.
5795 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5796 (dummy_frame_discard): New function.
5797 (cleanup_dummy_frames): Update the comment about longjmps.
5798 * dummy-frame.h (dummy_frame_discard): New declaration.
5799 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5800 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5801 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5802 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5803 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5804 keep_going if IS_LONGJMP and there is no other reason to stop.
5805
5806 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5807
5808 * remote-sim.c (sim_command_completer): Initialize
5809 variable 'result'.
5810
5811 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5814 * dwarf2loc.c (call_site_parameter_matches): Support
5815 CALL_SITE_PARAMETER_PARAM_OFFSET.
5816 (needs_dwarf_reg_entry_value): Push stub value.
5817 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5818 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5819 * gdbtypes.h (enum call_site_parameter_kind): New item
5820 CALL_SITE_PARAMETER_PARAM_OFFSET.
5821 (struct call_site.parameter.u): New field param_offset.
5822
5823 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5824
5825 Code cleanup: Generalize call_site.parameter key.
5826 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5827 variable dwarf_reg. New variable kind_u. Update parameters to
5828 push_dwarf_reg_entry_value.
5829 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5830 * dwarf2expr.h (enum call_site_parameter_kind)
5831 (union call_site_parameter_u): Forward declarations.
5832 (struct dwarf_expr_context_funcs): Update parameters and their
5833 description for push_dwarf_reg_entry_value.
5834 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5835 * dwarf2loc.c (call_site_parameter_matches): New function.
5836 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5837 description. Use call_site_parameter_matches.
5838 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5839 Update parameters and their description.
5840 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5841 New variable kind_u. Adjust the caller for updated parameters.
5842 (needs_dwarf_reg_entry_value): Update parameters.
5843 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5844 instead of attr. Update for the changed fields of struct
5845 call_site_parameter.
5846 * gdbtypes.h: Include dwarf2expr.h.
5847 (enum call_site_parameter_kind): New.
5848 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5849 fb_offset into new union u.
5850
5851 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5852
5853 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5854 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5855 for x32.
5856
5857 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5858
5859 * amd64-linux-nat.c (compat_x32_clock_t): New.
5860 (compat_x32_siginfo_t): Likewise.
5861 (compat_x32_siginfo_from_siginfo): Likewise.
5862 (siginfo_from_compat_x32_siginfo): Likewise.
5863 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5864 and siginfo_from_compat_x32_siginfo for x32.
5865
5866 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5867
5868 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5869
5870 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5871
5872 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5873 instead of gdbarch_ptr_bit.
5874 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5875 (amd64_supply_native_gregset): Likewise.
5876 (amd64_collect_native_gregset): Likewise.
5877 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5878 (amd64_supply_xsave): Likewise.
5879 (amd64_collect_fxsave): Likewise.
5880 (amd64_collect_xsave): Likewise.
5881
5882 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5883
5884 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5885 (amd64_linux_read_description): Check DS segment register for
5886 x32 process.
5887
5888 2012-06-15 Tom Tromey <tromey@redhat.com>
5889
5890 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5891 init_cutu_and_read_dies.
5892
5893 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5894
5895 * MAINTAINERS (Write After Approval): Add myself to the list.
5896
5897 2012-06-15 Tom Tromey <tromey@redhat.com>
5898
5899 * valops.c (value_find_oload_method_list): Now static.
5900 * value.h (value_find_oload_method_list): Don't declare.
5901
5902 2012-06-15 Tom Tromey <tromey@redhat.com>
5903
5904 * valops.c (find_overload_match): Use value_ind.
5905
5906 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5907
5908 * infrun.c (handle_inferior_event): Correct indentation.
5909
5910 2012-06-14 Doug Evans <dje@google.com>
5911
5912 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5913 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5914 All uses updated.
5915 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5916 updated. Handle DEBUG_LOC_START_LENGTH.
5917 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5918 (loclist_describe_location): Ditto.
5919
5920 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5921
5922 PR backtrace/13866
5923 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5924 after hiding inline functions.
5925
5926 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5927
5928 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5929 _initialize_inf_ttrace.
5930
5931 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5932
5933 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5934 _initialize_hppa_hpux_nat.
5935
5936 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5937
5938 * remote-sim.c (sim_command_completer): Change type of return
5939 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5940
5941 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5942 Jan Kratochvil <jan.kratochvil@redhat.com>
5943
5944 PR tdep/14222
5945 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5946 stack on a 16-byte boundary.
5947
5948 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5949
5950 * jit.c (finalize_symtab): Set function's return type to 'void' by
5951 default.
5952
5953 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5954 H.J. Lu <hongjiu.lu@intel.com>
5955
5956 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5957 Move bits common to both the classic LP64 and the new x32 ILP32
5958 ABI here.
5959 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5960 (amd64_x32_linux_init_abi): New function.
5961 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5962 subtype.
5963
5964 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5965 * i386-tdep.c (i386_pseudo_register_name): Make public.
5966 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5967 * amd64-tdep.c (amd64_dword_names): Add "eip".
5968 (amd64_x32_pseudo_register_type): New function
5969 (amd64_x32_init_abi): New function.
5970
5971 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 PR build/14003
5974 * inferior.h (struct inferior_suspend_state): Comment out.
5975 (struct inferior): Comment out the field suspend.
5976 * infrun.c (struct infcall_suspend_state): Comment out the field
5977 inferior_suspend.
5978 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5979 out its assignment.
5980
5981 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5984 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5985 function comment. Return ERROR for unresolved cases. Implement
5986 returning proper NAME.
5987 (yylex): Accept also NAME from classify_inner_name.
5988 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5989 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5990 LOC_TYPEDEF type.
5991 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5992
5993 2012-06-13 Tom Tromey <tromey@redhat.com>
5994
5995 * breakpoint.c (condition_completer): New function.
5996 (_initialize_breakpoint): Use it.
5997 * value.c (complete_internalvar): New function.
5998 * value.h (complete_internalvar): Declare.
5999
6000 2012-06-13 Tom Tromey <tromey@redhat.com>
6001
6002 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6003 * breakpoint.c (catch_syscall_completer): Return a VEC.
6004 * cli/cli-cmds.c (complete_command): Update.
6005 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6006 (complete_on_enum): Likewise.
6007 * command.h: Include gdb_vecs.h.
6008 (completer_ftype): Change return type.
6009 (complete_on_cmdlist, complete_on_enum): Likewise.
6010 * completer.c (noop_completer, filename_completer)
6011 (location_completer): Return a VEC.
6012 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6013 to a VEC.
6014 (expression_completer, complete_line_internal, complete_line)
6015 (command_completer): Return a VEC.
6016 (gdb_completion_word_break_characters, line_completion_function):
6017 Update.
6018 * completer.h: Include gdb_vecs.h.
6019 (complete_line, noop_completer, filename_completer)
6020 (expression_completer, location_completer, command_completer):
6021 Update.
6022 * f-lang.c (f_word_break_characters): Return a VEC.
6023 * interps.c (interpreter_completer): Return a VEC.
6024 * language.h (struct language_defn)
6025 <la_make_symbol_completion_list>: Return a VEC.
6026 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6027 * symtab.c (free_completion_list): Take a VEC.
6028 (return_val_size, return_val_index): Remove.
6029 (return_val): Now a VEC.
6030 (completion_list_add_name): Update.
6031 (default_make_symbol_completion_list_break_on)
6032 (default_make_symbol_completion_list, make_symbol_completion_list)
6033 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6034 Return a VEC.
6035 (add_filename_to_list): Update.
6036 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6037 <list>: Now a VEC.
6038 (maybe_add_partial_symtab_filename): Update.
6039 (make_source_files_completion_list): Return a VEC.
6040 * symtab.h (default_make_symbol_completion_list_break_on)
6041 (default_make_symbol_completion_list, make_symbol_completion_list)
6042 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6043 (make_source_files_completion_list): Update.
6044
6045 2012-06-13 Tom Tromey <tromey@redhat.com>
6046
6047 * breakpoint.c (add_catch_command): Use completer_ftype.
6048 * breakpoint.h: Include command.h.
6049 (add_catch_command): Use completer_ftype.
6050 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6051 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6052 Use completer_ftype.
6053 * command.h (completer_ftype): New typedef.
6054 (set_cmd_completer): Use it.
6055 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6056 completer_ftype.
6057
6058 2012-06-13 Pedro Alves <palves@redhat.com>
6059
6060 Partial revert of previous change.
6061
6062 * serial.c (scb_base): New global.
6063 (serial_for_fd): New.
6064 (serial_open, serial_fdopen_ops): Link new serial in open serials
6065 chain.
6066 (do_serial_close): Unlink serial from the open serials chain.
6067
6068 2012-06-12 Pedro Alves <palves@redhat.com>
6069
6070 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6071 threads here.
6072 (prepare_for_detach): No longer context switch here in non-stop
6073 mode.
6074 (fetch_inferior_event): Ditto.
6075 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6076 to the event thread before removing breakpoints. Switch to the
6077 event thread before inserting breakpoints and resuming.
6078 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6079 event thread before resuming.
6080 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6081 Switch to the event thread before removing breakpoints.
6082
6083 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6084
6085 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6086 special characters correctly for the Windows shells. See
6087 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6088 report.
6089 [!__MINGW32__]: Remove extra double quote character from special
6090 characters.
6091
6092 2012-06-11 Stan Shebs <stan@codesourcery.com>
6093
6094 * ui-out.h: Remove #if 0 declarations.
6095 * ui-out.c: Remove #if 0 functions.
6096
6097 2012-06-11 Pedro Alves <palves@redhat.com>
6098
6099 * ser-base.c (run_async_handler_and_reschedule): New.
6100 (fd_event, push_event): Use it.
6101 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6102 reference count to 1.
6103 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6104 instead of xfree.
6105 (serial_is_open, serial_ref, serial_unref): New.
6106 * serial.h (serial_open): Adjust comment.
6107 (serial_is_open): Declare.
6108 (serial_close): Adjust comment.
6109 (serial_ref, serial_unref) Declare.
6110 (struct serial): New field 'refcnt'.
6111
6112 2012-06-11 Pedro Alves <palves@redhat.com>
6113
6114 Remove #if 0'd "connect" command, and unnecessary associated
6115 refcounting and serial reuse bits.
6116
6117 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6118 * serial.c (last_serial_opened): Delete.
6119 (scb_base): Delete.
6120 (serial_open): Adjust.
6121 (serial_for_fd): Delete.
6122 (serial_fdopen_ops, do_serial_close): Adjust.
6123 (serial_fdopen_ops): Adjust.
6124
6125 2012-06-11 Pedro Alves <palves@redhat.com>
6126
6127 * serial.c (do_serial_close): Remove early return when SCB is
6128 null.
6129
6130 2012-06-11 Tom Tromey <tromey@redhat.com>
6131
6132 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6133
6134 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6135
6136 Fix regression by the "ambiguous linespec" series.
6137 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6138 get_last_displayed_symtab and get_last_displayed_line and depending
6139 on CURSAL.
6140
6141 2012-06-11 Tom Tromey <tromey@redhat.com>
6142
6143 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6144 (dw2_find_symbol_file): Use it.
6145
6146 2012-06-11 Michael Eager <eager@eagercon.com>
6147
6148 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6149 * mips-linux-tdep.h (mips_signals): New
6150
6151 2012-06-11 Tom Tromey <tromey@redhat.com>
6152
6153 * infrun.c (handle_inferior_event)
6154 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6155 breakpoint.
6156 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6157 exception logic in all cases. Update comments.
6158 (insert_longjmp_resume_breakpoint): Set the exception resume
6159 breakpoint.
6160
6161 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6162
6163 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6164
6165 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6166
6167 * valarith.c (binop_types_user_defined_p): Fix a typo.
6168
6169 2012-06-08 Yao Qi <yao@codesourcery.com>
6170 Chung-Lin Tang <cltang@codesourcery.com>
6171
6172 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6173 * arch-utils.h: Declare.
6174 * gdbarch.sh: Add return_in_first_hidden_param_p.
6175 * gdbarch.c, gdbarch.h: Regenerated.
6176 * infcall.c (call_function_by_hand): Call
6177 gdbarch_return_in_first_hidden_param_p instead of
6178 language_pass_by_reference.
6179
6180 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6181 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6182 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6183 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6184 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6185 `cplus_return_struct_by_reference'.
6186 (tic6x_return_value): Handle language cplusplus.
6187 (tic6x_return_in_first_hidden_param_p): New.
6188 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6189
6190 2012-06-07 Doug Evans <dje@google.com>
6191
6192 * dwarf2read.c (dwarf2_cu): Add comment.
6193
6194 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6195
6196 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6197 variable.
6198 (mips_eabi_push_dummy_call): Likewise.
6199 (mips_n32n64_push_dummy_call): Likewise.
6200 (mips_o32_push_dummy_call): Likewise.
6201 (mips_o64_push_dummy_call): Likewise.
6202
6203 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6204
6205 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6206
6207 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6208
6209 * mips-tdep.c (mips_pseudo_register_type): Use
6210 mips_float_register_p.
6211
6212 2012-06-06 Pedro Alves <palves@redhat.com>
6213
6214 * infrun.c (handle_inferior_event): Remove calls to
6215 reinit_frame_cache that follow a context_switch call.
6216
6217 2012-06-06 Pedro Alves <palves@redhat.com>
6218
6219 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6220 context_switch and remove stale comment.
6221
6222 2012-06-06 Pedro Alves <palves@redhat.com>
6223
6224 * infrun.c (struct execution_control_state): Remove
6225 `new_thread_event' field.
6226 (handle_inferior_event): Simplify new threads handling; don't
6227 resume the inferior if we find a new thread.
6228
6229 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6230
6231 * NEWS: Document the deprecation of SH's 'regs' command.
6232 * inferior.h (all_registers_info): Add function declaration.
6233 * sh-tdep.c (sh_show_regs): Remove variable.
6234 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6235 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6236 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6237 (sh_show_regs_command): Remove functions.
6238 (sh_gdbarch_init): Don't set sh_show_regs.
6239 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6240 'info all-registers'.
6241 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6242 (sh64_show_regs): Remove functions.
6243 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6244
6245 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6246
6247 * configure.ac: Move development=true below AC_INIT.
6248 * configure: Regenerate.
6249
6250 2012-06-05 Stan Shebs <stan@codesourcery.com>
6251
6252 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6253 gdb_stdout.
6254
6255 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6256
6257 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6258 argument as ssize_t.
6259 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6260 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6261 * target.c (target_read_stack, target_write_memory)
6262 (target_write_raw_memory): Likewise.
6263 * target.h (target_read_stack, target_write_memory)
6264 (target_write_raw_memory): Likewise.
6265
6266 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6267
6268 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6269 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6270 * target.c (target_read_memory): Change LEN to ssize_t.
6271 * target.h (target_read_memory): Change LEN to ssize_t.
6272
6273 2012-06-05 Pedro Alves <palves@redhat.com>
6274
6275 PR backtrace/13866
6276
6277 * breakpoint.c (until_break_command): Only fetch the selected
6278 frame after decode_line_1.
6279
6280 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6281
6282 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6283 event breakpoint at _start, __start or main if a program
6284 interpreter is not found.
6285
6286 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6287
6288 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6289 Add declaration.
6290 * windows-tdep.c: #include "objfiles.h".
6291 (windows_iterate_over_objfiles_in_search_order): New function.
6292 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6293 iterate_over_objfiles_in_search_order gdbarch method to
6294 windows_iterate_over_objfiles_in_search_order.
6295 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6296
6297 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6298
6299 * gdbarch.sh: Add generation of
6300 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6301 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6302 (iterate_over_objfiles_in_search_order): New gdbarch method.
6303 * gdbarch.h, gdbarch.c: Regenerate.
6304 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6305 Add declaration.
6306 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6307 New function.
6308 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6309 out of lookup_symbol_aux_symtabs.
6310 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6311 call to lookup_symbol_aux_objfile.
6312 (struct global_sym_lookup_data): New type.
6313 (lookup_symbol_global_iterator_cb): New function.
6314 (lookup_symbol_global): Search for symbol using
6315 gdbarch_iterate_over_objfiles_in_search_order and
6316 lookup_symbol_global_iterator_cb.
6317 * findvar.c (struct minsym_lookup_data): New type.
6318 (minsym_lookup_iterator_cb): New function.
6319 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6320 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6321 and minsym_lookup_iterator_cb.
6322
6323 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6324
6325 Revert the following patch:
6326 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6327 try locating the symbol in the symbol's own objfile first, before
6328 extending the search to all objfiles.
6329 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6330 out of lookup_symbol_aux_symtabs.
6331 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6332 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6333 Do not search EXCLUDE_OBJFILE.
6334 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6335 (lookup_symbol_global): Search for matches in the block's objfile
6336 first, before searching all other objfiles.
6337
6338 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6339
6340 * breakpoint.c (find_condition_and_thread): Stop parsing
6341 as soon as the first invalid keyword is found.
6342
6343 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6344
6345 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6346
6347 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6348
6349 * config/djgpp/djcheck.sh: Add copyright header.
6350
6351 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6352
6353 * copyright.py (update_files, main): Fix path to update-copyright
6354 script.
6355
6356 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6357
6358 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6359 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6360 for which a reminder to update by hand is printed.
6361
6362 2012-06-04 Doug Evans <dje@google.com>
6363
6364 * buildsym.c (make_blockvector): Add comment.
6365
6366 2012-06-04 Pedro Alves <palves@redhat.com>
6367
6368 * arch-utils.c (default_gdb_signal_from_target): Delete.
6369 * arch-utils.h (default_gdb_signal_from_target): Delete.
6370 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6371 gdbarch_gdb_signal_from_target_p.
6372 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6373 predicate).
6374 * gdbarch.h: Regenerate.
6375 * gdbarch.c: Regenerate.
6376
6377 2012-06-04 Pedro Alves <palves@redhat.com>
6378
6379 * gdbarch.sh (gdb_signal_from_target): Mention that the
6380 implementation of the method must be host independent.
6381 * gdbarch.h: Regenerate.
6382
6383 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6384
6385 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6386 parameters.
6387 (target_read_memory_bfd): New function.
6388 (symbol_file_add_from_memory): Use it.
6389
6390 2012-06-03 Doug Evans <dje@google.com>
6391
6392 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6393 of primary symtab.
6394 (basic_lookup_transparent_type): Ditto.
6395
6396 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6397 (ALL_PRIMARY_SYMTABS): Use it.
6398 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6399 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6400 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6401 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6402 (basic_lookup_transparent_type): Ditto.
6403
6404 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6405
6406 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6407 it to optimize resolution of demangled name.
6408
6409 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6410
6411 * configure.ac (development): Define new variable.
6412 Call AC_CHECK_LIB for mcheck if $development.
6413 (ERROR_ON_WARNING): Enable it by default only if $development.
6414 * config.in: Regenerate.
6415 * configure: Regenerate.
6416
6417 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6418
6419 * target.c (target_read_memory): Make LEN argument as size_t.
6420 * target.h (target_read_memory): Likewise.
6421
6422 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6423
6424 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6425
6426 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6427
6428 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6429 BookE interface for PowerPC server processors if not available
6430 in the Linux Kernel.
6431
6432 2012-05-31 Keith Seitz <keiths@redhat.com>
6433
6434 * linespec.c (decode_objc): Add cleanup to free
6435 INFO.FILE_SYMTABS.
6436 (find_linespec_symbols): Add cleanup to free CLASSES.
6437 * symfile.c (find_separate_debug_file_by_debuglink): Add
6438 cleanup to free DEBUGLINK.
6439 * ui-out.c (clear_header_list): No need to check if
6440 HEADER_NEXT.COLHDR is NULL.
6441 Free HEADER_NEXT.COL_NAME.
6442
6443 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6444
6445 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6446 warning.
6447
6448 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6449
6450 * configure.host (gdb_host_cpu): Handle tilegx*.
6451 (gdb_host): Handle tilegx-*-linux*.
6452 * tilegx-linux-nat.c: New file.
6453 * config/tilegx/linux.mh: New file.
6454
6455 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6456
6457 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6458 tilegx-linux-tdep.o.
6459 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6460 tilegx-linux-tdep.c.
6461 * configure.tgt: Handle tilegx-*-linux*.
6462 * tilegx-tdep.h: New file.
6463 * tilegx-tdep.c: New file.
6464 * tilegx-linux-tdep.c: New file.
6465 * regformats/reg-tilegx.dat: New file.
6466
6467 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6468
6469 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6470 accounting of hw watchpoints on ppc.
6471
6472 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6473
6474 * source.c (openp): Expand tilde in path entries.
6475
6476 2012-05-29 Doug Evans <dje@google.com>
6477
6478 * buildsym.c (block_compar): Fix comment.
6479 (end_symtab): Fix and clarify some comments.
6480
6481 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6482 cleanup_undefined_types.
6483 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6484 All callers updated.
6485
6486 2012-05-29 Tom Tromey <tromey@redhat.com>
6487
6488 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6489 fails.
6490 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6491 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6492 fails.
6493 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6494 fails.
6495
6496 2012-05-29 Tristan Gingold <gingold@adacore.com>
6497
6498 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6499 (struct darwin_info): ... New struct.
6500 (solib_darwin_pspace_data): New variable.
6501 (darwin_pspace_data_cleanup): New function.
6502 (get_darwin_info): Likewise.
6503 (darwin_dyld_version_ok, darwin_load_image_infos)
6504 (darwin_solib_get_all_image_info_addr_at_init)
6505 (darwin_solib_read_all_image_info_addr): Add info argument.
6506 Adjust code.
6507 (darwin_current_sos): Use per pspace structure.
6508 (darwin_solib_create_inferior_hook): Likewise.
6509 (darwin_clear_solib): Likewise.
6510 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6511
6512 2012-05-28 Pedro Alves <palves@redhat.com>
6513
6514 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6515 block that uses them. Clear ecss before handling each event.
6516
6517 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6518
6519 * solib-svr4.c (svr4_current_sos): New comment on
6520 svr4_current_sos_via_xfer_libraries fall back.
6521
6522 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6523
6524 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6525 it as a fallback for TYPE_IS_OPAQUE.
6526 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6527 symbols for lookup_symbol.
6528
6529 2012-05-24 John Steele Scott <toojays@toojays.net>
6530
6531 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6532 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6533 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6534 (check_producer): ... this new function, which also checks for ICC
6535 and caches the result.
6536 (producer_is_icc): New function.
6537 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6538 producer was ICC.
6539
6540 2012-05-24 Pedro Alves <palves@redhat.com>
6541
6542 PR gdb/7205
6543
6544 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6545 (default_gdb_signal_to_target): ... this. Add comment.
6546 (default_gdb_signal_from_host): Rename to ...
6547 (default_gdb_signal_from_target): ... this. Add comment.
6548 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6549 (default_gdb_signal_to_target): ... this.
6550 (default_gdb_signal_from_host): Rename to ...
6551 (default_gdb_signal_from_target): ... this.
6552 * corelow.c (core_open): Adjust to naming change. Replace comment.
6553 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6554 (gdb_signal_from_target): ... this. Adjust to
6555 default_gdb_signal_from_host naming change. Extend comment.
6556 (gdb_signal_to_host): Rename to ...
6557 (gdb_signal_to_target): ... this. Adjust to
6558 default_gdb_signal_to_host naming change.
6559 * gdbarch.h, gdbarch.c: Renegerate.
6560
6561 2012-05-24 Pedro Alves <palves@redhat.com>
6562
6563 PR gdb/7205
6564
6565 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6566
6567 2012-05-24 Pedro Alves <palves@redhat.com>
6568
6569 PR gdb/7205
6570
6571 Replace target_signal with gdb_signal throughout.
6572
6573 2012-05-24 Pedro Alves <palves@redhat.com>
6574
6575 PR tui/14159
6576
6577 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6578 string, instead of reusing the va_list argument.
6579
6580 2012-05-24 Tom Tromey <tromey@redhat.com>
6581
6582 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6583 Remove.
6584
6585 2012-05-23 Doug Evans <dje@google.com>
6586
6587 * symtab.c (search_symbols): Formatting fixes.
6588 (print_symbol_info): Formatting fixes.
6589
6590 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6591 int64_t change to leb128 API.
6592 (read_encoded_value, decode_frame_entry_1): Ditto.
6593 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6594 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6595 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6596 (execute_stack_op): Ditto.
6597 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6598 (safe_read_uleb128, safe_read_sleb128): Ditto.
6599 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6600 (dwarf2_compile_expr_to_ax): Ditto.
6601 (locexpr_describe_location_piece): Ditto.
6602 (disassemble_dwarf_expression): Ditto.
6603 (locexpr_describe_location_1): Ditto.
6604
6605 2012-05-23 Stan Shebs <stan@codesourcery.com>
6606 Kwok Cheung Yeung <kcy@codesourcery.com>
6607
6608 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6609 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6610 (mi-cmd-info.o): New rule.
6611 * osdata.h (info_osdata_command): New declaration.
6612 * osdata.c (info_osdata_command): Change to non-static.
6613 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6614 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6615 * mi/mi-cmd-info.c: New file.
6616
6617 2012-05-23 Doug Evans <dje@google.com>
6618
6619 * symtab.c (search_symbols): Pass NULL for file_matcher to
6620 expand_symtabs_matching if there are no files to match.
6621
6622 * gdbtypes.c (lookup_typename): Simplify.
6623
6624 2012-05-23 Pedro Alves <palves@redhat.com>
6625
6626 * arch-utils.h (default_target_signal_to_host): Delete.
6627 * arch-utils.c (default_target_signal_to_host): Delete.
6628 * gdbarch.sh (target_signal_to_host): Remove.
6629 * gdbarch.h, gdbarch.c: Regenerate.
6630
6631 2012-05-22 Doug Evans <dje@google.com>
6632
6633 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6634 "const gdb_byte *".
6635 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6636 (execute_cfa_program): Update to match API of leb128 functions.
6637 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6638 "const gdb_byte *".
6639 (read_unsigned_leb128, read_signed_leb128): Delete.
6640 (read_initial_length): Change type of buf argument to
6641 "const gdb_byte *".
6642 (read_encoded_value): Update to match API of leb128 functions.
6643 (decode_frame_entry): Change result to "const gdb_byte *", and
6644 similarly for "start" parameter.
6645 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6646 (dwarf2_build_frame_info): Change local frame_ptr to
6647 "const gdb_byte *".
6648 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6649 read_uleb128, read_sleb128. All callers updated.
6650 (safe_skip_leb128): New function.
6651 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6652 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6653 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6654 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6655 read_uleb128, read_sleb128.
6656 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6657 (execute_stack_op): Update to match API of leb128 functions.
6658 * dwarf2expr.h: #include "leb128.h".
6659 (read_uleb128, read_sleb128): Delete.
6660 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6661 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6662 * dwarf2loc.c (debug_loc_kind): New enum.
6663 (decode_debug_loc_addresses): New function.
6664 (decode_debug_loc_dwo_addresses): New function.
6665 (dwarf2_find_location_expression): Rewrite.
6666 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6667 (locexpr_describe_location_piece): Ditto.
6668 (disassemble_dwarf_expression): Ditto.
6669 (locexpr_describe_location_1): Ditto.
6670 (loclist_describe_location): Rewrite.
6671 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6672 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6673 (dwarf2_section_buffer_overflow_complaint): Renamed from
6674 dwarf2_macros_too_long_complaint. All callers updated.
6675 (skip_leb128): Delete.
6676 (init_cu_die_reader): Initialize reader->buffer_end.
6677 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6678 (skip_form_bytes): New arg buffer_end. All callers updated.
6679 Replace call to skip_leb128 with gdb_skip_leb128.
6680 (skip_unknown_opcode): New arg mac_end. All callers updated.
6681 (fill_in_loclist_baton): Initialize baton->from_dwo.
6682
6683 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6684
6685 * mips-linux-nat.c (mips_linux_read_description): Use a more
6686 verbose error message.
6687
6688 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6689
6690 * NEWS: Add MIPS/Linux DSP support.
6691 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6692 (SIGCONTEXT_DSPCTL): New macro.
6693 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6694 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6695 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6696 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6697 (N64_SIGCONTEXT_HI3): Likewise.
6698 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6699 (N64_SIGCONTEXT_LO3): Likewise.
6700 (N64_SIGCONTEXT_DSPCTL): Likewise.
6701 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6702 (mips_linux_o32_sigframe_init): Handle DSP registers.
6703 (mips_linux_n32n64_sigframe_init): Likewise.
6704
6705 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6706
6707 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6708 call to abort.
6709
6710 2012-05-22 Pedro Alves <palves@redhat.com>
6711
6712 * target.h (store_waitstatus): Move declaration ...
6713 * inf-child.h (store_waitstatus): ... here.
6714 * target.c: Move inclusion of gdb_wait.h, and ...
6715 (store_waitstatus): ... this ...
6716 * inf-child.c: ... here.
6717 * linux-nat.c: Include inf-child.h.
6718 * rs6000-nat.c: Include inf-child.h.
6719 * spu-linux-nat.c: Include inf-child.h.
6720
6721 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6722
6723 * tracepoint.c (start_tracing): Add missing i18n markup.
6724 (stop_tracing, set_trace_user): Ditto.
6725 (set_trace_notes, set_trace_stop_notes): Ditto.
6726
6727 2012-05-21 Tom Tromey <tromey@redhat.com>
6728
6729 PR c++/7173:
6730 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6731 types.
6732 * value.h (value_cast_pointers): Update.
6733 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6734 (value_cast): Update.
6735 (update_search_result): New function.
6736 (do_search_struct_field): New, from search_struct_field. Check
6737 for ambiguous results.
6738 (search_struct_field): Rewrite.
6739 * infcall.c (value_arg_coerce): Update.
6740 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6741 value_cast_pointers.
6742 * ada-lang.c (ada_convert_actual): Update.
6743
6744 2012-05-21 Tom Tromey <tromey@redhat.com>
6745
6746 * macroexp.c (macro_stringify): Terminate the string.
6747
6748 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6751 Describe it.
6752 * auto-load.c (auto_load_expand_dir_vars): New function.
6753 (auto_load_safe_path_vec_update): Use it, remove the
6754 substitute_path_component call thanks to it.
6755 (auto_load_objfile_script): Remove the debug_file_directory processing.
6756 Use auto_load_expand_dir_vars, remove the substitute_path_component
6757 call thanks to it.
6758 * configure: Regenerate.
6759 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6760 path. Escape $ also for $debugdir.
6761 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6762 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6763
6764 2012-05-20 Doug Evans <dje@google.com>
6765
6766 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6767 before use. Check for symtab->includes == NULL before scanning it.
6768
6769 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6770
6771 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6772
6773 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6774
6775 * NEWS: Add microMIPS support and "set mips compression",
6776 "show mips compression" commands.
6777 * mips-tdep.h (mips_isa): New enum.
6778 (gdbarch_tdep): Add mips_isa.
6779 (mips_pc_is_mips16): Update prototype.
6780 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6781 * mips-tdep.c (mips_compression_mips16): New variable.
6782 (mips_compression_micromips): Likewise.
6783 (mips_compression_strings): Likewise.
6784 (mips_compression_string): Likewise.
6785 (is_mips16_isa, is_micromips_isa): New functions.
6786 (is_mips16_addr): Rename to...
6787 (is_compact_addr): ... this.
6788 (unmake_mips16_addr): Likewise to...
6789 (unmake_compact_addr): ... this.
6790 (make_mips16_addr): Likewise to...
6791 (make_compact_addr): ... this.
6792 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6793 functions.
6794 (mips_elf_make_msymbol_special): Handle microMIPS code.
6795 (msymbol_is_special): Rename to...
6796 (msymbol_is_mips16): ... this.
6797 (mips_make_symbol_special, mips_pc_is_mips16): Update
6798 accordingly.
6799 (msymbol_is_mips, msymbol_is_micromips): New functions.
6800 (mips16_to_32_reg): Rename to...
6801 (mips_reg3_to_reg): ... this.
6802 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6803 (mips_pc_isa): Likewise.
6804 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6805 code.
6806 (mips_fetch_instruction): Pass return status instead of printing
6807 an error message if requested. Handle microMIPS code. Bail out
6808 on an invalid ISA.
6809 (micromips_op): New macro.
6810 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6811 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6812 (b6s4_op, b7s3_reg): Likewise.
6813 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6814 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6815 (mips_insn_size): New function.
6816 (mips32_next_pc): Update mips_fetch_instruction call.
6817 (micromips_relative_offset7): New function.
6818 (micromips_relative_offset10): Likewise.
6819 (micromips_relative_offset16): Likewise.
6820 (micromips_pc_insn_size): Likewise.
6821 (micromips_bc1_pc): Likewise.
6822 (micromips_next_pc): Likewise.
6823 (unpack_mips16): Update mips_fetch_instruction call.
6824 (extended_mips16_next_pc): Update according to change to
6825 mips16_to_32_reg.
6826 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6827 code.
6828 (mips16_scan_prologue): Update mips_fetch_instruction call.
6829 Update according to change to mips16_to_32_reg.
6830 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6831 (mips_insn16_frame_base_sniffer): Likewise.
6832 (micromips_decode_imm9): New function.
6833 (micromips_scan_prologue): Likewise.
6834 (mips_micro_frame_cache): Likewise.
6835 (mips_micro_frame_this_id): Likewise.
6836 (mips_micro_frame_prev_register): Likewise.
6837 (mips_micro_frame_sniffer): Likewise.
6838 (mips_micro_frame_unwind): New variable.
6839 (mips_micro_frame_base_address): New function.
6840 (mips_micro_frame_base): New variable.
6841 (mips_micro_frame_base_sniffer): New function.
6842 (mips32_scan_prologue): Update mips_fetch_instruction call.
6843 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6844 rather than for MIPS16.
6845 (mips_insn32_frame_base_sniffer): Likewise.
6846 (mips_addr_bits_remove): Handle microMIPS code.
6847 (deal_with_atomic_sequence): Rename to...
6848 (mips_deal_with_atomic_sequence): ... this. Update the type
6849 of the variable used to hold an instruction. Remove the ISA bit
6850 check. Update mips_fetch_instruction call.
6851 (micromips_deal_with_atomic_sequence): New function.
6852 (deal_with_atomic_sequence): Likewise.
6853 (mips_about_to_return): Handle microMIPS code. Update
6854 mips_fetch_instruction call.
6855 (heuristic_proc_start): Check for the standard MIPS ISA rather
6856 than for MIPS16. Update mips_pc_is_mips16 and
6857 mips_fetch_instruction calls. Handle microMIPS code.
6858 (mips_push_dummy_code): Handle microMIPS code.
6859 (mips_eabi_push_dummy_call): Likewise.
6860 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6861 (mips_o64_push_dummy_call): Handle microMIPS code.
6862 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6863 (is_delayed): Remove function.
6864 (mips_single_step_through_delay): Replace the call to is_delayed
6865 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6866 Handle microMIPS code.
6867 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6868 microMIPS code.
6869 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6870 call.
6871 (micromips_in_function_epilogue_p): New function.
6872 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6873 call.
6874 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6875 Handle microMIPS.
6876 (gdb_print_insn_mips): Likewise.
6877 (mips_breakpoint_from_pc): Likewise.
6878 (mips_remote_breakpoint_from_pc): New function.
6879 (mips32_instruction_has_delay_slot): Simplify making use of the
6880 updated mips_fetch_instruction interface.
6881 (micromips_instruction_has_delay_slot): New function.
6882 (mips16_instruction_has_delay_slot): Simplify making use of the
6883 updated mips_fetch_instruction interface.
6884 (mips_adjust_breakpoint_address): Check for the standard MIPS
6885 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6886 calls. Handle microMIPS code.
6887 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6888 (mips_skip_trampoline_code): Handle microMIPS code.
6889 (global_mips_compression): New function.
6890 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6891 file flags. Register the microMIPS remote breakpoint handler
6892 and heuristic frame unwinder.
6893 (show_mips_compression): New function.
6894 (_initialize_mips_tdep): Add the "set mips compression" and
6895 "show mips compression" commands.
6896
6897 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * ada-lang.c:
6900 * ada-tasks.c:
6901 * ada-varobj.c:
6902 * amd64-darwin-tdep.c:
6903 * arm-symbian-tdep.c:
6904 * arm-tdep.c:
6905 * avr-tdep.c:
6906 * ax-gdb.c:
6907 * bfin-linux-tdep.c:
6908 * breakpoint.c:
6909 * c-valprint.c:
6910 * cli/cli-cmds.c:
6911 * coffread.c:
6912 * cp-support.c:
6913 * cris-tdep.c:
6914 * dwarf2-frame-tailcall.c:
6915 * dwarf2-frame.c:
6916 * dwarf2expr.c:
6917 * dwarf2loc.c:
6918 * dwarf2read.c:
6919 * elfread.c:
6920 * eval.c:
6921 * expprint.c:
6922 * f-valprint.c:
6923 * frv-tdep.c:
6924 * h8300-tdep.c:
6925 * hppa-hpux-tdep.c:
6926 * hppa-tdep.c:
6927 * hppanbsd-tdep.c:
6928 * i386-nto-tdep.c:
6929 * i386-tdep.c:
6930 * i387-tdep.c:
6931 * ia64-tdep.c:
6932 * jit.c:
6933 * linespec.c:
6934 * linux-tdep.c:
6935 * lm32-tdep.c:
6936 * m2-valprint.c:
6937 * m32c-tdep.c:
6938 * m32r-rom.c:
6939 * m32r-tdep.c:
6940 * m68k-tdep.c:
6941 * m68klinux-tdep.c:
6942 * mi/mi-main.c:
6943 * microblaze-tdep.c:
6944 * mips-linux-tdep.c:
6945 * mips-tdep.c:
6946 * mn10300-tdep.c:
6947 * p-valprint.c:
6948 * parse.c:
6949 * ppc-linux-tdep.c:
6950 * ppc-sysv-tdep.c:
6951 * printcmd.c:
6952 * python/py-finishbreakpoint.c:
6953 * python/py-inferior.c:
6954 * python/py-infthread.c:
6955 * python/py-type.c:
6956 * python/python.c:
6957 * remote-fileio.c:
6958 * remote-m32r-sdi.c:
6959 * remote-mips.c:
6960 * reverse.c:
6961 * rl78-tdep.c:
6962 * rs6000-aix-tdep.c:
6963 * rs6000-tdep.c:
6964 * s390-tdep.c:
6965 * score-tdep.c:
6966 * sh64-tdep.c:
6967 * skip.c:
6968 * solib-darwin.c:
6969 * solib-dsbt.c:
6970 * solib-frv.c:
6971 * sparc-tdep.c:
6972 * spu-multiarch.c:
6973 * spu-tdep.c:
6974 * stack.c:
6975 * symfile.c:
6976 * symtab.c:
6977 * tic6x-tdep.c:
6978 * tracepoint.c:
6979 * v850-tdep.c:
6980 * valarith.c:
6981 * valprint.c:
6982 * value.c:
6983 * xcoffread.c:
6984 * xtensa-tdep.c:
6985 * ada-lang.c:
6986 * ada-tasks.c:
6987 * ada-varobj.c:
6988 * amd64-darwin-tdep.c:
6989 * arm-symbian-tdep.c:
6990 * arm-tdep.c: Delete unused variables.
6991
6992 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6993
6994 Rename $ddir to $datadir.
6995 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6996 * auto-load.c (auto_load_safe_path_vec_update)
6997 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6998 * configure: Regenerate.
6999 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7000 Likewise. Remove the 'use $ddir' help string.
7001
7002 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7003
7004 * auto-load.c (show_auto_load_safe_path): Accept any combination of
7005 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7006
7007 2012-05-18 Tom Tromey <tromey@redhat.com>
7008
7009 PR exp/13907:
7010 * valprint.h (struct value_print_options) <symbol_print>: New
7011 field.
7012 * valprint.c (user_print_options): Add default for symbol_print.
7013 (show_symbol_print): New function.
7014 (generic_val_print): Respect symbol_print.
7015 (_initialize_valprint): Add "print symbol" setting.
7016 * f-valprint.c (f_val_print): Respect symbol_print.
7017 * c-valprint.c (c_val_print): Respect symbol_print.
7018 * NEWS: Update.
7019 * printcmd.c (print_address_symbolic): Return int. Ignore some
7020 zero-size symbols.
7021 (print_address_demangle): Return int.
7022 * defs.h: (print_address_symbolic): Return int.
7023 * value.h (print_address_demangle): Return int.
7024
7025 2012-05-18 Tom Tromey <tromey@redhat.com>
7026
7027 * valprint.c (val_print_string): Don't print leading space.
7028 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7029 print space before string or vtbl.
7030 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7031 before string.
7032 * jv-valprint.c (java_value_print): Print space before string.
7033 * go-valprint.c (print_go_string): Print space before string.
7034 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7035 space before string.
7036 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7037 space before string or vtbl.
7038 * auxv.c (fprint_target_auxv): Print space after address.
7039
7040 2012-05-18 Tom Tromey <tromey@redhat.com>
7041
7042 * printcmd.c (print_address_demangle): Remove special case for 0.
7043
7044 2012-05-18 Tom Tromey <tromey@redhat.com>
7045
7046 * printcmd.c (print_address_demangle): Add 'opts' argument.
7047 * p-valprint.c (pascal_val_print): Update.
7048 * jv-valprint.c (java_val_print): Update.
7049 * value.h: Update.
7050 * valprint.c (generic_val_print): Update.
7051 (print_function_pointer_address): Add 'options' argument. Remove
7052 'addressprint' argument. Update.
7053 * m2-valprint.c (print_unpacked_pointer): Update.
7054 * gnu-v3-abi.c (print_one_vtable): Update.
7055 (gnuv3_print_method_ptr): Update.
7056 * f-valprint.c (f_val_print): Update.
7057 * cp-valprint.c (cp_print_value_fields): Update.
7058 * valprint.h (print_function_pointer_address): Update.
7059 * c-valprint.c (c_val_print): Update.
7060
7061 2012-05-18 Tom Tromey <tromey@redhat.com>
7062
7063 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7064 directly corresponding to the found psymtab.
7065 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7066 (dw2_find_pc_sect_symtab): Use it.
7067 * block.h (blockvector_contains_pc): Declare.
7068 * block.c (find_block_in_blockvector): New function.
7069 (blockvector_for_pc_sect): Use it.
7070 (blockvector_contains_pc): New function.
7071
7072 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7073
7074 * mips-tdep.h (mips_write_pc): New prototype.
7075 * mips-tdep.c (mips_write_pc): Make external, add description.
7076 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7077 add description.
7078
7079 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7080
7081 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7082 mips_regnum->pc.
7083 (mips_unwind_pc, mips_write_pc): Likewise.
7084 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7085 gdbarch_read_pc.
7086
7087 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7088
7089 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7090 proc_warn, proc_error, proc_get_status, proc_flags,
7091 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7092 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7093 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7094 proc_stop_process, proc_wait_for_stop, proc_run_process,
7095 proc_set_traced_signals, proc_set_traced_faults,
7096 proc_set_traced_sysentry, proc_set_traced_sysexit,
7097 proc_set_held_signals, proc_get_held_signals,
7098 proc_get_traced_signals, proc_get_traced_faults,
7099 proc_get_traced_sysentry, proc_get_traced_sysexit,
7100 proc_clear_current_fault, proc_set_current_signal,
7101 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7102 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7103 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7104 proc_get_current_thread, proc_get_current_thread,
7105 proc_get_current_thread, proc_update_threads,
7106 proc_update_threads, proc_update_threads, proc_update_threads,
7107 proc_iterate_over_threads, procfs_find_new_threads,
7108 procfs_pid_to_str): Make static. Remove advance declaration.
7109 (proc_cursig): Make static. Conditionalized defintion on
7110 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7111 (proc_syscall, proc_set_kill_on_last_close,
7112 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7113 proc_get_pending_signals, proc_get_signal_actions,
7114 proc_trace_signal, proc_ignore_signal): Delete.
7115
7116 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7117
7118 * coffread.c (cs_section_address): Passing proper argument for
7119 `bfd_get_section_vma'.
7120 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7121 `bfd_get_section_flags'.
7122 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7123 `bfd_get_section_vma'.
7124
7125 2012-05-16 Tom Tromey <tromey@redhat.com>
7126
7127 PR macros/13205:
7128 * macrotab.h: (macro_define_special): Declare.
7129 (enum macro_special_kind): New.
7130 (struct macro_definition) <argc, replacement>: Update comments.
7131 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7132 (macro_define_object_internal): New function.
7133 (macro_define_object): Use it.
7134 (macro_define_special): New function.
7135 (fixup_definition): New function.
7136 (macro_lookup_definition, foreach_macro_in_scope)
7137 (foreach_macro): Use fixup_definition.
7138 * macroexp.h (macro_stringify): Declare.
7139 * macroexp.c (free_buffer_return_text): New function.
7140 (stringify): Constify "arg".
7141 (macro_stringify): New function.
7142 * dwarf2read.c (macro_start_file): Call macro_define_special.
7143
7144 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7145 Maciej W. Rozycki <macro@mips.com>
7146
7147 * breakpoint.h (bp_location): Add related_address member.
7148 * inferior.h (get_return_value): Take a pointer to struct value
7149 instead of struct type for the function requested.
7150 * value.h (using_struct_return): Likewise.
7151 * gdbarch.sh (return_value): Take a pointer to struct value
7152 instead of struct type for the function requested.
7153 * breakpoint.c (set_breakpoint_location_function): Initialize
7154 related_address for bp_gnu_ifunc_resolver breakpoints.
7155 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7156 requested function's address to gdbarch_return_value.
7157 * eval.c (evaluate_subexp_standard): Pass the requested
7158 function's address to using_struct_return.
7159 * infcall.c (call_function_by_hand): Pass the requested
7160 function's address to using_struct_return and
7161 gdbarch_return_value.
7162 * infcmd.c (get_return_value): Take a pointer to struct value
7163 instead of struct type for the function requested.
7164 (print_return_value): Update accordingly.
7165 (finish_command_continuation): Likewise.
7166 * stack.c (return_command): Pass the requested function's
7167 address to using_struct_return and gdbarch_return_value.
7168 * value.c (using_struct_return): Take a pointer to struct value
7169 instead of struct type for the function requested. Pass the
7170 requested function's address to gdbarch_return_value.
7171 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7172 New function_value member, replacing function_type.
7173 (bpfinishpy_dealloc): Update accordingly.
7174 (bpfinishpy_pre_stop_hook): Likewise.
7175 (bpfinishpy_init): Likewise. Record the requested function's
7176 address.
7177 * mips-tdep.c (mips_fval_reg): New enum.
7178 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7179 words put in GP registers.
7180 (mips_o64_push_dummy_call): Update a comment.
7181 (mips_o32_return_value): Take a pointer to struct value instead
7182 of struct type for the function requested and use it to check if
7183 using the MIPS16 calling convention. Return the designated
7184 general purpose registers for floating-point values returned in
7185 MIPS16 mode.
7186 (mips_o64_return_value): Likewise.
7187 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7188 (ppc_sysv_abi_broken_return_value): Likewise.
7189 (ppc64_sysv_abi_return_value): Likewise.
7190 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7191 value instead of struct type for the function requested.
7192 * amd64-tdep.c (amd64_return_value): Likewise.
7193 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7194 * arm-tdep.c (arm_return_value): Likewise.
7195 * avr-tdep.c (avr_return_value): Likewise.
7196 * bfin-tdep.c (bfin_return_value): Likewise.
7197 * cris-tdep.c (cris_return_value): Likewise.
7198 * frv-tdep.c (frv_return_value): Likewise.
7199 * h8300-tdep.c (h8300_return_value): Likewise.
7200 (h8300h_return_value): Likewise.
7201 * hppa-tdep.c (hppa32_return_value): Likewise.
7202 (hppa64_return_value): Likewise.
7203 * i386-tdep.c (i386_return_value): Likewise.
7204 * ia64-tdep.c (ia64_return_value): Likewise.
7205 * iq2000-tdep.c (iq2000_return_value): Likewise.
7206 * lm32-tdep.c (lm32_return_value): Likewise.
7207 * m32c-tdep.c (m32c_return_value): Likewise.
7208 * m32r-tdep.c (m32r_return_value): Likewise.
7209 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7210 * m68k-tdep.c (m68k_return_value): Likewise.
7211 (m68k_svr4_return_value): Likewise.
7212 * m88k-tdep.c (m88k_return_value): Likewise.
7213 * mep-tdep.c (mep_return_value): Likewise.
7214 * microblaze-tdep.c (microblaze_return_value): Likewise.
7215 * mn10300-tdep.c (mn10300_return_value): Likewise.
7216 * moxie-tdep.c (moxie_return_value): Likewise.
7217 * mt-tdep.c (mt_return_value): Likewise.
7218 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7219 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7220 (ppc_sysv_abi_broken_return_value): Likewise.
7221 (ppc64_sysv_abi_return_value): Likewise.
7222 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7223 * rl78-tdep.c (rl78_return_value): Likewise.
7224 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7225 * rx-tdep.c (rx_return_value): Likewise.
7226 * s390-tdep.c (s390_return_value): Likewise.
7227 * score-tdep.c (score_return_value): Likewise.
7228 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7229 (sh_return_value_fpu): Likewise.
7230 * sh64-tdep.c (sh64_return_value): Likewise.
7231 * sparc-tdep.c (sparc32_return_value): Likewise.
7232 * sparc64-tdep.c (sparc64_return_value): Likewise.
7233 * spu-tdep.c (spu_return_value): Likewise.
7234 * tic6x-tdep.c (tic6x_return_value): Likewise.
7235 * v850-tdep.c (v850_return_value): Likewise.
7236 * vax-tdep.c (vax_return_value): Likewise.
7237 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7238 * xtensa-tdep.c (xtensa_return_value): Likewise.
7239 * gdbarch.c: Regenerate.
7240 * gdbarch.h: Regenerate.
7241
7242 2012-05-15 Tom Tromey <tromey@redhat.com>
7243
7244 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7245
7246 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7247
7248 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7249 of command in two error message.
7250
7251 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7252
7253 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7254
7255 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7256
7257 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7258
7259 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7260
7261 * NEWS (show auto-load scripts-directory): Add forgotten command.
7262
7263 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7264
7265 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7266 parameters.
7267
7268 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7269
7270 * amd64-tdep.c: Include features/i386/x32.c and
7271 features/i386/x32-avx.c.
7272 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7273 initialize_tdesc_x32_avx.
7274
7275 2012-05-14 Stan Shebs <stan@codesourcery.com>
7276
7277 Add dynamic printf.
7278 * breakpoint.h (enum bptype): New type bp_dprintf.
7279 (struct breakpoint): New field extra_string.
7280 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7281 (create_breakpoint): Add extra_string arg.
7282 * breakpoint.c (dprintf_breakpoint_ops): New.
7283 (is_breakpoint): Add bp_dprintf.
7284 (bpstat_what): Add dprintf case.
7285 (bptype_string): Ditto.
7286 (print_one_breakpoint_location): Ditto.
7287 (init_bp_location): Ditto.
7288 (bkpt_print_mention): Ditto.
7289 (dprintf_style_enums): New array.
7290 (dprintf_style): New global.
7291 (dprintf_function): New global.
7292 (dprintf_channel): New global.
7293 (update_dprintf_command_list): New function.
7294 (update_dprintf_commands): New function.
7295 (init_breakpoint_sal): Add extra_string argument, handle it.
7296 (create_breakpoint_sal): Add extra_string argument.
7297 (create_breakpoints_sal): Add extra_string argument, update callers.
7298 (find_condition_and_thread): Add extra argument.
7299 (create_breakpoint): Add extra_string argument, record it.
7300 (dprintf_command): New function.
7301 (break_command_1): Add arg to create_breakpoint call.
7302 (handle_gnu_v3_exceptions): Ditto.
7303 (trace_command): Ditto.
7304 (ftrace_command): Ditto.
7305 (strace_command): Ditto.
7306 (bkpt_print_mention): Add dprintf case.
7307 (create_breakpoint_sal_default): Add extra_string argument.
7308 (_initialize_breakpoint): Add new commands.
7309 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7310 * python/py-breakpoint.c (bppy_init): Ditto.
7311 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7312
7313 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7314
7315 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7316
7317 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7318
7319 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7320 unsigned long long.
7321
7322 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7323
7324 Add a new function gdb.find_pc_line to the Python API.
7325 * NEWS (Python Scripting): Add entry about the new function.
7326 * python/python.c (gdbpy_find_pc_line): New function which
7327 implements gdb.find_pc_line.
7328 (GdbMethods): Add entry for the new function.
7329
7330 2012-05-12 Pedro Alves <palves@redhat.com>
7331
7332 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7333 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7334
7335 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7336
7337 * inferior.c: Include completer.h
7338 (initialize_inferiors): Set completer of add-inferior to
7339 filename_completer.
7340
7341 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7342
7343 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7344 gdbarch_ptr_bit for x32 core dump.
7345
7346 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7347
7348 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7349 and features/i386/x32-avx-linux.c.
7350
7351 2012-05-11 Stan Shebs <stan@codesourcery.com>
7352 Kwok Cheung Yeung <kcy@codesourcery.com>
7353
7354 * NEWS: Describe new info os commands.
7355 * common/linux-osdata.c (PID_T, TIME_T): Define.
7356 (MAX_PID_T_STRLEN): New.
7357 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7358 MAX_PID_T_STRLEN.
7359 (command_from_pid): Add comment. Change to use PID_T.
7360 (commandline_from_pid): Change to use PID_T.
7361 (user_from_pid): Add comment.
7362 (get_process_owner): Add comment. Change to use PID_T and
7363 MAX_PID_T_STRLEN.
7364 (get_number_of_cpu_cores): Add comment.
7365 (get_cores_used_by_process): Add comment. Change to use PID_T and
7366 MAX_PID_T_STRLEN.
7367 (linux_xfer_osdata_processes): Change to use PID_T and
7368 MAX_PID_T_STRLEN.
7369 (compare_processes): New function.
7370 (linux_xfer_osdata_processgroups): New function.
7371 (linux_xfer_osdata_threads): Change to use PID_T.
7372 (linux_xfer_osdata_fds): New function.
7373 (format_socket_state, print_sockets): New functions.
7374 (union socket_addr): New union.
7375 (linux_xfer_osdata_isockets): New function.
7376 (time_from_time_t, group_from_gid): New functions.
7377 (linux_xfer_osdata_shm): New function.
7378 (linux_xfer_osdata_sem): New function.
7379 (linux_xfer_osdata_msg): New function.
7380 (linux_xfer_osdata_modules): New function.
7381 (osdata_table): Add new entries.
7382 * common/buffer.c (buffer_xml_printf): Add support for long and
7383 long long format specifiers.
7384
7385 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7386
7387 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7388 (tdesc_x32_avx_linux): Likewise.
7389
7390 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 Implement multi-component --with-auto-load-dir.
7393 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7394 entries.
7395 (--with-auto-load-safe-path): Update the default value description.
7396 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7397 New.
7398 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7399 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7400 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7401 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7402 "set auto-load scripts-directory".
7403 * config.in: Regenerate.
7404 * configure: Regenerate.
7405 * configure.ac (--with-auto-load-dir): New configure option.
7406 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7407
7408 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 Provide $ddir substitution for --with-auto-load-safe-path.
7411 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7412 entries.
7413 * auto-load.c: Include observer.h.
7414 (auto_load_safe_path_vec_update): Call substitute_path_component for
7415 each component. New variable ddir_subst.
7416 (auto_load_gdb_datadir_changed): New function.
7417 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7418 AUTO_LOAD_SAFE_PATH. New comment.
7419 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7420 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7421 * config.in: Regenerate.
7422 * configure: Regenerate.
7423 * configure.ac (--auto-load-safe-path): Rename
7424 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7425 GDB_DATADIR/auto-load.
7426 * defs.h (substitute_path_component): New declaration.
7427 * top.c: Include observer.h.
7428 (set_gdb_datadir): New function.
7429 (init_main): Install it for "set data-directory".
7430 * utils.c (substitute_path_component): New function.
7431
7432 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7433
7434 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7435 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7436 DEBUG_FILE_DIRECTORY. Handle multiple components of
7437 DEBUG_FILE_DIRECTORY.
7438
7439 2012-05-10 Tom Tromey <tromey@redhat.com>
7440
7441 * dwarf2read.c (recursively_write_psymbols): New function.
7442 (write_psymtabs_to_index): Use it.
7443
7444 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7445 field.
7446 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7447 (load_partial_comp_unit): Update.
7448 (queue_comp_unit): Add argument 'pretend_language'.
7449 (process_queue): Update.
7450 (psymtab_to_symtab_1): Skip dependencies that have a user.
7451 (load_partial_comp_unit_reader): Give meaning to the 'data'
7452 argument.
7453 (load_full_comp_unit): Add 'pretend_language' argument.
7454 (process_full_comp_unit): Add 'pretend_language' argument. Set
7455 language on CU.
7456 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7457 Update.
7458 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7459 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7460 Update.
7461 (prepare_one_comp_unit): Add 'pretend_language' argument.
7462
7463 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7464 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7465 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7466 (dw2_do_instantiate_symtab): Check whether symtab was read in
7467 before queueing.
7468 (dw2_instantiate_symtab): Add assertion. Call
7469 process_cu_includes.
7470 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7471 (partial_symtab_p): New typedef.
7472 (set_partial_user): New function.
7473 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7474 (scan_partial_symbols): Add imported CU to imported_symtabs.
7475 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7476 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7477 (get_symtab, recursively_compute_inclusions)
7478 (compute_symtab_includes, process_cu_includes)
7479 (process_imported_unit_die): New functions.
7480 (process_die) <DW_TAG_imported_unit>: New case.
7481 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7482
7483 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7484 comment.
7485 (struct partial_die_info) <locdesc>: Remove.
7486 <d>: New field.
7487 (process_psymtab_comp_unit): Add 'read_partial' argument.
7488 Update.
7489 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7490 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7491 (add_partial_symbol): Update.
7492 (process_die): Handle DW_TAG_partial_unit.
7493 (read_file_scope): Update comment.
7494 (load_partial_dies): Handle DW_TAG_imported_unit.
7495 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7496 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7497
7498 2012-05-10 Tom Tromey <tromey@redhat.com>
7499
7500 * cc-with-dwz.sh: New file.
7501
7502 2012-05-10 Tom Tromey <tromey@redhat.com>
7503
7504 * symtab.h (struct symtab) <includes, user>: New fields.
7505 * block.h (struct block_iterator) <d, idx, which>: New fields.
7506 * block.c (initialize_block_iterator, find_iterator_symtab)
7507 (block_iterator_step, block_iter_name_step)
7508 (block_iter_match_step): New functions.
7509 (block_iterator_first, block_iterator_next)
7510 (block_iter_name_first, block_iter_name_next)
7511 (block_iter_match_first, block_iter_match_next): Rewrite.
7512 (get_block_symtab): New function.
7513
7514 2012-05-10 Tom Tromey <tromey@redhat.com>
7515
7516 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7517 set_block_symtab.
7518 * jit.c (finalize_symtab): Use allocate_global_block,
7519 set_block_symtab.
7520 * buildsym.c (finish_block_internal): New function, from old
7521 finish_block.
7522 (finish_block): Rewrite.
7523 (end_symtab): Use finish_block_internal, set_block_symtab.
7524 * block.h (struct global_block): New.
7525 (allocate_global_block, set_block_symtab): Declare.
7526 * block.c (allocate_global_block, set_block_symtab): New
7527 functions.
7528
7529 2012-05-10 Tom Tromey <tromey@redhat.com>
7530
7531 * psymtab.c (partial_map_expand_apply): Add assertion.
7532 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7533 (psymtab_to_symtab): Find unshared psymtab.
7534 (dump_psymtab): Print including psymtabs.
7535 (recursively_search_psymtabs): New function.
7536 (expand_symtabs_matching_via_partial): Use it.
7537 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7538 fields.
7539 (enum psymtab_search_status): New.
7540
7541 2012-05-10 Tom Tromey <tromey@redhat.com>
7542
7543 * tracepoint.c (scope_info): Update.
7544 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7545 (find_pc_sect_symtab, search_symbols)
7546 (default_make_symbol_completion_list_break_on)
7547 (make_file_symbol_completion_list): Update.
7548 * symmisc.c (dump_symtab_1): Update.
7549 * stack.c (print_frame_args, iterate_over_block_locals)
7550 (print_frame_labels, iterate_over_block_arg_vars): Update.
7551 * python/py-block.c (block_object) <dict>: Remove.
7552 <block>: New field.
7553 <iter>: Change type.
7554 (blpy_iter): Update.
7555 (blpy_block_syms_iternext): Update.
7556 * psymtab.c (map_block): Use block iterators.
7557 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7558 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7559 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7560 * infrun.c (check_exception_resume): Update.
7561 * cp-support.c (make_symbol_overload_list_block): Update.
7562 * coffread.c (patch_opaque_types): Update.
7563 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7564 * block.h (struct block_iterator): New.
7565 (block_iterator_first, block_iterator_next, block_iter_name_first)
7566 (block_iter_name_next, block_iter_match_first)
7567 (block_iter_match_next): Declare.
7568 (ALL_BLOCK_SYMBOLS): Redefine.
7569 * block.c (block_iterator_first, block_iterator_next)
7570 (block_iter_name_first, block_iter_name_next)
7571 (block_iter_match_first, block_iter_match_next): New functions.
7572 * ada-lang.c (ada_add_block_symbols)
7573 (ada_make_symbol_completion_list): Use block iterator.
7574
7575 2012-05-10 Tom Tromey <tromey@redhat.com>
7576
7577 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7578 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7579 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7580 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7581 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7582 Update.
7583
7584 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7585
7586 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7587 print-file-var-lib2.c, print-file-var-main.c and
7588 print-file-var.exp (located in gdb/testsuite/gdb.base).
7589
7590 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7591
7592 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7593 try locating the symbol in the symbol's own objfile first, before
7594 extending the search to all objfiles.
7595 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7596 out of lookup_symbol_aux_symtabs.
7597 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7598 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7599 Do not search EXCLUDE_OBJFILE.
7600 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7601 (lookup_symbol_global): Search for matches in the block's objfile
7602 first, before searching all other objfiles.
7603
7604 2012-05-10 Tristan Gingold <gingold@adacore.com>
7605
7606 * printcmd.c (set_command): Add pre/post inc/dec.
7607
7608 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7609
7610 * gdb.1: Document -ex option.
7611
7612 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7613
7614 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7615 * inferior.h (AT_SYMBOL): Delete.
7616
7617 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7618
7619 * mips-tdep.c (mips_push_dummy_code): New function.
7620 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7621 ON_STACK and install mips_push_dummy_code as our gdbarch
7622 push_dummy_code routine.
7623
7624 2012-05-09 Pedro Alves <palves@redhat.com>
7625
7626 * target.c (set_maintenance_target_async_permitted): Rename to ...
7627 (set_target_async_command): ... this.
7628 (show_maintenance_target_async_permitted): Rename to ...
7629 (show_target_async_command): ... this.
7630 (initialize_targets): Adjust.
7631
7632 2012-05-08 Doug Evans <dje@google.com>
7633
7634 * go-exp.y (classify_name): Add missing assignment of fields of
7635 yylval.ssym.
7636
7637 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7638
7639 Display the ">" prompt in interactive mode while reading canned
7640 commands, even when the current interpreter is MI.
7641
7642 * interps.c (interp_set_temp): New function.
7643
7644 * interps.h (interp_set_temp): Add prototype.
7645
7646 * cli/cli-script.c (restore_interp): New cleanup function.
7647 (read_command_lines): Temporarily override the current interpreter
7648 with CLI and arrange for restoring the original one.
7649
7650 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7651
7652 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7653
7654 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7655
7656 * probe.c (parse_probes): Move conditional to check for
7657 debuginfo files from here...
7658 * stap-probe.c (stap_get_probes): ... to here.
7659
7660 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7661 H.J. Lu <hongjiu.lu@intel.com>
7662
7663 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7664 `movl %esp, %ebp' for the X32 ABI.
7665
7666 2012-05-07 Tom Tromey <tromey@redhat.com>
7667
7668 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7669 get_DW_TAG_name.
7670 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7671 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7672 (dwarf_stack_op_name): Remove.
7673 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7674 (decode_locdesc): Use get_DW_OP_name.
7675 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7676 (dwarf2_compile_expr_to_ax): Likewise.
7677 (disassemble_dwarf_expression): Likewise.
7678 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7679
7680 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7681
7682 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7683 (sh_linux_sigtramp_cache): New function.
7684 (sh_linux_sigreturn_init): New function.
7685 (sh_linux_rt_sigreturn_init): New function.
7686 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7687 patterns.
7688 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7689 syscall codes.
7690 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7691 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7692 (sh_linux_init_abi): Add init calls to register new tramp_frame
7693 definitions under 32-bit SH, update comments.
7694
7695 2012-05-07 Pedro Alves <palves@redhat.com>
7696
7697 PR gdb/10952
7698
7699 * amd64-linux-tdep.c: Include glibc-tdep.h.
7700 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7701 gdbarch_skip_solib_resolver callback.
7702
7703 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7704
7705 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7706 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7707 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7708 (add_auto_load_safe_path): Change the error message.
7709 (_initialize_auto_load): Change the "safe-path" help text.
7710 * configure: Regenerate
7711 * configure.ac (--without-auto-load-safe-path): Set
7712 WITH_AUTO_LOAD_SAFE_PATH to /.
7713
7714 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7715
7716 * stap-probe.h: Do not include unecessary `probe.h'.
7717
7718 2012-05-05 Alan Modra <amodra@gmail.com>
7719
7720 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7721 bfd_und_section_ptr.
7722 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7723 and bfd_com_section_ptr.
7724
7725 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7726
7727 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7728
7729 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7730
7731 * windows-nat.h (segment_register_p_ftype): New typedef.
7732 (windows_set_segment_register_p): Add declaration.
7733 * windows-nat.c (segment_register_p): New static global.
7734 (windows_set_segment_register_p): New function.
7735 (do_windows_fetch_inferior_registers): Add special handling
7736 for segment registers.
7737 * amd64-windows-nat.c: #include "amd64-tdep.h".
7738 (amd64_windows_segment_register_p): New function.
7739 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7740 * i386-windows-nat.c: #include "i386-tdep.h".
7741 (i386_windows_segment_register_p): New function.
7742 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7743
7744 2012-05-04 Tristan Gingold <gingold@adacore.com>
7745
7746 * printcmd.c (set_command): Emit a warning if the expression is not
7747 an assignment.
7748
7749 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7750
7751 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7752 Make static.
7753
7754 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7755
7756 * stap-probe.c (stap_is_operator): Change declaration.
7757 (stap_get_opcode): Change return value.
7758 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7759 `stap_parse_argument_1'.
7760
7761 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7762
7763 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7764 debug log.
7765
7766 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7767
7768 Add two new methods global_block and static_block to gdb.Symtab
7769 objects.
7770 * NEWS (Python scripting): Add entry about the new methods.
7771 * python/py-symtab.c (stpy_global_block): New function which
7772 implements the gdb.Symtab.global_block() method.
7773 (stpy_static_block): New function which implements the
7774 gdb.Symtab.static_block() method.
7775 (symtab_object_methods): Add entries for the two new methods.
7776
7777 2012-05-03 Doug Evans <dje@google.com>
7778
7779 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7780 files.
7781
7782 2012-05-03 Yao Qi <yao@codesourcery.com>
7783
7784 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7785 space.
7786 (i386_process_record): Ditto.
7787
7788 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7789
7790 * infcall.c (unwind_on_signal_p): Make static.
7791
7792 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7793
7794 * sol-thread.c (solaris_pid_to_str): Make static.
7795 (_initialize_sol_thread): Add prototype.
7796
7797 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7798
7799 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7800
7801 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7802
7803 * MAINTAINERS: Remove myself.
7804
7805 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7806
7807 Fix --without-auto-load-safe-path for MS-Windows host platform.
7808 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7809
7810 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7811
7812 * gdb_curses.h: Undefine KEY_EVENT before including curses
7813 headers. Move "#undef MOUSE_MOVED" before any curses header
7814 inclusion.
7815
7816 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7817
7818 * features/i386/i386-mmx-linux.c: Regenerate.
7819 * features/rs6000/powerpc-32.c: Likewise.
7820 * features/rs6000/powerpc-32l.c: Likewise.
7821 * features/rs6000/powerpc-403.c: Likewise.
7822 * features/rs6000/powerpc-403gc.c: Likewise.
7823 * features/rs6000/powerpc-405.c: Likewise.
7824 * features/rs6000/powerpc-505.c: Likewise.
7825 * features/rs6000/powerpc-601.c: Likewise.
7826 * features/rs6000/powerpc-602.c: Likewise.
7827 * features/rs6000/powerpc-603.c: Likewise.
7828 * features/rs6000/powerpc-604.c: Likewise.
7829 * features/rs6000/powerpc-64.c: Likewise.
7830 * features/rs6000/powerpc-64l.c: Likewise.
7831 * features/rs6000/powerpc-750.c: Likewise.
7832 * features/rs6000/powerpc-860.c: Likewise.
7833 * features/rs6000/powerpc-e500.c: Likewise.
7834 * features/rs6000/powerpc-e500l.c: Likewise.
7835 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7836 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7837 * features/rs6000/rs6000.c: Likewise.
7838
7839 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7840
7841 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7842 variable.
7843 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7844 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7845 (stap_parse_argument) <e>: Likewise.
7846 (handle_stap_probe) <byte_order>: Likewise.
7847
7848 2012-04-30 Doug Evans <dje@google.com>
7849
7850 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7851 init_and_read_dies_worker. All callers updated.
7852 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7853 replaced with init_cutu_and_read_dies.
7854 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7855 (find_partial_die): Remove FIXME. Don't free current CU.
7856
7857 2012-04-30 Sterling Augustine <saugustine@google.com>
7858
7859 * contrib: New directory.
7860 * contrib/test_pubnames_and_indexes.py: New file.
7861
7862 2012-04-30 Doug Evans <dje@google.com>
7863
7864 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7865 All callers updated.
7866 (init_cu_die_reader): Verify the section is non-empty.
7867 (dwarf_decode_line_header): Don't dereference section->asection
7868 until we know the section is present.
7869
7870 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7871
7872 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7873 probes.
7874
7875 2012-04-29 Yao Qi <yao@codesourcery.com>
7876
7877 * gdb-code-style.el: New hook gdb-markup-hook
7878 and gdb-comment-hook.
7879
7880 2012-04-28 Doug Evans <dje@google.com>
7881
7882 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7883 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7884 objfile->obfd.
7885 * symfile.h (dwarf2_debug_sections): New member addr.
7886 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7887 (ctx_no_get_addr_index): New function.
7888 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7889 (ctx_no_get_addr_index): Declare.
7890 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7891 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7892 (dwarf_expr_ctx_funcs): Update.
7893 (needs_get_addr_index): New function.
7894 (needs_frame_ctx_funcs): Update.
7895 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7896 * dwarf2read.c: #include "gdbcore.h".
7897 (dwarf2_per_objfile): New members addr, dwo_files.
7898 (dwarf2_elf_names): Add entry for addr.
7899 (struct dwo_section_names): New type.
7900 (dwo_section_names): New static global.
7901 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7902 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7903 old debug_types_section member updated to use this.
7904 Rename member debug_types_section to info_or_types_section,
7905 all uses updated.
7906 (signatured_type): Rename member type_offset to type_offset_in_tu,
7907 all uses updated. New member type_offset_in_section.
7908 (struct dwo_sections): New type.
7909 (struct dwo_unit): New type.
7910 (struct dwo_file): New type.
7911 (die_reader_specs): New member dwo_file.
7912 (dwarf2_locate_sections): Watch for .debug_addr.
7913 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7914 (dwarf2_read_section): Get bfd of section from bfd's asection,
7915 instead of objfile.
7916 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7917 (create_signatured_type_table_from_index): Initialize
7918 sig_type->info_or_types_section.
7919 (dw2_get_file_names): Statement lists for type units with DWO files
7920 live in the DWO file.
7921 (create_debug_types_hash_table): New function.
7922 (create_all_type_units): Rewrite.
7923 (init_cu_die_reader): New arg dwo_file, all callers updated.
7924 (init_and_read_dies_worker): Get section from
7925 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7926 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7927 continue reading the CU/TU from there.
7928 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7929 updated. Get section from this_cu->info_or_types_section.
7930 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7931 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7932 DW_FORM_GNU_str_index.
7933 (hash_dwo_file, eq_dwo_file): New functions.
7934 (allocate_dwo_file_hash_table): New function.
7935 (hash_dwo_unit, eq_dwo_unit): New functions.
7936 (allocate_dwo_unit_table): New function.
7937 (dwarf2_locate_dwo_sections): New function.
7938 (struct create_dwo_info_table_data): New type.
7939 (create_debug_info_hash_table_reader): New function.
7940 (create_debug_info_hash_table): New function.
7941 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7942 (lookup_dwo_file): New function.
7943 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7944 (free_dwo_file, free_dwo_file_cleanup): New functions.
7945 (free_dwo_file_from_slot, free_dwo_files): New functions.
7946 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7947 (dwarf2_record_block_ranges): Ditto.
7948 (read_partial_die): Ditto.
7949 (process_enumeration_scope): Update to use type_offset_in_section.
7950 (read_full_die_1): New function.
7951 (read_full_die): Rewrite.
7952 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7953 DW_FORM_GNU_str_index.
7954 (read_addr_index_1, read_addr_index): New functions.
7955 (read_addr_index_from_leb128): New function.
7956 (struct dwarf2_read_addr_index_data): New type.
7957 (dwarf2_read_addr_index_reader): New function.
7958 (dwarf2_read_addr_index): New function.
7959 (read_str_index): New function.
7960 (leb128_size): New function.
7961 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7962 If processing a type unit from a DWO file, get the line section
7963 from the DWO file.
7964 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7965 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7966 DW_FORM_GNU_str_index.
7967 (lookup_die_type): Check whether section offset of type's die is
7968 known before looking it up. Remove assert. Condition can
7969 legimately happen for inter-cu type references.
7970 (dwarf_attr_name): Handle Fission attributes.
7971 (dwarf_form_name): Handle Fission forms.
7972 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7973 DW_FORM_GNU_str_index.
7974 (follow_die_sig): Update to use type_offset_in_section.
7975 (decode_locdesc): New case DW_OP_GNU_addr_index.
7976 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7977 DW_FORM_GNU_str_index.
7978 (cu_debug_loc_section): New function.
7979 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7980 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7981 Free DWO files if present.
7982 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7983
7984 Refactor DIE reading.
7985 * dwarf2read.c (dwarf2_per_objfile): Replace members
7986 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7987 (die_reader_specs): New member "die_section". Temporarily make
7988 member "buffer" non-const, pending constifying all info_ptr uses.
7989 (die_reader_func_ftype): New typedef.
7990 (dw2_get_file_names_reader): New function.
7991 (dw2_get_file_names): Rewrite.
7992 (read_and_check_type_unit_head): Rename arg type_offset to
7993 type_offset_in_tu.
7994 (create_all_type_units): Improve debugging message.
7995 Improve dummy type unit check.
7996 (init_cu_die_reader): New arg "section". All callers updated.
7997 (init_and_read_dies_worker): New function.
7998 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7999 (init_cutu_and_read_dies_no_follow): New function.
8000 (init_cutu_and_read_dies_simple): New function.
8001 (process_psymtab_comp_unit_reader): New function.
8002 (process_psymtab_comp_unit): Delete args section,
8003 is_debug_types_section. Rewrite. All callers updated.
8004 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8005 All callers updated. Rewrite.
8006 (load_partial_comp_unit_reader): New function.
8007 (load_partial_comp_unit): Rewrite.
8008 (skip_children): New arg reader. Delete args buffer, cu.
8009 All callers updated.
8010 (skip_one_die): New arg reader. Delete args buffer, cu.
8011 All callers updated.
8012 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8013 All callers updated.
8014 (load_full_comp_unit_reader): New function.
8015 (load_full_comp_unit): Rewrite.
8016 (read_comp_unit): Delete.
8017 (read_die_and_children_1): Delete, contents moved ...
8018 (read_die_and_children): ... here.
8019 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8020 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8021 All callers updated.
8022 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8023 All callers updated.
8024 (find_partial_die): Rewrite load_all_dies support.
8025 (read_attribute_value): New arg reader. Delete args abfd, cu.
8026 All callers updated.
8027 (read_attribute): New arg reader. Delete args abfd, cu.
8028 All callers updated.
8029 (load_full_type_unit): Add assert.
8030 (read_signatured_type_reader): New function.
8031 (read_signatured_type): Rewrite.
8032 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8033 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8034 All callers updated. Set per_cu->cu = NULL after freeing it.
8035 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8036 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8037 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8038 (set_die_type): Update.
8039 (get_die_type_at_offset): Update.
8040 (read_file_scope): Call prepare_one_comp_unit.
8041 (read_type_unit_scope): Ditto.
8042 (prepare_one_comp_unit): Set producer if present.
8043
8044 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8045
8046 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8047 gettext function on `error'.
8048
8049 2012-04-27 Doug Evans <dje@google.com>
8050
8051 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8052 is empty.
8053
8054 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8055 Tom Tromey <tromey@redhat.com>
8056
8057 * breakpoint.c (struct breakpoint_objfile_data)
8058 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8059 <exception_probes>: New fields.
8060 (free_breakpoint_probes): New function.
8061 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8062 `_Unwind_DebugHook'.
8063 (create_exception_master_breakpoint): Likewise.
8064 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8065 * infrun.c: Including necessary header files for handling SystemTap
8066 probes.
8067 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8068 via SystemTap probes.
8069 (check_exception_resume): Remove `func' argument. Handle exception
8070 unwinding breakpoint set via a SystemTap probe.
8071 (insert_exception_resume_from_probe): New function.
8072
8073 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8074 Tom Tromey <tromey@redhat.com>
8075 Jan Kratochvil <jan.kratochvil@redhat.com>
8076
8077 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8078 (COMMON_OBS): Likewise.
8079 (HFILES_NO_SRCDIR): Add `probe'.
8080 * NEWS: Mention support for static and SystemTap probes.
8081 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8082 SystemTap probes' arguments parser.
8083 * arm-linux-tdep.c: Including headers needed to perform the parsing
8084 of SystemTap probes' arguments.
8085 (arm_stap_is_single_operand): New function.
8086 (arm_stap_parse_special_token): Likewise.
8087 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8088 probes' arguments parser.
8089 * ax-gdb.c (require_rvalue): Removing static declaration.
8090 (gen_expr): Likewise.
8091 * ax-gdb.h (gen_expr): Declaring function.
8092 (require_rvalue): Likewise.
8093 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8094 (bkpt_probe_breakpoint_ops): New variable.
8095 (momentary_breakpoint_from_master): Set the `probe' value.
8096 (add_location_to_breakpoint): Likewise.
8097 (break_command_1): Using proper breakpoint_ops according to the
8098 argument passed by the user in the command line.
8099 (bkpt_probe_insert_location): New function.
8100 (bkpt_probe_remove_location): Likewise.
8101 (bkpt_probe_create_sals_from_address): Likewise.
8102 (bkpt_probe_decode_linespec): Likewise.
8103 (tracepoint_probe_create_sals_from_address): Likewise.
8104 (tracepoint_probe_decode_linespec): Likewise.
8105 (tracepoint_probe_breakpoint_ops): New variable.
8106 (trace_command): Using proper breakpoint_ops according to the
8107 argument passed by the user in the command line.
8108 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8109 static probes on breakpoints and tracepoints.
8110 * breakpoint.h (struct bp_location) <probe>: New field.
8111 * cli-utils.c (skip_spaces_const): New function.
8112 (extract_arg): Likewise.
8113 * cli-utils.h (skip_spaces_const): Likewise.
8114 (extract_arg): Likewise.
8115 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8116 * configure.ac: Append `stap-probe.o' to be generated when ELF
8117 support is present.
8118 * configure: Regenerate.
8119 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8120 * elfread.c: Include `probe.h' and `arch-utils.h'.
8121 (probe_key): New variable.
8122 (elf_get_probes): New function.
8123 (elf_get_probe_argument_count): Likewise.
8124 (elf_evaluate_probe_argument): Likewise.
8125 (elf_compile_to_ax): Likewise.
8126 (elf_symfile_relocate_probe): Likewise.
8127 (stap_probe_key_free): Likewise.
8128 (elf_probe_fns): New variable.
8129 (elf_sym_fns): Add `sym_probe_fns' value.
8130 (elf_sym_fns_lazy_psyms): Likewise.
8131 (elf_sym_fns_gdb_index): Likewise.
8132 (_initialize_elfread): Initialize objfile cache for static
8133 probes.
8134 * gdb_vecs.h (struct probe): New forward declaration.
8135 (probe_p): New VEC declaration.
8136 * gdbarch.c: Regenerate.
8137 * gdbarch.h: Regenerate.
8138 * gdbarch.sh (stap_integer_prefix): New variable.
8139 (stap_integer_suffix): Likewise.
8140 (stap_register_prefix): Likewise.
8141 (stap_register_suffix): Likewise.
8142 (stap_register_indirection_prefix): Likewise.
8143 (stap_register_indirection_suffix): Likewise.
8144 (stap_gdb_register_prefix): Likewise.
8145 (stap_gdb_register_suffix): Likewise.
8146 (stap_is_single_operand): New function.
8147 (stap_parse_special_token): Likewise.
8148 (struct stap_parse_info): Forward declaration.
8149 * i386-tdep.c: Including headers needed to perform the parsing
8150 of SystemTap probes' arguments.
8151 (i386_stap_is_single_operand): New function.
8152 (i386_stap_parse_special_token): Likewise.
8153 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8154 probes' arguments parser.
8155 * i386-tdep.h (i386_stap_is_single_operand): New function.
8156 (i386_stap_parse_special_token): Likewise.
8157 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8158 * mipsread.c (ecoff_sym_fns): Likewise.
8159 * objfiles.c (objfile_relocate1): Support relocation for static
8160 probes.
8161 * parse.c (prefixify_expression): Remove static declaration.
8162 (initialize_expout): Likewise.
8163 (reallocate_expout): Likewise.
8164 * parser-defs.h (initialize_expout): Declare function.
8165 (reallocate_expout): Likewise.
8166 (prefixify_expression): Likewise.
8167 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8168 of SystemTap probes' arguments.
8169 (ppc_stap_is_single_operand): New function.
8170 (ppc_stap_parse_special_token): Likewise.
8171 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8172 probes' arguments parser.
8173 * probe.c: New file, for generic statically defined probe support.
8174 * probe.h: Likewise.
8175 * s390-tdep.c: Including headers needed to perform the parsing of
8176 SystemTap probes' arguments.
8177 (s390_stap_is_single_operand): New function.
8178 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8179 probes' arguments parser.
8180 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8181 * stap-probe.c: New file, for SystemTap probe support.
8182 * stap-probe.h: Likewise.
8183 * symfile.h: Include `gdb_vecs.h'.
8184 (struct sym_probe_fns): New struct.
8185 (struct sym_fns) <sym_probe_fns>: New field.
8186 * symtab.c (init_sal): Initialize `probe' field.
8187 * symtab.h (struct probe): Forward declaration.
8188 (struct symtab_and_line) <probe>: New field.
8189 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8190 locations.
8191 (stop_tracing): Likewise.
8192 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8193
8194 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8195 Tom Tromey <tromey@redhat.com>
8196
8197 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8198 and to compile agent expressions.
8199 * infrun.c (siginfo_make_value): New argument `ignore'.
8200 (siginfo_funcs): New struct.
8201 (_initialize_infrun): New argument when calling
8202 `create_internalvar_type_lazy'.
8203 * thread.c (thread_id_make_value): New argument `ignore'.
8204 (thread_funcs): New struct.
8205 (_initialize_thread): New argument when calling
8206 `create_internalvar_type_lazy'.
8207 * tracepoint.c (sdata_make_value): New argument `ignore'.
8208 (sdata_funcs): New struct.
8209 (_initialize_tracepoint): New argument when calling
8210 `create_internalvar_type_lazy'.
8211 * value.c (make_value): New struct.
8212 (create_internalvar_type_lazy): New argument `data'.
8213 (compile_internalvar_to_ax): New function.
8214 (value_of_internalvar): Properly handling `make_value' case.
8215 (clear_internalvar): Likewise.
8216 (show_convenience): Adding `TRY_CATCH' block.
8217 * value.h (internalvar_make_value): Delete, replace by...
8218 (struct internalvar_funcs): ... this.
8219 (create_internalvar_type_lazy) <fun>: Delete argument.
8220 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8221 (compile_internalvar_to_ax): New function.
8222 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8223 (tlb_funcs): New struct.
8224 (_initialize_windows_tdep): New argument when calling
8225 `create_internalvar_type_lazy'.
8226
8227 2012-04-27 Mark Wielaard <mjw@redhat.com>
8228
8229 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8230 see whether it is an address or a constant offset from DW_AT_low_pc.
8231 (dwarf2_record_block_ranges): Likewise.
8232 (read_partial_die): Likewise.
8233
8234 2012-04-26 Mark Wielaard <mjw@redhat.com>
8235
8236 * MAINTAINERS (Write After Approval): Add myself to the list.
8237
8238 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8239
8240 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8241 (proc_prettyprint_signal): Likewise.
8242 (proc_prettyprint_faultset): Likewise.
8243 (proc_prettyprint_fault): Likewise.
8244 (proc_prettyprint_actionset): Likewise.
8245 (proc_prettyprint_flags): Move to new proc-flags.c section.
8246 (proc_prettyfprint_flags): New prototype.
8247 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8248 (proc_syscall, proc_cursig): Likewise.
8249 (proc_set_kill_on_last_close): Likewise.
8250 (proc_unset_kill_on_last_close): Likewise.
8251 (proc_set_watchpoint): Make static.
8252 (proc_delete_dead_threads): Likewise.
8253 (procfs_set_watchpoint): Likewise.
8254 (_initialize_procfs): Add prototype.
8255 * proc-events.c: Include proc-utils.h.
8256 (init_syscall_table): Make static.
8257 * proc-api.c (_initialize_proc_api): Add prototype.
8258 * proc-flags.c: Include proc-utils.h.
8259
8260 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8261
8262 * configure.ac: Add AC_ARG_PROGRAM.
8263 * configure: Regenerate.
8264
8265 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 Fix DW_AT_lower_bound defaults for DWARF-4+.
8268 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8269 high. New variable low_default_is_valid. Implement DWARF-4+
8270 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8271 no default by the DWARF standard.
8272
8273 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8274 Maciej W. Rozycki <macro@codesourcery.com>
8275
8276 * infrun.c (handle_inferior_event): Move the check for return
8277 trampolines ahead of the check for function trampolines.
8278 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8279 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8280 (mips_str_mips16_ret_stub): Likewise.
8281 (mips_str_call_fp_stub): Likewise.
8282 (mips_str_call_stub): Likewise.
8283 (mips_str_fn_stub): Likewise.
8284 (mips_str_pic): Likewise.
8285 (mips_in_frame_stub): New function.
8286 (mips_unwind_pc): Return the return address rather than the PC
8287 if the PC of an intermediate frame is inside a call thunk.
8288 (mips_is_stub_suffix): New function.
8289 (mips_is_stub_mode): Likewise.
8290 (mips_get_mips16_fn_stub_pc): Likewise.
8291 (mips_skip_mips16_trampoline_code): Update to handle all the
8292 currently generated stub types. Don't recurse into __fn_stub
8293 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8294 Use cooked register accesses.
8295 (mips_in_return_stub): Reintroduce function.
8296 (mips_skip_trampoline_code): Traverse trampolines recursively.
8297 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8298
8299 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8300
8301 GDB 7.4.1 released.
8302
8303 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8304
8305 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8306 * features/arm-with-m-vfp-d16.xml: New file. Describes
8307 Cortex-M with VFPv4-sp-d16 FPU register layout.
8308 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8309 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8310 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8311 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8312 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8313
8314 2012-04-25 Doug Evans <dje@google.com>
8315
8316 * cli/cli-decode.c (print_doc_line): Use stream instead of
8317 current_uiout.
8318
8319 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8320
8321 * features/arm-with-iwmmxt.c: Regenerate.
8322 * features/arm-with-m-fpa-layout.c: Likewise.
8323 * features/arm-with-m.c: Likewise.
8324 * features/arm-with-neon.c: Likewise.
8325 * features/arm-with-vfpv2.c: Likewise.
8326 * features/arm-with-vfpv3.c: Likewise.
8327 * features/mips-dsp-linux.c: Likewise.
8328 * features/mips-linux.c: Likewise.
8329 * features/mips64-dsp-linux.c: Likewise.
8330 * features/mips64-linux.c: Likewise.
8331 * features/s390-linux32.c: Likewise.
8332 * features/s390-linux32v1.c: Likewise.
8333 * features/s390-linux32v2.c: Likewise.
8334 * features/s390-linux64.c: Likewise.
8335 * features/s390-linux64v1.c: Likewise.
8336 * features/s390-linux64v2.c: Likewise.
8337 * features/s390x-linux64.c: Likewise.
8338 * features/s390x-linux64v1.c: Likewise.
8339 * features/s390x-linux64v2.c: Likewise.
8340 * features/tic6x-c62x-linux.c: Likewise.
8341 * features/tic6x-c62x.c: Likewise.
8342 * features/tic6x-c64x-linux.c: Likewise.
8343 * features/tic6x-c64x.c: Likewise.
8344 * features/tic6x-c64xp-linux.c: Likewise.
8345 * features/tic6x-c64xp.c: Likewise.
8346 * target-descriptions.c: Only generate `field_type' and `type'
8347 variables when needed.
8348
8349 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8350
8351 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8352
8353 2012-04-25 Doug Evans <dje@google.com>
8354
8355 Initial pass at Go language support.
8356 * NEWS: Mention Go.
8357 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8358 go-valprint.c.
8359 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8360 (YYFILES): Add go-exp.c.
8361 (YYOBJ): Add go-exp.o.
8362 (local-maintainer-clean): Delete go-exp.c.
8363 * defs.h (enum language): Add language_go.
8364 * dwarf2read.c: #include "go-lang.h".
8365 (fixup_go_packaging): New function.
8366 (process_full_comp_unit): Call it when processing Go CUs.
8367 (dwarf2_physname): Add Go support.
8368 (read_file_scope): Handle missing language spec for GNU Go.
8369 (set_cu_language): Handle DW_LANG_Go.
8370 * go-exp.y: New file.
8371 * go-lang.h: New file.
8372 * go-lang.c: New file.
8373 * go-typeprint.c: New file.
8374 * go-valprint.c: New file.
8375 * symtab.c: #include "go-lang.h".
8376 (symbol_set_language): Handle language_go.
8377 (symbol_find_demangled_name, symbol_set_names): Ditto.
8378 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8379
8380 2012-04-24 Jim Meyering <meyering@redhat.com>
8381
8382 avoid a few strncpy-induced buffer overruns
8383 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8384 fname and psargs before trying to concatenate.
8385 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8386 "name" before applying strchr.
8387
8388 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8389
8390 * CONTRIBUTE: Use unified diff instead of context diff when
8391 generating patches.
8392
8393 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8394
8395 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8396 code. Handle JR.HB correctly.
8397
8398 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8399
8400 * mips-tdep.c
8401 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8402 with the other MIPS16 helpers.
8403
8404 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8405
8406 * observer.sh: Conditionally declare `args', thus cleaning up
8407 unused instances of this variable.
8408
8409 2012-04-24 Yao Qi <yao@codesourcery.com>
8410
8411 Revert this patch to allow breakpoint always-inserted
8412 in record target.
8413 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8414 * breakpoint.c: Include record.h.
8415 (breakpoints_always_inserted_mode): Return false when the record
8416 target is in use.
8417
8418 * breakpoint.c (iterate_over_bp_locations): New.
8419 * breakpoint.h: Declare.
8420 New typedef walk_bp_location_callback.
8421 * record.c (record_open): Call record_init_record_breakpoints.
8422 (record_sync_record_breakpoints): New.
8423 (record_init_record_breakpoints): New.
8424 * NEWS: Mention supporting breakpoint always-inserted mode in
8425 record target.
8426
8427 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8428
8429 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8430 any thread.
8431
8432 2012-04-24 Yao Qi <yao@codesourcery.com>
8433
8434 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8435 (is_catchpoint): ... it.
8436 (print_one_breakpoint_location): Caller update.
8437 * breakpoint.h: Update declaration.
8438
8439 2012-04-23 David S. Miller <davem@davemloft.net>
8440
8441 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8442
8443 2012-04-23 Tom Tromey <tromey@redhat.com>
8444
8445 * buildsym.c (add_free_pendings): Remove.
8446 * buildsym.h (add_free_pendings): Remove.
8447
8448 2012-04-23 Doug Evans <dje@google.com>
8449
8450 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8451 attr.u.unsnd instead of attr.u.addr.
8452 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8453 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8454 DW_FORM_ref_udata.
8455 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8456 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8457 DW_FORM_ref_udata.
8458 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8459
8460 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8461
8462 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8463 (mips_o32_return_value): Likewise.
8464 (mips_o64_return_value): Likewise.
8465
8466 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8467
8468 * ada-lang.c (ada_evaluate_subexp): Add cases for
8469 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8470 their treatment in eval.c.
8471
8472 2012-04-21 David S. Miller <davem@davemloft.net>
8473
8474 * sparc-tdep.c (X_DISP10): Define.
8475 (sparc_analyze_control_transfer): Handle compare-and-branch.
8476
8477 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8478
8479 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8480 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8481
8482 2012-04-20 Nigel Stephens <nigel@mips.com>
8483 Maciej W. Rozycki <macro@codesourcery.com>
8484
8485 * mips-tdep.c (mips_float_register_p): New function.
8486 (mips_convert_register_float_case_p): Use mips_float_register_p.
8487 (mips_register_type): Likewise.
8488 (mips_print_register): Likewise.
8489 (print_gp_register_row): Likewise.
8490 (mips_print_registers_info): Likewise.
8491
8492 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8493
8494 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8495 of mips16 symbols.
8496
8497 2012-04-20 Andrew Pinski <apinski@cavium.com>
8498
8499 * MAINTAINERS (Write After Approval): Add myself to the list.
8500
8501 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8502
8503 * MAINTAINERS: Update my e-mail address.
8504
8505 2012-04-20 Pedro Alves <palves@redhat.com>
8506
8507 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8508 $srcdir.
8509 * configure: Regenerate.
8510
8511 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8512
8513 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8514 declaration.
8515 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8516
8517 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8518
8519 Fix compilation compatibility with python-2.4
8520 * python/py-type.c (convert_field): Cast ADDRSTRING for
8521 PyObject_SetAttrString as non-const. New comment.
8522
8523 2012-04-19 Tom Tromey <tromey@redhat.com>
8524
8525 * top.c (quit_target): Use all_cleanups.
8526 * main.c (captured_command_loop): Use all_cleanups.
8527 * exceptions.c (throw_exception): Use all_cleanups.
8528
8529 2012-04-19 Pedro Alves <palves@redhat.com>
8530
8531 * Makefile.in (GNULIB_BUILDDIR): New.
8532 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8533 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8534 (CLEANDIRS). Remove gnulib/import.
8535 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8536 (all-lib): Ditto.
8537 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8538 (gnulib/import/Makefile): Replace gnulib/import with
8539 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8540 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8541 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8542 acx_configure_dir.m4.
8543 * acinclude.m4: Include acx_configure_dir.m4.
8544 * acx_configure_dir.m4: New file.
8545 * aclocal.m4: Regenerate.
8546 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8547 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8548 (GNULIB): New variable.
8549 (GNULIB_STDINT_H): Adjust.
8550 (AC_OUTPUT): Don't output gnulib/Makefile.
8551 * gdb/defs.h: Include build-gnulib/config.h.
8552 * aclocal.m4: Regenerate.
8553 * config.in: Regenerate.
8554 * configure: Regenerate.
8555
8556 * gnulib/Makefile.in: New file.
8557 * gnulib/configure.ac: New file.
8558 * gnulib/aclocal.m4: New file.
8559 * gnulib/config.in: New file.
8560 * gnulib/configure: New file.
8561 * gnulib/: Re-run gnulib-tool to adjust.
8562
8563 2012-04-19 Doug Evans <dje@google.com>
8564
8565 * cleanups.h (struct cleanup): Move to cleanups.c.
8566 (make_cleanup_dtor_ftype): New typedef.
8567 (make_cleanup_dtor): Use it.
8568 (ALL_CLEANUPS): Replace with ...
8569 (all_cleanups): ... this. Declare. All uses updated.
8570 * cleanups.c: #include "gdb_assert.h".
8571 (sentinel_cleanup): New static global.
8572 (SENTINEL_CLEANUP): Define.
8573 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8574 (make_my_cleanup2): Assert result is non-NULL.
8575 (all_cleanups): New function.
8576 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8577 of NULL.
8578
8579 2012-04-19 Pedro Alves <palves@redhat.com>
8580
8581 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8582 Adjust paths to gnulib imported files.
8583
8584 2012-04-19 Pedro Alves <palves@redhat.com>
8585
8586 * gnulib/: Move whole directory ...
8587 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8588 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8589 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8590 (aclocal_m4_deps): Adjust.
8591 * aclocal.m4: Regenerate.
8592 * configure: Regenerate.
8593 * configure.ac: Adjust AC_OUTPUT output.
8594
8595 2012-04-19 Yao Qi <yao@codesourcery.com>
8596
8597 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8598 (vec.o): New rule.
8599 * vec.c: Move it ...
8600 * common/vec.c: ... here.
8601 * vec.h: Move it ...
8602 * common/vec.h: ... here.
8603
8604 2012-04-19 Yao Qi <yao@codesourcery.com>
8605
8606 * gdb-code-style.el: New.
8607
8608 2012-04-18 Pedro Alves <palves@redhat.com>
8609
8610 Update gnulib from latest git.
8611 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8612
8613 * gnulib/Makefile.am: Update.
8614 * gnulib/dummy.c: Update.
8615 * gnulib/extra/arg-nonnull.h: Update.
8616 * gnulib/extra/c++defs.h: Update.
8617 * gnulib/extra/update-copyright: Update.
8618 * gnulib/extra/warn-on-use.h: Update.
8619 * gnulib/inttypes.in.h: Update.
8620 * gnulib/m4/00gnulib.m4: Update.
8621 * gnulib/m4/extensions.m4: Update.
8622 * gnulib/m4/gnulib-cache.m4: Update.
8623 * gnulib/m4/gnulib-common.m4: Update.
8624 * gnulib/m4/gnulib-comp.m4: Update.
8625 * gnulib/m4/gnulib-tool.m4: Update.
8626 * gnulib/m4/include_next.m4: Update.
8627 * gnulib/m4/inttypes-pri.m4: Update.
8628 * gnulib/m4/inttypes.m4: Update.
8629 * gnulib/m4/longlong.m4: Update.
8630 * gnulib/m4/memchr.m4: Update.
8631 * gnulib/m4/memmem.m4: Update.
8632 * gnulib/m4/mmap-anon.m4: Update.
8633 * gnulib/m4/multiarch.m4: Update.
8634 * gnulib/m4/onceonly.m4: Update.
8635 * gnulib/m4/stddef_h.m4: Update.
8636 * gnulib/m4/stdint.m4: Update.
8637 * gnulib/m4/string_h.m4: Update.
8638 * gnulib/m4/warn-on-use.m4: Update.
8639 * gnulib/m4/wchar_h.m4: Update.
8640 * gnulib/m4/wchar_t.m4: Update.
8641 * gnulib/m4/wint_t.m4: Update.
8642 * gnulib/memchr.c: Update.
8643 * gnulib/memmem.c: Update.
8644 * gnulib/stddef.in.h: Update.
8645 * gnulib/stdint.in.h: Update.
8646 * gnulib/str-two-way.h: Update.
8647 * gnulib/string.in.h: Update.
8648 * gnulib/wchar.in.h: Update.
8649
8650 * gnulib/extra/arg-nonnull.h: Delete.
8651 * gnulib/extra/c++defs.h: Delete.
8652 * gnulib/extra/warn-on-use.h: Delete.
8653 * gnulib/m4/wchar_h.m4: Delete.
8654 * gnulib/m4/wint_t.m4: Delete.
8655 * gnulib/wchar.in.h: Delete.
8656
8657 * gnulib/extra/snippets/arg-nonnull.h: New.
8658 * gnulib/extra/snippets/c++defs.h: New.
8659 * gnulib/extra/snippets/warn-on-use.h: New.
8660
8661 * aclocal.m4: Regenerate.
8662 * config.in: Regenerate.
8663 * configure: Regenerate.
8664 * gnulib/Makefile.in: Regenerate.
8665
8666 2012-04-18 Pedro Alves <palves@redhat.com>
8667
8668 Reimport the update-copyright module from gnulib
8669 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8670
8671 * configure: Regenerate.
8672 * gnulib/Makefile.am: Update.
8673 * gnulib/Makefile.in: Regenerate.
8674 * gnulib/extra/update-copyright: Update.
8675 * gnulib/m4/gnulib-cache.m4: Update.
8676 * gnulib/m4/gnulib-comp.m4: Update.
8677
8678 2012-04-18 Tristan Gingold <gingold@adacore.com>
8679
8680 * configure.ac (aix): Put -lpthread into libs.
8681 * configure: Regenerate.
8682
8683 2012-04-18 Tom Tromey <tromey@redhat.com>
8684
8685 * linespec.c (convert_linespec_to_sals): Don't use
8686 SYMBOL_OBJ_SECTION.
8687 (compare_msymbols): Arguments are minsym_and_objfile, not
8688 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8689
8690 2012-04-18 Pedro Alves <palves@redhat.com>
8691
8692 Revert gnulib/ part of:
8693 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8694 Copyright year update in most files (performed by copyright.sh).
8695
8696 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 Fix 64-bit constants on 32-bit hosts.
8699 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8700 from unsigned long to ULONGEST.
8701 (read_signed_leb128): Change declaration return type from long to
8702 LONGEST.
8703 (dwarf2_const_value_attr): Change declaration parameter value from long
8704 to LONGEST.
8705 (dwarf2_compute_name): Change variable value from long to LONGEST.
8706 (read_unsigned_leb128): Change return type, variable result and some
8707 casts from unsigned long to ULONGEST.
8708 (read_signed_leb128): Change return type, variable result and some
8709 casts from long to LONGEST.
8710 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8711 value from long to LONGEST.
8712 (dwarf2_const_value): Change variable value from long to LONGEST.
8713 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8714 plongest and hex_string.
8715 * symtab.h (struct general_symbol_info): Change ivalue from long to
8716 LONGEST, remove the comment.
8717 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8718 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8719
8720 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8721
8722 PR symtab/7259:
8723 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8724 * ada-lang.c (ada_discrete_type_high_bound)
8725 (ada_discrete_type_low_bound): Fix function comment. Use
8726 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8727 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8728 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8729 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8730 Use TYPE_FIELD_ENUMVAL.
8731 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8732 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8733 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8734 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8735 TYPE_CODE_ENUM.
8736 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8737 * dwarf2read.c (process_enumeration_scope): Likewise.
8738 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8739 field.bitpos.
8740 (class StructMainTypePrettyPrinter): Support also
8741 FIELD_LOC_KIND_ENUMVAL.
8742 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8743 TYPE_CODE_ENUM.
8744 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8745 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8746 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8747 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8748 field enumval.
8749 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8750 accommodate enumval.
8751 (struct call_site): Adjust loc_kind to accommodate enumval.
8752 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8753 (TYPE_FIELD_ENUMVAL): New macros.
8754 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8755 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8756 TYPE_CODE_ENUM.
8757 * p-typeprint.c (pascal_type_print_base): Likewise.
8758 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8759 enumval.
8760 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8761 * python/py-type.c (convert_field): New variable addrstring. Use
8762 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8763 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8764 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8765 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8766 TYPE_CODE_ENUM.
8767 * valprint.c (generic_val_print): Likewise.
8768
8769 2012-04-17 Doug Evans <dje@google.com>
8770
8771 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8772
8773 * dwarf2read.c: Whitespace fixes.
8774 (lookup_signatured_type): Tweak comment.
8775 (get_die_type_at_offset): Fix comment.
8776
8777 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8778
8779 * xcoffread.c (xcoff_secnum_to_sections): New function.
8780 (secnum_to_section, secnum_to_bfd_section): Reimplement
8781 using xcoff_secnum_to_sections. Rename "secnum" parameter
8782 into "n_scnum".
8783 (RECORD_MINIMAL_SYMBOL): Delete.
8784 (record_minimal_symbol): New function.
8785 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8786 by call to record_minimal_symbol and set misc_func_recorded
8787 to 1. Set last_csect_sec to the XCOFF section index instead
8788 of GDB's section_offset index. Update calls to
8789 prim_record_minimal_symbol_and_info to pass the BFD section
8790 as well.
8791
8792 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8793
8794 * xcoffread.c (read_xcoff_symtab): Delete variables
8795 last_csect_val and last_csect_sec and associated code.
8796
8797 2012-04-17 Doug Evans <dje@google.com>
8798
8799 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8800 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8801 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8802 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8803
8804 * cleanups.h: New file.
8805 * cleanups.c: New file.
8806 * Makefile.in (SFILES): Add cleanups.c.
8807 (HFILES_NO_SRCDIR): Add cleanups.h.
8808 (COMMON_OBS): Add cleanups.o.
8809 * defs.h (struct cleanup): Moved to cleanups.h.
8810 (do_cleanups,do_final_cleanups): Ditto.
8811 (discard_cleanups,discard_final_cleanups): Ditto
8812 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8813 (save_cleanups,save_final_cleanups): Ditto.
8814 (restore_cleanups,restore_final_cleanups): Ditto.
8815 (null_cleanup): Ditto.
8816 (make_my_cleanup,make_my_cleanup2): Ditto.
8817 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8818 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8819 (do_cleanups,do_final_cleanups): Ditto.
8820 (discard_cleanups,discard_final_cleanups): Ditto
8821 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8822 (save_cleanups,save_final_cleanups): Ditto.
8823 (restore_cleanups,restore_final_cleanups): Ditto.
8824 (null_cleanup): Ditto.
8825 (make_my_cleanup,make_my_cleanup2): Ditto.
8826 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8827
8828 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8829 make_my_cleanup.
8830 (make_cleanup_dyn_string_delete): Ditto.
8831 (make_cleanup_ui_file_delete): Ditto.
8832 (make_cleanup_ui_out_redirect_pop): Ditto.
8833 (make_cleanup_free_section_addr_info): Ditto.
8834 (make_cleanup_restore_integer): Ditto.
8835 (make_cleanup_unpush_target): Ditto.
8836 (make_cleanup_value_free_to_mark): Ditto.
8837 (make_cleanup_value_free): Ditto.
8838 (make_cleanup_free_so): Ditto.
8839
8840 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8841
8842 New option "set debug auto-load".
8843 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8844 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8845 (auto_load_safe_path_vec_update)
8846 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8847 if DEBUG_AUTO_LOAD.
8848 (file_is_auto_load_safe): New parameters debug_fmt and ....
8849 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8850 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8851 caller by explanatory string.
8852 (_initialize_auto_load): Register "set debug auto-load".
8853 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8854 and ....
8855 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8856 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8857 by explanatory string.
8858 * main.c (captured_main): Likewise.
8859 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8860 (source_section_scripts): Likewise.
8861
8862 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 New option "set auto-load safe-path".
8865 * NEWS: New commands "set auto-load safe-path"
8866 and "show auto-load safe-path".
8867 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8868 (auto_load_safe_path, auto_load_safe_path_vec)
8869 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8870 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8871 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8872 (source_gdb_script_for_objfile): New variable is_safe. Call
8873 file_is_auto_load_safe. Return if it is not.
8874 (struct loaded_script): New field loaded.
8875 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8876 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8877 output "Missing" to "No".
8878 (_initialize_auto_load): New variable cmd. Initialize
8879 auto_load_safe_path. Register "set auto-load safe-path",
8880 "show auto-load safe-path" and "add-auto-load-safe-path".
8881 * auto-load.h (maybe_add_script): Add parameter loaded.
8882 (file_is_auto_load_safe): New declaration.
8883 * config.in: Regenerate.
8884 * configure: Regenerate.
8885 * configure.ac: New parameters --with-auto-load-safe-path
8886 and --without-auto-load-safe-path.
8887 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8888 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8889 * main.c (captured_main): Check file_is_auto_load_safe for
8890 LOCAL_GDBINIT.
8891 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8892 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8893 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8894 not.
8895
8896 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 auto-load: Implementation.
8899 * NEWS: New descriptions for "info auto-load",
8900 "info auto-load gdb-scripts", "info auto-load python-scripts",
8901 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8902 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8903 and "show auto-load-scripts". New description for "set auto-load",
8904 "show auto-load", "set auto-load gdb-scripts",
8905 "show auto-load gdb-scripts", "set auto-load python-scripts",
8906 "show auto-load python-scripts", "set auto-load local-gdbinit",
8907 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8908 "show auto-load libthread-db".
8909 * auto-load.c: Remove include python/python-internal.h. Add includes
8910 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8911 cli/cli-setshow.h.
8912 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8913 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8914 (gdbpy_global_auto_load): Rename to ...
8915 (global_auto_load): ... here.
8916 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8917 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8918 (script_language_gdb, source_gdb_script_for_objfile): New.
8919 (struct loaded_script): New field language.
8920 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8921 LANGUAGE.
8922 (maybe_add_script): Add parameter language. Drop redundant
8923 entry.full_path initialization. Initialize entry.language and
8924 (*slot)->language.
8925 (auto_load_objfile_script): Change parameter suffix to language.
8926 Remove the call of maybe_add_script.
8927 Call language->source_script_for_objfile.
8928 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8929 New.
8930 (collect_matching_scripts): Adjust it for
8931 struct collect_matching_scripts_data.
8932 (auto_load_info_scripts_pattern_nl): New variable.
8933 (info_auto_load_scripts): Rename to ...
8934 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8935 for struct collect_matching_scripts_data.
8936 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8937 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8938 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8939 (auto_load_info_cmdlist_get): New.
8940 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8941 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8942 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8943 "info auto-load local-gdbinit".
8944 * auto-load.h (struct script_language): New.
8945 (gdbpy_global_auto_load): Rename to ...
8946 (global_auto_load): ... here.
8947 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8948 (auto_load_local_gdbinit_loaded): New declarations.
8949 (maybe_add_script): New parameter language.
8950 (auto_load_objfile_script): Change parameter suffix to language.
8951 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8952 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8953 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8954 declarations.
8955 * linux-thread-db.c: Include auto-load.h and ctype.h.
8956 (auto_load_thread_db, show_auto_load_thread_db): New.
8957 (struct thread_db_info): New field filename.
8958 (delete_thread_db_info): Call xfree for FILENAME.
8959 (try_thread_db_load): Initialize FILENAME.
8960 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8961 if !AUTO_LOAD_THREAD_DB.
8962 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8963 (_initialize_thread_db): Install auto_load_thread_db
8964 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8965 as "info auto-load libthread-db".
8966 * main.c (captured_main): Rename gdbpy_global_auto_load to
8967 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8968 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8969 (print_gdb_help): Extend the help for 'local init file'.
8970 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8971 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8972 (auto_load_scripts): Rename to ...
8973 (auto_load_python_scripts): ... here, update the comment.
8974 (gdbpy_load_auto_script_for_objfile): New declaration.
8975 (show_auto_load_python_scripts, script_language_python)
8976 (gdbpy_load_auto_script_for_objfile): New.
8977 (source_section_scripts): Refactor the code.
8978 (load_auto_scripts_for_objfile): Rename to ...
8979 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8980 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8981 (info_auto_load_python_scripts): New.
8982 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8983 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8984 Register "set auto-load-scripts" as its deprecated alias. Register
8985 "info auto-load python-scripts". Register "info auto-load-scripts" as
8986 its deprecated alias.
8987 (load_auto_scripts_for_objfile): Rename to ...
8988 (gdbpy_load_auto_scripts_for_objfile): ... here.
8989 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8990 (gdbpy_load_auto_scripts_for_objfile): ... here.
8991
8992 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8993
8994 auto-load: Move files.
8995 * Makefile.in (SFILES): Add auto-load.c.
8996 (HFILES_NO_SRCDIR): Add auto-load.h.
8997 (COMMON_OBS): Add auto-load.o.
8998 (distclean): Change .gdbinit for gdb-gdb.gdb.
8999 * auto-load.c: New file, with parts from python/py-auto-load.c.
9000 * auto-load.h: New file, with parts from python/python.h.
9001 * configure: Regenerate.
9002 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9003 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9004 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9005 * main.c: Include auto-load.h.
9006 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9007 command.h, observer.h and progspace.h to auto-load.c. Add include
9008 auto-load.h.
9009 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9010 (struct loaded_script, auto_load_pspace_data)
9011 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9012 (hash_loaded_script_entry, eq_loaded_script_entry)
9013 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9014 (maybe_add_script): Move to auto-load.c.
9015 (source_section_scripts): Change maybe_add_script parameters passing,
9016 use script_not_found_warning_print.
9017 (clear_section_scripts, auto_load_objfile_script)
9018 (auto_load_new_objfile, loaded_script_ptr)
9019 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9020 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9021 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9022 auto_load_new_objfile and info_auto_load_scripts initizations to
9023 auto-load.c.
9024 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9025
9026 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 Code cleanup.
9029 * charset.c (find_charset_names): Remove variables ix and elt.
9030 Use free_char_ptr_vec.
9031 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9032 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9033 debugdir_end. New variable debugdir_len.
9034 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9035 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9036 declarations.
9037 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9038 and elt. Use free_char_ptr_vec.
9039 * source.c (add_path): Remove variables argv, arg and argv_index.
9040 New variables dir_vec, back_to, ix and name.
9041 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9042 make_cleanup_freeargv. Remove variable separator. Simplify the code
9043 no longer expecting DIRNAME_SEPARATOR.
9044 (openp): Remove variable p, p1 and len. New variables dir_vec,
9045 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9046 no longer expecting DIRNAME_SEPARATOR.
9047 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9048 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9049 debugdir_end.
9050 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9051 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9052 (dirnames_to_char_ptr_vec): New functions.
9053
9054 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 Code cleanup.
9057 * source.c (add_path): Remove always true conditional 'p == 0' and
9058 unindent its code block.
9059
9060 2012-04-17 Pedro Alves <palves@redhat.com>
9061
9062 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9063 (FIELD_BITPOS_LVAL): ... this.
9064 (FIELD_BITPOS): New.
9065 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9066 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9067 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9068 SET_FIELD_BITPOS.
9069 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9070 SET_FIELD_BITPOS.
9071 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9072 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9073 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9074 SET_FIELD_BITPOS.
9075
9076 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9079 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9080 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9081 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9082 * jv-lang.c (java_link_class_type): Likewise, once.
9083 * stabsread.c (read_enum_type): Likewise.
9084
9085 2012-04-16 Yao Qi <yao@codesourcery.com>
9086
9087 * common/agent.c (agent_run_command): Add one more parameter `len'.
9088 Update callers.
9089 * common/agent.h: Update declaration.
9090 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9091 Update.
9092 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9093
9094 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9095
9096 PR mi/13393
9097 * value.c (value_actual_type): New function.
9098 * value.h (value_actual_type): New declaration.
9099 * varobj.c (update_type_if_necessary): New function.
9100 (varobj_create): Call value_actual_type instead of
9101 value_type.
9102 (install_dynamic_child): distinct changed and type changed MI variable
9103 objects.
9104 (update_dynamic_varobj_children): Updated for install_dynamic_child
9105 change. All callers updated.
9106 (varobj_update): Support for MI variable object type change if
9107 the value changed and RTTI is used to determine the type.
9108 (create_child_with_value): Call value_actual_type instead of
9109 value_type.
9110 (adjust_value_for_child_access): Extended with a new parameter which
9111 specify whether the given value should be casted to enclosing type.
9112 All callers updated.
9113
9114 2012-04-14 Yao Qi <yao@codesourcery.com>
9115
9116 Import gnulib module inttypes from git
9117 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9118 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9119 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9120 gnulib/m4/inttypes-pri.m4
9121 * aclocal.m4, config.in, configure: Regenerated.
9122 * gnulib/Makefile.am: Update.
9123 * gnulib/Makefile.in: Update.
9124 * gnulib/m4/gnulib-cache.m4: Update.
9125 * gnulib/m4/gnulib-comp.m4: Update.
9126 * gnulib/inttypes.in.h: New.
9127 * gnulib/m4/inttypes-pri.m4: New.
9128 * gnulib/m4/inttypes.m4: New.
9129
9130 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9131
9132 * infrun.c (resume): Update PC address to the real PC after
9133 preparing to do displaced stepping.
9134
9135 2012-04-12 Doug Evans <dje@google.com>
9136
9137 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9138 All callers updated.
9139
9140 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9141
9142 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9143
9144 2012-04-12 Doug Evans <dje@google.com>
9145
9146 * dwarf2read.c (create_all_type_units): Renamed from
9147 create_debug_types_hash_table. All callers updated.
9148
9149 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9150 local type_sig to sig_type, type_offset to type_offset_in_tu.
9151 (hash_signatured_type): Renamed from hash_type_signature,
9152 all callers updated.
9153 (eq_signatured_type): Renamed from eq_type_signature,
9154 all callers updated.
9155 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9156 (process_enumeration_scope): Ditto.
9157 (lookup_signatured_type_at_offset): Ditto.
9158 (load_full_type_unit, read_signatured_type): Ditto.
9159
9160 2012-04-12 Yao Qi <yao@codesourcery.com>
9161
9162 * remote.c (async_remote_interrupt): Correct function name in
9163 debug message.
9164 (async_remote_interrupt_twice): Ditto.
9165
9166 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9167
9168 * source.c (find_and_open_source): Consistently pass resulting
9169 full path through xfullpath.
9170
9171 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 Provide more specific displaced-stepping memory error message.
9174 * infrun.c (displaced_step_prepare): New variable status. Call
9175 target_read_memory instead of read_memory, provide more specific
9176 error message.
9177
9178 2012-04-11 Tristan Gingold <gingold@adacore.com>
9179
9180 PR gdb/13901
9181 * darwin-nat.c (darwin_execvp): Revert previous patch.
9182
9183 2012-04-11 Tristan Gingold <gingold@adacore.com>
9184
9185 PR gdb/13901
9186 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9187 in case of change.
9188
9189 2012-04-11 Tristan Gingold <gingold@adacore.com>
9190
9191 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9192 warning.
9193
9194 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9195
9196 New command 'explore' which helps explore values and types in
9197 scope.
9198 * NEWS: Add an entry about the new 'explore' command.
9199 * data-directory/Makefile.in: Add gdb/command/explore.py
9200 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9201 command using the GDB Python API.
9202
9203 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9204
9205 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9206 extension in jump target calculation.
9207
9208 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9209
9210 * mips-tdep.c (mips32_next_pc): Handle JALX.
9211
9212 2012-04-10 Yao Qi <yao@codesourcery.com>
9213
9214 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9215
9216 2012-04-10 Yao Qi <yao@codesourcery.com>
9217
9218 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9219 and gnulib/m4/gnulib-tool.m4.
9220
9221 2012-04-10 Doug Evans <dje@google.com>
9222
9223 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9224 (load_partial_dies): Clarify comment.
9225 (find_partial_die): Support rereading type units.
9226 Clarify CU handling, if we know offset is in CU, don't search for the
9227 containing CU. Add comment regarding memory waste.
9228
9229 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9230
9231 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9232 i386/x32-avx and i386/x32-avx-linux.
9233 (i386/x32-expedite): New.
9234 (i386/x32-linux-expedite): Likewise.
9235 (i386/x32-avx-expedite): Likewise.
9236 (i386/x32-avx-linux-expedite): Likewise.
9237 ($(outdir)/i386/x32.dat): Likewise.
9238 ($(outdir)/i386/x32-linux.dat): Likewise.
9239 ($(outdir)/i386/x32-avx.dat): Likewise.
9240 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9241
9242 * features/i386/x32-avx-linux.xml: New file.
9243 * features/i386/x32-avx.xml: Likewise.
9244 * features/i386/x32-core.xml: Likewise.
9245 * features/i386/x32-linux.xml: Likewise.
9246 * features/i386/x32.xml: Likewise.
9247
9248 * features/i386/x32-avx-linux.c: New. Generated.
9249 * features/i386/x32-avx.c: Likewise.
9250 * features/i386/x32-linux.c: Likewise.
9251 * features/i386/x32.c: Likewise.
9252 * regformats/i386/x32-avx-linux.dat: Likewise.
9253 * regformats/i386/x32-avx.dat: Likewise.
9254 * regformats/i386/x32-linux.dat: Likewise.
9255 * regformats/i386/x32.dat: Likewise.
9256
9257 2012-04-10 Tristan Gingold <gingold@adacore.com>
9258
9259 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9260 code to kill the inferior.
9261
9262 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9263
9264 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9265 defines.
9266 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9267 defines.
9268 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9269 (yyvsp): New defines.
9270 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9271 defines.
9272 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9273 defines.
9274 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9275 defines.
9276 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9277 defines.
9278 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9279 defines.
9280
9281 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9282
9283 * sparc64-tdep.c (sparc64_store_arguments)
9284 (sparc64_store_arguments): Fix coding style.
9285
9286 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9287
9288 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9289 complex floats, adjust some related comments and tighten a related
9290 assertion.
9291 (sparc64_extract_return_value): Handle complex floats.
9292
9293 2012-04-07 Doug Evans <dje@google.com>
9294
9295 * dwarf2read.c (load_partial_dies): Change condition to assert.
9296
9297 2012-04-06 Doug Evans <dje@google.com>
9298
9299 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9300 "mov %rsp,%rbp".
9301
9302 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9303
9304 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9305 fencepost error.
9306 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9307 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9308 architecture.
9309
9310 2012-04-05 Keith Seitz <keiths@redhat.com>
9311
9312 * linespec.c (decode_compound): Remove.
9313 (enum offset_relative_sign): New enum.
9314 (struct line_offset): New struct.
9315 (struct linespec): New struct.
9316 (struct linespec_state): Move file_symtabs,
9317 user_filename, and user_function into struct linespec.
9318 Make result an anonymous struct holding vectors of
9319 symbolp and minsym_and_objfile_d.
9320 Add language member.
9321 (enum ls_token_type): New enum.
9322 (linespec_keywords): New array.
9323 (struct ls_token): New struct.
9324 (struct ls_parser): New struct.
9325 (linespec_lexer_lex_number): New function.
9326 (linespec_lexer_lex_keyword): New function.
9327 (is_ada_operator): New function.
9328 (skip_quote_char): New function.
9329 (copy_token_string): New function.
9330 (is_closing_quote_enclosed): New function.
9331 (find_parameter_list_end): New function.
9332 (linespec_lexer_lex_string): New function.
9333 (linespec_lexer_lex_one): New function.
9334 (linespec_lexer_consume_token): New function.
9335 (linespec_lexer_peek_token): New function.
9336 (cplusplus_error): Remove unused function.
9337 (find_methods): Update comment.
9338 (find_toplevel_char): Return const.
9339 (is_objc_method_format): Remove unused function.
9340 (find_toplevel_string): New function.
9341 (is_linespec_boundary): Remove.
9342 (symbol_not_found_error): New function.
9343 (find_method_overload_end): Remove function.
9344 (unexpected_linespec_error): New function.
9345 (keep_name_info): Remove.
9346 (linespec_parse_line_offset): New function.
9347 (linespec_parse_basic): New function.
9348 (canonicalize_linespec): New function.
9349 (decode_line_internal): Remove.
9350 (create_sals_line_offset): New function adapted from
9351 decode_all_digits.
9352 (convert_linespec_to_sals): New function.
9353 (parse_linespec): New function.
9354 (linespec_parser_new): New function.
9355 (linespec_state_destructor): Change parameter type to
9356 struct linespec_state *.
9357 Add language parameter.
9358 Remove freeing of moved members.
9359 (linespec_parser_delete): New function.
9360 (decode_line_full): Use parse_linespec and linespec_parser_new.
9361 (decode_line_1): Likewise.
9362 (decode_indirect): Rename to ...
9363 (linespec_expression_to_pc): ... this and rewrite
9364 to simply find CORE_ADDR, storing this result for later
9365 conversion to SALs.
9366 (locate_first_half): Remove.
9367 (deocde_objc): Add parameter LS.
9368 Initialize new struct collect_info members.
9369 Handle minimal symbols, too.
9370 (decode_compound): Delete.
9371 (lookup_prefix_sym): Rewrite.
9372 (compare_msymbols): New function.
9373 (find_method): Rewrite.
9374 Do not call cplusplus_error.
9375 (symtabs_from_filename): Rewrite.
9376 (collect_function_symbols): Delete.
9377 (find_function_symbols): Rewrite without ARGPTR-style
9378 processing.
9379 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9380 (decode_dollar): Adapted and renamed to ...
9381 (linespec_parse_variable): ... this.
9382 (find_linespec_symbols): New function.
9383 (decode_label): Adapted and renamed to ...
9384 (find_label_symbols): ... this.
9385 (decode_digits_list_mode): Add and use LS argument.
9386 (decode_digits_ordinary): Likewise.
9387 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9388 If in list mode, allow any symbol class. Otherwise, only
9389 permit LOC_BLOCK symbols.
9390 (minsym_found): Update comments.
9391 (search_minsyms_for_name): Do not convert the matching symbol
9392 into a SAL. Simply push the symbol and objfile into the
9393 result vector.
9394 (decode_variable): Delete. Contents adapted into
9395 find_linespec_symbols.
9396
9397 * cp-support.c (SKIP_SPACE): Remove.
9398 (operator_tokens): Remove unused global.
9399 (cp_validate_operator): Remove.
9400 * cp-support.h (cp_validate_operator): Remove declaration.
9401
9402 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9403
9404 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9405 for TYPE_VPTR_FIELDNO.
9406 * valprint.c (valprint_check_validity): Make it global, move the
9407 function comment ...
9408 * value.h (valprint_check_validity): ... to this new declaration.
9409
9410 2012-04-02 Tristan Gingold <gingold@adacore.com>
9411
9412 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9413 the STATE32 api for i386 state.
9414 (i386_darwin_store_inferior_registers): Likewise.
9415
9416 2012-04-02 Tristan Gingold <gingold@adacore.com>
9417
9418 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9419 SS offset.
9420 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9421 format_string.
9422
9423 2012-04-02 Tristan Gingold <gingold@adacore.com>
9424
9425 PR gdb/13901
9426 * darwin-nat.c (darwin_execvp): Set binary preference.
9427
9428 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9431
9432 2012-03-30 Tom Tromey <tromey@redhat.com>
9433
9434 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9435 of TRY_CATCH. Fix error handling.
9436 * python/py-value.c (convert_value_from_python): Move 'old'
9437 declaration to innermost scope.
9438
9439 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9440 Andrey Smirnov <andrew.smirnov@gmail.com>
9441
9442 -Wshadow warning fix.
9443 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9444 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9445 Adjust code accordingly.
9446
9447 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9448
9449 * ada-lang.c (symbol_completion_add): Rename parameter
9450 "encoded" into "encoded_p". Ajust code and documentation
9451 accordingly.
9452
9453 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9454 Andrey Smirnov <andrew.smirnov@gmail.com>
9455
9456 -Wshadow warning fix.
9457 * ada-lang.c (symbol_completion_add): Rename parameter
9458 "wild_match" into wild_match_p. Update code and documentation
9459 accordingly.
9460
9461 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9462
9463 * ada-lang.c (symbol_completion_match): Rename parameter
9464 "encoded" into "encoded_p". Ajust code and documentation
9465 accordingly.
9466
9467 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9468 Andrey Smirnov <andrew.smirnov@gmail.com>
9469
9470 -Wshadow warning fix.
9471 * ada-lang.c (symbol_completion_match): Rename parameter
9472 "wild_match" into "wild_match_p". Adjust code and function
9473 documentation accordingly.
9474
9475 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9476 Andrey Smirnov <andrew.smirnov@gmail.com>
9477
9478 -Wshadow warning fix.
9479 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9480 "symbol_info" into "info". Adjust code accordingly.
9481 (ada_lookup_symbol): Likewise.
9482
9483 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9484
9485 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9486 of this function's documentation.
9487
9488 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9489 Andrey Smirnov <andrew.smirnov@gmail.com>
9490
9491 -Wshadow warning fix.
9492 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9493 variable into "wild_match_p". Adjust code accordingly.
9494
9495 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9496 Andrey Smirnov <andrew.smirnov@gmail.com>
9497
9498 -Wshadow warning fix.
9499 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9500 parameter into "wild_match_p". Adjust code accordingly.
9501 Document this parameter in the function description.
9502
9503 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9504 Andrey Smirnov <andrew.smirnov@gmail.com>
9505
9506 -Wshadow warning fix.
9507 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9508 "wild_match" parameter to "wild_match_p" (-Wshadow).
9509
9510 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9511
9512 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9513 in function documentation.
9514
9515 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9516 Andrey Smirnov <andrew.smirnov@gmail.com>
9517
9518 -Wshadow warning fix.
9519 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9520 variable into wild_match_p. Adjust code accordingly.
9521
9522 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9523 Andrey Smirnov <andrew.smirnov@gmail.com>
9524
9525 * ada-valprint.c (ada_val_print_1): Move the code handling
9526 TYPE_CODE_ENUM inside its own lexical block. Declare
9527 variables len and val there, instead of in the function's
9528 top level block. Avoid declaring deref_val again in a way
9529 that shadows another variable of the same name declared
9530 in one of the up-level blocks. Just re-use the up-level
9531 variable instead.
9532
9533 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9534
9535 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9536 Replace block_found argument by symbol_info. Adjust
9537 implementation accordingly. Add function documentation.
9538 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9539 Fix documentation.
9540 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9541 * ada-exp.y (write_object_renaming): Adjust to new
9542 ada_lookup_encoded_symbol API.
9543
9544 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9545
9546 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9547 documentation.
9548
9549 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9550
9551 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9552 (v850_register_name): Add the mpu and fpu register names.
9553 (v850e_register_name): Add the mpu and fpu register names.
9554 (v850e2_register_name): New function.
9555 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9556 bfd_mach_v850e2v3.
9557
9558 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9559
9560 * NEWS: Add entry for Ada varobj support.
9561
9562 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9563
9564 * varobj.c (default_value_is_changeable_p): New function,
9565 extracted from varobj_value_is_changeable_p. Add declaration.
9566 (ada_value_is_changeable_p): New function, extracted from
9567 varobj_value_is_changeable_p. Add declaration.
9568 (struct language_specific): New field "value_is_changeable_p".
9569 (languages): Add entries for new field.
9570 (varobj_create): Set language before calling install_new_value.
9571 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9572 "value_is_changeable_p" language callback.
9573
9574 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9575
9576 * ada-varobj.h, ada-varobj.c: New files.
9577 * Makefile.in (SFILES): Add ada-varobj.c.
9578 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9579 (COMMON_OBS): Add ada-varobj.o.
9580
9581 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9582
9583 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9584 (struct language_specific): New field "value_has_mutated".
9585 (languages): Set field "value_has_mutated" in each entry of array.
9586 (varobj_value_has_mutated): New function.
9587 (varobj_udpdate): Add handling of type mutation.
9588 (value_of_root): Add handling of type mutation.
9589 (ada_value_has_mutated): New function.
9590
9591 2012-03-28 Pedro Alves <palves@redhat.com>
9592
9593 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9594 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9595
9596 2012-03-28 Tom Tromey <tromey@redhat.com>
9597
9598 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9599 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9600 before returning.
9601
9602 2012-03-28 Tom Tromey <tromey@redhat.com>
9603
9604 * .dir-locals.el: New file.
9605
9606 2012-03-28 Pedro Alves <palves@redhat.com>
9607
9608 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9609
9610 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9611
9612 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9613 handling for r0.
9614
9615 2012-03-27 Pedro Alves <palves@redhat.com>
9616
9617 Eliminate struct ui_stream.
9618
9619 * ui-out.h (struct ui_stream): Delete.
9620 (ui_out_field_stream): Adjust prototype.
9621 (ui_out_stream_new, ui_out_stream_delete)
9622 (make_cleanup_ui_out_stream_delete): Delete declarations.
9623 * ui-out.c (ui_out_field_stream): Change prototype to take a
9624 ui_file instead of a ui_stream. Adjust.
9625 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9626 (make_cleanup_ui_out_stream_delete): Delete.
9627 * breakpoint.c (print_breakpoint_location)
9628 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9629 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9630 * disasm.c (dump_insns): Ditto.
9631 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9632 prototype.
9633 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9634 ui_stream/ui_out_stream_new.
9635 * infcmd.c (print_return_value): Ditto.
9636 * osdata.c (info_osdata_command): Don't allocate a local
9637 ui_stream.
9638 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9639 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9640 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9641 allocate a local ui_stream.
9642 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9643 instead of ui_stream/ui_out_stream_new.
9644 (list_args_or_locals): Don't allocate a local ui_stream.
9645 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9646 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9647 ui_stream/ui_out_stream_new.
9648 * cli/cli-setshow.c (do_setshow_command): Ditto.
9649
9650 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9651
9652 * arm-linux-tdep.c (arm_linux_init_abi): Call
9653 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9654 * arm-tdep.c (arm_process_record): New function.
9655 (deallocate_reg_mem): New function.
9656 (decode_insn): New function.
9657 (thumb_record_branch): New function.
9658 (thumb_record_ldm_stm_swi(): New function.
9659 (thumb_record_misc): New function.
9660 (thumb_record_ld_st_stack): New function.
9661 (thumb_record_ld_st_imm_offset): New function.
9662 (thumb_record_ld_st_reg_offset(): New function.
9663 (thumb_record_add_sub_cmp_mov): New function.
9664 (thumb_record_shift_add_sub): New function.
9665 (arm_record_coproc_data_proc): New function.
9666 (arm_record_coproc): New function.
9667 (arm_record_b_bl): New function.
9668 (arm_record_ld_st_multiple): New function.
9669 (arm_record_ld_st_reg_offset): New function.
9670 (arm_record_ld_st_imm_offset): New function.
9671 (arm_record_data_proc_imm): New function.
9672 (arm_record_data_proc_misc_ld_str): New function.
9673 (arm_record_extension_space): New function.
9674 (arm_record_strx): New function.
9675 (sbo_sbz): New function.
9676 (struct insn_decode_record): New structure for arm insn record.
9677 (REG_ALLOC): New macro for reg allocations.
9678 (MEM_ALLOC): New macro for memory allocations.
9679 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9680
9681 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9682
9683 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9684 (store_register): Likewise.
9685
9686 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9687
9688 * MAINTAINERS (Write After Approval): Add myself to the list.
9689
9690 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9691
9692 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9693 Describe also the option "auto".
9694
9695 2012-03-22 Richard Henderson <rth@redhat.com>
9696
9697 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9698 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9699
9700 2012-03-22 Richard Henderson <rth@redhat.com>
9701
9702 * jit.c (jit_read_code_entry): Compute alignment and offset of
9703 int64_t member before computing entry_size.
9704
9705 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9706
9707 Python scripting: Add new method Value.referenced_value to
9708 gdb.Value which can dereference pointer as well as reference
9709 values.
9710 * NEWS: Add entry under 'Python scripting' about the new method
9711 Value.referenced_value on gdb.Value objects.
9712 * python/py-value.c (valpy_referenced_value): New function
9713 defining a new method on gdb.Value objects which can dereference
9714 pointer and reference values.
9715
9716 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9717
9718 * MAINTAINERS (Write After Approval): Add myself to the list.
9719
9720 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9721
9722 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9723 in addition to "main".
9724
9725 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9726
9727 * expression.h (op_name): Add declaration.
9728 * expprint.c (op_name): Remove declaration. Make non-static.
9729 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9730
9731 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9732
9733 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9734 of struct siginfo.
9735 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9736 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9737 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9738 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9739 (linux_nat_get_siginfo): Likewise.
9740 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9741 (linux_nat_get_siginfo): Likewise.
9742 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9743 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9744 * procfs.c (gdb_siginfo_t): Likewise.
9745
9746 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9747
9748 * .gitignore: Ignore more files.
9749
9750 2012-03-20 Pedro Alves <palves@redhat.com>
9751
9752 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9753 returns.
9754
9755 2012-03-20 Yao Qi <yao@codesourcery.com>
9756
9757 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9758 comment.
9759
9760 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9763 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9764 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9765 sect_offset.
9766 * dwarf2expr.h (cu_offset, sect_offset): New types.
9767 (struct dwarf_expr_context_funcs) <dwarf_call>
9768 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9769 sect_offset.
9770 (struct dwarf_expr_context) <len>: Improve the comment.
9771 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9772 cu_offset and sect_offset.
9773 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9774 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9775 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9776 * dwarf2loc.h: Include dwarf2expr.h.
9777 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9778 and sect_offset.
9779 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9780 Improve the comment.
9781 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9782 (struct signatured_type, struct line_header, struct partial_die_info)
9783 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9784 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9785 (get_die_type_at_offset, create_cus_from_index)
9786 (create_signatured_type_table_from_index, dw2_get_file_names)
9787 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9788 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9789 (create_debug_types_hash_table, process_psymtab_comp_unit)
9790 (load_partial_comp_unit, create_all_comp_units)
9791 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9792 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9793 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9794 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9795 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9796 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9797 (find_partial_die, read_attribute_value, lookup_die_type)
9798 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9799 (is_ref_attr): New function comment.
9800 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9801 Use cu_offset and sect_offset.
9802 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9803 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9804 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9805 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9806 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9807 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9808 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9809 sect_offset.
9810
9811 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 Code cleanup.
9814 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9815 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9816 with xfree.
9817 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9818
9819 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * NEWS: Describe new options --init-command=FILE, -ix and
9822 --init-eval-command=COMMAND, -iex.
9823 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9824 CMDARG_INIT_COMMAND.
9825 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9826 "init-command", "init-eval-command", "ix" and "iex" to the variable
9827 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9828 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9829 (print_gdb_help): Describe --init-command=FILE, -ix and
9830 --init-eval-command=COMMAND, -iex.
9831
9832 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9833
9834 Code cleanup.
9835 * main.c (struct cmdarg): Move it here from main. Add more comments.
9836 (cmdarg_s, VEC (cmdarg_s)): New.
9837 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9838 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9839 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9840 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9841 of CMDARG.
9842
9843 2012-03-19 Tom Tromey <tromey@redhat.com>
9844
9845 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9846
9847 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9848
9849 PR symtab/13777
9850 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9851 GCC >=4.5.
9852
9853 2012-03-16 Chris January <chris.january@allinea.com>
9854
9855 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9856 of clear.
9857
9858 2012-03-16 Chris January <chris.january@allinea.com>
9859
9860 * source.c (add_path): Use memmove instead of strcpy because the
9861 strings overlap.
9862
9863 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9864
9865 * value.h (set_value_parent): Add declaration.
9866 * value.c (set_value_parent): New function.
9867 (value_address): If VALUE->PARENT is not NULL, then use it as
9868 the base address instead of VALUE->LOCATION.address.
9869 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9870 the same as OBJ's address. Adjust V's offset accordingly.
9871 Set V's parent.
9872
9873 2012-03-16 Gary Benson <gbenson@redhat.com>
9874
9875 PR breakpoints/10738
9876 * dwarf2read.c (use_deprecated_index_sections): New global.
9877 (struct partial_die_info): New member may_be_inlined.
9878 (read_partial_die): Set may_be_inlined where appropriate.
9879 (add_partial_subprogram): Add partial symbols for partial
9880 DIEs that may be inlined.
9881 (new_symbol_full): Add inlined subroutines to the current
9882 scope.
9883 (write_psymtabs_to_index): Bump version number.
9884 (dwarf2_read_index): Read only version 6 indices unless
9885 use_deprecated_index_sections is set.
9886 * linespec.c (symbol_and_data_callback): New structure.
9887 (iterate_inline_only): New function.
9888 (iterate_over_all_matching_symtabs): New argument
9889 "include_inline". If nonzero, also call the callback for
9890 symbols representing inlined subroutines.
9891 (lookup_prefix_sym): Pass extra argument to the above.
9892 (find_function_symbols): Likewise.
9893 (add_matching_symbols_to_info): Likewise.
9894 * NEWS: Mention that GDB can now set breakpoints on inlined
9895 functions.
9896
9897 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9898
9899 * p-typeprint.c (pascal_type_print_method_args):
9900 Fix display of parameter of methods.
9901
9902 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9903
9904 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9905 Add missing prototype.
9906
9907 2012-03-16 Yao Qi <yao@codesourcery.com>
9908 Jan Kratochvil <jan.kratochvil@redhat.com>
9909
9910 Fix false compilation warning.
9911 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9912
9913 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9914 Pedro Alves <pedro@codesourcery.com>
9915
9916 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9917 (arm_register_g_packet_guesses): New function.
9918 (arm_gdbarch_init): Don't force a target description with
9919 registers when the executable is detected as M-profile. Instead
9920 set gdbarch->tdep->is_m. Register `g' packet guesses.
9921 (_initialize_arm_tdep): Initialize the new target description.
9922 * features/arm-with-m-fpa-layout.xml: New description.
9923 * features/arm-with-m-fpa-layout.c: New, generated.
9924
9925 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9926
9927 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9928 Update function description.
9929 (insert_bp_location): Do not wipe bl->target_info out.
9930 * mem-break.c: #include "gdb_string.h".
9931 (default_memory_insert_breakpoint): Do not call target_read_memory
9932 with a pointer to the breakpoint's shadow_contents buffer. Use
9933 a local buffer instead.
9934 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9935
9936 2012-03-15 Tom Tromey <tromey@redhat.com>
9937
9938 * NEWS: Mention "info vtbl", not "info vtable".
9939 * cp-support.c (info_vtbl_command): Fix comment.
9940 (_initialize_cp_support): Fix text.
9941
9942 2012-03-15 Tom Tromey <tromey@redhat.com>
9943
9944 * cp-valprint.c (cp_print_value_fields): Use
9945 print_function_pointer_address for vtable slot.
9946
9947 2012-03-15 Tom Tromey <tromey@redhat.com>
9948
9949 * gnu-v3-abi.c (struct value_and_voffset): New.
9950 (hash_value_and_voffset, eq_value_and_voffset)
9951 (compare_value_and_voffset, compute_vtable_size)
9952 (print_one_vtable, gnuv3_print_vtable): New functions.
9953 (init_gnuv3_ops): Initialize 'print_vtable' field.
9954 * cp-support.c (info_vtbl_command): New function.
9955 (_initialize_cp_support): Add "info vtbl".
9956 * cp-abi.h (cplus_print_vtable): Declare.
9957 (struct cp_abi_ops) <print_vtable>: New field.
9958 * cp-abi.c (cplus_print_vtable): New function.
9959 * NEWS: Update.
9960
9961 2012-03-15 Tom Tromey <tromey@redhat.com>
9962
9963 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9964 iterate_over_symbols.
9965
9966 2012-03-14 Doug Evans <dje@google.com>
9967
9968 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9969 DW_OP_GNU_parameter_ref.
9970
9971 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9972
9973 Fix double prompt of 'interpreter-exec mi'.
9974 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9975 (mi_interpreter_resume): use it.
9976 (mi_execute_command_input_handler): New function.
9977 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9978 mi_execute_command_input_handler.
9979
9980 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9981
9982 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9983 prototype.
9984 (darwin_debug_port_info): Make static.
9985 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9986 * machoread.c (_initialize_machoread): Add prototype.
9987 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9988 (i386_darwin_set_control, i386_darwin_get_control)
9989 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9990 i386_darwin_get_status, i386_darwin_get_control):
9991 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9992
9993 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9994
9995 * ax-gdb.c (gen_usual_unary): Remove special handling of
9996 enum and bool types.
9997
9998 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9999
10000 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10001
10002 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10003
10004 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10005
10006 2012-03-13 Chris January <chris.january@allinea.com>
10007
10008 * aix-thread.c (fill_sprs): Store the floating point registers
10009 at the correct offsets into vals.
10010
10011 2012-03-13 Doug Evans <dje@google.com>
10012
10013 * NEWS: Mention symbol-reloading has been deleted.
10014 * symfile.c (symbol_reloading): Delete.
10015 (show_symbol_reloading): Delete.
10016 (_initialize_symfile): Delete set/show symbol-reloading.
10017
10018 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10019 read_in_chain until we have successfully read it in.
10020 (load_full_comp_unit): Ditto.
10021 (read_signatured_type): Add comment.
10022
10023 2012-03-13 Chris January <chris.january@allinea.com>
10024
10025 * stabsread.c (fix_common_block): Change type of valu argument
10026 to CORE_ADDR.
10027
10028 2012-03-13 Chris January <chris.january@allinea.com>
10029
10030 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10031 instruction.
10032
10033 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * common/linux-procfs.c (linux_proc_get_int): New, from
10036 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10037 field.
10038 (linux_proc_get_tgid): Only call linux_proc_get_int.
10039 (linux_proc_get_tracerpid): New.
10040 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10041 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10042 linux_proc_pid_has_state.
10043 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10044 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10045 (linux_ptrace_attach_warnings): New.
10046 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10047 New declaration.
10048 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10049 (linux_nat_attach): New variables ex, buffer, message and message_s.
10050 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10051
10052 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10053
10054 * Makefile.in (linux-ptrace.o): New.
10055 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10056 from linux-nat.c.
10057 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10058 * common/linux-ptrace.c: New file.
10059 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10060 * config/arm/linux.mh: Likewise.
10061 * config/i386/linux.mh: Likewise.
10062 * config/i386/linux64.mh: Likewise.
10063 * config/ia64/linux.mh: Likewise.
10064 * config/m32r/linux.mh: Likewise.
10065 * config/m68k/linux.mh: Likewise.
10066 * config/mips/linux.mh: Likewise.
10067 * config/pa/linux.mh: Likewise.
10068 * config/powerpc/linux.mh: Likewise.
10069 * config/powerpc/ppc64-linux.mh: Likewise.
10070 * config/powerpc/spu-linux.mh: Likewise.
10071 * config/s390/s390.mh: Likewise.
10072 * config/sparc/linux.mh: Likewise.
10073 * config/sparc/linux64.mh: Likewise.
10074 * config/xtensa/linux.mh: Likewise.
10075 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10076 common/linux-procfs.c.
10077 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10078
10079 2012-03-13 Hui Zhu <teawater@gmail.com>
10080 Pedro Alves <palves@redhat.com>
10081
10082 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10083 CREATE_BREAKPOINT_FLAGS_INSERTED.
10084 (create_breakpoint_sal, create_breakpoints_sal)
10085 (base_breakpoint_create_breakpoints_sal)
10086 (tracepoint_create_breakpoints_sal)
10087 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10088 down.
10089 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10090 (ftrace_command, strace_command): Adjust.
10091 (create_tracepoint_from_upload): Pass
10092 CREATE_BREAKPOINT_FLAGS_INSERTED.
10093 * breakpoint.h (enum breakpoint_create_flags): New.
10094 (create_breakpoint): New flags parameter.
10095 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10096 * python/py-breakpoint.c (bppy_init): Adjust.
10097 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10098 * spu-tdep.c (spu_catch_start): Adjust.
10099
10100 2012-03-13 Pedro Alves <palves@redhat.com>
10101 Hui Zhu <teawater@gmail.com>
10102 Yao Qi <yao@codesourcery.com>
10103
10104 * remote.c (struct remote_state): New field `starting_up'.
10105 (remote_start_remote): Set and clear it.
10106 (remote_can_download_tracepoint): If starting up, return false.
10107
10108 2012-03-13 Yao Qi <yao@codesourcery.com>
10109
10110 * inferior.h (struct inferior): Remove fields any_syscall_count,
10111 syscalls_counts and total_syscalls_count. Move them to new
10112 struct catch_syscall_inferior_data in breakpoint.c.
10113 * breakpoint.c: Call DEF_VEC_I(int).
10114 (struct catch_syscall_inferior_data): New.
10115 (get_catch_syscall_inferior_data): New.
10116 (catch_syscall_inferior_data_cleanup): New.
10117 (insert_catch_syscall): Update to access data in
10118 struct catch_syscall_inferior_data.
10119 (insert_catch_syscall): Likewise.
10120 (remove_catch_syscall): Likewise.
10121 (remove_catch_syscall): Likewise.
10122 (is_syscall_catchpoint_enabled): Likewise.
10123 (add_catch_command): Likewise.
10124 (_initialize_breakpoint): Register cleanup.
10125 * breakpoint.h: Removed DEF_VEC_I(int).
10126 * dwarf2loc.c: Call DEF_VEC_I(int).
10127 * mi/mi-main.c: Likewise.
10128
10129 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10130
10131 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10132
10133 2012-03-12 Chris January <chris.january@allinea.com>
10134
10135 * aix-thread.c (_initialize_aix_thread): Add prototype.
10136 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10137 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10138
10139 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10140
10141 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10142 include of "amd64-nat.h".
10143
10144 2012-03-12 Tom Tromey <tromey@redhat.com>
10145
10146 * buildsym.c (record_pending_block): Now static.
10147 * buildsym.h: (record_pending_block): Remove.
10148
10149 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10150
10151 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10152
10153 2012-03-09 Tom Tromey <tromey@redhat.com>
10154
10155 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10156 producer_is_gxx_lt_4_6>: New fields.
10157 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10158
10159 2012-03-09 Tom Tromey <tromey@redhat.com>
10160
10161 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10162
10163 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10164
10165 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10166 prototype.
10167
10168 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10169
10170 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10171
10172 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10173
10174 Fix -Wmissing-prototypes build.
10175 * arm-linux-nat.c (get_thread_id): Make it static.
10176 * xtensa-linux-nat.c (get_thread_id): Likewise.
10177
10178 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10179
10180 * server.c (process_point_options): If a conditional expression
10181 is found, only print a message if remote_debug is nonzero.
10182
10183 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10184
10185 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10186 of internal error for unknown/unsupported types.
10187
10188 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 Fix CU relative vs. absolute DIE offsets.
10191 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10192 offset to offset_in_cu.
10193 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10194 TYPE_OFFSET.
10195 (dwarf2_fetch_die_location_block): Rename parameter offset to
10196 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10197
10198 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10199
10200 * libunwind-frame.c: Rename to ...
10201 * ia64-libunwind-tdep.c: ... here.
10202 * libunwind-frame.h: Rename to ...
10203 * ia64-libunwind-tdep.h: ... here.
10204 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10205 ia64-libunwind-tdep.h.
10206 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10207 * README (--with-libunwind): Rename to ...
10208 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10209 * config.in: Regenerate.
10210 * configure: Regenerate.
10211 * configure.ac: New option --with-libunwind-ia64, make the
10212 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10213 Remove AC_DEFINE for HAVE_LIBUNWIND.
10214 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10215 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10216 Rename libunwind-frame in the general comment.
10217 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10218 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10219 Move forward declarations inside #ifndef. Rename libunwind-frame in
10220 the general comment.
10221 * ia64-tdep.c: Rename libunwind-frame.h #include to
10222 ia64-libunwind-tdep.h.
10223 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10224 (ia64_libunwind_descr): Rename libunwind-frame to
10225 ia64-libunwind-tdep in these function comments.
10226 * ia64-tdep.h: Rename libunwind-frame.h #include to
10227 ia64-libunwind-tdep.h.
10228 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10229 ia64-libunwind-tdep in that data comment.
10230
10231 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * libunwind-frame.h (struct frame_unwind): New declaration.
10234
10235 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10236
10237 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10238 "set breakpoint condition-evaluation" command.
10239
10240 2012-03-08 Tristan Gingold <gingold@adacore.com>
10241
10242 * sparc-stub.c: Move to stubs/
10243 * sh-stub.c: Likewise.
10244 * m68k-stub.c: Likewise.
10245 * m32r-stub.c: Likewise.
10246 * i386-stub.c: Likewise.
10247
10248 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10249
10250 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10251 linux_get_siginfo_type.
10252
10253 * m68klinux-nat.c: Include "gdb_proc_service.h".
10254 (PTRACE_GET_THREAD_AREA): Define.
10255 (ps_get_thread_area): New function.
10256
10257 2012-03-08 Yao Qi <yao@codesourcery.com>
10258
10259 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10260 `xsnprintf'.
10261 (remote_query_attached): Likewise.
10262 (remote_static_tracepoint_marker_at): Likewise.
10263 (remote_set_permissions): Likewise.
10264 (remote_detach_1, extended_remote_attach_1): Likewise.
10265 (send_g_packet, remote_vkill): Likewise.
10266 (extended_remote_disable_randomization): Likewise.
10267 (remote_add_target_side_condition): Likewise.
10268 (remote_insert_breakpoint): Likewise.
10269 (remote_remove_breakpoint): Likewise.
10270 (remote_insert_watchpoint): Likewise.
10271 (remote_remove_watchpoint): Likewise.
10272 (remote_insert_hw_breakpoint): Likewise.
10273 (remote_insert_hw_breakpoint): Likewise.
10274 (remote_remove_hw_breakpoint): Likewise.
10275 (remote_download_command_source): Likewise.
10276 (remote_download_tracepoint): Likewise.
10277 (remote_download_trace_state_variable): Likewise.
10278 (remote_disable_tracepoint): Likewise.
10279 (remote_trace_set_readonly_regions): Likewise.
10280 (remote_get_tracepoint_status): Likewise.
10281 (remote_trace_find): Likewise.
10282 (remote_get_trace_state_variable_value): Likewise.
10283 (remote_set_disconnected_tracing): Likewise.
10284 (remote_set_circular_trace_buffer): Likewise.
10285 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10286 (remote_use_agent): Likewise.
10287 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10288 Update callers.
10289
10290 2012-03-07 Pedro Alves <palves@redhat.com>
10291
10292 * NEWS: Mention QProgramSignals.
10293 * inferior.h (update_signals_program_target): Declare.
10294 * infrun.c: (update_signals_program_target): New.
10295 (handle_command): Update the target of the new program signals
10296 array changes.
10297 * remote.c (PACKET_QProgramSignals): New enum.
10298 (last_program_signals_packet): New global.
10299 (remote_program_signals): New.
10300 (remote_start_remote): Update the target with the program signals
10301 list.
10302 (remote_protocol_features): Add entry for QPassSignals.
10303 (remote_open_1): Free anc clear last_program_signals_packet.
10304 (init_remote_ops): Install remote_program_signals.
10305 * target.c (update_current_target): Adjust.
10306 (target_program_signals): New.
10307 * target.h (struct target_ops) <to_program_signals>: New field.
10308 (target_program_signals): Declare.
10309
10310 2012-03-07 Pedro Alves <palves@redhat.com>
10311
10312 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10313 extensions.
10314
10315 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10316
10317 * m68klinux-nat.c (getregs_supplies): Make static.
10318 (getfpregs_supplies): Likewise.
10319 (have_ptrace_getregs): Likewise.
10320
10321 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10322
10323 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10324 in call to get_die_type_at_offset.
10325
10326 2012-03-06 Stan Shebs <stan@codesourcery.com>
10327
10328 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10329 * mi/mi-cmd-disas.c: Ditto.
10330 * mi/mi-cmd-env.c: Ditto.
10331 * mi/mi-cmd-file.c: Ditto.
10332 * mi/mi-cmd-stack.c: Ditto.
10333 * mi/mi-cmd-target.c: Ditto.
10334 * mi/mi-cmd-var.c: Ditto.
10335 * mi/mi-cmds.c: Ditto.
10336 * mi/mi-cmds.h: Ditto.
10337 * mi/mi-console.c: Ditto.
10338 * mi/mi-getopt.c: Ditto.
10339 * mi/mi-getopt.h: Ditto.
10340 * mi/mi-interp.c: Ditto.
10341 * mi/mi-main.c: Ditto.
10342 * mi/mi-out.c: Ditto.
10343 * mi/mi-parse.c: Ditto.
10344 * mi/mi-parse.h: Ditto.
10345 * mi/mi-symbol-cmds.c: Ditto.
10346
10347 * mi/mi-getopt.h: Move mi_opt struct up.
10348 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10349 return.
10350 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10351
10352 2012-03-06 Tom Tromey <tromey@redhat.com>
10353
10354 * proc-service.c (ps_pglobal_lookup): Set the current program
10355 space.
10356
10357 2012-03-06 Pedro Alves <palves@redhat.com>
10358
10359 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10360
10361 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10362
10363 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10364
10365 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10366
10367 Code cleanup.
10368 * common/linux-osdata.c (linux_common_core_of_thread): New function
10369 comment.
10370 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10371 call by linux_common_core_of_thread.
10372 (linux_nat_core_of_thread_1): Remove.
10373 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10374 * linux-thread-db.c: Include linux-osdata.h.
10375 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10376 linux_common_core_of_thread.
10377
10378 2012-03-05 Tom Tromey <tromey@redhat.com>
10379
10380 * value.c (value_primitive_field): Don't fetch contents for
10381 non-virtual bases.
10382
10383 2012-03-05 Tom Tromey <tromey@redhat.com>
10384
10385 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10386
10387 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10388
10389 * s390-nat.c: Include "gregset.h".
10390
10391 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10394 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10395 (libunwind_load): New variable so_error, use it for dlerror. Try to
10396 load also LIBUNWIND_SO_7.
10397
10398 2012-03-05 Pedro Alves <palves@redhat.com>
10399
10400 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10401 is not NULL, and remove resulting dead code.
10402
10403 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10404
10405 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10406 prologue to sh_analyze_prologue.
10407 (sh_analyze_prologue): Make better use of such an upper limit, and
10408 generally be more cautious about accessing memory.
10409
10410 2012-03-05 Tom Tromey <tromey@redhat.com>
10411
10412 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10413 _initialize_ia64_hpux_tdep.
10414
10415 2012-03-05 Pedro Alves <palves@redhat.com>
10416
10417 PR gdb/13766
10418
10419 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10420 the register state is clear, supply explicit zero, instead of
10421 marking the register unavailable.
10422
10423 2012-03-05 Tristan Gingold <gingold@adacore.com>
10424
10425 * NEWS: Mention OpenVMS ia64 new target.
10426
10427 2012-03-05 Tristan Gingold <gingold@adacore.com>
10428
10429 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10430 (ia64_unw_accessors, ia64_unw_rse_accessors)
10431 (ia64_libunwind_descr): Declare.
10432 * ia64-vms-tdep.c: New file.
10433 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10434 (ia64_libunwind_descr): Make them public.
10435 * configure.tgt: Add ia64-*-*vms*.
10436 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10437 (ALLDEPFILES): Add ia64-vms-tdep.c
10438
10439 2012-03-05 Tristan Gingold <gingold@adacore.com>
10440
10441 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10442 * remote.c (PACKET_qXfer_uib): New enum value.
10443 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10444 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10445 (_initialize_remote): Call add_packet_config_cmd for
10446 xfer:uib packet.
10447
10448 2012-03-05 Tristan Gingold <gingold@adacore.com>
10449
10450 * osabi.c (gdb_osabi_names): Add OpenVMS.
10451 (generic_elf_osabi_sniffer): Likewise.
10452 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10453
10454 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 Removed unused code.
10457 * libunwind-frame.c (libunwind_frame_unwind)
10458 (libunwind_frame_base_address): Remove.
10459 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10460
10461 2012-03-04 Yao Qi <yao@codesourcery.com>
10462
10463 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10464 remove trailing new line.
10465 (agent_run_command, agent_run_command): Add _ markup.
10466 (agent_capability_check): Likewise.
10467
10468 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 * breakpoint.c (set_condition_evaluation_mode): Set
10471 CONDITION_EVALUATION_MODE unconditionally.
10472
10473 2012-03-03 Yao Qi <yao@codesourcery.com>
10474
10475 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10476 * common/agent.h: Update declaration.
10477 * inf-child.c (inf_child_use_agent): New.
10478 (inf_child_can_use_agent): New.
10479 (inf_child_target): Initialize fields `to_use_agent'
10480 and `to_can_use_agent'.
10481 * agent.c (agent_new_objfile): New.
10482 (_initialize_agent): Add agent_new_objfile to new_objfile
10483 observer.
10484
10485 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10486 New.
10487 (linux_target_install_ops): Initialize field
10488 `to_static_tracepoint_markers_by_strid'.
10489 * remote.c (free_current_marker): Move it to ...
10490 * tracepoint.c (free_current_marker): ... here. New.
10491 (cleanup_target_stop): New.
10492 * tracepoint.h: Declare free_current_marker.
10493 * NEWS: Add one entry about `info static-tracepoint-marker'.
10494
10495 2012-03-03 Yao Qi <yao@codesourcery.com>
10496
10497 * common/agent.c (agent_loaded_p): New.
10498 (agent_look_up_symbols): New global.
10499 * common/agent.h: Declare agent_loaded_p.
10500
10501 2012-03-03 Yao Qi <yao@codesourcery.com>
10502
10503 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10504 (agent_capability_check, agent_capability_invalidate): New.
10505 (symbol_list): New array element.
10506 * common/agent.h (enum agent_capa): New.
10507 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10508
10509 2012-03-03 Yao Qi <yao@codesourcery.com>
10510
10511 * target.h (struct target_ops) <to_use_agent>: New field.
10512 (struct target_ops) <to_can_use_agent>: New field.
10513 (target_use_agent, target_can_use_agent): New macro.
10514 * target.c (update_current_target): Update.
10515 * remote.c: New enum `PACKET_QAgent'.
10516 (remote_protocol_features): Add a new element.
10517 (remote_use_agent, remote_can_use_agent): New.
10518 (init_remote_ops): Initialize field `can_use_agent' with
10519 remote_can_use_agent. Intiailize field `use_agent' with
10520 remote_use_agent.
10521 * common/agent.c (use_agent): New global.
10522 * common/agent.h: Declare it.
10523 * tracepoint.c (info_static_tracepoint_markers_command): Add
10524 comment.
10525 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10526 (COMMON_OBS): Add common/agent.o and agent.o
10527 (common-agent.o): New rule.
10528 * agent.c: New.
10529
10530 2012-03-03 Yao Qi <yao@codesourcery.com>
10531
10532 * common/agent.c: New.
10533 * common/agent.h: New.
10534 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10535 AC_CHECK_HEADERS.
10536 * configure, configh.in: Regenerated.
10537
10538 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10539
10540 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10541 unless it exists for this architecture.
10542
10543 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10544
10545 * language.h (struct language_defn): New "method" la_read_var_value.
10546 * findvar.c: #include "language.h".
10547 (default_read_var_value): Renames read_var_value. Rewrite
10548 function description.
10549 (read_var_value): New function.
10550 * value.h (default_read_var_value): Add prototype.
10551 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10552 New functions.
10553 (ada_language_defn): Add entry for la_read_var_value.
10554 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10555 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10556 language_defn structures to add entry for new la_read_var_value
10557 field.
10558
10559 2012-03-02 Tom Tromey <tromey@redhat.com>
10560 Pedro Alves <palves@redhat.com>
10561
10562 PR breakpoints/13776:
10563 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10564 breakpoints.
10565 (delete_longjmp_breakpoint_at_next_stop): New.
10566 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10567 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10568 before deleting the inferior. Add comments.
10569 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10570 breakpoints immediately, but only on next stop. Move that code
10571 next to where we mark other breakpoints for deletion.
10572
10573 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10574
10575 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10576 marker.
10577 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10578 violation.
10579
10580 2012-03-02 Pedro Alves <palves@redhat.com>
10581
10582 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10583
10584 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10585
10586 Fix -Wmissing-prototypes build.
10587 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10588 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10589 (gdbsim_has_memory): Likewise.
10590
10591 2012-03-02 Yao Qi <yao@codesourcery.com>
10592
10593 Fix -Wmissing-prototypes build.
10594 * charset.c (phony_iconv_open): Make static.
10595 (phony_iconv_close, phony_iconv): Likewise.
10596 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10597 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10598 prototype.
10599 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10600 * ser-mingw.c (create_select_thread): Make static.
10601 * windows-termcap.c (tgetent): New prototype.
10602 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10603
10604 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10605
10606 Fix -Wmissing-prototypes build.
10607 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10608 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10609 (_initialize_loadable): New prototypes.
10610
10611 2012-03-02 Doug Evans <dje@google.com>
10612
10613 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10614 abbrev table, read_comp_unit will do it.
10615
10616 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10617
10618 Fix -Wmissing-prototypes build.
10619 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10620 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10621 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10622 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10623 (_initialize_arm_symbian_tdep): New prototype.
10624 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10625 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10626 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10627 static.
10628 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10629 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10630 prototype.
10631 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10632 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10633 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10634 static.
10635 * moxie-tdep.c (moxie_process_record): Likewise.
10636 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10637 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10638 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10639 (_initialize_rl78_tdep): New prototype.
10640 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10641 (_initialize_rx_tdep): New prototype.
10642 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10643 (_initialize_darwin_solib): New prototype.
10644 * solib-spu.c: Include solib-spu.h.
10645 (_initialize_spu_solib): New prototype.
10646 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10647 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10648 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10649 (tic6x_software_single_step): Make it static.
10650 (_initialize_tic6x_tdep): New prototype.
10651
10652 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10653
10654 Fix -Wmissing-prototypes build.
10655 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10656 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10657
10658 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 Fix -Wmissing-prototypes build.
10661 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10662 (frv_have_stopped_data_address): Remove.
10663
10664 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 Fix -Wmissing-prototypes build.
10667 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10668 * sh-tdep.c: Include sh64-tdep.h.
10669 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10670 * sh64-tdep.c: Include sh64-tdep.h.
10671 * sh64-tdep.h: New file.
10672
10673 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10674
10675 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10676
10677 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10678
10679 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10680 sp_regnum once the gdbarch_init_osabi hook has been called.
10681
10682 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10683
10684 * mips-tdep.c (mips32_bc1_pc): New function.
10685 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10686 BPOSGE32 and BPOSGE64 instructions.
10687 (deal_with_atomic_sequence): Likewise.
10688 (mips32_instruction_has_delay_slot): Likewise.
10689
10690 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10691 Chris Dearman <chris@mips.com>
10692 Maciej W. Rozycki <macro@codesourcery.com>
10693 Joseph Myers <joseph@codesourcery.com>
10694
10695 * features/mips-dsp.xml: New file.
10696 * features/mips64-dsp.xml: New file.
10697 * features/mips-dsp-linux.xml: New file.
10698 * features/mips64-dsp-linux.xml: New file.
10699 * features/Makefile (WHICH): Add mips-dsp-linux and
10700 mips64-dsp-linux.
10701 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10702 * features/mips-dsp-linux.c: New file.
10703 * features/mips64-dsp-linux.c: New file.
10704 * regformats/mips-dsp-linux.dat: New file.
10705 * regformats/mips64-dsp-linux.dat: New file.
10706 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10707 registers.
10708 (mips64_linux_register_addr): Likewise.
10709 (mips64_linux_regsets_fetch_registers): Likewise.
10710 (mips64_linux_regsets_store_registers): Likewise.
10711 (mips64_linux_fetch_registers): Update call to
10712 mips64_linux_regsets_fetch_registers.
10713 (mips64_linux_store_registers): Update call to
10714 mips64_linux_regsets_store_registers.
10715 (mips_linux_read_description): Probe for DSP registers.
10716 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10717 and initialize_tdesc_mips64_dsp_linux.
10718 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10719 Remove padding of no longer used embedded register slots.
10720 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10721 (MIPS_RESTART_REGNUM): Redefine enum value.
10722 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10723 strings.
10724 (mips_tx39_reg_names): Likewise.
10725 (mips_linux_reg_names): New array of register names for Linux
10726 targets.
10727 (mips_register_name): Check for a null pointer in
10728 mips_processor_reg_names and return an empty string.
10729 (mips_register_type): Exclude embedded registers for the IRIX
10730 and Linux ABIs.
10731 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10732 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10733 DSP registers.
10734 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10735 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10736 (mips_gdbarch_init): Likewise. Initialize internal register
10737 indices for the Linux ABI. Use dynamic numbers to refer to
10738 registers, as applicable, while parsing the target description.
10739 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10740
10741 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10742
10743 * frame.h (read_frame_register_unsigned): Fix typo in function
10744 description.
10745
10746 2012-03-01 Pedro Alves <palves@redhat.com>
10747
10748 * jit-reader.in [!__cplusplus]
10749 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10750
10751 2012-03-01 Pedro Alves <palves@redhat.com>
10752
10753 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10754 * configure: Regenerate.
10755
10756 2012-03-01 Pedro Alves <palves@redhat.com>
10757
10758 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10759 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10760 (ftrace_command, strace_command): Make static.
10761 * d-lang.c (_initialize_d_language): Declare.
10762 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10763 * dwarf2loc.c (_initialize_dwarf2loc):
10764 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10765 * exec.c (exec_get_section_table): Make static.
10766 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10767 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10768 * inferior.c (remove_inferior_command, add_inferior_command)
10769 (clone_inferior_command): Make static.
10770 * linux-nat.c (linux_nat_thread_address_space)
10771 (linux_nat_core_of_thread): Make static.
10772 * linux-tdep.c (_initialize_linux_tdep): Declare.
10773 * objc-lang.c (_initialize_objc_lang): Declare.
10774 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10775 Make static.
10776 (_initialize_opencl_language): Declare.
10777 * record.c (_initialize_record): Declare.
10778 * remote.c (demand_private_info, remote_get_tib_address)
10779 (remote_supports_cond_tracepoints)
10780 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10781 Make static.
10782 * skip.c (_initialize_step_skip): Declare.
10783 * symtab.c (skip_prologue_using_lineinfo): Make static.
10784 * tracepoint.c (delete_trace_state_variable)
10785 (trace_variable_command, delete_trace_variable_command)
10786 (get_uploaded_tsv, find_matching_tracepoint_location)
10787 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10788 Make static.
10789 * value.c (pack_unsigned_long): Make static.
10790 * varobj.c (varobj_ensure_python_env): Make static.
10791 * windows-tdep.c (_initialize_windows_tdep): Declare.
10792 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10793
10794 2012-03-01 Pedro Alves <palves@redhat.com>
10795
10796 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10797 gdbarch parameter.
10798 (linux_init_abi): Install it as has_shared_address_space gdbarch
10799 callback.
10800
10801 2012-03-01 Pedro Alves <palves@redhat.com>
10802
10803 * observer.c (observer_test_first_notification_function)
10804 (observer_test_second_notification_function)
10805 (observer_test_third_notification_function): Add declarations.
10806
10807 2012-03-01 Pedro Alves <palves@redhat.com>
10808
10809 * common/signals.c (default_target_signal_to_host)
10810 (default_target_signal_from_host): Move ...
10811 * arch-utils.c: ... here.
10812 * arch-utils.h (default_target_signal_to_host)
10813 (default_target_signal_from_host): Declare.
10814
10815 * common/signals.c (target_signal_from_command): Move ...
10816 * infrun.c: ... here.
10817 * inferior.h (target_signal_from_command): Declare.
10818 * target.h (target_signal_from_command)
10819 (default_target_signal_from_host, default_target_signal_to_host):
10820 Delete declarations.
10821
10822 * common/signals.c (_initialize_signals): Delete.
10823
10824 2012-03-01 Pedro Alves <palves@redhat.com>
10825
10826 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10827 both __cplusplus and !__cplusplus.
10828
10829 2012-03-01 Pedro Alves <palves@redhat.com>
10830
10831 * psymtab.c (find_and_open_source): Delete declaration.
10832 * source.c (find_and_open_source): Move comment ...
10833 * source.h (find_and_open_source): ... to this new declaration.
10834
10835 2012-03-01 Pedro Alves <palves@redhat.com>
10836
10837 * inline-frame.c: Include inline-frame.h.
10838
10839 2012-03-01 Pedro Alves <palves@redhat.com>
10840
10841 * tui/tui-data.c (set_gen_win_origin): Delete.
10842 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10843 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10844
10845 2012-03-01 Pedro Alves <palves@redhat.com>
10846
10847 * remote.c (encode_actions): Delete declaration.
10848 * tracepoint.c (encode_actions): Make extern.
10849 * tracepoint.h (encode_actions): Declare.
10850
10851 2012-03-01 Pedro Alves <palves@redhat.com>
10852
10853 * python/py-breakpoint.c: Include python.h.
10854 * python/py-continueevent.c (create_continue_event_object): Make
10855 static.
10856 * python/py-lazy-string.c (stpy_get_type): Make static.
10857 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10858 Make static.
10859 * python/py-utils.c (unicode_to_target_python_string): Make
10860 static.
10861 * python/py-value.c: Include python.h.
10862
10863 2012-03-01 Pedro Alves <palves@redhat.com>
10864
10865 * inferior.c (delete_threads_of_inferior): Delete.
10866
10867 2012-03-01 Pedro Alves <palves@redhat.com>
10868
10869 Import fallback definitions from glibc.
10870
10871 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10872 ps_prochandle): Forward declare.
10873 (ps_err_e): Use glibc's comments.
10874 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10875 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10876 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10877 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10878 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10879 (struct ps_prochandle): Adjust comment.
10880
10881 2012-03-01 Pedro Alves <palves@redhat.com>
10882
10883 * ada-lang.c (ada_modulus_from_name): Delete.
10884 * ada-lex.l (lexer_init): Make static.
10885
10886 2012-03-01 Pedro Alves <palves@redhat.com>
10887
10888 PR gdb/13767
10889
10890 * frame.c (read_frame_register_unsigned): New.
10891 * frame.h (read_frame_register_unsigned): Declare.
10892 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10893 Handle it.
10894 (print_i387_control_word): New parameter `control_p'. Handle it.
10895 (i387_print_float_info): Handle unavailable float registers.
10896
10897 2012-03-01 Keith Seitz <keiths@redhat.com>
10898
10899 * linespec.c (decode_line_2): Sort the list of methods
10900 alphabetically before presenting the user with a selection
10901 menu.
10902
10903 2012-03-01 Doug Evans <dje@google.com>
10904
10905 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10906 has_namespace_info.
10907 (dwarf2_read_abbrevs): Remove corresponding initialization.
10908
10909 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10910
10911 * NEWS: Mention new python command class gdb.COMMAND_USER.
10912 * cli/cli-cmds.c (show_user): Print error when used on a python
10913 command.
10914 (init_cli_cmds): Update documentation strings for "show user" and
10915 "set/show max-user-call-depth" to clarify that it does not apply to
10916 python commands.
10917 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10918 error check.
10919 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10920 gdb python api.
10921 * top.c (execute_command): Only execute a user-defined command as a
10922 legacy macro if c->user_commands is set.
10923
10924 2012-03-01 Tom Tromey <tromey@redhat.com>
10925
10926 * valprint.h (struct generic_val_print_decorations): New.
10927 (generic_val_print): Declare.
10928 * valprint.c (generic_val_print): New function.
10929 * p-valprint.c (p_decorations): New global.
10930 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10931 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10932 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10933 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10934 * m2-valprint.c (m2_decorations): New global.
10935 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10936 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10937 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10938 TYPE_CODE_ERROR>: Call generic_val_print.
10939 * f-valprint.c (f_decorations): New global.
10940 (f_val_print): Use print_function_pointer_address.
10941 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10942 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10943 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10944 generic_val_print.
10945 * c-valprint.c (c_decorations): New global.
10946 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10947 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10948 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10949 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10950 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10951 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10952 case.
10953
10954 2012-03-01 Tom Tromey <tromey@redhat.com>
10955
10956 * valprint.c (val_print): Update.
10957 * p-valprint (pascal_val_print): Return void.
10958 * p-lang.h (pascal_val_print): Return void.
10959 * m2-valprint.c (m2_val_print): Return void.
10960 * m2-lang.h (m2_val_print): Return void.
10961 * language.h (struct language_defn) <la_val_print>: Return void.
10962 * language.c (unk_lang_val_print): Return void.
10963 * jv-valprint.c (java_val_print): Return void.
10964 * jv-lang.h (java_val_print): Return void.
10965 * f-valprint.c (f_val_print): Return void.
10966 * f-lang.h (f_val_print): Return void.
10967 * d-valprint.c (d_val_print): Return void.
10968 (dynamic_array_type): Update.
10969 * d-lang.h (d_val_print): Return void.
10970 * c-valprint.c (c_val_print): Return void.
10971 * c-lang.h (c_val_print): Return void.
10972 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10973 void.
10974 * ada-lang.h (ada_val_print): Return void.
10975
10976 2012-03-01 Tom Tromey <tromey@redhat.com>
10977
10978 * value.h (val_print): Return void.
10979 * valprint.c (val_print): Return void.
10980
10981 2012-03-01 Tom Tromey <tromey@redhat.com>
10982
10983 * value.h (common_val_print): Return void.
10984 * valprint.c (common_val_print): Return void.
10985
10986 2012-03-01 Tom Tromey <tromey@redhat.com>
10987
10988 * value.h (value_print): Return void.
10989 * valprint.c (value_print): Return void.
10990 * p-valprint.c (pascal_value_print): Return void.
10991 * p-lang.h (pascal_value_print): Return void.
10992 * language.h (struct language_defn) <la_value_print>: Return
10993 void.
10994 * language.c (unk_lang_value_print): Return void.
10995 * jv-valprint.c (java_value_print): Return void.
10996 * jv-lang.h (java_value_print): Return void.
10997 * f-valprint.c (c_value_print): Don't declare.
10998 Include c-lang.h.
10999 * c-valprint.c (c_value_print): Return void.
11000 * c-lang.h (c_value_print): Return void.
11001 * ada-valprint.c (ada_value_print): Return void.
11002 * ada-lang.h (ada_value_print): Return void.
11003
11004 2012-03-01 Tom Tromey <tromey@redhat.com>
11005
11006 * value.c (value_primitive_field): Handle virtual base classes.
11007
11008 2012-03-01 Tom Tromey <tromey@redhat.com>
11009
11010 * gdbtypes.h (struct vbase): Remove.
11011
11012 2012-03-01 Tom Tromey <tromey@redhat.com>
11013
11014 * c-valprint.c (print_function_pointer_address): Move...
11015 * valprint.c: ... here. Make non-static.
11016 * m2-valprint.c (print_function_pointer_address): Remove.
11017 * valprint.h (print_function_pointer_address): Declare.
11018
11019 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11020
11021 * NEWS: Document the fact that one can provide a condition when
11022 creating an Ada exception catchpoint.
11023
11024 2012-03-01 Tom Tromey <tromey@redhat.com>
11025
11026 * valprint.c (val_print_type_code_flags): Fix placement of
11027 trailing brace.
11028
11029 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11030
11031 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11032 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11033 environment variable before calling update-copyright.
11034
11035 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11036
11037 * gnulib/extra/update-copyright: Update to the latest from
11038 gnulib's git repository.
11039 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11040 variable to 2 instead of 1.
11041
11042 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11043
11044 * varobj.c (c_value_of_variable): Remove dead code.
11045
11046 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11047
11048 * ada-lex.p (processId): Do not modify already encoded IDs.
11049 Update function documentation.
11050
11051 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11052
11053 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11054 "name" with "struct symbol *name_sym".
11055 * ada-exp.y (write_var_or_type): Update call to
11056 ada_find_renaming_symbol.
11057 "name" with "struct symbol *name_sym". Adjust Implementation
11058 accordingly. Adjust the function documentation.
11059
11060 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11061
11062 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11063 * ada-lang.c (ada_find_any_type): Add advance declaration.
11064 Make static. Replace ada_find_any_symbol by
11065 ada_find_any_type_symbol.
11066 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11067 Improve function description. Make static.
11068 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11069 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11070
11071 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11072
11073 * ada-lang.c (struct tag_args): Delete.
11074 (ada_get_tsd_type): Function body moved up in source file.
11075 (ada_tag_name_1, ada_tag_name_2): Delete.
11076 (ada_get_tsd_from_tag): New function.
11077 (ada_tag_name_from_tsd): New function.
11078 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11079 to determine the tag name.
11080
11081 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11082
11083 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11084 declaration.
11085 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11086 function.
11087
11088 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11089
11090 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11091
11092 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11093
11094 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11095 full searches.
11096
11097 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11098
11099 * ada-lang.c (constrained_packed_array_type): If there is a
11100 parallel XA type, use it to determine the array index type.
11101
11102 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11103
11104 * ada-valprint.c (ada_val_print_1): If our value is a reference
11105 to an array descriptor, dereference it before converting it
11106 to a simple array.
11107
11108 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11109
11110 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11111 creating fixed value.
11112 (ada_value_ind, ada_coerce_ref, assign_component)
11113 (ada_evaluate_subexp): Remove call to unwrap_value before
11114 call to ada_to_fixed_value.
11115
11116 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11117
11118 * ada-lang.c (to_fixed_array_type): Set result's type name.
11119
11120 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11121
11122 * ada-lang.c (catch_ada_exception_command_split): Add new
11123 argument cond_string. Add support for condition at end of
11124 "catch exception" commands.
11125 (ada_decode_exception_location): Add new argument cond_string.
11126 Update call to catch_ada_exception_command_split.
11127 (create_ada_exception_catchpoint): Add new argument cond_string.
11128 Set the breakpoint condition if needed.
11129 (catch_ada_exception_command): Update call to
11130 ada_decode_exception_location.
11131 (ada_decode_assert_location): Add function documentation.
11132 Add support for condition at end of "catch assert" command.
11133 (catch_assert_command): Update calls to ada_decode_assert_location
11134 and create_ada_exception_catchpoint.
11135
11136 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 Fix disp-step-syscall.exp: fork: single step over fork.
11139 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11140 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11141 comment, change parameters gdbarch and ptid to regcache. Remove
11142 parameter regcache, initialize gdbarch from regcache here.
11143 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11144 New functions.
11145 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11146 instead.
11147 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11148 'syscall'. Make the 'int' check more strict.
11149
11150 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11151
11152 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11153 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11154 (i386_linux_intx80_sysenter_syscall_record): ... here.
11155 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11156 Use the renamed function name.
11157
11158 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11159
11160 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11161 * breakpoint.c (until_break_command): Likewise.
11162 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11163 * infcall.c (call_function_by_hand): Likewise.
11164 * infcmd.c (finish_forward): Likewise.
11165 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11166
11167 2012-02-28 Tristan Gingold <gingold@adacore.com>
11168
11169 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11170 avoid variable assignments inside condition.
11171
11172 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 Fix static analysis issue found by cppcheck.
11175 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11176 uninitialized BUF for size 2.
11177
11178 2012-02-27 Chris Dearman <chris@mips.com>
11179 Nathan Froyd <froydnj@codesourcery.com>
11180 Maciej W. Rozycki <macro@codesourcery.com>
11181
11182 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11183 (mips16_instruction_has_delay_slot): Likewise.
11184 (mips_segment_boundary): Likewise.
11185 (mips_adjust_breakpoint_address): Likewise.
11186 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11187
11188 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11189 Maciej W. Rozycki <macro@codesourcery.com>
11190
11191 * infrun.c (handle_inferior_event): Don't proceed through
11192 shared library trampolines if stepping at the machine
11193 instruction level.
11194
11195 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11196
11197 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11198 too.
11199
11200 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11201
11202 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11203 (sh_stub_unwind_sniffer): New functions.
11204 (sh_stub_unwind): New variable.
11205 (sh_gdbarch_init): Wire everything.
11206
11207 2012-02-27 Pedro Alves <palves@redhat.com>
11208
11209 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11210 (linux_nat_post_attach_wait): Adjust to use
11211 linux_proc_pid_is_stopped.
11212 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11213 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11214 based on pid_is_stopped from both linux-nat.c and
11215 gdbserver/linux-low.c, and renamed.
11216
11217 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11218
11219 * remote.c (remote_watchpoint_addr_within_range): New function.
11220 (init_remote_ops): Use it.
11221
11222 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11223
11224 * target.h (target_watchpoint_addr_within_range): Document macro.
11225
11226 2012-02-24 Pedro Alves <palves@redhat.com>
11227
11228 * stack.c (set_last_displayed_sal): Issue internal_error instead
11229 of warning, and issue it after clearing the last displayed sal.
11230
11231 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11232 Pedro Alves <palves@redhat.com>
11233
11234 * breakpoint.c (until_break_command): Install breakpoints after
11235 all frame manipulations.
11236
11237 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11238
11239 * remote.c (remote_supports_cond_breakpoints): New forward
11240 declaration.
11241 (remote_add_target_side_condition): New function.
11242 (remote_insert_breakpoint): Add target-side breakpoint
11243 conditional if supported.
11244 (remote_insert_hw_breakpoint): Likewise.
11245 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11246 hook.
11247
11248 * target.c (update_current_target): Inherit
11249 to_supports_evaluation_of_breakpoint_conditions.
11250 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11251
11252 * target.h (struct target_ops)
11253 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11254 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11255
11256 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11257 (condition_evaluation_both, condition_evaluation_auto,
11258 condition_evaluation_host, condition_evaluation_target,
11259 condition_evaluation_enums, condition_evaluation_mode_1,
11260 condition_evaluation_mode): New static globals.
11261 (translate_condition_evaluation_mode): New function.
11262 (breakpoint_condition_evaluation_mode): New function.
11263 (gdb_evaluates_breakpoint_condition_p): New function.
11264 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11265 (mark_breakpoint_modified): New function.
11266 (mark_breakpoint_location_modified): New function.
11267 (set_condition_evaluation_mode): New function.
11268 (show_condition_evaluation_mode): New function.
11269 (bp_location_compare_addrs): New function.
11270 (get_first_location_gte_addr): New helper function.
11271 (set_breakpoint_condition): Free condition bytecode if locations
11272 has become unconditional. Call mark_breakpoint_modified (...).
11273 (condition_command): Call update_global_location_list (1) for
11274 breakpoints.
11275 (breakpoint_xfer_memory): Use is_breakpoint (...).
11276 (is_breakpoint): New function.
11277 (parse_cond_to_aexpr): New function.
11278 (build_target_condition_list): New function.
11279 (insert_bp_location): Handle target-side conditional
11280 breakpoints and call build_target_condition_list (...).
11281 (update_inserted_breakpoint_locations): New function.
11282 (insert_breakpoint_locations): Handle target-side conditional
11283 breakpoints.
11284 (bpstat_check_breakpoint_conditions): Add comment.
11285 (bp_condition_evaluator): New function.
11286 (bp_location_condition_evaluator): New function.
11287 (print_breakpoint_location): Print information on where the condition
11288 will be evaluated.
11289 (print_one_breakpoint_location): Likewise.
11290 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11291 breakpoint location.
11292 (force_breakpoint_reinsertion): New functions.
11293 (update_global_location_list): Handle target-side breakpoint
11294 conditions.
11295 Reinsert locations that are already inserted if conditions have
11296 changed.
11297 (bp_location_dtor): Free agent expression bytecode.
11298 (disable_breakpoint): Call mark_breakpoint_modified (...).
11299 Call update_global_location_list (...) with parameter 1 for breakpoints.
11300 (disable_command): Call mark_breakpoint_location_modified (...).
11301 Call update_global_location_list (...) with parameter 1 for breakpoints.
11302 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11303 (enable_command): mark_breakpoint_location_modified (...).
11304 (_initialize_breakpoint): Update documentation and add
11305 condition-evaluation breakpoint subcommand.
11306
11307 * breakpoint.h: Include ax.h.
11308 (condition_list): New data structure.
11309 (condition_status): New enum.
11310 (bp_target_info) <cond_list>: New field.
11311 (bp_location) <condition_changed, cond_bytecode>: New fields.
11312 (is_breakpoint): New prototype.
11313
11314 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11315
11316 * remote.c (remote_state) <cond_breakpoints>: New field.
11317 (PACKET_ConditionalBreakpoints): New enum.
11318 (remote_cond_breakpoint_feature): New function.
11319 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11320 (remote_supports_cond_breakpoints): New function.
11321 (_initialize_remote): Add new packet configuration for
11322 target-side conditional breakpoints.
11323
11324 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11325
11326 * NEWS: Mention target-side conditional breakpoint support,
11327 new condition-evaluation breakpoint subcommand and remote
11328 packet extensions.
11329
11330 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11331
11332 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11333 number.
11334
11335 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11336
11337 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11338 (after_prologue): Remove.
11339
11340 2012-02-23 Tom Tromey <tromey@redhat.com>
11341
11342 * jv-valprint.c (java_val_print): Remove dead code.
11343
11344 2012-02-23 Tristan Gingold <gingold@adacore.com>
11345
11346 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11347 known_tasks_element and known_tasks_length fields.
11348 (read_known_tasks_array): Change argument type. Use pointer type
11349 and number of elements from DATA. Adjust.
11350 (read_known_tasks_list): Likewise.
11351 (get_known_tasks_addr): Remove.
11352 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11353 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11354 type and array length. Merge former get_known_tasks_addr code.
11355
11356 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 PR backtrace/13716
11359 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11360 it after set_momentary_breakpoint.
11361
11362 2012-02-22 Sterling Augustine <saugustine@google.com>
11363
11364 PR 13689:
11365 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11366
11367 2012-02-22 Gary Benson <gbenson@redhat.com>
11368
11369 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11370 (find_slot_in_mapped_hash): Likewise.
11371
11372 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 PR build/13638
11375 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11376 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11377 * configure: Regenerate.
11378
11379 2012-02-21 Tristan Gingold <gingold@adacore.com>
11380 Pedro Alves <palves@redhat.com>
11381
11382 * ia64-tdep.c: Do not include libunwind-ia64.h.
11383 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11384 Include libunwind-ia64.h instead of libunwind.h.
11385 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11386 for libunwind.h existence.
11387 * configure, config.in: Regenerate.
11388
11389 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11390
11391 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11392 instead of value_rtti_target_type.
11393 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11394 instead of value_rtti_target_type.
11395 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11396 value_rtti_target_type.
11397 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11398 (value_rtti_target_type): Rename to ...
11399 (value_rtti_indirect_type): ... here and make it indirect. Update
11400 function comment.
11401 * value.c (readjust_indirect_value_type): New function.
11402 (coerce_ref): Support for enclosing type setting for references
11403 with readjust_indirect_value_type.
11404 * value.h (readjust_value_type): New declaration.
11405 (value_rtti_target_type): Rename to ...
11406 (value_rtti_indirect_type): ... here.
11407
11408 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11409
11410 * MAINTAINERS (Write After Approval): Add myself to the list.
11411
11412 2012-02-20 Doug Evans <dje@google.com>
11413
11414 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11415 Rename objfile_p_char parameter to objfilep.
11416 (build_objfile_section_table): Result is now void. All callers
11417 updated.
11418 * objfiles.h (struct objfile): Tweak comments, whitespace.
11419 (build_objfile_section_table): Update.
11420
11421 * elfread.c (elf_symfile_segments): Fix warning text.
11422
11423 2012-02-20 Tom Tromey <tromey@redhat.com>
11424
11425 PR gdb/13498:
11426 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11427 particular set of file names once.
11428 (dw2_map_symbol_filenames): Likewise.
11429
11430 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 Code cleanup.
11433 * main.c (write_files): Remove the declaration.
11434 (external_editor_command): Move the declaration ...
11435 [GDBTK] (external_editor_command): ... here. Fix the comment.
11436
11437 2012-02-20 Tom Tromey <tromey@redhat.com>
11438
11439 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11440 extraneous block.
11441
11442 2012-02-20 Tristan Gingold <gingold@adacore.com>
11443
11444 * darwin-nat.h (enum darwin_msg_state): Add comments.
11445
11446 2012-02-20 Tristan Gingold <gingold@adacore.com>
11447
11448 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11449 value.
11450
11451 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11452
11453 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11454 between function description and implementation.
11455
11456 2012-02-17 Tom Tromey <tromey@redhat.com>
11457
11458 PR python/12070:
11459 * python/py-event.c (event_object_getset): New global.
11460 (event_object_type): Reference it.
11461 * python/py-type.c (field_object_getset): New global.
11462 (field_object_type): Reference it.
11463 * python/python-internal.h (gdb_py_generic_dict): Declare.
11464 * python/py-utils.c (gdb_py_generic_dict): New function.
11465
11466 2012-02-17 Tristan Gingold <gingold@adacore.com>
11467
11468 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11469
11470 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11471
11472 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11473 TYPE_CALLING_CONVENTION annotation.
11474
11475 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11476
11477 * MAINTAINERS: Add rx to target ISA section.
11478 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11479 (ALLDEPFILES): Add rx-tdep.c.
11480
11481 2012-02-16 Tom Tromey <tromey@redhat.com>
11482
11483 * symfile.c (symbol_file_add_main_1): Use inferior's
11484 symfile_flags.
11485 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11486 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11487 inferior.
11488 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11489 inferior.
11490 (follow_exec): Use inferior's symfile_flags.
11491 * inferior.h (struct inferior) <symfile_flags>: New field.
11492
11493 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11494
11495 PR gdb/9734:
11496 * remote-sim.c (gdbsim_create_inferior): Call error() when
11497 sim_create_inferior() fails.
11498
11499 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11500
11501 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11502
11503 2012-02-16 Tom Tromey <tromey@redhat.com>
11504
11505 PR c++/13653:
11506 * thread.c (struct current_thread_cleanup) <was_removable>: New
11507 field.
11508 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11509 (make_cleanup_restore_current_thread): Initialize new field.
11510
11511 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11512
11513 * MAINTAINERS: Add rl78 to target ISA section.
11514 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11515 (ALLDEPFILES): Add rl78-tdep.c.
11516 * NEWS: Mention rl78 as a new target.
11517
11518 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11519
11520 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11521 data.
11522 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11523
11524 2012-02-15 Tom Tromey <tromey@redhat.com>
11525
11526 PR gdb/12659:
11527 * infcmd.c (registers_info): Print just the current register's
11528 name.
11529
11530 2012-02-15 Tom Tromey <tromey@redhat.com>
11531
11532 * python/py-symbol.c (sympy_value): Use _().
11533
11534 2012-02-15 Pedro Alves <palves@redhat.com>
11535
11536 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11537 output to be like native targets'.
11538 (remote_pid_to_str): Special case the null ptid.
11539
11540 2012-02-14 Stan Shebs <stan@codesourcery.com>
11541
11542 * NEWS: Mention enable count command.
11543 * breakpoint.h (struct breakpoint): New field enable_count.
11544 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11545 (enable_breakpoint): Add arg to call.
11546 (struct disp_data): New struct.
11547 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11548 (do_map_enable_once_breakpoint): Create a struct and pass it.
11549 (do_map_enable_delete_breakpoint): Ditto.
11550 (do_map_enable_count_breakpoint): New function.
11551 (enable_count_command): New function.
11552 (bpstat_stop_status): Decrement enable_count.
11553 (print_one_breakpoint_location): Report enable count.
11554 (_initialize_breakpoint): Add enable count command.
11555
11556 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11557
11558 * rl78-tdep.c (reggroups.h): Include.
11559 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11560 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11561 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11562 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11563 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11564 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11565 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11566 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11567 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11568 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11569 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11570 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11571 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11572 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11573 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11574 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11575 beginning of register list.
11576 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11577 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11578 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11579 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11580 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11581 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11582 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11583 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11584 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11585 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11586 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11587 the pseudo registers. Rearrange other pseudo registers too so
11588 that the bank registers appear at the end.
11589 (rl78_register_type): Account for the fact that the byte sized
11590 bank registers are now pseudo-registers.
11591 (rl78_register_name): Rearrange the register name array. Make
11592 initial set of raw banked registers inaccessible.
11593 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11594 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11595 case for copying bytes back and forth between raw and pseudo
11596 versions of the banked registers. Update other cases to reflect
11597 the changed names.
11598 (rl78_return_value): Update to account for changed names of
11599 raw registers.
11600 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11601 rl78_register_sim_regno().
11602
11603 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11604
11605 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11606 the name parameter being passed to find_pc_partial_function().
11607
11608 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11609
11610 * MAINTAINERS: Step down from being ia64 target maintainer.
11611
11612 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11615 compilation warning.
11616
11617 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11618
11619 Fix crash on loaded shlibs without loaded exec_bfd.
11620 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11621 (set_section_command): Replace exec_bfd by p->bfd.
11622
11623 2012-02-10 Tom Tromey <tromey@redhat.com>
11624
11625 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11626 when we have a C++ qualified name.
11627
11628 2012-02-10 Pedro Alves <palves@redhat.com>
11629
11630 * inferior.c (inferior_pid_to_str): New.
11631 (print_inferior, inferior_command): Use it.
11632
11633 2012-02-10 Pedro Alves <palves@redhat.com>
11634
11635 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11636 the test CFLAGS.
11637 * configure: Regenerate.
11638
11639 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * linespec.c (decode_line_internal): Fix comment correctness.
11642
11643 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11644
11645 PR gdb/12953
11646 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11647 * amd64bsd-nat.c: Add support for debug registers (adapted from
11648 i386bsd-nat.c).
11649 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11650 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11651 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11652 (amd64bsd_dr_get_control): New functions.
11653 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11654 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11655 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11656 watchpoints initialization.
11657 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11658
11659 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11662 flds_bnds.fields.
11663 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11664
11665 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11666
11667 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11668
11669 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11670
11671 * language.h (symbol_name_cmp_ftype): Renames
11672 symbol_name_match_p_ftype.
11673 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11674 la_get_symbol_name_match_p.
11675 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11676 ada_get_symbol_name_match_p. Update comment.
11677 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11678 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11679 Renames symbol_name_match_p. Update field type.
11680 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11681 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11682 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11683 "la_get_symbol_name_cmp" in comments.
11684 * language.c: Likewise.
11685
11686 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11687
11688 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11689 %eflags offset.
11690 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11691 (amd64_sol2_gregset32_reg_offs): Likewise.
11692
11693 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11694
11695 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11696 of the returned BFD is allocated by GDB.
11697
11698 2012-02-07 Tom Tromey <tromey@redhat.com>
11699
11700 PR python/12027:
11701 * python/python-internal.h (frame_object_type): Declare.
11702 * python/py-symbol.c (sympy_needs_frame): New function.
11703 (sympy_value): New function.
11704 (symbol_object_getset): Add "needs_frame".
11705 (symbol_object_methods): Add "value".
11706 * python/py-frame.c (frame_object_type): No longer static.
11707
11708 2012-02-07 Tom Tromey <tromey@redhat.com>
11709
11710 PR python/13599:
11711 * python/py-symbol.c (sympy_line): New function.
11712 (symbol_object_getset): Add "line".
11713
11714 2012-02-07 Tom Tromey <tromey@redhat.com>
11715
11716 * charset.c (find_charset_names): Check 'in' against NULL.
11717
11718 2012-02-06 Doug Evans <dje@google.com>
11719
11720 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11721 and fields.name members from char * to const char *. All uses updated.
11722 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11723 from char * to const char *. All uses updated.
11724 (type_name_no_tag): Update.
11725 (lookup_unsigned_typename, lookup_signed_typename): Update.
11726 * gdbtypes.c (type_name_no_tag): Change result type
11727 from char * to const char *. All callers updated.
11728 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11729 name parameter from char * to const char *.
11730 * symtab.h (struct cplus_specific): Change type of demangled_name
11731 member from char * to const char *. All uses updated.
11732 (struct general_symbol_info): Change type of name and
11733 mangled_lang.demangled_name members from char * to const char *.
11734 All uses updated.
11735 (symbol_get_demangled_name, symbol_natural_name): Update.
11736 (symbol_demangled_name, symbol_search_name): Update.
11737 * symtab.c (symbol_get_demangled_name): Change result type
11738 from char * to const char *. All callers updated.
11739 (symbol_natural_name, symbol_demangled_name): Ditto.
11740 (symbol_search_name): Ditto.
11741 (completion_list_add_name): Change type of symname,sym_text,
11742 text,word parameters from char * to const char *.
11743 (completion_list_objc_symbol): Change type of sym_text,
11744 text,word parameters from char * to const char *.
11745 * ada-lang.c (find_struct_field): Change type of name parameter
11746 from char * to const char *.
11747 (encoded_ordered_before): Similarly for N0,N1 parameters.
11748 (old_renaming_is_invisible): Similarly for function_name parameter.
11749 (ada_type_name): Change result type from char * to const char *.
11750 All callers updated.
11751 * ada-lang.h (ada_type_name): Update.
11752 * buildsym.c (hashname): Change type of name parameter
11753 from char * to const char *.
11754 * buildsym.h (hashname): Update.
11755 * dbxread.c (end_psymtab): Change type of include_list parameter
11756 from char ** to const char **.
11757 * dwarf2read.c (determine_prefix): Change result type
11758 from char * to const char *. All callers updated.
11759 * f-lang.c (find_common_for_function): Change type of name, funcname
11760 parameters from char * to const char *.
11761 * f-lang.c (find_common_for_function): Update.
11762 * f-valprint.c (list_all_visible_commons): Change type of funcname
11763 parameters from char * to const char *.
11764 * gdbarch.sh (static_transform_name): Change type of name parameter
11765 and result from char * to const char *.
11766 * gdbarch.c: Regenerate.
11767 * gdbarch.h: Regenerate.
11768 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11769 of name parameter from char * to const char *.
11770 * jv-lang.c (java_primitive_type_from_name): Ditto.
11771 (java_demangled_signature_length): Similarly for signature parameter.
11772 (java_demangled_signature_copy): Ditto.
11773 (java_demangle_type_signature): Ditto.
11774 * jv-lang.h (java_primitive_type_from_name): Update.
11775 (java_demangle_type_signature): Update.
11776 * objc-lang.c (specialcmp): Change type of a,b parameters
11777 from char * to const char *.
11778 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11779 from char * to const char *. All callers updated.
11780 * p-lang.h (is_pascal_string_type): Update.
11781 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11782 of name parameter from char * to const char *.
11783 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11784 * utils.c (fprintf_symbol_filtered): Ditto.
11785 * defs.h (fprintf_symbol_filtered): Update.
11786 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11787 * stabsread.h (end_psymtab): Update.
11788 * stack.c (find_frame_funname): Change type of funname parameter
11789 from char ** to const char **.
11790 * stack.h (find_frame_funname): Update.
11791 * typeprint.c (type_print): Change type of varstring parameter
11792 from char * to const char *.
11793 * value.h (type_print): Update.
11794 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11795 from char * to const char *. All callers updated.
11796 (xcoff_end_psymtab): Change type of include_list parameter
11797 from char ** to const char **. All callers updated.
11798 (swap_sym): Similarly for name parameter. All callers updated.
11799 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11800 Use xstrdup.
11801 (process_coff_symbol): Use xstrdup.
11802 * stabsread.c (stabs_method_name_from_physname): Renamed from
11803 update_method_name_from_physname. Change result type from void
11804 to char *. All callers updated.
11805 (read_member_functions): In has_destructor case, store name in objfile
11806 obstack instead of malloc space. In !has_stub case, fix mem leak.
11807
11808 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11809
11810 * configure: Rebuild.
11811 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11812 LDFLAGS.
11813
11814 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11815
11816 * configure.tgt (rl78-*-elf): New target.
11817 * rl78-tdep.c: New file.
11818
11819 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11820
11821 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11822 and continue the loop. Add QUIT statement.
11823
11824 2012-02-03 Tom Tromey <tromey@redhat.com>
11825
11826 PR gdb/13596:
11827 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11828 bfd_lookup_symbol_from_symtab.
11829 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11830 gdb_bfd_lookup_symbol_from_symtab.
11831
11832 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11833
11834 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11835 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11836 symbol. Add assertion that sym2 is never NULL.
11837
11838 2012-02-02 Doug Evans <dje@google.com>
11839
11840 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11841 "name" parameter to const char ** from char **. All callers updated.
11842 (find_pc_partial_function): Ditto.
11843 (cache_pc_function_name): Change type to const char * from char *.
11844 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11845 (find_pc_partial_function): Update.
11846 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11847 type of "name" parameter to const char * from char *.
11848 All uses updated.
11849 * arch-utils.c (generic_in_solib_return_trampoline): Change
11850 type of "name" parameter to const char * from char *.
11851 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11852 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11853 type of "name" parameter to const char * from char *.
11854 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11855 * gdbarch.c: Regenerate.
11856 * gdbarch.h: Regenerate.
11857 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11858 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11859 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11860 type of "name" parameter to const char * from char *.
11861 * skip.c (skip_function_pc): Ditto.
11862 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11863 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11864 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11865 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11866 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11867 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11868 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11869 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11870 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11871
11872 2012-02-02 Pedro Alves <palves@redhat.com>
11873
11874 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11875 the current inferior has no execution. Make sure the current
11876 remote process matches gdb's current inferior.
11877
11878 2012-02-02 Tom Tromey <tromey@redhat.com>
11879
11880 PR gdb/13405:
11881 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11882 read-only memory.
11883
11884 2012-02-02 Tom Tromey <tromey@redhat.com>
11885
11886 PR gdb/9307:
11887 * symtab.c (lookup_language_this): Set block_found.
11888
11889 2012-02-01 Tom Tromey <tromey@redhat.com>
11890
11891 PR gdb/13431:
11892 * jit.c (struct jit_inferior_data): Rewrite.
11893 (struct jit_objfile_data): New.
11894 (get_jit_objfile_data): New function.
11895 (add_objfile_entry): Update.
11896 (jit_read_descriptor): Return int. Replace descriptor_addr
11897 argument with inf_data. Update. Don't call error.
11898 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11899 descriptor here.
11900 (jit_inferior_init): Don't look up descriptor. Don't call error.
11901 (jit_reset_inferior_data_and_breakpoints)
11902 (jit_inferior_created_observer): Remove.
11903 (jit_inferior_exit_hook): Update.
11904 (jit_executable_changed_observer): Remove.
11905 (jit_event_handler): Update.
11906 (free_objfile_data): Reset inferior data if needed.
11907 (_initialize_jit): Update.
11908
11909 2012-02-01 Tom Tromey <tromey@redhat.com>
11910
11911 * jit.c (bfd_open_from_target_memory): Move higher in file.
11912
11913 2012-02-01 Tristan Gingold <gingold@adacore.com>
11914
11915 * libunwind-frame.c (libunwind_load): Display message if dlopen
11916 failed.
11917
11918 2012-02-01 Gary Benson <gbenson@redhat.com>
11919
11920 * symtab.h (symbol_found_callback_ftype): New typedef.
11921 (iterate_over_symbols): Use the above.
11922 * symtab.c (iterate_over_symbols): Likewise.
11923 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11924 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11925 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11926 (iterate_name_matcher): Document return values.
11927 (collect_one_symbol): Likewise.
11928 (collect_function_symbols): Likewise.
11929 (collect_symbols): Likewise.
11930
11931 2012-02-01 Tom Tromey <tromey@redhat.com>
11932
11933 * ada-lang.c (resolve_subexp): Update.
11934 (ada_lookup_symbol_list): Add 'full_search' argument.
11935 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11936 ada_lookup_symbol_list.
11937 (ada_lookup_encoded_symbol): Update.
11938 (get_var_value): Update.
11939 * ada-exp.y (block_lookup): Update.
11940 (write_var_or_type): Update.
11941 (write_name_assoc): Update.
11942 * ada-lang.h (ada_lookup_symbol_list): Update.
11943
11944 2012-01-31 Tom Tromey <tromey@redhat.com>
11945
11946 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11947 comment.
11948
11949 2012-01-31 Doug Evans <dje@google.com>
11950
11951 * symtab.h: Remove outdated comment.
11952 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11953
11954 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11955
11956 Fix build error in Darwin port.
11957 * i386-darwin-nat.c: Include i386-nat.h.
11958
11959 2012-01-30 Tom Tromey <tromey@redhat.com>
11960
11961 PR breakpoints/13568:
11962 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11963 argument. Check for recursive includes.
11964 (dwarf_decode_macros): Create an include hash.
11965
11966 2012-01-30 Michael Eager <eager@eagercon.com>
11967
11968 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11969 * ppc-linux-tdep.c: Include glibc-tdep.h.
11970 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11971 (powerpc_linux_in_plt_stub): New function.
11972 (powerpc_linux_in_dynsym_resolve_code): New function.
11973 (ppc_skip_trampoline_code): New function.
11974 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11975 Use glibc_skip_solib_resolver.
11976
11977 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 Code cleanup: Make 1440 bytes of data segment read-only.
11980 * arch-utils.c (endian_enum): Make it const char *const [].
11981 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11982 Likewise.
11983 * breakpoint.c (always_inserted_enums): Likewise.
11984 * cli/cli-cmds.c (script_ext_enums): Likewise.
11985 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11986 enumlist parameter const char *const *.
11987 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11988 const char *const *.
11989 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11990 parameter const char *const *.
11991 * cris-tdep.c (cris_modes): Make it const char *const [].
11992 * filesystem.c (target_file_system_kinds): Likewise.
11993 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11994 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11995 (can_use_displaced_stepping_enum, scheduler_enums)
11996 (exec_direction_names): Likewise.
11997 * language.c (_initialize_language): Make the type_or_range_names and
11998 case_sensitive_names variables const char *const [].
11999 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12000 * python/python.c (python_excp_enums): Likewise.
12001 * remote.c (interrupt_sequence_modes): Likewise.
12002 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12003 * serial.c (logbase_enums): Likewise.
12004 * sh-tdep.c (sh_cc_enum): Likewise.
12005 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12006 Likewise.
12007 * symtab.c (multiple_symbols_modes): Likewise.
12008 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12009 Likewise.
12010 * utils.c (internal_problem_modes): Likewise.
12011
12012 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12013
12014 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12015 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12016 result.
12017
12018 2012-01-27 Doug Evans <dje@google.com>
12019
12020 * configure.ac (with_python): Fix absolute path handling for win32.
12021 * configure: Regenerate.
12022
12023 2012-01-26 Doug Evans <dje@google.com>
12024
12025 * symtab.c: Whitespace cleanup, no code changes.
12026
12027 * symtab.c (lookup_symbol_in_language): Improve comment.
12028 (lookup_symbol_aux): Fix comment.
12029
12030 * psymtab.c (add_psymbol_to_list): Result is now "void".
12031 * psympriv.h (add_psymbol_to_list): Update.
12032
12033 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12034
12035 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 Do not open script filenames twice.
12038 * cli/cli-cmds.c (source_script_from_stream): Pass to
12039 source_python_script also STREAM.
12040 * python/py-auto-load.c (source_section_scripts): Pass to
12041 source_python_script_for_objfile also STREAM.
12042 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12043 also INPUT.
12044 * python/python-internal.h (source_python_script_for_objfile): New
12045 parameter file, rename parameter file to filename.
12046 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12047 instead if !_WIN32. Update the function comment.
12048 (source_python_script, source_python_script_for_objfile)
12049 (source_python_script): New parameter file, rename parameter file to
12050 filename. Pass FILENAME to python_run_simple_file.
12051 * python/python.h (source_python_script): New parameter file, rename
12052 parameter file to filename.
12053
12054 2012-01-26 Pedro Alves <palves@redhat.com>
12055
12056 * corelow.c (core_has_fake_pid): Delete.
12057 (core_close): Delete references to `core_has_fake_pid'.
12058 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12059 (core_open): Delete references to `core_has_fake_pid'.
12060 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12061 the removed global.
12062
12063 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12064
12065 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12066 Remove language parameter from name_matcher. Adjust the comment.
12067 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12068 Remove language parameter.
12069 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12070 * linespec.c (iterate_name_matcher): Likewise.
12071 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12072 name_matcher. Adjust call accordingly.
12073 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12074 (maintenance_check_symtabs): Adjust type of parameter "fun".
12075 * psymtab.h (maintenance_check_symtabs): Likewise.
12076
12077 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12078
12079 * language.h (symbol_name_match_p_ftype): New typedef.
12080 (struct language_defn): Replace field la_symbol_name_compare
12081 by la_get_symbol_name_match_p.
12082 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12083 (ada_language_defn): Use it.
12084 * linespec.c (struct symbol_matcher_data): New type.
12085 (iterate_name_matcher): Rewrite.
12086 (iterate_over_all_matching_symtabs): Pass a pointer to
12087 a symbol_matcher_data struct to expand_symtabs_matching
12088 instead of just the lookup name.
12089 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12090 opencl-lang.c, p-lang.c, language.c: Delete field
12091 la_symbol_name_compare, and replace by NULL for new field
12092 la_get_symbol_name_match_p.
12093 * symfile.h (struct quick_symbol_functions): Update comment.
12094
12095 2012-01-25 Tom Tromey <tromey@redhat.com>
12096
12097 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12098 dereferencing.
12099
12100 2012-01-24 Tom Tromey <tromey@redhat.com>
12101
12102 PR symtab/12406:
12103 * solib.c (update_solib_list): Update the program space's
12104 added_solibs and deleted_solibs fields.
12105 * progspace.h (struct program_space) <added_solibs,
12106 deleted_solibs>: New fields.
12107 (clear_program_space_solib_cache): Declare.
12108 * progspace.c (release_program_space): Call
12109 clear_program_space_solib_cache.
12110 (clear_program_space_solib_cache): New function.
12111 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12112 bpstat_stop_status. Use handle_solib_event.
12113 * breakpoint.c: Include gdb_regex.h.
12114 (print_solib_event): New function.
12115 (bpstat_print): Use print_solib_event.
12116 (bpstat_stop_status): Add special case for bp_shlib_event.
12117 (handle_solib_event): New function.
12118 (bpstat_what): Use handle_solib_event.
12119 (struct solib_catchpoint): New.
12120 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12121 (breakpoint_hit_catch_solib, check_status_catch_solib)
12122 (print_it_catch_solib, print_one_catch_solib)
12123 (print_mention_catch_solib, print_recreate_catch_solib): New
12124 functions.
12125 (catch_solib_breakpoint_ops): New global.
12126 (catch_load_or_unload, catch_load_command_1)
12127 (catch_unload_command_1): New functions.
12128 (internal_bkpt_check_status): Add special case for
12129 bp_shlib_event.
12130 (internal_bkpt_print_it): Use print_solib_event.
12131 (initialize_breakpoint_ops): Initialize
12132 catch_solib_breakpoint_ops.
12133 (_initialize_breakpoint): Register "catch load" and "catch
12134 unload".
12135 * breakpoint.h (handle_solib_event): Declare.
12136 * NEWS: Add entry for "catch load" and "catch unload".
12137
12138 2012-01-24 Tom Tromey <tromey@redhat.com>
12139
12140 * ada-lang.c: Include gdb_vecs.h.
12141 * charset.c: Include gdb_vecs.h.
12142 * tracepoint.h: Include gdb_vecs.h.
12143 * gdb_vecs.h: New file.
12144
12145 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12146
12147 * breakpoint.c (breakpoint_hit_catch_fork)
12148 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12149 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12150 * infrun.c (inferior_has_forked, inferior_has_vforked)
12151 (inferior_has_execd, inferior_has_called_syscall): Delete.
12152 (handle_syscall_event): Get syscall_number from the execution
12153 control state's wait status.
12154 (wait_for_inferior): Don't clear syscall_number.
12155
12156 2012-01-24 Pedro Alves <palves@redhat.com>
12157
12158 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12159 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12160 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12161 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12162 `ws' parameter.
12163 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12164 false for events other than TARGET_SIGNAL_TRAP.
12165 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12166 Add `ws' parameter.
12167 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12168 events other than TARGET_SIGNAL_TRAP.
12169 (tracepoint_breakpoint_hit): Add `ws' parameter.
12170 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12171 parameter.
12172 (bpstat_stop_status): Same.
12173 (pc_at_non_inline_function): Same.
12174 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12175 to pass the current event's waitstatus to bpstat_stop_status
12176 and pc_at_non_inline_function.
12177
12178 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 Code cleanup.
12181 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12182 Update the function comment for it.
12183 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12184 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12185 for STREAM.
12186
12187 2012-01-24 Pedro Alves <palves@redhat.com>
12188
12189 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12190 outside `bs->stop' block.
12191 (bpstat_what): Rework bp_shlib_event handling.
12192 (internal_bkpt_check_status): If the breakpoint is a
12193 bp_shlib_event, then set bs->stop and bs->print if
12194 stop_on_solib_events is set.
12195
12196 2012-01-24 Gary Benson <gbenson@redhat.com>
12197
12198 Delete #if 0'd out code.
12199 * stack.c (print_frame_label_vars): Remove.
12200 (catch_info): Likewise.
12201 (_initialize_stack): Remove "info catch" command.
12202 * NEWS: Mention the above.
12203
12204 2012-01-24 Pedro Alves <palves@redhat.com>
12205
12206 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12207 it.
12208 (remote_notice_new_inferior): If the remote end doesn't support
12209 the multiprocess extensions, then the PID is fake.
12210 (add_current_inferior_and_thread): New.
12211 (remote_start_remote): Use it.
12212 (extended_remote_attach_1): Adjust.
12213 (extended_remote_create_inferior_1): Use
12214 add_current_inferior_and_thread.
12215
12216 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12217
12218 Fix watchpoints to be specific for each inferior.
12219 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12220 current_program_space.
12221 * i386-nat.c (i386_inferior_data_cleanup): New.
12222 (i386_inferior_data_get): Replace variable inf_data_local by an
12223 inferior_data call.
12224 (i386_use_watchpoints): Initialize i386_inferior_data.
12225 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12226 specific iterate_over_lwps.
12227
12228 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12229
12230 Fix watchpoints across inferior fork.
12231 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12232 comment for linux_nat_iterate_watchpoint_lwps.
12233 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12234 linux_nat_iterate_watchpoint_lwps.
12235 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12236 * i386-linux-nat.c (update_debug_registers_callback): Update the
12237 comment for linux_nat_iterate_watchpoint_lwps.
12238 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12239 linux_nat_iterate_watchpoint_lwps.
12240 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12241 * i386-nat.c: Include inferior.h.
12242 (dr_mirror): Remove.
12243 (i386_inferior_data, struct i386_inferior_data)
12244 (i386_inferior_data_get): New.
12245 (i386_debug_reg_state): Use i386_inferior_data_get.
12246 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12247 (i386_insert_watchpoint, i386_remove_watchpoint)
12248 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12249 (i386_remove_hw_breakpoint): New variable state, use
12250 i386_debug_reg_state instead of DR_MIRROR.
12251 * linux-nat.c (delete_lwp): New declaration.
12252 (num_lwps): Move here from downwards.
12253 (delete_lwp_cleanup): New.
12254 (linux_child_follow_fork): Create new child_lp, call
12255 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12256 PTRACE_DETACH.
12257 (num_lwps): Move upwards.
12258 (linux_nat_iterate_watchpoint_lwps): New.
12259 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12260 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12261
12262 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12263
12264 GDB 7.4 released.
12265
12266 2012-01-23 Pedro Alves <palves@redhat.com>
12267
12268 * top.c (caution): Rename to ...
12269 (confirm): ... this.
12270 (show_caution): Rename to ...
12271 (show_confirm): ... this.
12272 (quit_cover): Adjust.
12273 (init_main): Adjust.
12274 * top.h (caution): Rename to ...
12275 (confirm): ... this.
12276 * utils.c (internal_vproblem, defaulted_query): Adjust.
12277
12278 2012-01-23 Pedro Alves <palves@redhat.com>
12279
12280 * top.c (caution): Update comment.
12281 (execute_command): Don't consider the current value of `caution'.
12282
12283 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12284
12285 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12286
12287 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12288
12289 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12290 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12291 * target.c (target_fileio_pwrite): Remove buffer address from
12292 debug output.
12293 (target_fileio_pread): Likewise.
12294
12295 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12296
12297 * NEWS: Document remote "info proc" and "generate-core-file".
12298
12299 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12300
12301 * gdbarch.sh (find_memory_regions): New callback.
12302 * gdbarch.c, gdbarch.h: Regenerate.
12303
12304 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12305 callback before falling back to target method.
12306
12307 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12308 (linux_target_install_ops): No longer install it.
12309
12310 * linux-tdep.c (linux_find_memory_regions): New function.
12311 (linux_init_abi): Install it.
12312
12313 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12314
12315 * gdbarch.sh (make_corefile_notes): New architecture callback.
12316 * gdbarch.c: Regenerate.
12317 * gdbarch.h: Likewise.
12318
12319 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12320 before target_make_corefile_notes. If NULL is returned, the
12321 target does not support core file generation.
12322
12323 * linux-nat.c: Include "linux-tdep.h".
12324 (find_signalled_thread, find_stop_signal): Remove.
12325 (linux_nat_do_thread_registers): Likewise.
12326 (struct linux_nat_corefile_thread_data): Likewise.
12327 (linux_nat_corefile_thread_callback): Likewise.
12328 (iterate_over_spus): Likewise.
12329 (struct linux_spu_corefile_data): Likewise.
12330 (linux_spu_corefile_callback): Likewise.
12331 (linux_spu_make_corefile_notes): Likewise.
12332 (linux_nat_collect_thread_registers): New function.
12333 (linux_nat_make_corefile_notes): Replace contents by call to
12334 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12335 as native-only callback.
12336
12337 * linux-tdep.h: Include "bfd.h".
12338 (struct regcache): Add forward declaration.
12339 (linux_collect_thread_registers_ftype): New typedef.
12340 (linux_make_corefile_notes): Add prototype.
12341 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12342 "regset.h", and "elf-bfd.h".
12343 (find_signalled_thread, find_stop_signal): New functions.
12344 (linux_spu_make_corefile_notes): Likewise.
12345 (linux_collect_thread_registers): Likewise.
12346 (struct linux_corefile_thread_data): New data structure.
12347 (linux_corefile_thread_callback): New funcion.
12348 (linux_make_corefile_notes): Likewise.
12349 (linux_make_corefile_notes_1): Likewise.
12350 (linux_init_abi): Install it.
12351
12352 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12353
12354 * gdbarch.sh (info_proc): New callback.
12355 * gdbarch.c, gdbarch.h: Regenerate.
12356
12357 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12358 before falling back to the target info_proc callback.
12359
12360 * linux-nat.c: Do not include "cli/cli-utils.h".
12361 (linux_nat_info_proc): Remove.
12362 (linux_target_install_ops): No longer install it.
12363
12364 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12365 (read_mapping): New function.
12366 (linux_info_proc): Likewise.
12367 (linux_init_abi): Install it.
12368
12369 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12370
12371 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12372 * infcmd.c: (info_proc_cmd_1): New function.
12373 (info_proc_cmd): New function, moved here from equivalent routine
12374 orignally in linux-nat.c.
12375 (info_proc_cmd_mappings): Likewise.
12376 (info_proc_cmd_stat): Likewise.
12377 (info_proc_cmd_status): Likewise.
12378 (info_proc_cmd_cwd): Likewise.
12379 (info_proc_cmd_cmdline): Likewise.
12380 (info_proc_cmd_exe): Likewise.
12381 (info_proc_cmd_all): Likewise.
12382 (_initialize_infcmd): Install "info proc" command and subcommands.
12383
12384 * target.h (struct target_ops): Add to_info_proc.
12385 (target_info_proc): Add prototype.
12386 * target.c (target_info_proc): New function.
12387
12388 * procfs.c (procfs_info_proc): Add prototype.
12389 (info_proc_cmd): Rename into ...
12390 (procfs_info_proc): ... this. Update argument types as appropriate
12391 for a to_info_proc implementation. Handle "what" argument.
12392 (procfs_target): Install procfs_info_proc.
12393 (_initialize_procfs): No longer install "info proc" command.
12394
12395 * linux-nat.c: (enum info_proc_what): Remove.
12396 (linux_nat_info_proc_cmd_1): Rename into ...
12397 (linux_nat_info_proc): ... this. Update argument types as appropriate
12398 for a to_info_proc implementation.
12399 (linux_nat_info_proc_cmd): Remove.
12400 (linux_nat_info_proc_cmd_mappings): Likewise.
12401 (linux_nat_info_proc_cmd_stat): Likewise.
12402 (linux_nat_info_proc_cmd_status): Likewise.
12403 (linux_nat_info_proc_cmd_cwd): Likewise.
12404 (linux_nat_info_proc_cmd_cmdline): Likewise.
12405 (linux_nat_info_proc_cmd_exe): Likewise.
12406 (linux_nat_info_proc_cmd_all): Likewise.
12407 (linux_target_install_ops): Install linux_nat_info_proc.
12408 (_initialize_linux_nat): No longer install "info proc" command
12409 and subcommands.
12410
12411 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12412
12413 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12414 * config.in, configure: Regenerate.
12415
12416 * target.h (struct target_ops): Add to_fileio_readlink.
12417 (target_fileio_readlink): Add prototype.
12418 * target.c (target_fileio_readlink): New function.
12419
12420 * inf-child.c: Conditionally include <sys/param.h>.
12421 (inf_child_fileio_readlink): New function.
12422 (inf_child_target): Install it.
12423
12424 * remote.c (PACKET_vFile_readlink): New enum value.
12425 (remote_hostio_readlink): New function.
12426 (init_remote_ops): Install it.
12427 (_initialize_remote): Handle vFile:readlink packet type.
12428
12429 2012-01-20 Pedro Alves <palves@redhat.com>
12430 Ulrich Weigand <ulrich.weigand@linaro.org>
12431
12432 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12433 * config.in, configure: Regenerate.
12434
12435 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12436 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12437 (target_fileio_open): Add prototype.
12438 (target_fileio_pwrite): Likewise.
12439 (target_fileio_pread): Likewise.
12440 (target_fileio_close): Likewise.
12441 (target_fileio_unlink): Likewise.
12442 (target_fileio_read_alloc): Likewise.
12443 (target_fileio_read_stralloc): Likewise.
12444
12445 * target.c: Include "gdb/fileio.h".
12446 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12447 (default_fileio_target): New function.
12448 (target_fileio_open): Likewise.
12449 (target_fileio_pwrite): Likewise.
12450 (target_fileio_pread): Likewise.
12451 (target_fileio_close): Likewise.
12452 (target_fileio_unlink): Likewise.
12453 (target_fileio_close_cleanup): Likewise.
12454 (target_fileio_read_alloc_1): Likewise.
12455 (target_fileio_read_alloc): Likewise.
12456 (target_fileio_read_stralloc): Likewise.
12457
12458 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12459 <fcntl.h>, and <unistd.h>.
12460 (inf_child_fileio_open_flags_to_host): New function.
12461 (inf_child_errno_to_fileio_error): Likewise.
12462 (inf_child_fileio_open): Likewise.
12463 (inf_child_fileio_pwrite): Likewise.
12464 (inf_child_fileio_pread): Likewise.
12465 (inf_child_fileio_close): Likewise.
12466 (inf_child_fileio_unlink): Likewise.
12467 (inf_child_target): Install to_fileio routines.
12468
12469 * remote.c (init_remote_ops): Install to_fileio routines.
12470
12471 2012-01-20 Pedro Alves <palves@redhat.com>
12472 Ulrich Weigand <ulrich.weigand@linaro.org>
12473
12474 * remote.c (remote_multi_process_p): Only check for multi-process
12475 protocol feature, do not check for extended protocol.
12476 (remote_supports_multi_process): Check for extended protocol here.
12477 (set_general_process): Likewise.
12478 (extended_remote_kill): Likewise.
12479 (remote_pid_to_str): Likewise.
12480 (remote_query_supported): Always query multiprocess mode.
12481
12482 2012-01-20 Pedro Alves <palves@redhat.com>
12483 Ulrich Weigand <ulrich.weigand@linaro.org>
12484
12485 * inferior.h (struct inferior): Add fake_pid_p.
12486 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12487 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12488 magic_null_ptid since the remote side doesn't provide a real PID.
12489
12490 2012-01-19 Tom Tromey <tromey@redhat.com>
12491
12492 * NEWS: Combine the two Python sections.
12493
12494 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12495
12496 * target.h (target_close): Update comment on the target's unpush state.
12497
12498 2012-01-19 Pedro Alves <palves@redhat.com>
12499
12500 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12501 linux_nat_async directly instead of going through the target
12502 vector.
12503 * target.c (unpush_target): Close target after unpushing it, not
12504 before.
12505
12506 2012-01-19 Gary Benson <gbenson@redhat.com>
12507
12508 * mdebugread.c (sort_blocks): Replace integer constants with ones
12509 derived from FIRST_LOCAL_BLOCK.
12510
12511 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12512 Jan Kratochvil <jan.kratochvil@redhat.com>
12513
12514 PR gdb/9538
12515 * symfile.c (find_separate_debug_file): New function.
12516 (terminate_after_last_dir_separator): Likewise.
12517 (find_separate_debug_file_by_debuglink): Also try realpath.
12518 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12519 * configure: Regenerate.
12520 * config.in: Regenerate.
12521
12522 2012-01-18 Doug Evans <dje@google.com>
12523
12524 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12525 (main.o): Remove rule.
12526 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12527 (--with-sysroot): Rewrite.
12528 * configure: Regenerate.
12529 * config.in: Regenerate.
12530
12531 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12532
12533 * parse.c (initialize_expout): New function.
12534 (reallocate_expout): Likewise.
12535 (parse_exp_in_context): Use `initialize_expout' and
12536 `reallocate_expout' when appropriate.
12537
12538 2012-01-18 Pedro Alves <palves@redhat.com>
12539
12540 * record.c (struct record_breakpoint, record_breakpoint_p)
12541 (record_breakpoints): New.
12542 (record_insert_breakpoint, record_remove_breakpoint): Manage
12543 record breakpoints list. Only remove breakpoints from the
12544 inferior if they had been inserted there in the first place.
12545
12546 2012-01-17 Doug Evans <dje@google.com>
12547
12548 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12549 if we know we don't have a file name to look for.
12550
12551 2012-01-17 Pedro Alves <palves@redhat.com>
12552
12553 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12554 the frame's stop reason is UNWIND_UNAVAILABLE.
12555
12556 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12557
12558 Fix compilation error.
12559 * m2-exp.y (yyerror): Use ANSI C prototype.
12560
12561 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12562
12563 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12564 (growbuf_by_size): Likewise.
12565 (yyerror): Likewise.
12566 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12567 (modblock): Remove variable (was #if 0'ed).
12568 (parse_number): Convert prototype from K&R to ANSI C.
12569 (yyerror): Likewise.
12570 * objc-exp.y (parse_number): Likewise.
12571 (yyerror): Likewise.
12572 (yylex): Remove #if 0'ed code.
12573 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12574 (yyerror): Likewise.
12575
12576 2012-01-16 Tom Tromey <tromey@redhat.com>
12577
12578 * NEWS: Add item.
12579 * symtab.h (compare_filenames_for_search): Declare.
12580 * symtab.c (compare_filenames_for_search): New function.
12581 (iterate_over_some_symtabs): Use it.
12582 * symfile.h (struct quick_symbol_functions)
12583 <map_symtabs_matching_filename>: Change spec.
12584 * psymtab.c (partial_map_symtabs_matching_filename): Use
12585 compare_filenames_for_search. Update for new spec.
12586 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12587 compare_filenames_for_search. Update for new spec.
12588 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12589
12590 2012-01-16 Tom Tromey <tromey@redhat.com>
12591
12592 PR python/13281:
12593 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12594 (struct main_type) <flag_flag_enum>: New field.
12595 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12596 * NEWS: Add entries.
12597 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12598 enums.
12599 * python/lib/gdb/printing.py (_EnumInstance): New class.
12600 (FlagEnumerationPrinter): Likewise.
12601
12602 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12603
12604 * breakpoint.c (create_sals_from_address_default): New function.
12605 (create_breakpoints_sal_default): Likewise.
12606 (decode_linespec_default): Likewise.
12607 (is_marker_spec): Removed.
12608 (strace_marker_p): New function.
12609 (init_breakpoint_sal): Using `strace_marker_p' instead of
12610 `is_marker_spec'.
12611 (create_breakpoint): Call method `create_sals_from_address' from
12612 breakpoint_ops, replacing code that created SALs conditionally
12613 on the type of the breakpoint. Call method `create_breakpoints_sal',
12614 replacing code that created breakpoints conditionally on the type
12615 wanted.
12616 (base_breakpoint_create_sals_from_address): New function.
12617 (base_breakpoint_create_breakpoints_sal): Likewise.
12618 (base_breakpoint_decode_linespec): Likewise.
12619 (base_breakpoint_ops): Add methods
12620 `base_breakpoint_create_sals_from_address',
12621 `base_breakpoint_create_breakpoints_sal' and
12622 `base_breakpoint_decode_linespec'.
12623 (bkpt_create_sals_from_address): New function.
12624 (bkpt_create_breakpoints_sal): Likewise.
12625 (bkpt_decode_linespec): Likewise.
12626 (tracepoint_create_sals_from_address): Likewise.
12627 (tracepoint_create_breakpoints_sal): Likewise.
12628 (tracepoint_decode_linespec): Likewise.
12629 (strace_marker_create_sals_from_address): Likewise.
12630 (strace_marker_create_breakpoints_sal): Likewise.
12631 (strace_marker_decode_linespec): Likewise.
12632 (strace_marker_breakpoint_ops): New variable.
12633 (addr_string_to_sals): Remove `marker_spec'. Call method
12634 `decode_linespec' from breakpoint_ops, replacing code that decoded
12635 an address string into a SAL. Use `strace_marker_p' instead of
12636 `marker_spec'.
12637 (strace_command): Decide whether we are dealing with a static
12638 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12639 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12640 * breakpoint.h (linespec_result, linespec_sals): New forward
12641 declarations.
12642 (breakpoint_ops) <create_sals_from_address>,
12643 <create_breakpoints_sal>, <decode_linespec>: New methods.
12644
12645 2012-01-14 Doug Evans <dje@google.com>
12646
12647 * NEWS: Update text for "maint set python print-stack".
12648 It is deprecated in gdb 7.4 and deleted in 7.5.
12649
12650 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12651
12652 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12653 including curses.h.
12654
12655 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12656
12657 * configure: Regenerate.
12658 * config.in: Regenerate.
12659
12660 2012-01-12 Keith Seitz <keiths@redhat.com>
12661
12662 PR mi/10586
12663 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12664 (ANONYMOUS_UNION_NAME): Define.
12665 (is_path_expr_parent): New function.
12666 (get_path_expr_parent): New function.
12667 (is_anonymous_child): New function.
12668 (create_child_with_value): If the child is anonymous and without
12669 a name, assign an object name to it.
12670 (c_describe_child): Use get_path_expr_parent to determine
12671 the parent expression.
12672 If there field represents an anonymous struct or union and
12673 has no name, set an appropriate display name and expression.
12674 (cplus_describe_child): Likewise.
12675
12676 2012-01-12 Pedro Alves <palves@redhat.com>
12677
12678 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12679 available when %ebp is found to be zero (outermost).
12680
12681 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12682
12683 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12684 an internal gdb_static_assert.
12685 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12686
12687 2012-01-11 Tom Tromey <tromey@redhat.com>
12688
12689 PR gdb/9598:
12690 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12691 catch" and "catch throw".
12692
12693 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12694
12695 * blockframe.c (block_innermost_frame): Start search from selected
12696 frame, if present, or otherwise the current frame.
12697
12698 * c-exp.y (variable): Update innermost_block for
12699 'block COLONCOLON NAME' clause.
12700 * m2-exp.y (variable): Ditto.
12701 * objc-exp.y (variable): Ditto.
12702
12703 2012-01-10 Tom Tromey <tromey@redhat.com>
12704
12705 PR python/13199:
12706 * python/python.c (finish_python_initialization): Set sys.argv.
12707
12708 2012-01-10 Doug Evans <dje@google.com>
12709
12710 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12711 "want_line_info". All callers updated.
12712 (dwarf_decode_lines_1): New function.
12713 (handle_DW_AT_stmt_list): Add function comment.
12714 New arg "want_line_info". All callers updated.
12715 (read_file_scope,read_type_unit_scope): Move comment from
12716 handle_DW_AT_stmt_list to here.
12717
12718 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12719
12720 Fix regression after libiberty/ update for GCC PR 6057 and others.
12721 * c-exp.y (operator) <OPERATOR DELETE>
12722 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12723 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12724 (make_builtin_type, make_name): New variable i, add gdb_assert.
12725 (operator) <OPERATOR NEW>: Update ARGS to 3.
12726 (operator) <OPERATOR DELETE>: Add trailing space.
12727 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12728 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12729 * cp-support.c (cp_canonicalize_string): Check NULL from
12730 cp_comp_to_string, call warning and return.
12731
12732 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12733
12734 Fix duplicate .o files after omitting libbfd.a.
12735 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12736 (SFILES): Add corelow.c.
12737 (COMMON_OBS): Add corelow.o.
12738 (ALLDEPFILES): Remove corelow.c.
12739 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12740 * config/alpha/alpha-osf3.mh: Likewise.
12741 * config/alpha/fbsd.mh: Likewise.
12742 * config/arm/nbsdaout.mh: Likewise.
12743 * config/arm/nbsdelf.mh: Likewise.
12744 * config/i386/i386gnu.mh: Likewise.
12745 * config/ia64/hpux.mh: Likewise.
12746 * config/ia64/linux.mh: Likewise.
12747 * config/m32r/linux.mh: Likewise.
12748 * config/m68k/linux.mh: Likewise.
12749 * config/mips/irix5.mh: Likewise.
12750 * config/mips/irix6.mh: Likewise.
12751 * config/pa/hpux.mh: Likewise.
12752 * config/pa/linux.mh: Likewise.
12753 * config/powerpc/aix.mh: Likewise.
12754 * config/sparc/linux.mh: Likewise.
12755 * config/sparc/linux64.mh: Likewise.
12756 * config/sparc/sol2.mh: Likewise.
12757 * config/vax/vax.mh: Likewise.
12758 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12759 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12760 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12761 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12762 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12763 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12764 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12765 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12766 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12767 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12768 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12769 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12770 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12771 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12772 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12773 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12774 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12775 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12776 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12777 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12778 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12779 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12780 corelow.o from gdb_target_obs.
12781 * corefile.c (core_target): Update the comment on NULL value.
12782 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12783 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12784 MATCHES. Drop YUMMY set on NULL.
12785 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12786 reclaim CORE_DATA if it is already NULL.
12787
12788 2012-01-09 Doug Evans <dje@google.com>
12789
12790 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12791 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12792
12793 2012-01-09 Keith Seitz <keiths@redhat.com>
12794
12795 * breakpoint.c (wrapper.h): Don't include.
12796
12797 2012-01-09 Keith Seitz <keiths@redhat.com>
12798
12799 * Makefile.in (SFILES): Remove wrapper.c.
12800 (HFILES_NO_SRCDIR): Remove wrapper.h.
12801 (COMMON_OBS): Remove wrapper.o.
12802 * cli/cli-interp.c: Don't inlude wrapper.h.
12803 * corelow.c: Likewise.
12804 (core_open): Replace gdb_target_find_new_threads with
12805 TRY_CATCH around target_find_new_threads.
12806 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12807 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12808 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12809 evaluate_expression.
12810 (varobj_set_value): Likewise for evaluate_expression and
12811 value_assign.
12812 (install_new_variable): Likewise for value_fetch_lazy.
12813 (adjust_value_for_child_access): Likewise for value_ind.
12814 (c_describe_child): Likewise for value_subscript and
12815 value_ind.
12816 (c_value_of_root): Likewise for evaluate_expression.
12817 * wrapper.c: Remove.
12818 * wrapper.h: Remove.
12819
12820 2012-01-09 Doug Evans <dje@google.com>
12821
12822 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12823 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12824 "abfd" args with "section". All callers updated.
12825 Error checking code moved ...
12826 (error_check_comp_unit_head): ... here. New function.
12827 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12828 Delete arg "abfd". New arg "type_offset". All callers updated.
12829 (create_debug_types_hash_table): Simplify by using
12830 read_and_check_type_unit_head.
12831
12832 * parser-defs.h (namecopy): Delete.
12833 * parse.c (namecopy, namecopy_size): Move into copy_name.
12834
12835 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12836
12837 Partially fix duplicate .o files after omitting libbfd.a.
12838 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12839 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12840 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12841 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12842 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12843 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12844 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12845
12846 2012-01-09 Pedro Alves <palves@redhat.com>
12847
12848 * MAINTAINERS: Update my email address.
12849
12850 2012-01-08 Doug Evans <dje@google.com>
12851
12852 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12853 n_type_units. Rename type_comp_units to all_type_units.
12854 All uses updated.
12855 (add_signatured_type_cu_to_table): Renamed from
12856 add_signatured_type_cu_to_list. All callers updated.
12857
12858 * gdbtypes.h (struct cplus_struct_type): Delete member
12859 nfn_fields_total. All uses removed.
12860
12861 2012-01-06 Doug Evans <dje@google.com>
12862
12863 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12864 to top of file.
12865 (dwarf2_find_comp_unit): Delete.
12866 (process_psymtab_comp_unit): Make result "void".
12867 Delete args buffer, info_ptr, buffer_size, and replace with
12868 "section". All callers updated.
12869 (dwarf2_build_psymtabs_hard): Simplify.
12870
12871 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12872 Thiago Jung Bauermann <bauerman@br.ibm.com>
12873
12874 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12875 before `struct gdb_exception'.
12876 * breakpoint.c (update_global_location_list_nothrow)
12877 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12878 * cp-abi.c (value_rtti_type): Likewise.
12879 * cp-support.c (cp_validate_operator): Likewise.
12880 * infrun.c (insert_exception_resume_breakpoint)
12881 (check_exception_resume, keep_going): Likewise.
12882 * mi-interp.c (mi_breakpoint_created)
12883 (mi_breakpoint_modified): Likewise.
12884 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12885 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12886 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12887
12888 2012-01-05 Doug Evans <dje@google.com>
12889
12890 * dwarf2read.c (statement_prologue): Delete, unused.
12891
12892 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12893 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12894
12895 * dwarf2read.c (comp_unit_header): Delete, unused.
12896
12897 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12898
12899 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12900 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12901
12902 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12903
12904 * infrun.c (normal_stop): Don't skip calling the normal_stop
12905 observers if the thread was doing a multi-step, but stopped for
12906 some reason other than stepping.
12907
12908 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12909
12910 * cli/cli-decode.h: Add comments.
12911 (CMD_LIST_AMBIGUOUS): Moved to command.h
12912 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12913 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12914 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12915 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12916 (add_com, add_com_alias, add_info, add_info_alias)
12917 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12918 declarations.
12919 * command.h: Add and adjust comments.
12920 (CMD_LIST_AMBIGUOUS): Moved here.
12921 (help_cmd, help_cmd_list): Delete declarations.
12922
12923 2012-01-04 Doug Evans <dje@google.com>
12924
12925 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12926 All callers updated.
12927 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12928 Replace all arguments with "per_cu". All callers updated.
12929
12930 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12931
12932 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12933 New arg "per_cu". All callers updated.
12934
12935 Delete #if 0'd out code.
12936 * language.c (binop_result_type): Delete.
12937 (simple_type, ordered_type, same_type, integral_type): Delete.
12938 (numeric_type, character_type, string_type, boolean_type): Delete.
12939 (float_type, structured_type): Delete.
12940 * language.h: Update.
12941
12942 2012-01-04 Tom Tromey <tromey@redhat.com>
12943
12944 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12945
12946 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12947
12948 * corefile.c (close_exec_file): Delete.
12949 (reopen_exec_file): Remove commented out code that seems related
12950 to close_exec_file, which is being deleted here.
12951 * inferior.h (close_exec_file): Delete.
12952 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12953
12954 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12955
12956 * ada-lang.c: #include "cli/cli-utils.h".
12957 (get_selections): Use skip_spaces.
12958 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12959 (catch_ada_exception_command_split): Use skip_spaces.
12960 (ada_decode_assert_location): Likewise.
12961
12962 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12963
12964 * linespec.c (decode_line_internal): Check for C++ or Java
12965 compound constructs only if the current language is C, C++
12966 or Java.
12967
12968 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12969
12970 Revert:
12971 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12972 Joel Brobecker <brobecker@adacore.com>
12973 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12974 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12975 3 times.
12976 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12977 fall through into AT_ENTRY_POINT.
12978 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12979 DUMMY_ADDR with it.
12980 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12981 PPC_INSN_SIZE skip to 3 times.
12982
12983 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12984
12985 * linespec.c (add_minsym): Preserve function descriptors.
12986
12987 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12988
12989 * breakpoint.c (all_locations_are_pending): Consider locations
12990 in program spaces executing during startup pending as well.
12991
12992 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12993
12994 Copyright year update in most files of the GDB Project.
12995
12996 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12997
12998 * copyright.sh: Delete.
12999 * copyright.py: Rewrite.
13000
13001 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13002
13003 * gnulib/extra/update-copyright: New file, imported from gnulib.
13004
13005 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13006
13007 * README (Copyright and License Notices): New section.
13008
13009 2012-01-03 Tom Tromey <tromey@redhat.com>
13010
13011 PR python/12533:
13012 * python/py-value.c (valpy_dereference, valpy_get_address
13013 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13014 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13015 (valpy_absolute, valpy_richcompare): Free intermediate values.
13016
13017 2011-01-03 Joel Brobecker <brobecker@adacore.com>
13018
13019 * ada-lang.c: Reformat the copyright notice.
13020
13021 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13022
13023 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13024 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13025 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13026 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13027 Revert this part of:
13028 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13029 Build gdb directly from *.o files not using libgdb.a.
13030 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13031
13032 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13033
13034 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13035 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13036 Reformat the copyright header.
13037
13038 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 Revert this part of:
13041 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13042 Remove the gdbtui binary.
13043 * gdb.c (main): Remove args.interpreter_p initialization.
13044 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13045 * main.h (struct captured_main_args): Remove interpreter_p.
13046
13047 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13048
13049 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13050
13051 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13052
13053 * top.c (print_gdb_version): Update copyright year.
13054
13055 2012-01-02 Yao Qi <yao@codesourcery.com>
13056
13057 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13058
13059 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13060 Joel Brobecker <brobecker@adacore.com>
13061
13062 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13063 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13064 3 times.
13065 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13066 fall through into AT_ENTRY_POINT.
13067 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13068 DUMMY_ADDR with it.
13069 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13070 PPC_INSN_SIZE skip to 3 times.
13071
13072 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13073
13074 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13075 the return value.
13076 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13077
13078 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13079
13080 Build gdb directly from *.o files not using libgdb.a.
13081 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13082 (COMMON_OBS): Remove solib-target.o.
13083 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13084 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13085 (LIBGDB_OBS, libgdb.a): Move it above.
13086 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13087 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13088 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13089 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13090 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13091 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13092 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13093 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13094 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13095 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13096 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13097 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13098 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13099 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13100 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13101 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13102 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13103 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13104 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13105 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13106 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13107 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13108 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13109 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13110 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13111 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13112 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13113
13114 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13115
13116 Remove the gdbtui binary.
13117 * .gitignore (/gdbtui): Remove.
13118 * Makefile.in (TUI): Remove.
13119 (SUBDIR_TUI_OBS): Remove tui-main.o.
13120 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13121 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13122 (tui-main.o): Remove.
13123 (all_object_files): Remove tui-main.o.
13124 * NEWS: New note for the gdbtui removal.
13125 * configure: Rebuilt.
13126 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13127 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13128 CONFIG_UNINSTALL respectively.
13129 * gdb.c (main): Remove args.interpreter_p initialization.
13130 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13131 * main.h (struct captured_main_args): Remove interpreter_p.
13132 * tui/tui-main.c: Remove.
13133
13134 2012-01-01 Doug Evans <dje@google.com>
13135
13136 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13137 (dwarf2_physname, read_import_statement): Ditto.
13138 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13139 (process_structure_scope read_subroutine_type): Ditto.
13140 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13141 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13142 (dwarf2_fetch_die_location_block): Ditto.
13143 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13144
13145 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13146 All callers updated.
13147 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13148 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13149 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13150
13151 * dwarf2read.c (load_cu): Move assert to more useful location.
13152
13153 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13154 All callers updated.
13155
13156 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13157 (dwarf2_elf_names): Minor reformat.
13158 (dwarf2_per_cu_data): Tweak comment.
13159 (dwarf2_read_section): Fix comment.
13160 (create_all_comp_units): Fix comment.
13161 (load_full_comp_unit): Fix comment.
13162 (process_full_comp_unit): Fix comment.
13163 (read_signatured_type): Fix comment.
13164
13165 For older changes see ChangeLog-2011.
13166 \f
13167 Local Variables:
13168 mode: change-log
13169 left-margin: 8
13170 fill-column: 74
13171 version-control: never
13172 coding: utf-8
13173 End: