* MAINTAINERS: Add myself to write-after-approval maintainers.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-19 Maxim Kuvyrkov <maxim@codesourcery.com>
2
3 * MAINTAINERS: Add myself to write-after-approval maintainers.
4
5 2012-12-19 Andreas Tobler <andreast@neon.andreas.nets>
6
7 * mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize
8 branch_bp to keep gcc happy.
9
10 2012-12-19 Joel Brobecker <brobecker@adacore.com>
11
12 * gdbarch.sh (copyright): Update copyright years.
13 * gdbarch.h, gdbarch.c: Regenerate.
14 * copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
15 (MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.
16
17 2012-12-19 Joel Brobecker <brobecker@adacore.com>
18
19 * acinclude.m4: Update contact info in copyright notice.
20
21 2012-12-19 Yao Qi <yao@codesourcery.com>
22
23 * maint.c (maintenance_print_statistics): Make it static.
24 * symtab.h (maintenance_print_statistics): Remove declaration.
25
26 2012-12-19 Joel Brobecker <brobecker@adacore.com>
27
28 * NEWS: Add entry announcing ppc-lynx178 support.
29
30 2012-12-19 Joel Brobecker <brobecker@adacore.com>
31
32 Revert the following change (compatibility issues with libiconv):
33 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
34 * gnulib/import/errno.in.h: Import.
35 * gnulib/import/m4/errno_h.m4: Import.
36 * gnulib/aclocal.m4: Regenerate.
37 * gnulib/configure: Regenerate.
38 * gnulib/import/Makefile.am: Update.
39 * gnulib/import/Makefile.in: Update.
40 * gnulib/import/m4/gnulib-cache.m4: Update.
41 * gnulib/import/m4/gnulib-comp.m4: Update.
42
43 2012-12-18 Tom Tromey <tromey@redhat.com>
44
45 * defs.h (directory_command): Don't declare.
46 * source.c (directory_command): Now static.
47
48 2012-12-18 Tom Tromey <tromey@redhat.com>
49
50 * infcmd.c (all_registers_info, nexti_command, stepi_command)
51 (continue_command, interrupt_target_command): Now static.
52 (registers_info): Remove declaration.
53 * inferior.h (all_registers_info, nexti_command, stepi_command)
54 (continue_command, interrupt_target_command): Don't declare.
55
56 2012-12-18 Tom Tromey <tromey@redhat.com>
57
58 * cli/cli-cmds.c (apropos_command): Now static.
59
60 2012-12-18 Tom Tromey <tromey@redhat.com>
61
62 * breakpoint.c (dprintf_command): Now static.
63
64 2012-12-18 Tom Tromey <tromey@redhat.com>
65
66 * Makefile.in (init.c): Declare initialize_all_files;
67 don't include call-cmds.h.
68 * call-cmds.h: Remove.
69 * symtab.c: Don't include call-cmds.h.
70 * top.c: Don't include call-cmds.h. Declare
71 initialize_all_files.
72
73 2012-12-18 Tom Tromey <tromey@redhat.com>
74
75 * symfile.c (list_overlays_command, map_overlay_command)
76 (unmap_overlay_command): Now static.
77
78 2012-12-18 Tom Tromey <tromey@redhat.com>
79
80 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
81 "define", "while", and "if" commands.
82 * cli/cli-script.c (while_command, if_command, define_command)
83 (document_command): Now static.
84 (_initialize_cli_script): New function.
85 * cli/cli-script.h (while_command, if_command, define_command)
86 (document_command): Don't declare.
87
88 2012-12-18 Tom Tromey <tromey@redhat.com>
89
90 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
91 (init_cli_cmds): Move most code into new function.
92
93 2012-12-18 Tom Tromey <tromey@redhat.com>
94
95 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
96 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
97 declare.
98
99 2012-12-18 Joel Brobecker <brobecker@adacore.com>
100
101 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
102 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
103 * xcoffread.c (xcoff_get_core_n_import_files): New function.
104 (xcoff_get_n_import_files): New function.
105 * xcoffread.h (xcoffread.h): Add declaration.
106 * rs6000-aix-tdep.c: #include "xcoffread.h".
107 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
108 XCOFF executables that do not depend on any shared library.
109 * rs6000-lynx178-tdep.c: New file.
110 * configure.tgt: Add powerpc-*-lynx*178 handling.
111 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
112 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
113
114 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
115
116 * ui-file.c (ui_file): Add to_fseek.
117 (ui_file_new): Call set_ui_file_fseek.
118 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
119 stdio_file_fseek): New functions.
120 (stdio_file_new): Call set_ui_file_fseek.
121 * ui-file.h (ui_file_fseek_ftype): New typedef.
122 (set_ui_file_fseek, ui_file_fseek): New externs.
123
124 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
125
126 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
127 (set_ui_file_isatty): Change isatty to isatty_ptr.
128 (set_ui_file_rewind): Change rewind to rewind_ptr.
129 (set_ui_file_put): Change put to put_ptr.
130 (set_ui_file_write): Change write to write_ptr.
131 (set_ui_file_write_async_safe): Change write_async_safe to
132 write_async_safe_ptr.
133 (set_ui_file_read): Change read to read_ptr.
134 (set_ui_file_fputs): Change fputs to fputs_ptr.
135 (set_ui_file_data): Change delete to delete_ptr.
136
137 2012-12-18 Joel Brobecker <brobecker@adacore.com>
138
139 * solib-darwin.c (darwin_current_sos): Fix indentation.
140 (darwin_read_exec_load_addr): New function.
141 (darwin_solib_create_inferior_hook): Rebase executable.
142 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
143 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
144
145 2012-12-18 Joel Brobecker <brobecker@adacore.com>
146
147 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
148 * gnulib/import/errno.in.h: Import.
149 * gnulib/import/m4/errno_h.m4: Import.
150 * gnulib/aclocal.m4: Regenerate.
151 * gnulib/configure: Regenerate.
152 * gnulib/import/Makefile.am: Update.
153 * gnulib/import/Makefile.in: Update.
154 * gnulib/import/m4/gnulib-cache.m4: Update.
155 * gnulib/import/m4/gnulib-comp.m4: Update.
156
157 2012-12-18 Joel Brobecker <brobecker@adacore.com>
158
159 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
160 8d5bd1402003bd0153984b138735adf537d960b0.
161 * gnulib/aclocal.m4, configure, config.in: Regenerate.
162 * gnulib/import/m4/extern-inline.m4: Import.
163 * gnulib/import/wctype-h.c: Import.
164 * gnulib/import/Makefile.am: Update.
165 * gnulib/import/Makefile.in: Update.
166 * gnulib/import/alloca.in.h: Update.
167 * gnulib/import/extra/snippet/warn-on-use.h: Update.
168 * gnulib/import/localcharset.c: Update.
169 * gnulib/import/m4/fcntl-o.m4: Update.
170 * gnulib/import/m4/gnulib-cache.m4: Update.
171 * gnulib/import/m4/gnulib-comp.m4: Update.
172 * gnulib/import/m4/wctype_h.m4: Update.
173 * gnulib/import/stdbool.in.h: Update.
174 * gnulib/import/verify.h: Update.
175 * gnulib/import/wctype.in.h: Update.
176
177 2012-12-18 Joel Brobecker <brobecker@adacore.com>
178
179 * gnulib/update-gnulib.sh: Add call to autoheader.
180
181 2012-12-17 Tom Tromey <tromey@redhat.com>
182
183 * top.c (xgdb_verbose): Remove.
184
185 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 Code cleanup.
188 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
189 unused forward declarations.
190 (skip_file_command): Make variables symtab and filename targets const.
191 Use proper 0 vs. NULL constant everywhere.
192 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
193 Include empty line after declarations. Use GNU spacing in a comment.
194 Do not use strlen for end of string check.
195 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
196 comments.
197 (skip_enable_command, skip_disable_command, skip_delete_command)
198 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
199 (function_pc_is_marked_for_skip): Make variable filename target const.
200 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
201 comment formatting.
202 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
203 NULL constant everywhere. Include empty line after declarations. Make
204 variable symtab target const. Do not use strlen for end of string
205 check.
206
207 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
208
209 Code cleanup.
210 * breakpoint.c (clear_command): Remove variable sal_name_len and its
211 initialization, remove it from the compare_filenames_for_search call.
212 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
213 name_len and its initialization, remove it from the
214 compare_filenames_for_search calls.
215 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
216 * symtab.c (compare_filenames_for_search): Remove the search_len
217 parameter, update the function comment, new variable search_len
218 initialized from SEARCH_NAME.
219 (iterate_over_some_symtabs): Remove variable name_len and its
220 initialization, remove it from the compare_filenames_for_search calls.
221 * symtab.h (compare_filenames_for_search): Remove the search_len
222 parameter,
223
224 2012-12-16 Joel Brobecker <brobecker@adacore.com>
225
226 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
227 (ALLDEPFILES): ... to there.
228
229 2012-12-15 Joel Brobecker <brobecker@adacore.com>
230
231 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
232
233 2012-12-15 Joel Brobecker <brobecker@adacore.com>
234
235 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
236 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
237 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
238 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
239 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
240 to gdb_target_obs for every target that uses rs6000-tdep.o.
241 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
242 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
243 or register_ppc_ravenscar_ops.
244
245 2012-12-15 Joel Brobecker <brobecker@adacore.com>
246
247 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
248 RAVENSCAR_SPARC_THREAD_H.
249 * sparc-ravenscar-thread.c: Rename all global entities
250 whose name is uses "ravenscar_sparc" as the prefix to use
251 "sparc_ravenscar" instead.
252
253 2012-12-15 Joel Brobecker <brobecker@adacore.com>
254
255 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
256 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
257 Adjust sparc-ravenscar-thread.h #include.
258 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
259 accordingly.
260 * Makefile.in: Replace ravenscar-sparc-thread with
261 sparc-ravenscar-thread throughout.
262 * configure.tgt: Likewise.
263
264 2012-12-15 Joel Brobecker <brobecker@adacore.com>
265
266 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
267 declaration.
268 (ravenscar_ops): New gdbarch variable.
269 * gdbarch.h, gdbarch.c: Regenerate.
270 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
271 * ravenscar-thread.c (current_arch_ops): Delete.
272 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
273 from the gdbarch.
274 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
275 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
276 (ravenscar_register_arch_ops): Delete.
277 * ravenscar-sparc-thread.h: New file.
278 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
279 (ravenscar_sparc_ops): Define value statically.
280 (_initialize_ravenscar_sparc): Delete.
281 (register_sparc_ravenscar_ops): New function.
282 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
283 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
284 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
285 ravenscar-sparc-thread.o.
286 (SFILES): Add ravenscar-thread.c.
287 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
288 (ALLDEPFILES): ravenscar-sparc-thread.c.
289 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
290 to gdb_target_obs
291 for all the targets that use sparc-tdep.o.
292
293 2012-12-15 Joel Brobecker <brobecker@adacore.com>
294
295 * ravenscar-thread.c (ravenscar_is_open): Delete.
296 (ravenscar_initialize): Move most of the code from here...
297 (ravenscar_inferior_created): ... to there. Invert logic.
298 (ravenscar_close): Delete.
299 (init_ravenscar_thread_ops): Remove setting of
300 ravenscar_ops.to_close.
301
302 2012-12-15 Joel Brobecker <brobecker@adacore.com>
303
304 * objfiles.c (init_entry_point_info): Move function from here...
305 * symfile.c (init_entry_point_info): ... to there. Make static.
306 * objfiles.h (objfiles.h): Delete declaration.
307
308 2012-12-15 Joel Brobecker <brobecker@adacore.com>
309
310 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
311 Remove call to init_entry_point_info. Add OBJFILE's
312 section_offsets and num_sections initialization. Add note
313 about entry info in the function documentation.
314 (syms_from_objfile): New function.
315 * coffread.c (coff_symfile_init): Remove call to
316 init_entry_point_info.
317 * machoread.c (macho_symfile_init): Likewise.
318 * xcoffread.c(xcoff_symfile_init): Likewise.
319
320 2012-12-15 Yao Qi <yao@codesourcery.com>
321
322 * remote-notif.c (_initialize_notif): Add new commands
323 'set debug notification' and 'show debug notification'.
324 * NEWS: Mention these new commands.
325
326 2012-12-15 Yao Qi <yao@codesourcery.com>
327
328 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
329 (SFILES): Add "remote-notif.c".
330 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
331 * remote-notif.c: New. Factored out from remote.c.
332 * remote-notif.h: New.
333 * remote.c: Include "remote-notif.h".
334 (stop_reply_xmalloc, do_stop_reply_xfree):
335 (remote_parse_stop_reply, remote_get_pending_stop_replies):
336 (remote_async_get_pending_events_handler): Remove declarations.
337 (remote_parse_stop_reply): Declare.
338 (pending_stop_reply): Remove.
339 (remote_async_get_pending_events_token): Move to
340 remote-notif.c.
341 (remote_close): Replace 'delete_async_event_handler' with
342 remote_notif_unregister_async_event_handler.
343 Don't call discard_pending_stop_replies.
344 (remote_start_remote): Replace code with remote_notif_parse
345 and remote_notif_get_pending_replies.
346 (remote_open_1): Replace 'create_async_event_handler' with
347 remote_notif_register_async_event_handler.
348 (extended_remote_attach_1): Call remote_notif_parse and
349 notif_stop_reply_push.
350 (struct stop_reply) <next>: Remove.
351 <base>: New field.
352 Callers update.
353 (stop_reply_queue): Change its type.
354 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
355 (remote_notif_remove_all): New.
356 (discard_pending_stop_replies): Update.
357 (remote_notif_stop_ack, stop_reply_dtr): New.
358 (remote_notif_stop_alloc_event): New.
359 (notif_client_stop): New variable.
360 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
361 (queued_stop_reply, peek_stop_reply): Adjust.
362 (remote_get_pending_stop_replies): Rename to
363 remote_notif_get_pending_events.
364 (handle_notification): Move to remote-notif.c.
365 (remote_async_get_pending_events_handler): Likewise.
366 (remote_wait_as): Adjust to call remote_notif_parse.
367 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
368 Return minus_one_ptid early if gets a notification.
369 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
370 (_initialize_remote): Call QUEUE_alloc. Update caller.
371 (remote_resume): Call 'remote_notif_process' in all-stop mode.
372 * remote.h: Include "remote-notif.h".
373 (remote_notif_get_pending_replies): Declare.
374
375 2012-12-15 Yao Qi <yao@codesourcery.com>
376
377 * remote.c (discard_pending_stop_replies): Update declaration.
378 (remote_detach_1, extended_remote_mourn_1): Likewise.
379 (discard_pending_stop_replies): Change parameter from PID to
380 INF.
381 (remote_close): Update caller.
382 (_initialize_remote): Attach discard_pending_stop_replies to
383 inferior_exit observer.
384
385 2012-12-15 Yao Qi <yao@codesourcery.com>
386
387 * remote.c (getpkt_or_notif_sane): Add one more argument in
388 its declaration.
389 (getpkt_or_notif_sane_1): Add one more argument.
390 (getpkt_sane): Update caller.
391 (getpkt_or_notif_sane): Likewise. Update call
392 togetpkt_or_notif_sane_1.
393 (remote_wait_ns): Update caller.
394
395 2012-12-15 Yao Qi <yao@codesourcery.com>
396 Doug Evans <dje@google.com>
397
398 * common/queue.h: New.
399
400 2012-12-15 Yao Qi <yao@codesourcery.com>
401
402 * breakpoint.c (print_one_breakpoint_location): Display the
403 state of 'installed' of each non-pending location of a tracepoint
404 in both CLI and MI.
405 (download_tracepoint_locations): Notify 'breakpoint-modified'
406 observer if any tracepoint location is downloaded.
407 * tracepoint.c (start_tracing): Likewise.
408 (merge_uploaded_tracepoints): Record all modified
409 tracepoints and notify 'breakpoint-modified' observer for them.
410
411 * NEWS: Mention the change for CLI and MI.
412
413 2012-12-15 Yao Qi <yao@codesourcery.com>
414
415 * breakpoint.c (download_tracepoint_locations): Iterate over
416 ALL_TRACEPOINTS first and then iterate over locations of
417 each tracepoint.
418
419 2012-12-14 Pierre Muller <muller@sourceware.org>
420 Pedro Alves <palves@redhat.com>
421
422 * solib-target.c (solib_target_current_sos): Remove 'const'
423 qualifier from type of library_document local variable to be
424 able to free it and avoid a memory leak.
425 Use cleanup chain to avoid leak even if exceptino is generated.
426
427 2012-12-14 Tom Tromey <tromey@redhat.com>
428
429 PR c++/8888:
430 * symtab.c (lookup_symbol_aux): If constructor is found, consider
431 returning the type instead.
432 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
433 found.
434
435 2012-12-14 Tom Tromey <tromey@redhat.com>
436
437 Partial fix for PR c++/14160:
438 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
439 * dwarf2read.c (dwarf2_is_constructor): New function.
440 (dwarf2_add_member_fn): Use it.
441 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
442 TYPE_FN_FIELD_CONSTRUCTOR.
443 * jv-typeprint.c (java_type_print_base): Use
444 TYPE_FN_FIELD_CONSTRUCTOR.
445 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
446 <dummy>: Shrink.
447 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
448
449 2012-12-14 Tom Tromey <tromey@redhat.com>
450
451 * c-exp.y (block, variable, name_not_typename, lex_one_token,
452 classify_name): Update.
453 * c-valprint.c (c_val_print): Update.
454 * f-exp.y (yylex): Update.
455 * go-exp.y (package_name_p, classify_packaged_name)
456 (classify_name): Update.
457 * jv-exp.y (push_variable): Update.
458 * m2-exp.y (variable): Update.
459 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
460 * p-exp.y (block, variable, yylex): Update.
461 * p-valprint.c (pascal_val_print): Update.
462 * parse.c (write_dollar_variable): Update.
463 * printcmd.c (address_info): Update.
464 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
465 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
466 (lookup_symbol): Change type of 'is_a_field_of_this'.
467 (check_field): Add 'is_a_field_of_this' argument.
468 * symtab.h (struct field_of_this_result): New.
469 (lookup_symbol, lookup_symbol_in_language): Update.
470
471 2012-12-14 Tom Tromey <tromey@redhat.com>
472
473 * symtab.c (check_field): Now static. Move from...
474 * valops.c (check_field): ... here. Remove.
475 * value.h (check_field): Don't declare.
476
477 2012-12-14 Tom Tromey <tromey@redhat.com>
478
479 * NEWS: Mention "info proc" and core files.
480 * corelow.c (core_info_proc): New function.
481 (init_core_ops): Set to_info_proc.
482 * gdbarch.c, gdbarch.h: Rebuild.
483 * gdbarch.sh (core_info_proc): New method.
484 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
485 * linux-tdep.c (linux_core_info_proc_mappings)
486 (linux_core_info_proc): New functions.
487 (linux_find_memory_region_ftype): New typedef.
488 (linux_find_memory_regions_full): New function, from
489 linux_find_memory_regions.
490 (struct linux_find_memory_regions_data): New.
491 (linux_find_memory_regions_thunk): New function.
492 (linux_find_memory_regions): Rewrite.
493 (struct linux_make_mappings_data): New.
494 (linux_make_mappings_callback)
495 (linux_make_mappings_corefile_notes): New functions.
496 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
497 (linux_init_abi): Call set_gdbarch_core_info_proc.
498 * target.c (target_info_proc): Return 'int'.
499 * target.h (target_info_proc): Update.
500
501 2012-12-14 Pierre Muller <muller@sourceware.org>
502
503 * windows-nat.c (windows_xfer_shared_libraries): Avoid
504 memory leak when OFFSET >= LEN_AVAIL.
505
506 2012-12-13 Tom Tromey <tromey@redhat.com>
507
508 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
509
510 2012-12-13 Tom Tromey <tromey@redhat.com>
511
512 * acinclude.m4 (CY_AC_C_WORKS): Remove.
513
514 2012-12-13 Pierre Muller <muller@sourceware.org>
515
516 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
517 local variable and zero terminate it to avoid possible problems
518 in strcmp.
519
520 2012-12-13 Pedro Alves <palves@redhat.com>
521
522 * coff-pe-read.c: Include coff/internal.h.
523 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
524 Null terminate buffer explicitly instead of memset the whole
525 buffer.
526
527 2012-12-13 Pierre Muller <muller@sourceware.org>
528
529 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
530 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
531 for already defined macros.
532
533 2012-12-13 Pierre Muller <muller@sourceware.org>
534
535 * coff-pe-read.h (pe_text_section_offset): Declare new function.
536 * coff-pe-read.c (debug_coff_pe_read): New static variable.
537 (struct read_pe_section_data): Add section_name field.
538 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
539 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
540 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
541 (get_pe_section_index): New function.
542 (struct pe_sections_info): New type.
543 (get_section_vmas): Use new struct pe_sections_info.
544 (add_pe_exported_sym): Handle unnamed exported function.
545 (add_pe_forwarded_sym): New function.
546 (read_pe_truncate_name): Truncate at last dot.
547 (pe_as16): New function.
548 (read_pe_exported_syms): Use ordinal of function to
549 retrieve correct RVA address of function and handle
550 forwarded symbol.
551 (pe_text_section_offset): New function.
552 (show_debug_coff_pe_read): New function.
553 (_initialize_coff_pe_read): New function adding
554 'set/show debug coff_pe_read' commands.
555
556 * windows-tdep.c (windows_xfer_shared_library): Use
557 pe_text_section_offset function instead of possibly wrong
558 0x1000 constant for .text sextion offset.
559
560 2012-12-13 Pedro Alves <palves@redhat.com>
561
562 * gdbarch.sh (do_read): Set IFS to blank.
563
564 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
565
566 * NEWS: Mention the -catch-load/-catch-unload MI commands.
567
568 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
569
570 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
571 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
572 * breakpoint.c (add_solib_catchpoint): New function that
573 can be used by both CLI and MI, factored out from
574 catch_load_or_unload.
575 (catch_load_or_unload): Strip it down and make it use the
576 new add_solib_catchpoint.
577 * breakpoint.h (add_solib_catchpoint): Declare it.
578 * mi/mi-cmd-break.h: New file.
579 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
580 (setup_breakpoint_reporting): New function used for both
581 catchpoints and breakpoints.
582 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
583 * mi/mi-cmd-catch.c: New file.
584 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
585 and -catch-unload.
586 * mi/mi-cmds.h: Declare the handlers for -catch-load and
587 -catch-unload.
588
589 2012-11-28 Tom Tromey <tromey@redhat.com>
590
591 * dbxread.c (read_dbx_symtab): Update.
592 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
593 (read_ofile_symtab): Add 'objfile' argument.
594 * dwarf2read.c (process_psymtab_comp_unit_reader)
595 (build_type_psymtabs_reader): Update.
596 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
597 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
598 argument.
599 (parse_procedure, parse_partial_symbols): Update.
600 (psymtab_to_symtab_1): Add 'objfile' argument.
601 * psympriv.h (struct partial_symtab) <objfile>: Remove.
602 <read_symtab>: Add 'objfile' argument.
603 (sort_pst_symbols, discard_psymtab): Update.
604 * psymtab.c (partial_map_expand_apply): Update.
605 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
606 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
607 (find_pc_sect_psymbol): Add 'objfile' argument.
608 (lookup_symbol_aux_psymtabs): Update.
609 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
610 Add 'objfile' argument.
611 (find_last_source_symtab_from_partial, dump_psymtab)
612 (dump_psymtabs_for_objfile, read_symtabs_for_function)
613 (expand_partial_symbol_tables, read_psymtabs_with_filename)
614 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
615 (expand_symtabs_matching_via_partial): Update.
616 (sort_pst_symbols): Add 'objfile' argument.
617 (allocate_psymtab): Update.
618 (discard_psymtab): Add 'objfile' argument.
619 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
620 * stabsread.h (end_psymtab): Update.
621 * xcoffread.c (this_symtab_objfile): New global.
622 (process_linenos, enter_line_range, xcoff_next_symbol_text):
623 Update.
624 (read_xcoff_symtab): Add 'objfile' argument.
625 (read_symbol, read_symbol_lineno): Update.
626 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
627 (xcoff_end_psymtab): Add 'objfile' argument.
628 (scan_xcoff_symtab): Update.
629
630 2012-12-12 Paul Koning <paul_koning@dell.com>
631
632 Add support for Python 3.
633 * NEWS: Mention Python 3 support.
634 * varobj.c (value_get_print_value): Use
635 python_string_to_target_string.
636 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
637 of type objects.
638 * python/py-breakpoint.c: Ditto.
639 * python/py-cmd.c: Ditto.
640 * python/py-event.c: Ditto.
641 * python/py-event.h: Ditto.
642 * python/py-evtregistry.c: Ditto.
643 * python/py-finishbreakpoint.c: Ditto.
644 * python/py-frame.c: Ditto.
645 * python/py-function.c: Ditto.
646 * python/py-infthread.c: Ditto.
647 * python/py-lazy-string.c: Ditto.
648 * python/py-progspace.c: Ditto.
649 * /python/py-symbol.c: Ditto.
650 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
651 initialization for Python 3.
652 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
653 of type objects.
654 (infpy_read_memory): Return memoryview object if Python 3.
655 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
656 (infpy_search_memory): Ditto.
657 (get_buffer): New function for Python 3.
658 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
659 of type objects.
660 (objfpy_dealloc): Use Py_TYPE to call tp_free.
661 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
662 of type objects.
663 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
664 (set_attr): Ditto.
665 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
666 instead of PyString methods if Python 3.
667 (print_children): Skip push_dummy_python_frame call if Python 3.
668 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
669 of type objects.
670 (salpy_dealloc): Use Py_TYPE to call tp_free.
671 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
672 of type objects.
673 (field_dealloc): Use Py_TYPE to call tp_free.
674 (typy_dealloc): Ditto.
675 (type_object_as_number): Adjust struct initializations for
676 differences in layout for Python 2 vs. Python 3.
677 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
678 string case for Python 3.
679 (unicode_to_encoded_python_string): Shorten code (no functional
680 change).
681 (python_string_to_target_python_string): Comment that in Python 3
682 returned value is a Python "bytes" type.
683 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
684 (gdb_py_object_from_longest): Omit non-long integer case in Python
685 3.
686 (gdb_py_object_from_ulongest): Ditto.
687 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
688 of type objects.
689 (valpy_dealloc): Use Py_TYPE to call tp_free.
690 (valpy_int): Omit function if Python 3.
691 (convert_value_from_python): Use "%S" format (Python object as a
692 string) if Python 3.
693 (value_object_as_number): Adjust struct initializations for
694 differences in layout for Python 2 vs. Python 3.
695 * python/python-config.py: Adjust syntax for Python 3
696 compatibility.
697 Include "sys.abiflags" string as part of python library name, if
698 that attribute exists (Python 3).
699 * python/python-internal.h (IS_PY3): Define if Python 3.
700 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
701 placeholder value if Python 3.
702 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
703 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
704 analogous Python 3 API function if Python 3.
705 (PyVarObject_HEAD_INIT): Define if not already defined.
706 (Py_TYPE): Ditto.
707 * python/python.c (eval_python_command): Omit Py_FlushLine call if
708 Python 3.
709 Check return values of all Python API calls for error.
710 Supply dummy "python" and "python-interactive" commands if Python
711 initialization failed.
712 (_initialize_python): Convert argc to wchar_t** if Python 3.
713 Add module initialization for Python 3.
714 (finish_python_initialization): Pass wchar_t * argument to
715 PySys_SetPath if Python 3.
716 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
717 (_GdbFile): New class for common output file behavior.
718 (GdbOutFile): Subclass from _GdbFile.
719 (GdbOutputErrorFile): Ditto.
720 (auto_load_packages): Adjust syntax for Python 3 compatibility.
721 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
722 * python/lib/gdb/prompt.py: Use sorted() function rather than
723 sort() method.
724 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
725 Adjust syntax for Python 3 compatibility.
726 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
727 rather than sort() method.
728 Adjust syntax for Python 3 compatibility.
729 * python/lib/gdb/command/type_printers.py: Ditto.
730 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
731 value is a memoryview object if Python 3.
732
733 2012-12-12 Tom Tromey <tromey@redhat.com>
734
735 * coffread.c (coff_objfile_data_key): New global.
736 (coff_symfile_init): Use set_objfile_data.
737 (coff_symfile_read): Use objfile_data.
738 (coff_symfile_finish): Don't free deprecated_sym_private.
739 (coff_free_info): New function.
740 (_initialize_coffread): Initialize coff_objfile_data_key.
741 * mdebugread.c (pending_list): Update comment.
742 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
743 * symfile.c (reread_symbols): Don't mention
744 deprecated_sym_private.
745 * xcoffread.c (xcoff_objfile_data_key): New global.
746 (XCOFF_DATA): New macro.
747 (process_linenos, enter_line_range, xcoff_next_symbol_text)
748 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
749 XCOFF_DATA.
750 (xcoff_new_init) Use set_objfile_data.
751 (xcoff_symfile_finish): Don't free deprecated_sym_private.
752 (init_stringtab, swap_sym, scan_xcoff_symtab)
753 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
754 (xcoff_free_info): New function.
755 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
756
757 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
758
759 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
760
761 2012-12-12 Tom Tromey <tromey@redhat.com>
762
763 * coffread.c (coff_symfile_init): Use set_objfile_data.
764 (coff_symfile_read): Use DBX_SYMFILE_INFO.
765 * dbxread.c (dbx_objfile_data_key): New global.
766 (dbx_symfile_init): Use set_objfile_data.
767 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
768 (dbx_free_symfile_info): New function.
769 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
770 DBX_SYMFILE_INFO.
771 (stabsect_build_psymtabs): Use set_objfile_data.
772 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
773 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
774 set_objfile_data.
775 (free_elfinfo): Use DBX_SYMFILE_INFO.
776 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
777 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
778 * gdb-stabs.h (dbx_objfile_data_key): Declare.
779 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
780 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
781 * somread.c (som_symfile_finish): Don't free
782 deprecated_sym_stab_info.
783
784 2012-12-12 Joel Brobecker <brobecker@adacore.com>
785
786 * gdbarch.sh (software_single_step): Remove trailing space in
787 comment (gdbarch.h is already correct).
788
789 2012-12-11 Tom Tromey <tromey@redhat.com>
790
791 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
792
793 2012-12-11 Tom Tromey <tromey@redhat.com>
794
795 * dsrec.c (report_transfer_performance): Don't declare.
796 (load_srec): Use gettimeofday, print_transfer_performance.
797 * symfile.c (report_transfer_performance): Remove.
798
799 2012-12-11 Pedro Alves <pedro@codesourcery.com>
800 Pedro Alves <palves@redhat.com>
801
802 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
803 NT_PSTATUS note.
804 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
805 differently from LWP IDs.
806
807 2012-12-11 Pedro Alves <palves@redhat.com>
808
809 * configure.ac (detect type of /proc): Remove Unixware handling.
810 * configure: Regenerate.
811 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
812 (ioctl_table) [PCRESET]: Remove entry.
813 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
814 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
815 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
816 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
817 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
818 Unixware in comments throughout.
819 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
820 and remove mention of Unixware.
821
822 2012-12-10 Doug Evans <dje@google.com>
823
824 * dwarf2read.c (dwarf2_cu): Enhance comment.
825 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
826 the DWO file.
827 (dwarf2_record_block_ranges): Ditto.
828
829 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
830
831 * symtab.c (find_pc_sect_symtab): Add comment.
832
833 2012-12-10 Tom Tromey <tromey@redhat.com>
834
835 * defs.h: Don't check for definition of LONGEST.
836 (min, max): Remove duplicates.
837
838 2012-12-10 Tom Tromey <tromey@redhat.com>
839
840 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
841 (dwarf2_fetch_die_loc_cu_off): Rename from
842 dwarf2_fetch_die_location_block. Rewrite to use
843 dwarf2_fetch_die_loc_sect_off.
844 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
845 (dwarf2_fetch_die_loc_cu_off): Rename.
846 * dwarf2loc.c (indirect_pieced_value): Use
847 dwarf2_fetch_die_loc_sect_off.
848 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
849 comment.
850 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
851 * dwarf2expr.c (add_piece): Update.
852 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
853
854 2012-12-10 Tom Tromey <tromey@redhat.com>
855
856 * buildsym.c (struct pending_block): Move from buildsym.h.
857 (pending_blocks): Likewise; now static.
858 (pending_block_obstack): New global.
859 (free_pending_blocks): Free blocks.
860 (record_pending_block): Use pending_block_obstack.
861 * buildsym.h (struct pending_block): Move definition to
862 buildsym.c.
863 (pending_blocks): Don't declare.
864
865 2012-12-10 Pedro Alves <palves@redhat.com>
866
867 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
868 dead SCO code, and adjust function description comment.
869
870 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
873 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
874 CC_HAS_LONG_LONG.
875 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
876 * dwarf2read.c (extract_cu_value): Remove the function.
877 (create_cus_from_index_list): Make the return type void, inline the
878 extract_cu_value caller, include new gdb_static_assert.
879 (create_cus_from_index): Make the return type void, update the function
880 comment, update the create_cus_from_index_list caller.
881 (create_signatured_type_table_from_index): Make the return type void,
882 inline the extract_cu_value caller, include new gdb_static_assert.
883 (dwarf2_read_index): Update the create_cus_from_index and
884 create_signatured_type_table_from_index caller.
885 * printcmd.c (ui_printf): Remove conditionalizations for
886 CC_HAS_LONG_LONG.
887 * config.in: Regenerate.
888 * configure: Regenerate.
889
890 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
893 Update the comment for checked_producer.
894 (check_producer): New forward declaration.
895 (producer_is_gcc_lt_4_3): New function.
896 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
897 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
898
899 2012-12-07 Tom Tromey <tromey@redhat.com>
900
901 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
902 argument, assertion.
903 * c-exp.y (typebase): Add completion productions.
904 * completer.c (expression_completer): Handle tag completion.
905 * expression.h (parse_expression_for_completion): Add argument.
906 * f-lang.c (f_make_symbol_completion_list): Add 'code'
907 argument.
908 * language.h (struct language_defn)
909 <la_make_symbol_completion_list>: Add 'code' argument.
910 * parse.c (expout_tag_completion_type, expout_completion_name):
911 New globals.
912 (mark_struct_expression): Add assertion.
913 (mark_completion_tag): New function.
914 (parse_exp_in_context): Initialize new globals.
915 (parse_expression_for_completion): Add 'code' argument. Handle
916 tag completion.
917 * parser-defs.h (mark_completion_tag): Declare.
918 * symtab.c (default_make_symbol_completion_list_break_on): Add
919 'code' argument. Update.
920 (default_make_symbol_completion_list): Add 'code' argument.
921 (make_symbol_completion_list): Update.
922 (make_symbol_completion_type): New function.
923 * symtab.h (default_make_symbol_completion_list_break_on)
924 (default_make_symbol_completion_list): Update.
925 (make_symbol_completion_type): Declare.
926
927 2012-12-07 Tom Tromey <tromey@redhat.com>
928
929 * expression.h (parse_expression_for_completion): Rename
930 from parse_field_expression.
931 (parse_completion): Rename from in_parse_field.
932 * c-exp.y (lex_one_token): Update.
933 * completer.c (expression_completer): Update.
934 * go-exp.y (lex_one_token): Update.
935 * p-exp.y (yylex): Update.
936 * parse.c (parse_completion): Rename from in_parse_field.
937 (parse_exp_in_context): Update.
938 (parse_expression_for_completion): Rename from
939 parse_field_expression. Update.
940
941 2012-12-07 Tom Tromey <tromey@redhat.com>
942
943 * typeprint.c (_initialize_typeprint): Set completer
944 for "whatis" and "ptype".
945
946 2012-12-07 Joel Brobecker <brobecker@adacore.com>
947
948 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
949 "sim/common/cgen-fpu.h". Remove invalid entries
950 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
951 which actually have an FSF copyright header.
952
953 2012-12-07 Joel Brobecker <brobecker@adacore.com>
954
955 * osf-share/AT386/cma_thread_io.h: Delete.
956 * osf-share/HP800/cma_thread_io.h: Delete.
957 * osf-share/README: Delete.
958 * osf-share/RIOS/cma_thread_io.h: Delete.
959 * osf-share/cma_attr.h: Delete.
960 * osf-share/cma_deb_core.h: Delete.
961 * osf-share/cma_debug_client.h: Delete.
962 * osf-share/cma_errors.h: Delete.
963 * osf-share/cma_handle.h: Delete.
964 * osf-share/cma_init.h: Delete.
965 * osf-share/cma_list.h: Delete.
966 * osf-share/cma_mutex.h: Delete.
967 * osf-share/cma_sched.h: Delete.
968 * osf-share/cma_semaphore_defs.h: Delete.
969 * osf-share/cma_sequence.h: Delete.
970 * osf-share/cma_stack.h: Delete.
971 * osf-share/cma_stack_int.h: Delete.
972 * osf-share/cma_tcb_defs.h: Delete.
973 * osf-share/cma_util.h: Delete.
974 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
975 in osf-share.
976 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
977 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
978 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
979
980 2012-12-06 Pedro Alves <palves@redhat.com>
981 Tom Tromey <tromey@redhat.com>
982
983 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
984
985 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
986
987 PR mi/14741:
988 * mi/mi-cmd-var.c (varobj_update_one): Take value of
989 attribute "dynamic" and "displayhint" from printed child,
990 not the root variable.
991
992 2012-12-06 Joel Brobecker <brobecker@adacore.com>
993
994 * aix-thread.c (getthrds): Fix type of 4th parameter.
995 (get_signaled_thread): Change type of variable ktid to tid_t.
996
997 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
998
999 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
1000 value of get_frame_block.
1001
1002 2012-12-05 Pierre Muller <muller@sourceware.org>
1003
1004 Avoid memory leaks on struct cmd_list_element.doc field.
1005 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
1006 if flags contains DOC_ALLOCATED.
1007 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
1008 flags.
1009 (delete_cmd): Handle DOC_ALLOCATED flag.
1010 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
1011 in flags filed of struct cmd_list_element.
1012 (struct cmd_list_element): Document new flag item.
1013
1014 2012-12-04 Doug Evans <dje@google.com>
1015
1016 * symmisc.c: Whitespace fixes.
1017
1018 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
1019
1020 * i386-tdep.c (i386_skip_prologue): Using symbol table
1021 to find the end of prologue for clang compiled binaries.
1022 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
1023 to find the end of prologue for clang compiled binaries.
1024
1025 2012-12-03 Doug Evans <dje@google.com>
1026
1027 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
1028 (dw2_find_symbol_file): Delete unused local file_data.
1029
1030 2012-12-03 Tom Tromey <tromey@redhat.com>
1031
1032 * ada-exp.y (write_object_renaming, write_var_or_type)
1033 (write_ambiguous_var, write_var_from_sym): Make blocks const.
1034 * ada-lang.c (replace_operator_with_call)
1035 (find_old_style_renaming_symbol): Make blocks const.
1036 * ada-lang.h (ada_find_renaming_symbol): Update.
1037 (struct ada_symbol_info) <block>: Now const.
1038 * breakpoint.c (watch_command_1): Update.
1039 * breakpoint.h (struct watchpoint) <exp_valid_block,
1040 cond_exp_valid_block>: Now const.
1041 * c-exp.y (classify_inner_name, classify_name): Make block
1042 argument const.
1043 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1044 const.
1045 * expression.h (innermost_block, parse_exp_1): Update.
1046 (union exp_element) <block>: Now const.
1047 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1048 (lookup_struct): Make block argument const.
1049 * gdbtypes.h (lookup_template_type): Update.
1050 * go-exp.y (classify_name, classify_packaged_name)
1051 (package_name_p): Make block argument const.
1052 * objc-lang.c (lookup_struct_typedef): Make block argument const.
1053 * objc-lang.h (lookup_struct_typedef): Update.
1054 * parse.c (parse_exp_in_context, parse_exp_1)
1055 (write_exp_elt_block): Make block arguments const.
1056 (expression_context_block, innermost_block): Now const.
1057 * parser-defs.h (write_exp_elt_block): Update.
1058 (expression_context_block, innermost_block, block_found): Now
1059 const.
1060 * printcmd.c (struct display) <block>: Now const.
1061 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1062 * valops.c (address_of_variable): Make block argument const.
1063 * value.h (value_of_variable): Update.
1064 * varobj.c (struct varobj_root) <valid_block>: Now const.
1065
1066 2012-11-30 Yao Qi <yao@codesourcery.com>
1067
1068 * breakpoint.c (print_one_breakpoint_location): Indent code.
1069
1070 2012-11-30 Yao Qi <yao@codesourcery.com>
1071
1072 * breakpoint.c (print_one_breakpoint_location): Combine two
1073 blocks handling 'hit count' together.
1074
1075 2012-11-30 Yao Qi <yao@codesourcery.com>
1076
1077 * infrun.c (error_is_running, ensure_not_running): Move them
1078 to ...
1079 * infcmd.c (error_is_running, ensure_not_running): ... here.
1080 Make them 'static'.
1081 * inferior.h: Remove declarations of error_is_running and
1082 ensure_not_running.
1083
1084 2012-11-30 Yao Qi <yao@codesourcery.com>
1085
1086 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1087 check REGNUM >= 0.
1088
1089 2012-11-30 Yao Qi <yao@codesourcery.com>
1090
1091 * infrun.c: Make the declaration of 'init_infwait_state'
1092 static.
1093 (init_infwait_state): Make it 'static'.
1094
1095 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1096
1097 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1098 return value to void to avoid compiler warning.
1099
1100 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1101
1102 * opencl-lang.c (opencl_print_type): New function.
1103 (opencl_language_arch_info): Install it.
1104
1105 2012-11-29 Tom Tromey <tromey@redhat.com>
1106
1107 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1108 xvasprintf.
1109 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1110 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1111
1112 2012-11-29 Jerome Guitton <guitton@adacore.com>
1113
1114 * ada-lang.c (ada_is_interface_tag): New function.
1115 (ada_is_ignored_field): Add interface tags to the list
1116 of ignored fields.
1117
1118 2012-11-29 Jerome Guitton <guitton@adacore.com>
1119
1120 * ada-lang.h (ada_tag_value_at_base_address): New function
1121 declaration.
1122 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1123 New functions.
1124 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1125 relocate the class-wide value if need be.
1126 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1127 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1128 before dereferencing it.
1129 * ada-valprint.c (ada_val_print_1): Relocate to base address
1130 before displaying the content of an interface-wide ref.
1131
1132 2012-11-29 Jerome Guitton <guitton@adacore.com>
1133
1134 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1135
1136 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1137
1138 GDB 7.5.1 released.
1139
1140 2012-11-29 Yao Qi <yao@codesourcery.com>
1141 Tom Tromey <tromey@redhat.com>
1142
1143 * eval.c (evaluate_subexp_standard): Get the correct pointer
1144 type for TYPE_CODE_MEMBERPTR.
1145
1146 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1147
1148 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1149 since now it is being done by binutils' powerpc_init_dialect().
1150
1151 2012-11-28 Tom Tromey <tromey@redhat.com>
1152
1153 PR gdb/14290:
1154 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1155 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1156 Use it.
1157 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1158 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1159 (gdb_bfd_openr_next_archived_file): Use it.
1160
1161 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * configure.ac: Check for linux/perf_event.h.
1164 * config.in: Regenerated.
1165 * configure: Regenerated.
1166
1167 2012-11-28 Yao Qi <yao@codesourcery.com>
1168
1169 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1170 abbreviate 'delete tracepoints' to 'delete tr'.
1171 * corefile.c (_initialize_core): Call add_alias_cmd to
1172 abbreviate 'set gnutarget' to 'set g'.
1173 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1174 'show convenience' to 'show conv'.
1175
1176 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1177
1178 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1179 call to sparc_supply_fpregset.
1180 (fill_fpregset): Fix first parameter in call to
1181 sparc_collect_fpregset.
1182
1183 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1184 Kazu Hirata <kazu@codesourcery.com>
1185 Yao Qi <yao@codesourcery.com>
1186
1187 * objfiles.c (init_entry_point_info): Call
1188 gdbarch_convert_from_func_ptr_addr and
1189 gdbarch_addr_bits_remove here ...
1190 (entry_point_address_query): ... instead of here.
1191 * solib-svr4.c (exec_entry_point): Call
1192 gdbarch_addr_bits_remove.
1193 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1194 the entry address.
1195
1196 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1197 Yao Qi <yao@codesourcery.com>
1198
1199 * eval.c (evaluate_subexp_standard): Add handling of
1200 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1201 result of ptype for calling a TYPE_CODE_METHODPTR.
1202
1203 2012-11-27 Yao Qi <yao@codesourcery.com>
1204
1205 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1206 warning.
1207 Add i18n markup.
1208
1209 2012-11-26 Alexander Larsson <alexl@redhat.com>
1210 Jan Kratochvil <jan.kratochvil@redhat.com>
1211 Tom Tromey <tromey@redhat.com>
1212
1213 * NEWS: Mention mini debuginfo feature.
1214 * minidebug.c: New file.
1215 * configure.ac: Check for lzma.
1216 * configure, config.in: Rebuild.
1217 * Makefile.in (LIBLZMA): New variable.
1218 (CLIBS): Include LIBLZMA.
1219 (SFILES): Mention minidebug.c.
1220 (COMMON_OBS): Mention minidebug.o.
1221 * symfile.c (read_symbols): New function.
1222 (syms_from_objfile, reread_symbols): Call it.
1223 * symfile.h (find_separate_debug_file_in_section): Declare.
1224
1225 2012-11-26 Keith Seitz <keiths@redhat.com>
1226
1227 * exec.c (exec_file_attach): Move cleanup after verifying that
1228 memory has in fact been allocated.
1229
1230 2012-11-26 Tom Tromey <tromey@redhat.com>
1231
1232 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1233 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1234 SYMBOL_SYMTAB.
1235 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1236
1237 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1238 Pedro Alves <palves@redhat.com>
1239
1240 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1241 size parameter passed to readlink by one byte.
1242 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1243 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1244 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1245 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1246 size by one byte.
1247
1248 2012-11-26 Yao Qi <yao@codesourcery.com>
1249
1250 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1251 extraneous parentheses.
1252
1253 2012-11-26 Yao Qi <yao@codesourcery.com>
1254
1255 * remote.c (remote_start_remote): Typo fix.
1256
1257 2012-11-23 David S. Miller <davem@davemloft.net>
1258
1259 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1260 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1261 sparc32_sol2_fpregset): Declare new globals.
1262 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1263 'fpregset' argument.
1264 * sparc64-tdep.h (sparc64_supply_fpregset,
1265 sparc64_collect_fpregset): Likewise.
1266 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1267 globals.
1268 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1269 (sparc_fpregset): Declare new global.
1270 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1271 'fpregset' argument.
1272 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1273 into handler.
1274 (fill_fpregset): Likewise.
1275 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1276 sparc32_bsd_fpregset.
1277 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1278 sparc32_bsd_fpregset down into handler.
1279 (sparc32_linux_collect_core_fpregset): Likewise.
1280 * sparc-nat.c (sparc_fpregset): Define.
1281 (sparc_supply_fpregset): Add 'fpregset' argument.
1282 (sparc_collect_fpregset): Likewise.
1283 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1284 into fpregset handler.
1285 (sparc_store_inferior_registers): Likewise.
1286 (_initialize_sparc_nat): Set sparc_fpregset to
1287 sparc32_sunos4_fpregset if NULL.
1288 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1289 down into handler.
1290 (fill_fpregset): Likewise.
1291 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1292 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1293 use it to compute offsets.
1294 (sparc32_collect_fpregset): Likewise.
1295 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1296 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1297 down into handler.
1298 (fill_fpregset): Likewise.
1299 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1300 Likewise.
1301 (sparc64_linux_collect_core_fpregset): Likewise.
1302 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1303 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1304 use it to compute offsets.
1305 (sparc64_collect_fpregset): Likewise.
1306 (sparc64_bsd_fpregset): Define.
1307 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1308 sparc64_bsd_fpregset down into handler.
1309 (sparc64fbsd_collect_fpregset): Likewise.
1310 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1311 and pass sparc{32,64}_bsd_fpregset down into handler.
1312 (sparc64nbsd_collect_fpregset): Likewise.
1313 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1314 sparc64_bsd_fpregset down into handler.
1315 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1316 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1317 to sparc32_bsd_fpregset.
1318 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1319 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1320 (sparc32nbsd_supply_fpregset): Likewise.
1321
1322 2012-11-21 Tom Tromey <tromey@redhat.com>
1323
1324 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1325 field.
1326 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1327 Remove.
1328 * c-typeprint.c (c_type_print_base): Update.
1329
1330 2012-11-21 Yao Qi <yao@codesourcery.com>
1331
1332 PR tdep/7438
1333 * gdbarch.sh (smash_text_address): Remove.
1334 * gdbarch.c, gdbarch.h: Regenerate.
1335 * arm-tdep.c (arm_smash_text_address): Remove.
1336 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1337 * hppa-tdep.c (hppa_smash_text_address): Remove.
1338 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1339 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1340 Caller update.
1341 * coffread.c (coff_symtab_read): Caller update.
1342 * dbxread.c (process_one_symbol): Likewise.
1343 * elfread.c (record_minimal_symbol): Likewise.
1344 * somread.c (som_symtab_read): Likewise.
1345
1346 2012-11-20 Pierre Muller <muller@sourceware.org>
1347
1348 ARI fixes: sprintf rule.
1349 Replace sprintf function calls for char arrays by
1350 calls to xsnprintf calls.
1351 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1352 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1353 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1354 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1355 * breakpoint.c (condition_completer): Ditto.
1356 (create_tracepoint_from_upload): Ditto.
1357 * dwarf2read.c (file_full_name): Ditto.
1358 * gcore.c (gcore_command): Ditto.
1359 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1360 * go32-nat.c (go32_sysinfo): Ditto.
1361 * interps.c (interp_set): Ditto.
1362 * m32c-tdep.c (make_types): Ditto.
1363 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1364 * remote-m32r-sdi.c (m32r_open): Ditto.
1365 * sol-thread.c (td_err_string): Ditto.
1366 (td_state_string, solaris_pid_to_str): Ditto.
1367 * symtab.c (gdb_mangle_name): Ditto.
1368 * cli/cli-script.c (execute_control_command): Ditto.
1369 (define_command, document_command): Ditto.
1370 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1371 * tui/tui-stack.c (tui_make_status_line): Ditto.
1372 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1373
1374 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1375
1376 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1377 it when looking at ptr->func.
1378 * command.h (complete_on_cmdlist): Add a fourth arg.
1379 * completer.c (complete_line_internal): Add local ignore_help_classes,
1380 and set it to 1 when reason is not handle_help. Pass this down to
1381 lookup_cmd_1 and complete_on_cmdlist.
1382
1383 2012-11-20 Tom Tromey <tromey@redhat.com>
1384
1385 * completer.c (count_struct_fields): Remove.
1386 (expression_completer): Don't call count_struct_fields.
1387
1388 2012-11-20 Pedro Alves <palves@redhat.com>
1389
1390 * annotate.c (breakpoints_changed): Rename to ...
1391 (annotate_breakpoints_changed): ... this.
1392 (annotate_stopped, breakpoint_changed): Adjust caller.
1393 * annotate.h (breakpoints_changed): Rename to ...
1394 (annotate_breakpoints_changed): ... this.
1395 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1396 (do_map_commands_command, init_raw_breakpoint, clear_command)
1397 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1398
1399 2012-11-20 David S. Miller <davem@davemloft.net>
1400
1401 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1402 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1403 sysconf.
1404 (get_cores_used_by_process): Update comment.
1405
1406 2012-11-20 Yao Qi <yao@codesourcery.com>
1407
1408 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1409
1410 2012-11-20 Yao Qi <yao@codesourcery.com>
1411
1412 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1413 to deprecated_context_hook.
1414
1415 2012-11-19 Yao Qi <yao@codesourcery.com>
1416
1417 * infrun.c (infwait_state): Add static.
1418
1419 2012-11-16 Keith Seitz <keiths@redhat.com>
1420
1421 PR c++/13615
1422 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1423 parameter and pass it to lookup_symbol_file.
1424 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1425 to search base classes.
1426 (cp_lookup_symbol_namespace): Likewise.
1427 (lookup_namespace_scope): Likewise.
1428 (lookup_symbol_file): Add SEARCH parameter.
1429 If SEARCH is non-zero and no symbol is found, lookup the class
1430 and call cp_lookup_nested_symbol.
1431 (find_symbol_in_baseclass): New function.
1432 (cp_lookup_nested_symbol): Do not let
1433 cp_lookup_symbol_in_namespace search through base classes.
1434 Do that later when there is no global symbol match.
1435
1436 2012-11-16 Doug Evans <dje@google.com>
1437
1438 * main.c (gdb_datadir_provided): New static global.
1439 (get_init_files): If --data-directory is provided,
1440 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1441 * NEWS: Mention it.
1442
1443 2012-11-15 Pierre Muller <muller@sourceware.org>
1444
1445 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1446 * gdb_stat.h: Delete. Moved to common directory.
1447 * common/gdb_stat.h: New file.
1448 * gdb_wait.h: Delete. Moved to common directory.
1449 * common/gdb_wait.h: New file.
1450 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1451 location.
1452 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1453 location.
1454 (stat.h rule): Adapt to new gdb_stat.h location.
1455 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1456 <sys/stat.h> header.
1457 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1458 <sys/wait.h> header.
1459
1460 2012-11-15 Pierre Muller <muller@sourceware.org>
1461
1462 * configure.ac (AC_HEADER_STAT): Remove.
1463 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1464 and corresponding code.
1465 * configure: Regenerate.
1466 * config.in: Regenerate.
1467
1468 2012-11-15 Pierre Muller <muller@sourceware.org>
1469
1470 ARI xasprintf rule fixes.
1471 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1472 instead of xasprintf.
1473 (open_and_init_dwp_file): Ditto.
1474
1475 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1476
1477 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1478 target types.
1479
1480 2012-11-14 Tom Tromey <tromey@redhat.com>
1481
1482 * configure, config.in: Rebuild.
1483 * configure.ac: Don't check for ctype.h, time.h.
1484 * expprint.c: Don't use HAVE_CTYPE_H.
1485
1486 2012-11-13 Tom Tromey <tromey@redhat.com>
1487
1488 * gdbarch.h, gdbarch.c: Rebuild.
1489 * gdbarch.sh (set_target_gdbarch): Rename from
1490 deprecated_target_gdbarch_select_hack.
1491 * arch-utils.c (gdbarch_update_p): Update.
1492 (set_gdbarch_from_file): Update.
1493
1494 2012-11-14 Pierre Muller <muller@sourceware.org>
1495
1496 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1497 as responsible of contrib/ari directory.
1498
1499 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1500 Yao Qi <yao@codesourcery.com>
1501
1502 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1503 bit of EXC_RETURN.
1504 (arm_m_exception_cache, arm_m_exception_this_id)
1505 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1506 (arm_m_exception_unwind): New.
1507 (arm_gdbarch_init): Register arm_m_exception_unwind.
1508
1509 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1510
1511 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1512 parameter COUNT, for pattern filling of memory regions.
1513 * NEWS: Mention it.
1514
1515 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1516
1517 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1518 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1519 to print_source_lines ().
1520 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1521 flag.
1522 * source.c (print_source_lines_base): Prefix source line with
1523 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1524
1525 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1526
1527 * symtab.h (print_source_lines_flags): New enum.
1528 * source.c (print_source_lines_base): Change noerror to flags.
1529 (print_source_lines): Change noerror to flags.
1530
1531 2012-11-13 Pierre Muller <muller@sourceware.org>
1532
1533 ARI fixes: Avoid sprintf function use rule.
1534 * charset.c (convert_between_encodings): Use xsnprintf.
1535 * cli-out.c (cli_field_int): Likewise.
1536 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1537 * expprint.c (op_name_standard): Likewise.
1538 * frv-tdep.c (set_variant_num_gprs): Likewise.
1539 (set_variant_num_fprs): Likewise.
1540 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1541 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1542 (nto_init_solib_absolute_prefix): Likewise.
1543 * source.c (init_source_path): Likewise.
1544 (print_source_lines_base): Likewise.
1545 * valprint.c (print_wchar): Likewise.
1546 * mi/mi-out.c (mi_field_int): Likewise.
1547 windows-nat.c (windows_pid_to_exec_file): Likewise.
1548 (windows_create_inferior): Likewise.
1549 (_initialize_check_for_gdb_ini): Likewise.
1550
1551 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1552
1553 * frame.h (deprecated_frame_register_read): Renames
1554 frame_register_read.
1555 * frame.c (deprecated_frame_register_read): Renames
1556 frame_register_read. Update all callers.
1557 * i386-tdep.c: Update all callers of frame_register_read.
1558 * infcmd.c: Likewise.
1559 * jit.c: Likewise.
1560 * mips-tdep.c: Likewise.
1561 * mt-tdep.c: Likewise.
1562 * sh64-tdep.c: Likewise.
1563
1564 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1565
1566 * frame.h (frame_register_read): Remove FIXME comment.
1567 * frame.c (frame_register_read): Add suggestion explaining
1568 which function to use in place of this one.
1569
1570 2012-11-12 Tom Tromey <tromey@redhat.com>
1571
1572 * python/python.c (start_type_printers): Initialize 'result_obj'.
1573
1574 2012-11-12 Tom Tromey <tromey@redhat.com>
1575
1576 * NEWS: Update.
1577 * data-directory/Makefile.in (PYTHON_FILES): Add
1578 type_printers.py.
1579 * python/lib/gdb/command/type_printers.py: New file.
1580 * python/lib/gdb/command/types.py (TypePrinter): New class.
1581 (_get_some_type_recognizers, get_type_recognizers,
1582 apply_type_recognizers, register_type_printer): New
1583 functions.
1584 * python/py-objfile.c (objfile_object) <type_printers>: New
1585 field.
1586 (objfpy_dealloc): Decref new field.
1587 (objfpy_new): Set new field.
1588 (objfpy_get_type_printers, objfpy_set_type_printers): New
1589 functions.
1590 (objfile_to_objfile_object): Set new field.
1591 (objfile_getset): Add "type_printers".
1592 * python/py-progspace.c (pspace_object) <type_printers>: New
1593 field.
1594 (pspy_dealloc): Decref new field.
1595 (pspy_new): Set new field.
1596 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1597 (pspace_to_pspace_object): Set new field.
1598 (pspace_getset): Add "type_printers".
1599 * python/python.c (start_type_printers, apply_type_printers,
1600 free_type_printers): New functions.
1601 (_initialize_python): Set gdb.type_printers.
1602 * python/python.h (start_type_printers, apply_type_printers,
1603 free_type_printers): Declare.
1604 * typeprint.c (type_print_raw_options, default_ptype_flags):
1605 Update for new fields.
1606 (do_free_global_table, create_global_typedef_table,
1607 find_global_typedef): New functions.
1608 (find_typedef_in_hash): Use find_global_typedef.
1609 (whatis_exp): Use create_global_typedef_table. Change cleanup
1610 handling.
1611 * typeprint.h (struct type_print_options) <global_typedefs,
1612 global_printers>: New fields.
1613
1614 2012-11-12 Tom Tromey <tromey@redhat.com>
1615
1616 * c-typeprint.c (find_typedef_for_canonicalize,
1617 print_name_maybe_canonical): New functions.
1618 (c_print_type): Look up type name.
1619 (cp_type_print_derivation_info): Add flags argument. Use
1620 print_name_maybe_canonical.
1621 (cp_type_print_method_args): Add wrapping.
1622 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1623 (c_type_print_template_args): New function.
1624 (c_type_print_base): Change wrapping. Use
1625 print_name_maybe_canonical.
1626 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1627 type name lookups.
1628 * gdbtypes.c (types_equal): No longer static.
1629 * gdbtypes.h (types_equal): Declare.
1630 * typeprint.c (type_print_raw_options, default_ptype_flags):
1631 Update.
1632 (struct typedef_hash_table): New.
1633 (hash_typedef_field, eq_typedef_field,
1634 recursively_update_typedef_hash, add_template_parameters,
1635 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1636 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1637 copy_typedef_hash, find_typedef_in_hash): New functions.
1638 * typeprint.h (struct type_print_options) <local_typedefs>:
1639 New field.
1640 (recursively_update_typedef_hash, add_template_parameters,
1641 create_typedef_hash, free_typedef_hash,
1642 make_cleanup_free_typedef_hash, copy_typedef_hash,
1643 find_typedef_in_hash): Declare.
1644
1645 2012-11-12 Tom Tromey <tromey@redhat.com>
1646
1647 * cp-support.c (inspect_type,
1648 replace_typedefs_qualified_name, replace_typedefs): Add
1649 finder, data arguments. Call as needed.
1650 (cp_canonicalize_string_full): New function.
1651 (cp_canonicalize_string_no_typedefs): Rewrite.
1652 * cp-support.h (canonicalization_ftype): New typedef.
1653 (cp_canonicalize_string_full): Declare.
1654
1655 2012-11-12 Tom Tromey <tromey@redhat.com>
1656
1657 * NEWS: Update.
1658 * c-typeprint.c (c_type_print_base): Handle print_method and
1659 print_typedefs flags.
1660 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1661 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1662 options.
1663 * typeprint.c (type_print_raw_options, default_ptype_flags):
1664 Update for new field.s
1665 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1666 (setprinttypelist, showprinttypelist, print_methods,
1667 print_typedefs): New globals.
1668 (set_print_type, show_print_type, set_print_type_methods,
1669 show_print_type_methods, set_print_type_typedefs,
1670 show_print_type_typedefs): New functions.
1671 (_initialize_typeprint): Update documentation. Add "print
1672 type methods" and "print type typedefs" parameters.
1673 * typeprint.h (struct type_print_options) <print_methods,
1674 print_typedefs>: New fields.
1675
1676 2012-11-12 Tom Tromey <tromey@redhat.com>
1677
1678 * c-typeprint.c (cp_type_print_method_args): Add flags
1679 argument. Call c_print_type, not type_print.
1680 (c_type_print_base): Call c_print_type, not type_print.
1681 Update.
1682
1683 2012-11-12 Tom Tromey <tromey@redhat.com>
1684
1685 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1686 to type-printing functions.
1687 * ada-lang.h (ada_print_type): Add argument.
1688 * ada-typeprint.c (print_array_type, print_variant_clauses,
1689 print_variant_part, print_selected_record_field_types,
1690 print_record_field_types, print_unchecked_union_type,
1691 print_func_type, ada_print_type): Add flags argument.
1692 (ada_print_typedef): Update.
1693 * c-exp.y (OPERATOR conversion_type_id): Update.
1694 * c-lang.h (c_print_type, c_type_print_base): Update.
1695 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1696 c_type_print_modifier, c_type_print_args,
1697 c_type_print_varspec_suffix, c_type_print_base): Add flags
1698 argument.
1699 * cp-valprint.c (cp_print_class_member): Update.
1700 * dwarf2read.c (dwarf2_compute_name): Update.
1701 * f-lang.h (f_print_type): Add argument.
1702 * f-typeprint.c (f_print_type): Add flags argument.
1703 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1704 * go-lang.h (go_print_type): Add argument.
1705 * go-typeprint.c (go_print_type): Add flags argument.
1706 * jv-lang.h (java_print_type): Add argument.
1707 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1708 flags argument.
1709 * language.c (unk_lang_print_type): Add flags argument.
1710 * language.h (struct language_defn) <la_print_type>: Add flags
1711 argument.
1712 (LA_PRINT_TYPE): Likewise.
1713 * m2-lang.h (m2_print_type): Add argument.
1714 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1715 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1716 m2_unbounded_array, m2_record_fields): Add flags argument.
1717 * p-lang.h (pascal_print_type, pascal_type_print_base,
1718 pascal_type_print_varspec_prefix): Add argument.
1719 * p-typeprint.c (pascal_print_type,
1720 pascal_type_print_varspec_prefix, pascal_print_func_args,
1721 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1722 flags argument.
1723 * symmisc.c (print_symbol): Update.
1724 * typeprint.c (type_print_raw_options, default_ptype_flags):
1725 New globals.
1726 (type_print): Update.
1727 * typeprint.h (struct type_print_options): New.
1728 (type_print_raw_options): Declare.
1729 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1730
1731 2012-11-10 Keith Seitz <keiths@redhat.com>
1732
1733 * breakpoint.c (clear_command): Add cleanup for
1734 sals.sals if an argument is given.
1735
1736 * linespec.c (parse_linespec): Do cleanups after
1737 parsing a convenience variable.
1738
1739 2012-11-10 Keith Seitz <keiths@redhat.com>
1740
1741 PR gdb/14288
1742 * c-valprint.c (c_val_print): For character arrays
1743 with "print null" option on, print ellipses if
1744 the output is truncated and the next character is not \000.
1745 * valprint.c (MAX_WCHARS): Define.
1746 (WCHAR_BUFLEN): Likewise.
1747 (WCHAR_BUFLEN_MAX): Likewise.
1748 (struct converted_character): New structure.
1749 (count_next_character): New function.
1750 (print_converted_chars_to_obstack): New function.
1751 (generic_printstr): Rewrite using count_next_character
1752 and print_converted_chars_to_obstack.
1753
1754 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1755
1756 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1757 while executing the gdb command.
1758 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1759 are called from prompt_for_continue.
1760 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1761
1762 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1763
1764 PR tui/9584
1765
1766 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1767 but insert the command to execute in readline's buffer.
1768
1769 2012-11-09 Tom Tromey <tromey@redhat.com>
1770
1771 * gdbarch.sh (target_gdbarch): Remove macro.
1772 (get_target_gdbarch): Rename to target_gdbarch.
1773 * gdbarch.c, gdbarch.h: Rebuild.
1774 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1775 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1776 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1777 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1778 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1779 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1780 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1781 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1782 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1783 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1784 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1785 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1786 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1787 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1788 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1789 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1790 target-descriptions.c, target.c, target.h, tracepoint.c,
1791 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1792 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1793 python/py-inferior.c, python/python.c: Update.
1794
1795 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1796
1797 * source.c (print_source_lines_base): Add fullname field giving
1798 full path to file in mi output.
1799 * NEWS: Mention the new fullname field.
1800
1801 2012-11-09 Yao Qi <yao@codesourcery.com>
1802
1803 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1804
1805 2012-11-09 Pedro Alves <palves@redhat.com>
1806
1807 PR gdb/14306
1808
1809 * infrun.c: Include target-descriptions.h.
1810 (follow_exec): Fetch new target description.
1811
1812 2012-11-09 Yao Qi <yao@codesourcery.com>
1813
1814 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1815 0x8d (lea).
1816
1817 2012-11-09 Yao Qi <yao@codesourcery.com>
1818
1819 * breakpoint.c: Declare set_tracepoint_count.
1820 (install_breakpoint): Call set_tracepoint_count if B is a
1821 tracepoint.
1822 (trace_command): Don't call set_tracepoint_count. Re-indent.
1823 (strace_command, ftrace_command):
1824 (create_tracepoint_from_upload): Likewise.
1825
1826 2012-11-09 Pedro Alves <palves@redhat.com>
1827
1828 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1829 (get_target_gdbarch) <gdbarch.h>: New function.
1830 (startup_gdbarch) <gdbarch.h>: Declare.
1831 <gdbarch.c> (target_gdbarch): Delete.
1832 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1833 current inferior's gdbarch.
1834 <gdbarch.c> (get_target_gdbarch): New function.
1835 * inferior.c: Include target-descriptions.h.
1836 (free_inferior): Free target description info.
1837 (add_inferior_with_spaces): Set the inferior's initial
1838 architecture.
1839 (clone_inferior_command): Copy the original inferior's target
1840 description if it was user specified.
1841 (initialize_inferiors): Add comment.
1842 * inferior.h (struct target_desc_info): Forward declare.
1843 (struct inferior) <gdbarch>: New field.
1844 * linux-nat.c: Include target-descriptions.h.
1845 (linux_child_follow_fork): Copy the parent's architecture and
1846 target description to the child.
1847 * target-descriptions.c: Include inferior.h.
1848 (struct target_desc_info): New structure, holding the equivalents
1849 of ...
1850 (target_desc_fetched, current_target_desc)
1851 (target_description_filename): ... these removed globals.
1852 (get_tdesc_info, target_desc_info_from_user_p)
1853 (copy_inferior_target_desc_info, target_desc_info_free): New.
1854 (target_desc_fetched, current_target_desc)
1855 (target_description_filename): Reimplemented as convenience
1856 macros.
1857 (tdesc_filename_cmd_string): New global.
1858 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1859 tdescs filename ..." commands to the per-inferior equivalent.
1860 (show_tdesc_filename_cmd): Get the value to show from the
1861 per-inferior description filename.
1862 (_initilize_target_descriptions): Change the "set/show tdesc
1863 filename" commands' variable.
1864 * target-descriptions.h (struct target_desc, struct target_desc_info)
1865 (struct inferior): Forward declare.
1866 (target_find_description, target_clear_description)
1867 (target_current_description): Adjust comments.
1868 (copy_inferior_target_desc_info, target_desc_info_free)
1869 (target_desc_info_from_user_p). Declare.
1870
1871 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1872
1873 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1874 (tui_target_wait_hook): Remove.
1875 (tui_install_hooks): Install the about_to_proceed observer.
1876 (tui_remove_hooks): And remove it here.
1877
1878 2012-11-08 Tom Tromey <tromey@redhat.com>
1879
1880 * linux-tdep.c (linux_make_siginfo_note): New function.
1881 (linux_make_corefile_notes): Use it.
1882 * corelow.c (get_core_siginfo): New function.
1883 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1884
1885 2012-11-08 Tom Tromey <tromey@redhat.com>
1886
1887 PR gdb/14704:
1888 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1889 (zlib_decompress_section): Remove.
1890 (gdb_bfd_map_section): Only check for compressed section
1891 in mmap case. Use bfd_get_full_section_contents.
1892 * osabi.c (check_note): Add 'sectsize' argument. Read
1893 section data.
1894 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1895 section data. Update for check_note change.
1896 * xcoffread.c (xcoff_initial_scan): Use
1897 bfd_get_full_section_contents.
1898 * py-auto-load.c (auto_load_section_scripts): Use
1899 bfd_get_full_section_contents.
1900 * contrib/cc-with-tweaks.sh: Add -Z option.
1901
1902 2012-11-08 Tom Tromey <tromey@redhat.com>
1903
1904 * python/py-bpevent.c: Include defs.h.
1905 * python/py-continueevent.c: Include defs.h.
1906 * python/py-event.c: Include defs.h.
1907 * python/py-event.h: Don't include defs.h.
1908 * python/py-events.h: Don't include defs.h.
1909 * python/py-evts.c: Include defs.h.
1910 * python/py-exitedevent.c: Include defs.h.
1911 * python/py-newobjfileevent.c: Include defs.h.
1912 * python/py-signalevent.c: Include defs.h.
1913 * python/py-stopevent.c: Include defs.h.
1914 * python/py-threadevent.c: Include defs.h.
1915
1916 2012-11-08 Pierre Muller <muller@sourceware.org>
1917
1918 * update-web-ari.sh (print_heading): Add number of files
1919 checked.
1920 (nb_files): New variable counting the number of sources
1921 files found by gdb_find.sh script.
1922 (debug_awk): New variable to allow extra debug output.
1923 (indexes): Add more information if DEBUG_AWK is set.
1924
1925 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1926
1927 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1928 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1929 following the change in PLT call stubs on linker.
1930
1931 2012-11-08 Pierre Muller <muller@sourceware.org>
1932
1933 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1934 as default language.
1935 (AWK): Use = instead of == for sh test to avoid warning.
1936 (Linux rule): Correct [:digit] into [[:digit:]].
1937 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1938 (vasprintf rule): Adapt to common subdirectory moves.
1939 (xasprintf rule): Idem.
1940 (xvasprintf rule): Idem.
1941 (var_boolean rule): Accept occurence in == or != test.
1942
1943 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1944
1945 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1946
1947 * tui/tui-hooks.c (tui_inferior_exit): New function.
1948 (tui_detach_hook): Remove.
1949 (tui_install_hooks): Install the inferior exit observer.
1950 (tui_remove_hooks): Remove it.
1951
1952 2012-11-08 Yao Qi <yao@codesourcery.com>
1953
1954 PR gdb/14777.
1955 * source.c (_initialize_source): Call add_com_alias to abbreviate
1956 'forward-search' as 'fo'.
1957
1958 2012-11-07 Pedro Alves <palves@redhat.com>
1959
1960 * arm-tdep.c: Make defs.h be the first include.
1961 * coff-pe-read.c: Ditto.
1962 * gnu-nat.c: Ditto.
1963 * go32-nat.c: Ditto.
1964 * i386-nat.c: Ditto.
1965 * ppcnbsd-nat.c: Ditto.
1966 * ada-varobj.h: Don't include defs.h.
1967 * i386-darwin-tdep.h: Ditto.
1968 * i386-nat.h: Ditto.
1969
1970 2012-11-07 Pedro Alves <palves@redhat.com>
1971
1972 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1973 Committee.
1974
1975 2012-11-07 Pierre Muller <muller@sourceware.org>
1976
1977 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1978 File already uses "gdb_dirent.h" header.
1979
1980 2012-11-07 Yao Qi <yao@codesourcery.com>
1981
1982 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1983 tracepoint_count'.
1984
1985 2012-11-06 Tom Tromey <tromey@redhat.com>
1986
1987 * target.h (inferior_has_forked, inferior_has_vforked)
1988 (inferior_has_execd, inferior_has_called_syscall): Remove
1989 declarations.
1990
1991 2012-11-06 Pierre Muller <muller@sourceware.org>
1992
1993 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1994 add missing internalization markup.
1995
1996 2012-11-06 Pedro Alves <palves@redhat.com>
1997
1998 PR gdb/14810
1999
2000 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
2001
2002 2012-11-06 Pierre Muller <muller@sourceware.org>
2003
2004 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
2005 is not executable.
2006
2007 2012-11-05 Joel Brobecker <brobecker@adacore.com>
2008
2009 * gnulib/update-gnulib.sh: New script.
2010
2011 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
2012
2013 * MAINTAINERS: Update my email address.
2014
2015 2012-11-05 Tom Tromey <tromey@redhat.com>
2016
2017 * frame.c (put_frame_register): Don't use temporary buffer.
2018
2019 2012-11-05 Pedro Alves <palves@redhat.com>
2020
2021 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
2022 child. Clear 'pending_detach'.
2023 * infrun.c (handle_vfork_child_exec_or_exit): Clear
2024 'pending_detach' in the vfork parent.
2025
2026 2012-11-05 Doug Evans <dje@google.com>
2027
2028 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
2029 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
2030 * dwarf2read.c: #include "elf-bfd.h".
2031 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
2032 (dwop_section_names): Renamed from dwo_section names. All uses
2033 updated. Add entries for .debug_cu_index, .debug_tu_index.
2034 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
2035 All uses updated.
2036 (struct dwp_sections): New type.
2037 (struct virtual_dwo_sections): New type.
2038 (struct dwp_hash_table): New type.
2039 (struct dwp_file): New type.
2040 (init_cutu_and_read_dies): Ensure DWO info/types section has been
2041 read in. Handle DWOs coming from DWP files.
2042 (lookup_dwo_file_slot): New function.
2043 (dwarf2_locate_dwo_sections): Move definition closer to use.
2044 (create_dwo_debug_info_hash_table_reader): Renamed from
2045 create_debug_info_hash_table_reader. All callers updated.
2046 (create_dwo_debug_info_hash_table): Renamed from
2047 create_debug_info_hash_table. All callers updated.
2048 (create_dwp_hash_table): New function.
2049 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2050 (lookup_dwo_in_dwp): New function.
2051 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
2052 is_dwp. All callers updated.
2053 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
2054 (open_and_init_dwo_file): Renamed from init_dwo_file.
2055 All callers updated.
2056 (lookup_dwo_file): Delete.
2057 (dwarf2_locate_dwp_sections): New function.
2058 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2059 (allocate_dwp_loaded_cutus_table): New function.
2060 (open_and_init_dwp_file): New function.
2061 (lookup_dwo_cutu): New function.
2062 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2063
2064 2012-11-03 Yao Qi <yao@codesourcery.com>
2065
2066 Fix PR gdb/14617.
2067 * breakpoint.c (trace_pass_set_count): Call
2068 observer_notify_breakpoint_modified instead of
2069 observer_notify_tracepoint_modified.
2070 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2071
2072 2012-11-02 Tom Tromey <tromey@redhat.com>
2073
2074 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2075 argument to complete_on_enum.
2076
2077 2012-11-02 Tom Tromey <tromey@redhat.com>
2078
2079 * configure: Rebuild.
2080 * configure.ac (build_warnings): Add -Wempty-body.
2081 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2082 * remote.c (handle_notification): Use braces for empty 'else' body.
2083 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2084 'else' body.
2085 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2086 'else' body.
2087 * solib-som.c (som_relocate_section_addresses): Use braces
2088 for empty 'else' body.
2089 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2090 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2091
2092 2012-11-02 Pedro Alves <palves@redhat.com>
2093
2094 PR gdb/14766
2095
2096 * infrun.c (handle_inferior_event)
2097 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2098 null_ptid before handling a vfork child exec or exit. Switch to
2099 the event ptid afterwards.
2100
2101 2012-11-02 Yao Qi <yao@codesourcery.com>
2102
2103 * std-operator.def: Remove OP_LABELED.
2104 * eval.c: Remove the declaration of 'get_label'.
2105 (get_label): Remove.
2106 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2107 Update comment.
2108 Remove local variable 'variantno' and related code.
2109 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2110 with 'fieldno'.
2111 * expprint.c (print_subexp_standard): Likewise.
2112 (dump_subexp_body_standard): Likewise.
2113 * parse.c (operator_length_standard): Likewise.
2114
2115 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2116
2117 Incorporate ARI web page generator into GDB sources.
2118 * contrib/ari/create-web-ari-in-src.sh: New file.
2119 * contrib/ari/gdb_ari.sh: New file.
2120 * contrib/ari/gdb_find.sh: New file.
2121 * contrib/ari/update-web-ari.sh: New file.
2122
2123 2012-10-31 Tom Tromey <tromey@redhat.com>
2124
2125 * gdbarch.c: Rebuild.
2126 * gdbarch.sh: Remove references to gdbarch_swap.
2127 * corelow.c (core_open): Remove obsolete comment.
2128
2129 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2130
2131 PR cli/14772
2132 * c-typeprint.c (c_print_type): Don't print a space for vector
2133 types, this is handled within the suffix.
2134 (c_type_print_varspec_suffix): Add a space to vector suffix.
2135
2136 2012-10-26 Pedro Alves <palves@redhat.com>
2137
2138 * amd64-tdep.c (amd64_relocate_instruction): Use
2139 store_unsigned_integer instead of memcpy.
2140 * i386-tdep.c (i386_relocate_instruction): Ditto.
2141
2142 2012-10-26 Pedro Alves <palves@redhat.com>
2143
2144 * infrun.c (handle_inferior_event): Merge handling of
2145 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2146 switch case.
2147
2148 2012-10-26 Pedro Alves <palves@redhat.com>
2149
2150 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2151 Remove comment.
2152
2153 2012-10-26 Pedro Alves <palves@redhat.com>
2154
2155 * target.c (target_waitstatus_to_string): Handle
2156 TARGET_WAITKIND_VFORK_DONE.
2157
2158 2012-10-26 Pedro Alves <palves@redhat.com>
2159
2160 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2161 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2162
2163 2012-10-24 Tristan Gingold <gingold@adacore.com>
2164
2165 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2166 Add comments.
2167
2168 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2169
2170 * ravenscar-thread.c (ravenscar_wait): Only update the list
2171 of threads and inferior_ptid if the inferior is still alive.
2172
2173 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2174
2175 * ada-lang.c (is_known_support_routine): Use lbasename when
2176 matching the symtab's filename against
2177 known_runtime_file_name_patterns.
2178
2179 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2180
2181 * ada-lang.c (ada_same_array_size_p): New function.
2182 (ada_promote_array_of_integrals): New function.
2183 (coerce_for_assign): Add handling of arrays where the elements
2184 are integrals of a smaller size than the size of the target
2185 array element type.
2186
2187 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2188
2189 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2190 against maximum exponent value.
2191
2192 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2193
2194 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2195 "unwind-seh.c".
2196
2197 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2198
2199 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2200 strip typedef layer when computing the fixed type's field type,
2201 only when computing its size.
2202
2203 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2204
2205 PR gdb/12783
2206 * i386-tdep.c (i386_return_value): Handle complex double and long
2207 double.
2208
2209 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2210
2211 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2212 New local variable args_len.
2213 Quote the name of the executable when computing the command line.
2214
2215 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2216
2217 PR gdb/12796
2218 PR gdb/12798
2219 PR gdb/12800
2220 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2221 AMD64_FTAG_REGNUM.
2222 * amd64-tdep.c (amd64_classify): Classify complex types.
2223 (amd64_return_value): Handle the COMPLEX_X87 class.
2224
2225 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2226
2227 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2228 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2229
2230 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2231
2232 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2233 function.
2234 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2235 to amd64_windows_auto_wide_charset.
2236
2237 2012-10-23 Yao Qi <yao@codesourcery.com>
2238
2239 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2240 * event-top.h: Remove its declaration.
2241 (async_request_quit): Call mark_async_signal_handler instead of
2242 mark_async_signal_handler_wrapper.
2243 (async_do_nothing, async_disconnect): Likewise.
2244 (async_stop_sig): Likewise.
2245 * remote.c (handle_remote_sigint): Likewise.
2246 (handle_remote_sigint_twice): Likewise.
2247
2248 2012-10-23 Yao Qi <yao@codesourcery.com>
2249
2250 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2251 with 'static struct async_signal_handler *'.
2252 (sighup_token, sigquit_token, sigstp_token): Likewise.
2253
2254 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2255
2256 * gdbarch.sh (function_list): Use 'pstring' when printing
2257 a variable which could return NULL.
2258 * gdbarch.c: Regenerate.
2259
2260 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2261 Tom Tromey <tromey@redhat.com>
2262
2263 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2264 inneffective if condition by gdb assertion. Add function
2265 description comment.
2266
2267 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2268
2269 * parser-defs.h (struct exp_descriptor): Document constraint
2270 on return value for "op_name" callbacks.
2271
2272 2012-10-18 Tom Tromey <tromey@redhat.com>
2273
2274 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2275 * symtab.c (iterate_over_some_symtabs): Constify.
2276 * source.h (symtab_to_fullname): Return 'const char *'.
2277 * source.c (symtab_to_fullname): Return 'const char *'.
2278 * python/py-symtab.c (stpy_fullname): Constify.
2279 * cli/cli-cmds.c (edit_command): Constify.
2280 * breakpoint.c (print_breakpoint_location)
2281 (update_static_tracepoint): Constify.
2282
2283 2012-10-18 Tom Tromey <tromey@redhat.com>
2284
2285 * breakpoint.c (compare_breakpoints): Fix comparison.
2286
2287 2012-10-18 Tom Tromey <tromey@redhat.com>
2288
2289 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2290 gdb_wchar_t to convert_between_encodings.
2291
2292 2012-10-17 Yao Qi <yao@codesourcery.com>
2293
2294 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2295 more parameter 'inferior'.
2296 * corefile.c (write_memory_with_notification): Caller update.
2297
2298 * mi/mi-cmd-var.c: Include "mi-main.h".
2299 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2300 to 1 and restore it later.
2301 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2302 and "data-write-memory-bytes.
2303 * mi/mi-interp.c: Include objfiles.h.
2304 (mi_interpreter_init): Call observer_attach_memory_changed.
2305 (mi_memory_changed): New.
2306 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2307 New field.
2308
2309 * NEWS: Mention new MI notification "memory-changed".
2310
2311 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2314
2315 2012-10-15 Doug Evans <dje@google.com>
2316
2317 New option -nh: inhibit loading of ~/.gdbinit.
2318 * NEWS: Mention -nh.
2319 * main.c (captured_main): Recognize and process -nh.
2320 (print_gdb_help): Mention -nh.
2321 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2322
2323 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2324
2325 PR backtrace/14646
2326 PR gdb/14647
2327 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2328 pc_regnum_from_eax.
2329 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2330 nor pc_regnum_from_eax.
2331 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2332 nor pc_regnum_from_eax.
2333
2334 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 Fix entry values resolving in inlined frames.
2337 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2338 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2339 entries of FRAME.
2340
2341 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2342
2343 * configure.ac: Build with -DMS_WIN64 if building with Python
2344 enabled using GCC on amd64-windows.
2345 * configure: Regenerate.
2346
2347 2012-10-15 Tom Tromey <tromey@redhat.com>
2348
2349 PR python/14635:
2350 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2351 to Py_None.
2352
2353 2012-10-15 Tom Tromey <tromey@redhat.com>
2354
2355 PR python/14634:
2356 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2357
2358 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2359
2360 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2361 reset thread numbering back to 1.
2362
2363 2012-10-11 Doug Evans <dje@google.com>
2364
2365 PR breakpoints/14643.
2366 * linespec.c (struct ls_parser): New member keyword_ok.
2367 (linespec_lexer_lex_string): Add comment.
2368 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2369 for one.
2370 (parse_linespec): Set keyword_ok.
2371
2372 2012-10-10 Doug Evans <dje@google.com>
2373
2374 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2375 "0x" prefix on address in log message.
2376
2377 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2378 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2379 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2380 (lookup_dwo_file): Add const to dwo_name parameter.
2381 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2382
2383 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2384
2385 Fix crash during stepping on ppc32.
2386 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2387 SYM.
2388
2389 2012-10-03 Doug Evans <dje@google.com>
2390
2391 PR symtab/14601
2392 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2393
2394 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2395
2396 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2397 output and use uint32_t not long to ensure 4 byte size.
2398
2399 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2400
2401 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2402 unref'ed it.
2403
2404 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2405
2406 * target.c (simple_search_memory): Include access length in
2407 warning message.
2408
2409 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2410 Edjunior Machado <emachado@linux.vnet.ibm.com>
2411
2412 PR gdb/13989
2413 * solib.c (solib_find): Prevent GDB from loading native libraries when
2414 debugging a cross-target corefile.
2415
2416 2012-09-28 selven <pcthegreat@gmail.com>
2417
2418 Make definition match declaration.
2419
2420 * regcache.c (regcache_register_status): Change return type to
2421 enum register_status.
2422
2423 2012-09-28 Yao Qi <yao@codesourcery.com>
2424
2425 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2426 write_memory_with_notification instead of write_memory.
2427 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2428 instead of target_write_memory.
2429
2430 2012-09-28 Yao Qi <yao@codesourcery.com>
2431
2432 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2433 when the length of content is not an even number.
2434
2435 2012-09-27 Tom Tromey <tromey@redhat.com>
2436
2437 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2438 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2439
2440 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2441
2442 * sol-thread.c (sol_thread_fetch_registers)
2443 (sol_thread_store_registers): Delete commented out code.
2444
2445 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2446
2447 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2448 Move these functions to sparc-sol-thread.c.
2449 * sparc-sol-thread.c: New file.
2450 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2451 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2452 configurations.
2453 * configure: Regenerate.
2454
2455 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2456
2457 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2458 Remove commented-out code.
2459
2460 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2461
2462 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2463 Enable this code for sparc hosts only.
2464
2465 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2466
2467 * procfs.h (procfs_find_LDT_entry): Add declaration.
2468 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2469 function procfs_find_LDT_entry.
2470
2471 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2472
2473 * procfs.c (proc_get_LDT_entry): Make static.
2474
2475 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2476
2477 * procfs.c (proc_find_memory_regions): Fix declaration.
2478
2479 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2480
2481 * amd64-tdep.c (amd64_return_value): Revert previous change
2482 that used TYPE_LENGTH directly.
2483 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2484 (bfin_store_return_value): Likewise.
2485 * cris-tdep.c (cris_store_return_value): Likewise.
2486 (cris_extract_return_value): Likewise.
2487 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2488 * hppa-tdep.c (hppa64_return_value): Likewise.
2489 * lm32-tdep.c (lm32_store_return_value): Likewise.
2490 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2491 * spu-tdep.c (spu_value_from_register): Likewise.
2492 * vax-tdep.c (vax_return_value): Likewise.
2493
2494 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2495
2496 * gdbtypes.c (lookup_array_range_type): Expand parameters
2497 LOW_BOUND and HIGH_BOUND to LONGEST.
2498 (lookup_string_range_type): Likewise.
2499 * gdbtypes.h (lookup_array_range_type): Likewise.
2500 (lookup_string_range_type): Likewise.
2501 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2502 Expand HIGHBOUND to ssize_t.
2503 (value_string): Likewise.
2504 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2505 (value_string): Likewise.
2506
2507 2012-09-27 Yao Qi <yao@codesourcery.com>
2508
2509 PR breakpoints/13898
2510 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2511 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2512 per breakpoint type.
2513
2514 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2515
2516 * procfs.c: Add gdb_bfd header.
2517 * rs6000-nat.c: Likewise.
2518 * solib-pa64.c: Likewise.
2519 * spu-linux-nat.c: Likewise.
2520 * windows-nat.c: Likewise.
2521
2522 2012-09-26 Tom Tromey <tromey@redhat.com>
2523
2524 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2525
2526 2012-09-26 Tom Tromey <tromey@redhat.com>
2527
2528 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2529 (read_common_block): Handle child DIEs with
2530 DW_AT_data_member_location.
2531 (new_symbol_full): Add special case for common blocks.
2532
2533 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2534 Tom Tromey <tromey@redhat.com>
2535
2536 * dwarf2read.c (read_common_block): Rewrite.
2537 (new_symbol_full): Handle DW_TAG_common_block.
2538 * f-lang.c (head_common_list, find_common_for_function):
2539 Remove.
2540 * f-lang.h (struct common_entry, struct saved_f77_common,
2541 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2542 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2543 BLANK_COMMON_NAME_LOCAL): Remove.
2544 (struct common_block): New.
2545 * f-valprint.c (list_all_visible_commons): Remove.
2546 (info_common_command_for_block): New function.
2547 (info_common_command): Use it.
2548 * stack.c (iterate_over_block_locals): Special case for
2549 COMMON_BLOCK_DOMAIN.
2550 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2551 constant.
2552 (struct general_symbol_info) <value.common_block>: New field.
2553 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2554
2555 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2556 Tom Tromey <tromey@redhat.com>
2557
2558 * f-lang.c (allocate_saved_bf_node,
2559 allocate_saved_function_node, allocate_saved_f77_common_node,
2560 allocate_common_entry_node, tail_common_list, current_common,
2561 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2562 tmp_bf_ptr, add_common_block, add_common_entry,
2563 find_first_common_named, patch_common_entries,
2564 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2565 global_remote_debug, get_bf_for_fcn, saved_function_list,
2566 saved_function_list_end, clear_function_list, struct saved_fcn,
2567 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2568 SAVED_BF, SAVED_BF_PTR): Remove.
2569 * f-lang.h (tail_common_list, current_common,
2570 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2571 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2572 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2573 real_main_c_value): Remove.
2574 * f-valprint.c (there_is_a_visible_common_named): Remove.
2575
2576 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2577
2578 * breakpoint.c (update_global_location_list): Ignore previous
2579 duplicate status of a breakpoint when starting a new scan for
2580 duplicate breakpoints.
2581
2582 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2583 PR breakpoints/14419
2584 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2585 support LLVM compiler.
2586
2587 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2588
2589 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2590 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2591 (bfin_store_return_value): Likewise.
2592 * cris-tdep.c (cris_store_return_value): Likewise.
2593 (cris_extract_return_value): Likewise.
2594 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2595 * hppa-tdep.c (hppa64_return_value): Likewise.
2596 * lm32-tdep.c (lm32_store_return_value): Likewise.
2597 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2598 * spu-tdep.c (spu_value_from_register): Likewise.
2599 * vax-tdep.c (vax_return_value): Likewise.
2600
2601 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2602
2603 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2604 parameter LEN to ssize_t.
2605
2606 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2607
2608 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2609 variable LEN.
2610 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2611 directly.
2612 (alpha_store_return_value): Likewise.
2613 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2614 (amd64_push_arguments): Likewise.
2615 * ax-gdb.c (gen_trace_static_fields): Likewise.
2616 (gen_traced_pop): Likewise.
2617 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2618 * breakpoint.c (update_watchpoint): Likewise.
2619 * findcmd.c (parse_find_args): Use local variable for type
2620 instead of length.
2621 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2622 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2623 (h8300_store_return_value): Likewise.
2624 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2625 Use i386_darwin_arg_type_alignment directly.
2626 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2627 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2628 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2629 (m68hc11_extract_return_value): Likewise.
2630 * mep-tdep.c (mep_push_dummy_call): Likewise.
2631 * printcmd.c (float_type_from_length): Likewise.
2632 * s390-tdep.c (s390_value_from_register): Likewise.
2633 * stack.c (read_frame_arg): Likewise.
2634 * tracepoint.c (encode_actions_1): Likewise.
2635 * valops.c (value_fetch_lazy): Use local variable for type
2636 instead of length. Use TYPE_LENGTH directly.
2637 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2638
2639 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2640
2641 * symtab.c (skip_prologue_sal): Fix typo in comment.
2642
2643 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2644
2645 * linespec.c (create_sals_line_offset): Fix typo in comment.
2646
2647 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2648
2649 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2650 use plongest to print the array size.
2651
2652 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2653
2654 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2655 * p-valprint.c (pascal_type_print_base): Likewise.
2656
2657 2012-09-22 Yao Qi <yao@codesourcery.com>
2658
2659 * remote.c (remote_get_trace_status): Remove setting default
2660 values of fields of 'ts'.
2661
2662 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 Fix internal error on canonicalization of clang types.
2665 * cp-name-parser.y (operator): New comment at make_operator call for
2666 new, delete, new[] and delete[].
2667 (exp): Use "sizeof ". Add new comment at make_operator call.
2668
2669 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2670
2671 Fix disassemble without parameters in tailcall frame.
2672 * cli/cli-cmds.c (disassemble_current_function): Use
2673 get_frame_address_in_block.
2674
2675 2012-09-21 Tom Tromey <tromey@redhat.com>
2676
2677 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2678 TYPE_CODE_UNION>: Unify, removing a goto.
2679
2680 2012-09-21 Tom Tromey <tromey@redhat.com>
2681
2682 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2683
2684 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2685
2686 * findvar.c (read_frame_register_value): Mark the result value as
2687 optimized out if any of the input registers have been optimized out.
2688
2689 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2690
2691 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2692
2693 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2694
2695 * eval.c (evaluate_subexp_standard): Eliminate single-use
2696 variable LOWER.
2697
2698 2012-09-21 Yao Qi <yao@codesourcery.com>
2699
2700 * mi/mi-interp.c: Declare mi_record_changed.
2701 (mi_interpreter_init): Call observer_attach_record_changed.
2702 (mi_record_changed): New.
2703 * record.c (record_open): Call observer_notify_record_changed.
2704 (cmd_record_stop): Call observer_notify_record_changed.
2705 * NEWS: Mention it.
2706
2707 2012-09-20 Tom Tromey <tromey@redhat.com>
2708
2709 * NEWS: Update.
2710 * python/python.c (finalize_python): New function.
2711 (_initialize_python): Make a final cleanup.
2712
2713 2012-09-19 Doug Evans <dje@google.com>
2714
2715 * buildsym.h (param_symbols): Delete, unused.
2716 (context_stack): Delete member "params", unused.
2717 * buildsym.c (push_context): Update.
2718 * dwarf2read.c (read_func_scope): Update.
2719
2720 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2721
2722 * sh-tdep.c (sh_register_convert_to_virtual)
2723 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2724 all callers. Just do a memcpy if not the little-endian case.
2725
2726 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2727 set_gdbarch_double_format and set_gdbarch_long_double_format.
2728 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2729 set_gdbarch_double_format.
2730 * sh-tdep.c (sh_gdbarch_init): Likewise.
2731
2732 * NEWS: Document the removal of SH's 'regs' command.
2733 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2734 command.
2735
2736 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2737
2738 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2739 `jump'.
2740
2741 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2742
2743 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2744 language when iterating over symbols.
2745
2746 2012-09-18 Yao Qi <yao@codesourcery.com>
2747
2748 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2749 (mi_interpreter_init): Call observer_attach_tsv_created and
2750 observer_attach_tsv_deleted.
2751 (mi_tsv_created, mi_tsv_deleted): New.
2752 * tracepoint.c (delete_trace_state_variable): Call
2753 observer_notify_tsv_deleted.
2754 (trace_variable_command): Call observer_notify_tsv_created.
2755 (delete_trace_variable_command): Call
2756 observer_notify_tsv_deleted.
2757 (create_tsv_from_upload): Call observer_notify_tsv_created.
2758 * NEWS: Mention it.
2759
2760 2012-09-18 Yao Qi <yao@codesourcery.com>
2761
2762 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2763 if traceframe changed.
2764 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2765 "trace-find".
2766 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2767 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2768 'traceframe_changed'.
2769 (mi_traceframe_changed): New.
2770 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2771 New field.
2772 * NEWS: Mention the new MI notification.
2773
2774 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2775
2776 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2777
2778 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2779
2780 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2781 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2782 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2783 Extend code also for PaX support. Convert all gdb_assert to warning
2784 calls.
2785
2786 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 Implement auto-load user conveniences suggested by Doug Evans.
2789 * auto-load.c: Include top.h.
2790 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2791 (_initialize_auto_load): New variable scripts_directory_help. Mention
2792 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2793 scripts-directory. Document in online help one can use also files for
2794 set auto-load safe-path.
2795 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2796 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2797
2798 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2799
2800 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2801 of LEN.
2802
2803 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2804
2805 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2806 ELTLEN and use TYPE_LENGTH directly.
2807 (m2_val_print): Likewise.
2808 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2809 variable LEN and use TYPE_LENGTH directly.
2810 (m68k_svr4_store_return_value): Likewise.
2811 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2812 ARGLEN and use TYPE_LENGTH directly.
2813 (mips_o64_push_dummy_call): Likewise.
2814 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2815 variable LENGTH and use TYPE_LENGTH directly.
2816 (s390_function_arg_float): Likewise.
2817 (s390_function_arg_integer): Likewise.
2818 (s390_push_dummy_call): Likewise.
2819 (s390_return_value_convention): Likewise.
2820 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2821 TYPE_LENGTH directly.
2822
2823 2012-09-17 Yao Qi <yao@codesourcery.com>
2824
2825 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2826 Update comment to add_setshow_integer_cmd.
2827 * cli/cli-setshow.c (do_set_command): Handle case
2828 'var_zuinteger_unlimited'.
2829 (do_show_command): Likewise.
2830 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2831 for command 'remotetimeout'.
2832 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2833 to var_integer.
2834 * source.c (_initialize_source): Call
2835 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2836
2837 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2838
2839 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2840 variable LEN.
2841
2842 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2843
2844 PR 14119
2845 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2846 (frame_pop): Drop also TAILCALL_FRAME frames.
2847 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2848
2849 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2850 Pedro Alves <palves@redhat.com>
2851
2852 PR 14548
2853 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2854 function start if we are already at function start. Both for
2855 reverse-next and for reverse-step into function without line number
2856 info.
2857
2858 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 Code cleanup - rename 'inline' depth to 'artificial' depth.
2861 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2862 frame_id_artificial_p, extend the comment.
2863 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2864 * frame.c (fprint_frame_id): Rename at a user, change debug output
2865 text to "artificial=".
2866 (skip_inlined_frames): Rename to ...
2867 (skip_artificial_frames): ... here. Extend the comment.
2868 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2869 (frame_id_inlined_p): Rename to ...
2870 (frame_id_artificial_p): ... here. Rename at a user.
2871 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2872 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2873 at a user.
2874 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2875 Extend the comment.
2876 (frame_id_inlined_p): Rename to ...
2877 (frame_id_artificial_p): ... here.
2878 * inline-frame.c (inline_frame_this_id): Rename at a user.
2879
2880 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2881
2882 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2883 vector variables using vector_size syntax rather than array
2884 syntax.
2885
2886 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2887
2888 * valarith.c (value_concat): Replace unsafe ALLOCA with
2889 XMALLOC/XFREE.
2890
2891 2012-09-14 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2894
2895 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2896
2897 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2898 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2899 data-directory as appropriate.
2900
2901 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2902
2903 * printcmd.c (ui_printf): Eliminate single-use variable
2904 PARAM_LEN.
2905
2906 2012-09-14 Yao Qi <yao@codesourcery.com>
2907 Pedro Alves <palves@redhat.com>
2908
2909 * valops.c (value_assign): Move observer_notify_target_changed
2910 below to replace reinit_frame_cache.
2911
2912 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2913
2914 Refactor Python "gdb" module into a proper Python package, by
2915 introducing a new "_gdb" module for code implemented in C, and
2916 using reload/__import__ instead of exec.
2917 * python/lib/gdb/__init__.py: Import * from _gdb.
2918 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2919 prompt_hook, sys.argv): Moved from finish_python_initialization.
2920 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2921 (packages, auto_load_packages): New list and function replacing
2922 module_dict and auto-loading code, using __file__ instead of
2923 gdb.PYTHONDIR and reload/__import__ instead of exec.
2924 (GdbSetPythonDirectory): Replacing function of the same name
2925 from finish_python_initialization, using reload/__import__ instead
2926 of exec, as well as call auto_load_packages.
2927 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2928 gdb_python_module and not gdb_module.
2929 * python/python-internal.h (gdb_python_module): Declare.
2930 * python/python.c (gdb_python_module): New global.
2931 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2932 (_initialize_python): Rename gdb module to _gdb.
2933 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2934 (finish_python_initialization): Move Python code to
2935 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2936 __main__.
2937
2938 2012-09-13 Pedro Alves <palves@redhat.com>
2939
2940 * Makefile.in (COMMON_OBS): Add registry.o.
2941 * registry.c: New file.
2942 * registry.h (struct registry_container): Declare.
2943 (registry_data_callback): New typedef.
2944 (struct registry_data, struct registry_data_registration, struct
2945 registry_data_registry): New type.
2946 (register_data_with_cleanup, registry_alloc_data)
2947 (registry_callback_adaptor, registry_clear_data)
2948 (registry_container_free_data, registry_set_data, registry_data):
2949 Declare.
2950 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2951 the new common structures and functions.
2952 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2953 callback typedefs.
2954
2955 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2956
2957 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2958 there is an error inserting hardware breakpoints and use the
2959 error message from the target.
2960
2961 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2962 Catch this exception and print the error message contained within.
2963 Do not print the default hardware error breakpoint message in this
2964 case.
2965
2966 2012-09-12 Doug Evans <dje@google.com>
2967
2968 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2969 cu == NULL.
2970
2971 2012-09-11 Doug Evans <dje@google.com>
2972
2973 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2974 .gdb_index symbol attributes if there are none.
2975
2976 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2977
2978 * symtab.h (struct minimal_symbol) [has_size]: New field.
2979 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2980 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2981 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2982 minimal symbols if the symbol's size is actually known.
2983 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2984 of msymbol's size field. Add comment.
2985 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2986 SET_MSYMBOL_SIZE to set the minimal symbol size.
2987
2988 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2989
2990 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2991 minimal_symbol struct object, rather than setting some of its
2992 fields one by one.
2993
2994 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2995
2996 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2997 passed_a_ptr flag when displaying typedef types.
2998
2999 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3000
3001 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
3002 the optimized_out flag is preserved.
3003
3004 2012-09-10 Anthony Green <green@moxielogic.com>
3005
3006 * moxie-tdep.c (moxie_analyze_prologue): Update for function
3007 prologue changes in GCC.
3008
3009 2012-09-10 Keith Seitz <keiths@redhat.com>
3010
3011 PR gdb/13483
3012 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
3013 (BOOL_CONVERSION_BADNESS): ... this.
3014 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
3015 (rank_one_type): Allow all boolean conversions
3016 permitted by the standard.
3017
3018 2012-09-06 Tom Tromey <tromey@redhat.com>
3019
3020 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3021 Don't decref py_objfile.
3022
3023 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
3024
3025 Do not enable -lmcheck by default when Python is enabled with
3026 threading support.
3027 * configure.ac: (python_has_threads) New variable, by testing
3028 if WITH_THREAD is defined in Python.h.
3029 Move --enable-lmcheck after --with-python.
3030 Do not enable -lmcheck by default if python_has_threads=yes.
3031 Warn if --enable-lmcheck and python_has_threads=yes.
3032 * configure: Regenerate.
3033
3034 2012-08-31 Yao Qi <yao@codesourcery.com>
3035
3036 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
3037 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
3038 Update some commands.
3039 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
3040 * mi/mi-main.c (mi_cmd_execute): Set
3041 '*parse->cmd->suppress_notification' to 1.
3042
3043 2012-08-31 Yao Qi <yao@codesourcery.com>
3044
3045 * mi/mi-cmds.c (mi_cmds): Add 'static'.
3046
3047 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
3048
3049 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3050
3051 2012-08-29 Doug Evans <dje@google.com>
3052
3053 * main.c (print_gdb_help): Remove reference to
3054 --use-deprecated-index-sections.
3055
3056 2012-08-28 Yao Qi <yao@codesourcery.com>
3057
3058 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3059 (init_cmds): Call add_setshow_uinteger_cmd for command
3060 'max-user-call-depth'.
3061 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3062 declaration of 'max_user_call_depth'.
3063 * frame.c (backtrace_limit): Add 'unsigned'.
3064 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3065 'limit'.
3066 * remote.c (remoteaddresssize): Add 'unsigned'.
3067 (remote_address_masked): Change local var 'address_size' to
3068 'unsigned'.
3069 (_initialize_remote): Call add_setshow_uinteger_cmd for
3070 'remoteaddresssize'.
3071 * top.c (history_size): Add 'unsigned'.
3072 (show_commands): Change local variables to 'unsigned'.
3073 (set_history_size_command): Don't check history_size is negative.
3074 Adjust the condition to call unstifle_history and set history_size
3075 to UNIT_MAX.
3076
3077 2012-08-28 Pedro Alves <palves@redhat.com>
3078
3079 PR gdb/14428
3080
3081 * infcmd.c (default_print_one_register_info): New, factored out
3082 from default_print_registers_info.
3083 (default_print_registers_info): Use it. Mark value unavailable if
3084 necessary.
3085 (registers_info): Print user registers with
3086 default_print_one_register_info.
3087
3088 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3089
3090 PR tui/14486
3091 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3092 is not NULL before referencing it.
3093
3094 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3095
3096 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3097 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3098 original PC for it.
3099
3100 2012-08-27 Eli Zaretskii <eliz@gnu.org>
3101 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * auto-load.c (auto_load_objfile_script): Rename to ...
3104 (auto_load_objfile_script_1): ... here, change variable realname to
3105 parameter realname, document it, add return value, add variable retval.
3106 (auto_load_objfile_script): New function.
3107
3108 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3111 followed by a whitespace.
3112
3113 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 PR gdb/14494.
3116 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3117 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3118 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3119 here.
3120
3121 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3122
3123 * memattr.c (create_mem_region): Fix memory region overlapping
3124 checking.
3125
3126 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3127
3128 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3129 with xmalloc/cleanup.
3130 * mt-tdep.c (mt_push_dummy_call): Likewise.
3131 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3132 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3133
3134 2012-08-24 Yao Qi <yao@codesourcery.com>
3135
3136 * jv-exp.y (push_expression_name): Add "." at the end of error
3137 message.
3138
3139 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3140
3141 Document how to return from "python-interactive" to GDB.
3142 * python/python.c (_initialize_python): Update documentation.
3143
3144 2012-08-23 Pedro Alves <palves@redhat.com>
3145
3146 * infrun.c (_initialize_infrun) <handle command help text>:
3147 Mention that multiple signals are supported.
3148
3149 2012-08-23 Pedro Alves <palves@redhat.com>
3150
3151 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3152 string.
3153
3154 2012-08-23 Yao Qi <yao@codesourcery.com>
3155
3156 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3157 (tfind_1): Don't call registers_changed, set_traceframe_num,
3158 and clear_traceframe_info.
3159 Call set_current_traceframe.
3160 (set_current_traceframe): call set_traceframe_num.
3161
3162 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3163
3164 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3165 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3166
3167 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3168
3169 Enable readline in Python in a GDB-specific way and block the
3170 standard Python readline module to prevent conflicts with GDB.
3171 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3172 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3173 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3174 * python/py-gdb-readline.c: New file.
3175 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3176 prototype.
3177 * python/python.c (_initialize_python): Call
3178 gdbpy_initialize_gdb_readline.
3179
3180 2012-08-22 Keith Seitz <keiths@redhat.com>
3181
3182 * defs.h: Include build-gnulib/config.h
3183
3184 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3185
3186 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3187 and blx pc.
3188
3189 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3190
3191 Add a new "python-interactive" command that starts a standard
3192 Python interactive prompt with "pi" as alias, and add "py" as
3193 an alias to "python".
3194 * NEWS: Mention the new commands.
3195 * python/python.c (eval_python_command): New function.
3196 (python_interactive_command): For "python-interactive" with
3197 arguments, call eval_python_command. For "python-interactive"
3198 without arguments, call PyRun_InteractiveLoop.
3199 (_initialize_python): Add "python-interactive" command with
3200 "pi" as alias, and add "py" as an alias to "python".
3201
3202 2012-08-22 Tom Tromey <tromey@redhat.com>
3203
3204 * defs.h (quit_flag): Don't declare.
3205 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3206 (QUIT): Use new functions.
3207 * event-top.c (command_handler): Use clear_quit_flag.
3208 (handle_sigint): Use set_quit_flag.
3209 (async_request_quit): Use check_quit_flag. Don't check
3210 immediate_quit.
3211 * exceptions.c (throw_exception): Use clear_quit_flag.
3212 * main.c (captured_main): Use clear_quit_flag.
3213 * python/python.c (clear_quit_flag, set_quit_flag)
3214 (check_quit_flag): New functions.
3215 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3216 clear_quit_flag.
3217 * remote.c (remote_wait_as): Use check_quit_flag,
3218 clear_quit_flag.
3219 (remote_start_remote): Call QUIT.
3220 * symfile.c (load_progress): Use check_quit_flag.
3221 * top.c (command_loop): Use clear_quit_flag.
3222 (command_line_input): Call QUIT.
3223 * utils.c (quit_flag): Conditionally define.
3224 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3225 functions.
3226 (prompt_for_continue): Call QUIT. Use quit, not
3227 async_request_quit.
3228 * remote-mips.c (mips_expect_timeout): Call QUIT.
3229 * monitor.c (monitor_expect): Call QUIT.
3230
3231 2012-08-22 Tom Tromey <tromey@redhat.com>
3232
3233 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3234 (async_init_signals): Update.
3235 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3236 (SIGWINCH_HANDLER_BODY): Remove.
3237
3238 2012-08-22 Tom Tromey <tromey@redhat.com>
3239
3240 * jit.c (jit_object_close_impl): Don't malloc the objfile
3241 name.
3242 * objfiles.c (allocate_objfile): Don't malloc the objfile
3243 name.
3244 (free_objfile): Don't free the objfile name.
3245 * objfiles.h (struct objfile) <name>: Update comment.
3246 * symfile.c (reread_symbols): Fix reference counting. Don't
3247 malloc objfile name.
3248
3249 2012-08-22 Tom Tromey <tromey@redhat.com>
3250
3251 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3252 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3253 (symfile_bfd_open): Likewise.
3254 (generic_load): Likewise.
3255 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3256 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3257 gdb_bfd_open.
3258 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3259 Use gdb_bfd_open.
3260 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3261 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3262 (pmon_load_fast): Likewise.
3263 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3264 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3265 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3266 (macho_check_dsym): Likewise.
3267 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3268 (m32r_upload_command): Likewise.
3269 * gdb_bfd.h (gdb_bfd_cache): Declare.
3270 * gdb_bfd.c (struct gdb_bfd_data): New.
3271 (gdb_bfd_cache): New global.
3272 (struct gdb_bfd_cache_search): New.
3273 (hash_bfd): New function.
3274 (eq_bfd): Likewise.
3275 (gdb_bfd_open): Likewise.
3276 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3277 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3278 gdb_bfd_data.
3279 * exec.c (exec_file_attach): Use gdb_bfd_open.
3280 * dsrec.c (load_srec): Use gdb_bfd_open.
3281
3282 2012-08-22 Tom Tromey <tromey@redhat.com>
3283
3284 * dwarf2read.c (macro_start_file): Update.
3285 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3286 (free_objfile_per_bfd_storage): Destroy macro_cache.
3287 (allocate_objfile, free_objfile): Update.
3288 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3289 New field.
3290 (struct objfile) <macro_cache>: Remove.
3291 * symfile.c (reread_symbols): Update.
3292 * symmisc.c (print_symbol_bcache_statistics): Update.
3293 (print_objfile_statistics): Update.
3294
3295 2012-08-22 Tom Tromey <tromey@redhat.com>
3296
3297 * elfread.c (elf_symtab_read): Update.
3298 * objfiles.c (objfiles_bfd_data): New global.
3299 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3300 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3301 (allocate_objfile, free_objfile): Update.
3302 (_initialize_objfiles): Initialize objfiles_bfd_data.
3303 * objfiles.h (struct objfile_per_bfd_storage): New.
3304 (struct objfile) <per_bfd>: New field.
3305 <filename_cache>: Remove.
3306 (set_objfile_per_bfd): Declare.
3307 * symfile.c (reread_symbols): Update. Call
3308 set_objfile_per_bfd.
3309 (allocate_symtab): Update.
3310 * symmisc.c (print_symbol_bcache_statistics): Update.
3311 (print_objfile_statistics): Print the size of the BFD obstack.
3312
3313 2012-08-22 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3316 * gdb_bfd.c: Use DEFINE_REGISTRY.
3317 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3318 (gdb_bfd_ref): Call bfd_alloc_data.
3319 (gdb_bfd_unref): Call bfd_free_data.
3320
3321 2012-08-22 Tom Tromey <tromey@redhat.com>
3322
3323 * registry.h (struct registry_fields): New.
3324 (REGISTRY_FIELDS): Redefine.
3325 (REGISTRY_ACCESS_FIELD): New macro.
3326 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3327 functions.
3328
3329 2012-08-22 Tom Tromey <tromey@redhat.com>
3330
3331 * auto-load.c (_initialize_auto_load): Update.
3332 * solib-svr4.c (_initialize_svr4_solib): Update
3333 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3334 * solib-darwin.c (_initialize_darwin_solib): Update.
3335 * registry.h: New file.
3336 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3337 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3338 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3339 (register_program_space_data_with_cleanup)
3340 (register_program_space_data, program_space_alloc_data)
3341 (clear_program_space_data, set_program_space_data)
3342 (program_space_data): Don't declare.
3343 * progspace.c: Use DEFINE_REGISTRY.
3344 (struct program_space_data, struct
3345 program_space_data_registration, struct
3346 program_space_data_registry, program_space_data_registry)
3347 (register_program_space_data_with_cleanup)
3348 (register_program_space_data, program_space_alloc_data)
3349 (program_space_free_data, clear_program_space_data)
3350 (set_program_space_data, program_space_data): Remove.
3351 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3352 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3353 (register_objfile_data_with_cleanup, register_objfile_data)
3354 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3355 declare.
3356 * objfiles.c: Use DEFINE_REGISTRY.
3357 (struct objfile_data, struct objfile_data_registration, struct
3358 objfile_data_registry, objfile_data_registry)
3359 (register_objfile_data_with_cleanup, register_objfile_data)
3360 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3361 (set_objfile_data, objfile_data): Remove.
3362 (_initialize_objfiles): Update.
3363 * jit.c (_initialize_jit): Update.
3364 * inflow.c (_initialize_inflow): Update.
3365 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3366 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3367 (register_inferior_data_with_cleanup, register_inferior_data)
3368 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3369 declare.
3370 * inferior.c: Use DEFINE_REGISTRY.
3371 (struct inferior_data, struct inferior_data_registration, struct
3372 inferior_data_registry, inferior_data_registry)
3373 (register_inferior_data_with_cleanup, register_inferior_data)
3374 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3375 (set_inferior_data, inferior_data): Remove.
3376 * auxv.c (_initialize_auxv): Update.
3377 * ada-lang.c (_initialize_ada_language): Update.
3378 * breakpoint.c (_initialize_breakpoint): Update.
3379 * i386-nat.c (i386_use_watchpoints): Update.
3380
3381 2012-08-22 Tom Tromey <tromey@redhat.com>
3382
3383 * exec.c (exec_close, exec_file_attach): Update.
3384 (add_to_section_table): Initialize 'key' field.
3385 (add_target_sections, remove_target_sections): Add 'key' argument.
3386 * exec.h (add_target_sections, remove_target_sections): Add
3387 'key' argument.
3388 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3389 (reload_shared_libraries_1): Update.
3390 * target.h (struct target_section) <key>: New field.
3391
3392 2012-08-22 Tom Tromey <tromey@redhat.com>
3393
3394 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3395
3396 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3397
3398 * symfile.c (allocate_symtab): Use host_address_to_string
3399 function instead of cast of pointer to long which is not
3400 compatible with x86_64-w64-mingw32 build.
3401
3402 2012-08-19 Andrew Pinski <apinski@cavium.com>
3403
3404 * mips-tdep.c (is_octeon): New function.
3405 (is_octeon_bbit_op): New function.
3406 (mips32_next_pc): Handle Octeon's bbit instructions.
3407 (mips32_instruction_has_delay_slot): Likewise.
3408
3409 2012-08-19 Andrew Pinski <apinski@cavium.com>
3410
3411 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3412 before the function.
3413
3414 2012-08-19 Andrew Pinski <apinski@cavium.com>
3415
3416 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3417
3418 2012-08-19 Keith Seitz <keiths@redhat.com>
3419
3420 PR c++/14365
3421 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3422 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3423
3424 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3425
3426 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3427 The typo broke "make TAGS".
3428
3429 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3430
3431 GDB 7.5 released.
3432
3433 2012-08-17 Keith Seitz <keiths@redhat.com>
3434
3435 PR c++/13356
3436 * gdbtypes.c (strict_type_checking): New variable.
3437 (show_strict_type_checking): New function.
3438 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3439 if strict type checking is disabled.
3440 (_initialize_gdbtypes): Add "check type" subcommand.
3441 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3442
3443 2012-08-17 Keith Seitz <keiths@redhat.com>
3444
3445 * language.h (type_mode): Remove.
3446 (type_check): Remove.
3447 (struct language_defn): Remove la_type_check.
3448 (STRICT_TYPE): Remove unused macro.
3449 (type_error): Remove.
3450 * language.c (set_type_range_case): Renamed to ...
3451 (set_range_case): ... this. Update all callers.
3452 Remove type_mode/type_check.
3453 (type_mode): Remove.
3454 (type_check): Remove.
3455 (show_type_command): Remove.
3456 (set_type_command): Remove.
3457 (language_info): Remove type checking output.
3458 (type_error): Remove unused function.
3459 (range_error): Update comment.
3460 (unknown_language_defn): Remove la_type_check.
3461 (auto_language_defn): Likewise.
3462 (local_language_defn): Likewise.
3463 (_initialize_language): Remove "check type" subcommand.
3464 * ada-lang.c (ada_language_defn): Remove la_type_check.
3465 * c-lang.c (c_language_defn): Likewise.
3466 (cplus_language_defn): Likewise.
3467 (asm_language_defn): Likewise.
3468 (minimal_language_defn): Likewise.
3469 * d-lang.c (d_language_defn): Likewise.
3470 * f-lang.c (f_language_defn): Likewise.
3471 * go-lang.c (go_language_defn): Likewise.
3472 * jv-lang.c (java_language_defn): Likewise.
3473 * m2-lang.c (m2_language_defn): Likewise.
3474 * objc-lang.c (objc_language_defn): Likewise.
3475 * opencl-lang.c (opencl_language_defn): Likewise.
3476 * p-lang.c (pascal_language_defn): Likewise.
3477
3478 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3479
3480 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3481
3482 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3483
3484 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3485 New function.
3486 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3487 using the regache. Use ia64_hpux_get_register_from_save_state_t
3488 to access the bsp and bspstore registers if not.
3489
3490 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3491
3492 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3493 * breakpoint.c (detach_breakpoints): Change pid parameter into
3494 a ptid. Adjust code accordingly.
3495 * infrun.c (handle_inferior_event): Delete variable child_pid.
3496 Update call to detach_breakpoints to pass the child ptid for
3497 fork events.
3498 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3499 assert that inferior_ptid's lwp is zero.
3500 (linux_handle_extended_wait): Update call to detach_breakpoints.
3501 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3502 detach_breakpoints.
3503
3504 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3505
3506 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3507 parent, only call detach_breakpoints if tts.tts_event ==
3508 TTEVT_VFORK.
3509
3510 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3511
3512 * dwarf2-frame.c (dwarf2_frame_cache): Use
3513 get_frame_address_in_block instead of get_frame_pc as
3514 the bound for executing the frame's FDE.
3515
3516 2012-08-16 Yao Qi <yao@codesourcery.com>
3517
3518 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3519 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3520 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3521 (c_type_print_varspec_suffix): Likewise.
3522 * eval.c (evaluate_subexp_standard): Likewise.
3523 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3524 (f_type_print_varspec_suffix): Likewise.
3525 * gdbtypes.c (is_scalar_type): Likewise.
3526 (recursive_dump_type): Likewise.
3527 * infcall.c (value_arg_coerce): Likewise.
3528 * m2-valprint.c (m2_val_print): Likewise.
3529 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3530 (pascal_type_print_varspec_suffix): Likewise.
3531 (pascal_type_print_base): Likewise.
3532 * p-valprint.c (pascal_val_print): Likewise.
3533 (pascal_val_print): Likewise.
3534 * valops.c (value_slice): Likewise.
3535 * valprint.c (scalar_type_p): Likewise.
3536 * valarith.c (value_bitstring_subscript): Remove.
3537 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3538 Remove comment on TYPE_CODE_BITSTRING.
3539
3540 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3541 TYPE_CODE_BITSTRING.
3542
3543 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3544 slot 0.
3545
3546 2012-08-16 Yao Qi <yao@codesourcery.com>
3547
3548 * tracepoint.c (trace_find_none_command): Remove.
3549 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3550
3551 2012-08-16 Yao Qi <yao@codesourcery.com>
3552
3553 * remote.c (handle_notification): Remove parameter 'length'.
3554 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3555
3556 2012-08-15 Keith Seitz <keiths@redhat.com>
3557
3558 * gdbtypes.c (opaque_type_resolution): Make static.
3559 Add missing comment.
3560 (overload_debug): Add missing comment.
3561 (show_opaque_type_resolution): Likewise.
3562 (show_overload_debug): Likewise.
3563 (print_bit_vector): Remove unnecessary forward declaration.
3564 (print_arg_types): Likewise.
3565 (dump_fn_fieldlists): Likewise.
3566 (print_cplus_stuff): Likewise.
3567
3568 2012-08-15 Tom Tromey <tromey@redhat.com>
3569
3570 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3571 (gdb_bfd_ref): Initialize new field.
3572 (gdb_bfd_unref): Unref the archive BFD.
3573 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3574 parent archive.
3575
3576 2012-08-15 Tom Tromey <tromey@redhat.com>
3577
3578 PR python/14387:
3579 * python/py-bpevent.c (create_breakpoint_event_object): Update
3580 comment.
3581 * python/py-event.c (evpy_add_attribute): Update comment.
3582 * python/py-exitedevent.c (create_exited_event_object): Fix
3583 reference counting and error handling.
3584 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3585 Fix reference counting.
3586 * python/py-signalevent.c (create_signal_event_object): Fix
3587 reference counting and error handling.
3588 * python/py-stopevent.c (emit_stop_event): Fix reference
3589 counting.
3590 * python/py-threadevent.c (get_event_thread): Return a
3591 borrowed reference.
3592 * python/py-type.c (convert_field): Fix reference counting.
3593
3594 2012-08-15 Tom Tromey <tromey@redhat.com>
3595
3596 * dwarf2read.c (dwarf_decode_macro_bytes)
3597 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3598 as hash key.
3599
3600 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3601
3602 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3603 stepi, nexti, finish, next, step, jump, and continue commands.
3604 * infrun.c (_initialize_infrun): Update help text for the handle
3605 command.
3606
3607 2012-08-14 Doug Evans <dje@google.com>
3608
3609 * gdbtypes.c (struct extra): Delete, unused.
3610
3611 * gdbtypes.c: Whitespace cleanup.
3612 (address_space_name_to_int): Remove "extern" from definition.
3613 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3614
3615 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3616 TYPE_POINTER_TYPE (type).
3617
3618 2012-08-14 Gary Benson <gbenson@redhat.com>
3619
3620 * solib-svr4.c (svr4_free_library_list): Use free_so.
3621
3622 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3623
3624 * .gitignore: Add go-exp.c.
3625
3626 2012-08-13 Doug Evans <dje@google.com>
3627
3628 * value.c (show_convenience): Tweak comment.
3629 (_initialize_values): Mention convenience functions in the help text
3630 for "show convenience".
3631
3632 2012-08-13 Yao Qi <yao@codesourcery.com>
3633
3634 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3635 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3636 TERNOP_SLICE_COUNT.
3637 * eval.c (evaluate_subexp_standard): Likewise.
3638 * expprint.c (print_subexp_standard): Likewise.
3639 (dump_subexp_body_standard): Likewise.
3640 * parse.c (operator_length_standard): Likewise.
3641
3642 2012-08-13 Yao Qi <yao@codesourcery.com>
3643
3644 * std-operator.def: Remove OP_BITSTRING.
3645 * breakpoint.c (watchpoint_exp_is_const): Update.
3646 * eval.c (evaluate_subexp_standard): Remove handling to
3647 OP_BITSTRING.
3648 * expprint.c (print_subexp_standard): Likewise.
3649 (dump_subexp_body_standard): Likewise.
3650 * parse.c (operator_length_standard): Likewise.
3651 * valops.c (value_bitstring): Remove.
3652 * value.h: Remove the declaration of 'value_bitstring'.
3653
3654 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3655
3656 * linespec.c (find_methods): Remove unused variables `i1' and
3657 `name_len'.
3658 (decode_line_full): Likewise for `arg_start'.
3659
3660 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3661
3662 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3663 (zlib_decompress_section): Likewise for `section_data'.
3664 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3665
3666 2012-08-10 Doug Evans <dje@google.com>
3667
3668 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3669 * NEWS: Document them.
3670 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3671 function/strfns.py.
3672 * python/py-type.c (typy_array_1): New function.
3673 (typy_array): Call it.
3674 (typy_vector): New function.
3675 (type_object_methods): Add "vector".
3676 * python/lib/gdb/function/__init__.py: New file.
3677 * python/lib/gdb/function/strfns.py: New file.
3678
3679 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3680
3681 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3682 for TYPE_FIELD_BITPOS.
3683 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3684
3685 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3686
3687 PR cli/10436:
3688 * common/vec.h (VEC_merge): Define.
3689 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3690 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3691 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3692 * completer.c: Include gdb_signals.h.
3693 (signal_completer): Define.
3694 * completer.h (signal_completer): Add prototype.
3695 * infcmd.c (_initialize_infcmd): Assign the command
3696 completer for "signal" to handle_completer.
3697 * infrun.c: Include completer.h.
3698 (handle_completer): Define.
3699 (_initialize_infrun): Declare a new local variable c. Store the
3700 result of add_com("handle") to it. Assign the command
3701 completer for "handle" to handle_completer.
3702
3703 2012-08-09 Yao Qi <yao@codesourcery.com>
3704
3705 * cli/cli-decode.c (set_cmd_prefix): New.
3706 (lookup_cmd_for_prefixlist): New.
3707 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3708 of each cmd_list_element in *prefixlist.
3709 (add_setshow_cmd_full): set_cmd_prefix.
3710 (add_alias_cmd): Likewise.
3711 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3712 Declare 'auto_boolean_enums'.
3713 * cli/cli-setshow.c: Include "observer.h".
3714 (notify_command_param_changed_p): New.
3715 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3716 Remove 'static'.
3717 (do_setshow_command): Split it to ...
3718 (do_set_command, do_show_command): ... them. New.
3719 (do_set_command): Call observer_notify_command_param_changed if
3720 notify_command_param_changed_p returns true.
3721 (cmd_show_list): Caller update.
3722 * auto-load.c (set_auto_load_cmd): Likewise.
3723 * remote.c (show_remote_cmd): Likewise.
3724 * cli/cli-setshow.h: Update declarations.
3725 * top.c (execute_command): Call do_set_command and do_show_command.
3726
3727 * NEWS: Mention new MI notification.
3728 * mi/mi-interp.c: Declare mi_command_param_changed.
3729 (mi_interpreter_init): Attach mi_command_param_changed to
3730 observer command_param_changed.
3731 (mi_command_param_changed): New.
3732 Remove mi_suppress_breakpoint_notifications.
3733 Define global variable mi_suppress_notification.
3734 (mi_breakpoint_created): Update.
3735 (mi_breakpoint_deleted): Likewise.
3736 (mi_breakpoint_modified): Likewise.
3737 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3738 'gdb-set' and set mi_suppress_notification.
3739 * mi/mi-main.h: (mi_suppress_notification): New struct.
3740
3741 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3742 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3745
3746 2012-08-09 Yao Qi <yao@codesourcery.com>
3747
3748 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3749 (skiplist): Move it to skip.c.
3750 (init_cmd_lists): Remove code setting enablebreaklist and
3751 skiplist to NULL.
3752 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3753 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3754 skiplist.
3755 * gdbcmd.h: Likewise.
3756 * skip.c (_initialize_step_skip): Move 'skiplist' from
3757 cli/cli-cmds.c.
3758
3759 2012-08-09 Yao Qi <yao@codesourcery.com>
3760
3761 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3762 * gnu-nat.c, symfile.c: Likewise.
3763
3764 2012-08-08 Aaron Gamble <agamble@google.com>
3765
3766 * utils.c (prompt_for_continue_wait_time): New static global.
3767 (make_command_stats_cleanup): Initialize it.
3768 (report_command_stats): Subtract time waiting for user.
3769 (prompt_for_continue): Track time waiting for user.
3770 (defaulted_query): Track time waiting for user.
3771
3772 2012-08-08 Doug Evans <dje@google.com>
3773
3774 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3775 UNOP_MEMVAL_TYPE.
3776 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3777 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3778 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3779 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3780 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3781 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3782 elt.
3783 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3784 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3785 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3786 (dump_prefix_expression): Handle OP_TYPE.
3787
3788 2012-08-08 Keith Seitz <keiths@redhat.com>
3789
3790 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3791 addr_start.
3792
3793 2012-08-08 Doug Evans <dje@google.com>
3794
3795 * linux-thread-db.c: #include "gdb_vecs.h".
3796 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3797 updated.
3798 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3799 (thread_db_load_search): Use a vector to iterate over path elements.
3800 Handle text appearing after "$pdir".
3801
3802 * gdb_string.h: Moved to ...
3803 * common/gdb_string.h: ... here.
3804 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3805 gdb_string.h and gdb_assert.h.
3806
3807 2012-08-08 Yao Qi <yao@codesourcery.com>
3808
3809 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3810 (tic6x_value_to_register): Likewise.
3811 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3812 and set_gdbarch_value_to_register.
3813
3814 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3815 Jean-Marc Saffroy <saffroy@gmail.com>
3816
3817 PR 11804
3818 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3819 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3820 * gcore.c (gcore_create_callback): New function comment. Add modified
3821 parameter. Only write modified regions. Set SEC_READONLY exactly
3822 according to MODIFIED.
3823 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3824 the passed modified value to FUNC.
3825 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3826 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3827 first. New variables modified and has_anonymous. Parse the lines of
3828 smaps file. Add the passed MODIFIED value to FUNC.
3829 * procfs.c (find_memory_regions_callback): Add the passed modified
3830 value.
3831
3832 2012-08-06 Tom Tromey <tromey@redhat.com>
3833
3834 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3835 (dwarf2_frame_cache): Use it.
3836 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3837 cache initialization constraint.
3838
3839 2012-08-06 Tom Tromey <tromey@redhat.com>
3840
3841 PR python/14386:
3842 * varobj.c (update_dynamic_varobj_children): Don't call
3843 PyIter_Check.
3844
3845 2012-08-06 Tom Tromey <tromey@redhat.com>
3846
3847 PR cli/14392:
3848 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3849
3850 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3851
3852 * NEWS: New entry for 'cd' default parameters.
3853 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3854
3855 2012-08-03 Tom Tromey <tromey@redhat.com>
3856
3857 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3858 return.
3859
3860 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3861
3862 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3863 to attempting lseek/write.
3864 (inf_child_fileio_pread): Likewise for pread.
3865
3866 2012-08-02 Yao Qi <yao@codesourcery.com>
3867
3868 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3869 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3870 add_setshow_zinteger_cmd.
3871 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3872 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3873 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3874 instead of add_setshow_zinteger_cmd.
3875 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3876 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3877 instead of add_setshow_zinteger_cmd.
3878 * frame.c (frame_debug): Add 'unsigned'.
3879 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3880 add_setshow_zinteger_cmd.
3881 * frame.h: Update the declaration of 'frame_debug'.
3882 * gdbtypes.c (overload_debug): Add 'unsigned'.
3883 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3884 add_setshow_zinteger_cmd.
3885 * inferior.h: Update declaration of 'debug_infrun'.
3886 * infrun.c (debug_infrun): Add 'unsigned'.
3887 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3888 add_setshow_zinteger_cmd.
3889 * jit.c (jit_debug): Add 'unsigned'.
3890 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3891 add_setshow_zinteger_cmd.
3892 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3893 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3894 instead of add_setshow_zinteger_cmd.
3895 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3896 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3897 add_setshow_zinteger_cmd.
3898 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3899 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3900 instead of add_setshow_zinteger_cmd.
3901 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3902 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3903 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3904 intead of add_setshow_zinteger_cmd.
3905 * mips-tdep.c (mips_debug): Add 'unsigned'.
3906 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3907 instead of add_setshow_zinteger_cmd.
3908 * monitor.c (monitor_debug): Add 'unsigned'.
3909 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3910 add_setshow_zinteger_cmd.
3911 * observer.c (observer_debug): Add 'unsigned'.
3912 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3913 add_setshow_zinteger_cmd.
3914 * parse.c (expressiondebug): Add 'unsigned'.
3915 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3916 add_setshow_zinteger_cmd.
3917 * record.c (record_debug): Add 'unsigned'.
3918 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3919 add_setshow_zinteger_cmd.
3920 * record.h: Update the declaration of 'record_debug'.
3921 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3922 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3923 add_setshow_zinteger_cmd.
3924 * serial.c (global_serial_debug_p): Add 'unsigned'.
3925 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3926 add_setshow_zinteger_cmd.
3927 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3928 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3929 add_setshow_zinteger_cmd.
3930 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3931 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3932 add_setshow_zinteger_cmd.
3933 * target.c (targetdebug): Add 'unsigned'.
3934 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3935 add_setshow_zinteger_cmd.
3936 * valops.c (overload_debug): Add 'unsigned'.
3937 * varobj.c (varobjdebug): Add 'unsigned'.
3938 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3939 add_setshow_zinteger_cmd.
3940 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3941 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3942 instead of add_setshow_zinteger_cmd.
3943
3944 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3945 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3946 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3947 instead of add_setshow_zinteger_cmd.
3948 * gdbarch.c, gdbarch.h: Re-generated.
3949
3950 2012-08-02 Yao Qi <yao@codesourcery.com>
3951
3952 * nto-tdep.c: Don't include cli/cli-decode.h and
3953 cli/cli-cmds.h.
3954 (_initialize_nto_tdep): Remove.
3955 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3956 Remove field.
3957 Remove macro nto_internal_debugging.
3958
3959 2012-08-01 Richard Henderson <rth@redhat.com>
3960
3961 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3962 (mep-*-*) [gdb_target_obs]: Likewise.
3963
3964 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3965
3966 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3967 linux_get_siginfo_type.
3968
3969 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3970
3971 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3972 AT_ENTRY_POINT.
3973 (call_function_by_hand) <ON_STACK>: Call write_memory with
3974 gdbarch_breakpoint_from_pc, if possible.
3975 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3976 here.
3977
3978 2012-07-31 Yao Qi <yao@codesourcery.com>
3979
3980 * tracepoint.c: Add 'static' for some variables.
3981
3982 2012-07-31 Yao Qi <yao@codesourcery.com>
3983
3984 * go32-nat.c: Declare _initialize_go32_nat.
3985 * ser-go32.c: Declare _initialize_ser_dos.
3986 * top.c (do_chdir_cleanup): Add 'static'.
3987
3988 2012-07-30 Keith Seitz <keiths@redhat.com>
3989
3990 * linespec.c (linespec_lex_number): A number followed
3991 by quotes is a valid number, too.
3992
3993 2012-07-30 Tom Tromey <tromey@redhat.com>
3994
3995 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3996
3997 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3998
3999 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
4000 attempt to 4-byte-align HW breakpoint addresses for Thumb.
4001
4002 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4003
4004 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
4005 invalid or reevaluated to prevent prevent references to possibly
4006 delete'd type objects being left in the varobj.
4007
4008 2012-07-27 Tom Tromey <tromey@redhat.com>
4009 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 * copying.awk: Print buffer-read-only and vi ro markers.
4012 * copying.c: Rebuild.
4013 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
4014 * gdbarch.c, gdbarch.h: Rebuild.
4015 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
4016 buffer-read-only and vi ro markers.
4017 * features/arm-with-iwmmxt.c: Rebuild.
4018 * features/arm-with-m-fpa-layout.c: Rebuild.
4019 * features/arm-with-m-vfp-d16.c: Rebuild.
4020 * features/arm-with-m.c: Rebuild.
4021 * features/arm-with-neon.c: Rebuild.
4022 * features/arm-with-vfpv2.c: Rebuild.
4023 * features/arm-with-vfpv3.c: Rebuild.
4024 * features/i386/amd64-avx-linux.c: Rebuild.
4025 * features/i386/amd64-avx.c: Rebuild.
4026 * features/i386/amd64-linux.c: Rebuild.
4027 * features/i386/amd64.c: Rebuild.
4028 * features/i386/i386-avx-linux.c: Rebuild.
4029 * features/i386/i386-avx.c: Rebuild.
4030 * features/i386/i386-linux.c: Rebuild.
4031 * features/i386/i386-mmx-linux.c: Rebuild.
4032 * features/i386/i386-mmx.c: Rebuild.
4033 * features/i386/i386.c: Rebuild.
4034 * features/i386/x32-avx-linux.c: Rebuild.
4035 * features/i386/x32-avx.c: Rebuild.
4036 * features/i386/x32-linux.c: Rebuild.
4037 * features/i386/x32.c: Rebuild.
4038 * features/mips-dsp-linux.c: Rebuild.
4039 * features/mips-linux.c: Rebuild.
4040 * features/mips64-dsp-linux.c: Rebuild.
4041 * features/mips64-linux.c: Rebuild.
4042 * features/rs6000/powerpc-32.c: Rebuild.
4043 * features/rs6000/powerpc-32l.c: Rebuild.
4044 * features/rs6000/powerpc-403.c: Rebuild.
4045 * features/rs6000/powerpc-403gc.c: Rebuild.
4046 * features/rs6000/powerpc-405.c: Rebuild.
4047 * features/rs6000/powerpc-505.c: Rebuild.
4048 * features/rs6000/powerpc-601.c: Rebuild.
4049 * features/rs6000/powerpc-602.c: Rebuild.
4050 * features/rs6000/powerpc-603.c: Rebuild.
4051 * features/rs6000/powerpc-604.c: Rebuild.
4052 * features/rs6000/powerpc-64.c: Rebuild.
4053 * features/rs6000/powerpc-64l.c: Rebuild.
4054 * features/rs6000/powerpc-7400.c: Rebuild.
4055 * features/rs6000/powerpc-750.c: Rebuild.
4056 * features/rs6000/powerpc-860.c: Rebuild.
4057 * features/rs6000/powerpc-altivec32.c: Rebuild.
4058 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4059 * features/rs6000/powerpc-altivec64.c: Rebuild.
4060 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4061 * features/rs6000/powerpc-cell32l.c: Rebuild.
4062 * features/rs6000/powerpc-cell64l.c: Rebuild.
4063 * features/rs6000/powerpc-e500.c: Rebuild.
4064 * features/rs6000/powerpc-e500l.c: Rebuild.
4065 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4066 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4067 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4068 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4069 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4070 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4071 * features/rs6000/powerpc-vsx32.c: Rebuild.
4072 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4073 * features/rs6000/powerpc-vsx64.c: Rebuild.
4074 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4075 * features/rs6000/rs6000.c: Rebuild.
4076 * features/s390-linux32.c: Rebuild.
4077 * features/s390-linux32v1.c: Rebuild.
4078 * features/s390-linux32v2.c: Rebuild.
4079 * features/s390-linux64.c: Rebuild.
4080 * features/s390-linux64v1.c: Rebuild.
4081 * features/s390-linux64v2.c: Rebuild.
4082 * features/s390x-linux64.c: Rebuild.
4083 * features/s390x-linux64v1.c: Rebuild.
4084 * features/s390x-linux64v2.c: Rebuild.
4085 * features/tic6x-c62x-linux.c: Rebuild.
4086 * features/tic6x-c62x.c: Rebuild.
4087 * features/tic6x-c64x-linux.c: Rebuild.
4088 * features/tic6x-c64x.c: Rebuild.
4089 * features/tic6x-c64xp-linux.c: Rebuild.
4090 * features/tic6x-c64xp.c: Rebuild.
4091
4092 2012-07-27 Tom Tromey <tromey@redhat.com>
4093
4094 * c-exp.y (classify_name): Avoid assignment in condition.
4095
4096 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4097
4098 * amd64-windows-tdep.c: Include "frame.h".
4099 (amd64_windows_skip_trampoline_code): New function.
4100 (amd64_windows_init_abi): Add trampoline registration.
4101
4102 2012-07-27 Yao Qi <yao@codesourcery.com>
4103
4104 * tracepoint.c (cur_traceframe_number): Remove.
4105 (set_tfile_traceframe): Remove.
4106 (tfile_trace_find, tfile_fetch_registers): Update callers.
4107 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4108 (tfile_open, tfile_trace_find): Likewise.
4109
4110 2012-07-27 Yao Qi <yao@codesourcery.com>
4111
4112 * thread.c (switch_to_thread): Don't call registers_changed.
4113
4114 2012-07-26 Tom Tromey <tromey@redhat.com>
4115
4116 * Makefile.in (SFILES): Remove objc-exp.y.
4117 (YYFILES): Remove objc-exp.c.
4118 (YYOBJ): Remove objc-exp.o.
4119 (local-maintainer-clean): Don't mention objc-exp.c.
4120 * c-exp.y: Include objc-lang.h.
4121 (%union) <class>: New field.
4122 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4123 (exp): Clone subscript production for OBJC_LBRAC. Add various
4124 Objective C productions.
4125 (msglist, msgarglist, msgarg): New productions.
4126 (array_mod, func_mod, operator): Clone productions for
4127 OBJC_LBRAC.
4128 (parse_string_or_char): Handle '@' strings.
4129 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4130 (classify_name): Check la_name_of_this. Recognize ObjC class
4131 names.
4132 * objc-exp.y: Remove.
4133 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4134 * objc-lang.h (objc_parse, objc_error): Don't declare.
4135
4136 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4137
4138 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4139
4140 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4141
4142 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4143 and decrement.
4144
4145 2012-07-26 Tom Tromey <tromey@redhat.com>
4146
4147 * copying.c: Rebuild.
4148 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4149 'no_class'.
4150
4151 2012-07-26 Tom Tromey <tromey@redhat.com>
4152
4153 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4154 immediate_quit.
4155 (print_objfile_statistics): Likewise.
4156 (maintenance_print_symbols): Likewise.
4157 (maintenance_print_msymbols): Likewise.
4158 (maintenance_print_objfiles): Likewise.
4159 * psymtab.c (print_partial_symbols): Call QUIT.
4160 (maintenance_print_psymbols): Likewise. Don't modify
4161 immediate_quit.
4162 * copying.c (show_copying_command): Don't modify immediate_quit.
4163 (show_warranty_command): Likewise.
4164 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4165
4166 2012-07-26 Keith Seitz <keiths@redhat.com>
4167
4168 * linespec.c (linespec_lexer_lex_number): The input
4169 is also a valid number if the next character is a comma
4170 or colon.
4171
4172 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4173
4174 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4175 configure options.
4176
4177 2012-07-26 Tristan Gingold <gingold@adacore.com>
4178
4179 * machoread.c: Include gdb_bfd.h.
4180
4181 2012-07-26 Tristan Gingold <gingold@adacore.com>
4182
4183 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4184 offset.
4185
4186 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4187
4188 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4189 SIZE to size_t.
4190 (dwarf2_evaluate_loc_desc): Likewise.
4191 (dwarf2_loc_desc_needs_frame): Likewise.
4192 (locexpr_describe_location_1): Likewise.
4193 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4194 size_t.
4195 (struct dwarf2_loclist_baton): Likewise.
4196 * dwarf2read.c (struct dwarf_block): Likewise.
4197 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4198 (decode_locdesc): Expand SIZE and I to size_t.
4199
4200 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4201
4202 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4203
4204 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4205
4206 * doublest.c (convert_doublest_to_floatformat): If the exponent
4207 is too small, treat the value as zero. If the exponent is too
4208 large, treat the value as infinity.
4209
4210 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4211
4212 * configure.ac: Add --enable-lmcheck configure option.
4213 * configure: Regenerate.
4214
4215 2012-07-25 Tom Tromey <tromey@redhat.com>
4216
4217 * NEWS: Mention maint info bfds.
4218 * gdb_bfd.c (all_bfds): New global.
4219 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4220 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4221 New functions.
4222
4223 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4224
4225 * configure.tgt: Add v850*-*-rtems*.
4226
4227 2012-07-25 Tom Tromey <tromey@redhat.com>
4228
4229 * macrotab.c (macro_bcache_str): Remove cast.
4230
4231 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4232
4233 * linespec.c (linespec_lexer_lex_number): Update comments,
4234 change the return and add check to make sure the input is
4235 the decimal numbers.
4236 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4237 false, call linespec_lexer_lex_string.
4238
4239 2012-07-24 Tom Tromey <tromey@redhat.com>
4240
4241 * symfile.c (symbol_file_add): Don't open BFD twice.
4242
4243 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4244
4245 * breakpoint.c (create_breakpoint): Store condition for pending
4246 breakpoints.
4247
4248 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4249
4250 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4251 (m68k_return_value): Handle complex types like structures.
4252 (m68k_svr4_return_value): Likewise.
4253
4254 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4255
4256 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4257 parameters to bfd_get_section_name.
4258
4259 2012-07-24 Yao Qi <yao@codesourcery.com>
4260
4261 * cli/cli-setshow.c: Handle case 'var_uinteger'
4262 and 'var_zuninteger' together. Handle case 'var_integer' and
4263 'var_zinteger' together.
4264
4265 2012-07-23 Keith Seitz <keiths@redhat.com>
4266
4267 * linespec.c (convert_linespec_to_sal): Don't add
4268 any symbols to the result vector if symbol_to_sal
4269 returns zero.
4270
4271 2012-07-23 Keith Seitz <keiths@redhat.com>
4272
4273 * linespec.c (decode_objc): Record the function name
4274 in the linespec.
4275
4276 2012-07-23 Tom Tromey <tromey@redhat.com>
4277
4278 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4279 counting.
4280 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4281 (map_vmap): Acquire a reference to the BFD.
4282
4283 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4284
4285 * p-valprint.c (pascal_object_print_value): Replace potentially
4286 unsafe alloca with xmalloc/xfree.
4287 * valops.c (search_struct_method): Likewise.
4288
4289 2012-07-23 Tom Tromey <tromey@redhat.com>
4290
4291 * solib-svr4.c (enable_break): Update.
4292 * bfd-target.h (target_bfd_reopen): Update documentation.
4293
4294 2012-07-23 Tom Tromey <tromey@redhat.com>
4295
4296 * symfile.c (separate_debug_file_exists): Update.
4297 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4298 (reread_symbols): Update.
4299 * elfread.c (build_id_verify): Update.
4300 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4301 bfd_open_maybe_remote.
4302
4303 2012-07-23 Tom Tromey <tromey@redhat.com>
4304
4305 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4306
4307 2012-07-23 Tom Tromey <tromey@redhat.com>
4308
4309 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4310 and 'abfd'.
4311 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4312 and 'abfd'.
4313 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4314 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4315 'abfd'.
4316 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4317 * objfiles.c (allocate_objfile): Acquire a new reference.
4318 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4319 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4320 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4321 a cleanup for 'nbfd'.
4322 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4323 for 'nbfd'.
4324 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4325 make a cleanup for 'abfd'.
4326 (symbol_file_add): Make a BFD cleanup.
4327
4328 2012-07-23 Tom Tromey <tromey@redhat.com>
4329
4330 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4331 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4332 * corelow.c (core_open): Use gdb_bfd_fopen.
4333 * dsrec.c (load_srec): Use gdb_bfd_openr.
4334 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4335 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4336 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4337 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4338 (gdb_bfd_fdopenr): New functions.
4339 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4340 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4341 (gdb_bfd_fdopenr): Declare.
4342 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4343 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4344 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4345 gdb_bfd_openr_next_archived_file.
4346 (macho_check_dsym): Use gdb_bfd_openr.
4347 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4348 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4349 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4350 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4351 gdb_bfd_openr.
4352 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4353 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4354 gdb_bfd_openr_next_archived_file.
4355 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4356 Use gdb_bfd_openr.
4357 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4358 gdb_bfd_openr.
4359 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4360 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4361 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4362 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4363 (symfile_bfd_open): Use gdb_bfd_fopen.
4364 (generic_load): Use gdb_bfd_openr.
4365 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4366
4367 2012-07-23 Tom Tromey <tromey@redhat.com>
4368
4369 * bfd-target.c (target_bfd_reopen): Update.
4370 * cli/cli-dump.c (bfd_openr_with_cleanup)
4371 (bfd_openw_with_cleanup): Update.
4372 * corelow.c (core_open): Update.
4373 * dsrec.c (load_srec): Update.
4374 * exec.c (exec_file_attach): Update.
4375 * gcore.c (create_gcore_bfd): Update.
4376 * gdb_bfd.c (gdb_bfd_ref): Return void.
4377 (gdb_bfd_open): Update.
4378 * gdb_bfd.h (gdb_bfd_ref): Return void.
4379 Update comments.
4380 * jit.c (jit_bfd_try_read_symtab): Update.
4381 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4382 * machoread.c (macho_symfile_read_all_oso): Update.
4383 (macho_check_dsym): Update.
4384 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4385 * remote-m32r-sdi.c (m32r_load): Update.
4386 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4387 * rs6000-nat.c (add_vmap): Update.
4388 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4389 Update.
4390 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4391 * solib-spu.c (spu_bfd_open): Update.
4392 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4393 * spu-linux-nat.c (spu_bfd_open): Update.
4394 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4395 (generic_load): Update.
4396 * windows-nat.c (windows_make_so): Update.
4397
4398 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4399
4400 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4401
4402 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4403
4404 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4405 SIGTRAMP_FRAME unwinding.
4406
4407 2012-07-20 Doug Evans <dje@google.com>
4408
4409 * NEWS: Document new options "set/show use-deprecated-index-sections",
4410 and delete reference to --use-deprecated-index-sections.
4411 * symfile.h (use_deprecated_index_sections): Delete.
4412 * dwarf2read.c (use_deprecated_index_sections): Make static.
4413 (read_index_from_section): Update wording of how to load
4414 deprecated index sections.
4415 (_initialize_dwarf2_read): New options
4416 "set/show use-deprecated-index-sections".
4417 * main.c (captured_main): Delete --use-deprecated-index-sections.
4418
4419 2012-07-20 Pedro Alves <palves@redhat.com>
4420
4421 PR threads/11692
4422 PR gdb/12203
4423
4424 * infrun.c (handle_inferior_event) <new thread>: Don't special
4425 case minus_one_ptid.
4426 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4427 * linux-thread-db.c (thread_get_info_callback): Don't return early
4428 if the thread is zombie.
4429 (thread_from_lwp): Change return type to void. Rewrite stale
4430 comment.
4431 (attach_thread): Don't return early if the thread is zombie,
4432 instead set its "dying" flag.
4433 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4434 (find_new_threads_callback): Don't return early if the thread is
4435 zombie.
4436
4437 2012-07-20 Pedro Alves <palves@redhat.com>
4438
4439 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4440 * target.c (target_wait): Likewise.
4441 (str_comma_list_concat_elem, do_option, target_options_to_string):
4442 New functions.
4443 * target.h (target_options_to_string): Declare.
4444
4445 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4446 Tom Tromey <tromey@redhat.com>
4447
4448 * dwarf2read.c (dwarf_decode_macros)
4449 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4450 DW_MACRO_GNU_transparent_include_alt>: New cases.
4451 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4452 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4453
4454 2012-07-20 Tom Tromey <tromey@redhat.com>
4455
4456 * dwarf2read.c (try_open_dwo_file): Don't call
4457 gdb_bfd_stash_filename.
4458
4459 2012-07-20 Pedro Alves <palves@redhat.com>
4460
4461 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4462 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4463 (i386_process_record): Tweak description comments.
4464
4465 2012-07-20 Pedro Alves <palves@redhat.com>
4466
4467 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4468 (i386_process_record): Use record_read_memory.
4469 * record.c (record_read_memory): New function.
4470 (record_arch_list_add_mem, record_exec_insn): Use
4471 record_read_memory.
4472 * record.h (record_read_memory): Declare.
4473
4474 2012-07-20 Yao Qi <yao@codesourcery.com>
4475
4476 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4477 NULL for xfree.
4478
4479 2012-07-19 Pedro Alves <palves@redhat.com>
4480
4481 * record.c (record_resume): Ask the target beneath to report all
4482 signals.
4483
4484 2012-07-19 Doug Evans <dje@google.com>
4485
4486 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4487 there's no section at address zero.
4488 (dwarf2_record_block_ranges): Ditto.
4489
4490 2012-07-19 Yao Qi <yao@codesourcery.com>
4491
4492 * command.h, remote.c: Fix a typo in comment.
4493
4494 2012-07-19 Tom Tromey <tromey@redhat.com>
4495
4496 PR exp/13206:
4497 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4498 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4499 OP_DECLTYPE>: New cases.
4500 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4501 (type_exp): Add new productions.
4502 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4503 and decltype.
4504 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4505 New case.
4506 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4507 OP_DECLTYPE>: New case.
4508 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4509 New case.
4510 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4511 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4512
4513 2012-07-19 Tom Tromey <tromey@redhat.com>
4514
4515 * c-exp.y (enum token_flags): New.
4516 (struct token) <cxx_only>: Remove.
4517 <flags>: New field.
4518 (tokentab3, tokentab2, ident_tokens): Update.
4519 (lex_one_token): Update. Handle FLAG_SHADOW.
4520
4521 2012-07-19 Tom Tromey <tromey@redhat.com>
4522
4523 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4524 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4525 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4526 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4527 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4528 type_exp production where appropriate.
4529 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4530 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4531 <UNOP_MEMVAL_TYPE>: New case.
4532 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4533 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4534 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4535 <UNOP_MEMVAL_TYPE>: New case.
4536 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4537 UNOP_REINTERPRET_CAST>: Update.
4538 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4539 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4540 UNOP_REINTERPRET_CAST>: Update.
4541 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4542 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4543 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4544 constants.
4545
4546 2012-07-19 Yao Qi <yao@codesourcery.com>
4547 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4550 and case 'var_optional_filename' together.
4551 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4552 instead of add_setshow_optional_filename_cmd for setshow command
4553 'args'. Set completer for 'set args'.
4554
4555 2012-07-18 Doug Evans <dje@google.com>
4556
4557 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4558 * common/gdb_vecs.c: New file, contents from utils.c.
4559 * common/host-defs.h: New file, contents from defs.h.
4560 * utils.h: New file, contents from defs.h.
4561 * defs.h: Move all declarations of objects defined in utils.c
4562 to utils.h (except QUIT() and related).
4563 #include "utils.h", "host-defs.h".
4564 * probe.h (probe_p): Move here from gdb_vecs.h.
4565 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4566 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4567 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4568 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4569 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4570 (COMMON_OBS): Add gdb_vecs.o.
4571 (gdb_vecs.o): New rule.
4572
4573 2012-07-18 Keith Seitz <keiths@redhat.com>
4574
4575 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4576 parameter. If non-zero, use SYMNAME as the canonical name
4577 for the SaL.
4578 Update all callers.
4579 (convert_linespec_to_sals): Use add_sal_to_sals for
4580 expressions, too.
4581 (decode_line_full): No need to "fill in missing canonical names"
4582 anymore. Simply make cleanups for the allocated names.
4583
4584 2012-07-18 Keith Seitz <keiths@redhat.com>
4585
4586 * linespec.c (struct linespec): Constify expression,
4587 source_filename, function_name, and label_name.
4588 (symbol_not_found_error): Make all parameters const.
4589 (linespec_parser_delete): No need to check for NULL
4590 when using xfree. Cast const char * to char * for xfree.
4591
4592 2012-07-18 Keith Seitz <keiths@redhat.com>
4593
4594 * breakpoint.c (invalid_thread_id_error): New function.
4595 (find_condition_and_thread): Use invalid_thread_id_error.
4596 (watch_command_1): Likewise.
4597
4598 2012-07-18 Tom Tromey <tromey@redhat.com>
4599
4600 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4601 * contrib/cc-with-tweaks.sh: New file.
4602
4603 2012-07-18 Tom Tromey <tromey@redhat.com>
4604
4605 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4606 (locate_dwz_sections): Recognize .gdb_index.
4607 (create_cus_from_index_list): New function.
4608 (create_cus_from_index): Use it. Handle .dwz data.
4609 (read_index_from_section): New function, extracted from
4610 dwarf2_read_index.
4611 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4612 if needed.
4613
4614 2012-07-18 Tom Tromey <tromey@redhat.com>
4615
4616 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4617 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4618 <is_dwz>: New field.
4619 (struct dwz_file): New.
4620 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4621 (locate_dwz_sections, dwarf2_get_dwz_file)
4622 (get_abbrev_section_for_cu): New functions.
4623 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4624 (read_and_check_type_unit_head): Add abbrev_section argument.
4625 (create_debug_types_hash_table): Update.
4626 (init_cutu_and_read_dies): Use proper abbrev section.
4627 (init_cutu_and_read_dies_no_follow): Likewise.
4628 (set_partial_user): Do nothing if PST==NULL.
4629 (read_comp_units_from_section): New function.
4630 (create_all_comp_units): Use it.
4631 (scan_partial_symbols, partial_die_parent_scope): Update.
4632 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4633 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4634 (find_partial_die): Add offset_in_dwz argument. Update.
4635 (guess_partial_die_structure_name, fixup_partial_die): Update.
4636 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4637 DW_FORM_GNU_strp_alt.
4638 (read_indirect_string_from_dwz): New function.
4639 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4640 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4641 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4642 (follow_die_offset): Add offset_in_dwz argument.
4643 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4644 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4645 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4646 Handle new macro forms.
4647 (dwarf_decode_macros): Update.
4648 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4649 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4650 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4651 (create_debug_types_hash_table): Use correct abbrev section.
4652 (get_debug_line_section): New function.
4653 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4654 (process_full_comp_unit): Pass 'required' argument to
4655 end_symtab_get_static_block.
4656 * buildsym.h (end_symtab_get_static_block): Update.
4657 * buildsym.c (end_symtab_get_static_block): Add 'required'
4658 argument.
4659 (end_symtab, end_expandable_symtab): Update.
4660
4661 2012-07-18 Tom Tromey <tromey@redhat.com>
4662
4663 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4664 (pagesize): Remove.
4665 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4666 (zlib_decompress_section): Remove.
4667 (dwarf2_read_section): Use gdb_bfd_map_section.
4668 (munmap_section_buffer): Remove.
4669 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4670 munmap_section_buffer.
4671 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4672 (struct gdb_bfd_section_data): New.
4673 (free_one_bfd_section): New function.
4674 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4675 (get_section_descriptor, zlib_decompress_section)
4676 (gdb_bfd_map_section): New functions.
4677 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4678
4679 2012-07-18 Tom Tromey <tromey@redhat.com>
4680
4681 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4682
4683 2012-07-18 Tom Tromey <tromey@redhat.com>
4684
4685 * gdb_bfd.c (struct gdb_bfd_data): New.
4686 (gdb_bfd_cache): New global.
4687 (struct gdb_bfd_cache_search): New.
4688 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4689 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4690 * gdb_bfd.h (gdb_bfd_open): Declare.
4691
4692 2012-07-18 Tom Tromey <tromey@redhat.com>
4693
4694 * utils.c (make_cleanup_bfd_unref): Rename from
4695 make_cleanup_bfd_close.
4696 * defs.h (make_cleanup_bfd_unref): Rename from
4697 make_cleanup_bfd_close.
4698 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4699 (bfd_openw_with_cleanup): Update.
4700 * corelow.c (core_open): Update.
4701 * dsrec.c (load_srec): Update.
4702 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4703 * remote-m32r-sdi.c (m32r_load): Update.
4704 * remote-mips.c (mips_load_srec): Update.
4705 (pmon_load_fast): Update.
4706 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4707 Update.
4708 (darwin_bfd_open): Update.
4709 * solib.c (solib_bfd_fopen): Update.
4710 * symfile-mem.c (symbol_file_add_from_memory): Update.
4711 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4712 (symfile_bfd_open): Update.
4713 (generic_load): Update.
4714
4715 2012-07-18 Tom Tromey <tromey@redhat.com>
4716
4717 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4718 (pmon_load_fast): Likewise.
4719 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4720 (m32r_upload_command): Likewise.
4721 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4722 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4723 Use make_cleanup_bfd_close.
4724
4725 2012-07-18 Tom Tromey <tromey@redhat.com>
4726
4727 * symfile.c (symfile_bfd_open): Don't copy name. Call
4728 gdb_bfd_stash_filename.
4729 (load_command): Open the new BFD before freeing the old.
4730 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4731 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4732 Call gdb_bfd_stash_filename.
4733 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4734 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4735 gdb_bfd_stash_filename.
4736 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4737 Free found_pathname.
4738 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4739 gdb_bfd_stash_filename.
4740 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4741 * machoread.c (macho_add_oso_symfile): Call
4742 gdb_bfd_stash_filename.
4743 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4744 gdb_bfd_stash_filename.
4745 (macho_check_dsym): Don't copy filename. Call
4746 gdb_bfd_stash_filename.
4747 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4748 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4749 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4750 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4751 * exec.c (exec_close): Don't free the BFD's filename.
4752 (exec_file_attach): Don't copy the filename. Call
4753 gdb_bfd_stash_filename.
4754 * corelow.c (core_close): Don't free the BFD's filename.
4755 (core_open): Call gdb_bfd_stash_filename.
4756 * corefile.c (reopen_exec_file): Remove #if 0 code.
4757 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4758 pathname.
4759 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4760
4761 2012-07-18 Tom Tromey <tromey@redhat.com>
4762
4763 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4764 gdb_bfd_unref.
4765 (free_dwo_file): Use gdb_bfd_unref.
4766 * cli/cli-dump.c: Include gdb_bfd.h.
4767 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4768 (bfd_openr_with_cleanup): Likewise.
4769 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4770 gdb_bfd_unref.
4771 * utils.c: Include gdb_bfd.h.
4772 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4773 * symfile.c: Include gdb_bfd.h.
4774 (separate_debug_file_exists): Use gdb_bfd_unref.
4775 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4776 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4777 (generic_load): Use gdb_bfd_ref.
4778 (reread_symbols): Use gdb_bfd_unref.
4779 * symfile-mem.c: Include gdb_bfd.h.
4780 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4781 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4782 * solib.c: Include gdb_bfd.h.
4783 (solib_bfd_fopen): Use gdb_bfd_ref.
4784 (solib_bfd_open): Use gdb_bfd_unref.
4785 (free_so_symbols): Use gdb_bfd_unref.
4786 (reload_shared_libraries_1): Use gdb_bfd_unref.
4787 * solib-spu.c: Include gdb_bfd.h.
4788 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4789 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4790 gdb_bfd_unref.
4791 * solib-frv.c: Include gdb_bfd.h.
4792 (enable_break2): Use gdb_bfd_unref.
4793 * solib-dsbt.c: Include gdb_bfd.h.
4794 (enable_break2): Use gdb_bfd_unref.
4795 * solib-darwin.c: Include gdb_bfd.h.
4796 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4797 gdb_bfd_unref.
4798 (darwin_bfd_open): Use gdb_bfd_unref.
4799 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4800 * remote-mips.c: Include gdb_bfd.h.
4801 (mips_load_srec): Use gdb_bfd_ref.
4802 (pmon_load_fast): Use gdb_bfd_ref.
4803 * remote-m32r-sdi.c: Include gdb_bfd.h.
4804 (m32r_load): Use gdb_bfd_ref.
4805 * record.c: Include gdb_bfd.h.
4806 (record_save_cleanups): Use gdb_bfd_unref.
4807 (cmd_record_save): Use gdb_bfd_unref.
4808 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4809 gdb_bfd_unref.
4810 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4811 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4812 * objfiles.c: Include gdb_bfd.h.
4813 (free_objfile): Use gdb_bfd_unref.
4814 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4815 gdb_bfd.c.
4816 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4817 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4818 (macho_check_dsym): Likewise.
4819 * m32r-rom.c: Include gdb_bfd.h.
4820 (m32r_load): Use gdb_bfd_ref.
4821 (m32r_upload_command): Use gdb_bfd_ref.
4822 * jit.c: Include gdb_bfd.h.
4823 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4824 * gdb_bfd.h: New file.
4825 * gdb_bfd.c: New file.
4826 * gcore.c: Include gdb_bfd.h.
4827 (create_gcore_bfd): Use gdb_bfd_ref.
4828 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4829 (gcore_command): Use gdb_bfd_unref.
4830 * exec.c: Include gdb_bfd.h.
4831 (exec_close): Use gdb_bfd_unref.
4832 (exec_close_1): Use gdb_bfd_unref.
4833 (exec_file_attach): Use gdb_bfd_ref.
4834 * elfread.c: Include gdb_bfd.h.
4835 (build_id_verify): Use gdb_bfd_unref.
4836 * dsrec.c: Include gdb_bfd.h.
4837 (load_srec): Use gdb_bfd_ref.
4838 * corelow.c: Include gdb_bfd.h.
4839 (core_close): Use gdb_bfd_unref.
4840 (core_open): Use gdb_bfd_ref.
4841 * bfd-target.c: Include gdb_bfd.h.
4842 (target_bfd_xclose): Use gdb_bfd_unref.
4843 (target_bfd_reopen): Use gdb_bfd_ref.
4844 * Makefile.in (SFILES): Add gdb_bfd.c.
4845 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4846 (COMMON_OBS): Add gdb_bfd.o.
4847
4848 2012-07-18 Keith Seitz <keiths@redhat.com>
4849
4850 * breakpoint.c (find_condition_and_thread): Initialize
4851 TASK and REST.
4852 (create_breakpiont): find_condition_and_thread will now
4853 initialize COND_STRING, THREAD, and REST (and TASK).
4854 (addr_string_to_sals): Likewise.
4855
4856 2012-07-18 Pedro Alves <palves@redhat.com>
4857
4858 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4859 Pull the single step breakpoints out of the target.
4860
4861 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4862
4863 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4864 * stap-probe.c (compile_probe_arg): Likewise.
4865
4866 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4867
4868 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4869 (elf_compile_to_ax): Likewise.
4870 * infrun.c (insert_exception_resume_from_probe): Likewise.
4871 (check_exception_resume): Remove `objfile' variable.
4872 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4873 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4874 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4875 (compare_entries): Rename to...
4876 (compare_probes): ...this. Adjust function to work with
4877 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4878 respectively.
4879 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4880 `VEC (probe_p) *'.
4881 (print_ui_out_info): Adjust argument to be `struct probe *'.
4882 (info_probes_for_ops): Adjust internal computations to use
4883 `VEC (probe_p) *'.
4884 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4885 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4886 gen_info_probes_table_values>: Remove `objfile' argument.
4887 (struct probe) <objfile>: New field.
4888 (find_probe_by_pc): Remove `objfile' argument.
4889 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4890 (stap_get_probe_argument_count): Likewise.
4891 (stap_get_arg): Likewise.
4892 (stap_evaluate_probe_argument): Likewise.
4893 (stap_compile_to_ax): Likewise.
4894 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4895 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4896 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4897 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4898 sym_compile_to_ax>: Likewise.
4899
4900 2012-07-18 Terry Guo <terry.guo@arm.com>
4901
4902 PR 14329
4903 * defs.h (GDB_MI_MSG_WIDTH): New.
4904 * ser_base (ser_base_read_error_fd): New function.
4905 (do_ser_base_readchar): Poll error file descriptor as well as
4906 standard output.
4907 (generic_readchar): Refactor error handling.
4908
4909 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4910
4911 * NEWS: Create a new section for the next release branch.
4912 Rename the section of the current branch, now that it has
4913 been cut.
4914
4915 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4916
4917 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4918 * version.in: Bump version to 7.5.50.20120718-cvs.
4919
4920 2012-07-17 Keith Seitz <keiths@redhat.com>
4921
4922 * linespec.c (linespec_parse_line_offset): Make parameter
4923 const.
4924
4925 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 PR 11914
4928 * f-valprint.c (info_common_command): New variable frame_id.
4929 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4930 * printcmd.c (print_variable_and_value): Extend function comment.
4931 Add comment for invalidated FRAME.
4932 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4933 FI form FRAME_ID after each print_frame_local_vars.
4934 (struct print_variable_and_value_data): Change frame to frame_id.
4935 (do_print_variable_and_value): New variable frame, initialize it from
4936 p->frame_id. Add comment for invalidated FRAME.
4937 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4938 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4939 for invalidated FRAME.
4940
4941 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4942 Pedro Alves <palves@redhat.com>
4943
4944 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4945 loop.
4946
4947 2012-07-16 Tom Tromey <tromey@redhat.com>
4948
4949 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4950
4951 2012-07-15 Doug Evans <dje@google.com>
4952
4953 * dwarf2read.c (stmt_list_hash): New struct.
4954 (type_unit_group): Embed "per_cu" member, remove pointer.
4955 New union member "t", move member "tus" into it, all uses updated.
4956 New member "hash", replaces member "line_offset, all uses updated.
4957 (quick_file_names): Replace member "offset" with "hash", all uses
4958 updated.
4959 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4960 (hash_file_name_entry, eq_file_name_entry): Call them.
4961 (hash_type_unit_group, eq_type_unit_group): Ditto.
4962 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4963 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4964 (dw2_get_file_names): Update.
4965 (create_type_unit_group): Replace "per_cu" arg with "cu".
4966 All callers updated. Fix "quick" (.gdb_index) handling.
4967 (get_type_unit_group): Replace "per_cu" arg with "cu".
4968 All callers updated.
4969 (build_type_unit_groups): Don't reset tu_stats.
4970
4971 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4972 "tab_cur_size". Change member "tab" to be a htab_t.
4973 (create_filename_seen_cache): Update.
4974 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4975 (filename_seen): Update.
4976
4977 2012-07-13 Doug Evans <dje@google.com>
4978
4979 * symtab.c (filename_seen): Update comment.
4980
4981 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4982 Doug Evans <dje@google.com>
4983
4984 * buildsym.c (end_symtab_1): Split it to ...
4985 (end_symtab_get_static_block): ... this ...
4986 (end_symtab_from_static_block): ... and this function.
4987 (end_symtab, end_expandable_symtab): Call them.
4988 * buildsym.h (end_symtab_get_static_block)
4989 (end_symtab_from_static_block): New declarations.
4990 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4991 Set its valid CU ranges.
4992
4993 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4996 DW_OP_GNU_parameter_ref.
4997
4998 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
5001 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
5002
5003 2012-07-13 Doug Evans <dje@google.com>
5004
5005 * symtab.c (output_source_filename): Delete unnecessary forward decl.
5006 (filename_seen_cache): New struct.
5007 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
5008 (create_filename_seen_cache): New function.
5009 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
5010 (filename_seen): Delete arg "first". New arg "cache". All callers
5011 updated.
5012 (output_source_filename_data): New struct.
5013 (output_source_filename): Delete arg "first". New arg "data".
5014 All callers updated.
5015 (sources_info): Delete local "first". New locals "data", "cleanups".
5016 Rewrite to use filename_seen_cache.
5017 (add_partial_filename_data): Delete member "first". New member
5018 "filename_seen_cache". All uses updated.
5019 (make_source_files_completion_list): Rewrite to use
5020 filename_seen_cache.
5021
5022 2012-07-12 Doug Evans <dje@google.com>
5023
5024 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
5025
5026 2012-07-10 Doug Evans <dje@google.com>
5027
5028 PR gdb/13498
5029 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
5030 all_type_unit_groups, type_unit_groups, tu_stats.
5031 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
5032 All uses updated. Add type_unit_group to union "s".
5033 (type_unit_group): New struct.
5034 (IS_TYPE_UNIT_GROUP): New macro.
5035 (abbrev_table): Delete unused member "section".
5036 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
5037 (dw2_get_cu): Assert not used with type_unit_group.
5038 (dw2_get_primary_cu): New function.
5039 (dw2_build_type_unit_groups_reader): New function.
5040 (dw2_build_type_unit_groups): New function.
5041 (dw2_get_file_names): Assert not called on type units.
5042 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5043 Redo loop to iterate over type unit groups instead of type units.
5044 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5045 (read_abbrev_offset): New function.
5046 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
5047 updated.
5048 (create_partial_symtab): New function.
5049 (process_psymtab_comp_unit_reader): Assert not used with type units.
5050 Call create_partial_symtab.
5051 (process_psymtab_type_unit): Delete.
5052 (hash_type_unit_group, eq_type_unit_group): New functions.
5053 (allocate_type_unit_groups_table): New function.
5054 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5055 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5056 (create_type_unit_group, get_type_unit_group): New functions.
5057 (tu_abbrev_offset): New struct.
5058 (sort_tu_by_abbrev_offset): New function.
5059 (add_type_unit_group_to_table): New function.
5060 (build_type_unit_groups): New function.
5061 (build_type_psymtabs_reader): New function.
5062 (build_type_psymtab_dependencies): New function.
5063 (build_type_psymtabs): Rewrite.
5064 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5065 is seen in a type unit.
5066 (process_queue): Move symtab expansion debugging printfs here.
5067 Call process_full_type_unit for type units.
5068 (compute_symtab_includes): Assert not called for type units.
5069 (process_cu_includes): Don't call compute_symtab_includes for
5070 type units.
5071 (process_full_type_unit): New function.
5072 (process_imported_unit_die): Flag an error if called for type units.
5073 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5074 updated. Assert not called for type units.
5075 (read_file_scope): Call dwarf2_start_symtab.
5076 (setup_type_unit_groups): New function.
5077 (read_type_unit_scope): Rewrite.
5078 (abbrev_table_read_table): Initialize abbrev_table->offset.
5079 (abbrev_table_free_cleanup): New function.
5080 (dwarf2_start_symtab): New function.
5081 (load_full_type_unit): Assert not called for type unit groups.
5082 * buildsym.c (finish_block_internal): New arg "expandable".
5083 All callers updated.
5084 (start_symtab): Move most contents to ...
5085 (restart_symtab): ... here. New function.
5086 (reset_symtab_globals): New function.
5087 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5088 Call reset_symtab_globals.
5089 (end_symtab, end_expandable_symtab): New functions.
5090 (set_missing_symtab, augment_type_symtab): New functions.
5091 * buildsym.h (end_expandable_symtab): Declare.
5092 (augment_type_symtab, restart_symtab): Declare.
5093 * psympriv.h (struct partial_symtab): New member "anonymous".
5094 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5095 anonymous psymtabs.
5096 (read_psymtabs_with_filename): Ditto.
5097 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5098 (expand_symtabs_matching_via_partial): Ditto.
5099 (dump_psymtab): Update.
5100 * dictionary.c (dict_add_pending): New function.
5101 * dictionary.h (dict_add_pending): Declare.
5102
5103 2012-07-09 Doug Evans <dje@google.com>
5104
5105 * buildsym.c (start_subfile): Remove unnecessary check for
5106 name == NULL.
5107
5108 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5109
5110 * dwarf2read.c (load_full_type_unit): Simplify.
5111
5112 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5113 to struct signatured_type **. All uses updated.
5114
5115 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5116 All callers updated.
5117
5118 2012-07-09 Tom Tromey <tromey@redhat.com>
5119
5120 * c-exp.y (check_parameter_typelist): New function.
5121 (parameter_typelist): Call it.
5122 * eval.c (make_params): Handle '(void)' case.
5123 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5124 '(void)' case.
5125
5126 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5127
5128 * common/linux-ptrace.c: Include gdb_assert.h.
5129 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5130 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5131 stdint.h.
5132 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5133 functions.
5134 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5135 * linux-nat.c (linux_child_post_attach)
5136 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5137
5138 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5139
5140 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5141 nptl <2.7 bug workaround for core files.
5142
5143 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5146 clearing.
5147 (save_siginfo): Remove.
5148 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5149 call.
5150 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5151 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5152 * linux-nat.h (struct lwp_info): Remove field siginfo.
5153
5154 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5155
5156 Code cleanup for the next patch.
5157 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5158 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5159 call for it.
5160 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5161 (ia64_linux_stopped_data_address):
5162 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5163 the return value.
5164 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5165 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5166 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5167 call for it.
5168
5169 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5170
5171 PR 14321
5172 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5173 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5174
5175 2012-07-06 Tom Tromey <tromey@redhat.com>
5176
5177 * c-exp.y (DOTDOTDOT): New token.
5178 (func_mod, exp): Use parameter_typelist.
5179 (parameter_typelist): New production.
5180 (tokentab3): Add "..." token.
5181 * eval.c (make_params): Handle varargs.
5182 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5183 varargs.
5184
5185 2012-07-06 Tom Tromey <tromey@redhat.com>
5186
5187 PR exp/9608:
5188 * c-exp.y (%union) <tvec>: Change type.
5189 (func_mod): Now uses <tvec> type.
5190 (exp): Update for tvec change.
5191 (direct_abs_decl): Push the typelist.
5192 (func_mod): Return a typelist.
5193 (nonempty_typelist): Update for tvec change.
5194 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5195 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5196 * parse.c (pop_type_list): New function.
5197 (push_typelist): New function.
5198 (follow_types): Handle tp_function_with_arguments.
5199 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5200 (enum type_pieces) <tp_function_with_arguments>: New constant.
5201 (union type_stack_elt) <typelist_val>: New field.
5202 (push_typelist): Declare.
5203
5204 2012-07-06 Tom Tromey <tromey@redhat.com>
5205
5206 * c-exp.y (%union) <type_stack>: New field.
5207 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5208 (ptr_operator_ts): New production.
5209 (ptype): Update.
5210 * parse.c (type_stack_reserve): New function.
5211 (check_type_stack_depth): Use it.
5212 (pop_type_stack, append_type_stack, push_type_stack)
5213 (get_type_stack, type_stack_cleanup): New functions.
5214 (follow_types): Handle tp_type_stack.
5215 (_initialize_parse): Simplify initialization.
5216 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5217 constant.
5218 (union type_stack_elt) <stack_val>: New field.
5219 (get_type_stack, append_type_stack, push_type_stack)
5220 (type_stack_cleanup): Declare.
5221
5222 2012-07-06 Tom Tromey <tromey@redhat.com>
5223
5224 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5225 Remove.
5226 (struct type_stack): New.
5227 * parse.c (type_stack, type_stack_size, type_stack_depth):
5228 Remove.
5229 (type_stack): New global.
5230 (parse_exp_in_context, check_type_stack_depth)
5231 (insert_into_type_stack, insert_type, push_type, push_type_int)
5232 (insert_type_address_space, pop_type, pop_type_int)
5233 (_initialize_parse): Update.
5234
5235 2012-07-06 Tom Tromey <tromey@redhat.com>
5236
5237 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5238 Remove %type.
5239
5240 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5241
5242 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5243
5244 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5245 Jan Kratochvil <jan.kratochvil@redhat.com>
5246
5247 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5248 alloca with xmalloc/xfree.
5249
5250 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5251
5252 * MAINTAINERS (Write After Approval): Add myself to the list.
5253
5254 2012-07-05 Doug Evans <dje@google.com>
5255
5256 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5257
5258 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5259
5260 * ax-gdb.c (cli/cli-utils.h): New include.
5261 (linespec.h): Ditto.
5262 (agent_eval_command_one): New function.
5263 (agent_command_1): Ditto.
5264 (agent_command): Call function agent_command_1.
5265 (agent_eval_command): Ditto.
5266 (_initialize_ax_gdb): Change help for "maint agent"
5267 and "maint agent-eval".
5268
5269 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5270
5271 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5272 * cli/cli-utils.c (check_for_argument): New function.
5273 * cli/cli-utils.h (check_for_argument): Ditto.
5274
5275 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5276
5277 * NEWS: Mention x32 ABI support.
5278
5279 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5280
5281 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5282 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5283
5284 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5285 and pc_regnum_from_eax to -1. Update SP regnum from
5286 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5287 needed.
5288
5289 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5290 pc_regnum_from_eax.
5291
5292 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5293
5294 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5295 * dwarf2expr.h: Include gdbtypes.h.
5296 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5297 these forward declarations.
5298 (cu_offset, sect_offset): Move these ...
5299 * gdbtypes.h: Remove include dwarf2expr.h.
5300 (cu_offset, sect_offset): ... here.
5301
5302 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5303
5304 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5305 (amd64_linux_sigtramp_code): This.
5306 (amd64_x32_linux_sigtramp_code): New.
5307 (LINUX_SIGTRAMP_LEN): Updated.
5308 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5309
5310 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5311
5312 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5313
5314 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 * config.in: Regenerate.
5317 * configure: Regenerate.
5318 * configure.ac: Remove check for gnu/libc-version.h.
5319 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5320 gnu/libc-version.h.
5321 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5322 variables libc_version, libc_major and libc_minor. Replace sscanf by
5323 inferior_has_bug. Extend the comment.
5324
5325 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 * linux-thread-db.c (inferior_has_bug): New function.
5328 (thread_db_find_new_threads_silently): Return boolean as checked by
5329 inferior_has_bug, describe it in the comments.
5330 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5331 earlier. Abort the initialization if it returned non-zero.
5332 (thread_db_new_objfile): Exclude debug files.
5333 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5334 if UNTIL_NO_NEW,
5335
5336 2012-07-02 Doug Evans <dje@google.com>
5337
5338 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5339 related to queue management.
5340
5341 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5342 instead of "debug dwarf2-die" in debugging printfs.
5343 (create_debug_info_hash_table_reader): Ditto.
5344 (create_debug_info_hash_table): Ditto.
5345 (init_dwo_file): Ditto.
5346 (init_cutu_and_read_dies): Add debugging printf.
5347 (init_cutu_and_read_dies_no_follow): Ditto.
5348 (process_psymtab_comp_unit_reader): Ditto.
5349
5350 2012-07-02 Stan Shebs <stan@codesourcery.com>
5351
5352 Add target-side support for dynamic printf.
5353 * NEWS: Mention the additional style.
5354 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5355 (struct bp_location): New field cmd_bytecode.
5356 * breakpoint.c: Include format.h.
5357 (disconnected_dprintf): New global.
5358 (parse_cmd_to_aexpr): New function.
5359 (build_target_command_list): New function.
5360 (insert_bp_location): Call it.
5361 (remove_breakpoints_pid): Skip dprintf breakpoints.
5362 (print_one_breakpoint_location): Ditto.
5363 (dprintf_style_agent): New global.
5364 (dprintf_style_enums): Add dprintf_style_agent.
5365 (update_dprintf_command_list): Add agent case.
5366 (agent_printf_command): New function.
5367 (_initialize_breakpoint): Add new commands.
5368 * common/ax.def (printf): New bytecode.
5369 * ax.h (ax_string): Declare.
5370 * ax-gdb.h (gen_printf): Declare.
5371 * ax-gdb.c: Include cli-utils.h, format.h.
5372 (gen_printf): New function.
5373 (maint_agent_print_command): New function.
5374 (_initialize_ax_gdb): Add maint agent-printf command.
5375 * ax-general.c (ax_string): New function.
5376 (ax_print): Add printf disassembly.
5377 * Makefile.in (SFILES): Add format.c
5378 (COMMON_OBS): Add format.o.
5379 * common/format.h: New file.
5380 * common/format.c: New file.
5381 * printcmd.c: Include format.h.
5382 (ui_printf): Call parse_format_string.
5383 * remote.c (remote_state): New field breakpoint_commands.
5384 (PACKET_BreakpointCommands): New enum.
5385 (remote_breakpoint_commands_feature): New function.
5386 (remote_protocol_features): Add new BreakpointCommands entry.
5387 (remote_can_run_breakpoint_commands): New function.
5388 (remote_add_target_side_commands): New function.
5389 (remote_insert_breakpoint): Call it.
5390 (remote_insert_hw_breakpoint): Ditto.
5391 (_initialize_remote): Add new packet configuration for
5392 target-side breakpoint commands.
5393 * target.h (struct target_ops): New field
5394 to_can_run_breakpoint_commands.
5395 (target_can_run_breakpoint_commands): New macro.
5396 * target.c (update_current_target): Handle
5397 to_can_run_breakpoint_commands.
5398
5399 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5400
5401 Execute -ix and -iex only after system and user gdbinit files.
5402 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5403 processing down after gdbinit files.
5404
5405 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5406
5407 Add fnmatch-gnu module.
5408 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5409 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5410 * gnulib/aclocal.m4: Regenerate.
5411 * gnulib/config.in: Regenerate.
5412 * gnulib/configure: Regenerate.
5413 * gnulib/import/dummy.c: Remove.
5414 * gnulib/import/Makefile.am: Regenerate.
5415 * gnulib/import/Makefile.in: Likewise.
5416 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5417 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5418 * gnulib/import/alloca.c: New file.
5419 * gnulib/import/alloca.in.h: Likewise.
5420 * gnulib/import/config.charset: Likewise.
5421 * gnulib/import/fnmatch.c: Likewise.
5422 * gnulib/import/fnmatch.in.h: Likewise.
5423 * gnulib/import/fnmatch_loop.c: Likewise.
5424 * gnulib/import/localcharset.c: Likewise.
5425 * gnulib/import/localcharset.h: Likewise.
5426 * gnulib/import/m4/alloca.m4: Likewise.
5427 * gnulib/import/m4/codeset.m4: Likewise.
5428 * gnulib/import/m4/configmake.m4: Likewise.
5429 * gnulib/import/m4/fcntl-o.m4: Likewise.
5430 * gnulib/import/m4/fnmatch.m4: Likewise.
5431 * gnulib/import/m4/glibc21.m4: Likewise.
5432 * gnulib/import/m4/localcharset.m4: Likewise.
5433 * gnulib/import/m4/locale-fr.m4: Likewise.
5434 * gnulib/import/m4/locale-ja.m4: Likewise.
5435 * gnulib/import/m4/locale-zh.m4: Likewise.
5436 * gnulib/import/m4/mbrtowc.m4: Likewise.
5437 * gnulib/import/m4/mbsinit.m4: Likewise.
5438 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5439 * gnulib/import/m4/mbstate_t.m4: Likewise.
5440 * gnulib/import/m4/stdbool.m4: Likewise.
5441 * gnulib/import/m4/wchar_h.m4: Likewise.
5442 * gnulib/import/m4/wctype_h.m4: Likewise.
5443 * gnulib/import/m4/wint_t.m4: Likewise.
5444 * gnulib/import/mbrtowc.c: Likewise.
5445 * gnulib/import/mbsinit.c: Likewise.
5446 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5447 * gnulib/import/mbsrtowcs-state.c: Likewise.
5448 * gnulib/import/mbsrtowcs.c: Likewise.
5449 * gnulib/import/ref-add.sin: Likewise.
5450 * gnulib/import/ref-del.sin: Likewise.
5451 * gnulib/import/stdbool.in.h: Likewise.
5452 * gnulib/import/streq.h: Likewise.
5453 * gnulib/import/strnlen1.c: Likewise.
5454 * gnulib/import/strnlen1.h: Likewise.
5455 * gnulib/import/verify.h: Likewise.
5456 * gnulib/import/wchar.in.h: Likewise.
5457 * gnulib/import/wctype.in.h: Likewise.
5458
5459 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5460
5461 Support shell wildcards for 'set auto-load safe-path'.
5462 * auto-load.c: Include fnmatch.h.
5463 (filename_is_in_dir): Rename to ...
5464 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5465 it. Update function comment. Rename dir_len to pattern_len. New
5466 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5467 messages. Use gdb_filename_fnmatch.
5468 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5469 pattern.
5470 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5471 * defs.h (gdb_filename_fnmatch): New declaration.
5472 * utils.c: Include fnmatch.h.
5473 (gdb_filename_fnmatch): New function.
5474
5475 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5478 `-probe' and `-probe-stap' options.
5479
5480 2012-07-01 Yao Qi <yao@codesourcery.com>
5481
5482 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5483 always_inserted_off, and always_inserted_enums.
5484 Change always_inserted_mode's type to 'enum auto_boolean'.
5485 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5486 callers.
5487 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5488 of add_setshow_enum_cmd.
5489 * infrun.c: Remove can_use_displaced_stepping_auto,
5490 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5491 can_use_displaced_stepping_enum.
5492 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5493 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5494 callers.
5495 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5496 add_setshow_enum_cmd.
5497
5498 2012-06-30 Doug Evans <dje@google.com>
5499
5500 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5501 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5502 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5503
5504 2012-06-29 Doug Evans <dje@google.com>
5505
5506 * linespec.c: #include "stack.h".
5507 (decode_line_with_current_source): Moved here from symtab.c and
5508 renamed from decode_line_spec. All callers updated.
5509 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5510 renamed from decode_line_spec_1. All callers updated.
5511 * linespec.h (decode_line_with_current_source): Move declaration here
5512 from symtab.h and renamed from decode_line_spec.
5513 (decode_line_with_last_displayed): Move declaration here from symtab.h
5514 and renamed from decode_line_spec_1.
5515 * macrocmd.c: #include "linespec.h".
5516 * symtab.c: Remove #include "linespec.h".
5517
5518 2012-06-28 Doug Evans <dje@google.com>
5519
5520 * dwarf2read.c (get_cu_length): New function.
5521 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5522 (create_debug_types_hash_table): Ditto.
5523 (init_cutu_and_read_dies): Ditto.
5524 (init_cutu_and_read_dies_no_follow): Ditto.
5525
5526 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5527
5528 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5529 (struct abbrev_table): Define.
5530 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5531 abbrev_table.
5532 (init_cutu_and_read_dies): Update.
5533 (abbrev_table_alloc_abbrev): New function. Replaces
5534 dwarf_alloc_abbrev. All callers updated.
5535 (abbrev_table_add_abbrev): New function.
5536 (abbrev_table_lookup_abbrev): New function. Replaces
5537 dwarf2_lookup_abbrev. All callers updated.
5538 (abbrev_table_read_table): New function. Contents moved here from
5539 dwarf2_read_abbrevs.
5540 (dwarf2_read_abbrevs): Call it.
5541 (abbrev_table_free): New function.
5542 (dwarf2_free_abbrev_table): Call it.
5543
5544 2012-06-28 Stan Shebs <stan@codesourcery.com>
5545
5546 * osdata.c (info_osdata_command): Filter out "Title" columns
5547 from non-MI uses.
5548 * common/linux-osdata.c (struct osdata_type): Add title field.
5549 (osdata_table): Add titles to each entry.
5550 (linux_command_xfer_osdata): Add a column for title data.
5551
5552 2012-06-28 Stan Shebs <stan@codesourcery.com>
5553
5554 Make logging work for MI.
5555 * NEWS: Mention it.
5556 * interps.h (interp_set_logging_ftype): New typedef.
5557 (struct interp_procs): New field set_logging_proc.
5558 (current_interp_set_logging): Declare.
5559 * interps.c (current_interp_set_logging): New function.
5560 * cli/cli-logging.c: Include interps.h.
5561 (set_logging_redirect): Call current_interp_set_logging.
5562 (pop_output_files): Ditto.
5563 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5564 * mi/mi-console.h (mi_console_set_raw): Declare.
5565 * mi/mi-console.c (mi_console_set_raw): New function.
5566 * mi/mi-interp.c (saved_raw_stdout): New global.
5567 (mi_set_logging): New function.
5568 (_initialize_mi_interp): Add it to interp procs.
5569
5570 2012-06-28 Doug Evans <dje@google.com>
5571
5572 * symtab.c (lookup_symbol_aux_objfile): Use
5573 ALL_OBJFILE_PRIMARY_SYMTABS.
5574
5575 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5576
5577 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * common/buffer.c: Include inttypes.h and stdint.h.
5580 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5581
5582 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5583 Pedro Alves <palves@redhat.com>
5584
5585 * gdbthread.h (ALL_THREADS): New macro.
5586 (thread_list): Declare.
5587 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5588 going, but instead fall through to the stepping handling.
5589 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5590 the passed in signal. Adjust debug output.
5591 (resume_callback): Rename to ...
5592 (linux_nat_resume_callback): ... this. Pass the thread's last
5593 stop signal, if in "pass" state.
5594 (linux_nat_resume): Adjust to rename.
5595 (stop_wait_callback): New assertion. Don't respawn signals;
5596 instead let the LWP remain with SIGNALLED set.
5597 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5598 * remote.c (append_pending_thread_resumptions): New.
5599 (remote_vcont_resume): Call it.
5600 * target.h (target_resume): Extend comment.
5601
5602 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5603
5604 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5605
5606 2012-06-27 Doug Evans <dje@google.com>
5607
5608 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5609 Delete have_addr_base, unused. All uses updated.
5610 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5611 (dwarf2_get_pc_bounds): Add ranges_base.
5612 (dwarf2_record_block_ranges): Ditto.
5613
5614 2012-06-27 Tom Tromey <tromey@redhat.com>
5615
5616 PR macros/7961:
5617 * varobj.c (varobj_create): Update.
5618 (varobj_set_value): Update.
5619 * tracepoint.c (validate_actionline): Update.
5620 (encode_actions_1): Update.
5621 * parse.c (parse_exp_1): Add 'pc' argument.
5622 (parse_exp_in_context): Add 'pc' argument. Change how
5623 expression_context_pc is set.
5624 (parse_expression): Update.
5625 (parse_field_expression): Update.
5626 * expression.h (parse_exp_1): Update.
5627 * eval.c (parse_to_comma_and_eval): Update.
5628 * breakpoint.c (set_breakpoint_condition): Update.
5629 (update_watchpoint): Update.
5630 (init_breakpoint_sal): Update
5631 (find_condition_and_thread): Update.
5632 (watch_command_1): Update.
5633 (update_breakpoint_locations): Update.
5634 * ada-lang.c (ada_read_renaming_var_value): Update.
5635 (create_excep_cond_exprs): Update.
5636
5637 2012-06-27 Doug Evans <dje@google.com>
5638
5639 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5640 type units.
5641
5642 2012-06-26 Doug Evans <dje@google.com>
5643
5644 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5645 prototype.
5646 (error_check_comp_unit_head): New arg abbrev_section. All callers
5647 updated.
5648 (read_and_check_comp_unit_head): Ditto.
5649 (read_and_check_type_unit_head): Ditto.
5650
5651 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5652
5653 New attribute 'last' for gdb.Symtab_and_line.
5654 * NEWS (Python Scripting): Add entry about the new attribute.
5655 * python/py-symtab.c (salpy_get_last): New function which
5656 implements the get method for the 'last' attribute of
5657 gdb.Symtab_and_line.
5658 (sal_object_getset): Add entry for the 'last' attribute.
5659
5660 2012-06-26 Doug Evans <dje@google.com>
5661
5662 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5663 (dwo_sections): Add macinfo, macro.
5664 (dwarf2_locate_dwo_sections): Watch for macro sections.
5665 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5666 All callers updated. Handle DWO files.
5667
5668 * NEWS: Mention new options "set debug dwarf2-read" and
5669 "set debug symtab-create".
5670 * dwarf2read.c (dwarf2_read_debug): New static global.
5671 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5672 (process_queue): Ditto.
5673 (process_full_comp_unit): Ditto.
5674 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5675 * elfread.c (elf_symfile_read): Add debugging printf.
5676 * minsyms.c (install_minimal_symbols): Ditto.
5677 * psymtab.c (allocate_psymtab): Ditto.
5678 * symfile.c (allocate_symtab): Ditto.
5679 * symtab.c (symtab_create_debug): New global.
5680 (_initialize_symtab): Add new option "set debug symtab-create".
5681 * symtab.h (symtab_create_debug): Declare.
5682
5683 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5684 (lookup_dwo_type_unit): Ditto.
5685
5686 2012-06-26 Roland McGrath <roland@hack.frob.com>
5687 H.J. Lu <hongjiu.lu@intel.com>
5688
5689 * amd64-linux-nat.c: Include <sys/user.h>.
5690 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5691 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5692 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5693
5694 * configure.ac: Check if the fs_base and gs_base members of
5695 `struct user_regs_struct' exist.
5696 * config.in: Regenerated.
5697 * configure: Likewise.
5698
5699 2012-06-25 Michael Eager <eager@eagercon.com>
5700
5701 PR python/14291
5702 * python/python.c (gdbpy_write): Check for interrupted output.
5703
5704 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5705
5706 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5707 register as a stack alignment in ARM mode.
5708
5709 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5712 * gnulib/config.in: Regenerate.
5713 * gnulib/configure: Likewise.
5714 * gnulib/import/m4/extensions.m4: Update it.
5715 * gnulib/import/m4/gnulib-common.m4: Likewise.
5716 * gnulib/import/m4/memmem.m4: Likewise.
5717 * gnulib/import/m4/mmap-anon.m4: Likewise.
5718 * gnulib/import/m4/multiarch.m4: Likewise.
5719 * gnulib/import/stdint.in.h: Likewise.
5720
5721 2012-06-24 Yao Qi <yao@codesourcery.com>
5722
5723 * corefile.c (write_memory_with_notification): New.
5724 * gdbcore.h: Declare write_memory_with_notification.
5725 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5726 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5727 * valops.c (value_assign): Likewise.
5728 * python/py-inferior.c (infpy_write_memory): Call
5729 'write_memory_with_notification'.
5730
5731 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * cc-with-index.sh: Use also -ex "set auto-load no".
5734
5735 2012-06-23 Doug Evans <dje@google.com>
5736
5737 PR 14125
5738 * NEWS: Document additions to .gdb_index.
5739 * dwarf2read.c: #include "gdb/gdb-index.h".
5740 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5741 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5742 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5743 (dwarf2_read_index): Recognize version 7.
5744 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5745 block_kind, domain): All callers updated.
5746 (dw2_find_symbol_file): Handle new index CU values.
5747 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5748 (add_index_entry): New args is_static, kind. All callers updated.
5749 (offset_type_compare, uniquify_cu_indices): New functions
5750 (symbol_kind): New function.
5751 (write_psymtabs_to_index): Remove duplicate CU values.
5752 (write_psymtabs_to_index): Write .gdb_index version 7.
5753
5754 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5755
5756 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5757 * configure: Regenerate.
5758
5759 2012-06-20 Yao Qi <yao@codesourcery.com>
5760
5761 * python/py-inferior.c: Update comments of infpy_read_memory
5762 and infpy_write_memory.
5763
5764 2012-06-19 Tom Tromey <tromey@redhat.com>
5765
5766 PR exp/9514:
5767 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5768 (push_type_address_space): Remove.
5769 * parse.c (insert_into_type_stack): New function.
5770 (insert_type): Likewise.
5771 (insert_type_address_space): Rename from push_type_address_space.
5772 Insert tp_space_identifier.
5773 * c-exp.y (ptr_operator): New production.
5774 (abs_decl): Use ptr_operator.
5775 (space_identifier): Call insert_type_address_space.
5776 (ptype): Don't use const_or_volatile_or_space_identifier.
5777 (const_or_volatile_noopt): Call insert_type.
5778 (conversion_type_id, conversion_declarator): New productions.
5779 (operator): Use conversion_type_id.
5780
5781 2012-06-18 Doug Evans <dje@google.com>
5782
5783 * symtab.h (minimal_symbol): New member created_by_gdb.
5784 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5785 created by gdb.
5786 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5787 (search_symbols): Call it instead of lookup_symbol.
5788 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5789
5790 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5791 Adjust address for DW_OP_GNU_addr_index.
5792 * dwarf2expr.h (dwarf_expr_context): Update comment.
5793 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5794 all callers updated. Handle TLS vars described with
5795 DW_OP_GNU_const_index.
5796 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5797 and DW_OP_GNU_const_index.
5798 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5799
5800 * block.c (find_block_in_blockvector): Make explicit the fact that we
5801 ignore GLOBAL_BLOCK.
5802
5803 2012-06-18 Tom Tromey <tromey@redhat.com>
5804
5805 * c-exp.y (operator): Remove trailing space after "delete" and
5806 "delete[]".
5807
5808 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5809 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 Switch i386 and derived targets to ON_STACK.
5812 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5813 (amd64_dicos_init_abi): Remove its installment.
5814 * dicos-tdep.c (dicos_init_abi): Remove the
5815 set_gdbarch_call_dummy_location call. Update the comment here.
5816 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5817 (i386_dicos_init_abi): Remove its installment.
5818 * i386-tdep.c (i386_push_dummy_code): New function.
5819 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5820 i386_push_dummy_code.
5821
5822 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 Remove stale dummy frames.
5825 * breakpoint.c: Include dummy-frame.h.
5826 (longjmp_breakpoint_ops): New variable.
5827 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5828 bp_longjmp_call_dummy.
5829 (bpstat_what, bptype_string, print_one_breakpoint_location)
5830 (init_bp_location): Support bp_longjmp_call_dummy.
5831 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5832 (set_longjmp_breakpoint_for_call_dummy)
5833 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5834 functions.
5835 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5836 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5837 FIXME comment and extend the other comment for bp_call_dummy.
5838 (set_longjmp_breakpoint_for_call_dummy)
5839 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5840 * dummy-frame.c: Include gdbthread.h.
5841 (pop_dummy_frame_bpt): New function.
5842 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5843 (dummy_frame_discard): New function.
5844 (cleanup_dummy_frames): Update the comment about longjmps.
5845 * dummy-frame.h (dummy_frame_discard): New declaration.
5846 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5847 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5848 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5849 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5850 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5851 keep_going if IS_LONGJMP and there is no other reason to stop.
5852
5853 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5854
5855 * remote-sim.c (sim_command_completer): Initialize
5856 variable 'result'.
5857
5858 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5859
5860 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5861 * dwarf2loc.c (call_site_parameter_matches): Support
5862 CALL_SITE_PARAMETER_PARAM_OFFSET.
5863 (needs_dwarf_reg_entry_value): Push stub value.
5864 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5865 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5866 * gdbtypes.h (enum call_site_parameter_kind): New item
5867 CALL_SITE_PARAMETER_PARAM_OFFSET.
5868 (struct call_site.parameter.u): New field param_offset.
5869
5870 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5871
5872 Code cleanup: Generalize call_site.parameter key.
5873 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5874 variable dwarf_reg. New variable kind_u. Update parameters to
5875 push_dwarf_reg_entry_value.
5876 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5877 * dwarf2expr.h (enum call_site_parameter_kind)
5878 (union call_site_parameter_u): Forward declarations.
5879 (struct dwarf_expr_context_funcs): Update parameters and their
5880 description for push_dwarf_reg_entry_value.
5881 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5882 * dwarf2loc.c (call_site_parameter_matches): New function.
5883 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5884 description. Use call_site_parameter_matches.
5885 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5886 Update parameters and their description.
5887 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5888 New variable kind_u. Adjust the caller for updated parameters.
5889 (needs_dwarf_reg_entry_value): Update parameters.
5890 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5891 instead of attr. Update for the changed fields of struct
5892 call_site_parameter.
5893 * gdbtypes.h: Include dwarf2expr.h.
5894 (enum call_site_parameter_kind): New.
5895 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5896 fb_offset into new union u.
5897
5898 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5899
5900 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5901 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5902 for x32.
5903
5904 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5905
5906 * amd64-linux-nat.c (compat_x32_clock_t): New.
5907 (compat_x32_siginfo_t): Likewise.
5908 (compat_x32_siginfo_from_siginfo): Likewise.
5909 (siginfo_from_compat_x32_siginfo): Likewise.
5910 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5911 and siginfo_from_compat_x32_siginfo for x32.
5912
5913 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5914
5915 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5916
5917 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5918
5919 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5920 instead of gdbarch_ptr_bit.
5921 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5922 (amd64_supply_native_gregset): Likewise.
5923 (amd64_collect_native_gregset): Likewise.
5924 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5925 (amd64_supply_xsave): Likewise.
5926 (amd64_collect_fxsave): Likewise.
5927 (amd64_collect_xsave): Likewise.
5928
5929 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5930
5931 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5932 (amd64_linux_read_description): Check DS segment register for
5933 x32 process.
5934
5935 2012-06-15 Tom Tromey <tromey@redhat.com>
5936
5937 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5938 init_cutu_and_read_dies.
5939
5940 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5941
5942 * MAINTAINERS (Write After Approval): Add myself to the list.
5943
5944 2012-06-15 Tom Tromey <tromey@redhat.com>
5945
5946 * valops.c (value_find_oload_method_list): Now static.
5947 * value.h (value_find_oload_method_list): Don't declare.
5948
5949 2012-06-15 Tom Tromey <tromey@redhat.com>
5950
5951 * valops.c (find_overload_match): Use value_ind.
5952
5953 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5954
5955 * infrun.c (handle_inferior_event): Correct indentation.
5956
5957 2012-06-14 Doug Evans <dje@google.com>
5958
5959 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5960 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5961 All uses updated.
5962 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5963 updated. Handle DEBUG_LOC_START_LENGTH.
5964 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5965 (loclist_describe_location): Ditto.
5966
5967 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5968
5969 PR backtrace/13866
5970 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5971 after hiding inline functions.
5972
5973 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5974
5975 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5976 _initialize_inf_ttrace.
5977
5978 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5979
5980 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5981 _initialize_hppa_hpux_nat.
5982
5983 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5984
5985 * remote-sim.c (sim_command_completer): Change type of return
5986 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5987
5988 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5989 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 PR tdep/14222
5992 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5993 stack on a 16-byte boundary.
5994
5995 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5996
5997 * jit.c (finalize_symtab): Set function's return type to 'void' by
5998 default.
5999
6000 2012-06-13 Mark Kettenis <kettenis@gnu.org>
6001 H.J. Lu <hongjiu.lu@intel.com>
6002
6003 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
6004 Move bits common to both the classic LP64 and the new x32 ILP32
6005 ABI here.
6006 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
6007 (amd64_x32_linux_init_abi): New function.
6008 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
6009 subtype.
6010
6011 * i386-tdep.h (i386_pseudo_register_name): New prototype.
6012 * i386-tdep.c (i386_pseudo_register_name): Make public.
6013 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
6014 * amd64-tdep.c (amd64_dword_names): Add "eip".
6015 (amd64_x32_pseudo_register_type): New function
6016 (amd64_x32_init_abi): New function.
6017
6018 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 PR build/14003
6021 * inferior.h (struct inferior_suspend_state): Comment out.
6022 (struct inferior): Comment out the field suspend.
6023 * infrun.c (struct infcall_suspend_state): Comment out the field
6024 inferior_suspend.
6025 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
6026 out its assignment.
6027
6028 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6029
6030 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6031 * c-exp.y (classify_inner_name): Remove caller assumptions in the
6032 function comment. Return ERROR for unresolved cases. Implement
6033 returning proper NAME.
6034 (yylex): Accept also NAME from classify_inner_name.
6035 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
6036 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
6037 LOC_TYPEDEF type.
6038 * cp-support.h (cp_lookup_nested_type): Update its declaration.
6039
6040 2012-06-13 Tom Tromey <tromey@redhat.com>
6041
6042 * breakpoint.c (condition_completer): New function.
6043 (_initialize_breakpoint): Use it.
6044 * value.c (complete_internalvar): New function.
6045 * value.h (complete_internalvar): Declare.
6046
6047 2012-06-13 Tom Tromey <tromey@redhat.com>
6048
6049 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6050 * breakpoint.c (catch_syscall_completer): Return a VEC.
6051 * cli/cli-cmds.c (complete_command): Update.
6052 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6053 (complete_on_enum): Likewise.
6054 * command.h: Include gdb_vecs.h.
6055 (completer_ftype): Change return type.
6056 (complete_on_cmdlist, complete_on_enum): Likewise.
6057 * completer.c (noop_completer, filename_completer)
6058 (location_completer): Return a VEC.
6059 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6060 to a VEC.
6061 (expression_completer, complete_line_internal, complete_line)
6062 (command_completer): Return a VEC.
6063 (gdb_completion_word_break_characters, line_completion_function):
6064 Update.
6065 * completer.h: Include gdb_vecs.h.
6066 (complete_line, noop_completer, filename_completer)
6067 (expression_completer, location_completer, command_completer):
6068 Update.
6069 * f-lang.c (f_word_break_characters): Return a VEC.
6070 * interps.c (interpreter_completer): Return a VEC.
6071 * language.h (struct language_defn)
6072 <la_make_symbol_completion_list>: Return a VEC.
6073 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6074 * symtab.c (free_completion_list): Take a VEC.
6075 (return_val_size, return_val_index): Remove.
6076 (return_val): Now a VEC.
6077 (completion_list_add_name): Update.
6078 (default_make_symbol_completion_list_break_on)
6079 (default_make_symbol_completion_list, make_symbol_completion_list)
6080 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6081 Return a VEC.
6082 (add_filename_to_list): Update.
6083 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6084 <list>: Now a VEC.
6085 (maybe_add_partial_symtab_filename): Update.
6086 (make_source_files_completion_list): Return a VEC.
6087 * symtab.h (default_make_symbol_completion_list_break_on)
6088 (default_make_symbol_completion_list, make_symbol_completion_list)
6089 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6090 (make_source_files_completion_list): Update.
6091
6092 2012-06-13 Tom Tromey <tromey@redhat.com>
6093
6094 * breakpoint.c (add_catch_command): Use completer_ftype.
6095 * breakpoint.h: Include command.h.
6096 (add_catch_command): Use completer_ftype.
6097 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6098 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6099 Use completer_ftype.
6100 * command.h (completer_ftype): New typedef.
6101 (set_cmd_completer): Use it.
6102 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6103 completer_ftype.
6104
6105 2012-06-13 Pedro Alves <palves@redhat.com>
6106
6107 Partial revert of previous change.
6108
6109 * serial.c (scb_base): New global.
6110 (serial_for_fd): New.
6111 (serial_open, serial_fdopen_ops): Link new serial in open serials
6112 chain.
6113 (do_serial_close): Unlink serial from the open serials chain.
6114
6115 2012-06-12 Pedro Alves <palves@redhat.com>
6116
6117 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6118 threads here.
6119 (prepare_for_detach): No longer context switch here in non-stop
6120 mode.
6121 (fetch_inferior_event): Ditto.
6122 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6123 to the event thread before removing breakpoints. Switch to the
6124 event thread before inserting breakpoints and resuming.
6125 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6126 event thread before resuming.
6127 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6128 Switch to the event thread before removing breakpoints.
6129
6130 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6131
6132 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6133 special characters correctly for the Windows shells. See
6134 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6135 report.
6136 [!__MINGW32__]: Remove extra double quote character from special
6137 characters.
6138
6139 2012-06-11 Stan Shebs <stan@codesourcery.com>
6140
6141 * ui-out.h: Remove #if 0 declarations.
6142 * ui-out.c: Remove #if 0 functions.
6143
6144 2012-06-11 Pedro Alves <palves@redhat.com>
6145
6146 * ser-base.c (run_async_handler_and_reschedule): New.
6147 (fd_event, push_event): Use it.
6148 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6149 reference count to 1.
6150 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6151 instead of xfree.
6152 (serial_is_open, serial_ref, serial_unref): New.
6153 * serial.h (serial_open): Adjust comment.
6154 (serial_is_open): Declare.
6155 (serial_close): Adjust comment.
6156 (serial_ref, serial_unref) Declare.
6157 (struct serial): New field 'refcnt'.
6158
6159 2012-06-11 Pedro Alves <palves@redhat.com>
6160
6161 Remove #if 0'd "connect" command, and unnecessary associated
6162 refcounting and serial reuse bits.
6163
6164 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6165 * serial.c (last_serial_opened): Delete.
6166 (scb_base): Delete.
6167 (serial_open): Adjust.
6168 (serial_for_fd): Delete.
6169 (serial_fdopen_ops, do_serial_close): Adjust.
6170 (serial_fdopen_ops): Adjust.
6171
6172 2012-06-11 Pedro Alves <palves@redhat.com>
6173
6174 * serial.c (do_serial_close): Remove early return when SCB is
6175 null.
6176
6177 2012-06-11 Tom Tromey <tromey@redhat.com>
6178
6179 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6180
6181 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6182
6183 Fix regression by the "ambiguous linespec" series.
6184 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6185 get_last_displayed_symtab and get_last_displayed_line and depending
6186 on CURSAL.
6187
6188 2012-06-11 Tom Tromey <tromey@redhat.com>
6189
6190 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6191 (dw2_find_symbol_file): Use it.
6192
6193 2012-06-11 Michael Eager <eager@eagercon.com>
6194
6195 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6196 * mips-linux-tdep.h (mips_signals): New
6197
6198 2012-06-11 Tom Tromey <tromey@redhat.com>
6199
6200 * infrun.c (handle_inferior_event)
6201 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6202 breakpoint.
6203 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6204 exception logic in all cases. Update comments.
6205 (insert_longjmp_resume_breakpoint): Set the exception resume
6206 breakpoint.
6207
6208 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6209
6210 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6211
6212 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6213
6214 * valarith.c (binop_types_user_defined_p): Fix a typo.
6215
6216 2012-06-08 Yao Qi <yao@codesourcery.com>
6217 Chung-Lin Tang <cltang@codesourcery.com>
6218
6219 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6220 * arch-utils.h: Declare.
6221 * gdbarch.sh: Add return_in_first_hidden_param_p.
6222 * gdbarch.c, gdbarch.h: Regenerated.
6223 * infcall.c (call_function_by_hand): Call
6224 gdbarch_return_in_first_hidden_param_p instead of
6225 language_pass_by_reference.
6226
6227 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6228 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6229 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6230 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6231 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6232 `cplus_return_struct_by_reference'.
6233 (tic6x_return_value): Handle language cplusplus.
6234 (tic6x_return_in_first_hidden_param_p): New.
6235 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6236
6237 2012-06-07 Doug Evans <dje@google.com>
6238
6239 * dwarf2read.c (dwarf2_cu): Add comment.
6240
6241 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6242
6243 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6244 variable.
6245 (mips_eabi_push_dummy_call): Likewise.
6246 (mips_n32n64_push_dummy_call): Likewise.
6247 (mips_o32_push_dummy_call): Likewise.
6248 (mips_o64_push_dummy_call): Likewise.
6249
6250 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6251
6252 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6253
6254 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6255
6256 * mips-tdep.c (mips_pseudo_register_type): Use
6257 mips_float_register_p.
6258
6259 2012-06-06 Pedro Alves <palves@redhat.com>
6260
6261 * infrun.c (handle_inferior_event): Remove calls to
6262 reinit_frame_cache that follow a context_switch call.
6263
6264 2012-06-06 Pedro Alves <palves@redhat.com>
6265
6266 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6267 context_switch and remove stale comment.
6268
6269 2012-06-06 Pedro Alves <palves@redhat.com>
6270
6271 * infrun.c (struct execution_control_state): Remove
6272 `new_thread_event' field.
6273 (handle_inferior_event): Simplify new threads handling; don't
6274 resume the inferior if we find a new thread.
6275
6276 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6277
6278 * NEWS: Document the deprecation of SH's 'regs' command.
6279 * inferior.h (all_registers_info): Add function declaration.
6280 * sh-tdep.c (sh_show_regs): Remove variable.
6281 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6282 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6283 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6284 (sh_show_regs_command): Remove functions.
6285 (sh_gdbarch_init): Don't set sh_show_regs.
6286 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6287 'info all-registers'.
6288 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6289 (sh64_show_regs): Remove functions.
6290 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6291
6292 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * configure.ac: Move development=true below AC_INIT.
6295 * configure: Regenerate.
6296
6297 2012-06-05 Stan Shebs <stan@codesourcery.com>
6298
6299 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6300 gdb_stdout.
6301
6302 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6303
6304 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6305 argument as ssize_t.
6306 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6307 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6308 * target.c (target_read_stack, target_write_memory)
6309 (target_write_raw_memory): Likewise.
6310 * target.h (target_read_stack, target_write_memory)
6311 (target_write_raw_memory): Likewise.
6312
6313 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6316 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6317 * target.c (target_read_memory): Change LEN to ssize_t.
6318 * target.h (target_read_memory): Change LEN to ssize_t.
6319
6320 2012-06-05 Pedro Alves <palves@redhat.com>
6321
6322 PR backtrace/13866
6323
6324 * breakpoint.c (until_break_command): Only fetch the selected
6325 frame after decode_line_1.
6326
6327 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6328
6329 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6330 event breakpoint at _start, __start or main if a program
6331 interpreter is not found.
6332
6333 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6334
6335 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6336 Add declaration.
6337 * windows-tdep.c: #include "objfiles.h".
6338 (windows_iterate_over_objfiles_in_search_order): New function.
6339 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6340 iterate_over_objfiles_in_search_order gdbarch method to
6341 windows_iterate_over_objfiles_in_search_order.
6342 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6343
6344 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6345
6346 * gdbarch.sh: Add generation of
6347 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6348 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6349 (iterate_over_objfiles_in_search_order): New gdbarch method.
6350 * gdbarch.h, gdbarch.c: Regenerate.
6351 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6352 Add declaration.
6353 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6354 New function.
6355 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6356 out of lookup_symbol_aux_symtabs.
6357 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6358 call to lookup_symbol_aux_objfile.
6359 (struct global_sym_lookup_data): New type.
6360 (lookup_symbol_global_iterator_cb): New function.
6361 (lookup_symbol_global): Search for symbol using
6362 gdbarch_iterate_over_objfiles_in_search_order and
6363 lookup_symbol_global_iterator_cb.
6364 * findvar.c (struct minsym_lookup_data): New type.
6365 (minsym_lookup_iterator_cb): New function.
6366 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6367 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6368 and minsym_lookup_iterator_cb.
6369
6370 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6371
6372 Revert the following patch:
6373 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6374 try locating the symbol in the symbol's own objfile first, before
6375 extending the search to all objfiles.
6376 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6377 out of lookup_symbol_aux_symtabs.
6378 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6379 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6380 Do not search EXCLUDE_OBJFILE.
6381 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6382 (lookup_symbol_global): Search for matches in the block's objfile
6383 first, before searching all other objfiles.
6384
6385 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6386
6387 * breakpoint.c (find_condition_and_thread): Stop parsing
6388 as soon as the first invalid keyword is found.
6389
6390 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6391
6392 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6393
6394 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6395
6396 * config/djgpp/djcheck.sh: Add copyright header.
6397
6398 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6399
6400 * copyright.py (update_files, main): Fix path to update-copyright
6401 script.
6402
6403 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6404
6405 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6406 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6407 for which a reminder to update by hand is printed.
6408
6409 2012-06-04 Doug Evans <dje@google.com>
6410
6411 * buildsym.c (make_blockvector): Add comment.
6412
6413 2012-06-04 Pedro Alves <palves@redhat.com>
6414
6415 * arch-utils.c (default_gdb_signal_from_target): Delete.
6416 * arch-utils.h (default_gdb_signal_from_target): Delete.
6417 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6418 gdbarch_gdb_signal_from_target_p.
6419 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6420 predicate).
6421 * gdbarch.h: Regenerate.
6422 * gdbarch.c: Regenerate.
6423
6424 2012-06-04 Pedro Alves <palves@redhat.com>
6425
6426 * gdbarch.sh (gdb_signal_from_target): Mention that the
6427 implementation of the method must be host independent.
6428 * gdbarch.h: Regenerate.
6429
6430 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6431
6432 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6433 parameters.
6434 (target_read_memory_bfd): New function.
6435 (symbol_file_add_from_memory): Use it.
6436
6437 2012-06-03 Doug Evans <dje@google.com>
6438
6439 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6440 of primary symtab.
6441 (basic_lookup_transparent_type): Ditto.
6442
6443 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6444 (ALL_PRIMARY_SYMTABS): Use it.
6445 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6446 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6447 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6448 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6449 (basic_lookup_transparent_type): Ditto.
6450
6451 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6452
6453 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6454 it to optimize resolution of demangled name.
6455
6456 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6457
6458 * configure.ac (development): Define new variable.
6459 Call AC_CHECK_LIB for mcheck if $development.
6460 (ERROR_ON_WARNING): Enable it by default only if $development.
6461 * config.in: Regenerate.
6462 * configure: Regenerate.
6463
6464 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6465
6466 * target.c (target_read_memory): Make LEN argument as size_t.
6467 * target.h (target_read_memory): Likewise.
6468
6469 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6472
6473 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6474
6475 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6476 BookE interface for PowerPC server processors if not available
6477 in the Linux Kernel.
6478
6479 2012-05-31 Keith Seitz <keiths@redhat.com>
6480
6481 * linespec.c (decode_objc): Add cleanup to free
6482 INFO.FILE_SYMTABS.
6483 (find_linespec_symbols): Add cleanup to free CLASSES.
6484 * symfile.c (find_separate_debug_file_by_debuglink): Add
6485 cleanup to free DEBUGLINK.
6486 * ui-out.c (clear_header_list): No need to check if
6487 HEADER_NEXT.COLHDR is NULL.
6488 Free HEADER_NEXT.COL_NAME.
6489
6490 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6491
6492 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6493 warning.
6494
6495 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6496
6497 * configure.host (gdb_host_cpu): Handle tilegx*.
6498 (gdb_host): Handle tilegx-*-linux*.
6499 * tilegx-linux-nat.c: New file.
6500 * config/tilegx/linux.mh: New file.
6501
6502 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6503
6504 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6505 tilegx-linux-tdep.o.
6506 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6507 tilegx-linux-tdep.c.
6508 * configure.tgt: Handle tilegx-*-linux*.
6509 * tilegx-tdep.h: New file.
6510 * tilegx-tdep.c: New file.
6511 * tilegx-linux-tdep.c: New file.
6512 * regformats/reg-tilegx.dat: New file.
6513
6514 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6515
6516 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6517 accounting of hw watchpoints on ppc.
6518
6519 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6520
6521 * source.c (openp): Expand tilde in path entries.
6522
6523 2012-05-29 Doug Evans <dje@google.com>
6524
6525 * buildsym.c (block_compar): Fix comment.
6526 (end_symtab): Fix and clarify some comments.
6527
6528 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6529 cleanup_undefined_types.
6530 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6531 All callers updated.
6532
6533 2012-05-29 Tom Tromey <tromey@redhat.com>
6534
6535 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6536 fails.
6537 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6538 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6539 fails.
6540 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6541 fails.
6542
6543 2012-05-29 Tristan Gingold <gingold@adacore.com>
6544
6545 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6546 (struct darwin_info): ... New struct.
6547 (solib_darwin_pspace_data): New variable.
6548 (darwin_pspace_data_cleanup): New function.
6549 (get_darwin_info): Likewise.
6550 (darwin_dyld_version_ok, darwin_load_image_infos)
6551 (darwin_solib_get_all_image_info_addr_at_init)
6552 (darwin_solib_read_all_image_info_addr): Add info argument.
6553 Adjust code.
6554 (darwin_current_sos): Use per pspace structure.
6555 (darwin_solib_create_inferior_hook): Likewise.
6556 (darwin_clear_solib): Likewise.
6557 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6558
6559 2012-05-28 Pedro Alves <palves@redhat.com>
6560
6561 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6562 block that uses them. Clear ecss before handling each event.
6563
6564 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6565
6566 * solib-svr4.c (svr4_current_sos): New comment on
6567 svr4_current_sos_via_xfer_libraries fall back.
6568
6569 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6572 it as a fallback for TYPE_IS_OPAQUE.
6573 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6574 symbols for lookup_symbol.
6575
6576 2012-05-24 John Steele Scott <toojays@toojays.net>
6577
6578 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6579 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6580 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6581 (check_producer): ... this new function, which also checks for ICC
6582 and caches the result.
6583 (producer_is_icc): New function.
6584 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6585 producer was ICC.
6586
6587 2012-05-24 Pedro Alves <palves@redhat.com>
6588
6589 PR gdb/7205
6590
6591 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6592 (default_gdb_signal_to_target): ... this. Add comment.
6593 (default_gdb_signal_from_host): Rename to ...
6594 (default_gdb_signal_from_target): ... this. Add comment.
6595 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6596 (default_gdb_signal_to_target): ... this.
6597 (default_gdb_signal_from_host): Rename to ...
6598 (default_gdb_signal_from_target): ... this.
6599 * corelow.c (core_open): Adjust to naming change. Replace comment.
6600 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6601 (gdb_signal_from_target): ... this. Adjust to
6602 default_gdb_signal_from_host naming change. Extend comment.
6603 (gdb_signal_to_host): Rename to ...
6604 (gdb_signal_to_target): ... this. Adjust to
6605 default_gdb_signal_to_host naming change.
6606 * gdbarch.h, gdbarch.c: Renegerate.
6607
6608 2012-05-24 Pedro Alves <palves@redhat.com>
6609
6610 PR gdb/7205
6611
6612 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6613
6614 2012-05-24 Pedro Alves <palves@redhat.com>
6615
6616 PR gdb/7205
6617
6618 Replace target_signal with gdb_signal throughout.
6619
6620 2012-05-24 Pedro Alves <palves@redhat.com>
6621
6622 PR tui/14159
6623
6624 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6625 string, instead of reusing the va_list argument.
6626
6627 2012-05-24 Tom Tromey <tromey@redhat.com>
6628
6629 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6630 Remove.
6631
6632 2012-05-23 Doug Evans <dje@google.com>
6633
6634 * symtab.c (search_symbols): Formatting fixes.
6635 (print_symbol_info): Formatting fixes.
6636
6637 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6638 int64_t change to leb128 API.
6639 (read_encoded_value, decode_frame_entry_1): Ditto.
6640 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6641 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6642 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6643 (execute_stack_op): Ditto.
6644 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6645 (safe_read_uleb128, safe_read_sleb128): Ditto.
6646 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6647 (dwarf2_compile_expr_to_ax): Ditto.
6648 (locexpr_describe_location_piece): Ditto.
6649 (disassemble_dwarf_expression): Ditto.
6650 (locexpr_describe_location_1): Ditto.
6651
6652 2012-05-23 Stan Shebs <stan@codesourcery.com>
6653 Kwok Cheung Yeung <kcy@codesourcery.com>
6654
6655 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6656 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6657 (mi-cmd-info.o): New rule.
6658 * osdata.h (info_osdata_command): New declaration.
6659 * osdata.c (info_osdata_command): Change to non-static.
6660 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6661 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6662 * mi/mi-cmd-info.c: New file.
6663
6664 2012-05-23 Doug Evans <dje@google.com>
6665
6666 * symtab.c (search_symbols): Pass NULL for file_matcher to
6667 expand_symtabs_matching if there are no files to match.
6668
6669 * gdbtypes.c (lookup_typename): Simplify.
6670
6671 2012-05-23 Pedro Alves <palves@redhat.com>
6672
6673 * arch-utils.h (default_target_signal_to_host): Delete.
6674 * arch-utils.c (default_target_signal_to_host): Delete.
6675 * gdbarch.sh (target_signal_to_host): Remove.
6676 * gdbarch.h, gdbarch.c: Regenerate.
6677
6678 2012-05-22 Doug Evans <dje@google.com>
6679
6680 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6681 "const gdb_byte *".
6682 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6683 (execute_cfa_program): Update to match API of leb128 functions.
6684 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6685 "const gdb_byte *".
6686 (read_unsigned_leb128, read_signed_leb128): Delete.
6687 (read_initial_length): Change type of buf argument to
6688 "const gdb_byte *".
6689 (read_encoded_value): Update to match API of leb128 functions.
6690 (decode_frame_entry): Change result to "const gdb_byte *", and
6691 similarly for "start" parameter.
6692 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6693 (dwarf2_build_frame_info): Change local frame_ptr to
6694 "const gdb_byte *".
6695 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6696 read_uleb128, read_sleb128. All callers updated.
6697 (safe_skip_leb128): New function.
6698 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6699 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6700 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6701 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6702 read_uleb128, read_sleb128.
6703 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6704 (execute_stack_op): Update to match API of leb128 functions.
6705 * dwarf2expr.h: #include "leb128.h".
6706 (read_uleb128, read_sleb128): Delete.
6707 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6708 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6709 * dwarf2loc.c (debug_loc_kind): New enum.
6710 (decode_debug_loc_addresses): New function.
6711 (decode_debug_loc_dwo_addresses): New function.
6712 (dwarf2_find_location_expression): Rewrite.
6713 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6714 (locexpr_describe_location_piece): Ditto.
6715 (disassemble_dwarf_expression): Ditto.
6716 (locexpr_describe_location_1): Ditto.
6717 (loclist_describe_location): Rewrite.
6718 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6719 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6720 (dwarf2_section_buffer_overflow_complaint): Renamed from
6721 dwarf2_macros_too_long_complaint. All callers updated.
6722 (skip_leb128): Delete.
6723 (init_cu_die_reader): Initialize reader->buffer_end.
6724 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6725 (skip_form_bytes): New arg buffer_end. All callers updated.
6726 Replace call to skip_leb128 with gdb_skip_leb128.
6727 (skip_unknown_opcode): New arg mac_end. All callers updated.
6728 (fill_in_loclist_baton): Initialize baton->from_dwo.
6729
6730 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6731
6732 * mips-linux-nat.c (mips_linux_read_description): Use a more
6733 verbose error message.
6734
6735 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6736
6737 * NEWS: Add MIPS/Linux DSP support.
6738 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6739 (SIGCONTEXT_DSPCTL): New macro.
6740 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6741 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6742 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6743 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6744 (N64_SIGCONTEXT_HI3): Likewise.
6745 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6746 (N64_SIGCONTEXT_LO3): Likewise.
6747 (N64_SIGCONTEXT_DSPCTL): Likewise.
6748 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6749 (mips_linux_o32_sigframe_init): Handle DSP registers.
6750 (mips_linux_n32n64_sigframe_init): Likewise.
6751
6752 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6753
6754 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6755 call to abort.
6756
6757 2012-05-22 Pedro Alves <palves@redhat.com>
6758
6759 * target.h (store_waitstatus): Move declaration ...
6760 * inf-child.h (store_waitstatus): ... here.
6761 * target.c: Move inclusion of gdb_wait.h, and ...
6762 (store_waitstatus): ... this ...
6763 * inf-child.c: ... here.
6764 * linux-nat.c: Include inf-child.h.
6765 * rs6000-nat.c: Include inf-child.h.
6766 * spu-linux-nat.c: Include inf-child.h.
6767
6768 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6769
6770 * tracepoint.c (start_tracing): Add missing i18n markup.
6771 (stop_tracing, set_trace_user): Ditto.
6772 (set_trace_notes, set_trace_stop_notes): Ditto.
6773
6774 2012-05-21 Tom Tromey <tromey@redhat.com>
6775
6776 PR c++/7173:
6777 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6778 types.
6779 * value.h (value_cast_pointers): Update.
6780 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6781 (value_cast): Update.
6782 (update_search_result): New function.
6783 (do_search_struct_field): New, from search_struct_field. Check
6784 for ambiguous results.
6785 (search_struct_field): Rewrite.
6786 * infcall.c (value_arg_coerce): Update.
6787 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6788 value_cast_pointers.
6789 * ada-lang.c (ada_convert_actual): Update.
6790
6791 2012-05-21 Tom Tromey <tromey@redhat.com>
6792
6793 * macroexp.c (macro_stringify): Terminate the string.
6794
6795 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6798 Describe it.
6799 * auto-load.c (auto_load_expand_dir_vars): New function.
6800 (auto_load_safe_path_vec_update): Use it, remove the
6801 substitute_path_component call thanks to it.
6802 (auto_load_objfile_script): Remove the debug_file_directory processing.
6803 Use auto_load_expand_dir_vars, remove the substitute_path_component
6804 call thanks to it.
6805 * configure: Regenerate.
6806 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6807 path. Escape $ also for $debugdir.
6808 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6809 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6810
6811 2012-05-20 Doug Evans <dje@google.com>
6812
6813 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6814 before use. Check for symtab->includes == NULL before scanning it.
6815
6816 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6817
6818 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6819
6820 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6821
6822 * NEWS: Add microMIPS support and "set mips compression",
6823 "show mips compression" commands.
6824 * mips-tdep.h (mips_isa): New enum.
6825 (gdbarch_tdep): Add mips_isa.
6826 (mips_pc_is_mips16): Update prototype.
6827 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6828 * mips-tdep.c (mips_compression_mips16): New variable.
6829 (mips_compression_micromips): Likewise.
6830 (mips_compression_strings): Likewise.
6831 (mips_compression_string): Likewise.
6832 (is_mips16_isa, is_micromips_isa): New functions.
6833 (is_mips16_addr): Rename to...
6834 (is_compact_addr): ... this.
6835 (unmake_mips16_addr): Likewise to...
6836 (unmake_compact_addr): ... this.
6837 (make_mips16_addr): Likewise to...
6838 (make_compact_addr): ... this.
6839 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6840 functions.
6841 (mips_elf_make_msymbol_special): Handle microMIPS code.
6842 (msymbol_is_special): Rename to...
6843 (msymbol_is_mips16): ... this.
6844 (mips_make_symbol_special, mips_pc_is_mips16): Update
6845 accordingly.
6846 (msymbol_is_mips, msymbol_is_micromips): New functions.
6847 (mips16_to_32_reg): Rename to...
6848 (mips_reg3_to_reg): ... this.
6849 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6850 (mips_pc_isa): Likewise.
6851 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6852 code.
6853 (mips_fetch_instruction): Pass return status instead of printing
6854 an error message if requested. Handle microMIPS code. Bail out
6855 on an invalid ISA.
6856 (micromips_op): New macro.
6857 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6858 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6859 (b6s4_op, b7s3_reg): Likewise.
6860 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6861 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6862 (mips_insn_size): New function.
6863 (mips32_next_pc): Update mips_fetch_instruction call.
6864 (micromips_relative_offset7): New function.
6865 (micromips_relative_offset10): Likewise.
6866 (micromips_relative_offset16): Likewise.
6867 (micromips_pc_insn_size): Likewise.
6868 (micromips_bc1_pc): Likewise.
6869 (micromips_next_pc): Likewise.
6870 (unpack_mips16): Update mips_fetch_instruction call.
6871 (extended_mips16_next_pc): Update according to change to
6872 mips16_to_32_reg.
6873 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6874 code.
6875 (mips16_scan_prologue): Update mips_fetch_instruction call.
6876 Update according to change to mips16_to_32_reg.
6877 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6878 (mips_insn16_frame_base_sniffer): Likewise.
6879 (micromips_decode_imm9): New function.
6880 (micromips_scan_prologue): Likewise.
6881 (mips_micro_frame_cache): Likewise.
6882 (mips_micro_frame_this_id): Likewise.
6883 (mips_micro_frame_prev_register): Likewise.
6884 (mips_micro_frame_sniffer): Likewise.
6885 (mips_micro_frame_unwind): New variable.
6886 (mips_micro_frame_base_address): New function.
6887 (mips_micro_frame_base): New variable.
6888 (mips_micro_frame_base_sniffer): New function.
6889 (mips32_scan_prologue): Update mips_fetch_instruction call.
6890 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6891 rather than for MIPS16.
6892 (mips_insn32_frame_base_sniffer): Likewise.
6893 (mips_addr_bits_remove): Handle microMIPS code.
6894 (deal_with_atomic_sequence): Rename to...
6895 (mips_deal_with_atomic_sequence): ... this. Update the type
6896 of the variable used to hold an instruction. Remove the ISA bit
6897 check. Update mips_fetch_instruction call.
6898 (micromips_deal_with_atomic_sequence): New function.
6899 (deal_with_atomic_sequence): Likewise.
6900 (mips_about_to_return): Handle microMIPS code. Update
6901 mips_fetch_instruction call.
6902 (heuristic_proc_start): Check for the standard MIPS ISA rather
6903 than for MIPS16. Update mips_pc_is_mips16 and
6904 mips_fetch_instruction calls. Handle microMIPS code.
6905 (mips_push_dummy_code): Handle microMIPS code.
6906 (mips_eabi_push_dummy_call): Likewise.
6907 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6908 (mips_o64_push_dummy_call): Handle microMIPS code.
6909 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6910 (is_delayed): Remove function.
6911 (mips_single_step_through_delay): Replace the call to is_delayed
6912 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6913 Handle microMIPS code.
6914 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6915 microMIPS code.
6916 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6917 call.
6918 (micromips_in_function_epilogue_p): New function.
6919 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6920 call.
6921 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6922 Handle microMIPS.
6923 (gdb_print_insn_mips): Likewise.
6924 (mips_breakpoint_from_pc): Likewise.
6925 (mips_remote_breakpoint_from_pc): New function.
6926 (mips32_instruction_has_delay_slot): Simplify making use of the
6927 updated mips_fetch_instruction interface.
6928 (micromips_instruction_has_delay_slot): New function.
6929 (mips16_instruction_has_delay_slot): Simplify making use of the
6930 updated mips_fetch_instruction interface.
6931 (mips_adjust_breakpoint_address): Check for the standard MIPS
6932 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6933 calls. Handle microMIPS code.
6934 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6935 (mips_skip_trampoline_code): Handle microMIPS code.
6936 (global_mips_compression): New function.
6937 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6938 file flags. Register the microMIPS remote breakpoint handler
6939 and heuristic frame unwinder.
6940 (show_mips_compression): New function.
6941 (_initialize_mips_tdep): Add the "set mips compression" and
6942 "show mips compression" commands.
6943
6944 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6945
6946 * ada-lang.c:
6947 * ada-tasks.c:
6948 * ada-varobj.c:
6949 * amd64-darwin-tdep.c:
6950 * arm-symbian-tdep.c:
6951 * arm-tdep.c:
6952 * avr-tdep.c:
6953 * ax-gdb.c:
6954 * bfin-linux-tdep.c:
6955 * breakpoint.c:
6956 * c-valprint.c:
6957 * cli/cli-cmds.c:
6958 * coffread.c:
6959 * cp-support.c:
6960 * cris-tdep.c:
6961 * dwarf2-frame-tailcall.c:
6962 * dwarf2-frame.c:
6963 * dwarf2expr.c:
6964 * dwarf2loc.c:
6965 * dwarf2read.c:
6966 * elfread.c:
6967 * eval.c:
6968 * expprint.c:
6969 * f-valprint.c:
6970 * frv-tdep.c:
6971 * h8300-tdep.c:
6972 * hppa-hpux-tdep.c:
6973 * hppa-tdep.c:
6974 * hppanbsd-tdep.c:
6975 * i386-nto-tdep.c:
6976 * i386-tdep.c:
6977 * i387-tdep.c:
6978 * ia64-tdep.c:
6979 * jit.c:
6980 * linespec.c:
6981 * linux-tdep.c:
6982 * lm32-tdep.c:
6983 * m2-valprint.c:
6984 * m32c-tdep.c:
6985 * m32r-rom.c:
6986 * m32r-tdep.c:
6987 * m68k-tdep.c:
6988 * m68klinux-tdep.c:
6989 * mi/mi-main.c:
6990 * microblaze-tdep.c:
6991 * mips-linux-tdep.c:
6992 * mips-tdep.c:
6993 * mn10300-tdep.c:
6994 * p-valprint.c:
6995 * parse.c:
6996 * ppc-linux-tdep.c:
6997 * ppc-sysv-tdep.c:
6998 * printcmd.c:
6999 * python/py-finishbreakpoint.c:
7000 * python/py-inferior.c:
7001 * python/py-infthread.c:
7002 * python/py-type.c:
7003 * python/python.c:
7004 * remote-fileio.c:
7005 * remote-m32r-sdi.c:
7006 * remote-mips.c:
7007 * reverse.c:
7008 * rl78-tdep.c:
7009 * rs6000-aix-tdep.c:
7010 * rs6000-tdep.c:
7011 * s390-tdep.c:
7012 * score-tdep.c:
7013 * sh64-tdep.c:
7014 * skip.c:
7015 * solib-darwin.c:
7016 * solib-dsbt.c:
7017 * solib-frv.c:
7018 * sparc-tdep.c:
7019 * spu-multiarch.c:
7020 * spu-tdep.c:
7021 * stack.c:
7022 * symfile.c:
7023 * symtab.c:
7024 * tic6x-tdep.c:
7025 * tracepoint.c:
7026 * v850-tdep.c:
7027 * valarith.c:
7028 * valprint.c:
7029 * value.c:
7030 * xcoffread.c:
7031 * xtensa-tdep.c:
7032 * ada-lang.c:
7033 * ada-tasks.c:
7034 * ada-varobj.c:
7035 * amd64-darwin-tdep.c:
7036 * arm-symbian-tdep.c:
7037 * arm-tdep.c: Delete unused variables.
7038
7039 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 Rename $ddir to $datadir.
7042 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7043 * auto-load.c (auto_load_safe_path_vec_update)
7044 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7045 * configure: Regenerate.
7046 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7047 Likewise. Remove the 'use $ddir' help string.
7048
7049 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * auto-load.c (show_auto_load_safe_path): Accept any combination of
7052 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7053
7054 2012-05-18 Tom Tromey <tromey@redhat.com>
7055
7056 PR exp/13907:
7057 * valprint.h (struct value_print_options) <symbol_print>: New
7058 field.
7059 * valprint.c (user_print_options): Add default for symbol_print.
7060 (show_symbol_print): New function.
7061 (generic_val_print): Respect symbol_print.
7062 (_initialize_valprint): Add "print symbol" setting.
7063 * f-valprint.c (f_val_print): Respect symbol_print.
7064 * c-valprint.c (c_val_print): Respect symbol_print.
7065 * NEWS: Update.
7066 * printcmd.c (print_address_symbolic): Return int. Ignore some
7067 zero-size symbols.
7068 (print_address_demangle): Return int.
7069 * defs.h: (print_address_symbolic): Return int.
7070 * value.h (print_address_demangle): Return int.
7071
7072 2012-05-18 Tom Tromey <tromey@redhat.com>
7073
7074 * valprint.c (val_print_string): Don't print leading space.
7075 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7076 print space before string or vtbl.
7077 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7078 before string.
7079 * jv-valprint.c (java_value_print): Print space before string.
7080 * go-valprint.c (print_go_string): Print space before string.
7081 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7082 space before string.
7083 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7084 space before string or vtbl.
7085 * auxv.c (fprint_target_auxv): Print space after address.
7086
7087 2012-05-18 Tom Tromey <tromey@redhat.com>
7088
7089 * printcmd.c (print_address_demangle): Remove special case for 0.
7090
7091 2012-05-18 Tom Tromey <tromey@redhat.com>
7092
7093 * printcmd.c (print_address_demangle): Add 'opts' argument.
7094 * p-valprint.c (pascal_val_print): Update.
7095 * jv-valprint.c (java_val_print): Update.
7096 * value.h: Update.
7097 * valprint.c (generic_val_print): Update.
7098 (print_function_pointer_address): Add 'options' argument. Remove
7099 'addressprint' argument. Update.
7100 * m2-valprint.c (print_unpacked_pointer): Update.
7101 * gnu-v3-abi.c (print_one_vtable): Update.
7102 (gnuv3_print_method_ptr): Update.
7103 * f-valprint.c (f_val_print): Update.
7104 * cp-valprint.c (cp_print_value_fields): Update.
7105 * valprint.h (print_function_pointer_address): Update.
7106 * c-valprint.c (c_val_print): Update.
7107
7108 2012-05-18 Tom Tromey <tromey@redhat.com>
7109
7110 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7111 directly corresponding to the found psymtab.
7112 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7113 (dw2_find_pc_sect_symtab): Use it.
7114 * block.h (blockvector_contains_pc): Declare.
7115 * block.c (find_block_in_blockvector): New function.
7116 (blockvector_for_pc_sect): Use it.
7117 (blockvector_contains_pc): New function.
7118
7119 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7120
7121 * mips-tdep.h (mips_write_pc): New prototype.
7122 * mips-tdep.c (mips_write_pc): Make external, add description.
7123 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7124 add description.
7125
7126 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7127
7128 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7129 mips_regnum->pc.
7130 (mips_unwind_pc, mips_write_pc): Likewise.
7131 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7132 gdbarch_read_pc.
7133
7134 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7135
7136 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7137 proc_warn, proc_error, proc_get_status, proc_flags,
7138 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7139 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7140 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7141 proc_stop_process, proc_wait_for_stop, proc_run_process,
7142 proc_set_traced_signals, proc_set_traced_faults,
7143 proc_set_traced_sysentry, proc_set_traced_sysexit,
7144 proc_set_held_signals, proc_get_held_signals,
7145 proc_get_traced_signals, proc_get_traced_faults,
7146 proc_get_traced_sysentry, proc_get_traced_sysexit,
7147 proc_clear_current_fault, proc_set_current_signal,
7148 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7149 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7150 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7151 proc_get_current_thread, proc_get_current_thread,
7152 proc_get_current_thread, proc_update_threads,
7153 proc_update_threads, proc_update_threads, proc_update_threads,
7154 proc_iterate_over_threads, procfs_find_new_threads,
7155 procfs_pid_to_str): Make static. Remove advance declaration.
7156 (proc_cursig): Make static. Conditionalized defintion on
7157 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7158 (proc_syscall, proc_set_kill_on_last_close,
7159 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7160 proc_get_pending_signals, proc_get_signal_actions,
7161 proc_trace_signal, proc_ignore_signal): Delete.
7162
7163 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7164
7165 * coffread.c (cs_section_address): Passing proper argument for
7166 `bfd_get_section_vma'.
7167 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7168 `bfd_get_section_flags'.
7169 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7170 `bfd_get_section_vma'.
7171
7172 2012-05-16 Tom Tromey <tromey@redhat.com>
7173
7174 PR macros/13205:
7175 * macrotab.h: (macro_define_special): Declare.
7176 (enum macro_special_kind): New.
7177 (struct macro_definition) <argc, replacement>: Update comments.
7178 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7179 (macro_define_object_internal): New function.
7180 (macro_define_object): Use it.
7181 (macro_define_special): New function.
7182 (fixup_definition): New function.
7183 (macro_lookup_definition, foreach_macro_in_scope)
7184 (foreach_macro): Use fixup_definition.
7185 * macroexp.h (macro_stringify): Declare.
7186 * macroexp.c (free_buffer_return_text): New function.
7187 (stringify): Constify "arg".
7188 (macro_stringify): New function.
7189 * dwarf2read.c (macro_start_file): Call macro_define_special.
7190
7191 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7192 Maciej W. Rozycki <macro@mips.com>
7193
7194 * breakpoint.h (bp_location): Add related_address member.
7195 * inferior.h (get_return_value): Take a pointer to struct value
7196 instead of struct type for the function requested.
7197 * value.h (using_struct_return): Likewise.
7198 * gdbarch.sh (return_value): Take a pointer to struct value
7199 instead of struct type for the function requested.
7200 * breakpoint.c (set_breakpoint_location_function): Initialize
7201 related_address for bp_gnu_ifunc_resolver breakpoints.
7202 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7203 requested function's address to gdbarch_return_value.
7204 * eval.c (evaluate_subexp_standard): Pass the requested
7205 function's address to using_struct_return.
7206 * infcall.c (call_function_by_hand): Pass the requested
7207 function's address to using_struct_return and
7208 gdbarch_return_value.
7209 * infcmd.c (get_return_value): Take a pointer to struct value
7210 instead of struct type for the function requested.
7211 (print_return_value): Update accordingly.
7212 (finish_command_continuation): Likewise.
7213 * stack.c (return_command): Pass the requested function's
7214 address to using_struct_return and gdbarch_return_value.
7215 * value.c (using_struct_return): Take a pointer to struct value
7216 instead of struct type for the function requested. Pass the
7217 requested function's address to gdbarch_return_value.
7218 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7219 New function_value member, replacing function_type.
7220 (bpfinishpy_dealloc): Update accordingly.
7221 (bpfinishpy_pre_stop_hook): Likewise.
7222 (bpfinishpy_init): Likewise. Record the requested function's
7223 address.
7224 * mips-tdep.c (mips_fval_reg): New enum.
7225 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7226 words put in GP registers.
7227 (mips_o64_push_dummy_call): Update a comment.
7228 (mips_o32_return_value): Take a pointer to struct value instead
7229 of struct type for the function requested and use it to check if
7230 using the MIPS16 calling convention. Return the designated
7231 general purpose registers for floating-point values returned in
7232 MIPS16 mode.
7233 (mips_o64_return_value): Likewise.
7234 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7235 (ppc_sysv_abi_broken_return_value): Likewise.
7236 (ppc64_sysv_abi_return_value): Likewise.
7237 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7238 value instead of struct type for the function requested.
7239 * amd64-tdep.c (amd64_return_value): Likewise.
7240 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7241 * arm-tdep.c (arm_return_value): Likewise.
7242 * avr-tdep.c (avr_return_value): Likewise.
7243 * bfin-tdep.c (bfin_return_value): Likewise.
7244 * cris-tdep.c (cris_return_value): Likewise.
7245 * frv-tdep.c (frv_return_value): Likewise.
7246 * h8300-tdep.c (h8300_return_value): Likewise.
7247 (h8300h_return_value): Likewise.
7248 * hppa-tdep.c (hppa32_return_value): Likewise.
7249 (hppa64_return_value): Likewise.
7250 * i386-tdep.c (i386_return_value): Likewise.
7251 * ia64-tdep.c (ia64_return_value): Likewise.
7252 * iq2000-tdep.c (iq2000_return_value): Likewise.
7253 * lm32-tdep.c (lm32_return_value): Likewise.
7254 * m32c-tdep.c (m32c_return_value): Likewise.
7255 * m32r-tdep.c (m32r_return_value): Likewise.
7256 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7257 * m68k-tdep.c (m68k_return_value): Likewise.
7258 (m68k_svr4_return_value): Likewise.
7259 * m88k-tdep.c (m88k_return_value): Likewise.
7260 * mep-tdep.c (mep_return_value): Likewise.
7261 * microblaze-tdep.c (microblaze_return_value): Likewise.
7262 * mn10300-tdep.c (mn10300_return_value): Likewise.
7263 * moxie-tdep.c (moxie_return_value): Likewise.
7264 * mt-tdep.c (mt_return_value): Likewise.
7265 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7266 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7267 (ppc_sysv_abi_broken_return_value): Likewise.
7268 (ppc64_sysv_abi_return_value): Likewise.
7269 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7270 * rl78-tdep.c (rl78_return_value): Likewise.
7271 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7272 * rx-tdep.c (rx_return_value): Likewise.
7273 * s390-tdep.c (s390_return_value): Likewise.
7274 * score-tdep.c (score_return_value): Likewise.
7275 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7276 (sh_return_value_fpu): Likewise.
7277 * sh64-tdep.c (sh64_return_value): Likewise.
7278 * sparc-tdep.c (sparc32_return_value): Likewise.
7279 * sparc64-tdep.c (sparc64_return_value): Likewise.
7280 * spu-tdep.c (spu_return_value): Likewise.
7281 * tic6x-tdep.c (tic6x_return_value): Likewise.
7282 * v850-tdep.c (v850_return_value): Likewise.
7283 * vax-tdep.c (vax_return_value): Likewise.
7284 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7285 * xtensa-tdep.c (xtensa_return_value): Likewise.
7286 * gdbarch.c: Regenerate.
7287 * gdbarch.h: Regenerate.
7288
7289 2012-05-15 Tom Tromey <tromey@redhat.com>
7290
7291 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7292
7293 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7294
7295 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7296 of command in two error message.
7297
7298 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7299
7300 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7301
7302 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7303
7304 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7305
7306 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * NEWS (show auto-load scripts-directory): Add forgotten command.
7309
7310 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7311
7312 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7313 parameters.
7314
7315 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7316
7317 * amd64-tdep.c: Include features/i386/x32.c and
7318 features/i386/x32-avx.c.
7319 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7320 initialize_tdesc_x32_avx.
7321
7322 2012-05-14 Stan Shebs <stan@codesourcery.com>
7323
7324 Add dynamic printf.
7325 * breakpoint.h (enum bptype): New type bp_dprintf.
7326 (struct breakpoint): New field extra_string.
7327 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7328 (create_breakpoint): Add extra_string arg.
7329 * breakpoint.c (dprintf_breakpoint_ops): New.
7330 (is_breakpoint): Add bp_dprintf.
7331 (bpstat_what): Add dprintf case.
7332 (bptype_string): Ditto.
7333 (print_one_breakpoint_location): Ditto.
7334 (init_bp_location): Ditto.
7335 (bkpt_print_mention): Ditto.
7336 (dprintf_style_enums): New array.
7337 (dprintf_style): New global.
7338 (dprintf_function): New global.
7339 (dprintf_channel): New global.
7340 (update_dprintf_command_list): New function.
7341 (update_dprintf_commands): New function.
7342 (init_breakpoint_sal): Add extra_string argument, handle it.
7343 (create_breakpoint_sal): Add extra_string argument.
7344 (create_breakpoints_sal): Add extra_string argument, update callers.
7345 (find_condition_and_thread): Add extra argument.
7346 (create_breakpoint): Add extra_string argument, record it.
7347 (dprintf_command): New function.
7348 (break_command_1): Add arg to create_breakpoint call.
7349 (handle_gnu_v3_exceptions): Ditto.
7350 (trace_command): Ditto.
7351 (ftrace_command): Ditto.
7352 (strace_command): Ditto.
7353 (bkpt_print_mention): Add dprintf case.
7354 (create_breakpoint_sal_default): Add extra_string argument.
7355 (_initialize_breakpoint): Add new commands.
7356 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7357 * python/py-breakpoint.c (bppy_init): Ditto.
7358 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7359
7360 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7361
7362 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7363
7364 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7365
7366 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7367 unsigned long long.
7368
7369 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7370
7371 Add a new function gdb.find_pc_line to the Python API.
7372 * NEWS (Python Scripting): Add entry about the new function.
7373 * python/python.c (gdbpy_find_pc_line): New function which
7374 implements gdb.find_pc_line.
7375 (GdbMethods): Add entry for the new function.
7376
7377 2012-05-12 Pedro Alves <palves@redhat.com>
7378
7379 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7380 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7381
7382 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7383
7384 * inferior.c: Include completer.h
7385 (initialize_inferiors): Set completer of add-inferior to
7386 filename_completer.
7387
7388 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7389
7390 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7391 gdbarch_ptr_bit for x32 core dump.
7392
7393 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7394
7395 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7396 and features/i386/x32-avx-linux.c.
7397
7398 2012-05-11 Stan Shebs <stan@codesourcery.com>
7399 Kwok Cheung Yeung <kcy@codesourcery.com>
7400
7401 * NEWS: Describe new info os commands.
7402 * common/linux-osdata.c (PID_T, TIME_T): Define.
7403 (MAX_PID_T_STRLEN): New.
7404 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7405 MAX_PID_T_STRLEN.
7406 (command_from_pid): Add comment. Change to use PID_T.
7407 (commandline_from_pid): Change to use PID_T.
7408 (user_from_pid): Add comment.
7409 (get_process_owner): Add comment. Change to use PID_T and
7410 MAX_PID_T_STRLEN.
7411 (get_number_of_cpu_cores): Add comment.
7412 (get_cores_used_by_process): Add comment. Change to use PID_T and
7413 MAX_PID_T_STRLEN.
7414 (linux_xfer_osdata_processes): Change to use PID_T and
7415 MAX_PID_T_STRLEN.
7416 (compare_processes): New function.
7417 (linux_xfer_osdata_processgroups): New function.
7418 (linux_xfer_osdata_threads): Change to use PID_T.
7419 (linux_xfer_osdata_fds): New function.
7420 (format_socket_state, print_sockets): New functions.
7421 (union socket_addr): New union.
7422 (linux_xfer_osdata_isockets): New function.
7423 (time_from_time_t, group_from_gid): New functions.
7424 (linux_xfer_osdata_shm): New function.
7425 (linux_xfer_osdata_sem): New function.
7426 (linux_xfer_osdata_msg): New function.
7427 (linux_xfer_osdata_modules): New function.
7428 (osdata_table): Add new entries.
7429 * common/buffer.c (buffer_xml_printf): Add support for long and
7430 long long format specifiers.
7431
7432 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7433
7434 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7435 (tdesc_x32_avx_linux): Likewise.
7436
7437 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7438
7439 Implement multi-component --with-auto-load-dir.
7440 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7441 entries.
7442 (--with-auto-load-safe-path): Update the default value description.
7443 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7444 New.
7445 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7446 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7447 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7448 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7449 "set auto-load scripts-directory".
7450 * config.in: Regenerate.
7451 * configure: Regenerate.
7452 * configure.ac (--with-auto-load-dir): New configure option.
7453 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7454
7455 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7456
7457 Provide $ddir substitution for --with-auto-load-safe-path.
7458 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7459 entries.
7460 * auto-load.c: Include observer.h.
7461 (auto_load_safe_path_vec_update): Call substitute_path_component for
7462 each component. New variable ddir_subst.
7463 (auto_load_gdb_datadir_changed): New function.
7464 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7465 AUTO_LOAD_SAFE_PATH. New comment.
7466 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7467 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7468 * config.in: Regenerate.
7469 * configure: Regenerate.
7470 * configure.ac (--auto-load-safe-path): Rename
7471 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7472 GDB_DATADIR/auto-load.
7473 * defs.h (substitute_path_component): New declaration.
7474 * top.c: Include observer.h.
7475 (set_gdb_datadir): New function.
7476 (init_main): Install it for "set data-directory".
7477 * utils.c (substitute_path_component): New function.
7478
7479 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7482 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7483 DEBUG_FILE_DIRECTORY. Handle multiple components of
7484 DEBUG_FILE_DIRECTORY.
7485
7486 2012-05-10 Tom Tromey <tromey@redhat.com>
7487
7488 * dwarf2read.c (recursively_write_psymbols): New function.
7489 (write_psymtabs_to_index): Use it.
7490
7491 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7492 field.
7493 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7494 (load_partial_comp_unit): Update.
7495 (queue_comp_unit): Add argument 'pretend_language'.
7496 (process_queue): Update.
7497 (psymtab_to_symtab_1): Skip dependencies that have a user.
7498 (load_partial_comp_unit_reader): Give meaning to the 'data'
7499 argument.
7500 (load_full_comp_unit): Add 'pretend_language' argument.
7501 (process_full_comp_unit): Add 'pretend_language' argument. Set
7502 language on CU.
7503 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7504 Update.
7505 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7506 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7507 Update.
7508 (prepare_one_comp_unit): Add 'pretend_language' argument.
7509
7510 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7511 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7512 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7513 (dw2_do_instantiate_symtab): Check whether symtab was read in
7514 before queueing.
7515 (dw2_instantiate_symtab): Add assertion. Call
7516 process_cu_includes.
7517 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7518 (partial_symtab_p): New typedef.
7519 (set_partial_user): New function.
7520 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7521 (scan_partial_symbols): Add imported CU to imported_symtabs.
7522 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7523 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7524 (get_symtab, recursively_compute_inclusions)
7525 (compute_symtab_includes, process_cu_includes)
7526 (process_imported_unit_die): New functions.
7527 (process_die) <DW_TAG_imported_unit>: New case.
7528 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7529
7530 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7531 comment.
7532 (struct partial_die_info) <locdesc>: Remove.
7533 <d>: New field.
7534 (process_psymtab_comp_unit): Add 'read_partial' argument.
7535 Update.
7536 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7537 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7538 (add_partial_symbol): Update.
7539 (process_die): Handle DW_TAG_partial_unit.
7540 (read_file_scope): Update comment.
7541 (load_partial_dies): Handle DW_TAG_imported_unit.
7542 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7543 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7544
7545 2012-05-10 Tom Tromey <tromey@redhat.com>
7546
7547 * cc-with-dwz.sh: New file.
7548
7549 2012-05-10 Tom Tromey <tromey@redhat.com>
7550
7551 * symtab.h (struct symtab) <includes, user>: New fields.
7552 * block.h (struct block_iterator) <d, idx, which>: New fields.
7553 * block.c (initialize_block_iterator, find_iterator_symtab)
7554 (block_iterator_step, block_iter_name_step)
7555 (block_iter_match_step): New functions.
7556 (block_iterator_first, block_iterator_next)
7557 (block_iter_name_first, block_iter_name_next)
7558 (block_iter_match_first, block_iter_match_next): Rewrite.
7559 (get_block_symtab): New function.
7560
7561 2012-05-10 Tom Tromey <tromey@redhat.com>
7562
7563 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7564 set_block_symtab.
7565 * jit.c (finalize_symtab): Use allocate_global_block,
7566 set_block_symtab.
7567 * buildsym.c (finish_block_internal): New function, from old
7568 finish_block.
7569 (finish_block): Rewrite.
7570 (end_symtab): Use finish_block_internal, set_block_symtab.
7571 * block.h (struct global_block): New.
7572 (allocate_global_block, set_block_symtab): Declare.
7573 * block.c (allocate_global_block, set_block_symtab): New
7574 functions.
7575
7576 2012-05-10 Tom Tromey <tromey@redhat.com>
7577
7578 * psymtab.c (partial_map_expand_apply): Add assertion.
7579 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7580 (psymtab_to_symtab): Find unshared psymtab.
7581 (dump_psymtab): Print including psymtabs.
7582 (recursively_search_psymtabs): New function.
7583 (expand_symtabs_matching_via_partial): Use it.
7584 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7585 fields.
7586 (enum psymtab_search_status): New.
7587
7588 2012-05-10 Tom Tromey <tromey@redhat.com>
7589
7590 * tracepoint.c (scope_info): Update.
7591 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7592 (find_pc_sect_symtab, search_symbols)
7593 (default_make_symbol_completion_list_break_on)
7594 (make_file_symbol_completion_list): Update.
7595 * symmisc.c (dump_symtab_1): Update.
7596 * stack.c (print_frame_args, iterate_over_block_locals)
7597 (print_frame_labels, iterate_over_block_arg_vars): Update.
7598 * python/py-block.c (block_object) <dict>: Remove.
7599 <block>: New field.
7600 <iter>: Change type.
7601 (blpy_iter): Update.
7602 (blpy_block_syms_iternext): Update.
7603 * psymtab.c (map_block): Use block iterators.
7604 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7605 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7606 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7607 * infrun.c (check_exception_resume): Update.
7608 * cp-support.c (make_symbol_overload_list_block): Update.
7609 * coffread.c (patch_opaque_types): Update.
7610 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7611 * block.h (struct block_iterator): New.
7612 (block_iterator_first, block_iterator_next, block_iter_name_first)
7613 (block_iter_name_next, block_iter_match_first)
7614 (block_iter_match_next): Declare.
7615 (ALL_BLOCK_SYMBOLS): Redefine.
7616 * block.c (block_iterator_first, block_iterator_next)
7617 (block_iter_name_first, block_iter_name_next)
7618 (block_iter_match_first, block_iter_match_next): New functions.
7619 * ada-lang.c (ada_add_block_symbols)
7620 (ada_make_symbol_completion_list): Use block iterator.
7621
7622 2012-05-10 Tom Tromey <tromey@redhat.com>
7623
7624 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7625 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7626 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7627 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7628 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7629 Update.
7630
7631 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7632
7633 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7634 print-file-var-lib2.c, print-file-var-main.c and
7635 print-file-var.exp (located in gdb/testsuite/gdb.base).
7636
7637 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7638
7639 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7640 try locating the symbol in the symbol's own objfile first, before
7641 extending the search to all objfiles.
7642 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7643 out of lookup_symbol_aux_symtabs.
7644 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7645 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7646 Do not search EXCLUDE_OBJFILE.
7647 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7648 (lookup_symbol_global): Search for matches in the block's objfile
7649 first, before searching all other objfiles.
7650
7651 2012-05-10 Tristan Gingold <gingold@adacore.com>
7652
7653 * printcmd.c (set_command): Add pre/post inc/dec.
7654
7655 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7656
7657 * gdb.1: Document -ex option.
7658
7659 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7660
7661 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7662 * inferior.h (AT_SYMBOL): Delete.
7663
7664 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7665
7666 * mips-tdep.c (mips_push_dummy_code): New function.
7667 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7668 ON_STACK and install mips_push_dummy_code as our gdbarch
7669 push_dummy_code routine.
7670
7671 2012-05-09 Pedro Alves <palves@redhat.com>
7672
7673 * target.c (set_maintenance_target_async_permitted): Rename to ...
7674 (set_target_async_command): ... this.
7675 (show_maintenance_target_async_permitted): Rename to ...
7676 (show_target_async_command): ... this.
7677 (initialize_targets): Adjust.
7678
7679 2012-05-08 Doug Evans <dje@google.com>
7680
7681 * go-exp.y (classify_name): Add missing assignment of fields of
7682 yylval.ssym.
7683
7684 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7685
7686 Display the ">" prompt in interactive mode while reading canned
7687 commands, even when the current interpreter is MI.
7688
7689 * interps.c (interp_set_temp): New function.
7690
7691 * interps.h (interp_set_temp): Add prototype.
7692
7693 * cli/cli-script.c (restore_interp): New cleanup function.
7694 (read_command_lines): Temporarily override the current interpreter
7695 with CLI and arrange for restoring the original one.
7696
7697 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7698
7699 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7700
7701 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7702
7703 * probe.c (parse_probes): Move conditional to check for
7704 debuginfo files from here...
7705 * stap-probe.c (stap_get_probes): ... to here.
7706
7707 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7708 H.J. Lu <hongjiu.lu@intel.com>
7709
7710 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7711 `movl %esp, %ebp' for the X32 ABI.
7712
7713 2012-05-07 Tom Tromey <tromey@redhat.com>
7714
7715 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7716 get_DW_TAG_name.
7717 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7718 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7719 (dwarf_stack_op_name): Remove.
7720 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7721 (decode_locdesc): Use get_DW_OP_name.
7722 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7723 (dwarf2_compile_expr_to_ax): Likewise.
7724 (disassemble_dwarf_expression): Likewise.
7725 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7726
7727 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7728
7729 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7730 (sh_linux_sigtramp_cache): New function.
7731 (sh_linux_sigreturn_init): New function.
7732 (sh_linux_rt_sigreturn_init): New function.
7733 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7734 patterns.
7735 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7736 syscall codes.
7737 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7738 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7739 (sh_linux_init_abi): Add init calls to register new tramp_frame
7740 definitions under 32-bit SH, update comments.
7741
7742 2012-05-07 Pedro Alves <palves@redhat.com>
7743
7744 PR gdb/10952
7745
7746 * amd64-linux-tdep.c: Include glibc-tdep.h.
7747 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7748 gdbarch_skip_solib_resolver callback.
7749
7750 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7753 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7754 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7755 (add_auto_load_safe_path): Change the error message.
7756 (_initialize_auto_load): Change the "safe-path" help text.
7757 * configure: Regenerate
7758 * configure.ac (--without-auto-load-safe-path): Set
7759 WITH_AUTO_LOAD_SAFE_PATH to /.
7760
7761 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7762
7763 * stap-probe.h: Do not include unecessary `probe.h'.
7764
7765 2012-05-05 Alan Modra <amodra@gmail.com>
7766
7767 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7768 bfd_und_section_ptr.
7769 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7770 and bfd_com_section_ptr.
7771
7772 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7773
7774 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7775
7776 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7777
7778 * windows-nat.h (segment_register_p_ftype): New typedef.
7779 (windows_set_segment_register_p): Add declaration.
7780 * windows-nat.c (segment_register_p): New static global.
7781 (windows_set_segment_register_p): New function.
7782 (do_windows_fetch_inferior_registers): Add special handling
7783 for segment registers.
7784 * amd64-windows-nat.c: #include "amd64-tdep.h".
7785 (amd64_windows_segment_register_p): New function.
7786 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7787 * i386-windows-nat.c: #include "i386-tdep.h".
7788 (i386_windows_segment_register_p): New function.
7789 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7790
7791 2012-05-04 Tristan Gingold <gingold@adacore.com>
7792
7793 * printcmd.c (set_command): Emit a warning if the expression is not
7794 an assignment.
7795
7796 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7797
7798 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7799 Make static.
7800
7801 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7802
7803 * stap-probe.c (stap_is_operator): Change declaration.
7804 (stap_get_opcode): Change return value.
7805 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7806 `stap_parse_argument_1'.
7807
7808 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7809
7810 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7811 debug log.
7812
7813 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7814
7815 Add two new methods global_block and static_block to gdb.Symtab
7816 objects.
7817 * NEWS (Python scripting): Add entry about the new methods.
7818 * python/py-symtab.c (stpy_global_block): New function which
7819 implements the gdb.Symtab.global_block() method.
7820 (stpy_static_block): New function which implements the
7821 gdb.Symtab.static_block() method.
7822 (symtab_object_methods): Add entries for the two new methods.
7823
7824 2012-05-03 Doug Evans <dje@google.com>
7825
7826 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7827 files.
7828
7829 2012-05-03 Yao Qi <yao@codesourcery.com>
7830
7831 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7832 space.
7833 (i386_process_record): Ditto.
7834
7835 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7836
7837 * infcall.c (unwind_on_signal_p): Make static.
7838
7839 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7840
7841 * sol-thread.c (solaris_pid_to_str): Make static.
7842 (_initialize_sol_thread): Add prototype.
7843
7844 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7845
7846 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7847
7848 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7849
7850 * MAINTAINERS: Remove myself.
7851
7852 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 Fix --without-auto-load-safe-path for MS-Windows host platform.
7855 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7856
7857 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7858
7859 * gdb_curses.h: Undefine KEY_EVENT before including curses
7860 headers. Move "#undef MOUSE_MOVED" before any curses header
7861 inclusion.
7862
7863 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7864
7865 * features/i386/i386-mmx-linux.c: Regenerate.
7866 * features/rs6000/powerpc-32.c: Likewise.
7867 * features/rs6000/powerpc-32l.c: Likewise.
7868 * features/rs6000/powerpc-403.c: Likewise.
7869 * features/rs6000/powerpc-403gc.c: Likewise.
7870 * features/rs6000/powerpc-405.c: Likewise.
7871 * features/rs6000/powerpc-505.c: Likewise.
7872 * features/rs6000/powerpc-601.c: Likewise.
7873 * features/rs6000/powerpc-602.c: Likewise.
7874 * features/rs6000/powerpc-603.c: Likewise.
7875 * features/rs6000/powerpc-604.c: Likewise.
7876 * features/rs6000/powerpc-64.c: Likewise.
7877 * features/rs6000/powerpc-64l.c: Likewise.
7878 * features/rs6000/powerpc-750.c: Likewise.
7879 * features/rs6000/powerpc-860.c: Likewise.
7880 * features/rs6000/powerpc-e500.c: Likewise.
7881 * features/rs6000/powerpc-e500l.c: Likewise.
7882 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7883 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7884 * features/rs6000/rs6000.c: Likewise.
7885
7886 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7887
7888 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7889 variable.
7890 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7891 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7892 (stap_parse_argument) <e>: Likewise.
7893 (handle_stap_probe) <byte_order>: Likewise.
7894
7895 2012-04-30 Doug Evans <dje@google.com>
7896
7897 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7898 init_and_read_dies_worker. All callers updated.
7899 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7900 replaced with init_cutu_and_read_dies.
7901 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7902 (find_partial_die): Remove FIXME. Don't free current CU.
7903
7904 2012-04-30 Sterling Augustine <saugustine@google.com>
7905
7906 * contrib: New directory.
7907 * contrib/test_pubnames_and_indexes.py: New file.
7908
7909 2012-04-30 Doug Evans <dje@google.com>
7910
7911 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7912 All callers updated.
7913 (init_cu_die_reader): Verify the section is non-empty.
7914 (dwarf_decode_line_header): Don't dereference section->asection
7915 until we know the section is present.
7916
7917 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7918
7919 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7920 probes.
7921
7922 2012-04-29 Yao Qi <yao@codesourcery.com>
7923
7924 * gdb-code-style.el: New hook gdb-markup-hook
7925 and gdb-comment-hook.
7926
7927 2012-04-28 Doug Evans <dje@google.com>
7928
7929 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7930 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7931 objfile->obfd.
7932 * symfile.h (dwarf2_debug_sections): New member addr.
7933 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7934 (ctx_no_get_addr_index): New function.
7935 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7936 (ctx_no_get_addr_index): Declare.
7937 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7938 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7939 (dwarf_expr_ctx_funcs): Update.
7940 (needs_get_addr_index): New function.
7941 (needs_frame_ctx_funcs): Update.
7942 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7943 * dwarf2read.c: #include "gdbcore.h".
7944 (dwarf2_per_objfile): New members addr, dwo_files.
7945 (dwarf2_elf_names): Add entry for addr.
7946 (struct dwo_section_names): New type.
7947 (dwo_section_names): New static global.
7948 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7949 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7950 old debug_types_section member updated to use this.
7951 Rename member debug_types_section to info_or_types_section,
7952 all uses updated.
7953 (signatured_type): Rename member type_offset to type_offset_in_tu,
7954 all uses updated. New member type_offset_in_section.
7955 (struct dwo_sections): New type.
7956 (struct dwo_unit): New type.
7957 (struct dwo_file): New type.
7958 (die_reader_specs): New member dwo_file.
7959 (dwarf2_locate_sections): Watch for .debug_addr.
7960 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7961 (dwarf2_read_section): Get bfd of section from bfd's asection,
7962 instead of objfile.
7963 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7964 (create_signatured_type_table_from_index): Initialize
7965 sig_type->info_or_types_section.
7966 (dw2_get_file_names): Statement lists for type units with DWO files
7967 live in the DWO file.
7968 (create_debug_types_hash_table): New function.
7969 (create_all_type_units): Rewrite.
7970 (init_cu_die_reader): New arg dwo_file, all callers updated.
7971 (init_and_read_dies_worker): Get section from
7972 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7973 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7974 continue reading the CU/TU from there.
7975 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7976 updated. Get section from this_cu->info_or_types_section.
7977 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7978 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7979 DW_FORM_GNU_str_index.
7980 (hash_dwo_file, eq_dwo_file): New functions.
7981 (allocate_dwo_file_hash_table): New function.
7982 (hash_dwo_unit, eq_dwo_unit): New functions.
7983 (allocate_dwo_unit_table): New function.
7984 (dwarf2_locate_dwo_sections): New function.
7985 (struct create_dwo_info_table_data): New type.
7986 (create_debug_info_hash_table_reader): New function.
7987 (create_debug_info_hash_table): New function.
7988 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7989 (lookup_dwo_file): New function.
7990 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7991 (free_dwo_file, free_dwo_file_cleanup): New functions.
7992 (free_dwo_file_from_slot, free_dwo_files): New functions.
7993 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7994 (dwarf2_record_block_ranges): Ditto.
7995 (read_partial_die): Ditto.
7996 (process_enumeration_scope): Update to use type_offset_in_section.
7997 (read_full_die_1): New function.
7998 (read_full_die): Rewrite.
7999 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
8000 DW_FORM_GNU_str_index.
8001 (read_addr_index_1, read_addr_index): New functions.
8002 (read_addr_index_from_leb128): New function.
8003 (struct dwarf2_read_addr_index_data): New type.
8004 (dwarf2_read_addr_index_reader): New function.
8005 (dwarf2_read_addr_index): New function.
8006 (read_str_index): New function.
8007 (leb128_size): New function.
8008 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
8009 If processing a type unit from a DWO file, get the line section
8010 from the DWO file.
8011 (var_decode_location): Watch for DW_OP_GNU_addr_index.
8012 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
8013 DW_FORM_GNU_str_index.
8014 (lookup_die_type): Check whether section offset of type's die is
8015 known before looking it up. Remove assert. Condition can
8016 legimately happen for inter-cu type references.
8017 (dwarf_attr_name): Handle Fission attributes.
8018 (dwarf_form_name): Handle Fission forms.
8019 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
8020 DW_FORM_GNU_str_index.
8021 (follow_die_sig): Update to use type_offset_in_section.
8022 (decode_locdesc): New case DW_OP_GNU_addr_index.
8023 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
8024 DW_FORM_GNU_str_index.
8025 (cu_debug_loc_section): New function.
8026 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
8027 (dwarf2_per_objfile_free): Unmap .debug_addr section.
8028 Free DWO files if present.
8029 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
8030
8031 Refactor DIE reading.
8032 * dwarf2read.c (dwarf2_per_objfile): Replace members
8033 debug_info_type_hash and debug_types_type_hash with die_type_hash.
8034 (die_reader_specs): New member "die_section". Temporarily make
8035 member "buffer" non-const, pending constifying all info_ptr uses.
8036 (die_reader_func_ftype): New typedef.
8037 (dw2_get_file_names_reader): New function.
8038 (dw2_get_file_names): Rewrite.
8039 (read_and_check_type_unit_head): Rename arg type_offset to
8040 type_offset_in_tu.
8041 (create_all_type_units): Improve debugging message.
8042 Improve dummy type unit check.
8043 (init_cu_die_reader): New arg "section". All callers updated.
8044 (init_and_read_dies_worker): New function.
8045 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8046 (init_cutu_and_read_dies_no_follow): New function.
8047 (init_cutu_and_read_dies_simple): New function.
8048 (process_psymtab_comp_unit_reader): New function.
8049 (process_psymtab_comp_unit): Delete args section,
8050 is_debug_types_section. Rewrite. All callers updated.
8051 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8052 All callers updated. Rewrite.
8053 (load_partial_comp_unit_reader): New function.
8054 (load_partial_comp_unit): Rewrite.
8055 (skip_children): New arg reader. Delete args buffer, cu.
8056 All callers updated.
8057 (skip_one_die): New arg reader. Delete args buffer, cu.
8058 All callers updated.
8059 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8060 All callers updated.
8061 (load_full_comp_unit_reader): New function.
8062 (load_full_comp_unit): Rewrite.
8063 (read_comp_unit): Delete.
8064 (read_die_and_children_1): Delete, contents moved ...
8065 (read_die_and_children): ... here.
8066 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8067 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8068 All callers updated.
8069 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8070 All callers updated.
8071 (find_partial_die): Rewrite load_all_dies support.
8072 (read_attribute_value): New arg reader. Delete args abfd, cu.
8073 All callers updated.
8074 (read_attribute): New arg reader. Delete args abfd, cu.
8075 All callers updated.
8076 (load_full_type_unit): Add assert.
8077 (read_signatured_type_reader): New function.
8078 (read_signatured_type): Rewrite.
8079 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8080 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8081 All callers updated. Set per_cu->cu = NULL after freeing it.
8082 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8083 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8084 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8085 (set_die_type): Update.
8086 (get_die_type_at_offset): Update.
8087 (read_file_scope): Call prepare_one_comp_unit.
8088 (read_type_unit_scope): Ditto.
8089 (prepare_one_comp_unit): Set producer if present.
8090
8091 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8092
8093 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8094 gettext function on `error'.
8095
8096 2012-04-27 Doug Evans <dje@google.com>
8097
8098 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8099 is empty.
8100
8101 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8102 Tom Tromey <tromey@redhat.com>
8103
8104 * breakpoint.c (struct breakpoint_objfile_data)
8105 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8106 <exception_probes>: New fields.
8107 (free_breakpoint_probes): New function.
8108 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8109 `_Unwind_DebugHook'.
8110 (create_exception_master_breakpoint): Likewise.
8111 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8112 * infrun.c: Including necessary header files for handling SystemTap
8113 probes.
8114 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8115 via SystemTap probes.
8116 (check_exception_resume): Remove `func' argument. Handle exception
8117 unwinding breakpoint set via a SystemTap probe.
8118 (insert_exception_resume_from_probe): New function.
8119
8120 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8121 Tom Tromey <tromey@redhat.com>
8122 Jan Kratochvil <jan.kratochvil@redhat.com>
8123
8124 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8125 (COMMON_OBS): Likewise.
8126 (HFILES_NO_SRCDIR): Add `probe'.
8127 * NEWS: Mention support for static and SystemTap probes.
8128 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8129 SystemTap probes' arguments parser.
8130 * arm-linux-tdep.c: Including headers needed to perform the parsing
8131 of SystemTap probes' arguments.
8132 (arm_stap_is_single_operand): New function.
8133 (arm_stap_parse_special_token): Likewise.
8134 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8135 probes' arguments parser.
8136 * ax-gdb.c (require_rvalue): Removing static declaration.
8137 (gen_expr): Likewise.
8138 * ax-gdb.h (gen_expr): Declaring function.
8139 (require_rvalue): Likewise.
8140 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8141 (bkpt_probe_breakpoint_ops): New variable.
8142 (momentary_breakpoint_from_master): Set the `probe' value.
8143 (add_location_to_breakpoint): Likewise.
8144 (break_command_1): Using proper breakpoint_ops according to the
8145 argument passed by the user in the command line.
8146 (bkpt_probe_insert_location): New function.
8147 (bkpt_probe_remove_location): Likewise.
8148 (bkpt_probe_create_sals_from_address): Likewise.
8149 (bkpt_probe_decode_linespec): Likewise.
8150 (tracepoint_probe_create_sals_from_address): Likewise.
8151 (tracepoint_probe_decode_linespec): Likewise.
8152 (tracepoint_probe_breakpoint_ops): New variable.
8153 (trace_command): Using proper breakpoint_ops according to the
8154 argument passed by the user in the command line.
8155 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8156 static probes on breakpoints and tracepoints.
8157 * breakpoint.h (struct bp_location) <probe>: New field.
8158 * cli-utils.c (skip_spaces_const): New function.
8159 (extract_arg): Likewise.
8160 * cli-utils.h (skip_spaces_const): Likewise.
8161 (extract_arg): Likewise.
8162 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8163 * configure.ac: Append `stap-probe.o' to be generated when ELF
8164 support is present.
8165 * configure: Regenerate.
8166 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8167 * elfread.c: Include `probe.h' and `arch-utils.h'.
8168 (probe_key): New variable.
8169 (elf_get_probes): New function.
8170 (elf_get_probe_argument_count): Likewise.
8171 (elf_evaluate_probe_argument): Likewise.
8172 (elf_compile_to_ax): Likewise.
8173 (elf_symfile_relocate_probe): Likewise.
8174 (stap_probe_key_free): Likewise.
8175 (elf_probe_fns): New variable.
8176 (elf_sym_fns): Add `sym_probe_fns' value.
8177 (elf_sym_fns_lazy_psyms): Likewise.
8178 (elf_sym_fns_gdb_index): Likewise.
8179 (_initialize_elfread): Initialize objfile cache for static
8180 probes.
8181 * gdb_vecs.h (struct probe): New forward declaration.
8182 (probe_p): New VEC declaration.
8183 * gdbarch.c: Regenerate.
8184 * gdbarch.h: Regenerate.
8185 * gdbarch.sh (stap_integer_prefix): New variable.
8186 (stap_integer_suffix): Likewise.
8187 (stap_register_prefix): Likewise.
8188 (stap_register_suffix): Likewise.
8189 (stap_register_indirection_prefix): Likewise.
8190 (stap_register_indirection_suffix): Likewise.
8191 (stap_gdb_register_prefix): Likewise.
8192 (stap_gdb_register_suffix): Likewise.
8193 (stap_is_single_operand): New function.
8194 (stap_parse_special_token): Likewise.
8195 (struct stap_parse_info): Forward declaration.
8196 * i386-tdep.c: Including headers needed to perform the parsing
8197 of SystemTap probes' arguments.
8198 (i386_stap_is_single_operand): New function.
8199 (i386_stap_parse_special_token): Likewise.
8200 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8201 probes' arguments parser.
8202 * i386-tdep.h (i386_stap_is_single_operand): New function.
8203 (i386_stap_parse_special_token): Likewise.
8204 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8205 * mipsread.c (ecoff_sym_fns): Likewise.
8206 * objfiles.c (objfile_relocate1): Support relocation for static
8207 probes.
8208 * parse.c (prefixify_expression): Remove static declaration.
8209 (initialize_expout): Likewise.
8210 (reallocate_expout): Likewise.
8211 * parser-defs.h (initialize_expout): Declare function.
8212 (reallocate_expout): Likewise.
8213 (prefixify_expression): Likewise.
8214 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8215 of SystemTap probes' arguments.
8216 (ppc_stap_is_single_operand): New function.
8217 (ppc_stap_parse_special_token): Likewise.
8218 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8219 probes' arguments parser.
8220 * probe.c: New file, for generic statically defined probe support.
8221 * probe.h: Likewise.
8222 * s390-tdep.c: Including headers needed to perform the parsing of
8223 SystemTap probes' arguments.
8224 (s390_stap_is_single_operand): New function.
8225 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8226 probes' arguments parser.
8227 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8228 * stap-probe.c: New file, for SystemTap probe support.
8229 * stap-probe.h: Likewise.
8230 * symfile.h: Include `gdb_vecs.h'.
8231 (struct sym_probe_fns): New struct.
8232 (struct sym_fns) <sym_probe_fns>: New field.
8233 * symtab.c (init_sal): Initialize `probe' field.
8234 * symtab.h (struct probe): Forward declaration.
8235 (struct symtab_and_line) <probe>: New field.
8236 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8237 locations.
8238 (stop_tracing): Likewise.
8239 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8240
8241 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8242 Tom Tromey <tromey@redhat.com>
8243
8244 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8245 and to compile agent expressions.
8246 * infrun.c (siginfo_make_value): New argument `ignore'.
8247 (siginfo_funcs): New struct.
8248 (_initialize_infrun): New argument when calling
8249 `create_internalvar_type_lazy'.
8250 * thread.c (thread_id_make_value): New argument `ignore'.
8251 (thread_funcs): New struct.
8252 (_initialize_thread): New argument when calling
8253 `create_internalvar_type_lazy'.
8254 * tracepoint.c (sdata_make_value): New argument `ignore'.
8255 (sdata_funcs): New struct.
8256 (_initialize_tracepoint): New argument when calling
8257 `create_internalvar_type_lazy'.
8258 * value.c (make_value): New struct.
8259 (create_internalvar_type_lazy): New argument `data'.
8260 (compile_internalvar_to_ax): New function.
8261 (value_of_internalvar): Properly handling `make_value' case.
8262 (clear_internalvar): Likewise.
8263 (show_convenience): Adding `TRY_CATCH' block.
8264 * value.h (internalvar_make_value): Delete, replace by...
8265 (struct internalvar_funcs): ... this.
8266 (create_internalvar_type_lazy) <fun>: Delete argument.
8267 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8268 (compile_internalvar_to_ax): New function.
8269 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8270 (tlb_funcs): New struct.
8271 (_initialize_windows_tdep): New argument when calling
8272 `create_internalvar_type_lazy'.
8273
8274 2012-04-27 Mark Wielaard <mjw@redhat.com>
8275
8276 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8277 see whether it is an address or a constant offset from DW_AT_low_pc.
8278 (dwarf2_record_block_ranges): Likewise.
8279 (read_partial_die): Likewise.
8280
8281 2012-04-26 Mark Wielaard <mjw@redhat.com>
8282
8283 * MAINTAINERS (Write After Approval): Add myself to the list.
8284
8285 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8286
8287 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8288 (proc_prettyprint_signal): Likewise.
8289 (proc_prettyprint_faultset): Likewise.
8290 (proc_prettyprint_fault): Likewise.
8291 (proc_prettyprint_actionset): Likewise.
8292 (proc_prettyprint_flags): Move to new proc-flags.c section.
8293 (proc_prettyfprint_flags): New prototype.
8294 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8295 (proc_syscall, proc_cursig): Likewise.
8296 (proc_set_kill_on_last_close): Likewise.
8297 (proc_unset_kill_on_last_close): Likewise.
8298 (proc_set_watchpoint): Make static.
8299 (proc_delete_dead_threads): Likewise.
8300 (procfs_set_watchpoint): Likewise.
8301 (_initialize_procfs): Add prototype.
8302 * proc-events.c: Include proc-utils.h.
8303 (init_syscall_table): Make static.
8304 * proc-api.c (_initialize_proc_api): Add prototype.
8305 * proc-flags.c: Include proc-utils.h.
8306
8307 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8308
8309 * configure.ac: Add AC_ARG_PROGRAM.
8310 * configure: Regenerate.
8311
8312 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8313
8314 Fix DW_AT_lower_bound defaults for DWARF-4+.
8315 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8316 high. New variable low_default_is_valid. Implement DWARF-4+
8317 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8318 no default by the DWARF standard.
8319
8320 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8321 Maciej W. Rozycki <macro@codesourcery.com>
8322
8323 * infrun.c (handle_inferior_event): Move the check for return
8324 trampolines ahead of the check for function trampolines.
8325 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8326 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8327 (mips_str_mips16_ret_stub): Likewise.
8328 (mips_str_call_fp_stub): Likewise.
8329 (mips_str_call_stub): Likewise.
8330 (mips_str_fn_stub): Likewise.
8331 (mips_str_pic): Likewise.
8332 (mips_in_frame_stub): New function.
8333 (mips_unwind_pc): Return the return address rather than the PC
8334 if the PC of an intermediate frame is inside a call thunk.
8335 (mips_is_stub_suffix): New function.
8336 (mips_is_stub_mode): Likewise.
8337 (mips_get_mips16_fn_stub_pc): Likewise.
8338 (mips_skip_mips16_trampoline_code): Update to handle all the
8339 currently generated stub types. Don't recurse into __fn_stub
8340 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8341 Use cooked register accesses.
8342 (mips_in_return_stub): Reintroduce function.
8343 (mips_skip_trampoline_code): Traverse trampolines recursively.
8344 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8345
8346 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8347
8348 GDB 7.4.1 released.
8349
8350 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8351
8352 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8353 * features/arm-with-m-vfp-d16.xml: New file. Describes
8354 Cortex-M with VFPv4-sp-d16 FPU register layout.
8355 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8356 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8357 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8358 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8359 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8360
8361 2012-04-25 Doug Evans <dje@google.com>
8362
8363 * cli/cli-decode.c (print_doc_line): Use stream instead of
8364 current_uiout.
8365
8366 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8367
8368 * features/arm-with-iwmmxt.c: Regenerate.
8369 * features/arm-with-m-fpa-layout.c: Likewise.
8370 * features/arm-with-m.c: Likewise.
8371 * features/arm-with-neon.c: Likewise.
8372 * features/arm-with-vfpv2.c: Likewise.
8373 * features/arm-with-vfpv3.c: Likewise.
8374 * features/mips-dsp-linux.c: Likewise.
8375 * features/mips-linux.c: Likewise.
8376 * features/mips64-dsp-linux.c: Likewise.
8377 * features/mips64-linux.c: Likewise.
8378 * features/s390-linux32.c: Likewise.
8379 * features/s390-linux32v1.c: Likewise.
8380 * features/s390-linux32v2.c: Likewise.
8381 * features/s390-linux64.c: Likewise.
8382 * features/s390-linux64v1.c: Likewise.
8383 * features/s390-linux64v2.c: Likewise.
8384 * features/s390x-linux64.c: Likewise.
8385 * features/s390x-linux64v1.c: Likewise.
8386 * features/s390x-linux64v2.c: Likewise.
8387 * features/tic6x-c62x-linux.c: Likewise.
8388 * features/tic6x-c62x.c: Likewise.
8389 * features/tic6x-c64x-linux.c: Likewise.
8390 * features/tic6x-c64x.c: Likewise.
8391 * features/tic6x-c64xp-linux.c: Likewise.
8392 * features/tic6x-c64xp.c: Likewise.
8393 * target-descriptions.c: Only generate `field_type' and `type'
8394 variables when needed.
8395
8396 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8397
8398 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8399
8400 2012-04-25 Doug Evans <dje@google.com>
8401
8402 Initial pass at Go language support.
8403 * NEWS: Mention Go.
8404 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8405 go-valprint.c.
8406 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8407 (YYFILES): Add go-exp.c.
8408 (YYOBJ): Add go-exp.o.
8409 (local-maintainer-clean): Delete go-exp.c.
8410 * defs.h (enum language): Add language_go.
8411 * dwarf2read.c: #include "go-lang.h".
8412 (fixup_go_packaging): New function.
8413 (process_full_comp_unit): Call it when processing Go CUs.
8414 (dwarf2_physname): Add Go support.
8415 (read_file_scope): Handle missing language spec for GNU Go.
8416 (set_cu_language): Handle DW_LANG_Go.
8417 * go-exp.y: New file.
8418 * go-lang.h: New file.
8419 * go-lang.c: New file.
8420 * go-typeprint.c: New file.
8421 * go-valprint.c: New file.
8422 * symtab.c: #include "go-lang.h".
8423 (symbol_set_language): Handle language_go.
8424 (symbol_find_demangled_name, symbol_set_names): Ditto.
8425 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8426
8427 2012-04-24 Jim Meyering <meyering@redhat.com>
8428
8429 avoid a few strncpy-induced buffer overruns
8430 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8431 fname and psargs before trying to concatenate.
8432 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8433 "name" before applying strchr.
8434
8435 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8436
8437 * CONTRIBUTE: Use unified diff instead of context diff when
8438 generating patches.
8439
8440 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8441
8442 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8443 code. Handle JR.HB correctly.
8444
8445 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8446
8447 * mips-tdep.c
8448 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8449 with the other MIPS16 helpers.
8450
8451 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8452
8453 * observer.sh: Conditionally declare `args', thus cleaning up
8454 unused instances of this variable.
8455
8456 2012-04-24 Yao Qi <yao@codesourcery.com>
8457
8458 Revert this patch to allow breakpoint always-inserted
8459 in record target.
8460 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8461 * breakpoint.c: Include record.h.
8462 (breakpoints_always_inserted_mode): Return false when the record
8463 target is in use.
8464
8465 * breakpoint.c (iterate_over_bp_locations): New.
8466 * breakpoint.h: Declare.
8467 New typedef walk_bp_location_callback.
8468 * record.c (record_open): Call record_init_record_breakpoints.
8469 (record_sync_record_breakpoints): New.
8470 (record_init_record_breakpoints): New.
8471 * NEWS: Mention supporting breakpoint always-inserted mode in
8472 record target.
8473
8474 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8475
8476 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8477 any thread.
8478
8479 2012-04-24 Yao Qi <yao@codesourcery.com>
8480
8481 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8482 (is_catchpoint): ... it.
8483 (print_one_breakpoint_location): Caller update.
8484 * breakpoint.h: Update declaration.
8485
8486 2012-04-23 David S. Miller <davem@davemloft.net>
8487
8488 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8489
8490 2012-04-23 Tom Tromey <tromey@redhat.com>
8491
8492 * buildsym.c (add_free_pendings): Remove.
8493 * buildsym.h (add_free_pendings): Remove.
8494
8495 2012-04-23 Doug Evans <dje@google.com>
8496
8497 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8498 attr.u.unsnd instead of attr.u.addr.
8499 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8500 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8501 DW_FORM_ref_udata.
8502 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8503 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8504 DW_FORM_ref_udata.
8505 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8506
8507 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8508
8509 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8510 (mips_o32_return_value): Likewise.
8511 (mips_o64_return_value): Likewise.
8512
8513 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8514
8515 * ada-lang.c (ada_evaluate_subexp): Add cases for
8516 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8517 their treatment in eval.c.
8518
8519 2012-04-21 David S. Miller <davem@davemloft.net>
8520
8521 * sparc-tdep.c (X_DISP10): Define.
8522 (sparc_analyze_control_transfer): Handle compare-and-branch.
8523
8524 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8525
8526 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8527 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8528
8529 2012-04-20 Nigel Stephens <nigel@mips.com>
8530 Maciej W. Rozycki <macro@codesourcery.com>
8531
8532 * mips-tdep.c (mips_float_register_p): New function.
8533 (mips_convert_register_float_case_p): Use mips_float_register_p.
8534 (mips_register_type): Likewise.
8535 (mips_print_register): Likewise.
8536 (print_gp_register_row): Likewise.
8537 (mips_print_registers_info): Likewise.
8538
8539 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8540
8541 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8542 of mips16 symbols.
8543
8544 2012-04-20 Andrew Pinski <apinski@cavium.com>
8545
8546 * MAINTAINERS (Write After Approval): Add myself to the list.
8547
8548 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8549
8550 * MAINTAINERS: Update my e-mail address.
8551
8552 2012-04-20 Pedro Alves <palves@redhat.com>
8553
8554 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8555 $srcdir.
8556 * configure: Regenerate.
8557
8558 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8559
8560 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8561 declaration.
8562 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8563
8564 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 Fix compilation compatibility with python-2.4
8567 * python/py-type.c (convert_field): Cast ADDRSTRING for
8568 PyObject_SetAttrString as non-const. New comment.
8569
8570 2012-04-19 Tom Tromey <tromey@redhat.com>
8571
8572 * top.c (quit_target): Use all_cleanups.
8573 * main.c (captured_command_loop): Use all_cleanups.
8574 * exceptions.c (throw_exception): Use all_cleanups.
8575
8576 2012-04-19 Pedro Alves <palves@redhat.com>
8577
8578 * Makefile.in (GNULIB_BUILDDIR): New.
8579 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8580 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8581 (CLEANDIRS). Remove gnulib/import.
8582 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8583 (all-lib): Ditto.
8584 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8585 (gnulib/import/Makefile): Replace gnulib/import with
8586 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8587 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8588 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8589 acx_configure_dir.m4.
8590 * acinclude.m4: Include acx_configure_dir.m4.
8591 * acx_configure_dir.m4: New file.
8592 * aclocal.m4: Regenerate.
8593 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8594 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8595 (GNULIB): New variable.
8596 (GNULIB_STDINT_H): Adjust.
8597 (AC_OUTPUT): Don't output gnulib/Makefile.
8598 * gdb/defs.h: Include build-gnulib/config.h.
8599 * aclocal.m4: Regenerate.
8600 * config.in: Regenerate.
8601 * configure: Regenerate.
8602
8603 * gnulib/Makefile.in: New file.
8604 * gnulib/configure.ac: New file.
8605 * gnulib/aclocal.m4: New file.
8606 * gnulib/config.in: New file.
8607 * gnulib/configure: New file.
8608 * gnulib/: Re-run gnulib-tool to adjust.
8609
8610 2012-04-19 Doug Evans <dje@google.com>
8611
8612 * cleanups.h (struct cleanup): Move to cleanups.c.
8613 (make_cleanup_dtor_ftype): New typedef.
8614 (make_cleanup_dtor): Use it.
8615 (ALL_CLEANUPS): Replace with ...
8616 (all_cleanups): ... this. Declare. All uses updated.
8617 * cleanups.c: #include "gdb_assert.h".
8618 (sentinel_cleanup): New static global.
8619 (SENTINEL_CLEANUP): Define.
8620 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8621 (make_my_cleanup2): Assert result is non-NULL.
8622 (all_cleanups): New function.
8623 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8624 of NULL.
8625
8626 2012-04-19 Pedro Alves <palves@redhat.com>
8627
8628 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8629 Adjust paths to gnulib imported files.
8630
8631 2012-04-19 Pedro Alves <palves@redhat.com>
8632
8633 * gnulib/: Move whole directory ...
8634 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8635 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8636 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8637 (aclocal_m4_deps): Adjust.
8638 * aclocal.m4: Regenerate.
8639 * configure: Regenerate.
8640 * configure.ac: Adjust AC_OUTPUT output.
8641
8642 2012-04-19 Yao Qi <yao@codesourcery.com>
8643
8644 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8645 (vec.o): New rule.
8646 * vec.c: Move it ...
8647 * common/vec.c: ... here.
8648 * vec.h: Move it ...
8649 * common/vec.h: ... here.
8650
8651 2012-04-19 Yao Qi <yao@codesourcery.com>
8652
8653 * gdb-code-style.el: New.
8654
8655 2012-04-18 Pedro Alves <palves@redhat.com>
8656
8657 Update gnulib from latest git.
8658 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8659
8660 * gnulib/Makefile.am: Update.
8661 * gnulib/dummy.c: Update.
8662 * gnulib/extra/arg-nonnull.h: Update.
8663 * gnulib/extra/c++defs.h: Update.
8664 * gnulib/extra/update-copyright: Update.
8665 * gnulib/extra/warn-on-use.h: Update.
8666 * gnulib/inttypes.in.h: Update.
8667 * gnulib/m4/00gnulib.m4: Update.
8668 * gnulib/m4/extensions.m4: Update.
8669 * gnulib/m4/gnulib-cache.m4: Update.
8670 * gnulib/m4/gnulib-common.m4: Update.
8671 * gnulib/m4/gnulib-comp.m4: Update.
8672 * gnulib/m4/gnulib-tool.m4: Update.
8673 * gnulib/m4/include_next.m4: Update.
8674 * gnulib/m4/inttypes-pri.m4: Update.
8675 * gnulib/m4/inttypes.m4: Update.
8676 * gnulib/m4/longlong.m4: Update.
8677 * gnulib/m4/memchr.m4: Update.
8678 * gnulib/m4/memmem.m4: Update.
8679 * gnulib/m4/mmap-anon.m4: Update.
8680 * gnulib/m4/multiarch.m4: Update.
8681 * gnulib/m4/onceonly.m4: Update.
8682 * gnulib/m4/stddef_h.m4: Update.
8683 * gnulib/m4/stdint.m4: Update.
8684 * gnulib/m4/string_h.m4: Update.
8685 * gnulib/m4/warn-on-use.m4: Update.
8686 * gnulib/m4/wchar_h.m4: Update.
8687 * gnulib/m4/wchar_t.m4: Update.
8688 * gnulib/m4/wint_t.m4: Update.
8689 * gnulib/memchr.c: Update.
8690 * gnulib/memmem.c: Update.
8691 * gnulib/stddef.in.h: Update.
8692 * gnulib/stdint.in.h: Update.
8693 * gnulib/str-two-way.h: Update.
8694 * gnulib/string.in.h: Update.
8695 * gnulib/wchar.in.h: Update.
8696
8697 * gnulib/extra/arg-nonnull.h: Delete.
8698 * gnulib/extra/c++defs.h: Delete.
8699 * gnulib/extra/warn-on-use.h: Delete.
8700 * gnulib/m4/wchar_h.m4: Delete.
8701 * gnulib/m4/wint_t.m4: Delete.
8702 * gnulib/wchar.in.h: Delete.
8703
8704 * gnulib/extra/snippets/arg-nonnull.h: New.
8705 * gnulib/extra/snippets/c++defs.h: New.
8706 * gnulib/extra/snippets/warn-on-use.h: New.
8707
8708 * aclocal.m4: Regenerate.
8709 * config.in: Regenerate.
8710 * configure: Regenerate.
8711 * gnulib/Makefile.in: Regenerate.
8712
8713 2012-04-18 Pedro Alves <palves@redhat.com>
8714
8715 Reimport the update-copyright module from gnulib
8716 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8717
8718 * configure: Regenerate.
8719 * gnulib/Makefile.am: Update.
8720 * gnulib/Makefile.in: Regenerate.
8721 * gnulib/extra/update-copyright: Update.
8722 * gnulib/m4/gnulib-cache.m4: Update.
8723 * gnulib/m4/gnulib-comp.m4: Update.
8724
8725 2012-04-18 Tristan Gingold <gingold@adacore.com>
8726
8727 * configure.ac (aix): Put -lpthread into libs.
8728 * configure: Regenerate.
8729
8730 2012-04-18 Tom Tromey <tromey@redhat.com>
8731
8732 * linespec.c (convert_linespec_to_sals): Don't use
8733 SYMBOL_OBJ_SECTION.
8734 (compare_msymbols): Arguments are minsym_and_objfile, not
8735 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8736
8737 2012-04-18 Pedro Alves <palves@redhat.com>
8738
8739 Revert gnulib/ part of:
8740 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8741 Copyright year update in most files (performed by copyright.sh).
8742
8743 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 Fix 64-bit constants on 32-bit hosts.
8746 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8747 from unsigned long to ULONGEST.
8748 (read_signed_leb128): Change declaration return type from long to
8749 LONGEST.
8750 (dwarf2_const_value_attr): Change declaration parameter value from long
8751 to LONGEST.
8752 (dwarf2_compute_name): Change variable value from long to LONGEST.
8753 (read_unsigned_leb128): Change return type, variable result and some
8754 casts from unsigned long to ULONGEST.
8755 (read_signed_leb128): Change return type, variable result and some
8756 casts from long to LONGEST.
8757 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8758 value from long to LONGEST.
8759 (dwarf2_const_value): Change variable value from long to LONGEST.
8760 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8761 plongest and hex_string.
8762 * symtab.h (struct general_symbol_info): Change ivalue from long to
8763 LONGEST, remove the comment.
8764 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8765 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8766
8767 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8768
8769 PR symtab/7259:
8770 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8771 * ada-lang.c (ada_discrete_type_high_bound)
8772 (ada_discrete_type_low_bound): Fix function comment. Use
8773 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8774 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8775 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8776 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8777 Use TYPE_FIELD_ENUMVAL.
8778 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8779 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8780 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8781 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8782 TYPE_CODE_ENUM.
8783 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8784 * dwarf2read.c (process_enumeration_scope): Likewise.
8785 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8786 field.bitpos.
8787 (class StructMainTypePrettyPrinter): Support also
8788 FIELD_LOC_KIND_ENUMVAL.
8789 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8790 TYPE_CODE_ENUM.
8791 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8792 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8793 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8794 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8795 field enumval.
8796 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8797 accommodate enumval.
8798 (struct call_site): Adjust loc_kind to accommodate enumval.
8799 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8800 (TYPE_FIELD_ENUMVAL): New macros.
8801 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8802 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8803 TYPE_CODE_ENUM.
8804 * p-typeprint.c (pascal_type_print_base): Likewise.
8805 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8806 enumval.
8807 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8808 * python/py-type.c (convert_field): New variable addrstring. Use
8809 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8810 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8811 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8812 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8813 TYPE_CODE_ENUM.
8814 * valprint.c (generic_val_print): Likewise.
8815
8816 2012-04-17 Doug Evans <dje@google.com>
8817
8818 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8819
8820 * dwarf2read.c: Whitespace fixes.
8821 (lookup_signatured_type): Tweak comment.
8822 (get_die_type_at_offset): Fix comment.
8823
8824 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8825
8826 * xcoffread.c (xcoff_secnum_to_sections): New function.
8827 (secnum_to_section, secnum_to_bfd_section): Reimplement
8828 using xcoff_secnum_to_sections. Rename "secnum" parameter
8829 into "n_scnum".
8830 (RECORD_MINIMAL_SYMBOL): Delete.
8831 (record_minimal_symbol): New function.
8832 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8833 by call to record_minimal_symbol and set misc_func_recorded
8834 to 1. Set last_csect_sec to the XCOFF section index instead
8835 of GDB's section_offset index. Update calls to
8836 prim_record_minimal_symbol_and_info to pass the BFD section
8837 as well.
8838
8839 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8840
8841 * xcoffread.c (read_xcoff_symtab): Delete variables
8842 last_csect_val and last_csect_sec and associated code.
8843
8844 2012-04-17 Doug Evans <dje@google.com>
8845
8846 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8847 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8848 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8849 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8850
8851 * cleanups.h: New file.
8852 * cleanups.c: New file.
8853 * Makefile.in (SFILES): Add cleanups.c.
8854 (HFILES_NO_SRCDIR): Add cleanups.h.
8855 (COMMON_OBS): Add cleanups.o.
8856 * defs.h (struct cleanup): Moved to cleanups.h.
8857 (do_cleanups,do_final_cleanups): Ditto.
8858 (discard_cleanups,discard_final_cleanups): Ditto
8859 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8860 (save_cleanups,save_final_cleanups): Ditto.
8861 (restore_cleanups,restore_final_cleanups): Ditto.
8862 (null_cleanup): Ditto.
8863 (make_my_cleanup,make_my_cleanup2): Ditto.
8864 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8865 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8866 (do_cleanups,do_final_cleanups): Ditto.
8867 (discard_cleanups,discard_final_cleanups): Ditto
8868 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8869 (save_cleanups,save_final_cleanups): Ditto.
8870 (restore_cleanups,restore_final_cleanups): Ditto.
8871 (null_cleanup): Ditto.
8872 (make_my_cleanup,make_my_cleanup2): Ditto.
8873 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8874
8875 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8876 make_my_cleanup.
8877 (make_cleanup_dyn_string_delete): Ditto.
8878 (make_cleanup_ui_file_delete): Ditto.
8879 (make_cleanup_ui_out_redirect_pop): Ditto.
8880 (make_cleanup_free_section_addr_info): Ditto.
8881 (make_cleanup_restore_integer): Ditto.
8882 (make_cleanup_unpush_target): Ditto.
8883 (make_cleanup_value_free_to_mark): Ditto.
8884 (make_cleanup_value_free): Ditto.
8885 (make_cleanup_free_so): Ditto.
8886
8887 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8888
8889 New option "set debug auto-load".
8890 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8891 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8892 (auto_load_safe_path_vec_update)
8893 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8894 if DEBUG_AUTO_LOAD.
8895 (file_is_auto_load_safe): New parameters debug_fmt and ....
8896 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8897 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8898 caller by explanatory string.
8899 (_initialize_auto_load): Register "set debug auto-load".
8900 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8901 and ....
8902 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8903 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8904 by explanatory string.
8905 * main.c (captured_main): Likewise.
8906 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8907 (source_section_scripts): Likewise.
8908
8909 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 New option "set auto-load safe-path".
8912 * NEWS: New commands "set auto-load safe-path"
8913 and "show auto-load safe-path".
8914 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8915 (auto_load_safe_path, auto_load_safe_path_vec)
8916 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8917 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8918 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8919 (source_gdb_script_for_objfile): New variable is_safe. Call
8920 file_is_auto_load_safe. Return if it is not.
8921 (struct loaded_script): New field loaded.
8922 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8923 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8924 output "Missing" to "No".
8925 (_initialize_auto_load): New variable cmd. Initialize
8926 auto_load_safe_path. Register "set auto-load safe-path",
8927 "show auto-load safe-path" and "add-auto-load-safe-path".
8928 * auto-load.h (maybe_add_script): Add parameter loaded.
8929 (file_is_auto_load_safe): New declaration.
8930 * config.in: Regenerate.
8931 * configure: Regenerate.
8932 * configure.ac: New parameters --with-auto-load-safe-path
8933 and --without-auto-load-safe-path.
8934 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8935 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8936 * main.c (captured_main): Check file_is_auto_load_safe for
8937 LOCAL_GDBINIT.
8938 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8939 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8940 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8941 not.
8942
8943 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 auto-load: Implementation.
8946 * NEWS: New descriptions for "info auto-load",
8947 "info auto-load gdb-scripts", "info auto-load python-scripts",
8948 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8949 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8950 and "show auto-load-scripts". New description for "set auto-load",
8951 "show auto-load", "set auto-load gdb-scripts",
8952 "show auto-load gdb-scripts", "set auto-load python-scripts",
8953 "show auto-load python-scripts", "set auto-load local-gdbinit",
8954 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8955 "show auto-load libthread-db".
8956 * auto-load.c: Remove include python/python-internal.h. Add includes
8957 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8958 cli/cli-setshow.h.
8959 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8960 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8961 (gdbpy_global_auto_load): Rename to ...
8962 (global_auto_load): ... here.
8963 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8964 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8965 (script_language_gdb, source_gdb_script_for_objfile): New.
8966 (struct loaded_script): New field language.
8967 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8968 LANGUAGE.
8969 (maybe_add_script): Add parameter language. Drop redundant
8970 entry.full_path initialization. Initialize entry.language and
8971 (*slot)->language.
8972 (auto_load_objfile_script): Change parameter suffix to language.
8973 Remove the call of maybe_add_script.
8974 Call language->source_script_for_objfile.
8975 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8976 New.
8977 (collect_matching_scripts): Adjust it for
8978 struct collect_matching_scripts_data.
8979 (auto_load_info_scripts_pattern_nl): New variable.
8980 (info_auto_load_scripts): Rename to ...
8981 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8982 for struct collect_matching_scripts_data.
8983 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8984 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8985 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8986 (auto_load_info_cmdlist_get): New.
8987 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8988 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8989 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8990 "info auto-load local-gdbinit".
8991 * auto-load.h (struct script_language): New.
8992 (gdbpy_global_auto_load): Rename to ...
8993 (global_auto_load): ... here.
8994 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8995 (auto_load_local_gdbinit_loaded): New declarations.
8996 (maybe_add_script): New parameter language.
8997 (auto_load_objfile_script): Change parameter suffix to language.
8998 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8999 (auto_load_info_scripts, auto_load_set_cmdlist_get)
9000 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
9001 declarations.
9002 * linux-thread-db.c: Include auto-load.h and ctype.h.
9003 (auto_load_thread_db, show_auto_load_thread_db): New.
9004 (struct thread_db_info): New field filename.
9005 (delete_thread_db_info): Call xfree for FILENAME.
9006 (try_thread_db_load): Initialize FILENAME.
9007 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
9008 if !AUTO_LOAD_THREAD_DB.
9009 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
9010 (_initialize_thread_db): Install auto_load_thread_db
9011 as "set auto-load libthread-db" and install info_auto_load_libthread_db
9012 as "info auto-load libthread-db".
9013 * main.c (captured_main): Rename gdbpy_global_auto_load to
9014 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
9015 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
9016 (print_gdb_help): Extend the help for 'local init file'.
9017 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
9018 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
9019 (auto_load_scripts): Rename to ...
9020 (auto_load_python_scripts): ... here, update the comment.
9021 (gdbpy_load_auto_script_for_objfile): New declaration.
9022 (show_auto_load_python_scripts, script_language_python)
9023 (gdbpy_load_auto_script_for_objfile): New.
9024 (source_section_scripts): Refactor the code.
9025 (load_auto_scripts_for_objfile): Rename to ...
9026 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
9027 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
9028 (info_auto_load_python_scripts): New.
9029 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
9030 Rename "set auto-load-scripts" to "set auto-load python-scripts".
9031 Register "set auto-load-scripts" as its deprecated alias. Register
9032 "info auto-load python-scripts". Register "info auto-load-scripts" as
9033 its deprecated alias.
9034 (load_auto_scripts_for_objfile): Rename to ...
9035 (gdbpy_load_auto_scripts_for_objfile): ... here.
9036 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
9037 (gdbpy_load_auto_scripts_for_objfile): ... here.
9038
9039 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9040
9041 auto-load: Move files.
9042 * Makefile.in (SFILES): Add auto-load.c.
9043 (HFILES_NO_SRCDIR): Add auto-load.h.
9044 (COMMON_OBS): Add auto-load.o.
9045 (distclean): Change .gdbinit for gdb-gdb.gdb.
9046 * auto-load.c: New file, with parts from python/py-auto-load.c.
9047 * auto-load.h: New file, with parts from python/python.h.
9048 * configure: Regenerate.
9049 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9050 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9051 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9052 * main.c: Include auto-load.h.
9053 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9054 command.h, observer.h and progspace.h to auto-load.c. Add include
9055 auto-load.h.
9056 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9057 (struct loaded_script, auto_load_pspace_data)
9058 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9059 (hash_loaded_script_entry, eq_loaded_script_entry)
9060 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9061 (maybe_add_script): Move to auto-load.c.
9062 (source_section_scripts): Change maybe_add_script parameters passing,
9063 use script_not_found_warning_print.
9064 (clear_section_scripts, auto_load_objfile_script)
9065 (auto_load_new_objfile, loaded_script_ptr)
9066 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9067 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9068 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9069 auto_load_new_objfile and info_auto_load_scripts initizations to
9070 auto-load.c.
9071 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9072
9073 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 Code cleanup.
9076 * charset.c (find_charset_names): Remove variables ix and elt.
9077 Use free_char_ptr_vec.
9078 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9079 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9080 debugdir_end. New variable debugdir_len.
9081 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9082 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9083 declarations.
9084 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9085 and elt. Use free_char_ptr_vec.
9086 * source.c (add_path): Remove variables argv, arg and argv_index.
9087 New variables dir_vec, back_to, ix and name.
9088 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9089 make_cleanup_freeargv. Remove variable separator. Simplify the code
9090 no longer expecting DIRNAME_SEPARATOR.
9091 (openp): Remove variable p, p1 and len. New variables dir_vec,
9092 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9093 no longer expecting DIRNAME_SEPARATOR.
9094 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9095 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9096 debugdir_end.
9097 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9098 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9099 (dirnames_to_char_ptr_vec): New functions.
9100
9101 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9102
9103 Code cleanup.
9104 * source.c (add_path): Remove always true conditional 'p == 0' and
9105 unindent its code block.
9106
9107 2012-04-17 Pedro Alves <palves@redhat.com>
9108
9109 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9110 (FIELD_BITPOS_LVAL): ... this.
9111 (FIELD_BITPOS): New.
9112 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9113 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9114 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9115 SET_FIELD_BITPOS.
9116 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9117 SET_FIELD_BITPOS.
9118 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9119 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9120 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9121 SET_FIELD_BITPOS.
9122
9123 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9124
9125 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9126 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9127 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9128 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9129 * jv-lang.c (java_link_class_type): Likewise, once.
9130 * stabsread.c (read_enum_type): Likewise.
9131
9132 2012-04-16 Yao Qi <yao@codesourcery.com>
9133
9134 * common/agent.c (agent_run_command): Add one more parameter `len'.
9135 Update callers.
9136 * common/agent.h: Update declaration.
9137 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9138 Update.
9139 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9140
9141 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9142
9143 PR mi/13393
9144 * value.c (value_actual_type): New function.
9145 * value.h (value_actual_type): New declaration.
9146 * varobj.c (update_type_if_necessary): New function.
9147 (varobj_create): Call value_actual_type instead of
9148 value_type.
9149 (install_dynamic_child): distinct changed and type changed MI variable
9150 objects.
9151 (update_dynamic_varobj_children): Updated for install_dynamic_child
9152 change. All callers updated.
9153 (varobj_update): Support for MI variable object type change if
9154 the value changed and RTTI is used to determine the type.
9155 (create_child_with_value): Call value_actual_type instead of
9156 value_type.
9157 (adjust_value_for_child_access): Extended with a new parameter which
9158 specify whether the given value should be casted to enclosing type.
9159 All callers updated.
9160
9161 2012-04-14 Yao Qi <yao@codesourcery.com>
9162
9163 Import gnulib module inttypes from git
9164 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9165 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9166 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9167 gnulib/m4/inttypes-pri.m4
9168 * aclocal.m4, config.in, configure: Regenerated.
9169 * gnulib/Makefile.am: Update.
9170 * gnulib/Makefile.in: Update.
9171 * gnulib/m4/gnulib-cache.m4: Update.
9172 * gnulib/m4/gnulib-comp.m4: Update.
9173 * gnulib/inttypes.in.h: New.
9174 * gnulib/m4/inttypes-pri.m4: New.
9175 * gnulib/m4/inttypes.m4: New.
9176
9177 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9178
9179 * infrun.c (resume): Update PC address to the real PC after
9180 preparing to do displaced stepping.
9181
9182 2012-04-12 Doug Evans <dje@google.com>
9183
9184 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9185 All callers updated.
9186
9187 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9188
9189 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9190
9191 2012-04-12 Doug Evans <dje@google.com>
9192
9193 * dwarf2read.c (create_all_type_units): Renamed from
9194 create_debug_types_hash_table. All callers updated.
9195
9196 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9197 local type_sig to sig_type, type_offset to type_offset_in_tu.
9198 (hash_signatured_type): Renamed from hash_type_signature,
9199 all callers updated.
9200 (eq_signatured_type): Renamed from eq_type_signature,
9201 all callers updated.
9202 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9203 (process_enumeration_scope): Ditto.
9204 (lookup_signatured_type_at_offset): Ditto.
9205 (load_full_type_unit, read_signatured_type): Ditto.
9206
9207 2012-04-12 Yao Qi <yao@codesourcery.com>
9208
9209 * remote.c (async_remote_interrupt): Correct function name in
9210 debug message.
9211 (async_remote_interrupt_twice): Ditto.
9212
9213 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9214
9215 * source.c (find_and_open_source): Consistently pass resulting
9216 full path through xfullpath.
9217
9218 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 Provide more specific displaced-stepping memory error message.
9221 * infrun.c (displaced_step_prepare): New variable status. Call
9222 target_read_memory instead of read_memory, provide more specific
9223 error message.
9224
9225 2012-04-11 Tristan Gingold <gingold@adacore.com>
9226
9227 PR gdb/13901
9228 * darwin-nat.c (darwin_execvp): Revert previous patch.
9229
9230 2012-04-11 Tristan Gingold <gingold@adacore.com>
9231
9232 PR gdb/13901
9233 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9234 in case of change.
9235
9236 2012-04-11 Tristan Gingold <gingold@adacore.com>
9237
9238 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9239 warning.
9240
9241 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9242
9243 New command 'explore' which helps explore values and types in
9244 scope.
9245 * NEWS: Add an entry about the new 'explore' command.
9246 * data-directory/Makefile.in: Add gdb/command/explore.py
9247 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9248 command using the GDB Python API.
9249
9250 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9251
9252 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9253 extension in jump target calculation.
9254
9255 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9256
9257 * mips-tdep.c (mips32_next_pc): Handle JALX.
9258
9259 2012-04-10 Yao Qi <yao@codesourcery.com>
9260
9261 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9262
9263 2012-04-10 Yao Qi <yao@codesourcery.com>
9264
9265 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9266 and gnulib/m4/gnulib-tool.m4.
9267
9268 2012-04-10 Doug Evans <dje@google.com>
9269
9270 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9271 (load_partial_dies): Clarify comment.
9272 (find_partial_die): Support rereading type units.
9273 Clarify CU handling, if we know offset is in CU, don't search for the
9274 containing CU. Add comment regarding memory waste.
9275
9276 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9277
9278 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9279 i386/x32-avx and i386/x32-avx-linux.
9280 (i386/x32-expedite): New.
9281 (i386/x32-linux-expedite): Likewise.
9282 (i386/x32-avx-expedite): Likewise.
9283 (i386/x32-avx-linux-expedite): Likewise.
9284 ($(outdir)/i386/x32.dat): Likewise.
9285 ($(outdir)/i386/x32-linux.dat): Likewise.
9286 ($(outdir)/i386/x32-avx.dat): Likewise.
9287 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9288
9289 * features/i386/x32-avx-linux.xml: New file.
9290 * features/i386/x32-avx.xml: Likewise.
9291 * features/i386/x32-core.xml: Likewise.
9292 * features/i386/x32-linux.xml: Likewise.
9293 * features/i386/x32.xml: Likewise.
9294
9295 * features/i386/x32-avx-linux.c: New. Generated.
9296 * features/i386/x32-avx.c: Likewise.
9297 * features/i386/x32-linux.c: Likewise.
9298 * features/i386/x32.c: Likewise.
9299 * regformats/i386/x32-avx-linux.dat: Likewise.
9300 * regformats/i386/x32-avx.dat: Likewise.
9301 * regformats/i386/x32-linux.dat: Likewise.
9302 * regformats/i386/x32.dat: Likewise.
9303
9304 2012-04-10 Tristan Gingold <gingold@adacore.com>
9305
9306 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9307 code to kill the inferior.
9308
9309 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9310
9311 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9312 defines.
9313 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9314 defines.
9315 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9316 (yyvsp): New defines.
9317 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9318 defines.
9319 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9320 defines.
9321 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9322 defines.
9323 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9324 defines.
9325 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9326 defines.
9327
9328 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9329
9330 * sparc64-tdep.c (sparc64_store_arguments)
9331 (sparc64_store_arguments): Fix coding style.
9332
9333 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9334
9335 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9336 complex floats, adjust some related comments and tighten a related
9337 assertion.
9338 (sparc64_extract_return_value): Handle complex floats.
9339
9340 2012-04-07 Doug Evans <dje@google.com>
9341
9342 * dwarf2read.c (load_partial_dies): Change condition to assert.
9343
9344 2012-04-06 Doug Evans <dje@google.com>
9345
9346 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9347 "mov %rsp,%rbp".
9348
9349 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9350
9351 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9352 fencepost error.
9353 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9354 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9355 architecture.
9356
9357 2012-04-05 Keith Seitz <keiths@redhat.com>
9358
9359 * linespec.c (decode_compound): Remove.
9360 (enum offset_relative_sign): New enum.
9361 (struct line_offset): New struct.
9362 (struct linespec): New struct.
9363 (struct linespec_state): Move file_symtabs,
9364 user_filename, and user_function into struct linespec.
9365 Make result an anonymous struct holding vectors of
9366 symbolp and minsym_and_objfile_d.
9367 Add language member.
9368 (enum ls_token_type): New enum.
9369 (linespec_keywords): New array.
9370 (struct ls_token): New struct.
9371 (struct ls_parser): New struct.
9372 (linespec_lexer_lex_number): New function.
9373 (linespec_lexer_lex_keyword): New function.
9374 (is_ada_operator): New function.
9375 (skip_quote_char): New function.
9376 (copy_token_string): New function.
9377 (is_closing_quote_enclosed): New function.
9378 (find_parameter_list_end): New function.
9379 (linespec_lexer_lex_string): New function.
9380 (linespec_lexer_lex_one): New function.
9381 (linespec_lexer_consume_token): New function.
9382 (linespec_lexer_peek_token): New function.
9383 (cplusplus_error): Remove unused function.
9384 (find_methods): Update comment.
9385 (find_toplevel_char): Return const.
9386 (is_objc_method_format): Remove unused function.
9387 (find_toplevel_string): New function.
9388 (is_linespec_boundary): Remove.
9389 (symbol_not_found_error): New function.
9390 (find_method_overload_end): Remove function.
9391 (unexpected_linespec_error): New function.
9392 (keep_name_info): Remove.
9393 (linespec_parse_line_offset): New function.
9394 (linespec_parse_basic): New function.
9395 (canonicalize_linespec): New function.
9396 (decode_line_internal): Remove.
9397 (create_sals_line_offset): New function adapted from
9398 decode_all_digits.
9399 (convert_linespec_to_sals): New function.
9400 (parse_linespec): New function.
9401 (linespec_parser_new): New function.
9402 (linespec_state_destructor): Change parameter type to
9403 struct linespec_state *.
9404 Add language parameter.
9405 Remove freeing of moved members.
9406 (linespec_parser_delete): New function.
9407 (decode_line_full): Use parse_linespec and linespec_parser_new.
9408 (decode_line_1): Likewise.
9409 (decode_indirect): Rename to ...
9410 (linespec_expression_to_pc): ... this and rewrite
9411 to simply find CORE_ADDR, storing this result for later
9412 conversion to SALs.
9413 (locate_first_half): Remove.
9414 (deocde_objc): Add parameter LS.
9415 Initialize new struct collect_info members.
9416 Handle minimal symbols, too.
9417 (decode_compound): Delete.
9418 (lookup_prefix_sym): Rewrite.
9419 (compare_msymbols): New function.
9420 (find_method): Rewrite.
9421 Do not call cplusplus_error.
9422 (symtabs_from_filename): Rewrite.
9423 (collect_function_symbols): Delete.
9424 (find_function_symbols): Rewrite without ARGPTR-style
9425 processing.
9426 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9427 (decode_dollar): Adapted and renamed to ...
9428 (linespec_parse_variable): ... this.
9429 (find_linespec_symbols): New function.
9430 (decode_label): Adapted and renamed to ...
9431 (find_label_symbols): ... this.
9432 (decode_digits_list_mode): Add and use LS argument.
9433 (decode_digits_ordinary): Likewise.
9434 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9435 If in list mode, allow any symbol class. Otherwise, only
9436 permit LOC_BLOCK symbols.
9437 (minsym_found): Update comments.
9438 (search_minsyms_for_name): Do not convert the matching symbol
9439 into a SAL. Simply push the symbol and objfile into the
9440 result vector.
9441 (decode_variable): Delete. Contents adapted into
9442 find_linespec_symbols.
9443
9444 * cp-support.c (SKIP_SPACE): Remove.
9445 (operator_tokens): Remove unused global.
9446 (cp_validate_operator): Remove.
9447 * cp-support.h (cp_validate_operator): Remove declaration.
9448
9449 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9450
9451 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9452 for TYPE_VPTR_FIELDNO.
9453 * valprint.c (valprint_check_validity): Make it global, move the
9454 function comment ...
9455 * value.h (valprint_check_validity): ... to this new declaration.
9456
9457 2012-04-02 Tristan Gingold <gingold@adacore.com>
9458
9459 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9460 the STATE32 api for i386 state.
9461 (i386_darwin_store_inferior_registers): Likewise.
9462
9463 2012-04-02 Tristan Gingold <gingold@adacore.com>
9464
9465 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9466 SS offset.
9467 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9468 format_string.
9469
9470 2012-04-02 Tristan Gingold <gingold@adacore.com>
9471
9472 PR gdb/13901
9473 * darwin-nat.c (darwin_execvp): Set binary preference.
9474
9475 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9478
9479 2012-03-30 Tom Tromey <tromey@redhat.com>
9480
9481 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9482 of TRY_CATCH. Fix error handling.
9483 * python/py-value.c (convert_value_from_python): Move 'old'
9484 declaration to innermost scope.
9485
9486 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9487 Andrey Smirnov <andrew.smirnov@gmail.com>
9488
9489 -Wshadow warning fix.
9490 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9491 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9492 Adjust code accordingly.
9493
9494 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9495
9496 * ada-lang.c (symbol_completion_add): Rename parameter
9497 "encoded" into "encoded_p". Ajust code and documentation
9498 accordingly.
9499
9500 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9501 Andrey Smirnov <andrew.smirnov@gmail.com>
9502
9503 -Wshadow warning fix.
9504 * ada-lang.c (symbol_completion_add): Rename parameter
9505 "wild_match" into wild_match_p. Update code and documentation
9506 accordingly.
9507
9508 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9509
9510 * ada-lang.c (symbol_completion_match): Rename parameter
9511 "encoded" into "encoded_p". Ajust code and documentation
9512 accordingly.
9513
9514 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9515 Andrey Smirnov <andrew.smirnov@gmail.com>
9516
9517 -Wshadow warning fix.
9518 * ada-lang.c (symbol_completion_match): Rename parameter
9519 "wild_match" into "wild_match_p". Adjust code and function
9520 documentation accordingly.
9521
9522 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9523 Andrey Smirnov <andrew.smirnov@gmail.com>
9524
9525 -Wshadow warning fix.
9526 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9527 "symbol_info" into "info". Adjust code accordingly.
9528 (ada_lookup_symbol): Likewise.
9529
9530 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9531
9532 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9533 of this function's documentation.
9534
9535 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9536 Andrey Smirnov <andrew.smirnov@gmail.com>
9537
9538 -Wshadow warning fix.
9539 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9540 variable into "wild_match_p". Adjust code accordingly.
9541
9542 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9543 Andrey Smirnov <andrew.smirnov@gmail.com>
9544
9545 -Wshadow warning fix.
9546 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9547 parameter into "wild_match_p". Adjust code accordingly.
9548 Document this parameter in the function description.
9549
9550 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9551 Andrey Smirnov <andrew.smirnov@gmail.com>
9552
9553 -Wshadow warning fix.
9554 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9555 "wild_match" parameter to "wild_match_p" (-Wshadow).
9556
9557 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9558
9559 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9560 in function documentation.
9561
9562 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9563 Andrey Smirnov <andrew.smirnov@gmail.com>
9564
9565 -Wshadow warning fix.
9566 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9567 variable into wild_match_p. Adjust code accordingly.
9568
9569 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9570 Andrey Smirnov <andrew.smirnov@gmail.com>
9571
9572 * ada-valprint.c (ada_val_print_1): Move the code handling
9573 TYPE_CODE_ENUM inside its own lexical block. Declare
9574 variables len and val there, instead of in the function's
9575 top level block. Avoid declaring deref_val again in a way
9576 that shadows another variable of the same name declared
9577 in one of the up-level blocks. Just re-use the up-level
9578 variable instead.
9579
9580 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9581
9582 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9583 Replace block_found argument by symbol_info. Adjust
9584 implementation accordingly. Add function documentation.
9585 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9586 Fix documentation.
9587 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9588 * ada-exp.y (write_object_renaming): Adjust to new
9589 ada_lookup_encoded_symbol API.
9590
9591 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9592
9593 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9594 documentation.
9595
9596 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9597
9598 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9599 (v850_register_name): Add the mpu and fpu register names.
9600 (v850e_register_name): Add the mpu and fpu register names.
9601 (v850e2_register_name): New function.
9602 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9603 bfd_mach_v850e2v3.
9604
9605 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9606
9607 * NEWS: Add entry for Ada varobj support.
9608
9609 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9610
9611 * varobj.c (default_value_is_changeable_p): New function,
9612 extracted from varobj_value_is_changeable_p. Add declaration.
9613 (ada_value_is_changeable_p): New function, extracted from
9614 varobj_value_is_changeable_p. Add declaration.
9615 (struct language_specific): New field "value_is_changeable_p".
9616 (languages): Add entries for new field.
9617 (varobj_create): Set language before calling install_new_value.
9618 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9619 "value_is_changeable_p" language callback.
9620
9621 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9622
9623 * ada-varobj.h, ada-varobj.c: New files.
9624 * Makefile.in (SFILES): Add ada-varobj.c.
9625 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9626 (COMMON_OBS): Add ada-varobj.o.
9627
9628 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9629
9630 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9631 (struct language_specific): New field "value_has_mutated".
9632 (languages): Set field "value_has_mutated" in each entry of array.
9633 (varobj_value_has_mutated): New function.
9634 (varobj_udpdate): Add handling of type mutation.
9635 (value_of_root): Add handling of type mutation.
9636 (ada_value_has_mutated): New function.
9637
9638 2012-03-28 Pedro Alves <palves@redhat.com>
9639
9640 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9641 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9642
9643 2012-03-28 Tom Tromey <tromey@redhat.com>
9644
9645 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9646 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9647 before returning.
9648
9649 2012-03-28 Tom Tromey <tromey@redhat.com>
9650
9651 * .dir-locals.el: New file.
9652
9653 2012-03-28 Pedro Alves <palves@redhat.com>
9654
9655 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9656
9657 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9658
9659 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9660 handling for r0.
9661
9662 2012-03-27 Pedro Alves <palves@redhat.com>
9663
9664 Eliminate struct ui_stream.
9665
9666 * ui-out.h (struct ui_stream): Delete.
9667 (ui_out_field_stream): Adjust prototype.
9668 (ui_out_stream_new, ui_out_stream_delete)
9669 (make_cleanup_ui_out_stream_delete): Delete declarations.
9670 * ui-out.c (ui_out_field_stream): Change prototype to take a
9671 ui_file instead of a ui_stream. Adjust.
9672 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9673 (make_cleanup_ui_out_stream_delete): Delete.
9674 * breakpoint.c (print_breakpoint_location)
9675 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9676 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9677 * disasm.c (dump_insns): Ditto.
9678 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9679 prototype.
9680 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9681 ui_stream/ui_out_stream_new.
9682 * infcmd.c (print_return_value): Ditto.
9683 * osdata.c (info_osdata_command): Don't allocate a local
9684 ui_stream.
9685 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9686 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9687 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9688 allocate a local ui_stream.
9689 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9690 instead of ui_stream/ui_out_stream_new.
9691 (list_args_or_locals): Don't allocate a local ui_stream.
9692 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9693 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9694 ui_stream/ui_out_stream_new.
9695 * cli/cli-setshow.c (do_setshow_command): Ditto.
9696
9697 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9698
9699 * arm-linux-tdep.c (arm_linux_init_abi): Call
9700 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9701 * arm-tdep.c (arm_process_record): New function.
9702 (deallocate_reg_mem): New function.
9703 (decode_insn): New function.
9704 (thumb_record_branch): New function.
9705 (thumb_record_ldm_stm_swi(): New function.
9706 (thumb_record_misc): New function.
9707 (thumb_record_ld_st_stack): New function.
9708 (thumb_record_ld_st_imm_offset): New function.
9709 (thumb_record_ld_st_reg_offset(): New function.
9710 (thumb_record_add_sub_cmp_mov): New function.
9711 (thumb_record_shift_add_sub): New function.
9712 (arm_record_coproc_data_proc): New function.
9713 (arm_record_coproc): New function.
9714 (arm_record_b_bl): New function.
9715 (arm_record_ld_st_multiple): New function.
9716 (arm_record_ld_st_reg_offset): New function.
9717 (arm_record_ld_st_imm_offset): New function.
9718 (arm_record_data_proc_imm): New function.
9719 (arm_record_data_proc_misc_ld_str): New function.
9720 (arm_record_extension_space): New function.
9721 (arm_record_strx): New function.
9722 (sbo_sbz): New function.
9723 (struct insn_decode_record): New structure for arm insn record.
9724 (REG_ALLOC): New macro for reg allocations.
9725 (MEM_ALLOC): New macro for memory allocations.
9726 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9727
9728 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9729
9730 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9731 (store_register): Likewise.
9732
9733 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9734
9735 * MAINTAINERS (Write After Approval): Add myself to the list.
9736
9737 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9740 Describe also the option "auto".
9741
9742 2012-03-22 Richard Henderson <rth@redhat.com>
9743
9744 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9745 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9746
9747 2012-03-22 Richard Henderson <rth@redhat.com>
9748
9749 * jit.c (jit_read_code_entry): Compute alignment and offset of
9750 int64_t member before computing entry_size.
9751
9752 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9753
9754 Python scripting: Add new method Value.referenced_value to
9755 gdb.Value which can dereference pointer as well as reference
9756 values.
9757 * NEWS: Add entry under 'Python scripting' about the new method
9758 Value.referenced_value on gdb.Value objects.
9759 * python/py-value.c (valpy_referenced_value): New function
9760 defining a new method on gdb.Value objects which can dereference
9761 pointer and reference values.
9762
9763 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9764
9765 * MAINTAINERS (Write After Approval): Add myself to the list.
9766
9767 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9768
9769 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9770 in addition to "main".
9771
9772 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9773
9774 * expression.h (op_name): Add declaration.
9775 * expprint.c (op_name): Remove declaration. Make non-static.
9776 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9777
9778 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9779
9780 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9781 of struct siginfo.
9782 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9783 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9784 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9785 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9786 (linux_nat_get_siginfo): Likewise.
9787 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9788 (linux_nat_get_siginfo): Likewise.
9789 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9790 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9791 * procfs.c (gdb_siginfo_t): Likewise.
9792
9793 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9794
9795 * .gitignore: Ignore more files.
9796
9797 2012-03-20 Pedro Alves <palves@redhat.com>
9798
9799 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9800 returns.
9801
9802 2012-03-20 Yao Qi <yao@codesourcery.com>
9803
9804 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9805 comment.
9806
9807 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9808
9809 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9810 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9811 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9812 sect_offset.
9813 * dwarf2expr.h (cu_offset, sect_offset): New types.
9814 (struct dwarf_expr_context_funcs) <dwarf_call>
9815 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9816 sect_offset.
9817 (struct dwarf_expr_context) <len>: Improve the comment.
9818 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9819 cu_offset and sect_offset.
9820 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9821 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9822 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9823 * dwarf2loc.h: Include dwarf2expr.h.
9824 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9825 and sect_offset.
9826 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9827 Improve the comment.
9828 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9829 (struct signatured_type, struct line_header, struct partial_die_info)
9830 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9831 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9832 (get_die_type_at_offset, create_cus_from_index)
9833 (create_signatured_type_table_from_index, dw2_get_file_names)
9834 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9835 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9836 (create_debug_types_hash_table, process_psymtab_comp_unit)
9837 (load_partial_comp_unit, create_all_comp_units)
9838 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9839 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9840 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9841 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9842 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9843 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9844 (find_partial_die, read_attribute_value, lookup_die_type)
9845 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9846 (is_ref_attr): New function comment.
9847 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9848 Use cu_offset and sect_offset.
9849 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9850 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9851 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9852 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9853 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9854 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9855 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9856 sect_offset.
9857
9858 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9859
9860 Code cleanup.
9861 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9862 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9863 with xfree.
9864 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9865
9866 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9867
9868 * NEWS: Describe new options --init-command=FILE, -ix and
9869 --init-eval-command=COMMAND, -iex.
9870 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9871 CMDARG_INIT_COMMAND.
9872 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9873 "init-command", "init-eval-command", "ix" and "iex" to the variable
9874 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9875 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9876 (print_gdb_help): Describe --init-command=FILE, -ix and
9877 --init-eval-command=COMMAND, -iex.
9878
9879 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9880
9881 Code cleanup.
9882 * main.c (struct cmdarg): Move it here from main. Add more comments.
9883 (cmdarg_s, VEC (cmdarg_s)): New.
9884 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9885 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9886 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9887 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9888 of CMDARG.
9889
9890 2012-03-19 Tom Tromey <tromey@redhat.com>
9891
9892 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9893
9894 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 PR symtab/13777
9897 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9898 GCC >=4.5.
9899
9900 2012-03-16 Chris January <chris.january@allinea.com>
9901
9902 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9903 of clear.
9904
9905 2012-03-16 Chris January <chris.january@allinea.com>
9906
9907 * source.c (add_path): Use memmove instead of strcpy because the
9908 strings overlap.
9909
9910 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9911
9912 * value.h (set_value_parent): Add declaration.
9913 * value.c (set_value_parent): New function.
9914 (value_address): If VALUE->PARENT is not NULL, then use it as
9915 the base address instead of VALUE->LOCATION.address.
9916 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9917 the same as OBJ's address. Adjust V's offset accordingly.
9918 Set V's parent.
9919
9920 2012-03-16 Gary Benson <gbenson@redhat.com>
9921
9922 PR breakpoints/10738
9923 * dwarf2read.c (use_deprecated_index_sections): New global.
9924 (struct partial_die_info): New member may_be_inlined.
9925 (read_partial_die): Set may_be_inlined where appropriate.
9926 (add_partial_subprogram): Add partial symbols for partial
9927 DIEs that may be inlined.
9928 (new_symbol_full): Add inlined subroutines to the current
9929 scope.
9930 (write_psymtabs_to_index): Bump version number.
9931 (dwarf2_read_index): Read only version 6 indices unless
9932 use_deprecated_index_sections is set.
9933 * linespec.c (symbol_and_data_callback): New structure.
9934 (iterate_inline_only): New function.
9935 (iterate_over_all_matching_symtabs): New argument
9936 "include_inline". If nonzero, also call the callback for
9937 symbols representing inlined subroutines.
9938 (lookup_prefix_sym): Pass extra argument to the above.
9939 (find_function_symbols): Likewise.
9940 (add_matching_symbols_to_info): Likewise.
9941 * NEWS: Mention that GDB can now set breakpoints on inlined
9942 functions.
9943
9944 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9945
9946 * p-typeprint.c (pascal_type_print_method_args):
9947 Fix display of parameter of methods.
9948
9949 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9950
9951 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9952 Add missing prototype.
9953
9954 2012-03-16 Yao Qi <yao@codesourcery.com>
9955 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 Fix false compilation warning.
9958 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9959
9960 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9961 Pedro Alves <pedro@codesourcery.com>
9962
9963 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9964 (arm_register_g_packet_guesses): New function.
9965 (arm_gdbarch_init): Don't force a target description with
9966 registers when the executable is detected as M-profile. Instead
9967 set gdbarch->tdep->is_m. Register `g' packet guesses.
9968 (_initialize_arm_tdep): Initialize the new target description.
9969 * features/arm-with-m-fpa-layout.xml: New description.
9970 * features/arm-with-m-fpa-layout.c: New, generated.
9971
9972 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9973
9974 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9975 Update function description.
9976 (insert_bp_location): Do not wipe bl->target_info out.
9977 * mem-break.c: #include "gdb_string.h".
9978 (default_memory_insert_breakpoint): Do not call target_read_memory
9979 with a pointer to the breakpoint's shadow_contents buffer. Use
9980 a local buffer instead.
9981 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9982
9983 2012-03-15 Tom Tromey <tromey@redhat.com>
9984
9985 * NEWS: Mention "info vtbl", not "info vtable".
9986 * cp-support.c (info_vtbl_command): Fix comment.
9987 (_initialize_cp_support): Fix text.
9988
9989 2012-03-15 Tom Tromey <tromey@redhat.com>
9990
9991 * cp-valprint.c (cp_print_value_fields): Use
9992 print_function_pointer_address for vtable slot.
9993
9994 2012-03-15 Tom Tromey <tromey@redhat.com>
9995
9996 * gnu-v3-abi.c (struct value_and_voffset): New.
9997 (hash_value_and_voffset, eq_value_and_voffset)
9998 (compare_value_and_voffset, compute_vtable_size)
9999 (print_one_vtable, gnuv3_print_vtable): New functions.
10000 (init_gnuv3_ops): Initialize 'print_vtable' field.
10001 * cp-support.c (info_vtbl_command): New function.
10002 (_initialize_cp_support): Add "info vtbl".
10003 * cp-abi.h (cplus_print_vtable): Declare.
10004 (struct cp_abi_ops) <print_vtable>: New field.
10005 * cp-abi.c (cplus_print_vtable): New function.
10006 * NEWS: Update.
10007
10008 2012-03-15 Tom Tromey <tromey@redhat.com>
10009
10010 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
10011 iterate_over_symbols.
10012
10013 2012-03-14 Doug Evans <dje@google.com>
10014
10015 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
10016 DW_OP_GNU_parameter_ref.
10017
10018 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10019
10020 Fix double prompt of 'interpreter-exec mi'.
10021 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
10022 (mi_interpreter_resume): use it.
10023 (mi_execute_command_input_handler): New function.
10024 * mi/mi-main.c (mi_execute_command): Move prompt printing to
10025 mi_execute_command_input_handler.
10026
10027 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
10028
10029 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
10030 prototype.
10031 (darwin_debug_port_info): Make static.
10032 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
10033 * machoread.c (_initialize_machoread): Add prototype.
10034 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
10035 (i386_darwin_set_control, i386_darwin_get_control)
10036 i386_darwin_dr_set_addr, i386_darwin_get_addr)
10037 i386_darwin_get_status, i386_darwin_get_control):
10038 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
10039
10040 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10041
10042 * ax-gdb.c (gen_usual_unary): Remove special handling of
10043 enum and bool types.
10044
10045 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10046
10047 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10048
10049 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10050
10051 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10052
10053 2012-03-13 Chris January <chris.january@allinea.com>
10054
10055 * aix-thread.c (fill_sprs): Store the floating point registers
10056 at the correct offsets into vals.
10057
10058 2012-03-13 Doug Evans <dje@google.com>
10059
10060 * NEWS: Mention symbol-reloading has been deleted.
10061 * symfile.c (symbol_reloading): Delete.
10062 (show_symbol_reloading): Delete.
10063 (_initialize_symfile): Delete set/show symbol-reloading.
10064
10065 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10066 read_in_chain until we have successfully read it in.
10067 (load_full_comp_unit): Ditto.
10068 (read_signatured_type): Add comment.
10069
10070 2012-03-13 Chris January <chris.january@allinea.com>
10071
10072 * stabsread.c (fix_common_block): Change type of valu argument
10073 to CORE_ADDR.
10074
10075 2012-03-13 Chris January <chris.january@allinea.com>
10076
10077 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10078 instruction.
10079
10080 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10081
10082 * common/linux-procfs.c (linux_proc_get_int): New, from
10083 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10084 field.
10085 (linux_proc_get_tgid): Only call linux_proc_get_int.
10086 (linux_proc_get_tracerpid): New.
10087 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10088 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10089 linux_proc_pid_has_state.
10090 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10091 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10092 (linux_ptrace_attach_warnings): New.
10093 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10094 New declaration.
10095 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10096 (linux_nat_attach): New variables ex, buffer, message and message_s.
10097 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10098
10099 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10100
10101 * Makefile.in (linux-ptrace.o): New.
10102 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10103 from linux-nat.c.
10104 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10105 * common/linux-ptrace.c: New file.
10106 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10107 * config/arm/linux.mh: Likewise.
10108 * config/i386/linux.mh: Likewise.
10109 * config/i386/linux64.mh: Likewise.
10110 * config/ia64/linux.mh: Likewise.
10111 * config/m32r/linux.mh: Likewise.
10112 * config/m68k/linux.mh: Likewise.
10113 * config/mips/linux.mh: Likewise.
10114 * config/pa/linux.mh: Likewise.
10115 * config/powerpc/linux.mh: Likewise.
10116 * config/powerpc/ppc64-linux.mh: Likewise.
10117 * config/powerpc/spu-linux.mh: Likewise.
10118 * config/s390/s390.mh: Likewise.
10119 * config/sparc/linux.mh: Likewise.
10120 * config/sparc/linux64.mh: Likewise.
10121 * config/xtensa/linux.mh: Likewise.
10122 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10123 common/linux-procfs.c.
10124 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10125
10126 2012-03-13 Hui Zhu <teawater@gmail.com>
10127 Pedro Alves <palves@redhat.com>
10128
10129 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10130 CREATE_BREAKPOINT_FLAGS_INSERTED.
10131 (create_breakpoint_sal, create_breakpoints_sal)
10132 (base_breakpoint_create_breakpoints_sal)
10133 (tracepoint_create_breakpoints_sal)
10134 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10135 down.
10136 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10137 (ftrace_command, strace_command): Adjust.
10138 (create_tracepoint_from_upload): Pass
10139 CREATE_BREAKPOINT_FLAGS_INSERTED.
10140 * breakpoint.h (enum breakpoint_create_flags): New.
10141 (create_breakpoint): New flags parameter.
10142 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10143 * python/py-breakpoint.c (bppy_init): Adjust.
10144 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10145 * spu-tdep.c (spu_catch_start): Adjust.
10146
10147 2012-03-13 Pedro Alves <palves@redhat.com>
10148 Hui Zhu <teawater@gmail.com>
10149 Yao Qi <yao@codesourcery.com>
10150
10151 * remote.c (struct remote_state): New field `starting_up'.
10152 (remote_start_remote): Set and clear it.
10153 (remote_can_download_tracepoint): If starting up, return false.
10154
10155 2012-03-13 Yao Qi <yao@codesourcery.com>
10156
10157 * inferior.h (struct inferior): Remove fields any_syscall_count,
10158 syscalls_counts and total_syscalls_count. Move them to new
10159 struct catch_syscall_inferior_data in breakpoint.c.
10160 * breakpoint.c: Call DEF_VEC_I(int).
10161 (struct catch_syscall_inferior_data): New.
10162 (get_catch_syscall_inferior_data): New.
10163 (catch_syscall_inferior_data_cleanup): New.
10164 (insert_catch_syscall): Update to access data in
10165 struct catch_syscall_inferior_data.
10166 (insert_catch_syscall): Likewise.
10167 (remove_catch_syscall): Likewise.
10168 (remove_catch_syscall): Likewise.
10169 (is_syscall_catchpoint_enabled): Likewise.
10170 (add_catch_command): Likewise.
10171 (_initialize_breakpoint): Register cleanup.
10172 * breakpoint.h: Removed DEF_VEC_I(int).
10173 * dwarf2loc.c: Call DEF_VEC_I(int).
10174 * mi/mi-main.c: Likewise.
10175
10176 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10177
10178 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10179
10180 2012-03-12 Chris January <chris.january@allinea.com>
10181
10182 * aix-thread.c (_initialize_aix_thread): Add prototype.
10183 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10184 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10185
10186 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10187
10188 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10189 include of "amd64-nat.h".
10190
10191 2012-03-12 Tom Tromey <tromey@redhat.com>
10192
10193 * buildsym.c (record_pending_block): Now static.
10194 * buildsym.h: (record_pending_block): Remove.
10195
10196 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10197
10198 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10199
10200 2012-03-09 Tom Tromey <tromey@redhat.com>
10201
10202 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10203 producer_is_gxx_lt_4_6>: New fields.
10204 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10205
10206 2012-03-09 Tom Tromey <tromey@redhat.com>
10207
10208 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10209
10210 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10211
10212 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10213 prototype.
10214
10215 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10216
10217 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10218
10219 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10220
10221 Fix -Wmissing-prototypes build.
10222 * arm-linux-nat.c (get_thread_id): Make it static.
10223 * xtensa-linux-nat.c (get_thread_id): Likewise.
10224
10225 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10226
10227 * server.c (process_point_options): If a conditional expression
10228 is found, only print a message if remote_debug is nonzero.
10229
10230 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10231
10232 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10233 of internal error for unknown/unsupported types.
10234
10235 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10236
10237 Fix CU relative vs. absolute DIE offsets.
10238 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10239 offset to offset_in_cu.
10240 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10241 TYPE_OFFSET.
10242 (dwarf2_fetch_die_location_block): Rename parameter offset to
10243 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10244
10245 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10246
10247 * libunwind-frame.c: Rename to ...
10248 * ia64-libunwind-tdep.c: ... here.
10249 * libunwind-frame.h: Rename to ...
10250 * ia64-libunwind-tdep.h: ... here.
10251 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10252 ia64-libunwind-tdep.h.
10253 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10254 * README (--with-libunwind): Rename to ...
10255 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10256 * config.in: Regenerate.
10257 * configure: Regenerate.
10258 * configure.ac: New option --with-libunwind-ia64, make the
10259 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10260 Remove AC_DEFINE for HAVE_LIBUNWIND.
10261 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10262 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10263 Rename libunwind-frame in the general comment.
10264 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10265 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10266 Move forward declarations inside #ifndef. Rename libunwind-frame in
10267 the general comment.
10268 * ia64-tdep.c: Rename libunwind-frame.h #include to
10269 ia64-libunwind-tdep.h.
10270 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10271 (ia64_libunwind_descr): Rename libunwind-frame to
10272 ia64-libunwind-tdep in these function comments.
10273 * ia64-tdep.h: Rename libunwind-frame.h #include to
10274 ia64-libunwind-tdep.h.
10275 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10276 ia64-libunwind-tdep in that data comment.
10277
10278 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10279
10280 * libunwind-frame.h (struct frame_unwind): New declaration.
10281
10282 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10283
10284 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10285 "set breakpoint condition-evaluation" command.
10286
10287 2012-03-08 Tristan Gingold <gingold@adacore.com>
10288
10289 * sparc-stub.c: Move to stubs/
10290 * sh-stub.c: Likewise.
10291 * m68k-stub.c: Likewise.
10292 * m32r-stub.c: Likewise.
10293 * i386-stub.c: Likewise.
10294
10295 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10296
10297 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10298 linux_get_siginfo_type.
10299
10300 * m68klinux-nat.c: Include "gdb_proc_service.h".
10301 (PTRACE_GET_THREAD_AREA): Define.
10302 (ps_get_thread_area): New function.
10303
10304 2012-03-08 Yao Qi <yao@codesourcery.com>
10305
10306 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10307 `xsnprintf'.
10308 (remote_query_attached): Likewise.
10309 (remote_static_tracepoint_marker_at): Likewise.
10310 (remote_set_permissions): Likewise.
10311 (remote_detach_1, extended_remote_attach_1): Likewise.
10312 (send_g_packet, remote_vkill): Likewise.
10313 (extended_remote_disable_randomization): Likewise.
10314 (remote_add_target_side_condition): Likewise.
10315 (remote_insert_breakpoint): Likewise.
10316 (remote_remove_breakpoint): Likewise.
10317 (remote_insert_watchpoint): Likewise.
10318 (remote_remove_watchpoint): Likewise.
10319 (remote_insert_hw_breakpoint): Likewise.
10320 (remote_insert_hw_breakpoint): Likewise.
10321 (remote_remove_hw_breakpoint): Likewise.
10322 (remote_download_command_source): Likewise.
10323 (remote_download_tracepoint): Likewise.
10324 (remote_download_trace_state_variable): Likewise.
10325 (remote_disable_tracepoint): Likewise.
10326 (remote_trace_set_readonly_regions): Likewise.
10327 (remote_get_tracepoint_status): Likewise.
10328 (remote_trace_find): Likewise.
10329 (remote_get_trace_state_variable_value): Likewise.
10330 (remote_set_disconnected_tracing): Likewise.
10331 (remote_set_circular_trace_buffer): Likewise.
10332 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10333 (remote_use_agent): Likewise.
10334 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10335 Update callers.
10336
10337 2012-03-07 Pedro Alves <palves@redhat.com>
10338
10339 * NEWS: Mention QProgramSignals.
10340 * inferior.h (update_signals_program_target): Declare.
10341 * infrun.c: (update_signals_program_target): New.
10342 (handle_command): Update the target of the new program signals
10343 array changes.
10344 * remote.c (PACKET_QProgramSignals): New enum.
10345 (last_program_signals_packet): New global.
10346 (remote_program_signals): New.
10347 (remote_start_remote): Update the target with the program signals
10348 list.
10349 (remote_protocol_features): Add entry for QPassSignals.
10350 (remote_open_1): Free anc clear last_program_signals_packet.
10351 (init_remote_ops): Install remote_program_signals.
10352 * target.c (update_current_target): Adjust.
10353 (target_program_signals): New.
10354 * target.h (struct target_ops) <to_program_signals>: New field.
10355 (target_program_signals): Declare.
10356
10357 2012-03-07 Pedro Alves <palves@redhat.com>
10358
10359 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10360 extensions.
10361
10362 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10363
10364 * m68klinux-nat.c (getregs_supplies): Make static.
10365 (getfpregs_supplies): Likewise.
10366 (have_ptrace_getregs): Likewise.
10367
10368 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10369
10370 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10371 in call to get_die_type_at_offset.
10372
10373 2012-03-06 Stan Shebs <stan@codesourcery.com>
10374
10375 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10376 * mi/mi-cmd-disas.c: Ditto.
10377 * mi/mi-cmd-env.c: Ditto.
10378 * mi/mi-cmd-file.c: Ditto.
10379 * mi/mi-cmd-stack.c: Ditto.
10380 * mi/mi-cmd-target.c: Ditto.
10381 * mi/mi-cmd-var.c: Ditto.
10382 * mi/mi-cmds.c: Ditto.
10383 * mi/mi-cmds.h: Ditto.
10384 * mi/mi-console.c: Ditto.
10385 * mi/mi-getopt.c: Ditto.
10386 * mi/mi-getopt.h: Ditto.
10387 * mi/mi-interp.c: Ditto.
10388 * mi/mi-main.c: Ditto.
10389 * mi/mi-out.c: Ditto.
10390 * mi/mi-parse.c: Ditto.
10391 * mi/mi-parse.h: Ditto.
10392 * mi/mi-symbol-cmds.c: Ditto.
10393
10394 * mi/mi-getopt.h: Move mi_opt struct up.
10395 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10396 return.
10397 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10398
10399 2012-03-06 Tom Tromey <tromey@redhat.com>
10400
10401 * proc-service.c (ps_pglobal_lookup): Set the current program
10402 space.
10403
10404 2012-03-06 Pedro Alves <palves@redhat.com>
10405
10406 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10407
10408 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10409
10410 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10411
10412 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 Code cleanup.
10415 * common/linux-osdata.c (linux_common_core_of_thread): New function
10416 comment.
10417 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10418 call by linux_common_core_of_thread.
10419 (linux_nat_core_of_thread_1): Remove.
10420 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10421 * linux-thread-db.c: Include linux-osdata.h.
10422 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10423 linux_common_core_of_thread.
10424
10425 2012-03-05 Tom Tromey <tromey@redhat.com>
10426
10427 * value.c (value_primitive_field): Don't fetch contents for
10428 non-virtual bases.
10429
10430 2012-03-05 Tom Tromey <tromey@redhat.com>
10431
10432 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10433
10434 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10435
10436 * s390-nat.c: Include "gregset.h".
10437
10438 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10439
10440 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10441 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10442 (libunwind_load): New variable so_error, use it for dlerror. Try to
10443 load also LIBUNWIND_SO_7.
10444
10445 2012-03-05 Pedro Alves <palves@redhat.com>
10446
10447 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10448 is not NULL, and remove resulting dead code.
10449
10450 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10451
10452 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10453 prologue to sh_analyze_prologue.
10454 (sh_analyze_prologue): Make better use of such an upper limit, and
10455 generally be more cautious about accessing memory.
10456
10457 2012-03-05 Tom Tromey <tromey@redhat.com>
10458
10459 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10460 _initialize_ia64_hpux_tdep.
10461
10462 2012-03-05 Pedro Alves <palves@redhat.com>
10463
10464 PR gdb/13766
10465
10466 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10467 the register state is clear, supply explicit zero, instead of
10468 marking the register unavailable.
10469
10470 2012-03-05 Tristan Gingold <gingold@adacore.com>
10471
10472 * NEWS: Mention OpenVMS ia64 new target.
10473
10474 2012-03-05 Tristan Gingold <gingold@adacore.com>
10475
10476 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10477 (ia64_unw_accessors, ia64_unw_rse_accessors)
10478 (ia64_libunwind_descr): Declare.
10479 * ia64-vms-tdep.c: New file.
10480 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10481 (ia64_libunwind_descr): Make them public.
10482 * configure.tgt: Add ia64-*-*vms*.
10483 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10484 (ALLDEPFILES): Add ia64-vms-tdep.c
10485
10486 2012-03-05 Tristan Gingold <gingold@adacore.com>
10487
10488 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10489 * remote.c (PACKET_qXfer_uib): New enum value.
10490 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10491 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10492 (_initialize_remote): Call add_packet_config_cmd for
10493 xfer:uib packet.
10494
10495 2012-03-05 Tristan Gingold <gingold@adacore.com>
10496
10497 * osabi.c (gdb_osabi_names): Add OpenVMS.
10498 (generic_elf_osabi_sniffer): Likewise.
10499 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10500
10501 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10502
10503 Removed unused code.
10504 * libunwind-frame.c (libunwind_frame_unwind)
10505 (libunwind_frame_base_address): Remove.
10506 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10507
10508 2012-03-04 Yao Qi <yao@codesourcery.com>
10509
10510 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10511 remove trailing new line.
10512 (agent_run_command, agent_run_command): Add _ markup.
10513 (agent_capability_check): Likewise.
10514
10515 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10516
10517 * breakpoint.c (set_condition_evaluation_mode): Set
10518 CONDITION_EVALUATION_MODE unconditionally.
10519
10520 2012-03-03 Yao Qi <yao@codesourcery.com>
10521
10522 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10523 * common/agent.h: Update declaration.
10524 * inf-child.c (inf_child_use_agent): New.
10525 (inf_child_can_use_agent): New.
10526 (inf_child_target): Initialize fields `to_use_agent'
10527 and `to_can_use_agent'.
10528 * agent.c (agent_new_objfile): New.
10529 (_initialize_agent): Add agent_new_objfile to new_objfile
10530 observer.
10531
10532 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10533 New.
10534 (linux_target_install_ops): Initialize field
10535 `to_static_tracepoint_markers_by_strid'.
10536 * remote.c (free_current_marker): Move it to ...
10537 * tracepoint.c (free_current_marker): ... here. New.
10538 (cleanup_target_stop): New.
10539 * tracepoint.h: Declare free_current_marker.
10540 * NEWS: Add one entry about `info static-tracepoint-marker'.
10541
10542 2012-03-03 Yao Qi <yao@codesourcery.com>
10543
10544 * common/agent.c (agent_loaded_p): New.
10545 (agent_look_up_symbols): New global.
10546 * common/agent.h: Declare agent_loaded_p.
10547
10548 2012-03-03 Yao Qi <yao@codesourcery.com>
10549
10550 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10551 (agent_capability_check, agent_capability_invalidate): New.
10552 (symbol_list): New array element.
10553 * common/agent.h (enum agent_capa): New.
10554 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10555
10556 2012-03-03 Yao Qi <yao@codesourcery.com>
10557
10558 * target.h (struct target_ops) <to_use_agent>: New field.
10559 (struct target_ops) <to_can_use_agent>: New field.
10560 (target_use_agent, target_can_use_agent): New macro.
10561 * target.c (update_current_target): Update.
10562 * remote.c: New enum `PACKET_QAgent'.
10563 (remote_protocol_features): Add a new element.
10564 (remote_use_agent, remote_can_use_agent): New.
10565 (init_remote_ops): Initialize field `can_use_agent' with
10566 remote_can_use_agent. Intiailize field `use_agent' with
10567 remote_use_agent.
10568 * common/agent.c (use_agent): New global.
10569 * common/agent.h: Declare it.
10570 * tracepoint.c (info_static_tracepoint_markers_command): Add
10571 comment.
10572 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10573 (COMMON_OBS): Add common/agent.o and agent.o
10574 (common-agent.o): New rule.
10575 * agent.c: New.
10576
10577 2012-03-03 Yao Qi <yao@codesourcery.com>
10578
10579 * common/agent.c: New.
10580 * common/agent.h: New.
10581 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10582 AC_CHECK_HEADERS.
10583 * configure, configh.in: Regenerated.
10584
10585 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10586
10587 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10588 unless it exists for this architecture.
10589
10590 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10591
10592 * language.h (struct language_defn): New "method" la_read_var_value.
10593 * findvar.c: #include "language.h".
10594 (default_read_var_value): Renames read_var_value. Rewrite
10595 function description.
10596 (read_var_value): New function.
10597 * value.h (default_read_var_value): Add prototype.
10598 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10599 New functions.
10600 (ada_language_defn): Add entry for la_read_var_value.
10601 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10602 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10603 language_defn structures to add entry for new la_read_var_value
10604 field.
10605
10606 2012-03-02 Tom Tromey <tromey@redhat.com>
10607 Pedro Alves <palves@redhat.com>
10608
10609 PR breakpoints/13776:
10610 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10611 breakpoints.
10612 (delete_longjmp_breakpoint_at_next_stop): New.
10613 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10614 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10615 before deleting the inferior. Add comments.
10616 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10617 breakpoints immediately, but only on next stop. Move that code
10618 next to where we mark other breakpoints for deletion.
10619
10620 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10621
10622 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10623 marker.
10624 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10625 violation.
10626
10627 2012-03-02 Pedro Alves <palves@redhat.com>
10628
10629 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10630
10631 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10632
10633 Fix -Wmissing-prototypes build.
10634 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10635 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10636 (gdbsim_has_memory): Likewise.
10637
10638 2012-03-02 Yao Qi <yao@codesourcery.com>
10639
10640 Fix -Wmissing-prototypes build.
10641 * charset.c (phony_iconv_open): Make static.
10642 (phony_iconv_close, phony_iconv): Likewise.
10643 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10644 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10645 prototype.
10646 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10647 * ser-mingw.c (create_select_thread): Make static.
10648 * windows-termcap.c (tgetent): New prototype.
10649 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10650
10651 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10652
10653 Fix -Wmissing-prototypes build.
10654 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10655 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10656 (_initialize_loadable): New prototypes.
10657
10658 2012-03-02 Doug Evans <dje@google.com>
10659
10660 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10661 abbrev table, read_comp_unit will do it.
10662
10663 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 Fix -Wmissing-prototypes build.
10666 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10667 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10668 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10669 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10670 (_initialize_arm_symbian_tdep): New prototype.
10671 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10672 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10673 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10674 static.
10675 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10676 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10677 prototype.
10678 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10679 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10680 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10681 static.
10682 * moxie-tdep.c (moxie_process_record): Likewise.
10683 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10684 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10685 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10686 (_initialize_rl78_tdep): New prototype.
10687 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10688 (_initialize_rx_tdep): New prototype.
10689 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10690 (_initialize_darwin_solib): New prototype.
10691 * solib-spu.c: Include solib-spu.h.
10692 (_initialize_spu_solib): New prototype.
10693 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10694 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10695 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10696 (tic6x_software_single_step): Make it static.
10697 (_initialize_tic6x_tdep): New prototype.
10698
10699 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 Fix -Wmissing-prototypes build.
10702 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10703 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10704
10705 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10706
10707 Fix -Wmissing-prototypes build.
10708 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10709 (frv_have_stopped_data_address): Remove.
10710
10711 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 Fix -Wmissing-prototypes build.
10714 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10715 * sh-tdep.c: Include sh64-tdep.h.
10716 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10717 * sh64-tdep.c: Include sh64-tdep.h.
10718 * sh64-tdep.h: New file.
10719
10720 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10721
10722 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10723
10724 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10725
10726 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10727 sp_regnum once the gdbarch_init_osabi hook has been called.
10728
10729 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10730
10731 * mips-tdep.c (mips32_bc1_pc): New function.
10732 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10733 BPOSGE32 and BPOSGE64 instructions.
10734 (deal_with_atomic_sequence): Likewise.
10735 (mips32_instruction_has_delay_slot): Likewise.
10736
10737 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10738 Chris Dearman <chris@mips.com>
10739 Maciej W. Rozycki <macro@codesourcery.com>
10740 Joseph Myers <joseph@codesourcery.com>
10741
10742 * features/mips-dsp.xml: New file.
10743 * features/mips64-dsp.xml: New file.
10744 * features/mips-dsp-linux.xml: New file.
10745 * features/mips64-dsp-linux.xml: New file.
10746 * features/Makefile (WHICH): Add mips-dsp-linux and
10747 mips64-dsp-linux.
10748 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10749 * features/mips-dsp-linux.c: New file.
10750 * features/mips64-dsp-linux.c: New file.
10751 * regformats/mips-dsp-linux.dat: New file.
10752 * regformats/mips64-dsp-linux.dat: New file.
10753 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10754 registers.
10755 (mips64_linux_register_addr): Likewise.
10756 (mips64_linux_regsets_fetch_registers): Likewise.
10757 (mips64_linux_regsets_store_registers): Likewise.
10758 (mips64_linux_fetch_registers): Update call to
10759 mips64_linux_regsets_fetch_registers.
10760 (mips64_linux_store_registers): Update call to
10761 mips64_linux_regsets_store_registers.
10762 (mips_linux_read_description): Probe for DSP registers.
10763 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10764 and initialize_tdesc_mips64_dsp_linux.
10765 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10766 Remove padding of no longer used embedded register slots.
10767 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10768 (MIPS_RESTART_REGNUM): Redefine enum value.
10769 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10770 strings.
10771 (mips_tx39_reg_names): Likewise.
10772 (mips_linux_reg_names): New array of register names for Linux
10773 targets.
10774 (mips_register_name): Check for a null pointer in
10775 mips_processor_reg_names and return an empty string.
10776 (mips_register_type): Exclude embedded registers for the IRIX
10777 and Linux ABIs.
10778 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10779 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10780 DSP registers.
10781 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10782 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10783 (mips_gdbarch_init): Likewise. Initialize internal register
10784 indices for the Linux ABI. Use dynamic numbers to refer to
10785 registers, as applicable, while parsing the target description.
10786 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10787
10788 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10789
10790 * frame.h (read_frame_register_unsigned): Fix typo in function
10791 description.
10792
10793 2012-03-01 Pedro Alves <palves@redhat.com>
10794
10795 * jit-reader.in [!__cplusplus]
10796 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10797
10798 2012-03-01 Pedro Alves <palves@redhat.com>
10799
10800 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10801 * configure: Regenerate.
10802
10803 2012-03-01 Pedro Alves <palves@redhat.com>
10804
10805 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10806 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10807 (ftrace_command, strace_command): Make static.
10808 * d-lang.c (_initialize_d_language): Declare.
10809 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10810 * dwarf2loc.c (_initialize_dwarf2loc):
10811 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10812 * exec.c (exec_get_section_table): Make static.
10813 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10814 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10815 * inferior.c (remove_inferior_command, add_inferior_command)
10816 (clone_inferior_command): Make static.
10817 * linux-nat.c (linux_nat_thread_address_space)
10818 (linux_nat_core_of_thread): Make static.
10819 * linux-tdep.c (_initialize_linux_tdep): Declare.
10820 * objc-lang.c (_initialize_objc_lang): Declare.
10821 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10822 Make static.
10823 (_initialize_opencl_language): Declare.
10824 * record.c (_initialize_record): Declare.
10825 * remote.c (demand_private_info, remote_get_tib_address)
10826 (remote_supports_cond_tracepoints)
10827 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10828 Make static.
10829 * skip.c (_initialize_step_skip): Declare.
10830 * symtab.c (skip_prologue_using_lineinfo): Make static.
10831 * tracepoint.c (delete_trace_state_variable)
10832 (trace_variable_command, delete_trace_variable_command)
10833 (get_uploaded_tsv, find_matching_tracepoint_location)
10834 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10835 Make static.
10836 * value.c (pack_unsigned_long): Make static.
10837 * varobj.c (varobj_ensure_python_env): Make static.
10838 * windows-tdep.c (_initialize_windows_tdep): Declare.
10839 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10840
10841 2012-03-01 Pedro Alves <palves@redhat.com>
10842
10843 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10844 gdbarch parameter.
10845 (linux_init_abi): Install it as has_shared_address_space gdbarch
10846 callback.
10847
10848 2012-03-01 Pedro Alves <palves@redhat.com>
10849
10850 * observer.c (observer_test_first_notification_function)
10851 (observer_test_second_notification_function)
10852 (observer_test_third_notification_function): Add declarations.
10853
10854 2012-03-01 Pedro Alves <palves@redhat.com>
10855
10856 * common/signals.c (default_target_signal_to_host)
10857 (default_target_signal_from_host): Move ...
10858 * arch-utils.c: ... here.
10859 * arch-utils.h (default_target_signal_to_host)
10860 (default_target_signal_from_host): Declare.
10861
10862 * common/signals.c (target_signal_from_command): Move ...
10863 * infrun.c: ... here.
10864 * inferior.h (target_signal_from_command): Declare.
10865 * target.h (target_signal_from_command)
10866 (default_target_signal_from_host, default_target_signal_to_host):
10867 Delete declarations.
10868
10869 * common/signals.c (_initialize_signals): Delete.
10870
10871 2012-03-01 Pedro Alves <palves@redhat.com>
10872
10873 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10874 both __cplusplus and !__cplusplus.
10875
10876 2012-03-01 Pedro Alves <palves@redhat.com>
10877
10878 * psymtab.c (find_and_open_source): Delete declaration.
10879 * source.c (find_and_open_source): Move comment ...
10880 * source.h (find_and_open_source): ... to this new declaration.
10881
10882 2012-03-01 Pedro Alves <palves@redhat.com>
10883
10884 * inline-frame.c: Include inline-frame.h.
10885
10886 2012-03-01 Pedro Alves <palves@redhat.com>
10887
10888 * tui/tui-data.c (set_gen_win_origin): Delete.
10889 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10890 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10891
10892 2012-03-01 Pedro Alves <palves@redhat.com>
10893
10894 * remote.c (encode_actions): Delete declaration.
10895 * tracepoint.c (encode_actions): Make extern.
10896 * tracepoint.h (encode_actions): Declare.
10897
10898 2012-03-01 Pedro Alves <palves@redhat.com>
10899
10900 * python/py-breakpoint.c: Include python.h.
10901 * python/py-continueevent.c (create_continue_event_object): Make
10902 static.
10903 * python/py-lazy-string.c (stpy_get_type): Make static.
10904 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10905 Make static.
10906 * python/py-utils.c (unicode_to_target_python_string): Make
10907 static.
10908 * python/py-value.c: Include python.h.
10909
10910 2012-03-01 Pedro Alves <palves@redhat.com>
10911
10912 * inferior.c (delete_threads_of_inferior): Delete.
10913
10914 2012-03-01 Pedro Alves <palves@redhat.com>
10915
10916 Import fallback definitions from glibc.
10917
10918 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10919 ps_prochandle): Forward declare.
10920 (ps_err_e): Use glibc's comments.
10921 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10922 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10923 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10924 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10925 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10926 (struct ps_prochandle): Adjust comment.
10927
10928 2012-03-01 Pedro Alves <palves@redhat.com>
10929
10930 * ada-lang.c (ada_modulus_from_name): Delete.
10931 * ada-lex.l (lexer_init): Make static.
10932
10933 2012-03-01 Pedro Alves <palves@redhat.com>
10934
10935 PR gdb/13767
10936
10937 * frame.c (read_frame_register_unsigned): New.
10938 * frame.h (read_frame_register_unsigned): Declare.
10939 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10940 Handle it.
10941 (print_i387_control_word): New parameter `control_p'. Handle it.
10942 (i387_print_float_info): Handle unavailable float registers.
10943
10944 2012-03-01 Keith Seitz <keiths@redhat.com>
10945
10946 * linespec.c (decode_line_2): Sort the list of methods
10947 alphabetically before presenting the user with a selection
10948 menu.
10949
10950 2012-03-01 Doug Evans <dje@google.com>
10951
10952 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10953 has_namespace_info.
10954 (dwarf2_read_abbrevs): Remove corresponding initialization.
10955
10956 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10957
10958 * NEWS: Mention new python command class gdb.COMMAND_USER.
10959 * cli/cli-cmds.c (show_user): Print error when used on a python
10960 command.
10961 (init_cli_cmds): Update documentation strings for "show user" and
10962 "set/show max-user-call-depth" to clarify that it does not apply to
10963 python commands.
10964 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10965 error check.
10966 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10967 gdb python api.
10968 * top.c (execute_command): Only execute a user-defined command as a
10969 legacy macro if c->user_commands is set.
10970
10971 2012-03-01 Tom Tromey <tromey@redhat.com>
10972
10973 * valprint.h (struct generic_val_print_decorations): New.
10974 (generic_val_print): Declare.
10975 * valprint.c (generic_val_print): New function.
10976 * p-valprint.c (p_decorations): New global.
10977 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10978 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10979 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10980 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10981 * m2-valprint.c (m2_decorations): New global.
10982 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10983 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10984 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10985 TYPE_CODE_ERROR>: Call generic_val_print.
10986 * f-valprint.c (f_decorations): New global.
10987 (f_val_print): Use print_function_pointer_address.
10988 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10989 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10990 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10991 generic_val_print.
10992 * c-valprint.c (c_decorations): New global.
10993 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10994 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10995 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10996 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10997 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10998 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10999 case.
11000
11001 2012-03-01 Tom Tromey <tromey@redhat.com>
11002
11003 * valprint.c (val_print): Update.
11004 * p-valprint (pascal_val_print): Return void.
11005 * p-lang.h (pascal_val_print): Return void.
11006 * m2-valprint.c (m2_val_print): Return void.
11007 * m2-lang.h (m2_val_print): Return void.
11008 * language.h (struct language_defn) <la_val_print>: Return void.
11009 * language.c (unk_lang_val_print): Return void.
11010 * jv-valprint.c (java_val_print): Return void.
11011 * jv-lang.h (java_val_print): Return void.
11012 * f-valprint.c (f_val_print): Return void.
11013 * f-lang.h (f_val_print): Return void.
11014 * d-valprint.c (d_val_print): Return void.
11015 (dynamic_array_type): Update.
11016 * d-lang.h (d_val_print): Return void.
11017 * c-valprint.c (c_val_print): Return void.
11018 * c-lang.h (c_val_print): Return void.
11019 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
11020 void.
11021 * ada-lang.h (ada_val_print): Return void.
11022
11023 2012-03-01 Tom Tromey <tromey@redhat.com>
11024
11025 * value.h (val_print): Return void.
11026 * valprint.c (val_print): Return void.
11027
11028 2012-03-01 Tom Tromey <tromey@redhat.com>
11029
11030 * value.h (common_val_print): Return void.
11031 * valprint.c (common_val_print): Return void.
11032
11033 2012-03-01 Tom Tromey <tromey@redhat.com>
11034
11035 * value.h (value_print): Return void.
11036 * valprint.c (value_print): Return void.
11037 * p-valprint.c (pascal_value_print): Return void.
11038 * p-lang.h (pascal_value_print): Return void.
11039 * language.h (struct language_defn) <la_value_print>: Return
11040 void.
11041 * language.c (unk_lang_value_print): Return void.
11042 * jv-valprint.c (java_value_print): Return void.
11043 * jv-lang.h (java_value_print): Return void.
11044 * f-valprint.c (c_value_print): Don't declare.
11045 Include c-lang.h.
11046 * c-valprint.c (c_value_print): Return void.
11047 * c-lang.h (c_value_print): Return void.
11048 * ada-valprint.c (ada_value_print): Return void.
11049 * ada-lang.h (ada_value_print): Return void.
11050
11051 2012-03-01 Tom Tromey <tromey@redhat.com>
11052
11053 * value.c (value_primitive_field): Handle virtual base classes.
11054
11055 2012-03-01 Tom Tromey <tromey@redhat.com>
11056
11057 * gdbtypes.h (struct vbase): Remove.
11058
11059 2012-03-01 Tom Tromey <tromey@redhat.com>
11060
11061 * c-valprint.c (print_function_pointer_address): Move...
11062 * valprint.c: ... here. Make non-static.
11063 * m2-valprint.c (print_function_pointer_address): Remove.
11064 * valprint.h (print_function_pointer_address): Declare.
11065
11066 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11067
11068 * NEWS: Document the fact that one can provide a condition when
11069 creating an Ada exception catchpoint.
11070
11071 2012-03-01 Tom Tromey <tromey@redhat.com>
11072
11073 * valprint.c (val_print_type_code_flags): Fix placement of
11074 trailing brace.
11075
11076 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11077
11078 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11079 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11080 environment variable before calling update-copyright.
11081
11082 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11083
11084 * gnulib/extra/update-copyright: Update to the latest from
11085 gnulib's git repository.
11086 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11087 variable to 2 instead of 1.
11088
11089 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11090
11091 * varobj.c (c_value_of_variable): Remove dead code.
11092
11093 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11094
11095 * ada-lex.p (processId): Do not modify already encoded IDs.
11096 Update function documentation.
11097
11098 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11099
11100 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11101 "name" with "struct symbol *name_sym".
11102 * ada-exp.y (write_var_or_type): Update call to
11103 ada_find_renaming_symbol.
11104 "name" with "struct symbol *name_sym". Adjust Implementation
11105 accordingly. Adjust the function documentation.
11106
11107 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11108
11109 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11110 * ada-lang.c (ada_find_any_type): Add advance declaration.
11111 Make static. Replace ada_find_any_symbol by
11112 ada_find_any_type_symbol.
11113 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11114 Improve function description. Make static.
11115 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11116 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11117
11118 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11119
11120 * ada-lang.c (struct tag_args): Delete.
11121 (ada_get_tsd_type): Function body moved up in source file.
11122 (ada_tag_name_1, ada_tag_name_2): Delete.
11123 (ada_get_tsd_from_tag): New function.
11124 (ada_tag_name_from_tsd): New function.
11125 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11126 to determine the tag name.
11127
11128 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11129
11130 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11131 declaration.
11132 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11133 function.
11134
11135 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11136
11137 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11138
11139 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11140
11141 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11142 full searches.
11143
11144 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11145
11146 * ada-lang.c (constrained_packed_array_type): If there is a
11147 parallel XA type, use it to determine the array index type.
11148
11149 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11150
11151 * ada-valprint.c (ada_val_print_1): If our value is a reference
11152 to an array descriptor, dereference it before converting it
11153 to a simple array.
11154
11155 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11156
11157 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11158 creating fixed value.
11159 (ada_value_ind, ada_coerce_ref, assign_component)
11160 (ada_evaluate_subexp): Remove call to unwrap_value before
11161 call to ada_to_fixed_value.
11162
11163 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11164
11165 * ada-lang.c (to_fixed_array_type): Set result's type name.
11166
11167 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11168
11169 * ada-lang.c (catch_ada_exception_command_split): Add new
11170 argument cond_string. Add support for condition at end of
11171 "catch exception" commands.
11172 (ada_decode_exception_location): Add new argument cond_string.
11173 Update call to catch_ada_exception_command_split.
11174 (create_ada_exception_catchpoint): Add new argument cond_string.
11175 Set the breakpoint condition if needed.
11176 (catch_ada_exception_command): Update call to
11177 ada_decode_exception_location.
11178 (ada_decode_assert_location): Add function documentation.
11179 Add support for condition at end of "catch assert" command.
11180 (catch_assert_command): Update calls to ada_decode_assert_location
11181 and create_ada_exception_catchpoint.
11182
11183 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11184
11185 Fix disp-step-syscall.exp: fork: single step over fork.
11186 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11187 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11188 comment, change parameters gdbarch and ptid to regcache. Remove
11189 parameter regcache, initialize gdbarch from regcache here.
11190 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11191 New functions.
11192 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11193 instead.
11194 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11195 'syscall'. Make the 'int' check more strict.
11196
11197 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11200 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11201 (i386_linux_intx80_sysenter_syscall_record): ... here.
11202 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11203 Use the renamed function name.
11204
11205 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11206
11207 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11208 * breakpoint.c (until_break_command): Likewise.
11209 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11210 * infcall.c (call_function_by_hand): Likewise.
11211 * infcmd.c (finish_forward): Likewise.
11212 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11213
11214 2012-02-28 Tristan Gingold <gingold@adacore.com>
11215
11216 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11217 avoid variable assignments inside condition.
11218
11219 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11220
11221 Fix static analysis issue found by cppcheck.
11222 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11223 uninitialized BUF for size 2.
11224
11225 2012-02-27 Chris Dearman <chris@mips.com>
11226 Nathan Froyd <froydnj@codesourcery.com>
11227 Maciej W. Rozycki <macro@codesourcery.com>
11228
11229 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11230 (mips16_instruction_has_delay_slot): Likewise.
11231 (mips_segment_boundary): Likewise.
11232 (mips_adjust_breakpoint_address): Likewise.
11233 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11234
11235 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11236 Maciej W. Rozycki <macro@codesourcery.com>
11237
11238 * infrun.c (handle_inferior_event): Don't proceed through
11239 shared library trampolines if stepping at the machine
11240 instruction level.
11241
11242 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11243
11244 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11245 too.
11246
11247 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11248
11249 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11250 (sh_stub_unwind_sniffer): New functions.
11251 (sh_stub_unwind): New variable.
11252 (sh_gdbarch_init): Wire everything.
11253
11254 2012-02-27 Pedro Alves <palves@redhat.com>
11255
11256 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11257 (linux_nat_post_attach_wait): Adjust to use
11258 linux_proc_pid_is_stopped.
11259 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11260 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11261 based on pid_is_stopped from both linux-nat.c and
11262 gdbserver/linux-low.c, and renamed.
11263
11264 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11265
11266 * remote.c (remote_watchpoint_addr_within_range): New function.
11267 (init_remote_ops): Use it.
11268
11269 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11270
11271 * target.h (target_watchpoint_addr_within_range): Document macro.
11272
11273 2012-02-24 Pedro Alves <palves@redhat.com>
11274
11275 * stack.c (set_last_displayed_sal): Issue internal_error instead
11276 of warning, and issue it after clearing the last displayed sal.
11277
11278 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11279 Pedro Alves <palves@redhat.com>
11280
11281 * breakpoint.c (until_break_command): Install breakpoints after
11282 all frame manipulations.
11283
11284 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11285
11286 * remote.c (remote_supports_cond_breakpoints): New forward
11287 declaration.
11288 (remote_add_target_side_condition): New function.
11289 (remote_insert_breakpoint): Add target-side breakpoint
11290 conditional if supported.
11291 (remote_insert_hw_breakpoint): Likewise.
11292 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11293 hook.
11294
11295 * target.c (update_current_target): Inherit
11296 to_supports_evaluation_of_breakpoint_conditions.
11297 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11298
11299 * target.h (struct target_ops)
11300 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11301 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11302
11303 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11304 (condition_evaluation_both, condition_evaluation_auto,
11305 condition_evaluation_host, condition_evaluation_target,
11306 condition_evaluation_enums, condition_evaluation_mode_1,
11307 condition_evaluation_mode): New static globals.
11308 (translate_condition_evaluation_mode): New function.
11309 (breakpoint_condition_evaluation_mode): New function.
11310 (gdb_evaluates_breakpoint_condition_p): New function.
11311 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11312 (mark_breakpoint_modified): New function.
11313 (mark_breakpoint_location_modified): New function.
11314 (set_condition_evaluation_mode): New function.
11315 (show_condition_evaluation_mode): New function.
11316 (bp_location_compare_addrs): New function.
11317 (get_first_location_gte_addr): New helper function.
11318 (set_breakpoint_condition): Free condition bytecode if locations
11319 has become unconditional. Call mark_breakpoint_modified (...).
11320 (condition_command): Call update_global_location_list (1) for
11321 breakpoints.
11322 (breakpoint_xfer_memory): Use is_breakpoint (...).
11323 (is_breakpoint): New function.
11324 (parse_cond_to_aexpr): New function.
11325 (build_target_condition_list): New function.
11326 (insert_bp_location): Handle target-side conditional
11327 breakpoints and call build_target_condition_list (...).
11328 (update_inserted_breakpoint_locations): New function.
11329 (insert_breakpoint_locations): Handle target-side conditional
11330 breakpoints.
11331 (bpstat_check_breakpoint_conditions): Add comment.
11332 (bp_condition_evaluator): New function.
11333 (bp_location_condition_evaluator): New function.
11334 (print_breakpoint_location): Print information on where the condition
11335 will be evaluated.
11336 (print_one_breakpoint_location): Likewise.
11337 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11338 breakpoint location.
11339 (force_breakpoint_reinsertion): New functions.
11340 (update_global_location_list): Handle target-side breakpoint
11341 conditions.
11342 Reinsert locations that are already inserted if conditions have
11343 changed.
11344 (bp_location_dtor): Free agent expression bytecode.
11345 (disable_breakpoint): Call mark_breakpoint_modified (...).
11346 Call update_global_location_list (...) with parameter 1 for breakpoints.
11347 (disable_command): Call mark_breakpoint_location_modified (...).
11348 Call update_global_location_list (...) with parameter 1 for breakpoints.
11349 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11350 (enable_command): mark_breakpoint_location_modified (...).
11351 (_initialize_breakpoint): Update documentation and add
11352 condition-evaluation breakpoint subcommand.
11353
11354 * breakpoint.h: Include ax.h.
11355 (condition_list): New data structure.
11356 (condition_status): New enum.
11357 (bp_target_info) <cond_list>: New field.
11358 (bp_location) <condition_changed, cond_bytecode>: New fields.
11359 (is_breakpoint): New prototype.
11360
11361 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11362
11363 * remote.c (remote_state) <cond_breakpoints>: New field.
11364 (PACKET_ConditionalBreakpoints): New enum.
11365 (remote_cond_breakpoint_feature): New function.
11366 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11367 (remote_supports_cond_breakpoints): New function.
11368 (_initialize_remote): Add new packet configuration for
11369 target-side conditional breakpoints.
11370
11371 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11372
11373 * NEWS: Mention target-side conditional breakpoint support,
11374 new condition-evaluation breakpoint subcommand and remote
11375 packet extensions.
11376
11377 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11378
11379 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11380 number.
11381
11382 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11383
11384 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11385 (after_prologue): Remove.
11386
11387 2012-02-23 Tom Tromey <tromey@redhat.com>
11388
11389 * jv-valprint.c (java_val_print): Remove dead code.
11390
11391 2012-02-23 Tristan Gingold <gingold@adacore.com>
11392
11393 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11394 known_tasks_element and known_tasks_length fields.
11395 (read_known_tasks_array): Change argument type. Use pointer type
11396 and number of elements from DATA. Adjust.
11397 (read_known_tasks_list): Likewise.
11398 (get_known_tasks_addr): Remove.
11399 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11400 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11401 type and array length. Merge former get_known_tasks_addr code.
11402
11403 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11404
11405 PR backtrace/13716
11406 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11407 it after set_momentary_breakpoint.
11408
11409 2012-02-22 Sterling Augustine <saugustine@google.com>
11410
11411 PR 13689:
11412 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11413
11414 2012-02-22 Gary Benson <gbenson@redhat.com>
11415
11416 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11417 (find_slot_in_mapped_hash): Likewise.
11418
11419 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 PR build/13638
11422 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11423 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11424 * configure: Regenerate.
11425
11426 2012-02-21 Tristan Gingold <gingold@adacore.com>
11427 Pedro Alves <palves@redhat.com>
11428
11429 * ia64-tdep.c: Do not include libunwind-ia64.h.
11430 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11431 Include libunwind-ia64.h instead of libunwind.h.
11432 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11433 for libunwind.h existence.
11434 * configure, config.in: Regenerate.
11435
11436 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11437
11438 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11439 instead of value_rtti_target_type.
11440 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11441 instead of value_rtti_target_type.
11442 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11443 value_rtti_target_type.
11444 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11445 (value_rtti_target_type): Rename to ...
11446 (value_rtti_indirect_type): ... here and make it indirect. Update
11447 function comment.
11448 * value.c (readjust_indirect_value_type): New function.
11449 (coerce_ref): Support for enclosing type setting for references
11450 with readjust_indirect_value_type.
11451 * value.h (readjust_value_type): New declaration.
11452 (value_rtti_target_type): Rename to ...
11453 (value_rtti_indirect_type): ... here.
11454
11455 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11456
11457 * MAINTAINERS (Write After Approval): Add myself to the list.
11458
11459 2012-02-20 Doug Evans <dje@google.com>
11460
11461 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11462 Rename objfile_p_char parameter to objfilep.
11463 (build_objfile_section_table): Result is now void. All callers
11464 updated.
11465 * objfiles.h (struct objfile): Tweak comments, whitespace.
11466 (build_objfile_section_table): Update.
11467
11468 * elfread.c (elf_symfile_segments): Fix warning text.
11469
11470 2012-02-20 Tom Tromey <tromey@redhat.com>
11471
11472 PR gdb/13498:
11473 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11474 particular set of file names once.
11475 (dw2_map_symbol_filenames): Likewise.
11476
11477 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11478
11479 Code cleanup.
11480 * main.c (write_files): Remove the declaration.
11481 (external_editor_command): Move the declaration ...
11482 [GDBTK] (external_editor_command): ... here. Fix the comment.
11483
11484 2012-02-20 Tom Tromey <tromey@redhat.com>
11485
11486 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11487 extraneous block.
11488
11489 2012-02-20 Tristan Gingold <gingold@adacore.com>
11490
11491 * darwin-nat.h (enum darwin_msg_state): Add comments.
11492
11493 2012-02-20 Tristan Gingold <gingold@adacore.com>
11494
11495 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11496 value.
11497
11498 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11499
11500 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11501 between function description and implementation.
11502
11503 2012-02-17 Tom Tromey <tromey@redhat.com>
11504
11505 PR python/12070:
11506 * python/py-event.c (event_object_getset): New global.
11507 (event_object_type): Reference it.
11508 * python/py-type.c (field_object_getset): New global.
11509 (field_object_type): Reference it.
11510 * python/python-internal.h (gdb_py_generic_dict): Declare.
11511 * python/py-utils.c (gdb_py_generic_dict): New function.
11512
11513 2012-02-17 Tristan Gingold <gingold@adacore.com>
11514
11515 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11516
11517 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11518
11519 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11520 TYPE_CALLING_CONVENTION annotation.
11521
11522 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11523
11524 * MAINTAINERS: Add rx to target ISA section.
11525 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11526 (ALLDEPFILES): Add rx-tdep.c.
11527
11528 2012-02-16 Tom Tromey <tromey@redhat.com>
11529
11530 * symfile.c (symbol_file_add_main_1): Use inferior's
11531 symfile_flags.
11532 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11533 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11534 inferior.
11535 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11536 inferior.
11537 (follow_exec): Use inferior's symfile_flags.
11538 * inferior.h (struct inferior) <symfile_flags>: New field.
11539
11540 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11541
11542 PR gdb/9734:
11543 * remote-sim.c (gdbsim_create_inferior): Call error() when
11544 sim_create_inferior() fails.
11545
11546 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11547
11548 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11549
11550 2012-02-16 Tom Tromey <tromey@redhat.com>
11551
11552 PR c++/13653:
11553 * thread.c (struct current_thread_cleanup) <was_removable>: New
11554 field.
11555 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11556 (make_cleanup_restore_current_thread): Initialize new field.
11557
11558 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11559
11560 * MAINTAINERS: Add rl78 to target ISA section.
11561 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11562 (ALLDEPFILES): Add rl78-tdep.c.
11563 * NEWS: Mention rl78 as a new target.
11564
11565 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11566
11567 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11568 data.
11569 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11570
11571 2012-02-15 Tom Tromey <tromey@redhat.com>
11572
11573 PR gdb/12659:
11574 * infcmd.c (registers_info): Print just the current register's
11575 name.
11576
11577 2012-02-15 Tom Tromey <tromey@redhat.com>
11578
11579 * python/py-symbol.c (sympy_value): Use _().
11580
11581 2012-02-15 Pedro Alves <palves@redhat.com>
11582
11583 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11584 output to be like native targets'.
11585 (remote_pid_to_str): Special case the null ptid.
11586
11587 2012-02-14 Stan Shebs <stan@codesourcery.com>
11588
11589 * NEWS: Mention enable count command.
11590 * breakpoint.h (struct breakpoint): New field enable_count.
11591 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11592 (enable_breakpoint): Add arg to call.
11593 (struct disp_data): New struct.
11594 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11595 (do_map_enable_once_breakpoint): Create a struct and pass it.
11596 (do_map_enable_delete_breakpoint): Ditto.
11597 (do_map_enable_count_breakpoint): New function.
11598 (enable_count_command): New function.
11599 (bpstat_stop_status): Decrement enable_count.
11600 (print_one_breakpoint_location): Report enable count.
11601 (_initialize_breakpoint): Add enable count command.
11602
11603 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11604
11605 * rl78-tdep.c (reggroups.h): Include.
11606 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11607 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11608 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11609 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11610 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11611 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11612 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11613 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11614 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11615 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11616 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11617 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11618 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11619 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11620 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11621 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11622 beginning of register list.
11623 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11624 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11625 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11626 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11627 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11628 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11629 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11630 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11631 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11632 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11633 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11634 the pseudo registers. Rearrange other pseudo registers too so
11635 that the bank registers appear at the end.
11636 (rl78_register_type): Account for the fact that the byte sized
11637 bank registers are now pseudo-registers.
11638 (rl78_register_name): Rearrange the register name array. Make
11639 initial set of raw banked registers inaccessible.
11640 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11641 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11642 case for copying bytes back and forth between raw and pseudo
11643 versions of the banked registers. Update other cases to reflect
11644 the changed names.
11645 (rl78_return_value): Update to account for changed names of
11646 raw registers.
11647 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11648 rl78_register_sim_regno().
11649
11650 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11651
11652 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11653 the name parameter being passed to find_pc_partial_function().
11654
11655 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11656
11657 * MAINTAINERS: Step down from being ia64 target maintainer.
11658
11659 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11662 compilation warning.
11663
11664 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11665
11666 Fix crash on loaded shlibs without loaded exec_bfd.
11667 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11668 (set_section_command): Replace exec_bfd by p->bfd.
11669
11670 2012-02-10 Tom Tromey <tromey@redhat.com>
11671
11672 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11673 when we have a C++ qualified name.
11674
11675 2012-02-10 Pedro Alves <palves@redhat.com>
11676
11677 * inferior.c (inferior_pid_to_str): New.
11678 (print_inferior, inferior_command): Use it.
11679
11680 2012-02-10 Pedro Alves <palves@redhat.com>
11681
11682 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11683 the test CFLAGS.
11684 * configure: Regenerate.
11685
11686 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * linespec.c (decode_line_internal): Fix comment correctness.
11689
11690 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11691
11692 PR gdb/12953
11693 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11694 * amd64bsd-nat.c: Add support for debug registers (adapted from
11695 i386bsd-nat.c).
11696 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11697 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11698 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11699 (amd64bsd_dr_get_control): New functions.
11700 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11701 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11702 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11703 watchpoints initialization.
11704 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11705
11706 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11709 flds_bnds.fields.
11710 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11711
11712 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11715
11716 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11717
11718 * language.h (symbol_name_cmp_ftype): Renames
11719 symbol_name_match_p_ftype.
11720 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11721 la_get_symbol_name_match_p.
11722 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11723 ada_get_symbol_name_match_p. Update comment.
11724 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11725 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11726 Renames symbol_name_match_p. Update field type.
11727 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11728 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11729 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11730 "la_get_symbol_name_cmp" in comments.
11731 * language.c: Likewise.
11732
11733 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11734
11735 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11736 %eflags offset.
11737 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11738 (amd64_sol2_gregset32_reg_offs): Likewise.
11739
11740 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11741
11742 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11743 of the returned BFD is allocated by GDB.
11744
11745 2012-02-07 Tom Tromey <tromey@redhat.com>
11746
11747 PR python/12027:
11748 * python/python-internal.h (frame_object_type): Declare.
11749 * python/py-symbol.c (sympy_needs_frame): New function.
11750 (sympy_value): New function.
11751 (symbol_object_getset): Add "needs_frame".
11752 (symbol_object_methods): Add "value".
11753 * python/py-frame.c (frame_object_type): No longer static.
11754
11755 2012-02-07 Tom Tromey <tromey@redhat.com>
11756
11757 PR python/13599:
11758 * python/py-symbol.c (sympy_line): New function.
11759 (symbol_object_getset): Add "line".
11760
11761 2012-02-07 Tom Tromey <tromey@redhat.com>
11762
11763 * charset.c (find_charset_names): Check 'in' against NULL.
11764
11765 2012-02-06 Doug Evans <dje@google.com>
11766
11767 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11768 and fields.name members from char * to const char *. All uses updated.
11769 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11770 from char * to const char *. All uses updated.
11771 (type_name_no_tag): Update.
11772 (lookup_unsigned_typename, lookup_signed_typename): Update.
11773 * gdbtypes.c (type_name_no_tag): Change result type
11774 from char * to const char *. All callers updated.
11775 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11776 name parameter from char * to const char *.
11777 * symtab.h (struct cplus_specific): Change type of demangled_name
11778 member from char * to const char *. All uses updated.
11779 (struct general_symbol_info): Change type of name and
11780 mangled_lang.demangled_name members from char * to const char *.
11781 All uses updated.
11782 (symbol_get_demangled_name, symbol_natural_name): Update.
11783 (symbol_demangled_name, symbol_search_name): Update.
11784 * symtab.c (symbol_get_demangled_name): Change result type
11785 from char * to const char *. All callers updated.
11786 (symbol_natural_name, symbol_demangled_name): Ditto.
11787 (symbol_search_name): Ditto.
11788 (completion_list_add_name): Change type of symname,sym_text,
11789 text,word parameters from char * to const char *.
11790 (completion_list_objc_symbol): Change type of sym_text,
11791 text,word parameters from char * to const char *.
11792 * ada-lang.c (find_struct_field): Change type of name parameter
11793 from char * to const char *.
11794 (encoded_ordered_before): Similarly for N0,N1 parameters.
11795 (old_renaming_is_invisible): Similarly for function_name parameter.
11796 (ada_type_name): Change result type from char * to const char *.
11797 All callers updated.
11798 * ada-lang.h (ada_type_name): Update.
11799 * buildsym.c (hashname): Change type of name parameter
11800 from char * to const char *.
11801 * buildsym.h (hashname): Update.
11802 * dbxread.c (end_psymtab): Change type of include_list parameter
11803 from char ** to const char **.
11804 * dwarf2read.c (determine_prefix): Change result type
11805 from char * to const char *. All callers updated.
11806 * f-lang.c (find_common_for_function): Change type of name, funcname
11807 parameters from char * to const char *.
11808 * f-lang.c (find_common_for_function): Update.
11809 * f-valprint.c (list_all_visible_commons): Change type of funcname
11810 parameters from char * to const char *.
11811 * gdbarch.sh (static_transform_name): Change type of name parameter
11812 and result from char * to const char *.
11813 * gdbarch.c: Regenerate.
11814 * gdbarch.h: Regenerate.
11815 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11816 of name parameter from char * to const char *.
11817 * jv-lang.c (java_primitive_type_from_name): Ditto.
11818 (java_demangled_signature_length): Similarly for signature parameter.
11819 (java_demangled_signature_copy): Ditto.
11820 (java_demangle_type_signature): Ditto.
11821 * jv-lang.h (java_primitive_type_from_name): Update.
11822 (java_demangle_type_signature): Update.
11823 * objc-lang.c (specialcmp): Change type of a,b parameters
11824 from char * to const char *.
11825 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11826 from char * to const char *. All callers updated.
11827 * p-lang.h (is_pascal_string_type): Update.
11828 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11829 of name parameter from char * to const char *.
11830 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11831 * utils.c (fprintf_symbol_filtered): Ditto.
11832 * defs.h (fprintf_symbol_filtered): Update.
11833 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11834 * stabsread.h (end_psymtab): Update.
11835 * stack.c (find_frame_funname): Change type of funname parameter
11836 from char ** to const char **.
11837 * stack.h (find_frame_funname): Update.
11838 * typeprint.c (type_print): Change type of varstring parameter
11839 from char * to const char *.
11840 * value.h (type_print): Update.
11841 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11842 from char * to const char *. All callers updated.
11843 (xcoff_end_psymtab): Change type of include_list parameter
11844 from char ** to const char **. All callers updated.
11845 (swap_sym): Similarly for name parameter. All callers updated.
11846 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11847 Use xstrdup.
11848 (process_coff_symbol): Use xstrdup.
11849 * stabsread.c (stabs_method_name_from_physname): Renamed from
11850 update_method_name_from_physname. Change result type from void
11851 to char *. All callers updated.
11852 (read_member_functions): In has_destructor case, store name in objfile
11853 obstack instead of malloc space. In !has_stub case, fix mem leak.
11854
11855 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11856
11857 * configure: Rebuild.
11858 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11859 LDFLAGS.
11860
11861 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11862
11863 * configure.tgt (rl78-*-elf): New target.
11864 * rl78-tdep.c: New file.
11865
11866 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11867
11868 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11869 and continue the loop. Add QUIT statement.
11870
11871 2012-02-03 Tom Tromey <tromey@redhat.com>
11872
11873 PR gdb/13596:
11874 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11875 bfd_lookup_symbol_from_symtab.
11876 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11877 gdb_bfd_lookup_symbol_from_symtab.
11878
11879 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11880
11881 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11882 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11883 symbol. Add assertion that sym2 is never NULL.
11884
11885 2012-02-02 Doug Evans <dje@google.com>
11886
11887 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11888 "name" parameter to const char ** from char **. All callers updated.
11889 (find_pc_partial_function): Ditto.
11890 (cache_pc_function_name): Change type to const char * from char *.
11891 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11892 (find_pc_partial_function): Update.
11893 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11894 type of "name" parameter to const char * from char *.
11895 All uses updated.
11896 * arch-utils.c (generic_in_solib_return_trampoline): Change
11897 type of "name" parameter to const char * from char *.
11898 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11899 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11900 type of "name" parameter to const char * from char *.
11901 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11902 * gdbarch.c: Regenerate.
11903 * gdbarch.h: Regenerate.
11904 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11905 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11906 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11907 type of "name" parameter to const char * from char *.
11908 * skip.c (skip_function_pc): Ditto.
11909 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11910 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11911 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11912 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11913 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11914 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11915 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11916 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11917 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11918
11919 2012-02-02 Pedro Alves <palves@redhat.com>
11920
11921 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11922 the current inferior has no execution. Make sure the current
11923 remote process matches gdb's current inferior.
11924
11925 2012-02-02 Tom Tromey <tromey@redhat.com>
11926
11927 PR gdb/13405:
11928 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11929 read-only memory.
11930
11931 2012-02-02 Tom Tromey <tromey@redhat.com>
11932
11933 PR gdb/9307:
11934 * symtab.c (lookup_language_this): Set block_found.
11935
11936 2012-02-01 Tom Tromey <tromey@redhat.com>
11937
11938 PR gdb/13431:
11939 * jit.c (struct jit_inferior_data): Rewrite.
11940 (struct jit_objfile_data): New.
11941 (get_jit_objfile_data): New function.
11942 (add_objfile_entry): Update.
11943 (jit_read_descriptor): Return int. Replace descriptor_addr
11944 argument with inf_data. Update. Don't call error.
11945 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11946 descriptor here.
11947 (jit_inferior_init): Don't look up descriptor. Don't call error.
11948 (jit_reset_inferior_data_and_breakpoints)
11949 (jit_inferior_created_observer): Remove.
11950 (jit_inferior_exit_hook): Update.
11951 (jit_executable_changed_observer): Remove.
11952 (jit_event_handler): Update.
11953 (free_objfile_data): Reset inferior data if needed.
11954 (_initialize_jit): Update.
11955
11956 2012-02-01 Tom Tromey <tromey@redhat.com>
11957
11958 * jit.c (bfd_open_from_target_memory): Move higher in file.
11959
11960 2012-02-01 Tristan Gingold <gingold@adacore.com>
11961
11962 * libunwind-frame.c (libunwind_load): Display message if dlopen
11963 failed.
11964
11965 2012-02-01 Gary Benson <gbenson@redhat.com>
11966
11967 * symtab.h (symbol_found_callback_ftype): New typedef.
11968 (iterate_over_symbols): Use the above.
11969 * symtab.c (iterate_over_symbols): Likewise.
11970 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11971 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11972 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11973 (iterate_name_matcher): Document return values.
11974 (collect_one_symbol): Likewise.
11975 (collect_function_symbols): Likewise.
11976 (collect_symbols): Likewise.
11977
11978 2012-02-01 Tom Tromey <tromey@redhat.com>
11979
11980 * ada-lang.c (resolve_subexp): Update.
11981 (ada_lookup_symbol_list): Add 'full_search' argument.
11982 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11983 ada_lookup_symbol_list.
11984 (ada_lookup_encoded_symbol): Update.
11985 (get_var_value): Update.
11986 * ada-exp.y (block_lookup): Update.
11987 (write_var_or_type): Update.
11988 (write_name_assoc): Update.
11989 * ada-lang.h (ada_lookup_symbol_list): Update.
11990
11991 2012-01-31 Tom Tromey <tromey@redhat.com>
11992
11993 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11994 comment.
11995
11996 2012-01-31 Doug Evans <dje@google.com>
11997
11998 * symtab.h: Remove outdated comment.
11999 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
12000
12001 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
12002
12003 Fix build error in Darwin port.
12004 * i386-darwin-nat.c: Include i386-nat.h.
12005
12006 2012-01-30 Tom Tromey <tromey@redhat.com>
12007
12008 PR breakpoints/13568:
12009 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
12010 argument. Check for recursive includes.
12011 (dwarf_decode_macros): Create an include hash.
12012
12013 2012-01-30 Michael Eager <eager@eagercon.com>
12014
12015 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
12016 * ppc-linux-tdep.c: Include glibc-tdep.h.
12017 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
12018 (powerpc_linux_in_plt_stub): New function.
12019 (powerpc_linux_in_dynsym_resolve_code): New function.
12020 (ppc_skip_trampoline_code): New function.
12021 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
12022 Use glibc_skip_solib_resolver.
12023
12024 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12025
12026 Code cleanup: Make 1440 bytes of data segment read-only.
12027 * arch-utils.c (endian_enum): Make it const char *const [].
12028 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
12029 Likewise.
12030 * breakpoint.c (always_inserted_enums): Likewise.
12031 * cli/cli-cmds.c (script_ext_enums): Likewise.
12032 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
12033 enumlist parameter const char *const *.
12034 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
12035 const char *const *.
12036 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
12037 parameter const char *const *.
12038 * cris-tdep.c (cris_modes): Make it const char *const [].
12039 * filesystem.c (target_file_system_kinds): Likewise.
12040 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
12041 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12042 (can_use_displaced_stepping_enum, scheduler_enums)
12043 (exec_direction_names): Likewise.
12044 * language.c (_initialize_language): Make the type_or_range_names and
12045 case_sensitive_names variables const char *const [].
12046 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12047 * python/python.c (python_excp_enums): Likewise.
12048 * remote.c (interrupt_sequence_modes): Likewise.
12049 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12050 * serial.c (logbase_enums): Likewise.
12051 * sh-tdep.c (sh_cc_enum): Likewise.
12052 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12053 Likewise.
12054 * symtab.c (multiple_symbols_modes): Likewise.
12055 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12056 Likewise.
12057 * utils.c (internal_problem_modes): Likewise.
12058
12059 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12060
12061 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12062 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12063 result.
12064
12065 2012-01-27 Doug Evans <dje@google.com>
12066
12067 * configure.ac (with_python): Fix absolute path handling for win32.
12068 * configure: Regenerate.
12069
12070 2012-01-26 Doug Evans <dje@google.com>
12071
12072 * symtab.c: Whitespace cleanup, no code changes.
12073
12074 * symtab.c (lookup_symbol_in_language): Improve comment.
12075 (lookup_symbol_aux): Fix comment.
12076
12077 * psymtab.c (add_psymbol_to_list): Result is now "void".
12078 * psympriv.h (add_psymbol_to_list): Update.
12079
12080 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12081
12082 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12083
12084 Do not open script filenames twice.
12085 * cli/cli-cmds.c (source_script_from_stream): Pass to
12086 source_python_script also STREAM.
12087 * python/py-auto-load.c (source_section_scripts): Pass to
12088 source_python_script_for_objfile also STREAM.
12089 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12090 also INPUT.
12091 * python/python-internal.h (source_python_script_for_objfile): New
12092 parameter file, rename parameter file to filename.
12093 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12094 instead if !_WIN32. Update the function comment.
12095 (source_python_script, source_python_script_for_objfile)
12096 (source_python_script): New parameter file, rename parameter file to
12097 filename. Pass FILENAME to python_run_simple_file.
12098 * python/python.h (source_python_script): New parameter file, rename
12099 parameter file to filename.
12100
12101 2012-01-26 Pedro Alves <palves@redhat.com>
12102
12103 * corelow.c (core_has_fake_pid): Delete.
12104 (core_close): Delete references to `core_has_fake_pid'.
12105 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12106 (core_open): Delete references to `core_has_fake_pid'.
12107 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12108 the removed global.
12109
12110 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12111
12112 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12113 Remove language parameter from name_matcher. Adjust the comment.
12114 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12115 Remove language parameter.
12116 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12117 * linespec.c (iterate_name_matcher): Likewise.
12118 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12119 name_matcher. Adjust call accordingly.
12120 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12121 (maintenance_check_symtabs): Adjust type of parameter "fun".
12122 * psymtab.h (maintenance_check_symtabs): Likewise.
12123
12124 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12125
12126 * language.h (symbol_name_match_p_ftype): New typedef.
12127 (struct language_defn): Replace field la_symbol_name_compare
12128 by la_get_symbol_name_match_p.
12129 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12130 (ada_language_defn): Use it.
12131 * linespec.c (struct symbol_matcher_data): New type.
12132 (iterate_name_matcher): Rewrite.
12133 (iterate_over_all_matching_symtabs): Pass a pointer to
12134 a symbol_matcher_data struct to expand_symtabs_matching
12135 instead of just the lookup name.
12136 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12137 opencl-lang.c, p-lang.c, language.c: Delete field
12138 la_symbol_name_compare, and replace by NULL for new field
12139 la_get_symbol_name_match_p.
12140 * symfile.h (struct quick_symbol_functions): Update comment.
12141
12142 2012-01-25 Tom Tromey <tromey@redhat.com>
12143
12144 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12145 dereferencing.
12146
12147 2012-01-24 Tom Tromey <tromey@redhat.com>
12148
12149 PR symtab/12406:
12150 * solib.c (update_solib_list): Update the program space's
12151 added_solibs and deleted_solibs fields.
12152 * progspace.h (struct program_space) <added_solibs,
12153 deleted_solibs>: New fields.
12154 (clear_program_space_solib_cache): Declare.
12155 * progspace.c (release_program_space): Call
12156 clear_program_space_solib_cache.
12157 (clear_program_space_solib_cache): New function.
12158 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12159 bpstat_stop_status. Use handle_solib_event.
12160 * breakpoint.c: Include gdb_regex.h.
12161 (print_solib_event): New function.
12162 (bpstat_print): Use print_solib_event.
12163 (bpstat_stop_status): Add special case for bp_shlib_event.
12164 (handle_solib_event): New function.
12165 (bpstat_what): Use handle_solib_event.
12166 (struct solib_catchpoint): New.
12167 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12168 (breakpoint_hit_catch_solib, check_status_catch_solib)
12169 (print_it_catch_solib, print_one_catch_solib)
12170 (print_mention_catch_solib, print_recreate_catch_solib): New
12171 functions.
12172 (catch_solib_breakpoint_ops): New global.
12173 (catch_load_or_unload, catch_load_command_1)
12174 (catch_unload_command_1): New functions.
12175 (internal_bkpt_check_status): Add special case for
12176 bp_shlib_event.
12177 (internal_bkpt_print_it): Use print_solib_event.
12178 (initialize_breakpoint_ops): Initialize
12179 catch_solib_breakpoint_ops.
12180 (_initialize_breakpoint): Register "catch load" and "catch
12181 unload".
12182 * breakpoint.h (handle_solib_event): Declare.
12183 * NEWS: Add entry for "catch load" and "catch unload".
12184
12185 2012-01-24 Tom Tromey <tromey@redhat.com>
12186
12187 * ada-lang.c: Include gdb_vecs.h.
12188 * charset.c: Include gdb_vecs.h.
12189 * tracepoint.h: Include gdb_vecs.h.
12190 * gdb_vecs.h: New file.
12191
12192 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12193
12194 * breakpoint.c (breakpoint_hit_catch_fork)
12195 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12196 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12197 * infrun.c (inferior_has_forked, inferior_has_vforked)
12198 (inferior_has_execd, inferior_has_called_syscall): Delete.
12199 (handle_syscall_event): Get syscall_number from the execution
12200 control state's wait status.
12201 (wait_for_inferior): Don't clear syscall_number.
12202
12203 2012-01-24 Pedro Alves <palves@redhat.com>
12204
12205 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12206 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12207 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12208 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12209 `ws' parameter.
12210 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12211 false for events other than TARGET_SIGNAL_TRAP.
12212 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12213 Add `ws' parameter.
12214 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12215 events other than TARGET_SIGNAL_TRAP.
12216 (tracepoint_breakpoint_hit): Add `ws' parameter.
12217 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12218 parameter.
12219 (bpstat_stop_status): Same.
12220 (pc_at_non_inline_function): Same.
12221 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12222 to pass the current event's waitstatus to bpstat_stop_status
12223 and pc_at_non_inline_function.
12224
12225 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12226
12227 Code cleanup.
12228 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12229 Update the function comment for it.
12230 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12231 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12232 for STREAM.
12233
12234 2012-01-24 Pedro Alves <palves@redhat.com>
12235
12236 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12237 outside `bs->stop' block.
12238 (bpstat_what): Rework bp_shlib_event handling.
12239 (internal_bkpt_check_status): If the breakpoint is a
12240 bp_shlib_event, then set bs->stop and bs->print if
12241 stop_on_solib_events is set.
12242
12243 2012-01-24 Gary Benson <gbenson@redhat.com>
12244
12245 Delete #if 0'd out code.
12246 * stack.c (print_frame_label_vars): Remove.
12247 (catch_info): Likewise.
12248 (_initialize_stack): Remove "info catch" command.
12249 * NEWS: Mention the above.
12250
12251 2012-01-24 Pedro Alves <palves@redhat.com>
12252
12253 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12254 it.
12255 (remote_notice_new_inferior): If the remote end doesn't support
12256 the multiprocess extensions, then the PID is fake.
12257 (add_current_inferior_and_thread): New.
12258 (remote_start_remote): Use it.
12259 (extended_remote_attach_1): Adjust.
12260 (extended_remote_create_inferior_1): Use
12261 add_current_inferior_and_thread.
12262
12263 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12264
12265 Fix watchpoints to be specific for each inferior.
12266 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12267 current_program_space.
12268 * i386-nat.c (i386_inferior_data_cleanup): New.
12269 (i386_inferior_data_get): Replace variable inf_data_local by an
12270 inferior_data call.
12271 (i386_use_watchpoints): Initialize i386_inferior_data.
12272 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12273 specific iterate_over_lwps.
12274
12275 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12276
12277 Fix watchpoints across inferior fork.
12278 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12279 comment for linux_nat_iterate_watchpoint_lwps.
12280 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12281 linux_nat_iterate_watchpoint_lwps.
12282 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12283 * i386-linux-nat.c (update_debug_registers_callback): Update the
12284 comment for linux_nat_iterate_watchpoint_lwps.
12285 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12286 linux_nat_iterate_watchpoint_lwps.
12287 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12288 * i386-nat.c: Include inferior.h.
12289 (dr_mirror): Remove.
12290 (i386_inferior_data, struct i386_inferior_data)
12291 (i386_inferior_data_get): New.
12292 (i386_debug_reg_state): Use i386_inferior_data_get.
12293 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12294 (i386_insert_watchpoint, i386_remove_watchpoint)
12295 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12296 (i386_remove_hw_breakpoint): New variable state, use
12297 i386_debug_reg_state instead of DR_MIRROR.
12298 * linux-nat.c (delete_lwp): New declaration.
12299 (num_lwps): Move here from downwards.
12300 (delete_lwp_cleanup): New.
12301 (linux_child_follow_fork): Create new child_lp, call
12302 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12303 PTRACE_DETACH.
12304 (num_lwps): Move upwards.
12305 (linux_nat_iterate_watchpoint_lwps): New.
12306 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12307 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12308
12309 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12310
12311 GDB 7.4 released.
12312
12313 2012-01-23 Pedro Alves <palves@redhat.com>
12314
12315 * top.c (caution): Rename to ...
12316 (confirm): ... this.
12317 (show_caution): Rename to ...
12318 (show_confirm): ... this.
12319 (quit_cover): Adjust.
12320 (init_main): Adjust.
12321 * top.h (caution): Rename to ...
12322 (confirm): ... this.
12323 * utils.c (internal_vproblem, defaulted_query): Adjust.
12324
12325 2012-01-23 Pedro Alves <palves@redhat.com>
12326
12327 * top.c (caution): Update comment.
12328 (execute_command): Don't consider the current value of `caution'.
12329
12330 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12331
12332 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12333
12334 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12335
12336 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12337 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12338 * target.c (target_fileio_pwrite): Remove buffer address from
12339 debug output.
12340 (target_fileio_pread): Likewise.
12341
12342 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12343
12344 * NEWS: Document remote "info proc" and "generate-core-file".
12345
12346 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12347
12348 * gdbarch.sh (find_memory_regions): New callback.
12349 * gdbarch.c, gdbarch.h: Regenerate.
12350
12351 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12352 callback before falling back to target method.
12353
12354 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12355 (linux_target_install_ops): No longer install it.
12356
12357 * linux-tdep.c (linux_find_memory_regions): New function.
12358 (linux_init_abi): Install it.
12359
12360 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12361
12362 * gdbarch.sh (make_corefile_notes): New architecture callback.
12363 * gdbarch.c: Regenerate.
12364 * gdbarch.h: Likewise.
12365
12366 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12367 before target_make_corefile_notes. If NULL is returned, the
12368 target does not support core file generation.
12369
12370 * linux-nat.c: Include "linux-tdep.h".
12371 (find_signalled_thread, find_stop_signal): Remove.
12372 (linux_nat_do_thread_registers): Likewise.
12373 (struct linux_nat_corefile_thread_data): Likewise.
12374 (linux_nat_corefile_thread_callback): Likewise.
12375 (iterate_over_spus): Likewise.
12376 (struct linux_spu_corefile_data): Likewise.
12377 (linux_spu_corefile_callback): Likewise.
12378 (linux_spu_make_corefile_notes): Likewise.
12379 (linux_nat_collect_thread_registers): New function.
12380 (linux_nat_make_corefile_notes): Replace contents by call to
12381 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12382 as native-only callback.
12383
12384 * linux-tdep.h: Include "bfd.h".
12385 (struct regcache): Add forward declaration.
12386 (linux_collect_thread_registers_ftype): New typedef.
12387 (linux_make_corefile_notes): Add prototype.
12388 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12389 "regset.h", and "elf-bfd.h".
12390 (find_signalled_thread, find_stop_signal): New functions.
12391 (linux_spu_make_corefile_notes): Likewise.
12392 (linux_collect_thread_registers): Likewise.
12393 (struct linux_corefile_thread_data): New data structure.
12394 (linux_corefile_thread_callback): New funcion.
12395 (linux_make_corefile_notes): Likewise.
12396 (linux_make_corefile_notes_1): Likewise.
12397 (linux_init_abi): Install it.
12398
12399 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12400
12401 * gdbarch.sh (info_proc): New callback.
12402 * gdbarch.c, gdbarch.h: Regenerate.
12403
12404 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12405 before falling back to the target info_proc callback.
12406
12407 * linux-nat.c: Do not include "cli/cli-utils.h".
12408 (linux_nat_info_proc): Remove.
12409 (linux_target_install_ops): No longer install it.
12410
12411 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12412 (read_mapping): New function.
12413 (linux_info_proc): Likewise.
12414 (linux_init_abi): Install it.
12415
12416 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12417
12418 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12419 * infcmd.c: (info_proc_cmd_1): New function.
12420 (info_proc_cmd): New function, moved here from equivalent routine
12421 orignally in linux-nat.c.
12422 (info_proc_cmd_mappings): Likewise.
12423 (info_proc_cmd_stat): Likewise.
12424 (info_proc_cmd_status): Likewise.
12425 (info_proc_cmd_cwd): Likewise.
12426 (info_proc_cmd_cmdline): Likewise.
12427 (info_proc_cmd_exe): Likewise.
12428 (info_proc_cmd_all): Likewise.
12429 (_initialize_infcmd): Install "info proc" command and subcommands.
12430
12431 * target.h (struct target_ops): Add to_info_proc.
12432 (target_info_proc): Add prototype.
12433 * target.c (target_info_proc): New function.
12434
12435 * procfs.c (procfs_info_proc): Add prototype.
12436 (info_proc_cmd): Rename into ...
12437 (procfs_info_proc): ... this. Update argument types as appropriate
12438 for a to_info_proc implementation. Handle "what" argument.
12439 (procfs_target): Install procfs_info_proc.
12440 (_initialize_procfs): No longer install "info proc" command.
12441
12442 * linux-nat.c: (enum info_proc_what): Remove.
12443 (linux_nat_info_proc_cmd_1): Rename into ...
12444 (linux_nat_info_proc): ... this. Update argument types as appropriate
12445 for a to_info_proc implementation.
12446 (linux_nat_info_proc_cmd): Remove.
12447 (linux_nat_info_proc_cmd_mappings): Likewise.
12448 (linux_nat_info_proc_cmd_stat): Likewise.
12449 (linux_nat_info_proc_cmd_status): Likewise.
12450 (linux_nat_info_proc_cmd_cwd): Likewise.
12451 (linux_nat_info_proc_cmd_cmdline): Likewise.
12452 (linux_nat_info_proc_cmd_exe): Likewise.
12453 (linux_nat_info_proc_cmd_all): Likewise.
12454 (linux_target_install_ops): Install linux_nat_info_proc.
12455 (_initialize_linux_nat): No longer install "info proc" command
12456 and subcommands.
12457
12458 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12459
12460 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12461 * config.in, configure: Regenerate.
12462
12463 * target.h (struct target_ops): Add to_fileio_readlink.
12464 (target_fileio_readlink): Add prototype.
12465 * target.c (target_fileio_readlink): New function.
12466
12467 * inf-child.c: Conditionally include <sys/param.h>.
12468 (inf_child_fileio_readlink): New function.
12469 (inf_child_target): Install it.
12470
12471 * remote.c (PACKET_vFile_readlink): New enum value.
12472 (remote_hostio_readlink): New function.
12473 (init_remote_ops): Install it.
12474 (_initialize_remote): Handle vFile:readlink packet type.
12475
12476 2012-01-20 Pedro Alves <palves@redhat.com>
12477 Ulrich Weigand <ulrich.weigand@linaro.org>
12478
12479 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12480 * config.in, configure: Regenerate.
12481
12482 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12483 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12484 (target_fileio_open): Add prototype.
12485 (target_fileio_pwrite): Likewise.
12486 (target_fileio_pread): Likewise.
12487 (target_fileio_close): Likewise.
12488 (target_fileio_unlink): Likewise.
12489 (target_fileio_read_alloc): Likewise.
12490 (target_fileio_read_stralloc): Likewise.
12491
12492 * target.c: Include "gdb/fileio.h".
12493 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12494 (default_fileio_target): New function.
12495 (target_fileio_open): Likewise.
12496 (target_fileio_pwrite): Likewise.
12497 (target_fileio_pread): Likewise.
12498 (target_fileio_close): Likewise.
12499 (target_fileio_unlink): Likewise.
12500 (target_fileio_close_cleanup): Likewise.
12501 (target_fileio_read_alloc_1): Likewise.
12502 (target_fileio_read_alloc): Likewise.
12503 (target_fileio_read_stralloc): Likewise.
12504
12505 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12506 <fcntl.h>, and <unistd.h>.
12507 (inf_child_fileio_open_flags_to_host): New function.
12508 (inf_child_errno_to_fileio_error): Likewise.
12509 (inf_child_fileio_open): Likewise.
12510 (inf_child_fileio_pwrite): Likewise.
12511 (inf_child_fileio_pread): Likewise.
12512 (inf_child_fileio_close): Likewise.
12513 (inf_child_fileio_unlink): Likewise.
12514 (inf_child_target): Install to_fileio routines.
12515
12516 * remote.c (init_remote_ops): Install to_fileio routines.
12517
12518 2012-01-20 Pedro Alves <palves@redhat.com>
12519 Ulrich Weigand <ulrich.weigand@linaro.org>
12520
12521 * remote.c (remote_multi_process_p): Only check for multi-process
12522 protocol feature, do not check for extended protocol.
12523 (remote_supports_multi_process): Check for extended protocol here.
12524 (set_general_process): Likewise.
12525 (extended_remote_kill): Likewise.
12526 (remote_pid_to_str): Likewise.
12527 (remote_query_supported): Always query multiprocess mode.
12528
12529 2012-01-20 Pedro Alves <palves@redhat.com>
12530 Ulrich Weigand <ulrich.weigand@linaro.org>
12531
12532 * inferior.h (struct inferior): Add fake_pid_p.
12533 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12534 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12535 magic_null_ptid since the remote side doesn't provide a real PID.
12536
12537 2012-01-19 Tom Tromey <tromey@redhat.com>
12538
12539 * NEWS: Combine the two Python sections.
12540
12541 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 * target.h (target_close): Update comment on the target's unpush state.
12544
12545 2012-01-19 Pedro Alves <palves@redhat.com>
12546
12547 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12548 linux_nat_async directly instead of going through the target
12549 vector.
12550 * target.c (unpush_target): Close target after unpushing it, not
12551 before.
12552
12553 2012-01-19 Gary Benson <gbenson@redhat.com>
12554
12555 * mdebugread.c (sort_blocks): Replace integer constants with ones
12556 derived from FIRST_LOCAL_BLOCK.
12557
12558 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12559 Jan Kratochvil <jan.kratochvil@redhat.com>
12560
12561 PR gdb/9538
12562 * symfile.c (find_separate_debug_file): New function.
12563 (terminate_after_last_dir_separator): Likewise.
12564 (find_separate_debug_file_by_debuglink): Also try realpath.
12565 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12566 * configure: Regenerate.
12567 * config.in: Regenerate.
12568
12569 2012-01-18 Doug Evans <dje@google.com>
12570
12571 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12572 (main.o): Remove rule.
12573 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12574 (--with-sysroot): Rewrite.
12575 * configure: Regenerate.
12576 * config.in: Regenerate.
12577
12578 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12579
12580 * parse.c (initialize_expout): New function.
12581 (reallocate_expout): Likewise.
12582 (parse_exp_in_context): Use `initialize_expout' and
12583 `reallocate_expout' when appropriate.
12584
12585 2012-01-18 Pedro Alves <palves@redhat.com>
12586
12587 * record.c (struct record_breakpoint, record_breakpoint_p)
12588 (record_breakpoints): New.
12589 (record_insert_breakpoint, record_remove_breakpoint): Manage
12590 record breakpoints list. Only remove breakpoints from the
12591 inferior if they had been inserted there in the first place.
12592
12593 2012-01-17 Doug Evans <dje@google.com>
12594
12595 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12596 if we know we don't have a file name to look for.
12597
12598 2012-01-17 Pedro Alves <palves@redhat.com>
12599
12600 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12601 the frame's stop reason is UNWIND_UNAVAILABLE.
12602
12603 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12604
12605 Fix compilation error.
12606 * m2-exp.y (yyerror): Use ANSI C prototype.
12607
12608 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12609
12610 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12611 (growbuf_by_size): Likewise.
12612 (yyerror): Likewise.
12613 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12614 (modblock): Remove variable (was #if 0'ed).
12615 (parse_number): Convert prototype from K&R to ANSI C.
12616 (yyerror): Likewise.
12617 * objc-exp.y (parse_number): Likewise.
12618 (yyerror): Likewise.
12619 (yylex): Remove #if 0'ed code.
12620 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12621 (yyerror): Likewise.
12622
12623 2012-01-16 Tom Tromey <tromey@redhat.com>
12624
12625 * NEWS: Add item.
12626 * symtab.h (compare_filenames_for_search): Declare.
12627 * symtab.c (compare_filenames_for_search): New function.
12628 (iterate_over_some_symtabs): Use it.
12629 * symfile.h (struct quick_symbol_functions)
12630 <map_symtabs_matching_filename>: Change spec.
12631 * psymtab.c (partial_map_symtabs_matching_filename): Use
12632 compare_filenames_for_search. Update for new spec.
12633 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12634 compare_filenames_for_search. Update for new spec.
12635 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12636
12637 2012-01-16 Tom Tromey <tromey@redhat.com>
12638
12639 PR python/13281:
12640 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12641 (struct main_type) <flag_flag_enum>: New field.
12642 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12643 * NEWS: Add entries.
12644 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12645 enums.
12646 * python/lib/gdb/printing.py (_EnumInstance): New class.
12647 (FlagEnumerationPrinter): Likewise.
12648
12649 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12650
12651 * breakpoint.c (create_sals_from_address_default): New function.
12652 (create_breakpoints_sal_default): Likewise.
12653 (decode_linespec_default): Likewise.
12654 (is_marker_spec): Removed.
12655 (strace_marker_p): New function.
12656 (init_breakpoint_sal): Using `strace_marker_p' instead of
12657 `is_marker_spec'.
12658 (create_breakpoint): Call method `create_sals_from_address' from
12659 breakpoint_ops, replacing code that created SALs conditionally
12660 on the type of the breakpoint. Call method `create_breakpoints_sal',
12661 replacing code that created breakpoints conditionally on the type
12662 wanted.
12663 (base_breakpoint_create_sals_from_address): New function.
12664 (base_breakpoint_create_breakpoints_sal): Likewise.
12665 (base_breakpoint_decode_linespec): Likewise.
12666 (base_breakpoint_ops): Add methods
12667 `base_breakpoint_create_sals_from_address',
12668 `base_breakpoint_create_breakpoints_sal' and
12669 `base_breakpoint_decode_linespec'.
12670 (bkpt_create_sals_from_address): New function.
12671 (bkpt_create_breakpoints_sal): Likewise.
12672 (bkpt_decode_linespec): Likewise.
12673 (tracepoint_create_sals_from_address): Likewise.
12674 (tracepoint_create_breakpoints_sal): Likewise.
12675 (tracepoint_decode_linespec): Likewise.
12676 (strace_marker_create_sals_from_address): Likewise.
12677 (strace_marker_create_breakpoints_sal): Likewise.
12678 (strace_marker_decode_linespec): Likewise.
12679 (strace_marker_breakpoint_ops): New variable.
12680 (addr_string_to_sals): Remove `marker_spec'. Call method
12681 `decode_linespec' from breakpoint_ops, replacing code that decoded
12682 an address string into a SAL. Use `strace_marker_p' instead of
12683 `marker_spec'.
12684 (strace_command): Decide whether we are dealing with a static
12685 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12686 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12687 * breakpoint.h (linespec_result, linespec_sals): New forward
12688 declarations.
12689 (breakpoint_ops) <create_sals_from_address>,
12690 <create_breakpoints_sal>, <decode_linespec>: New methods.
12691
12692 2012-01-14 Doug Evans <dje@google.com>
12693
12694 * NEWS: Update text for "maint set python print-stack".
12695 It is deprecated in gdb 7.4 and deleted in 7.5.
12696
12697 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12698
12699 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12700 including curses.h.
12701
12702 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 * configure: Regenerate.
12705 * config.in: Regenerate.
12706
12707 2012-01-12 Keith Seitz <keiths@redhat.com>
12708
12709 PR mi/10586
12710 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12711 (ANONYMOUS_UNION_NAME): Define.
12712 (is_path_expr_parent): New function.
12713 (get_path_expr_parent): New function.
12714 (is_anonymous_child): New function.
12715 (create_child_with_value): If the child is anonymous and without
12716 a name, assign an object name to it.
12717 (c_describe_child): Use get_path_expr_parent to determine
12718 the parent expression.
12719 If there field represents an anonymous struct or union and
12720 has no name, set an appropriate display name and expression.
12721 (cplus_describe_child): Likewise.
12722
12723 2012-01-12 Pedro Alves <palves@redhat.com>
12724
12725 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12726 available when %ebp is found to be zero (outermost).
12727
12728 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12729
12730 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12731 an internal gdb_static_assert.
12732 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12733
12734 2012-01-11 Tom Tromey <tromey@redhat.com>
12735
12736 PR gdb/9598:
12737 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12738 catch" and "catch throw".
12739
12740 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12741
12742 * blockframe.c (block_innermost_frame): Start search from selected
12743 frame, if present, or otherwise the current frame.
12744
12745 * c-exp.y (variable): Update innermost_block for
12746 'block COLONCOLON NAME' clause.
12747 * m2-exp.y (variable): Ditto.
12748 * objc-exp.y (variable): Ditto.
12749
12750 2012-01-10 Tom Tromey <tromey@redhat.com>
12751
12752 PR python/13199:
12753 * python/python.c (finish_python_initialization): Set sys.argv.
12754
12755 2012-01-10 Doug Evans <dje@google.com>
12756
12757 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12758 "want_line_info". All callers updated.
12759 (dwarf_decode_lines_1): New function.
12760 (handle_DW_AT_stmt_list): Add function comment.
12761 New arg "want_line_info". All callers updated.
12762 (read_file_scope,read_type_unit_scope): Move comment from
12763 handle_DW_AT_stmt_list to here.
12764
12765 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12766
12767 Fix regression after libiberty/ update for GCC PR 6057 and others.
12768 * c-exp.y (operator) <OPERATOR DELETE>
12769 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12770 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12771 (make_builtin_type, make_name): New variable i, add gdb_assert.
12772 (operator) <OPERATOR NEW>: Update ARGS to 3.
12773 (operator) <OPERATOR DELETE>: Add trailing space.
12774 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12775 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12776 * cp-support.c (cp_canonicalize_string): Check NULL from
12777 cp_comp_to_string, call warning and return.
12778
12779 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12780
12781 Fix duplicate .o files after omitting libbfd.a.
12782 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12783 (SFILES): Add corelow.c.
12784 (COMMON_OBS): Add corelow.o.
12785 (ALLDEPFILES): Remove corelow.c.
12786 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12787 * config/alpha/alpha-osf3.mh: Likewise.
12788 * config/alpha/fbsd.mh: Likewise.
12789 * config/arm/nbsdaout.mh: Likewise.
12790 * config/arm/nbsdelf.mh: Likewise.
12791 * config/i386/i386gnu.mh: Likewise.
12792 * config/ia64/hpux.mh: Likewise.
12793 * config/ia64/linux.mh: Likewise.
12794 * config/m32r/linux.mh: Likewise.
12795 * config/m68k/linux.mh: Likewise.
12796 * config/mips/irix5.mh: Likewise.
12797 * config/mips/irix6.mh: Likewise.
12798 * config/pa/hpux.mh: Likewise.
12799 * config/pa/linux.mh: Likewise.
12800 * config/powerpc/aix.mh: Likewise.
12801 * config/sparc/linux.mh: Likewise.
12802 * config/sparc/linux64.mh: Likewise.
12803 * config/sparc/sol2.mh: Likewise.
12804 * config/vax/vax.mh: Likewise.
12805 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12806 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12807 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12808 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12809 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12810 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12811 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12812 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12813 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12814 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12815 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12816 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12817 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12818 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12819 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12820 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12821 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12822 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12823 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12824 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12825 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12826 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12827 corelow.o from gdb_target_obs.
12828 * corefile.c (core_target): Update the comment on NULL value.
12829 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12830 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12831 MATCHES. Drop YUMMY set on NULL.
12832 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12833 reclaim CORE_DATA if it is already NULL.
12834
12835 2012-01-09 Doug Evans <dje@google.com>
12836
12837 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12838 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12839
12840 2012-01-09 Keith Seitz <keiths@redhat.com>
12841
12842 * breakpoint.c (wrapper.h): Don't include.
12843
12844 2012-01-09 Keith Seitz <keiths@redhat.com>
12845
12846 * Makefile.in (SFILES): Remove wrapper.c.
12847 (HFILES_NO_SRCDIR): Remove wrapper.h.
12848 (COMMON_OBS): Remove wrapper.o.
12849 * cli/cli-interp.c: Don't inlude wrapper.h.
12850 * corelow.c: Likewise.
12851 (core_open): Replace gdb_target_find_new_threads with
12852 TRY_CATCH around target_find_new_threads.
12853 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12854 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12855 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12856 evaluate_expression.
12857 (varobj_set_value): Likewise for evaluate_expression and
12858 value_assign.
12859 (install_new_variable): Likewise for value_fetch_lazy.
12860 (adjust_value_for_child_access): Likewise for value_ind.
12861 (c_describe_child): Likewise for value_subscript and
12862 value_ind.
12863 (c_value_of_root): Likewise for evaluate_expression.
12864 * wrapper.c: Remove.
12865 * wrapper.h: Remove.
12866
12867 2012-01-09 Doug Evans <dje@google.com>
12868
12869 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12870 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12871 "abfd" args with "section". All callers updated.
12872 Error checking code moved ...
12873 (error_check_comp_unit_head): ... here. New function.
12874 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12875 Delete arg "abfd". New arg "type_offset". All callers updated.
12876 (create_debug_types_hash_table): Simplify by using
12877 read_and_check_type_unit_head.
12878
12879 * parser-defs.h (namecopy): Delete.
12880 * parse.c (namecopy, namecopy_size): Move into copy_name.
12881
12882 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 Partially fix duplicate .o files after omitting libbfd.a.
12885 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12886 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12887 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12888 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12889 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12890 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12891 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12892
12893 2012-01-09 Pedro Alves <palves@redhat.com>
12894
12895 * MAINTAINERS: Update my email address.
12896
12897 2012-01-08 Doug Evans <dje@google.com>
12898
12899 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12900 n_type_units. Rename type_comp_units to all_type_units.
12901 All uses updated.
12902 (add_signatured_type_cu_to_table): Renamed from
12903 add_signatured_type_cu_to_list. All callers updated.
12904
12905 * gdbtypes.h (struct cplus_struct_type): Delete member
12906 nfn_fields_total. All uses removed.
12907
12908 2012-01-06 Doug Evans <dje@google.com>
12909
12910 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12911 to top of file.
12912 (dwarf2_find_comp_unit): Delete.
12913 (process_psymtab_comp_unit): Make result "void".
12914 Delete args buffer, info_ptr, buffer_size, and replace with
12915 "section". All callers updated.
12916 (dwarf2_build_psymtabs_hard): Simplify.
12917
12918 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12919 Thiago Jung Bauermann <bauerman@br.ibm.com>
12920
12921 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12922 before `struct gdb_exception'.
12923 * breakpoint.c (update_global_location_list_nothrow)
12924 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12925 * cp-abi.c (value_rtti_type): Likewise.
12926 * cp-support.c (cp_validate_operator): Likewise.
12927 * infrun.c (insert_exception_resume_breakpoint)
12928 (check_exception_resume, keep_going): Likewise.
12929 * mi-interp.c (mi_breakpoint_created)
12930 (mi_breakpoint_modified): Likewise.
12931 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12932 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12933 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12934
12935 2012-01-05 Doug Evans <dje@google.com>
12936
12937 * dwarf2read.c (statement_prologue): Delete, unused.
12938
12939 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12940 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12941
12942 * dwarf2read.c (comp_unit_header): Delete, unused.
12943
12944 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12945
12946 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12947 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12948
12949 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12950
12951 * infrun.c (normal_stop): Don't skip calling the normal_stop
12952 observers if the thread was doing a multi-step, but stopped for
12953 some reason other than stepping.
12954
12955 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12956
12957 * cli/cli-decode.h: Add comments.
12958 (CMD_LIST_AMBIGUOUS): Moved to command.h
12959 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12960 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12961 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12962 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12963 (add_com, add_com_alias, add_info, add_info_alias)
12964 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12965 declarations.
12966 * command.h: Add and adjust comments.
12967 (CMD_LIST_AMBIGUOUS): Moved here.
12968 (help_cmd, help_cmd_list): Delete declarations.
12969
12970 2012-01-04 Doug Evans <dje@google.com>
12971
12972 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12973 All callers updated.
12974 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12975 Replace all arguments with "per_cu". All callers updated.
12976
12977 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12978
12979 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12980 New arg "per_cu". All callers updated.
12981
12982 Delete #if 0'd out code.
12983 * language.c (binop_result_type): Delete.
12984 (simple_type, ordered_type, same_type, integral_type): Delete.
12985 (numeric_type, character_type, string_type, boolean_type): Delete.
12986 (float_type, structured_type): Delete.
12987 * language.h: Update.
12988
12989 2012-01-04 Tom Tromey <tromey@redhat.com>
12990
12991 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12992
12993 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12994
12995 * corefile.c (close_exec_file): Delete.
12996 (reopen_exec_file): Remove commented out code that seems related
12997 to close_exec_file, which is being deleted here.
12998 * inferior.h (close_exec_file): Delete.
12999 * fork-child.c (fork_inferior): Remove call to fork_inferior.
13000
13001 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13002
13003 * ada-lang.c: #include "cli/cli-utils.h".
13004 (get_selections): Use skip_spaces.
13005 (ada_get_next_arg): Use skip_spaces and skip_to_space.
13006 (catch_ada_exception_command_split): Use skip_spaces.
13007 (ada_decode_assert_location): Likewise.
13008
13009 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13010
13011 * linespec.c (decode_line_internal): Check for C++ or Java
13012 compound constructs only if the current language is C, C++
13013 or Java.
13014
13015 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 Revert:
13018 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13019 Joel Brobecker <brobecker@adacore.com>
13020 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13021 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13022 3 times.
13023 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13024 fall through into AT_ENTRY_POINT.
13025 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13026 DUMMY_ADDR with it.
13027 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13028 PPC_INSN_SIZE skip to 3 times.
13029
13030 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13031
13032 * linespec.c (add_minsym): Preserve function descriptors.
13033
13034 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
13035
13036 * breakpoint.c (all_locations_are_pending): Consider locations
13037 in program spaces executing during startup pending as well.
13038
13039 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13040
13041 Copyright year update in most files of the GDB Project.
13042
13043 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13044
13045 * copyright.sh: Delete.
13046 * copyright.py: Rewrite.
13047
13048 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13049
13050 * gnulib/extra/update-copyright: New file, imported from gnulib.
13051
13052 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13053
13054 * README (Copyright and License Notices): New section.
13055
13056 2012-01-03 Tom Tromey <tromey@redhat.com>
13057
13058 PR python/12533:
13059 * python/py-value.c (valpy_dereference, valpy_get_address
13060 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13061 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13062 (valpy_absolute, valpy_richcompare): Free intermediate values.
13063
13064 2011-01-03 Joel Brobecker <brobecker@adacore.com>
13065
13066 * ada-lang.c: Reformat the copyright notice.
13067
13068 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13069
13070 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13071 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13072 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13073 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13074 Revert this part of:
13075 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13076 Build gdb directly from *.o files not using libgdb.a.
13077 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13078
13079 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13080
13081 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13082 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13083 Reformat the copyright header.
13084
13085 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13086
13087 Revert this part of:
13088 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13089 Remove the gdbtui binary.
13090 * gdb.c (main): Remove args.interpreter_p initialization.
13091 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13092 * main.h (struct captured_main_args): Remove interpreter_p.
13093
13094 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13095
13096 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13097
13098 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13099
13100 * top.c (print_gdb_version): Update copyright year.
13101
13102 2012-01-02 Yao Qi <yao@codesourcery.com>
13103
13104 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13105
13106 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13107 Joel Brobecker <brobecker@adacore.com>
13108
13109 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13110 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13111 3 times.
13112 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13113 fall through into AT_ENTRY_POINT.
13114 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13115 DUMMY_ADDR with it.
13116 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13117 PPC_INSN_SIZE skip to 3 times.
13118
13119 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13120
13121 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13122 the return value.
13123 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13124
13125 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13126
13127 Build gdb directly from *.o files not using libgdb.a.
13128 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13129 (COMMON_OBS): Remove solib-target.o.
13130 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13131 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13132 (LIBGDB_OBS, libgdb.a): Move it above.
13133 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13134 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13135 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13136 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13137 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13138 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13139 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13140 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13141 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13142 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13143 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13144 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13145 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13146 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13147 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13148 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13149 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13150 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13151 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13152 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13153 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13154 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13155 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13156 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13157 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13158 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13159 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13160
13161 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13162
13163 Remove the gdbtui binary.
13164 * .gitignore (/gdbtui): Remove.
13165 * Makefile.in (TUI): Remove.
13166 (SUBDIR_TUI_OBS): Remove tui-main.o.
13167 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13168 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13169 (tui-main.o): Remove.
13170 (all_object_files): Remove tui-main.o.
13171 * NEWS: New note for the gdbtui removal.
13172 * configure: Rebuilt.
13173 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13174 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13175 CONFIG_UNINSTALL respectively.
13176 * gdb.c (main): Remove args.interpreter_p initialization.
13177 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13178 * main.h (struct captured_main_args): Remove interpreter_p.
13179 * tui/tui-main.c: Remove.
13180
13181 2012-01-01 Doug Evans <dje@google.com>
13182
13183 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13184 (dwarf2_physname, read_import_statement): Ditto.
13185 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13186 (process_structure_scope read_subroutine_type): Ditto.
13187 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13188 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13189 (dwarf2_fetch_die_location_block): Ditto.
13190 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13191
13192 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13193 All callers updated.
13194 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13195 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13196 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13197
13198 * dwarf2read.c (load_cu): Move assert to more useful location.
13199
13200 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13201 All callers updated.
13202
13203 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13204 (dwarf2_elf_names): Minor reformat.
13205 (dwarf2_per_cu_data): Tweak comment.
13206 (dwarf2_read_section): Fix comment.
13207 (create_all_comp_units): Fix comment.
13208 (load_full_comp_unit): Fix comment.
13209 (process_full_comp_unit): Fix comment.
13210 (read_signatured_type): Fix comment.
13211
13212 For older changes see ChangeLog-2011.
13213 \f
13214 Local Variables:
13215 mode: change-log
13216 left-margin: 8
13217 fill-column: 74
13218 version-control: never
13219 coding: utf-8
13220 End:
This page took 0.30956 seconds and 5 git commands to generate.