* serial.c (deprecated_serial_fd): Remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-20 Tom Tromey <tromey@redhat.com>
2
3 * serial.c (deprecated_serial_fd): Remove.
4 * serial.h (deprecated_serial_fd): Remove.
5
6 2012-12-20 Yao Qi <yao@codesourcery.com>
7
8 * maint.c (_initialize_maint_cmds): Move code ...
9 * symmisc.c (_initialize_symmisc): ... to here.
10 (maintenance_print_msymbols): Make it static.
11 (maintenance_print_objfiles): Likewise.
12 (maintenance_print_symbols): Likewise.
13 (maintenance_info_symtabs): Likewise.
14 * symtab.h (maintenance_print_msymbols): Remove declaration.
15 (maintenance_print_objfiles, maintenance_print_symbols): Likewise.
16 (maintenance_info_symtabs): Likewise.
17
18 2012-12-20 Yao Qi <yao@codesourcery.com>
19
20 * maint.c (_initialize_maint_cmds): Move code to ...
21 * psymtab.c (_initialize_psymtab): ... here. New.
22 Include "gdbcmd.h".
23 (maintenance_print_psymbols): Make it static.
24 (maintenance_info_psymtabs, maintenance_check_symtabs): Likewise.
25 * symtab.h (maintenance_print_psymbols): Remove declaration.
26 (maintenance_check_symtabs, maintenance_info_psymtabs): Likewise.
27
28 2012-12-19 Maxim Kuvyrkov <maxim@codesourcery.com>
29
30 * MAINTAINERS: Add myself to write-after-approval maintainers.
31
32 2012-12-19 Andreas Tobler <andreast@neon.andreas.nets>
33
34 * mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize
35 branch_bp to keep gcc happy.
36
37 2012-12-19 Joel Brobecker <brobecker@adacore.com>
38
39 * gdbarch.sh (copyright): Update copyright years.
40 * gdbarch.h, gdbarch.c: Regenerate.
41 * copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
42 (MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.
43
44 2012-12-19 Joel Brobecker <brobecker@adacore.com>
45
46 * acinclude.m4: Update contact info in copyright notice.
47
48 2012-12-19 Yao Qi <yao@codesourcery.com>
49
50 * maint.c (maintenance_print_statistics): Make it static.
51 * symtab.h (maintenance_print_statistics): Remove declaration.
52
53 2012-12-19 Joel Brobecker <brobecker@adacore.com>
54
55 * NEWS: Add entry announcing ppc-lynx178 support.
56
57 2012-12-19 Joel Brobecker <brobecker@adacore.com>
58
59 Revert the following change (compatibility issues with libiconv):
60 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
61 * gnulib/import/errno.in.h: Import.
62 * gnulib/import/m4/errno_h.m4: Import.
63 * gnulib/aclocal.m4: Regenerate.
64 * gnulib/configure: Regenerate.
65 * gnulib/import/Makefile.am: Update.
66 * gnulib/import/Makefile.in: Update.
67 * gnulib/import/m4/gnulib-cache.m4: Update.
68 * gnulib/import/m4/gnulib-comp.m4: Update.
69
70 2012-12-18 Tom Tromey <tromey@redhat.com>
71
72 * defs.h (directory_command): Don't declare.
73 * source.c (directory_command): Now static.
74
75 2012-12-18 Tom Tromey <tromey@redhat.com>
76
77 * infcmd.c (all_registers_info, nexti_command, stepi_command)
78 (continue_command, interrupt_target_command): Now static.
79 (registers_info): Remove declaration.
80 * inferior.h (all_registers_info, nexti_command, stepi_command)
81 (continue_command, interrupt_target_command): Don't declare.
82
83 2012-12-18 Tom Tromey <tromey@redhat.com>
84
85 * cli/cli-cmds.c (apropos_command): Now static.
86
87 2012-12-18 Tom Tromey <tromey@redhat.com>
88
89 * breakpoint.c (dprintf_command): Now static.
90
91 2012-12-18 Tom Tromey <tromey@redhat.com>
92
93 * Makefile.in (init.c): Declare initialize_all_files;
94 don't include call-cmds.h.
95 * call-cmds.h: Remove.
96 * symtab.c: Don't include call-cmds.h.
97 * top.c: Don't include call-cmds.h. Declare
98 initialize_all_files.
99
100 2012-12-18 Tom Tromey <tromey@redhat.com>
101
102 * symfile.c (list_overlays_command, map_overlay_command)
103 (unmap_overlay_command): Now static.
104
105 2012-12-18 Tom Tromey <tromey@redhat.com>
106
107 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
108 "define", "while", and "if" commands.
109 * cli/cli-script.c (while_command, if_command, define_command)
110 (document_command): Now static.
111 (_initialize_cli_script): New function.
112 * cli/cli-script.h (while_command, if_command, define_command)
113 (document_command): Don't declare.
114
115 2012-12-18 Tom Tromey <tromey@redhat.com>
116
117 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
118 (init_cli_cmds): Move most code into new function.
119
120 2012-12-18 Tom Tromey <tromey@redhat.com>
121
122 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
123 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
124 declare.
125
126 2012-12-18 Joel Brobecker <brobecker@adacore.com>
127
128 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
129 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
130 * xcoffread.c (xcoff_get_core_n_import_files): New function.
131 (xcoff_get_n_import_files): New function.
132 * xcoffread.h (xcoffread.h): Add declaration.
133 * rs6000-aix-tdep.c: #include "xcoffread.h".
134 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
135 XCOFF executables that do not depend on any shared library.
136 * rs6000-lynx178-tdep.c: New file.
137 * configure.tgt: Add powerpc-*-lynx*178 handling.
138 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
139 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
140
141 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
142
143 * ui-file.c (ui_file): Add to_fseek.
144 (ui_file_new): Call set_ui_file_fseek.
145 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
146 stdio_file_fseek): New functions.
147 (stdio_file_new): Call set_ui_file_fseek.
148 * ui-file.h (ui_file_fseek_ftype): New typedef.
149 (set_ui_file_fseek, ui_file_fseek): New externs.
150
151 2012-12-18 Hui Zhu <hui_zhu@mentor.com>
152
153 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
154 (set_ui_file_isatty): Change isatty to isatty_ptr.
155 (set_ui_file_rewind): Change rewind to rewind_ptr.
156 (set_ui_file_put): Change put to put_ptr.
157 (set_ui_file_write): Change write to write_ptr.
158 (set_ui_file_write_async_safe): Change write_async_safe to
159 write_async_safe_ptr.
160 (set_ui_file_read): Change read to read_ptr.
161 (set_ui_file_fputs): Change fputs to fputs_ptr.
162 (set_ui_file_data): Change delete to delete_ptr.
163
164 2012-12-18 Joel Brobecker <brobecker@adacore.com>
165
166 * solib-darwin.c (darwin_current_sos): Fix indentation.
167 (darwin_read_exec_load_addr): New function.
168 (darwin_solib_create_inferior_hook): Rebase executable.
169 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
170 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
171
172 2012-12-18 Joel Brobecker <brobecker@adacore.com>
173
174 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
175 * gnulib/import/errno.in.h: Import.
176 * gnulib/import/m4/errno_h.m4: Import.
177 * gnulib/aclocal.m4: Regenerate.
178 * gnulib/configure: Regenerate.
179 * gnulib/import/Makefile.am: Update.
180 * gnulib/import/Makefile.in: Update.
181 * gnulib/import/m4/gnulib-cache.m4: Update.
182 * gnulib/import/m4/gnulib-comp.m4: Update.
183
184 2012-12-18 Joel Brobecker <brobecker@adacore.com>
185
186 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
187 8d5bd1402003bd0153984b138735adf537d960b0.
188 * gnulib/aclocal.m4, configure, config.in: Regenerate.
189 * gnulib/import/m4/extern-inline.m4: Import.
190 * gnulib/import/wctype-h.c: Import.
191 * gnulib/import/Makefile.am: Update.
192 * gnulib/import/Makefile.in: Update.
193 * gnulib/import/alloca.in.h: Update.
194 * gnulib/import/extra/snippet/warn-on-use.h: Update.
195 * gnulib/import/localcharset.c: Update.
196 * gnulib/import/m4/fcntl-o.m4: Update.
197 * gnulib/import/m4/gnulib-cache.m4: Update.
198 * gnulib/import/m4/gnulib-comp.m4: Update.
199 * gnulib/import/m4/wctype_h.m4: Update.
200 * gnulib/import/stdbool.in.h: Update.
201 * gnulib/import/verify.h: Update.
202 * gnulib/import/wctype.in.h: Update.
203
204 2012-12-18 Joel Brobecker <brobecker@adacore.com>
205
206 * gnulib/update-gnulib.sh: Add call to autoheader.
207
208 2012-12-17 Tom Tromey <tromey@redhat.com>
209
210 * top.c (xgdb_verbose): Remove.
211
212 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
213
214 Code cleanup.
215 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
216 unused forward declarations.
217 (skip_file_command): Make variables symtab and filename targets const.
218 Use proper 0 vs. NULL constant everywhere.
219 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
220 Include empty line after declarations. Use GNU spacing in a comment.
221 Do not use strlen for end of string check.
222 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
223 comments.
224 (skip_enable_command, skip_disable_command, skip_delete_command)
225 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
226 (function_pc_is_marked_for_skip): Make variable filename target const.
227 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
228 comment formatting.
229 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
230 NULL constant everywhere. Include empty line after declarations. Make
231 variable symtab target const. Do not use strlen for end of string
232 check.
233
234 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 Code cleanup.
237 * breakpoint.c (clear_command): Remove variable sal_name_len and its
238 initialization, remove it from the compare_filenames_for_search call.
239 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
240 name_len and its initialization, remove it from the
241 compare_filenames_for_search calls.
242 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
243 * symtab.c (compare_filenames_for_search): Remove the search_len
244 parameter, update the function comment, new variable search_len
245 initialized from SEARCH_NAME.
246 (iterate_over_some_symtabs): Remove variable name_len and its
247 initialization, remove it from the compare_filenames_for_search calls.
248 * symtab.h (compare_filenames_for_search): Remove the search_len
249 parameter,
250
251 2012-12-16 Joel Brobecker <brobecker@adacore.com>
252
253 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
254 (ALLDEPFILES): ... to there.
255
256 2012-12-15 Joel Brobecker <brobecker@adacore.com>
257
258 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
259
260 2012-12-15 Joel Brobecker <brobecker@adacore.com>
261
262 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
263 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
264 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
265 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
266 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
267 to gdb_target_obs for every target that uses rs6000-tdep.o.
268 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
269 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
270 or register_ppc_ravenscar_ops.
271
272 2012-12-15 Joel Brobecker <brobecker@adacore.com>
273
274 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
275 RAVENSCAR_SPARC_THREAD_H.
276 * sparc-ravenscar-thread.c: Rename all global entities
277 whose name is uses "ravenscar_sparc" as the prefix to use
278 "sparc_ravenscar" instead.
279
280 2012-12-15 Joel Brobecker <brobecker@adacore.com>
281
282 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
283 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
284 Adjust sparc-ravenscar-thread.h #include.
285 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
286 accordingly.
287 * Makefile.in: Replace ravenscar-sparc-thread with
288 sparc-ravenscar-thread throughout.
289 * configure.tgt: Likewise.
290
291 2012-12-15 Joel Brobecker <brobecker@adacore.com>
292
293 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
294 declaration.
295 (ravenscar_ops): New gdbarch variable.
296 * gdbarch.h, gdbarch.c: Regenerate.
297 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
298 * ravenscar-thread.c (current_arch_ops): Delete.
299 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
300 from the gdbarch.
301 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
302 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
303 (ravenscar_register_arch_ops): Delete.
304 * ravenscar-sparc-thread.h: New file.
305 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
306 (ravenscar_sparc_ops): Define value statically.
307 (_initialize_ravenscar_sparc): Delete.
308 (register_sparc_ravenscar_ops): New function.
309 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
310 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
311 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
312 ravenscar-sparc-thread.o.
313 (SFILES): Add ravenscar-thread.c.
314 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
315 (ALLDEPFILES): ravenscar-sparc-thread.c.
316 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
317 to gdb_target_obs
318 for all the targets that use sparc-tdep.o.
319
320 2012-12-15 Joel Brobecker <brobecker@adacore.com>
321
322 * ravenscar-thread.c (ravenscar_is_open): Delete.
323 (ravenscar_initialize): Move most of the code from here...
324 (ravenscar_inferior_created): ... to there. Invert logic.
325 (ravenscar_close): Delete.
326 (init_ravenscar_thread_ops): Remove setting of
327 ravenscar_ops.to_close.
328
329 2012-12-15 Joel Brobecker <brobecker@adacore.com>
330
331 * objfiles.c (init_entry_point_info): Move function from here...
332 * symfile.c (init_entry_point_info): ... to there. Make static.
333 * objfiles.h (objfiles.h): Delete declaration.
334
335 2012-12-15 Joel Brobecker <brobecker@adacore.com>
336
337 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
338 Remove call to init_entry_point_info. Add OBJFILE's
339 section_offsets and num_sections initialization. Add note
340 about entry info in the function documentation.
341 (syms_from_objfile): New function.
342 * coffread.c (coff_symfile_init): Remove call to
343 init_entry_point_info.
344 * machoread.c (macho_symfile_init): Likewise.
345 * xcoffread.c(xcoff_symfile_init): Likewise.
346
347 2012-12-15 Yao Qi <yao@codesourcery.com>
348
349 * remote-notif.c (_initialize_notif): Add new commands
350 'set debug notification' and 'show debug notification'.
351 * NEWS: Mention these new commands.
352
353 2012-12-15 Yao Qi <yao@codesourcery.com>
354
355 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
356 (SFILES): Add "remote-notif.c".
357 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
358 * remote-notif.c: New. Factored out from remote.c.
359 * remote-notif.h: New.
360 * remote.c: Include "remote-notif.h".
361 (stop_reply_xmalloc, do_stop_reply_xfree):
362 (remote_parse_stop_reply, remote_get_pending_stop_replies):
363 (remote_async_get_pending_events_handler): Remove declarations.
364 (remote_parse_stop_reply): Declare.
365 (pending_stop_reply): Remove.
366 (remote_async_get_pending_events_token): Move to
367 remote-notif.c.
368 (remote_close): Replace 'delete_async_event_handler' with
369 remote_notif_unregister_async_event_handler.
370 Don't call discard_pending_stop_replies.
371 (remote_start_remote): Replace code with remote_notif_parse
372 and remote_notif_get_pending_replies.
373 (remote_open_1): Replace 'create_async_event_handler' with
374 remote_notif_register_async_event_handler.
375 (extended_remote_attach_1): Call remote_notif_parse and
376 notif_stop_reply_push.
377 (struct stop_reply) <next>: Remove.
378 <base>: New field.
379 Callers update.
380 (stop_reply_queue): Change its type.
381 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
382 (remote_notif_remove_all): New.
383 (discard_pending_stop_replies): Update.
384 (remote_notif_stop_ack, stop_reply_dtr): New.
385 (remote_notif_stop_alloc_event): New.
386 (notif_client_stop): New variable.
387 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
388 (queued_stop_reply, peek_stop_reply): Adjust.
389 (remote_get_pending_stop_replies): Rename to
390 remote_notif_get_pending_events.
391 (handle_notification): Move to remote-notif.c.
392 (remote_async_get_pending_events_handler): Likewise.
393 (remote_wait_as): Adjust to call remote_notif_parse.
394 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
395 Return minus_one_ptid early if gets a notification.
396 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
397 (_initialize_remote): Call QUEUE_alloc. Update caller.
398 (remote_resume): Call 'remote_notif_process' in all-stop mode.
399 * remote.h: Include "remote-notif.h".
400 (remote_notif_get_pending_replies): Declare.
401
402 2012-12-15 Yao Qi <yao@codesourcery.com>
403
404 * remote.c (discard_pending_stop_replies): Update declaration.
405 (remote_detach_1, extended_remote_mourn_1): Likewise.
406 (discard_pending_stop_replies): Change parameter from PID to
407 INF.
408 (remote_close): Update caller.
409 (_initialize_remote): Attach discard_pending_stop_replies to
410 inferior_exit observer.
411
412 2012-12-15 Yao Qi <yao@codesourcery.com>
413
414 * remote.c (getpkt_or_notif_sane): Add one more argument in
415 its declaration.
416 (getpkt_or_notif_sane_1): Add one more argument.
417 (getpkt_sane): Update caller.
418 (getpkt_or_notif_sane): Likewise. Update call
419 togetpkt_or_notif_sane_1.
420 (remote_wait_ns): Update caller.
421
422 2012-12-15 Yao Qi <yao@codesourcery.com>
423 Doug Evans <dje@google.com>
424
425 * common/queue.h: New.
426
427 2012-12-15 Yao Qi <yao@codesourcery.com>
428
429 * breakpoint.c (print_one_breakpoint_location): Display the
430 state of 'installed' of each non-pending location of a tracepoint
431 in both CLI and MI.
432 (download_tracepoint_locations): Notify 'breakpoint-modified'
433 observer if any tracepoint location is downloaded.
434 * tracepoint.c (start_tracing): Likewise.
435 (merge_uploaded_tracepoints): Record all modified
436 tracepoints and notify 'breakpoint-modified' observer for them.
437
438 * NEWS: Mention the change for CLI and MI.
439
440 2012-12-15 Yao Qi <yao@codesourcery.com>
441
442 * breakpoint.c (download_tracepoint_locations): Iterate over
443 ALL_TRACEPOINTS first and then iterate over locations of
444 each tracepoint.
445
446 2012-12-14 Pierre Muller <muller@sourceware.org>
447 Pedro Alves <palves@redhat.com>
448
449 * solib-target.c (solib_target_current_sos): Remove 'const'
450 qualifier from type of library_document local variable to be
451 able to free it and avoid a memory leak.
452 Use cleanup chain to avoid leak even if exceptino is generated.
453
454 2012-12-14 Tom Tromey <tromey@redhat.com>
455
456 PR c++/8888:
457 * symtab.c (lookup_symbol_aux): If constructor is found, consider
458 returning the type instead.
459 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
460 found.
461
462 2012-12-14 Tom Tromey <tromey@redhat.com>
463
464 Partial fix for PR c++/14160:
465 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
466 * dwarf2read.c (dwarf2_is_constructor): New function.
467 (dwarf2_add_member_fn): Use it.
468 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
469 TYPE_FN_FIELD_CONSTRUCTOR.
470 * jv-typeprint.c (java_type_print_base): Use
471 TYPE_FN_FIELD_CONSTRUCTOR.
472 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
473 <dummy>: Shrink.
474 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
475
476 2012-12-14 Tom Tromey <tromey@redhat.com>
477
478 * c-exp.y (block, variable, name_not_typename, lex_one_token,
479 classify_name): Update.
480 * c-valprint.c (c_val_print): Update.
481 * f-exp.y (yylex): Update.
482 * go-exp.y (package_name_p, classify_packaged_name)
483 (classify_name): Update.
484 * jv-exp.y (push_variable): Update.
485 * m2-exp.y (variable): Update.
486 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
487 * p-exp.y (block, variable, yylex): Update.
488 * p-valprint.c (pascal_val_print): Update.
489 * parse.c (write_dollar_variable): Update.
490 * printcmd.c (address_info): Update.
491 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
492 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
493 (lookup_symbol): Change type of 'is_a_field_of_this'.
494 (check_field): Add 'is_a_field_of_this' argument.
495 * symtab.h (struct field_of_this_result): New.
496 (lookup_symbol, lookup_symbol_in_language): Update.
497
498 2012-12-14 Tom Tromey <tromey@redhat.com>
499
500 * symtab.c (check_field): Now static. Move from...
501 * valops.c (check_field): ... here. Remove.
502 * value.h (check_field): Don't declare.
503
504 2012-12-14 Tom Tromey <tromey@redhat.com>
505
506 * NEWS: Mention "info proc" and core files.
507 * corelow.c (core_info_proc): New function.
508 (init_core_ops): Set to_info_proc.
509 * gdbarch.c, gdbarch.h: Rebuild.
510 * gdbarch.sh (core_info_proc): New method.
511 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
512 * linux-tdep.c (linux_core_info_proc_mappings)
513 (linux_core_info_proc): New functions.
514 (linux_find_memory_region_ftype): New typedef.
515 (linux_find_memory_regions_full): New function, from
516 linux_find_memory_regions.
517 (struct linux_find_memory_regions_data): New.
518 (linux_find_memory_regions_thunk): New function.
519 (linux_find_memory_regions): Rewrite.
520 (struct linux_make_mappings_data): New.
521 (linux_make_mappings_callback)
522 (linux_make_mappings_corefile_notes): New functions.
523 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
524 (linux_init_abi): Call set_gdbarch_core_info_proc.
525 * target.c (target_info_proc): Return 'int'.
526 * target.h (target_info_proc): Update.
527
528 2012-12-14 Pierre Muller <muller@sourceware.org>
529
530 * windows-nat.c (windows_xfer_shared_libraries): Avoid
531 memory leak when OFFSET >= LEN_AVAIL.
532
533 2012-12-13 Tom Tromey <tromey@redhat.com>
534
535 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
536
537 2012-12-13 Tom Tromey <tromey@redhat.com>
538
539 * acinclude.m4 (CY_AC_C_WORKS): Remove.
540
541 2012-12-13 Pierre Muller <muller@sourceware.org>
542
543 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
544 local variable and zero terminate it to avoid possible problems
545 in strcmp.
546
547 2012-12-13 Pedro Alves <palves@redhat.com>
548
549 * coff-pe-read.c: Include coff/internal.h.
550 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
551 Null terminate buffer explicitly instead of memset the whole
552 buffer.
553
554 2012-12-13 Pierre Muller <muller@sourceware.org>
555
556 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
557 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
558 for already defined macros.
559
560 2012-12-13 Pierre Muller <muller@sourceware.org>
561
562 * coff-pe-read.h (pe_text_section_offset): Declare new function.
563 * coff-pe-read.c (debug_coff_pe_read): New static variable.
564 (struct read_pe_section_data): Add section_name field.
565 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
566 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
567 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
568 (get_pe_section_index): New function.
569 (struct pe_sections_info): New type.
570 (get_section_vmas): Use new struct pe_sections_info.
571 (add_pe_exported_sym): Handle unnamed exported function.
572 (add_pe_forwarded_sym): New function.
573 (read_pe_truncate_name): Truncate at last dot.
574 (pe_as16): New function.
575 (read_pe_exported_syms): Use ordinal of function to
576 retrieve correct RVA address of function and handle
577 forwarded symbol.
578 (pe_text_section_offset): New function.
579 (show_debug_coff_pe_read): New function.
580 (_initialize_coff_pe_read): New function adding
581 'set/show debug coff_pe_read' commands.
582
583 * windows-tdep.c (windows_xfer_shared_library): Use
584 pe_text_section_offset function instead of possibly wrong
585 0x1000 constant for .text sextion offset.
586
587 2012-12-13 Pedro Alves <palves@redhat.com>
588
589 * gdbarch.sh (do_read): Set IFS to blank.
590
591 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
592
593 * NEWS: Mention the -catch-load/-catch-unload MI commands.
594
595 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
596
597 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
598 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
599 * breakpoint.c (add_solib_catchpoint): New function that
600 can be used by both CLI and MI, factored out from
601 catch_load_or_unload.
602 (catch_load_or_unload): Strip it down and make it use the
603 new add_solib_catchpoint.
604 * breakpoint.h (add_solib_catchpoint): Declare it.
605 * mi/mi-cmd-break.h: New file.
606 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
607 (setup_breakpoint_reporting): New function used for both
608 catchpoints and breakpoints.
609 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
610 * mi/mi-cmd-catch.c: New file.
611 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
612 and -catch-unload.
613 * mi/mi-cmds.h: Declare the handlers for -catch-load and
614 -catch-unload.
615
616 2012-11-28 Tom Tromey <tromey@redhat.com>
617
618 * dbxread.c (read_dbx_symtab): Update.
619 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
620 (read_ofile_symtab): Add 'objfile' argument.
621 * dwarf2read.c (process_psymtab_comp_unit_reader)
622 (build_type_psymtabs_reader): Update.
623 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
624 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
625 argument.
626 (parse_procedure, parse_partial_symbols): Update.
627 (psymtab_to_symtab_1): Add 'objfile' argument.
628 * psympriv.h (struct partial_symtab) <objfile>: Remove.
629 <read_symtab>: Add 'objfile' argument.
630 (sort_pst_symbols, discard_psymtab): Update.
631 * psymtab.c (partial_map_expand_apply): Update.
632 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
633 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
634 (find_pc_sect_psymbol): Add 'objfile' argument.
635 (lookup_symbol_aux_psymtabs): Update.
636 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
637 Add 'objfile' argument.
638 (find_last_source_symtab_from_partial, dump_psymtab)
639 (dump_psymtabs_for_objfile, read_symtabs_for_function)
640 (expand_partial_symbol_tables, read_psymtabs_with_filename)
641 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
642 (expand_symtabs_matching_via_partial): Update.
643 (sort_pst_symbols): Add 'objfile' argument.
644 (allocate_psymtab): Update.
645 (discard_psymtab): Add 'objfile' argument.
646 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
647 * stabsread.h (end_psymtab): Update.
648 * xcoffread.c (this_symtab_objfile): New global.
649 (process_linenos, enter_line_range, xcoff_next_symbol_text):
650 Update.
651 (read_xcoff_symtab): Add 'objfile' argument.
652 (read_symbol, read_symbol_lineno): Update.
653 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
654 (xcoff_end_psymtab): Add 'objfile' argument.
655 (scan_xcoff_symtab): Update.
656
657 2012-12-12 Paul Koning <paul_koning@dell.com>
658
659 Add support for Python 3.
660 * NEWS: Mention Python 3 support.
661 * varobj.c (value_get_print_value): Use
662 python_string_to_target_string.
663 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
664 of type objects.
665 * python/py-breakpoint.c: Ditto.
666 * python/py-cmd.c: Ditto.
667 * python/py-event.c: Ditto.
668 * python/py-event.h: Ditto.
669 * python/py-evtregistry.c: Ditto.
670 * python/py-finishbreakpoint.c: Ditto.
671 * python/py-frame.c: Ditto.
672 * python/py-function.c: Ditto.
673 * python/py-infthread.c: Ditto.
674 * python/py-lazy-string.c: Ditto.
675 * python/py-progspace.c: Ditto.
676 * /python/py-symbol.c: Ditto.
677 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
678 initialization for Python 3.
679 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
680 of type objects.
681 (infpy_read_memory): Return memoryview object if Python 3.
682 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
683 (infpy_search_memory): Ditto.
684 (get_buffer): New function for Python 3.
685 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
686 of type objects.
687 (objfpy_dealloc): Use Py_TYPE to call tp_free.
688 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
689 of type objects.
690 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
691 (set_attr): Ditto.
692 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
693 instead of PyString methods if Python 3.
694 (print_children): Skip push_dummy_python_frame call if Python 3.
695 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
696 of type objects.
697 (salpy_dealloc): Use Py_TYPE to call tp_free.
698 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
699 of type objects.
700 (field_dealloc): Use Py_TYPE to call tp_free.
701 (typy_dealloc): Ditto.
702 (type_object_as_number): Adjust struct initializations for
703 differences in layout for Python 2 vs. Python 3.
704 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
705 string case for Python 3.
706 (unicode_to_encoded_python_string): Shorten code (no functional
707 change).
708 (python_string_to_target_python_string): Comment that in Python 3
709 returned value is a Python "bytes" type.
710 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
711 (gdb_py_object_from_longest): Omit non-long integer case in Python
712 3.
713 (gdb_py_object_from_ulongest): Ditto.
714 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
715 of type objects.
716 (valpy_dealloc): Use Py_TYPE to call tp_free.
717 (valpy_int): Omit function if Python 3.
718 (convert_value_from_python): Use "%S" format (Python object as a
719 string) if Python 3.
720 (value_object_as_number): Adjust struct initializations for
721 differences in layout for Python 2 vs. Python 3.
722 * python/python-config.py: Adjust syntax for Python 3
723 compatibility.
724 Include "sys.abiflags" string as part of python library name, if
725 that attribute exists (Python 3).
726 * python/python-internal.h (IS_PY3): Define if Python 3.
727 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
728 placeholder value if Python 3.
729 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
730 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
731 analogous Python 3 API function if Python 3.
732 (PyVarObject_HEAD_INIT): Define if not already defined.
733 (Py_TYPE): Ditto.
734 * python/python.c (eval_python_command): Omit Py_FlushLine call if
735 Python 3.
736 Check return values of all Python API calls for error.
737 Supply dummy "python" and "python-interactive" commands if Python
738 initialization failed.
739 (_initialize_python): Convert argc to wchar_t** if Python 3.
740 Add module initialization for Python 3.
741 (finish_python_initialization): Pass wchar_t * argument to
742 PySys_SetPath if Python 3.
743 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
744 (_GdbFile): New class for common output file behavior.
745 (GdbOutFile): Subclass from _GdbFile.
746 (GdbOutputErrorFile): Ditto.
747 (auto_load_packages): Adjust syntax for Python 3 compatibility.
748 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
749 * python/lib/gdb/prompt.py: Use sorted() function rather than
750 sort() method.
751 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
752 Adjust syntax for Python 3 compatibility.
753 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
754 rather than sort() method.
755 Adjust syntax for Python 3 compatibility.
756 * python/lib/gdb/command/type_printers.py: Ditto.
757 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
758 value is a memoryview object if Python 3.
759
760 2012-12-12 Tom Tromey <tromey@redhat.com>
761
762 * coffread.c (coff_objfile_data_key): New global.
763 (coff_symfile_init): Use set_objfile_data.
764 (coff_symfile_read): Use objfile_data.
765 (coff_symfile_finish): Don't free deprecated_sym_private.
766 (coff_free_info): New function.
767 (_initialize_coffread): Initialize coff_objfile_data_key.
768 * mdebugread.c (pending_list): Update comment.
769 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
770 * symfile.c (reread_symbols): Don't mention
771 deprecated_sym_private.
772 * xcoffread.c (xcoff_objfile_data_key): New global.
773 (XCOFF_DATA): New macro.
774 (process_linenos, enter_line_range, xcoff_next_symbol_text)
775 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
776 XCOFF_DATA.
777 (xcoff_new_init) Use set_objfile_data.
778 (xcoff_symfile_finish): Don't free deprecated_sym_private.
779 (init_stringtab, swap_sym, scan_xcoff_symtab)
780 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
781 (xcoff_free_info): New function.
782 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
783
784 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
785
786 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
787
788 2012-12-12 Tom Tromey <tromey@redhat.com>
789
790 * coffread.c (coff_symfile_init): Use set_objfile_data.
791 (coff_symfile_read): Use DBX_SYMFILE_INFO.
792 * dbxread.c (dbx_objfile_data_key): New global.
793 (dbx_symfile_init): Use set_objfile_data.
794 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
795 (dbx_free_symfile_info): New function.
796 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
797 DBX_SYMFILE_INFO.
798 (stabsect_build_psymtabs): Use set_objfile_data.
799 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
800 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
801 set_objfile_data.
802 (free_elfinfo): Use DBX_SYMFILE_INFO.
803 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
804 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
805 * gdb-stabs.h (dbx_objfile_data_key): Declare.
806 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
807 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
808 * somread.c (som_symfile_finish): Don't free
809 deprecated_sym_stab_info.
810
811 2012-12-12 Joel Brobecker <brobecker@adacore.com>
812
813 * gdbarch.sh (software_single_step): Remove trailing space in
814 comment (gdbarch.h is already correct).
815
816 2012-12-11 Tom Tromey <tromey@redhat.com>
817
818 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
819
820 2012-12-11 Tom Tromey <tromey@redhat.com>
821
822 * dsrec.c (report_transfer_performance): Don't declare.
823 (load_srec): Use gettimeofday, print_transfer_performance.
824 * symfile.c (report_transfer_performance): Remove.
825
826 2012-12-11 Pedro Alves <pedro@codesourcery.com>
827 Pedro Alves <palves@redhat.com>
828
829 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
830 NT_PSTATUS note.
831 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
832 differently from LWP IDs.
833
834 2012-12-11 Pedro Alves <palves@redhat.com>
835
836 * configure.ac (detect type of /proc): Remove Unixware handling.
837 * configure: Regenerate.
838 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
839 (ioctl_table) [PCRESET]: Remove entry.
840 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
841 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
842 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
843 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
844 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
845 Unixware in comments throughout.
846 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
847 and remove mention of Unixware.
848
849 2012-12-10 Doug Evans <dje@google.com>
850
851 * dwarf2read.c (dwarf2_cu): Enhance comment.
852 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
853 the DWO file.
854 (dwarf2_record_block_ranges): Ditto.
855
856 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
857
858 * symtab.c (find_pc_sect_symtab): Add comment.
859
860 2012-12-10 Tom Tromey <tromey@redhat.com>
861
862 * defs.h: Don't check for definition of LONGEST.
863 (min, max): Remove duplicates.
864
865 2012-12-10 Tom Tromey <tromey@redhat.com>
866
867 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
868 (dwarf2_fetch_die_loc_cu_off): Rename from
869 dwarf2_fetch_die_location_block. Rewrite to use
870 dwarf2_fetch_die_loc_sect_off.
871 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
872 (dwarf2_fetch_die_loc_cu_off): Rename.
873 * dwarf2loc.c (indirect_pieced_value): Use
874 dwarf2_fetch_die_loc_sect_off.
875 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
876 comment.
877 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
878 * dwarf2expr.c (add_piece): Update.
879 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
880
881 2012-12-10 Tom Tromey <tromey@redhat.com>
882
883 * buildsym.c (struct pending_block): Move from buildsym.h.
884 (pending_blocks): Likewise; now static.
885 (pending_block_obstack): New global.
886 (free_pending_blocks): Free blocks.
887 (record_pending_block): Use pending_block_obstack.
888 * buildsym.h (struct pending_block): Move definition to
889 buildsym.c.
890 (pending_blocks): Don't declare.
891
892 2012-12-10 Pedro Alves <palves@redhat.com>
893
894 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
895 dead SCO code, and adjust function description comment.
896
897 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
898
899 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
900 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
901 CC_HAS_LONG_LONG.
902 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
903 * dwarf2read.c (extract_cu_value): Remove the function.
904 (create_cus_from_index_list): Make the return type void, inline the
905 extract_cu_value caller, include new gdb_static_assert.
906 (create_cus_from_index): Make the return type void, update the function
907 comment, update the create_cus_from_index_list caller.
908 (create_signatured_type_table_from_index): Make the return type void,
909 inline the extract_cu_value caller, include new gdb_static_assert.
910 (dwarf2_read_index): Update the create_cus_from_index and
911 create_signatured_type_table_from_index caller.
912 * printcmd.c (ui_printf): Remove conditionalizations for
913 CC_HAS_LONG_LONG.
914 * config.in: Regenerate.
915 * configure: Regenerate.
916
917 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
918
919 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
920 Update the comment for checked_producer.
921 (check_producer): New forward declaration.
922 (producer_is_gcc_lt_4_3): New function.
923 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
924 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
925
926 2012-12-07 Tom Tromey <tromey@redhat.com>
927
928 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
929 argument, assertion.
930 * c-exp.y (typebase): Add completion productions.
931 * completer.c (expression_completer): Handle tag completion.
932 * expression.h (parse_expression_for_completion): Add argument.
933 * f-lang.c (f_make_symbol_completion_list): Add 'code'
934 argument.
935 * language.h (struct language_defn)
936 <la_make_symbol_completion_list>: Add 'code' argument.
937 * parse.c (expout_tag_completion_type, expout_completion_name):
938 New globals.
939 (mark_struct_expression): Add assertion.
940 (mark_completion_tag): New function.
941 (parse_exp_in_context): Initialize new globals.
942 (parse_expression_for_completion): Add 'code' argument. Handle
943 tag completion.
944 * parser-defs.h (mark_completion_tag): Declare.
945 * symtab.c (default_make_symbol_completion_list_break_on): Add
946 'code' argument. Update.
947 (default_make_symbol_completion_list): Add 'code' argument.
948 (make_symbol_completion_list): Update.
949 (make_symbol_completion_type): New function.
950 * symtab.h (default_make_symbol_completion_list_break_on)
951 (default_make_symbol_completion_list): Update.
952 (make_symbol_completion_type): Declare.
953
954 2012-12-07 Tom Tromey <tromey@redhat.com>
955
956 * expression.h (parse_expression_for_completion): Rename
957 from parse_field_expression.
958 (parse_completion): Rename from in_parse_field.
959 * c-exp.y (lex_one_token): Update.
960 * completer.c (expression_completer): Update.
961 * go-exp.y (lex_one_token): Update.
962 * p-exp.y (yylex): Update.
963 * parse.c (parse_completion): Rename from in_parse_field.
964 (parse_exp_in_context): Update.
965 (parse_expression_for_completion): Rename from
966 parse_field_expression. Update.
967
968 2012-12-07 Tom Tromey <tromey@redhat.com>
969
970 * typeprint.c (_initialize_typeprint): Set completer
971 for "whatis" and "ptype".
972
973 2012-12-07 Joel Brobecker <brobecker@adacore.com>
974
975 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
976 "sim/common/cgen-fpu.h". Remove invalid entries
977 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
978 which actually have an FSF copyright header.
979
980 2012-12-07 Joel Brobecker <brobecker@adacore.com>
981
982 * osf-share/AT386/cma_thread_io.h: Delete.
983 * osf-share/HP800/cma_thread_io.h: Delete.
984 * osf-share/README: Delete.
985 * osf-share/RIOS/cma_thread_io.h: Delete.
986 * osf-share/cma_attr.h: Delete.
987 * osf-share/cma_deb_core.h: Delete.
988 * osf-share/cma_debug_client.h: Delete.
989 * osf-share/cma_errors.h: Delete.
990 * osf-share/cma_handle.h: Delete.
991 * osf-share/cma_init.h: Delete.
992 * osf-share/cma_list.h: Delete.
993 * osf-share/cma_mutex.h: Delete.
994 * osf-share/cma_sched.h: Delete.
995 * osf-share/cma_semaphore_defs.h: Delete.
996 * osf-share/cma_sequence.h: Delete.
997 * osf-share/cma_stack.h: Delete.
998 * osf-share/cma_stack_int.h: Delete.
999 * osf-share/cma_tcb_defs.h: Delete.
1000 * osf-share/cma_util.h: Delete.
1001 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
1002 in osf-share.
1003 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
1004 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
1005 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
1006
1007 2012-12-06 Pedro Alves <palves@redhat.com>
1008 Tom Tromey <tromey@redhat.com>
1009
1010 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
1011
1012 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1013
1014 PR mi/14741:
1015 * mi/mi-cmd-var.c (varobj_update_one): Take value of
1016 attribute "dynamic" and "displayhint" from printed child,
1017 not the root variable.
1018
1019 2012-12-06 Joel Brobecker <brobecker@adacore.com>
1020
1021 * aix-thread.c (getthrds): Fix type of 4th parameter.
1022 (get_signaled_thread): Change type of variable ktid to tid_t.
1023
1024 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
1025
1026 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
1027 value of get_frame_block.
1028
1029 2012-12-05 Pierre Muller <muller@sourceware.org>
1030
1031 Avoid memory leaks on struct cmd_list_element.doc field.
1032 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
1033 if flags contains DOC_ALLOCATED.
1034 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
1035 flags.
1036 (delete_cmd): Handle DOC_ALLOCATED flag.
1037 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
1038 in flags filed of struct cmd_list_element.
1039 (struct cmd_list_element): Document new flag item.
1040
1041 2012-12-04 Doug Evans <dje@google.com>
1042
1043 * symmisc.c: Whitespace fixes.
1044
1045 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
1046
1047 * i386-tdep.c (i386_skip_prologue): Using symbol table
1048 to find the end of prologue for clang compiled binaries.
1049 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
1050 to find the end of prologue for clang compiled binaries.
1051
1052 2012-12-03 Doug Evans <dje@google.com>
1053
1054 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
1055 (dw2_find_symbol_file): Delete unused local file_data.
1056
1057 2012-12-03 Tom Tromey <tromey@redhat.com>
1058
1059 * ada-exp.y (write_object_renaming, write_var_or_type)
1060 (write_ambiguous_var, write_var_from_sym): Make blocks const.
1061 * ada-lang.c (replace_operator_with_call)
1062 (find_old_style_renaming_symbol): Make blocks const.
1063 * ada-lang.h (ada_find_renaming_symbol): Update.
1064 (struct ada_symbol_info) <block>: Now const.
1065 * breakpoint.c (watch_command_1): Update.
1066 * breakpoint.h (struct watchpoint) <exp_valid_block,
1067 cond_exp_valid_block>: Now const.
1068 * c-exp.y (classify_inner_name, classify_name): Make block
1069 argument const.
1070 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1071 const.
1072 * expression.h (innermost_block, parse_exp_1): Update.
1073 (union exp_element) <block>: Now const.
1074 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1075 (lookup_struct): Make block argument const.
1076 * gdbtypes.h (lookup_template_type): Update.
1077 * go-exp.y (classify_name, classify_packaged_name)
1078 (package_name_p): Make block argument const.
1079 * objc-lang.c (lookup_struct_typedef): Make block argument const.
1080 * objc-lang.h (lookup_struct_typedef): Update.
1081 * parse.c (parse_exp_in_context, parse_exp_1)
1082 (write_exp_elt_block): Make block arguments const.
1083 (expression_context_block, innermost_block): Now const.
1084 * parser-defs.h (write_exp_elt_block): Update.
1085 (expression_context_block, innermost_block, block_found): Now
1086 const.
1087 * printcmd.c (struct display) <block>: Now const.
1088 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1089 * valops.c (address_of_variable): Make block argument const.
1090 * value.h (value_of_variable): Update.
1091 * varobj.c (struct varobj_root) <valid_block>: Now const.
1092
1093 2012-11-30 Yao Qi <yao@codesourcery.com>
1094
1095 * breakpoint.c (print_one_breakpoint_location): Indent code.
1096
1097 2012-11-30 Yao Qi <yao@codesourcery.com>
1098
1099 * breakpoint.c (print_one_breakpoint_location): Combine two
1100 blocks handling 'hit count' together.
1101
1102 2012-11-30 Yao Qi <yao@codesourcery.com>
1103
1104 * infrun.c (error_is_running, ensure_not_running): Move them
1105 to ...
1106 * infcmd.c (error_is_running, ensure_not_running): ... here.
1107 Make them 'static'.
1108 * inferior.h: Remove declarations of error_is_running and
1109 ensure_not_running.
1110
1111 2012-11-30 Yao Qi <yao@codesourcery.com>
1112
1113 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1114 check REGNUM >= 0.
1115
1116 2012-11-30 Yao Qi <yao@codesourcery.com>
1117
1118 * infrun.c: Make the declaration of 'init_infwait_state'
1119 static.
1120 (init_infwait_state): Make it 'static'.
1121
1122 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1123
1124 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1125 return value to void to avoid compiler warning.
1126
1127 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1128
1129 * opencl-lang.c (opencl_print_type): New function.
1130 (opencl_language_arch_info): Install it.
1131
1132 2012-11-29 Tom Tromey <tromey@redhat.com>
1133
1134 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1135 xvasprintf.
1136 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1137 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1138
1139 2012-11-29 Jerome Guitton <guitton@adacore.com>
1140
1141 * ada-lang.c (ada_is_interface_tag): New function.
1142 (ada_is_ignored_field): Add interface tags to the list
1143 of ignored fields.
1144
1145 2012-11-29 Jerome Guitton <guitton@adacore.com>
1146
1147 * ada-lang.h (ada_tag_value_at_base_address): New function
1148 declaration.
1149 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1150 New functions.
1151 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1152 relocate the class-wide value if need be.
1153 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1154 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1155 before dereferencing it.
1156 * ada-valprint.c (ada_val_print_1): Relocate to base address
1157 before displaying the content of an interface-wide ref.
1158
1159 2012-11-29 Jerome Guitton <guitton@adacore.com>
1160
1161 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1162
1163 2012-11-29 Joel Brobecker <brobecker@adacore.com>
1164
1165 GDB 7.5.1 released.
1166
1167 2012-11-29 Yao Qi <yao@codesourcery.com>
1168 Tom Tromey <tromey@redhat.com>
1169
1170 * eval.c (evaluate_subexp_standard): Get the correct pointer
1171 type for TYPE_CODE_MEMBERPTR.
1172
1173 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1174
1175 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1176 since now it is being done by binutils' powerpc_init_dialect().
1177
1178 2012-11-28 Tom Tromey <tromey@redhat.com>
1179
1180 PR gdb/14290:
1181 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1182 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1183 Use it.
1184 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1185 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1186 (gdb_bfd_openr_next_archived_file): Use it.
1187
1188 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
1189
1190 * configure.ac: Check for linux/perf_event.h.
1191 * config.in: Regenerated.
1192 * configure: Regenerated.
1193
1194 2012-11-28 Yao Qi <yao@codesourcery.com>
1195
1196 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1197 abbreviate 'delete tracepoints' to 'delete tr'.
1198 * corefile.c (_initialize_core): Call add_alias_cmd to
1199 abbreviate 'set gnutarget' to 'set g'.
1200 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1201 'show convenience' to 'show conv'.
1202
1203 2012-11-27 Joel Brobecker <brobecker@adacore.com>
1204
1205 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1206 call to sparc_supply_fpregset.
1207 (fill_fpregset): Fix first parameter in call to
1208 sparc_collect_fpregset.
1209
1210 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1211 Kazu Hirata <kazu@codesourcery.com>
1212 Yao Qi <yao@codesourcery.com>
1213
1214 * objfiles.c (init_entry_point_info): Call
1215 gdbarch_convert_from_func_ptr_addr and
1216 gdbarch_addr_bits_remove here ...
1217 (entry_point_address_query): ... instead of here.
1218 * solib-svr4.c (exec_entry_point): Call
1219 gdbarch_addr_bits_remove.
1220 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1221 the entry address.
1222
1223 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1224 Yao Qi <yao@codesourcery.com>
1225
1226 * eval.c (evaluate_subexp_standard): Add handling of
1227 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1228 result of ptype for calling a TYPE_CODE_METHODPTR.
1229
1230 2012-11-27 Yao Qi <yao@codesourcery.com>
1231
1232 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1233 warning.
1234 Add i18n markup.
1235
1236 2012-11-26 Alexander Larsson <alexl@redhat.com>
1237 Jan Kratochvil <jan.kratochvil@redhat.com>
1238 Tom Tromey <tromey@redhat.com>
1239
1240 * NEWS: Mention mini debuginfo feature.
1241 * minidebug.c: New file.
1242 * configure.ac: Check for lzma.
1243 * configure, config.in: Rebuild.
1244 * Makefile.in (LIBLZMA): New variable.
1245 (CLIBS): Include LIBLZMA.
1246 (SFILES): Mention minidebug.c.
1247 (COMMON_OBS): Mention minidebug.o.
1248 * symfile.c (read_symbols): New function.
1249 (syms_from_objfile, reread_symbols): Call it.
1250 * symfile.h (find_separate_debug_file_in_section): Declare.
1251
1252 2012-11-26 Keith Seitz <keiths@redhat.com>
1253
1254 * exec.c (exec_file_attach): Move cleanup after verifying that
1255 memory has in fact been allocated.
1256
1257 2012-11-26 Tom Tromey <tromey@redhat.com>
1258
1259 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1260 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1261 SYMBOL_SYMTAB.
1262 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1263
1264 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1265 Pedro Alves <palves@redhat.com>
1266
1267 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1268 size parameter passed to readlink by one byte.
1269 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1270 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1271 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1272 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1273 size by one byte.
1274
1275 2012-11-26 Yao Qi <yao@codesourcery.com>
1276
1277 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1278 extraneous parentheses.
1279
1280 2012-11-26 Yao Qi <yao@codesourcery.com>
1281
1282 * remote.c (remote_start_remote): Typo fix.
1283
1284 2012-11-23 David S. Miller <davem@davemloft.net>
1285
1286 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1287 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1288 sparc32_sol2_fpregset): Declare new globals.
1289 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1290 'fpregset' argument.
1291 * sparc64-tdep.h (sparc64_supply_fpregset,
1292 sparc64_collect_fpregset): Likewise.
1293 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1294 globals.
1295 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1296 (sparc_fpregset): Declare new global.
1297 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1298 'fpregset' argument.
1299 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1300 into handler.
1301 (fill_fpregset): Likewise.
1302 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1303 sparc32_bsd_fpregset.
1304 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1305 sparc32_bsd_fpregset down into handler.
1306 (sparc32_linux_collect_core_fpregset): Likewise.
1307 * sparc-nat.c (sparc_fpregset): Define.
1308 (sparc_supply_fpregset): Add 'fpregset' argument.
1309 (sparc_collect_fpregset): Likewise.
1310 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1311 into fpregset handler.
1312 (sparc_store_inferior_registers): Likewise.
1313 (_initialize_sparc_nat): Set sparc_fpregset to
1314 sparc32_sunos4_fpregset if NULL.
1315 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1316 down into handler.
1317 (fill_fpregset): Likewise.
1318 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1319 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1320 use it to compute offsets.
1321 (sparc32_collect_fpregset): Likewise.
1322 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1323 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1324 down into handler.
1325 (fill_fpregset): Likewise.
1326 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1327 Likewise.
1328 (sparc64_linux_collect_core_fpregset): Likewise.
1329 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1330 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1331 use it to compute offsets.
1332 (sparc64_collect_fpregset): Likewise.
1333 (sparc64_bsd_fpregset): Define.
1334 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1335 sparc64_bsd_fpregset down into handler.
1336 (sparc64fbsd_collect_fpregset): Likewise.
1337 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1338 and pass sparc{32,64}_bsd_fpregset down into handler.
1339 (sparc64nbsd_collect_fpregset): Likewise.
1340 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1341 sparc64_bsd_fpregset down into handler.
1342 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1343 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1344 to sparc32_bsd_fpregset.
1345 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1346 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1347 (sparc32nbsd_supply_fpregset): Likewise.
1348
1349 2012-11-21 Tom Tromey <tromey@redhat.com>
1350
1351 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1352 field.
1353 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1354 Remove.
1355 * c-typeprint.c (c_type_print_base): Update.
1356
1357 2012-11-21 Yao Qi <yao@codesourcery.com>
1358
1359 PR tdep/7438
1360 * gdbarch.sh (smash_text_address): Remove.
1361 * gdbarch.c, gdbarch.h: Regenerate.
1362 * arm-tdep.c (arm_smash_text_address): Remove.
1363 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1364 * hppa-tdep.c (hppa_smash_text_address): Remove.
1365 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1366 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1367 Caller update.
1368 * coffread.c (coff_symtab_read): Caller update.
1369 * dbxread.c (process_one_symbol): Likewise.
1370 * elfread.c (record_minimal_symbol): Likewise.
1371 * somread.c (som_symtab_read): Likewise.
1372
1373 2012-11-20 Pierre Muller <muller@sourceware.org>
1374
1375 ARI fixes: sprintf rule.
1376 Replace sprintf function calls for char arrays by
1377 calls to xsnprintf calls.
1378 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1379 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1380 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1381 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1382 * breakpoint.c (condition_completer): Ditto.
1383 (create_tracepoint_from_upload): Ditto.
1384 * dwarf2read.c (file_full_name): Ditto.
1385 * gcore.c (gcore_command): Ditto.
1386 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1387 * go32-nat.c (go32_sysinfo): Ditto.
1388 * interps.c (interp_set): Ditto.
1389 * m32c-tdep.c (make_types): Ditto.
1390 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1391 * remote-m32r-sdi.c (m32r_open): Ditto.
1392 * sol-thread.c (td_err_string): Ditto.
1393 (td_state_string, solaris_pid_to_str): Ditto.
1394 * symtab.c (gdb_mangle_name): Ditto.
1395 * cli/cli-script.c (execute_control_command): Ditto.
1396 (define_command, document_command): Ditto.
1397 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1398 * tui/tui-stack.c (tui_make_status_line): Ditto.
1399 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1400
1401 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1402
1403 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1404 it when looking at ptr->func.
1405 * command.h (complete_on_cmdlist): Add a fourth arg.
1406 * completer.c (complete_line_internal): Add local ignore_help_classes,
1407 and set it to 1 when reason is not handle_help. Pass this down to
1408 lookup_cmd_1 and complete_on_cmdlist.
1409
1410 2012-11-20 Tom Tromey <tromey@redhat.com>
1411
1412 * completer.c (count_struct_fields): Remove.
1413 (expression_completer): Don't call count_struct_fields.
1414
1415 2012-11-20 Pedro Alves <palves@redhat.com>
1416
1417 * annotate.c (breakpoints_changed): Rename to ...
1418 (annotate_breakpoints_changed): ... this.
1419 (annotate_stopped, breakpoint_changed): Adjust caller.
1420 * annotate.h (breakpoints_changed): Rename to ...
1421 (annotate_breakpoints_changed): ... this.
1422 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1423 (do_map_commands_command, init_raw_breakpoint, clear_command)
1424 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1425
1426 2012-11-20 David S. Miller <davem@davemloft.net>
1427
1428 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1429 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1430 sysconf.
1431 (get_cores_used_by_process): Update comment.
1432
1433 2012-11-20 Yao Qi <yao@codesourcery.com>
1434
1435 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1436
1437 2012-11-20 Yao Qi <yao@codesourcery.com>
1438
1439 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1440 to deprecated_context_hook.
1441
1442 2012-11-19 Yao Qi <yao@codesourcery.com>
1443
1444 * infrun.c (infwait_state): Add static.
1445
1446 2012-11-16 Keith Seitz <keiths@redhat.com>
1447
1448 PR c++/13615
1449 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1450 parameter and pass it to lookup_symbol_file.
1451 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1452 to search base classes.
1453 (cp_lookup_symbol_namespace): Likewise.
1454 (lookup_namespace_scope): Likewise.
1455 (lookup_symbol_file): Add SEARCH parameter.
1456 If SEARCH is non-zero and no symbol is found, lookup the class
1457 and call cp_lookup_nested_symbol.
1458 (find_symbol_in_baseclass): New function.
1459 (cp_lookup_nested_symbol): Do not let
1460 cp_lookup_symbol_in_namespace search through base classes.
1461 Do that later when there is no global symbol match.
1462
1463 2012-11-16 Doug Evans <dje@google.com>
1464
1465 * main.c (gdb_datadir_provided): New static global.
1466 (get_init_files): If --data-directory is provided,
1467 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1468 * NEWS: Mention it.
1469
1470 2012-11-15 Pierre Muller <muller@sourceware.org>
1471
1472 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1473 * gdb_stat.h: Delete. Moved to common directory.
1474 * common/gdb_stat.h: New file.
1475 * gdb_wait.h: Delete. Moved to common directory.
1476 * common/gdb_wait.h: New file.
1477 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1478 location.
1479 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1480 location.
1481 (stat.h rule): Adapt to new gdb_stat.h location.
1482 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1483 <sys/stat.h> header.
1484 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1485 <sys/wait.h> header.
1486
1487 2012-11-15 Pierre Muller <muller@sourceware.org>
1488
1489 * configure.ac (AC_HEADER_STAT): Remove.
1490 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1491 and corresponding code.
1492 * configure: Regenerate.
1493 * config.in: Regenerate.
1494
1495 2012-11-15 Pierre Muller <muller@sourceware.org>
1496
1497 ARI xasprintf rule fixes.
1498 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1499 instead of xasprintf.
1500 (open_and_init_dwp_file): Ditto.
1501
1502 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1503
1504 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1505 target types.
1506
1507 2012-11-14 Tom Tromey <tromey@redhat.com>
1508
1509 * configure, config.in: Rebuild.
1510 * configure.ac: Don't check for ctype.h, time.h.
1511 * expprint.c: Don't use HAVE_CTYPE_H.
1512
1513 2012-11-13 Tom Tromey <tromey@redhat.com>
1514
1515 * gdbarch.h, gdbarch.c: Rebuild.
1516 * gdbarch.sh (set_target_gdbarch): Rename from
1517 deprecated_target_gdbarch_select_hack.
1518 * arch-utils.c (gdbarch_update_p): Update.
1519 (set_gdbarch_from_file): Update.
1520
1521 2012-11-14 Pierre Muller <muller@sourceware.org>
1522
1523 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1524 as responsible of contrib/ari directory.
1525
1526 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1527 Yao Qi <yao@codesourcery.com>
1528
1529 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1530 bit of EXC_RETURN.
1531 (arm_m_exception_cache, arm_m_exception_this_id)
1532 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1533 (arm_m_exception_unwind): New.
1534 (arm_gdbarch_init): Register arm_m_exception_unwind.
1535
1536 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1537
1538 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1539 parameter COUNT, for pattern filling of memory regions.
1540 * NEWS: Mention it.
1541
1542 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1543
1544 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1545 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1546 to print_source_lines ().
1547 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1548 flag.
1549 * source.c (print_source_lines_base): Prefix source line with
1550 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1551
1552 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1553
1554 * symtab.h (print_source_lines_flags): New enum.
1555 * source.c (print_source_lines_base): Change noerror to flags.
1556 (print_source_lines): Change noerror to flags.
1557
1558 2012-11-13 Pierre Muller <muller@sourceware.org>
1559
1560 ARI fixes: Avoid sprintf function use rule.
1561 * charset.c (convert_between_encodings): Use xsnprintf.
1562 * cli-out.c (cli_field_int): Likewise.
1563 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1564 * expprint.c (op_name_standard): Likewise.
1565 * frv-tdep.c (set_variant_num_gprs): Likewise.
1566 (set_variant_num_fprs): Likewise.
1567 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1568 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1569 (nto_init_solib_absolute_prefix): Likewise.
1570 * source.c (init_source_path): Likewise.
1571 (print_source_lines_base): Likewise.
1572 * valprint.c (print_wchar): Likewise.
1573 * mi/mi-out.c (mi_field_int): Likewise.
1574 windows-nat.c (windows_pid_to_exec_file): Likewise.
1575 (windows_create_inferior): Likewise.
1576 (_initialize_check_for_gdb_ini): Likewise.
1577
1578 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1579
1580 * frame.h (deprecated_frame_register_read): Renames
1581 frame_register_read.
1582 * frame.c (deprecated_frame_register_read): Renames
1583 frame_register_read. Update all callers.
1584 * i386-tdep.c: Update all callers of frame_register_read.
1585 * infcmd.c: Likewise.
1586 * jit.c: Likewise.
1587 * mips-tdep.c: Likewise.
1588 * mt-tdep.c: Likewise.
1589 * sh64-tdep.c: Likewise.
1590
1591 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1592
1593 * frame.h (frame_register_read): Remove FIXME comment.
1594 * frame.c (frame_register_read): Add suggestion explaining
1595 which function to use in place of this one.
1596
1597 2012-11-12 Tom Tromey <tromey@redhat.com>
1598
1599 * python/python.c (start_type_printers): Initialize 'result_obj'.
1600
1601 2012-11-12 Tom Tromey <tromey@redhat.com>
1602
1603 * NEWS: Update.
1604 * data-directory/Makefile.in (PYTHON_FILES): Add
1605 type_printers.py.
1606 * python/lib/gdb/command/type_printers.py: New file.
1607 * python/lib/gdb/command/types.py (TypePrinter): New class.
1608 (_get_some_type_recognizers, get_type_recognizers,
1609 apply_type_recognizers, register_type_printer): New
1610 functions.
1611 * python/py-objfile.c (objfile_object) <type_printers>: New
1612 field.
1613 (objfpy_dealloc): Decref new field.
1614 (objfpy_new): Set new field.
1615 (objfpy_get_type_printers, objfpy_set_type_printers): New
1616 functions.
1617 (objfile_to_objfile_object): Set new field.
1618 (objfile_getset): Add "type_printers".
1619 * python/py-progspace.c (pspace_object) <type_printers>: New
1620 field.
1621 (pspy_dealloc): Decref new field.
1622 (pspy_new): Set new field.
1623 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1624 (pspace_to_pspace_object): Set new field.
1625 (pspace_getset): Add "type_printers".
1626 * python/python.c (start_type_printers, apply_type_printers,
1627 free_type_printers): New functions.
1628 (_initialize_python): Set gdb.type_printers.
1629 * python/python.h (start_type_printers, apply_type_printers,
1630 free_type_printers): Declare.
1631 * typeprint.c (type_print_raw_options, default_ptype_flags):
1632 Update for new fields.
1633 (do_free_global_table, create_global_typedef_table,
1634 find_global_typedef): New functions.
1635 (find_typedef_in_hash): Use find_global_typedef.
1636 (whatis_exp): Use create_global_typedef_table. Change cleanup
1637 handling.
1638 * typeprint.h (struct type_print_options) <global_typedefs,
1639 global_printers>: New fields.
1640
1641 2012-11-12 Tom Tromey <tromey@redhat.com>
1642
1643 * c-typeprint.c (find_typedef_for_canonicalize,
1644 print_name_maybe_canonical): New functions.
1645 (c_print_type): Look up type name.
1646 (cp_type_print_derivation_info): Add flags argument. Use
1647 print_name_maybe_canonical.
1648 (cp_type_print_method_args): Add wrapping.
1649 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1650 (c_type_print_template_args): New function.
1651 (c_type_print_base): Change wrapping. Use
1652 print_name_maybe_canonical.
1653 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1654 type name lookups.
1655 * gdbtypes.c (types_equal): No longer static.
1656 * gdbtypes.h (types_equal): Declare.
1657 * typeprint.c (type_print_raw_options, default_ptype_flags):
1658 Update.
1659 (struct typedef_hash_table): New.
1660 (hash_typedef_field, eq_typedef_field,
1661 recursively_update_typedef_hash, add_template_parameters,
1662 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1663 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1664 copy_typedef_hash, find_typedef_in_hash): New functions.
1665 * typeprint.h (struct type_print_options) <local_typedefs>:
1666 New field.
1667 (recursively_update_typedef_hash, add_template_parameters,
1668 create_typedef_hash, free_typedef_hash,
1669 make_cleanup_free_typedef_hash, copy_typedef_hash,
1670 find_typedef_in_hash): Declare.
1671
1672 2012-11-12 Tom Tromey <tromey@redhat.com>
1673
1674 * cp-support.c (inspect_type,
1675 replace_typedefs_qualified_name, replace_typedefs): Add
1676 finder, data arguments. Call as needed.
1677 (cp_canonicalize_string_full): New function.
1678 (cp_canonicalize_string_no_typedefs): Rewrite.
1679 * cp-support.h (canonicalization_ftype): New typedef.
1680 (cp_canonicalize_string_full): Declare.
1681
1682 2012-11-12 Tom Tromey <tromey@redhat.com>
1683
1684 * NEWS: Update.
1685 * c-typeprint.c (c_type_print_base): Handle print_method and
1686 print_typedefs flags.
1687 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1688 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1689 options.
1690 * typeprint.c (type_print_raw_options, default_ptype_flags):
1691 Update for new field.s
1692 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1693 (setprinttypelist, showprinttypelist, print_methods,
1694 print_typedefs): New globals.
1695 (set_print_type, show_print_type, set_print_type_methods,
1696 show_print_type_methods, set_print_type_typedefs,
1697 show_print_type_typedefs): New functions.
1698 (_initialize_typeprint): Update documentation. Add "print
1699 type methods" and "print type typedefs" parameters.
1700 * typeprint.h (struct type_print_options) <print_methods,
1701 print_typedefs>: New fields.
1702
1703 2012-11-12 Tom Tromey <tromey@redhat.com>
1704
1705 * c-typeprint.c (cp_type_print_method_args): Add flags
1706 argument. Call c_print_type, not type_print.
1707 (c_type_print_base): Call c_print_type, not type_print.
1708 Update.
1709
1710 2012-11-12 Tom Tromey <tromey@redhat.com>
1711
1712 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1713 to type-printing functions.
1714 * ada-lang.h (ada_print_type): Add argument.
1715 * ada-typeprint.c (print_array_type, print_variant_clauses,
1716 print_variant_part, print_selected_record_field_types,
1717 print_record_field_types, print_unchecked_union_type,
1718 print_func_type, ada_print_type): Add flags argument.
1719 (ada_print_typedef): Update.
1720 * c-exp.y (OPERATOR conversion_type_id): Update.
1721 * c-lang.h (c_print_type, c_type_print_base): Update.
1722 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1723 c_type_print_modifier, c_type_print_args,
1724 c_type_print_varspec_suffix, c_type_print_base): Add flags
1725 argument.
1726 * cp-valprint.c (cp_print_class_member): Update.
1727 * dwarf2read.c (dwarf2_compute_name): Update.
1728 * f-lang.h (f_print_type): Add argument.
1729 * f-typeprint.c (f_print_type): Add flags argument.
1730 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1731 * go-lang.h (go_print_type): Add argument.
1732 * go-typeprint.c (go_print_type): Add flags argument.
1733 * jv-lang.h (java_print_type): Add argument.
1734 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1735 flags argument.
1736 * language.c (unk_lang_print_type): Add flags argument.
1737 * language.h (struct language_defn) <la_print_type>: Add flags
1738 argument.
1739 (LA_PRINT_TYPE): Likewise.
1740 * m2-lang.h (m2_print_type): Add argument.
1741 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1742 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1743 m2_unbounded_array, m2_record_fields): Add flags argument.
1744 * p-lang.h (pascal_print_type, pascal_type_print_base,
1745 pascal_type_print_varspec_prefix): Add argument.
1746 * p-typeprint.c (pascal_print_type,
1747 pascal_type_print_varspec_prefix, pascal_print_func_args,
1748 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1749 flags argument.
1750 * symmisc.c (print_symbol): Update.
1751 * typeprint.c (type_print_raw_options, default_ptype_flags):
1752 New globals.
1753 (type_print): Update.
1754 * typeprint.h (struct type_print_options): New.
1755 (type_print_raw_options): Declare.
1756 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1757
1758 2012-11-10 Keith Seitz <keiths@redhat.com>
1759
1760 * breakpoint.c (clear_command): Add cleanup for
1761 sals.sals if an argument is given.
1762
1763 * linespec.c (parse_linespec): Do cleanups after
1764 parsing a convenience variable.
1765
1766 2012-11-10 Keith Seitz <keiths@redhat.com>
1767
1768 PR gdb/14288
1769 * c-valprint.c (c_val_print): For character arrays
1770 with "print null" option on, print ellipses if
1771 the output is truncated and the next character is not \000.
1772 * valprint.c (MAX_WCHARS): Define.
1773 (WCHAR_BUFLEN): Likewise.
1774 (WCHAR_BUFLEN_MAX): Likewise.
1775 (struct converted_character): New structure.
1776 (count_next_character): New function.
1777 (print_converted_chars_to_obstack): New function.
1778 (generic_printstr): Rewrite using count_next_character
1779 and print_converted_chars_to_obstack.
1780
1781 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1782
1783 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1784 while executing the gdb command.
1785 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1786 are called from prompt_for_continue.
1787 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1788
1789 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1790
1791 PR tui/9584
1792
1793 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1794 but insert the command to execute in readline's buffer.
1795
1796 2012-11-09 Tom Tromey <tromey@redhat.com>
1797
1798 * gdbarch.sh (target_gdbarch): Remove macro.
1799 (get_target_gdbarch): Rename to target_gdbarch.
1800 * gdbarch.c, gdbarch.h: Rebuild.
1801 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1802 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1803 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1804 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1805 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1806 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1807 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1808 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1809 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1810 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1811 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1812 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1813 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1814 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1815 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1816 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1817 target-descriptions.c, target.c, target.h, tracepoint.c,
1818 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1819 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1820 python/py-inferior.c, python/python.c: Update.
1821
1822 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1823
1824 * source.c (print_source_lines_base): Add fullname field giving
1825 full path to file in mi output.
1826 * NEWS: Mention the new fullname field.
1827
1828 2012-11-09 Yao Qi <yao@codesourcery.com>
1829
1830 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1831
1832 2012-11-09 Pedro Alves <palves@redhat.com>
1833
1834 PR gdb/14306
1835
1836 * infrun.c: Include target-descriptions.h.
1837 (follow_exec): Fetch new target description.
1838
1839 2012-11-09 Yao Qi <yao@codesourcery.com>
1840
1841 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1842 0x8d (lea).
1843
1844 2012-11-09 Yao Qi <yao@codesourcery.com>
1845
1846 * breakpoint.c: Declare set_tracepoint_count.
1847 (install_breakpoint): Call set_tracepoint_count if B is a
1848 tracepoint.
1849 (trace_command): Don't call set_tracepoint_count. Re-indent.
1850 (strace_command, ftrace_command):
1851 (create_tracepoint_from_upload): Likewise.
1852
1853 2012-11-09 Pedro Alves <palves@redhat.com>
1854
1855 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1856 (get_target_gdbarch) <gdbarch.h>: New function.
1857 (startup_gdbarch) <gdbarch.h>: Declare.
1858 <gdbarch.c> (target_gdbarch): Delete.
1859 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1860 current inferior's gdbarch.
1861 <gdbarch.c> (get_target_gdbarch): New function.
1862 * inferior.c: Include target-descriptions.h.
1863 (free_inferior): Free target description info.
1864 (add_inferior_with_spaces): Set the inferior's initial
1865 architecture.
1866 (clone_inferior_command): Copy the original inferior's target
1867 description if it was user specified.
1868 (initialize_inferiors): Add comment.
1869 * inferior.h (struct target_desc_info): Forward declare.
1870 (struct inferior) <gdbarch>: New field.
1871 * linux-nat.c: Include target-descriptions.h.
1872 (linux_child_follow_fork): Copy the parent's architecture and
1873 target description to the child.
1874 * target-descriptions.c: Include inferior.h.
1875 (struct target_desc_info): New structure, holding the equivalents
1876 of ...
1877 (target_desc_fetched, current_target_desc)
1878 (target_description_filename): ... these removed globals.
1879 (get_tdesc_info, target_desc_info_from_user_p)
1880 (copy_inferior_target_desc_info, target_desc_info_free): New.
1881 (target_desc_fetched, current_target_desc)
1882 (target_description_filename): Reimplemented as convenience
1883 macros.
1884 (tdesc_filename_cmd_string): New global.
1885 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1886 tdescs filename ..." commands to the per-inferior equivalent.
1887 (show_tdesc_filename_cmd): Get the value to show from the
1888 per-inferior description filename.
1889 (_initilize_target_descriptions): Change the "set/show tdesc
1890 filename" commands' variable.
1891 * target-descriptions.h (struct target_desc, struct target_desc_info)
1892 (struct inferior): Forward declare.
1893 (target_find_description, target_clear_description)
1894 (target_current_description): Adjust comments.
1895 (copy_inferior_target_desc_info, target_desc_info_free)
1896 (target_desc_info_from_user_p). Declare.
1897
1898 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1899
1900 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1901 (tui_target_wait_hook): Remove.
1902 (tui_install_hooks): Install the about_to_proceed observer.
1903 (tui_remove_hooks): And remove it here.
1904
1905 2012-11-08 Tom Tromey <tromey@redhat.com>
1906
1907 * linux-tdep.c (linux_make_siginfo_note): New function.
1908 (linux_make_corefile_notes): Use it.
1909 * corelow.c (get_core_siginfo): New function.
1910 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1911
1912 2012-11-08 Tom Tromey <tromey@redhat.com>
1913
1914 PR gdb/14704:
1915 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1916 (zlib_decompress_section): Remove.
1917 (gdb_bfd_map_section): Only check for compressed section
1918 in mmap case. Use bfd_get_full_section_contents.
1919 * osabi.c (check_note): Add 'sectsize' argument. Read
1920 section data.
1921 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1922 section data. Update for check_note change.
1923 * xcoffread.c (xcoff_initial_scan): Use
1924 bfd_get_full_section_contents.
1925 * py-auto-load.c (auto_load_section_scripts): Use
1926 bfd_get_full_section_contents.
1927 * contrib/cc-with-tweaks.sh: Add -Z option.
1928
1929 2012-11-08 Tom Tromey <tromey@redhat.com>
1930
1931 * python/py-bpevent.c: Include defs.h.
1932 * python/py-continueevent.c: Include defs.h.
1933 * python/py-event.c: Include defs.h.
1934 * python/py-event.h: Don't include defs.h.
1935 * python/py-events.h: Don't include defs.h.
1936 * python/py-evts.c: Include defs.h.
1937 * python/py-exitedevent.c: Include defs.h.
1938 * python/py-newobjfileevent.c: Include defs.h.
1939 * python/py-signalevent.c: Include defs.h.
1940 * python/py-stopevent.c: Include defs.h.
1941 * python/py-threadevent.c: Include defs.h.
1942
1943 2012-11-08 Pierre Muller <muller@sourceware.org>
1944
1945 * update-web-ari.sh (print_heading): Add number of files
1946 checked.
1947 (nb_files): New variable counting the number of sources
1948 files found by gdb_find.sh script.
1949 (debug_awk): New variable to allow extra debug output.
1950 (indexes): Add more information if DEBUG_AWK is set.
1951
1952 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1953
1954 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1955 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1956 following the change in PLT call stubs on linker.
1957
1958 2012-11-08 Pierre Muller <muller@sourceware.org>
1959
1960 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1961 as default language.
1962 (AWK): Use = instead of == for sh test to avoid warning.
1963 (Linux rule): Correct [:digit] into [[:digit:]].
1964 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1965 (vasprintf rule): Adapt to common subdirectory moves.
1966 (xasprintf rule): Idem.
1967 (xvasprintf rule): Idem.
1968 (var_boolean rule): Accept occurence in == or != test.
1969
1970 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1971
1972 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1973
1974 * tui/tui-hooks.c (tui_inferior_exit): New function.
1975 (tui_detach_hook): Remove.
1976 (tui_install_hooks): Install the inferior exit observer.
1977 (tui_remove_hooks): Remove it.
1978
1979 2012-11-08 Yao Qi <yao@codesourcery.com>
1980
1981 PR gdb/14777.
1982 * source.c (_initialize_source): Call add_com_alias to abbreviate
1983 'forward-search' as 'fo'.
1984
1985 2012-11-07 Pedro Alves <palves@redhat.com>
1986
1987 * arm-tdep.c: Make defs.h be the first include.
1988 * coff-pe-read.c: Ditto.
1989 * gnu-nat.c: Ditto.
1990 * go32-nat.c: Ditto.
1991 * i386-nat.c: Ditto.
1992 * ppcnbsd-nat.c: Ditto.
1993 * ada-varobj.h: Don't include defs.h.
1994 * i386-darwin-tdep.h: Ditto.
1995 * i386-nat.h: Ditto.
1996
1997 2012-11-07 Pedro Alves <palves@redhat.com>
1998
1999 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
2000 Committee.
2001
2002 2012-11-07 Pierre Muller <muller@sourceware.org>
2003
2004 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
2005 File already uses "gdb_dirent.h" header.
2006
2007 2012-11-07 Yao Qi <yao@codesourcery.com>
2008
2009 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
2010 tracepoint_count'.
2011
2012 2012-11-06 Tom Tromey <tromey@redhat.com>
2013
2014 * target.h (inferior_has_forked, inferior_has_vforked)
2015 (inferior_has_execd, inferior_has_called_syscall): Remove
2016 declarations.
2017
2018 2012-11-06 Pierre Muller <muller@sourceware.org>
2019
2020 * remote.c (remote_insert_hw_breakpoint): ARI fix,
2021 add missing internalization markup.
2022
2023 2012-11-06 Pedro Alves <palves@redhat.com>
2024
2025 PR gdb/14810
2026
2027 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
2028
2029 2012-11-06 Pierre Muller <muller@sourceware.org>
2030
2031 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
2032 is not executable.
2033
2034 2012-11-05 Joel Brobecker <brobecker@adacore.com>
2035
2036 * gnulib/update-gnulib.sh: New script.
2037
2038 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
2039
2040 * MAINTAINERS: Update my email address.
2041
2042 2012-11-05 Tom Tromey <tromey@redhat.com>
2043
2044 * frame.c (put_frame_register): Don't use temporary buffer.
2045
2046 2012-11-05 Pedro Alves <palves@redhat.com>
2047
2048 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
2049 child. Clear 'pending_detach'.
2050 * infrun.c (handle_vfork_child_exec_or_exit): Clear
2051 'pending_detach' in the vfork parent.
2052
2053 2012-11-05 Doug Evans <dje@google.com>
2054
2055 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
2056 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
2057 * dwarf2read.c: #include "elf-bfd.h".
2058 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
2059 (dwop_section_names): Renamed from dwo_section names. All uses
2060 updated. Add entries for .debug_cu_index, .debug_tu_index.
2061 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
2062 All uses updated.
2063 (struct dwp_sections): New type.
2064 (struct virtual_dwo_sections): New type.
2065 (struct dwp_hash_table): New type.
2066 (struct dwp_file): New type.
2067 (init_cutu_and_read_dies): Ensure DWO info/types section has been
2068 read in. Handle DWOs coming from DWP files.
2069 (lookup_dwo_file_slot): New function.
2070 (dwarf2_locate_dwo_sections): Move definition closer to use.
2071 (create_dwo_debug_info_hash_table_reader): Renamed from
2072 create_debug_info_hash_table_reader. All callers updated.
2073 (create_dwo_debug_info_hash_table): Renamed from
2074 create_debug_info_hash_table. All callers updated.
2075 (create_dwp_hash_table): New function.
2076 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2077 (lookup_dwo_in_dwp): New function.
2078 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
2079 is_dwp. All callers updated.
2080 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
2081 (open_and_init_dwo_file): Renamed from init_dwo_file.
2082 All callers updated.
2083 (lookup_dwo_file): Delete.
2084 (dwarf2_locate_dwp_sections): New function.
2085 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2086 (allocate_dwp_loaded_cutus_table): New function.
2087 (open_and_init_dwp_file): New function.
2088 (lookup_dwo_cutu): New function.
2089 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2090
2091 2012-11-03 Yao Qi <yao@codesourcery.com>
2092
2093 Fix PR gdb/14617.
2094 * breakpoint.c (trace_pass_set_count): Call
2095 observer_notify_breakpoint_modified instead of
2096 observer_notify_tracepoint_modified.
2097 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2098
2099 2012-11-02 Tom Tromey <tromey@redhat.com>
2100
2101 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2102 argument to complete_on_enum.
2103
2104 2012-11-02 Tom Tromey <tromey@redhat.com>
2105
2106 * configure: Rebuild.
2107 * configure.ac (build_warnings): Add -Wempty-body.
2108 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2109 * remote.c (handle_notification): Use braces for empty 'else' body.
2110 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2111 'else' body.
2112 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2113 'else' body.
2114 * solib-som.c (som_relocate_section_addresses): Use braces
2115 for empty 'else' body.
2116 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2117 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2118
2119 2012-11-02 Pedro Alves <palves@redhat.com>
2120
2121 PR gdb/14766
2122
2123 * infrun.c (handle_inferior_event)
2124 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2125 null_ptid before handling a vfork child exec or exit. Switch to
2126 the event ptid afterwards.
2127
2128 2012-11-02 Yao Qi <yao@codesourcery.com>
2129
2130 * std-operator.def: Remove OP_LABELED.
2131 * eval.c: Remove the declaration of 'get_label'.
2132 (get_label): Remove.
2133 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2134 Update comment.
2135 Remove local variable 'variantno' and related code.
2136 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2137 with 'fieldno'.
2138 * expprint.c (print_subexp_standard): Likewise.
2139 (dump_subexp_body_standard): Likewise.
2140 * parse.c (operator_length_standard): Likewise.
2141
2142 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2143
2144 Incorporate ARI web page generator into GDB sources.
2145 * contrib/ari/create-web-ari-in-src.sh: New file.
2146 * contrib/ari/gdb_ari.sh: New file.
2147 * contrib/ari/gdb_find.sh: New file.
2148 * contrib/ari/update-web-ari.sh: New file.
2149
2150 2012-10-31 Tom Tromey <tromey@redhat.com>
2151
2152 * gdbarch.c: Rebuild.
2153 * gdbarch.sh: Remove references to gdbarch_swap.
2154 * corelow.c (core_open): Remove obsolete comment.
2155
2156 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
2157
2158 PR cli/14772
2159 * c-typeprint.c (c_print_type): Don't print a space for vector
2160 types, this is handled within the suffix.
2161 (c_type_print_varspec_suffix): Add a space to vector suffix.
2162
2163 2012-10-26 Pedro Alves <palves@redhat.com>
2164
2165 * amd64-tdep.c (amd64_relocate_instruction): Use
2166 store_unsigned_integer instead of memcpy.
2167 * i386-tdep.c (i386_relocate_instruction): Ditto.
2168
2169 2012-10-26 Pedro Alves <palves@redhat.com>
2170
2171 * infrun.c (handle_inferior_event): Merge handling of
2172 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2173 switch case.
2174
2175 2012-10-26 Pedro Alves <palves@redhat.com>
2176
2177 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2178 Remove comment.
2179
2180 2012-10-26 Pedro Alves <palves@redhat.com>
2181
2182 * target.c (target_waitstatus_to_string): Handle
2183 TARGET_WAITKIND_VFORK_DONE.
2184
2185 2012-10-26 Pedro Alves <palves@redhat.com>
2186
2187 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2188 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2189
2190 2012-10-24 Tristan Gingold <gingold@adacore.com>
2191
2192 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2193 Add comments.
2194
2195 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2196
2197 * ravenscar-thread.c (ravenscar_wait): Only update the list
2198 of threads and inferior_ptid if the inferior is still alive.
2199
2200 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2201
2202 * ada-lang.c (is_known_support_routine): Use lbasename when
2203 matching the symtab's filename against
2204 known_runtime_file_name_patterns.
2205
2206 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2207
2208 * ada-lang.c (ada_same_array_size_p): New function.
2209 (ada_promote_array_of_integrals): New function.
2210 (coerce_for_assign): Add handling of arrays where the elements
2211 are integrals of a smaller size than the size of the target
2212 array element type.
2213
2214 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2215
2216 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2217 against maximum exponent value.
2218
2219 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2220
2221 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2222 "unwind-seh.c".
2223
2224 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2225
2226 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2227 strip typedef layer when computing the fixed type's field type,
2228 only when computing its size.
2229
2230 2012-10-24 Mark Kettenis <kettenis@gnu.org>
2231
2232 PR gdb/12783
2233 * i386-tdep.c (i386_return_value): Handle complex double and long
2234 double.
2235
2236 2012-10-24 Joel Brobecker <brobecker@adacore.com>
2237
2238 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2239 New local variable args_len.
2240 Quote the name of the executable when computing the command line.
2241
2242 2012-10-23 Mark Kettenis <kettenis@gnu.org>
2243
2244 PR gdb/12796
2245 PR gdb/12798
2246 PR gdb/12800
2247 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2248 AMD64_FTAG_REGNUM.
2249 * amd64-tdep.c (amd64_classify): Classify complex types.
2250 (amd64_return_value): Handle the COMPLEX_X87 class.
2251
2252 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2253
2254 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2255 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2256
2257 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2258
2259 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2260 function.
2261 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2262 to amd64_windows_auto_wide_charset.
2263
2264 2012-10-23 Yao Qi <yao@codesourcery.com>
2265
2266 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2267 * event-top.h: Remove its declaration.
2268 (async_request_quit): Call mark_async_signal_handler instead of
2269 mark_async_signal_handler_wrapper.
2270 (async_do_nothing, async_disconnect): Likewise.
2271 (async_stop_sig): Likewise.
2272 * remote.c (handle_remote_sigint): Likewise.
2273 (handle_remote_sigint_twice): Likewise.
2274
2275 2012-10-23 Yao Qi <yao@codesourcery.com>
2276
2277 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2278 with 'static struct async_signal_handler *'.
2279 (sighup_token, sigquit_token, sigstp_token): Likewise.
2280
2281 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2282
2283 * gdbarch.sh (function_list): Use 'pstring' when printing
2284 a variable which could return NULL.
2285 * gdbarch.c: Regenerate.
2286
2287 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2288 Tom Tromey <tromey@redhat.com>
2289
2290 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2291 inneffective if condition by gdb assertion. Add function
2292 description comment.
2293
2294 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2295
2296 * parser-defs.h (struct exp_descriptor): Document constraint
2297 on return value for "op_name" callbacks.
2298
2299 2012-10-18 Tom Tromey <tromey@redhat.com>
2300
2301 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2302 * symtab.c (iterate_over_some_symtabs): Constify.
2303 * source.h (symtab_to_fullname): Return 'const char *'.
2304 * source.c (symtab_to_fullname): Return 'const char *'.
2305 * python/py-symtab.c (stpy_fullname): Constify.
2306 * cli/cli-cmds.c (edit_command): Constify.
2307 * breakpoint.c (print_breakpoint_location)
2308 (update_static_tracepoint): Constify.
2309
2310 2012-10-18 Tom Tromey <tromey@redhat.com>
2311
2312 * breakpoint.c (compare_breakpoints): Fix comparison.
2313
2314 2012-10-18 Tom Tromey <tromey@redhat.com>
2315
2316 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2317 gdb_wchar_t to convert_between_encodings.
2318
2319 2012-10-17 Yao Qi <yao@codesourcery.com>
2320
2321 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2322 more parameter 'inferior'.
2323 * corefile.c (write_memory_with_notification): Caller update.
2324
2325 * mi/mi-cmd-var.c: Include "mi-main.h".
2326 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2327 to 1 and restore it later.
2328 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2329 and "data-write-memory-bytes.
2330 * mi/mi-interp.c: Include objfiles.h.
2331 (mi_interpreter_init): Call observer_attach_memory_changed.
2332 (mi_memory_changed): New.
2333 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2334 New field.
2335
2336 * NEWS: Mention new MI notification "memory-changed".
2337
2338 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2339
2340 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2341
2342 2012-10-15 Doug Evans <dje@google.com>
2343
2344 New option -nh: inhibit loading of ~/.gdbinit.
2345 * NEWS: Mention -nh.
2346 * main.c (captured_main): Recognize and process -nh.
2347 (print_gdb_help): Mention -nh.
2348 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2349
2350 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2351
2352 PR backtrace/14646
2353 PR gdb/14647
2354 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2355 pc_regnum_from_eax.
2356 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2357 nor pc_regnum_from_eax.
2358 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2359 nor pc_regnum_from_eax.
2360
2361 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2362
2363 Fix entry values resolving in inlined frames.
2364 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2365 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2366 entries of FRAME.
2367
2368 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2369
2370 * configure.ac: Build with -DMS_WIN64 if building with Python
2371 enabled using GCC on amd64-windows.
2372 * configure: Regenerate.
2373
2374 2012-10-15 Tom Tromey <tromey@redhat.com>
2375
2376 PR python/14635:
2377 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2378 to Py_None.
2379
2380 2012-10-15 Tom Tromey <tromey@redhat.com>
2381
2382 PR python/14634:
2383 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2384
2385 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2386
2387 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2388 reset thread numbering back to 1.
2389
2390 2012-10-11 Doug Evans <dje@google.com>
2391
2392 PR breakpoints/14643.
2393 * linespec.c (struct ls_parser): New member keyword_ok.
2394 (linespec_lexer_lex_string): Add comment.
2395 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2396 for one.
2397 (parse_linespec): Set keyword_ok.
2398
2399 2012-10-10 Doug Evans <dje@google.com>
2400
2401 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2402 "0x" prefix on address in log message.
2403
2404 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2405 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2406 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2407 (lookup_dwo_file): Add const to dwo_name parameter.
2408 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2409
2410 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2411
2412 Fix crash during stepping on ppc32.
2413 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2414 SYM.
2415
2416 2012-10-03 Doug Evans <dje@google.com>
2417
2418 PR symtab/14601
2419 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2420
2421 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2422
2423 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2424 output and use uint32_t not long to ensure 4 byte size.
2425
2426 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2427
2428 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2429 unref'ed it.
2430
2431 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2432
2433 * target.c (simple_search_memory): Include access length in
2434 warning message.
2435
2436 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2437 Edjunior Machado <emachado@linux.vnet.ibm.com>
2438
2439 PR gdb/13989
2440 * solib.c (solib_find): Prevent GDB from loading native libraries when
2441 debugging a cross-target corefile.
2442
2443 2012-09-28 selven <pcthegreat@gmail.com>
2444
2445 Make definition match declaration.
2446
2447 * regcache.c (regcache_register_status): Change return type to
2448 enum register_status.
2449
2450 2012-09-28 Yao Qi <yao@codesourcery.com>
2451
2452 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2453 write_memory_with_notification instead of write_memory.
2454 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2455 instead of target_write_memory.
2456
2457 2012-09-28 Yao Qi <yao@codesourcery.com>
2458
2459 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2460 when the length of content is not an even number.
2461
2462 2012-09-27 Tom Tromey <tromey@redhat.com>
2463
2464 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2465 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2466
2467 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2468
2469 * sol-thread.c (sol_thread_fetch_registers)
2470 (sol_thread_store_registers): Delete commented out code.
2471
2472 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2473
2474 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2475 Move these functions to sparc-sol-thread.c.
2476 * sparc-sol-thread.c: New file.
2477 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2478 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2479 configurations.
2480 * configure: Regenerate.
2481
2482 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2483
2484 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2485 Remove commented-out code.
2486
2487 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2488
2489 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2490 Enable this code for sparc hosts only.
2491
2492 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2493
2494 * procfs.h (procfs_find_LDT_entry): Add declaration.
2495 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2496 function procfs_find_LDT_entry.
2497
2498 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2499
2500 * procfs.c (proc_get_LDT_entry): Make static.
2501
2502 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2503
2504 * procfs.c (proc_find_memory_regions): Fix declaration.
2505
2506 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2507
2508 * amd64-tdep.c (amd64_return_value): Revert previous change
2509 that used TYPE_LENGTH directly.
2510 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2511 (bfin_store_return_value): Likewise.
2512 * cris-tdep.c (cris_store_return_value): Likewise.
2513 (cris_extract_return_value): Likewise.
2514 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2515 * hppa-tdep.c (hppa64_return_value): Likewise.
2516 * lm32-tdep.c (lm32_store_return_value): Likewise.
2517 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2518 * spu-tdep.c (spu_value_from_register): Likewise.
2519 * vax-tdep.c (vax_return_value): Likewise.
2520
2521 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2522
2523 * gdbtypes.c (lookup_array_range_type): Expand parameters
2524 LOW_BOUND and HIGH_BOUND to LONGEST.
2525 (lookup_string_range_type): Likewise.
2526 * gdbtypes.h (lookup_array_range_type): Likewise.
2527 (lookup_string_range_type): Likewise.
2528 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2529 Expand HIGHBOUND to ssize_t.
2530 (value_string): Likewise.
2531 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2532 (value_string): Likewise.
2533
2534 2012-09-27 Yao Qi <yao@codesourcery.com>
2535
2536 PR breakpoints/13898
2537 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2538 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2539 per breakpoint type.
2540
2541 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2542
2543 * procfs.c: Add gdb_bfd header.
2544 * rs6000-nat.c: Likewise.
2545 * solib-pa64.c: Likewise.
2546 * spu-linux-nat.c: Likewise.
2547 * windows-nat.c: Likewise.
2548
2549 2012-09-26 Tom Tromey <tromey@redhat.com>
2550
2551 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2552
2553 2012-09-26 Tom Tromey <tromey@redhat.com>
2554
2555 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2556 (read_common_block): Handle child DIEs with
2557 DW_AT_data_member_location.
2558 (new_symbol_full): Add special case for common blocks.
2559
2560 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2561 Tom Tromey <tromey@redhat.com>
2562
2563 * dwarf2read.c (read_common_block): Rewrite.
2564 (new_symbol_full): Handle DW_TAG_common_block.
2565 * f-lang.c (head_common_list, find_common_for_function):
2566 Remove.
2567 * f-lang.h (struct common_entry, struct saved_f77_common,
2568 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2569 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2570 BLANK_COMMON_NAME_LOCAL): Remove.
2571 (struct common_block): New.
2572 * f-valprint.c (list_all_visible_commons): Remove.
2573 (info_common_command_for_block): New function.
2574 (info_common_command): Use it.
2575 * stack.c (iterate_over_block_locals): Special case for
2576 COMMON_BLOCK_DOMAIN.
2577 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2578 constant.
2579 (struct general_symbol_info) <value.common_block>: New field.
2580 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2581
2582 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2583 Tom Tromey <tromey@redhat.com>
2584
2585 * f-lang.c (allocate_saved_bf_node,
2586 allocate_saved_function_node, allocate_saved_f77_common_node,
2587 allocate_common_entry_node, tail_common_list, current_common,
2588 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2589 tmp_bf_ptr, add_common_block, add_common_entry,
2590 find_first_common_named, patch_common_entries,
2591 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2592 global_remote_debug, get_bf_for_fcn, saved_function_list,
2593 saved_function_list_end, clear_function_list, struct saved_fcn,
2594 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2595 SAVED_BF, SAVED_BF_PTR): Remove.
2596 * f-lang.h (tail_common_list, current_common,
2597 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2598 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2599 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2600 real_main_c_value): Remove.
2601 * f-valprint.c (there_is_a_visible_common_named): Remove.
2602
2603 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2604
2605 * breakpoint.c (update_global_location_list): Ignore previous
2606 duplicate status of a breakpoint when starting a new scan for
2607 duplicate breakpoints.
2608
2609 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2610 PR breakpoints/14419
2611 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2612 support LLVM compiler.
2613
2614 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2615
2616 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2617 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2618 (bfin_store_return_value): Likewise.
2619 * cris-tdep.c (cris_store_return_value): Likewise.
2620 (cris_extract_return_value): Likewise.
2621 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2622 * hppa-tdep.c (hppa64_return_value): Likewise.
2623 * lm32-tdep.c (lm32_store_return_value): Likewise.
2624 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2625 * spu-tdep.c (spu_value_from_register): Likewise.
2626 * vax-tdep.c (vax_return_value): Likewise.
2627
2628 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2629
2630 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2631 parameter LEN to ssize_t.
2632
2633 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2634
2635 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2636 variable LEN.
2637 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2638 directly.
2639 (alpha_store_return_value): Likewise.
2640 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2641 (amd64_push_arguments): Likewise.
2642 * ax-gdb.c (gen_trace_static_fields): Likewise.
2643 (gen_traced_pop): Likewise.
2644 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2645 * breakpoint.c (update_watchpoint): Likewise.
2646 * findcmd.c (parse_find_args): Use local variable for type
2647 instead of length.
2648 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2649 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2650 (h8300_store_return_value): Likewise.
2651 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2652 Use i386_darwin_arg_type_alignment directly.
2653 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2654 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2655 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2656 (m68hc11_extract_return_value): Likewise.
2657 * mep-tdep.c (mep_push_dummy_call): Likewise.
2658 * printcmd.c (float_type_from_length): Likewise.
2659 * s390-tdep.c (s390_value_from_register): Likewise.
2660 * stack.c (read_frame_arg): Likewise.
2661 * tracepoint.c (encode_actions_1): Likewise.
2662 * valops.c (value_fetch_lazy): Use local variable for type
2663 instead of length. Use TYPE_LENGTH directly.
2664 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2665
2666 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2667
2668 * symtab.c (skip_prologue_sal): Fix typo in comment.
2669
2670 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2671
2672 * linespec.c (create_sals_line_offset): Fix typo in comment.
2673
2674 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2675
2676 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2677 use plongest to print the array size.
2678
2679 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2680
2681 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2682 * p-valprint.c (pascal_type_print_base): Likewise.
2683
2684 2012-09-22 Yao Qi <yao@codesourcery.com>
2685
2686 * remote.c (remote_get_trace_status): Remove setting default
2687 values of fields of 'ts'.
2688
2689 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2690
2691 Fix internal error on canonicalization of clang types.
2692 * cp-name-parser.y (operator): New comment at make_operator call for
2693 new, delete, new[] and delete[].
2694 (exp): Use "sizeof ". Add new comment at make_operator call.
2695
2696 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 Fix disassemble without parameters in tailcall frame.
2699 * cli/cli-cmds.c (disassemble_current_function): Use
2700 get_frame_address_in_block.
2701
2702 2012-09-21 Tom Tromey <tromey@redhat.com>
2703
2704 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2705 TYPE_CODE_UNION>: Unify, removing a goto.
2706
2707 2012-09-21 Tom Tromey <tromey@redhat.com>
2708
2709 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2710
2711 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2712
2713 * findvar.c (read_frame_register_value): Mark the result value as
2714 optimized out if any of the input registers have been optimized out.
2715
2716 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2717
2718 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2719
2720 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2721
2722 * eval.c (evaluate_subexp_standard): Eliminate single-use
2723 variable LOWER.
2724
2725 2012-09-21 Yao Qi <yao@codesourcery.com>
2726
2727 * mi/mi-interp.c: Declare mi_record_changed.
2728 (mi_interpreter_init): Call observer_attach_record_changed.
2729 (mi_record_changed): New.
2730 * record.c (record_open): Call observer_notify_record_changed.
2731 (cmd_record_stop): Call observer_notify_record_changed.
2732 * NEWS: Mention it.
2733
2734 2012-09-20 Tom Tromey <tromey@redhat.com>
2735
2736 * NEWS: Update.
2737 * python/python.c (finalize_python): New function.
2738 (_initialize_python): Make a final cleanup.
2739
2740 2012-09-19 Doug Evans <dje@google.com>
2741
2742 * buildsym.h (param_symbols): Delete, unused.
2743 (context_stack): Delete member "params", unused.
2744 * buildsym.c (push_context): Update.
2745 * dwarf2read.c (read_func_scope): Update.
2746
2747 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2748
2749 * sh-tdep.c (sh_register_convert_to_virtual)
2750 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2751 all callers. Just do a memcpy if not the little-endian case.
2752
2753 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2754 set_gdbarch_double_format and set_gdbarch_long_double_format.
2755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2756 set_gdbarch_double_format.
2757 * sh-tdep.c (sh_gdbarch_init): Likewise.
2758
2759 * NEWS: Document the removal of SH's 'regs' command.
2760 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2761 command.
2762
2763 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2764
2765 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2766 `jump'.
2767
2768 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2769
2770 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2771 language when iterating over symbols.
2772
2773 2012-09-18 Yao Qi <yao@codesourcery.com>
2774
2775 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2776 (mi_interpreter_init): Call observer_attach_tsv_created and
2777 observer_attach_tsv_deleted.
2778 (mi_tsv_created, mi_tsv_deleted): New.
2779 * tracepoint.c (delete_trace_state_variable): Call
2780 observer_notify_tsv_deleted.
2781 (trace_variable_command): Call observer_notify_tsv_created.
2782 (delete_trace_variable_command): Call
2783 observer_notify_tsv_deleted.
2784 (create_tsv_from_upload): Call observer_notify_tsv_created.
2785 * NEWS: Mention it.
2786
2787 2012-09-18 Yao Qi <yao@codesourcery.com>
2788
2789 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2790 if traceframe changed.
2791 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2792 "trace-find".
2793 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2794 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2795 'traceframe_changed'.
2796 (mi_traceframe_changed): New.
2797 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2798 New field.
2799 * NEWS: Mention the new MI notification.
2800
2801 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2802
2803 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2804
2805 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2808 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2809 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2810 Extend code also for PaX support. Convert all gdb_assert to warning
2811 calls.
2812
2813 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 Implement auto-load user conveniences suggested by Doug Evans.
2816 * auto-load.c: Include top.h.
2817 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2818 (_initialize_auto_load): New variable scripts_directory_help. Mention
2819 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2820 scripts-directory. Document in online help one can use also files for
2821 set auto-load safe-path.
2822 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2823 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2824
2825 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2826
2827 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2828 of LEN.
2829
2830 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2831
2832 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2833 ELTLEN and use TYPE_LENGTH directly.
2834 (m2_val_print): Likewise.
2835 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2836 variable LEN and use TYPE_LENGTH directly.
2837 (m68k_svr4_store_return_value): Likewise.
2838 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2839 ARGLEN and use TYPE_LENGTH directly.
2840 (mips_o64_push_dummy_call): Likewise.
2841 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2842 variable LENGTH and use TYPE_LENGTH directly.
2843 (s390_function_arg_float): Likewise.
2844 (s390_function_arg_integer): Likewise.
2845 (s390_push_dummy_call): Likewise.
2846 (s390_return_value_convention): Likewise.
2847 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2848 TYPE_LENGTH directly.
2849
2850 2012-09-17 Yao Qi <yao@codesourcery.com>
2851
2852 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2853 Update comment to add_setshow_integer_cmd.
2854 * cli/cli-setshow.c (do_set_command): Handle case
2855 'var_zuinteger_unlimited'.
2856 (do_show_command): Likewise.
2857 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2858 for command 'remotetimeout'.
2859 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2860 to var_integer.
2861 * source.c (_initialize_source): Call
2862 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2863
2864 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2865
2866 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2867 variable LEN.
2868
2869 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2870
2871 PR 14119
2872 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2873 (frame_pop): Drop also TAILCALL_FRAME frames.
2874 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2875
2876 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2877 Pedro Alves <palves@redhat.com>
2878
2879 PR 14548
2880 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2881 function start if we are already at function start. Both for
2882 reverse-next and for reverse-step into function without line number
2883 info.
2884
2885 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 Code cleanup - rename 'inline' depth to 'artificial' depth.
2888 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2889 frame_id_artificial_p, extend the comment.
2890 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2891 * frame.c (fprint_frame_id): Rename at a user, change debug output
2892 text to "artificial=".
2893 (skip_inlined_frames): Rename to ...
2894 (skip_artificial_frames): ... here. Extend the comment.
2895 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2896 (frame_id_inlined_p): Rename to ...
2897 (frame_id_artificial_p): ... here. Rename at a user.
2898 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2899 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2900 at a user.
2901 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2902 Extend the comment.
2903 (frame_id_inlined_p): Rename to ...
2904 (frame_id_artificial_p): ... here.
2905 * inline-frame.c (inline_frame_this_id): Rename at a user.
2906
2907 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2908
2909 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2910 vector variables using vector_size syntax rather than array
2911 syntax.
2912
2913 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2914
2915 * valarith.c (value_concat): Replace unsafe ALLOCA with
2916 XMALLOC/XFREE.
2917
2918 2012-09-14 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2921
2922 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2923
2924 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2925 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2926 data-directory as appropriate.
2927
2928 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2929
2930 * printcmd.c (ui_printf): Eliminate single-use variable
2931 PARAM_LEN.
2932
2933 2012-09-14 Yao Qi <yao@codesourcery.com>
2934 Pedro Alves <palves@redhat.com>
2935
2936 * valops.c (value_assign): Move observer_notify_target_changed
2937 below to replace reinit_frame_cache.
2938
2939 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2940
2941 Refactor Python "gdb" module into a proper Python package, by
2942 introducing a new "_gdb" module for code implemented in C, and
2943 using reload/__import__ instead of exec.
2944 * python/lib/gdb/__init__.py: Import * from _gdb.
2945 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2946 prompt_hook, sys.argv): Moved from finish_python_initialization.
2947 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2948 (packages, auto_load_packages): New list and function replacing
2949 module_dict and auto-loading code, using __file__ instead of
2950 gdb.PYTHONDIR and reload/__import__ instead of exec.
2951 (GdbSetPythonDirectory): Replacing function of the same name
2952 from finish_python_initialization, using reload/__import__ instead
2953 of exec, as well as call auto_load_packages.
2954 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2955 gdb_python_module and not gdb_module.
2956 * python/python-internal.h (gdb_python_module): Declare.
2957 * python/python.c (gdb_python_module): New global.
2958 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2959 (_initialize_python): Rename gdb module to _gdb.
2960 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2961 (finish_python_initialization): Move Python code to
2962 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2963 __main__.
2964
2965 2012-09-13 Pedro Alves <palves@redhat.com>
2966
2967 * Makefile.in (COMMON_OBS): Add registry.o.
2968 * registry.c: New file.
2969 * registry.h (struct registry_container): Declare.
2970 (registry_data_callback): New typedef.
2971 (struct registry_data, struct registry_data_registration, struct
2972 registry_data_registry): New type.
2973 (register_data_with_cleanup, registry_alloc_data)
2974 (registry_callback_adaptor, registry_clear_data)
2975 (registry_container_free_data, registry_set_data, registry_data):
2976 Declare.
2977 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2978 the new common structures and functions.
2979 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2980 callback typedefs.
2981
2982 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2983
2984 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2985 there is an error inserting hardware breakpoints and use the
2986 error message from the target.
2987
2988 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2989 Catch this exception and print the error message contained within.
2990 Do not print the default hardware error breakpoint message in this
2991 case.
2992
2993 2012-09-12 Doug Evans <dje@google.com>
2994
2995 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2996 cu == NULL.
2997
2998 2012-09-11 Doug Evans <dje@google.com>
2999
3000 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
3001 .gdb_index symbol attributes if there are none.
3002
3003 2012-09-11 Joel Brobecker <brobecker@adacore.com>
3004
3005 * symtab.h (struct minimal_symbol) [has_size]: New field.
3006 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
3007 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
3008 * printcmd.c (build_address_symbolic): Only filter out zero-sized
3009 minimal symbols if the symbol's size is actually known.
3010 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
3011 of msymbol's size field. Add comment.
3012 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
3013 SET_MSYMBOL_SIZE to set the minimal symbol size.
3014
3015 2012-09-11 Joel Brobecker <brobecker@adacore.com>
3016
3017 * minsyms.c (install_minimal_symbols): Use memset to fill entire
3018 minimal_symbol struct object, rather than setting some of its
3019 fields one by one.
3020
3021 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3022
3023 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
3024 passed_a_ptr flag when displaying typedef types.
3025
3026 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3027
3028 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
3029 the optimized_out flag is preserved.
3030
3031 2012-09-10 Anthony Green <green@moxielogic.com>
3032
3033 * moxie-tdep.c (moxie_analyze_prologue): Update for function
3034 prologue changes in GCC.
3035
3036 2012-09-10 Keith Seitz <keiths@redhat.com>
3037
3038 PR gdb/13483
3039 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
3040 (BOOL_CONVERSION_BADNESS): ... this.
3041 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
3042 (rank_one_type): Allow all boolean conversions
3043 permitted by the standard.
3044
3045 2012-09-06 Tom Tromey <tromey@redhat.com>
3046
3047 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3048 Don't decref py_objfile.
3049
3050 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
3051
3052 Do not enable -lmcheck by default when Python is enabled with
3053 threading support.
3054 * configure.ac: (python_has_threads) New variable, by testing
3055 if WITH_THREAD is defined in Python.h.
3056 Move --enable-lmcheck after --with-python.
3057 Do not enable -lmcheck by default if python_has_threads=yes.
3058 Warn if --enable-lmcheck and python_has_threads=yes.
3059 * configure: Regenerate.
3060
3061 2012-08-31 Yao Qi <yao@codesourcery.com>
3062
3063 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
3064 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
3065 Update some commands.
3066 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
3067 * mi/mi-main.c (mi_cmd_execute): Set
3068 '*parse->cmd->suppress_notification' to 1.
3069
3070 2012-08-31 Yao Qi <yao@codesourcery.com>
3071
3072 * mi/mi-cmds.c (mi_cmds): Add 'static'.
3073
3074 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
3075
3076 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3077
3078 2012-08-29 Doug Evans <dje@google.com>
3079
3080 * main.c (print_gdb_help): Remove reference to
3081 --use-deprecated-index-sections.
3082
3083 2012-08-28 Yao Qi <yao@codesourcery.com>
3084
3085 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3086 (init_cmds): Call add_setshow_uinteger_cmd for command
3087 'max-user-call-depth'.
3088 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3089 declaration of 'max_user_call_depth'.
3090 * frame.c (backtrace_limit): Add 'unsigned'.
3091 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3092 'limit'.
3093 * remote.c (remoteaddresssize): Add 'unsigned'.
3094 (remote_address_masked): Change local var 'address_size' to
3095 'unsigned'.
3096 (_initialize_remote): Call add_setshow_uinteger_cmd for
3097 'remoteaddresssize'.
3098 * top.c (history_size): Add 'unsigned'.
3099 (show_commands): Change local variables to 'unsigned'.
3100 (set_history_size_command): Don't check history_size is negative.
3101 Adjust the condition to call unstifle_history and set history_size
3102 to UNIT_MAX.
3103
3104 2012-08-28 Pedro Alves <palves@redhat.com>
3105
3106 PR gdb/14428
3107
3108 * infcmd.c (default_print_one_register_info): New, factored out
3109 from default_print_registers_info.
3110 (default_print_registers_info): Use it. Mark value unavailable if
3111 necessary.
3112 (registers_info): Print user registers with
3113 default_print_one_register_info.
3114
3115 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3116
3117 PR tui/14486
3118 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3119 is not NULL before referencing it.
3120
3121 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3124 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3125 original PC for it.
3126
3127 2012-08-27 Eli Zaretskii <eliz@gnu.org>
3128 Jan Kratochvil <jan.kratochvil@redhat.com>
3129
3130 * auto-load.c (auto_load_objfile_script): Rename to ...
3131 (auto_load_objfile_script_1): ... here, change variable realname to
3132 parameter realname, document it, add return value, add variable retval.
3133 (auto_load_objfile_script): New function.
3134
3135 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3138 followed by a whitespace.
3139
3140 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3141
3142 PR gdb/14494.
3143 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3144 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3145 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3146 here.
3147
3148 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3149
3150 * memattr.c (create_mem_region): Fix memory region overlapping
3151 checking.
3152
3153 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3154
3155 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3156 with xmalloc/cleanup.
3157 * mt-tdep.c (mt_push_dummy_call): Likewise.
3158 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3159 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3160
3161 2012-08-24 Yao Qi <yao@codesourcery.com>
3162
3163 * jv-exp.y (push_expression_name): Add "." at the end of error
3164 message.
3165
3166 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3167
3168 Document how to return from "python-interactive" to GDB.
3169 * python/python.c (_initialize_python): Update documentation.
3170
3171 2012-08-23 Pedro Alves <palves@redhat.com>
3172
3173 * infrun.c (_initialize_infrun) <handle command help text>:
3174 Mention that multiple signals are supported.
3175
3176 2012-08-23 Pedro Alves <palves@redhat.com>
3177
3178 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3179 string.
3180
3181 2012-08-23 Yao Qi <yao@codesourcery.com>
3182
3183 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3184 (tfind_1): Don't call registers_changed, set_traceframe_num,
3185 and clear_traceframe_info.
3186 Call set_current_traceframe.
3187 (set_current_traceframe): call set_traceframe_num.
3188
3189 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3190
3191 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3192 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3193
3194 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3195
3196 Enable readline in Python in a GDB-specific way and block the
3197 standard Python readline module to prevent conflicts with GDB.
3198 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3199 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3200 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3201 * python/py-gdb-readline.c: New file.
3202 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3203 prototype.
3204 * python/python.c (_initialize_python): Call
3205 gdbpy_initialize_gdb_readline.
3206
3207 2012-08-22 Keith Seitz <keiths@redhat.com>
3208
3209 * defs.h: Include build-gnulib/config.h
3210
3211 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3212
3213 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3214 and blx pc.
3215
3216 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3217
3218 Add a new "python-interactive" command that starts a standard
3219 Python interactive prompt with "pi" as alias, and add "py" as
3220 an alias to "python".
3221 * NEWS: Mention the new commands.
3222 * python/python.c (eval_python_command): New function.
3223 (python_interactive_command): For "python-interactive" with
3224 arguments, call eval_python_command. For "python-interactive"
3225 without arguments, call PyRun_InteractiveLoop.
3226 (_initialize_python): Add "python-interactive" command with
3227 "pi" as alias, and add "py" as an alias to "python".
3228
3229 2012-08-22 Tom Tromey <tromey@redhat.com>
3230
3231 * defs.h (quit_flag): Don't declare.
3232 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3233 (QUIT): Use new functions.
3234 * event-top.c (command_handler): Use clear_quit_flag.
3235 (handle_sigint): Use set_quit_flag.
3236 (async_request_quit): Use check_quit_flag. Don't check
3237 immediate_quit.
3238 * exceptions.c (throw_exception): Use clear_quit_flag.
3239 * main.c (captured_main): Use clear_quit_flag.
3240 * python/python.c (clear_quit_flag, set_quit_flag)
3241 (check_quit_flag): New functions.
3242 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3243 clear_quit_flag.
3244 * remote.c (remote_wait_as): Use check_quit_flag,
3245 clear_quit_flag.
3246 (remote_start_remote): Call QUIT.
3247 * symfile.c (load_progress): Use check_quit_flag.
3248 * top.c (command_loop): Use clear_quit_flag.
3249 (command_line_input): Call QUIT.
3250 * utils.c (quit_flag): Conditionally define.
3251 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3252 functions.
3253 (prompt_for_continue): Call QUIT. Use quit, not
3254 async_request_quit.
3255 * remote-mips.c (mips_expect_timeout): Call QUIT.
3256 * monitor.c (monitor_expect): Call QUIT.
3257
3258 2012-08-22 Tom Tromey <tromey@redhat.com>
3259
3260 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3261 (async_init_signals): Update.
3262 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3263 (SIGWINCH_HANDLER_BODY): Remove.
3264
3265 2012-08-22 Tom Tromey <tromey@redhat.com>
3266
3267 * jit.c (jit_object_close_impl): Don't malloc the objfile
3268 name.
3269 * objfiles.c (allocate_objfile): Don't malloc the objfile
3270 name.
3271 (free_objfile): Don't free the objfile name.
3272 * objfiles.h (struct objfile) <name>: Update comment.
3273 * symfile.c (reread_symbols): Fix reference counting. Don't
3274 malloc objfile name.
3275
3276 2012-08-22 Tom Tromey <tromey@redhat.com>
3277
3278 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3279 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3280 (symfile_bfd_open): Likewise.
3281 (generic_load): Likewise.
3282 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3283 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3284 gdb_bfd_open.
3285 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3286 Use gdb_bfd_open.
3287 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3288 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3289 (pmon_load_fast): Likewise.
3290 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3291 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3292 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3293 (macho_check_dsym): Likewise.
3294 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3295 (m32r_upload_command): Likewise.
3296 * gdb_bfd.h (gdb_bfd_cache): Declare.
3297 * gdb_bfd.c (struct gdb_bfd_data): New.
3298 (gdb_bfd_cache): New global.
3299 (struct gdb_bfd_cache_search): New.
3300 (hash_bfd): New function.
3301 (eq_bfd): Likewise.
3302 (gdb_bfd_open): Likewise.
3303 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3304 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3305 gdb_bfd_data.
3306 * exec.c (exec_file_attach): Use gdb_bfd_open.
3307 * dsrec.c (load_srec): Use gdb_bfd_open.
3308
3309 2012-08-22 Tom Tromey <tromey@redhat.com>
3310
3311 * dwarf2read.c (macro_start_file): Update.
3312 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3313 (free_objfile_per_bfd_storage): Destroy macro_cache.
3314 (allocate_objfile, free_objfile): Update.
3315 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3316 New field.
3317 (struct objfile) <macro_cache>: Remove.
3318 * symfile.c (reread_symbols): Update.
3319 * symmisc.c (print_symbol_bcache_statistics): Update.
3320 (print_objfile_statistics): Update.
3321
3322 2012-08-22 Tom Tromey <tromey@redhat.com>
3323
3324 * elfread.c (elf_symtab_read): Update.
3325 * objfiles.c (objfiles_bfd_data): New global.
3326 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3327 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3328 (allocate_objfile, free_objfile): Update.
3329 (_initialize_objfiles): Initialize objfiles_bfd_data.
3330 * objfiles.h (struct objfile_per_bfd_storage): New.
3331 (struct objfile) <per_bfd>: New field.
3332 <filename_cache>: Remove.
3333 (set_objfile_per_bfd): Declare.
3334 * symfile.c (reread_symbols): Update. Call
3335 set_objfile_per_bfd.
3336 (allocate_symtab): Update.
3337 * symmisc.c (print_symbol_bcache_statistics): Update.
3338 (print_objfile_statistics): Print the size of the BFD obstack.
3339
3340 2012-08-22 Tom Tromey <tromey@redhat.com>
3341
3342 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3343 * gdb_bfd.c: Use DEFINE_REGISTRY.
3344 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3345 (gdb_bfd_ref): Call bfd_alloc_data.
3346 (gdb_bfd_unref): Call bfd_free_data.
3347
3348 2012-08-22 Tom Tromey <tromey@redhat.com>
3349
3350 * registry.h (struct registry_fields): New.
3351 (REGISTRY_FIELDS): Redefine.
3352 (REGISTRY_ACCESS_FIELD): New macro.
3353 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3354 functions.
3355
3356 2012-08-22 Tom Tromey <tromey@redhat.com>
3357
3358 * auto-load.c (_initialize_auto_load): Update.
3359 * solib-svr4.c (_initialize_svr4_solib): Update
3360 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3361 * solib-darwin.c (_initialize_darwin_solib): Update.
3362 * registry.h: New file.
3363 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3364 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3365 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3366 (register_program_space_data_with_cleanup)
3367 (register_program_space_data, program_space_alloc_data)
3368 (clear_program_space_data, set_program_space_data)
3369 (program_space_data): Don't declare.
3370 * progspace.c: Use DEFINE_REGISTRY.
3371 (struct program_space_data, struct
3372 program_space_data_registration, struct
3373 program_space_data_registry, program_space_data_registry)
3374 (register_program_space_data_with_cleanup)
3375 (register_program_space_data, program_space_alloc_data)
3376 (program_space_free_data, clear_program_space_data)
3377 (set_program_space_data, program_space_data): Remove.
3378 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3379 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3380 (register_objfile_data_with_cleanup, register_objfile_data)
3381 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3382 declare.
3383 * objfiles.c: Use DEFINE_REGISTRY.
3384 (struct objfile_data, struct objfile_data_registration, struct
3385 objfile_data_registry, objfile_data_registry)
3386 (register_objfile_data_with_cleanup, register_objfile_data)
3387 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3388 (set_objfile_data, objfile_data): Remove.
3389 (_initialize_objfiles): Update.
3390 * jit.c (_initialize_jit): Update.
3391 * inflow.c (_initialize_inflow): Update.
3392 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3393 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3394 (register_inferior_data_with_cleanup, register_inferior_data)
3395 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3396 declare.
3397 * inferior.c: Use DEFINE_REGISTRY.
3398 (struct inferior_data, struct inferior_data_registration, struct
3399 inferior_data_registry, inferior_data_registry)
3400 (register_inferior_data_with_cleanup, register_inferior_data)
3401 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3402 (set_inferior_data, inferior_data): Remove.
3403 * auxv.c (_initialize_auxv): Update.
3404 * ada-lang.c (_initialize_ada_language): Update.
3405 * breakpoint.c (_initialize_breakpoint): Update.
3406 * i386-nat.c (i386_use_watchpoints): Update.
3407
3408 2012-08-22 Tom Tromey <tromey@redhat.com>
3409
3410 * exec.c (exec_close, exec_file_attach): Update.
3411 (add_to_section_table): Initialize 'key' field.
3412 (add_target_sections, remove_target_sections): Add 'key' argument.
3413 * exec.h (add_target_sections, remove_target_sections): Add
3414 'key' argument.
3415 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3416 (reload_shared_libraries_1): Update.
3417 * target.h (struct target_section) <key>: New field.
3418
3419 2012-08-22 Tom Tromey <tromey@redhat.com>
3420
3421 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3422
3423 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3424
3425 * symfile.c (allocate_symtab): Use host_address_to_string
3426 function instead of cast of pointer to long which is not
3427 compatible with x86_64-w64-mingw32 build.
3428
3429 2012-08-19 Andrew Pinski <apinski@cavium.com>
3430
3431 * mips-tdep.c (is_octeon): New function.
3432 (is_octeon_bbit_op): New function.
3433 (mips32_next_pc): Handle Octeon's bbit instructions.
3434 (mips32_instruction_has_delay_slot): Likewise.
3435
3436 2012-08-19 Andrew Pinski <apinski@cavium.com>
3437
3438 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3439 before the function.
3440
3441 2012-08-19 Andrew Pinski <apinski@cavium.com>
3442
3443 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3444
3445 2012-08-19 Keith Seitz <keiths@redhat.com>
3446
3447 PR c++/14365
3448 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3449 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3450
3451 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3452
3453 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3454 The typo broke "make TAGS".
3455
3456 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3457
3458 GDB 7.5 released.
3459
3460 2012-08-17 Keith Seitz <keiths@redhat.com>
3461
3462 PR c++/13356
3463 * gdbtypes.c (strict_type_checking): New variable.
3464 (show_strict_type_checking): New function.
3465 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3466 if strict type checking is disabled.
3467 (_initialize_gdbtypes): Add "check type" subcommand.
3468 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3469
3470 2012-08-17 Keith Seitz <keiths@redhat.com>
3471
3472 * language.h (type_mode): Remove.
3473 (type_check): Remove.
3474 (struct language_defn): Remove la_type_check.
3475 (STRICT_TYPE): Remove unused macro.
3476 (type_error): Remove.
3477 * language.c (set_type_range_case): Renamed to ...
3478 (set_range_case): ... this. Update all callers.
3479 Remove type_mode/type_check.
3480 (type_mode): Remove.
3481 (type_check): Remove.
3482 (show_type_command): Remove.
3483 (set_type_command): Remove.
3484 (language_info): Remove type checking output.
3485 (type_error): Remove unused function.
3486 (range_error): Update comment.
3487 (unknown_language_defn): Remove la_type_check.
3488 (auto_language_defn): Likewise.
3489 (local_language_defn): Likewise.
3490 (_initialize_language): Remove "check type" subcommand.
3491 * ada-lang.c (ada_language_defn): Remove la_type_check.
3492 * c-lang.c (c_language_defn): Likewise.
3493 (cplus_language_defn): Likewise.
3494 (asm_language_defn): Likewise.
3495 (minimal_language_defn): Likewise.
3496 * d-lang.c (d_language_defn): Likewise.
3497 * f-lang.c (f_language_defn): Likewise.
3498 * go-lang.c (go_language_defn): Likewise.
3499 * jv-lang.c (java_language_defn): Likewise.
3500 * m2-lang.c (m2_language_defn): Likewise.
3501 * objc-lang.c (objc_language_defn): Likewise.
3502 * opencl-lang.c (opencl_language_defn): Likewise.
3503 * p-lang.c (pascal_language_defn): Likewise.
3504
3505 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3506
3507 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3508
3509 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3510
3511 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3512 New function.
3513 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3514 using the regache. Use ia64_hpux_get_register_from_save_state_t
3515 to access the bsp and bspstore registers if not.
3516
3517 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3518
3519 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3520 * breakpoint.c (detach_breakpoints): Change pid parameter into
3521 a ptid. Adjust code accordingly.
3522 * infrun.c (handle_inferior_event): Delete variable child_pid.
3523 Update call to detach_breakpoints to pass the child ptid for
3524 fork events.
3525 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3526 assert that inferior_ptid's lwp is zero.
3527 (linux_handle_extended_wait): Update call to detach_breakpoints.
3528 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3529 detach_breakpoints.
3530
3531 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3532
3533 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3534 parent, only call detach_breakpoints if tts.tts_event ==
3535 TTEVT_VFORK.
3536
3537 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3538
3539 * dwarf2-frame.c (dwarf2_frame_cache): Use
3540 get_frame_address_in_block instead of get_frame_pc as
3541 the bound for executing the frame's FDE.
3542
3543 2012-08-16 Yao Qi <yao@codesourcery.com>
3544
3545 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3546 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3547 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3548 (c_type_print_varspec_suffix): Likewise.
3549 * eval.c (evaluate_subexp_standard): Likewise.
3550 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3551 (f_type_print_varspec_suffix): Likewise.
3552 * gdbtypes.c (is_scalar_type): Likewise.
3553 (recursive_dump_type): Likewise.
3554 * infcall.c (value_arg_coerce): Likewise.
3555 * m2-valprint.c (m2_val_print): Likewise.
3556 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3557 (pascal_type_print_varspec_suffix): Likewise.
3558 (pascal_type_print_base): Likewise.
3559 * p-valprint.c (pascal_val_print): Likewise.
3560 (pascal_val_print): Likewise.
3561 * valops.c (value_slice): Likewise.
3562 * valprint.c (scalar_type_p): Likewise.
3563 * valarith.c (value_bitstring_subscript): Remove.
3564 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3565 Remove comment on TYPE_CODE_BITSTRING.
3566
3567 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3568 TYPE_CODE_BITSTRING.
3569
3570 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3571 slot 0.
3572
3573 2012-08-16 Yao Qi <yao@codesourcery.com>
3574
3575 * tracepoint.c (trace_find_none_command): Remove.
3576 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3577
3578 2012-08-16 Yao Qi <yao@codesourcery.com>
3579
3580 * remote.c (handle_notification): Remove parameter 'length'.
3581 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3582
3583 2012-08-15 Keith Seitz <keiths@redhat.com>
3584
3585 * gdbtypes.c (opaque_type_resolution): Make static.
3586 Add missing comment.
3587 (overload_debug): Add missing comment.
3588 (show_opaque_type_resolution): Likewise.
3589 (show_overload_debug): Likewise.
3590 (print_bit_vector): Remove unnecessary forward declaration.
3591 (print_arg_types): Likewise.
3592 (dump_fn_fieldlists): Likewise.
3593 (print_cplus_stuff): Likewise.
3594
3595 2012-08-15 Tom Tromey <tromey@redhat.com>
3596
3597 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3598 (gdb_bfd_ref): Initialize new field.
3599 (gdb_bfd_unref): Unref the archive BFD.
3600 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3601 parent archive.
3602
3603 2012-08-15 Tom Tromey <tromey@redhat.com>
3604
3605 PR python/14387:
3606 * python/py-bpevent.c (create_breakpoint_event_object): Update
3607 comment.
3608 * python/py-event.c (evpy_add_attribute): Update comment.
3609 * python/py-exitedevent.c (create_exited_event_object): Fix
3610 reference counting and error handling.
3611 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3612 Fix reference counting.
3613 * python/py-signalevent.c (create_signal_event_object): Fix
3614 reference counting and error handling.
3615 * python/py-stopevent.c (emit_stop_event): Fix reference
3616 counting.
3617 * python/py-threadevent.c (get_event_thread): Return a
3618 borrowed reference.
3619 * python/py-type.c (convert_field): Fix reference counting.
3620
3621 2012-08-15 Tom Tromey <tromey@redhat.com>
3622
3623 * dwarf2read.c (dwarf_decode_macro_bytes)
3624 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3625 as hash key.
3626
3627 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3628
3629 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3630 stepi, nexti, finish, next, step, jump, and continue commands.
3631 * infrun.c (_initialize_infrun): Update help text for the handle
3632 command.
3633
3634 2012-08-14 Doug Evans <dje@google.com>
3635
3636 * gdbtypes.c (struct extra): Delete, unused.
3637
3638 * gdbtypes.c: Whitespace cleanup.
3639 (address_space_name_to_int): Remove "extern" from definition.
3640 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3641
3642 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3643 TYPE_POINTER_TYPE (type).
3644
3645 2012-08-14 Gary Benson <gbenson@redhat.com>
3646
3647 * solib-svr4.c (svr4_free_library_list): Use free_so.
3648
3649 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3650
3651 * .gitignore: Add go-exp.c.
3652
3653 2012-08-13 Doug Evans <dje@google.com>
3654
3655 * value.c (show_convenience): Tweak comment.
3656 (_initialize_values): Mention convenience functions in the help text
3657 for "show convenience".
3658
3659 2012-08-13 Yao Qi <yao@codesourcery.com>
3660
3661 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3662 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3663 TERNOP_SLICE_COUNT.
3664 * eval.c (evaluate_subexp_standard): Likewise.
3665 * expprint.c (print_subexp_standard): Likewise.
3666 (dump_subexp_body_standard): Likewise.
3667 * parse.c (operator_length_standard): Likewise.
3668
3669 2012-08-13 Yao Qi <yao@codesourcery.com>
3670
3671 * std-operator.def: Remove OP_BITSTRING.
3672 * breakpoint.c (watchpoint_exp_is_const): Update.
3673 * eval.c (evaluate_subexp_standard): Remove handling to
3674 OP_BITSTRING.
3675 * expprint.c (print_subexp_standard): Likewise.
3676 (dump_subexp_body_standard): Likewise.
3677 * parse.c (operator_length_standard): Likewise.
3678 * valops.c (value_bitstring): Remove.
3679 * value.h: Remove the declaration of 'value_bitstring'.
3680
3681 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3682
3683 * linespec.c (find_methods): Remove unused variables `i1' and
3684 `name_len'.
3685 (decode_line_full): Likewise for `arg_start'.
3686
3687 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3690 (zlib_decompress_section): Likewise for `section_data'.
3691 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3692
3693 2012-08-10 Doug Evans <dje@google.com>
3694
3695 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3696 * NEWS: Document them.
3697 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3698 function/strfns.py.
3699 * python/py-type.c (typy_array_1): New function.
3700 (typy_array): Call it.
3701 (typy_vector): New function.
3702 (type_object_methods): Add "vector".
3703 * python/lib/gdb/function/__init__.py: New file.
3704 * python/lib/gdb/function/strfns.py: New file.
3705
3706 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3707
3708 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3709 for TYPE_FIELD_BITPOS.
3710 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3711
3712 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3713
3714 PR cli/10436:
3715 * common/vec.h (VEC_merge): Define.
3716 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3717 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3718 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3719 * completer.c: Include gdb_signals.h.
3720 (signal_completer): Define.
3721 * completer.h (signal_completer): Add prototype.
3722 * infcmd.c (_initialize_infcmd): Assign the command
3723 completer for "signal" to handle_completer.
3724 * infrun.c: Include completer.h.
3725 (handle_completer): Define.
3726 (_initialize_infrun): Declare a new local variable c. Store the
3727 result of add_com("handle") to it. Assign the command
3728 completer for "handle" to handle_completer.
3729
3730 2012-08-09 Yao Qi <yao@codesourcery.com>
3731
3732 * cli/cli-decode.c (set_cmd_prefix): New.
3733 (lookup_cmd_for_prefixlist): New.
3734 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3735 of each cmd_list_element in *prefixlist.
3736 (add_setshow_cmd_full): set_cmd_prefix.
3737 (add_alias_cmd): Likewise.
3738 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3739 Declare 'auto_boolean_enums'.
3740 * cli/cli-setshow.c: Include "observer.h".
3741 (notify_command_param_changed_p): New.
3742 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3743 Remove 'static'.
3744 (do_setshow_command): Split it to ...
3745 (do_set_command, do_show_command): ... them. New.
3746 (do_set_command): Call observer_notify_command_param_changed if
3747 notify_command_param_changed_p returns true.
3748 (cmd_show_list): Caller update.
3749 * auto-load.c (set_auto_load_cmd): Likewise.
3750 * remote.c (show_remote_cmd): Likewise.
3751 * cli/cli-setshow.h: Update declarations.
3752 * top.c (execute_command): Call do_set_command and do_show_command.
3753
3754 * NEWS: Mention new MI notification.
3755 * mi/mi-interp.c: Declare mi_command_param_changed.
3756 (mi_interpreter_init): Attach mi_command_param_changed to
3757 observer command_param_changed.
3758 (mi_command_param_changed): New.
3759 Remove mi_suppress_breakpoint_notifications.
3760 Define global variable mi_suppress_notification.
3761 (mi_breakpoint_created): Update.
3762 (mi_breakpoint_deleted): Likewise.
3763 (mi_breakpoint_modified): Likewise.
3764 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3765 'gdb-set' and set mi_suppress_notification.
3766 * mi/mi-main.h: (mi_suppress_notification): New struct.
3767
3768 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3769 Jan Kratochvil <jan.kratochvil@redhat.com>
3770
3771 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3772
3773 2012-08-09 Yao Qi <yao@codesourcery.com>
3774
3775 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3776 (skiplist): Move it to skip.c.
3777 (init_cmd_lists): Remove code setting enablebreaklist and
3778 skiplist to NULL.
3779 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3780 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3781 skiplist.
3782 * gdbcmd.h: Likewise.
3783 * skip.c (_initialize_step_skip): Move 'skiplist' from
3784 cli/cli-cmds.c.
3785
3786 2012-08-09 Yao Qi <yao@codesourcery.com>
3787
3788 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3789 * gnu-nat.c, symfile.c: Likewise.
3790
3791 2012-08-08 Aaron Gamble <agamble@google.com>
3792
3793 * utils.c (prompt_for_continue_wait_time): New static global.
3794 (make_command_stats_cleanup): Initialize it.
3795 (report_command_stats): Subtract time waiting for user.
3796 (prompt_for_continue): Track time waiting for user.
3797 (defaulted_query): Track time waiting for user.
3798
3799 2012-08-08 Doug Evans <dje@google.com>
3800
3801 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3802 UNOP_MEMVAL_TYPE.
3803 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3804 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3805 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3806 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3807 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3808 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3809 elt.
3810 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3811 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3812 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3813 (dump_prefix_expression): Handle OP_TYPE.
3814
3815 2012-08-08 Keith Seitz <keiths@redhat.com>
3816
3817 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3818 addr_start.
3819
3820 2012-08-08 Doug Evans <dje@google.com>
3821
3822 * linux-thread-db.c: #include "gdb_vecs.h".
3823 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3824 updated.
3825 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3826 (thread_db_load_search): Use a vector to iterate over path elements.
3827 Handle text appearing after "$pdir".
3828
3829 * gdb_string.h: Moved to ...
3830 * common/gdb_string.h: ... here.
3831 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3832 gdb_string.h and gdb_assert.h.
3833
3834 2012-08-08 Yao Qi <yao@codesourcery.com>
3835
3836 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3837 (tic6x_value_to_register): Likewise.
3838 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3839 and set_gdbarch_value_to_register.
3840
3841 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3842 Jean-Marc Saffroy <saffroy@gmail.com>
3843
3844 PR 11804
3845 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3846 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3847 * gcore.c (gcore_create_callback): New function comment. Add modified
3848 parameter. Only write modified regions. Set SEC_READONLY exactly
3849 according to MODIFIED.
3850 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3851 the passed modified value to FUNC.
3852 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3853 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3854 first. New variables modified and has_anonymous. Parse the lines of
3855 smaps file. Add the passed MODIFIED value to FUNC.
3856 * procfs.c (find_memory_regions_callback): Add the passed modified
3857 value.
3858
3859 2012-08-06 Tom Tromey <tromey@redhat.com>
3860
3861 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3862 (dwarf2_frame_cache): Use it.
3863 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3864 cache initialization constraint.
3865
3866 2012-08-06 Tom Tromey <tromey@redhat.com>
3867
3868 PR python/14386:
3869 * varobj.c (update_dynamic_varobj_children): Don't call
3870 PyIter_Check.
3871
3872 2012-08-06 Tom Tromey <tromey@redhat.com>
3873
3874 PR cli/14392:
3875 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3876
3877 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3878
3879 * NEWS: New entry for 'cd' default parameters.
3880 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3881
3882 2012-08-03 Tom Tromey <tromey@redhat.com>
3883
3884 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3885 return.
3886
3887 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3888
3889 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3890 to attempting lseek/write.
3891 (inf_child_fileio_pread): Likewise for pread.
3892
3893 2012-08-02 Yao Qi <yao@codesourcery.com>
3894
3895 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3896 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3897 add_setshow_zinteger_cmd.
3898 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3899 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3900 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3901 instead of add_setshow_zinteger_cmd.
3902 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3903 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3904 instead of add_setshow_zinteger_cmd.
3905 * frame.c (frame_debug): Add 'unsigned'.
3906 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3907 add_setshow_zinteger_cmd.
3908 * frame.h: Update the declaration of 'frame_debug'.
3909 * gdbtypes.c (overload_debug): Add 'unsigned'.
3910 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3911 add_setshow_zinteger_cmd.
3912 * inferior.h: Update declaration of 'debug_infrun'.
3913 * infrun.c (debug_infrun): Add 'unsigned'.
3914 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3915 add_setshow_zinteger_cmd.
3916 * jit.c (jit_debug): Add 'unsigned'.
3917 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3918 add_setshow_zinteger_cmd.
3919 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3920 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3921 instead of add_setshow_zinteger_cmd.
3922 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3923 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3924 add_setshow_zinteger_cmd.
3925 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3926 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3927 instead of add_setshow_zinteger_cmd.
3928 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3929 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3930 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3931 intead of add_setshow_zinteger_cmd.
3932 * mips-tdep.c (mips_debug): Add 'unsigned'.
3933 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3934 instead of add_setshow_zinteger_cmd.
3935 * monitor.c (monitor_debug): Add 'unsigned'.
3936 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3937 add_setshow_zinteger_cmd.
3938 * observer.c (observer_debug): Add 'unsigned'.
3939 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3940 add_setshow_zinteger_cmd.
3941 * parse.c (expressiondebug): Add 'unsigned'.
3942 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3943 add_setshow_zinteger_cmd.
3944 * record.c (record_debug): Add 'unsigned'.
3945 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3946 add_setshow_zinteger_cmd.
3947 * record.h: Update the declaration of 'record_debug'.
3948 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3949 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3950 add_setshow_zinteger_cmd.
3951 * serial.c (global_serial_debug_p): Add 'unsigned'.
3952 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3953 add_setshow_zinteger_cmd.
3954 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3955 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3956 add_setshow_zinteger_cmd.
3957 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3958 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3959 add_setshow_zinteger_cmd.
3960 * target.c (targetdebug): Add 'unsigned'.
3961 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3962 add_setshow_zinteger_cmd.
3963 * valops.c (overload_debug): Add 'unsigned'.
3964 * varobj.c (varobjdebug): Add 'unsigned'.
3965 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3966 add_setshow_zinteger_cmd.
3967 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3968 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3969 instead of add_setshow_zinteger_cmd.
3970
3971 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3972 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3973 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3974 instead of add_setshow_zinteger_cmd.
3975 * gdbarch.c, gdbarch.h: Re-generated.
3976
3977 2012-08-02 Yao Qi <yao@codesourcery.com>
3978
3979 * nto-tdep.c: Don't include cli/cli-decode.h and
3980 cli/cli-cmds.h.
3981 (_initialize_nto_tdep): Remove.
3982 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3983 Remove field.
3984 Remove macro nto_internal_debugging.
3985
3986 2012-08-01 Richard Henderson <rth@redhat.com>
3987
3988 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3989 (mep-*-*) [gdb_target_obs]: Likewise.
3990
3991 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3992
3993 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3994 linux_get_siginfo_type.
3995
3996 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3997
3998 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3999 AT_ENTRY_POINT.
4000 (call_function_by_hand) <ON_STACK>: Call write_memory with
4001 gdbarch_breakpoint_from_pc, if possible.
4002 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
4003 here.
4004
4005 2012-07-31 Yao Qi <yao@codesourcery.com>
4006
4007 * tracepoint.c: Add 'static' for some variables.
4008
4009 2012-07-31 Yao Qi <yao@codesourcery.com>
4010
4011 * go32-nat.c: Declare _initialize_go32_nat.
4012 * ser-go32.c: Declare _initialize_ser_dos.
4013 * top.c (do_chdir_cleanup): Add 'static'.
4014
4015 2012-07-30 Keith Seitz <keiths@redhat.com>
4016
4017 * linespec.c (linespec_lex_number): A number followed
4018 by quotes is a valid number, too.
4019
4020 2012-07-30 Tom Tromey <tromey@redhat.com>
4021
4022 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
4023
4024 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
4025
4026 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
4027 attempt to 4-byte-align HW breakpoint addresses for Thumb.
4028
4029 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4030
4031 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
4032 invalid or reevaluated to prevent prevent references to possibly
4033 delete'd type objects being left in the varobj.
4034
4035 2012-07-27 Tom Tromey <tromey@redhat.com>
4036 Jan Kratochvil <jan.kratochvil@redhat.com>
4037
4038 * copying.awk: Print buffer-read-only and vi ro markers.
4039 * copying.c: Rebuild.
4040 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
4041 * gdbarch.c, gdbarch.h: Rebuild.
4042 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
4043 buffer-read-only and vi ro markers.
4044 * features/arm-with-iwmmxt.c: Rebuild.
4045 * features/arm-with-m-fpa-layout.c: Rebuild.
4046 * features/arm-with-m-vfp-d16.c: Rebuild.
4047 * features/arm-with-m.c: Rebuild.
4048 * features/arm-with-neon.c: Rebuild.
4049 * features/arm-with-vfpv2.c: Rebuild.
4050 * features/arm-with-vfpv3.c: Rebuild.
4051 * features/i386/amd64-avx-linux.c: Rebuild.
4052 * features/i386/amd64-avx.c: Rebuild.
4053 * features/i386/amd64-linux.c: Rebuild.
4054 * features/i386/amd64.c: Rebuild.
4055 * features/i386/i386-avx-linux.c: Rebuild.
4056 * features/i386/i386-avx.c: Rebuild.
4057 * features/i386/i386-linux.c: Rebuild.
4058 * features/i386/i386-mmx-linux.c: Rebuild.
4059 * features/i386/i386-mmx.c: Rebuild.
4060 * features/i386/i386.c: Rebuild.
4061 * features/i386/x32-avx-linux.c: Rebuild.
4062 * features/i386/x32-avx.c: Rebuild.
4063 * features/i386/x32-linux.c: Rebuild.
4064 * features/i386/x32.c: Rebuild.
4065 * features/mips-dsp-linux.c: Rebuild.
4066 * features/mips-linux.c: Rebuild.
4067 * features/mips64-dsp-linux.c: Rebuild.
4068 * features/mips64-linux.c: Rebuild.
4069 * features/rs6000/powerpc-32.c: Rebuild.
4070 * features/rs6000/powerpc-32l.c: Rebuild.
4071 * features/rs6000/powerpc-403.c: Rebuild.
4072 * features/rs6000/powerpc-403gc.c: Rebuild.
4073 * features/rs6000/powerpc-405.c: Rebuild.
4074 * features/rs6000/powerpc-505.c: Rebuild.
4075 * features/rs6000/powerpc-601.c: Rebuild.
4076 * features/rs6000/powerpc-602.c: Rebuild.
4077 * features/rs6000/powerpc-603.c: Rebuild.
4078 * features/rs6000/powerpc-604.c: Rebuild.
4079 * features/rs6000/powerpc-64.c: Rebuild.
4080 * features/rs6000/powerpc-64l.c: Rebuild.
4081 * features/rs6000/powerpc-7400.c: Rebuild.
4082 * features/rs6000/powerpc-750.c: Rebuild.
4083 * features/rs6000/powerpc-860.c: Rebuild.
4084 * features/rs6000/powerpc-altivec32.c: Rebuild.
4085 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4086 * features/rs6000/powerpc-altivec64.c: Rebuild.
4087 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4088 * features/rs6000/powerpc-cell32l.c: Rebuild.
4089 * features/rs6000/powerpc-cell64l.c: Rebuild.
4090 * features/rs6000/powerpc-e500.c: Rebuild.
4091 * features/rs6000/powerpc-e500l.c: Rebuild.
4092 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4093 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4094 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4095 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4096 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4097 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4098 * features/rs6000/powerpc-vsx32.c: Rebuild.
4099 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4100 * features/rs6000/powerpc-vsx64.c: Rebuild.
4101 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4102 * features/rs6000/rs6000.c: Rebuild.
4103 * features/s390-linux32.c: Rebuild.
4104 * features/s390-linux32v1.c: Rebuild.
4105 * features/s390-linux32v2.c: Rebuild.
4106 * features/s390-linux64.c: Rebuild.
4107 * features/s390-linux64v1.c: Rebuild.
4108 * features/s390-linux64v2.c: Rebuild.
4109 * features/s390x-linux64.c: Rebuild.
4110 * features/s390x-linux64v1.c: Rebuild.
4111 * features/s390x-linux64v2.c: Rebuild.
4112 * features/tic6x-c62x-linux.c: Rebuild.
4113 * features/tic6x-c62x.c: Rebuild.
4114 * features/tic6x-c64x-linux.c: Rebuild.
4115 * features/tic6x-c64x.c: Rebuild.
4116 * features/tic6x-c64xp-linux.c: Rebuild.
4117 * features/tic6x-c64xp.c: Rebuild.
4118
4119 2012-07-27 Tom Tromey <tromey@redhat.com>
4120
4121 * c-exp.y (classify_name): Avoid assignment in condition.
4122
4123 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4124
4125 * amd64-windows-tdep.c: Include "frame.h".
4126 (amd64_windows_skip_trampoline_code): New function.
4127 (amd64_windows_init_abi): Add trampoline registration.
4128
4129 2012-07-27 Yao Qi <yao@codesourcery.com>
4130
4131 * tracepoint.c (cur_traceframe_number): Remove.
4132 (set_tfile_traceframe): Remove.
4133 (tfile_trace_find, tfile_fetch_registers): Update callers.
4134 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4135 (tfile_open, tfile_trace_find): Likewise.
4136
4137 2012-07-27 Yao Qi <yao@codesourcery.com>
4138
4139 * thread.c (switch_to_thread): Don't call registers_changed.
4140
4141 2012-07-26 Tom Tromey <tromey@redhat.com>
4142
4143 * Makefile.in (SFILES): Remove objc-exp.y.
4144 (YYFILES): Remove objc-exp.c.
4145 (YYOBJ): Remove objc-exp.o.
4146 (local-maintainer-clean): Don't mention objc-exp.c.
4147 * c-exp.y: Include objc-lang.h.
4148 (%union) <class>: New field.
4149 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4150 (exp): Clone subscript production for OBJC_LBRAC. Add various
4151 Objective C productions.
4152 (msglist, msgarglist, msgarg): New productions.
4153 (array_mod, func_mod, operator): Clone productions for
4154 OBJC_LBRAC.
4155 (parse_string_or_char): Handle '@' strings.
4156 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4157 (classify_name): Check la_name_of_this. Recognize ObjC class
4158 names.
4159 * objc-exp.y: Remove.
4160 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4161 * objc-lang.h (objc_parse, objc_error): Don't declare.
4162
4163 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4164
4165 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4166
4167 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4170 and decrement.
4171
4172 2012-07-26 Tom Tromey <tromey@redhat.com>
4173
4174 * copying.c: Rebuild.
4175 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4176 'no_class'.
4177
4178 2012-07-26 Tom Tromey <tromey@redhat.com>
4179
4180 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4181 immediate_quit.
4182 (print_objfile_statistics): Likewise.
4183 (maintenance_print_symbols): Likewise.
4184 (maintenance_print_msymbols): Likewise.
4185 (maintenance_print_objfiles): Likewise.
4186 * psymtab.c (print_partial_symbols): Call QUIT.
4187 (maintenance_print_psymbols): Likewise. Don't modify
4188 immediate_quit.
4189 * copying.c (show_copying_command): Don't modify immediate_quit.
4190 (show_warranty_command): Likewise.
4191 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4192
4193 2012-07-26 Keith Seitz <keiths@redhat.com>
4194
4195 * linespec.c (linespec_lexer_lex_number): The input
4196 is also a valid number if the next character is a comma
4197 or colon.
4198
4199 2012-07-26 Joel Brobecker <brobecker@adacore.com>
4200
4201 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4202 configure options.
4203
4204 2012-07-26 Tristan Gingold <gingold@adacore.com>
4205
4206 * machoread.c: Include gdb_bfd.h.
4207
4208 2012-07-26 Tristan Gingold <gingold@adacore.com>
4209
4210 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4211 offset.
4212
4213 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4214
4215 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4216 SIZE to size_t.
4217 (dwarf2_evaluate_loc_desc): Likewise.
4218 (dwarf2_loc_desc_needs_frame): Likewise.
4219 (locexpr_describe_location_1): Likewise.
4220 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4221 size_t.
4222 (struct dwarf2_loclist_baton): Likewise.
4223 * dwarf2read.c (struct dwarf_block): Likewise.
4224 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4225 (decode_locdesc): Expand SIZE and I to size_t.
4226
4227 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4228
4229 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4230
4231 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4232
4233 * doublest.c (convert_doublest_to_floatformat): If the exponent
4234 is too small, treat the value as zero. If the exponent is too
4235 large, treat the value as infinity.
4236
4237 2012-07-25 Joel Brobecker <brobecker@adacore.com>
4238
4239 * configure.ac: Add --enable-lmcheck configure option.
4240 * configure: Regenerate.
4241
4242 2012-07-25 Tom Tromey <tromey@redhat.com>
4243
4244 * NEWS: Mention maint info bfds.
4245 * gdb_bfd.c (all_bfds): New global.
4246 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4247 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4248 New functions.
4249
4250 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4251
4252 * configure.tgt: Add v850*-*-rtems*.
4253
4254 2012-07-25 Tom Tromey <tromey@redhat.com>
4255
4256 * macrotab.c (macro_bcache_str): Remove cast.
4257
4258 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4259
4260 * linespec.c (linespec_lexer_lex_number): Update comments,
4261 change the return and add check to make sure the input is
4262 the decimal numbers.
4263 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4264 false, call linespec_lexer_lex_string.
4265
4266 2012-07-24 Tom Tromey <tromey@redhat.com>
4267
4268 * symfile.c (symbol_file_add): Don't open BFD twice.
4269
4270 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4271
4272 * breakpoint.c (create_breakpoint): Store condition for pending
4273 breakpoints.
4274
4275 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4276
4277 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4278 (m68k_return_value): Handle complex types like structures.
4279 (m68k_svr4_return_value): Likewise.
4280
4281 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4282
4283 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4284 parameters to bfd_get_section_name.
4285
4286 2012-07-24 Yao Qi <yao@codesourcery.com>
4287
4288 * cli/cli-setshow.c: Handle case 'var_uinteger'
4289 and 'var_zuninteger' together. Handle case 'var_integer' and
4290 'var_zinteger' together.
4291
4292 2012-07-23 Keith Seitz <keiths@redhat.com>
4293
4294 * linespec.c (convert_linespec_to_sal): Don't add
4295 any symbols to the result vector if symbol_to_sal
4296 returns zero.
4297
4298 2012-07-23 Keith Seitz <keiths@redhat.com>
4299
4300 * linespec.c (decode_objc): Record the function name
4301 in the linespec.
4302
4303 2012-07-23 Tom Tromey <tromey@redhat.com>
4304
4305 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4306 counting.
4307 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4308 (map_vmap): Acquire a reference to the BFD.
4309
4310 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4311
4312 * p-valprint.c (pascal_object_print_value): Replace potentially
4313 unsafe alloca with xmalloc/xfree.
4314 * valops.c (search_struct_method): Likewise.
4315
4316 2012-07-23 Tom Tromey <tromey@redhat.com>
4317
4318 * solib-svr4.c (enable_break): Update.
4319 * bfd-target.h (target_bfd_reopen): Update documentation.
4320
4321 2012-07-23 Tom Tromey <tromey@redhat.com>
4322
4323 * symfile.c (separate_debug_file_exists): Update.
4324 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4325 (reread_symbols): Update.
4326 * elfread.c (build_id_verify): Update.
4327 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4328 bfd_open_maybe_remote.
4329
4330 2012-07-23 Tom Tromey <tromey@redhat.com>
4331
4332 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4333
4334 2012-07-23 Tom Tromey <tromey@redhat.com>
4335
4336 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4337 and 'abfd'.
4338 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4339 and 'abfd'.
4340 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4341 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4342 'abfd'.
4343 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4344 * objfiles.c (allocate_objfile): Acquire a new reference.
4345 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4346 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4347 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4348 a cleanup for 'nbfd'.
4349 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4350 for 'nbfd'.
4351 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4352 make a cleanup for 'abfd'.
4353 (symbol_file_add): Make a BFD cleanup.
4354
4355 2012-07-23 Tom Tromey <tromey@redhat.com>
4356
4357 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4358 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4359 * corelow.c (core_open): Use gdb_bfd_fopen.
4360 * dsrec.c (load_srec): Use gdb_bfd_openr.
4361 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4362 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4363 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4364 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4365 (gdb_bfd_fdopenr): New functions.
4366 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4367 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4368 (gdb_bfd_fdopenr): Declare.
4369 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4370 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4371 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4372 gdb_bfd_openr_next_archived_file.
4373 (macho_check_dsym): Use gdb_bfd_openr.
4374 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4375 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4376 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4377 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4378 gdb_bfd_openr.
4379 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4380 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4381 gdb_bfd_openr_next_archived_file.
4382 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4383 Use gdb_bfd_openr.
4384 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4385 gdb_bfd_openr.
4386 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4387 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4388 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4389 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4390 (symfile_bfd_open): Use gdb_bfd_fopen.
4391 (generic_load): Use gdb_bfd_openr.
4392 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4393
4394 2012-07-23 Tom Tromey <tromey@redhat.com>
4395
4396 * bfd-target.c (target_bfd_reopen): Update.
4397 * cli/cli-dump.c (bfd_openr_with_cleanup)
4398 (bfd_openw_with_cleanup): Update.
4399 * corelow.c (core_open): Update.
4400 * dsrec.c (load_srec): Update.
4401 * exec.c (exec_file_attach): Update.
4402 * gcore.c (create_gcore_bfd): Update.
4403 * gdb_bfd.c (gdb_bfd_ref): Return void.
4404 (gdb_bfd_open): Update.
4405 * gdb_bfd.h (gdb_bfd_ref): Return void.
4406 Update comments.
4407 * jit.c (jit_bfd_try_read_symtab): Update.
4408 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4409 * machoread.c (macho_symfile_read_all_oso): Update.
4410 (macho_check_dsym): Update.
4411 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4412 * remote-m32r-sdi.c (m32r_load): Update.
4413 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4414 * rs6000-nat.c (add_vmap): Update.
4415 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4416 Update.
4417 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4418 * solib-spu.c (spu_bfd_open): Update.
4419 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4420 * spu-linux-nat.c (spu_bfd_open): Update.
4421 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4422 (generic_load): Update.
4423 * windows-nat.c (windows_make_so): Update.
4424
4425 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4426
4427 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4428
4429 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4430
4431 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4432 SIGTRAMP_FRAME unwinding.
4433
4434 2012-07-20 Doug Evans <dje@google.com>
4435
4436 * NEWS: Document new options "set/show use-deprecated-index-sections",
4437 and delete reference to --use-deprecated-index-sections.
4438 * symfile.h (use_deprecated_index_sections): Delete.
4439 * dwarf2read.c (use_deprecated_index_sections): Make static.
4440 (read_index_from_section): Update wording of how to load
4441 deprecated index sections.
4442 (_initialize_dwarf2_read): New options
4443 "set/show use-deprecated-index-sections".
4444 * main.c (captured_main): Delete --use-deprecated-index-sections.
4445
4446 2012-07-20 Pedro Alves <palves@redhat.com>
4447
4448 PR threads/11692
4449 PR gdb/12203
4450
4451 * infrun.c (handle_inferior_event) <new thread>: Don't special
4452 case minus_one_ptid.
4453 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4454 * linux-thread-db.c (thread_get_info_callback): Don't return early
4455 if the thread is zombie.
4456 (thread_from_lwp): Change return type to void. Rewrite stale
4457 comment.
4458 (attach_thread): Don't return early if the thread is zombie,
4459 instead set its "dying" flag.
4460 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4461 (find_new_threads_callback): Don't return early if the thread is
4462 zombie.
4463
4464 2012-07-20 Pedro Alves <palves@redhat.com>
4465
4466 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4467 * target.c (target_wait): Likewise.
4468 (str_comma_list_concat_elem, do_option, target_options_to_string):
4469 New functions.
4470 * target.h (target_options_to_string): Declare.
4471
4472 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4473 Tom Tromey <tromey@redhat.com>
4474
4475 * dwarf2read.c (dwarf_decode_macros)
4476 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4477 DW_MACRO_GNU_transparent_include_alt>: New cases.
4478 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4479 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4480
4481 2012-07-20 Tom Tromey <tromey@redhat.com>
4482
4483 * dwarf2read.c (try_open_dwo_file): Don't call
4484 gdb_bfd_stash_filename.
4485
4486 2012-07-20 Pedro Alves <palves@redhat.com>
4487
4488 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4489 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4490 (i386_process_record): Tweak description comments.
4491
4492 2012-07-20 Pedro Alves <palves@redhat.com>
4493
4494 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4495 (i386_process_record): Use record_read_memory.
4496 * record.c (record_read_memory): New function.
4497 (record_arch_list_add_mem, record_exec_insn): Use
4498 record_read_memory.
4499 * record.h (record_read_memory): Declare.
4500
4501 2012-07-20 Yao Qi <yao@codesourcery.com>
4502
4503 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4504 NULL for xfree.
4505
4506 2012-07-19 Pedro Alves <palves@redhat.com>
4507
4508 * record.c (record_resume): Ask the target beneath to report all
4509 signals.
4510
4511 2012-07-19 Doug Evans <dje@google.com>
4512
4513 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4514 there's no section at address zero.
4515 (dwarf2_record_block_ranges): Ditto.
4516
4517 2012-07-19 Yao Qi <yao@codesourcery.com>
4518
4519 * command.h, remote.c: Fix a typo in comment.
4520
4521 2012-07-19 Tom Tromey <tromey@redhat.com>
4522
4523 PR exp/13206:
4524 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4525 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4526 OP_DECLTYPE>: New cases.
4527 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4528 (type_exp): Add new productions.
4529 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4530 and decltype.
4531 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4532 New case.
4533 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4534 OP_DECLTYPE>: New case.
4535 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4536 New case.
4537 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4538 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4539
4540 2012-07-19 Tom Tromey <tromey@redhat.com>
4541
4542 * c-exp.y (enum token_flags): New.
4543 (struct token) <cxx_only>: Remove.
4544 <flags>: New field.
4545 (tokentab3, tokentab2, ident_tokens): Update.
4546 (lex_one_token): Update. Handle FLAG_SHADOW.
4547
4548 2012-07-19 Tom Tromey <tromey@redhat.com>
4549
4550 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4551 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4552 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4553 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4554 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4555 type_exp production where appropriate.
4556 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4557 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4558 <UNOP_MEMVAL_TYPE>: New case.
4559 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4560 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4561 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4562 <UNOP_MEMVAL_TYPE>: New case.
4563 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4564 UNOP_REINTERPRET_CAST>: Update.
4565 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4566 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4567 UNOP_REINTERPRET_CAST>: Update.
4568 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4569 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4570 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4571 constants.
4572
4573 2012-07-19 Yao Qi <yao@codesourcery.com>
4574 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4577 and case 'var_optional_filename' together.
4578 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4579 instead of add_setshow_optional_filename_cmd for setshow command
4580 'args'. Set completer for 'set args'.
4581
4582 2012-07-18 Doug Evans <dje@google.com>
4583
4584 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4585 * common/gdb_vecs.c: New file, contents from utils.c.
4586 * common/host-defs.h: New file, contents from defs.h.
4587 * utils.h: New file, contents from defs.h.
4588 * defs.h: Move all declarations of objects defined in utils.c
4589 to utils.h (except QUIT() and related).
4590 #include "utils.h", "host-defs.h".
4591 * probe.h (probe_p): Move here from gdb_vecs.h.
4592 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4593 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4594 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4595 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4596 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4597 (COMMON_OBS): Add gdb_vecs.o.
4598 (gdb_vecs.o): New rule.
4599
4600 2012-07-18 Keith Seitz <keiths@redhat.com>
4601
4602 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4603 parameter. If non-zero, use SYMNAME as the canonical name
4604 for the SaL.
4605 Update all callers.
4606 (convert_linespec_to_sals): Use add_sal_to_sals for
4607 expressions, too.
4608 (decode_line_full): No need to "fill in missing canonical names"
4609 anymore. Simply make cleanups for the allocated names.
4610
4611 2012-07-18 Keith Seitz <keiths@redhat.com>
4612
4613 * linespec.c (struct linespec): Constify expression,
4614 source_filename, function_name, and label_name.
4615 (symbol_not_found_error): Make all parameters const.
4616 (linespec_parser_delete): No need to check for NULL
4617 when using xfree. Cast const char * to char * for xfree.
4618
4619 2012-07-18 Keith Seitz <keiths@redhat.com>
4620
4621 * breakpoint.c (invalid_thread_id_error): New function.
4622 (find_condition_and_thread): Use invalid_thread_id_error.
4623 (watch_command_1): Likewise.
4624
4625 2012-07-18 Tom Tromey <tromey@redhat.com>
4626
4627 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4628 * contrib/cc-with-tweaks.sh: New file.
4629
4630 2012-07-18 Tom Tromey <tromey@redhat.com>
4631
4632 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4633 (locate_dwz_sections): Recognize .gdb_index.
4634 (create_cus_from_index_list): New function.
4635 (create_cus_from_index): Use it. Handle .dwz data.
4636 (read_index_from_section): New function, extracted from
4637 dwarf2_read_index.
4638 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4639 if needed.
4640
4641 2012-07-18 Tom Tromey <tromey@redhat.com>
4642
4643 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4644 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4645 <is_dwz>: New field.
4646 (struct dwz_file): New.
4647 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4648 (locate_dwz_sections, dwarf2_get_dwz_file)
4649 (get_abbrev_section_for_cu): New functions.
4650 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4651 (read_and_check_type_unit_head): Add abbrev_section argument.
4652 (create_debug_types_hash_table): Update.
4653 (init_cutu_and_read_dies): Use proper abbrev section.
4654 (init_cutu_and_read_dies_no_follow): Likewise.
4655 (set_partial_user): Do nothing if PST==NULL.
4656 (read_comp_units_from_section): New function.
4657 (create_all_comp_units): Use it.
4658 (scan_partial_symbols, partial_die_parent_scope): Update.
4659 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4660 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4661 (find_partial_die): Add offset_in_dwz argument. Update.
4662 (guess_partial_die_structure_name, fixup_partial_die): Update.
4663 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4664 DW_FORM_GNU_strp_alt.
4665 (read_indirect_string_from_dwz): New function.
4666 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4667 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4668 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4669 (follow_die_offset): Add offset_in_dwz argument.
4670 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4671 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4672 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4673 Handle new macro forms.
4674 (dwarf_decode_macros): Update.
4675 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4676 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4677 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4678 (create_debug_types_hash_table): Use correct abbrev section.
4679 (get_debug_line_section): New function.
4680 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4681 (process_full_comp_unit): Pass 'required' argument to
4682 end_symtab_get_static_block.
4683 * buildsym.h (end_symtab_get_static_block): Update.
4684 * buildsym.c (end_symtab_get_static_block): Add 'required'
4685 argument.
4686 (end_symtab, end_expandable_symtab): Update.
4687
4688 2012-07-18 Tom Tromey <tromey@redhat.com>
4689
4690 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4691 (pagesize): Remove.
4692 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4693 (zlib_decompress_section): Remove.
4694 (dwarf2_read_section): Use gdb_bfd_map_section.
4695 (munmap_section_buffer): Remove.
4696 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4697 munmap_section_buffer.
4698 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4699 (struct gdb_bfd_section_data): New.
4700 (free_one_bfd_section): New function.
4701 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4702 (get_section_descriptor, zlib_decompress_section)
4703 (gdb_bfd_map_section): New functions.
4704 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4705
4706 2012-07-18 Tom Tromey <tromey@redhat.com>
4707
4708 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4709
4710 2012-07-18 Tom Tromey <tromey@redhat.com>
4711
4712 * gdb_bfd.c (struct gdb_bfd_data): New.
4713 (gdb_bfd_cache): New global.
4714 (struct gdb_bfd_cache_search): New.
4715 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4716 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4717 * gdb_bfd.h (gdb_bfd_open): Declare.
4718
4719 2012-07-18 Tom Tromey <tromey@redhat.com>
4720
4721 * utils.c (make_cleanup_bfd_unref): Rename from
4722 make_cleanup_bfd_close.
4723 * defs.h (make_cleanup_bfd_unref): Rename from
4724 make_cleanup_bfd_close.
4725 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4726 (bfd_openw_with_cleanup): Update.
4727 * corelow.c (core_open): Update.
4728 * dsrec.c (load_srec): Update.
4729 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4730 * remote-m32r-sdi.c (m32r_load): Update.
4731 * remote-mips.c (mips_load_srec): Update.
4732 (pmon_load_fast): Update.
4733 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4734 Update.
4735 (darwin_bfd_open): Update.
4736 * solib.c (solib_bfd_fopen): Update.
4737 * symfile-mem.c (symbol_file_add_from_memory): Update.
4738 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4739 (symfile_bfd_open): Update.
4740 (generic_load): Update.
4741
4742 2012-07-18 Tom Tromey <tromey@redhat.com>
4743
4744 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4745 (pmon_load_fast): Likewise.
4746 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4747 (m32r_upload_command): Likewise.
4748 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4749 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4750 Use make_cleanup_bfd_close.
4751
4752 2012-07-18 Tom Tromey <tromey@redhat.com>
4753
4754 * symfile.c (symfile_bfd_open): Don't copy name. Call
4755 gdb_bfd_stash_filename.
4756 (load_command): Open the new BFD before freeing the old.
4757 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4758 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4759 Call gdb_bfd_stash_filename.
4760 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4761 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4762 gdb_bfd_stash_filename.
4763 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4764 Free found_pathname.
4765 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4766 gdb_bfd_stash_filename.
4767 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4768 * machoread.c (macho_add_oso_symfile): Call
4769 gdb_bfd_stash_filename.
4770 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4771 gdb_bfd_stash_filename.
4772 (macho_check_dsym): Don't copy filename. Call
4773 gdb_bfd_stash_filename.
4774 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4775 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4776 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4777 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4778 * exec.c (exec_close): Don't free the BFD's filename.
4779 (exec_file_attach): Don't copy the filename. Call
4780 gdb_bfd_stash_filename.
4781 * corelow.c (core_close): Don't free the BFD's filename.
4782 (core_open): Call gdb_bfd_stash_filename.
4783 * corefile.c (reopen_exec_file): Remove #if 0 code.
4784 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4785 pathname.
4786 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4787
4788 2012-07-18 Tom Tromey <tromey@redhat.com>
4789
4790 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4791 gdb_bfd_unref.
4792 (free_dwo_file): Use gdb_bfd_unref.
4793 * cli/cli-dump.c: Include gdb_bfd.h.
4794 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4795 (bfd_openr_with_cleanup): Likewise.
4796 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4797 gdb_bfd_unref.
4798 * utils.c: Include gdb_bfd.h.
4799 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4800 * symfile.c: Include gdb_bfd.h.
4801 (separate_debug_file_exists): Use gdb_bfd_unref.
4802 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4803 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4804 (generic_load): Use gdb_bfd_ref.
4805 (reread_symbols): Use gdb_bfd_unref.
4806 * symfile-mem.c: Include gdb_bfd.h.
4807 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4808 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4809 * solib.c: Include gdb_bfd.h.
4810 (solib_bfd_fopen): Use gdb_bfd_ref.
4811 (solib_bfd_open): Use gdb_bfd_unref.
4812 (free_so_symbols): Use gdb_bfd_unref.
4813 (reload_shared_libraries_1): Use gdb_bfd_unref.
4814 * solib-spu.c: Include gdb_bfd.h.
4815 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4816 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4817 gdb_bfd_unref.
4818 * solib-frv.c: Include gdb_bfd.h.
4819 (enable_break2): Use gdb_bfd_unref.
4820 * solib-dsbt.c: Include gdb_bfd.h.
4821 (enable_break2): Use gdb_bfd_unref.
4822 * solib-darwin.c: Include gdb_bfd.h.
4823 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4824 gdb_bfd_unref.
4825 (darwin_bfd_open): Use gdb_bfd_unref.
4826 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4827 * remote-mips.c: Include gdb_bfd.h.
4828 (mips_load_srec): Use gdb_bfd_ref.
4829 (pmon_load_fast): Use gdb_bfd_ref.
4830 * remote-m32r-sdi.c: Include gdb_bfd.h.
4831 (m32r_load): Use gdb_bfd_ref.
4832 * record.c: Include gdb_bfd.h.
4833 (record_save_cleanups): Use gdb_bfd_unref.
4834 (cmd_record_save): Use gdb_bfd_unref.
4835 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4836 gdb_bfd_unref.
4837 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4838 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4839 * objfiles.c: Include gdb_bfd.h.
4840 (free_objfile): Use gdb_bfd_unref.
4841 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4842 gdb_bfd.c.
4843 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4844 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4845 (macho_check_dsym): Likewise.
4846 * m32r-rom.c: Include gdb_bfd.h.
4847 (m32r_load): Use gdb_bfd_ref.
4848 (m32r_upload_command): Use gdb_bfd_ref.
4849 * jit.c: Include gdb_bfd.h.
4850 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4851 * gdb_bfd.h: New file.
4852 * gdb_bfd.c: New file.
4853 * gcore.c: Include gdb_bfd.h.
4854 (create_gcore_bfd): Use gdb_bfd_ref.
4855 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4856 (gcore_command): Use gdb_bfd_unref.
4857 * exec.c: Include gdb_bfd.h.
4858 (exec_close): Use gdb_bfd_unref.
4859 (exec_close_1): Use gdb_bfd_unref.
4860 (exec_file_attach): Use gdb_bfd_ref.
4861 * elfread.c: Include gdb_bfd.h.
4862 (build_id_verify): Use gdb_bfd_unref.
4863 * dsrec.c: Include gdb_bfd.h.
4864 (load_srec): Use gdb_bfd_ref.
4865 * corelow.c: Include gdb_bfd.h.
4866 (core_close): Use gdb_bfd_unref.
4867 (core_open): Use gdb_bfd_ref.
4868 * bfd-target.c: Include gdb_bfd.h.
4869 (target_bfd_xclose): Use gdb_bfd_unref.
4870 (target_bfd_reopen): Use gdb_bfd_ref.
4871 * Makefile.in (SFILES): Add gdb_bfd.c.
4872 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4873 (COMMON_OBS): Add gdb_bfd.o.
4874
4875 2012-07-18 Keith Seitz <keiths@redhat.com>
4876
4877 * breakpoint.c (find_condition_and_thread): Initialize
4878 TASK and REST.
4879 (create_breakpiont): find_condition_and_thread will now
4880 initialize COND_STRING, THREAD, and REST (and TASK).
4881 (addr_string_to_sals): Likewise.
4882
4883 2012-07-18 Pedro Alves <palves@redhat.com>
4884
4885 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4886 Pull the single step breakpoints out of the target.
4887
4888 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4889
4890 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4891 * stap-probe.c (compile_probe_arg): Likewise.
4892
4893 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4894
4895 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4896 (elf_compile_to_ax): Likewise.
4897 * infrun.c (insert_exception_resume_from_probe): Likewise.
4898 (check_exception_resume): Remove `objfile' variable.
4899 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4900 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4901 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4902 (compare_entries): Rename to...
4903 (compare_probes): ...this. Adjust function to work with
4904 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4905 respectively.
4906 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4907 `VEC (probe_p) *'.
4908 (print_ui_out_info): Adjust argument to be `struct probe *'.
4909 (info_probes_for_ops): Adjust internal computations to use
4910 `VEC (probe_p) *'.
4911 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4912 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4913 gen_info_probes_table_values>: Remove `objfile' argument.
4914 (struct probe) <objfile>: New field.
4915 (find_probe_by_pc): Remove `objfile' argument.
4916 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4917 (stap_get_probe_argument_count): Likewise.
4918 (stap_get_arg): Likewise.
4919 (stap_evaluate_probe_argument): Likewise.
4920 (stap_compile_to_ax): Likewise.
4921 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4922 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4923 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4924 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4925 sym_compile_to_ax>: Likewise.
4926
4927 2012-07-18 Terry Guo <terry.guo@arm.com>
4928
4929 PR 14329
4930 * defs.h (GDB_MI_MSG_WIDTH): New.
4931 * ser_base (ser_base_read_error_fd): New function.
4932 (do_ser_base_readchar): Poll error file descriptor as well as
4933 standard output.
4934 (generic_readchar): Refactor error handling.
4935
4936 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4937
4938 * NEWS: Create a new section for the next release branch.
4939 Rename the section of the current branch, now that it has
4940 been cut.
4941
4942 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4943
4944 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4945 * version.in: Bump version to 7.5.50.20120718-cvs.
4946
4947 2012-07-17 Keith Seitz <keiths@redhat.com>
4948
4949 * linespec.c (linespec_parse_line_offset): Make parameter
4950 const.
4951
4952 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 PR 11914
4955 * f-valprint.c (info_common_command): New variable frame_id.
4956 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4957 * printcmd.c (print_variable_and_value): Extend function comment.
4958 Add comment for invalidated FRAME.
4959 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4960 FI form FRAME_ID after each print_frame_local_vars.
4961 (struct print_variable_and_value_data): Change frame to frame_id.
4962 (do_print_variable_and_value): New variable frame, initialize it from
4963 p->frame_id. Add comment for invalidated FRAME.
4964 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4965 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4966 for invalidated FRAME.
4967
4968 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4969 Pedro Alves <palves@redhat.com>
4970
4971 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4972 loop.
4973
4974 2012-07-16 Tom Tromey <tromey@redhat.com>
4975
4976 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4977
4978 2012-07-15 Doug Evans <dje@google.com>
4979
4980 * dwarf2read.c (stmt_list_hash): New struct.
4981 (type_unit_group): Embed "per_cu" member, remove pointer.
4982 New union member "t", move member "tus" into it, all uses updated.
4983 New member "hash", replaces member "line_offset, all uses updated.
4984 (quick_file_names): Replace member "offset" with "hash", all uses
4985 updated.
4986 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4987 (hash_file_name_entry, eq_file_name_entry): Call them.
4988 (hash_type_unit_group, eq_type_unit_group): Ditto.
4989 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4990 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4991 (dw2_get_file_names): Update.
4992 (create_type_unit_group): Replace "per_cu" arg with "cu".
4993 All callers updated. Fix "quick" (.gdb_index) handling.
4994 (get_type_unit_group): Replace "per_cu" arg with "cu".
4995 All callers updated.
4996 (build_type_unit_groups): Don't reset tu_stats.
4997
4998 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4999 "tab_cur_size". Change member "tab" to be a htab_t.
5000 (create_filename_seen_cache): Update.
5001 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
5002 (filename_seen): Update.
5003
5004 2012-07-13 Doug Evans <dje@google.com>
5005
5006 * symtab.c (filename_seen): Update comment.
5007
5008 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5009 Doug Evans <dje@google.com>
5010
5011 * buildsym.c (end_symtab_1): Split it to ...
5012 (end_symtab_get_static_block): ... this ...
5013 (end_symtab_from_static_block): ... and this function.
5014 (end_symtab, end_expandable_symtab): Call them.
5015 * buildsym.h (end_symtab_get_static_block)
5016 (end_symtab_from_static_block): New declarations.
5017 * dwarf2read.c (process_full_comp_unit): New variable static_block.
5018 Set its valid CU ranges.
5019
5020 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5021
5022 * dwarf2loc.c (disassemble_dwarf_expression): Handle
5023 DW_OP_GNU_parameter_ref.
5024
5025 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5026
5027 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
5028 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
5029
5030 2012-07-13 Doug Evans <dje@google.com>
5031
5032 * symtab.c (output_source_filename): Delete unnecessary forward decl.
5033 (filename_seen_cache): New struct.
5034 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
5035 (create_filename_seen_cache): New function.
5036 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
5037 (filename_seen): Delete arg "first". New arg "cache". All callers
5038 updated.
5039 (output_source_filename_data): New struct.
5040 (output_source_filename): Delete arg "first". New arg "data".
5041 All callers updated.
5042 (sources_info): Delete local "first". New locals "data", "cleanups".
5043 Rewrite to use filename_seen_cache.
5044 (add_partial_filename_data): Delete member "first". New member
5045 "filename_seen_cache". All uses updated.
5046 (make_source_files_completion_list): Rewrite to use
5047 filename_seen_cache.
5048
5049 2012-07-12 Doug Evans <dje@google.com>
5050
5051 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
5052
5053 2012-07-10 Doug Evans <dje@google.com>
5054
5055 PR gdb/13498
5056 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
5057 all_type_unit_groups, type_unit_groups, tu_stats.
5058 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
5059 All uses updated. Add type_unit_group to union "s".
5060 (type_unit_group): New struct.
5061 (IS_TYPE_UNIT_GROUP): New macro.
5062 (abbrev_table): Delete unused member "section".
5063 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
5064 (dw2_get_cu): Assert not used with type_unit_group.
5065 (dw2_get_primary_cu): New function.
5066 (dw2_build_type_unit_groups_reader): New function.
5067 (dw2_build_type_unit_groups): New function.
5068 (dw2_get_file_names): Assert not called on type units.
5069 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5070 Redo loop to iterate over type unit groups instead of type units.
5071 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5072 (read_abbrev_offset): New function.
5073 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
5074 updated.
5075 (create_partial_symtab): New function.
5076 (process_psymtab_comp_unit_reader): Assert not used with type units.
5077 Call create_partial_symtab.
5078 (process_psymtab_type_unit): Delete.
5079 (hash_type_unit_group, eq_type_unit_group): New functions.
5080 (allocate_type_unit_groups_table): New function.
5081 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5082 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5083 (create_type_unit_group, get_type_unit_group): New functions.
5084 (tu_abbrev_offset): New struct.
5085 (sort_tu_by_abbrev_offset): New function.
5086 (add_type_unit_group_to_table): New function.
5087 (build_type_unit_groups): New function.
5088 (build_type_psymtabs_reader): New function.
5089 (build_type_psymtab_dependencies): New function.
5090 (build_type_psymtabs): Rewrite.
5091 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5092 is seen in a type unit.
5093 (process_queue): Move symtab expansion debugging printfs here.
5094 Call process_full_type_unit for type units.
5095 (compute_symtab_includes): Assert not called for type units.
5096 (process_cu_includes): Don't call compute_symtab_includes for
5097 type units.
5098 (process_full_type_unit): New function.
5099 (process_imported_unit_die): Flag an error if called for type units.
5100 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5101 updated. Assert not called for type units.
5102 (read_file_scope): Call dwarf2_start_symtab.
5103 (setup_type_unit_groups): New function.
5104 (read_type_unit_scope): Rewrite.
5105 (abbrev_table_read_table): Initialize abbrev_table->offset.
5106 (abbrev_table_free_cleanup): New function.
5107 (dwarf2_start_symtab): New function.
5108 (load_full_type_unit): Assert not called for type unit groups.
5109 * buildsym.c (finish_block_internal): New arg "expandable".
5110 All callers updated.
5111 (start_symtab): Move most contents to ...
5112 (restart_symtab): ... here. New function.
5113 (reset_symtab_globals): New function.
5114 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5115 Call reset_symtab_globals.
5116 (end_symtab, end_expandable_symtab): New functions.
5117 (set_missing_symtab, augment_type_symtab): New functions.
5118 * buildsym.h (end_expandable_symtab): Declare.
5119 (augment_type_symtab, restart_symtab): Declare.
5120 * psympriv.h (struct partial_symtab): New member "anonymous".
5121 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5122 anonymous psymtabs.
5123 (read_psymtabs_with_filename): Ditto.
5124 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5125 (expand_symtabs_matching_via_partial): Ditto.
5126 (dump_psymtab): Update.
5127 * dictionary.c (dict_add_pending): New function.
5128 * dictionary.h (dict_add_pending): Declare.
5129
5130 2012-07-09 Doug Evans <dje@google.com>
5131
5132 * buildsym.c (start_subfile): Remove unnecessary check for
5133 name == NULL.
5134
5135 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5136
5137 * dwarf2read.c (load_full_type_unit): Simplify.
5138
5139 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5140 to struct signatured_type **. All uses updated.
5141
5142 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5143 All callers updated.
5144
5145 2012-07-09 Tom Tromey <tromey@redhat.com>
5146
5147 * c-exp.y (check_parameter_typelist): New function.
5148 (parameter_typelist): Call it.
5149 * eval.c (make_params): Handle '(void)' case.
5150 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5151 '(void)' case.
5152
5153 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * common/linux-ptrace.c: Include gdb_assert.h.
5156 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5157 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5158 stdint.h.
5159 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5160 functions.
5161 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5162 * linux-nat.c (linux_child_post_attach)
5163 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5164
5165 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5168 nptl <2.7 bug workaround for core files.
5169
5170 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5171
5172 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5173 clearing.
5174 (save_siginfo): Remove.
5175 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5176 call.
5177 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5178 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5179 * linux-nat.h (struct lwp_info): Remove field siginfo.
5180
5181 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 Code cleanup for the next patch.
5184 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5185 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5186 call for it.
5187 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5188 (ia64_linux_stopped_data_address):
5189 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5190 the return value.
5191 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5192 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5193 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5194 call for it.
5195
5196 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5197
5198 PR 14321
5199 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5200 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5201
5202 2012-07-06 Tom Tromey <tromey@redhat.com>
5203
5204 * c-exp.y (DOTDOTDOT): New token.
5205 (func_mod, exp): Use parameter_typelist.
5206 (parameter_typelist): New production.
5207 (tokentab3): Add "..." token.
5208 * eval.c (make_params): Handle varargs.
5209 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5210 varargs.
5211
5212 2012-07-06 Tom Tromey <tromey@redhat.com>
5213
5214 PR exp/9608:
5215 * c-exp.y (%union) <tvec>: Change type.
5216 (func_mod): Now uses <tvec> type.
5217 (exp): Update for tvec change.
5218 (direct_abs_decl): Push the typelist.
5219 (func_mod): Return a typelist.
5220 (nonempty_typelist): Update for tvec change.
5221 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5222 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5223 * parse.c (pop_type_list): New function.
5224 (push_typelist): New function.
5225 (follow_types): Handle tp_function_with_arguments.
5226 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5227 (enum type_pieces) <tp_function_with_arguments>: New constant.
5228 (union type_stack_elt) <typelist_val>: New field.
5229 (push_typelist): Declare.
5230
5231 2012-07-06 Tom Tromey <tromey@redhat.com>
5232
5233 * c-exp.y (%union) <type_stack>: New field.
5234 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5235 (ptr_operator_ts): New production.
5236 (ptype): Update.
5237 * parse.c (type_stack_reserve): New function.
5238 (check_type_stack_depth): Use it.
5239 (pop_type_stack, append_type_stack, push_type_stack)
5240 (get_type_stack, type_stack_cleanup): New functions.
5241 (follow_types): Handle tp_type_stack.
5242 (_initialize_parse): Simplify initialization.
5243 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5244 constant.
5245 (union type_stack_elt) <stack_val>: New field.
5246 (get_type_stack, append_type_stack, push_type_stack)
5247 (type_stack_cleanup): Declare.
5248
5249 2012-07-06 Tom Tromey <tromey@redhat.com>
5250
5251 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5252 Remove.
5253 (struct type_stack): New.
5254 * parse.c (type_stack, type_stack_size, type_stack_depth):
5255 Remove.
5256 (type_stack): New global.
5257 (parse_exp_in_context, check_type_stack_depth)
5258 (insert_into_type_stack, insert_type, push_type, push_type_int)
5259 (insert_type_address_space, pop_type, pop_type_int)
5260 (_initialize_parse): Update.
5261
5262 2012-07-06 Tom Tromey <tromey@redhat.com>
5263
5264 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5265 Remove %type.
5266
5267 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5268
5269 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5270
5271 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5272 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5275 alloca with xmalloc/xfree.
5276
5277 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5278
5279 * MAINTAINERS (Write After Approval): Add myself to the list.
5280
5281 2012-07-05 Doug Evans <dje@google.com>
5282
5283 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5284
5285 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5286
5287 * ax-gdb.c (cli/cli-utils.h): New include.
5288 (linespec.h): Ditto.
5289 (agent_eval_command_one): New function.
5290 (agent_command_1): Ditto.
5291 (agent_command): Call function agent_command_1.
5292 (agent_eval_command): Ditto.
5293 (_initialize_ax_gdb): Change help for "maint agent"
5294 and "maint agent-eval".
5295
5296 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5297
5298 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5299 * cli/cli-utils.c (check_for_argument): New function.
5300 * cli/cli-utils.h (check_for_argument): Ditto.
5301
5302 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5303
5304 * NEWS: Mention x32 ABI support.
5305
5306 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5307
5308 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5309 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5310
5311 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5312 and pc_regnum_from_eax to -1. Update SP regnum from
5313 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5314 needed.
5315
5316 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5317 pc_regnum_from_eax.
5318
5319 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5320
5321 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5322 * dwarf2expr.h: Include gdbtypes.h.
5323 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5324 these forward declarations.
5325 (cu_offset, sect_offset): Move these ...
5326 * gdbtypes.h: Remove include dwarf2expr.h.
5327 (cu_offset, sect_offset): ... here.
5328
5329 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5330
5331 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5332 (amd64_linux_sigtramp_code): This.
5333 (amd64_x32_linux_sigtramp_code): New.
5334 (LINUX_SIGTRAMP_LEN): Updated.
5335 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5336
5337 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5338
5339 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5340
5341 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 * config.in: Regenerate.
5344 * configure: Regenerate.
5345 * configure.ac: Remove check for gnu/libc-version.h.
5346 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5347 gnu/libc-version.h.
5348 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5349 variables libc_version, libc_major and libc_minor. Replace sscanf by
5350 inferior_has_bug. Extend the comment.
5351
5352 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 * linux-thread-db.c (inferior_has_bug): New function.
5355 (thread_db_find_new_threads_silently): Return boolean as checked by
5356 inferior_has_bug, describe it in the comments.
5357 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5358 earlier. Abort the initialization if it returned non-zero.
5359 (thread_db_new_objfile): Exclude debug files.
5360 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5361 if UNTIL_NO_NEW,
5362
5363 2012-07-02 Doug Evans <dje@google.com>
5364
5365 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5366 related to queue management.
5367
5368 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5369 instead of "debug dwarf2-die" in debugging printfs.
5370 (create_debug_info_hash_table_reader): Ditto.
5371 (create_debug_info_hash_table): Ditto.
5372 (init_dwo_file): Ditto.
5373 (init_cutu_and_read_dies): Add debugging printf.
5374 (init_cutu_and_read_dies_no_follow): Ditto.
5375 (process_psymtab_comp_unit_reader): Ditto.
5376
5377 2012-07-02 Stan Shebs <stan@codesourcery.com>
5378
5379 Add target-side support for dynamic printf.
5380 * NEWS: Mention the additional style.
5381 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5382 (struct bp_location): New field cmd_bytecode.
5383 * breakpoint.c: Include format.h.
5384 (disconnected_dprintf): New global.
5385 (parse_cmd_to_aexpr): New function.
5386 (build_target_command_list): New function.
5387 (insert_bp_location): Call it.
5388 (remove_breakpoints_pid): Skip dprintf breakpoints.
5389 (print_one_breakpoint_location): Ditto.
5390 (dprintf_style_agent): New global.
5391 (dprintf_style_enums): Add dprintf_style_agent.
5392 (update_dprintf_command_list): Add agent case.
5393 (agent_printf_command): New function.
5394 (_initialize_breakpoint): Add new commands.
5395 * common/ax.def (printf): New bytecode.
5396 * ax.h (ax_string): Declare.
5397 * ax-gdb.h (gen_printf): Declare.
5398 * ax-gdb.c: Include cli-utils.h, format.h.
5399 (gen_printf): New function.
5400 (maint_agent_print_command): New function.
5401 (_initialize_ax_gdb): Add maint agent-printf command.
5402 * ax-general.c (ax_string): New function.
5403 (ax_print): Add printf disassembly.
5404 * Makefile.in (SFILES): Add format.c
5405 (COMMON_OBS): Add format.o.
5406 * common/format.h: New file.
5407 * common/format.c: New file.
5408 * printcmd.c: Include format.h.
5409 (ui_printf): Call parse_format_string.
5410 * remote.c (remote_state): New field breakpoint_commands.
5411 (PACKET_BreakpointCommands): New enum.
5412 (remote_breakpoint_commands_feature): New function.
5413 (remote_protocol_features): Add new BreakpointCommands entry.
5414 (remote_can_run_breakpoint_commands): New function.
5415 (remote_add_target_side_commands): New function.
5416 (remote_insert_breakpoint): Call it.
5417 (remote_insert_hw_breakpoint): Ditto.
5418 (_initialize_remote): Add new packet configuration for
5419 target-side breakpoint commands.
5420 * target.h (struct target_ops): New field
5421 to_can_run_breakpoint_commands.
5422 (target_can_run_breakpoint_commands): New macro.
5423 * target.c (update_current_target): Handle
5424 to_can_run_breakpoint_commands.
5425
5426 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 Execute -ix and -iex only after system and user gdbinit files.
5429 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5430 processing down after gdbinit files.
5431
5432 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5433
5434 Add fnmatch-gnu module.
5435 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5436 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5437 * gnulib/aclocal.m4: Regenerate.
5438 * gnulib/config.in: Regenerate.
5439 * gnulib/configure: Regenerate.
5440 * gnulib/import/dummy.c: Remove.
5441 * gnulib/import/Makefile.am: Regenerate.
5442 * gnulib/import/Makefile.in: Likewise.
5443 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5444 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5445 * gnulib/import/alloca.c: New file.
5446 * gnulib/import/alloca.in.h: Likewise.
5447 * gnulib/import/config.charset: Likewise.
5448 * gnulib/import/fnmatch.c: Likewise.
5449 * gnulib/import/fnmatch.in.h: Likewise.
5450 * gnulib/import/fnmatch_loop.c: Likewise.
5451 * gnulib/import/localcharset.c: Likewise.
5452 * gnulib/import/localcharset.h: Likewise.
5453 * gnulib/import/m4/alloca.m4: Likewise.
5454 * gnulib/import/m4/codeset.m4: Likewise.
5455 * gnulib/import/m4/configmake.m4: Likewise.
5456 * gnulib/import/m4/fcntl-o.m4: Likewise.
5457 * gnulib/import/m4/fnmatch.m4: Likewise.
5458 * gnulib/import/m4/glibc21.m4: Likewise.
5459 * gnulib/import/m4/localcharset.m4: Likewise.
5460 * gnulib/import/m4/locale-fr.m4: Likewise.
5461 * gnulib/import/m4/locale-ja.m4: Likewise.
5462 * gnulib/import/m4/locale-zh.m4: Likewise.
5463 * gnulib/import/m4/mbrtowc.m4: Likewise.
5464 * gnulib/import/m4/mbsinit.m4: Likewise.
5465 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5466 * gnulib/import/m4/mbstate_t.m4: Likewise.
5467 * gnulib/import/m4/stdbool.m4: Likewise.
5468 * gnulib/import/m4/wchar_h.m4: Likewise.
5469 * gnulib/import/m4/wctype_h.m4: Likewise.
5470 * gnulib/import/m4/wint_t.m4: Likewise.
5471 * gnulib/import/mbrtowc.c: Likewise.
5472 * gnulib/import/mbsinit.c: Likewise.
5473 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5474 * gnulib/import/mbsrtowcs-state.c: Likewise.
5475 * gnulib/import/mbsrtowcs.c: Likewise.
5476 * gnulib/import/ref-add.sin: Likewise.
5477 * gnulib/import/ref-del.sin: Likewise.
5478 * gnulib/import/stdbool.in.h: Likewise.
5479 * gnulib/import/streq.h: Likewise.
5480 * gnulib/import/strnlen1.c: Likewise.
5481 * gnulib/import/strnlen1.h: Likewise.
5482 * gnulib/import/verify.h: Likewise.
5483 * gnulib/import/wchar.in.h: Likewise.
5484 * gnulib/import/wctype.in.h: Likewise.
5485
5486 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 Support shell wildcards for 'set auto-load safe-path'.
5489 * auto-load.c: Include fnmatch.h.
5490 (filename_is_in_dir): Rename to ...
5491 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5492 it. Update function comment. Rename dir_len to pattern_len. New
5493 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5494 messages. Use gdb_filename_fnmatch.
5495 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5496 pattern.
5497 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5498 * defs.h (gdb_filename_fnmatch): New declaration.
5499 * utils.c: Include fnmatch.h.
5500 (gdb_filename_fnmatch): New function.
5501
5502 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5503
5504 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5505 `-probe' and `-probe-stap' options.
5506
5507 2012-07-01 Yao Qi <yao@codesourcery.com>
5508
5509 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5510 always_inserted_off, and always_inserted_enums.
5511 Change always_inserted_mode's type to 'enum auto_boolean'.
5512 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5513 callers.
5514 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5515 of add_setshow_enum_cmd.
5516 * infrun.c: Remove can_use_displaced_stepping_auto,
5517 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5518 can_use_displaced_stepping_enum.
5519 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5520 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5521 callers.
5522 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5523 add_setshow_enum_cmd.
5524
5525 2012-06-30 Doug Evans <dje@google.com>
5526
5527 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5528 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5529 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5530
5531 2012-06-29 Doug Evans <dje@google.com>
5532
5533 * linespec.c: #include "stack.h".
5534 (decode_line_with_current_source): Moved here from symtab.c and
5535 renamed from decode_line_spec. All callers updated.
5536 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5537 renamed from decode_line_spec_1. All callers updated.
5538 * linespec.h (decode_line_with_current_source): Move declaration here
5539 from symtab.h and renamed from decode_line_spec.
5540 (decode_line_with_last_displayed): Move declaration here from symtab.h
5541 and renamed from decode_line_spec_1.
5542 * macrocmd.c: #include "linespec.h".
5543 * symtab.c: Remove #include "linespec.h".
5544
5545 2012-06-28 Doug Evans <dje@google.com>
5546
5547 * dwarf2read.c (get_cu_length): New function.
5548 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5549 (create_debug_types_hash_table): Ditto.
5550 (init_cutu_and_read_dies): Ditto.
5551 (init_cutu_and_read_dies_no_follow): Ditto.
5552
5553 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5554
5555 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5556 (struct abbrev_table): Define.
5557 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5558 abbrev_table.
5559 (init_cutu_and_read_dies): Update.
5560 (abbrev_table_alloc_abbrev): New function. Replaces
5561 dwarf_alloc_abbrev. All callers updated.
5562 (abbrev_table_add_abbrev): New function.
5563 (abbrev_table_lookup_abbrev): New function. Replaces
5564 dwarf2_lookup_abbrev. All callers updated.
5565 (abbrev_table_read_table): New function. Contents moved here from
5566 dwarf2_read_abbrevs.
5567 (dwarf2_read_abbrevs): Call it.
5568 (abbrev_table_free): New function.
5569 (dwarf2_free_abbrev_table): Call it.
5570
5571 2012-06-28 Stan Shebs <stan@codesourcery.com>
5572
5573 * osdata.c (info_osdata_command): Filter out "Title" columns
5574 from non-MI uses.
5575 * common/linux-osdata.c (struct osdata_type): Add title field.
5576 (osdata_table): Add titles to each entry.
5577 (linux_command_xfer_osdata): Add a column for title data.
5578
5579 2012-06-28 Stan Shebs <stan@codesourcery.com>
5580
5581 Make logging work for MI.
5582 * NEWS: Mention it.
5583 * interps.h (interp_set_logging_ftype): New typedef.
5584 (struct interp_procs): New field set_logging_proc.
5585 (current_interp_set_logging): Declare.
5586 * interps.c (current_interp_set_logging): New function.
5587 * cli/cli-logging.c: Include interps.h.
5588 (set_logging_redirect): Call current_interp_set_logging.
5589 (pop_output_files): Ditto.
5590 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5591 * mi/mi-console.h (mi_console_set_raw): Declare.
5592 * mi/mi-console.c (mi_console_set_raw): New function.
5593 * mi/mi-interp.c (saved_raw_stdout): New global.
5594 (mi_set_logging): New function.
5595 (_initialize_mi_interp): Add it to interp procs.
5596
5597 2012-06-28 Doug Evans <dje@google.com>
5598
5599 * symtab.c (lookup_symbol_aux_objfile): Use
5600 ALL_OBJFILE_PRIMARY_SYMTABS.
5601
5602 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5603
5604 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5605
5606 * common/buffer.c: Include inttypes.h and stdint.h.
5607 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5608
5609 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5610 Pedro Alves <palves@redhat.com>
5611
5612 * gdbthread.h (ALL_THREADS): New macro.
5613 (thread_list): Declare.
5614 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5615 going, but instead fall through to the stepping handling.
5616 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5617 the passed in signal. Adjust debug output.
5618 (resume_callback): Rename to ...
5619 (linux_nat_resume_callback): ... this. Pass the thread's last
5620 stop signal, if in "pass" state.
5621 (linux_nat_resume): Adjust to rename.
5622 (stop_wait_callback): New assertion. Don't respawn signals;
5623 instead let the LWP remain with SIGNALLED set.
5624 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5625 * remote.c (append_pending_thread_resumptions): New.
5626 (remote_vcont_resume): Call it.
5627 * target.h (target_resume): Extend comment.
5628
5629 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5630
5631 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5632
5633 2012-06-27 Doug Evans <dje@google.com>
5634
5635 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5636 Delete have_addr_base, unused. All uses updated.
5637 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5638 (dwarf2_get_pc_bounds): Add ranges_base.
5639 (dwarf2_record_block_ranges): Ditto.
5640
5641 2012-06-27 Tom Tromey <tromey@redhat.com>
5642
5643 PR macros/7961:
5644 * varobj.c (varobj_create): Update.
5645 (varobj_set_value): Update.
5646 * tracepoint.c (validate_actionline): Update.
5647 (encode_actions_1): Update.
5648 * parse.c (parse_exp_1): Add 'pc' argument.
5649 (parse_exp_in_context): Add 'pc' argument. Change how
5650 expression_context_pc is set.
5651 (parse_expression): Update.
5652 (parse_field_expression): Update.
5653 * expression.h (parse_exp_1): Update.
5654 * eval.c (parse_to_comma_and_eval): Update.
5655 * breakpoint.c (set_breakpoint_condition): Update.
5656 (update_watchpoint): Update.
5657 (init_breakpoint_sal): Update
5658 (find_condition_and_thread): Update.
5659 (watch_command_1): Update.
5660 (update_breakpoint_locations): Update.
5661 * ada-lang.c (ada_read_renaming_var_value): Update.
5662 (create_excep_cond_exprs): Update.
5663
5664 2012-06-27 Doug Evans <dje@google.com>
5665
5666 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5667 type units.
5668
5669 2012-06-26 Doug Evans <dje@google.com>
5670
5671 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5672 prototype.
5673 (error_check_comp_unit_head): New arg abbrev_section. All callers
5674 updated.
5675 (read_and_check_comp_unit_head): Ditto.
5676 (read_and_check_type_unit_head): Ditto.
5677
5678 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5679
5680 New attribute 'last' for gdb.Symtab_and_line.
5681 * NEWS (Python Scripting): Add entry about the new attribute.
5682 * python/py-symtab.c (salpy_get_last): New function which
5683 implements the get method for the 'last' attribute of
5684 gdb.Symtab_and_line.
5685 (sal_object_getset): Add entry for the 'last' attribute.
5686
5687 2012-06-26 Doug Evans <dje@google.com>
5688
5689 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5690 (dwo_sections): Add macinfo, macro.
5691 (dwarf2_locate_dwo_sections): Watch for macro sections.
5692 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5693 All callers updated. Handle DWO files.
5694
5695 * NEWS: Mention new options "set debug dwarf2-read" and
5696 "set debug symtab-create".
5697 * dwarf2read.c (dwarf2_read_debug): New static global.
5698 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5699 (process_queue): Ditto.
5700 (process_full_comp_unit): Ditto.
5701 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5702 * elfread.c (elf_symfile_read): Add debugging printf.
5703 * minsyms.c (install_minimal_symbols): Ditto.
5704 * psymtab.c (allocate_psymtab): Ditto.
5705 * symfile.c (allocate_symtab): Ditto.
5706 * symtab.c (symtab_create_debug): New global.
5707 (_initialize_symtab): Add new option "set debug symtab-create".
5708 * symtab.h (symtab_create_debug): Declare.
5709
5710 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5711 (lookup_dwo_type_unit): Ditto.
5712
5713 2012-06-26 Roland McGrath <roland@hack.frob.com>
5714 H.J. Lu <hongjiu.lu@intel.com>
5715
5716 * amd64-linux-nat.c: Include <sys/user.h>.
5717 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5718 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5719 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5720
5721 * configure.ac: Check if the fs_base and gs_base members of
5722 `struct user_regs_struct' exist.
5723 * config.in: Regenerated.
5724 * configure: Likewise.
5725
5726 2012-06-25 Michael Eager <eager@eagercon.com>
5727
5728 PR python/14291
5729 * python/python.c (gdbpy_write): Check for interrupted output.
5730
5731 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5732
5733 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5734 register as a stack alignment in ARM mode.
5735
5736 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5737
5738 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5739 * gnulib/config.in: Regenerate.
5740 * gnulib/configure: Likewise.
5741 * gnulib/import/m4/extensions.m4: Update it.
5742 * gnulib/import/m4/gnulib-common.m4: Likewise.
5743 * gnulib/import/m4/memmem.m4: Likewise.
5744 * gnulib/import/m4/mmap-anon.m4: Likewise.
5745 * gnulib/import/m4/multiarch.m4: Likewise.
5746 * gnulib/import/stdint.in.h: Likewise.
5747
5748 2012-06-24 Yao Qi <yao@codesourcery.com>
5749
5750 * corefile.c (write_memory_with_notification): New.
5751 * gdbcore.h: Declare write_memory_with_notification.
5752 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5753 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5754 * valops.c (value_assign): Likewise.
5755 * python/py-inferior.c (infpy_write_memory): Call
5756 'write_memory_with_notification'.
5757
5758 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 * cc-with-index.sh: Use also -ex "set auto-load no".
5761
5762 2012-06-23 Doug Evans <dje@google.com>
5763
5764 PR 14125
5765 * NEWS: Document additions to .gdb_index.
5766 * dwarf2read.c: #include "gdb/gdb-index.h".
5767 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5768 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5769 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5770 (dwarf2_read_index): Recognize version 7.
5771 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5772 block_kind, domain): All callers updated.
5773 (dw2_find_symbol_file): Handle new index CU values.
5774 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5775 (add_index_entry): New args is_static, kind. All callers updated.
5776 (offset_type_compare, uniquify_cu_indices): New functions
5777 (symbol_kind): New function.
5778 (write_psymtabs_to_index): Remove duplicate CU values.
5779 (write_psymtabs_to_index): Write .gdb_index version 7.
5780
5781 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5782
5783 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5784 * configure: Regenerate.
5785
5786 2012-06-20 Yao Qi <yao@codesourcery.com>
5787
5788 * python/py-inferior.c: Update comments of infpy_read_memory
5789 and infpy_write_memory.
5790
5791 2012-06-19 Tom Tromey <tromey@redhat.com>
5792
5793 PR exp/9514:
5794 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5795 (push_type_address_space): Remove.
5796 * parse.c (insert_into_type_stack): New function.
5797 (insert_type): Likewise.
5798 (insert_type_address_space): Rename from push_type_address_space.
5799 Insert tp_space_identifier.
5800 * c-exp.y (ptr_operator): New production.
5801 (abs_decl): Use ptr_operator.
5802 (space_identifier): Call insert_type_address_space.
5803 (ptype): Don't use const_or_volatile_or_space_identifier.
5804 (const_or_volatile_noopt): Call insert_type.
5805 (conversion_type_id, conversion_declarator): New productions.
5806 (operator): Use conversion_type_id.
5807
5808 2012-06-18 Doug Evans <dje@google.com>
5809
5810 * symtab.h (minimal_symbol): New member created_by_gdb.
5811 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5812 created by gdb.
5813 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5814 (search_symbols): Call it instead of lookup_symbol.
5815 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5816
5817 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5818 Adjust address for DW_OP_GNU_addr_index.
5819 * dwarf2expr.h (dwarf_expr_context): Update comment.
5820 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5821 all callers updated. Handle TLS vars described with
5822 DW_OP_GNU_const_index.
5823 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5824 and DW_OP_GNU_const_index.
5825 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5826
5827 * block.c (find_block_in_blockvector): Make explicit the fact that we
5828 ignore GLOBAL_BLOCK.
5829
5830 2012-06-18 Tom Tromey <tromey@redhat.com>
5831
5832 * c-exp.y (operator): Remove trailing space after "delete" and
5833 "delete[]".
5834
5835 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5836 Jan Kratochvil <jan.kratochvil@redhat.com>
5837
5838 Switch i386 and derived targets to ON_STACK.
5839 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5840 (amd64_dicos_init_abi): Remove its installment.
5841 * dicos-tdep.c (dicos_init_abi): Remove the
5842 set_gdbarch_call_dummy_location call. Update the comment here.
5843 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5844 (i386_dicos_init_abi): Remove its installment.
5845 * i386-tdep.c (i386_push_dummy_code): New function.
5846 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5847 i386_push_dummy_code.
5848
5849 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 Remove stale dummy frames.
5852 * breakpoint.c: Include dummy-frame.h.
5853 (longjmp_breakpoint_ops): New variable.
5854 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5855 bp_longjmp_call_dummy.
5856 (bpstat_what, bptype_string, print_one_breakpoint_location)
5857 (init_bp_location): Support bp_longjmp_call_dummy.
5858 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5859 (set_longjmp_breakpoint_for_call_dummy)
5860 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5861 functions.
5862 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5863 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5864 FIXME comment and extend the other comment for bp_call_dummy.
5865 (set_longjmp_breakpoint_for_call_dummy)
5866 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5867 * dummy-frame.c: Include gdbthread.h.
5868 (pop_dummy_frame_bpt): New function.
5869 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5870 (dummy_frame_discard): New function.
5871 (cleanup_dummy_frames): Update the comment about longjmps.
5872 * dummy-frame.h (dummy_frame_discard): New declaration.
5873 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5874 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5875 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5876 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5877 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5878 keep_going if IS_LONGJMP and there is no other reason to stop.
5879
5880 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5881
5882 * remote-sim.c (sim_command_completer): Initialize
5883 variable 'result'.
5884
5885 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5888 * dwarf2loc.c (call_site_parameter_matches): Support
5889 CALL_SITE_PARAMETER_PARAM_OFFSET.
5890 (needs_dwarf_reg_entry_value): Push stub value.
5891 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5892 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5893 * gdbtypes.h (enum call_site_parameter_kind): New item
5894 CALL_SITE_PARAMETER_PARAM_OFFSET.
5895 (struct call_site.parameter.u): New field param_offset.
5896
5897 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 Code cleanup: Generalize call_site.parameter key.
5900 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5901 variable dwarf_reg. New variable kind_u. Update parameters to
5902 push_dwarf_reg_entry_value.
5903 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5904 * dwarf2expr.h (enum call_site_parameter_kind)
5905 (union call_site_parameter_u): Forward declarations.
5906 (struct dwarf_expr_context_funcs): Update parameters and their
5907 description for push_dwarf_reg_entry_value.
5908 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5909 * dwarf2loc.c (call_site_parameter_matches): New function.
5910 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5911 description. Use call_site_parameter_matches.
5912 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5913 Update parameters and their description.
5914 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5915 New variable kind_u. Adjust the caller for updated parameters.
5916 (needs_dwarf_reg_entry_value): Update parameters.
5917 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5918 instead of attr. Update for the changed fields of struct
5919 call_site_parameter.
5920 * gdbtypes.h: Include dwarf2expr.h.
5921 (enum call_site_parameter_kind): New.
5922 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5923 fb_offset into new union u.
5924
5925 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5926
5927 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5928 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5929 for x32.
5930
5931 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5932
5933 * amd64-linux-nat.c (compat_x32_clock_t): New.
5934 (compat_x32_siginfo_t): Likewise.
5935 (compat_x32_siginfo_from_siginfo): Likewise.
5936 (siginfo_from_compat_x32_siginfo): Likewise.
5937 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5938 and siginfo_from_compat_x32_siginfo for x32.
5939
5940 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5941
5942 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5943
5944 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5945
5946 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5947 instead of gdbarch_ptr_bit.
5948 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5949 (amd64_supply_native_gregset): Likewise.
5950 (amd64_collect_native_gregset): Likewise.
5951 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5952 (amd64_supply_xsave): Likewise.
5953 (amd64_collect_fxsave): Likewise.
5954 (amd64_collect_xsave): Likewise.
5955
5956 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5957
5958 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5959 (amd64_linux_read_description): Check DS segment register for
5960 x32 process.
5961
5962 2012-06-15 Tom Tromey <tromey@redhat.com>
5963
5964 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5965 init_cutu_and_read_dies.
5966
5967 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5968
5969 * MAINTAINERS (Write After Approval): Add myself to the list.
5970
5971 2012-06-15 Tom Tromey <tromey@redhat.com>
5972
5973 * valops.c (value_find_oload_method_list): Now static.
5974 * value.h (value_find_oload_method_list): Don't declare.
5975
5976 2012-06-15 Tom Tromey <tromey@redhat.com>
5977
5978 * valops.c (find_overload_match): Use value_ind.
5979
5980 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5981
5982 * infrun.c (handle_inferior_event): Correct indentation.
5983
5984 2012-06-14 Doug Evans <dje@google.com>
5985
5986 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5987 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5988 All uses updated.
5989 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5990 updated. Handle DEBUG_LOC_START_LENGTH.
5991 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5992 (loclist_describe_location): Ditto.
5993
5994 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5995
5996 PR backtrace/13866
5997 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5998 after hiding inline functions.
5999
6000 2012-06-13 Joel Brobecker <brobecker@adacore.com>
6001
6002 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
6003 _initialize_inf_ttrace.
6004
6005 2012-06-13 Joel Brobecker <brobecker@adacore.com>
6006
6007 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
6008 _initialize_hppa_hpux_nat.
6009
6010 2012-06-13 Joel Brobecker <brobecker@adacore.com>
6011
6012 * remote-sim.c (sim_command_completer): Change type of return
6013 value to "VEC (char_ptr) *". Adjust implementation accordingly.
6014
6015 2012-06-13 Mark Kettenis <kettenis@gnu.org>
6016 Jan Kratochvil <jan.kratochvil@redhat.com>
6017
6018 PR tdep/14222
6019 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
6020 stack on a 16-byte boundary.
6021
6022 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
6023
6024 * jit.c (finalize_symtab): Set function's return type to 'void' by
6025 default.
6026
6027 2012-06-13 Mark Kettenis <kettenis@gnu.org>
6028 H.J. Lu <hongjiu.lu@intel.com>
6029
6030 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
6031 Move bits common to both the classic LP64 and the new x32 ILP32
6032 ABI here.
6033 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
6034 (amd64_x32_linux_init_abi): New function.
6035 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
6036 subtype.
6037
6038 * i386-tdep.h (i386_pseudo_register_name): New prototype.
6039 * i386-tdep.c (i386_pseudo_register_name): Make public.
6040 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
6041 * amd64-tdep.c (amd64_dword_names): Add "eip".
6042 (amd64_x32_pseudo_register_type): New function
6043 (amd64_x32_init_abi): New function.
6044
6045 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6046
6047 PR build/14003
6048 * inferior.h (struct inferior_suspend_state): Comment out.
6049 (struct inferior): Comment out the field suspend.
6050 * infrun.c (struct infcall_suspend_state): Comment out the field
6051 inferior_suspend.
6052 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
6053 out its assignment.
6054
6055 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6056
6057 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6058 * c-exp.y (classify_inner_name): Remove caller assumptions in the
6059 function comment. Return ERROR for unresolved cases. Implement
6060 returning proper NAME.
6061 (yylex): Accept also NAME from classify_inner_name.
6062 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
6063 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
6064 LOC_TYPEDEF type.
6065 * cp-support.h (cp_lookup_nested_type): Update its declaration.
6066
6067 2012-06-13 Tom Tromey <tromey@redhat.com>
6068
6069 * breakpoint.c (condition_completer): New function.
6070 (_initialize_breakpoint): Use it.
6071 * value.c (complete_internalvar): New function.
6072 * value.h (complete_internalvar): Declare.
6073
6074 2012-06-13 Tom Tromey <tromey@redhat.com>
6075
6076 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6077 * breakpoint.c (catch_syscall_completer): Return a VEC.
6078 * cli/cli-cmds.c (complete_command): Update.
6079 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6080 (complete_on_enum): Likewise.
6081 * command.h: Include gdb_vecs.h.
6082 (completer_ftype): Change return type.
6083 (complete_on_cmdlist, complete_on_enum): Likewise.
6084 * completer.c (noop_completer, filename_completer)
6085 (location_completer): Return a VEC.
6086 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6087 to a VEC.
6088 (expression_completer, complete_line_internal, complete_line)
6089 (command_completer): Return a VEC.
6090 (gdb_completion_word_break_characters, line_completion_function):
6091 Update.
6092 * completer.h: Include gdb_vecs.h.
6093 (complete_line, noop_completer, filename_completer)
6094 (expression_completer, location_completer, command_completer):
6095 Update.
6096 * f-lang.c (f_word_break_characters): Return a VEC.
6097 * interps.c (interpreter_completer): Return a VEC.
6098 * language.h (struct language_defn)
6099 <la_make_symbol_completion_list>: Return a VEC.
6100 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6101 * symtab.c (free_completion_list): Take a VEC.
6102 (return_val_size, return_val_index): Remove.
6103 (return_val): Now a VEC.
6104 (completion_list_add_name): Update.
6105 (default_make_symbol_completion_list_break_on)
6106 (default_make_symbol_completion_list, make_symbol_completion_list)
6107 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6108 Return a VEC.
6109 (add_filename_to_list): Update.
6110 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6111 <list>: Now a VEC.
6112 (maybe_add_partial_symtab_filename): Update.
6113 (make_source_files_completion_list): Return a VEC.
6114 * symtab.h (default_make_symbol_completion_list_break_on)
6115 (default_make_symbol_completion_list, make_symbol_completion_list)
6116 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6117 (make_source_files_completion_list): Update.
6118
6119 2012-06-13 Tom Tromey <tromey@redhat.com>
6120
6121 * breakpoint.c (add_catch_command): Use completer_ftype.
6122 * breakpoint.h: Include command.h.
6123 (add_catch_command): Use completer_ftype.
6124 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6125 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6126 Use completer_ftype.
6127 * command.h (completer_ftype): New typedef.
6128 (set_cmd_completer): Use it.
6129 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6130 completer_ftype.
6131
6132 2012-06-13 Pedro Alves <palves@redhat.com>
6133
6134 Partial revert of previous change.
6135
6136 * serial.c (scb_base): New global.
6137 (serial_for_fd): New.
6138 (serial_open, serial_fdopen_ops): Link new serial in open serials
6139 chain.
6140 (do_serial_close): Unlink serial from the open serials chain.
6141
6142 2012-06-12 Pedro Alves <palves@redhat.com>
6143
6144 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6145 threads here.
6146 (prepare_for_detach): No longer context switch here in non-stop
6147 mode.
6148 (fetch_inferior_event): Ditto.
6149 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6150 to the event thread before removing breakpoints. Switch to the
6151 event thread before inserting breakpoints and resuming.
6152 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6153 event thread before resuming.
6154 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6155 Switch to the event thread before removing breakpoints.
6156
6157 2012-06-12 Eli Zaretskii <eliz@gnu.org>
6158
6159 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6160 special characters correctly for the Windows shells. See
6161 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6162 report.
6163 [!__MINGW32__]: Remove extra double quote character from special
6164 characters.
6165
6166 2012-06-11 Stan Shebs <stan@codesourcery.com>
6167
6168 * ui-out.h: Remove #if 0 declarations.
6169 * ui-out.c: Remove #if 0 functions.
6170
6171 2012-06-11 Pedro Alves <palves@redhat.com>
6172
6173 * ser-base.c (run_async_handler_and_reschedule): New.
6174 (fd_event, push_event): Use it.
6175 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6176 reference count to 1.
6177 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6178 instead of xfree.
6179 (serial_is_open, serial_ref, serial_unref): New.
6180 * serial.h (serial_open): Adjust comment.
6181 (serial_is_open): Declare.
6182 (serial_close): Adjust comment.
6183 (serial_ref, serial_unref) Declare.
6184 (struct serial): New field 'refcnt'.
6185
6186 2012-06-11 Pedro Alves <palves@redhat.com>
6187
6188 Remove #if 0'd "connect" command, and unnecessary associated
6189 refcounting and serial reuse bits.
6190
6191 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6192 * serial.c (last_serial_opened): Delete.
6193 (scb_base): Delete.
6194 (serial_open): Adjust.
6195 (serial_for_fd): Delete.
6196 (serial_fdopen_ops, do_serial_close): Adjust.
6197 (serial_fdopen_ops): Adjust.
6198
6199 2012-06-11 Pedro Alves <palves@redhat.com>
6200
6201 * serial.c (do_serial_close): Remove early return when SCB is
6202 null.
6203
6204 2012-06-11 Tom Tromey <tromey@redhat.com>
6205
6206 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6207
6208 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6209
6210 Fix regression by the "ambiguous linespec" series.
6211 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6212 get_last_displayed_symtab and get_last_displayed_line and depending
6213 on CURSAL.
6214
6215 2012-06-11 Tom Tromey <tromey@redhat.com>
6216
6217 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6218 (dw2_find_symbol_file): Use it.
6219
6220 2012-06-11 Michael Eager <eager@eagercon.com>
6221
6222 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6223 * mips-linux-tdep.h (mips_signals): New
6224
6225 2012-06-11 Tom Tromey <tromey@redhat.com>
6226
6227 * infrun.c (handle_inferior_event)
6228 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6229 breakpoint.
6230 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6231 exception logic in all cases. Update comments.
6232 (insert_longjmp_resume_breakpoint): Set the exception resume
6233 breakpoint.
6234
6235 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6236
6237 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6238
6239 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6240
6241 * valarith.c (binop_types_user_defined_p): Fix a typo.
6242
6243 2012-06-08 Yao Qi <yao@codesourcery.com>
6244 Chung-Lin Tang <cltang@codesourcery.com>
6245
6246 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6247 * arch-utils.h: Declare.
6248 * gdbarch.sh: Add return_in_first_hidden_param_p.
6249 * gdbarch.c, gdbarch.h: Regenerated.
6250 * infcall.c (call_function_by_hand): Call
6251 gdbarch_return_in_first_hidden_param_p instead of
6252 language_pass_by_reference.
6253
6254 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6255 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6256 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6257 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6258 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6259 `cplus_return_struct_by_reference'.
6260 (tic6x_return_value): Handle language cplusplus.
6261 (tic6x_return_in_first_hidden_param_p): New.
6262 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6263
6264 2012-06-07 Doug Evans <dje@google.com>
6265
6266 * dwarf2read.c (dwarf2_cu): Add comment.
6267
6268 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6269
6270 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6271 variable.
6272 (mips_eabi_push_dummy_call): Likewise.
6273 (mips_n32n64_push_dummy_call): Likewise.
6274 (mips_o32_push_dummy_call): Likewise.
6275 (mips_o64_push_dummy_call): Likewise.
6276
6277 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6278
6279 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6280
6281 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6282
6283 * mips-tdep.c (mips_pseudo_register_type): Use
6284 mips_float_register_p.
6285
6286 2012-06-06 Pedro Alves <palves@redhat.com>
6287
6288 * infrun.c (handle_inferior_event): Remove calls to
6289 reinit_frame_cache that follow a context_switch call.
6290
6291 2012-06-06 Pedro Alves <palves@redhat.com>
6292
6293 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6294 context_switch and remove stale comment.
6295
6296 2012-06-06 Pedro Alves <palves@redhat.com>
6297
6298 * infrun.c (struct execution_control_state): Remove
6299 `new_thread_event' field.
6300 (handle_inferior_event): Simplify new threads handling; don't
6301 resume the inferior if we find a new thread.
6302
6303 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6304
6305 * NEWS: Document the deprecation of SH's 'regs' command.
6306 * inferior.h (all_registers_info): Add function declaration.
6307 * sh-tdep.c (sh_show_regs): Remove variable.
6308 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6309 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6310 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6311 (sh_show_regs_command): Remove functions.
6312 (sh_gdbarch_init): Don't set sh_show_regs.
6313 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6314 'info all-registers'.
6315 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6316 (sh64_show_regs): Remove functions.
6317 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6318
6319 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6320
6321 * configure.ac: Move development=true below AC_INIT.
6322 * configure: Regenerate.
6323
6324 2012-06-05 Stan Shebs <stan@codesourcery.com>
6325
6326 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6327 gdb_stdout.
6328
6329 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6330
6331 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6332 argument as ssize_t.
6333 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6334 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6335 * target.c (target_read_stack, target_write_memory)
6336 (target_write_raw_memory): Likewise.
6337 * target.h (target_read_stack, target_write_memory)
6338 (target_write_raw_memory): Likewise.
6339
6340 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6341
6342 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6343 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6344 * target.c (target_read_memory): Change LEN to ssize_t.
6345 * target.h (target_read_memory): Change LEN to ssize_t.
6346
6347 2012-06-05 Pedro Alves <palves@redhat.com>
6348
6349 PR backtrace/13866
6350
6351 * breakpoint.c (until_break_command): Only fetch the selected
6352 frame after decode_line_1.
6353
6354 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6355
6356 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6357 event breakpoint at _start, __start or main if a program
6358 interpreter is not found.
6359
6360 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6361
6362 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6363 Add declaration.
6364 * windows-tdep.c: #include "objfiles.h".
6365 (windows_iterate_over_objfiles_in_search_order): New function.
6366 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6367 iterate_over_objfiles_in_search_order gdbarch method to
6368 windows_iterate_over_objfiles_in_search_order.
6369 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6370
6371 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6372
6373 * gdbarch.sh: Add generation of
6374 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6375 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6376 (iterate_over_objfiles_in_search_order): New gdbarch method.
6377 * gdbarch.h, gdbarch.c: Regenerate.
6378 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6379 Add declaration.
6380 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6381 New function.
6382 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6383 out of lookup_symbol_aux_symtabs.
6384 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6385 call to lookup_symbol_aux_objfile.
6386 (struct global_sym_lookup_data): New type.
6387 (lookup_symbol_global_iterator_cb): New function.
6388 (lookup_symbol_global): Search for symbol using
6389 gdbarch_iterate_over_objfiles_in_search_order and
6390 lookup_symbol_global_iterator_cb.
6391 * findvar.c (struct minsym_lookup_data): New type.
6392 (minsym_lookup_iterator_cb): New function.
6393 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6394 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6395 and minsym_lookup_iterator_cb.
6396
6397 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6398
6399 Revert the following patch:
6400 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6401 try locating the symbol in the symbol's own objfile first, before
6402 extending the search to all objfiles.
6403 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6404 out of lookup_symbol_aux_symtabs.
6405 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6406 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6407 Do not search EXCLUDE_OBJFILE.
6408 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6409 (lookup_symbol_global): Search for matches in the block's objfile
6410 first, before searching all other objfiles.
6411
6412 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6413
6414 * breakpoint.c (find_condition_and_thread): Stop parsing
6415 as soon as the first invalid keyword is found.
6416
6417 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6418
6419 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6420
6421 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6422
6423 * config/djgpp/djcheck.sh: Add copyright header.
6424
6425 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6426
6427 * copyright.py (update_files, main): Fix path to update-copyright
6428 script.
6429
6430 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6431
6432 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6433 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6434 for which a reminder to update by hand is printed.
6435
6436 2012-06-04 Doug Evans <dje@google.com>
6437
6438 * buildsym.c (make_blockvector): Add comment.
6439
6440 2012-06-04 Pedro Alves <palves@redhat.com>
6441
6442 * arch-utils.c (default_gdb_signal_from_target): Delete.
6443 * arch-utils.h (default_gdb_signal_from_target): Delete.
6444 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6445 gdbarch_gdb_signal_from_target_p.
6446 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6447 predicate).
6448 * gdbarch.h: Regenerate.
6449 * gdbarch.c: Regenerate.
6450
6451 2012-06-04 Pedro Alves <palves@redhat.com>
6452
6453 * gdbarch.sh (gdb_signal_from_target): Mention that the
6454 implementation of the method must be host independent.
6455 * gdbarch.h: Regenerate.
6456
6457 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6458
6459 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6460 parameters.
6461 (target_read_memory_bfd): New function.
6462 (symbol_file_add_from_memory): Use it.
6463
6464 2012-06-03 Doug Evans <dje@google.com>
6465
6466 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6467 of primary symtab.
6468 (basic_lookup_transparent_type): Ditto.
6469
6470 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6471 (ALL_PRIMARY_SYMTABS): Use it.
6472 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6473 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6474 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6475 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6476 (basic_lookup_transparent_type): Ditto.
6477
6478 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6479
6480 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6481 it to optimize resolution of demangled name.
6482
6483 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6484
6485 * configure.ac (development): Define new variable.
6486 Call AC_CHECK_LIB for mcheck if $development.
6487 (ERROR_ON_WARNING): Enable it by default only if $development.
6488 * config.in: Regenerate.
6489 * configure: Regenerate.
6490
6491 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6492
6493 * target.c (target_read_memory): Make LEN argument as size_t.
6494 * target.h (target_read_memory): Likewise.
6495
6496 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6499
6500 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6501
6502 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6503 BookE interface for PowerPC server processors if not available
6504 in the Linux Kernel.
6505
6506 2012-05-31 Keith Seitz <keiths@redhat.com>
6507
6508 * linespec.c (decode_objc): Add cleanup to free
6509 INFO.FILE_SYMTABS.
6510 (find_linespec_symbols): Add cleanup to free CLASSES.
6511 * symfile.c (find_separate_debug_file_by_debuglink): Add
6512 cleanup to free DEBUGLINK.
6513 * ui-out.c (clear_header_list): No need to check if
6514 HEADER_NEXT.COLHDR is NULL.
6515 Free HEADER_NEXT.COL_NAME.
6516
6517 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6518
6519 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6520 warning.
6521
6522 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6523
6524 * configure.host (gdb_host_cpu): Handle tilegx*.
6525 (gdb_host): Handle tilegx-*-linux*.
6526 * tilegx-linux-nat.c: New file.
6527 * config/tilegx/linux.mh: New file.
6528
6529 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6530
6531 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6532 tilegx-linux-tdep.o.
6533 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6534 tilegx-linux-tdep.c.
6535 * configure.tgt: Handle tilegx-*-linux*.
6536 * tilegx-tdep.h: New file.
6537 * tilegx-tdep.c: New file.
6538 * tilegx-linux-tdep.c: New file.
6539 * regformats/reg-tilegx.dat: New file.
6540
6541 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6542
6543 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6544 accounting of hw watchpoints on ppc.
6545
6546 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6547
6548 * source.c (openp): Expand tilde in path entries.
6549
6550 2012-05-29 Doug Evans <dje@google.com>
6551
6552 * buildsym.c (block_compar): Fix comment.
6553 (end_symtab): Fix and clarify some comments.
6554
6555 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6556 cleanup_undefined_types.
6557 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6558 All callers updated.
6559
6560 2012-05-29 Tom Tromey <tromey@redhat.com>
6561
6562 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6563 fails.
6564 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6565 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6566 fails.
6567 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6568 fails.
6569
6570 2012-05-29 Tristan Gingold <gingold@adacore.com>
6571
6572 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6573 (struct darwin_info): ... New struct.
6574 (solib_darwin_pspace_data): New variable.
6575 (darwin_pspace_data_cleanup): New function.
6576 (get_darwin_info): Likewise.
6577 (darwin_dyld_version_ok, darwin_load_image_infos)
6578 (darwin_solib_get_all_image_info_addr_at_init)
6579 (darwin_solib_read_all_image_info_addr): Add info argument.
6580 Adjust code.
6581 (darwin_current_sos): Use per pspace structure.
6582 (darwin_solib_create_inferior_hook): Likewise.
6583 (darwin_clear_solib): Likewise.
6584 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6585
6586 2012-05-28 Pedro Alves <palves@redhat.com>
6587
6588 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6589 block that uses them. Clear ecss before handling each event.
6590
6591 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6592
6593 * solib-svr4.c (svr4_current_sos): New comment on
6594 svr4_current_sos_via_xfer_libraries fall back.
6595
6596 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6597
6598 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6599 it as a fallback for TYPE_IS_OPAQUE.
6600 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6601 symbols for lookup_symbol.
6602
6603 2012-05-24 John Steele Scott <toojays@toojays.net>
6604
6605 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6606 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6607 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6608 (check_producer): ... this new function, which also checks for ICC
6609 and caches the result.
6610 (producer_is_icc): New function.
6611 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6612 producer was ICC.
6613
6614 2012-05-24 Pedro Alves <palves@redhat.com>
6615
6616 PR gdb/7205
6617
6618 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6619 (default_gdb_signal_to_target): ... this. Add comment.
6620 (default_gdb_signal_from_host): Rename to ...
6621 (default_gdb_signal_from_target): ... this. Add comment.
6622 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6623 (default_gdb_signal_to_target): ... this.
6624 (default_gdb_signal_from_host): Rename to ...
6625 (default_gdb_signal_from_target): ... this.
6626 * corelow.c (core_open): Adjust to naming change. Replace comment.
6627 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6628 (gdb_signal_from_target): ... this. Adjust to
6629 default_gdb_signal_from_host naming change. Extend comment.
6630 (gdb_signal_to_host): Rename to ...
6631 (gdb_signal_to_target): ... this. Adjust to
6632 default_gdb_signal_to_host naming change.
6633 * gdbarch.h, gdbarch.c: Renegerate.
6634
6635 2012-05-24 Pedro Alves <palves@redhat.com>
6636
6637 PR gdb/7205
6638
6639 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6640
6641 2012-05-24 Pedro Alves <palves@redhat.com>
6642
6643 PR gdb/7205
6644
6645 Replace target_signal with gdb_signal throughout.
6646
6647 2012-05-24 Pedro Alves <palves@redhat.com>
6648
6649 PR tui/14159
6650
6651 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6652 string, instead of reusing the va_list argument.
6653
6654 2012-05-24 Tom Tromey <tromey@redhat.com>
6655
6656 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6657 Remove.
6658
6659 2012-05-23 Doug Evans <dje@google.com>
6660
6661 * symtab.c (search_symbols): Formatting fixes.
6662 (print_symbol_info): Formatting fixes.
6663
6664 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6665 int64_t change to leb128 API.
6666 (read_encoded_value, decode_frame_entry_1): Ditto.
6667 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6668 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6669 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6670 (execute_stack_op): Ditto.
6671 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6672 (safe_read_uleb128, safe_read_sleb128): Ditto.
6673 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6674 (dwarf2_compile_expr_to_ax): Ditto.
6675 (locexpr_describe_location_piece): Ditto.
6676 (disassemble_dwarf_expression): Ditto.
6677 (locexpr_describe_location_1): Ditto.
6678
6679 2012-05-23 Stan Shebs <stan@codesourcery.com>
6680 Kwok Cheung Yeung <kcy@codesourcery.com>
6681
6682 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6683 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6684 (mi-cmd-info.o): New rule.
6685 * osdata.h (info_osdata_command): New declaration.
6686 * osdata.c (info_osdata_command): Change to non-static.
6687 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6688 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6689 * mi/mi-cmd-info.c: New file.
6690
6691 2012-05-23 Doug Evans <dje@google.com>
6692
6693 * symtab.c (search_symbols): Pass NULL for file_matcher to
6694 expand_symtabs_matching if there are no files to match.
6695
6696 * gdbtypes.c (lookup_typename): Simplify.
6697
6698 2012-05-23 Pedro Alves <palves@redhat.com>
6699
6700 * arch-utils.h (default_target_signal_to_host): Delete.
6701 * arch-utils.c (default_target_signal_to_host): Delete.
6702 * gdbarch.sh (target_signal_to_host): Remove.
6703 * gdbarch.h, gdbarch.c: Regenerate.
6704
6705 2012-05-22 Doug Evans <dje@google.com>
6706
6707 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6708 "const gdb_byte *".
6709 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6710 (execute_cfa_program): Update to match API of leb128 functions.
6711 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6712 "const gdb_byte *".
6713 (read_unsigned_leb128, read_signed_leb128): Delete.
6714 (read_initial_length): Change type of buf argument to
6715 "const gdb_byte *".
6716 (read_encoded_value): Update to match API of leb128 functions.
6717 (decode_frame_entry): Change result to "const gdb_byte *", and
6718 similarly for "start" parameter.
6719 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6720 (dwarf2_build_frame_info): Change local frame_ptr to
6721 "const gdb_byte *".
6722 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6723 read_uleb128, read_sleb128. All callers updated.
6724 (safe_skip_leb128): New function.
6725 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6726 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6727 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6728 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6729 read_uleb128, read_sleb128.
6730 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6731 (execute_stack_op): Update to match API of leb128 functions.
6732 * dwarf2expr.h: #include "leb128.h".
6733 (read_uleb128, read_sleb128): Delete.
6734 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6735 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6736 * dwarf2loc.c (debug_loc_kind): New enum.
6737 (decode_debug_loc_addresses): New function.
6738 (decode_debug_loc_dwo_addresses): New function.
6739 (dwarf2_find_location_expression): Rewrite.
6740 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6741 (locexpr_describe_location_piece): Ditto.
6742 (disassemble_dwarf_expression): Ditto.
6743 (locexpr_describe_location_1): Ditto.
6744 (loclist_describe_location): Rewrite.
6745 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6746 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6747 (dwarf2_section_buffer_overflow_complaint): Renamed from
6748 dwarf2_macros_too_long_complaint. All callers updated.
6749 (skip_leb128): Delete.
6750 (init_cu_die_reader): Initialize reader->buffer_end.
6751 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6752 (skip_form_bytes): New arg buffer_end. All callers updated.
6753 Replace call to skip_leb128 with gdb_skip_leb128.
6754 (skip_unknown_opcode): New arg mac_end. All callers updated.
6755 (fill_in_loclist_baton): Initialize baton->from_dwo.
6756
6757 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6758
6759 * mips-linux-nat.c (mips_linux_read_description): Use a more
6760 verbose error message.
6761
6762 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6763
6764 * NEWS: Add MIPS/Linux DSP support.
6765 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6766 (SIGCONTEXT_DSPCTL): New macro.
6767 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6768 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6769 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6770 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6771 (N64_SIGCONTEXT_HI3): Likewise.
6772 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6773 (N64_SIGCONTEXT_LO3): Likewise.
6774 (N64_SIGCONTEXT_DSPCTL): Likewise.
6775 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6776 (mips_linux_o32_sigframe_init): Handle DSP registers.
6777 (mips_linux_n32n64_sigframe_init): Likewise.
6778
6779 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6780
6781 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6782 call to abort.
6783
6784 2012-05-22 Pedro Alves <palves@redhat.com>
6785
6786 * target.h (store_waitstatus): Move declaration ...
6787 * inf-child.h (store_waitstatus): ... here.
6788 * target.c: Move inclusion of gdb_wait.h, and ...
6789 (store_waitstatus): ... this ...
6790 * inf-child.c: ... here.
6791 * linux-nat.c: Include inf-child.h.
6792 * rs6000-nat.c: Include inf-child.h.
6793 * spu-linux-nat.c: Include inf-child.h.
6794
6795 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6796
6797 * tracepoint.c (start_tracing): Add missing i18n markup.
6798 (stop_tracing, set_trace_user): Ditto.
6799 (set_trace_notes, set_trace_stop_notes): Ditto.
6800
6801 2012-05-21 Tom Tromey <tromey@redhat.com>
6802
6803 PR c++/7173:
6804 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6805 types.
6806 * value.h (value_cast_pointers): Update.
6807 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6808 (value_cast): Update.
6809 (update_search_result): New function.
6810 (do_search_struct_field): New, from search_struct_field. Check
6811 for ambiguous results.
6812 (search_struct_field): Rewrite.
6813 * infcall.c (value_arg_coerce): Update.
6814 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6815 value_cast_pointers.
6816 * ada-lang.c (ada_convert_actual): Update.
6817
6818 2012-05-21 Tom Tromey <tromey@redhat.com>
6819
6820 * macroexp.c (macro_stringify): Terminate the string.
6821
6822 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6823
6824 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6825 Describe it.
6826 * auto-load.c (auto_load_expand_dir_vars): New function.
6827 (auto_load_safe_path_vec_update): Use it, remove the
6828 substitute_path_component call thanks to it.
6829 (auto_load_objfile_script): Remove the debug_file_directory processing.
6830 Use auto_load_expand_dir_vars, remove the substitute_path_component
6831 call thanks to it.
6832 * configure: Regenerate.
6833 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6834 path. Escape $ also for $debugdir.
6835 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6836 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6837
6838 2012-05-20 Doug Evans <dje@google.com>
6839
6840 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6841 before use. Check for symtab->includes == NULL before scanning it.
6842
6843 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6844
6845 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6846
6847 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6848
6849 * NEWS: Add microMIPS support and "set mips compression",
6850 "show mips compression" commands.
6851 * mips-tdep.h (mips_isa): New enum.
6852 (gdbarch_tdep): Add mips_isa.
6853 (mips_pc_is_mips16): Update prototype.
6854 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6855 * mips-tdep.c (mips_compression_mips16): New variable.
6856 (mips_compression_micromips): Likewise.
6857 (mips_compression_strings): Likewise.
6858 (mips_compression_string): Likewise.
6859 (is_mips16_isa, is_micromips_isa): New functions.
6860 (is_mips16_addr): Rename to...
6861 (is_compact_addr): ... this.
6862 (unmake_mips16_addr): Likewise to...
6863 (unmake_compact_addr): ... this.
6864 (make_mips16_addr): Likewise to...
6865 (make_compact_addr): ... this.
6866 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6867 functions.
6868 (mips_elf_make_msymbol_special): Handle microMIPS code.
6869 (msymbol_is_special): Rename to...
6870 (msymbol_is_mips16): ... this.
6871 (mips_make_symbol_special, mips_pc_is_mips16): Update
6872 accordingly.
6873 (msymbol_is_mips, msymbol_is_micromips): New functions.
6874 (mips16_to_32_reg): Rename to...
6875 (mips_reg3_to_reg): ... this.
6876 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6877 (mips_pc_isa): Likewise.
6878 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6879 code.
6880 (mips_fetch_instruction): Pass return status instead of printing
6881 an error message if requested. Handle microMIPS code. Bail out
6882 on an invalid ISA.
6883 (micromips_op): New macro.
6884 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6885 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6886 (b6s4_op, b7s3_reg): Likewise.
6887 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6888 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6889 (mips_insn_size): New function.
6890 (mips32_next_pc): Update mips_fetch_instruction call.
6891 (micromips_relative_offset7): New function.
6892 (micromips_relative_offset10): Likewise.
6893 (micromips_relative_offset16): Likewise.
6894 (micromips_pc_insn_size): Likewise.
6895 (micromips_bc1_pc): Likewise.
6896 (micromips_next_pc): Likewise.
6897 (unpack_mips16): Update mips_fetch_instruction call.
6898 (extended_mips16_next_pc): Update according to change to
6899 mips16_to_32_reg.
6900 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6901 code.
6902 (mips16_scan_prologue): Update mips_fetch_instruction call.
6903 Update according to change to mips16_to_32_reg.
6904 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6905 (mips_insn16_frame_base_sniffer): Likewise.
6906 (micromips_decode_imm9): New function.
6907 (micromips_scan_prologue): Likewise.
6908 (mips_micro_frame_cache): Likewise.
6909 (mips_micro_frame_this_id): Likewise.
6910 (mips_micro_frame_prev_register): Likewise.
6911 (mips_micro_frame_sniffer): Likewise.
6912 (mips_micro_frame_unwind): New variable.
6913 (mips_micro_frame_base_address): New function.
6914 (mips_micro_frame_base): New variable.
6915 (mips_micro_frame_base_sniffer): New function.
6916 (mips32_scan_prologue): Update mips_fetch_instruction call.
6917 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6918 rather than for MIPS16.
6919 (mips_insn32_frame_base_sniffer): Likewise.
6920 (mips_addr_bits_remove): Handle microMIPS code.
6921 (deal_with_atomic_sequence): Rename to...
6922 (mips_deal_with_atomic_sequence): ... this. Update the type
6923 of the variable used to hold an instruction. Remove the ISA bit
6924 check. Update mips_fetch_instruction call.
6925 (micromips_deal_with_atomic_sequence): New function.
6926 (deal_with_atomic_sequence): Likewise.
6927 (mips_about_to_return): Handle microMIPS code. Update
6928 mips_fetch_instruction call.
6929 (heuristic_proc_start): Check for the standard MIPS ISA rather
6930 than for MIPS16. Update mips_pc_is_mips16 and
6931 mips_fetch_instruction calls. Handle microMIPS code.
6932 (mips_push_dummy_code): Handle microMIPS code.
6933 (mips_eabi_push_dummy_call): Likewise.
6934 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6935 (mips_o64_push_dummy_call): Handle microMIPS code.
6936 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6937 (is_delayed): Remove function.
6938 (mips_single_step_through_delay): Replace the call to is_delayed
6939 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6940 Handle microMIPS code.
6941 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6942 microMIPS code.
6943 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6944 call.
6945 (micromips_in_function_epilogue_p): New function.
6946 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6947 call.
6948 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6949 Handle microMIPS.
6950 (gdb_print_insn_mips): Likewise.
6951 (mips_breakpoint_from_pc): Likewise.
6952 (mips_remote_breakpoint_from_pc): New function.
6953 (mips32_instruction_has_delay_slot): Simplify making use of the
6954 updated mips_fetch_instruction interface.
6955 (micromips_instruction_has_delay_slot): New function.
6956 (mips16_instruction_has_delay_slot): Simplify making use of the
6957 updated mips_fetch_instruction interface.
6958 (mips_adjust_breakpoint_address): Check for the standard MIPS
6959 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6960 calls. Handle microMIPS code.
6961 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6962 (mips_skip_trampoline_code): Handle microMIPS code.
6963 (global_mips_compression): New function.
6964 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6965 file flags. Register the microMIPS remote breakpoint handler
6966 and heuristic frame unwinder.
6967 (show_mips_compression): New function.
6968 (_initialize_mips_tdep): Add the "set mips compression" and
6969 "show mips compression" commands.
6970
6971 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6972
6973 * ada-lang.c:
6974 * ada-tasks.c:
6975 * ada-varobj.c:
6976 * amd64-darwin-tdep.c:
6977 * arm-symbian-tdep.c:
6978 * arm-tdep.c:
6979 * avr-tdep.c:
6980 * ax-gdb.c:
6981 * bfin-linux-tdep.c:
6982 * breakpoint.c:
6983 * c-valprint.c:
6984 * cli/cli-cmds.c:
6985 * coffread.c:
6986 * cp-support.c:
6987 * cris-tdep.c:
6988 * dwarf2-frame-tailcall.c:
6989 * dwarf2-frame.c:
6990 * dwarf2expr.c:
6991 * dwarf2loc.c:
6992 * dwarf2read.c:
6993 * elfread.c:
6994 * eval.c:
6995 * expprint.c:
6996 * f-valprint.c:
6997 * frv-tdep.c:
6998 * h8300-tdep.c:
6999 * hppa-hpux-tdep.c:
7000 * hppa-tdep.c:
7001 * hppanbsd-tdep.c:
7002 * i386-nto-tdep.c:
7003 * i386-tdep.c:
7004 * i387-tdep.c:
7005 * ia64-tdep.c:
7006 * jit.c:
7007 * linespec.c:
7008 * linux-tdep.c:
7009 * lm32-tdep.c:
7010 * m2-valprint.c:
7011 * m32c-tdep.c:
7012 * m32r-rom.c:
7013 * m32r-tdep.c:
7014 * m68k-tdep.c:
7015 * m68klinux-tdep.c:
7016 * mi/mi-main.c:
7017 * microblaze-tdep.c:
7018 * mips-linux-tdep.c:
7019 * mips-tdep.c:
7020 * mn10300-tdep.c:
7021 * p-valprint.c:
7022 * parse.c:
7023 * ppc-linux-tdep.c:
7024 * ppc-sysv-tdep.c:
7025 * printcmd.c:
7026 * python/py-finishbreakpoint.c:
7027 * python/py-inferior.c:
7028 * python/py-infthread.c:
7029 * python/py-type.c:
7030 * python/python.c:
7031 * remote-fileio.c:
7032 * remote-m32r-sdi.c:
7033 * remote-mips.c:
7034 * reverse.c:
7035 * rl78-tdep.c:
7036 * rs6000-aix-tdep.c:
7037 * rs6000-tdep.c:
7038 * s390-tdep.c:
7039 * score-tdep.c:
7040 * sh64-tdep.c:
7041 * skip.c:
7042 * solib-darwin.c:
7043 * solib-dsbt.c:
7044 * solib-frv.c:
7045 * sparc-tdep.c:
7046 * spu-multiarch.c:
7047 * spu-tdep.c:
7048 * stack.c:
7049 * symfile.c:
7050 * symtab.c:
7051 * tic6x-tdep.c:
7052 * tracepoint.c:
7053 * v850-tdep.c:
7054 * valarith.c:
7055 * valprint.c:
7056 * value.c:
7057 * xcoffread.c:
7058 * xtensa-tdep.c:
7059 * ada-lang.c:
7060 * ada-tasks.c:
7061 * ada-varobj.c:
7062 * amd64-darwin-tdep.c:
7063 * arm-symbian-tdep.c:
7064 * arm-tdep.c: Delete unused variables.
7065
7066 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7067
7068 Rename $ddir to $datadir.
7069 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7070 * auto-load.c (auto_load_safe_path_vec_update)
7071 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7072 * configure: Regenerate.
7073 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7074 Likewise. Remove the 'use $ddir' help string.
7075
7076 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7077
7078 * auto-load.c (show_auto_load_safe_path): Accept any combination of
7079 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7080
7081 2012-05-18 Tom Tromey <tromey@redhat.com>
7082
7083 PR exp/13907:
7084 * valprint.h (struct value_print_options) <symbol_print>: New
7085 field.
7086 * valprint.c (user_print_options): Add default for symbol_print.
7087 (show_symbol_print): New function.
7088 (generic_val_print): Respect symbol_print.
7089 (_initialize_valprint): Add "print symbol" setting.
7090 * f-valprint.c (f_val_print): Respect symbol_print.
7091 * c-valprint.c (c_val_print): Respect symbol_print.
7092 * NEWS: Update.
7093 * printcmd.c (print_address_symbolic): Return int. Ignore some
7094 zero-size symbols.
7095 (print_address_demangle): Return int.
7096 * defs.h: (print_address_symbolic): Return int.
7097 * value.h (print_address_demangle): Return int.
7098
7099 2012-05-18 Tom Tromey <tromey@redhat.com>
7100
7101 * valprint.c (val_print_string): Don't print leading space.
7102 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7103 print space before string or vtbl.
7104 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7105 before string.
7106 * jv-valprint.c (java_value_print): Print space before string.
7107 * go-valprint.c (print_go_string): Print space before string.
7108 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7109 space before string.
7110 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7111 space before string or vtbl.
7112 * auxv.c (fprint_target_auxv): Print space after address.
7113
7114 2012-05-18 Tom Tromey <tromey@redhat.com>
7115
7116 * printcmd.c (print_address_demangle): Remove special case for 0.
7117
7118 2012-05-18 Tom Tromey <tromey@redhat.com>
7119
7120 * printcmd.c (print_address_demangle): Add 'opts' argument.
7121 * p-valprint.c (pascal_val_print): Update.
7122 * jv-valprint.c (java_val_print): Update.
7123 * value.h: Update.
7124 * valprint.c (generic_val_print): Update.
7125 (print_function_pointer_address): Add 'options' argument. Remove
7126 'addressprint' argument. Update.
7127 * m2-valprint.c (print_unpacked_pointer): Update.
7128 * gnu-v3-abi.c (print_one_vtable): Update.
7129 (gnuv3_print_method_ptr): Update.
7130 * f-valprint.c (f_val_print): Update.
7131 * cp-valprint.c (cp_print_value_fields): Update.
7132 * valprint.h (print_function_pointer_address): Update.
7133 * c-valprint.c (c_val_print): Update.
7134
7135 2012-05-18 Tom Tromey <tromey@redhat.com>
7136
7137 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7138 directly corresponding to the found psymtab.
7139 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7140 (dw2_find_pc_sect_symtab): Use it.
7141 * block.h (blockvector_contains_pc): Declare.
7142 * block.c (find_block_in_blockvector): New function.
7143 (blockvector_for_pc_sect): Use it.
7144 (blockvector_contains_pc): New function.
7145
7146 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7147
7148 * mips-tdep.h (mips_write_pc): New prototype.
7149 * mips-tdep.c (mips_write_pc): Make external, add description.
7150 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7151 add description.
7152
7153 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7154
7155 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7156 mips_regnum->pc.
7157 (mips_unwind_pc, mips_write_pc): Likewise.
7158 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7159 gdbarch_read_pc.
7160
7161 2012-05-17 Joel Brobecker <brobecker@adacore.com>
7162
7163 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7164 proc_warn, proc_error, proc_get_status, proc_flags,
7165 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7166 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7167 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7168 proc_stop_process, proc_wait_for_stop, proc_run_process,
7169 proc_set_traced_signals, proc_set_traced_faults,
7170 proc_set_traced_sysentry, proc_set_traced_sysexit,
7171 proc_set_held_signals, proc_get_held_signals,
7172 proc_get_traced_signals, proc_get_traced_faults,
7173 proc_get_traced_sysentry, proc_get_traced_sysexit,
7174 proc_clear_current_fault, proc_set_current_signal,
7175 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7176 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7177 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7178 proc_get_current_thread, proc_get_current_thread,
7179 proc_get_current_thread, proc_update_threads,
7180 proc_update_threads, proc_update_threads, proc_update_threads,
7181 proc_iterate_over_threads, procfs_find_new_threads,
7182 procfs_pid_to_str): Make static. Remove advance declaration.
7183 (proc_cursig): Make static. Conditionalized defintion on
7184 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7185 (proc_syscall, proc_set_kill_on_last_close,
7186 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7187 proc_get_pending_signals, proc_get_signal_actions,
7188 proc_trace_signal, proc_ignore_signal): Delete.
7189
7190 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7191
7192 * coffread.c (cs_section_address): Passing proper argument for
7193 `bfd_get_section_vma'.
7194 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7195 `bfd_get_section_flags'.
7196 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7197 `bfd_get_section_vma'.
7198
7199 2012-05-16 Tom Tromey <tromey@redhat.com>
7200
7201 PR macros/13205:
7202 * macrotab.h: (macro_define_special): Declare.
7203 (enum macro_special_kind): New.
7204 (struct macro_definition) <argc, replacement>: Update comments.
7205 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7206 (macro_define_object_internal): New function.
7207 (macro_define_object): Use it.
7208 (macro_define_special): New function.
7209 (fixup_definition): New function.
7210 (macro_lookup_definition, foreach_macro_in_scope)
7211 (foreach_macro): Use fixup_definition.
7212 * macroexp.h (macro_stringify): Declare.
7213 * macroexp.c (free_buffer_return_text): New function.
7214 (stringify): Constify "arg".
7215 (macro_stringify): New function.
7216 * dwarf2read.c (macro_start_file): Call macro_define_special.
7217
7218 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7219 Maciej W. Rozycki <macro@mips.com>
7220
7221 * breakpoint.h (bp_location): Add related_address member.
7222 * inferior.h (get_return_value): Take a pointer to struct value
7223 instead of struct type for the function requested.
7224 * value.h (using_struct_return): Likewise.
7225 * gdbarch.sh (return_value): Take a pointer to struct value
7226 instead of struct type for the function requested.
7227 * breakpoint.c (set_breakpoint_location_function): Initialize
7228 related_address for bp_gnu_ifunc_resolver breakpoints.
7229 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7230 requested function's address to gdbarch_return_value.
7231 * eval.c (evaluate_subexp_standard): Pass the requested
7232 function's address to using_struct_return.
7233 * infcall.c (call_function_by_hand): Pass the requested
7234 function's address to using_struct_return and
7235 gdbarch_return_value.
7236 * infcmd.c (get_return_value): Take a pointer to struct value
7237 instead of struct type for the function requested.
7238 (print_return_value): Update accordingly.
7239 (finish_command_continuation): Likewise.
7240 * stack.c (return_command): Pass the requested function's
7241 address to using_struct_return and gdbarch_return_value.
7242 * value.c (using_struct_return): Take a pointer to struct value
7243 instead of struct type for the function requested. Pass the
7244 requested function's address to gdbarch_return_value.
7245 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7246 New function_value member, replacing function_type.
7247 (bpfinishpy_dealloc): Update accordingly.
7248 (bpfinishpy_pre_stop_hook): Likewise.
7249 (bpfinishpy_init): Likewise. Record the requested function's
7250 address.
7251 * mips-tdep.c (mips_fval_reg): New enum.
7252 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7253 words put in GP registers.
7254 (mips_o64_push_dummy_call): Update a comment.
7255 (mips_o32_return_value): Take a pointer to struct value instead
7256 of struct type for the function requested and use it to check if
7257 using the MIPS16 calling convention. Return the designated
7258 general purpose registers for floating-point values returned in
7259 MIPS16 mode.
7260 (mips_o64_return_value): Likewise.
7261 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7262 (ppc_sysv_abi_broken_return_value): Likewise.
7263 (ppc64_sysv_abi_return_value): Likewise.
7264 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7265 value instead of struct type for the function requested.
7266 * amd64-tdep.c (amd64_return_value): Likewise.
7267 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7268 * arm-tdep.c (arm_return_value): Likewise.
7269 * avr-tdep.c (avr_return_value): Likewise.
7270 * bfin-tdep.c (bfin_return_value): Likewise.
7271 * cris-tdep.c (cris_return_value): Likewise.
7272 * frv-tdep.c (frv_return_value): Likewise.
7273 * h8300-tdep.c (h8300_return_value): Likewise.
7274 (h8300h_return_value): Likewise.
7275 * hppa-tdep.c (hppa32_return_value): Likewise.
7276 (hppa64_return_value): Likewise.
7277 * i386-tdep.c (i386_return_value): Likewise.
7278 * ia64-tdep.c (ia64_return_value): Likewise.
7279 * iq2000-tdep.c (iq2000_return_value): Likewise.
7280 * lm32-tdep.c (lm32_return_value): Likewise.
7281 * m32c-tdep.c (m32c_return_value): Likewise.
7282 * m32r-tdep.c (m32r_return_value): Likewise.
7283 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7284 * m68k-tdep.c (m68k_return_value): Likewise.
7285 (m68k_svr4_return_value): Likewise.
7286 * m88k-tdep.c (m88k_return_value): Likewise.
7287 * mep-tdep.c (mep_return_value): Likewise.
7288 * microblaze-tdep.c (microblaze_return_value): Likewise.
7289 * mn10300-tdep.c (mn10300_return_value): Likewise.
7290 * moxie-tdep.c (moxie_return_value): Likewise.
7291 * mt-tdep.c (mt_return_value): Likewise.
7292 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7293 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7294 (ppc_sysv_abi_broken_return_value): Likewise.
7295 (ppc64_sysv_abi_return_value): Likewise.
7296 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7297 * rl78-tdep.c (rl78_return_value): Likewise.
7298 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7299 * rx-tdep.c (rx_return_value): Likewise.
7300 * s390-tdep.c (s390_return_value): Likewise.
7301 * score-tdep.c (score_return_value): Likewise.
7302 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7303 (sh_return_value_fpu): Likewise.
7304 * sh64-tdep.c (sh64_return_value): Likewise.
7305 * sparc-tdep.c (sparc32_return_value): Likewise.
7306 * sparc64-tdep.c (sparc64_return_value): Likewise.
7307 * spu-tdep.c (spu_return_value): Likewise.
7308 * tic6x-tdep.c (tic6x_return_value): Likewise.
7309 * v850-tdep.c (v850_return_value): Likewise.
7310 * vax-tdep.c (vax_return_value): Likewise.
7311 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7312 * xtensa-tdep.c (xtensa_return_value): Likewise.
7313 * gdbarch.c: Regenerate.
7314 * gdbarch.h: Regenerate.
7315
7316 2012-05-15 Tom Tromey <tromey@redhat.com>
7317
7318 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7319
7320 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7321
7322 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7323 of command in two error message.
7324
7325 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7326
7327 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7328
7329 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7330
7331 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7332
7333 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7334
7335 * NEWS (show auto-load scripts-directory): Add forgotten command.
7336
7337 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7338
7339 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7340 parameters.
7341
7342 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7343
7344 * amd64-tdep.c: Include features/i386/x32.c and
7345 features/i386/x32-avx.c.
7346 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7347 initialize_tdesc_x32_avx.
7348
7349 2012-05-14 Stan Shebs <stan@codesourcery.com>
7350
7351 Add dynamic printf.
7352 * breakpoint.h (enum bptype): New type bp_dprintf.
7353 (struct breakpoint): New field extra_string.
7354 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7355 (create_breakpoint): Add extra_string arg.
7356 * breakpoint.c (dprintf_breakpoint_ops): New.
7357 (is_breakpoint): Add bp_dprintf.
7358 (bpstat_what): Add dprintf case.
7359 (bptype_string): Ditto.
7360 (print_one_breakpoint_location): Ditto.
7361 (init_bp_location): Ditto.
7362 (bkpt_print_mention): Ditto.
7363 (dprintf_style_enums): New array.
7364 (dprintf_style): New global.
7365 (dprintf_function): New global.
7366 (dprintf_channel): New global.
7367 (update_dprintf_command_list): New function.
7368 (update_dprintf_commands): New function.
7369 (init_breakpoint_sal): Add extra_string argument, handle it.
7370 (create_breakpoint_sal): Add extra_string argument.
7371 (create_breakpoints_sal): Add extra_string argument, update callers.
7372 (find_condition_and_thread): Add extra argument.
7373 (create_breakpoint): Add extra_string argument, record it.
7374 (dprintf_command): New function.
7375 (break_command_1): Add arg to create_breakpoint call.
7376 (handle_gnu_v3_exceptions): Ditto.
7377 (trace_command): Ditto.
7378 (ftrace_command): Ditto.
7379 (strace_command): Ditto.
7380 (bkpt_print_mention): Add dprintf case.
7381 (create_breakpoint_sal_default): Add extra_string argument.
7382 (_initialize_breakpoint): Add new commands.
7383 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7384 * python/py-breakpoint.c (bppy_init): Ditto.
7385 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7386
7387 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7388
7389 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7390
7391 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7392
7393 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7394 unsigned long long.
7395
7396 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7397
7398 Add a new function gdb.find_pc_line to the Python API.
7399 * NEWS (Python Scripting): Add entry about the new function.
7400 * python/python.c (gdbpy_find_pc_line): New function which
7401 implements gdb.find_pc_line.
7402 (GdbMethods): Add entry for the new function.
7403
7404 2012-05-12 Pedro Alves <palves@redhat.com>
7405
7406 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7407 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7408
7409 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7410
7411 * inferior.c: Include completer.h
7412 (initialize_inferiors): Set completer of add-inferior to
7413 filename_completer.
7414
7415 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7416
7417 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7418 gdbarch_ptr_bit for x32 core dump.
7419
7420 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7421
7422 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7423 and features/i386/x32-avx-linux.c.
7424
7425 2012-05-11 Stan Shebs <stan@codesourcery.com>
7426 Kwok Cheung Yeung <kcy@codesourcery.com>
7427
7428 * NEWS: Describe new info os commands.
7429 * common/linux-osdata.c (PID_T, TIME_T): Define.
7430 (MAX_PID_T_STRLEN): New.
7431 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7432 MAX_PID_T_STRLEN.
7433 (command_from_pid): Add comment. Change to use PID_T.
7434 (commandline_from_pid): Change to use PID_T.
7435 (user_from_pid): Add comment.
7436 (get_process_owner): Add comment. Change to use PID_T and
7437 MAX_PID_T_STRLEN.
7438 (get_number_of_cpu_cores): Add comment.
7439 (get_cores_used_by_process): Add comment. Change to use PID_T and
7440 MAX_PID_T_STRLEN.
7441 (linux_xfer_osdata_processes): Change to use PID_T and
7442 MAX_PID_T_STRLEN.
7443 (compare_processes): New function.
7444 (linux_xfer_osdata_processgroups): New function.
7445 (linux_xfer_osdata_threads): Change to use PID_T.
7446 (linux_xfer_osdata_fds): New function.
7447 (format_socket_state, print_sockets): New functions.
7448 (union socket_addr): New union.
7449 (linux_xfer_osdata_isockets): New function.
7450 (time_from_time_t, group_from_gid): New functions.
7451 (linux_xfer_osdata_shm): New function.
7452 (linux_xfer_osdata_sem): New function.
7453 (linux_xfer_osdata_msg): New function.
7454 (linux_xfer_osdata_modules): New function.
7455 (osdata_table): Add new entries.
7456 * common/buffer.c (buffer_xml_printf): Add support for long and
7457 long long format specifiers.
7458
7459 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7460
7461 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7462 (tdesc_x32_avx_linux): Likewise.
7463
7464 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 Implement multi-component --with-auto-load-dir.
7467 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7468 entries.
7469 (--with-auto-load-safe-path): Update the default value description.
7470 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7471 New.
7472 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7473 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7474 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7475 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7476 "set auto-load scripts-directory".
7477 * config.in: Regenerate.
7478 * configure: Regenerate.
7479 * configure.ac (--with-auto-load-dir): New configure option.
7480 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7481
7482 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7483
7484 Provide $ddir substitution for --with-auto-load-safe-path.
7485 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7486 entries.
7487 * auto-load.c: Include observer.h.
7488 (auto_load_safe_path_vec_update): Call substitute_path_component for
7489 each component. New variable ddir_subst.
7490 (auto_load_gdb_datadir_changed): New function.
7491 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7492 AUTO_LOAD_SAFE_PATH. New comment.
7493 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7494 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7495 * config.in: Regenerate.
7496 * configure: Regenerate.
7497 * configure.ac (--auto-load-safe-path): Rename
7498 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7499 GDB_DATADIR/auto-load.
7500 * defs.h (substitute_path_component): New declaration.
7501 * top.c: Include observer.h.
7502 (set_gdb_datadir): New function.
7503 (init_main): Install it for "set data-directory".
7504 * utils.c (substitute_path_component): New function.
7505
7506 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7507
7508 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7509 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7510 DEBUG_FILE_DIRECTORY. Handle multiple components of
7511 DEBUG_FILE_DIRECTORY.
7512
7513 2012-05-10 Tom Tromey <tromey@redhat.com>
7514
7515 * dwarf2read.c (recursively_write_psymbols): New function.
7516 (write_psymtabs_to_index): Use it.
7517
7518 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7519 field.
7520 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7521 (load_partial_comp_unit): Update.
7522 (queue_comp_unit): Add argument 'pretend_language'.
7523 (process_queue): Update.
7524 (psymtab_to_symtab_1): Skip dependencies that have a user.
7525 (load_partial_comp_unit_reader): Give meaning to the 'data'
7526 argument.
7527 (load_full_comp_unit): Add 'pretend_language' argument.
7528 (process_full_comp_unit): Add 'pretend_language' argument. Set
7529 language on CU.
7530 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7531 Update.
7532 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7533 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7534 Update.
7535 (prepare_one_comp_unit): Add 'pretend_language' argument.
7536
7537 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7538 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7539 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7540 (dw2_do_instantiate_symtab): Check whether symtab was read in
7541 before queueing.
7542 (dw2_instantiate_symtab): Add assertion. Call
7543 process_cu_includes.
7544 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7545 (partial_symtab_p): New typedef.
7546 (set_partial_user): New function.
7547 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7548 (scan_partial_symbols): Add imported CU to imported_symtabs.
7549 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7550 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7551 (get_symtab, recursively_compute_inclusions)
7552 (compute_symtab_includes, process_cu_includes)
7553 (process_imported_unit_die): New functions.
7554 (process_die) <DW_TAG_imported_unit>: New case.
7555 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7556
7557 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7558 comment.
7559 (struct partial_die_info) <locdesc>: Remove.
7560 <d>: New field.
7561 (process_psymtab_comp_unit): Add 'read_partial' argument.
7562 Update.
7563 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7564 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7565 (add_partial_symbol): Update.
7566 (process_die): Handle DW_TAG_partial_unit.
7567 (read_file_scope): Update comment.
7568 (load_partial_dies): Handle DW_TAG_imported_unit.
7569 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7570 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7571
7572 2012-05-10 Tom Tromey <tromey@redhat.com>
7573
7574 * cc-with-dwz.sh: New file.
7575
7576 2012-05-10 Tom Tromey <tromey@redhat.com>
7577
7578 * symtab.h (struct symtab) <includes, user>: New fields.
7579 * block.h (struct block_iterator) <d, idx, which>: New fields.
7580 * block.c (initialize_block_iterator, find_iterator_symtab)
7581 (block_iterator_step, block_iter_name_step)
7582 (block_iter_match_step): New functions.
7583 (block_iterator_first, block_iterator_next)
7584 (block_iter_name_first, block_iter_name_next)
7585 (block_iter_match_first, block_iter_match_next): Rewrite.
7586 (get_block_symtab): New function.
7587
7588 2012-05-10 Tom Tromey <tromey@redhat.com>
7589
7590 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7591 set_block_symtab.
7592 * jit.c (finalize_symtab): Use allocate_global_block,
7593 set_block_symtab.
7594 * buildsym.c (finish_block_internal): New function, from old
7595 finish_block.
7596 (finish_block): Rewrite.
7597 (end_symtab): Use finish_block_internal, set_block_symtab.
7598 * block.h (struct global_block): New.
7599 (allocate_global_block, set_block_symtab): Declare.
7600 * block.c (allocate_global_block, set_block_symtab): New
7601 functions.
7602
7603 2012-05-10 Tom Tromey <tromey@redhat.com>
7604
7605 * psymtab.c (partial_map_expand_apply): Add assertion.
7606 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7607 (psymtab_to_symtab): Find unshared psymtab.
7608 (dump_psymtab): Print including psymtabs.
7609 (recursively_search_psymtabs): New function.
7610 (expand_symtabs_matching_via_partial): Use it.
7611 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7612 fields.
7613 (enum psymtab_search_status): New.
7614
7615 2012-05-10 Tom Tromey <tromey@redhat.com>
7616
7617 * tracepoint.c (scope_info): Update.
7618 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7619 (find_pc_sect_symtab, search_symbols)
7620 (default_make_symbol_completion_list_break_on)
7621 (make_file_symbol_completion_list): Update.
7622 * symmisc.c (dump_symtab_1): Update.
7623 * stack.c (print_frame_args, iterate_over_block_locals)
7624 (print_frame_labels, iterate_over_block_arg_vars): Update.
7625 * python/py-block.c (block_object) <dict>: Remove.
7626 <block>: New field.
7627 <iter>: Change type.
7628 (blpy_iter): Update.
7629 (blpy_block_syms_iternext): Update.
7630 * psymtab.c (map_block): Use block iterators.
7631 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7632 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7633 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7634 * infrun.c (check_exception_resume): Update.
7635 * cp-support.c (make_symbol_overload_list_block): Update.
7636 * coffread.c (patch_opaque_types): Update.
7637 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7638 * block.h (struct block_iterator): New.
7639 (block_iterator_first, block_iterator_next, block_iter_name_first)
7640 (block_iter_name_next, block_iter_match_first)
7641 (block_iter_match_next): Declare.
7642 (ALL_BLOCK_SYMBOLS): Redefine.
7643 * block.c (block_iterator_first, block_iterator_next)
7644 (block_iter_name_first, block_iter_name_next)
7645 (block_iter_match_first, block_iter_match_next): New functions.
7646 * ada-lang.c (ada_add_block_symbols)
7647 (ada_make_symbol_completion_list): Use block iterator.
7648
7649 2012-05-10 Tom Tromey <tromey@redhat.com>
7650
7651 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7652 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7653 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7654 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7655 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7656 Update.
7657
7658 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7659
7660 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7661 print-file-var-lib2.c, print-file-var-main.c and
7662 print-file-var.exp (located in gdb/testsuite/gdb.base).
7663
7664 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7665
7666 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7667 try locating the symbol in the symbol's own objfile first, before
7668 extending the search to all objfiles.
7669 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7670 out of lookup_symbol_aux_symtabs.
7671 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7672 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7673 Do not search EXCLUDE_OBJFILE.
7674 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7675 (lookup_symbol_global): Search for matches in the block's objfile
7676 first, before searching all other objfiles.
7677
7678 2012-05-10 Tristan Gingold <gingold@adacore.com>
7679
7680 * printcmd.c (set_command): Add pre/post inc/dec.
7681
7682 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7683
7684 * gdb.1: Document -ex option.
7685
7686 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7687
7688 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7689 * inferior.h (AT_SYMBOL): Delete.
7690
7691 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7692
7693 * mips-tdep.c (mips_push_dummy_code): New function.
7694 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7695 ON_STACK and install mips_push_dummy_code as our gdbarch
7696 push_dummy_code routine.
7697
7698 2012-05-09 Pedro Alves <palves@redhat.com>
7699
7700 * target.c (set_maintenance_target_async_permitted): Rename to ...
7701 (set_target_async_command): ... this.
7702 (show_maintenance_target_async_permitted): Rename to ...
7703 (show_target_async_command): ... this.
7704 (initialize_targets): Adjust.
7705
7706 2012-05-08 Doug Evans <dje@google.com>
7707
7708 * go-exp.y (classify_name): Add missing assignment of fields of
7709 yylval.ssym.
7710
7711 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7712
7713 Display the ">" prompt in interactive mode while reading canned
7714 commands, even when the current interpreter is MI.
7715
7716 * interps.c (interp_set_temp): New function.
7717
7718 * interps.h (interp_set_temp): Add prototype.
7719
7720 * cli/cli-script.c (restore_interp): New cleanup function.
7721 (read_command_lines): Temporarily override the current interpreter
7722 with CLI and arrange for restoring the original one.
7723
7724 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7725
7726 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7727
7728 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7729
7730 * probe.c (parse_probes): Move conditional to check for
7731 debuginfo files from here...
7732 * stap-probe.c (stap_get_probes): ... to here.
7733
7734 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7735 H.J. Lu <hongjiu.lu@intel.com>
7736
7737 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7738 `movl %esp, %ebp' for the X32 ABI.
7739
7740 2012-05-07 Tom Tromey <tromey@redhat.com>
7741
7742 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7743 get_DW_TAG_name.
7744 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7745 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7746 (dwarf_stack_op_name): Remove.
7747 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7748 (decode_locdesc): Use get_DW_OP_name.
7749 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7750 (dwarf2_compile_expr_to_ax): Likewise.
7751 (disassemble_dwarf_expression): Likewise.
7752 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7753
7754 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7755
7756 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7757 (sh_linux_sigtramp_cache): New function.
7758 (sh_linux_sigreturn_init): New function.
7759 (sh_linux_rt_sigreturn_init): New function.
7760 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7761 patterns.
7762 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7763 syscall codes.
7764 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7765 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7766 (sh_linux_init_abi): Add init calls to register new tramp_frame
7767 definitions under 32-bit SH, update comments.
7768
7769 2012-05-07 Pedro Alves <palves@redhat.com>
7770
7771 PR gdb/10952
7772
7773 * amd64-linux-tdep.c: Include glibc-tdep.h.
7774 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7775 gdbarch_skip_solib_resolver callback.
7776
7777 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7778
7779 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7780 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7781 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7782 (add_auto_load_safe_path): Change the error message.
7783 (_initialize_auto_load): Change the "safe-path" help text.
7784 * configure: Regenerate
7785 * configure.ac (--without-auto-load-safe-path): Set
7786 WITH_AUTO_LOAD_SAFE_PATH to /.
7787
7788 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7789
7790 * stap-probe.h: Do not include unecessary `probe.h'.
7791
7792 2012-05-05 Alan Modra <amodra@gmail.com>
7793
7794 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7795 bfd_und_section_ptr.
7796 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7797 and bfd_com_section_ptr.
7798
7799 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7800
7801 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7802
7803 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7804
7805 * windows-nat.h (segment_register_p_ftype): New typedef.
7806 (windows_set_segment_register_p): Add declaration.
7807 * windows-nat.c (segment_register_p): New static global.
7808 (windows_set_segment_register_p): New function.
7809 (do_windows_fetch_inferior_registers): Add special handling
7810 for segment registers.
7811 * amd64-windows-nat.c: #include "amd64-tdep.h".
7812 (amd64_windows_segment_register_p): New function.
7813 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7814 * i386-windows-nat.c: #include "i386-tdep.h".
7815 (i386_windows_segment_register_p): New function.
7816 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7817
7818 2012-05-04 Tristan Gingold <gingold@adacore.com>
7819
7820 * printcmd.c (set_command): Emit a warning if the expression is not
7821 an assignment.
7822
7823 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7824
7825 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7826 Make static.
7827
7828 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7829
7830 * stap-probe.c (stap_is_operator): Change declaration.
7831 (stap_get_opcode): Change return value.
7832 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7833 `stap_parse_argument_1'.
7834
7835 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7836
7837 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7838 debug log.
7839
7840 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7841
7842 Add two new methods global_block and static_block to gdb.Symtab
7843 objects.
7844 * NEWS (Python scripting): Add entry about the new methods.
7845 * python/py-symtab.c (stpy_global_block): New function which
7846 implements the gdb.Symtab.global_block() method.
7847 (stpy_static_block): New function which implements the
7848 gdb.Symtab.static_block() method.
7849 (symtab_object_methods): Add entries for the two new methods.
7850
7851 2012-05-03 Doug Evans <dje@google.com>
7852
7853 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7854 files.
7855
7856 2012-05-03 Yao Qi <yao@codesourcery.com>
7857
7858 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7859 space.
7860 (i386_process_record): Ditto.
7861
7862 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7863
7864 * infcall.c (unwind_on_signal_p): Make static.
7865
7866 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7867
7868 * sol-thread.c (solaris_pid_to_str): Make static.
7869 (_initialize_sol_thread): Add prototype.
7870
7871 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7872
7873 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7874
7875 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7876
7877 * MAINTAINERS: Remove myself.
7878
7879 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 Fix --without-auto-load-safe-path for MS-Windows host platform.
7882 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7883
7884 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7885
7886 * gdb_curses.h: Undefine KEY_EVENT before including curses
7887 headers. Move "#undef MOUSE_MOVED" before any curses header
7888 inclusion.
7889
7890 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7891
7892 * features/i386/i386-mmx-linux.c: Regenerate.
7893 * features/rs6000/powerpc-32.c: Likewise.
7894 * features/rs6000/powerpc-32l.c: Likewise.
7895 * features/rs6000/powerpc-403.c: Likewise.
7896 * features/rs6000/powerpc-403gc.c: Likewise.
7897 * features/rs6000/powerpc-405.c: Likewise.
7898 * features/rs6000/powerpc-505.c: Likewise.
7899 * features/rs6000/powerpc-601.c: Likewise.
7900 * features/rs6000/powerpc-602.c: Likewise.
7901 * features/rs6000/powerpc-603.c: Likewise.
7902 * features/rs6000/powerpc-604.c: Likewise.
7903 * features/rs6000/powerpc-64.c: Likewise.
7904 * features/rs6000/powerpc-64l.c: Likewise.
7905 * features/rs6000/powerpc-750.c: Likewise.
7906 * features/rs6000/powerpc-860.c: Likewise.
7907 * features/rs6000/powerpc-e500.c: Likewise.
7908 * features/rs6000/powerpc-e500l.c: Likewise.
7909 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7910 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7911 * features/rs6000/rs6000.c: Likewise.
7912
7913 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7914
7915 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7916 variable.
7917 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7918 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7919 (stap_parse_argument) <e>: Likewise.
7920 (handle_stap_probe) <byte_order>: Likewise.
7921
7922 2012-04-30 Doug Evans <dje@google.com>
7923
7924 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7925 init_and_read_dies_worker. All callers updated.
7926 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7927 replaced with init_cutu_and_read_dies.
7928 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7929 (find_partial_die): Remove FIXME. Don't free current CU.
7930
7931 2012-04-30 Sterling Augustine <saugustine@google.com>
7932
7933 * contrib: New directory.
7934 * contrib/test_pubnames_and_indexes.py: New file.
7935
7936 2012-04-30 Doug Evans <dje@google.com>
7937
7938 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7939 All callers updated.
7940 (init_cu_die_reader): Verify the section is non-empty.
7941 (dwarf_decode_line_header): Don't dereference section->asection
7942 until we know the section is present.
7943
7944 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7945
7946 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7947 probes.
7948
7949 2012-04-29 Yao Qi <yao@codesourcery.com>
7950
7951 * gdb-code-style.el: New hook gdb-markup-hook
7952 and gdb-comment-hook.
7953
7954 2012-04-28 Doug Evans <dje@google.com>
7955
7956 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7957 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7958 objfile->obfd.
7959 * symfile.h (dwarf2_debug_sections): New member addr.
7960 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7961 (ctx_no_get_addr_index): New function.
7962 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7963 (ctx_no_get_addr_index): Declare.
7964 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7965 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7966 (dwarf_expr_ctx_funcs): Update.
7967 (needs_get_addr_index): New function.
7968 (needs_frame_ctx_funcs): Update.
7969 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7970 * dwarf2read.c: #include "gdbcore.h".
7971 (dwarf2_per_objfile): New members addr, dwo_files.
7972 (dwarf2_elf_names): Add entry for addr.
7973 (struct dwo_section_names): New type.
7974 (dwo_section_names): New static global.
7975 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7976 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7977 old debug_types_section member updated to use this.
7978 Rename member debug_types_section to info_or_types_section,
7979 all uses updated.
7980 (signatured_type): Rename member type_offset to type_offset_in_tu,
7981 all uses updated. New member type_offset_in_section.
7982 (struct dwo_sections): New type.
7983 (struct dwo_unit): New type.
7984 (struct dwo_file): New type.
7985 (die_reader_specs): New member dwo_file.
7986 (dwarf2_locate_sections): Watch for .debug_addr.
7987 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7988 (dwarf2_read_section): Get bfd of section from bfd's asection,
7989 instead of objfile.
7990 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7991 (create_signatured_type_table_from_index): Initialize
7992 sig_type->info_or_types_section.
7993 (dw2_get_file_names): Statement lists for type units with DWO files
7994 live in the DWO file.
7995 (create_debug_types_hash_table): New function.
7996 (create_all_type_units): Rewrite.
7997 (init_cu_die_reader): New arg dwo_file, all callers updated.
7998 (init_and_read_dies_worker): Get section from
7999 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
8000 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
8001 continue reading the CU/TU from there.
8002 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
8003 updated. Get section from this_cu->info_or_types_section.
8004 (create_all_comp_units): Initialize this_cu->info_or_types_section.
8005 (skip_one_die): New cases DW_FORM_GNU_addr_index,
8006 DW_FORM_GNU_str_index.
8007 (hash_dwo_file, eq_dwo_file): New functions.
8008 (allocate_dwo_file_hash_table): New function.
8009 (hash_dwo_unit, eq_dwo_unit): New functions.
8010 (allocate_dwo_unit_table): New function.
8011 (dwarf2_locate_dwo_sections): New function.
8012 (struct create_dwo_info_table_data): New type.
8013 (create_debug_info_hash_table_reader): New function.
8014 (create_debug_info_hash_table): New function.
8015 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
8016 (lookup_dwo_file): New function.
8017 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
8018 (free_dwo_file, free_dwo_file_cleanup): New functions.
8019 (free_dwo_file_from_slot, free_dwo_files): New functions.
8020 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
8021 (dwarf2_record_block_ranges): Ditto.
8022 (read_partial_die): Ditto.
8023 (process_enumeration_scope): Update to use type_offset_in_section.
8024 (read_full_die_1): New function.
8025 (read_full_die): Rewrite.
8026 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
8027 DW_FORM_GNU_str_index.
8028 (read_addr_index_1, read_addr_index): New functions.
8029 (read_addr_index_from_leb128): New function.
8030 (struct dwarf2_read_addr_index_data): New type.
8031 (dwarf2_read_addr_index_reader): New function.
8032 (dwarf2_read_addr_index): New function.
8033 (read_str_index): New function.
8034 (leb128_size): New function.
8035 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
8036 If processing a type unit from a DWO file, get the line section
8037 from the DWO file.
8038 (var_decode_location): Watch for DW_OP_GNU_addr_index.
8039 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
8040 DW_FORM_GNU_str_index.
8041 (lookup_die_type): Check whether section offset of type's die is
8042 known before looking it up. Remove assert. Condition can
8043 legimately happen for inter-cu type references.
8044 (dwarf_attr_name): Handle Fission attributes.
8045 (dwarf_form_name): Handle Fission forms.
8046 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
8047 DW_FORM_GNU_str_index.
8048 (follow_die_sig): Update to use type_offset_in_section.
8049 (decode_locdesc): New case DW_OP_GNU_addr_index.
8050 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
8051 DW_FORM_GNU_str_index.
8052 (cu_debug_loc_section): New function.
8053 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
8054 (dwarf2_per_objfile_free): Unmap .debug_addr section.
8055 Free DWO files if present.
8056 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
8057
8058 Refactor DIE reading.
8059 * dwarf2read.c (dwarf2_per_objfile): Replace members
8060 debug_info_type_hash and debug_types_type_hash with die_type_hash.
8061 (die_reader_specs): New member "die_section". Temporarily make
8062 member "buffer" non-const, pending constifying all info_ptr uses.
8063 (die_reader_func_ftype): New typedef.
8064 (dw2_get_file_names_reader): New function.
8065 (dw2_get_file_names): Rewrite.
8066 (read_and_check_type_unit_head): Rename arg type_offset to
8067 type_offset_in_tu.
8068 (create_all_type_units): Improve debugging message.
8069 Improve dummy type unit check.
8070 (init_cu_die_reader): New arg "section". All callers updated.
8071 (init_and_read_dies_worker): New function.
8072 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8073 (init_cutu_and_read_dies_no_follow): New function.
8074 (init_cutu_and_read_dies_simple): New function.
8075 (process_psymtab_comp_unit_reader): New function.
8076 (process_psymtab_comp_unit): Delete args section,
8077 is_debug_types_section. Rewrite. All callers updated.
8078 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8079 All callers updated. Rewrite.
8080 (load_partial_comp_unit_reader): New function.
8081 (load_partial_comp_unit): Rewrite.
8082 (skip_children): New arg reader. Delete args buffer, cu.
8083 All callers updated.
8084 (skip_one_die): New arg reader. Delete args buffer, cu.
8085 All callers updated.
8086 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8087 All callers updated.
8088 (load_full_comp_unit_reader): New function.
8089 (load_full_comp_unit): Rewrite.
8090 (read_comp_unit): Delete.
8091 (read_die_and_children_1): Delete, contents moved ...
8092 (read_die_and_children): ... here.
8093 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8094 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8095 All callers updated.
8096 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8097 All callers updated.
8098 (find_partial_die): Rewrite load_all_dies support.
8099 (read_attribute_value): New arg reader. Delete args abfd, cu.
8100 All callers updated.
8101 (read_attribute): New arg reader. Delete args abfd, cu.
8102 All callers updated.
8103 (load_full_type_unit): Add assert.
8104 (read_signatured_type_reader): New function.
8105 (read_signatured_type): Rewrite.
8106 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8107 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8108 All callers updated. Set per_cu->cu = NULL after freeing it.
8109 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8110 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8111 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8112 (set_die_type): Update.
8113 (get_die_type_at_offset): Update.
8114 (read_file_scope): Call prepare_one_comp_unit.
8115 (read_type_unit_scope): Ditto.
8116 (prepare_one_comp_unit): Set producer if present.
8117
8118 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8119
8120 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8121 gettext function on `error'.
8122
8123 2012-04-27 Doug Evans <dje@google.com>
8124
8125 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8126 is empty.
8127
8128 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8129 Tom Tromey <tromey@redhat.com>
8130
8131 * breakpoint.c (struct breakpoint_objfile_data)
8132 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8133 <exception_probes>: New fields.
8134 (free_breakpoint_probes): New function.
8135 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8136 `_Unwind_DebugHook'.
8137 (create_exception_master_breakpoint): Likewise.
8138 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8139 * infrun.c: Including necessary header files for handling SystemTap
8140 probes.
8141 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8142 via SystemTap probes.
8143 (check_exception_resume): Remove `func' argument. Handle exception
8144 unwinding breakpoint set via a SystemTap probe.
8145 (insert_exception_resume_from_probe): New function.
8146
8147 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8148 Tom Tromey <tromey@redhat.com>
8149 Jan Kratochvil <jan.kratochvil@redhat.com>
8150
8151 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8152 (COMMON_OBS): Likewise.
8153 (HFILES_NO_SRCDIR): Add `probe'.
8154 * NEWS: Mention support for static and SystemTap probes.
8155 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8156 SystemTap probes' arguments parser.
8157 * arm-linux-tdep.c: Including headers needed to perform the parsing
8158 of SystemTap probes' arguments.
8159 (arm_stap_is_single_operand): New function.
8160 (arm_stap_parse_special_token): Likewise.
8161 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8162 probes' arguments parser.
8163 * ax-gdb.c (require_rvalue): Removing static declaration.
8164 (gen_expr): Likewise.
8165 * ax-gdb.h (gen_expr): Declaring function.
8166 (require_rvalue): Likewise.
8167 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8168 (bkpt_probe_breakpoint_ops): New variable.
8169 (momentary_breakpoint_from_master): Set the `probe' value.
8170 (add_location_to_breakpoint): Likewise.
8171 (break_command_1): Using proper breakpoint_ops according to the
8172 argument passed by the user in the command line.
8173 (bkpt_probe_insert_location): New function.
8174 (bkpt_probe_remove_location): Likewise.
8175 (bkpt_probe_create_sals_from_address): Likewise.
8176 (bkpt_probe_decode_linespec): Likewise.
8177 (tracepoint_probe_create_sals_from_address): Likewise.
8178 (tracepoint_probe_decode_linespec): Likewise.
8179 (tracepoint_probe_breakpoint_ops): New variable.
8180 (trace_command): Using proper breakpoint_ops according to the
8181 argument passed by the user in the command line.
8182 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8183 static probes on breakpoints and tracepoints.
8184 * breakpoint.h (struct bp_location) <probe>: New field.
8185 * cli-utils.c (skip_spaces_const): New function.
8186 (extract_arg): Likewise.
8187 * cli-utils.h (skip_spaces_const): Likewise.
8188 (extract_arg): Likewise.
8189 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8190 * configure.ac: Append `stap-probe.o' to be generated when ELF
8191 support is present.
8192 * configure: Regenerate.
8193 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8194 * elfread.c: Include `probe.h' and `arch-utils.h'.
8195 (probe_key): New variable.
8196 (elf_get_probes): New function.
8197 (elf_get_probe_argument_count): Likewise.
8198 (elf_evaluate_probe_argument): Likewise.
8199 (elf_compile_to_ax): Likewise.
8200 (elf_symfile_relocate_probe): Likewise.
8201 (stap_probe_key_free): Likewise.
8202 (elf_probe_fns): New variable.
8203 (elf_sym_fns): Add `sym_probe_fns' value.
8204 (elf_sym_fns_lazy_psyms): Likewise.
8205 (elf_sym_fns_gdb_index): Likewise.
8206 (_initialize_elfread): Initialize objfile cache for static
8207 probes.
8208 * gdb_vecs.h (struct probe): New forward declaration.
8209 (probe_p): New VEC declaration.
8210 * gdbarch.c: Regenerate.
8211 * gdbarch.h: Regenerate.
8212 * gdbarch.sh (stap_integer_prefix): New variable.
8213 (stap_integer_suffix): Likewise.
8214 (stap_register_prefix): Likewise.
8215 (stap_register_suffix): Likewise.
8216 (stap_register_indirection_prefix): Likewise.
8217 (stap_register_indirection_suffix): Likewise.
8218 (stap_gdb_register_prefix): Likewise.
8219 (stap_gdb_register_suffix): Likewise.
8220 (stap_is_single_operand): New function.
8221 (stap_parse_special_token): Likewise.
8222 (struct stap_parse_info): Forward declaration.
8223 * i386-tdep.c: Including headers needed to perform the parsing
8224 of SystemTap probes' arguments.
8225 (i386_stap_is_single_operand): New function.
8226 (i386_stap_parse_special_token): Likewise.
8227 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8228 probes' arguments parser.
8229 * i386-tdep.h (i386_stap_is_single_operand): New function.
8230 (i386_stap_parse_special_token): Likewise.
8231 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8232 * mipsread.c (ecoff_sym_fns): Likewise.
8233 * objfiles.c (objfile_relocate1): Support relocation for static
8234 probes.
8235 * parse.c (prefixify_expression): Remove static declaration.
8236 (initialize_expout): Likewise.
8237 (reallocate_expout): Likewise.
8238 * parser-defs.h (initialize_expout): Declare function.
8239 (reallocate_expout): Likewise.
8240 (prefixify_expression): Likewise.
8241 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8242 of SystemTap probes' arguments.
8243 (ppc_stap_is_single_operand): New function.
8244 (ppc_stap_parse_special_token): Likewise.
8245 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8246 probes' arguments parser.
8247 * probe.c: New file, for generic statically defined probe support.
8248 * probe.h: Likewise.
8249 * s390-tdep.c: Including headers needed to perform the parsing of
8250 SystemTap probes' arguments.
8251 (s390_stap_is_single_operand): New function.
8252 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8253 probes' arguments parser.
8254 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8255 * stap-probe.c: New file, for SystemTap probe support.
8256 * stap-probe.h: Likewise.
8257 * symfile.h: Include `gdb_vecs.h'.
8258 (struct sym_probe_fns): New struct.
8259 (struct sym_fns) <sym_probe_fns>: New field.
8260 * symtab.c (init_sal): Initialize `probe' field.
8261 * symtab.h (struct probe): Forward declaration.
8262 (struct symtab_and_line) <probe>: New field.
8263 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8264 locations.
8265 (stop_tracing): Likewise.
8266 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8267
8268 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8269 Tom Tromey <tromey@redhat.com>
8270
8271 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8272 and to compile agent expressions.
8273 * infrun.c (siginfo_make_value): New argument `ignore'.
8274 (siginfo_funcs): New struct.
8275 (_initialize_infrun): New argument when calling
8276 `create_internalvar_type_lazy'.
8277 * thread.c (thread_id_make_value): New argument `ignore'.
8278 (thread_funcs): New struct.
8279 (_initialize_thread): New argument when calling
8280 `create_internalvar_type_lazy'.
8281 * tracepoint.c (sdata_make_value): New argument `ignore'.
8282 (sdata_funcs): New struct.
8283 (_initialize_tracepoint): New argument when calling
8284 `create_internalvar_type_lazy'.
8285 * value.c (make_value): New struct.
8286 (create_internalvar_type_lazy): New argument `data'.
8287 (compile_internalvar_to_ax): New function.
8288 (value_of_internalvar): Properly handling `make_value' case.
8289 (clear_internalvar): Likewise.
8290 (show_convenience): Adding `TRY_CATCH' block.
8291 * value.h (internalvar_make_value): Delete, replace by...
8292 (struct internalvar_funcs): ... this.
8293 (create_internalvar_type_lazy) <fun>: Delete argument.
8294 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8295 (compile_internalvar_to_ax): New function.
8296 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8297 (tlb_funcs): New struct.
8298 (_initialize_windows_tdep): New argument when calling
8299 `create_internalvar_type_lazy'.
8300
8301 2012-04-27 Mark Wielaard <mjw@redhat.com>
8302
8303 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8304 see whether it is an address or a constant offset from DW_AT_low_pc.
8305 (dwarf2_record_block_ranges): Likewise.
8306 (read_partial_die): Likewise.
8307
8308 2012-04-26 Mark Wielaard <mjw@redhat.com>
8309
8310 * MAINTAINERS (Write After Approval): Add myself to the list.
8311
8312 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8313
8314 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8315 (proc_prettyprint_signal): Likewise.
8316 (proc_prettyprint_faultset): Likewise.
8317 (proc_prettyprint_fault): Likewise.
8318 (proc_prettyprint_actionset): Likewise.
8319 (proc_prettyprint_flags): Move to new proc-flags.c section.
8320 (proc_prettyfprint_flags): New prototype.
8321 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8322 (proc_syscall, proc_cursig): Likewise.
8323 (proc_set_kill_on_last_close): Likewise.
8324 (proc_unset_kill_on_last_close): Likewise.
8325 (proc_set_watchpoint): Make static.
8326 (proc_delete_dead_threads): Likewise.
8327 (procfs_set_watchpoint): Likewise.
8328 (_initialize_procfs): Add prototype.
8329 * proc-events.c: Include proc-utils.h.
8330 (init_syscall_table): Make static.
8331 * proc-api.c (_initialize_proc_api): Add prototype.
8332 * proc-flags.c: Include proc-utils.h.
8333
8334 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8335
8336 * configure.ac: Add AC_ARG_PROGRAM.
8337 * configure: Regenerate.
8338
8339 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8340
8341 Fix DW_AT_lower_bound defaults for DWARF-4+.
8342 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8343 high. New variable low_default_is_valid. Implement DWARF-4+
8344 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8345 no default by the DWARF standard.
8346
8347 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8348 Maciej W. Rozycki <macro@codesourcery.com>
8349
8350 * infrun.c (handle_inferior_event): Move the check for return
8351 trampolines ahead of the check for function trampolines.
8352 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8353 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8354 (mips_str_mips16_ret_stub): Likewise.
8355 (mips_str_call_fp_stub): Likewise.
8356 (mips_str_call_stub): Likewise.
8357 (mips_str_fn_stub): Likewise.
8358 (mips_str_pic): Likewise.
8359 (mips_in_frame_stub): New function.
8360 (mips_unwind_pc): Return the return address rather than the PC
8361 if the PC of an intermediate frame is inside a call thunk.
8362 (mips_is_stub_suffix): New function.
8363 (mips_is_stub_mode): Likewise.
8364 (mips_get_mips16_fn_stub_pc): Likewise.
8365 (mips_skip_mips16_trampoline_code): Update to handle all the
8366 currently generated stub types. Don't recurse into __fn_stub
8367 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8368 Use cooked register accesses.
8369 (mips_in_return_stub): Reintroduce function.
8370 (mips_skip_trampoline_code): Traverse trampolines recursively.
8371 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8372
8373 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8374
8375 GDB 7.4.1 released.
8376
8377 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8378
8379 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8380 * features/arm-with-m-vfp-d16.xml: New file. Describes
8381 Cortex-M with VFPv4-sp-d16 FPU register layout.
8382 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8383 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8384 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8385 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8386 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8387
8388 2012-04-25 Doug Evans <dje@google.com>
8389
8390 * cli/cli-decode.c (print_doc_line): Use stream instead of
8391 current_uiout.
8392
8393 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8394
8395 * features/arm-with-iwmmxt.c: Regenerate.
8396 * features/arm-with-m-fpa-layout.c: Likewise.
8397 * features/arm-with-m.c: Likewise.
8398 * features/arm-with-neon.c: Likewise.
8399 * features/arm-with-vfpv2.c: Likewise.
8400 * features/arm-with-vfpv3.c: Likewise.
8401 * features/mips-dsp-linux.c: Likewise.
8402 * features/mips-linux.c: Likewise.
8403 * features/mips64-dsp-linux.c: Likewise.
8404 * features/mips64-linux.c: Likewise.
8405 * features/s390-linux32.c: Likewise.
8406 * features/s390-linux32v1.c: Likewise.
8407 * features/s390-linux32v2.c: Likewise.
8408 * features/s390-linux64.c: Likewise.
8409 * features/s390-linux64v1.c: Likewise.
8410 * features/s390-linux64v2.c: Likewise.
8411 * features/s390x-linux64.c: Likewise.
8412 * features/s390x-linux64v1.c: Likewise.
8413 * features/s390x-linux64v2.c: Likewise.
8414 * features/tic6x-c62x-linux.c: Likewise.
8415 * features/tic6x-c62x.c: Likewise.
8416 * features/tic6x-c64x-linux.c: Likewise.
8417 * features/tic6x-c64x.c: Likewise.
8418 * features/tic6x-c64xp-linux.c: Likewise.
8419 * features/tic6x-c64xp.c: Likewise.
8420 * target-descriptions.c: Only generate `field_type' and `type'
8421 variables when needed.
8422
8423 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8424
8425 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8426
8427 2012-04-25 Doug Evans <dje@google.com>
8428
8429 Initial pass at Go language support.
8430 * NEWS: Mention Go.
8431 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8432 go-valprint.c.
8433 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8434 (YYFILES): Add go-exp.c.
8435 (YYOBJ): Add go-exp.o.
8436 (local-maintainer-clean): Delete go-exp.c.
8437 * defs.h (enum language): Add language_go.
8438 * dwarf2read.c: #include "go-lang.h".
8439 (fixup_go_packaging): New function.
8440 (process_full_comp_unit): Call it when processing Go CUs.
8441 (dwarf2_physname): Add Go support.
8442 (read_file_scope): Handle missing language spec for GNU Go.
8443 (set_cu_language): Handle DW_LANG_Go.
8444 * go-exp.y: New file.
8445 * go-lang.h: New file.
8446 * go-lang.c: New file.
8447 * go-typeprint.c: New file.
8448 * go-valprint.c: New file.
8449 * symtab.c: #include "go-lang.h".
8450 (symbol_set_language): Handle language_go.
8451 (symbol_find_demangled_name, symbol_set_names): Ditto.
8452 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8453
8454 2012-04-24 Jim Meyering <meyering@redhat.com>
8455
8456 avoid a few strncpy-induced buffer overruns
8457 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8458 fname and psargs before trying to concatenate.
8459 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8460 "name" before applying strchr.
8461
8462 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8463
8464 * CONTRIBUTE: Use unified diff instead of context diff when
8465 generating patches.
8466
8467 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8468
8469 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8470 code. Handle JR.HB correctly.
8471
8472 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8473
8474 * mips-tdep.c
8475 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8476 with the other MIPS16 helpers.
8477
8478 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8479
8480 * observer.sh: Conditionally declare `args', thus cleaning up
8481 unused instances of this variable.
8482
8483 2012-04-24 Yao Qi <yao@codesourcery.com>
8484
8485 Revert this patch to allow breakpoint always-inserted
8486 in record target.
8487 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8488 * breakpoint.c: Include record.h.
8489 (breakpoints_always_inserted_mode): Return false when the record
8490 target is in use.
8491
8492 * breakpoint.c (iterate_over_bp_locations): New.
8493 * breakpoint.h: Declare.
8494 New typedef walk_bp_location_callback.
8495 * record.c (record_open): Call record_init_record_breakpoints.
8496 (record_sync_record_breakpoints): New.
8497 (record_init_record_breakpoints): New.
8498 * NEWS: Mention supporting breakpoint always-inserted mode in
8499 record target.
8500
8501 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8502
8503 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8504 any thread.
8505
8506 2012-04-24 Yao Qi <yao@codesourcery.com>
8507
8508 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8509 (is_catchpoint): ... it.
8510 (print_one_breakpoint_location): Caller update.
8511 * breakpoint.h: Update declaration.
8512
8513 2012-04-23 David S. Miller <davem@davemloft.net>
8514
8515 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8516
8517 2012-04-23 Tom Tromey <tromey@redhat.com>
8518
8519 * buildsym.c (add_free_pendings): Remove.
8520 * buildsym.h (add_free_pendings): Remove.
8521
8522 2012-04-23 Doug Evans <dje@google.com>
8523
8524 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8525 attr.u.unsnd instead of attr.u.addr.
8526 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8527 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8528 DW_FORM_ref_udata.
8529 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8530 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8531 DW_FORM_ref_udata.
8532 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8533
8534 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8535
8536 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8537 (mips_o32_return_value): Likewise.
8538 (mips_o64_return_value): Likewise.
8539
8540 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8541
8542 * ada-lang.c (ada_evaluate_subexp): Add cases for
8543 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8544 their treatment in eval.c.
8545
8546 2012-04-21 David S. Miller <davem@davemloft.net>
8547
8548 * sparc-tdep.c (X_DISP10): Define.
8549 (sparc_analyze_control_transfer): Handle compare-and-branch.
8550
8551 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8552
8553 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8554 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8555
8556 2012-04-20 Nigel Stephens <nigel@mips.com>
8557 Maciej W. Rozycki <macro@codesourcery.com>
8558
8559 * mips-tdep.c (mips_float_register_p): New function.
8560 (mips_convert_register_float_case_p): Use mips_float_register_p.
8561 (mips_register_type): Likewise.
8562 (mips_print_register): Likewise.
8563 (print_gp_register_row): Likewise.
8564 (mips_print_registers_info): Likewise.
8565
8566 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8567
8568 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8569 of mips16 symbols.
8570
8571 2012-04-20 Andrew Pinski <apinski@cavium.com>
8572
8573 * MAINTAINERS (Write After Approval): Add myself to the list.
8574
8575 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8576
8577 * MAINTAINERS: Update my e-mail address.
8578
8579 2012-04-20 Pedro Alves <palves@redhat.com>
8580
8581 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8582 $srcdir.
8583 * configure: Regenerate.
8584
8585 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8586
8587 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8588 declaration.
8589 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8590
8591 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8592
8593 Fix compilation compatibility with python-2.4
8594 * python/py-type.c (convert_field): Cast ADDRSTRING for
8595 PyObject_SetAttrString as non-const. New comment.
8596
8597 2012-04-19 Tom Tromey <tromey@redhat.com>
8598
8599 * top.c (quit_target): Use all_cleanups.
8600 * main.c (captured_command_loop): Use all_cleanups.
8601 * exceptions.c (throw_exception): Use all_cleanups.
8602
8603 2012-04-19 Pedro Alves <palves@redhat.com>
8604
8605 * Makefile.in (GNULIB_BUILDDIR): New.
8606 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8607 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8608 (CLEANDIRS). Remove gnulib/import.
8609 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8610 (all-lib): Ditto.
8611 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8612 (gnulib/import/Makefile): Replace gnulib/import with
8613 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8614 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8615 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8616 acx_configure_dir.m4.
8617 * acinclude.m4: Include acx_configure_dir.m4.
8618 * acx_configure_dir.m4: New file.
8619 * aclocal.m4: Regenerate.
8620 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8621 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8622 (GNULIB): New variable.
8623 (GNULIB_STDINT_H): Adjust.
8624 (AC_OUTPUT): Don't output gnulib/Makefile.
8625 * gdb/defs.h: Include build-gnulib/config.h.
8626 * aclocal.m4: Regenerate.
8627 * config.in: Regenerate.
8628 * configure: Regenerate.
8629
8630 * gnulib/Makefile.in: New file.
8631 * gnulib/configure.ac: New file.
8632 * gnulib/aclocal.m4: New file.
8633 * gnulib/config.in: New file.
8634 * gnulib/configure: New file.
8635 * gnulib/: Re-run gnulib-tool to adjust.
8636
8637 2012-04-19 Doug Evans <dje@google.com>
8638
8639 * cleanups.h (struct cleanup): Move to cleanups.c.
8640 (make_cleanup_dtor_ftype): New typedef.
8641 (make_cleanup_dtor): Use it.
8642 (ALL_CLEANUPS): Replace with ...
8643 (all_cleanups): ... this. Declare. All uses updated.
8644 * cleanups.c: #include "gdb_assert.h".
8645 (sentinel_cleanup): New static global.
8646 (SENTINEL_CLEANUP): Define.
8647 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8648 (make_my_cleanup2): Assert result is non-NULL.
8649 (all_cleanups): New function.
8650 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8651 of NULL.
8652
8653 2012-04-19 Pedro Alves <palves@redhat.com>
8654
8655 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8656 Adjust paths to gnulib imported files.
8657
8658 2012-04-19 Pedro Alves <palves@redhat.com>
8659
8660 * gnulib/: Move whole directory ...
8661 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8662 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8663 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8664 (aclocal_m4_deps): Adjust.
8665 * aclocal.m4: Regenerate.
8666 * configure: Regenerate.
8667 * configure.ac: Adjust AC_OUTPUT output.
8668
8669 2012-04-19 Yao Qi <yao@codesourcery.com>
8670
8671 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8672 (vec.o): New rule.
8673 * vec.c: Move it ...
8674 * common/vec.c: ... here.
8675 * vec.h: Move it ...
8676 * common/vec.h: ... here.
8677
8678 2012-04-19 Yao Qi <yao@codesourcery.com>
8679
8680 * gdb-code-style.el: New.
8681
8682 2012-04-18 Pedro Alves <palves@redhat.com>
8683
8684 Update gnulib from latest git.
8685 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8686
8687 * gnulib/Makefile.am: Update.
8688 * gnulib/dummy.c: Update.
8689 * gnulib/extra/arg-nonnull.h: Update.
8690 * gnulib/extra/c++defs.h: Update.
8691 * gnulib/extra/update-copyright: Update.
8692 * gnulib/extra/warn-on-use.h: Update.
8693 * gnulib/inttypes.in.h: Update.
8694 * gnulib/m4/00gnulib.m4: Update.
8695 * gnulib/m4/extensions.m4: Update.
8696 * gnulib/m4/gnulib-cache.m4: Update.
8697 * gnulib/m4/gnulib-common.m4: Update.
8698 * gnulib/m4/gnulib-comp.m4: Update.
8699 * gnulib/m4/gnulib-tool.m4: Update.
8700 * gnulib/m4/include_next.m4: Update.
8701 * gnulib/m4/inttypes-pri.m4: Update.
8702 * gnulib/m4/inttypes.m4: Update.
8703 * gnulib/m4/longlong.m4: Update.
8704 * gnulib/m4/memchr.m4: Update.
8705 * gnulib/m4/memmem.m4: Update.
8706 * gnulib/m4/mmap-anon.m4: Update.
8707 * gnulib/m4/multiarch.m4: Update.
8708 * gnulib/m4/onceonly.m4: Update.
8709 * gnulib/m4/stddef_h.m4: Update.
8710 * gnulib/m4/stdint.m4: Update.
8711 * gnulib/m4/string_h.m4: Update.
8712 * gnulib/m4/warn-on-use.m4: Update.
8713 * gnulib/m4/wchar_h.m4: Update.
8714 * gnulib/m4/wchar_t.m4: Update.
8715 * gnulib/m4/wint_t.m4: Update.
8716 * gnulib/memchr.c: Update.
8717 * gnulib/memmem.c: Update.
8718 * gnulib/stddef.in.h: Update.
8719 * gnulib/stdint.in.h: Update.
8720 * gnulib/str-two-way.h: Update.
8721 * gnulib/string.in.h: Update.
8722 * gnulib/wchar.in.h: Update.
8723
8724 * gnulib/extra/arg-nonnull.h: Delete.
8725 * gnulib/extra/c++defs.h: Delete.
8726 * gnulib/extra/warn-on-use.h: Delete.
8727 * gnulib/m4/wchar_h.m4: Delete.
8728 * gnulib/m4/wint_t.m4: Delete.
8729 * gnulib/wchar.in.h: Delete.
8730
8731 * gnulib/extra/snippets/arg-nonnull.h: New.
8732 * gnulib/extra/snippets/c++defs.h: New.
8733 * gnulib/extra/snippets/warn-on-use.h: New.
8734
8735 * aclocal.m4: Regenerate.
8736 * config.in: Regenerate.
8737 * configure: Regenerate.
8738 * gnulib/Makefile.in: Regenerate.
8739
8740 2012-04-18 Pedro Alves <palves@redhat.com>
8741
8742 Reimport the update-copyright module from gnulib
8743 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8744
8745 * configure: Regenerate.
8746 * gnulib/Makefile.am: Update.
8747 * gnulib/Makefile.in: Regenerate.
8748 * gnulib/extra/update-copyright: Update.
8749 * gnulib/m4/gnulib-cache.m4: Update.
8750 * gnulib/m4/gnulib-comp.m4: Update.
8751
8752 2012-04-18 Tristan Gingold <gingold@adacore.com>
8753
8754 * configure.ac (aix): Put -lpthread into libs.
8755 * configure: Regenerate.
8756
8757 2012-04-18 Tom Tromey <tromey@redhat.com>
8758
8759 * linespec.c (convert_linespec_to_sals): Don't use
8760 SYMBOL_OBJ_SECTION.
8761 (compare_msymbols): Arguments are minsym_and_objfile, not
8762 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8763
8764 2012-04-18 Pedro Alves <palves@redhat.com>
8765
8766 Revert gnulib/ part of:
8767 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8768 Copyright year update in most files (performed by copyright.sh).
8769
8770 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8771
8772 Fix 64-bit constants on 32-bit hosts.
8773 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8774 from unsigned long to ULONGEST.
8775 (read_signed_leb128): Change declaration return type from long to
8776 LONGEST.
8777 (dwarf2_const_value_attr): Change declaration parameter value from long
8778 to LONGEST.
8779 (dwarf2_compute_name): Change variable value from long to LONGEST.
8780 (read_unsigned_leb128): Change return type, variable result and some
8781 casts from unsigned long to ULONGEST.
8782 (read_signed_leb128): Change return type, variable result and some
8783 casts from long to LONGEST.
8784 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8785 value from long to LONGEST.
8786 (dwarf2_const_value): Change variable value from long to LONGEST.
8787 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8788 plongest and hex_string.
8789 * symtab.h (struct general_symbol_info): Change ivalue from long to
8790 LONGEST, remove the comment.
8791 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8792 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8793
8794 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8795
8796 PR symtab/7259:
8797 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8798 * ada-lang.c (ada_discrete_type_high_bound)
8799 (ada_discrete_type_low_bound): Fix function comment. Use
8800 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8801 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8802 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8803 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8804 Use TYPE_FIELD_ENUMVAL.
8805 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8806 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8807 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8808 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8809 TYPE_CODE_ENUM.
8810 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8811 * dwarf2read.c (process_enumeration_scope): Likewise.
8812 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8813 field.bitpos.
8814 (class StructMainTypePrettyPrinter): Support also
8815 FIELD_LOC_KIND_ENUMVAL.
8816 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8817 TYPE_CODE_ENUM.
8818 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8819 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8820 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8821 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8822 field enumval.
8823 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8824 accommodate enumval.
8825 (struct call_site): Adjust loc_kind to accommodate enumval.
8826 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8827 (TYPE_FIELD_ENUMVAL): New macros.
8828 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8829 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8830 TYPE_CODE_ENUM.
8831 * p-typeprint.c (pascal_type_print_base): Likewise.
8832 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8833 enumval.
8834 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8835 * python/py-type.c (convert_field): New variable addrstring. Use
8836 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8837 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8838 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8839 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8840 TYPE_CODE_ENUM.
8841 * valprint.c (generic_val_print): Likewise.
8842
8843 2012-04-17 Doug Evans <dje@google.com>
8844
8845 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8846
8847 * dwarf2read.c: Whitespace fixes.
8848 (lookup_signatured_type): Tweak comment.
8849 (get_die_type_at_offset): Fix comment.
8850
8851 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8852
8853 * xcoffread.c (xcoff_secnum_to_sections): New function.
8854 (secnum_to_section, secnum_to_bfd_section): Reimplement
8855 using xcoff_secnum_to_sections. Rename "secnum" parameter
8856 into "n_scnum".
8857 (RECORD_MINIMAL_SYMBOL): Delete.
8858 (record_minimal_symbol): New function.
8859 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8860 by call to record_minimal_symbol and set misc_func_recorded
8861 to 1. Set last_csect_sec to the XCOFF section index instead
8862 of GDB's section_offset index. Update calls to
8863 prim_record_minimal_symbol_and_info to pass the BFD section
8864 as well.
8865
8866 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8867
8868 * xcoffread.c (read_xcoff_symtab): Delete variables
8869 last_csect_val and last_csect_sec and associated code.
8870
8871 2012-04-17 Doug Evans <dje@google.com>
8872
8873 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8874 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8875 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8876 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8877
8878 * cleanups.h: New file.
8879 * cleanups.c: New file.
8880 * Makefile.in (SFILES): Add cleanups.c.
8881 (HFILES_NO_SRCDIR): Add cleanups.h.
8882 (COMMON_OBS): Add cleanups.o.
8883 * defs.h (struct cleanup): Moved to cleanups.h.
8884 (do_cleanups,do_final_cleanups): Ditto.
8885 (discard_cleanups,discard_final_cleanups): Ditto
8886 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8887 (save_cleanups,save_final_cleanups): Ditto.
8888 (restore_cleanups,restore_final_cleanups): Ditto.
8889 (null_cleanup): Ditto.
8890 (make_my_cleanup,make_my_cleanup2): Ditto.
8891 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8892 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8893 (do_cleanups,do_final_cleanups): Ditto.
8894 (discard_cleanups,discard_final_cleanups): Ditto
8895 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8896 (save_cleanups,save_final_cleanups): Ditto.
8897 (restore_cleanups,restore_final_cleanups): Ditto.
8898 (null_cleanup): Ditto.
8899 (make_my_cleanup,make_my_cleanup2): Ditto.
8900 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8901
8902 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8903 make_my_cleanup.
8904 (make_cleanup_dyn_string_delete): Ditto.
8905 (make_cleanup_ui_file_delete): Ditto.
8906 (make_cleanup_ui_out_redirect_pop): Ditto.
8907 (make_cleanup_free_section_addr_info): Ditto.
8908 (make_cleanup_restore_integer): Ditto.
8909 (make_cleanup_unpush_target): Ditto.
8910 (make_cleanup_value_free_to_mark): Ditto.
8911 (make_cleanup_value_free): Ditto.
8912 (make_cleanup_free_so): Ditto.
8913
8914 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 New option "set debug auto-load".
8917 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8918 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8919 (auto_load_safe_path_vec_update)
8920 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8921 if DEBUG_AUTO_LOAD.
8922 (file_is_auto_load_safe): New parameters debug_fmt and ....
8923 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8924 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8925 caller by explanatory string.
8926 (_initialize_auto_load): Register "set debug auto-load".
8927 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8928 and ....
8929 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8930 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8931 by explanatory string.
8932 * main.c (captured_main): Likewise.
8933 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8934 (source_section_scripts): Likewise.
8935
8936 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8937
8938 New option "set auto-load safe-path".
8939 * NEWS: New commands "set auto-load safe-path"
8940 and "show auto-load safe-path".
8941 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8942 (auto_load_safe_path, auto_load_safe_path_vec)
8943 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8944 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8945 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8946 (source_gdb_script_for_objfile): New variable is_safe. Call
8947 file_is_auto_load_safe. Return if it is not.
8948 (struct loaded_script): New field loaded.
8949 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8950 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8951 output "Missing" to "No".
8952 (_initialize_auto_load): New variable cmd. Initialize
8953 auto_load_safe_path. Register "set auto-load safe-path",
8954 "show auto-load safe-path" and "add-auto-load-safe-path".
8955 * auto-load.h (maybe_add_script): Add parameter loaded.
8956 (file_is_auto_load_safe): New declaration.
8957 * config.in: Regenerate.
8958 * configure: Regenerate.
8959 * configure.ac: New parameters --with-auto-load-safe-path
8960 and --without-auto-load-safe-path.
8961 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8962 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8963 * main.c (captured_main): Check file_is_auto_load_safe for
8964 LOCAL_GDBINIT.
8965 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8966 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8967 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8968 not.
8969
8970 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8971
8972 auto-load: Implementation.
8973 * NEWS: New descriptions for "info auto-load",
8974 "info auto-load gdb-scripts", "info auto-load python-scripts",
8975 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8976 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8977 and "show auto-load-scripts". New description for "set auto-load",
8978 "show auto-load", "set auto-load gdb-scripts",
8979 "show auto-load gdb-scripts", "set auto-load python-scripts",
8980 "show auto-load python-scripts", "set auto-load local-gdbinit",
8981 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8982 "show auto-load libthread-db".
8983 * auto-load.c: Remove include python/python-internal.h. Add includes
8984 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8985 cli/cli-setshow.h.
8986 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8987 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8988 (gdbpy_global_auto_load): Rename to ...
8989 (global_auto_load): ... here.
8990 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8991 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8992 (script_language_gdb, source_gdb_script_for_objfile): New.
8993 (struct loaded_script): New field language.
8994 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8995 LANGUAGE.
8996 (maybe_add_script): Add parameter language. Drop redundant
8997 entry.full_path initialization. Initialize entry.language and
8998 (*slot)->language.
8999 (auto_load_objfile_script): Change parameter suffix to language.
9000 Remove the call of maybe_add_script.
9001 Call language->source_script_for_objfile.
9002 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
9003 New.
9004 (collect_matching_scripts): Adjust it for
9005 struct collect_matching_scripts_data.
9006 (auto_load_info_scripts_pattern_nl): New variable.
9007 (info_auto_load_scripts): Rename to ...
9008 (auto_load_info_scripts): ... here, add parameter language. Adjust it
9009 for struct collect_matching_scripts_data.
9010 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
9011 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
9012 (auto_load_show_cmdlist_get, info_auto_load_cmd)
9013 (auto_load_info_cmdlist_get): New.
9014 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
9015 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
9016 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
9017 "info auto-load local-gdbinit".
9018 * auto-load.h (struct script_language): New.
9019 (gdbpy_global_auto_load): Rename to ...
9020 (global_auto_load): ... here.
9021 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
9022 (auto_load_local_gdbinit_loaded): New declarations.
9023 (maybe_add_script): New parameter language.
9024 (auto_load_objfile_script): Change parameter suffix to language.
9025 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
9026 (auto_load_info_scripts, auto_load_set_cmdlist_get)
9027 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
9028 declarations.
9029 * linux-thread-db.c: Include auto-load.h and ctype.h.
9030 (auto_load_thread_db, show_auto_load_thread_db): New.
9031 (struct thread_db_info): New field filename.
9032 (delete_thread_db_info): Call xfree for FILENAME.
9033 (try_thread_db_load): Initialize FILENAME.
9034 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
9035 if !AUTO_LOAD_THREAD_DB.
9036 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
9037 (_initialize_thread_db): Install auto_load_thread_db
9038 as "set auto-load libthread-db" and install info_auto_load_libthread_db
9039 as "info auto-load libthread-db".
9040 * main.c (captured_main): Rename gdbpy_global_auto_load to
9041 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
9042 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
9043 (print_gdb_help): Extend the help for 'local init file'.
9044 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
9045 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
9046 (auto_load_scripts): Rename to ...
9047 (auto_load_python_scripts): ... here, update the comment.
9048 (gdbpy_load_auto_script_for_objfile): New declaration.
9049 (show_auto_load_python_scripts, script_language_python)
9050 (gdbpy_load_auto_script_for_objfile): New.
9051 (source_section_scripts): Refactor the code.
9052 (load_auto_scripts_for_objfile): Rename to ...
9053 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
9054 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
9055 (info_auto_load_python_scripts): New.
9056 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
9057 Rename "set auto-load-scripts" to "set auto-load python-scripts".
9058 Register "set auto-load-scripts" as its deprecated alias. Register
9059 "info auto-load python-scripts". Register "info auto-load-scripts" as
9060 its deprecated alias.
9061 (load_auto_scripts_for_objfile): Rename to ...
9062 (gdbpy_load_auto_scripts_for_objfile): ... here.
9063 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
9064 (gdbpy_load_auto_scripts_for_objfile): ... here.
9065
9066 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 auto-load: Move files.
9069 * Makefile.in (SFILES): Add auto-load.c.
9070 (HFILES_NO_SRCDIR): Add auto-load.h.
9071 (COMMON_OBS): Add auto-load.o.
9072 (distclean): Change .gdbinit for gdb-gdb.gdb.
9073 * auto-load.c: New file, with parts from python/py-auto-load.c.
9074 * auto-load.h: New file, with parts from python/python.h.
9075 * configure: Regenerate.
9076 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9077 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9078 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9079 * main.c: Include auto-load.h.
9080 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9081 command.h, observer.h and progspace.h to auto-load.c. Add include
9082 auto-load.h.
9083 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9084 (struct loaded_script, auto_load_pspace_data)
9085 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9086 (hash_loaded_script_entry, eq_loaded_script_entry)
9087 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9088 (maybe_add_script): Move to auto-load.c.
9089 (source_section_scripts): Change maybe_add_script parameters passing,
9090 use script_not_found_warning_print.
9091 (clear_section_scripts, auto_load_objfile_script)
9092 (auto_load_new_objfile, loaded_script_ptr)
9093 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9094 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9095 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9096 auto_load_new_objfile and info_auto_load_scripts initizations to
9097 auto-load.c.
9098 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9099
9100 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 Code cleanup.
9103 * charset.c (find_charset_names): Remove variables ix and elt.
9104 Use free_char_ptr_vec.
9105 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9106 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9107 debugdir_end. New variable debugdir_len.
9108 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9109 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9110 declarations.
9111 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9112 and elt. Use free_char_ptr_vec.
9113 * source.c (add_path): Remove variables argv, arg and argv_index.
9114 New variables dir_vec, back_to, ix and name.
9115 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9116 make_cleanup_freeargv. Remove variable separator. Simplify the code
9117 no longer expecting DIRNAME_SEPARATOR.
9118 (openp): Remove variable p, p1 and len. New variables dir_vec,
9119 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9120 no longer expecting DIRNAME_SEPARATOR.
9121 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9122 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9123 debugdir_end.
9124 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9125 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9126 (dirnames_to_char_ptr_vec): New functions.
9127
9128 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9129
9130 Code cleanup.
9131 * source.c (add_path): Remove always true conditional 'p == 0' and
9132 unindent its code block.
9133
9134 2012-04-17 Pedro Alves <palves@redhat.com>
9135
9136 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9137 (FIELD_BITPOS_LVAL): ... this.
9138 (FIELD_BITPOS): New.
9139 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9140 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9141 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9142 SET_FIELD_BITPOS.
9143 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9144 SET_FIELD_BITPOS.
9145 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9146 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9147 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9148 SET_FIELD_BITPOS.
9149
9150 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9153 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9154 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9155 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9156 * jv-lang.c (java_link_class_type): Likewise, once.
9157 * stabsread.c (read_enum_type): Likewise.
9158
9159 2012-04-16 Yao Qi <yao@codesourcery.com>
9160
9161 * common/agent.c (agent_run_command): Add one more parameter `len'.
9162 Update callers.
9163 * common/agent.h: Update declaration.
9164 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9165 Update.
9166 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9167
9168 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9169
9170 PR mi/13393
9171 * value.c (value_actual_type): New function.
9172 * value.h (value_actual_type): New declaration.
9173 * varobj.c (update_type_if_necessary): New function.
9174 (varobj_create): Call value_actual_type instead of
9175 value_type.
9176 (install_dynamic_child): distinct changed and type changed MI variable
9177 objects.
9178 (update_dynamic_varobj_children): Updated for install_dynamic_child
9179 change. All callers updated.
9180 (varobj_update): Support for MI variable object type change if
9181 the value changed and RTTI is used to determine the type.
9182 (create_child_with_value): Call value_actual_type instead of
9183 value_type.
9184 (adjust_value_for_child_access): Extended with a new parameter which
9185 specify whether the given value should be casted to enclosing type.
9186 All callers updated.
9187
9188 2012-04-14 Yao Qi <yao@codesourcery.com>
9189
9190 Import gnulib module inttypes from git
9191 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9192 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9193 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9194 gnulib/m4/inttypes-pri.m4
9195 * aclocal.m4, config.in, configure: Regenerated.
9196 * gnulib/Makefile.am: Update.
9197 * gnulib/Makefile.in: Update.
9198 * gnulib/m4/gnulib-cache.m4: Update.
9199 * gnulib/m4/gnulib-comp.m4: Update.
9200 * gnulib/inttypes.in.h: New.
9201 * gnulib/m4/inttypes-pri.m4: New.
9202 * gnulib/m4/inttypes.m4: New.
9203
9204 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
9205
9206 * infrun.c (resume): Update PC address to the real PC after
9207 preparing to do displaced stepping.
9208
9209 2012-04-12 Doug Evans <dje@google.com>
9210
9211 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9212 All callers updated.
9213
9214 2012-04-12 Mark Kettenis <kettenis@gnu.org>
9215
9216 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9217
9218 2012-04-12 Doug Evans <dje@google.com>
9219
9220 * dwarf2read.c (create_all_type_units): Renamed from
9221 create_debug_types_hash_table. All callers updated.
9222
9223 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9224 local type_sig to sig_type, type_offset to type_offset_in_tu.
9225 (hash_signatured_type): Renamed from hash_type_signature,
9226 all callers updated.
9227 (eq_signatured_type): Renamed from eq_type_signature,
9228 all callers updated.
9229 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9230 (process_enumeration_scope): Ditto.
9231 (lookup_signatured_type_at_offset): Ditto.
9232 (load_full_type_unit, read_signatured_type): Ditto.
9233
9234 2012-04-12 Yao Qi <yao@codesourcery.com>
9235
9236 * remote.c (async_remote_interrupt): Correct function name in
9237 debug message.
9238 (async_remote_interrupt_twice): Ditto.
9239
9240 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9241
9242 * source.c (find_and_open_source): Consistently pass resulting
9243 full path through xfullpath.
9244
9245 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 Provide more specific displaced-stepping memory error message.
9248 * infrun.c (displaced_step_prepare): New variable status. Call
9249 target_read_memory instead of read_memory, provide more specific
9250 error message.
9251
9252 2012-04-11 Tristan Gingold <gingold@adacore.com>
9253
9254 PR gdb/13901
9255 * darwin-nat.c (darwin_execvp): Revert previous patch.
9256
9257 2012-04-11 Tristan Gingold <gingold@adacore.com>
9258
9259 PR gdb/13901
9260 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9261 in case of change.
9262
9263 2012-04-11 Tristan Gingold <gingold@adacore.com>
9264
9265 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9266 warning.
9267
9268 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9269
9270 New command 'explore' which helps explore values and types in
9271 scope.
9272 * NEWS: Add an entry about the new 'explore' command.
9273 * data-directory/Makefile.in: Add gdb/command/explore.py
9274 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9275 command using the GDB Python API.
9276
9277 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9278
9279 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9280 extension in jump target calculation.
9281
9282 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9283
9284 * mips-tdep.c (mips32_next_pc): Handle JALX.
9285
9286 2012-04-10 Yao Qi <yao@codesourcery.com>
9287
9288 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9289
9290 2012-04-10 Yao Qi <yao@codesourcery.com>
9291
9292 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9293 and gnulib/m4/gnulib-tool.m4.
9294
9295 2012-04-10 Doug Evans <dje@google.com>
9296
9297 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9298 (load_partial_dies): Clarify comment.
9299 (find_partial_die): Support rereading type units.
9300 Clarify CU handling, if we know offset is in CU, don't search for the
9301 containing CU. Add comment regarding memory waste.
9302
9303 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9304
9305 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9306 i386/x32-avx and i386/x32-avx-linux.
9307 (i386/x32-expedite): New.
9308 (i386/x32-linux-expedite): Likewise.
9309 (i386/x32-avx-expedite): Likewise.
9310 (i386/x32-avx-linux-expedite): Likewise.
9311 ($(outdir)/i386/x32.dat): Likewise.
9312 ($(outdir)/i386/x32-linux.dat): Likewise.
9313 ($(outdir)/i386/x32-avx.dat): Likewise.
9314 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9315
9316 * features/i386/x32-avx-linux.xml: New file.
9317 * features/i386/x32-avx.xml: Likewise.
9318 * features/i386/x32-core.xml: Likewise.
9319 * features/i386/x32-linux.xml: Likewise.
9320 * features/i386/x32.xml: Likewise.
9321
9322 * features/i386/x32-avx-linux.c: New. Generated.
9323 * features/i386/x32-avx.c: Likewise.
9324 * features/i386/x32-linux.c: Likewise.
9325 * features/i386/x32.c: Likewise.
9326 * regformats/i386/x32-avx-linux.dat: Likewise.
9327 * regformats/i386/x32-avx.dat: Likewise.
9328 * regformats/i386/x32-linux.dat: Likewise.
9329 * regformats/i386/x32.dat: Likewise.
9330
9331 2012-04-10 Tristan Gingold <gingold@adacore.com>
9332
9333 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9334 code to kill the inferior.
9335
9336 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9337
9338 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9339 defines.
9340 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9341 defines.
9342 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9343 (yyvsp): New defines.
9344 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9345 defines.
9346 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9347 defines.
9348 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9349 defines.
9350 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9351 defines.
9352 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9353 defines.
9354
9355 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9356
9357 * sparc64-tdep.c (sparc64_store_arguments)
9358 (sparc64_store_arguments): Fix coding style.
9359
9360 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9361
9362 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9363 complex floats, adjust some related comments and tighten a related
9364 assertion.
9365 (sparc64_extract_return_value): Handle complex floats.
9366
9367 2012-04-07 Doug Evans <dje@google.com>
9368
9369 * dwarf2read.c (load_partial_dies): Change condition to assert.
9370
9371 2012-04-06 Doug Evans <dje@google.com>
9372
9373 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9374 "mov %rsp,%rbp".
9375
9376 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9377
9378 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9379 fencepost error.
9380 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9381 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9382 architecture.
9383
9384 2012-04-05 Keith Seitz <keiths@redhat.com>
9385
9386 * linespec.c (decode_compound): Remove.
9387 (enum offset_relative_sign): New enum.
9388 (struct line_offset): New struct.
9389 (struct linespec): New struct.
9390 (struct linespec_state): Move file_symtabs,
9391 user_filename, and user_function into struct linespec.
9392 Make result an anonymous struct holding vectors of
9393 symbolp and minsym_and_objfile_d.
9394 Add language member.
9395 (enum ls_token_type): New enum.
9396 (linespec_keywords): New array.
9397 (struct ls_token): New struct.
9398 (struct ls_parser): New struct.
9399 (linespec_lexer_lex_number): New function.
9400 (linespec_lexer_lex_keyword): New function.
9401 (is_ada_operator): New function.
9402 (skip_quote_char): New function.
9403 (copy_token_string): New function.
9404 (is_closing_quote_enclosed): New function.
9405 (find_parameter_list_end): New function.
9406 (linespec_lexer_lex_string): New function.
9407 (linespec_lexer_lex_one): New function.
9408 (linespec_lexer_consume_token): New function.
9409 (linespec_lexer_peek_token): New function.
9410 (cplusplus_error): Remove unused function.
9411 (find_methods): Update comment.
9412 (find_toplevel_char): Return const.
9413 (is_objc_method_format): Remove unused function.
9414 (find_toplevel_string): New function.
9415 (is_linespec_boundary): Remove.
9416 (symbol_not_found_error): New function.
9417 (find_method_overload_end): Remove function.
9418 (unexpected_linespec_error): New function.
9419 (keep_name_info): Remove.
9420 (linespec_parse_line_offset): New function.
9421 (linespec_parse_basic): New function.
9422 (canonicalize_linespec): New function.
9423 (decode_line_internal): Remove.
9424 (create_sals_line_offset): New function adapted from
9425 decode_all_digits.
9426 (convert_linespec_to_sals): New function.
9427 (parse_linespec): New function.
9428 (linespec_parser_new): New function.
9429 (linespec_state_destructor): Change parameter type to
9430 struct linespec_state *.
9431 Add language parameter.
9432 Remove freeing of moved members.
9433 (linespec_parser_delete): New function.
9434 (decode_line_full): Use parse_linespec and linespec_parser_new.
9435 (decode_line_1): Likewise.
9436 (decode_indirect): Rename to ...
9437 (linespec_expression_to_pc): ... this and rewrite
9438 to simply find CORE_ADDR, storing this result for later
9439 conversion to SALs.
9440 (locate_first_half): Remove.
9441 (deocde_objc): Add parameter LS.
9442 Initialize new struct collect_info members.
9443 Handle minimal symbols, too.
9444 (decode_compound): Delete.
9445 (lookup_prefix_sym): Rewrite.
9446 (compare_msymbols): New function.
9447 (find_method): Rewrite.
9448 Do not call cplusplus_error.
9449 (symtabs_from_filename): Rewrite.
9450 (collect_function_symbols): Delete.
9451 (find_function_symbols): Rewrite without ARGPTR-style
9452 processing.
9453 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9454 (decode_dollar): Adapted and renamed to ...
9455 (linespec_parse_variable): ... this.
9456 (find_linespec_symbols): New function.
9457 (decode_label): Adapted and renamed to ...
9458 (find_label_symbols): ... this.
9459 (decode_digits_list_mode): Add and use LS argument.
9460 (decode_digits_ordinary): Likewise.
9461 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9462 If in list mode, allow any symbol class. Otherwise, only
9463 permit LOC_BLOCK symbols.
9464 (minsym_found): Update comments.
9465 (search_minsyms_for_name): Do not convert the matching symbol
9466 into a SAL. Simply push the symbol and objfile into the
9467 result vector.
9468 (decode_variable): Delete. Contents adapted into
9469 find_linespec_symbols.
9470
9471 * cp-support.c (SKIP_SPACE): Remove.
9472 (operator_tokens): Remove unused global.
9473 (cp_validate_operator): Remove.
9474 * cp-support.h (cp_validate_operator): Remove declaration.
9475
9476 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9477
9478 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9479 for TYPE_VPTR_FIELDNO.
9480 * valprint.c (valprint_check_validity): Make it global, move the
9481 function comment ...
9482 * value.h (valprint_check_validity): ... to this new declaration.
9483
9484 2012-04-02 Tristan Gingold <gingold@adacore.com>
9485
9486 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9487 the STATE32 api for i386 state.
9488 (i386_darwin_store_inferior_registers): Likewise.
9489
9490 2012-04-02 Tristan Gingold <gingold@adacore.com>
9491
9492 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9493 SS offset.
9494 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9495 format_string.
9496
9497 2012-04-02 Tristan Gingold <gingold@adacore.com>
9498
9499 PR gdb/13901
9500 * darwin-nat.c (darwin_execvp): Set binary preference.
9501
9502 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9505
9506 2012-03-30 Tom Tromey <tromey@redhat.com>
9507
9508 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9509 of TRY_CATCH. Fix error handling.
9510 * python/py-value.c (convert_value_from_python): Move 'old'
9511 declaration to innermost scope.
9512
9513 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9514 Andrey Smirnov <andrew.smirnov@gmail.com>
9515
9516 -Wshadow warning fix.
9517 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9518 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9519 Adjust code accordingly.
9520
9521 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9522
9523 * ada-lang.c (symbol_completion_add): Rename parameter
9524 "encoded" into "encoded_p". Ajust code and documentation
9525 accordingly.
9526
9527 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9528 Andrey Smirnov <andrew.smirnov@gmail.com>
9529
9530 -Wshadow warning fix.
9531 * ada-lang.c (symbol_completion_add): Rename parameter
9532 "wild_match" into wild_match_p. Update code and documentation
9533 accordingly.
9534
9535 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9536
9537 * ada-lang.c (symbol_completion_match): Rename parameter
9538 "encoded" into "encoded_p". Ajust code and documentation
9539 accordingly.
9540
9541 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9542 Andrey Smirnov <andrew.smirnov@gmail.com>
9543
9544 -Wshadow warning fix.
9545 * ada-lang.c (symbol_completion_match): Rename parameter
9546 "wild_match" into "wild_match_p". Adjust code and function
9547 documentation accordingly.
9548
9549 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9550 Andrey Smirnov <andrew.smirnov@gmail.com>
9551
9552 -Wshadow warning fix.
9553 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9554 "symbol_info" into "info". Adjust code accordingly.
9555 (ada_lookup_symbol): Likewise.
9556
9557 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9558
9559 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9560 of this function's 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_symbol_list): Rename "wild_match"
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 -Wshadow warning fix.
9573 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9574 parameter into "wild_match_p". Adjust code accordingly.
9575 Document this parameter in the function description.
9576
9577 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9578 Andrey Smirnov <andrew.smirnov@gmail.com>
9579
9580 -Wshadow warning fix.
9581 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9582 "wild_match" parameter to "wild_match_p" (-Wshadow).
9583
9584 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9585
9586 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9587 in function documentation.
9588
9589 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9590 Andrey Smirnov <andrew.smirnov@gmail.com>
9591
9592 -Wshadow warning fix.
9593 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9594 variable into wild_match_p. Adjust code accordingly.
9595
9596 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9597 Andrey Smirnov <andrew.smirnov@gmail.com>
9598
9599 * ada-valprint.c (ada_val_print_1): Move the code handling
9600 TYPE_CODE_ENUM inside its own lexical block. Declare
9601 variables len and val there, instead of in the function's
9602 top level block. Avoid declaring deref_val again in a way
9603 that shadows another variable of the same name declared
9604 in one of the up-level blocks. Just re-use the up-level
9605 variable instead.
9606
9607 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9608
9609 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9610 Replace block_found argument by symbol_info. Adjust
9611 implementation accordingly. Add function documentation.
9612 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9613 Fix documentation.
9614 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9615 * ada-exp.y (write_object_renaming): Adjust to new
9616 ada_lookup_encoded_symbol API.
9617
9618 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9619
9620 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9621 documentation.
9622
9623 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9624
9625 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9626 (v850_register_name): Add the mpu and fpu register names.
9627 (v850e_register_name): Add the mpu and fpu register names.
9628 (v850e2_register_name): New function.
9629 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9630 bfd_mach_v850e2v3.
9631
9632 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9633
9634 * NEWS: Add entry for Ada varobj support.
9635
9636 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9637
9638 * varobj.c (default_value_is_changeable_p): New function,
9639 extracted from varobj_value_is_changeable_p. Add declaration.
9640 (ada_value_is_changeable_p): New function, extracted from
9641 varobj_value_is_changeable_p. Add declaration.
9642 (struct language_specific): New field "value_is_changeable_p".
9643 (languages): Add entries for new field.
9644 (varobj_create): Set language before calling install_new_value.
9645 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9646 "value_is_changeable_p" language callback.
9647
9648 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9649
9650 * ada-varobj.h, ada-varobj.c: New files.
9651 * Makefile.in (SFILES): Add ada-varobj.c.
9652 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9653 (COMMON_OBS): Add ada-varobj.o.
9654
9655 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9656
9657 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9658 (struct language_specific): New field "value_has_mutated".
9659 (languages): Set field "value_has_mutated" in each entry of array.
9660 (varobj_value_has_mutated): New function.
9661 (varobj_udpdate): Add handling of type mutation.
9662 (value_of_root): Add handling of type mutation.
9663 (ada_value_has_mutated): New function.
9664
9665 2012-03-28 Pedro Alves <palves@redhat.com>
9666
9667 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9668 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9669
9670 2012-03-28 Tom Tromey <tromey@redhat.com>
9671
9672 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9673 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9674 before returning.
9675
9676 2012-03-28 Tom Tromey <tromey@redhat.com>
9677
9678 * .dir-locals.el: New file.
9679
9680 2012-03-28 Pedro Alves <palves@redhat.com>
9681
9682 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9683
9684 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9685
9686 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9687 handling for r0.
9688
9689 2012-03-27 Pedro Alves <palves@redhat.com>
9690
9691 Eliminate struct ui_stream.
9692
9693 * ui-out.h (struct ui_stream): Delete.
9694 (ui_out_field_stream): Adjust prototype.
9695 (ui_out_stream_new, ui_out_stream_delete)
9696 (make_cleanup_ui_out_stream_delete): Delete declarations.
9697 * ui-out.c (ui_out_field_stream): Change prototype to take a
9698 ui_file instead of a ui_stream. Adjust.
9699 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9700 (make_cleanup_ui_out_stream_delete): Delete.
9701 * breakpoint.c (print_breakpoint_location)
9702 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9703 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9704 * disasm.c (dump_insns): Ditto.
9705 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9706 prototype.
9707 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9708 ui_stream/ui_out_stream_new.
9709 * infcmd.c (print_return_value): Ditto.
9710 * osdata.c (info_osdata_command): Don't allocate a local
9711 ui_stream.
9712 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9713 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9714 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9715 allocate a local ui_stream.
9716 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9717 instead of ui_stream/ui_out_stream_new.
9718 (list_args_or_locals): Don't allocate a local ui_stream.
9719 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9720 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9721 ui_stream/ui_out_stream_new.
9722 * cli/cli-setshow.c (do_setshow_command): Ditto.
9723
9724 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9725
9726 * arm-linux-tdep.c (arm_linux_init_abi): Call
9727 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9728 * arm-tdep.c (arm_process_record): New function.
9729 (deallocate_reg_mem): New function.
9730 (decode_insn): New function.
9731 (thumb_record_branch): New function.
9732 (thumb_record_ldm_stm_swi(): New function.
9733 (thumb_record_misc): New function.
9734 (thumb_record_ld_st_stack): New function.
9735 (thumb_record_ld_st_imm_offset): New function.
9736 (thumb_record_ld_st_reg_offset(): New function.
9737 (thumb_record_add_sub_cmp_mov): New function.
9738 (thumb_record_shift_add_sub): New function.
9739 (arm_record_coproc_data_proc): New function.
9740 (arm_record_coproc): New function.
9741 (arm_record_b_bl): New function.
9742 (arm_record_ld_st_multiple): New function.
9743 (arm_record_ld_st_reg_offset): New function.
9744 (arm_record_ld_st_imm_offset): New function.
9745 (arm_record_data_proc_imm): New function.
9746 (arm_record_data_proc_misc_ld_str): New function.
9747 (arm_record_extension_space): New function.
9748 (arm_record_strx): New function.
9749 (sbo_sbz): New function.
9750 (struct insn_decode_record): New structure for arm insn record.
9751 (REG_ALLOC): New macro for reg allocations.
9752 (MEM_ALLOC): New macro for memory allocations.
9753 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9754
9755 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9756
9757 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9758 (store_register): Likewise.
9759
9760 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9761
9762 * MAINTAINERS (Write After Approval): Add myself to the list.
9763
9764 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9767 Describe also the option "auto".
9768
9769 2012-03-22 Richard Henderson <rth@redhat.com>
9770
9771 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9772 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9773
9774 2012-03-22 Richard Henderson <rth@redhat.com>
9775
9776 * jit.c (jit_read_code_entry): Compute alignment and offset of
9777 int64_t member before computing entry_size.
9778
9779 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9780
9781 Python scripting: Add new method Value.referenced_value to
9782 gdb.Value which can dereference pointer as well as reference
9783 values.
9784 * NEWS: Add entry under 'Python scripting' about the new method
9785 Value.referenced_value on gdb.Value objects.
9786 * python/py-value.c (valpy_referenced_value): New function
9787 defining a new method on gdb.Value objects which can dereference
9788 pointer and reference values.
9789
9790 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9791
9792 * MAINTAINERS (Write After Approval): Add myself to the list.
9793
9794 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9795
9796 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9797 in addition to "main".
9798
9799 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9800
9801 * expression.h (op_name): Add declaration.
9802 * expprint.c (op_name): Remove declaration. Make non-static.
9803 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9804
9805 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9806
9807 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9808 of struct siginfo.
9809 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9810 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9811 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9812 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9813 (linux_nat_get_siginfo): Likewise.
9814 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9815 (linux_nat_get_siginfo): Likewise.
9816 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9817 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9818 * procfs.c (gdb_siginfo_t): Likewise.
9819
9820 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9821
9822 * .gitignore: Ignore more files.
9823
9824 2012-03-20 Pedro Alves <palves@redhat.com>
9825
9826 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9827 returns.
9828
9829 2012-03-20 Yao Qi <yao@codesourcery.com>
9830
9831 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9832 comment.
9833
9834 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9835
9836 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9837 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9838 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9839 sect_offset.
9840 * dwarf2expr.h (cu_offset, sect_offset): New types.
9841 (struct dwarf_expr_context_funcs) <dwarf_call>
9842 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9843 sect_offset.
9844 (struct dwarf_expr_context) <len>: Improve the comment.
9845 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9846 cu_offset and sect_offset.
9847 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9848 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9849 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9850 * dwarf2loc.h: Include dwarf2expr.h.
9851 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9852 and sect_offset.
9853 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9854 Improve the comment.
9855 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9856 (struct signatured_type, struct line_header, struct partial_die_info)
9857 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9858 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9859 (get_die_type_at_offset, create_cus_from_index)
9860 (create_signatured_type_table_from_index, dw2_get_file_names)
9861 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9862 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9863 (create_debug_types_hash_table, process_psymtab_comp_unit)
9864 (load_partial_comp_unit, create_all_comp_units)
9865 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9866 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9867 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9868 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9869 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9870 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9871 (find_partial_die, read_attribute_value, lookup_die_type)
9872 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9873 (is_ref_attr): New function comment.
9874 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9875 Use cu_offset and sect_offset.
9876 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9877 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9878 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9879 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9880 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9881 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9882 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9883 sect_offset.
9884
9885 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9886
9887 Code cleanup.
9888 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9889 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9890 with xfree.
9891 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9892
9893 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * NEWS: Describe new options --init-command=FILE, -ix and
9896 --init-eval-command=COMMAND, -iex.
9897 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9898 CMDARG_INIT_COMMAND.
9899 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9900 "init-command", "init-eval-command", "ix" and "iex" to the variable
9901 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9902 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9903 (print_gdb_help): Describe --init-command=FILE, -ix and
9904 --init-eval-command=COMMAND, -iex.
9905
9906 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 Code cleanup.
9909 * main.c (struct cmdarg): Move it here from main. Add more comments.
9910 (cmdarg_s, VEC (cmdarg_s)): New.
9911 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9912 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9913 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9914 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9915 of CMDARG.
9916
9917 2012-03-19 Tom Tromey <tromey@redhat.com>
9918
9919 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9920
9921 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9922
9923 PR symtab/13777
9924 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9925 GCC >=4.5.
9926
9927 2012-03-16 Chris January <chris.january@allinea.com>
9928
9929 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9930 of clear.
9931
9932 2012-03-16 Chris January <chris.january@allinea.com>
9933
9934 * source.c (add_path): Use memmove instead of strcpy because the
9935 strings overlap.
9936
9937 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9938
9939 * value.h (set_value_parent): Add declaration.
9940 * value.c (set_value_parent): New function.
9941 (value_address): If VALUE->PARENT is not NULL, then use it as
9942 the base address instead of VALUE->LOCATION.address.
9943 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9944 the same as OBJ's address. Adjust V's offset accordingly.
9945 Set V's parent.
9946
9947 2012-03-16 Gary Benson <gbenson@redhat.com>
9948
9949 PR breakpoints/10738
9950 * dwarf2read.c (use_deprecated_index_sections): New global.
9951 (struct partial_die_info): New member may_be_inlined.
9952 (read_partial_die): Set may_be_inlined where appropriate.
9953 (add_partial_subprogram): Add partial symbols for partial
9954 DIEs that may be inlined.
9955 (new_symbol_full): Add inlined subroutines to the current
9956 scope.
9957 (write_psymtabs_to_index): Bump version number.
9958 (dwarf2_read_index): Read only version 6 indices unless
9959 use_deprecated_index_sections is set.
9960 * linespec.c (symbol_and_data_callback): New structure.
9961 (iterate_inline_only): New function.
9962 (iterate_over_all_matching_symtabs): New argument
9963 "include_inline". If nonzero, also call the callback for
9964 symbols representing inlined subroutines.
9965 (lookup_prefix_sym): Pass extra argument to the above.
9966 (find_function_symbols): Likewise.
9967 (add_matching_symbols_to_info): Likewise.
9968 * NEWS: Mention that GDB can now set breakpoints on inlined
9969 functions.
9970
9971 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9972
9973 * p-typeprint.c (pascal_type_print_method_args):
9974 Fix display of parameter of methods.
9975
9976 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9977
9978 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9979 Add missing prototype.
9980
9981 2012-03-16 Yao Qi <yao@codesourcery.com>
9982 Jan Kratochvil <jan.kratochvil@redhat.com>
9983
9984 Fix false compilation warning.
9985 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9986
9987 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9988 Pedro Alves <pedro@codesourcery.com>
9989
9990 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9991 (arm_register_g_packet_guesses): New function.
9992 (arm_gdbarch_init): Don't force a target description with
9993 registers when the executable is detected as M-profile. Instead
9994 set gdbarch->tdep->is_m. Register `g' packet guesses.
9995 (_initialize_arm_tdep): Initialize the new target description.
9996 * features/arm-with-m-fpa-layout.xml: New description.
9997 * features/arm-with-m-fpa-layout.c: New, generated.
9998
9999 2012-03-15 Joel Brobecker <brobecker@adacore.com>
10000
10001 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
10002 Update function description.
10003 (insert_bp_location): Do not wipe bl->target_info out.
10004 * mem-break.c: #include "gdb_string.h".
10005 (default_memory_insert_breakpoint): Do not call target_read_memory
10006 with a pointer to the breakpoint's shadow_contents buffer. Use
10007 a local buffer instead.
10008 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
10009
10010 2012-03-15 Tom Tromey <tromey@redhat.com>
10011
10012 * NEWS: Mention "info vtbl", not "info vtable".
10013 * cp-support.c (info_vtbl_command): Fix comment.
10014 (_initialize_cp_support): Fix text.
10015
10016 2012-03-15 Tom Tromey <tromey@redhat.com>
10017
10018 * cp-valprint.c (cp_print_value_fields): Use
10019 print_function_pointer_address for vtable slot.
10020
10021 2012-03-15 Tom Tromey <tromey@redhat.com>
10022
10023 * gnu-v3-abi.c (struct value_and_voffset): New.
10024 (hash_value_and_voffset, eq_value_and_voffset)
10025 (compare_value_and_voffset, compute_vtable_size)
10026 (print_one_vtable, gnuv3_print_vtable): New functions.
10027 (init_gnuv3_ops): Initialize 'print_vtable' field.
10028 * cp-support.c (info_vtbl_command): New function.
10029 (_initialize_cp_support): Add "info vtbl".
10030 * cp-abi.h (cplus_print_vtable): Declare.
10031 (struct cp_abi_ops) <print_vtable>: New field.
10032 * cp-abi.c (cplus_print_vtable): New function.
10033 * NEWS: Update.
10034
10035 2012-03-15 Tom Tromey <tromey@redhat.com>
10036
10037 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
10038 iterate_over_symbols.
10039
10040 2012-03-14 Doug Evans <dje@google.com>
10041
10042 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
10043 DW_OP_GNU_parameter_ref.
10044
10045 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 Fix double prompt of 'interpreter-exec mi'.
10048 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
10049 (mi_interpreter_resume): use it.
10050 (mi_execute_command_input_handler): New function.
10051 * mi/mi-main.c (mi_execute_command): Move prompt printing to
10052 mi_execute_command_input_handler.
10053
10054 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
10055
10056 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
10057 prototype.
10058 (darwin_debug_port_info): Make static.
10059 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
10060 * machoread.c (_initialize_machoread): Add prototype.
10061 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
10062 (i386_darwin_set_control, i386_darwin_get_control)
10063 i386_darwin_dr_set_addr, i386_darwin_get_addr)
10064 i386_darwin_get_status, i386_darwin_get_control):
10065 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
10066
10067 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10068
10069 * ax-gdb.c (gen_usual_unary): Remove special handling of
10070 enum and bool types.
10071
10072 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10073
10074 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10075
10076 2012-03-13 Joel Brobecker <brobecker@adacore.com>
10077
10078 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10079
10080 2012-03-13 Chris January <chris.january@allinea.com>
10081
10082 * aix-thread.c (fill_sprs): Store the floating point registers
10083 at the correct offsets into vals.
10084
10085 2012-03-13 Doug Evans <dje@google.com>
10086
10087 * NEWS: Mention symbol-reloading has been deleted.
10088 * symfile.c (symbol_reloading): Delete.
10089 (show_symbol_reloading): Delete.
10090 (_initialize_symfile): Delete set/show symbol-reloading.
10091
10092 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10093 read_in_chain until we have successfully read it in.
10094 (load_full_comp_unit): Ditto.
10095 (read_signatured_type): Add comment.
10096
10097 2012-03-13 Chris January <chris.january@allinea.com>
10098
10099 * stabsread.c (fix_common_block): Change type of valu argument
10100 to CORE_ADDR.
10101
10102 2012-03-13 Chris January <chris.january@allinea.com>
10103
10104 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10105 instruction.
10106
10107 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10108
10109 * common/linux-procfs.c (linux_proc_get_int): New, from
10110 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10111 field.
10112 (linux_proc_get_tgid): Only call linux_proc_get_int.
10113 (linux_proc_get_tracerpid): New.
10114 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10115 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10116 linux_proc_pid_has_state.
10117 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10118 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10119 (linux_ptrace_attach_warnings): New.
10120 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10121 New declaration.
10122 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10123 (linux_nat_attach): New variables ex, buffer, message and message_s.
10124 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10125
10126 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10127
10128 * Makefile.in (linux-ptrace.o): New.
10129 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10130 from linux-nat.c.
10131 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10132 * common/linux-ptrace.c: New file.
10133 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10134 * config/arm/linux.mh: Likewise.
10135 * config/i386/linux.mh: Likewise.
10136 * config/i386/linux64.mh: Likewise.
10137 * config/ia64/linux.mh: Likewise.
10138 * config/m32r/linux.mh: Likewise.
10139 * config/m68k/linux.mh: Likewise.
10140 * config/mips/linux.mh: Likewise.
10141 * config/pa/linux.mh: Likewise.
10142 * config/powerpc/linux.mh: Likewise.
10143 * config/powerpc/ppc64-linux.mh: Likewise.
10144 * config/powerpc/spu-linux.mh: Likewise.
10145 * config/s390/s390.mh: Likewise.
10146 * config/sparc/linux.mh: Likewise.
10147 * config/sparc/linux64.mh: Likewise.
10148 * config/xtensa/linux.mh: Likewise.
10149 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10150 common/linux-procfs.c.
10151 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10152
10153 2012-03-13 Hui Zhu <teawater@gmail.com>
10154 Pedro Alves <palves@redhat.com>
10155
10156 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10157 CREATE_BREAKPOINT_FLAGS_INSERTED.
10158 (create_breakpoint_sal, create_breakpoints_sal)
10159 (base_breakpoint_create_breakpoints_sal)
10160 (tracepoint_create_breakpoints_sal)
10161 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10162 down.
10163 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10164 (ftrace_command, strace_command): Adjust.
10165 (create_tracepoint_from_upload): Pass
10166 CREATE_BREAKPOINT_FLAGS_INSERTED.
10167 * breakpoint.h (enum breakpoint_create_flags): New.
10168 (create_breakpoint): New flags parameter.
10169 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10170 * python/py-breakpoint.c (bppy_init): Adjust.
10171 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10172 * spu-tdep.c (spu_catch_start): Adjust.
10173
10174 2012-03-13 Pedro Alves <palves@redhat.com>
10175 Hui Zhu <teawater@gmail.com>
10176 Yao Qi <yao@codesourcery.com>
10177
10178 * remote.c (struct remote_state): New field `starting_up'.
10179 (remote_start_remote): Set and clear it.
10180 (remote_can_download_tracepoint): If starting up, return false.
10181
10182 2012-03-13 Yao Qi <yao@codesourcery.com>
10183
10184 * inferior.h (struct inferior): Remove fields any_syscall_count,
10185 syscalls_counts and total_syscalls_count. Move them to new
10186 struct catch_syscall_inferior_data in breakpoint.c.
10187 * breakpoint.c: Call DEF_VEC_I(int).
10188 (struct catch_syscall_inferior_data): New.
10189 (get_catch_syscall_inferior_data): New.
10190 (catch_syscall_inferior_data_cleanup): New.
10191 (insert_catch_syscall): Update to access data in
10192 struct catch_syscall_inferior_data.
10193 (insert_catch_syscall): Likewise.
10194 (remove_catch_syscall): Likewise.
10195 (remove_catch_syscall): Likewise.
10196 (is_syscall_catchpoint_enabled): Likewise.
10197 (add_catch_command): Likewise.
10198 (_initialize_breakpoint): Register cleanup.
10199 * breakpoint.h: Removed DEF_VEC_I(int).
10200 * dwarf2loc.c: Call DEF_VEC_I(int).
10201 * mi/mi-main.c: Likewise.
10202
10203 2012-03-12 Mark Kettenis <kettenis@gnu.org>
10204
10205 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10206
10207 2012-03-12 Chris January <chris.january@allinea.com>
10208
10209 * aix-thread.c (_initialize_aix_thread): Add prototype.
10210 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10211 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10212
10213 2012-03-12 Joel Brobecker <brobecker@adacore.com>
10214
10215 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10216 include of "amd64-nat.h".
10217
10218 2012-03-12 Tom Tromey <tromey@redhat.com>
10219
10220 * buildsym.c (record_pending_block): Now static.
10221 * buildsym.h: (record_pending_block): Remove.
10222
10223 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
10224
10225 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10226
10227 2012-03-09 Tom Tromey <tromey@redhat.com>
10228
10229 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10230 producer_is_gxx_lt_4_6>: New fields.
10231 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10232
10233 2012-03-09 Tom Tromey <tromey@redhat.com>
10234
10235 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10236
10237 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10238
10239 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10240 prototype.
10241
10242 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10243
10244 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10245
10246 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10247
10248 Fix -Wmissing-prototypes build.
10249 * arm-linux-nat.c (get_thread_id): Make it static.
10250 * xtensa-linux-nat.c (get_thread_id): Likewise.
10251
10252 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10253
10254 * server.c (process_point_options): If a conditional expression
10255 is found, only print a message if remote_debug is nonzero.
10256
10257 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10258
10259 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10260 of internal error for unknown/unsupported types.
10261
10262 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10263
10264 Fix CU relative vs. absolute DIE offsets.
10265 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10266 offset to offset_in_cu.
10267 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10268 TYPE_OFFSET.
10269 (dwarf2_fetch_die_location_block): Rename parameter offset to
10270 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10271
10272 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10273
10274 * libunwind-frame.c: Rename to ...
10275 * ia64-libunwind-tdep.c: ... here.
10276 * libunwind-frame.h: Rename to ...
10277 * ia64-libunwind-tdep.h: ... here.
10278 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10279 ia64-libunwind-tdep.h.
10280 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10281 * README (--with-libunwind): Rename to ...
10282 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10283 * config.in: Regenerate.
10284 * configure: Regenerate.
10285 * configure.ac: New option --with-libunwind-ia64, make the
10286 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10287 Remove AC_DEFINE for HAVE_LIBUNWIND.
10288 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10289 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10290 Rename libunwind-frame in the general comment.
10291 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10292 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10293 Move forward declarations inside #ifndef. Rename libunwind-frame in
10294 the general comment.
10295 * ia64-tdep.c: Rename libunwind-frame.h #include to
10296 ia64-libunwind-tdep.h.
10297 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10298 (ia64_libunwind_descr): Rename libunwind-frame to
10299 ia64-libunwind-tdep in these function comments.
10300 * ia64-tdep.h: Rename libunwind-frame.h #include to
10301 ia64-libunwind-tdep.h.
10302 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10303 ia64-libunwind-tdep in that data comment.
10304
10305 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10306
10307 * libunwind-frame.h (struct frame_unwind): New declaration.
10308
10309 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10310
10311 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10312 "set breakpoint condition-evaluation" command.
10313
10314 2012-03-08 Tristan Gingold <gingold@adacore.com>
10315
10316 * sparc-stub.c: Move to stubs/
10317 * sh-stub.c: Likewise.
10318 * m68k-stub.c: Likewise.
10319 * m32r-stub.c: Likewise.
10320 * i386-stub.c: Likewise.
10321
10322 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10323
10324 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10325 linux_get_siginfo_type.
10326
10327 * m68klinux-nat.c: Include "gdb_proc_service.h".
10328 (PTRACE_GET_THREAD_AREA): Define.
10329 (ps_get_thread_area): New function.
10330
10331 2012-03-08 Yao Qi <yao@codesourcery.com>
10332
10333 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10334 `xsnprintf'.
10335 (remote_query_attached): Likewise.
10336 (remote_static_tracepoint_marker_at): Likewise.
10337 (remote_set_permissions): Likewise.
10338 (remote_detach_1, extended_remote_attach_1): Likewise.
10339 (send_g_packet, remote_vkill): Likewise.
10340 (extended_remote_disable_randomization): Likewise.
10341 (remote_add_target_side_condition): Likewise.
10342 (remote_insert_breakpoint): Likewise.
10343 (remote_remove_breakpoint): Likewise.
10344 (remote_insert_watchpoint): Likewise.
10345 (remote_remove_watchpoint): Likewise.
10346 (remote_insert_hw_breakpoint): Likewise.
10347 (remote_insert_hw_breakpoint): Likewise.
10348 (remote_remove_hw_breakpoint): Likewise.
10349 (remote_download_command_source): Likewise.
10350 (remote_download_tracepoint): Likewise.
10351 (remote_download_trace_state_variable): Likewise.
10352 (remote_disable_tracepoint): Likewise.
10353 (remote_trace_set_readonly_regions): Likewise.
10354 (remote_get_tracepoint_status): Likewise.
10355 (remote_trace_find): Likewise.
10356 (remote_get_trace_state_variable_value): Likewise.
10357 (remote_set_disconnected_tracing): Likewise.
10358 (remote_set_circular_trace_buffer): Likewise.
10359 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10360 (remote_use_agent): Likewise.
10361 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10362 Update callers.
10363
10364 2012-03-07 Pedro Alves <palves@redhat.com>
10365
10366 * NEWS: Mention QProgramSignals.
10367 * inferior.h (update_signals_program_target): Declare.
10368 * infrun.c: (update_signals_program_target): New.
10369 (handle_command): Update the target of the new program signals
10370 array changes.
10371 * remote.c (PACKET_QProgramSignals): New enum.
10372 (last_program_signals_packet): New global.
10373 (remote_program_signals): New.
10374 (remote_start_remote): Update the target with the program signals
10375 list.
10376 (remote_protocol_features): Add entry for QPassSignals.
10377 (remote_open_1): Free anc clear last_program_signals_packet.
10378 (init_remote_ops): Install remote_program_signals.
10379 * target.c (update_current_target): Adjust.
10380 (target_program_signals): New.
10381 * target.h (struct target_ops) <to_program_signals>: New field.
10382 (target_program_signals): Declare.
10383
10384 2012-03-07 Pedro Alves <palves@redhat.com>
10385
10386 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10387 extensions.
10388
10389 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10390
10391 * m68klinux-nat.c (getregs_supplies): Make static.
10392 (getfpregs_supplies): Likewise.
10393 (have_ptrace_getregs): Likewise.
10394
10395 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10396
10397 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10398 in call to get_die_type_at_offset.
10399
10400 2012-03-06 Stan Shebs <stan@codesourcery.com>
10401
10402 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10403 * mi/mi-cmd-disas.c: Ditto.
10404 * mi/mi-cmd-env.c: Ditto.
10405 * mi/mi-cmd-file.c: Ditto.
10406 * mi/mi-cmd-stack.c: Ditto.
10407 * mi/mi-cmd-target.c: Ditto.
10408 * mi/mi-cmd-var.c: Ditto.
10409 * mi/mi-cmds.c: Ditto.
10410 * mi/mi-cmds.h: Ditto.
10411 * mi/mi-console.c: Ditto.
10412 * mi/mi-getopt.c: Ditto.
10413 * mi/mi-getopt.h: Ditto.
10414 * mi/mi-interp.c: Ditto.
10415 * mi/mi-main.c: Ditto.
10416 * mi/mi-out.c: Ditto.
10417 * mi/mi-parse.c: Ditto.
10418 * mi/mi-parse.h: Ditto.
10419 * mi/mi-symbol-cmds.c: Ditto.
10420
10421 * mi/mi-getopt.h: Move mi_opt struct up.
10422 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10423 return.
10424 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10425
10426 2012-03-06 Tom Tromey <tromey@redhat.com>
10427
10428 * proc-service.c (ps_pglobal_lookup): Set the current program
10429 space.
10430
10431 2012-03-06 Pedro Alves <palves@redhat.com>
10432
10433 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10434
10435 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10436
10437 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10438
10439 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 Code cleanup.
10442 * common/linux-osdata.c (linux_common_core_of_thread): New function
10443 comment.
10444 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10445 call by linux_common_core_of_thread.
10446 (linux_nat_core_of_thread_1): Remove.
10447 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10448 * linux-thread-db.c: Include linux-osdata.h.
10449 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10450 linux_common_core_of_thread.
10451
10452 2012-03-05 Tom Tromey <tromey@redhat.com>
10453
10454 * value.c (value_primitive_field): Don't fetch contents for
10455 non-virtual bases.
10456
10457 2012-03-05 Tom Tromey <tromey@redhat.com>
10458
10459 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10460
10461 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10462
10463 * s390-nat.c: Include "gregset.h".
10464
10465 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10466
10467 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10468 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10469 (libunwind_load): New variable so_error, use it for dlerror. Try to
10470 load also LIBUNWIND_SO_7.
10471
10472 2012-03-05 Pedro Alves <palves@redhat.com>
10473
10474 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10475 is not NULL, and remove resulting dead code.
10476
10477 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10478
10479 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10480 prologue to sh_analyze_prologue.
10481 (sh_analyze_prologue): Make better use of such an upper limit, and
10482 generally be more cautious about accessing memory.
10483
10484 2012-03-05 Tom Tromey <tromey@redhat.com>
10485
10486 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10487 _initialize_ia64_hpux_tdep.
10488
10489 2012-03-05 Pedro Alves <palves@redhat.com>
10490
10491 PR gdb/13766
10492
10493 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10494 the register state is clear, supply explicit zero, instead of
10495 marking the register unavailable.
10496
10497 2012-03-05 Tristan Gingold <gingold@adacore.com>
10498
10499 * NEWS: Mention OpenVMS ia64 new target.
10500
10501 2012-03-05 Tristan Gingold <gingold@adacore.com>
10502
10503 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10504 (ia64_unw_accessors, ia64_unw_rse_accessors)
10505 (ia64_libunwind_descr): Declare.
10506 * ia64-vms-tdep.c: New file.
10507 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10508 (ia64_libunwind_descr): Make them public.
10509 * configure.tgt: Add ia64-*-*vms*.
10510 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10511 (ALLDEPFILES): Add ia64-vms-tdep.c
10512
10513 2012-03-05 Tristan Gingold <gingold@adacore.com>
10514
10515 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10516 * remote.c (PACKET_qXfer_uib): New enum value.
10517 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10518 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10519 (_initialize_remote): Call add_packet_config_cmd for
10520 xfer:uib packet.
10521
10522 2012-03-05 Tristan Gingold <gingold@adacore.com>
10523
10524 * osabi.c (gdb_osabi_names): Add OpenVMS.
10525 (generic_elf_osabi_sniffer): Likewise.
10526 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10527
10528 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10529
10530 Removed unused code.
10531 * libunwind-frame.c (libunwind_frame_unwind)
10532 (libunwind_frame_base_address): Remove.
10533 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10534
10535 2012-03-04 Yao Qi <yao@codesourcery.com>
10536
10537 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10538 remove trailing new line.
10539 (agent_run_command, agent_run_command): Add _ markup.
10540 (agent_capability_check): Likewise.
10541
10542 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10543
10544 * breakpoint.c (set_condition_evaluation_mode): Set
10545 CONDITION_EVALUATION_MODE unconditionally.
10546
10547 2012-03-03 Yao Qi <yao@codesourcery.com>
10548
10549 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10550 * common/agent.h: Update declaration.
10551 * inf-child.c (inf_child_use_agent): New.
10552 (inf_child_can_use_agent): New.
10553 (inf_child_target): Initialize fields `to_use_agent'
10554 and `to_can_use_agent'.
10555 * agent.c (agent_new_objfile): New.
10556 (_initialize_agent): Add agent_new_objfile to new_objfile
10557 observer.
10558
10559 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10560 New.
10561 (linux_target_install_ops): Initialize field
10562 `to_static_tracepoint_markers_by_strid'.
10563 * remote.c (free_current_marker): Move it to ...
10564 * tracepoint.c (free_current_marker): ... here. New.
10565 (cleanup_target_stop): New.
10566 * tracepoint.h: Declare free_current_marker.
10567 * NEWS: Add one entry about `info static-tracepoint-marker'.
10568
10569 2012-03-03 Yao Qi <yao@codesourcery.com>
10570
10571 * common/agent.c (agent_loaded_p): New.
10572 (agent_look_up_symbols): New global.
10573 * common/agent.h: Declare agent_loaded_p.
10574
10575 2012-03-03 Yao Qi <yao@codesourcery.com>
10576
10577 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10578 (agent_capability_check, agent_capability_invalidate): New.
10579 (symbol_list): New array element.
10580 * common/agent.h (enum agent_capa): New.
10581 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10582
10583 2012-03-03 Yao Qi <yao@codesourcery.com>
10584
10585 * target.h (struct target_ops) <to_use_agent>: New field.
10586 (struct target_ops) <to_can_use_agent>: New field.
10587 (target_use_agent, target_can_use_agent): New macro.
10588 * target.c (update_current_target): Update.
10589 * remote.c: New enum `PACKET_QAgent'.
10590 (remote_protocol_features): Add a new element.
10591 (remote_use_agent, remote_can_use_agent): New.
10592 (init_remote_ops): Initialize field `can_use_agent' with
10593 remote_can_use_agent. Intiailize field `use_agent' with
10594 remote_use_agent.
10595 * common/agent.c (use_agent): New global.
10596 * common/agent.h: Declare it.
10597 * tracepoint.c (info_static_tracepoint_markers_command): Add
10598 comment.
10599 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10600 (COMMON_OBS): Add common/agent.o and agent.o
10601 (common-agent.o): New rule.
10602 * agent.c: New.
10603
10604 2012-03-03 Yao Qi <yao@codesourcery.com>
10605
10606 * common/agent.c: New.
10607 * common/agent.h: New.
10608 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10609 AC_CHECK_HEADERS.
10610 * configure, configh.in: Regenerated.
10611
10612 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10613
10614 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10615 unless it exists for this architecture.
10616
10617 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10618
10619 * language.h (struct language_defn): New "method" la_read_var_value.
10620 * findvar.c: #include "language.h".
10621 (default_read_var_value): Renames read_var_value. Rewrite
10622 function description.
10623 (read_var_value): New function.
10624 * value.h (default_read_var_value): Add prototype.
10625 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10626 New functions.
10627 (ada_language_defn): Add entry for la_read_var_value.
10628 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10629 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10630 language_defn structures to add entry for new la_read_var_value
10631 field.
10632
10633 2012-03-02 Tom Tromey <tromey@redhat.com>
10634 Pedro Alves <palves@redhat.com>
10635
10636 PR breakpoints/13776:
10637 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10638 breakpoints.
10639 (delete_longjmp_breakpoint_at_next_stop): New.
10640 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10641 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10642 before deleting the inferior. Add comments.
10643 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10644 breakpoints immediately, but only on next stop. Move that code
10645 next to where we mark other breakpoints for deletion.
10646
10647 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10648
10649 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10650 marker.
10651 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10652 violation.
10653
10654 2012-03-02 Pedro Alves <palves@redhat.com>
10655
10656 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10657
10658 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10659
10660 Fix -Wmissing-prototypes build.
10661 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10662 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10663 (gdbsim_has_memory): Likewise.
10664
10665 2012-03-02 Yao Qi <yao@codesourcery.com>
10666
10667 Fix -Wmissing-prototypes build.
10668 * charset.c (phony_iconv_open): Make static.
10669 (phony_iconv_close, phony_iconv): Likewise.
10670 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10671 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10672 prototype.
10673 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10674 * ser-mingw.c (create_select_thread): Make static.
10675 * windows-termcap.c (tgetent): New prototype.
10676 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10677
10678 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10679
10680 Fix -Wmissing-prototypes build.
10681 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10682 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10683 (_initialize_loadable): New prototypes.
10684
10685 2012-03-02 Doug Evans <dje@google.com>
10686
10687 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10688 abbrev table, read_comp_unit will do it.
10689
10690 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10691
10692 Fix -Wmissing-prototypes build.
10693 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10694 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10695 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10696 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10697 (_initialize_arm_symbian_tdep): New prototype.
10698 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10699 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10700 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10701 static.
10702 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10703 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10704 prototype.
10705 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10706 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10707 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10708 static.
10709 * moxie-tdep.c (moxie_process_record): Likewise.
10710 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10711 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10712 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10713 (_initialize_rl78_tdep): New prototype.
10714 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10715 (_initialize_rx_tdep): New prototype.
10716 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10717 (_initialize_darwin_solib): New prototype.
10718 * solib-spu.c: Include solib-spu.h.
10719 (_initialize_spu_solib): New prototype.
10720 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10721 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10722 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10723 (tic6x_software_single_step): Make it static.
10724 (_initialize_tic6x_tdep): New prototype.
10725
10726 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10727
10728 Fix -Wmissing-prototypes build.
10729 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10730 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10731
10732 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10733
10734 Fix -Wmissing-prototypes build.
10735 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10736 (frv_have_stopped_data_address): Remove.
10737
10738 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10739
10740 Fix -Wmissing-prototypes build.
10741 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10742 * sh-tdep.c: Include sh64-tdep.h.
10743 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10744 * sh64-tdep.c: Include sh64-tdep.h.
10745 * sh64-tdep.h: New file.
10746
10747 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10748
10749 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10750
10751 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10752
10753 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10754 sp_regnum once the gdbarch_init_osabi hook has been called.
10755
10756 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10757
10758 * mips-tdep.c (mips32_bc1_pc): New function.
10759 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10760 BPOSGE32 and BPOSGE64 instructions.
10761 (deal_with_atomic_sequence): Likewise.
10762 (mips32_instruction_has_delay_slot): Likewise.
10763
10764 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10765 Chris Dearman <chris@mips.com>
10766 Maciej W. Rozycki <macro@codesourcery.com>
10767 Joseph Myers <joseph@codesourcery.com>
10768
10769 * features/mips-dsp.xml: New file.
10770 * features/mips64-dsp.xml: New file.
10771 * features/mips-dsp-linux.xml: New file.
10772 * features/mips64-dsp-linux.xml: New file.
10773 * features/Makefile (WHICH): Add mips-dsp-linux and
10774 mips64-dsp-linux.
10775 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10776 * features/mips-dsp-linux.c: New file.
10777 * features/mips64-dsp-linux.c: New file.
10778 * regformats/mips-dsp-linux.dat: New file.
10779 * regformats/mips64-dsp-linux.dat: New file.
10780 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10781 registers.
10782 (mips64_linux_register_addr): Likewise.
10783 (mips64_linux_regsets_fetch_registers): Likewise.
10784 (mips64_linux_regsets_store_registers): Likewise.
10785 (mips64_linux_fetch_registers): Update call to
10786 mips64_linux_regsets_fetch_registers.
10787 (mips64_linux_store_registers): Update call to
10788 mips64_linux_regsets_store_registers.
10789 (mips_linux_read_description): Probe for DSP registers.
10790 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10791 and initialize_tdesc_mips64_dsp_linux.
10792 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10793 Remove padding of no longer used embedded register slots.
10794 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10795 (MIPS_RESTART_REGNUM): Redefine enum value.
10796 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10797 strings.
10798 (mips_tx39_reg_names): Likewise.
10799 (mips_linux_reg_names): New array of register names for Linux
10800 targets.
10801 (mips_register_name): Check for a null pointer in
10802 mips_processor_reg_names and return an empty string.
10803 (mips_register_type): Exclude embedded registers for the IRIX
10804 and Linux ABIs.
10805 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10806 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10807 DSP registers.
10808 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10809 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10810 (mips_gdbarch_init): Likewise. Initialize internal register
10811 indices for the Linux ABI. Use dynamic numbers to refer to
10812 registers, as applicable, while parsing the target description.
10813 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10814
10815 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10816
10817 * frame.h (read_frame_register_unsigned): Fix typo in function
10818 description.
10819
10820 2012-03-01 Pedro Alves <palves@redhat.com>
10821
10822 * jit-reader.in [!__cplusplus]
10823 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10824
10825 2012-03-01 Pedro Alves <palves@redhat.com>
10826
10827 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10828 * configure: Regenerate.
10829
10830 2012-03-01 Pedro Alves <palves@redhat.com>
10831
10832 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10833 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10834 (ftrace_command, strace_command): Make static.
10835 * d-lang.c (_initialize_d_language): Declare.
10836 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10837 * dwarf2loc.c (_initialize_dwarf2loc):
10838 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10839 * exec.c (exec_get_section_table): Make static.
10840 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10841 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10842 * inferior.c (remove_inferior_command, add_inferior_command)
10843 (clone_inferior_command): Make static.
10844 * linux-nat.c (linux_nat_thread_address_space)
10845 (linux_nat_core_of_thread): Make static.
10846 * linux-tdep.c (_initialize_linux_tdep): Declare.
10847 * objc-lang.c (_initialize_objc_lang): Declare.
10848 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10849 Make static.
10850 (_initialize_opencl_language): Declare.
10851 * record.c (_initialize_record): Declare.
10852 * remote.c (demand_private_info, remote_get_tib_address)
10853 (remote_supports_cond_tracepoints)
10854 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10855 Make static.
10856 * skip.c (_initialize_step_skip): Declare.
10857 * symtab.c (skip_prologue_using_lineinfo): Make static.
10858 * tracepoint.c (delete_trace_state_variable)
10859 (trace_variable_command, delete_trace_variable_command)
10860 (get_uploaded_tsv, find_matching_tracepoint_location)
10861 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10862 Make static.
10863 * value.c (pack_unsigned_long): Make static.
10864 * varobj.c (varobj_ensure_python_env): Make static.
10865 * windows-tdep.c (_initialize_windows_tdep): Declare.
10866 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10867
10868 2012-03-01 Pedro Alves <palves@redhat.com>
10869
10870 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10871 gdbarch parameter.
10872 (linux_init_abi): Install it as has_shared_address_space gdbarch
10873 callback.
10874
10875 2012-03-01 Pedro Alves <palves@redhat.com>
10876
10877 * observer.c (observer_test_first_notification_function)
10878 (observer_test_second_notification_function)
10879 (observer_test_third_notification_function): Add declarations.
10880
10881 2012-03-01 Pedro Alves <palves@redhat.com>
10882
10883 * common/signals.c (default_target_signal_to_host)
10884 (default_target_signal_from_host): Move ...
10885 * arch-utils.c: ... here.
10886 * arch-utils.h (default_target_signal_to_host)
10887 (default_target_signal_from_host): Declare.
10888
10889 * common/signals.c (target_signal_from_command): Move ...
10890 * infrun.c: ... here.
10891 * inferior.h (target_signal_from_command): Declare.
10892 * target.h (target_signal_from_command)
10893 (default_target_signal_from_host, default_target_signal_to_host):
10894 Delete declarations.
10895
10896 * common/signals.c (_initialize_signals): Delete.
10897
10898 2012-03-01 Pedro Alves <palves@redhat.com>
10899
10900 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10901 both __cplusplus and !__cplusplus.
10902
10903 2012-03-01 Pedro Alves <palves@redhat.com>
10904
10905 * psymtab.c (find_and_open_source): Delete declaration.
10906 * source.c (find_and_open_source): Move comment ...
10907 * source.h (find_and_open_source): ... to this new declaration.
10908
10909 2012-03-01 Pedro Alves <palves@redhat.com>
10910
10911 * inline-frame.c: Include inline-frame.h.
10912
10913 2012-03-01 Pedro Alves <palves@redhat.com>
10914
10915 * tui/tui-data.c (set_gen_win_origin): Delete.
10916 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10917 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10918
10919 2012-03-01 Pedro Alves <palves@redhat.com>
10920
10921 * remote.c (encode_actions): Delete declaration.
10922 * tracepoint.c (encode_actions): Make extern.
10923 * tracepoint.h (encode_actions): Declare.
10924
10925 2012-03-01 Pedro Alves <palves@redhat.com>
10926
10927 * python/py-breakpoint.c: Include python.h.
10928 * python/py-continueevent.c (create_continue_event_object): Make
10929 static.
10930 * python/py-lazy-string.c (stpy_get_type): Make static.
10931 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10932 Make static.
10933 * python/py-utils.c (unicode_to_target_python_string): Make
10934 static.
10935 * python/py-value.c: Include python.h.
10936
10937 2012-03-01 Pedro Alves <palves@redhat.com>
10938
10939 * inferior.c (delete_threads_of_inferior): Delete.
10940
10941 2012-03-01 Pedro Alves <palves@redhat.com>
10942
10943 Import fallback definitions from glibc.
10944
10945 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10946 ps_prochandle): Forward declare.
10947 (ps_err_e): Use glibc's comments.
10948 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10949 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10950 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10951 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10952 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10953 (struct ps_prochandle): Adjust comment.
10954
10955 2012-03-01 Pedro Alves <palves@redhat.com>
10956
10957 * ada-lang.c (ada_modulus_from_name): Delete.
10958 * ada-lex.l (lexer_init): Make static.
10959
10960 2012-03-01 Pedro Alves <palves@redhat.com>
10961
10962 PR gdb/13767
10963
10964 * frame.c (read_frame_register_unsigned): New.
10965 * frame.h (read_frame_register_unsigned): Declare.
10966 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10967 Handle it.
10968 (print_i387_control_word): New parameter `control_p'. Handle it.
10969 (i387_print_float_info): Handle unavailable float registers.
10970
10971 2012-03-01 Keith Seitz <keiths@redhat.com>
10972
10973 * linespec.c (decode_line_2): Sort the list of methods
10974 alphabetically before presenting the user with a selection
10975 menu.
10976
10977 2012-03-01 Doug Evans <dje@google.com>
10978
10979 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10980 has_namespace_info.
10981 (dwarf2_read_abbrevs): Remove corresponding initialization.
10982
10983 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10984
10985 * NEWS: Mention new python command class gdb.COMMAND_USER.
10986 * cli/cli-cmds.c (show_user): Print error when used on a python
10987 command.
10988 (init_cli_cmds): Update documentation strings for "show user" and
10989 "set/show max-user-call-depth" to clarify that it does not apply to
10990 python commands.
10991 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10992 error check.
10993 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10994 gdb python api.
10995 * top.c (execute_command): Only execute a user-defined command as a
10996 legacy macro if c->user_commands is set.
10997
10998 2012-03-01 Tom Tromey <tromey@redhat.com>
10999
11000 * valprint.h (struct generic_val_print_decorations): New.
11001 (generic_val_print): Declare.
11002 * valprint.c (generic_val_print): New function.
11003 * p-valprint.c (p_decorations): New global.
11004 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
11005 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
11006 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
11007 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
11008 * m2-valprint.c (m2_decorations): New global.
11009 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
11010 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
11011 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
11012 TYPE_CODE_ERROR>: Call generic_val_print.
11013 * f-valprint.c (f_decorations): New global.
11014 (f_val_print): Use print_function_pointer_address.
11015 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
11016 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
11017 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
11018 generic_val_print.
11019 * c-valprint.c (c_decorations): New global.
11020 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
11021 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
11022 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
11023 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
11024 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
11025 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
11026 case.
11027
11028 2012-03-01 Tom Tromey <tromey@redhat.com>
11029
11030 * valprint.c (val_print): Update.
11031 * p-valprint (pascal_val_print): Return void.
11032 * p-lang.h (pascal_val_print): Return void.
11033 * m2-valprint.c (m2_val_print): Return void.
11034 * m2-lang.h (m2_val_print): Return void.
11035 * language.h (struct language_defn) <la_val_print>: Return void.
11036 * language.c (unk_lang_val_print): Return void.
11037 * jv-valprint.c (java_val_print): Return void.
11038 * jv-lang.h (java_val_print): Return void.
11039 * f-valprint.c (f_val_print): Return void.
11040 * f-lang.h (f_val_print): Return void.
11041 * d-valprint.c (d_val_print): Return void.
11042 (dynamic_array_type): Update.
11043 * d-lang.h (d_val_print): Return void.
11044 * c-valprint.c (c_val_print): Return void.
11045 * c-lang.h (c_val_print): Return void.
11046 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
11047 void.
11048 * ada-lang.h (ada_val_print): Return void.
11049
11050 2012-03-01 Tom Tromey <tromey@redhat.com>
11051
11052 * value.h (val_print): Return void.
11053 * valprint.c (val_print): Return void.
11054
11055 2012-03-01 Tom Tromey <tromey@redhat.com>
11056
11057 * value.h (common_val_print): Return void.
11058 * valprint.c (common_val_print): Return void.
11059
11060 2012-03-01 Tom Tromey <tromey@redhat.com>
11061
11062 * value.h (value_print): Return void.
11063 * valprint.c (value_print): Return void.
11064 * p-valprint.c (pascal_value_print): Return void.
11065 * p-lang.h (pascal_value_print): Return void.
11066 * language.h (struct language_defn) <la_value_print>: Return
11067 void.
11068 * language.c (unk_lang_value_print): Return void.
11069 * jv-valprint.c (java_value_print): Return void.
11070 * jv-lang.h (java_value_print): Return void.
11071 * f-valprint.c (c_value_print): Don't declare.
11072 Include c-lang.h.
11073 * c-valprint.c (c_value_print): Return void.
11074 * c-lang.h (c_value_print): Return void.
11075 * ada-valprint.c (ada_value_print): Return void.
11076 * ada-lang.h (ada_value_print): Return void.
11077
11078 2012-03-01 Tom Tromey <tromey@redhat.com>
11079
11080 * value.c (value_primitive_field): Handle virtual base classes.
11081
11082 2012-03-01 Tom Tromey <tromey@redhat.com>
11083
11084 * gdbtypes.h (struct vbase): Remove.
11085
11086 2012-03-01 Tom Tromey <tromey@redhat.com>
11087
11088 * c-valprint.c (print_function_pointer_address): Move...
11089 * valprint.c: ... here. Make non-static.
11090 * m2-valprint.c (print_function_pointer_address): Remove.
11091 * valprint.h (print_function_pointer_address): Declare.
11092
11093 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11094
11095 * NEWS: Document the fact that one can provide a condition when
11096 creating an Ada exception catchpoint.
11097
11098 2012-03-01 Tom Tromey <tromey@redhat.com>
11099
11100 * valprint.c (val_print_type_code_flags): Fix placement of
11101 trailing brace.
11102
11103 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11104
11105 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11106 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11107 environment variable before calling update-copyright.
11108
11109 2012-03-01 Joel Brobecker <brobecker@adacore.com>
11110
11111 * gnulib/extra/update-copyright: Update to the latest from
11112 gnulib's git repository.
11113 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11114 variable to 2 instead of 1.
11115
11116 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11117
11118 * varobj.c (c_value_of_variable): Remove dead code.
11119
11120 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11121
11122 * ada-lex.p (processId): Do not modify already encoded IDs.
11123 Update function documentation.
11124
11125 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11126
11127 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11128 "name" with "struct symbol *name_sym".
11129 * ada-exp.y (write_var_or_type): Update call to
11130 ada_find_renaming_symbol.
11131 "name" with "struct symbol *name_sym". Adjust Implementation
11132 accordingly. Adjust the function documentation.
11133
11134 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11135
11136 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11137 * ada-lang.c (ada_find_any_type): Add advance declaration.
11138 Make static. Replace ada_find_any_symbol by
11139 ada_find_any_type_symbol.
11140 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11141 Improve function description. Make static.
11142 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11143 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11144
11145 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11146
11147 * ada-lang.c (struct tag_args): Delete.
11148 (ada_get_tsd_type): Function body moved up in source file.
11149 (ada_tag_name_1, ada_tag_name_2): Delete.
11150 (ada_get_tsd_from_tag): New function.
11151 (ada_tag_name_from_tsd): New function.
11152 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11153 to determine the tag name.
11154
11155 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11156
11157 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11158 declaration.
11159 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11160 function.
11161
11162 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11163
11164 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11165
11166 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11167
11168 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11169 full searches.
11170
11171 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11172
11173 * ada-lang.c (constrained_packed_array_type): If there is a
11174 parallel XA type, use it to determine the array index type.
11175
11176 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11177
11178 * ada-valprint.c (ada_val_print_1): If our value is a reference
11179 to an array descriptor, dereference it before converting it
11180 to a simple array.
11181
11182 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11183
11184 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11185 creating fixed value.
11186 (ada_value_ind, ada_coerce_ref, assign_component)
11187 (ada_evaluate_subexp): Remove call to unwrap_value before
11188 call to ada_to_fixed_value.
11189
11190 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11191
11192 * ada-lang.c (to_fixed_array_type): Set result's type name.
11193
11194 2012-02-29 Joel Brobecker <brobecker@adacore.com>
11195
11196 * ada-lang.c (catch_ada_exception_command_split): Add new
11197 argument cond_string. Add support for condition at end of
11198 "catch exception" commands.
11199 (ada_decode_exception_location): Add new argument cond_string.
11200 Update call to catch_ada_exception_command_split.
11201 (create_ada_exception_catchpoint): Add new argument cond_string.
11202 Set the breakpoint condition if needed.
11203 (catch_ada_exception_command): Update call to
11204 ada_decode_exception_location.
11205 (ada_decode_assert_location): Add function documentation.
11206 Add support for condition at end of "catch assert" command.
11207 (catch_assert_command): Update calls to ada_decode_assert_location
11208 and create_ada_exception_catchpoint.
11209
11210 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11211
11212 Fix disp-step-syscall.exp: fork: single step over fork.
11213 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11214 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11215 comment, change parameters gdbarch and ptid to regcache. Remove
11216 parameter regcache, initialize gdbarch from regcache here.
11217 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11218 New functions.
11219 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11220 instead.
11221 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11222 'syscall'. Make the 'int' check more strict.
11223
11224 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11227 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11228 (i386_linux_intx80_sysenter_syscall_record): ... here.
11229 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11230 Use the renamed function name.
11231
11232 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11235 * breakpoint.c (until_break_command): Likewise.
11236 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11237 * infcall.c (call_function_by_hand): Likewise.
11238 * infcmd.c (finish_forward): Likewise.
11239 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11240
11241 2012-02-28 Tristan Gingold <gingold@adacore.com>
11242
11243 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11244 avoid variable assignments inside condition.
11245
11246 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11247
11248 Fix static analysis issue found by cppcheck.
11249 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11250 uninitialized BUF for size 2.
11251
11252 2012-02-27 Chris Dearman <chris@mips.com>
11253 Nathan Froyd <froydnj@codesourcery.com>
11254 Maciej W. Rozycki <macro@codesourcery.com>
11255
11256 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11257 (mips16_instruction_has_delay_slot): Likewise.
11258 (mips_segment_boundary): Likewise.
11259 (mips_adjust_breakpoint_address): Likewise.
11260 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11261
11262 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11263 Maciej W. Rozycki <macro@codesourcery.com>
11264
11265 * infrun.c (handle_inferior_event): Don't proceed through
11266 shared library trampolines if stepping at the machine
11267 instruction level.
11268
11269 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11270
11271 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11272 too.
11273
11274 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11275
11276 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11277 (sh_stub_unwind_sniffer): New functions.
11278 (sh_stub_unwind): New variable.
11279 (sh_gdbarch_init): Wire everything.
11280
11281 2012-02-27 Pedro Alves <palves@redhat.com>
11282
11283 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11284 (linux_nat_post_attach_wait): Adjust to use
11285 linux_proc_pid_is_stopped.
11286 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11287 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11288 based on pid_is_stopped from both linux-nat.c and
11289 gdbserver/linux-low.c, and renamed.
11290
11291 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11292
11293 * remote.c (remote_watchpoint_addr_within_range): New function.
11294 (init_remote_ops): Use it.
11295
11296 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11297
11298 * target.h (target_watchpoint_addr_within_range): Document macro.
11299
11300 2012-02-24 Pedro Alves <palves@redhat.com>
11301
11302 * stack.c (set_last_displayed_sal): Issue internal_error instead
11303 of warning, and issue it after clearing the last displayed sal.
11304
11305 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11306 Pedro Alves <palves@redhat.com>
11307
11308 * breakpoint.c (until_break_command): Install breakpoints after
11309 all frame manipulations.
11310
11311 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11312
11313 * remote.c (remote_supports_cond_breakpoints): New forward
11314 declaration.
11315 (remote_add_target_side_condition): New function.
11316 (remote_insert_breakpoint): Add target-side breakpoint
11317 conditional if supported.
11318 (remote_insert_hw_breakpoint): Likewise.
11319 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11320 hook.
11321
11322 * target.c (update_current_target): Inherit
11323 to_supports_evaluation_of_breakpoint_conditions.
11324 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11325
11326 * target.h (struct target_ops)
11327 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11328 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11329
11330 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11331 (condition_evaluation_both, condition_evaluation_auto,
11332 condition_evaluation_host, condition_evaluation_target,
11333 condition_evaluation_enums, condition_evaluation_mode_1,
11334 condition_evaluation_mode): New static globals.
11335 (translate_condition_evaluation_mode): New function.
11336 (breakpoint_condition_evaluation_mode): New function.
11337 (gdb_evaluates_breakpoint_condition_p): New function.
11338 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11339 (mark_breakpoint_modified): New function.
11340 (mark_breakpoint_location_modified): New function.
11341 (set_condition_evaluation_mode): New function.
11342 (show_condition_evaluation_mode): New function.
11343 (bp_location_compare_addrs): New function.
11344 (get_first_location_gte_addr): New helper function.
11345 (set_breakpoint_condition): Free condition bytecode if locations
11346 has become unconditional. Call mark_breakpoint_modified (...).
11347 (condition_command): Call update_global_location_list (1) for
11348 breakpoints.
11349 (breakpoint_xfer_memory): Use is_breakpoint (...).
11350 (is_breakpoint): New function.
11351 (parse_cond_to_aexpr): New function.
11352 (build_target_condition_list): New function.
11353 (insert_bp_location): Handle target-side conditional
11354 breakpoints and call build_target_condition_list (...).
11355 (update_inserted_breakpoint_locations): New function.
11356 (insert_breakpoint_locations): Handle target-side conditional
11357 breakpoints.
11358 (bpstat_check_breakpoint_conditions): Add comment.
11359 (bp_condition_evaluator): New function.
11360 (bp_location_condition_evaluator): New function.
11361 (print_breakpoint_location): Print information on where the condition
11362 will be evaluated.
11363 (print_one_breakpoint_location): Likewise.
11364 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11365 breakpoint location.
11366 (force_breakpoint_reinsertion): New functions.
11367 (update_global_location_list): Handle target-side breakpoint
11368 conditions.
11369 Reinsert locations that are already inserted if conditions have
11370 changed.
11371 (bp_location_dtor): Free agent expression bytecode.
11372 (disable_breakpoint): Call mark_breakpoint_modified (...).
11373 Call update_global_location_list (...) with parameter 1 for breakpoints.
11374 (disable_command): Call mark_breakpoint_location_modified (...).
11375 Call update_global_location_list (...) with parameter 1 for breakpoints.
11376 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11377 (enable_command): mark_breakpoint_location_modified (...).
11378 (_initialize_breakpoint): Update documentation and add
11379 condition-evaluation breakpoint subcommand.
11380
11381 * breakpoint.h: Include ax.h.
11382 (condition_list): New data structure.
11383 (condition_status): New enum.
11384 (bp_target_info) <cond_list>: New field.
11385 (bp_location) <condition_changed, cond_bytecode>: New fields.
11386 (is_breakpoint): New prototype.
11387
11388 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11389
11390 * remote.c (remote_state) <cond_breakpoints>: New field.
11391 (PACKET_ConditionalBreakpoints): New enum.
11392 (remote_cond_breakpoint_feature): New function.
11393 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11394 (remote_supports_cond_breakpoints): New function.
11395 (_initialize_remote): Add new packet configuration for
11396 target-side conditional breakpoints.
11397
11398 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11399
11400 * NEWS: Mention target-side conditional breakpoint support,
11401 new condition-evaluation breakpoint subcommand and remote
11402 packet extensions.
11403
11404 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11405
11406 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11407 number.
11408
11409 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11410
11411 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11412 (after_prologue): Remove.
11413
11414 2012-02-23 Tom Tromey <tromey@redhat.com>
11415
11416 * jv-valprint.c (java_val_print): Remove dead code.
11417
11418 2012-02-23 Tristan Gingold <gingold@adacore.com>
11419
11420 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11421 known_tasks_element and known_tasks_length fields.
11422 (read_known_tasks_array): Change argument type. Use pointer type
11423 and number of elements from DATA. Adjust.
11424 (read_known_tasks_list): Likewise.
11425 (get_known_tasks_addr): Remove.
11426 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11427 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11428 type and array length. Merge former get_known_tasks_addr code.
11429
11430 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 PR backtrace/13716
11433 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11434 it after set_momentary_breakpoint.
11435
11436 2012-02-22 Sterling Augustine <saugustine@google.com>
11437
11438 PR 13689:
11439 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11440
11441 2012-02-22 Gary Benson <gbenson@redhat.com>
11442
11443 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11444 (find_slot_in_mapped_hash): Likewise.
11445
11446 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 PR build/13638
11449 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11450 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11451 * configure: Regenerate.
11452
11453 2012-02-21 Tristan Gingold <gingold@adacore.com>
11454 Pedro Alves <palves@redhat.com>
11455
11456 * ia64-tdep.c: Do not include libunwind-ia64.h.
11457 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11458 Include libunwind-ia64.h instead of libunwind.h.
11459 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11460 for libunwind.h existence.
11461 * configure, config.in: Regenerate.
11462
11463 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11464
11465 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11466 instead of value_rtti_target_type.
11467 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11468 instead of value_rtti_target_type.
11469 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11470 value_rtti_target_type.
11471 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11472 (value_rtti_target_type): Rename to ...
11473 (value_rtti_indirect_type): ... here and make it indirect. Update
11474 function comment.
11475 * value.c (readjust_indirect_value_type): New function.
11476 (coerce_ref): Support for enclosing type setting for references
11477 with readjust_indirect_value_type.
11478 * value.h (readjust_value_type): New declaration.
11479 (value_rtti_target_type): Rename to ...
11480 (value_rtti_indirect_type): ... here.
11481
11482 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11483
11484 * MAINTAINERS (Write After Approval): Add myself to the list.
11485
11486 2012-02-20 Doug Evans <dje@google.com>
11487
11488 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11489 Rename objfile_p_char parameter to objfilep.
11490 (build_objfile_section_table): Result is now void. All callers
11491 updated.
11492 * objfiles.h (struct objfile): Tweak comments, whitespace.
11493 (build_objfile_section_table): Update.
11494
11495 * elfread.c (elf_symfile_segments): Fix warning text.
11496
11497 2012-02-20 Tom Tromey <tromey@redhat.com>
11498
11499 PR gdb/13498:
11500 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11501 particular set of file names once.
11502 (dw2_map_symbol_filenames): Likewise.
11503
11504 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11505
11506 Code cleanup.
11507 * main.c (write_files): Remove the declaration.
11508 (external_editor_command): Move the declaration ...
11509 [GDBTK] (external_editor_command): ... here. Fix the comment.
11510
11511 2012-02-20 Tom Tromey <tromey@redhat.com>
11512
11513 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11514 extraneous block.
11515
11516 2012-02-20 Tristan Gingold <gingold@adacore.com>
11517
11518 * darwin-nat.h (enum darwin_msg_state): Add comments.
11519
11520 2012-02-20 Tristan Gingold <gingold@adacore.com>
11521
11522 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11523 value.
11524
11525 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11526
11527 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11528 between function description and implementation.
11529
11530 2012-02-17 Tom Tromey <tromey@redhat.com>
11531
11532 PR python/12070:
11533 * python/py-event.c (event_object_getset): New global.
11534 (event_object_type): Reference it.
11535 * python/py-type.c (field_object_getset): New global.
11536 (field_object_type): Reference it.
11537 * python/python-internal.h (gdb_py_generic_dict): Declare.
11538 * python/py-utils.c (gdb_py_generic_dict): New function.
11539
11540 2012-02-17 Tristan Gingold <gingold@adacore.com>
11541
11542 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11543
11544 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11545
11546 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11547 TYPE_CALLING_CONVENTION annotation.
11548
11549 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11550
11551 * MAINTAINERS: Add rx to target ISA section.
11552 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11553 (ALLDEPFILES): Add rx-tdep.c.
11554
11555 2012-02-16 Tom Tromey <tromey@redhat.com>
11556
11557 * symfile.c (symbol_file_add_main_1): Use inferior's
11558 symfile_flags.
11559 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11560 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11561 inferior.
11562 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11563 inferior.
11564 (follow_exec): Use inferior's symfile_flags.
11565 * inferior.h (struct inferior) <symfile_flags>: New field.
11566
11567 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11568
11569 PR gdb/9734:
11570 * remote-sim.c (gdbsim_create_inferior): Call error() when
11571 sim_create_inferior() fails.
11572
11573 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11574
11575 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11576
11577 2012-02-16 Tom Tromey <tromey@redhat.com>
11578
11579 PR c++/13653:
11580 * thread.c (struct current_thread_cleanup) <was_removable>: New
11581 field.
11582 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11583 (make_cleanup_restore_current_thread): Initialize new field.
11584
11585 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11586
11587 * MAINTAINERS: Add rl78 to target ISA section.
11588 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11589 (ALLDEPFILES): Add rl78-tdep.c.
11590 * NEWS: Mention rl78 as a new target.
11591
11592 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11593
11594 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11595 data.
11596 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11597
11598 2012-02-15 Tom Tromey <tromey@redhat.com>
11599
11600 PR gdb/12659:
11601 * infcmd.c (registers_info): Print just the current register's
11602 name.
11603
11604 2012-02-15 Tom Tromey <tromey@redhat.com>
11605
11606 * python/py-symbol.c (sympy_value): Use _().
11607
11608 2012-02-15 Pedro Alves <palves@redhat.com>
11609
11610 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11611 output to be like native targets'.
11612 (remote_pid_to_str): Special case the null ptid.
11613
11614 2012-02-14 Stan Shebs <stan@codesourcery.com>
11615
11616 * NEWS: Mention enable count command.
11617 * breakpoint.h (struct breakpoint): New field enable_count.
11618 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11619 (enable_breakpoint): Add arg to call.
11620 (struct disp_data): New struct.
11621 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11622 (do_map_enable_once_breakpoint): Create a struct and pass it.
11623 (do_map_enable_delete_breakpoint): Ditto.
11624 (do_map_enable_count_breakpoint): New function.
11625 (enable_count_command): New function.
11626 (bpstat_stop_status): Decrement enable_count.
11627 (print_one_breakpoint_location): Report enable count.
11628 (_initialize_breakpoint): Add enable count command.
11629
11630 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11631
11632 * rl78-tdep.c (reggroups.h): Include.
11633 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11634 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11635 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11636 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11637 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11638 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11639 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11640 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11641 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11642 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11643 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11644 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11645 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11646 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11647 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11648 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11649 beginning of register list.
11650 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11651 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11652 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11653 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11654 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11655 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11656 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11657 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11658 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11659 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11660 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11661 the pseudo registers. Rearrange other pseudo registers too so
11662 that the bank registers appear at the end.
11663 (rl78_register_type): Account for the fact that the byte sized
11664 bank registers are now pseudo-registers.
11665 (rl78_register_name): Rearrange the register name array. Make
11666 initial set of raw banked registers inaccessible.
11667 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11668 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11669 case for copying bytes back and forth between raw and pseudo
11670 versions of the banked registers. Update other cases to reflect
11671 the changed names.
11672 (rl78_return_value): Update to account for changed names of
11673 raw registers.
11674 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11675 rl78_register_sim_regno().
11676
11677 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11678
11679 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11680 the name parameter being passed to find_pc_partial_function().
11681
11682 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11683
11684 * MAINTAINERS: Step down from being ia64 target maintainer.
11685
11686 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11689 compilation warning.
11690
11691 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11692
11693 Fix crash on loaded shlibs without loaded exec_bfd.
11694 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11695 (set_section_command): Replace exec_bfd by p->bfd.
11696
11697 2012-02-10 Tom Tromey <tromey@redhat.com>
11698
11699 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11700 when we have a C++ qualified name.
11701
11702 2012-02-10 Pedro Alves <palves@redhat.com>
11703
11704 * inferior.c (inferior_pid_to_str): New.
11705 (print_inferior, inferior_command): Use it.
11706
11707 2012-02-10 Pedro Alves <palves@redhat.com>
11708
11709 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11710 the test CFLAGS.
11711 * configure: Regenerate.
11712
11713 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * linespec.c (decode_line_internal): Fix comment correctness.
11716
11717 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11718
11719 PR gdb/12953
11720 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11721 * amd64bsd-nat.c: Add support for debug registers (adapted from
11722 i386bsd-nat.c).
11723 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11724 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11725 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11726 (amd64bsd_dr_get_control): New functions.
11727 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11728 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11729 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11730 watchpoints initialization.
11731 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11732
11733 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11736 flds_bnds.fields.
11737 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11738
11739 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11742
11743 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11744
11745 * language.h (symbol_name_cmp_ftype): Renames
11746 symbol_name_match_p_ftype.
11747 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11748 la_get_symbol_name_match_p.
11749 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11750 ada_get_symbol_name_match_p. Update comment.
11751 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11752 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11753 Renames symbol_name_match_p. Update field type.
11754 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11755 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11756 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11757 "la_get_symbol_name_cmp" in comments.
11758 * language.c: Likewise.
11759
11760 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11761
11762 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11763 %eflags offset.
11764 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11765 (amd64_sol2_gregset32_reg_offs): Likewise.
11766
11767 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11768
11769 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11770 of the returned BFD is allocated by GDB.
11771
11772 2012-02-07 Tom Tromey <tromey@redhat.com>
11773
11774 PR python/12027:
11775 * python/python-internal.h (frame_object_type): Declare.
11776 * python/py-symbol.c (sympy_needs_frame): New function.
11777 (sympy_value): New function.
11778 (symbol_object_getset): Add "needs_frame".
11779 (symbol_object_methods): Add "value".
11780 * python/py-frame.c (frame_object_type): No longer static.
11781
11782 2012-02-07 Tom Tromey <tromey@redhat.com>
11783
11784 PR python/13599:
11785 * python/py-symbol.c (sympy_line): New function.
11786 (symbol_object_getset): Add "line".
11787
11788 2012-02-07 Tom Tromey <tromey@redhat.com>
11789
11790 * charset.c (find_charset_names): Check 'in' against NULL.
11791
11792 2012-02-06 Doug Evans <dje@google.com>
11793
11794 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11795 and fields.name members from char * to const char *. All uses updated.
11796 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11797 from char * to const char *. All uses updated.
11798 (type_name_no_tag): Update.
11799 (lookup_unsigned_typename, lookup_signed_typename): Update.
11800 * gdbtypes.c (type_name_no_tag): Change result type
11801 from char * to const char *. All callers updated.
11802 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11803 name parameter from char * to const char *.
11804 * symtab.h (struct cplus_specific): Change type of demangled_name
11805 member from char * to const char *. All uses updated.
11806 (struct general_symbol_info): Change type of name and
11807 mangled_lang.demangled_name members from char * to const char *.
11808 All uses updated.
11809 (symbol_get_demangled_name, symbol_natural_name): Update.
11810 (symbol_demangled_name, symbol_search_name): Update.
11811 * symtab.c (symbol_get_demangled_name): Change result type
11812 from char * to const char *. All callers updated.
11813 (symbol_natural_name, symbol_demangled_name): Ditto.
11814 (symbol_search_name): Ditto.
11815 (completion_list_add_name): Change type of symname,sym_text,
11816 text,word parameters from char * to const char *.
11817 (completion_list_objc_symbol): Change type of sym_text,
11818 text,word parameters from char * to const char *.
11819 * ada-lang.c (find_struct_field): Change type of name parameter
11820 from char * to const char *.
11821 (encoded_ordered_before): Similarly for N0,N1 parameters.
11822 (old_renaming_is_invisible): Similarly for function_name parameter.
11823 (ada_type_name): Change result type from char * to const char *.
11824 All callers updated.
11825 * ada-lang.h (ada_type_name): Update.
11826 * buildsym.c (hashname): Change type of name parameter
11827 from char * to const char *.
11828 * buildsym.h (hashname): Update.
11829 * dbxread.c (end_psymtab): Change type of include_list parameter
11830 from char ** to const char **.
11831 * dwarf2read.c (determine_prefix): Change result type
11832 from char * to const char *. All callers updated.
11833 * f-lang.c (find_common_for_function): Change type of name, funcname
11834 parameters from char * to const char *.
11835 * f-lang.c (find_common_for_function): Update.
11836 * f-valprint.c (list_all_visible_commons): Change type of funcname
11837 parameters from char * to const char *.
11838 * gdbarch.sh (static_transform_name): Change type of name parameter
11839 and result from char * to const char *.
11840 * gdbarch.c: Regenerate.
11841 * gdbarch.h: Regenerate.
11842 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11843 of name parameter from char * to const char *.
11844 * jv-lang.c (java_primitive_type_from_name): Ditto.
11845 (java_demangled_signature_length): Similarly for signature parameter.
11846 (java_demangled_signature_copy): Ditto.
11847 (java_demangle_type_signature): Ditto.
11848 * jv-lang.h (java_primitive_type_from_name): Update.
11849 (java_demangle_type_signature): Update.
11850 * objc-lang.c (specialcmp): Change type of a,b parameters
11851 from char * to const char *.
11852 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11853 from char * to const char *. All callers updated.
11854 * p-lang.h (is_pascal_string_type): Update.
11855 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11856 of name parameter from char * to const char *.
11857 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11858 * utils.c (fprintf_symbol_filtered): Ditto.
11859 * defs.h (fprintf_symbol_filtered): Update.
11860 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11861 * stabsread.h (end_psymtab): Update.
11862 * stack.c (find_frame_funname): Change type of funname parameter
11863 from char ** to const char **.
11864 * stack.h (find_frame_funname): Update.
11865 * typeprint.c (type_print): Change type of varstring parameter
11866 from char * to const char *.
11867 * value.h (type_print): Update.
11868 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11869 from char * to const char *. All callers updated.
11870 (xcoff_end_psymtab): Change type of include_list parameter
11871 from char ** to const char **. All callers updated.
11872 (swap_sym): Similarly for name parameter. All callers updated.
11873 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11874 Use xstrdup.
11875 (process_coff_symbol): Use xstrdup.
11876 * stabsread.c (stabs_method_name_from_physname): Renamed from
11877 update_method_name_from_physname. Change result type from void
11878 to char *. All callers updated.
11879 (read_member_functions): In has_destructor case, store name in objfile
11880 obstack instead of malloc space. In !has_stub case, fix mem leak.
11881
11882 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11883
11884 * configure: Rebuild.
11885 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11886 LDFLAGS.
11887
11888 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11889
11890 * configure.tgt (rl78-*-elf): New target.
11891 * rl78-tdep.c: New file.
11892
11893 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11894
11895 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11896 and continue the loop. Add QUIT statement.
11897
11898 2012-02-03 Tom Tromey <tromey@redhat.com>
11899
11900 PR gdb/13596:
11901 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11902 bfd_lookup_symbol_from_symtab.
11903 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11904 gdb_bfd_lookup_symbol_from_symtab.
11905
11906 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11907
11908 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11909 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11910 symbol. Add assertion that sym2 is never NULL.
11911
11912 2012-02-02 Doug Evans <dje@google.com>
11913
11914 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11915 "name" parameter to const char ** from char **. All callers updated.
11916 (find_pc_partial_function): Ditto.
11917 (cache_pc_function_name): Change type to const char * from char *.
11918 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11919 (find_pc_partial_function): Update.
11920 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11921 type of "name" parameter to const char * from char *.
11922 All uses updated.
11923 * arch-utils.c (generic_in_solib_return_trampoline): Change
11924 type of "name" parameter to const char * from char *.
11925 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11926 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11927 type of "name" parameter to const char * from char *.
11928 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11929 * gdbarch.c: Regenerate.
11930 * gdbarch.h: Regenerate.
11931 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11932 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11933 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11934 type of "name" parameter to const char * from char *.
11935 * skip.c (skip_function_pc): Ditto.
11936 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11937 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11938 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11939 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11940 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11941 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11942 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11943 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11944 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11945
11946 2012-02-02 Pedro Alves <palves@redhat.com>
11947
11948 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11949 the current inferior has no execution. Make sure the current
11950 remote process matches gdb's current inferior.
11951
11952 2012-02-02 Tom Tromey <tromey@redhat.com>
11953
11954 PR gdb/13405:
11955 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11956 read-only memory.
11957
11958 2012-02-02 Tom Tromey <tromey@redhat.com>
11959
11960 PR gdb/9307:
11961 * symtab.c (lookup_language_this): Set block_found.
11962
11963 2012-02-01 Tom Tromey <tromey@redhat.com>
11964
11965 PR gdb/13431:
11966 * jit.c (struct jit_inferior_data): Rewrite.
11967 (struct jit_objfile_data): New.
11968 (get_jit_objfile_data): New function.
11969 (add_objfile_entry): Update.
11970 (jit_read_descriptor): Return int. Replace descriptor_addr
11971 argument with inf_data. Update. Don't call error.
11972 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11973 descriptor here.
11974 (jit_inferior_init): Don't look up descriptor. Don't call error.
11975 (jit_reset_inferior_data_and_breakpoints)
11976 (jit_inferior_created_observer): Remove.
11977 (jit_inferior_exit_hook): Update.
11978 (jit_executable_changed_observer): Remove.
11979 (jit_event_handler): Update.
11980 (free_objfile_data): Reset inferior data if needed.
11981 (_initialize_jit): Update.
11982
11983 2012-02-01 Tom Tromey <tromey@redhat.com>
11984
11985 * jit.c (bfd_open_from_target_memory): Move higher in file.
11986
11987 2012-02-01 Tristan Gingold <gingold@adacore.com>
11988
11989 * libunwind-frame.c (libunwind_load): Display message if dlopen
11990 failed.
11991
11992 2012-02-01 Gary Benson <gbenson@redhat.com>
11993
11994 * symtab.h (symbol_found_callback_ftype): New typedef.
11995 (iterate_over_symbols): Use the above.
11996 * symtab.c (iterate_over_symbols): Likewise.
11997 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11998 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11999 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
12000 (iterate_name_matcher): Document return values.
12001 (collect_one_symbol): Likewise.
12002 (collect_function_symbols): Likewise.
12003 (collect_symbols): Likewise.
12004
12005 2012-02-01 Tom Tromey <tromey@redhat.com>
12006
12007 * ada-lang.c (resolve_subexp): Update.
12008 (ada_lookup_symbol_list): Add 'full_search' argument.
12009 (ada_iterate_over_symbols): Pass 0 as full_search argument to
12010 ada_lookup_symbol_list.
12011 (ada_lookup_encoded_symbol): Update.
12012 (get_var_value): Update.
12013 * ada-exp.y (block_lookup): Update.
12014 (write_var_or_type): Update.
12015 (write_name_assoc): Update.
12016 * ada-lang.h (ada_lookup_symbol_list): Update.
12017
12018 2012-01-31 Tom Tromey <tromey@redhat.com>
12019
12020 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
12021 comment.
12022
12023 2012-01-31 Doug Evans <dje@google.com>
12024
12025 * symtab.h: Remove outdated comment.
12026 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
12027
12028 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
12029
12030 Fix build error in Darwin port.
12031 * i386-darwin-nat.c: Include i386-nat.h.
12032
12033 2012-01-30 Tom Tromey <tromey@redhat.com>
12034
12035 PR breakpoints/13568:
12036 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
12037 argument. Check for recursive includes.
12038 (dwarf_decode_macros): Create an include hash.
12039
12040 2012-01-30 Michael Eager <eager@eagercon.com>
12041
12042 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
12043 * ppc-linux-tdep.c: Include glibc-tdep.h.
12044 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
12045 (powerpc_linux_in_plt_stub): New function.
12046 (powerpc_linux_in_dynsym_resolve_code): New function.
12047 (ppc_skip_trampoline_code): New function.
12048 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
12049 Use glibc_skip_solib_resolver.
12050
12051 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 Code cleanup: Make 1440 bytes of data segment read-only.
12054 * arch-utils.c (endian_enum): Make it const char *const [].
12055 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
12056 Likewise.
12057 * breakpoint.c (always_inserted_enums): Likewise.
12058 * cli/cli-cmds.c (script_ext_enums): Likewise.
12059 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
12060 enumlist parameter const char *const *.
12061 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
12062 const char *const *.
12063 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
12064 parameter const char *const *.
12065 * cris-tdep.c (cris_modes): Make it const char *const [].
12066 * filesystem.c (target_file_system_kinds): Likewise.
12067 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
12068 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12069 (can_use_displaced_stepping_enum, scheduler_enums)
12070 (exec_direction_names): Likewise.
12071 * language.c (_initialize_language): Make the type_or_range_names and
12072 case_sensitive_names variables const char *const [].
12073 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12074 * python/python.c (python_excp_enums): Likewise.
12075 * remote.c (interrupt_sequence_modes): Likewise.
12076 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12077 * serial.c (logbase_enums): Likewise.
12078 * sh-tdep.c (sh_cc_enum): Likewise.
12079 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12080 Likewise.
12081 * symtab.c (multiple_symbols_modes): Likewise.
12082 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12083 Likewise.
12084 * utils.c (internal_problem_modes): Likewise.
12085
12086 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12087
12088 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12089 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12090 result.
12091
12092 2012-01-27 Doug Evans <dje@google.com>
12093
12094 * configure.ac (with_python): Fix absolute path handling for win32.
12095 * configure: Regenerate.
12096
12097 2012-01-26 Doug Evans <dje@google.com>
12098
12099 * symtab.c: Whitespace cleanup, no code changes.
12100
12101 * symtab.c (lookup_symbol_in_language): Improve comment.
12102 (lookup_symbol_aux): Fix comment.
12103
12104 * psymtab.c (add_psymbol_to_list): Result is now "void".
12105 * psympriv.h (add_psymbol_to_list): Update.
12106
12107 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12108
12109 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12110
12111 Do not open script filenames twice.
12112 * cli/cli-cmds.c (source_script_from_stream): Pass to
12113 source_python_script also STREAM.
12114 * python/py-auto-load.c (source_section_scripts): Pass to
12115 source_python_script_for_objfile also STREAM.
12116 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12117 also INPUT.
12118 * python/python-internal.h (source_python_script_for_objfile): New
12119 parameter file, rename parameter file to filename.
12120 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12121 instead if !_WIN32. Update the function comment.
12122 (source_python_script, source_python_script_for_objfile)
12123 (source_python_script): New parameter file, rename parameter file to
12124 filename. Pass FILENAME to python_run_simple_file.
12125 * python/python.h (source_python_script): New parameter file, rename
12126 parameter file to filename.
12127
12128 2012-01-26 Pedro Alves <palves@redhat.com>
12129
12130 * corelow.c (core_has_fake_pid): Delete.
12131 (core_close): Delete references to `core_has_fake_pid'.
12132 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12133 (core_open): Delete references to `core_has_fake_pid'.
12134 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12135 the removed global.
12136
12137 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12138
12139 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12140 Remove language parameter from name_matcher. Adjust the comment.
12141 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12142 Remove language parameter.
12143 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12144 * linespec.c (iterate_name_matcher): Likewise.
12145 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12146 name_matcher. Adjust call accordingly.
12147 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12148 (maintenance_check_symtabs): Adjust type of parameter "fun".
12149 * psymtab.h (maintenance_check_symtabs): Likewise.
12150
12151 2012-01-26 Joel Brobecker <brobecker@adacore.com>
12152
12153 * language.h (symbol_name_match_p_ftype): New typedef.
12154 (struct language_defn): Replace field la_symbol_name_compare
12155 by la_get_symbol_name_match_p.
12156 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12157 (ada_language_defn): Use it.
12158 * linespec.c (struct symbol_matcher_data): New type.
12159 (iterate_name_matcher): Rewrite.
12160 (iterate_over_all_matching_symtabs): Pass a pointer to
12161 a symbol_matcher_data struct to expand_symtabs_matching
12162 instead of just the lookup name.
12163 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12164 opencl-lang.c, p-lang.c, language.c: Delete field
12165 la_symbol_name_compare, and replace by NULL for new field
12166 la_get_symbol_name_match_p.
12167 * symfile.h (struct quick_symbol_functions): Update comment.
12168
12169 2012-01-25 Tom Tromey <tromey@redhat.com>
12170
12171 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12172 dereferencing.
12173
12174 2012-01-24 Tom Tromey <tromey@redhat.com>
12175
12176 PR symtab/12406:
12177 * solib.c (update_solib_list): Update the program space's
12178 added_solibs and deleted_solibs fields.
12179 * progspace.h (struct program_space) <added_solibs,
12180 deleted_solibs>: New fields.
12181 (clear_program_space_solib_cache): Declare.
12182 * progspace.c (release_program_space): Call
12183 clear_program_space_solib_cache.
12184 (clear_program_space_solib_cache): New function.
12185 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12186 bpstat_stop_status. Use handle_solib_event.
12187 * breakpoint.c: Include gdb_regex.h.
12188 (print_solib_event): New function.
12189 (bpstat_print): Use print_solib_event.
12190 (bpstat_stop_status): Add special case for bp_shlib_event.
12191 (handle_solib_event): New function.
12192 (bpstat_what): Use handle_solib_event.
12193 (struct solib_catchpoint): New.
12194 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12195 (breakpoint_hit_catch_solib, check_status_catch_solib)
12196 (print_it_catch_solib, print_one_catch_solib)
12197 (print_mention_catch_solib, print_recreate_catch_solib): New
12198 functions.
12199 (catch_solib_breakpoint_ops): New global.
12200 (catch_load_or_unload, catch_load_command_1)
12201 (catch_unload_command_1): New functions.
12202 (internal_bkpt_check_status): Add special case for
12203 bp_shlib_event.
12204 (internal_bkpt_print_it): Use print_solib_event.
12205 (initialize_breakpoint_ops): Initialize
12206 catch_solib_breakpoint_ops.
12207 (_initialize_breakpoint): Register "catch load" and "catch
12208 unload".
12209 * breakpoint.h (handle_solib_event): Declare.
12210 * NEWS: Add entry for "catch load" and "catch unload".
12211
12212 2012-01-24 Tom Tromey <tromey@redhat.com>
12213
12214 * ada-lang.c: Include gdb_vecs.h.
12215 * charset.c: Include gdb_vecs.h.
12216 * tracepoint.h: Include gdb_vecs.h.
12217 * gdb_vecs.h: New file.
12218
12219 2012-01-24 Pedro Alves <pedro@codesourcery.com>
12220
12221 * breakpoint.c (breakpoint_hit_catch_fork)
12222 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12223 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12224 * infrun.c (inferior_has_forked, inferior_has_vforked)
12225 (inferior_has_execd, inferior_has_called_syscall): Delete.
12226 (handle_syscall_event): Get syscall_number from the execution
12227 control state's wait status.
12228 (wait_for_inferior): Don't clear syscall_number.
12229
12230 2012-01-24 Pedro Alves <palves@redhat.com>
12231
12232 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12233 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12234 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12235 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12236 `ws' parameter.
12237 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12238 false for events other than TARGET_SIGNAL_TRAP.
12239 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12240 Add `ws' parameter.
12241 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12242 events other than TARGET_SIGNAL_TRAP.
12243 (tracepoint_breakpoint_hit): Add `ws' parameter.
12244 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12245 parameter.
12246 (bpstat_stop_status): Same.
12247 (pc_at_non_inline_function): Same.
12248 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12249 to pass the current event's waitstatus to bpstat_stop_status
12250 and pc_at_non_inline_function.
12251
12252 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12253
12254 Code cleanup.
12255 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12256 Update the function comment for it.
12257 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12258 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12259 for STREAM.
12260
12261 2012-01-24 Pedro Alves <palves@redhat.com>
12262
12263 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12264 outside `bs->stop' block.
12265 (bpstat_what): Rework bp_shlib_event handling.
12266 (internal_bkpt_check_status): If the breakpoint is a
12267 bp_shlib_event, then set bs->stop and bs->print if
12268 stop_on_solib_events is set.
12269
12270 2012-01-24 Gary Benson <gbenson@redhat.com>
12271
12272 Delete #if 0'd out code.
12273 * stack.c (print_frame_label_vars): Remove.
12274 (catch_info): Likewise.
12275 (_initialize_stack): Remove "info catch" command.
12276 * NEWS: Mention the above.
12277
12278 2012-01-24 Pedro Alves <palves@redhat.com>
12279
12280 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12281 it.
12282 (remote_notice_new_inferior): If the remote end doesn't support
12283 the multiprocess extensions, then the PID is fake.
12284 (add_current_inferior_and_thread): New.
12285 (remote_start_remote): Use it.
12286 (extended_remote_attach_1): Adjust.
12287 (extended_remote_create_inferior_1): Use
12288 add_current_inferior_and_thread.
12289
12290 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12291
12292 Fix watchpoints to be specific for each inferior.
12293 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12294 current_program_space.
12295 * i386-nat.c (i386_inferior_data_cleanup): New.
12296 (i386_inferior_data_get): Replace variable inf_data_local by an
12297 inferior_data call.
12298 (i386_use_watchpoints): Initialize i386_inferior_data.
12299 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12300 specific iterate_over_lwps.
12301
12302 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12303
12304 Fix watchpoints across inferior fork.
12305 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12306 comment for linux_nat_iterate_watchpoint_lwps.
12307 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12308 linux_nat_iterate_watchpoint_lwps.
12309 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12310 * i386-linux-nat.c (update_debug_registers_callback): Update the
12311 comment for linux_nat_iterate_watchpoint_lwps.
12312 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12313 linux_nat_iterate_watchpoint_lwps.
12314 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12315 * i386-nat.c: Include inferior.h.
12316 (dr_mirror): Remove.
12317 (i386_inferior_data, struct i386_inferior_data)
12318 (i386_inferior_data_get): New.
12319 (i386_debug_reg_state): Use i386_inferior_data_get.
12320 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12321 (i386_insert_watchpoint, i386_remove_watchpoint)
12322 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12323 (i386_remove_hw_breakpoint): New variable state, use
12324 i386_debug_reg_state instead of DR_MIRROR.
12325 * linux-nat.c (delete_lwp): New declaration.
12326 (num_lwps): Move here from downwards.
12327 (delete_lwp_cleanup): New.
12328 (linux_child_follow_fork): Create new child_lp, call
12329 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12330 PTRACE_DETACH.
12331 (num_lwps): Move upwards.
12332 (linux_nat_iterate_watchpoint_lwps): New.
12333 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12334 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12335
12336 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12337
12338 GDB 7.4 released.
12339
12340 2012-01-23 Pedro Alves <palves@redhat.com>
12341
12342 * top.c (caution): Rename to ...
12343 (confirm): ... this.
12344 (show_caution): Rename to ...
12345 (show_confirm): ... this.
12346 (quit_cover): Adjust.
12347 (init_main): Adjust.
12348 * top.h (caution): Rename to ...
12349 (confirm): ... this.
12350 * utils.c (internal_vproblem, defaulted_query): Adjust.
12351
12352 2012-01-23 Pedro Alves <palves@redhat.com>
12353
12354 * top.c (caution): Update comment.
12355 (execute_command): Don't consider the current value of `caution'.
12356
12357 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12358
12359 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12360
12361 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12362
12363 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12364 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12365 * target.c (target_fileio_pwrite): Remove buffer address from
12366 debug output.
12367 (target_fileio_pread): Likewise.
12368
12369 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12370
12371 * NEWS: Document remote "info proc" and "generate-core-file".
12372
12373 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12374
12375 * gdbarch.sh (find_memory_regions): New callback.
12376 * gdbarch.c, gdbarch.h: Regenerate.
12377
12378 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12379 callback before falling back to target method.
12380
12381 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12382 (linux_target_install_ops): No longer install it.
12383
12384 * linux-tdep.c (linux_find_memory_regions): New function.
12385 (linux_init_abi): Install it.
12386
12387 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12388
12389 * gdbarch.sh (make_corefile_notes): New architecture callback.
12390 * gdbarch.c: Regenerate.
12391 * gdbarch.h: Likewise.
12392
12393 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12394 before target_make_corefile_notes. If NULL is returned, the
12395 target does not support core file generation.
12396
12397 * linux-nat.c: Include "linux-tdep.h".
12398 (find_signalled_thread, find_stop_signal): Remove.
12399 (linux_nat_do_thread_registers): Likewise.
12400 (struct linux_nat_corefile_thread_data): Likewise.
12401 (linux_nat_corefile_thread_callback): Likewise.
12402 (iterate_over_spus): Likewise.
12403 (struct linux_spu_corefile_data): Likewise.
12404 (linux_spu_corefile_callback): Likewise.
12405 (linux_spu_make_corefile_notes): Likewise.
12406 (linux_nat_collect_thread_registers): New function.
12407 (linux_nat_make_corefile_notes): Replace contents by call to
12408 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12409 as native-only callback.
12410
12411 * linux-tdep.h: Include "bfd.h".
12412 (struct regcache): Add forward declaration.
12413 (linux_collect_thread_registers_ftype): New typedef.
12414 (linux_make_corefile_notes): Add prototype.
12415 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12416 "regset.h", and "elf-bfd.h".
12417 (find_signalled_thread, find_stop_signal): New functions.
12418 (linux_spu_make_corefile_notes): Likewise.
12419 (linux_collect_thread_registers): Likewise.
12420 (struct linux_corefile_thread_data): New data structure.
12421 (linux_corefile_thread_callback): New funcion.
12422 (linux_make_corefile_notes): Likewise.
12423 (linux_make_corefile_notes_1): Likewise.
12424 (linux_init_abi): Install it.
12425
12426 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12427
12428 * gdbarch.sh (info_proc): New callback.
12429 * gdbarch.c, gdbarch.h: Regenerate.
12430
12431 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12432 before falling back to the target info_proc callback.
12433
12434 * linux-nat.c: Do not include "cli/cli-utils.h".
12435 (linux_nat_info_proc): Remove.
12436 (linux_target_install_ops): No longer install it.
12437
12438 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12439 (read_mapping): New function.
12440 (linux_info_proc): Likewise.
12441 (linux_init_abi): Install it.
12442
12443 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12444
12445 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12446 * infcmd.c: (info_proc_cmd_1): New function.
12447 (info_proc_cmd): New function, moved here from equivalent routine
12448 orignally in linux-nat.c.
12449 (info_proc_cmd_mappings): Likewise.
12450 (info_proc_cmd_stat): Likewise.
12451 (info_proc_cmd_status): Likewise.
12452 (info_proc_cmd_cwd): Likewise.
12453 (info_proc_cmd_cmdline): Likewise.
12454 (info_proc_cmd_exe): Likewise.
12455 (info_proc_cmd_all): Likewise.
12456 (_initialize_infcmd): Install "info proc" command and subcommands.
12457
12458 * target.h (struct target_ops): Add to_info_proc.
12459 (target_info_proc): Add prototype.
12460 * target.c (target_info_proc): New function.
12461
12462 * procfs.c (procfs_info_proc): Add prototype.
12463 (info_proc_cmd): Rename into ...
12464 (procfs_info_proc): ... this. Update argument types as appropriate
12465 for a to_info_proc implementation. Handle "what" argument.
12466 (procfs_target): Install procfs_info_proc.
12467 (_initialize_procfs): No longer install "info proc" command.
12468
12469 * linux-nat.c: (enum info_proc_what): Remove.
12470 (linux_nat_info_proc_cmd_1): Rename into ...
12471 (linux_nat_info_proc): ... this. Update argument types as appropriate
12472 for a to_info_proc implementation.
12473 (linux_nat_info_proc_cmd): Remove.
12474 (linux_nat_info_proc_cmd_mappings): Likewise.
12475 (linux_nat_info_proc_cmd_stat): Likewise.
12476 (linux_nat_info_proc_cmd_status): Likewise.
12477 (linux_nat_info_proc_cmd_cwd): Likewise.
12478 (linux_nat_info_proc_cmd_cmdline): Likewise.
12479 (linux_nat_info_proc_cmd_exe): Likewise.
12480 (linux_nat_info_proc_cmd_all): Likewise.
12481 (linux_target_install_ops): Install linux_nat_info_proc.
12482 (_initialize_linux_nat): No longer install "info proc" command
12483 and subcommands.
12484
12485 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12486
12487 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12488 * config.in, configure: Regenerate.
12489
12490 * target.h (struct target_ops): Add to_fileio_readlink.
12491 (target_fileio_readlink): Add prototype.
12492 * target.c (target_fileio_readlink): New function.
12493
12494 * inf-child.c: Conditionally include <sys/param.h>.
12495 (inf_child_fileio_readlink): New function.
12496 (inf_child_target): Install it.
12497
12498 * remote.c (PACKET_vFile_readlink): New enum value.
12499 (remote_hostio_readlink): New function.
12500 (init_remote_ops): Install it.
12501 (_initialize_remote): Handle vFile:readlink packet type.
12502
12503 2012-01-20 Pedro Alves <palves@redhat.com>
12504 Ulrich Weigand <ulrich.weigand@linaro.org>
12505
12506 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12507 * config.in, configure: Regenerate.
12508
12509 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12510 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12511 (target_fileio_open): Add prototype.
12512 (target_fileio_pwrite): Likewise.
12513 (target_fileio_pread): Likewise.
12514 (target_fileio_close): Likewise.
12515 (target_fileio_unlink): Likewise.
12516 (target_fileio_read_alloc): Likewise.
12517 (target_fileio_read_stralloc): Likewise.
12518
12519 * target.c: Include "gdb/fileio.h".
12520 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12521 (default_fileio_target): New function.
12522 (target_fileio_open): Likewise.
12523 (target_fileio_pwrite): Likewise.
12524 (target_fileio_pread): Likewise.
12525 (target_fileio_close): Likewise.
12526 (target_fileio_unlink): Likewise.
12527 (target_fileio_close_cleanup): Likewise.
12528 (target_fileio_read_alloc_1): Likewise.
12529 (target_fileio_read_alloc): Likewise.
12530 (target_fileio_read_stralloc): Likewise.
12531
12532 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12533 <fcntl.h>, and <unistd.h>.
12534 (inf_child_fileio_open_flags_to_host): New function.
12535 (inf_child_errno_to_fileio_error): Likewise.
12536 (inf_child_fileio_open): Likewise.
12537 (inf_child_fileio_pwrite): Likewise.
12538 (inf_child_fileio_pread): Likewise.
12539 (inf_child_fileio_close): Likewise.
12540 (inf_child_fileio_unlink): Likewise.
12541 (inf_child_target): Install to_fileio routines.
12542
12543 * remote.c (init_remote_ops): Install to_fileio routines.
12544
12545 2012-01-20 Pedro Alves <palves@redhat.com>
12546 Ulrich Weigand <ulrich.weigand@linaro.org>
12547
12548 * remote.c (remote_multi_process_p): Only check for multi-process
12549 protocol feature, do not check for extended protocol.
12550 (remote_supports_multi_process): Check for extended protocol here.
12551 (set_general_process): Likewise.
12552 (extended_remote_kill): Likewise.
12553 (remote_pid_to_str): Likewise.
12554 (remote_query_supported): Always query multiprocess mode.
12555
12556 2012-01-20 Pedro Alves <palves@redhat.com>
12557 Ulrich Weigand <ulrich.weigand@linaro.org>
12558
12559 * inferior.h (struct inferior): Add fake_pid_p.
12560 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12561 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12562 magic_null_ptid since the remote side doesn't provide a real PID.
12563
12564 2012-01-19 Tom Tromey <tromey@redhat.com>
12565
12566 * NEWS: Combine the two Python sections.
12567
12568 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12569
12570 * target.h (target_close): Update comment on the target's unpush state.
12571
12572 2012-01-19 Pedro Alves <palves@redhat.com>
12573
12574 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12575 linux_nat_async directly instead of going through the target
12576 vector.
12577 * target.c (unpush_target): Close target after unpushing it, not
12578 before.
12579
12580 2012-01-19 Gary Benson <gbenson@redhat.com>
12581
12582 * mdebugread.c (sort_blocks): Replace integer constants with ones
12583 derived from FIRST_LOCAL_BLOCK.
12584
12585 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12586 Jan Kratochvil <jan.kratochvil@redhat.com>
12587
12588 PR gdb/9538
12589 * symfile.c (find_separate_debug_file): New function.
12590 (terminate_after_last_dir_separator): Likewise.
12591 (find_separate_debug_file_by_debuglink): Also try realpath.
12592 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12593 * configure: Regenerate.
12594 * config.in: Regenerate.
12595
12596 2012-01-18 Doug Evans <dje@google.com>
12597
12598 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12599 (main.o): Remove rule.
12600 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12601 (--with-sysroot): Rewrite.
12602 * configure: Regenerate.
12603 * config.in: Regenerate.
12604
12605 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12606
12607 * parse.c (initialize_expout): New function.
12608 (reallocate_expout): Likewise.
12609 (parse_exp_in_context): Use `initialize_expout' and
12610 `reallocate_expout' when appropriate.
12611
12612 2012-01-18 Pedro Alves <palves@redhat.com>
12613
12614 * record.c (struct record_breakpoint, record_breakpoint_p)
12615 (record_breakpoints): New.
12616 (record_insert_breakpoint, record_remove_breakpoint): Manage
12617 record breakpoints list. Only remove breakpoints from the
12618 inferior if they had been inserted there in the first place.
12619
12620 2012-01-17 Doug Evans <dje@google.com>
12621
12622 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12623 if we know we don't have a file name to look for.
12624
12625 2012-01-17 Pedro Alves <palves@redhat.com>
12626
12627 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12628 the frame's stop reason is UNWIND_UNAVAILABLE.
12629
12630 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12631
12632 Fix compilation error.
12633 * m2-exp.y (yyerror): Use ANSI C prototype.
12634
12635 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12636
12637 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12638 (growbuf_by_size): Likewise.
12639 (yyerror): Likewise.
12640 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12641 (modblock): Remove variable (was #if 0'ed).
12642 (parse_number): Convert prototype from K&R to ANSI C.
12643 (yyerror): Likewise.
12644 * objc-exp.y (parse_number): Likewise.
12645 (yyerror): Likewise.
12646 (yylex): Remove #if 0'ed code.
12647 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12648 (yyerror): Likewise.
12649
12650 2012-01-16 Tom Tromey <tromey@redhat.com>
12651
12652 * NEWS: Add item.
12653 * symtab.h (compare_filenames_for_search): Declare.
12654 * symtab.c (compare_filenames_for_search): New function.
12655 (iterate_over_some_symtabs): Use it.
12656 * symfile.h (struct quick_symbol_functions)
12657 <map_symtabs_matching_filename>: Change spec.
12658 * psymtab.c (partial_map_symtabs_matching_filename): Use
12659 compare_filenames_for_search. Update for new spec.
12660 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12661 compare_filenames_for_search. Update for new spec.
12662 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12663
12664 2012-01-16 Tom Tromey <tromey@redhat.com>
12665
12666 PR python/13281:
12667 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12668 (struct main_type) <flag_flag_enum>: New field.
12669 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12670 * NEWS: Add entries.
12671 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12672 enums.
12673 * python/lib/gdb/printing.py (_EnumInstance): New class.
12674 (FlagEnumerationPrinter): Likewise.
12675
12676 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12677
12678 * breakpoint.c (create_sals_from_address_default): New function.
12679 (create_breakpoints_sal_default): Likewise.
12680 (decode_linespec_default): Likewise.
12681 (is_marker_spec): Removed.
12682 (strace_marker_p): New function.
12683 (init_breakpoint_sal): Using `strace_marker_p' instead of
12684 `is_marker_spec'.
12685 (create_breakpoint): Call method `create_sals_from_address' from
12686 breakpoint_ops, replacing code that created SALs conditionally
12687 on the type of the breakpoint. Call method `create_breakpoints_sal',
12688 replacing code that created breakpoints conditionally on the type
12689 wanted.
12690 (base_breakpoint_create_sals_from_address): New function.
12691 (base_breakpoint_create_breakpoints_sal): Likewise.
12692 (base_breakpoint_decode_linespec): Likewise.
12693 (base_breakpoint_ops): Add methods
12694 `base_breakpoint_create_sals_from_address',
12695 `base_breakpoint_create_breakpoints_sal' and
12696 `base_breakpoint_decode_linespec'.
12697 (bkpt_create_sals_from_address): New function.
12698 (bkpt_create_breakpoints_sal): Likewise.
12699 (bkpt_decode_linespec): Likewise.
12700 (tracepoint_create_sals_from_address): Likewise.
12701 (tracepoint_create_breakpoints_sal): Likewise.
12702 (tracepoint_decode_linespec): Likewise.
12703 (strace_marker_create_sals_from_address): Likewise.
12704 (strace_marker_create_breakpoints_sal): Likewise.
12705 (strace_marker_decode_linespec): Likewise.
12706 (strace_marker_breakpoint_ops): New variable.
12707 (addr_string_to_sals): Remove `marker_spec'. Call method
12708 `decode_linespec' from breakpoint_ops, replacing code that decoded
12709 an address string into a SAL. Use `strace_marker_p' instead of
12710 `marker_spec'.
12711 (strace_command): Decide whether we are dealing with a static
12712 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12713 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12714 * breakpoint.h (linespec_result, linespec_sals): New forward
12715 declarations.
12716 (breakpoint_ops) <create_sals_from_address>,
12717 <create_breakpoints_sal>, <decode_linespec>: New methods.
12718
12719 2012-01-14 Doug Evans <dje@google.com>
12720
12721 * NEWS: Update text for "maint set python print-stack".
12722 It is deprecated in gdb 7.4 and deleted in 7.5.
12723
12724 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12725
12726 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12727 including curses.h.
12728
12729 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12730
12731 * configure: Regenerate.
12732 * config.in: Regenerate.
12733
12734 2012-01-12 Keith Seitz <keiths@redhat.com>
12735
12736 PR mi/10586
12737 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12738 (ANONYMOUS_UNION_NAME): Define.
12739 (is_path_expr_parent): New function.
12740 (get_path_expr_parent): New function.
12741 (is_anonymous_child): New function.
12742 (create_child_with_value): If the child is anonymous and without
12743 a name, assign an object name to it.
12744 (c_describe_child): Use get_path_expr_parent to determine
12745 the parent expression.
12746 If there field represents an anonymous struct or union and
12747 has no name, set an appropriate display name and expression.
12748 (cplus_describe_child): Likewise.
12749
12750 2012-01-12 Pedro Alves <palves@redhat.com>
12751
12752 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12753 available when %ebp is found to be zero (outermost).
12754
12755 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12756
12757 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12758 an internal gdb_static_assert.
12759 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12760
12761 2012-01-11 Tom Tromey <tromey@redhat.com>
12762
12763 PR gdb/9598:
12764 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12765 catch" and "catch throw".
12766
12767 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12768
12769 * blockframe.c (block_innermost_frame): Start search from selected
12770 frame, if present, or otherwise the current frame.
12771
12772 * c-exp.y (variable): Update innermost_block for
12773 'block COLONCOLON NAME' clause.
12774 * m2-exp.y (variable): Ditto.
12775 * objc-exp.y (variable): Ditto.
12776
12777 2012-01-10 Tom Tromey <tromey@redhat.com>
12778
12779 PR python/13199:
12780 * python/python.c (finish_python_initialization): Set sys.argv.
12781
12782 2012-01-10 Doug Evans <dje@google.com>
12783
12784 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12785 "want_line_info". All callers updated.
12786 (dwarf_decode_lines_1): New function.
12787 (handle_DW_AT_stmt_list): Add function comment.
12788 New arg "want_line_info". All callers updated.
12789 (read_file_scope,read_type_unit_scope): Move comment from
12790 handle_DW_AT_stmt_list to here.
12791
12792 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12793
12794 Fix regression after libiberty/ update for GCC PR 6057 and others.
12795 * c-exp.y (operator) <OPERATOR DELETE>
12796 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12797 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12798 (make_builtin_type, make_name): New variable i, add gdb_assert.
12799 (operator) <OPERATOR NEW>: Update ARGS to 3.
12800 (operator) <OPERATOR DELETE>: Add trailing space.
12801 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12802 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12803 * cp-support.c (cp_canonicalize_string): Check NULL from
12804 cp_comp_to_string, call warning and return.
12805
12806 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12807
12808 Fix duplicate .o files after omitting libbfd.a.
12809 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12810 (SFILES): Add corelow.c.
12811 (COMMON_OBS): Add corelow.o.
12812 (ALLDEPFILES): Remove corelow.c.
12813 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12814 * config/alpha/alpha-osf3.mh: Likewise.
12815 * config/alpha/fbsd.mh: Likewise.
12816 * config/arm/nbsdaout.mh: Likewise.
12817 * config/arm/nbsdelf.mh: Likewise.
12818 * config/i386/i386gnu.mh: Likewise.
12819 * config/ia64/hpux.mh: Likewise.
12820 * config/ia64/linux.mh: Likewise.
12821 * config/m32r/linux.mh: Likewise.
12822 * config/m68k/linux.mh: Likewise.
12823 * config/mips/irix5.mh: Likewise.
12824 * config/mips/irix6.mh: Likewise.
12825 * config/pa/hpux.mh: Likewise.
12826 * config/pa/linux.mh: Likewise.
12827 * config/powerpc/aix.mh: Likewise.
12828 * config/sparc/linux.mh: Likewise.
12829 * config/sparc/linux64.mh: Likewise.
12830 * config/sparc/sol2.mh: Likewise.
12831 * config/vax/vax.mh: Likewise.
12832 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12833 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12834 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12835 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12836 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12837 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12838 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12839 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12840 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12841 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12842 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12843 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12844 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12845 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12846 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12847 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12848 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12849 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12850 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12851 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12852 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12853 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12854 corelow.o from gdb_target_obs.
12855 * corefile.c (core_target): Update the comment on NULL value.
12856 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12857 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12858 MATCHES. Drop YUMMY set on NULL.
12859 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12860 reclaim CORE_DATA if it is already NULL.
12861
12862 2012-01-09 Doug Evans <dje@google.com>
12863
12864 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12865 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12866
12867 2012-01-09 Keith Seitz <keiths@redhat.com>
12868
12869 * breakpoint.c (wrapper.h): Don't include.
12870
12871 2012-01-09 Keith Seitz <keiths@redhat.com>
12872
12873 * Makefile.in (SFILES): Remove wrapper.c.
12874 (HFILES_NO_SRCDIR): Remove wrapper.h.
12875 (COMMON_OBS): Remove wrapper.o.
12876 * cli/cli-interp.c: Don't inlude wrapper.h.
12877 * corelow.c: Likewise.
12878 (core_open): Replace gdb_target_find_new_threads with
12879 TRY_CATCH around target_find_new_threads.
12880 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12881 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12882 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12883 evaluate_expression.
12884 (varobj_set_value): Likewise for evaluate_expression and
12885 value_assign.
12886 (install_new_variable): Likewise for value_fetch_lazy.
12887 (adjust_value_for_child_access): Likewise for value_ind.
12888 (c_describe_child): Likewise for value_subscript and
12889 value_ind.
12890 (c_value_of_root): Likewise for evaluate_expression.
12891 * wrapper.c: Remove.
12892 * wrapper.h: Remove.
12893
12894 2012-01-09 Doug Evans <dje@google.com>
12895
12896 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12897 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12898 "abfd" args with "section". All callers updated.
12899 Error checking code moved ...
12900 (error_check_comp_unit_head): ... here. New function.
12901 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12902 Delete arg "abfd". New arg "type_offset". All callers updated.
12903 (create_debug_types_hash_table): Simplify by using
12904 read_and_check_type_unit_head.
12905
12906 * parser-defs.h (namecopy): Delete.
12907 * parse.c (namecopy, namecopy_size): Move into copy_name.
12908
12909 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12910
12911 Partially fix duplicate .o files after omitting libbfd.a.
12912 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12913 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12914 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12915 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12916 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12917 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12918 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12919
12920 2012-01-09 Pedro Alves <palves@redhat.com>
12921
12922 * MAINTAINERS: Update my email address.
12923
12924 2012-01-08 Doug Evans <dje@google.com>
12925
12926 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12927 n_type_units. Rename type_comp_units to all_type_units.
12928 All uses updated.
12929 (add_signatured_type_cu_to_table): Renamed from
12930 add_signatured_type_cu_to_list. All callers updated.
12931
12932 * gdbtypes.h (struct cplus_struct_type): Delete member
12933 nfn_fields_total. All uses removed.
12934
12935 2012-01-06 Doug Evans <dje@google.com>
12936
12937 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12938 to top of file.
12939 (dwarf2_find_comp_unit): Delete.
12940 (process_psymtab_comp_unit): Make result "void".
12941 Delete args buffer, info_ptr, buffer_size, and replace with
12942 "section". All callers updated.
12943 (dwarf2_build_psymtabs_hard): Simplify.
12944
12945 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12946 Thiago Jung Bauermann <bauerman@br.ibm.com>
12947
12948 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12949 before `struct gdb_exception'.
12950 * breakpoint.c (update_global_location_list_nothrow)
12951 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12952 * cp-abi.c (value_rtti_type): Likewise.
12953 * cp-support.c (cp_validate_operator): Likewise.
12954 * infrun.c (insert_exception_resume_breakpoint)
12955 (check_exception_resume, keep_going): Likewise.
12956 * mi-interp.c (mi_breakpoint_created)
12957 (mi_breakpoint_modified): Likewise.
12958 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12959 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12960 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12961
12962 2012-01-05 Doug Evans <dje@google.com>
12963
12964 * dwarf2read.c (statement_prologue): Delete, unused.
12965
12966 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12967 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12968
12969 * dwarf2read.c (comp_unit_header): Delete, unused.
12970
12971 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12972
12973 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12974 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12975
12976 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12977
12978 * infrun.c (normal_stop): Don't skip calling the normal_stop
12979 observers if the thread was doing a multi-step, but stopped for
12980 some reason other than stepping.
12981
12982 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12983
12984 * cli/cli-decode.h: Add comments.
12985 (CMD_LIST_AMBIGUOUS): Moved to command.h
12986 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12987 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12988 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12989 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12990 (add_com, add_com_alias, add_info, add_info_alias)
12991 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12992 declarations.
12993 * command.h: Add and adjust comments.
12994 (CMD_LIST_AMBIGUOUS): Moved here.
12995 (help_cmd, help_cmd_list): Delete declarations.
12996
12997 2012-01-04 Doug Evans <dje@google.com>
12998
12999 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
13000 All callers updated.
13001 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
13002 Replace all arguments with "per_cu". All callers updated.
13003
13004 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
13005
13006 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
13007 New arg "per_cu". All callers updated.
13008
13009 Delete #if 0'd out code.
13010 * language.c (binop_result_type): Delete.
13011 (simple_type, ordered_type, same_type, integral_type): Delete.
13012 (numeric_type, character_type, string_type, boolean_type): Delete.
13013 (float_type, structured_type): Delete.
13014 * language.h: Update.
13015
13016 2012-01-04 Tom Tromey <tromey@redhat.com>
13017
13018 * python/py-value.c (valpy_binop): Initialize 'res_val'.
13019
13020 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13021
13022 * corefile.c (close_exec_file): Delete.
13023 (reopen_exec_file): Remove commented out code that seems related
13024 to close_exec_file, which is being deleted here.
13025 * inferior.h (close_exec_file): Delete.
13026 * fork-child.c (fork_inferior): Remove call to fork_inferior.
13027
13028 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13029
13030 * ada-lang.c: #include "cli/cli-utils.h".
13031 (get_selections): Use skip_spaces.
13032 (ada_get_next_arg): Use skip_spaces and skip_to_space.
13033 (catch_ada_exception_command_split): Use skip_spaces.
13034 (ada_decode_assert_location): Likewise.
13035
13036 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13037
13038 * linespec.c (decode_line_internal): Check for C++ or Java
13039 compound constructs only if the current language is C, C++
13040 or Java.
13041
13042 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13043
13044 Revert:
13045 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13046 Joel Brobecker <brobecker@adacore.com>
13047 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13048 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13049 3 times.
13050 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13051 fall through into AT_ENTRY_POINT.
13052 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13053 DUMMY_ADDR with it.
13054 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13055 PPC_INSN_SIZE skip to 3 times.
13056
13057 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13058
13059 * linespec.c (add_minsym): Preserve function descriptors.
13060
13061 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
13062
13063 * breakpoint.c (all_locations_are_pending): Consider locations
13064 in program spaces executing during startup pending as well.
13065
13066 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13067
13068 Copyright year update in most files of the GDB Project.
13069
13070 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13071
13072 * copyright.sh: Delete.
13073 * copyright.py: Rewrite.
13074
13075 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13076
13077 * gnulib/extra/update-copyright: New file, imported from gnulib.
13078
13079 2012-01-04 Joel Brobecker <brobecker@adacore.com>
13080
13081 * README (Copyright and License Notices): New section.
13082
13083 2012-01-03 Tom Tromey <tromey@redhat.com>
13084
13085 PR python/12533:
13086 * python/py-value.c (valpy_dereference, valpy_get_address
13087 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13088 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13089 (valpy_absolute, valpy_richcompare): Free intermediate values.
13090
13091 2011-01-03 Joel Brobecker <brobecker@adacore.com>
13092
13093 * ada-lang.c: Reformat the copyright notice.
13094
13095 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13098 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13099 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13100 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13101 Revert this part of:
13102 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13103 Build gdb directly from *.o files not using libgdb.a.
13104 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13105
13106 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13107
13108 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13109 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13110 Reformat the copyright header.
13111
13112 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 Revert this part of:
13115 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13116 Remove the gdbtui binary.
13117 * gdb.c (main): Remove args.interpreter_p initialization.
13118 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13119 * main.h (struct captured_main_args): Remove interpreter_p.
13120
13121 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13122
13123 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13124
13125 2012-01-02 Joel Brobecker <brobecker@adacore.com>
13126
13127 * top.c (print_gdb_version): Update copyright year.
13128
13129 2012-01-02 Yao Qi <yao@codesourcery.com>
13130
13131 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13132
13133 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13134 Joel Brobecker <brobecker@adacore.com>
13135
13136 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13137 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13138 3 times.
13139 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13140 fall through into AT_ENTRY_POINT.
13141 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13142 DUMMY_ADDR with it.
13143 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13144 PPC_INSN_SIZE skip to 3 times.
13145
13146 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13149 the return value.
13150 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13151
13152 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13153
13154 Build gdb directly from *.o files not using libgdb.a.
13155 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13156 (COMMON_OBS): Remove solib-target.o.
13157 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13158 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13159 (LIBGDB_OBS, libgdb.a): Move it above.
13160 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13161 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13162 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13163 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13164 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13165 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13166 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13167 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13168 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13169 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13170 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13171 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13172 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13173 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13174 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13175 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13176 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13177 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13178 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13179 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13180 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13181 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13182 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13183 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13184 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13185 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13186 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13187
13188 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13189
13190 Remove the gdbtui binary.
13191 * .gitignore (/gdbtui): Remove.
13192 * Makefile.in (TUI): Remove.
13193 (SUBDIR_TUI_OBS): Remove tui-main.o.
13194 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13195 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13196 (tui-main.o): Remove.
13197 (all_object_files): Remove tui-main.o.
13198 * NEWS: New note for the gdbtui removal.
13199 * configure: Rebuilt.
13200 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13201 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13202 CONFIG_UNINSTALL respectively.
13203 * gdb.c (main): Remove args.interpreter_p initialization.
13204 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13205 * main.h (struct captured_main_args): Remove interpreter_p.
13206 * tui/tui-main.c: Remove.
13207
13208 2012-01-01 Doug Evans <dje@google.com>
13209
13210 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13211 (dwarf2_physname, read_import_statement): Ditto.
13212 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13213 (process_structure_scope read_subroutine_type): Ditto.
13214 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13215 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13216 (dwarf2_fetch_die_location_block): Ditto.
13217 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13218
13219 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13220 All callers updated.
13221 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13222 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13223 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13224
13225 * dwarf2read.c (load_cu): Move assert to more useful location.
13226
13227 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13228 All callers updated.
13229
13230 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13231 (dwarf2_elf_names): Minor reformat.
13232 (dwarf2_per_cu_data): Tweak comment.
13233 (dwarf2_read_section): Fix comment.
13234 (create_all_comp_units): Fix comment.
13235 (load_full_comp_unit): Fix comment.
13236 (process_full_comp_unit): Fix comment.
13237 (read_signatured_type): Fix comment.
13238
13239 For older changes see ChangeLog-2011.
13240 \f
13241 Local Variables:
13242 mode: change-log
13243 left-margin: 8
13244 fill-column: 74
13245 version-control: never
13246 coding: utf-8
13247 End:
This page took 0.486497 seconds and 5 git commands to generate.