Minor ChangeLog fix.
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-15 Joel Brobecker <brobecker@adacore.com>
2
3 * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
4
5 2012-12-15 Joel Brobecker <brobecker@adacore.com>
6
7 * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
8 * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
9 (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
10 (ALLDEPFILES): Add ppc-ravenscar-thread.c.
11 * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
12 to gdb_target_obs for every target that uses rs6000-tdep.o.
13 * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
14 (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
15 or register_ppc_ravenscar_ops.
16
17 2012-12-15 Joel Brobecker <brobecker@adacore.com>
18
19 * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
20 RAVENSCAR_SPARC_THREAD_H.
21 * sparc-ravenscar-thread.c: Rename all global entities
22 whose name is uses "ravenscar_sparc" as the prefix to use
23 "sparc_ravenscar" instead.
24
25 2012-12-15 Joel Brobecker <brobecker@adacore.com>
26
27 * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
28 * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
29 Adjust sparc-ravenscar-thread.h #include.
30 * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
31 accordingly.
32 * Makefile.in: Replace ravenscar-sparc-thread with
33 sparc-ravenscar-thread throughout.
34 * configure.tgt: Likewise.
35
36 2012-12-15 Joel Brobecker <brobecker@adacore.com>
37
38 * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
39 declaration.
40 (ravenscar_ops): New gdbarch variable.
41 * gdbarch.h, gdbarch.c: Regenerate.
42 * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
43 * ravenscar-thread.c (current_arch_ops): Delete.
44 (ravenscar_fetch_registers): Get the ravenscar_arch_ops
45 from the gdbarch.
46 (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
47 (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
48 (ravenscar_register_arch_ops): Delete.
49 * ravenscar-sparc-thread.h: New file.
50 * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
51 (ravenscar_sparc_ops): Define value statically.
52 (_initialize_ravenscar_sparc): Delete.
53 (register_sparc_ravenscar_ops): New function.
54 * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
55 (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
56 * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
57 ravenscar-sparc-thread.o.
58 (SFILES): Add ravenscar-thread.c.
59 (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
60 (ALLDEPFILES): ravenscar-sparc-thread.c.
61 * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
62 to gdb_target_obs
63 for all the targets that use sparc-tdep.o.
64
65 2012-12-15 Joel Brobecker <brobecker@adacore.com>
66
67 * ravenscar-thread.c (ravenscar_is_open): Delete.
68 (ravenscar_initialize): Move most of the code from here...
69 (ravenscar_inferior_created): ... to there. Invert logic.
70 (ravenscar_close): Delete.
71 (init_ravenscar_thread_ops): Remove setting of
72 ravenscar_ops.to_close.
73
74 2012-12-15 Joel Brobecker <brobecker@adacore.com>
75
76 * objfiles.c (init_entry_point_info): Move function from here...
77 * symfile.c (init_entry_point_info): ... to there. Make static.
78 * objfiles.h (objfiles.h): Delete declaration.
79
80 2012-12-15 Joel Brobecker <brobecker@adacore.com>
81
82 * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
83 Remove call to init_entry_point_info. Add OBJFILE's
84 section_offsets and num_sections initialization. Add note
85 about entry info in the function documentation.
86 (syms_from_objfile): New function.
87 * coffread.c (coff_symfile_init): Remove call to
88 init_entry_point_info.
89 * machoread.c (macho_symfile_init): Likewise.
90 * xcoffread.c(xcoff_symfile_init): Likewise.
91
92 2012-12-15 Yao Qi <yao@codesourcery.com>
93
94 * remote-notif.c (_initialize_notif): Add new commands
95 'set debug notification' and 'show debug notification'.
96 * NEWS: Mention these new commands.
97
98 2012-12-15 Yao Qi <yao@codesourcery.com>
99
100 * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
101 (SFILES): Add "remote-notif.c".
102 (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
103 * remote-notif.c: New. Factored out from remote.c.
104 * remote-notif.h: New.
105 * remote.c: Include "remote-notif.h".
106 (stop_reply_xmalloc, do_stop_reply_xfree):
107 (remote_parse_stop_reply, remote_get_pending_stop_replies):
108 (remote_async_get_pending_events_handler): Remove declarations.
109 (remote_parse_stop_reply): Declare.
110 (pending_stop_reply): Remove.
111 (remote_async_get_pending_events_token): Move to
112 remote-notif.c.
113 (remote_close): Replace 'delete_async_event_handler' with
114 remote_notif_unregister_async_event_handler.
115 Don't call discard_pending_stop_replies.
116 (remote_start_remote): Replace code with remote_notif_parse
117 and remote_notif_get_pending_replies.
118 (remote_open_1): Replace 'create_async_event_handler' with
119 remote_notif_register_async_event_handler.
120 (extended_remote_attach_1): Call remote_notif_parse and
121 notif_stop_reply_push.
122 (struct stop_reply) <next>: Remove.
123 <base>: New field.
124 Callers update.
125 (stop_reply_queue): Change its type.
126 (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
127 (remote_notif_remove_all): New.
128 (discard_pending_stop_replies): Update.
129 (remote_notif_stop_ack, stop_reply_dtr): New.
130 (remote_notif_stop_alloc_event): New.
131 (notif_client_stop): New variable.
132 (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
133 (queued_stop_reply, peek_stop_reply): Adjust.
134 (remote_get_pending_stop_replies): Rename to
135 remote_notif_get_pending_events.
136 (handle_notification): Move to remote-notif.c.
137 (remote_async_get_pending_events_handler): Likewise.
138 (remote_wait_as): Adjust to call remote_notif_parse.
139 Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
140 Return minus_one_ptid early if gets a notification.
141 (remote_wait): Call QUEUE_is_empty (notif_reply_p).
142 (_initialize_remote): Call QUEUE_alloc. Update caller.
143 (remote_resume): Call 'remote_notif_process' in all-stop mode.
144 * remote.h: Include "remote-notif.h".
145 (remote_notif_get_pending_replies): Declare.
146
147 2012-12-15 Yao Qi <yao@codesourcery.com>
148
149 * remote.c (discard_pending_stop_replies): Update declaration.
150 (remote_detach_1, extended_remote_mourn_1): Likewise.
151 (discard_pending_stop_replies): Change parameter from PID to
152 INF.
153 (remote_close): Update caller.
154 (_initialize_remote): Attach discard_pending_stop_replies to
155 inferior_exit observer.
156
157 2012-12-15 Yao Qi <yao@codesourcery.com>
158
159 * remote.c (getpkt_or_notif_sane): Add one more argument in
160 its declaration.
161 (getpkt_or_notif_sane_1): Add one more argument.
162 (getpkt_sane): Update caller.
163 (getpkt_or_notif_sane): Likewise. Update call
164 togetpkt_or_notif_sane_1.
165 (remote_wait_ns): Update caller.
166
167 2012-12-15 Yao Qi <yao@codesourcery.com>
168 Doug Evans <dje@google.com>
169
170 * common/queue.h: New.
171
172 2012-12-15 Yao Qi <yao@codesourcery.com>
173
174 * breakpoint.c (print_one_breakpoint_location): Display the
175 state of 'installed' of each non-pending location of a tracepoint
176 in both CLI and MI.
177 (download_tracepoint_locations): Notify 'breakpoint-modified'
178 observer if any tracepoint location is downloaded.
179 * tracepoint.c (start_tracing): Likewise.
180 (merge_uploaded_tracepoints): Record all modified
181 tracepoints and notify 'breakpoint-modified' observer for them.
182
183 * NEWS: Mention the change for CLI and MI.
184
185 2012-12-15 Yao Qi <yao@codesourcery.com>
186
187 * breakpoint.c (download_tracepoint_locations): Iterate over
188 ALL_TRACEPOINTS first and then iterate over locations of
189 each tracepoint.
190
191 2012-12-14 Pierre Muller <muller@sourceware.org>
192 Pedro Alves <palves@redhat.com>
193
194 * solib-target.c (solib_target_current_sos): Remove 'const'
195 qualifier from type of library_document local variable to be
196 able to free it and avoid a memory leak.
197 Use cleanup chain to avoid leak even if exceptino is generated.
198
199 2012-12-14 Tom Tromey <tromey@redhat.com>
200
201 PR c++/8888:
202 * symtab.c (lookup_symbol_aux): If constructor is found, consider
203 returning the type instead.
204 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
205 found.
206
207 2012-12-14 Tom Tromey <tromey@redhat.com>
208
209 Partial fix for PR c++/14160:
210 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
211 * dwarf2read.c (dwarf2_is_constructor): New function.
212 (dwarf2_add_member_fn): Use it.
213 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
214 TYPE_FN_FIELD_CONSTRUCTOR.
215 * jv-typeprint.c (java_type_print_base): Use
216 TYPE_FN_FIELD_CONSTRUCTOR.
217 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
218 <dummy>: Shrink.
219 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
220
221 2012-12-14 Tom Tromey <tromey@redhat.com>
222
223 * c-exp.y (block, variable, name_not_typename, lex_one_token,
224 classify_name): Update.
225 * c-valprint.c (c_val_print): Update.
226 * f-exp.y (yylex): Update.
227 * go-exp.y (package_name_p, classify_packaged_name)
228 (classify_name): Update.
229 * jv-exp.y (push_variable): Update.
230 * m2-exp.y (variable): Update.
231 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
232 * p-exp.y (block, variable, yylex): Update.
233 * p-valprint.c (pascal_val_print): Update.
234 * parse.c (write_dollar_variable): Update.
235 * printcmd.c (address_info): Update.
236 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
237 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
238 (lookup_symbol): Change type of 'is_a_field_of_this'.
239 (check_field): Add 'is_a_field_of_this' argument.
240 * symtab.h (struct field_of_this_result): New.
241 (lookup_symbol, lookup_symbol_in_language): Update.
242
243 2012-12-14 Tom Tromey <tromey@redhat.com>
244
245 * symtab.c (check_field): Now static. Move from...
246 * valops.c (check_field): ... here. Remove.
247 * value.h (check_field): Don't declare.
248
249 2012-12-14 Tom Tromey <tromey@redhat.com>
250
251 * NEWS: Mention "info proc" and core files.
252 * corelow.c (core_info_proc): New function.
253 (init_core_ops): Set to_info_proc.
254 * gdbarch.c, gdbarch.h: Rebuild.
255 * gdbarch.sh (core_info_proc): New method.
256 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
257 * linux-tdep.c (linux_core_info_proc_mappings)
258 (linux_core_info_proc): New functions.
259 (linux_find_memory_region_ftype): New typedef.
260 (linux_find_memory_regions_full): New function, from
261 linux_find_memory_regions.
262 (struct linux_find_memory_regions_data): New.
263 (linux_find_memory_regions_thunk): New function.
264 (linux_find_memory_regions): Rewrite.
265 (struct linux_make_mappings_data): New.
266 (linux_make_mappings_callback)
267 (linux_make_mappings_corefile_notes): New functions.
268 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
269 (linux_init_abi): Call set_gdbarch_core_info_proc.
270 * target.c (target_info_proc): Return 'int'.
271 * target.h (target_info_proc): Update.
272
273 2012-12-14 Pierre Muller <muller@sourceware.org>
274
275 * windows-nat.c (windows_xfer_shared_libraries): Avoid
276 memory leak when OFFSET >= LEN_AVAIL.
277
278 2012-12-13 Tom Tromey <tromey@redhat.com>
279
280 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
281
282 2012-12-13 Tom Tromey <tromey@redhat.com>
283
284 * acinclude.m4 (CY_AC_C_WORKS): Remove.
285
286 2012-12-13 Pierre Muller <muller@sourceware.org>
287
288 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
289 local variable and zero terminate it to avoid possible problems
290 in strcmp.
291
292 2012-12-13 Pedro Alves <palves@redhat.com>
293
294 * coff-pe-read.c: Include coff/internal.h.
295 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
296 Null terminate buffer explicitly instead of memset the whole
297 buffer.
298
299 2012-12-13 Pierre Muller <muller@sourceware.org>
300
301 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
302 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
303 for already defined macros.
304
305 2012-12-13 Pierre Muller <muller@sourceware.org>
306
307 * coff-pe-read.h (pe_text_section_offset): Declare new function.
308 * coff-pe-read.c (debug_coff_pe_read): New static variable.
309 (struct read_pe_section_data): Add section_name field.
310 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
311 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
312 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
313 (get_pe_section_index): New function.
314 (struct pe_sections_info): New type.
315 (get_section_vmas): Use new struct pe_sections_info.
316 (add_pe_exported_sym): Handle unnamed exported function.
317 (add_pe_forwarded_sym): New function.
318 (read_pe_truncate_name): Truncate at last dot.
319 (pe_as16): New function.
320 (read_pe_exported_syms): Use ordinal of function to
321 retrieve correct RVA address of function and handle
322 forwarded symbol.
323 (pe_text_section_offset): New function.
324 (show_debug_coff_pe_read): New function.
325 (_initialize_coff_pe_read): New function adding
326 'set/show debug coff_pe_read' commands.
327
328 * windows-tdep.c (windows_xfer_shared_library): Use
329 pe_text_section_offset function instead of possibly wrong
330 0x1000 constant for .text sextion offset.
331
332 2012-12-13 Pedro Alves <palves@redhat.com>
333
334 * gdbarch.sh (do_read): Set IFS to blank.
335
336 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
337
338 * NEWS: Mention the -catch-load/-catch-unload MI commands.
339
340 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
341
342 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
343 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
344 * breakpoint.c (add_solib_catchpoint): New function that
345 can be used by both CLI and MI, factored out from
346 catch_load_or_unload.
347 (catch_load_or_unload): Strip it down and make it use the
348 new add_solib_catchpoint.
349 * breakpoint.h (add_solib_catchpoint): Declare it.
350 * mi/mi-cmd-break.h: New file.
351 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
352 (setup_breakpoint_reporting): New function used for both
353 catchpoints and breakpoints.
354 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
355 * mi/mi-cmd-catch.c: New file.
356 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
357 and -catch-unload.
358 * mi/mi-cmds.h: Declare the handlers for -catch-load and
359 -catch-unload.
360
361 2012-11-28 Tom Tromey <tromey@redhat.com>
362
363 * dbxread.c (read_dbx_symtab): Update.
364 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
365 (read_ofile_symtab): Add 'objfile' argument.
366 * dwarf2read.c (process_psymtab_comp_unit_reader)
367 (build_type_psymtabs_reader): Update.
368 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
369 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
370 argument.
371 (parse_procedure, parse_partial_symbols): Update.
372 (psymtab_to_symtab_1): Add 'objfile' argument.
373 * psympriv.h (struct partial_symtab) <objfile>: Remove.
374 <read_symtab>: Add 'objfile' argument.
375 (sort_pst_symbols, discard_psymtab): Update.
376 * psymtab.c (partial_map_expand_apply): Update.
377 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
378 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
379 (find_pc_sect_psymbol): Add 'objfile' argument.
380 (lookup_symbol_aux_psymtabs): Update.
381 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
382 Add 'objfile' argument.
383 (find_last_source_symtab_from_partial, dump_psymtab)
384 (dump_psymtabs_for_objfile, read_symtabs_for_function)
385 (expand_partial_symbol_tables, read_psymtabs_with_filename)
386 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
387 (expand_symtabs_matching_via_partial): Update.
388 (sort_pst_symbols): Add 'objfile' argument.
389 (allocate_psymtab): Update.
390 (discard_psymtab): Add 'objfile' argument.
391 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
392 * stabsread.h (end_psymtab): Update.
393 * xcoffread.c (this_symtab_objfile): New global.
394 (process_linenos, enter_line_range, xcoff_next_symbol_text):
395 Update.
396 (read_xcoff_symtab): Add 'objfile' argument.
397 (read_symbol, read_symbol_lineno): Update.
398 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
399 (xcoff_end_psymtab): Add 'objfile' argument.
400 (scan_xcoff_symtab): Update.
401
402 2012-12-12 Paul Koning <paul_koning@dell.com>
403
404 Add support for Python 3.
405 * NEWS: Mention Python 3 support.
406 * varobj.c (value_get_print_value): Use
407 python_string_to_target_string.
408 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
409 of type objects.
410 * python/py-breakpoint.c: Ditto.
411 * python/py-cmd.c: Ditto.
412 * python/py-event.c: Ditto.
413 * python/py-event.h: Ditto.
414 * python/py-evtregistry.c: Ditto.
415 * python/py-finishbreakpoint.c: Ditto.
416 * python/py-frame.c: Ditto.
417 * python/py-function.c: Ditto.
418 * python/py-infthread.c: Ditto.
419 * python/py-lazy-string.c: Ditto.
420 * python/py-progspace.c: Ditto.
421 * /python/py-symbol.c: Ditto.
422 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
423 initialization for Python 3.
424 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
425 of type objects.
426 (infpy_read_memory): Return memoryview object if Python 3.
427 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
428 (infpy_search_memory): Ditto.
429 (get_buffer): New function for Python 3.
430 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
431 of type objects.
432 (objfpy_dealloc): Use Py_TYPE to call tp_free.
433 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
434 of type objects.
435 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
436 (set_attr): Ditto.
437 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
438 instead of PyString methods if Python 3.
439 (print_children): Skip push_dummy_python_frame call if Python 3.
440 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
441 of type objects.
442 (salpy_dealloc): Use Py_TYPE to call tp_free.
443 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
444 of type objects.
445 (field_dealloc): Use Py_TYPE to call tp_free.
446 (typy_dealloc): Ditto.
447 (type_object_as_number): Adjust struct initializations for
448 differences in layout for Python 2 vs. Python 3.
449 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
450 string case for Python 3.
451 (unicode_to_encoded_python_string): Shorten code (no functional
452 change).
453 (python_string_to_target_python_string): Comment that in Python 3
454 returned value is a Python "bytes" type.
455 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
456 (gdb_py_object_from_longest): Omit non-long integer case in Python
457 3.
458 (gdb_py_object_from_ulongest): Ditto.
459 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
460 of type objects.
461 (valpy_dealloc): Use Py_TYPE to call tp_free.
462 (valpy_int): Omit function if Python 3.
463 (convert_value_from_python): Use "%S" format (Python object as a
464 string) if Python 3.
465 (value_object_as_number): Adjust struct initializations for
466 differences in layout for Python 2 vs. Python 3.
467 * python/python-config.py: Adjust syntax for Python 3
468 compatibility.
469 Include "sys.abiflags" string as part of python library name, if
470 that attribute exists (Python 3).
471 * python/python-internal.h (IS_PY3): Define if Python 3.
472 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
473 placeholder value if Python 3.
474 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
475 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
476 analogous Python 3 API function if Python 3.
477 (PyVarObject_HEAD_INIT): Define if not already defined.
478 (Py_TYPE): Ditto.
479 * python/python.c (eval_python_command): Omit Py_FlushLine call if
480 Python 3.
481 Check return values of all Python API calls for error.
482 Supply dummy "python" and "python-interactive" commands if Python
483 initialization failed.
484 (_initialize_python): Convert argc to wchar_t** if Python 3.
485 Add module initialization for Python 3.
486 (finish_python_initialization): Pass wchar_t * argument to
487 PySys_SetPath if Python 3.
488 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
489 (_GdbFile): New class for common output file behavior.
490 (GdbOutFile): Subclass from _GdbFile.
491 (GdbOutputErrorFile): Ditto.
492 (auto_load_packages): Adjust syntax for Python 3 compatibility.
493 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
494 * python/lib/gdb/prompt.py: Use sorted() function rather than
495 sort() method.
496 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
497 Adjust syntax for Python 3 compatibility.
498 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
499 rather than sort() method.
500 Adjust syntax for Python 3 compatibility.
501 * python/lib/gdb/command/type_printers.py: Ditto.
502 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
503 value is a memoryview object if Python 3.
504
505 2012-12-12 Tom Tromey <tromey@redhat.com>
506
507 * coffread.c (coff_objfile_data_key): New global.
508 (coff_symfile_init): Use set_objfile_data.
509 (coff_symfile_read): Use objfile_data.
510 (coff_symfile_finish): Don't free deprecated_sym_private.
511 (coff_free_info): New function.
512 (_initialize_coffread): Initialize coff_objfile_data_key.
513 * mdebugread.c (pending_list): Update comment.
514 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
515 * symfile.c (reread_symbols): Don't mention
516 deprecated_sym_private.
517 * xcoffread.c (xcoff_objfile_data_key): New global.
518 (XCOFF_DATA): New macro.
519 (process_linenos, enter_line_range, xcoff_next_symbol_text)
520 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
521 XCOFF_DATA.
522 (xcoff_new_init) Use set_objfile_data.
523 (xcoff_symfile_finish): Don't free deprecated_sym_private.
524 (init_stringtab, swap_sym, scan_xcoff_symtab)
525 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
526 (xcoff_free_info): New function.
527 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
528
529 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
530
531 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
532
533 2012-12-12 Tom Tromey <tromey@redhat.com>
534
535 * coffread.c (coff_symfile_init): Use set_objfile_data.
536 (coff_symfile_read): Use DBX_SYMFILE_INFO.
537 * dbxread.c (dbx_objfile_data_key): New global.
538 (dbx_symfile_init): Use set_objfile_data.
539 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
540 (dbx_free_symfile_info): New function.
541 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
542 DBX_SYMFILE_INFO.
543 (stabsect_build_psymtabs): Use set_objfile_data.
544 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
545 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
546 set_objfile_data.
547 (free_elfinfo): Use DBX_SYMFILE_INFO.
548 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
549 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
550 * gdb-stabs.h (dbx_objfile_data_key): Declare.
551 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
552 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
553 * somread.c (som_symfile_finish): Don't free
554 deprecated_sym_stab_info.
555
556 2012-12-12 Joel Brobecker <brobecker@adacore.com>
557
558 * gdbarch.sh (software_single_step): Remove trailing space in
559 comment (gdbarch.h is already correct).
560
561 2012-12-11 Tom Tromey <tromey@redhat.com>
562
563 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
564
565 2012-12-11 Tom Tromey <tromey@redhat.com>
566
567 * dsrec.c (report_transfer_performance): Don't declare.
568 (load_srec): Use gettimeofday, print_transfer_performance.
569 * symfile.c (report_transfer_performance): Remove.
570
571 2012-12-11 Pedro Alves <pedro@codesourcery.com>
572 Pedro Alves <palves@redhat.com>
573
574 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
575 NT_PSTATUS note.
576 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
577 differently from LWP IDs.
578
579 2012-12-11 Pedro Alves <palves@redhat.com>
580
581 * configure.ac (detect type of /proc): Remove Unixware handling.
582 * configure: Regenerate.
583 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
584 (ioctl_table) [PCRESET]: Remove entry.
585 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
586 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
587 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
588 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
589 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
590 Unixware in comments throughout.
591 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
592 and remove mention of Unixware.
593
594 2012-12-10 Doug Evans <dje@google.com>
595
596 * dwarf2read.c (dwarf2_cu): Enhance comment.
597 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
598 the DWO file.
599 (dwarf2_record_block_ranges): Ditto.
600
601 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
602
603 * symtab.c (find_pc_sect_symtab): Add comment.
604
605 2012-12-10 Tom Tromey <tromey@redhat.com>
606
607 * defs.h: Don't check for definition of LONGEST.
608 (min, max): Remove duplicates.
609
610 2012-12-10 Tom Tromey <tromey@redhat.com>
611
612 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
613 (dwarf2_fetch_die_loc_cu_off): Rename from
614 dwarf2_fetch_die_location_block. Rewrite to use
615 dwarf2_fetch_die_loc_sect_off.
616 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
617 (dwarf2_fetch_die_loc_cu_off): Rename.
618 * dwarf2loc.c (indirect_pieced_value): Use
619 dwarf2_fetch_die_loc_sect_off.
620 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
621 comment.
622 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
623 * dwarf2expr.c (add_piece): Update.
624 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
625
626 2012-12-10 Tom Tromey <tromey@redhat.com>
627
628 * buildsym.c (struct pending_block): Move from buildsym.h.
629 (pending_blocks): Likewise; now static.
630 (pending_block_obstack): New global.
631 (free_pending_blocks): Free blocks.
632 (record_pending_block): Use pending_block_obstack.
633 * buildsym.h (struct pending_block): Move definition to
634 buildsym.c.
635 (pending_blocks): Don't declare.
636
637 2012-12-10 Pedro Alves <palves@redhat.com>
638
639 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
640 dead SCO code, and adjust function description comment.
641
642 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
645 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
646 CC_HAS_LONG_LONG.
647 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
648 * dwarf2read.c (extract_cu_value): Remove the function.
649 (create_cus_from_index_list): Make the return type void, inline the
650 extract_cu_value caller, include new gdb_static_assert.
651 (create_cus_from_index): Make the return type void, update the function
652 comment, update the create_cus_from_index_list caller.
653 (create_signatured_type_table_from_index): Make the return type void,
654 inline the extract_cu_value caller, include new gdb_static_assert.
655 (dwarf2_read_index): Update the create_cus_from_index and
656 create_signatured_type_table_from_index caller.
657 * printcmd.c (ui_printf): Remove conditionalizations for
658 CC_HAS_LONG_LONG.
659 * config.in: Regenerate.
660 * configure: Regenerate.
661
662 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
665 Update the comment for checked_producer.
666 (check_producer): New forward declaration.
667 (producer_is_gcc_lt_4_3): New function.
668 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
669 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
670
671 2012-12-07 Tom Tromey <tromey@redhat.com>
672
673 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
674 argument, assertion.
675 * c-exp.y (typebase): Add completion productions.
676 * completer.c (expression_completer): Handle tag completion.
677 * expression.h (parse_expression_for_completion): Add argument.
678 * f-lang.c (f_make_symbol_completion_list): Add 'code'
679 argument.
680 * language.h (struct language_defn)
681 <la_make_symbol_completion_list>: Add 'code' argument.
682 * parse.c (expout_tag_completion_type, expout_completion_name):
683 New globals.
684 (mark_struct_expression): Add assertion.
685 (mark_completion_tag): New function.
686 (parse_exp_in_context): Initialize new globals.
687 (parse_expression_for_completion): Add 'code' argument. Handle
688 tag completion.
689 * parser-defs.h (mark_completion_tag): Declare.
690 * symtab.c (default_make_symbol_completion_list_break_on): Add
691 'code' argument. Update.
692 (default_make_symbol_completion_list): Add 'code' argument.
693 (make_symbol_completion_list): Update.
694 (make_symbol_completion_type): New function.
695 * symtab.h (default_make_symbol_completion_list_break_on)
696 (default_make_symbol_completion_list): Update.
697 (make_symbol_completion_type): Declare.
698
699 2012-12-07 Tom Tromey <tromey@redhat.com>
700
701 * expression.h (parse_expression_for_completion): Rename
702 from parse_field_expression.
703 (parse_completion): Rename from in_parse_field.
704 * c-exp.y (lex_one_token): Update.
705 * completer.c (expression_completer): Update.
706 * go-exp.y (lex_one_token): Update.
707 * p-exp.y (yylex): Update.
708 * parse.c (parse_completion): Rename from in_parse_field.
709 (parse_exp_in_context): Update.
710 (parse_expression_for_completion): Rename from
711 parse_field_expression. Update.
712
713 2012-12-07 Tom Tromey <tromey@redhat.com>
714
715 * typeprint.c (_initialize_typeprint): Set completer
716 for "whatis" and "ptype".
717
718 2012-12-07 Joel Brobecker <brobecker@adacore.com>
719
720 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
721 "sim/common/cgen-fpu.h". Remove invalid entries
722 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
723 which actually have an FSF copyright header.
724
725 2012-12-07 Joel Brobecker <brobecker@adacore.com>
726
727 * osf-share/AT386/cma_thread_io.h: Delete.
728 * osf-share/HP800/cma_thread_io.h: Delete.
729 * osf-share/README: Delete.
730 * osf-share/RIOS/cma_thread_io.h: Delete.
731 * osf-share/cma_attr.h: Delete.
732 * osf-share/cma_deb_core.h: Delete.
733 * osf-share/cma_debug_client.h: Delete.
734 * osf-share/cma_errors.h: Delete.
735 * osf-share/cma_handle.h: Delete.
736 * osf-share/cma_init.h: Delete.
737 * osf-share/cma_list.h: Delete.
738 * osf-share/cma_mutex.h: Delete.
739 * osf-share/cma_sched.h: Delete.
740 * osf-share/cma_semaphore_defs.h: Delete.
741 * osf-share/cma_sequence.h: Delete.
742 * osf-share/cma_stack.h: Delete.
743 * osf-share/cma_stack_int.h: Delete.
744 * osf-share/cma_tcb_defs.h: Delete.
745 * osf-share/cma_util.h: Delete.
746 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
747 in osf-share.
748 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
749 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
750 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
751
752 2012-12-06 Pedro Alves <palves@redhat.com>
753 Tom Tromey <tromey@redhat.com>
754
755 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
756
757 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
758
759 PR mi/14741:
760 * mi/mi-cmd-var.c (varobj_update_one): Take value of
761 attribute "dynamic" and "displayhint" from printed child,
762 not the root variable.
763
764 2012-12-06 Joel Brobecker <brobecker@adacore.com>
765
766 * aix-thread.c (getthrds): Fix type of 4th parameter.
767 (get_signaled_thread): Change type of variable ktid to tid_t.
768
769 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
770
771 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
772 value of get_frame_block.
773
774 2012-12-05 Pierre Muller <muller@sourceware.org>
775
776 Avoid memory leaks on struct cmd_list_element.doc field.
777 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
778 if flags contains DOC_ALLOCATED.
779 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
780 flags.
781 (delete_cmd): Handle DOC_ALLOCATED flag.
782 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
783 in flags filed of struct cmd_list_element.
784 (struct cmd_list_element): Document new flag item.
785
786 2012-12-04 Doug Evans <dje@google.com>
787
788 * symmisc.c: Whitespace fixes.
789
790 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
791
792 * i386-tdep.c (i386_skip_prologue): Using symbol table
793 to find the end of prologue for clang compiled binaries.
794 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
795 to find the end of prologue for clang compiled binaries.
796
797 2012-12-03 Doug Evans <dje@google.com>
798
799 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
800 (dw2_find_symbol_file): Delete unused local file_data.
801
802 2012-12-03 Tom Tromey <tromey@redhat.com>
803
804 * ada-exp.y (write_object_renaming, write_var_or_type)
805 (write_ambiguous_var, write_var_from_sym): Make blocks const.
806 * ada-lang.c (replace_operator_with_call)
807 (find_old_style_renaming_symbol): Make blocks const.
808 * ada-lang.h (ada_find_renaming_symbol): Update.
809 (struct ada_symbol_info) <block>: Now const.
810 * breakpoint.c (watch_command_1): Update.
811 * breakpoint.h (struct watchpoint) <exp_valid_block,
812 cond_exp_valid_block>: Now const.
813 * c-exp.y (classify_inner_name, classify_name): Make block
814 argument const.
815 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
816 const.
817 * expression.h (innermost_block, parse_exp_1): Update.
818 (union exp_element) <block>: Now const.
819 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
820 (lookup_struct): Make block argument const.
821 * gdbtypes.h (lookup_template_type): Update.
822 * go-exp.y (classify_name, classify_packaged_name)
823 (package_name_p): Make block argument const.
824 * objc-lang.c (lookup_struct_typedef): Make block argument const.
825 * objc-lang.h (lookup_struct_typedef): Update.
826 * parse.c (parse_exp_in_context, parse_exp_1)
827 (write_exp_elt_block): Make block arguments const.
828 (expression_context_block, innermost_block): Now const.
829 * parser-defs.h (write_exp_elt_block): Update.
830 (expression_context_block, innermost_block, block_found): Now
831 const.
832 * printcmd.c (struct display) <block>: Now const.
833 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
834 * valops.c (address_of_variable): Make block argument const.
835 * value.h (value_of_variable): Update.
836 * varobj.c (struct varobj_root) <valid_block>: Now const.
837
838 2012-11-30 Yao Qi <yao@codesourcery.com>
839
840 * breakpoint.c (print_one_breakpoint_location): Indent code.
841
842 2012-11-30 Yao Qi <yao@codesourcery.com>
843
844 * breakpoint.c (print_one_breakpoint_location): Combine two
845 blocks handling 'hit count' together.
846
847 2012-11-30 Yao Qi <yao@codesourcery.com>
848
849 * infrun.c (error_is_running, ensure_not_running): Move them
850 to ...
851 * infcmd.c (error_is_running, ensure_not_running): ... here.
852 Make them 'static'.
853 * inferior.h: Remove declarations of error_is_running and
854 ensure_not_running.
855
856 2012-11-30 Yao Qi <yao@codesourcery.com>
857
858 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
859 check REGNUM >= 0.
860
861 2012-11-30 Yao Qi <yao@codesourcery.com>
862
863 * infrun.c: Make the declaration of 'init_infwait_state'
864 static.
865 (init_infwait_state): Make it 'static'.
866
867 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
868
869 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
870 return value to void to avoid compiler warning.
871
872 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
873
874 * opencl-lang.c (opencl_print_type): New function.
875 (opencl_language_arch_info): Install it.
876
877 2012-11-29 Tom Tromey <tromey@redhat.com>
878
879 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
880 xvasprintf.
881 * common/common-utils.c (xasprintf, xvasprintf): Remove.
882 * common/common-utils.h (xasprintf, xvasprintf): Remove.
883
884 2012-11-29 Jerome Guitton <guitton@adacore.com>
885
886 * ada-lang.c (ada_is_interface_tag): New function.
887 (ada_is_ignored_field): Add interface tags to the list
888 of ignored fields.
889
890 2012-11-29 Jerome Guitton <guitton@adacore.com>
891
892 * ada-lang.h (ada_tag_value_at_base_address): New function
893 declaration.
894 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
895 New functions.
896 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
897 relocate the class-wide value if need be.
898 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
899 Let ada_tag_value_at_base_address relocate the class-wide access/ref
900 before dereferencing it.
901 * ada-valprint.c (ada_val_print_1): Relocate to base address
902 before displaying the content of an interface-wide ref.
903
904 2012-11-29 Jerome Guitton <guitton@adacore.com>
905
906 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
907
908 2012-11-29 Joel Brobecker <brobecker@adacore.com>
909
910 GDB 7.5.1 released.
911
912 2012-11-29 Yao Qi <yao@codesourcery.com>
913 Tom Tromey <tromey@redhat.com>
914
915 * eval.c (evaluate_subexp_standard): Get the correct pointer
916 type for TYPE_CODE_MEMBERPTR.
917
918 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
919
920 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
921 since now it is being done by binutils' powerpc_init_dialect().
922
923 2012-11-28 Tom Tromey <tromey@redhat.com>
924
925 PR gdb/14290:
926 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
927 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
928 Use it.
929 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
930 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
931 (gdb_bfd_openr_next_archived_file): Use it.
932
933 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
934
935 * configure.ac: Check for linux/perf_event.h.
936 * config.in: Regenerated.
937 * configure: Regenerated.
938
939 2012-11-28 Yao Qi <yao@codesourcery.com>
940
941 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
942 abbreviate 'delete tracepoints' to 'delete tr'.
943 * corefile.c (_initialize_core): Call add_alias_cmd to
944 abbreviate 'set gnutarget' to 'set g'.
945 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
946 'show convenience' to 'show conv'.
947
948 2012-11-27 Joel Brobecker <brobecker@adacore.com>
949
950 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
951 call to sparc_supply_fpregset.
952 (fill_fpregset): Fix first parameter in call to
953 sparc_collect_fpregset.
954
955 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
956 Kazu Hirata <kazu@codesourcery.com>
957 Yao Qi <yao@codesourcery.com>
958
959 * objfiles.c (init_entry_point_info): Call
960 gdbarch_convert_from_func_ptr_addr and
961 gdbarch_addr_bits_remove here ...
962 (entry_point_address_query): ... instead of here.
963 * solib-svr4.c (exec_entry_point): Call
964 gdbarch_addr_bits_remove.
965 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
966 the entry address.
967
968 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
969 Yao Qi <yao@codesourcery.com>
970
971 * eval.c (evaluate_subexp_standard): Add handling of
972 TYPE_CODE_MEMBERPTR when calling functions. Correct the
973 result of ptype for calling a TYPE_CODE_METHODPTR.
974
975 2012-11-27 Yao Qi <yao@codesourcery.com>
976
977 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
978 warning.
979 Add i18n markup.
980
981 2012-11-26 Alexander Larsson <alexl@redhat.com>
982 Jan Kratochvil <jan.kratochvil@redhat.com>
983 Tom Tromey <tromey@redhat.com>
984
985 * NEWS: Mention mini debuginfo feature.
986 * minidebug.c: New file.
987 * configure.ac: Check for lzma.
988 * configure, config.in: Rebuild.
989 * Makefile.in (LIBLZMA): New variable.
990 (CLIBS): Include LIBLZMA.
991 (SFILES): Mention minidebug.c.
992 (COMMON_OBS): Mention minidebug.o.
993 * symfile.c (read_symbols): New function.
994 (syms_from_objfile, reread_symbols): Call it.
995 * symfile.h (find_separate_debug_file_in_section): Declare.
996
997 2012-11-26 Keith Seitz <keiths@redhat.com>
998
999 * exec.c (exec_file_attach): Move cleanup after verifying that
1000 memory has in fact been allocated.
1001
1002 2012-11-26 Tom Tromey <tromey@redhat.com>
1003
1004 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1005 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1006 SYMBOL_SYMTAB.
1007 * skip.c (skip_info): Use SYMBOL_SYMTAB.
1008
1009 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
1010 Pedro Alves <palves@redhat.com>
1011
1012 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1013 size parameter passed to readlink by one byte.
1014 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1015 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1016 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1017 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1018 size by one byte.
1019
1020 2012-11-26 Yao Qi <yao@codesourcery.com>
1021
1022 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1023 extraneous parentheses.
1024
1025 2012-11-26 Yao Qi <yao@codesourcery.com>
1026
1027 * remote.c (remote_start_remote): Typo fix.
1028
1029 2012-11-23 David S. Miller <davem@davemloft.net>
1030
1031 * sparc-tdep.h (struct sparc_fpregset): New data structure.
1032 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1033 sparc32_sol2_fpregset): Declare new globals.
1034 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1035 'fpregset' argument.
1036 * sparc64-tdep.h (sparc64_supply_fpregset,
1037 sparc64_collect_fpregset): Likewise.
1038 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1039 globals.
1040 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1041 (sparc_fpregset): Declare new global.
1042 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1043 'fpregset' argument.
1044 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1045 into handler.
1046 (fill_fpregset): Likewise.
1047 (_initialize_sparc_linux_nat): Set sparc_fpregset to
1048 sparc32_bsd_fpregset.
1049 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1050 sparc32_bsd_fpregset down into handler.
1051 (sparc32_linux_collect_core_fpregset): Likewise.
1052 * sparc-nat.c (sparc_fpregset): Define.
1053 (sparc_supply_fpregset): Add 'fpregset' argument.
1054 (sparc_collect_fpregset): Likewise.
1055 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1056 into fpregset handler.
1057 (sparc_store_inferior_registers): Likewise.
1058 (_initialize_sparc_nat): Set sparc_fpregset to
1059 sparc32_sunos4_fpregset if NULL.
1060 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1061 down into handler.
1062 (fill_fpregset): Likewise.
1063 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1064 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1065 use it to compute offsets.
1066 (sparc32_collect_fpregset): Likewise.
1067 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1068 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1069 down into handler.
1070 (fill_fpregset): Likewise.
1071 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1072 Likewise.
1073 (sparc64_linux_collect_core_fpregset): Likewise.
1074 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1075 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1076 use it to compute offsets.
1077 (sparc64_collect_fpregset): Likewise.
1078 (sparc64_bsd_fpregset): Define.
1079 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1080 sparc64_bsd_fpregset down into handler.
1081 (sparc64fbsd_collect_fpregset): Likewise.
1082 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1083 and pass sparc{32,64}_bsd_fpregset down into handler.
1084 (sparc64nbsd_collect_fpregset): Likewise.
1085 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1086 sparc64_bsd_fpregset down into handler.
1087 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1088 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1089 to sparc32_bsd_fpregset.
1090 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1091 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1092 (sparc32nbsd_supply_fpregset): Likewise.
1093
1094 2012-11-21 Tom Tromey <tromey@redhat.com>
1095
1096 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1097 field.
1098 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1099 Remove.
1100 * c-typeprint.c (c_type_print_base): Update.
1101
1102 2012-11-21 Yao Qi <yao@codesourcery.com>
1103
1104 PR tdep/7438
1105 * gdbarch.sh (smash_text_address): Remove.
1106 * gdbarch.c, gdbarch.h: Regenerate.
1107 * arm-tdep.c (arm_smash_text_address): Remove.
1108 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1109 * hppa-tdep.c (hppa_smash_text_address): Remove.
1110 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1111 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1112 Caller update.
1113 * coffread.c (coff_symtab_read): Caller update.
1114 * dbxread.c (process_one_symbol): Likewise.
1115 * elfread.c (record_minimal_symbol): Likewise.
1116 * somread.c (som_symtab_read): Likewise.
1117
1118 2012-11-20 Pierre Muller <muller@sourceware.org>
1119
1120 ARI fixes: sprintf rule.
1121 Replace sprintf function calls for char arrays by
1122 calls to xsnprintf calls.
1123 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1124 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1125 (arm_neon_quad_read, arm_pseudo_read): Ditto.
1126 (arm_neon_quad_write, arm_pseudo_write): Ditto.
1127 * breakpoint.c (condition_completer): Ditto.
1128 (create_tracepoint_from_upload): Ditto.
1129 * dwarf2read.c (file_full_name): Ditto.
1130 * gcore.c (gcore_command): Ditto.
1131 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1132 * go32-nat.c (go32_sysinfo): Ditto.
1133 * interps.c (interp_set): Ditto.
1134 * m32c-tdep.c (make_types): Ditto.
1135 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1136 * remote-m32r-sdi.c (m32r_open): Ditto.
1137 * sol-thread.c (td_err_string): Ditto.
1138 (td_state_string, solaris_pid_to_str): Ditto.
1139 * symtab.c (gdb_mangle_name): Ditto.
1140 * cli/cli-script.c (execute_control_command): Ditto.
1141 (define_command, document_command): Ditto.
1142 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1143 * tui/tui-stack.c (tui_make_status_line): Ditto.
1144 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1145
1146 2012-11-20 Mike Frysinger <vapier@gentoo.org>
1147
1148 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1149 it when looking at ptr->func.
1150 * command.h (complete_on_cmdlist): Add a fourth arg.
1151 * completer.c (complete_line_internal): Add local ignore_help_classes,
1152 and set it to 1 when reason is not handle_help. Pass this down to
1153 lookup_cmd_1 and complete_on_cmdlist.
1154
1155 2012-11-20 Tom Tromey <tromey@redhat.com>
1156
1157 * completer.c (count_struct_fields): Remove.
1158 (expression_completer): Don't call count_struct_fields.
1159
1160 2012-11-20 Pedro Alves <palves@redhat.com>
1161
1162 * annotate.c (breakpoints_changed): Rename to ...
1163 (annotate_breakpoints_changed): ... this.
1164 (annotate_stopped, breakpoint_changed): Adjust caller.
1165 * annotate.h (breakpoints_changed): Rename to ...
1166 (annotate_breakpoints_changed): ... this.
1167 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1168 (do_map_commands_command, init_raw_breakpoint, clear_command)
1169 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1170
1171 2012-11-20 David S. Miller <davem@davemloft.net>
1172
1173 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1174 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1175 sysconf.
1176 (get_cores_used_by_process): Update comment.
1177
1178 2012-11-20 Yao Qi <yao@codesourcery.com>
1179
1180 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1181
1182 2012-11-20 Yao Qi <yao@codesourcery.com>
1183
1184 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1185 to deprecated_context_hook.
1186
1187 2012-11-19 Yao Qi <yao@codesourcery.com>
1188
1189 * infrun.c (infwait_state): Add static.
1190
1191 2012-11-16 Keith Seitz <keiths@redhat.com>
1192
1193 PR c++/13615
1194 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1195 parameter and pass it to lookup_symbol_file.
1196 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1197 to search base classes.
1198 (cp_lookup_symbol_namespace): Likewise.
1199 (lookup_namespace_scope): Likewise.
1200 (lookup_symbol_file): Add SEARCH parameter.
1201 If SEARCH is non-zero and no symbol is found, lookup the class
1202 and call cp_lookup_nested_symbol.
1203 (find_symbol_in_baseclass): New function.
1204 (cp_lookup_nested_symbol): Do not let
1205 cp_lookup_symbol_in_namespace search through base classes.
1206 Do that later when there is no global symbol match.
1207
1208 2012-11-16 Doug Evans <dje@google.com>
1209
1210 * main.c (gdb_datadir_provided): New static global.
1211 (get_init_files): If --data-directory is provided,
1212 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1213 * NEWS: Mention it.
1214
1215 2012-11-15 Pierre Muller <muller@sourceware.org>
1216
1217 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1218 * gdb_stat.h: Delete. Moved to common directory.
1219 * common/gdb_stat.h: New file.
1220 * gdb_wait.h: Delete. Moved to common directory.
1221 * common/gdb_wait.h: New file.
1222 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1223 location.
1224 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1225 location.
1226 (stat.h rule): Adapt to new gdb_stat.h location.
1227 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1228 <sys/stat.h> header.
1229 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1230 <sys/wait.h> header.
1231
1232 2012-11-15 Pierre Muller <muller@sourceware.org>
1233
1234 * configure.ac (AC_HEADER_STAT): Remove.
1235 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1236 and corresponding code.
1237 * configure: Regenerate.
1238 * config.in: Regenerate.
1239
1240 2012-11-15 Pierre Muller <muller@sourceware.org>
1241
1242 ARI xasprintf rule fixes.
1243 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1244 instead of xasprintf.
1245 (open_and_init_dwp_file): Ditto.
1246
1247 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1248
1249 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1250 target types.
1251
1252 2012-11-14 Tom Tromey <tromey@redhat.com>
1253
1254 * configure, config.in: Rebuild.
1255 * configure.ac: Don't check for ctype.h, time.h.
1256 * expprint.c: Don't use HAVE_CTYPE_H.
1257
1258 2012-11-13 Tom Tromey <tromey@redhat.com>
1259
1260 * gdbarch.h, gdbarch.c: Rebuild.
1261 * gdbarch.sh (set_target_gdbarch): Rename from
1262 deprecated_target_gdbarch_select_hack.
1263 * arch-utils.c (gdbarch_update_p): Update.
1264 (set_gdbarch_from_file): Update.
1265
1266 2012-11-14 Pierre Muller <muller@sourceware.org>
1267
1268 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1269 as responsible of contrib/ari directory.
1270
1271 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1272 Yao Qi <yao@codesourcery.com>
1273
1274 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1275 bit of EXC_RETURN.
1276 (arm_m_exception_cache, arm_m_exception_this_id)
1277 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1278 (arm_m_exception_unwind): New.
1279 (arm_gdbarch_init): Register arm_m_exception_unwind.
1280
1281 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1282
1283 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1284 parameter COUNT, for pattern filling of memory regions.
1285 * NEWS: Mention it.
1286
1287 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1288
1289 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1290 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1291 to print_source_lines ().
1292 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1293 flag.
1294 * source.c (print_source_lines_base): Prefix source line with
1295 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1296
1297 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1298
1299 * symtab.h (print_source_lines_flags): New enum.
1300 * source.c (print_source_lines_base): Change noerror to flags.
1301 (print_source_lines): Change noerror to flags.
1302
1303 2012-11-13 Pierre Muller <muller@sourceware.org>
1304
1305 ARI fixes: Avoid sprintf function use rule.
1306 * charset.c (convert_between_encodings): Use xsnprintf.
1307 * cli-out.c (cli_field_int): Likewise.
1308 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1309 * expprint.c (op_name_standard): Likewise.
1310 * frv-tdep.c (set_variant_num_gprs): Likewise.
1311 (set_variant_num_fprs): Likewise.
1312 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1313 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1314 (nto_init_solib_absolute_prefix): Likewise.
1315 * source.c (init_source_path): Likewise.
1316 (print_source_lines_base): Likewise.
1317 * valprint.c (print_wchar): Likewise.
1318 * mi/mi-out.c (mi_field_int): Likewise.
1319 windows-nat.c (windows_pid_to_exec_file): Likewise.
1320 (windows_create_inferior): Likewise.
1321 (_initialize_check_for_gdb_ini): Likewise.
1322
1323 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1324
1325 * frame.h (deprecated_frame_register_read): Renames
1326 frame_register_read.
1327 * frame.c (deprecated_frame_register_read): Renames
1328 frame_register_read. Update all callers.
1329 * i386-tdep.c: Update all callers of frame_register_read.
1330 * infcmd.c: Likewise.
1331 * jit.c: Likewise.
1332 * mips-tdep.c: Likewise.
1333 * mt-tdep.c: Likewise.
1334 * sh64-tdep.c: Likewise.
1335
1336 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1337
1338 * frame.h (frame_register_read): Remove FIXME comment.
1339 * frame.c (frame_register_read): Add suggestion explaining
1340 which function to use in place of this one.
1341
1342 2012-11-12 Tom Tromey <tromey@redhat.com>
1343
1344 * python/python.c (start_type_printers): Initialize 'result_obj'.
1345
1346 2012-11-12 Tom Tromey <tromey@redhat.com>
1347
1348 * NEWS: Update.
1349 * data-directory/Makefile.in (PYTHON_FILES): Add
1350 type_printers.py.
1351 * python/lib/gdb/command/type_printers.py: New file.
1352 * python/lib/gdb/command/types.py (TypePrinter): New class.
1353 (_get_some_type_recognizers, get_type_recognizers,
1354 apply_type_recognizers, register_type_printer): New
1355 functions.
1356 * python/py-objfile.c (objfile_object) <type_printers>: New
1357 field.
1358 (objfpy_dealloc): Decref new field.
1359 (objfpy_new): Set new field.
1360 (objfpy_get_type_printers, objfpy_set_type_printers): New
1361 functions.
1362 (objfile_to_objfile_object): Set new field.
1363 (objfile_getset): Add "type_printers".
1364 * python/py-progspace.c (pspace_object) <type_printers>: New
1365 field.
1366 (pspy_dealloc): Decref new field.
1367 (pspy_new): Set new field.
1368 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1369 (pspace_to_pspace_object): Set new field.
1370 (pspace_getset): Add "type_printers".
1371 * python/python.c (start_type_printers, apply_type_printers,
1372 free_type_printers): New functions.
1373 (_initialize_python): Set gdb.type_printers.
1374 * python/python.h (start_type_printers, apply_type_printers,
1375 free_type_printers): Declare.
1376 * typeprint.c (type_print_raw_options, default_ptype_flags):
1377 Update for new fields.
1378 (do_free_global_table, create_global_typedef_table,
1379 find_global_typedef): New functions.
1380 (find_typedef_in_hash): Use find_global_typedef.
1381 (whatis_exp): Use create_global_typedef_table. Change cleanup
1382 handling.
1383 * typeprint.h (struct type_print_options) <global_typedefs,
1384 global_printers>: New fields.
1385
1386 2012-11-12 Tom Tromey <tromey@redhat.com>
1387
1388 * c-typeprint.c (find_typedef_for_canonicalize,
1389 print_name_maybe_canonical): New functions.
1390 (c_print_type): Look up type name.
1391 (cp_type_print_derivation_info): Add flags argument. Use
1392 print_name_maybe_canonical.
1393 (cp_type_print_method_args): Add wrapping.
1394 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1395 (c_type_print_template_args): New function.
1396 (c_type_print_base): Change wrapping. Use
1397 print_name_maybe_canonical.
1398 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1399 type name lookups.
1400 * gdbtypes.c (types_equal): No longer static.
1401 * gdbtypes.h (types_equal): Declare.
1402 * typeprint.c (type_print_raw_options, default_ptype_flags):
1403 Update.
1404 (struct typedef_hash_table): New.
1405 (hash_typedef_field, eq_typedef_field,
1406 recursively_update_typedef_hash, add_template_parameters,
1407 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1408 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1409 copy_typedef_hash, find_typedef_in_hash): New functions.
1410 * typeprint.h (struct type_print_options) <local_typedefs>:
1411 New field.
1412 (recursively_update_typedef_hash, add_template_parameters,
1413 create_typedef_hash, free_typedef_hash,
1414 make_cleanup_free_typedef_hash, copy_typedef_hash,
1415 find_typedef_in_hash): Declare.
1416
1417 2012-11-12 Tom Tromey <tromey@redhat.com>
1418
1419 * cp-support.c (inspect_type,
1420 replace_typedefs_qualified_name, replace_typedefs): Add
1421 finder, data arguments. Call as needed.
1422 (cp_canonicalize_string_full): New function.
1423 (cp_canonicalize_string_no_typedefs): Rewrite.
1424 * cp-support.h (canonicalization_ftype): New typedef.
1425 (cp_canonicalize_string_full): Declare.
1426
1427 2012-11-12 Tom Tromey <tromey@redhat.com>
1428
1429 * NEWS: Update.
1430 * c-typeprint.c (c_type_print_base): Handle print_method and
1431 print_typedefs flags.
1432 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1433 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1434 options.
1435 * typeprint.c (type_print_raw_options, default_ptype_flags):
1436 Update for new field.s
1437 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1438 (setprinttypelist, showprinttypelist, print_methods,
1439 print_typedefs): New globals.
1440 (set_print_type, show_print_type, set_print_type_methods,
1441 show_print_type_methods, set_print_type_typedefs,
1442 show_print_type_typedefs): New functions.
1443 (_initialize_typeprint): Update documentation. Add "print
1444 type methods" and "print type typedefs" parameters.
1445 * typeprint.h (struct type_print_options) <print_methods,
1446 print_typedefs>: New fields.
1447
1448 2012-11-12 Tom Tromey <tromey@redhat.com>
1449
1450 * c-typeprint.c (cp_type_print_method_args): Add flags
1451 argument. Call c_print_type, not type_print.
1452 (c_type_print_base): Call c_print_type, not type_print.
1453 Update.
1454
1455 2012-11-12 Tom Tromey <tromey@redhat.com>
1456
1457 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1458 to type-printing functions.
1459 * ada-lang.h (ada_print_type): Add argument.
1460 * ada-typeprint.c (print_array_type, print_variant_clauses,
1461 print_variant_part, print_selected_record_field_types,
1462 print_record_field_types, print_unchecked_union_type,
1463 print_func_type, ada_print_type): Add flags argument.
1464 (ada_print_typedef): Update.
1465 * c-exp.y (OPERATOR conversion_type_id): Update.
1466 * c-lang.h (c_print_type, c_type_print_base): Update.
1467 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1468 c_type_print_modifier, c_type_print_args,
1469 c_type_print_varspec_suffix, c_type_print_base): Add flags
1470 argument.
1471 * cp-valprint.c (cp_print_class_member): Update.
1472 * dwarf2read.c (dwarf2_compute_name): Update.
1473 * f-lang.h (f_print_type): Add argument.
1474 * f-typeprint.c (f_print_type): Add flags argument.
1475 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1476 * go-lang.h (go_print_type): Add argument.
1477 * go-typeprint.c (go_print_type): Add flags argument.
1478 * jv-lang.h (java_print_type): Add argument.
1479 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1480 flags argument.
1481 * language.c (unk_lang_print_type): Add flags argument.
1482 * language.h (struct language_defn) <la_print_type>: Add flags
1483 argument.
1484 (LA_PRINT_TYPE): Likewise.
1485 * m2-lang.h (m2_print_type): Add argument.
1486 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1487 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1488 m2_unbounded_array, m2_record_fields): Add flags argument.
1489 * p-lang.h (pascal_print_type, pascal_type_print_base,
1490 pascal_type_print_varspec_prefix): Add argument.
1491 * p-typeprint.c (pascal_print_type,
1492 pascal_type_print_varspec_prefix, pascal_print_func_args,
1493 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1494 flags argument.
1495 * symmisc.c (print_symbol): Update.
1496 * typeprint.c (type_print_raw_options, default_ptype_flags):
1497 New globals.
1498 (type_print): Update.
1499 * typeprint.h (struct type_print_options): New.
1500 (type_print_raw_options): Declare.
1501 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1502
1503 2012-11-10 Keith Seitz <keiths@redhat.com>
1504
1505 * breakpoint.c (clear_command): Add cleanup for
1506 sals.sals if an argument is given.
1507
1508 * linespec.c (parse_linespec): Do cleanups after
1509 parsing a convenience variable.
1510
1511 2012-11-10 Keith Seitz <keiths@redhat.com>
1512
1513 PR gdb/14288
1514 * c-valprint.c (c_val_print): For character arrays
1515 with "print null" option on, print ellipses if
1516 the output is truncated and the next character is not \000.
1517 * valprint.c (MAX_WCHARS): Define.
1518 (WCHAR_BUFLEN): Likewise.
1519 (WCHAR_BUFLEN_MAX): Likewise.
1520 (struct converted_character): New structure.
1521 (count_next_character): New function.
1522 (print_converted_chars_to_obstack): New function.
1523 (generic_printstr): Rewrite using count_next_character
1524 and print_converted_chars_to_obstack.
1525
1526 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1527
1528 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1529 while executing the gdb command.
1530 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1531 are called from prompt_for_continue.
1532 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1533
1534 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1535
1536 PR tui/9584
1537
1538 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1539 but insert the command to execute in readline's buffer.
1540
1541 2012-11-09 Tom Tromey <tromey@redhat.com>
1542
1543 * gdbarch.sh (target_gdbarch): Remove macro.
1544 (get_target_gdbarch): Rename to target_gdbarch.
1545 * gdbarch.c, gdbarch.h: Rebuild.
1546 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1547 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1548 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1549 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1550 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1551 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1552 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1553 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1554 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1555 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1556 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1557 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1558 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1559 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1560 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1561 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1562 target-descriptions.c, target.c, target.h, tracepoint.c,
1563 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1564 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1565 python/py-inferior.c, python/python.c: Update.
1566
1567 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1568
1569 * source.c (print_source_lines_base): Add fullname field giving
1570 full path to file in mi output.
1571 * NEWS: Mention the new fullname field.
1572
1573 2012-11-09 Yao Qi <yao@codesourcery.com>
1574
1575 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1576
1577 2012-11-09 Pedro Alves <palves@redhat.com>
1578
1579 PR gdb/14306
1580
1581 * infrun.c: Include target-descriptions.h.
1582 (follow_exec): Fetch new target description.
1583
1584 2012-11-09 Yao Qi <yao@codesourcery.com>
1585
1586 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1587 0x8d (lea).
1588
1589 2012-11-09 Yao Qi <yao@codesourcery.com>
1590
1591 * breakpoint.c: Declare set_tracepoint_count.
1592 (install_breakpoint): Call set_tracepoint_count if B is a
1593 tracepoint.
1594 (trace_command): Don't call set_tracepoint_count. Re-indent.
1595 (strace_command, ftrace_command):
1596 (create_tracepoint_from_upload): Likewise.
1597
1598 2012-11-09 Pedro Alves <palves@redhat.com>
1599
1600 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1601 (get_target_gdbarch) <gdbarch.h>: New function.
1602 (startup_gdbarch) <gdbarch.h>: Declare.
1603 <gdbarch.c> (target_gdbarch): Delete.
1604 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1605 current inferior's gdbarch.
1606 <gdbarch.c> (get_target_gdbarch): New function.
1607 * inferior.c: Include target-descriptions.h.
1608 (free_inferior): Free target description info.
1609 (add_inferior_with_spaces): Set the inferior's initial
1610 architecture.
1611 (clone_inferior_command): Copy the original inferior's target
1612 description if it was user specified.
1613 (initialize_inferiors): Add comment.
1614 * inferior.h (struct target_desc_info): Forward declare.
1615 (struct inferior) <gdbarch>: New field.
1616 * linux-nat.c: Include target-descriptions.h.
1617 (linux_child_follow_fork): Copy the parent's architecture and
1618 target description to the child.
1619 * target-descriptions.c: Include inferior.h.
1620 (struct target_desc_info): New structure, holding the equivalents
1621 of ...
1622 (target_desc_fetched, current_target_desc)
1623 (target_description_filename): ... these removed globals.
1624 (get_tdesc_info, target_desc_info_from_user_p)
1625 (copy_inferior_target_desc_info, target_desc_info_free): New.
1626 (target_desc_fetched, current_target_desc)
1627 (target_description_filename): Reimplemented as convenience
1628 macros.
1629 (tdesc_filename_cmd_string): New global.
1630 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1631 tdescs filename ..." commands to the per-inferior equivalent.
1632 (show_tdesc_filename_cmd): Get the value to show from the
1633 per-inferior description filename.
1634 (_initilize_target_descriptions): Change the "set/show tdesc
1635 filename" commands' variable.
1636 * target-descriptions.h (struct target_desc, struct target_desc_info)
1637 (struct inferior): Forward declare.
1638 (target_find_description, target_clear_description)
1639 (target_current_description): Adjust comments.
1640 (copy_inferior_target_desc_info, target_desc_info_free)
1641 (target_desc_info_from_user_p). Declare.
1642
1643 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1644
1645 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1646 (tui_target_wait_hook): Remove.
1647 (tui_install_hooks): Install the about_to_proceed observer.
1648 (tui_remove_hooks): And remove it here.
1649
1650 2012-11-08 Tom Tromey <tromey@redhat.com>
1651
1652 * linux-tdep.c (linux_make_siginfo_note): New function.
1653 (linux_make_corefile_notes): Use it.
1654 * corelow.c (get_core_siginfo): New function.
1655 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1656
1657 2012-11-08 Tom Tromey <tromey@redhat.com>
1658
1659 PR gdb/14704:
1660 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1661 (zlib_decompress_section): Remove.
1662 (gdb_bfd_map_section): Only check for compressed section
1663 in mmap case. Use bfd_get_full_section_contents.
1664 * osabi.c (check_note): Add 'sectsize' argument. Read
1665 section data.
1666 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1667 section data. Update for check_note change.
1668 * xcoffread.c (xcoff_initial_scan): Use
1669 bfd_get_full_section_contents.
1670 * py-auto-load.c (auto_load_section_scripts): Use
1671 bfd_get_full_section_contents.
1672 * contrib/cc-with-tweaks.sh: Add -Z option.
1673
1674 2012-11-08 Tom Tromey <tromey@redhat.com>
1675
1676 * python/py-bpevent.c: Include defs.h.
1677 * python/py-continueevent.c: Include defs.h.
1678 * python/py-event.c: Include defs.h.
1679 * python/py-event.h: Don't include defs.h.
1680 * python/py-events.h: Don't include defs.h.
1681 * python/py-evts.c: Include defs.h.
1682 * python/py-exitedevent.c: Include defs.h.
1683 * python/py-newobjfileevent.c: Include defs.h.
1684 * python/py-signalevent.c: Include defs.h.
1685 * python/py-stopevent.c: Include defs.h.
1686 * python/py-threadevent.c: Include defs.h.
1687
1688 2012-11-08 Pierre Muller <muller@sourceware.org>
1689
1690 * update-web-ari.sh (print_heading): Add number of files
1691 checked.
1692 (nb_files): New variable counting the number of sources
1693 files found by gdb_find.sh script.
1694 (debug_awk): New variable to allow extra debug output.
1695 (indexes): Add more information if DEBUG_AWK is set.
1696
1697 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1698
1699 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1700 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1701 following the change in PLT call stubs on linker.
1702
1703 2012-11-08 Pierre Muller <muller@sourceware.org>
1704
1705 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1706 as default language.
1707 (AWK): Use = instead of == for sh test to avoid warning.
1708 (Linux rule): Correct [:digit] into [[:digit:]].
1709 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1710 (vasprintf rule): Adapt to common subdirectory moves.
1711 (xasprintf rule): Idem.
1712 (xvasprintf rule): Idem.
1713 (var_boolean rule): Accept occurence in == or != test.
1714
1715 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1716
1717 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1718
1719 * tui/tui-hooks.c (tui_inferior_exit): New function.
1720 (tui_detach_hook): Remove.
1721 (tui_install_hooks): Install the inferior exit observer.
1722 (tui_remove_hooks): Remove it.
1723
1724 2012-11-08 Yao Qi <yao@codesourcery.com>
1725
1726 PR gdb/14777.
1727 * source.c (_initialize_source): Call add_com_alias to abbreviate
1728 'forward-search' as 'fo'.
1729
1730 2012-11-07 Pedro Alves <palves@redhat.com>
1731
1732 * arm-tdep.c: Make defs.h be the first include.
1733 * coff-pe-read.c: Ditto.
1734 * gnu-nat.c: Ditto.
1735 * go32-nat.c: Ditto.
1736 * i386-nat.c: Ditto.
1737 * ppcnbsd-nat.c: Ditto.
1738 * ada-varobj.h: Don't include defs.h.
1739 * i386-darwin-tdep.h: Ditto.
1740 * i386-nat.h: Ditto.
1741
1742 2012-11-07 Pedro Alves <palves@redhat.com>
1743
1744 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1745 Committee.
1746
1747 2012-11-07 Pierre Muller <muller@sourceware.org>
1748
1749 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1750 File already uses "gdb_dirent.h" header.
1751
1752 2012-11-07 Yao Qi <yao@codesourcery.com>
1753
1754 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1755 tracepoint_count'.
1756
1757 2012-11-06 Tom Tromey <tromey@redhat.com>
1758
1759 * target.h (inferior_has_forked, inferior_has_vforked)
1760 (inferior_has_execd, inferior_has_called_syscall): Remove
1761 declarations.
1762
1763 2012-11-06 Pierre Muller <muller@sourceware.org>
1764
1765 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1766 add missing internalization markup.
1767
1768 2012-11-06 Pedro Alves <palves@redhat.com>
1769
1770 PR gdb/14810
1771
1772 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1773
1774 2012-11-06 Pierre Muller <muller@sourceware.org>
1775
1776 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1777 is not executable.
1778
1779 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1780
1781 * gnulib/update-gnulib.sh: New script.
1782
1783 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1784
1785 * MAINTAINERS: Update my email address.
1786
1787 2012-11-05 Tom Tromey <tromey@redhat.com>
1788
1789 * frame.c (put_frame_register): Don't use temporary buffer.
1790
1791 2012-11-05 Pedro Alves <palves@redhat.com>
1792
1793 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1794 child. Clear 'pending_detach'.
1795 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1796 'pending_detach' in the vfork parent.
1797
1798 2012-11-05 Doug Evans <dje@google.com>
1799
1800 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1801 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1802 * dwarf2read.c: #include "elf-bfd.h".
1803 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1804 (dwop_section_names): Renamed from dwo_section names. All uses
1805 updated. Add entries for .debug_cu_index, .debug_tu_index.
1806 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1807 All uses updated.
1808 (struct dwp_sections): New type.
1809 (struct virtual_dwo_sections): New type.
1810 (struct dwp_hash_table): New type.
1811 (struct dwp_file): New type.
1812 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1813 read in. Handle DWOs coming from DWP files.
1814 (lookup_dwo_file_slot): New function.
1815 (dwarf2_locate_dwo_sections): Move definition closer to use.
1816 (create_dwo_debug_info_hash_table_reader): Renamed from
1817 create_debug_info_hash_table_reader. All callers updated.
1818 (create_dwo_debug_info_hash_table): Renamed from
1819 create_debug_info_hash_table. All callers updated.
1820 (create_dwp_hash_table): New function.
1821 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1822 (lookup_dwo_in_dwp): New function.
1823 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1824 is_dwp. All callers updated.
1825 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1826 (open_and_init_dwo_file): Renamed from init_dwo_file.
1827 All callers updated.
1828 (lookup_dwo_file): Delete.
1829 (dwarf2_locate_dwp_sections): New function.
1830 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1831 (allocate_dwp_loaded_cutus_table): New function.
1832 (open_and_init_dwp_file): New function.
1833 (lookup_dwo_cutu): New function.
1834 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1835
1836 2012-11-03 Yao Qi <yao@codesourcery.com>
1837
1838 Fix PR gdb/14617.
1839 * breakpoint.c (trace_pass_set_count): Call
1840 observer_notify_breakpoint_modified instead of
1841 observer_notify_tracepoint_modified.
1842 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1843
1844 2012-11-02 Tom Tromey <tromey@redhat.com>
1845
1846 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1847 argument to complete_on_enum.
1848
1849 2012-11-02 Tom Tromey <tromey@redhat.com>
1850
1851 * configure: Rebuild.
1852 * configure.ac (build_warnings): Add -Wempty-body.
1853 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1854 * remote.c (handle_notification): Use braces for empty 'else' body.
1855 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1856 'else' body.
1857 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1858 'else' body.
1859 * solib-som.c (som_relocate_section_addresses): Use braces
1860 for empty 'else' body.
1861 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1862 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1863
1864 2012-11-02 Pedro Alves <palves@redhat.com>
1865
1866 PR gdb/14766
1867
1868 * infrun.c (handle_inferior_event)
1869 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1870 null_ptid before handling a vfork child exec or exit. Switch to
1871 the event ptid afterwards.
1872
1873 2012-11-02 Yao Qi <yao@codesourcery.com>
1874
1875 * std-operator.def: Remove OP_LABELED.
1876 * eval.c: Remove the declaration of 'get_label'.
1877 (get_label): Remove.
1878 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1879 Update comment.
1880 Remove local variable 'variantno' and related code.
1881 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1882 with 'fieldno'.
1883 * expprint.c (print_subexp_standard): Likewise.
1884 (dump_subexp_body_standard): Likewise.
1885 * parse.c (operator_length_standard): Likewise.
1886
1887 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1888
1889 Incorporate ARI web page generator into GDB sources.
1890 * contrib/ari/create-web-ari-in-src.sh: New file.
1891 * contrib/ari/gdb_ari.sh: New file.
1892 * contrib/ari/gdb_find.sh: New file.
1893 * contrib/ari/update-web-ari.sh: New file.
1894
1895 2012-10-31 Tom Tromey <tromey@redhat.com>
1896
1897 * gdbarch.c: Rebuild.
1898 * gdbarch.sh: Remove references to gdbarch_swap.
1899 * corelow.c (core_open): Remove obsolete comment.
1900
1901 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1902
1903 PR cli/14772
1904 * c-typeprint.c (c_print_type): Don't print a space for vector
1905 types, this is handled within the suffix.
1906 (c_type_print_varspec_suffix): Add a space to vector suffix.
1907
1908 2012-10-26 Pedro Alves <palves@redhat.com>
1909
1910 * amd64-tdep.c (amd64_relocate_instruction): Use
1911 store_unsigned_integer instead of memcpy.
1912 * i386-tdep.c (i386_relocate_instruction): Ditto.
1913
1914 2012-10-26 Pedro Alves <palves@redhat.com>
1915
1916 * infrun.c (handle_inferior_event): Merge handling of
1917 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1918 switch case.
1919
1920 2012-10-26 Pedro Alves <palves@redhat.com>
1921
1922 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1923 Remove comment.
1924
1925 2012-10-26 Pedro Alves <palves@redhat.com>
1926
1927 * target.c (target_waitstatus_to_string): Handle
1928 TARGET_WAITKIND_VFORK_DONE.
1929
1930 2012-10-26 Pedro Alves <palves@redhat.com>
1931
1932 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1933 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1934
1935 2012-10-24 Tristan Gingold <gingold@adacore.com>
1936
1937 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1938 Add comments.
1939
1940 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1941
1942 * ravenscar-thread.c (ravenscar_wait): Only update the list
1943 of threads and inferior_ptid if the inferior is still alive.
1944
1945 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1946
1947 * ada-lang.c (is_known_support_routine): Use lbasename when
1948 matching the symtab's filename against
1949 known_runtime_file_name_patterns.
1950
1951 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1952
1953 * ada-lang.c (ada_same_array_size_p): New function.
1954 (ada_promote_array_of_integrals): New function.
1955 (coerce_for_assign): Add handling of arrays where the elements
1956 are integrals of a smaller size than the size of the target
1957 array element type.
1958
1959 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1960
1961 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1962 against maximum exponent value.
1963
1964 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1965
1966 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1967 "unwind-seh.c".
1968
1969 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1970
1971 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1972 strip typedef layer when computing the fixed type's field type,
1973 only when computing its size.
1974
1975 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1976
1977 PR gdb/12783
1978 * i386-tdep.c (i386_return_value): Handle complex double and long
1979 double.
1980
1981 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1982
1983 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1984 New local variable args_len.
1985 Quote the name of the executable when computing the command line.
1986
1987 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1988
1989 PR gdb/12796
1990 PR gdb/12798
1991 PR gdb/12800
1992 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1993 AMD64_FTAG_REGNUM.
1994 * amd64-tdep.c (amd64_classify): Classify complex types.
1995 (amd64_return_value): Handle the COMPLEX_X87 class.
1996
1997 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1998
1999 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2000 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2001
2002 2012-10-23 Joel Brobecker <brobecker@adacore.com>
2003
2004 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2005 function.
2006 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2007 to amd64_windows_auto_wide_charset.
2008
2009 2012-10-23 Yao Qi <yao@codesourcery.com>
2010
2011 * event-top.c (mark_async_signal_handler_wrapper): Remove.
2012 * event-top.h: Remove its declaration.
2013 (async_request_quit): Call mark_async_signal_handler instead of
2014 mark_async_signal_handler_wrapper.
2015 (async_do_nothing, async_disconnect): Likewise.
2016 (async_stop_sig): Likewise.
2017 * remote.c (handle_remote_sigint): Likewise.
2018 (handle_remote_sigint_twice): Likewise.
2019
2020 2012-10-23 Yao Qi <yao@codesourcery.com>
2021
2022 * event-top.c (sigint_token, sighup_token): Replace 'void *'
2023 with 'static struct async_signal_handler *'.
2024 (sighup_token, sigquit_token, sigstp_token): Likewise.
2025
2026 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
2027
2028 * gdbarch.sh (function_list): Use 'pstring' when printing
2029 a variable which could return NULL.
2030 * gdbarch.c: Regenerate.
2031
2032 2012-10-10 Joel Brobecker <brobecker@adacore.com>
2033 Tom Tromey <tromey@redhat.com>
2034
2035 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2036 inneffective if condition by gdb assertion. Add function
2037 description comment.
2038
2039 2012-10-19 Joel Brobecker <brobecker@adacore.com>
2040
2041 * parser-defs.h (struct exp_descriptor): Document constraint
2042 on return value for "op_name" callbacks.
2043
2044 2012-10-18 Tom Tromey <tromey@redhat.com>
2045
2046 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2047 * symtab.c (iterate_over_some_symtabs): Constify.
2048 * source.h (symtab_to_fullname): Return 'const char *'.
2049 * source.c (symtab_to_fullname): Return 'const char *'.
2050 * python/py-symtab.c (stpy_fullname): Constify.
2051 * cli/cli-cmds.c (edit_command): Constify.
2052 * breakpoint.c (print_breakpoint_location)
2053 (update_static_tracepoint): Constify.
2054
2055 2012-10-18 Tom Tromey <tromey@redhat.com>
2056
2057 * breakpoint.c (compare_breakpoints): Fix comparison.
2058
2059 2012-10-18 Tom Tromey <tromey@redhat.com>
2060
2061 * valprint.c (generic_emit_char, generic_printstr): Pass size of
2062 gdb_wchar_t to convert_between_encodings.
2063
2064 2012-10-17 Yao Qi <yao@codesourcery.com>
2065
2066 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2067 more parameter 'inferior'.
2068 * corefile.c (write_memory_with_notification): Caller update.
2069
2070 * mi/mi-cmd-var.c: Include "mi-main.h".
2071 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2072 to 1 and restore it later.
2073 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2074 and "data-write-memory-bytes.
2075 * mi/mi-interp.c: Include objfiles.h.
2076 (mi_interpreter_init): Call observer_attach_memory_changed.
2077 (mi_memory_changed): New.
2078 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2079 New field.
2080
2081 * NEWS: Mention new MI notification "memory-changed".
2082
2083 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2084
2085 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2086
2087 2012-10-15 Doug Evans <dje@google.com>
2088
2089 New option -nh: inhibit loading of ~/.gdbinit.
2090 * NEWS: Mention -nh.
2091 * main.c (captured_main): Recognize and process -nh.
2092 (print_gdb_help): Mention -nh.
2093 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
2094
2095 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
2096
2097 PR backtrace/14646
2098 PR gdb/14647
2099 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2100 pc_regnum_from_eax.
2101 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2102 nor pc_regnum_from_eax.
2103 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2104 nor pc_regnum_from_eax.
2105
2106 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2107
2108 Fix entry values resolving in inlined frames.
2109 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2110 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
2111 entries of FRAME.
2112
2113 2012-10-15 Joel Brobecker <brobecker@adacore.com>
2114
2115 * configure.ac: Build with -DMS_WIN64 if building with Python
2116 enabled using GCC on amd64-windows.
2117 * configure: Regenerate.
2118
2119 2012-10-15 Tom Tromey <tromey@redhat.com>
2120
2121 PR python/14635:
2122 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2123 to Py_None.
2124
2125 2012-10-15 Tom Tromey <tromey@redhat.com>
2126
2127 PR python/14634:
2128 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2129
2130 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
2131
2132 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2133 reset thread numbering back to 1.
2134
2135 2012-10-11 Doug Evans <dje@google.com>
2136
2137 PR breakpoints/14643.
2138 * linespec.c (struct ls_parser): New member keyword_ok.
2139 (linespec_lexer_lex_string): Add comment.
2140 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2141 for one.
2142 (parse_linespec): Set keyword_ok.
2143
2144 2012-10-10 Doug Evans <dje@google.com>
2145
2146 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2147 "0x" prefix on address in log message.
2148
2149 * dwarf2read.c (read_1_byte): Add const to buf parameter.
2150 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2151 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2152 (lookup_dwo_file): Add const to dwo_name parameter.
2153 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2154
2155 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 Fix crash during stepping on ppc32.
2158 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2159 SYM.
2160
2161 2012-10-03 Doug Evans <dje@google.com>
2162
2163 PR symtab/14601
2164 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2165
2166 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2167
2168 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2169 output and use uint32_t not long to ensure 4 byte size.
2170
2171 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2172
2173 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2174 unref'ed it.
2175
2176 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2177
2178 * target.c (simple_search_memory): Include access length in
2179 warning message.
2180
2181 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2182 Edjunior Machado <emachado@linux.vnet.ibm.com>
2183
2184 PR gdb/13989
2185 * solib.c (solib_find): Prevent GDB from loading native libraries when
2186 debugging a cross-target corefile.
2187
2188 2012-09-28 selven <pcthegreat@gmail.com>
2189
2190 Make definition match declaration.
2191
2192 * regcache.c (regcache_register_status): Change return type to
2193 enum register_status.
2194
2195 2012-09-28 Yao Qi <yao@codesourcery.com>
2196
2197 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2198 write_memory_with_notification instead of write_memory.
2199 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2200 instead of target_write_memory.
2201
2202 2012-09-28 Yao Qi <yao@codesourcery.com>
2203
2204 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2205 when the length of content is not an even number.
2206
2207 2012-09-27 Tom Tromey <tromey@redhat.com>
2208
2209 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2210 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2211
2212 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2213
2214 * sol-thread.c (sol_thread_fetch_registers)
2215 (sol_thread_store_registers): Delete commented out code.
2216
2217 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2218
2219 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2220 Move these functions to sparc-sol-thread.c.
2221 * sparc-sol-thread.c: New file.
2222 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2223 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2224 configurations.
2225 * configure: Regenerate.
2226
2227 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2228
2229 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2230 Remove commented-out code.
2231
2232 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2233
2234 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2235 Enable this code for sparc hosts only.
2236
2237 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2238
2239 * procfs.h (procfs_find_LDT_entry): Add declaration.
2240 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2241 function procfs_find_LDT_entry.
2242
2243 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2244
2245 * procfs.c (proc_get_LDT_entry): Make static.
2246
2247 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2248
2249 * procfs.c (proc_find_memory_regions): Fix declaration.
2250
2251 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2252
2253 * amd64-tdep.c (amd64_return_value): Revert previous change
2254 that used TYPE_LENGTH directly.
2255 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2256 (bfin_store_return_value): Likewise.
2257 * cris-tdep.c (cris_store_return_value): Likewise.
2258 (cris_extract_return_value): Likewise.
2259 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2260 * hppa-tdep.c (hppa64_return_value): Likewise.
2261 * lm32-tdep.c (lm32_store_return_value): Likewise.
2262 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2263 * spu-tdep.c (spu_value_from_register): Likewise.
2264 * vax-tdep.c (vax_return_value): Likewise.
2265
2266 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2267
2268 * gdbtypes.c (lookup_array_range_type): Expand parameters
2269 LOW_BOUND and HIGH_BOUND to LONGEST.
2270 (lookup_string_range_type): Likewise.
2271 * gdbtypes.h (lookup_array_range_type): Likewise.
2272 (lookup_string_range_type): Likewise.
2273 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2274 Expand HIGHBOUND to ssize_t.
2275 (value_string): Likewise.
2276 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2277 (value_string): Likewise.
2278
2279 2012-09-27 Yao Qi <yao@codesourcery.com>
2280
2281 PR breakpoints/13898
2282 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2283 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2284 per breakpoint type.
2285
2286 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2287
2288 * procfs.c: Add gdb_bfd header.
2289 * rs6000-nat.c: Likewise.
2290 * solib-pa64.c: Likewise.
2291 * spu-linux-nat.c: Likewise.
2292 * windows-nat.c: Likewise.
2293
2294 2012-09-26 Tom Tromey <tromey@redhat.com>
2295
2296 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2297
2298 2012-09-26 Tom Tromey <tromey@redhat.com>
2299
2300 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2301 (read_common_block): Handle child DIEs with
2302 DW_AT_data_member_location.
2303 (new_symbol_full): Add special case for common blocks.
2304
2305 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2306 Tom Tromey <tromey@redhat.com>
2307
2308 * dwarf2read.c (read_common_block): Rewrite.
2309 (new_symbol_full): Handle DW_TAG_common_block.
2310 * f-lang.c (head_common_list, find_common_for_function):
2311 Remove.
2312 * f-lang.h (struct common_entry, struct saved_f77_common,
2313 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2314 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2315 BLANK_COMMON_NAME_LOCAL): Remove.
2316 (struct common_block): New.
2317 * f-valprint.c (list_all_visible_commons): Remove.
2318 (info_common_command_for_block): New function.
2319 (info_common_command): Use it.
2320 * stack.c (iterate_over_block_locals): Special case for
2321 COMMON_BLOCK_DOMAIN.
2322 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2323 constant.
2324 (struct general_symbol_info) <value.common_block>: New field.
2325 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2326
2327 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2328 Tom Tromey <tromey@redhat.com>
2329
2330 * f-lang.c (allocate_saved_bf_node,
2331 allocate_saved_function_node, allocate_saved_f77_common_node,
2332 allocate_common_entry_node, tail_common_list, current_common,
2333 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2334 tmp_bf_ptr, add_common_block, add_common_entry,
2335 find_first_common_named, patch_common_entries,
2336 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2337 global_remote_debug, get_bf_for_fcn, saved_function_list,
2338 saved_function_list_end, clear_function_list, struct saved_fcn,
2339 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2340 SAVED_BF, SAVED_BF_PTR): Remove.
2341 * f-lang.h (tail_common_list, current_common,
2342 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2343 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2344 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2345 real_main_c_value): Remove.
2346 * f-valprint.c (there_is_a_visible_common_named): Remove.
2347
2348 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2349
2350 * breakpoint.c (update_global_location_list): Ignore previous
2351 duplicate status of a breakpoint when starting a new scan for
2352 duplicate breakpoints.
2353
2354 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2355 PR breakpoints/14419
2356 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2357 support LLVM compiler.
2358
2359 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2360
2361 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2362 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2363 (bfin_store_return_value): Likewise.
2364 * cris-tdep.c (cris_store_return_value): Likewise.
2365 (cris_extract_return_value): Likewise.
2366 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2367 * hppa-tdep.c (hppa64_return_value): Likewise.
2368 * lm32-tdep.c (lm32_store_return_value): Likewise.
2369 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2370 * spu-tdep.c (spu_value_from_register): Likewise.
2371 * vax-tdep.c (vax_return_value): Likewise.
2372
2373 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2374
2375 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2376 parameter LEN to ssize_t.
2377
2378 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2379
2380 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2381 variable LEN.
2382 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2383 directly.
2384 (alpha_store_return_value): Likewise.
2385 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2386 (amd64_push_arguments): Likewise.
2387 * ax-gdb.c (gen_trace_static_fields): Likewise.
2388 (gen_traced_pop): Likewise.
2389 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2390 * breakpoint.c (update_watchpoint): Likewise.
2391 * findcmd.c (parse_find_args): Use local variable for type
2392 instead of length.
2393 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2394 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2395 (h8300_store_return_value): Likewise.
2396 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2397 Use i386_darwin_arg_type_alignment directly.
2398 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2399 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2400 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2401 (m68hc11_extract_return_value): Likewise.
2402 * mep-tdep.c (mep_push_dummy_call): Likewise.
2403 * printcmd.c (float_type_from_length): Likewise.
2404 * s390-tdep.c (s390_value_from_register): Likewise.
2405 * stack.c (read_frame_arg): Likewise.
2406 * tracepoint.c (encode_actions_1): Likewise.
2407 * valops.c (value_fetch_lazy): Use local variable for type
2408 instead of length. Use TYPE_LENGTH directly.
2409 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2410
2411 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2412
2413 * symtab.c (skip_prologue_sal): Fix typo in comment.
2414
2415 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2416
2417 * linespec.c (create_sals_line_offset): Fix typo in comment.
2418
2419 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2420
2421 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2422 use plongest to print the array size.
2423
2424 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2425
2426 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2427 * p-valprint.c (pascal_type_print_base): Likewise.
2428
2429 2012-09-22 Yao Qi <yao@codesourcery.com>
2430
2431 * remote.c (remote_get_trace_status): Remove setting default
2432 values of fields of 'ts'.
2433
2434 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2435
2436 Fix internal error on canonicalization of clang types.
2437 * cp-name-parser.y (operator): New comment at make_operator call for
2438 new, delete, new[] and delete[].
2439 (exp): Use "sizeof ". Add new comment at make_operator call.
2440
2441 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2442
2443 Fix disassemble without parameters in tailcall frame.
2444 * cli/cli-cmds.c (disassemble_current_function): Use
2445 get_frame_address_in_block.
2446
2447 2012-09-21 Tom Tromey <tromey@redhat.com>
2448
2449 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2450 TYPE_CODE_UNION>: Unify, removing a goto.
2451
2452 2012-09-21 Tom Tromey <tromey@redhat.com>
2453
2454 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2455
2456 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2457
2458 * findvar.c (read_frame_register_value): Mark the result value as
2459 optimized out if any of the input registers have been optimized out.
2460
2461 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2462
2463 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2464
2465 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2466
2467 * eval.c (evaluate_subexp_standard): Eliminate single-use
2468 variable LOWER.
2469
2470 2012-09-21 Yao Qi <yao@codesourcery.com>
2471
2472 * mi/mi-interp.c: Declare mi_record_changed.
2473 (mi_interpreter_init): Call observer_attach_record_changed.
2474 (mi_record_changed): New.
2475 * record.c (record_open): Call observer_notify_record_changed.
2476 (cmd_record_stop): Call observer_notify_record_changed.
2477 * NEWS: Mention it.
2478
2479 2012-09-20 Tom Tromey <tromey@redhat.com>
2480
2481 * NEWS: Update.
2482 * python/python.c (finalize_python): New function.
2483 (_initialize_python): Make a final cleanup.
2484
2485 2012-09-19 Doug Evans <dje@google.com>
2486
2487 * buildsym.h (param_symbols): Delete, unused.
2488 (context_stack): Delete member "params", unused.
2489 * buildsym.c (push_context): Update.
2490 * dwarf2read.c (read_func_scope): Update.
2491
2492 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2493
2494 * sh-tdep.c (sh_register_convert_to_virtual)
2495 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2496 all callers. Just do a memcpy if not the little-endian case.
2497
2498 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2499 set_gdbarch_double_format and set_gdbarch_long_double_format.
2500 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2501 set_gdbarch_double_format.
2502 * sh-tdep.c (sh_gdbarch_init): Likewise.
2503
2504 * NEWS: Document the removal of SH's 'regs' command.
2505 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2506 command.
2507
2508 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2509
2510 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2511 `jump'.
2512
2513 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2514
2515 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2516 language when iterating over symbols.
2517
2518 2012-09-18 Yao Qi <yao@codesourcery.com>
2519
2520 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2521 (mi_interpreter_init): Call observer_attach_tsv_created and
2522 observer_attach_tsv_deleted.
2523 (mi_tsv_created, mi_tsv_deleted): New.
2524 * tracepoint.c (delete_trace_state_variable): Call
2525 observer_notify_tsv_deleted.
2526 (trace_variable_command): Call observer_notify_tsv_created.
2527 (delete_trace_variable_command): Call
2528 observer_notify_tsv_deleted.
2529 (create_tsv_from_upload): Call observer_notify_tsv_created.
2530 * NEWS: Mention it.
2531
2532 2012-09-18 Yao Qi <yao@codesourcery.com>
2533
2534 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2535 if traceframe changed.
2536 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2537 "trace-find".
2538 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2539 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2540 'traceframe_changed'.
2541 (mi_traceframe_changed): New.
2542 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2543 New field.
2544 * NEWS: Mention the new MI notification.
2545
2546 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2547
2548 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2549
2550 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2551
2552 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2553 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2554 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2555 Extend code also for PaX support. Convert all gdb_assert to warning
2556 calls.
2557
2558 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2559
2560 Implement auto-load user conveniences suggested by Doug Evans.
2561 * auto-load.c: Include top.h.
2562 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2563 (_initialize_auto_load): New variable scripts_directory_help. Mention
2564 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2565 scripts-directory. Document in online help one can use also files for
2566 set auto-load safe-path.
2567 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2568 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2569
2570 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2571
2572 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2573 of LEN.
2574
2575 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2576
2577 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2578 ELTLEN and use TYPE_LENGTH directly.
2579 (m2_val_print): Likewise.
2580 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2581 variable LEN and use TYPE_LENGTH directly.
2582 (m68k_svr4_store_return_value): Likewise.
2583 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2584 ARGLEN and use TYPE_LENGTH directly.
2585 (mips_o64_push_dummy_call): Likewise.
2586 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2587 variable LENGTH and use TYPE_LENGTH directly.
2588 (s390_function_arg_float): Likewise.
2589 (s390_function_arg_integer): Likewise.
2590 (s390_push_dummy_call): Likewise.
2591 (s390_return_value_convention): Likewise.
2592 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2593 TYPE_LENGTH directly.
2594
2595 2012-09-17 Yao Qi <yao@codesourcery.com>
2596
2597 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2598 Update comment to add_setshow_integer_cmd.
2599 * cli/cli-setshow.c (do_set_command): Handle case
2600 'var_zuinteger_unlimited'.
2601 (do_show_command): Likewise.
2602 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2603 for command 'remotetimeout'.
2604 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2605 to var_integer.
2606 * source.c (_initialize_source): Call
2607 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2608
2609 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2610
2611 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2612 variable LEN.
2613
2614 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 PR 14119
2617 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2618 (frame_pop): Drop also TAILCALL_FRAME frames.
2619 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2620
2621 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2622 Pedro Alves <palves@redhat.com>
2623
2624 PR 14548
2625 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2626 function start if we are already at function start. Both for
2627 reverse-next and for reverse-step into function without line number
2628 info.
2629
2630 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 Code cleanup - rename 'inline' depth to 'artificial' depth.
2633 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2634 frame_id_artificial_p, extend the comment.
2635 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2636 * frame.c (fprint_frame_id): Rename at a user, change debug output
2637 text to "artificial=".
2638 (skip_inlined_frames): Rename to ...
2639 (skip_artificial_frames): ... here. Extend the comment.
2640 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2641 (frame_id_inlined_p): Rename to ...
2642 (frame_id_artificial_p): ... here. Rename at a user.
2643 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2644 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2645 at a user.
2646 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2647 Extend the comment.
2648 (frame_id_inlined_p): Rename to ...
2649 (frame_id_artificial_p): ... here.
2650 * inline-frame.c (inline_frame_this_id): Rename at a user.
2651
2652 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2653
2654 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2655 vector variables using vector_size syntax rather than array
2656 syntax.
2657
2658 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2659
2660 * valarith.c (value_concat): Replace unsafe ALLOCA with
2661 XMALLOC/XFREE.
2662
2663 2012-09-14 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2666
2667 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2668
2669 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2670 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2671 data-directory as appropriate.
2672
2673 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2674
2675 * printcmd.c (ui_printf): Eliminate single-use variable
2676 PARAM_LEN.
2677
2678 2012-09-14 Yao Qi <yao@codesourcery.com>
2679 Pedro Alves <palves@redhat.com>
2680
2681 * valops.c (value_assign): Move observer_notify_target_changed
2682 below to replace reinit_frame_cache.
2683
2684 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2685
2686 Refactor Python "gdb" module into a proper Python package, by
2687 introducing a new "_gdb" module for code implemented in C, and
2688 using reload/__import__ instead of exec.
2689 * python/lib/gdb/__init__.py: Import * from _gdb.
2690 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2691 prompt_hook, sys.argv): Moved from finish_python_initialization.
2692 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2693 (packages, auto_load_packages): New list and function replacing
2694 module_dict and auto-loading code, using __file__ instead of
2695 gdb.PYTHONDIR and reload/__import__ instead of exec.
2696 (GdbSetPythonDirectory): Replacing function of the same name
2697 from finish_python_initialization, using reload/__import__ instead
2698 of exec, as well as call auto_load_packages.
2699 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2700 gdb_python_module and not gdb_module.
2701 * python/python-internal.h (gdb_python_module): Declare.
2702 * python/python.c (gdb_python_module): New global.
2703 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2704 (_initialize_python): Rename gdb module to _gdb.
2705 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2706 (finish_python_initialization): Move Python code to
2707 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2708 __main__.
2709
2710 2012-09-13 Pedro Alves <palves@redhat.com>
2711
2712 * Makefile.in (COMMON_OBS): Add registry.o.
2713 * registry.c: New file.
2714 * registry.h (struct registry_container): Declare.
2715 (registry_data_callback): New typedef.
2716 (struct registry_data, struct registry_data_registration, struct
2717 registry_data_registry): New type.
2718 (register_data_with_cleanup, registry_alloc_data)
2719 (registry_callback_adaptor, registry_clear_data)
2720 (registry_container_free_data, registry_set_data, registry_data):
2721 Declare.
2722 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2723 the new common structures and functions.
2724 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2725 callback typedefs.
2726
2727 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2728
2729 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2730 there is an error inserting hardware breakpoints and use the
2731 error message from the target.
2732
2733 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2734 Catch this exception and print the error message contained within.
2735 Do not print the default hardware error breakpoint message in this
2736 case.
2737
2738 2012-09-12 Doug Evans <dje@google.com>
2739
2740 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2741 cu == NULL.
2742
2743 2012-09-11 Doug Evans <dje@google.com>
2744
2745 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2746 .gdb_index symbol attributes if there are none.
2747
2748 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2749
2750 * symtab.h (struct minimal_symbol) [has_size]: New field.
2751 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2752 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2753 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2754 minimal symbols if the symbol's size is actually known.
2755 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2756 of msymbol's size field. Add comment.
2757 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2758 SET_MSYMBOL_SIZE to set the minimal symbol size.
2759
2760 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2761
2762 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2763 minimal_symbol struct object, rather than setting some of its
2764 fields one by one.
2765
2766 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2767
2768 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2769 passed_a_ptr flag when displaying typedef types.
2770
2771 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2772
2773 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2774 the optimized_out flag is preserved.
2775
2776 2012-09-10 Anthony Green <green@moxielogic.com>
2777
2778 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2779 prologue changes in GCC.
2780
2781 2012-09-10 Keith Seitz <keiths@redhat.com>
2782
2783 PR gdb/13483
2784 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2785 (BOOL_CONVERSION_BADNESS): ... this.
2786 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2787 (rank_one_type): Allow all boolean conversions
2788 permitted by the standard.
2789
2790 2012-09-06 Tom Tromey <tromey@redhat.com>
2791
2792 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2793 Don't decref py_objfile.
2794
2795 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2796
2797 Do not enable -lmcheck by default when Python is enabled with
2798 threading support.
2799 * configure.ac: (python_has_threads) New variable, by testing
2800 if WITH_THREAD is defined in Python.h.
2801 Move --enable-lmcheck after --with-python.
2802 Do not enable -lmcheck by default if python_has_threads=yes.
2803 Warn if --enable-lmcheck and python_has_threads=yes.
2804 * configure: Regenerate.
2805
2806 2012-08-31 Yao Qi <yao@codesourcery.com>
2807
2808 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2809 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2810 Update some commands.
2811 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2812 * mi/mi-main.c (mi_cmd_execute): Set
2813 '*parse->cmd->suppress_notification' to 1.
2814
2815 2012-08-31 Yao Qi <yao@codesourcery.com>
2816
2817 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2818
2819 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2820
2821 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2822
2823 2012-08-29 Doug Evans <dje@google.com>
2824
2825 * main.c (print_gdb_help): Remove reference to
2826 --use-deprecated-index-sections.
2827
2828 2012-08-28 Yao Qi <yao@codesourcery.com>
2829
2830 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2831 (init_cmds): Call add_setshow_uinteger_cmd for command
2832 'max-user-call-depth'.
2833 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2834 declaration of 'max_user_call_depth'.
2835 * frame.c (backtrace_limit): Add 'unsigned'.
2836 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2837 'limit'.
2838 * remote.c (remoteaddresssize): Add 'unsigned'.
2839 (remote_address_masked): Change local var 'address_size' to
2840 'unsigned'.
2841 (_initialize_remote): Call add_setshow_uinteger_cmd for
2842 'remoteaddresssize'.
2843 * top.c (history_size): Add 'unsigned'.
2844 (show_commands): Change local variables to 'unsigned'.
2845 (set_history_size_command): Don't check history_size is negative.
2846 Adjust the condition to call unstifle_history and set history_size
2847 to UNIT_MAX.
2848
2849 2012-08-28 Pedro Alves <palves@redhat.com>
2850
2851 PR gdb/14428
2852
2853 * infcmd.c (default_print_one_register_info): New, factored out
2854 from default_print_registers_info.
2855 (default_print_registers_info): Use it. Mark value unavailable if
2856 necessary.
2857 (registers_info): Print user registers with
2858 default_print_one_register_info.
2859
2860 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2861
2862 PR tui/14486
2863 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2864 is not NULL before referencing it.
2865
2866 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2869 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2870 original PC for it.
2871
2872 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2873 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * auto-load.c (auto_load_objfile_script): Rename to ...
2876 (auto_load_objfile_script_1): ... here, change variable realname to
2877 parameter realname, document it, add return value, add variable retval.
2878 (auto_load_objfile_script): New function.
2879
2880 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2881
2882 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2883 followed by a whitespace.
2884
2885 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 PR gdb/14494.
2888 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2889 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2890 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2891 here.
2892
2893 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2894
2895 * memattr.c (create_mem_region): Fix memory region overlapping
2896 checking.
2897
2898 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2899
2900 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2901 with xmalloc/cleanup.
2902 * mt-tdep.c (mt_push_dummy_call): Likewise.
2903 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2904 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2905
2906 2012-08-24 Yao Qi <yao@codesourcery.com>
2907
2908 * jv-exp.y (push_expression_name): Add "." at the end of error
2909 message.
2910
2911 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2912
2913 Document how to return from "python-interactive" to GDB.
2914 * python/python.c (_initialize_python): Update documentation.
2915
2916 2012-08-23 Pedro Alves <palves@redhat.com>
2917
2918 * infrun.c (_initialize_infrun) <handle command help text>:
2919 Mention that multiple signals are supported.
2920
2921 2012-08-23 Pedro Alves <palves@redhat.com>
2922
2923 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2924 string.
2925
2926 2012-08-23 Yao Qi <yao@codesourcery.com>
2927
2928 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2929 (tfind_1): Don't call registers_changed, set_traceframe_num,
2930 and clear_traceframe_info.
2931 Call set_current_traceframe.
2932 (set_current_traceframe): call set_traceframe_num.
2933
2934 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2935
2936 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2937 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2938
2939 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2940
2941 Enable readline in Python in a GDB-specific way and block the
2942 standard Python readline module to prevent conflicts with GDB.
2943 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2944 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2945 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2946 * python/py-gdb-readline.c: New file.
2947 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2948 prototype.
2949 * python/python.c (_initialize_python): Call
2950 gdbpy_initialize_gdb_readline.
2951
2952 2012-08-22 Keith Seitz <keiths@redhat.com>
2953
2954 * defs.h: Include build-gnulib/config.h
2955
2956 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2957
2958 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2959 and blx pc.
2960
2961 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2962
2963 Add a new "python-interactive" command that starts a standard
2964 Python interactive prompt with "pi" as alias, and add "py" as
2965 an alias to "python".
2966 * NEWS: Mention the new commands.
2967 * python/python.c (eval_python_command): New function.
2968 (python_interactive_command): For "python-interactive" with
2969 arguments, call eval_python_command. For "python-interactive"
2970 without arguments, call PyRun_InteractiveLoop.
2971 (_initialize_python): Add "python-interactive" command with
2972 "pi" as alias, and add "py" as an alias to "python".
2973
2974 2012-08-22 Tom Tromey <tromey@redhat.com>
2975
2976 * defs.h (quit_flag): Don't declare.
2977 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2978 (QUIT): Use new functions.
2979 * event-top.c (command_handler): Use clear_quit_flag.
2980 (handle_sigint): Use set_quit_flag.
2981 (async_request_quit): Use check_quit_flag. Don't check
2982 immediate_quit.
2983 * exceptions.c (throw_exception): Use clear_quit_flag.
2984 * main.c (captured_main): Use clear_quit_flag.
2985 * python/python.c (clear_quit_flag, set_quit_flag)
2986 (check_quit_flag): New functions.
2987 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2988 clear_quit_flag.
2989 * remote.c (remote_wait_as): Use check_quit_flag,
2990 clear_quit_flag.
2991 (remote_start_remote): Call QUIT.
2992 * symfile.c (load_progress): Use check_quit_flag.
2993 * top.c (command_loop): Use clear_quit_flag.
2994 (command_line_input): Call QUIT.
2995 * utils.c (quit_flag): Conditionally define.
2996 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2997 functions.
2998 (prompt_for_continue): Call QUIT. Use quit, not
2999 async_request_quit.
3000 * remote-mips.c (mips_expect_timeout): Call QUIT.
3001 * monitor.c (monitor_expect): Call QUIT.
3002
3003 2012-08-22 Tom Tromey <tromey@redhat.com>
3004
3005 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3006 (async_init_signals): Update.
3007 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3008 (SIGWINCH_HANDLER_BODY): Remove.
3009
3010 2012-08-22 Tom Tromey <tromey@redhat.com>
3011
3012 * jit.c (jit_object_close_impl): Don't malloc the objfile
3013 name.
3014 * objfiles.c (allocate_objfile): Don't malloc the objfile
3015 name.
3016 (free_objfile): Don't free the objfile name.
3017 * objfiles.h (struct objfile) <name>: Update comment.
3018 * symfile.c (reread_symbols): Fix reference counting. Don't
3019 malloc objfile name.
3020
3021 2012-08-22 Tom Tromey <tromey@redhat.com>
3022
3023 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3024 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3025 (symfile_bfd_open): Likewise.
3026 (generic_load): Likewise.
3027 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3028 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3029 gdb_bfd_open.
3030 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3031 Use gdb_bfd_open.
3032 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3033 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3034 (pmon_load_fast): Likewise.
3035 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3036 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3037 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3038 (macho_check_dsym): Likewise.
3039 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3040 (m32r_upload_command): Likewise.
3041 * gdb_bfd.h (gdb_bfd_cache): Declare.
3042 * gdb_bfd.c (struct gdb_bfd_data): New.
3043 (gdb_bfd_cache): New global.
3044 (struct gdb_bfd_cache_search): New.
3045 (hash_bfd): New function.
3046 (eq_bfd): Likewise.
3047 (gdb_bfd_open): Likewise.
3048 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3049 (gdb_bfd_unref): Remove closed BFD from cache. Update for
3050 gdb_bfd_data.
3051 * exec.c (exec_file_attach): Use gdb_bfd_open.
3052 * dsrec.c (load_srec): Use gdb_bfd_open.
3053
3054 2012-08-22 Tom Tromey <tromey@redhat.com>
3055
3056 * dwarf2read.c (macro_start_file): Update.
3057 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3058 (free_objfile_per_bfd_storage): Destroy macro_cache.
3059 (allocate_objfile, free_objfile): Update.
3060 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3061 New field.
3062 (struct objfile) <macro_cache>: Remove.
3063 * symfile.c (reread_symbols): Update.
3064 * symmisc.c (print_symbol_bcache_statistics): Update.
3065 (print_objfile_statistics): Update.
3066
3067 2012-08-22 Tom Tromey <tromey@redhat.com>
3068
3069 * elfread.c (elf_symtab_read): Update.
3070 * objfiles.c (objfiles_bfd_data): New global.
3071 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3072 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3073 (allocate_objfile, free_objfile): Update.
3074 (_initialize_objfiles): Initialize objfiles_bfd_data.
3075 * objfiles.h (struct objfile_per_bfd_storage): New.
3076 (struct objfile) <per_bfd>: New field.
3077 <filename_cache>: Remove.
3078 (set_objfile_per_bfd): Declare.
3079 * symfile.c (reread_symbols): Update. Call
3080 set_objfile_per_bfd.
3081 (allocate_symtab): Update.
3082 * symmisc.c (print_symbol_bcache_statistics): Update.
3083 (print_objfile_statistics): Print the size of the BFD obstack.
3084
3085 2012-08-22 Tom Tromey <tromey@redhat.com>
3086
3087 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
3088 * gdb_bfd.c: Use DEFINE_REGISTRY.
3089 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3090 (gdb_bfd_ref): Call bfd_alloc_data.
3091 (gdb_bfd_unref): Call bfd_free_data.
3092
3093 2012-08-22 Tom Tromey <tromey@redhat.com>
3094
3095 * registry.h (struct registry_fields): New.
3096 (REGISTRY_FIELDS): Redefine.
3097 (REGISTRY_ACCESS_FIELD): New macro.
3098 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
3099 functions.
3100
3101 2012-08-22 Tom Tromey <tromey@redhat.com>
3102
3103 * auto-load.c (_initialize_auto_load): Update.
3104 * solib-svr4.c (_initialize_svr4_solib): Update
3105 * solib-dsbt.c (_initialize_dsbt_solib): Update.
3106 * solib-darwin.c (_initialize_darwin_solib): Update.
3107 * registry.h: New file.
3108 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3109 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3110 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
3111 (register_program_space_data_with_cleanup)
3112 (register_program_space_data, program_space_alloc_data)
3113 (clear_program_space_data, set_program_space_data)
3114 (program_space_data): Don't declare.
3115 * progspace.c: Use DEFINE_REGISTRY.
3116 (struct program_space_data, struct
3117 program_space_data_registration, struct
3118 program_space_data_registry, program_space_data_registry)
3119 (register_program_space_data_with_cleanup)
3120 (register_program_space_data, program_space_alloc_data)
3121 (program_space_free_data, clear_program_space_data)
3122 (set_program_space_data, program_space_data): Remove.
3123 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
3124 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3125 (register_objfile_data_with_cleanup, register_objfile_data)
3126 (clear_objfile_data, set_objfile_data, objfile_data): Don't
3127 declare.
3128 * objfiles.c: Use DEFINE_REGISTRY.
3129 (struct objfile_data, struct objfile_data_registration, struct
3130 objfile_data_registry, objfile_data_registry)
3131 (register_objfile_data_with_cleanup, register_objfile_data)
3132 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3133 (set_objfile_data, objfile_data): Remove.
3134 (_initialize_objfiles): Update.
3135 * jit.c (_initialize_jit): Update.
3136 * inflow.c (_initialize_inflow): Update.
3137 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
3138 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3139 (register_inferior_data_with_cleanup, register_inferior_data)
3140 (clear_inferior_data, set_inferior_data, inferior_data): Don't
3141 declare.
3142 * inferior.c: Use DEFINE_REGISTRY.
3143 (struct inferior_data, struct inferior_data_registration, struct
3144 inferior_data_registry, inferior_data_registry)
3145 (register_inferior_data_with_cleanup, register_inferior_data)
3146 (inferior_alloc_data, inferior_free_data clear_inferior_data)
3147 (set_inferior_data, inferior_data): Remove.
3148 * auxv.c (_initialize_auxv): Update.
3149 * ada-lang.c (_initialize_ada_language): Update.
3150 * breakpoint.c (_initialize_breakpoint): Update.
3151 * i386-nat.c (i386_use_watchpoints): Update.
3152
3153 2012-08-22 Tom Tromey <tromey@redhat.com>
3154
3155 * exec.c (exec_close, exec_file_attach): Update.
3156 (add_to_section_table): Initialize 'key' field.
3157 (add_target_sections, remove_target_sections): Add 'key' argument.
3158 * exec.h (add_target_sections, remove_target_sections): Add
3159 'key' argument.
3160 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3161 (reload_shared_libraries_1): Update.
3162 * target.h (struct target_section) <key>: New field.
3163
3164 2012-08-22 Tom Tromey <tromey@redhat.com>
3165
3166 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3167
3168 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3169
3170 * symfile.c (allocate_symtab): Use host_address_to_string
3171 function instead of cast of pointer to long which is not
3172 compatible with x86_64-w64-mingw32 build.
3173
3174 2012-08-19 Andrew Pinski <apinski@cavium.com>
3175
3176 * mips-tdep.c (is_octeon): New function.
3177 (is_octeon_bbit_op): New function.
3178 (mips32_next_pc): Handle Octeon's bbit instructions.
3179 (mips32_instruction_has_delay_slot): Likewise.
3180
3181 2012-08-19 Andrew Pinski <apinski@cavium.com>
3182
3183 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3184 before the function.
3185
3186 2012-08-19 Andrew Pinski <apinski@cavium.com>
3187
3188 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3189
3190 2012-08-19 Keith Seitz <keiths@redhat.com>
3191
3192 PR c++/14365
3193 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3194 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3195
3196 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3197
3198 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3199 The typo broke "make TAGS".
3200
3201 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3202
3203 GDB 7.5 released.
3204
3205 2012-08-17 Keith Seitz <keiths@redhat.com>
3206
3207 PR c++/13356
3208 * gdbtypes.c (strict_type_checking): New variable.
3209 (show_strict_type_checking): New function.
3210 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3211 if strict type checking is disabled.
3212 (_initialize_gdbtypes): Add "check type" subcommand.
3213 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3214
3215 2012-08-17 Keith Seitz <keiths@redhat.com>
3216
3217 * language.h (type_mode): Remove.
3218 (type_check): Remove.
3219 (struct language_defn): Remove la_type_check.
3220 (STRICT_TYPE): Remove unused macro.
3221 (type_error): Remove.
3222 * language.c (set_type_range_case): Renamed to ...
3223 (set_range_case): ... this. Update all callers.
3224 Remove type_mode/type_check.
3225 (type_mode): Remove.
3226 (type_check): Remove.
3227 (show_type_command): Remove.
3228 (set_type_command): Remove.
3229 (language_info): Remove type checking output.
3230 (type_error): Remove unused function.
3231 (range_error): Update comment.
3232 (unknown_language_defn): Remove la_type_check.
3233 (auto_language_defn): Likewise.
3234 (local_language_defn): Likewise.
3235 (_initialize_language): Remove "check type" subcommand.
3236 * ada-lang.c (ada_language_defn): Remove la_type_check.
3237 * c-lang.c (c_language_defn): Likewise.
3238 (cplus_language_defn): Likewise.
3239 (asm_language_defn): Likewise.
3240 (minimal_language_defn): Likewise.
3241 * d-lang.c (d_language_defn): Likewise.
3242 * f-lang.c (f_language_defn): Likewise.
3243 * go-lang.c (go_language_defn): Likewise.
3244 * jv-lang.c (java_language_defn): Likewise.
3245 * m2-lang.c (m2_language_defn): Likewise.
3246 * objc-lang.c (objc_language_defn): Likewise.
3247 * opencl-lang.c (opencl_language_defn): Likewise.
3248 * p-lang.c (pascal_language_defn): Likewise.
3249
3250 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3251
3252 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3253
3254 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3255
3256 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3257 New function.
3258 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3259 using the regache. Use ia64_hpux_get_register_from_save_state_t
3260 to access the bsp and bspstore registers if not.
3261
3262 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3263
3264 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3265 * breakpoint.c (detach_breakpoints): Change pid parameter into
3266 a ptid. Adjust code accordingly.
3267 * infrun.c (handle_inferior_event): Delete variable child_pid.
3268 Update call to detach_breakpoints to pass the child ptid for
3269 fork events.
3270 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3271 assert that inferior_ptid's lwp is zero.
3272 (linux_handle_extended_wait): Update call to detach_breakpoints.
3273 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3274 detach_breakpoints.
3275
3276 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3277
3278 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3279 parent, only call detach_breakpoints if tts.tts_event ==
3280 TTEVT_VFORK.
3281
3282 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3283
3284 * dwarf2-frame.c (dwarf2_frame_cache): Use
3285 get_frame_address_in_block instead of get_frame_pc as
3286 the bound for executing the frame's FDE.
3287
3288 2012-08-16 Yao Qi <yao@codesourcery.com>
3289
3290 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3291 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3292 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3293 (c_type_print_varspec_suffix): Likewise.
3294 * eval.c (evaluate_subexp_standard): Likewise.
3295 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3296 (f_type_print_varspec_suffix): Likewise.
3297 * gdbtypes.c (is_scalar_type): Likewise.
3298 (recursive_dump_type): Likewise.
3299 * infcall.c (value_arg_coerce): Likewise.
3300 * m2-valprint.c (m2_val_print): Likewise.
3301 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3302 (pascal_type_print_varspec_suffix): Likewise.
3303 (pascal_type_print_base): Likewise.
3304 * p-valprint.c (pascal_val_print): Likewise.
3305 (pascal_val_print): Likewise.
3306 * valops.c (value_slice): Likewise.
3307 * valprint.c (scalar_type_p): Likewise.
3308 * valarith.c (value_bitstring_subscript): Remove.
3309 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3310 Remove comment on TYPE_CODE_BITSTRING.
3311
3312 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3313 TYPE_CODE_BITSTRING.
3314
3315 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3316 slot 0.
3317
3318 2012-08-16 Yao Qi <yao@codesourcery.com>
3319
3320 * tracepoint.c (trace_find_none_command): Remove.
3321 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3322
3323 2012-08-16 Yao Qi <yao@codesourcery.com>
3324
3325 * remote.c (handle_notification): Remove parameter 'length'.
3326 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3327
3328 2012-08-15 Keith Seitz <keiths@redhat.com>
3329
3330 * gdbtypes.c (opaque_type_resolution): Make static.
3331 Add missing comment.
3332 (overload_debug): Add missing comment.
3333 (show_opaque_type_resolution): Likewise.
3334 (show_overload_debug): Likewise.
3335 (print_bit_vector): Remove unnecessary forward declaration.
3336 (print_arg_types): Likewise.
3337 (dump_fn_fieldlists): Likewise.
3338 (print_cplus_stuff): Likewise.
3339
3340 2012-08-15 Tom Tromey <tromey@redhat.com>
3341
3342 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3343 (gdb_bfd_ref): Initialize new field.
3344 (gdb_bfd_unref): Unref the archive BFD.
3345 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3346 parent archive.
3347
3348 2012-08-15 Tom Tromey <tromey@redhat.com>
3349
3350 PR python/14387:
3351 * python/py-bpevent.c (create_breakpoint_event_object): Update
3352 comment.
3353 * python/py-event.c (evpy_add_attribute): Update comment.
3354 * python/py-exitedevent.c (create_exited_event_object): Fix
3355 reference counting and error handling.
3356 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3357 Fix reference counting.
3358 * python/py-signalevent.c (create_signal_event_object): Fix
3359 reference counting and error handling.
3360 * python/py-stopevent.c (emit_stop_event): Fix reference
3361 counting.
3362 * python/py-threadevent.c (get_event_thread): Return a
3363 borrowed reference.
3364 * python/py-type.c (convert_field): Fix reference counting.
3365
3366 2012-08-15 Tom Tromey <tromey@redhat.com>
3367
3368 * dwarf2read.c (dwarf_decode_macro_bytes)
3369 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3370 as hash key.
3371
3372 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3373
3374 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3375 stepi, nexti, finish, next, step, jump, and continue commands.
3376 * infrun.c (_initialize_infrun): Update help text for the handle
3377 command.
3378
3379 2012-08-14 Doug Evans <dje@google.com>
3380
3381 * gdbtypes.c (struct extra): Delete, unused.
3382
3383 * gdbtypes.c: Whitespace cleanup.
3384 (address_space_name_to_int): Remove "extern" from definition.
3385 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3386
3387 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3388 TYPE_POINTER_TYPE (type).
3389
3390 2012-08-14 Gary Benson <gbenson@redhat.com>
3391
3392 * solib-svr4.c (svr4_free_library_list): Use free_so.
3393
3394 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3395
3396 * .gitignore: Add go-exp.c.
3397
3398 2012-08-13 Doug Evans <dje@google.com>
3399
3400 * value.c (show_convenience): Tweak comment.
3401 (_initialize_values): Mention convenience functions in the help text
3402 for "show convenience".
3403
3404 2012-08-13 Yao Qi <yao@codesourcery.com>
3405
3406 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3407 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3408 TERNOP_SLICE_COUNT.
3409 * eval.c (evaluate_subexp_standard): Likewise.
3410 * expprint.c (print_subexp_standard): Likewise.
3411 (dump_subexp_body_standard): Likewise.
3412 * parse.c (operator_length_standard): Likewise.
3413
3414 2012-08-13 Yao Qi <yao@codesourcery.com>
3415
3416 * std-operator.def: Remove OP_BITSTRING.
3417 * breakpoint.c (watchpoint_exp_is_const): Update.
3418 * eval.c (evaluate_subexp_standard): Remove handling to
3419 OP_BITSTRING.
3420 * expprint.c (print_subexp_standard): Likewise.
3421 (dump_subexp_body_standard): Likewise.
3422 * parse.c (operator_length_standard): Likewise.
3423 * valops.c (value_bitstring): Remove.
3424 * value.h: Remove the declaration of 'value_bitstring'.
3425
3426 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3427
3428 * linespec.c (find_methods): Remove unused variables `i1' and
3429 `name_len'.
3430 (decode_line_full): Likewise for `arg_start'.
3431
3432 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3433
3434 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3435 (zlib_decompress_section): Likewise for `section_data'.
3436 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3437
3438 2012-08-10 Doug Evans <dje@google.com>
3439
3440 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3441 * NEWS: Document them.
3442 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3443 function/strfns.py.
3444 * python/py-type.c (typy_array_1): New function.
3445 (typy_array): Call it.
3446 (typy_vector): New function.
3447 (type_object_methods): Add "vector".
3448 * python/lib/gdb/function/__init__.py: New file.
3449 * python/lib/gdb/function/strfns.py: New file.
3450
3451 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3452
3453 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3454 for TYPE_FIELD_BITPOS.
3455 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3456
3457 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3458
3459 PR cli/10436:
3460 * common/vec.h (VEC_merge): Define.
3461 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3462 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3463 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3464 * completer.c: Include gdb_signals.h.
3465 (signal_completer): Define.
3466 * completer.h (signal_completer): Add prototype.
3467 * infcmd.c (_initialize_infcmd): Assign the command
3468 completer for "signal" to handle_completer.
3469 * infrun.c: Include completer.h.
3470 (handle_completer): Define.
3471 (_initialize_infrun): Declare a new local variable c. Store the
3472 result of add_com("handle") to it. Assign the command
3473 completer for "handle" to handle_completer.
3474
3475 2012-08-09 Yao Qi <yao@codesourcery.com>
3476
3477 * cli/cli-decode.c (set_cmd_prefix): New.
3478 (lookup_cmd_for_prefixlist): New.
3479 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3480 of each cmd_list_element in *prefixlist.
3481 (add_setshow_cmd_full): set_cmd_prefix.
3482 (add_alias_cmd): Likewise.
3483 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3484 Declare 'auto_boolean_enums'.
3485 * cli/cli-setshow.c: Include "observer.h".
3486 (notify_command_param_changed_p): New.
3487 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3488 Remove 'static'.
3489 (do_setshow_command): Split it to ...
3490 (do_set_command, do_show_command): ... them. New.
3491 (do_set_command): Call observer_notify_command_param_changed if
3492 notify_command_param_changed_p returns true.
3493 (cmd_show_list): Caller update.
3494 * auto-load.c (set_auto_load_cmd): Likewise.
3495 * remote.c (show_remote_cmd): Likewise.
3496 * cli/cli-setshow.h: Update declarations.
3497 * top.c (execute_command): Call do_set_command and do_show_command.
3498
3499 * NEWS: Mention new MI notification.
3500 * mi/mi-interp.c: Declare mi_command_param_changed.
3501 (mi_interpreter_init): Attach mi_command_param_changed to
3502 observer command_param_changed.
3503 (mi_command_param_changed): New.
3504 Remove mi_suppress_breakpoint_notifications.
3505 Define global variable mi_suppress_notification.
3506 (mi_breakpoint_created): Update.
3507 (mi_breakpoint_deleted): Likewise.
3508 (mi_breakpoint_modified): Likewise.
3509 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3510 'gdb-set' and set mi_suppress_notification.
3511 * mi/mi-main.h: (mi_suppress_notification): New struct.
3512
3513 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3514 Jan Kratochvil <jan.kratochvil@redhat.com>
3515
3516 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3517
3518 2012-08-09 Yao Qi <yao@codesourcery.com>
3519
3520 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3521 (skiplist): Move it to skip.c.
3522 (init_cmd_lists): Remove code setting enablebreaklist and
3523 skiplist to NULL.
3524 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3525 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3526 skiplist.
3527 * gdbcmd.h: Likewise.
3528 * skip.c (_initialize_step_skip): Move 'skiplist' from
3529 cli/cli-cmds.c.
3530
3531 2012-08-09 Yao Qi <yao@codesourcery.com>
3532
3533 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3534 * gnu-nat.c, symfile.c: Likewise.
3535
3536 2012-08-08 Aaron Gamble <agamble@google.com>
3537
3538 * utils.c (prompt_for_continue_wait_time): New static global.
3539 (make_command_stats_cleanup): Initialize it.
3540 (report_command_stats): Subtract time waiting for user.
3541 (prompt_for_continue): Track time waiting for user.
3542 (defaulted_query): Track time waiting for user.
3543
3544 2012-08-08 Doug Evans <dje@google.com>
3545
3546 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3547 UNOP_MEMVAL_TYPE.
3548 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3549 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3550 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3551 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3552 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3553 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3554 elt.
3555 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3556 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3557 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3558 (dump_prefix_expression): Handle OP_TYPE.
3559
3560 2012-08-08 Keith Seitz <keiths@redhat.com>
3561
3562 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3563 addr_start.
3564
3565 2012-08-08 Doug Evans <dje@google.com>
3566
3567 * linux-thread-db.c: #include "gdb_vecs.h".
3568 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3569 updated.
3570 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3571 (thread_db_load_search): Use a vector to iterate over path elements.
3572 Handle text appearing after "$pdir".
3573
3574 * gdb_string.h: Moved to ...
3575 * common/gdb_string.h: ... here.
3576 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3577 gdb_string.h and gdb_assert.h.
3578
3579 2012-08-08 Yao Qi <yao@codesourcery.com>
3580
3581 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3582 (tic6x_value_to_register): Likewise.
3583 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3584 and set_gdbarch_value_to_register.
3585
3586 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3587 Jean-Marc Saffroy <saffroy@gmail.com>
3588
3589 PR 11804
3590 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3591 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3592 * gcore.c (gcore_create_callback): New function comment. Add modified
3593 parameter. Only write modified regions. Set SEC_READONLY exactly
3594 according to MODIFIED.
3595 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3596 the passed modified value to FUNC.
3597 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3598 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3599 first. New variables modified and has_anonymous. Parse the lines of
3600 smaps file. Add the passed MODIFIED value to FUNC.
3601 * procfs.c (find_memory_regions_callback): Add the passed modified
3602 value.
3603
3604 2012-08-06 Tom Tromey <tromey@redhat.com>
3605
3606 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3607 (dwarf2_frame_cache): Use it.
3608 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3609 cache initialization constraint.
3610
3611 2012-08-06 Tom Tromey <tromey@redhat.com>
3612
3613 PR python/14386:
3614 * varobj.c (update_dynamic_varobj_children): Don't call
3615 PyIter_Check.
3616
3617 2012-08-06 Tom Tromey <tromey@redhat.com>
3618
3619 PR cli/14392:
3620 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3621
3622 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3623
3624 * NEWS: New entry for 'cd' default parameters.
3625 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3626
3627 2012-08-03 Tom Tromey <tromey@redhat.com>
3628
3629 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3630 return.
3631
3632 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3633
3634 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3635 to attempting lseek/write.
3636 (inf_child_fileio_pread): Likewise for pread.
3637
3638 2012-08-02 Yao Qi <yao@codesourcery.com>
3639
3640 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3641 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3642 add_setshow_zinteger_cmd.
3643 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3644 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3645 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3646 instead of add_setshow_zinteger_cmd.
3647 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3648 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3649 instead of add_setshow_zinteger_cmd.
3650 * frame.c (frame_debug): Add 'unsigned'.
3651 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3652 add_setshow_zinteger_cmd.
3653 * frame.h: Update the declaration of 'frame_debug'.
3654 * gdbtypes.c (overload_debug): Add 'unsigned'.
3655 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3656 add_setshow_zinteger_cmd.
3657 * inferior.h: Update declaration of 'debug_infrun'.
3658 * infrun.c (debug_infrun): Add 'unsigned'.
3659 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3660 add_setshow_zinteger_cmd.
3661 * jit.c (jit_debug): Add 'unsigned'.
3662 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3663 add_setshow_zinteger_cmd.
3664 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3665 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3666 instead of add_setshow_zinteger_cmd.
3667 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3668 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3669 add_setshow_zinteger_cmd.
3670 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3671 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3672 instead of add_setshow_zinteger_cmd.
3673 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3674 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3675 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3676 intead of add_setshow_zinteger_cmd.
3677 * mips-tdep.c (mips_debug): Add 'unsigned'.
3678 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3679 instead of add_setshow_zinteger_cmd.
3680 * monitor.c (monitor_debug): Add 'unsigned'.
3681 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3682 add_setshow_zinteger_cmd.
3683 * observer.c (observer_debug): Add 'unsigned'.
3684 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3685 add_setshow_zinteger_cmd.
3686 * parse.c (expressiondebug): Add 'unsigned'.
3687 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3688 add_setshow_zinteger_cmd.
3689 * record.c (record_debug): Add 'unsigned'.
3690 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3691 add_setshow_zinteger_cmd.
3692 * record.h: Update the declaration of 'record_debug'.
3693 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3694 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3695 add_setshow_zinteger_cmd.
3696 * serial.c (global_serial_debug_p): Add 'unsigned'.
3697 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3698 add_setshow_zinteger_cmd.
3699 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3700 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3701 add_setshow_zinteger_cmd.
3702 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3703 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3704 add_setshow_zinteger_cmd.
3705 * target.c (targetdebug): Add 'unsigned'.
3706 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3707 add_setshow_zinteger_cmd.
3708 * valops.c (overload_debug): Add 'unsigned'.
3709 * varobj.c (varobjdebug): Add 'unsigned'.
3710 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3711 add_setshow_zinteger_cmd.
3712 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3713 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3714 instead of add_setshow_zinteger_cmd.
3715
3716 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3717 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3718 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3719 instead of add_setshow_zinteger_cmd.
3720 * gdbarch.c, gdbarch.h: Re-generated.
3721
3722 2012-08-02 Yao Qi <yao@codesourcery.com>
3723
3724 * nto-tdep.c: Don't include cli/cli-decode.h and
3725 cli/cli-cmds.h.
3726 (_initialize_nto_tdep): Remove.
3727 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3728 Remove field.
3729 Remove macro nto_internal_debugging.
3730
3731 2012-08-01 Richard Henderson <rth@redhat.com>
3732
3733 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3734 (mep-*-*) [gdb_target_obs]: Likewise.
3735
3736 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3737
3738 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3739 linux_get_siginfo_type.
3740
3741 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3742
3743 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3744 AT_ENTRY_POINT.
3745 (call_function_by_hand) <ON_STACK>: Call write_memory with
3746 gdbarch_breakpoint_from_pc, if possible.
3747 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3748 here.
3749
3750 2012-07-31 Yao Qi <yao@codesourcery.com>
3751
3752 * tracepoint.c: Add 'static' for some variables.
3753
3754 2012-07-31 Yao Qi <yao@codesourcery.com>
3755
3756 * go32-nat.c: Declare _initialize_go32_nat.
3757 * ser-go32.c: Declare _initialize_ser_dos.
3758 * top.c (do_chdir_cleanup): Add 'static'.
3759
3760 2012-07-30 Keith Seitz <keiths@redhat.com>
3761
3762 * linespec.c (linespec_lex_number): A number followed
3763 by quotes is a valid number, too.
3764
3765 2012-07-30 Tom Tromey <tromey@redhat.com>
3766
3767 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3768
3769 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3770
3771 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3772 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3773
3774 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3775
3776 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3777 invalid or reevaluated to prevent prevent references to possibly
3778 delete'd type objects being left in the varobj.
3779
3780 2012-07-27 Tom Tromey <tromey@redhat.com>
3781 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 * copying.awk: Print buffer-read-only and vi ro markers.
3784 * copying.c: Rebuild.
3785 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3786 * gdbarch.c, gdbarch.h: Rebuild.
3787 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3788 buffer-read-only and vi ro markers.
3789 * features/arm-with-iwmmxt.c: Rebuild.
3790 * features/arm-with-m-fpa-layout.c: Rebuild.
3791 * features/arm-with-m-vfp-d16.c: Rebuild.
3792 * features/arm-with-m.c: Rebuild.
3793 * features/arm-with-neon.c: Rebuild.
3794 * features/arm-with-vfpv2.c: Rebuild.
3795 * features/arm-with-vfpv3.c: Rebuild.
3796 * features/i386/amd64-avx-linux.c: Rebuild.
3797 * features/i386/amd64-avx.c: Rebuild.
3798 * features/i386/amd64-linux.c: Rebuild.
3799 * features/i386/amd64.c: Rebuild.
3800 * features/i386/i386-avx-linux.c: Rebuild.
3801 * features/i386/i386-avx.c: Rebuild.
3802 * features/i386/i386-linux.c: Rebuild.
3803 * features/i386/i386-mmx-linux.c: Rebuild.
3804 * features/i386/i386-mmx.c: Rebuild.
3805 * features/i386/i386.c: Rebuild.
3806 * features/i386/x32-avx-linux.c: Rebuild.
3807 * features/i386/x32-avx.c: Rebuild.
3808 * features/i386/x32-linux.c: Rebuild.
3809 * features/i386/x32.c: Rebuild.
3810 * features/mips-dsp-linux.c: Rebuild.
3811 * features/mips-linux.c: Rebuild.
3812 * features/mips64-dsp-linux.c: Rebuild.
3813 * features/mips64-linux.c: Rebuild.
3814 * features/rs6000/powerpc-32.c: Rebuild.
3815 * features/rs6000/powerpc-32l.c: Rebuild.
3816 * features/rs6000/powerpc-403.c: Rebuild.
3817 * features/rs6000/powerpc-403gc.c: Rebuild.
3818 * features/rs6000/powerpc-405.c: Rebuild.
3819 * features/rs6000/powerpc-505.c: Rebuild.
3820 * features/rs6000/powerpc-601.c: Rebuild.
3821 * features/rs6000/powerpc-602.c: Rebuild.
3822 * features/rs6000/powerpc-603.c: Rebuild.
3823 * features/rs6000/powerpc-604.c: Rebuild.
3824 * features/rs6000/powerpc-64.c: Rebuild.
3825 * features/rs6000/powerpc-64l.c: Rebuild.
3826 * features/rs6000/powerpc-7400.c: Rebuild.
3827 * features/rs6000/powerpc-750.c: Rebuild.
3828 * features/rs6000/powerpc-860.c: Rebuild.
3829 * features/rs6000/powerpc-altivec32.c: Rebuild.
3830 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3831 * features/rs6000/powerpc-altivec64.c: Rebuild.
3832 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3833 * features/rs6000/powerpc-cell32l.c: Rebuild.
3834 * features/rs6000/powerpc-cell64l.c: Rebuild.
3835 * features/rs6000/powerpc-e500.c: Rebuild.
3836 * features/rs6000/powerpc-e500l.c: Rebuild.
3837 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3838 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3839 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3840 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3841 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3842 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3843 * features/rs6000/powerpc-vsx32.c: Rebuild.
3844 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3845 * features/rs6000/powerpc-vsx64.c: Rebuild.
3846 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3847 * features/rs6000/rs6000.c: Rebuild.
3848 * features/s390-linux32.c: Rebuild.
3849 * features/s390-linux32v1.c: Rebuild.
3850 * features/s390-linux32v2.c: Rebuild.
3851 * features/s390-linux64.c: Rebuild.
3852 * features/s390-linux64v1.c: Rebuild.
3853 * features/s390-linux64v2.c: Rebuild.
3854 * features/s390x-linux64.c: Rebuild.
3855 * features/s390x-linux64v1.c: Rebuild.
3856 * features/s390x-linux64v2.c: Rebuild.
3857 * features/tic6x-c62x-linux.c: Rebuild.
3858 * features/tic6x-c62x.c: Rebuild.
3859 * features/tic6x-c64x-linux.c: Rebuild.
3860 * features/tic6x-c64x.c: Rebuild.
3861 * features/tic6x-c64xp-linux.c: Rebuild.
3862 * features/tic6x-c64xp.c: Rebuild.
3863
3864 2012-07-27 Tom Tromey <tromey@redhat.com>
3865
3866 * c-exp.y (classify_name): Avoid assignment in condition.
3867
3868 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3869
3870 * amd64-windows-tdep.c: Include "frame.h".
3871 (amd64_windows_skip_trampoline_code): New function.
3872 (amd64_windows_init_abi): Add trampoline registration.
3873
3874 2012-07-27 Yao Qi <yao@codesourcery.com>
3875
3876 * tracepoint.c (cur_traceframe_number): Remove.
3877 (set_tfile_traceframe): Remove.
3878 (tfile_trace_find, tfile_fetch_registers): Update callers.
3879 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3880 (tfile_open, tfile_trace_find): Likewise.
3881
3882 2012-07-27 Yao Qi <yao@codesourcery.com>
3883
3884 * thread.c (switch_to_thread): Don't call registers_changed.
3885
3886 2012-07-26 Tom Tromey <tromey@redhat.com>
3887
3888 * Makefile.in (SFILES): Remove objc-exp.y.
3889 (YYFILES): Remove objc-exp.c.
3890 (YYOBJ): Remove objc-exp.o.
3891 (local-maintainer-clean): Don't mention objc-exp.c.
3892 * c-exp.y: Include objc-lang.h.
3893 (%union) <class>: New field.
3894 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3895 (exp): Clone subscript production for OBJC_LBRAC. Add various
3896 Objective C productions.
3897 (msglist, msgarglist, msgarg): New productions.
3898 (array_mod, func_mod, operator): Clone productions for
3899 OBJC_LBRAC.
3900 (parse_string_or_char): Handle '@' strings.
3901 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3902 (classify_name): Check la_name_of_this. Recognize ObjC class
3903 names.
3904 * objc-exp.y: Remove.
3905 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3906 * objc-lang.h (objc_parse, objc_error): Don't declare.
3907
3908 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3909
3910 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3911
3912 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3913
3914 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3915 and decrement.
3916
3917 2012-07-26 Tom Tromey <tromey@redhat.com>
3918
3919 * copying.c: Rebuild.
3920 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3921 'no_class'.
3922
3923 2012-07-26 Tom Tromey <tromey@redhat.com>
3924
3925 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3926 immediate_quit.
3927 (print_objfile_statistics): Likewise.
3928 (maintenance_print_symbols): Likewise.
3929 (maintenance_print_msymbols): Likewise.
3930 (maintenance_print_objfiles): Likewise.
3931 * psymtab.c (print_partial_symbols): Call QUIT.
3932 (maintenance_print_psymbols): Likewise. Don't modify
3933 immediate_quit.
3934 * copying.c (show_copying_command): Don't modify immediate_quit.
3935 (show_warranty_command): Likewise.
3936 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3937
3938 2012-07-26 Keith Seitz <keiths@redhat.com>
3939
3940 * linespec.c (linespec_lexer_lex_number): The input
3941 is also a valid number if the next character is a comma
3942 or colon.
3943
3944 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3945
3946 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3947 configure options.
3948
3949 2012-07-26 Tristan Gingold <gingold@adacore.com>
3950
3951 * machoread.c: Include gdb_bfd.h.
3952
3953 2012-07-26 Tristan Gingold <gingold@adacore.com>
3954
3955 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3956 offset.
3957
3958 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3959
3960 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3961 SIZE to size_t.
3962 (dwarf2_evaluate_loc_desc): Likewise.
3963 (dwarf2_loc_desc_needs_frame): Likewise.
3964 (locexpr_describe_location_1): Likewise.
3965 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3966 size_t.
3967 (struct dwarf2_loclist_baton): Likewise.
3968 * dwarf2read.c (struct dwarf_block): Likewise.
3969 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3970 (decode_locdesc): Expand SIZE and I to size_t.
3971
3972 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3973
3974 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3975
3976 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3977
3978 * doublest.c (convert_doublest_to_floatformat): If the exponent
3979 is too small, treat the value as zero. If the exponent is too
3980 large, treat the value as infinity.
3981
3982 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3983
3984 * configure.ac: Add --enable-lmcheck configure option.
3985 * configure: Regenerate.
3986
3987 2012-07-25 Tom Tromey <tromey@redhat.com>
3988
3989 * NEWS: Mention maint info bfds.
3990 * gdb_bfd.c (all_bfds): New global.
3991 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3992 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3993 New functions.
3994
3995 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3996
3997 * configure.tgt: Add v850*-*-rtems*.
3998
3999 2012-07-25 Tom Tromey <tromey@redhat.com>
4000
4001 * macrotab.c (macro_bcache_str): Remove cast.
4002
4003 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
4004
4005 * linespec.c (linespec_lexer_lex_number): Update comments,
4006 change the return and add check to make sure the input is
4007 the decimal numbers.
4008 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4009 false, call linespec_lexer_lex_string.
4010
4011 2012-07-24 Tom Tromey <tromey@redhat.com>
4012
4013 * symfile.c (symbol_file_add): Don't open BFD twice.
4014
4015 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
4016
4017 * breakpoint.c (create_breakpoint): Store condition for pending
4018 breakpoints.
4019
4020 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
4021
4022 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4023 (m68k_return_value): Handle complex types like structures.
4024 (m68k_svr4_return_value): Likewise.
4025
4026 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
4027
4028 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4029 parameters to bfd_get_section_name.
4030
4031 2012-07-24 Yao Qi <yao@codesourcery.com>
4032
4033 * cli/cli-setshow.c: Handle case 'var_uinteger'
4034 and 'var_zuninteger' together. Handle case 'var_integer' and
4035 'var_zinteger' together.
4036
4037 2012-07-23 Keith Seitz <keiths@redhat.com>
4038
4039 * linespec.c (convert_linespec_to_sal): Don't add
4040 any symbols to the result vector if symbol_to_sal
4041 returns zero.
4042
4043 2012-07-23 Keith Seitz <keiths@redhat.com>
4044
4045 * linespec.c (decode_objc): Record the function name
4046 in the linespec.
4047
4048 2012-07-23 Tom Tromey <tromey@redhat.com>
4049
4050 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
4051 counting.
4052 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4053 (map_vmap): Acquire a reference to the BFD.
4054
4055 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
4056
4057 * p-valprint.c (pascal_object_print_value): Replace potentially
4058 unsafe alloca with xmalloc/xfree.
4059 * valops.c (search_struct_method): Likewise.
4060
4061 2012-07-23 Tom Tromey <tromey@redhat.com>
4062
4063 * solib-svr4.c (enable_break): Update.
4064 * bfd-target.h (target_bfd_reopen): Update documentation.
4065
4066 2012-07-23 Tom Tromey <tromey@redhat.com>
4067
4068 * symfile.c (separate_debug_file_exists): Update.
4069 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4070 (reread_symbols): Update.
4071 * elfread.c (build_id_verify): Update.
4072 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4073 bfd_open_maybe_remote.
4074
4075 2012-07-23 Tom Tromey <tromey@redhat.com>
4076
4077 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4078
4079 2012-07-23 Tom Tromey <tromey@redhat.com>
4080
4081 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4082 and 'abfd'.
4083 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4084 and 'abfd'.
4085 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4086 * machoread.c (macho_add_oso_symfile): Make a cleanup for
4087 'abfd'.
4088 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4089 * objfiles.c (allocate_objfile): Acquire a new reference.
4090 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4091 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4092 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4093 a cleanup for 'nbfd'.
4094 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4095 for 'nbfd'.
4096 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4097 make a cleanup for 'abfd'.
4098 (symbol_file_add): Make a BFD cleanup.
4099
4100 2012-07-23 Tom Tromey <tromey@redhat.com>
4101
4102 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4103 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4104 * corelow.c (core_open): Use gdb_bfd_fopen.
4105 * dsrec.c (load_srec): Use gdb_bfd_openr.
4106 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4107 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4108 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4109 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4110 (gdb_bfd_fdopenr): New functions.
4111 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4112 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4113 (gdb_bfd_fdopenr): Declare.
4114 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4115 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4116 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4117 gdb_bfd_openr_next_archived_file.
4118 (macho_check_dsym): Use gdb_bfd_openr.
4119 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4120 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4121 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4122 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4123 gdb_bfd_openr.
4124 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4125 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4126 gdb_bfd_openr_next_archived_file.
4127 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4128 Use gdb_bfd_openr.
4129 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4130 gdb_bfd_openr.
4131 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4132 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4133 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4134 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4135 (symfile_bfd_open): Use gdb_bfd_fopen.
4136 (generic_load): Use gdb_bfd_openr.
4137 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4138
4139 2012-07-23 Tom Tromey <tromey@redhat.com>
4140
4141 * bfd-target.c (target_bfd_reopen): Update.
4142 * cli/cli-dump.c (bfd_openr_with_cleanup)
4143 (bfd_openw_with_cleanup): Update.
4144 * corelow.c (core_open): Update.
4145 * dsrec.c (load_srec): Update.
4146 * exec.c (exec_file_attach): Update.
4147 * gcore.c (create_gcore_bfd): Update.
4148 * gdb_bfd.c (gdb_bfd_ref): Return void.
4149 (gdb_bfd_open): Update.
4150 * gdb_bfd.h (gdb_bfd_ref): Return void.
4151 Update comments.
4152 * jit.c (jit_bfd_try_read_symtab): Update.
4153 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4154 * machoread.c (macho_symfile_read_all_oso): Update.
4155 (macho_check_dsym): Update.
4156 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4157 * remote-m32r-sdi.c (m32r_load): Update.
4158 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4159 * rs6000-nat.c (add_vmap): Update.
4160 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4161 Update.
4162 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4163 * solib-spu.c (spu_bfd_open): Update.
4164 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4165 * spu-linux-nat.c (spu_bfd_open): Update.
4166 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4167 (generic_load): Update.
4168 * windows-nat.c (windows_make_so): Update.
4169
4170 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4171
4172 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4173
4174 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4175
4176 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4177 SIGTRAMP_FRAME unwinding.
4178
4179 2012-07-20 Doug Evans <dje@google.com>
4180
4181 * NEWS: Document new options "set/show use-deprecated-index-sections",
4182 and delete reference to --use-deprecated-index-sections.
4183 * symfile.h (use_deprecated_index_sections): Delete.
4184 * dwarf2read.c (use_deprecated_index_sections): Make static.
4185 (read_index_from_section): Update wording of how to load
4186 deprecated index sections.
4187 (_initialize_dwarf2_read): New options
4188 "set/show use-deprecated-index-sections".
4189 * main.c (captured_main): Delete --use-deprecated-index-sections.
4190
4191 2012-07-20 Pedro Alves <palves@redhat.com>
4192
4193 PR threads/11692
4194 PR gdb/12203
4195
4196 * infrun.c (handle_inferior_event) <new thread>: Don't special
4197 case minus_one_ptid.
4198 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4199 * linux-thread-db.c (thread_get_info_callback): Don't return early
4200 if the thread is zombie.
4201 (thread_from_lwp): Change return type to void. Rewrite stale
4202 comment.
4203 (attach_thread): Don't return early if the thread is zombie,
4204 instead set its "dying" flag.
4205 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4206 (find_new_threads_callback): Don't return early if the thread is
4207 zombie.
4208
4209 2012-07-20 Pedro Alves <palves@redhat.com>
4210
4211 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4212 * target.c (target_wait): Likewise.
4213 (str_comma_list_concat_elem, do_option, target_options_to_string):
4214 New functions.
4215 * target.h (target_options_to_string): Declare.
4216
4217 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4218 Tom Tromey <tromey@redhat.com>
4219
4220 * dwarf2read.c (dwarf_decode_macros)
4221 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4222 DW_MACRO_GNU_transparent_include_alt>: New cases.
4223 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4224 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4225
4226 2012-07-20 Tom Tromey <tromey@redhat.com>
4227
4228 * dwarf2read.c (try_open_dwo_file): Don't call
4229 gdb_bfd_stash_filename.
4230
4231 2012-07-20 Pedro Alves <palves@redhat.com>
4232
4233 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4234 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4235 (i386_process_record): Tweak description comments.
4236
4237 2012-07-20 Pedro Alves <palves@redhat.com>
4238
4239 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4240 (i386_process_record): Use record_read_memory.
4241 * record.c (record_read_memory): New function.
4242 (record_arch_list_add_mem, record_exec_insn): Use
4243 record_read_memory.
4244 * record.h (record_read_memory): Declare.
4245
4246 2012-07-20 Yao Qi <yao@codesourcery.com>
4247
4248 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4249 NULL for xfree.
4250
4251 2012-07-19 Pedro Alves <palves@redhat.com>
4252
4253 * record.c (record_resume): Ask the target beneath to report all
4254 signals.
4255
4256 2012-07-19 Doug Evans <dje@google.com>
4257
4258 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4259 there's no section at address zero.
4260 (dwarf2_record_block_ranges): Ditto.
4261
4262 2012-07-19 Yao Qi <yao@codesourcery.com>
4263
4264 * command.h, remote.c: Fix a typo in comment.
4265
4266 2012-07-19 Tom Tromey <tromey@redhat.com>
4267
4268 PR exp/13206:
4269 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4270 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4271 OP_DECLTYPE>: New cases.
4272 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4273 (type_exp): Add new productions.
4274 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4275 and decltype.
4276 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4277 New case.
4278 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4279 OP_DECLTYPE>: New case.
4280 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4281 New case.
4282 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4283 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4284
4285 2012-07-19 Tom Tromey <tromey@redhat.com>
4286
4287 * c-exp.y (enum token_flags): New.
4288 (struct token) <cxx_only>: Remove.
4289 <flags>: New field.
4290 (tokentab3, tokentab2, ident_tokens): Update.
4291 (lex_one_token): Update. Handle FLAG_SHADOW.
4292
4293 2012-07-19 Tom Tromey <tromey@redhat.com>
4294
4295 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4296 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4297 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4298 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4299 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4300 type_exp production where appropriate.
4301 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4302 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4303 <UNOP_MEMVAL_TYPE>: New case.
4304 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4305 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4306 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4307 <UNOP_MEMVAL_TYPE>: New case.
4308 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4309 UNOP_REINTERPRET_CAST>: Update.
4310 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4311 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4312 UNOP_REINTERPRET_CAST>: Update.
4313 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4314 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4315 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4316 constants.
4317
4318 2012-07-19 Yao Qi <yao@codesourcery.com>
4319 Jan Kratochvil <jan.kratochvil@redhat.com>
4320
4321 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4322 and case 'var_optional_filename' together.
4323 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4324 instead of add_setshow_optional_filename_cmd for setshow command
4325 'args'. Set completer for 'set args'.
4326
4327 2012-07-18 Doug Evans <dje@google.com>
4328
4329 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4330 * common/gdb_vecs.c: New file, contents from utils.c.
4331 * common/host-defs.h: New file, contents from defs.h.
4332 * utils.h: New file, contents from defs.h.
4333 * defs.h: Move all declarations of objects defined in utils.c
4334 to utils.h (except QUIT() and related).
4335 #include "utils.h", "host-defs.h".
4336 * probe.h (probe_p): Move here from gdb_vecs.h.
4337 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4338 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4339 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4340 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4341 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4342 (COMMON_OBS): Add gdb_vecs.o.
4343 (gdb_vecs.o): New rule.
4344
4345 2012-07-18 Keith Seitz <keiths@redhat.com>
4346
4347 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4348 parameter. If non-zero, use SYMNAME as the canonical name
4349 for the SaL.
4350 Update all callers.
4351 (convert_linespec_to_sals): Use add_sal_to_sals for
4352 expressions, too.
4353 (decode_line_full): No need to "fill in missing canonical names"
4354 anymore. Simply make cleanups for the allocated names.
4355
4356 2012-07-18 Keith Seitz <keiths@redhat.com>
4357
4358 * linespec.c (struct linespec): Constify expression,
4359 source_filename, function_name, and label_name.
4360 (symbol_not_found_error): Make all parameters const.
4361 (linespec_parser_delete): No need to check for NULL
4362 when using xfree. Cast const char * to char * for xfree.
4363
4364 2012-07-18 Keith Seitz <keiths@redhat.com>
4365
4366 * breakpoint.c (invalid_thread_id_error): New function.
4367 (find_condition_and_thread): Use invalid_thread_id_error.
4368 (watch_command_1): Likewise.
4369
4370 2012-07-18 Tom Tromey <tromey@redhat.com>
4371
4372 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4373 * contrib/cc-with-tweaks.sh: New file.
4374
4375 2012-07-18 Tom Tromey <tromey@redhat.com>
4376
4377 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4378 (locate_dwz_sections): Recognize .gdb_index.
4379 (create_cus_from_index_list): New function.
4380 (create_cus_from_index): Use it. Handle .dwz data.
4381 (read_index_from_section): New function, extracted from
4382 dwarf2_read_index.
4383 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4384 if needed.
4385
4386 2012-07-18 Tom Tromey <tromey@redhat.com>
4387
4388 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4389 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4390 <is_dwz>: New field.
4391 (struct dwz_file): New.
4392 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4393 (locate_dwz_sections, dwarf2_get_dwz_file)
4394 (get_abbrev_section_for_cu): New functions.
4395 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4396 (read_and_check_type_unit_head): Add abbrev_section argument.
4397 (create_debug_types_hash_table): Update.
4398 (init_cutu_and_read_dies): Use proper abbrev section.
4399 (init_cutu_and_read_dies_no_follow): Likewise.
4400 (set_partial_user): Do nothing if PST==NULL.
4401 (read_comp_units_from_section): New function.
4402 (create_all_comp_units): Use it.
4403 (scan_partial_symbols, partial_die_parent_scope): Update.
4404 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4405 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4406 (find_partial_die): Add offset_in_dwz argument. Update.
4407 (guess_partial_die_structure_name, fixup_partial_die): Update.
4408 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4409 DW_FORM_GNU_strp_alt.
4410 (read_indirect_string_from_dwz): New function.
4411 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4412 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4413 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4414 (follow_die_offset): Add offset_in_dwz argument.
4415 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4416 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4417 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4418 Handle new macro forms.
4419 (dwarf_decode_macros): Update.
4420 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4421 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4422 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4423 (create_debug_types_hash_table): Use correct abbrev section.
4424 (get_debug_line_section): New function.
4425 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4426 (process_full_comp_unit): Pass 'required' argument to
4427 end_symtab_get_static_block.
4428 * buildsym.h (end_symtab_get_static_block): Update.
4429 * buildsym.c (end_symtab_get_static_block): Add 'required'
4430 argument.
4431 (end_symtab, end_expandable_symtab): Update.
4432
4433 2012-07-18 Tom Tromey <tromey@redhat.com>
4434
4435 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4436 (pagesize): Remove.
4437 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4438 (zlib_decompress_section): Remove.
4439 (dwarf2_read_section): Use gdb_bfd_map_section.
4440 (munmap_section_buffer): Remove.
4441 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4442 munmap_section_buffer.
4443 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4444 (struct gdb_bfd_section_data): New.
4445 (free_one_bfd_section): New function.
4446 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4447 (get_section_descriptor, zlib_decompress_section)
4448 (gdb_bfd_map_section): New functions.
4449 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4450
4451 2012-07-18 Tom Tromey <tromey@redhat.com>
4452
4453 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4454
4455 2012-07-18 Tom Tromey <tromey@redhat.com>
4456
4457 * gdb_bfd.c (struct gdb_bfd_data): New.
4458 (gdb_bfd_cache): New global.
4459 (struct gdb_bfd_cache_search): New.
4460 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4461 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4462 * gdb_bfd.h (gdb_bfd_open): Declare.
4463
4464 2012-07-18 Tom Tromey <tromey@redhat.com>
4465
4466 * utils.c (make_cleanup_bfd_unref): Rename from
4467 make_cleanup_bfd_close.
4468 * defs.h (make_cleanup_bfd_unref): Rename from
4469 make_cleanup_bfd_close.
4470 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4471 (bfd_openw_with_cleanup): Update.
4472 * corelow.c (core_open): Update.
4473 * dsrec.c (load_srec): Update.
4474 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4475 * remote-m32r-sdi.c (m32r_load): Update.
4476 * remote-mips.c (mips_load_srec): Update.
4477 (pmon_load_fast): Update.
4478 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4479 Update.
4480 (darwin_bfd_open): Update.
4481 * solib.c (solib_bfd_fopen): Update.
4482 * symfile-mem.c (symbol_file_add_from_memory): Update.
4483 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4484 (symfile_bfd_open): Update.
4485 (generic_load): Update.
4486
4487 2012-07-18 Tom Tromey <tromey@redhat.com>
4488
4489 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4490 (pmon_load_fast): Likewise.
4491 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4492 (m32r_upload_command): Likewise.
4493 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4494 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4495 Use make_cleanup_bfd_close.
4496
4497 2012-07-18 Tom Tromey <tromey@redhat.com>
4498
4499 * symfile.c (symfile_bfd_open): Don't copy name. Call
4500 gdb_bfd_stash_filename.
4501 (load_command): Open the new BFD before freeing the old.
4502 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4503 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4504 Call gdb_bfd_stash_filename.
4505 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4506 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4507 gdb_bfd_stash_filename.
4508 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4509 Free found_pathname.
4510 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4511 gdb_bfd_stash_filename.
4512 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4513 * machoread.c (macho_add_oso_symfile): Call
4514 gdb_bfd_stash_filename.
4515 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4516 gdb_bfd_stash_filename.
4517 (macho_check_dsym): Don't copy filename. Call
4518 gdb_bfd_stash_filename.
4519 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4520 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4521 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4522 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4523 * exec.c (exec_close): Don't free the BFD's filename.
4524 (exec_file_attach): Don't copy the filename. Call
4525 gdb_bfd_stash_filename.
4526 * corelow.c (core_close): Don't free the BFD's filename.
4527 (core_open): Call gdb_bfd_stash_filename.
4528 * corefile.c (reopen_exec_file): Remove #if 0 code.
4529 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4530 pathname.
4531 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4532
4533 2012-07-18 Tom Tromey <tromey@redhat.com>
4534
4535 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4536 gdb_bfd_unref.
4537 (free_dwo_file): Use gdb_bfd_unref.
4538 * cli/cli-dump.c: Include gdb_bfd.h.
4539 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4540 (bfd_openr_with_cleanup): Likewise.
4541 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4542 gdb_bfd_unref.
4543 * utils.c: Include gdb_bfd.h.
4544 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4545 * symfile.c: Include gdb_bfd.h.
4546 (separate_debug_file_exists): Use gdb_bfd_unref.
4547 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4548 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4549 (generic_load): Use gdb_bfd_ref.
4550 (reread_symbols): Use gdb_bfd_unref.
4551 * symfile-mem.c: Include gdb_bfd.h.
4552 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4553 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4554 * solib.c: Include gdb_bfd.h.
4555 (solib_bfd_fopen): Use gdb_bfd_ref.
4556 (solib_bfd_open): Use gdb_bfd_unref.
4557 (free_so_symbols): Use gdb_bfd_unref.
4558 (reload_shared_libraries_1): Use gdb_bfd_unref.
4559 * solib-spu.c: Include gdb_bfd.h.
4560 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4561 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4562 gdb_bfd_unref.
4563 * solib-frv.c: Include gdb_bfd.h.
4564 (enable_break2): Use gdb_bfd_unref.
4565 * solib-dsbt.c: Include gdb_bfd.h.
4566 (enable_break2): Use gdb_bfd_unref.
4567 * solib-darwin.c: Include gdb_bfd.h.
4568 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4569 gdb_bfd_unref.
4570 (darwin_bfd_open): Use gdb_bfd_unref.
4571 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4572 * remote-mips.c: Include gdb_bfd.h.
4573 (mips_load_srec): Use gdb_bfd_ref.
4574 (pmon_load_fast): Use gdb_bfd_ref.
4575 * remote-m32r-sdi.c: Include gdb_bfd.h.
4576 (m32r_load): Use gdb_bfd_ref.
4577 * record.c: Include gdb_bfd.h.
4578 (record_save_cleanups): Use gdb_bfd_unref.
4579 (cmd_record_save): Use gdb_bfd_unref.
4580 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4581 gdb_bfd_unref.
4582 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4583 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4584 * objfiles.c: Include gdb_bfd.h.
4585 (free_objfile): Use gdb_bfd_unref.
4586 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4587 gdb_bfd.c.
4588 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4589 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4590 (macho_check_dsym): Likewise.
4591 * m32r-rom.c: Include gdb_bfd.h.
4592 (m32r_load): Use gdb_bfd_ref.
4593 (m32r_upload_command): Use gdb_bfd_ref.
4594 * jit.c: Include gdb_bfd.h.
4595 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4596 * gdb_bfd.h: New file.
4597 * gdb_bfd.c: New file.
4598 * gcore.c: Include gdb_bfd.h.
4599 (create_gcore_bfd): Use gdb_bfd_ref.
4600 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4601 (gcore_command): Use gdb_bfd_unref.
4602 * exec.c: Include gdb_bfd.h.
4603 (exec_close): Use gdb_bfd_unref.
4604 (exec_close_1): Use gdb_bfd_unref.
4605 (exec_file_attach): Use gdb_bfd_ref.
4606 * elfread.c: Include gdb_bfd.h.
4607 (build_id_verify): Use gdb_bfd_unref.
4608 * dsrec.c: Include gdb_bfd.h.
4609 (load_srec): Use gdb_bfd_ref.
4610 * corelow.c: Include gdb_bfd.h.
4611 (core_close): Use gdb_bfd_unref.
4612 (core_open): Use gdb_bfd_ref.
4613 * bfd-target.c: Include gdb_bfd.h.
4614 (target_bfd_xclose): Use gdb_bfd_unref.
4615 (target_bfd_reopen): Use gdb_bfd_ref.
4616 * Makefile.in (SFILES): Add gdb_bfd.c.
4617 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4618 (COMMON_OBS): Add gdb_bfd.o.
4619
4620 2012-07-18 Keith Seitz <keiths@redhat.com>
4621
4622 * breakpoint.c (find_condition_and_thread): Initialize
4623 TASK and REST.
4624 (create_breakpiont): find_condition_and_thread will now
4625 initialize COND_STRING, THREAD, and REST (and TASK).
4626 (addr_string_to_sals): Likewise.
4627
4628 2012-07-18 Pedro Alves <palves@redhat.com>
4629
4630 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4631 Pull the single step breakpoints out of the target.
4632
4633 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4634
4635 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4636 * stap-probe.c (compile_probe_arg): Likewise.
4637
4638 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4639
4640 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4641 (elf_compile_to_ax): Likewise.
4642 * infrun.c (insert_exception_resume_from_probe): Likewise.
4643 (check_exception_resume): Remove `objfile' variable.
4644 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4645 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4646 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4647 (compare_entries): Rename to...
4648 (compare_probes): ...this. Adjust function to work with
4649 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4650 respectively.
4651 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4652 `VEC (probe_p) *'.
4653 (print_ui_out_info): Adjust argument to be `struct probe *'.
4654 (info_probes_for_ops): Adjust internal computations to use
4655 `VEC (probe_p) *'.
4656 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4657 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4658 gen_info_probes_table_values>: Remove `objfile' argument.
4659 (struct probe) <objfile>: New field.
4660 (find_probe_by_pc): Remove `objfile' argument.
4661 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4662 (stap_get_probe_argument_count): Likewise.
4663 (stap_get_arg): Likewise.
4664 (stap_evaluate_probe_argument): Likewise.
4665 (stap_compile_to_ax): Likewise.
4666 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4667 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4668 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4669 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4670 sym_compile_to_ax>: Likewise.
4671
4672 2012-07-18 Terry Guo <terry.guo@arm.com>
4673
4674 PR 14329
4675 * defs.h (GDB_MI_MSG_WIDTH): New.
4676 * ser_base (ser_base_read_error_fd): New function.
4677 (do_ser_base_readchar): Poll error file descriptor as well as
4678 standard output.
4679 (generic_readchar): Refactor error handling.
4680
4681 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4682
4683 * NEWS: Create a new section for the next release branch.
4684 Rename the section of the current branch, now that it has
4685 been cut.
4686
4687 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4688
4689 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4690 * version.in: Bump version to 7.5.50.20120718-cvs.
4691
4692 2012-07-17 Keith Seitz <keiths@redhat.com>
4693
4694 * linespec.c (linespec_parse_line_offset): Make parameter
4695 const.
4696
4697 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 PR 11914
4700 * f-valprint.c (info_common_command): New variable frame_id.
4701 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4702 * printcmd.c (print_variable_and_value): Extend function comment.
4703 Add comment for invalidated FRAME.
4704 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4705 FI form FRAME_ID after each print_frame_local_vars.
4706 (struct print_variable_and_value_data): Change frame to frame_id.
4707 (do_print_variable_and_value): New variable frame, initialize it from
4708 p->frame_id. Add comment for invalidated FRAME.
4709 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4710 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4711 for invalidated FRAME.
4712
4713 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4714 Pedro Alves <palves@redhat.com>
4715
4716 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4717 loop.
4718
4719 2012-07-16 Tom Tromey <tromey@redhat.com>
4720
4721 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4722
4723 2012-07-15 Doug Evans <dje@google.com>
4724
4725 * dwarf2read.c (stmt_list_hash): New struct.
4726 (type_unit_group): Embed "per_cu" member, remove pointer.
4727 New union member "t", move member "tus" into it, all uses updated.
4728 New member "hash", replaces member "line_offset, all uses updated.
4729 (quick_file_names): Replace member "offset" with "hash", all uses
4730 updated.
4731 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4732 (hash_file_name_entry, eq_file_name_entry): Call them.
4733 (hash_type_unit_group, eq_type_unit_group): Ditto.
4734 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4735 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4736 (dw2_get_file_names): Update.
4737 (create_type_unit_group): Replace "per_cu" arg with "cu".
4738 All callers updated. Fix "quick" (.gdb_index) handling.
4739 (get_type_unit_group): Replace "per_cu" arg with "cu".
4740 All callers updated.
4741 (build_type_unit_groups): Don't reset tu_stats.
4742
4743 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4744 "tab_cur_size". Change member "tab" to be a htab_t.
4745 (create_filename_seen_cache): Update.
4746 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4747 (filename_seen): Update.
4748
4749 2012-07-13 Doug Evans <dje@google.com>
4750
4751 * symtab.c (filename_seen): Update comment.
4752
4753 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4754 Doug Evans <dje@google.com>
4755
4756 * buildsym.c (end_symtab_1): Split it to ...
4757 (end_symtab_get_static_block): ... this ...
4758 (end_symtab_from_static_block): ... and this function.
4759 (end_symtab, end_expandable_symtab): Call them.
4760 * buildsym.h (end_symtab_get_static_block)
4761 (end_symtab_from_static_block): New declarations.
4762 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4763 Set its valid CU ranges.
4764
4765 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4768 DW_OP_GNU_parameter_ref.
4769
4770 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4773 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4774
4775 2012-07-13 Doug Evans <dje@google.com>
4776
4777 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4778 (filename_seen_cache): New struct.
4779 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4780 (create_filename_seen_cache): New function.
4781 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4782 (filename_seen): Delete arg "first". New arg "cache". All callers
4783 updated.
4784 (output_source_filename_data): New struct.
4785 (output_source_filename): Delete arg "first". New arg "data".
4786 All callers updated.
4787 (sources_info): Delete local "first". New locals "data", "cleanups".
4788 Rewrite to use filename_seen_cache.
4789 (add_partial_filename_data): Delete member "first". New member
4790 "filename_seen_cache". All uses updated.
4791 (make_source_files_completion_list): Rewrite to use
4792 filename_seen_cache.
4793
4794 2012-07-12 Doug Evans <dje@google.com>
4795
4796 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4797
4798 2012-07-10 Doug Evans <dje@google.com>
4799
4800 PR gdb/13498
4801 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4802 all_type_unit_groups, type_unit_groups, tu_stats.
4803 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4804 All uses updated. Add type_unit_group to union "s".
4805 (type_unit_group): New struct.
4806 (IS_TYPE_UNIT_GROUP): New macro.
4807 (abbrev_table): Delete unused member "section".
4808 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4809 (dw2_get_cu): Assert not used with type_unit_group.
4810 (dw2_get_primary_cu): New function.
4811 (dw2_build_type_unit_groups_reader): New function.
4812 (dw2_build_type_unit_groups): New function.
4813 (dw2_get_file_names): Assert not called on type units.
4814 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4815 Redo loop to iterate over type unit groups instead of type units.
4816 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4817 (read_abbrev_offset): New function.
4818 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4819 updated.
4820 (create_partial_symtab): New function.
4821 (process_psymtab_comp_unit_reader): Assert not used with type units.
4822 Call create_partial_symtab.
4823 (process_psymtab_type_unit): Delete.
4824 (hash_type_unit_group, eq_type_unit_group): New functions.
4825 (allocate_type_unit_groups_table): New function.
4826 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4827 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4828 (create_type_unit_group, get_type_unit_group): New functions.
4829 (tu_abbrev_offset): New struct.
4830 (sort_tu_by_abbrev_offset): New function.
4831 (add_type_unit_group_to_table): New function.
4832 (build_type_unit_groups): New function.
4833 (build_type_psymtabs_reader): New function.
4834 (build_type_psymtab_dependencies): New function.
4835 (build_type_psymtabs): Rewrite.
4836 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4837 is seen in a type unit.
4838 (process_queue): Move symtab expansion debugging printfs here.
4839 Call process_full_type_unit for type units.
4840 (compute_symtab_includes): Assert not called for type units.
4841 (process_cu_includes): Don't call compute_symtab_includes for
4842 type units.
4843 (process_full_type_unit): New function.
4844 (process_imported_unit_die): Flag an error if called for type units.
4845 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4846 updated. Assert not called for type units.
4847 (read_file_scope): Call dwarf2_start_symtab.
4848 (setup_type_unit_groups): New function.
4849 (read_type_unit_scope): Rewrite.
4850 (abbrev_table_read_table): Initialize abbrev_table->offset.
4851 (abbrev_table_free_cleanup): New function.
4852 (dwarf2_start_symtab): New function.
4853 (load_full_type_unit): Assert not called for type unit groups.
4854 * buildsym.c (finish_block_internal): New arg "expandable".
4855 All callers updated.
4856 (start_symtab): Move most contents to ...
4857 (restart_symtab): ... here. New function.
4858 (reset_symtab_globals): New function.
4859 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4860 Call reset_symtab_globals.
4861 (end_symtab, end_expandable_symtab): New functions.
4862 (set_missing_symtab, augment_type_symtab): New functions.
4863 * buildsym.h (end_expandable_symtab): Declare.
4864 (augment_type_symtab, restart_symtab): Declare.
4865 * psympriv.h (struct partial_symtab): New member "anonymous".
4866 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4867 anonymous psymtabs.
4868 (read_psymtabs_with_filename): Ditto.
4869 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4870 (expand_symtabs_matching_via_partial): Ditto.
4871 (dump_psymtab): Update.
4872 * dictionary.c (dict_add_pending): New function.
4873 * dictionary.h (dict_add_pending): Declare.
4874
4875 2012-07-09 Doug Evans <dje@google.com>
4876
4877 * buildsym.c (start_subfile): Remove unnecessary check for
4878 name == NULL.
4879
4880 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4881
4882 * dwarf2read.c (load_full_type_unit): Simplify.
4883
4884 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4885 to struct signatured_type **. All uses updated.
4886
4887 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4888 All callers updated.
4889
4890 2012-07-09 Tom Tromey <tromey@redhat.com>
4891
4892 * c-exp.y (check_parameter_typelist): New function.
4893 (parameter_typelist): Call it.
4894 * eval.c (make_params): Handle '(void)' case.
4895 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4896 '(void)' case.
4897
4898 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4899
4900 * common/linux-ptrace.c: Include gdb_assert.h.
4901 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4902 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4903 stdint.h.
4904 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4905 functions.
4906 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4907 * linux-nat.c (linux_child_post_attach)
4908 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4909
4910 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4911
4912 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4913 nptl <2.7 bug workaround for core files.
4914
4915 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4918 clearing.
4919 (save_siginfo): Remove.
4920 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4921 call.
4922 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4923 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4924 * linux-nat.h (struct lwp_info): Remove field siginfo.
4925
4926 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 Code cleanup for the next patch.
4929 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4930 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4931 call for it.
4932 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4933 (ia64_linux_stopped_data_address):
4934 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4935 the return value.
4936 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4937 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4938 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4939 call for it.
4940
4941 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 PR 14321
4944 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4945 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4946
4947 2012-07-06 Tom Tromey <tromey@redhat.com>
4948
4949 * c-exp.y (DOTDOTDOT): New token.
4950 (func_mod, exp): Use parameter_typelist.
4951 (parameter_typelist): New production.
4952 (tokentab3): Add "..." token.
4953 * eval.c (make_params): Handle varargs.
4954 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4955 varargs.
4956
4957 2012-07-06 Tom Tromey <tromey@redhat.com>
4958
4959 PR exp/9608:
4960 * c-exp.y (%union) <tvec>: Change type.
4961 (func_mod): Now uses <tvec> type.
4962 (exp): Update for tvec change.
4963 (direct_abs_decl): Push the typelist.
4964 (func_mod): Return a typelist.
4965 (nonempty_typelist): Update for tvec change.
4966 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4967 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4968 * parse.c (pop_type_list): New function.
4969 (push_typelist): New function.
4970 (follow_types): Handle tp_function_with_arguments.
4971 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4972 (enum type_pieces) <tp_function_with_arguments>: New constant.
4973 (union type_stack_elt) <typelist_val>: New field.
4974 (push_typelist): Declare.
4975
4976 2012-07-06 Tom Tromey <tromey@redhat.com>
4977
4978 * c-exp.y (%union) <type_stack>: New field.
4979 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4980 (ptr_operator_ts): New production.
4981 (ptype): Update.
4982 * parse.c (type_stack_reserve): New function.
4983 (check_type_stack_depth): Use it.
4984 (pop_type_stack, append_type_stack, push_type_stack)
4985 (get_type_stack, type_stack_cleanup): New functions.
4986 (follow_types): Handle tp_type_stack.
4987 (_initialize_parse): Simplify initialization.
4988 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4989 constant.
4990 (union type_stack_elt) <stack_val>: New field.
4991 (get_type_stack, append_type_stack, push_type_stack)
4992 (type_stack_cleanup): Declare.
4993
4994 2012-07-06 Tom Tromey <tromey@redhat.com>
4995
4996 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4997 Remove.
4998 (struct type_stack): New.
4999 * parse.c (type_stack, type_stack_size, type_stack_depth):
5000 Remove.
5001 (type_stack): New global.
5002 (parse_exp_in_context, check_type_stack_depth)
5003 (insert_into_type_stack, insert_type, push_type, push_type_int)
5004 (insert_type_address_space, pop_type, pop_type_int)
5005 (_initialize_parse): Update.
5006
5007 2012-07-06 Tom Tromey <tromey@redhat.com>
5008
5009 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5010 Remove %type.
5011
5012 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5013
5014 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5015
5016 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5017 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 * cp-valprint.c (cp_print_value): Replace potentially unsafe
5020 alloca with xmalloc/xfree.
5021
5022 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
5023
5024 * MAINTAINERS (Write After Approval): Add myself to the list.
5025
5026 2012-07-05 Doug Evans <dje@google.com>
5027
5028 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5029
5030 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5031
5032 * ax-gdb.c (cli/cli-utils.h): New include.
5033 (linespec.h): Ditto.
5034 (agent_eval_command_one): New function.
5035 (agent_command_1): Ditto.
5036 (agent_command): Call function agent_command_1.
5037 (agent_eval_command): Ditto.
5038 (_initialize_ax_gdb): Change help for "maint agent"
5039 and "maint agent-eval".
5040
5041 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
5042
5043 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5044 * cli/cli-utils.c (check_for_argument): New function.
5045 * cli/cli-utils.h (check_for_argument): Ditto.
5046
5047 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5048
5049 * NEWS: Mention x32 ABI support.
5050
5051 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
5052
5053 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5054 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5055
5056 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5057 and pc_regnum_from_eax to -1. Update SP regnum from
5058 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5059 needed.
5060
5061 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5062 pc_regnum_from_eax.
5063
5064 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5065
5066 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5067 * dwarf2expr.h: Include gdbtypes.h.
5068 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5069 these forward declarations.
5070 (cu_offset, sect_offset): Move these ...
5071 * gdbtypes.h: Remove include dwarf2expr.h.
5072 (cu_offset, sect_offset): ... here.
5073
5074 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
5075
5076 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5077 (amd64_linux_sigtramp_code): This.
5078 (amd64_x32_linux_sigtramp_code): New.
5079 (LINUX_SIGTRAMP_LEN): Updated.
5080 (amd64_linux_sigtramp_start): Check x32 sigtramp.
5081
5082 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5083
5084 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5085
5086 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5087
5088 * config.in: Regenerate.
5089 * configure: Regenerate.
5090 * configure.ac: Remove check for gnu/libc-version.h.
5091 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5092 gnu/libc-version.h.
5093 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5094 variables libc_version, libc_major and libc_minor. Replace sscanf by
5095 inferior_has_bug. Extend the comment.
5096
5097 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * linux-thread-db.c (inferior_has_bug): New function.
5100 (thread_db_find_new_threads_silently): Return boolean as checked by
5101 inferior_has_bug, describe it in the comments.
5102 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5103 earlier. Abort the initialization if it returned non-zero.
5104 (thread_db_new_objfile): Exclude debug files.
5105 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
5106 if UNTIL_NO_NEW,
5107
5108 2012-07-02 Doug Evans <dje@google.com>
5109
5110 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5111 related to queue management.
5112
5113 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5114 instead of "debug dwarf2-die" in debugging printfs.
5115 (create_debug_info_hash_table_reader): Ditto.
5116 (create_debug_info_hash_table): Ditto.
5117 (init_dwo_file): Ditto.
5118 (init_cutu_and_read_dies): Add debugging printf.
5119 (init_cutu_and_read_dies_no_follow): Ditto.
5120 (process_psymtab_comp_unit_reader): Ditto.
5121
5122 2012-07-02 Stan Shebs <stan@codesourcery.com>
5123
5124 Add target-side support for dynamic printf.
5125 * NEWS: Mention the additional style.
5126 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5127 (struct bp_location): New field cmd_bytecode.
5128 * breakpoint.c: Include format.h.
5129 (disconnected_dprintf): New global.
5130 (parse_cmd_to_aexpr): New function.
5131 (build_target_command_list): New function.
5132 (insert_bp_location): Call it.
5133 (remove_breakpoints_pid): Skip dprintf breakpoints.
5134 (print_one_breakpoint_location): Ditto.
5135 (dprintf_style_agent): New global.
5136 (dprintf_style_enums): Add dprintf_style_agent.
5137 (update_dprintf_command_list): Add agent case.
5138 (agent_printf_command): New function.
5139 (_initialize_breakpoint): Add new commands.
5140 * common/ax.def (printf): New bytecode.
5141 * ax.h (ax_string): Declare.
5142 * ax-gdb.h (gen_printf): Declare.
5143 * ax-gdb.c: Include cli-utils.h, format.h.
5144 (gen_printf): New function.
5145 (maint_agent_print_command): New function.
5146 (_initialize_ax_gdb): Add maint agent-printf command.
5147 * ax-general.c (ax_string): New function.
5148 (ax_print): Add printf disassembly.
5149 * Makefile.in (SFILES): Add format.c
5150 (COMMON_OBS): Add format.o.
5151 * common/format.h: New file.
5152 * common/format.c: New file.
5153 * printcmd.c: Include format.h.
5154 (ui_printf): Call parse_format_string.
5155 * remote.c (remote_state): New field breakpoint_commands.
5156 (PACKET_BreakpointCommands): New enum.
5157 (remote_breakpoint_commands_feature): New function.
5158 (remote_protocol_features): Add new BreakpointCommands entry.
5159 (remote_can_run_breakpoint_commands): New function.
5160 (remote_add_target_side_commands): New function.
5161 (remote_insert_breakpoint): Call it.
5162 (remote_insert_hw_breakpoint): Ditto.
5163 (_initialize_remote): Add new packet configuration for
5164 target-side breakpoint commands.
5165 * target.h (struct target_ops): New field
5166 to_can_run_breakpoint_commands.
5167 (target_can_run_breakpoint_commands): New macro.
5168 * target.c (update_current_target): Handle
5169 to_can_run_breakpoint_commands.
5170
5171 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5172
5173 Execute -ix and -iex only after system and user gdbinit files.
5174 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5175 processing down after gdbinit files.
5176
5177 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5178
5179 Add fnmatch-gnu module.
5180 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5181 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5182 * gnulib/aclocal.m4: Regenerate.
5183 * gnulib/config.in: Regenerate.
5184 * gnulib/configure: Regenerate.
5185 * gnulib/import/dummy.c: Remove.
5186 * gnulib/import/Makefile.am: Regenerate.
5187 * gnulib/import/Makefile.in: Likewise.
5188 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5189 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5190 * gnulib/import/alloca.c: New file.
5191 * gnulib/import/alloca.in.h: Likewise.
5192 * gnulib/import/config.charset: Likewise.
5193 * gnulib/import/fnmatch.c: Likewise.
5194 * gnulib/import/fnmatch.in.h: Likewise.
5195 * gnulib/import/fnmatch_loop.c: Likewise.
5196 * gnulib/import/localcharset.c: Likewise.
5197 * gnulib/import/localcharset.h: Likewise.
5198 * gnulib/import/m4/alloca.m4: Likewise.
5199 * gnulib/import/m4/codeset.m4: Likewise.
5200 * gnulib/import/m4/configmake.m4: Likewise.
5201 * gnulib/import/m4/fcntl-o.m4: Likewise.
5202 * gnulib/import/m4/fnmatch.m4: Likewise.
5203 * gnulib/import/m4/glibc21.m4: Likewise.
5204 * gnulib/import/m4/localcharset.m4: Likewise.
5205 * gnulib/import/m4/locale-fr.m4: Likewise.
5206 * gnulib/import/m4/locale-ja.m4: Likewise.
5207 * gnulib/import/m4/locale-zh.m4: Likewise.
5208 * gnulib/import/m4/mbrtowc.m4: Likewise.
5209 * gnulib/import/m4/mbsinit.m4: Likewise.
5210 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5211 * gnulib/import/m4/mbstate_t.m4: Likewise.
5212 * gnulib/import/m4/stdbool.m4: Likewise.
5213 * gnulib/import/m4/wchar_h.m4: Likewise.
5214 * gnulib/import/m4/wctype_h.m4: Likewise.
5215 * gnulib/import/m4/wint_t.m4: Likewise.
5216 * gnulib/import/mbrtowc.c: Likewise.
5217 * gnulib/import/mbsinit.c: Likewise.
5218 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5219 * gnulib/import/mbsrtowcs-state.c: Likewise.
5220 * gnulib/import/mbsrtowcs.c: Likewise.
5221 * gnulib/import/ref-add.sin: Likewise.
5222 * gnulib/import/ref-del.sin: Likewise.
5223 * gnulib/import/stdbool.in.h: Likewise.
5224 * gnulib/import/streq.h: Likewise.
5225 * gnulib/import/strnlen1.c: Likewise.
5226 * gnulib/import/strnlen1.h: Likewise.
5227 * gnulib/import/verify.h: Likewise.
5228 * gnulib/import/wchar.in.h: Likewise.
5229 * gnulib/import/wctype.in.h: Likewise.
5230
5231 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5232
5233 Support shell wildcards for 'set auto-load safe-path'.
5234 * auto-load.c: Include fnmatch.h.
5235 (filename_is_in_dir): Rename to ...
5236 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5237 it. Update function comment. Rename dir_len to pattern_len. New
5238 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5239 messages. Use gdb_filename_fnmatch.
5240 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5241 pattern.
5242 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5243 * defs.h (gdb_filename_fnmatch): New declaration.
5244 * utils.c: Include fnmatch.h.
5245 (gdb_filename_fnmatch): New function.
5246
5247 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5248
5249 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5250 `-probe' and `-probe-stap' options.
5251
5252 2012-07-01 Yao Qi <yao@codesourcery.com>
5253
5254 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5255 always_inserted_off, and always_inserted_enums.
5256 Change always_inserted_mode's type to 'enum auto_boolean'.
5257 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5258 callers.
5259 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5260 of add_setshow_enum_cmd.
5261 * infrun.c: Remove can_use_displaced_stepping_auto,
5262 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5263 can_use_displaced_stepping_enum.
5264 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5265 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5266 callers.
5267 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5268 add_setshow_enum_cmd.
5269
5270 2012-06-30 Doug Evans <dje@google.com>
5271
5272 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5273 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5274 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5275
5276 2012-06-29 Doug Evans <dje@google.com>
5277
5278 * linespec.c: #include "stack.h".
5279 (decode_line_with_current_source): Moved here from symtab.c and
5280 renamed from decode_line_spec. All callers updated.
5281 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5282 renamed from decode_line_spec_1. All callers updated.
5283 * linespec.h (decode_line_with_current_source): Move declaration here
5284 from symtab.h and renamed from decode_line_spec.
5285 (decode_line_with_last_displayed): Move declaration here from symtab.h
5286 and renamed from decode_line_spec_1.
5287 * macrocmd.c: #include "linespec.h".
5288 * symtab.c: Remove #include "linespec.h".
5289
5290 2012-06-28 Doug Evans <dje@google.com>
5291
5292 * dwarf2read.c (get_cu_length): New function.
5293 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5294 (create_debug_types_hash_table): Ditto.
5295 (init_cutu_and_read_dies): Ditto.
5296 (init_cutu_and_read_dies_no_follow): Ditto.
5297
5298 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5299
5300 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5301 (struct abbrev_table): Define.
5302 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5303 abbrev_table.
5304 (init_cutu_and_read_dies): Update.
5305 (abbrev_table_alloc_abbrev): New function. Replaces
5306 dwarf_alloc_abbrev. All callers updated.
5307 (abbrev_table_add_abbrev): New function.
5308 (abbrev_table_lookup_abbrev): New function. Replaces
5309 dwarf2_lookup_abbrev. All callers updated.
5310 (abbrev_table_read_table): New function. Contents moved here from
5311 dwarf2_read_abbrevs.
5312 (dwarf2_read_abbrevs): Call it.
5313 (abbrev_table_free): New function.
5314 (dwarf2_free_abbrev_table): Call it.
5315
5316 2012-06-28 Stan Shebs <stan@codesourcery.com>
5317
5318 * osdata.c (info_osdata_command): Filter out "Title" columns
5319 from non-MI uses.
5320 * common/linux-osdata.c (struct osdata_type): Add title field.
5321 (osdata_table): Add titles to each entry.
5322 (linux_command_xfer_osdata): Add a column for title data.
5323
5324 2012-06-28 Stan Shebs <stan@codesourcery.com>
5325
5326 Make logging work for MI.
5327 * NEWS: Mention it.
5328 * interps.h (interp_set_logging_ftype): New typedef.
5329 (struct interp_procs): New field set_logging_proc.
5330 (current_interp_set_logging): Declare.
5331 * interps.c (current_interp_set_logging): New function.
5332 * cli/cli-logging.c: Include interps.h.
5333 (set_logging_redirect): Call current_interp_set_logging.
5334 (pop_output_files): Ditto.
5335 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5336 * mi/mi-console.h (mi_console_set_raw): Declare.
5337 * mi/mi-console.c (mi_console_set_raw): New function.
5338 * mi/mi-interp.c (saved_raw_stdout): New global.
5339 (mi_set_logging): New function.
5340 (_initialize_mi_interp): Add it to interp procs.
5341
5342 2012-06-28 Doug Evans <dje@google.com>
5343
5344 * symtab.c (lookup_symbol_aux_objfile): Use
5345 ALL_OBJFILE_PRIMARY_SYMTABS.
5346
5347 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5348
5349 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5350
5351 * common/buffer.c: Include inttypes.h and stdint.h.
5352 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5353
5354 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5355 Pedro Alves <palves@redhat.com>
5356
5357 * gdbthread.h (ALL_THREADS): New macro.
5358 (thread_list): Declare.
5359 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5360 going, but instead fall through to the stepping handling.
5361 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5362 the passed in signal. Adjust debug output.
5363 (resume_callback): Rename to ...
5364 (linux_nat_resume_callback): ... this. Pass the thread's last
5365 stop signal, if in "pass" state.
5366 (linux_nat_resume): Adjust to rename.
5367 (stop_wait_callback): New assertion. Don't respawn signals;
5368 instead let the LWP remain with SIGNALLED set.
5369 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5370 * remote.c (append_pending_thread_resumptions): New.
5371 (remote_vcont_resume): Call it.
5372 * target.h (target_resume): Extend comment.
5373
5374 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5375
5376 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5377
5378 2012-06-27 Doug Evans <dje@google.com>
5379
5380 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5381 Delete have_addr_base, unused. All uses updated.
5382 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5383 (dwarf2_get_pc_bounds): Add ranges_base.
5384 (dwarf2_record_block_ranges): Ditto.
5385
5386 2012-06-27 Tom Tromey <tromey@redhat.com>
5387
5388 PR macros/7961:
5389 * varobj.c (varobj_create): Update.
5390 (varobj_set_value): Update.
5391 * tracepoint.c (validate_actionline): Update.
5392 (encode_actions_1): Update.
5393 * parse.c (parse_exp_1): Add 'pc' argument.
5394 (parse_exp_in_context): Add 'pc' argument. Change how
5395 expression_context_pc is set.
5396 (parse_expression): Update.
5397 (parse_field_expression): Update.
5398 * expression.h (parse_exp_1): Update.
5399 * eval.c (parse_to_comma_and_eval): Update.
5400 * breakpoint.c (set_breakpoint_condition): Update.
5401 (update_watchpoint): Update.
5402 (init_breakpoint_sal): Update
5403 (find_condition_and_thread): Update.
5404 (watch_command_1): Update.
5405 (update_breakpoint_locations): Update.
5406 * ada-lang.c (ada_read_renaming_var_value): Update.
5407 (create_excep_cond_exprs): Update.
5408
5409 2012-06-27 Doug Evans <dje@google.com>
5410
5411 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5412 type units.
5413
5414 2012-06-26 Doug Evans <dje@google.com>
5415
5416 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5417 prototype.
5418 (error_check_comp_unit_head): New arg abbrev_section. All callers
5419 updated.
5420 (read_and_check_comp_unit_head): Ditto.
5421 (read_and_check_type_unit_head): Ditto.
5422
5423 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5424
5425 New attribute 'last' for gdb.Symtab_and_line.
5426 * NEWS (Python Scripting): Add entry about the new attribute.
5427 * python/py-symtab.c (salpy_get_last): New function which
5428 implements the get method for the 'last' attribute of
5429 gdb.Symtab_and_line.
5430 (sal_object_getset): Add entry for the 'last' attribute.
5431
5432 2012-06-26 Doug Evans <dje@google.com>
5433
5434 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5435 (dwo_sections): Add macinfo, macro.
5436 (dwarf2_locate_dwo_sections): Watch for macro sections.
5437 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5438 All callers updated. Handle DWO files.
5439
5440 * NEWS: Mention new options "set debug dwarf2-read" and
5441 "set debug symtab-create".
5442 * dwarf2read.c (dwarf2_read_debug): New static global.
5443 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5444 (process_queue): Ditto.
5445 (process_full_comp_unit): Ditto.
5446 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5447 * elfread.c (elf_symfile_read): Add debugging printf.
5448 * minsyms.c (install_minimal_symbols): Ditto.
5449 * psymtab.c (allocate_psymtab): Ditto.
5450 * symfile.c (allocate_symtab): Ditto.
5451 * symtab.c (symtab_create_debug): New global.
5452 (_initialize_symtab): Add new option "set debug symtab-create".
5453 * symtab.h (symtab_create_debug): Declare.
5454
5455 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5456 (lookup_dwo_type_unit): Ditto.
5457
5458 2012-06-26 Roland McGrath <roland@hack.frob.com>
5459 H.J. Lu <hongjiu.lu@intel.com>
5460
5461 * amd64-linux-nat.c: Include <sys/user.h>.
5462 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5463 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5464 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5465
5466 * configure.ac: Check if the fs_base and gs_base members of
5467 `struct user_regs_struct' exist.
5468 * config.in: Regenerated.
5469 * configure: Likewise.
5470
5471 2012-06-25 Michael Eager <eager@eagercon.com>
5472
5473 PR python/14291
5474 * python/python.c (gdbpy_write): Check for interrupted output.
5475
5476 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5477
5478 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5479 register as a stack alignment in ARM mode.
5480
5481 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5482
5483 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5484 * gnulib/config.in: Regenerate.
5485 * gnulib/configure: Likewise.
5486 * gnulib/import/m4/extensions.m4: Update it.
5487 * gnulib/import/m4/gnulib-common.m4: Likewise.
5488 * gnulib/import/m4/memmem.m4: Likewise.
5489 * gnulib/import/m4/mmap-anon.m4: Likewise.
5490 * gnulib/import/m4/multiarch.m4: Likewise.
5491 * gnulib/import/stdint.in.h: Likewise.
5492
5493 2012-06-24 Yao Qi <yao@codesourcery.com>
5494
5495 * corefile.c (write_memory_with_notification): New.
5496 * gdbcore.h: Declare write_memory_with_notification.
5497 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5498 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5499 * valops.c (value_assign): Likewise.
5500 * python/py-inferior.c (infpy_write_memory): Call
5501 'write_memory_with_notification'.
5502
5503 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5504
5505 * cc-with-index.sh: Use also -ex "set auto-load no".
5506
5507 2012-06-23 Doug Evans <dje@google.com>
5508
5509 PR 14125
5510 * NEWS: Document additions to .gdb_index.
5511 * dwarf2read.c: #include "gdb/gdb-index.h".
5512 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5513 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5514 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5515 (dwarf2_read_index): Recognize version 7.
5516 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5517 block_kind, domain): All callers updated.
5518 (dw2_find_symbol_file): Handle new index CU values.
5519 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5520 (add_index_entry): New args is_static, kind. All callers updated.
5521 (offset_type_compare, uniquify_cu_indices): New functions
5522 (symbol_kind): New function.
5523 (write_psymtabs_to_index): Remove duplicate CU values.
5524 (write_psymtabs_to_index): Write .gdb_index version 7.
5525
5526 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5527
5528 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5529 * configure: Regenerate.
5530
5531 2012-06-20 Yao Qi <yao@codesourcery.com>
5532
5533 * python/py-inferior.c: Update comments of infpy_read_memory
5534 and infpy_write_memory.
5535
5536 2012-06-19 Tom Tromey <tromey@redhat.com>
5537
5538 PR exp/9514:
5539 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5540 (push_type_address_space): Remove.
5541 * parse.c (insert_into_type_stack): New function.
5542 (insert_type): Likewise.
5543 (insert_type_address_space): Rename from push_type_address_space.
5544 Insert tp_space_identifier.
5545 * c-exp.y (ptr_operator): New production.
5546 (abs_decl): Use ptr_operator.
5547 (space_identifier): Call insert_type_address_space.
5548 (ptype): Don't use const_or_volatile_or_space_identifier.
5549 (const_or_volatile_noopt): Call insert_type.
5550 (conversion_type_id, conversion_declarator): New productions.
5551 (operator): Use conversion_type_id.
5552
5553 2012-06-18 Doug Evans <dje@google.com>
5554
5555 * symtab.h (minimal_symbol): New member created_by_gdb.
5556 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5557 created by gdb.
5558 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5559 (search_symbols): Call it instead of lookup_symbol.
5560 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5561
5562 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5563 Adjust address for DW_OP_GNU_addr_index.
5564 * dwarf2expr.h (dwarf_expr_context): Update comment.
5565 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5566 all callers updated. Handle TLS vars described with
5567 DW_OP_GNU_const_index.
5568 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5569 and DW_OP_GNU_const_index.
5570 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5571
5572 * block.c (find_block_in_blockvector): Make explicit the fact that we
5573 ignore GLOBAL_BLOCK.
5574
5575 2012-06-18 Tom Tromey <tromey@redhat.com>
5576
5577 * c-exp.y (operator): Remove trailing space after "delete" and
5578 "delete[]".
5579
5580 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5581 Jan Kratochvil <jan.kratochvil@redhat.com>
5582
5583 Switch i386 and derived targets to ON_STACK.
5584 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5585 (amd64_dicos_init_abi): Remove its installment.
5586 * dicos-tdep.c (dicos_init_abi): Remove the
5587 set_gdbarch_call_dummy_location call. Update the comment here.
5588 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5589 (i386_dicos_init_abi): Remove its installment.
5590 * i386-tdep.c (i386_push_dummy_code): New function.
5591 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5592 i386_push_dummy_code.
5593
5594 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 Remove stale dummy frames.
5597 * breakpoint.c: Include dummy-frame.h.
5598 (longjmp_breakpoint_ops): New variable.
5599 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5600 bp_longjmp_call_dummy.
5601 (bpstat_what, bptype_string, print_one_breakpoint_location)
5602 (init_bp_location): Support bp_longjmp_call_dummy.
5603 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5604 (set_longjmp_breakpoint_for_call_dummy)
5605 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5606 functions.
5607 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5608 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5609 FIXME comment and extend the other comment for bp_call_dummy.
5610 (set_longjmp_breakpoint_for_call_dummy)
5611 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5612 * dummy-frame.c: Include gdbthread.h.
5613 (pop_dummy_frame_bpt): New function.
5614 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5615 (dummy_frame_discard): New function.
5616 (cleanup_dummy_frames): Update the comment about longjmps.
5617 * dummy-frame.h (dummy_frame_discard): New declaration.
5618 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5619 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5620 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5621 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5622 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5623 keep_going if IS_LONGJMP and there is no other reason to stop.
5624
5625 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5626
5627 * remote-sim.c (sim_command_completer): Initialize
5628 variable 'result'.
5629
5630 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5631
5632 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5633 * dwarf2loc.c (call_site_parameter_matches): Support
5634 CALL_SITE_PARAMETER_PARAM_OFFSET.
5635 (needs_dwarf_reg_entry_value): Push stub value.
5636 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5637 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5638 * gdbtypes.h (enum call_site_parameter_kind): New item
5639 CALL_SITE_PARAMETER_PARAM_OFFSET.
5640 (struct call_site.parameter.u): New field param_offset.
5641
5642 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5643
5644 Code cleanup: Generalize call_site.parameter key.
5645 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5646 variable dwarf_reg. New variable kind_u. Update parameters to
5647 push_dwarf_reg_entry_value.
5648 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5649 * dwarf2expr.h (enum call_site_parameter_kind)
5650 (union call_site_parameter_u): Forward declarations.
5651 (struct dwarf_expr_context_funcs): Update parameters and their
5652 description for push_dwarf_reg_entry_value.
5653 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5654 * dwarf2loc.c (call_site_parameter_matches): New function.
5655 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5656 description. Use call_site_parameter_matches.
5657 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5658 Update parameters and their description.
5659 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5660 New variable kind_u. Adjust the caller for updated parameters.
5661 (needs_dwarf_reg_entry_value): Update parameters.
5662 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5663 instead of attr. Update for the changed fields of struct
5664 call_site_parameter.
5665 * gdbtypes.h: Include dwarf2expr.h.
5666 (enum call_site_parameter_kind): New.
5667 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5668 fb_offset into new union u.
5669
5670 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5671
5672 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5673 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5674 for x32.
5675
5676 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5677
5678 * amd64-linux-nat.c (compat_x32_clock_t): New.
5679 (compat_x32_siginfo_t): Likewise.
5680 (compat_x32_siginfo_from_siginfo): Likewise.
5681 (siginfo_from_compat_x32_siginfo): Likewise.
5682 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5683 and siginfo_from_compat_x32_siginfo for x32.
5684
5685 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5686
5687 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5688
5689 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5690
5691 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5692 instead of gdbarch_ptr_bit.
5693 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5694 (amd64_supply_native_gregset): Likewise.
5695 (amd64_collect_native_gregset): Likewise.
5696 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5697 (amd64_supply_xsave): Likewise.
5698 (amd64_collect_fxsave): Likewise.
5699 (amd64_collect_xsave): Likewise.
5700
5701 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5702
5703 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5704 (amd64_linux_read_description): Check DS segment register for
5705 x32 process.
5706
5707 2012-06-15 Tom Tromey <tromey@redhat.com>
5708
5709 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5710 init_cutu_and_read_dies.
5711
5712 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5713
5714 * MAINTAINERS (Write After Approval): Add myself to the list.
5715
5716 2012-06-15 Tom Tromey <tromey@redhat.com>
5717
5718 * valops.c (value_find_oload_method_list): Now static.
5719 * value.h (value_find_oload_method_list): Don't declare.
5720
5721 2012-06-15 Tom Tromey <tromey@redhat.com>
5722
5723 * valops.c (find_overload_match): Use value_ind.
5724
5725 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5726
5727 * infrun.c (handle_inferior_event): Correct indentation.
5728
5729 2012-06-14 Doug Evans <dje@google.com>
5730
5731 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5732 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5733 All uses updated.
5734 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5735 updated. Handle DEBUG_LOC_START_LENGTH.
5736 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5737 (loclist_describe_location): Ditto.
5738
5739 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5740
5741 PR backtrace/13866
5742 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5743 after hiding inline functions.
5744
5745 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5746
5747 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5748 _initialize_inf_ttrace.
5749
5750 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5751
5752 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5753 _initialize_hppa_hpux_nat.
5754
5755 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5756
5757 * remote-sim.c (sim_command_completer): Change type of return
5758 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5759
5760 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5761 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 PR tdep/14222
5764 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5765 stack on a 16-byte boundary.
5766
5767 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5768
5769 * jit.c (finalize_symtab): Set function's return type to 'void' by
5770 default.
5771
5772 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5773 H.J. Lu <hongjiu.lu@intel.com>
5774
5775 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5776 Move bits common to both the classic LP64 and the new x32 ILP32
5777 ABI here.
5778 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5779 (amd64_x32_linux_init_abi): New function.
5780 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5781 subtype.
5782
5783 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5784 * i386-tdep.c (i386_pseudo_register_name): Make public.
5785 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5786 * amd64-tdep.c (amd64_dword_names): Add "eip".
5787 (amd64_x32_pseudo_register_type): New function
5788 (amd64_x32_init_abi): New function.
5789
5790 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 PR build/14003
5793 * inferior.h (struct inferior_suspend_state): Comment out.
5794 (struct inferior): Comment out the field suspend.
5795 * infrun.c (struct infcall_suspend_state): Comment out the field
5796 inferior_suspend.
5797 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5798 out its assignment.
5799
5800 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5803 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5804 function comment. Return ERROR for unresolved cases. Implement
5805 returning proper NAME.
5806 (yylex): Accept also NAME from classify_inner_name.
5807 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5808 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5809 LOC_TYPEDEF type.
5810 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5811
5812 2012-06-13 Tom Tromey <tromey@redhat.com>
5813
5814 * breakpoint.c (condition_completer): New function.
5815 (_initialize_breakpoint): Use it.
5816 * value.c (complete_internalvar): New function.
5817 * value.h (complete_internalvar): Declare.
5818
5819 2012-06-13 Tom Tromey <tromey@redhat.com>
5820
5821 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5822 * breakpoint.c (catch_syscall_completer): Return a VEC.
5823 * cli/cli-cmds.c (complete_command): Update.
5824 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5825 (complete_on_enum): Likewise.
5826 * command.h: Include gdb_vecs.h.
5827 (completer_ftype): Change return type.
5828 (complete_on_cmdlist, complete_on_enum): Likewise.
5829 * completer.c (noop_completer, filename_completer)
5830 (location_completer): Return a VEC.
5831 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5832 to a VEC.
5833 (expression_completer, complete_line_internal, complete_line)
5834 (command_completer): Return a VEC.
5835 (gdb_completion_word_break_characters, line_completion_function):
5836 Update.
5837 * completer.h: Include gdb_vecs.h.
5838 (complete_line, noop_completer, filename_completer)
5839 (expression_completer, location_completer, command_completer):
5840 Update.
5841 * f-lang.c (f_word_break_characters): Return a VEC.
5842 * interps.c (interpreter_completer): Return a VEC.
5843 * language.h (struct language_defn)
5844 <la_make_symbol_completion_list>: Return a VEC.
5845 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5846 * symtab.c (free_completion_list): Take a VEC.
5847 (return_val_size, return_val_index): Remove.
5848 (return_val): Now a VEC.
5849 (completion_list_add_name): Update.
5850 (default_make_symbol_completion_list_break_on)
5851 (default_make_symbol_completion_list, make_symbol_completion_list)
5852 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5853 Return a VEC.
5854 (add_filename_to_list): Update.
5855 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5856 <list>: Now a VEC.
5857 (maybe_add_partial_symtab_filename): Update.
5858 (make_source_files_completion_list): Return a VEC.
5859 * symtab.h (default_make_symbol_completion_list_break_on)
5860 (default_make_symbol_completion_list, make_symbol_completion_list)
5861 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5862 (make_source_files_completion_list): Update.
5863
5864 2012-06-13 Tom Tromey <tromey@redhat.com>
5865
5866 * breakpoint.c (add_catch_command): Use completer_ftype.
5867 * breakpoint.h: Include command.h.
5868 (add_catch_command): Use completer_ftype.
5869 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5870 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5871 Use completer_ftype.
5872 * command.h (completer_ftype): New typedef.
5873 (set_cmd_completer): Use it.
5874 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5875 completer_ftype.
5876
5877 2012-06-13 Pedro Alves <palves@redhat.com>
5878
5879 Partial revert of previous change.
5880
5881 * serial.c (scb_base): New global.
5882 (serial_for_fd): New.
5883 (serial_open, serial_fdopen_ops): Link new serial in open serials
5884 chain.
5885 (do_serial_close): Unlink serial from the open serials chain.
5886
5887 2012-06-12 Pedro Alves <palves@redhat.com>
5888
5889 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5890 threads here.
5891 (prepare_for_detach): No longer context switch here in non-stop
5892 mode.
5893 (fetch_inferior_event): Ditto.
5894 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5895 to the event thread before removing breakpoints. Switch to the
5896 event thread before inserting breakpoints and resuming.
5897 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5898 event thread before resuming.
5899 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5900 Switch to the event thread before removing breakpoints.
5901
5902 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5903
5904 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5905 special characters correctly for the Windows shells. See
5906 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5907 report.
5908 [!__MINGW32__]: Remove extra double quote character from special
5909 characters.
5910
5911 2012-06-11 Stan Shebs <stan@codesourcery.com>
5912
5913 * ui-out.h: Remove #if 0 declarations.
5914 * ui-out.c: Remove #if 0 functions.
5915
5916 2012-06-11 Pedro Alves <palves@redhat.com>
5917
5918 * ser-base.c (run_async_handler_and_reschedule): New.
5919 (fd_event, push_event): Use it.
5920 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5921 reference count to 1.
5922 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5923 instead of xfree.
5924 (serial_is_open, serial_ref, serial_unref): New.
5925 * serial.h (serial_open): Adjust comment.
5926 (serial_is_open): Declare.
5927 (serial_close): Adjust comment.
5928 (serial_ref, serial_unref) Declare.
5929 (struct serial): New field 'refcnt'.
5930
5931 2012-06-11 Pedro Alves <palves@redhat.com>
5932
5933 Remove #if 0'd "connect" command, and unnecessary associated
5934 refcounting and serial reuse bits.
5935
5936 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5937 * serial.c (last_serial_opened): Delete.
5938 (scb_base): Delete.
5939 (serial_open): Adjust.
5940 (serial_for_fd): Delete.
5941 (serial_fdopen_ops, do_serial_close): Adjust.
5942 (serial_fdopen_ops): Adjust.
5943
5944 2012-06-11 Pedro Alves <palves@redhat.com>
5945
5946 * serial.c (do_serial_close): Remove early return when SCB is
5947 null.
5948
5949 2012-06-11 Tom Tromey <tromey@redhat.com>
5950
5951 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5952
5953 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 Fix regression by the "ambiguous linespec" series.
5956 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5957 get_last_displayed_symtab and get_last_displayed_line and depending
5958 on CURSAL.
5959
5960 2012-06-11 Tom Tromey <tromey@redhat.com>
5961
5962 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5963 (dw2_find_symbol_file): Use it.
5964
5965 2012-06-11 Michael Eager <eager@eagercon.com>
5966
5967 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5968 * mips-linux-tdep.h (mips_signals): New
5969
5970 2012-06-11 Tom Tromey <tromey@redhat.com>
5971
5972 * infrun.c (handle_inferior_event)
5973 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5974 breakpoint.
5975 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5976 exception logic in all cases. Update comments.
5977 (insert_longjmp_resume_breakpoint): Set the exception resume
5978 breakpoint.
5979
5980 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5981
5982 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5983
5984 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5985
5986 * valarith.c (binop_types_user_defined_p): Fix a typo.
5987
5988 2012-06-08 Yao Qi <yao@codesourcery.com>
5989 Chung-Lin Tang <cltang@codesourcery.com>
5990
5991 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5992 * arch-utils.h: Declare.
5993 * gdbarch.sh: Add return_in_first_hidden_param_p.
5994 * gdbarch.c, gdbarch.h: Regenerated.
5995 * infcall.c (call_function_by_hand): Call
5996 gdbarch_return_in_first_hidden_param_p instead of
5997 language_pass_by_reference.
5998
5999 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6000 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6001 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6002 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6003 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6004 `cplus_return_struct_by_reference'.
6005 (tic6x_return_value): Handle language cplusplus.
6006 (tic6x_return_in_first_hidden_param_p): New.
6007 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6008
6009 2012-06-07 Doug Evans <dje@google.com>
6010
6011 * dwarf2read.c (dwarf2_cu): Add comment.
6012
6013 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6014
6015 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6016 variable.
6017 (mips_eabi_push_dummy_call): Likewise.
6018 (mips_n32n64_push_dummy_call): Likewise.
6019 (mips_o32_push_dummy_call): Likewise.
6020 (mips_o64_push_dummy_call): Likewise.
6021
6022 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6023
6024 * mips-tdep.c (mips_convert_register_p): Correct coding style.
6025
6026 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
6027
6028 * mips-tdep.c (mips_pseudo_register_type): Use
6029 mips_float_register_p.
6030
6031 2012-06-06 Pedro Alves <palves@redhat.com>
6032
6033 * infrun.c (handle_inferior_event): Remove calls to
6034 reinit_frame_cache that follow a context_switch call.
6035
6036 2012-06-06 Pedro Alves <palves@redhat.com>
6037
6038 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6039 context_switch and remove stale comment.
6040
6041 2012-06-06 Pedro Alves <palves@redhat.com>
6042
6043 * infrun.c (struct execution_control_state): Remove
6044 `new_thread_event' field.
6045 (handle_inferior_event): Simplify new threads handling; don't
6046 resume the inferior if we find a new thread.
6047
6048 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
6049
6050 * NEWS: Document the deprecation of SH's 'regs' command.
6051 * inferior.h (all_registers_info): Add function declaration.
6052 * sh-tdep.c (sh_show_regs): Remove variable.
6053 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6054 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6055 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6056 (sh_show_regs_command): Remove functions.
6057 (sh_gdbarch_init): Don't set sh_show_regs.
6058 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6059 'info all-registers'.
6060 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6061 (sh64_show_regs): Remove functions.
6062 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6063
6064 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6065
6066 * configure.ac: Move development=true below AC_INIT.
6067 * configure: Regenerate.
6068
6069 2012-06-05 Stan Shebs <stan@codesourcery.com>
6070
6071 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6072 gdb_stdout.
6073
6074 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6075
6076 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6077 argument as ssize_t.
6078 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6079 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6080 * target.c (target_read_stack, target_write_memory)
6081 (target_write_raw_memory): Likewise.
6082 * target.h (target_read_stack, target_write_memory)
6083 (target_write_raw_memory): Likewise.
6084
6085 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6086
6087 * symfile-mem.c: Change gdb_static_assert to ssize_t.
6088 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6089 * target.c (target_read_memory): Change LEN to ssize_t.
6090 * target.h (target_read_memory): Change LEN to ssize_t.
6091
6092 2012-06-05 Pedro Alves <palves@redhat.com>
6093
6094 PR backtrace/13866
6095
6096 * breakpoint.c (until_break_command): Only fetch the selected
6097 frame after decode_line_1.
6098
6099 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6100
6101 * solib-svr4.c (enable_break): Don't fallback to setting the solib
6102 event breakpoint at _start, __start or main if a program
6103 interpreter is not found.
6104
6105 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6106
6107 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6108 Add declaration.
6109 * windows-tdep.c: #include "objfiles.h".
6110 (windows_iterate_over_objfiles_in_search_order): New function.
6111 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6112 iterate_over_objfiles_in_search_order gdbarch method to
6113 windows_iterate_over_objfiles_in_search_order.
6114 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6115
6116 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6117
6118 * gdbarch.sh: Add generation of
6119 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6120 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
6121 (iterate_over_objfiles_in_search_order): New gdbarch method.
6122 * gdbarch.h, gdbarch.c: Regenerate.
6123 * objfiles.h (default_iterate_over_objfiles_in_search_order):
6124 Add declaration.
6125 * objfiles.c (default_iterate_over_objfiles_in_search_order):
6126 New function.
6127 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6128 out of lookup_symbol_aux_symtabs.
6129 (lookup_symbol_aux_symtabs): Replace extracted-out code by
6130 call to lookup_symbol_aux_objfile.
6131 (struct global_sym_lookup_data): New type.
6132 (lookup_symbol_global_iterator_cb): New function.
6133 (lookup_symbol_global): Search for symbol using
6134 gdbarch_iterate_over_objfiles_in_search_order and
6135 lookup_symbol_global_iterator_cb.
6136 * findvar.c (struct minsym_lookup_data): New type.
6137 (minsym_lookup_iterator_cb): New function.
6138 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6139 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6140 and minsym_lookup_iterator_cb.
6141
6142 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6143
6144 Revert the following patch:
6145 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6146 try locating the symbol in the symbol's own objfile first, before
6147 extending the search to all objfiles.
6148 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6149 out of lookup_symbol_aux_symtabs.
6150 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6151 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6152 Do not search EXCLUDE_OBJFILE.
6153 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6154 (lookup_symbol_global): Search for matches in the block's objfile
6155 first, before searching all other objfiles.
6156
6157 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6158
6159 * breakpoint.c (find_condition_and_thread): Stop parsing
6160 as soon as the first invalid keyword is found.
6161
6162 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6163
6164 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6165
6166 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6167
6168 * config/djgpp/djcheck.sh: Add copyright header.
6169
6170 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6171
6172 * copyright.py (update_files, main): Fix path to update-copyright
6173 script.
6174
6175 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6176
6177 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6178 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6179 for which a reminder to update by hand is printed.
6180
6181 2012-06-04 Doug Evans <dje@google.com>
6182
6183 * buildsym.c (make_blockvector): Add comment.
6184
6185 2012-06-04 Pedro Alves <palves@redhat.com>
6186
6187 * arch-utils.c (default_gdb_signal_from_target): Delete.
6188 * arch-utils.h (default_gdb_signal_from_target): Delete.
6189 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6190 gdbarch_gdb_signal_from_target_p.
6191 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6192 predicate).
6193 * gdbarch.h: Regenerate.
6194 * gdbarch.c: Regenerate.
6195
6196 2012-06-04 Pedro Alves <palves@redhat.com>
6197
6198 * gdbarch.sh (gdb_signal_from_target): Mention that the
6199 implementation of the method must be host independent.
6200 * gdbarch.h: Regenerate.
6201
6202 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6203
6204 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6205 parameters.
6206 (target_read_memory_bfd): New function.
6207 (symbol_file_add_from_memory): Use it.
6208
6209 2012-06-03 Doug Evans <dje@google.com>
6210
6211 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6212 of primary symtab.
6213 (basic_lookup_transparent_type): Ditto.
6214
6215 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6216 (ALL_PRIMARY_SYMTABS): Use it.
6217 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6218 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6219 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6220 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6221 (basic_lookup_transparent_type): Ditto.
6222
6223 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6224
6225 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6226 it to optimize resolution of demangled name.
6227
6228 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6229
6230 * configure.ac (development): Define new variable.
6231 Call AC_CHECK_LIB for mcheck if $development.
6232 (ERROR_ON_WARNING): Enable it by default only if $development.
6233 * config.in: Regenerate.
6234 * configure: Regenerate.
6235
6236 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6237
6238 * target.c (target_read_memory): Make LEN argument as size_t.
6239 * target.h (target_read_memory): Likewise.
6240
6241 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6242
6243 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6244
6245 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6246
6247 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6248 BookE interface for PowerPC server processors if not available
6249 in the Linux Kernel.
6250
6251 2012-05-31 Keith Seitz <keiths@redhat.com>
6252
6253 * linespec.c (decode_objc): Add cleanup to free
6254 INFO.FILE_SYMTABS.
6255 (find_linespec_symbols): Add cleanup to free CLASSES.
6256 * symfile.c (find_separate_debug_file_by_debuglink): Add
6257 cleanup to free DEBUGLINK.
6258 * ui-out.c (clear_header_list): No need to check if
6259 HEADER_NEXT.COLHDR is NULL.
6260 Free HEADER_NEXT.COL_NAME.
6261
6262 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6263
6264 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6265 warning.
6266
6267 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6268
6269 * configure.host (gdb_host_cpu): Handle tilegx*.
6270 (gdb_host): Handle tilegx-*-linux*.
6271 * tilegx-linux-nat.c: New file.
6272 * config/tilegx/linux.mh: New file.
6273
6274 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6275
6276 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6277 tilegx-linux-tdep.o.
6278 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6279 tilegx-linux-tdep.c.
6280 * configure.tgt: Handle tilegx-*-linux*.
6281 * tilegx-tdep.h: New file.
6282 * tilegx-tdep.c: New file.
6283 * tilegx-linux-tdep.c: New file.
6284 * regformats/reg-tilegx.dat: New file.
6285
6286 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6287
6288 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6289 accounting of hw watchpoints on ppc.
6290
6291 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6292
6293 * source.c (openp): Expand tilde in path entries.
6294
6295 2012-05-29 Doug Evans <dje@google.com>
6296
6297 * buildsym.c (block_compar): Fix comment.
6298 (end_symtab): Fix and clarify some comments.
6299
6300 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6301 cleanup_undefined_types.
6302 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6303 All callers updated.
6304
6305 2012-05-29 Tom Tromey <tromey@redhat.com>
6306
6307 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6308 fails.
6309 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6310 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6311 fails.
6312 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6313 fails.
6314
6315 2012-05-29 Tristan Gingold <gingold@adacore.com>
6316
6317 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6318 (struct darwin_info): ... New struct.
6319 (solib_darwin_pspace_data): New variable.
6320 (darwin_pspace_data_cleanup): New function.
6321 (get_darwin_info): Likewise.
6322 (darwin_dyld_version_ok, darwin_load_image_infos)
6323 (darwin_solib_get_all_image_info_addr_at_init)
6324 (darwin_solib_read_all_image_info_addr): Add info argument.
6325 Adjust code.
6326 (darwin_current_sos): Use per pspace structure.
6327 (darwin_solib_create_inferior_hook): Likewise.
6328 (darwin_clear_solib): Likewise.
6329 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6330
6331 2012-05-28 Pedro Alves <palves@redhat.com>
6332
6333 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6334 block that uses them. Clear ecss before handling each event.
6335
6336 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 * solib-svr4.c (svr4_current_sos): New comment on
6339 svr4_current_sos_via_xfer_libraries fall back.
6340
6341 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6342
6343 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6344 it as a fallback for TYPE_IS_OPAQUE.
6345 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6346 symbols for lookup_symbol.
6347
6348 2012-05-24 John Steele Scott <toojays@toojays.net>
6349
6350 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6351 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6352 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6353 (check_producer): ... this new function, which also checks for ICC
6354 and caches the result.
6355 (producer_is_icc): New function.
6356 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6357 producer was ICC.
6358
6359 2012-05-24 Pedro Alves <palves@redhat.com>
6360
6361 PR gdb/7205
6362
6363 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6364 (default_gdb_signal_to_target): ... this. Add comment.
6365 (default_gdb_signal_from_host): Rename to ...
6366 (default_gdb_signal_from_target): ... this. Add comment.
6367 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6368 (default_gdb_signal_to_target): ... this.
6369 (default_gdb_signal_from_host): Rename to ...
6370 (default_gdb_signal_from_target): ... this.
6371 * corelow.c (core_open): Adjust to naming change. Replace comment.
6372 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6373 (gdb_signal_from_target): ... this. Adjust to
6374 default_gdb_signal_from_host naming change. Extend comment.
6375 (gdb_signal_to_host): Rename to ...
6376 (gdb_signal_to_target): ... this. Adjust to
6377 default_gdb_signal_to_host naming change.
6378 * gdbarch.h, gdbarch.c: Renegerate.
6379
6380 2012-05-24 Pedro Alves <palves@redhat.com>
6381
6382 PR gdb/7205
6383
6384 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6385
6386 2012-05-24 Pedro Alves <palves@redhat.com>
6387
6388 PR gdb/7205
6389
6390 Replace target_signal with gdb_signal throughout.
6391
6392 2012-05-24 Pedro Alves <palves@redhat.com>
6393
6394 PR tui/14159
6395
6396 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6397 string, instead of reusing the va_list argument.
6398
6399 2012-05-24 Tom Tromey <tromey@redhat.com>
6400
6401 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6402 Remove.
6403
6404 2012-05-23 Doug Evans <dje@google.com>
6405
6406 * symtab.c (search_symbols): Formatting fixes.
6407 (print_symbol_info): Formatting fixes.
6408
6409 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6410 int64_t change to leb128 API.
6411 (read_encoded_value, decode_frame_entry_1): Ditto.
6412 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6413 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6414 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6415 (execute_stack_op): Ditto.
6416 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6417 (safe_read_uleb128, safe_read_sleb128): Ditto.
6418 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6419 (dwarf2_compile_expr_to_ax): Ditto.
6420 (locexpr_describe_location_piece): Ditto.
6421 (disassemble_dwarf_expression): Ditto.
6422 (locexpr_describe_location_1): Ditto.
6423
6424 2012-05-23 Stan Shebs <stan@codesourcery.com>
6425 Kwok Cheung Yeung <kcy@codesourcery.com>
6426
6427 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6428 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6429 (mi-cmd-info.o): New rule.
6430 * osdata.h (info_osdata_command): New declaration.
6431 * osdata.c (info_osdata_command): Change to non-static.
6432 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6433 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6434 * mi/mi-cmd-info.c: New file.
6435
6436 2012-05-23 Doug Evans <dje@google.com>
6437
6438 * symtab.c (search_symbols): Pass NULL for file_matcher to
6439 expand_symtabs_matching if there are no files to match.
6440
6441 * gdbtypes.c (lookup_typename): Simplify.
6442
6443 2012-05-23 Pedro Alves <palves@redhat.com>
6444
6445 * arch-utils.h (default_target_signal_to_host): Delete.
6446 * arch-utils.c (default_target_signal_to_host): Delete.
6447 * gdbarch.sh (target_signal_to_host): Remove.
6448 * gdbarch.h, gdbarch.c: Regenerate.
6449
6450 2012-05-22 Doug Evans <dje@google.com>
6451
6452 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6453 "const gdb_byte *".
6454 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6455 (execute_cfa_program): Update to match API of leb128 functions.
6456 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6457 "const gdb_byte *".
6458 (read_unsigned_leb128, read_signed_leb128): Delete.
6459 (read_initial_length): Change type of buf argument to
6460 "const gdb_byte *".
6461 (read_encoded_value): Update to match API of leb128 functions.
6462 (decode_frame_entry): Change result to "const gdb_byte *", and
6463 similarly for "start" parameter.
6464 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6465 (dwarf2_build_frame_info): Change local frame_ptr to
6466 "const gdb_byte *".
6467 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6468 read_uleb128, read_sleb128. All callers updated.
6469 (safe_skip_leb128): New function.
6470 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6471 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6472 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6473 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6474 read_uleb128, read_sleb128.
6475 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6476 (execute_stack_op): Update to match API of leb128 functions.
6477 * dwarf2expr.h: #include "leb128.h".
6478 (read_uleb128, read_sleb128): Delete.
6479 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6480 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6481 * dwarf2loc.c (debug_loc_kind): New enum.
6482 (decode_debug_loc_addresses): New function.
6483 (decode_debug_loc_dwo_addresses): New function.
6484 (dwarf2_find_location_expression): Rewrite.
6485 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6486 (locexpr_describe_location_piece): Ditto.
6487 (disassemble_dwarf_expression): Ditto.
6488 (locexpr_describe_location_1): Ditto.
6489 (loclist_describe_location): Rewrite.
6490 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6491 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6492 (dwarf2_section_buffer_overflow_complaint): Renamed from
6493 dwarf2_macros_too_long_complaint. All callers updated.
6494 (skip_leb128): Delete.
6495 (init_cu_die_reader): Initialize reader->buffer_end.
6496 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6497 (skip_form_bytes): New arg buffer_end. All callers updated.
6498 Replace call to skip_leb128 with gdb_skip_leb128.
6499 (skip_unknown_opcode): New arg mac_end. All callers updated.
6500 (fill_in_loclist_baton): Initialize baton->from_dwo.
6501
6502 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6503
6504 * mips-linux-nat.c (mips_linux_read_description): Use a more
6505 verbose error message.
6506
6507 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6508
6509 * NEWS: Add MIPS/Linux DSP support.
6510 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6511 (SIGCONTEXT_DSPCTL): New macro.
6512 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6513 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6514 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6515 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6516 (N64_SIGCONTEXT_HI3): Likewise.
6517 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6518 (N64_SIGCONTEXT_LO3): Likewise.
6519 (N64_SIGCONTEXT_DSPCTL): Likewise.
6520 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6521 (mips_linux_o32_sigframe_init): Handle DSP registers.
6522 (mips_linux_n32n64_sigframe_init): Likewise.
6523
6524 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6525
6526 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6527 call to abort.
6528
6529 2012-05-22 Pedro Alves <palves@redhat.com>
6530
6531 * target.h (store_waitstatus): Move declaration ...
6532 * inf-child.h (store_waitstatus): ... here.
6533 * target.c: Move inclusion of gdb_wait.h, and ...
6534 (store_waitstatus): ... this ...
6535 * inf-child.c: ... here.
6536 * linux-nat.c: Include inf-child.h.
6537 * rs6000-nat.c: Include inf-child.h.
6538 * spu-linux-nat.c: Include inf-child.h.
6539
6540 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6541
6542 * tracepoint.c (start_tracing): Add missing i18n markup.
6543 (stop_tracing, set_trace_user): Ditto.
6544 (set_trace_notes, set_trace_stop_notes): Ditto.
6545
6546 2012-05-21 Tom Tromey <tromey@redhat.com>
6547
6548 PR c++/7173:
6549 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6550 types.
6551 * value.h (value_cast_pointers): Update.
6552 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6553 (value_cast): Update.
6554 (update_search_result): New function.
6555 (do_search_struct_field): New, from search_struct_field. Check
6556 for ambiguous results.
6557 (search_struct_field): Rewrite.
6558 * infcall.c (value_arg_coerce): Update.
6559 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6560 value_cast_pointers.
6561 * ada-lang.c (ada_convert_actual): Update.
6562
6563 2012-05-21 Tom Tromey <tromey@redhat.com>
6564
6565 * macroexp.c (macro_stringify): Terminate the string.
6566
6567 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6570 Describe it.
6571 * auto-load.c (auto_load_expand_dir_vars): New function.
6572 (auto_load_safe_path_vec_update): Use it, remove the
6573 substitute_path_component call thanks to it.
6574 (auto_load_objfile_script): Remove the debug_file_directory processing.
6575 Use auto_load_expand_dir_vars, remove the substitute_path_component
6576 call thanks to it.
6577 * configure: Regenerate.
6578 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6579 path. Escape $ also for $debugdir.
6580 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6581 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6582
6583 2012-05-20 Doug Evans <dje@google.com>
6584
6585 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6586 before use. Check for symtab->includes == NULL before scanning it.
6587
6588 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6589
6590 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6591
6592 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6593
6594 * NEWS: Add microMIPS support and "set mips compression",
6595 "show mips compression" commands.
6596 * mips-tdep.h (mips_isa): New enum.
6597 (gdbarch_tdep): Add mips_isa.
6598 (mips_pc_is_mips16): Update prototype.
6599 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6600 * mips-tdep.c (mips_compression_mips16): New variable.
6601 (mips_compression_micromips): Likewise.
6602 (mips_compression_strings): Likewise.
6603 (mips_compression_string): Likewise.
6604 (is_mips16_isa, is_micromips_isa): New functions.
6605 (is_mips16_addr): Rename to...
6606 (is_compact_addr): ... this.
6607 (unmake_mips16_addr): Likewise to...
6608 (unmake_compact_addr): ... this.
6609 (make_mips16_addr): Likewise to...
6610 (make_compact_addr): ... this.
6611 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6612 functions.
6613 (mips_elf_make_msymbol_special): Handle microMIPS code.
6614 (msymbol_is_special): Rename to...
6615 (msymbol_is_mips16): ... this.
6616 (mips_make_symbol_special, mips_pc_is_mips16): Update
6617 accordingly.
6618 (msymbol_is_mips, msymbol_is_micromips): New functions.
6619 (mips16_to_32_reg): Rename to...
6620 (mips_reg3_to_reg): ... this.
6621 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6622 (mips_pc_isa): Likewise.
6623 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6624 code.
6625 (mips_fetch_instruction): Pass return status instead of printing
6626 an error message if requested. Handle microMIPS code. Bail out
6627 on an invalid ISA.
6628 (micromips_op): New macro.
6629 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6630 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6631 (b6s4_op, b7s3_reg): Likewise.
6632 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6633 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6634 (mips_insn_size): New function.
6635 (mips32_next_pc): Update mips_fetch_instruction call.
6636 (micromips_relative_offset7): New function.
6637 (micromips_relative_offset10): Likewise.
6638 (micromips_relative_offset16): Likewise.
6639 (micromips_pc_insn_size): Likewise.
6640 (micromips_bc1_pc): Likewise.
6641 (micromips_next_pc): Likewise.
6642 (unpack_mips16): Update mips_fetch_instruction call.
6643 (extended_mips16_next_pc): Update according to change to
6644 mips16_to_32_reg.
6645 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6646 code.
6647 (mips16_scan_prologue): Update mips_fetch_instruction call.
6648 Update according to change to mips16_to_32_reg.
6649 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6650 (mips_insn16_frame_base_sniffer): Likewise.
6651 (micromips_decode_imm9): New function.
6652 (micromips_scan_prologue): Likewise.
6653 (mips_micro_frame_cache): Likewise.
6654 (mips_micro_frame_this_id): Likewise.
6655 (mips_micro_frame_prev_register): Likewise.
6656 (mips_micro_frame_sniffer): Likewise.
6657 (mips_micro_frame_unwind): New variable.
6658 (mips_micro_frame_base_address): New function.
6659 (mips_micro_frame_base): New variable.
6660 (mips_micro_frame_base_sniffer): New function.
6661 (mips32_scan_prologue): Update mips_fetch_instruction call.
6662 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6663 rather than for MIPS16.
6664 (mips_insn32_frame_base_sniffer): Likewise.
6665 (mips_addr_bits_remove): Handle microMIPS code.
6666 (deal_with_atomic_sequence): Rename to...
6667 (mips_deal_with_atomic_sequence): ... this. Update the type
6668 of the variable used to hold an instruction. Remove the ISA bit
6669 check. Update mips_fetch_instruction call.
6670 (micromips_deal_with_atomic_sequence): New function.
6671 (deal_with_atomic_sequence): Likewise.
6672 (mips_about_to_return): Handle microMIPS code. Update
6673 mips_fetch_instruction call.
6674 (heuristic_proc_start): Check for the standard MIPS ISA rather
6675 than for MIPS16. Update mips_pc_is_mips16 and
6676 mips_fetch_instruction calls. Handle microMIPS code.
6677 (mips_push_dummy_code): Handle microMIPS code.
6678 (mips_eabi_push_dummy_call): Likewise.
6679 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6680 (mips_o64_push_dummy_call): Handle microMIPS code.
6681 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6682 (is_delayed): Remove function.
6683 (mips_single_step_through_delay): Replace the call to is_delayed
6684 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6685 Handle microMIPS code.
6686 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6687 microMIPS code.
6688 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6689 call.
6690 (micromips_in_function_epilogue_p): New function.
6691 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6692 call.
6693 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6694 Handle microMIPS.
6695 (gdb_print_insn_mips): Likewise.
6696 (mips_breakpoint_from_pc): Likewise.
6697 (mips_remote_breakpoint_from_pc): New function.
6698 (mips32_instruction_has_delay_slot): Simplify making use of the
6699 updated mips_fetch_instruction interface.
6700 (micromips_instruction_has_delay_slot): New function.
6701 (mips16_instruction_has_delay_slot): Simplify making use of the
6702 updated mips_fetch_instruction interface.
6703 (mips_adjust_breakpoint_address): Check for the standard MIPS
6704 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6705 calls. Handle microMIPS code.
6706 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6707 (mips_skip_trampoline_code): Handle microMIPS code.
6708 (global_mips_compression): New function.
6709 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6710 file flags. Register the microMIPS remote breakpoint handler
6711 and heuristic frame unwinder.
6712 (show_mips_compression): New function.
6713 (_initialize_mips_tdep): Add the "set mips compression" and
6714 "show mips compression" commands.
6715
6716 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6717
6718 * ada-lang.c:
6719 * ada-tasks.c:
6720 * ada-varobj.c:
6721 * amd64-darwin-tdep.c:
6722 * arm-symbian-tdep.c:
6723 * arm-tdep.c:
6724 * avr-tdep.c:
6725 * ax-gdb.c:
6726 * bfin-linux-tdep.c:
6727 * breakpoint.c:
6728 * c-valprint.c:
6729 * cli/cli-cmds.c:
6730 * coffread.c:
6731 * cp-support.c:
6732 * cris-tdep.c:
6733 * dwarf2-frame-tailcall.c:
6734 * dwarf2-frame.c:
6735 * dwarf2expr.c:
6736 * dwarf2loc.c:
6737 * dwarf2read.c:
6738 * elfread.c:
6739 * eval.c:
6740 * expprint.c:
6741 * f-valprint.c:
6742 * frv-tdep.c:
6743 * h8300-tdep.c:
6744 * hppa-hpux-tdep.c:
6745 * hppa-tdep.c:
6746 * hppanbsd-tdep.c:
6747 * i386-nto-tdep.c:
6748 * i386-tdep.c:
6749 * i387-tdep.c:
6750 * ia64-tdep.c:
6751 * jit.c:
6752 * linespec.c:
6753 * linux-tdep.c:
6754 * lm32-tdep.c:
6755 * m2-valprint.c:
6756 * m32c-tdep.c:
6757 * m32r-rom.c:
6758 * m32r-tdep.c:
6759 * m68k-tdep.c:
6760 * m68klinux-tdep.c:
6761 * mi/mi-main.c:
6762 * microblaze-tdep.c:
6763 * mips-linux-tdep.c:
6764 * mips-tdep.c:
6765 * mn10300-tdep.c:
6766 * p-valprint.c:
6767 * parse.c:
6768 * ppc-linux-tdep.c:
6769 * ppc-sysv-tdep.c:
6770 * printcmd.c:
6771 * python/py-finishbreakpoint.c:
6772 * python/py-inferior.c:
6773 * python/py-infthread.c:
6774 * python/py-type.c:
6775 * python/python.c:
6776 * remote-fileio.c:
6777 * remote-m32r-sdi.c:
6778 * remote-mips.c:
6779 * reverse.c:
6780 * rl78-tdep.c:
6781 * rs6000-aix-tdep.c:
6782 * rs6000-tdep.c:
6783 * s390-tdep.c:
6784 * score-tdep.c:
6785 * sh64-tdep.c:
6786 * skip.c:
6787 * solib-darwin.c:
6788 * solib-dsbt.c:
6789 * solib-frv.c:
6790 * sparc-tdep.c:
6791 * spu-multiarch.c:
6792 * spu-tdep.c:
6793 * stack.c:
6794 * symfile.c:
6795 * symtab.c:
6796 * tic6x-tdep.c:
6797 * tracepoint.c:
6798 * v850-tdep.c:
6799 * valarith.c:
6800 * valprint.c:
6801 * value.c:
6802 * xcoffread.c:
6803 * xtensa-tdep.c:
6804 * ada-lang.c:
6805 * ada-tasks.c:
6806 * ada-varobj.c:
6807 * amd64-darwin-tdep.c:
6808 * arm-symbian-tdep.c:
6809 * arm-tdep.c: Delete unused variables.
6810
6811 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6812
6813 Rename $ddir to $datadir.
6814 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6815 * auto-load.c (auto_load_safe_path_vec_update)
6816 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6817 * configure: Regenerate.
6818 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6819 Likewise. Remove the 'use $ddir' help string.
6820
6821 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6822
6823 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6824 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6825
6826 2012-05-18 Tom Tromey <tromey@redhat.com>
6827
6828 PR exp/13907:
6829 * valprint.h (struct value_print_options) <symbol_print>: New
6830 field.
6831 * valprint.c (user_print_options): Add default for symbol_print.
6832 (show_symbol_print): New function.
6833 (generic_val_print): Respect symbol_print.
6834 (_initialize_valprint): Add "print symbol" setting.
6835 * f-valprint.c (f_val_print): Respect symbol_print.
6836 * c-valprint.c (c_val_print): Respect symbol_print.
6837 * NEWS: Update.
6838 * printcmd.c (print_address_symbolic): Return int. Ignore some
6839 zero-size symbols.
6840 (print_address_demangle): Return int.
6841 * defs.h: (print_address_symbolic): Return int.
6842 * value.h (print_address_demangle): Return int.
6843
6844 2012-05-18 Tom Tromey <tromey@redhat.com>
6845
6846 * valprint.c (val_print_string): Don't print leading space.
6847 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6848 print space before string or vtbl.
6849 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6850 before string.
6851 * jv-valprint.c (java_value_print): Print space before string.
6852 * go-valprint.c (print_go_string): Print space before string.
6853 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6854 space before string.
6855 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6856 space before string or vtbl.
6857 * auxv.c (fprint_target_auxv): Print space after address.
6858
6859 2012-05-18 Tom Tromey <tromey@redhat.com>
6860
6861 * printcmd.c (print_address_demangle): Remove special case for 0.
6862
6863 2012-05-18 Tom Tromey <tromey@redhat.com>
6864
6865 * printcmd.c (print_address_demangle): Add 'opts' argument.
6866 * p-valprint.c (pascal_val_print): Update.
6867 * jv-valprint.c (java_val_print): Update.
6868 * value.h: Update.
6869 * valprint.c (generic_val_print): Update.
6870 (print_function_pointer_address): Add 'options' argument. Remove
6871 'addressprint' argument. Update.
6872 * m2-valprint.c (print_unpacked_pointer): Update.
6873 * gnu-v3-abi.c (print_one_vtable): Update.
6874 (gnuv3_print_method_ptr): Update.
6875 * f-valprint.c (f_val_print): Update.
6876 * cp-valprint.c (cp_print_value_fields): Update.
6877 * valprint.h (print_function_pointer_address): Update.
6878 * c-valprint.c (c_val_print): Update.
6879
6880 2012-05-18 Tom Tromey <tromey@redhat.com>
6881
6882 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6883 directly corresponding to the found psymtab.
6884 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6885 (dw2_find_pc_sect_symtab): Use it.
6886 * block.h (blockvector_contains_pc): Declare.
6887 * block.c (find_block_in_blockvector): New function.
6888 (blockvector_for_pc_sect): Use it.
6889 (blockvector_contains_pc): New function.
6890
6891 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6892
6893 * mips-tdep.h (mips_write_pc): New prototype.
6894 * mips-tdep.c (mips_write_pc): Make external, add description.
6895 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6896 add description.
6897
6898 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6899
6900 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6901 mips_regnum->pc.
6902 (mips_unwind_pc, mips_write_pc): Likewise.
6903 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6904 gdbarch_read_pc.
6905
6906 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6907
6908 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6909 proc_warn, proc_error, proc_get_status, proc_flags,
6910 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6911 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6912 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6913 proc_stop_process, proc_wait_for_stop, proc_run_process,
6914 proc_set_traced_signals, proc_set_traced_faults,
6915 proc_set_traced_sysentry, proc_set_traced_sysexit,
6916 proc_set_held_signals, proc_get_held_signals,
6917 proc_get_traced_signals, proc_get_traced_faults,
6918 proc_get_traced_sysentry, proc_get_traced_sysexit,
6919 proc_clear_current_fault, proc_set_current_signal,
6920 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6921 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6922 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6923 proc_get_current_thread, proc_get_current_thread,
6924 proc_get_current_thread, proc_update_threads,
6925 proc_update_threads, proc_update_threads, proc_update_threads,
6926 proc_iterate_over_threads, procfs_find_new_threads,
6927 procfs_pid_to_str): Make static. Remove advance declaration.
6928 (proc_cursig): Make static. Conditionalized defintion on
6929 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6930 (proc_syscall, proc_set_kill_on_last_close,
6931 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6932 proc_get_pending_signals, proc_get_signal_actions,
6933 proc_trace_signal, proc_ignore_signal): Delete.
6934
6935 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6936
6937 * coffread.c (cs_section_address): Passing proper argument for
6938 `bfd_get_section_vma'.
6939 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6940 `bfd_get_section_flags'.
6941 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6942 `bfd_get_section_vma'.
6943
6944 2012-05-16 Tom Tromey <tromey@redhat.com>
6945
6946 PR macros/13205:
6947 * macrotab.h: (macro_define_special): Declare.
6948 (enum macro_special_kind): New.
6949 (struct macro_definition) <argc, replacement>: Update comments.
6950 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6951 (macro_define_object_internal): New function.
6952 (macro_define_object): Use it.
6953 (macro_define_special): New function.
6954 (fixup_definition): New function.
6955 (macro_lookup_definition, foreach_macro_in_scope)
6956 (foreach_macro): Use fixup_definition.
6957 * macroexp.h (macro_stringify): Declare.
6958 * macroexp.c (free_buffer_return_text): New function.
6959 (stringify): Constify "arg".
6960 (macro_stringify): New function.
6961 * dwarf2read.c (macro_start_file): Call macro_define_special.
6962
6963 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6964 Maciej W. Rozycki <macro@mips.com>
6965
6966 * breakpoint.h (bp_location): Add related_address member.
6967 * inferior.h (get_return_value): Take a pointer to struct value
6968 instead of struct type for the function requested.
6969 * value.h (using_struct_return): Likewise.
6970 * gdbarch.sh (return_value): Take a pointer to struct value
6971 instead of struct type for the function requested.
6972 * breakpoint.c (set_breakpoint_location_function): Initialize
6973 related_address for bp_gnu_ifunc_resolver breakpoints.
6974 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6975 requested function's address to gdbarch_return_value.
6976 * eval.c (evaluate_subexp_standard): Pass the requested
6977 function's address to using_struct_return.
6978 * infcall.c (call_function_by_hand): Pass the requested
6979 function's address to using_struct_return and
6980 gdbarch_return_value.
6981 * infcmd.c (get_return_value): Take a pointer to struct value
6982 instead of struct type for the function requested.
6983 (print_return_value): Update accordingly.
6984 (finish_command_continuation): Likewise.
6985 * stack.c (return_command): Pass the requested function's
6986 address to using_struct_return and gdbarch_return_value.
6987 * value.c (using_struct_return): Take a pointer to struct value
6988 instead of struct type for the function requested. Pass the
6989 requested function's address to gdbarch_return_value.
6990 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6991 New function_value member, replacing function_type.
6992 (bpfinishpy_dealloc): Update accordingly.
6993 (bpfinishpy_pre_stop_hook): Likewise.
6994 (bpfinishpy_init): Likewise. Record the requested function's
6995 address.
6996 * mips-tdep.c (mips_fval_reg): New enum.
6997 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6998 words put in GP registers.
6999 (mips_o64_push_dummy_call): Update a comment.
7000 (mips_o32_return_value): Take a pointer to struct value instead
7001 of struct type for the function requested and use it to check if
7002 using the MIPS16 calling convention. Return the designated
7003 general purpose registers for floating-point values returned in
7004 MIPS16 mode.
7005 (mips_o64_return_value): Likewise.
7006 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7007 (ppc_sysv_abi_broken_return_value): Likewise.
7008 (ppc64_sysv_abi_return_value): Likewise.
7009 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7010 value instead of struct type for the function requested.
7011 * amd64-tdep.c (amd64_return_value): Likewise.
7012 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7013 * arm-tdep.c (arm_return_value): Likewise.
7014 * avr-tdep.c (avr_return_value): Likewise.
7015 * bfin-tdep.c (bfin_return_value): Likewise.
7016 * cris-tdep.c (cris_return_value): Likewise.
7017 * frv-tdep.c (frv_return_value): Likewise.
7018 * h8300-tdep.c (h8300_return_value): Likewise.
7019 (h8300h_return_value): Likewise.
7020 * hppa-tdep.c (hppa32_return_value): Likewise.
7021 (hppa64_return_value): Likewise.
7022 * i386-tdep.c (i386_return_value): Likewise.
7023 * ia64-tdep.c (ia64_return_value): Likewise.
7024 * iq2000-tdep.c (iq2000_return_value): Likewise.
7025 * lm32-tdep.c (lm32_return_value): Likewise.
7026 * m32c-tdep.c (m32c_return_value): Likewise.
7027 * m32r-tdep.c (m32r_return_value): Likewise.
7028 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7029 * m68k-tdep.c (m68k_return_value): Likewise.
7030 (m68k_svr4_return_value): Likewise.
7031 * m88k-tdep.c (m88k_return_value): Likewise.
7032 * mep-tdep.c (mep_return_value): Likewise.
7033 * microblaze-tdep.c (microblaze_return_value): Likewise.
7034 * mn10300-tdep.c (mn10300_return_value): Likewise.
7035 * moxie-tdep.c (moxie_return_value): Likewise.
7036 * mt-tdep.c (mt_return_value): Likewise.
7037 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7038 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7039 (ppc_sysv_abi_broken_return_value): Likewise.
7040 (ppc64_sysv_abi_return_value): Likewise.
7041 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7042 * rl78-tdep.c (rl78_return_value): Likewise.
7043 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7044 * rx-tdep.c (rx_return_value): Likewise.
7045 * s390-tdep.c (s390_return_value): Likewise.
7046 * score-tdep.c (score_return_value): Likewise.
7047 * sh-tdep.c (sh_return_value_nofpu): Likewise.
7048 (sh_return_value_fpu): Likewise.
7049 * sh64-tdep.c (sh64_return_value): Likewise.
7050 * sparc-tdep.c (sparc32_return_value): Likewise.
7051 * sparc64-tdep.c (sparc64_return_value): Likewise.
7052 * spu-tdep.c (spu_return_value): Likewise.
7053 * tic6x-tdep.c (tic6x_return_value): Likewise.
7054 * v850-tdep.c (v850_return_value): Likewise.
7055 * vax-tdep.c (vax_return_value): Likewise.
7056 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7057 * xtensa-tdep.c (xtensa_return_value): Likewise.
7058 * gdbarch.c: Regenerate.
7059 * gdbarch.h: Regenerate.
7060
7061 2012-05-15 Tom Tromey <tromey@redhat.com>
7062
7063 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7064
7065 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7066
7067 * breakpoint.c (init_breakpoint_sal): Add quotes around part
7068 of command in two error message.
7069
7070 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7071
7072 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7073
7074 2012-05-15 Joel Brobecker <brobecker@adacore.com>
7075
7076 * breakpoint.c (find_condition_and_thread): Minor reformatting.
7077
7078 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * NEWS (show auto-load scripts-directory): Add forgotten command.
7081
7082 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
7084 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7085 parameters.
7086
7087 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
7088
7089 * amd64-tdep.c: Include features/i386/x32.c and
7090 features/i386/x32-avx.c.
7091 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7092 initialize_tdesc_x32_avx.
7093
7094 2012-05-14 Stan Shebs <stan@codesourcery.com>
7095
7096 Add dynamic printf.
7097 * breakpoint.h (enum bptype): New type bp_dprintf.
7098 (struct breakpoint): New field extra_string.
7099 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7100 (create_breakpoint): Add extra_string arg.
7101 * breakpoint.c (dprintf_breakpoint_ops): New.
7102 (is_breakpoint): Add bp_dprintf.
7103 (bpstat_what): Add dprintf case.
7104 (bptype_string): Ditto.
7105 (print_one_breakpoint_location): Ditto.
7106 (init_bp_location): Ditto.
7107 (bkpt_print_mention): Ditto.
7108 (dprintf_style_enums): New array.
7109 (dprintf_style): New global.
7110 (dprintf_function): New global.
7111 (dprintf_channel): New global.
7112 (update_dprintf_command_list): New function.
7113 (update_dprintf_commands): New function.
7114 (init_breakpoint_sal): Add extra_string argument, handle it.
7115 (create_breakpoint_sal): Add extra_string argument.
7116 (create_breakpoints_sal): Add extra_string argument, update callers.
7117 (find_condition_and_thread): Add extra argument.
7118 (create_breakpoint): Add extra_string argument, record it.
7119 (dprintf_command): New function.
7120 (break_command_1): Add arg to create_breakpoint call.
7121 (handle_gnu_v3_exceptions): Ditto.
7122 (trace_command): Ditto.
7123 (ftrace_command): Ditto.
7124 (strace_command): Ditto.
7125 (bkpt_print_mention): Add dprintf case.
7126 (create_breakpoint_sal_default): Add extra_string argument.
7127 (_initialize_breakpoint): Add new commands.
7128 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7129 * python/py-breakpoint.c (bppy_init): Ditto.
7130 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7131
7132 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
7133
7134 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7135
7136 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
7137
7138 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7139 unsigned long long.
7140
7141 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7142
7143 Add a new function gdb.find_pc_line to the Python API.
7144 * NEWS (Python Scripting): Add entry about the new function.
7145 * python/python.c (gdbpy_find_pc_line): New function which
7146 implements gdb.find_pc_line.
7147 (GdbMethods): Add entry for the new function.
7148
7149 2012-05-12 Pedro Alves <palves@redhat.com>
7150
7151 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7152 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7153
7154 2012-05-12 Eli Zaretskii <eliz@gnu.org>
7155
7156 * inferior.c: Include completer.h
7157 (initialize_inferiors): Set completer of add-inferior to
7158 filename_completer.
7159
7160 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7161
7162 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7163 gdbarch_ptr_bit for x32 core dump.
7164
7165 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7166
7167 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7168 and features/i386/x32-avx-linux.c.
7169
7170 2012-05-11 Stan Shebs <stan@codesourcery.com>
7171 Kwok Cheung Yeung <kcy@codesourcery.com>
7172
7173 * NEWS: Describe new info os commands.
7174 * common/linux-osdata.c (PID_T, TIME_T): Define.
7175 (MAX_PID_T_STRLEN): New.
7176 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7177 MAX_PID_T_STRLEN.
7178 (command_from_pid): Add comment. Change to use PID_T.
7179 (commandline_from_pid): Change to use PID_T.
7180 (user_from_pid): Add comment.
7181 (get_process_owner): Add comment. Change to use PID_T and
7182 MAX_PID_T_STRLEN.
7183 (get_number_of_cpu_cores): Add comment.
7184 (get_cores_used_by_process): Add comment. Change to use PID_T and
7185 MAX_PID_T_STRLEN.
7186 (linux_xfer_osdata_processes): Change to use PID_T and
7187 MAX_PID_T_STRLEN.
7188 (compare_processes): New function.
7189 (linux_xfer_osdata_processgroups): New function.
7190 (linux_xfer_osdata_threads): Change to use PID_T.
7191 (linux_xfer_osdata_fds): New function.
7192 (format_socket_state, print_sockets): New functions.
7193 (union socket_addr): New union.
7194 (linux_xfer_osdata_isockets): New function.
7195 (time_from_time_t, group_from_gid): New functions.
7196 (linux_xfer_osdata_shm): New function.
7197 (linux_xfer_osdata_sem): New function.
7198 (linux_xfer_osdata_msg): New function.
7199 (linux_xfer_osdata_modules): New function.
7200 (osdata_table): Add new entries.
7201 * common/buffer.c (buffer_xml_printf): Add support for long and
7202 long long format specifiers.
7203
7204 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7205
7206 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7207 (tdesc_x32_avx_linux): Likewise.
7208
7209 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7210
7211 Implement multi-component --with-auto-load-dir.
7212 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7213 entries.
7214 (--with-auto-load-safe-path): Update the default value description.
7215 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7216 New.
7217 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7218 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7219 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7220 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7221 "set auto-load scripts-directory".
7222 * config.in: Regenerate.
7223 * configure: Regenerate.
7224 * configure.ac (--with-auto-load-dir): New configure option.
7225 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7226
7227 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 Provide $ddir substitution for --with-auto-load-safe-path.
7230 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7231 entries.
7232 * auto-load.c: Include observer.h.
7233 (auto_load_safe_path_vec_update): Call substitute_path_component for
7234 each component. New variable ddir_subst.
7235 (auto_load_gdb_datadir_changed): New function.
7236 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7237 AUTO_LOAD_SAFE_PATH. New comment.
7238 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7239 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7240 * config.in: Regenerate.
7241 * configure: Regenerate.
7242 * configure.ac (--auto-load-safe-path): Rename
7243 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7244 GDB_DATADIR/auto-load.
7245 * defs.h (substitute_path_component): New declaration.
7246 * top.c: Include observer.h.
7247 (set_gdb_datadir): New function.
7248 (init_main): Install it for "set data-directory".
7249 * utils.c (substitute_path_component): New function.
7250
7251 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7252
7253 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7254 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7255 DEBUG_FILE_DIRECTORY. Handle multiple components of
7256 DEBUG_FILE_DIRECTORY.
7257
7258 2012-05-10 Tom Tromey <tromey@redhat.com>
7259
7260 * dwarf2read.c (recursively_write_psymbols): New function.
7261 (write_psymtabs_to_index): Use it.
7262
7263 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7264 field.
7265 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7266 (load_partial_comp_unit): Update.
7267 (queue_comp_unit): Add argument 'pretend_language'.
7268 (process_queue): Update.
7269 (psymtab_to_symtab_1): Skip dependencies that have a user.
7270 (load_partial_comp_unit_reader): Give meaning to the 'data'
7271 argument.
7272 (load_full_comp_unit): Add 'pretend_language' argument.
7273 (process_full_comp_unit): Add 'pretend_language' argument. Set
7274 language on CU.
7275 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7276 Update.
7277 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7278 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7279 Update.
7280 (prepare_one_comp_unit): Add 'pretend_language' argument.
7281
7282 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7283 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7284 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7285 (dw2_do_instantiate_symtab): Check whether symtab was read in
7286 before queueing.
7287 (dw2_instantiate_symtab): Add assertion. Call
7288 process_cu_includes.
7289 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7290 (partial_symtab_p): New typedef.
7291 (set_partial_user): New function.
7292 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7293 (scan_partial_symbols): Add imported CU to imported_symtabs.
7294 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7295 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7296 (get_symtab, recursively_compute_inclusions)
7297 (compute_symtab_includes, process_cu_includes)
7298 (process_imported_unit_die): New functions.
7299 (process_die) <DW_TAG_imported_unit>: New case.
7300 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7301
7302 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7303 comment.
7304 (struct partial_die_info) <locdesc>: Remove.
7305 <d>: New field.
7306 (process_psymtab_comp_unit): Add 'read_partial' argument.
7307 Update.
7308 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7309 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7310 (add_partial_symbol): Update.
7311 (process_die): Handle DW_TAG_partial_unit.
7312 (read_file_scope): Update comment.
7313 (load_partial_dies): Handle DW_TAG_imported_unit.
7314 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7315 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7316
7317 2012-05-10 Tom Tromey <tromey@redhat.com>
7318
7319 * cc-with-dwz.sh: New file.
7320
7321 2012-05-10 Tom Tromey <tromey@redhat.com>
7322
7323 * symtab.h (struct symtab) <includes, user>: New fields.
7324 * block.h (struct block_iterator) <d, idx, which>: New fields.
7325 * block.c (initialize_block_iterator, find_iterator_symtab)
7326 (block_iterator_step, block_iter_name_step)
7327 (block_iter_match_step): New functions.
7328 (block_iterator_first, block_iterator_next)
7329 (block_iter_name_first, block_iter_name_next)
7330 (block_iter_match_first, block_iter_match_next): Rewrite.
7331 (get_block_symtab): New function.
7332
7333 2012-05-10 Tom Tromey <tromey@redhat.com>
7334
7335 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7336 set_block_symtab.
7337 * jit.c (finalize_symtab): Use allocate_global_block,
7338 set_block_symtab.
7339 * buildsym.c (finish_block_internal): New function, from old
7340 finish_block.
7341 (finish_block): Rewrite.
7342 (end_symtab): Use finish_block_internal, set_block_symtab.
7343 * block.h (struct global_block): New.
7344 (allocate_global_block, set_block_symtab): Declare.
7345 * block.c (allocate_global_block, set_block_symtab): New
7346 functions.
7347
7348 2012-05-10 Tom Tromey <tromey@redhat.com>
7349
7350 * psymtab.c (partial_map_expand_apply): Add assertion.
7351 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7352 (psymtab_to_symtab): Find unshared psymtab.
7353 (dump_psymtab): Print including psymtabs.
7354 (recursively_search_psymtabs): New function.
7355 (expand_symtabs_matching_via_partial): Use it.
7356 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7357 fields.
7358 (enum psymtab_search_status): New.
7359
7360 2012-05-10 Tom Tromey <tromey@redhat.com>
7361
7362 * tracepoint.c (scope_info): Update.
7363 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7364 (find_pc_sect_symtab, search_symbols)
7365 (default_make_symbol_completion_list_break_on)
7366 (make_file_symbol_completion_list): Update.
7367 * symmisc.c (dump_symtab_1): Update.
7368 * stack.c (print_frame_args, iterate_over_block_locals)
7369 (print_frame_labels, iterate_over_block_arg_vars): Update.
7370 * python/py-block.c (block_object) <dict>: Remove.
7371 <block>: New field.
7372 <iter>: Change type.
7373 (blpy_iter): Update.
7374 (blpy_block_syms_iternext): Update.
7375 * psymtab.c (map_block): Use block iterators.
7376 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7377 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7378 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7379 * infrun.c (check_exception_resume): Update.
7380 * cp-support.c (make_symbol_overload_list_block): Update.
7381 * coffread.c (patch_opaque_types): Update.
7382 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7383 * block.h (struct block_iterator): New.
7384 (block_iterator_first, block_iterator_next, block_iter_name_first)
7385 (block_iter_name_next, block_iter_match_first)
7386 (block_iter_match_next): Declare.
7387 (ALL_BLOCK_SYMBOLS): Redefine.
7388 * block.c (block_iterator_first, block_iterator_next)
7389 (block_iter_name_first, block_iter_name_next)
7390 (block_iter_match_first, block_iter_match_next): New functions.
7391 * ada-lang.c (ada_add_block_symbols)
7392 (ada_make_symbol_completion_list): Use block iterator.
7393
7394 2012-05-10 Tom Tromey <tromey@redhat.com>
7395
7396 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7397 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7398 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7399 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7400 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7401 Update.
7402
7403 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7404
7405 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7406 print-file-var-lib2.c, print-file-var-main.c and
7407 print-file-var.exp (located in gdb/testsuite/gdb.base).
7408
7409 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7410
7411 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7412 try locating the symbol in the symbol's own objfile first, before
7413 extending the search to all objfiles.
7414 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7415 out of lookup_symbol_aux_symtabs.
7416 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7417 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7418 Do not search EXCLUDE_OBJFILE.
7419 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7420 (lookup_symbol_global): Search for matches in the block's objfile
7421 first, before searching all other objfiles.
7422
7423 2012-05-10 Tristan Gingold <gingold@adacore.com>
7424
7425 * printcmd.c (set_command): Add pre/post inc/dec.
7426
7427 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7428
7429 * gdb.1: Document -ex option.
7430
7431 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7432
7433 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7434 * inferior.h (AT_SYMBOL): Delete.
7435
7436 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7437
7438 * mips-tdep.c (mips_push_dummy_code): New function.
7439 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7440 ON_STACK and install mips_push_dummy_code as our gdbarch
7441 push_dummy_code routine.
7442
7443 2012-05-09 Pedro Alves <palves@redhat.com>
7444
7445 * target.c (set_maintenance_target_async_permitted): Rename to ...
7446 (set_target_async_command): ... this.
7447 (show_maintenance_target_async_permitted): Rename to ...
7448 (show_target_async_command): ... this.
7449 (initialize_targets): Adjust.
7450
7451 2012-05-08 Doug Evans <dje@google.com>
7452
7453 * go-exp.y (classify_name): Add missing assignment of fields of
7454 yylval.ssym.
7455
7456 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7457
7458 Display the ">" prompt in interactive mode while reading canned
7459 commands, even when the current interpreter is MI.
7460
7461 * interps.c (interp_set_temp): New function.
7462
7463 * interps.h (interp_set_temp): Add prototype.
7464
7465 * cli/cli-script.c (restore_interp): New cleanup function.
7466 (read_command_lines): Temporarily override the current interpreter
7467 with CLI and arrange for restoring the original one.
7468
7469 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7470
7471 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7472
7473 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7474
7475 * probe.c (parse_probes): Move conditional to check for
7476 debuginfo files from here...
7477 * stap-probe.c (stap_get_probes): ... to here.
7478
7479 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7480 H.J. Lu <hongjiu.lu@intel.com>
7481
7482 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7483 `movl %esp, %ebp' for the X32 ABI.
7484
7485 2012-05-07 Tom Tromey <tromey@redhat.com>
7486
7487 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7488 get_DW_TAG_name.
7489 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7490 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7491 (dwarf_stack_op_name): Remove.
7492 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7493 (decode_locdesc): Use get_DW_OP_name.
7494 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7495 (dwarf2_compile_expr_to_ax): Likewise.
7496 (disassemble_dwarf_expression): Likewise.
7497 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7498
7499 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7500
7501 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7502 (sh_linux_sigtramp_cache): New function.
7503 (sh_linux_sigreturn_init): New function.
7504 (sh_linux_rt_sigreturn_init): New function.
7505 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7506 patterns.
7507 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7508 syscall codes.
7509 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7510 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7511 (sh_linux_init_abi): Add init calls to register new tramp_frame
7512 definitions under 32-bit SH, update comments.
7513
7514 2012-05-07 Pedro Alves <palves@redhat.com>
7515
7516 PR gdb/10952
7517
7518 * amd64-linux-tdep.c: Include glibc-tdep.h.
7519 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7520 gdbarch_skip_solib_resolver callback.
7521
7522 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7525 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7526 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7527 (add_auto_load_safe_path): Change the error message.
7528 (_initialize_auto_load): Change the "safe-path" help text.
7529 * configure: Regenerate
7530 * configure.ac (--without-auto-load-safe-path): Set
7531 WITH_AUTO_LOAD_SAFE_PATH to /.
7532
7533 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7534
7535 * stap-probe.h: Do not include unecessary `probe.h'.
7536
7537 2012-05-05 Alan Modra <amodra@gmail.com>
7538
7539 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7540 bfd_und_section_ptr.
7541 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7542 and bfd_com_section_ptr.
7543
7544 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7545
7546 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7547
7548 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7549
7550 * windows-nat.h (segment_register_p_ftype): New typedef.
7551 (windows_set_segment_register_p): Add declaration.
7552 * windows-nat.c (segment_register_p): New static global.
7553 (windows_set_segment_register_p): New function.
7554 (do_windows_fetch_inferior_registers): Add special handling
7555 for segment registers.
7556 * amd64-windows-nat.c: #include "amd64-tdep.h".
7557 (amd64_windows_segment_register_p): New function.
7558 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7559 * i386-windows-nat.c: #include "i386-tdep.h".
7560 (i386_windows_segment_register_p): New function.
7561 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7562
7563 2012-05-04 Tristan Gingold <gingold@adacore.com>
7564
7565 * printcmd.c (set_command): Emit a warning if the expression is not
7566 an assignment.
7567
7568 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7569
7570 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7571 Make static.
7572
7573 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7574
7575 * stap-probe.c (stap_is_operator): Change declaration.
7576 (stap_get_opcode): Change return value.
7577 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7578 `stap_parse_argument_1'.
7579
7580 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7581
7582 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7583 debug log.
7584
7585 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7586
7587 Add two new methods global_block and static_block to gdb.Symtab
7588 objects.
7589 * NEWS (Python scripting): Add entry about the new methods.
7590 * python/py-symtab.c (stpy_global_block): New function which
7591 implements the gdb.Symtab.global_block() method.
7592 (stpy_static_block): New function which implements the
7593 gdb.Symtab.static_block() method.
7594 (symtab_object_methods): Add entries for the two new methods.
7595
7596 2012-05-03 Doug Evans <dje@google.com>
7597
7598 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7599 files.
7600
7601 2012-05-03 Yao Qi <yao@codesourcery.com>
7602
7603 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7604 space.
7605 (i386_process_record): Ditto.
7606
7607 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7608
7609 * infcall.c (unwind_on_signal_p): Make static.
7610
7611 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7612
7613 * sol-thread.c (solaris_pid_to_str): Make static.
7614 (_initialize_sol_thread): Add prototype.
7615
7616 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7617
7618 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7619
7620 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7621
7622 * MAINTAINERS: Remove myself.
7623
7624 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 Fix --without-auto-load-safe-path for MS-Windows host platform.
7627 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7628
7629 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7630
7631 * gdb_curses.h: Undefine KEY_EVENT before including curses
7632 headers. Move "#undef MOUSE_MOVED" before any curses header
7633 inclusion.
7634
7635 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7636
7637 * features/i386/i386-mmx-linux.c: Regenerate.
7638 * features/rs6000/powerpc-32.c: Likewise.
7639 * features/rs6000/powerpc-32l.c: Likewise.
7640 * features/rs6000/powerpc-403.c: Likewise.
7641 * features/rs6000/powerpc-403gc.c: Likewise.
7642 * features/rs6000/powerpc-405.c: Likewise.
7643 * features/rs6000/powerpc-505.c: Likewise.
7644 * features/rs6000/powerpc-601.c: Likewise.
7645 * features/rs6000/powerpc-602.c: Likewise.
7646 * features/rs6000/powerpc-603.c: Likewise.
7647 * features/rs6000/powerpc-604.c: Likewise.
7648 * features/rs6000/powerpc-64.c: Likewise.
7649 * features/rs6000/powerpc-64l.c: Likewise.
7650 * features/rs6000/powerpc-750.c: Likewise.
7651 * features/rs6000/powerpc-860.c: Likewise.
7652 * features/rs6000/powerpc-e500.c: Likewise.
7653 * features/rs6000/powerpc-e500l.c: Likewise.
7654 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7655 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7656 * features/rs6000/rs6000.c: Likewise.
7657
7658 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7659
7660 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7661 variable.
7662 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7663 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7664 (stap_parse_argument) <e>: Likewise.
7665 (handle_stap_probe) <byte_order>: Likewise.
7666
7667 2012-04-30 Doug Evans <dje@google.com>
7668
7669 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7670 init_and_read_dies_worker. All callers updated.
7671 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7672 replaced with init_cutu_and_read_dies.
7673 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7674 (find_partial_die): Remove FIXME. Don't free current CU.
7675
7676 2012-04-30 Sterling Augustine <saugustine@google.com>
7677
7678 * contrib: New directory.
7679 * contrib/test_pubnames_and_indexes.py: New file.
7680
7681 2012-04-30 Doug Evans <dje@google.com>
7682
7683 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7684 All callers updated.
7685 (init_cu_die_reader): Verify the section is non-empty.
7686 (dwarf_decode_line_header): Don't dereference section->asection
7687 until we know the section is present.
7688
7689 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7690
7691 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7692 probes.
7693
7694 2012-04-29 Yao Qi <yao@codesourcery.com>
7695
7696 * gdb-code-style.el: New hook gdb-markup-hook
7697 and gdb-comment-hook.
7698
7699 2012-04-28 Doug Evans <dje@google.com>
7700
7701 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7702 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7703 objfile->obfd.
7704 * symfile.h (dwarf2_debug_sections): New member addr.
7705 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7706 (ctx_no_get_addr_index): New function.
7707 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7708 (ctx_no_get_addr_index): Declare.
7709 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7710 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7711 (dwarf_expr_ctx_funcs): Update.
7712 (needs_get_addr_index): New function.
7713 (needs_frame_ctx_funcs): Update.
7714 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7715 * dwarf2read.c: #include "gdbcore.h".
7716 (dwarf2_per_objfile): New members addr, dwo_files.
7717 (dwarf2_elf_names): Add entry for addr.
7718 (struct dwo_section_names): New type.
7719 (dwo_section_names): New static global.
7720 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7721 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7722 old debug_types_section member updated to use this.
7723 Rename member debug_types_section to info_or_types_section,
7724 all uses updated.
7725 (signatured_type): Rename member type_offset to type_offset_in_tu,
7726 all uses updated. New member type_offset_in_section.
7727 (struct dwo_sections): New type.
7728 (struct dwo_unit): New type.
7729 (struct dwo_file): New type.
7730 (die_reader_specs): New member dwo_file.
7731 (dwarf2_locate_sections): Watch for .debug_addr.
7732 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7733 (dwarf2_read_section): Get bfd of section from bfd's asection,
7734 instead of objfile.
7735 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7736 (create_signatured_type_table_from_index): Initialize
7737 sig_type->info_or_types_section.
7738 (dw2_get_file_names): Statement lists for type units with DWO files
7739 live in the DWO file.
7740 (create_debug_types_hash_table): New function.
7741 (create_all_type_units): Rewrite.
7742 (init_cu_die_reader): New arg dwo_file, all callers updated.
7743 (init_and_read_dies_worker): Get section from
7744 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7745 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7746 continue reading the CU/TU from there.
7747 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7748 updated. Get section from this_cu->info_or_types_section.
7749 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7750 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7751 DW_FORM_GNU_str_index.
7752 (hash_dwo_file, eq_dwo_file): New functions.
7753 (allocate_dwo_file_hash_table): New function.
7754 (hash_dwo_unit, eq_dwo_unit): New functions.
7755 (allocate_dwo_unit_table): New function.
7756 (dwarf2_locate_dwo_sections): New function.
7757 (struct create_dwo_info_table_data): New type.
7758 (create_debug_info_hash_table_reader): New function.
7759 (create_debug_info_hash_table): New function.
7760 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7761 (lookup_dwo_file): New function.
7762 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7763 (free_dwo_file, free_dwo_file_cleanup): New functions.
7764 (free_dwo_file_from_slot, free_dwo_files): New functions.
7765 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7766 (dwarf2_record_block_ranges): Ditto.
7767 (read_partial_die): Ditto.
7768 (process_enumeration_scope): Update to use type_offset_in_section.
7769 (read_full_die_1): New function.
7770 (read_full_die): Rewrite.
7771 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7772 DW_FORM_GNU_str_index.
7773 (read_addr_index_1, read_addr_index): New functions.
7774 (read_addr_index_from_leb128): New function.
7775 (struct dwarf2_read_addr_index_data): New type.
7776 (dwarf2_read_addr_index_reader): New function.
7777 (dwarf2_read_addr_index): New function.
7778 (read_str_index): New function.
7779 (leb128_size): New function.
7780 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7781 If processing a type unit from a DWO file, get the line section
7782 from the DWO file.
7783 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7784 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7785 DW_FORM_GNU_str_index.
7786 (lookup_die_type): Check whether section offset of type's die is
7787 known before looking it up. Remove assert. Condition can
7788 legimately happen for inter-cu type references.
7789 (dwarf_attr_name): Handle Fission attributes.
7790 (dwarf_form_name): Handle Fission forms.
7791 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7792 DW_FORM_GNU_str_index.
7793 (follow_die_sig): Update to use type_offset_in_section.
7794 (decode_locdesc): New case DW_OP_GNU_addr_index.
7795 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7796 DW_FORM_GNU_str_index.
7797 (cu_debug_loc_section): New function.
7798 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7799 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7800 Free DWO files if present.
7801 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7802
7803 Refactor DIE reading.
7804 * dwarf2read.c (dwarf2_per_objfile): Replace members
7805 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7806 (die_reader_specs): New member "die_section". Temporarily make
7807 member "buffer" non-const, pending constifying all info_ptr uses.
7808 (die_reader_func_ftype): New typedef.
7809 (dw2_get_file_names_reader): New function.
7810 (dw2_get_file_names): Rewrite.
7811 (read_and_check_type_unit_head): Rename arg type_offset to
7812 type_offset_in_tu.
7813 (create_all_type_units): Improve debugging message.
7814 Improve dummy type unit check.
7815 (init_cu_die_reader): New arg "section". All callers updated.
7816 (init_and_read_dies_worker): New function.
7817 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7818 (init_cutu_and_read_dies_no_follow): New function.
7819 (init_cutu_and_read_dies_simple): New function.
7820 (process_psymtab_comp_unit_reader): New function.
7821 (process_psymtab_comp_unit): Delete args section,
7822 is_debug_types_section. Rewrite. All callers updated.
7823 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7824 All callers updated. Rewrite.
7825 (load_partial_comp_unit_reader): New function.
7826 (load_partial_comp_unit): Rewrite.
7827 (skip_children): New arg reader. Delete args buffer, cu.
7828 All callers updated.
7829 (skip_one_die): New arg reader. Delete args buffer, cu.
7830 All callers updated.
7831 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7832 All callers updated.
7833 (load_full_comp_unit_reader): New function.
7834 (load_full_comp_unit): Rewrite.
7835 (read_comp_unit): Delete.
7836 (read_die_and_children_1): Delete, contents moved ...
7837 (read_die_and_children): ... here.
7838 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7839 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7840 All callers updated.
7841 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7842 All callers updated.
7843 (find_partial_die): Rewrite load_all_dies support.
7844 (read_attribute_value): New arg reader. Delete args abfd, cu.
7845 All callers updated.
7846 (read_attribute): New arg reader. Delete args abfd, cu.
7847 All callers updated.
7848 (load_full_type_unit): Add assert.
7849 (read_signatured_type_reader): New function.
7850 (read_signatured_type): Rewrite.
7851 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7852 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7853 All callers updated. Set per_cu->cu = NULL after freeing it.
7854 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7855 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7856 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7857 (set_die_type): Update.
7858 (get_die_type_at_offset): Update.
7859 (read_file_scope): Call prepare_one_comp_unit.
7860 (read_type_unit_scope): Ditto.
7861 (prepare_one_comp_unit): Set producer if present.
7862
7863 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7864
7865 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7866 gettext function on `error'.
7867
7868 2012-04-27 Doug Evans <dje@google.com>
7869
7870 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7871 is empty.
7872
7873 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7874 Tom Tromey <tromey@redhat.com>
7875
7876 * breakpoint.c (struct breakpoint_objfile_data)
7877 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7878 <exception_probes>: New fields.
7879 (free_breakpoint_probes): New function.
7880 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7881 `_Unwind_DebugHook'.
7882 (create_exception_master_breakpoint): Likewise.
7883 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7884 * infrun.c: Including necessary header files for handling SystemTap
7885 probes.
7886 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7887 via SystemTap probes.
7888 (check_exception_resume): Remove `func' argument. Handle exception
7889 unwinding breakpoint set via a SystemTap probe.
7890 (insert_exception_resume_from_probe): New function.
7891
7892 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7893 Tom Tromey <tromey@redhat.com>
7894 Jan Kratochvil <jan.kratochvil@redhat.com>
7895
7896 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7897 (COMMON_OBS): Likewise.
7898 (HFILES_NO_SRCDIR): Add `probe'.
7899 * NEWS: Mention support for static and SystemTap probes.
7900 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7901 SystemTap probes' arguments parser.
7902 * arm-linux-tdep.c: Including headers needed to perform the parsing
7903 of SystemTap probes' arguments.
7904 (arm_stap_is_single_operand): New function.
7905 (arm_stap_parse_special_token): Likewise.
7906 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7907 probes' arguments parser.
7908 * ax-gdb.c (require_rvalue): Removing static declaration.
7909 (gen_expr): Likewise.
7910 * ax-gdb.h (gen_expr): Declaring function.
7911 (require_rvalue): Likewise.
7912 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7913 (bkpt_probe_breakpoint_ops): New variable.
7914 (momentary_breakpoint_from_master): Set the `probe' value.
7915 (add_location_to_breakpoint): Likewise.
7916 (break_command_1): Using proper breakpoint_ops according to the
7917 argument passed by the user in the command line.
7918 (bkpt_probe_insert_location): New function.
7919 (bkpt_probe_remove_location): Likewise.
7920 (bkpt_probe_create_sals_from_address): Likewise.
7921 (bkpt_probe_decode_linespec): Likewise.
7922 (tracepoint_probe_create_sals_from_address): Likewise.
7923 (tracepoint_probe_decode_linespec): Likewise.
7924 (tracepoint_probe_breakpoint_ops): New variable.
7925 (trace_command): Using proper breakpoint_ops according to the
7926 argument passed by the user in the command line.
7927 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7928 static probes on breakpoints and tracepoints.
7929 * breakpoint.h (struct bp_location) <probe>: New field.
7930 * cli-utils.c (skip_spaces_const): New function.
7931 (extract_arg): Likewise.
7932 * cli-utils.h (skip_spaces_const): Likewise.
7933 (extract_arg): Likewise.
7934 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7935 * configure.ac: Append `stap-probe.o' to be generated when ELF
7936 support is present.
7937 * configure: Regenerate.
7938 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7939 * elfread.c: Include `probe.h' and `arch-utils.h'.
7940 (probe_key): New variable.
7941 (elf_get_probes): New function.
7942 (elf_get_probe_argument_count): Likewise.
7943 (elf_evaluate_probe_argument): Likewise.
7944 (elf_compile_to_ax): Likewise.
7945 (elf_symfile_relocate_probe): Likewise.
7946 (stap_probe_key_free): Likewise.
7947 (elf_probe_fns): New variable.
7948 (elf_sym_fns): Add `sym_probe_fns' value.
7949 (elf_sym_fns_lazy_psyms): Likewise.
7950 (elf_sym_fns_gdb_index): Likewise.
7951 (_initialize_elfread): Initialize objfile cache for static
7952 probes.
7953 * gdb_vecs.h (struct probe): New forward declaration.
7954 (probe_p): New VEC declaration.
7955 * gdbarch.c: Regenerate.
7956 * gdbarch.h: Regenerate.
7957 * gdbarch.sh (stap_integer_prefix): New variable.
7958 (stap_integer_suffix): Likewise.
7959 (stap_register_prefix): Likewise.
7960 (stap_register_suffix): Likewise.
7961 (stap_register_indirection_prefix): Likewise.
7962 (stap_register_indirection_suffix): Likewise.
7963 (stap_gdb_register_prefix): Likewise.
7964 (stap_gdb_register_suffix): Likewise.
7965 (stap_is_single_operand): New function.
7966 (stap_parse_special_token): Likewise.
7967 (struct stap_parse_info): Forward declaration.
7968 * i386-tdep.c: Including headers needed to perform the parsing
7969 of SystemTap probes' arguments.
7970 (i386_stap_is_single_operand): New function.
7971 (i386_stap_parse_special_token): Likewise.
7972 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7973 probes' arguments parser.
7974 * i386-tdep.h (i386_stap_is_single_operand): New function.
7975 (i386_stap_parse_special_token): Likewise.
7976 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7977 * mipsread.c (ecoff_sym_fns): Likewise.
7978 * objfiles.c (objfile_relocate1): Support relocation for static
7979 probes.
7980 * parse.c (prefixify_expression): Remove static declaration.
7981 (initialize_expout): Likewise.
7982 (reallocate_expout): Likewise.
7983 * parser-defs.h (initialize_expout): Declare function.
7984 (reallocate_expout): Likewise.
7985 (prefixify_expression): Likewise.
7986 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7987 of SystemTap probes' arguments.
7988 (ppc_stap_is_single_operand): New function.
7989 (ppc_stap_parse_special_token): Likewise.
7990 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7991 probes' arguments parser.
7992 * probe.c: New file, for generic statically defined probe support.
7993 * probe.h: Likewise.
7994 * s390-tdep.c: Including headers needed to perform the parsing of
7995 SystemTap probes' arguments.
7996 (s390_stap_is_single_operand): New function.
7997 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7998 probes' arguments parser.
7999 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8000 * stap-probe.c: New file, for SystemTap probe support.
8001 * stap-probe.h: Likewise.
8002 * symfile.h: Include `gdb_vecs.h'.
8003 (struct sym_probe_fns): New struct.
8004 (struct sym_fns) <sym_probe_fns>: New field.
8005 * symtab.c (init_sal): Initialize `probe' field.
8006 * symtab.h (struct probe): Forward declaration.
8007 (struct symtab_and_line) <probe>: New field.
8008 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8009 locations.
8010 (stop_tracing): Likewise.
8011 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8012
8013 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
8014 Tom Tromey <tromey@redhat.com>
8015
8016 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8017 and to compile agent expressions.
8018 * infrun.c (siginfo_make_value): New argument `ignore'.
8019 (siginfo_funcs): New struct.
8020 (_initialize_infrun): New argument when calling
8021 `create_internalvar_type_lazy'.
8022 * thread.c (thread_id_make_value): New argument `ignore'.
8023 (thread_funcs): New struct.
8024 (_initialize_thread): New argument when calling
8025 `create_internalvar_type_lazy'.
8026 * tracepoint.c (sdata_make_value): New argument `ignore'.
8027 (sdata_funcs): New struct.
8028 (_initialize_tracepoint): New argument when calling
8029 `create_internalvar_type_lazy'.
8030 * value.c (make_value): New struct.
8031 (create_internalvar_type_lazy): New argument `data'.
8032 (compile_internalvar_to_ax): New function.
8033 (value_of_internalvar): Properly handling `make_value' case.
8034 (clear_internalvar): Likewise.
8035 (show_convenience): Adding `TRY_CATCH' block.
8036 * value.h (internalvar_make_value): Delete, replace by...
8037 (struct internalvar_funcs): ... this.
8038 (create_internalvar_type_lazy) <fun>: Delete argument.
8039 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8040 (compile_internalvar_to_ax): New function.
8041 * windows-tdep.c (tlb_make_value): New argument `ignore'.
8042 (tlb_funcs): New struct.
8043 (_initialize_windows_tdep): New argument when calling
8044 `create_internalvar_type_lazy'.
8045
8046 2012-04-27 Mark Wielaard <mjw@redhat.com>
8047
8048 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8049 see whether it is an address or a constant offset from DW_AT_low_pc.
8050 (dwarf2_record_block_ranges): Likewise.
8051 (read_partial_die): Likewise.
8052
8053 2012-04-26 Mark Wielaard <mjw@redhat.com>
8054
8055 * MAINTAINERS (Write After Approval): Add myself to the list.
8056
8057 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8058
8059 * proc-utils.h (proc_prettyprint_signalset): New prototype.
8060 (proc_prettyprint_signal): Likewise.
8061 (proc_prettyprint_faultset): Likewise.
8062 (proc_prettyprint_fault): Likewise.
8063 (proc_prettyprint_actionset): Likewise.
8064 (proc_prettyprint_flags): Move to new proc-flags.c section.
8065 (proc_prettyfprint_flags): New prototype.
8066 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8067 (proc_syscall, proc_cursig): Likewise.
8068 (proc_set_kill_on_last_close): Likewise.
8069 (proc_unset_kill_on_last_close): Likewise.
8070 (proc_set_watchpoint): Make static.
8071 (proc_delete_dead_threads): Likewise.
8072 (procfs_set_watchpoint): Likewise.
8073 (_initialize_procfs): Add prototype.
8074 * proc-events.c: Include proc-utils.h.
8075 (init_syscall_table): Make static.
8076 * proc-api.c (_initialize_proc_api): Add prototype.
8077 * proc-flags.c: Include proc-utils.h.
8078
8079 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
8080
8081 * configure.ac: Add AC_ARG_PROGRAM.
8082 * configure: Regenerate.
8083
8084 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8085
8086 Fix DW_AT_lower_bound defaults for DWARF-4+.
8087 * dwarf2read.c (read_subrange_type): Remove initialization of low and
8088 high. New variable low_default_is_valid. Implement DWARF-4+
8089 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
8090 no default by the DWARF standard.
8091
8092 2012-04-26 Maciej W. Rozycki <macro@mips.com>
8093 Maciej W. Rozycki <macro@codesourcery.com>
8094
8095 * infrun.c (handle_inferior_event): Move the check for return
8096 trampolines ahead of the check for function trampolines.
8097 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8098 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8099 (mips_str_mips16_ret_stub): Likewise.
8100 (mips_str_call_fp_stub): Likewise.
8101 (mips_str_call_stub): Likewise.
8102 (mips_str_fn_stub): Likewise.
8103 (mips_str_pic): Likewise.
8104 (mips_in_frame_stub): New function.
8105 (mips_unwind_pc): Return the return address rather than the PC
8106 if the PC of an intermediate frame is inside a call thunk.
8107 (mips_is_stub_suffix): New function.
8108 (mips_is_stub_mode): Likewise.
8109 (mips_get_mips16_fn_stub_pc): Likewise.
8110 (mips_skip_mips16_trampoline_code): Update to handle all the
8111 currently generated stub types. Don't recurse into __fn_stub
8112 thunks. Remove heuristics to handle stubs beyond etext/_etext.
8113 Use cooked register accesses.
8114 (mips_in_return_stub): Reintroduce function.
8115 (mips_skip_trampoline_code): Traverse trampolines recursively.
8116 (mips_gdbarch_init): Handle MIPS16 return trampolines.
8117
8118 2012-04-26 Joel Brobecker <brobecker@adacore.com>
8119
8120 GDB 7.4.1 released.
8121
8122 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
8123
8124 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8125 * features/arm-with-m-vfp-d16.xml: New file. Describes
8126 Cortex-M with VFPv4-sp-d16 FPU register layout.
8127 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8128 * features/arm-with-m-vfp-d16.c: New. Generated from above.
8129 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8130 (arm-register_g_packet_guesses): Add vfp-d16 guess.
8131 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8132
8133 2012-04-25 Doug Evans <dje@google.com>
8134
8135 * cli/cli-decode.c (print_doc_line): Use stream instead of
8136 current_uiout.
8137
8138 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8139
8140 * features/arm-with-iwmmxt.c: Regenerate.
8141 * features/arm-with-m-fpa-layout.c: Likewise.
8142 * features/arm-with-m.c: Likewise.
8143 * features/arm-with-neon.c: Likewise.
8144 * features/arm-with-vfpv2.c: Likewise.
8145 * features/arm-with-vfpv3.c: Likewise.
8146 * features/mips-dsp-linux.c: Likewise.
8147 * features/mips-linux.c: Likewise.
8148 * features/mips64-dsp-linux.c: Likewise.
8149 * features/mips64-linux.c: Likewise.
8150 * features/s390-linux32.c: Likewise.
8151 * features/s390-linux32v1.c: Likewise.
8152 * features/s390-linux32v2.c: Likewise.
8153 * features/s390-linux64.c: Likewise.
8154 * features/s390-linux64v1.c: Likewise.
8155 * features/s390-linux64v2.c: Likewise.
8156 * features/s390x-linux64.c: Likewise.
8157 * features/s390x-linux64v1.c: Likewise.
8158 * features/s390x-linux64v2.c: Likewise.
8159 * features/tic6x-c62x-linux.c: Likewise.
8160 * features/tic6x-c62x.c: Likewise.
8161 * features/tic6x-c64x-linux.c: Likewise.
8162 * features/tic6x-c64x.c: Likewise.
8163 * features/tic6x-c64xp-linux.c: Likewise.
8164 * features/tic6x-c64xp.c: Likewise.
8165 * target-descriptions.c: Only generate `field_type' and `type'
8166 variables when needed.
8167
8168 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8169
8170 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8171
8172 2012-04-25 Doug Evans <dje@google.com>
8173
8174 Initial pass at Go language support.
8175 * NEWS: Mention Go.
8176 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8177 go-valprint.c.
8178 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8179 (YYFILES): Add go-exp.c.
8180 (YYOBJ): Add go-exp.o.
8181 (local-maintainer-clean): Delete go-exp.c.
8182 * defs.h (enum language): Add language_go.
8183 * dwarf2read.c: #include "go-lang.h".
8184 (fixup_go_packaging): New function.
8185 (process_full_comp_unit): Call it when processing Go CUs.
8186 (dwarf2_physname): Add Go support.
8187 (read_file_scope): Handle missing language spec for GNU Go.
8188 (set_cu_language): Handle DW_LANG_Go.
8189 * go-exp.y: New file.
8190 * go-lang.h: New file.
8191 * go-lang.c: New file.
8192 * go-typeprint.c: New file.
8193 * go-valprint.c: New file.
8194 * symtab.c: #include "go-lang.h".
8195 (symbol_set_language): Handle language_go.
8196 (symbol_find_demangled_name, symbol_set_names): Ditto.
8197 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8198
8199 2012-04-24 Jim Meyering <meyering@redhat.com>
8200
8201 avoid a few strncpy-induced buffer overruns
8202 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8203 fname and psargs before trying to concatenate.
8204 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8205 "name" before applying strchr.
8206
8207 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8208
8209 * CONTRIBUTE: Use unified diff instead of context diff when
8210 generating patches.
8211
8212 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8213
8214 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8215 code. Handle JR.HB correctly.
8216
8217 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8218
8219 * mips-tdep.c
8220 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8221 with the other MIPS16 helpers.
8222
8223 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8224
8225 * observer.sh: Conditionally declare `args', thus cleaning up
8226 unused instances of this variable.
8227
8228 2012-04-24 Yao Qi <yao@codesourcery.com>
8229
8230 Revert this patch to allow breakpoint always-inserted
8231 in record target.
8232 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8233 * breakpoint.c: Include record.h.
8234 (breakpoints_always_inserted_mode): Return false when the record
8235 target is in use.
8236
8237 * breakpoint.c (iterate_over_bp_locations): New.
8238 * breakpoint.h: Declare.
8239 New typedef walk_bp_location_callback.
8240 * record.c (record_open): Call record_init_record_breakpoints.
8241 (record_sync_record_breakpoints): New.
8242 (record_init_record_breakpoints): New.
8243 * NEWS: Mention supporting breakpoint always-inserted mode in
8244 record target.
8245
8246 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8247
8248 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8249 any thread.
8250
8251 2012-04-24 Yao Qi <yao@codesourcery.com>
8252
8253 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8254 (is_catchpoint): ... it.
8255 (print_one_breakpoint_location): Caller update.
8256 * breakpoint.h: Update declaration.
8257
8258 2012-04-23 David S. Miller <davem@davemloft.net>
8259
8260 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8261
8262 2012-04-23 Tom Tromey <tromey@redhat.com>
8263
8264 * buildsym.c (add_free_pendings): Remove.
8265 * buildsym.h (add_free_pendings): Remove.
8266
8267 2012-04-23 Doug Evans <dje@google.com>
8268
8269 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8270 attr.u.unsnd instead of attr.u.addr.
8271 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8272 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8273 DW_FORM_ref_udata.
8274 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8275 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8276 DW_FORM_ref_udata.
8277 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8278
8279 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8280
8281 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8282 (mips_o32_return_value): Likewise.
8283 (mips_o64_return_value): Likewise.
8284
8285 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8286
8287 * ada-lang.c (ada_evaluate_subexp): Add cases for
8288 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8289 their treatment in eval.c.
8290
8291 2012-04-21 David S. Miller <davem@davemloft.net>
8292
8293 * sparc-tdep.c (X_DISP10): Define.
8294 (sparc_analyze_control_transfer): Handle compare-and-branch.
8295
8296 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8297
8298 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8299 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8300
8301 2012-04-20 Nigel Stephens <nigel@mips.com>
8302 Maciej W. Rozycki <macro@codesourcery.com>
8303
8304 * mips-tdep.c (mips_float_register_p): New function.
8305 (mips_convert_register_float_case_p): Use mips_float_register_p.
8306 (mips_register_type): Likewise.
8307 (mips_print_register): Likewise.
8308 (print_gp_register_row): Likewise.
8309 (mips_print_registers_info): Likewise.
8310
8311 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8312
8313 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8314 of mips16 symbols.
8315
8316 2012-04-20 Andrew Pinski <apinski@cavium.com>
8317
8318 * MAINTAINERS (Write After Approval): Add myself to the list.
8319
8320 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8321
8322 * MAINTAINERS: Update my e-mail address.
8323
8324 2012-04-20 Pedro Alves <palves@redhat.com>
8325
8326 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8327 $srcdir.
8328 * configure: Regenerate.
8329
8330 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8331
8332 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8333 declaration.
8334 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8335
8336 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 Fix compilation compatibility with python-2.4
8339 * python/py-type.c (convert_field): Cast ADDRSTRING for
8340 PyObject_SetAttrString as non-const. New comment.
8341
8342 2012-04-19 Tom Tromey <tromey@redhat.com>
8343
8344 * top.c (quit_target): Use all_cleanups.
8345 * main.c (captured_command_loop): Use all_cleanups.
8346 * exceptions.c (throw_exception): Use all_cleanups.
8347
8348 2012-04-19 Pedro Alves <palves@redhat.com>
8349
8350 * Makefile.in (GNULIB_BUILDDIR): New.
8351 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8352 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8353 (CLEANDIRS). Remove gnulib/import.
8354 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8355 (all-lib): Ditto.
8356 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8357 (gnulib/import/Makefile): Replace gnulib/import with
8358 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8359 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8360 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8361 acx_configure_dir.m4.
8362 * acinclude.m4: Include acx_configure_dir.m4.
8363 * acx_configure_dir.m4: New file.
8364 * aclocal.m4: Regenerate.
8365 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8366 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8367 (GNULIB): New variable.
8368 (GNULIB_STDINT_H): Adjust.
8369 (AC_OUTPUT): Don't output gnulib/Makefile.
8370 * gdb/defs.h: Include build-gnulib/config.h.
8371 * aclocal.m4: Regenerate.
8372 * config.in: Regenerate.
8373 * configure: Regenerate.
8374
8375 * gnulib/Makefile.in: New file.
8376 * gnulib/configure.ac: New file.
8377 * gnulib/aclocal.m4: New file.
8378 * gnulib/config.in: New file.
8379 * gnulib/configure: New file.
8380 * gnulib/: Re-run gnulib-tool to adjust.
8381
8382 2012-04-19 Doug Evans <dje@google.com>
8383
8384 * cleanups.h (struct cleanup): Move to cleanups.c.
8385 (make_cleanup_dtor_ftype): New typedef.
8386 (make_cleanup_dtor): Use it.
8387 (ALL_CLEANUPS): Replace with ...
8388 (all_cleanups): ... this. Declare. All uses updated.
8389 * cleanups.c: #include "gdb_assert.h".
8390 (sentinel_cleanup): New static global.
8391 (SENTINEL_CLEANUP): Define.
8392 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8393 (make_my_cleanup2): Assert result is non-NULL.
8394 (all_cleanups): New function.
8395 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8396 of NULL.
8397
8398 2012-04-19 Pedro Alves <palves@redhat.com>
8399
8400 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8401 Adjust paths to gnulib imported files.
8402
8403 2012-04-19 Pedro Alves <palves@redhat.com>
8404
8405 * gnulib/: Move whole directory ...
8406 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8407 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8408 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8409 (aclocal_m4_deps): Adjust.
8410 * aclocal.m4: Regenerate.
8411 * configure: Regenerate.
8412 * configure.ac: Adjust AC_OUTPUT output.
8413
8414 2012-04-19 Yao Qi <yao@codesourcery.com>
8415
8416 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8417 (vec.o): New rule.
8418 * vec.c: Move it ...
8419 * common/vec.c: ... here.
8420 * vec.h: Move it ...
8421 * common/vec.h: ... here.
8422
8423 2012-04-19 Yao Qi <yao@codesourcery.com>
8424
8425 * gdb-code-style.el: New.
8426
8427 2012-04-18 Pedro Alves <palves@redhat.com>
8428
8429 Update gnulib from latest git.
8430 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8431
8432 * gnulib/Makefile.am: Update.
8433 * gnulib/dummy.c: Update.
8434 * gnulib/extra/arg-nonnull.h: Update.
8435 * gnulib/extra/c++defs.h: Update.
8436 * gnulib/extra/update-copyright: Update.
8437 * gnulib/extra/warn-on-use.h: Update.
8438 * gnulib/inttypes.in.h: Update.
8439 * gnulib/m4/00gnulib.m4: Update.
8440 * gnulib/m4/extensions.m4: Update.
8441 * gnulib/m4/gnulib-cache.m4: Update.
8442 * gnulib/m4/gnulib-common.m4: Update.
8443 * gnulib/m4/gnulib-comp.m4: Update.
8444 * gnulib/m4/gnulib-tool.m4: Update.
8445 * gnulib/m4/include_next.m4: Update.
8446 * gnulib/m4/inttypes-pri.m4: Update.
8447 * gnulib/m4/inttypes.m4: Update.
8448 * gnulib/m4/longlong.m4: Update.
8449 * gnulib/m4/memchr.m4: Update.
8450 * gnulib/m4/memmem.m4: Update.
8451 * gnulib/m4/mmap-anon.m4: Update.
8452 * gnulib/m4/multiarch.m4: Update.
8453 * gnulib/m4/onceonly.m4: Update.
8454 * gnulib/m4/stddef_h.m4: Update.
8455 * gnulib/m4/stdint.m4: Update.
8456 * gnulib/m4/string_h.m4: Update.
8457 * gnulib/m4/warn-on-use.m4: Update.
8458 * gnulib/m4/wchar_h.m4: Update.
8459 * gnulib/m4/wchar_t.m4: Update.
8460 * gnulib/m4/wint_t.m4: Update.
8461 * gnulib/memchr.c: Update.
8462 * gnulib/memmem.c: Update.
8463 * gnulib/stddef.in.h: Update.
8464 * gnulib/stdint.in.h: Update.
8465 * gnulib/str-two-way.h: Update.
8466 * gnulib/string.in.h: Update.
8467 * gnulib/wchar.in.h: Update.
8468
8469 * gnulib/extra/arg-nonnull.h: Delete.
8470 * gnulib/extra/c++defs.h: Delete.
8471 * gnulib/extra/warn-on-use.h: Delete.
8472 * gnulib/m4/wchar_h.m4: Delete.
8473 * gnulib/m4/wint_t.m4: Delete.
8474 * gnulib/wchar.in.h: Delete.
8475
8476 * gnulib/extra/snippets/arg-nonnull.h: New.
8477 * gnulib/extra/snippets/c++defs.h: New.
8478 * gnulib/extra/snippets/warn-on-use.h: New.
8479
8480 * aclocal.m4: Regenerate.
8481 * config.in: Regenerate.
8482 * configure: Regenerate.
8483 * gnulib/Makefile.in: Regenerate.
8484
8485 2012-04-18 Pedro Alves <palves@redhat.com>
8486
8487 Reimport the update-copyright module from gnulib
8488 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8489
8490 * configure: Regenerate.
8491 * gnulib/Makefile.am: Update.
8492 * gnulib/Makefile.in: Regenerate.
8493 * gnulib/extra/update-copyright: Update.
8494 * gnulib/m4/gnulib-cache.m4: Update.
8495 * gnulib/m4/gnulib-comp.m4: Update.
8496
8497 2012-04-18 Tristan Gingold <gingold@adacore.com>
8498
8499 * configure.ac (aix): Put -lpthread into libs.
8500 * configure: Regenerate.
8501
8502 2012-04-18 Tom Tromey <tromey@redhat.com>
8503
8504 * linespec.c (convert_linespec_to_sals): Don't use
8505 SYMBOL_OBJ_SECTION.
8506 (compare_msymbols): Arguments are minsym_and_objfile, not
8507 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8508
8509 2012-04-18 Pedro Alves <palves@redhat.com>
8510
8511 Revert gnulib/ part of:
8512 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8513 Copyright year update in most files (performed by copyright.sh).
8514
8515 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8516
8517 Fix 64-bit constants on 32-bit hosts.
8518 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8519 from unsigned long to ULONGEST.
8520 (read_signed_leb128): Change declaration return type from long to
8521 LONGEST.
8522 (dwarf2_const_value_attr): Change declaration parameter value from long
8523 to LONGEST.
8524 (dwarf2_compute_name): Change variable value from long to LONGEST.
8525 (read_unsigned_leb128): Change return type, variable result and some
8526 casts from unsigned long to ULONGEST.
8527 (read_signed_leb128): Change return type, variable result and some
8528 casts from long to LONGEST.
8529 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8530 value from long to LONGEST.
8531 (dwarf2_const_value): Change variable value from long to LONGEST.
8532 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8533 plongest and hex_string.
8534 * symtab.h (struct general_symbol_info): Change ivalue from long to
8535 LONGEST, remove the comment.
8536 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8537 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8538
8539 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8540
8541 PR symtab/7259:
8542 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8543 * ada-lang.c (ada_discrete_type_high_bound)
8544 (ada_discrete_type_low_bound): Fix function comment. Use
8545 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8546 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8547 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8548 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8549 Use TYPE_FIELD_ENUMVAL.
8550 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8551 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8552 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8553 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8554 TYPE_CODE_ENUM.
8555 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8556 * dwarf2read.c (process_enumeration_scope): Likewise.
8557 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8558 field.bitpos.
8559 (class StructMainTypePrettyPrinter): Support also
8560 FIELD_LOC_KIND_ENUMVAL.
8561 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8562 TYPE_CODE_ENUM.
8563 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8564 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8565 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8566 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8567 field enumval.
8568 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8569 accommodate enumval.
8570 (struct call_site): Adjust loc_kind to accommodate enumval.
8571 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8572 (TYPE_FIELD_ENUMVAL): New macros.
8573 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8574 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8575 TYPE_CODE_ENUM.
8576 * p-typeprint.c (pascal_type_print_base): Likewise.
8577 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8578 enumval.
8579 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8580 * python/py-type.c (convert_field): New variable addrstring. Use
8581 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8582 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8583 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8584 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8585 TYPE_CODE_ENUM.
8586 * valprint.c (generic_val_print): Likewise.
8587
8588 2012-04-17 Doug Evans <dje@google.com>
8589
8590 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8591
8592 * dwarf2read.c: Whitespace fixes.
8593 (lookup_signatured_type): Tweak comment.
8594 (get_die_type_at_offset): Fix comment.
8595
8596 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8597
8598 * xcoffread.c (xcoff_secnum_to_sections): New function.
8599 (secnum_to_section, secnum_to_bfd_section): Reimplement
8600 using xcoff_secnum_to_sections. Rename "secnum" parameter
8601 into "n_scnum".
8602 (RECORD_MINIMAL_SYMBOL): Delete.
8603 (record_minimal_symbol): New function.
8604 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8605 by call to record_minimal_symbol and set misc_func_recorded
8606 to 1. Set last_csect_sec to the XCOFF section index instead
8607 of GDB's section_offset index. Update calls to
8608 prim_record_minimal_symbol_and_info to pass the BFD section
8609 as well.
8610
8611 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8612
8613 * xcoffread.c (read_xcoff_symtab): Delete variables
8614 last_csect_val and last_csect_sec and associated code.
8615
8616 2012-04-17 Doug Evans <dje@google.com>
8617
8618 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8619 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8620 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8621 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8622
8623 * cleanups.h: New file.
8624 * cleanups.c: New file.
8625 * Makefile.in (SFILES): Add cleanups.c.
8626 (HFILES_NO_SRCDIR): Add cleanups.h.
8627 (COMMON_OBS): Add cleanups.o.
8628 * defs.h (struct cleanup): Moved to cleanups.h.
8629 (do_cleanups,do_final_cleanups): Ditto.
8630 (discard_cleanups,discard_final_cleanups): Ditto
8631 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8632 (save_cleanups,save_final_cleanups): Ditto.
8633 (restore_cleanups,restore_final_cleanups): Ditto.
8634 (null_cleanup): Ditto.
8635 (make_my_cleanup,make_my_cleanup2): Ditto.
8636 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8637 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8638 (do_cleanups,do_final_cleanups): Ditto.
8639 (discard_cleanups,discard_final_cleanups): Ditto
8640 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8641 (save_cleanups,save_final_cleanups): Ditto.
8642 (restore_cleanups,restore_final_cleanups): Ditto.
8643 (null_cleanup): Ditto.
8644 (make_my_cleanup,make_my_cleanup2): Ditto.
8645 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8646
8647 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8648 make_my_cleanup.
8649 (make_cleanup_dyn_string_delete): Ditto.
8650 (make_cleanup_ui_file_delete): Ditto.
8651 (make_cleanup_ui_out_redirect_pop): Ditto.
8652 (make_cleanup_free_section_addr_info): Ditto.
8653 (make_cleanup_restore_integer): Ditto.
8654 (make_cleanup_unpush_target): Ditto.
8655 (make_cleanup_value_free_to_mark): Ditto.
8656 (make_cleanup_value_free): Ditto.
8657 (make_cleanup_free_so): Ditto.
8658
8659 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 New option "set debug auto-load".
8662 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8663 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8664 (auto_load_safe_path_vec_update)
8665 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8666 if DEBUG_AUTO_LOAD.
8667 (file_is_auto_load_safe): New parameters debug_fmt and ....
8668 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8669 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8670 caller by explanatory string.
8671 (_initialize_auto_load): Register "set debug auto-load".
8672 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8673 and ....
8674 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8675 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8676 by explanatory string.
8677 * main.c (captured_main): Likewise.
8678 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8679 (source_section_scripts): Likewise.
8680
8681 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8682
8683 New option "set auto-load safe-path".
8684 * NEWS: New commands "set auto-load safe-path"
8685 and "show auto-load safe-path".
8686 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8687 (auto_load_safe_path, auto_load_safe_path_vec)
8688 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8689 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8690 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8691 (source_gdb_script_for_objfile): New variable is_safe. Call
8692 file_is_auto_load_safe. Return if it is not.
8693 (struct loaded_script): New field loaded.
8694 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8695 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8696 output "Missing" to "No".
8697 (_initialize_auto_load): New variable cmd. Initialize
8698 auto_load_safe_path. Register "set auto-load safe-path",
8699 "show auto-load safe-path" and "add-auto-load-safe-path".
8700 * auto-load.h (maybe_add_script): Add parameter loaded.
8701 (file_is_auto_load_safe): New declaration.
8702 * config.in: Regenerate.
8703 * configure: Regenerate.
8704 * configure.ac: New parameters --with-auto-load-safe-path
8705 and --without-auto-load-safe-path.
8706 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8707 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8708 * main.c (captured_main): Check file_is_auto_load_safe for
8709 LOCAL_GDBINIT.
8710 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8711 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8712 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8713 not.
8714
8715 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 auto-load: Implementation.
8718 * NEWS: New descriptions for "info auto-load",
8719 "info auto-load gdb-scripts", "info auto-load python-scripts",
8720 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8721 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8722 and "show auto-load-scripts". New description for "set auto-load",
8723 "show auto-load", "set auto-load gdb-scripts",
8724 "show auto-load gdb-scripts", "set auto-load python-scripts",
8725 "show auto-load python-scripts", "set auto-load local-gdbinit",
8726 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8727 "show auto-load libthread-db".
8728 * auto-load.c: Remove include python/python-internal.h. Add includes
8729 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8730 cli/cli-setshow.h.
8731 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8732 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8733 (gdbpy_global_auto_load): Rename to ...
8734 (global_auto_load): ... here.
8735 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8736 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8737 (script_language_gdb, source_gdb_script_for_objfile): New.
8738 (struct loaded_script): New field language.
8739 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8740 LANGUAGE.
8741 (maybe_add_script): Add parameter language. Drop redundant
8742 entry.full_path initialization. Initialize entry.language and
8743 (*slot)->language.
8744 (auto_load_objfile_script): Change parameter suffix to language.
8745 Remove the call of maybe_add_script.
8746 Call language->source_script_for_objfile.
8747 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8748 New.
8749 (collect_matching_scripts): Adjust it for
8750 struct collect_matching_scripts_data.
8751 (auto_load_info_scripts_pattern_nl): New variable.
8752 (info_auto_load_scripts): Rename to ...
8753 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8754 for struct collect_matching_scripts_data.
8755 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8756 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8757 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8758 (auto_load_info_cmdlist_get): New.
8759 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8760 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8761 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8762 "info auto-load local-gdbinit".
8763 * auto-load.h (struct script_language): New.
8764 (gdbpy_global_auto_load): Rename to ...
8765 (global_auto_load): ... here.
8766 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8767 (auto_load_local_gdbinit_loaded): New declarations.
8768 (maybe_add_script): New parameter language.
8769 (auto_load_objfile_script): Change parameter suffix to language.
8770 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8771 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8772 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8773 declarations.
8774 * linux-thread-db.c: Include auto-load.h and ctype.h.
8775 (auto_load_thread_db, show_auto_load_thread_db): New.
8776 (struct thread_db_info): New field filename.
8777 (delete_thread_db_info): Call xfree for FILENAME.
8778 (try_thread_db_load): Initialize FILENAME.
8779 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8780 if !AUTO_LOAD_THREAD_DB.
8781 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8782 (_initialize_thread_db): Install auto_load_thread_db
8783 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8784 as "info auto-load libthread-db".
8785 * main.c (captured_main): Rename gdbpy_global_auto_load to
8786 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8787 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8788 (print_gdb_help): Extend the help for 'local init file'.
8789 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8790 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8791 (auto_load_scripts): Rename to ...
8792 (auto_load_python_scripts): ... here, update the comment.
8793 (gdbpy_load_auto_script_for_objfile): New declaration.
8794 (show_auto_load_python_scripts, script_language_python)
8795 (gdbpy_load_auto_script_for_objfile): New.
8796 (source_section_scripts): Refactor the code.
8797 (load_auto_scripts_for_objfile): Rename to ...
8798 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8799 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8800 (info_auto_load_python_scripts): New.
8801 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8802 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8803 Register "set auto-load-scripts" as its deprecated alias. Register
8804 "info auto-load python-scripts". Register "info auto-load-scripts" as
8805 its deprecated alias.
8806 (load_auto_scripts_for_objfile): Rename to ...
8807 (gdbpy_load_auto_scripts_for_objfile): ... here.
8808 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8809 (gdbpy_load_auto_scripts_for_objfile): ... here.
8810
8811 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8812
8813 auto-load: Move files.
8814 * Makefile.in (SFILES): Add auto-load.c.
8815 (HFILES_NO_SRCDIR): Add auto-load.h.
8816 (COMMON_OBS): Add auto-load.o.
8817 (distclean): Change .gdbinit for gdb-gdb.gdb.
8818 * auto-load.c: New file, with parts from python/py-auto-load.c.
8819 * auto-load.h: New file, with parts from python/python.h.
8820 * configure: Regenerate.
8821 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8822 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8823 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8824 * main.c: Include auto-load.h.
8825 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8826 command.h, observer.h and progspace.h to auto-load.c. Add include
8827 auto-load.h.
8828 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8829 (struct loaded_script, auto_load_pspace_data)
8830 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8831 (hash_loaded_script_entry, eq_loaded_script_entry)
8832 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8833 (maybe_add_script): Move to auto-load.c.
8834 (source_section_scripts): Change maybe_add_script parameters passing,
8835 use script_not_found_warning_print.
8836 (clear_section_scripts, auto_load_objfile_script)
8837 (auto_load_new_objfile, loaded_script_ptr)
8838 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8839 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8840 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8841 auto_load_new_objfile and info_auto_load_scripts initizations to
8842 auto-load.c.
8843 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8844
8845 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8846
8847 Code cleanup.
8848 * charset.c (find_charset_names): Remove variables ix and elt.
8849 Use free_char_ptr_vec.
8850 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8851 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8852 debugdir_end. New variable debugdir_len.
8853 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8854 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8855 declarations.
8856 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8857 and elt. Use free_char_ptr_vec.
8858 * source.c (add_path): Remove variables argv, arg and argv_index.
8859 New variables dir_vec, back_to, ix and name.
8860 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8861 make_cleanup_freeargv. Remove variable separator. Simplify the code
8862 no longer expecting DIRNAME_SEPARATOR.
8863 (openp): Remove variable p, p1 and len. New variables dir_vec,
8864 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8865 no longer expecting DIRNAME_SEPARATOR.
8866 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8867 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8868 debugdir_end.
8869 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8870 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8871 (dirnames_to_char_ptr_vec): New functions.
8872
8873 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8874
8875 Code cleanup.
8876 * source.c (add_path): Remove always true conditional 'p == 0' and
8877 unindent its code block.
8878
8879 2012-04-17 Pedro Alves <palves@redhat.com>
8880
8881 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8882 (FIELD_BITPOS_LVAL): ... this.
8883 (FIELD_BITPOS): New.
8884 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8885 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8886 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8887 SET_FIELD_BITPOS.
8888 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8889 SET_FIELD_BITPOS.
8890 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8891 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8892 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8893 SET_FIELD_BITPOS.
8894
8895 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8896
8897 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8898 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8899 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8900 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8901 * jv-lang.c (java_link_class_type): Likewise, once.
8902 * stabsread.c (read_enum_type): Likewise.
8903
8904 2012-04-16 Yao Qi <yao@codesourcery.com>
8905
8906 * common/agent.c (agent_run_command): Add one more parameter `len'.
8907 Update callers.
8908 * common/agent.h: Update declaration.
8909 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8910 Update.
8911 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8912
8913 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8914
8915 PR mi/13393
8916 * value.c (value_actual_type): New function.
8917 * value.h (value_actual_type): New declaration.
8918 * varobj.c (update_type_if_necessary): New function.
8919 (varobj_create): Call value_actual_type instead of
8920 value_type.
8921 (install_dynamic_child): distinct changed and type changed MI variable
8922 objects.
8923 (update_dynamic_varobj_children): Updated for install_dynamic_child
8924 change. All callers updated.
8925 (varobj_update): Support for MI variable object type change if
8926 the value changed and RTTI is used to determine the type.
8927 (create_child_with_value): Call value_actual_type instead of
8928 value_type.
8929 (adjust_value_for_child_access): Extended with a new parameter which
8930 specify whether the given value should be casted to enclosing type.
8931 All callers updated.
8932
8933 2012-04-14 Yao Qi <yao@codesourcery.com>
8934
8935 Import gnulib module inttypes from git
8936 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8937 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8938 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8939 gnulib/m4/inttypes-pri.m4
8940 * aclocal.m4, config.in, configure: Regenerated.
8941 * gnulib/Makefile.am: Update.
8942 * gnulib/Makefile.in: Update.
8943 * gnulib/m4/gnulib-cache.m4: Update.
8944 * gnulib/m4/gnulib-comp.m4: Update.
8945 * gnulib/inttypes.in.h: New.
8946 * gnulib/m4/inttypes-pri.m4: New.
8947 * gnulib/m4/inttypes.m4: New.
8948
8949 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8950
8951 * infrun.c (resume): Update PC address to the real PC after
8952 preparing to do displaced stepping.
8953
8954 2012-04-12 Doug Evans <dje@google.com>
8955
8956 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8957 All callers updated.
8958
8959 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8960
8961 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8962
8963 2012-04-12 Doug Evans <dje@google.com>
8964
8965 * dwarf2read.c (create_all_type_units): Renamed from
8966 create_debug_types_hash_table. All callers updated.
8967
8968 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8969 local type_sig to sig_type, type_offset to type_offset_in_tu.
8970 (hash_signatured_type): Renamed from hash_type_signature,
8971 all callers updated.
8972 (eq_signatured_type): Renamed from eq_type_signature,
8973 all callers updated.
8974 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8975 (process_enumeration_scope): Ditto.
8976 (lookup_signatured_type_at_offset): Ditto.
8977 (load_full_type_unit, read_signatured_type): Ditto.
8978
8979 2012-04-12 Yao Qi <yao@codesourcery.com>
8980
8981 * remote.c (async_remote_interrupt): Correct function name in
8982 debug message.
8983 (async_remote_interrupt_twice): Ditto.
8984
8985 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8986
8987 * source.c (find_and_open_source): Consistently pass resulting
8988 full path through xfullpath.
8989
8990 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 Provide more specific displaced-stepping memory error message.
8993 * infrun.c (displaced_step_prepare): New variable status. Call
8994 target_read_memory instead of read_memory, provide more specific
8995 error message.
8996
8997 2012-04-11 Tristan Gingold <gingold@adacore.com>
8998
8999 PR gdb/13901
9000 * darwin-nat.c (darwin_execvp): Revert previous patch.
9001
9002 2012-04-11 Tristan Gingold <gingold@adacore.com>
9003
9004 PR gdb/13901
9005 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9006 in case of change.
9007
9008 2012-04-11 Tristan Gingold <gingold@adacore.com>
9009
9010 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9011 warning.
9012
9013 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
9014
9015 New command 'explore' which helps explore values and types in
9016 scope.
9017 * NEWS: Add an entry about the new 'explore' command.
9018 * data-directory/Makefile.in: Add gdb/command/explore.py
9019 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9020 command using the GDB Python API.
9021
9022 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9023
9024 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9025 extension in jump target calculation.
9026
9027 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9028
9029 * mips-tdep.c (mips32_next_pc): Handle JALX.
9030
9031 2012-04-10 Yao Qi <yao@codesourcery.com>
9032
9033 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9034
9035 2012-04-10 Yao Qi <yao@codesourcery.com>
9036
9037 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9038 and gnulib/m4/gnulib-tool.m4.
9039
9040 2012-04-10 Doug Evans <dje@google.com>
9041
9042 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9043 (load_partial_dies): Clarify comment.
9044 (find_partial_die): Support rereading type units.
9045 Clarify CU handling, if we know offset is in CU, don't search for the
9046 containing CU. Add comment regarding memory waste.
9047
9048 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
9049
9050 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9051 i386/x32-avx and i386/x32-avx-linux.
9052 (i386/x32-expedite): New.
9053 (i386/x32-linux-expedite): Likewise.
9054 (i386/x32-avx-expedite): Likewise.
9055 (i386/x32-avx-linux-expedite): Likewise.
9056 ($(outdir)/i386/x32.dat): Likewise.
9057 ($(outdir)/i386/x32-linux.dat): Likewise.
9058 ($(outdir)/i386/x32-avx.dat): Likewise.
9059 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9060
9061 * features/i386/x32-avx-linux.xml: New file.
9062 * features/i386/x32-avx.xml: Likewise.
9063 * features/i386/x32-core.xml: Likewise.
9064 * features/i386/x32-linux.xml: Likewise.
9065 * features/i386/x32.xml: Likewise.
9066
9067 * features/i386/x32-avx-linux.c: New. Generated.
9068 * features/i386/x32-avx.c: Likewise.
9069 * features/i386/x32-linux.c: Likewise.
9070 * features/i386/x32.c: Likewise.
9071 * regformats/i386/x32-avx-linux.dat: Likewise.
9072 * regformats/i386/x32-avx.dat: Likewise.
9073 * regformats/i386/x32-linux.dat: Likewise.
9074 * regformats/i386/x32.dat: Likewise.
9075
9076 2012-04-10 Tristan Gingold <gingold@adacore.com>
9077
9078 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9079 code to kill the inferior.
9080
9081 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9082
9083 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9084 defines.
9085 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9086 defines.
9087 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9088 (yyvsp): New defines.
9089 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9090 defines.
9091 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9092 defines.
9093 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9094 defines.
9095 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9096 defines.
9097 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9098 defines.
9099
9100 2012-04-09 Mark Kettenis <kettenis@gnu.org>
9101
9102 * sparc64-tdep.c (sparc64_store_arguments)
9103 (sparc64_store_arguments): Fix coding style.
9104
9105 2012-04-07 Mark Kettenis <kettenis@gnu.org>
9106
9107 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9108 complex floats, adjust some related comments and tighten a related
9109 assertion.
9110 (sparc64_extract_return_value): Handle complex floats.
9111
9112 2012-04-07 Doug Evans <dje@google.com>
9113
9114 * dwarf2read.c (load_partial_dies): Change condition to assert.
9115
9116 2012-04-06 Doug Evans <dje@google.com>
9117
9118 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9119 "mov %rsp,%rbp".
9120
9121 2012-04-05 Kevin Buettner <kevinb@redhat.com>
9122
9123 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9124 fencepost error.
9125 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9126 (v850_gdbarch_init): Set `num_regs' as appropriate for the
9127 architecture.
9128
9129 2012-04-05 Keith Seitz <keiths@redhat.com>
9130
9131 * linespec.c (decode_compound): Remove.
9132 (enum offset_relative_sign): New enum.
9133 (struct line_offset): New struct.
9134 (struct linespec): New struct.
9135 (struct linespec_state): Move file_symtabs,
9136 user_filename, and user_function into struct linespec.
9137 Make result an anonymous struct holding vectors of
9138 symbolp and minsym_and_objfile_d.
9139 Add language member.
9140 (enum ls_token_type): New enum.
9141 (linespec_keywords): New array.
9142 (struct ls_token): New struct.
9143 (struct ls_parser): New struct.
9144 (linespec_lexer_lex_number): New function.
9145 (linespec_lexer_lex_keyword): New function.
9146 (is_ada_operator): New function.
9147 (skip_quote_char): New function.
9148 (copy_token_string): New function.
9149 (is_closing_quote_enclosed): New function.
9150 (find_parameter_list_end): New function.
9151 (linespec_lexer_lex_string): New function.
9152 (linespec_lexer_lex_one): New function.
9153 (linespec_lexer_consume_token): New function.
9154 (linespec_lexer_peek_token): New function.
9155 (cplusplus_error): Remove unused function.
9156 (find_methods): Update comment.
9157 (find_toplevel_char): Return const.
9158 (is_objc_method_format): Remove unused function.
9159 (find_toplevel_string): New function.
9160 (is_linespec_boundary): Remove.
9161 (symbol_not_found_error): New function.
9162 (find_method_overload_end): Remove function.
9163 (unexpected_linespec_error): New function.
9164 (keep_name_info): Remove.
9165 (linespec_parse_line_offset): New function.
9166 (linespec_parse_basic): New function.
9167 (canonicalize_linespec): New function.
9168 (decode_line_internal): Remove.
9169 (create_sals_line_offset): New function adapted from
9170 decode_all_digits.
9171 (convert_linespec_to_sals): New function.
9172 (parse_linespec): New function.
9173 (linespec_parser_new): New function.
9174 (linespec_state_destructor): Change parameter type to
9175 struct linespec_state *.
9176 Add language parameter.
9177 Remove freeing of moved members.
9178 (linespec_parser_delete): New function.
9179 (decode_line_full): Use parse_linespec and linespec_parser_new.
9180 (decode_line_1): Likewise.
9181 (decode_indirect): Rename to ...
9182 (linespec_expression_to_pc): ... this and rewrite
9183 to simply find CORE_ADDR, storing this result for later
9184 conversion to SALs.
9185 (locate_first_half): Remove.
9186 (deocde_objc): Add parameter LS.
9187 Initialize new struct collect_info members.
9188 Handle minimal symbols, too.
9189 (decode_compound): Delete.
9190 (lookup_prefix_sym): Rewrite.
9191 (compare_msymbols): New function.
9192 (find_method): Rewrite.
9193 Do not call cplusplus_error.
9194 (symtabs_from_filename): Rewrite.
9195 (collect_function_symbols): Delete.
9196 (find_function_symbols): Rewrite without ARGPTR-style
9197 processing.
9198 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9199 (decode_dollar): Adapted and renamed to ...
9200 (linespec_parse_variable): ... this.
9201 (find_linespec_symbols): New function.
9202 (decode_label): Adapted and renamed to ...
9203 (find_label_symbols): ... this.
9204 (decode_digits_list_mode): Add and use LS argument.
9205 (decode_digits_ordinary): Likewise.
9206 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9207 If in list mode, allow any symbol class. Otherwise, only
9208 permit LOC_BLOCK symbols.
9209 (minsym_found): Update comments.
9210 (search_minsyms_for_name): Do not convert the matching symbol
9211 into a SAL. Simply push the symbol and objfile into the
9212 result vector.
9213 (decode_variable): Delete. Contents adapted into
9214 find_linespec_symbols.
9215
9216 * cp-support.c (SKIP_SPACE): Remove.
9217 (operator_tokens): Remove unused global.
9218 (cp_validate_operator): Remove.
9219 * cp-support.h (cp_validate_operator): Remove declaration.
9220
9221 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9224 for TYPE_VPTR_FIELDNO.
9225 * valprint.c (valprint_check_validity): Make it global, move the
9226 function comment ...
9227 * value.h (valprint_check_validity): ... to this new declaration.
9228
9229 2012-04-02 Tristan Gingold <gingold@adacore.com>
9230
9231 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9232 the STATE32 api for i386 state.
9233 (i386_darwin_store_inferior_registers): Likewise.
9234
9235 2012-04-02 Tristan Gingold <gingold@adacore.com>
9236
9237 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9238 SS offset.
9239 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9240 format_string.
9241
9242 2012-04-02 Tristan Gingold <gingold@adacore.com>
9243
9244 PR gdb/13901
9245 * darwin-nat.c (darwin_execvp): Set binary preference.
9246
9247 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9248
9249 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9250
9251 2012-03-30 Tom Tromey <tromey@redhat.com>
9252
9253 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9254 of TRY_CATCH. Fix error handling.
9255 * python/py-value.c (convert_value_from_python): Move 'old'
9256 declaration to innermost scope.
9257
9258 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9259 Andrey Smirnov <andrew.smirnov@gmail.com>
9260
9261 -Wshadow warning fix.
9262 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9263 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9264 Adjust code accordingly.
9265
9266 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9267
9268 * ada-lang.c (symbol_completion_add): Rename parameter
9269 "encoded" into "encoded_p". Ajust code and documentation
9270 accordingly.
9271
9272 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9273 Andrey Smirnov <andrew.smirnov@gmail.com>
9274
9275 -Wshadow warning fix.
9276 * ada-lang.c (symbol_completion_add): Rename parameter
9277 "wild_match" into wild_match_p. Update code and documentation
9278 accordingly.
9279
9280 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9281
9282 * ada-lang.c (symbol_completion_match): Rename parameter
9283 "encoded" into "encoded_p". Ajust code and documentation
9284 accordingly.
9285
9286 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9287 Andrey Smirnov <andrew.smirnov@gmail.com>
9288
9289 -Wshadow warning fix.
9290 * ada-lang.c (symbol_completion_match): Rename parameter
9291 "wild_match" into "wild_match_p". Adjust code and function
9292 documentation accordingly.
9293
9294 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9295 Andrey Smirnov <andrew.smirnov@gmail.com>
9296
9297 -Wshadow warning fix.
9298 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9299 "symbol_info" into "info". Adjust code accordingly.
9300 (ada_lookup_symbol): Likewise.
9301
9302 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9303
9304 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9305 of this function's documentation.
9306
9307 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9308 Andrey Smirnov <andrew.smirnov@gmail.com>
9309
9310 -Wshadow warning fix.
9311 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9312 variable into "wild_match_p". Adjust code accordingly.
9313
9314 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9315 Andrey Smirnov <andrew.smirnov@gmail.com>
9316
9317 -Wshadow warning fix.
9318 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9319 parameter into "wild_match_p". Adjust code accordingly.
9320 Document this parameter in the function description.
9321
9322 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9323 Andrey Smirnov <andrew.smirnov@gmail.com>
9324
9325 -Wshadow warning fix.
9326 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9327 "wild_match" parameter to "wild_match_p" (-Wshadow).
9328
9329 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9330
9331 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9332 in function documentation.
9333
9334 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9335 Andrey Smirnov <andrew.smirnov@gmail.com>
9336
9337 -Wshadow warning fix.
9338 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9339 variable into wild_match_p. Adjust code accordingly.
9340
9341 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9342 Andrey Smirnov <andrew.smirnov@gmail.com>
9343
9344 * ada-valprint.c (ada_val_print_1): Move the code handling
9345 TYPE_CODE_ENUM inside its own lexical block. Declare
9346 variables len and val there, instead of in the function's
9347 top level block. Avoid declaring deref_val again in a way
9348 that shadows another variable of the same name declared
9349 in one of the up-level blocks. Just re-use the up-level
9350 variable instead.
9351
9352 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9353
9354 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9355 Replace block_found argument by symbol_info. Adjust
9356 implementation accordingly. Add function documentation.
9357 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9358 Fix documentation.
9359 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9360 * ada-exp.y (write_object_renaming): Adjust to new
9361 ada_lookup_encoded_symbol API.
9362
9363 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9364
9365 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9366 documentation.
9367
9368 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9369
9370 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9371 (v850_register_name): Add the mpu and fpu register names.
9372 (v850e_register_name): Add the mpu and fpu register names.
9373 (v850e2_register_name): New function.
9374 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9375 bfd_mach_v850e2v3.
9376
9377 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9378
9379 * NEWS: Add entry for Ada varobj support.
9380
9381 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9382
9383 * varobj.c (default_value_is_changeable_p): New function,
9384 extracted from varobj_value_is_changeable_p. Add declaration.
9385 (ada_value_is_changeable_p): New function, extracted from
9386 varobj_value_is_changeable_p. Add declaration.
9387 (struct language_specific): New field "value_is_changeable_p".
9388 (languages): Add entries for new field.
9389 (varobj_create): Set language before calling install_new_value.
9390 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9391 "value_is_changeable_p" language callback.
9392
9393 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9394
9395 * ada-varobj.h, ada-varobj.c: New files.
9396 * Makefile.in (SFILES): Add ada-varobj.c.
9397 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9398 (COMMON_OBS): Add ada-varobj.o.
9399
9400 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9401
9402 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9403 (struct language_specific): New field "value_has_mutated".
9404 (languages): Set field "value_has_mutated" in each entry of array.
9405 (varobj_value_has_mutated): New function.
9406 (varobj_udpdate): Add handling of type mutation.
9407 (value_of_root): Add handling of type mutation.
9408 (ada_value_has_mutated): New function.
9409
9410 2012-03-28 Pedro Alves <palves@redhat.com>
9411
9412 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9413 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9414
9415 2012-03-28 Tom Tromey <tromey@redhat.com>
9416
9417 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9418 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9419 before returning.
9420
9421 2012-03-28 Tom Tromey <tromey@redhat.com>
9422
9423 * .dir-locals.el: New file.
9424
9425 2012-03-28 Pedro Alves <palves@redhat.com>
9426
9427 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9428
9429 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9430
9431 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9432 handling for r0.
9433
9434 2012-03-27 Pedro Alves <palves@redhat.com>
9435
9436 Eliminate struct ui_stream.
9437
9438 * ui-out.h (struct ui_stream): Delete.
9439 (ui_out_field_stream): Adjust prototype.
9440 (ui_out_stream_new, ui_out_stream_delete)
9441 (make_cleanup_ui_out_stream_delete): Delete declarations.
9442 * ui-out.c (ui_out_field_stream): Change prototype to take a
9443 ui_file instead of a ui_stream. Adjust.
9444 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9445 (make_cleanup_ui_out_stream_delete): Delete.
9446 * breakpoint.c (print_breakpoint_location)
9447 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9448 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9449 * disasm.c (dump_insns): Ditto.
9450 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9451 prototype.
9452 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9453 ui_stream/ui_out_stream_new.
9454 * infcmd.c (print_return_value): Ditto.
9455 * osdata.c (info_osdata_command): Don't allocate a local
9456 ui_stream.
9457 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9458 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9459 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9460 allocate a local ui_stream.
9461 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9462 instead of ui_stream/ui_out_stream_new.
9463 (list_args_or_locals): Don't allocate a local ui_stream.
9464 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9465 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9466 ui_stream/ui_out_stream_new.
9467 * cli/cli-setshow.c (do_setshow_command): Ditto.
9468
9469 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9470
9471 * arm-linux-tdep.c (arm_linux_init_abi): Call
9472 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9473 * arm-tdep.c (arm_process_record): New function.
9474 (deallocate_reg_mem): New function.
9475 (decode_insn): New function.
9476 (thumb_record_branch): New function.
9477 (thumb_record_ldm_stm_swi(): New function.
9478 (thumb_record_misc): New function.
9479 (thumb_record_ld_st_stack): New function.
9480 (thumb_record_ld_st_imm_offset): New function.
9481 (thumb_record_ld_st_reg_offset(): New function.
9482 (thumb_record_add_sub_cmp_mov): New function.
9483 (thumb_record_shift_add_sub): New function.
9484 (arm_record_coproc_data_proc): New function.
9485 (arm_record_coproc): New function.
9486 (arm_record_b_bl): New function.
9487 (arm_record_ld_st_multiple): New function.
9488 (arm_record_ld_st_reg_offset): New function.
9489 (arm_record_ld_st_imm_offset): New function.
9490 (arm_record_data_proc_imm): New function.
9491 (arm_record_data_proc_misc_ld_str): New function.
9492 (arm_record_extension_space): New function.
9493 (arm_record_strx): New function.
9494 (sbo_sbz): New function.
9495 (struct insn_decode_record): New structure for arm insn record.
9496 (REG_ALLOC): New macro for reg allocations.
9497 (MEM_ALLOC): New macro for memory allocations.
9498 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9499
9500 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9501
9502 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9503 (store_register): Likewise.
9504
9505 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9506
9507 * MAINTAINERS (Write After Approval): Add myself to the list.
9508
9509 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9510
9511 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9512 Describe also the option "auto".
9513
9514 2012-03-22 Richard Henderson <rth@redhat.com>
9515
9516 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9517 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9518
9519 2012-03-22 Richard Henderson <rth@redhat.com>
9520
9521 * jit.c (jit_read_code_entry): Compute alignment and offset of
9522 int64_t member before computing entry_size.
9523
9524 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9525
9526 Python scripting: Add new method Value.referenced_value to
9527 gdb.Value which can dereference pointer as well as reference
9528 values.
9529 * NEWS: Add entry under 'Python scripting' about the new method
9530 Value.referenced_value on gdb.Value objects.
9531 * python/py-value.c (valpy_referenced_value): New function
9532 defining a new method on gdb.Value objects which can dereference
9533 pointer and reference values.
9534
9535 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9536
9537 * MAINTAINERS (Write After Approval): Add myself to the list.
9538
9539 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9540
9541 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9542 in addition to "main".
9543
9544 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9545
9546 * expression.h (op_name): Add declaration.
9547 * expprint.c (op_name): Remove declaration. Make non-static.
9548 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9549
9550 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9551
9552 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9553 of struct siginfo.
9554 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9555 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9556 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9557 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9558 (linux_nat_get_siginfo): Likewise.
9559 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9560 (linux_nat_get_siginfo): Likewise.
9561 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9562 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9563 * procfs.c (gdb_siginfo_t): Likewise.
9564
9565 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9566
9567 * .gitignore: Ignore more files.
9568
9569 2012-03-20 Pedro Alves <palves@redhat.com>
9570
9571 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9572 returns.
9573
9574 2012-03-20 Yao Qi <yao@codesourcery.com>
9575
9576 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9577 comment.
9578
9579 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9580
9581 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9582 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9583 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9584 sect_offset.
9585 * dwarf2expr.h (cu_offset, sect_offset): New types.
9586 (struct dwarf_expr_context_funcs) <dwarf_call>
9587 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9588 sect_offset.
9589 (struct dwarf_expr_context) <len>: Improve the comment.
9590 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9591 cu_offset and sect_offset.
9592 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9593 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9594 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9595 * dwarf2loc.h: Include dwarf2expr.h.
9596 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9597 and sect_offset.
9598 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9599 Improve the comment.
9600 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9601 (struct signatured_type, struct line_header, struct partial_die_info)
9602 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9603 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9604 (get_die_type_at_offset, create_cus_from_index)
9605 (create_signatured_type_table_from_index, dw2_get_file_names)
9606 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9607 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9608 (create_debug_types_hash_table, process_psymtab_comp_unit)
9609 (load_partial_comp_unit, create_all_comp_units)
9610 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9611 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9612 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9613 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9614 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9615 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9616 (find_partial_die, read_attribute_value, lookup_die_type)
9617 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9618 (is_ref_attr): New function comment.
9619 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9620 Use cu_offset and sect_offset.
9621 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9622 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9623 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9624 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9625 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9626 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9627 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9628 sect_offset.
9629
9630 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 Code cleanup.
9633 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9634 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9635 with xfree.
9636 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9637
9638 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * NEWS: Describe new options --init-command=FILE, -ix and
9641 --init-eval-command=COMMAND, -iex.
9642 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9643 CMDARG_INIT_COMMAND.
9644 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9645 "init-command", "init-eval-command", "ix" and "iex" to the variable
9646 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9647 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9648 (print_gdb_help): Describe --init-command=FILE, -ix and
9649 --init-eval-command=COMMAND, -iex.
9650
9651 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 Code cleanup.
9654 * main.c (struct cmdarg): Move it here from main. Add more comments.
9655 (cmdarg_s, VEC (cmdarg_s)): New.
9656 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9657 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9658 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9659 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9660 of CMDARG.
9661
9662 2012-03-19 Tom Tromey <tromey@redhat.com>
9663
9664 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9665
9666 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9667
9668 PR symtab/13777
9669 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9670 GCC >=4.5.
9671
9672 2012-03-16 Chris January <chris.january@allinea.com>
9673
9674 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9675 of clear.
9676
9677 2012-03-16 Chris January <chris.january@allinea.com>
9678
9679 * source.c (add_path): Use memmove instead of strcpy because the
9680 strings overlap.
9681
9682 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9683
9684 * value.h (set_value_parent): Add declaration.
9685 * value.c (set_value_parent): New function.
9686 (value_address): If VALUE->PARENT is not NULL, then use it as
9687 the base address instead of VALUE->LOCATION.address.
9688 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9689 the same as OBJ's address. Adjust V's offset accordingly.
9690 Set V's parent.
9691
9692 2012-03-16 Gary Benson <gbenson@redhat.com>
9693
9694 PR breakpoints/10738
9695 * dwarf2read.c (use_deprecated_index_sections): New global.
9696 (struct partial_die_info): New member may_be_inlined.
9697 (read_partial_die): Set may_be_inlined where appropriate.
9698 (add_partial_subprogram): Add partial symbols for partial
9699 DIEs that may be inlined.
9700 (new_symbol_full): Add inlined subroutines to the current
9701 scope.
9702 (write_psymtabs_to_index): Bump version number.
9703 (dwarf2_read_index): Read only version 6 indices unless
9704 use_deprecated_index_sections is set.
9705 * linespec.c (symbol_and_data_callback): New structure.
9706 (iterate_inline_only): New function.
9707 (iterate_over_all_matching_symtabs): New argument
9708 "include_inline". If nonzero, also call the callback for
9709 symbols representing inlined subroutines.
9710 (lookup_prefix_sym): Pass extra argument to the above.
9711 (find_function_symbols): Likewise.
9712 (add_matching_symbols_to_info): Likewise.
9713 * NEWS: Mention that GDB can now set breakpoints on inlined
9714 functions.
9715
9716 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9717
9718 * p-typeprint.c (pascal_type_print_method_args):
9719 Fix display of parameter of methods.
9720
9721 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9722
9723 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9724 Add missing prototype.
9725
9726 2012-03-16 Yao Qi <yao@codesourcery.com>
9727 Jan Kratochvil <jan.kratochvil@redhat.com>
9728
9729 Fix false compilation warning.
9730 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9731
9732 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9733 Pedro Alves <pedro@codesourcery.com>
9734
9735 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9736 (arm_register_g_packet_guesses): New function.
9737 (arm_gdbarch_init): Don't force a target description with
9738 registers when the executable is detected as M-profile. Instead
9739 set gdbarch->tdep->is_m. Register `g' packet guesses.
9740 (_initialize_arm_tdep): Initialize the new target description.
9741 * features/arm-with-m-fpa-layout.xml: New description.
9742 * features/arm-with-m-fpa-layout.c: New, generated.
9743
9744 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9745
9746 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9747 Update function description.
9748 (insert_bp_location): Do not wipe bl->target_info out.
9749 * mem-break.c: #include "gdb_string.h".
9750 (default_memory_insert_breakpoint): Do not call target_read_memory
9751 with a pointer to the breakpoint's shadow_contents buffer. Use
9752 a local buffer instead.
9753 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9754
9755 2012-03-15 Tom Tromey <tromey@redhat.com>
9756
9757 * NEWS: Mention "info vtbl", not "info vtable".
9758 * cp-support.c (info_vtbl_command): Fix comment.
9759 (_initialize_cp_support): Fix text.
9760
9761 2012-03-15 Tom Tromey <tromey@redhat.com>
9762
9763 * cp-valprint.c (cp_print_value_fields): Use
9764 print_function_pointer_address for vtable slot.
9765
9766 2012-03-15 Tom Tromey <tromey@redhat.com>
9767
9768 * gnu-v3-abi.c (struct value_and_voffset): New.
9769 (hash_value_and_voffset, eq_value_and_voffset)
9770 (compare_value_and_voffset, compute_vtable_size)
9771 (print_one_vtable, gnuv3_print_vtable): New functions.
9772 (init_gnuv3_ops): Initialize 'print_vtable' field.
9773 * cp-support.c (info_vtbl_command): New function.
9774 (_initialize_cp_support): Add "info vtbl".
9775 * cp-abi.h (cplus_print_vtable): Declare.
9776 (struct cp_abi_ops) <print_vtable>: New field.
9777 * cp-abi.c (cplus_print_vtable): New function.
9778 * NEWS: Update.
9779
9780 2012-03-15 Tom Tromey <tromey@redhat.com>
9781
9782 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9783 iterate_over_symbols.
9784
9785 2012-03-14 Doug Evans <dje@google.com>
9786
9787 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9788 DW_OP_GNU_parameter_ref.
9789
9790 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 Fix double prompt of 'interpreter-exec mi'.
9793 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9794 (mi_interpreter_resume): use it.
9795 (mi_execute_command_input_handler): New function.
9796 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9797 mi_execute_command_input_handler.
9798
9799 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9800
9801 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9802 prototype.
9803 (darwin_debug_port_info): Make static.
9804 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9805 * machoread.c (_initialize_machoread): Add prototype.
9806 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9807 (i386_darwin_set_control, i386_darwin_get_control)
9808 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9809 i386_darwin_get_status, i386_darwin_get_control):
9810 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9811
9812 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9813
9814 * ax-gdb.c (gen_usual_unary): Remove special handling of
9815 enum and bool types.
9816
9817 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9818
9819 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9820
9821 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9822
9823 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9824
9825 2012-03-13 Chris January <chris.january@allinea.com>
9826
9827 * aix-thread.c (fill_sprs): Store the floating point registers
9828 at the correct offsets into vals.
9829
9830 2012-03-13 Doug Evans <dje@google.com>
9831
9832 * NEWS: Mention symbol-reloading has been deleted.
9833 * symfile.c (symbol_reloading): Delete.
9834 (show_symbol_reloading): Delete.
9835 (_initialize_symfile): Delete set/show symbol-reloading.
9836
9837 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9838 read_in_chain until we have successfully read it in.
9839 (load_full_comp_unit): Ditto.
9840 (read_signatured_type): Add comment.
9841
9842 2012-03-13 Chris January <chris.january@allinea.com>
9843
9844 * stabsread.c (fix_common_block): Change type of valu argument
9845 to CORE_ADDR.
9846
9847 2012-03-13 Chris January <chris.january@allinea.com>
9848
9849 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9850 instruction.
9851
9852 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9853
9854 * common/linux-procfs.c (linux_proc_get_int): New, from
9855 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9856 field.
9857 (linux_proc_get_tgid): Only call linux_proc_get_int.
9858 (linux_proc_get_tracerpid): New.
9859 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9860 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9861 linux_proc_pid_has_state.
9862 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9863 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9864 (linux_ptrace_attach_warnings): New.
9865 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9866 New declaration.
9867 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9868 (linux_nat_attach): New variables ex, buffer, message and message_s.
9869 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9870
9871 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 * Makefile.in (linux-ptrace.o): New.
9874 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9875 from linux-nat.c.
9876 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9877 * common/linux-ptrace.c: New file.
9878 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9879 * config/arm/linux.mh: Likewise.
9880 * config/i386/linux.mh: Likewise.
9881 * config/i386/linux64.mh: Likewise.
9882 * config/ia64/linux.mh: Likewise.
9883 * config/m32r/linux.mh: Likewise.
9884 * config/m68k/linux.mh: Likewise.
9885 * config/mips/linux.mh: Likewise.
9886 * config/pa/linux.mh: Likewise.
9887 * config/powerpc/linux.mh: Likewise.
9888 * config/powerpc/ppc64-linux.mh: Likewise.
9889 * config/powerpc/spu-linux.mh: Likewise.
9890 * config/s390/s390.mh: Likewise.
9891 * config/sparc/linux.mh: Likewise.
9892 * config/sparc/linux64.mh: Likewise.
9893 * config/xtensa/linux.mh: Likewise.
9894 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9895 common/linux-procfs.c.
9896 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9897
9898 2012-03-13 Hui Zhu <teawater@gmail.com>
9899 Pedro Alves <palves@redhat.com>
9900
9901 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9902 CREATE_BREAKPOINT_FLAGS_INSERTED.
9903 (create_breakpoint_sal, create_breakpoints_sal)
9904 (base_breakpoint_create_breakpoints_sal)
9905 (tracepoint_create_breakpoints_sal)
9906 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9907 down.
9908 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9909 (ftrace_command, strace_command): Adjust.
9910 (create_tracepoint_from_upload): Pass
9911 CREATE_BREAKPOINT_FLAGS_INSERTED.
9912 * breakpoint.h (enum breakpoint_create_flags): New.
9913 (create_breakpoint): New flags parameter.
9914 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9915 * python/py-breakpoint.c (bppy_init): Adjust.
9916 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9917 * spu-tdep.c (spu_catch_start): Adjust.
9918
9919 2012-03-13 Pedro Alves <palves@redhat.com>
9920 Hui Zhu <teawater@gmail.com>
9921 Yao Qi <yao@codesourcery.com>
9922
9923 * remote.c (struct remote_state): New field `starting_up'.
9924 (remote_start_remote): Set and clear it.
9925 (remote_can_download_tracepoint): If starting up, return false.
9926
9927 2012-03-13 Yao Qi <yao@codesourcery.com>
9928
9929 * inferior.h (struct inferior): Remove fields any_syscall_count,
9930 syscalls_counts and total_syscalls_count. Move them to new
9931 struct catch_syscall_inferior_data in breakpoint.c.
9932 * breakpoint.c: Call DEF_VEC_I(int).
9933 (struct catch_syscall_inferior_data): New.
9934 (get_catch_syscall_inferior_data): New.
9935 (catch_syscall_inferior_data_cleanup): New.
9936 (insert_catch_syscall): Update to access data in
9937 struct catch_syscall_inferior_data.
9938 (insert_catch_syscall): Likewise.
9939 (remove_catch_syscall): Likewise.
9940 (remove_catch_syscall): Likewise.
9941 (is_syscall_catchpoint_enabled): Likewise.
9942 (add_catch_command): Likewise.
9943 (_initialize_breakpoint): Register cleanup.
9944 * breakpoint.h: Removed DEF_VEC_I(int).
9945 * dwarf2loc.c: Call DEF_VEC_I(int).
9946 * mi/mi-main.c: Likewise.
9947
9948 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9949
9950 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9951
9952 2012-03-12 Chris January <chris.january@allinea.com>
9953
9954 * aix-thread.c (_initialize_aix_thread): Add prototype.
9955 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9956 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9957
9958 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9959
9960 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9961 include of "amd64-nat.h".
9962
9963 2012-03-12 Tom Tromey <tromey@redhat.com>
9964
9965 * buildsym.c (record_pending_block): Now static.
9966 * buildsym.h: (record_pending_block): Remove.
9967
9968 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9969
9970 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9971
9972 2012-03-09 Tom Tromey <tromey@redhat.com>
9973
9974 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9975 producer_is_gxx_lt_4_6>: New fields.
9976 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9977
9978 2012-03-09 Tom Tromey <tromey@redhat.com>
9979
9980 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9981
9982 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9983
9984 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9985 prototype.
9986
9987 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9988
9989 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9990
9991 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 Fix -Wmissing-prototypes build.
9994 * arm-linux-nat.c (get_thread_id): Make it static.
9995 * xtensa-linux-nat.c (get_thread_id): Likewise.
9996
9997 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9998
9999 * server.c (process_point_options): If a conditional expression
10000 is found, only print a message if remote_debug is nonzero.
10001
10002 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
10003
10004 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10005 of internal error for unknown/unsupported types.
10006
10007 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10008
10009 Fix CU relative vs. absolute DIE offsets.
10010 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10011 offset to offset_in_cu.
10012 * dwarf2read.c (process_enumeration_scope): Add CU offset to
10013 TYPE_OFFSET.
10014 (dwarf2_fetch_die_location_block): Rename parameter offset to
10015 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
10016
10017 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10018
10019 * libunwind-frame.c: Rename to ...
10020 * ia64-libunwind-tdep.c: ... here.
10021 * libunwind-frame.h: Rename to ...
10022 * ia64-libunwind-tdep.h: ... here.
10023 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10024 ia64-libunwind-tdep.h.
10025 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10026 * README (--with-libunwind): Rename to ...
10027 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10028 * config.in: Regenerate.
10029 * configure: Regenerate.
10030 * configure.ac: New option --with-libunwind-ia64, make the
10031 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
10032 Remove AC_DEFINE for HAVE_LIBUNWIND.
10033 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10034 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10035 Rename libunwind-frame in the general comment.
10036 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10037 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10038 Move forward declarations inside #ifndef. Rename libunwind-frame in
10039 the general comment.
10040 * ia64-tdep.c: Rename libunwind-frame.h #include to
10041 ia64-libunwind-tdep.h.
10042 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10043 (ia64_libunwind_descr): Rename libunwind-frame to
10044 ia64-libunwind-tdep in these function comments.
10045 * ia64-tdep.h: Rename libunwind-frame.h #include to
10046 ia64-libunwind-tdep.h.
10047 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10048 ia64-libunwind-tdep in that data comment.
10049
10050 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10051
10052 * libunwind-frame.h (struct frame_unwind): New declaration.
10053
10054 2012-03-08 Joel Brobecker <brobecker@adacore.com>
10055
10056 * breakpoint.c (_initialize_breakpoint): Fix error in help of
10057 "set breakpoint condition-evaluation" command.
10058
10059 2012-03-08 Tristan Gingold <gingold@adacore.com>
10060
10061 * sparc-stub.c: Move to stubs/
10062 * sh-stub.c: Likewise.
10063 * m68k-stub.c: Likewise.
10064 * m32r-stub.c: Likewise.
10065 * i386-stub.c: Likewise.
10066
10067 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
10068
10069 * m68klinux-tdep.c (m68k_linux_init_abi): Register
10070 linux_get_siginfo_type.
10071
10072 * m68klinux-nat.c: Include "gdb_proc_service.h".
10073 (PTRACE_GET_THREAD_AREA): Define.
10074 (ps_get_thread_area): New function.
10075
10076 2012-03-08 Yao Qi <yao@codesourcery.com>
10077
10078 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10079 `xsnprintf'.
10080 (remote_query_attached): Likewise.
10081 (remote_static_tracepoint_marker_at): Likewise.
10082 (remote_set_permissions): Likewise.
10083 (remote_detach_1, extended_remote_attach_1): Likewise.
10084 (send_g_packet, remote_vkill): Likewise.
10085 (extended_remote_disable_randomization): Likewise.
10086 (remote_add_target_side_condition): Likewise.
10087 (remote_insert_breakpoint): Likewise.
10088 (remote_remove_breakpoint): Likewise.
10089 (remote_insert_watchpoint): Likewise.
10090 (remote_remove_watchpoint): Likewise.
10091 (remote_insert_hw_breakpoint): Likewise.
10092 (remote_insert_hw_breakpoint): Likewise.
10093 (remote_remove_hw_breakpoint): Likewise.
10094 (remote_download_command_source): Likewise.
10095 (remote_download_tracepoint): Likewise.
10096 (remote_download_trace_state_variable): Likewise.
10097 (remote_disable_tracepoint): Likewise.
10098 (remote_trace_set_readonly_regions): Likewise.
10099 (remote_get_tracepoint_status): Likewise.
10100 (remote_trace_find): Likewise.
10101 (remote_get_trace_state_variable_value): Likewise.
10102 (remote_set_disconnected_tracing): Likewise.
10103 (remote_set_circular_trace_buffer): Likewise.
10104 (remote_get_min_fast_tracepoint_insn_len): Likewise.
10105 (remote_use_agent): Likewise.
10106 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10107 Update callers.
10108
10109 2012-03-07 Pedro Alves <palves@redhat.com>
10110
10111 * NEWS: Mention QProgramSignals.
10112 * inferior.h (update_signals_program_target): Declare.
10113 * infrun.c: (update_signals_program_target): New.
10114 (handle_command): Update the target of the new program signals
10115 array changes.
10116 * remote.c (PACKET_QProgramSignals): New enum.
10117 (last_program_signals_packet): New global.
10118 (remote_program_signals): New.
10119 (remote_start_remote): Update the target with the program signals
10120 list.
10121 (remote_protocol_features): Add entry for QPassSignals.
10122 (remote_open_1): Free anc clear last_program_signals_packet.
10123 (init_remote_ops): Install remote_program_signals.
10124 * target.c (update_current_target): Adjust.
10125 (target_program_signals): New.
10126 * target.h (struct target_ops) <to_program_signals>: New field.
10127 (target_program_signals): Declare.
10128
10129 2012-03-07 Pedro Alves <palves@redhat.com>
10130
10131 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10132 extensions.
10133
10134 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
10135
10136 * m68klinux-nat.c (getregs_supplies): Make static.
10137 (getfpregs_supplies): Likewise.
10138 (have_ptrace_getregs): Likewise.
10139
10140 2012-03-06 Joel Brobecker <brobecker@adacore.com>
10141
10142 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10143 in call to get_die_type_at_offset.
10144
10145 2012-03-06 Stan Shebs <stan@codesourcery.com>
10146
10147 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10148 * mi/mi-cmd-disas.c: Ditto.
10149 * mi/mi-cmd-env.c: Ditto.
10150 * mi/mi-cmd-file.c: Ditto.
10151 * mi/mi-cmd-stack.c: Ditto.
10152 * mi/mi-cmd-target.c: Ditto.
10153 * mi/mi-cmd-var.c: Ditto.
10154 * mi/mi-cmds.c: Ditto.
10155 * mi/mi-cmds.h: Ditto.
10156 * mi/mi-console.c: Ditto.
10157 * mi/mi-getopt.c: Ditto.
10158 * mi/mi-getopt.h: Ditto.
10159 * mi/mi-interp.c: Ditto.
10160 * mi/mi-main.c: Ditto.
10161 * mi/mi-out.c: Ditto.
10162 * mi/mi-parse.c: Ditto.
10163 * mi/mi-parse.h: Ditto.
10164 * mi/mi-symbol-cmds.c: Ditto.
10165
10166 * mi/mi-getopt.h: Move mi_opt struct up.
10167 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10168 return.
10169 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10170
10171 2012-03-06 Tom Tromey <tromey@redhat.com>
10172
10173 * proc-service.c (ps_pglobal_lookup): Set the current program
10174 space.
10175
10176 2012-03-06 Pedro Alves <palves@redhat.com>
10177
10178 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10179
10180 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10181
10182 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10183
10184 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10185
10186 Code cleanup.
10187 * common/linux-osdata.c (linux_common_core_of_thread): New function
10188 comment.
10189 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10190 call by linux_common_core_of_thread.
10191 (linux_nat_core_of_thread_1): Remove.
10192 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10193 * linux-thread-db.c: Include linux-osdata.h.
10194 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10195 linux_common_core_of_thread.
10196
10197 2012-03-05 Tom Tromey <tromey@redhat.com>
10198
10199 * value.c (value_primitive_field): Don't fetch contents for
10200 non-virtual bases.
10201
10202 2012-03-05 Tom Tromey <tromey@redhat.com>
10203
10204 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10205
10206 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10207
10208 * s390-nat.c: Include "gregset.h".
10209
10210 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10211
10212 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10213 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10214 (libunwind_load): New variable so_error, use it for dlerror. Try to
10215 load also LIBUNWIND_SO_7.
10216
10217 2012-03-05 Pedro Alves <palves@redhat.com>
10218
10219 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10220 is not NULL, and remove resulting dead code.
10221
10222 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10223
10224 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10225 prologue to sh_analyze_prologue.
10226 (sh_analyze_prologue): Make better use of such an upper limit, and
10227 generally be more cautious about accessing memory.
10228
10229 2012-03-05 Tom Tromey <tromey@redhat.com>
10230
10231 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10232 _initialize_ia64_hpux_tdep.
10233
10234 2012-03-05 Pedro Alves <palves@redhat.com>
10235
10236 PR gdb/13766
10237
10238 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10239 the register state is clear, supply explicit zero, instead of
10240 marking the register unavailable.
10241
10242 2012-03-05 Tristan Gingold <gingold@adacore.com>
10243
10244 * NEWS: Mention OpenVMS ia64 new target.
10245
10246 2012-03-05 Tristan Gingold <gingold@adacore.com>
10247
10248 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10249 (ia64_unw_accessors, ia64_unw_rse_accessors)
10250 (ia64_libunwind_descr): Declare.
10251 * ia64-vms-tdep.c: New file.
10252 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10253 (ia64_libunwind_descr): Make them public.
10254 * configure.tgt: Add ia64-*-*vms*.
10255 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10256 (ALLDEPFILES): Add ia64-vms-tdep.c
10257
10258 2012-03-05 Tristan Gingold <gingold@adacore.com>
10259
10260 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10261 * remote.c (PACKET_qXfer_uib): New enum value.
10262 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10263 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10264 (_initialize_remote): Call add_packet_config_cmd for
10265 xfer:uib packet.
10266
10267 2012-03-05 Tristan Gingold <gingold@adacore.com>
10268
10269 * osabi.c (gdb_osabi_names): Add OpenVMS.
10270 (generic_elf_osabi_sniffer): Likewise.
10271 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10272
10273 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10274
10275 Removed unused code.
10276 * libunwind-frame.c (libunwind_frame_unwind)
10277 (libunwind_frame_base_address): Remove.
10278 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10279
10280 2012-03-04 Yao Qi <yao@codesourcery.com>
10281
10282 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10283 remove trailing new line.
10284 (agent_run_command, agent_run_command): Add _ markup.
10285 (agent_capability_check): Likewise.
10286
10287 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10288
10289 * breakpoint.c (set_condition_evaluation_mode): Set
10290 CONDITION_EVALUATION_MODE unconditionally.
10291
10292 2012-03-03 Yao Qi <yao@codesourcery.com>
10293
10294 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10295 * common/agent.h: Update declaration.
10296 * inf-child.c (inf_child_use_agent): New.
10297 (inf_child_can_use_agent): New.
10298 (inf_child_target): Initialize fields `to_use_agent'
10299 and `to_can_use_agent'.
10300 * agent.c (agent_new_objfile): New.
10301 (_initialize_agent): Add agent_new_objfile to new_objfile
10302 observer.
10303
10304 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10305 New.
10306 (linux_target_install_ops): Initialize field
10307 `to_static_tracepoint_markers_by_strid'.
10308 * remote.c (free_current_marker): Move it to ...
10309 * tracepoint.c (free_current_marker): ... here. New.
10310 (cleanup_target_stop): New.
10311 * tracepoint.h: Declare free_current_marker.
10312 * NEWS: Add one entry about `info static-tracepoint-marker'.
10313
10314 2012-03-03 Yao Qi <yao@codesourcery.com>
10315
10316 * common/agent.c (agent_loaded_p): New.
10317 (agent_look_up_symbols): New global.
10318 * common/agent.h: Declare agent_loaded_p.
10319
10320 2012-03-03 Yao Qi <yao@codesourcery.com>
10321
10322 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10323 (agent_capability_check, agent_capability_invalidate): New.
10324 (symbol_list): New array element.
10325 * common/agent.h (enum agent_capa): New.
10326 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10327
10328 2012-03-03 Yao Qi <yao@codesourcery.com>
10329
10330 * target.h (struct target_ops) <to_use_agent>: New field.
10331 (struct target_ops) <to_can_use_agent>: New field.
10332 (target_use_agent, target_can_use_agent): New macro.
10333 * target.c (update_current_target): Update.
10334 * remote.c: New enum `PACKET_QAgent'.
10335 (remote_protocol_features): Add a new element.
10336 (remote_use_agent, remote_can_use_agent): New.
10337 (init_remote_ops): Initialize field `can_use_agent' with
10338 remote_can_use_agent. Intiailize field `use_agent' with
10339 remote_use_agent.
10340 * common/agent.c (use_agent): New global.
10341 * common/agent.h: Declare it.
10342 * tracepoint.c (info_static_tracepoint_markers_command): Add
10343 comment.
10344 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10345 (COMMON_OBS): Add common/agent.o and agent.o
10346 (common-agent.o): New rule.
10347 * agent.c: New.
10348
10349 2012-03-03 Yao Qi <yao@codesourcery.com>
10350
10351 * common/agent.c: New.
10352 * common/agent.h: New.
10353 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10354 AC_CHECK_HEADERS.
10355 * configure, configh.in: Regenerated.
10356
10357 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10358
10359 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10360 unless it exists for this architecture.
10361
10362 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10363
10364 * language.h (struct language_defn): New "method" la_read_var_value.
10365 * findvar.c: #include "language.h".
10366 (default_read_var_value): Renames read_var_value. Rewrite
10367 function description.
10368 (read_var_value): New function.
10369 * value.h (default_read_var_value): Add prototype.
10370 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10371 New functions.
10372 (ada_language_defn): Add entry for la_read_var_value.
10373 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10374 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10375 language_defn structures to add entry for new la_read_var_value
10376 field.
10377
10378 2012-03-02 Tom Tromey <tromey@redhat.com>
10379 Pedro Alves <palves@redhat.com>
10380
10381 PR breakpoints/13776:
10382 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10383 breakpoints.
10384 (delete_longjmp_breakpoint_at_next_stop): New.
10385 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10386 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10387 before deleting the inferior. Add comments.
10388 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10389 breakpoints immediately, but only on next stop. Move that code
10390 next to where we mark other breakpoints for deletion.
10391
10392 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10393
10394 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10395 marker.
10396 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10397 violation.
10398
10399 2012-03-02 Pedro Alves <palves@redhat.com>
10400
10401 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10402
10403 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10404
10405 Fix -Wmissing-prototypes build.
10406 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10407 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10408 (gdbsim_has_memory): Likewise.
10409
10410 2012-03-02 Yao Qi <yao@codesourcery.com>
10411
10412 Fix -Wmissing-prototypes build.
10413 * charset.c (phony_iconv_open): Make static.
10414 (phony_iconv_close, phony_iconv): Likewise.
10415 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10416 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10417 prototype.
10418 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10419 * ser-mingw.c (create_select_thread): Make static.
10420 * windows-termcap.c (tgetent): New prototype.
10421 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10422
10423 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10424
10425 Fix -Wmissing-prototypes build.
10426 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10427 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10428 (_initialize_loadable): New prototypes.
10429
10430 2012-03-02 Doug Evans <dje@google.com>
10431
10432 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10433 abbrev table, read_comp_unit will do it.
10434
10435 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 Fix -Wmissing-prototypes build.
10438 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10439 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10440 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10441 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10442 (_initialize_arm_symbian_tdep): New prototype.
10443 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10444 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10445 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10446 static.
10447 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10448 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10449 prototype.
10450 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10451 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10452 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10453 static.
10454 * moxie-tdep.c (moxie_process_record): Likewise.
10455 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10456 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10457 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10458 (_initialize_rl78_tdep): New prototype.
10459 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10460 (_initialize_rx_tdep): New prototype.
10461 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10462 (_initialize_darwin_solib): New prototype.
10463 * solib-spu.c: Include solib-spu.h.
10464 (_initialize_spu_solib): New prototype.
10465 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10466 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10467 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10468 (tic6x_software_single_step): Make it static.
10469 (_initialize_tic6x_tdep): New prototype.
10470
10471 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 Fix -Wmissing-prototypes build.
10474 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10475 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10476
10477 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 Fix -Wmissing-prototypes build.
10480 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10481 (frv_have_stopped_data_address): Remove.
10482
10483 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 Fix -Wmissing-prototypes build.
10486 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10487 * sh-tdep.c: Include sh64-tdep.h.
10488 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10489 * sh64-tdep.c: Include sh64-tdep.h.
10490 * sh64-tdep.h: New file.
10491
10492 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10493
10494 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10495
10496 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10497
10498 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10499 sp_regnum once the gdbarch_init_osabi hook has been called.
10500
10501 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10502
10503 * mips-tdep.c (mips32_bc1_pc): New function.
10504 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10505 BPOSGE32 and BPOSGE64 instructions.
10506 (deal_with_atomic_sequence): Likewise.
10507 (mips32_instruction_has_delay_slot): Likewise.
10508
10509 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10510 Chris Dearman <chris@mips.com>
10511 Maciej W. Rozycki <macro@codesourcery.com>
10512 Joseph Myers <joseph@codesourcery.com>
10513
10514 * features/mips-dsp.xml: New file.
10515 * features/mips64-dsp.xml: New file.
10516 * features/mips-dsp-linux.xml: New file.
10517 * features/mips64-dsp-linux.xml: New file.
10518 * features/Makefile (WHICH): Add mips-dsp-linux and
10519 mips64-dsp-linux.
10520 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10521 * features/mips-dsp-linux.c: New file.
10522 * features/mips64-dsp-linux.c: New file.
10523 * regformats/mips-dsp-linux.dat: New file.
10524 * regformats/mips64-dsp-linux.dat: New file.
10525 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10526 registers.
10527 (mips64_linux_register_addr): Likewise.
10528 (mips64_linux_regsets_fetch_registers): Likewise.
10529 (mips64_linux_regsets_store_registers): Likewise.
10530 (mips64_linux_fetch_registers): Update call to
10531 mips64_linux_regsets_fetch_registers.
10532 (mips64_linux_store_registers): Update call to
10533 mips64_linux_regsets_store_registers.
10534 (mips_linux_read_description): Probe for DSP registers.
10535 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10536 and initialize_tdesc_mips64_dsp_linux.
10537 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10538 Remove padding of no longer used embedded register slots.
10539 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10540 (MIPS_RESTART_REGNUM): Redefine enum value.
10541 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10542 strings.
10543 (mips_tx39_reg_names): Likewise.
10544 (mips_linux_reg_names): New array of register names for Linux
10545 targets.
10546 (mips_register_name): Check for a null pointer in
10547 mips_processor_reg_names and return an empty string.
10548 (mips_register_type): Exclude embedded registers for the IRIX
10549 and Linux ABIs.
10550 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10551 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10552 DSP registers.
10553 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10554 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10555 (mips_gdbarch_init): Likewise. Initialize internal register
10556 indices for the Linux ABI. Use dynamic numbers to refer to
10557 registers, as applicable, while parsing the target description.
10558 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10559
10560 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10561
10562 * frame.h (read_frame_register_unsigned): Fix typo in function
10563 description.
10564
10565 2012-03-01 Pedro Alves <palves@redhat.com>
10566
10567 * jit-reader.in [!__cplusplus]
10568 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10569
10570 2012-03-01 Pedro Alves <palves@redhat.com>
10571
10572 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10573 * configure: Regenerate.
10574
10575 2012-03-01 Pedro Alves <palves@redhat.com>
10576
10577 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10578 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10579 (ftrace_command, strace_command): Make static.
10580 * d-lang.c (_initialize_d_language): Declare.
10581 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10582 * dwarf2loc.c (_initialize_dwarf2loc):
10583 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10584 * exec.c (exec_get_section_table): Make static.
10585 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10586 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10587 * inferior.c (remove_inferior_command, add_inferior_command)
10588 (clone_inferior_command): Make static.
10589 * linux-nat.c (linux_nat_thread_address_space)
10590 (linux_nat_core_of_thread): Make static.
10591 * linux-tdep.c (_initialize_linux_tdep): Declare.
10592 * objc-lang.c (_initialize_objc_lang): Declare.
10593 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10594 Make static.
10595 (_initialize_opencl_language): Declare.
10596 * record.c (_initialize_record): Declare.
10597 * remote.c (demand_private_info, remote_get_tib_address)
10598 (remote_supports_cond_tracepoints)
10599 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10600 Make static.
10601 * skip.c (_initialize_step_skip): Declare.
10602 * symtab.c (skip_prologue_using_lineinfo): Make static.
10603 * tracepoint.c (delete_trace_state_variable)
10604 (trace_variable_command, delete_trace_variable_command)
10605 (get_uploaded_tsv, find_matching_tracepoint_location)
10606 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10607 Make static.
10608 * value.c (pack_unsigned_long): Make static.
10609 * varobj.c (varobj_ensure_python_env): Make static.
10610 * windows-tdep.c (_initialize_windows_tdep): Declare.
10611 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10612
10613 2012-03-01 Pedro Alves <palves@redhat.com>
10614
10615 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10616 gdbarch parameter.
10617 (linux_init_abi): Install it as has_shared_address_space gdbarch
10618 callback.
10619
10620 2012-03-01 Pedro Alves <palves@redhat.com>
10621
10622 * observer.c (observer_test_first_notification_function)
10623 (observer_test_second_notification_function)
10624 (observer_test_third_notification_function): Add declarations.
10625
10626 2012-03-01 Pedro Alves <palves@redhat.com>
10627
10628 * common/signals.c (default_target_signal_to_host)
10629 (default_target_signal_from_host): Move ...
10630 * arch-utils.c: ... here.
10631 * arch-utils.h (default_target_signal_to_host)
10632 (default_target_signal_from_host): Declare.
10633
10634 * common/signals.c (target_signal_from_command): Move ...
10635 * infrun.c: ... here.
10636 * inferior.h (target_signal_from_command): Declare.
10637 * target.h (target_signal_from_command)
10638 (default_target_signal_from_host, default_target_signal_to_host):
10639 Delete declarations.
10640
10641 * common/signals.c (_initialize_signals): Delete.
10642
10643 2012-03-01 Pedro Alves <palves@redhat.com>
10644
10645 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10646 both __cplusplus and !__cplusplus.
10647
10648 2012-03-01 Pedro Alves <palves@redhat.com>
10649
10650 * psymtab.c (find_and_open_source): Delete declaration.
10651 * source.c (find_and_open_source): Move comment ...
10652 * source.h (find_and_open_source): ... to this new declaration.
10653
10654 2012-03-01 Pedro Alves <palves@redhat.com>
10655
10656 * inline-frame.c: Include inline-frame.h.
10657
10658 2012-03-01 Pedro Alves <palves@redhat.com>
10659
10660 * tui/tui-data.c (set_gen_win_origin): Delete.
10661 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10662 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10663
10664 2012-03-01 Pedro Alves <palves@redhat.com>
10665
10666 * remote.c (encode_actions): Delete declaration.
10667 * tracepoint.c (encode_actions): Make extern.
10668 * tracepoint.h (encode_actions): Declare.
10669
10670 2012-03-01 Pedro Alves <palves@redhat.com>
10671
10672 * python/py-breakpoint.c: Include python.h.
10673 * python/py-continueevent.c (create_continue_event_object): Make
10674 static.
10675 * python/py-lazy-string.c (stpy_get_type): Make static.
10676 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10677 Make static.
10678 * python/py-utils.c (unicode_to_target_python_string): Make
10679 static.
10680 * python/py-value.c: Include python.h.
10681
10682 2012-03-01 Pedro Alves <palves@redhat.com>
10683
10684 * inferior.c (delete_threads_of_inferior): Delete.
10685
10686 2012-03-01 Pedro Alves <palves@redhat.com>
10687
10688 Import fallback definitions from glibc.
10689
10690 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10691 ps_prochandle): Forward declare.
10692 (ps_err_e): Use glibc's comments.
10693 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10694 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10695 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10696 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10697 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10698 (struct ps_prochandle): Adjust comment.
10699
10700 2012-03-01 Pedro Alves <palves@redhat.com>
10701
10702 * ada-lang.c (ada_modulus_from_name): Delete.
10703 * ada-lex.l (lexer_init): Make static.
10704
10705 2012-03-01 Pedro Alves <palves@redhat.com>
10706
10707 PR gdb/13767
10708
10709 * frame.c (read_frame_register_unsigned): New.
10710 * frame.h (read_frame_register_unsigned): Declare.
10711 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10712 Handle it.
10713 (print_i387_control_word): New parameter `control_p'. Handle it.
10714 (i387_print_float_info): Handle unavailable float registers.
10715
10716 2012-03-01 Keith Seitz <keiths@redhat.com>
10717
10718 * linespec.c (decode_line_2): Sort the list of methods
10719 alphabetically before presenting the user with a selection
10720 menu.
10721
10722 2012-03-01 Doug Evans <dje@google.com>
10723
10724 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10725 has_namespace_info.
10726 (dwarf2_read_abbrevs): Remove corresponding initialization.
10727
10728 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10729
10730 * NEWS: Mention new python command class gdb.COMMAND_USER.
10731 * cli/cli-cmds.c (show_user): Print error when used on a python
10732 command.
10733 (init_cli_cmds): Update documentation strings for "show user" and
10734 "set/show max-user-call-depth" to clarify that it does not apply to
10735 python commands.
10736 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10737 error check.
10738 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10739 gdb python api.
10740 * top.c (execute_command): Only execute a user-defined command as a
10741 legacy macro if c->user_commands is set.
10742
10743 2012-03-01 Tom Tromey <tromey@redhat.com>
10744
10745 * valprint.h (struct generic_val_print_decorations): New.
10746 (generic_val_print): Declare.
10747 * valprint.c (generic_val_print): New function.
10748 * p-valprint.c (p_decorations): New global.
10749 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10750 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10751 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10752 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10753 * m2-valprint.c (m2_decorations): New global.
10754 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10755 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10756 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10757 TYPE_CODE_ERROR>: Call generic_val_print.
10758 * f-valprint.c (f_decorations): New global.
10759 (f_val_print): Use print_function_pointer_address.
10760 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10761 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10762 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10763 generic_val_print.
10764 * c-valprint.c (c_decorations): New global.
10765 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10766 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10767 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10768 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10769 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10770 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10771 case.
10772
10773 2012-03-01 Tom Tromey <tromey@redhat.com>
10774
10775 * valprint.c (val_print): Update.
10776 * p-valprint (pascal_val_print): Return void.
10777 * p-lang.h (pascal_val_print): Return void.
10778 * m2-valprint.c (m2_val_print): Return void.
10779 * m2-lang.h (m2_val_print): Return void.
10780 * language.h (struct language_defn) <la_val_print>: Return void.
10781 * language.c (unk_lang_val_print): Return void.
10782 * jv-valprint.c (java_val_print): Return void.
10783 * jv-lang.h (java_val_print): Return void.
10784 * f-valprint.c (f_val_print): Return void.
10785 * f-lang.h (f_val_print): Return void.
10786 * d-valprint.c (d_val_print): Return void.
10787 (dynamic_array_type): Update.
10788 * d-lang.h (d_val_print): Return void.
10789 * c-valprint.c (c_val_print): Return void.
10790 * c-lang.h (c_val_print): Return void.
10791 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10792 void.
10793 * ada-lang.h (ada_val_print): Return void.
10794
10795 2012-03-01 Tom Tromey <tromey@redhat.com>
10796
10797 * value.h (val_print): Return void.
10798 * valprint.c (val_print): Return void.
10799
10800 2012-03-01 Tom Tromey <tromey@redhat.com>
10801
10802 * value.h (common_val_print): Return void.
10803 * valprint.c (common_val_print): Return void.
10804
10805 2012-03-01 Tom Tromey <tromey@redhat.com>
10806
10807 * value.h (value_print): Return void.
10808 * valprint.c (value_print): Return void.
10809 * p-valprint.c (pascal_value_print): Return void.
10810 * p-lang.h (pascal_value_print): Return void.
10811 * language.h (struct language_defn) <la_value_print>: Return
10812 void.
10813 * language.c (unk_lang_value_print): Return void.
10814 * jv-valprint.c (java_value_print): Return void.
10815 * jv-lang.h (java_value_print): Return void.
10816 * f-valprint.c (c_value_print): Don't declare.
10817 Include c-lang.h.
10818 * c-valprint.c (c_value_print): Return void.
10819 * c-lang.h (c_value_print): Return void.
10820 * ada-valprint.c (ada_value_print): Return void.
10821 * ada-lang.h (ada_value_print): Return void.
10822
10823 2012-03-01 Tom Tromey <tromey@redhat.com>
10824
10825 * value.c (value_primitive_field): Handle virtual base classes.
10826
10827 2012-03-01 Tom Tromey <tromey@redhat.com>
10828
10829 * gdbtypes.h (struct vbase): Remove.
10830
10831 2012-03-01 Tom Tromey <tromey@redhat.com>
10832
10833 * c-valprint.c (print_function_pointer_address): Move...
10834 * valprint.c: ... here. Make non-static.
10835 * m2-valprint.c (print_function_pointer_address): Remove.
10836 * valprint.h (print_function_pointer_address): Declare.
10837
10838 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10839
10840 * NEWS: Document the fact that one can provide a condition when
10841 creating an Ada exception catchpoint.
10842
10843 2012-03-01 Tom Tromey <tromey@redhat.com>
10844
10845 * valprint.c (val_print_type_code_flags): Fix placement of
10846 trailing brace.
10847
10848 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10849
10850 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10851 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10852 environment variable before calling update-copyright.
10853
10854 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10855
10856 * gnulib/extra/update-copyright: Update to the latest from
10857 gnulib's git repository.
10858 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10859 variable to 2 instead of 1.
10860
10861 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10862
10863 * varobj.c (c_value_of_variable): Remove dead code.
10864
10865 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10866
10867 * ada-lex.p (processId): Do not modify already encoded IDs.
10868 Update function documentation.
10869
10870 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10871
10872 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10873 "name" with "struct symbol *name_sym".
10874 * ada-exp.y (write_var_or_type): Update call to
10875 ada_find_renaming_symbol.
10876 "name" with "struct symbol *name_sym". Adjust Implementation
10877 accordingly. Adjust the function documentation.
10878
10879 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10880
10881 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10882 * ada-lang.c (ada_find_any_type): Add advance declaration.
10883 Make static. Replace ada_find_any_symbol by
10884 ada_find_any_type_symbol.
10885 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10886 Improve function description. Make static.
10887 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10888 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10889
10890 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10891
10892 * ada-lang.c (struct tag_args): Delete.
10893 (ada_get_tsd_type): Function body moved up in source file.
10894 (ada_tag_name_1, ada_tag_name_2): Delete.
10895 (ada_get_tsd_from_tag): New function.
10896 (ada_tag_name_from_tsd): New function.
10897 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10898 to determine the tag name.
10899
10900 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10901
10902 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10903 declaration.
10904 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10905 function.
10906
10907 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10908
10909 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10910
10911 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10912
10913 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10914 full searches.
10915
10916 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10917
10918 * ada-lang.c (constrained_packed_array_type): If there is a
10919 parallel XA type, use it to determine the array index type.
10920
10921 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10922
10923 * ada-valprint.c (ada_val_print_1): If our value is a reference
10924 to an array descriptor, dereference it before converting it
10925 to a simple array.
10926
10927 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10928
10929 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10930 creating fixed value.
10931 (ada_value_ind, ada_coerce_ref, assign_component)
10932 (ada_evaluate_subexp): Remove call to unwrap_value before
10933 call to ada_to_fixed_value.
10934
10935 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10936
10937 * ada-lang.c (to_fixed_array_type): Set result's type name.
10938
10939 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10940
10941 * ada-lang.c (catch_ada_exception_command_split): Add new
10942 argument cond_string. Add support for condition at end of
10943 "catch exception" commands.
10944 (ada_decode_exception_location): Add new argument cond_string.
10945 Update call to catch_ada_exception_command_split.
10946 (create_ada_exception_catchpoint): Add new argument cond_string.
10947 Set the breakpoint condition if needed.
10948 (catch_ada_exception_command): Update call to
10949 ada_decode_exception_location.
10950 (ada_decode_assert_location): Add function documentation.
10951 Add support for condition at end of "catch assert" command.
10952 (catch_assert_command): Update calls to ada_decode_assert_location
10953 and create_ada_exception_catchpoint.
10954
10955 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10956
10957 Fix disp-step-syscall.exp: fork: single step over fork.
10958 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10959 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10960 comment, change parameters gdbarch and ptid to regcache. Remove
10961 parameter regcache, initialize gdbarch from regcache here.
10962 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10963 New functions.
10964 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10965 instead.
10966 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10967 'syscall'. Make the 'int' check more strict.
10968
10969 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10970
10971 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10972 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10973 (i386_linux_intx80_sysenter_syscall_record): ... here.
10974 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10975 Use the renamed function name.
10976
10977 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10978
10979 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10980 * breakpoint.c (until_break_command): Likewise.
10981 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10982 * infcall.c (call_function_by_hand): Likewise.
10983 * infcmd.c (finish_forward): Likewise.
10984 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10985
10986 2012-02-28 Tristan Gingold <gingold@adacore.com>
10987
10988 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10989 avoid variable assignments inside condition.
10990
10991 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10992
10993 Fix static analysis issue found by cppcheck.
10994 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10995 uninitialized BUF for size 2.
10996
10997 2012-02-27 Chris Dearman <chris@mips.com>
10998 Nathan Froyd <froydnj@codesourcery.com>
10999 Maciej W. Rozycki <macro@codesourcery.com>
11000
11001 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11002 (mips16_instruction_has_delay_slot): Likewise.
11003 (mips_segment_boundary): Likewise.
11004 (mips_adjust_breakpoint_address): Likewise.
11005 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11006
11007 2012-02-27 Maciej W. Rozycki <macro@mips.com>
11008 Maciej W. Rozycki <macro@codesourcery.com>
11009
11010 * infrun.c (handle_inferior_event): Don't proceed through
11011 shared library trampolines if stepping at the machine
11012 instruction level.
11013
11014 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
11015
11016 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11017 too.
11018
11019 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
11020
11021 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11022 (sh_stub_unwind_sniffer): New functions.
11023 (sh_stub_unwind): New variable.
11024 (sh_gdbarch_init): Wire everything.
11025
11026 2012-02-27 Pedro Alves <palves@redhat.com>
11027
11028 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11029 (linux_nat_post_attach_wait): Adjust to use
11030 linux_proc_pid_is_stopped.
11031 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11032 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11033 based on pid_is_stopped from both linux-nat.c and
11034 gdbserver/linux-low.c, and renamed.
11035
11036 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11037
11038 * remote.c (remote_watchpoint_addr_within_range): New function.
11039 (init_remote_ops): Use it.
11040
11041 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
11042
11043 * target.h (target_watchpoint_addr_within_range): Document macro.
11044
11045 2012-02-24 Pedro Alves <palves@redhat.com>
11046
11047 * stack.c (set_last_displayed_sal): Issue internal_error instead
11048 of warning, and issue it after clearing the last displayed sal.
11049
11050 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11051 Pedro Alves <palves@redhat.com>
11052
11053 * breakpoint.c (until_break_command): Install breakpoints after
11054 all frame manipulations.
11055
11056 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11057
11058 * remote.c (remote_supports_cond_breakpoints): New forward
11059 declaration.
11060 (remote_add_target_side_condition): New function.
11061 (remote_insert_breakpoint): Add target-side breakpoint
11062 conditional if supported.
11063 (remote_insert_hw_breakpoint): Likewise.
11064 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11065 hook.
11066
11067 * target.c (update_current_target): Inherit
11068 to_supports_evaluation_of_breakpoint_conditions.
11069 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11070
11071 * target.h (struct target_ops)
11072 <to_supports_evaluation_of_breakpoint_conditions>: New field.
11073 (target_supports_evaluation_of_breakpoint_conditions): New #define.
11074
11075 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11076 (condition_evaluation_both, condition_evaluation_auto,
11077 condition_evaluation_host, condition_evaluation_target,
11078 condition_evaluation_enums, condition_evaluation_mode_1,
11079 condition_evaluation_mode): New static globals.
11080 (translate_condition_evaluation_mode): New function.
11081 (breakpoint_condition_evaluation_mode): New function.
11082 (gdb_evaluates_breakpoint_condition_p): New function.
11083 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11084 (mark_breakpoint_modified): New function.
11085 (mark_breakpoint_location_modified): New function.
11086 (set_condition_evaluation_mode): New function.
11087 (show_condition_evaluation_mode): New function.
11088 (bp_location_compare_addrs): New function.
11089 (get_first_location_gte_addr): New helper function.
11090 (set_breakpoint_condition): Free condition bytecode if locations
11091 has become unconditional. Call mark_breakpoint_modified (...).
11092 (condition_command): Call update_global_location_list (1) for
11093 breakpoints.
11094 (breakpoint_xfer_memory): Use is_breakpoint (...).
11095 (is_breakpoint): New function.
11096 (parse_cond_to_aexpr): New function.
11097 (build_target_condition_list): New function.
11098 (insert_bp_location): Handle target-side conditional
11099 breakpoints and call build_target_condition_list (...).
11100 (update_inserted_breakpoint_locations): New function.
11101 (insert_breakpoint_locations): Handle target-side conditional
11102 breakpoints.
11103 (bpstat_check_breakpoint_conditions): Add comment.
11104 (bp_condition_evaluator): New function.
11105 (bp_location_condition_evaluator): New function.
11106 (print_breakpoint_location): Print information on where the condition
11107 will be evaluated.
11108 (print_one_breakpoint_location): Likewise.
11109 (init_bp_location): Call mark_breakpoint_location_modified (...) for
11110 breakpoint location.
11111 (force_breakpoint_reinsertion): New functions.
11112 (update_global_location_list): Handle target-side breakpoint
11113 conditions.
11114 Reinsert locations that are already inserted if conditions have
11115 changed.
11116 (bp_location_dtor): Free agent expression bytecode.
11117 (disable_breakpoint): Call mark_breakpoint_modified (...).
11118 Call update_global_location_list (...) with parameter 1 for breakpoints.
11119 (disable_command): Call mark_breakpoint_location_modified (...).
11120 Call update_global_location_list (...) with parameter 1 for breakpoints.
11121 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11122 (enable_command): mark_breakpoint_location_modified (...).
11123 (_initialize_breakpoint): Update documentation and add
11124 condition-evaluation breakpoint subcommand.
11125
11126 * breakpoint.h: Include ax.h.
11127 (condition_list): New data structure.
11128 (condition_status): New enum.
11129 (bp_target_info) <cond_list>: New field.
11130 (bp_location) <condition_changed, cond_bytecode>: New fields.
11131 (is_breakpoint): New prototype.
11132
11133 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11134
11135 * remote.c (remote_state) <cond_breakpoints>: New field.
11136 (PACKET_ConditionalBreakpoints): New enum.
11137 (remote_cond_breakpoint_feature): New function.
11138 (remote_protocol_features): Add new ConditionalBreakpoints entry.
11139 (remote_supports_cond_breakpoints): New function.
11140 (_initialize_remote): Add new packet configuration for
11141 target-side conditional breakpoints.
11142
11143 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11144
11145 * NEWS: Mention target-side conditional breakpoint support,
11146 new condition-evaluation breakpoint subcommand and remote
11147 packet extensions.
11148
11149 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
11150
11151 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11152 number.
11153
11154 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
11155
11156 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11157 (after_prologue): Remove.
11158
11159 2012-02-23 Tom Tromey <tromey@redhat.com>
11160
11161 * jv-valprint.c (java_val_print): Remove dead code.
11162
11163 2012-02-23 Tristan Gingold <gingold@adacore.com>
11164
11165 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11166 known_tasks_element and known_tasks_length fields.
11167 (read_known_tasks_array): Change argument type. Use pointer type
11168 and number of elements from DATA. Adjust.
11169 (read_known_tasks_list): Likewise.
11170 (get_known_tasks_addr): Remove.
11171 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11172 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11173 type and array length. Merge former get_known_tasks_addr code.
11174
11175 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11176
11177 PR backtrace/13716
11178 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11179 it after set_momentary_breakpoint.
11180
11181 2012-02-22 Sterling Augustine <saugustine@google.com>
11182
11183 PR 13689:
11184 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11185
11186 2012-02-22 Gary Benson <gbenson@redhat.com>
11187
11188 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11189 (find_slot_in_mapped_hash): Likewise.
11190
11191 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11192
11193 PR build/13638
11194 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11195 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11196 * configure: Regenerate.
11197
11198 2012-02-21 Tristan Gingold <gingold@adacore.com>
11199 Pedro Alves <palves@redhat.com>
11200
11201 * ia64-tdep.c: Do not include libunwind-ia64.h.
11202 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11203 Include libunwind-ia64.h instead of libunwind.h.
11204 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11205 for libunwind.h existence.
11206 * configure, config.in: Regenerate.
11207
11208 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11209
11210 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11211 instead of value_rtti_target_type.
11212 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11213 instead of value_rtti_target_type.
11214 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11215 value_rtti_target_type.
11216 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11217 (value_rtti_target_type): Rename to ...
11218 (value_rtti_indirect_type): ... here and make it indirect. Update
11219 function comment.
11220 * value.c (readjust_indirect_value_type): New function.
11221 (coerce_ref): Support for enclosing type setting for references
11222 with readjust_indirect_value_type.
11223 * value.h (readjust_value_type): New declaration.
11224 (value_rtti_target_type): Rename to ...
11225 (value_rtti_indirect_type): ... here.
11226
11227 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11228
11229 * MAINTAINERS (Write After Approval): Add myself to the list.
11230
11231 2012-02-20 Doug Evans <dje@google.com>
11232
11233 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11234 Rename objfile_p_char parameter to objfilep.
11235 (build_objfile_section_table): Result is now void. All callers
11236 updated.
11237 * objfiles.h (struct objfile): Tweak comments, whitespace.
11238 (build_objfile_section_table): Update.
11239
11240 * elfread.c (elf_symfile_segments): Fix warning text.
11241
11242 2012-02-20 Tom Tromey <tromey@redhat.com>
11243
11244 PR gdb/13498:
11245 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11246 particular set of file names once.
11247 (dw2_map_symbol_filenames): Likewise.
11248
11249 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11250
11251 Code cleanup.
11252 * main.c (write_files): Remove the declaration.
11253 (external_editor_command): Move the declaration ...
11254 [GDBTK] (external_editor_command): ... here. Fix the comment.
11255
11256 2012-02-20 Tom Tromey <tromey@redhat.com>
11257
11258 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11259 extraneous block.
11260
11261 2012-02-20 Tristan Gingold <gingold@adacore.com>
11262
11263 * darwin-nat.h (enum darwin_msg_state): Add comments.
11264
11265 2012-02-20 Tristan Gingold <gingold@adacore.com>
11266
11267 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11268 value.
11269
11270 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11271
11272 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11273 between function description and implementation.
11274
11275 2012-02-17 Tom Tromey <tromey@redhat.com>
11276
11277 PR python/12070:
11278 * python/py-event.c (event_object_getset): New global.
11279 (event_object_type): Reference it.
11280 * python/py-type.c (field_object_getset): New global.
11281 (field_object_type): Reference it.
11282 * python/python-internal.h (gdb_py_generic_dict): Declare.
11283 * python/py-utils.c (gdb_py_generic_dict): New function.
11284
11285 2012-02-17 Tristan Gingold <gingold@adacore.com>
11286
11287 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11288
11289 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11290
11291 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11292 TYPE_CALLING_CONVENTION annotation.
11293
11294 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11295
11296 * MAINTAINERS: Add rx to target ISA section.
11297 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11298 (ALLDEPFILES): Add rx-tdep.c.
11299
11300 2012-02-16 Tom Tromey <tromey@redhat.com>
11301
11302 * symfile.c (symbol_file_add_main_1): Use inferior's
11303 symfile_flags.
11304 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11305 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11306 inferior.
11307 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11308 inferior.
11309 (follow_exec): Use inferior's symfile_flags.
11310 * inferior.h (struct inferior) <symfile_flags>: New field.
11311
11312 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11313
11314 PR gdb/9734:
11315 * remote-sim.c (gdbsim_create_inferior): Call error() when
11316 sim_create_inferior() fails.
11317
11318 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11319
11320 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11321
11322 2012-02-16 Tom Tromey <tromey@redhat.com>
11323
11324 PR c++/13653:
11325 * thread.c (struct current_thread_cleanup) <was_removable>: New
11326 field.
11327 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11328 (make_cleanup_restore_current_thread): Initialize new field.
11329
11330 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11331
11332 * MAINTAINERS: Add rl78 to target ISA section.
11333 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11334 (ALLDEPFILES): Add rl78-tdep.c.
11335 * NEWS: Mention rl78 as a new target.
11336
11337 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11338
11339 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11340 data.
11341 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11342
11343 2012-02-15 Tom Tromey <tromey@redhat.com>
11344
11345 PR gdb/12659:
11346 * infcmd.c (registers_info): Print just the current register's
11347 name.
11348
11349 2012-02-15 Tom Tromey <tromey@redhat.com>
11350
11351 * python/py-symbol.c (sympy_value): Use _().
11352
11353 2012-02-15 Pedro Alves <palves@redhat.com>
11354
11355 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11356 output to be like native targets'.
11357 (remote_pid_to_str): Special case the null ptid.
11358
11359 2012-02-14 Stan Shebs <stan@codesourcery.com>
11360
11361 * NEWS: Mention enable count command.
11362 * breakpoint.h (struct breakpoint): New field enable_count.
11363 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11364 (enable_breakpoint): Add arg to call.
11365 (struct disp_data): New struct.
11366 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11367 (do_map_enable_once_breakpoint): Create a struct and pass it.
11368 (do_map_enable_delete_breakpoint): Ditto.
11369 (do_map_enable_count_breakpoint): New function.
11370 (enable_count_command): New function.
11371 (bpstat_stop_status): Decrement enable_count.
11372 (print_one_breakpoint_location): Report enable count.
11373 (_initialize_breakpoint): Add enable count command.
11374
11375 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11376
11377 * rl78-tdep.c (reggroups.h): Include.
11378 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11379 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11380 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11381 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11382 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11383 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11384 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11385 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11386 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11387 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11388 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11389 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11390 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11391 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11392 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11393 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11394 beginning of register list.
11395 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11396 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11397 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11398 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11399 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11400 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11401 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11402 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11403 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11404 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11405 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11406 the pseudo registers. Rearrange other pseudo registers too so
11407 that the bank registers appear at the end.
11408 (rl78_register_type): Account for the fact that the byte sized
11409 bank registers are now pseudo-registers.
11410 (rl78_register_name): Rearrange the register name array. Make
11411 initial set of raw banked registers inaccessible.
11412 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11413 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11414 case for copying bytes back and forth between raw and pseudo
11415 versions of the banked registers. Update other cases to reflect
11416 the changed names.
11417 (rl78_return_value): Update to account for changed names of
11418 raw registers.
11419 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11420 rl78_register_sim_regno().
11421
11422 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11423
11424 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11425 the name parameter being passed to find_pc_partial_function().
11426
11427 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11428
11429 * MAINTAINERS: Step down from being ia64 target maintainer.
11430
11431 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11432
11433 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11434 compilation warning.
11435
11436 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11437
11438 Fix crash on loaded shlibs without loaded exec_bfd.
11439 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11440 (set_section_command): Replace exec_bfd by p->bfd.
11441
11442 2012-02-10 Tom Tromey <tromey@redhat.com>
11443
11444 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11445 when we have a C++ qualified name.
11446
11447 2012-02-10 Pedro Alves <palves@redhat.com>
11448
11449 * inferior.c (inferior_pid_to_str): New.
11450 (print_inferior, inferior_command): Use it.
11451
11452 2012-02-10 Pedro Alves <palves@redhat.com>
11453
11454 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11455 the test CFLAGS.
11456 * configure: Regenerate.
11457
11458 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11459
11460 * linespec.c (decode_line_internal): Fix comment correctness.
11461
11462 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11463
11464 PR gdb/12953
11465 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11466 * amd64bsd-nat.c: Add support for debug registers (adapted from
11467 i386bsd-nat.c).
11468 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11469 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11470 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11471 (amd64bsd_dr_get_control): New functions.
11472 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11473 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11474 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11475 watchpoints initialization.
11476 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11477
11478 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11479
11480 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11481 flds_bnds.fields.
11482 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11483
11484 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11487
11488 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11489
11490 * language.h (symbol_name_cmp_ftype): Renames
11491 symbol_name_match_p_ftype.
11492 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11493 la_get_symbol_name_match_p.
11494 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11495 ada_get_symbol_name_match_p. Update comment.
11496 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11497 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11498 Renames symbol_name_match_p. Update field type.
11499 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11500 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11501 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11502 "la_get_symbol_name_cmp" in comments.
11503 * language.c: Likewise.
11504
11505 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11506
11507 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11508 %eflags offset.
11509 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11510 (amd64_sol2_gregset32_reg_offs): Likewise.
11511
11512 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11513
11514 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11515 of the returned BFD is allocated by GDB.
11516
11517 2012-02-07 Tom Tromey <tromey@redhat.com>
11518
11519 PR python/12027:
11520 * python/python-internal.h (frame_object_type): Declare.
11521 * python/py-symbol.c (sympy_needs_frame): New function.
11522 (sympy_value): New function.
11523 (symbol_object_getset): Add "needs_frame".
11524 (symbol_object_methods): Add "value".
11525 * python/py-frame.c (frame_object_type): No longer static.
11526
11527 2012-02-07 Tom Tromey <tromey@redhat.com>
11528
11529 PR python/13599:
11530 * python/py-symbol.c (sympy_line): New function.
11531 (symbol_object_getset): Add "line".
11532
11533 2012-02-07 Tom Tromey <tromey@redhat.com>
11534
11535 * charset.c (find_charset_names): Check 'in' against NULL.
11536
11537 2012-02-06 Doug Evans <dje@google.com>
11538
11539 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11540 and fields.name members from char * to const char *. All uses updated.
11541 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11542 from char * to const char *. All uses updated.
11543 (type_name_no_tag): Update.
11544 (lookup_unsigned_typename, lookup_signed_typename): Update.
11545 * gdbtypes.c (type_name_no_tag): Change result type
11546 from char * to const char *. All callers updated.
11547 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11548 name parameter from char * to const char *.
11549 * symtab.h (struct cplus_specific): Change type of demangled_name
11550 member from char * to const char *. All uses updated.
11551 (struct general_symbol_info): Change type of name and
11552 mangled_lang.demangled_name members from char * to const char *.
11553 All uses updated.
11554 (symbol_get_demangled_name, symbol_natural_name): Update.
11555 (symbol_demangled_name, symbol_search_name): Update.
11556 * symtab.c (symbol_get_demangled_name): Change result type
11557 from char * to const char *. All callers updated.
11558 (symbol_natural_name, symbol_demangled_name): Ditto.
11559 (symbol_search_name): Ditto.
11560 (completion_list_add_name): Change type of symname,sym_text,
11561 text,word parameters from char * to const char *.
11562 (completion_list_objc_symbol): Change type of sym_text,
11563 text,word parameters from char * to const char *.
11564 * ada-lang.c (find_struct_field): Change type of name parameter
11565 from char * to const char *.
11566 (encoded_ordered_before): Similarly for N0,N1 parameters.
11567 (old_renaming_is_invisible): Similarly for function_name parameter.
11568 (ada_type_name): Change result type from char * to const char *.
11569 All callers updated.
11570 * ada-lang.h (ada_type_name): Update.
11571 * buildsym.c (hashname): Change type of name parameter
11572 from char * to const char *.
11573 * buildsym.h (hashname): Update.
11574 * dbxread.c (end_psymtab): Change type of include_list parameter
11575 from char ** to const char **.
11576 * dwarf2read.c (determine_prefix): Change result type
11577 from char * to const char *. All callers updated.
11578 * f-lang.c (find_common_for_function): Change type of name, funcname
11579 parameters from char * to const char *.
11580 * f-lang.c (find_common_for_function): Update.
11581 * f-valprint.c (list_all_visible_commons): Change type of funcname
11582 parameters from char * to const char *.
11583 * gdbarch.sh (static_transform_name): Change type of name parameter
11584 and result from char * to const char *.
11585 * gdbarch.c: Regenerate.
11586 * gdbarch.h: Regenerate.
11587 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11588 of name parameter from char * to const char *.
11589 * jv-lang.c (java_primitive_type_from_name): Ditto.
11590 (java_demangled_signature_length): Similarly for signature parameter.
11591 (java_demangled_signature_copy): Ditto.
11592 (java_demangle_type_signature): Ditto.
11593 * jv-lang.h (java_primitive_type_from_name): Update.
11594 (java_demangle_type_signature): Update.
11595 * objc-lang.c (specialcmp): Change type of a,b parameters
11596 from char * to const char *.
11597 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11598 from char * to const char *. All callers updated.
11599 * p-lang.h (is_pascal_string_type): Update.
11600 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11601 of name parameter from char * to const char *.
11602 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11603 * utils.c (fprintf_symbol_filtered): Ditto.
11604 * defs.h (fprintf_symbol_filtered): Update.
11605 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11606 * stabsread.h (end_psymtab): Update.
11607 * stack.c (find_frame_funname): Change type of funname parameter
11608 from char ** to const char **.
11609 * stack.h (find_frame_funname): Update.
11610 * typeprint.c (type_print): Change type of varstring parameter
11611 from char * to const char *.
11612 * value.h (type_print): Update.
11613 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11614 from char * to const char *. All callers updated.
11615 (xcoff_end_psymtab): Change type of include_list parameter
11616 from char ** to const char **. All callers updated.
11617 (swap_sym): Similarly for name parameter. All callers updated.
11618 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11619 Use xstrdup.
11620 (process_coff_symbol): Use xstrdup.
11621 * stabsread.c (stabs_method_name_from_physname): Renamed from
11622 update_method_name_from_physname. Change result type from void
11623 to char *. All callers updated.
11624 (read_member_functions): In has_destructor case, store name in objfile
11625 obstack instead of malloc space. In !has_stub case, fix mem leak.
11626
11627 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11628
11629 * configure: Rebuild.
11630 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11631 LDFLAGS.
11632
11633 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11634
11635 * configure.tgt (rl78-*-elf): New target.
11636 * rl78-tdep.c: New file.
11637
11638 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11639
11640 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11641 and continue the loop. Add QUIT statement.
11642
11643 2012-02-03 Tom Tromey <tromey@redhat.com>
11644
11645 PR gdb/13596:
11646 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11647 bfd_lookup_symbol_from_symtab.
11648 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11649 gdb_bfd_lookup_symbol_from_symtab.
11650
11651 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11652
11653 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11654 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11655 symbol. Add assertion that sym2 is never NULL.
11656
11657 2012-02-02 Doug Evans <dje@google.com>
11658
11659 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11660 "name" parameter to const char ** from char **. All callers updated.
11661 (find_pc_partial_function): Ditto.
11662 (cache_pc_function_name): Change type to const char * from char *.
11663 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11664 (find_pc_partial_function): Update.
11665 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11666 type of "name" parameter to const char * from char *.
11667 All uses updated.
11668 * arch-utils.c (generic_in_solib_return_trampoline): Change
11669 type of "name" parameter to const char * from char *.
11670 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11671 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11672 type of "name" parameter to const char * from char *.
11673 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11674 * gdbarch.c: Regenerate.
11675 * gdbarch.h: Regenerate.
11676 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11677 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11678 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11679 type of "name" parameter to const char * from char *.
11680 * skip.c (skip_function_pc): Ditto.
11681 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11682 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11683 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11684 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11685 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11686 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11687 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11688 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11689 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11690
11691 2012-02-02 Pedro Alves <palves@redhat.com>
11692
11693 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11694 the current inferior has no execution. Make sure the current
11695 remote process matches gdb's current inferior.
11696
11697 2012-02-02 Tom Tromey <tromey@redhat.com>
11698
11699 PR gdb/13405:
11700 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11701 read-only memory.
11702
11703 2012-02-02 Tom Tromey <tromey@redhat.com>
11704
11705 PR gdb/9307:
11706 * symtab.c (lookup_language_this): Set block_found.
11707
11708 2012-02-01 Tom Tromey <tromey@redhat.com>
11709
11710 PR gdb/13431:
11711 * jit.c (struct jit_inferior_data): Rewrite.
11712 (struct jit_objfile_data): New.
11713 (get_jit_objfile_data): New function.
11714 (add_objfile_entry): Update.
11715 (jit_read_descriptor): Return int. Replace descriptor_addr
11716 argument with inf_data. Update. Don't call error.
11717 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11718 descriptor here.
11719 (jit_inferior_init): Don't look up descriptor. Don't call error.
11720 (jit_reset_inferior_data_and_breakpoints)
11721 (jit_inferior_created_observer): Remove.
11722 (jit_inferior_exit_hook): Update.
11723 (jit_executable_changed_observer): Remove.
11724 (jit_event_handler): Update.
11725 (free_objfile_data): Reset inferior data if needed.
11726 (_initialize_jit): Update.
11727
11728 2012-02-01 Tom Tromey <tromey@redhat.com>
11729
11730 * jit.c (bfd_open_from_target_memory): Move higher in file.
11731
11732 2012-02-01 Tristan Gingold <gingold@adacore.com>
11733
11734 * libunwind-frame.c (libunwind_load): Display message if dlopen
11735 failed.
11736
11737 2012-02-01 Gary Benson <gbenson@redhat.com>
11738
11739 * symtab.h (symbol_found_callback_ftype): New typedef.
11740 (iterate_over_symbols): Use the above.
11741 * symtab.c (iterate_over_symbols): Likewise.
11742 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11743 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11744 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11745 (iterate_name_matcher): Document return values.
11746 (collect_one_symbol): Likewise.
11747 (collect_function_symbols): Likewise.
11748 (collect_symbols): Likewise.
11749
11750 2012-02-01 Tom Tromey <tromey@redhat.com>
11751
11752 * ada-lang.c (resolve_subexp): Update.
11753 (ada_lookup_symbol_list): Add 'full_search' argument.
11754 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11755 ada_lookup_symbol_list.
11756 (ada_lookup_encoded_symbol): Update.
11757 (get_var_value): Update.
11758 * ada-exp.y (block_lookup): Update.
11759 (write_var_or_type): Update.
11760 (write_name_assoc): Update.
11761 * ada-lang.h (ada_lookup_symbol_list): Update.
11762
11763 2012-01-31 Tom Tromey <tromey@redhat.com>
11764
11765 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11766 comment.
11767
11768 2012-01-31 Doug Evans <dje@google.com>
11769
11770 * symtab.h: Remove outdated comment.
11771 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11772
11773 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11774
11775 Fix build error in Darwin port.
11776 * i386-darwin-nat.c: Include i386-nat.h.
11777
11778 2012-01-30 Tom Tromey <tromey@redhat.com>
11779
11780 PR breakpoints/13568:
11781 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11782 argument. Check for recursive includes.
11783 (dwarf_decode_macros): Create an include hash.
11784
11785 2012-01-30 Michael Eager <eager@eagercon.com>
11786
11787 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11788 * ppc-linux-tdep.c: Include glibc-tdep.h.
11789 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11790 (powerpc_linux_in_plt_stub): New function.
11791 (powerpc_linux_in_dynsym_resolve_code): New function.
11792 (ppc_skip_trampoline_code): New function.
11793 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11794 Use glibc_skip_solib_resolver.
11795
11796 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11797
11798 Code cleanup: Make 1440 bytes of data segment read-only.
11799 * arch-utils.c (endian_enum): Make it const char *const [].
11800 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11801 Likewise.
11802 * breakpoint.c (always_inserted_enums): Likewise.
11803 * cli/cli-cmds.c (script_ext_enums): Likewise.
11804 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11805 enumlist parameter const char *const *.
11806 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11807 const char *const *.
11808 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11809 parameter const char *const *.
11810 * cris-tdep.c (cris_modes): Make it const char *const [].
11811 * filesystem.c (target_file_system_kinds): Likewise.
11812 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11813 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11814 (can_use_displaced_stepping_enum, scheduler_enums)
11815 (exec_direction_names): Likewise.
11816 * language.c (_initialize_language): Make the type_or_range_names and
11817 case_sensitive_names variables const char *const [].
11818 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11819 * python/python.c (python_excp_enums): Likewise.
11820 * remote.c (interrupt_sequence_modes): Likewise.
11821 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11822 * serial.c (logbase_enums): Likewise.
11823 * sh-tdep.c (sh_cc_enum): Likewise.
11824 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11825 Likewise.
11826 * symtab.c (multiple_symbols_modes): Likewise.
11827 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11828 Likewise.
11829 * utils.c (internal_problem_modes): Likewise.
11830
11831 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11834 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11835 result.
11836
11837 2012-01-27 Doug Evans <dje@google.com>
11838
11839 * configure.ac (with_python): Fix absolute path handling for win32.
11840 * configure: Regenerate.
11841
11842 2012-01-26 Doug Evans <dje@google.com>
11843
11844 * symtab.c: Whitespace cleanup, no code changes.
11845
11846 * symtab.c (lookup_symbol_in_language): Improve comment.
11847 (lookup_symbol_aux): Fix comment.
11848
11849 * psymtab.c (add_psymbol_to_list): Result is now "void".
11850 * psympriv.h (add_psymbol_to_list): Update.
11851
11852 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11853
11854 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11855
11856 Do not open script filenames twice.
11857 * cli/cli-cmds.c (source_script_from_stream): Pass to
11858 source_python_script also STREAM.
11859 * python/py-auto-load.c (source_section_scripts): Pass to
11860 source_python_script_for_objfile also STREAM.
11861 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11862 also INPUT.
11863 * python/python-internal.h (source_python_script_for_objfile): New
11864 parameter file, rename parameter file to filename.
11865 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11866 instead if !_WIN32. Update the function comment.
11867 (source_python_script, source_python_script_for_objfile)
11868 (source_python_script): New parameter file, rename parameter file to
11869 filename. Pass FILENAME to python_run_simple_file.
11870 * python/python.h (source_python_script): New parameter file, rename
11871 parameter file to filename.
11872
11873 2012-01-26 Pedro Alves <palves@redhat.com>
11874
11875 * corelow.c (core_has_fake_pid): Delete.
11876 (core_close): Delete references to `core_has_fake_pid'.
11877 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11878 (core_open): Delete references to `core_has_fake_pid'.
11879 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11880 the removed global.
11881
11882 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11883
11884 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11885 Remove language parameter from name_matcher. Adjust the comment.
11886 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11887 Remove language parameter.
11888 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11889 * linespec.c (iterate_name_matcher): Likewise.
11890 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11891 name_matcher. Adjust call accordingly.
11892 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11893 (maintenance_check_symtabs): Adjust type of parameter "fun".
11894 * psymtab.h (maintenance_check_symtabs): Likewise.
11895
11896 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11897
11898 * language.h (symbol_name_match_p_ftype): New typedef.
11899 (struct language_defn): Replace field la_symbol_name_compare
11900 by la_get_symbol_name_match_p.
11901 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11902 (ada_language_defn): Use it.
11903 * linespec.c (struct symbol_matcher_data): New type.
11904 (iterate_name_matcher): Rewrite.
11905 (iterate_over_all_matching_symtabs): Pass a pointer to
11906 a symbol_matcher_data struct to expand_symtabs_matching
11907 instead of just the lookup name.
11908 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11909 opencl-lang.c, p-lang.c, language.c: Delete field
11910 la_symbol_name_compare, and replace by NULL for new field
11911 la_get_symbol_name_match_p.
11912 * symfile.h (struct quick_symbol_functions): Update comment.
11913
11914 2012-01-25 Tom Tromey <tromey@redhat.com>
11915
11916 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11917 dereferencing.
11918
11919 2012-01-24 Tom Tromey <tromey@redhat.com>
11920
11921 PR symtab/12406:
11922 * solib.c (update_solib_list): Update the program space's
11923 added_solibs and deleted_solibs fields.
11924 * progspace.h (struct program_space) <added_solibs,
11925 deleted_solibs>: New fields.
11926 (clear_program_space_solib_cache): Declare.
11927 * progspace.c (release_program_space): Call
11928 clear_program_space_solib_cache.
11929 (clear_program_space_solib_cache): New function.
11930 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11931 bpstat_stop_status. Use handle_solib_event.
11932 * breakpoint.c: Include gdb_regex.h.
11933 (print_solib_event): New function.
11934 (bpstat_print): Use print_solib_event.
11935 (bpstat_stop_status): Add special case for bp_shlib_event.
11936 (handle_solib_event): New function.
11937 (bpstat_what): Use handle_solib_event.
11938 (struct solib_catchpoint): New.
11939 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11940 (breakpoint_hit_catch_solib, check_status_catch_solib)
11941 (print_it_catch_solib, print_one_catch_solib)
11942 (print_mention_catch_solib, print_recreate_catch_solib): New
11943 functions.
11944 (catch_solib_breakpoint_ops): New global.
11945 (catch_load_or_unload, catch_load_command_1)
11946 (catch_unload_command_1): New functions.
11947 (internal_bkpt_check_status): Add special case for
11948 bp_shlib_event.
11949 (internal_bkpt_print_it): Use print_solib_event.
11950 (initialize_breakpoint_ops): Initialize
11951 catch_solib_breakpoint_ops.
11952 (_initialize_breakpoint): Register "catch load" and "catch
11953 unload".
11954 * breakpoint.h (handle_solib_event): Declare.
11955 * NEWS: Add entry for "catch load" and "catch unload".
11956
11957 2012-01-24 Tom Tromey <tromey@redhat.com>
11958
11959 * ada-lang.c: Include gdb_vecs.h.
11960 * charset.c: Include gdb_vecs.h.
11961 * tracepoint.h: Include gdb_vecs.h.
11962 * gdb_vecs.h: New file.
11963
11964 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11965
11966 * breakpoint.c (breakpoint_hit_catch_fork)
11967 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11968 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11969 * infrun.c (inferior_has_forked, inferior_has_vforked)
11970 (inferior_has_execd, inferior_has_called_syscall): Delete.
11971 (handle_syscall_event): Get syscall_number from the execution
11972 control state's wait status.
11973 (wait_for_inferior): Don't clear syscall_number.
11974
11975 2012-01-24 Pedro Alves <palves@redhat.com>
11976
11977 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11978 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11979 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11980 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11981 `ws' parameter.
11982 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11983 false for events other than TARGET_SIGNAL_TRAP.
11984 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11985 Add `ws' parameter.
11986 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11987 events other than TARGET_SIGNAL_TRAP.
11988 (tracepoint_breakpoint_hit): Add `ws' parameter.
11989 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11990 parameter.
11991 (bpstat_stop_status): Same.
11992 (pc_at_non_inline_function): Same.
11993 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11994 to pass the current event's waitstatus to bpstat_stop_status
11995 and pc_at_non_inline_function.
11996
11997 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 Code cleanup.
12000 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12001 Update the function comment for it.
12002 (source_script_with_search): Call make_cleanup_fclose for STREAM.
12003 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12004 for STREAM.
12005
12006 2012-01-24 Pedro Alves <palves@redhat.com>
12007
12008 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12009 outside `bs->stop' block.
12010 (bpstat_what): Rework bp_shlib_event handling.
12011 (internal_bkpt_check_status): If the breakpoint is a
12012 bp_shlib_event, then set bs->stop and bs->print if
12013 stop_on_solib_events is set.
12014
12015 2012-01-24 Gary Benson <gbenson@redhat.com>
12016
12017 Delete #if 0'd out code.
12018 * stack.c (print_frame_label_vars): Remove.
12019 (catch_info): Likewise.
12020 (_initialize_stack): Remove "info catch" command.
12021 * NEWS: Mention the above.
12022
12023 2012-01-24 Pedro Alves <palves@redhat.com>
12024
12025 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
12026 it.
12027 (remote_notice_new_inferior): If the remote end doesn't support
12028 the multiprocess extensions, then the PID is fake.
12029 (add_current_inferior_and_thread): New.
12030 (remote_start_remote): Use it.
12031 (extended_remote_attach_1): Adjust.
12032 (extended_remote_create_inferior_1): Use
12033 add_current_inferior_and_thread.
12034
12035 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12036
12037 Fix watchpoints to be specific for each inferior.
12038 * breakpoint.c (watchpoint_in_thread_scope): Verify also
12039 current_program_space.
12040 * i386-nat.c (i386_inferior_data_cleanup): New.
12041 (i386_inferior_data_get): Replace variable inf_data_local by an
12042 inferior_data call.
12043 (i386_use_watchpoints): Initialize i386_inferior_data.
12044 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12045 specific iterate_over_lwps.
12046
12047 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 Fix watchpoints across inferior fork.
12050 * amd64-linux-nat.c (update_debug_registers_callback): Update the
12051 comment for linux_nat_iterate_watchpoint_lwps.
12052 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12053 linux_nat_iterate_watchpoint_lwps.
12054 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12055 * i386-linux-nat.c (update_debug_registers_callback): Update the
12056 comment for linux_nat_iterate_watchpoint_lwps.
12057 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12058 linux_nat_iterate_watchpoint_lwps.
12059 (i386_linux_prepare_to_resume): New comment on Linux kernel.
12060 * i386-nat.c: Include inferior.h.
12061 (dr_mirror): Remove.
12062 (i386_inferior_data, struct i386_inferior_data)
12063 (i386_inferior_data_get): New.
12064 (i386_debug_reg_state): Use i386_inferior_data_get.
12065 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12066 (i386_insert_watchpoint, i386_remove_watchpoint)
12067 (i386_stopped_data_address, i386_insert_hw_breakpoint)
12068 (i386_remove_hw_breakpoint): New variable state, use
12069 i386_debug_reg_state instead of DR_MIRROR.
12070 * linux-nat.c (delete_lwp): New declaration.
12071 (num_lwps): Move here from downwards.
12072 (delete_lwp_cleanup): New.
12073 (linux_child_follow_fork): Create new child_lp, call
12074 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12075 PTRACE_DETACH.
12076 (num_lwps): Move upwards.
12077 (linux_nat_iterate_watchpoint_lwps): New.
12078 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12079 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12080
12081 2012-01-24 Joel Brobecker <brobecker@adacore.com>
12082
12083 GDB 7.4 released.
12084
12085 2012-01-23 Pedro Alves <palves@redhat.com>
12086
12087 * top.c (caution): Rename to ...
12088 (confirm): ... this.
12089 (show_caution): Rename to ...
12090 (show_confirm): ... this.
12091 (quit_cover): Adjust.
12092 (init_main): Adjust.
12093 * top.h (caution): Rename to ...
12094 (confirm): ... this.
12095 * utils.c (internal_vproblem, defaulted_query): Adjust.
12096
12097 2012-01-23 Pedro Alves <palves@redhat.com>
12098
12099 * top.c (caution): Update comment.
12100 (execute_command): Don't consider the current value of `caution'.
12101
12102 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12105
12106 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
12107
12108 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12109 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12110 * target.c (target_fileio_pwrite): Remove buffer address from
12111 debug output.
12112 (target_fileio_pread): Likewise.
12113
12114 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12115
12116 * NEWS: Document remote "info proc" and "generate-core-file".
12117
12118 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12119
12120 * gdbarch.sh (find_memory_regions): New callback.
12121 * gdbarch.c, gdbarch.h: Regenerate.
12122
12123 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12124 callback before falling back to target method.
12125
12126 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12127 (linux_target_install_ops): No longer install it.
12128
12129 * linux-tdep.c (linux_find_memory_regions): New function.
12130 (linux_init_abi): Install it.
12131
12132 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12133
12134 * gdbarch.sh (make_corefile_notes): New architecture callback.
12135 * gdbarch.c: Regenerate.
12136 * gdbarch.h: Likewise.
12137
12138 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12139 before target_make_corefile_notes. If NULL is returned, the
12140 target does not support core file generation.
12141
12142 * linux-nat.c: Include "linux-tdep.h".
12143 (find_signalled_thread, find_stop_signal): Remove.
12144 (linux_nat_do_thread_registers): Likewise.
12145 (struct linux_nat_corefile_thread_data): Likewise.
12146 (linux_nat_corefile_thread_callback): Likewise.
12147 (iterate_over_spus): Likewise.
12148 (struct linux_spu_corefile_data): Likewise.
12149 (linux_spu_corefile_callback): Likewise.
12150 (linux_spu_make_corefile_notes): Likewise.
12151 (linux_nat_collect_thread_registers): New function.
12152 (linux_nat_make_corefile_notes): Replace contents by call to
12153 linux_make_corefile_notes passing linux_nat_collect_thread_registers
12154 as native-only callback.
12155
12156 * linux-tdep.h: Include "bfd.h".
12157 (struct regcache): Add forward declaration.
12158 (linux_collect_thread_registers_ftype): New typedef.
12159 (linux_make_corefile_notes): Add prototype.
12160 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12161 "regset.h", and "elf-bfd.h".
12162 (find_signalled_thread, find_stop_signal): New functions.
12163 (linux_spu_make_corefile_notes): Likewise.
12164 (linux_collect_thread_registers): Likewise.
12165 (struct linux_corefile_thread_data): New data structure.
12166 (linux_corefile_thread_callback): New funcion.
12167 (linux_make_corefile_notes): Likewise.
12168 (linux_make_corefile_notes_1): Likewise.
12169 (linux_init_abi): Install it.
12170
12171 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12172
12173 * gdbarch.sh (info_proc): New callback.
12174 * gdbarch.c, gdbarch.h: Regenerate.
12175
12176 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12177 before falling back to the target info_proc callback.
12178
12179 * linux-nat.c: Do not include "cli/cli-utils.h".
12180 (linux_nat_info_proc): Remove.
12181 (linux_target_install_ops): No longer install it.
12182
12183 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12184 (read_mapping): New function.
12185 (linux_info_proc): Likewise.
12186 (linux_init_abi): Install it.
12187
12188 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12189
12190 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12191 * infcmd.c: (info_proc_cmd_1): New function.
12192 (info_proc_cmd): New function, moved here from equivalent routine
12193 orignally in linux-nat.c.
12194 (info_proc_cmd_mappings): Likewise.
12195 (info_proc_cmd_stat): Likewise.
12196 (info_proc_cmd_status): Likewise.
12197 (info_proc_cmd_cwd): Likewise.
12198 (info_proc_cmd_cmdline): Likewise.
12199 (info_proc_cmd_exe): Likewise.
12200 (info_proc_cmd_all): Likewise.
12201 (_initialize_infcmd): Install "info proc" command and subcommands.
12202
12203 * target.h (struct target_ops): Add to_info_proc.
12204 (target_info_proc): Add prototype.
12205 * target.c (target_info_proc): New function.
12206
12207 * procfs.c (procfs_info_proc): Add prototype.
12208 (info_proc_cmd): Rename into ...
12209 (procfs_info_proc): ... this. Update argument types as appropriate
12210 for a to_info_proc implementation. Handle "what" argument.
12211 (procfs_target): Install procfs_info_proc.
12212 (_initialize_procfs): No longer install "info proc" command.
12213
12214 * linux-nat.c: (enum info_proc_what): Remove.
12215 (linux_nat_info_proc_cmd_1): Rename into ...
12216 (linux_nat_info_proc): ... this. Update argument types as appropriate
12217 for a to_info_proc implementation.
12218 (linux_nat_info_proc_cmd): Remove.
12219 (linux_nat_info_proc_cmd_mappings): Likewise.
12220 (linux_nat_info_proc_cmd_stat): Likewise.
12221 (linux_nat_info_proc_cmd_status): Likewise.
12222 (linux_nat_info_proc_cmd_cwd): Likewise.
12223 (linux_nat_info_proc_cmd_cmdline): Likewise.
12224 (linux_nat_info_proc_cmd_exe): Likewise.
12225 (linux_nat_info_proc_cmd_all): Likewise.
12226 (linux_target_install_ops): Install linux_nat_info_proc.
12227 (_initialize_linux_nat): No longer install "info proc" command
12228 and subcommands.
12229
12230 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12231
12232 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12233 * config.in, configure: Regenerate.
12234
12235 * target.h (struct target_ops): Add to_fileio_readlink.
12236 (target_fileio_readlink): Add prototype.
12237 * target.c (target_fileio_readlink): New function.
12238
12239 * inf-child.c: Conditionally include <sys/param.h>.
12240 (inf_child_fileio_readlink): New function.
12241 (inf_child_target): Install it.
12242
12243 * remote.c (PACKET_vFile_readlink): New enum value.
12244 (remote_hostio_readlink): New function.
12245 (init_remote_ops): Install it.
12246 (_initialize_remote): Handle vFile:readlink packet type.
12247
12248 2012-01-20 Pedro Alves <palves@redhat.com>
12249 Ulrich Weigand <ulrich.weigand@linaro.org>
12250
12251 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12252 * config.in, configure: Regenerate.
12253
12254 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12255 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12256 (target_fileio_open): Add prototype.
12257 (target_fileio_pwrite): Likewise.
12258 (target_fileio_pread): Likewise.
12259 (target_fileio_close): Likewise.
12260 (target_fileio_unlink): Likewise.
12261 (target_fileio_read_alloc): Likewise.
12262 (target_fileio_read_stralloc): Likewise.
12263
12264 * target.c: Include "gdb/fileio.h".
12265 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12266 (default_fileio_target): New function.
12267 (target_fileio_open): Likewise.
12268 (target_fileio_pwrite): Likewise.
12269 (target_fileio_pread): Likewise.
12270 (target_fileio_close): Likewise.
12271 (target_fileio_unlink): Likewise.
12272 (target_fileio_close_cleanup): Likewise.
12273 (target_fileio_read_alloc_1): Likewise.
12274 (target_fileio_read_alloc): Likewise.
12275 (target_fileio_read_stralloc): Likewise.
12276
12277 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12278 <fcntl.h>, and <unistd.h>.
12279 (inf_child_fileio_open_flags_to_host): New function.
12280 (inf_child_errno_to_fileio_error): Likewise.
12281 (inf_child_fileio_open): Likewise.
12282 (inf_child_fileio_pwrite): Likewise.
12283 (inf_child_fileio_pread): Likewise.
12284 (inf_child_fileio_close): Likewise.
12285 (inf_child_fileio_unlink): Likewise.
12286 (inf_child_target): Install to_fileio routines.
12287
12288 * remote.c (init_remote_ops): Install to_fileio routines.
12289
12290 2012-01-20 Pedro Alves <palves@redhat.com>
12291 Ulrich Weigand <ulrich.weigand@linaro.org>
12292
12293 * remote.c (remote_multi_process_p): Only check for multi-process
12294 protocol feature, do not check for extended protocol.
12295 (remote_supports_multi_process): Check for extended protocol here.
12296 (set_general_process): Likewise.
12297 (extended_remote_kill): Likewise.
12298 (remote_pid_to_str): Likewise.
12299 (remote_query_supported): Always query multiprocess mode.
12300
12301 2012-01-20 Pedro Alves <palves@redhat.com>
12302 Ulrich Weigand <ulrich.weigand@linaro.org>
12303
12304 * inferior.h (struct inferior): Add fake_pid_p.
12305 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12306 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12307 magic_null_ptid since the remote side doesn't provide a real PID.
12308
12309 2012-01-19 Tom Tromey <tromey@redhat.com>
12310
12311 * NEWS: Combine the two Python sections.
12312
12313 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12314
12315 * target.h (target_close): Update comment on the target's unpush state.
12316
12317 2012-01-19 Pedro Alves <palves@redhat.com>
12318
12319 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12320 linux_nat_async directly instead of going through the target
12321 vector.
12322 * target.c (unpush_target): Close target after unpushing it, not
12323 before.
12324
12325 2012-01-19 Gary Benson <gbenson@redhat.com>
12326
12327 * mdebugread.c (sort_blocks): Replace integer constants with ones
12328 derived from FIRST_LOCAL_BLOCK.
12329
12330 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12331 Jan Kratochvil <jan.kratochvil@redhat.com>
12332
12333 PR gdb/9538
12334 * symfile.c (find_separate_debug_file): New function.
12335 (terminate_after_last_dir_separator): Likewise.
12336 (find_separate_debug_file_by_debuglink): Also try realpath.
12337 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12338 * configure: Regenerate.
12339 * config.in: Regenerate.
12340
12341 2012-01-18 Doug Evans <dje@google.com>
12342
12343 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12344 (main.o): Remove rule.
12345 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12346 (--with-sysroot): Rewrite.
12347 * configure: Regenerate.
12348 * config.in: Regenerate.
12349
12350 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12351
12352 * parse.c (initialize_expout): New function.
12353 (reallocate_expout): Likewise.
12354 (parse_exp_in_context): Use `initialize_expout' and
12355 `reallocate_expout' when appropriate.
12356
12357 2012-01-18 Pedro Alves <palves@redhat.com>
12358
12359 * record.c (struct record_breakpoint, record_breakpoint_p)
12360 (record_breakpoints): New.
12361 (record_insert_breakpoint, record_remove_breakpoint): Manage
12362 record breakpoints list. Only remove breakpoints from the
12363 inferior if they had been inserted there in the first place.
12364
12365 2012-01-17 Doug Evans <dje@google.com>
12366
12367 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12368 if we know we don't have a file name to look for.
12369
12370 2012-01-17 Pedro Alves <palves@redhat.com>
12371
12372 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12373 the frame's stop reason is UNWIND_UNAVAILABLE.
12374
12375 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12376
12377 Fix compilation error.
12378 * m2-exp.y (yyerror): Use ANSI C prototype.
12379
12380 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12381
12382 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12383 (growbuf_by_size): Likewise.
12384 (yyerror): Likewise.
12385 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12386 (modblock): Remove variable (was #if 0'ed).
12387 (parse_number): Convert prototype from K&R to ANSI C.
12388 (yyerror): Likewise.
12389 * objc-exp.y (parse_number): Likewise.
12390 (yyerror): Likewise.
12391 (yylex): Remove #if 0'ed code.
12392 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12393 (yyerror): Likewise.
12394
12395 2012-01-16 Tom Tromey <tromey@redhat.com>
12396
12397 * NEWS: Add item.
12398 * symtab.h (compare_filenames_for_search): Declare.
12399 * symtab.c (compare_filenames_for_search): New function.
12400 (iterate_over_some_symtabs): Use it.
12401 * symfile.h (struct quick_symbol_functions)
12402 <map_symtabs_matching_filename>: Change spec.
12403 * psymtab.c (partial_map_symtabs_matching_filename): Use
12404 compare_filenames_for_search. Update for new spec.
12405 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12406 compare_filenames_for_search. Update for new spec.
12407 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12408
12409 2012-01-16 Tom Tromey <tromey@redhat.com>
12410
12411 PR python/13281:
12412 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12413 (struct main_type) <flag_flag_enum>: New field.
12414 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12415 * NEWS: Add entries.
12416 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12417 enums.
12418 * python/lib/gdb/printing.py (_EnumInstance): New class.
12419 (FlagEnumerationPrinter): Likewise.
12420
12421 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12422
12423 * breakpoint.c (create_sals_from_address_default): New function.
12424 (create_breakpoints_sal_default): Likewise.
12425 (decode_linespec_default): Likewise.
12426 (is_marker_spec): Removed.
12427 (strace_marker_p): New function.
12428 (init_breakpoint_sal): Using `strace_marker_p' instead of
12429 `is_marker_spec'.
12430 (create_breakpoint): Call method `create_sals_from_address' from
12431 breakpoint_ops, replacing code that created SALs conditionally
12432 on the type of the breakpoint. Call method `create_breakpoints_sal',
12433 replacing code that created breakpoints conditionally on the type
12434 wanted.
12435 (base_breakpoint_create_sals_from_address): New function.
12436 (base_breakpoint_create_breakpoints_sal): Likewise.
12437 (base_breakpoint_decode_linespec): Likewise.
12438 (base_breakpoint_ops): Add methods
12439 `base_breakpoint_create_sals_from_address',
12440 `base_breakpoint_create_breakpoints_sal' and
12441 `base_breakpoint_decode_linespec'.
12442 (bkpt_create_sals_from_address): New function.
12443 (bkpt_create_breakpoints_sal): Likewise.
12444 (bkpt_decode_linespec): Likewise.
12445 (tracepoint_create_sals_from_address): Likewise.
12446 (tracepoint_create_breakpoints_sal): Likewise.
12447 (tracepoint_decode_linespec): Likewise.
12448 (strace_marker_create_sals_from_address): Likewise.
12449 (strace_marker_create_breakpoints_sal): Likewise.
12450 (strace_marker_decode_linespec): Likewise.
12451 (strace_marker_breakpoint_ops): New variable.
12452 (addr_string_to_sals): Remove `marker_spec'. Call method
12453 `decode_linespec' from breakpoint_ops, replacing code that decoded
12454 an address string into a SAL. Use `strace_marker_p' instead of
12455 `marker_spec'.
12456 (strace_command): Decide whether we are dealing with a static
12457 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12458 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12459 * breakpoint.h (linespec_result, linespec_sals): New forward
12460 declarations.
12461 (breakpoint_ops) <create_sals_from_address>,
12462 <create_breakpoints_sal>, <decode_linespec>: New methods.
12463
12464 2012-01-14 Doug Evans <dje@google.com>
12465
12466 * NEWS: Update text for "maint set python print-stack".
12467 It is deprecated in gdb 7.4 and deleted in 7.5.
12468
12469 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12470
12471 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12472 including curses.h.
12473
12474 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * configure: Regenerate.
12477 * config.in: Regenerate.
12478
12479 2012-01-12 Keith Seitz <keiths@redhat.com>
12480
12481 PR mi/10586
12482 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12483 (ANONYMOUS_UNION_NAME): Define.
12484 (is_path_expr_parent): New function.
12485 (get_path_expr_parent): New function.
12486 (is_anonymous_child): New function.
12487 (create_child_with_value): If the child is anonymous and without
12488 a name, assign an object name to it.
12489 (c_describe_child): Use get_path_expr_parent to determine
12490 the parent expression.
12491 If there field represents an anonymous struct or union and
12492 has no name, set an appropriate display name and expression.
12493 (cplus_describe_child): Likewise.
12494
12495 2012-01-12 Pedro Alves <palves@redhat.com>
12496
12497 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12498 available when %ebp is found to be zero (outermost).
12499
12500 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12501
12502 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12503 an internal gdb_static_assert.
12504 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12505
12506 2012-01-11 Tom Tromey <tromey@redhat.com>
12507
12508 PR gdb/9598:
12509 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12510 catch" and "catch throw".
12511
12512 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12513
12514 * blockframe.c (block_innermost_frame): Start search from selected
12515 frame, if present, or otherwise the current frame.
12516
12517 * c-exp.y (variable): Update innermost_block for
12518 'block COLONCOLON NAME' clause.
12519 * m2-exp.y (variable): Ditto.
12520 * objc-exp.y (variable): Ditto.
12521
12522 2012-01-10 Tom Tromey <tromey@redhat.com>
12523
12524 PR python/13199:
12525 * python/python.c (finish_python_initialization): Set sys.argv.
12526
12527 2012-01-10 Doug Evans <dje@google.com>
12528
12529 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12530 "want_line_info". All callers updated.
12531 (dwarf_decode_lines_1): New function.
12532 (handle_DW_AT_stmt_list): Add function comment.
12533 New arg "want_line_info". All callers updated.
12534 (read_file_scope,read_type_unit_scope): Move comment from
12535 handle_DW_AT_stmt_list to here.
12536
12537 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12538
12539 Fix regression after libiberty/ update for GCC PR 6057 and others.
12540 * c-exp.y (operator) <OPERATOR DELETE>
12541 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12542 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12543 (make_builtin_type, make_name): New variable i, add gdb_assert.
12544 (operator) <OPERATOR NEW>: Update ARGS to 3.
12545 (operator) <OPERATOR DELETE>: Add trailing space.
12546 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12547 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12548 * cp-support.c (cp_canonicalize_string): Check NULL from
12549 cp_comp_to_string, call warning and return.
12550
12551 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12552
12553 Fix duplicate .o files after omitting libbfd.a.
12554 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12555 (SFILES): Add corelow.c.
12556 (COMMON_OBS): Add corelow.o.
12557 (ALLDEPFILES): Remove corelow.c.
12558 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12559 * config/alpha/alpha-osf3.mh: Likewise.
12560 * config/alpha/fbsd.mh: Likewise.
12561 * config/arm/nbsdaout.mh: Likewise.
12562 * config/arm/nbsdelf.mh: Likewise.
12563 * config/i386/i386gnu.mh: Likewise.
12564 * config/ia64/hpux.mh: Likewise.
12565 * config/ia64/linux.mh: Likewise.
12566 * config/m32r/linux.mh: Likewise.
12567 * config/m68k/linux.mh: Likewise.
12568 * config/mips/irix5.mh: Likewise.
12569 * config/mips/irix6.mh: Likewise.
12570 * config/pa/hpux.mh: Likewise.
12571 * config/pa/linux.mh: Likewise.
12572 * config/powerpc/aix.mh: Likewise.
12573 * config/sparc/linux.mh: Likewise.
12574 * config/sparc/linux64.mh: Likewise.
12575 * config/sparc/sol2.mh: Likewise.
12576 * config/vax/vax.mh: Likewise.
12577 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12578 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12579 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12580 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12581 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12582 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12583 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12584 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12585 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12586 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12587 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12588 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12589 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12590 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12591 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12592 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12593 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12594 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12595 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12596 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12597 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12598 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12599 corelow.o from gdb_target_obs.
12600 * corefile.c (core_target): Update the comment on NULL value.
12601 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12602 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12603 MATCHES. Drop YUMMY set on NULL.
12604 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12605 reclaim CORE_DATA if it is already NULL.
12606
12607 2012-01-09 Doug Evans <dje@google.com>
12608
12609 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12610 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12611
12612 2012-01-09 Keith Seitz <keiths@redhat.com>
12613
12614 * breakpoint.c (wrapper.h): Don't include.
12615
12616 2012-01-09 Keith Seitz <keiths@redhat.com>
12617
12618 * Makefile.in (SFILES): Remove wrapper.c.
12619 (HFILES_NO_SRCDIR): Remove wrapper.h.
12620 (COMMON_OBS): Remove wrapper.o.
12621 * cli/cli-interp.c: Don't inlude wrapper.h.
12622 * corelow.c: Likewise.
12623 (core_open): Replace gdb_target_find_new_threads with
12624 TRY_CATCH around target_find_new_threads.
12625 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12626 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12627 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12628 evaluate_expression.
12629 (varobj_set_value): Likewise for evaluate_expression and
12630 value_assign.
12631 (install_new_variable): Likewise for value_fetch_lazy.
12632 (adjust_value_for_child_access): Likewise for value_ind.
12633 (c_describe_child): Likewise for value_subscript and
12634 value_ind.
12635 (c_value_of_root): Likewise for evaluate_expression.
12636 * wrapper.c: Remove.
12637 * wrapper.h: Remove.
12638
12639 2012-01-09 Doug Evans <dje@google.com>
12640
12641 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12642 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12643 "abfd" args with "section". All callers updated.
12644 Error checking code moved ...
12645 (error_check_comp_unit_head): ... here. New function.
12646 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12647 Delete arg "abfd". New arg "type_offset". All callers updated.
12648 (create_debug_types_hash_table): Simplify by using
12649 read_and_check_type_unit_head.
12650
12651 * parser-defs.h (namecopy): Delete.
12652 * parse.c (namecopy, namecopy_size): Move into copy_name.
12653
12654 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12655
12656 Partially fix duplicate .o files after omitting libbfd.a.
12657 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12658 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12659 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12660 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12661 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12662 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12663 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12664
12665 2012-01-09 Pedro Alves <palves@redhat.com>
12666
12667 * MAINTAINERS: Update my email address.
12668
12669 2012-01-08 Doug Evans <dje@google.com>
12670
12671 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12672 n_type_units. Rename type_comp_units to all_type_units.
12673 All uses updated.
12674 (add_signatured_type_cu_to_table): Renamed from
12675 add_signatured_type_cu_to_list. All callers updated.
12676
12677 * gdbtypes.h (struct cplus_struct_type): Delete member
12678 nfn_fields_total. All uses removed.
12679
12680 2012-01-06 Doug Evans <dje@google.com>
12681
12682 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12683 to top of file.
12684 (dwarf2_find_comp_unit): Delete.
12685 (process_psymtab_comp_unit): Make result "void".
12686 Delete args buffer, info_ptr, buffer_size, and replace with
12687 "section". All callers updated.
12688 (dwarf2_build_psymtabs_hard): Simplify.
12689
12690 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12691 Thiago Jung Bauermann <bauerman@br.ibm.com>
12692
12693 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12694 before `struct gdb_exception'.
12695 * breakpoint.c (update_global_location_list_nothrow)
12696 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12697 * cp-abi.c (value_rtti_type): Likewise.
12698 * cp-support.c (cp_validate_operator): Likewise.
12699 * infrun.c (insert_exception_resume_breakpoint)
12700 (check_exception_resume, keep_going): Likewise.
12701 * mi-interp.c (mi_breakpoint_created)
12702 (mi_breakpoint_modified): Likewise.
12703 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12704 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12705 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12706
12707 2012-01-05 Doug Evans <dje@google.com>
12708
12709 * dwarf2read.c (statement_prologue): Delete, unused.
12710
12711 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12712 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12713
12714 * dwarf2read.c (comp_unit_header): Delete, unused.
12715
12716 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12717
12718 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12719 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12720
12721 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12722
12723 * infrun.c (normal_stop): Don't skip calling the normal_stop
12724 observers if the thread was doing a multi-step, but stopped for
12725 some reason other than stepping.
12726
12727 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12728
12729 * cli/cli-decode.h: Add comments.
12730 (CMD_LIST_AMBIGUOUS): Moved to command.h
12731 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12732 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12733 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12734 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12735 (add_com, add_com_alias, add_info, add_info_alias)
12736 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12737 declarations.
12738 * command.h: Add and adjust comments.
12739 (CMD_LIST_AMBIGUOUS): Moved here.
12740 (help_cmd, help_cmd_list): Delete declarations.
12741
12742 2012-01-04 Doug Evans <dje@google.com>
12743
12744 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12745 All callers updated.
12746 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12747 Replace all arguments with "per_cu". All callers updated.
12748
12749 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12750
12751 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12752 New arg "per_cu". All callers updated.
12753
12754 Delete #if 0'd out code.
12755 * language.c (binop_result_type): Delete.
12756 (simple_type, ordered_type, same_type, integral_type): Delete.
12757 (numeric_type, character_type, string_type, boolean_type): Delete.
12758 (float_type, structured_type): Delete.
12759 * language.h: Update.
12760
12761 2012-01-04 Tom Tromey <tromey@redhat.com>
12762
12763 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12764
12765 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12766
12767 * corefile.c (close_exec_file): Delete.
12768 (reopen_exec_file): Remove commented out code that seems related
12769 to close_exec_file, which is being deleted here.
12770 * inferior.h (close_exec_file): Delete.
12771 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12772
12773 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12774
12775 * ada-lang.c: #include "cli/cli-utils.h".
12776 (get_selections): Use skip_spaces.
12777 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12778 (catch_ada_exception_command_split): Use skip_spaces.
12779 (ada_decode_assert_location): Likewise.
12780
12781 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12782
12783 * linespec.c (decode_line_internal): Check for C++ or Java
12784 compound constructs only if the current language is C, C++
12785 or Java.
12786
12787 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 Revert:
12790 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12791 Joel Brobecker <brobecker@adacore.com>
12792 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12793 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12794 3 times.
12795 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12796 fall through into AT_ENTRY_POINT.
12797 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12798 DUMMY_ADDR with it.
12799 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12800 PPC_INSN_SIZE skip to 3 times.
12801
12802 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12803
12804 * linespec.c (add_minsym): Preserve function descriptors.
12805
12806 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12807
12808 * breakpoint.c (all_locations_are_pending): Consider locations
12809 in program spaces executing during startup pending as well.
12810
12811 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12812
12813 Copyright year update in most files of the GDB Project.
12814
12815 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12816
12817 * copyright.sh: Delete.
12818 * copyright.py: Rewrite.
12819
12820 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12821
12822 * gnulib/extra/update-copyright: New file, imported from gnulib.
12823
12824 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12825
12826 * README (Copyright and License Notices): New section.
12827
12828 2012-01-03 Tom Tromey <tromey@redhat.com>
12829
12830 PR python/12533:
12831 * python/py-value.c (valpy_dereference, valpy_get_address
12832 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12833 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12834 (valpy_absolute, valpy_richcompare): Free intermediate values.
12835
12836 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12837
12838 * ada-lang.c: Reformat the copyright notice.
12839
12840 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12841
12842 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12843 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12844 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12845 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12846 Revert this part of:
12847 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12848 Build gdb directly from *.o files not using libgdb.a.
12849 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12850
12851 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12852
12853 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12854 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12855 Reformat the copyright header.
12856
12857 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12858
12859 Revert this part of:
12860 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12861 Remove the gdbtui binary.
12862 * gdb.c (main): Remove args.interpreter_p initialization.
12863 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12864 * main.h (struct captured_main_args): Remove interpreter_p.
12865
12866 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12867
12868 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12869
12870 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12871
12872 * top.c (print_gdb_version): Update copyright year.
12873
12874 2012-01-02 Yao Qi <yao@codesourcery.com>
12875
12876 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12877
12878 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12879 Joel Brobecker <brobecker@adacore.com>
12880
12881 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12882 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12883 3 times.
12884 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12885 fall through into AT_ENTRY_POINT.
12886 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12887 DUMMY_ADDR with it.
12888 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12889 PPC_INSN_SIZE skip to 3 times.
12890
12891 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12892
12893 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12894 the return value.
12895 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12896
12897 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 Build gdb directly from *.o files not using libgdb.a.
12900 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12901 (COMMON_OBS): Remove solib-target.o.
12902 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12903 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12904 (LIBGDB_OBS, libgdb.a): Move it above.
12905 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12906 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12907 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12908 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12909 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12910 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12911 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12912 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12913 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12914 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12915 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12916 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12917 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12918 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12919 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12920 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12921 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12922 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12923 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12924 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12925 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12926 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12927 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12928 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12929 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12930 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12931 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12932
12933 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12934
12935 Remove the gdbtui binary.
12936 * .gitignore (/gdbtui): Remove.
12937 * Makefile.in (TUI): Remove.
12938 (SUBDIR_TUI_OBS): Remove tui-main.o.
12939 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12940 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12941 (tui-main.o): Remove.
12942 (all_object_files): Remove tui-main.o.
12943 * NEWS: New note for the gdbtui removal.
12944 * configure: Rebuilt.
12945 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12946 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12947 CONFIG_UNINSTALL respectively.
12948 * gdb.c (main): Remove args.interpreter_p initialization.
12949 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12950 * main.h (struct captured_main_args): Remove interpreter_p.
12951 * tui/tui-main.c: Remove.
12952
12953 2012-01-01 Doug Evans <dje@google.com>
12954
12955 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12956 (dwarf2_physname, read_import_statement): Ditto.
12957 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12958 (process_structure_scope read_subroutine_type): Ditto.
12959 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12960 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12961 (dwarf2_fetch_die_location_block): Ditto.
12962 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12963
12964 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12965 All callers updated.
12966 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12967 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12968 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12969
12970 * dwarf2read.c (load_cu): Move assert to more useful location.
12971
12972 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12973 All callers updated.
12974
12975 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12976 (dwarf2_elf_names): Minor reformat.
12977 (dwarf2_per_cu_data): Tweak comment.
12978 (dwarf2_read_section): Fix comment.
12979 (create_all_comp_units): Fix comment.
12980 (load_full_comp_unit): Fix comment.
12981 (process_full_comp_unit): Fix comment.
12982 (read_signatured_type): Fix comment.
12983
12984 For older changes see ChangeLog-2011.
12985 \f
12986 Local Variables:
12987 mode: change-log
12988 left-margin: 8
12989 fill-column: 74
12990 version-control: never
12991 coding: utf-8
12992 End: