gdb/
[binutils-gdb.git] / gdb / ChangeLog
1 2012-12-15 Yao Qi <yao@codesourcery.com>
2
3 * remote.c (getpkt_or_notif_sane): Add one more argument in
4 its declaration.
5 (getpkt_or_notif_sane_1): Add one more argument.
6 (getpkt_sane): Update caller.
7 (getpkt_or_notif_sane): Likewise. Update call
8 togetpkt_or_notif_sane_1.
9 (remote_wait_ns): Update caller.
10
11 2012-12-15 Yao Qi <yao@codesourcery.com>
12 Doug Evans <dje@google.com>
13
14 * common/queue.h: New.
15
16 2012-12-15 Yao Qi <yao@codesourcery.com>
17
18 * breakpoint.c (print_one_breakpoint_location): Display the
19 state of 'installed' of each non-pending location of a tracepoint
20 in both CLI and MI.
21 (download_tracepoint_locations): Notify 'breakpoint-modified'
22 observer if any tracepoint location is downloaded.
23 * tracepoint.c (start_tracing): Likewise.
24 (merge_uploaded_tracepoints): Record all modified
25 tracepoints and notify 'breakpoint-modified' observer for them.
26
27 * NEWS: Mention the change for CLI and MI.
28
29 2012-12-15 Yao Qi <yao@codesourcery.com>
30
31 * breakpoint.c (download_tracepoint_locations): Iterate over
32 ALL_TRACEPOINTS first and then iterate over locations of
33 each tracepoint.
34
35 2012-12-14 Pierre Muller <muller@sourceware.org>
36 Pedro Alves <palves@redhat.com>
37
38 * solib-target.c (solib_target_current_sos): Remove 'const'
39 qualifier from type of library_document local variable to be
40 able to free it and avoid a memory leak.
41 Use cleanup chain to avoid leak even if exceptino is generated.
42
43 2012-12-14 Tom Tromey <tromey@redhat.com>
44
45 PR c++/8888:
46 * symtab.c (lookup_symbol_aux): If constructor is found, consider
47 returning the type instead.
48 * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
49 found.
50
51 2012-12-14 Tom Tromey <tromey@redhat.com>
52
53 Partial fix for PR c++/14160:
54 * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
55 * dwarf2read.c (dwarf2_is_constructor): New function.
56 (dwarf2_add_member_fn): Use it.
57 * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
58 TYPE_FN_FIELD_CONSTRUCTOR.
59 * jv-typeprint.c (java_type_print_base): Use
60 TYPE_FN_FIELD_CONSTRUCTOR.
61 * gdbtypes.h (struct fn_field) <is_constructor>: New field.
62 <dummy>: Shrink.
63 (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
64
65 2012-12-14 Tom Tromey <tromey@redhat.com>
66
67 * c-exp.y (block, variable, name_not_typename, lex_one_token,
68 classify_name): Update.
69 * c-valprint.c (c_val_print): Update.
70 * f-exp.y (yylex): Update.
71 * go-exp.y (package_name_p, classify_packaged_name)
72 (classify_name): Update.
73 * jv-exp.y (push_variable): Update.
74 * m2-exp.y (variable): Update.
75 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
76 * p-exp.y (block, variable, yylex): Update.
77 * p-valprint.c (pascal_val_print): Update.
78 * parse.c (write_dollar_variable): Update.
79 * printcmd.c (address_info): Update.
80 * python/py-symbol.c (gdbpy_lookup_symbol): Update.
81 * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
82 (lookup_symbol): Change type of 'is_a_field_of_this'.
83 (check_field): Add 'is_a_field_of_this' argument.
84 * symtab.h (struct field_of_this_result): New.
85 (lookup_symbol, lookup_symbol_in_language): Update.
86
87 2012-12-14 Tom Tromey <tromey@redhat.com>
88
89 * symtab.c (check_field): Now static. Move from...
90 * valops.c (check_field): ... here. Remove.
91 * value.h (check_field): Don't declare.
92
93 2012-12-14 Tom Tromey <tromey@redhat.com>
94
95 * NEWS: Mention "info proc" and core files.
96 * corelow.c (core_info_proc): New function.
97 (init_core_ops): Set to_info_proc.
98 * gdbarch.c, gdbarch.h: Rebuild.
99 * gdbarch.sh (core_info_proc): New method.
100 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
101 * linux-tdep.c (linux_core_info_proc_mappings)
102 (linux_core_info_proc): New functions.
103 (linux_find_memory_region_ftype): New typedef.
104 (linux_find_memory_regions_full): New function, from
105 linux_find_memory_regions.
106 (struct linux_find_memory_regions_data): New.
107 (linux_find_memory_regions_thunk): New function.
108 (linux_find_memory_regions): Rewrite.
109 (struct linux_make_mappings_data): New.
110 (linux_make_mappings_callback)
111 (linux_make_mappings_corefile_notes): New functions.
112 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
113 (linux_init_abi): Call set_gdbarch_core_info_proc.
114 * target.c (target_info_proc): Return 'int'.
115 * target.h (target_info_proc): Update.
116
117 2012-12-14 Pierre Muller <muller@sourceware.org>
118
119 * windows-nat.c (windows_xfer_shared_libraries): Avoid
120 memory leak when OFFSET >= LEN_AVAIL.
121
122 2012-12-13 Tom Tromey <tromey@redhat.com>
123
124 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
125
126 2012-12-13 Tom Tromey <tromey@redhat.com>
127
128 * acinclude.m4 (CY_AC_C_WORKS): Remove.
129
130 2012-12-13 Pierre Muller <muller@sourceware.org>
131
132 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
133 local variable and zero terminate it to avoid possible problems
134 in strcmp.
135
136 2012-12-13 Pedro Alves <palves@redhat.com>
137
138 * coff-pe-read.c: Include coff/internal.h.
139 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
140 Null terminate buffer explicitly instead of memset the whole
141 buffer.
142
143 2012-12-13 Pierre Muller <muller@sourceware.org>
144
145 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
146 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
147 for already defined macros.
148
149 2012-12-13 Pierre Muller <muller@sourceware.org>
150
151 * coff-pe-read.h (pe_text_section_offset): Declare new function.
152 * coff-pe-read.c (debug_coff_pe_read): New static variable.
153 (struct read_pe_section_data): Add section_name field.
154 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
155 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
156 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
157 (get_pe_section_index): New function.
158 (struct pe_sections_info): New type.
159 (get_section_vmas): Use new struct pe_sections_info.
160 (add_pe_exported_sym): Handle unnamed exported function.
161 (add_pe_forwarded_sym): New function.
162 (read_pe_truncate_name): Truncate at last dot.
163 (pe_as16): New function.
164 (read_pe_exported_syms): Use ordinal of function to
165 retrieve correct RVA address of function and handle
166 forwarded symbol.
167 (pe_text_section_offset): New function.
168 (show_debug_coff_pe_read): New function.
169 (_initialize_coff_pe_read): New function adding
170 'set/show debug coff_pe_read' commands.
171
172 * windows-tdep.c (windows_xfer_shared_library): Use
173 pe_text_section_offset function instead of possibly wrong
174 0x1000 constant for .text sextion offset.
175
176 2012-12-13 Pedro Alves <palves@redhat.com>
177
178 * gdbarch.sh (do_read): Set IFS to blank.
179
180 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
181
182 * NEWS: Mention the -catch-load/-catch-unload MI commands.
183
184 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
185
186 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
187 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
188 * breakpoint.c (add_solib_catchpoint): New function that
189 can be used by both CLI and MI, factored out from
190 catch_load_or_unload.
191 (catch_load_or_unload): Strip it down and make it use the
192 new add_solib_catchpoint.
193 * breakpoint.h (add_solib_catchpoint): Declare it.
194 * mi/mi-cmd-break.h: New file.
195 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
196 (setup_breakpoint_reporting): New function used for both
197 catchpoints and breakpoints.
198 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
199 * mi/mi-cmd-catch.c: New file.
200 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
201 and -catch-unload.
202 * mi/mi-cmds.h: Declare the handlers for -catch-load and
203 -catch-unload.
204
205 2012-11-28 Tom Tromey <tromey@redhat.com>
206
207 * dbxread.c (read_dbx_symtab): Update.
208 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
209 (read_ofile_symtab): Add 'objfile' argument.
210 * dwarf2read.c (process_psymtab_comp_unit_reader)
211 (build_type_psymtabs_reader): Update.
212 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
213 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
214 argument.
215 (parse_procedure, parse_partial_symbols): Update.
216 (psymtab_to_symtab_1): Add 'objfile' argument.
217 * psympriv.h (struct partial_symtab) <objfile>: Remove.
218 <read_symtab>: Add 'objfile' argument.
219 (sort_pst_symbols, discard_psymtab): Update.
220 * psymtab.c (partial_map_expand_apply): Update.
221 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
222 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
223 (find_pc_sect_psymbol): Add 'objfile' argument.
224 (lookup_symbol_aux_psymtabs): Update.
225 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
226 Add 'objfile' argument.
227 (find_last_source_symtab_from_partial, dump_psymtab)
228 (dump_psymtabs_for_objfile, read_symtabs_for_function)
229 (expand_partial_symbol_tables, read_psymtabs_with_filename)
230 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
231 (expand_symtabs_matching_via_partial): Update.
232 (sort_pst_symbols): Add 'objfile' argument.
233 (allocate_psymtab): Update.
234 (discard_psymtab): Add 'objfile' argument.
235 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
236 * stabsread.h (end_psymtab): Update.
237 * xcoffread.c (this_symtab_objfile): New global.
238 (process_linenos, enter_line_range, xcoff_next_symbol_text):
239 Update.
240 (read_xcoff_symtab): Add 'objfile' argument.
241 (read_symbol, read_symbol_lineno): Update.
242 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
243 (xcoff_end_psymtab): Add 'objfile' argument.
244 (scan_xcoff_symtab): Update.
245
246 2012-12-12 Paul Koning <paul_koning@dell.com>
247
248 Add support for Python 3.
249 * NEWS: Mention Python 3 support.
250 * varobj.c (value_get_print_value): Use
251 python_string_to_target_string.
252 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
253 of type objects.
254 * python/py-breakpoint.c: Ditto.
255 * python/py-cmd.c: Ditto.
256 * python/py-event.c: Ditto.
257 * python/py-event.h: Ditto.
258 * python/py-evtregistry.c: Ditto.
259 * python/py-finishbreakpoint.c: Ditto.
260 * python/py-frame.c: Ditto.
261 * python/py-function.c: Ditto.
262 * python/py-infthread.c: Ditto.
263 * python/py-lazy-string.c: Ditto.
264 * python/py-progspace.c: Ditto.
265 * /python/py-symbol.c: Ditto.
266 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
267 initialization for Python 3.
268 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
269 of type objects.
270 (infpy_read_memory): Return memoryview object if Python 3.
271 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
272 (infpy_search_memory): Ditto.
273 (get_buffer): New function for Python 3.
274 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
275 of type objects.
276 (objfpy_dealloc): Use Py_TYPE to call tp_free.
277 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
278 of type objects.
279 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
280 (set_attr): Ditto.
281 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
282 instead of PyString methods if Python 3.
283 (print_children): Skip push_dummy_python_frame call if Python 3.
284 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
285 of type objects.
286 (salpy_dealloc): Use Py_TYPE to call tp_free.
287 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
288 of type objects.
289 (field_dealloc): Use Py_TYPE to call tp_free.
290 (typy_dealloc): Ditto.
291 (type_object_as_number): Adjust struct initializations for
292 differences in layout for Python 2 vs. Python 3.
293 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
294 string case for Python 3.
295 (unicode_to_encoded_python_string): Shorten code (no functional
296 change).
297 (python_string_to_target_python_string): Comment that in Python 3
298 returned value is a Python "bytes" type.
299 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
300 (gdb_py_object_from_longest): Omit non-long integer case in Python
301 3.
302 (gdb_py_object_from_ulongest): Ditto.
303 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
304 of type objects.
305 (valpy_dealloc): Use Py_TYPE to call tp_free.
306 (valpy_int): Omit function if Python 3.
307 (convert_value_from_python): Use "%S" format (Python object as a
308 string) if Python 3.
309 (value_object_as_number): Adjust struct initializations for
310 differences in layout for Python 2 vs. Python 3.
311 * python/python-config.py: Adjust syntax for Python 3
312 compatibility.
313 Include "sys.abiflags" string as part of python library name, if
314 that attribute exists (Python 3).
315 * python/python-internal.h (IS_PY3): Define if Python 3.
316 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
317 placeholder value if Python 3.
318 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
319 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
320 analogous Python 3 API function if Python 3.
321 (PyVarObject_HEAD_INIT): Define if not already defined.
322 (Py_TYPE): Ditto.
323 * python/python.c (eval_python_command): Omit Py_FlushLine call if
324 Python 3.
325 Check return values of all Python API calls for error.
326 Supply dummy "python" and "python-interactive" commands if Python
327 initialization failed.
328 (_initialize_python): Convert argc to wchar_t** if Python 3.
329 Add module initialization for Python 3.
330 (finish_python_initialization): Pass wchar_t * argument to
331 PySys_SetPath if Python 3.
332 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
333 (_GdbFile): New class for common output file behavior.
334 (GdbOutFile): Subclass from _GdbFile.
335 (GdbOutputErrorFile): Ditto.
336 (auto_load_packages): Adjust syntax for Python 3 compatibility.
337 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
338 * python/lib/gdb/prompt.py: Use sorted() function rather than
339 sort() method.
340 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
341 Adjust syntax for Python 3 compatibility.
342 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
343 rather than sort() method.
344 Adjust syntax for Python 3 compatibility.
345 * python/lib/gdb/command/type_printers.py: Ditto.
346 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
347 value is a memoryview object if Python 3.
348
349 2012-12-12 Tom Tromey <tromey@redhat.com>
350
351 * coffread.c (coff_objfile_data_key): New global.
352 (coff_symfile_init): Use set_objfile_data.
353 (coff_symfile_read): Use objfile_data.
354 (coff_symfile_finish): Don't free deprecated_sym_private.
355 (coff_free_info): New function.
356 (_initialize_coffread): Initialize coff_objfile_data_key.
357 * mdebugread.c (pending_list): Update comment.
358 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
359 * symfile.c (reread_symbols): Don't mention
360 deprecated_sym_private.
361 * xcoffread.c (xcoff_objfile_data_key): New global.
362 (XCOFF_DATA): New macro.
363 (process_linenos, enter_line_range, xcoff_next_symbol_text)
364 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
365 XCOFF_DATA.
366 (xcoff_new_init) Use set_objfile_data.
367 (xcoff_symfile_finish): Don't free deprecated_sym_private.
368 (init_stringtab, swap_sym, scan_xcoff_symtab)
369 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
370 (xcoff_free_info): New function.
371 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
372
373 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
374
375 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
376
377 2012-12-12 Tom Tromey <tromey@redhat.com>
378
379 * coffread.c (coff_symfile_init): Use set_objfile_data.
380 (coff_symfile_read): Use DBX_SYMFILE_INFO.
381 * dbxread.c (dbx_objfile_data_key): New global.
382 (dbx_symfile_init): Use set_objfile_data.
383 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
384 (dbx_free_symfile_info): New function.
385 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
386 DBX_SYMFILE_INFO.
387 (stabsect_build_psymtabs): Use set_objfile_data.
388 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
389 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
390 set_objfile_data.
391 (free_elfinfo): Use DBX_SYMFILE_INFO.
392 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
393 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
394 * gdb-stabs.h (dbx_objfile_data_key): Declare.
395 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
396 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
397 * somread.c (som_symfile_finish): Don't free
398 deprecated_sym_stab_info.
399
400 2012-12-12 Joel Brobecker <brobecker@adacore.com>
401
402 * gdbarch.sh (software_single_step): Remove trailing space in
403 comment (gdbarch.h is already correct).
404
405 2012-12-11 Tom Tromey <tromey@redhat.com>
406
407 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
408
409 2012-12-11 Tom Tromey <tromey@redhat.com>
410
411 * dsrec.c (report_transfer_performance): Don't declare.
412 (load_srec): Use gettimeofday, print_transfer_performance.
413 * symfile.c (report_transfer_performance): Remove.
414
415 2012-12-11 Pedro Alves <pedro@codesourcery.com>
416 Pedro Alves <palves@redhat.com>
417
418 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
419 NT_PSTATUS note.
420 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
421 differently from LWP IDs.
422
423 2012-12-11 Pedro Alves <palves@redhat.com>
424
425 * configure.ac (detect type of /proc): Remove Unixware handling.
426 * configure: Regenerate.
427 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
428 (ioctl_table) [PCRESET]: Remove entry.
429 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
430 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
431 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
432 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
433 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
434 Unixware in comments throughout.
435 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
436 and remove mention of Unixware.
437
438 2012-12-10 Doug Evans <dje@google.com>
439
440 * dwarf2read.c (dwarf2_cu): Enhance comment.
441 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
442 the DWO file.
443 (dwarf2_record_block_ranges): Ditto.
444
445 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
446
447 * symtab.c (find_pc_sect_symtab): Add comment.
448
449 2012-12-10 Tom Tromey <tromey@redhat.com>
450
451 * defs.h: Don't check for definition of LONGEST.
452 (min, max): Remove duplicates.
453
454 2012-12-10 Tom Tromey <tromey@redhat.com>
455
456 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
457 (dwarf2_fetch_die_loc_cu_off): Rename from
458 dwarf2_fetch_die_location_block. Rewrite to use
459 dwarf2_fetch_die_loc_sect_off.
460 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
461 (dwarf2_fetch_die_loc_cu_off): Rename.
462 * dwarf2loc.c (indirect_pieced_value): Use
463 dwarf2_fetch_die_loc_sect_off.
464 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
465 comment.
466 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
467 * dwarf2expr.c (add_piece): Update.
468 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
469
470 2012-12-10 Tom Tromey <tromey@redhat.com>
471
472 * buildsym.c (struct pending_block): Move from buildsym.h.
473 (pending_blocks): Likewise; now static.
474 (pending_block_obstack): New global.
475 (free_pending_blocks): Free blocks.
476 (record_pending_block): Use pending_block_obstack.
477 * buildsym.h (struct pending_block): Move definition to
478 buildsym.c.
479 (pending_blocks): Don't declare.
480
481 2012-12-10 Pedro Alves <palves@redhat.com>
482
483 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
484 dead SCO code, and adjust function description comment.
485
486 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
487
488 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
489 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
490 CC_HAS_LONG_LONG.
491 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
492 * dwarf2read.c (extract_cu_value): Remove the function.
493 (create_cus_from_index_list): Make the return type void, inline the
494 extract_cu_value caller, include new gdb_static_assert.
495 (create_cus_from_index): Make the return type void, update the function
496 comment, update the create_cus_from_index_list caller.
497 (create_signatured_type_table_from_index): Make the return type void,
498 inline the extract_cu_value caller, include new gdb_static_assert.
499 (dwarf2_read_index): Update the create_cus_from_index and
500 create_signatured_type_table_from_index caller.
501 * printcmd.c (ui_printf): Remove conditionalizations for
502 CC_HAS_LONG_LONG.
503 * config.in: Regenerate.
504 * configure: Regenerate.
505
506 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
507
508 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
509 Update the comment for checked_producer.
510 (check_producer): New forward declaration.
511 (producer_is_gcc_lt_4_3): New function.
512 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
513 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
514
515 2012-12-07 Tom Tromey <tromey@redhat.com>
516
517 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
518 argument, assertion.
519 * c-exp.y (typebase): Add completion productions.
520 * completer.c (expression_completer): Handle tag completion.
521 * expression.h (parse_expression_for_completion): Add argument.
522 * f-lang.c (f_make_symbol_completion_list): Add 'code'
523 argument.
524 * language.h (struct language_defn)
525 <la_make_symbol_completion_list>: Add 'code' argument.
526 * parse.c (expout_tag_completion_type, expout_completion_name):
527 New globals.
528 (mark_struct_expression): Add assertion.
529 (mark_completion_tag): New function.
530 (parse_exp_in_context): Initialize new globals.
531 (parse_expression_for_completion): Add 'code' argument. Handle
532 tag completion.
533 * parser-defs.h (mark_completion_tag): Declare.
534 * symtab.c (default_make_symbol_completion_list_break_on): Add
535 'code' argument. Update.
536 (default_make_symbol_completion_list): Add 'code' argument.
537 (make_symbol_completion_list): Update.
538 (make_symbol_completion_type): New function.
539 * symtab.h (default_make_symbol_completion_list_break_on)
540 (default_make_symbol_completion_list): Update.
541 (make_symbol_completion_type): Declare.
542
543 2012-12-07 Tom Tromey <tromey@redhat.com>
544
545 * expression.h (parse_expression_for_completion): Rename
546 from parse_field_expression.
547 (parse_completion): Rename from in_parse_field.
548 * c-exp.y (lex_one_token): Update.
549 * completer.c (expression_completer): Update.
550 * go-exp.y (lex_one_token): Update.
551 * p-exp.y (yylex): Update.
552 * parse.c (parse_completion): Rename from in_parse_field.
553 (parse_exp_in_context): Update.
554 (parse_expression_for_completion): Rename from
555 parse_field_expression. Update.
556
557 2012-12-07 Tom Tromey <tromey@redhat.com>
558
559 * typeprint.c (_initialize_typeprint): Set completer
560 for "whatis" and "ptype".
561
562 2012-12-07 Joel Brobecker <brobecker@adacore.com>
563
564 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
565 "sim/common/cgen-fpu.h". Remove invalid entries
566 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
567 which actually have an FSF copyright header.
568
569 2012-12-07 Joel Brobecker <brobecker@adacore.com>
570
571 * osf-share/AT386/cma_thread_io.h: Delete.
572 * osf-share/HP800/cma_thread_io.h: Delete.
573 * osf-share/README: Delete.
574 * osf-share/RIOS/cma_thread_io.h: Delete.
575 * osf-share/cma_attr.h: Delete.
576 * osf-share/cma_deb_core.h: Delete.
577 * osf-share/cma_debug_client.h: Delete.
578 * osf-share/cma_errors.h: Delete.
579 * osf-share/cma_handle.h: Delete.
580 * osf-share/cma_init.h: Delete.
581 * osf-share/cma_list.h: Delete.
582 * osf-share/cma_mutex.h: Delete.
583 * osf-share/cma_sched.h: Delete.
584 * osf-share/cma_semaphore_defs.h: Delete.
585 * osf-share/cma_sequence.h: Delete.
586 * osf-share/cma_stack.h: Delete.
587 * osf-share/cma_stack_int.h: Delete.
588 * osf-share/cma_tcb_defs.h: Delete.
589 * osf-share/cma_util.h: Delete.
590 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
591 in osf-share.
592 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
593 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
594 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
595
596 2012-12-06 Pedro Alves <palves@redhat.com>
597 Tom Tromey <tromey@redhat.com>
598
599 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
600
601 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
602
603 PR mi/14741:
604 * mi/mi-cmd-var.c (varobj_update_one): Take value of
605 attribute "dynamic" and "displayhint" from printed child,
606 not the root variable.
607
608 2012-12-06 Joel Brobecker <brobecker@adacore.com>
609
610 * aix-thread.c (getthrds): Fix type of 4th parameter.
611 (get_signaled_thread): Change type of variable ktid to tid_t.
612
613 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
614
615 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
616 value of get_frame_block.
617
618 2012-12-05 Pierre Muller <muller@sourceware.org>
619
620 Avoid memory leaks on struct cmd_list_element.doc field.
621 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
622 if flags contains DOC_ALLOCATED.
623 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
624 flags.
625 (delete_cmd): Handle DOC_ALLOCATED flag.
626 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
627 in flags filed of struct cmd_list_element.
628 (struct cmd_list_element): Document new flag item.
629
630 2012-12-04 Doug Evans <dje@google.com>
631
632 * symmisc.c: Whitespace fixes.
633
634 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
635
636 * i386-tdep.c (i386_skip_prologue): Using symbol table
637 to find the end of prologue for clang compiled binaries.
638 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
639 to find the end of prologue for clang compiled binaries.
640
641 2012-12-03 Doug Evans <dje@google.com>
642
643 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
644 (dw2_find_symbol_file): Delete unused local file_data.
645
646 2012-12-03 Tom Tromey <tromey@redhat.com>
647
648 * ada-exp.y (write_object_renaming, write_var_or_type)
649 (write_ambiguous_var, write_var_from_sym): Make blocks const.
650 * ada-lang.c (replace_operator_with_call)
651 (find_old_style_renaming_symbol): Make blocks const.
652 * ada-lang.h (ada_find_renaming_symbol): Update.
653 (struct ada_symbol_info) <block>: Now const.
654 * breakpoint.c (watch_command_1): Update.
655 * breakpoint.h (struct watchpoint) <exp_valid_block,
656 cond_exp_valid_block>: Now const.
657 * c-exp.y (classify_inner_name, classify_name): Make block
658 argument const.
659 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
660 const.
661 * expression.h (innermost_block, parse_exp_1): Update.
662 (union exp_element) <block>: Now const.
663 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
664 (lookup_struct): Make block argument const.
665 * gdbtypes.h (lookup_template_type): Update.
666 * go-exp.y (classify_name, classify_packaged_name)
667 (package_name_p): Make block argument const.
668 * objc-lang.c (lookup_struct_typedef): Make block argument const.
669 * objc-lang.h (lookup_struct_typedef): Update.
670 * parse.c (parse_exp_in_context, parse_exp_1)
671 (write_exp_elt_block): Make block arguments const.
672 (expression_context_block, innermost_block): Now const.
673 * parser-defs.h (write_exp_elt_block): Update.
674 (expression_context_block, innermost_block, block_found): Now
675 const.
676 * printcmd.c (struct display) <block>: Now const.
677 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
678 * valops.c (address_of_variable): Make block argument const.
679 * value.h (value_of_variable): Update.
680 * varobj.c (struct varobj_root) <valid_block>: Now const.
681
682 2012-11-30 Yao Qi <yao@codesourcery.com>
683
684 * breakpoint.c (print_one_breakpoint_location): Indent code.
685
686 2012-11-30 Yao Qi <yao@codesourcery.com>
687
688 * breakpoint.c (print_one_breakpoint_location): Combine two
689 blocks handling 'hit count' together.
690
691 2012-11-30 Yao Qi <yao@codesourcery.com>
692
693 * infrun.c (error_is_running, ensure_not_running): Move them
694 to ...
695 * infcmd.c (error_is_running, ensure_not_running): ... here.
696 Make them 'static'.
697 * inferior.h: Remove declarations of error_is_running and
698 ensure_not_running.
699
700 2012-11-30 Yao Qi <yao@codesourcery.com>
701
702 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
703 check REGNUM >= 0.
704
705 2012-11-30 Yao Qi <yao@codesourcery.com>
706
707 * infrun.c: Make the declaration of 'init_infwait_state'
708 static.
709 (init_infwait_state): Make it 'static'.
710
711 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
712
713 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
714 return value to void to avoid compiler warning.
715
716 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
717
718 * opencl-lang.c (opencl_print_type): New function.
719 (opencl_language_arch_info): Install it.
720
721 2012-11-29 Tom Tromey <tromey@redhat.com>
722
723 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
724 xvasprintf.
725 * common/common-utils.c (xasprintf, xvasprintf): Remove.
726 * common/common-utils.h (xasprintf, xvasprintf): Remove.
727
728 2012-11-29 Jerome Guitton <guitton@adacore.com>
729
730 * ada-lang.c (ada_is_interface_tag): New function.
731 (ada_is_ignored_field): Add interface tags to the list
732 of ignored fields.
733
734 2012-11-29 Jerome Guitton <guitton@adacore.com>
735
736 * ada-lang.h (ada_tag_value_at_base_address): New function
737 declaration.
738 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
739 New functions.
740 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
741 relocate the class-wide value if need be.
742 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
743 Let ada_tag_value_at_base_address relocate the class-wide access/ref
744 before dereferencing it.
745 * ada-valprint.c (ada_val_print_1): Relocate to base address
746 before displaying the content of an interface-wide ref.
747
748 2012-11-29 Jerome Guitton <guitton@adacore.com>
749
750 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
751
752 2012-11-29 Joel Brobecker <brobecker@adacore.com>
753
754 GDB 7.5.1 released.
755
756 2012-11-29 Yao Qi <yao@codesourcery.com>
757 Tom Tromey <tromey@redhat.com>
758
759 * eval.c (evaluate_subexp_standard): Get the correct pointer
760 type for TYPE_CODE_MEMBERPTR.
761
762 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
763
764 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
765 since now it is being done by binutils' powerpc_init_dialect().
766
767 2012-11-28 Tom Tromey <tromey@redhat.com>
768
769 PR gdb/14290:
770 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
771 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
772 Use it.
773 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
774 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
775 (gdb_bfd_openr_next_archived_file): Use it.
776
777 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
778
779 * configure.ac: Check for linux/perf_event.h.
780 * config.in: Regenerated.
781 * configure: Regenerated.
782
783 2012-11-28 Yao Qi <yao@codesourcery.com>
784
785 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
786 abbreviate 'delete tracepoints' to 'delete tr'.
787 * corefile.c (_initialize_core): Call add_alias_cmd to
788 abbreviate 'set gnutarget' to 'set g'.
789 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
790 'show convenience' to 'show conv'.
791
792 2012-11-27 Joel Brobecker <brobecker@adacore.com>
793
794 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
795 call to sparc_supply_fpregset.
796 (fill_fpregset): Fix first parameter in call to
797 sparc_collect_fpregset.
798
799 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
800 Kazu Hirata <kazu@codesourcery.com>
801 Yao Qi <yao@codesourcery.com>
802
803 * objfiles.c (init_entry_point_info): Call
804 gdbarch_convert_from_func_ptr_addr and
805 gdbarch_addr_bits_remove here ...
806 (entry_point_address_query): ... instead of here.
807 * solib-svr4.c (exec_entry_point): Call
808 gdbarch_addr_bits_remove.
809 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
810 the entry address.
811
812 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
813 Yao Qi <yao@codesourcery.com>
814
815 * eval.c (evaluate_subexp_standard): Add handling of
816 TYPE_CODE_MEMBERPTR when calling functions. Correct the
817 result of ptype for calling a TYPE_CODE_METHODPTR.
818
819 2012-11-27 Yao Qi <yao@codesourcery.com>
820
821 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
822 warning.
823 Add i18n markup.
824
825 2012-11-26 Alexander Larsson <alexl@redhat.com>
826 Jan Kratochvil <jan.kratochvil@redhat.com>
827 Tom Tromey <tromey@redhat.com>
828
829 * NEWS: Mention mini debuginfo feature.
830 * minidebug.c: New file.
831 * configure.ac: Check for lzma.
832 * configure, config.in: Rebuild.
833 * Makefile.in (LIBLZMA): New variable.
834 (CLIBS): Include LIBLZMA.
835 (SFILES): Mention minidebug.c.
836 (COMMON_OBS): Mention minidebug.o.
837 * symfile.c (read_symbols): New function.
838 (syms_from_objfile, reread_symbols): Call it.
839 * symfile.h (find_separate_debug_file_in_section): Declare.
840
841 2012-11-26 Keith Seitz <keiths@redhat.com>
842
843 * exec.c (exec_file_attach): Move cleanup after verifying that
844 memory has in fact been allocated.
845
846 2012-11-26 Tom Tromey <tromey@redhat.com>
847
848 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
849 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
850 SYMBOL_SYMTAB.
851 * skip.c (skip_info): Use SYMBOL_SYMTAB.
852
853 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
854 Pedro Alves <palves@redhat.com>
855
856 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
857 size parameter passed to readlink by one byte.
858 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
859 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
860 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
861 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
862 size by one byte.
863
864 2012-11-26 Yao Qi <yao@codesourcery.com>
865
866 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
867 extraneous parentheses.
868
869 2012-11-26 Yao Qi <yao@codesourcery.com>
870
871 * remote.c (remote_start_remote): Typo fix.
872
873 2012-11-23 David S. Miller <davem@davemloft.net>
874
875 * sparc-tdep.h (struct sparc_fpregset): New data structure.
876 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
877 sparc32_sol2_fpregset): Declare new globals.
878 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
879 'fpregset' argument.
880 * sparc64-tdep.h (sparc64_supply_fpregset,
881 sparc64_collect_fpregset): Likewise.
882 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
883 globals.
884 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
885 (sparc_fpregset): Declare new global.
886 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
887 'fpregset' argument.
888 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
889 into handler.
890 (fill_fpregset): Likewise.
891 (_initialize_sparc_linux_nat): Set sparc_fpregset to
892 sparc32_bsd_fpregset.
893 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
894 sparc32_bsd_fpregset down into handler.
895 (sparc32_linux_collect_core_fpregset): Likewise.
896 * sparc-nat.c (sparc_fpregset): Define.
897 (sparc_supply_fpregset): Add 'fpregset' argument.
898 (sparc_collect_fpregset): Likewise.
899 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
900 into fpregset handler.
901 (sparc_store_inferior_registers): Likewise.
902 (_initialize_sparc_nat): Set sparc_fpregset to
903 sparc32_sunos4_fpregset if NULL.
904 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
905 down into handler.
906 (fill_fpregset): Likewise.
907 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
908 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
909 use it to compute offsets.
910 (sparc32_collect_fpregset): Likewise.
911 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
912 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
913 down into handler.
914 (fill_fpregset): Likewise.
915 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
916 Likewise.
917 (sparc64_linux_collect_core_fpregset): Likewise.
918 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
919 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
920 use it to compute offsets.
921 (sparc64_collect_fpregset): Likewise.
922 (sparc64_bsd_fpregset): Define.
923 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
924 sparc64_bsd_fpregset down into handler.
925 (sparc64fbsd_collect_fpregset): Likewise.
926 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
927 and pass sparc{32,64}_bsd_fpregset down into handler.
928 (sparc64nbsd_collect_fpregset): Likewise.
929 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
930 sparc64_bsd_fpregset down into handler.
931 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
932 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
933 to sparc32_bsd_fpregset.
934 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
935 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
936 (sparc32nbsd_supply_fpregset): Likewise.
937
938 2012-11-21 Tom Tromey <tromey@redhat.com>
939
940 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
941 field.
942 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
943 Remove.
944 * c-typeprint.c (c_type_print_base): Update.
945
946 2012-11-21 Yao Qi <yao@codesourcery.com>
947
948 PR tdep/7438
949 * gdbarch.sh (smash_text_address): Remove.
950 * gdbarch.c, gdbarch.h: Regenerate.
951 * arm-tdep.c (arm_smash_text_address): Remove.
952 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
953 * hppa-tdep.c (hppa_smash_text_address): Remove.
954 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
955 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
956 Caller update.
957 * coffread.c (coff_symtab_read): Caller update.
958 * dbxread.c (process_one_symbol): Likewise.
959 * elfread.c (record_minimal_symbol): Likewise.
960 * somread.c (som_symtab_read): Likewise.
961
962 2012-11-20 Pierre Muller <muller@sourceware.org>
963
964 ARI fixes: sprintf rule.
965 Replace sprintf function calls for char arrays by
966 calls to xsnprintf calls.
967 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
968 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
969 (arm_neon_quad_read, arm_pseudo_read): Ditto.
970 (arm_neon_quad_write, arm_pseudo_write): Ditto.
971 * breakpoint.c (condition_completer): Ditto.
972 (create_tracepoint_from_upload): Ditto.
973 * dwarf2read.c (file_full_name): Ditto.
974 * gcore.c (gcore_command): Ditto.
975 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
976 * go32-nat.c (go32_sysinfo): Ditto.
977 * interps.c (interp_set): Ditto.
978 * m32c-tdep.c (make_types): Ditto.
979 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
980 * remote-m32r-sdi.c (m32r_open): Ditto.
981 * sol-thread.c (td_err_string): Ditto.
982 (td_state_string, solaris_pid_to_str): Ditto.
983 * symtab.c (gdb_mangle_name): Ditto.
984 * cli/cli-script.c (execute_control_command): Ditto.
985 (define_command, document_command): Ditto.
986 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
987 * tui/tui-stack.c (tui_make_status_line): Ditto.
988 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
989
990 2012-11-20 Mike Frysinger <vapier@gentoo.org>
991
992 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
993 it when looking at ptr->func.
994 * command.h (complete_on_cmdlist): Add a fourth arg.
995 * completer.c (complete_line_internal): Add local ignore_help_classes,
996 and set it to 1 when reason is not handle_help. Pass this down to
997 lookup_cmd_1 and complete_on_cmdlist.
998
999 2012-11-20 Tom Tromey <tromey@redhat.com>
1000
1001 * completer.c (count_struct_fields): Remove.
1002 (expression_completer): Don't call count_struct_fields.
1003
1004 2012-11-20 Pedro Alves <palves@redhat.com>
1005
1006 * annotate.c (breakpoints_changed): Rename to ...
1007 (annotate_breakpoints_changed): ... this.
1008 (annotate_stopped, breakpoint_changed): Adjust caller.
1009 * annotate.h (breakpoints_changed): Rename to ...
1010 (annotate_breakpoints_changed): ... this.
1011 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1012 (do_map_commands_command, init_raw_breakpoint, clear_command)
1013 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1014
1015 2012-11-20 David S. Miller <davem@davemloft.net>
1016
1017 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1018 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1019 sysconf.
1020 (get_cores_used_by_process): Update comment.
1021
1022 2012-11-20 Yao Qi <yao@codesourcery.com>
1023
1024 * objfiles.c (init_entry_point_info): Remove trailing spaces.
1025
1026 2012-11-20 Yao Qi <yao@codesourcery.com>
1027
1028 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1029 to deprecated_context_hook.
1030
1031 2012-11-19 Yao Qi <yao@codesourcery.com>
1032
1033 * infrun.c (infwait_state): Add static.
1034
1035 2012-11-16 Keith Seitz <keiths@redhat.com>
1036
1037 PR c++/13615
1038 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1039 parameter and pass it to lookup_symbol_file.
1040 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1041 to search base classes.
1042 (cp_lookup_symbol_namespace): Likewise.
1043 (lookup_namespace_scope): Likewise.
1044 (lookup_symbol_file): Add SEARCH parameter.
1045 If SEARCH is non-zero and no symbol is found, lookup the class
1046 and call cp_lookup_nested_symbol.
1047 (find_symbol_in_baseclass): New function.
1048 (cp_lookup_nested_symbol): Do not let
1049 cp_lookup_symbol_in_namespace search through base classes.
1050 Do that later when there is no global symbol match.
1051
1052 2012-11-16 Doug Evans <dje@google.com>
1053
1054 * main.c (gdb_datadir_provided): New static global.
1055 (get_init_files): If --data-directory is provided,
1056 and SYSTEM_GDBINIT lives in data-directory, look for it there.
1057 * NEWS: Mention it.
1058
1059 2012-11-15 Pierre Muller <muller@sourceware.org>
1060
1061 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1062 * gdb_stat.h: Delete. Moved to common directory.
1063 * common/gdb_stat.h: New file.
1064 * gdb_wait.h: Delete. Moved to common directory.
1065 * common/gdb_wait.h: New file.
1066 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1067 location.
1068 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1069 location.
1070 (stat.h rule): Adapt to new gdb_stat.h location.
1071 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1072 <sys/stat.h> header.
1073 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1074 <sys/wait.h> header.
1075
1076 2012-11-15 Pierre Muller <muller@sourceware.org>
1077
1078 * configure.ac (AC_HEADER_STAT): Remove.
1079 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1080 and corresponding code.
1081 * configure: Regenerate.
1082 * config.in: Regenerate.
1083
1084 2012-11-15 Pierre Muller <muller@sourceware.org>
1085
1086 ARI xasprintf rule fixes.
1087 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1088 instead of xasprintf.
1089 (open_and_init_dwp_file): Ditto.
1090
1091 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1092
1093 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1094 target types.
1095
1096 2012-11-14 Tom Tromey <tromey@redhat.com>
1097
1098 * configure, config.in: Rebuild.
1099 * configure.ac: Don't check for ctype.h, time.h.
1100 * expprint.c: Don't use HAVE_CTYPE_H.
1101
1102 2012-11-13 Tom Tromey <tromey@redhat.com>
1103
1104 * gdbarch.h, gdbarch.c: Rebuild.
1105 * gdbarch.sh (set_target_gdbarch): Rename from
1106 deprecated_target_gdbarch_select_hack.
1107 * arch-utils.c (gdbarch_update_p): Update.
1108 (set_gdbarch_from_file): Update.
1109
1110 2012-11-14 Pierre Muller <muller@sourceware.org>
1111
1112 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1113 as responsible of contrib/ari directory.
1114
1115 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1116 Yao Qi <yao@codesourcery.com>
1117
1118 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1119 bit of EXC_RETURN.
1120 (arm_m_exception_cache, arm_m_exception_this_id)
1121 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1122 (arm_m_exception_unwind): New.
1123 (arm_gdbarch_init): Register arm_m_exception_unwind.
1124
1125 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1126
1127 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1128 parameter COUNT, for pattern filling of memory regions.
1129 * NEWS: Mention it.
1130
1131 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1132
1133 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1134 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1135 to print_source_lines ().
1136 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1137 flag.
1138 * source.c (print_source_lines_base): Prefix source line with
1139 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1140
1141 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1142
1143 * symtab.h (print_source_lines_flags): New enum.
1144 * source.c (print_source_lines_base): Change noerror to flags.
1145 (print_source_lines): Change noerror to flags.
1146
1147 2012-11-13 Pierre Muller <muller@sourceware.org>
1148
1149 ARI fixes: Avoid sprintf function use rule.
1150 * charset.c (convert_between_encodings): Use xsnprintf.
1151 * cli-out.c (cli_field_int): Likewise.
1152 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1153 * expprint.c (op_name_standard): Likewise.
1154 * frv-tdep.c (set_variant_num_gprs): Likewise.
1155 (set_variant_num_fprs): Likewise.
1156 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1157 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1158 (nto_init_solib_absolute_prefix): Likewise.
1159 * source.c (init_source_path): Likewise.
1160 (print_source_lines_base): Likewise.
1161 * valprint.c (print_wchar): Likewise.
1162 * mi/mi-out.c (mi_field_int): Likewise.
1163 windows-nat.c (windows_pid_to_exec_file): Likewise.
1164 (windows_create_inferior): Likewise.
1165 (_initialize_check_for_gdb_ini): Likewise.
1166
1167 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1168
1169 * frame.h (deprecated_frame_register_read): Renames
1170 frame_register_read.
1171 * frame.c (deprecated_frame_register_read): Renames
1172 frame_register_read. Update all callers.
1173 * i386-tdep.c: Update all callers of frame_register_read.
1174 * infcmd.c: Likewise.
1175 * jit.c: Likewise.
1176 * mips-tdep.c: Likewise.
1177 * mt-tdep.c: Likewise.
1178 * sh64-tdep.c: Likewise.
1179
1180 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1181
1182 * frame.h (frame_register_read): Remove FIXME comment.
1183 * frame.c (frame_register_read): Add suggestion explaining
1184 which function to use in place of this one.
1185
1186 2012-11-12 Tom Tromey <tromey@redhat.com>
1187
1188 * python/python.c (start_type_printers): Initialize 'result_obj'.
1189
1190 2012-11-12 Tom Tromey <tromey@redhat.com>
1191
1192 * NEWS: Update.
1193 * data-directory/Makefile.in (PYTHON_FILES): Add
1194 type_printers.py.
1195 * python/lib/gdb/command/type_printers.py: New file.
1196 * python/lib/gdb/command/types.py (TypePrinter): New class.
1197 (_get_some_type_recognizers, get_type_recognizers,
1198 apply_type_recognizers, register_type_printer): New
1199 functions.
1200 * python/py-objfile.c (objfile_object) <type_printers>: New
1201 field.
1202 (objfpy_dealloc): Decref new field.
1203 (objfpy_new): Set new field.
1204 (objfpy_get_type_printers, objfpy_set_type_printers): New
1205 functions.
1206 (objfile_to_objfile_object): Set new field.
1207 (objfile_getset): Add "type_printers".
1208 * python/py-progspace.c (pspace_object) <type_printers>: New
1209 field.
1210 (pspy_dealloc): Decref new field.
1211 (pspy_new): Set new field.
1212 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1213 (pspace_to_pspace_object): Set new field.
1214 (pspace_getset): Add "type_printers".
1215 * python/python.c (start_type_printers, apply_type_printers,
1216 free_type_printers): New functions.
1217 (_initialize_python): Set gdb.type_printers.
1218 * python/python.h (start_type_printers, apply_type_printers,
1219 free_type_printers): Declare.
1220 * typeprint.c (type_print_raw_options, default_ptype_flags):
1221 Update for new fields.
1222 (do_free_global_table, create_global_typedef_table,
1223 find_global_typedef): New functions.
1224 (find_typedef_in_hash): Use find_global_typedef.
1225 (whatis_exp): Use create_global_typedef_table. Change cleanup
1226 handling.
1227 * typeprint.h (struct type_print_options) <global_typedefs,
1228 global_printers>: New fields.
1229
1230 2012-11-12 Tom Tromey <tromey@redhat.com>
1231
1232 * c-typeprint.c (find_typedef_for_canonicalize,
1233 print_name_maybe_canonical): New functions.
1234 (c_print_type): Look up type name.
1235 (cp_type_print_derivation_info): Add flags argument. Use
1236 print_name_maybe_canonical.
1237 (cp_type_print_method_args): Add wrapping.
1238 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1239 (c_type_print_template_args): New function.
1240 (c_type_print_base): Change wrapping. Use
1241 print_name_maybe_canonical.
1242 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1243 type name lookups.
1244 * gdbtypes.c (types_equal): No longer static.
1245 * gdbtypes.h (types_equal): Declare.
1246 * typeprint.c (type_print_raw_options, default_ptype_flags):
1247 Update.
1248 (struct typedef_hash_table): New.
1249 (hash_typedef_field, eq_typedef_field,
1250 recursively_update_typedef_hash, add_template_parameters,
1251 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1252 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1253 copy_typedef_hash, find_typedef_in_hash): New functions.
1254 * typeprint.h (struct type_print_options) <local_typedefs>:
1255 New field.
1256 (recursively_update_typedef_hash, add_template_parameters,
1257 create_typedef_hash, free_typedef_hash,
1258 make_cleanup_free_typedef_hash, copy_typedef_hash,
1259 find_typedef_in_hash): Declare.
1260
1261 2012-11-12 Tom Tromey <tromey@redhat.com>
1262
1263 * cp-support.c (inspect_type,
1264 replace_typedefs_qualified_name, replace_typedefs): Add
1265 finder, data arguments. Call as needed.
1266 (cp_canonicalize_string_full): New function.
1267 (cp_canonicalize_string_no_typedefs): Rewrite.
1268 * cp-support.h (canonicalization_ftype): New typedef.
1269 (cp_canonicalize_string_full): Declare.
1270
1271 2012-11-12 Tom Tromey <tromey@redhat.com>
1272
1273 * NEWS: Update.
1274 * c-typeprint.c (c_type_print_base): Handle print_method and
1275 print_typedefs flags.
1276 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1277 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1278 options.
1279 * typeprint.c (type_print_raw_options, default_ptype_flags):
1280 Update for new field.s
1281 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1282 (setprinttypelist, showprinttypelist, print_methods,
1283 print_typedefs): New globals.
1284 (set_print_type, show_print_type, set_print_type_methods,
1285 show_print_type_methods, set_print_type_typedefs,
1286 show_print_type_typedefs): New functions.
1287 (_initialize_typeprint): Update documentation. Add "print
1288 type methods" and "print type typedefs" parameters.
1289 * typeprint.h (struct type_print_options) <print_methods,
1290 print_typedefs>: New fields.
1291
1292 2012-11-12 Tom Tromey <tromey@redhat.com>
1293
1294 * c-typeprint.c (cp_type_print_method_args): Add flags
1295 argument. Call c_print_type, not type_print.
1296 (c_type_print_base): Call c_print_type, not type_print.
1297 Update.
1298
1299 2012-11-12 Tom Tromey <tromey@redhat.com>
1300
1301 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1302 to type-printing functions.
1303 * ada-lang.h (ada_print_type): Add argument.
1304 * ada-typeprint.c (print_array_type, print_variant_clauses,
1305 print_variant_part, print_selected_record_field_types,
1306 print_record_field_types, print_unchecked_union_type,
1307 print_func_type, ada_print_type): Add flags argument.
1308 (ada_print_typedef): Update.
1309 * c-exp.y (OPERATOR conversion_type_id): Update.
1310 * c-lang.h (c_print_type, c_type_print_base): Update.
1311 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1312 c_type_print_modifier, c_type_print_args,
1313 c_type_print_varspec_suffix, c_type_print_base): Add flags
1314 argument.
1315 * cp-valprint.c (cp_print_class_member): Update.
1316 * dwarf2read.c (dwarf2_compute_name): Update.
1317 * f-lang.h (f_print_type): Add argument.
1318 * f-typeprint.c (f_print_type): Add flags argument.
1319 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1320 * go-lang.h (go_print_type): Add argument.
1321 * go-typeprint.c (go_print_type): Add flags argument.
1322 * jv-lang.h (java_print_type): Add argument.
1323 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1324 flags argument.
1325 * language.c (unk_lang_print_type): Add flags argument.
1326 * language.h (struct language_defn) <la_print_type>: Add flags
1327 argument.
1328 (LA_PRINT_TYPE): Likewise.
1329 * m2-lang.h (m2_print_type): Add argument.
1330 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1331 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1332 m2_unbounded_array, m2_record_fields): Add flags argument.
1333 * p-lang.h (pascal_print_type, pascal_type_print_base,
1334 pascal_type_print_varspec_prefix): Add argument.
1335 * p-typeprint.c (pascal_print_type,
1336 pascal_type_print_varspec_prefix, pascal_print_func_args,
1337 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1338 flags argument.
1339 * symmisc.c (print_symbol): Update.
1340 * typeprint.c (type_print_raw_options, default_ptype_flags):
1341 New globals.
1342 (type_print): Update.
1343 * typeprint.h (struct type_print_options): New.
1344 (type_print_raw_options): Declare.
1345 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1346
1347 2012-11-10 Keith Seitz <keiths@redhat.com>
1348
1349 * breakpoint.c (clear_command): Add cleanup for
1350 sals.sals if an argument is given.
1351
1352 * linespec.c (parse_linespec): Do cleanups after
1353 parsing a convenience variable.
1354
1355 2012-11-10 Keith Seitz <keiths@redhat.com>
1356
1357 PR gdb/14288
1358 * c-valprint.c (c_val_print): For character arrays
1359 with "print null" option on, print ellipses if
1360 the output is truncated and the next character is not \000.
1361 * valprint.c (MAX_WCHARS): Define.
1362 (WCHAR_BUFLEN): Likewise.
1363 (WCHAR_BUFLEN_MAX): Likewise.
1364 (struct converted_character): New structure.
1365 (count_next_character): New function.
1366 (print_converted_chars_to_obstack): New function.
1367 (generic_printstr): Rewrite using count_next_character
1368 and print_converted_chars_to_obstack.
1369
1370 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1371
1372 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1373 while executing the gdb command.
1374 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1375 are called from prompt_for_continue.
1376 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1377
1378 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1379
1380 PR tui/9584
1381
1382 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1383 but insert the command to execute in readline's buffer.
1384
1385 2012-11-09 Tom Tromey <tromey@redhat.com>
1386
1387 * gdbarch.sh (target_gdbarch): Remove macro.
1388 (get_target_gdbarch): Rename to target_gdbarch.
1389 * gdbarch.c, gdbarch.h: Rebuild.
1390 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1391 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1392 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1393 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1394 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1395 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1396 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1397 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1398 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1399 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1400 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1401 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1402 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1403 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1404 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1405 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1406 target-descriptions.c, target.c, target.h, tracepoint.c,
1407 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1408 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1409 python/py-inferior.c, python/python.c: Update.
1410
1411 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1412
1413 * source.c (print_source_lines_base): Add fullname field giving
1414 full path to file in mi output.
1415 * NEWS: Mention the new fullname field.
1416
1417 2012-11-09 Yao Qi <yao@codesourcery.com>
1418
1419 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1420
1421 2012-11-09 Pedro Alves <palves@redhat.com>
1422
1423 PR gdb/14306
1424
1425 * infrun.c: Include target-descriptions.h.
1426 (follow_exec): Fetch new target description.
1427
1428 2012-11-09 Yao Qi <yao@codesourcery.com>
1429
1430 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1431 0x8d (lea).
1432
1433 2012-11-09 Yao Qi <yao@codesourcery.com>
1434
1435 * breakpoint.c: Declare set_tracepoint_count.
1436 (install_breakpoint): Call set_tracepoint_count if B is a
1437 tracepoint.
1438 (trace_command): Don't call set_tracepoint_count. Re-indent.
1439 (strace_command, ftrace_command):
1440 (create_tracepoint_from_upload): Likewise.
1441
1442 2012-11-09 Pedro Alves <palves@redhat.com>
1443
1444 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1445 (get_target_gdbarch) <gdbarch.h>: New function.
1446 (startup_gdbarch) <gdbarch.h>: Declare.
1447 <gdbarch.c> (target_gdbarch): Delete.
1448 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1449 current inferior's gdbarch.
1450 <gdbarch.c> (get_target_gdbarch): New function.
1451 * inferior.c: Include target-descriptions.h.
1452 (free_inferior): Free target description info.
1453 (add_inferior_with_spaces): Set the inferior's initial
1454 architecture.
1455 (clone_inferior_command): Copy the original inferior's target
1456 description if it was user specified.
1457 (initialize_inferiors): Add comment.
1458 * inferior.h (struct target_desc_info): Forward declare.
1459 (struct inferior) <gdbarch>: New field.
1460 * linux-nat.c: Include target-descriptions.h.
1461 (linux_child_follow_fork): Copy the parent's architecture and
1462 target description to the child.
1463 * target-descriptions.c: Include inferior.h.
1464 (struct target_desc_info): New structure, holding the equivalents
1465 of ...
1466 (target_desc_fetched, current_target_desc)
1467 (target_description_filename): ... these removed globals.
1468 (get_tdesc_info, target_desc_info_from_user_p)
1469 (copy_inferior_target_desc_info, target_desc_info_free): New.
1470 (target_desc_fetched, current_target_desc)
1471 (target_description_filename): Reimplemented as convenience
1472 macros.
1473 (tdesc_filename_cmd_string): New global.
1474 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1475 tdescs filename ..." commands to the per-inferior equivalent.
1476 (show_tdesc_filename_cmd): Get the value to show from the
1477 per-inferior description filename.
1478 (_initilize_target_descriptions): Change the "set/show tdesc
1479 filename" commands' variable.
1480 * target-descriptions.h (struct target_desc, struct target_desc_info)
1481 (struct inferior): Forward declare.
1482 (target_find_description, target_clear_description)
1483 (target_current_description): Adjust comments.
1484 (copy_inferior_target_desc_info, target_desc_info_free)
1485 (target_desc_info_from_user_p). Declare.
1486
1487 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1488
1489 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1490 (tui_target_wait_hook): Remove.
1491 (tui_install_hooks): Install the about_to_proceed observer.
1492 (tui_remove_hooks): And remove it here.
1493
1494 2012-11-08 Tom Tromey <tromey@redhat.com>
1495
1496 * linux-tdep.c (linux_make_siginfo_note): New function.
1497 (linux_make_corefile_notes): Use it.
1498 * corelow.c (get_core_siginfo): New function.
1499 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1500
1501 2012-11-08 Tom Tromey <tromey@redhat.com>
1502
1503 PR gdb/14704:
1504 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1505 (zlib_decompress_section): Remove.
1506 (gdb_bfd_map_section): Only check for compressed section
1507 in mmap case. Use bfd_get_full_section_contents.
1508 * osabi.c (check_note): Add 'sectsize' argument. Read
1509 section data.
1510 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1511 section data. Update for check_note change.
1512 * xcoffread.c (xcoff_initial_scan): Use
1513 bfd_get_full_section_contents.
1514 * py-auto-load.c (auto_load_section_scripts): Use
1515 bfd_get_full_section_contents.
1516 * contrib/cc-with-tweaks.sh: Add -Z option.
1517
1518 2012-11-08 Tom Tromey <tromey@redhat.com>
1519
1520 * python/py-bpevent.c: Include defs.h.
1521 * python/py-continueevent.c: Include defs.h.
1522 * python/py-event.c: Include defs.h.
1523 * python/py-event.h: Don't include defs.h.
1524 * python/py-events.h: Don't include defs.h.
1525 * python/py-evts.c: Include defs.h.
1526 * python/py-exitedevent.c: Include defs.h.
1527 * python/py-newobjfileevent.c: Include defs.h.
1528 * python/py-signalevent.c: Include defs.h.
1529 * python/py-stopevent.c: Include defs.h.
1530 * python/py-threadevent.c: Include defs.h.
1531
1532 2012-11-08 Pierre Muller <muller@sourceware.org>
1533
1534 * update-web-ari.sh (print_heading): Add number of files
1535 checked.
1536 (nb_files): New variable counting the number of sources
1537 files found by gdb_find.sh script.
1538 (debug_awk): New variable to allow extra debug output.
1539 (indexes): Add more information if DEBUG_AWK is set.
1540
1541 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1542
1543 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1544 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1545 following the change in PLT call stubs on linker.
1546
1547 2012-11-08 Pierre Muller <muller@sourceware.org>
1548
1549 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1550 as default language.
1551 (AWK): Use = instead of == for sh test to avoid warning.
1552 (Linux rule): Correct [:digit] into [[:digit:]].
1553 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1554 (vasprintf rule): Adapt to common subdirectory moves.
1555 (xasprintf rule): Idem.
1556 (xvasprintf rule): Idem.
1557 (var_boolean rule): Accept occurence in == or != test.
1558
1559 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1560
1561 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1562
1563 * tui/tui-hooks.c (tui_inferior_exit): New function.
1564 (tui_detach_hook): Remove.
1565 (tui_install_hooks): Install the inferior exit observer.
1566 (tui_remove_hooks): Remove it.
1567
1568 2012-11-08 Yao Qi <yao@codesourcery.com>
1569
1570 PR gdb/14777.
1571 * source.c (_initialize_source): Call add_com_alias to abbreviate
1572 'forward-search' as 'fo'.
1573
1574 2012-11-07 Pedro Alves <palves@redhat.com>
1575
1576 * arm-tdep.c: Make defs.h be the first include.
1577 * coff-pe-read.c: Ditto.
1578 * gnu-nat.c: Ditto.
1579 * go32-nat.c: Ditto.
1580 * i386-nat.c: Ditto.
1581 * ppcnbsd-nat.c: Ditto.
1582 * ada-varobj.h: Don't include defs.h.
1583 * i386-darwin-tdep.h: Ditto.
1584 * i386-nat.h: Ditto.
1585
1586 2012-11-07 Pedro Alves <palves@redhat.com>
1587
1588 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1589 Committee.
1590
1591 2012-11-07 Pierre Muller <muller@sourceware.org>
1592
1593 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1594 File already uses "gdb_dirent.h" header.
1595
1596 2012-11-07 Yao Qi <yao@codesourcery.com>
1597
1598 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1599 tracepoint_count'.
1600
1601 2012-11-06 Tom Tromey <tromey@redhat.com>
1602
1603 * target.h (inferior_has_forked, inferior_has_vforked)
1604 (inferior_has_execd, inferior_has_called_syscall): Remove
1605 declarations.
1606
1607 2012-11-06 Pierre Muller <muller@sourceware.org>
1608
1609 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1610 add missing internalization markup.
1611
1612 2012-11-06 Pedro Alves <palves@redhat.com>
1613
1614 PR gdb/14810
1615
1616 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1617
1618 2012-11-06 Pierre Muller <muller@sourceware.org>
1619
1620 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1621 is not executable.
1622
1623 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1624
1625 * gnulib/update-gnulib.sh: New script.
1626
1627 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1628
1629 * MAINTAINERS: Update my email address.
1630
1631 2012-11-05 Tom Tromey <tromey@redhat.com>
1632
1633 * frame.c (put_frame_register): Don't use temporary buffer.
1634
1635 2012-11-05 Pedro Alves <palves@redhat.com>
1636
1637 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1638 child. Clear 'pending_detach'.
1639 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1640 'pending_detach' in the vfork parent.
1641
1642 2012-11-05 Doug Evans <dje@google.com>
1643
1644 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1645 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1646 * dwarf2read.c: #include "elf-bfd.h".
1647 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1648 (dwop_section_names): Renamed from dwo_section names. All uses
1649 updated. Add entries for .debug_cu_index, .debug_tu_index.
1650 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1651 All uses updated.
1652 (struct dwp_sections): New type.
1653 (struct virtual_dwo_sections): New type.
1654 (struct dwp_hash_table): New type.
1655 (struct dwp_file): New type.
1656 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1657 read in. Handle DWOs coming from DWP files.
1658 (lookup_dwo_file_slot): New function.
1659 (dwarf2_locate_dwo_sections): Move definition closer to use.
1660 (create_dwo_debug_info_hash_table_reader): Renamed from
1661 create_debug_info_hash_table_reader. All callers updated.
1662 (create_dwo_debug_info_hash_table): Renamed from
1663 create_debug_info_hash_table. All callers updated.
1664 (create_dwp_hash_table): New function.
1665 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1666 (lookup_dwo_in_dwp): New function.
1667 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1668 is_dwp. All callers updated.
1669 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1670 (open_and_init_dwo_file): Renamed from init_dwo_file.
1671 All callers updated.
1672 (lookup_dwo_file): Delete.
1673 (dwarf2_locate_dwp_sections): New function.
1674 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1675 (allocate_dwp_loaded_cutus_table): New function.
1676 (open_and_init_dwp_file): New function.
1677 (lookup_dwo_cutu): New function.
1678 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1679
1680 2012-11-03 Yao Qi <yao@codesourcery.com>
1681
1682 Fix PR gdb/14617.
1683 * breakpoint.c (trace_pass_set_count): Call
1684 observer_notify_breakpoint_modified instead of
1685 observer_notify_tracepoint_modified.
1686 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1687
1688 2012-11-02 Tom Tromey <tromey@redhat.com>
1689
1690 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1691 argument to complete_on_enum.
1692
1693 2012-11-02 Tom Tromey <tromey@redhat.com>
1694
1695 * configure: Rebuild.
1696 * configure.ac (build_warnings): Add -Wempty-body.
1697 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1698 * remote.c (handle_notification): Use braces for empty 'else' body.
1699 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1700 'else' body.
1701 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1702 'else' body.
1703 * solib-som.c (som_relocate_section_addresses): Use braces
1704 for empty 'else' body.
1705 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1706 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1707
1708 2012-11-02 Pedro Alves <palves@redhat.com>
1709
1710 PR gdb/14766
1711
1712 * infrun.c (handle_inferior_event)
1713 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1714 null_ptid before handling a vfork child exec or exit. Switch to
1715 the event ptid afterwards.
1716
1717 2012-11-02 Yao Qi <yao@codesourcery.com>
1718
1719 * std-operator.def: Remove OP_LABELED.
1720 * eval.c: Remove the declaration of 'get_label'.
1721 (get_label): Remove.
1722 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1723 Update comment.
1724 Remove local variable 'variantno' and related code.
1725 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1726 with 'fieldno'.
1727 * expprint.c (print_subexp_standard): Likewise.
1728 (dump_subexp_body_standard): Likewise.
1729 * parse.c (operator_length_standard): Likewise.
1730
1731 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1732
1733 Incorporate ARI web page generator into GDB sources.
1734 * contrib/ari/create-web-ari-in-src.sh: New file.
1735 * contrib/ari/gdb_ari.sh: New file.
1736 * contrib/ari/gdb_find.sh: New file.
1737 * contrib/ari/update-web-ari.sh: New file.
1738
1739 2012-10-31 Tom Tromey <tromey@redhat.com>
1740
1741 * gdbarch.c: Rebuild.
1742 * gdbarch.sh: Remove references to gdbarch_swap.
1743 * corelow.c (core_open): Remove obsolete comment.
1744
1745 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1746
1747 PR cli/14772
1748 * c-typeprint.c (c_print_type): Don't print a space for vector
1749 types, this is handled within the suffix.
1750 (c_type_print_varspec_suffix): Add a space to vector suffix.
1751
1752 2012-10-26 Pedro Alves <palves@redhat.com>
1753
1754 * amd64-tdep.c (amd64_relocate_instruction): Use
1755 store_unsigned_integer instead of memcpy.
1756 * i386-tdep.c (i386_relocate_instruction): Ditto.
1757
1758 2012-10-26 Pedro Alves <palves@redhat.com>
1759
1760 * infrun.c (handle_inferior_event): Merge handling of
1761 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1762 switch case.
1763
1764 2012-10-26 Pedro Alves <palves@redhat.com>
1765
1766 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1767 Remove comment.
1768
1769 2012-10-26 Pedro Alves <palves@redhat.com>
1770
1771 * target.c (target_waitstatus_to_string): Handle
1772 TARGET_WAITKIND_VFORK_DONE.
1773
1774 2012-10-26 Pedro Alves <palves@redhat.com>
1775
1776 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1777 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1778
1779 2012-10-24 Tristan Gingold <gingold@adacore.com>
1780
1781 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1782 Add comments.
1783
1784 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1785
1786 * ravenscar-thread.c (ravenscar_wait): Only update the list
1787 of threads and inferior_ptid if the inferior is still alive.
1788
1789 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1790
1791 * ada-lang.c (is_known_support_routine): Use lbasename when
1792 matching the symtab's filename against
1793 known_runtime_file_name_patterns.
1794
1795 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1796
1797 * ada-lang.c (ada_same_array_size_p): New function.
1798 (ada_promote_array_of_integrals): New function.
1799 (coerce_for_assign): Add handling of arrays where the elements
1800 are integrals of a smaller size than the size of the target
1801 array element type.
1802
1803 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1804
1805 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1806 against maximum exponent value.
1807
1808 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1809
1810 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1811 "unwind-seh.c".
1812
1813 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1814
1815 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1816 strip typedef layer when computing the fixed type's field type,
1817 only when computing its size.
1818
1819 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1820
1821 PR gdb/12783
1822 * i386-tdep.c (i386_return_value): Handle complex double and long
1823 double.
1824
1825 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1826
1827 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1828 New local variable args_len.
1829 Quote the name of the executable when computing the command line.
1830
1831 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1832
1833 PR gdb/12796
1834 PR gdb/12798
1835 PR gdb/12800
1836 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1837 AMD64_FTAG_REGNUM.
1838 * amd64-tdep.c (amd64_classify): Classify complex types.
1839 (amd64_return_value): Handle the COMPLEX_X87 class.
1840
1841 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1842
1843 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1844 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1845
1846 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1847
1848 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1849 function.
1850 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1851 to amd64_windows_auto_wide_charset.
1852
1853 2012-10-23 Yao Qi <yao@codesourcery.com>
1854
1855 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1856 * event-top.h: Remove its declaration.
1857 (async_request_quit): Call mark_async_signal_handler instead of
1858 mark_async_signal_handler_wrapper.
1859 (async_do_nothing, async_disconnect): Likewise.
1860 (async_stop_sig): Likewise.
1861 * remote.c (handle_remote_sigint): Likewise.
1862 (handle_remote_sigint_twice): Likewise.
1863
1864 2012-10-23 Yao Qi <yao@codesourcery.com>
1865
1866 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1867 with 'static struct async_signal_handler *'.
1868 (sighup_token, sigquit_token, sigstp_token): Likewise.
1869
1870 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1871
1872 * gdbarch.sh (function_list): Use 'pstring' when printing
1873 a variable which could return NULL.
1874 * gdbarch.c: Regenerate.
1875
1876 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1877 Tom Tromey <tromey@redhat.com>
1878
1879 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1880 inneffective if condition by gdb assertion. Add function
1881 description comment.
1882
1883 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1884
1885 * parser-defs.h (struct exp_descriptor): Document constraint
1886 on return value for "op_name" callbacks.
1887
1888 2012-10-18 Tom Tromey <tromey@redhat.com>
1889
1890 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1891 * symtab.c (iterate_over_some_symtabs): Constify.
1892 * source.h (symtab_to_fullname): Return 'const char *'.
1893 * source.c (symtab_to_fullname): Return 'const char *'.
1894 * python/py-symtab.c (stpy_fullname): Constify.
1895 * cli/cli-cmds.c (edit_command): Constify.
1896 * breakpoint.c (print_breakpoint_location)
1897 (update_static_tracepoint): Constify.
1898
1899 2012-10-18 Tom Tromey <tromey@redhat.com>
1900
1901 * breakpoint.c (compare_breakpoints): Fix comparison.
1902
1903 2012-10-18 Tom Tromey <tromey@redhat.com>
1904
1905 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1906 gdb_wchar_t to convert_between_encodings.
1907
1908 2012-10-17 Yao Qi <yao@codesourcery.com>
1909
1910 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1911 more parameter 'inferior'.
1912 * corefile.c (write_memory_with_notification): Caller update.
1913
1914 * mi/mi-cmd-var.c: Include "mi-main.h".
1915 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1916 to 1 and restore it later.
1917 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1918 and "data-write-memory-bytes.
1919 * mi/mi-interp.c: Include objfiles.h.
1920 (mi_interpreter_init): Call observer_attach_memory_changed.
1921 (mi_memory_changed): New.
1922 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1923 New field.
1924
1925 * NEWS: Mention new MI notification "memory-changed".
1926
1927 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1930
1931 2012-10-15 Doug Evans <dje@google.com>
1932
1933 New option -nh: inhibit loading of ~/.gdbinit.
1934 * NEWS: Mention -nh.
1935 * main.c (captured_main): Recognize and process -nh.
1936 (print_gdb_help): Mention -nh.
1937 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1938
1939 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1940
1941 PR backtrace/14646
1942 PR gdb/14647
1943 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1944 pc_regnum_from_eax.
1945 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1946 nor pc_regnum_from_eax.
1947 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1948 nor pc_regnum_from_eax.
1949
1950 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 Fix entry values resolving in inlined frames.
1953 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1954 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1955 entries of FRAME.
1956
1957 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1958
1959 * configure.ac: Build with -DMS_WIN64 if building with Python
1960 enabled using GCC on amd64-windows.
1961 * configure: Regenerate.
1962
1963 2012-10-15 Tom Tromey <tromey@redhat.com>
1964
1965 PR python/14635:
1966 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1967 to Py_None.
1968
1969 2012-10-15 Tom Tromey <tromey@redhat.com>
1970
1971 PR python/14634:
1972 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1973
1974 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1975
1976 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1977 reset thread numbering back to 1.
1978
1979 2012-10-11 Doug Evans <dje@google.com>
1980
1981 PR breakpoints/14643.
1982 * linespec.c (struct ls_parser): New member keyword_ok.
1983 (linespec_lexer_lex_string): Add comment.
1984 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1985 for one.
1986 (parse_linespec): Set keyword_ok.
1987
1988 2012-10-10 Doug Evans <dje@google.com>
1989
1990 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1991 "0x" prefix on address in log message.
1992
1993 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1994 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1995 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1996 (lookup_dwo_file): Add const to dwo_name parameter.
1997 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1998
1999 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2000
2001 Fix crash during stepping on ppc32.
2002 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2003 SYM.
2004
2005 2012-10-03 Doug Evans <dje@google.com>
2006
2007 PR symtab/14601
2008 * buildsym.c (buildsym_init): Reset using_directives to NULL.
2009
2010 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
2011
2012 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2013 output and use uint32_t not long to ensure 4 byte size.
2014
2015 2012-10-02 Joel Brobecker <brobecker@adacore.com>
2016
2017 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2018 unref'ed it.
2019
2020 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
2021
2022 * target.c (simple_search_memory): Include access length in
2023 warning message.
2024
2025 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
2026 Edjunior Machado <emachado@linux.vnet.ibm.com>
2027
2028 PR gdb/13989
2029 * solib.c (solib_find): Prevent GDB from loading native libraries when
2030 debugging a cross-target corefile.
2031
2032 2012-09-28 selven <pcthegreat@gmail.com>
2033
2034 Make definition match declaration.
2035
2036 * regcache.c (regcache_register_status): Change return type to
2037 enum register_status.
2038
2039 2012-09-28 Yao Qi <yao@codesourcery.com>
2040
2041 * mi/mi-main.c (mi_cmd_data_write_memory): Call
2042 write_memory_with_notification instead of write_memory.
2043 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2044 instead of target_write_memory.
2045
2046 2012-09-28 Yao Qi <yao@codesourcery.com>
2047
2048 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2049 when the length of content is not an even number.
2050
2051 2012-09-27 Tom Tromey <tromey@redhat.com>
2052
2053 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2054 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2055
2056 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2057
2058 * sol-thread.c (sol_thread_fetch_registers)
2059 (sol_thread_store_registers): Delete commented out code.
2060
2061 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2062
2063 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2064 Move these functions to sparc-sol-thread.c.
2065 * sparc-sol-thread.c: New file.
2066 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2067 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2068 configurations.
2069 * configure: Regenerate.
2070
2071 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2072
2073 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2074 Remove commented-out code.
2075
2076 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2077
2078 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2079 Enable this code for sparc hosts only.
2080
2081 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2082
2083 * procfs.h (procfs_find_LDT_entry): Add declaration.
2084 * sol-thread.c (ps_lgetLDT): Delete local declaration of
2085 function procfs_find_LDT_entry.
2086
2087 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2088
2089 * procfs.c (proc_get_LDT_entry): Make static.
2090
2091 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2092
2093 * procfs.c (proc_find_memory_regions): Fix declaration.
2094
2095 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2096
2097 * amd64-tdep.c (amd64_return_value): Revert previous change
2098 that used TYPE_LENGTH directly.
2099 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2100 (bfin_store_return_value): Likewise.
2101 * cris-tdep.c (cris_store_return_value): Likewise.
2102 (cris_extract_return_value): Likewise.
2103 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2104 * hppa-tdep.c (hppa64_return_value): Likewise.
2105 * lm32-tdep.c (lm32_store_return_value): Likewise.
2106 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2107 * spu-tdep.c (spu_value_from_register): Likewise.
2108 * vax-tdep.c (vax_return_value): Likewise.
2109
2110 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2111
2112 * gdbtypes.c (lookup_array_range_type): Expand parameters
2113 LOW_BOUND and HIGH_BOUND to LONGEST.
2114 (lookup_string_range_type): Likewise.
2115 * gdbtypes.h (lookup_array_range_type): Likewise.
2116 (lookup_string_range_type): Likewise.
2117 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2118 Expand HIGHBOUND to ssize_t.
2119 (value_string): Likewise.
2120 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2121 (value_string): Likewise.
2122
2123 2012-09-27 Yao Qi <yao@codesourcery.com>
2124
2125 PR breakpoints/13898
2126 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2127 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2128 per breakpoint type.
2129
2130 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2131
2132 * procfs.c: Add gdb_bfd header.
2133 * rs6000-nat.c: Likewise.
2134 * solib-pa64.c: Likewise.
2135 * spu-linux-nat.c: Likewise.
2136 * windows-nat.c: Likewise.
2137
2138 2012-09-26 Tom Tromey <tromey@redhat.com>
2139
2140 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2141
2142 2012-09-26 Tom Tromey <tromey@redhat.com>
2143
2144 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2145 (read_common_block): Handle child DIEs with
2146 DW_AT_data_member_location.
2147 (new_symbol_full): Add special case for common blocks.
2148
2149 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2150 Tom Tromey <tromey@redhat.com>
2151
2152 * dwarf2read.c (read_common_block): Rewrite.
2153 (new_symbol_full): Handle DW_TAG_common_block.
2154 * f-lang.c (head_common_list, find_common_for_function):
2155 Remove.
2156 * f-lang.h (struct common_entry, struct saved_f77_common,
2157 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2158 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2159 BLANK_COMMON_NAME_LOCAL): Remove.
2160 (struct common_block): New.
2161 * f-valprint.c (list_all_visible_commons): Remove.
2162 (info_common_command_for_block): New function.
2163 (info_common_command): Use it.
2164 * stack.c (iterate_over_block_locals): Special case for
2165 COMMON_BLOCK_DOMAIN.
2166 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2167 constant.
2168 (struct general_symbol_info) <value.common_block>: New field.
2169 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2170
2171 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2172 Tom Tromey <tromey@redhat.com>
2173
2174 * f-lang.c (allocate_saved_bf_node,
2175 allocate_saved_function_node, allocate_saved_f77_common_node,
2176 allocate_common_entry_node, tail_common_list, current_common,
2177 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2178 tmp_bf_ptr, add_common_block, add_common_entry,
2179 find_first_common_named, patch_common_entries,
2180 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2181 global_remote_debug, get_bf_for_fcn, saved_function_list,
2182 saved_function_list_end, clear_function_list, struct saved_fcn,
2183 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2184 SAVED_BF, SAVED_BF_PTR): Remove.
2185 * f-lang.h (tail_common_list, current_common,
2186 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2187 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2188 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2189 real_main_c_value): Remove.
2190 * f-valprint.c (there_is_a_visible_common_named): Remove.
2191
2192 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2193
2194 * breakpoint.c (update_global_location_list): Ignore previous
2195 duplicate status of a breakpoint when starting a new scan for
2196 duplicate breakpoints.
2197
2198 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2199 PR breakpoints/14419
2200 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2201 support LLVM compiler.
2202
2203 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2204
2205 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2206 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2207 (bfin_store_return_value): Likewise.
2208 * cris-tdep.c (cris_store_return_value): Likewise.
2209 (cris_extract_return_value): Likewise.
2210 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2211 * hppa-tdep.c (hppa64_return_value): Likewise.
2212 * lm32-tdep.c (lm32_store_return_value): Likewise.
2213 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2214 * spu-tdep.c (spu_value_from_register): Likewise.
2215 * vax-tdep.c (vax_return_value): Likewise.
2216
2217 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2218
2219 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2220 parameter LEN to ssize_t.
2221
2222 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2223
2224 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2225 variable LEN.
2226 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2227 directly.
2228 (alpha_store_return_value): Likewise.
2229 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2230 (amd64_push_arguments): Likewise.
2231 * ax-gdb.c (gen_trace_static_fields): Likewise.
2232 (gen_traced_pop): Likewise.
2233 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2234 * breakpoint.c (update_watchpoint): Likewise.
2235 * findcmd.c (parse_find_args): Use local variable for type
2236 instead of length.
2237 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2238 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2239 (h8300_store_return_value): Likewise.
2240 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2241 Use i386_darwin_arg_type_alignment directly.
2242 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2243 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2244 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2245 (m68hc11_extract_return_value): Likewise.
2246 * mep-tdep.c (mep_push_dummy_call): Likewise.
2247 * printcmd.c (float_type_from_length): Likewise.
2248 * s390-tdep.c (s390_value_from_register): Likewise.
2249 * stack.c (read_frame_arg): Likewise.
2250 * tracepoint.c (encode_actions_1): Likewise.
2251 * valops.c (value_fetch_lazy): Use local variable for type
2252 instead of length. Use TYPE_LENGTH directly.
2253 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2254
2255 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2256
2257 * symtab.c (skip_prologue_sal): Fix typo in comment.
2258
2259 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2260
2261 * linespec.c (create_sals_line_offset): Fix typo in comment.
2262
2263 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2264
2265 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2266 use plongest to print the array size.
2267
2268 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2269
2270 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2271 * p-valprint.c (pascal_type_print_base): Likewise.
2272
2273 2012-09-22 Yao Qi <yao@codesourcery.com>
2274
2275 * remote.c (remote_get_trace_status): Remove setting default
2276 values of fields of 'ts'.
2277
2278 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2279
2280 Fix internal error on canonicalization of clang types.
2281 * cp-name-parser.y (operator): New comment at make_operator call for
2282 new, delete, new[] and delete[].
2283 (exp): Use "sizeof ". Add new comment at make_operator call.
2284
2285 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 Fix disassemble without parameters in tailcall frame.
2288 * cli/cli-cmds.c (disassemble_current_function): Use
2289 get_frame_address_in_block.
2290
2291 2012-09-21 Tom Tromey <tromey@redhat.com>
2292
2293 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2294 TYPE_CODE_UNION>: Unify, removing a goto.
2295
2296 2012-09-21 Tom Tromey <tromey@redhat.com>
2297
2298 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2299
2300 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2301
2302 * findvar.c (read_frame_register_value): Mark the result value as
2303 optimized out if any of the input registers have been optimized out.
2304
2305 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2306
2307 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2308
2309 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2310
2311 * eval.c (evaluate_subexp_standard): Eliminate single-use
2312 variable LOWER.
2313
2314 2012-09-21 Yao Qi <yao@codesourcery.com>
2315
2316 * mi/mi-interp.c: Declare mi_record_changed.
2317 (mi_interpreter_init): Call observer_attach_record_changed.
2318 (mi_record_changed): New.
2319 * record.c (record_open): Call observer_notify_record_changed.
2320 (cmd_record_stop): Call observer_notify_record_changed.
2321 * NEWS: Mention it.
2322
2323 2012-09-20 Tom Tromey <tromey@redhat.com>
2324
2325 * NEWS: Update.
2326 * python/python.c (finalize_python): New function.
2327 (_initialize_python): Make a final cleanup.
2328
2329 2012-09-19 Doug Evans <dje@google.com>
2330
2331 * buildsym.h (param_symbols): Delete, unused.
2332 (context_stack): Delete member "params", unused.
2333 * buildsym.c (push_context): Update.
2334 * dwarf2read.c (read_func_scope): Update.
2335
2336 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2337
2338 * sh-tdep.c (sh_register_convert_to_virtual)
2339 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2340 all callers. Just do a memcpy if not the little-endian case.
2341
2342 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2343 set_gdbarch_double_format and set_gdbarch_long_double_format.
2344 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2345 set_gdbarch_double_format.
2346 * sh-tdep.c (sh_gdbarch_init): Likewise.
2347
2348 * NEWS: Document the removal of SH's 'regs' command.
2349 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2350 command.
2351
2352 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2353
2354 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2355 `jump'.
2356
2357 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2358
2359 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2360 language when iterating over symbols.
2361
2362 2012-09-18 Yao Qi <yao@codesourcery.com>
2363
2364 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2365 (mi_interpreter_init): Call observer_attach_tsv_created and
2366 observer_attach_tsv_deleted.
2367 (mi_tsv_created, mi_tsv_deleted): New.
2368 * tracepoint.c (delete_trace_state_variable): Call
2369 observer_notify_tsv_deleted.
2370 (trace_variable_command): Call observer_notify_tsv_created.
2371 (delete_trace_variable_command): Call
2372 observer_notify_tsv_deleted.
2373 (create_tsv_from_upload): Call observer_notify_tsv_created.
2374 * NEWS: Mention it.
2375
2376 2012-09-18 Yao Qi <yao@codesourcery.com>
2377
2378 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2379 if traceframe changed.
2380 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2381 "trace-find".
2382 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2383 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2384 'traceframe_changed'.
2385 (mi_traceframe_changed): New.
2386 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2387 New field.
2388 * NEWS: Mention the new MI notification.
2389
2390 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2391
2392 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2393
2394 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2395
2396 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2397 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2398 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2399 Extend code also for PaX support. Convert all gdb_assert to warning
2400 calls.
2401
2402 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2403
2404 Implement auto-load user conveniences suggested by Doug Evans.
2405 * auto-load.c: Include top.h.
2406 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2407 (_initialize_auto_load): New variable scripts_directory_help. Mention
2408 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2409 scripts-directory. Document in online help one can use also files for
2410 set auto-load safe-path.
2411 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2412 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2413
2414 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2415
2416 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2417 of LEN.
2418
2419 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2420
2421 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2422 ELTLEN and use TYPE_LENGTH directly.
2423 (m2_val_print): Likewise.
2424 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2425 variable LEN and use TYPE_LENGTH directly.
2426 (m68k_svr4_store_return_value): Likewise.
2427 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2428 ARGLEN and use TYPE_LENGTH directly.
2429 (mips_o64_push_dummy_call): Likewise.
2430 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2431 variable LENGTH and use TYPE_LENGTH directly.
2432 (s390_function_arg_float): Likewise.
2433 (s390_function_arg_integer): Likewise.
2434 (s390_push_dummy_call): Likewise.
2435 (s390_return_value_convention): Likewise.
2436 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2437 TYPE_LENGTH directly.
2438
2439 2012-09-17 Yao Qi <yao@codesourcery.com>
2440
2441 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2442 Update comment to add_setshow_integer_cmd.
2443 * cli/cli-setshow.c (do_set_command): Handle case
2444 'var_zuinteger_unlimited'.
2445 (do_show_command): Likewise.
2446 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2447 for command 'remotetimeout'.
2448 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2449 to var_integer.
2450 * source.c (_initialize_source): Call
2451 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2452
2453 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2454
2455 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2456 variable LEN.
2457
2458 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 PR 14119
2461 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2462 (frame_pop): Drop also TAILCALL_FRAME frames.
2463 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2464
2465 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2466 Pedro Alves <palves@redhat.com>
2467
2468 PR 14548
2469 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2470 function start if we are already at function start. Both for
2471 reverse-next and for reverse-step into function without line number
2472 info.
2473
2474 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2475
2476 Code cleanup - rename 'inline' depth to 'artificial' depth.
2477 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2478 frame_id_artificial_p, extend the comment.
2479 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2480 * frame.c (fprint_frame_id): Rename at a user, change debug output
2481 text to "artificial=".
2482 (skip_inlined_frames): Rename to ...
2483 (skip_artificial_frames): ... here. Extend the comment.
2484 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2485 (frame_id_inlined_p): Rename to ...
2486 (frame_id_artificial_p): ... here. Rename at a user.
2487 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2488 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2489 at a user.
2490 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2491 Extend the comment.
2492 (frame_id_inlined_p): Rename to ...
2493 (frame_id_artificial_p): ... here.
2494 * inline-frame.c (inline_frame_this_id): Rename at a user.
2495
2496 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2497
2498 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2499 vector variables using vector_size syntax rather than array
2500 syntax.
2501
2502 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2503
2504 * valarith.c (value_concat): Replace unsafe ALLOCA with
2505 XMALLOC/XFREE.
2506
2507 2012-09-14 Pedro Alves <palves@redhat.com>
2508
2509 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2510
2511 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2512
2513 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2514 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2515 data-directory as appropriate.
2516
2517 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2518
2519 * printcmd.c (ui_printf): Eliminate single-use variable
2520 PARAM_LEN.
2521
2522 2012-09-14 Yao Qi <yao@codesourcery.com>
2523 Pedro Alves <palves@redhat.com>
2524
2525 * valops.c (value_assign): Move observer_notify_target_changed
2526 below to replace reinit_frame_cache.
2527
2528 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2529
2530 Refactor Python "gdb" module into a proper Python package, by
2531 introducing a new "_gdb" module for code implemented in C, and
2532 using reload/__import__ instead of exec.
2533 * python/lib/gdb/__init__.py: Import * from _gdb.
2534 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2535 prompt_hook, sys.argv): Moved from finish_python_initialization.
2536 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2537 (packages, auto_load_packages): New list and function replacing
2538 module_dict and auto-loading code, using __file__ instead of
2539 gdb.PYTHONDIR and reload/__import__ instead of exec.
2540 (GdbSetPythonDirectory): Replacing function of the same name
2541 from finish_python_initialization, using reload/__import__ instead
2542 of exec, as well as call auto_load_packages.
2543 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2544 gdb_python_module and not gdb_module.
2545 * python/python-internal.h (gdb_python_module): Declare.
2546 * python/python.c (gdb_python_module): New global.
2547 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2548 (_initialize_python): Rename gdb module to _gdb.
2549 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2550 (finish_python_initialization): Move Python code to
2551 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2552 __main__.
2553
2554 2012-09-13 Pedro Alves <palves@redhat.com>
2555
2556 * Makefile.in (COMMON_OBS): Add registry.o.
2557 * registry.c: New file.
2558 * registry.h (struct registry_container): Declare.
2559 (registry_data_callback): New typedef.
2560 (struct registry_data, struct registry_data_registration, struct
2561 registry_data_registry): New type.
2562 (register_data_with_cleanup, registry_alloc_data)
2563 (registry_callback_adaptor, registry_clear_data)
2564 (registry_container_free_data, registry_set_data, registry_data):
2565 Declare.
2566 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2567 the new common structures and functions.
2568 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2569 callback typedefs.
2570
2571 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2572
2573 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2574 there is an error inserting hardware breakpoints and use the
2575 error message from the target.
2576
2577 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2578 Catch this exception and print the error message contained within.
2579 Do not print the default hardware error breakpoint message in this
2580 case.
2581
2582 2012-09-12 Doug Evans <dje@google.com>
2583
2584 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2585 cu == NULL.
2586
2587 2012-09-11 Doug Evans <dje@google.com>
2588
2589 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2590 .gdb_index symbol attributes if there are none.
2591
2592 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2593
2594 * symtab.h (struct minimal_symbol) [has_size]: New field.
2595 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2596 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2597 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2598 minimal symbols if the symbol's size is actually known.
2599 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2600 of msymbol's size field. Add comment.
2601 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2602 SET_MSYMBOL_SIZE to set the minimal symbol size.
2603
2604 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2605
2606 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2607 minimal_symbol struct object, rather than setting some of its
2608 fields one by one.
2609
2610 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2611
2612 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2613 passed_a_ptr flag when displaying typedef types.
2614
2615 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2616
2617 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2618 the optimized_out flag is preserved.
2619
2620 2012-09-10 Anthony Green <green@moxielogic.com>
2621
2622 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2623 prologue changes in GCC.
2624
2625 2012-09-10 Keith Seitz <keiths@redhat.com>
2626
2627 PR gdb/13483
2628 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2629 (BOOL_CONVERSION_BADNESS): ... this.
2630 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2631 (rank_one_type): Allow all boolean conversions
2632 permitted by the standard.
2633
2634 2012-09-06 Tom Tromey <tromey@redhat.com>
2635
2636 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2637 Don't decref py_objfile.
2638
2639 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2640
2641 Do not enable -lmcheck by default when Python is enabled with
2642 threading support.
2643 * configure.ac: (python_has_threads) New variable, by testing
2644 if WITH_THREAD is defined in Python.h.
2645 Move --enable-lmcheck after --with-python.
2646 Do not enable -lmcheck by default if python_has_threads=yes.
2647 Warn if --enable-lmcheck and python_has_threads=yes.
2648 * configure: Regenerate.
2649
2650 2012-08-31 Yao Qi <yao@codesourcery.com>
2651
2652 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2653 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2654 Update some commands.
2655 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2656 * mi/mi-main.c (mi_cmd_execute): Set
2657 '*parse->cmd->suppress_notification' to 1.
2658
2659 2012-08-31 Yao Qi <yao@codesourcery.com>
2660
2661 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2662
2663 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2664
2665 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2666
2667 2012-08-29 Doug Evans <dje@google.com>
2668
2669 * main.c (print_gdb_help): Remove reference to
2670 --use-deprecated-index-sections.
2671
2672 2012-08-28 Yao Qi <yao@codesourcery.com>
2673
2674 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2675 (init_cmds): Call add_setshow_uinteger_cmd for command
2676 'max-user-call-depth'.
2677 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2678 declaration of 'max_user_call_depth'.
2679 * frame.c (backtrace_limit): Add 'unsigned'.
2680 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2681 'limit'.
2682 * remote.c (remoteaddresssize): Add 'unsigned'.
2683 (remote_address_masked): Change local var 'address_size' to
2684 'unsigned'.
2685 (_initialize_remote): Call add_setshow_uinteger_cmd for
2686 'remoteaddresssize'.
2687 * top.c (history_size): Add 'unsigned'.
2688 (show_commands): Change local variables to 'unsigned'.
2689 (set_history_size_command): Don't check history_size is negative.
2690 Adjust the condition to call unstifle_history and set history_size
2691 to UNIT_MAX.
2692
2693 2012-08-28 Pedro Alves <palves@redhat.com>
2694
2695 PR gdb/14428
2696
2697 * infcmd.c (default_print_one_register_info): New, factored out
2698 from default_print_registers_info.
2699 (default_print_registers_info): Use it. Mark value unavailable if
2700 necessary.
2701 (registers_info): Print user registers with
2702 default_print_one_register_info.
2703
2704 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2705
2706 PR tui/14486
2707 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2708 is not NULL before referencing it.
2709
2710 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2713 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2714 original PC for it.
2715
2716 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2717 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * auto-load.c (auto_load_objfile_script): Rename to ...
2720 (auto_load_objfile_script_1): ... here, change variable realname to
2721 parameter realname, document it, add return value, add variable retval.
2722 (auto_load_objfile_script): New function.
2723
2724 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2725
2726 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2727 followed by a whitespace.
2728
2729 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2730
2731 PR gdb/14494.
2732 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2733 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2734 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2735 here.
2736
2737 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2738
2739 * memattr.c (create_mem_region): Fix memory region overlapping
2740 checking.
2741
2742 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2743
2744 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2745 with xmalloc/cleanup.
2746 * mt-tdep.c (mt_push_dummy_call): Likewise.
2747 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2748 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2749
2750 2012-08-24 Yao Qi <yao@codesourcery.com>
2751
2752 * jv-exp.y (push_expression_name): Add "." at the end of error
2753 message.
2754
2755 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2756
2757 Document how to return from "python-interactive" to GDB.
2758 * python/python.c (_initialize_python): Update documentation.
2759
2760 2012-08-23 Pedro Alves <palves@redhat.com>
2761
2762 * infrun.c (_initialize_infrun) <handle command help text>:
2763 Mention that multiple signals are supported.
2764
2765 2012-08-23 Pedro Alves <palves@redhat.com>
2766
2767 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2768 string.
2769
2770 2012-08-23 Yao Qi <yao@codesourcery.com>
2771
2772 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2773 (tfind_1): Don't call registers_changed, set_traceframe_num,
2774 and clear_traceframe_info.
2775 Call set_current_traceframe.
2776 (set_current_traceframe): call set_traceframe_num.
2777
2778 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2779
2780 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2781 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2782
2783 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2784
2785 Enable readline in Python in a GDB-specific way and block the
2786 standard Python readline module to prevent conflicts with GDB.
2787 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2788 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2789 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2790 * python/py-gdb-readline.c: New file.
2791 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2792 prototype.
2793 * python/python.c (_initialize_python): Call
2794 gdbpy_initialize_gdb_readline.
2795
2796 2012-08-22 Keith Seitz <keiths@redhat.com>
2797
2798 * defs.h: Include build-gnulib/config.h
2799
2800 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2801
2802 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2803 and blx pc.
2804
2805 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2806
2807 Add a new "python-interactive" command that starts a standard
2808 Python interactive prompt with "pi" as alias, and add "py" as
2809 an alias to "python".
2810 * NEWS: Mention the new commands.
2811 * python/python.c (eval_python_command): New function.
2812 (python_interactive_command): For "python-interactive" with
2813 arguments, call eval_python_command. For "python-interactive"
2814 without arguments, call PyRun_InteractiveLoop.
2815 (_initialize_python): Add "python-interactive" command with
2816 "pi" as alias, and add "py" as an alias to "python".
2817
2818 2012-08-22 Tom Tromey <tromey@redhat.com>
2819
2820 * defs.h (quit_flag): Don't declare.
2821 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2822 (QUIT): Use new functions.
2823 * event-top.c (command_handler): Use clear_quit_flag.
2824 (handle_sigint): Use set_quit_flag.
2825 (async_request_quit): Use check_quit_flag. Don't check
2826 immediate_quit.
2827 * exceptions.c (throw_exception): Use clear_quit_flag.
2828 * main.c (captured_main): Use clear_quit_flag.
2829 * python/python.c (clear_quit_flag, set_quit_flag)
2830 (check_quit_flag): New functions.
2831 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2832 clear_quit_flag.
2833 * remote.c (remote_wait_as): Use check_quit_flag,
2834 clear_quit_flag.
2835 (remote_start_remote): Call QUIT.
2836 * symfile.c (load_progress): Use check_quit_flag.
2837 * top.c (command_loop): Use clear_quit_flag.
2838 (command_line_input): Call QUIT.
2839 * utils.c (quit_flag): Conditionally define.
2840 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2841 functions.
2842 (prompt_for_continue): Call QUIT. Use quit, not
2843 async_request_quit.
2844 * remote-mips.c (mips_expect_timeout): Call QUIT.
2845 * monitor.c (monitor_expect): Call QUIT.
2846
2847 2012-08-22 Tom Tromey <tromey@redhat.com>
2848
2849 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2850 (async_init_signals): Update.
2851 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2852 (SIGWINCH_HANDLER_BODY): Remove.
2853
2854 2012-08-22 Tom Tromey <tromey@redhat.com>
2855
2856 * jit.c (jit_object_close_impl): Don't malloc the objfile
2857 name.
2858 * objfiles.c (allocate_objfile): Don't malloc the objfile
2859 name.
2860 (free_objfile): Don't free the objfile name.
2861 * objfiles.h (struct objfile) <name>: Update comment.
2862 * symfile.c (reread_symbols): Fix reference counting. Don't
2863 malloc objfile name.
2864
2865 2012-08-22 Tom Tromey <tromey@redhat.com>
2866
2867 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2868 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2869 (symfile_bfd_open): Likewise.
2870 (generic_load): Likewise.
2871 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2872 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2873 gdb_bfd_open.
2874 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2875 Use gdb_bfd_open.
2876 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2877 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2878 (pmon_load_fast): Likewise.
2879 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2880 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2881 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2882 (macho_check_dsym): Likewise.
2883 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2884 (m32r_upload_command): Likewise.
2885 * gdb_bfd.h (gdb_bfd_cache): Declare.
2886 * gdb_bfd.c (struct gdb_bfd_data): New.
2887 (gdb_bfd_cache): New global.
2888 (struct gdb_bfd_cache_search): New.
2889 (hash_bfd): New function.
2890 (eq_bfd): Likewise.
2891 (gdb_bfd_open): Likewise.
2892 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2893 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2894 gdb_bfd_data.
2895 * exec.c (exec_file_attach): Use gdb_bfd_open.
2896 * dsrec.c (load_srec): Use gdb_bfd_open.
2897
2898 2012-08-22 Tom Tromey <tromey@redhat.com>
2899
2900 * dwarf2read.c (macro_start_file): Update.
2901 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2902 (free_objfile_per_bfd_storage): Destroy macro_cache.
2903 (allocate_objfile, free_objfile): Update.
2904 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2905 New field.
2906 (struct objfile) <macro_cache>: Remove.
2907 * symfile.c (reread_symbols): Update.
2908 * symmisc.c (print_symbol_bcache_statistics): Update.
2909 (print_objfile_statistics): Update.
2910
2911 2012-08-22 Tom Tromey <tromey@redhat.com>
2912
2913 * elfread.c (elf_symtab_read): Update.
2914 * objfiles.c (objfiles_bfd_data): New global.
2915 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2916 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2917 (allocate_objfile, free_objfile): Update.
2918 (_initialize_objfiles): Initialize objfiles_bfd_data.
2919 * objfiles.h (struct objfile_per_bfd_storage): New.
2920 (struct objfile) <per_bfd>: New field.
2921 <filename_cache>: Remove.
2922 (set_objfile_per_bfd): Declare.
2923 * symfile.c (reread_symbols): Update. Call
2924 set_objfile_per_bfd.
2925 (allocate_symtab): Update.
2926 * symmisc.c (print_symbol_bcache_statistics): Update.
2927 (print_objfile_statistics): Print the size of the BFD obstack.
2928
2929 2012-08-22 Tom Tromey <tromey@redhat.com>
2930
2931 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2932 * gdb_bfd.c: Use DEFINE_REGISTRY.
2933 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2934 (gdb_bfd_ref): Call bfd_alloc_data.
2935 (gdb_bfd_unref): Call bfd_free_data.
2936
2937 2012-08-22 Tom Tromey <tromey@redhat.com>
2938
2939 * registry.h (struct registry_fields): New.
2940 (REGISTRY_FIELDS): Redefine.
2941 (REGISTRY_ACCESS_FIELD): New macro.
2942 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2943 functions.
2944
2945 2012-08-22 Tom Tromey <tromey@redhat.com>
2946
2947 * auto-load.c (_initialize_auto_load): Update.
2948 * solib-svr4.c (_initialize_svr4_solib): Update
2949 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2950 * solib-darwin.c (_initialize_darwin_solib): Update.
2951 * registry.h: New file.
2952 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2953 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2954 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2955 (register_program_space_data_with_cleanup)
2956 (register_program_space_data, program_space_alloc_data)
2957 (clear_program_space_data, set_program_space_data)
2958 (program_space_data): Don't declare.
2959 * progspace.c: Use DEFINE_REGISTRY.
2960 (struct program_space_data, struct
2961 program_space_data_registration, struct
2962 program_space_data_registry, program_space_data_registry)
2963 (register_program_space_data_with_cleanup)
2964 (register_program_space_data, program_space_alloc_data)
2965 (program_space_free_data, clear_program_space_data)
2966 (set_program_space_data, program_space_data): Remove.
2967 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2968 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2969 (register_objfile_data_with_cleanup, register_objfile_data)
2970 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2971 declare.
2972 * objfiles.c: Use DEFINE_REGISTRY.
2973 (struct objfile_data, struct objfile_data_registration, struct
2974 objfile_data_registry, objfile_data_registry)
2975 (register_objfile_data_with_cleanup, register_objfile_data)
2976 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2977 (set_objfile_data, objfile_data): Remove.
2978 (_initialize_objfiles): Update.
2979 * jit.c (_initialize_jit): Update.
2980 * inflow.c (_initialize_inflow): Update.
2981 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2982 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2983 (register_inferior_data_with_cleanup, register_inferior_data)
2984 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2985 declare.
2986 * inferior.c: Use DEFINE_REGISTRY.
2987 (struct inferior_data, struct inferior_data_registration, struct
2988 inferior_data_registry, inferior_data_registry)
2989 (register_inferior_data_with_cleanup, register_inferior_data)
2990 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2991 (set_inferior_data, inferior_data): Remove.
2992 * auxv.c (_initialize_auxv): Update.
2993 * ada-lang.c (_initialize_ada_language): Update.
2994 * breakpoint.c (_initialize_breakpoint): Update.
2995 * i386-nat.c (i386_use_watchpoints): Update.
2996
2997 2012-08-22 Tom Tromey <tromey@redhat.com>
2998
2999 * exec.c (exec_close, exec_file_attach): Update.
3000 (add_to_section_table): Initialize 'key' field.
3001 (add_target_sections, remove_target_sections): Add 'key' argument.
3002 * exec.h (add_target_sections, remove_target_sections): Add
3003 'key' argument.
3004 * solib.c (solib_map_sections, update_solib_list, clear_solib)
3005 (reload_shared_libraries_1): Update.
3006 * target.h (struct target_section) <key>: New field.
3007
3008 2012-08-22 Tom Tromey <tromey@redhat.com>
3009
3010 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3011
3012 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
3013
3014 * symfile.c (allocate_symtab): Use host_address_to_string
3015 function instead of cast of pointer to long which is not
3016 compatible with x86_64-w64-mingw32 build.
3017
3018 2012-08-19 Andrew Pinski <apinski@cavium.com>
3019
3020 * mips-tdep.c (is_octeon): New function.
3021 (is_octeon_bbit_op): New function.
3022 (mips32_next_pc): Handle Octeon's bbit instructions.
3023 (mips32_instruction_has_delay_slot): Likewise.
3024
3025 2012-08-19 Andrew Pinski <apinski@cavium.com>
3026
3027 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3028 before the function.
3029
3030 2012-08-19 Andrew Pinski <apinski@cavium.com>
3031
3032 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3033
3034 2012-08-19 Keith Seitz <keiths@redhat.com>
3035
3036 PR c++/14365
3037 * c-typeprint.c (c_type_print_varspec_prefix): Pass
3038 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3039
3040 2012-08-18 Eli Zaretskii <eliz@gnu.org>
3041
3042 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3043 The typo broke "make TAGS".
3044
3045 2012-08-17 Joel Brobecker <brobecker@adacore.com>
3046
3047 GDB 7.5 released.
3048
3049 2012-08-17 Keith Seitz <keiths@redhat.com>
3050
3051 PR c++/13356
3052 * gdbtypes.c (strict_type_checking): New variable.
3053 (show_strict_type_checking): New function.
3054 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3055 if strict type checking is disabled.
3056 (_initialize_gdbtypes): Add "check type" subcommand.
3057 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3058
3059 2012-08-17 Keith Seitz <keiths@redhat.com>
3060
3061 * language.h (type_mode): Remove.
3062 (type_check): Remove.
3063 (struct language_defn): Remove la_type_check.
3064 (STRICT_TYPE): Remove unused macro.
3065 (type_error): Remove.
3066 * language.c (set_type_range_case): Renamed to ...
3067 (set_range_case): ... this. Update all callers.
3068 Remove type_mode/type_check.
3069 (type_mode): Remove.
3070 (type_check): Remove.
3071 (show_type_command): Remove.
3072 (set_type_command): Remove.
3073 (language_info): Remove type checking output.
3074 (type_error): Remove unused function.
3075 (range_error): Update comment.
3076 (unknown_language_defn): Remove la_type_check.
3077 (auto_language_defn): Likewise.
3078 (local_language_defn): Likewise.
3079 (_initialize_language): Remove "check type" subcommand.
3080 * ada-lang.c (ada_language_defn): Remove la_type_check.
3081 * c-lang.c (c_language_defn): Likewise.
3082 (cplus_language_defn): Likewise.
3083 (asm_language_defn): Likewise.
3084 (minimal_language_defn): Likewise.
3085 * d-lang.c (d_language_defn): Likewise.
3086 * f-lang.c (f_language_defn): Likewise.
3087 * go-lang.c (go_language_defn): Likewise.
3088 * jv-lang.c (java_language_defn): Likewise.
3089 * m2-lang.c (m2_language_defn): Likewise.
3090 * objc-lang.c (objc_language_defn): Likewise.
3091 * opencl-lang.c (opencl_language_defn): Likewise.
3092 * p-lang.c (pascal_language_defn): Likewise.
3093
3094 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3095
3096 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3097
3098 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3099
3100 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3101 New function.
3102 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3103 using the regache. Use ia64_hpux_get_register_from_save_state_t
3104 to access the bsp and bspstore registers if not.
3105
3106 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3107
3108 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3109 * breakpoint.c (detach_breakpoints): Change pid parameter into
3110 a ptid. Adjust code accordingly.
3111 * infrun.c (handle_inferior_event): Delete variable child_pid.
3112 Update call to detach_breakpoints to pass the child ptid for
3113 fork events.
3114 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3115 assert that inferior_ptid's lwp is zero.
3116 (linux_handle_extended_wait): Update call to detach_breakpoints.
3117 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3118 detach_breakpoints.
3119
3120 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3121
3122 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3123 parent, only call detach_breakpoints if tts.tts_event ==
3124 TTEVT_VFORK.
3125
3126 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3127
3128 * dwarf2-frame.c (dwarf2_frame_cache): Use
3129 get_frame_address_in_block instead of get_frame_pc as
3130 the bound for executing the frame's FDE.
3131
3132 2012-08-16 Yao Qi <yao@codesourcery.com>
3133
3134 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3135 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3136 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3137 (c_type_print_varspec_suffix): Likewise.
3138 * eval.c (evaluate_subexp_standard): Likewise.
3139 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3140 (f_type_print_varspec_suffix): Likewise.
3141 * gdbtypes.c (is_scalar_type): Likewise.
3142 (recursive_dump_type): Likewise.
3143 * infcall.c (value_arg_coerce): Likewise.
3144 * m2-valprint.c (m2_val_print): Likewise.
3145 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3146 (pascal_type_print_varspec_suffix): Likewise.
3147 (pascal_type_print_base): Likewise.
3148 * p-valprint.c (pascal_val_print): Likewise.
3149 (pascal_val_print): Likewise.
3150 * valops.c (value_slice): Likewise.
3151 * valprint.c (scalar_type_p): Likewise.
3152 * valarith.c (value_bitstring_subscript): Remove.
3153 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3154 Remove comment on TYPE_CODE_BITSTRING.
3155
3156 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3157 TYPE_CODE_BITSTRING.
3158
3159 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3160 slot 0.
3161
3162 2012-08-16 Yao Qi <yao@codesourcery.com>
3163
3164 * tracepoint.c (trace_find_none_command): Remove.
3165 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3166
3167 2012-08-16 Yao Qi <yao@codesourcery.com>
3168
3169 * remote.c (handle_notification): Remove parameter 'length'.
3170 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3171
3172 2012-08-15 Keith Seitz <keiths@redhat.com>
3173
3174 * gdbtypes.c (opaque_type_resolution): Make static.
3175 Add missing comment.
3176 (overload_debug): Add missing comment.
3177 (show_opaque_type_resolution): Likewise.
3178 (show_overload_debug): Likewise.
3179 (print_bit_vector): Remove unnecessary forward declaration.
3180 (print_arg_types): Likewise.
3181 (dump_fn_fieldlists): Likewise.
3182 (print_cplus_stuff): Likewise.
3183
3184 2012-08-15 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3187 (gdb_bfd_ref): Initialize new field.
3188 (gdb_bfd_unref): Unref the archive BFD.
3189 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3190 parent archive.
3191
3192 2012-08-15 Tom Tromey <tromey@redhat.com>
3193
3194 PR python/14387:
3195 * python/py-bpevent.c (create_breakpoint_event_object): Update
3196 comment.
3197 * python/py-event.c (evpy_add_attribute): Update comment.
3198 * python/py-exitedevent.c (create_exited_event_object): Fix
3199 reference counting and error handling.
3200 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3201 Fix reference counting.
3202 * python/py-signalevent.c (create_signal_event_object): Fix
3203 reference counting and error handling.
3204 * python/py-stopevent.c (emit_stop_event): Fix reference
3205 counting.
3206 * python/py-threadevent.c (get_event_thread): Return a
3207 borrowed reference.
3208 * python/py-type.c (convert_field): Fix reference counting.
3209
3210 2012-08-15 Tom Tromey <tromey@redhat.com>
3211
3212 * dwarf2read.c (dwarf_decode_macro_bytes)
3213 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3214 as hash key.
3215
3216 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3217
3218 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3219 stepi, nexti, finish, next, step, jump, and continue commands.
3220 * infrun.c (_initialize_infrun): Update help text for the handle
3221 command.
3222
3223 2012-08-14 Doug Evans <dje@google.com>
3224
3225 * gdbtypes.c (struct extra): Delete, unused.
3226
3227 * gdbtypes.c: Whitespace cleanup.
3228 (address_space_name_to_int): Remove "extern" from definition.
3229 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3230
3231 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3232 TYPE_POINTER_TYPE (type).
3233
3234 2012-08-14 Gary Benson <gbenson@redhat.com>
3235
3236 * solib-svr4.c (svr4_free_library_list): Use free_so.
3237
3238 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3239
3240 * .gitignore: Add go-exp.c.
3241
3242 2012-08-13 Doug Evans <dje@google.com>
3243
3244 * value.c (show_convenience): Tweak comment.
3245 (_initialize_values): Mention convenience functions in the help text
3246 for "show convenience".
3247
3248 2012-08-13 Yao Qi <yao@codesourcery.com>
3249
3250 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3251 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3252 TERNOP_SLICE_COUNT.
3253 * eval.c (evaluate_subexp_standard): Likewise.
3254 * expprint.c (print_subexp_standard): Likewise.
3255 (dump_subexp_body_standard): Likewise.
3256 * parse.c (operator_length_standard): Likewise.
3257
3258 2012-08-13 Yao Qi <yao@codesourcery.com>
3259
3260 * std-operator.def: Remove OP_BITSTRING.
3261 * breakpoint.c (watchpoint_exp_is_const): Update.
3262 * eval.c (evaluate_subexp_standard): Remove handling to
3263 OP_BITSTRING.
3264 * expprint.c (print_subexp_standard): Likewise.
3265 (dump_subexp_body_standard): Likewise.
3266 * parse.c (operator_length_standard): Likewise.
3267 * valops.c (value_bitstring): Remove.
3268 * value.h: Remove the declaration of 'value_bitstring'.
3269
3270 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3271
3272 * linespec.c (find_methods): Remove unused variables `i1' and
3273 `name_len'.
3274 (decode_line_full): Likewise for `arg_start'.
3275
3276 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3277
3278 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3279 (zlib_decompress_section): Likewise for `section_data'.
3280 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3281
3282 2012-08-10 Doug Evans <dje@google.com>
3283
3284 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3285 * NEWS: Document them.
3286 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3287 function/strfns.py.
3288 * python/py-type.c (typy_array_1): New function.
3289 (typy_array): Call it.
3290 (typy_vector): New function.
3291 (type_object_methods): Add "vector".
3292 * python/lib/gdb/function/__init__.py: New file.
3293 * python/lib/gdb/function/strfns.py: New file.
3294
3295 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3296
3297 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3298 for TYPE_FIELD_BITPOS.
3299 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3300
3301 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3302
3303 PR cli/10436:
3304 * common/vec.h (VEC_merge): Define.
3305 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3306 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3307 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3308 * completer.c: Include gdb_signals.h.
3309 (signal_completer): Define.
3310 * completer.h (signal_completer): Add prototype.
3311 * infcmd.c (_initialize_infcmd): Assign the command
3312 completer for "signal" to handle_completer.
3313 * infrun.c: Include completer.h.
3314 (handle_completer): Define.
3315 (_initialize_infrun): Declare a new local variable c. Store the
3316 result of add_com("handle") to it. Assign the command
3317 completer for "handle" to handle_completer.
3318
3319 2012-08-09 Yao Qi <yao@codesourcery.com>
3320
3321 * cli/cli-decode.c (set_cmd_prefix): New.
3322 (lookup_cmd_for_prefixlist): New.
3323 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3324 of each cmd_list_element in *prefixlist.
3325 (add_setshow_cmd_full): set_cmd_prefix.
3326 (add_alias_cmd): Likewise.
3327 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3328 Declare 'auto_boolean_enums'.
3329 * cli/cli-setshow.c: Include "observer.h".
3330 (notify_command_param_changed_p): New.
3331 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3332 Remove 'static'.
3333 (do_setshow_command): Split it to ...
3334 (do_set_command, do_show_command): ... them. New.
3335 (do_set_command): Call observer_notify_command_param_changed if
3336 notify_command_param_changed_p returns true.
3337 (cmd_show_list): Caller update.
3338 * auto-load.c (set_auto_load_cmd): Likewise.
3339 * remote.c (show_remote_cmd): Likewise.
3340 * cli/cli-setshow.h: Update declarations.
3341 * top.c (execute_command): Call do_set_command and do_show_command.
3342
3343 * NEWS: Mention new MI notification.
3344 * mi/mi-interp.c: Declare mi_command_param_changed.
3345 (mi_interpreter_init): Attach mi_command_param_changed to
3346 observer command_param_changed.
3347 (mi_command_param_changed): New.
3348 Remove mi_suppress_breakpoint_notifications.
3349 Define global variable mi_suppress_notification.
3350 (mi_breakpoint_created): Update.
3351 (mi_breakpoint_deleted): Likewise.
3352 (mi_breakpoint_modified): Likewise.
3353 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3354 'gdb-set' and set mi_suppress_notification.
3355 * mi/mi-main.h: (mi_suppress_notification): New struct.
3356
3357 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3358 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3361
3362 2012-08-09 Yao Qi <yao@codesourcery.com>
3363
3364 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3365 (skiplist): Move it to skip.c.
3366 (init_cmd_lists): Remove code setting enablebreaklist and
3367 skiplist to NULL.
3368 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3369 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3370 skiplist.
3371 * gdbcmd.h: Likewise.
3372 * skip.c (_initialize_step_skip): Move 'skiplist' from
3373 cli/cli-cmds.c.
3374
3375 2012-08-09 Yao Qi <yao@codesourcery.com>
3376
3377 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3378 * gnu-nat.c, symfile.c: Likewise.
3379
3380 2012-08-08 Aaron Gamble <agamble@google.com>
3381
3382 * utils.c (prompt_for_continue_wait_time): New static global.
3383 (make_command_stats_cleanup): Initialize it.
3384 (report_command_stats): Subtract time waiting for user.
3385 (prompt_for_continue): Track time waiting for user.
3386 (defaulted_query): Track time waiting for user.
3387
3388 2012-08-08 Doug Evans <dje@google.com>
3389
3390 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3391 UNOP_MEMVAL_TYPE.
3392 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3393 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3394 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3395 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3396 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3397 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3398 elt.
3399 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3400 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3401 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3402 (dump_prefix_expression): Handle OP_TYPE.
3403
3404 2012-08-08 Keith Seitz <keiths@redhat.com>
3405
3406 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3407 addr_start.
3408
3409 2012-08-08 Doug Evans <dje@google.com>
3410
3411 * linux-thread-db.c: #include "gdb_vecs.h".
3412 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3413 updated.
3414 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3415 (thread_db_load_search): Use a vector to iterate over path elements.
3416 Handle text appearing after "$pdir".
3417
3418 * gdb_string.h: Moved to ...
3419 * common/gdb_string.h: ... here.
3420 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3421 gdb_string.h and gdb_assert.h.
3422
3423 2012-08-08 Yao Qi <yao@codesourcery.com>
3424
3425 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3426 (tic6x_value_to_register): Likewise.
3427 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3428 and set_gdbarch_value_to_register.
3429
3430 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3431 Jean-Marc Saffroy <saffroy@gmail.com>
3432
3433 PR 11804
3434 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3435 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3436 * gcore.c (gcore_create_callback): New function comment. Add modified
3437 parameter. Only write modified regions. Set SEC_READONLY exactly
3438 according to MODIFIED.
3439 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3440 the passed modified value to FUNC.
3441 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3442 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3443 first. New variables modified and has_anonymous. Parse the lines of
3444 smaps file. Add the passed MODIFIED value to FUNC.
3445 * procfs.c (find_memory_regions_callback): Add the passed modified
3446 value.
3447
3448 2012-08-06 Tom Tromey <tromey@redhat.com>
3449
3450 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3451 (dwarf2_frame_cache): Use it.
3452 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3453 cache initialization constraint.
3454
3455 2012-08-06 Tom Tromey <tromey@redhat.com>
3456
3457 PR python/14386:
3458 * varobj.c (update_dynamic_varobj_children): Don't call
3459 PyIter_Check.
3460
3461 2012-08-06 Tom Tromey <tromey@redhat.com>
3462
3463 PR cli/14392:
3464 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3465
3466 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3467
3468 * NEWS: New entry for 'cd' default parameters.
3469 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3470
3471 2012-08-03 Tom Tromey <tromey@redhat.com>
3472
3473 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3474 return.
3475
3476 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3477
3478 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3479 to attempting lseek/write.
3480 (inf_child_fileio_pread): Likewise for pread.
3481
3482 2012-08-02 Yao Qi <yao@codesourcery.com>
3483
3484 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3485 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3486 add_setshow_zinteger_cmd.
3487 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3488 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3489 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3490 instead of add_setshow_zinteger_cmd.
3491 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3492 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3493 instead of add_setshow_zinteger_cmd.
3494 * frame.c (frame_debug): Add 'unsigned'.
3495 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3496 add_setshow_zinteger_cmd.
3497 * frame.h: Update the declaration of 'frame_debug'.
3498 * gdbtypes.c (overload_debug): Add 'unsigned'.
3499 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3500 add_setshow_zinteger_cmd.
3501 * inferior.h: Update declaration of 'debug_infrun'.
3502 * infrun.c (debug_infrun): Add 'unsigned'.
3503 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3504 add_setshow_zinteger_cmd.
3505 * jit.c (jit_debug): Add 'unsigned'.
3506 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3507 add_setshow_zinteger_cmd.
3508 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3509 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3510 instead of add_setshow_zinteger_cmd.
3511 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3512 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3513 add_setshow_zinteger_cmd.
3514 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3515 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3516 instead of add_setshow_zinteger_cmd.
3517 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3518 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3519 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3520 intead of add_setshow_zinteger_cmd.
3521 * mips-tdep.c (mips_debug): Add 'unsigned'.
3522 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3523 instead of add_setshow_zinteger_cmd.
3524 * monitor.c (monitor_debug): Add 'unsigned'.
3525 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3526 add_setshow_zinteger_cmd.
3527 * observer.c (observer_debug): Add 'unsigned'.
3528 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3529 add_setshow_zinteger_cmd.
3530 * parse.c (expressiondebug): Add 'unsigned'.
3531 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3532 add_setshow_zinteger_cmd.
3533 * record.c (record_debug): Add 'unsigned'.
3534 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3535 add_setshow_zinteger_cmd.
3536 * record.h: Update the declaration of 'record_debug'.
3537 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3538 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3539 add_setshow_zinteger_cmd.
3540 * serial.c (global_serial_debug_p): Add 'unsigned'.
3541 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3542 add_setshow_zinteger_cmd.
3543 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3544 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3545 add_setshow_zinteger_cmd.
3546 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3547 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3548 add_setshow_zinteger_cmd.
3549 * target.c (targetdebug): Add 'unsigned'.
3550 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3551 add_setshow_zinteger_cmd.
3552 * valops.c (overload_debug): Add 'unsigned'.
3553 * varobj.c (varobjdebug): Add 'unsigned'.
3554 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3555 add_setshow_zinteger_cmd.
3556 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3557 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3558 instead of add_setshow_zinteger_cmd.
3559
3560 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3561 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3562 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3563 instead of add_setshow_zinteger_cmd.
3564 * gdbarch.c, gdbarch.h: Re-generated.
3565
3566 2012-08-02 Yao Qi <yao@codesourcery.com>
3567
3568 * nto-tdep.c: Don't include cli/cli-decode.h and
3569 cli/cli-cmds.h.
3570 (_initialize_nto_tdep): Remove.
3571 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3572 Remove field.
3573 Remove macro nto_internal_debugging.
3574
3575 2012-08-01 Richard Henderson <rth@redhat.com>
3576
3577 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3578 (mep-*-*) [gdb_target_obs]: Likewise.
3579
3580 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3581
3582 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3583 linux_get_siginfo_type.
3584
3585 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3586
3587 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3588 AT_ENTRY_POINT.
3589 (call_function_by_hand) <ON_STACK>: Call write_memory with
3590 gdbarch_breakpoint_from_pc, if possible.
3591 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3592 here.
3593
3594 2012-07-31 Yao Qi <yao@codesourcery.com>
3595
3596 * tracepoint.c: Add 'static' for some variables.
3597
3598 2012-07-31 Yao Qi <yao@codesourcery.com>
3599
3600 * go32-nat.c: Declare _initialize_go32_nat.
3601 * ser-go32.c: Declare _initialize_ser_dos.
3602 * top.c (do_chdir_cleanup): Add 'static'.
3603
3604 2012-07-30 Keith Seitz <keiths@redhat.com>
3605
3606 * linespec.c (linespec_lex_number): A number followed
3607 by quotes is a valid number, too.
3608
3609 2012-07-30 Tom Tromey <tromey@redhat.com>
3610
3611 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3612
3613 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3614
3615 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3616 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3617
3618 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3619
3620 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3621 invalid or reevaluated to prevent prevent references to possibly
3622 delete'd type objects being left in the varobj.
3623
3624 2012-07-27 Tom Tromey <tromey@redhat.com>
3625 Jan Kratochvil <jan.kratochvil@redhat.com>
3626
3627 * copying.awk: Print buffer-read-only and vi ro markers.
3628 * copying.c: Rebuild.
3629 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3630 * gdbarch.c, gdbarch.h: Rebuild.
3631 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3632 buffer-read-only and vi ro markers.
3633 * features/arm-with-iwmmxt.c: Rebuild.
3634 * features/arm-with-m-fpa-layout.c: Rebuild.
3635 * features/arm-with-m-vfp-d16.c: Rebuild.
3636 * features/arm-with-m.c: Rebuild.
3637 * features/arm-with-neon.c: Rebuild.
3638 * features/arm-with-vfpv2.c: Rebuild.
3639 * features/arm-with-vfpv3.c: Rebuild.
3640 * features/i386/amd64-avx-linux.c: Rebuild.
3641 * features/i386/amd64-avx.c: Rebuild.
3642 * features/i386/amd64-linux.c: Rebuild.
3643 * features/i386/amd64.c: Rebuild.
3644 * features/i386/i386-avx-linux.c: Rebuild.
3645 * features/i386/i386-avx.c: Rebuild.
3646 * features/i386/i386-linux.c: Rebuild.
3647 * features/i386/i386-mmx-linux.c: Rebuild.
3648 * features/i386/i386-mmx.c: Rebuild.
3649 * features/i386/i386.c: Rebuild.
3650 * features/i386/x32-avx-linux.c: Rebuild.
3651 * features/i386/x32-avx.c: Rebuild.
3652 * features/i386/x32-linux.c: Rebuild.
3653 * features/i386/x32.c: Rebuild.
3654 * features/mips-dsp-linux.c: Rebuild.
3655 * features/mips-linux.c: Rebuild.
3656 * features/mips64-dsp-linux.c: Rebuild.
3657 * features/mips64-linux.c: Rebuild.
3658 * features/rs6000/powerpc-32.c: Rebuild.
3659 * features/rs6000/powerpc-32l.c: Rebuild.
3660 * features/rs6000/powerpc-403.c: Rebuild.
3661 * features/rs6000/powerpc-403gc.c: Rebuild.
3662 * features/rs6000/powerpc-405.c: Rebuild.
3663 * features/rs6000/powerpc-505.c: Rebuild.
3664 * features/rs6000/powerpc-601.c: Rebuild.
3665 * features/rs6000/powerpc-602.c: Rebuild.
3666 * features/rs6000/powerpc-603.c: Rebuild.
3667 * features/rs6000/powerpc-604.c: Rebuild.
3668 * features/rs6000/powerpc-64.c: Rebuild.
3669 * features/rs6000/powerpc-64l.c: Rebuild.
3670 * features/rs6000/powerpc-7400.c: Rebuild.
3671 * features/rs6000/powerpc-750.c: Rebuild.
3672 * features/rs6000/powerpc-860.c: Rebuild.
3673 * features/rs6000/powerpc-altivec32.c: Rebuild.
3674 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3675 * features/rs6000/powerpc-altivec64.c: Rebuild.
3676 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3677 * features/rs6000/powerpc-cell32l.c: Rebuild.
3678 * features/rs6000/powerpc-cell64l.c: Rebuild.
3679 * features/rs6000/powerpc-e500.c: Rebuild.
3680 * features/rs6000/powerpc-e500l.c: Rebuild.
3681 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3682 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3683 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3684 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3685 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3686 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3687 * features/rs6000/powerpc-vsx32.c: Rebuild.
3688 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3689 * features/rs6000/powerpc-vsx64.c: Rebuild.
3690 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3691 * features/rs6000/rs6000.c: Rebuild.
3692 * features/s390-linux32.c: Rebuild.
3693 * features/s390-linux32v1.c: Rebuild.
3694 * features/s390-linux32v2.c: Rebuild.
3695 * features/s390-linux64.c: Rebuild.
3696 * features/s390-linux64v1.c: Rebuild.
3697 * features/s390-linux64v2.c: Rebuild.
3698 * features/s390x-linux64.c: Rebuild.
3699 * features/s390x-linux64v1.c: Rebuild.
3700 * features/s390x-linux64v2.c: Rebuild.
3701 * features/tic6x-c62x-linux.c: Rebuild.
3702 * features/tic6x-c62x.c: Rebuild.
3703 * features/tic6x-c64x-linux.c: Rebuild.
3704 * features/tic6x-c64x.c: Rebuild.
3705 * features/tic6x-c64xp-linux.c: Rebuild.
3706 * features/tic6x-c64xp.c: Rebuild.
3707
3708 2012-07-27 Tom Tromey <tromey@redhat.com>
3709
3710 * c-exp.y (classify_name): Avoid assignment in condition.
3711
3712 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3713
3714 * amd64-windows-tdep.c: Include "frame.h".
3715 (amd64_windows_skip_trampoline_code): New function.
3716 (amd64_windows_init_abi): Add trampoline registration.
3717
3718 2012-07-27 Yao Qi <yao@codesourcery.com>
3719
3720 * tracepoint.c (cur_traceframe_number): Remove.
3721 (set_tfile_traceframe): Remove.
3722 (tfile_trace_find, tfile_fetch_registers): Update callers.
3723 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3724 (tfile_open, tfile_trace_find): Likewise.
3725
3726 2012-07-27 Yao Qi <yao@codesourcery.com>
3727
3728 * thread.c (switch_to_thread): Don't call registers_changed.
3729
3730 2012-07-26 Tom Tromey <tromey@redhat.com>
3731
3732 * Makefile.in (SFILES): Remove objc-exp.y.
3733 (YYFILES): Remove objc-exp.c.
3734 (YYOBJ): Remove objc-exp.o.
3735 (local-maintainer-clean): Don't mention objc-exp.c.
3736 * c-exp.y: Include objc-lang.h.
3737 (%union) <class>: New field.
3738 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3739 (exp): Clone subscript production for OBJC_LBRAC. Add various
3740 Objective C productions.
3741 (msglist, msgarglist, msgarg): New productions.
3742 (array_mod, func_mod, operator): Clone productions for
3743 OBJC_LBRAC.
3744 (parse_string_or_char): Handle '@' strings.
3745 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3746 (classify_name): Check la_name_of_this. Recognize ObjC class
3747 names.
3748 * objc-exp.y: Remove.
3749 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3750 * objc-lang.h (objc_parse, objc_error): Don't declare.
3751
3752 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3753
3754 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3755
3756 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3759 and decrement.
3760
3761 2012-07-26 Tom Tromey <tromey@redhat.com>
3762
3763 * copying.c: Rebuild.
3764 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3765 'no_class'.
3766
3767 2012-07-26 Tom Tromey <tromey@redhat.com>
3768
3769 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3770 immediate_quit.
3771 (print_objfile_statistics): Likewise.
3772 (maintenance_print_symbols): Likewise.
3773 (maintenance_print_msymbols): Likewise.
3774 (maintenance_print_objfiles): Likewise.
3775 * psymtab.c (print_partial_symbols): Call QUIT.
3776 (maintenance_print_psymbols): Likewise. Don't modify
3777 immediate_quit.
3778 * copying.c (show_copying_command): Don't modify immediate_quit.
3779 (show_warranty_command): Likewise.
3780 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3781
3782 2012-07-26 Keith Seitz <keiths@redhat.com>
3783
3784 * linespec.c (linespec_lexer_lex_number): The input
3785 is also a valid number if the next character is a comma
3786 or colon.
3787
3788 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3789
3790 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3791 configure options.
3792
3793 2012-07-26 Tristan Gingold <gingold@adacore.com>
3794
3795 * machoread.c: Include gdb_bfd.h.
3796
3797 2012-07-26 Tristan Gingold <gingold@adacore.com>
3798
3799 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3800 offset.
3801
3802 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3803
3804 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3805 SIZE to size_t.
3806 (dwarf2_evaluate_loc_desc): Likewise.
3807 (dwarf2_loc_desc_needs_frame): Likewise.
3808 (locexpr_describe_location_1): Likewise.
3809 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3810 size_t.
3811 (struct dwarf2_loclist_baton): Likewise.
3812 * dwarf2read.c (struct dwarf_block): Likewise.
3813 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3814 (decode_locdesc): Expand SIZE and I to size_t.
3815
3816 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3819
3820 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3821
3822 * doublest.c (convert_doublest_to_floatformat): If the exponent
3823 is too small, treat the value as zero. If the exponent is too
3824 large, treat the value as infinity.
3825
3826 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3827
3828 * configure.ac: Add --enable-lmcheck configure option.
3829 * configure: Regenerate.
3830
3831 2012-07-25 Tom Tromey <tromey@redhat.com>
3832
3833 * NEWS: Mention maint info bfds.
3834 * gdb_bfd.c (all_bfds): New global.
3835 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3836 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3837 New functions.
3838
3839 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3840
3841 * configure.tgt: Add v850*-*-rtems*.
3842
3843 2012-07-25 Tom Tromey <tromey@redhat.com>
3844
3845 * macrotab.c (macro_bcache_str): Remove cast.
3846
3847 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3848
3849 * linespec.c (linespec_lexer_lex_number): Update comments,
3850 change the return and add check to make sure the input is
3851 the decimal numbers.
3852 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3853 false, call linespec_lexer_lex_string.
3854
3855 2012-07-24 Tom Tromey <tromey@redhat.com>
3856
3857 * symfile.c (symbol_file_add): Don't open BFD twice.
3858
3859 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3860
3861 * breakpoint.c (create_breakpoint): Store condition for pending
3862 breakpoints.
3863
3864 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3865
3866 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3867 (m68k_return_value): Handle complex types like structures.
3868 (m68k_svr4_return_value): Likewise.
3869
3870 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3871
3872 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3873 parameters to bfd_get_section_name.
3874
3875 2012-07-24 Yao Qi <yao@codesourcery.com>
3876
3877 * cli/cli-setshow.c: Handle case 'var_uinteger'
3878 and 'var_zuninteger' together. Handle case 'var_integer' and
3879 'var_zinteger' together.
3880
3881 2012-07-23 Keith Seitz <keiths@redhat.com>
3882
3883 * linespec.c (convert_linespec_to_sal): Don't add
3884 any symbols to the result vector if symbol_to_sal
3885 returns zero.
3886
3887 2012-07-23 Keith Seitz <keiths@redhat.com>
3888
3889 * linespec.c (decode_objc): Record the function name
3890 in the linespec.
3891
3892 2012-07-23 Tom Tromey <tromey@redhat.com>
3893
3894 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3895 counting.
3896 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3897 (map_vmap): Acquire a reference to the BFD.
3898
3899 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3900
3901 * p-valprint.c (pascal_object_print_value): Replace potentially
3902 unsafe alloca with xmalloc/xfree.
3903 * valops.c (search_struct_method): Likewise.
3904
3905 2012-07-23 Tom Tromey <tromey@redhat.com>
3906
3907 * solib-svr4.c (enable_break): Update.
3908 * bfd-target.h (target_bfd_reopen): Update documentation.
3909
3910 2012-07-23 Tom Tromey <tromey@redhat.com>
3911
3912 * symfile.c (separate_debug_file_exists): Update.
3913 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3914 (reread_symbols): Update.
3915 * elfread.c (build_id_verify): Update.
3916 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3917 bfd_open_maybe_remote.
3918
3919 2012-07-23 Tom Tromey <tromey@redhat.com>
3920
3921 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3922
3923 2012-07-23 Tom Tromey <tromey@redhat.com>
3924
3925 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3926 and 'abfd'.
3927 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3928 and 'abfd'.
3929 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3930 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3931 'abfd'.
3932 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3933 * objfiles.c (allocate_objfile): Acquire a new reference.
3934 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3935 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3936 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3937 a cleanup for 'nbfd'.
3938 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3939 for 'nbfd'.
3940 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3941 make a cleanup for 'abfd'.
3942 (symbol_file_add): Make a BFD cleanup.
3943
3944 2012-07-23 Tom Tromey <tromey@redhat.com>
3945
3946 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3947 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3948 * corelow.c (core_open): Use gdb_bfd_fopen.
3949 * dsrec.c (load_srec): Use gdb_bfd_openr.
3950 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3951 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3952 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3953 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3954 (gdb_bfd_fdopenr): New functions.
3955 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3956 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3957 (gdb_bfd_fdopenr): Declare.
3958 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3959 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3960 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3961 gdb_bfd_openr_next_archived_file.
3962 (macho_check_dsym): Use gdb_bfd_openr.
3963 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3964 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3965 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3966 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3967 gdb_bfd_openr.
3968 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3969 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3970 gdb_bfd_openr_next_archived_file.
3971 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3972 Use gdb_bfd_openr.
3973 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3974 gdb_bfd_openr.
3975 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3976 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3977 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3978 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3979 (symfile_bfd_open): Use gdb_bfd_fopen.
3980 (generic_load): Use gdb_bfd_openr.
3981 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3982
3983 2012-07-23 Tom Tromey <tromey@redhat.com>
3984
3985 * bfd-target.c (target_bfd_reopen): Update.
3986 * cli/cli-dump.c (bfd_openr_with_cleanup)
3987 (bfd_openw_with_cleanup): Update.
3988 * corelow.c (core_open): Update.
3989 * dsrec.c (load_srec): Update.
3990 * exec.c (exec_file_attach): Update.
3991 * gcore.c (create_gcore_bfd): Update.
3992 * gdb_bfd.c (gdb_bfd_ref): Return void.
3993 (gdb_bfd_open): Update.
3994 * gdb_bfd.h (gdb_bfd_ref): Return void.
3995 Update comments.
3996 * jit.c (jit_bfd_try_read_symtab): Update.
3997 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3998 * machoread.c (macho_symfile_read_all_oso): Update.
3999 (macho_check_dsym): Update.
4000 * procfs.c (insert_dbx_link_bpt_in_file): Update.
4001 * remote-m32r-sdi.c (m32r_load): Update.
4002 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4003 * rs6000-nat.c (add_vmap): Update.
4004 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4005 Update.
4006 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4007 * solib-spu.c (spu_bfd_open): Update.
4008 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4009 * spu-linux-nat.c (spu_bfd_open): Update.
4010 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4011 (generic_load): Update.
4012 * windows-nat.c (windows_make_so): Update.
4013
4014 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
4015
4016 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4017
4018 2012-07-20 Jeff Kenton <jkenton@tilera.com>
4019
4020 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4021 SIGTRAMP_FRAME unwinding.
4022
4023 2012-07-20 Doug Evans <dje@google.com>
4024
4025 * NEWS: Document new options "set/show use-deprecated-index-sections",
4026 and delete reference to --use-deprecated-index-sections.
4027 * symfile.h (use_deprecated_index_sections): Delete.
4028 * dwarf2read.c (use_deprecated_index_sections): Make static.
4029 (read_index_from_section): Update wording of how to load
4030 deprecated index sections.
4031 (_initialize_dwarf2_read): New options
4032 "set/show use-deprecated-index-sections".
4033 * main.c (captured_main): Delete --use-deprecated-index-sections.
4034
4035 2012-07-20 Pedro Alves <palves@redhat.com>
4036
4037 PR threads/11692
4038 PR gdb/12203
4039
4040 * infrun.c (handle_inferior_event) <new thread>: Don't special
4041 case minus_one_ptid.
4042 <TARGET_WAITKIND_SPURIOUS>: Ditto.
4043 * linux-thread-db.c (thread_get_info_callback): Don't return early
4044 if the thread is zombie.
4045 (thread_from_lwp): Change return type to void. Rewrite stale
4046 comment.
4047 (attach_thread): Don't return early if the thread is zombie,
4048 instead set its "dying" flag.
4049 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4050 (find_new_threads_callback): Don't return early if the thread is
4051 zombie.
4052
4053 2012-07-20 Pedro Alves <palves@redhat.com>
4054
4055 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4056 * target.c (target_wait): Likewise.
4057 (str_comma_list_concat_elem, do_option, target_options_to_string):
4058 New functions.
4059 * target.h (target_options_to_string): Declare.
4060
4061 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4062 Tom Tromey <tromey@redhat.com>
4063
4064 * dwarf2read.c (dwarf_decode_macros)
4065 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4066 DW_MACRO_GNU_transparent_include_alt>: New cases.
4067 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4068 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4069
4070 2012-07-20 Tom Tromey <tromey@redhat.com>
4071
4072 * dwarf2read.c (try_open_dwo_file): Don't call
4073 gdb_bfd_stash_filename.
4074
4075 2012-07-20 Pedro Alves <palves@redhat.com>
4076
4077 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4078 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4079 (i386_process_record): Tweak description comments.
4080
4081 2012-07-20 Pedro Alves <palves@redhat.com>
4082
4083 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4084 (i386_process_record): Use record_read_memory.
4085 * record.c (record_read_memory): New function.
4086 (record_arch_list_add_mem, record_exec_insn): Use
4087 record_read_memory.
4088 * record.h (record_read_memory): Declare.
4089
4090 2012-07-20 Yao Qi <yao@codesourcery.com>
4091
4092 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4093 NULL for xfree.
4094
4095 2012-07-19 Pedro Alves <palves@redhat.com>
4096
4097 * record.c (record_resume): Ask the target beneath to report all
4098 signals.
4099
4100 2012-07-19 Doug Evans <dje@google.com>
4101
4102 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4103 there's no section at address zero.
4104 (dwarf2_record_block_ranges): Ditto.
4105
4106 2012-07-19 Yao Qi <yao@codesourcery.com>
4107
4108 * command.h, remote.c: Fix a typo in comment.
4109
4110 2012-07-19 Tom Tromey <tromey@redhat.com>
4111
4112 PR exp/13206:
4113 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4114 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4115 OP_DECLTYPE>: New cases.
4116 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4117 (type_exp): Add new productions.
4118 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4119 and decltype.
4120 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4121 New case.
4122 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4123 OP_DECLTYPE>: New case.
4124 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4125 New case.
4126 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4127 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4128
4129 2012-07-19 Tom Tromey <tromey@redhat.com>
4130
4131 * c-exp.y (enum token_flags): New.
4132 (struct token) <cxx_only>: Remove.
4133 <flags>: New field.
4134 (tokentab3, tokentab2, ident_tokens): Update.
4135 (lex_one_token): Update. Handle FLAG_SHADOW.
4136
4137 2012-07-19 Tom Tromey <tromey@redhat.com>
4138
4139 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4140 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4141 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4142 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4143 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4144 type_exp production where appropriate.
4145 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4146 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4147 <UNOP_MEMVAL_TYPE>: New case.
4148 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4149 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4150 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4151 <UNOP_MEMVAL_TYPE>: New case.
4152 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4153 UNOP_REINTERPRET_CAST>: Update.
4154 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4155 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4156 UNOP_REINTERPRET_CAST>: Update.
4157 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4158 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4159 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4160 constants.
4161
4162 2012-07-19 Yao Qi <yao@codesourcery.com>
4163 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4166 and case 'var_optional_filename' together.
4167 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4168 instead of add_setshow_optional_filename_cmd for setshow command
4169 'args'. Set completer for 'set args'.
4170
4171 2012-07-18 Doug Evans <dje@google.com>
4172
4173 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4174 * common/gdb_vecs.c: New file, contents from utils.c.
4175 * common/host-defs.h: New file, contents from defs.h.
4176 * utils.h: New file, contents from defs.h.
4177 * defs.h: Move all declarations of objects defined in utils.c
4178 to utils.h (except QUIT() and related).
4179 #include "utils.h", "host-defs.h".
4180 * probe.h (probe_p): Move here from gdb_vecs.h.
4181 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4182 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4183 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4184 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4185 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4186 (COMMON_OBS): Add gdb_vecs.o.
4187 (gdb_vecs.o): New rule.
4188
4189 2012-07-18 Keith Seitz <keiths@redhat.com>
4190
4191 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4192 parameter. If non-zero, use SYMNAME as the canonical name
4193 for the SaL.
4194 Update all callers.
4195 (convert_linespec_to_sals): Use add_sal_to_sals for
4196 expressions, too.
4197 (decode_line_full): No need to "fill in missing canonical names"
4198 anymore. Simply make cleanups for the allocated names.
4199
4200 2012-07-18 Keith Seitz <keiths@redhat.com>
4201
4202 * linespec.c (struct linespec): Constify expression,
4203 source_filename, function_name, and label_name.
4204 (symbol_not_found_error): Make all parameters const.
4205 (linespec_parser_delete): No need to check for NULL
4206 when using xfree. Cast const char * to char * for xfree.
4207
4208 2012-07-18 Keith Seitz <keiths@redhat.com>
4209
4210 * breakpoint.c (invalid_thread_id_error): New function.
4211 (find_condition_and_thread): Use invalid_thread_id_error.
4212 (watch_command_1): Likewise.
4213
4214 2012-07-18 Tom Tromey <tromey@redhat.com>
4215
4216 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4217 * contrib/cc-with-tweaks.sh: New file.
4218
4219 2012-07-18 Tom Tromey <tromey@redhat.com>
4220
4221 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4222 (locate_dwz_sections): Recognize .gdb_index.
4223 (create_cus_from_index_list): New function.
4224 (create_cus_from_index): Use it. Handle .dwz data.
4225 (read_index_from_section): New function, extracted from
4226 dwarf2_read_index.
4227 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4228 if needed.
4229
4230 2012-07-18 Tom Tromey <tromey@redhat.com>
4231
4232 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4233 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4234 <is_dwz>: New field.
4235 (struct dwz_file): New.
4236 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4237 (locate_dwz_sections, dwarf2_get_dwz_file)
4238 (get_abbrev_section_for_cu): New functions.
4239 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4240 (read_and_check_type_unit_head): Add abbrev_section argument.
4241 (create_debug_types_hash_table): Update.
4242 (init_cutu_and_read_dies): Use proper abbrev section.
4243 (init_cutu_and_read_dies_no_follow): Likewise.
4244 (set_partial_user): Do nothing if PST==NULL.
4245 (read_comp_units_from_section): New function.
4246 (create_all_comp_units): Use it.
4247 (scan_partial_symbols, partial_die_parent_scope): Update.
4248 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4249 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4250 (find_partial_die): Add offset_in_dwz argument. Update.
4251 (guess_partial_die_structure_name, fixup_partial_die): Update.
4252 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4253 DW_FORM_GNU_strp_alt.
4254 (read_indirect_string_from_dwz): New function.
4255 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4256 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4257 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4258 (follow_die_offset): Add offset_in_dwz argument.
4259 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4260 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4261 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4262 Handle new macro forms.
4263 (dwarf_decode_macros): Update.
4264 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4265 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4266 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4267 (create_debug_types_hash_table): Use correct abbrev section.
4268 (get_debug_line_section): New function.
4269 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4270 (process_full_comp_unit): Pass 'required' argument to
4271 end_symtab_get_static_block.
4272 * buildsym.h (end_symtab_get_static_block): Update.
4273 * buildsym.c (end_symtab_get_static_block): Add 'required'
4274 argument.
4275 (end_symtab, end_expandable_symtab): Update.
4276
4277 2012-07-18 Tom Tromey <tromey@redhat.com>
4278
4279 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4280 (pagesize): Remove.
4281 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4282 (zlib_decompress_section): Remove.
4283 (dwarf2_read_section): Use gdb_bfd_map_section.
4284 (munmap_section_buffer): Remove.
4285 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4286 munmap_section_buffer.
4287 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4288 (struct gdb_bfd_section_data): New.
4289 (free_one_bfd_section): New function.
4290 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4291 (get_section_descriptor, zlib_decompress_section)
4292 (gdb_bfd_map_section): New functions.
4293 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4294
4295 2012-07-18 Tom Tromey <tromey@redhat.com>
4296
4297 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4298
4299 2012-07-18 Tom Tromey <tromey@redhat.com>
4300
4301 * gdb_bfd.c (struct gdb_bfd_data): New.
4302 (gdb_bfd_cache): New global.
4303 (struct gdb_bfd_cache_search): New.
4304 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4305 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4306 * gdb_bfd.h (gdb_bfd_open): Declare.
4307
4308 2012-07-18 Tom Tromey <tromey@redhat.com>
4309
4310 * utils.c (make_cleanup_bfd_unref): Rename from
4311 make_cleanup_bfd_close.
4312 * defs.h (make_cleanup_bfd_unref): Rename from
4313 make_cleanup_bfd_close.
4314 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4315 (bfd_openw_with_cleanup): Update.
4316 * corelow.c (core_open): Update.
4317 * dsrec.c (load_srec): Update.
4318 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4319 * remote-m32r-sdi.c (m32r_load): Update.
4320 * remote-mips.c (mips_load_srec): Update.
4321 (pmon_load_fast): Update.
4322 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4323 Update.
4324 (darwin_bfd_open): Update.
4325 * solib.c (solib_bfd_fopen): Update.
4326 * symfile-mem.c (symbol_file_add_from_memory): Update.
4327 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4328 (symfile_bfd_open): Update.
4329 (generic_load): Update.
4330
4331 2012-07-18 Tom Tromey <tromey@redhat.com>
4332
4333 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4334 (pmon_load_fast): Likewise.
4335 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4336 (m32r_upload_command): Likewise.
4337 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4338 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4339 Use make_cleanup_bfd_close.
4340
4341 2012-07-18 Tom Tromey <tromey@redhat.com>
4342
4343 * symfile.c (symfile_bfd_open): Don't copy name. Call
4344 gdb_bfd_stash_filename.
4345 (load_command): Open the new BFD before freeing the old.
4346 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4347 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4348 Call gdb_bfd_stash_filename.
4349 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4350 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4351 gdb_bfd_stash_filename.
4352 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4353 Free found_pathname.
4354 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4355 gdb_bfd_stash_filename.
4356 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4357 * machoread.c (macho_add_oso_symfile): Call
4358 gdb_bfd_stash_filename.
4359 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4360 gdb_bfd_stash_filename.
4361 (macho_check_dsym): Don't copy filename. Call
4362 gdb_bfd_stash_filename.
4363 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4364 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4365 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4366 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4367 * exec.c (exec_close): Don't free the BFD's filename.
4368 (exec_file_attach): Don't copy the filename. Call
4369 gdb_bfd_stash_filename.
4370 * corelow.c (core_close): Don't free the BFD's filename.
4371 (core_open): Call gdb_bfd_stash_filename.
4372 * corefile.c (reopen_exec_file): Remove #if 0 code.
4373 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4374 pathname.
4375 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4376
4377 2012-07-18 Tom Tromey <tromey@redhat.com>
4378
4379 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4380 gdb_bfd_unref.
4381 (free_dwo_file): Use gdb_bfd_unref.
4382 * cli/cli-dump.c: Include gdb_bfd.h.
4383 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4384 (bfd_openr_with_cleanup): Likewise.
4385 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4386 gdb_bfd_unref.
4387 * utils.c: Include gdb_bfd.h.
4388 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4389 * symfile.c: Include gdb_bfd.h.
4390 (separate_debug_file_exists): Use gdb_bfd_unref.
4391 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4392 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4393 (generic_load): Use gdb_bfd_ref.
4394 (reread_symbols): Use gdb_bfd_unref.
4395 * symfile-mem.c: Include gdb_bfd.h.
4396 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4397 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4398 * solib.c: Include gdb_bfd.h.
4399 (solib_bfd_fopen): Use gdb_bfd_ref.
4400 (solib_bfd_open): Use gdb_bfd_unref.
4401 (free_so_symbols): Use gdb_bfd_unref.
4402 (reload_shared_libraries_1): Use gdb_bfd_unref.
4403 * solib-spu.c: Include gdb_bfd.h.
4404 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4405 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4406 gdb_bfd_unref.
4407 * solib-frv.c: Include gdb_bfd.h.
4408 (enable_break2): Use gdb_bfd_unref.
4409 * solib-dsbt.c: Include gdb_bfd.h.
4410 (enable_break2): Use gdb_bfd_unref.
4411 * solib-darwin.c: Include gdb_bfd.h.
4412 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4413 gdb_bfd_unref.
4414 (darwin_bfd_open): Use gdb_bfd_unref.
4415 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4416 * remote-mips.c: Include gdb_bfd.h.
4417 (mips_load_srec): Use gdb_bfd_ref.
4418 (pmon_load_fast): Use gdb_bfd_ref.
4419 * remote-m32r-sdi.c: Include gdb_bfd.h.
4420 (m32r_load): Use gdb_bfd_ref.
4421 * record.c: Include gdb_bfd.h.
4422 (record_save_cleanups): Use gdb_bfd_unref.
4423 (cmd_record_save): Use gdb_bfd_unref.
4424 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4425 gdb_bfd_unref.
4426 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4427 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4428 * objfiles.c: Include gdb_bfd.h.
4429 (free_objfile): Use gdb_bfd_unref.
4430 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4431 gdb_bfd.c.
4432 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4433 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4434 (macho_check_dsym): Likewise.
4435 * m32r-rom.c: Include gdb_bfd.h.
4436 (m32r_load): Use gdb_bfd_ref.
4437 (m32r_upload_command): Use gdb_bfd_ref.
4438 * jit.c: Include gdb_bfd.h.
4439 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4440 * gdb_bfd.h: New file.
4441 * gdb_bfd.c: New file.
4442 * gcore.c: Include gdb_bfd.h.
4443 (create_gcore_bfd): Use gdb_bfd_ref.
4444 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4445 (gcore_command): Use gdb_bfd_unref.
4446 * exec.c: Include gdb_bfd.h.
4447 (exec_close): Use gdb_bfd_unref.
4448 (exec_close_1): Use gdb_bfd_unref.
4449 (exec_file_attach): Use gdb_bfd_ref.
4450 * elfread.c: Include gdb_bfd.h.
4451 (build_id_verify): Use gdb_bfd_unref.
4452 * dsrec.c: Include gdb_bfd.h.
4453 (load_srec): Use gdb_bfd_ref.
4454 * corelow.c: Include gdb_bfd.h.
4455 (core_close): Use gdb_bfd_unref.
4456 (core_open): Use gdb_bfd_ref.
4457 * bfd-target.c: Include gdb_bfd.h.
4458 (target_bfd_xclose): Use gdb_bfd_unref.
4459 (target_bfd_reopen): Use gdb_bfd_ref.
4460 * Makefile.in (SFILES): Add gdb_bfd.c.
4461 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4462 (COMMON_OBS): Add gdb_bfd.o.
4463
4464 2012-07-18 Keith Seitz <keiths@redhat.com>
4465
4466 * breakpoint.c (find_condition_and_thread): Initialize
4467 TASK and REST.
4468 (create_breakpiont): find_condition_and_thread will now
4469 initialize COND_STRING, THREAD, and REST (and TASK).
4470 (addr_string_to_sals): Likewise.
4471
4472 2012-07-18 Pedro Alves <palves@redhat.com>
4473
4474 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4475 Pull the single step breakpoints out of the target.
4476
4477 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4478
4479 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4480 * stap-probe.c (compile_probe_arg): Likewise.
4481
4482 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4483
4484 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4485 (elf_compile_to_ax): Likewise.
4486 * infrun.c (insert_exception_resume_from_probe): Likewise.
4487 (check_exception_resume): Remove `objfile' variable.
4488 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4489 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4490 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4491 (compare_entries): Rename to...
4492 (compare_probes): ...this. Adjust function to work with
4493 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4494 respectively.
4495 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4496 `VEC (probe_p) *'.
4497 (print_ui_out_info): Adjust argument to be `struct probe *'.
4498 (info_probes_for_ops): Adjust internal computations to use
4499 `VEC (probe_p) *'.
4500 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4501 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4502 gen_info_probes_table_values>: Remove `objfile' argument.
4503 (struct probe) <objfile>: New field.
4504 (find_probe_by_pc): Remove `objfile' argument.
4505 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4506 (stap_get_probe_argument_count): Likewise.
4507 (stap_get_arg): Likewise.
4508 (stap_evaluate_probe_argument): Likewise.
4509 (stap_compile_to_ax): Likewise.
4510 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4511 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4512 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4513 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4514 sym_compile_to_ax>: Likewise.
4515
4516 2012-07-18 Terry Guo <terry.guo@arm.com>
4517
4518 PR 14329
4519 * defs.h (GDB_MI_MSG_WIDTH): New.
4520 * ser_base (ser_base_read_error_fd): New function.
4521 (do_ser_base_readchar): Poll error file descriptor as well as
4522 standard output.
4523 (generic_readchar): Refactor error handling.
4524
4525 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4526
4527 * NEWS: Create a new section for the next release branch.
4528 Rename the section of the current branch, now that it has
4529 been cut.
4530
4531 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4532
4533 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4534 * version.in: Bump version to 7.5.50.20120718-cvs.
4535
4536 2012-07-17 Keith Seitz <keiths@redhat.com>
4537
4538 * linespec.c (linespec_parse_line_offset): Make parameter
4539 const.
4540
4541 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4542
4543 PR 11914
4544 * f-valprint.c (info_common_command): New variable frame_id.
4545 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4546 * printcmd.c (print_variable_and_value): Extend function comment.
4547 Add comment for invalidated FRAME.
4548 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4549 FI form FRAME_ID after each print_frame_local_vars.
4550 (struct print_variable_and_value_data): Change frame to frame_id.
4551 (do_print_variable_and_value): New variable frame, initialize it from
4552 p->frame_id. Add comment for invalidated FRAME.
4553 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4554 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4555 for invalidated FRAME.
4556
4557 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4558 Pedro Alves <palves@redhat.com>
4559
4560 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4561 loop.
4562
4563 2012-07-16 Tom Tromey <tromey@redhat.com>
4564
4565 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4566
4567 2012-07-15 Doug Evans <dje@google.com>
4568
4569 * dwarf2read.c (stmt_list_hash): New struct.
4570 (type_unit_group): Embed "per_cu" member, remove pointer.
4571 New union member "t", move member "tus" into it, all uses updated.
4572 New member "hash", replaces member "line_offset, all uses updated.
4573 (quick_file_names): Replace member "offset" with "hash", all uses
4574 updated.
4575 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4576 (hash_file_name_entry, eq_file_name_entry): Call them.
4577 (hash_type_unit_group, eq_type_unit_group): Ditto.
4578 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4579 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4580 (dw2_get_file_names): Update.
4581 (create_type_unit_group): Replace "per_cu" arg with "cu".
4582 All callers updated. Fix "quick" (.gdb_index) handling.
4583 (get_type_unit_group): Replace "per_cu" arg with "cu".
4584 All callers updated.
4585 (build_type_unit_groups): Don't reset tu_stats.
4586
4587 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4588 "tab_cur_size". Change member "tab" to be a htab_t.
4589 (create_filename_seen_cache): Update.
4590 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4591 (filename_seen): Update.
4592
4593 2012-07-13 Doug Evans <dje@google.com>
4594
4595 * symtab.c (filename_seen): Update comment.
4596
4597 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4598 Doug Evans <dje@google.com>
4599
4600 * buildsym.c (end_symtab_1): Split it to ...
4601 (end_symtab_get_static_block): ... this ...
4602 (end_symtab_from_static_block): ... and this function.
4603 (end_symtab, end_expandable_symtab): Call them.
4604 * buildsym.h (end_symtab_get_static_block)
4605 (end_symtab_from_static_block): New declarations.
4606 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4607 Set its valid CU ranges.
4608
4609 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4610
4611 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4612 DW_OP_GNU_parameter_ref.
4613
4614 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4617 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4618
4619 2012-07-13 Doug Evans <dje@google.com>
4620
4621 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4622 (filename_seen_cache): New struct.
4623 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4624 (create_filename_seen_cache): New function.
4625 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4626 (filename_seen): Delete arg "first". New arg "cache". All callers
4627 updated.
4628 (output_source_filename_data): New struct.
4629 (output_source_filename): Delete arg "first". New arg "data".
4630 All callers updated.
4631 (sources_info): Delete local "first". New locals "data", "cleanups".
4632 Rewrite to use filename_seen_cache.
4633 (add_partial_filename_data): Delete member "first". New member
4634 "filename_seen_cache". All uses updated.
4635 (make_source_files_completion_list): Rewrite to use
4636 filename_seen_cache.
4637
4638 2012-07-12 Doug Evans <dje@google.com>
4639
4640 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4641
4642 2012-07-10 Doug Evans <dje@google.com>
4643
4644 PR gdb/13498
4645 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4646 all_type_unit_groups, type_unit_groups, tu_stats.
4647 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4648 All uses updated. Add type_unit_group to union "s".
4649 (type_unit_group): New struct.
4650 (IS_TYPE_UNIT_GROUP): New macro.
4651 (abbrev_table): Delete unused member "section".
4652 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4653 (dw2_get_cu): Assert not used with type_unit_group.
4654 (dw2_get_primary_cu): New function.
4655 (dw2_build_type_unit_groups_reader): New function.
4656 (dw2_build_type_unit_groups): New function.
4657 (dw2_get_file_names): Assert not called on type units.
4658 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4659 Redo loop to iterate over type unit groups instead of type units.
4660 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4661 (read_abbrev_offset): New function.
4662 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4663 updated.
4664 (create_partial_symtab): New function.
4665 (process_psymtab_comp_unit_reader): Assert not used with type units.
4666 Call create_partial_symtab.
4667 (process_psymtab_type_unit): Delete.
4668 (hash_type_unit_group, eq_type_unit_group): New functions.
4669 (allocate_type_unit_groups_table): New function.
4670 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4671 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4672 (create_type_unit_group, get_type_unit_group): New functions.
4673 (tu_abbrev_offset): New struct.
4674 (sort_tu_by_abbrev_offset): New function.
4675 (add_type_unit_group_to_table): New function.
4676 (build_type_unit_groups): New function.
4677 (build_type_psymtabs_reader): New function.
4678 (build_type_psymtab_dependencies): New function.
4679 (build_type_psymtabs): Rewrite.
4680 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4681 is seen in a type unit.
4682 (process_queue): Move symtab expansion debugging printfs here.
4683 Call process_full_type_unit for type units.
4684 (compute_symtab_includes): Assert not called for type units.
4685 (process_cu_includes): Don't call compute_symtab_includes for
4686 type units.
4687 (process_full_type_unit): New function.
4688 (process_imported_unit_die): Flag an error if called for type units.
4689 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4690 updated. Assert not called for type units.
4691 (read_file_scope): Call dwarf2_start_symtab.
4692 (setup_type_unit_groups): New function.
4693 (read_type_unit_scope): Rewrite.
4694 (abbrev_table_read_table): Initialize abbrev_table->offset.
4695 (abbrev_table_free_cleanup): New function.
4696 (dwarf2_start_symtab): New function.
4697 (load_full_type_unit): Assert not called for type unit groups.
4698 * buildsym.c (finish_block_internal): New arg "expandable".
4699 All callers updated.
4700 (start_symtab): Move most contents to ...
4701 (restart_symtab): ... here. New function.
4702 (reset_symtab_globals): New function.
4703 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4704 Call reset_symtab_globals.
4705 (end_symtab, end_expandable_symtab): New functions.
4706 (set_missing_symtab, augment_type_symtab): New functions.
4707 * buildsym.h (end_expandable_symtab): Declare.
4708 (augment_type_symtab, restart_symtab): Declare.
4709 * psympriv.h (struct partial_symtab): New member "anonymous".
4710 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4711 anonymous psymtabs.
4712 (read_psymtabs_with_filename): Ditto.
4713 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4714 (expand_symtabs_matching_via_partial): Ditto.
4715 (dump_psymtab): Update.
4716 * dictionary.c (dict_add_pending): New function.
4717 * dictionary.h (dict_add_pending): Declare.
4718
4719 2012-07-09 Doug Evans <dje@google.com>
4720
4721 * buildsym.c (start_subfile): Remove unnecessary check for
4722 name == NULL.
4723
4724 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4725
4726 * dwarf2read.c (load_full_type_unit): Simplify.
4727
4728 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4729 to struct signatured_type **. All uses updated.
4730
4731 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4732 All callers updated.
4733
4734 2012-07-09 Tom Tromey <tromey@redhat.com>
4735
4736 * c-exp.y (check_parameter_typelist): New function.
4737 (parameter_typelist): Call it.
4738 * eval.c (make_params): Handle '(void)' case.
4739 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4740 '(void)' case.
4741
4742 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4743
4744 * common/linux-ptrace.c: Include gdb_assert.h.
4745 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4746 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4747 stdint.h.
4748 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4749 functions.
4750 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4751 * linux-nat.c (linux_child_post_attach)
4752 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4753
4754 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4755
4756 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4757 nptl <2.7 bug workaround for core files.
4758
4759 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4760
4761 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4762 clearing.
4763 (save_siginfo): Remove.
4764 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4765 call.
4766 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4767 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4768 * linux-nat.h (struct lwp_info): Remove field siginfo.
4769
4770 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4771
4772 Code cleanup for the next patch.
4773 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4774 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4775 call for it.
4776 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4777 (ia64_linux_stopped_data_address):
4778 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4779 the return value.
4780 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4781 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4782 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4783 call for it.
4784
4785 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4786
4787 PR 14321
4788 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4789 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4790
4791 2012-07-06 Tom Tromey <tromey@redhat.com>
4792
4793 * c-exp.y (DOTDOTDOT): New token.
4794 (func_mod, exp): Use parameter_typelist.
4795 (parameter_typelist): New production.
4796 (tokentab3): Add "..." token.
4797 * eval.c (make_params): Handle varargs.
4798 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4799 varargs.
4800
4801 2012-07-06 Tom Tromey <tromey@redhat.com>
4802
4803 PR exp/9608:
4804 * c-exp.y (%union) <tvec>: Change type.
4805 (func_mod): Now uses <tvec> type.
4806 (exp): Update for tvec change.
4807 (direct_abs_decl): Push the typelist.
4808 (func_mod): Return a typelist.
4809 (nonempty_typelist): Update for tvec change.
4810 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4811 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4812 * parse.c (pop_type_list): New function.
4813 (push_typelist): New function.
4814 (follow_types): Handle tp_function_with_arguments.
4815 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4816 (enum type_pieces) <tp_function_with_arguments>: New constant.
4817 (union type_stack_elt) <typelist_val>: New field.
4818 (push_typelist): Declare.
4819
4820 2012-07-06 Tom Tromey <tromey@redhat.com>
4821
4822 * c-exp.y (%union) <type_stack>: New field.
4823 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4824 (ptr_operator_ts): New production.
4825 (ptype): Update.
4826 * parse.c (type_stack_reserve): New function.
4827 (check_type_stack_depth): Use it.
4828 (pop_type_stack, append_type_stack, push_type_stack)
4829 (get_type_stack, type_stack_cleanup): New functions.
4830 (follow_types): Handle tp_type_stack.
4831 (_initialize_parse): Simplify initialization.
4832 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4833 constant.
4834 (union type_stack_elt) <stack_val>: New field.
4835 (get_type_stack, append_type_stack, push_type_stack)
4836 (type_stack_cleanup): Declare.
4837
4838 2012-07-06 Tom Tromey <tromey@redhat.com>
4839
4840 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4841 Remove.
4842 (struct type_stack): New.
4843 * parse.c (type_stack, type_stack_size, type_stack_depth):
4844 Remove.
4845 (type_stack): New global.
4846 (parse_exp_in_context, check_type_stack_depth)
4847 (insert_into_type_stack, insert_type, push_type, push_type_int)
4848 (insert_type_address_space, pop_type, pop_type_int)
4849 (_initialize_parse): Update.
4850
4851 2012-07-06 Tom Tromey <tromey@redhat.com>
4852
4853 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4854 Remove %type.
4855
4856 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4857
4858 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4859
4860 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4861 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4864 alloca with xmalloc/xfree.
4865
4866 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4867
4868 * MAINTAINERS (Write After Approval): Add myself to the list.
4869
4870 2012-07-05 Doug Evans <dje@google.com>
4871
4872 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4873
4874 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4875
4876 * ax-gdb.c (cli/cli-utils.h): New include.
4877 (linespec.h): Ditto.
4878 (agent_eval_command_one): New function.
4879 (agent_command_1): Ditto.
4880 (agent_command): Call function agent_command_1.
4881 (agent_eval_command): Ditto.
4882 (_initialize_ax_gdb): Change help for "maint agent"
4883 and "maint agent-eval".
4884
4885 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4886
4887 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4888 * cli/cli-utils.c (check_for_argument): New function.
4889 * cli/cli-utils.h (check_for_argument): Ditto.
4890
4891 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4892
4893 * NEWS: Mention x32 ABI support.
4894
4895 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4896
4897 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4898 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4899
4900 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4901 and pc_regnum_from_eax to -1. Update SP regnum from
4902 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4903 needed.
4904
4905 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4906 pc_regnum_from_eax.
4907
4908 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4909
4910 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4911 * dwarf2expr.h: Include gdbtypes.h.
4912 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4913 these forward declarations.
4914 (cu_offset, sect_offset): Move these ...
4915 * gdbtypes.h: Remove include dwarf2expr.h.
4916 (cu_offset, sect_offset): ... here.
4917
4918 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4919
4920 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4921 (amd64_linux_sigtramp_code): This.
4922 (amd64_x32_linux_sigtramp_code): New.
4923 (LINUX_SIGTRAMP_LEN): Updated.
4924 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4925
4926 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4927
4928 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4929
4930 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4931
4932 * config.in: Regenerate.
4933 * configure: Regenerate.
4934 * configure.ac: Remove check for gnu/libc-version.h.
4935 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4936 gnu/libc-version.h.
4937 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4938 variables libc_version, libc_major and libc_minor. Replace sscanf by
4939 inferior_has_bug. Extend the comment.
4940
4941 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4942
4943 * linux-thread-db.c (inferior_has_bug): New function.
4944 (thread_db_find_new_threads_silently): Return boolean as checked by
4945 inferior_has_bug, describe it in the comments.
4946 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4947 earlier. Abort the initialization if it returned non-zero.
4948 (thread_db_new_objfile): Exclude debug files.
4949 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4950 if UNTIL_NO_NEW,
4951
4952 2012-07-02 Doug Evans <dje@google.com>
4953
4954 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4955 related to queue management.
4956
4957 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4958 instead of "debug dwarf2-die" in debugging printfs.
4959 (create_debug_info_hash_table_reader): Ditto.
4960 (create_debug_info_hash_table): Ditto.
4961 (init_dwo_file): Ditto.
4962 (init_cutu_and_read_dies): Add debugging printf.
4963 (init_cutu_and_read_dies_no_follow): Ditto.
4964 (process_psymtab_comp_unit_reader): Ditto.
4965
4966 2012-07-02 Stan Shebs <stan@codesourcery.com>
4967
4968 Add target-side support for dynamic printf.
4969 * NEWS: Mention the additional style.
4970 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4971 (struct bp_location): New field cmd_bytecode.
4972 * breakpoint.c: Include format.h.
4973 (disconnected_dprintf): New global.
4974 (parse_cmd_to_aexpr): New function.
4975 (build_target_command_list): New function.
4976 (insert_bp_location): Call it.
4977 (remove_breakpoints_pid): Skip dprintf breakpoints.
4978 (print_one_breakpoint_location): Ditto.
4979 (dprintf_style_agent): New global.
4980 (dprintf_style_enums): Add dprintf_style_agent.
4981 (update_dprintf_command_list): Add agent case.
4982 (agent_printf_command): New function.
4983 (_initialize_breakpoint): Add new commands.
4984 * common/ax.def (printf): New bytecode.
4985 * ax.h (ax_string): Declare.
4986 * ax-gdb.h (gen_printf): Declare.
4987 * ax-gdb.c: Include cli-utils.h, format.h.
4988 (gen_printf): New function.
4989 (maint_agent_print_command): New function.
4990 (_initialize_ax_gdb): Add maint agent-printf command.
4991 * ax-general.c (ax_string): New function.
4992 (ax_print): Add printf disassembly.
4993 * Makefile.in (SFILES): Add format.c
4994 (COMMON_OBS): Add format.o.
4995 * common/format.h: New file.
4996 * common/format.c: New file.
4997 * printcmd.c: Include format.h.
4998 (ui_printf): Call parse_format_string.
4999 * remote.c (remote_state): New field breakpoint_commands.
5000 (PACKET_BreakpointCommands): New enum.
5001 (remote_breakpoint_commands_feature): New function.
5002 (remote_protocol_features): Add new BreakpointCommands entry.
5003 (remote_can_run_breakpoint_commands): New function.
5004 (remote_add_target_side_commands): New function.
5005 (remote_insert_breakpoint): Call it.
5006 (remote_insert_hw_breakpoint): Ditto.
5007 (_initialize_remote): Add new packet configuration for
5008 target-side breakpoint commands.
5009 * target.h (struct target_ops): New field
5010 to_can_run_breakpoint_commands.
5011 (target_can_run_breakpoint_commands): New macro.
5012 * target.c (update_current_target): Handle
5013 to_can_run_breakpoint_commands.
5014
5015 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5016
5017 Execute -ix and -iex only after system and user gdbinit files.
5018 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5019 processing down after gdbinit files.
5020
5021 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5022
5023 Add fnmatch-gnu module.
5024 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5025 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5026 * gnulib/aclocal.m4: Regenerate.
5027 * gnulib/config.in: Regenerate.
5028 * gnulib/configure: Regenerate.
5029 * gnulib/import/dummy.c: Remove.
5030 * gnulib/import/Makefile.am: Regenerate.
5031 * gnulib/import/Makefile.in: Likewise.
5032 * gnulib/import/m4/gnulib-cache.m4: Likewise.
5033 * gnulib/import/m4/gnulib-comp.m4: Likewise.
5034 * gnulib/import/alloca.c: New file.
5035 * gnulib/import/alloca.in.h: Likewise.
5036 * gnulib/import/config.charset: Likewise.
5037 * gnulib/import/fnmatch.c: Likewise.
5038 * gnulib/import/fnmatch.in.h: Likewise.
5039 * gnulib/import/fnmatch_loop.c: Likewise.
5040 * gnulib/import/localcharset.c: Likewise.
5041 * gnulib/import/localcharset.h: Likewise.
5042 * gnulib/import/m4/alloca.m4: Likewise.
5043 * gnulib/import/m4/codeset.m4: Likewise.
5044 * gnulib/import/m4/configmake.m4: Likewise.
5045 * gnulib/import/m4/fcntl-o.m4: Likewise.
5046 * gnulib/import/m4/fnmatch.m4: Likewise.
5047 * gnulib/import/m4/glibc21.m4: Likewise.
5048 * gnulib/import/m4/localcharset.m4: Likewise.
5049 * gnulib/import/m4/locale-fr.m4: Likewise.
5050 * gnulib/import/m4/locale-ja.m4: Likewise.
5051 * gnulib/import/m4/locale-zh.m4: Likewise.
5052 * gnulib/import/m4/mbrtowc.m4: Likewise.
5053 * gnulib/import/m4/mbsinit.m4: Likewise.
5054 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5055 * gnulib/import/m4/mbstate_t.m4: Likewise.
5056 * gnulib/import/m4/stdbool.m4: Likewise.
5057 * gnulib/import/m4/wchar_h.m4: Likewise.
5058 * gnulib/import/m4/wctype_h.m4: Likewise.
5059 * gnulib/import/m4/wint_t.m4: Likewise.
5060 * gnulib/import/mbrtowc.c: Likewise.
5061 * gnulib/import/mbsinit.c: Likewise.
5062 * gnulib/import/mbsrtowcs-impl.h: Likewise.
5063 * gnulib/import/mbsrtowcs-state.c: Likewise.
5064 * gnulib/import/mbsrtowcs.c: Likewise.
5065 * gnulib/import/ref-add.sin: Likewise.
5066 * gnulib/import/ref-del.sin: Likewise.
5067 * gnulib/import/stdbool.in.h: Likewise.
5068 * gnulib/import/streq.h: Likewise.
5069 * gnulib/import/strnlen1.c: Likewise.
5070 * gnulib/import/strnlen1.h: Likewise.
5071 * gnulib/import/verify.h: Likewise.
5072 * gnulib/import/wchar.in.h: Likewise.
5073 * gnulib/import/wctype.in.h: Likewise.
5074
5075 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 Support shell wildcards for 'set auto-load safe-path'.
5078 * auto-load.c: Include fnmatch.h.
5079 (filename_is_in_dir): Rename to ...
5080 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5081 it. Update function comment. Rename dir_len to pattern_len. New
5082 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
5083 messages. Use gdb_filename_fnmatch.
5084 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5085 pattern.
5086 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5087 * defs.h (gdb_filename_fnmatch): New declaration.
5088 * utils.c: Include fnmatch.h.
5089 (gdb_filename_fnmatch): New function.
5090
5091 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5092
5093 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5094 `-probe' and `-probe-stap' options.
5095
5096 2012-07-01 Yao Qi <yao@codesourcery.com>
5097
5098 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5099 always_inserted_off, and always_inserted_enums.
5100 Change always_inserted_mode's type to 'enum auto_boolean'.
5101 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5102 callers.
5103 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5104 of add_setshow_enum_cmd.
5105 * infrun.c: Remove can_use_displaced_stepping_auto,
5106 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5107 can_use_displaced_stepping_enum.
5108 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5109 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5110 callers.
5111 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5112 add_setshow_enum_cmd.
5113
5114 2012-06-30 Doug Evans <dje@google.com>
5115
5116 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5117 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5118 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5119
5120 2012-06-29 Doug Evans <dje@google.com>
5121
5122 * linespec.c: #include "stack.h".
5123 (decode_line_with_current_source): Moved here from symtab.c and
5124 renamed from decode_line_spec. All callers updated.
5125 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5126 renamed from decode_line_spec_1. All callers updated.
5127 * linespec.h (decode_line_with_current_source): Move declaration here
5128 from symtab.h and renamed from decode_line_spec.
5129 (decode_line_with_last_displayed): Move declaration here from symtab.h
5130 and renamed from decode_line_spec_1.
5131 * macrocmd.c: #include "linespec.h".
5132 * symtab.c: Remove #include "linespec.h".
5133
5134 2012-06-28 Doug Evans <dje@google.com>
5135
5136 * dwarf2read.c (get_cu_length): New function.
5137 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5138 (create_debug_types_hash_table): Ditto.
5139 (init_cutu_and_read_dies): Ditto.
5140 (init_cutu_and_read_dies_no_follow): Ditto.
5141
5142 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5143
5144 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5145 (struct abbrev_table): Define.
5146 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5147 abbrev_table.
5148 (init_cutu_and_read_dies): Update.
5149 (abbrev_table_alloc_abbrev): New function. Replaces
5150 dwarf_alloc_abbrev. All callers updated.
5151 (abbrev_table_add_abbrev): New function.
5152 (abbrev_table_lookup_abbrev): New function. Replaces
5153 dwarf2_lookup_abbrev. All callers updated.
5154 (abbrev_table_read_table): New function. Contents moved here from
5155 dwarf2_read_abbrevs.
5156 (dwarf2_read_abbrevs): Call it.
5157 (abbrev_table_free): New function.
5158 (dwarf2_free_abbrev_table): Call it.
5159
5160 2012-06-28 Stan Shebs <stan@codesourcery.com>
5161
5162 * osdata.c (info_osdata_command): Filter out "Title" columns
5163 from non-MI uses.
5164 * common/linux-osdata.c (struct osdata_type): Add title field.
5165 (osdata_table): Add titles to each entry.
5166 (linux_command_xfer_osdata): Add a column for title data.
5167
5168 2012-06-28 Stan Shebs <stan@codesourcery.com>
5169
5170 Make logging work for MI.
5171 * NEWS: Mention it.
5172 * interps.h (interp_set_logging_ftype): New typedef.
5173 (struct interp_procs): New field set_logging_proc.
5174 (current_interp_set_logging): Declare.
5175 * interps.c (current_interp_set_logging): New function.
5176 * cli/cli-logging.c: Include interps.h.
5177 (set_logging_redirect): Call current_interp_set_logging.
5178 (pop_output_files): Ditto.
5179 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5180 * mi/mi-console.h (mi_console_set_raw): Declare.
5181 * mi/mi-console.c (mi_console_set_raw): New function.
5182 * mi/mi-interp.c (saved_raw_stdout): New global.
5183 (mi_set_logging): New function.
5184 (_initialize_mi_interp): Add it to interp procs.
5185
5186 2012-06-28 Doug Evans <dje@google.com>
5187
5188 * symtab.c (lookup_symbol_aux_objfile): Use
5189 ALL_OBJFILE_PRIMARY_SYMTABS.
5190
5191 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5192
5193 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5194
5195 * common/buffer.c: Include inttypes.h and stdint.h.
5196 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5197
5198 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5199 Pedro Alves <palves@redhat.com>
5200
5201 * gdbthread.h (ALL_THREADS): New macro.
5202 (thread_list): Declare.
5203 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5204 going, but instead fall through to the stepping handling.
5205 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5206 the passed in signal. Adjust debug output.
5207 (resume_callback): Rename to ...
5208 (linux_nat_resume_callback): ... this. Pass the thread's last
5209 stop signal, if in "pass" state.
5210 (linux_nat_resume): Adjust to rename.
5211 (stop_wait_callback): New assertion. Don't respawn signals;
5212 instead let the LWP remain with SIGNALLED set.
5213 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5214 * remote.c (append_pending_thread_resumptions): New.
5215 (remote_vcont_resume): Call it.
5216 * target.h (target_resume): Extend comment.
5217
5218 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5219
5220 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5221
5222 2012-06-27 Doug Evans <dje@google.com>
5223
5224 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5225 Delete have_addr_base, unused. All uses updated.
5226 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5227 (dwarf2_get_pc_bounds): Add ranges_base.
5228 (dwarf2_record_block_ranges): Ditto.
5229
5230 2012-06-27 Tom Tromey <tromey@redhat.com>
5231
5232 PR macros/7961:
5233 * varobj.c (varobj_create): Update.
5234 (varobj_set_value): Update.
5235 * tracepoint.c (validate_actionline): Update.
5236 (encode_actions_1): Update.
5237 * parse.c (parse_exp_1): Add 'pc' argument.
5238 (parse_exp_in_context): Add 'pc' argument. Change how
5239 expression_context_pc is set.
5240 (parse_expression): Update.
5241 (parse_field_expression): Update.
5242 * expression.h (parse_exp_1): Update.
5243 * eval.c (parse_to_comma_and_eval): Update.
5244 * breakpoint.c (set_breakpoint_condition): Update.
5245 (update_watchpoint): Update.
5246 (init_breakpoint_sal): Update
5247 (find_condition_and_thread): Update.
5248 (watch_command_1): Update.
5249 (update_breakpoint_locations): Update.
5250 * ada-lang.c (ada_read_renaming_var_value): Update.
5251 (create_excep_cond_exprs): Update.
5252
5253 2012-06-27 Doug Evans <dje@google.com>
5254
5255 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5256 type units.
5257
5258 2012-06-26 Doug Evans <dje@google.com>
5259
5260 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5261 prototype.
5262 (error_check_comp_unit_head): New arg abbrev_section. All callers
5263 updated.
5264 (read_and_check_comp_unit_head): Ditto.
5265 (read_and_check_type_unit_head): Ditto.
5266
5267 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5268
5269 New attribute 'last' for gdb.Symtab_and_line.
5270 * NEWS (Python Scripting): Add entry about the new attribute.
5271 * python/py-symtab.c (salpy_get_last): New function which
5272 implements the get method for the 'last' attribute of
5273 gdb.Symtab_and_line.
5274 (sal_object_getset): Add entry for the 'last' attribute.
5275
5276 2012-06-26 Doug Evans <dje@google.com>
5277
5278 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5279 (dwo_sections): Add macinfo, macro.
5280 (dwarf2_locate_dwo_sections): Watch for macro sections.
5281 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5282 All callers updated. Handle DWO files.
5283
5284 * NEWS: Mention new options "set debug dwarf2-read" and
5285 "set debug symtab-create".
5286 * dwarf2read.c (dwarf2_read_debug): New static global.
5287 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5288 (process_queue): Ditto.
5289 (process_full_comp_unit): Ditto.
5290 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5291 * elfread.c (elf_symfile_read): Add debugging printf.
5292 * minsyms.c (install_minimal_symbols): Ditto.
5293 * psymtab.c (allocate_psymtab): Ditto.
5294 * symfile.c (allocate_symtab): Ditto.
5295 * symtab.c (symtab_create_debug): New global.
5296 (_initialize_symtab): Add new option "set debug symtab-create".
5297 * symtab.h (symtab_create_debug): Declare.
5298
5299 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5300 (lookup_dwo_type_unit): Ditto.
5301
5302 2012-06-26 Roland McGrath <roland@hack.frob.com>
5303 H.J. Lu <hongjiu.lu@intel.com>
5304
5305 * amd64-linux-nat.c: Include <sys/user.h>.
5306 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5307 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5308 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5309
5310 * configure.ac: Check if the fs_base and gs_base members of
5311 `struct user_regs_struct' exist.
5312 * config.in: Regenerated.
5313 * configure: Likewise.
5314
5315 2012-06-25 Michael Eager <eager@eagercon.com>
5316
5317 PR python/14291
5318 * python/python.c (gdbpy_write): Check for interrupted output.
5319
5320 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5321
5322 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5323 register as a stack alignment in ARM mode.
5324
5325 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5328 * gnulib/config.in: Regenerate.
5329 * gnulib/configure: Likewise.
5330 * gnulib/import/m4/extensions.m4: Update it.
5331 * gnulib/import/m4/gnulib-common.m4: Likewise.
5332 * gnulib/import/m4/memmem.m4: Likewise.
5333 * gnulib/import/m4/mmap-anon.m4: Likewise.
5334 * gnulib/import/m4/multiarch.m4: Likewise.
5335 * gnulib/import/stdint.in.h: Likewise.
5336
5337 2012-06-24 Yao Qi <yao@codesourcery.com>
5338
5339 * corefile.c (write_memory_with_notification): New.
5340 * gdbcore.h: Declare write_memory_with_notification.
5341 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5342 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5343 * valops.c (value_assign): Likewise.
5344 * python/py-inferior.c (infpy_write_memory): Call
5345 'write_memory_with_notification'.
5346
5347 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * cc-with-index.sh: Use also -ex "set auto-load no".
5350
5351 2012-06-23 Doug Evans <dje@google.com>
5352
5353 PR 14125
5354 * NEWS: Document additions to .gdb_index.
5355 * dwarf2read.c: #include "gdb/gdb-index.h".
5356 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5357 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5358 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5359 (dwarf2_read_index): Recognize version 7.
5360 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5361 block_kind, domain): All callers updated.
5362 (dw2_find_symbol_file): Handle new index CU values.
5363 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5364 (add_index_entry): New args is_static, kind. All callers updated.
5365 (offset_type_compare, uniquify_cu_indices): New functions
5366 (symbol_kind): New function.
5367 (write_psymtabs_to_index): Remove duplicate CU values.
5368 (write_psymtabs_to_index): Write .gdb_index version 7.
5369
5370 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5371
5372 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5373 * configure: Regenerate.
5374
5375 2012-06-20 Yao Qi <yao@codesourcery.com>
5376
5377 * python/py-inferior.c: Update comments of infpy_read_memory
5378 and infpy_write_memory.
5379
5380 2012-06-19 Tom Tromey <tromey@redhat.com>
5381
5382 PR exp/9514:
5383 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5384 (push_type_address_space): Remove.
5385 * parse.c (insert_into_type_stack): New function.
5386 (insert_type): Likewise.
5387 (insert_type_address_space): Rename from push_type_address_space.
5388 Insert tp_space_identifier.
5389 * c-exp.y (ptr_operator): New production.
5390 (abs_decl): Use ptr_operator.
5391 (space_identifier): Call insert_type_address_space.
5392 (ptype): Don't use const_or_volatile_or_space_identifier.
5393 (const_or_volatile_noopt): Call insert_type.
5394 (conversion_type_id, conversion_declarator): New productions.
5395 (operator): Use conversion_type_id.
5396
5397 2012-06-18 Doug Evans <dje@google.com>
5398
5399 * symtab.h (minimal_symbol): New member created_by_gdb.
5400 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5401 created by gdb.
5402 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5403 (search_symbols): Call it instead of lookup_symbol.
5404 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5405
5406 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5407 Adjust address for DW_OP_GNU_addr_index.
5408 * dwarf2expr.h (dwarf_expr_context): Update comment.
5409 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5410 all callers updated. Handle TLS vars described with
5411 DW_OP_GNU_const_index.
5412 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5413 and DW_OP_GNU_const_index.
5414 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5415
5416 * block.c (find_block_in_blockvector): Make explicit the fact that we
5417 ignore GLOBAL_BLOCK.
5418
5419 2012-06-18 Tom Tromey <tromey@redhat.com>
5420
5421 * c-exp.y (operator): Remove trailing space after "delete" and
5422 "delete[]".
5423
5424 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5425 Jan Kratochvil <jan.kratochvil@redhat.com>
5426
5427 Switch i386 and derived targets to ON_STACK.
5428 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5429 (amd64_dicos_init_abi): Remove its installment.
5430 * dicos-tdep.c (dicos_init_abi): Remove the
5431 set_gdbarch_call_dummy_location call. Update the comment here.
5432 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5433 (i386_dicos_init_abi): Remove its installment.
5434 * i386-tdep.c (i386_push_dummy_code): New function.
5435 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5436 i386_push_dummy_code.
5437
5438 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5439
5440 Remove stale dummy frames.
5441 * breakpoint.c: Include dummy-frame.h.
5442 (longjmp_breakpoint_ops): New variable.
5443 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5444 bp_longjmp_call_dummy.
5445 (bpstat_what, bptype_string, print_one_breakpoint_location)
5446 (init_bp_location): Support bp_longjmp_call_dummy.
5447 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5448 (set_longjmp_breakpoint_for_call_dummy)
5449 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5450 functions.
5451 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5452 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5453 FIXME comment and extend the other comment for bp_call_dummy.
5454 (set_longjmp_breakpoint_for_call_dummy)
5455 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5456 * dummy-frame.c: Include gdbthread.h.
5457 (pop_dummy_frame_bpt): New function.
5458 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5459 (dummy_frame_discard): New function.
5460 (cleanup_dummy_frames): Update the comment about longjmps.
5461 * dummy-frame.h (dummy_frame_discard): New declaration.
5462 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5463 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5464 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5465 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5466 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5467 keep_going if IS_LONGJMP and there is no other reason to stop.
5468
5469 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5470
5471 * remote-sim.c (sim_command_completer): Initialize
5472 variable 'result'.
5473
5474 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5475
5476 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5477 * dwarf2loc.c (call_site_parameter_matches): Support
5478 CALL_SITE_PARAMETER_PARAM_OFFSET.
5479 (needs_dwarf_reg_entry_value): Push stub value.
5480 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5481 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5482 * gdbtypes.h (enum call_site_parameter_kind): New item
5483 CALL_SITE_PARAMETER_PARAM_OFFSET.
5484 (struct call_site.parameter.u): New field param_offset.
5485
5486 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5487
5488 Code cleanup: Generalize call_site.parameter key.
5489 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5490 variable dwarf_reg. New variable kind_u. Update parameters to
5491 push_dwarf_reg_entry_value.
5492 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5493 * dwarf2expr.h (enum call_site_parameter_kind)
5494 (union call_site_parameter_u): Forward declarations.
5495 (struct dwarf_expr_context_funcs): Update parameters and their
5496 description for push_dwarf_reg_entry_value.
5497 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5498 * dwarf2loc.c (call_site_parameter_matches): New function.
5499 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5500 description. Use call_site_parameter_matches.
5501 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5502 Update parameters and their description.
5503 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5504 New variable kind_u. Adjust the caller for updated parameters.
5505 (needs_dwarf_reg_entry_value): Update parameters.
5506 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5507 instead of attr. Update for the changed fields of struct
5508 call_site_parameter.
5509 * gdbtypes.h: Include dwarf2expr.h.
5510 (enum call_site_parameter_kind): New.
5511 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5512 fb_offset into new union u.
5513
5514 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5515
5516 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5517 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5518 for x32.
5519
5520 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5521
5522 * amd64-linux-nat.c (compat_x32_clock_t): New.
5523 (compat_x32_siginfo_t): Likewise.
5524 (compat_x32_siginfo_from_siginfo): Likewise.
5525 (siginfo_from_compat_x32_siginfo): Likewise.
5526 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5527 and siginfo_from_compat_x32_siginfo for x32.
5528
5529 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5530
5531 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5532
5533 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5534
5535 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5536 instead of gdbarch_ptr_bit.
5537 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5538 (amd64_supply_native_gregset): Likewise.
5539 (amd64_collect_native_gregset): Likewise.
5540 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5541 (amd64_supply_xsave): Likewise.
5542 (amd64_collect_fxsave): Likewise.
5543 (amd64_collect_xsave): Likewise.
5544
5545 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5546
5547 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5548 (amd64_linux_read_description): Check DS segment register for
5549 x32 process.
5550
5551 2012-06-15 Tom Tromey <tromey@redhat.com>
5552
5553 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5554 init_cutu_and_read_dies.
5555
5556 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5557
5558 * MAINTAINERS (Write After Approval): Add myself to the list.
5559
5560 2012-06-15 Tom Tromey <tromey@redhat.com>
5561
5562 * valops.c (value_find_oload_method_list): Now static.
5563 * value.h (value_find_oload_method_list): Don't declare.
5564
5565 2012-06-15 Tom Tromey <tromey@redhat.com>
5566
5567 * valops.c (find_overload_match): Use value_ind.
5568
5569 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5570
5571 * infrun.c (handle_inferior_event): Correct indentation.
5572
5573 2012-06-14 Doug Evans <dje@google.com>
5574
5575 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5576 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5577 All uses updated.
5578 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5579 updated. Handle DEBUG_LOC_START_LENGTH.
5580 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5581 (loclist_describe_location): Ditto.
5582
5583 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5584
5585 PR backtrace/13866
5586 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5587 after hiding inline functions.
5588
5589 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5590
5591 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5592 _initialize_inf_ttrace.
5593
5594 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5595
5596 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5597 _initialize_hppa_hpux_nat.
5598
5599 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5600
5601 * remote-sim.c (sim_command_completer): Change type of return
5602 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5603
5604 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5605 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 PR tdep/14222
5608 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5609 stack on a 16-byte boundary.
5610
5611 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5612
5613 * jit.c (finalize_symtab): Set function's return type to 'void' by
5614 default.
5615
5616 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5617 H.J. Lu <hongjiu.lu@intel.com>
5618
5619 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5620 Move bits common to both the classic LP64 and the new x32 ILP32
5621 ABI here.
5622 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5623 (amd64_x32_linux_init_abi): New function.
5624 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5625 subtype.
5626
5627 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5628 * i386-tdep.c (i386_pseudo_register_name): Make public.
5629 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5630 * amd64-tdep.c (amd64_dword_names): Add "eip".
5631 (amd64_x32_pseudo_register_type): New function
5632 (amd64_x32_init_abi): New function.
5633
5634 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5635
5636 PR build/14003
5637 * inferior.h (struct inferior_suspend_state): Comment out.
5638 (struct inferior): Comment out the field suspend.
5639 * infrun.c (struct infcall_suspend_state): Comment out the field
5640 inferior_suspend.
5641 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5642 out its assignment.
5643
5644 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5645
5646 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5647 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5648 function comment. Return ERROR for unresolved cases. Implement
5649 returning proper NAME.
5650 (yylex): Accept also NAME from classify_inner_name.
5651 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5652 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5653 LOC_TYPEDEF type.
5654 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5655
5656 2012-06-13 Tom Tromey <tromey@redhat.com>
5657
5658 * breakpoint.c (condition_completer): New function.
5659 (_initialize_breakpoint): Use it.
5660 * value.c (complete_internalvar): New function.
5661 * value.h (complete_internalvar): Declare.
5662
5663 2012-06-13 Tom Tromey <tromey@redhat.com>
5664
5665 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5666 * breakpoint.c (catch_syscall_completer): Return a VEC.
5667 * cli/cli-cmds.c (complete_command): Update.
5668 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5669 (complete_on_enum): Likewise.
5670 * command.h: Include gdb_vecs.h.
5671 (completer_ftype): Change return type.
5672 (complete_on_cmdlist, complete_on_enum): Likewise.
5673 * completer.c (noop_completer, filename_completer)
5674 (location_completer): Return a VEC.
5675 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5676 to a VEC.
5677 (expression_completer, complete_line_internal, complete_line)
5678 (command_completer): Return a VEC.
5679 (gdb_completion_word_break_characters, line_completion_function):
5680 Update.
5681 * completer.h: Include gdb_vecs.h.
5682 (complete_line, noop_completer, filename_completer)
5683 (expression_completer, location_completer, command_completer):
5684 Update.
5685 * f-lang.c (f_word_break_characters): Return a VEC.
5686 * interps.c (interpreter_completer): Return a VEC.
5687 * language.h (struct language_defn)
5688 <la_make_symbol_completion_list>: Return a VEC.
5689 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5690 * symtab.c (free_completion_list): Take a VEC.
5691 (return_val_size, return_val_index): Remove.
5692 (return_val): Now a VEC.
5693 (completion_list_add_name): Update.
5694 (default_make_symbol_completion_list_break_on)
5695 (default_make_symbol_completion_list, make_symbol_completion_list)
5696 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5697 Return a VEC.
5698 (add_filename_to_list): Update.
5699 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5700 <list>: Now a VEC.
5701 (maybe_add_partial_symtab_filename): Update.
5702 (make_source_files_completion_list): Return a VEC.
5703 * symtab.h (default_make_symbol_completion_list_break_on)
5704 (default_make_symbol_completion_list, make_symbol_completion_list)
5705 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5706 (make_source_files_completion_list): Update.
5707
5708 2012-06-13 Tom Tromey <tromey@redhat.com>
5709
5710 * breakpoint.c (add_catch_command): Use completer_ftype.
5711 * breakpoint.h: Include command.h.
5712 (add_catch_command): Use completer_ftype.
5713 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5714 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5715 Use completer_ftype.
5716 * command.h (completer_ftype): New typedef.
5717 (set_cmd_completer): Use it.
5718 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5719 completer_ftype.
5720
5721 2012-06-13 Pedro Alves <palves@redhat.com>
5722
5723 Partial revert of previous change.
5724
5725 * serial.c (scb_base): New global.
5726 (serial_for_fd): New.
5727 (serial_open, serial_fdopen_ops): Link new serial in open serials
5728 chain.
5729 (do_serial_close): Unlink serial from the open serials chain.
5730
5731 2012-06-12 Pedro Alves <palves@redhat.com>
5732
5733 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5734 threads here.
5735 (prepare_for_detach): No longer context switch here in non-stop
5736 mode.
5737 (fetch_inferior_event): Ditto.
5738 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5739 to the event thread before removing breakpoints. Switch to the
5740 event thread before inserting breakpoints and resuming.
5741 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5742 event thread before resuming.
5743 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5744 Switch to the event thread before removing breakpoints.
5745
5746 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5747
5748 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5749 special characters correctly for the Windows shells. See
5750 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5751 report.
5752 [!__MINGW32__]: Remove extra double quote character from special
5753 characters.
5754
5755 2012-06-11 Stan Shebs <stan@codesourcery.com>
5756
5757 * ui-out.h: Remove #if 0 declarations.
5758 * ui-out.c: Remove #if 0 functions.
5759
5760 2012-06-11 Pedro Alves <palves@redhat.com>
5761
5762 * ser-base.c (run_async_handler_and_reschedule): New.
5763 (fd_event, push_event): Use it.
5764 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5765 reference count to 1.
5766 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5767 instead of xfree.
5768 (serial_is_open, serial_ref, serial_unref): New.
5769 * serial.h (serial_open): Adjust comment.
5770 (serial_is_open): Declare.
5771 (serial_close): Adjust comment.
5772 (serial_ref, serial_unref) Declare.
5773 (struct serial): New field 'refcnt'.
5774
5775 2012-06-11 Pedro Alves <palves@redhat.com>
5776
5777 Remove #if 0'd "connect" command, and unnecessary associated
5778 refcounting and serial reuse bits.
5779
5780 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5781 * serial.c (last_serial_opened): Delete.
5782 (scb_base): Delete.
5783 (serial_open): Adjust.
5784 (serial_for_fd): Delete.
5785 (serial_fdopen_ops, do_serial_close): Adjust.
5786 (serial_fdopen_ops): Adjust.
5787
5788 2012-06-11 Pedro Alves <palves@redhat.com>
5789
5790 * serial.c (do_serial_close): Remove early return when SCB is
5791 null.
5792
5793 2012-06-11 Tom Tromey <tromey@redhat.com>
5794
5795 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5796
5797 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5798
5799 Fix regression by the "ambiguous linespec" series.
5800 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5801 get_last_displayed_symtab and get_last_displayed_line and depending
5802 on CURSAL.
5803
5804 2012-06-11 Tom Tromey <tromey@redhat.com>
5805
5806 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5807 (dw2_find_symbol_file): Use it.
5808
5809 2012-06-11 Michael Eager <eager@eagercon.com>
5810
5811 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5812 * mips-linux-tdep.h (mips_signals): New
5813
5814 2012-06-11 Tom Tromey <tromey@redhat.com>
5815
5816 * infrun.c (handle_inferior_event)
5817 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5818 breakpoint.
5819 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5820 exception logic in all cases. Update comments.
5821 (insert_longjmp_resume_breakpoint): Set the exception resume
5822 breakpoint.
5823
5824 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5825
5826 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5827
5828 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5829
5830 * valarith.c (binop_types_user_defined_p): Fix a typo.
5831
5832 2012-06-08 Yao Qi <yao@codesourcery.com>
5833 Chung-Lin Tang <cltang@codesourcery.com>
5834
5835 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5836 * arch-utils.h: Declare.
5837 * gdbarch.sh: Add return_in_first_hidden_param_p.
5838 * gdbarch.c, gdbarch.h: Regenerated.
5839 * infcall.c (call_function_by_hand): Call
5840 gdbarch_return_in_first_hidden_param_p instead of
5841 language_pass_by_reference.
5842
5843 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5844 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5845 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5846 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5847 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5848 `cplus_return_struct_by_reference'.
5849 (tic6x_return_value): Handle language cplusplus.
5850 (tic6x_return_in_first_hidden_param_p): New.
5851 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5852
5853 2012-06-07 Doug Evans <dje@google.com>
5854
5855 * dwarf2read.c (dwarf2_cu): Add comment.
5856
5857 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5858
5859 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5860 variable.
5861 (mips_eabi_push_dummy_call): Likewise.
5862 (mips_n32n64_push_dummy_call): Likewise.
5863 (mips_o32_push_dummy_call): Likewise.
5864 (mips_o64_push_dummy_call): Likewise.
5865
5866 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5867
5868 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5869
5870 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5871
5872 * mips-tdep.c (mips_pseudo_register_type): Use
5873 mips_float_register_p.
5874
5875 2012-06-06 Pedro Alves <palves@redhat.com>
5876
5877 * infrun.c (handle_inferior_event): Remove calls to
5878 reinit_frame_cache that follow a context_switch call.
5879
5880 2012-06-06 Pedro Alves <palves@redhat.com>
5881
5882 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5883 context_switch and remove stale comment.
5884
5885 2012-06-06 Pedro Alves <palves@redhat.com>
5886
5887 * infrun.c (struct execution_control_state): Remove
5888 `new_thread_event' field.
5889 (handle_inferior_event): Simplify new threads handling; don't
5890 resume the inferior if we find a new thread.
5891
5892 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5893
5894 * NEWS: Document the deprecation of SH's 'regs' command.
5895 * inferior.h (all_registers_info): Add function declaration.
5896 * sh-tdep.c (sh_show_regs): Remove variable.
5897 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5898 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5899 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5900 (sh_show_regs_command): Remove functions.
5901 (sh_gdbarch_init): Don't set sh_show_regs.
5902 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5903 'info all-registers'.
5904 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5905 (sh64_show_regs): Remove functions.
5906 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5907
5908 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 * configure.ac: Move development=true below AC_INIT.
5911 * configure: Regenerate.
5912
5913 2012-06-05 Stan Shebs <stan@codesourcery.com>
5914
5915 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5916 gdb_stdout.
5917
5918 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5919
5920 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5921 argument as ssize_t.
5922 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5923 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5924 * target.c (target_read_stack, target_write_memory)
5925 (target_write_raw_memory): Likewise.
5926 * target.h (target_read_stack, target_write_memory)
5927 (target_write_raw_memory): Likewise.
5928
5929 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5932 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5933 * target.c (target_read_memory): Change LEN to ssize_t.
5934 * target.h (target_read_memory): Change LEN to ssize_t.
5935
5936 2012-06-05 Pedro Alves <palves@redhat.com>
5937
5938 PR backtrace/13866
5939
5940 * breakpoint.c (until_break_command): Only fetch the selected
5941 frame after decode_line_1.
5942
5943 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5944
5945 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5946 event breakpoint at _start, __start or main if a program
5947 interpreter is not found.
5948
5949 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5950
5951 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5952 Add declaration.
5953 * windows-tdep.c: #include "objfiles.h".
5954 (windows_iterate_over_objfiles_in_search_order): New function.
5955 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5956 iterate_over_objfiles_in_search_order gdbarch method to
5957 windows_iterate_over_objfiles_in_search_order.
5958 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5959
5960 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5961
5962 * gdbarch.sh: Add generation of
5963 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5964 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5965 (iterate_over_objfiles_in_search_order): New gdbarch method.
5966 * gdbarch.h, gdbarch.c: Regenerate.
5967 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5968 Add declaration.
5969 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5970 New function.
5971 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5972 out of lookup_symbol_aux_symtabs.
5973 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5974 call to lookup_symbol_aux_objfile.
5975 (struct global_sym_lookup_data): New type.
5976 (lookup_symbol_global_iterator_cb): New function.
5977 (lookup_symbol_global): Search for symbol using
5978 gdbarch_iterate_over_objfiles_in_search_order and
5979 lookup_symbol_global_iterator_cb.
5980 * findvar.c (struct minsym_lookup_data): New type.
5981 (minsym_lookup_iterator_cb): New function.
5982 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5983 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5984 and minsym_lookup_iterator_cb.
5985
5986 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5987
5988 Revert the following patch:
5989 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5990 try locating the symbol in the symbol's own objfile first, before
5991 extending the search to all objfiles.
5992 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5993 out of lookup_symbol_aux_symtabs.
5994 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5995 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5996 Do not search EXCLUDE_OBJFILE.
5997 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5998 (lookup_symbol_global): Search for matches in the block's objfile
5999 first, before searching all other objfiles.
6000
6001 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6002
6003 * breakpoint.c (find_condition_and_thread): Stop parsing
6004 as soon as the first invalid keyword is found.
6005
6006 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6007
6008 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6009
6010 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6011
6012 * config/djgpp/djcheck.sh: Add copyright header.
6013
6014 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6015
6016 * copyright.py (update_files, main): Fix path to update-copyright
6017 script.
6018
6019 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6020
6021 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6022 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6023 for which a reminder to update by hand is printed.
6024
6025 2012-06-04 Doug Evans <dje@google.com>
6026
6027 * buildsym.c (make_blockvector): Add comment.
6028
6029 2012-06-04 Pedro Alves <palves@redhat.com>
6030
6031 * arch-utils.c (default_gdb_signal_from_target): Delete.
6032 * arch-utils.h (default_gdb_signal_from_target): Delete.
6033 * corelow.c (core_open) <signal mapping>: Extended comment. Check
6034 gdbarch_gdb_signal_from_target_p.
6035 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6036 predicate).
6037 * gdbarch.h: Regenerate.
6038 * gdbarch.c: Regenerate.
6039
6040 2012-06-04 Pedro Alves <palves@redhat.com>
6041
6042 * gdbarch.sh (gdb_signal_from_target): Mention that the
6043 implementation of the method must be host independent.
6044 * gdbarch.h: Regenerate.
6045
6046 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6049 parameters.
6050 (target_read_memory_bfd): New function.
6051 (symbol_file_add_from_memory): Use it.
6052
6053 2012-06-03 Doug Evans <dje@google.com>
6054
6055 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6056 of primary symtab.
6057 (basic_lookup_transparent_type): Ditto.
6058
6059 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6060 (ALL_PRIMARY_SYMTABS): Use it.
6061 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6062 * dwarf2read.c (dw2_find_symbol_file): Ditto.
6063 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6064 * symtab.c (lookup_symbol_aux_objfile): Ditto.
6065 (basic_lookup_transparent_type): Ditto.
6066
6067 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
6068
6069 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
6070 it to optimize resolution of demangled name.
6071
6072 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * configure.ac (development): Define new variable.
6075 Call AC_CHECK_LIB for mcheck if $development.
6076 (ERROR_ON_WARNING): Enable it by default only if $development.
6077 * config.in: Regenerate.
6078 * configure: Regenerate.
6079
6080 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
6081
6082 * target.c (target_read_memory): Make LEN argument as size_t.
6083 * target.h (target_read_memory): Likewise.
6084
6085 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6086
6087 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6088
6089 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6090
6091 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6092 BookE interface for PowerPC server processors if not available
6093 in the Linux Kernel.
6094
6095 2012-05-31 Keith Seitz <keiths@redhat.com>
6096
6097 * linespec.c (decode_objc): Add cleanup to free
6098 INFO.FILE_SYMTABS.
6099 (find_linespec_symbols): Add cleanup to free CLASSES.
6100 * symfile.c (find_separate_debug_file_by_debuglink): Add
6101 cleanup to free DEBUGLINK.
6102 * ui-out.c (clear_header_list): No need to check if
6103 HEADER_NEXT.COLHDR is NULL.
6104 Free HEADER_NEXT.COL_NAME.
6105
6106 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6107
6108 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6109 warning.
6110
6111 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6112
6113 * configure.host (gdb_host_cpu): Handle tilegx*.
6114 (gdb_host): Handle tilegx-*-linux*.
6115 * tilegx-linux-nat.c: New file.
6116 * config/tilegx/linux.mh: New file.
6117
6118 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6119
6120 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6121 tilegx-linux-tdep.o.
6122 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6123 tilegx-linux-tdep.c.
6124 * configure.tgt: Handle tilegx-*-linux*.
6125 * tilegx-tdep.h: New file.
6126 * tilegx-tdep.c: New file.
6127 * tilegx-linux-tdep.c: New file.
6128 * regformats/reg-tilegx.dat: New file.
6129
6130 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6131
6132 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6133 accounting of hw watchpoints on ppc.
6134
6135 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6136
6137 * source.c (openp): Expand tilde in path entries.
6138
6139 2012-05-29 Doug Evans <dje@google.com>
6140
6141 * buildsym.c (block_compar): Fix comment.
6142 (end_symtab): Fix and clarify some comments.
6143
6144 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6145 cleanup_undefined_types.
6146 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6147 All callers updated.
6148
6149 2012-05-29 Tom Tromey <tromey@redhat.com>
6150
6151 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6152 fails.
6153 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6154 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6155 fails.
6156 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6157 fails.
6158
6159 2012-05-29 Tristan Gingold <gingold@adacore.com>
6160
6161 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6162 (struct darwin_info): ... New struct.
6163 (solib_darwin_pspace_data): New variable.
6164 (darwin_pspace_data_cleanup): New function.
6165 (get_darwin_info): Likewise.
6166 (darwin_dyld_version_ok, darwin_load_image_infos)
6167 (darwin_solib_get_all_image_info_addr_at_init)
6168 (darwin_solib_read_all_image_info_addr): Add info argument.
6169 Adjust code.
6170 (darwin_current_sos): Use per pspace structure.
6171 (darwin_solib_create_inferior_hook): Likewise.
6172 (darwin_clear_solib): Likewise.
6173 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6174
6175 2012-05-28 Pedro Alves <palves@redhat.com>
6176
6177 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6178 block that uses them. Clear ecss before handling each event.
6179
6180 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6181
6182 * solib-svr4.c (svr4_current_sos): New comment on
6183 svr4_current_sos_via_xfer_libraries fall back.
6184
6185 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6186
6187 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6188 it as a fallback for TYPE_IS_OPAQUE.
6189 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6190 symbols for lookup_symbol.
6191
6192 2012-05-24 John Steele Scott <toojays@toojays.net>
6193
6194 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6195 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6196 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6197 (check_producer): ... this new function, which also checks for ICC
6198 and caches the result.
6199 (producer_is_icc): New function.
6200 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6201 producer was ICC.
6202
6203 2012-05-24 Pedro Alves <palves@redhat.com>
6204
6205 PR gdb/7205
6206
6207 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6208 (default_gdb_signal_to_target): ... this. Add comment.
6209 (default_gdb_signal_from_host): Rename to ...
6210 (default_gdb_signal_from_target): ... this. Add comment.
6211 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6212 (default_gdb_signal_to_target): ... this.
6213 (default_gdb_signal_from_host): Rename to ...
6214 (default_gdb_signal_from_target): ... this.
6215 * corelow.c (core_open): Adjust to naming change. Replace comment.
6216 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6217 (gdb_signal_from_target): ... this. Adjust to
6218 default_gdb_signal_from_host naming change. Extend comment.
6219 (gdb_signal_to_host): Rename to ...
6220 (gdb_signal_to_target): ... this. Adjust to
6221 default_gdb_signal_to_host naming change.
6222 * gdbarch.h, gdbarch.c: Renegerate.
6223
6224 2012-05-24 Pedro Alves <palves@redhat.com>
6225
6226 PR gdb/7205
6227
6228 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6229
6230 2012-05-24 Pedro Alves <palves@redhat.com>
6231
6232 PR gdb/7205
6233
6234 Replace target_signal with gdb_signal throughout.
6235
6236 2012-05-24 Pedro Alves <palves@redhat.com>
6237
6238 PR tui/14159
6239
6240 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6241 string, instead of reusing the va_list argument.
6242
6243 2012-05-24 Tom Tromey <tromey@redhat.com>
6244
6245 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6246 Remove.
6247
6248 2012-05-23 Doug Evans <dje@google.com>
6249
6250 * symtab.c (search_symbols): Formatting fixes.
6251 (print_symbol_info): Formatting fixes.
6252
6253 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6254 int64_t change to leb128 API.
6255 (read_encoded_value, decode_frame_entry_1): Ditto.
6256 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6257 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6258 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6259 (execute_stack_op): Ditto.
6260 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6261 (safe_read_uleb128, safe_read_sleb128): Ditto.
6262 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6263 (dwarf2_compile_expr_to_ax): Ditto.
6264 (locexpr_describe_location_piece): Ditto.
6265 (disassemble_dwarf_expression): Ditto.
6266 (locexpr_describe_location_1): Ditto.
6267
6268 2012-05-23 Stan Shebs <stan@codesourcery.com>
6269 Kwok Cheung Yeung <kcy@codesourcery.com>
6270
6271 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6272 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6273 (mi-cmd-info.o): New rule.
6274 * osdata.h (info_osdata_command): New declaration.
6275 * osdata.c (info_osdata_command): Change to non-static.
6276 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6277 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6278 * mi/mi-cmd-info.c: New file.
6279
6280 2012-05-23 Doug Evans <dje@google.com>
6281
6282 * symtab.c (search_symbols): Pass NULL for file_matcher to
6283 expand_symtabs_matching if there are no files to match.
6284
6285 * gdbtypes.c (lookup_typename): Simplify.
6286
6287 2012-05-23 Pedro Alves <palves@redhat.com>
6288
6289 * arch-utils.h (default_target_signal_to_host): Delete.
6290 * arch-utils.c (default_target_signal_to_host): Delete.
6291 * gdbarch.sh (target_signal_to_host): Remove.
6292 * gdbarch.h, gdbarch.c: Regenerate.
6293
6294 2012-05-22 Doug Evans <dje@google.com>
6295
6296 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6297 "const gdb_byte *".
6298 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6299 (execute_cfa_program): Update to match API of leb128 functions.
6300 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6301 "const gdb_byte *".
6302 (read_unsigned_leb128, read_signed_leb128): Delete.
6303 (read_initial_length): Change type of buf argument to
6304 "const gdb_byte *".
6305 (read_encoded_value): Update to match API of leb128 functions.
6306 (decode_frame_entry): Change result to "const gdb_byte *", and
6307 similarly for "start" parameter.
6308 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6309 (dwarf2_build_frame_info): Change local frame_ptr to
6310 "const gdb_byte *".
6311 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6312 read_uleb128, read_sleb128. All callers updated.
6313 (safe_skip_leb128): New function.
6314 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6315 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6316 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6317 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6318 read_uleb128, read_sleb128.
6319 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6320 (execute_stack_op): Update to match API of leb128 functions.
6321 * dwarf2expr.h: #include "leb128.h".
6322 (read_uleb128, read_sleb128): Delete.
6323 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6324 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6325 * dwarf2loc.c (debug_loc_kind): New enum.
6326 (decode_debug_loc_addresses): New function.
6327 (decode_debug_loc_dwo_addresses): New function.
6328 (dwarf2_find_location_expression): Rewrite.
6329 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6330 (locexpr_describe_location_piece): Ditto.
6331 (disassemble_dwarf_expression): Ditto.
6332 (locexpr_describe_location_1): Ditto.
6333 (loclist_describe_location): Rewrite.
6334 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6335 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6336 (dwarf2_section_buffer_overflow_complaint): Renamed from
6337 dwarf2_macros_too_long_complaint. All callers updated.
6338 (skip_leb128): Delete.
6339 (init_cu_die_reader): Initialize reader->buffer_end.
6340 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6341 (skip_form_bytes): New arg buffer_end. All callers updated.
6342 Replace call to skip_leb128 with gdb_skip_leb128.
6343 (skip_unknown_opcode): New arg mac_end. All callers updated.
6344 (fill_in_loclist_baton): Initialize baton->from_dwo.
6345
6346 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6347
6348 * mips-linux-nat.c (mips_linux_read_description): Use a more
6349 verbose error message.
6350
6351 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6352
6353 * NEWS: Add MIPS/Linux DSP support.
6354 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6355 (SIGCONTEXT_DSPCTL): New macro.
6356 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6357 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6358 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6359 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6360 (N64_SIGCONTEXT_HI3): Likewise.
6361 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6362 (N64_SIGCONTEXT_LO3): Likewise.
6363 (N64_SIGCONTEXT_DSPCTL): Likewise.
6364 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6365 (mips_linux_o32_sigframe_init): Handle DSP registers.
6366 (mips_linux_n32n64_sigframe_init): Likewise.
6367
6368 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6369
6370 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6371 call to abort.
6372
6373 2012-05-22 Pedro Alves <palves@redhat.com>
6374
6375 * target.h (store_waitstatus): Move declaration ...
6376 * inf-child.h (store_waitstatus): ... here.
6377 * target.c: Move inclusion of gdb_wait.h, and ...
6378 (store_waitstatus): ... this ...
6379 * inf-child.c: ... here.
6380 * linux-nat.c: Include inf-child.h.
6381 * rs6000-nat.c: Include inf-child.h.
6382 * spu-linux-nat.c: Include inf-child.h.
6383
6384 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6385
6386 * tracepoint.c (start_tracing): Add missing i18n markup.
6387 (stop_tracing, set_trace_user): Ditto.
6388 (set_trace_notes, set_trace_stop_notes): Ditto.
6389
6390 2012-05-21 Tom Tromey <tromey@redhat.com>
6391
6392 PR c++/7173:
6393 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6394 types.
6395 * value.h (value_cast_pointers): Update.
6396 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6397 (value_cast): Update.
6398 (update_search_result): New function.
6399 (do_search_struct_field): New, from search_struct_field. Check
6400 for ambiguous results.
6401 (search_struct_field): Rewrite.
6402 * infcall.c (value_arg_coerce): Update.
6403 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6404 value_cast_pointers.
6405 * ada-lang.c (ada_convert_actual): Update.
6406
6407 2012-05-21 Tom Tromey <tromey@redhat.com>
6408
6409 * macroexp.c (macro_stringify): Terminate the string.
6410
6411 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6414 Describe it.
6415 * auto-load.c (auto_load_expand_dir_vars): New function.
6416 (auto_load_safe_path_vec_update): Use it, remove the
6417 substitute_path_component call thanks to it.
6418 (auto_load_objfile_script): Remove the debug_file_directory processing.
6419 Use auto_load_expand_dir_vars, remove the substitute_path_component
6420 call thanks to it.
6421 * configure: Regenerate.
6422 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6423 path. Escape $ also for $debugdir.
6424 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6425 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6426
6427 2012-05-20 Doug Evans <dje@google.com>
6428
6429 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6430 before use. Check for symtab->includes == NULL before scanning it.
6431
6432 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6433
6434 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6435
6436 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6437
6438 * NEWS: Add microMIPS support and "set mips compression",
6439 "show mips compression" commands.
6440 * mips-tdep.h (mips_isa): New enum.
6441 (gdbarch_tdep): Add mips_isa.
6442 (mips_pc_is_mips16): Update prototype.
6443 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6444 * mips-tdep.c (mips_compression_mips16): New variable.
6445 (mips_compression_micromips): Likewise.
6446 (mips_compression_strings): Likewise.
6447 (mips_compression_string): Likewise.
6448 (is_mips16_isa, is_micromips_isa): New functions.
6449 (is_mips16_addr): Rename to...
6450 (is_compact_addr): ... this.
6451 (unmake_mips16_addr): Likewise to...
6452 (unmake_compact_addr): ... this.
6453 (make_mips16_addr): Likewise to...
6454 (make_compact_addr): ... this.
6455 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6456 functions.
6457 (mips_elf_make_msymbol_special): Handle microMIPS code.
6458 (msymbol_is_special): Rename to...
6459 (msymbol_is_mips16): ... this.
6460 (mips_make_symbol_special, mips_pc_is_mips16): Update
6461 accordingly.
6462 (msymbol_is_mips, msymbol_is_micromips): New functions.
6463 (mips16_to_32_reg): Rename to...
6464 (mips_reg3_to_reg): ... this.
6465 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6466 (mips_pc_isa): Likewise.
6467 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6468 code.
6469 (mips_fetch_instruction): Pass return status instead of printing
6470 an error message if requested. Handle microMIPS code. Bail out
6471 on an invalid ISA.
6472 (micromips_op): New macro.
6473 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6474 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6475 (b6s4_op, b7s3_reg): Likewise.
6476 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6477 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6478 (mips_insn_size): New function.
6479 (mips32_next_pc): Update mips_fetch_instruction call.
6480 (micromips_relative_offset7): New function.
6481 (micromips_relative_offset10): Likewise.
6482 (micromips_relative_offset16): Likewise.
6483 (micromips_pc_insn_size): Likewise.
6484 (micromips_bc1_pc): Likewise.
6485 (micromips_next_pc): Likewise.
6486 (unpack_mips16): Update mips_fetch_instruction call.
6487 (extended_mips16_next_pc): Update according to change to
6488 mips16_to_32_reg.
6489 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6490 code.
6491 (mips16_scan_prologue): Update mips_fetch_instruction call.
6492 Update according to change to mips16_to_32_reg.
6493 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6494 (mips_insn16_frame_base_sniffer): Likewise.
6495 (micromips_decode_imm9): New function.
6496 (micromips_scan_prologue): Likewise.
6497 (mips_micro_frame_cache): Likewise.
6498 (mips_micro_frame_this_id): Likewise.
6499 (mips_micro_frame_prev_register): Likewise.
6500 (mips_micro_frame_sniffer): Likewise.
6501 (mips_micro_frame_unwind): New variable.
6502 (mips_micro_frame_base_address): New function.
6503 (mips_micro_frame_base): New variable.
6504 (mips_micro_frame_base_sniffer): New function.
6505 (mips32_scan_prologue): Update mips_fetch_instruction call.
6506 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6507 rather than for MIPS16.
6508 (mips_insn32_frame_base_sniffer): Likewise.
6509 (mips_addr_bits_remove): Handle microMIPS code.
6510 (deal_with_atomic_sequence): Rename to...
6511 (mips_deal_with_atomic_sequence): ... this. Update the type
6512 of the variable used to hold an instruction. Remove the ISA bit
6513 check. Update mips_fetch_instruction call.
6514 (micromips_deal_with_atomic_sequence): New function.
6515 (deal_with_atomic_sequence): Likewise.
6516 (mips_about_to_return): Handle microMIPS code. Update
6517 mips_fetch_instruction call.
6518 (heuristic_proc_start): Check for the standard MIPS ISA rather
6519 than for MIPS16. Update mips_pc_is_mips16 and
6520 mips_fetch_instruction calls. Handle microMIPS code.
6521 (mips_push_dummy_code): Handle microMIPS code.
6522 (mips_eabi_push_dummy_call): Likewise.
6523 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6524 (mips_o64_push_dummy_call): Handle microMIPS code.
6525 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6526 (is_delayed): Remove function.
6527 (mips_single_step_through_delay): Replace the call to is_delayed
6528 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6529 Handle microMIPS code.
6530 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6531 microMIPS code.
6532 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6533 call.
6534 (micromips_in_function_epilogue_p): New function.
6535 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6536 call.
6537 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6538 Handle microMIPS.
6539 (gdb_print_insn_mips): Likewise.
6540 (mips_breakpoint_from_pc): Likewise.
6541 (mips_remote_breakpoint_from_pc): New function.
6542 (mips32_instruction_has_delay_slot): Simplify making use of the
6543 updated mips_fetch_instruction interface.
6544 (micromips_instruction_has_delay_slot): New function.
6545 (mips16_instruction_has_delay_slot): Simplify making use of the
6546 updated mips_fetch_instruction interface.
6547 (mips_adjust_breakpoint_address): Check for the standard MIPS
6548 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6549 calls. Handle microMIPS code.
6550 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6551 (mips_skip_trampoline_code): Handle microMIPS code.
6552 (global_mips_compression): New function.
6553 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6554 file flags. Register the microMIPS remote breakpoint handler
6555 and heuristic frame unwinder.
6556 (show_mips_compression): New function.
6557 (_initialize_mips_tdep): Add the "set mips compression" and
6558 "show mips compression" commands.
6559
6560 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6561
6562 * ada-lang.c:
6563 * ada-tasks.c:
6564 * ada-varobj.c:
6565 * amd64-darwin-tdep.c:
6566 * arm-symbian-tdep.c:
6567 * arm-tdep.c:
6568 * avr-tdep.c:
6569 * ax-gdb.c:
6570 * bfin-linux-tdep.c:
6571 * breakpoint.c:
6572 * c-valprint.c:
6573 * cli/cli-cmds.c:
6574 * coffread.c:
6575 * cp-support.c:
6576 * cris-tdep.c:
6577 * dwarf2-frame-tailcall.c:
6578 * dwarf2-frame.c:
6579 * dwarf2expr.c:
6580 * dwarf2loc.c:
6581 * dwarf2read.c:
6582 * elfread.c:
6583 * eval.c:
6584 * expprint.c:
6585 * f-valprint.c:
6586 * frv-tdep.c:
6587 * h8300-tdep.c:
6588 * hppa-hpux-tdep.c:
6589 * hppa-tdep.c:
6590 * hppanbsd-tdep.c:
6591 * i386-nto-tdep.c:
6592 * i386-tdep.c:
6593 * i387-tdep.c:
6594 * ia64-tdep.c:
6595 * jit.c:
6596 * linespec.c:
6597 * linux-tdep.c:
6598 * lm32-tdep.c:
6599 * m2-valprint.c:
6600 * m32c-tdep.c:
6601 * m32r-rom.c:
6602 * m32r-tdep.c:
6603 * m68k-tdep.c:
6604 * m68klinux-tdep.c:
6605 * mi/mi-main.c:
6606 * microblaze-tdep.c:
6607 * mips-linux-tdep.c:
6608 * mips-tdep.c:
6609 * mn10300-tdep.c:
6610 * p-valprint.c:
6611 * parse.c:
6612 * ppc-linux-tdep.c:
6613 * ppc-sysv-tdep.c:
6614 * printcmd.c:
6615 * python/py-finishbreakpoint.c:
6616 * python/py-inferior.c:
6617 * python/py-infthread.c:
6618 * python/py-type.c:
6619 * python/python.c:
6620 * remote-fileio.c:
6621 * remote-m32r-sdi.c:
6622 * remote-mips.c:
6623 * reverse.c:
6624 * rl78-tdep.c:
6625 * rs6000-aix-tdep.c:
6626 * rs6000-tdep.c:
6627 * s390-tdep.c:
6628 * score-tdep.c:
6629 * sh64-tdep.c:
6630 * skip.c:
6631 * solib-darwin.c:
6632 * solib-dsbt.c:
6633 * solib-frv.c:
6634 * sparc-tdep.c:
6635 * spu-multiarch.c:
6636 * spu-tdep.c:
6637 * stack.c:
6638 * symfile.c:
6639 * symtab.c:
6640 * tic6x-tdep.c:
6641 * tracepoint.c:
6642 * v850-tdep.c:
6643 * valarith.c:
6644 * valprint.c:
6645 * value.c:
6646 * xcoffread.c:
6647 * xtensa-tdep.c:
6648 * ada-lang.c:
6649 * ada-tasks.c:
6650 * ada-varobj.c:
6651 * amd64-darwin-tdep.c:
6652 * arm-symbian-tdep.c:
6653 * arm-tdep.c: Delete unused variables.
6654
6655 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 Rename $ddir to $datadir.
6658 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6659 * auto-load.c (auto_load_safe_path_vec_update)
6660 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6661 * configure: Regenerate.
6662 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6663 Likewise. Remove the 'use $ddir' help string.
6664
6665 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6666
6667 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6668 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6669
6670 2012-05-18 Tom Tromey <tromey@redhat.com>
6671
6672 PR exp/13907:
6673 * valprint.h (struct value_print_options) <symbol_print>: New
6674 field.
6675 * valprint.c (user_print_options): Add default for symbol_print.
6676 (show_symbol_print): New function.
6677 (generic_val_print): Respect symbol_print.
6678 (_initialize_valprint): Add "print symbol" setting.
6679 * f-valprint.c (f_val_print): Respect symbol_print.
6680 * c-valprint.c (c_val_print): Respect symbol_print.
6681 * NEWS: Update.
6682 * printcmd.c (print_address_symbolic): Return int. Ignore some
6683 zero-size symbols.
6684 (print_address_demangle): Return int.
6685 * defs.h: (print_address_symbolic): Return int.
6686 * value.h (print_address_demangle): Return int.
6687
6688 2012-05-18 Tom Tromey <tromey@redhat.com>
6689
6690 * valprint.c (val_print_string): Don't print leading space.
6691 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6692 print space before string or vtbl.
6693 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6694 before string.
6695 * jv-valprint.c (java_value_print): Print space before string.
6696 * go-valprint.c (print_go_string): Print space before string.
6697 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6698 space before string.
6699 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6700 space before string or vtbl.
6701 * auxv.c (fprint_target_auxv): Print space after address.
6702
6703 2012-05-18 Tom Tromey <tromey@redhat.com>
6704
6705 * printcmd.c (print_address_demangle): Remove special case for 0.
6706
6707 2012-05-18 Tom Tromey <tromey@redhat.com>
6708
6709 * printcmd.c (print_address_demangle): Add 'opts' argument.
6710 * p-valprint.c (pascal_val_print): Update.
6711 * jv-valprint.c (java_val_print): Update.
6712 * value.h: Update.
6713 * valprint.c (generic_val_print): Update.
6714 (print_function_pointer_address): Add 'options' argument. Remove
6715 'addressprint' argument. Update.
6716 * m2-valprint.c (print_unpacked_pointer): Update.
6717 * gnu-v3-abi.c (print_one_vtable): Update.
6718 (gnuv3_print_method_ptr): Update.
6719 * f-valprint.c (f_val_print): Update.
6720 * cp-valprint.c (cp_print_value_fields): Update.
6721 * valprint.h (print_function_pointer_address): Update.
6722 * c-valprint.c (c_val_print): Update.
6723
6724 2012-05-18 Tom Tromey <tromey@redhat.com>
6725
6726 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6727 directly corresponding to the found psymtab.
6728 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6729 (dw2_find_pc_sect_symtab): Use it.
6730 * block.h (blockvector_contains_pc): Declare.
6731 * block.c (find_block_in_blockvector): New function.
6732 (blockvector_for_pc_sect): Use it.
6733 (blockvector_contains_pc): New function.
6734
6735 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6736
6737 * mips-tdep.h (mips_write_pc): New prototype.
6738 * mips-tdep.c (mips_write_pc): Make external, add description.
6739 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6740 add description.
6741
6742 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6743
6744 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6745 mips_regnum->pc.
6746 (mips_unwind_pc, mips_write_pc): Likewise.
6747 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6748 gdbarch_read_pc.
6749
6750 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6751
6752 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6753 proc_warn, proc_error, proc_get_status, proc_flags,
6754 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6755 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6756 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6757 proc_stop_process, proc_wait_for_stop, proc_run_process,
6758 proc_set_traced_signals, proc_set_traced_faults,
6759 proc_set_traced_sysentry, proc_set_traced_sysexit,
6760 proc_set_held_signals, proc_get_held_signals,
6761 proc_get_traced_signals, proc_get_traced_faults,
6762 proc_get_traced_sysentry, proc_get_traced_sysexit,
6763 proc_clear_current_fault, proc_set_current_signal,
6764 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6765 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6766 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6767 proc_get_current_thread, proc_get_current_thread,
6768 proc_get_current_thread, proc_update_threads,
6769 proc_update_threads, proc_update_threads, proc_update_threads,
6770 proc_iterate_over_threads, procfs_find_new_threads,
6771 procfs_pid_to_str): Make static. Remove advance declaration.
6772 (proc_cursig): Make static. Conditionalized defintion on
6773 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6774 (proc_syscall, proc_set_kill_on_last_close,
6775 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6776 proc_get_pending_signals, proc_get_signal_actions,
6777 proc_trace_signal, proc_ignore_signal): Delete.
6778
6779 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6780
6781 * coffread.c (cs_section_address): Passing proper argument for
6782 `bfd_get_section_vma'.
6783 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6784 `bfd_get_section_flags'.
6785 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6786 `bfd_get_section_vma'.
6787
6788 2012-05-16 Tom Tromey <tromey@redhat.com>
6789
6790 PR macros/13205:
6791 * macrotab.h: (macro_define_special): Declare.
6792 (enum macro_special_kind): New.
6793 (struct macro_definition) <argc, replacement>: Update comments.
6794 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6795 (macro_define_object_internal): New function.
6796 (macro_define_object): Use it.
6797 (macro_define_special): New function.
6798 (fixup_definition): New function.
6799 (macro_lookup_definition, foreach_macro_in_scope)
6800 (foreach_macro): Use fixup_definition.
6801 * macroexp.h (macro_stringify): Declare.
6802 * macroexp.c (free_buffer_return_text): New function.
6803 (stringify): Constify "arg".
6804 (macro_stringify): New function.
6805 * dwarf2read.c (macro_start_file): Call macro_define_special.
6806
6807 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6808 Maciej W. Rozycki <macro@mips.com>
6809
6810 * breakpoint.h (bp_location): Add related_address member.
6811 * inferior.h (get_return_value): Take a pointer to struct value
6812 instead of struct type for the function requested.
6813 * value.h (using_struct_return): Likewise.
6814 * gdbarch.sh (return_value): Take a pointer to struct value
6815 instead of struct type for the function requested.
6816 * breakpoint.c (set_breakpoint_location_function): Initialize
6817 related_address for bp_gnu_ifunc_resolver breakpoints.
6818 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6819 requested function's address to gdbarch_return_value.
6820 * eval.c (evaluate_subexp_standard): Pass the requested
6821 function's address to using_struct_return.
6822 * infcall.c (call_function_by_hand): Pass the requested
6823 function's address to using_struct_return and
6824 gdbarch_return_value.
6825 * infcmd.c (get_return_value): Take a pointer to struct value
6826 instead of struct type for the function requested.
6827 (print_return_value): Update accordingly.
6828 (finish_command_continuation): Likewise.
6829 * stack.c (return_command): Pass the requested function's
6830 address to using_struct_return and gdbarch_return_value.
6831 * value.c (using_struct_return): Take a pointer to struct value
6832 instead of struct type for the function requested. Pass the
6833 requested function's address to gdbarch_return_value.
6834 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6835 New function_value member, replacing function_type.
6836 (bpfinishpy_dealloc): Update accordingly.
6837 (bpfinishpy_pre_stop_hook): Likewise.
6838 (bpfinishpy_init): Likewise. Record the requested function's
6839 address.
6840 * mips-tdep.c (mips_fval_reg): New enum.
6841 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6842 words put in GP registers.
6843 (mips_o64_push_dummy_call): Update a comment.
6844 (mips_o32_return_value): Take a pointer to struct value instead
6845 of struct type for the function requested and use it to check if
6846 using the MIPS16 calling convention. Return the designated
6847 general purpose registers for floating-point values returned in
6848 MIPS16 mode.
6849 (mips_o64_return_value): Likewise.
6850 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6851 (ppc_sysv_abi_broken_return_value): Likewise.
6852 (ppc64_sysv_abi_return_value): Likewise.
6853 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6854 value instead of struct type for the function requested.
6855 * amd64-tdep.c (amd64_return_value): Likewise.
6856 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6857 * arm-tdep.c (arm_return_value): Likewise.
6858 * avr-tdep.c (avr_return_value): Likewise.
6859 * bfin-tdep.c (bfin_return_value): Likewise.
6860 * cris-tdep.c (cris_return_value): Likewise.
6861 * frv-tdep.c (frv_return_value): Likewise.
6862 * h8300-tdep.c (h8300_return_value): Likewise.
6863 (h8300h_return_value): Likewise.
6864 * hppa-tdep.c (hppa32_return_value): Likewise.
6865 (hppa64_return_value): Likewise.
6866 * i386-tdep.c (i386_return_value): Likewise.
6867 * ia64-tdep.c (ia64_return_value): Likewise.
6868 * iq2000-tdep.c (iq2000_return_value): Likewise.
6869 * lm32-tdep.c (lm32_return_value): Likewise.
6870 * m32c-tdep.c (m32c_return_value): Likewise.
6871 * m32r-tdep.c (m32r_return_value): Likewise.
6872 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6873 * m68k-tdep.c (m68k_return_value): Likewise.
6874 (m68k_svr4_return_value): Likewise.
6875 * m88k-tdep.c (m88k_return_value): Likewise.
6876 * mep-tdep.c (mep_return_value): Likewise.
6877 * microblaze-tdep.c (microblaze_return_value): Likewise.
6878 * mn10300-tdep.c (mn10300_return_value): Likewise.
6879 * moxie-tdep.c (moxie_return_value): Likewise.
6880 * mt-tdep.c (mt_return_value): Likewise.
6881 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6882 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6883 (ppc_sysv_abi_broken_return_value): Likewise.
6884 (ppc64_sysv_abi_return_value): Likewise.
6885 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6886 * rl78-tdep.c (rl78_return_value): Likewise.
6887 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6888 * rx-tdep.c (rx_return_value): Likewise.
6889 * s390-tdep.c (s390_return_value): Likewise.
6890 * score-tdep.c (score_return_value): Likewise.
6891 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6892 (sh_return_value_fpu): Likewise.
6893 * sh64-tdep.c (sh64_return_value): Likewise.
6894 * sparc-tdep.c (sparc32_return_value): Likewise.
6895 * sparc64-tdep.c (sparc64_return_value): Likewise.
6896 * spu-tdep.c (spu_return_value): Likewise.
6897 * tic6x-tdep.c (tic6x_return_value): Likewise.
6898 * v850-tdep.c (v850_return_value): Likewise.
6899 * vax-tdep.c (vax_return_value): Likewise.
6900 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6901 * xtensa-tdep.c (xtensa_return_value): Likewise.
6902 * gdbarch.c: Regenerate.
6903 * gdbarch.h: Regenerate.
6904
6905 2012-05-15 Tom Tromey <tromey@redhat.com>
6906
6907 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6908
6909 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6910
6911 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6912 of command in two error message.
6913
6914 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6915
6916 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6917
6918 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6919
6920 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6921
6922 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6923
6924 * NEWS (show auto-load scripts-directory): Add forgotten command.
6925
6926 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6927
6928 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6929 parameters.
6930
6931 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6932
6933 * amd64-tdep.c: Include features/i386/x32.c and
6934 features/i386/x32-avx.c.
6935 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6936 initialize_tdesc_x32_avx.
6937
6938 2012-05-14 Stan Shebs <stan@codesourcery.com>
6939
6940 Add dynamic printf.
6941 * breakpoint.h (enum bptype): New type bp_dprintf.
6942 (struct breakpoint): New field extra_string.
6943 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6944 (create_breakpoint): Add extra_string arg.
6945 * breakpoint.c (dprintf_breakpoint_ops): New.
6946 (is_breakpoint): Add bp_dprintf.
6947 (bpstat_what): Add dprintf case.
6948 (bptype_string): Ditto.
6949 (print_one_breakpoint_location): Ditto.
6950 (init_bp_location): Ditto.
6951 (bkpt_print_mention): Ditto.
6952 (dprintf_style_enums): New array.
6953 (dprintf_style): New global.
6954 (dprintf_function): New global.
6955 (dprintf_channel): New global.
6956 (update_dprintf_command_list): New function.
6957 (update_dprintf_commands): New function.
6958 (init_breakpoint_sal): Add extra_string argument, handle it.
6959 (create_breakpoint_sal): Add extra_string argument.
6960 (create_breakpoints_sal): Add extra_string argument, update callers.
6961 (find_condition_and_thread): Add extra argument.
6962 (create_breakpoint): Add extra_string argument, record it.
6963 (dprintf_command): New function.
6964 (break_command_1): Add arg to create_breakpoint call.
6965 (handle_gnu_v3_exceptions): Ditto.
6966 (trace_command): Ditto.
6967 (ftrace_command): Ditto.
6968 (strace_command): Ditto.
6969 (bkpt_print_mention): Add dprintf case.
6970 (create_breakpoint_sal_default): Add extra_string argument.
6971 (_initialize_breakpoint): Add new commands.
6972 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6973 * python/py-breakpoint.c (bppy_init): Ditto.
6974 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6975
6976 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6977
6978 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6979
6980 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6981
6982 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6983 unsigned long long.
6984
6985 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6986
6987 Add a new function gdb.find_pc_line to the Python API.
6988 * NEWS (Python Scripting): Add entry about the new function.
6989 * python/python.c (gdbpy_find_pc_line): New function which
6990 implements gdb.find_pc_line.
6991 (GdbMethods): Add entry for the new function.
6992
6993 2012-05-12 Pedro Alves <palves@redhat.com>
6994
6995 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6996 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6997
6998 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6999
7000 * inferior.c: Include completer.h
7001 (initialize_inferiors): Set completer of add-inferior to
7002 filename_completer.
7003
7004 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7005
7006 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7007 gdbarch_ptr_bit for x32 core dump.
7008
7009 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7010
7011 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7012 and features/i386/x32-avx-linux.c.
7013
7014 2012-05-11 Stan Shebs <stan@codesourcery.com>
7015 Kwok Cheung Yeung <kcy@codesourcery.com>
7016
7017 * NEWS: Describe new info os commands.
7018 * common/linux-osdata.c (PID_T, TIME_T): Define.
7019 (MAX_PID_T_STRLEN): New.
7020 (linux_common_core_of_thread): Add comment. Change to use PID_T and
7021 MAX_PID_T_STRLEN.
7022 (command_from_pid): Add comment. Change to use PID_T.
7023 (commandline_from_pid): Change to use PID_T.
7024 (user_from_pid): Add comment.
7025 (get_process_owner): Add comment. Change to use PID_T and
7026 MAX_PID_T_STRLEN.
7027 (get_number_of_cpu_cores): Add comment.
7028 (get_cores_used_by_process): Add comment. Change to use PID_T and
7029 MAX_PID_T_STRLEN.
7030 (linux_xfer_osdata_processes): Change to use PID_T and
7031 MAX_PID_T_STRLEN.
7032 (compare_processes): New function.
7033 (linux_xfer_osdata_processgroups): New function.
7034 (linux_xfer_osdata_threads): Change to use PID_T.
7035 (linux_xfer_osdata_fds): New function.
7036 (format_socket_state, print_sockets): New functions.
7037 (union socket_addr): New union.
7038 (linux_xfer_osdata_isockets): New function.
7039 (time_from_time_t, group_from_gid): New functions.
7040 (linux_xfer_osdata_shm): New function.
7041 (linux_xfer_osdata_sem): New function.
7042 (linux_xfer_osdata_msg): New function.
7043 (linux_xfer_osdata_modules): New function.
7044 (osdata_table): Add new entries.
7045 * common/buffer.c (buffer_xml_printf): Add support for long and
7046 long long format specifiers.
7047
7048 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
7049
7050 * amd64-linux-tdep.h (tdesc_x32_linux): New.
7051 (tdesc_x32_avx_linux): Likewise.
7052
7053 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7054
7055 Implement multi-component --with-auto-load-dir.
7056 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7057 entries.
7058 (--with-auto-load-safe-path): Update the default value description.
7059 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7060 New.
7061 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
7062 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
7063 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
7064 (_initialize_auto_load): Initialize also auto_load_dir. Install new
7065 "set auto-load scripts-directory".
7066 * config.in: Regenerate.
7067 * configure: Regenerate.
7068 * configure.ac (--with-auto-load-dir): New configure option.
7069 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7070
7071 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7072
7073 Provide $ddir substitution for --with-auto-load-safe-path.
7074 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7075 entries.
7076 * auto-load.c: Include observer.h.
7077 (auto_load_safe_path_vec_update): Call substitute_path_component for
7078 each component. New variable ddir_subst.
7079 (auto_load_gdb_datadir_changed): New function.
7080 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7081 AUTO_LOAD_SAFE_PATH. New comment.
7082 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7083 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
7084 * config.in: Regenerate.
7085 * configure: Regenerate.
7086 * configure.ac (--auto-load-safe-path): Rename
7087 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7088 GDB_DATADIR/auto-load.
7089 * defs.h (substitute_path_component): New declaration.
7090 * top.c: Include observer.h.
7091 (set_gdb_datadir): New function.
7092 (init_main): Install it for "set data-directory".
7093 * utils.c (substitute_path_component): New function.
7094
7095 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7098 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7099 DEBUG_FILE_DIRECTORY. Handle multiple components of
7100 DEBUG_FILE_DIRECTORY.
7101
7102 2012-05-10 Tom Tromey <tromey@redhat.com>
7103
7104 * dwarf2read.c (recursively_write_psymbols): New function.
7105 (write_psymtabs_to_index): Use it.
7106
7107 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7108 field.
7109 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7110 (load_partial_comp_unit): Update.
7111 (queue_comp_unit): Add argument 'pretend_language'.
7112 (process_queue): Update.
7113 (psymtab_to_symtab_1): Skip dependencies that have a user.
7114 (load_partial_comp_unit_reader): Give meaning to the 'data'
7115 argument.
7116 (load_full_comp_unit): Add 'pretend_language' argument.
7117 (process_full_comp_unit): Add 'pretend_language' argument. Set
7118 language on CU.
7119 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7120 Update.
7121 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7122 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7123 Update.
7124 (prepare_one_comp_unit): Add 'pretend_language' argument.
7125
7126 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7127 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7128 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7129 (dw2_do_instantiate_symtab): Check whether symtab was read in
7130 before queueing.
7131 (dw2_instantiate_symtab): Add assertion. Call
7132 process_cu_includes.
7133 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7134 (partial_symtab_p): New typedef.
7135 (set_partial_user): New function.
7136 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7137 (scan_partial_symbols): Add imported CU to imported_symtabs.
7138 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7139 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7140 (get_symtab, recursively_compute_inclusions)
7141 (compute_symtab_includes, process_cu_includes)
7142 (process_imported_unit_die): New functions.
7143 (process_die) <DW_TAG_imported_unit>: New case.
7144 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7145
7146 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7147 comment.
7148 (struct partial_die_info) <locdesc>: Remove.
7149 <d>: New field.
7150 (process_psymtab_comp_unit): Add 'read_partial' argument.
7151 Update.
7152 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7153 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7154 (add_partial_symbol): Update.
7155 (process_die): Handle DW_TAG_partial_unit.
7156 (read_file_scope): Update comment.
7157 (load_partial_dies): Handle DW_TAG_imported_unit.
7158 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7159 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7160
7161 2012-05-10 Tom Tromey <tromey@redhat.com>
7162
7163 * cc-with-dwz.sh: New file.
7164
7165 2012-05-10 Tom Tromey <tromey@redhat.com>
7166
7167 * symtab.h (struct symtab) <includes, user>: New fields.
7168 * block.h (struct block_iterator) <d, idx, which>: New fields.
7169 * block.c (initialize_block_iterator, find_iterator_symtab)
7170 (block_iterator_step, block_iter_name_step)
7171 (block_iter_match_step): New functions.
7172 (block_iterator_first, block_iterator_next)
7173 (block_iter_name_first, block_iter_name_next)
7174 (block_iter_match_first, block_iter_match_next): Rewrite.
7175 (get_block_symtab): New function.
7176
7177 2012-05-10 Tom Tromey <tromey@redhat.com>
7178
7179 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7180 set_block_symtab.
7181 * jit.c (finalize_symtab): Use allocate_global_block,
7182 set_block_symtab.
7183 * buildsym.c (finish_block_internal): New function, from old
7184 finish_block.
7185 (finish_block): Rewrite.
7186 (end_symtab): Use finish_block_internal, set_block_symtab.
7187 * block.h (struct global_block): New.
7188 (allocate_global_block, set_block_symtab): Declare.
7189 * block.c (allocate_global_block, set_block_symtab): New
7190 functions.
7191
7192 2012-05-10 Tom Tromey <tromey@redhat.com>
7193
7194 * psymtab.c (partial_map_expand_apply): Add assertion.
7195 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7196 (psymtab_to_symtab): Find unshared psymtab.
7197 (dump_psymtab): Print including psymtabs.
7198 (recursively_search_psymtabs): New function.
7199 (expand_symtabs_matching_via_partial): Use it.
7200 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7201 fields.
7202 (enum psymtab_search_status): New.
7203
7204 2012-05-10 Tom Tromey <tromey@redhat.com>
7205
7206 * tracepoint.c (scope_info): Update.
7207 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7208 (find_pc_sect_symtab, search_symbols)
7209 (default_make_symbol_completion_list_break_on)
7210 (make_file_symbol_completion_list): Update.
7211 * symmisc.c (dump_symtab_1): Update.
7212 * stack.c (print_frame_args, iterate_over_block_locals)
7213 (print_frame_labels, iterate_over_block_arg_vars): Update.
7214 * python/py-block.c (block_object) <dict>: Remove.
7215 <block>: New field.
7216 <iter>: Change type.
7217 (blpy_iter): Update.
7218 (blpy_block_syms_iternext): Update.
7219 * psymtab.c (map_block): Use block iterators.
7220 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7221 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7222 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7223 * infrun.c (check_exception_resume): Update.
7224 * cp-support.c (make_symbol_overload_list_block): Update.
7225 * coffread.c (patch_opaque_types): Update.
7226 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7227 * block.h (struct block_iterator): New.
7228 (block_iterator_first, block_iterator_next, block_iter_name_first)
7229 (block_iter_name_next, block_iter_match_first)
7230 (block_iter_match_next): Declare.
7231 (ALL_BLOCK_SYMBOLS): Redefine.
7232 * block.c (block_iterator_first, block_iterator_next)
7233 (block_iter_name_first, block_iter_name_next)
7234 (block_iter_match_first, block_iter_match_next): New functions.
7235 * ada-lang.c (ada_add_block_symbols)
7236 (ada_make_symbol_completion_list): Use block iterator.
7237
7238 2012-05-10 Tom Tromey <tromey@redhat.com>
7239
7240 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7241 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7242 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7243 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7244 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7245 Update.
7246
7247 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7248
7249 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7250 print-file-var-lib2.c, print-file-var-main.c and
7251 print-file-var.exp (located in gdb/testsuite/gdb.base).
7252
7253 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7254
7255 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7256 try locating the symbol in the symbol's own objfile first, before
7257 extending the search to all objfiles.
7258 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7259 out of lookup_symbol_aux_symtabs.
7260 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7261 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7262 Do not search EXCLUDE_OBJFILE.
7263 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7264 (lookup_symbol_global): Search for matches in the block's objfile
7265 first, before searching all other objfiles.
7266
7267 2012-05-10 Tristan Gingold <gingold@adacore.com>
7268
7269 * printcmd.c (set_command): Add pre/post inc/dec.
7270
7271 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7272
7273 * gdb.1: Document -ex option.
7274
7275 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7276
7277 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7278 * inferior.h (AT_SYMBOL): Delete.
7279
7280 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7281
7282 * mips-tdep.c (mips_push_dummy_code): New function.
7283 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7284 ON_STACK and install mips_push_dummy_code as our gdbarch
7285 push_dummy_code routine.
7286
7287 2012-05-09 Pedro Alves <palves@redhat.com>
7288
7289 * target.c (set_maintenance_target_async_permitted): Rename to ...
7290 (set_target_async_command): ... this.
7291 (show_maintenance_target_async_permitted): Rename to ...
7292 (show_target_async_command): ... this.
7293 (initialize_targets): Adjust.
7294
7295 2012-05-08 Doug Evans <dje@google.com>
7296
7297 * go-exp.y (classify_name): Add missing assignment of fields of
7298 yylval.ssym.
7299
7300 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7301
7302 Display the ">" prompt in interactive mode while reading canned
7303 commands, even when the current interpreter is MI.
7304
7305 * interps.c (interp_set_temp): New function.
7306
7307 * interps.h (interp_set_temp): Add prototype.
7308
7309 * cli/cli-script.c (restore_interp): New cleanup function.
7310 (read_command_lines): Temporarily override the current interpreter
7311 with CLI and arrange for restoring the original one.
7312
7313 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7314
7315 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7316
7317 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7318
7319 * probe.c (parse_probes): Move conditional to check for
7320 debuginfo files from here...
7321 * stap-probe.c (stap_get_probes): ... to here.
7322
7323 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7324 H.J. Lu <hongjiu.lu@intel.com>
7325
7326 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7327 `movl %esp, %ebp' for the X32 ABI.
7328
7329 2012-05-07 Tom Tromey <tromey@redhat.com>
7330
7331 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7332 get_DW_TAG_name.
7333 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7334 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7335 (dwarf_stack_op_name): Remove.
7336 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7337 (decode_locdesc): Use get_DW_OP_name.
7338 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7339 (dwarf2_compile_expr_to_ax): Likewise.
7340 (disassemble_dwarf_expression): Likewise.
7341 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7342
7343 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7344
7345 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7346 (sh_linux_sigtramp_cache): New function.
7347 (sh_linux_sigreturn_init): New function.
7348 (sh_linux_rt_sigreturn_init): New function.
7349 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7350 patterns.
7351 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7352 syscall codes.
7353 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7354 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7355 (sh_linux_init_abi): Add init calls to register new tramp_frame
7356 definitions under 32-bit SH, update comments.
7357
7358 2012-05-07 Pedro Alves <palves@redhat.com>
7359
7360 PR gdb/10952
7361
7362 * amd64-linux-tdep.c: Include glibc-tdep.h.
7363 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7364 gdbarch_skip_solib_resolver callback.
7365
7366 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7367
7368 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7369 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7370 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7371 (add_auto_load_safe_path): Change the error message.
7372 (_initialize_auto_load): Change the "safe-path" help text.
7373 * configure: Regenerate
7374 * configure.ac (--without-auto-load-safe-path): Set
7375 WITH_AUTO_LOAD_SAFE_PATH to /.
7376
7377 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7378
7379 * stap-probe.h: Do not include unecessary `probe.h'.
7380
7381 2012-05-05 Alan Modra <amodra@gmail.com>
7382
7383 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7384 bfd_und_section_ptr.
7385 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7386 and bfd_com_section_ptr.
7387
7388 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7389
7390 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7391
7392 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7393
7394 * windows-nat.h (segment_register_p_ftype): New typedef.
7395 (windows_set_segment_register_p): Add declaration.
7396 * windows-nat.c (segment_register_p): New static global.
7397 (windows_set_segment_register_p): New function.
7398 (do_windows_fetch_inferior_registers): Add special handling
7399 for segment registers.
7400 * amd64-windows-nat.c: #include "amd64-tdep.h".
7401 (amd64_windows_segment_register_p): New function.
7402 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7403 * i386-windows-nat.c: #include "i386-tdep.h".
7404 (i386_windows_segment_register_p): New function.
7405 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7406
7407 2012-05-04 Tristan Gingold <gingold@adacore.com>
7408
7409 * printcmd.c (set_command): Emit a warning if the expression is not
7410 an assignment.
7411
7412 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7413
7414 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7415 Make static.
7416
7417 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7418
7419 * stap-probe.c (stap_is_operator): Change declaration.
7420 (stap_get_opcode): Change return value.
7421 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7422 `stap_parse_argument_1'.
7423
7424 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7425
7426 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7427 debug log.
7428
7429 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7430
7431 Add two new methods global_block and static_block to gdb.Symtab
7432 objects.
7433 * NEWS (Python scripting): Add entry about the new methods.
7434 * python/py-symtab.c (stpy_global_block): New function which
7435 implements the gdb.Symtab.global_block() method.
7436 (stpy_static_block): New function which implements the
7437 gdb.Symtab.static_block() method.
7438 (symtab_object_methods): Add entries for the two new methods.
7439
7440 2012-05-03 Doug Evans <dje@google.com>
7441
7442 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7443 files.
7444
7445 2012-05-03 Yao Qi <yao@codesourcery.com>
7446
7447 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7448 space.
7449 (i386_process_record): Ditto.
7450
7451 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7452
7453 * infcall.c (unwind_on_signal_p): Make static.
7454
7455 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7456
7457 * sol-thread.c (solaris_pid_to_str): Make static.
7458 (_initialize_sol_thread): Add prototype.
7459
7460 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7461
7462 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7463
7464 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7465
7466 * MAINTAINERS: Remove myself.
7467
7468 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7469
7470 Fix --without-auto-load-safe-path for MS-Windows host platform.
7471 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7472
7473 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7474
7475 * gdb_curses.h: Undefine KEY_EVENT before including curses
7476 headers. Move "#undef MOUSE_MOVED" before any curses header
7477 inclusion.
7478
7479 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7480
7481 * features/i386/i386-mmx-linux.c: Regenerate.
7482 * features/rs6000/powerpc-32.c: Likewise.
7483 * features/rs6000/powerpc-32l.c: Likewise.
7484 * features/rs6000/powerpc-403.c: Likewise.
7485 * features/rs6000/powerpc-403gc.c: Likewise.
7486 * features/rs6000/powerpc-405.c: Likewise.
7487 * features/rs6000/powerpc-505.c: Likewise.
7488 * features/rs6000/powerpc-601.c: Likewise.
7489 * features/rs6000/powerpc-602.c: Likewise.
7490 * features/rs6000/powerpc-603.c: Likewise.
7491 * features/rs6000/powerpc-604.c: Likewise.
7492 * features/rs6000/powerpc-64.c: Likewise.
7493 * features/rs6000/powerpc-64l.c: Likewise.
7494 * features/rs6000/powerpc-750.c: Likewise.
7495 * features/rs6000/powerpc-860.c: Likewise.
7496 * features/rs6000/powerpc-e500.c: Likewise.
7497 * features/rs6000/powerpc-e500l.c: Likewise.
7498 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7499 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7500 * features/rs6000/rs6000.c: Likewise.
7501
7502 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7503
7504 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7505 variable.
7506 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7507 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7508 (stap_parse_argument) <e>: Likewise.
7509 (handle_stap_probe) <byte_order>: Likewise.
7510
7511 2012-04-30 Doug Evans <dje@google.com>
7512
7513 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7514 init_and_read_dies_worker. All callers updated.
7515 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7516 replaced with init_cutu_and_read_dies.
7517 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7518 (find_partial_die): Remove FIXME. Don't free current CU.
7519
7520 2012-04-30 Sterling Augustine <saugustine@google.com>
7521
7522 * contrib: New directory.
7523 * contrib/test_pubnames_and_indexes.py: New file.
7524
7525 2012-04-30 Doug Evans <dje@google.com>
7526
7527 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7528 All callers updated.
7529 (init_cu_die_reader): Verify the section is non-empty.
7530 (dwarf_decode_line_header): Don't dereference section->asection
7531 until we know the section is present.
7532
7533 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7534
7535 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7536 probes.
7537
7538 2012-04-29 Yao Qi <yao@codesourcery.com>
7539
7540 * gdb-code-style.el: New hook gdb-markup-hook
7541 and gdb-comment-hook.
7542
7543 2012-04-28 Doug Evans <dje@google.com>
7544
7545 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7546 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7547 objfile->obfd.
7548 * symfile.h (dwarf2_debug_sections): New member addr.
7549 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7550 (ctx_no_get_addr_index): New function.
7551 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7552 (ctx_no_get_addr_index): Declare.
7553 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7554 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7555 (dwarf_expr_ctx_funcs): Update.
7556 (needs_get_addr_index): New function.
7557 (needs_frame_ctx_funcs): Update.
7558 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7559 * dwarf2read.c: #include "gdbcore.h".
7560 (dwarf2_per_objfile): New members addr, dwo_files.
7561 (dwarf2_elf_names): Add entry for addr.
7562 (struct dwo_section_names): New type.
7563 (dwo_section_names): New static global.
7564 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7565 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7566 old debug_types_section member updated to use this.
7567 Rename member debug_types_section to info_or_types_section,
7568 all uses updated.
7569 (signatured_type): Rename member type_offset to type_offset_in_tu,
7570 all uses updated. New member type_offset_in_section.
7571 (struct dwo_sections): New type.
7572 (struct dwo_unit): New type.
7573 (struct dwo_file): New type.
7574 (die_reader_specs): New member dwo_file.
7575 (dwarf2_locate_sections): Watch for .debug_addr.
7576 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7577 (dwarf2_read_section): Get bfd of section from bfd's asection,
7578 instead of objfile.
7579 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7580 (create_signatured_type_table_from_index): Initialize
7581 sig_type->info_or_types_section.
7582 (dw2_get_file_names): Statement lists for type units with DWO files
7583 live in the DWO file.
7584 (create_debug_types_hash_table): New function.
7585 (create_all_type_units): Rewrite.
7586 (init_cu_die_reader): New arg dwo_file, all callers updated.
7587 (init_and_read_dies_worker): Get section from
7588 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7589 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7590 continue reading the CU/TU from there.
7591 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7592 updated. Get section from this_cu->info_or_types_section.
7593 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7594 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7595 DW_FORM_GNU_str_index.
7596 (hash_dwo_file, eq_dwo_file): New functions.
7597 (allocate_dwo_file_hash_table): New function.
7598 (hash_dwo_unit, eq_dwo_unit): New functions.
7599 (allocate_dwo_unit_table): New function.
7600 (dwarf2_locate_dwo_sections): New function.
7601 (struct create_dwo_info_table_data): New type.
7602 (create_debug_info_hash_table_reader): New function.
7603 (create_debug_info_hash_table): New function.
7604 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7605 (lookup_dwo_file): New function.
7606 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7607 (free_dwo_file, free_dwo_file_cleanup): New functions.
7608 (free_dwo_file_from_slot, free_dwo_files): New functions.
7609 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7610 (dwarf2_record_block_ranges): Ditto.
7611 (read_partial_die): Ditto.
7612 (process_enumeration_scope): Update to use type_offset_in_section.
7613 (read_full_die_1): New function.
7614 (read_full_die): Rewrite.
7615 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7616 DW_FORM_GNU_str_index.
7617 (read_addr_index_1, read_addr_index): New functions.
7618 (read_addr_index_from_leb128): New function.
7619 (struct dwarf2_read_addr_index_data): New type.
7620 (dwarf2_read_addr_index_reader): New function.
7621 (dwarf2_read_addr_index): New function.
7622 (read_str_index): New function.
7623 (leb128_size): New function.
7624 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7625 If processing a type unit from a DWO file, get the line section
7626 from the DWO file.
7627 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7628 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7629 DW_FORM_GNU_str_index.
7630 (lookup_die_type): Check whether section offset of type's die is
7631 known before looking it up. Remove assert. Condition can
7632 legimately happen for inter-cu type references.
7633 (dwarf_attr_name): Handle Fission attributes.
7634 (dwarf_form_name): Handle Fission forms.
7635 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7636 DW_FORM_GNU_str_index.
7637 (follow_die_sig): Update to use type_offset_in_section.
7638 (decode_locdesc): New case DW_OP_GNU_addr_index.
7639 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7640 DW_FORM_GNU_str_index.
7641 (cu_debug_loc_section): New function.
7642 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7643 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7644 Free DWO files if present.
7645 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7646
7647 Refactor DIE reading.
7648 * dwarf2read.c (dwarf2_per_objfile): Replace members
7649 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7650 (die_reader_specs): New member "die_section". Temporarily make
7651 member "buffer" non-const, pending constifying all info_ptr uses.
7652 (die_reader_func_ftype): New typedef.
7653 (dw2_get_file_names_reader): New function.
7654 (dw2_get_file_names): Rewrite.
7655 (read_and_check_type_unit_head): Rename arg type_offset to
7656 type_offset_in_tu.
7657 (create_all_type_units): Improve debugging message.
7658 Improve dummy type unit check.
7659 (init_cu_die_reader): New arg "section". All callers updated.
7660 (init_and_read_dies_worker): New function.
7661 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7662 (init_cutu_and_read_dies_no_follow): New function.
7663 (init_cutu_and_read_dies_simple): New function.
7664 (process_psymtab_comp_unit_reader): New function.
7665 (process_psymtab_comp_unit): Delete args section,
7666 is_debug_types_section. Rewrite. All callers updated.
7667 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7668 All callers updated. Rewrite.
7669 (load_partial_comp_unit_reader): New function.
7670 (load_partial_comp_unit): Rewrite.
7671 (skip_children): New arg reader. Delete args buffer, cu.
7672 All callers updated.
7673 (skip_one_die): New arg reader. Delete args buffer, cu.
7674 All callers updated.
7675 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7676 All callers updated.
7677 (load_full_comp_unit_reader): New function.
7678 (load_full_comp_unit): Rewrite.
7679 (read_comp_unit): Delete.
7680 (read_die_and_children_1): Delete, contents moved ...
7681 (read_die_and_children): ... here.
7682 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7683 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7684 All callers updated.
7685 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7686 All callers updated.
7687 (find_partial_die): Rewrite load_all_dies support.
7688 (read_attribute_value): New arg reader. Delete args abfd, cu.
7689 All callers updated.
7690 (read_attribute): New arg reader. Delete args abfd, cu.
7691 All callers updated.
7692 (load_full_type_unit): Add assert.
7693 (read_signatured_type_reader): New function.
7694 (read_signatured_type): Rewrite.
7695 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7696 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7697 All callers updated. Set per_cu->cu = NULL after freeing it.
7698 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7699 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7700 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7701 (set_die_type): Update.
7702 (get_die_type_at_offset): Update.
7703 (read_file_scope): Call prepare_one_comp_unit.
7704 (read_type_unit_scope): Ditto.
7705 (prepare_one_comp_unit): Set producer if present.
7706
7707 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7708
7709 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7710 gettext function on `error'.
7711
7712 2012-04-27 Doug Evans <dje@google.com>
7713
7714 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7715 is empty.
7716
7717 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7718 Tom Tromey <tromey@redhat.com>
7719
7720 * breakpoint.c (struct breakpoint_objfile_data)
7721 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7722 <exception_probes>: New fields.
7723 (free_breakpoint_probes): New function.
7724 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7725 `_Unwind_DebugHook'.
7726 (create_exception_master_breakpoint): Likewise.
7727 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7728 * infrun.c: Including necessary header files for handling SystemTap
7729 probes.
7730 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7731 via SystemTap probes.
7732 (check_exception_resume): Remove `func' argument. Handle exception
7733 unwinding breakpoint set via a SystemTap probe.
7734 (insert_exception_resume_from_probe): New function.
7735
7736 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7737 Tom Tromey <tromey@redhat.com>
7738 Jan Kratochvil <jan.kratochvil@redhat.com>
7739
7740 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7741 (COMMON_OBS): Likewise.
7742 (HFILES_NO_SRCDIR): Add `probe'.
7743 * NEWS: Mention support for static and SystemTap probes.
7744 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7745 SystemTap probes' arguments parser.
7746 * arm-linux-tdep.c: Including headers needed to perform the parsing
7747 of SystemTap probes' arguments.
7748 (arm_stap_is_single_operand): New function.
7749 (arm_stap_parse_special_token): Likewise.
7750 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7751 probes' arguments parser.
7752 * ax-gdb.c (require_rvalue): Removing static declaration.
7753 (gen_expr): Likewise.
7754 * ax-gdb.h (gen_expr): Declaring function.
7755 (require_rvalue): Likewise.
7756 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7757 (bkpt_probe_breakpoint_ops): New variable.
7758 (momentary_breakpoint_from_master): Set the `probe' value.
7759 (add_location_to_breakpoint): Likewise.
7760 (break_command_1): Using proper breakpoint_ops according to the
7761 argument passed by the user in the command line.
7762 (bkpt_probe_insert_location): New function.
7763 (bkpt_probe_remove_location): Likewise.
7764 (bkpt_probe_create_sals_from_address): Likewise.
7765 (bkpt_probe_decode_linespec): Likewise.
7766 (tracepoint_probe_create_sals_from_address): Likewise.
7767 (tracepoint_probe_decode_linespec): Likewise.
7768 (tracepoint_probe_breakpoint_ops): New variable.
7769 (trace_command): Using proper breakpoint_ops according to the
7770 argument passed by the user in the command line.
7771 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7772 static probes on breakpoints and tracepoints.
7773 * breakpoint.h (struct bp_location) <probe>: New field.
7774 * cli-utils.c (skip_spaces_const): New function.
7775 (extract_arg): Likewise.
7776 * cli-utils.h (skip_spaces_const): Likewise.
7777 (extract_arg): Likewise.
7778 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7779 * configure.ac: Append `stap-probe.o' to be generated when ELF
7780 support is present.
7781 * configure: Regenerate.
7782 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7783 * elfread.c: Include `probe.h' and `arch-utils.h'.
7784 (probe_key): New variable.
7785 (elf_get_probes): New function.
7786 (elf_get_probe_argument_count): Likewise.
7787 (elf_evaluate_probe_argument): Likewise.
7788 (elf_compile_to_ax): Likewise.
7789 (elf_symfile_relocate_probe): Likewise.
7790 (stap_probe_key_free): Likewise.
7791 (elf_probe_fns): New variable.
7792 (elf_sym_fns): Add `sym_probe_fns' value.
7793 (elf_sym_fns_lazy_psyms): Likewise.
7794 (elf_sym_fns_gdb_index): Likewise.
7795 (_initialize_elfread): Initialize objfile cache for static
7796 probes.
7797 * gdb_vecs.h (struct probe): New forward declaration.
7798 (probe_p): New VEC declaration.
7799 * gdbarch.c: Regenerate.
7800 * gdbarch.h: Regenerate.
7801 * gdbarch.sh (stap_integer_prefix): New variable.
7802 (stap_integer_suffix): Likewise.
7803 (stap_register_prefix): Likewise.
7804 (stap_register_suffix): Likewise.
7805 (stap_register_indirection_prefix): Likewise.
7806 (stap_register_indirection_suffix): Likewise.
7807 (stap_gdb_register_prefix): Likewise.
7808 (stap_gdb_register_suffix): Likewise.
7809 (stap_is_single_operand): New function.
7810 (stap_parse_special_token): Likewise.
7811 (struct stap_parse_info): Forward declaration.
7812 * i386-tdep.c: Including headers needed to perform the parsing
7813 of SystemTap probes' arguments.
7814 (i386_stap_is_single_operand): New function.
7815 (i386_stap_parse_special_token): Likewise.
7816 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7817 probes' arguments parser.
7818 * i386-tdep.h (i386_stap_is_single_operand): New function.
7819 (i386_stap_parse_special_token): Likewise.
7820 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7821 * mipsread.c (ecoff_sym_fns): Likewise.
7822 * objfiles.c (objfile_relocate1): Support relocation for static
7823 probes.
7824 * parse.c (prefixify_expression): Remove static declaration.
7825 (initialize_expout): Likewise.
7826 (reallocate_expout): Likewise.
7827 * parser-defs.h (initialize_expout): Declare function.
7828 (reallocate_expout): Likewise.
7829 (prefixify_expression): Likewise.
7830 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7831 of SystemTap probes' arguments.
7832 (ppc_stap_is_single_operand): New function.
7833 (ppc_stap_parse_special_token): Likewise.
7834 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7835 probes' arguments parser.
7836 * probe.c: New file, for generic statically defined probe support.
7837 * probe.h: Likewise.
7838 * s390-tdep.c: Including headers needed to perform the parsing of
7839 SystemTap probes' arguments.
7840 (s390_stap_is_single_operand): New function.
7841 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7842 probes' arguments parser.
7843 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7844 * stap-probe.c: New file, for SystemTap probe support.
7845 * stap-probe.h: Likewise.
7846 * symfile.h: Include `gdb_vecs.h'.
7847 (struct sym_probe_fns): New struct.
7848 (struct sym_fns) <sym_probe_fns>: New field.
7849 * symtab.c (init_sal): Initialize `probe' field.
7850 * symtab.h (struct probe): Forward declaration.
7851 (struct symtab_and_line) <probe>: New field.
7852 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7853 locations.
7854 (stop_tracing): Likewise.
7855 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7856
7857 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7858 Tom Tromey <tromey@redhat.com>
7859
7860 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7861 and to compile agent expressions.
7862 * infrun.c (siginfo_make_value): New argument `ignore'.
7863 (siginfo_funcs): New struct.
7864 (_initialize_infrun): New argument when calling
7865 `create_internalvar_type_lazy'.
7866 * thread.c (thread_id_make_value): New argument `ignore'.
7867 (thread_funcs): New struct.
7868 (_initialize_thread): New argument when calling
7869 `create_internalvar_type_lazy'.
7870 * tracepoint.c (sdata_make_value): New argument `ignore'.
7871 (sdata_funcs): New struct.
7872 (_initialize_tracepoint): New argument when calling
7873 `create_internalvar_type_lazy'.
7874 * value.c (make_value): New struct.
7875 (create_internalvar_type_lazy): New argument `data'.
7876 (compile_internalvar_to_ax): New function.
7877 (value_of_internalvar): Properly handling `make_value' case.
7878 (clear_internalvar): Likewise.
7879 (show_convenience): Adding `TRY_CATCH' block.
7880 * value.h (internalvar_make_value): Delete, replace by...
7881 (struct internalvar_funcs): ... this.
7882 (create_internalvar_type_lazy) <fun>: Delete argument.
7883 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7884 (compile_internalvar_to_ax): New function.
7885 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7886 (tlb_funcs): New struct.
7887 (_initialize_windows_tdep): New argument when calling
7888 `create_internalvar_type_lazy'.
7889
7890 2012-04-27 Mark Wielaard <mjw@redhat.com>
7891
7892 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7893 see whether it is an address or a constant offset from DW_AT_low_pc.
7894 (dwarf2_record_block_ranges): Likewise.
7895 (read_partial_die): Likewise.
7896
7897 2012-04-26 Mark Wielaard <mjw@redhat.com>
7898
7899 * MAINTAINERS (Write After Approval): Add myself to the list.
7900
7901 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7902
7903 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7904 (proc_prettyprint_signal): Likewise.
7905 (proc_prettyprint_faultset): Likewise.
7906 (proc_prettyprint_fault): Likewise.
7907 (proc_prettyprint_actionset): Likewise.
7908 (proc_prettyprint_flags): Move to new proc-flags.c section.
7909 (proc_prettyfprint_flags): New prototype.
7910 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7911 (proc_syscall, proc_cursig): Likewise.
7912 (proc_set_kill_on_last_close): Likewise.
7913 (proc_unset_kill_on_last_close): Likewise.
7914 (proc_set_watchpoint): Make static.
7915 (proc_delete_dead_threads): Likewise.
7916 (procfs_set_watchpoint): Likewise.
7917 (_initialize_procfs): Add prototype.
7918 * proc-events.c: Include proc-utils.h.
7919 (init_syscall_table): Make static.
7920 * proc-api.c (_initialize_proc_api): Add prototype.
7921 * proc-flags.c: Include proc-utils.h.
7922
7923 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7924
7925 * configure.ac: Add AC_ARG_PROGRAM.
7926 * configure: Regenerate.
7927
7928 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 Fix DW_AT_lower_bound defaults for DWARF-4+.
7931 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7932 high. New variable low_default_is_valid. Implement DWARF-4+
7933 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7934 no default by the DWARF standard.
7935
7936 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7937 Maciej W. Rozycki <macro@codesourcery.com>
7938
7939 * infrun.c (handle_inferior_event): Move the check for return
7940 trampolines ahead of the check for function trampolines.
7941 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7942 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7943 (mips_str_mips16_ret_stub): Likewise.
7944 (mips_str_call_fp_stub): Likewise.
7945 (mips_str_call_stub): Likewise.
7946 (mips_str_fn_stub): Likewise.
7947 (mips_str_pic): Likewise.
7948 (mips_in_frame_stub): New function.
7949 (mips_unwind_pc): Return the return address rather than the PC
7950 if the PC of an intermediate frame is inside a call thunk.
7951 (mips_is_stub_suffix): New function.
7952 (mips_is_stub_mode): Likewise.
7953 (mips_get_mips16_fn_stub_pc): Likewise.
7954 (mips_skip_mips16_trampoline_code): Update to handle all the
7955 currently generated stub types. Don't recurse into __fn_stub
7956 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7957 Use cooked register accesses.
7958 (mips_in_return_stub): Reintroduce function.
7959 (mips_skip_trampoline_code): Traverse trampolines recursively.
7960 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7961
7962 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7963
7964 GDB 7.4.1 released.
7965
7966 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7967
7968 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7969 * features/arm-with-m-vfp-d16.xml: New file. Describes
7970 Cortex-M with VFPv4-sp-d16 FPU register layout.
7971 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7972 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7973 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7974 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7975 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7976
7977 2012-04-25 Doug Evans <dje@google.com>
7978
7979 * cli/cli-decode.c (print_doc_line): Use stream instead of
7980 current_uiout.
7981
7982 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7983
7984 * features/arm-with-iwmmxt.c: Regenerate.
7985 * features/arm-with-m-fpa-layout.c: Likewise.
7986 * features/arm-with-m.c: Likewise.
7987 * features/arm-with-neon.c: Likewise.
7988 * features/arm-with-vfpv2.c: Likewise.
7989 * features/arm-with-vfpv3.c: Likewise.
7990 * features/mips-dsp-linux.c: Likewise.
7991 * features/mips-linux.c: Likewise.
7992 * features/mips64-dsp-linux.c: Likewise.
7993 * features/mips64-linux.c: Likewise.
7994 * features/s390-linux32.c: Likewise.
7995 * features/s390-linux32v1.c: Likewise.
7996 * features/s390-linux32v2.c: Likewise.
7997 * features/s390-linux64.c: Likewise.
7998 * features/s390-linux64v1.c: Likewise.
7999 * features/s390-linux64v2.c: Likewise.
8000 * features/s390x-linux64.c: Likewise.
8001 * features/s390x-linux64v1.c: Likewise.
8002 * features/s390x-linux64v2.c: Likewise.
8003 * features/tic6x-c62x-linux.c: Likewise.
8004 * features/tic6x-c62x.c: Likewise.
8005 * features/tic6x-c64x-linux.c: Likewise.
8006 * features/tic6x-c64x.c: Likewise.
8007 * features/tic6x-c64xp-linux.c: Likewise.
8008 * features/tic6x-c64xp.c: Likewise.
8009 * target-descriptions.c: Only generate `field_type' and `type'
8010 variables when needed.
8011
8012 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
8013
8014 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8015
8016 2012-04-25 Doug Evans <dje@google.com>
8017
8018 Initial pass at Go language support.
8019 * NEWS: Mention Go.
8020 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8021 go-valprint.c.
8022 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8023 (YYFILES): Add go-exp.c.
8024 (YYOBJ): Add go-exp.o.
8025 (local-maintainer-clean): Delete go-exp.c.
8026 * defs.h (enum language): Add language_go.
8027 * dwarf2read.c: #include "go-lang.h".
8028 (fixup_go_packaging): New function.
8029 (process_full_comp_unit): Call it when processing Go CUs.
8030 (dwarf2_physname): Add Go support.
8031 (read_file_scope): Handle missing language spec for GNU Go.
8032 (set_cu_language): Handle DW_LANG_Go.
8033 * go-exp.y: New file.
8034 * go-lang.h: New file.
8035 * go-lang.c: New file.
8036 * go-typeprint.c: New file.
8037 * go-valprint.c: New file.
8038 * symtab.c: #include "go-lang.h".
8039 (symbol_set_language): Handle language_go.
8040 (symbol_find_demangled_name, symbol_set_names): Ditto.
8041 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8042
8043 2012-04-24 Jim Meyering <meyering@redhat.com>
8044
8045 avoid a few strncpy-induced buffer overruns
8046 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8047 fname and psargs before trying to concatenate.
8048 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8049 "name" before applying strchr.
8050
8051 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
8052
8053 * CONTRIBUTE: Use unified diff instead of context diff when
8054 generating patches.
8055
8056 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8057
8058 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8059 code. Handle JR.HB correctly.
8060
8061 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
8062
8063 * mips-tdep.c
8064 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8065 with the other MIPS16 helpers.
8066
8067 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8068
8069 * observer.sh: Conditionally declare `args', thus cleaning up
8070 unused instances of this variable.
8071
8072 2012-04-24 Yao Qi <yao@codesourcery.com>
8073
8074 Revert this patch to allow breakpoint always-inserted
8075 in record target.
8076 2011-12-05 Pedro Alves <pedro@codesourcery.com>
8077 * breakpoint.c: Include record.h.
8078 (breakpoints_always_inserted_mode): Return false when the record
8079 target is in use.
8080
8081 * breakpoint.c (iterate_over_bp_locations): New.
8082 * breakpoint.h: Declare.
8083 New typedef walk_bp_location_callback.
8084 * record.c (record_open): Call record_init_record_breakpoints.
8085 (record_sync_record_breakpoints): New.
8086 (record_init_record_breakpoints): New.
8087 * NEWS: Mention supporting breakpoint always-inserted mode in
8088 record target.
8089
8090 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8091
8092 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8093 any thread.
8094
8095 2012-04-24 Yao Qi <yao@codesourcery.com>
8096
8097 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8098 (is_catchpoint): ... it.
8099 (print_one_breakpoint_location): Caller update.
8100 * breakpoint.h: Update declaration.
8101
8102 2012-04-23 David S. Miller <davem@davemloft.net>
8103
8104 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8105
8106 2012-04-23 Tom Tromey <tromey@redhat.com>
8107
8108 * buildsym.c (add_free_pendings): Remove.
8109 * buildsym.h (add_free_pendings): Remove.
8110
8111 2012-04-23 Doug Evans <dje@google.com>
8112
8113 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8114 attr.u.unsnd instead of attr.u.addr.
8115 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8116 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8117 DW_FORM_ref_udata.
8118 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8119 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8120 DW_FORM_ref_udata.
8121 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8122
8123 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8124
8125 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8126 (mips_o32_return_value): Likewise.
8127 (mips_o64_return_value): Likewise.
8128
8129 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8130
8131 * ada-lang.c (ada_evaluate_subexp): Add cases for
8132 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8133 their treatment in eval.c.
8134
8135 2012-04-21 David S. Miller <davem@davemloft.net>
8136
8137 * sparc-tdep.c (X_DISP10): Define.
8138 (sparc_analyze_control_transfer): Handle compare-and-branch.
8139
8140 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8141
8142 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8143 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8144
8145 2012-04-20 Nigel Stephens <nigel@mips.com>
8146 Maciej W. Rozycki <macro@codesourcery.com>
8147
8148 * mips-tdep.c (mips_float_register_p): New function.
8149 (mips_convert_register_float_case_p): Use mips_float_register_p.
8150 (mips_register_type): Likewise.
8151 (mips_print_register): Likewise.
8152 (print_gp_register_row): Likewise.
8153 (mips_print_registers_info): Likewise.
8154
8155 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8156
8157 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8158 of mips16 symbols.
8159
8160 2012-04-20 Andrew Pinski <apinski@cavium.com>
8161
8162 * MAINTAINERS (Write After Approval): Add myself to the list.
8163
8164 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8165
8166 * MAINTAINERS: Update my e-mail address.
8167
8168 2012-04-20 Pedro Alves <palves@redhat.com>
8169
8170 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8171 $srcdir.
8172 * configure: Regenerate.
8173
8174 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8175
8176 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8177 declaration.
8178 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8179
8180 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 Fix compilation compatibility with python-2.4
8183 * python/py-type.c (convert_field): Cast ADDRSTRING for
8184 PyObject_SetAttrString as non-const. New comment.
8185
8186 2012-04-19 Tom Tromey <tromey@redhat.com>
8187
8188 * top.c (quit_target): Use all_cleanups.
8189 * main.c (captured_command_loop): Use all_cleanups.
8190 * exceptions.c (throw_exception): Use all_cleanups.
8191
8192 2012-04-19 Pedro Alves <palves@redhat.com>
8193
8194 * Makefile.in (GNULIB_BUILDDIR): New.
8195 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8196 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8197 (CLEANDIRS). Remove gnulib/import.
8198 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8199 (all-lib): Ditto.
8200 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8201 (gnulib/import/Makefile): Replace gnulib/import with
8202 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8203 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8204 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8205 acx_configure_dir.m4.
8206 * acinclude.m4: Include acx_configure_dir.m4.
8207 * acx_configure_dir.m4: New file.
8208 * aclocal.m4: Regenerate.
8209 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8210 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8211 (GNULIB): New variable.
8212 (GNULIB_STDINT_H): Adjust.
8213 (AC_OUTPUT): Don't output gnulib/Makefile.
8214 * gdb/defs.h: Include build-gnulib/config.h.
8215 * aclocal.m4: Regenerate.
8216 * config.in: Regenerate.
8217 * configure: Regenerate.
8218
8219 * gnulib/Makefile.in: New file.
8220 * gnulib/configure.ac: New file.
8221 * gnulib/aclocal.m4: New file.
8222 * gnulib/config.in: New file.
8223 * gnulib/configure: New file.
8224 * gnulib/: Re-run gnulib-tool to adjust.
8225
8226 2012-04-19 Doug Evans <dje@google.com>
8227
8228 * cleanups.h (struct cleanup): Move to cleanups.c.
8229 (make_cleanup_dtor_ftype): New typedef.
8230 (make_cleanup_dtor): Use it.
8231 (ALL_CLEANUPS): Replace with ...
8232 (all_cleanups): ... this. Declare. All uses updated.
8233 * cleanups.c: #include "gdb_assert.h".
8234 (sentinel_cleanup): New static global.
8235 (SENTINEL_CLEANUP): Define.
8236 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8237 (make_my_cleanup2): Assert result is non-NULL.
8238 (all_cleanups): New function.
8239 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8240 of NULL.
8241
8242 2012-04-19 Pedro Alves <palves@redhat.com>
8243
8244 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8245 Adjust paths to gnulib imported files.
8246
8247 2012-04-19 Pedro Alves <palves@redhat.com>
8248
8249 * gnulib/: Move whole directory ...
8250 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8251 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8252 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8253 (aclocal_m4_deps): Adjust.
8254 * aclocal.m4: Regenerate.
8255 * configure: Regenerate.
8256 * configure.ac: Adjust AC_OUTPUT output.
8257
8258 2012-04-19 Yao Qi <yao@codesourcery.com>
8259
8260 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8261 (vec.o): New rule.
8262 * vec.c: Move it ...
8263 * common/vec.c: ... here.
8264 * vec.h: Move it ...
8265 * common/vec.h: ... here.
8266
8267 2012-04-19 Yao Qi <yao@codesourcery.com>
8268
8269 * gdb-code-style.el: New.
8270
8271 2012-04-18 Pedro Alves <palves@redhat.com>
8272
8273 Update gnulib from latest git.
8274 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8275
8276 * gnulib/Makefile.am: Update.
8277 * gnulib/dummy.c: Update.
8278 * gnulib/extra/arg-nonnull.h: Update.
8279 * gnulib/extra/c++defs.h: Update.
8280 * gnulib/extra/update-copyright: Update.
8281 * gnulib/extra/warn-on-use.h: Update.
8282 * gnulib/inttypes.in.h: Update.
8283 * gnulib/m4/00gnulib.m4: Update.
8284 * gnulib/m4/extensions.m4: Update.
8285 * gnulib/m4/gnulib-cache.m4: Update.
8286 * gnulib/m4/gnulib-common.m4: Update.
8287 * gnulib/m4/gnulib-comp.m4: Update.
8288 * gnulib/m4/gnulib-tool.m4: Update.
8289 * gnulib/m4/include_next.m4: Update.
8290 * gnulib/m4/inttypes-pri.m4: Update.
8291 * gnulib/m4/inttypes.m4: Update.
8292 * gnulib/m4/longlong.m4: Update.
8293 * gnulib/m4/memchr.m4: Update.
8294 * gnulib/m4/memmem.m4: Update.
8295 * gnulib/m4/mmap-anon.m4: Update.
8296 * gnulib/m4/multiarch.m4: Update.
8297 * gnulib/m4/onceonly.m4: Update.
8298 * gnulib/m4/stddef_h.m4: Update.
8299 * gnulib/m4/stdint.m4: Update.
8300 * gnulib/m4/string_h.m4: Update.
8301 * gnulib/m4/warn-on-use.m4: Update.
8302 * gnulib/m4/wchar_h.m4: Update.
8303 * gnulib/m4/wchar_t.m4: Update.
8304 * gnulib/m4/wint_t.m4: Update.
8305 * gnulib/memchr.c: Update.
8306 * gnulib/memmem.c: Update.
8307 * gnulib/stddef.in.h: Update.
8308 * gnulib/stdint.in.h: Update.
8309 * gnulib/str-two-way.h: Update.
8310 * gnulib/string.in.h: Update.
8311 * gnulib/wchar.in.h: Update.
8312
8313 * gnulib/extra/arg-nonnull.h: Delete.
8314 * gnulib/extra/c++defs.h: Delete.
8315 * gnulib/extra/warn-on-use.h: Delete.
8316 * gnulib/m4/wchar_h.m4: Delete.
8317 * gnulib/m4/wint_t.m4: Delete.
8318 * gnulib/wchar.in.h: Delete.
8319
8320 * gnulib/extra/snippets/arg-nonnull.h: New.
8321 * gnulib/extra/snippets/c++defs.h: New.
8322 * gnulib/extra/snippets/warn-on-use.h: New.
8323
8324 * aclocal.m4: Regenerate.
8325 * config.in: Regenerate.
8326 * configure: Regenerate.
8327 * gnulib/Makefile.in: Regenerate.
8328
8329 2012-04-18 Pedro Alves <palves@redhat.com>
8330
8331 Reimport the update-copyright module from gnulib
8332 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8333
8334 * configure: Regenerate.
8335 * gnulib/Makefile.am: Update.
8336 * gnulib/Makefile.in: Regenerate.
8337 * gnulib/extra/update-copyright: Update.
8338 * gnulib/m4/gnulib-cache.m4: Update.
8339 * gnulib/m4/gnulib-comp.m4: Update.
8340
8341 2012-04-18 Tristan Gingold <gingold@adacore.com>
8342
8343 * configure.ac (aix): Put -lpthread into libs.
8344 * configure: Regenerate.
8345
8346 2012-04-18 Tom Tromey <tromey@redhat.com>
8347
8348 * linespec.c (convert_linespec_to_sals): Don't use
8349 SYMBOL_OBJ_SECTION.
8350 (compare_msymbols): Arguments are minsym_and_objfile, not
8351 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8352
8353 2012-04-18 Pedro Alves <palves@redhat.com>
8354
8355 Revert gnulib/ part of:
8356 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8357 Copyright year update in most files (performed by copyright.sh).
8358
8359 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8360
8361 Fix 64-bit constants on 32-bit hosts.
8362 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8363 from unsigned long to ULONGEST.
8364 (read_signed_leb128): Change declaration return type from long to
8365 LONGEST.
8366 (dwarf2_const_value_attr): Change declaration parameter value from long
8367 to LONGEST.
8368 (dwarf2_compute_name): Change variable value from long to LONGEST.
8369 (read_unsigned_leb128): Change return type, variable result and some
8370 casts from unsigned long to ULONGEST.
8371 (read_signed_leb128): Change return type, variable result and some
8372 casts from long to LONGEST.
8373 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8374 value from long to LONGEST.
8375 (dwarf2_const_value): Change variable value from long to LONGEST.
8376 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8377 plongest and hex_string.
8378 * symtab.h (struct general_symbol_info): Change ivalue from long to
8379 LONGEST, remove the comment.
8380 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8381 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8382
8383 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8384
8385 PR symtab/7259:
8386 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8387 * ada-lang.c (ada_discrete_type_high_bound)
8388 (ada_discrete_type_low_bound): Fix function comment. Use
8389 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8390 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8391 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8392 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8393 Use TYPE_FIELD_ENUMVAL.
8394 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8395 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8396 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8397 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8398 TYPE_CODE_ENUM.
8399 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8400 * dwarf2read.c (process_enumeration_scope): Likewise.
8401 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8402 field.bitpos.
8403 (class StructMainTypePrettyPrinter): Support also
8404 FIELD_LOC_KIND_ENUMVAL.
8405 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8406 TYPE_CODE_ENUM.
8407 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8408 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8409 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8410 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8411 field enumval.
8412 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8413 accommodate enumval.
8414 (struct call_site): Adjust loc_kind to accommodate enumval.
8415 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8416 (TYPE_FIELD_ENUMVAL): New macros.
8417 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8418 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8419 TYPE_CODE_ENUM.
8420 * p-typeprint.c (pascal_type_print_base): Likewise.
8421 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8422 enumval.
8423 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8424 * python/py-type.c (convert_field): New variable addrstring. Use
8425 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8426 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8427 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8428 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8429 TYPE_CODE_ENUM.
8430 * valprint.c (generic_val_print): Likewise.
8431
8432 2012-04-17 Doug Evans <dje@google.com>
8433
8434 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8435
8436 * dwarf2read.c: Whitespace fixes.
8437 (lookup_signatured_type): Tweak comment.
8438 (get_die_type_at_offset): Fix comment.
8439
8440 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8441
8442 * xcoffread.c (xcoff_secnum_to_sections): New function.
8443 (secnum_to_section, secnum_to_bfd_section): Reimplement
8444 using xcoff_secnum_to_sections. Rename "secnum" parameter
8445 into "n_scnum".
8446 (RECORD_MINIMAL_SYMBOL): Delete.
8447 (record_minimal_symbol): New function.
8448 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8449 by call to record_minimal_symbol and set misc_func_recorded
8450 to 1. Set last_csect_sec to the XCOFF section index instead
8451 of GDB's section_offset index. Update calls to
8452 prim_record_minimal_symbol_and_info to pass the BFD section
8453 as well.
8454
8455 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8456
8457 * xcoffread.c (read_xcoff_symtab): Delete variables
8458 last_csect_val and last_csect_sec and associated code.
8459
8460 2012-04-17 Doug Evans <dje@google.com>
8461
8462 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8463 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8464 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8465 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8466
8467 * cleanups.h: New file.
8468 * cleanups.c: New file.
8469 * Makefile.in (SFILES): Add cleanups.c.
8470 (HFILES_NO_SRCDIR): Add cleanups.h.
8471 (COMMON_OBS): Add cleanups.o.
8472 * defs.h (struct cleanup): Moved to cleanups.h.
8473 (do_cleanups,do_final_cleanups): Ditto.
8474 (discard_cleanups,discard_final_cleanups): Ditto
8475 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8476 (save_cleanups,save_final_cleanups): Ditto.
8477 (restore_cleanups,restore_final_cleanups): Ditto.
8478 (null_cleanup): Ditto.
8479 (make_my_cleanup,make_my_cleanup2): Ditto.
8480 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8481 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8482 (do_cleanups,do_final_cleanups): Ditto.
8483 (discard_cleanups,discard_final_cleanups): Ditto
8484 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8485 (save_cleanups,save_final_cleanups): Ditto.
8486 (restore_cleanups,restore_final_cleanups): Ditto.
8487 (null_cleanup): Ditto.
8488 (make_my_cleanup,make_my_cleanup2): Ditto.
8489 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8490
8491 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8492 make_my_cleanup.
8493 (make_cleanup_dyn_string_delete): Ditto.
8494 (make_cleanup_ui_file_delete): Ditto.
8495 (make_cleanup_ui_out_redirect_pop): Ditto.
8496 (make_cleanup_free_section_addr_info): Ditto.
8497 (make_cleanup_restore_integer): Ditto.
8498 (make_cleanup_unpush_target): Ditto.
8499 (make_cleanup_value_free_to_mark): Ditto.
8500 (make_cleanup_value_free): Ditto.
8501 (make_cleanup_free_so): Ditto.
8502
8503 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8504
8505 New option "set debug auto-load".
8506 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8507 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8508 (auto_load_safe_path_vec_update)
8509 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8510 if DEBUG_AUTO_LOAD.
8511 (file_is_auto_load_safe): New parameters debug_fmt and ....
8512 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8513 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8514 caller by explanatory string.
8515 (_initialize_auto_load): Register "set debug auto-load".
8516 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8517 and ....
8518 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8519 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8520 by explanatory string.
8521 * main.c (captured_main): Likewise.
8522 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8523 (source_section_scripts): Likewise.
8524
8525 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 New option "set auto-load safe-path".
8528 * NEWS: New commands "set auto-load safe-path"
8529 and "show auto-load safe-path".
8530 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8531 (auto_load_safe_path, auto_load_safe_path_vec)
8532 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8533 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8534 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8535 (source_gdb_script_for_objfile): New variable is_safe. Call
8536 file_is_auto_load_safe. Return if it is not.
8537 (struct loaded_script): New field loaded.
8538 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8539 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8540 output "Missing" to "No".
8541 (_initialize_auto_load): New variable cmd. Initialize
8542 auto_load_safe_path. Register "set auto-load safe-path",
8543 "show auto-load safe-path" and "add-auto-load-safe-path".
8544 * auto-load.h (maybe_add_script): Add parameter loaded.
8545 (file_is_auto_load_safe): New declaration.
8546 * config.in: Regenerate.
8547 * configure: Regenerate.
8548 * configure.ac: New parameters --with-auto-load-safe-path
8549 and --without-auto-load-safe-path.
8550 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8551 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8552 * main.c (captured_main): Check file_is_auto_load_safe for
8553 LOCAL_GDBINIT.
8554 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8555 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8556 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8557 not.
8558
8559 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8560
8561 auto-load: Implementation.
8562 * NEWS: New descriptions for "info auto-load",
8563 "info auto-load gdb-scripts", "info auto-load python-scripts",
8564 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8565 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8566 and "show auto-load-scripts". New description for "set auto-load",
8567 "show auto-load", "set auto-load gdb-scripts",
8568 "show auto-load gdb-scripts", "set auto-load python-scripts",
8569 "show auto-load python-scripts", "set auto-load local-gdbinit",
8570 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8571 "show auto-load libthread-db".
8572 * auto-load.c: Remove include python/python-internal.h. Add includes
8573 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8574 cli/cli-setshow.h.
8575 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8576 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8577 (gdbpy_global_auto_load): Rename to ...
8578 (global_auto_load): ... here.
8579 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8580 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8581 (script_language_gdb, source_gdb_script_for_objfile): New.
8582 (struct loaded_script): New field language.
8583 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8584 LANGUAGE.
8585 (maybe_add_script): Add parameter language. Drop redundant
8586 entry.full_path initialization. Initialize entry.language and
8587 (*slot)->language.
8588 (auto_load_objfile_script): Change parameter suffix to language.
8589 Remove the call of maybe_add_script.
8590 Call language->source_script_for_objfile.
8591 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8592 New.
8593 (collect_matching_scripts): Adjust it for
8594 struct collect_matching_scripts_data.
8595 (auto_load_info_scripts_pattern_nl): New variable.
8596 (info_auto_load_scripts): Rename to ...
8597 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8598 for struct collect_matching_scripts_data.
8599 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8600 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8601 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8602 (auto_load_info_cmdlist_get): New.
8603 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8604 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8605 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8606 "info auto-load local-gdbinit".
8607 * auto-load.h (struct script_language): New.
8608 (gdbpy_global_auto_load): Rename to ...
8609 (global_auto_load): ... here.
8610 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8611 (auto_load_local_gdbinit_loaded): New declarations.
8612 (maybe_add_script): New parameter language.
8613 (auto_load_objfile_script): Change parameter suffix to language.
8614 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8615 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8616 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8617 declarations.
8618 * linux-thread-db.c: Include auto-load.h and ctype.h.
8619 (auto_load_thread_db, show_auto_load_thread_db): New.
8620 (struct thread_db_info): New field filename.
8621 (delete_thread_db_info): Call xfree for FILENAME.
8622 (try_thread_db_load): Initialize FILENAME.
8623 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8624 if !AUTO_LOAD_THREAD_DB.
8625 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8626 (_initialize_thread_db): Install auto_load_thread_db
8627 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8628 as "info auto-load libthread-db".
8629 * main.c (captured_main): Rename gdbpy_global_auto_load to
8630 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8631 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8632 (print_gdb_help): Extend the help for 'local init file'.
8633 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8634 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8635 (auto_load_scripts): Rename to ...
8636 (auto_load_python_scripts): ... here, update the comment.
8637 (gdbpy_load_auto_script_for_objfile): New declaration.
8638 (show_auto_load_python_scripts, script_language_python)
8639 (gdbpy_load_auto_script_for_objfile): New.
8640 (source_section_scripts): Refactor the code.
8641 (load_auto_scripts_for_objfile): Rename to ...
8642 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8643 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8644 (info_auto_load_python_scripts): New.
8645 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8646 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8647 Register "set auto-load-scripts" as its deprecated alias. Register
8648 "info auto-load python-scripts". Register "info auto-load-scripts" as
8649 its deprecated alias.
8650 (load_auto_scripts_for_objfile): Rename to ...
8651 (gdbpy_load_auto_scripts_for_objfile): ... here.
8652 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8653 (gdbpy_load_auto_scripts_for_objfile): ... here.
8654
8655 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8656
8657 auto-load: Move files.
8658 * Makefile.in (SFILES): Add auto-load.c.
8659 (HFILES_NO_SRCDIR): Add auto-load.h.
8660 (COMMON_OBS): Add auto-load.o.
8661 (distclean): Change .gdbinit for gdb-gdb.gdb.
8662 * auto-load.c: New file, with parts from python/py-auto-load.c.
8663 * auto-load.h: New file, with parts from python/python.h.
8664 * configure: Regenerate.
8665 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8666 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8667 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8668 * main.c: Include auto-load.h.
8669 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8670 command.h, observer.h and progspace.h to auto-load.c. Add include
8671 auto-load.h.
8672 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8673 (struct loaded_script, auto_load_pspace_data)
8674 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8675 (hash_loaded_script_entry, eq_loaded_script_entry)
8676 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8677 (maybe_add_script): Move to auto-load.c.
8678 (source_section_scripts): Change maybe_add_script parameters passing,
8679 use script_not_found_warning_print.
8680 (clear_section_scripts, auto_load_objfile_script)
8681 (auto_load_new_objfile, loaded_script_ptr)
8682 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8683 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8684 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8685 auto_load_new_objfile and info_auto_load_scripts initizations to
8686 auto-load.c.
8687 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8688
8689 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8690
8691 Code cleanup.
8692 * charset.c (find_charset_names): Remove variables ix and elt.
8693 Use free_char_ptr_vec.
8694 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8695 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8696 debugdir_end. New variable debugdir_len.
8697 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8698 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8699 declarations.
8700 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8701 and elt. Use free_char_ptr_vec.
8702 * source.c (add_path): Remove variables argv, arg and argv_index.
8703 New variables dir_vec, back_to, ix and name.
8704 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8705 make_cleanup_freeargv. Remove variable separator. Simplify the code
8706 no longer expecting DIRNAME_SEPARATOR.
8707 (openp): Remove variable p, p1 and len. New variables dir_vec,
8708 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8709 no longer expecting DIRNAME_SEPARATOR.
8710 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8711 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8712 debugdir_end.
8713 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8714 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8715 (dirnames_to_char_ptr_vec): New functions.
8716
8717 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8718
8719 Code cleanup.
8720 * source.c (add_path): Remove always true conditional 'p == 0' and
8721 unindent its code block.
8722
8723 2012-04-17 Pedro Alves <palves@redhat.com>
8724
8725 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8726 (FIELD_BITPOS_LVAL): ... this.
8727 (FIELD_BITPOS): New.
8728 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8729 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8730 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8731 SET_FIELD_BITPOS.
8732 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8733 SET_FIELD_BITPOS.
8734 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8735 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8736 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8737 SET_FIELD_BITPOS.
8738
8739 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8740
8741 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8742 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8743 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8744 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8745 * jv-lang.c (java_link_class_type): Likewise, once.
8746 * stabsread.c (read_enum_type): Likewise.
8747
8748 2012-04-16 Yao Qi <yao@codesourcery.com>
8749
8750 * common/agent.c (agent_run_command): Add one more parameter `len'.
8751 Update callers.
8752 * common/agent.h: Update declaration.
8753 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8754 Update.
8755 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8756
8757 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8758
8759 PR mi/13393
8760 * value.c (value_actual_type): New function.
8761 * value.h (value_actual_type): New declaration.
8762 * varobj.c (update_type_if_necessary): New function.
8763 (varobj_create): Call value_actual_type instead of
8764 value_type.
8765 (install_dynamic_child): distinct changed and type changed MI variable
8766 objects.
8767 (update_dynamic_varobj_children): Updated for install_dynamic_child
8768 change. All callers updated.
8769 (varobj_update): Support for MI variable object type change if
8770 the value changed and RTTI is used to determine the type.
8771 (create_child_with_value): Call value_actual_type instead of
8772 value_type.
8773 (adjust_value_for_child_access): Extended with a new parameter which
8774 specify whether the given value should be casted to enclosing type.
8775 All callers updated.
8776
8777 2012-04-14 Yao Qi <yao@codesourcery.com>
8778
8779 Import gnulib module inttypes from git
8780 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8781 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8782 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8783 gnulib/m4/inttypes-pri.m4
8784 * aclocal.m4, config.in, configure: Regenerated.
8785 * gnulib/Makefile.am: Update.
8786 * gnulib/Makefile.in: Update.
8787 * gnulib/m4/gnulib-cache.m4: Update.
8788 * gnulib/m4/gnulib-comp.m4: Update.
8789 * gnulib/inttypes.in.h: New.
8790 * gnulib/m4/inttypes-pri.m4: New.
8791 * gnulib/m4/inttypes.m4: New.
8792
8793 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8794
8795 * infrun.c (resume): Update PC address to the real PC after
8796 preparing to do displaced stepping.
8797
8798 2012-04-12 Doug Evans <dje@google.com>
8799
8800 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8801 All callers updated.
8802
8803 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8804
8805 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8806
8807 2012-04-12 Doug Evans <dje@google.com>
8808
8809 * dwarf2read.c (create_all_type_units): Renamed from
8810 create_debug_types_hash_table. All callers updated.
8811
8812 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8813 local type_sig to sig_type, type_offset to type_offset_in_tu.
8814 (hash_signatured_type): Renamed from hash_type_signature,
8815 all callers updated.
8816 (eq_signatured_type): Renamed from eq_type_signature,
8817 all callers updated.
8818 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8819 (process_enumeration_scope): Ditto.
8820 (lookup_signatured_type_at_offset): Ditto.
8821 (load_full_type_unit, read_signatured_type): Ditto.
8822
8823 2012-04-12 Yao Qi <yao@codesourcery.com>
8824
8825 * remote.c (async_remote_interrupt): Correct function name in
8826 debug message.
8827 (async_remote_interrupt_twice): Ditto.
8828
8829 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8830
8831 * source.c (find_and_open_source): Consistently pass resulting
8832 full path through xfullpath.
8833
8834 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 Provide more specific displaced-stepping memory error message.
8837 * infrun.c (displaced_step_prepare): New variable status. Call
8838 target_read_memory instead of read_memory, provide more specific
8839 error message.
8840
8841 2012-04-11 Tristan Gingold <gingold@adacore.com>
8842
8843 PR gdb/13901
8844 * darwin-nat.c (darwin_execvp): Revert previous patch.
8845
8846 2012-04-11 Tristan Gingold <gingold@adacore.com>
8847
8848 PR gdb/13901
8849 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8850 in case of change.
8851
8852 2012-04-11 Tristan Gingold <gingold@adacore.com>
8853
8854 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8855 warning.
8856
8857 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8858
8859 New command 'explore' which helps explore values and types in
8860 scope.
8861 * NEWS: Add an entry about the new 'explore' command.
8862 * data-directory/Makefile.in: Add gdb/command/explore.py
8863 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8864 command using the GDB Python API.
8865
8866 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8867
8868 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8869 extension in jump target calculation.
8870
8871 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8872
8873 * mips-tdep.c (mips32_next_pc): Handle JALX.
8874
8875 2012-04-10 Yao Qi <yao@codesourcery.com>
8876
8877 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8878
8879 2012-04-10 Yao Qi <yao@codesourcery.com>
8880
8881 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8882 and gnulib/m4/gnulib-tool.m4.
8883
8884 2012-04-10 Doug Evans <dje@google.com>
8885
8886 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8887 (load_partial_dies): Clarify comment.
8888 (find_partial_die): Support rereading type units.
8889 Clarify CU handling, if we know offset is in CU, don't search for the
8890 containing CU. Add comment regarding memory waste.
8891
8892 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8893
8894 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8895 i386/x32-avx and i386/x32-avx-linux.
8896 (i386/x32-expedite): New.
8897 (i386/x32-linux-expedite): Likewise.
8898 (i386/x32-avx-expedite): Likewise.
8899 (i386/x32-avx-linux-expedite): Likewise.
8900 ($(outdir)/i386/x32.dat): Likewise.
8901 ($(outdir)/i386/x32-linux.dat): Likewise.
8902 ($(outdir)/i386/x32-avx.dat): Likewise.
8903 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8904
8905 * features/i386/x32-avx-linux.xml: New file.
8906 * features/i386/x32-avx.xml: Likewise.
8907 * features/i386/x32-core.xml: Likewise.
8908 * features/i386/x32-linux.xml: Likewise.
8909 * features/i386/x32.xml: Likewise.
8910
8911 * features/i386/x32-avx-linux.c: New. Generated.
8912 * features/i386/x32-avx.c: Likewise.
8913 * features/i386/x32-linux.c: Likewise.
8914 * features/i386/x32.c: Likewise.
8915 * regformats/i386/x32-avx-linux.dat: Likewise.
8916 * regformats/i386/x32-avx.dat: Likewise.
8917 * regformats/i386/x32-linux.dat: Likewise.
8918 * regformats/i386/x32.dat: Likewise.
8919
8920 2012-04-10 Tristan Gingold <gingold@adacore.com>
8921
8922 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8923 code to kill the inferior.
8924
8925 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8926
8927 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8928 defines.
8929 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8930 defines.
8931 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8932 (yyvsp): New defines.
8933 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8934 defines.
8935 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8936 defines.
8937 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8938 defines.
8939 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8940 defines.
8941 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8942 defines.
8943
8944 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8945
8946 * sparc64-tdep.c (sparc64_store_arguments)
8947 (sparc64_store_arguments): Fix coding style.
8948
8949 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8950
8951 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8952 complex floats, adjust some related comments and tighten a related
8953 assertion.
8954 (sparc64_extract_return_value): Handle complex floats.
8955
8956 2012-04-07 Doug Evans <dje@google.com>
8957
8958 * dwarf2read.c (load_partial_dies): Change condition to assert.
8959
8960 2012-04-06 Doug Evans <dje@google.com>
8961
8962 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8963 "mov %rsp,%rbp".
8964
8965 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8966
8967 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8968 fencepost error.
8969 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8970 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8971 architecture.
8972
8973 2012-04-05 Keith Seitz <keiths@redhat.com>
8974
8975 * linespec.c (decode_compound): Remove.
8976 (enum offset_relative_sign): New enum.
8977 (struct line_offset): New struct.
8978 (struct linespec): New struct.
8979 (struct linespec_state): Move file_symtabs,
8980 user_filename, and user_function into struct linespec.
8981 Make result an anonymous struct holding vectors of
8982 symbolp and minsym_and_objfile_d.
8983 Add language member.
8984 (enum ls_token_type): New enum.
8985 (linespec_keywords): New array.
8986 (struct ls_token): New struct.
8987 (struct ls_parser): New struct.
8988 (linespec_lexer_lex_number): New function.
8989 (linespec_lexer_lex_keyword): New function.
8990 (is_ada_operator): New function.
8991 (skip_quote_char): New function.
8992 (copy_token_string): New function.
8993 (is_closing_quote_enclosed): New function.
8994 (find_parameter_list_end): New function.
8995 (linespec_lexer_lex_string): New function.
8996 (linespec_lexer_lex_one): New function.
8997 (linespec_lexer_consume_token): New function.
8998 (linespec_lexer_peek_token): New function.
8999 (cplusplus_error): Remove unused function.
9000 (find_methods): Update comment.
9001 (find_toplevel_char): Return const.
9002 (is_objc_method_format): Remove unused function.
9003 (find_toplevel_string): New function.
9004 (is_linespec_boundary): Remove.
9005 (symbol_not_found_error): New function.
9006 (find_method_overload_end): Remove function.
9007 (unexpected_linespec_error): New function.
9008 (keep_name_info): Remove.
9009 (linespec_parse_line_offset): New function.
9010 (linespec_parse_basic): New function.
9011 (canonicalize_linespec): New function.
9012 (decode_line_internal): Remove.
9013 (create_sals_line_offset): New function adapted from
9014 decode_all_digits.
9015 (convert_linespec_to_sals): New function.
9016 (parse_linespec): New function.
9017 (linespec_parser_new): New function.
9018 (linespec_state_destructor): Change parameter type to
9019 struct linespec_state *.
9020 Add language parameter.
9021 Remove freeing of moved members.
9022 (linespec_parser_delete): New function.
9023 (decode_line_full): Use parse_linespec and linespec_parser_new.
9024 (decode_line_1): Likewise.
9025 (decode_indirect): Rename to ...
9026 (linespec_expression_to_pc): ... this and rewrite
9027 to simply find CORE_ADDR, storing this result for later
9028 conversion to SALs.
9029 (locate_first_half): Remove.
9030 (deocde_objc): Add parameter LS.
9031 Initialize new struct collect_info members.
9032 Handle minimal symbols, too.
9033 (decode_compound): Delete.
9034 (lookup_prefix_sym): Rewrite.
9035 (compare_msymbols): New function.
9036 (find_method): Rewrite.
9037 Do not call cplusplus_error.
9038 (symtabs_from_filename): Rewrite.
9039 (collect_function_symbols): Delete.
9040 (find_function_symbols): Rewrite without ARGPTR-style
9041 processing.
9042 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9043 (decode_dollar): Adapted and renamed to ...
9044 (linespec_parse_variable): ... this.
9045 (find_linespec_symbols): New function.
9046 (decode_label): Adapted and renamed to ...
9047 (find_label_symbols): ... this.
9048 (decode_digits_list_mode): Add and use LS argument.
9049 (decode_digits_ordinary): Likewise.
9050 (collect_symbols): Do not collect SALs, just symbols and msymbols.
9051 If in list mode, allow any symbol class. Otherwise, only
9052 permit LOC_BLOCK symbols.
9053 (minsym_found): Update comments.
9054 (search_minsyms_for_name): Do not convert the matching symbol
9055 into a SAL. Simply push the symbol and objfile into the
9056 result vector.
9057 (decode_variable): Delete. Contents adapted into
9058 find_linespec_symbols.
9059
9060 * cp-support.c (SKIP_SPACE): Remove.
9061 (operator_tokens): Remove unused global.
9062 (cp_validate_operator): Remove.
9063 * cp-support.h (cp_validate_operator): Remove declaration.
9064
9065 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9066
9067 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9068 for TYPE_VPTR_FIELDNO.
9069 * valprint.c (valprint_check_validity): Make it global, move the
9070 function comment ...
9071 * value.h (valprint_check_validity): ... to this new declaration.
9072
9073 2012-04-02 Tristan Gingold <gingold@adacore.com>
9074
9075 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9076 the STATE32 api for i386 state.
9077 (i386_darwin_store_inferior_registers): Likewise.
9078
9079 2012-04-02 Tristan Gingold <gingold@adacore.com>
9080
9081 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9082 SS offset.
9083 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9084 format_string.
9085
9086 2012-04-02 Tristan Gingold <gingold@adacore.com>
9087
9088 PR gdb/13901
9089 * darwin-nat.c (darwin_execvp): Set binary preference.
9090
9091 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9092
9093 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9094
9095 2012-03-30 Tom Tromey <tromey@redhat.com>
9096
9097 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9098 of TRY_CATCH. Fix error handling.
9099 * python/py-value.c (convert_value_from_python): Move 'old'
9100 declaration to innermost scope.
9101
9102 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9103 Andrey Smirnov <andrew.smirnov@gmail.com>
9104
9105 -Wshadow warning fix.
9106 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9107 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9108 Adjust code accordingly.
9109
9110 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9111
9112 * ada-lang.c (symbol_completion_add): Rename parameter
9113 "encoded" into "encoded_p". Ajust code and documentation
9114 accordingly.
9115
9116 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9117 Andrey Smirnov <andrew.smirnov@gmail.com>
9118
9119 -Wshadow warning fix.
9120 * ada-lang.c (symbol_completion_add): Rename parameter
9121 "wild_match" into wild_match_p. Update code and documentation
9122 accordingly.
9123
9124 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9125
9126 * ada-lang.c (symbol_completion_match): Rename parameter
9127 "encoded" into "encoded_p". Ajust code and documentation
9128 accordingly.
9129
9130 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9131 Andrey Smirnov <andrew.smirnov@gmail.com>
9132
9133 -Wshadow warning fix.
9134 * ada-lang.c (symbol_completion_match): Rename parameter
9135 "wild_match" into "wild_match_p". Adjust code and function
9136 documentation accordingly.
9137
9138 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9139 Andrey Smirnov <andrew.smirnov@gmail.com>
9140
9141 -Wshadow warning fix.
9142 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9143 "symbol_info" into "info". Adjust code accordingly.
9144 (ada_lookup_symbol): Likewise.
9145
9146 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9147
9148 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9149 of this function's documentation.
9150
9151 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9152 Andrey Smirnov <andrew.smirnov@gmail.com>
9153
9154 -Wshadow warning fix.
9155 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9156 variable into "wild_match_p". Adjust code accordingly.
9157
9158 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9159 Andrey Smirnov <andrew.smirnov@gmail.com>
9160
9161 -Wshadow warning fix.
9162 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9163 parameter into "wild_match_p". Adjust code accordingly.
9164 Document this parameter in the function description.
9165
9166 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9167 Andrey Smirnov <andrew.smirnov@gmail.com>
9168
9169 -Wshadow warning fix.
9170 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9171 "wild_match" parameter to "wild_match_p" (-Wshadow).
9172
9173 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9174
9175 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9176 in function documentation.
9177
9178 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9179 Andrey Smirnov <andrew.smirnov@gmail.com>
9180
9181 -Wshadow warning fix.
9182 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9183 variable into wild_match_p. Adjust code accordingly.
9184
9185 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9186 Andrey Smirnov <andrew.smirnov@gmail.com>
9187
9188 * ada-valprint.c (ada_val_print_1): Move the code handling
9189 TYPE_CODE_ENUM inside its own lexical block. Declare
9190 variables len and val there, instead of in the function's
9191 top level block. Avoid declaring deref_val again in a way
9192 that shadows another variable of the same name declared
9193 in one of the up-level blocks. Just re-use the up-level
9194 variable instead.
9195
9196 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9197
9198 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9199 Replace block_found argument by symbol_info. Adjust
9200 implementation accordingly. Add function documentation.
9201 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9202 Fix documentation.
9203 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9204 * ada-exp.y (write_object_renaming): Adjust to new
9205 ada_lookup_encoded_symbol API.
9206
9207 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9208
9209 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9210 documentation.
9211
9212 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9213
9214 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9215 (v850_register_name): Add the mpu and fpu register names.
9216 (v850e_register_name): Add the mpu and fpu register names.
9217 (v850e2_register_name): New function.
9218 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9219 bfd_mach_v850e2v3.
9220
9221 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9222
9223 * NEWS: Add entry for Ada varobj support.
9224
9225 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9226
9227 * varobj.c (default_value_is_changeable_p): New function,
9228 extracted from varobj_value_is_changeable_p. Add declaration.
9229 (ada_value_is_changeable_p): New function, extracted from
9230 varobj_value_is_changeable_p. Add declaration.
9231 (struct language_specific): New field "value_is_changeable_p".
9232 (languages): Add entries for new field.
9233 (varobj_create): Set language before calling install_new_value.
9234 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9235 "value_is_changeable_p" language callback.
9236
9237 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9238
9239 * ada-varobj.h, ada-varobj.c: New files.
9240 * Makefile.in (SFILES): Add ada-varobj.c.
9241 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9242 (COMMON_OBS): Add ada-varobj.o.
9243
9244 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9245
9246 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9247 (struct language_specific): New field "value_has_mutated".
9248 (languages): Set field "value_has_mutated" in each entry of array.
9249 (varobj_value_has_mutated): New function.
9250 (varobj_udpdate): Add handling of type mutation.
9251 (value_of_root): Add handling of type mutation.
9252 (ada_value_has_mutated): New function.
9253
9254 2012-03-28 Pedro Alves <palves@redhat.com>
9255
9256 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9257 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9258
9259 2012-03-28 Tom Tromey <tromey@redhat.com>
9260
9261 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9262 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9263 before returning.
9264
9265 2012-03-28 Tom Tromey <tromey@redhat.com>
9266
9267 * .dir-locals.el: New file.
9268
9269 2012-03-28 Pedro Alves <palves@redhat.com>
9270
9271 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9272
9273 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9274
9275 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9276 handling for r0.
9277
9278 2012-03-27 Pedro Alves <palves@redhat.com>
9279
9280 Eliminate struct ui_stream.
9281
9282 * ui-out.h (struct ui_stream): Delete.
9283 (ui_out_field_stream): Adjust prototype.
9284 (ui_out_stream_new, ui_out_stream_delete)
9285 (make_cleanup_ui_out_stream_delete): Delete declarations.
9286 * ui-out.c (ui_out_field_stream): Change prototype to take a
9287 ui_file instead of a ui_stream. Adjust.
9288 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9289 (make_cleanup_ui_out_stream_delete): Delete.
9290 * breakpoint.c (print_breakpoint_location)
9291 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9292 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9293 * disasm.c (dump_insns): Ditto.
9294 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9295 prototype.
9296 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9297 ui_stream/ui_out_stream_new.
9298 * infcmd.c (print_return_value): Ditto.
9299 * osdata.c (info_osdata_command): Don't allocate a local
9300 ui_stream.
9301 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9302 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9303 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9304 allocate a local ui_stream.
9305 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9306 instead of ui_stream/ui_out_stream_new.
9307 (list_args_or_locals): Don't allocate a local ui_stream.
9308 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9309 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9310 ui_stream/ui_out_stream_new.
9311 * cli/cli-setshow.c (do_setshow_command): Ditto.
9312
9313 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9314
9315 * arm-linux-tdep.c (arm_linux_init_abi): Call
9316 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9317 * arm-tdep.c (arm_process_record): New function.
9318 (deallocate_reg_mem): New function.
9319 (decode_insn): New function.
9320 (thumb_record_branch): New function.
9321 (thumb_record_ldm_stm_swi(): New function.
9322 (thumb_record_misc): New function.
9323 (thumb_record_ld_st_stack): New function.
9324 (thumb_record_ld_st_imm_offset): New function.
9325 (thumb_record_ld_st_reg_offset(): New function.
9326 (thumb_record_add_sub_cmp_mov): New function.
9327 (thumb_record_shift_add_sub): New function.
9328 (arm_record_coproc_data_proc): New function.
9329 (arm_record_coproc): New function.
9330 (arm_record_b_bl): New function.
9331 (arm_record_ld_st_multiple): New function.
9332 (arm_record_ld_st_reg_offset): New function.
9333 (arm_record_ld_st_imm_offset): New function.
9334 (arm_record_data_proc_imm): New function.
9335 (arm_record_data_proc_misc_ld_str): New function.
9336 (arm_record_extension_space): New function.
9337 (arm_record_strx): New function.
9338 (sbo_sbz): New function.
9339 (struct insn_decode_record): New structure for arm insn record.
9340 (REG_ALLOC): New macro for reg allocations.
9341 (MEM_ALLOC): New macro for memory allocations.
9342 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9343
9344 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9345
9346 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9347 (store_register): Likewise.
9348
9349 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9350
9351 * MAINTAINERS (Write After Approval): Add myself to the list.
9352
9353 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9354
9355 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9356 Describe also the option "auto".
9357
9358 2012-03-22 Richard Henderson <rth@redhat.com>
9359
9360 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9361 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9362
9363 2012-03-22 Richard Henderson <rth@redhat.com>
9364
9365 * jit.c (jit_read_code_entry): Compute alignment and offset of
9366 int64_t member before computing entry_size.
9367
9368 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9369
9370 Python scripting: Add new method Value.referenced_value to
9371 gdb.Value which can dereference pointer as well as reference
9372 values.
9373 * NEWS: Add entry under 'Python scripting' about the new method
9374 Value.referenced_value on gdb.Value objects.
9375 * python/py-value.c (valpy_referenced_value): New function
9376 defining a new method on gdb.Value objects which can dereference
9377 pointer and reference values.
9378
9379 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9380
9381 * MAINTAINERS (Write After Approval): Add myself to the list.
9382
9383 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9384
9385 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9386 in addition to "main".
9387
9388 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9389
9390 * expression.h (op_name): Add declaration.
9391 * expprint.c (op_name): Remove declaration. Make non-static.
9392 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9393
9394 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9395
9396 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9397 of struct siginfo.
9398 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9399 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9400 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9401 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9402 (linux_nat_get_siginfo): Likewise.
9403 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9404 (linux_nat_get_siginfo): Likewise.
9405 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9406 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9407 * procfs.c (gdb_siginfo_t): Likewise.
9408
9409 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9410
9411 * .gitignore: Ignore more files.
9412
9413 2012-03-20 Pedro Alves <palves@redhat.com>
9414
9415 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9416 returns.
9417
9418 2012-03-20 Yao Qi <yao@codesourcery.com>
9419
9420 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9421 comment.
9422
9423 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9424
9425 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9426 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9427 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9428 sect_offset.
9429 * dwarf2expr.h (cu_offset, sect_offset): New types.
9430 (struct dwarf_expr_context_funcs) <dwarf_call>
9431 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9432 sect_offset.
9433 (struct dwarf_expr_context) <len>: Improve the comment.
9434 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9435 cu_offset and sect_offset.
9436 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9437 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9438 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9439 * dwarf2loc.h: Include dwarf2expr.h.
9440 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9441 and sect_offset.
9442 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9443 Improve the comment.
9444 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9445 (struct signatured_type, struct line_header, struct partial_die_info)
9446 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9447 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9448 (get_die_type_at_offset, create_cus_from_index)
9449 (create_signatured_type_table_from_index, dw2_get_file_names)
9450 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9451 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9452 (create_debug_types_hash_table, process_psymtab_comp_unit)
9453 (load_partial_comp_unit, create_all_comp_units)
9454 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9455 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9456 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9457 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9458 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9459 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9460 (find_partial_die, read_attribute_value, lookup_die_type)
9461 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9462 (is_ref_attr): New function comment.
9463 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9464 Use cu_offset and sect_offset.
9465 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9466 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9467 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9468 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9469 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9470 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9471 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9472 sect_offset.
9473
9474 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9475
9476 Code cleanup.
9477 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9478 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9479 with xfree.
9480 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9481
9482 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 * NEWS: Describe new options --init-command=FILE, -ix and
9485 --init-eval-command=COMMAND, -iex.
9486 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9487 CMDARG_INIT_COMMAND.
9488 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9489 "init-command", "init-eval-command", "ix" and "iex" to the variable
9490 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9491 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9492 (print_gdb_help): Describe --init-command=FILE, -ix and
9493 --init-eval-command=COMMAND, -iex.
9494
9495 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 Code cleanup.
9498 * main.c (struct cmdarg): Move it here from main. Add more comments.
9499 (cmdarg_s, VEC (cmdarg_s)): New.
9500 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9501 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9502 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9503 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9504 of CMDARG.
9505
9506 2012-03-19 Tom Tromey <tromey@redhat.com>
9507
9508 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9509
9510 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9511
9512 PR symtab/13777
9513 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9514 GCC >=4.5.
9515
9516 2012-03-16 Chris January <chris.january@allinea.com>
9517
9518 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9519 of clear.
9520
9521 2012-03-16 Chris January <chris.january@allinea.com>
9522
9523 * source.c (add_path): Use memmove instead of strcpy because the
9524 strings overlap.
9525
9526 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9527
9528 * value.h (set_value_parent): Add declaration.
9529 * value.c (set_value_parent): New function.
9530 (value_address): If VALUE->PARENT is not NULL, then use it as
9531 the base address instead of VALUE->LOCATION.address.
9532 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9533 the same as OBJ's address. Adjust V's offset accordingly.
9534 Set V's parent.
9535
9536 2012-03-16 Gary Benson <gbenson@redhat.com>
9537
9538 PR breakpoints/10738
9539 * dwarf2read.c (use_deprecated_index_sections): New global.
9540 (struct partial_die_info): New member may_be_inlined.
9541 (read_partial_die): Set may_be_inlined where appropriate.
9542 (add_partial_subprogram): Add partial symbols for partial
9543 DIEs that may be inlined.
9544 (new_symbol_full): Add inlined subroutines to the current
9545 scope.
9546 (write_psymtabs_to_index): Bump version number.
9547 (dwarf2_read_index): Read only version 6 indices unless
9548 use_deprecated_index_sections is set.
9549 * linespec.c (symbol_and_data_callback): New structure.
9550 (iterate_inline_only): New function.
9551 (iterate_over_all_matching_symtabs): New argument
9552 "include_inline". If nonzero, also call the callback for
9553 symbols representing inlined subroutines.
9554 (lookup_prefix_sym): Pass extra argument to the above.
9555 (find_function_symbols): Likewise.
9556 (add_matching_symbols_to_info): Likewise.
9557 * NEWS: Mention that GDB can now set breakpoints on inlined
9558 functions.
9559
9560 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9561
9562 * p-typeprint.c (pascal_type_print_method_args):
9563 Fix display of parameter of methods.
9564
9565 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9566
9567 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9568 Add missing prototype.
9569
9570 2012-03-16 Yao Qi <yao@codesourcery.com>
9571 Jan Kratochvil <jan.kratochvil@redhat.com>
9572
9573 Fix false compilation warning.
9574 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9575
9576 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9577 Pedro Alves <pedro@codesourcery.com>
9578
9579 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9580 (arm_register_g_packet_guesses): New function.
9581 (arm_gdbarch_init): Don't force a target description with
9582 registers when the executable is detected as M-profile. Instead
9583 set gdbarch->tdep->is_m. Register `g' packet guesses.
9584 (_initialize_arm_tdep): Initialize the new target description.
9585 * features/arm-with-m-fpa-layout.xml: New description.
9586 * features/arm-with-m-fpa-layout.c: New, generated.
9587
9588 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9589
9590 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9591 Update function description.
9592 (insert_bp_location): Do not wipe bl->target_info out.
9593 * mem-break.c: #include "gdb_string.h".
9594 (default_memory_insert_breakpoint): Do not call target_read_memory
9595 with a pointer to the breakpoint's shadow_contents buffer. Use
9596 a local buffer instead.
9597 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9598
9599 2012-03-15 Tom Tromey <tromey@redhat.com>
9600
9601 * NEWS: Mention "info vtbl", not "info vtable".
9602 * cp-support.c (info_vtbl_command): Fix comment.
9603 (_initialize_cp_support): Fix text.
9604
9605 2012-03-15 Tom Tromey <tromey@redhat.com>
9606
9607 * cp-valprint.c (cp_print_value_fields): Use
9608 print_function_pointer_address for vtable slot.
9609
9610 2012-03-15 Tom Tromey <tromey@redhat.com>
9611
9612 * gnu-v3-abi.c (struct value_and_voffset): New.
9613 (hash_value_and_voffset, eq_value_and_voffset)
9614 (compare_value_and_voffset, compute_vtable_size)
9615 (print_one_vtable, gnuv3_print_vtable): New functions.
9616 (init_gnuv3_ops): Initialize 'print_vtable' field.
9617 * cp-support.c (info_vtbl_command): New function.
9618 (_initialize_cp_support): Add "info vtbl".
9619 * cp-abi.h (cplus_print_vtable): Declare.
9620 (struct cp_abi_ops) <print_vtable>: New field.
9621 * cp-abi.c (cplus_print_vtable): New function.
9622 * NEWS: Update.
9623
9624 2012-03-15 Tom Tromey <tromey@redhat.com>
9625
9626 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9627 iterate_over_symbols.
9628
9629 2012-03-14 Doug Evans <dje@google.com>
9630
9631 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9632 DW_OP_GNU_parameter_ref.
9633
9634 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9635
9636 Fix double prompt of 'interpreter-exec mi'.
9637 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9638 (mi_interpreter_resume): use it.
9639 (mi_execute_command_input_handler): New function.
9640 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9641 mi_execute_command_input_handler.
9642
9643 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9644
9645 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9646 prototype.
9647 (darwin_debug_port_info): Make static.
9648 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9649 * machoread.c (_initialize_machoread): Add prototype.
9650 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9651 (i386_darwin_set_control, i386_darwin_get_control)
9652 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9653 i386_darwin_get_status, i386_darwin_get_control):
9654 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9655
9656 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9657
9658 * ax-gdb.c (gen_usual_unary): Remove special handling of
9659 enum and bool types.
9660
9661 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9662
9663 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9664
9665 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9666
9667 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9668
9669 2012-03-13 Chris January <chris.january@allinea.com>
9670
9671 * aix-thread.c (fill_sprs): Store the floating point registers
9672 at the correct offsets into vals.
9673
9674 2012-03-13 Doug Evans <dje@google.com>
9675
9676 * NEWS: Mention symbol-reloading has been deleted.
9677 * symfile.c (symbol_reloading): Delete.
9678 (show_symbol_reloading): Delete.
9679 (_initialize_symfile): Delete set/show symbol-reloading.
9680
9681 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9682 read_in_chain until we have successfully read it in.
9683 (load_full_comp_unit): Ditto.
9684 (read_signatured_type): Add comment.
9685
9686 2012-03-13 Chris January <chris.january@allinea.com>
9687
9688 * stabsread.c (fix_common_block): Change type of valu argument
9689 to CORE_ADDR.
9690
9691 2012-03-13 Chris January <chris.january@allinea.com>
9692
9693 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9694 instruction.
9695
9696 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9697
9698 * common/linux-procfs.c (linux_proc_get_int): New, from
9699 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9700 field.
9701 (linux_proc_get_tgid): Only call linux_proc_get_int.
9702 (linux_proc_get_tracerpid): New.
9703 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9704 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9705 linux_proc_pid_has_state.
9706 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9707 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9708 (linux_ptrace_attach_warnings): New.
9709 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9710 New declaration.
9711 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9712 (linux_nat_attach): New variables ex, buffer, message and message_s.
9713 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9714
9715 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9716
9717 * Makefile.in (linux-ptrace.o): New.
9718 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9719 from linux-nat.c.
9720 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9721 * common/linux-ptrace.c: New file.
9722 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9723 * config/arm/linux.mh: Likewise.
9724 * config/i386/linux.mh: Likewise.
9725 * config/i386/linux64.mh: Likewise.
9726 * config/ia64/linux.mh: Likewise.
9727 * config/m32r/linux.mh: Likewise.
9728 * config/m68k/linux.mh: Likewise.
9729 * config/mips/linux.mh: Likewise.
9730 * config/pa/linux.mh: Likewise.
9731 * config/powerpc/linux.mh: Likewise.
9732 * config/powerpc/ppc64-linux.mh: Likewise.
9733 * config/powerpc/spu-linux.mh: Likewise.
9734 * config/s390/s390.mh: Likewise.
9735 * config/sparc/linux.mh: Likewise.
9736 * config/sparc/linux64.mh: Likewise.
9737 * config/xtensa/linux.mh: Likewise.
9738 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9739 common/linux-procfs.c.
9740 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9741
9742 2012-03-13 Hui Zhu <teawater@gmail.com>
9743 Pedro Alves <palves@redhat.com>
9744
9745 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9746 CREATE_BREAKPOINT_FLAGS_INSERTED.
9747 (create_breakpoint_sal, create_breakpoints_sal)
9748 (base_breakpoint_create_breakpoints_sal)
9749 (tracepoint_create_breakpoints_sal)
9750 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9751 down.
9752 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9753 (ftrace_command, strace_command): Adjust.
9754 (create_tracepoint_from_upload): Pass
9755 CREATE_BREAKPOINT_FLAGS_INSERTED.
9756 * breakpoint.h (enum breakpoint_create_flags): New.
9757 (create_breakpoint): New flags parameter.
9758 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9759 * python/py-breakpoint.c (bppy_init): Adjust.
9760 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9761 * spu-tdep.c (spu_catch_start): Adjust.
9762
9763 2012-03-13 Pedro Alves <palves@redhat.com>
9764 Hui Zhu <teawater@gmail.com>
9765 Yao Qi <yao@codesourcery.com>
9766
9767 * remote.c (struct remote_state): New field `starting_up'.
9768 (remote_start_remote): Set and clear it.
9769 (remote_can_download_tracepoint): If starting up, return false.
9770
9771 2012-03-13 Yao Qi <yao@codesourcery.com>
9772
9773 * inferior.h (struct inferior): Remove fields any_syscall_count,
9774 syscalls_counts and total_syscalls_count. Move them to new
9775 struct catch_syscall_inferior_data in breakpoint.c.
9776 * breakpoint.c: Call DEF_VEC_I(int).
9777 (struct catch_syscall_inferior_data): New.
9778 (get_catch_syscall_inferior_data): New.
9779 (catch_syscall_inferior_data_cleanup): New.
9780 (insert_catch_syscall): Update to access data in
9781 struct catch_syscall_inferior_data.
9782 (insert_catch_syscall): Likewise.
9783 (remove_catch_syscall): Likewise.
9784 (remove_catch_syscall): Likewise.
9785 (is_syscall_catchpoint_enabled): Likewise.
9786 (add_catch_command): Likewise.
9787 (_initialize_breakpoint): Register cleanup.
9788 * breakpoint.h: Removed DEF_VEC_I(int).
9789 * dwarf2loc.c: Call DEF_VEC_I(int).
9790 * mi/mi-main.c: Likewise.
9791
9792 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9793
9794 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9795
9796 2012-03-12 Chris January <chris.january@allinea.com>
9797
9798 * aix-thread.c (_initialize_aix_thread): Add prototype.
9799 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9800 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9801
9802 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9803
9804 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9805 include of "amd64-nat.h".
9806
9807 2012-03-12 Tom Tromey <tromey@redhat.com>
9808
9809 * buildsym.c (record_pending_block): Now static.
9810 * buildsym.h: (record_pending_block): Remove.
9811
9812 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9813
9814 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9815
9816 2012-03-09 Tom Tromey <tromey@redhat.com>
9817
9818 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9819 producer_is_gxx_lt_4_6>: New fields.
9820 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9821
9822 2012-03-09 Tom Tromey <tromey@redhat.com>
9823
9824 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9825
9826 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9827
9828 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9829 prototype.
9830
9831 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9832
9833 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9834
9835 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 Fix -Wmissing-prototypes build.
9838 * arm-linux-nat.c (get_thread_id): Make it static.
9839 * xtensa-linux-nat.c (get_thread_id): Likewise.
9840
9841 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9842
9843 * server.c (process_point_options): If a conditional expression
9844 is found, only print a message if remote_debug is nonzero.
9845
9846 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9847
9848 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9849 of internal error for unknown/unsupported types.
9850
9851 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 Fix CU relative vs. absolute DIE offsets.
9854 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9855 offset to offset_in_cu.
9856 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9857 TYPE_OFFSET.
9858 (dwarf2_fetch_die_location_block): Rename parameter offset to
9859 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9860
9861 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 * libunwind-frame.c: Rename to ...
9864 * ia64-libunwind-tdep.c: ... here.
9865 * libunwind-frame.h: Rename to ...
9866 * ia64-libunwind-tdep.h: ... here.
9867 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9868 ia64-libunwind-tdep.h.
9869 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9870 * README (--with-libunwind): Rename to ...
9871 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9872 * config.in: Regenerate.
9873 * configure: Regenerate.
9874 * configure.ac: New option --with-libunwind-ia64, make the
9875 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9876 Remove AC_DEFINE for HAVE_LIBUNWIND.
9877 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9878 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9879 Rename libunwind-frame in the general comment.
9880 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9881 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9882 Move forward declarations inside #ifndef. Rename libunwind-frame in
9883 the general comment.
9884 * ia64-tdep.c: Rename libunwind-frame.h #include to
9885 ia64-libunwind-tdep.h.
9886 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9887 (ia64_libunwind_descr): Rename libunwind-frame to
9888 ia64-libunwind-tdep in these function comments.
9889 * ia64-tdep.h: Rename libunwind-frame.h #include to
9890 ia64-libunwind-tdep.h.
9891 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9892 ia64-libunwind-tdep in that data comment.
9893
9894 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9895
9896 * libunwind-frame.h (struct frame_unwind): New declaration.
9897
9898 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9899
9900 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9901 "set breakpoint condition-evaluation" command.
9902
9903 2012-03-08 Tristan Gingold <gingold@adacore.com>
9904
9905 * sparc-stub.c: Move to stubs/
9906 * sh-stub.c: Likewise.
9907 * m68k-stub.c: Likewise.
9908 * m32r-stub.c: Likewise.
9909 * i386-stub.c: Likewise.
9910
9911 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9912
9913 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9914 linux_get_siginfo_type.
9915
9916 * m68klinux-nat.c: Include "gdb_proc_service.h".
9917 (PTRACE_GET_THREAD_AREA): Define.
9918 (ps_get_thread_area): New function.
9919
9920 2012-03-08 Yao Qi <yao@codesourcery.com>
9921
9922 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9923 `xsnprintf'.
9924 (remote_query_attached): Likewise.
9925 (remote_static_tracepoint_marker_at): Likewise.
9926 (remote_set_permissions): Likewise.
9927 (remote_detach_1, extended_remote_attach_1): Likewise.
9928 (send_g_packet, remote_vkill): Likewise.
9929 (extended_remote_disable_randomization): Likewise.
9930 (remote_add_target_side_condition): Likewise.
9931 (remote_insert_breakpoint): Likewise.
9932 (remote_remove_breakpoint): Likewise.
9933 (remote_insert_watchpoint): Likewise.
9934 (remote_remove_watchpoint): Likewise.
9935 (remote_insert_hw_breakpoint): Likewise.
9936 (remote_insert_hw_breakpoint): Likewise.
9937 (remote_remove_hw_breakpoint): Likewise.
9938 (remote_download_command_source): Likewise.
9939 (remote_download_tracepoint): Likewise.
9940 (remote_download_trace_state_variable): Likewise.
9941 (remote_disable_tracepoint): Likewise.
9942 (remote_trace_set_readonly_regions): Likewise.
9943 (remote_get_tracepoint_status): Likewise.
9944 (remote_trace_find): Likewise.
9945 (remote_get_trace_state_variable_value): Likewise.
9946 (remote_set_disconnected_tracing): Likewise.
9947 (remote_set_circular_trace_buffer): Likewise.
9948 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9949 (remote_use_agent): Likewise.
9950 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9951 Update callers.
9952
9953 2012-03-07 Pedro Alves <palves@redhat.com>
9954
9955 * NEWS: Mention QProgramSignals.
9956 * inferior.h (update_signals_program_target): Declare.
9957 * infrun.c: (update_signals_program_target): New.
9958 (handle_command): Update the target of the new program signals
9959 array changes.
9960 * remote.c (PACKET_QProgramSignals): New enum.
9961 (last_program_signals_packet): New global.
9962 (remote_program_signals): New.
9963 (remote_start_remote): Update the target with the program signals
9964 list.
9965 (remote_protocol_features): Add entry for QPassSignals.
9966 (remote_open_1): Free anc clear last_program_signals_packet.
9967 (init_remote_ops): Install remote_program_signals.
9968 * target.c (update_current_target): Adjust.
9969 (target_program_signals): New.
9970 * target.h (struct target_ops) <to_program_signals>: New field.
9971 (target_program_signals): Declare.
9972
9973 2012-03-07 Pedro Alves <palves@redhat.com>
9974
9975 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9976 extensions.
9977
9978 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9979
9980 * m68klinux-nat.c (getregs_supplies): Make static.
9981 (getfpregs_supplies): Likewise.
9982 (have_ptrace_getregs): Likewise.
9983
9984 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9985
9986 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9987 in call to get_die_type_at_offset.
9988
9989 2012-03-06 Stan Shebs <stan@codesourcery.com>
9990
9991 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9992 * mi/mi-cmd-disas.c: Ditto.
9993 * mi/mi-cmd-env.c: Ditto.
9994 * mi/mi-cmd-file.c: Ditto.
9995 * mi/mi-cmd-stack.c: Ditto.
9996 * mi/mi-cmd-target.c: Ditto.
9997 * mi/mi-cmd-var.c: Ditto.
9998 * mi/mi-cmds.c: Ditto.
9999 * mi/mi-cmds.h: Ditto.
10000 * mi/mi-console.c: Ditto.
10001 * mi/mi-getopt.c: Ditto.
10002 * mi/mi-getopt.h: Ditto.
10003 * mi/mi-interp.c: Ditto.
10004 * mi/mi-main.c: Ditto.
10005 * mi/mi-out.c: Ditto.
10006 * mi/mi-parse.c: Ditto.
10007 * mi/mi-parse.h: Ditto.
10008 * mi/mi-symbol-cmds.c: Ditto.
10009
10010 * mi/mi-getopt.h: Move mi_opt struct up.
10011 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10012 return.
10013 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10014
10015 2012-03-06 Tom Tromey <tromey@redhat.com>
10016
10017 * proc-service.c (ps_pglobal_lookup): Set the current program
10018 space.
10019
10020 2012-03-06 Pedro Alves <palves@redhat.com>
10021
10022 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10023
10024 2012-03-05 Joel Brobecker <brobecker@adacore.com>
10025
10026 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10027
10028 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 Code cleanup.
10031 * common/linux-osdata.c (linux_common_core_of_thread): New function
10032 comment.
10033 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10034 call by linux_common_core_of_thread.
10035 (linux_nat_core_of_thread_1): Remove.
10036 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10037 * linux-thread-db.c: Include linux-osdata.h.
10038 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10039 linux_common_core_of_thread.
10040
10041 2012-03-05 Tom Tromey <tromey@redhat.com>
10042
10043 * value.c (value_primitive_field): Don't fetch contents for
10044 non-virtual bases.
10045
10046 2012-03-05 Tom Tromey <tromey@redhat.com>
10047
10048 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10049
10050 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
10051
10052 * s390-nat.c: Include "gregset.h".
10053
10054 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10055
10056 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10057 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10058 (libunwind_load): New variable so_error, use it for dlerror. Try to
10059 load also LIBUNWIND_SO_7.
10060
10061 2012-03-05 Pedro Alves <palves@redhat.com>
10062
10063 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10064 is not NULL, and remove resulting dead code.
10065
10066 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
10067
10068 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10069 prologue to sh_analyze_prologue.
10070 (sh_analyze_prologue): Make better use of such an upper limit, and
10071 generally be more cautious about accessing memory.
10072
10073 2012-03-05 Tom Tromey <tromey@redhat.com>
10074
10075 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10076 _initialize_ia64_hpux_tdep.
10077
10078 2012-03-05 Pedro Alves <palves@redhat.com>
10079
10080 PR gdb/13766
10081
10082 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10083 the register state is clear, supply explicit zero, instead of
10084 marking the register unavailable.
10085
10086 2012-03-05 Tristan Gingold <gingold@adacore.com>
10087
10088 * NEWS: Mention OpenVMS ia64 new target.
10089
10090 2012-03-05 Tristan Gingold <gingold@adacore.com>
10091
10092 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10093 (ia64_unw_accessors, ia64_unw_rse_accessors)
10094 (ia64_libunwind_descr): Declare.
10095 * ia64-vms-tdep.c: New file.
10096 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10097 (ia64_libunwind_descr): Make them public.
10098 * configure.tgt: Add ia64-*-*vms*.
10099 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10100 (ALLDEPFILES): Add ia64-vms-tdep.c
10101
10102 2012-03-05 Tristan Gingold <gingold@adacore.com>
10103
10104 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10105 * remote.c (PACKET_qXfer_uib): New enum value.
10106 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10107 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10108 (_initialize_remote): Call add_packet_config_cmd for
10109 xfer:uib packet.
10110
10111 2012-03-05 Tristan Gingold <gingold@adacore.com>
10112
10113 * osabi.c (gdb_osabi_names): Add OpenVMS.
10114 (generic_elf_osabi_sniffer): Likewise.
10115 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10116
10117 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 Removed unused code.
10120 * libunwind-frame.c (libunwind_frame_unwind)
10121 (libunwind_frame_base_address): Remove.
10122 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10123
10124 2012-03-04 Yao Qi <yao@codesourcery.com>
10125
10126 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10127 remove trailing new line.
10128 (agent_run_command, agent_run_command): Add _ markup.
10129 (agent_capability_check): Likewise.
10130
10131 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10132
10133 * breakpoint.c (set_condition_evaluation_mode): Set
10134 CONDITION_EVALUATION_MODE unconditionally.
10135
10136 2012-03-03 Yao Qi <yao@codesourcery.com>
10137
10138 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10139 * common/agent.h: Update declaration.
10140 * inf-child.c (inf_child_use_agent): New.
10141 (inf_child_can_use_agent): New.
10142 (inf_child_target): Initialize fields `to_use_agent'
10143 and `to_can_use_agent'.
10144 * agent.c (agent_new_objfile): New.
10145 (_initialize_agent): Add agent_new_objfile to new_objfile
10146 observer.
10147
10148 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10149 New.
10150 (linux_target_install_ops): Initialize field
10151 `to_static_tracepoint_markers_by_strid'.
10152 * remote.c (free_current_marker): Move it to ...
10153 * tracepoint.c (free_current_marker): ... here. New.
10154 (cleanup_target_stop): New.
10155 * tracepoint.h: Declare free_current_marker.
10156 * NEWS: Add one entry about `info static-tracepoint-marker'.
10157
10158 2012-03-03 Yao Qi <yao@codesourcery.com>
10159
10160 * common/agent.c (agent_loaded_p): New.
10161 (agent_look_up_symbols): New global.
10162 * common/agent.h: Declare agent_loaded_p.
10163
10164 2012-03-03 Yao Qi <yao@codesourcery.com>
10165
10166 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10167 (agent_capability_check, agent_capability_invalidate): New.
10168 (symbol_list): New array element.
10169 * common/agent.h (enum agent_capa): New.
10170 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10171
10172 2012-03-03 Yao Qi <yao@codesourcery.com>
10173
10174 * target.h (struct target_ops) <to_use_agent>: New field.
10175 (struct target_ops) <to_can_use_agent>: New field.
10176 (target_use_agent, target_can_use_agent): New macro.
10177 * target.c (update_current_target): Update.
10178 * remote.c: New enum `PACKET_QAgent'.
10179 (remote_protocol_features): Add a new element.
10180 (remote_use_agent, remote_can_use_agent): New.
10181 (init_remote_ops): Initialize field `can_use_agent' with
10182 remote_can_use_agent. Intiailize field `use_agent' with
10183 remote_use_agent.
10184 * common/agent.c (use_agent): New global.
10185 * common/agent.h: Declare it.
10186 * tracepoint.c (info_static_tracepoint_markers_command): Add
10187 comment.
10188 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10189 (COMMON_OBS): Add common/agent.o and agent.o
10190 (common-agent.o): New rule.
10191 * agent.c: New.
10192
10193 2012-03-03 Yao Qi <yao@codesourcery.com>
10194
10195 * common/agent.c: New.
10196 * common/agent.h: New.
10197 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10198 AC_CHECK_HEADERS.
10199 * configure, configh.in: Regenerated.
10200
10201 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10202
10203 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10204 unless it exists for this architecture.
10205
10206 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10207
10208 * language.h (struct language_defn): New "method" la_read_var_value.
10209 * findvar.c: #include "language.h".
10210 (default_read_var_value): Renames read_var_value. Rewrite
10211 function description.
10212 (read_var_value): New function.
10213 * value.h (default_read_var_value): Add prototype.
10214 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10215 New functions.
10216 (ada_language_defn): Add entry for la_read_var_value.
10217 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10218 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10219 language_defn structures to add entry for new la_read_var_value
10220 field.
10221
10222 2012-03-02 Tom Tromey <tromey@redhat.com>
10223 Pedro Alves <palves@redhat.com>
10224
10225 PR breakpoints/13776:
10226 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10227 breakpoints.
10228 (delete_longjmp_breakpoint_at_next_stop): New.
10229 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10230 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10231 before deleting the inferior. Add comments.
10232 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10233 breakpoints immediately, but only on next stop. Move that code
10234 next to where we mark other breakpoints for deletion.
10235
10236 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10237
10238 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10239 marker.
10240 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10241 violation.
10242
10243 2012-03-02 Pedro Alves <palves@redhat.com>
10244
10245 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10246
10247 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10248
10249 Fix -Wmissing-prototypes build.
10250 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10251 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10252 (gdbsim_has_memory): Likewise.
10253
10254 2012-03-02 Yao Qi <yao@codesourcery.com>
10255
10256 Fix -Wmissing-prototypes build.
10257 * charset.c (phony_iconv_open): Make static.
10258 (phony_iconv_close, phony_iconv): Likewise.
10259 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10260 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10261 prototype.
10262 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10263 * ser-mingw.c (create_select_thread): Make static.
10264 * windows-termcap.c (tgetent): New prototype.
10265 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10266
10267 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10268
10269 Fix -Wmissing-prototypes build.
10270 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10271 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10272 (_initialize_loadable): New prototypes.
10273
10274 2012-03-02 Doug Evans <dje@google.com>
10275
10276 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10277 abbrev table, read_comp_unit will do it.
10278
10279 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10280
10281 Fix -Wmissing-prototypes build.
10282 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10283 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10284 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10285 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10286 (_initialize_arm_symbian_tdep): New prototype.
10287 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10288 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10289 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10290 static.
10291 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10292 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10293 prototype.
10294 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10295 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10296 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10297 static.
10298 * moxie-tdep.c (moxie_process_record): Likewise.
10299 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10300 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10301 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10302 (_initialize_rl78_tdep): New prototype.
10303 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10304 (_initialize_rx_tdep): New prototype.
10305 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10306 (_initialize_darwin_solib): New prototype.
10307 * solib-spu.c: Include solib-spu.h.
10308 (_initialize_spu_solib): New prototype.
10309 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10310 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10311 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10312 (tic6x_software_single_step): Make it static.
10313 (_initialize_tic6x_tdep): New prototype.
10314
10315 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 Fix -Wmissing-prototypes build.
10318 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10319 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10320
10321 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10322
10323 Fix -Wmissing-prototypes build.
10324 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10325 (frv_have_stopped_data_address): Remove.
10326
10327 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 Fix -Wmissing-prototypes build.
10330 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10331 * sh-tdep.c: Include sh64-tdep.h.
10332 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10333 * sh64-tdep.c: Include sh64-tdep.h.
10334 * sh64-tdep.h: New file.
10335
10336 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10337
10338 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10339
10340 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10341
10342 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10343 sp_regnum once the gdbarch_init_osabi hook has been called.
10344
10345 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10346
10347 * mips-tdep.c (mips32_bc1_pc): New function.
10348 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10349 BPOSGE32 and BPOSGE64 instructions.
10350 (deal_with_atomic_sequence): Likewise.
10351 (mips32_instruction_has_delay_slot): Likewise.
10352
10353 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10354 Chris Dearman <chris@mips.com>
10355 Maciej W. Rozycki <macro@codesourcery.com>
10356 Joseph Myers <joseph@codesourcery.com>
10357
10358 * features/mips-dsp.xml: New file.
10359 * features/mips64-dsp.xml: New file.
10360 * features/mips-dsp-linux.xml: New file.
10361 * features/mips64-dsp-linux.xml: New file.
10362 * features/Makefile (WHICH): Add mips-dsp-linux and
10363 mips64-dsp-linux.
10364 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10365 * features/mips-dsp-linux.c: New file.
10366 * features/mips64-dsp-linux.c: New file.
10367 * regformats/mips-dsp-linux.dat: New file.
10368 * regformats/mips64-dsp-linux.dat: New file.
10369 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10370 registers.
10371 (mips64_linux_register_addr): Likewise.
10372 (mips64_linux_regsets_fetch_registers): Likewise.
10373 (mips64_linux_regsets_store_registers): Likewise.
10374 (mips64_linux_fetch_registers): Update call to
10375 mips64_linux_regsets_fetch_registers.
10376 (mips64_linux_store_registers): Update call to
10377 mips64_linux_regsets_store_registers.
10378 (mips_linux_read_description): Probe for DSP registers.
10379 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10380 and initialize_tdesc_mips64_dsp_linux.
10381 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10382 Remove padding of no longer used embedded register slots.
10383 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10384 (MIPS_RESTART_REGNUM): Redefine enum value.
10385 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10386 strings.
10387 (mips_tx39_reg_names): Likewise.
10388 (mips_linux_reg_names): New array of register names for Linux
10389 targets.
10390 (mips_register_name): Check for a null pointer in
10391 mips_processor_reg_names and return an empty string.
10392 (mips_register_type): Exclude embedded registers for the IRIX
10393 and Linux ABIs.
10394 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10395 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10396 DSP registers.
10397 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10398 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10399 (mips_gdbarch_init): Likewise. Initialize internal register
10400 indices for the Linux ABI. Use dynamic numbers to refer to
10401 registers, as applicable, while parsing the target description.
10402 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10403
10404 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10405
10406 * frame.h (read_frame_register_unsigned): Fix typo in function
10407 description.
10408
10409 2012-03-01 Pedro Alves <palves@redhat.com>
10410
10411 * jit-reader.in [!__cplusplus]
10412 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10413
10414 2012-03-01 Pedro Alves <palves@redhat.com>
10415
10416 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10417 * configure: Regenerate.
10418
10419 2012-03-01 Pedro Alves <palves@redhat.com>
10420
10421 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10422 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10423 (ftrace_command, strace_command): Make static.
10424 * d-lang.c (_initialize_d_language): Declare.
10425 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10426 * dwarf2loc.c (_initialize_dwarf2loc):
10427 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10428 * exec.c (exec_get_section_table): Make static.
10429 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10430 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10431 * inferior.c (remove_inferior_command, add_inferior_command)
10432 (clone_inferior_command): Make static.
10433 * linux-nat.c (linux_nat_thread_address_space)
10434 (linux_nat_core_of_thread): Make static.
10435 * linux-tdep.c (_initialize_linux_tdep): Declare.
10436 * objc-lang.c (_initialize_objc_lang): Declare.
10437 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10438 Make static.
10439 (_initialize_opencl_language): Declare.
10440 * record.c (_initialize_record): Declare.
10441 * remote.c (demand_private_info, remote_get_tib_address)
10442 (remote_supports_cond_tracepoints)
10443 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10444 Make static.
10445 * skip.c (_initialize_step_skip): Declare.
10446 * symtab.c (skip_prologue_using_lineinfo): Make static.
10447 * tracepoint.c (delete_trace_state_variable)
10448 (trace_variable_command, delete_trace_variable_command)
10449 (get_uploaded_tsv, find_matching_tracepoint_location)
10450 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10451 Make static.
10452 * value.c (pack_unsigned_long): Make static.
10453 * varobj.c (varobj_ensure_python_env): Make static.
10454 * windows-tdep.c (_initialize_windows_tdep): Declare.
10455 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10456
10457 2012-03-01 Pedro Alves <palves@redhat.com>
10458
10459 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10460 gdbarch parameter.
10461 (linux_init_abi): Install it as has_shared_address_space gdbarch
10462 callback.
10463
10464 2012-03-01 Pedro Alves <palves@redhat.com>
10465
10466 * observer.c (observer_test_first_notification_function)
10467 (observer_test_second_notification_function)
10468 (observer_test_third_notification_function): Add declarations.
10469
10470 2012-03-01 Pedro Alves <palves@redhat.com>
10471
10472 * common/signals.c (default_target_signal_to_host)
10473 (default_target_signal_from_host): Move ...
10474 * arch-utils.c: ... here.
10475 * arch-utils.h (default_target_signal_to_host)
10476 (default_target_signal_from_host): Declare.
10477
10478 * common/signals.c (target_signal_from_command): Move ...
10479 * infrun.c: ... here.
10480 * inferior.h (target_signal_from_command): Declare.
10481 * target.h (target_signal_from_command)
10482 (default_target_signal_from_host, default_target_signal_to_host):
10483 Delete declarations.
10484
10485 * common/signals.c (_initialize_signals): Delete.
10486
10487 2012-03-01 Pedro Alves <palves@redhat.com>
10488
10489 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10490 both __cplusplus and !__cplusplus.
10491
10492 2012-03-01 Pedro Alves <palves@redhat.com>
10493
10494 * psymtab.c (find_and_open_source): Delete declaration.
10495 * source.c (find_and_open_source): Move comment ...
10496 * source.h (find_and_open_source): ... to this new declaration.
10497
10498 2012-03-01 Pedro Alves <palves@redhat.com>
10499
10500 * inline-frame.c: Include inline-frame.h.
10501
10502 2012-03-01 Pedro Alves <palves@redhat.com>
10503
10504 * tui/tui-data.c (set_gen_win_origin): Delete.
10505 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10506 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10507
10508 2012-03-01 Pedro Alves <palves@redhat.com>
10509
10510 * remote.c (encode_actions): Delete declaration.
10511 * tracepoint.c (encode_actions): Make extern.
10512 * tracepoint.h (encode_actions): Declare.
10513
10514 2012-03-01 Pedro Alves <palves@redhat.com>
10515
10516 * python/py-breakpoint.c: Include python.h.
10517 * python/py-continueevent.c (create_continue_event_object): Make
10518 static.
10519 * python/py-lazy-string.c (stpy_get_type): Make static.
10520 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10521 Make static.
10522 * python/py-utils.c (unicode_to_target_python_string): Make
10523 static.
10524 * python/py-value.c: Include python.h.
10525
10526 2012-03-01 Pedro Alves <palves@redhat.com>
10527
10528 * inferior.c (delete_threads_of_inferior): Delete.
10529
10530 2012-03-01 Pedro Alves <palves@redhat.com>
10531
10532 Import fallback definitions from glibc.
10533
10534 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10535 ps_prochandle): Forward declare.
10536 (ps_err_e): Use glibc's comments.
10537 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10538 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10539 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10540 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10541 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10542 (struct ps_prochandle): Adjust comment.
10543
10544 2012-03-01 Pedro Alves <palves@redhat.com>
10545
10546 * ada-lang.c (ada_modulus_from_name): Delete.
10547 * ada-lex.l (lexer_init): Make static.
10548
10549 2012-03-01 Pedro Alves <palves@redhat.com>
10550
10551 PR gdb/13767
10552
10553 * frame.c (read_frame_register_unsigned): New.
10554 * frame.h (read_frame_register_unsigned): Declare.
10555 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10556 Handle it.
10557 (print_i387_control_word): New parameter `control_p'. Handle it.
10558 (i387_print_float_info): Handle unavailable float registers.
10559
10560 2012-03-01 Keith Seitz <keiths@redhat.com>
10561
10562 * linespec.c (decode_line_2): Sort the list of methods
10563 alphabetically before presenting the user with a selection
10564 menu.
10565
10566 2012-03-01 Doug Evans <dje@google.com>
10567
10568 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10569 has_namespace_info.
10570 (dwarf2_read_abbrevs): Remove corresponding initialization.
10571
10572 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10573
10574 * NEWS: Mention new python command class gdb.COMMAND_USER.
10575 * cli/cli-cmds.c (show_user): Print error when used on a python
10576 command.
10577 (init_cli_cmds): Update documentation strings for "show user" and
10578 "set/show max-user-call-depth" to clarify that it does not apply to
10579 python commands.
10580 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10581 error check.
10582 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10583 gdb python api.
10584 * top.c (execute_command): Only execute a user-defined command as a
10585 legacy macro if c->user_commands is set.
10586
10587 2012-03-01 Tom Tromey <tromey@redhat.com>
10588
10589 * valprint.h (struct generic_val_print_decorations): New.
10590 (generic_val_print): Declare.
10591 * valprint.c (generic_val_print): New function.
10592 * p-valprint.c (p_decorations): New global.
10593 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10594 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10595 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10596 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10597 * m2-valprint.c (m2_decorations): New global.
10598 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10599 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10600 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10601 TYPE_CODE_ERROR>: Call generic_val_print.
10602 * f-valprint.c (f_decorations): New global.
10603 (f_val_print): Use print_function_pointer_address.
10604 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10605 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10606 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10607 generic_val_print.
10608 * c-valprint.c (c_decorations): New global.
10609 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10610 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10611 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10612 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10613 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10614 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10615 case.
10616
10617 2012-03-01 Tom Tromey <tromey@redhat.com>
10618
10619 * valprint.c (val_print): Update.
10620 * p-valprint (pascal_val_print): Return void.
10621 * p-lang.h (pascal_val_print): Return void.
10622 * m2-valprint.c (m2_val_print): Return void.
10623 * m2-lang.h (m2_val_print): Return void.
10624 * language.h (struct language_defn) <la_val_print>: Return void.
10625 * language.c (unk_lang_val_print): Return void.
10626 * jv-valprint.c (java_val_print): Return void.
10627 * jv-lang.h (java_val_print): Return void.
10628 * f-valprint.c (f_val_print): Return void.
10629 * f-lang.h (f_val_print): Return void.
10630 * d-valprint.c (d_val_print): Return void.
10631 (dynamic_array_type): Update.
10632 * d-lang.h (d_val_print): Return void.
10633 * c-valprint.c (c_val_print): Return void.
10634 * c-lang.h (c_val_print): Return void.
10635 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10636 void.
10637 * ada-lang.h (ada_val_print): Return void.
10638
10639 2012-03-01 Tom Tromey <tromey@redhat.com>
10640
10641 * value.h (val_print): Return void.
10642 * valprint.c (val_print): Return void.
10643
10644 2012-03-01 Tom Tromey <tromey@redhat.com>
10645
10646 * value.h (common_val_print): Return void.
10647 * valprint.c (common_val_print): Return void.
10648
10649 2012-03-01 Tom Tromey <tromey@redhat.com>
10650
10651 * value.h (value_print): Return void.
10652 * valprint.c (value_print): Return void.
10653 * p-valprint.c (pascal_value_print): Return void.
10654 * p-lang.h (pascal_value_print): Return void.
10655 * language.h (struct language_defn) <la_value_print>: Return
10656 void.
10657 * language.c (unk_lang_value_print): Return void.
10658 * jv-valprint.c (java_value_print): Return void.
10659 * jv-lang.h (java_value_print): Return void.
10660 * f-valprint.c (c_value_print): Don't declare.
10661 Include c-lang.h.
10662 * c-valprint.c (c_value_print): Return void.
10663 * c-lang.h (c_value_print): Return void.
10664 * ada-valprint.c (ada_value_print): Return void.
10665 * ada-lang.h (ada_value_print): Return void.
10666
10667 2012-03-01 Tom Tromey <tromey@redhat.com>
10668
10669 * value.c (value_primitive_field): Handle virtual base classes.
10670
10671 2012-03-01 Tom Tromey <tromey@redhat.com>
10672
10673 * gdbtypes.h (struct vbase): Remove.
10674
10675 2012-03-01 Tom Tromey <tromey@redhat.com>
10676
10677 * c-valprint.c (print_function_pointer_address): Move...
10678 * valprint.c: ... here. Make non-static.
10679 * m2-valprint.c (print_function_pointer_address): Remove.
10680 * valprint.h (print_function_pointer_address): Declare.
10681
10682 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10683
10684 * NEWS: Document the fact that one can provide a condition when
10685 creating an Ada exception catchpoint.
10686
10687 2012-03-01 Tom Tromey <tromey@redhat.com>
10688
10689 * valprint.c (val_print_type_code_flags): Fix placement of
10690 trailing brace.
10691
10692 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10693
10694 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10695 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10696 environment variable before calling update-copyright.
10697
10698 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10699
10700 * gnulib/extra/update-copyright: Update to the latest from
10701 gnulib's git repository.
10702 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10703 variable to 2 instead of 1.
10704
10705 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10706
10707 * varobj.c (c_value_of_variable): Remove dead code.
10708
10709 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10710
10711 * ada-lex.p (processId): Do not modify already encoded IDs.
10712 Update function documentation.
10713
10714 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10715
10716 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10717 "name" with "struct symbol *name_sym".
10718 * ada-exp.y (write_var_or_type): Update call to
10719 ada_find_renaming_symbol.
10720 "name" with "struct symbol *name_sym". Adjust Implementation
10721 accordingly. Adjust the function documentation.
10722
10723 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10724
10725 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10726 * ada-lang.c (ada_find_any_type): Add advance declaration.
10727 Make static. Replace ada_find_any_symbol by
10728 ada_find_any_type_symbol.
10729 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10730 Improve function description. Make static.
10731 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10732 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10733
10734 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10735
10736 * ada-lang.c (struct tag_args): Delete.
10737 (ada_get_tsd_type): Function body moved up in source file.
10738 (ada_tag_name_1, ada_tag_name_2): Delete.
10739 (ada_get_tsd_from_tag): New function.
10740 (ada_tag_name_from_tsd): New function.
10741 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10742 to determine the tag name.
10743
10744 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10745
10746 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10747 declaration.
10748 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10749 function.
10750
10751 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10752
10753 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10754
10755 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10756
10757 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10758 full searches.
10759
10760 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10761
10762 * ada-lang.c (constrained_packed_array_type): If there is a
10763 parallel XA type, use it to determine the array index type.
10764
10765 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10766
10767 * ada-valprint.c (ada_val_print_1): If our value is a reference
10768 to an array descriptor, dereference it before converting it
10769 to a simple array.
10770
10771 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10772
10773 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10774 creating fixed value.
10775 (ada_value_ind, ada_coerce_ref, assign_component)
10776 (ada_evaluate_subexp): Remove call to unwrap_value before
10777 call to ada_to_fixed_value.
10778
10779 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10780
10781 * ada-lang.c (to_fixed_array_type): Set result's type name.
10782
10783 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10784
10785 * ada-lang.c (catch_ada_exception_command_split): Add new
10786 argument cond_string. Add support for condition at end of
10787 "catch exception" commands.
10788 (ada_decode_exception_location): Add new argument cond_string.
10789 Update call to catch_ada_exception_command_split.
10790 (create_ada_exception_catchpoint): Add new argument cond_string.
10791 Set the breakpoint condition if needed.
10792 (catch_ada_exception_command): Update call to
10793 ada_decode_exception_location.
10794 (ada_decode_assert_location): Add function documentation.
10795 Add support for condition at end of "catch assert" command.
10796 (catch_assert_command): Update calls to ada_decode_assert_location
10797 and create_ada_exception_catchpoint.
10798
10799 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10800
10801 Fix disp-step-syscall.exp: fork: single step over fork.
10802 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10803 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10804 comment, change parameters gdbarch and ptid to regcache. Remove
10805 parameter regcache, initialize gdbarch from regcache here.
10806 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10807 New functions.
10808 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10809 instead.
10810 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10811 'syscall'. Make the 'int' check more strict.
10812
10813 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10814
10815 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10816 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10817 (i386_linux_intx80_sysenter_syscall_record): ... here.
10818 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10819 Use the renamed function name.
10820
10821 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10822
10823 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10824 * breakpoint.c (until_break_command): Likewise.
10825 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10826 * infcall.c (call_function_by_hand): Likewise.
10827 * infcmd.c (finish_forward): Likewise.
10828 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10829
10830 2012-02-28 Tristan Gingold <gingold@adacore.com>
10831
10832 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10833 avoid variable assignments inside condition.
10834
10835 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10836
10837 Fix static analysis issue found by cppcheck.
10838 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10839 uninitialized BUF for size 2.
10840
10841 2012-02-27 Chris Dearman <chris@mips.com>
10842 Nathan Froyd <froydnj@codesourcery.com>
10843 Maciej W. Rozycki <macro@codesourcery.com>
10844
10845 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10846 (mips16_instruction_has_delay_slot): Likewise.
10847 (mips_segment_boundary): Likewise.
10848 (mips_adjust_breakpoint_address): Likewise.
10849 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10850
10851 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10852 Maciej W. Rozycki <macro@codesourcery.com>
10853
10854 * infrun.c (handle_inferior_event): Don't proceed through
10855 shared library trampolines if stepping at the machine
10856 instruction level.
10857
10858 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10859
10860 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10861 too.
10862
10863 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10864
10865 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10866 (sh_stub_unwind_sniffer): New functions.
10867 (sh_stub_unwind): New variable.
10868 (sh_gdbarch_init): Wire everything.
10869
10870 2012-02-27 Pedro Alves <palves@redhat.com>
10871
10872 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10873 (linux_nat_post_attach_wait): Adjust to use
10874 linux_proc_pid_is_stopped.
10875 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10876 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10877 based on pid_is_stopped from both linux-nat.c and
10878 gdbserver/linux-low.c, and renamed.
10879
10880 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10881
10882 * remote.c (remote_watchpoint_addr_within_range): New function.
10883 (init_remote_ops): Use it.
10884
10885 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10886
10887 * target.h (target_watchpoint_addr_within_range): Document macro.
10888
10889 2012-02-24 Pedro Alves <palves@redhat.com>
10890
10891 * stack.c (set_last_displayed_sal): Issue internal_error instead
10892 of warning, and issue it after clearing the last displayed sal.
10893
10894 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10895 Pedro Alves <palves@redhat.com>
10896
10897 * breakpoint.c (until_break_command): Install breakpoints after
10898 all frame manipulations.
10899
10900 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10901
10902 * remote.c (remote_supports_cond_breakpoints): New forward
10903 declaration.
10904 (remote_add_target_side_condition): New function.
10905 (remote_insert_breakpoint): Add target-side breakpoint
10906 conditional if supported.
10907 (remote_insert_hw_breakpoint): Likewise.
10908 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10909 hook.
10910
10911 * target.c (update_current_target): Inherit
10912 to_supports_evaluation_of_breakpoint_conditions.
10913 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10914
10915 * target.h (struct target_ops)
10916 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10917 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10918
10919 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10920 (condition_evaluation_both, condition_evaluation_auto,
10921 condition_evaluation_host, condition_evaluation_target,
10922 condition_evaluation_enums, condition_evaluation_mode_1,
10923 condition_evaluation_mode): New static globals.
10924 (translate_condition_evaluation_mode): New function.
10925 (breakpoint_condition_evaluation_mode): New function.
10926 (gdb_evaluates_breakpoint_condition_p): New function.
10927 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10928 (mark_breakpoint_modified): New function.
10929 (mark_breakpoint_location_modified): New function.
10930 (set_condition_evaluation_mode): New function.
10931 (show_condition_evaluation_mode): New function.
10932 (bp_location_compare_addrs): New function.
10933 (get_first_location_gte_addr): New helper function.
10934 (set_breakpoint_condition): Free condition bytecode if locations
10935 has become unconditional. Call mark_breakpoint_modified (...).
10936 (condition_command): Call update_global_location_list (1) for
10937 breakpoints.
10938 (breakpoint_xfer_memory): Use is_breakpoint (...).
10939 (is_breakpoint): New function.
10940 (parse_cond_to_aexpr): New function.
10941 (build_target_condition_list): New function.
10942 (insert_bp_location): Handle target-side conditional
10943 breakpoints and call build_target_condition_list (...).
10944 (update_inserted_breakpoint_locations): New function.
10945 (insert_breakpoint_locations): Handle target-side conditional
10946 breakpoints.
10947 (bpstat_check_breakpoint_conditions): Add comment.
10948 (bp_condition_evaluator): New function.
10949 (bp_location_condition_evaluator): New function.
10950 (print_breakpoint_location): Print information on where the condition
10951 will be evaluated.
10952 (print_one_breakpoint_location): Likewise.
10953 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10954 breakpoint location.
10955 (force_breakpoint_reinsertion): New functions.
10956 (update_global_location_list): Handle target-side breakpoint
10957 conditions.
10958 Reinsert locations that are already inserted if conditions have
10959 changed.
10960 (bp_location_dtor): Free agent expression bytecode.
10961 (disable_breakpoint): Call mark_breakpoint_modified (...).
10962 Call update_global_location_list (...) with parameter 1 for breakpoints.
10963 (disable_command): Call mark_breakpoint_location_modified (...).
10964 Call update_global_location_list (...) with parameter 1 for breakpoints.
10965 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10966 (enable_command): mark_breakpoint_location_modified (...).
10967 (_initialize_breakpoint): Update documentation and add
10968 condition-evaluation breakpoint subcommand.
10969
10970 * breakpoint.h: Include ax.h.
10971 (condition_list): New data structure.
10972 (condition_status): New enum.
10973 (bp_target_info) <cond_list>: New field.
10974 (bp_location) <condition_changed, cond_bytecode>: New fields.
10975 (is_breakpoint): New prototype.
10976
10977 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10978
10979 * remote.c (remote_state) <cond_breakpoints>: New field.
10980 (PACKET_ConditionalBreakpoints): New enum.
10981 (remote_cond_breakpoint_feature): New function.
10982 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10983 (remote_supports_cond_breakpoints): New function.
10984 (_initialize_remote): Add new packet configuration for
10985 target-side conditional breakpoints.
10986
10987 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10988
10989 * NEWS: Mention target-side conditional breakpoint support,
10990 new condition-evaluation breakpoint subcommand and remote
10991 packet extensions.
10992
10993 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10994
10995 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10996 number.
10997
10998 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10999
11000 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11001 (after_prologue): Remove.
11002
11003 2012-02-23 Tom Tromey <tromey@redhat.com>
11004
11005 * jv-valprint.c (java_val_print): Remove dead code.
11006
11007 2012-02-23 Tristan Gingold <gingold@adacore.com>
11008
11009 * ada-tasks.c (struct ada_tasks_inferior_data): Add
11010 known_tasks_element and known_tasks_length fields.
11011 (read_known_tasks_array): Change argument type. Use pointer type
11012 and number of elements from DATA. Adjust.
11013 (read_known_tasks_list): Likewise.
11014 (get_known_tasks_addr): Remove.
11015 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11016 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
11017 type and array length. Merge former get_known_tasks_addr code.
11018
11019 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 PR backtrace/13716
11022 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11023 it after set_momentary_breakpoint.
11024
11025 2012-02-22 Sterling Augustine <saugustine@google.com>
11026
11027 PR 13689:
11028 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11029
11030 2012-02-22 Gary Benson <gbenson@redhat.com>
11031
11032 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11033 (find_slot_in_mapped_hash): Likewise.
11034
11035 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11036
11037 PR build/13638
11038 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11039 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11040 * configure: Regenerate.
11041
11042 2012-02-21 Tristan Gingold <gingold@adacore.com>
11043 Pedro Alves <palves@redhat.com>
11044
11045 * ia64-tdep.c: Do not include libunwind-ia64.h.
11046 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11047 Include libunwind-ia64.h instead of libunwind.h.
11048 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11049 for libunwind.h existence.
11050 * configure, config.in: Regenerate.
11051
11052 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11053
11054 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11055 instead of value_rtti_target_type.
11056 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11057 instead of value_rtti_target_type.
11058 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11059 value_rtti_target_type.
11060 * valops.c (value_ind): Extract function readjust_indirect_value_type.
11061 (value_rtti_target_type): Rename to ...
11062 (value_rtti_indirect_type): ... here and make it indirect. Update
11063 function comment.
11064 * value.c (readjust_indirect_value_type): New function.
11065 (coerce_ref): Support for enclosing type setting for references
11066 with readjust_indirect_value_type.
11067 * value.h (readjust_value_type): New declaration.
11068 (value_rtti_target_type): Rename to ...
11069 (value_rtti_indirect_type): ... here.
11070
11071 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
11072
11073 * MAINTAINERS (Write After Approval): Add myself to the list.
11074
11075 2012-02-20 Doug Evans <dje@google.com>
11076
11077 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11078 Rename objfile_p_char parameter to objfilep.
11079 (build_objfile_section_table): Result is now void. All callers
11080 updated.
11081 * objfiles.h (struct objfile): Tweak comments, whitespace.
11082 (build_objfile_section_table): Update.
11083
11084 * elfread.c (elf_symfile_segments): Fix warning text.
11085
11086 2012-02-20 Tom Tromey <tromey@redhat.com>
11087
11088 PR gdb/13498:
11089 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11090 particular set of file names once.
11091 (dw2_map_symbol_filenames): Likewise.
11092
11093 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11094
11095 Code cleanup.
11096 * main.c (write_files): Remove the declaration.
11097 (external_editor_command): Move the declaration ...
11098 [GDBTK] (external_editor_command): ... here. Fix the comment.
11099
11100 2012-02-20 Tom Tromey <tromey@redhat.com>
11101
11102 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11103 extraneous block.
11104
11105 2012-02-20 Tristan Gingold <gingold@adacore.com>
11106
11107 * darwin-nat.h (enum darwin_msg_state): Add comments.
11108
11109 2012-02-20 Tristan Gingold <gingold@adacore.com>
11110
11111 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11112 value.
11113
11114 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11115
11116 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11117 between function description and implementation.
11118
11119 2012-02-17 Tom Tromey <tromey@redhat.com>
11120
11121 PR python/12070:
11122 * python/py-event.c (event_object_getset): New global.
11123 (event_object_type): Reference it.
11124 * python/py-type.c (field_object_getset): New global.
11125 (field_object_type): Reference it.
11126 * python/python-internal.h (gdb_py_generic_dict): Declare.
11127 * python/py-utils.c (gdb_py_generic_dict): New function.
11128
11129 2012-02-17 Tristan Gingold <gingold@adacore.com>
11130
11131 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11132
11133 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11134
11135 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11136 TYPE_CALLING_CONVENTION annotation.
11137
11138 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11139
11140 * MAINTAINERS: Add rx to target ISA section.
11141 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11142 (ALLDEPFILES): Add rx-tdep.c.
11143
11144 2012-02-16 Tom Tromey <tromey@redhat.com>
11145
11146 * symfile.c (symbol_file_add_main_1): Use inferior's
11147 symfile_flags.
11148 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11149 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11150 inferior.
11151 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11152 inferior.
11153 (follow_exec): Use inferior's symfile_flags.
11154 * inferior.h (struct inferior) <symfile_flags>: New field.
11155
11156 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11157
11158 PR gdb/9734:
11159 * remote-sim.c (gdbsim_create_inferior): Call error() when
11160 sim_create_inferior() fails.
11161
11162 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11163
11164 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11165
11166 2012-02-16 Tom Tromey <tromey@redhat.com>
11167
11168 PR c++/13653:
11169 * thread.c (struct current_thread_cleanup) <was_removable>: New
11170 field.
11171 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11172 (make_cleanup_restore_current_thread): Initialize new field.
11173
11174 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11175
11176 * MAINTAINERS: Add rl78 to target ISA section.
11177 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11178 (ALLDEPFILES): Add rl78-tdep.c.
11179 * NEWS: Mention rl78 as a new target.
11180
11181 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11182
11183 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11184 data.
11185 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11186
11187 2012-02-15 Tom Tromey <tromey@redhat.com>
11188
11189 PR gdb/12659:
11190 * infcmd.c (registers_info): Print just the current register's
11191 name.
11192
11193 2012-02-15 Tom Tromey <tromey@redhat.com>
11194
11195 * python/py-symbol.c (sympy_value): Use _().
11196
11197 2012-02-15 Pedro Alves <palves@redhat.com>
11198
11199 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11200 output to be like native targets'.
11201 (remote_pid_to_str): Special case the null ptid.
11202
11203 2012-02-14 Stan Shebs <stan@codesourcery.com>
11204
11205 * NEWS: Mention enable count command.
11206 * breakpoint.h (struct breakpoint): New field enable_count.
11207 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11208 (enable_breakpoint): Add arg to call.
11209 (struct disp_data): New struct.
11210 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11211 (do_map_enable_once_breakpoint): Create a struct and pass it.
11212 (do_map_enable_delete_breakpoint): Ditto.
11213 (do_map_enable_count_breakpoint): New function.
11214 (enable_count_command): New function.
11215 (bpstat_stop_status): Decrement enable_count.
11216 (print_one_breakpoint_location): Report enable count.
11217 (_initialize_breakpoint): Add enable count command.
11218
11219 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11220
11221 * rl78-tdep.c (reggroups.h): Include.
11222 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11223 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11224 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11225 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11226 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11227 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11228 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11229 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11230 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11231 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11232 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11233 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11234 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11235 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11236 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11237 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11238 beginning of register list.
11239 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11240 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11241 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11242 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11243 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11244 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11245 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11246 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11247 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11248 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11249 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11250 the pseudo registers. Rearrange other pseudo registers too so
11251 that the bank registers appear at the end.
11252 (rl78_register_type): Account for the fact that the byte sized
11253 bank registers are now pseudo-registers.
11254 (rl78_register_name): Rearrange the register name array. Make
11255 initial set of raw banked registers inaccessible.
11256 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11257 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11258 case for copying bytes back and forth between raw and pseudo
11259 versions of the banked registers. Update other cases to reflect
11260 the changed names.
11261 (rl78_return_value): Update to account for changed names of
11262 raw registers.
11263 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11264 rl78_register_sim_regno().
11265
11266 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11267
11268 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11269 the name parameter being passed to find_pc_partial_function().
11270
11271 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11272
11273 * MAINTAINERS: Step down from being ia64 target maintainer.
11274
11275 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11278 compilation warning.
11279
11280 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11281
11282 Fix crash on loaded shlibs without loaded exec_bfd.
11283 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11284 (set_section_command): Replace exec_bfd by p->bfd.
11285
11286 2012-02-10 Tom Tromey <tromey@redhat.com>
11287
11288 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11289 when we have a C++ qualified name.
11290
11291 2012-02-10 Pedro Alves <palves@redhat.com>
11292
11293 * inferior.c (inferior_pid_to_str): New.
11294 (print_inferior, inferior_command): Use it.
11295
11296 2012-02-10 Pedro Alves <palves@redhat.com>
11297
11298 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11299 the test CFLAGS.
11300 * configure: Regenerate.
11301
11302 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11303
11304 * linespec.c (decode_line_internal): Fix comment correctness.
11305
11306 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11307
11308 PR gdb/12953
11309 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11310 * amd64bsd-nat.c: Add support for debug registers (adapted from
11311 i386bsd-nat.c).
11312 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11313 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11314 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11315 (amd64bsd_dr_get_control): New functions.
11316 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11317 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11318 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11319 watchpoints initialization.
11320 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11321
11322 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11325 flds_bnds.fields.
11326 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11327
11328 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11331
11332 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11333
11334 * language.h (symbol_name_cmp_ftype): Renames
11335 symbol_name_match_p_ftype.
11336 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11337 la_get_symbol_name_match_p.
11338 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11339 ada_get_symbol_name_match_p. Update comment.
11340 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11341 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11342 Renames symbol_name_match_p. Update field type.
11343 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11344 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11345 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11346 "la_get_symbol_name_cmp" in comments.
11347 * language.c: Likewise.
11348
11349 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11350
11351 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11352 %eflags offset.
11353 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11354 (amd64_sol2_gregset32_reg_offs): Likewise.
11355
11356 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11357
11358 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11359 of the returned BFD is allocated by GDB.
11360
11361 2012-02-07 Tom Tromey <tromey@redhat.com>
11362
11363 PR python/12027:
11364 * python/python-internal.h (frame_object_type): Declare.
11365 * python/py-symbol.c (sympy_needs_frame): New function.
11366 (sympy_value): New function.
11367 (symbol_object_getset): Add "needs_frame".
11368 (symbol_object_methods): Add "value".
11369 * python/py-frame.c (frame_object_type): No longer static.
11370
11371 2012-02-07 Tom Tromey <tromey@redhat.com>
11372
11373 PR python/13599:
11374 * python/py-symbol.c (sympy_line): New function.
11375 (symbol_object_getset): Add "line".
11376
11377 2012-02-07 Tom Tromey <tromey@redhat.com>
11378
11379 * charset.c (find_charset_names): Check 'in' against NULL.
11380
11381 2012-02-06 Doug Evans <dje@google.com>
11382
11383 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11384 and fields.name members from char * to const char *. All uses updated.
11385 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11386 from char * to const char *. All uses updated.
11387 (type_name_no_tag): Update.
11388 (lookup_unsigned_typename, lookup_signed_typename): Update.
11389 * gdbtypes.c (type_name_no_tag): Change result type
11390 from char * to const char *. All callers updated.
11391 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11392 name parameter from char * to const char *.
11393 * symtab.h (struct cplus_specific): Change type of demangled_name
11394 member from char * to const char *. All uses updated.
11395 (struct general_symbol_info): Change type of name and
11396 mangled_lang.demangled_name members from char * to const char *.
11397 All uses updated.
11398 (symbol_get_demangled_name, symbol_natural_name): Update.
11399 (symbol_demangled_name, symbol_search_name): Update.
11400 * symtab.c (symbol_get_demangled_name): Change result type
11401 from char * to const char *. All callers updated.
11402 (symbol_natural_name, symbol_demangled_name): Ditto.
11403 (symbol_search_name): Ditto.
11404 (completion_list_add_name): Change type of symname,sym_text,
11405 text,word parameters from char * to const char *.
11406 (completion_list_objc_symbol): Change type of sym_text,
11407 text,word parameters from char * to const char *.
11408 * ada-lang.c (find_struct_field): Change type of name parameter
11409 from char * to const char *.
11410 (encoded_ordered_before): Similarly for N0,N1 parameters.
11411 (old_renaming_is_invisible): Similarly for function_name parameter.
11412 (ada_type_name): Change result type from char * to const char *.
11413 All callers updated.
11414 * ada-lang.h (ada_type_name): Update.
11415 * buildsym.c (hashname): Change type of name parameter
11416 from char * to const char *.
11417 * buildsym.h (hashname): Update.
11418 * dbxread.c (end_psymtab): Change type of include_list parameter
11419 from char ** to const char **.
11420 * dwarf2read.c (determine_prefix): Change result type
11421 from char * to const char *. All callers updated.
11422 * f-lang.c (find_common_for_function): Change type of name, funcname
11423 parameters from char * to const char *.
11424 * f-lang.c (find_common_for_function): Update.
11425 * f-valprint.c (list_all_visible_commons): Change type of funcname
11426 parameters from char * to const char *.
11427 * gdbarch.sh (static_transform_name): Change type of name parameter
11428 and result from char * to const char *.
11429 * gdbarch.c: Regenerate.
11430 * gdbarch.h: Regenerate.
11431 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11432 of name parameter from char * to const char *.
11433 * jv-lang.c (java_primitive_type_from_name): Ditto.
11434 (java_demangled_signature_length): Similarly for signature parameter.
11435 (java_demangled_signature_copy): Ditto.
11436 (java_demangle_type_signature): Ditto.
11437 * jv-lang.h (java_primitive_type_from_name): Update.
11438 (java_demangle_type_signature): Update.
11439 * objc-lang.c (specialcmp): Change type of a,b parameters
11440 from char * to const char *.
11441 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11442 from char * to const char *. All callers updated.
11443 * p-lang.h (is_pascal_string_type): Update.
11444 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11445 of name parameter from char * to const char *.
11446 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11447 * utils.c (fprintf_symbol_filtered): Ditto.
11448 * defs.h (fprintf_symbol_filtered): Update.
11449 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11450 * stabsread.h (end_psymtab): Update.
11451 * stack.c (find_frame_funname): Change type of funname parameter
11452 from char ** to const char **.
11453 * stack.h (find_frame_funname): Update.
11454 * typeprint.c (type_print): Change type of varstring parameter
11455 from char * to const char *.
11456 * value.h (type_print): Update.
11457 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11458 from char * to const char *. All callers updated.
11459 (xcoff_end_psymtab): Change type of include_list parameter
11460 from char ** to const char **. All callers updated.
11461 (swap_sym): Similarly for name parameter. All callers updated.
11462 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11463 Use xstrdup.
11464 (process_coff_symbol): Use xstrdup.
11465 * stabsread.c (stabs_method_name_from_physname): Renamed from
11466 update_method_name_from_physname. Change result type from void
11467 to char *. All callers updated.
11468 (read_member_functions): In has_destructor case, store name in objfile
11469 obstack instead of malloc space. In !has_stub case, fix mem leak.
11470
11471 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11472
11473 * configure: Rebuild.
11474 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11475 LDFLAGS.
11476
11477 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11478
11479 * configure.tgt (rl78-*-elf): New target.
11480 * rl78-tdep.c: New file.
11481
11482 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11483
11484 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11485 and continue the loop. Add QUIT statement.
11486
11487 2012-02-03 Tom Tromey <tromey@redhat.com>
11488
11489 PR gdb/13596:
11490 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11491 bfd_lookup_symbol_from_symtab.
11492 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11493 gdb_bfd_lookup_symbol_from_symtab.
11494
11495 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11496
11497 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11498 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11499 symbol. Add assertion that sym2 is never NULL.
11500
11501 2012-02-02 Doug Evans <dje@google.com>
11502
11503 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11504 "name" parameter to const char ** from char **. All callers updated.
11505 (find_pc_partial_function): Ditto.
11506 (cache_pc_function_name): Change type to const char * from char *.
11507 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11508 (find_pc_partial_function): Update.
11509 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11510 type of "name" parameter to const char * from char *.
11511 All uses updated.
11512 * arch-utils.c (generic_in_solib_return_trampoline): Change
11513 type of "name" parameter to const char * from char *.
11514 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11515 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11516 type of "name" parameter to const char * from char *.
11517 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11518 * gdbarch.c: Regenerate.
11519 * gdbarch.h: Regenerate.
11520 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11521 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11522 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11523 type of "name" parameter to const char * from char *.
11524 * skip.c (skip_function_pc): Ditto.
11525 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11526 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11527 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11528 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11529 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11530 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11531 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11532 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11533 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11534
11535 2012-02-02 Pedro Alves <palves@redhat.com>
11536
11537 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11538 the current inferior has no execution. Make sure the current
11539 remote process matches gdb's current inferior.
11540
11541 2012-02-02 Tom Tromey <tromey@redhat.com>
11542
11543 PR gdb/13405:
11544 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11545 read-only memory.
11546
11547 2012-02-02 Tom Tromey <tromey@redhat.com>
11548
11549 PR gdb/9307:
11550 * symtab.c (lookup_language_this): Set block_found.
11551
11552 2012-02-01 Tom Tromey <tromey@redhat.com>
11553
11554 PR gdb/13431:
11555 * jit.c (struct jit_inferior_data): Rewrite.
11556 (struct jit_objfile_data): New.
11557 (get_jit_objfile_data): New function.
11558 (add_objfile_entry): Update.
11559 (jit_read_descriptor): Return int. Replace descriptor_addr
11560 argument with inf_data. Update. Don't call error.
11561 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11562 descriptor here.
11563 (jit_inferior_init): Don't look up descriptor. Don't call error.
11564 (jit_reset_inferior_data_and_breakpoints)
11565 (jit_inferior_created_observer): Remove.
11566 (jit_inferior_exit_hook): Update.
11567 (jit_executable_changed_observer): Remove.
11568 (jit_event_handler): Update.
11569 (free_objfile_data): Reset inferior data if needed.
11570 (_initialize_jit): Update.
11571
11572 2012-02-01 Tom Tromey <tromey@redhat.com>
11573
11574 * jit.c (bfd_open_from_target_memory): Move higher in file.
11575
11576 2012-02-01 Tristan Gingold <gingold@adacore.com>
11577
11578 * libunwind-frame.c (libunwind_load): Display message if dlopen
11579 failed.
11580
11581 2012-02-01 Gary Benson <gbenson@redhat.com>
11582
11583 * symtab.h (symbol_found_callback_ftype): New typedef.
11584 (iterate_over_symbols): Use the above.
11585 * symtab.c (iterate_over_symbols): Likewise.
11586 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11587 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11588 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11589 (iterate_name_matcher): Document return values.
11590 (collect_one_symbol): Likewise.
11591 (collect_function_symbols): Likewise.
11592 (collect_symbols): Likewise.
11593
11594 2012-02-01 Tom Tromey <tromey@redhat.com>
11595
11596 * ada-lang.c (resolve_subexp): Update.
11597 (ada_lookup_symbol_list): Add 'full_search' argument.
11598 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11599 ada_lookup_symbol_list.
11600 (ada_lookup_encoded_symbol): Update.
11601 (get_var_value): Update.
11602 * ada-exp.y (block_lookup): Update.
11603 (write_var_or_type): Update.
11604 (write_name_assoc): Update.
11605 * ada-lang.h (ada_lookup_symbol_list): Update.
11606
11607 2012-01-31 Tom Tromey <tromey@redhat.com>
11608
11609 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11610 comment.
11611
11612 2012-01-31 Doug Evans <dje@google.com>
11613
11614 * symtab.h: Remove outdated comment.
11615 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11616
11617 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11618
11619 Fix build error in Darwin port.
11620 * i386-darwin-nat.c: Include i386-nat.h.
11621
11622 2012-01-30 Tom Tromey <tromey@redhat.com>
11623
11624 PR breakpoints/13568:
11625 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11626 argument. Check for recursive includes.
11627 (dwarf_decode_macros): Create an include hash.
11628
11629 2012-01-30 Michael Eager <eager@eagercon.com>
11630
11631 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11632 * ppc-linux-tdep.c: Include glibc-tdep.h.
11633 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11634 (powerpc_linux_in_plt_stub): New function.
11635 (powerpc_linux_in_dynsym_resolve_code): New function.
11636 (ppc_skip_trampoline_code): New function.
11637 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11638 Use glibc_skip_solib_resolver.
11639
11640 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11641
11642 Code cleanup: Make 1440 bytes of data segment read-only.
11643 * arch-utils.c (endian_enum): Make it const char *const [].
11644 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11645 Likewise.
11646 * breakpoint.c (always_inserted_enums): Likewise.
11647 * cli/cli-cmds.c (script_ext_enums): Likewise.
11648 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11649 enumlist parameter const char *const *.
11650 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11651 const char *const *.
11652 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11653 parameter const char *const *.
11654 * cris-tdep.c (cris_modes): Make it const char *const [].
11655 * filesystem.c (target_file_system_kinds): Likewise.
11656 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11657 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11658 (can_use_displaced_stepping_enum, scheduler_enums)
11659 (exec_direction_names): Likewise.
11660 * language.c (_initialize_language): Make the type_or_range_names and
11661 case_sensitive_names variables const char *const [].
11662 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11663 * python/python.c (python_excp_enums): Likewise.
11664 * remote.c (interrupt_sequence_modes): Likewise.
11665 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11666 * serial.c (logbase_enums): Likewise.
11667 * sh-tdep.c (sh_cc_enum): Likewise.
11668 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11669 Likewise.
11670 * symtab.c (multiple_symbols_modes): Likewise.
11671 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11672 Likewise.
11673 * utils.c (internal_problem_modes): Likewise.
11674
11675 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11678 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11679 result.
11680
11681 2012-01-27 Doug Evans <dje@google.com>
11682
11683 * configure.ac (with_python): Fix absolute path handling for win32.
11684 * configure: Regenerate.
11685
11686 2012-01-26 Doug Evans <dje@google.com>
11687
11688 * symtab.c: Whitespace cleanup, no code changes.
11689
11690 * symtab.c (lookup_symbol_in_language): Improve comment.
11691 (lookup_symbol_aux): Fix comment.
11692
11693 * psymtab.c (add_psymbol_to_list): Result is now "void".
11694 * psympriv.h (add_psymbol_to_list): Update.
11695
11696 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11697
11698 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 Do not open script filenames twice.
11701 * cli/cli-cmds.c (source_script_from_stream): Pass to
11702 source_python_script also STREAM.
11703 * python/py-auto-load.c (source_section_scripts): Pass to
11704 source_python_script_for_objfile also STREAM.
11705 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11706 also INPUT.
11707 * python/python-internal.h (source_python_script_for_objfile): New
11708 parameter file, rename parameter file to filename.
11709 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11710 instead if !_WIN32. Update the function comment.
11711 (source_python_script, source_python_script_for_objfile)
11712 (source_python_script): New parameter file, rename parameter file to
11713 filename. Pass FILENAME to python_run_simple_file.
11714 * python/python.h (source_python_script): New parameter file, rename
11715 parameter file to filename.
11716
11717 2012-01-26 Pedro Alves <palves@redhat.com>
11718
11719 * corelow.c (core_has_fake_pid): Delete.
11720 (core_close): Delete references to `core_has_fake_pid'.
11721 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11722 (core_open): Delete references to `core_has_fake_pid'.
11723 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11724 the removed global.
11725
11726 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11727
11728 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11729 Remove language parameter from name_matcher. Adjust the comment.
11730 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11731 Remove language parameter.
11732 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11733 * linespec.c (iterate_name_matcher): Likewise.
11734 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11735 name_matcher. Adjust call accordingly.
11736 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11737 (maintenance_check_symtabs): Adjust type of parameter "fun".
11738 * psymtab.h (maintenance_check_symtabs): Likewise.
11739
11740 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11741
11742 * language.h (symbol_name_match_p_ftype): New typedef.
11743 (struct language_defn): Replace field la_symbol_name_compare
11744 by la_get_symbol_name_match_p.
11745 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11746 (ada_language_defn): Use it.
11747 * linespec.c (struct symbol_matcher_data): New type.
11748 (iterate_name_matcher): Rewrite.
11749 (iterate_over_all_matching_symtabs): Pass a pointer to
11750 a symbol_matcher_data struct to expand_symtabs_matching
11751 instead of just the lookup name.
11752 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11753 opencl-lang.c, p-lang.c, language.c: Delete field
11754 la_symbol_name_compare, and replace by NULL for new field
11755 la_get_symbol_name_match_p.
11756 * symfile.h (struct quick_symbol_functions): Update comment.
11757
11758 2012-01-25 Tom Tromey <tromey@redhat.com>
11759
11760 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11761 dereferencing.
11762
11763 2012-01-24 Tom Tromey <tromey@redhat.com>
11764
11765 PR symtab/12406:
11766 * solib.c (update_solib_list): Update the program space's
11767 added_solibs and deleted_solibs fields.
11768 * progspace.h (struct program_space) <added_solibs,
11769 deleted_solibs>: New fields.
11770 (clear_program_space_solib_cache): Declare.
11771 * progspace.c (release_program_space): Call
11772 clear_program_space_solib_cache.
11773 (clear_program_space_solib_cache): New function.
11774 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11775 bpstat_stop_status. Use handle_solib_event.
11776 * breakpoint.c: Include gdb_regex.h.
11777 (print_solib_event): New function.
11778 (bpstat_print): Use print_solib_event.
11779 (bpstat_stop_status): Add special case for bp_shlib_event.
11780 (handle_solib_event): New function.
11781 (bpstat_what): Use handle_solib_event.
11782 (struct solib_catchpoint): New.
11783 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11784 (breakpoint_hit_catch_solib, check_status_catch_solib)
11785 (print_it_catch_solib, print_one_catch_solib)
11786 (print_mention_catch_solib, print_recreate_catch_solib): New
11787 functions.
11788 (catch_solib_breakpoint_ops): New global.
11789 (catch_load_or_unload, catch_load_command_1)
11790 (catch_unload_command_1): New functions.
11791 (internal_bkpt_check_status): Add special case for
11792 bp_shlib_event.
11793 (internal_bkpt_print_it): Use print_solib_event.
11794 (initialize_breakpoint_ops): Initialize
11795 catch_solib_breakpoint_ops.
11796 (_initialize_breakpoint): Register "catch load" and "catch
11797 unload".
11798 * breakpoint.h (handle_solib_event): Declare.
11799 * NEWS: Add entry for "catch load" and "catch unload".
11800
11801 2012-01-24 Tom Tromey <tromey@redhat.com>
11802
11803 * ada-lang.c: Include gdb_vecs.h.
11804 * charset.c: Include gdb_vecs.h.
11805 * tracepoint.h: Include gdb_vecs.h.
11806 * gdb_vecs.h: New file.
11807
11808 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11809
11810 * breakpoint.c (breakpoint_hit_catch_fork)
11811 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11812 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11813 * infrun.c (inferior_has_forked, inferior_has_vforked)
11814 (inferior_has_execd, inferior_has_called_syscall): Delete.
11815 (handle_syscall_event): Get syscall_number from the execution
11816 control state's wait status.
11817 (wait_for_inferior): Don't clear syscall_number.
11818
11819 2012-01-24 Pedro Alves <palves@redhat.com>
11820
11821 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11822 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11823 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11824 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11825 `ws' parameter.
11826 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11827 false for events other than TARGET_SIGNAL_TRAP.
11828 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11829 Add `ws' parameter.
11830 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11831 events other than TARGET_SIGNAL_TRAP.
11832 (tracepoint_breakpoint_hit): Add `ws' parameter.
11833 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11834 parameter.
11835 (bpstat_stop_status): Same.
11836 (pc_at_non_inline_function): Same.
11837 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11838 to pass the current event's waitstatus to bpstat_stop_status
11839 and pc_at_non_inline_function.
11840
11841 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11842
11843 Code cleanup.
11844 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11845 Update the function comment for it.
11846 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11847 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11848 for STREAM.
11849
11850 2012-01-24 Pedro Alves <palves@redhat.com>
11851
11852 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11853 outside `bs->stop' block.
11854 (bpstat_what): Rework bp_shlib_event handling.
11855 (internal_bkpt_check_status): If the breakpoint is a
11856 bp_shlib_event, then set bs->stop and bs->print if
11857 stop_on_solib_events is set.
11858
11859 2012-01-24 Gary Benson <gbenson@redhat.com>
11860
11861 Delete #if 0'd out code.
11862 * stack.c (print_frame_label_vars): Remove.
11863 (catch_info): Likewise.
11864 (_initialize_stack): Remove "info catch" command.
11865 * NEWS: Mention the above.
11866
11867 2012-01-24 Pedro Alves <palves@redhat.com>
11868
11869 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11870 it.
11871 (remote_notice_new_inferior): If the remote end doesn't support
11872 the multiprocess extensions, then the PID is fake.
11873 (add_current_inferior_and_thread): New.
11874 (remote_start_remote): Use it.
11875 (extended_remote_attach_1): Adjust.
11876 (extended_remote_create_inferior_1): Use
11877 add_current_inferior_and_thread.
11878
11879 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 Fix watchpoints to be specific for each inferior.
11882 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11883 current_program_space.
11884 * i386-nat.c (i386_inferior_data_cleanup): New.
11885 (i386_inferior_data_get): Replace variable inf_data_local by an
11886 inferior_data call.
11887 (i386_use_watchpoints): Initialize i386_inferior_data.
11888 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11889 specific iterate_over_lwps.
11890
11891 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 Fix watchpoints across inferior fork.
11894 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11895 comment for linux_nat_iterate_watchpoint_lwps.
11896 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11897 linux_nat_iterate_watchpoint_lwps.
11898 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11899 * i386-linux-nat.c (update_debug_registers_callback): Update the
11900 comment for linux_nat_iterate_watchpoint_lwps.
11901 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11902 linux_nat_iterate_watchpoint_lwps.
11903 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11904 * i386-nat.c: Include inferior.h.
11905 (dr_mirror): Remove.
11906 (i386_inferior_data, struct i386_inferior_data)
11907 (i386_inferior_data_get): New.
11908 (i386_debug_reg_state): Use i386_inferior_data_get.
11909 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11910 (i386_insert_watchpoint, i386_remove_watchpoint)
11911 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11912 (i386_remove_hw_breakpoint): New variable state, use
11913 i386_debug_reg_state instead of DR_MIRROR.
11914 * linux-nat.c (delete_lwp): New declaration.
11915 (num_lwps): Move here from downwards.
11916 (delete_lwp_cleanup): New.
11917 (linux_child_follow_fork): Create new child_lp, call
11918 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11919 PTRACE_DETACH.
11920 (num_lwps): Move upwards.
11921 (linux_nat_iterate_watchpoint_lwps): New.
11922 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11923 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11924
11925 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11926
11927 GDB 7.4 released.
11928
11929 2012-01-23 Pedro Alves <palves@redhat.com>
11930
11931 * top.c (caution): Rename to ...
11932 (confirm): ... this.
11933 (show_caution): Rename to ...
11934 (show_confirm): ... this.
11935 (quit_cover): Adjust.
11936 (init_main): Adjust.
11937 * top.h (caution): Rename to ...
11938 (confirm): ... this.
11939 * utils.c (internal_vproblem, defaulted_query): Adjust.
11940
11941 2012-01-23 Pedro Alves <palves@redhat.com>
11942
11943 * top.c (caution): Update comment.
11944 (execute_command): Don't consider the current value of `caution'.
11945
11946 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11947
11948 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11949
11950 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11951
11952 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11953 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11954 * target.c (target_fileio_pwrite): Remove buffer address from
11955 debug output.
11956 (target_fileio_pread): Likewise.
11957
11958 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11959
11960 * NEWS: Document remote "info proc" and "generate-core-file".
11961
11962 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11963
11964 * gdbarch.sh (find_memory_regions): New callback.
11965 * gdbarch.c, gdbarch.h: Regenerate.
11966
11967 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11968 callback before falling back to target method.
11969
11970 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11971 (linux_target_install_ops): No longer install it.
11972
11973 * linux-tdep.c (linux_find_memory_regions): New function.
11974 (linux_init_abi): Install it.
11975
11976 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11977
11978 * gdbarch.sh (make_corefile_notes): New architecture callback.
11979 * gdbarch.c: Regenerate.
11980 * gdbarch.h: Likewise.
11981
11982 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11983 before target_make_corefile_notes. If NULL is returned, the
11984 target does not support core file generation.
11985
11986 * linux-nat.c: Include "linux-tdep.h".
11987 (find_signalled_thread, find_stop_signal): Remove.
11988 (linux_nat_do_thread_registers): Likewise.
11989 (struct linux_nat_corefile_thread_data): Likewise.
11990 (linux_nat_corefile_thread_callback): Likewise.
11991 (iterate_over_spus): Likewise.
11992 (struct linux_spu_corefile_data): Likewise.
11993 (linux_spu_corefile_callback): Likewise.
11994 (linux_spu_make_corefile_notes): Likewise.
11995 (linux_nat_collect_thread_registers): New function.
11996 (linux_nat_make_corefile_notes): Replace contents by call to
11997 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11998 as native-only callback.
11999
12000 * linux-tdep.h: Include "bfd.h".
12001 (struct regcache): Add forward declaration.
12002 (linux_collect_thread_registers_ftype): New typedef.
12003 (linux_make_corefile_notes): Add prototype.
12004 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12005 "regset.h", and "elf-bfd.h".
12006 (find_signalled_thread, find_stop_signal): New functions.
12007 (linux_spu_make_corefile_notes): Likewise.
12008 (linux_collect_thread_registers): Likewise.
12009 (struct linux_corefile_thread_data): New data structure.
12010 (linux_corefile_thread_callback): New funcion.
12011 (linux_make_corefile_notes): Likewise.
12012 (linux_make_corefile_notes_1): Likewise.
12013 (linux_init_abi): Install it.
12014
12015 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12016
12017 * gdbarch.sh (info_proc): New callback.
12018 * gdbarch.c, gdbarch.h: Regenerate.
12019
12020 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12021 before falling back to the target info_proc callback.
12022
12023 * linux-nat.c: Do not include "cli/cli-utils.h".
12024 (linux_nat_info_proc): Remove.
12025 (linux_target_install_ops): No longer install it.
12026
12027 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12028 (read_mapping): New function.
12029 (linux_info_proc): Likewise.
12030 (linux_init_abi): Install it.
12031
12032 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12033
12034 * defs.h (enum info_proc_what): Moved here from linux-nat.c
12035 * infcmd.c: (info_proc_cmd_1): New function.
12036 (info_proc_cmd): New function, moved here from equivalent routine
12037 orignally in linux-nat.c.
12038 (info_proc_cmd_mappings): Likewise.
12039 (info_proc_cmd_stat): Likewise.
12040 (info_proc_cmd_status): Likewise.
12041 (info_proc_cmd_cwd): Likewise.
12042 (info_proc_cmd_cmdline): Likewise.
12043 (info_proc_cmd_exe): Likewise.
12044 (info_proc_cmd_all): Likewise.
12045 (_initialize_infcmd): Install "info proc" command and subcommands.
12046
12047 * target.h (struct target_ops): Add to_info_proc.
12048 (target_info_proc): Add prototype.
12049 * target.c (target_info_proc): New function.
12050
12051 * procfs.c (procfs_info_proc): Add prototype.
12052 (info_proc_cmd): Rename into ...
12053 (procfs_info_proc): ... this. Update argument types as appropriate
12054 for a to_info_proc implementation. Handle "what" argument.
12055 (procfs_target): Install procfs_info_proc.
12056 (_initialize_procfs): No longer install "info proc" command.
12057
12058 * linux-nat.c: (enum info_proc_what): Remove.
12059 (linux_nat_info_proc_cmd_1): Rename into ...
12060 (linux_nat_info_proc): ... this. Update argument types as appropriate
12061 for a to_info_proc implementation.
12062 (linux_nat_info_proc_cmd): Remove.
12063 (linux_nat_info_proc_cmd_mappings): Likewise.
12064 (linux_nat_info_proc_cmd_stat): Likewise.
12065 (linux_nat_info_proc_cmd_status): Likewise.
12066 (linux_nat_info_proc_cmd_cwd): Likewise.
12067 (linux_nat_info_proc_cmd_cmdline): Likewise.
12068 (linux_nat_info_proc_cmd_exe): Likewise.
12069 (linux_nat_info_proc_cmd_all): Likewise.
12070 (linux_target_install_ops): Install linux_nat_info_proc.
12071 (_initialize_linux_nat): No longer install "info proc" command
12072 and subcommands.
12073
12074 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
12075
12076 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12077 * config.in, configure: Regenerate.
12078
12079 * target.h (struct target_ops): Add to_fileio_readlink.
12080 (target_fileio_readlink): Add prototype.
12081 * target.c (target_fileio_readlink): New function.
12082
12083 * inf-child.c: Conditionally include <sys/param.h>.
12084 (inf_child_fileio_readlink): New function.
12085 (inf_child_target): Install it.
12086
12087 * remote.c (PACKET_vFile_readlink): New enum value.
12088 (remote_hostio_readlink): New function.
12089 (init_remote_ops): Install it.
12090 (_initialize_remote): Handle vFile:readlink packet type.
12091
12092 2012-01-20 Pedro Alves <palves@redhat.com>
12093 Ulrich Weigand <ulrich.weigand@linaro.org>
12094
12095 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12096 * config.in, configure: Regenerate.
12097
12098 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12099 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12100 (target_fileio_open): Add prototype.
12101 (target_fileio_pwrite): Likewise.
12102 (target_fileio_pread): Likewise.
12103 (target_fileio_close): Likewise.
12104 (target_fileio_unlink): Likewise.
12105 (target_fileio_read_alloc): Likewise.
12106 (target_fileio_read_stralloc): Likewise.
12107
12108 * target.c: Include "gdb/fileio.h".
12109 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12110 (default_fileio_target): New function.
12111 (target_fileio_open): Likewise.
12112 (target_fileio_pwrite): Likewise.
12113 (target_fileio_pread): Likewise.
12114 (target_fileio_close): Likewise.
12115 (target_fileio_unlink): Likewise.
12116 (target_fileio_close_cleanup): Likewise.
12117 (target_fileio_read_alloc_1): Likewise.
12118 (target_fileio_read_alloc): Likewise.
12119 (target_fileio_read_stralloc): Likewise.
12120
12121 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12122 <fcntl.h>, and <unistd.h>.
12123 (inf_child_fileio_open_flags_to_host): New function.
12124 (inf_child_errno_to_fileio_error): Likewise.
12125 (inf_child_fileio_open): Likewise.
12126 (inf_child_fileio_pwrite): Likewise.
12127 (inf_child_fileio_pread): Likewise.
12128 (inf_child_fileio_close): Likewise.
12129 (inf_child_fileio_unlink): Likewise.
12130 (inf_child_target): Install to_fileio routines.
12131
12132 * remote.c (init_remote_ops): Install to_fileio routines.
12133
12134 2012-01-20 Pedro Alves <palves@redhat.com>
12135 Ulrich Weigand <ulrich.weigand@linaro.org>
12136
12137 * remote.c (remote_multi_process_p): Only check for multi-process
12138 protocol feature, do not check for extended protocol.
12139 (remote_supports_multi_process): Check for extended protocol here.
12140 (set_general_process): Likewise.
12141 (extended_remote_kill): Likewise.
12142 (remote_pid_to_str): Likewise.
12143 (remote_query_supported): Always query multiprocess mode.
12144
12145 2012-01-20 Pedro Alves <palves@redhat.com>
12146 Ulrich Weigand <ulrich.weigand@linaro.org>
12147
12148 * inferior.h (struct inferior): Add fake_pid_p.
12149 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12150 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12151 magic_null_ptid since the remote side doesn't provide a real PID.
12152
12153 2012-01-19 Tom Tromey <tromey@redhat.com>
12154
12155 * NEWS: Combine the two Python sections.
12156
12157 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12158
12159 * target.h (target_close): Update comment on the target's unpush state.
12160
12161 2012-01-19 Pedro Alves <palves@redhat.com>
12162
12163 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12164 linux_nat_async directly instead of going through the target
12165 vector.
12166 * target.c (unpush_target): Close target after unpushing it, not
12167 before.
12168
12169 2012-01-19 Gary Benson <gbenson@redhat.com>
12170
12171 * mdebugread.c (sort_blocks): Replace integer constants with ones
12172 derived from FIRST_LOCAL_BLOCK.
12173
12174 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12175 Jan Kratochvil <jan.kratochvil@redhat.com>
12176
12177 PR gdb/9538
12178 * symfile.c (find_separate_debug_file): New function.
12179 (terminate_after_last_dir_separator): Likewise.
12180 (find_separate_debug_file_by_debuglink): Also try realpath.
12181 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12182 * configure: Regenerate.
12183 * config.in: Regenerate.
12184
12185 2012-01-18 Doug Evans <dje@google.com>
12186
12187 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12188 (main.o): Remove rule.
12189 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12190 (--with-sysroot): Rewrite.
12191 * configure: Regenerate.
12192 * config.in: Regenerate.
12193
12194 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12195
12196 * parse.c (initialize_expout): New function.
12197 (reallocate_expout): Likewise.
12198 (parse_exp_in_context): Use `initialize_expout' and
12199 `reallocate_expout' when appropriate.
12200
12201 2012-01-18 Pedro Alves <palves@redhat.com>
12202
12203 * record.c (struct record_breakpoint, record_breakpoint_p)
12204 (record_breakpoints): New.
12205 (record_insert_breakpoint, record_remove_breakpoint): Manage
12206 record breakpoints list. Only remove breakpoints from the
12207 inferior if they had been inserted there in the first place.
12208
12209 2012-01-17 Doug Evans <dje@google.com>
12210
12211 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12212 if we know we don't have a file name to look for.
12213
12214 2012-01-17 Pedro Alves <palves@redhat.com>
12215
12216 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12217 the frame's stop reason is UNWIND_UNAVAILABLE.
12218
12219 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12220
12221 Fix compilation error.
12222 * m2-exp.y (yyerror): Use ANSI C prototype.
12223
12224 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12225
12226 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12227 (growbuf_by_size): Likewise.
12228 (yyerror): Likewise.
12229 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12230 (modblock): Remove variable (was #if 0'ed).
12231 (parse_number): Convert prototype from K&R to ANSI C.
12232 (yyerror): Likewise.
12233 * objc-exp.y (parse_number): Likewise.
12234 (yyerror): Likewise.
12235 (yylex): Remove #if 0'ed code.
12236 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12237 (yyerror): Likewise.
12238
12239 2012-01-16 Tom Tromey <tromey@redhat.com>
12240
12241 * NEWS: Add item.
12242 * symtab.h (compare_filenames_for_search): Declare.
12243 * symtab.c (compare_filenames_for_search): New function.
12244 (iterate_over_some_symtabs): Use it.
12245 * symfile.h (struct quick_symbol_functions)
12246 <map_symtabs_matching_filename>: Change spec.
12247 * psymtab.c (partial_map_symtabs_matching_filename): Use
12248 compare_filenames_for_search. Update for new spec.
12249 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12250 compare_filenames_for_search. Update for new spec.
12251 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12252
12253 2012-01-16 Tom Tromey <tromey@redhat.com>
12254
12255 PR python/13281:
12256 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12257 (struct main_type) <flag_flag_enum>: New field.
12258 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12259 * NEWS: Add entries.
12260 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12261 enums.
12262 * python/lib/gdb/printing.py (_EnumInstance): New class.
12263 (FlagEnumerationPrinter): Likewise.
12264
12265 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12266
12267 * breakpoint.c (create_sals_from_address_default): New function.
12268 (create_breakpoints_sal_default): Likewise.
12269 (decode_linespec_default): Likewise.
12270 (is_marker_spec): Removed.
12271 (strace_marker_p): New function.
12272 (init_breakpoint_sal): Using `strace_marker_p' instead of
12273 `is_marker_spec'.
12274 (create_breakpoint): Call method `create_sals_from_address' from
12275 breakpoint_ops, replacing code that created SALs conditionally
12276 on the type of the breakpoint. Call method `create_breakpoints_sal',
12277 replacing code that created breakpoints conditionally on the type
12278 wanted.
12279 (base_breakpoint_create_sals_from_address): New function.
12280 (base_breakpoint_create_breakpoints_sal): Likewise.
12281 (base_breakpoint_decode_linespec): Likewise.
12282 (base_breakpoint_ops): Add methods
12283 `base_breakpoint_create_sals_from_address',
12284 `base_breakpoint_create_breakpoints_sal' and
12285 `base_breakpoint_decode_linespec'.
12286 (bkpt_create_sals_from_address): New function.
12287 (bkpt_create_breakpoints_sal): Likewise.
12288 (bkpt_decode_linespec): Likewise.
12289 (tracepoint_create_sals_from_address): Likewise.
12290 (tracepoint_create_breakpoints_sal): Likewise.
12291 (tracepoint_decode_linespec): Likewise.
12292 (strace_marker_create_sals_from_address): Likewise.
12293 (strace_marker_create_breakpoints_sal): Likewise.
12294 (strace_marker_decode_linespec): Likewise.
12295 (strace_marker_breakpoint_ops): New variable.
12296 (addr_string_to_sals): Remove `marker_spec'. Call method
12297 `decode_linespec' from breakpoint_ops, replacing code that decoded
12298 an address string into a SAL. Use `strace_marker_p' instead of
12299 `marker_spec'.
12300 (strace_command): Decide whether we are dealing with a static
12301 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12302 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12303 * breakpoint.h (linespec_result, linespec_sals): New forward
12304 declarations.
12305 (breakpoint_ops) <create_sals_from_address>,
12306 <create_breakpoints_sal>, <decode_linespec>: New methods.
12307
12308 2012-01-14 Doug Evans <dje@google.com>
12309
12310 * NEWS: Update text for "maint set python print-stack".
12311 It is deprecated in gdb 7.4 and deleted in 7.5.
12312
12313 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12314
12315 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12316 including curses.h.
12317
12318 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 * configure: Regenerate.
12321 * config.in: Regenerate.
12322
12323 2012-01-12 Keith Seitz <keiths@redhat.com>
12324
12325 PR mi/10586
12326 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12327 (ANONYMOUS_UNION_NAME): Define.
12328 (is_path_expr_parent): New function.
12329 (get_path_expr_parent): New function.
12330 (is_anonymous_child): New function.
12331 (create_child_with_value): If the child is anonymous and without
12332 a name, assign an object name to it.
12333 (c_describe_child): Use get_path_expr_parent to determine
12334 the parent expression.
12335 If there field represents an anonymous struct or union and
12336 has no name, set an appropriate display name and expression.
12337 (cplus_describe_child): Likewise.
12338
12339 2012-01-12 Pedro Alves <palves@redhat.com>
12340
12341 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12342 available when %ebp is found to be zero (outermost).
12343
12344 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12345
12346 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12347 an internal gdb_static_assert.
12348 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12349
12350 2012-01-11 Tom Tromey <tromey@redhat.com>
12351
12352 PR gdb/9598:
12353 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12354 catch" and "catch throw".
12355
12356 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12357
12358 * blockframe.c (block_innermost_frame): Start search from selected
12359 frame, if present, or otherwise the current frame.
12360
12361 * c-exp.y (variable): Update innermost_block for
12362 'block COLONCOLON NAME' clause.
12363 * m2-exp.y (variable): Ditto.
12364 * objc-exp.y (variable): Ditto.
12365
12366 2012-01-10 Tom Tromey <tromey@redhat.com>
12367
12368 PR python/13199:
12369 * python/python.c (finish_python_initialization): Set sys.argv.
12370
12371 2012-01-10 Doug Evans <dje@google.com>
12372
12373 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12374 "want_line_info". All callers updated.
12375 (dwarf_decode_lines_1): New function.
12376 (handle_DW_AT_stmt_list): Add function comment.
12377 New arg "want_line_info". All callers updated.
12378 (read_file_scope,read_type_unit_scope): Move comment from
12379 handle_DW_AT_stmt_list to here.
12380
12381 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12382
12383 Fix regression after libiberty/ update for GCC PR 6057 and others.
12384 * c-exp.y (operator) <OPERATOR DELETE>
12385 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12386 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12387 (make_builtin_type, make_name): New variable i, add gdb_assert.
12388 (operator) <OPERATOR NEW>: Update ARGS to 3.
12389 (operator) <OPERATOR DELETE>: Add trailing space.
12390 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12391 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12392 * cp-support.c (cp_canonicalize_string): Check NULL from
12393 cp_comp_to_string, call warning and return.
12394
12395 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12396
12397 Fix duplicate .o files after omitting libbfd.a.
12398 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12399 (SFILES): Add corelow.c.
12400 (COMMON_OBS): Add corelow.o.
12401 (ALLDEPFILES): Remove corelow.c.
12402 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12403 * config/alpha/alpha-osf3.mh: Likewise.
12404 * config/alpha/fbsd.mh: Likewise.
12405 * config/arm/nbsdaout.mh: Likewise.
12406 * config/arm/nbsdelf.mh: Likewise.
12407 * config/i386/i386gnu.mh: Likewise.
12408 * config/ia64/hpux.mh: Likewise.
12409 * config/ia64/linux.mh: Likewise.
12410 * config/m32r/linux.mh: Likewise.
12411 * config/m68k/linux.mh: Likewise.
12412 * config/mips/irix5.mh: Likewise.
12413 * config/mips/irix6.mh: Likewise.
12414 * config/pa/hpux.mh: Likewise.
12415 * config/pa/linux.mh: Likewise.
12416 * config/powerpc/aix.mh: Likewise.
12417 * config/sparc/linux.mh: Likewise.
12418 * config/sparc/linux64.mh: Likewise.
12419 * config/sparc/sol2.mh: Likewise.
12420 * config/vax/vax.mh: Likewise.
12421 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12422 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12423 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12424 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12425 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12426 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12427 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12428 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12429 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12430 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12431 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12432 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12433 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12434 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12435 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12436 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12437 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12438 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12439 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12440 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12441 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12442 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12443 corelow.o from gdb_target_obs.
12444 * corefile.c (core_target): Update the comment on NULL value.
12445 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12446 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12447 MATCHES. Drop YUMMY set on NULL.
12448 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12449 reclaim CORE_DATA if it is already NULL.
12450
12451 2012-01-09 Doug Evans <dje@google.com>
12452
12453 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12454 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12455
12456 2012-01-09 Keith Seitz <keiths@redhat.com>
12457
12458 * breakpoint.c (wrapper.h): Don't include.
12459
12460 2012-01-09 Keith Seitz <keiths@redhat.com>
12461
12462 * Makefile.in (SFILES): Remove wrapper.c.
12463 (HFILES_NO_SRCDIR): Remove wrapper.h.
12464 (COMMON_OBS): Remove wrapper.o.
12465 * cli/cli-interp.c: Don't inlude wrapper.h.
12466 * corelow.c: Likewise.
12467 (core_open): Replace gdb_target_find_new_threads with
12468 TRY_CATCH around target_find_new_threads.
12469 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12470 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12471 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12472 evaluate_expression.
12473 (varobj_set_value): Likewise for evaluate_expression and
12474 value_assign.
12475 (install_new_variable): Likewise for value_fetch_lazy.
12476 (adjust_value_for_child_access): Likewise for value_ind.
12477 (c_describe_child): Likewise for value_subscript and
12478 value_ind.
12479 (c_value_of_root): Likewise for evaluate_expression.
12480 * wrapper.c: Remove.
12481 * wrapper.h: Remove.
12482
12483 2012-01-09 Doug Evans <dje@google.com>
12484
12485 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12486 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12487 "abfd" args with "section". All callers updated.
12488 Error checking code moved ...
12489 (error_check_comp_unit_head): ... here. New function.
12490 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12491 Delete arg "abfd". New arg "type_offset". All callers updated.
12492 (create_debug_types_hash_table): Simplify by using
12493 read_and_check_type_unit_head.
12494
12495 * parser-defs.h (namecopy): Delete.
12496 * parse.c (namecopy, namecopy_size): Move into copy_name.
12497
12498 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 Partially fix duplicate .o files after omitting libbfd.a.
12501 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12502 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12503 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12504 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12505 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12506 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12507 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12508
12509 2012-01-09 Pedro Alves <palves@redhat.com>
12510
12511 * MAINTAINERS: Update my email address.
12512
12513 2012-01-08 Doug Evans <dje@google.com>
12514
12515 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12516 n_type_units. Rename type_comp_units to all_type_units.
12517 All uses updated.
12518 (add_signatured_type_cu_to_table): Renamed from
12519 add_signatured_type_cu_to_list. All callers updated.
12520
12521 * gdbtypes.h (struct cplus_struct_type): Delete member
12522 nfn_fields_total. All uses removed.
12523
12524 2012-01-06 Doug Evans <dje@google.com>
12525
12526 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12527 to top of file.
12528 (dwarf2_find_comp_unit): Delete.
12529 (process_psymtab_comp_unit): Make result "void".
12530 Delete args buffer, info_ptr, buffer_size, and replace with
12531 "section". All callers updated.
12532 (dwarf2_build_psymtabs_hard): Simplify.
12533
12534 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12535 Thiago Jung Bauermann <bauerman@br.ibm.com>
12536
12537 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12538 before `struct gdb_exception'.
12539 * breakpoint.c (update_global_location_list_nothrow)
12540 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12541 * cp-abi.c (value_rtti_type): Likewise.
12542 * cp-support.c (cp_validate_operator): Likewise.
12543 * infrun.c (insert_exception_resume_breakpoint)
12544 (check_exception_resume, keep_going): Likewise.
12545 * mi-interp.c (mi_breakpoint_created)
12546 (mi_breakpoint_modified): Likewise.
12547 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12548 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12549 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12550
12551 2012-01-05 Doug Evans <dje@google.com>
12552
12553 * dwarf2read.c (statement_prologue): Delete, unused.
12554
12555 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12556 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12557
12558 * dwarf2read.c (comp_unit_header): Delete, unused.
12559
12560 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12561
12562 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12563 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12564
12565 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12566
12567 * infrun.c (normal_stop): Don't skip calling the normal_stop
12568 observers if the thread was doing a multi-step, but stopped for
12569 some reason other than stepping.
12570
12571 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12572
12573 * cli/cli-decode.h: Add comments.
12574 (CMD_LIST_AMBIGUOUS): Moved to command.h
12575 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12576 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12577 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12578 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12579 (add_com, add_com_alias, add_info, add_info_alias)
12580 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12581 declarations.
12582 * command.h: Add and adjust comments.
12583 (CMD_LIST_AMBIGUOUS): Moved here.
12584 (help_cmd, help_cmd_list): Delete declarations.
12585
12586 2012-01-04 Doug Evans <dje@google.com>
12587
12588 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12589 All callers updated.
12590 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12591 Replace all arguments with "per_cu". All callers updated.
12592
12593 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12594
12595 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12596 New arg "per_cu". All callers updated.
12597
12598 Delete #if 0'd out code.
12599 * language.c (binop_result_type): Delete.
12600 (simple_type, ordered_type, same_type, integral_type): Delete.
12601 (numeric_type, character_type, string_type, boolean_type): Delete.
12602 (float_type, structured_type): Delete.
12603 * language.h: Update.
12604
12605 2012-01-04 Tom Tromey <tromey@redhat.com>
12606
12607 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12608
12609 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12610
12611 * corefile.c (close_exec_file): Delete.
12612 (reopen_exec_file): Remove commented out code that seems related
12613 to close_exec_file, which is being deleted here.
12614 * inferior.h (close_exec_file): Delete.
12615 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12616
12617 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12618
12619 * ada-lang.c: #include "cli/cli-utils.h".
12620 (get_selections): Use skip_spaces.
12621 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12622 (catch_ada_exception_command_split): Use skip_spaces.
12623 (ada_decode_assert_location): Likewise.
12624
12625 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12626
12627 * linespec.c (decode_line_internal): Check for C++ or Java
12628 compound constructs only if the current language is C, C++
12629 or Java.
12630
12631 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12632
12633 Revert:
12634 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12635 Joel Brobecker <brobecker@adacore.com>
12636 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12637 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12638 3 times.
12639 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12640 fall through into AT_ENTRY_POINT.
12641 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12642 DUMMY_ADDR with it.
12643 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12644 PPC_INSN_SIZE skip to 3 times.
12645
12646 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12647
12648 * linespec.c (add_minsym): Preserve function descriptors.
12649
12650 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12651
12652 * breakpoint.c (all_locations_are_pending): Consider locations
12653 in program spaces executing during startup pending as well.
12654
12655 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12656
12657 Copyright year update in most files of the GDB Project.
12658
12659 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12660
12661 * copyright.sh: Delete.
12662 * copyright.py: Rewrite.
12663
12664 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12665
12666 * gnulib/extra/update-copyright: New file, imported from gnulib.
12667
12668 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12669
12670 * README (Copyright and License Notices): New section.
12671
12672 2012-01-03 Tom Tromey <tromey@redhat.com>
12673
12674 PR python/12533:
12675 * python/py-value.c (valpy_dereference, valpy_get_address
12676 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12677 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12678 (valpy_absolute, valpy_richcompare): Free intermediate values.
12679
12680 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12681
12682 * ada-lang.c: Reformat the copyright notice.
12683
12684 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12685
12686 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12687 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12688 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12689 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12690 Revert this part of:
12691 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12692 Build gdb directly from *.o files not using libgdb.a.
12693 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12694
12695 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12696
12697 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12698 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12699 Reformat the copyright header.
12700
12701 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12702
12703 Revert this part of:
12704 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12705 Remove the gdbtui binary.
12706 * gdb.c (main): Remove args.interpreter_p initialization.
12707 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12708 * main.h (struct captured_main_args): Remove interpreter_p.
12709
12710 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12711
12712 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12713
12714 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12715
12716 * top.c (print_gdb_version): Update copyright year.
12717
12718 2012-01-02 Yao Qi <yao@codesourcery.com>
12719
12720 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12721
12722 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12723 Joel Brobecker <brobecker@adacore.com>
12724
12725 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12726 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12727 3 times.
12728 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12729 fall through into AT_ENTRY_POINT.
12730 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12731 DUMMY_ADDR with it.
12732 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12733 PPC_INSN_SIZE skip to 3 times.
12734
12735 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12736
12737 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12738 the return value.
12739 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12740
12741 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12742
12743 Build gdb directly from *.o files not using libgdb.a.
12744 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12745 (COMMON_OBS): Remove solib-target.o.
12746 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12747 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12748 (LIBGDB_OBS, libgdb.a): Move it above.
12749 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12750 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12751 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12752 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12753 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12754 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12755 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12756 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12757 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12758 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12759 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12760 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12761 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12762 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12763 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12764 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12765 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12766 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12767 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12768 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12769 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12770 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12771 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12772 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12773 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12774 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12775 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12776
12777 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12778
12779 Remove the gdbtui binary.
12780 * .gitignore (/gdbtui): Remove.
12781 * Makefile.in (TUI): Remove.
12782 (SUBDIR_TUI_OBS): Remove tui-main.o.
12783 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12784 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12785 (tui-main.o): Remove.
12786 (all_object_files): Remove tui-main.o.
12787 * NEWS: New note for the gdbtui removal.
12788 * configure: Rebuilt.
12789 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12790 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12791 CONFIG_UNINSTALL respectively.
12792 * gdb.c (main): Remove args.interpreter_p initialization.
12793 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12794 * main.h (struct captured_main_args): Remove interpreter_p.
12795 * tui/tui-main.c: Remove.
12796
12797 2012-01-01 Doug Evans <dje@google.com>
12798
12799 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12800 (dwarf2_physname, read_import_statement): Ditto.
12801 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12802 (process_structure_scope read_subroutine_type): Ditto.
12803 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12804 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12805 (dwarf2_fetch_die_location_block): Ditto.
12806 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12807
12808 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12809 All callers updated.
12810 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12811 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12812 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12813
12814 * dwarf2read.c (load_cu): Move assert to more useful location.
12815
12816 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12817 All callers updated.
12818
12819 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12820 (dwarf2_elf_names): Minor reformat.
12821 (dwarf2_per_cu_data): Tweak comment.
12822 (dwarf2_read_section): Fix comment.
12823 (create_all_comp_units): Fix comment.
12824 (load_full_comp_unit): Fix comment.
12825 (process_full_comp_unit): Fix comment.
12826 (read_signatured_type): Fix comment.
12827
12828 For older changes see ChangeLog-2011.
12829 \f
12830 Local Variables:
12831 mode: change-log
12832 left-margin: 8
12833 fill-column: 74
12834 version-control: never
12835 coding: utf-8
12836 End: