]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
NEWS: Announce ppc-lynx178 support.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
249729c4
JB
12012-12-19 Joel Brobecker <brobecker@adacore.com>
2
3 * NEWS: Add entry announcing ppc-lynx178 support.
4
a143c6de
JB
52012-12-19 Joel Brobecker <brobecker@adacore.com>
6
7 Revert the following change (compatibility issues with libiconv):
8 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
9 * gnulib/import/errno.in.h: Import.
10 * gnulib/import/m4/errno_h.m4: Import.
11 * gnulib/aclocal.m4: Regenerate.
12 * gnulib/configure: Regenerate.
13 * gnulib/import/Makefile.am: Update.
14 * gnulib/import/Makefile.in: Update.
15 * gnulib/import/m4/gnulib-cache.m4: Update.
16 * gnulib/import/m4/gnulib-comp.m4: Update.
17
28da1647
TT
182012-12-18 Tom Tromey <tromey@redhat.com>
19
20 * defs.h (directory_command): Don't declare.
21 * source.c (directory_command): Now static.
22
1dd5fedc
TT
232012-12-18 Tom Tromey <tromey@redhat.com>
24
25 * infcmd.c (all_registers_info, nexti_command, stepi_command)
26 (continue_command, interrupt_target_command): Now static.
27 (registers_info): Remove declaration.
28 * inferior.h (all_registers_info, nexti_command, stepi_command)
29 (continue_command, interrupt_target_command): Don't declare.
30
d8a4f928 312012-12-18 Tom Tromey <tromey@redhat.com>
c419cfba
TT
32
33 * cli/cli-cmds.c (apropos_command): Now static.
34
d8a4f928 352012-12-18 Tom Tromey <tromey@redhat.com>
da821c7b
TT
36
37 * breakpoint.c (dprintf_command): Now static.
38
d8a4f928 392012-12-18 Tom Tromey <tromey@redhat.com>
ca7b0bbc
TT
40
41 * Makefile.in (init.c): Declare initialize_all_files;
42 don't include call-cmds.h.
43 * call-cmds.h: Remove.
44 * symtab.c: Don't include call-cmds.h.
45 * top.c: Don't include call-cmds.h. Declare
46 initialize_all_files.
47
d8a4f928 482012-12-18 Tom Tromey <tromey@redhat.com>
5d3055ad
TT
49
50 * symfile.c (list_overlays_command, map_overlay_command)
51 (unmap_overlay_command): Now static.
52
d8a4f928 532012-12-18 Tom Tromey <tromey@redhat.com>
2370e853
TT
54
55 * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
56 "define", "while", and "if" commands.
57 * cli/cli-script.c (while_command, if_command, define_command)
58 (document_command): Now static.
59 (_initialize_cli_script): New function.
60 * cli/cli-script.h (while_command, if_command, define_command)
61 (document_command): Don't declare.
62
d8a4f928 632012-12-18 Tom Tromey <tromey@redhat.com>
43e4916f
TT
64
65 * cli/cli-cmds.c (_initialize_cli_cmds): New function.
66 (init_cli_cmds): Move most code into new function.
67
d8a4f928 682012-12-18 Tom Tromey <tromey@redhat.com>
c9630d9c
TT
69
70 * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
71 * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
72 declare.
73
d5367fe1
JB
742012-12-18 Joel Brobecker <brobecker@adacore.com>
75
76 * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
77 * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
78 * xcoffread.c (xcoff_get_core_n_import_files): New function.
79 (xcoff_get_n_import_files): New function.
80 * xcoffread.h (xcoffread.h): Add declaration.
81 * rs6000-aix-tdep.c: #include "xcoffread.h".
82 (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
83 XCOFF executables that do not depend on any shared library.
84 * rs6000-lynx178-tdep.c: New file.
85 * configure.tgt: Add powerpc-*-lynx*178 handling.
86 * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
87 (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
88
2a9d5ccf
HZ
892012-12-18 Hui Zhu <hui_zhu@mentor.com>
90
91 * ui-file.c (ui_file): Add to_fseek.
92 (ui_file_new): Call set_ui_file_fseek.
93 (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
94 stdio_file_fseek): New functions.
95 (stdio_file_new): Call set_ui_file_fseek.
96 * ui-file.h (ui_file_fseek_ftype): New typedef.
97 (set_ui_file_fseek, ui_file_fseek): New externs.
98
3f453875
HZ
992012-12-18 Hui Zhu <hui_zhu@mentor.com>
100
101 * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
102 (set_ui_file_isatty): Change isatty to isatty_ptr.
103 (set_ui_file_rewind): Change rewind to rewind_ptr.
104 (set_ui_file_put): Change put to put_ptr.
105 (set_ui_file_write): Change write to write_ptr.
106 (set_ui_file_write_async_safe): Change write_async_safe to
107 write_async_safe_ptr.
108 (set_ui_file_read): Change read to read_ptr.
109 (set_ui_file_fputs): Change fputs to fputs_ptr.
110 (set_ui_file_data): Change delete to delete_ptr.
111
4141a416
JB
1122012-12-18 Joel Brobecker <brobecker@adacore.com>
113
114 * solib-darwin.c (darwin_current_sos): Fix indentation.
115 (darwin_read_exec_load_addr): New function.
116 (darwin_solib_create_inferior_hook): Rebase executable.
117 * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
118 * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
119
c0fc7f8b
JB
1202012-12-18 Joel Brobecker <brobecker@adacore.com>
121
122 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
123 * gnulib/import/errno.in.h: Import.
124 * gnulib/import/m4/errno_h.m4: Import.
125 * gnulib/aclocal.m4: Regenerate.
126 * gnulib/configure: Regenerate.
127 * gnulib/import/Makefile.am: Update.
128 * gnulib/import/Makefile.in: Update.
129 * gnulib/import/m4/gnulib-cache.m4: Update.
130 * gnulib/import/m4/gnulib-comp.m4: Update.
131
a512b375
JB
1322012-12-18 Joel Brobecker <brobecker@adacore.com>
133
134 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
135 8d5bd1402003bd0153984b138735adf537d960b0.
136 * gnulib/aclocal.m4, configure, config.in: Regenerate.
137 * gnulib/import/m4/extern-inline.m4: Import.
138 * gnulib/import/wctype-h.c: Import.
139 * gnulib/import/Makefile.am: Update.
140 * gnulib/import/Makefile.in: Update.
141 * gnulib/import/alloca.in.h: Update.
142 * gnulib/import/extra/snippet/warn-on-use.h: Update.
143 * gnulib/import/localcharset.c: Update.
144 * gnulib/import/m4/fcntl-o.m4: Update.
145 * gnulib/import/m4/gnulib-cache.m4: Update.
146 * gnulib/import/m4/gnulib-comp.m4: Update.
147 * gnulib/import/m4/wctype_h.m4: Update.
148 * gnulib/import/stdbool.in.h: Update.
149 * gnulib/import/verify.h: Update.
150 * gnulib/import/wctype.in.h: Update.
151
cc0f0618 1522012-12-18 Joel Brobecker <brobecker@adacore.com>
48c95e5f
JB
153
154 * gnulib/update-gnulib.sh: Add call to autoheader.
155
e4acb24c
TT
1562012-12-17 Tom Tromey <tromey@redhat.com>
157
158 * top.c (xgdb_verbose): Remove.
159
3d745be3
JK
1602012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 Code cleanup.
163 * skip.c (skip_function_command, skip_file_command, skip_info): Remove
164 unused forward declarations.
165 (skip_file_command): Make variables symtab and filename targets const.
166 Use proper 0 vs. NULL constant everywhere.
167 (skip_function_command): Use proper 0 vs. NULL constant everywhere.
168 Include empty line after declarations. Use GNU spacing in a comment.
169 Do not use strlen for end of string check.
170 (skip_info): Use proper 0 vs. NULL constant everywhere. Add column 5
171 comments.
172 (skip_enable_command, skip_disable_command, skip_delete_command)
173 (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
174 (function_pc_is_marked_for_skip): Make variable filename target const.
175 Use proper 0 vs. NULL constant everywhere. Fix GNU non-compliant
176 comment formatting.
177 (skip_re_set): Add empty line after function comment. Use proper 0 vs.
178 NULL constant everywhere. Include empty line after declarations. Make
179 variable symtab target const. Do not use strlen for end of string
180 check.
181
b57a636e
JK
1822012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
183
184 Code cleanup.
185 * breakpoint.c (clear_command): Remove variable sal_name_len and its
186 initialization, remove it from the compare_filenames_for_search call.
187 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
188 name_len and its initialization, remove it from the
189 compare_filenames_for_search calls.
190 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
191 * symtab.c (compare_filenames_for_search): Remove the search_len
192 parameter, update the function comment, new variable search_len
193 initialized from SEARCH_NAME.
194 (iterate_over_some_symtabs): Remove variable name_len and its
195 initialization, remove it from the compare_filenames_for_search calls.
196 * symtab.h (compare_filenames_for_search): Remove the search_len
197 parameter,
198
67c50e6e
JB
1992012-12-16 Joel Brobecker <brobecker@adacore.com>
200
201 * Makefile.in (SFILES): Move ravenscar-thread.c from here...
202 (ALLDEPFILES): ... to there.
203
5d214698
JB
2042012-12-15 Joel Brobecker <brobecker@adacore.com>
205
206 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
207
debb1f09
JB
2082012-12-15 Joel Brobecker <brobecker@adacore.com>
209
210 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
211 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
212 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
213 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
214 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
215 to gdb_target_obs for every target that uses rs6000-tdep.o.
216 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
217 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
218 or register_ppc_ravenscar_ops.
219
c16998a7
JB
2202012-12-15 Joel Brobecker <brobecker@adacore.com>
221
222 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
223 RAVENSCAR_SPARC_THREAD_H.
224 * sparc-ravenscar-thread.c: Rename all global entities
225 whose name is uses "ravenscar_sparc" as the prefix to use
226 "sparc_ravenscar" instead.
227
e6f9c00b
JB
2282012-12-15 Joel Brobecker <brobecker@adacore.com>
229
230 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
231 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
232 Adjust sparc-ravenscar-thread.h #include.
233 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
234 accordingly.
235 * Makefile.in: Replace ravenscar-sparc-thread with
236 sparc-ravenscar-thread throughout.
237 * configure.tgt: Likewise.
238
7e35103a
JB
2392012-12-15 Joel Brobecker <brobecker@adacore.com>
240
e924e903 241 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
7e35103a
JB
242 declaration.
243 (ravenscar_ops): New gdbarch variable.
244 * gdbarch.h, gdbarch.c: Regenerate.
245 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
246 * ravenscar-thread.c (current_arch_ops): Delete.
247 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
248 from the gdbarch.
249 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
250 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
251 (ravenscar_register_arch_ops): Delete.
252 * ravenscar-sparc-thread.h: New file.
253 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
254 (ravenscar_sparc_ops): Define value statically.
255 (_initialize_ravenscar_sparc): Delete.
256 (register_sparc_ravenscar_ops): New function.
257 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
258 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
259 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
260 ravenscar-sparc-thread.o.
261 (SFILES): Add ravenscar-thread.c.
262 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
263 (ALLDEPFILES): ravenscar-sparc-thread.c.
264 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
265 to gdb_target_obs
266 for all the targets that use sparc-tdep.o.
267
25abf4de
JB
2682012-12-15 Joel Brobecker <brobecker@adacore.com>
269
270 * ravenscar-thread.c (ravenscar_is_open): Delete.
271 (ravenscar_initialize): Move most of the code from here...
272 (ravenscar_inferior_created): ... to there. Invert logic.
273 (ravenscar_close): Delete.
274 (init_ravenscar_thread_ops): Remove setting of
275 ravenscar_ops.to_close.
276
3d6e24f0
JB
2772012-12-15 Joel Brobecker <brobecker@adacore.com>
278
279 * objfiles.c (init_entry_point_info): Move function from here...
280 * symfile.c (init_entry_point_info): ... to there. Make static.
281 * objfiles.h (objfiles.h): Delete declaration.
282
36e4d068
JB
2832012-12-15 Joel Brobecker <brobecker@adacore.com>
284
285 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
286 Remove call to init_entry_point_info. Add OBJFILE's
287 section_offsets and num_sections initialization. Add note
288 about entry info in the function documentation.
289 (syms_from_objfile): New function.
290 * coffread.c (coff_symfile_init): Remove call to
291 init_entry_point_info.
292 * machoread.c (macho_symfile_init): Likewise.
293 * xcoffread.c(xcoff_symfile_init): Likewise.
294
c9b6281a
YQ
2952012-12-15 Yao Qi <yao@codesourcery.com>
296
297 * remote-notif.c (_initialize_notif): Add new commands
298 'set debug notification' and 'show debug notification'.
299 * NEWS: Mention these new commands.
300
722247f1
YQ
3012012-12-15 Yao Qi <yao@codesourcery.com>
302
303 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
304 (SFILES): Add "remote-notif.c".
305 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
306 * remote-notif.c: New. Factored out from remote.c.
307 * remote-notif.h: New.
308 * remote.c: Include "remote-notif.h".
309 (stop_reply_xmalloc, do_stop_reply_xfree):
310 (remote_parse_stop_reply, remote_get_pending_stop_replies):
311 (remote_async_get_pending_events_handler): Remove declarations.
312 (remote_parse_stop_reply): Declare.
313 (pending_stop_reply): Remove.
314 (remote_async_get_pending_events_token): Move to
315 remote-notif.c.
316 (remote_close): Replace 'delete_async_event_handler' with
317 remote_notif_unregister_async_event_handler.
318 Don't call discard_pending_stop_replies.
319 (remote_start_remote): Replace code with remote_notif_parse
320 and remote_notif_get_pending_replies.
321 (remote_open_1): Replace 'create_async_event_handler' with
322 remote_notif_register_async_event_handler.
323 (extended_remote_attach_1): Call remote_notif_parse and
324 notif_stop_reply_push.
325 (struct stop_reply) <next>: Remove.
326 <base>: New field.
327 Callers update.
328 (stop_reply_queue): Change its type.
329 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
330 (remote_notif_remove_all): New.
331 (discard_pending_stop_replies): Update.
332 (remote_notif_stop_ack, stop_reply_dtr): New.
333 (remote_notif_stop_alloc_event): New.
334 (notif_client_stop): New variable.
335 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
336 (queued_stop_reply, peek_stop_reply): Adjust.
337 (remote_get_pending_stop_replies): Rename to
338 remote_notif_get_pending_events.
339 (handle_notification): Move to remote-notif.c.
340 (remote_async_get_pending_events_handler): Likewise.
341 (remote_wait_as): Adjust to call remote_notif_parse.
342 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
343 Return minus_one_ptid early if gets a notification.
344 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
345 (_initialize_remote): Call QUEUE_alloc. Update caller.
346 (remote_resume): Call 'remote_notif_process' in all-stop mode.
347 * remote.h: Include "remote-notif.h".
348 (remote_notif_get_pending_replies): Declare.
349
5f4cf0bb
YQ
3502012-12-15 Yao Qi <yao@codesourcery.com>
351
352 * remote.c (discard_pending_stop_replies): Update declaration.
353 (remote_detach_1, extended_remote_mourn_1): Likewise.
354 (discard_pending_stop_replies): Change parameter from PID to
355 INF.
356 (remote_close): Update caller.
357 (_initialize_remote): Attach discard_pending_stop_replies to
358 inferior_exit observer.
359
fee9eda9
YQ
3602012-12-15 Yao Qi <yao@codesourcery.com>
361
362 * remote.c (getpkt_or_notif_sane): Add one more argument in
363 its declaration.
364 (getpkt_or_notif_sane_1): Add one more argument.
365 (getpkt_sane): Update caller.
366 (getpkt_or_notif_sane): Likewise. Update call
367 togetpkt_or_notif_sane_1.
368 (remote_wait_ns): Update caller.
369
dbb0cf06
YQ
3702012-12-15 Yao Qi <yao@codesourcery.com>
371 Doug Evans <dje@google.com>
372
373 * common/queue.h: New.
374
f2a8bc8a
YQ
3752012-12-15 Yao Qi <yao@codesourcery.com>
376
377 * breakpoint.c (print_one_breakpoint_location): Display the
378 state of 'installed' of each non-pending location of a tracepoint
379 in both CLI and MI.
380 (download_tracepoint_locations): Notify 'breakpoint-modified'
381 observer if any tracepoint location is downloaded.
382 * tracepoint.c (start_tracing): Likewise.
383 (merge_uploaded_tracepoints): Record all modified
384 tracepoints and notify 'breakpoint-modified' observer for them.
385
386 * NEWS: Mention the change for CLI and MI.
387
7ed2c994
YQ
3882012-12-15 Yao Qi <yao@codesourcery.com>
389
390 * breakpoint.c (download_tracepoint_locations): Iterate over
391 ALL_TRACEPOINTS first and then iterate over locations of
392 each tracepoint.
393
b25d79d4
PM
3942012-12-14 Pierre Muller <muller@sourceware.org>
395 Pedro Alves <palves@redhat.com>
396
397 * solib-target.c (solib_target_current_sos): Remove 'const'
398 qualifier from type of library_document local variable to be
399 able to free it and avoid a memory leak.
400 Use cleanup chain to avoid leak even if exceptino is generated.
401
6592e36f
TT
4022012-12-14 Tom Tromey <tromey@redhat.com>
403
404 PR c++/8888:
405 * symtab.c (lookup_symbol_aux): If constructor is found, consider
406 returning the type instead.
407 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
408 found.
409
7d27a96d
TT
4102012-12-14 Tom Tromey <tromey@redhat.com>
411
412 Partial fix for PR c++/14160:
413 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
414 * dwarf2read.c (dwarf2_is_constructor): New function.
415 (dwarf2_add_member_fn): Use it.
416 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
417 TYPE_FN_FIELD_CONSTRUCTOR.
418 * jv-typeprint.c (java_type_print_base): Use
419 TYPE_FN_FIELD_CONSTRUCTOR.
420 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
421 <dummy>: Shrink.
422 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
423
1993b719
TT
4242012-12-14 Tom Tromey <tromey@redhat.com>
425
426 * c-exp.y (block, variable, name_not_typename, lex_one_token,
427 classify_name): Update.
428 * c-valprint.c (c_val_print): Update.
429 * f-exp.y (yylex): Update.
430 * go-exp.y (package_name_p, classify_packaged_name)
431 (classify_name): Update.
432 * jv-exp.y (push_variable): Update.
433 * m2-exp.y (variable): Update.
434 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
435 * p-exp.y (block, variable, yylex): Update.
436 * p-valprint.c (pascal_val_print): Update.
437 * parse.c (write_dollar_variable): Update.
438 * printcmd.c (address_info): Update.
439 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
440 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
441 (lookup_symbol): Change type of 'is_a_field_of_this'.
442 (check_field): Add 'is_a_field_of_this' argument.
443 * symtab.h (struct field_of_this_result): New.
444 (lookup_symbol, lookup_symbol_in_language): Update.
445
2dc3df72
TT
4462012-12-14 Tom Tromey <tromey@redhat.com>
447
448 * symtab.c (check_field): Now static. Move from...
449 * valops.c (check_field): ... here. Remove.
450 * value.h (check_field): Don't declare.
451
451b7c33
TT
4522012-12-14 Tom Tromey <tromey@redhat.com>
453
454 * NEWS: Mention "info proc" and core files.
455 * corelow.c (core_info_proc): New function.
456 (init_core_ops): Set to_info_proc.
457 * gdbarch.c, gdbarch.h: Rebuild.
458 * gdbarch.sh (core_info_proc): New method.
459 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
460 * linux-tdep.c (linux_core_info_proc_mappings)
461 (linux_core_info_proc): New functions.
462 (linux_find_memory_region_ftype): New typedef.
463 (linux_find_memory_regions_full): New function, from
464 linux_find_memory_regions.
465 (struct linux_find_memory_regions_data): New.
466 (linux_find_memory_regions_thunk): New function.
467 (linux_find_memory_regions): Rewrite.
468 (struct linux_make_mappings_data): New.
469 (linux_make_mappings_callback)
470 (linux_make_mappings_corefile_notes): New functions.
471 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
472 (linux_init_abi): Call set_gdbarch_core_info_proc.
473 * target.c (target_info_proc): Return 'int'.
474 * target.h (target_info_proc): Update.
475
49dc7f4b
PM
4762012-12-14 Pierre Muller <muller@sourceware.org>
477
478 * windows-nat.c (windows_xfer_shared_libraries): Avoid
479 memory leak when OFFSET >= LEN_AVAIL.
480
e03e6279
TT
4812012-12-13 Tom Tromey <tromey@redhat.com>
482
483 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
484
7b9c0bfb
TT
4852012-12-13 Tom Tromey <tromey@redhat.com>
486
487 * acinclude.m4 (CY_AC_C_WORKS): Remove.
488
d8f4a83e
PM
4892012-12-13 Pierre Muller <muller@sourceware.org>
490
491 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
492 local variable and zero terminate it to avoid possible problems
493 in strcmp.
494
aab2f004
PA
4952012-12-13 Pedro Alves <palves@redhat.com>
496
497 * coff-pe-read.c: Include coff/internal.h.
498 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
499 Null terminate buffer explicitly instead of memset the whole
500 buffer.
501
78ea0eca
PM
5022012-12-13 Pierre Muller <muller@sourceware.org>
503
504 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
505 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
506 for already defined macros.
507
3999122f
PM
5082012-12-13 Pierre Muller <muller@sourceware.org>
509
510 * coff-pe-read.h (pe_text_section_offset): Declare new function.
511 * coff-pe-read.c (debug_coff_pe_read): New static variable.
512 (struct read_pe_section_data): Add section_name field.
513 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
514 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
515 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
516 (get_pe_section_index): New function.
517 (struct pe_sections_info): New type.
518 (get_section_vmas): Use new struct pe_sections_info.
519 (add_pe_exported_sym): Handle unnamed exported function.
520 (add_pe_forwarded_sym): New function.
521 (read_pe_truncate_name): Truncate at last dot.
522 (pe_as16): New function.
523 (read_pe_exported_syms): Use ordinal of function to
524 retrieve correct RVA address of function and handle
525 forwarded symbol.
526 (pe_text_section_offset): New function.
527 (show_debug_coff_pe_read): New function.
528 (_initialize_coff_pe_read): New function adding
529 'set/show debug coff_pe_read' commands.
530
531 * windows-tdep.c (windows_xfer_shared_library): Use
532 pe_text_section_offset function instead of possibly wrong
533 0x1000 constant for .text sextion offset.
534
c9023fb3
PA
5352012-12-13 Pedro Alves <palves@redhat.com>
536
537 * gdbarch.sh (do_read): Set IFS to blank.
538
3fa7bf06
MG
5392012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
540
541 * NEWS: Mention the -catch-load/-catch-unload MI commands.
542
91985142 5432012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
f87e3f15 544
91985142
MG
545 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
546 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
547 * breakpoint.c (add_solib_catchpoint): New function that
548 can be used by both CLI and MI, factored out from
549 catch_load_or_unload.
550 (catch_load_or_unload): Strip it down and make it use the
551 new add_solib_catchpoint.
552 * breakpoint.h (add_solib_catchpoint): Declare it.
553 * mi/mi-cmd-break.h: New file.
554 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
555 (setup_breakpoint_reporting): New function used for both
556 catchpoints and breakpoints.
557 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
558 * mi/mi-cmd-catch.c: New file.
559 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
560 and -catch-unload.
561 * mi/mi-cmds.h: Declare the handlers for -catch-load and
562 -catch-unload.
563
5c80ed9d
TT
5642012-11-28 Tom Tromey <tromey@redhat.com>
565
566 * dbxread.c (read_dbx_symtab): Update.
567 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
568 (read_ofile_symtab): Add 'objfile' argument.
569 * dwarf2read.c (process_psymtab_comp_unit_reader)
570 (build_type_psymtabs_reader): Update.
571 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
572 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
573 argument.
574 (parse_procedure, parse_partial_symbols): Update.
575 (psymtab_to_symtab_1): Add 'objfile' argument.
576 * psympriv.h (struct partial_symtab) <objfile>: Remove.
577 <read_symtab>: Add 'objfile' argument.
578 (sort_pst_symbols, discard_psymtab): Update.
579 * psymtab.c (partial_map_expand_apply): Update.
580 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
581 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
582 (find_pc_sect_psymbol): Add 'objfile' argument.
583 (lookup_symbol_aux_psymtabs): Update.
584 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
585 Add 'objfile' argument.
586 (find_last_source_symtab_from_partial, dump_psymtab)
587 (dump_psymtabs_for_objfile, read_symtabs_for_function)
588 (expand_partial_symbol_tables, read_psymtabs_with_filename)
589 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
590 (expand_symtabs_matching_via_partial): Update.
591 (sort_pst_symbols): Add 'objfile' argument.
592 (allocate_psymtab): Update.
593 (discard_psymtab): Add 'objfile' argument.
594 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
595 * stabsread.h (end_psymtab): Update.
596 * xcoffread.c (this_symtab_objfile): New global.
597 (process_linenos, enter_line_range, xcoff_next_symbol_text):
598 Update.
599 (read_xcoff_symtab): Add 'objfile' argument.
600 (read_symbol, read_symbol_lineno): Update.
601 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
602 (xcoff_end_psymtab): Add 'objfile' argument.
603 (scan_xcoff_symtab): Update.
604
9a27f2c6
PK
6052012-12-12 Paul Koning <paul_koning@dell.com>
606
607 Add support for Python 3.
608 * NEWS: Mention Python 3 support.
609 * varobj.c (value_get_print_value): Use
610 python_string_to_target_string.
611 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
612 of type objects.
613 * python/py-breakpoint.c: Ditto.
614 * python/py-cmd.c: Ditto.
615 * python/py-event.c: Ditto.
616 * python/py-event.h: Ditto.
617 * python/py-evtregistry.c: Ditto.
618 * python/py-finishbreakpoint.c: Ditto.
619 * python/py-frame.c: Ditto.
620 * python/py-function.c: Ditto.
621 * python/py-infthread.c: Ditto.
622 * python/py-lazy-string.c: Ditto.
623 * python/py-progspace.c: Ditto.
624 * /python/py-symbol.c: Ditto.
625 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
626 initialization for Python 3.
627 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
628 of type objects.
629 (infpy_read_memory): Return memoryview object if Python 3.
630 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
631 (infpy_search_memory): Ditto.
632 (get_buffer): New function for Python 3.
633 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
634 of type objects.
635 (objfpy_dealloc): Use Py_TYPE to call tp_free.
636 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
637 of type objects.
638 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
639 (set_attr): Ditto.
640 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
641 instead of PyString methods if Python 3.
642 (print_children): Skip push_dummy_python_frame call if Python 3.
643 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
644 of type objects.
645 (salpy_dealloc): Use Py_TYPE to call tp_free.
646 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
647 of type objects.
648 (field_dealloc): Use Py_TYPE to call tp_free.
649 (typy_dealloc): Ditto.
650 (type_object_as_number): Adjust struct initializations for
651 differences in layout for Python 2 vs. Python 3.
652 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
653 string case for Python 3.
654 (unicode_to_encoded_python_string): Shorten code (no functional
f87e3f15 655 change).
9a27f2c6
PK
656 (python_string_to_target_python_string): Comment that in Python 3
657 returned value is a Python "bytes" type.
658 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
659 (gdb_py_object_from_longest): Omit non-long integer case in Python
660 3.
661 (gdb_py_object_from_ulongest): Ditto.
662 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
663 of type objects.
664 (valpy_dealloc): Use Py_TYPE to call tp_free.
665 (valpy_int): Omit function if Python 3.
666 (convert_value_from_python): Use "%S" format (Python object as a
667 string) if Python 3.
668 (value_object_as_number): Adjust struct initializations for
669 differences in layout for Python 2 vs. Python 3.
670 * python/python-config.py: Adjust syntax for Python 3
f87e3f15 671 compatibility.
9a27f2c6
PK
672 Include "sys.abiflags" string as part of python library name, if
673 that attribute exists (Python 3).
674 * python/python-internal.h (IS_PY3): Define if Python 3.
675 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
676 placeholder value if Python 3.
677 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
678 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
679 analogous Python 3 API function if Python 3.
680 (PyVarObject_HEAD_INIT): Define if not already defined.
681 (Py_TYPE): Ditto.
682 * python/python.c (eval_python_command): Omit Py_FlushLine call if
683 Python 3.
684 Check return values of all Python API calls for error.
685 Supply dummy "python" and "python-interactive" commands if Python
686 initialization failed.
687 (_initialize_python): Convert argc to wchar_t** if Python 3.
688 Add module initialization for Python 3.
689 (finish_python_initialization): Pass wchar_t * argument to
690 PySys_SetPath if Python 3.
691 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
692 (_GdbFile): New class for common output file behavior.
693 (GdbOutFile): Subclass from _GdbFile.
694 (GdbOutputErrorFile): Ditto.
695 (auto_load_packages): Adjust syntax for Python 3 compatibility.
696 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
697 * python/lib/gdb/prompt.py: Use sorted() function rather than
698 sort() method.
699 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
700 Adjust syntax for Python 3 compatibility.
701 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
702 rather than sort() method.
703 Adjust syntax for Python 3 compatibility.
704 * python/lib/gdb/command/type_printers.py: Ditto.
705 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
706 value is a memoryview object if Python 3.
707
b8b98ad1
TT
7082012-12-12 Tom Tromey <tromey@redhat.com>
709
710 * coffread.c (coff_objfile_data_key): New global.
711 (coff_symfile_init): Use set_objfile_data.
712 (coff_symfile_read): Use objfile_data.
713 (coff_symfile_finish): Don't free deprecated_sym_private.
714 (coff_free_info): New function.
715 (_initialize_coffread): Initialize coff_objfile_data_key.
716 * mdebugread.c (pending_list): Update comment.
717 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
718 * symfile.c (reread_symbols): Don't mention
719 deprecated_sym_private.
720 * xcoffread.c (xcoff_objfile_data_key): New global.
721 (XCOFF_DATA): New macro.
722 (process_linenos, enter_line_range, xcoff_next_symbol_text)
723 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
724 XCOFF_DATA.
725 (xcoff_new_init) Use set_objfile_data.
726 (xcoff_symfile_finish): Don't free deprecated_sym_private.
727 (init_stringtab, swap_sym, scan_xcoff_symtab)
728 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
729 (xcoff_free_info): New function.
730 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
731
afedb563
MG
7322012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
733
734 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
735
d2f4b8fe
TT
7362012-12-12 Tom Tromey <tromey@redhat.com>
737
738 * coffread.c (coff_symfile_init): Use set_objfile_data.
739 (coff_symfile_read): Use DBX_SYMFILE_INFO.
740 * dbxread.c (dbx_objfile_data_key): New global.
741 (dbx_symfile_init): Use set_objfile_data.
742 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
743 (dbx_free_symfile_info): New function.
744 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
745 DBX_SYMFILE_INFO.
746 (stabsect_build_psymtabs): Use set_objfile_data.
747 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
748 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
749 set_objfile_data.
750 (free_elfinfo): Use DBX_SYMFILE_INFO.
751 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
752 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
753 * gdb-stabs.h (dbx_objfile_data_key): Declare.
754 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
755 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
756 * somread.c (som_symfile_finish): Don't free
757 deprecated_sym_stab_info.
758
6f112b18
JB
7592012-12-12 Joel Brobecker <brobecker@adacore.com>
760
761 * gdbarch.sh (software_single_step): Remove trailing space in
762 comment (gdbarch.h is already correct).
763
8d2cc612
TT
7642012-12-11 Tom Tromey <tromey@redhat.com>
765
766 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
767
735522c2
TT
7682012-12-11 Tom Tromey <tromey@redhat.com>
769
770 * dsrec.c (report_transfer_performance): Don't declare.
771 (load_srec): Use gettimeofday, print_transfer_performance.
772 * symfile.c (report_transfer_performance): Remove.
773
3e3420f6
PA
7742012-12-11 Pedro Alves <pedro@codesourcery.com>
775 Pedro Alves <palves@redhat.com>
776
777 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
778 NT_PSTATUS note.
779 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
780 differently from LWP IDs.
781
05b4bd79
PA
7822012-12-11 Pedro Alves <palves@redhat.com>
783
784 * configure.ac (detect type of /proc): Remove Unixware handling.
785 * configure: Regenerate.
786 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
787 (ioctl_table) [PCRESET]: Remove entry.
788 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
789 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
790 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
791 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
792 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
793 Unixware in comments throughout.
794 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
795 and remove mention of Unixware.
796
072cabfe
DE
7972012-12-10 Doug Evans <dje@google.com>
798
ab435259
DE
799 * dwarf2read.c (dwarf2_cu): Enhance comment.
800 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
801 the DWO file.
802 (dwarf2_record_block_ranges): Ditto.
803
c766f7ec
DE
804 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
805
072cabfe
DE
806 * symtab.c (find_pc_sect_symtab): Add comment.
807
660ff106
TT
8082012-12-10 Tom Tromey <tromey@redhat.com>
809
810 * defs.h: Don't check for definition of LONGEST.
811 (min, max): Remove duplicates.
812
8b9737bf
TT
8132012-12-10 Tom Tromey <tromey@redhat.com>
814
815 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
816 (dwarf2_fetch_die_loc_cu_off): Rename from
817 dwarf2_fetch_die_location_block. Rewrite to use
818 dwarf2_fetch_die_loc_sect_off.
819 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
820 (dwarf2_fetch_die_loc_cu_off): Rename.
821 * dwarf2loc.c (indirect_pieced_value): Use
822 dwarf2_fetch_die_loc_sect_off.
823 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
824 comment.
825 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
826 * dwarf2expr.c (add_piece): Update.
827 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
828
93eed41f
TT
8292012-12-10 Tom Tromey <tromey@redhat.com>
830
831 * buildsym.c (struct pending_block): Move from buildsym.h.
832 (pending_blocks): Likewise; now static.
833 (pending_block_obstack): New global.
834 (free_pending_blocks): Free blocks.
835 (record_pending_block): Use pending_block_obstack.
836 * buildsym.h (struct pending_block): Move definition to
837 buildsym.c.
838 (pending_blocks): Don't declare.
839
d2e5c99a
PA
8402012-12-10 Pedro Alves <palves@redhat.com>
841
842 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
843 dead SCO code, and adjust function description comment.
844
74a0d9f6
JK
8452012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
848 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
849 CC_HAS_LONG_LONG.
850 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
851 * dwarf2read.c (extract_cu_value): Remove the function.
852 (create_cus_from_index_list): Make the return type void, inline the
853 extract_cu_value caller, include new gdb_static_assert.
854 (create_cus_from_index): Make the return type void, update the function
855 comment, update the create_cus_from_index_list caller.
856 (create_signatured_type_table_from_index): Make the return type void,
857 inline the extract_cu_value caller, include new gdb_static_assert.
858 (dwarf2_read_index): Update the create_cus_from_index and
859 create_signatured_type_table_from_index caller.
860 * printcmd.c (ui_printf): Remove conditionalizations for
861 CC_HAS_LONG_LONG.
862 * config.in: Regenerate.
863 * configure: Regenerate.
864
1b80a9fa
JK
8652012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
866
867 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
868 Update the comment for checked_producer.
869 (check_producer): New forward declaration.
870 (producer_is_gcc_lt_4_3): New function.
871 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
872 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
873
2f68a895
TT
8742012-12-07 Tom Tromey <tromey@redhat.com>
875
876 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
877 argument, assertion.
878 * c-exp.y (typebase): Add completion productions.
879 * completer.c (expression_completer): Handle tag completion.
880 * expression.h (parse_expression_for_completion): Add argument.
881 * f-lang.c (f_make_symbol_completion_list): Add 'code'
882 argument.
883 * language.h (struct language_defn)
884 <la_make_symbol_completion_list>: Add 'code' argument.
885 * parse.c (expout_tag_completion_type, expout_completion_name):
886 New globals.
887 (mark_struct_expression): Add assertion.
888 (mark_completion_tag): New function.
889 (parse_exp_in_context): Initialize new globals.
890 (parse_expression_for_completion): Add 'code' argument. Handle
891 tag completion.
892 * parser-defs.h (mark_completion_tag): Declare.
893 * symtab.c (default_make_symbol_completion_list_break_on): Add
894 'code' argument. Update.
895 (default_make_symbol_completion_list): Add 'code' argument.
896 (make_symbol_completion_list): Update.
897 (make_symbol_completion_type): New function.
898 * symtab.h (default_make_symbol_completion_list_break_on)
899 (default_make_symbol_completion_list): Update.
900 (make_symbol_completion_type): Declare.
901
155da517
TT
9022012-12-07 Tom Tromey <tromey@redhat.com>
903
904 * expression.h (parse_expression_for_completion): Rename
905 from parse_field_expression.
906 (parse_completion): Rename from in_parse_field.
907 * c-exp.y (lex_one_token): Update.
908 * completer.c (expression_completer): Update.
909 * go-exp.y (lex_one_token): Update.
910 * p-exp.y (yylex): Update.
911 * parse.c (parse_completion): Rename from in_parse_field.
912 (parse_exp_in_context): Update.
913 (parse_expression_for_completion): Rename from
914 parse_field_expression. Update.
915
4fc5d43e
TT
9162012-12-07 Tom Tromey <tromey@redhat.com>
917
918 * typeprint.c (_initialize_typeprint): Set completer
919 for "whatis" and "ptype".
920
ab39020b
JB
9212012-12-07 Joel Brobecker <brobecker@adacore.com>
922
923 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
924 "sim/common/cgen-fpu.h". Remove invalid entries
925 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
926 which actually have an FSF copyright header.
927
2cb50f9d
JB
9282012-12-07 Joel Brobecker <brobecker@adacore.com>
929
930 * osf-share/AT386/cma_thread_io.h: Delete.
931 * osf-share/HP800/cma_thread_io.h: Delete.
932 * osf-share/README: Delete.
933 * osf-share/RIOS/cma_thread_io.h: Delete.
934 * osf-share/cma_attr.h: Delete.
935 * osf-share/cma_deb_core.h: Delete.
936 * osf-share/cma_debug_client.h: Delete.
937 * osf-share/cma_errors.h: Delete.
938 * osf-share/cma_handle.h: Delete.
939 * osf-share/cma_init.h: Delete.
940 * osf-share/cma_list.h: Delete.
941 * osf-share/cma_mutex.h: Delete.
942 * osf-share/cma_sched.h: Delete.
943 * osf-share/cma_semaphore_defs.h: Delete.
944 * osf-share/cma_sequence.h: Delete.
945 * osf-share/cma_stack.h: Delete.
946 * osf-share/cma_stack_int.h: Delete.
947 * osf-share/cma_tcb_defs.h: Delete.
948 * osf-share/cma_util.h: Delete.
949 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
950 in osf-share.
951 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
952 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
953 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
954
0ba2eb0f
TT
9552012-12-06 Pedro Alves <palves@redhat.com>
956 Tom Tromey <tromey@redhat.com>
957
958 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
959
731145cb
TT
9602012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
961
962 PR mi/14741:
963 * mi/mi-cmd-var.c (varobj_update_one): Take value of
964 attribute "dynamic" and "displayhint" from printed child,
965 not the root variable.
966
eff44fea
JB
9672012-12-06 Joel Brobecker <brobecker@adacore.com>
968
969 * aix-thread.c (getthrds): Fix type of 4th parameter.
970 (get_signaled_thread): Change type of variable ktid to tid_t.
971
c90a0773
HZ
9722012-12-06 Hui Zhu <hui_zhu@mentor.com>
973
974 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
975 value of get_frame_block.
976
5bc81a00
PM
9772012-12-05 Pierre Muller <muller@sourceware.org>
978
979 Avoid memory leaks on struct cmd_list_element.doc field.
980 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
981 if flags contains DOC_ALLOCATED.
982 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
983 flags.
984 (delete_cmd): Handle DOC_ALLOCATED flag.
985 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
986 in flags filed of struct cmd_list_element.
987 (struct cmd_list_element): Document new flag item.
988
b5ebcee6
DE
9892012-12-04 Doug Evans <dje@google.com>
990
991 * symmisc.c: Whitespace fixes.
992
56bf0743
KB
9932012-12-04 Karthik Bhat <kv.bhat@samsung.com>
994
995 * i386-tdep.c (i386_skip_prologue): Using symbol table
996 to find the end of prologue for clang compiled binaries.
997 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
998 to find the end of prologue for clang compiled binaries.
999
56e64610
DE
10002012-12-03 Doug Evans <dje@google.com>
1001
1002 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
1003 (dw2_find_symbol_file): Delete unused local file_data.
1004
270140bd
TT
10052012-12-03 Tom Tromey <tromey@redhat.com>
1006
1007 * ada-exp.y (write_object_renaming, write_var_or_type)
1008 (write_ambiguous_var, write_var_from_sym): Make blocks const.
1009 * ada-lang.c (replace_operator_with_call)
1010 (find_old_style_renaming_symbol): Make blocks const.
1011 * ada-lang.h (ada_find_renaming_symbol): Update.
1012 (struct ada_symbol_info) <block>: Now const.
1013 * breakpoint.c (watch_command_1): Update.
1014 * breakpoint.h (struct watchpoint) <exp_valid_block,
1015 cond_exp_valid_block>: Now const.
1016 * c-exp.y (classify_inner_name, classify_name): Make block
1017 argument const.
1018 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1019 const.
1020 * expression.h (innermost_block, parse_exp_1): Update.
1021 (union exp_element) <block>: Now const.
1022 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1023 (lookup_struct): Make block argument const.
1024 * gdbtypes.h (lookup_template_type): Update.
1025 * go-exp.y (classify_name, classify_packaged_name)
1026 (package_name_p): Make block argument const.
1027 * objc-lang.c (lookup_struct_typedef): Make block argument const.
1028 * objc-lang.h (lookup_struct_typedef): Update.
1029 * parse.c (parse_exp_in_context, parse_exp_1)
1030 (write_exp_elt_block): Make block arguments const.
1031 (expression_context_block, innermost_block): Now const.
1032 * parser-defs.h (write_exp_elt_block): Update.
1033 (expression_context_block, innermost_block, block_found): Now
1034 const.
1035 * printcmd.c (struct display) <block>: Now const.
1036 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1037 * valops.c (address_of_variable): Make block argument const.
1038 * value.h (value_of_variable): Update.
1039 * varobj.c (struct varobj_root) <valid_block>: Now const.
1040
31f56a27
YQ
10412012-11-30 Yao Qi <yao@codesourcery.com>
1042
1043 * breakpoint.c (print_one_breakpoint_location): Indent code.
1044
556ec64d
YQ
10452012-11-30 Yao Qi <yao@codesourcery.com>
1046
1047 * breakpoint.c (print_one_breakpoint_location): Combine two
1048 blocks handling 'hit count' together.
1049
3d3fef6b
YQ
10502012-11-30 Yao Qi <yao@codesourcery.com>
1051
1052 * infrun.c (error_is_running, ensure_not_running): Move them
1053 to ...
1054 * infcmd.c (error_is_running, ensure_not_running): ... here.
1055 Make them 'static'.
1056 * inferior.h: Remove declarations of error_is_running and
1057 ensure_not_running.
1058
7cd12a76
YQ
10592012-11-30 Yao Qi <yao@codesourcery.com>
1060
1061 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1062 check REGNUM >= 0.
1063
7a76f5b8
YQ
10642012-11-30 Yao Qi <yao@codesourcery.com>
1065
1066 * infrun.c: Make the declaration of 'init_infwait_state'
1067 static.
1068 (init_infwait_state): Make it 'static'.
1069
b1209b03
UW
10702012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1071
1072 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1073 return value to void to avoid compiler warning.
1074
ea5e6b0e
UW
10752012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1076
1077 * opencl-lang.c (opencl_print_type): New function.
1078 (opencl_language_arch_info): Install it.
1079
a93478ea
TT
10802012-11-29 Tom Tromey <tromey@redhat.com>
1081
1082 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1083 xvasprintf.
1084 * common/common-utils.c (xasprintf, xvasprintf): Remove.
1085 * common/common-utils.h (xasprintf, xvasprintf): Remove.
1086
ac4a2da4
JG
10872012-11-29 Jerome Guitton <guitton@adacore.com>
1088
1089 * ada-lang.c (ada_is_interface_tag): New function.
1090 (ada_is_ignored_field): Add interface tags to the list
1091 of ignored fields.
1092
b50d69b5
JG
10932012-11-29 Jerome Guitton <guitton@adacore.com>
1094
f87e3f15 1095 * ada-lang.h (ada_tag_value_at_base_address): New function
b50d69b5
JG
1096 declaration.
1097 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1098 New functions.
1099 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1100 relocate the class-wide value if need be.
1101 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1102 Let ada_tag_value_at_base_address relocate the class-wide access/ref
1103 before dereferencing it.
1104 * ada-valprint.c (ada_val_print_1): Relocate to base address
1105 before displaying the content of an interface-wide ref.
1106
ca1f964d
JG
11072012-11-29 Jerome Guitton <guitton@adacore.com>
1108
1109 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1110
38d03cf1 11112012-11-29 Joel Brobecker <brobecker@adacore.com>
1112
1113 GDB 7.5.1 released.
1114
f5682501
YQ
11152012-11-29 Yao Qi <yao@codesourcery.com>
1116 Tom Tromey <tromey@redhat.com>
1117
1118 * eval.c (evaluate_subexp_standard): Get the correct pointer
1119 type for TYPE_CODE_MEMBERPTR.
1120
f359d716
EBM
11212012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
1122
1123 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1124 since now it is being done by binutils' powerpc_init_dialect().
1125
0cd61f44
TT
11262012-11-28 Tom Tromey <tromey@redhat.com>
1127
1128 PR gdb/14290:
1129 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1130 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1131 Use it.
1132 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1133 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1134 (gdb_bfd_openr_next_archived_file): Use it.
1135
02d403bf 11362012-11-28 Markus Metzger <markus.t.metzger@intel.com>
945bf713
MM
1137
1138 * configure.ac: Check for linux/perf_event.h.
1139 * config.in: Regenerated.
1140 * configure: Regenerated.
1141
7e20dfcd
YQ
11422012-11-28 Yao Qi <yao@codesourcery.com>
1143
1144 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1145 abbreviate 'delete tracepoints' to 'delete tr'.
1146 * corefile.c (_initialize_core): Call add_alias_cmd to
1147 abbreviate 'set gnutarget' to 'set g'.
1148 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1149 'show convenience' to 'show conv'.
1150
b8293cc8
JB
11512012-11-27 Joel Brobecker <brobecker@adacore.com>
1152
1153 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1154 call to sparc_supply_fpregset.
1155 (fill_fpregset): Fix first parameter in call to
1156 sparc_collect_fpregset.
1157
8c2b9656
YQ
11582012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1159 Kazu Hirata <kazu@codesourcery.com>
1160 Yao Qi <yao@codesourcery.com>
1161
1162 * objfiles.c (init_entry_point_info): Call
1163 gdbarch_convert_from_func_ptr_addr and
1164 gdbarch_addr_bits_remove here ...
1165 (entry_point_address_query): ... instead of here.
1166 * solib-svr4.c (exec_entry_point): Call
1167 gdbarch_addr_bits_remove.
1168 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1169 the entry address.
1170
5edf51fe
YQ
11712012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1172 Yao Qi <yao@codesourcery.com>
1173
1174 * eval.c (evaluate_subexp_standard): Add handling of
1175 TYPE_CODE_MEMBERPTR when calling functions. Correct the
1176 result of ptype for calling a TYPE_CODE_METHODPTR.
1177
ca242aad
YQ
11782012-11-27 Yao Qi <yao@codesourcery.com>
1179
1180 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1181 warning.
1182 Add i18n markup.
1183
608e2dbb
TT
11842012-11-26 Alexander Larsson <alexl@redhat.com>
1185 Jan Kratochvil <jan.kratochvil@redhat.com>
1186 Tom Tromey <tromey@redhat.com>
1187
1188 * NEWS: Mention mini debuginfo feature.
1189 * minidebug.c: New file.
1190 * configure.ac: Check for lzma.
1191 * configure, config.in: Rebuild.
1192 * Makefile.in (LIBLZMA): New variable.
1193 (CLIBS): Include LIBLZMA.
1194 (SFILES): Mention minidebug.c.
1195 (COMMON_OBS): Mention minidebug.o.
1196 * symfile.c (read_symbols): New function.
1197 (syms_from_objfile, reread_symbols): Call it.
1198 * symfile.h (find_separate_debug_file_in_section): Declare.
1199
17d6efc4
JB
12002012-11-26 Keith Seitz <keiths@redhat.com>
1201
1202 * exec.c (exec_file_attach): Move cleanup after verifying that
1203 memory has in fact been allocated.
1204
210bbc17
TT
12052012-11-26 Tom Tromey <tromey@redhat.com>
1206
1207 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1208 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1209 SYMBOL_SYMTAB.
1210 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1211
0270a750
PA
12122012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1213 Pedro Alves <palves@redhat.com>
1214
1215 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1216 size parameter passed to readlink by one byte.
1217 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1218 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1219 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1220 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1221 size by one byte.
1222
9c16be9a
YQ
12232012-11-26 Yao Qi <yao@codesourcery.com>
1224
1225 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1226 extraneous parentheses.
1227
e6f3fa52
YQ
12282012-11-26 Yao Qi <yao@codesourcery.com>
1229
1230 * remote.c (remote_start_remote): Typo fix.
1231
db75c717
DM
12322012-11-23 David S. Miller <davem@davemloft.net>
1233
1234 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1235 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1236 sparc32_sol2_fpregset): Declare new globals.
1237 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1238 'fpregset' argument.
1239 * sparc64-tdep.h (sparc64_supply_fpregset,
1240 sparc64_collect_fpregset): Likewise.
1241 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1242 globals.
1243 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1244 (sparc_fpregset): Declare new global.
1245 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1246 'fpregset' argument.
1247 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1248 into handler.
1249 (fill_fpregset): Likewise.
1250 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1251 sparc32_bsd_fpregset.
1252 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1253 sparc32_bsd_fpregset down into handler.
1254 (sparc32_linux_collect_core_fpregset): Likewise.
1255 * sparc-nat.c (sparc_fpregset): Define.
1256 (sparc_supply_fpregset): Add 'fpregset' argument.
1257 (sparc_collect_fpregset): Likewise.
1258 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1259 into fpregset handler.
1260 (sparc_store_inferior_registers): Likewise.
1261 (_initialize_sparc_nat): Set sparc_fpregset to
1262 sparc32_sunos4_fpregset if NULL.
1263 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1264 down into handler.
1265 (fill_fpregset): Likewise.
1266 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1267 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1268 use it to compute offsets.
1269 (sparc32_collect_fpregset): Likewise.
1270 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1271 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1272 down into handler.
1273 (fill_fpregset): Likewise.
1274 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1275 Likewise.
1276 (sparc64_linux_collect_core_fpregset): Likewise.
1277 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1278 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1279 use it to compute offsets.
1280 (sparc64_collect_fpregset): Likewise.
1281 (sparc64_bsd_fpregset): Define.
1282 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1283 sparc64_bsd_fpregset down into handler.
1284 (sparc64fbsd_collect_fpregset): Likewise.
1285 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1286 and pass sparc{32,64}_bsd_fpregset down into handler.
1287 (sparc64nbsd_collect_fpregset): Likewise.
1288 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1289 sparc64_bsd_fpregset down into handler.
1290 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1291 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1292 to sparc32_bsd_fpregset.
1293 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1294 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1295 (sparc32nbsd_supply_fpregset): Likewise.
1296
cfcad218
TT
12972012-11-21 Tom Tromey <tromey@redhat.com>
1298
1299 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1300 field.
1301 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1302 Remove.
1303 * c-typeprint.c (c_type_print_base): Update.
1304
85ddcc70
YQ
13052012-11-21 Yao Qi <yao@codesourcery.com>
1306
1307 PR tdep/7438
1308 * gdbarch.sh (smash_text_address): Remove.
1309 * gdbarch.c, gdbarch.h: Regenerate.
1310 * arm-tdep.c (arm_smash_text_address): Remove.
1311 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1312 * hppa-tdep.c (hppa_smash_text_address): Remove.
1313 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1314 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1315 Caller update.
1316 * coffread.c (coff_symtab_read): Caller update.
1317 * dbxread.c (process_one_symbol): Likewise.
1318 * elfread.c (record_minimal_symbol): Likewise.
1319 * somread.c (som_symtab_read): Likewise.
1320
11522069
PM
13212012-11-20 Pierre Muller <muller@sourceware.org>
1322
1323 ARI fixes: sprintf rule.
1324 Replace sprintf function calls for char arrays by
1325 calls to xsnprintf calls.
1326 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1327 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1328 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1329 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1330 * breakpoint.c (condition_completer): Ditto.
1331 (create_tracepoint_from_upload): Ditto.
1332 * dwarf2read.c (file_full_name): Ditto.
1333 * gcore.c (gcore_command): Ditto.
1334 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1335 * go32-nat.c (go32_sysinfo): Ditto.
1336 * interps.c (interp_set): Ditto.
1337 * m32c-tdep.c (make_types): Ditto.
1338 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1339 * remote-m32r-sdi.c (m32r_open): Ditto.
1340 * sol-thread.c (td_err_string): Ditto.
1341 (td_state_string, solaris_pid_to_str): Ditto.
1342 * symtab.c (gdb_mangle_name): Ditto.
1343 * cli/cli-script.c (execute_control_command): Ditto.
1344 (define_command, document_command): Ditto.
1345 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1346 * tui/tui-stack.c (tui_make_status_line): Ditto.
1347 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1348
ace21957
MF
13492012-11-20 Mike Frysinger <vapier@gentoo.org>
1350
1351 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1352 it when looking at ptr->func.
1353 * command.h (complete_on_cmdlist): Add a fourth arg.
1354 * completer.c (complete_line_internal): Add local ignore_help_classes,
1355 and set it to 1 when reason is not handle_help. Pass this down to
1356 lookup_cmd_1 and complete_on_cmdlist.
1357
ec6632d7
TT
13582012-11-20 Tom Tromey <tromey@redhat.com>
1359
1360 * completer.c (count_struct_fields): Remove.
1361 (expression_completer): Don't call count_struct_fields.
1362
ef37bb07
PA
13632012-11-20 Pedro Alves <palves@redhat.com>
1364
1365 * annotate.c (breakpoints_changed): Rename to ...
1366 (annotate_breakpoints_changed): ... this.
1367 (annotate_stopped, breakpoint_changed): Adjust caller.
1368 * annotate.h (breakpoints_changed): Rename to ...
1369 (annotate_breakpoints_changed): ... this.
1370 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1371 (do_map_commands_command, init_raw_breakpoint, clear_command)
1372 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1373
b245bdfc
DM
13742012-11-20 David S. Miller <davem@davemloft.net>
1375
1376 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1377 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1378 sysconf.
1379 (get_cores_used_by_process): Update comment.
1380
bd0cfc4d
YQ
13812012-11-20 Yao Qi <yao@codesourcery.com>
1382
1383 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1384
de9f1b68
YQ
13852012-11-20 Yao Qi <yao@codesourcery.com>
1386
1387 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1388 to deprecated_context_hook.
1389
8870954f
YQ
13902012-11-19 Yao Qi <yao@codesourcery.com>
1391
1392 * infrun.c (infwait_state): Add static.
1393
8dea366b
KS
13942012-11-16 Keith Seitz <keiths@redhat.com>
1395
1396 PR c++/13615
1397 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1398 parameter and pass it to lookup_symbol_file.
1399 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1400 to search base classes.
1401 (cp_lookup_symbol_namespace): Likewise.
1402 (lookup_namespace_scope): Likewise.
1403 (lookup_symbol_file): Add SEARCH parameter.
1404 If SEARCH is non-zero and no symbol is found, lookup the class
1405 and call cp_lookup_nested_symbol.
1406 (find_symbol_in_baseclass): New function.
1407 (cp_lookup_nested_symbol): Do not let
1408 cp_lookup_symbol_in_namespace search through base classes.
1409 Do that later when there is no global symbol match.
1410
e64e0392
DE
14112012-11-16 Doug Evans <dje@google.com>
1412
1413 * main.c (gdb_datadir_provided): New static global.
1414 (get_init_files): If --data-directory is provided,
1415 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1416 * NEWS: Mention it.
1417
8bdce1ff
PM
14182012-11-15 Pierre Muller <muller@sourceware.org>
1419
1420 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1421 * gdb_stat.h: Delete. Moved to common directory.
1422 * common/gdb_stat.h: New file.
1423 * gdb_wait.h: Delete. Moved to common directory.
1424 * common/gdb_wait.h: New file.
1425 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1426 location.
1427 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1428 location.
1429 (stat.h rule): Adapt to new gdb_stat.h location.
1430 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1431 <sys/stat.h> header.
1432 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1433 <sys/wait.h> header.
1434
3a731e0f
PM
14352012-11-15 Pierre Muller <muller@sourceware.org>
1436
1437 * configure.ac (AC_HEADER_STAT): Remove.
1438 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1439 and corresponding code.
1440 * configure: Regenerate.
1441 * config.in: Regenerate.
1442
2792b94d
PM
14432012-11-15 Pierre Muller <muller@sourceware.org>
1444
1445 ARI xasprintf rule fixes.
1446 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1447 instead of xasprintf.
1448 (open_and_init_dwp_file): Ditto.
1449
5e34c6c3
LM
14502012-11-14 Luis Machado <lgustavo@codesourcery.com>
1451
1452 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1453 target types.
1454
e68227b9
TT
14552012-11-14 Tom Tromey <tromey@redhat.com>
1456
1457 * configure, config.in: Rebuild.
1458 * configure.ac: Don't check for ctype.h, time.h.
1459 * expprint.c: Don't use HAVE_CTYPE_H.
1460
aff68abb
TT
14612012-11-13 Tom Tromey <tromey@redhat.com>
1462
1463 * gdbarch.h, gdbarch.c: Rebuild.
1464 * gdbarch.sh (set_target_gdbarch): Rename from
1465 deprecated_target_gdbarch_select_hack.
1466 * arch-utils.c (gdbarch_update_p): Update.
1467 (set_gdbarch_from_file): Update.
1468
84277139 14692012-11-14 Pierre Muller <muller@sourceware.org>
f7c93334
PM
1470
1471 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1472 as responsible of contrib/ari directory.
1473
2ae28aa9
YQ
14742012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1475 Yao Qi <yao@codesourcery.com>
1476
1477 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1478 bit of EXC_RETURN.
1479 (arm_m_exception_cache, arm_m_exception_this_id)
1480 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1481 (arm_m_exception_unwind): New.
1482 (arm_gdbarch_init): Register arm_m_exception_unwind.
1483
62747a60
TT
14842012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1485
1486 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1487 parameter COUNT, for pattern filling of memory regions.
1488 * NEWS: Mention it.
1489
02d403bf 14902012-11-13 Markus Metzger <markus.t.metzger@intel.com>
4cd29721
MM
1491
1492 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1493 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1494 to print_source_lines ().
1495 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1496 flag.
1497 * source.c (print_source_lines_base): Prefix source line with
1498 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1499
02d403bf 15002012-11-13 Markus Metzger <markus.t.metzger@intel.com>
dfaae886
MM
1501
1502 * symtab.h (print_source_lines_flags): New enum.
1503 * source.c (print_source_lines_base): Change noerror to flags.
1504 (print_source_lines): Change noerror to flags.
1505
08850b56
PM
15062012-11-13 Pierre Muller <muller@sourceware.org>
1507
1508 ARI fixes: Avoid sprintf function use rule.
1509 * charset.c (convert_between_encodings): Use xsnprintf.
1510 * cli-out.c (cli_field_int): Likewise.
1511 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1512 * expprint.c (op_name_standard): Likewise.
1513 * frv-tdep.c (set_variant_num_gprs): Likewise.
1514 (set_variant_num_fprs): Likewise.
1515 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1516 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1517 (nto_init_solib_absolute_prefix): Likewise.
1518 * source.c (init_source_path): Likewise.
1519 (print_source_lines_base): Likewise.
1520 * valprint.c (print_wchar): Likewise.
1521 * mi/mi-out.c (mi_field_int): Likewise.
1522 windows-nat.c (windows_pid_to_exec_file): Likewise.
1523 (windows_create_inferior): Likewise.
1524 (_initialize_check_for_gdb_ini): Likewise.
1525
ca9d61b9
JB
15262012-11-12 Joel Brobecker <brobecker@adacore.com>
1527
1528 * frame.h (deprecated_frame_register_read): Renames
1529 frame_register_read.
1530 * frame.c (deprecated_frame_register_read): Renames
1531 frame_register_read. Update all callers.
1532 * i386-tdep.c: Update all callers of frame_register_read.
1533 * infcmd.c: Likewise.
1534 * jit.c: Likewise.
1535 * mips-tdep.c: Likewise.
1536 * mt-tdep.c: Likewise.
1537 * sh64-tdep.c: Likewise.
1538
b2c7d45a
JB
15392012-11-12 Joel Brobecker <brobecker@adacore.com>
1540
1541 * frame.h (frame_register_read): Remove FIXME comment.
1542 * frame.c (frame_register_read): Add suggestion explaining
1543 which function to use in place of this one.
1544
31594462
TT
15452012-11-12 Tom Tromey <tromey@redhat.com>
1546
1547 * python/python.c (start_type_printers): Initialize 'result_obj'.
1548
18a9fc12
TT
15492012-11-12 Tom Tromey <tromey@redhat.com>
1550
1551 * NEWS: Update.
1552 * data-directory/Makefile.in (PYTHON_FILES): Add
1553 type_printers.py.
1554 * python/lib/gdb/command/type_printers.py: New file.
1555 * python/lib/gdb/command/types.py (TypePrinter): New class.
1556 (_get_some_type_recognizers, get_type_recognizers,
1557 apply_type_recognizers, register_type_printer): New
1558 functions.
1559 * python/py-objfile.c (objfile_object) <type_printers>: New
1560 field.
1561 (objfpy_dealloc): Decref new field.
1562 (objfpy_new): Set new field.
1563 (objfpy_get_type_printers, objfpy_set_type_printers): New
1564 functions.
1565 (objfile_to_objfile_object): Set new field.
1566 (objfile_getset): Add "type_printers".
1567 * python/py-progspace.c (pspace_object) <type_printers>: New
1568 field.
1569 (pspy_dealloc): Decref new field.
1570 (pspy_new): Set new field.
1571 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1572 (pspace_to_pspace_object): Set new field.
1573 (pspace_getset): Add "type_printers".
1574 * python/python.c (start_type_printers, apply_type_printers,
1575 free_type_printers): New functions.
1576 (_initialize_python): Set gdb.type_printers.
1577 * python/python.h (start_type_printers, apply_type_printers,
1578 free_type_printers): Declare.
1579 * typeprint.c (type_print_raw_options, default_ptype_flags):
1580 Update for new fields.
1581 (do_free_global_table, create_global_typedef_table,
1582 find_global_typedef): New functions.
1583 (find_typedef_in_hash): Use find_global_typedef.
1584 (whatis_exp): Use create_global_typedef_table. Change cleanup
1585 handling.
1586 * typeprint.h (struct type_print_options) <global_typedefs,
1587 global_printers>: New fields.
1588
bd69fc68
TT
15892012-11-12 Tom Tromey <tromey@redhat.com>
1590
1591 * c-typeprint.c (find_typedef_for_canonicalize,
1592 print_name_maybe_canonical): New functions.
1593 (c_print_type): Look up type name.
1594 (cp_type_print_derivation_info): Add flags argument. Use
1595 print_name_maybe_canonical.
1596 (cp_type_print_method_args): Add wrapping.
1597 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1598 (c_type_print_template_args): New function.
1599 (c_type_print_base): Change wrapping. Use
1600 print_name_maybe_canonical.
1601 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1602 type name lookups.
1603 * gdbtypes.c (types_equal): No longer static.
1604 * gdbtypes.h (types_equal): Declare.
1605 * typeprint.c (type_print_raw_options, default_ptype_flags):
1606 Update.
1607 (struct typedef_hash_table): New.
1608 (hash_typedef_field, eq_typedef_field,
1609 recursively_update_typedef_hash, add_template_parameters,
1610 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1611 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1612 copy_typedef_hash, find_typedef_in_hash): New functions.
1613 * typeprint.h (struct type_print_options) <local_typedefs>:
1614 New field.
1615 (recursively_update_typedef_hash, add_template_parameters,
1616 create_typedef_hash, free_typedef_hash,
1617 make_cleanup_free_typedef_hash, copy_typedef_hash,
1618 find_typedef_in_hash): Declare.
1619
2621e0fd
TT
16202012-11-12 Tom Tromey <tromey@redhat.com>
1621
1622 * cp-support.c (inspect_type,
1623 replace_typedefs_qualified_name, replace_typedefs): Add
1624 finder, data arguments. Call as needed.
1625 (cp_canonicalize_string_full): New function.
1626 (cp_canonicalize_string_no_typedefs): Rewrite.
1627 * cp-support.h (canonicalization_ftype): New typedef.
1628 (cp_canonicalize_string_full): Declare.
1629
53342f27
TT
16302012-11-12 Tom Tromey <tromey@redhat.com>
1631
1632 * NEWS: Update.
1633 * c-typeprint.c (c_type_print_base): Handle print_method and
1634 print_typedefs flags.
1635 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1636 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1637 options.
1638 * typeprint.c (type_print_raw_options, default_ptype_flags):
1639 Update for new field.s
1640 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1641 (setprinttypelist, showprinttypelist, print_methods,
1642 print_typedefs): New globals.
1643 (set_print_type, show_print_type, set_print_type_methods,
1644 show_print_type_methods, set_print_type_typedefs,
1645 show_print_type_typedefs): New functions.
1646 (_initialize_typeprint): Update documentation. Add "print
1647 type methods" and "print type typedefs" parameters.
1648 * typeprint.h (struct type_print_options) <print_methods,
1649 print_typedefs>: New fields.
1650
6c8702eb
TT
16512012-11-12 Tom Tromey <tromey@redhat.com>
1652
1653 * c-typeprint.c (cp_type_print_method_args): Add flags
1654 argument. Call c_print_type, not type_print.
1655 (c_type_print_base): Call c_print_type, not type_print.
1656 Update.
1657
79d43c61
TT
16582012-11-12 Tom Tromey <tromey@redhat.com>
1659
1660 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1661 to type-printing functions.
1662 * ada-lang.h (ada_print_type): Add argument.
1663 * ada-typeprint.c (print_array_type, print_variant_clauses,
1664 print_variant_part, print_selected_record_field_types,
1665 print_record_field_types, print_unchecked_union_type,
1666 print_func_type, ada_print_type): Add flags argument.
1667 (ada_print_typedef): Update.
1668 * c-exp.y (OPERATOR conversion_type_id): Update.
1669 * c-lang.h (c_print_type, c_type_print_base): Update.
1670 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1671 c_type_print_modifier, c_type_print_args,
1672 c_type_print_varspec_suffix, c_type_print_base): Add flags
1673 argument.
1674 * cp-valprint.c (cp_print_class_member): Update.
1675 * dwarf2read.c (dwarf2_compute_name): Update.
1676 * f-lang.h (f_print_type): Add argument.
1677 * f-typeprint.c (f_print_type): Add flags argument.
1678 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1679 * go-lang.h (go_print_type): Add argument.
1680 * go-typeprint.c (go_print_type): Add flags argument.
1681 * jv-lang.h (java_print_type): Add argument.
1682 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1683 flags argument.
1684 * language.c (unk_lang_print_type): Add flags argument.
1685 * language.h (struct language_defn) <la_print_type>: Add flags
1686 argument.
1687 (LA_PRINT_TYPE): Likewise.
1688 * m2-lang.h (m2_print_type): Add argument.
1689 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1690 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1691 m2_unbounded_array, m2_record_fields): Add flags argument.
1692 * p-lang.h (pascal_print_type, pascal_type_print_base,
1693 pascal_type_print_varspec_prefix): Add argument.
1694 * p-typeprint.c (pascal_print_type,
1695 pascal_type_print_varspec_prefix, pascal_print_func_args,
1696 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1697 flags argument.
1698 * symmisc.c (print_symbol): Update.
1699 * typeprint.c (type_print_raw_options, default_ptype_flags):
1700 New globals.
1701 (type_print): Update.
1702 * typeprint.h (struct type_print_options): New.
1703 (type_print_raw_options): Declare.
1704 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1705
cf4ded82
KS
17062012-11-10 Keith Seitz <keiths@redhat.com>
1707
1708 * breakpoint.c (clear_command): Add cleanup for
1709 sals.sals if an argument is given.
1710
1711 * linespec.c (parse_linespec): Do cleanups after
1712 parsing a convenience variable.
1713
0d63ecda
KS
17142012-11-10 Keith Seitz <keiths@redhat.com>
1715
1716 PR gdb/14288
1717 * c-valprint.c (c_val_print): For character arrays
1718 with "print null" option on, print ellipses if
1719 the output is truncated and the next character is not \000.
1720 * valprint.c (MAX_WCHARS): Define.
1721 (WCHAR_BUFLEN): Likewise.
1722 (WCHAR_BUFLEN_MAX): Likewise.
1723 (struct converted_character): New structure.
1724 (count_next_character): New function.
1725 (print_converted_chars_to_obstack): New function.
1726 (generic_printstr): Rewrite using count_next_character
1727 and print_converted_chars_to_obstack.
1728
9b8d6827
SC
17292012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1730
1731 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1732 while executing the gdb command.
1733 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1734 are called from prompt_for_continue.
1735 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1736
e840f632
SC
17372012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1738
1739 PR tui/9584
1740
1741 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1742 but insert the command to execute in readline's buffer.
1743
f5656ead
TT
17442012-11-09 Tom Tromey <tromey@redhat.com>
1745
1746 * gdbarch.sh (target_gdbarch): Remove macro.
1747 (get_target_gdbarch): Rename to target_gdbarch.
1748 * gdbarch.c, gdbarch.h: Rebuild.
1749 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1750 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1751 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1752 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1753 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1754 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1755 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1756 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1757 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1758 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1759 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1760 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1761 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1762 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1763 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1764 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1765 target-descriptions.c, target.c, target.h, tracepoint.c,
1766 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1767 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1768 python/py-inferior.c, python/python.c: Update.
1769
ed8a1c2d
AB
17702012-11-09 Andrew Burgess <aburgess@broadcom.com>
1771
1772 * source.c (print_source_lines_base): Add fullname field giving
1773 full path to file in mi output.
1774 * NEWS: Mention the new fullname field.
1775
504b36fd
YQ
17762012-11-09 Yao Qi <yao@codesourcery.com>
1777
1778 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1779
9107fc8d
PA
17802012-11-09 Pedro Alves <palves@redhat.com>
1781
1782 PR gdb/14306
1783
1784 * infrun.c: Include target-descriptions.h.
1785 (follow_exec): Fetch new target description.
1786
30f8135b
YQ
17872012-11-09 Yao Qi <yao@codesourcery.com>
1788
1789 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1790 0x8d (lea).
1791
558a9d82
YQ
17922012-11-09 Yao Qi <yao@codesourcery.com>
1793
1794 * breakpoint.c: Declare set_tracepoint_count.
1795 (install_breakpoint): Call set_tracepoint_count if B is a
1796 tracepoint.
1797 (trace_command): Don't call set_tracepoint_count. Re-indent.
1798 (strace_command, ftrace_command):
1799 (create_tracepoint_from_upload): Likewise.
1800
6ecd4729
PA
18012012-11-09 Pedro Alves <palves@redhat.com>
1802
1803 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1804 (get_target_gdbarch) <gdbarch.h>: New function.
1805 (startup_gdbarch) <gdbarch.h>: Declare.
1806 <gdbarch.c> (target_gdbarch): Delete.
1807 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1808 current inferior's gdbarch.
1809 <gdbarch.c> (get_target_gdbarch): New function.
1810 * inferior.c: Include target-descriptions.h.
1811 (free_inferior): Free target description info.
1812 (add_inferior_with_spaces): Set the inferior's initial
1813 architecture.
1814 (clone_inferior_command): Copy the original inferior's target
1815 description if it was user specified.
1816 (initialize_inferiors): Add comment.
1817 * inferior.h (struct target_desc_info): Forward declare.
1818 (struct inferior) <gdbarch>: New field.
1819 * linux-nat.c: Include target-descriptions.h.
1820 (linux_child_follow_fork): Copy the parent's architecture and
1821 target description to the child.
1822 * target-descriptions.c: Include inferior.h.
1823 (struct target_desc_info): New structure, holding the equivalents
1824 of ...
1825 (target_desc_fetched, current_target_desc)
1826 (target_description_filename): ... these removed globals.
1827 (get_tdesc_info, target_desc_info_from_user_p)
1828 (copy_inferior_target_desc_info, target_desc_info_free): New.
1829 (target_desc_fetched, current_target_desc)
1830 (target_description_filename): Reimplemented as convenience
1831 macros.
1832 (tdesc_filename_cmd_string): New global.
1833 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1834 tdescs filename ..." commands to the per-inferior equivalent.
1835 (show_tdesc_filename_cmd): Get the value to show from the
1836 per-inferior description filename.
1837 (_initilize_target_descriptions): Change the "set/show tdesc
1838 filename" commands' variable.
1839 * target-descriptions.h (struct target_desc, struct target_desc_info)
1840 (struct inferior): Forward declare.
1841 (target_find_description, target_clear_description)
1842 (target_current_description): Adjust comments.
1843 (copy_inferior_target_desc_info, target_desc_info_free)
1844 (target_desc_info_from_user_p). Declare.
1845
4ca4d161
SC
18462012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1847
1848 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1849 (tui_target_wait_hook): Remove.
1850 (tui_install_hooks): Install the about_to_proceed observer.
1851 (tui_remove_hooks): And remove it here.
1852
9015683b
TT
18532012-11-08 Tom Tromey <tromey@redhat.com>
1854
1855 * linux-tdep.c (linux_make_siginfo_note): New function.
1856 (linux_make_corefile_notes): Use it.
1857 * corelow.c (get_core_siginfo): New function.
1858 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1859
ea9f10bb
TT
18602012-11-08 Tom Tromey <tromey@redhat.com>
1861
1862 PR gdb/14704:
1863 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1864 (zlib_decompress_section): Remove.
1865 (gdb_bfd_map_section): Only check for compressed section
1866 in mmap case. Use bfd_get_full_section_contents.
1867 * osabi.c (check_note): Add 'sectsize' argument. Read
1868 section data.
1869 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1870 section data. Update for check_note change.
1871 * xcoffread.c (xcoff_initial_scan): Use
1872 bfd_get_full_section_contents.
1873 * py-auto-load.c (auto_load_section_scripts): Use
1874 bfd_get_full_section_contents.
1875 * contrib/cc-with-tweaks.sh: Add -Z option.
1876
d071a26b
TT
18772012-11-08 Tom Tromey <tromey@redhat.com>
1878
1879 * python/py-bpevent.c: Include defs.h.
1880 * python/py-continueevent.c: Include defs.h.
1881 * python/py-event.c: Include defs.h.
1882 * python/py-event.h: Don't include defs.h.
1883 * python/py-events.h: Don't include defs.h.
1884 * python/py-evts.c: Include defs.h.
1885 * python/py-exitedevent.c: Include defs.h.
1886 * python/py-newobjfileevent.c: Include defs.h.
1887 * python/py-signalevent.c: Include defs.h.
1888 * python/py-stopevent.c: Include defs.h.
1889 * python/py-threadevent.c: Include defs.h.
1890
4574b35a
PM
18912012-11-08 Pierre Muller <muller@sourceware.org>
1892
1893 * update-web-ari.sh (print_heading): Add number of files
1894 checked.
1895 (nb_files): New variable counting the number of sources
1896 files found by gdb_find.sh script.
1897 (debug_awk): New variable to allow extra debug output.
1898 (indexes): Add more information if DEBUG_AWK is set.
1899
2834ab42
EBM
19002012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1901
1902 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1903 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1904 following the change in PLT call stubs on linker.
1905
84f13595
PM
19062012-11-08 Pierre Muller <muller@sourceware.org>
1907
1908 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1909 as default language.
1910 (AWK): Use = instead of == for sh test to avoid warning.
1911 (Linux rule): Correct [:digit] into [[:digit:]].
1912 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1913 (vasprintf rule): Adapt to common subdirectory moves.
1914 (xasprintf rule): Idem.
1915 (xvasprintf rule): Idem.
1916 (var_boolean rule): Accept occurence in == or != test.
1917
1918 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1919
d69e6a33
SC
19202012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1921
1922 * tui/tui-hooks.c (tui_inferior_exit): New function.
1923 (tui_detach_hook): Remove.
1924 (tui_install_hooks): Install the inferior exit observer.
1925 (tui_remove_hooks): Remove it.
1926
1e96de83
YQ
19272012-11-08 Yao Qi <yao@codesourcery.com>
1928
1929 PR gdb/14777.
1930 * source.c (_initialize_source): Call add_com_alias to abbreviate
1931 'forward-search' as 'fo'.
1932
0baeab03
PA
19332012-11-07 Pedro Alves <palves@redhat.com>
1934
1935 * arm-tdep.c: Make defs.h be the first include.
1936 * coff-pe-read.c: Ditto.
1937 * gnu-nat.c: Ditto.
1938 * go32-nat.c: Ditto.
1939 * i386-nat.c: Ditto.
1940 * ppcnbsd-nat.c: Ditto.
1941 * ada-varobj.h: Don't include defs.h.
1942 * i386-darwin-tdep.h: Ditto.
1943 * i386-nat.h: Ditto.
1944
892a8570
PA
19452012-11-07 Pedro Alves <palves@redhat.com>
1946
1947 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1948 Committee.
1949
719502e9
PM
19502012-11-07 Pierre Muller <muller@sourceware.org>
1951
1952 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1953 File already uses "gdb_dirent.h" header.
1954
ed86b350
YQ
19552012-11-07 Yao Qi <yao@codesourcery.com>
1956
1957 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1958 tracepoint_count'.
1959
9a4f1e4f
TT
19602012-11-06 Tom Tromey <tromey@redhat.com>
1961
1962 * target.h (inferior_has_forked, inferior_has_vforked)
1963 (inferior_has_execd, inferior_has_called_syscall): Remove
1964 declarations.
1965
0316657e
PM
19662012-11-06 Pierre Muller <muller@sourceware.org>
1967
1968 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1969 add missing internalization markup.
1970
f6592439
PA
19712012-11-06 Pedro Alves <palves@redhat.com>
1972
1973 PR gdb/14810
1974
1975 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1976
01f2564a
PM
19772012-11-06 Pierre Muller <muller@sourceware.org>
1978
1979 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1980 is not executable.
1981
f37c4431
JB
19822012-11-05 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gnulib/update-gnulib.sh: New script.
1985
550889c3
JB
19862012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1987
1988 * MAINTAINERS: Update my email address.
1989
954b50b3
TT
19902012-11-05 Tom Tromey <tromey@redhat.com>
1991
1992 * frame.c (put_frame_register): Don't use temporary buffer.
1993
68c9da30
PA
19942012-11-05 Pedro Alves <palves@redhat.com>
1995
1996 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1997 child. Clear 'pending_detach'.
1998 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1999 'pending_detach' in the vfork parent.
2000
80626a55
DE
20012012-11-05 Doug Evans <dje@google.com>
2002
2003 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
2004 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
2005 * dwarf2read.c: #include "elf-bfd.h".
2006 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
2007 (dwop_section_names): Renamed from dwo_section names. All uses
2008 updated. Add entries for .debug_cu_index, .debug_tu_index.
2009 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
2010 All uses updated.
2011 (struct dwp_sections): New type.
2012 (struct virtual_dwo_sections): New type.
2013 (struct dwp_hash_table): New type.
2014 (struct dwp_file): New type.
2015 (init_cutu_and_read_dies): Ensure DWO info/types section has been
2016 read in. Handle DWOs coming from DWP files.
2017 (lookup_dwo_file_slot): New function.
2018 (dwarf2_locate_dwo_sections): Move definition closer to use.
2019 (create_dwo_debug_info_hash_table_reader): Renamed from
2020 create_debug_info_hash_table_reader. All callers updated.
2021 (create_dwo_debug_info_hash_table): Renamed from
2022 create_debug_info_hash_table. All callers updated.
2023 (create_dwp_hash_table): New function.
2024 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2025 (lookup_dwo_in_dwp): New function.
2026 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
2027 is_dwp. All callers updated.
2028 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
2029 (open_and_init_dwo_file): Renamed from init_dwo_file.
2030 All callers updated.
2031 (lookup_dwo_file): Delete.
2032 (dwarf2_locate_dwp_sections): New function.
2033 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2034 (allocate_dwp_loaded_cutus_table): New function.
2035 (open_and_init_dwp_file): New function.
2036 (lookup_dwo_cutu): New function.
2037 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2038
6f6484cd
YQ
20392012-11-03 Yao Qi <yao@codesourcery.com>
2040
2041 Fix PR gdb/14617.
2042 * breakpoint.c (trace_pass_set_count): Call
2043 observer_notify_breakpoint_modified instead of
2044 observer_notify_tracepoint_modified.
2045 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2046
b45627a0
TT
20472012-11-02 Tom Tromey <tromey@redhat.com>
2048
2049 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2050 argument to complete_on_enum.
2051
d4fb63e1
TT
20522012-11-02 Tom Tromey <tromey@redhat.com>
2053
2054 * configure: Rebuild.
2055 * configure.ac (build_warnings): Add -Wempty-body.
2056 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2057 * remote.c (handle_notification): Use braces for empty 'else' body.
2058 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2059 'else' body.
2060 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2061 'else' body.
2062 * solib-som.c (som_relocate_section_addresses): Use braces
2063 for empty 'else' body.
2064 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2065 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2066
f50f4e56
PA
20672012-11-02 Pedro Alves <palves@redhat.com>
2068
2069 PR gdb/14766
2070
2071 * infrun.c (handle_inferior_event)
2072 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2073 null_ptid before handling a vfork child exec or exit. Switch to
2074 the event ptid afterwards.
2075
f0559fff
YQ
20762012-11-02 Yao Qi <yao@codesourcery.com>
2077
2078 * std-operator.def: Remove OP_LABELED.
2079 * eval.c: Remove the declaration of 'get_label'.
2080 (get_label): Remove.
2081 (evaluate_struct_tuple): Remove code handling OP_LABELED.
2082 Update comment.
2083 Remove local variable 'variantno' and related code.
2084 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
2085 with 'fieldno'.
2086 * expprint.c (print_subexp_standard): Likewise.
2087 (dump_subexp_body_standard): Likewise.
2088 * parse.c (operator_length_standard): Likewise.
2089
e5496e3e
PM
20902012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
2091
2092 Incorporate ARI web page generator into GDB sources.
2093 * contrib/ari/create-web-ari-in-src.sh: New file.
2094 * contrib/ari/gdb_ari.sh: New file.
2095 * contrib/ari/gdb_find.sh: New file.
2096 * contrib/ari/update-web-ari.sh: New file.
2097
c66fb220
TT
20982012-10-31 Tom Tromey <tromey@redhat.com>
2099
2100 * gdbarch.c: Rebuild.
2101 * gdbarch.sh: Remove references to gdbarch_swap.
2102 * corelow.c (core_open): Remove obsolete comment.
2103
2f27adfe
AB
21042012-10-31 Andrew Burgess <aburgess@broadcom.com>
2105
2106 PR cli/14772
2107 * c-typeprint.c (c_print_type): Don't print a space for vector
2108 types, this is handled within the suffix.
2109 (c_type_print_varspec_suffix): Add a space to vector suffix.
2110
144db827
PA
21112012-10-26 Pedro Alves <palves@redhat.com>
2112
2113 * amd64-tdep.c (amd64_relocate_instruction): Use
2114 store_unsigned_integer instead of memcpy.
2115 * i386-tdep.c (i386_relocate_instruction): Ditto.
2116
940c3c06
PA
21172012-10-26 Pedro Alves <palves@redhat.com>
2118
2119 * infrun.c (handle_inferior_event): Merge handling of
2120 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2121 switch case.
2122
47b19065
PA
21232012-10-26 Pedro Alves <palves@redhat.com>
2124
2125 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2126 Remove comment.
2127
87d2d2a4
PA
21282012-10-26 Pedro Alves <palves@redhat.com>
2129
2130 * target.c (target_waitstatus_to_string): Handle
2131 TARGET_WAITKIND_VFORK_DONE.
2132
fed708ed
PA
21332012-10-26 Pedro Alves <palves@redhat.com>
2134
2135 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2136 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2137
2590b645
JB
21382012-10-24 Tristan Gingold <gingold@adacore.com>
2139
2140 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2141 Add comments.
2142
bed0c243
JB
21432012-10-24 Joel Brobecker <brobecker@adacore.com>
2144
2145 * ravenscar-thread.c (ravenscar_wait): Only update the list
2146 of threads and inferior_ptid if the inferior is still alive.
2147
f69c91ad
JB
21482012-10-24 Joel Brobecker <brobecker@adacore.com>
2149
2150 * ada-lang.c (is_known_support_routine): Use lbasename when
2151 matching the symtab's filename against
2152 known_runtime_file_name_patterns.
2153
d99dcf51
JB
21542012-10-24 Joel Brobecker <brobecker@adacore.com>
2155
2156 * ada-lang.c (ada_same_array_size_p): New function.
2157 (ada_promote_array_of_integrals): New function.
2158 (coerce_for_assign): Add handling of arrays where the elements
2159 are integrals of a smaller size than the size of the target
2160 array element type.
2161
32560274
JB
21622012-10-24 Joel Brobecker <brobecker@adacore.com>
2163
2164 * doublest.c (convert_doublest_to_floatformat): Fix comparison
2165 against maximum exponent value.
2166
5a04cc98
JB
21672012-10-24 Joel Brobecker <brobecker@adacore.com>
2168
2169 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2170 "unwind-seh.c".
2171
5ded5331
JB
21722012-10-24 Joel Brobecker <brobecker@adacore.com>
2173
2174 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2175 strip typedef layer when computing the fixed type's field type,
2176 only when computing its size.
2177
2445fd7b
MK
21782012-10-24 Mark Kettenis <kettenis@gnu.org>
2179
2180 PR gdb/12783
2181 * i386-tdep.c (i386_return_value): Handle complex double and long
2182 double.
2183
8f205f9c
JB
21842012-10-24 Joel Brobecker <brobecker@adacore.com>
2185
2186 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2187 New local variable args_len.
2188 Quote the name of the executable when computing the command line.
2189
7f7930dd
MK
21902012-10-23 Mark Kettenis <kettenis@gnu.org>
2191
2192 PR gdb/12796
2193 PR gdb/12798
2194 PR gdb/12800
2195 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2196 AMD64_FTAG_REGNUM.
2197 * amd64-tdep.c (amd64_classify): Classify complex types.
2198 (amd64_return_value): Handle the COMPLEX_X87 class.
2199
38a69d0a
JB
22002012-10-23 Joel Brobecker <brobecker@adacore.com>
2201
2202 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2203 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2204
83ab93c6
JB
22052012-10-23 Joel Brobecker <brobecker@adacore.com>
2206
2207 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2208 function.
2209 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2210 to amd64_windows_auto_wide_charset.
2211
f6fbab7d
YQ
22122012-10-23 Yao Qi <yao@codesourcery.com>
2213
2214 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2215 * event-top.h: Remove its declaration.
2216 (async_request_quit): Call mark_async_signal_handler instead of
2217 mark_async_signal_handler_wrapper.
2218 (async_do_nothing, async_disconnect): Likewise.
2219 (async_stop_sig): Likewise.
2220 * remote.c (handle_remote_sigint): Likewise.
2221 (handle_remote_sigint_twice): Likewise.
2222
05fa9251
YQ
22232012-10-23 Yao Qi <yao@codesourcery.com>
2224
2225 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2226 with 'static struct async_signal_handler *'.
2227 (sighup_token, sigquit_token, sigstp_token): Likewise.
2228
08af7a40
AA
22292012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2230
2231 * gdbarch.sh (function_list): Use 'pstring' when printing
2232 a variable which could return NULL.
2233 * gdbarch.c: Regenerate.
2234
beb4b03c 22352012-10-10 Joel Brobecker <brobecker@adacore.com>
f87e3f15 2236 Tom Tromey <tromey@redhat.com>
beb4b03c
JB
2237
2238 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2239 inneffective if condition by gdb assertion. Add function
2240 description comment.
2241
a5b12627
JB
22422012-10-19 Joel Brobecker <brobecker@adacore.com>
2243
2244 * parser-defs.h (struct exp_descriptor): Document constraint
2245 on return value for "op_name" callbacks.
2246
0b0865da
TT
22472012-10-18 Tom Tromey <tromey@redhat.com>
2248
2249 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2250 * symtab.c (iterate_over_some_symtabs): Constify.
2251 * source.h (symtab_to_fullname): Return 'const char *'.
2252 * source.c (symtab_to_fullname): Return 'const char *'.
2253 * python/py-symtab.c (stpy_fullname): Constify.
2254 * cli/cli-cmds.c (edit_command): Constify.
2255 * breakpoint.c (print_breakpoint_location)
2256 (update_static_tracepoint): Constify.
2257
94b0e70d
TT
22582012-10-18 Tom Tromey <tromey@redhat.com>
2259
2260 * breakpoint.c (compare_breakpoints): Fix comparison.
2261
fff10684
TT
22622012-10-18 Tom Tromey <tromey@redhat.com>
2263
2264 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2265 gdb_wchar_t to convert_between_encodings.
2266
8de0566d
YQ
22672012-10-17 Yao Qi <yao@codesourcery.com>
2268
2269 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2270 more parameter 'inferior'.
2271 * corefile.c (write_memory_with_notification): Caller update.
2272
2273 * mi/mi-cmd-var.c: Include "mi-main.h".
2274 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2275 to 1 and restore it later.
2276 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2277 and "data-write-memory-bytes.
2278 * mi/mi-interp.c: Include objfiles.h.
2279 (mi_interpreter_init): Call observer_attach_memory_changed.
2280 (mi_memory_changed): New.
2281 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2282 New field.
2283
2284 * NEWS: Mention new MI notification "memory-changed".
2285
6235cdd1
JK
22862012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2287
2288 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2289
07540c15
DE
22902012-10-15 Doug Evans <dje@google.com>
2291
2292 New option -nh: inhibit loading of ~/.gdbinit.
2293 * NEWS: Mention -nh.
2294 * main.c (captured_main): Recognize and process -nh.
2295 (print_gdb_help): Mention -nh.
2296 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2297
eab09350
L
22982012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2299
2300 PR backtrace/14646
2301 PR gdb/14647
2302 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2303 pc_regnum_from_eax.
2304 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2305 nor pc_regnum_from_eax.
2306 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2307 nor pc_regnum_from_eax.
2308
9e3a7d65
JK
23092012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2310
2311 Fix entry values resolving in inlined frames.
2312 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2313 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2314 entries of FRAME.
2315
c83393b9
JB
23162012-10-15 Joel Brobecker <brobecker@adacore.com>
2317
2318 * configure.ac: Build with -DMS_WIN64 if building with Python
2319 enabled using GCC on amd64-windows.
2320 * configure: Regenerate.
2321
801e4185
TT
23222012-10-15 Tom Tromey <tromey@redhat.com>
2323
2324 PR python/14635:
2325 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2326 to Py_None.
2327
74f910c8
TT
23282012-10-15 Tom Tromey <tromey@redhat.com>
2329
2330 PR python/14634:
2331 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2332
2a7c8fd5
AB
23332012-10-11 Andrew Burgess <aburgess@broadcom.com>
2334
2335 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2336 reset thread numbering back to 1.
2337
7c09e5a0
DE
23382012-10-11 Doug Evans <dje@google.com>
2339
2340 PR breakpoints/14643.
2341 * linespec.c (struct ls_parser): New member keyword_ok.
2342 (linespec_lexer_lex_string): Add comment.
2343 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2344 for one.
2345 (parse_linespec): Set keyword_ok.
2346
a1855c1d
DE
23472012-10-10 Doug Evans <dje@google.com>
2348
844226d6
DE
2349 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2350 "0x" prefix on address in log message.
2351
a1855c1d
DE
2352 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2353 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2354 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2355 (lookup_dwo_file): Add const to dwo_name parameter.
2356 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2357
2e24f4aa
JK
23582012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 Fix crash during stepping on ppc32.
2361 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2362 SYM.
2363
aa14df25
DE
23642012-10-03 Doug Evans <dje@google.com>
2365
2366 PR symtab/14601
2367 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2368
3d468296
AB
23692012-10-02 Andrew Burgess <aburgess@broadcom.com>
2370
2371 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2372 output and use uint32_t not long to ensure 4 byte size.
2373
8f0ee2eb
JB
23742012-10-02 Joel Brobecker <brobecker@adacore.com>
2375
2376 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2377 unref'ed it.
2378
b3dc46ff
AB
23792012-10-01 Andrew Burgess <aburgess@broadcom.com>
2380
2381 * target.c (simple_search_memory): Include access length in
2382 warning message.
2383
f712f01f
EBM
23842012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2385 Edjunior Machado <emachado@linux.vnet.ibm.com>
2386
2387 PR gdb/13989
2388 * solib.c (solib_find): Prevent GDB from loading native libraries when
2389 debugging a cross-target corefile.
2390
39181896
PA
23912012-09-28 selven <pcthegreat@gmail.com>
2392
2393 Make definition match declaration.
2394
2395 * regcache.c (regcache_register_status): Change return type to
2396 enum register_status.
2397
4c2786ba
YQ
23982012-09-28 Yao Qi <yao@codesourcery.com>
2399
2400 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2401 write_memory_with_notification instead of write_memory.
2402 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2403 instead of target_write_memory.
2404
1ae0c35e
YQ
24052012-09-28 Yao Qi <yao@codesourcery.com>
2406
2407 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2408 when the length of content is not an even number.
2409
7977e5d2
TT
24102012-09-27 Tom Tromey <tromey@redhat.com>
2411
2412 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2413 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2414
807160da
JB
24152012-09-27 Joel Brobecker <brobecker@adacore.com>
2416
2417 * sol-thread.c (sol_thread_fetch_registers)
2418 (sol_thread_store_registers): Delete commented out code.
2419
43c75337
JB
24202012-09-27 Joel Brobecker <brobecker@adacore.com>
2421
2422 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2423 Move these functions to sparc-sol-thread.c.
2424 * sparc-sol-thread.c: New file.
2425 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2426 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2427 configurations.
2428 * configure: Regenerate.
2429
d292a972
JB
24302012-09-27 Joel Brobecker <brobecker@adacore.com>
2431
2432 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2433 Remove commented-out code.
2434
8c3da003
JB
24352012-09-27 Joel Brobecker <brobecker@adacore.com>
2436
2437 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2438 Enable this code for sparc hosts only.
2439
f00482b6
JB
24402012-09-27 Joel Brobecker <brobecker@adacore.com>
2441
2442 * procfs.h (procfs_find_LDT_entry): Add declaration.
2443 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2444 function procfs_find_LDT_entry.
2445
337c776f
JB
24462012-09-27 Joel Brobecker <brobecker@adacore.com>
2447
2448 * procfs.c (proc_get_LDT_entry): Make static.
2449
1a04d88f
JB
24502012-09-27 Joel Brobecker <brobecker@adacore.com>
2451
2452 * procfs.c (proc_find_memory_regions): Fix declaration.
2453
bad43aa5
SP
24542012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2455
2456 * amd64-tdep.c (amd64_return_value): Revert previous change
2457 that used TYPE_LENGTH directly.
2458 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2459 (bfin_store_return_value): Likewise.
2460 * cris-tdep.c (cris_store_return_value): Likewise.
2461 (cris_extract_return_value): Likewise.
2462 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2463 * hppa-tdep.c (hppa64_return_value): Likewise.
2464 * lm32-tdep.c (lm32_store_return_value): Likewise.
2465 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2466 * spu-tdep.c (spu_value_from_register): Likewise.
2467 * vax-tdep.c (vax_return_value): Likewise.
2468
63375b74
SP
24692012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2470
2471 * gdbtypes.c (lookup_array_range_type): Expand parameters
2472 LOW_BOUND and HIGH_BOUND to LONGEST.
2473 (lookup_string_range_type): Likewise.
2474 * gdbtypes.h (lookup_array_range_type): Likewise.
2475 (lookup_string_range_type): Likewise.
2476 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2477 Expand HIGHBOUND to ssize_t.
2478 (value_string): Likewise.
2479 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2480 (value_string): Likewise.
2481
19ca11c5
YQ
24822012-09-27 Yao Qi <yao@codesourcery.com>
2483
2484 PR breakpoints/13898
2485 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2486 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2487 per breakpoint type.
2488
92107356
PM
24892012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2490
2491 * procfs.c: Add gdb_bfd header.
2492 * rs6000-nat.c: Likewise.
2493 * solib-pa64.c: Likewise.
2494 * spu-linux-nat.c: Likewise.
2495 * windows-nat.c: Likewise.
2496
9742094a
TT
24972012-09-26 Tom Tromey <tromey@redhat.com>
2498
2499 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2500
0971de02
TT
25012012-09-26 Tom Tromey <tromey@redhat.com>
2502
2503 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2504 (read_common_block): Handle child DIEs with
2505 DW_AT_data_member_location.
2506 (new_symbol_full): Add special case for common blocks.
2507
4357ac6c
TT
25082012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2509 Tom Tromey <tromey@redhat.com>
2510
2511 * dwarf2read.c (read_common_block): Rewrite.
2512 (new_symbol_full): Handle DW_TAG_common_block.
2513 * f-lang.c (head_common_list, find_common_for_function):
2514 Remove.
2515 * f-lang.h (struct common_entry, struct saved_f77_common,
2516 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2517 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2518 BLANK_COMMON_NAME_LOCAL): Remove.
2519 (struct common_block): New.
2520 * f-valprint.c (list_all_visible_commons): Remove.
2521 (info_common_command_for_block): New function.
2522 (info_common_command): Use it.
2523 * stack.c (iterate_over_block_locals): Special case for
2524 COMMON_BLOCK_DOMAIN.
2525 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2526 constant.
2527 (struct general_symbol_info) <value.common_block>: New field.
2528 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2529
965f07a8
TT
25302012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2531 Tom Tromey <tromey@redhat.com>
2532
2533 * f-lang.c (allocate_saved_bf_node,
2534 allocate_saved_function_node, allocate_saved_f77_common_node,
2535 allocate_common_entry_node, tail_common_list, current_common,
2536 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2537 tmp_bf_ptr, add_common_block, add_common_entry,
2538 find_first_common_named, patch_common_entries,
2539 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2540 global_remote_debug, get_bf_for_fcn, saved_function_list,
2541 saved_function_list_end, clear_function_list, struct saved_fcn,
2542 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2543 SAVED_BF, SAVED_BF_PTR): Remove.
2544 * f-lang.h (tail_common_list, current_common,
2545 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2546 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2547 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2548 real_main_c_value): Remove.
2549 * f-valprint.c (there_is_a_visible_common_named): Remove.
2550
6f380991
AB
25512012-09-26 Andrew Burgess <aburgess@broadcom.com>
2552
2553 * breakpoint.c (update_global_location_list): Ignore previous
2554 duplicate status of a breakpoint when starting a new scan for
2555 duplicate breakpoints.
2556
9ead7ae4 25572012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 2558 PR breakpoints/14419
2536b51c
YQ
2559 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2560 support LLVM compiler.
9ead7ae4 2561
8f8a23a2
SP
25622012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2563
2564 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2565 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2566 (bfin_store_return_value): Likewise.
2567 * cris-tdep.c (cris_store_return_value): Likewise.
2568 (cris_extract_return_value): Likewise.
2569 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2570 * hppa-tdep.c (hppa64_return_value): Likewise.
2571 * lm32-tdep.c (lm32_store_return_value): Likewise.
2572 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2573 * spu-tdep.c (spu_value_from_register): Likewise.
2574 * vax-tdep.c (vax_return_value): Likewise.
2575
d7019589
SP
25762012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2577
2578 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2579 parameter LEN to ssize_t.
2580
744a8059
SP
25812012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2582
2583 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2584 variable LEN.
2585 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2586 directly.
2587 (alpha_store_return_value): Likewise.
2588 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2589 (amd64_push_arguments): Likewise.
2590 * ax-gdb.c (gen_trace_static_fields): Likewise.
2591 (gen_traced_pop): Likewise.
2592 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2593 * breakpoint.c (update_watchpoint): Likewise.
2594 * findcmd.c (parse_find_args): Use local variable for type
2595 instead of length.
2596 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2597 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2598 (h8300_store_return_value): Likewise.
2599 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2600 Use i386_darwin_arg_type_alignment directly.
2601 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2602 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2603 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2604 (m68hc11_extract_return_value): Likewise.
2605 * mep-tdep.c (mep_push_dummy_call): Likewise.
2606 * printcmd.c (float_type_from_length): Likewise.
2607 * s390-tdep.c (s390_value_from_register): Likewise.
2608 * stack.c (read_frame_arg): Likewise.
2609 * tracepoint.c (encode_actions_1): Likewise.
2610 * valops.c (value_fetch_lazy): Use local variable for type
2611 instead of length. Use TYPE_LENGTH directly.
2612 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2613
a4b411d6
JB
26142012-09-25 Joel Brobecker <brobecker@adacore.com>
2615
2616 * symtab.c (skip_prologue_sal): Fix typo in comment.
2617
11dba07a
JB
26182012-09-25 Joel Brobecker <brobecker@adacore.com>
2619
2620 * linespec.c (create_sals_line_offset): Fix typo in comment.
2621
318102b9
SP
26222012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2623
2624 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2625 use plongest to print the array size.
2626
b4aa388a
SP
26272012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2628
2629 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2630 * p-valprint.c (pascal_type_print_base): Likewise.
2631
84cebc4a
YQ
26322012-09-22 Yao Qi <yao@codesourcery.com>
2633
2634 * remote.c (remote_get_trace_status): Remove setting default
2635 values of fields of 'ts'.
2636
04e7407c
JK
26372012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2638
2639 Fix internal error on canonicalization of clang types.
2640 * cp-name-parser.y (operator): New comment at make_operator call for
2641 new, delete, new[] and delete[].
2642 (exp): Use "sizeof ". Add new comment at make_operator call.
2643
9bf4bce9
JK
26442012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 Fix disassemble without parameters in tailcall frame.
2647 * cli/cli-cmds.c (disassemble_current_function): Use
2648 get_frame_address_in_block.
2649
1c5b7826
TT
26502012-09-21 Tom Tromey <tromey@redhat.com>
2651
2652 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2653 TYPE_CODE_UNION>: Unify, removing a goto.
2654
62a49610
TT
26552012-09-21 Tom Tromey <tromey@redhat.com>
2656
2657 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2658
2603f7ee
AB
26592012-09-21 Andrew Burgess <aburgess@broadcom.com>
2660
2661 * findvar.c (read_frame_register_value): Mark the result value as
2662 optimized out if any of the input registers have been optimized out.
2663
810849a3
AS
26642012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2665
2666 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2667
0953dec1
SP
26682012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2669
2670 * eval.c (evaluate_subexp_standard): Eliminate single-use
2671 variable LOWER.
2672
82a90ccf
YQ
26732012-09-21 Yao Qi <yao@codesourcery.com>
2674
2675 * mi/mi-interp.c: Declare mi_record_changed.
2676 (mi_interpreter_init): Call observer_attach_record_changed.
2677 (mi_record_changed): New.
2678 * record.c (record_open): Call observer_notify_record_changed.
2679 (cmd_record_stop): Call observer_notify_record_changed.
2680 * NEWS: Mention it.
2681
d7de8e3c
TT
26822012-09-20 Tom Tromey <tromey@redhat.com>
2683
2684 * NEWS: Update.
2685 * python/python.c (finalize_python): New function.
2686 (_initialize_python): Make a final cleanup.
2687
43c7c83d
DE
26882012-09-19 Doug Evans <dje@google.com>
2689
2690 * buildsym.h (param_symbols): Delete, unused.
2691 (context_stack): Delete member "params", unused.
2692 * buildsym.c (push_context): Update.
2693 * dwarf2read.c (read_func_scope): Update.
2694
aa9259cc
TS
26952012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2696
a6521d9a
TS
2697 * sh-tdep.c (sh_register_convert_to_virtual)
2698 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2699 all callers. Just do a memcpy if not the little-endian case.
2700
f92589cb
TS
2701 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2702 set_gdbarch_double_format and set_gdbarch_long_double_format.
2703 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2704 set_gdbarch_double_format.
2705 * sh-tdep.c (sh_gdbarch_init): Likewise.
2706
aa9259cc
TS
2707 * NEWS: Document the removal of SH's 'regs' command.
2708 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2709 command.
2710
c1d780c2
SDJ
27112012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2712
2713 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2714 `jump'.
2715
4ae24af0
JB
27162012-09-18 Joel Brobecker <brobecker@adacore.com>
2717
2718 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2719 language when iterating over symbols.
2720
bb25a15c
YQ
27212012-09-18 Yao Qi <yao@codesourcery.com>
2722
2723 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2724 (mi_interpreter_init): Call observer_attach_tsv_created and
2725 observer_attach_tsv_deleted.
2726 (mi_tsv_created, mi_tsv_deleted): New.
2727 * tracepoint.c (delete_trace_state_variable): Call
2728 observer_notify_tsv_deleted.
2729 (trace_variable_command): Call observer_notify_tsv_created.
2730 (delete_trace_variable_command): Call
2731 observer_notify_tsv_deleted.
2732 (create_tsv_from_upload): Call observer_notify_tsv_created.
2733 * NEWS: Mention it.
2734
201b4506
YQ
27352012-09-18 Yao Qi <yao@codesourcery.com>
2736
2737 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2738 if traceframe changed.
2739 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2740 "trace-find".
2741 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2742 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2743 'traceframe_changed'.
2744 (mi_traceframe_changed): New.
2745 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2746 New field.
2747 * NEWS: Mention the new MI notification.
2748
eaeb12db
MW
27492012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2750
2751 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2752
6e3c039e
JK
27532012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2754
2755 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2756 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2757 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2758 Extend code also for PaX support. Convert all gdb_assert to warning
2759 calls.
2760
9a950c7c
JK
27612012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2762
2763 Implement auto-load user conveniences suggested by Doug Evans.
2764 * auto-load.c: Include top.h.
2765 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2766 (_initialize_auto_load): New variable scripts_directory_help. Mention
2767 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2768 scripts-directory. Document in online help one can use also files for
2769 set auto-load safe-path.
2770 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2771 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2772
deec9a9d
SP
27732012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2774
2775 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2776 of LEN.
2777
354ecfd5
SP
27782012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2779
2780 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2781 ELTLEN and use TYPE_LENGTH directly.
2782 (m2_val_print): Likewise.
2783 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2784 variable LEN and use TYPE_LENGTH directly.
2785 (m68k_svr4_store_return_value): Likewise.
2786 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2787 ARGLEN and use TYPE_LENGTH directly.
2788 (mips_o64_push_dummy_call): Likewise.
2789 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2790 variable LENGTH and use TYPE_LENGTH directly.
2791 (s390_function_arg_float): Likewise.
2792 (s390_function_arg_integer): Likewise.
2793 (s390_push_dummy_call): Likewise.
2794 (s390_return_value_convention): Likewise.
2795 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2796 TYPE_LENGTH directly.
2797
6fc1c773
YQ
27982012-09-17 Yao Qi <yao@codesourcery.com>
2799
2800 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2801 Update comment to add_setshow_integer_cmd.
2802 * cli/cli-setshow.c (do_set_command): Handle case
2803 'var_zuinteger_unlimited'.
2804 (do_show_command): Likewise.
2805 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2806 for command 'remotetimeout'.
2807 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2808 to var_integer.
f87e3f15
PA
2809 * source.c (_initialize_source): Call
2810 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
6fc1c773 2811
6acef6cd
SP
28122012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2813
2814 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2815 variable LEN.
2816
1ab3b62c
JK
28172012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 PR 14119
2820 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2821 (frame_pop): Drop also TAILCALL_FRAME frames.
2822 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2823
acf9414f
JK
28242012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2825 Pedro Alves <palves@redhat.com>
2826
2827 PR 14548
2828 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2829 function start if we are already at function start. Both for
2830 reverse-next and for reverse-step into function without line number
2831 info.
2832
193facb3
JK
28332012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2834
2835 Code cleanup - rename 'inline' depth to 'artificial' depth.
2836 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2837 frame_id_artificial_p, extend the comment.
2838 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2839 * frame.c (fprint_frame_id): Rename at a user, change debug output
2840 text to "artificial=".
2841 (skip_inlined_frames): Rename to ...
2842 (skip_artificial_frames): ... here. Extend the comment.
2843 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2844 (frame_id_inlined_p): Rename to ...
2845 (frame_id_artificial_p): ... here. Rename at a user.
2846 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2847 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2848 at a user.
2849 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2850 Extend the comment.
2851 (frame_id_inlined_p): Rename to ...
2852 (frame_id_artificial_p): ... here.
2853 * inline-frame.c (inline_frame_this_id): Rename at a user.
2854
42056501
AB
28552012-09-14 Andrew Burgess <aburgess@broadcom.com>
2856
2857 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2858 vector variables using vector_size syntax rather than array
2859 syntax.
2860
84c47588
SP
28612012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2862
2863 * valarith.c (value_concat): Replace unsafe ALLOCA with
2864 XMALLOC/XFREE.
2865
f4045bcb
PA
28662012-09-14 Pedro Alves <palves@redhat.com>
2867
2868 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2869
63b46266
YPK
28702012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2871
2872 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2873 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2874 data-directory as appropriate.
2875
ddd7a8e7
SP
28762012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2877
2878 * printcmd.c (ui_printf): Eliminate single-use variable
2879 PARAM_LEN.
2880
d649a38e
YQ
28812012-09-14 Yao Qi <yao@codesourcery.com>
2882 Pedro Alves <palves@redhat.com>
2883
2884 * valops.c (value_assign): Move observer_notify_target_changed
2885 below to replace reinit_frame_cache.
2886
b9516fa1
YPK
28872012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2888
2889 Refactor Python "gdb" module into a proper Python package, by
2890 introducing a new "_gdb" module for code implemented in C, and
2891 using reload/__import__ instead of exec.
2892 * python/lib/gdb/__init__.py: Import * from _gdb.
2893 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2894 prompt_hook, sys.argv): Moved from finish_python_initialization.
2895 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2896 (packages, auto_load_packages): New list and function replacing
2897 module_dict and auto-loading code, using __file__ instead of
2898 gdb.PYTHONDIR and reload/__import__ instead of exec.
2899 (GdbSetPythonDirectory): Replacing function of the same name
2900 from finish_python_initialization, using reload/__import__ instead
2901 of exec, as well as call auto_load_packages.
2902 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2903 gdb_python_module and not gdb_module.
2904 * python/python-internal.h (gdb_python_module): Declare.
2905 * python/python.c (gdb_python_module): New global.
2906 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2907 (_initialize_python): Rename gdb module to _gdb.
2908 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2909 (finish_python_initialization): Move Python code to
2910 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2911 __main__.
2912
aa0fbdd8
PA
29132012-09-13 Pedro Alves <palves@redhat.com>
2914
2915 * Makefile.in (COMMON_OBS): Add registry.o.
2916 * registry.c: New file.
2917 * registry.h (struct registry_container): Declare.
2918 (registry_data_callback): New typedef.
2919 (struct registry_data, struct registry_data_registration, struct
2920 registry_data_registry): New type.
2921 (register_data_with_cleanup, registry_alloc_data)
2922 (registry_callback_adaptor, registry_clear_data)
2923 (registry_container_free_data, registry_set_data, registry_data):
2924 Declare.
2925 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2926 the new common structures and functions.
2927 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2928 callback typedefs.
2929
42b5c53d
MW
29302012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2931
2932 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2933 there is an error inserting hardware breakpoints and use the
2934 error message from the target.
2935
2936 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
f87e3f15
PA
2937 Catch this exception and print the error message contained within.
2938 Do not print the default hardware error breakpoint message in this
2939 case.
42b5c53d 2940
a1b64ce1
DE
29412012-09-12 Doug Evans <dje@google.com>
2942
2943 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2944 cu == NULL.
2945
83a788b8
DE
29462012-09-11 Doug Evans <dje@google.com>
2947
2948 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2949 .gdb_index symbol attributes if there are none.
2950
d9eaeb59
JB
29512012-09-11 Joel Brobecker <brobecker@adacore.com>
2952
2953 * symtab.h (struct minimal_symbol) [has_size]: New field.
2954 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2955 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2956 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2957 minimal symbols if the symbol's size is actually known.
2958 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2959 of msymbol's size field. Add comment.
2960 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2961 SET_MSYMBOL_SIZE to set the minimal symbol size.
2962
a83e9154
JB
29632012-09-11 Joel Brobecker <brobecker@adacore.com>
2964
2965 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2966 minimal_symbol struct object, rather than setting some of its
2967 fields one by one.
2968
350b1b26
AB
29692012-09-11 Andrew Burgess <aburgess@broadcom.com>
2970
2971 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2972 passed_a_ptr flag when displaying typedef types.
2973
2fa15f23
JB
29742012-09-10 Joel Brobecker <brobecker@adacore.com>
2975
2976 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2977 the optimized_out flag is preserved.
2978
5152ff90
AG
29792012-09-10 Anthony Green <green@moxielogic.com>
2980
2981 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2982 prologue changes in GCC.
2983
5b4f6e25
KS
29842012-09-10 Keith Seitz <keiths@redhat.com>
2985
2986 PR gdb/13483
2987 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2988 (BOOL_CONVERSION_BADNESS): ... this.
2989 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2990 (rank_one_type): Allow all boolean conversions
2991 permitted by the standard.
2992
f1070426
TT
29932012-09-06 Tom Tromey <tromey@redhat.com>
2994
2995 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2996 Don't decref py_objfile.
2997
a8db4212
YPK
29982012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2999
3000 Do not enable -lmcheck by default when Python is enabled with
3001 threading support.
3002 * configure.ac: (python_has_threads) New variable, by testing
3003 if WITH_THREAD is defined in Python.h.
3004 Move --enable-lmcheck after --with-python.
3005 Do not enable -lmcheck by default if python_has_threads=yes.
3006 Warn if --enable-lmcheck and python_has_threads=yes.
3007 * configure: Regenerate.
3008
648beb2b
YQ
30092012-08-31 Yao Qi <yao@codesourcery.com>
3010
3011 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
3012 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
3013 Update some commands.
3014 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
f87e3f15
PA
3015 * mi/mi-main.c (mi_cmd_execute): Set
3016 '*parse->cmd->suppress_notification' to 1.
648beb2b 3017
ef07a9f7
YQ
30182012-08-31 Yao Qi <yao@codesourcery.com>
3019
3020 * mi/mi-cmds.c (mi_cmds): Add 'static'.
3021
fda395cf
YPK
30222012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
3023
3024 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3025
8efd8e78
DE
30262012-08-29 Doug Evans <dje@google.com>
3027
3028 * main.c (print_gdb_help): Remove reference to
3029 --use-deprecated-index-sections.
3030
883b9c6c
YQ
30312012-08-28 Yao Qi <yao@codesourcery.com>
3032
3033 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3034 (init_cmds): Call add_setshow_uinteger_cmd for command
3035 'max-user-call-depth'.
3036 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3037 declaration of 'max_user_call_depth'.
3038 * frame.c (backtrace_limit): Add 'unsigned'.
3039 (_initialize_frame): Call add_setshow_uinteger_cmd for command
3040 'limit'.
3041 * remote.c (remoteaddresssize): Add 'unsigned'.
3042 (remote_address_masked): Change local var 'address_size' to
3043 'unsigned'.
3044 (_initialize_remote): Call add_setshow_uinteger_cmd for
3045 'remoteaddresssize'.
3046 * top.c (history_size): Add 'unsigned'.
3047 (show_commands): Change local variables to 'unsigned'.
3048 (set_history_size_command): Don't check history_size is negative.
3049 Adjust the condition to call unstifle_history and set history_size
3050 to UNIT_MAX.
3051
1292279a
PA
30522012-08-28 Pedro Alves <palves@redhat.com>
3053
3054 PR gdb/14428
3055
3056 * infcmd.c (default_print_one_register_info): New, factored out
3057 from default_print_registers_info.
3058 (default_print_registers_info): Use it. Mark value unavailable if
3059 necessary.
3060 (registers_info): Print user registers with
3061 default_print_one_register_info.
3062
f629cd75
L
30632010-08-27 H.J. Lu <hongjiu.lu@intel.com>
3064
3065 PR tui/14486
3066 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3067 is not NULL before referencing it.
3068
1c8cdcb1
JK
30692012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3070
3071 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3072 variable pc. Call find_pc_line instead of find_pc_overlay, restore
3073 original PC for it.
3074
e9687799
JK
30752012-08-27 Eli Zaretskii <eliz@gnu.org>
3076 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * auto-load.c (auto_load_objfile_script): Rename to ...
3079 (auto_load_objfile_script_1): ... here, change variable realname to
3080 parameter realname, document it, add return value, add variable retval.
3081 (auto_load_objfile_script): New function.
3082
7afa1642
JK
30832012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3084
3085 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3086 followed by a whitespace.
3087
dc7650b8
JK
30882012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
28e66c70 3090 PR gdb/14494.
dc7650b8
JK
3091 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3092 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3093 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3094 here.
3095
1591a1e8
PA
30962012-08-27 Wei-cheng Wang <cole945@gmail.com>
3097
3098 * memattr.c (create_mem_region): Fix memory region overlapping
3099 checking.
3100
ecfb0d68
SP
31012012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3102
3103 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3104 with xmalloc/cleanup.
3105 * mt-tdep.c (mt_push_dummy_call): Likewise.
3106 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3107 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3108
8c56c1b9
YQ
31092012-08-24 Yao Qi <yao@codesourcery.com>
3110
3111 * jv-exp.y (push_expression_name): Add "." at the end of error
3112 message.
3113
e3480f4a
YPK
31142012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
3115
3116 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
3117 * python/python.c (_initialize_python): Update documentation.
3118
dfbd5e7b
PA
31192012-08-23 Pedro Alves <palves@redhat.com>
3120
3121 * infrun.c (_initialize_infrun) <handle command help text>:
3122 Mention that multiple signals are supported.
3123
2edda2ff
PA
31242012-08-23 Pedro Alves <palves@redhat.com>
3125
3126 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3127 string.
3128
8d735b87
YQ
31292012-08-23 Yao Qi <yao@codesourcery.com>
3130
3131 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3132 (tfind_1): Don't call registers_changed, set_traceframe_num,
3133 and clear_traceframe_info.
3134 Call set_current_traceframe.
3135 (set_current_traceframe): call set_traceframe_num.
3136
c5d9b215
SDJ
31372012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
3138
3139 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3140 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3141
037bbc8e
YPK
31422012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3143
3144 Enable readline in Python in a GDB-specific way and block the
3145 standard Python readline module to prevent conflicts with GDB.
3146 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3147 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3148 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3149 * python/py-gdb-readline.c: New file.
3150 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3151 prototype.
3152 * python/python.c (_initialize_python): Call
3153 gdbpy_initialize_gdb_readline.
3154
406b1477
KS
31552012-08-22 Keith Seitz <keiths@redhat.com>
3156
3157 * defs.h: Include build-gnulib/config.h
3158
6ca1b147
JM
31592012-08-22 Joseph Myers <joseph@codesourcery.com>
3160
3161 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3162 and blx pc.
3163
8315665e
YPK
31642012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
3165
3166 Add a new "python-interactive" command that starts a standard
3167 Python interactive prompt with "pi" as alias, and add "py" as
3168 an alias to "python".
3169 * NEWS: Mention the new commands.
8315665e
YPK
3170 * python/python.c (eval_python_command): New function.
3171 (python_interactive_command): For "python-interactive" with
3172 arguments, call eval_python_command. For "python-interactive"
3173 without arguments, call PyRun_InteractiveLoop.
3174 (_initialize_python): Add "python-interactive" command with
3175 "pi" as alias, and add "py" as an alias to "python".
3176
522002f9
TT
31772012-08-22 Tom Tromey <tromey@redhat.com>
3178
3179 * defs.h (quit_flag): Don't declare.
3180 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3181 (QUIT): Use new functions.
3182 * event-top.c (command_handler): Use clear_quit_flag.
3183 (handle_sigint): Use set_quit_flag.
3184 (async_request_quit): Use check_quit_flag. Don't check
3185 immediate_quit.
3186 * exceptions.c (throw_exception): Use clear_quit_flag.
3187 * main.c (captured_main): Use clear_quit_flag.
3188 * python/python.c (clear_quit_flag, set_quit_flag)
3189 (check_quit_flag): New functions.
3190 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3191 clear_quit_flag.
3192 * remote.c (remote_wait_as): Use check_quit_flag,
3193 clear_quit_flag.
3194 (remote_start_remote): Call QUIT.
3195 * symfile.c (load_progress): Use check_quit_flag.
3196 * top.c (command_loop): Use clear_quit_flag.
3197 (command_line_input): Call QUIT.
3198 * utils.c (quit_flag): Conditionally define.
3199 (clear_quit_flag, check_quit_flag, set_quit_flag): New
3200 functions.
3201 (prompt_for_continue): Call QUIT. Use quit, not
3202 async_request_quit.
3203 * remote-mips.c (mips_expect_timeout): Call QUIT.
3204 * monitor.c (monitor_expect): Call QUIT.
3205
b583003e
TT
32062012-08-22 Tom Tromey <tromey@redhat.com>
3207
3208 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3209 (async_init_signals): Update.
3210 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3211 (SIGWINCH_HANDLER_BODY): Remove.
3212
e1507e95
TT
32132012-08-22 Tom Tromey <tromey@redhat.com>
3214
3215 * jit.c (jit_object_close_impl): Don't malloc the objfile
3216 name.
3217 * objfiles.c (allocate_objfile): Don't malloc the objfile
3218 name.
3219 (free_objfile): Don't free the objfile name.
3220 * objfiles.h (struct objfile) <name>: Update comment.
3221 * symfile.c (reread_symbols): Fix reference counting. Don't
3222 malloc objfile name.
3223
1c00ec6b
TT
32242012-08-22 Tom Tromey <tromey@redhat.com>
3225
3226 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3227 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3228 (symfile_bfd_open): Likewise.
3229 (generic_load): Likewise.
3230 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3231 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3232 gdb_bfd_open.
3233 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3234 Use gdb_bfd_open.
3235 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3236 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3237 (pmon_load_fast): Likewise.
3238 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3239 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3240 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3241 (macho_check_dsym): Likewise.
3242 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3243 (m32r_upload_command): Likewise.
3244 * gdb_bfd.h (gdb_bfd_cache): Declare.
3245 * gdb_bfd.c (struct gdb_bfd_data): New.
3246 (gdb_bfd_cache): New global.
3247 (struct gdb_bfd_cache_search): New.
3248 (hash_bfd): New function.
3249 (eq_bfd): Likewise.
3250 (gdb_bfd_open): Likewise.
3251 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3252 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3253 gdb_bfd_data.
3254 * exec.c (exec_file_attach): Use gdb_bfd_open.
3255 * dsrec.c (load_srec): Use gdb_bfd_open.
3256
6532ff36
TT
32572012-08-22 Tom Tromey <tromey@redhat.com>
3258
3259 * dwarf2read.c (macro_start_file): Update.
3260 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3261 (free_objfile_per_bfd_storage): Destroy macro_cache.
3262 (allocate_objfile, free_objfile): Update.
3263 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3264 New field.
3265 (struct objfile) <macro_cache>: Remove.
3266 * symfile.c (reread_symbols): Update.
3267 * symmisc.c (print_symbol_bcache_statistics): Update.
3268 (print_objfile_statistics): Update.
3269
706e3705
TT
32702012-08-22 Tom Tromey <tromey@redhat.com>
3271
3272 * elfread.c (elf_symtab_read): Update.
3273 * objfiles.c (objfiles_bfd_data): New global.
3274 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3275 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3276 (allocate_objfile, free_objfile): Update.
3277 (_initialize_objfiles): Initialize objfiles_bfd_data.
3278 * objfiles.h (struct objfile_per_bfd_storage): New.
3279 (struct objfile) <per_bfd>: New field.
3280 <filename_cache>: Remove.
3281 (set_objfile_per_bfd): Declare.
3282 * symfile.c (reread_symbols): Update. Call
3283 set_objfile_per_bfd.
3284 (allocate_symtab): Update.
3285 * symmisc.c (print_symbol_bcache_statistics): Update.
3286 (print_objfile_statistics): Print the size of the BFD obstack.
3287
e992eda4
TT
32882012-08-22 Tom Tromey <tromey@redhat.com>
3289
3290 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3291 * gdb_bfd.c: Use DEFINE_REGISTRY.
3292 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3293 (gdb_bfd_ref): Call bfd_alloc_data.
3294 (gdb_bfd_unref): Call bfd_free_data.
3295
6b81941e
TT
32962012-08-22 Tom Tromey <tromey@redhat.com>
3297
3298 * registry.h (struct registry_fields): New.
3299 (REGISTRY_FIELDS): Redefine.
3300 (REGISTRY_ACCESS_FIELD): New macro.
3301 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3302 functions.
3303
8e260fc0
TT
33042012-08-22 Tom Tromey <tromey@redhat.com>
3305
3306 * auto-load.c (_initialize_auto_load): Update.
3307 * solib-svr4.c (_initialize_svr4_solib): Update
3308 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3309 * solib-darwin.c (_initialize_darwin_solib): Update.
3310 * registry.h: New file.
3311 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3312 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3313 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3314 (register_program_space_data_with_cleanup)
3315 (register_program_space_data, program_space_alloc_data)
3316 (clear_program_space_data, set_program_space_data)
3317 (program_space_data): Don't declare.
3318 * progspace.c: Use DEFINE_REGISTRY.
3319 (struct program_space_data, struct
3320 program_space_data_registration, struct
3321 program_space_data_registry, program_space_data_registry)
3322 (register_program_space_data_with_cleanup)
3323 (register_program_space_data, program_space_alloc_data)
3324 (program_space_free_data, clear_program_space_data)
3325 (set_program_space_data, program_space_data): Remove.
3326 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3327 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3328 (register_objfile_data_with_cleanup, register_objfile_data)
3329 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3330 declare.
3331 * objfiles.c: Use DEFINE_REGISTRY.
3332 (struct objfile_data, struct objfile_data_registration, struct
3333 objfile_data_registry, objfile_data_registry)
3334 (register_objfile_data_with_cleanup, register_objfile_data)
3335 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3336 (set_objfile_data, objfile_data): Remove.
3337 (_initialize_objfiles): Update.
3338 * jit.c (_initialize_jit): Update.
3339 * inflow.c (_initialize_inflow): Update.
3340 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3341 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3342 (register_inferior_data_with_cleanup, register_inferior_data)
3343 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3344 declare.
3345 * inferior.c: Use DEFINE_REGISTRY.
3346 (struct inferior_data, struct inferior_data_registration, struct
3347 inferior_data_registry, inferior_data_registry)
3348 (register_inferior_data_with_cleanup, register_inferior_data)
3349 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3350 (set_inferior_data, inferior_data): Remove.
3351 * auxv.c (_initialize_auxv): Update.
3352 * ada-lang.c (_initialize_ada_language): Update.
3353 * breakpoint.c (_initialize_breakpoint): Update.
3354 * i386-nat.c (i386_use_watchpoints): Update.
3355
ed9eebaf
TT
33562012-08-22 Tom Tromey <tromey@redhat.com>
3357
3358 * exec.c (exec_close, exec_file_attach): Update.
3359 (add_to_section_table): Initialize 'key' field.
3360 (add_target_sections, remove_target_sections): Add 'key' argument.
3361 * exec.h (add_target_sections, remove_target_sections): Add
3362 'key' argument.
3363 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3364 (reload_shared_libraries_1): Update.
3365 * target.h (struct target_section) <key>: New field.
3366
2f2e97fa
TT
33672012-08-22 Tom Tromey <tromey@redhat.com>
3368
3369 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3370
b3dbbd6f
PM
33712012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3372
3373 * symfile.c (allocate_symtab): Use host_address_to_string
3374 function instead of cast of pointer to long which is not
3375 compatible with x86_64-w64-mingw32 build.
3376
f94363d7
AP
33772012-08-19 Andrew Pinski <apinski@cavium.com>
3378
3379 * mips-tdep.c (is_octeon): New function.
3380 (is_octeon_bbit_op): New function.
3381 (mips32_next_pc): Handle Octeon's bbit instructions.
3382 (mips32_instruction_has_delay_slot): Likewise.
3383
78a59c2f
AP
33842012-08-19 Andrew Pinski <apinski@cavium.com>
3385
3386 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3387 before the function.
3388
4f5bcb50
AP
33892012-08-19 Andrew Pinski <apinski@cavium.com>
3390
3391 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3392
e5afdbd7
KS
33932012-08-19 Keith Seitz <keiths@redhat.com>
3394
3395 PR c++/14365
3396 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3397 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3398
13c9750e
EZ
33992012-08-18 Eli Zaretskii <eliz@gnu.org>
3400
3401 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3402 The typo broke "make TAGS".
3403
db761810 34042012-08-17 Joel Brobecker <brobecker@adacore.com>
3405
3406 GDB 7.5 released.
3407
a451cb65
KS
34082012-08-17 Keith Seitz <keiths@redhat.com>
3409
3410 PR c++/13356
3411 * gdbtypes.c (strict_type_checking): New variable.
3412 (show_strict_type_checking): New function.
3413 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3414 if strict type checking is disabled.
3415 (_initialize_gdbtypes): Add "check type" subcommand.
3416 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3417
34182012-08-17 Keith Seitz <keiths@redhat.com>
3419
3420 * language.h (type_mode): Remove.
3421 (type_check): Remove.
3422 (struct language_defn): Remove la_type_check.
3423 (STRICT_TYPE): Remove unused macro.
3424 (type_error): Remove.
3425 * language.c (set_type_range_case): Renamed to ...
3426 (set_range_case): ... this. Update all callers.
3427 Remove type_mode/type_check.
3428 (type_mode): Remove.
3429 (type_check): Remove.
3430 (show_type_command): Remove.
3431 (set_type_command): Remove.
3432 (language_info): Remove type checking output.
3433 (type_error): Remove unused function.
3434 (range_error): Update comment.
3435 (unknown_language_defn): Remove la_type_check.
3436 (auto_language_defn): Likewise.
3437 (local_language_defn): Likewise.
3438 (_initialize_language): Remove "check type" subcommand.
3439 * ada-lang.c (ada_language_defn): Remove la_type_check.
3440 * c-lang.c (c_language_defn): Likewise.
3441 (cplus_language_defn): Likewise.
3442 (asm_language_defn): Likewise.
3443 (minimal_language_defn): Likewise.
3444 * d-lang.c (d_language_defn): Likewise.
3445 * f-lang.c (f_language_defn): Likewise.
3446 * go-lang.c (go_language_defn): Likewise.
3447 * jv-lang.c (java_language_defn): Likewise.
3448 * m2-lang.c (m2_language_defn): Likewise.
3449 * objc-lang.c (objc_language_defn): Likewise.
3450 * opencl-lang.c (opencl_language_defn): Likewise.
3451 * p-lang.c (pascal_language_defn): Likewise.
3452
dbf6a605
MF
34532012-08-16 Mike Frysinger <vapier@gentoo.org>
3454
3455 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3456
973e3cf7
JB
34572012-08-16 Joel Brobecker <brobecker@adacore.com>
3458
3459 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3460 New function.
3461 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3462 using the regache. Use ia64_hpux_get_register_from_save_state_t
3463 to access the bsp and bspstore registers if not.
3464
d80ee84f
JB
34652012-08-16 Joel Brobecker <brobecker@adacore.com>
3466
3467 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3468 * breakpoint.c (detach_breakpoints): Change pid parameter into
3469 a ptid. Adjust code accordingly.
3470 * infrun.c (handle_inferior_event): Delete variable child_pid.
3471 Update call to detach_breakpoints to pass the child ptid for
3472 fork events.
3473 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3474 assert that inferior_ptid's lwp is zero.
3475 (linux_handle_extended_wait): Update call to detach_breakpoints.
3476 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3477 detach_breakpoints.
3478
2dcc6086
JB
34792012-08-16 Joel Brobecker <brobecker@adacore.com>
3480
3481 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3482 parent, only call detach_breakpoints if tts.tts_event ==
3483 TTEVT_VFORK.
3484
0c92d8c1
JB
34852012-08-16 Joel Brobecker <brobecker@adacore.com>
3486
3487 * dwarf2-frame.c (dwarf2_frame_cache): Use
3488 get_frame_address_in_block instead of get_frame_pc as
3489 the bound for executing the frame's FDE.
3490
6b1755ce
YQ
34912012-08-16 Yao Qi <yao@codesourcery.com>
3492
3493 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3494 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3495 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3496 (c_type_print_varspec_suffix): Likewise.
3497 * eval.c (evaluate_subexp_standard): Likewise.
3498 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3499 (f_type_print_varspec_suffix): Likewise.
3500 * gdbtypes.c (is_scalar_type): Likewise.
3501 (recursive_dump_type): Likewise.
3502 * infcall.c (value_arg_coerce): Likewise.
3503 * m2-valprint.c (m2_val_print): Likewise.
3504 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3505 (pascal_type_print_varspec_suffix): Likewise.
3506 (pascal_type_print_base): Likewise.
3507 * p-valprint.c (pascal_val_print): Likewise.
3508 (pascal_val_print): Likewise.
3509 * valops.c (value_slice): Likewise.
3510 * valprint.c (scalar_type_p): Likewise.
3511 * valarith.c (value_bitstring_subscript): Remove.
3512 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3513 Remove comment on TYPE_CODE_BITSTRING.
3514
3515 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3516 TYPE_CODE_BITSTRING.
3517
3518 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3519 slot 0.
3520
8acc4065
YQ
35212012-08-16 Yao Qi <yao@codesourcery.com>
3522
3523 * tracepoint.c (trace_find_none_command): Remove.
3524 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3525
8128fd8e
YQ
35262012-08-16 Yao Qi <yao@codesourcery.com>
3527
3528 * remote.c (handle_notification): Remove parameter 'length'.
3529 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3530
2873700e
KS
35312012-08-15 Keith Seitz <keiths@redhat.com>
3532
3533 * gdbtypes.c (opaque_type_resolution): Make static.
3534 Add missing comment.
3535 (overload_debug): Add missing comment.
3536 (show_opaque_type_resolution): Likewise.
3537 (show_overload_debug): Likewise.
3538 (print_bit_vector): Remove unnecessary forward declaration.
3539 (print_arg_types): Likewise.
3540 (dump_fn_fieldlists): Likewise.
3541 (print_cplus_stuff): Likewise.
3542
b82d08cd
TT
35432012-08-15 Tom Tromey <tromey@redhat.com>
3544
3545 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3546 (gdb_bfd_ref): Initialize new field.
3547 (gdb_bfd_unref): Unref the archive BFD.
3548 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3549 parent archive.
3550
db6573d6
TT
35512012-08-15 Tom Tromey <tromey@redhat.com>
3552
3553 PR python/14387:
3554 * python/py-bpevent.c (create_breakpoint_event_object): Update
3555 comment.
3556 * python/py-event.c (evpy_add_attribute): Update comment.
3557 * python/py-exitedevent.c (create_exited_event_object): Fix
3558 reference counting and error handling.
3559 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3560 Fix reference counting.
3561 * python/py-signalevent.c (create_signal_event_object): Fix
3562 reference counting and error handling.
3563 * python/py-stopevent.c (emit_stop_event): Fix reference
3564 counting.
3565 * python/py-threadevent.c (get_event_thread): Return a
3566 borrowed reference.
3567 * python/py-type.c (convert_field): Fix reference counting.
3568
a036ba48
TT
35692012-08-15 Tom Tromey <tromey@redhat.com>
3570
3571 * dwarf2read.c (dwarf_decode_macro_bytes)
3572 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3573 as hash key.
3574
486c7739
MF
35752012-08-14 Mike Frysinger <vapier@gentoo.org>
3576
3577 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3578 stepi, nexti, finish, next, step, jump, and continue commands.
3579 * infrun.c (_initialize_infrun): Update help text for the handle
3580 command.
3581
4cf93a03
DE
35822012-08-14 Doug Evans <dje@google.com>
3583
70b099cf
DE
3584 * gdbtypes.c (struct extra): Delete, unused.
3585
5212577a
DE
3586 * gdbtypes.c: Whitespace cleanup.
3587 (address_space_name_to_int): Remove "extern" from definition.
3588 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3589
4cf93a03
DE
3590 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3591 TYPE_POINTER_TYPE (type).
3592
3756ef7e
GB
35932012-08-14 Gary Benson <gbenson@redhat.com>
3594
3595 * solib-svr4.c (svr4_free_library_list): Use free_so.
3596
40d72643
MF
35972012-08-13 Mike Frysinger <vapier@gentoo.org>
3598
3599 * .gitignore: Add go-exp.c.
3600
f47f77df
DE
36012012-08-13 Doug Evans <dje@google.com>
3602
3603 * value.c (show_convenience): Tweak comment.
3604 (_initialize_values): Mention convenience functions in the help text
3605 for "show convenience".
3606
7507c54a
YQ
36072012-08-13 Yao Qi <yao@codesourcery.com>
3608
3609 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3610 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3611 TERNOP_SLICE_COUNT.
3612 * eval.c (evaluate_subexp_standard): Likewise.
3613 * expprint.c (print_subexp_standard): Likewise.
3614 (dump_subexp_body_standard): Likewise.
3615 * parse.c (operator_length_standard): Likewise.
3616
5cad9736
YQ
36172012-08-13 Yao Qi <yao@codesourcery.com>
3618
3619 * std-operator.def: Remove OP_BITSTRING.
3620 * breakpoint.c (watchpoint_exp_is_const): Update.
3621 * eval.c (evaluate_subexp_standard): Remove handling to
3622 OP_BITSTRING.
3623 * expprint.c (print_subexp_standard): Likewise.
3624 (dump_subexp_body_standard): Likewise.
3625 * parse.c (operator_length_standard): Likewise.
3626 * valops.c (value_bitstring): Remove.
3627 * value.h: Remove the declaration of 'value_bitstring'.
3628
bad7670a
SDJ
36292012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3630
3631 * linespec.c (find_methods): Remove unused variables `i1' and
3632 `name_len'.
3633 (decode_line_full): Likewise for `arg_start'.
3634
d9dce7fa
SDJ
36352012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3636
3637 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3638 (zlib_decompress_section): Likewise for `section_data'.
3639 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3640
a72c3253
DE
36412012-08-10 Doug Evans <dje@google.com>
3642
3643 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3644 * NEWS: Document them.
3645 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3646 function/strfns.py.
3647 * python/py-type.c (typy_array_1): New function.
3648 (typy_array): Call it.
3649 (typy_vector): New function.
3650 (type_object_methods): Add "vector".
3651 * python/lib/gdb/function/__init__.py: New file.
3652 * python/lib/gdb/function/strfns.py: New file.
3653
200bc880
SP
36542012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3655
3656 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3657 for TYPE_FIELD_BITPOS.
3658 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3659
de0bea00
MF
36602012-08-10 Mike Frysinger <vapier@gentoo.org>
3661
3662 PR cli/10436:
3663 * common/vec.h (VEC_merge): Define.
3664 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3665 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3666 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3667 * completer.c: Include gdb_signals.h.
3668 (signal_completer): Define.
3669 * completer.h (signal_completer): Add prototype.
3670 * infcmd.c (_initialize_infcmd): Assign the command
3671 completer for "signal" to handle_completer.
3672 * infrun.c: Include completer.h.
3673 (handle_completer): Define.
3674 (_initialize_infrun): Declare a new local variable c. Store the
3675 result of add_com("handle") to it. Assign the command
3676 completer for "handle" to handle_completer.
3677
5b9afe8a
YQ
36782012-08-09 Yao Qi <yao@codesourcery.com>
3679
3680 * cli/cli-decode.c (set_cmd_prefix): New.
3681 (lookup_cmd_for_prefixlist): New.
3682 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3683 of each cmd_list_element in *prefixlist.
3684 (add_setshow_cmd_full): set_cmd_prefix.
3685 (add_alias_cmd): Likewise.
3686 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3687 Declare 'auto_boolean_enums'.
3688 * cli/cli-setshow.c: Include "observer.h".
3689 (notify_command_param_changed_p): New.
3690 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3691 Remove 'static'.
3692 (do_setshow_command): Split it to ...
3693 (do_set_command, do_show_command): ... them. New.
3694 (do_set_command): Call observer_notify_command_param_changed if
3695 notify_command_param_changed_p returns true.
3696 (cmd_show_list): Caller update.
3697 * auto-load.c (set_auto_load_cmd): Likewise.
3698 * remote.c (show_remote_cmd): Likewise.
3699 * cli/cli-setshow.h: Update declarations.
3700 * top.c (execute_command): Call do_set_command and do_show_command.
3701
3702 * NEWS: Mention new MI notification.
3703 * mi/mi-interp.c: Declare mi_command_param_changed.
3704 (mi_interpreter_init): Attach mi_command_param_changed to
3705 observer command_param_changed.
3706 (mi_command_param_changed): New.
3707 Remove mi_suppress_breakpoint_notifications.
3708 Define global variable mi_suppress_notification.
3709 (mi_breakpoint_created): Update.
3710 (mi_breakpoint_deleted): Likewise.
3711 (mi_breakpoint_modified): Likewise.
3712 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3713 'gdb-set' and set mi_suppress_notification.
3714 * mi/mi-main.h: (mi_suppress_notification): New struct.
3715
1969df89
JK
37162012-08-09 Andreas Tobler <andreast@fgznet.ch>
3717 Jan Kratochvil <jan.kratochvil@redhat.com>
3718
3719 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3720
8bfd80db
YQ
37212012-08-09 Yao Qi <yao@codesourcery.com>
3722
3723 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3724 (skiplist): Move it to skip.c.
3725 (init_cmd_lists): Remove code setting enablebreaklist and
3726 skiplist to NULL.
3727 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3728 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3729 skiplist.
3730 * gdbcmd.h: Likewise.
3731 * skip.c (_initialize_step_skip): Move 'skiplist' from
3732 cli/cli-cmds.c.
3733
28578e6b
YQ
37342012-08-09 Yao Qi <yao@codesourcery.com>
3735
3736 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3737 * gnu-nat.c, symfile.c: Likewise.
3738
260c0b2a
DE
37392012-08-08 Aaron Gamble <agamble@google.com>
3740
3741 * utils.c (prompt_for_continue_wait_time): New static global.
3742 (make_command_stats_cleanup): Initialize it.
3743 (report_command_stats): Subtract time waiting for user.
3744 (prompt_for_continue): Track time waiting for user.
3745 (defaulted_query): Track time waiting for user.
3746
4f485ebc
DE
37472012-08-08 Doug Evans <dje@google.com>
3748
3749 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3750 UNOP_MEMVAL_TYPE.
3751 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3752 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3753 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3754 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3755 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3756 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3757 elt.
3758 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3759 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3760 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3761 (dump_prefix_expression): Handle OP_TYPE.
3762
2acf2b39
KS
37632012-08-08 Keith Seitz <keiths@redhat.com>
3764
3765 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3766 addr_start.
3767
e6712ff1
DE
37682012-08-08 Doug Evans <dje@google.com>
3769
3770 * linux-thread-db.c: #include "gdb_vecs.h".
3771 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3772 updated.
3773 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3774 (thread_db_load_search): Use a vector to iterate over path elements.
3775 Handle text appearing after "$pdir".
3776
3777 * gdb_string.h: Moved to ...
3778 * common/gdb_string.h: ... here.
3779 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3780 gdb_string.h and gdb_assert.h.
3781
ab854e54
YQ
37822012-08-08 Yao Qi <yao@codesourcery.com>
3783
3784 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3785 (tic6x_value_to_register): Likewise.
3786 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3787 and set_gdbarch_value_to_register.
3788
4f69f4c2
JK
37892012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3790 Jean-Marc Saffroy <saffroy@gmail.com>
3791
3792 PR 11804
3793 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3794 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3795 * gcore.c (gcore_create_callback): New function comment. Add modified
3796 parameter. Only write modified regions. Set SEC_READONLY exactly
3797 according to MODIFIED.
3798 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3799 the passed modified value to FUNC.
3800 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3801 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3802 first. New variables modified and has_anonymous. Parse the lines of
3803 smaps file. Add the passed MODIFIED value to FUNC.
3804 * procfs.c (find_memory_regions_callback): Add the passed modified
3805 value.
3806
78ac5f83
TT
38072012-08-06 Tom Tromey <tromey@redhat.com>
3808
3809 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3810 (dwarf2_frame_cache): Use it.
3811 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3812 cache initialization constraint.
3813
2c12abee
TT
38142012-08-06 Tom Tromey <tromey@redhat.com>
3815
3816 PR python/14386:
3817 * varobj.c (update_dynamic_varobj_children): Don't call
3818 PyIter_Check.
3819
4979d7f0
TT
38202012-08-06 Tom Tromey <tromey@redhat.com>
3821
3822 PR cli/14392:
3823 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3824
f3c8a52a
JK
38252012-08-06 Nathaniel Flath <flat0103@gmail.com>
3826
3827 * NEWS: New entry for 'cd' default parameters.
3828 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3829
5a1cf4d6
TT
38302012-08-03 Tom Tromey <tromey@redhat.com>
3831
3832 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3833 return.
3834
7c3270ae
UW
38352012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3836
3837 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3838 to attempting lseek/write.
3839 (inf_child_fileio_pread): Likewise for pread.
3840
ccce17b0
YQ
38412012-08-02 Yao Qi <yao@codesourcery.com>
3842
3843 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3844 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3845 add_setshow_zinteger_cmd.
3846 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3847 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3848 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3849 instead of add_setshow_zinteger_cmd.
3850 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3851 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3852 instead of add_setshow_zinteger_cmd.
3853 * frame.c (frame_debug): Add 'unsigned'.
3854 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3855 add_setshow_zinteger_cmd.
3856 * frame.h: Update the declaration of 'frame_debug'.
3857 * gdbtypes.c (overload_debug): Add 'unsigned'.
3858 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3859 add_setshow_zinteger_cmd.
3860 * inferior.h: Update declaration of 'debug_infrun'.
3861 * infrun.c (debug_infrun): Add 'unsigned'.
3862 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3863 add_setshow_zinteger_cmd.
3864 * jit.c (jit_debug): Add 'unsigned'.
3865 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3866 add_setshow_zinteger_cmd.
3867 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3868 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3869 instead of add_setshow_zinteger_cmd.
3870 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3871 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3872 add_setshow_zinteger_cmd.
3873 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3874 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3875 instead of add_setshow_zinteger_cmd.
3876 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3877 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3878 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3879 intead of add_setshow_zinteger_cmd.
3880 * mips-tdep.c (mips_debug): Add 'unsigned'.
3881 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3882 instead of add_setshow_zinteger_cmd.
3883 * monitor.c (monitor_debug): Add 'unsigned'.
3884 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3885 add_setshow_zinteger_cmd.
3886 * observer.c (observer_debug): Add 'unsigned'.
3887 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3888 add_setshow_zinteger_cmd.
3889 * parse.c (expressiondebug): Add 'unsigned'.
3890 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3891 add_setshow_zinteger_cmd.
3892 * record.c (record_debug): Add 'unsigned'.
3893 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3894 add_setshow_zinteger_cmd.
3895 * record.h: Update the declaration of 'record_debug'.
3896 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3897 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3898 add_setshow_zinteger_cmd.
3899 * serial.c (global_serial_debug_p): Add 'unsigned'.
3900 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3901 add_setshow_zinteger_cmd.
3902 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3903 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3904 add_setshow_zinteger_cmd.
3905 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3906 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3907 add_setshow_zinteger_cmd.
3908 * target.c (targetdebug): Add 'unsigned'.
3909 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3910 add_setshow_zinteger_cmd.
3911 * valops.c (overload_debug): Add 'unsigned'.
3912 * varobj.c (varobjdebug): Add 'unsigned'.
3913 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3914 add_setshow_zinteger_cmd.
3915 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3916 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3917 instead of add_setshow_zinteger_cmd.
3918
3919 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3920 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3921 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3922 instead of add_setshow_zinteger_cmd.
3923 * gdbarch.c, gdbarch.h: Re-generated.
3924
95b07c96
YQ
39252012-08-02 Yao Qi <yao@codesourcery.com>
3926
3927 * nto-tdep.c: Don't include cli/cli-decode.h and
3928 cli/cli-cmds.h.
3929 (_initialize_nto_tdep): Remove.
3930 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3931 Remove field.
3932 Remove macro nto_internal_debugging.
3933
57295b0b
RH
39342012-08-01 Richard Henderson <rth@redhat.com>
3935
3936 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3937 (mep-*-*) [gdb_target_obs]: Likewise.
3938
f782ad9b
AS
39392012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3940
3941 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3942 linux_get_siginfo_type.
3943
a14dd77e
JK
39442012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3947 AT_ENTRY_POINT.
3948 (call_function_by_hand) <ON_STACK>: Call write_memory with
3949 gdbarch_breakpoint_from_pc, if possible.
3950 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3951 here.
3952
1467929f
YQ
39532012-07-31 Yao Qi <yao@codesourcery.com>
3954
3955 * tracepoint.c: Add 'static' for some variables.
3956
70976b65
YQ
39572012-07-31 Yao Qi <yao@codesourcery.com>
3958
3959 * go32-nat.c: Declare _initialize_go32_nat.
3960 * ser-go32.c: Declare _initialize_ser_dos.
3961 * top.c (do_chdir_cleanup): Add 'static'.
3962
eff9c3e6
KS
39632012-07-30 Keith Seitz <keiths@redhat.com>
3964
3965 * linespec.c (linespec_lex_number): A number followed
3966 by quotes is a valid number, too.
3967
728400d7
TT
39682012-07-30 Tom Tromey <tromey@redhat.com>
3969
3970 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3971
fcf303ab
UW
39722012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3973
3974 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3975 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3976
4e969b4f
AB
39772012-07-30 Andrew Burgess <aburgess@broadcom.com>
3978
3979 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3980 invalid or reevaluated to prevent prevent references to possibly
3981 delete'd type objects being left in the varobj.
3982
c4bfde41
JK
39832012-07-27 Tom Tromey <tromey@redhat.com>
3984 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 * copying.awk: Print buffer-read-only and vi ro markers.
3987 * copying.c: Rebuild.
3988 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3989 * gdbarch.c, gdbarch.h: Rebuild.
3990 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3991 buffer-read-only and vi ro markers.
3992 * features/arm-with-iwmmxt.c: Rebuild.
3993 * features/arm-with-m-fpa-layout.c: Rebuild.
3994 * features/arm-with-m-vfp-d16.c: Rebuild.
3995 * features/arm-with-m.c: Rebuild.
3996 * features/arm-with-neon.c: Rebuild.
3997 * features/arm-with-vfpv2.c: Rebuild.
3998 * features/arm-with-vfpv3.c: Rebuild.
3999 * features/i386/amd64-avx-linux.c: Rebuild.
4000 * features/i386/amd64-avx.c: Rebuild.
4001 * features/i386/amd64-linux.c: Rebuild.
4002 * features/i386/amd64.c: Rebuild.
4003 * features/i386/i386-avx-linux.c: Rebuild.
4004 * features/i386/i386-avx.c: Rebuild.
4005 * features/i386/i386-linux.c: Rebuild.
4006 * features/i386/i386-mmx-linux.c: Rebuild.
4007 * features/i386/i386-mmx.c: Rebuild.
4008 * features/i386/i386.c: Rebuild.
4009 * features/i386/x32-avx-linux.c: Rebuild.
4010 * features/i386/x32-avx.c: Rebuild.
4011 * features/i386/x32-linux.c: Rebuild.
4012 * features/i386/x32.c: Rebuild.
4013 * features/mips-dsp-linux.c: Rebuild.
4014 * features/mips-linux.c: Rebuild.
4015 * features/mips64-dsp-linux.c: Rebuild.
4016 * features/mips64-linux.c: Rebuild.
4017 * features/rs6000/powerpc-32.c: Rebuild.
4018 * features/rs6000/powerpc-32l.c: Rebuild.
4019 * features/rs6000/powerpc-403.c: Rebuild.
4020 * features/rs6000/powerpc-403gc.c: Rebuild.
4021 * features/rs6000/powerpc-405.c: Rebuild.
4022 * features/rs6000/powerpc-505.c: Rebuild.
4023 * features/rs6000/powerpc-601.c: Rebuild.
4024 * features/rs6000/powerpc-602.c: Rebuild.
4025 * features/rs6000/powerpc-603.c: Rebuild.
4026 * features/rs6000/powerpc-604.c: Rebuild.
4027 * features/rs6000/powerpc-64.c: Rebuild.
4028 * features/rs6000/powerpc-64l.c: Rebuild.
4029 * features/rs6000/powerpc-7400.c: Rebuild.
4030 * features/rs6000/powerpc-750.c: Rebuild.
4031 * features/rs6000/powerpc-860.c: Rebuild.
4032 * features/rs6000/powerpc-altivec32.c: Rebuild.
4033 * features/rs6000/powerpc-altivec32l.c: Rebuild.
4034 * features/rs6000/powerpc-altivec64.c: Rebuild.
4035 * features/rs6000/powerpc-altivec64l.c: Rebuild.
4036 * features/rs6000/powerpc-cell32l.c: Rebuild.
4037 * features/rs6000/powerpc-cell64l.c: Rebuild.
4038 * features/rs6000/powerpc-e500.c: Rebuild.
4039 * features/rs6000/powerpc-e500l.c: Rebuild.
4040 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4041 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4042 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4043 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4044 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4045 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4046 * features/rs6000/powerpc-vsx32.c: Rebuild.
4047 * features/rs6000/powerpc-vsx32l.c: Rebuild.
4048 * features/rs6000/powerpc-vsx64.c: Rebuild.
4049 * features/rs6000/powerpc-vsx64l.c: Rebuild.
4050 * features/rs6000/rs6000.c: Rebuild.
4051 * features/s390-linux32.c: Rebuild.
4052 * features/s390-linux32v1.c: Rebuild.
4053 * features/s390-linux32v2.c: Rebuild.
4054 * features/s390-linux64.c: Rebuild.
4055 * features/s390-linux64v1.c: Rebuild.
4056 * features/s390-linux64v2.c: Rebuild.
4057 * features/s390x-linux64.c: Rebuild.
4058 * features/s390x-linux64v1.c: Rebuild.
4059 * features/s390x-linux64v2.c: Rebuild.
4060 * features/tic6x-c62x-linux.c: Rebuild.
4061 * features/tic6x-c62x.c: Rebuild.
4062 * features/tic6x-c64x-linux.c: Rebuild.
4063 * features/tic6x-c64x.c: Rebuild.
4064 * features/tic6x-c64xp-linux.c: Rebuild.
4065 * features/tic6x-c64xp.c: Rebuild.
4066
826f0041
TT
40672012-07-27 Tom Tromey <tromey@redhat.com>
4068
4069 * c-exp.y (classify_name): Avoid assignment in condition.
4070
84552b16
PA
40712012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
4072
4073 * amd64-windows-tdep.c: Include "frame.h".
4074 (amd64_windows_skip_trampoline_code): New function.
4075 (amd64_windows_init_abi): Add trampoline registration.
4076
a8a64aa8
YQ
40772012-07-27 Yao Qi <yao@codesourcery.com>
4078
4079 * tracepoint.c (cur_traceframe_number): Remove.
4080 (set_tfile_traceframe): Remove.
4081 (tfile_trace_find, tfile_fetch_registers): Update callers.
4082 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4083 (tfile_open, tfile_trace_find): Likewise.
4084
d99067cb
YQ
40852012-07-27 Yao Qi <yao@codesourcery.com>
4086
4087 * thread.c (switch_to_thread): Don't call registers_changed.
4088
f2e8016f
TT
40892012-07-26 Tom Tromey <tromey@redhat.com>
4090
f782ad9b
AS
4091 * Makefile.in (SFILES): Remove objc-exp.y.
4092 (YYFILES): Remove objc-exp.c.
4093 (YYOBJ): Remove objc-exp.o.
4094 (local-maintainer-clean): Don't mention objc-exp.c.
4095 * c-exp.y: Include objc-lang.h.
4096 (%union) <class>: New field.
4097 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4098 (exp): Clone subscript production for OBJC_LBRAC. Add various
4099 Objective C productions.
4100 (msglist, msgarglist, msgarg): New productions.
4101 (array_mod, func_mod, operator): Clone productions for
4102 OBJC_LBRAC.
4103 (parse_string_or_char): Handle '@' strings.
4104 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
4105 (classify_name): Check la_name_of_this. Recognize ObjC class
4106 names.
4107 * objc-exp.y: Remove.
4108 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4109 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 4110
f66713d2
JK
41112012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4112
4113 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4114
7cfe01b4
JK
41152012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4118 and decrement.
4119
5ba19b4c
TT
41202012-07-26 Tom Tromey <tromey@redhat.com>
4121
4122 * copying.c: Rebuild.
4123 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
4124 'no_class'.
4125
27618ce4
TT
41262012-07-26 Tom Tromey <tromey@redhat.com>
4127
4128 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4129 immediate_quit.
4130 (print_objfile_statistics): Likewise.
4131 (maintenance_print_symbols): Likewise.
4132 (maintenance_print_msymbols): Likewise.
4133 (maintenance_print_objfiles): Likewise.
4134 * psymtab.c (print_partial_symbols): Call QUIT.
4135 (maintenance_print_psymbols): Likewise. Don't modify
4136 immediate_quit.
4137 * copying.c (show_copying_command): Don't modify immediate_quit.
4138 (show_warranty_command): Likewise.
4139 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4140
dd3818c8
KS
41412012-07-26 Keith Seitz <keiths@redhat.com>
4142
4143 * linespec.c (linespec_lexer_lex_number): The input
4144 is also a valid number if the next character is a comma
4145 or colon.
4146
23a80689
JB
41472012-07-26 Joel Brobecker <brobecker@adacore.com>
4148
4149 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4150 configure options.
4151
29f77997
TG
41522012-07-26 Tristan Gingold <gingold@adacore.com>
4153
4154 * machoread.c: Include gdb_bfd.h.
4155
a55c1f32
TG
41562012-07-26 Tristan Gingold <gingold@adacore.com>
4157
4158 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4159 offset.
4160
56eb65bd
SP
41612012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4162
4163 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4164 SIZE to size_t.
4165 (dwarf2_evaluate_loc_desc): Likewise.
4166 (dwarf2_loc_desc_needs_frame): Likewise.
4167 (locexpr_describe_location_1): Likewise.
4168 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4169 size_t.
4170 (struct dwarf2_loclist_baton): Likewise.
4171 * dwarf2read.c (struct dwarf_block): Likewise.
4172 (dump_die_shallow): Use pulongest to print dwarf_block.size.
4173 (decode_locdesc): Expand SIZE and I to size_t.
4174
aec8845c
JK
41752012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4176
4177 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4178
33d7655b
JB
41792012-07-25 Joel Brobecker <brobecker@adacore.com>
4180
4181 * doublest.c (convert_doublest_to_floatformat): If the exponent
4182 is too small, treat the value as zero. If the exponent is too
4183 large, treat the value as infinity.
4184
a22d44ff
JB
41852012-07-25 Joel Brobecker <brobecker@adacore.com>
4186
4187 * configure.ac: Add --enable-lmcheck configure option.
4188 * configure: Regenerate.
4189
d6b28940
TT
41902012-07-25 Tom Tromey <tromey@redhat.com>
4191
f782ad9b
AS
4192 * NEWS: Mention maint info bfds.
4193 * gdb_bfd.c (all_bfds): New global.
4194 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4195 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4196 New functions.
d6b28940 4197
6e73ba20
RC
41982012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
4199
4200 * configure.tgt: Add v850*-*-rtems*.
4201
d560eebd
TT
42022012-07-25 Tom Tromey <tromey@redhat.com>
4203
4204 * macrotab.c (macro_bcache_str): Remove cast.
4205
d7cbec71
HZ
42062012-07-25 Hui Zhu <hui_zhu@mentor.com>
4207
4208 * linespec.c (linespec_lexer_lex_number): Update comments,
4209 change the return and add check to make sure the input is
4210 the decimal numbers.
4211 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4212 false, call linespec_lexer_lex_string.
4213
882f447f
TT
42142012-07-24 Tom Tromey <tromey@redhat.com>
4215
4216 * symfile.c (symbol_file_add): Don't open BFD twice.
4217
53ab4066 42182012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
4219
4220 * breakpoint.c (create_breakpoint): Store condition for pending
4221 breakpoints.
4222
108fb0f7
AS
42232012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4224
4225 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4226 (m68k_return_value): Handle complex types like structures.
4227 (m68k_svr4_return_value): Likewise.
4228
1634dcbe
JK
42292012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4230
4231 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4232 parameters to bfd_get_section_name.
4233
e2d12c21
YQ
42342012-07-24 Yao Qi <yao@codesourcery.com>
4235
4236 * cli/cli-setshow.c: Handle case 'var_uinteger'
4237 and 'var_zuninteger' together. Handle case 'var_integer' and
4238 'var_zinteger' together.
4239
64b92e45
KS
42402012-07-23 Keith Seitz <keiths@redhat.com>
4241
4242 * linespec.c (convert_linespec_to_sal): Don't add
4243 any symbols to the result vector if symbol_to_sal
4244 returns zero.
4245
0f5f4ffe
KS
42462012-07-23 Keith Seitz <keiths@redhat.com>
4247
4248 * linespec.c (decode_objc): Record the function name
4249 in the linespec.
4250
da1cc82f
TT
42512012-07-23 Tom Tromey <tromey@redhat.com>
4252
4253 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4254 counting.
4255 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4256 (map_vmap): Acquire a reference to the BFD.
4257
6c18f3e0
SP
42582012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4259
4260 * p-valprint.c (pascal_object_print_value): Replace potentially
4261 unsafe alloca with xmalloc/xfree.
4262 * valops.c (search_struct_method): Likewise.
4263
695c3173
TT
42642012-07-23 Tom Tromey <tromey@redhat.com>
4265
4266 * solib-svr4.c (enable_break): Update.
4267 * bfd-target.h (target_bfd_reopen): Update documentation.
4268
08d2cd74
TT
42692012-07-23 Tom Tromey <tromey@redhat.com>
4270
4271 * symfile.c (separate_debug_file_exists): Update.
4272 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4273 (reread_symbols): Update.
4274 * elfread.c (build_id_verify): Update.
4275 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4276 bfd_open_maybe_remote.
4277
596f7d67
TT
42782012-07-23 Tom Tromey <tromey@redhat.com>
4279
4280 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4281
8ac244b4
TT
42822012-07-23 Tom Tromey <tromey@redhat.com>
4283
4284 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4285 and 'abfd'.
4286 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4287 and 'abfd'.
4288 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4289 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4290 'abfd'.
4291 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4292 * objfiles.c (allocate_objfile): Acquire a new reference.
4293 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4294 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4295 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4296 a cleanup for 'nbfd'.
4297 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4298 for 'nbfd'.
4299 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4300 make a cleanup for 'abfd'.
4301 (symbol_file_add): Make a BFD cleanup.
4302
64c31149
TT
43032012-07-23 Tom Tromey <tromey@redhat.com>
4304
4305 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4306 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4307 * corelow.c (core_open): Use gdb_bfd_fopen.
4308 * dsrec.c (load_srec): Use gdb_bfd_openr.
4309 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4310 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4311 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4312 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4313 (gdb_bfd_fdopenr): New functions.
4314 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4315 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4316 (gdb_bfd_fdopenr): Declare.
4317 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4318 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4319 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4320 gdb_bfd_openr_next_archived_file.
4321 (macho_check_dsym): Use gdb_bfd_openr.
4322 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4323 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4324 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4325 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4326 gdb_bfd_openr.
4327 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4328 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4329 gdb_bfd_openr_next_archived_file.
4330 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4331 Use gdb_bfd_openr.
4332 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4333 gdb_bfd_openr.
4334 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4335 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4336 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4337 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4338 (symfile_bfd_open): Use gdb_bfd_fopen.
4339 (generic_load): Use gdb_bfd_openr.
4340 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4341
520b0001
TT
43422012-07-23 Tom Tromey <tromey@redhat.com>
4343
4344 * bfd-target.c (target_bfd_reopen): Update.
4345 * cli/cli-dump.c (bfd_openr_with_cleanup)
4346 (bfd_openw_with_cleanup): Update.
4347 * corelow.c (core_open): Update.
4348 * dsrec.c (load_srec): Update.
4349 * exec.c (exec_file_attach): Update.
4350 * gcore.c (create_gcore_bfd): Update.
4351 * gdb_bfd.c (gdb_bfd_ref): Return void.
4352 (gdb_bfd_open): Update.
4353 * gdb_bfd.h (gdb_bfd_ref): Return void.
4354 Update comments.
4355 * jit.c (jit_bfd_try_read_symtab): Update.
4356 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4357 * machoread.c (macho_symfile_read_all_oso): Update.
4358 (macho_check_dsym): Update.
4359 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4360 * remote-m32r-sdi.c (m32r_load): Update.
4361 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4362 * rs6000-nat.c (add_vmap): Update.
4363 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4364 Update.
4365 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4366 * solib-spu.c (spu_bfd_open): Update.
4367 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4368 * spu-linux-nat.c (spu_bfd_open): Update.
4369 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4370 (generic_load): Update.
4371 * windows-nat.c (windows_make_so): Update.
4372
2322ff16
SP
43732012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4374
4375 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4376
3def0b36
PA
43772012-07-20 Jeff Kenton <jkenton@tilera.com>
4378
4379 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4380 SIGTRAMP_FRAME unwinding.
4381
e615022a
DE
43822012-07-20 Doug Evans <dje@google.com>
4383
4384 * NEWS: Document new options "set/show use-deprecated-index-sections",
4385 and delete reference to --use-deprecated-index-sections.
4386 * symfile.h (use_deprecated_index_sections): Delete.
4387 * dwarf2read.c (use_deprecated_index_sections): Make static.
4388 (read_index_from_section): Update wording of how to load
4389 deprecated index sections.
4390 (_initialize_dwarf2_read): New options
4391 "set/show use-deprecated-index-sections".
4392 * main.c (captured_main): Delete --use-deprecated-index-sections.
4393
64776a0b
PA
43942012-07-20 Pedro Alves <palves@redhat.com>
4395
4396 PR threads/11692
4397 PR gdb/12203
4398
4399 * infrun.c (handle_inferior_event) <new thread>: Don't special
4400 case minus_one_ptid.
4401 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4402 * linux-thread-db.c (thread_get_info_callback): Don't return early
4403 if the thread is zombie.
4404 (thread_from_lwp): Change return type to void. Rewrite stale
4405 comment.
4406 (attach_thread): Don't return early if the thread is zombie,
4407 instead set its "dying" flag.
4408 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4409 (find_new_threads_callback): Don't return early if the thread is
4410 zombie.
4411
09826ec5
PA
44122012-07-20 Pedro Alves <palves@redhat.com>
4413
4414 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4415 * target.c (target_wait): Likewise.
4416 (str_comma_list_concat_elem, do_option, target_options_to_string):
4417 New functions.
4418 * target.h (target_options_to_string): Declare.
4419
f7a35f02
TT
44202012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4421 Tom Tromey <tromey@redhat.com>
4422
4423 * dwarf2read.c (dwarf_decode_macros)
4424 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4425 DW_MACRO_GNU_transparent_include_alt>: New cases.
4426 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4427 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4428
b81e1ee0
TT
44292012-07-20 Tom Tromey <tromey@redhat.com>
4430
4431 * dwarf2read.c (try_open_dwo_file): Don't call
4432 gdb_bfd_stash_filename.
4433
99c1624c
PA
44342012-07-20 Pedro Alves <palves@redhat.com>
4435
4436 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4437 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4438 (i386_process_record): Tweak description comments.
4439
4ffa4fc7
PA
44402012-07-20 Pedro Alves <palves@redhat.com>
4441
4442 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4443 (i386_process_record): Use record_read_memory.
4444 * record.c (record_read_memory): New function.
4445 (record_arch_list_add_mem, record_exec_insn): Use
4446 record_read_memory.
4447 * record.h (record_read_memory): Declare.
4448
c24343e2
YQ
44492012-07-20 Yao Qi <yao@codesourcery.com>
4450
4451 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4452 NULL for xfree.
4453
90f47860
PA
44542012-07-19 Pedro Alves <palves@redhat.com>
4455
4456 * record.c (record_resume): Ask the target beneath to report all
4457 signals.
4458
01093045
DE
44592012-07-19 Doug Evans <dje@google.com>
4460
4461 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4462 there's no section at address zero.
4463 (dwarf2_record_block_ranges): Ditto.
4464
a7c3d162
YQ
44652012-07-19 Yao Qi <yao@codesourcery.com>
4466
4467 * command.h, remote.c: Fix a typo in comment.
4468
608b4967
TT
44692012-07-19 Tom Tromey <tromey@redhat.com>
4470
4471 PR exp/13206:
4472 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4473 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4474 OP_DECLTYPE>: New cases.
4475 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4476 (type_exp): Add new productions.
4477 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4478 and decltype.
4479 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4480 New case.
4481 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4482 OP_DECLTYPE>: New case.
4483 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4484 New case.
4485 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4486 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4487
274b54d7
TT
44882012-07-19 Tom Tromey <tromey@redhat.com>
4489
4490 * c-exp.y (enum token_flags): New.
4491 (struct token) <cxx_only>: Remove.
4492 <flags>: New field.
4493 (tokentab3, tokentab2, ident_tokens): Update.
4494 (lex_one_token): Update. Handle FLAG_SHADOW.
4495
9eaf6705
TT
44962012-07-19 Tom Tromey <tromey@redhat.com>
4497
4498 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4499 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4500 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4501 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4502 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4503 type_exp production where appropriate.
4504 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4505 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4506 <UNOP_MEMVAL_TYPE>: New case.
4507 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4508 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4509 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4510 <UNOP_MEMVAL_TYPE>: New case.
4511 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4512 UNOP_REINTERPRET_CAST>: Update.
4513 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4514 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4515 UNOP_REINTERPRET_CAST>: Update.
4516 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4517 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4518 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4519 constants.
4520
6ace3df1
YQ
45212012-07-19 Yao Qi <yao@codesourcery.com>
4522 Jan Kratochvil <jan.kratochvil@redhat.com>
4523
4524 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4525 and case 'var_optional_filename' together.
4526 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4527 instead of add_setshow_optional_filename_cmd for setshow command
4528 'args'. Set completer for 'set args'.
4529
48faced0
DE
45302012-07-18 Doug Evans <dje@google.com>
4531
4532 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4533 * common/gdb_vecs.c: New file, contents from utils.c.
4534 * common/host-defs.h: New file, contents from defs.h.
4535 * utils.h: New file, contents from defs.h.
4536 * defs.h: Move all declarations of objects defined in utils.c
4537 to utils.h (except QUIT() and related).
4538 #include "utils.h", "host-defs.h".
4539 * probe.h (probe_p): Move here from gdb_vecs.h.
4540 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4541 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4542 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4543 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4544 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4545 (COMMON_OBS): Add gdb_vecs.o.
4546 (gdb_vecs.o): New rule.
4547
66f1999b
KS
45482012-07-18 Keith Seitz <keiths@redhat.com>
4549
4550 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4551 parameter. If non-zero, use SYMNAME as the canonical name
4552 for the SaL.
4553 Update all callers.
4554 (convert_linespec_to_sals): Use add_sal_to_sals for
4555 expressions, too.
4556 (decode_line_full): No need to "fill in missing canonical names"
4557 anymore. Simply make cleanups for the allocated names.
4558
5d94e27b
KS
45592012-07-18 Keith Seitz <keiths@redhat.com>
4560
4561 * linespec.c (struct linespec): Constify expression,
4562 source_filename, function_name, and label_name.
4563 (symbol_not_found_error): Make all parameters const.
4564 (linespec_parser_delete): No need to check for NULL
4565 when using xfree. Cast const char * to char * for xfree.
4566
af4908ba
KS
45672012-07-18 Keith Seitz <keiths@redhat.com>
4568
4569 * breakpoint.c (invalid_thread_id_error): New function.
4570 (find_condition_and_thread): Use invalid_thread_id_error.
4571 (watch_command_1): Likewise.
4572
853254db
TT
45732012-07-18 Tom Tromey <tromey@redhat.com>
4574
4575 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4576 * contrib/cc-with-tweaks.sh: New file.
4577
2ec9a5e0
TT
45782012-07-18 Tom Tromey <tromey@redhat.com>
4579
4580 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4581 (locate_dwz_sections): Recognize .gdb_index.
4582 (create_cus_from_index_list): New function.
4583 (create_cus_from_index): Use it. Handle .dwz data.
4584 (read_index_from_section): New function, extracted from
4585 dwarf2_read_index.
4586 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4587 if needed.
4588
36586728
TT
45892012-07-18 Tom Tromey <tromey@redhat.com>
4590
4591 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4592 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4593 <is_dwz>: New field.
4594 (struct dwz_file): New.
4595 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4596 (locate_dwz_sections, dwarf2_get_dwz_file)
4597 (get_abbrev_section_for_cu): New functions.
4598 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4599 (read_and_check_type_unit_head): Add abbrev_section argument.
4600 (create_debug_types_hash_table): Update.
4601 (init_cutu_and_read_dies): Use proper abbrev section.
4602 (init_cutu_and_read_dies_no_follow): Likewise.
4603 (set_partial_user): Do nothing if PST==NULL.
4604 (read_comp_units_from_section): New function.
4605 (create_all_comp_units): Use it.
4606 (scan_partial_symbols, partial_die_parent_scope): Update.
4607 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4608 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4609 (find_partial_die): Add offset_in_dwz argument. Update.
4610 (guess_partial_die_structure_name, fixup_partial_die): Update.
4611 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4612 DW_FORM_GNU_strp_alt.
4613 (read_indirect_string_from_dwz): New function.
4614 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4615 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4616 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4617 (follow_die_offset): Add offset_in_dwz argument.
4618 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4619 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4620 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4621 Handle new macro forms.
4622 (dwarf_decode_macros): Update.
4623 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4624 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4625 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4626 (create_debug_types_hash_table): Use correct abbrev section.
4627 (get_debug_line_section): New function.
4628 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4629 (process_full_comp_unit): Pass 'required' argument to
4630 end_symtab_get_static_block.
4631 * buildsym.h (end_symtab_get_static_block): Update.
4632 * buildsym.c (end_symtab_get_static_block): Add 'required'
4633 argument.
4634 (end_symtab, end_expandable_symtab): Update.
4635
4bf44c1c
TT
46362012-07-18 Tom Tromey <tromey@redhat.com>
4637
4638 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4639 (pagesize): Remove.
4640 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4641 (zlib_decompress_section): Remove.
4642 (dwarf2_read_section): Use gdb_bfd_map_section.
4643 (munmap_section_buffer): Remove.
4644 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4645 munmap_section_buffer.
4646 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4647 (struct gdb_bfd_section_data): New.
4648 (free_one_bfd_section): New function.
4649 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4650 (get_section_descriptor, zlib_decompress_section)
4651 (gdb_bfd_map_section): New functions.
4652 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4653
bb397797
TT
46542012-07-18 Tom Tromey <tromey@redhat.com>
4655
4656 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4657
6ec53d05
TT
46582012-07-18 Tom Tromey <tromey@redhat.com>
4659
4660 * gdb_bfd.c (struct gdb_bfd_data): New.
4661 (gdb_bfd_cache): New global.
4662 (struct gdb_bfd_cache_search): New.
4663 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4664 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4665 * gdb_bfd.h (gdb_bfd_open): Declare.
4666
f9a062ff
TT
46672012-07-18 Tom Tromey <tromey@redhat.com>
4668
4669 * utils.c (make_cleanup_bfd_unref): Rename from
4670 make_cleanup_bfd_close.
4671 * defs.h (make_cleanup_bfd_unref): Rename from
4672 make_cleanup_bfd_close.
4673 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4674 (bfd_openw_with_cleanup): Update.
4675 * corelow.c (core_open): Update.
4676 * dsrec.c (load_srec): Update.
4677 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4678 * remote-m32r-sdi.c (m32r_load): Update.
4679 * remote-mips.c (mips_load_srec): Update.
4680 (pmon_load_fast): Update.
4681 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4682 Update.
4683 (darwin_bfd_open): Update.
4684 * solib.c (solib_bfd_fopen): Update.
4685 * symfile-mem.c (symbol_file_add_from_memory): Update.
4686 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4687 (symfile_bfd_open): Update.
4688 (generic_load): Update.
4689
d6ad71ba
TT
46902012-07-18 Tom Tromey <tromey@redhat.com>
4691
4692 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4693 (pmon_load_fast): Likewise.
4694 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4695 (m32r_upload_command): Likewise.
4696 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4697 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4698 Use make_cleanup_bfd_close.
4699
a4453b7e
TT
47002012-07-18 Tom Tromey <tromey@redhat.com>
4701
4702 * symfile.c (symfile_bfd_open): Don't copy name. Call
4703 gdb_bfd_stash_filename.
4704 (load_command): Open the new BFD before freeing the old.
4705 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4706 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4707 Call gdb_bfd_stash_filename.
4708 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4709 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4710 gdb_bfd_stash_filename.
4711 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4712 Free found_pathname.
4713 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4714 gdb_bfd_stash_filename.
4715 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4716 * machoread.c (macho_add_oso_symfile): Call
4717 gdb_bfd_stash_filename.
4718 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4719 gdb_bfd_stash_filename.
4720 (macho_check_dsym): Don't copy filename. Call
4721 gdb_bfd_stash_filename.
4722 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4723 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4724 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4725 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4726 * exec.c (exec_close): Don't free the BFD's filename.
4727 (exec_file_attach): Don't copy the filename. Call
4728 gdb_bfd_stash_filename.
4729 * corelow.c (core_close): Don't free the BFD's filename.
4730 (core_open): Call gdb_bfd_stash_filename.
4731 * corefile.c (reopen_exec_file): Remove #if 0 code.
4732 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4733 pathname.
4734 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4735
cbb099e8
TT
47362012-07-18 Tom Tromey <tromey@redhat.com>
4737
4738 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4739 gdb_bfd_unref.
4740 (free_dwo_file): Use gdb_bfd_unref.
4741 * cli/cli-dump.c: Include gdb_bfd.h.
4742 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4743 (bfd_openr_with_cleanup): Likewise.
4744 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4745 gdb_bfd_unref.
4746 * utils.c: Include gdb_bfd.h.
4747 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4748 * symfile.c: Include gdb_bfd.h.
4749 (separate_debug_file_exists): Use gdb_bfd_unref.
4750 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4751 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4752 (generic_load): Use gdb_bfd_ref.
4753 (reread_symbols): Use gdb_bfd_unref.
4754 * symfile-mem.c: Include gdb_bfd.h.
4755 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4756 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4757 * solib.c: Include gdb_bfd.h.
4758 (solib_bfd_fopen): Use gdb_bfd_ref.
4759 (solib_bfd_open): Use gdb_bfd_unref.
4760 (free_so_symbols): Use gdb_bfd_unref.
4761 (reload_shared_libraries_1): Use gdb_bfd_unref.
4762 * solib-spu.c: Include gdb_bfd.h.
4763 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4764 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4765 gdb_bfd_unref.
4766 * solib-frv.c: Include gdb_bfd.h.
4767 (enable_break2): Use gdb_bfd_unref.
4768 * solib-dsbt.c: Include gdb_bfd.h.
4769 (enable_break2): Use gdb_bfd_unref.
4770 * solib-darwin.c: Include gdb_bfd.h.
4771 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4772 gdb_bfd_unref.
4773 (darwin_bfd_open): Use gdb_bfd_unref.
4774 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4775 * remote-mips.c: Include gdb_bfd.h.
4776 (mips_load_srec): Use gdb_bfd_ref.
4777 (pmon_load_fast): Use gdb_bfd_ref.
4778 * remote-m32r-sdi.c: Include gdb_bfd.h.
4779 (m32r_load): Use gdb_bfd_ref.
4780 * record.c: Include gdb_bfd.h.
4781 (record_save_cleanups): Use gdb_bfd_unref.
4782 (cmd_record_save): Use gdb_bfd_unref.
4783 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4784 gdb_bfd_unref.
4785 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4786 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4787 * objfiles.c: Include gdb_bfd.h.
4788 (free_objfile): Use gdb_bfd_unref.
4789 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4790 gdb_bfd.c.
4791 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4792 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4793 (macho_check_dsym): Likewise.
4794 * m32r-rom.c: Include gdb_bfd.h.
4795 (m32r_load): Use gdb_bfd_ref.
4796 (m32r_upload_command): Use gdb_bfd_ref.
4797 * jit.c: Include gdb_bfd.h.
4798 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4799 * gdb_bfd.h: New file.
4800 * gdb_bfd.c: New file.
4801 * gcore.c: Include gdb_bfd.h.
4802 (create_gcore_bfd): Use gdb_bfd_ref.
4803 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4804 (gcore_command): Use gdb_bfd_unref.
4805 * exec.c: Include gdb_bfd.h.
4806 (exec_close): Use gdb_bfd_unref.
4807 (exec_close_1): Use gdb_bfd_unref.
4808 (exec_file_attach): Use gdb_bfd_ref.
4809 * elfread.c: Include gdb_bfd.h.
4810 (build_id_verify): Use gdb_bfd_unref.
4811 * dsrec.c: Include gdb_bfd.h.
4812 (load_srec): Use gdb_bfd_ref.
4813 * corelow.c: Include gdb_bfd.h.
4814 (core_close): Use gdb_bfd_unref.
4815 (core_open): Use gdb_bfd_ref.
4816 * bfd-target.c: Include gdb_bfd.h.
4817 (target_bfd_xclose): Use gdb_bfd_unref.
4818 (target_bfd_reopen): Use gdb_bfd_ref.
4819 * Makefile.in (SFILES): Add gdb_bfd.c.
4820 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4821 (COMMON_OBS): Add gdb_bfd.o.
4822
ed1d1739
KS
48232012-07-18 Keith Seitz <keiths@redhat.com>
4824
4825 * breakpoint.c (find_condition_and_thread): Initialize
4826 TASK and REST.
4827 (create_breakpiont): find_condition_and_thread will now
4828 initialize COND_STRING, THREAD, and REST (and TASK).
4829 (addr_string_to_sals): Likewise.
4830
eab402df
PA
48312012-07-18 Pedro Alves <palves@redhat.com>
4832
4833 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4834 Pull the single step breakpoints out of the target.
4835
2b963b68
SDJ
48362012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4837
4838 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4839 * stap-probe.c (compile_probe_arg): Likewise.
4840
6bac7473
SDJ
48412012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4842
4843 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4844 (elf_compile_to_ax): Likewise.
4845 * infrun.c (insert_exception_resume_from_probe): Likewise.
4846 (check_exception_resume): Remove `objfile' variable.
4847 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4848 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4849 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4850 (compare_entries): Rename to...
4851 (compare_probes): ...this. Adjust function to work with
4852 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4853 respectively.
4854 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4855 `VEC (probe_p) *'.
4856 (print_ui_out_info): Adjust argument to be `struct probe *'.
4857 (info_probes_for_ops): Adjust internal computations to use
4858 `VEC (probe_p) *'.
4859 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4860 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4861 gen_info_probes_table_values>: Remove `objfile' argument.
4862 (struct probe) <objfile>: New field.
4863 (find_probe_by_pc): Remove `objfile' argument.
4864 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4865 (stap_get_probe_argument_count): Likewise.
4866 (stap_get_arg): Likewise.
4867 (stap_evaluate_probe_argument): Likewise.
4868 (stap_compile_to_ax): Likewise.
4869 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4870 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4871 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4872 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4873 sym_compile_to_ax>: Likewise.
4874
3347eb1a 48752012-07-18 Terry Guo <terry.guo@arm.com>
4876
4877 PR 14329
4878 * defs.h (GDB_MI_MSG_WIDTH): New.
4879 * ser_base (ser_base_read_error_fd): New function.
4880 (do_ser_base_readchar): Poll error file descriptor as well as
4881 standard output.
f782ad9b 4882 (generic_readchar): Refactor error handling.
3347eb1a 4883
80c8d323
JB
48842012-07-18 Joel Brobecker <brobecker@adacore.com>
4885
4886 * NEWS: Create a new section for the next release branch.
4887 Rename the section of the current branch, now that it has
4888 been cut.
4889
b45a0664 48902012-07-18 Joel Brobecker <brobecker@adacore.com>
4891
4892 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4893 * version.in: Bump version to 7.5.50.20120718-cvs.
4894
09cf2b22
KS
48952012-07-17 Keith Seitz <keiths@redhat.com>
4896
4897 * linespec.c (linespec_parse_line_offset): Make parameter
4898 const.
4899
8f043999
JK
49002012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4901
4902 PR 11914
4903 * f-valprint.c (info_common_command): New variable frame_id.
4904 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4905 * printcmd.c (print_variable_and_value): Extend function comment.
4906 Add comment for invalidated FRAME.
4907 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4908 FI form FRAME_ID after each print_frame_local_vars.
4909 (struct print_variable_and_value_data): Change frame to frame_id.
4910 (do_print_variable_and_value): New variable frame, initialize it from
4911 p->frame_id. Add comment for invalidated FRAME.
4912 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4913 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4914 for invalidated FRAME.
4915
ae5e0686
MK
49162012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4920 loop.
4921
5049c5be
TT
49222012-07-16 Tom Tromey <tromey@redhat.com>
4923
4924 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4925
2908cac6
DE
49262012-07-15 Doug Evans <dje@google.com>
4927
094b34ac
DE
4928 * dwarf2read.c (stmt_list_hash): New struct.
4929 (type_unit_group): Embed "per_cu" member, remove pointer.
4930 New union member "t", move member "tus" into it, all uses updated.
4931 New member "hash", replaces member "line_offset, all uses updated.
4932 (quick_file_names): Replace member "offset" with "hash", all uses
4933 updated.
4934 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4935 (hash_file_name_entry, eq_file_name_entry): Call them.
4936 (hash_type_unit_group, eq_type_unit_group): Ditto.
4937 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4938 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4939 (dw2_get_file_names): Update.
4940 (create_type_unit_group): Replace "per_cu" arg with "cu".
4941 All callers updated. Fix "quick" (.gdb_index) handling.
4942 (get_type_unit_group): Replace "per_cu" arg with "cu".
4943 All callers updated.
4944 (build_type_unit_groups): Don't reset tu_stats.
4945
2908cac6
DE
4946 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4947 "tab_cur_size". Change member "tab" to be a htab_t.
4948 (create_filename_seen_cache): Update.
4949 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4950 (filename_seen): Update.
4951
a2b6eff5
DE
49522012-07-13 Doug Evans <dje@google.com>
4953
4954 * symtab.c (filename_seen): Update comment.
4955
4359dff1
JK
49562012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4957 Doug Evans <dje@google.com>
4958
4959 * buildsym.c (end_symtab_1): Split it to ...
4960 (end_symtab_get_static_block): ... this ...
4961 (end_symtab_from_static_block): ... and this function.
4962 (end_symtab, end_expandable_symtab): Call them.
4963 * buildsym.h (end_symtab_get_static_block)
4964 (end_symtab_from_static_block): New declarations.
4965 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4966 Set its valid CU ranges.
4967
a24f71ab
JK
49682012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4969
4970 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4971 DW_OP_GNU_parameter_ref.
4972
d76b7dbc
JK
49732012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4974
4975 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4976 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4977
9fdc877b
DE
49782012-07-13 Doug Evans <dje@google.com>
4979
4980 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4981 (filename_seen_cache): New struct.
4982 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4983 (create_filename_seen_cache): New function.
4984 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4985 (filename_seen): Delete arg "first". New arg "cache". All callers
4986 updated.
4987 (output_source_filename_data): New struct.
4988 (output_source_filename): Delete arg "first". New arg "data".
4989 All callers updated.
4990 (sources_info): Delete local "first". New locals "data", "cleanups".
4991 Rewrite to use filename_seen_cache.
4992 (add_partial_filename_data): Delete member "first". New member
4993 "filename_seen_cache". All uses updated.
4994 (make_source_files_completion_list): Rewrite to use
4995 filename_seen_cache.
4996
f80c6f3f
DE
49972012-07-12 Doug Evans <dje@google.com>
4998
4999 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
5000
0bfa869d
DE
50012012-07-10 Doug Evans <dje@google.com>
5002
f4dc4d17
DE
5003 PR gdb/13498
5004 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
5005 all_type_unit_groups, type_unit_groups, tu_stats.
5006 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
5007 All uses updated. Add type_unit_group to union "s".
5008 (type_unit_group): New struct.
5009 (IS_TYPE_UNIT_GROUP): New macro.
5010 (abbrev_table): Delete unused member "section".
5011 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
5012 (dw2_get_cu): Assert not used with type_unit_group.
5013 (dw2_get_primary_cu): New function.
5014 (dw2_build_type_unit_groups_reader): New function.
5015 (dw2_build_type_unit_groups): New function.
5016 (dw2_get_file_names): Assert not called on type units.
5017 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5018 Redo loop to iterate over type unit groups instead of type units.
5019 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5020 (read_abbrev_offset): New function.
5021 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
5022 updated.
5023 (create_partial_symtab): New function.
5024 (process_psymtab_comp_unit_reader): Assert not used with type units.
5025 Call create_partial_symtab.
5026 (process_psymtab_type_unit): Delete.
5027 (hash_type_unit_group, eq_type_unit_group): New functions.
5028 (allocate_type_unit_groups_table): New function.
5029 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5030 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5031 (create_type_unit_group, get_type_unit_group): New functions.
5032 (tu_abbrev_offset): New struct.
5033 (sort_tu_by_abbrev_offset): New function.
5034 (add_type_unit_group_to_table): New function.
5035 (build_type_unit_groups): New function.
5036 (build_type_psymtabs_reader): New function.
5037 (build_type_psymtab_dependencies): New function.
5038 (build_type_psymtabs): Rewrite.
5039 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5040 is seen in a type unit.
5041 (process_queue): Move symtab expansion debugging printfs here.
5042 Call process_full_type_unit for type units.
5043 (compute_symtab_includes): Assert not called for type units.
5044 (process_cu_includes): Don't call compute_symtab_includes for
5045 type units.
5046 (process_full_type_unit): New function.
5047 (process_imported_unit_die): Flag an error if called for type units.
5048 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
5049 updated. Assert not called for type units.
5050 (read_file_scope): Call dwarf2_start_symtab.
5051 (setup_type_unit_groups): New function.
5052 (read_type_unit_scope): Rewrite.
5053 (abbrev_table_read_table): Initialize abbrev_table->offset.
5054 (abbrev_table_free_cleanup): New function.
5055 (dwarf2_start_symtab): New function.
5056 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
5057 * buildsym.c (finish_block_internal): New arg "expandable".
5058 All callers updated.
5059 (start_symtab): Move most contents to ...
5060 (restart_symtab): ... here. New function.
5061 (reset_symtab_globals): New function.
5062 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
5063 Call reset_symtab_globals.
5064 (end_symtab, end_expandable_symtab): New functions.
5065 (set_missing_symtab, augment_type_symtab): New functions.
5066 * buildsym.h (end_expandable_symtab): Declare.
5067 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
5068 * psympriv.h (struct partial_symtab): New member "anonymous".
5069 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5070 anonymous psymtabs.
5071 (read_psymtabs_with_filename): Ditto.
5072 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5073 (expand_symtabs_matching_via_partial): Ditto.
5074 (dump_psymtab): Update.
0bfa869d
DE
5075 * dictionary.c (dict_add_pending): New function.
5076 * dictionary.h (dict_add_pending): Declare.
5077
45e58e77
DE
50782012-07-09 Doug Evans <dje@google.com>
5079
b74db436
DE
5080 * buildsym.c (start_subfile): Remove unnecessary check for
5081 name == NULL.
5082
fd55216c
DE
5083 * psymtab.c (allocate_psymtab): Use host_address_to_string.
5084
6721b2ec
DE
5085 * dwarf2read.c (load_full_type_unit): Simplify.
5086
b4dd5633
DE
5087 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5088 to struct signatured_type **. All uses updated.
5089
45e58e77
DE
5090 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5091 All callers updated.
5092
e314d629
TT
50932012-07-09 Tom Tromey <tromey@redhat.com>
5094
5095 * c-exp.y (check_parameter_typelist): New function.
5096 (parameter_typelist): Call it.
5097 * eval.c (make_params): Handle '(void)' case.
5098 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5099 '(void)' case.
5100
aa7c7447
JK
51012012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5102
5103 * common/linux-ptrace.c: Include gdb_assert.h.
5104 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5105 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5106 stdint.h.
5107 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5108 functions.
5109 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5110 * linux-nat.c (linux_child_post_attach)
5111 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5112
889003ed
JK
51132012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5116 nptl <2.7 bug workaround for core files.
5117
da559b09
JK
51182012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5121 clearing.
5122 (save_siginfo): Remove.
5123 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5124 call.
5125 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5126 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5127 * linux-nat.h (struct lwp_info): Remove field siginfo.
5128
f865ee35
JK
51292012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 Code cleanup for the next patch.
5132 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5133 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5134 call for it.
5135 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5136 (ia64_linux_stopped_data_address):
5137 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5138 the return value.
5139 * linux-nat.h (linux_nat_get_siginfo): Likewise.
5140 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5141 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5142 call for it.
5143
76b83c51
JK
51442012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5145
5146 PR 14321
5147 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5148 Increase buffer sizes to 2x we need, not just 2x of the previous size.
5149
a6fb9c08
TT
51502012-07-06 Tom Tromey <tromey@redhat.com>
5151
5152 * c-exp.y (DOTDOTDOT): New token.
5153 (func_mod, exp): Use parameter_typelist.
5154 (parameter_typelist): New production.
5155 (tokentab3): Add "..." token.
5156 * eval.c (make_params): Handle varargs.
5157 * gdbtypes.c (lookup_function_type_with_arguments): Handle
5158 varargs.
5159
71918a86
TT
51602012-07-06 Tom Tromey <tromey@redhat.com>
5161
5162 PR exp/9608:
5163 * c-exp.y (%union) <tvec>: Change type.
5164 (func_mod): Now uses <tvec> type.
5165 (exp): Update for tvec change.
5166 (direct_abs_decl): Push the typelist.
5167 (func_mod): Return a typelist.
5168 (nonempty_typelist): Update for tvec change.
5169 * gdbtypes.c (lookup_function_type_with_arguments): New function.
5170 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5171 * parse.c (pop_type_list): New function.
5172 (push_typelist): New function.
5173 (follow_types): Handle tp_function_with_arguments.
5174 * parser-defs.h (type_ptr): New typedef. Define a VEC.
5175 (enum type_pieces) <tp_function_with_arguments>: New constant.
5176 (union type_stack_elt) <typelist_val>: New field.
5177 (push_typelist): Declare.
5178
fcde5961
TT
51792012-07-06 Tom Tromey <tromey@redhat.com>
5180
5181 * c-exp.y (%union) <type_stack>: New field.
5182 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
5183 (ptr_operator_ts): New production.
5184 (ptype): Update.
5185 * parse.c (type_stack_reserve): New function.
5186 (check_type_stack_depth): Use it.
5187 (pop_type_stack, append_type_stack, push_type_stack)
5188 (get_type_stack, type_stack_cleanup): New functions.
5189 (follow_types): Handle tp_type_stack.
5190 (_initialize_parse): Simplify initialization.
5191 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5192 constant.
5193 (union type_stack_elt) <stack_val>: New field.
5194 (get_type_stack, append_type_stack, push_type_stack)
5195 (type_stack_cleanup): Declare.
5196
1a7d0ce4
TT
51972012-07-06 Tom Tromey <tromey@redhat.com>
5198
5199 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5200 Remove.
5201 (struct type_stack): New.
5202 * parse.c (type_stack, type_stack_size, type_stack_depth):
5203 Remove.
5204 (type_stack): New global.
5205 (parse_exp_in_context, check_type_stack_depth)
5206 (insert_into_type_stack, insert_type, push_type, push_type_int)
5207 (insert_type_address_space, pop_type, pop_type_int)
5208 (_initialize_parse): Update.
5209
16d01384
TT
52102012-07-06 Tom Tromey <tromey@redhat.com>
5211
5212 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5213 Remove %type.
5214
9bfc60bf
SP
52152012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5216
5217 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5218
d5161074
SP
52192012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5220 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5223 alloca with xmalloc/xfree.
5224
a74bc576
SP
52252012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5226
5227 * MAINTAINERS (Write After Approval): Add myself to the list.
5228
667e0a4b
DE
52292012-07-05 Doug Evans <dje@google.com>
5230
5231 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5232
34b536a8
HZ
52332012-07-05 Hui Zhu <hui_zhu@mentor.com>
5234
5235 * ax-gdb.c (cli/cli-utils.h): New include.
5236 (linespec.h): Ditto.
5237 (agent_eval_command_one): New function.
5238 (agent_command_1): Ditto.
5239 (agent_command): Call function agent_command_1.
5240 (agent_eval_command): Ditto.
5241 (_initialize_ax_gdb): Change help for "maint agent"
5242 and "maint agent-eval".
5243
e6f0bce7
HZ
52442012-07-05 Hui Zhu <hui_zhu@mentor.com>
5245
5246 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5247 * cli/cli-utils.c (check_for_argument): New function.
5248 * cli/cli-utils.h (check_for_argument): Ditto.
5249
1b3371b1
L
52502012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5251
5252 * NEWS: Mention x32 ABI support.
5253
23e2d720
L
52542012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5255
5256 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5257 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5258
5259 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5260 and pc_regnum_from_eax to -1. Update SP regnum from
5261 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5262 needed.
5263
5264 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5265 pc_regnum_from_eax.
5266
836bf454
JK
52672012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5268
5269 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5270 * dwarf2expr.h: Include gdbtypes.h.
5271 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5272 these forward declarations.
5273 (cu_offset, sect_offset): Move these ...
5274 * gdbtypes.h: Remove include dwarf2expr.h.
5275 (cu_offset, sect_offset): ... here.
5276
1e55e04f
L
52772012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5278
5279 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5280 (amd64_linux_sigtramp_code): This.
5281 (amd64_x32_linux_sigtramp_code): New.
5282 (LINUX_SIGTRAMP_LEN): Updated.
5283 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5284
7d0e21ad
JK
52852012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5286
5287 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5288
8775fd2d
JK
52892012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5290
5291 * config.in: Regenerate.
5292 * configure: Regenerate.
5293 * configure.ac: Remove check for gnu/libc-version.h.
5294 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5295 gnu/libc-version.h.
5296 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5297 variables libc_version, libc_major and libc_minor. Replace sscanf by
5298 inferior_has_bug. Extend the comment.
5299
fcb44371
JK
53002012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 * linux-thread-db.c (inferior_has_bug): New function.
5303 (thread_db_find_new_threads_silently): Return boolean as checked by
5304 inferior_has_bug, describe it in the comments.
5305 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5306 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 5307 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
5308 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5309 if UNTIL_NO_NEW,
5310
09406207
DE
53112012-07-02 Doug Evans <dje@google.com>
5312
0907af0c
DE
5313 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5314 related to queue management.
5315
09406207
DE
5316 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5317 instead of "debug dwarf2-die" in debugging printfs.
5318 (create_debug_info_hash_table_reader): Ditto.
5319 (create_debug_info_hash_table): Ditto.
5320 (init_dwo_file): Ditto.
5321 (init_cutu_and_read_dies): Add debugging printf.
5322 (init_cutu_and_read_dies_no_follow): Ditto.
5323 (process_psymtab_comp_unit_reader): Ditto.
5324
d3ce09f5
SS
53252012-07-02 Stan Shebs <stan@codesourcery.com>
5326
5327 Add target-side support for dynamic printf.
5328 * NEWS: Mention the additional style.
5329 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5330 (struct bp_location): New field cmd_bytecode.
5331 * breakpoint.c: Include format.h.
5332 (disconnected_dprintf): New global.
5333 (parse_cmd_to_aexpr): New function.
5334 (build_target_command_list): New function.
5335 (insert_bp_location): Call it.
5336 (remove_breakpoints_pid): Skip dprintf breakpoints.
5337 (print_one_breakpoint_location): Ditto.
5338 (dprintf_style_agent): New global.
5339 (dprintf_style_enums): Add dprintf_style_agent.
5340 (update_dprintf_command_list): Add agent case.
5341 (agent_printf_command): New function.
5342 (_initialize_breakpoint): Add new commands.
5343 * common/ax.def (printf): New bytecode.
5344 * ax.h (ax_string): Declare.
5345 * ax-gdb.h (gen_printf): Declare.
5346 * ax-gdb.c: Include cli-utils.h, format.h.
5347 (gen_printf): New function.
5348 (maint_agent_print_command): New function.
5349 (_initialize_ax_gdb): Add maint agent-printf command.
5350 * ax-general.c (ax_string): New function.
5351 (ax_print): Add printf disassembly.
5352 * Makefile.in (SFILES): Add format.c
5353 (COMMON_OBS): Add format.o.
5354 * common/format.h: New file.
5355 * common/format.c: New file.
5356 * printcmd.c: Include format.h.
5357 (ui_printf): Call parse_format_string.
5358 * remote.c (remote_state): New field breakpoint_commands.
5359 (PACKET_BreakpointCommands): New enum.
5360 (remote_breakpoint_commands_feature): New function.
5361 (remote_protocol_features): Add new BreakpointCommands entry.
5362 (remote_can_run_breakpoint_commands): New function.
5363 (remote_add_target_side_commands): New function.
5364 (remote_insert_breakpoint): Call it.
5365 (remote_insert_hw_breakpoint): Ditto.
5366 (_initialize_remote): Add new packet configuration for
5367 target-side breakpoint commands.
5368 * target.h (struct target_ops): New field
5369 to_can_run_breakpoint_commands.
5370 (target_can_run_breakpoint_commands): New macro.
5371 * target.c (update_current_target): Handle
5372 to_can_run_breakpoint_commands.
5373
2d7b58e8
JK
53742012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 Execute -ix and -iex only after system and user gdbinit files.
5377 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5378 processing down after gdbinit files.
5379
8690e634
JK
53802012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 Add fnmatch-gnu module.
5383 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5384 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5385 * gnulib/aclocal.m4: Regenerate.
5386 * gnulib/config.in: Regenerate.
5387 * gnulib/configure: Regenerate.
5388 * gnulib/import/dummy.c: Remove.
5389 * gnulib/import/Makefile.am: Regenerate.
5390 * gnulib/import/Makefile.in: Likewise.
5391 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5392 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5393 * gnulib/import/alloca.c: New file.
5394 * gnulib/import/alloca.in.h: Likewise.
5395 * gnulib/import/config.charset: Likewise.
5396 * gnulib/import/fnmatch.c: Likewise.
5397 * gnulib/import/fnmatch.in.h: Likewise.
5398 * gnulib/import/fnmatch_loop.c: Likewise.
5399 * gnulib/import/localcharset.c: Likewise.
5400 * gnulib/import/localcharset.h: Likewise.
5401 * gnulib/import/m4/alloca.m4: Likewise.
5402 * gnulib/import/m4/codeset.m4: Likewise.
5403 * gnulib/import/m4/configmake.m4: Likewise.
5404 * gnulib/import/m4/fcntl-o.m4: Likewise.
5405 * gnulib/import/m4/fnmatch.m4: Likewise.
5406 * gnulib/import/m4/glibc21.m4: Likewise.
5407 * gnulib/import/m4/localcharset.m4: Likewise.
5408 * gnulib/import/m4/locale-fr.m4: Likewise.
5409 * gnulib/import/m4/locale-ja.m4: Likewise.
5410 * gnulib/import/m4/locale-zh.m4: Likewise.
5411 * gnulib/import/m4/mbrtowc.m4: Likewise.
5412 * gnulib/import/m4/mbsinit.m4: Likewise.
5413 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5414 * gnulib/import/m4/mbstate_t.m4: Likewise.
5415 * gnulib/import/m4/stdbool.m4: Likewise.
5416 * gnulib/import/m4/wchar_h.m4: Likewise.
5417 * gnulib/import/m4/wctype_h.m4: Likewise.
5418 * gnulib/import/m4/wint_t.m4: Likewise.
5419 * gnulib/import/mbrtowc.c: Likewise.
5420 * gnulib/import/mbsinit.c: Likewise.
5421 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5422 * gnulib/import/mbsrtowcs-state.c: Likewise.
5423 * gnulib/import/mbsrtowcs.c: Likewise.
5424 * gnulib/import/ref-add.sin: Likewise.
5425 * gnulib/import/ref-del.sin: Likewise.
5426 * gnulib/import/stdbool.in.h: Likewise.
5427 * gnulib/import/streq.h: Likewise.
5428 * gnulib/import/strnlen1.c: Likewise.
5429 * gnulib/import/strnlen1.h: Likewise.
5430 * gnulib/import/verify.h: Likewise.
5431 * gnulib/import/wchar.in.h: Likewise.
5432 * gnulib/import/wctype.in.h: Likewise.
5433
202cbf1c
JK
54342012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5435
5436 Support shell wildcards for 'set auto-load safe-path'.
5437 * auto-load.c: Include fnmatch.h.
5438 (filename_is_in_dir): Rename to ...
5439 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5440 it. Update function comment. Rename dir_len to pattern_len. New
5441 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5442 messages. Use gdb_filename_fnmatch.
5443 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5444 pattern.
5445 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5446 * defs.h (gdb_filename_fnmatch): New declaration.
5447 * utils.c: Include fnmatch.h.
5448 (gdb_filename_fnmatch): New function.
5449
fb7b5af4
SDJ
54502012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5451
5452 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5453 `-probe' and `-probe-stap' options.
5454
72d0e2c5
YQ
54552012-07-01 Yao Qi <yao@codesourcery.com>
5456
5457 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5458 always_inserted_off, and always_inserted_enums.
5459 Change always_inserted_mode's type to 'enum auto_boolean'.
5460 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5461 callers.
5462 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5463 of add_setshow_enum_cmd.
5464 * infrun.c: Remove can_use_displaced_stepping_auto,
5465 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5466 can_use_displaced_stepping_enum.
5467 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
f87e3f15
PA
5468 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5469 callers.
72d0e2c5
YQ
5470 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5471 add_setshow_enum_cmd.
5472
42e7ad6c
DE
54732012-06-30 Doug Evans <dje@google.com>
5474
5475 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5476 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5477 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5478
39cf75f7
DE
54792012-06-29 Doug Evans <dje@google.com>
5480
5481 * linespec.c: #include "stack.h".
5482 (decode_line_with_current_source): Moved here from symtab.c and
5483 renamed from decode_line_spec. All callers updated.
5484 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5485 renamed from decode_line_spec_1. All callers updated.
5486 * linespec.h (decode_line_with_current_source): Move declaration here
5487 from symtab.h and renamed from decode_line_spec.
5488 (decode_line_with_last_displayed): Move declaration here from symtab.h
5489 and renamed from decode_line_spec_1.
5490 * macrocmd.c: #include "linespec.h".
5491 * symtab.c: Remove #include "linespec.h".
5492
433df2d4
DE
54932012-06-28 Doug Evans <dje@google.com>
5494
1ce1cefd
DE
5495 * dwarf2read.c (get_cu_length): New function.
5496 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5497 (create_debug_types_hash_table): Ditto.
5498 (init_cutu_and_read_dies): Ditto.
5499 (init_cutu_and_read_dies_no_follow): Ditto.
5500
3b80fe9b
DE
5501 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5502
433df2d4
DE
5503 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5504 (struct abbrev_table): Define.
5505 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5506 abbrev_table.
5507 (init_cutu_and_read_dies): Update.
5508 (abbrev_table_alloc_abbrev): New function. Replaces
5509 dwarf_alloc_abbrev. All callers updated.
5510 (abbrev_table_add_abbrev): New function.
5511 (abbrev_table_lookup_abbrev): New function. Replaces
5512 dwarf2_lookup_abbrev. All callers updated.
5513 (abbrev_table_read_table): New function. Contents moved here from
5514 dwarf2_read_abbrevs.
5515 (dwarf2_read_abbrevs): Call it.
5516 (abbrev_table_free): New function.
5517 (dwarf2_free_abbrev_table): Call it.
5518
71caed83
SS
55192012-06-28 Stan Shebs <stan@codesourcery.com>
5520
5521 * osdata.c (info_osdata_command): Filter out "Title" columns
5522 from non-MI uses.
5523 * common/linux-osdata.c (struct osdata_type): Add title field.
5524 (osdata_table): Add titles to each entry.
5525 (linux_command_xfer_osdata): Add a column for title data.
5526
37ce89eb
SS
55272012-06-28 Stan Shebs <stan@codesourcery.com>
5528
5529 Make logging work for MI.
5530 * NEWS: Mention it.
5531 * interps.h (interp_set_logging_ftype): New typedef.
5532 (struct interp_procs): New field set_logging_proc.
5533 (current_interp_set_logging): Declare.
5534 * interps.c (current_interp_set_logging): New function.
5535 * cli/cli-logging.c: Include interps.h.
5536 (set_logging_redirect): Call current_interp_set_logging.
5537 (pop_output_files): Ditto.
5538 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5539 * mi/mi-console.h (mi_console_set_raw): Declare.
5540 * mi/mi-console.c (mi_console_set_raw): New function.
5541 * mi/mi-interp.c (saved_raw_stdout): New global.
5542 (mi_set_logging): New function.
5543 (_initialize_mi_interp): Add it to interp procs.
5544
659c9f3a
DE
55452012-06-28 Doug Evans <dje@google.com>
5546
a743abeb
DE
5547 * symtab.c (lookup_symbol_aux_objfile): Use
5548 ALL_OBJFILE_PRIMARY_SYMTABS.
5549
659c9f3a
DE
5550 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5551
da2d6d3d
JK
55522012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5553
5554 * common/buffer.c: Include inttypes.h and stdint.h.
5555 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5556
e5ef252a
PA
55572012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5558 Pedro Alves <palves@redhat.com>
5559
5560 * gdbthread.h (ALL_THREADS): New macro.
5561 (thread_list): Declare.
5562 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5563 going, but instead fall through to the stepping handling.
5564 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5565 the passed in signal. Adjust debug output.
5566 (resume_callback): Rename to ...
5567 (linux_nat_resume_callback): ... this. Pass the thread's last
5568 stop signal, if in "pass" state.
5569 (linux_nat_resume): Adjust to rename.
5570 (stop_wait_callback): New assertion. Don't respawn signals;
5571 instead let the LWP remain with SIGNALLED set.
5572 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5573 * remote.c (append_pending_thread_resumptions): New.
5574 (remote_vcont_resume): Call it.
5575 * target.h (target_resume): Extend comment.
5576
1d7975eb
IS
55772012-06-28 Iain Sandoe <iain@codesourcery.com>
5578
5579 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5580
2e3cf129
DE
55812012-06-27 Doug Evans <dje@google.com>
5582
5583 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5584 Delete have_addr_base, unused. All uses updated.
5585 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5586 (dwarf2_get_pc_bounds): Add ranges_base.
5587 (dwarf2_record_block_ranges): Ditto.
5588
1bb9788d
TT
55892012-06-27 Tom Tromey <tromey@redhat.com>
5590
5591 PR macros/7961:
5592 * varobj.c (varobj_create): Update.
5593 (varobj_set_value): Update.
5594 * tracepoint.c (validate_actionline): Update.
5595 (encode_actions_1): Update.
5596 * parse.c (parse_exp_1): Add 'pc' argument.
5597 (parse_exp_in_context): Add 'pc' argument. Change how
5598 expression_context_pc is set.
5599 (parse_expression): Update.
5600 (parse_field_expression): Update.
5601 * expression.h (parse_exp_1): Update.
5602 * eval.c (parse_to_comma_and_eval): Update.
5603 * breakpoint.c (set_breakpoint_condition): Update.
5604 (update_watchpoint): Update.
5605 (init_breakpoint_sal): Update
5606 (find_condition_and_thread): Update.
5607 (watch_command_1): Update.
5608 (update_breakpoint_locations): Update.
5609 * ada-lang.c (ada_read_renaming_var_value): Update.
5610 (create_excep_cond_exprs): Update.
5611
0bc3a05c
DE
56122012-06-27 Doug Evans <dje@google.com>
5613
5614 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5615 type units.
5616
4bdcc0c1
DE
56172012-06-26 Doug Evans <dje@google.com>
5618
5619 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5620 prototype.
5621 (error_check_comp_unit_head): New arg abbrev_section. All callers
5622 updated.
5623 (read_and_check_comp_unit_head): Ditto.
5624 (read_and_check_type_unit_head): Ditto.
5625
ee0bf529
SCR
56262012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5627
5628 New attribute 'last' for gdb.Symtab_and_line.
5629 * NEWS (Python Scripting): Add entry about the new attribute.
5630 * python/py-symtab.c (salpy_get_last): New function which
5631 implements the get method for the 'last' attribute of
5632 gdb.Symtab_and_line.
5633 (sal_object_getset): Add entry for the 'last' attribute.
5634
1c658ad5
DE
56352012-06-26 Doug Evans <dje@google.com>
5636
09262596
DE
5637 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5638 (dwo_sections): Add macinfo, macro.
5639 (dwarf2_locate_dwo_sections): Watch for macro sections.
5640 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5641 All callers updated. Handle DWO files.
5642
45cfd468
DE
5643 * NEWS: Mention new options "set debug dwarf2-read" and
5644 "set debug symtab-create".
5645 * dwarf2read.c (dwarf2_read_debug): New static global.
5646 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5647 (process_queue): Ditto.
5648 (process_full_comp_unit): Ditto.
5649 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5650 * elfread.c (elf_symfile_read): Add debugging printf.
5651 * minsyms.c (install_minimal_symbols): Ditto.
5652 * psymtab.c (allocate_psymtab): Ditto.
5653 * symfile.c (allocate_symtab): Ditto.
5654 * symtab.c (symtab_create_debug): New global.
5655 (_initialize_symtab): Add new option "set debug symtab-create".
5656 * symtab.h (symtab_create_debug): Declare.
5657
1c658ad5
DE
5658 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5659 (lookup_dwo_type_unit): Ditto.
5660
6fea9e18
L
56612012-06-26 Roland McGrath <roland@hack.frob.com>
5662 H.J. Lu <hongjiu.lu@intel.com>
5663
5664 * amd64-linux-nat.c: Include <sys/user.h>.
5665 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5666 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5667 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5668
5669 * configure.ac: Check if the fs_base and gs_base members of
5670 `struct user_regs_struct' exist.
5671 * config.in: Regenerated.
5672 * configure: Likewise.
5673
adb4fe3b
ME
56742012-06-25 Michael Eager <eager@eagercon.com>
5675
5676 PR python/14291
f782ad9b 5677 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 5678
fc51cce1
MGD
56792012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5680
5681 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5682 register as a stack alignment in ARM mode.
5683
40a73391
JK
56842012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5685
5686 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5687 * gnulib/config.in: Regenerate.
5688 * gnulib/configure: Likewise.
5689 * gnulib/import/m4/extensions.m4: Update it.
5690 * gnulib/import/m4/gnulib-common.m4: Likewise.
5691 * gnulib/import/m4/memmem.m4: Likewise.
5692 * gnulib/import/m4/mmap-anon.m4: Likewise.
5693 * gnulib/import/m4/multiarch.m4: Likewise.
5694 * gnulib/import/stdint.in.h: Likewise.
5695
972daa01
YQ
56962012-06-24 Yao Qi <yao@codesourcery.com>
5697
5698 * corefile.c (write_memory_with_notification): New.
5699 * gdbcore.h: Declare write_memory_with_notification.
5700 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5701 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5702 * valops.c (value_assign): Likewise.
5703 * python/py-inferior.c (infpy_write_memory): Call
5704 'write_memory_with_notification'.
5705
8d6e0714
JK
57062012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 * cc-with-index.sh: Use also -ex "set auto-load no".
5709
156942c7
DE
57102012-06-23 Doug Evans <dje@google.com>
5711
5712 PR 14125
5713 * NEWS: Document additions to .gdb_index.
5714 * dwarf2read.c: #include "gdb/gdb-index.h".
5715 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5716 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5717 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5718 (dwarf2_read_index): Recognize version 7.
5719 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5720 block_kind, domain): All callers updated.
5721 (dw2_find_symbol_file): Handle new index CU values.
5722 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5723 (add_index_entry): New args is_static, kind. All callers updated.
5724 (offset_type_compare, uniquify_cu_indices): New functions
5725 (symbol_kind): New function.
5726 (write_psymtabs_to_index): Remove duplicate CU values.
5727 (write_psymtabs_to_index): Write .gdb_index version 7.
5728
352b3eda
JB
57292012-06-22 Joel Brobecker <brobecker@adacore.com>
5730
5731 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5732 * configure: Regenerate.
5733
2678e2af
YQ
57342012-06-20 Yao Qi <yao@codesourcery.com>
5735
5736 * python/py-inferior.c: Update comments of infpy_read_memory
5737 and infpy_write_memory.
5738
95c391b6
TT
57392012-06-19 Tom Tromey <tromey@redhat.com>
5740
5741 PR exp/9514:
5742 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5743 (push_type_address_space): Remove.
5744 * parse.c (insert_into_type_stack): New function.
5745 (insert_type): Likewise.
5746 (insert_type_address_space): Rename from push_type_address_space.
5747 Insert tp_space_identifier.
5748 * c-exp.y (ptr_operator): New production.
5749 (abs_decl): Use ptr_operator.
5750 (space_identifier): Call insert_type_address_space.
5751 (ptype): Don't use const_or_volatile_or_space_identifier.
5752 (const_or_volatile_noopt): Call insert_type.
5753 (conversion_type_id, conversion_declarator): New productions.
5754 (operator): Use conversion_type_id.
5755
6ac9ef80
DE
57562012-06-18 Doug Evans <dje@google.com>
5757
422d65e7
DE
5758 * symtab.h (minimal_symbol): New member created_by_gdb.
5759 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5760 created by gdb.
5761 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5762 (search_symbols): Call it instead of lookup_symbol.
5763 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5764
49f6c839
DE
5765 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5766 Adjust address for DW_OP_GNU_addr_index.
5767 * dwarf2expr.h (dwarf_expr_context): Update comment.
5768 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5769 all callers updated. Handle TLS vars described with
5770 DW_OP_GNU_const_index.
5771 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5772 and DW_OP_GNU_const_index.
5773 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5774
6ac9ef80
DE
5775 * block.c (find_block_in_blockvector): Make explicit the fact that we
5776 ignore GLOBAL_BLOCK.
5777
4cd18215
TT
57782012-06-18 Tom Tromey <tromey@redhat.com>
5779
5780 * c-exp.y (operator): Remove trailing space after "delete" and
5781 "delete[]".
5782
a9b8d892
JK
57832012-06-18 Mark Kettenis <kettenis@gnu.org>
5784 Jan Kratochvil <jan.kratochvil@redhat.com>
5785
5786 Switch i386 and derived targets to ON_STACK.
5787 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5788 (amd64_dicos_init_abi): Remove its installment.
5789 * dicos-tdep.c (dicos_init_abi): Remove the
5790 set_gdbarch_call_dummy_location call. Update the comment here.
5791 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5792 (i386_dicos_init_abi): Remove its installment.
5793 * i386-tdep.c (i386_push_dummy_code): New function.
5794 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5795 i386_push_dummy_code.
5796
e2e4d78b
JK
57972012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 Remove stale dummy frames.
5800 * breakpoint.c: Include dummy-frame.h.
5801 (longjmp_breakpoint_ops): New variable.
5802 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5803 bp_longjmp_call_dummy.
5804 (bpstat_what, bptype_string, print_one_breakpoint_location)
5805 (init_bp_location): Support bp_longjmp_call_dummy.
5806 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5807 (set_longjmp_breakpoint_for_call_dummy)
5808 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5809 functions.
5810 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5811 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5812 FIXME comment and extend the other comment for bp_call_dummy.
5813 (set_longjmp_breakpoint_for_call_dummy)
5814 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5815 * dummy-frame.c: Include gdbthread.h.
5816 (pop_dummy_frame_bpt): New function.
5817 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5818 (dummy_frame_discard): New function.
5819 (cleanup_dummy_frames): Update the comment about longjmps.
5820 * dummy-frame.h (dummy_frame_discard): New declaration.
5821 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5822 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5823 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5824 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5825 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5826 keep_going if IS_LONGJMP and there is no other reason to stop.
5827
09d5912c
TT
58282012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5829
5830 * remote-sim.c (sim_command_completer): Initialize
5831 variable 'result'.
5832
1788b2d3
JK
58332012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5836 * dwarf2loc.c (call_site_parameter_matches): Support
5837 CALL_SITE_PARAMETER_PARAM_OFFSET.
5838 (needs_dwarf_reg_entry_value): Push stub value.
5839 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5840 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5841 * gdbtypes.h (enum call_site_parameter_kind): New item
5842 CALL_SITE_PARAMETER_PARAM_OFFSET.
5843 (struct call_site.parameter.u): New field param_offset.
5844
24c5c679
JK
58452012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5846
5847 Code cleanup: Generalize call_site.parameter key.
5848 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5849 variable dwarf_reg. New variable kind_u. Update parameters to
5850 push_dwarf_reg_entry_value.
5851 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5852 * dwarf2expr.h (enum call_site_parameter_kind)
5853 (union call_site_parameter_u): Forward declarations.
5854 (struct dwarf_expr_context_funcs): Update parameters and their
5855 description for push_dwarf_reg_entry_value.
5856 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5857 * dwarf2loc.c (call_site_parameter_matches): New function.
5858 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5859 description. Use call_site_parameter_matches.
5860 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5861 Update parameters and their description.
5862 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5863 New variable kind_u. Adjust the caller for updated parameters.
5864 (needs_dwarf_reg_entry_value): Update parameters.
5865 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5866 instead of attr. Update for the changed fields of struct
5867 call_site_parameter.
5868 * gdbtypes.h: Include dwarf2expr.h.
5869 (enum call_site_parameter_kind): New.
5870 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5871 fb_offset into new union u.
5872
ac142d96
L
58732012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5874
5875 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5876 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5877 for x32.
5878
ba224c70
L
58792012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5880
5881 * amd64-linux-nat.c (compat_x32_clock_t): New.
5882 (compat_x32_siginfo_t): Likewise.
5883 (compat_x32_siginfo_from_siginfo): Likewise.
5884 (siginfo_from_compat_x32_siginfo): Likewise.
5885 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5886 and siginfo_from_compat_x32_siginfo for x32.
5887
7ecbc825
HZ
58882012-06-15 Hui Zhu <hui_zhu@mentor.com>
5889
5890 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5891
233dfcf0
L
58922012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5893
5894 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5895 instead of gdbarch_ptr_bit.
5896 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5897 (amd64_supply_native_gregset): Likewise.
5898 (amd64_collect_native_gregset): Likewise.
5899 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5900 (amd64_supply_xsave): Likewise.
5901 (amd64_collect_fxsave): Likewise.
5902 (amd64_collect_xsave): Likewise.
5903
6da38f42
L
59042012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5905
5906 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5907 (amd64_linux_read_description): Check DS segment register for
5908 x32 process.
5909
663b969e
TT
59102012-06-15 Tom Tromey <tromey@redhat.com>
5911
5912 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5913 init_cutu_and_read_dies.
5914
d6f05027
IS
59152012-06-15 Iain Sandoe <iain@codesourcery.com>
5916
5917 * MAINTAINERS (Write After Approval): Add myself to the list.
5918
6598ed07
TT
59192012-06-15 Tom Tromey <tromey@redhat.com>
5920
5921 * valops.c (value_find_oload_method_list): Now static.
5922 * value.h (value_find_oload_method_list): Don't declare.
5923
2b214ea6
TT
59242012-06-15 Tom Tromey <tromey@redhat.com>
5925
5926 * valops.c (find_overload_match): Use value_ind.
5927
a210c238
MR
59282012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5929
5930 * infrun.c (handle_inferior_event): Correct indentation.
5931
3771a44c
DE
59322012-06-14 Doug Evans <dje@google.com>
5933
5934 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5935 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5936 All uses updated.
5937 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5938 updated. Handle DEBUG_LOC_START_LENGTH.
5939 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5940 (loclist_describe_location): Ditto.
5941
1c5a993e
MR
59422012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5943
5944 PR backtrace/13866
5945 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5946 after hiding inline functions.
5947
0b155465
JB
59482012-06-13 Joel Brobecker <brobecker@adacore.com>
5949
5950 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5951 _initialize_inf_ttrace.
5952
45717bac
JB
59532012-06-13 Joel Brobecker <brobecker@adacore.com>
5954
5955 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5956 _initialize_hppa_hpux_nat.
5957
34370865
JB
59582012-06-13 Joel Brobecker <brobecker@adacore.com>
5959
5960 * remote-sim.c (sim_command_completer): Change type of return
5961 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5962
284c5a60
MK
59632012-06-13 Mark Kettenis <kettenis@gnu.org>
5964 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 PR tdep/14222
5967 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5968 stack on a 16-byte boundary.
5969
2535757a
TT
59702012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5971
5972 * jit.c (finalize_symtab): Set function's return type to 'void' by
5973 default.
5974
fff4548b
MK
59752012-06-13 Mark Kettenis <kettenis@gnu.org>
5976 H.J. Lu <hongjiu.lu@intel.com>
5977
5a83521a
MK
5978 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5979 Move bits common to both the classic LP64 and the new x32 ILP32
5980 ABI here.
5981 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5982 (amd64_x32_linux_init_abi): New function.
5983 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5984 subtype.
5985
fff4548b
MK
5986 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5987 * i386-tdep.c (i386_pseudo_register_name): Make public.
5988 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5989 * amd64-tdep.c (amd64_dword_names): Add "eip".
5990 (amd64_x32_pseudo_register_type): New function
5991 (amd64_x32_init_abi): New function.
5992
dd80ea3c
JK
59932012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5994
5995 PR build/14003
5996 * inferior.h (struct inferior_suspend_state): Comment out.
5997 (struct inferior): Comment out the field suspend.
5998 * infrun.c (struct infcall_suspend_state): Comment out the field
5999 inferior_suspend.
6000 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
6001 out its assignment.
6002
50af5481
JK
60032012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6004
6005 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6006 * c-exp.y (classify_inner_name): Remove caller assumptions in the
6007 function comment. Return ERROR for unresolved cases. Implement
6008 returning proper NAME.
6009 (yylex): Accept also NAME from classify_inner_name.
6010 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
6011 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
6012 LOC_TYPEDEF type.
6013 * cp-support.h (cp_lookup_nested_type): Update its declaration.
6014
d55637df
TT
60152012-06-13 Tom Tromey <tromey@redhat.com>
6016
6017 * breakpoint.c (condition_completer): New function.
6018 (_initialize_breakpoint): Use it.
6019 * value.c (complete_internalvar): New function.
6020 * value.h (complete_internalvar): Declare.
6021
49c4e619
TT
60222012-06-13 Tom Tromey <tromey@redhat.com>
6023
6024 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6025 * breakpoint.c (catch_syscall_completer): Return a VEC.
6026 * cli/cli-cmds.c (complete_command): Update.
6027 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6028 (complete_on_enum): Likewise.
6029 * command.h: Include gdb_vecs.h.
6030 (completer_ftype): Change return type.
6031 (complete_on_cmdlist, complete_on_enum): Likewise.
6032 * completer.c (noop_completer, filename_completer)
6033 (location_completer): Return a VEC.
6034 (add_struct_fields): Remove 'nextp' argument. Change 'output'
6035 to a VEC.
6036 (expression_completer, complete_line_internal, complete_line)
6037 (command_completer): Return a VEC.
6038 (gdb_completion_word_break_characters, line_completion_function):
6039 Update.
6040 * completer.h: Include gdb_vecs.h.
6041 (complete_line, noop_completer, filename_completer)
6042 (expression_completer, location_completer, command_completer):
6043 Update.
6044 * f-lang.c (f_word_break_characters): Return a VEC.
6045 * interps.c (interpreter_completer): Return a VEC.
6046 * language.h (struct language_defn)
6047 <la_make_symbol_completion_list>: Return a VEC.
6048 * python/py-cmd.c (cmdpy_completer): Return a VEC.
6049 * symtab.c (free_completion_list): Take a VEC.
6050 (return_val_size, return_val_index): Remove.
6051 (return_val): Now a VEC.
6052 (completion_list_add_name): Update.
6053 (default_make_symbol_completion_list_break_on)
6054 (default_make_symbol_completion_list, make_symbol_completion_list)
6055 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6056 Return a VEC.
6057 (add_filename_to_list): Update.
6058 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6059 <list>: Now a VEC.
6060 (maybe_add_partial_symtab_filename): Update.
6061 (make_source_files_completion_list): Return a VEC.
6062 * symtab.h (default_make_symbol_completion_list_break_on)
6063 (default_make_symbol_completion_list, make_symbol_completion_list)
6064 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6065 (make_source_files_completion_list): Update.
6066
625e8578
TT
60672012-06-13 Tom Tromey <tromey@redhat.com>
6068
6069 * breakpoint.c (add_catch_command): Use completer_ftype.
6070 * breakpoint.h: Include command.h.
6071 (add_catch_command): Use completer_ftype.
6072 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6073 * cli/cli-decode.h (struct cmd_list_element) <completer>:
6074 Use completer_ftype.
6075 * command.h (completer_ftype): New typedef.
6076 (set_cmd_completer): Use it.
6077 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6078 completer_ftype.
6079
5eb3b062
PA
60802012-06-13 Pedro Alves <palves@redhat.com>
6081
6082 Partial revert of previous change.
6083
6084 * serial.c (scb_base): New global.
6085 (serial_for_fd): New.
6086 (serial_open, serial_fdopen_ops): Link new serial in open serials
6087 chain.
6088 (do_serial_close): Unlink serial from the open serials chain.
6089
8b3ee56d
PA
60902012-06-12 Pedro Alves <palves@redhat.com>
6091
6092 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6093 threads here.
6094 (prepare_for_detach): No longer context switch here in non-stop
6095 mode.
6096 (fetch_inferior_event): Ditto.
6097 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6098 to the event thread before removing breakpoints. Switch to the
6099 event thread before inserting breakpoints and resuming.
6100 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6101 event thread before resuming.
6102 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6103 Switch to the event thread before removing breakpoints.
6104
5d60742e
EZ
61052012-06-12 Eli Zaretskii <eliz@gnu.org>
6106
6107 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6108 special characters correctly for the Windows shells. See
6109 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6110 report.
6111 [!__MINGW32__]: Remove extra double quote character from special
6112 characters.
6113
a6feecf7
SS
61142012-06-11 Stan Shebs <stan@codesourcery.com>
6115
6116 * ui-out.h: Remove #if 0 declarations.
6117 * ui-out.c: Remove #if 0 functions.
6118
ddefb60f
PA
61192012-06-11 Pedro Alves <palves@redhat.com>
6120
6121 * ser-base.c (run_async_handler_and_reschedule): New.
6122 (fd_event, push_event): Use it.
6123 * serial.c (serial_open, serial_fdopen_ops): Set the initial
6124 reference count to 1.
6125 (do_serial_close): Set the bufp field to NULL. Use serial_unref
6126 instead of xfree.
6127 (serial_is_open, serial_ref, serial_unref): New.
6128 * serial.h (serial_open): Adjust comment.
6129 (serial_is_open): Declare.
6130 (serial_close): Adjust comment.
6131 (serial_ref, serial_unref) Declare.
6132 (struct serial): New field 'refcnt'.
6133
d5ad6aa5
PA
61342012-06-11 Pedro Alves <palves@redhat.com>
6135
6136 Remove #if 0'd "connect" command, and unnecessary associated
6137 refcounting and serial reuse bits.
6138
6139 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6140 * serial.c (last_serial_opened): Delete.
6141 (scb_base): Delete.
6142 (serial_open): Adjust.
6143 (serial_for_fd): Delete.
6144 (serial_fdopen_ops, do_serial_close): Adjust.
6145 (serial_fdopen_ops): Adjust.
6146
318aa544
PA
61472012-06-11 Pedro Alves <palves@redhat.com>
6148
6149 * serial.c (do_serial_close): Remove early return when SCB is
6150 null.
6151
07261596
TT
61522012-06-11 Tom Tromey <tromey@redhat.com>
6153
6154 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6155
cc80f267
JK
61562012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6157
6158 Fix regression by the "ambiguous linespec" series.
6159 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
6160 get_last_displayed_symtab and get_last_displayed_line and depending
6161 on CURSAL.
6162
356d9f9d
TT
61632012-06-11 Tom Tromey <tromey@redhat.com>
6164
6165 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6166 (dw2_find_symbol_file): Use it.
6167
232b8704
ME
61682012-06-11 Michael Eager <eager@eagercon.com>
6169
6170 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6171 * mips-linux-tdep.h (mips_signals): New
6172
e81a37f7
TT
61732012-06-11 Tom Tromey <tromey@redhat.com>
6174
6175 * infrun.c (handle_inferior_event)
6176 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6177 breakpoint.
6178 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6179 exception logic in all cases. Update comments.
6180 (insert_longjmp_resume_breakpoint): Set the exception resume
6181 breakpoint.
6182
2e81047f
MR
61832012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
6184
6185 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6186
4e32eda7
SCR
61872012-06-09 Siva Chandra Reddy <sivachandra@google.com>
6188
6189 * valarith.c (binop_types_user_defined_p): Fix a typo.
6190
18648a37 61912012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 6192 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
6193
6194 * arch-utils.c (default_return_in_first_hidden_param_p): New.
6195 * arch-utils.h: Declare.
6196 * gdbarch.sh: Add return_in_first_hidden_param_p.
6197 * gdbarch.c, gdbarch.h: Regenerated.
6198 * infcall.c (call_function_by_hand): Call
6199 gdbarch_return_in_first_hidden_param_p instead of
6200 language_pass_by_reference.
6201
6202 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6203 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6204 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6205 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6206 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6207 `cplus_return_struct_by_reference'.
6208 (tic6x_return_value): Handle language cplusplus.
6209 (tic6x_return_in_first_hidden_param_p): New.
6210 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6211
034e5797
DE
62122012-06-07 Doug Evans <dje@google.com>
6213
6214 * dwarf2read.c (dwarf2_cu): Add comment.
6215
6a00aa1e
MR
62162012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6217
6218 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6219 variable.
6220 (mips_eabi_push_dummy_call): Likewise.
6221 (mips_n32n64_push_dummy_call): Likewise.
6222 (mips_o32_push_dummy_call): Likewise.
6223 (mips_o64_push_dummy_call): Likewise.
6224
eaa05d59
MR
62252012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6226
6227 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6228
de13fcf2
MR
62292012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6230
6231 * mips-tdep.c (mips_pseudo_register_type): Use
6232 mips_float_register_p.
6233
c3a01a22
PA
62342012-06-06 Pedro Alves <palves@redhat.com>
6235
6236 * infrun.c (handle_inferior_event): Remove calls to
6237 reinit_frame_cache that follow a context_switch call.
6238
d25f45d9
PA
62392012-06-06 Pedro Alves <palves@redhat.com>
6240
6241 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6242 context_switch and remove stale comment.
6243
359f5fe6
PA
62442012-06-06 Pedro Alves <palves@redhat.com>
6245
6246 * infrun.c (struct execution_control_state): Remove
6247 `new_thread_event' field.
6248 (handle_inferior_event): Simplify new threads handling; don't
6249 resume the inferior if we find a new thread.
6250
2d4c29c5
TS
62512012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6252
6253 * NEWS: Document the deprecation of SH's 'regs' command.
6254 * inferior.h (all_registers_info): Add function declaration.
6255 * sh-tdep.c (sh_show_regs): Remove variable.
6256 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6257 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6258 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6259 (sh_show_regs_command): Remove functions.
6260 (sh_gdbarch_init): Don't set sh_show_regs.
6261 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6262 'info all-registers'.
6263 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6264 (sh64_show_regs): Remove functions.
6265 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6266
f5f1cdb6
JK
62672012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * configure.ac: Move development=true below AC_INIT.
6270 * configure: Regenerate.
6271
bf6309af
SS
62722012-06-05 Stan Shebs <stan@codesourcery.com>
6273
6274 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6275 gdb_stdout.
6276
45aa4659
JK
62772012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6278
6279 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6280 argument as ssize_t.
6281 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6282 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6283 * target.c (target_read_stack, target_write_memory)
6284 (target_write_raw_memory): Likewise.
6285 * target.h (target_read_stack, target_write_memory)
6286 (target_write_raw_memory): Likewise.
6287
1b162304
JK
62882012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6289
6290 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6291 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6292 * target.c (target_read_memory): Change LEN to ssize_t.
6293 * target.h (target_read_memory): Change LEN to ssize_t.
6294
8556afb4
PA
62952012-06-05 Pedro Alves <palves@redhat.com>
6296
6297 PR backtrace/13866
6298
6299 * breakpoint.c (until_break_command): Only fetch the selected
6300 frame after decode_line_1.
6301
fb139f32
PA
63022012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6303
6304 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6305 event breakpoint at _start, __start or main if a program
6306 interpreter is not found.
6307
a8e1bb34
JB
63082012-06-05 Joel Brobecker <brobecker@adacore.com>
6309
6310 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6311 Add declaration.
6312 * windows-tdep.c: #include "objfiles.h".
6313 (windows_iterate_over_objfiles_in_search_order): New function.
6314 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6315 iterate_over_objfiles_in_search_order gdbarch method to
6316 windows_iterate_over_objfiles_in_search_order.
6317 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6318
19630284
JB
63192012-06-05 Joel Brobecker <brobecker@adacore.com>
6320
6321 * gdbarch.sh: Add generation of
6322 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6323 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6324 (iterate_over_objfiles_in_search_order): New gdbarch method.
6325 * gdbarch.h, gdbarch.c: Regenerate.
6326 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6327 Add declaration.
6328 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6329 New function.
6330 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6331 out of lookup_symbol_aux_symtabs.
6332 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6333 call to lookup_symbol_aux_objfile.
6334 (struct global_sym_lookup_data): New type.
6335 (lookup_symbol_global_iterator_cb): New function.
6336 (lookup_symbol_global): Search for symbol using
6337 gdbarch_iterate_over_objfiles_in_search_order and
6338 lookup_symbol_global_iterator_cb.
6339 * findvar.c (struct minsym_lookup_data): New type.
6340 (minsym_lookup_iterator_cb): New function.
6341 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6342 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6343 and minsym_lookup_iterator_cb.
6344
67ff19f7
JB
63452012-06-05 Joel Brobecker <brobecker@adacore.com>
6346
6347 Revert the following patch:
6348 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6349 try locating the symbol in the symbol's own objfile first, before
6350 extending the search to all objfiles.
6351 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6352 out of lookup_symbol_aux_symtabs.
6353 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6354 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6355 Do not search EXCLUDE_OBJFILE.
6356 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6357 (lookup_symbol_global): Search for matches in the block's objfile
6358 first, before searching all other objfiles.
6359
ccab2054
JB
63602012-06-05 Joel Brobecker <brobecker@adacore.com>
6361
6362 * breakpoint.c (find_condition_and_thread): Stop parsing
6363 as soon as the first invalid keyword is found.
6364
e23d4a9c
JB
63652012-06-05 Joel Brobecker <brobecker@adacore.com>
6366
6367 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6368
70160166
JB
63692012-06-05 Joel Brobecker <brobecker@adacore.com>
6370
6371 * config/djgpp/djcheck.sh: Add copyright header.
6372
399501a5
JB
63732012-06-05 Joel Brobecker <brobecker@adacore.com>
6374
6375 * copyright.py (update_files, main): Fix path to update-copyright
6376 script.
6377
3770a159
JB
63782012-06-05 Joel Brobecker <brobecker@adacore.com>
6379
6380 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6381 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6382 for which a reminder to update by hand is printed.
6383
4aad0dfc
DE
63842012-06-04 Doug Evans <dje@google.com>
6385
6386 * buildsym.c (make_blockvector): Add comment.
6387
1f8cf220
PA
63882012-06-04 Pedro Alves <palves@redhat.com>
6389
6390 * arch-utils.c (default_gdb_signal_from_target): Delete.
6391 * arch-utils.h (default_gdb_signal_from_target): Delete.
6392 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6393 gdbarch_gdb_signal_from_target_p.
6394 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6395 predicate).
6396 * gdbarch.h: Regenerate.
6397 * gdbarch.c: Regenerate.
6398
86b49880
PA
63992012-06-04 Pedro Alves <palves@redhat.com>
6400
6401 * gdbarch.sh (gdb_signal_from_target): Mention that the
6402 implementation of the method must be host independent.
6403 * gdbarch.h: Regenerate.
6404
fe78531d
JK
64052012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6406
6407 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6408 parameters.
6409 (target_read_memory_bfd): New function.
6410 (symbol_file_add_from_memory): Use it.
6411
d790cf0a
DE
64122012-06-03 Doug Evans <dje@google.com>
6413
78e5175a
DE
6414 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6415 of primary symtab.
6416 (basic_lookup_transparent_type): Ditto.
6417
d790cf0a
DE
6418 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6419 (ALL_PRIMARY_SYMTABS): Use it.
6420 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6421 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6422 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6423 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6424 (basic_lookup_transparent_type): Ditto.
6425
c6e5ee5e
SDJ
64262012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6427
6428 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6429 it to optimize resolution of demangled name.
6430
a68ffae9
JK
64312012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * configure.ac (development): Define new variable.
6434 Call AC_CHECK_LIB for mcheck if $development.
6435 (ERROR_ON_WARNING): Enable it by default only if $development.
6436 * config.in: Regenerate.
6437 * configure: Regenerate.
6438
5299c1c4
JK
64392012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6440
6441 * target.c (target_read_memory): Make LEN argument as size_t.
6442 * target.h (target_read_memory): Likewise.
6443
64442012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
6445
6446 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6447
0c56f59b
EBM
64482012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6449
6450 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6451 BookE interface for PowerPC server processors if not available
6452 in the Linux Kernel.
6453
71bdabee
KS
64542012-05-31 Keith Seitz <keiths@redhat.com>
6455
6456 * linespec.c (decode_objc): Add cleanup to free
6457 INFO.FILE_SYMTABS.
6458 (find_linespec_symbols): Add cleanup to free CLASSES.
6459 * symfile.c (find_separate_debug_file_by_debuglink): Add
6460 cleanup to free DEBUGLINK.
6461 * ui-out.c (clear_header_list): No need to check if
6462 HEADER_NEXT.COLHDR is NULL.
6463 Free HEADER_NEXT.COL_NAME.
6464
acbd605d
MGD
64652012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6466
6467 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6468 warning.
6469
65662cde
PA
64702012-05-30 Jeff Kenton <jkenton@tilera.com>
6471
6472 * configure.host (gdb_host_cpu): Handle tilegx*.
6473 (gdb_host): Handle tilegx-*-linux*.
6474 * tilegx-linux-nat.c: New file.
6475 * config/tilegx/linux.mh: New file.
6476
ade64f0e
PA
64772012-05-30 Jeff Kenton <jkenton@tilera.com>
6478
6479 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6480 tilegx-linux-tdep.o.
6481 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6482 tilegx-linux-tdep.c.
6483 * configure.tgt: Handle tilegx-*-linux*.
6484 * tilegx-tdep.h: New file.
6485 * tilegx-tdep.c: New file.
6486 * tilegx-linux-tdep.c: New file.
6487 * regformats/reg-tilegx.dat: New file.
6488
bb08bdbd
EBM
64892012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6490
6491 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6492 accounting of hw watchpoints on ppc.
6493
ebd86fb5
TJB
64942012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6495
6496 * source.c (openp): Expand tilde in path entries.
6497
0a0edcd5
DE
64982012-05-29 Doug Evans <dje@google.com>
6499
98cc87bd
DE
6500 * buildsym.c (block_compar): Fix comment.
6501 (end_symtab): Fix and clarify some comments.
6502
0a0edcd5
DE
6503 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6504 cleanup_undefined_types.
6505 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6506 All callers updated.
6507
6f0c7050
TT
65082012-05-29 Tom Tromey <tromey@redhat.com>
6509
6510 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6511 fails.
6512 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6513 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6514 fails.
6515 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6516 fails.
6517
ec95993c
TG
65182012-05-29 Tristan Gingold <gingold@adacore.com>
6519
6520 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6521 (struct darwin_info): ... New struct.
6522 (solib_darwin_pspace_data): New variable.
6523 (darwin_pspace_data_cleanup): New function.
6524 (get_darwin_info): Likewise.
6525 (darwin_dyld_version_ok, darwin_load_image_infos)
6526 (darwin_solib_get_all_image_info_addr_at_init)
6527 (darwin_solib_read_all_image_info_addr): Add info argument.
6528 Adjust code.
6529 (darwin_current_sos): Use per pspace structure.
6530 (darwin_solib_create_inferior_hook): Likewise.
6531 (darwin_clear_solib): Likewise.
6532 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6533
ae25568b
PA
65342012-05-28 Pedro Alves <palves@redhat.com>
6535
6536 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6537 block that uses them. Clear ecss before handling each event.
6538
0c5bf5a9
JK
65392012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 * solib-svr4.c (svr4_current_sos): New comment on
6542 svr4_current_sos_via_xfer_libraries fall back.
6543
bfb05775
JK
65442012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6545
6546 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6547 it as a fallback for TYPE_IS_OPAQUE.
6548 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6549 symbols for lookup_symbol.
6550
685b1105
JK
65512012-05-24 John Steele Scott <toojays@toojays.net>
6552
6553 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6554 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6555 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6556 (check_producer): ... this new function, which also checks for ICC
6557 and caches the result.
6558 (producer_is_icc): New function.
6559 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6560 producer was ICC.
6561
22203bbf
PA
65622012-05-24 Pedro Alves <palves@redhat.com>
6563
6564 PR gdb/7205
6565
6566 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6567 (default_gdb_signal_to_target): ... this. Add comment.
6568 (default_gdb_signal_from_host): Rename to ...
6569 (default_gdb_signal_from_target): ... this. Add comment.
6570 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6571 (default_gdb_signal_to_target): ... this.
6572 (default_gdb_signal_from_host): Rename to ...
6573 (default_gdb_signal_from_target): ... this.
6574 * corelow.c (core_open): Adjust to naming change. Replace comment.
6575 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6576 (gdb_signal_from_target): ... this. Adjust to
6577 default_gdb_signal_from_host naming change. Extend comment.
6578 (gdb_signal_to_host): Rename to ...
6579 (gdb_signal_to_target): ... this. Adjust to
6580 default_gdb_signal_to_host naming change.
6581 * gdbarch.h, gdbarch.c: Renegerate.
6582
a493e3e2
PA
65832012-05-24 Pedro Alves <palves@redhat.com>
6584
6585 PR gdb/7205
6586
f782ad9b 6587 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 6588
2ea28649
PA
65892012-05-24 Pedro Alves <palves@redhat.com>
6590
6591 PR gdb/7205
6592
6593 Replace target_signal with gdb_signal throughout.
6594
b09846a9
PA
65952012-05-24 Pedro Alves <palves@redhat.com>
6596
6597 PR tui/14159
6598
6599 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6600 string, instead of reusing the va_list argument.
6601
e77c107e
TT
66022012-05-24 Tom Tromey <tromey@redhat.com>
6603
6604 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6605 Remove.
6606
9fccedf7
DE
66072012-05-23 Doug Evans <dje@google.com>
6608
d50bd42b
DE
6609 * symtab.c (search_symbols): Formatting fixes.
6610 (print_symbol_info): Formatting fixes.
6611
9fccedf7
DE
6612 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6613 int64_t change to leb128 API.
6614 (read_encoded_value, decode_frame_entry_1): Ditto.
6615 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6616 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6617 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6618 (execute_stack_op): Ditto.
6619 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6620 (safe_read_uleb128, safe_read_sleb128): Ditto.
6621 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6622 (dwarf2_compile_expr_to_ax): Ditto.
6623 (locexpr_describe_location_piece): Ditto.
6624 (disassemble_dwarf_expression): Ditto.
6625 (locexpr_describe_location_1): Ditto.
6626
f3e0e960
SS
66272012-05-23 Stan Shebs <stan@codesourcery.com>
6628 Kwok Cheung Yeung <kcy@codesourcery.com>
6629
6630 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6631 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6632 (mi-cmd-info.o): New rule.
6633 * osdata.h (info_osdata_command): New declaration.
6634 * osdata.c (info_osdata_command): Change to non-static.
6635 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6636 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6637 * mi/mi-cmd-info.c: New file.
6638
c51fe631
DE
66392012-05-23 Doug Evans <dje@google.com>
6640
71cddcc1
DE
6641 * symtab.c (search_symbols): Pass NULL for file_matcher to
6642 expand_symtabs_matching if there are no files to match.
6643
c51fe631
DE
6644 * gdbtypes.c (lookup_typename): Simplify.
6645
a79378d4
PA
66462012-05-23 Pedro Alves <palves@redhat.com>
6647
6648 * arch-utils.h (default_target_signal_to_host): Delete.
6649 * arch-utils.c (default_target_signal_to_host): Delete.
6650 * gdbarch.sh (target_signal_to_host): Remove.
6651 * gdbarch.h, gdbarch.c: Regenerate.
6652
f664829e
DE
66532012-05-22 Doug Evans <dje@google.com>
6654
6655 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6656 "const gdb_byte *".
6657 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6658 (execute_cfa_program): Update to match API of leb128 functions.
6659 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6660 "const gdb_byte *".
6661 (read_unsigned_leb128, read_signed_leb128): Delete.
6662 (read_initial_length): Change type of buf argument to
6663 "const gdb_byte *".
6664 (read_encoded_value): Update to match API of leb128 functions.
6665 (decode_frame_entry): Change result to "const gdb_byte *", and
6666 similarly for "start" parameter.
6667 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6668 (dwarf2_build_frame_info): Change local frame_ptr to
6669 "const gdb_byte *".
6670 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6671 read_uleb128, read_sleb128. All callers updated.
6672 (safe_skip_leb128): New function.
6673 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6674 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6675 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6676 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6677 read_uleb128, read_sleb128.
6678 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6679 (execute_stack_op): Update to match API of leb128 functions.
6680 * dwarf2expr.h: #include "leb128.h".
6681 (read_uleb128, read_sleb128): Delete.
6682 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6683 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6684 * dwarf2loc.c (debug_loc_kind): New enum.
6685 (decode_debug_loc_addresses): New function.
6686 (decode_debug_loc_dwo_addresses): New function.
6687 (dwarf2_find_location_expression): Rewrite.
6688 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6689 (locexpr_describe_location_piece): Ditto.
6690 (disassemble_dwarf_expression): Ditto.
6691 (locexpr_describe_location_1): Ditto.
6692 (loclist_describe_location): Rewrite.
6693 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6694 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6695 (dwarf2_section_buffer_overflow_complaint): Renamed from
6696 dwarf2_macros_too_long_complaint. All callers updated.
6697 (skip_leb128): Delete.
6698 (init_cu_die_reader): Initialize reader->buffer_end.
6699 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6700 (skip_form_bytes): New arg buffer_end. All callers updated.
6701 Replace call to skip_leb128 with gdb_skip_leb128.
6702 (skip_unknown_opcode): New arg mac_end. All callers updated.
6703 (fill_in_loclist_baton): Initialize baton->from_dwo.
6704
837a1b32
MR
67052012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6706
6707 * mips-linux-nat.c (mips_linux_read_description): Use a more
6708 verbose error message.
6709
d0e64392
MR
67102012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6711
6712 * NEWS: Add MIPS/Linux DSP support.
6713 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6714 (SIGCONTEXT_DSPCTL): New macro.
6715 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6716 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6717 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6718 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6719 (N64_SIGCONTEXT_HI3): Likewise.
6720 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6721 (N64_SIGCONTEXT_LO3): Likewise.
6722 (N64_SIGCONTEXT_DSPCTL): Likewise.
6723 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6724 (mips_linux_o32_sigframe_init): Handle DSP registers.
6725 (mips_linux_n32n64_sigframe_init): Likewise.
6726
8bea7ed1
PM
67272012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6728
6729 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6730 call to abort.
6731
dab06dbe
PA
67322012-05-22 Pedro Alves <palves@redhat.com>
6733
6734 * target.h (store_waitstatus): Move declaration ...
6735 * inf-child.h (store_waitstatus): ... here.
6736 * target.c: Move inclusion of gdb_wait.h, and ...
6737 (store_waitstatus): ... this ...
6738 * inf-child.c: ... here.
6739 * linux-nat.c: Include inf-child.h.
6740 * rs6000-nat.c: Include inf-child.h.
6741 * spu-linux-nat.c: Include inf-child.h.
6742
43011e52
PM
67432012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6744
6745 * tracepoint.c (start_tracing): Add missing i18n markup.
6746 (stop_tracing, set_trace_user): Ditto.
6747 (set_trace_notes, set_trace_stop_notes): Ditto.
6748
b1af9e97
TT
67492012-05-21 Tom Tromey <tromey@redhat.com>
6750
6751 PR c++/7173:
6752 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6753 types.
6754 * value.h (value_cast_pointers): Update.
6755 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6756 (value_cast): Update.
6757 (update_search_result): New function.
6758 (do_search_struct_field): New, from search_struct_field. Check
6759 for ambiguous results.
6760 (search_struct_field): Rewrite.
6761 * infcall.c (value_arg_coerce): Update.
6762 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6763 value_cast_pointers.
6764 * ada-lang.c (ada_convert_actual): Update.
6765
e9e5e6b3
TT
67662012-05-21 Tom Tromey <tromey@redhat.com>
6767
6768 * macroexp.c (macro_stringify): Terminate the string.
6769
1564a261
JK
67702012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6771
6772 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6773 Describe it.
6774 * auto-load.c (auto_load_expand_dir_vars): New function.
6775 (auto_load_safe_path_vec_update): Use it, remove the
6776 substitute_path_component call thanks to it.
6777 (auto_load_objfile_script): Remove the debug_file_directory processing.
6778 Use auto_load_expand_dir_vars, remove the substitute_path_component
6779 call thanks to it.
6780 * configure: Regenerate.
6781 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6782 path. Escape $ also for $debugdir.
6783 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6784 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6785
a3ec0bb1
DE
67862012-05-20 Doug Evans <dje@google.com>
6787
6788 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6789 before use. Check for symtab->includes == NULL before scanning it.
6790
d467df4e
MR
67912012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6792
6793 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6794
4cc0665f
MR
67952012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6796
6797 * NEWS: Add microMIPS support and "set mips compression",
6798 "show mips compression" commands.
6799 * mips-tdep.h (mips_isa): New enum.
6800 (gdbarch_tdep): Add mips_isa.
6801 (mips_pc_is_mips16): Update prototype.
6802 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6803 * mips-tdep.c (mips_compression_mips16): New variable.
6804 (mips_compression_micromips): Likewise.
6805 (mips_compression_strings): Likewise.
6806 (mips_compression_string): Likewise.
6807 (is_mips16_isa, is_micromips_isa): New functions.
6808 (is_mips16_addr): Rename to...
6809 (is_compact_addr): ... this.
6810 (unmake_mips16_addr): Likewise to...
6811 (unmake_compact_addr): ... this.
6812 (make_mips16_addr): Likewise to...
6813 (make_compact_addr): ... this.
6814 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6815 functions.
6816 (mips_elf_make_msymbol_special): Handle microMIPS code.
6817 (msymbol_is_special): Rename to...
6818 (msymbol_is_mips16): ... this.
6819 (mips_make_symbol_special, mips_pc_is_mips16): Update
6820 accordingly.
6821 (msymbol_is_mips, msymbol_is_micromips): New functions.
6822 (mips16_to_32_reg): Rename to...
6823 (mips_reg3_to_reg): ... this.
6824 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6825 (mips_pc_isa): Likewise.
6826 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6827 code.
6828 (mips_fetch_instruction): Pass return status instead of printing
6829 an error message if requested. Handle microMIPS code. Bail out
6830 on an invalid ISA.
6831 (micromips_op): New macro.
6832 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6833 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6834 (b6s4_op, b7s3_reg): Likewise.
6835 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6836 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6837 (mips_insn_size): New function.
6838 (mips32_next_pc): Update mips_fetch_instruction call.
6839 (micromips_relative_offset7): New function.
6840 (micromips_relative_offset10): Likewise.
6841 (micromips_relative_offset16): Likewise.
6842 (micromips_pc_insn_size): Likewise.
6843 (micromips_bc1_pc): Likewise.
6844 (micromips_next_pc): Likewise.
6845 (unpack_mips16): Update mips_fetch_instruction call.
6846 (extended_mips16_next_pc): Update according to change to
6847 mips16_to_32_reg.
6848 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6849 code.
6850 (mips16_scan_prologue): Update mips_fetch_instruction call.
6851 Update according to change to mips16_to_32_reg.
6852 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6853 (mips_insn16_frame_base_sniffer): Likewise.
6854 (micromips_decode_imm9): New function.
6855 (micromips_scan_prologue): Likewise.
6856 (mips_micro_frame_cache): Likewise.
6857 (mips_micro_frame_this_id): Likewise.
6858 (mips_micro_frame_prev_register): Likewise.
6859 (mips_micro_frame_sniffer): Likewise.
6860 (mips_micro_frame_unwind): New variable.
6861 (mips_micro_frame_base_address): New function.
6862 (mips_micro_frame_base): New variable.
6863 (mips_micro_frame_base_sniffer): New function.
6864 (mips32_scan_prologue): Update mips_fetch_instruction call.
6865 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6866 rather than for MIPS16.
6867 (mips_insn32_frame_base_sniffer): Likewise.
6868 (mips_addr_bits_remove): Handle microMIPS code.
6869 (deal_with_atomic_sequence): Rename to...
6870 (mips_deal_with_atomic_sequence): ... this. Update the type
6871 of the variable used to hold an instruction. Remove the ISA bit
6872 check. Update mips_fetch_instruction call.
6873 (micromips_deal_with_atomic_sequence): New function.
6874 (deal_with_atomic_sequence): Likewise.
6875 (mips_about_to_return): Handle microMIPS code. Update
6876 mips_fetch_instruction call.
6877 (heuristic_proc_start): Check for the standard MIPS ISA rather
6878 than for MIPS16. Update mips_pc_is_mips16 and
6879 mips_fetch_instruction calls. Handle microMIPS code.
6880 (mips_push_dummy_code): Handle microMIPS code.
6881 (mips_eabi_push_dummy_call): Likewise.
6882 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6883 (mips_o64_push_dummy_call): Handle microMIPS code.
6884 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6885 (is_delayed): Remove function.
6886 (mips_single_step_through_delay): Replace the call to is_delayed
6887 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6888 Handle microMIPS code.
6889 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6890 microMIPS code.
6891 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6892 call.
6893 (micromips_in_function_epilogue_p): New function.
6894 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6895 call.
6896 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6897 Handle microMIPS.
6898 (gdb_print_insn_mips): Likewise.
6899 (mips_breakpoint_from_pc): Likewise.
6900 (mips_remote_breakpoint_from_pc): New function.
6901 (mips32_instruction_has_delay_slot): Simplify making use of the
6902 updated mips_fetch_instruction interface.
6903 (micromips_instruction_has_delay_slot): New function.
6904 (mips16_instruction_has_delay_slot): Simplify making use of the
6905 updated mips_fetch_instruction interface.
6906 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 6907 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
6908 calls. Handle microMIPS code.
6909 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6910 (mips_skip_trampoline_code): Handle microMIPS code.
6911 (global_mips_compression): New function.
6912 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6913 file flags. Register the microMIPS remote breakpoint handler
6914 and heuristic frame unwinder.
6915 (show_mips_compression): New function.
6916 (_initialize_mips_tdep): Add the "set mips compression" and
6917 "show mips compression" commands.
6918
22e048c9
SDJ
69192012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6920
6921 * ada-lang.c:
6922 * ada-tasks.c:
6923 * ada-varobj.c:
6924 * amd64-darwin-tdep.c:
6925 * arm-symbian-tdep.c:
6926 * arm-tdep.c:
6927 * avr-tdep.c:
6928 * ax-gdb.c:
6929 * bfin-linux-tdep.c:
6930 * breakpoint.c:
6931 * c-valprint.c:
6932 * cli/cli-cmds.c:
6933 * coffread.c:
6934 * cp-support.c:
6935 * cris-tdep.c:
6936 * dwarf2-frame-tailcall.c:
6937 * dwarf2-frame.c:
6938 * dwarf2expr.c:
6939 * dwarf2loc.c:
6940 * dwarf2read.c:
6941 * elfread.c:
6942 * eval.c:
6943 * expprint.c:
6944 * f-valprint.c:
6945 * frv-tdep.c:
6946 * h8300-tdep.c:
6947 * hppa-hpux-tdep.c:
6948 * hppa-tdep.c:
6949 * hppanbsd-tdep.c:
6950 * i386-nto-tdep.c:
6951 * i386-tdep.c:
6952 * i387-tdep.c:
6953 * ia64-tdep.c:
6954 * jit.c:
6955 * linespec.c:
6956 * linux-tdep.c:
6957 * lm32-tdep.c:
6958 * m2-valprint.c:
6959 * m32c-tdep.c:
6960 * m32r-rom.c:
6961 * m32r-tdep.c:
6962 * m68k-tdep.c:
6963 * m68klinux-tdep.c:
6964 * mi/mi-main.c:
6965 * microblaze-tdep.c:
6966 * mips-linux-tdep.c:
6967 * mips-tdep.c:
6968 * mn10300-tdep.c:
6969 * p-valprint.c:
6970 * parse.c:
6971 * ppc-linux-tdep.c:
6972 * ppc-sysv-tdep.c:
6973 * printcmd.c:
6974 * python/py-finishbreakpoint.c:
6975 * python/py-inferior.c:
6976 * python/py-infthread.c:
6977 * python/py-type.c:
6978 * python/python.c:
6979 * remote-fileio.c:
6980 * remote-m32r-sdi.c:
6981 * remote-mips.c:
6982 * reverse.c:
6983 * rl78-tdep.c:
6984 * rs6000-aix-tdep.c:
6985 * rs6000-tdep.c:
6986 * s390-tdep.c:
6987 * score-tdep.c:
6988 * sh64-tdep.c:
6989 * skip.c:
6990 * solib-darwin.c:
6991 * solib-dsbt.c:
6992 * solib-frv.c:
6993 * sparc-tdep.c:
6994 * spu-multiarch.c:
6995 * spu-tdep.c:
6996 * stack.c:
6997 * symfile.c:
6998 * symtab.c:
6999 * tic6x-tdep.c:
7000 * tracepoint.c:
7001 * v850-tdep.c:
7002 * valarith.c:
7003 * valprint.c:
7004 * value.c:
7005 * xcoffread.c:
7006 * xtensa-tdep.c:
7007 * ada-lang.c:
7008 * ada-tasks.c:
7009 * ada-varobj.c:
7010 * amd64-darwin-tdep.c:
7011 * arm-symbian-tdep.c:
7012 * arm-tdep.c: Delete unused variables.
7013
aff139ff
JK
70142012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7015
7016 Rename $ddir to $datadir.
7017 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7018 * auto-load.c (auto_load_safe_path_vec_update)
7019 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7020 * configure: Regenerate.
7021 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7022 Likewise. Remove the 'use $ddir' help string.
7023
f7bfa992
JK
70242012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 * auto-load.c (show_auto_load_safe_path): Accept any combination of
7027 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7028
9cb709b6
TT
70292012-05-18 Tom Tromey <tromey@redhat.com>
7030
7031 PR exp/13907:
7032 * valprint.h (struct value_print_options) <symbol_print>: New
7033 field.
7034 * valprint.c (user_print_options): Add default for symbol_print.
7035 (show_symbol_print): New function.
7036 (generic_val_print): Respect symbol_print.
7037 (_initialize_valprint): Add "print symbol" setting.
7038 * f-valprint.c (f_val_print): Respect symbol_print.
7039 * c-valprint.c (c_val_print): Respect symbol_print.
7040 * NEWS: Update.
7041 * printcmd.c (print_address_symbolic): Return int. Ignore some
7042 zero-size symbols.
7043 (print_address_demangle): Return int.
7044 * defs.h: (print_address_symbolic): Return int.
7045 * value.h (print_address_demangle): Return int.
7046
b012acdd
TT
70472012-05-18 Tom Tromey <tromey@redhat.com>
7048
7049 * valprint.c (val_print_string): Don't print leading space.
7050 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7051 print space before string or vtbl.
7052 * m2-valprint.c (print_unpacked_pointer): Optionally print space
7053 before string.
7054 * jv-valprint.c (java_value_print): Print space before string.
7055 * go-valprint.c (print_go_string): Print space before string.
7056 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7057 space before string.
7058 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7059 space before string or vtbl.
7060 * auxv.c (fprint_target_auxv): Print space after address.
7061
1d51a733
TT
70622012-05-18 Tom Tromey <tromey@redhat.com>
7063
7064 * printcmd.c (print_address_demangle): Remove special case for 0.
7065
edf0c1b7
TT
70662012-05-18 Tom Tromey <tromey@redhat.com>
7067
7068 * printcmd.c (print_address_demangle): Add 'opts' argument.
7069 * p-valprint.c (pascal_val_print): Update.
7070 * jv-valprint.c (java_val_print): Update.
7071 * value.h: Update.
7072 * valprint.c (generic_val_print): Update.
7073 (print_function_pointer_address): Add 'options' argument. Remove
7074 'addressprint' argument. Update.
7075 * m2-valprint.c (print_unpacked_pointer): Update.
7076 * gnu-v3-abi.c (print_one_vtable): Update.
7077 (gnuv3_print_method_ptr): Update.
7078 * f-valprint.c (f_val_print): Update.
7079 * cp-valprint.c (cp_print_value_fields): Update.
7080 * valprint.h (print_function_pointer_address): Update.
7081 * c-valprint.c (c_val_print): Update.
7082
9703b513
TT
70832012-05-18 Tom Tromey <tromey@redhat.com>
7084
7085 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7086 directly corresponding to the found psymtab.
7087 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7088 (dw2_find_pc_sect_symtab): Use it.
7089 * block.h (blockvector_contains_pc): Declare.
7090 * block.c (find_block_in_blockvector): New function.
7091 (blockvector_for_pc_sect): Use it.
7092 (blockvector_contains_pc): New function.
7093
5a439849
MR
70942012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7095
7096 * mips-tdep.h (mips_write_pc): New prototype.
7097 * mips-tdep.c (mips_write_pc): Make external, add description.
7098 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7099 add description.
7100
8376de04
MR
71012012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
7102
7103 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7104 mips_regnum->pc.
7105 (mips_unwind_pc, mips_write_pc): Likewise.
7106 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7107 gdbarch_read_pc.
7108
d3581e61
JB
71092012-05-17 Joel Brobecker <brobecker@adacore.com>
7110
7111 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7112 proc_warn, proc_error, proc_get_status, proc_flags,
7113 proc_why, proc_what, proc_nsysarg, proc_sysargs,
7114 proc_set_run_on_last_close, proc_unset_run_on_last_close,
7115 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7116 proc_stop_process, proc_wait_for_stop, proc_run_process,
7117 proc_set_traced_signals, proc_set_traced_faults,
7118 proc_set_traced_sysentry, proc_set_traced_sysexit,
7119 proc_set_held_signals, proc_get_held_signals,
7120 proc_get_traced_signals, proc_get_traced_faults,
7121 proc_get_traced_sysentry, proc_get_traced_sysexit,
7122 proc_clear_current_fault, proc_set_current_signal,
7123 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7124 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7125 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7126 proc_get_current_thread, proc_get_current_thread,
7127 proc_get_current_thread, proc_update_threads,
7128 proc_update_threads, proc_update_threads, proc_update_threads,
7129 proc_iterate_over_threads, procfs_find_new_threads,
7130 procfs_pid_to_str): Make static. Remove advance declaration.
7131 (proc_cursig): Make static. Conditionalized defintion on
7132 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7133 (proc_syscall, proc_set_kill_on_last_close,
7134 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7135 proc_get_pending_signals, proc_get_signal_actions,
7136 proc_trace_signal, proc_ignore_signal): Delete.
7137
81b9b86e
SDJ
71382012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7139
7140 * coffread.c (cs_section_address): Passing proper argument for
7141 `bfd_get_section_vma'.
7142 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7143 `bfd_get_section_flags'.
7144 * remote.c (remote_trace_set_readonly_regions): Likewise, for
7145 `bfd_get_section_vma'.
7146
abc9d0dc
TT
71472012-05-16 Tom Tromey <tromey@redhat.com>
7148
7149 PR macros/13205:
7150 * macrotab.h: (macro_define_special): Declare.
7151 (enum macro_special_kind): New.
7152 (struct macro_definition) <argc, replacement>: Update comments.
7153 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7154 (macro_define_object_internal): New function.
7155 (macro_define_object): Use it.
7156 (macro_define_special): New function.
7157 (fixup_definition): New function.
7158 (macro_lookup_definition, foreach_macro_in_scope)
7159 (foreach_macro): Use fixup_definition.
7160 * macroexp.h (macro_stringify): Declare.
7161 * macroexp.c (free_buffer_return_text): New function.
7162 (stringify): Constify "arg".
7163 (macro_stringify): New function.
7164 * dwarf2read.c (macro_start_file): Call macro_define_special.
7165
6a3a010b 71662012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 7167 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
7168
7169 * breakpoint.h (bp_location): Add related_address member.
7170 * inferior.h (get_return_value): Take a pointer to struct value
7171 instead of struct type for the function requested.
7172 * value.h (using_struct_return): Likewise.
7173 * gdbarch.sh (return_value): Take a pointer to struct value
7174 instead of struct type for the function requested.
7175 * breakpoint.c (set_breakpoint_location_function): Initialize
7176 related_address for bp_gnu_ifunc_resolver breakpoints.
7177 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7178 requested function's address to gdbarch_return_value.
7179 * eval.c (evaluate_subexp_standard): Pass the requested
7180 function's address to using_struct_return.
7181 * infcall.c (call_function_by_hand): Pass the requested
7182 function's address to using_struct_return and
7183 gdbarch_return_value.
7184 * infcmd.c (get_return_value): Take a pointer to struct value
7185 instead of struct type for the function requested.
7186 (print_return_value): Update accordingly.
7187 (finish_command_continuation): Likewise.
7188 * stack.c (return_command): Pass the requested function's
7189 address to using_struct_return and gdbarch_return_value.
7190 * value.c (using_struct_return): Take a pointer to struct value
7191 instead of struct type for the function requested. Pass the
7192 requested function's address to gdbarch_return_value.
7193 * python/py-finishbreakpoint.c (finish_breakpoint_object):
7194 New function_value member, replacing function_type.
7195 (bpfinishpy_dealloc): Update accordingly.
7196 (bpfinishpy_pre_stop_hook): Likewise.
7197 (bpfinishpy_init): Likewise. Record the requested function's
7198 address.
7199 * mips-tdep.c (mips_fval_reg): New enum.
7200 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7201 words put in GP registers.
7202 (mips_o64_push_dummy_call): Update a comment.
7203 (mips_o32_return_value): Take a pointer to struct value instead
7204 of struct type for the function requested and use it to check if
7205 using the MIPS16 calling convention. Return the designated
7206 general purpose registers for floating-point values returned in
7207 MIPS16 mode.
7208 (mips_o64_return_value): Likewise.
7209 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7210 (ppc_sysv_abi_broken_return_value): Likewise.
7211 (ppc64_sysv_abi_return_value): Likewise.
7212 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7213 value instead of struct type for the function requested.
7214 * amd64-tdep.c (amd64_return_value): Likewise.
7215 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7216 * arm-tdep.c (arm_return_value): Likewise.
7217 * avr-tdep.c (avr_return_value): Likewise.
7218 * bfin-tdep.c (bfin_return_value): Likewise.
7219 * cris-tdep.c (cris_return_value): Likewise.
7220 * frv-tdep.c (frv_return_value): Likewise.
7221 * h8300-tdep.c (h8300_return_value): Likewise.
7222 (h8300h_return_value): Likewise.
7223 * hppa-tdep.c (hppa32_return_value): Likewise.
7224 (hppa64_return_value): Likewise.
7225 * i386-tdep.c (i386_return_value): Likewise.
7226 * ia64-tdep.c (ia64_return_value): Likewise.
7227 * iq2000-tdep.c (iq2000_return_value): Likewise.
7228 * lm32-tdep.c (lm32_return_value): Likewise.
7229 * m32c-tdep.c (m32c_return_value): Likewise.
7230 * m32r-tdep.c (m32r_return_value): Likewise.
7231 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7232 * m68k-tdep.c (m68k_return_value): Likewise.
7233 (m68k_svr4_return_value): Likewise.
7234 * m88k-tdep.c (m88k_return_value): Likewise.
7235 * mep-tdep.c (mep_return_value): Likewise.
7236 * microblaze-tdep.c (microblaze_return_value): Likewise.
7237 * mn10300-tdep.c (mn10300_return_value): Likewise.
7238 * moxie-tdep.c (moxie_return_value): Likewise.
7239 * mt-tdep.c (mt_return_value): Likewise.
7240 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7241 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7242 (ppc_sysv_abi_broken_return_value): Likewise.
7243 (ppc64_sysv_abi_return_value): Likewise.
7244 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7245 * rl78-tdep.c (rl78_return_value): Likewise.
7246 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7247 * rx-tdep.c (rx_return_value): Likewise.
7248 * s390-tdep.c (s390_return_value): Likewise.
7249 * score-tdep.c (score_return_value): Likewise.
7250 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7251 (sh_return_value_fpu): Likewise.
7252 * sh64-tdep.c (sh64_return_value): Likewise.
7253 * sparc-tdep.c (sparc32_return_value): Likewise.
7254 * sparc64-tdep.c (sparc64_return_value): Likewise.
7255 * spu-tdep.c (spu_return_value): Likewise.
7256 * tic6x-tdep.c (tic6x_return_value): Likewise.
7257 * v850-tdep.c (v850_return_value): Likewise.
7258 * vax-tdep.c (vax_return_value): Likewise.
7259 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7260 * xtensa-tdep.c (xtensa_return_value): Likewise.
7261 * gdbarch.c: Regenerate.
7262 * gdbarch.h: Regenerate.
7263
29ca12b3
TT
72642012-05-15 Tom Tromey <tromey@redhat.com>
7265
7266 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7267
588ae58c
JB
72682012-05-15 Joel Brobecker <brobecker@adacore.com>
7269
7270 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7271 of command in two error message.
7272
855a6e68
JB
72732012-05-15 Joel Brobecker <brobecker@adacore.com>
7274
7275 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7276
d634f2de
JB
72772012-05-15 Joel Brobecker <brobecker@adacore.com>
7278
7279 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7280
9cc815f5
JK
72812012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7282
7283 * NEWS (show auto-load scripts-directory): Add forgotten command.
7284
6a609e58
JK
72852012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7286
7287 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7288 parameters.
7289
ac1438b5
L
72902012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7291
7292 * amd64-tdep.c: Include features/i386/x32.c and
7293 features/i386/x32-avx.c.
7294 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7295 initialize_tdesc_x32_avx.
7296
e7e0cddf
SS
72972012-05-14 Stan Shebs <stan@codesourcery.com>
7298
7299 Add dynamic printf.
7300 * breakpoint.h (enum bptype): New type bp_dprintf.
7301 (struct breakpoint): New field extra_string.
7302 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7303 (create_breakpoint): Add extra_string arg.
7304 * breakpoint.c (dprintf_breakpoint_ops): New.
7305 (is_breakpoint): Add bp_dprintf.
7306 (bpstat_what): Add dprintf case.
7307 (bptype_string): Ditto.
7308 (print_one_breakpoint_location): Ditto.
7309 (init_bp_location): Ditto.
7310 (bkpt_print_mention): Ditto.
7311 (dprintf_style_enums): New array.
7312 (dprintf_style): New global.
7313 (dprintf_function): New global.
7314 (dprintf_channel): New global.
7315 (update_dprintf_command_list): New function.
7316 (update_dprintf_commands): New function.
7317 (init_breakpoint_sal): Add extra_string argument, handle it.
7318 (create_breakpoint_sal): Add extra_string argument.
7319 (create_breakpoints_sal): Add extra_string argument, update callers.
7320 (find_condition_and_thread): Add extra argument.
7321 (create_breakpoint): Add extra_string argument, record it.
7322 (dprintf_command): New function.
7323 (break_command_1): Add arg to create_breakpoint call.
7324 (handle_gnu_v3_exceptions): Ditto.
7325 (trace_command): Ditto.
7326 (ftrace_command): Ditto.
7327 (strace_command): Ditto.
7328 (bkpt_print_mention): Add dprintf case.
7329 (create_breakpoint_sal_default): Add extra_string argument.
7330 (_initialize_breakpoint): Add new commands.
7331 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7332 * python/py-breakpoint.c (bppy_init): Ditto.
7333 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7334
8ae38c14
MR
73352012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7336
7337 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7338
9f676e66
SCR
73392012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7340
7341 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7342 unsigned long long.
7343
7efc75aa
SCR
73442012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7345
7346 Add a new function gdb.find_pc_line to the Python API.
7347 * NEWS (Python Scripting): Add entry about the new function.
7348 * python/python.c (gdbpy_find_pc_line): New function which
7349 implements gdb.find_pc_line.
7350 (GdbMethods): Add entry for the new function.
7351
70af3797
PA
73522012-05-12 Pedro Alves <palves@redhat.com>
7353
7354 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7355 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7356
06da564e
EZ
73572012-05-12 Eli Zaretskii <eliz@gnu.org>
7358
7359 * inferior.c: Include completer.h
7360 (initialize_inferiors): Set completer of add-inferior to
7361 filename_completer.
7362
0288cee2
L
73632012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7364
7365 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7366 gdbarch_ptr_bit for x32 core dump.
7367
f6537a2c
L
73682012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7369
7370 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7371 and features/i386/x32-avx-linux.c.
7372
85d4a676
SS
73732012-05-11 Stan Shebs <stan@codesourcery.com>
7374 Kwok Cheung Yeung <kcy@codesourcery.com>
7375
7376 * NEWS: Describe new info os commands.
7377 * common/linux-osdata.c (PID_T, TIME_T): Define.
7378 (MAX_PID_T_STRLEN): New.
7379 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7380 MAX_PID_T_STRLEN.
7381 (command_from_pid): Add comment. Change to use PID_T.
7382 (commandline_from_pid): Change to use PID_T.
7383 (user_from_pid): Add comment.
7384 (get_process_owner): Add comment. Change to use PID_T and
7385 MAX_PID_T_STRLEN.
7386 (get_number_of_cpu_cores): Add comment.
7387 (get_cores_used_by_process): Add comment. Change to use PID_T and
7388 MAX_PID_T_STRLEN.
7389 (linux_xfer_osdata_processes): Change to use PID_T and
7390 MAX_PID_T_STRLEN.
7391 (compare_processes): New function.
7392 (linux_xfer_osdata_processgroups): New function.
7393 (linux_xfer_osdata_threads): Change to use PID_T.
7394 (linux_xfer_osdata_fds): New function.
7395 (format_socket_state, print_sockets): New functions.
7396 (union socket_addr): New union.
7397 (linux_xfer_osdata_isockets): New function.
7398 (time_from_time_t, group_from_gid): New functions.
7399 (linux_xfer_osdata_shm): New function.
7400 (linux_xfer_osdata_sem): New function.
7401 (linux_xfer_osdata_msg): New function.
7402 (linux_xfer_osdata_modules): New function.
7403 (osdata_table): Add new entries.
7404 * common/buffer.c (buffer_xml_printf): Add support for long and
7405 long long format specifiers.
7406
f24afd6d
L
74072012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7408
7409 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7410 (tdesc_x32_avx_linux): Likewise.
7411
7349ff92
JK
74122012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7413
7414 Implement multi-component --with-auto-load-dir.
7415 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7416 entries.
7417 (--with-auto-load-safe-path): Update the default value description.
7418 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7419 New.
7420 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7421 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7422 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7423 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7424 "set auto-load scripts-directory".
7425 * config.in: Regenerate.
7426 * configure: Regenerate.
7427 * configure.ac (--with-auto-load-dir): New configure option.
7428 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7429
6dea1fbd
JK
74302012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7431
7432 Provide $ddir substitution for --with-auto-load-safe-path.
7433 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7434 entries.
7435 * auto-load.c: Include observer.h.
7436 (auto_load_safe_path_vec_update): Call substitute_path_component for
7437 each component. New variable ddir_subst.
7438 (auto_load_gdb_datadir_changed): New function.
7439 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7440 AUTO_LOAD_SAFE_PATH. New comment.
7441 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7442 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7443 * config.in: Regenerate.
7444 * configure: Regenerate.
7445 * configure.ac (--auto-load-safe-path): Rename
7446 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7447 GDB_DATADIR/auto-load.
7448 * defs.h (substitute_path_component): New declaration.
7449 * top.c: Include observer.h.
7450 (set_gdb_datadir): New function.
7451 (init_main): Install it for "set data-directory".
7452 * utils.c (substitute_path_component): New function.
7453
b09aca3a
JK
74542012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7457 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7458 DEBUG_FILE_DIRECTORY. Handle multiple components of
7459 DEBUG_FILE_DIRECTORY.
7460
95554aad
TT
74612012-05-10 Tom Tromey <tromey@redhat.com>
7462
7463 * dwarf2read.c (recursively_write_psymbols): New function.
7464 (write_psymtabs_to_index): Use it.
7465
7466 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7467 field.
7468 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7469 (load_partial_comp_unit): Update.
7470 (queue_comp_unit): Add argument 'pretend_language'.
7471 (process_queue): Update.
7472 (psymtab_to_symtab_1): Skip dependencies that have a user.
7473 (load_partial_comp_unit_reader): Give meaning to the 'data'
7474 argument.
7475 (load_full_comp_unit): Add 'pretend_language' argument.
7476 (process_full_comp_unit): Add 'pretend_language' argument. Set
7477 language on CU.
7478 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7479 Update.
7480 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7481 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7482 Update.
7483 (prepare_one_comp_unit): Add 'pretend_language' argument.
7484
7485 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7486 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7487 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7488 (dw2_do_instantiate_symtab): Check whether symtab was read in
7489 before queueing.
7490 (dw2_instantiate_symtab): Add assertion. Call
7491 process_cu_includes.
7492 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7493 (partial_symtab_p): New typedef.
7494 (set_partial_user): New function.
7495 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7496 (scan_partial_symbols): Add imported CU to imported_symtabs.
7497 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7498 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7499 (get_symtab, recursively_compute_inclusions)
7500 (compute_symtab_includes, process_cu_includes)
7501 (process_imported_unit_die): New functions.
7502 (process_die) <DW_TAG_imported_unit>: New case.
7503 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7504
7505 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7506 comment.
7507 (struct partial_die_info) <locdesc>: Remove.
7508 <d>: New field.
7509 (process_psymtab_comp_unit): Add 'read_partial' argument.
7510 Update.
7511 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7512 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7513 (add_partial_symbol): Update.
7514 (process_die): Handle DW_TAG_partial_unit.
7515 (read_file_scope): Update comment.
7516 (load_partial_dies): Handle DW_TAG_imported_unit.
7517 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7518 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7519
e871fbb9
TT
75202012-05-10 Tom Tromey <tromey@redhat.com>
7521
7522 * cc-with-dwz.sh: New file.
7523
b5b04b5b
TT
75242012-05-10 Tom Tromey <tromey@redhat.com>
7525
7526 * symtab.h (struct symtab) <includes, user>: New fields.
7527 * block.h (struct block_iterator) <d, idx, which>: New fields.
7528 * block.c (initialize_block_iterator, find_iterator_symtab)
7529 (block_iterator_step, block_iter_name_step)
7530 (block_iter_match_step): New functions.
7531 (block_iterator_first, block_iterator_next)
7532 (block_iter_name_first, block_iter_name_next)
7533 (block_iter_match_first, block_iter_match_next): Rewrite.
7534 (get_block_symtab): New function.
7535
84a146c9
TT
75362012-05-10 Tom Tromey <tromey@redhat.com>
7537
7538 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7539 set_block_symtab.
7540 * jit.c (finalize_symtab): Use allocate_global_block,
7541 set_block_symtab.
7542 * buildsym.c (finish_block_internal): New function, from old
7543 finish_block.
7544 (finish_block): Rewrite.
7545 (end_symtab): Use finish_block_internal, set_block_symtab.
7546 * block.h (struct global_block): New.
7547 (allocate_global_block, set_block_symtab): Declare.
7548 * block.c (allocate_global_block, set_block_symtab): New
7549 functions.
7550
9439a077
TT
75512012-05-10 Tom Tromey <tromey@redhat.com>
7552
7553 * psymtab.c (partial_map_expand_apply): Add assertion.
7554 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7555 (psymtab_to_symtab): Find unshared psymtab.
7556 (dump_psymtab): Print including psymtabs.
7557 (recursively_search_psymtabs): New function.
7558 (expand_symtabs_matching_via_partial): Use it.
7559 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7560 fields.
7561 (enum psymtab_search_status): New.
7562
8157b174
TT
75632012-05-10 Tom Tromey <tromey@redhat.com>
7564
7565 * tracepoint.c (scope_info): Update.
7566 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7567 (find_pc_sect_symtab, search_symbols)
7568 (default_make_symbol_completion_list_break_on)
7569 (make_file_symbol_completion_list): Update.
7570 * symmisc.c (dump_symtab_1): Update.
7571 * stack.c (print_frame_args, iterate_over_block_locals)
7572 (print_frame_labels, iterate_over_block_arg_vars): Update.
7573 * python/py-block.c (block_object) <dict>: Remove.
7574 <block>: New field.
7575 <iter>: Change type.
7576 (blpy_iter): Update.
7577 (blpy_block_syms_iternext): Update.
7578 * psymtab.c (map_block): Use block iterators.
7579 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7580 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7581 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7582 * infrun.c (check_exception_resume): Update.
7583 * cp-support.c (make_symbol_overload_list_block): Update.
7584 * coffread.c (patch_opaque_types): Update.
7585 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7586 * block.h (struct block_iterator): New.
7587 (block_iterator_first, block_iterator_next, block_iter_name_first)
7588 (block_iter_name_next, block_iter_match_first)
7589 (block_iter_match_next): Declare.
7590 (ALL_BLOCK_SYMBOLS): Redefine.
7591 * block.c (block_iterator_first, block_iterator_next)
7592 (block_iter_name_first, block_iter_name_next)
7593 (block_iter_match_first, block_iter_match_next): New functions.
7594 * ada-lang.c (ada_add_block_symbols)
7595 (ada_make_symbol_completion_list): Use block iterator.
7596
a2ca7a52
TT
75972012-05-10 Tom Tromey <tromey@redhat.com>
7598
7599 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7600 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7601 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7602 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7603 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7604 Update.
7605
64ea88dc
JB
76062012-05-10 Joel Brobecker <brobecker@adacore.com>
7607
7608 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7609 print-file-var-lib2.c, print-file-var-main.c and
7610 print-file-var.exp (located in gdb/testsuite/gdb.base).
7611
99a547d6
JB
76122012-05-10 Joel Brobecker <brobecker@adacore.com>
7613
7614 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7615 try locating the symbol in the symbol's own objfile first, before
7616 extending the search to all objfiles.
7617 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7618 out of lookup_symbol_aux_symtabs.
7619 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7620 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7621 Do not search EXCLUDE_OBJFILE.
7622 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7623 (lookup_symbol_global): Search for matches in the block's objfile
7624 first, before searching all other objfiles.
7625
0ece64fd
TG
76262012-05-10 Tristan Gingold <gingold@adacore.com>
7627
7628 * printcmd.c (set_command): Add pre/post inc/dec.
7629
3d16a105
FCE
76302012-05-09 Frank Ch. Eigler <fche@redhat.com>
7631
7632 * gdb.1: Document -ex option.
7633
2efbc0f7
JB
76342012-05-09 Joel Brobecker <brobecker@adacore.com>
7635
7636 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7637 * inferior.h (AT_SYMBOL): Delete.
7638
2c76a0c7
JB
76392012-05-09 Joel Brobecker <brobecker@adacore.com>
7640
7641 * mips-tdep.c (mips_push_dummy_code): New function.
7642 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7643 ON_STACK and install mips_push_dummy_code as our gdbarch
7644 push_dummy_code routine.
7645
9401a810
PA
76462012-05-09 Pedro Alves <palves@redhat.com>
7647
7648 * target.c (set_maintenance_target_async_permitted): Rename to ...
7649 (set_target_async_command): ... this.
7650 (show_maintenance_target_async_permitted): Rename to ...
7651 (show_target_async_command): ... this.
7652 (initialize_targets): Adjust.
7653
3929b321
DE
76542012-05-08 Doug Evans <dje@google.com>
7655
7656 * go-exp.y (classify_name): Add missing assignment of fields of
7657 yylval.ssym.
7658
c41535fd
EZ
76592012-05-08 Eli Zaretskii <eliz@gnu.org>
7660
7661 Display the ">" prompt in interactive mode while reading canned
7662 commands, even when the current interpreter is MI.
7663
7664 * interps.c (interp_set_temp): New function.
7665
7666 * interps.h (interp_set_temp): Add prototype.
7667
7668 * cli/cli-script.c (restore_interp): New cleanup function.
7669 (read_command_lines): Temporarily override the current interpreter
7670 with CLI and arrange for restoring the original one.
7671
c0749c4d
JS
76722012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7673
7674 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7675
d7333987
SDJ
76762012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7677
7678 * probe.c (parse_probes): Move conditional to check for
7679 debuginfo files from here...
7680 * stap-probe.c (stap_get_probes): ... to here.
7681
649e6d92
MK
76822012-05-07 Mark Kettenis <kettenis@gnu.org>
7683 H.J. Lu <hongjiu.lu@intel.com>
7684
7685 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7686 `movl %esp, %ebp' for the X32 ABI.
7687
f39c6ffd
TT
76882012-05-07 Tom Tromey <tromey@redhat.com>
7689
7690 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7691 get_DW_TAG_name.
7692 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7693 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7694 (dwarf_stack_op_name): Remove.
7695 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7696 (decode_locdesc): Use get_DW_OP_name.
7697 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7698 (dwarf2_compile_expr_to_ax): Likewise.
7699 (disassemble_dwarf_expression): Likewise.
7700 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7701
1e1f6591
CLT
77022012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7703
7704 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7705 (sh_linux_sigtramp_cache): New function.
7706 (sh_linux_sigreturn_init): New function.
7707 (sh_linux_rt_sigreturn_init): New function.
7708 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7709 patterns.
7710 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7711 syscall codes.
7712 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7713 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7714 (sh_linux_init_abi): Add init calls to register new tramp_frame
7715 definitions under 32-bit SH, update comments.
7716
545c08b4
PA
77172012-05-07 Pedro Alves <palves@redhat.com>
7718
daac165e
PA
7719 PR gdb/10952
7720
545c08b4
PA
7721 * amd64-linux-tdep.c: Include glibc-tdep.h.
7722 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7723 gdbarch_skip_solib_resolver callback.
7724
af2c1515
JK
77252012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7728 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7729 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7730 (add_auto_load_safe_path): Change the error message.
7731 (_initialize_auto_load): Change the "safe-path" help text.
7732 * configure: Regenerate
7733 * configure.ac (--without-auto-load-safe-path): Set
7734 WITH_AUTO_LOAD_SAFE_PATH to /.
7735
1067f998
SDJ
77362012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7737
7738 * stap-probe.h: Do not include unecessary `probe.h'.
7739
45dfa85a
AM
77402012-05-05 Alan Modra <amodra@gmail.com>
7741
7742 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7743 bfd_und_section_ptr.
7744 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7745 and bfd_com_section_ptr.
7746
cf093994
JB
77472012-05-04 Joel Brobecker <brobecker@adacore.com>
7748
762ebb75 7749 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 7750
d40dc7a8
JB
77512012-05-04 Joel Brobecker <brobecker@adacore.com>
7752
7753 * windows-nat.h (segment_register_p_ftype): New typedef.
7754 (windows_set_segment_register_p): Add declaration.
7755 * windows-nat.c (segment_register_p): New static global.
7756 (windows_set_segment_register_p): New function.
7757 (do_windows_fetch_inferior_registers): Add special handling
7758 for segment registers.
7759 * amd64-windows-nat.c: #include "amd64-tdep.h".
7760 (amd64_windows_segment_register_p): New function.
7761 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7762 * i386-windows-nat.c: #include "i386-tdep.h".
7763 (i386_windows_segment_register_p): New function.
7764 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7765
52b3699b
TG
77662012-05-04 Tristan Gingold <gingold@adacore.com>
7767
7768 * printcmd.c (set_command): Emit a warning if the expression is not
7769 an assignment.
7770
94c74239
JB
77712012-05-03 Joel Brobecker <brobecker@adacore.com>
7772
7773 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7774 Make static.
7775
fcf57f19
SDJ
77762012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7777
7778 * stap-probe.c (stap_is_operator): Change declaration.
7779 (stap_get_opcode): Change return value.
7780 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7781 `stap_parse_argument_1'.
7782
27d2932e
PA
77832012-05-03 Pedro Alves <pedro@codesourcery.com>
7784
7785 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7786 debug log.
7787
a20ee7a4
SCR
77882012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7789
7790 Add two new methods global_block and static_block to gdb.Symtab
7791 objects.
7792 * NEWS (Python scripting): Add entry about the new methods.
7793 * python/py-symtab.c (stpy_global_block): New function which
7794 implements the gdb.Symtab.global_block() method.
7795 (stpy_static_block): New function which implements the
7796 gdb.Symtab.static_block() method.
7797 (symtab_object_methods): Add entries for the two new methods.
7798
943cb756
DE
77992012-05-03 Doug Evans <dje@google.com>
7800
7801 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7802 files.
7803
f4644a3f
YQ
78042012-05-03 Yao Qi <yao@codesourcery.com>
7805
7806 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7807 space.
7808 (i386_process_record): Ditto.
7809
ef61f180
JB
78102012-05-02 Joel Brobecker <brobecker@adacore.com>
7811
7812 * infcall.c (unwind_on_signal_p): Make static.
7813
02f1df11
JB
78142012-05-02 Joel Brobecker <brobecker@adacore.com>
7815
7816 * sol-thread.c (solaris_pid_to_str): Make static.
7817 (_initialize_sol_thread): Add prototype.
7818
39023530
JB
78192012-05-02 Joel Brobecker <brobecker@adacore.com>
7820
7821 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7822
c6b0c501
CF
78232012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7824
7825 * MAINTAINERS: Remove myself.
7826
1ef71717
JK
78272012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7828
7829 Fix --without-auto-load-safe-path for MS-Windows host platform.
7830 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7831
b31b86a7
EZ
78322012-05-02 Eli Zaretskii <eliz@gnu.org>
7833
7834 * gdb_curses.h: Undefine KEY_EVENT before including curses
7835 headers. Move "#undef MOUSE_MOVED" before any curses header
7836 inclusion.
7837
777532fc
SDJ
78382012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7839
7840 * features/i386/i386-mmx-linux.c: Regenerate.
7841 * features/rs6000/powerpc-32.c: Likewise.
7842 * features/rs6000/powerpc-32l.c: Likewise.
7843 * features/rs6000/powerpc-403.c: Likewise.
7844 * features/rs6000/powerpc-403gc.c: Likewise.
7845 * features/rs6000/powerpc-405.c: Likewise.
7846 * features/rs6000/powerpc-505.c: Likewise.
7847 * features/rs6000/powerpc-601.c: Likewise.
7848 * features/rs6000/powerpc-602.c: Likewise.
7849 * features/rs6000/powerpc-603.c: Likewise.
7850 * features/rs6000/powerpc-604.c: Likewise.
7851 * features/rs6000/powerpc-64.c: Likewise.
7852 * features/rs6000/powerpc-64l.c: Likewise.
7853 * features/rs6000/powerpc-750.c: Likewise.
7854 * features/rs6000/powerpc-860.c: Likewise.
7855 * features/rs6000/powerpc-e500.c: Likewise.
7856 * features/rs6000/powerpc-e500l.c: Likewise.
7857 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7858 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7859 * features/rs6000/rs6000.c: Likewise.
7860
d71871bc
SDJ
78612012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7862
7863 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7864 variable.
7865 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7866 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7867 (stap_parse_argument) <e>: Likewise.
7868 (handle_stap_probe) <byte_order>: Likewise.
7869
fd820528
DE
78702012-04-30 Doug Evans <dje@google.com>
7871
7872 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7873 init_and_read_dies_worker. All callers updated.
7874 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7875 replaced with init_cutu_and_read_dies.
7876 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7877 (find_partial_die): Remove FIXME. Don't free current CU.
7878
ec3f619d 78792012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
7880
7881 * contrib: New directory.
7882 * contrib/test_pubnames_and_indexes.py: New file.
7883
fceca515
DE
78842012-04-30 Doug Evans <dje@google.com>
7885
7886 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7887 All callers updated.
7888 (init_cu_die_reader): Verify the section is non-empty.
7889 (dwarf_decode_line_header): Don't dereference section->asection
7890 until we know the section is present.
7891
311fe7e1
SDJ
78922012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7893
7894 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7895 probes.
7896
5977971a
YQ
78972012-04-29 Yao Qi <yao@codesourcery.com>
7898
7899 * gdb-code-style.el: New hook gdb-markup-hook
7900 and gdb-comment-hook.
7901
dee91e82
DE
79022012-04-28 Doug Evans <dje@google.com>
7903
3019eac3
DE
7904 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7905 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7906 objfile->obfd.
7907 * symfile.h (dwarf2_debug_sections): New member addr.
7908 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7909 (ctx_no_get_addr_index): New function.
7910 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7911 (ctx_no_get_addr_index): Declare.
7912 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7913 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7914 (dwarf_expr_ctx_funcs): Update.
7915 (needs_get_addr_index): New function.
7916 (needs_frame_ctx_funcs): Update.
7917 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7918 * dwarf2read.c: #include "gdbcore.h".
7919 (dwarf2_per_objfile): New members addr, dwo_files.
7920 (dwarf2_elf_names): Add entry for addr.
7921 (struct dwo_section_names): New type.
7922 (dwo_section_names): New static global.
7923 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7924 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7925 old debug_types_section member updated to use this.
7926 Rename member debug_types_section to info_or_types_section,
7927 all uses updated.
7928 (signatured_type): Rename member type_offset to type_offset_in_tu,
7929 all uses updated. New member type_offset_in_section.
7930 (struct dwo_sections): New type.
7931 (struct dwo_unit): New type.
7932 (struct dwo_file): New type.
7933 (die_reader_specs): New member dwo_file.
7934 (dwarf2_locate_sections): Watch for .debug_addr.
7935 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7936 (dwarf2_read_section): Get bfd of section from bfd's asection,
7937 instead of objfile.
7938 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7939 (create_signatured_type_table_from_index): Initialize
7940 sig_type->info_or_types_section.
7941 (dw2_get_file_names): Statement lists for type units with DWO files
7942 live in the DWO file.
7943 (create_debug_types_hash_table): New function.
7944 (create_all_type_units): Rewrite.
7945 (init_cu_die_reader): New arg dwo_file, all callers updated.
7946 (init_and_read_dies_worker): Get section from
7947 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7948 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7949 continue reading the CU/TU from there.
7950 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7951 updated. Get section from this_cu->info_or_types_section.
7952 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7953 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7954 DW_FORM_GNU_str_index.
7955 (hash_dwo_file, eq_dwo_file): New functions.
7956 (allocate_dwo_file_hash_table): New function.
7957 (hash_dwo_unit, eq_dwo_unit): New functions.
7958 (allocate_dwo_unit_table): New function.
7959 (dwarf2_locate_dwo_sections): New function.
7960 (struct create_dwo_info_table_data): New type.
7961 (create_debug_info_hash_table_reader): New function.
7962 (create_debug_info_hash_table): New function.
7963 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7964 (lookup_dwo_file): New function.
7965 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7966 (free_dwo_file, free_dwo_file_cleanup): New functions.
7967 (free_dwo_file_from_slot, free_dwo_files): New functions.
7968 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7969 (dwarf2_record_block_ranges): Ditto.
7970 (read_partial_die): Ditto.
7971 (process_enumeration_scope): Update to use type_offset_in_section.
7972 (read_full_die_1): New function.
7973 (read_full_die): Rewrite.
7974 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7975 DW_FORM_GNU_str_index.
7976 (read_addr_index_1, read_addr_index): New functions.
7977 (read_addr_index_from_leb128): New function.
7978 (struct dwarf2_read_addr_index_data): New type.
7979 (dwarf2_read_addr_index_reader): New function.
7980 (dwarf2_read_addr_index): New function.
7981 (read_str_index): New function.
7982 (leb128_size): New function.
7983 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7984 If processing a type unit from a DWO file, get the line section
7985 from the DWO file.
7986 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7987 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7988 DW_FORM_GNU_str_index.
7989 (lookup_die_type): Check whether section offset of type's die is
7990 known before looking it up. Remove assert. Condition can
7991 legimately happen for inter-cu type references.
7992 (dwarf_attr_name): Handle Fission attributes.
7993 (dwarf_form_name): Handle Fission forms.
7994 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7995 DW_FORM_GNU_str_index.
7996 (follow_die_sig): Update to use type_offset_in_section.
7997 (decode_locdesc): New case DW_OP_GNU_addr_index.
7998 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7999 DW_FORM_GNU_str_index.
8000 (cu_debug_loc_section): New function.
8001 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
8002 (dwarf2_per_objfile_free): Unmap .debug_addr section.
8003 Free DWO files if present.
8004 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
8005
dee91e82
DE
8006 Refactor DIE reading.
8007 * dwarf2read.c (dwarf2_per_objfile): Replace members
8008 debug_info_type_hash and debug_types_type_hash with die_type_hash.
8009 (die_reader_specs): New member "die_section". Temporarily make
8010 member "buffer" non-const, pending constifying all info_ptr uses.
8011 (die_reader_func_ftype): New typedef.
8012 (dw2_get_file_names_reader): New function.
8013 (dw2_get_file_names): Rewrite.
8014 (read_and_check_type_unit_head): Rename arg type_offset to
8015 type_offset_in_tu.
8016 (create_all_type_units): Improve debugging message.
8017 Improve dummy type unit check.
8018 (init_cu_die_reader): New arg "section". All callers updated.
8019 (init_and_read_dies_worker): New function.
8020 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8021 (init_cutu_and_read_dies_no_follow): New function.
8022 (init_cutu_and_read_dies_simple): New function.
8023 (process_psymtab_comp_unit_reader): New function.
8024 (process_psymtab_comp_unit): Delete args section,
8025 is_debug_types_section. Rewrite. All callers updated.
8026 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8027 All callers updated. Rewrite.
8028 (load_partial_comp_unit_reader): New function.
8029 (load_partial_comp_unit): Rewrite.
8030 (skip_children): New arg reader. Delete args buffer, cu.
8031 All callers updated.
8032 (skip_one_die): New arg reader. Delete args buffer, cu.
8033 All callers updated.
8034 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
8035 All callers updated.
8036 (load_full_comp_unit_reader): New function.
8037 (load_full_comp_unit): Rewrite.
8038 (read_comp_unit): Delete.
8039 (read_die_and_children_1): Delete, contents moved ...
8040 (read_die_and_children): ... here.
8041 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
8042 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
8043 All callers updated.
8044 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
8045 All callers updated.
8046 (find_partial_die): Rewrite load_all_dies support.
8047 (read_attribute_value): New arg reader. Delete args abfd, cu.
8048 All callers updated.
8049 (read_attribute): New arg reader. Delete args abfd, cu.
8050 All callers updated.
8051 (load_full_type_unit): Add assert.
8052 (read_signatured_type_reader): New function.
8053 (read_signatured_type): Rewrite.
8054 (free_stack_comp_unit): Remove call to age_cached_comp_units.
8055 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8056 All callers updated. Set per_cu->cu = NULL after freeing it.
8057 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8058 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8059 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8060 (set_die_type): Update.
8061 (get_die_type_at_offset): Update.
8062 (read_file_scope): Call prepare_one_comp_unit.
8063 (read_type_unit_scope): Ditto.
8064 (prepare_one_comp_unit): Set producer if present.
8065
72d59e0d
SDJ
80662012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
8067
8068 * probe.c (compile_rx_or_error): Silence ARI warning about missing
8069 gettext function on `error'.
8070
0fefef59
DE
80712012-04-27 Doug Evans <dje@google.com>
8072
8073 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8074 is empty.
8075
28106bc2
SDJ
80762012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8077 Tom Tromey <tromey@redhat.com>
8078
8079 * breakpoint.c (struct breakpoint_objfile_data)
8080 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8081 <exception_probes>: New fields.
8082 (free_breakpoint_probes): New function.
8083 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8084 `_Unwind_DebugHook'.
8085 (create_exception_master_breakpoint): Likewise.
8086 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8087 * infrun.c: Including necessary header files for handling SystemTap
8088 probes.
8089 (handle_inferior_event): Handling longjmp breakpoint and exceptions
8090 via SystemTap probes.
8091 (check_exception_resume): Remove `func' argument. Handle exception
8092 unwinding breakpoint set via a SystemTap probe.
8093 (insert_exception_resume_from_probe): New function.
8094
55aa24fb
SDJ
80952012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8096 Tom Tromey <tromey@redhat.com>
8097 Jan Kratochvil <jan.kratochvil@redhat.com>
8098
8099 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8100 (COMMON_OBS): Likewise.
8101 (HFILES_NO_SRCDIR): Add `probe'.
8102 * NEWS: Mention support for static and SystemTap probes.
8103 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8104 SystemTap probes' arguments parser.
8105 * arm-linux-tdep.c: Including headers needed to perform the parsing
8106 of SystemTap probes' arguments.
8107 (arm_stap_is_single_operand): New function.
8108 (arm_stap_parse_special_token): Likewise.
8109 (arm_linux_init_abi): Initializing proper fields used by SystemTap
8110 probes' arguments parser.
8111 * ax-gdb.c (require_rvalue): Removing static declaration.
8112 (gen_expr): Likewise.
8113 * ax-gdb.h (gen_expr): Declaring function.
8114 (require_rvalue): Likewise.
8115 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8116 (bkpt_probe_breakpoint_ops): New variable.
8117 (momentary_breakpoint_from_master): Set the `probe' value.
8118 (add_location_to_breakpoint): Likewise.
8119 (break_command_1): Using proper breakpoint_ops according to the
8120 argument passed by the user in the command line.
8121 (bkpt_probe_insert_location): New function.
8122 (bkpt_probe_remove_location): Likewise.
8123 (bkpt_probe_create_sals_from_address): Likewise.
8124 (bkpt_probe_decode_linespec): Likewise.
8125 (tracepoint_probe_create_sals_from_address): Likewise.
8126 (tracepoint_probe_decode_linespec): Likewise.
8127 (tracepoint_probe_breakpoint_ops): New variable.
8128 (trace_command): Using proper breakpoint_ops according to the
8129 argument passed by the user in the command line.
8130 (initialize_breakpoint_ops): Initializing breakpoint_ops for
8131 static probes on breakpoints and tracepoints.
8132 * breakpoint.h (struct bp_location) <probe>: New field.
8133 * cli-utils.c (skip_spaces_const): New function.
8134 (extract_arg): Likewise.
8135 * cli-utils.h (skip_spaces_const): Likewise.
8136 (extract_arg): Likewise.
8137 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8138 * configure.ac: Append `stap-probe.o' to be generated when ELF
8139 support is present.
8140 * configure: Regenerate.
8141 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8142 * elfread.c: Include `probe.h' and `arch-utils.h'.
8143 (probe_key): New variable.
8144 (elf_get_probes): New function.
8145 (elf_get_probe_argument_count): Likewise.
8146 (elf_evaluate_probe_argument): Likewise.
8147 (elf_compile_to_ax): Likewise.
8148 (elf_symfile_relocate_probe): Likewise.
8149 (stap_probe_key_free): Likewise.
8150 (elf_probe_fns): New variable.
8151 (elf_sym_fns): Add `sym_probe_fns' value.
8152 (elf_sym_fns_lazy_psyms): Likewise.
8153 (elf_sym_fns_gdb_index): Likewise.
8154 (_initialize_elfread): Initialize objfile cache for static
8155 probes.
8156 * gdb_vecs.h (struct probe): New forward declaration.
8157 (probe_p): New VEC declaration.
8158 * gdbarch.c: Regenerate.
8159 * gdbarch.h: Regenerate.
8160 * gdbarch.sh (stap_integer_prefix): New variable.
8161 (stap_integer_suffix): Likewise.
8162 (stap_register_prefix): Likewise.
8163 (stap_register_suffix): Likewise.
8164 (stap_register_indirection_prefix): Likewise.
8165 (stap_register_indirection_suffix): Likewise.
8166 (stap_gdb_register_prefix): Likewise.
8167 (stap_gdb_register_suffix): Likewise.
8168 (stap_is_single_operand): New function.
8169 (stap_parse_special_token): Likewise.
8170 (struct stap_parse_info): Forward declaration.
8171 * i386-tdep.c: Including headers needed to perform the parsing
8172 of SystemTap probes' arguments.
8173 (i386_stap_is_single_operand): New function.
8174 (i386_stap_parse_special_token): Likewise.
8175 (i386_elf_init_abi): Initializing proper fields used by SystemTap
8176 probes' arguments parser.
8177 * i386-tdep.h (i386_stap_is_single_operand): New function.
8178 (i386_stap_parse_special_token): Likewise.
8179 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8180 * mipsread.c (ecoff_sym_fns): Likewise.
8181 * objfiles.c (objfile_relocate1): Support relocation for static
8182 probes.
8183 * parse.c (prefixify_expression): Remove static declaration.
8184 (initialize_expout): Likewise.
8185 (reallocate_expout): Likewise.
8186 * parser-defs.h (initialize_expout): Declare function.
8187 (reallocate_expout): Likewise.
8188 (prefixify_expression): Likewise.
8189 * ppc-linux-tdep.c: Including headers needed to perform the parsing
8190 of SystemTap probes' arguments.
8191 (ppc_stap_is_single_operand): New function.
8192 (ppc_stap_parse_special_token): Likewise.
8193 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8194 probes' arguments parser.
8195 * probe.c: New file, for generic statically defined probe support.
8196 * probe.h: Likewise.
8197 * s390-tdep.c: Including headers needed to perform the parsing of
8198 SystemTap probes' arguments.
8199 (s390_stap_is_single_operand): New function.
8200 (s390_gdbarch_init): Initializing proper fields used by SystemTap
8201 probes' arguments parser.
8202 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8203 * stap-probe.c: New file, for SystemTap probe support.
8204 * stap-probe.h: Likewise.
8205 * symfile.h: Include `gdb_vecs.h'.
8206 (struct sym_probe_fns): New struct.
8207 (struct sym_fns) <sym_probe_fns>: New field.
8208 * symtab.c (init_sal): Initialize `probe' field.
8209 * symtab.h (struct probe): Forward declaration.
8210 (struct symtab_and_line) <probe>: New field.
8211 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8212 locations.
8213 (stop_tracing): Likewise.
8214 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8215
22d2b532
SDJ
82162012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8217 Tom Tromey <tromey@redhat.com>
8218
8219 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8220 and to compile agent expressions.
8221 * infrun.c (siginfo_make_value): New argument `ignore'.
8222 (siginfo_funcs): New struct.
8223 (_initialize_infrun): New argument when calling
8224 `create_internalvar_type_lazy'.
8225 * thread.c (thread_id_make_value): New argument `ignore'.
8226 (thread_funcs): New struct.
8227 (_initialize_thread): New argument when calling
8228 `create_internalvar_type_lazy'.
8229 * tracepoint.c (sdata_make_value): New argument `ignore'.
8230 (sdata_funcs): New struct.
8231 (_initialize_tracepoint): New argument when calling
8232 `create_internalvar_type_lazy'.
8233 * value.c (make_value): New struct.
8234 (create_internalvar_type_lazy): New argument `data'.
8235 (compile_internalvar_to_ax): New function.
8236 (value_of_internalvar): Properly handling `make_value' case.
8237 (clear_internalvar): Likewise.
8238 (show_convenience): Adding `TRY_CATCH' block.
8239 * value.h (internalvar_make_value): Delete, replace by...
8240 (struct internalvar_funcs): ... this.
8241 (create_internalvar_type_lazy) <fun>: Delete argument.
8242 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8243 (compile_internalvar_to_ax): New function.
8244 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8245 (tlb_funcs): New struct.
8246 (_initialize_windows_tdep): New argument when calling
8247 `create_internalvar_type_lazy'.
8248
91da1414
MW
82492012-04-27 Mark Wielaard <mjw@redhat.com>
8250
8251 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8252 see whether it is an address or a constant offset from DW_AT_low_pc.
8253 (dwarf2_record_block_ranges): Likewise.
8254 (read_partial_die): Likewise.
8255
4ab9d8ec
MW
82562012-04-26 Mark Wielaard <mjw@redhat.com>
8257
8258 * MAINTAINERS (Write After Approval): Add myself to the list.
8259
a0911fd0
MR
82602012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8261
8262 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8263 (proc_prettyprint_signal): Likewise.
8264 (proc_prettyprint_faultset): Likewise.
8265 (proc_prettyprint_fault): Likewise.
8266 (proc_prettyprint_actionset): Likewise.
8267 (proc_prettyprint_flags): Move to new proc-flags.c section.
8268 (proc_prettyfprint_flags): New prototype.
8269 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8270 (proc_syscall, proc_cursig): Likewise.
8271 (proc_set_kill_on_last_close): Likewise.
8272 (proc_unset_kill_on_last_close): Likewise.
8273 (proc_set_watchpoint): Make static.
8274 (proc_delete_dead_threads): Likewise.
8275 (procfs_set_watchpoint): Likewise.
8276 (_initialize_procfs): Add prototype.
8277 * proc-events.c: Include proc-utils.h.
8278 (init_syscall_table): Make static.
8279 * proc-api.c (_initialize_proc_api): Add prototype.
8280 * proc-flags.c: Include proc-utils.h.
8281
9009e1ae
MR
82822012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8283
8284 * configure.ac: Add AC_ARG_PROGRAM.
8285 * configure: Regenerate.
8286
4fae6e18
JK
82872012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 Fix DW_AT_lower_bound defaults for DWARF-4+.
8290 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8291 high. New variable low_default_is_valid. Implement DWARF-4+
8292 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8293 no default by the DWARF standard.
8294
14132e89 82952012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 8296 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
8297
8298 * infrun.c (handle_inferior_event): Move the check for return
8299 trampolines ahead of the check for function trampolines.
8300 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8301 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8302 (mips_str_mips16_ret_stub): Likewise.
8303 (mips_str_call_fp_stub): Likewise.
8304 (mips_str_call_stub): Likewise.
8305 (mips_str_fn_stub): Likewise.
8306 (mips_str_pic): Likewise.
8307 (mips_in_frame_stub): New function.
8308 (mips_unwind_pc): Return the return address rather than the PC
8309 if the PC of an intermediate frame is inside a call thunk.
8310 (mips_is_stub_suffix): New function.
8311 (mips_is_stub_mode): Likewise.
8312 (mips_get_mips16_fn_stub_pc): Likewise.
8313 (mips_skip_mips16_trampoline_code): Update to handle all the
8314 currently generated stub types. Don't recurse into __fn_stub
8315 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8316 Use cooked register accesses.
8317 (mips_in_return_stub): Reintroduce function.
8318 (mips_skip_trampoline_code): Traverse trampolines recursively.
8319 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8320
518f0db5 83212012-04-26 Joel Brobecker <brobecker@adacore.com>
8322
8323 GDB 7.4.1 released.
8324
3184d3f9
JL
83252012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8326
8327 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8328 * features/arm-with-m-vfp-d16.xml: New file. Describes
8329 Cortex-M with VFPv4-sp-d16 FPU register layout.
8330 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8331 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8332 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8333 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8334 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8335
b6201d44
DE
83362012-04-25 Doug Evans <dje@google.com>
8337
8338 * cli/cli-decode.c (print_doc_line): Use stream instead of
8339 current_uiout.
8340
4e2f8df6
SDJ
83412012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8342
8343 * features/arm-with-iwmmxt.c: Regenerate.
8344 * features/arm-with-m-fpa-layout.c: Likewise.
8345 * features/arm-with-m.c: Likewise.
8346 * features/arm-with-neon.c: Likewise.
8347 * features/arm-with-vfpv2.c: Likewise.
8348 * features/arm-with-vfpv3.c: Likewise.
8349 * features/mips-dsp-linux.c: Likewise.
8350 * features/mips-linux.c: Likewise.
8351 * features/mips64-dsp-linux.c: Likewise.
8352 * features/mips64-linux.c: Likewise.
8353 * features/s390-linux32.c: Likewise.
8354 * features/s390-linux32v1.c: Likewise.
8355 * features/s390-linux32v2.c: Likewise.
8356 * features/s390-linux64.c: Likewise.
8357 * features/s390-linux64v1.c: Likewise.
8358 * features/s390-linux64v2.c: Likewise.
8359 * features/s390x-linux64.c: Likewise.
8360 * features/s390x-linux64v1.c: Likewise.
8361 * features/s390x-linux64v2.c: Likewise.
8362 * features/tic6x-c62x-linux.c: Likewise.
8363 * features/tic6x-c62x.c: Likewise.
8364 * features/tic6x-c64x-linux.c: Likewise.
8365 * features/tic6x-c64x.c: Likewise.
8366 * features/tic6x-c64xp-linux.c: Likewise.
8367 * features/tic6x-c64xp.c: Likewise.
8368 * target-descriptions.c: Only generate `field_type' and `type'
8369 variables when needed.
8370
2def3e66
JB
83712012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8372
8373 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8374
a766d390
DE
83752012-04-25 Doug Evans <dje@google.com>
8376
8377 Initial pass at Go language support.
8378 * NEWS: Mention Go.
8379 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8380 go-valprint.c.
8381 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8382 (YYFILES): Add go-exp.c.
8383 (YYOBJ): Add go-exp.o.
8384 (local-maintainer-clean): Delete go-exp.c.
8385 * defs.h (enum language): Add language_go.
8386 * dwarf2read.c: #include "go-lang.h".
8387 (fixup_go_packaging): New function.
8388 (process_full_comp_unit): Call it when processing Go CUs.
8389 (dwarf2_physname): Add Go support.
8390 (read_file_scope): Handle missing language spec for GNU Go.
8391 (set_cu_language): Handle DW_LANG_Go.
8392 * go-exp.y: New file.
8393 * go-lang.h: New file.
8394 * go-lang.c: New file.
8395 * go-typeprint.c: New file.
8396 * go-valprint.c: New file.
8397 * symtab.c: #include "go-lang.h".
8398 (symbol_set_language): Handle language_go.
8399 (symbol_find_demangled_name, symbol_set_names): Ditto.
8400 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8401
4e2af517
JM
84022012-04-24 Jim Meyering <meyering@redhat.com>
8403
8404 avoid a few strncpy-induced buffer overruns
8405 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8406 fname and psargs before trying to concatenate.
8407 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8408 "name" before applying strchr.
8409
b77b7f52
SCR
84102012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8411
8412 * CONTRIBUTE: Use unified diff instead of context diff when
8413 generating patches.
8414
6321c22a
MR
84152012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8416
8417 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8418 code. Handle JR.HB correctly.
8419
742c84f6
MR
84202012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8421
8422 * mips-tdep.c
8423 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8424 with the other MIPS16 helpers.
8425
7fc7e0c3
SDJ
84262012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8427
8428 * observer.sh: Conditionally declare `args', thus cleaning up
8429 unused instances of this variable.
8430
20388dd6
YQ
84312012-04-24 Yao Qi <yao@codesourcery.com>
8432
8433 Revert this patch to allow breakpoint always-inserted
8434 in record target.
8435 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
8436 * breakpoint.c: Include record.h.
8437 (breakpoints_always_inserted_mode): Return false when the record
8438 target is in use.
20388dd6
YQ
8439
8440 * breakpoint.c (iterate_over_bp_locations): New.
8441 * breakpoint.h: Declare.
8442 New typedef walk_bp_location_callback.
8443 * record.c (record_open): Call record_init_record_breakpoints.
8444 (record_sync_record_breakpoints): New.
8445 (record_init_record_breakpoints): New.
8446 * NEWS: Mention supporting breakpoint always-inserted mode in
8447 record target.
8448
4734f50e
MK
84492012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8450
8451 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8452 any thread.
8453
c326b90e
YQ
84542012-04-24 Yao Qi <yao@codesourcery.com>
8455
8456 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8457 (is_catchpoint): ... it.
8458 (print_one_breakpoint_location): Caller update.
8459 * breakpoint.h: Update declaration.
8460
d8fb5a1e
DM
84612012-04-23 David S. Miller <davem@davemloft.net>
8462
8463 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8464
34431a2a
TT
84652012-04-23 Tom Tromey <tromey@redhat.com>
8466
8467 * buildsym.c (add_free_pendings): Remove.
8468 * buildsym.h (add_free_pendings): Remove.
8469
4568ecf9
DE
84702012-04-23 Doug Evans <dje@google.com>
8471
8472 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8473 attr.u.unsnd instead of attr.u.addr.
8474 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8475 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8476 DW_FORM_ref_udata.
8477 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8478 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8479 DW_FORM_ref_udata.
8480 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8481
dca9aa3a
MR
84822012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8483
8484 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8485 (mips_o32_return_value): Likewise.
8486 (mips_o64_return_value): Likewise.
8487
c8ea1972
PH
84882012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8489
8490 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
8491 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8492 their treatment in eval.c.
c8ea1972 8493
8d1b3521
DM
84942012-04-21 David S. Miller <davem@davemloft.net>
8495
8496 * sparc-tdep.c (X_DISP10): Define.
8497 (sparc_analyze_control_transfer): Handle compare-and-branch.
8498
03145bf4
JL
84992012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8500
8501 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8502 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8503
004159a2 85042012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 8505 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
8506
8507 * mips-tdep.c (mips_float_register_p): New function.
8508 (mips_convert_register_float_case_p): Use mips_float_register_p.
8509 (mips_register_type): Likewise.
8510 (mips_print_register): Likewise.
8511 (print_gp_register_row): Likewise.
8512 (mips_print_registers_info): Likewise.
8513
7f0e6aae
MR
85142012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8515
8516 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8517 of mips16 symbols.
8518
bc17beea
AP
85192012-04-20 Andrew Pinski <apinski@cavium.com>
8520
8521 * MAINTAINERS (Write After Approval): Add myself to the list.
8522
1730a5a5
SDJ
85232012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8524
8525 * MAINTAINERS: Update my e-mail address.
8526
38ea300a
PA
85272012-04-20 Pedro Alves <palves@redhat.com>
8528
8529 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8530 $srcdir.
8531 * configure: Regenerate.
8532
111dfaae
SDJ
85332012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8534
8535 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8536 declaration.
8537 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8538
4fb2c64a
JK
85392012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 Fix compilation compatibility with python-2.4
8542 * python/py-type.c (convert_field): Cast ADDRSTRING for
8543 PyObject_SetAttrString as non-const. New comment.
8544
6328eb38
TT
85452012-04-19 Tom Tromey <tromey@redhat.com>
8546
8547 * top.c (quit_target): Use all_cleanups.
8548 * main.c (captured_command_loop): Use all_cleanups.
8549 * exceptions.c (throw_exception): Use all_cleanups.
8550
c971b7fa
PA
85512012-04-19 Pedro Alves <palves@redhat.com>
8552
8553 * Makefile.in (GNULIB_BUILDDIR): New.
8554 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8555 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8556 (CLEANDIRS). Remove gnulib/import.
8557 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8558 (all-lib): Ditto.
8559 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8560 (gnulib/import/Makefile): Replace gnulib/import with
8561 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8562 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8563 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8564 acx_configure_dir.m4.
8565 * acinclude.m4: Include acx_configure_dir.m4.
8566 * acx_configure_dir.m4: New file.
8567 * aclocal.m4: Regenerate.
a09130f9
PA
8568 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8569 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8570 (GNULIB): New variable.
8571 (GNULIB_STDINT_H): Adjust.
8572 (AC_OUTPUT): Don't output gnulib/Makefile.
8573 * gdb/defs.h: Include build-gnulib/config.h.
8574 * aclocal.m4: Regenerate.
8575 * config.in: Regenerate.
8576 * configure: Regenerate.
8577
8578 * gnulib/Makefile.in: New file.
8579 * gnulib/configure.ac: New file.
8580 * gnulib/aclocal.m4: New file.
8581 * gnulib/config.in: New file.
8582 * gnulib/configure: New file.
c971b7fa
PA
8583 * gnulib/: Re-run gnulib-tool to adjust.
8584
b10faa68
DE
85852012-04-19 Doug Evans <dje@google.com>
8586
8587 * cleanups.h (struct cleanup): Move to cleanups.c.
8588 (make_cleanup_dtor_ftype): New typedef.
8589 (make_cleanup_dtor): Use it.
8590 (ALL_CLEANUPS): Replace with ...
8591 (all_cleanups): ... this. Declare. All uses updated.
8592 * cleanups.c: #include "gdb_assert.h".
8593 (sentinel_cleanup): New static global.
8594 (SENTINEL_CLEANUP): Define.
8595 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8596 (make_my_cleanup2): Assert result is non-NULL.
8597 (all_cleanups): New function.
8598 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8599 of NULL.
8600
d8c267cc
PA
86012012-04-19 Pedro Alves <palves@redhat.com>
8602
8603 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8604 Adjust paths to gnulib imported files.
8605
809277f8
PA
86062012-04-19 Pedro Alves <palves@redhat.com>
8607
8608 * gnulib/: Move whole directory ...
8609 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8610 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8611 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8612 (aclocal_m4_deps): Adjust.
8613 * aclocal.m4: Regenerate.
8614 * configure: Regenerate.
8615 * configure.ac: Adjust AC_OUTPUT output.
8616
aad9eab9
YQ
86172012-04-19 Yao Qi <yao@codesourcery.com>
8618
8619 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8620 (vec.o): New rule.
8621 * vec.c: Move it ...
8622 * common/vec.c: ... here.
8623 * vec.h: Move it ...
8624 * common/vec.h: ... here.
8625
48fe4669
YQ
86262012-04-19 Yao Qi <yao@codesourcery.com>
8627
8628 * gdb-code-style.el: New.
8629
770d76d7
PA
86302012-04-18 Pedro Alves <palves@redhat.com>
8631
8632 Update gnulib from latest git.
8633 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8634
8635 * gnulib/Makefile.am: Update.
8636 * gnulib/dummy.c: Update.
8637 * gnulib/extra/arg-nonnull.h: Update.
8638 * gnulib/extra/c++defs.h: Update.
8639 * gnulib/extra/update-copyright: Update.
8640 * gnulib/extra/warn-on-use.h: Update.
8641 * gnulib/inttypes.in.h: Update.
8642 * gnulib/m4/00gnulib.m4: Update.
8643 * gnulib/m4/extensions.m4: Update.
8644 * gnulib/m4/gnulib-cache.m4: Update.
8645 * gnulib/m4/gnulib-common.m4: Update.
8646 * gnulib/m4/gnulib-comp.m4: Update.
8647 * gnulib/m4/gnulib-tool.m4: Update.
8648 * gnulib/m4/include_next.m4: Update.
8649 * gnulib/m4/inttypes-pri.m4: Update.
8650 * gnulib/m4/inttypes.m4: Update.
8651 * gnulib/m4/longlong.m4: Update.
8652 * gnulib/m4/memchr.m4: Update.
8653 * gnulib/m4/memmem.m4: Update.
8654 * gnulib/m4/mmap-anon.m4: Update.
8655 * gnulib/m4/multiarch.m4: Update.
8656 * gnulib/m4/onceonly.m4: Update.
8657 * gnulib/m4/stddef_h.m4: Update.
8658 * gnulib/m4/stdint.m4: Update.
8659 * gnulib/m4/string_h.m4: Update.
8660 * gnulib/m4/warn-on-use.m4: Update.
8661 * gnulib/m4/wchar_h.m4: Update.
8662 * gnulib/m4/wchar_t.m4: Update.
8663 * gnulib/m4/wint_t.m4: Update.
8664 * gnulib/memchr.c: Update.
8665 * gnulib/memmem.c: Update.
8666 * gnulib/stddef.in.h: Update.
8667 * gnulib/stdint.in.h: Update.
8668 * gnulib/str-two-way.h: Update.
8669 * gnulib/string.in.h: Update.
8670 * gnulib/wchar.in.h: Update.
8671
8672 * gnulib/extra/arg-nonnull.h: Delete.
8673 * gnulib/extra/c++defs.h: Delete.
8674 * gnulib/extra/warn-on-use.h: Delete.
8675 * gnulib/m4/wchar_h.m4: Delete.
8676 * gnulib/m4/wint_t.m4: Delete.
8677 * gnulib/wchar.in.h: Delete.
8678
8679 * gnulib/extra/snippets/arg-nonnull.h: New.
8680 * gnulib/extra/snippets/c++defs.h: New.
8681 * gnulib/extra/snippets/warn-on-use.h: New.
8682
8683 * aclocal.m4: Regenerate.
8684 * config.in: Regenerate.
8685 * configure: Regenerate.
8686 * gnulib/Makefile.in: Regenerate.
8687
174e088e
PA
86882012-04-18 Pedro Alves <palves@redhat.com>
8689
8690 Reimport the update-copyright module from gnulib
8691 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8692
8693 * configure: Regenerate.
8694 * gnulib/Makefile.am: Update.
8695 * gnulib/Makefile.in: Regenerate.
8696 * gnulib/extra/update-copyright: Update.
8697 * gnulib/m4/gnulib-cache.m4: Update.
8698 * gnulib/m4/gnulib-comp.m4: Update.
8699
7f533142
JB
87002012-04-18 Tristan Gingold <gingold@adacore.com>
8701
8702 * configure.ac (aix): Put -lpthread into libs.
8703 * configure: Regenerate.
8704
001822aa
TT
87052012-04-18 Tom Tromey <tromey@redhat.com>
8706
8707 * linespec.c (convert_linespec_to_sals): Don't use
8708 SYMBOL_OBJ_SECTION.
8709 (compare_msymbols): Arguments are minsym_and_objfile, not
8710 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8711
db026a31
PA
87122012-04-18 Pedro Alves <palves@redhat.com>
8713
8714 Revert gnulib/ part of:
8715 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8716 Copyright year update in most files (performed by copyright.sh).
8717
12df843f
JK
87182012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8719
8720 Fix 64-bit constants on 32-bit hosts.
8721 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8722 from unsigned long to ULONGEST.
8723 (read_signed_leb128): Change declaration return type from long to
8724 LONGEST.
8725 (dwarf2_const_value_attr): Change declaration parameter value from long
8726 to LONGEST.
8727 (dwarf2_compute_name): Change variable value from long to LONGEST.
8728 (read_unsigned_leb128): Change return type, variable result and some
8729 casts from unsigned long to ULONGEST.
8730 (read_signed_leb128): Change return type, variable result and some
8731 casts from long to LONGEST.
8732 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8733 value from long to LONGEST.
8734 (dwarf2_const_value): Change variable value from long to LONGEST.
8735 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8736 plongest and hex_string.
8737 * symtab.h (struct general_symbol_info): Change ivalue from long to
8738 LONGEST, remove the comment.
8739 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8740 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8741
14e75d8e
JK
87422012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8743
8744 PR symtab/7259:
8745 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8746 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
8747 (ada_discrete_type_low_bound): Fix function comment. Use
8748 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
8749 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8750 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8751 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8752 Use TYPE_FIELD_ENUMVAL.
8753 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8754 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8755 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8756 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8757 TYPE_CODE_ENUM.
8758 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8759 * dwarf2read.c (process_enumeration_scope): Likewise.
8760 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8761 field.bitpos.
8762 (class StructMainTypePrettyPrinter): Support also
8763 FIELD_LOC_KIND_ENUMVAL.
8764 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8765 TYPE_CODE_ENUM.
8766 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8767 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8768 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8769 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8770 field enumval.
8771 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8772 accommodate enumval.
8773 (struct call_site): Adjust loc_kind to accommodate enumval.
8774 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8775 (TYPE_FIELD_ENUMVAL): New macros.
8776 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8777 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8778 TYPE_CODE_ENUM.
8779 * p-typeprint.c (pascal_type_print_base): Likewise.
8780 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8781 enumval.
8782 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8783 * python/py-type.c (convert_field): New variable addrstring. Use
8784 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8785 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8786 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8787 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8788 TYPE_CODE_ENUM.
8789 * valprint.c (generic_val_print): Likewise.
8790
380bca97
DE
87912012-04-17 Doug Evans <dje@google.com>
8792
dcc07052
DE
8793 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8794
380bca97
DE
8795 * dwarf2read.c: Whitespace fixes.
8796 (lookup_signatured_type): Tweak comment.
8797 (get_die_type_at_offset): Fix comment.
8798
ec92004f
JB
87992012-04-17 Joel Brobecker <brobecker@adacore.com>
8800
8801 * xcoffread.c (xcoff_secnum_to_sections): New function.
8802 (secnum_to_section, secnum_to_bfd_section): Reimplement
8803 using xcoff_secnum_to_sections. Rename "secnum" parameter
8804 into "n_scnum".
8805 (RECORD_MINIMAL_SYMBOL): Delete.
8806 (record_minimal_symbol): New function.
8807 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8808 by call to record_minimal_symbol and set misc_func_recorded
8809 to 1. Set last_csect_sec to the XCOFF section index instead
8810 of GDB's section_offset index. Update calls to
8811 prim_record_minimal_symbol_and_info to pass the BFD section
8812 as well.
8813
40301fb7
JB
88142012-04-17 Joel Brobecker <brobecker@adacore.com>
8815
8816 * xcoffread.c (read_xcoff_symtab): Delete variables
8817 last_csect_val and last_csect_sec and associated code.
8818
e0088cfd
DE
88192012-04-17 Doug Evans <dje@google.com>
8820
58d5e2c3
DE
8821 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8822 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8823 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8824 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8825
c27f5738
DE
8826 * cleanups.h: New file.
8827 * cleanups.c: New file.
8828 * Makefile.in (SFILES): Add cleanups.c.
8829 (HFILES_NO_SRCDIR): Add cleanups.h.
8830 (COMMON_OBS): Add cleanups.o.
8831 * defs.h (struct cleanup): Moved to cleanups.h.
8832 (do_cleanups,do_final_cleanups): Ditto.
8833 (discard_cleanups,discard_final_cleanups): Ditto
8834 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8835 (save_cleanups,save_final_cleanups): Ditto.
8836 (restore_cleanups,restore_final_cleanups): Ditto.
8837 (null_cleanup): Ditto.
8838 (make_my_cleanup,make_my_cleanup2): Ditto.
8839 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8840 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8841 (do_cleanups,do_final_cleanups): Ditto.
8842 (discard_cleanups,discard_final_cleanups): Ditto
8843 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8844 (save_cleanups,save_final_cleanups): Ditto.
8845 (restore_cleanups,restore_final_cleanups): Ditto.
8846 (null_cleanup): Ditto.
8847 (make_my_cleanup,make_my_cleanup2): Ditto.
8848 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8849
e0088cfd
DE
8850 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8851 make_my_cleanup.
8852 (make_cleanup_dyn_string_delete): Ditto.
8853 (make_cleanup_ui_file_delete): Ditto.
8854 (make_cleanup_ui_out_redirect_pop): Ditto.
8855 (make_cleanup_free_section_addr_info): Ditto.
8856 (make_cleanup_restore_integer): Ditto.
8857 (make_cleanup_unpush_target): Ditto.
8858 (make_cleanup_value_free_to_mark): Ditto.
8859 (make_cleanup_value_free): Ditto.
8860 (make_cleanup_free_so): Ditto.
8861
4dc84fd1
JK
88622012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 New option "set debug auto-load".
8865 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8866 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8867 (auto_load_safe_path_vec_update)
8868 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8869 if DEBUG_AUTO_LOAD.
8870 (file_is_auto_load_safe): New parameters debug_fmt and ....
8871 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8872 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8873 caller by explanatory string.
8874 (_initialize_auto_load): Register "set debug auto-load".
8875 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8876 and ....
8877 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8878 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8879 by explanatory string.
8880 * main.c (captured_main): Likewise.
8881 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8882 (source_section_scripts): Likewise.
8883
bccbefd2
JK
88842012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8885
8886 New option "set auto-load safe-path".
8887 * NEWS: New commands "set auto-load safe-path"
8888 and "show auto-load safe-path".
8889 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8890 (auto_load_safe_path, auto_load_safe_path_vec)
8891 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8892 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8893 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8894 (source_gdb_script_for_objfile): New variable is_safe. Call
8895 file_is_auto_load_safe. Return if it is not.
8896 (struct loaded_script): New field loaded.
8897 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8898 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8899 output "Missing" to "No".
8900 (_initialize_auto_load): New variable cmd. Initialize
8901 auto_load_safe_path. Register "set auto-load safe-path",
8902 "show auto-load safe-path" and "add-auto-load-safe-path".
8903 * auto-load.h (maybe_add_script): Add parameter loaded.
8904 (file_is_auto_load_safe): New declaration.
8905 * config.in: Regenerate.
8906 * configure: Regenerate.
8907 * configure.ac: New parameters --with-auto-load-safe-path
8908 and --without-auto-load-safe-path.
8909 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8910 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8911 * main.c (captured_main): Check file_is_auto_load_safe for
8912 LOCAL_GDBINIT.
8913 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8914 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8915 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8916 not.
8917
bf88dd68
JK
89182012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 auto-load: Implementation.
8921 * NEWS: New descriptions for "info auto-load",
8922 "info auto-load gdb-scripts", "info auto-load python-scripts",
8923 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8924 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8925 and "show auto-load-scripts". New description for "set auto-load",
8926 "show auto-load", "set auto-load gdb-scripts",
8927 "show auto-load gdb-scripts", "set auto-load python-scripts",
8928 "show auto-load python-scripts", "set auto-load local-gdbinit",
8929 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8930 "show auto-load libthread-db".
8931 * auto-load.c: Remove include python/python-internal.h. Add includes
8932 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8933 cli/cli-setshow.h.
8934 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8935 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8936 (gdbpy_global_auto_load): Rename to ...
8937 (global_auto_load): ... here.
8938 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8939 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8940 (script_language_gdb, source_gdb_script_for_objfile): New.
8941 (struct loaded_script): New field language.
8942 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8943 LANGUAGE.
8944 (maybe_add_script): Add parameter language. Drop redundant
8945 entry.full_path initialization. Initialize entry.language and
8946 (*slot)->language.
8947 (auto_load_objfile_script): Change parameter suffix to language.
8948 Remove the call of maybe_add_script.
8949 Call language->source_script_for_objfile.
8950 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8951 New.
8952 (collect_matching_scripts): Adjust it for
8953 struct collect_matching_scripts_data.
8954 (auto_load_info_scripts_pattern_nl): New variable.
8955 (info_auto_load_scripts): Rename to ...
8956 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8957 for struct collect_matching_scripts_data.
8958 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8959 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8960 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8961 (auto_load_info_cmdlist_get): New.
8962 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8963 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8964 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8965 "info auto-load local-gdbinit".
8966 * auto-load.h (struct script_language): New.
8967 (gdbpy_global_auto_load): Rename to ...
8968 (global_auto_load): ... here.
8969 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8970 (auto_load_local_gdbinit_loaded): New declarations.
8971 (maybe_add_script): New parameter language.
8972 (auto_load_objfile_script): Change parameter suffix to language.
8973 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8974 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8975 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8976 declarations.
8977 * linux-thread-db.c: Include auto-load.h and ctype.h.
8978 (auto_load_thread_db, show_auto_load_thread_db): New.
8979 (struct thread_db_info): New field filename.
8980 (delete_thread_db_info): Call xfree for FILENAME.
8981 (try_thread_db_load): Initialize FILENAME.
8982 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8983 if !AUTO_LOAD_THREAD_DB.
8984 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8985 (_initialize_thread_db): Install auto_load_thread_db
8986 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8987 as "info auto-load libthread-db".
8988 * main.c (captured_main): Rename gdbpy_global_auto_load to
8989 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8990 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8991 (print_gdb_help): Extend the help for 'local init file'.
8992 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8993 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8994 (auto_load_scripts): Rename to ...
8995 (auto_load_python_scripts): ... here, update the comment.
8996 (gdbpy_load_auto_script_for_objfile): New declaration.
8997 (show_auto_load_python_scripts, script_language_python)
8998 (gdbpy_load_auto_script_for_objfile): New.
8999 (source_section_scripts): Refactor the code.
9000 (load_auto_scripts_for_objfile): Rename to ...
9001 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
9002 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
9003 (info_auto_load_python_scripts): New.
9004 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
9005 Rename "set auto-load-scripts" to "set auto-load python-scripts".
9006 Register "set auto-load-scripts" as its deprecated alias. Register
9007 "info auto-load python-scripts". Register "info auto-load-scripts" as
9008 its deprecated alias.
9009 (load_auto_scripts_for_objfile): Rename to ...
9010 (gdbpy_load_auto_scripts_for_objfile): ... here.
9011 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
9012 (gdbpy_load_auto_scripts_for_objfile): ... here.
9013
e2207b9a
JK
90142012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 auto-load: Move files.
9017 * Makefile.in (SFILES): Add auto-load.c.
9018 (HFILES_NO_SRCDIR): Add auto-load.h.
9019 (COMMON_OBS): Add auto-load.o.
9020 (distclean): Change .gdbinit for gdb-gdb.gdb.
9021 * auto-load.c: New file, with parts from python/py-auto-load.c.
9022 * auto-load.h: New file, with parts from python/python.h.
9023 * configure: Regenerate.
9024 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9025 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9026 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9027 * main.c: Include auto-load.h.
9028 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9029 command.h, observer.h and progspace.h to auto-load.c. Add include
9030 auto-load.h.
9031 (gdbpy_global_auto_load, struct auto_load_pspace_info)
9032 (struct loaded_script, auto_load_pspace_data)
9033 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9034 (hash_loaded_script_entry, eq_loaded_script_entry)
9035 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9036 (maybe_add_script): Move to auto-load.c.
9037 (source_section_scripts): Change maybe_add_script parameters passing,
9038 use script_not_found_warning_print.
9039 (clear_section_scripts, auto_load_objfile_script)
9040 (auto_load_new_objfile, loaded_script_ptr)
9041 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9042 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9043 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9044 auto_load_new_objfile and info_auto_load_scripts initizations to
9045 auto-load.c.
9046 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9047
e4ab2fad
JK
90482012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9049
9050 Code cleanup.
9051 * charset.c (find_charset_names): Remove variables ix and elt.
9052 Use free_char_ptr_vec.
9053 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9054 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9055 debugdir_end. New variable debugdir_len.
9056 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9057 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9058 declarations.
9059 * progspace.c (clear_program_space_solib_cache): Remove variables ix
9060 and elt. Use free_char_ptr_vec.
9061 * source.c (add_path): Remove variables argv, arg and argv_index.
9062 New variables dir_vec, back_to, ix and name.
9063 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
9064 make_cleanup_freeargv. Remove variable separator. Simplify the code
9065 no longer expecting DIRNAME_SEPARATOR.
9066 (openp): Remove variable p, p1 and len. New variables dir_vec,
9067 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
9068 no longer expecting DIRNAME_SEPARATOR.
9069 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9070 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
9071 debugdir_end.
9072 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9073 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9074 (dirnames_to_char_ptr_vec): New functions.
9075
5ee4ed9f
JK
90762012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 Code cleanup.
9079 * source.c (add_path): Remove always true conditional 'p == 0' and
9080 unindent its code block.
9081
f41f5e61
PA
90822012-04-17 Pedro Alves <palves@redhat.com>
9083
9084 * gdbtypes.h (FIELD_BITPOS): Rename to ...
9085 (FIELD_BITPOS_LVAL): ... this.
9086 (FIELD_BITPOS): New.
9087 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9088 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9089 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9090 SET_FIELD_BITPOS.
9091 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9092 SET_FIELD_BITPOS.
9093 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9094 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9095 * target-descriptions.c (tdesc_gdb_type): Adjust to use
9096 SET_FIELD_BITPOS.
9097
945b3a32
JK
90982012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9101 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9102 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9103 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9104 * jv-lang.c (java_link_class_type): Likewise, once.
9105 * stabsread.c (read_enum_type): Likewise.
9106
42476b70
YQ
91072012-04-16 Yao Qi <yao@codesourcery.com>
9108
9109 * common/agent.c (agent_run_command): Add one more parameter `len'.
9110 Update callers.
9111 * common/agent.h: Update declaration.
9112 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9113 Update.
9114 (linux_child_static_tracepoint_markers_by_strid): Ditto.
9115
8264ba82
AG
91162012-04-14 Anton Gorenkov <xgsa@yandex.ru>
9117
9118 PR mi/13393
9119 * value.c (value_actual_type): New function.
9120 * value.h (value_actual_type): New declaration.
9121 * varobj.c (update_type_if_necessary): New function.
9122 (varobj_create): Call value_actual_type instead of
9123 value_type.
9124 (install_dynamic_child): distinct changed and type changed MI variable
9125 objects.
9126 (update_dynamic_varobj_children): Updated for install_dynamic_child
9127 change. All callers updated.
a09130f9 9128 (varobj_update): Support for MI variable object type change if
8264ba82
AG
9129 the value changed and RTTI is used to determine the type.
9130 (create_child_with_value): Call value_actual_type instead of
9131 value_type.
a09130f9 9132 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
9133 specify whether the given value should be casted to enclosing type.
9134 All callers updated.
9135
55a8c076
YQ
91362012-04-14 Yao Qi <yao@codesourcery.com>
9137
9138 Import gnulib module inttypes from git
9139 (250b80067c1e1d8faa0c42fb572f721975b929c5)
9140 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
9141 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9142 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
9143 * aclocal.m4, config.in, configure: Regenerated.
9144 * gnulib/Makefile.am: Update.
9145 * gnulib/Makefile.in: Update.
9146 * gnulib/m4/gnulib-cache.m4: Update.
9147 * gnulib/m4/gnulib-comp.m4: Update.
9148 * gnulib/inttypes.in.h: New.
9149 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 9150 * gnulib/m4/inttypes.m4: New.
55a8c076 9151
ca7781d2
LM
91522012-04-13 Luis Machado <lgustavo@codesourcery.com>
9153
9154 * infrun.c (resume): Update PC address to the real PC after
9155 preparing to do displaced stepping.
9156
e319fa28
DE
91572012-04-12 Doug Evans <dje@google.com>
9158
9159 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9160 All callers updated.
9161
15add3f5
MK
91622012-04-12 Mark Kettenis <kettenis@gnu.org>
9163
9164 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9165
52dc124a
DE
91662012-04-12 Doug Evans <dje@google.com>
9167
0e50663e
DE
9168 * dwarf2read.c (create_all_type_units): Renamed from
9169 create_debug_types_hash_table. All callers updated.
9170
52dc124a
DE
9171 * dwarf2read.c (create_signatured_type_table_from_index): Rename
9172 local type_sig to sig_type, type_offset to type_offset_in_tu.
9173 (hash_signatured_type): Renamed from hash_type_signature,
9174 all callers updated.
9175 (eq_signatured_type): Renamed from eq_type_signature,
9176 all callers updated.
9177 (create_debug_types_hash_table): Rename local type_sig to sig_type.
9178 (process_enumeration_scope): Ditto.
9179 (lookup_signatured_type_at_offset): Ditto.
9180 (load_full_type_unit, read_signatured_type): Ditto.
9181
248fd3bf
YQ
91822012-04-12 Yao Qi <yao@codesourcery.com>
9183
9184 * remote.c (async_remote_interrupt): Correct function name in
9185 debug message.
9186 (async_remote_interrupt_twice): Ditto.
9187
bc3aa6c3
DE
91882012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
9189
9190 * source.c (find_and_open_source): Consistently pass resulting
9191 full path through xfullpath.
9192
9e529e1d
JK
91932012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9194
9195 Provide more specific displaced-stepping memory error message.
9196 * infrun.c (displaced_step_prepare): New variable status. Call
9197 target_read_memory instead of read_memory, provide more specific
9198 error message.
9199
82e0cec1
TG
92002012-04-11 Tristan Gingold <gingold@adacore.com>
9201
9202 PR gdb/13901
9203 * darwin-nat.c (darwin_execvp): Revert previous patch.
9204
d987a266
TG
92052012-04-11 Tristan Gingold <gingold@adacore.com>
9206
9207 PR gdb/13901
9208 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9209 in case of change.
9210
016b7430
TG
92112012-04-11 Tristan Gingold <gingold@adacore.com>
9212
9213 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9214 warning.
9215
06fc020f
SCR
92162012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9217
9218 New command 'explore' which helps explore values and types in
9219 scope.
9220 * NEWS: Add an entry about the new 'explore' command.
9221 * data-directory/Makefile.in: Add gdb/command/explore.py
9222 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 9223 command using the GDB Python API.
06fc020f 9224
de0919f8 92252012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
9226
9227 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9228 extension in jump target calculation.
9229
de0919f8 92302012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
9231
9232 * mips-tdep.c (mips32_next_pc): Handle JALX.
9233
2f26ef89
YQ
92342012-04-10 Yao Qi <yao@codesourcery.com>
9235
9236 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9237
2e505b66
YQ
92382012-04-10 Yao Qi <yao@codesourcery.com>
9239
9240 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9241 and gnulib/m4/gnulib-tool.m4.
9242
0d99eb77
DE
92432012-04-10 Doug Evans <dje@google.com>
9244
9245 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9246 (load_partial_dies): Clarify comment.
9247 (find_partial_die): Support rereading type units.
9248 Clarify CU handling, if we know offset is in CU, don't search for the
9249 containing CU. Add comment regarding memory waste.
9250
9a82b8ff
L
92512012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9252
9253 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9254 i386/x32-avx and i386/x32-avx-linux.
9255 (i386/x32-expedite): New.
9256 (i386/x32-linux-expedite): Likewise.
9257 (i386/x32-avx-expedite): Likewise.
9258 (i386/x32-avx-linux-expedite): Likewise.
9259 ($(outdir)/i386/x32.dat): Likewise.
9260 ($(outdir)/i386/x32-linux.dat): Likewise.
9261 ($(outdir)/i386/x32-avx.dat): Likewise.
9262 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9263
9264 * features/i386/x32-avx-linux.xml: New file.
9265 * features/i386/x32-avx.xml: Likewise.
9266 * features/i386/x32-core.xml: Likewise.
9267 * features/i386/x32-linux.xml: Likewise.
9268 * features/i386/x32.xml: Likewise.
9269
9270 * features/i386/x32-avx-linux.c: New. Generated.
9271 * features/i386/x32-avx.c: Likewise.
9272 * features/i386/x32-linux.c: Likewise.
9273 * features/i386/x32.c: Likewise.
9274 * regformats/i386/x32-avx-linux.dat: Likewise.
9275 * regformats/i386/x32-avx.dat: Likewise.
9276 * regformats/i386/x32-linux.dat: Likewise.
9277 * regformats/i386/x32.dat: Likewise.
9278
ee41036f
TG
92792012-04-10 Tristan Gingold <gingold@adacore.com>
9280
9281 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9282 code to kill the inferior.
9283
a7aa5b8a
MK
92842012-04-09 Mark Kettenis <kettenis@gnu.org>
9285
9286 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9287 defines.
9288 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9289 defines.
a09130f9 9290 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
9291 (yyvsp): New defines.
9292 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9293 defines.
9294 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9295 defines.
9296 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9297 defines.
9298 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9299 defines.
9300 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9301 defines.
9302
fb57d452
MK
93032012-04-09 Mark Kettenis <kettenis@gnu.org>
9304
a09130f9 9305 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
9306 (sparc64_store_arguments): Fix coding style.
9307
cdc7b32f
MK
93082012-04-07 Mark Kettenis <kettenis@gnu.org>
9309
9310 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9311 complex floats, adjust some related comments and tighten a related
9312 assertion.
9313 (sparc64_extract_return_value): Handle complex floats.
9314
7adf1e79
DE
93152012-04-07 Doug Evans <dje@google.com>
9316
9317 * dwarf2read.c (load_partial_dies): Change condition to assert.
9318
50f1ae7b
DE
93192012-04-06 Doug Evans <dje@google.com>
9320
9321 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9322 "mov %rsp,%rbp".
9323
55fa75c3
KB
93242012-04-05 Kevin Buettner <kevinb@redhat.com>
9325
9326 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9327 fencepost error.
9328 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9329 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9330 architecture.
9331
40e084e1
KS
93322012-04-05 Keith Seitz <keiths@redhat.com>
9333
9334 * linespec.c (decode_compound): Remove.
9335 (enum offset_relative_sign): New enum.
9336 (struct line_offset): New struct.
9337 (struct linespec): New struct.
9338 (struct linespec_state): Move file_symtabs,
9339 user_filename, and user_function into struct linespec.
9340 Make result an anonymous struct holding vectors of
9341 symbolp and minsym_and_objfile_d.
9342 Add language member.
9343 (enum ls_token_type): New enum.
9344 (linespec_keywords): New array.
9345 (struct ls_token): New struct.
9346 (struct ls_parser): New struct.
9347 (linespec_lexer_lex_number): New function.
9348 (linespec_lexer_lex_keyword): New function.
9349 (is_ada_operator): New function.
9350 (skip_quote_char): New function.
9351 (copy_token_string): New function.
9352 (is_closing_quote_enclosed): New function.
9353 (find_parameter_list_end): New function.
9354 (linespec_lexer_lex_string): New function.
9355 (linespec_lexer_lex_one): New function.
9356 (linespec_lexer_consume_token): New function.
9357 (linespec_lexer_peek_token): New function.
9358 (cplusplus_error): Remove unused function.
9359 (find_methods): Update comment.
9360 (find_toplevel_char): Return const.
9361 (is_objc_method_format): Remove unused function.
9362 (find_toplevel_string): New function.
9363 (is_linespec_boundary): Remove.
9364 (symbol_not_found_error): New function.
9365 (find_method_overload_end): Remove function.
9366 (unexpected_linespec_error): New function.
9367 (keep_name_info): Remove.
9368 (linespec_parse_line_offset): New function.
9369 (linespec_parse_basic): New function.
9370 (canonicalize_linespec): New function.
9371 (decode_line_internal): Remove.
9372 (create_sals_line_offset): New function adapted from
9373 decode_all_digits.
9374 (convert_linespec_to_sals): New function.
9375 (parse_linespec): New function.
9376 (linespec_parser_new): New function.
9377 (linespec_state_destructor): Change parameter type to
9378 struct linespec_state *.
9379 Add language parameter.
9380 Remove freeing of moved members.
9381 (linespec_parser_delete): New function.
9382 (decode_line_full): Use parse_linespec and linespec_parser_new.
9383 (decode_line_1): Likewise.
9384 (decode_indirect): Rename to ...
9385 (linespec_expression_to_pc): ... this and rewrite
9386 to simply find CORE_ADDR, storing this result for later
9387 conversion to SALs.
9388 (locate_first_half): Remove.
9389 (deocde_objc): Add parameter LS.
9390 Initialize new struct collect_info members.
9391 Handle minimal symbols, too.
9392 (decode_compound): Delete.
9393 (lookup_prefix_sym): Rewrite.
9394 (compare_msymbols): New function.
9395 (find_method): Rewrite.
9396 Do not call cplusplus_error.
9397 (symtabs_from_filename): Rewrite.
9398 (collect_function_symbols): Delete.
9399 (find_function_symbols): Rewrite without ARGPTR-style
9400 processing.
9401 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9402 (decode_dollar): Adapted and renamed to ...
9403 (linespec_parse_variable): ... this.
9404 (find_linespec_symbols): New function.
9405 (decode_label): Adapted and renamed to ...
9406 (find_label_symbols): ... this.
9407 (decode_digits_list_mode): Add and use LS argument.
9408 (decode_digits_ordinary): Likewise.
9409 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9410 If in list mode, allow any symbol class. Otherwise, only
9411 permit LOC_BLOCK symbols.
9412 (minsym_found): Update comments.
9413 (search_minsyms_for_name): Do not convert the matching symbol
9414 into a SAL. Simply push the symbol and objfile into the
9415 result vector.
9416 (decode_variable): Delete. Contents adapted into
9417 find_linespec_symbols.
9418
9419 * cp-support.c (SKIP_SPACE): Remove.
9420 (operator_tokens): Remove unused global.
9421 (cp_validate_operator): Remove.
9422 * cp-support.h (cp_validate_operator): Remove declaration.
9423
a72c8f6a
JK
94242012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9425
9426 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9427 for TYPE_VPTR_FIELDNO.
9428 * valprint.c (valprint_check_validity): Make it global, move the
9429 function comment ...
9430 * value.h (valprint_check_validity): ... to this new declaration.
9431
cf9bb588
TG
94322012-04-02 Tristan Gingold <gingold@adacore.com>
9433
9434 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9435 the STATE32 api for i386 state.
9436 (i386_darwin_store_inferior_registers): Likewise.
9437
17092398
TG
94382012-04-02 Tristan Gingold <gingold@adacore.com>
9439
9440 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9441 SS offset.
9442 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9443 format_string.
9444
ece0061f
TG
94452012-04-02 Tristan Gingold <gingold@adacore.com>
9446
9447 PR gdb/13901
d987a266 9448 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 9449
cf65ecd3
JK
94502012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9453
9bc3523d
TT
94542012-03-30 Tom Tromey <tromey@redhat.com>
9455
9456 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9457 of TRY_CATCH. Fix error handling.
9458 * python/py-value.c (convert_value_from_python): Move 'old'
9459 declaration to innermost scope.
9460
b1ed564a
JB
94612012-03-29 Joel Brobecker <brobecker@adacore.com>
9462 Andrey Smirnov <andrew.smirnov@gmail.com>
9463
9464 -Wshadow warning fix.
9465 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9466 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9467 Adjust code accordingly.
9468
cb8e9b97
JB
94692012-03-29 Joel Brobecker <brobecker@adacore.com>
9470
9471 * ada-lang.c (symbol_completion_add): Rename parameter
9472 "encoded" into "encoded_p". Ajust code and documentation
9473 accordingly.
9474
c0af1706
JB
94752012-03-29 Joel Brobecker <brobecker@adacore.com>
9476 Andrey Smirnov <andrew.smirnov@gmail.com>
9477
9478 -Wshadow warning fix.
9479 * ada-lang.c (symbol_completion_add): Rename parameter
9480 "wild_match" into wild_match_p. Update code and documentation
9481 accordingly.
9482
6ea35997
JB
94832012-03-29 Joel Brobecker <brobecker@adacore.com>
9484
9485 * ada-lang.c (symbol_completion_match): Rename parameter
9486 "encoded" into "encoded_p". Ajust code and documentation
9487 accordingly.
9488
e701b3c0
JB
94892012-03-29 Joel Brobecker <brobecker@adacore.com>
9490 Andrey Smirnov <andrew.smirnov@gmail.com>
9491
9492 -Wshadow warning fix.
9493 * ada-lang.c (symbol_completion_match): Rename parameter
9494 "wild_match" into "wild_match_p". Adjust code and function
9495 documentation accordingly.
9496
5e2336be
JB
94972012-03-29 Joel Brobecker <brobecker@adacore.com>
9498 Andrey Smirnov <andrew.smirnov@gmail.com>
9499
9500 -Wshadow warning fix.
9501 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9502 "symbol_info" into "info". Adjust code accordingly.
9503 (ada_lookup_symbol): Likewise.
9504
9f88c959
JB
95052012-03-29 Joel Brobecker <brobecker@adacore.com>
9506
9507 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9508 of this function's documentation.
9509
82ccd55e
JB
95102012-03-29 Joel Brobecker <brobecker@adacore.com>
9511 Andrey Smirnov <andrew.smirnov@gmail.com>
9512
9513 -Wshadow warning fix.
9514 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9515 variable into "wild_match_p". Adjust code accordingly.
9516
d0a8ab18
JB
95172012-03-29 Joel Brobecker <brobecker@adacore.com>
9518 Andrey Smirnov <andrew.smirnov@gmail.com>
9519
9520 -Wshadow warning fix.
9521 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9522 parameter into "wild_match_p". Adjust code accordingly.
9523 Document this parameter in the function description.
9524
48b78332
JB
95252012-03-29 Joel Brobecker <brobecker@adacore.com>
9526 Andrey Smirnov <andrew.smirnov@gmail.com>
9527
9528 -Wshadow warning fix.
9529 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9530 "wild_match" parameter to "wild_match_p" (-Wshadow).
9531
2e6e0353
JB
95322012-03-29 Joel Brobecker <brobecker@adacore.com>
9533
9534 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9535 in function documentation.
9536
dc4024cd
JB
95372012-03-29 Joel Brobecker <brobecker@adacore.com>
9538 Andrey Smirnov <andrew.smirnov@gmail.com>
9539
9540 -Wshadow warning fix.
9541 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9542 variable into wild_match_p. Adjust code accordingly.
9543
6c88661c
JB
95442012-03-29 Joel Brobecker <brobecker@adacore.com>
9545 Andrey Smirnov <andrew.smirnov@gmail.com>
9546
9547 * ada-valprint.c (ada_val_print_1): Move the code handling
9548 TYPE_CODE_ENUM inside its own lexical block. Declare
9549 variables len and val there, instead of in the function's
9550 top level block. Avoid declaring deref_val again in a way
9551 that shadows another variable of the same name declared
9552 in one of the up-level blocks. Just re-use the up-level
9553 variable instead.
9554
4e5c77fe
JB
95552012-03-29 Joel Brobecker <brobecker@adacore.com>
9556
9557 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9558 Replace block_found argument by symbol_info. Adjust
9559 implementation accordingly. Add function documentation.
9560 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9561 Fix documentation.
9562 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9563 * ada-exp.y (write_object_renaming): Adjust to new
9564 ada_lookup_encoded_symbol API.
9565
1c0ac8c7
JB
95662012-03-29 Joel Brobecker <brobecker@adacore.com>
9567
9568 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9569 documentation.
9570
2aaed979
KB
95712012-03-28 Rathish C <rathish.c@kpitcummins.com>
9572
9573 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9574 (v850_register_name): Add the mpu and fpu register names.
9575 (v850e_register_name): Add the mpu and fpu register names.
9576 (v850e2_register_name): New function.
a09130f9 9577 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
9578 bfd_mach_v850e2v3.
9579
927fbba6
JB
95802012-03-28 Joel Brobecker <brobecker@adacore.com>
9581
9582 * NEWS: Add entry for Ada varobj support.
9583
d32cafc7
JB
95842012-03-28 Joel Brobecker <brobecker@adacore.com>
9585
9586 * varobj.c (default_value_is_changeable_p): New function,
9587 extracted from varobj_value_is_changeable_p. Add declaration.
9588 (ada_value_is_changeable_p): New function, extracted from
9589 varobj_value_is_changeable_p. Add declaration.
9590 (struct language_specific): New field "value_is_changeable_p".
9591 (languages): Add entries for new field.
9592 (varobj_create): Set language before calling install_new_value.
9593 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9594 "value_is_changeable_p" language callback.
9595
181875a4
JB
95962012-03-28 Joel Brobecker <brobecker@adacore.com>
9597
9598 * ada-varobj.h, ada-varobj.c: New files.
9599 * Makefile.in (SFILES): Add ada-varobj.c.
9600 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9601 (COMMON_OBS): Add ada-varobj.o.
9602
7a290c40
JB
96032012-03-28 Joel Brobecker <brobecker@adacore.com>
9604
9605 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9606 (struct language_specific): New field "value_has_mutated".
9607 (languages): Set field "value_has_mutated" in each entry of array.
9608 (varobj_value_has_mutated): New function.
9609 (varobj_udpdate): Add handling of type mutation.
9610 (value_of_root): Add handling of type mutation.
9611 (ada_value_has_mutated): New function.
9612
ca9b8b9c
PA
96132012-03-28 Pedro Alves <palves@redhat.com>
9614
9615 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9616 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9617
cc0265cd
TT
96182012-03-28 Tom Tromey <tromey@redhat.com>
9619
9620 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9621 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9622 before returning.
9623
3ad2ec6f
TT
96242012-03-28 Tom Tromey <tromey@redhat.com>
9625
9626 * .dir-locals.el: New file.
9627
4a6510ba
PA
96282012-03-28 Pedro Alves <palves@redhat.com>
9629
9630 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9631
5a75128f
JB
96322012-03-28 Joel Brobecker <brobecker@adacore.com>
9633
9634 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9635 handling for r0.
9636
f99d8bf4
PA
96372012-03-27 Pedro Alves <palves@redhat.com>
9638
9639 Eliminate struct ui_stream.
9640
9641 * ui-out.h (struct ui_stream): Delete.
9642 (ui_out_field_stream): Adjust prototype.
9643 (ui_out_stream_new, ui_out_stream_delete)
9644 (make_cleanup_ui_out_stream_delete): Delete declarations.
9645 * ui-out.c (ui_out_field_stream): Change prototype to take a
9646 ui_file instead of a ui_stream. Adjust.
9647 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9648 (make_cleanup_ui_out_stream_delete): Delete.
9649 * breakpoint.c (print_breakpoint_location)
9650 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9651 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9652 * disasm.c (dump_insns): Ditto.
9653 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9654 prototype.
9655 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9656 ui_stream/ui_out_stream_new.
9657 * infcmd.c (print_return_value): Ditto.
9658 * osdata.c (info_osdata_command): Don't allocate a local
9659 ui_stream.
9660 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9661 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9662 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9663 allocate a local ui_stream.
9664 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9665 instead of ui_stream/ui_out_stream_new.
9666 (list_args_or_locals): Don't allocate a local ui_stream.
9667 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9668 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9669 ui_stream/ui_out_stream_new.
9670 * cli/cli-setshow.c (do_setshow_command): Ditto.
9671
6350a066 96722012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 9673
6350a066
PA
9674 * arm-linux-tdep.c (arm_linux_init_abi): Call
9675 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9676 * arm-tdep.c (arm_process_record): New function.
9677 (deallocate_reg_mem): New function.
9678 (decode_insn): New function.
9679 (thumb_record_branch): New function.
9680 (thumb_record_ldm_stm_swi(): New function.
9681 (thumb_record_misc): New function.
9682 (thumb_record_ld_st_stack): New function.
9683 (thumb_record_ld_st_imm_offset): New function.
9684 (thumb_record_ld_st_reg_offset(): New function.
9685 (thumb_record_add_sub_cmp_mov): New function.
9686 (thumb_record_shift_add_sub): New function.
9687 (arm_record_coproc_data_proc): New function.
9688 (arm_record_coproc): New function.
9689 (arm_record_b_bl): New function.
9690 (arm_record_ld_st_multiple): New function.
9691 (arm_record_ld_st_reg_offset): New function.
9692 (arm_record_ld_st_imm_offset): New function.
9693 (arm_record_data_proc_imm): New function.
9694 (arm_record_data_proc_misc_ld_str): New function.
9695 (arm_record_extension_space): New function.
9696 (arm_record_strx): New function.
9697 (sbo_sbz): New function.
9698 (struct insn_decode_record): New structure for arm insn record.
9699 (REG_ALLOC): New macro for reg allocations.
9700 (MEM_ALLOC): New macro for memory allocations.
9701 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 9702
89e028e2
AS
97032012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9704
9705 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9706 (store_register): Likewise.
9707
6350a066 97082012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 9709
6350a066 9710 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 9711
5b43fab2
JK
97122012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9713
9714 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9715 Describe also the option "auto".
9716
b5453b95
RH
97172012-03-22 Richard Henderson <rth@redhat.com>
9718
9719 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9720 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9721
227ee7fc
RH
97222012-03-22 Richard Henderson <rth@redhat.com>
9723
9724 * jit.c (jit_read_code_entry): Compute alignment and offset of
9725 int64_t member before computing entry_size.
9726
7b282c5a
SCR
97272012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9728
9729 Python scripting: Add new method Value.referenced_value to
9730 gdb.Value which can dereference pointer as well as reference
9731 values.
9732 * NEWS: Add entry under 'Python scripting' about the new method
9733 Value.referenced_value on gdb.Value objects.
9734 * python/py-value.c (valpy_referenced_value): New function
9735 defining a new method on gdb.Value objects which can dereference
9736 pointer and reference values.
9737
0c83539f
SCR
97382012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9739
9740 * MAINTAINERS (Write After Approval): Add myself to the list.
9741
7ccffd7c
KB
97422012-03-21 Kevin Buettner <kevinb@redhat.com>
9743
9744 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9745 in addition to "main".
9746
bd0b9f9e
JB
97472012-03-21 Joel Brobecker <brobecker@adacore.com>
9748
9749 * expression.h (op_name): Add declaration.
9750 * expprint.c (op_name): Remove declaration. Make non-static.
9751 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9752
a5362b9a
TS
97532012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9754
9755 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9756 of struct siginfo.
9757 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9758 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9759 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9760 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9761 (linux_nat_get_siginfo): Likewise.
9762 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9763 (linux_nat_get_siginfo): Likewise.
9764 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9765 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9766 * procfs.c (gdb_siginfo_t): Likewise.
9767
adcadaab
MF
97682012-03-21 Mike Frysinger <vapier@gentoo.org>
9769
9770 * .gitignore: Ignore more files.
9771
e278ad5b
PA
97722012-03-20 Pedro Alves <palves@redhat.com>
9773
9774 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9775 returns.
9776
741e63d7
YQ
97772012-03-20 Yao Qi <yao@codesourcery.com>
9778
9779 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9780 comment.
9781
b64f50a1
JK
97822012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9785 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9786 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9787 sect_offset.
9788 * dwarf2expr.h (cu_offset, sect_offset): New types.
9789 (struct dwarf_expr_context_funcs) <dwarf_call>
9790 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9791 sect_offset.
9792 (struct dwarf_expr_context) <len>: Improve the comment.
9793 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9794 cu_offset and sect_offset.
9795 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9796 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9797 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9798 * dwarf2loc.h: Include dwarf2expr.h.
9799 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9800 and sect_offset.
9801 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9802 Improve the comment.
9803 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9804 (struct signatured_type, struct line_header, struct partial_die_info)
9805 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9806 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9807 (get_die_type_at_offset, create_cus_from_index)
9808 (create_signatured_type_table_from_index, dw2_get_file_names)
9809 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9810 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9811 (create_debug_types_hash_table, process_psymtab_comp_unit)
9812 (load_partial_comp_unit, create_all_comp_units)
9813 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9814 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9815 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9816 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9817 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9818 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9819 (find_partial_die, read_attribute_value, lookup_die_type)
9820 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9821 (is_ref_attr): New function comment.
9822 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9823 Use cu_offset and sect_offset.
9824 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9825 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9826 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9827 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9828 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9829 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9830 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9831 sect_offset.
9832
e97a38f7
JK
98332012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9834
9835 Code cleanup.
9836 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9837 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9838 with xfree.
9839 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9840
8320cc4f
JK
98412012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9842
9843 * NEWS: Describe new options --init-command=FILE, -ix and
9844 --init-eval-command=COMMAND, -iex.
9845 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9846 CMDARG_INIT_COMMAND.
9847 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9848 "init-command", "init-eval-command", "ix" and "iex" to the variable
9849 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9850 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9851 (print_gdb_help): Describe --init-command=FILE, -ix and
9852 --init-eval-command=COMMAND, -iex.
9853
26743505
JK
98542012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 Code cleanup.
9857 * main.c (struct cmdarg): Move it here from main. Add more comments.
9858 (cmdarg_s, VEC (cmdarg_s)): New.
9859 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9860 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9861 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9862 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9863 of CMDARG.
9864
5ff5c7b4
TT
98652012-03-19 Tom Tromey <tromey@redhat.com>
9866
9867 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9868
ab260dad
JK
98692012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9870
9871 PR symtab/13777
9872 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9873 GCC >=4.5.
9874
c366c1f0
TT
98752012-03-16 Chris January <chris.january@allinea.com>
9876
9877 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9878 of clear.
9879
e16edb45
TT
98802012-03-16 Chris January <chris.january@allinea.com>
9881
9882 * source.c (add_path): Use memmove instead of strcpy because the
9883 strings overlap.
9884
53ba8333
JB
98852012-03-16 Joel Brobecker <brobecker@adacore.com>
9886
9887 * value.h (set_value_parent): Add declaration.
9888 * value.c (set_value_parent): New function.
9889 (value_address): If VALUE->PARENT is not NULL, then use it as
9890 the base address instead of VALUE->LOCATION.address.
9891 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9892 the same as OBJ's address. Adjust V's offset accordingly.
9893 Set V's parent.
9894
481860b3
GB
98952012-03-16 Gary Benson <gbenson@redhat.com>
9896
9897 PR breakpoints/10738
9898 * dwarf2read.c (use_deprecated_index_sections): New global.
9899 (struct partial_die_info): New member may_be_inlined.
9900 (read_partial_die): Set may_be_inlined where appropriate.
9901 (add_partial_subprogram): Add partial symbols for partial
9902 DIEs that may be inlined.
9903 (new_symbol_full): Add inlined subroutines to the current
9904 scope.
9905 (write_psymtabs_to_index): Bump version number.
9906 (dwarf2_read_index): Read only version 6 indices unless
9907 use_deprecated_index_sections is set.
9908 * linespec.c (symbol_and_data_callback): New structure.
9909 (iterate_inline_only): New function.
9910 (iterate_over_all_matching_symtabs): New argument
9911 "include_inline". If nonzero, also call the callback for
9912 symbols representing inlined subroutines.
9913 (lookup_prefix_sym): Pass extra argument to the above.
9914 (find_function_symbols): Likewise.
9915 (add_matching_symbols_to_info): Likewise.
9916 * NEWS: Mention that GDB can now set breakpoints on inlined
9917 functions.
9918
d0e7e15a
PM
99192012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9920
9921 * p-typeprint.c (pascal_type_print_method_args):
9922 Fix display of parameter of methods.
9923
3d354654
PM
99242012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9925
9926 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9927 Add missing prototype.
9928
cafe75b0
JK
99292012-03-16 Yao Qi <yao@codesourcery.com>
9930 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 Fix false compilation warning.
9933 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9934
25f8c692
JL
99352012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9936 Pedro Alves <pedro@codesourcery.com>
9937
9938 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9939 (arm_register_g_packet_guesses): New function.
9940 (arm_gdbarch_init): Don't force a target description with
9941 registers when the executable is detected as M-profile. Instead
9942 set gdbarch->tdep->is_m. Register `g' packet guesses.
9943 (_initialize_arm_tdep): Initialize the new target description.
9944 * features/arm-with-m-fpa-layout.xml: New description.
9945 * features/arm-with-m-fpa-layout.c: New, generated.
9946
35c63cd8
JB
99472012-03-15 Joel Brobecker <brobecker@adacore.com>
9948
9949 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9950 Update function description.
9951 (insert_bp_location): Do not wipe bl->target_info out.
9952 * mem-break.c: #include "gdb_string.h".
9953 (default_memory_insert_breakpoint): Do not call target_read_memory
9954 with a pointer to the breakpoint's shadow_contents buffer. Use
9955 a local buffer instead.
9956 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9957
57651221
TT
99582012-03-15 Tom Tromey <tromey@redhat.com>
9959
9960 * NEWS: Mention "info vtbl", not "info vtable".
9961 * cp-support.c (info_vtbl_command): Fix comment.
9962 (_initialize_cp_support): Fix text.
9963
410528f0
TT
99642012-03-15 Tom Tromey <tromey@redhat.com>
9965
9966 * cp-valprint.c (cp_print_value_fields): Use
9967 print_function_pointer_address for vtable slot.
9968
c4aeac85
TT
99692012-03-15 Tom Tromey <tromey@redhat.com>
9970
9971 * gnu-v3-abi.c (struct value_and_voffset): New.
9972 (hash_value_and_voffset, eq_value_and_voffset)
9973 (compare_value_and_voffset, compute_vtable_size)
9974 (print_one_vtable, gnuv3_print_vtable): New functions.
9975 (init_gnuv3_ops): Initialize 'print_vtable' field.
9976 * cp-support.c (info_vtbl_command): New function.
9977 (_initialize_cp_support): Add "info vtbl".
9978 * cp-abi.h (cplus_print_vtable): Declare.
9979 (struct cp_abi_ops) <print_vtable>: New field.
9980 * cp-abi.c (cplus_print_vtable): New function.
9981 * NEWS: Update.
9982
95cbceff
TT
99832012-03-15 Tom Tromey <tromey@redhat.com>
9984
9985 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9986 iterate_over_symbols.
9987
589b4a32
DE
99882012-03-14 Doug Evans <dje@google.com>
9989
9990 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9991 DW_OP_GNU_parameter_ref.
9992
e837f12a
JK
99932012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9994
9995 Fix double prompt of 'interpreter-exec mi'.
9996 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9997 (mi_interpreter_resume): use it.
9998 (mi_execute_command_input_handler): New function.
9999 * mi/mi-main.c (mi_execute_command): Move prompt printing to
10000 mi_execute_command_input_handler.
10001
ff1e4526 100022012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
10003
10004 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
10005 prototype.
10006 (darwin_debug_port_info): Make static.
10007 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
10008 * machoread.c (_initialize_machoread): Add prototype.
10009 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
10010 (i386_darwin_set_control, i386_darwin_get_control)
10011 i386_darwin_dr_set_addr, i386_darwin_get_addr)
10012 i386_darwin_get_status, i386_darwin_get_control):
10013 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
10014
d8a5d6ee
JB
100152012-03-13 Joel Brobecker <brobecker@adacore.com>
10016
10017 * ax-gdb.c (gen_usual_unary): Remove special handling of
10018 enum and bool types.
10019
af381b8c
JB
100202012-03-13 Joel Brobecker <brobecker@adacore.com>
10021
10022 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10023
786c562f
JB
100242012-03-13 Joel Brobecker <brobecker@adacore.com>
10025
10026 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10027
e3ebf1bb
JB
100282012-03-13 Chris January <chris.january@allinea.com>
10029
10030 * aix-thread.c (fill_sprs): Store the floating point registers
10031 at the correct offsets into vals.
10032
c5b7e1cb
DE
100332012-03-13 Doug Evans <dje@google.com>
10034
16899756
DE
10035 * NEWS: Mention symbol-reloading has been deleted.
10036 * symfile.c (symbol_reloading): Delete.
10037 (show_symbol_reloading): Delete.
10038 (_initialize_symfile): Delete set/show symbol-reloading.
10039
c5b7e1cb
DE
10040 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10041 read_in_chain until we have successfully read it in.
10042 (load_full_comp_unit): Ditto.
10043 (read_signatured_type): Add comment.
10044
46cb6474
JB
100452012-03-13 Chris January <chris.january@allinea.com>
10046
10047 * stabsread.c (fix_common_block): Change type of valu argument
10048 to CORE_ADDR.
10049
76219d77
JB
100502012-03-13 Chris January <chris.january@allinea.com>
10051
10052 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10053 instruction.
10054
87b0bb13
JK
100552012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10056
10057 * common/linux-procfs.c (linux_proc_get_int): New, from
10058 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10059 field.
10060 (linux_proc_get_tgid): Only call linux_proc_get_int.
10061 (linux_proc_get_tracerpid): New.
10062 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10063 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10064 linux_proc_pid_has_state.
10065 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10066 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10067 (linux_ptrace_attach_warnings): New.
10068 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10069 New declaration.
10070 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10071 (linux_nat_attach): New variables ex, buffer, message and message_s.
10072 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10073
5f572dec
JK
100742012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10075
10076 * Makefile.in (linux-ptrace.o): New.
10077 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10078 from linux-nat.c.
10079 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10080 * common/linux-ptrace.c: New file.
10081 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10082 * config/arm/linux.mh: Likewise.
10083 * config/i386/linux.mh: Likewise.
10084 * config/i386/linux64.mh: Likewise.
10085 * config/ia64/linux.mh: Likewise.
10086 * config/m32r/linux.mh: Likewise.
10087 * config/m68k/linux.mh: Likewise.
10088 * config/mips/linux.mh: Likewise.
10089 * config/pa/linux.mh: Likewise.
10090 * config/powerpc/linux.mh: Likewise.
10091 * config/powerpc/ppc64-linux.mh: Likewise.
10092 * config/powerpc/spu-linux.mh: Likewise.
10093 * config/s390/s390.mh: Likewise.
10094 * config/sparc/linux.mh: Likewise.
10095 * config/sparc/linux64.mh: Likewise.
10096 * config/xtensa/linux.mh: Likewise.
10097 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10098 common/linux-procfs.c.
10099 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10100
44f238bb
PA
101012012-03-13 Hui Zhu <teawater@gmail.com>
10102 Pedro Alves <palves@redhat.com>
10103
10104 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
10105 CREATE_BREAKPOINT_FLAGS_INSERTED.
10106 (create_breakpoint_sal, create_breakpoints_sal)
10107 (base_breakpoint_create_breakpoints_sal)
10108 (tracepoint_create_breakpoints_sal)
10109 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
10110 down.
10111 (break_command_1, handle_gnu_v3_exceptions, trace_command)
10112 (ftrace_command, strace_command): Adjust.
10113 (create_tracepoint_from_upload): Pass
10114 CREATE_BREAKPOINT_FLAGS_INSERTED.
10115 * breakpoint.h (enum breakpoint_create_flags): New.
10116 (create_breakpoint): New flags parameter.
10117 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10118 * python/py-breakpoint.c (bppy_init): Adjust.
10119 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10120 * spu-tdep.c (spu_catch_start): Adjust.
10121
1e51243a
PA
101222012-03-13 Pedro Alves <palves@redhat.com>
10123 Hui Zhu <teawater@gmail.com>
10124 Yao Qi <yao@codesourcery.com>
10125
10126 * remote.c (struct remote_state): New field `starting_up'.
10127 (remote_start_remote): Set and clear it.
10128 (remote_can_download_tracepoint): If starting up, return false.
10129
fa3064dd
YQ
101302012-03-13 Yao Qi <yao@codesourcery.com>
10131
10132 * inferior.h (struct inferior): Remove fields any_syscall_count,
10133 syscalls_counts and total_syscalls_count. Move them to new
10134 struct catch_syscall_inferior_data in breakpoint.c.
10135 * breakpoint.c: Call DEF_VEC_I(int).
10136 (struct catch_syscall_inferior_data): New.
10137 (get_catch_syscall_inferior_data): New.
10138 (catch_syscall_inferior_data_cleanup): New.
10139 (insert_catch_syscall): Update to access data in
10140 struct catch_syscall_inferior_data.
10141 (insert_catch_syscall): Likewise.
10142 (remove_catch_syscall): Likewise.
10143 (remove_catch_syscall): Likewise.
10144 (is_syscall_catchpoint_enabled): Likewise.
10145 (add_catch_command): Likewise.
10146 (_initialize_breakpoint): Register cleanup.
10147 * breakpoint.h: Removed DEF_VEC_I(int).
10148 * dwarf2loc.c: Call DEF_VEC_I(int).
10149 * mi/mi-main.c: Likewise.
10150
460fac3c
MK
101512012-03-12 Mark Kettenis <kettenis@gnu.org>
10152
10153 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10154
e1aca11e
JB
101552012-03-12 Chris January <chris.january@allinea.com>
10156
10157 * aix-thread.c (_initialize_aix_thread): Add prototype.
10158 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10159 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10160
649c7061
JB
101612012-03-12 Joel Brobecker <brobecker@adacore.com>
10162
10163 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10164 include of "amd64-nat.h".
10165
0b49e518
TT
101662012-03-12 Tom Tromey <tromey@redhat.com>
10167
10168 * buildsym.c (record_pending_block): Now static.
10169 * buildsym.h: (record_pending_block): Remove.
10170
fd24fa94
AT
101712012-03-12 Andreas Tobler <andreast@fgznet.ch>
10172
10173 * amd64bsd-nat.c: Include amd64bsd-nat.h.
10174
ba919b58
TT
101752012-03-09 Tom Tromey <tromey@redhat.com>
10176
10177 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10178 producer_is_gxx_lt_4_6>: New fields.
10179 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10180
a48e046c
TT
101812012-03-09 Tom Tromey <tromey@redhat.com>
10182
10183 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10184
6f5e9362
JB
101852012-03-08 Joel Brobecker <brobecker@adacore.com>
10186
10187 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10188 prototype.
10189
8d037db9
JB
101902012-03-08 Joel Brobecker <brobecker@adacore.com>
10191
10192 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10193
4e841acf
JK
101942012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10195
10196 Fix -Wmissing-prototypes build.
10197 * arm-linux-nat.c (get_thread_id): Make it static.
10198 * xtensa-linux-nat.c (get_thread_id): Likewise.
10199
c6030312
JB
102002012-03-08 Joel Brobecker <brobecker@adacore.com>
10201
10202 * server.c (process_point_options): If a conditional expression
10203 is found, only print a message if remote_debug is nonzero.
10204
52323be9
LM
102052012-03-08 Luis Machado <lgustavo@codesourcery.com>
10206
10207 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10208 of internal error for unknown/unsupported types.
10209
7fe25d9b
JK
102102012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10211
10212 Fix CU relative vs. absolute DIE offsets.
10213 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10214 offset to offset_in_cu.
10215 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10216 TYPE_OFFSET.
10217 (dwarf2_fetch_die_location_block): Rename parameter offset to
10218 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10219
05e7c244
JK
102202012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10221
10222 * libunwind-frame.c: Rename to ...
10223 * ia64-libunwind-tdep.c: ... here.
10224 * libunwind-frame.h: Rename to ...
10225 * ia64-libunwind-tdep.h: ... here.
10226 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10227 ia64-libunwind-tdep.h.
10228 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10229 * README (--with-libunwind): Rename to ...
10230 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10231 * config.in: Regenerate.
10232 * configure: Regenerate.
10233 * configure.ac: New option --with-libunwind-ia64, make the
10234 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10235 Remove AC_DEFINE for HAVE_LIBUNWIND.
10236 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10237 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10238 Rename libunwind-frame in the general comment.
10239 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10240 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10241 Move forward declarations inside #ifndef. Rename libunwind-frame in
10242 the general comment.
10243 * ia64-tdep.c: Rename libunwind-frame.h #include to
10244 ia64-libunwind-tdep.h.
10245 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10246 (ia64_libunwind_descr): Rename libunwind-frame to
10247 ia64-libunwind-tdep in these function comments.
10248 * ia64-tdep.h: Rename libunwind-frame.h #include to
10249 ia64-libunwind-tdep.h.
10250 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10251 ia64-libunwind-tdep in that data comment.
10252
3755cbfd
JK
102532012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * libunwind-frame.h (struct frame_unwind): New declaration.
10256
d1cda5d9
JB
102572012-03-08 Joel Brobecker <brobecker@adacore.com>
10258
10259 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10260 "set breakpoint condition-evaluation" command.
10261
a0ba0aa2
TG
102622012-03-08 Tristan Gingold <gingold@adacore.com>
10263
10264 * sparc-stub.c: Move to stubs/
10265 * sh-stub.c: Likewise.
10266 * m68k-stub.c: Likewise.
10267 * m32r-stub.c: Likewise.
10268 * i386-stub.c: Likewise.
10269
7b8b6d6d
AS
102702012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10271
007cafee
AS
10272 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10273 linux_get_siginfo_type.
10274
7b8b6d6d
AS
10275 * m68klinux-nat.c: Include "gdb_proc_service.h".
10276 (PTRACE_GET_THREAD_AREA): Define.
10277 (ps_get_thread_area): New function.
10278
bba74b36
YQ
102792012-03-08 Yao Qi <yao@codesourcery.com>
10280
10281 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10282 `xsnprintf'.
10283 (remote_query_attached): Likewise.
10284 (remote_static_tracepoint_marker_at): Likewise.
10285 (remote_set_permissions): Likewise.
10286 (remote_detach_1, extended_remote_attach_1): Likewise.
10287 (send_g_packet, remote_vkill): Likewise.
10288 (extended_remote_disable_randomization): Likewise.
10289 (remote_add_target_side_condition): Likewise.
10290 (remote_insert_breakpoint): Likewise.
10291 (remote_remove_breakpoint): Likewise.
10292 (remote_insert_watchpoint): Likewise.
10293 (remote_remove_watchpoint): Likewise.
10294 (remote_insert_hw_breakpoint): Likewise.
10295 (remote_insert_hw_breakpoint): Likewise.
10296 (remote_remove_hw_breakpoint): Likewise.
10297 (remote_download_command_source): Likewise.
10298 (remote_download_tracepoint): Likewise.
10299 (remote_download_trace_state_variable): Likewise.
10300 (remote_disable_tracepoint): Likewise.
10301 (remote_trace_set_readonly_regions): Likewise.
10302 (remote_get_tracepoint_status): Likewise.
10303 (remote_trace_find): Likewise.
10304 (remote_get_trace_state_variable_value): Likewise.
10305 (remote_set_disconnected_tracing): Likewise.
10306 (remote_set_circular_trace_buffer): Likewise.
10307 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10308 (remote_use_agent): Likewise.
10309 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10310 Update callers.
10311
9b224c5e
PA
103122012-03-07 Pedro Alves <palves@redhat.com>
10313
10314 * NEWS: Mention QProgramSignals.
10315 * inferior.h (update_signals_program_target): Declare.
10316 * infrun.c: (update_signals_program_target): New.
10317 (handle_command): Update the target of the new program signals
10318 array changes.
10319 * remote.c (PACKET_QProgramSignals): New enum.
10320 (last_program_signals_packet): New global.
10321 (remote_program_signals): New.
10322 (remote_start_remote): Update the target with the program signals
10323 list.
10324 (remote_protocol_features): Add entry for QPassSignals.
10325 (remote_open_1): Free anc clear last_program_signals_packet.
10326 (init_remote_ops): Install remote_program_signals.
10327 * target.c (update_current_target): Adjust.
10328 (target_program_signals): New.
10329 * target.h (struct target_ops) <to_program_signals>: New field.
10330 (target_program_signals): Declare.
10331
74c48cbb
PA
103322012-03-07 Pedro Alves <palves@redhat.com>
10333
10334 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10335 extensions.
10336
0c13fc49
AS
103372012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10338
10339 * m68klinux-nat.c (getregs_supplies): Make static.
10340 (getfpregs_supplies): Likewise.
10341 (have_ptrace_getregs): Likewise.
10342
1281d2a3
JB
103432012-03-06 Joel Brobecker <brobecker@adacore.com>
10344
10345 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10346 in call to get_die_type_at_offset.
10347
2b03b41d
SS
103482012-03-06 Stan Shebs <stan@codesourcery.com>
10349
10350 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10351 * mi/mi-cmd-disas.c: Ditto.
10352 * mi/mi-cmd-env.c: Ditto.
10353 * mi/mi-cmd-file.c: Ditto.
10354 * mi/mi-cmd-stack.c: Ditto.
10355 * mi/mi-cmd-target.c: Ditto.
10356 * mi/mi-cmd-var.c: Ditto.
10357 * mi/mi-cmds.c: Ditto.
10358 * mi/mi-cmds.h: Ditto.
10359 * mi/mi-console.c: Ditto.
10360 * mi/mi-getopt.c: Ditto.
10361 * mi/mi-getopt.h: Ditto.
10362 * mi/mi-interp.c: Ditto.
10363 * mi/mi-main.c: Ditto.
10364 * mi/mi-out.c: Ditto.
10365 * mi/mi-parse.c: Ditto.
10366 * mi/mi-parse.h: Ditto.
10367 * mi/mi-symbol-cmds.c: Ditto.
10368
10369 * mi/mi-getopt.h: Move mi_opt struct up.
10370 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10371 return.
10372 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10373
c988ad87
TT
103742012-03-06 Tom Tromey <tromey@redhat.com>
10375
10376 * proc-service.c (ps_pglobal_lookup): Set the current program
10377 space.
10378
1b7c1b10
PA
103792012-03-06 Pedro Alves <palves@redhat.com>
10380
10381 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10382
3c182069
JB
103832012-03-05 Joel Brobecker <brobecker@adacore.com>
10384
10385 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10386
2e794194
JK
103872012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10388
10389 Code cleanup.
10390 * common/linux-osdata.c (linux_common_core_of_thread): New function
10391 comment.
10392 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10393 call by linux_common_core_of_thread.
10394 (linux_nat_core_of_thread_1): Remove.
10395 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10396 * linux-thread-db.c: Include linux-osdata.h.
10397 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10398 linux_common_core_of_thread.
10399
9f9f1f31
TT
104002012-03-05 Tom Tromey <tromey@redhat.com>
10401
10402 * value.c (value_primitive_field): Don't fetch contents for
10403 non-virtual bases.
10404
b7b189f3
TT
104052012-03-05 Tom Tromey <tromey@redhat.com>
10406
10407 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10408
05b8a789 104092012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 10410
5538f557
JB
10411 * s390-nat.c: Include "gregset.h".
10412
75528772
JK
104132012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10416 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10417 (libunwind_load): New variable so_error, use it for dlerror. Try to
10418 load also LIBUNWIND_SO_7.
10419
275418ae
PA
104202012-03-05 Pedro Alves <palves@redhat.com>
10421
10422 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10423 is not NULL, and remove resulting dead code.
10424
5cbb9812
TS
104252012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10426
10427 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10428 prologue to sh_analyze_prologue.
10429 (sh_analyze_prologue): Make better use of such an upper limit, and
10430 generally be more cautious about accessing memory.
10431
541515ad
TT
104322012-03-05 Tom Tromey <tromey@redhat.com>
10433
10434 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10435 _initialize_ia64_hpux_tdep.
10436
b4d36fb8
PA
104372012-03-05 Pedro Alves <palves@redhat.com>
10438
24490249
PA
10439 PR gdb/13766
10440
b4d36fb8
PA
10441 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10442 the register state is clear, supply explicit zero, instead of
10443 marking the register unavailable.
10444
60c9a3c0
TG
104452012-03-05 Tristan Gingold <gingold@adacore.com>
10446
10447 * NEWS: Mention OpenVMS ia64 new target.
10448
696759ad
TG
104492012-03-05 Tristan Gingold <gingold@adacore.com>
10450
10451 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10452 (ia64_unw_accessors, ia64_unw_rse_accessors)
10453 (ia64_libunwind_descr): Declare.
10454 * ia64-vms-tdep.c: New file.
10455 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10456 (ia64_libunwind_descr): Make them public.
10457 * configure.tgt: Add ia64-*-*vms*.
10458 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10459 (ALLDEPFILES): Add ia64-vms-tdep.c
10460
34864976
TG
104612012-03-05 Tristan Gingold <gingold@adacore.com>
10462
169081d0
TG
10463 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10464 * remote.c (PACKET_qXfer_uib): New enum value.
10465 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10466 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10467 (_initialize_remote): Call add_packet_config_cmd for
10468 xfer:uib packet.
10469
104702012-03-05 Tristan Gingold <gingold@adacore.com>
10471
10472 * osabi.c (gdb_osabi_names): Add OpenVMS.
10473 (generic_elf_osabi_sniffer): Likewise.
10474 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 10475
6597b100
JK
104762012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 Removed unused code.
10479 * libunwind-frame.c (libunwind_frame_unwind)
10480 (libunwind_frame_base_address): Remove.
10481 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10482
87399aa1
YQ
104832012-03-04 Yao Qi <yao@codesourcery.com>
10484
10485 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10486 remove trailing new line.
10487 (agent_run_command, agent_run_command): Add _ markup.
10488 (agent_capability_check): Likewise.
10489
abf1152a
JK
104902012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 * breakpoint.c (set_condition_evaluation_mode): Set
10493 CONDITION_EVALUATION_MODE unconditionally.
10494
5808517f
YQ
104952012-03-03 Yao Qi <yao@codesourcery.com>
10496
10497 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10498 * common/agent.h: Update declaration.
10499 * inf-child.c (inf_child_use_agent): New.
10500 (inf_child_can_use_agent): New.
10501 (inf_child_target): Initialize fields `to_use_agent'
10502 and `to_can_use_agent'.
10503 * agent.c (agent_new_objfile): New.
89b7509a 10504 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
10505 observer.
10506
10507 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10508 New.
89b7509a 10509 (linux_target_install_ops): Initialize field
5808517f
YQ
10510 `to_static_tracepoint_markers_by_strid'.
10511 * remote.c (free_current_marker): Move it to ...
10512 * tracepoint.c (free_current_marker): ... here. New.
10513 (cleanup_target_stop): New.
10514 * tracepoint.h: Declare free_current_marker.
10515 * NEWS: Add one entry about `info static-tracepoint-marker'.
10516
58b4daa5
YQ
105172012-03-03 Yao Qi <yao@codesourcery.com>
10518
10519 * common/agent.c (agent_loaded_p): New.
89b7509a 10520 (agent_look_up_symbols): New global.
58b4daa5
YQ
10521 * common/agent.h: Declare agent_loaded_p.
10522
8ffcbaaf
YQ
105232012-03-03 Yao Qi <yao@codesourcery.com>
10524
10525 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10526 (agent_capability_check, agent_capability_invalidate): New.
10527 (symbol_list): New array element.
10528 * common/agent.h (enum agent_capa): New.
10529 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10530
d1feda86
YQ
105312012-03-03 Yao Qi <yao@codesourcery.com>
10532
10533 * target.h (struct target_ops) <to_use_agent>: New field.
10534 (struct target_ops) <to_can_use_agent>: New field.
10535 (target_use_agent, target_can_use_agent): New macro.
10536 * target.c (update_current_target): Update.
10537 * remote.c: New enum `PACKET_QAgent'.
10538 (remote_protocol_features): Add a new element.
10539 (remote_use_agent, remote_can_use_agent): New.
10540 (init_remote_ops): Initialize field `can_use_agent' with
10541 remote_can_use_agent. Intiailize field `use_agent' with
10542 remote_use_agent.
10543 * common/agent.c (use_agent): New global.
10544 * common/agent.h: Declare it.
10545 * tracepoint.c (info_static_tracepoint_markers_command): Add
10546 comment.
10547 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10548 (COMMON_OBS): Add common/agent.o and agent.o
10549 (common-agent.o): New rule.
10550 * agent.c: New.
10551
2fa291ac
YQ
105522012-03-03 Yao Qi <yao@codesourcery.com>
10553
10554 * common/agent.c: New.
10555 * common/agent.h: New.
10556 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10557 AC_CHECK_HEADERS.
10558 * configure, configh.in: Regenerated.
10559
9fc05685
KB
105602012-03-02 Kevin Buettner <kevinb@redhat.com>
10561
10562 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10563 unless it exists for this architecture.
10564
a5ee536b
JB
105652012-03-02 Joel Brobecker <brobecker@adacore.com>
10566
10567 * language.h (struct language_defn): New "method" la_read_var_value.
10568 * findvar.c: #include "language.h".
10569 (default_read_var_value): Renames read_var_value. Rewrite
10570 function description.
10571 (read_var_value): New function.
10572 * value.h (default_read_var_value): Add prototype.
10573 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10574 New functions.
10575 (ada_language_defn): Add entry for la_read_var_value.
10576 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10577 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10578 language_defn structures to add entry for new la_read_var_value
10579 field.
10580
f59f708a
PA
105812012-03-02 Tom Tromey <tromey@redhat.com>
10582 Pedro Alves <palves@redhat.com>
10583
10584 PR breakpoints/13776:
10585 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10586 breakpoints.
10587 (delete_longjmp_breakpoint_at_next_stop): New.
10588 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10589 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10590 before deleting the inferior. Add comments.
10591 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10592 breakpoints immediately, but only on next stop. Move that code
10593 next to where we mark other breakpoints for deletion.
10594
44099a67
JB
105952012-03-02 Joel Brobecker <brobecker@adacore.com>
10596
10597 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10598 marker.
10599 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10600 violation.
10601
2a2ef594
PA
106022012-03-02 Pedro Alves <palves@redhat.com>
10603
10604 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10605
b261e0c5
UW
106062012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10607
10608 Fix -Wmissing-prototypes build.
10609 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10610 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10611 (gdbsim_has_memory): Likewise.
10612
a95babbf
YQ
106132012-03-02 Yao Qi <yao@codesourcery.com>
10614
10615 Fix -Wmissing-prototypes build.
10616 * charset.c (phony_iconv_open): Make static.
10617 (phony_iconv_close, phony_iconv): Likewise.
10618 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10619 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10620 prototype.
10621 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10622 * ser-mingw.c (create_select_thread): Make static.
10623 * windows-termcap.c (tgetent): New prototype.
10624 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10625
d603d4b3
JK
106262012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10627
10628 Fix -Wmissing-prototypes build.
10629 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10630 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10631 (_initialize_loadable): New prototypes.
10632
7fb3ad1f
DE
106332012-03-02 Doug Evans <dje@google.com>
10634
10635 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10636 abbrev table, read_comp_unit will do it.
10637
693be288
JK
106382012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10639
10640 Fix -Wmissing-prototypes build.
10641 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10642 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10643 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10644 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10645 (_initialize_arm_symbian_tdep): New prototype.
10646 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10647 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10648 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10649 static.
10650 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10651 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10652 prototype.
10653 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10654 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10655 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10656 static.
10657 * moxie-tdep.c (moxie_process_record): Likewise.
10658 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10659 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10660 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10661 (_initialize_rl78_tdep): New prototype.
10662 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10663 (_initialize_rx_tdep): New prototype.
10664 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10665 (_initialize_darwin_solib): New prototype.
10666 * solib-spu.c: Include solib-spu.h.
10667 (_initialize_spu_solib): New prototype.
10668 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10669 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10670 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10671 (tic6x_software_single_step): Make it static.
10672 (_initialize_tic6x_tdep): New prototype.
10673
638234e5
JK
106742012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10675
10676 Fix -Wmissing-prototypes build.
10677 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10678 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10679
f4a6f16d
JK
106802012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10681
10682 Fix -Wmissing-prototypes build.
10683 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10684 (frv_have_stopped_data_address): Remove.
10685
04dcf5fa
JK
106862012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 Fix -Wmissing-prototypes build.
10689 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10690 * sh-tdep.c: Include sh64-tdep.h.
10691 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10692 * sh64-tdep.c: Include sh64-tdep.h.
10693 * sh64-tdep.h: New file.
10694
19080931
MR
106952012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10696
10697 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10698
9aac7884
MR
106992012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10700
10701 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10702 sp_regnum once the gdbarch_init_osabi hook has been called.
10703
a385295e
MR
107042012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10705
10706 * mips-tdep.c (mips32_bc1_pc): New function.
10707 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10708 BPOSGE32 and BPOSGE64 instructions.
10709 (deal_with_atomic_sequence): Likewise.
10710 (mips32_instruction_has_delay_slot): Likewise.
10711
1faeff08 107122012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
10713 Chris Dearman <chris@mips.com>
10714 Maciej W. Rozycki <macro@codesourcery.com>
10715 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
10716
10717 * features/mips-dsp.xml: New file.
10718 * features/mips64-dsp.xml: New file.
10719 * features/mips-dsp-linux.xml: New file.
10720 * features/mips64-dsp-linux.xml: New file.
10721 * features/Makefile (WHICH): Add mips-dsp-linux and
10722 mips64-dsp-linux.
10723 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10724 * features/mips-dsp-linux.c: New file.
10725 * features/mips64-dsp-linux.c: New file.
10726 * regformats/mips-dsp-linux.dat: New file.
10727 * regformats/mips64-dsp-linux.dat: New file.
10728 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10729 registers.
10730 (mips64_linux_register_addr): Likewise.
10731 (mips64_linux_regsets_fetch_registers): Likewise.
10732 (mips64_linux_regsets_store_registers): Likewise.
10733 (mips64_linux_fetch_registers): Update call to
10734 mips64_linux_regsets_fetch_registers.
10735 (mips64_linux_store_registers): Update call to
10736 mips64_linux_regsets_store_registers.
10737 (mips_linux_read_description): Probe for DSP registers.
10738 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10739 and initialize_tdesc_mips64_dsp_linux.
10740 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10741 Remove padding of no longer used embedded register slots.
10742 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10743 (MIPS_RESTART_REGNUM): Redefine enum value.
10744 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10745 strings.
10746 (mips_tx39_reg_names): Likewise.
10747 (mips_linux_reg_names): New array of register names for Linux
10748 targets.
10749 (mips_register_name): Check for a null pointer in
10750 mips_processor_reg_names and return an empty string.
10751 (mips_register_type): Exclude embedded registers for the IRIX
10752 and Linux ABIs.
10753 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10754 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10755 DSP registers.
10756 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10757 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10758 (mips_gdbarch_init): Likewise. Initialize internal register
10759 indices for the Linux ABI. Use dynamic numbers to refer to
10760 registers, as applicable, while parsing the target description.
10761 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10762
263689d8
JB
107632012-03-01 Joel Brobecker <brobecker@adacore.com>
10764
10765 * frame.h (read_frame_register_unsigned): Fix typo in function
10766 description.
10767
f3b4f45c
PA
107682012-03-01 Pedro Alves <palves@redhat.com>
10769
10770 * jit-reader.in [!__cplusplus]
10771 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10772
b03a2011
PA
107732012-03-01 Pedro Alves <palves@redhat.com>
10774
10775 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10776 * configure: Regenerate.
10777
70221824
PA
107782012-03-01 Pedro Alves <palves@redhat.com>
10779
10780 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10781 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10782 (ftrace_command, strace_command): Make static.
10783 * d-lang.c (_initialize_d_language): Declare.
10784 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10785 * dwarf2loc.c (_initialize_dwarf2loc):
10786 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10787 * exec.c (exec_get_section_table): Make static.
10788 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10789 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10790 * inferior.c (remove_inferior_command, add_inferior_command)
10791 (clone_inferior_command): Make static.
10792 * linux-nat.c (linux_nat_thread_address_space)
10793 (linux_nat_core_of_thread): Make static.
10794 * linux-tdep.c (_initialize_linux_tdep): Declare.
10795 * objc-lang.c (_initialize_objc_lang): Declare.
10796 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10797 Make static.
10798 (_initialize_opencl_language): Declare.
10799 * record.c (_initialize_record): Declare.
10800 * remote.c (demand_private_info, remote_get_tib_address)
10801 (remote_supports_cond_tracepoints)
10802 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10803 Make static.
10804 * skip.c (_initialize_step_skip): Declare.
10805 * symtab.c (skip_prologue_using_lineinfo): Make static.
10806 * tracepoint.c (delete_trace_state_variable)
10807 (trace_variable_command, delete_trace_variable_command)
10808 (get_uploaded_tsv, find_matching_tracepoint_location)
10809 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10810 Make static.
10811 * value.c (pack_unsigned_long): Make static.
10812 * varobj.c (varobj_ensure_python_env): Make static.
10813 * windows-tdep.c (_initialize_windows_tdep): Declare.
10814 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10815
33fbcbee
PA
108162012-03-01 Pedro Alves <palves@redhat.com>
10817
10818 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10819 gdbarch parameter.
10820 (linux_init_abi): Install it as has_shared_address_space gdbarch
10821 callback.
10822
44d0cd3b
PA
108232012-03-01 Pedro Alves <palves@redhat.com>
10824
10825 * observer.c (observer_test_first_notification_function)
10826 (observer_test_second_notification_function)
10827 (observer_test_third_notification_function): Add declarations.
10828
ed01b82c
PA
108292012-03-01 Pedro Alves <palves@redhat.com>
10830
10831 * common/signals.c (default_target_signal_to_host)
10832 (default_target_signal_from_host): Move ...
10833 * arch-utils.c: ... here.
10834 * arch-utils.h (default_target_signal_to_host)
10835 (default_target_signal_from_host): Declare.
10836
10837 * common/signals.c (target_signal_from_command): Move ...
10838 * infrun.c: ... here.
10839 * inferior.h (target_signal_from_command): Declare.
10840 * target.h (target_signal_from_command)
10841 (default_target_signal_from_host, default_target_signal_to_host):
10842 Delete declarations.
10843
10844 * common/signals.c (_initialize_signals): Delete.
10845
c9b87335
PA
108462012-03-01 Pedro Alves <palves@redhat.com>
10847
10848 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10849 both __cplusplus and !__cplusplus.
10850
9340a6c0
PA
108512012-03-01 Pedro Alves <palves@redhat.com>
10852
10853 * psymtab.c (find_and_open_source): Delete declaration.
10854 * source.c (find_and_open_source): Move comment ...
10855 * source.h (find_and_open_source): ... to this new declaration.
10856
e451c4a1
PA
108572012-03-01 Pedro Alves <palves@redhat.com>
10858
10859 * inline-frame.c: Include inline-frame.h.
10860
983fb104
PA
108612012-03-01 Pedro Alves <palves@redhat.com>
10862
10863 * tui/tui-data.c (set_gen_win_origin): Delete.
10864 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10865 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10866
5fbce5df
PA
108672012-03-01 Pedro Alves <palves@redhat.com>
10868
10869 * remote.c (encode_actions): Delete declaration.
10870 * tracepoint.c (encode_actions): Make extern.
10871 * tracepoint.h (encode_actions): Declare.
10872
49a8461d
PA
108732012-03-01 Pedro Alves <palves@redhat.com>
10874
10875 * python/py-breakpoint.c: Include python.h.
10876 * python/py-continueevent.c (create_continue_event_object): Make
10877 static.
10878 * python/py-lazy-string.c (stpy_get_type): Make static.
10879 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10880 Make static.
10881 * python/py-utils.c (unicode_to_target_python_string): Make
10882 static.
10883 * python/py-value.c: Include python.h.
10884
9079102f
PA
108852012-03-01 Pedro Alves <palves@redhat.com>
10886
10887 * inferior.c (delete_threads_of_inferior): Delete.
10888
a298c5e8
PA
108892012-03-01 Pedro Alves <palves@redhat.com>
10890
10891 Import fallback definitions from glibc.
10892
10893 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10894 ps_prochandle): Forward declare.
10895 (ps_err_e): Use glibc's comments.
10896 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10897 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10898 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10899 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10900 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10901 (struct ps_prochandle): Adjust comment.
10902
e3084549
PA
109032012-03-01 Pedro Alves <palves@redhat.com>
10904
10905 * ada-lang.c (ada_modulus_from_name): Delete.
10906 * ada-lex.l (lexer_init): Make static.
10907
ad5f7d6e
PA
109082012-03-01 Pedro Alves <palves@redhat.com>
10909
10910 PR gdb/13767
10911
10912 * frame.c (read_frame_register_unsigned): New.
10913 * frame.h (read_frame_register_unsigned): Declare.
10914 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10915 Handle it.
10916 (print_i387_control_word): New parameter `control_p'. Handle it.
10917 (i387_print_float_info): Handle unavailable float registers.
10918
e0a4d108
KS
109192012-03-01 Keith Seitz <keiths@redhat.com>
10920
10921 * linespec.c (decode_line_2): Sort the list of methods
10922 alphabetically before presenting the user with a selection
10923 menu.
10924
122d1940
DE
109252012-03-01 Doug Evans <dje@google.com>
10926
10927 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10928 has_namespace_info.
10929 (dwarf2_read_abbrevs): Remove corresponding initialization.
10930
7d74f244
DE
109312012-03-01 Scott J. Goldman <scottjg@vmware.com>
10932
10933 * NEWS: Mention new python command class gdb.COMMAND_USER.
10934 * cli/cli-cmds.c (show_user): Print error when used on a python
10935 command.
10936 (init_cli_cmds): Update documentation strings for "show user" and
10937 "set/show max-user-call-depth" to clarify that it does not apply to
10938 python commands.
10939 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10940 error check.
10941 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10942 gdb python api.
10943 * top.c (execute_command): Only execute a user-defined command as a
10944 legacy macro if c->user_commands is set.
10945
e88acd96
TT
109462012-03-01 Tom Tromey <tromey@redhat.com>
10947
10948 * valprint.h (struct generic_val_print_decorations): New.
10949 (generic_val_print): Declare.
10950 * valprint.c (generic_val_print): New function.
10951 * p-valprint.c (p_decorations): New global.
10952 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10953 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10954 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10955 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10956 * m2-valprint.c (m2_decorations): New global.
10957 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10958 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10959 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10960 TYPE_CODE_ERROR>: Call generic_val_print.
10961 * f-valprint.c (f_decorations): New global.
10962 (f_val_print): Use print_function_pointer_address.
10963 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10964 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10965 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10966 generic_val_print.
10967 * c-valprint.c (c_decorations): New global.
10968 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10969 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10970 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10971 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10972 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10973 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10974 case.
10975
d3eab38a
TT
109762012-03-01 Tom Tromey <tromey@redhat.com>
10977
10978 * valprint.c (val_print): Update.
10979 * p-valprint (pascal_val_print): Return void.
10980 * p-lang.h (pascal_val_print): Return void.
10981 * m2-valprint.c (m2_val_print): Return void.
10982 * m2-lang.h (m2_val_print): Return void.
10983 * language.h (struct language_defn) <la_val_print>: Return void.
10984 * language.c (unk_lang_val_print): Return void.
10985 * jv-valprint.c (java_val_print): Return void.
10986 * jv-lang.h (java_val_print): Return void.
10987 * f-valprint.c (f_val_print): Return void.
10988 * f-lang.h (f_val_print): Return void.
10989 * d-valprint.c (d_val_print): Return void.
10990 (dynamic_array_type): Update.
10991 * d-lang.h (d_val_print): Return void.
10992 * c-valprint.c (c_val_print): Return void.
10993 * c-lang.h (c_val_print): Return void.
10994 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10995 void.
10996 * ada-lang.h (ada_val_print): Return void.
10997
35c0084b
TT
109982012-03-01 Tom Tromey <tromey@redhat.com>
10999
11000 * value.h (val_print): Return void.
11001 * valprint.c (val_print): Return void.
11002
a1f5dd1b
TT
110032012-03-01 Tom Tromey <tromey@redhat.com>
11004
11005 * value.h (common_val_print): Return void.
11006 * valprint.c (common_val_print): Return void.
11007
8e069a98
TT
110082012-03-01 Tom Tromey <tromey@redhat.com>
11009
11010 * value.h (value_print): Return void.
11011 * valprint.c (value_print): Return void.
11012 * p-valprint.c (pascal_value_print): Return void.
11013 * p-lang.h (pascal_value_print): Return void.
11014 * language.h (struct language_defn) <la_value_print>: Return
11015 void.
11016 * language.c (unk_lang_value_print): Return void.
11017 * jv-valprint.c (java_value_print): Return void.
11018 * jv-lang.h (java_value_print): Return void.
11019 * f-valprint.c (c_value_print): Don't declare.
11020 Include c-lang.h.
11021 * c-valprint.c (c_value_print): Return void.
11022 * c-lang.h (c_value_print): Return void.
11023 * ada-valprint.c (ada_value_print): Return void.
11024 * ada-lang.h (ada_value_print): Return void.
11025
be335936
TT
110262012-03-01 Tom Tromey <tromey@redhat.com>
11027
11028 * value.c (value_primitive_field): Handle virtual base classes.
11029
b0db66a7
TT
110302012-03-01 Tom Tromey <tromey@redhat.com>
11031
11032 * gdbtypes.h (struct vbase): Remove.
11033
132c57b4
TT
110342012-03-01 Tom Tromey <tromey@redhat.com>
11035
11036 * c-valprint.c (print_function_pointer_address): Move...
11037 * valprint.c: ... here. Make non-static.
11038 * m2-valprint.c (print_function_pointer_address): Remove.
11039 * valprint.h (print_function_pointer_address): Declare.
11040
e41eec66
JB
110412012-03-01 Joel Brobecker <brobecker@adacore.com>
11042
11043 * NEWS: Document the fact that one can provide a condition when
11044 creating an Ada exception catchpoint.
11045
19c37f24
TT
110462012-03-01 Tom Tromey <tromey@redhat.com>
11047
11048 * valprint.c (val_print_type_code_flags): Fix placement of
11049 trailing brace.
11050
f0fed3a3
JB
110512012-03-01 Joel Brobecker <brobecker@adacore.com>
11052
11053 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11054 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11055 environment variable before calling update-copyright.
11056
8ba85d85
JB
110572012-03-01 Joel Brobecker <brobecker@adacore.com>
11058
11059 * gnulib/extra/update-copyright: Update to the latest from
11060 gnulib's git repository.
11061 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11062 variable to 2 instead of 1.
11063
8219b1e8
JB
110642012-02-29 Joel Brobecker <brobecker@adacore.com>
11065
11066 * varobj.c (c_value_of_variable): Remove dead code.
11067
718cb7da
JB
110682012-02-29 Joel Brobecker <brobecker@adacore.com>
11069
11070 * ada-lex.p (processId): Do not modify already encoded IDs.
11071 Update function documentation.
11072
739593e0
JB
110732012-02-29 Joel Brobecker <brobecker@adacore.com>
11074
11075 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11076 "name" with "struct symbol *name_sym".
11077 * ada-exp.y (write_var_or_type): Update call to
11078 ada_find_renaming_symbol.
11079 "name" with "struct symbol *name_sym". Adjust Implementation
11080 accordingly. Adjust the function documentation.
11081
852dff6c
JB
110822012-02-29 Joel Brobecker <brobecker@adacore.com>
11083
11084 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11085 * ada-lang.c (ada_find_any_type): Add advance declaration.
11086 Make static. Replace ada_find_any_symbol by
11087 ada_find_any_type_symbol.
11088 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11089 Improve function description. Make static.
11090 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11091 Replace ada_find_any_symbol by ada_find_any_type_symbol.
11092
1b611343
JB
110932012-02-29 Joel Brobecker <brobecker@adacore.com>
11094
11095 * ada-lang.c (struct tag_args): Delete.
11096 (ada_get_tsd_type): Function body moved up in source file.
11097 (ada_tag_name_1, ada_tag_name_2): Delete.
11098 (ada_get_tsd_from_tag): New function.
11099 (ada_tag_name_from_tsd): New function.
11100 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11101 to determine the tag name.
11102
41246937
JB
111032012-02-29 Joel Brobecker <brobecker@adacore.com>
11104
11105 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11106 declaration.
11107 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11108 function.
11109
ffde82bf
JB
111102012-02-29 Joel Brobecker <brobecker@adacore.com>
11111
11112 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11113
2ad01556
JB
111142012-02-29 Joel Brobecker <brobecker@adacore.com>
11115
11116 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11117 full searches.
11118
99b1c762
JB
111192012-02-29 Joel Brobecker <brobecker@adacore.com>
11120
11121 * ada-lang.c (constrained_packed_array_type): If there is a
11122 parallel XA type, use it to determine the array index type.
11123
2d4a02ee
JB
111242012-02-29 Joel Brobecker <brobecker@adacore.com>
11125
11126 * ada-valprint.c (ada_val_print_1): If our value is a reference
11127 to an array descriptor, dereference it before converting it
11128 to a simple array.
11129
c48db5ca
JB
111302012-02-29 Joel Brobecker <brobecker@adacore.com>
11131
11132 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11133 creating fixed value.
11134 (ada_value_ind, ada_coerce_ref, assign_component)
11135 (ada_evaluate_subexp): Remove call to unwrap_value before
11136 call to ada_to_fixed_value.
11137
2e6fda7d
JB
111382012-02-29 Joel Brobecker <brobecker@adacore.com>
11139
11140 * ada-lang.c (to_fixed_array_type): Set result's type name.
11141
5845583d
JB
111422012-02-29 Joel Brobecker <brobecker@adacore.com>
11143
11144 * ada-lang.c (catch_ada_exception_command_split): Add new
11145 argument cond_string. Add support for condition at end of
11146 "catch exception" commands.
11147 (ada_decode_exception_location): Add new argument cond_string.
11148 Update call to catch_ada_exception_command_split.
11149 (create_ada_exception_catchpoint): Add new argument cond_string.
11150 Set the breakpoint condition if needed.
11151 (catch_ada_exception_command): Update call to
11152 ada_decode_exception_location.
11153 (ada_decode_assert_location): Add function documentation.
11154 Add support for condition at end of "catch assert" command.
11155 (catch_assert_command): Update calls to ada_decode_assert_location
11156 and create_ada_exception_catchpoint.
11157
9a7f938f
JK
111582012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11159
11160 Fix disp-step-syscall.exp: fork: single step over fork.
11161 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11162 (i386_linux_get_syscall_number_from_regcache): ... here, new function
11163 comment, change parameters gdbarch and ptid to regcache. Remove
11164 parameter regcache, initialize gdbarch from regcache here.
11165 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11166 New functions.
11167 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11168 instead.
11169 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11170 'syscall'. Make the 'int' check more strict.
11171
ffdf6de5
JK
111722012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11173
11174 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11175 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11176 (i386_linux_intx80_sysenter_syscall_record): ... here.
11177 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11178 Use the renamed function name.
11179
c70a6932
JK
111802012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11181
11182 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11183 * breakpoint.c (until_break_command): Likewise.
11184 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11185 * infcall.c (call_function_by_hand): Likewise.
11186 * infcmd.c (finish_forward): Likewise.
11187 * infrun.c (insert_exception_resume_breakpoint): Likewise.
11188
05b8a789 111892012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 11190
d4cd3da9
JB
11191 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11192 avoid variable assignments inside condition.
11193
6425366c
JK
111942012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11195
11196 Fix static analysis issue found by cppcheck.
11197 * microblaze-tdep.c (microblaze_extract_return_value): Fix
11198 uninitialized BUF for size 2.
11199
c8cef75f 112002012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
11201 Nathan Froyd <froydnj@codesourcery.com>
11202 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
11203
11204 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11205 (mips16_instruction_has_delay_slot): Likewise.
11206 (mips_segment_boundary): Likewise.
11207 (mips_adjust_breakpoint_address): Likewise.
11208 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11209
473347ad 112102012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 11211 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
11212
11213 * infrun.c (handle_inferior_event): Don't proceed through
11214 shared library trampolines if stepping at the machine
11215 instruction level.
11216
cf233303
MR
112172012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11218
11219 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11220 too.
11221
cb2cf4ce
TS
112222012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11223
11224 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11225 (sh_stub_unwind_sniffer): New functions.
11226 (sh_stub_unwind): New variable.
11227 (sh_gdbarch_init): Wire everything.
11228
644cebc9
PA
112292012-02-27 Pedro Alves <palves@redhat.com>
11230
11231 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11232 (linux_nat_post_attach_wait): Adjust to use
11233 linux_proc_pid_is_stopped.
11234 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11235 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11236 based on pid_is_stopped from both linux-nat.c and
11237 gdbserver/linux-low.c, and renamed.
11238
283002cf
MR
112392012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11240
11241 * remote.c (remote_watchpoint_addr_within_range): New function.
11242 (init_remote_ops): Use it.
11243
9b3e86b1
MR
112442012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11245
11246 * target.h (target_watchpoint_addr_within_range): Document macro.
11247
e36930bb
PA
112482012-02-24 Pedro Alves <palves@redhat.com>
11249
11250 * stack.c (set_last_displayed_sal): Issue internal_error instead
11251 of warning, and issue it after clearing the last displayed sal.
11252
883bc8d1
PA
112532012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11254 Pedro Alves <palves@redhat.com>
11255
11256 * breakpoint.c (until_break_command): Install breakpoints after
11257 all frame manipulations.
11258
b775012e
LM
112592012-02-24 Luis Machado <lgustavo@codesourcery.com>
11260
11261 * remote.c (remote_supports_cond_breakpoints): New forward
11262 declaration.
11263 (remote_add_target_side_condition): New function.
11264 (remote_insert_breakpoint): Add target-side breakpoint
11265 conditional if supported.
11266 (remote_insert_hw_breakpoint): Likewise.
11267 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11268 hook.
11269
11270 * target.c (update_current_target): Inherit
11271 to_supports_evaluation_of_breakpoint_conditions.
11272 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11273
11274 * target.h (struct target_ops)
11275 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11276 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11277
11278 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11279 (condition_evaluation_both, condition_evaluation_auto,
11280 condition_evaluation_host, condition_evaluation_target,
11281 condition_evaluation_enums, condition_evaluation_mode_1,
11282 condition_evaluation_mode): New static globals.
11283 (translate_condition_evaluation_mode): New function.
11284 (breakpoint_condition_evaluation_mode): New function.
11285 (gdb_evaluates_breakpoint_condition_p): New function.
11286 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11287 (mark_breakpoint_modified): New function.
11288 (mark_breakpoint_location_modified): New function.
11289 (set_condition_evaluation_mode): New function.
11290 (show_condition_evaluation_mode): New function.
11291 (bp_location_compare_addrs): New function.
11292 (get_first_location_gte_addr): New helper function.
11293 (set_breakpoint_condition): Free condition bytecode if locations
11294 has become unconditional. Call mark_breakpoint_modified (...).
11295 (condition_command): Call update_global_location_list (1) for
11296 breakpoints.
11297 (breakpoint_xfer_memory): Use is_breakpoint (...).
11298 (is_breakpoint): New function.
11299 (parse_cond_to_aexpr): New function.
11300 (build_target_condition_list): New function.
11301 (insert_bp_location): Handle target-side conditional
11302 breakpoints and call build_target_condition_list (...).
11303 (update_inserted_breakpoint_locations): New function.
11304 (insert_breakpoint_locations): Handle target-side conditional
11305 breakpoints.
11306 (bpstat_check_breakpoint_conditions): Add comment.
11307 (bp_condition_evaluator): New function.
11308 (bp_location_condition_evaluator): New function.
11309 (print_breakpoint_location): Print information on where the condition
11310 will be evaluated.
11311 (print_one_breakpoint_location): Likewise.
11312 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11313 breakpoint location.
11314 (force_breakpoint_reinsertion): New functions.
11315 (update_global_location_list): Handle target-side breakpoint
11316 conditions.
11317 Reinsert locations that are already inserted if conditions have
11318 changed.
11319 (bp_location_dtor): Free agent expression bytecode.
11320 (disable_breakpoint): Call mark_breakpoint_modified (...).
11321 Call update_global_location_list (...) with parameter 1 for breakpoints.
11322 (disable_command): Call mark_breakpoint_location_modified (...).
11323 Call update_global_location_list (...) with parameter 1 for breakpoints.
11324 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11325 (enable_command): mark_breakpoint_location_modified (...).
11326 (_initialize_breakpoint): Update documentation and add
11327 condition-evaluation breakpoint subcommand.
11328
11329 * breakpoint.h: Include ax.h.
11330 (condition_list): New data structure.
11331 (condition_status): New enum.
11332 (bp_target_info) <cond_list>: New field.
11333 (bp_location) <condition_changed, cond_bytecode>: New fields.
11334 (is_breakpoint): New prototype.
11335
3788aec7
LM
113362012-02-24 Luis Machado <lgustavo@codesourcery.com>
11337
11338 * remote.c (remote_state) <cond_breakpoints>: New field.
11339 (PACKET_ConditionalBreakpoints): New enum.
11340 (remote_cond_breakpoint_feature): New function.
11341 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11342 (remote_supports_cond_breakpoints): New function.
11343 (_initialize_remote): Add new packet configuration for
11344 target-side conditional breakpoints.
11345
72895ff6
LM
113462012-02-24 Luis Machado <lgustavo@codesourcery.com>
11347
11348 * NEWS: Mention target-side conditional breakpoint support,
11349 new condition-evaluation breakpoint subcommand and remote
11350 packet extensions.
11351
dea2aa5f
LM
113522012-02-24 Luis Machado <lgustavo@codesourcery.com>
11353
11354 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11355 number.
11356
8a8bc27f
TS
113572012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11358
11359 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11360 (after_prologue): Remove.
11361
6b446fdf
TT
113622012-02-23 Tom Tromey <tromey@redhat.com>
11363
11364 * jv-valprint.c (java_val_print): Remove dead code.
11365
ef59abfb
TG
113662012-02-23 Tristan Gingold <gingold@adacore.com>
11367
a09130f9
PA
11368 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11369 known_tasks_element and known_tasks_length fields.
11370 (read_known_tasks_array): Change argument type. Use pointer type
11371 and number of elements from DATA. Adjust.
11372 (read_known_tasks_list): Likewise.
11373 (get_known_tasks_addr): Remove.
11374 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11375 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11376 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 11377
def166f6
JK
113782012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11379
11380 PR backtrace/13716
11381 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11382 it after set_momentary_breakpoint.
11383
aeaa2474
SA
113842012-02-22 Sterling Augustine <saugustine@google.com>
11385
11386 PR 13689:
11387 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11388
feea76c2
GB
113892012-02-22 Gary Benson <gbenson@redhat.com>
11390
11391 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11392 (find_slot_in_mapped_hash): Likewise.
11393
f06e05e0
JK
113942012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11395
11396 PR build/13638
11397 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11398 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11399 * configure: Regenerate.
11400
b54a8fd7
PA
114012012-02-21 Tristan Gingold <gingold@adacore.com>
11402 Pedro Alves <palves@redhat.com>
11403
11404 * ia64-tdep.c: Do not include libunwind-ia64.h.
11405 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11406 Include libunwind-ia64.h instead of libunwind.h.
11407 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11408 for libunwind.h existence.
11409 * configure, config.in: Regenerate.
11410
dfcee124
AG
114112012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11412
11413 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11414 instead of value_rtti_target_type.
11415 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11416 instead of value_rtti_target_type.
11417 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11418 value_rtti_target_type.
11419 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11420 (value_rtti_target_type): Rename to ...
11421 (value_rtti_indirect_type): ... here and make it indirect. Update
11422 function comment.
11423 * value.c (readjust_indirect_value_type): New function.
11424 (coerce_ref): Support for enclosing type setting for references
11425 with readjust_indirect_value_type.
11426 * value.h (readjust_value_type): New declaration.
11427 (value_rtti_target_type): Rename to ...
11428 (value_rtti_indirect_type): ... here.
11429
02568277
AG
114302012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11431
11432 * MAINTAINERS (Write After Approval): Add myself to the list.
11433
10c07b7e 114342012-02-20 Doug Evans <dje@google.com>
28ee876a 11435
d82ea6a8
DE
11436 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11437 Rename objfile_p_char parameter to objfilep.
11438 (build_objfile_section_table): Result is now void. All callers
11439 updated.
11440 * objfiles.h (struct objfile): Tweak comments, whitespace.
11441 (build_objfile_section_table): Update.
11442
28ee876a
DE
11443 * elfread.c (elf_symfile_segments): Fix warning text.
11444
24c79950
TT
114452012-02-20 Tom Tromey <tromey@redhat.com>
11446
11447 PR gdb/13498:
11448 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11449 particular set of file names once.
11450 (dw2_map_symbol_filenames): Likewise.
11451
3a9b40b6
JK
114522012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 Code cleanup.
11455 * main.c (write_files): Remove the declaration.
11456 (external_editor_command): Move the declaration ...
11457 [GDBTK] (external_editor_command): ... here. Fix the comment.
11458
4d0795ca
TT
114592012-02-20 Tom Tromey <tromey@redhat.com>
11460
11461 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11462 extraneous block.
11463
637fd620
TG
114642012-02-20 Tristan Gingold <gingold@adacore.com>
11465
11466 * darwin-nat.h (enum darwin_msg_state): Add comments.
11467
6f124894
TG
114682012-02-20 Tristan Gingold <gingold@adacore.com>
11469
11470 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11471 value.
11472
2e6e3d9c
JB
114732012-20-18 Joel Brobecker <brobecker@adacore.com>
11474
11475 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11476 between function description and implementation.
11477
2e8265fd
TT
114782012-02-17 Tom Tromey <tromey@redhat.com>
11479
11480 PR python/12070:
11481 * python/py-event.c (event_object_getset): New global.
11482 (event_object_type): Reference it.
11483 * python/py-type.c (field_object_getset): New global.
11484 (field_object_type): Reference it.
11485 * python/python-internal.h (gdb_py_generic_dict): Declare.
11486 * python/py-utils.c (gdb_py_generic_dict): New function.
11487
8544a150 114882012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 11489
8544a150 11490 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 11491
ca193e27
TS
114922012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11493
11494 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11495 TYPE_CALLING_CONVENTION annotation.
11496
e5586183
KB
114972012-02-16 Kevin Buettner <kevinb@redhat.com>
11498
11499 * MAINTAINERS: Add rx to target ISA section.
11500 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11501 (ALLDEPFILES): Add rx-tdep.c.
11502
7dcd53a0
TT
115032012-02-16 Tom Tromey <tromey@redhat.com>
11504
11505 * symfile.c (symbol_file_add_main_1): Use inferior's
11506 symfile_flags.
11507 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11508 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11509 inferior.
11510 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11511 inferior.
11512 (follow_exec): Use inferior's symfile_flags.
11513 * inferior.h (struct inferior) <symfile_flags>: New field.
11514
ddd60447
MF
115152012-02-16 Mike Frysinger <vapier@gentoo.org>
11516
11517 PR gdb/9734:
11518 * remote-sim.c (gdbsim_create_inferior): Call error() when
11519 sim_create_inferior() fails.
11520
b0d32fb6
TG
115212012-02-16 Josh Matthews <josh@joshmatthews.net>
11522
11523 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11524
9addecb9
TT
115252012-02-16 Tom Tromey <tromey@redhat.com>
11526
11527 PR c++/13653:
11528 * thread.c (struct current_thread_cleanup) <was_removable>: New
11529 field.
11530 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11531 (make_cleanup_restore_current_thread): Initialize new field.
11532
a58b110a
KB
115332012-02-15 Kevin Buettner <kevinb@redhat.com>
11534
11535 * MAINTAINERS: Add rl78 to target ISA section.
11536 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11537 (ALLDEPFILES): Add rl78-tdep.c.
11538 * NEWS: Mention rl78 as a new target.
11539
4cb6da1c
AR
115402012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11541
11542 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11543 data.
11544 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11545
3af2590d
TT
115462012-02-15 Tom Tromey <tromey@redhat.com>
11547
11548 PR gdb/12659:
11549 * infcmd.c (registers_info): Print just the current register's
11550 name.
11551
c6910659
TT
115522012-02-15 Tom Tromey <tromey@redhat.com>
11553
11554 * python/py-symbol.c (sympy_value): Use _().
11555
7cee1e54
PA
115562012-02-15 Pedro Alves <palves@redhat.com>
11557
11558 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11559 output to be like native targets'.
11560 (remote_pid_to_str): Special case the null ptid.
11561
816338b5
SS
115622012-02-14 Stan Shebs <stan@codesourcery.com>
11563
11564 * NEWS: Mention enable count command.
11565 * breakpoint.h (struct breakpoint): New field enable_count.
11566 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11567 (enable_breakpoint): Add arg to call.
11568 (struct disp_data): New struct.
11569 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11570 (do_map_enable_once_breakpoint): Create a struct and pass it.
11571 (do_map_enable_delete_breakpoint): Ditto.
11572 (do_map_enable_count_breakpoint): New function.
11573 (enable_count_command): New function.
11574 (bpstat_stop_status): Decrement enable_count.
11575 (print_one_breakpoint_location): Report enable count.
11576 (_initialize_breakpoint): Add enable count command.
11577
c47a44f4
KB
115782012-02-14 Kevin Buettner <kevinb@redhat.com>
11579
11580 * rl78-tdep.c (reggroups.h): Include.
11581 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11582 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11583 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11584 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11585 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11586 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11587 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11588 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11589 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11590 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11591 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11592 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11593 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11594 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11595 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11596 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11597 beginning of register list.
11598 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11599 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11600 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11601 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11602 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11603 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11604 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11605 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11606 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11607 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11608 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11609 the pseudo registers. Rearrange other pseudo registers too so
11610 that the bank registers appear at the end.
11611 (rl78_register_type): Account for the fact that the byte sized
11612 bank registers are now pseudo-registers.
11613 (rl78_register_name): Rearrange the register name array. Make
11614 initial set of raw banked registers inaccessible.
11615 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11616 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11617 case for copying bytes back and forth between raw and pseudo
11618 versions of the banked registers. Update other cases to reflect
11619 the changed names.
11620 (rl78_return_value): Update to account for changed names of
11621 raw registers.
11622 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11623 rl78_register_sim_regno().
11624
e4569f1e
KB
116252012-02-14 Kevin Buettner <kevinb@redhat.com>
11626
11627 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11628 the name parameter being passed to find_pc_partial_function().
11629
7a05aae7
JK
116302012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11631
11632 * MAINTAINERS: Step down from being ia64 target maintainer.
11633
11fde611
JK
116342012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11637 compilation warning.
11638
57008375
JK
116392012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 Fix crash on loaded shlibs without loaded exec_bfd.
11642 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11643 (set_section_command): Replace exec_bfd by p->bfd.
11644
ff3c9849
TT
116452012-02-10 Tom Tromey <tromey@redhat.com>
11646
11647 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11648 when we have a C++ qualified name.
11649
db2b9fdd
PA
116502012-02-10 Pedro Alves <palves@redhat.com>
11651
11652 * inferior.c (inferior_pid_to_str): New.
11653 (print_inferior, inferior_command): Use it.
11654
12cd34f3
PA
116552012-02-10 Pedro Alves <palves@redhat.com>
11656
11657 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11658 the test CFLAGS.
11659 * configure: Regenerate.
11660
e871429d
JK
116612012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11662
11663 * linespec.c (decode_line_internal): Fix comment correctness.
11664
1916efaf
PA
116652012-02-09 Valery Khromov <valery.khromov@gmail.com>
11666
11667 PR gdb/12953
11668 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11669 * amd64bsd-nat.c: Add support for debug registers (adapted from
11670 i386bsd-nat.c).
11671 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11672 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11673 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11674 (amd64bsd_dr_get_control): New functions.
11675 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11676 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11677 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11678 watchpoints initialization.
11679 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11680
f4859d94
JK
116812012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11684 flds_bnds.fields.
11685 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11686
c56a97f9
JK
116872012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11688
11689 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11690
1a119f36
JB
116912012-02-08 Joel Brobecker <brobecker@adacore.com>
11692
11693 * language.h (symbol_name_cmp_ftype): Renames
11694 symbol_name_match_p_ftype.
11695 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11696 la_get_symbol_name_match_p.
11697 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11698 ada_get_symbol_name_match_p. Update comment.
11699 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11700 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11701 Renames symbol_name_match_p. Update field type.
11702 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11703 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11704 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11705 "la_get_symbol_name_cmp" in comments.
11706 * language.c: Likewise.
11707
c71bb1cf
RO
117082012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11709
11710 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11711 %eflags offset.
11712 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11713 (amd64_sol2_gregset32_reg_offs): Likewise.
11714
4b2d20a5
TG
117152012-02-08 Joel Brobecker <brobecker@adacore.com>
11716
11717 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11718 of the returned BFD is allocated by GDB.
11719
f0823d2c
TT
117202012-02-07 Tom Tromey <tromey@redhat.com>
11721
11722 PR python/12027:
11723 * python/python-internal.h (frame_object_type): Declare.
11724 * python/py-symbol.c (sympy_needs_frame): New function.
11725 (sympy_value): New function.
11726 (symbol_object_getset): Add "needs_frame".
11727 (symbol_object_methods): Add "value".
11728 * python/py-frame.c (frame_object_type): No longer static.
11729
64e7d9dd
TT
117302012-02-07 Tom Tromey <tromey@redhat.com>
11731
11732 PR python/13599:
11733 * python/py-symbol.c (sympy_line): New function.
11734 (symbol_object_getset): Add "line".
11735
1d6b2d2b
TT
117362012-02-07 Tom Tromey <tromey@redhat.com>
11737
11738 * charset.c (find_charset_names): Check 'in' against NULL.
11739
0d5cff50
DE
117402012-02-06 Doug Evans <dje@google.com>
11741
11742 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11743 and fields.name members from char * to const char *. All uses updated.
11744 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11745 from char * to const char *. All uses updated.
11746 (type_name_no_tag): Update.
11747 (lookup_unsigned_typename, lookup_signed_typename): Update.
11748 * gdbtypes.c (type_name_no_tag): Change result type
11749 from char * to const char *. All callers updated.
11750 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11751 name parameter from char * to const char *.
11752 * symtab.h (struct cplus_specific): Change type of demangled_name
11753 member from char * to const char *. All uses updated.
11754 (struct general_symbol_info): Change type of name and
11755 mangled_lang.demangled_name members from char * to const char *.
11756 All uses updated.
11757 (symbol_get_demangled_name, symbol_natural_name): Update.
11758 (symbol_demangled_name, symbol_search_name): Update.
11759 * symtab.c (symbol_get_demangled_name): Change result type
11760 from char * to const char *. All callers updated.
11761 (symbol_natural_name, symbol_demangled_name): Ditto.
11762 (symbol_search_name): Ditto.
11763 (completion_list_add_name): Change type of symname,sym_text,
11764 text,word parameters from char * to const char *.
11765 (completion_list_objc_symbol): Change type of sym_text,
11766 text,word parameters from char * to const char *.
11767 * ada-lang.c (find_struct_field): Change type of name parameter
11768 from char * to const char *.
11769 (encoded_ordered_before): Similarly for N0,N1 parameters.
11770 (old_renaming_is_invisible): Similarly for function_name parameter.
11771 (ada_type_name): Change result type from char * to const char *.
11772 All callers updated.
11773 * ada-lang.h (ada_type_name): Update.
11774 * buildsym.c (hashname): Change type of name parameter
11775 from char * to const char *.
11776 * buildsym.h (hashname): Update.
11777 * dbxread.c (end_psymtab): Change type of include_list parameter
11778 from char ** to const char **.
11779 * dwarf2read.c (determine_prefix): Change result type
11780 from char * to const char *. All callers updated.
11781 * f-lang.c (find_common_for_function): Change type of name, funcname
11782 parameters from char * to const char *.
11783 * f-lang.c (find_common_for_function): Update.
11784 * f-valprint.c (list_all_visible_commons): Change type of funcname
11785 parameters from char * to const char *.
11786 * gdbarch.sh (static_transform_name): Change type of name parameter
11787 and result from char * to const char *.
11788 * gdbarch.c: Regenerate.
11789 * gdbarch.h: Regenerate.
11790 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11791 of name parameter from char * to const char *.
11792 * jv-lang.c (java_primitive_type_from_name): Ditto.
11793 (java_demangled_signature_length): Similarly for signature parameter.
11794 (java_demangled_signature_copy): Ditto.
11795 (java_demangle_type_signature): Ditto.
11796 * jv-lang.h (java_primitive_type_from_name): Update.
11797 (java_demangle_type_signature): Update.
11798 * objc-lang.c (specialcmp): Change type of a,b parameters
11799 from char * to const char *.
11800 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11801 from char * to const char *. All callers updated.
11802 * p-lang.h (is_pascal_string_type): Update.
11803 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11804 of name parameter from char * to const char *.
11805 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11806 * utils.c (fprintf_symbol_filtered): Ditto.
11807 * defs.h (fprintf_symbol_filtered): Update.
11808 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11809 * stabsread.h (end_psymtab): Update.
11810 * stack.c (find_frame_funname): Change type of funname parameter
11811 from char ** to const char **.
11812 * stack.h (find_frame_funname): Update.
11813 * typeprint.c (type_print): Change type of varstring parameter
11814 from char * to const char *.
11815 * value.h (type_print): Update.
11816 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11817 from char * to const char *. All callers updated.
11818 (xcoff_end_psymtab): Change type of include_list parameter
11819 from char ** to const char **. All callers updated.
11820 (swap_sym): Similarly for name parameter. All callers updated.
11821 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11822 Use xstrdup.
11823 (process_coff_symbol): Use xstrdup.
11824 * stabsread.c (stabs_method_name_from_physname): Renamed from
11825 update_method_name_from_physname. Change result type from void
11826 to char *. All callers updated.
11827 (read_member_functions): In has_destructor case, store name in objfile
11828 obstack instead of malloc space. In !has_stub case, fix mem leak.
11829
5579a92e
TT
118302012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11831
11832 * configure: Rebuild.
11833 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11834 LDFLAGS.
11835
9058f767
KB
118362012-02-03 Kevin Buettner <kevinb@redhat.com>
11837
11838 * configure.tgt (rl78-*-elf): New target.
11839 * rl78-tdep.c: New file.
11840
5b37825d
PW
118412012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11842
11843 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11844 and continue the loop. Add QUIT statement.
11845
e009ee71
TT
118462012-02-03 Tom Tromey <tromey@redhat.com>
11847
11848 PR gdb/13596:
11849 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11850 bfd_lookup_symbol_from_symtab.
11851 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11852 gdb_bfd_lookup_symbol_from_symtab.
11853
f7e44f65
JB
118542012-02-03 Joel Brobecker <brobecker@adacore.com>
11855
11856 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11857 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11858 symbol. Add assertion that sym2 is never NULL.
11859
2c02bd72
DE
118602012-02-02 Doug Evans <dje@google.com>
11861
11862 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11863 "name" parameter to const char ** from char **. All callers updated.
11864 (find_pc_partial_function): Ditto.
11865 (cache_pc_function_name): Change type to const char * from char *.
11866 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11867 (find_pc_partial_function): Update.
11868 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11869 type of "name" parameter to const char * from char *.
11870 All uses updated.
11871 * arch-utils.c (generic_in_solib_return_trampoline): Change
11872 type of "name" parameter to const char * from char *.
11873 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11874 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11875 type of "name" parameter to const char * from char *.
11876 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11877 * gdbarch.c: Regenerate.
11878 * gdbarch.h: Regenerate.
11879 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11880 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11881 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11882 type of "name" parameter to const char * from char *.
11883 * skip.c (skip_function_pc): Ditto.
11884 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11885 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11886 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11887 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11888 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11889 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11890 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11891 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11892 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11893
e886a173
PA
118942012-02-02 Pedro Alves <palves@redhat.com>
11895
11896 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11897 the current inferior has no execution. Make sure the current
11898 remote process matches gdb's current inferior.
11899
c709a7c2
TT
119002012-02-02 Tom Tromey <tromey@redhat.com>
11901
11902 PR gdb/13405:
11903 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11904 read-only memory.
11905
f149aabd
TT
119062012-02-02 Tom Tromey <tromey@redhat.com>
11907
11908 PR gdb/9307:
11909 * symtab.c (lookup_language_this): Set block_found.
11910
03bef283
TT
119112012-02-01 Tom Tromey <tromey@redhat.com>
11912
11913 PR gdb/13431:
11914 * jit.c (struct jit_inferior_data): Rewrite.
11915 (struct jit_objfile_data): New.
11916 (get_jit_objfile_data): New function.
11917 (add_objfile_entry): Update.
11918 (jit_read_descriptor): Return int. Replace descriptor_addr
11919 argument with inf_data. Update. Don't call error.
11920 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11921 descriptor here.
11922 (jit_inferior_init): Don't look up descriptor. Don't call error.
11923 (jit_reset_inferior_data_and_breakpoints)
11924 (jit_inferior_created_observer): Remove.
11925 (jit_inferior_exit_hook): Update.
11926 (jit_executable_changed_observer): Remove.
11927 (jit_event_handler): Update.
11928 (free_objfile_data): Reset inferior data if needed.
11929 (_initialize_jit): Update.
11930
f0bbc364
TT
119312012-02-01 Tom Tromey <tromey@redhat.com>
11932
11933 * jit.c (bfd_open_from_target_memory): Move higher in file.
11934
47c1316c
TG
119352012-02-01 Tristan Gingold <gingold@adacore.com>
11936
11937 * libunwind-frame.c (libunwind_load): Display message if dlopen
11938 failed.
11939
8e704927
GB
119402012-02-01 Gary Benson <gbenson@redhat.com>
11941
09c7a31f 11942 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
11943 (iterate_over_symbols): Use the above.
11944 * symtab.c (iterate_over_symbols): Likewise.
11945 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11946 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11947 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11948 (iterate_name_matcher): Document return values.
11949 (collect_one_symbol): Likewise.
11950 (collect_function_symbols): Likewise.
11951 (collect_symbols): Likewise.
11952
d9680e73
TT
119532012-02-01 Tom Tromey <tromey@redhat.com>
11954
11955 * ada-lang.c (resolve_subexp): Update.
11956 (ada_lookup_symbol_list): Add 'full_search' argument.
11957 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11958 ada_lookup_symbol_list.
11959 (ada_lookup_encoded_symbol): Update.
11960 (get_var_value): Update.
11961 * ada-exp.y (block_lookup): Update.
11962 (write_var_or_type): Update.
11963 (write_name_assoc): Update.
11964 * ada-lang.h (ada_lookup_symbol_list): Update.
11965
72e1143f
TT
119662012-01-31 Tom Tromey <tromey@redhat.com>
11967
11968 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11969 comment.
11970
ab2d2ad3
DE
119712012-01-31 Doug Evans <dje@google.com>
11972
11973 * symtab.h: Remove outdated comment.
e9111bf7 11974 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 11975
bc884eba
JB
119762012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11977
11978 Fix build error in Darwin port.
11979 * i386-darwin-nat.c: Include i386-nat.h.
11980
8fc3fc34
TT
119812012-01-30 Tom Tromey <tromey@redhat.com>
11982
11983 PR breakpoints/13568:
11984 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11985 argument. Check for recursive includes.
11986 (dwarf_decode_macros): Create an include hash.
11987
5d853008
ME
119882012-01-30 Michael Eager <eager@eagercon.com>
11989
11990 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11991 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 11992 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
11993 (powerpc_linux_in_plt_stub): New function.
11994 (powerpc_linux_in_dynsym_resolve_code): New function.
11995 (ppc_skip_trampoline_code): New function.
11996 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11997 Use glibc_skip_solib_resolver.
11998
40478521
JK
119992012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12000
12001 Code cleanup: Make 1440 bytes of data segment read-only.
12002 * arch-utils.c (endian_enum): Make it const char *const [].
12003 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
12004 Likewise.
12005 * breakpoint.c (always_inserted_enums): Likewise.
12006 * cli/cli-cmds.c (script_ext_enums): Likewise.
12007 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
12008 enumlist parameter const char *const *.
12009 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
12010 const char *const *.
12011 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
12012 parameter const char *const *.
12013 * cris-tdep.c (cris_modes): Make it const char *const [].
12014 * filesystem.c (target_file_system_kinds): Likewise.
12015 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
12016 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12017 (can_use_displaced_stepping_enum, scheduler_enums)
12018 (exec_direction_names): Likewise.
12019 * language.c (_initialize_language): Make the type_or_range_names and
12020 case_sensitive_names variables const char *const [].
12021 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12022 * python/python.c (python_excp_enums): Likewise.
12023 * remote.c (interrupt_sequence_modes): Likewise.
12024 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12025 * serial.c (logbase_enums): Likewise.
12026 * sh-tdep.c (sh_cc_enum): Likewise.
12027 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12028 Likewise.
12029 * symtab.c (multiple_symbols_modes): Likewise.
12030 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12031 Likewise.
12032 * utils.c (internal_problem_modes): Likewise.
12033
b3b8b934
JK
120342012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12037 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12038 result.
12039
8c85a4e2
DE
120402012-01-27 Doug Evans <dje@google.com>
12041
12042 * configure.ac (with_python): Fix absolute path handling for win32.
12043 * configure: Regenerate.
12044
78d8b4d7
DE
120452012-01-26 Doug Evans <dje@google.com>
12046
eca864fe
DE
12047 * symtab.c: Whitespace cleanup, no code changes.
12048
7e082072
DE
12049 * symtab.c (lookup_symbol_in_language): Improve comment.
12050 (lookup_symbol_aux): Fix comment.
12051
7dc25483
DE
12052 * psymtab.c (add_psymbol_to_list): Result is now "void".
12053 * psympriv.h (add_psymbol_to_list): Update.
12054
78d8b4d7
DE
12055 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12056
4c63965b
JK
120572012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 Do not open script filenames twice.
12060 * cli/cli-cmds.c (source_script_from_stream): Pass to
12061 source_python_script also STREAM.
12062 * python/py-auto-load.c (source_section_scripts): Pass to
12063 source_python_script_for_objfile also STREAM.
12064 (auto_load_objfile_script): Pass to source_python_script_for_objfile
12065 also INPUT.
12066 * python/python-internal.h (source_python_script_for_objfile): New
12067 parameter file, rename parameter file to filename.
12068 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12069 instead if !_WIN32. Update the function comment.
12070 (source_python_script, source_python_script_for_objfile)
12071 (source_python_script): New parameter file, rename parameter file to
12072 filename. Pass FILENAME to python_run_simple_file.
12073 * python/python.h (source_python_script): New parameter file, rename
12074 parameter file to filename.
12075
88f38a04
PA
120762012-01-26 Pedro Alves <palves@redhat.com>
12077
12078 * corelow.c (core_has_fake_pid): Delete.
12079 (core_close): Delete references to `core_has_fake_pid'.
12080 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12081 (core_open): Delete references to `core_has_fake_pid'.
12082 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12083 the removed global.
12084
e078317b
JB
120852012-01-26 Joel Brobecker <brobecker@adacore.com>
12086
12087 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12088 Remove language parameter from name_matcher. Adjust the comment.
12089 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12090 Remove language parameter.
12091 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12092 * linespec.c (iterate_name_matcher): Likewise.
12093 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12094 name_matcher. Adjust call accordingly.
12095 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12096 (maintenance_check_symtabs): Adjust type of parameter "fun".
12097 * psymtab.h (maintenance_check_symtabs): Likewise.
12098
74ccd7f5
JB
120992012-01-26 Joel Brobecker <brobecker@adacore.com>
12100
12101 * language.h (symbol_name_match_p_ftype): New typedef.
12102 (struct language_defn): Replace field la_symbol_name_compare
12103 by la_get_symbol_name_match_p.
12104 * ada-lang.c (ada_get_symbol_name_match_p): New function.
12105 (ada_language_defn): Use it.
12106 * linespec.c (struct symbol_matcher_data): New type.
12107 (iterate_name_matcher): Rewrite.
12108 (iterate_over_all_matching_symtabs): Pass a pointer to
12109 a symbol_matcher_data struct to expand_symtabs_matching
12110 instead of just the lookup name.
12111 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12112 opencl-lang.c, p-lang.c, language.c: Delete field
12113 la_symbol_name_compare, and replace by NULL for new field
12114 la_get_symbol_name_match_p.
12115 * symfile.h (struct quick_symbol_functions): Update comment.
12116
5d268276
TT
121172012-01-25 Tom Tromey <tromey@redhat.com>
12118
12119 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12120 dereferencing.
12121
edcc5120
TT
121222012-01-24 Tom Tromey <tromey@redhat.com>
12123
12124 PR symtab/12406:
12125 * solib.c (update_solib_list): Update the program space's
12126 added_solibs and deleted_solibs fields.
12127 * progspace.h (struct program_space) <added_solibs,
12128 deleted_solibs>: New fields.
12129 (clear_program_space_solib_cache): Declare.
12130 * progspace.c (release_program_space): Call
12131 clear_program_space_solib_cache.
12132 (clear_program_space_solib_cache): New function.
12133 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12134 bpstat_stop_status. Use handle_solib_event.
12135 * breakpoint.c: Include gdb_regex.h.
12136 (print_solib_event): New function.
12137 (bpstat_print): Use print_solib_event.
12138 (bpstat_stop_status): Add special case for bp_shlib_event.
12139 (handle_solib_event): New function.
12140 (bpstat_what): Use handle_solib_event.
12141 (struct solib_catchpoint): New.
12142 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12143 (breakpoint_hit_catch_solib, check_status_catch_solib)
12144 (print_it_catch_solib, print_one_catch_solib)
12145 (print_mention_catch_solib, print_recreate_catch_solib): New
12146 functions.
12147 (catch_solib_breakpoint_ops): New global.
12148 (catch_load_or_unload, catch_load_command_1)
12149 (catch_unload_command_1): New functions.
12150 (internal_bkpt_check_status): Add special case for
12151 bp_shlib_event.
12152 (internal_bkpt_print_it): Use print_solib_event.
12153 (initialize_breakpoint_ops): Initialize
12154 catch_solib_breakpoint_ops.
12155 (_initialize_breakpoint): Register "catch load" and "catch
12156 unload".
12157 * breakpoint.h (handle_solib_event): Declare.
12158 * NEWS: Add entry for "catch load" and "catch unload".
12159
fa864999
TT
121602012-01-24 Tom Tromey <tromey@redhat.com>
12161
12162 * ada-lang.c: Include gdb_vecs.h.
12163 * charset.c: Include gdb_vecs.h.
12164 * tracepoint.h: Include gdb_vecs.h.
12165 * gdb_vecs.h: New file.
12166
f90263c1
TT
121672012-01-24 Pedro Alves <pedro@codesourcery.com>
12168
12169 * breakpoint.c (breakpoint_hit_catch_fork)
12170 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12171 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12172 * infrun.c (inferior_has_forked, inferior_has_vforked)
12173 (inferior_has_execd, inferior_has_called_syscall): Delete.
12174 (handle_syscall_event): Get syscall_number from the execution
12175 control state's wait status.
12176 (wait_for_inferior): Don't clear syscall_number.
12177
09ac7c10
TT
121782012-01-24 Pedro Alves <palves@redhat.com>
12179
12180 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12181 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12182 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12183 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12184 `ws' parameter.
12185 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
12186 false for events other than TARGET_SIGNAL_TRAP.
12187 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12188 Add `ws' parameter.
12189 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
12190 events other than TARGET_SIGNAL_TRAP.
12191 (tracepoint_breakpoint_hit): Add `ws' parameter.
12192 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12193 parameter.
12194 (bpstat_stop_status): Same.
12195 (pc_at_non_inline_function): Same.
12196 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12197 to pass the current event's waitstatus to bpstat_stop_status
12198 and pc_at_non_inline_function.
12199
86eb7e95
JK
122002012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12201
12202 Code cleanup.
12203 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12204 Update the function comment for it.
12205 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12206 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12207 for STREAM.
12208
a9b3a50f
PA
122092012-01-24 Pedro Alves <palves@redhat.com>
12210
12211 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12212 outside `bs->stop' block.
12213 (bpstat_what): Rework bp_shlib_event handling.
12214 (internal_bkpt_check_status): If the breakpoint is a
12215 bp_shlib_event, then set bs->stop and bs->print if
12216 stop_on_solib_events is set.
12217
53fe1783
GB
122182012-01-24 Gary Benson <gbenson@redhat.com>
12219
12220 Delete #if 0'd out code.
12221 * stack.c (print_frame_label_vars): Remove.
12222 (catch_info): Likewise.
12223 (_initialize_stack): Remove "info catch" command.
12224 * NEWS: Mention the above.
12225
49c62f2e
PA
122262012-01-24 Pedro Alves <palves@redhat.com>
12227
12228 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12229 it.
12230 (remote_notice_new_inferior): If the remote end doesn't support
12231 the multiprocess extensions, then the PID is fake.
12232 (add_current_inferior_and_thread): New.
12233 (remote_start_remote): Use it.
12234 (extended_remote_attach_1): Adjust.
12235 (extended_remote_create_inferior_1): Use
12236 add_current_inferior_and_thread.
12237
d0d8b0c6
JK
122382012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12239
12240 Fix watchpoints to be specific for each inferior.
12241 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12242 current_program_space.
12243 * i386-nat.c (i386_inferior_data_cleanup): New.
12244 (i386_inferior_data_get): Replace variable inf_data_local by an
12245 inferior_data call.
12246 (i386_use_watchpoints): Initialize i386_inferior_data.
12247 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12248 specific iterate_over_lwps.
12249
4403d8e9
JK
122502012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 Fix watchpoints across inferior fork.
12253 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12254 comment for linux_nat_iterate_watchpoint_lwps.
12255 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12256 linux_nat_iterate_watchpoint_lwps.
12257 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12258 * i386-linux-nat.c (update_debug_registers_callback): Update the
12259 comment for linux_nat_iterate_watchpoint_lwps.
12260 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12261 linux_nat_iterate_watchpoint_lwps.
12262 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12263 * i386-nat.c: Include inferior.h.
12264 (dr_mirror): Remove.
12265 (i386_inferior_data, struct i386_inferior_data)
12266 (i386_inferior_data_get): New.
12267 (i386_debug_reg_state): Use i386_inferior_data_get.
12268 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12269 (i386_insert_watchpoint, i386_remove_watchpoint)
12270 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12271 (i386_remove_hw_breakpoint): New variable state, use
12272 i386_debug_reg_state instead of DR_MIRROR.
12273 * linux-nat.c (delete_lwp): New declaration.
12274 (num_lwps): Move here from downwards.
12275 (delete_lwp_cleanup): New.
12276 (linux_child_follow_fork): Create new child_lp, call
12277 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12278 PTRACE_DETACH.
12279 (num_lwps): Move upwards.
12280 (linux_nat_iterate_watchpoint_lwps): New.
12281 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12282 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12283
2992c9a7 122842012-01-24 Joel Brobecker <brobecker@adacore.com>
12285
12286 GDB 7.4 released.
12287
e360902b
PA
122882012-01-23 Pedro Alves <palves@redhat.com>
12289
12290 * top.c (caution): Rename to ...
12291 (confirm): ... this.
12292 (show_caution): Rename to ...
12293 (show_confirm): ... this.
12294 (quit_cover): Adjust.
12295 (init_main): Adjust.
12296 * top.h (caution): Rename to ...
12297 (confirm): ... this.
12298 * utils.c (internal_vproblem, defaulted_query): Adjust.
12299
050a2e1d
PA
123002012-01-23 Pedro Alves <palves@redhat.com>
12301
12302 * top.c (caution): Update comment.
12303 (execute_command): Don't consider the current value of `caution'.
12304
77a35dd8
JK
123052012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12306
12307 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12308
a71b5a38
UW
123092012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12310
12311 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12312 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12313 * target.c (target_fileio_pwrite): Remove buffer address from
12314 debug output.
12315 (target_fileio_pread): Likewise.
12316
d99bd577
UW
123172012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12318
12319 * NEWS: Document remote "info proc" and "generate-core-file".
12320
35c2fab7
UW
123212012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12322
12323 * gdbarch.sh (find_memory_regions): New callback.
12324 * gdbarch.c, gdbarch.h: Regenerate.
12325
12326 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12327 callback before falling back to target method.
12328
12329 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12330 (linux_target_install_ops): No longer install it.
12331
12332 * linux-tdep.c (linux_find_memory_regions): New function.
12333 (linux_init_abi): Install it.
12334
6432734d
UW
123352012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12336
12337 * gdbarch.sh (make_corefile_notes): New architecture callback.
12338 * gdbarch.c: Regenerate.
12339 * gdbarch.h: Likewise.
12340
12341 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12342 before target_make_corefile_notes. If NULL is returned, the
12343 target does not support core file generation.
12344
12345 * linux-nat.c: Include "linux-tdep.h".
12346 (find_signalled_thread, find_stop_signal): Remove.
12347 (linux_nat_do_thread_registers): Likewise.
12348 (struct linux_nat_corefile_thread_data): Likewise.
12349 (linux_nat_corefile_thread_callback): Likewise.
12350 (iterate_over_spus): Likewise.
12351 (struct linux_spu_corefile_data): Likewise.
12352 (linux_spu_corefile_callback): Likewise.
12353 (linux_spu_make_corefile_notes): Likewise.
12354 (linux_nat_collect_thread_registers): New function.
12355 (linux_nat_make_corefile_notes): Replace contents by call to
12356 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12357 as native-only callback.
12358
12359 * linux-tdep.h: Include "bfd.h".
12360 (struct regcache): Add forward declaration.
12361 (linux_collect_thread_registers_ftype): New typedef.
12362 (linux_make_corefile_notes): Add prototype.
12363 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12364 "regset.h", and "elf-bfd.h".
12365 (find_signalled_thread, find_stop_signal): New functions.
12366 (linux_spu_make_corefile_notes): Likewise.
12367 (linux_collect_thread_registers): Likewise.
12368 (struct linux_corefile_thread_data): New data structure.
12369 (linux_corefile_thread_callback): New funcion.
12370 (linux_make_corefile_notes): Likewise.
12371 (linux_make_corefile_notes_1): Likewise.
12372 (linux_init_abi): Install it.
12373
3030c96e
UW
123742012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12375
12376 * gdbarch.sh (info_proc): New callback.
12377 * gdbarch.c, gdbarch.h: Regenerate.
12378
12379 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12380 before falling back to the target info_proc callback.
12381
12382 * linux-nat.c: Do not include "cli/cli-utils.h".
12383 (linux_nat_info_proc): Remove.
12384 (linux_target_install_ops): No longer install it.
12385
12386 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12387 (read_mapping): New function.
12388 (linux_info_proc): Likewise.
12389 (linux_init_abi): Install it.
12390
145b16a9
UW
123912012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12392
12393 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12394 * infcmd.c: (info_proc_cmd_1): New function.
12395 (info_proc_cmd): New function, moved here from equivalent routine
12396 orignally in linux-nat.c.
12397 (info_proc_cmd_mappings): Likewise.
12398 (info_proc_cmd_stat): Likewise.
12399 (info_proc_cmd_status): Likewise.
12400 (info_proc_cmd_cwd): Likewise.
12401 (info_proc_cmd_cmdline): Likewise.
12402 (info_proc_cmd_exe): Likewise.
12403 (info_proc_cmd_all): Likewise.
12404 (_initialize_infcmd): Install "info proc" command and subcommands.
12405
12406 * target.h (struct target_ops): Add to_info_proc.
12407 (target_info_proc): Add prototype.
12408 * target.c (target_info_proc): New function.
12409
12410 * procfs.c (procfs_info_proc): Add prototype.
12411 (info_proc_cmd): Rename into ...
12412 (procfs_info_proc): ... this. Update argument types as appropriate
12413 for a to_info_proc implementation. Handle "what" argument.
12414 (procfs_target): Install procfs_info_proc.
12415 (_initialize_procfs): No longer install "info proc" command.
12416
12417 * linux-nat.c: (enum info_proc_what): Remove.
12418 (linux_nat_info_proc_cmd_1): Rename into ...
12419 (linux_nat_info_proc): ... this. Update argument types as appropriate
12420 for a to_info_proc implementation.
12421 (linux_nat_info_proc_cmd): Remove.
12422 (linux_nat_info_proc_cmd_mappings): Likewise.
12423 (linux_nat_info_proc_cmd_stat): Likewise.
12424 (linux_nat_info_proc_cmd_status): Likewise.
12425 (linux_nat_info_proc_cmd_cwd): Likewise.
12426 (linux_nat_info_proc_cmd_cmdline): Likewise.
12427 (linux_nat_info_proc_cmd_exe): Likewise.
12428 (linux_nat_info_proc_cmd_all): Likewise.
12429 (linux_target_install_ops): Install linux_nat_info_proc.
12430 (_initialize_linux_nat): No longer install "info proc" command
12431 and subcommands.
12432
b9e7b9c3
UW
124332012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12434
12435 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12436 * config.in, configure: Regenerate.
12437
12438 * target.h (struct target_ops): Add to_fileio_readlink.
12439 (target_fileio_readlink): Add prototype.
12440 * target.c (target_fileio_readlink): New function.
12441
12442 * inf-child.c: Conditionally include <sys/param.h>.
12443 (inf_child_fileio_readlink): New function.
12444 (inf_child_target): Install it.
12445
12446 * remote.c (PACKET_vFile_readlink): New enum value.
12447 (remote_hostio_readlink): New function.
12448 (init_remote_ops): Install it.
12449 (_initialize_remote): Handle vFile:readlink packet type.
12450
7313baad
UW
124512012-01-20 Pedro Alves <palves@redhat.com>
12452 Ulrich Weigand <ulrich.weigand@linaro.org>
12453
12454 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12455 * config.in, configure: Regenerate.
12456
12457 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12458 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12459 (target_fileio_open): Add prototype.
12460 (target_fileio_pwrite): Likewise.
12461 (target_fileio_pread): Likewise.
12462 (target_fileio_close): Likewise.
12463 (target_fileio_unlink): Likewise.
12464 (target_fileio_read_alloc): Likewise.
12465 (target_fileio_read_stralloc): Likewise.
12466
12467 * target.c: Include "gdb/fileio.h".
12468 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12469 (default_fileio_target): New function.
12470 (target_fileio_open): Likewise.
12471 (target_fileio_pwrite): Likewise.
12472 (target_fileio_pread): Likewise.
12473 (target_fileio_close): Likewise.
12474 (target_fileio_unlink): Likewise.
12475 (target_fileio_close_cleanup): Likewise.
12476 (target_fileio_read_alloc_1): Likewise.
12477 (target_fileio_read_alloc): Likewise.
12478 (target_fileio_read_stralloc): Likewise.
12479
12480 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12481 <fcntl.h>, and <unistd.h>.
12482 (inf_child_fileio_open_flags_to_host): New function.
12483 (inf_child_errno_to_fileio_error): Likewise.
12484 (inf_child_fileio_open): Likewise.
12485 (inf_child_fileio_pwrite): Likewise.
12486 (inf_child_fileio_pread): Likewise.
12487 (inf_child_fileio_close): Likewise.
12488 (inf_child_fileio_unlink): Likewise.
12489 (inf_child_target): Install to_fileio routines.
12490
12491 * remote.c (init_remote_ops): Install to_fileio routines.
12492
901f9912
UW
124932012-01-20 Pedro Alves <palves@redhat.com>
12494 Ulrich Weigand <ulrich.weigand@linaro.org>
12495
12496 * remote.c (remote_multi_process_p): Only check for multi-process
12497 protocol feature, do not check for extended protocol.
12498 (remote_supports_multi_process): Check for extended protocol here.
12499 (set_general_process): Likewise.
12500 (extended_remote_kill): Likewise.
12501 (remote_pid_to_str): Likewise.
12502 (remote_query_supported): Always query multiprocess mode.
12503
e714e1bf
UW
125042012-01-20 Pedro Alves <palves@redhat.com>
12505 Ulrich Weigand <ulrich.weigand@linaro.org>
12506
12507 * inferior.h (struct inferior): Add fake_pid_p.
12508 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12509 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12510 magic_null_ptid since the remote side doesn't provide a real PID.
12511
50897289
TT
125122012-01-19 Tom Tromey <tromey@redhat.com>
12513
12514 * NEWS: Combine the two Python sections.
12515
1afc2033
JK
125162012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12517
12518 * target.h (target_close): Update comment on the target's unpush state.
12519
305436e0
PA
125202012-01-19 Pedro Alves <palves@redhat.com>
12521
12522 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12523 linux_nat_async directly instead of going through the target
12524 vector.
12525 * target.c (unpush_target): Close target after unpushing it, not
12526 before.
12527
49323895
GB
125282012-01-19 Gary Benson <gbenson@redhat.com>
12529
12530 * mdebugread.c (sort_blocks): Replace integer constants with ones
12531 derived from FIRST_LOCAL_BLOCK.
12532
1db33378
PP
125332012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12534 Jan Kratochvil <jan.kratochvil@redhat.com>
12535
12536 PR gdb/9538
12537 * symfile.c (find_separate_debug_file): New function.
12538 (terminate_after_last_dir_separator): Likewise.
12539 (find_separate_debug_file_by_debuglink): Also try realpath.
12540 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12541 * configure: Regenerate.
12542 * config.in: Regenerate.
12543
f83d8a90
DE
125442012-01-18 Doug Evans <dje@google.com>
12545
12546 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12547 (main.o): Remove rule.
12548 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12549 (--with-sysroot): Rewrite.
12550 * configure: Regenerate.
12551 * config.in: Regenerate.
12552
2dbca4d6
SDJ
125532012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12554
12555 * parse.c (initialize_expout): New function.
12556 (reallocate_expout): Likewise.
12557 (parse_exp_in_context): Use `initialize_expout' and
12558 `reallocate_expout' when appropriate.
12559
0695b514
PA
125602012-01-18 Pedro Alves <palves@redhat.com>
12561
12562 * record.c (struct record_breakpoint, record_breakpoint_p)
12563 (record_breakpoints): New.
12564 (record_insert_breakpoint, record_remove_breakpoint): Manage
12565 record breakpoints list. Only remove breakpoints from the
12566 inferior if they had been inserted there in the first place.
12567
136e1c30
DE
125682012-01-17 Doug Evans <dje@google.com>
12569
12570 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12571 if we know we don't have a file name to look for.
12572
c0bf857d
PA
125732012-01-17 Pedro Alves <palves@redhat.com>
12574
12575 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12576 the frame's stop reason is UNWIND_UNAVAILABLE.
12577
b486de60
JK
125782012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12579
12580 Fix compilation error.
12581 * m2-exp.y (yyerror): Use ANSI C prototype.
12582
d04550a6
SDJ
125832012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12584
12585 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12586 (growbuf_by_size): Likewise.
12587 (yyerror): Likewise.
12588 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12589 (modblock): Remove variable (was #if 0'ed).
12590 (parse_number): Convert prototype from K&R to ANSI C.
12591 (yyerror): Likewise.
12592 * objc-exp.y (parse_number): Likewise.
12593 (yyerror): Likewise.
12594 (yylex): Remove #if 0'ed code.
12595 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12596 (yyerror): Likewise.
12597
4aac40c8
TT
125982012-01-16 Tom Tromey <tromey@redhat.com>
12599
12600 * NEWS: Add item.
12601 * symtab.h (compare_filenames_for_search): Declare.
12602 * symtab.c (compare_filenames_for_search): New function.
12603 (iterate_over_some_symtabs): Use it.
12604 * symfile.h (struct quick_symbol_functions)
12605 <map_symtabs_matching_filename>: Change spec.
12606 * psymtab.c (partial_map_symtabs_matching_filename): Use
12607 compare_filenames_for_search. Update for new spec.
12608 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12609 compare_filenames_for_search. Update for new spec.
12610 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12611
cafec441
TT
126122012-01-16 Tom Tromey <tromey@redhat.com>
12613
12614 PR python/13281:
12615 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12616 (struct main_type) <flag_flag_enum>: New field.
12617 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12618 * NEWS: Add entries.
12619 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12620 enums.
12621 * python/lib/gdb/printing.py (_EnumInstance): New class.
12622 (FlagEnumerationPrinter): Likewise.
12623
983af33b
SDJ
126242012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12625
12626 * breakpoint.c (create_sals_from_address_default): New function.
12627 (create_breakpoints_sal_default): Likewise.
12628 (decode_linespec_default): Likewise.
12629 (is_marker_spec): Removed.
12630 (strace_marker_p): New function.
12631 (init_breakpoint_sal): Using `strace_marker_p' instead of
12632 `is_marker_spec'.
12633 (create_breakpoint): Call method `create_sals_from_address' from
12634 breakpoint_ops, replacing code that created SALs conditionally
12635 on the type of the breakpoint. Call method `create_breakpoints_sal',
12636 replacing code that created breakpoints conditionally on the type
12637 wanted.
12638 (base_breakpoint_create_sals_from_address): New function.
12639 (base_breakpoint_create_breakpoints_sal): Likewise.
12640 (base_breakpoint_decode_linespec): Likewise.
12641 (base_breakpoint_ops): Add methods
12642 `base_breakpoint_create_sals_from_address',
12643 `base_breakpoint_create_breakpoints_sal' and
12644 `base_breakpoint_decode_linespec'.
12645 (bkpt_create_sals_from_address): New function.
12646 (bkpt_create_breakpoints_sal): Likewise.
12647 (bkpt_decode_linespec): Likewise.
12648 (tracepoint_create_sals_from_address): Likewise.
12649 (tracepoint_create_breakpoints_sal): Likewise.
12650 (tracepoint_decode_linespec): Likewise.
12651 (strace_marker_create_sals_from_address): Likewise.
12652 (strace_marker_create_breakpoints_sal): Likewise.
12653 (strace_marker_decode_linespec): Likewise.
12654 (strace_marker_breakpoint_ops): New variable.
12655 (addr_string_to_sals): Remove `marker_spec'. Call method
12656 `decode_linespec' from breakpoint_ops, replacing code that decoded
12657 an address string into a SAL. Use `strace_marker_p' instead of
12658 `marker_spec'.
12659 (strace_command): Decide whether we are dealing with a static
12660 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12661 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12662 * breakpoint.h (linespec_result, linespec_sals): New forward
12663 declarations.
12664 (breakpoint_ops) <create_sals_from_address>,
12665 <create_breakpoints_sal>, <decode_linespec>: New methods.
12666
4795f398
DE
126672012-01-14 Doug Evans <dje@google.com>
12668
12669 * NEWS: Update text for "maint set python print-stack".
12670 It is deprecated in gdb 7.4 and deleted in 7.5.
12671
ee5106fe
EZ
126722012-01-13 Eli Zaretskii <eliz@gnu.org>
12673
12674 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12675 including curses.h.
12676
b161e06f
JK
126772012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12678
12679 * configure: Regenerate.
12680 * config.in: Regenerate.
12681
85254831
KS
126822012-01-12 Keith Seitz <keiths@redhat.com>
12683
12684 PR mi/10586
12685 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12686 (ANONYMOUS_UNION_NAME): Define.
12687 (is_path_expr_parent): New function.
12688 (get_path_expr_parent): New function.
12689 (is_anonymous_child): New function.
12690 (create_child_with_value): If the child is anonymous and without
12691 a name, assign an object name to it.
12692 (c_describe_child): Use get_path_expr_parent to determine
12693 the parent expression.
12694 If there field represents an anonymous struct or union and
12695 has no name, set an appropriate display name and expression.
12696 (cplus_describe_child): Likewise.
12697
620fa63a
PA
126982012-01-12 Pedro Alves <palves@redhat.com>
12699
12700 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12701 available when %ebp is found to be zero (outermost).
12702
2efa2c79
AT
127032012-01-11 Andreas Tobler <andreast@fgznet.ch>
12704
12705 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12706 an internal gdb_static_assert.
12707 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12708
88e7d25d
TT
127092012-01-11 Tom Tromey <tromey@redhat.com>
12710
12711 PR gdb/9598:
12712 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12713 catch" and "catch throw".
12714
72384ba3
PH
127152012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12716
12717 * blockframe.c (block_innermost_frame): Start search from selected
12718 frame, if present, or otherwise the current frame.
12719
12720 * c-exp.y (variable): Update innermost_block for
12721 'block COLONCOLON NAME' clause.
12722 * m2-exp.y (variable): Ditto.
12723 * objc-exp.y (variable): Ditto.
12724
065a711f
TT
127252012-01-10 Tom Tromey <tromey@redhat.com>
12726
12727 PR python/13199:
12728 * python/python.c (finish_python_initialization): Set sys.argv.
12729
f3f5162e
DE
127302012-01-10 Doug Evans <dje@google.com>
12731
12732 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12733 "want_line_info". All callers updated.
12734 (dwarf_decode_lines_1): New function.
12735 (handle_DW_AT_stmt_list): Add function comment.
12736 New arg "want_line_info". All callers updated.
12737 (read_file_scope,read_type_unit_scope): Move comment from
12738 handle_DW_AT_stmt_list to here.
12739
9934703b
JK
127402012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 Fix regression after libiberty/ update for GCC PR 6057 and others.
12743 * c-exp.y (operator) <OPERATOR DELETE>
12744 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12745 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12746 (make_builtin_type, make_name): New variable i, add gdb_assert.
12747 (operator) <OPERATOR NEW>: Update ARGS to 3.
12748 (operator) <OPERATOR DELETE>: Add trailing space.
12749 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12750 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12751 * cp-support.c (cp_canonicalize_string): Check NULL from
12752 cp_comp_to_string, call warning and return.
12753
06b9f45f
JK
127542012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 Fix duplicate .o files after omitting libbfd.a.
12757 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12758 (SFILES): Add corelow.c.
12759 (COMMON_OBS): Add corelow.o.
12760 (ALLDEPFILES): Remove corelow.c.
12761 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12762 * config/alpha/alpha-osf3.mh: Likewise.
12763 * config/alpha/fbsd.mh: Likewise.
12764 * config/arm/nbsdaout.mh: Likewise.
12765 * config/arm/nbsdelf.mh: Likewise.
12766 * config/i386/i386gnu.mh: Likewise.
12767 * config/ia64/hpux.mh: Likewise.
12768 * config/ia64/linux.mh: Likewise.
12769 * config/m32r/linux.mh: Likewise.
12770 * config/m68k/linux.mh: Likewise.
12771 * config/mips/irix5.mh: Likewise.
12772 * config/mips/irix6.mh: Likewise.
12773 * config/pa/hpux.mh: Likewise.
12774 * config/pa/linux.mh: Likewise.
12775 * config/powerpc/aix.mh: Likewise.
12776 * config/sparc/linux.mh: Likewise.
12777 * config/sparc/linux64.mh: Likewise.
12778 * config/sparc/sol2.mh: Likewise.
12779 * config/vax/vax.mh: Likewise.
12780 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12781 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12782 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12783 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12784 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12785 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12786 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12787 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12788 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12789 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12790 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12791 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12792 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12793 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12794 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12795 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12796 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12797 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12798 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12799 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12800 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12801 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12802 corelow.o from gdb_target_obs.
12803 * corefile.c (core_target): Update the comment on NULL value.
12804 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12805 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12806 MATCHES. Drop YUMMY set on NULL.
12807 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12808 reclaim CORE_DATA if it is already NULL.
12809
34365054
DE
128102012-01-09 Doug Evans <dje@google.com>
12811
12812 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12813 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12814
696166a3
KS
128152012-01-09 Keith Seitz <keiths@redhat.com>
12816
12817 * breakpoint.c (wrapper.h): Don't include.
12818
8e7b59a5
KS
128192012-01-09 Keith Seitz <keiths@redhat.com>
12820
12821 * Makefile.in (SFILES): Remove wrapper.c.
12822 (HFILES_NO_SRCDIR): Remove wrapper.h.
12823 (COMMON_OBS): Remove wrapper.o.
12824 * cli/cli-interp.c: Don't inlude wrapper.h.
12825 * corelow.c: Likewise.
12826 (core_open): Replace gdb_target_find_new_threads with
12827 TRY_CATCH around target_find_new_threads.
12828 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12829 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12830 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12831 evaluate_expression.
12832 (varobj_set_value): Likewise for evaluate_expression and
12833 value_assign.
12834 (install_new_variable): Likewise for value_fetch_lazy.
12835 (adjust_value_for_child_access): Likewise for value_ind.
12836 (c_describe_child): Likewise for value_subscript and
12837 value_ind.
12838 (c_value_of_root): Likewise for evaluate_expression.
12839 * wrapper.c: Remove.
12840 * wrapper.h: Remove.
12841
1a4eeb98
DE
128422012-01-09 Doug Evans <dje@google.com>
12843
9ff913ba
DE
12844 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12845 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12846 "abfd" args with "section". All callers updated.
12847 Error checking code moved ...
12848 (error_check_comp_unit_head): ... here. New function.
12849 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12850 Delete arg "abfd". New arg "type_offset". All callers updated.
12851 (create_debug_types_hash_table): Simplify by using
12852 read_and_check_type_unit_head.
12853
1a4eeb98
DE
12854 * parser-defs.h (namecopy): Delete.
12855 * parse.c (namecopy, namecopy_size): Move into copy_name.
12856
2e6af8c0
JK
128572012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12858
12859 Partially fix duplicate .o files after omitting libbfd.a.
12860 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12861 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12862 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12863 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12864 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12865 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12866 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12867
9f2f828a
PA
128682012-01-09 Pedro Alves <palves@redhat.com>
12869
12870 * MAINTAINERS: Update my email address.
12871
4d72c0bc
DE
128722012-01-08 Doug Evans <dje@google.com>
12873
d467dd73
DE
12874 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12875 n_type_units. Rename type_comp_units to all_type_units.
12876 All uses updated.
12877 (add_signatured_type_cu_to_table): Renamed from
12878 add_signatured_type_cu_to_list. All callers updated.
12879
4d72c0bc
DE
12880 * gdbtypes.h (struct cplus_struct_type): Delete member
12881 nfn_fields_total. All uses removed.
12882
21b2bd31
DE
128832012-01-06 Doug Evans <dje@google.com>
12884
12885 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12886 to top of file.
12887 (dwarf2_find_comp_unit): Delete.
12888 (process_psymtab_comp_unit): Make result "void".
12889 Delete args buffer, info_ptr, buffer_size, and replace with
12890 "section". All callers updated.
12891 (dwarf2_build_psymtabs_hard): Simplify.
12892
bfd189b1
SDJ
128932012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12894 Thiago Jung Bauermann <bauerman@br.ibm.com>
12895
12896 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12897 before `struct gdb_exception'.
12898 * breakpoint.c (update_global_location_list_nothrow)
12899 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12900 * cp-abi.c (value_rtti_type): Likewise.
12901 * cp-support.c (cp_validate_operator): Likewise.
12902 * infrun.c (insert_exception_resume_breakpoint)
12903 (check_exception_resume, keep_going): Likewise.
12904 * mi-interp.c (mi_breakpoint_created)
12905 (mi_breakpoint_modified): Likewise.
12906 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12907 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12908 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12909
6b07635f
DE
129102012-01-05 Doug Evans <dje@google.com>
12911
0b30b85c
DE
12912 * dwarf2read.c (statement_prologue): Delete, unused.
12913
98714339
DE
12914 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12915 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12916
6b07635f
DE
12917 * dwarf2read.c (comp_unit_header): Delete, unused.
12918
761f4555
UW
129192012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12920
12921 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12922 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12923
2ca0b532
PA
129242012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12925
12926 * infrun.c (normal_stop): Don't skip calling the normal_stop
12927 observers if the thread was doing a multi-step, but stopped for
12928 some reason other than stepping.
12929
50aeff07
PA
129302012-01-05 Pedro Alves <alves.ped@gmail.com>
12931
12932 * cli/cli-decode.h: Add comments.
12933 (CMD_LIST_AMBIGUOUS): Moved to command.h
12934 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12935 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12936 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12937 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12938 (add_com, add_com_alias, add_info, add_info_alias)
12939 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12940 declarations.
12941 * command.h: Add and adjust comments.
12942 (CMD_LIST_AMBIGUOUS): Moved here.
12943 (help_cmd, help_cmd_list): Delete declarations.
12944
5953832c
DE
129452012-01-04 Doug Evans <dje@google.com>
12946
e5fe5e75
DE
12947 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12948 All callers updated.
12949 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12950 Replace all arguments with "per_cu". All callers updated.
12951
28dee7f5
DE
12952 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12953
23745b47
DE
12954 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12955 New arg "per_cu". All callers updated.
12956
5953832c
DE
12957 Delete #if 0'd out code.
12958 * language.c (binop_result_type): Delete.
12959 (simple_type, ordered_type, same_type, integral_type): Delete.
12960 (numeric_type, character_type, string_type, boolean_type): Delete.
12961 (float_type, structured_type): Delete.
12962 * language.h: Update.
12963
0f5b7562
TT
129642012-01-04 Tom Tromey <tromey@redhat.com>
12965
12966 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12967
78218f56
JB
129682012-01-04 Joel Brobecker <brobecker@adacore.com>
12969
12970 * corefile.c (close_exec_file): Delete.
12971 (reopen_exec_file): Remove commented out code that seems related
12972 to close_exec_file, which is being deleted here.
12973 * inferior.h (close_exec_file): Delete.
12974 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12975
0fcd72ba
JB
129762012-01-04 Joel Brobecker <brobecker@adacore.com>
12977
12978 * ada-lang.c: #include "cli/cli-utils.h".
12979 (get_selections): Use skip_spaces.
12980 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12981 (catch_ada_exception_command_split): Use skip_spaces.
12982 (ada_decode_assert_location): Likewise.
12983
1dabb4c4
JB
129842012-01-04 Joel Brobecker <brobecker@adacore.com>
12985
12986 * linespec.c (decode_line_internal): Check for C++ or Java
12987 compound constructs only if the current language is C, C++
12988 or Java.
12989
5931a2fa
JK
129902012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12991
12992 Revert:
12993 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12994 Joel Brobecker <brobecker@adacore.com>
12995 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12996 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12997 3 times.
12998 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12999 fall through into AT_ENTRY_POINT.
13000 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13001 DUMMY_ADDR with it.
13002 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13003 PPC_INSN_SIZE skip to 3 times.
13004
1a2da5ee
JB
130052012-01-04 Joel Brobecker <brobecker@adacore.com>
13006
13007 * linespec.c (add_minsym): Preserve function descriptors.
13008
8645ff69
UW
130092012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
13010
13011 * breakpoint.c (all_locations_are_pending): Consider locations
13012 in program spaces executing during startup pending as well.
13013
0b302171
JB
130142012-01-04 Joel Brobecker <brobecker@adacore.com>
13015
13016 Copyright year update in most files of the GDB Project.
13017
8ba098ad
JB
130182012-01-04 Joel Brobecker <brobecker@adacore.com>
13019
13020 * copyright.sh: Delete.
13021 * copyright.py: Rewrite.
13022
09c01c30
JB
130232012-01-04 Joel Brobecker <brobecker@adacore.com>
13024
13025 * gnulib/extra/update-copyright: New file, imported from gnulib.
13026
3c36c0af
JB
130272012-01-04 Joel Brobecker <brobecker@adacore.com>
13028
13029 * README (Copyright and License Notices): New section.
13030
888fe1e1
TT
130312012-01-03 Tom Tromey <tromey@redhat.com>
13032
13033 PR python/12533:
13034 * python/py-value.c (valpy_dereference, valpy_get_address
13035 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13036 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13037 (valpy_absolute, valpy_richcompare): Free intermediate values.
13038
6e681866
JB
130392011-01-03 Joel Brobecker <brobecker@adacore.com>
13040
13041 * ada-lang.c: Reformat the copyright notice.
13042
0cd09acb
JK
130432012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13044
13045 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13046 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13047 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13048 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13049 Revert this part of:
13050 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13051 Build gdb directly from *.o files not using libgdb.a.
13052 * Makefile.in (COMMON_OBS): Remove solib-target.o.
13053
12c3e59c
JB
130542012-01-02 Joel Brobecker <brobecker@adacore.com>
13055
13056 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13057 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13058 Reformat the copyright header.
13059
11bf1490
JK
130602012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13061
13062 Revert this part of:
13063 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13064 Remove the gdbtui binary.
13065 * gdb.c (main): Remove args.interpreter_p initialization.
13066 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13067 * main.h (struct captured_main_args): Remove interpreter_p.
13068
1fef196f
JB
130692012-01-02 Joel Brobecker <brobecker@adacore.com>
13070
13071 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13072
67827812
JB
130732012-01-02 Joel Brobecker <brobecker@adacore.com>
13074
13075 * top.c (print_gdb_version): Update copyright year.
13076
a4d0b831
YQ
130772012-01-02 Yao Qi <yao@codesourcery.com>
13078
13079 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13080
b5914469
JK
130812012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13082 Joel Brobecker <brobecker@adacore.com>
13083
13084 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13085 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13086 3 times.
13087 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13088 fall through into AT_ENTRY_POINT.
13089 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
13090 DUMMY_ADDR with it.
13091 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13092 PPC_INSN_SIZE skip to 3 times.
13093
8da828f7
JK
130942012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13095
13096 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13097 the return value.
13098 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13099
8574e74b
JK
131002012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13101
13102 Build gdb directly from *.o files not using libgdb.a.
13103 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13104 (COMMON_OBS): Remove solib-target.o.
13105 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13106 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13107 (LIBGDB_OBS, libgdb.a): Move it above.
13108 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13109 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13110 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13111 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13112 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13113 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13114 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13115 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13116 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13117 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13118 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13119 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13120 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13121 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13122 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13123 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13124 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13125 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13126 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13127 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13128 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13129 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13130 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13131 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13132 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13133 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13134 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13135
217bff3e
JK
131362012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13137
13138 Remove the gdbtui binary.
13139 * .gitignore (/gdbtui): Remove.
13140 * Makefile.in (TUI): Remove.
13141 (SUBDIR_TUI_OBS): Remove tui-main.o.
13142 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13143 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13144 (tui-main.o): Remove.
13145 (all_object_files): Remove tui-main.o.
13146 * NEWS: New note for the gdbtui removal.
13147 * configure: Rebuilt.
13148 * configure.ac: No longer add all-tui, clean-tui, install-tui and
13149 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13150 CONFIG_UNINSTALL respectively.
13151 * gdb.c (main): Remove args.interpreter_p initialization.
13152 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13153 * main.h (struct captured_main_args): Remove interpreter_p.
13154 * tui/tui-main.c: Remove.
13155
9cdd5dbd
DE
131562012-01-01 Doug Evans <dje@google.com>
13157
bb5ed363
DE
13158 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13159 (dwarf2_physname, read_import_statement): Ditto.
13160 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13161 (process_structure_scope read_subroutine_type): Ditto.
13162 (read_typedef, load_partial_dies, read_partial_die): Ditto.
13163 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13164 (dwarf2_fetch_die_location_block): Ditto.
13165 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13166
a0f42c21
DE
13167 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13168 All callers updated.
13169 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13170 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13171 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13172
2dc860c0
DE
13173 * dwarf2read.c (load_cu): Move assert to more useful location.
13174
68dc6402
DE
13175 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13176 All callers updated.
13177
9cdd5dbd
DE
13178 * dwarf2read.c (dwarf2_per_objfile): Add comment.
13179 (dwarf2_elf_names): Minor reformat.
13180 (dwarf2_per_cu_data): Tweak comment.
13181 (dwarf2_read_section): Fix comment.
13182 (create_all_comp_units): Fix comment.
13183 (load_full_comp_unit): Fix comment.
13184 (process_full_comp_unit): Fix comment.
13185 (read_signatured_type): Fix comment.
13186
0c10e53e 13187For older changes see ChangeLog-2011.
c906108c
SS
13188\f
13189Local Variables:
13190mode: change-log
13191left-margin: 8
13192fill-column: 74
13193version-control: never
57da7796 13194coding: utf-8
c906108c 13195End: