]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/ChangeLog
* symtab.c (check_field): Now static. Move from...
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
1 2012-12-14 Tom Tromey <tromey@redhat.com>
2
3 * symtab.c (check_field): Now static. Move from...
4 * valops.c (check_field): ... here. Remove.
5 * value.h (check_field): Don't declare.
6
7 2012-12-14 Tom Tromey <tromey@redhat.com>
8
9 * NEWS: Mention "info proc" and core files.
10 * corelow.c (core_info_proc): New function.
11 (init_core_ops): Set to_info_proc.
12 * gdbarch.c, gdbarch.h: Rebuild.
13 * gdbarch.sh (core_info_proc): New method.
14 * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
15 * linux-tdep.c (linux_core_info_proc_mappings)
16 (linux_core_info_proc): New functions.
17 (linux_find_memory_region_ftype): New typedef.
18 (linux_find_memory_regions_full): New function, from
19 linux_find_memory_regions.
20 (struct linux_find_memory_regions_data): New.
21 (linux_find_memory_regions_thunk): New function.
22 (linux_find_memory_regions): Rewrite.
23 (struct linux_make_mappings_data): New.
24 (linux_make_mappings_callback)
25 (linux_make_mappings_corefile_notes): New functions.
26 (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
27 (linux_init_abi): Call set_gdbarch_core_info_proc.
28 * target.c (target_info_proc): Return 'int'.
29 * target.h (target_info_proc): Update.
30
31 2012-12-14 Pierre Muller <muller@sourceware.org>
32
33 * windows-nat.c (windows_xfer_shared_libraries): Avoid
34 memory leak when OFFSET >= LEN_AVAIL.
35
36 2012-12-13 Tom Tromey <tromey@redhat.com>
37
38 * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
39
40 2012-12-13 Tom Tromey <tromey@redhat.com>
41
42 * acinclude.m4 (CY_AC_C_WORKS): Remove.
43
44 2012-12-13 Pierre Muller <muller@sourceware.org>
45
46 * coff-pe-read.c (pe_text_section_offset): Increase size of sname
47 local variable and zero terminate it to avoid possible problems
48 in strcmp.
49
50 2012-12-13 Pedro Alves <palves@redhat.com>
51
52 * coff-pe-read.c: Include coff/internal.h.
53 (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
54 Null terminate buffer explicitly instead of memset the whole
55 buffer.
56
57 2012-12-13 Pierre Muller <muller@sourceware.org>
58
59 * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
60 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
61 for already defined macros.
62
63 2012-12-13 Pierre Muller <muller@sourceware.org>
64
65 * coff-pe-read.h (pe_text_section_offset): Declare new function.
66 * coff-pe-read.c (debug_coff_pe_read): New static variable.
67 (struct read_pe_section_data): Add section_name field.
68 (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
69 (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
70 (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
71 (get_pe_section_index): New function.
72 (struct pe_sections_info): New type.
73 (get_section_vmas): Use new struct pe_sections_info.
74 (add_pe_exported_sym): Handle unnamed exported function.
75 (add_pe_forwarded_sym): New function.
76 (read_pe_truncate_name): Truncate at last dot.
77 (pe_as16): New function.
78 (read_pe_exported_syms): Use ordinal of function to
79 retrieve correct RVA address of function and handle
80 forwarded symbol.
81 (pe_text_section_offset): New function.
82 (show_debug_coff_pe_read): New function.
83 (_initialize_coff_pe_read): New function adding
84 'set/show debug coff_pe_read' commands.
85
86 * windows-tdep.c (windows_xfer_shared_library): Use
87 pe_text_section_offset function instead of possibly wrong
88 0x1000 constant for .text sextion offset.
89
90 2012-12-13 Pedro Alves <palves@redhat.com>
91
92 * gdbarch.sh (do_read): Set IFS to blank.
93
94 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
95
96 * NEWS: Mention the -catch-load/-catch-unload MI commands.
97
98 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
99
100 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
101 (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
102 * breakpoint.c (add_solib_catchpoint): New function that
103 can be used by both CLI and MI, factored out from
104 catch_load_or_unload.
105 (catch_load_or_unload): Strip it down and make it use the
106 new add_solib_catchpoint.
107 * breakpoint.h (add_solib_catchpoint): Declare it.
108 * mi/mi-cmd-break.h: New file.
109 * mi/mi-cmd-break.c: Include mi-cmd-break.h.
110 (setup_breakpoint_reporting): New function used for both
111 catchpoints and breakpoints.
112 (mi_cmd_break_insert): Use setup_breakpoint_reporting.
113 * mi/mi-cmd-catch.c: New file.
114 * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
115 and -catch-unload.
116 * mi/mi-cmds.h: Declare the handlers for -catch-load and
117 -catch-unload.
118
119 2012-11-28 Tom Tromey <tromey@redhat.com>
120
121 * dbxread.c (read_dbx_symtab): Update.
122 (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
123 (read_ofile_symtab): Add 'objfile' argument.
124 * dwarf2read.c (process_psymtab_comp_unit_reader)
125 (build_type_psymtabs_reader): Update.
126 (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
127 * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
128 argument.
129 (parse_procedure, parse_partial_symbols): Update.
130 (psymtab_to_symtab_1): Add 'objfile' argument.
131 * psympriv.h (struct partial_symtab) <objfile>: Remove.
132 <read_symtab>: Add 'objfile' argument.
133 (sort_pst_symbols, discard_psymtab): Update.
134 * psymtab.c (partial_map_expand_apply): Update.
135 (find_pc_sect_psymtab_closer): Add 'objfile' argument.
136 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
137 (find_pc_sect_psymbol): Add 'objfile' argument.
138 (lookup_symbol_aux_psymtabs): Update.
139 (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
140 Add 'objfile' argument.
141 (find_last_source_symtab_from_partial, dump_psymtab)
142 (dump_psymtabs_for_objfile, read_symtabs_for_function)
143 (expand_partial_symbol_tables, read_psymtabs_with_filename)
144 (find_symbol_file_from_partial, map_matching_symbols_psymtab)
145 (expand_symtabs_matching_via_partial): Update.
146 (sort_pst_symbols): Add 'objfile' argument.
147 (allocate_psymtab): Update.
148 (discard_psymtab): Add 'objfile' argument.
149 (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
150 * stabsread.h (end_psymtab): Update.
151 * xcoffread.c (this_symtab_objfile): New global.
152 (process_linenos, enter_line_range, xcoff_next_symbol_text):
153 Update.
154 (read_xcoff_symtab): Add 'objfile' argument.
155 (read_symbol, read_symbol_lineno): Update.
156 (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
157 (xcoff_end_psymtab): Add 'objfile' argument.
158 (scan_xcoff_symtab): Update.
159
160 2012-12-12 Paul Koning <paul_koning@dell.com>
161
162 Add support for Python 3.
163 * NEWS: Mention Python 3 support.
164 * varobj.c (value_get_print_value): Use
165 python_string_to_target_string.
166 * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
167 of type objects.
168 * python/py-breakpoint.c: Ditto.
169 * python/py-cmd.c: Ditto.
170 * python/py-event.c: Ditto.
171 * python/py-event.h: Ditto.
172 * python/py-evtregistry.c: Ditto.
173 * python/py-finishbreakpoint.c: Ditto.
174 * python/py-frame.c: Ditto.
175 * python/py-function.c: Ditto.
176 * python/py-infthread.c: Ditto.
177 * python/py-lazy-string.c: Ditto.
178 * python/py-progspace.c: Ditto.
179 * /python/py-symbol.c: Ditto.
180 * python/py-evts.c: (gdbpy_initialize_py_events): Add module
181 initialization for Python 3.
182 * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
183 of type objects.
184 (infpy_read_memory): Return memoryview object if Python 3.
185 (infpy_write_memory): Use "s*" operand parsing code for Python 3.
186 (infpy_search_memory): Ditto.
187 (get_buffer): New function for Python 3.
188 * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
189 of type objects.
190 (objfpy_dealloc): Use Py_TYPE to call tp_free.
191 * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
192 of type objects.
193 (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
194 (set_attr): Ditto.
195 * python/py-prettyprint.c (print_string_repr): use PyBytes methods
196 instead of PyString methods if Python 3.
197 (print_children): Skip push_dummy_python_frame call if Python 3.
198 * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
199 of type objects.
200 (salpy_dealloc): Use Py_TYPE to call tp_free.
201 * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
202 of type objects.
203 (field_dealloc): Use Py_TYPE to call tp_free.
204 (typy_dealloc): Ditto.
205 (type_object_as_number): Adjust struct initializations for
206 differences in layout for Python 2 vs. Python 3.
207 * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
208 string case for Python 3.
209 (unicode_to_encoded_python_string): Shorten code (no functional
210 change).
211 (python_string_to_target_python_string): Comment that in Python 3
212 returned value is a Python "bytes" type.
213 (gdbpy_is_string): Omit non-Unicode string check in Python 3.
214 (gdb_py_object_from_longest): Omit non-long integer case in Python
215 3.
216 (gdb_py_object_from_ulongest): Ditto.
217 * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
218 of type objects.
219 (valpy_dealloc): Use Py_TYPE to call tp_free.
220 (valpy_int): Omit function if Python 3.
221 (convert_value_from_python): Use "%S" format (Python object as a
222 string) if Python 3.
223 (value_object_as_number): Adjust struct initializations for
224 differences in layout for Python 2 vs. Python 3.
225 * python/python-config.py: Adjust syntax for Python 3
226 compatibility.
227 Include "sys.abiflags" string as part of python library name, if
228 that attribute exists (Python 3).
229 * python/python-internal.h (IS_PY3): Define if Python 3.
230 (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
231 placeholder value if Python 3.
232 (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
233 PyString_Decode, PyString_FromFormat, PyString_Check): Define as
234 analogous Python 3 API function if Python 3.
235 (PyVarObject_HEAD_INIT): Define if not already defined.
236 (Py_TYPE): Ditto.
237 * python/python.c (eval_python_command): Omit Py_FlushLine call if
238 Python 3.
239 Check return values of all Python API calls for error.
240 Supply dummy "python" and "python-interactive" commands if Python
241 initialization failed.
242 (_initialize_python): Convert argc to wchar_t** if Python 3.
243 Add module initialization for Python 3.
244 (finish_python_initialization): Pass wchar_t * argument to
245 PySys_SetPath if Python 3.
246 * python/lib/gdb/__init__.py: Define "reload" if Python 3.
247 (_GdbFile): New class for common output file behavior.
248 (GdbOutFile): Subclass from _GdbFile.
249 (GdbOutputErrorFile): Ditto.
250 (auto_load_packages): Adjust syntax for Python 3 compatibility.
251 * python/lib/gdb/printing.py: Define basestr and int if Python 3.
252 * python/lib/gdb/prompt.py: Use sorted() function rather than
253 sort() method.
254 * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
255 Adjust syntax for Python 3 compatibility.
256 * python/lib/gdb/command/pretty_printers.py: Use sorted() function
257 rather than sort() method.
258 Adjust syntax for Python 3 compatibility.
259 * python/lib/gdb/command/type_printers.py: Ditto.
260 * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
261 value is a memoryview object if Python 3.
262
263 2012-12-12 Tom Tromey <tromey@redhat.com>
264
265 * coffread.c (coff_objfile_data_key): New global.
266 (coff_symfile_init): Use set_objfile_data.
267 (coff_symfile_read): Use objfile_data.
268 (coff_symfile_finish): Don't free deprecated_sym_private.
269 (coff_free_info): New function.
270 (_initialize_coffread): Initialize coff_objfile_data_key.
271 * mdebugread.c (pending_list): Update comment.
272 * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
273 * symfile.c (reread_symbols): Don't mention
274 deprecated_sym_private.
275 * xcoffread.c (xcoff_objfile_data_key): New global.
276 (XCOFF_DATA): New macro.
277 (process_linenos, enter_line_range, xcoff_next_symbol_text)
278 (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
279 XCOFF_DATA.
280 (xcoff_new_init) Use set_objfile_data.
281 (xcoff_symfile_finish): Don't free deprecated_sym_private.
282 (init_stringtab, swap_sym, scan_xcoff_symtab)
283 (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
284 (xcoff_free_info): New function.
285 (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
286
287 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
288
289 * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
290
291 2012-12-12 Tom Tromey <tromey@redhat.com>
292
293 * coffread.c (coff_symfile_init): Use set_objfile_data.
294 (coff_symfile_read): Use DBX_SYMFILE_INFO.
295 * dbxread.c (dbx_objfile_data_key): New global.
296 (dbx_symfile_init): Use set_objfile_data.
297 (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
298 (dbx_free_symfile_info): New function.
299 (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
300 DBX_SYMFILE_INFO.
301 (stabsect_build_psymtabs): Use set_objfile_data.
302 (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
303 * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
304 set_objfile_data.
305 (free_elfinfo): Use DBX_SYMFILE_INFO.
306 (elf_symfile_finish): Don't free deprecated_sym_stab_info.
307 (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
308 * gdb-stabs.h (dbx_objfile_data_key): Declare.
309 (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
310 * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
311 * somread.c (som_symfile_finish): Don't free
312 deprecated_sym_stab_info.
313
314 2012-12-12 Joel Brobecker <brobecker@adacore.com>
315
316 * gdbarch.sh (software_single_step): Remove trailing space in
317 comment (gdbarch.h is already correct).
318
319 2012-12-11 Tom Tromey <tromey@redhat.com>
320
321 * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
322
323 2012-12-11 Tom Tromey <tromey@redhat.com>
324
325 * dsrec.c (report_transfer_performance): Don't declare.
326 (load_srec): Use gettimeofday, print_transfer_performance.
327 * symfile.c (report_transfer_performance): Remove.
328
329 2012-12-11 Pedro Alves <pedro@codesourcery.com>
330 Pedro Alves <palves@redhat.com>
331
332 * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
333 NT_PSTATUS note.
334 * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
335 differently from LWP IDs.
336
337 2012-12-11 Pedro Alves <palves@redhat.com>
338
339 * configure.ac (detect type of /proc): Remove Unixware handling.
340 * configure: Regenerate.
341 * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
342 (ioctl_table) [PCRESET]: Remove entry.
343 * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
344 (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
345 (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
346 * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
347 * procfs.c: Remove all UNIXWARE guarded code, and all traces of
348 Unixware in comments throughout.
349 * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
350 and remove mention of Unixware.
351
352 2012-12-10 Doug Evans <dje@google.com>
353
354 * dwarf2read.c (dwarf2_cu): Enhance comment.
355 (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
356 the DWO file.
357 (dwarf2_record_block_ranges): Ditto.
358
359 * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
360
361 * symtab.c (find_pc_sect_symtab): Add comment.
362
363 2012-12-10 Tom Tromey <tromey@redhat.com>
364
365 * defs.h: Don't check for definition of LONGEST.
366 (min, max): Remove duplicates.
367
368 2012-12-10 Tom Tromey <tromey@redhat.com>
369
370 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
371 (dwarf2_fetch_die_loc_cu_off): Rename from
372 dwarf2_fetch_die_location_block. Rewrite to use
373 dwarf2_fetch_die_loc_sect_off.
374 * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
375 (dwarf2_fetch_die_loc_cu_off): Rename.
376 * dwarf2loc.c (indirect_pieced_value): Use
377 dwarf2_fetch_die_loc_sect_off.
378 * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
379 comment.
380 (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
381 * dwarf2expr.c (add_piece): Update.
382 (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
383
384 2012-12-10 Tom Tromey <tromey@redhat.com>
385
386 * buildsym.c (struct pending_block): Move from buildsym.h.
387 (pending_blocks): Likewise; now static.
388 (pending_block_obstack): New global.
389 (free_pending_blocks): Free blocks.
390 (record_pending_block): Use pending_block_obstack.
391 * buildsym.h (struct pending_block): Move definition to
392 buildsym.c.
393 (pending_blocks): Don't declare.
394
395 2012-12-10 Pedro Alves <palves@redhat.com>
396
397 * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
398 dead SCO code, and adjust function description comment.
399
400 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
401
402 * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
403 * defs.h (LONGEST, ULONGEST): Remove conditionalization for
404 CC_HAS_LONG_LONG.
405 * dwarf2-frame.c (DW64_CIE_ID): Likewise.
406 * dwarf2read.c (extract_cu_value): Remove the function.
407 (create_cus_from_index_list): Make the return type void, inline the
408 extract_cu_value caller, include new gdb_static_assert.
409 (create_cus_from_index): Make the return type void, update the function
410 comment, update the create_cus_from_index_list caller.
411 (create_signatured_type_table_from_index): Make the return type void,
412 inline the extract_cu_value caller, include new gdb_static_assert.
413 (dwarf2_read_index): Update the create_cus_from_index and
414 create_signatured_type_table_from_index caller.
415 * printcmd.c (ui_printf): Remove conditionalizations for
416 CC_HAS_LONG_LONG.
417 * config.in: Regenerate.
418 * configure: Regenerate.
419
420 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
423 Update the comment for checked_producer.
424 (check_producer): New forward declaration.
425 (producer_is_gcc_lt_4_3): New function.
426 (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
427 (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
428
429 2012-12-07 Tom Tromey <tromey@redhat.com>
430
431 * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
432 argument, assertion.
433 * c-exp.y (typebase): Add completion productions.
434 * completer.c (expression_completer): Handle tag completion.
435 * expression.h (parse_expression_for_completion): Add argument.
436 * f-lang.c (f_make_symbol_completion_list): Add 'code'
437 argument.
438 * language.h (struct language_defn)
439 <la_make_symbol_completion_list>: Add 'code' argument.
440 * parse.c (expout_tag_completion_type, expout_completion_name):
441 New globals.
442 (mark_struct_expression): Add assertion.
443 (mark_completion_tag): New function.
444 (parse_exp_in_context): Initialize new globals.
445 (parse_expression_for_completion): Add 'code' argument. Handle
446 tag completion.
447 * parser-defs.h (mark_completion_tag): Declare.
448 * symtab.c (default_make_symbol_completion_list_break_on): Add
449 'code' argument. Update.
450 (default_make_symbol_completion_list): Add 'code' argument.
451 (make_symbol_completion_list): Update.
452 (make_symbol_completion_type): New function.
453 * symtab.h (default_make_symbol_completion_list_break_on)
454 (default_make_symbol_completion_list): Update.
455 (make_symbol_completion_type): Declare.
456
457 2012-12-07 Tom Tromey <tromey@redhat.com>
458
459 * expression.h (parse_expression_for_completion): Rename
460 from parse_field_expression.
461 (parse_completion): Rename from in_parse_field.
462 * c-exp.y (lex_one_token): Update.
463 * completer.c (expression_completer): Update.
464 * go-exp.y (lex_one_token): Update.
465 * p-exp.y (yylex): Update.
466 * parse.c (parse_completion): Rename from in_parse_field.
467 (parse_exp_in_context): Update.
468 (parse_expression_for_completion): Rename from
469 parse_field_expression. Update.
470
471 2012-12-07 Tom Tromey <tromey@redhat.com>
472
473 * typeprint.c (_initialize_typeprint): Set completer
474 for "whatis" and "ptype".
475
476 2012-12-07 Joel Brobecker <brobecker@adacore.com>
477
478 * copyright.py (NOT_FSF_LIST): Remove duplicate entry
479 "sim/common/cgen-fpu.h". Remove invalid entries
480 "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
481 which actually have an FSF copyright header.
482
483 2012-12-07 Joel Brobecker <brobecker@adacore.com>
484
485 * osf-share/AT386/cma_thread_io.h: Delete.
486 * osf-share/HP800/cma_thread_io.h: Delete.
487 * osf-share/README: Delete.
488 * osf-share/RIOS/cma_thread_io.h: Delete.
489 * osf-share/cma_attr.h: Delete.
490 * osf-share/cma_deb_core.h: Delete.
491 * osf-share/cma_debug_client.h: Delete.
492 * osf-share/cma_errors.h: Delete.
493 * osf-share/cma_handle.h: Delete.
494 * osf-share/cma_init.h: Delete.
495 * osf-share/cma_list.h: Delete.
496 * osf-share/cma_mutex.h: Delete.
497 * osf-share/cma_sched.h: Delete.
498 * osf-share/cma_semaphore_defs.h: Delete.
499 * osf-share/cma_sequence.h: Delete.
500 * osf-share/cma_stack.h: Delete.
501 * osf-share/cma_stack_int.h: Delete.
502 * osf-share/cma_tcb_defs.h: Delete.
503 * osf-share/cma_util.h: Delete.
504 * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
505 in osf-share.
506 * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
507 * contrib/ari/gdb_find.sh: Remove handling of osf-share.
508 * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
509
510 2012-12-06 Pedro Alves <palves@redhat.com>
511 Tom Tromey <tromey@redhat.com>
512
513 * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
514
515 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
516
517 PR mi/14741:
518 * mi/mi-cmd-var.c (varobj_update_one): Take value of
519 attribute "dynamic" and "displayhint" from printed child,
520 not the root variable.
521
522 2012-12-06 Joel Brobecker <brobecker@adacore.com>
523
524 * aix-thread.c (getthrds): Fix type of 4th parameter.
525 (get_signaled_thread): Change type of variable ktid to tid_t.
526
527 2012-12-06 Hui Zhu <hui_zhu@mentor.com>
528
529 * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
530 value of get_frame_block.
531
532 2012-12-05 Pierre Muller <muller@sourceware.org>
533
534 Avoid memory leaks on struct cmd_list_element.doc field.
535 * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
536 if flags contains DOC_ALLOCATED.
537 (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
538 flags.
539 (delete_cmd): Handle DOC_ALLOCATED flag.
540 * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
541 in flags filed of struct cmd_list_element.
542 (struct cmd_list_element): Document new flag item.
543
544 2012-12-04 Doug Evans <dje@google.com>
545
546 * symmisc.c: Whitespace fixes.
547
548 2012-12-04 Karthik Bhat <kv.bhat@samsung.com>
549
550 * i386-tdep.c (i386_skip_prologue): Using symbol table
551 to find the end of prologue for clang compiled binaries.
552 * amd64-tdep.c (amd64_skip_prologue): Using symbol table
553 to find the end of prologue for clang compiled binaries.
554
555 2012-12-03 Doug Evans <dje@google.com>
556
557 * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
558 (dw2_find_symbol_file): Delete unused local file_data.
559
560 2012-12-03 Tom Tromey <tromey@redhat.com>
561
562 * ada-exp.y (write_object_renaming, write_var_or_type)
563 (write_ambiguous_var, write_var_from_sym): Make blocks const.
564 * ada-lang.c (replace_operator_with_call)
565 (find_old_style_renaming_symbol): Make blocks const.
566 * ada-lang.h (ada_find_renaming_symbol): Update.
567 (struct ada_symbol_info) <block>: Now const.
568 * breakpoint.c (watch_command_1): Update.
569 * breakpoint.h (struct watchpoint) <exp_valid_block,
570 cond_exp_valid_block>: Now const.
571 * c-exp.y (classify_inner_name, classify_name): Make block
572 argument const.
573 * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
574 const.
575 * expression.h (innermost_block, parse_exp_1): Update.
576 (union exp_element) <block>: Now const.
577 * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
578 (lookup_struct): Make block argument const.
579 * gdbtypes.h (lookup_template_type): Update.
580 * go-exp.y (classify_name, classify_packaged_name)
581 (package_name_p): Make block argument const.
582 * objc-lang.c (lookup_struct_typedef): Make block argument const.
583 * objc-lang.h (lookup_struct_typedef): Update.
584 * parse.c (parse_exp_in_context, parse_exp_1)
585 (write_exp_elt_block): Make block arguments const.
586 (expression_context_block, innermost_block): Now const.
587 * parser-defs.h (write_exp_elt_block): Update.
588 (expression_context_block, innermost_block, block_found): Now
589 const.
590 * printcmd.c (struct display) <block>: Now const.
591 * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
592 * valops.c (address_of_variable): Make block argument const.
593 * value.h (value_of_variable): Update.
594 * varobj.c (struct varobj_root) <valid_block>: Now const.
595
596 2012-11-30 Yao Qi <yao@codesourcery.com>
597
598 * breakpoint.c (print_one_breakpoint_location): Indent code.
599
600 2012-11-30 Yao Qi <yao@codesourcery.com>
601
602 * breakpoint.c (print_one_breakpoint_location): Combine two
603 blocks handling 'hit count' together.
604
605 2012-11-30 Yao Qi <yao@codesourcery.com>
606
607 * infrun.c (error_is_running, ensure_not_running): Move them
608 to ...
609 * infcmd.c (error_is_running, ensure_not_running): ... here.
610 Make them 'static'.
611 * inferior.h: Remove declarations of error_is_running and
612 ensure_not_running.
613
614 2012-11-30 Yao Qi <yao@codesourcery.com>
615
616 * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
617 check REGNUM >= 0.
618
619 2012-11-30 Yao Qi <yao@codesourcery.com>
620
621 * infrun.c: Make the declaration of 'init_infwait_state'
622 static.
623 (init_infwait_state): Make it 'static'.
624
625 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
626
627 * python/python.c (finalize_python): Cast unused PyGILState_Ensure
628 return value to void to avoid compiler warning.
629
630 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
631
632 * opencl-lang.c (opencl_print_type): New function.
633 (opencl_language_arch_info): Install it.
634
635 2012-11-29 Tom Tromey <tromey@redhat.com>
636
637 * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
638 xvasprintf.
639 * common/common-utils.c (xasprintf, xvasprintf): Remove.
640 * common/common-utils.h (xasprintf, xvasprintf): Remove.
641
642 2012-11-29 Jerome Guitton <guitton@adacore.com>
643
644 * ada-lang.c (ada_is_interface_tag): New function.
645 (ada_is_ignored_field): Add interface tags to the list
646 of ignored fields.
647
648 2012-11-29 Jerome Guitton <guitton@adacore.com>
649
650 * ada-lang.h (ada_tag_value_at_base_address): New function
651 declaration.
652 * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
653 New functions.
654 (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
655 relocate the class-wide value if need be.
656 (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
657 Let ada_tag_value_at_base_address relocate the class-wide access/ref
658 before dereferencing it.
659 * ada-valprint.c (ada_val_print_1): Relocate to base address
660 before displaying the content of an interface-wide ref.
661
662 2012-11-29 Jerome Guitton <guitton@adacore.com>
663
664 * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
665
666 2012-11-29 Joel Brobecker <brobecker@adacore.com>
667
668 GDB 7.5.1 released.
669
670 2012-11-29 Yao Qi <yao@codesourcery.com>
671 Tom Tromey <tromey@redhat.com>
672
673 * eval.c (evaluate_subexp_standard): Get the correct pointer
674 type for TYPE_CODE_MEMBERPTR.
675
676 2012-11-28 Edjunior Machado <emachado@linux.vnet.ibm.com>
677
678 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
679 since now it is being done by binutils' powerpc_init_dialect().
680
681 2012-11-28 Tom Tromey <tromey@redhat.com>
682
683 PR gdb/14290:
684 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
685 (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
686 Use it.
687 * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
688 * gdb_bfd.c (gdb_bfd_mark_parent): New function.
689 (gdb_bfd_openr_next_archived_file): Use it.
690
691 2012-11-28 Markus Metzger <markus.t.metzger@intel.com>
692
693 * configure.ac: Check for linux/perf_event.h.
694 * config.in: Regenerated.
695 * configure: Regenerated.
696
697 2012-11-28 Yao Qi <yao@codesourcery.com>
698
699 * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
700 abbreviate 'delete tracepoints' to 'delete tr'.
701 * corefile.c (_initialize_core): Call add_alias_cmd to
702 abbreviate 'set gnutarget' to 'set g'.
703 * value.c (_initialize_values): Call add_alias_cmd to abbreviate
704 'show convenience' to 'show conv'.
705
706 2012-11-27 Joel Brobecker <brobecker@adacore.com>
707
708 * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
709 call to sparc_supply_fpregset.
710 (fill_fpregset): Fix first parameter in call to
711 sparc_collect_fpregset.
712
713 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
714 Kazu Hirata <kazu@codesourcery.com>
715 Yao Qi <yao@codesourcery.com>
716
717 * objfiles.c (init_entry_point_info): Call
718 gdbarch_convert_from_func_ptr_addr and
719 gdbarch_addr_bits_remove here ...
720 (entry_point_address_query): ... instead of here.
721 * solib-svr4.c (exec_entry_point): Call
722 gdbarch_addr_bits_remove.
723 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
724 the entry address.
725
726 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
727 Yao Qi <yao@codesourcery.com>
728
729 * eval.c (evaluate_subexp_standard): Add handling of
730 TYPE_CODE_MEMBERPTR when calling functions. Correct the
731 result of ptype for calling a TYPE_CODE_METHODPTR.
732
733 2012-11-27 Yao Qi <yao@codesourcery.com>
734
735 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
736 warning.
737 Add i18n markup.
738
739 2012-11-26 Alexander Larsson <alexl@redhat.com>
740 Jan Kratochvil <jan.kratochvil@redhat.com>
741 Tom Tromey <tromey@redhat.com>
742
743 * NEWS: Mention mini debuginfo feature.
744 * minidebug.c: New file.
745 * configure.ac: Check for lzma.
746 * configure, config.in: Rebuild.
747 * Makefile.in (LIBLZMA): New variable.
748 (CLIBS): Include LIBLZMA.
749 (SFILES): Mention minidebug.c.
750 (COMMON_OBS): Mention minidebug.o.
751 * symfile.c (read_symbols): New function.
752 (syms_from_objfile, reread_symbols): Call it.
753 * symfile.h (find_separate_debug_file_in_section): Declare.
754
755 2012-11-26 Keith Seitz <keiths@redhat.com>
756
757 * exec.c (exec_file_attach): Move cleanup after verifying that
758 memory has in fact been allocated.
759
760 2012-11-26 Tom Tromey <tromey@redhat.com>
761
762 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
763 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
764 SYMBOL_SYMTAB.
765 * skip.c (skip_info): Use SYMBOL_SYMTAB.
766
767 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
768 Pedro Alves <palves@redhat.com>
769
770 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
771 size parameter passed to readlink by one byte.
772 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
773 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
774 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
775 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
776 size by one byte.
777
778 2012-11-26 Yao Qi <yao@codesourcery.com>
779
780 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
781 extraneous parentheses.
782
783 2012-11-26 Yao Qi <yao@codesourcery.com>
784
785 * remote.c (remote_start_remote): Typo fix.
786
787 2012-11-23 David S. Miller <davem@davemloft.net>
788
789 * sparc-tdep.h (struct sparc_fpregset): New data structure.
790 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
791 sparc32_sol2_fpregset): Declare new globals.
792 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
793 'fpregset' argument.
794 * sparc64-tdep.h (sparc64_supply_fpregset,
795 sparc64_collect_fpregset): Likewise.
796 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
797 globals.
798 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
799 (sparc_fpregset): Declare new global.
800 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
801 'fpregset' argument.
802 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
803 into handler.
804 (fill_fpregset): Likewise.
805 (_initialize_sparc_linux_nat): Set sparc_fpregset to
806 sparc32_bsd_fpregset.
807 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
808 sparc32_bsd_fpregset down into handler.
809 (sparc32_linux_collect_core_fpregset): Likewise.
810 * sparc-nat.c (sparc_fpregset): Define.
811 (sparc_supply_fpregset): Add 'fpregset' argument.
812 (sparc_collect_fpregset): Likewise.
813 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
814 into fpregset handler.
815 (sparc_store_inferior_registers): Likewise.
816 (_initialize_sparc_nat): Set sparc_fpregset to
817 sparc32_sunos4_fpregset if NULL.
818 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
819 down into handler.
820 (fill_fpregset): Likewise.
821 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
822 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
823 use it to compute offsets.
824 (sparc32_collect_fpregset): Likewise.
825 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
826 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
827 down into handler.
828 (fill_fpregset): Likewise.
829 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
830 Likewise.
831 (sparc64_linux_collect_core_fpregset): Likewise.
832 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
833 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
834 use it to compute offsets.
835 (sparc64_collect_fpregset): Likewise.
836 (sparc64_bsd_fpregset): Define.
837 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
838 sparc64_bsd_fpregset down into handler.
839 (sparc64fbsd_collect_fpregset): Likewise.
840 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
841 and pass sparc{32,64}_bsd_fpregset down into handler.
842 (sparc64nbsd_collect_fpregset): Likewise.
843 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
844 sparc64_bsd_fpregset down into handler.
845 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
846 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
847 to sparc32_bsd_fpregset.
848 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
849 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
850 (sparc32nbsd_supply_fpregset): Likewise.
851
852 2012-11-21 Tom Tromey <tromey@redhat.com>
853
854 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
855 field.
856 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
857 Remove.
858 * c-typeprint.c (c_type_print_base): Update.
859
860 2012-11-21 Yao Qi <yao@codesourcery.com>
861
862 PR tdep/7438
863 * gdbarch.sh (smash_text_address): Remove.
864 * gdbarch.c, gdbarch.h: Regenerate.
865 * arm-tdep.c (arm_smash_text_address): Remove.
866 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
867 * hppa-tdep.c (hppa_smash_text_address): Remove.
868 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
869 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
870 Caller update.
871 * coffread.c (coff_symtab_read): Caller update.
872 * dbxread.c (process_one_symbol): Likewise.
873 * elfread.c (record_minimal_symbol): Likewise.
874 * somread.c (som_symtab_read): Likewise.
875
876 2012-11-20 Pierre Muller <muller@sourceware.org>
877
878 ARI fixes: sprintf rule.
879 Replace sprintf function calls for char arrays by
880 calls to xsnprintf calls.
881 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
882 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
883 (arm_neon_quad_read, arm_pseudo_read): Ditto.
884 (arm_neon_quad_write, arm_pseudo_write): Ditto.
885 * breakpoint.c (condition_completer): Ditto.
886 (create_tracepoint_from_upload): Ditto.
887 * dwarf2read.c (file_full_name): Ditto.
888 * gcore.c (gcore_command): Ditto.
889 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
890 * go32-nat.c (go32_sysinfo): Ditto.
891 * interps.c (interp_set): Ditto.
892 * m32c-tdep.c (make_types): Ditto.
893 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
894 * remote-m32r-sdi.c (m32r_open): Ditto.
895 * sol-thread.c (td_err_string): Ditto.
896 (td_state_string, solaris_pid_to_str): Ditto.
897 * symtab.c (gdb_mangle_name): Ditto.
898 * cli/cli-script.c (execute_control_command): Ditto.
899 (define_command, document_command): Ditto.
900 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
901 * tui/tui-stack.c (tui_make_status_line): Ditto.
902 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
903
904 2012-11-20 Mike Frysinger <vapier@gentoo.org>
905
906 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
907 it when looking at ptr->func.
908 * command.h (complete_on_cmdlist): Add a fourth arg.
909 * completer.c (complete_line_internal): Add local ignore_help_classes,
910 and set it to 1 when reason is not handle_help. Pass this down to
911 lookup_cmd_1 and complete_on_cmdlist.
912
913 2012-11-20 Tom Tromey <tromey@redhat.com>
914
915 * completer.c (count_struct_fields): Remove.
916 (expression_completer): Don't call count_struct_fields.
917
918 2012-11-20 Pedro Alves <palves@redhat.com>
919
920 * annotate.c (breakpoints_changed): Rename to ...
921 (annotate_breakpoints_changed): ... this.
922 (annotate_stopped, breakpoint_changed): Adjust caller.
923 * annotate.h (breakpoints_changed): Rename to ...
924 (annotate_breakpoints_changed): ... this.
925 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
926 (do_map_commands_command, init_raw_breakpoint, clear_command)
927 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
928
929 2012-11-20 David S. Miller <davem@davemloft.net>
930
931 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
932 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
933 sysconf.
934 (get_cores_used_by_process): Update comment.
935
936 2012-11-20 Yao Qi <yao@codesourcery.com>
937
938 * objfiles.c (init_entry_point_info): Remove trailing spaces.
939
940 2012-11-20 Yao Qi <yao@codesourcery.com>
941
942 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
943 to deprecated_context_hook.
944
945 2012-11-19 Yao Qi <yao@codesourcery.com>
946
947 * infrun.c (infwait_state): Add static.
948
949 2012-11-16 Keith Seitz <keiths@redhat.com>
950
951 PR c++/13615
952 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
953 parameter and pass it to lookup_symbol_file.
954 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
955 to search base classes.
956 (cp_lookup_symbol_namespace): Likewise.
957 (lookup_namespace_scope): Likewise.
958 (lookup_symbol_file): Add SEARCH parameter.
959 If SEARCH is non-zero and no symbol is found, lookup the class
960 and call cp_lookup_nested_symbol.
961 (find_symbol_in_baseclass): New function.
962 (cp_lookup_nested_symbol): Do not let
963 cp_lookup_symbol_in_namespace search through base classes.
964 Do that later when there is no global symbol match.
965
966 2012-11-16 Doug Evans <dje@google.com>
967
968 * main.c (gdb_datadir_provided): New static global.
969 (get_init_files): If --data-directory is provided,
970 and SYSTEM_GDBINIT lives in data-directory, look for it there.
971 * NEWS: Mention it.
972
973 2012-11-15 Pierre Muller <muller@sourceware.org>
974
975 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
976 * gdb_stat.h: Delete. Moved to common directory.
977 * common/gdb_stat.h: New file.
978 * gdb_wait.h: Delete. Moved to common directory.
979 * common/gdb_wait.h: New file.
980 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
981 location.
982 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
983 location.
984 (stat.h rule): Adapt to new gdb_stat.h location.
985 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
986 <sys/stat.h> header.
987 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
988 <sys/wait.h> header.
989
990 2012-11-15 Pierre Muller <muller@sourceware.org>
991
992 * configure.ac (AC_HEADER_STAT): Remove.
993 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
994 and corresponding code.
995 * configure: Regenerate.
996 * config.in: Regenerate.
997
998 2012-11-15 Pierre Muller <muller@sourceware.org>
999
1000 ARI xasprintf rule fixes.
1001 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1002 instead of xasprintf.
1003 (open_and_init_dwp_file): Ditto.
1004
1005 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
1006
1007 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1008 target types.
1009
1010 2012-11-14 Tom Tromey <tromey@redhat.com>
1011
1012 * configure, config.in: Rebuild.
1013 * configure.ac: Don't check for ctype.h, time.h.
1014 * expprint.c: Don't use HAVE_CTYPE_H.
1015
1016 2012-11-13 Tom Tromey <tromey@redhat.com>
1017
1018 * gdbarch.h, gdbarch.c: Rebuild.
1019 * gdbarch.sh (set_target_gdbarch): Rename from
1020 deprecated_target_gdbarch_select_hack.
1021 * arch-utils.c (gdbarch_update_p): Update.
1022 (set_gdbarch_from_file): Update.
1023
1024 2012-11-14 Pierre Muller <muller@sourceware.org>
1025
1026 * MAINTAINERS (Responsible Maintainers/misc): Add myself
1027 as responsible of contrib/ari directory.
1028
1029 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1030 Yao Qi <yao@codesourcery.com>
1031
1032 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1033 bit of EXC_RETURN.
1034 (arm_m_exception_cache, arm_m_exception_this_id)
1035 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1036 (arm_m_exception_unwind): New.
1037 (arm_gdbarch_init): Register arm_m_exception_unwind.
1038
1039 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1040
1041 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1042 parameter COUNT, for pattern filling of memory regions.
1043 * NEWS: Mention it.
1044
1045 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1046
1047 * disasm.h (DISASSEMBLY_FILENAME): New macro.
1048 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1049 to print_source_lines ().
1050 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1051 flag.
1052 * source.c (print_source_lines_base): Prefix source line with
1053 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1054
1055 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1056
1057 * symtab.h (print_source_lines_flags): New enum.
1058 * source.c (print_source_lines_base): Change noerror to flags.
1059 (print_source_lines): Change noerror to flags.
1060
1061 2012-11-13 Pierre Muller <muller@sourceware.org>
1062
1063 ARI fixes: Avoid sprintf function use rule.
1064 * charset.c (convert_between_encodings): Use xsnprintf.
1065 * cli-out.c (cli_field_int): Likewise.
1066 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1067 * expprint.c (op_name_standard): Likewise.
1068 * frv-tdep.c (set_variant_num_gprs): Likewise.
1069 (set_variant_num_fprs): Likewise.
1070 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1071 * nto-tdep.c (nto_find_and_open_solib): Likewise.
1072 (nto_init_solib_absolute_prefix): Likewise.
1073 * source.c (init_source_path): Likewise.
1074 (print_source_lines_base): Likewise.
1075 * valprint.c (print_wchar): Likewise.
1076 * mi/mi-out.c (mi_field_int): Likewise.
1077 windows-nat.c (windows_pid_to_exec_file): Likewise.
1078 (windows_create_inferior): Likewise.
1079 (_initialize_check_for_gdb_ini): Likewise.
1080
1081 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1082
1083 * frame.h (deprecated_frame_register_read): Renames
1084 frame_register_read.
1085 * frame.c (deprecated_frame_register_read): Renames
1086 frame_register_read. Update all callers.
1087 * i386-tdep.c: Update all callers of frame_register_read.
1088 * infcmd.c: Likewise.
1089 * jit.c: Likewise.
1090 * mips-tdep.c: Likewise.
1091 * mt-tdep.c: Likewise.
1092 * sh64-tdep.c: Likewise.
1093
1094 2012-11-12 Joel Brobecker <brobecker@adacore.com>
1095
1096 * frame.h (frame_register_read): Remove FIXME comment.
1097 * frame.c (frame_register_read): Add suggestion explaining
1098 which function to use in place of this one.
1099
1100 2012-11-12 Tom Tromey <tromey@redhat.com>
1101
1102 * python/python.c (start_type_printers): Initialize 'result_obj'.
1103
1104 2012-11-12 Tom Tromey <tromey@redhat.com>
1105
1106 * NEWS: Update.
1107 * data-directory/Makefile.in (PYTHON_FILES): Add
1108 type_printers.py.
1109 * python/lib/gdb/command/type_printers.py: New file.
1110 * python/lib/gdb/command/types.py (TypePrinter): New class.
1111 (_get_some_type_recognizers, get_type_recognizers,
1112 apply_type_recognizers, register_type_printer): New
1113 functions.
1114 * python/py-objfile.c (objfile_object) <type_printers>: New
1115 field.
1116 (objfpy_dealloc): Decref new field.
1117 (objfpy_new): Set new field.
1118 (objfpy_get_type_printers, objfpy_set_type_printers): New
1119 functions.
1120 (objfile_to_objfile_object): Set new field.
1121 (objfile_getset): Add "type_printers".
1122 * python/py-progspace.c (pspace_object) <type_printers>: New
1123 field.
1124 (pspy_dealloc): Decref new field.
1125 (pspy_new): Set new field.
1126 (pspy_get_type_printers, pspy_set_type_printers): New functions.
1127 (pspace_to_pspace_object): Set new field.
1128 (pspace_getset): Add "type_printers".
1129 * python/python.c (start_type_printers, apply_type_printers,
1130 free_type_printers): New functions.
1131 (_initialize_python): Set gdb.type_printers.
1132 * python/python.h (start_type_printers, apply_type_printers,
1133 free_type_printers): Declare.
1134 * typeprint.c (type_print_raw_options, default_ptype_flags):
1135 Update for new fields.
1136 (do_free_global_table, create_global_typedef_table,
1137 find_global_typedef): New functions.
1138 (find_typedef_in_hash): Use find_global_typedef.
1139 (whatis_exp): Use create_global_typedef_table. Change cleanup
1140 handling.
1141 * typeprint.h (struct type_print_options) <global_typedefs,
1142 global_printers>: New fields.
1143
1144 2012-11-12 Tom Tromey <tromey@redhat.com>
1145
1146 * c-typeprint.c (find_typedef_for_canonicalize,
1147 print_name_maybe_canonical): New functions.
1148 (c_print_type): Look up type name.
1149 (cp_type_print_derivation_info): Add flags argument. Use
1150 print_name_maybe_canonical.
1151 (cp_type_print_method_args): Add wrapping.
1152 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1153 (c_type_print_template_args): New function.
1154 (c_type_print_base): Change wrapping. Use
1155 print_name_maybe_canonical.
1156 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1157 type name lookups.
1158 * gdbtypes.c (types_equal): No longer static.
1159 * gdbtypes.h (types_equal): Declare.
1160 * typeprint.c (type_print_raw_options, default_ptype_flags):
1161 Update.
1162 (struct typedef_hash_table): New.
1163 (hash_typedef_field, eq_typedef_field,
1164 recursively_update_typedef_hash, add_template_parameters,
1165 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1166 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1167 copy_typedef_hash, find_typedef_in_hash): New functions.
1168 * typeprint.h (struct type_print_options) <local_typedefs>:
1169 New field.
1170 (recursively_update_typedef_hash, add_template_parameters,
1171 create_typedef_hash, free_typedef_hash,
1172 make_cleanup_free_typedef_hash, copy_typedef_hash,
1173 find_typedef_in_hash): Declare.
1174
1175 2012-11-12 Tom Tromey <tromey@redhat.com>
1176
1177 * cp-support.c (inspect_type,
1178 replace_typedefs_qualified_name, replace_typedefs): Add
1179 finder, data arguments. Call as needed.
1180 (cp_canonicalize_string_full): New function.
1181 (cp_canonicalize_string_no_typedefs): Rewrite.
1182 * cp-support.h (canonicalization_ftype): New typedef.
1183 (cp_canonicalize_string_full): Declare.
1184
1185 2012-11-12 Tom Tromey <tromey@redhat.com>
1186
1187 * NEWS: Update.
1188 * c-typeprint.c (c_type_print_base): Handle print_method and
1189 print_typedefs flags.
1190 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1191 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1192 options.
1193 * typeprint.c (type_print_raw_options, default_ptype_flags):
1194 Update for new field.s
1195 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
1196 (setprinttypelist, showprinttypelist, print_methods,
1197 print_typedefs): New globals.
1198 (set_print_type, show_print_type, set_print_type_methods,
1199 show_print_type_methods, set_print_type_typedefs,
1200 show_print_type_typedefs): New functions.
1201 (_initialize_typeprint): Update documentation. Add "print
1202 type methods" and "print type typedefs" parameters.
1203 * typeprint.h (struct type_print_options) <print_methods,
1204 print_typedefs>: New fields.
1205
1206 2012-11-12 Tom Tromey <tromey@redhat.com>
1207
1208 * c-typeprint.c (cp_type_print_method_args): Add flags
1209 argument. Call c_print_type, not type_print.
1210 (c_type_print_base): Call c_print_type, not type_print.
1211 Update.
1212
1213 2012-11-12 Tom Tromey <tromey@redhat.com>
1214
1215 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1216 to type-printing functions.
1217 * ada-lang.h (ada_print_type): Add argument.
1218 * ada-typeprint.c (print_array_type, print_variant_clauses,
1219 print_variant_part, print_selected_record_field_types,
1220 print_record_field_types, print_unchecked_union_type,
1221 print_func_type, ada_print_type): Add flags argument.
1222 (ada_print_typedef): Update.
1223 * c-exp.y (OPERATOR conversion_type_id): Update.
1224 * c-lang.h (c_print_type, c_type_print_base): Update.
1225 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1226 c_type_print_modifier, c_type_print_args,
1227 c_type_print_varspec_suffix, c_type_print_base): Add flags
1228 argument.
1229 * cp-valprint.c (cp_print_class_member): Update.
1230 * dwarf2read.c (dwarf2_compute_name): Update.
1231 * f-lang.h (f_print_type): Add argument.
1232 * f-typeprint.c (f_print_type): Add flags argument.
1233 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1234 * go-lang.h (go_print_type): Add argument.
1235 * go-typeprint.c (go_print_type): Add flags argument.
1236 * jv-lang.h (java_print_type): Add argument.
1237 * jv-typeprint.c (java_type_print_base, java_print_type): Add
1238 flags argument.
1239 * language.c (unk_lang_print_type): Add flags argument.
1240 * language.h (struct language_defn) <la_print_type>: Add flags
1241 argument.
1242 (LA_PRINT_TYPE): Likewise.
1243 * m2-lang.h (m2_print_type): Add argument.
1244 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1245 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1246 m2_unbounded_array, m2_record_fields): Add flags argument.
1247 * p-lang.h (pascal_print_type, pascal_type_print_base,
1248 pascal_type_print_varspec_prefix): Add argument.
1249 * p-typeprint.c (pascal_print_type,
1250 pascal_type_print_varspec_prefix, pascal_print_func_args,
1251 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1252 flags argument.
1253 * symmisc.c (print_symbol): Update.
1254 * typeprint.c (type_print_raw_options, default_ptype_flags):
1255 New globals.
1256 (type_print): Update.
1257 * typeprint.h (struct type_print_options): New.
1258 (type_print_raw_options): Declare.
1259 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1260
1261 2012-11-10 Keith Seitz <keiths@redhat.com>
1262
1263 * breakpoint.c (clear_command): Add cleanup for
1264 sals.sals if an argument is given.
1265
1266 * linespec.c (parse_linespec): Do cleanups after
1267 parsing a convenience variable.
1268
1269 2012-11-10 Keith Seitz <keiths@redhat.com>
1270
1271 PR gdb/14288
1272 * c-valprint.c (c_val_print): For character arrays
1273 with "print null" option on, print ellipses if
1274 the output is truncated and the next character is not \000.
1275 * valprint.c (MAX_WCHARS): Define.
1276 (WCHAR_BUFLEN): Likewise.
1277 (WCHAR_BUFLEN_MAX): Likewise.
1278 (struct converted_character): New structure.
1279 (count_next_character): New function.
1280 (print_converted_chars_to_obstack): New function.
1281 (generic_printstr): Rewrite using count_next_character
1282 and print_converted_chars_to_obstack.
1283
1284 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1285
1286 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1287 while executing the gdb command.
1288 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1289 are called from prompt_for_continue.
1290 * tui/tui-io.c (tui_redisplay_readline): Likewise.
1291
1292 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
1293
1294 PR tui/9584
1295
1296 * tui/tui.c (tui_rl_command_key): Do not call execute_command
1297 but insert the command to execute in readline's buffer.
1298
1299 2012-11-09 Tom Tromey <tromey@redhat.com>
1300
1301 * gdbarch.sh (target_gdbarch): Remove macro.
1302 (get_target_gdbarch): Rename to target_gdbarch.
1303 * gdbarch.c, gdbarch.h: Rebuild.
1304 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1305 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1306 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1307 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1308 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1309 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1310 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1311 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1312 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1313 procfs.c, progspace.c, ravenscar-thread.c, record.c,
1314 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1315 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1316 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1317 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1318 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1319 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1320 target-descriptions.c, target.c, target.h, tracepoint.c,
1321 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1322 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1323 python/py-inferior.c, python/python.c: Update.
1324
1325 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
1326
1327 * source.c (print_source_lines_base): Add fullname field giving
1328 full path to file in mi output.
1329 * NEWS: Mention the new fullname field.
1330
1331 2012-11-09 Yao Qi <yao@codesourcery.com>
1332
1333 * NEWS: Mention the fix to the ambiguity of 'fo' command.
1334
1335 2012-11-09 Pedro Alves <palves@redhat.com>
1336
1337 PR gdb/14306
1338
1339 * infrun.c: Include target-descriptions.h.
1340 (follow_exec): Fetch new target description.
1341
1342 2012-11-09 Yao Qi <yao@codesourcery.com>
1343
1344 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1345 0x8d (lea).
1346
1347 2012-11-09 Yao Qi <yao@codesourcery.com>
1348
1349 * breakpoint.c: Declare set_tracepoint_count.
1350 (install_breakpoint): Call set_tracepoint_count if B is a
1351 tracepoint.
1352 (trace_command): Don't call set_tracepoint_count. Re-indent.
1353 (strace_command, ftrace_command):
1354 (create_tracepoint_from_upload): Likewise.
1355
1356 2012-11-09 Pedro Alves <palves@redhat.com>
1357
1358 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1359 (get_target_gdbarch) <gdbarch.h>: New function.
1360 (startup_gdbarch) <gdbarch.h>: Declare.
1361 <gdbarch.c> (target_gdbarch): Delete.
1362 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1363 current inferior's gdbarch.
1364 <gdbarch.c> (get_target_gdbarch): New function.
1365 * inferior.c: Include target-descriptions.h.
1366 (free_inferior): Free target description info.
1367 (add_inferior_with_spaces): Set the inferior's initial
1368 architecture.
1369 (clone_inferior_command): Copy the original inferior's target
1370 description if it was user specified.
1371 (initialize_inferiors): Add comment.
1372 * inferior.h (struct target_desc_info): Forward declare.
1373 (struct inferior) <gdbarch>: New field.
1374 * linux-nat.c: Include target-descriptions.h.
1375 (linux_child_follow_fork): Copy the parent's architecture and
1376 target description to the child.
1377 * target-descriptions.c: Include inferior.h.
1378 (struct target_desc_info): New structure, holding the equivalents
1379 of ...
1380 (target_desc_fetched, current_target_desc)
1381 (target_description_filename): ... these removed globals.
1382 (get_tdesc_info, target_desc_info_from_user_p)
1383 (copy_inferior_target_desc_info, target_desc_info_free): New.
1384 (target_desc_fetched, current_target_desc)
1385 (target_description_filename): Reimplemented as convenience
1386 macros.
1387 (tdesc_filename_cmd_string): New global.
1388 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1389 tdescs filename ..." commands to the per-inferior equivalent.
1390 (show_tdesc_filename_cmd): Get the value to show from the
1391 per-inferior description filename.
1392 (_initilize_target_descriptions): Change the "set/show tdesc
1393 filename" commands' variable.
1394 * target-descriptions.h (struct target_desc, struct target_desc_info)
1395 (struct inferior): Forward declare.
1396 (target_find_description, target_clear_description)
1397 (target_current_description): Adjust comments.
1398 (copy_inferior_target_desc_info, target_desc_info_free)
1399 (target_desc_info_from_user_p). Declare.
1400
1401 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1402
1403 * tui/tui-hooks.c (tui_about_to_proceed): New function.
1404 (tui_target_wait_hook): Remove.
1405 (tui_install_hooks): Install the about_to_proceed observer.
1406 (tui_remove_hooks): And remove it here.
1407
1408 2012-11-08 Tom Tromey <tromey@redhat.com>
1409
1410 * linux-tdep.c (linux_make_siginfo_note): New function.
1411 (linux_make_corefile_notes): Use it.
1412 * corelow.c (get_core_siginfo): New function.
1413 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1414
1415 2012-11-08 Tom Tromey <tromey@redhat.com>
1416
1417 PR gdb/14704:
1418 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1419 (zlib_decompress_section): Remove.
1420 (gdb_bfd_map_section): Only check for compressed section
1421 in mmap case. Use bfd_get_full_section_contents.
1422 * osabi.c (check_note): Add 'sectsize' argument. Read
1423 section data.
1424 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1425 section data. Update for check_note change.
1426 * xcoffread.c (xcoff_initial_scan): Use
1427 bfd_get_full_section_contents.
1428 * py-auto-load.c (auto_load_section_scripts): Use
1429 bfd_get_full_section_contents.
1430 * contrib/cc-with-tweaks.sh: Add -Z option.
1431
1432 2012-11-08 Tom Tromey <tromey@redhat.com>
1433
1434 * python/py-bpevent.c: Include defs.h.
1435 * python/py-continueevent.c: Include defs.h.
1436 * python/py-event.c: Include defs.h.
1437 * python/py-event.h: Don't include defs.h.
1438 * python/py-events.h: Don't include defs.h.
1439 * python/py-evts.c: Include defs.h.
1440 * python/py-exitedevent.c: Include defs.h.
1441 * python/py-newobjfileevent.c: Include defs.h.
1442 * python/py-signalevent.c: Include defs.h.
1443 * python/py-stopevent.c: Include defs.h.
1444 * python/py-threadevent.c: Include defs.h.
1445
1446 2012-11-08 Pierre Muller <muller@sourceware.org>
1447
1448 * update-web-ari.sh (print_heading): Add number of files
1449 checked.
1450 (nb_files): New variable counting the number of sources
1451 files found by gdb_find.sh script.
1452 (debug_awk): New variable to allow extra debug output.
1453 (indexes): Add more information if DEBUG_AWK is set.
1454
1455 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
1456
1457 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1458 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1459 following the change in PLT call stubs on linker.
1460
1461 2012-11-08 Pierre Muller <muller@sourceware.org>
1462
1463 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1464 as default language.
1465 (AWK): Use = instead of == for sh test to avoid warning.
1466 (Linux rule): Correct [:digit] into [[:digit:]].
1467 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1468 (vasprintf rule): Adapt to common subdirectory moves.
1469 (xasprintf rule): Idem.
1470 (xvasprintf rule): Idem.
1471 (var_boolean rule): Accept occurence in == or != test.
1472
1473 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1474
1475 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
1476
1477 * tui/tui-hooks.c (tui_inferior_exit): New function.
1478 (tui_detach_hook): Remove.
1479 (tui_install_hooks): Install the inferior exit observer.
1480 (tui_remove_hooks): Remove it.
1481
1482 2012-11-08 Yao Qi <yao@codesourcery.com>
1483
1484 PR gdb/14777.
1485 * source.c (_initialize_source): Call add_com_alias to abbreviate
1486 'forward-search' as 'fo'.
1487
1488 2012-11-07 Pedro Alves <palves@redhat.com>
1489
1490 * arm-tdep.c: Make defs.h be the first include.
1491 * coff-pe-read.c: Ditto.
1492 * gnu-nat.c: Ditto.
1493 * go32-nat.c: Ditto.
1494 * i386-nat.c: Ditto.
1495 * ppcnbsd-nat.c: Ditto.
1496 * ada-varobj.h: Don't include defs.h.
1497 * i386-darwin-tdep.h: Ditto.
1498 * i386-nat.h: Ditto.
1499
1500 2012-11-07 Pedro Alves <palves@redhat.com>
1501
1502 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1503 Committee.
1504
1505 2012-11-07 Pierre Muller <muller@sourceware.org>
1506
1507 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1508 File already uses "gdb_dirent.h" header.
1509
1510 2012-11-07 Yao Qi <yao@codesourcery.com>
1511
1512 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1513 tracepoint_count'.
1514
1515 2012-11-06 Tom Tromey <tromey@redhat.com>
1516
1517 * target.h (inferior_has_forked, inferior_has_vforked)
1518 (inferior_has_execd, inferior_has_called_syscall): Remove
1519 declarations.
1520
1521 2012-11-06 Pierre Muller <muller@sourceware.org>
1522
1523 * remote.c (remote_insert_hw_breakpoint): ARI fix,
1524 add missing internalization markup.
1525
1526 2012-11-06 Pedro Alves <palves@redhat.com>
1527
1528 PR gdb/14810
1529
1530 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1531
1532 2012-11-06 Pierre Muller <muller@sourceware.org>
1533
1534 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1535 is not executable.
1536
1537 2012-11-05 Joel Brobecker <brobecker@adacore.com>
1538
1539 * gnulib/update-gnulib.sh: New script.
1540
1541 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
1542
1543 * MAINTAINERS: Update my email address.
1544
1545 2012-11-05 Tom Tromey <tromey@redhat.com>
1546
1547 * frame.c (put_frame_register): Don't use temporary buffer.
1548
1549 2012-11-05 Pedro Alves <palves@redhat.com>
1550
1551 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1552 child. Clear 'pending_detach'.
1553 * infrun.c (handle_vfork_child_exec_or_exit): Clear
1554 'pending_detach' in the vfork parent.
1555
1556 2012-11-05 Doug Evans <dje@google.com>
1557
1558 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
1559 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1560 * dwarf2read.c: #include "elf-bfd.h".
1561 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1562 (dwop_section_names): Renamed from dwo_section names. All uses
1563 updated. Add entries for .debug_cu_index, .debug_tu_index.
1564 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1565 All uses updated.
1566 (struct dwp_sections): New type.
1567 (struct virtual_dwo_sections): New type.
1568 (struct dwp_hash_table): New type.
1569 (struct dwp_file): New type.
1570 (init_cutu_and_read_dies): Ensure DWO info/types section has been
1571 read in. Handle DWOs coming from DWP files.
1572 (lookup_dwo_file_slot): New function.
1573 (dwarf2_locate_dwo_sections): Move definition closer to use.
1574 (create_dwo_debug_info_hash_table_reader): Renamed from
1575 create_debug_info_hash_table_reader. All callers updated.
1576 (create_dwo_debug_info_hash_table): Renamed from
1577 create_debug_info_hash_table. All callers updated.
1578 (create_dwp_hash_table): New function.
1579 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1580 (lookup_dwo_in_dwp): New function.
1581 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
1582 is_dwp. All callers updated.
1583 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
1584 (open_and_init_dwo_file): Renamed from init_dwo_file.
1585 All callers updated.
1586 (lookup_dwo_file): Delete.
1587 (dwarf2_locate_dwp_sections): New function.
1588 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1589 (allocate_dwp_loaded_cutus_table): New function.
1590 (open_and_init_dwp_file): New function.
1591 (lookup_dwo_cutu): New function.
1592 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1593
1594 2012-11-03 Yao Qi <yao@codesourcery.com>
1595
1596 Fix PR gdb/14617.
1597 * breakpoint.c (trace_pass_set_count): Call
1598 observer_notify_breakpoint_modified instead of
1599 observer_notify_tracepoint_modified.
1600 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1601
1602 2012-11-02 Tom Tromey <tromey@redhat.com>
1603
1604 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1605 argument to complete_on_enum.
1606
1607 2012-11-02 Tom Tromey <tromey@redhat.com>
1608
1609 * configure: Rebuild.
1610 * configure.ac (build_warnings): Add -Wempty-body.
1611 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1612 * remote.c (handle_notification): Use braces for empty 'else' body.
1613 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1614 'else' body.
1615 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1616 'else' body.
1617 * solib-som.c (som_relocate_section_addresses): Use braces
1618 for empty 'else' body.
1619 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1620 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1621
1622 2012-11-02 Pedro Alves <palves@redhat.com>
1623
1624 PR gdb/14766
1625
1626 * infrun.c (handle_inferior_event)
1627 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1628 null_ptid before handling a vfork child exec or exit. Switch to
1629 the event ptid afterwards.
1630
1631 2012-11-02 Yao Qi <yao@codesourcery.com>
1632
1633 * std-operator.def: Remove OP_LABELED.
1634 * eval.c: Remove the declaration of 'get_label'.
1635 (get_label): Remove.
1636 (evaluate_struct_tuple): Remove code handling OP_LABELED.
1637 Update comment.
1638 Remove local variable 'variantno' and related code.
1639 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
1640 with 'fieldno'.
1641 * expprint.c (print_subexp_standard): Likewise.
1642 (dump_subexp_body_standard): Likewise.
1643 * parse.c (operator_length_standard): Likewise.
1644
1645 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
1646
1647 Incorporate ARI web page generator into GDB sources.
1648 * contrib/ari/create-web-ari-in-src.sh: New file.
1649 * contrib/ari/gdb_ari.sh: New file.
1650 * contrib/ari/gdb_find.sh: New file.
1651 * contrib/ari/update-web-ari.sh: New file.
1652
1653 2012-10-31 Tom Tromey <tromey@redhat.com>
1654
1655 * gdbarch.c: Rebuild.
1656 * gdbarch.sh: Remove references to gdbarch_swap.
1657 * corelow.c (core_open): Remove obsolete comment.
1658
1659 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
1660
1661 PR cli/14772
1662 * c-typeprint.c (c_print_type): Don't print a space for vector
1663 types, this is handled within the suffix.
1664 (c_type_print_varspec_suffix): Add a space to vector suffix.
1665
1666 2012-10-26 Pedro Alves <palves@redhat.com>
1667
1668 * amd64-tdep.c (amd64_relocate_instruction): Use
1669 store_unsigned_integer instead of memcpy.
1670 * i386-tdep.c (i386_relocate_instruction): Ditto.
1671
1672 2012-10-26 Pedro Alves <palves@redhat.com>
1673
1674 * infrun.c (handle_inferior_event): Merge handling of
1675 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1676 switch case.
1677
1678 2012-10-26 Pedro Alves <palves@redhat.com>
1679
1680 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1681 Remove comment.
1682
1683 2012-10-26 Pedro Alves <palves@redhat.com>
1684
1685 * target.c (target_waitstatus_to_string): Handle
1686 TARGET_WAITKIND_VFORK_DONE.
1687
1688 2012-10-26 Pedro Alves <palves@redhat.com>
1689
1690 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1691 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1692
1693 2012-10-24 Tristan Gingold <gingold@adacore.com>
1694
1695 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1696 Add comments.
1697
1698 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1699
1700 * ravenscar-thread.c (ravenscar_wait): Only update the list
1701 of threads and inferior_ptid if the inferior is still alive.
1702
1703 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1704
1705 * ada-lang.c (is_known_support_routine): Use lbasename when
1706 matching the symtab's filename against
1707 known_runtime_file_name_patterns.
1708
1709 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1710
1711 * ada-lang.c (ada_same_array_size_p): New function.
1712 (ada_promote_array_of_integrals): New function.
1713 (coerce_for_assign): Add handling of arrays where the elements
1714 are integrals of a smaller size than the size of the target
1715 array element type.
1716
1717 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1718
1719 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1720 against maximum exponent value.
1721
1722 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1723
1724 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1725 "unwind-seh.c".
1726
1727 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1728
1729 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1730 strip typedef layer when computing the fixed type's field type,
1731 only when computing its size.
1732
1733 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1734
1735 PR gdb/12783
1736 * i386-tdep.c (i386_return_value): Handle complex double and long
1737 double.
1738
1739 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1740
1741 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1742 New local variable args_len.
1743 Quote the name of the executable when computing the command line.
1744
1745 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1746
1747 PR gdb/12796
1748 PR gdb/12798
1749 PR gdb/12800
1750 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1751 AMD64_FTAG_REGNUM.
1752 * amd64-tdep.c (amd64_classify): Classify complex types.
1753 (amd64_return_value): Handle the COMPLEX_X87 class.
1754
1755 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1756
1757 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1758 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1759
1760 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1761
1762 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1763 function.
1764 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1765 to amd64_windows_auto_wide_charset.
1766
1767 2012-10-23 Yao Qi <yao@codesourcery.com>
1768
1769 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1770 * event-top.h: Remove its declaration.
1771 (async_request_quit): Call mark_async_signal_handler instead of
1772 mark_async_signal_handler_wrapper.
1773 (async_do_nothing, async_disconnect): Likewise.
1774 (async_stop_sig): Likewise.
1775 * remote.c (handle_remote_sigint): Likewise.
1776 (handle_remote_sigint_twice): Likewise.
1777
1778 2012-10-23 Yao Qi <yao@codesourcery.com>
1779
1780 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1781 with 'static struct async_signal_handler *'.
1782 (sighup_token, sigquit_token, sigstp_token): Likewise.
1783
1784 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1785
1786 * gdbarch.sh (function_list): Use 'pstring' when printing
1787 a variable which could return NULL.
1788 * gdbarch.c: Regenerate.
1789
1790 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1791 Tom Tromey <tromey@redhat.com>
1792
1793 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1794 inneffective if condition by gdb assertion. Add function
1795 description comment.
1796
1797 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1798
1799 * parser-defs.h (struct exp_descriptor): Document constraint
1800 on return value for "op_name" callbacks.
1801
1802 2012-10-18 Tom Tromey <tromey@redhat.com>
1803
1804 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1805 * symtab.c (iterate_over_some_symtabs): Constify.
1806 * source.h (symtab_to_fullname): Return 'const char *'.
1807 * source.c (symtab_to_fullname): Return 'const char *'.
1808 * python/py-symtab.c (stpy_fullname): Constify.
1809 * cli/cli-cmds.c (edit_command): Constify.
1810 * breakpoint.c (print_breakpoint_location)
1811 (update_static_tracepoint): Constify.
1812
1813 2012-10-18 Tom Tromey <tromey@redhat.com>
1814
1815 * breakpoint.c (compare_breakpoints): Fix comparison.
1816
1817 2012-10-18 Tom Tromey <tromey@redhat.com>
1818
1819 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1820 gdb_wchar_t to convert_between_encodings.
1821
1822 2012-10-17 Yao Qi <yao@codesourcery.com>
1823
1824 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1825 more parameter 'inferior'.
1826 * corefile.c (write_memory_with_notification): Caller update.
1827
1828 * mi/mi-cmd-var.c: Include "mi-main.h".
1829 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1830 to 1 and restore it later.
1831 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1832 and "data-write-memory-bytes.
1833 * mi/mi-interp.c: Include objfiles.h.
1834 (mi_interpreter_init): Call observer_attach_memory_changed.
1835 (mi_memory_changed): New.
1836 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1837 New field.
1838
1839 * NEWS: Mention new MI notification "memory-changed".
1840
1841 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1842
1843 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1844
1845 2012-10-15 Doug Evans <dje@google.com>
1846
1847 New option -nh: inhibit loading of ~/.gdbinit.
1848 * NEWS: Mention -nh.
1849 * main.c (captured_main): Recognize and process -nh.
1850 (print_gdb_help): Mention -nh.
1851 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1852
1853 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1854
1855 PR backtrace/14646
1856 PR gdb/14647
1857 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1858 pc_regnum_from_eax.
1859 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1860 nor pc_regnum_from_eax.
1861 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1862 nor pc_regnum_from_eax.
1863
1864 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 Fix entry values resolving in inlined frames.
1867 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1868 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1869 entries of FRAME.
1870
1871 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1872
1873 * configure.ac: Build with -DMS_WIN64 if building with Python
1874 enabled using GCC on amd64-windows.
1875 * configure: Regenerate.
1876
1877 2012-10-15 Tom Tromey <tromey@redhat.com>
1878
1879 PR python/14635:
1880 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1881 to Py_None.
1882
1883 2012-10-15 Tom Tromey <tromey@redhat.com>
1884
1885 PR python/14634:
1886 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1887
1888 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1889
1890 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1891 reset thread numbering back to 1.
1892
1893 2012-10-11 Doug Evans <dje@google.com>
1894
1895 PR breakpoints/14643.
1896 * linespec.c (struct ls_parser): New member keyword_ok.
1897 (linespec_lexer_lex_string): Add comment.
1898 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1899 for one.
1900 (parse_linespec): Set keyword_ok.
1901
1902 2012-10-10 Doug Evans <dje@google.com>
1903
1904 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1905 "0x" prefix on address in log message.
1906
1907 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1908 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1909 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1910 (lookup_dwo_file): Add const to dwo_name parameter.
1911 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1912
1913 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 Fix crash during stepping on ppc32.
1916 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1917 SYM.
1918
1919 2012-10-03 Doug Evans <dje@google.com>
1920
1921 PR symtab/14601
1922 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1923
1924 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1925
1926 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1927 output and use uint32_t not long to ensure 4 byte size.
1928
1929 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1930
1931 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1932 unref'ed it.
1933
1934 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1935
1936 * target.c (simple_search_memory): Include access length in
1937 warning message.
1938
1939 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1940 Edjunior Machado <emachado@linux.vnet.ibm.com>
1941
1942 PR gdb/13989
1943 * solib.c (solib_find): Prevent GDB from loading native libraries when
1944 debugging a cross-target corefile.
1945
1946 2012-09-28 selven <pcthegreat@gmail.com>
1947
1948 Make definition match declaration.
1949
1950 * regcache.c (regcache_register_status): Change return type to
1951 enum register_status.
1952
1953 2012-09-28 Yao Qi <yao@codesourcery.com>
1954
1955 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1956 write_memory_with_notification instead of write_memory.
1957 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1958 instead of target_write_memory.
1959
1960 2012-09-28 Yao Qi <yao@codesourcery.com>
1961
1962 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1963 when the length of content is not an even number.
1964
1965 2012-09-27 Tom Tromey <tromey@redhat.com>
1966
1967 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1968 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1969
1970 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1971
1972 * sol-thread.c (sol_thread_fetch_registers)
1973 (sol_thread_store_registers): Delete commented out code.
1974
1975 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1976
1977 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1978 Move these functions to sparc-sol-thread.c.
1979 * sparc-sol-thread.c: New file.
1980 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1981 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1982 configurations.
1983 * configure: Regenerate.
1984
1985 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1986
1987 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1988 Remove commented-out code.
1989
1990 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1991
1992 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1993 Enable this code for sparc hosts only.
1994
1995 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1996
1997 * procfs.h (procfs_find_LDT_entry): Add declaration.
1998 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1999 function procfs_find_LDT_entry.
2000
2001 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2002
2003 * procfs.c (proc_get_LDT_entry): Make static.
2004
2005 2012-09-27 Joel Brobecker <brobecker@adacore.com>
2006
2007 * procfs.c (proc_find_memory_regions): Fix declaration.
2008
2009 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2010
2011 * amd64-tdep.c (amd64_return_value): Revert previous change
2012 that used TYPE_LENGTH directly.
2013 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2014 (bfin_store_return_value): Likewise.
2015 * cris-tdep.c (cris_store_return_value): Likewise.
2016 (cris_extract_return_value): Likewise.
2017 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2018 * hppa-tdep.c (hppa64_return_value): Likewise.
2019 * lm32-tdep.c (lm32_store_return_value): Likewise.
2020 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2021 * spu-tdep.c (spu_value_from_register): Likewise.
2022 * vax-tdep.c (vax_return_value): Likewise.
2023
2024 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2025
2026 * gdbtypes.c (lookup_array_range_type): Expand parameters
2027 LOW_BOUND and HIGH_BOUND to LONGEST.
2028 (lookup_string_range_type): Likewise.
2029 * gdbtypes.h (lookup_array_range_type): Likewise.
2030 (lookup_string_range_type): Likewise.
2031 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2032 Expand HIGHBOUND to ssize_t.
2033 (value_string): Likewise.
2034 * value.h (value_cstring): Expand parameter LEN to ssize_t.
2035 (value_string): Likewise.
2036
2037 2012-09-27 Yao Qi <yao@codesourcery.com>
2038
2039 PR breakpoints/13898
2040 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2041 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2042 per breakpoint type.
2043
2044 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
2045
2046 * procfs.c: Add gdb_bfd header.
2047 * rs6000-nat.c: Likewise.
2048 * solib-pa64.c: Likewise.
2049 * spu-linux-nat.c: Likewise.
2050 * windows-nat.c: Likewise.
2051
2052 2012-09-26 Tom Tromey <tromey@redhat.com>
2053
2054 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2055
2056 2012-09-26 Tom Tromey <tromey@redhat.com>
2057
2058 * dwarf2read.c (mark_common_block_symbol_computed): New function.
2059 (read_common_block): Handle child DIEs with
2060 DW_AT_data_member_location.
2061 (new_symbol_full): Add special case for common blocks.
2062
2063 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2064 Tom Tromey <tromey@redhat.com>
2065
2066 * dwarf2read.c (read_common_block): Rewrite.
2067 (new_symbol_full): Handle DW_TAG_common_block.
2068 * f-lang.c (head_common_list, find_common_for_function):
2069 Remove.
2070 * f-lang.h (struct common_entry, struct saved_f77_common,
2071 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2072 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2073 BLANK_COMMON_NAME_LOCAL): Remove.
2074 (struct common_block): New.
2075 * f-valprint.c (list_all_visible_commons): Remove.
2076 (info_common_command_for_block): New function.
2077 (info_common_command): Use it.
2078 * stack.c (iterate_over_block_locals): Special case for
2079 COMMON_BLOCK_DOMAIN.
2080 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2081 constant.
2082 (struct general_symbol_info) <value.common_block>: New field.
2083 (SYMBOL_VALUE_COMMON_BLOCK): New define.
2084
2085 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2086 Tom Tromey <tromey@redhat.com>
2087
2088 * f-lang.c (allocate_saved_bf_node,
2089 allocate_saved_function_node, allocate_saved_f77_common_node,
2090 allocate_common_entry_node, tail_common_list, current_common,
2091 saved_bf_list, saved_bf_list_end, current_head_bf_list,
2092 tmp_bf_ptr, add_common_block, add_common_entry,
2093 find_first_common_named, patch_common_entries,
2094 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2095 global_remote_debug, get_bf_for_fcn, saved_function_list,
2096 saved_function_list_end, clear_function_list, struct saved_fcn,
2097 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2098 SAVED_BF, SAVED_BF_PTR): Remove.
2099 * f-lang.h (tail_common_list, current_common,
2100 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2101 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2102 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2103 real_main_c_value): Remove.
2104 * f-valprint.c (there_is_a_visible_common_named): Remove.
2105
2106 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
2107
2108 * breakpoint.c (update_global_location_list): Ignore previous
2109 duplicate status of a breakpoint when starting a new scan for
2110 duplicate breakpoints.
2111
2112 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
2113 PR breakpoints/14419
2114 * arm-tdep.c (arm_skip_prologue): Extending producer check to
2115 support LLVM compiler.
2116
2117 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2118
2119 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2120 * bfin-tdep.c (bfin_extract_return_value): Likewise.
2121 (bfin_store_return_value): Likewise.
2122 * cris-tdep.c (cris_store_return_value): Likewise.
2123 (cris_extract_return_value): Likewise.
2124 * h8300-tdep.c (h8300_extract_return_value): Likewise.
2125 * hppa-tdep.c (hppa64_return_value): Likewise.
2126 * lm32-tdep.c (lm32_store_return_value): Likewise.
2127 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2128 * spu-tdep.c (spu_value_from_register): Likewise.
2129 * vax-tdep.c (vax_return_value): Likewise.
2130
2131 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2132
2133 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2134 parameter LEN to ssize_t.
2135
2136 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2137
2138 * ada-valprint.c (ada_val_print_1): Eliminate single-use
2139 variable LEN.
2140 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2141 directly.
2142 (alpha_store_return_value): Likewise.
2143 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2144 (amd64_push_arguments): Likewise.
2145 * ax-gdb.c (gen_trace_static_fields): Likewise.
2146 (gen_traced_pop): Likewise.
2147 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2148 * breakpoint.c (update_watchpoint): Likewise.
2149 * findcmd.c (parse_find_args): Use local variable for type
2150 instead of length.
2151 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2152 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2153 (h8300_store_return_value): Likewise.
2154 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2155 Use i386_darwin_arg_type_alignment directly.
2156 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2157 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2158 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2159 (m68hc11_extract_return_value): Likewise.
2160 * mep-tdep.c (mep_push_dummy_call): Likewise.
2161 * printcmd.c (float_type_from_length): Likewise.
2162 * s390-tdep.c (s390_value_from_register): Likewise.
2163 * stack.c (read_frame_arg): Likewise.
2164 * tracepoint.c (encode_actions_1): Likewise.
2165 * valops.c (value_fetch_lazy): Use local variable for type
2166 instead of length. Use TYPE_LENGTH directly.
2167 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2168
2169 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2170
2171 * symtab.c (skip_prologue_sal): Fix typo in comment.
2172
2173 2012-09-25 Joel Brobecker <brobecker@adacore.com>
2174
2175 * linespec.c (create_sals_line_offset): Fix typo in comment.
2176
2177 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
2178
2179 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2180 use plongest to print the array size.
2181
2182 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2183
2184 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2185 * p-valprint.c (pascal_type_print_base): Likewise.
2186
2187 2012-09-22 Yao Qi <yao@codesourcery.com>
2188
2189 * remote.c (remote_get_trace_status): Remove setting default
2190 values of fields of 'ts'.
2191
2192 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2193
2194 Fix internal error on canonicalization of clang types.
2195 * cp-name-parser.y (operator): New comment at make_operator call for
2196 new, delete, new[] and delete[].
2197 (exp): Use "sizeof ". Add new comment at make_operator call.
2198
2199 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 Fix disassemble without parameters in tailcall frame.
2202 * cli/cli-cmds.c (disassemble_current_function): Use
2203 get_frame_address_in_block.
2204
2205 2012-09-21 Tom Tromey <tromey@redhat.com>
2206
2207 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2208 TYPE_CODE_UNION>: Unify, removing a goto.
2209
2210 2012-09-21 Tom Tromey <tromey@redhat.com>
2211
2212 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2213
2214 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
2215
2216 * findvar.c (read_frame_register_value): Mark the result value as
2217 optimized out if any of the input registers have been optimized out.
2218
2219 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
2220
2221 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2222
2223 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
2224
2225 * eval.c (evaluate_subexp_standard): Eliminate single-use
2226 variable LOWER.
2227
2228 2012-09-21 Yao Qi <yao@codesourcery.com>
2229
2230 * mi/mi-interp.c: Declare mi_record_changed.
2231 (mi_interpreter_init): Call observer_attach_record_changed.
2232 (mi_record_changed): New.
2233 * record.c (record_open): Call observer_notify_record_changed.
2234 (cmd_record_stop): Call observer_notify_record_changed.
2235 * NEWS: Mention it.
2236
2237 2012-09-20 Tom Tromey <tromey@redhat.com>
2238
2239 * NEWS: Update.
2240 * python/python.c (finalize_python): New function.
2241 (_initialize_python): Make a final cleanup.
2242
2243 2012-09-19 Doug Evans <dje@google.com>
2244
2245 * buildsym.h (param_symbols): Delete, unused.
2246 (context_stack): Delete member "params", unused.
2247 * buildsym.c (push_context): Update.
2248 * dwarf2read.c (read_func_scope): Update.
2249
2250 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
2251
2252 * sh-tdep.c (sh_register_convert_to_virtual)
2253 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
2254 all callers. Just do a memcpy if not the little-endian case.
2255
2256 * h8300-tdep.c (h8300_gdbarch_init): Invoke
2257 set_gdbarch_double_format and set_gdbarch_long_double_format.
2258 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2259 set_gdbarch_double_format.
2260 * sh-tdep.c (sh_gdbarch_init): Likewise.
2261
2262 * NEWS: Document the removal of SH's 'regs' command.
2263 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2264 command.
2265
2266 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2267
2268 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2269 `jump'.
2270
2271 2012-09-18 Joel Brobecker <brobecker@adacore.com>
2272
2273 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2274 language when iterating over symbols.
2275
2276 2012-09-18 Yao Qi <yao@codesourcery.com>
2277
2278 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2279 (mi_interpreter_init): Call observer_attach_tsv_created and
2280 observer_attach_tsv_deleted.
2281 (mi_tsv_created, mi_tsv_deleted): New.
2282 * tracepoint.c (delete_trace_state_variable): Call
2283 observer_notify_tsv_deleted.
2284 (trace_variable_command): Call observer_notify_tsv_created.
2285 (delete_trace_variable_command): Call
2286 observer_notify_tsv_deleted.
2287 (create_tsv_from_upload): Call observer_notify_tsv_created.
2288 * NEWS: Mention it.
2289
2290 2012-09-18 Yao Qi <yao@codesourcery.com>
2291
2292 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2293 if traceframe changed.
2294 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2295 "trace-find".
2296 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2297 (mi_interpreter_init): Hook mi_traceframe_changed to observer
2298 'traceframe_changed'.
2299 (mi_traceframe_changed): New.
2300 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2301 New field.
2302 * NEWS: Mention the new MI notification.
2303
2304 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
2305
2306 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2307
2308 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2311 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
2312 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2313 Extend code also for PaX support. Convert all gdb_assert to warning
2314 calls.
2315
2316 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2317
2318 Implement auto-load user conveniences suggested by Doug Evans.
2319 * auto-load.c: Include top.h.
2320 (file_is_auto_load_safe): New variable advice_printed. Print advice.
2321 (_initialize_auto_load): New variable scripts_directory_help. Mention
2322 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2323 scripts-directory. Document in online help one can use also files for
2324 set auto-load safe-path.
2325 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2326 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2327
2328 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2329
2330 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2331 of LEN.
2332
2333 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2334
2335 * m2-valprint.c (m2_print_array_contents): Eliminate variable
2336 ELTLEN and use TYPE_LENGTH directly.
2337 (m2_val_print): Likewise.
2338 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2339 variable LEN and use TYPE_LENGTH directly.
2340 (m68k_svr4_store_return_value): Likewise.
2341 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2342 ARGLEN and use TYPE_LENGTH directly.
2343 (mips_o64_push_dummy_call): Likewise.
2344 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2345 variable LENGTH and use TYPE_LENGTH directly.
2346 (s390_function_arg_float): Likewise.
2347 (s390_function_arg_integer): Likewise.
2348 (s390_push_dummy_call): Likewise.
2349 (s390_return_value_convention): Likewise.
2350 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2351 TYPE_LENGTH directly.
2352
2353 2012-09-17 Yao Qi <yao@codesourcery.com>
2354
2355 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2356 Update comment to add_setshow_integer_cmd.
2357 * cli/cli-setshow.c (do_set_command): Handle case
2358 'var_zuinteger_unlimited'.
2359 (do_show_command): Likewise.
2360 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2361 for command 'remotetimeout'.
2362 * command.h (enum var_types): New zuinteger_unlimited. Update comment
2363 to var_integer.
2364 * source.c (_initialize_source): Call
2365 add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2366
2367 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
2368
2369 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2370 variable LEN.
2371
2372 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2373
2374 PR 14119
2375 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2376 (frame_pop): Drop also TAILCALL_FRAME frames.
2377 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2378
2379 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2380 Pedro Alves <palves@redhat.com>
2381
2382 PR 14548
2383 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2384 function start if we are already at function start. Both for
2385 reverse-next and for reverse-step into function without line number
2386 info.
2387
2388 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 Code cleanup - rename 'inline' depth to 'artificial' depth.
2391 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2392 frame_id_artificial_p, extend the comment.
2393 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2394 * frame.c (fprint_frame_id): Rename at a user, change debug output
2395 text to "artificial=".
2396 (skip_inlined_frames): Rename to ...
2397 (skip_artificial_frames): ... here. Extend the comment.
2398 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2399 (frame_id_inlined_p): Rename to ...
2400 (frame_id_artificial_p): ... here. Rename at a user.
2401 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2402 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2403 at a user.
2404 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2405 Extend the comment.
2406 (frame_id_inlined_p): Rename to ...
2407 (frame_id_artificial_p): ... here.
2408 * inline-frame.c (inline_frame_this_id): Rename at a user.
2409
2410 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
2411
2412 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2413 vector variables using vector_size syntax rather than array
2414 syntax.
2415
2416 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2417
2418 * valarith.c (value_concat): Replace unsafe ALLOCA with
2419 XMALLOC/XFREE.
2420
2421 2012-09-14 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2424
2425 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
2426
2427 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2428 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2429 data-directory as appropriate.
2430
2431 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2432
2433 * printcmd.c (ui_printf): Eliminate single-use variable
2434 PARAM_LEN.
2435
2436 2012-09-14 Yao Qi <yao@codesourcery.com>
2437 Pedro Alves <palves@redhat.com>
2438
2439 * valops.c (value_assign): Move observer_notify_target_changed
2440 below to replace reinit_frame_cache.
2441
2442 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
2443
2444 Refactor Python "gdb" module into a proper Python package, by
2445 introducing a new "_gdb" module for code implemented in C, and
2446 using reload/__import__ instead of exec.
2447 * python/lib/gdb/__init__.py: Import * from _gdb.
2448 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2449 prompt_hook, sys.argv): Moved from finish_python_initialization.
2450 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2451 (packages, auto_load_packages): New list and function replacing
2452 module_dict and auto-loading code, using __file__ instead of
2453 gdb.PYTHONDIR and reload/__import__ instead of exec.
2454 (GdbSetPythonDirectory): Replacing function of the same name
2455 from finish_python_initialization, using reload/__import__ instead
2456 of exec, as well as call auto_load_packages.
2457 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2458 gdb_python_module and not gdb_module.
2459 * python/python-internal.h (gdb_python_module): Declare.
2460 * python/python.c (gdb_python_module): New global.
2461 (before_prompt_hook): Check gdb_python_module and not gdb_module.
2462 (_initialize_python): Rename gdb module to _gdb.
2463 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2464 (finish_python_initialization): Move Python code to
2465 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2466 __main__.
2467
2468 2012-09-13 Pedro Alves <palves@redhat.com>
2469
2470 * Makefile.in (COMMON_OBS): Add registry.o.
2471 * registry.c: New file.
2472 * registry.h (struct registry_container): Declare.
2473 (registry_data_callback): New typedef.
2474 (struct registry_data, struct registry_data_registration, struct
2475 registry_data_registry): New type.
2476 (register_data_with_cleanup, registry_alloc_data)
2477 (registry_callback_adaptor, registry_clear_data)
2478 (registry_container_free_data, registry_set_data, registry_data):
2479 Declare.
2480 (DEFINE_REGISTRY): Refactor structures and functions as shims over
2481 the new common structures and functions.
2482 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
2483 callback typedefs.
2484
2485 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
2486
2487 * remote.c (remote_insert_hw_breakpoint): Throw exception if
2488 there is an error inserting hardware breakpoints and use the
2489 error message from the target.
2490
2491 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2492 Catch this exception and print the error message contained within.
2493 Do not print the default hardware error breakpoint message in this
2494 case.
2495
2496 2012-09-12 Doug Evans <dje@google.com>
2497
2498 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2499 cu == NULL.
2500
2501 2012-09-11 Doug Evans <dje@google.com>
2502
2503 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2504 .gdb_index symbol attributes if there are none.
2505
2506 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2507
2508 * symtab.h (struct minimal_symbol) [has_size]: New field.
2509 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2510 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2511 * printcmd.c (build_address_symbolic): Only filter out zero-sized
2512 minimal symbols if the symbol's size is actually known.
2513 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2514 of msymbol's size field. Add comment.
2515 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2516 SET_MSYMBOL_SIZE to set the minimal symbol size.
2517
2518 2012-09-11 Joel Brobecker <brobecker@adacore.com>
2519
2520 * minsyms.c (install_minimal_symbols): Use memset to fill entire
2521 minimal_symbol struct object, rather than setting some of its
2522 fields one by one.
2523
2524 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
2525
2526 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2527 passed_a_ptr flag when displaying typedef types.
2528
2529 2012-09-10 Joel Brobecker <brobecker@adacore.com>
2530
2531 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2532 the optimized_out flag is preserved.
2533
2534 2012-09-10 Anthony Green <green@moxielogic.com>
2535
2536 * moxie-tdep.c (moxie_analyze_prologue): Update for function
2537 prologue changes in GCC.
2538
2539 2012-09-10 Keith Seitz <keiths@redhat.com>
2540
2541 PR gdb/13483
2542 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2543 (BOOL_CONVERSION_BADNESS): ... this.
2544 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2545 (rank_one_type): Allow all boolean conversions
2546 permitted by the standard.
2547
2548 2012-09-06 Tom Tromey <tromey@redhat.com>
2549
2550 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2551 Don't decref py_objfile.
2552
2553 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
2554
2555 Do not enable -lmcheck by default when Python is enabled with
2556 threading support.
2557 * configure.ac: (python_has_threads) New variable, by testing
2558 if WITH_THREAD is defined in Python.h.
2559 Move --enable-lmcheck after --with-python.
2560 Do not enable -lmcheck by default if python_has_threads=yes.
2561 Warn if --enable-lmcheck and python_has_threads=yes.
2562 * configure: Regenerate.
2563
2564 2012-08-31 Yao Qi <yao@codesourcery.com>
2565
2566 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2567 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2568 Update some commands.
2569 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2570 * mi/mi-main.c (mi_cmd_execute): Set
2571 '*parse->cmd->suppress_notification' to 1.
2572
2573 2012-08-31 Yao Qi <yao@codesourcery.com>
2574
2575 * mi/mi-cmds.c (mi_cmds): Add 'static'.
2576
2577 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
2578
2579 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2580
2581 2012-08-29 Doug Evans <dje@google.com>
2582
2583 * main.c (print_gdb_help): Remove reference to
2584 --use-deprecated-index-sections.
2585
2586 2012-08-28 Yao Qi <yao@codesourcery.com>
2587
2588 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2589 (init_cmds): Call add_setshow_uinteger_cmd for command
2590 'max-user-call-depth'.
2591 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2592 declaration of 'max_user_call_depth'.
2593 * frame.c (backtrace_limit): Add 'unsigned'.
2594 (_initialize_frame): Call add_setshow_uinteger_cmd for command
2595 'limit'.
2596 * remote.c (remoteaddresssize): Add 'unsigned'.
2597 (remote_address_masked): Change local var 'address_size' to
2598 'unsigned'.
2599 (_initialize_remote): Call add_setshow_uinteger_cmd for
2600 'remoteaddresssize'.
2601 * top.c (history_size): Add 'unsigned'.
2602 (show_commands): Change local variables to 'unsigned'.
2603 (set_history_size_command): Don't check history_size is negative.
2604 Adjust the condition to call unstifle_history and set history_size
2605 to UNIT_MAX.
2606
2607 2012-08-28 Pedro Alves <palves@redhat.com>
2608
2609 PR gdb/14428
2610
2611 * infcmd.c (default_print_one_register_info): New, factored out
2612 from default_print_registers_info.
2613 (default_print_registers_info): Use it. Mark value unavailable if
2614 necessary.
2615 (registers_info): Print user registers with
2616 default_print_one_register_info.
2617
2618 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
2619
2620 PR tui/14486
2621 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2622 is not NULL before referencing it.
2623
2624 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2625
2626 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2627 variable pc. Call find_pc_line instead of find_pc_overlay, restore
2628 original PC for it.
2629
2630 2012-08-27 Eli Zaretskii <eliz@gnu.org>
2631 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * auto-load.c (auto_load_objfile_script): Rename to ...
2634 (auto_load_objfile_script_1): ... here, change variable realname to
2635 parameter realname, document it, add return value, add variable retval.
2636 (auto_load_objfile_script): New function.
2637
2638 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2641 followed by a whitespace.
2642
2643 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 PR gdb/14494.
2646 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2647 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2648 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2649 here.
2650
2651 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
2652
2653 * memattr.c (create_mem_region): Fix memory region overlapping
2654 checking.
2655
2656 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
2657
2658 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2659 with xmalloc/cleanup.
2660 * mt-tdep.c (mt_push_dummy_call): Likewise.
2661 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2662 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2663
2664 2012-08-24 Yao Qi <yao@codesourcery.com>
2665
2666 * jv-exp.y (push_expression_name): Add "." at the end of error
2667 message.
2668
2669 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
2670
2671 Document how to return from "python-interactive" to GDB.
2672 * python/python.c (_initialize_python): Update documentation.
2673
2674 2012-08-23 Pedro Alves <palves@redhat.com>
2675
2676 * infrun.c (_initialize_infrun) <handle command help text>:
2677 Mention that multiple signals are supported.
2678
2679 2012-08-23 Pedro Alves <palves@redhat.com>
2680
2681 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2682 string.
2683
2684 2012-08-23 Yao Qi <yao@codesourcery.com>
2685
2686 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2687 (tfind_1): Don't call registers_changed, set_traceframe_num,
2688 and clear_traceframe_info.
2689 Call set_current_traceframe.
2690 (set_current_traceframe): call set_traceframe_num.
2691
2692 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
2693
2694 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2695 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2696
2697 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2698
2699 Enable readline in Python in a GDB-specific way and block the
2700 standard Python readline module to prevent conflicts with GDB.
2701 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2702 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2703 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2704 * python/py-gdb-readline.c: New file.
2705 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2706 prototype.
2707 * python/python.c (_initialize_python): Call
2708 gdbpy_initialize_gdb_readline.
2709
2710 2012-08-22 Keith Seitz <keiths@redhat.com>
2711
2712 * defs.h: Include build-gnulib/config.h
2713
2714 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2715
2716 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2717 and blx pc.
2718
2719 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2720
2721 Add a new "python-interactive" command that starts a standard
2722 Python interactive prompt with "pi" as alias, and add "py" as
2723 an alias to "python".
2724 * NEWS: Mention the new commands.
2725 * python/python.c (eval_python_command): New function.
2726 (python_interactive_command): For "python-interactive" with
2727 arguments, call eval_python_command. For "python-interactive"
2728 without arguments, call PyRun_InteractiveLoop.
2729 (_initialize_python): Add "python-interactive" command with
2730 "pi" as alias, and add "py" as an alias to "python".
2731
2732 2012-08-22 Tom Tromey <tromey@redhat.com>
2733
2734 * defs.h (quit_flag): Don't declare.
2735 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2736 (QUIT): Use new functions.
2737 * event-top.c (command_handler): Use clear_quit_flag.
2738 (handle_sigint): Use set_quit_flag.
2739 (async_request_quit): Use check_quit_flag. Don't check
2740 immediate_quit.
2741 * exceptions.c (throw_exception): Use clear_quit_flag.
2742 * main.c (captured_main): Use clear_quit_flag.
2743 * python/python.c (clear_quit_flag, set_quit_flag)
2744 (check_quit_flag): New functions.
2745 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2746 clear_quit_flag.
2747 * remote.c (remote_wait_as): Use check_quit_flag,
2748 clear_quit_flag.
2749 (remote_start_remote): Call QUIT.
2750 * symfile.c (load_progress): Use check_quit_flag.
2751 * top.c (command_loop): Use clear_quit_flag.
2752 (command_line_input): Call QUIT.
2753 * utils.c (quit_flag): Conditionally define.
2754 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2755 functions.
2756 (prompt_for_continue): Call QUIT. Use quit, not
2757 async_request_quit.
2758 * remote-mips.c (mips_expect_timeout): Call QUIT.
2759 * monitor.c (monitor_expect): Call QUIT.
2760
2761 2012-08-22 Tom Tromey <tromey@redhat.com>
2762
2763 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2764 (async_init_signals): Update.
2765 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2766 (SIGWINCH_HANDLER_BODY): Remove.
2767
2768 2012-08-22 Tom Tromey <tromey@redhat.com>
2769
2770 * jit.c (jit_object_close_impl): Don't malloc the objfile
2771 name.
2772 * objfiles.c (allocate_objfile): Don't malloc the objfile
2773 name.
2774 (free_objfile): Don't free the objfile name.
2775 * objfiles.h (struct objfile) <name>: Update comment.
2776 * symfile.c (reread_symbols): Fix reference counting. Don't
2777 malloc objfile name.
2778
2779 2012-08-22 Tom Tromey <tromey@redhat.com>
2780
2781 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2782 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2783 (symfile_bfd_open): Likewise.
2784 (generic_load): Likewise.
2785 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2786 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2787 gdb_bfd_open.
2788 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2789 Use gdb_bfd_open.
2790 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2791 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2792 (pmon_load_fast): Likewise.
2793 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2794 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2795 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2796 (macho_check_dsym): Likewise.
2797 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2798 (m32r_upload_command): Likewise.
2799 * gdb_bfd.h (gdb_bfd_cache): Declare.
2800 * gdb_bfd.c (struct gdb_bfd_data): New.
2801 (gdb_bfd_cache): New global.
2802 (struct gdb_bfd_cache_search): New.
2803 (hash_bfd): New function.
2804 (eq_bfd): Likewise.
2805 (gdb_bfd_open): Likewise.
2806 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2807 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2808 gdb_bfd_data.
2809 * exec.c (exec_file_attach): Use gdb_bfd_open.
2810 * dsrec.c (load_srec): Use gdb_bfd_open.
2811
2812 2012-08-22 Tom Tromey <tromey@redhat.com>
2813
2814 * dwarf2read.c (macro_start_file): Update.
2815 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2816 (free_objfile_per_bfd_storage): Destroy macro_cache.
2817 (allocate_objfile, free_objfile): Update.
2818 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2819 New field.
2820 (struct objfile) <macro_cache>: Remove.
2821 * symfile.c (reread_symbols): Update.
2822 * symmisc.c (print_symbol_bcache_statistics): Update.
2823 (print_objfile_statistics): Update.
2824
2825 2012-08-22 Tom Tromey <tromey@redhat.com>
2826
2827 * elfread.c (elf_symtab_read): Update.
2828 * objfiles.c (objfiles_bfd_data): New global.
2829 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2830 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2831 (allocate_objfile, free_objfile): Update.
2832 (_initialize_objfiles): Initialize objfiles_bfd_data.
2833 * objfiles.h (struct objfile_per_bfd_storage): New.
2834 (struct objfile) <per_bfd>: New field.
2835 <filename_cache>: Remove.
2836 (set_objfile_per_bfd): Declare.
2837 * symfile.c (reread_symbols): Update. Call
2838 set_objfile_per_bfd.
2839 (allocate_symtab): Update.
2840 * symmisc.c (print_symbol_bcache_statistics): Update.
2841 (print_objfile_statistics): Print the size of the BFD obstack.
2842
2843 2012-08-22 Tom Tromey <tromey@redhat.com>
2844
2845 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2846 * gdb_bfd.c: Use DEFINE_REGISTRY.
2847 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2848 (gdb_bfd_ref): Call bfd_alloc_data.
2849 (gdb_bfd_unref): Call bfd_free_data.
2850
2851 2012-08-22 Tom Tromey <tromey@redhat.com>
2852
2853 * registry.h (struct registry_fields): New.
2854 (REGISTRY_FIELDS): Redefine.
2855 (REGISTRY_ACCESS_FIELD): New macro.
2856 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2857 functions.
2858
2859 2012-08-22 Tom Tromey <tromey@redhat.com>
2860
2861 * auto-load.c (_initialize_auto_load): Update.
2862 * solib-svr4.c (_initialize_svr4_solib): Update
2863 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2864 * solib-darwin.c (_initialize_darwin_solib): Update.
2865 * registry.h: New file.
2866 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2867 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2868 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2869 (register_program_space_data_with_cleanup)
2870 (register_program_space_data, program_space_alloc_data)
2871 (clear_program_space_data, set_program_space_data)
2872 (program_space_data): Don't declare.
2873 * progspace.c: Use DEFINE_REGISTRY.
2874 (struct program_space_data, struct
2875 program_space_data_registration, struct
2876 program_space_data_registry, program_space_data_registry)
2877 (register_program_space_data_with_cleanup)
2878 (register_program_space_data, program_space_alloc_data)
2879 (program_space_free_data, clear_program_space_data)
2880 (set_program_space_data, program_space_data): Remove.
2881 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2882 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2883 (register_objfile_data_with_cleanup, register_objfile_data)
2884 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2885 declare.
2886 * objfiles.c: Use DEFINE_REGISTRY.
2887 (struct objfile_data, struct objfile_data_registration, struct
2888 objfile_data_registry, objfile_data_registry)
2889 (register_objfile_data_with_cleanup, register_objfile_data)
2890 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2891 (set_objfile_data, objfile_data): Remove.
2892 (_initialize_objfiles): Update.
2893 * jit.c (_initialize_jit): Update.
2894 * inflow.c (_initialize_inflow): Update.
2895 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2896 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2897 (register_inferior_data_with_cleanup, register_inferior_data)
2898 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2899 declare.
2900 * inferior.c: Use DEFINE_REGISTRY.
2901 (struct inferior_data, struct inferior_data_registration, struct
2902 inferior_data_registry, inferior_data_registry)
2903 (register_inferior_data_with_cleanup, register_inferior_data)
2904 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2905 (set_inferior_data, inferior_data): Remove.
2906 * auxv.c (_initialize_auxv): Update.
2907 * ada-lang.c (_initialize_ada_language): Update.
2908 * breakpoint.c (_initialize_breakpoint): Update.
2909 * i386-nat.c (i386_use_watchpoints): Update.
2910
2911 2012-08-22 Tom Tromey <tromey@redhat.com>
2912
2913 * exec.c (exec_close, exec_file_attach): Update.
2914 (add_to_section_table): Initialize 'key' field.
2915 (add_target_sections, remove_target_sections): Add 'key' argument.
2916 * exec.h (add_target_sections, remove_target_sections): Add
2917 'key' argument.
2918 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2919 (reload_shared_libraries_1): Update.
2920 * target.h (struct target_section) <key>: New field.
2921
2922 2012-08-22 Tom Tromey <tromey@redhat.com>
2923
2924 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2925
2926 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2927
2928 * symfile.c (allocate_symtab): Use host_address_to_string
2929 function instead of cast of pointer to long which is not
2930 compatible with x86_64-w64-mingw32 build.
2931
2932 2012-08-19 Andrew Pinski <apinski@cavium.com>
2933
2934 * mips-tdep.c (is_octeon): New function.
2935 (is_octeon_bbit_op): New function.
2936 (mips32_next_pc): Handle Octeon's bbit instructions.
2937 (mips32_instruction_has_delay_slot): Likewise.
2938
2939 2012-08-19 Andrew Pinski <apinski@cavium.com>
2940
2941 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2942 before the function.
2943
2944 2012-08-19 Andrew Pinski <apinski@cavium.com>
2945
2946 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2947
2948 2012-08-19 Keith Seitz <keiths@redhat.com>
2949
2950 PR c++/14365
2951 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2952 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2953
2954 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2955
2956 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2957 The typo broke "make TAGS".
2958
2959 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2960
2961 GDB 7.5 released.
2962
2963 2012-08-17 Keith Seitz <keiths@redhat.com>
2964
2965 PR c++/13356
2966 * gdbtypes.c (strict_type_checking): New variable.
2967 (show_strict_type_checking): New function.
2968 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2969 if strict type checking is disabled.
2970 (_initialize_gdbtypes): Add "check type" subcommand.
2971 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2972
2973 2012-08-17 Keith Seitz <keiths@redhat.com>
2974
2975 * language.h (type_mode): Remove.
2976 (type_check): Remove.
2977 (struct language_defn): Remove la_type_check.
2978 (STRICT_TYPE): Remove unused macro.
2979 (type_error): Remove.
2980 * language.c (set_type_range_case): Renamed to ...
2981 (set_range_case): ... this. Update all callers.
2982 Remove type_mode/type_check.
2983 (type_mode): Remove.
2984 (type_check): Remove.
2985 (show_type_command): Remove.
2986 (set_type_command): Remove.
2987 (language_info): Remove type checking output.
2988 (type_error): Remove unused function.
2989 (range_error): Update comment.
2990 (unknown_language_defn): Remove la_type_check.
2991 (auto_language_defn): Likewise.
2992 (local_language_defn): Likewise.
2993 (_initialize_language): Remove "check type" subcommand.
2994 * ada-lang.c (ada_language_defn): Remove la_type_check.
2995 * c-lang.c (c_language_defn): Likewise.
2996 (cplus_language_defn): Likewise.
2997 (asm_language_defn): Likewise.
2998 (minimal_language_defn): Likewise.
2999 * d-lang.c (d_language_defn): Likewise.
3000 * f-lang.c (f_language_defn): Likewise.
3001 * go-lang.c (go_language_defn): Likewise.
3002 * jv-lang.c (java_language_defn): Likewise.
3003 * m2-lang.c (m2_language_defn): Likewise.
3004 * objc-lang.c (objc_language_defn): Likewise.
3005 * opencl-lang.c (opencl_language_defn): Likewise.
3006 * p-lang.c (pascal_language_defn): Likewise.
3007
3008 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3009
3010 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3011
3012 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3013
3014 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3015 New function.
3016 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3017 using the regache. Use ia64_hpux_get_register_from_save_state_t
3018 to access the bsp and bspstore registers if not.
3019
3020 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3021
3022 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3023 * breakpoint.c (detach_breakpoints): Change pid parameter into
3024 a ptid. Adjust code accordingly.
3025 * infrun.c (handle_inferior_event): Delete variable child_pid.
3026 Update call to detach_breakpoints to pass the child ptid for
3027 fork events.
3028 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3029 assert that inferior_ptid's lwp is zero.
3030 (linux_handle_extended_wait): Update call to detach_breakpoints.
3031 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3032 detach_breakpoints.
3033
3034 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3035
3036 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3037 parent, only call detach_breakpoints if tts.tts_event ==
3038 TTEVT_VFORK.
3039
3040 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3041
3042 * dwarf2-frame.c (dwarf2_frame_cache): Use
3043 get_frame_address_in_block instead of get_frame_pc as
3044 the bound for executing the frame's FDE.
3045
3046 2012-08-16 Yao Qi <yao@codesourcery.com>
3047
3048 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3049 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3050 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3051 (c_type_print_varspec_suffix): Likewise.
3052 * eval.c (evaluate_subexp_standard): Likewise.
3053 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3054 (f_type_print_varspec_suffix): Likewise.
3055 * gdbtypes.c (is_scalar_type): Likewise.
3056 (recursive_dump_type): Likewise.
3057 * infcall.c (value_arg_coerce): Likewise.
3058 * m2-valprint.c (m2_val_print): Likewise.
3059 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3060 (pascal_type_print_varspec_suffix): Likewise.
3061 (pascal_type_print_base): Likewise.
3062 * p-valprint.c (pascal_val_print): Likewise.
3063 (pascal_val_print): Likewise.
3064 * valops.c (value_slice): Likewise.
3065 * valprint.c (scalar_type_p): Likewise.
3066 * valarith.c (value_bitstring_subscript): Remove.
3067 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3068 Remove comment on TYPE_CODE_BITSTRING.
3069
3070 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3071 TYPE_CODE_BITSTRING.
3072
3073 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3074 slot 0.
3075
3076 2012-08-16 Yao Qi <yao@codesourcery.com>
3077
3078 * tracepoint.c (trace_find_none_command): Remove.
3079 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3080
3081 2012-08-16 Yao Qi <yao@codesourcery.com>
3082
3083 * remote.c (handle_notification): Remove parameter 'length'.
3084 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3085
3086 2012-08-15 Keith Seitz <keiths@redhat.com>
3087
3088 * gdbtypes.c (opaque_type_resolution): Make static.
3089 Add missing comment.
3090 (overload_debug): Add missing comment.
3091 (show_opaque_type_resolution): Likewise.
3092 (show_overload_debug): Likewise.
3093 (print_bit_vector): Remove unnecessary forward declaration.
3094 (print_arg_types): Likewise.
3095 (dump_fn_fieldlists): Likewise.
3096 (print_cplus_stuff): Likewise.
3097
3098 2012-08-15 Tom Tromey <tromey@redhat.com>
3099
3100 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3101 (gdb_bfd_ref): Initialize new field.
3102 (gdb_bfd_unref): Unref the archive BFD.
3103 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3104 parent archive.
3105
3106 2012-08-15 Tom Tromey <tromey@redhat.com>
3107
3108 PR python/14387:
3109 * python/py-bpevent.c (create_breakpoint_event_object): Update
3110 comment.
3111 * python/py-event.c (evpy_add_attribute): Update comment.
3112 * python/py-exitedevent.c (create_exited_event_object): Fix
3113 reference counting and error handling.
3114 * python/py-newobjfileevent.c (create_new_objfile_event_object):
3115 Fix reference counting.
3116 * python/py-signalevent.c (create_signal_event_object): Fix
3117 reference counting and error handling.
3118 * python/py-stopevent.c (emit_stop_event): Fix reference
3119 counting.
3120 * python/py-threadevent.c (get_event_thread): Return a
3121 borrowed reference.
3122 * python/py-type.c (convert_field): Fix reference counting.
3123
3124 2012-08-15 Tom Tromey <tromey@redhat.com>
3125
3126 * dwarf2read.c (dwarf_decode_macro_bytes)
3127 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3128 as hash key.
3129
3130 2012-08-14 Mike Frysinger <vapier@gentoo.org>
3131
3132 * infcmd.c (_initialize_infcmd): Update help text for the signal,
3133 stepi, nexti, finish, next, step, jump, and continue commands.
3134 * infrun.c (_initialize_infrun): Update help text for the handle
3135 command.
3136
3137 2012-08-14 Doug Evans <dje@google.com>
3138
3139 * gdbtypes.c (struct extra): Delete, unused.
3140
3141 * gdbtypes.c: Whitespace cleanup.
3142 (address_space_name_to_int): Remove "extern" from definition.
3143 (_initialize_gdbtypes): Declare with initialize_file_ftype.
3144
3145 * gdbtypes.c (make_pointer_type): Remove redundant setting of
3146 TYPE_POINTER_TYPE (type).
3147
3148 2012-08-14 Gary Benson <gbenson@redhat.com>
3149
3150 * solib-svr4.c (svr4_free_library_list): Use free_so.
3151
3152 2012-08-13 Mike Frysinger <vapier@gentoo.org>
3153
3154 * .gitignore: Add go-exp.c.
3155
3156 2012-08-13 Doug Evans <dje@google.com>
3157
3158 * value.c (show_convenience): Tweak comment.
3159 (_initialize_values): Mention convenience functions in the help text
3160 for "show convenience".
3161
3162 2012-08-13 Yao Qi <yao@codesourcery.com>
3163
3164 * std-operator.def: Remove TERNOP_SLICE_COUNT.
3165 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3166 TERNOP_SLICE_COUNT.
3167 * eval.c (evaluate_subexp_standard): Likewise.
3168 * expprint.c (print_subexp_standard): Likewise.
3169 (dump_subexp_body_standard): Likewise.
3170 * parse.c (operator_length_standard): Likewise.
3171
3172 2012-08-13 Yao Qi <yao@codesourcery.com>
3173
3174 * std-operator.def: Remove OP_BITSTRING.
3175 * breakpoint.c (watchpoint_exp_is_const): Update.
3176 * eval.c (evaluate_subexp_standard): Remove handling to
3177 OP_BITSTRING.
3178 * expprint.c (print_subexp_standard): Likewise.
3179 (dump_subexp_body_standard): Likewise.
3180 * parse.c (operator_length_standard): Likewise.
3181 * valops.c (value_bitstring): Remove.
3182 * value.h: Remove the declaration of 'value_bitstring'.
3183
3184 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3185
3186 * linespec.c (find_methods): Remove unused variables `i1' and
3187 `name_len'.
3188 (decode_line_full): Likewise for `arg_start'.
3189
3190 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
3191
3192 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3193 (zlib_decompress_section): Likewise for `section_data'.
3194 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3195
3196 2012-08-10 Doug Evans <dje@google.com>
3197
3198 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3199 * NEWS: Document them.
3200 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3201 function/strfns.py.
3202 * python/py-type.c (typy_array_1): New function.
3203 (typy_array): Call it.
3204 (typy_vector): New function.
3205 (type_object_methods): Add "vector".
3206 * python/lib/gdb/function/__init__.py: New file.
3207 * python/lib/gdb/function/strfns.py: New file.
3208
3209 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3210
3211 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3212 for TYPE_FIELD_BITPOS.
3213 (typy_get_sizeof): Likewise for TYPE_LENGTH.
3214
3215 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3216
3217 PR cli/10436:
3218 * common/vec.h (VEC_merge): Define.
3219 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3220 (DEF_VEC_ALLOC_FUNC_P): Likewise.
3221 (DEF_VEC_ALLOC_FUNC_O): Likewise.
3222 * completer.c: Include gdb_signals.h.
3223 (signal_completer): Define.
3224 * completer.h (signal_completer): Add prototype.
3225 * infcmd.c (_initialize_infcmd): Assign the command
3226 completer for "signal" to handle_completer.
3227 * infrun.c: Include completer.h.
3228 (handle_completer): Define.
3229 (_initialize_infrun): Declare a new local variable c. Store the
3230 result of add_com("handle") to it. Assign the command
3231 completer for "handle" to handle_completer.
3232
3233 2012-08-09 Yao Qi <yao@codesourcery.com>
3234
3235 * cli/cli-decode.c (set_cmd_prefix): New.
3236 (lookup_cmd_for_prefixlist): New.
3237 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3238 of each cmd_list_element in *prefixlist.
3239 (add_setshow_cmd_full): set_cmd_prefix.
3240 (add_alias_cmd): Likewise.
3241 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3242 Declare 'auto_boolean_enums'.
3243 * cli/cli-setshow.c: Include "observer.h".
3244 (notify_command_param_changed_p): New.
3245 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3246 Remove 'static'.
3247 (do_setshow_command): Split it to ...
3248 (do_set_command, do_show_command): ... them. New.
3249 (do_set_command): Call observer_notify_command_param_changed if
3250 notify_command_param_changed_p returns true.
3251 (cmd_show_list): Caller update.
3252 * auto-load.c (set_auto_load_cmd): Likewise.
3253 * remote.c (show_remote_cmd): Likewise.
3254 * cli/cli-setshow.h: Update declarations.
3255 * top.c (execute_command): Call do_set_command and do_show_command.
3256
3257 * NEWS: Mention new MI notification.
3258 * mi/mi-interp.c: Declare mi_command_param_changed.
3259 (mi_interpreter_init): Attach mi_command_param_changed to
3260 observer command_param_changed.
3261 (mi_command_param_changed): New.
3262 Remove mi_suppress_breakpoint_notifications.
3263 Define global variable mi_suppress_notification.
3264 (mi_breakpoint_created): Update.
3265 (mi_breakpoint_deleted): Likewise.
3266 (mi_breakpoint_modified): Likewise.
3267 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
3268 'gdb-set' and set mi_suppress_notification.
3269 * mi/mi-main.h: (mi_suppress_notification): New struct.
3270
3271 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
3272 Jan Kratochvil <jan.kratochvil@redhat.com>
3273
3274 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3275
3276 2012-08-09 Yao Qi <yao@codesourcery.com>
3277
3278 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3279 (skiplist): Move it to skip.c.
3280 (init_cmd_lists): Remove code setting enablebreaklist and
3281 skiplist to NULL.
3282 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3283 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3284 skiplist.
3285 * gdbcmd.h: Likewise.
3286 * skip.c (_initialize_step_skip): Move 'skiplist' from
3287 cli/cli-cmds.c.
3288
3289 2012-08-09 Yao Qi <yao@codesourcery.com>
3290
3291 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3292 * gnu-nat.c, symfile.c: Likewise.
3293
3294 2012-08-08 Aaron Gamble <agamble@google.com>
3295
3296 * utils.c (prompt_for_continue_wait_time): New static global.
3297 (make_command_stats_cleanup): Initialize it.
3298 (report_command_stats): Subtract time waiting for user.
3299 (prompt_for_continue): Track time waiting for user.
3300 (defaulted_query): Track time waiting for user.
3301
3302 2012-08-08 Doug Evans <dje@google.com>
3303
3304 * eval.c (evaluate_subexp_standard): Fix thinko in handling
3305 UNOP_MEMVAL_TYPE.
3306 * expprint.c (print_subexp_standard, case OP_TYPE): New.
3307 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3308 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3309 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3310 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3311 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3312 elt.
3313 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3314 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3315 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3316 (dump_prefix_expression): Handle OP_TYPE.
3317
3318 2012-08-08 Keith Seitz <keiths@redhat.com>
3319
3320 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3321 addr_start.
3322
3323 2012-08-08 Doug Evans <dje@google.com>
3324
3325 * linux-thread-db.c: #include "gdb_vecs.h".
3326 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
3327 updated.
3328 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
3329 (thread_db_load_search): Use a vector to iterate over path elements.
3330 Handle text appearing after "$pdir".
3331
3332 * gdb_string.h: Moved to ...
3333 * common/gdb_string.h: ... here.
3334 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3335 gdb_string.h and gdb_assert.h.
3336
3337 2012-08-08 Yao Qi <yao@codesourcery.com>
3338
3339 * tic6x-tdep.c (tic6x_register_to_value): Remove.
3340 (tic6x_value_to_register): Likewise.
3341 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3342 and set_gdbarch_value_to_register.
3343
3344 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3345 Jean-Marc Saffroy <saffroy@gmail.com>
3346
3347 PR 11804
3348 * defs.h (find_memory_region_ftype): New comment. New arg modified.
3349 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3350 * gcore.c (gcore_create_callback): New function comment. Add modified
3351 parameter. Only write modified regions. Set SEC_READONLY exactly
3352 according to MODIFIED.
3353 (objfile_find_memory_regions): Ignore separate debug info files. Ass
3354 the passed modified value to FUNC.
3355 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3356 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3357 first. New variables modified and has_anonymous. Parse the lines of
3358 smaps file. Add the passed MODIFIED value to FUNC.
3359 * procfs.c (find_memory_regions_callback): Add the passed modified
3360 value.
3361
3362 2012-08-06 Tom Tromey <tromey@redhat.com>
3363
3364 * dwarf2-frame.c (clear_pointer_cleanup): New function.
3365 (dwarf2_frame_cache): Use it.
3366 * frame-unwind.h (frame_sniffer_ftype): Document prologue
3367 cache initialization constraint.
3368
3369 2012-08-06 Tom Tromey <tromey@redhat.com>
3370
3371 PR python/14386:
3372 * varobj.c (update_dynamic_varobj_children): Don't call
3373 PyIter_Check.
3374
3375 2012-08-06 Tom Tromey <tromey@redhat.com>
3376
3377 PR cli/14392:
3378 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3379
3380 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
3381
3382 * NEWS: New entry for 'cd' default parameters.
3383 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3384
3385 2012-08-03 Tom Tromey <tromey@redhat.com>
3386
3387 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3388 return.
3389
3390 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
3391
3392 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3393 to attempting lseek/write.
3394 (inf_child_fileio_pread): Likewise for pread.
3395
3396 2012-08-02 Yao Qi <yao@codesourcery.com>
3397
3398 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3399 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3400 add_setshow_zinteger_cmd.
3401 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3402 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3403 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3404 instead of add_setshow_zinteger_cmd.
3405 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3406 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3407 instead of add_setshow_zinteger_cmd.
3408 * frame.c (frame_debug): Add 'unsigned'.
3409 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3410 add_setshow_zinteger_cmd.
3411 * frame.h: Update the declaration of 'frame_debug'.
3412 * gdbtypes.c (overload_debug): Add 'unsigned'.
3413 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3414 add_setshow_zinteger_cmd.
3415 * inferior.h: Update declaration of 'debug_infrun'.
3416 * infrun.c (debug_infrun): Add 'unsigned'.
3417 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3418 add_setshow_zinteger_cmd.
3419 * jit.c (jit_debug): Add 'unsigned'.
3420 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3421 add_setshow_zinteger_cmd.
3422 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3423 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3424 instead of add_setshow_zinteger_cmd.
3425 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3426 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3427 add_setshow_zinteger_cmd.
3428 * machoread.c (mach_o_debug_level): Add 'unsigned'.
3429 (_initialize_machoread): Call add_setshow_zuinteger_cmd
3430 instead of add_setshow_zinteger_cmd.
3431 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3432 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3433 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3434 intead of add_setshow_zinteger_cmd.
3435 * mips-tdep.c (mips_debug): Add 'unsigned'.
3436 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3437 instead of add_setshow_zinteger_cmd.
3438 * monitor.c (monitor_debug): Add 'unsigned'.
3439 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3440 add_setshow_zinteger_cmd.
3441 * observer.c (observer_debug): Add 'unsigned'.
3442 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3443 add_setshow_zinteger_cmd.
3444 * parse.c (expressiondebug): Add 'unsigned'.
3445 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3446 add_setshow_zinteger_cmd.
3447 * record.c (record_debug): Add 'unsigned'.
3448 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3449 add_setshow_zinteger_cmd.
3450 * record.h: Update the declaration of 'record_debug'.
3451 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3452 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3453 add_setshow_zinteger_cmd.
3454 * serial.c (global_serial_debug_p): Add 'unsigned'.
3455 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3456 add_setshow_zinteger_cmd.
3457 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3458 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3459 add_setshow_zinteger_cmd.
3460 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3461 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3462 add_setshow_zinteger_cmd.
3463 * target.c (targetdebug): Add 'unsigned'.
3464 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3465 add_setshow_zinteger_cmd.
3466 * valops.c (overload_debug): Add 'unsigned'.
3467 * varobj.c (varobjdebug): Add 'unsigned'.
3468 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3469 add_setshow_zinteger_cmd.
3470 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3471 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3472 instead of add_setshow_zinteger_cmd.
3473
3474 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3475 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3476 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3477 instead of add_setshow_zinteger_cmd.
3478 * gdbarch.c, gdbarch.h: Re-generated.
3479
3480 2012-08-02 Yao Qi <yao@codesourcery.com>
3481
3482 * nto-tdep.c: Don't include cli/cli-decode.h and
3483 cli/cli-cmds.h.
3484 (_initialize_nto_tdep): Remove.
3485 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3486 Remove field.
3487 Remove macro nto_internal_debugging.
3488
3489 2012-08-01 Richard Henderson <rth@redhat.com>
3490
3491 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3492 (mep-*-*) [gdb_target_obs]: Likewise.
3493
3494 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3495
3496 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3497 linux_get_siginfo_type.
3498
3499 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3500
3501 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3502 AT_ENTRY_POINT.
3503 (call_function_by_hand) <ON_STACK>: Call write_memory with
3504 gdbarch_breakpoint_from_pc, if possible.
3505 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3506 here.
3507
3508 2012-07-31 Yao Qi <yao@codesourcery.com>
3509
3510 * tracepoint.c: Add 'static' for some variables.
3511
3512 2012-07-31 Yao Qi <yao@codesourcery.com>
3513
3514 * go32-nat.c: Declare _initialize_go32_nat.
3515 * ser-go32.c: Declare _initialize_ser_dos.
3516 * top.c (do_chdir_cleanup): Add 'static'.
3517
3518 2012-07-30 Keith Seitz <keiths@redhat.com>
3519
3520 * linespec.c (linespec_lex_number): A number followed
3521 by quotes is a valid number, too.
3522
3523 2012-07-30 Tom Tromey <tromey@redhat.com>
3524
3525 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3526
3527 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
3528
3529 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3530 attempt to 4-byte-align HW breakpoint addresses for Thumb.
3531
3532 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3533
3534 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3535 invalid or reevaluated to prevent prevent references to possibly
3536 delete'd type objects being left in the varobj.
3537
3538 2012-07-27 Tom Tromey <tromey@redhat.com>
3539 Jan Kratochvil <jan.kratochvil@redhat.com>
3540
3541 * copying.awk: Print buffer-read-only and vi ro markers.
3542 * copying.c: Rebuild.
3543 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3544 * gdbarch.c, gdbarch.h: Rebuild.
3545 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3546 buffer-read-only and vi ro markers.
3547 * features/arm-with-iwmmxt.c: Rebuild.
3548 * features/arm-with-m-fpa-layout.c: Rebuild.
3549 * features/arm-with-m-vfp-d16.c: Rebuild.
3550 * features/arm-with-m.c: Rebuild.
3551 * features/arm-with-neon.c: Rebuild.
3552 * features/arm-with-vfpv2.c: Rebuild.
3553 * features/arm-with-vfpv3.c: Rebuild.
3554 * features/i386/amd64-avx-linux.c: Rebuild.
3555 * features/i386/amd64-avx.c: Rebuild.
3556 * features/i386/amd64-linux.c: Rebuild.
3557 * features/i386/amd64.c: Rebuild.
3558 * features/i386/i386-avx-linux.c: Rebuild.
3559 * features/i386/i386-avx.c: Rebuild.
3560 * features/i386/i386-linux.c: Rebuild.
3561 * features/i386/i386-mmx-linux.c: Rebuild.
3562 * features/i386/i386-mmx.c: Rebuild.
3563 * features/i386/i386.c: Rebuild.
3564 * features/i386/x32-avx-linux.c: Rebuild.
3565 * features/i386/x32-avx.c: Rebuild.
3566 * features/i386/x32-linux.c: Rebuild.
3567 * features/i386/x32.c: Rebuild.
3568 * features/mips-dsp-linux.c: Rebuild.
3569 * features/mips-linux.c: Rebuild.
3570 * features/mips64-dsp-linux.c: Rebuild.
3571 * features/mips64-linux.c: Rebuild.
3572 * features/rs6000/powerpc-32.c: Rebuild.
3573 * features/rs6000/powerpc-32l.c: Rebuild.
3574 * features/rs6000/powerpc-403.c: Rebuild.
3575 * features/rs6000/powerpc-403gc.c: Rebuild.
3576 * features/rs6000/powerpc-405.c: Rebuild.
3577 * features/rs6000/powerpc-505.c: Rebuild.
3578 * features/rs6000/powerpc-601.c: Rebuild.
3579 * features/rs6000/powerpc-602.c: Rebuild.
3580 * features/rs6000/powerpc-603.c: Rebuild.
3581 * features/rs6000/powerpc-604.c: Rebuild.
3582 * features/rs6000/powerpc-64.c: Rebuild.
3583 * features/rs6000/powerpc-64l.c: Rebuild.
3584 * features/rs6000/powerpc-7400.c: Rebuild.
3585 * features/rs6000/powerpc-750.c: Rebuild.
3586 * features/rs6000/powerpc-860.c: Rebuild.
3587 * features/rs6000/powerpc-altivec32.c: Rebuild.
3588 * features/rs6000/powerpc-altivec32l.c: Rebuild.
3589 * features/rs6000/powerpc-altivec64.c: Rebuild.
3590 * features/rs6000/powerpc-altivec64l.c: Rebuild.
3591 * features/rs6000/powerpc-cell32l.c: Rebuild.
3592 * features/rs6000/powerpc-cell64l.c: Rebuild.
3593 * features/rs6000/powerpc-e500.c: Rebuild.
3594 * features/rs6000/powerpc-e500l.c: Rebuild.
3595 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3596 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3597 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3598 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3599 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3600 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3601 * features/rs6000/powerpc-vsx32.c: Rebuild.
3602 * features/rs6000/powerpc-vsx32l.c: Rebuild.
3603 * features/rs6000/powerpc-vsx64.c: Rebuild.
3604 * features/rs6000/powerpc-vsx64l.c: Rebuild.
3605 * features/rs6000/rs6000.c: Rebuild.
3606 * features/s390-linux32.c: Rebuild.
3607 * features/s390-linux32v1.c: Rebuild.
3608 * features/s390-linux32v2.c: Rebuild.
3609 * features/s390-linux64.c: Rebuild.
3610 * features/s390-linux64v1.c: Rebuild.
3611 * features/s390-linux64v2.c: Rebuild.
3612 * features/s390x-linux64.c: Rebuild.
3613 * features/s390x-linux64v1.c: Rebuild.
3614 * features/s390x-linux64v2.c: Rebuild.
3615 * features/tic6x-c62x-linux.c: Rebuild.
3616 * features/tic6x-c62x.c: Rebuild.
3617 * features/tic6x-c64x-linux.c: Rebuild.
3618 * features/tic6x-c64x.c: Rebuild.
3619 * features/tic6x-c64xp-linux.c: Rebuild.
3620 * features/tic6x-c64xp.c: Rebuild.
3621
3622 2012-07-27 Tom Tromey <tromey@redhat.com>
3623
3624 * c-exp.y (classify_name): Avoid assignment in condition.
3625
3626 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
3627
3628 * amd64-windows-tdep.c: Include "frame.h".
3629 (amd64_windows_skip_trampoline_code): New function.
3630 (amd64_windows_init_abi): Add trampoline registration.
3631
3632 2012-07-27 Yao Qi <yao@codesourcery.com>
3633
3634 * tracepoint.c (cur_traceframe_number): Remove.
3635 (set_tfile_traceframe): Remove.
3636 (tfile_trace_find, tfile_fetch_registers): Update callers.
3637 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3638 (tfile_open, tfile_trace_find): Likewise.
3639
3640 2012-07-27 Yao Qi <yao@codesourcery.com>
3641
3642 * thread.c (switch_to_thread): Don't call registers_changed.
3643
3644 2012-07-26 Tom Tromey <tromey@redhat.com>
3645
3646 * Makefile.in (SFILES): Remove objc-exp.y.
3647 (YYFILES): Remove objc-exp.c.
3648 (YYOBJ): Remove objc-exp.o.
3649 (local-maintainer-clean): Don't mention objc-exp.c.
3650 * c-exp.y: Include objc-lang.h.
3651 (%union) <class>: New field.
3652 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3653 (exp): Clone subscript production for OBJC_LBRAC. Add various
3654 Objective C productions.
3655 (msglist, msgarglist, msgarg): New productions.
3656 (array_mod, func_mod, operator): Clone productions for
3657 OBJC_LBRAC.
3658 (parse_string_or_char): Handle '@' strings.
3659 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
3660 (classify_name): Check la_name_of_this. Recognize ObjC class
3661 names.
3662 * objc-exp.y: Remove.
3663 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3664 * objc-lang.h (objc_parse, objc_error): Don't declare.
3665
3666 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3667
3668 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3669
3670 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3673 and decrement.
3674
3675 2012-07-26 Tom Tromey <tromey@redhat.com>
3676
3677 * copying.c: Rebuild.
3678 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
3679 'no_class'.
3680
3681 2012-07-26 Tom Tromey <tromey@redhat.com>
3682
3683 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3684 immediate_quit.
3685 (print_objfile_statistics): Likewise.
3686 (maintenance_print_symbols): Likewise.
3687 (maintenance_print_msymbols): Likewise.
3688 (maintenance_print_objfiles): Likewise.
3689 * psymtab.c (print_partial_symbols): Call QUIT.
3690 (maintenance_print_psymbols): Likewise. Don't modify
3691 immediate_quit.
3692 * copying.c (show_copying_command): Don't modify immediate_quit.
3693 (show_warranty_command): Likewise.
3694 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3695
3696 2012-07-26 Keith Seitz <keiths@redhat.com>
3697
3698 * linespec.c (linespec_lexer_lex_number): The input
3699 is also a valid number if the next character is a comma
3700 or colon.
3701
3702 2012-07-26 Joel Brobecker <brobecker@adacore.com>
3703
3704 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3705 configure options.
3706
3707 2012-07-26 Tristan Gingold <gingold@adacore.com>
3708
3709 * machoread.c: Include gdb_bfd.h.
3710
3711 2012-07-26 Tristan Gingold <gingold@adacore.com>
3712
3713 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3714 offset.
3715
3716 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3717
3718 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3719 SIZE to size_t.
3720 (dwarf2_evaluate_loc_desc): Likewise.
3721 (dwarf2_loc_desc_needs_frame): Likewise.
3722 (locexpr_describe_location_1): Likewise.
3723 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3724 size_t.
3725 (struct dwarf2_loclist_baton): Likewise.
3726 * dwarf2read.c (struct dwarf_block): Likewise.
3727 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3728 (decode_locdesc): Expand SIZE and I to size_t.
3729
3730 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3733
3734 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3735
3736 * doublest.c (convert_doublest_to_floatformat): If the exponent
3737 is too small, treat the value as zero. If the exponent is too
3738 large, treat the value as infinity.
3739
3740 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3741
3742 * configure.ac: Add --enable-lmcheck configure option.
3743 * configure: Regenerate.
3744
3745 2012-07-25 Tom Tromey <tromey@redhat.com>
3746
3747 * NEWS: Mention maint info bfds.
3748 * gdb_bfd.c (all_bfds): New global.
3749 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3750 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3751 New functions.
3752
3753 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3754
3755 * configure.tgt: Add v850*-*-rtems*.
3756
3757 2012-07-25 Tom Tromey <tromey@redhat.com>
3758
3759 * macrotab.c (macro_bcache_str): Remove cast.
3760
3761 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3762
3763 * linespec.c (linespec_lexer_lex_number): Update comments,
3764 change the return and add check to make sure the input is
3765 the decimal numbers.
3766 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3767 false, call linespec_lexer_lex_string.
3768
3769 2012-07-24 Tom Tromey <tromey@redhat.com>
3770
3771 * symfile.c (symbol_file_add): Don't open BFD twice.
3772
3773 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3774
3775 * breakpoint.c (create_breakpoint): Store condition for pending
3776 breakpoints.
3777
3778 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3779
3780 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3781 (m68k_return_value): Handle complex types like structures.
3782 (m68k_svr4_return_value): Likewise.
3783
3784 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3785
3786 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3787 parameters to bfd_get_section_name.
3788
3789 2012-07-24 Yao Qi <yao@codesourcery.com>
3790
3791 * cli/cli-setshow.c: Handle case 'var_uinteger'
3792 and 'var_zuninteger' together. Handle case 'var_integer' and
3793 'var_zinteger' together.
3794
3795 2012-07-23 Keith Seitz <keiths@redhat.com>
3796
3797 * linespec.c (convert_linespec_to_sal): Don't add
3798 any symbols to the result vector if symbol_to_sal
3799 returns zero.
3800
3801 2012-07-23 Keith Seitz <keiths@redhat.com>
3802
3803 * linespec.c (decode_objc): Record the function name
3804 in the linespec.
3805
3806 2012-07-23 Tom Tromey <tromey@redhat.com>
3807
3808 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3809 counting.
3810 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3811 (map_vmap): Acquire a reference to the BFD.
3812
3813 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3814
3815 * p-valprint.c (pascal_object_print_value): Replace potentially
3816 unsafe alloca with xmalloc/xfree.
3817 * valops.c (search_struct_method): Likewise.
3818
3819 2012-07-23 Tom Tromey <tromey@redhat.com>
3820
3821 * solib-svr4.c (enable_break): Update.
3822 * bfd-target.h (target_bfd_reopen): Update documentation.
3823
3824 2012-07-23 Tom Tromey <tromey@redhat.com>
3825
3826 * symfile.c (separate_debug_file_exists): Update.
3827 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3828 (reread_symbols): Update.
3829 * elfread.c (build_id_verify): Update.
3830 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3831 bfd_open_maybe_remote.
3832
3833 2012-07-23 Tom Tromey <tromey@redhat.com>
3834
3835 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3836
3837 2012-07-23 Tom Tromey <tromey@redhat.com>
3838
3839 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3840 and 'abfd'.
3841 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3842 and 'abfd'.
3843 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3844 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3845 'abfd'.
3846 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3847 * objfiles.c (allocate_objfile): Acquire a new reference.
3848 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3849 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3850 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3851 a cleanup for 'nbfd'.
3852 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3853 for 'nbfd'.
3854 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3855 make a cleanup for 'abfd'.
3856 (symbol_file_add): Make a BFD cleanup.
3857
3858 2012-07-23 Tom Tromey <tromey@redhat.com>
3859
3860 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3861 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3862 * corelow.c (core_open): Use gdb_bfd_fopen.
3863 * dsrec.c (load_srec): Use gdb_bfd_openr.
3864 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3865 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3866 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3867 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3868 (gdb_bfd_fdopenr): New functions.
3869 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3870 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3871 (gdb_bfd_fdopenr): Declare.
3872 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3873 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3874 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3875 gdb_bfd_openr_next_archived_file.
3876 (macho_check_dsym): Use gdb_bfd_openr.
3877 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3878 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3879 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3880 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3881 gdb_bfd_openr.
3882 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3883 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3884 gdb_bfd_openr_next_archived_file.
3885 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3886 Use gdb_bfd_openr.
3887 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3888 gdb_bfd_openr.
3889 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3890 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3891 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3892 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3893 (symfile_bfd_open): Use gdb_bfd_fopen.
3894 (generic_load): Use gdb_bfd_openr.
3895 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3896
3897 2012-07-23 Tom Tromey <tromey@redhat.com>
3898
3899 * bfd-target.c (target_bfd_reopen): Update.
3900 * cli/cli-dump.c (bfd_openr_with_cleanup)
3901 (bfd_openw_with_cleanup): Update.
3902 * corelow.c (core_open): Update.
3903 * dsrec.c (load_srec): Update.
3904 * exec.c (exec_file_attach): Update.
3905 * gcore.c (create_gcore_bfd): Update.
3906 * gdb_bfd.c (gdb_bfd_ref): Return void.
3907 (gdb_bfd_open): Update.
3908 * gdb_bfd.h (gdb_bfd_ref): Return void.
3909 Update comments.
3910 * jit.c (jit_bfd_try_read_symtab): Update.
3911 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3912 * machoread.c (macho_symfile_read_all_oso): Update.
3913 (macho_check_dsym): Update.
3914 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3915 * remote-m32r-sdi.c (m32r_load): Update.
3916 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3917 * rs6000-nat.c (add_vmap): Update.
3918 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3919 Update.
3920 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3921 * solib-spu.c (spu_bfd_open): Update.
3922 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3923 * spu-linux-nat.c (spu_bfd_open): Update.
3924 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3925 (generic_load): Update.
3926 * windows-nat.c (windows_make_so): Update.
3927
3928 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3929
3930 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3931
3932 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3933
3934 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3935 SIGTRAMP_FRAME unwinding.
3936
3937 2012-07-20 Doug Evans <dje@google.com>
3938
3939 * NEWS: Document new options "set/show use-deprecated-index-sections",
3940 and delete reference to --use-deprecated-index-sections.
3941 * symfile.h (use_deprecated_index_sections): Delete.
3942 * dwarf2read.c (use_deprecated_index_sections): Make static.
3943 (read_index_from_section): Update wording of how to load
3944 deprecated index sections.
3945 (_initialize_dwarf2_read): New options
3946 "set/show use-deprecated-index-sections".
3947 * main.c (captured_main): Delete --use-deprecated-index-sections.
3948
3949 2012-07-20 Pedro Alves <palves@redhat.com>
3950
3951 PR threads/11692
3952 PR gdb/12203
3953
3954 * infrun.c (handle_inferior_event) <new thread>: Don't special
3955 case minus_one_ptid.
3956 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3957 * linux-thread-db.c (thread_get_info_callback): Don't return early
3958 if the thread is zombie.
3959 (thread_from_lwp): Change return type to void. Rewrite stale
3960 comment.
3961 (attach_thread): Don't return early if the thread is zombie,
3962 instead set its "dying" flag.
3963 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3964 (find_new_threads_callback): Don't return early if the thread is
3965 zombie.
3966
3967 2012-07-20 Pedro Alves <palves@redhat.com>
3968
3969 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3970 * target.c (target_wait): Likewise.
3971 (str_comma_list_concat_elem, do_option, target_options_to_string):
3972 New functions.
3973 * target.h (target_options_to_string): Declare.
3974
3975 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3976 Tom Tromey <tromey@redhat.com>
3977
3978 * dwarf2read.c (dwarf_decode_macros)
3979 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3980 DW_MACRO_GNU_transparent_include_alt>: New cases.
3981 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3982 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3983
3984 2012-07-20 Tom Tromey <tromey@redhat.com>
3985
3986 * dwarf2read.c (try_open_dwo_file): Don't call
3987 gdb_bfd_stash_filename.
3988
3989 2012-07-20 Pedro Alves <palves@redhat.com>
3990
3991 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3992 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3993 (i386_process_record): Tweak description comments.
3994
3995 2012-07-20 Pedro Alves <palves@redhat.com>
3996
3997 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3998 (i386_process_record): Use record_read_memory.
3999 * record.c (record_read_memory): New function.
4000 (record_arch_list_add_mem, record_exec_insn): Use
4001 record_read_memory.
4002 * record.h (record_read_memory): Declare.
4003
4004 2012-07-20 Yao Qi <yao@codesourcery.com>
4005
4006 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4007 NULL for xfree.
4008
4009 2012-07-19 Pedro Alves <palves@redhat.com>
4010
4011 * record.c (record_resume): Ask the target beneath to report all
4012 signals.
4013
4014 2012-07-19 Doug Evans <dje@google.com>
4015
4016 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4017 there's no section at address zero.
4018 (dwarf2_record_block_ranges): Ditto.
4019
4020 2012-07-19 Yao Qi <yao@codesourcery.com>
4021
4022 * command.h, remote.c: Fix a typo in comment.
4023
4024 2012-07-19 Tom Tromey <tromey@redhat.com>
4025
4026 PR exp/13206:
4027 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4028 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4029 OP_DECLTYPE>: New cases.
4030 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4031 (type_exp): Add new productions.
4032 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4033 and decltype.
4034 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4035 New case.
4036 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4037 OP_DECLTYPE>: New case.
4038 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4039 New case.
4040 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4041 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4042
4043 2012-07-19 Tom Tromey <tromey@redhat.com>
4044
4045 * c-exp.y (enum token_flags): New.
4046 (struct token) <cxx_only>: Remove.
4047 <flags>: New field.
4048 (tokentab3, tokentab2, ident_tokens): Update.
4049 (lex_one_token): Update. Handle FLAG_SHADOW.
4050
4051 2012-07-19 Tom Tromey <tromey@redhat.com>
4052
4053 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4054 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4055 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4056 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
4057 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
4058 type_exp production where appropriate.
4059 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4060 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4061 <UNOP_MEMVAL_TYPE>: New case.
4062 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4063 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4064 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4065 <UNOP_MEMVAL_TYPE>: New case.
4066 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4067 UNOP_REINTERPRET_CAST>: Update.
4068 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4069 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4070 UNOP_REINTERPRET_CAST>: Update.
4071 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4072 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4073 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4074 constants.
4075
4076 2012-07-19 Yao Qi <yao@codesourcery.com>
4077 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4080 and case 'var_optional_filename' together.
4081 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4082 instead of add_setshow_optional_filename_cmd for setshow command
4083 'args'. Set completer for 'set args'.
4084
4085 2012-07-18 Doug Evans <dje@google.com>
4086
4087 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4088 * common/gdb_vecs.c: New file, contents from utils.c.
4089 * common/host-defs.h: New file, contents from defs.h.
4090 * utils.h: New file, contents from defs.h.
4091 * defs.h: Move all declarations of objects defined in utils.c
4092 to utils.h (except QUIT() and related).
4093 #include "utils.h", "host-defs.h".
4094 * probe.h (probe_p): Move here from gdb_vecs.h.
4095 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4096 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4097 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4098 * Makefile.in (SFILES): Add common/gdb_vecs.c.
4099 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4100 (COMMON_OBS): Add gdb_vecs.o.
4101 (gdb_vecs.o): New rule.
4102
4103 2012-07-18 Keith Seitz <keiths@redhat.com>
4104
4105 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4106 parameter. If non-zero, use SYMNAME as the canonical name
4107 for the SaL.
4108 Update all callers.
4109 (convert_linespec_to_sals): Use add_sal_to_sals for
4110 expressions, too.
4111 (decode_line_full): No need to "fill in missing canonical names"
4112 anymore. Simply make cleanups for the allocated names.
4113
4114 2012-07-18 Keith Seitz <keiths@redhat.com>
4115
4116 * linespec.c (struct linespec): Constify expression,
4117 source_filename, function_name, and label_name.
4118 (symbol_not_found_error): Make all parameters const.
4119 (linespec_parser_delete): No need to check for NULL
4120 when using xfree. Cast const char * to char * for xfree.
4121
4122 2012-07-18 Keith Seitz <keiths@redhat.com>
4123
4124 * breakpoint.c (invalid_thread_id_error): New function.
4125 (find_condition_and_thread): Use invalid_thread_id_error.
4126 (watch_command_1): Likewise.
4127
4128 2012-07-18 Tom Tromey <tromey@redhat.com>
4129
4130 * cc-with-index.sh, cc-with-dwz.sh: Remove.
4131 * contrib/cc-with-tweaks.sh: New file.
4132
4133 2012-07-18 Tom Tromey <tromey@redhat.com>
4134
4135 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4136 (locate_dwz_sections): Recognize .gdb_index.
4137 (create_cus_from_index_list): New function.
4138 (create_cus_from_index): Use it. Handle .dwz data.
4139 (read_index_from_section): New function, extracted from
4140 dwarf2_read_index.
4141 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
4142 if needed.
4143
4144 2012-07-18 Tom Tromey <tromey@redhat.com>
4145
4146 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4147 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4148 <is_dwz>: New field.
4149 (struct dwz_file): New.
4150 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4151 (locate_dwz_sections, dwarf2_get_dwz_file)
4152 (get_abbrev_section_for_cu): New functions.
4153 (error_check_comp_unit_head, read_and_check_comp_unit_head)
4154 (read_and_check_type_unit_head): Add abbrev_section argument.
4155 (create_debug_types_hash_table): Update.
4156 (init_cutu_and_read_dies): Use proper abbrev section.
4157 (init_cutu_and_read_dies_no_follow): Likewise.
4158 (set_partial_user): Do nothing if PST==NULL.
4159 (read_comp_units_from_section): New function.
4160 (create_all_comp_units): Use it.
4161 (scan_partial_symbols, partial_die_parent_scope): Update.
4162 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4163 (process_imported_unit_die, read_partial_die): Handle .dwz files.
4164 (find_partial_die): Add offset_in_dwz argument. Update.
4165 (guess_partial_die_structure_name, fixup_partial_die): Update.
4166 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4167 DW_FORM_GNU_strp_alt.
4168 (read_indirect_string_from_dwz): New function.
4169 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4170 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4171 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4172 (follow_die_offset): Add offset_in_dwz argument.
4173 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4174 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4175 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4176 Handle new macro forms.
4177 (dwarf_decode_macros): Update.
4178 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4179 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4180 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4181 (create_debug_types_hash_table): Use correct abbrev section.
4182 (get_debug_line_section): New function.
4183 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4184 (process_full_comp_unit): Pass 'required' argument to
4185 end_symtab_get_static_block.
4186 * buildsym.h (end_symtab_get_static_block): Update.
4187 * buildsym.c (end_symtab_get_static_block): Add 'required'
4188 argument.
4189 (end_symtab, end_expandable_symtab): Update.
4190
4191 2012-07-18 Tom Tromey <tromey@redhat.com>
4192
4193 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4194 (pagesize): Remove.
4195 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4196 (zlib_decompress_section): Remove.
4197 (dwarf2_read_section): Use gdb_bfd_map_section.
4198 (munmap_section_buffer): Remove.
4199 (free_dwo_file, dwarf2_per_objfile_free): Don't use
4200 munmap_section_buffer.
4201 * gdb_bfd.c: Include zlib.h, sys/mman.h.
4202 (struct gdb_bfd_section_data): New.
4203 (free_one_bfd_section): New function.
4204 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4205 (get_section_descriptor, zlib_decompress_section)
4206 (gdb_bfd_map_section): New functions.
4207 * gdb_bfd.h (gdb_bfd_map_section): Declare.
4208
4209 2012-07-18 Tom Tromey <tromey@redhat.com>
4210
4211 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4212
4213 2012-07-18 Tom Tromey <tromey@redhat.com>
4214
4215 * gdb_bfd.c (struct gdb_bfd_data): New.
4216 (gdb_bfd_cache): New global.
4217 (struct gdb_bfd_cache_search): New.
4218 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4219 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4220 * gdb_bfd.h (gdb_bfd_open): Declare.
4221
4222 2012-07-18 Tom Tromey <tromey@redhat.com>
4223
4224 * utils.c (make_cleanup_bfd_unref): Rename from
4225 make_cleanup_bfd_close.
4226 * defs.h (make_cleanup_bfd_unref): Rename from
4227 make_cleanup_bfd_close.
4228 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4229 (bfd_openw_with_cleanup): Update.
4230 * corelow.c (core_open): Update.
4231 * dsrec.c (load_srec): Update.
4232 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4233 * remote-m32r-sdi.c (m32r_load): Update.
4234 * remote-mips.c (mips_load_srec): Update.
4235 (pmon_load_fast): Update.
4236 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4237 Update.
4238 (darwin_bfd_open): Update.
4239 * solib.c (solib_bfd_fopen): Update.
4240 * symfile-mem.c (symbol_file_add_from_memory): Update.
4241 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4242 (symfile_bfd_open): Update.
4243 (generic_load): Update.
4244
4245 2012-07-18 Tom Tromey <tromey@redhat.com>
4246
4247 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4248 (pmon_load_fast): Likewise.
4249 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4250 (m32r_upload_command): Likewise.
4251 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4252 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4253 Use make_cleanup_bfd_close.
4254
4255 2012-07-18 Tom Tromey <tromey@redhat.com>
4256
4257 * symfile.c (symfile_bfd_open): Don't copy name. Call
4258 gdb_bfd_stash_filename.
4259 (load_command): Open the new BFD before freeing the old.
4260 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4261 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4262 Call gdb_bfd_stash_filename.
4263 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4264 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
4265 gdb_bfd_stash_filename.
4266 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4267 Free found_pathname.
4268 * rs6000-nat.c (add_vmap): Don't copy filename. Call
4269 gdb_bfd_stash_filename.
4270 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4271 * machoread.c (macho_add_oso_symfile): Call
4272 gdb_bfd_stash_filename.
4273 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
4274 gdb_bfd_stash_filename.
4275 (macho_check_dsym): Don't copy filename. Call
4276 gdb_bfd_stash_filename.
4277 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4278 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4279 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4280 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4281 * exec.c (exec_close): Don't free the BFD's filename.
4282 (exec_file_attach): Don't copy the filename. Call
4283 gdb_bfd_stash_filename.
4284 * corelow.c (core_close): Don't free the BFD's filename.
4285 (core_open): Call gdb_bfd_stash_filename.
4286 * corefile.c (reopen_exec_file): Remove #if 0 code.
4287 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
4288 pathname.
4289 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4290
4291 2012-07-18 Tom Tromey <tromey@redhat.com>
4292
4293 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4294 gdb_bfd_unref.
4295 (free_dwo_file): Use gdb_bfd_unref.
4296 * cli/cli-dump.c: Include gdb_bfd.h.
4297 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4298 (bfd_openr_with_cleanup): Likewise.
4299 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4300 gdb_bfd_unref.
4301 * utils.c: Include gdb_bfd.h.
4302 (do_bfd_close_cleanup): Use gdb_bfd_unref.
4303 * symfile.c: Include gdb_bfd.h.
4304 (separate_debug_file_exists): Use gdb_bfd_unref.
4305 (bfd_open_maybe_remote): Use gdb_bfd_ref.
4306 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4307 (generic_load): Use gdb_bfd_ref.
4308 (reread_symbols): Use gdb_bfd_unref.
4309 * symfile-mem.c: Include gdb_bfd.h.
4310 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4311 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4312 * solib.c: Include gdb_bfd.h.
4313 (solib_bfd_fopen): Use gdb_bfd_ref.
4314 (solib_bfd_open): Use gdb_bfd_unref.
4315 (free_so_symbols): Use gdb_bfd_unref.
4316 (reload_shared_libraries_1): Use gdb_bfd_unref.
4317 * solib-spu.c: Include gdb_bfd.h.
4318 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4319 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4320 gdb_bfd_unref.
4321 * solib-frv.c: Include gdb_bfd.h.
4322 (enable_break2): Use gdb_bfd_unref.
4323 * solib-dsbt.c: Include gdb_bfd.h.
4324 (enable_break2): Use gdb_bfd_unref.
4325 * solib-darwin.c: Include gdb_bfd.h.
4326 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4327 gdb_bfd_unref.
4328 (darwin_bfd_open): Use gdb_bfd_unref.
4329 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4330 * remote-mips.c: Include gdb_bfd.h.
4331 (mips_load_srec): Use gdb_bfd_ref.
4332 (pmon_load_fast): Use gdb_bfd_ref.
4333 * remote-m32r-sdi.c: Include gdb_bfd.h.
4334 (m32r_load): Use gdb_bfd_ref.
4335 * record.c: Include gdb_bfd.h.
4336 (record_save_cleanups): Use gdb_bfd_unref.
4337 (cmd_record_save): Use gdb_bfd_unref.
4338 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4339 gdb_bfd_unref.
4340 * objfiles.h (gdb_bfd_close_or_warn): Remove.
4341 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4342 * objfiles.c: Include gdb_bfd.h.
4343 (free_objfile): Use gdb_bfd_unref.
4344 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4345 gdb_bfd.c.
4346 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4347 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4348 (macho_check_dsym): Likewise.
4349 * m32r-rom.c: Include gdb_bfd.h.
4350 (m32r_load): Use gdb_bfd_ref.
4351 (m32r_upload_command): Use gdb_bfd_ref.
4352 * jit.c: Include gdb_bfd.h.
4353 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4354 * gdb_bfd.h: New file.
4355 * gdb_bfd.c: New file.
4356 * gcore.c: Include gdb_bfd.h.
4357 (create_gcore_bfd): Use gdb_bfd_ref.
4358 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4359 (gcore_command): Use gdb_bfd_unref.
4360 * exec.c: Include gdb_bfd.h.
4361 (exec_close): Use gdb_bfd_unref.
4362 (exec_close_1): Use gdb_bfd_unref.
4363 (exec_file_attach): Use gdb_bfd_ref.
4364 * elfread.c: Include gdb_bfd.h.
4365 (build_id_verify): Use gdb_bfd_unref.
4366 * dsrec.c: Include gdb_bfd.h.
4367 (load_srec): Use gdb_bfd_ref.
4368 * corelow.c: Include gdb_bfd.h.
4369 (core_close): Use gdb_bfd_unref.
4370 (core_open): Use gdb_bfd_ref.
4371 * bfd-target.c: Include gdb_bfd.h.
4372 (target_bfd_xclose): Use gdb_bfd_unref.
4373 (target_bfd_reopen): Use gdb_bfd_ref.
4374 * Makefile.in (SFILES): Add gdb_bfd.c.
4375 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4376 (COMMON_OBS): Add gdb_bfd.o.
4377
4378 2012-07-18 Keith Seitz <keiths@redhat.com>
4379
4380 * breakpoint.c (find_condition_and_thread): Initialize
4381 TASK and REST.
4382 (create_breakpiont): find_condition_and_thread will now
4383 initialize COND_STRING, THREAD, and REST (and TASK).
4384 (addr_string_to_sals): Likewise.
4385
4386 2012-07-18 Pedro Alves <palves@redhat.com>
4387
4388 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4389 Pull the single step breakpoints out of the target.
4390
4391 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4392
4393 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4394 * stap-probe.c (compile_probe_arg): Likewise.
4395
4396 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
4397
4398 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4399 (elf_compile_to_ax): Likewise.
4400 * infrun.c (insert_exception_resume_from_probe): Likewise.
4401 (check_exception_resume): Remove `objfile' variable.
4402 * probe.c (find_probe_by_pc): Remove `objfile' argument.
4403 (struct probe_and_objfile, probe_and_objfile_s): Delete.
4404 (collect_probes): Adjust return value to `VEC (probe_p) *'.
4405 (compare_entries): Rename to...
4406 (compare_probes): ...this. Adjust function to work with
4407 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
4408 respectively.
4409 (gen_ui_out_table_header_info): Adjust `probes' argument to be
4410 `VEC (probe_p) *'.
4411 (print_ui_out_info): Adjust argument to be `struct probe *'.
4412 (info_probes_for_ops): Adjust internal computations to use
4413 `VEC (probe_p) *'.
4414 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4415 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4416 gen_info_probes_table_values>: Remove `objfile' argument.
4417 (struct probe) <objfile>: New field.
4418 (find_probe_by_pc): Remove `objfile' argument.
4419 * stap-probe.c (stap_parse_probe_arguments): Likewise.
4420 (stap_get_probe_argument_count): Likewise.
4421 (stap_get_arg): Likewise.
4422 (stap_evaluate_probe_argument): Likewise.
4423 (stap_compile_to_ax): Likewise.
4424 (compile_probe_arg): Refactor not to pass `objfile' anymore.
4425 (handle_stap_probe): Fill `objfile' field from `struct probe'.
4426 (stap_gen_info_probes_table_header): Remove `objfile' argument.
4427 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4428 sym_compile_to_ax>: Likewise.
4429
4430 2012-07-18 Terry Guo <terry.guo@arm.com>
4431
4432 PR 14329
4433 * defs.h (GDB_MI_MSG_WIDTH): New.
4434 * ser_base (ser_base_read_error_fd): New function.
4435 (do_ser_base_readchar): Poll error file descriptor as well as
4436 standard output.
4437 (generic_readchar): Refactor error handling.
4438
4439 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4440
4441 * NEWS: Create a new section for the next release branch.
4442 Rename the section of the current branch, now that it has
4443 been cut.
4444
4445 2012-07-18 Joel Brobecker <brobecker@adacore.com>
4446
4447 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4448 * version.in: Bump version to 7.5.50.20120718-cvs.
4449
4450 2012-07-17 Keith Seitz <keiths@redhat.com>
4451
4452 * linespec.c (linespec_parse_line_offset): Make parameter
4453 const.
4454
4455 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4456
4457 PR 11914
4458 * f-valprint.c (info_common_command): New variable frame_id.
4459 Reinitialize FI form FRAME_ID after each print_variable_and_value.
4460 * printcmd.c (print_variable_and_value): Extend function comment.
4461 Add comment for invalidated FRAME.
4462 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
4463 FI form FRAME_ID after each print_frame_local_vars.
4464 (struct print_variable_and_value_data): Change frame to frame_id.
4465 (do_print_variable_and_value): New variable frame, initialize it from
4466 p->frame_id. Add comment for invalidated FRAME.
4467 (print_frame_local_vars, print_frame_arg_vars): New function comment.
4468 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
4469 for invalidated FRAME.
4470
4471 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
4472 Pedro Alves <palves@redhat.com>
4473
4474 * linux-nat.c (linux_nat_detach): Don't unregister from the event
4475 loop.
4476
4477 2012-07-16 Tom Tromey <tromey@redhat.com>
4478
4479 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4480
4481 2012-07-15 Doug Evans <dje@google.com>
4482
4483 * dwarf2read.c (stmt_list_hash): New struct.
4484 (type_unit_group): Embed "per_cu" member, remove pointer.
4485 New union member "t", move member "tus" into it, all uses updated.
4486 New member "hash", replaces member "line_offset, all uses updated.
4487 (quick_file_names): Replace member "offset" with "hash", all uses
4488 updated.
4489 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4490 (hash_file_name_entry, eq_file_name_entry): Call them.
4491 (hash_type_unit_group, eq_type_unit_group): Ditto.
4492 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4493 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4494 (dw2_get_file_names): Update.
4495 (create_type_unit_group): Replace "per_cu" arg with "cu".
4496 All callers updated. Fix "quick" (.gdb_index) handling.
4497 (get_type_unit_group): Replace "per_cu" arg with "cu".
4498 All callers updated.
4499 (build_type_unit_groups): Don't reset tu_stats.
4500
4501 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4502 "tab_cur_size". Change member "tab" to be a htab_t.
4503 (create_filename_seen_cache): Update.
4504 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4505 (filename_seen): Update.
4506
4507 2012-07-13 Doug Evans <dje@google.com>
4508
4509 * symtab.c (filename_seen): Update comment.
4510
4511 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4512 Doug Evans <dje@google.com>
4513
4514 * buildsym.c (end_symtab_1): Split it to ...
4515 (end_symtab_get_static_block): ... this ...
4516 (end_symtab_from_static_block): ... and this function.
4517 (end_symtab, end_expandable_symtab): Call them.
4518 * buildsym.h (end_symtab_get_static_block)
4519 (end_symtab_from_static_block): New declarations.
4520 * dwarf2read.c (process_full_comp_unit): New variable static_block.
4521 Set its valid CU ranges.
4522
4523 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4524
4525 * dwarf2loc.c (disassemble_dwarf_expression): Handle
4526 DW_OP_GNU_parameter_ref.
4527
4528 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4531 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4532
4533 2012-07-13 Doug Evans <dje@google.com>
4534
4535 * symtab.c (output_source_filename): Delete unnecessary forward decl.
4536 (filename_seen_cache): New struct.
4537 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4538 (create_filename_seen_cache): New function.
4539 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4540 (filename_seen): Delete arg "first". New arg "cache". All callers
4541 updated.
4542 (output_source_filename_data): New struct.
4543 (output_source_filename): Delete arg "first". New arg "data".
4544 All callers updated.
4545 (sources_info): Delete local "first". New locals "data", "cleanups".
4546 Rewrite to use filename_seen_cache.
4547 (add_partial_filename_data): Delete member "first". New member
4548 "filename_seen_cache". All uses updated.
4549 (make_source_files_completion_list): Rewrite to use
4550 filename_seen_cache.
4551
4552 2012-07-12 Doug Evans <dje@google.com>
4553
4554 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4555
4556 2012-07-10 Doug Evans <dje@google.com>
4557
4558 PR gdb/13498
4559 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4560 all_type_unit_groups, type_unit_groups, tu_stats.
4561 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4562 All uses updated. Add type_unit_group to union "s".
4563 (type_unit_group): New struct.
4564 (IS_TYPE_UNIT_GROUP): New macro.
4565 (abbrev_table): Delete unused member "section".
4566 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4567 (dw2_get_cu): Assert not used with type_unit_group.
4568 (dw2_get_primary_cu): New function.
4569 (dw2_build_type_unit_groups_reader): New function.
4570 (dw2_build_type_unit_groups): New function.
4571 (dw2_get_file_names): Assert not called on type units.
4572 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4573 Redo loop to iterate over type unit groups instead of type units.
4574 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4575 (read_abbrev_offset): New function.
4576 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
4577 updated.
4578 (create_partial_symtab): New function.
4579 (process_psymtab_comp_unit_reader): Assert not used with type units.
4580 Call create_partial_symtab.
4581 (process_psymtab_type_unit): Delete.
4582 (hash_type_unit_group, eq_type_unit_group): New functions.
4583 (allocate_type_unit_groups_table): New function.
4584 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4585 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4586 (create_type_unit_group, get_type_unit_group): New functions.
4587 (tu_abbrev_offset): New struct.
4588 (sort_tu_by_abbrev_offset): New function.
4589 (add_type_unit_group_to_table): New function.
4590 (build_type_unit_groups): New function.
4591 (build_type_psymtabs_reader): New function.
4592 (build_type_psymtab_dependencies): New function.
4593 (build_type_psymtabs): Rewrite.
4594 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4595 is seen in a type unit.
4596 (process_queue): Move symtab expansion debugging printfs here.
4597 Call process_full_type_unit for type units.
4598 (compute_symtab_includes): Assert not called for type units.
4599 (process_cu_includes): Don't call compute_symtab_includes for
4600 type units.
4601 (process_full_type_unit): New function.
4602 (process_imported_unit_die): Flag an error if called for type units.
4603 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
4604 updated. Assert not called for type units.
4605 (read_file_scope): Call dwarf2_start_symtab.
4606 (setup_type_unit_groups): New function.
4607 (read_type_unit_scope): Rewrite.
4608 (abbrev_table_read_table): Initialize abbrev_table->offset.
4609 (abbrev_table_free_cleanup): New function.
4610 (dwarf2_start_symtab): New function.
4611 (load_full_type_unit): Assert not called for type unit groups.
4612 * buildsym.c (finish_block_internal): New arg "expandable".
4613 All callers updated.
4614 (start_symtab): Move most contents to ...
4615 (restart_symtab): ... here. New function.
4616 (reset_symtab_globals): New function.
4617 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
4618 Call reset_symtab_globals.
4619 (end_symtab, end_expandable_symtab): New functions.
4620 (set_missing_symtab, augment_type_symtab): New functions.
4621 * buildsym.h (end_expandable_symtab): Declare.
4622 (augment_type_symtab, restart_symtab): Declare.
4623 * psympriv.h (struct partial_symtab): New member "anonymous".
4624 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4625 anonymous psymtabs.
4626 (read_psymtabs_with_filename): Ditto.
4627 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4628 (expand_symtabs_matching_via_partial): Ditto.
4629 (dump_psymtab): Update.
4630 * dictionary.c (dict_add_pending): New function.
4631 * dictionary.h (dict_add_pending): Declare.
4632
4633 2012-07-09 Doug Evans <dje@google.com>
4634
4635 * buildsym.c (start_subfile): Remove unnecessary check for
4636 name == NULL.
4637
4638 * psymtab.c (allocate_psymtab): Use host_address_to_string.
4639
4640 * dwarf2read.c (load_full_type_unit): Simplify.
4641
4642 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4643 to struct signatured_type **. All uses updated.
4644
4645 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4646 All callers updated.
4647
4648 2012-07-09 Tom Tromey <tromey@redhat.com>
4649
4650 * c-exp.y (check_parameter_typelist): New function.
4651 (parameter_typelist): Call it.
4652 * eval.c (make_params): Handle '(void)' case.
4653 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4654 '(void)' case.
4655
4656 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4657
4658 * common/linux-ptrace.c: Include gdb_assert.h.
4659 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4660 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4661 stdint.h.
4662 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4663 functions.
4664 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4665 * linux-nat.c (linux_child_post_attach)
4666 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4667
4668 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4669
4670 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4671 nptl <2.7 bug workaround for core files.
4672
4673 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4674
4675 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4676 clearing.
4677 (save_siginfo): Remove.
4678 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4679 call.
4680 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4681 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4682 * linux-nat.h (struct lwp_info): Remove field siginfo.
4683
4684 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 Code cleanup for the next patch.
4687 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4688 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4689 call for it.
4690 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4691 (ia64_linux_stopped_data_address):
4692 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4693 the return value.
4694 * linux-nat.h (linux_nat_get_siginfo): Likewise.
4695 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4696 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4697 call for it.
4698
4699 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 PR 14321
4702 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4703 Increase buffer sizes to 2x we need, not just 2x of the previous size.
4704
4705 2012-07-06 Tom Tromey <tromey@redhat.com>
4706
4707 * c-exp.y (DOTDOTDOT): New token.
4708 (func_mod, exp): Use parameter_typelist.
4709 (parameter_typelist): New production.
4710 (tokentab3): Add "..." token.
4711 * eval.c (make_params): Handle varargs.
4712 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4713 varargs.
4714
4715 2012-07-06 Tom Tromey <tromey@redhat.com>
4716
4717 PR exp/9608:
4718 * c-exp.y (%union) <tvec>: Change type.
4719 (func_mod): Now uses <tvec> type.
4720 (exp): Update for tvec change.
4721 (direct_abs_decl): Push the typelist.
4722 (func_mod): Return a typelist.
4723 (nonempty_typelist): Update for tvec change.
4724 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4725 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4726 * parse.c (pop_type_list): New function.
4727 (push_typelist): New function.
4728 (follow_types): Handle tp_function_with_arguments.
4729 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4730 (enum type_pieces) <tp_function_with_arguments>: New constant.
4731 (union type_stack_elt) <typelist_val>: New field.
4732 (push_typelist): Declare.
4733
4734 2012-07-06 Tom Tromey <tromey@redhat.com>
4735
4736 * c-exp.y (%union) <type_stack>: New field.
4737 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4738 (ptr_operator_ts): New production.
4739 (ptype): Update.
4740 * parse.c (type_stack_reserve): New function.
4741 (check_type_stack_depth): Use it.
4742 (pop_type_stack, append_type_stack, push_type_stack)
4743 (get_type_stack, type_stack_cleanup): New functions.
4744 (follow_types): Handle tp_type_stack.
4745 (_initialize_parse): Simplify initialization.
4746 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4747 constant.
4748 (union type_stack_elt) <stack_val>: New field.
4749 (get_type_stack, append_type_stack, push_type_stack)
4750 (type_stack_cleanup): Declare.
4751
4752 2012-07-06 Tom Tromey <tromey@redhat.com>
4753
4754 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4755 Remove.
4756 (struct type_stack): New.
4757 * parse.c (type_stack, type_stack_size, type_stack_depth):
4758 Remove.
4759 (type_stack): New global.
4760 (parse_exp_in_context, check_type_stack_depth)
4761 (insert_into_type_stack, insert_type, push_type, push_type_int)
4762 (insert_type_address_space, pop_type, pop_type_int)
4763 (_initialize_parse): Update.
4764
4765 2012-07-06 Tom Tromey <tromey@redhat.com>
4766
4767 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4768 Remove %type.
4769
4770 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4771
4772 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4773
4774 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4775 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4778 alloca with xmalloc/xfree.
4779
4780 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4781
4782 * MAINTAINERS (Write After Approval): Add myself to the list.
4783
4784 2012-07-05 Doug Evans <dje@google.com>
4785
4786 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4787
4788 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4789
4790 * ax-gdb.c (cli/cli-utils.h): New include.
4791 (linespec.h): Ditto.
4792 (agent_eval_command_one): New function.
4793 (agent_command_1): Ditto.
4794 (agent_command): Call function agent_command_1.
4795 (agent_eval_command): Ditto.
4796 (_initialize_ax_gdb): Change help for "maint agent"
4797 and "maint agent-eval".
4798
4799 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4800
4801 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4802 * cli/cli-utils.c (check_for_argument): New function.
4803 * cli/cli-utils.h (check_for_argument): Ditto.
4804
4805 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4806
4807 * NEWS: Mention x32 ABI support.
4808
4809 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4810
4811 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4812 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4813
4814 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4815 and pc_regnum_from_eax to -1. Update SP regnum from
4816 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4817 needed.
4818
4819 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4820 pc_regnum_from_eax.
4821
4822 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4823
4824 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4825 * dwarf2expr.h: Include gdbtypes.h.
4826 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4827 these forward declarations.
4828 (cu_offset, sect_offset): Move these ...
4829 * gdbtypes.h: Remove include dwarf2expr.h.
4830 (cu_offset, sect_offset): ... here.
4831
4832 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4833
4834 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4835 (amd64_linux_sigtramp_code): This.
4836 (amd64_x32_linux_sigtramp_code): New.
4837 (LINUX_SIGTRAMP_LEN): Updated.
4838 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4839
4840 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4841
4842 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4843
4844 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 * config.in: Regenerate.
4847 * configure: Regenerate.
4848 * configure.ac: Remove check for gnu/libc-version.h.
4849 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4850 gnu/libc-version.h.
4851 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4852 variables libc_version, libc_major and libc_minor. Replace sscanf by
4853 inferior_has_bug. Extend the comment.
4854
4855 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4856
4857 * linux-thread-db.c (inferior_has_bug): New function.
4858 (thread_db_find_new_threads_silently): Return boolean as checked by
4859 inferior_has_bug, describe it in the comments.
4860 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4861 earlier. Abort the initialization if it returned non-zero.
4862 (thread_db_new_objfile): Exclude debug files.
4863 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4864 if UNTIL_NO_NEW,
4865
4866 2012-07-02 Doug Evans <dje@google.com>
4867
4868 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4869 related to queue management.
4870
4871 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4872 instead of "debug dwarf2-die" in debugging printfs.
4873 (create_debug_info_hash_table_reader): Ditto.
4874 (create_debug_info_hash_table): Ditto.
4875 (init_dwo_file): Ditto.
4876 (init_cutu_and_read_dies): Add debugging printf.
4877 (init_cutu_and_read_dies_no_follow): Ditto.
4878 (process_psymtab_comp_unit_reader): Ditto.
4879
4880 2012-07-02 Stan Shebs <stan@codesourcery.com>
4881
4882 Add target-side support for dynamic printf.
4883 * NEWS: Mention the additional style.
4884 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4885 (struct bp_location): New field cmd_bytecode.
4886 * breakpoint.c: Include format.h.
4887 (disconnected_dprintf): New global.
4888 (parse_cmd_to_aexpr): New function.
4889 (build_target_command_list): New function.
4890 (insert_bp_location): Call it.
4891 (remove_breakpoints_pid): Skip dprintf breakpoints.
4892 (print_one_breakpoint_location): Ditto.
4893 (dprintf_style_agent): New global.
4894 (dprintf_style_enums): Add dprintf_style_agent.
4895 (update_dprintf_command_list): Add agent case.
4896 (agent_printf_command): New function.
4897 (_initialize_breakpoint): Add new commands.
4898 * common/ax.def (printf): New bytecode.
4899 * ax.h (ax_string): Declare.
4900 * ax-gdb.h (gen_printf): Declare.
4901 * ax-gdb.c: Include cli-utils.h, format.h.
4902 (gen_printf): New function.
4903 (maint_agent_print_command): New function.
4904 (_initialize_ax_gdb): Add maint agent-printf command.
4905 * ax-general.c (ax_string): New function.
4906 (ax_print): Add printf disassembly.
4907 * Makefile.in (SFILES): Add format.c
4908 (COMMON_OBS): Add format.o.
4909 * common/format.h: New file.
4910 * common/format.c: New file.
4911 * printcmd.c: Include format.h.
4912 (ui_printf): Call parse_format_string.
4913 * remote.c (remote_state): New field breakpoint_commands.
4914 (PACKET_BreakpointCommands): New enum.
4915 (remote_breakpoint_commands_feature): New function.
4916 (remote_protocol_features): Add new BreakpointCommands entry.
4917 (remote_can_run_breakpoint_commands): New function.
4918 (remote_add_target_side_commands): New function.
4919 (remote_insert_breakpoint): Call it.
4920 (remote_insert_hw_breakpoint): Ditto.
4921 (_initialize_remote): Add new packet configuration for
4922 target-side breakpoint commands.
4923 * target.h (struct target_ops): New field
4924 to_can_run_breakpoint_commands.
4925 (target_can_run_breakpoint_commands): New macro.
4926 * target.c (update_current_target): Handle
4927 to_can_run_breakpoint_commands.
4928
4929 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 Execute -ix and -iex only after system and user gdbinit files.
4932 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4933 processing down after gdbinit files.
4934
4935 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4936
4937 Add fnmatch-gnu module.
4938 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4939 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4940 * gnulib/aclocal.m4: Regenerate.
4941 * gnulib/config.in: Regenerate.
4942 * gnulib/configure: Regenerate.
4943 * gnulib/import/dummy.c: Remove.
4944 * gnulib/import/Makefile.am: Regenerate.
4945 * gnulib/import/Makefile.in: Likewise.
4946 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4947 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4948 * gnulib/import/alloca.c: New file.
4949 * gnulib/import/alloca.in.h: Likewise.
4950 * gnulib/import/config.charset: Likewise.
4951 * gnulib/import/fnmatch.c: Likewise.
4952 * gnulib/import/fnmatch.in.h: Likewise.
4953 * gnulib/import/fnmatch_loop.c: Likewise.
4954 * gnulib/import/localcharset.c: Likewise.
4955 * gnulib/import/localcharset.h: Likewise.
4956 * gnulib/import/m4/alloca.m4: Likewise.
4957 * gnulib/import/m4/codeset.m4: Likewise.
4958 * gnulib/import/m4/configmake.m4: Likewise.
4959 * gnulib/import/m4/fcntl-o.m4: Likewise.
4960 * gnulib/import/m4/fnmatch.m4: Likewise.
4961 * gnulib/import/m4/glibc21.m4: Likewise.
4962 * gnulib/import/m4/localcharset.m4: Likewise.
4963 * gnulib/import/m4/locale-fr.m4: Likewise.
4964 * gnulib/import/m4/locale-ja.m4: Likewise.
4965 * gnulib/import/m4/locale-zh.m4: Likewise.
4966 * gnulib/import/m4/mbrtowc.m4: Likewise.
4967 * gnulib/import/m4/mbsinit.m4: Likewise.
4968 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4969 * gnulib/import/m4/mbstate_t.m4: Likewise.
4970 * gnulib/import/m4/stdbool.m4: Likewise.
4971 * gnulib/import/m4/wchar_h.m4: Likewise.
4972 * gnulib/import/m4/wctype_h.m4: Likewise.
4973 * gnulib/import/m4/wint_t.m4: Likewise.
4974 * gnulib/import/mbrtowc.c: Likewise.
4975 * gnulib/import/mbsinit.c: Likewise.
4976 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4977 * gnulib/import/mbsrtowcs-state.c: Likewise.
4978 * gnulib/import/mbsrtowcs.c: Likewise.
4979 * gnulib/import/ref-add.sin: Likewise.
4980 * gnulib/import/ref-del.sin: Likewise.
4981 * gnulib/import/stdbool.in.h: Likewise.
4982 * gnulib/import/streq.h: Likewise.
4983 * gnulib/import/strnlen1.c: Likewise.
4984 * gnulib/import/strnlen1.h: Likewise.
4985 * gnulib/import/verify.h: Likewise.
4986 * gnulib/import/wchar.in.h: Likewise.
4987 * gnulib/import/wctype.in.h: Likewise.
4988
4989 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4990
4991 Support shell wildcards for 'set auto-load safe-path'.
4992 * auto-load.c: Include fnmatch.h.
4993 (filename_is_in_dir): Rename to ...
4994 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4995 it. Update function comment. Rename dir_len to pattern_len. New
4996 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4997 messages. Use gdb_filename_fnmatch.
4998 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4999 pattern.
5000 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5001 * defs.h (gdb_filename_fnmatch): New declaration.
5002 * utils.c: Include fnmatch.h.
5003 (gdb_filename_fnmatch): New function.
5004
5005 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5006
5007 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5008 `-probe' and `-probe-stap' options.
5009
5010 2012-07-01 Yao Qi <yao@codesourcery.com>
5011
5012 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5013 always_inserted_off, and always_inserted_enums.
5014 Change always_inserted_mode's type to 'enum auto_boolean'.
5015 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5016 callers.
5017 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5018 of add_setshow_enum_cmd.
5019 * infrun.c: Remove can_use_displaced_stepping_auto,
5020 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5021 can_use_displaced_stepping_enum.
5022 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5023 (show_can_use_displaced_stepping, use_displaced_stepping): Update
5024 callers.
5025 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5026 add_setshow_enum_cmd.
5027
5028 2012-06-30 Doug Evans <dje@google.com>
5029
5030 * dwarf2read.c (signatured_type): Make "per_cu" member first.
5031 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5032 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
5033
5034 2012-06-29 Doug Evans <dje@google.com>
5035
5036 * linespec.c: #include "stack.h".
5037 (decode_line_with_current_source): Moved here from symtab.c and
5038 renamed from decode_line_spec. All callers updated.
5039 (decode_line_with_last_displayed): Moved here from breakpoint.c and
5040 renamed from decode_line_spec_1. All callers updated.
5041 * linespec.h (decode_line_with_current_source): Move declaration here
5042 from symtab.h and renamed from decode_line_spec.
5043 (decode_line_with_last_displayed): Move declaration here from symtab.h
5044 and renamed from decode_line_spec_1.
5045 * macrocmd.c: #include "linespec.h".
5046 * symtab.c: Remove #include "linespec.h".
5047
5048 2012-06-28 Doug Evans <dje@google.com>
5049
5050 * dwarf2read.c (get_cu_length): New function.
5051 (offset_in_cu_p, error_check_comp_unit_head): Call it.
5052 (create_debug_types_hash_table): Ditto.
5053 (init_cutu_and_read_dies): Ditto.
5054 (init_cutu_and_read_dies_no_follow): Ditto.
5055
5056 * dwarf2read.c (dwarf2_find_base_address): Move definition.
5057
5058 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5059 (struct abbrev_table): Define.
5060 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5061 abbrev_table.
5062 (init_cutu_and_read_dies): Update.
5063 (abbrev_table_alloc_abbrev): New function. Replaces
5064 dwarf_alloc_abbrev. All callers updated.
5065 (abbrev_table_add_abbrev): New function.
5066 (abbrev_table_lookup_abbrev): New function. Replaces
5067 dwarf2_lookup_abbrev. All callers updated.
5068 (abbrev_table_read_table): New function. Contents moved here from
5069 dwarf2_read_abbrevs.
5070 (dwarf2_read_abbrevs): Call it.
5071 (abbrev_table_free): New function.
5072 (dwarf2_free_abbrev_table): Call it.
5073
5074 2012-06-28 Stan Shebs <stan@codesourcery.com>
5075
5076 * osdata.c (info_osdata_command): Filter out "Title" columns
5077 from non-MI uses.
5078 * common/linux-osdata.c (struct osdata_type): Add title field.
5079 (osdata_table): Add titles to each entry.
5080 (linux_command_xfer_osdata): Add a column for title data.
5081
5082 2012-06-28 Stan Shebs <stan@codesourcery.com>
5083
5084 Make logging work for MI.
5085 * NEWS: Mention it.
5086 * interps.h (interp_set_logging_ftype): New typedef.
5087 (struct interp_procs): New field set_logging_proc.
5088 (current_interp_set_logging): Declare.
5089 * interps.c (current_interp_set_logging): New function.
5090 * cli/cli-logging.c: Include interps.h.
5091 (set_logging_redirect): Call current_interp_set_logging.
5092 (pop_output_files): Ditto.
5093 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5094 * mi/mi-console.h (mi_console_set_raw): Declare.
5095 * mi/mi-console.c (mi_console_set_raw): New function.
5096 * mi/mi-interp.c (saved_raw_stdout): New global.
5097 (mi_set_logging): New function.
5098 (_initialize_mi_interp): Add it to interp procs.
5099
5100 2012-06-28 Doug Evans <dje@google.com>
5101
5102 * symtab.c (lookup_symbol_aux_objfile): Use
5103 ALL_OBJFILE_PRIMARY_SYMTABS.
5104
5105 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5106
5107 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * common/buffer.c: Include inttypes.h and stdint.h.
5110 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5111
5112 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5113 Pedro Alves <palves@redhat.com>
5114
5115 * gdbthread.h (ALL_THREADS): New macro.
5116 (thread_list): Declare.
5117 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5118 going, but instead fall through to the stepping handling.
5119 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
5120 the passed in signal. Adjust debug output.
5121 (resume_callback): Rename to ...
5122 (linux_nat_resume_callback): ... this. Pass the thread's last
5123 stop signal, if in "pass" state.
5124 (linux_nat_resume): Adjust to rename.
5125 (stop_wait_callback): New assertion. Don't respawn signals;
5126 instead let the LWP remain with SIGNALLED set.
5127 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5128 * remote.c (append_pending_thread_resumptions): New.
5129 (remote_vcont_resume): Call it.
5130 * target.h (target_resume): Extend comment.
5131
5132 2012-06-28 Iain Sandoe <iain@codesourcery.com>
5133
5134 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5135
5136 2012-06-27 Doug Evans <dje@google.com>
5137
5138 * dwarf2read.c (dwarf2_cu): Add ranges_base.
5139 Delete have_addr_base, unused. All uses updated.
5140 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5141 (dwarf2_get_pc_bounds): Add ranges_base.
5142 (dwarf2_record_block_ranges): Ditto.
5143
5144 2012-06-27 Tom Tromey <tromey@redhat.com>
5145
5146 PR macros/7961:
5147 * varobj.c (varobj_create): Update.
5148 (varobj_set_value): Update.
5149 * tracepoint.c (validate_actionline): Update.
5150 (encode_actions_1): Update.
5151 * parse.c (parse_exp_1): Add 'pc' argument.
5152 (parse_exp_in_context): Add 'pc' argument. Change how
5153 expression_context_pc is set.
5154 (parse_expression): Update.
5155 (parse_field_expression): Update.
5156 * expression.h (parse_exp_1): Update.
5157 * eval.c (parse_to_comma_and_eval): Update.
5158 * breakpoint.c (set_breakpoint_condition): Update.
5159 (update_watchpoint): Update.
5160 (init_breakpoint_sal): Update
5161 (find_condition_and_thread): Update.
5162 (watch_command_1): Update.
5163 (update_breakpoint_locations): Update.
5164 * ada-lang.c (ada_read_renaming_var_value): Update.
5165 (create_excep_cond_exprs): Update.
5166
5167 2012-06-27 Doug Evans <dje@google.com>
5168
5169 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5170 type units.
5171
5172 2012-06-26 Doug Evans <dje@google.com>
5173
5174 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5175 prototype.
5176 (error_check_comp_unit_head): New arg abbrev_section. All callers
5177 updated.
5178 (read_and_check_comp_unit_head): Ditto.
5179 (read_and_check_type_unit_head): Ditto.
5180
5181 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5182
5183 New attribute 'last' for gdb.Symtab_and_line.
5184 * NEWS (Python Scripting): Add entry about the new attribute.
5185 * python/py-symtab.c (salpy_get_last): New function which
5186 implements the get method for the 'last' attribute of
5187 gdb.Symtab_and_line.
5188 (sal_object_getset): Add entry for the 'last' attribute.
5189
5190 2012-06-26 Doug Evans <dje@google.com>
5191
5192 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5193 (dwo_sections): Add macinfo, macro.
5194 (dwarf2_locate_dwo_sections): Watch for macro sections.
5195 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5196 All callers updated. Handle DWO files.
5197
5198 * NEWS: Mention new options "set debug dwarf2-read" and
5199 "set debug symtab-create".
5200 * dwarf2read.c (dwarf2_read_debug): New static global.
5201 (dwarf2_build_psymtabs_hard): Add debugging printfs.
5202 (process_queue): Ditto.
5203 (process_full_comp_unit): Ditto.
5204 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5205 * elfread.c (elf_symfile_read): Add debugging printf.
5206 * minsyms.c (install_minimal_symbols): Ditto.
5207 * psymtab.c (allocate_psymtab): Ditto.
5208 * symfile.c (allocate_symtab): Ditto.
5209 * symtab.c (symtab_create_debug): New global.
5210 (_initialize_symtab): Add new option "set debug symtab-create".
5211 * symtab.h (symtab_create_debug): Declare.
5212
5213 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5214 (lookup_dwo_type_unit): Ditto.
5215
5216 2012-06-26 Roland McGrath <roland@hack.frob.com>
5217 H.J. Lu <hongjiu.lu@intel.com>
5218
5219 * amd64-linux-nat.c: Include <sys/user.h>.
5220 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5221 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5222 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5223
5224 * configure.ac: Check if the fs_base and gs_base members of
5225 `struct user_regs_struct' exist.
5226 * config.in: Regenerated.
5227 * configure: Likewise.
5228
5229 2012-06-25 Michael Eager <eager@eagercon.com>
5230
5231 PR python/14291
5232 * python/python.c (gdbpy_write): Check for interrupted output.
5233
5234 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5235
5236 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5237 register as a stack alignment in ARM mode.
5238
5239 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5242 * gnulib/config.in: Regenerate.
5243 * gnulib/configure: Likewise.
5244 * gnulib/import/m4/extensions.m4: Update it.
5245 * gnulib/import/m4/gnulib-common.m4: Likewise.
5246 * gnulib/import/m4/memmem.m4: Likewise.
5247 * gnulib/import/m4/mmap-anon.m4: Likewise.
5248 * gnulib/import/m4/multiarch.m4: Likewise.
5249 * gnulib/import/stdint.in.h: Likewise.
5250
5251 2012-06-24 Yao Qi <yao@codesourcery.com>
5252
5253 * corefile.c (write_memory_with_notification): New.
5254 * gdbcore.h: Declare write_memory_with_notification.
5255 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5256 'observer_notify_memory_changed' with 'write_memory_with_notification'.
5257 * valops.c (value_assign): Likewise.
5258 * python/py-inferior.c (infpy_write_memory): Call
5259 'write_memory_with_notification'.
5260
5261 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5262
5263 * cc-with-index.sh: Use also -ex "set auto-load no".
5264
5265 2012-06-23 Doug Evans <dje@google.com>
5266
5267 PR 14125
5268 * NEWS: Document additions to .gdb_index.
5269 * dwarf2read.c: #include "gdb/gdb-index.h".
5270 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5271 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5272 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5273 (dwarf2_read_index): Recognize version 7.
5274 (dw2_do_expand_symtabs_matching): New args want_specific_block,
5275 block_kind, domain): All callers updated.
5276 (dw2_find_symbol_file): Handle new index CU values.
5277 (dw2_expand_symtabs_matching): Match symbol kind if requested.
5278 (add_index_entry): New args is_static, kind. All callers updated.
5279 (offset_type_compare, uniquify_cu_indices): New functions
5280 (symbol_kind): New function.
5281 (write_psymtabs_to_index): Remove duplicate CU values.
5282 (write_psymtabs_to_index): Write .gdb_index version 7.
5283
5284 2012-06-22 Joel Brobecker <brobecker@adacore.com>
5285
5286 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5287 * configure: Regenerate.
5288
5289 2012-06-20 Yao Qi <yao@codesourcery.com>
5290
5291 * python/py-inferior.c: Update comments of infpy_read_memory
5292 and infpy_write_memory.
5293
5294 2012-06-19 Tom Tromey <tromey@redhat.com>
5295
5296 PR exp/9514:
5297 * parser-defs.h (insert_type, insert_type_address_space): Declare.
5298 (push_type_address_space): Remove.
5299 * parse.c (insert_into_type_stack): New function.
5300 (insert_type): Likewise.
5301 (insert_type_address_space): Rename from push_type_address_space.
5302 Insert tp_space_identifier.
5303 * c-exp.y (ptr_operator): New production.
5304 (abs_decl): Use ptr_operator.
5305 (space_identifier): Call insert_type_address_space.
5306 (ptype): Don't use const_or_volatile_or_space_identifier.
5307 (const_or_volatile_noopt): Call insert_type.
5308 (conversion_type_id, conversion_declarator): New productions.
5309 (operator): Use conversion_type_id.
5310
5311 2012-06-18 Doug Evans <dje@google.com>
5312
5313 * symtab.h (minimal_symbol): New member created_by_gdb.
5314 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5315 created by gdb.
5316 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5317 (search_symbols): Call it instead of lookup_symbol.
5318 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
5319
5320 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5321 Adjust address for DW_OP_GNU_addr_index.
5322 * dwarf2expr.h (dwarf_expr_context): Update comment.
5323 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5324 all callers updated. Handle TLS vars described with
5325 DW_OP_GNU_const_index.
5326 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5327 and DW_OP_GNU_const_index.
5328 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5329
5330 * block.c (find_block_in_blockvector): Make explicit the fact that we
5331 ignore GLOBAL_BLOCK.
5332
5333 2012-06-18 Tom Tromey <tromey@redhat.com>
5334
5335 * c-exp.y (operator): Remove trailing space after "delete" and
5336 "delete[]".
5337
5338 2012-06-18 Mark Kettenis <kettenis@gnu.org>
5339 Jan Kratochvil <jan.kratochvil@redhat.com>
5340
5341 Switch i386 and derived targets to ON_STACK.
5342 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5343 (amd64_dicos_init_abi): Remove its installment.
5344 * dicos-tdep.c (dicos_init_abi): Remove the
5345 set_gdbarch_call_dummy_location call. Update the comment here.
5346 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5347 (i386_dicos_init_abi): Remove its installment.
5348 * i386-tdep.c (i386_push_dummy_code): New function.
5349 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5350 i386_push_dummy_code.
5351
5352 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 Remove stale dummy frames.
5355 * breakpoint.c: Include dummy-frame.h.
5356 (longjmp_breakpoint_ops): New variable.
5357 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5358 bp_longjmp_call_dummy.
5359 (bpstat_what, bptype_string, print_one_breakpoint_location)
5360 (init_bp_location): Support bp_longjmp_call_dummy.
5361 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
5362 (set_longjmp_breakpoint_for_call_dummy)
5363 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5364 functions.
5365 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5366 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
5367 FIXME comment and extend the other comment for bp_call_dummy.
5368 (set_longjmp_breakpoint_for_call_dummy)
5369 (check_longjmp_breakpoint_for_call_dummy): New declarations.
5370 * dummy-frame.c: Include gdbthread.h.
5371 (pop_dummy_frame_bpt): New function.
5372 (pop_dummy_frame): Call pop_dummy_frame_bpt.
5373 (dummy_frame_discard): New function.
5374 (cleanup_dummy_frames): Update the comment about longjmps.
5375 * dummy-frame.h (dummy_frame_discard): New declaration.
5376 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5377 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
5378 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
5379 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5380 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
5381 keep_going if IS_LONGJMP and there is no other reason to stop.
5382
5383 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
5384
5385 * remote-sim.c (sim_command_completer): Initialize
5386 variable 'result'.
5387
5388 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5389
5390 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5391 * dwarf2loc.c (call_site_parameter_matches): Support
5392 CALL_SITE_PARAMETER_PARAM_OFFSET.
5393 (needs_dwarf_reg_entry_value): Push stub value.
5394 * dwarf2read.c (read_call_site_scope): New variable origin. Support
5395 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5396 * gdbtypes.h (enum call_site_parameter_kind): New item
5397 CALL_SITE_PARAMETER_PARAM_OFFSET.
5398 (struct call_site.parameter.u): New field param_offset.
5399
5400 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5401
5402 Code cleanup: Generalize call_site.parameter key.
5403 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5404 variable dwarf_reg. New variable kind_u. Update parameters to
5405 push_dwarf_reg_entry_value.
5406 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5407 * dwarf2expr.h (enum call_site_parameter_kind)
5408 (union call_site_parameter_u): Forward declarations.
5409 (struct dwarf_expr_context_funcs): Update parameters and their
5410 description for push_dwarf_reg_entry_value.
5411 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5412 * dwarf2loc.c (call_site_parameter_matches): New function.
5413 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5414 description. Use call_site_parameter_matches.
5415 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5416 Update parameters and their description.
5417 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5418 New variable kind_u. Adjust the caller for updated parameters.
5419 (needs_dwarf_reg_entry_value): Update parameters.
5420 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
5421 instead of attr. Update for the changed fields of struct
5422 call_site_parameter.
5423 * gdbtypes.h: Include dwarf2expr.h.
5424 (enum call_site_parameter_kind): New.
5425 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
5426 fb_offset into new union u.
5427
5428 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5429
5430 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5431 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5432 for x32.
5433
5434 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
5435
5436 * amd64-linux-nat.c (compat_x32_clock_t): New.
5437 (compat_x32_siginfo_t): Likewise.
5438 (compat_x32_siginfo_from_siginfo): Likewise.
5439 (siginfo_from_compat_x32_siginfo): Likewise.
5440 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5441 and siginfo_from_compat_x32_siginfo for x32.
5442
5443 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
5444
5445 * tracepoint.c (tfile_xfer_partial): Add a lseek.
5446
5447 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5448
5449 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5450 instead of gdbarch_ptr_bit.
5451 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5452 (amd64_supply_native_gregset): Likewise.
5453 (amd64_collect_native_gregset): Likewise.
5454 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5455 (amd64_supply_xsave): Likewise.
5456 (amd64_collect_fxsave): Likewise.
5457 (amd64_collect_xsave): Likewise.
5458
5459 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
5460
5461 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5462 (amd64_linux_read_description): Check DS segment register for
5463 x32 process.
5464
5465 2012-06-15 Tom Tromey <tromey@redhat.com>
5466
5467 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5468 init_cutu_and_read_dies.
5469
5470 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5471
5472 * MAINTAINERS (Write After Approval): Add myself to the list.
5473
5474 2012-06-15 Tom Tromey <tromey@redhat.com>
5475
5476 * valops.c (value_find_oload_method_list): Now static.
5477 * value.h (value_find_oload_method_list): Don't declare.
5478
5479 2012-06-15 Tom Tromey <tromey@redhat.com>
5480
5481 * valops.c (find_overload_match): Use value_ind.
5482
5483 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
5484
5485 * infrun.c (handle_inferior_event): Correct indentation.
5486
5487 2012-06-14 Doug Evans <dje@google.com>
5488
5489 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5490 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5491 All uses updated.
5492 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
5493 updated. Handle DEBUG_LOC_START_LENGTH.
5494 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5495 (loclist_describe_location): Ditto.
5496
5497 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
5498
5499 PR backtrace/13866
5500 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5501 after hiding inline functions.
5502
5503 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5504
5505 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5506 _initialize_inf_ttrace.
5507
5508 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5509
5510 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5511 _initialize_hppa_hpux_nat.
5512
5513 2012-06-13 Joel Brobecker <brobecker@adacore.com>
5514
5515 * remote-sim.c (sim_command_completer): Change type of return
5516 value to "VEC (char_ptr) *". Adjust implementation accordingly.
5517
5518 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5519 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 PR tdep/14222
5522 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5523 stack on a 16-byte boundary.
5524
5525 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
5526
5527 * jit.c (finalize_symtab): Set function's return type to 'void' by
5528 default.
5529
5530 2012-06-13 Mark Kettenis <kettenis@gnu.org>
5531 H.J. Lu <hongjiu.lu@intel.com>
5532
5533 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5534 Move bits common to both the classic LP64 and the new x32 ILP32
5535 ABI here.
5536 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5537 (amd64_x32_linux_init_abi): New function.
5538 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5539 subtype.
5540
5541 * i386-tdep.h (i386_pseudo_register_name): New prototype.
5542 * i386-tdep.c (i386_pseudo_register_name): Make public.
5543 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5544 * amd64-tdep.c (amd64_dword_names): Add "eip".
5545 (amd64_x32_pseudo_register_type): New function
5546 (amd64_x32_init_abi): New function.
5547
5548 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5549
5550 PR build/14003
5551 * inferior.h (struct inferior_suspend_state): Comment out.
5552 (struct inferior): Comment out the field suspend.
5553 * infrun.c (struct infcall_suspend_state): Comment out the field
5554 inferior_suspend.
5555 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5556 out its assignment.
5557
5558 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5559
5560 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5561 * c-exp.y (classify_inner_name): Remove caller assumptions in the
5562 function comment. Return ERROR for unresolved cases. Implement
5563 returning proper NAME.
5564 (yylex): Accept also NAME from classify_inner_name.
5565 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5566 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
5567 LOC_TYPEDEF type.
5568 * cp-support.h (cp_lookup_nested_type): Update its declaration.
5569
5570 2012-06-13 Tom Tromey <tromey@redhat.com>
5571
5572 * breakpoint.c (condition_completer): New function.
5573 (_initialize_breakpoint): Use it.
5574 * value.c (complete_internalvar): New function.
5575 * value.h (complete_internalvar): Declare.
5576
5577 2012-06-13 Tom Tromey <tromey@redhat.com>
5578
5579 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5580 * breakpoint.c (catch_syscall_completer): Return a VEC.
5581 * cli/cli-cmds.c (complete_command): Update.
5582 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5583 (complete_on_enum): Likewise.
5584 * command.h: Include gdb_vecs.h.
5585 (completer_ftype): Change return type.
5586 (complete_on_cmdlist, complete_on_enum): Likewise.
5587 * completer.c (noop_completer, filename_completer)
5588 (location_completer): Return a VEC.
5589 (add_struct_fields): Remove 'nextp' argument. Change 'output'
5590 to a VEC.
5591 (expression_completer, complete_line_internal, complete_line)
5592 (command_completer): Return a VEC.
5593 (gdb_completion_word_break_characters, line_completion_function):
5594 Update.
5595 * completer.h: Include gdb_vecs.h.
5596 (complete_line, noop_completer, filename_completer)
5597 (expression_completer, location_completer, command_completer):
5598 Update.
5599 * f-lang.c (f_word_break_characters): Return a VEC.
5600 * interps.c (interpreter_completer): Return a VEC.
5601 * language.h (struct language_defn)
5602 <la_make_symbol_completion_list>: Return a VEC.
5603 * python/py-cmd.c (cmdpy_completer): Return a VEC.
5604 * symtab.c (free_completion_list): Take a VEC.
5605 (return_val_size, return_val_index): Remove.
5606 (return_val): Now a VEC.
5607 (completion_list_add_name): Update.
5608 (default_make_symbol_completion_list_break_on)
5609 (default_make_symbol_completion_list, make_symbol_completion_list)
5610 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5611 Return a VEC.
5612 (add_filename_to_list): Update.
5613 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5614 <list>: Now a VEC.
5615 (maybe_add_partial_symtab_filename): Update.
5616 (make_source_files_completion_list): Return a VEC.
5617 * symtab.h (default_make_symbol_completion_list_break_on)
5618 (default_make_symbol_completion_list, make_symbol_completion_list)
5619 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5620 (make_source_files_completion_list): Update.
5621
5622 2012-06-13 Tom Tromey <tromey@redhat.com>
5623
5624 * breakpoint.c (add_catch_command): Use completer_ftype.
5625 * breakpoint.h: Include command.h.
5626 (add_catch_command): Use completer_ftype.
5627 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5628 * cli/cli-decode.h (struct cmd_list_element) <completer>:
5629 Use completer_ftype.
5630 * command.h (completer_ftype): New typedef.
5631 (set_cmd_completer): Use it.
5632 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5633 completer_ftype.
5634
5635 2012-06-13 Pedro Alves <palves@redhat.com>
5636
5637 Partial revert of previous change.
5638
5639 * serial.c (scb_base): New global.
5640 (serial_for_fd): New.
5641 (serial_open, serial_fdopen_ops): Link new serial in open serials
5642 chain.
5643 (do_serial_close): Unlink serial from the open serials chain.
5644
5645 2012-06-12 Pedro Alves <palves@redhat.com>
5646
5647 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5648 threads here.
5649 (prepare_for_detach): No longer context switch here in non-stop
5650 mode.
5651 (fetch_inferior_event): Ditto.
5652 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5653 to the event thread before removing breakpoints. Switch to the
5654 event thread before inserting breakpoints and resuming.
5655 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5656 event thread before resuming.
5657 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5658 Switch to the event thread before removing breakpoints.
5659
5660 2012-06-12 Eli Zaretskii <eliz@gnu.org>
5661
5662 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5663 special characters correctly for the Windows shells. See
5664 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5665 report.
5666 [!__MINGW32__]: Remove extra double quote character from special
5667 characters.
5668
5669 2012-06-11 Stan Shebs <stan@codesourcery.com>
5670
5671 * ui-out.h: Remove #if 0 declarations.
5672 * ui-out.c: Remove #if 0 functions.
5673
5674 2012-06-11 Pedro Alves <palves@redhat.com>
5675
5676 * ser-base.c (run_async_handler_and_reschedule): New.
5677 (fd_event, push_event): Use it.
5678 * serial.c (serial_open, serial_fdopen_ops): Set the initial
5679 reference count to 1.
5680 (do_serial_close): Set the bufp field to NULL. Use serial_unref
5681 instead of xfree.
5682 (serial_is_open, serial_ref, serial_unref): New.
5683 * serial.h (serial_open): Adjust comment.
5684 (serial_is_open): Declare.
5685 (serial_close): Adjust comment.
5686 (serial_ref, serial_unref) Declare.
5687 (struct serial): New field 'refcnt'.
5688
5689 2012-06-11 Pedro Alves <palves@redhat.com>
5690
5691 Remove #if 0'd "connect" command, and unnecessary associated
5692 refcounting and serial reuse bits.
5693
5694 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5695 * serial.c (last_serial_opened): Delete.
5696 (scb_base): Delete.
5697 (serial_open): Adjust.
5698 (serial_for_fd): Delete.
5699 (serial_fdopen_ops, do_serial_close): Adjust.
5700 (serial_fdopen_ops): Adjust.
5701
5702 2012-06-11 Pedro Alves <palves@redhat.com>
5703
5704 * serial.c (do_serial_close): Remove early return when SCB is
5705 null.
5706
5707 2012-06-11 Tom Tromey <tromey@redhat.com>
5708
5709 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5710
5711 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5712
5713 Fix regression by the "ambiguous linespec" series.
5714 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5715 get_last_displayed_symtab and get_last_displayed_line and depending
5716 on CURSAL.
5717
5718 2012-06-11 Tom Tromey <tromey@redhat.com>
5719
5720 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5721 (dw2_find_symbol_file): Use it.
5722
5723 2012-06-11 Michael Eager <eager@eagercon.com>
5724
5725 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5726 * mips-linux-tdep.h (mips_signals): New
5727
5728 2012-06-11 Tom Tromey <tromey@redhat.com>
5729
5730 * infrun.c (handle_inferior_event)
5731 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5732 breakpoint.
5733 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5734 exception logic in all cases. Update comments.
5735 (insert_longjmp_resume_breakpoint): Set the exception resume
5736 breakpoint.
5737
5738 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5739
5740 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5741
5742 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5743
5744 * valarith.c (binop_types_user_defined_p): Fix a typo.
5745
5746 2012-06-08 Yao Qi <yao@codesourcery.com>
5747 Chung-Lin Tang <cltang@codesourcery.com>
5748
5749 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5750 * arch-utils.h: Declare.
5751 * gdbarch.sh: Add return_in_first_hidden_param_p.
5752 * gdbarch.c, gdbarch.h: Regenerated.
5753 * infcall.c (call_function_by_hand): Call
5754 gdbarch_return_in_first_hidden_param_p instead of
5755 language_pass_by_reference.
5756
5757 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5758 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5759 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5760 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5761 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5762 `cplus_return_struct_by_reference'.
5763 (tic6x_return_value): Handle language cplusplus.
5764 (tic6x_return_in_first_hidden_param_p): New.
5765 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5766
5767 2012-06-07 Doug Evans <dje@google.com>
5768
5769 * dwarf2read.c (dwarf2_cu): Add comment.
5770
5771 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5772
5773 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5774 variable.
5775 (mips_eabi_push_dummy_call): Likewise.
5776 (mips_n32n64_push_dummy_call): Likewise.
5777 (mips_o32_push_dummy_call): Likewise.
5778 (mips_o64_push_dummy_call): Likewise.
5779
5780 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5781
5782 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5783
5784 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5785
5786 * mips-tdep.c (mips_pseudo_register_type): Use
5787 mips_float_register_p.
5788
5789 2012-06-06 Pedro Alves <palves@redhat.com>
5790
5791 * infrun.c (handle_inferior_event): Remove calls to
5792 reinit_frame_cache that follow a context_switch call.
5793
5794 2012-06-06 Pedro Alves <palves@redhat.com>
5795
5796 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5797 context_switch and remove stale comment.
5798
5799 2012-06-06 Pedro Alves <palves@redhat.com>
5800
5801 * infrun.c (struct execution_control_state): Remove
5802 `new_thread_event' field.
5803 (handle_inferior_event): Simplify new threads handling; don't
5804 resume the inferior if we find a new thread.
5805
5806 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5807
5808 * NEWS: Document the deprecation of SH's 'regs' command.
5809 * inferior.h (all_registers_info): Add function declaration.
5810 * sh-tdep.c (sh_show_regs): Remove variable.
5811 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5812 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5813 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5814 (sh_show_regs_command): Remove functions.
5815 (sh_gdbarch_init): Don't set sh_show_regs.
5816 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5817 'info all-registers'.
5818 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5819 (sh64_show_regs): Remove functions.
5820 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5821
5822 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5823
5824 * configure.ac: Move development=true below AC_INIT.
5825 * configure: Regenerate.
5826
5827 2012-06-05 Stan Shebs <stan@codesourcery.com>
5828
5829 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5830 gdb_stdout.
5831
5832 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5833
5834 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5835 argument as ssize_t.
5836 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5837 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5838 * target.c (target_read_stack, target_write_memory)
5839 (target_write_raw_memory): Likewise.
5840 * target.h (target_read_stack, target_write_memory)
5841 (target_write_raw_memory): Likewise.
5842
5843 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5846 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5847 * target.c (target_read_memory): Change LEN to ssize_t.
5848 * target.h (target_read_memory): Change LEN to ssize_t.
5849
5850 2012-06-05 Pedro Alves <palves@redhat.com>
5851
5852 PR backtrace/13866
5853
5854 * breakpoint.c (until_break_command): Only fetch the selected
5855 frame after decode_line_1.
5856
5857 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5858
5859 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5860 event breakpoint at _start, __start or main if a program
5861 interpreter is not found.
5862
5863 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5864
5865 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5866 Add declaration.
5867 * windows-tdep.c: #include "objfiles.h".
5868 (windows_iterate_over_objfiles_in_search_order): New function.
5869 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5870 iterate_over_objfiles_in_search_order gdbarch method to
5871 windows_iterate_over_objfiles_in_search_order.
5872 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5873
5874 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5875
5876 * gdbarch.sh: Add generation of
5877 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5878 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5879 (iterate_over_objfiles_in_search_order): New gdbarch method.
5880 * gdbarch.h, gdbarch.c: Regenerate.
5881 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5882 Add declaration.
5883 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5884 New function.
5885 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5886 out of lookup_symbol_aux_symtabs.
5887 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5888 call to lookup_symbol_aux_objfile.
5889 (struct global_sym_lookup_data): New type.
5890 (lookup_symbol_global_iterator_cb): New function.
5891 (lookup_symbol_global): Search for symbol using
5892 gdbarch_iterate_over_objfiles_in_search_order and
5893 lookup_symbol_global_iterator_cb.
5894 * findvar.c (struct minsym_lookup_data): New type.
5895 (minsym_lookup_iterator_cb): New function.
5896 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5897 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5898 and minsym_lookup_iterator_cb.
5899
5900 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5901
5902 Revert the following patch:
5903 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5904 try locating the symbol in the symbol's own objfile first, before
5905 extending the search to all objfiles.
5906 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5907 out of lookup_symbol_aux_symtabs.
5908 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5909 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5910 Do not search EXCLUDE_OBJFILE.
5911 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5912 (lookup_symbol_global): Search for matches in the block's objfile
5913 first, before searching all other objfiles.
5914
5915 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5916
5917 * breakpoint.c (find_condition_and_thread): Stop parsing
5918 as soon as the first invalid keyword is found.
5919
5920 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5921
5922 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5923
5924 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5925
5926 * config/djgpp/djcheck.sh: Add copyright header.
5927
5928 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5929
5930 * copyright.py (update_files, main): Fix path to update-copyright
5931 script.
5932
5933 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5934
5935 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5936 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5937 for which a reminder to update by hand is printed.
5938
5939 2012-06-04 Doug Evans <dje@google.com>
5940
5941 * buildsym.c (make_blockvector): Add comment.
5942
5943 2012-06-04 Pedro Alves <palves@redhat.com>
5944
5945 * arch-utils.c (default_gdb_signal_from_target): Delete.
5946 * arch-utils.h (default_gdb_signal_from_target): Delete.
5947 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5948 gdbarch_gdb_signal_from_target_p.
5949 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5950 predicate).
5951 * gdbarch.h: Regenerate.
5952 * gdbarch.c: Regenerate.
5953
5954 2012-06-04 Pedro Alves <palves@redhat.com>
5955
5956 * gdbarch.sh (gdb_signal_from_target): Mention that the
5957 implementation of the method must be host independent.
5958 * gdbarch.h: Regenerate.
5959
5960 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5961
5962 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5963 parameters.
5964 (target_read_memory_bfd): New function.
5965 (symbol_file_add_from_memory): Use it.
5966
5967 2012-06-03 Doug Evans <dje@google.com>
5968
5969 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5970 of primary symtab.
5971 (basic_lookup_transparent_type): Ditto.
5972
5973 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5974 (ALL_PRIMARY_SYMTABS): Use it.
5975 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5976 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5977 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5978 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5979 (basic_lookup_transparent_type): Ditto.
5980
5981 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5982
5983 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5984 it to optimize resolution of demangled name.
5985
5986 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5987
5988 * configure.ac (development): Define new variable.
5989 Call AC_CHECK_LIB for mcheck if $development.
5990 (ERROR_ON_WARNING): Enable it by default only if $development.
5991 * config.in: Regenerate.
5992 * configure: Regenerate.
5993
5994 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5995
5996 * target.c (target_read_memory): Make LEN argument as size_t.
5997 * target.h (target_read_memory): Likewise.
5998
5999 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6000
6001 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6002
6003 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
6004
6005 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6006 BookE interface for PowerPC server processors if not available
6007 in the Linux Kernel.
6008
6009 2012-05-31 Keith Seitz <keiths@redhat.com>
6010
6011 * linespec.c (decode_objc): Add cleanup to free
6012 INFO.FILE_SYMTABS.
6013 (find_linespec_symbols): Add cleanup to free CLASSES.
6014 * symfile.c (find_separate_debug_file_by_debuglink): Add
6015 cleanup to free DEBUGLINK.
6016 * ui-out.c (clear_header_list): No need to check if
6017 HEADER_NEXT.COLHDR is NULL.
6018 Free HEADER_NEXT.COL_NAME.
6019
6020 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
6021
6022 * ada-lang.c (standard_lookup): Prevent uninitialized variable
6023 warning.
6024
6025 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6026
6027 * configure.host (gdb_host_cpu): Handle tilegx*.
6028 (gdb_host): Handle tilegx-*-linux*.
6029 * tilegx-linux-nat.c: New file.
6030 * config/tilegx/linux.mh: New file.
6031
6032 2012-05-30 Jeff Kenton <jkenton@tilera.com>
6033
6034 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6035 tilegx-linux-tdep.o.
6036 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6037 tilegx-linux-tdep.c.
6038 * configure.tgt: Handle tilegx-*-linux*.
6039 * tilegx-tdep.h: New file.
6040 * tilegx-tdep.c: New file.
6041 * tilegx-linux-tdep.c: New file.
6042 * regformats/reg-tilegx.dat: New file.
6043
6044 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6045
6046 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6047 accounting of hw watchpoints on ppc.
6048
6049 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6050
6051 * source.c (openp): Expand tilde in path entries.
6052
6053 2012-05-29 Doug Evans <dje@google.com>
6054
6055 * buildsym.c (block_compar): Fix comment.
6056 (end_symtab): Fix and clarify some comments.
6057
6058 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6059 cleanup_undefined_types.
6060 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6061 All callers updated.
6062
6063 2012-05-29 Tom Tromey <tromey@redhat.com>
6064
6065 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6066 fails.
6067 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6068 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6069 fails.
6070 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6071 fails.
6072
6073 2012-05-29 Tristan Gingold <gingold@adacore.com>
6074
6075 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6076 (struct darwin_info): ... New struct.
6077 (solib_darwin_pspace_data): New variable.
6078 (darwin_pspace_data_cleanup): New function.
6079 (get_darwin_info): Likewise.
6080 (darwin_dyld_version_ok, darwin_load_image_infos)
6081 (darwin_solib_get_all_image_info_addr_at_init)
6082 (darwin_solib_read_all_image_info_addr): Add info argument.
6083 Adjust code.
6084 (darwin_current_sos): Use per pspace structure.
6085 (darwin_solib_create_inferior_hook): Likewise.
6086 (darwin_clear_solib): Likewise.
6087 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6088
6089 2012-05-28 Pedro Alves <palves@redhat.com>
6090
6091 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6092 block that uses them. Clear ecss before handling each event.
6093
6094 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6095
6096 * solib-svr4.c (svr4_current_sos): New comment on
6097 svr4_current_sos_via_xfer_libraries fall back.
6098
6099 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6100
6101 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
6102 it as a fallback for TYPE_IS_OPAQUE.
6103 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6104 symbols for lookup_symbol.
6105
6106 2012-05-24 John Steele Scott <toojays@toojays.net>
6107
6108 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6109 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6110 (producer_is_gxx_lt_4_6): Move the checking and caching to...
6111 (check_producer): ... this new function, which also checks for ICC
6112 and caches the result.
6113 (producer_is_icc): New function.
6114 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6115 producer was ICC.
6116
6117 2012-05-24 Pedro Alves <palves@redhat.com>
6118
6119 PR gdb/7205
6120
6121 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6122 (default_gdb_signal_to_target): ... this. Add comment.
6123 (default_gdb_signal_from_host): Rename to ...
6124 (default_gdb_signal_from_target): ... this. Add comment.
6125 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6126 (default_gdb_signal_to_target): ... this.
6127 (default_gdb_signal_from_host): Rename to ...
6128 (default_gdb_signal_from_target): ... this.
6129 * corelow.c (core_open): Adjust to naming change. Replace comment.
6130 * gdbarch.sh (gdb_signal_from_host): Rename to ...
6131 (gdb_signal_from_target): ... this. Adjust to
6132 default_gdb_signal_from_host naming change. Extend comment.
6133 (gdb_signal_to_host): Rename to ...
6134 (gdb_signal_to_target): ... this. Adjust to
6135 default_gdb_signal_to_host naming change.
6136 * gdbarch.h, gdbarch.c: Renegerate.
6137
6138 2012-05-24 Pedro Alves <palves@redhat.com>
6139
6140 PR gdb/7205
6141
6142 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6143
6144 2012-05-24 Pedro Alves <palves@redhat.com>
6145
6146 PR gdb/7205
6147
6148 Replace target_signal with gdb_signal throughout.
6149
6150 2012-05-24 Pedro Alves <palves@redhat.com>
6151
6152 PR tui/14159
6153
6154 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6155 string, instead of reusing the va_list argument.
6156
6157 2012-05-24 Tom Tromey <tromey@redhat.com>
6158
6159 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6160 Remove.
6161
6162 2012-05-23 Doug Evans <dje@google.com>
6163
6164 * symtab.c (search_symbols): Formatting fixes.
6165 (print_symbol_info): Formatting fixes.
6166
6167 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6168 int64_t change to leb128 API.
6169 (read_encoded_value, decode_frame_entry_1): Ditto.
6170 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6171 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6172 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6173 (execute_stack_op): Ditto.
6174 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6175 (safe_read_uleb128, safe_read_sleb128): Ditto.
6176 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6177 (dwarf2_compile_expr_to_ax): Ditto.
6178 (locexpr_describe_location_piece): Ditto.
6179 (disassemble_dwarf_expression): Ditto.
6180 (locexpr_describe_location_1): Ditto.
6181
6182 2012-05-23 Stan Shebs <stan@codesourcery.com>
6183 Kwok Cheung Yeung <kcy@codesourcery.com>
6184
6185 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6186 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6187 (mi-cmd-info.o): New rule.
6188 * osdata.h (info_osdata_command): New declaration.
6189 * osdata.c (info_osdata_command): Change to non-static.
6190 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6191 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6192 * mi/mi-cmd-info.c: New file.
6193
6194 2012-05-23 Doug Evans <dje@google.com>
6195
6196 * symtab.c (search_symbols): Pass NULL for file_matcher to
6197 expand_symtabs_matching if there are no files to match.
6198
6199 * gdbtypes.c (lookup_typename): Simplify.
6200
6201 2012-05-23 Pedro Alves <palves@redhat.com>
6202
6203 * arch-utils.h (default_target_signal_to_host): Delete.
6204 * arch-utils.c (default_target_signal_to_host): Delete.
6205 * gdbarch.sh (target_signal_to_host): Remove.
6206 * gdbarch.h, gdbarch.c: Regenerate.
6207
6208 2012-05-22 Doug Evans <dje@google.com>
6209
6210 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6211 "const gdb_byte *".
6212 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6213 (execute_cfa_program): Update to match API of leb128 functions.
6214 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6215 "const gdb_byte *".
6216 (read_unsigned_leb128, read_signed_leb128): Delete.
6217 (read_initial_length): Change type of buf argument to
6218 "const gdb_byte *".
6219 (read_encoded_value): Update to match API of leb128 functions.
6220 (decode_frame_entry): Change result to "const gdb_byte *", and
6221 similarly for "start" parameter.
6222 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
6223 (dwarf2_build_frame_info): Change local frame_ptr to
6224 "const gdb_byte *".
6225 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6226 read_uleb128, read_sleb128. All callers updated.
6227 (safe_skip_leb128): New function.
6228 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6229 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6230 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6231 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
6232 read_uleb128, read_sleb128.
6233 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6234 (execute_stack_op): Update to match API of leb128 functions.
6235 * dwarf2expr.h: #include "leb128.h".
6236 (read_uleb128, read_sleb128): Delete.
6237 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6238 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6239 * dwarf2loc.c (debug_loc_kind): New enum.
6240 (decode_debug_loc_addresses): New function.
6241 (decode_debug_loc_dwo_addresses): New function.
6242 (dwarf2_find_location_expression): Rewrite.
6243 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6244 (locexpr_describe_location_piece): Ditto.
6245 (disassemble_dwarf_expression): Ditto.
6246 (locexpr_describe_location_1): Ditto.
6247 (loclist_describe_location): Rewrite.
6248 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6249 * dwarf2read.c (die_reader_specs): New member "buffer_end".
6250 (dwarf2_section_buffer_overflow_complaint): Renamed from
6251 dwarf2_macros_too_long_complaint. All callers updated.
6252 (skip_leb128): Delete.
6253 (init_cu_die_reader): Initialize reader->buffer_end.
6254 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6255 (skip_form_bytes): New arg buffer_end. All callers updated.
6256 Replace call to skip_leb128 with gdb_skip_leb128.
6257 (skip_unknown_opcode): New arg mac_end. All callers updated.
6258 (fill_in_loclist_baton): Initialize baton->from_dwo.
6259
6260 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6261
6262 * mips-linux-nat.c (mips_linux_read_description): Use a more
6263 verbose error message.
6264
6265 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
6266
6267 * NEWS: Add MIPS/Linux DSP support.
6268 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6269 (SIGCONTEXT_DSPCTL): New macro.
6270 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6271 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6272 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6273 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6274 (N64_SIGCONTEXT_HI3): Likewise.
6275 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6276 (N64_SIGCONTEXT_LO3): Likewise.
6277 (N64_SIGCONTEXT_DSPCTL): Likewise.
6278 (N64_SIGCONTEXT_FPCSR): Clarify definition.
6279 (mips_linux_o32_sigframe_init): Handle DSP registers.
6280 (mips_linux_n32n64_sigframe_init): Likewise.
6281
6282 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6283
6284 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6285 call to abort.
6286
6287 2012-05-22 Pedro Alves <palves@redhat.com>
6288
6289 * target.h (store_waitstatus): Move declaration ...
6290 * inf-child.h (store_waitstatus): ... here.
6291 * target.c: Move inclusion of gdb_wait.h, and ...
6292 (store_waitstatus): ... this ...
6293 * inf-child.c: ... here.
6294 * linux-nat.c: Include inf-child.h.
6295 * rs6000-nat.c: Include inf-child.h.
6296 * spu-linux-nat.c: Include inf-child.h.
6297
6298 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
6299
6300 * tracepoint.c (start_tracing): Add missing i18n markup.
6301 (stop_tracing, set_trace_user): Ditto.
6302 (set_trace_notes, set_trace_stop_notes): Ditto.
6303
6304 2012-05-21 Tom Tromey <tromey@redhat.com>
6305
6306 PR c++/7173:
6307 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6308 types.
6309 * value.h (value_cast_pointers): Update.
6310 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6311 (value_cast): Update.
6312 (update_search_result): New function.
6313 (do_search_struct_field): New, from search_struct_field. Check
6314 for ambiguous results.
6315 (search_struct_field): Rewrite.
6316 * infcall.c (value_arg_coerce): Update.
6317 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6318 value_cast_pointers.
6319 * ada-lang.c (ada_convert_actual): Update.
6320
6321 2012-05-21 Tom Tromey <tromey@redhat.com>
6322
6323 * macroexp.c (macro_stringify): Terminate the string.
6324
6325 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6328 Describe it.
6329 * auto-load.c (auto_load_expand_dir_vars): New function.
6330 (auto_load_safe_path_vec_update): Use it, remove the
6331 substitute_path_component call thanks to it.
6332 (auto_load_objfile_script): Remove the debug_file_directory processing.
6333 Use auto_load_expand_dir_vars, remove the substitute_path_component
6334 call thanks to it.
6335 * configure: Regenerate.
6336 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6337 path. Escape $ also for $debugdir.
6338 (--with_auto_load_safe_path): Escape $ also for $debugdir.
6339 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6340
6341 2012-05-20 Doug Evans <dje@google.com>
6342
6343 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6344 before use. Check for symtab->includes == NULL before scanning it.
6345
6346 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6347
6348 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6349
6350 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6351
6352 * NEWS: Add microMIPS support and "set mips compression",
6353 "show mips compression" commands.
6354 * mips-tdep.h (mips_isa): New enum.
6355 (gdbarch_tdep): Add mips_isa.
6356 (mips_pc_is_mips16): Update prototype.
6357 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6358 * mips-tdep.c (mips_compression_mips16): New variable.
6359 (mips_compression_micromips): Likewise.
6360 (mips_compression_strings): Likewise.
6361 (mips_compression_string): Likewise.
6362 (is_mips16_isa, is_micromips_isa): New functions.
6363 (is_mips16_addr): Rename to...
6364 (is_compact_addr): ... this.
6365 (unmake_mips16_addr): Likewise to...
6366 (unmake_compact_addr): ... this.
6367 (make_mips16_addr): Likewise to...
6368 (make_compact_addr): ... this.
6369 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6370 functions.
6371 (mips_elf_make_msymbol_special): Handle microMIPS code.
6372 (msymbol_is_special): Rename to...
6373 (msymbol_is_mips16): ... this.
6374 (mips_make_symbol_special, mips_pc_is_mips16): Update
6375 accordingly.
6376 (msymbol_is_mips, msymbol_is_micromips): New functions.
6377 (mips16_to_32_reg): Rename to...
6378 (mips_reg3_to_reg): ... this.
6379 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6380 (mips_pc_isa): Likewise.
6381 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6382 code.
6383 (mips_fetch_instruction): Pass return status instead of printing
6384 an error message if requested. Handle microMIPS code. Bail out
6385 on an invalid ISA.
6386 (micromips_op): New macro.
6387 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6388 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6389 (b6s4_op, b7s3_reg): Likewise.
6390 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6391 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6392 (mips_insn_size): New function.
6393 (mips32_next_pc): Update mips_fetch_instruction call.
6394 (micromips_relative_offset7): New function.
6395 (micromips_relative_offset10): Likewise.
6396 (micromips_relative_offset16): Likewise.
6397 (micromips_pc_insn_size): Likewise.
6398 (micromips_bc1_pc): Likewise.
6399 (micromips_next_pc): Likewise.
6400 (unpack_mips16): Update mips_fetch_instruction call.
6401 (extended_mips16_next_pc): Update according to change to
6402 mips16_to_32_reg.
6403 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
6404 code.
6405 (mips16_scan_prologue): Update mips_fetch_instruction call.
6406 Update according to change to mips16_to_32_reg.
6407 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6408 (mips_insn16_frame_base_sniffer): Likewise.
6409 (micromips_decode_imm9): New function.
6410 (micromips_scan_prologue): Likewise.
6411 (mips_micro_frame_cache): Likewise.
6412 (mips_micro_frame_this_id): Likewise.
6413 (mips_micro_frame_prev_register): Likewise.
6414 (mips_micro_frame_sniffer): Likewise.
6415 (mips_micro_frame_unwind): New variable.
6416 (mips_micro_frame_base_address): New function.
6417 (mips_micro_frame_base): New variable.
6418 (mips_micro_frame_base_sniffer): New function.
6419 (mips32_scan_prologue): Update mips_fetch_instruction call.
6420 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6421 rather than for MIPS16.
6422 (mips_insn32_frame_base_sniffer): Likewise.
6423 (mips_addr_bits_remove): Handle microMIPS code.
6424 (deal_with_atomic_sequence): Rename to...
6425 (mips_deal_with_atomic_sequence): ... this. Update the type
6426 of the variable used to hold an instruction. Remove the ISA bit
6427 check. Update mips_fetch_instruction call.
6428 (micromips_deal_with_atomic_sequence): New function.
6429 (deal_with_atomic_sequence): Likewise.
6430 (mips_about_to_return): Handle microMIPS code. Update
6431 mips_fetch_instruction call.
6432 (heuristic_proc_start): Check for the standard MIPS ISA rather
6433 than for MIPS16. Update mips_pc_is_mips16 and
6434 mips_fetch_instruction calls. Handle microMIPS code.
6435 (mips_push_dummy_code): Handle microMIPS code.
6436 (mips_eabi_push_dummy_call): Likewise.
6437 (mips_o32_return_value): Update mips_pc_is_mips16 call.
6438 (mips_o64_push_dummy_call): Handle microMIPS code.
6439 (mips_o64_return_value): Update mips_pc_is_mips16 call.
6440 (is_delayed): Remove function.
6441 (mips_single_step_through_delay): Replace the call to is_delayed
6442 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
6443 Handle microMIPS code.
6444 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
6445 microMIPS code.
6446 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6447 call.
6448 (micromips_in_function_epilogue_p): New function.
6449 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6450 call.
6451 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6452 Handle microMIPS.
6453 (gdb_print_insn_mips): Likewise.
6454 (mips_breakpoint_from_pc): Likewise.
6455 (mips_remote_breakpoint_from_pc): New function.
6456 (mips32_instruction_has_delay_slot): Simplify making use of the
6457 updated mips_fetch_instruction interface.
6458 (micromips_instruction_has_delay_slot): New function.
6459 (mips16_instruction_has_delay_slot): Simplify making use of the
6460 updated mips_fetch_instruction interface.
6461 (mips_adjust_breakpoint_address): Check for the standard MIPS
6462 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
6463 calls. Handle microMIPS code.
6464 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6465 (mips_skip_trampoline_code): Handle microMIPS code.
6466 (global_mips_compression): New function.
6467 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6468 file flags. Register the microMIPS remote breakpoint handler
6469 and heuristic frame unwinder.
6470 (show_mips_compression): New function.
6471 (_initialize_mips_tdep): Add the "set mips compression" and
6472 "show mips compression" commands.
6473
6474 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
6475
6476 * ada-lang.c:
6477 * ada-tasks.c:
6478 * ada-varobj.c:
6479 * amd64-darwin-tdep.c:
6480 * arm-symbian-tdep.c:
6481 * arm-tdep.c:
6482 * avr-tdep.c:
6483 * ax-gdb.c:
6484 * bfin-linux-tdep.c:
6485 * breakpoint.c:
6486 * c-valprint.c:
6487 * cli/cli-cmds.c:
6488 * coffread.c:
6489 * cp-support.c:
6490 * cris-tdep.c:
6491 * dwarf2-frame-tailcall.c:
6492 * dwarf2-frame.c:
6493 * dwarf2expr.c:
6494 * dwarf2loc.c:
6495 * dwarf2read.c:
6496 * elfread.c:
6497 * eval.c:
6498 * expprint.c:
6499 * f-valprint.c:
6500 * frv-tdep.c:
6501 * h8300-tdep.c:
6502 * hppa-hpux-tdep.c:
6503 * hppa-tdep.c:
6504 * hppanbsd-tdep.c:
6505 * i386-nto-tdep.c:
6506 * i386-tdep.c:
6507 * i387-tdep.c:
6508 * ia64-tdep.c:
6509 * jit.c:
6510 * linespec.c:
6511 * linux-tdep.c:
6512 * lm32-tdep.c:
6513 * m2-valprint.c:
6514 * m32c-tdep.c:
6515 * m32r-rom.c:
6516 * m32r-tdep.c:
6517 * m68k-tdep.c:
6518 * m68klinux-tdep.c:
6519 * mi/mi-main.c:
6520 * microblaze-tdep.c:
6521 * mips-linux-tdep.c:
6522 * mips-tdep.c:
6523 * mn10300-tdep.c:
6524 * p-valprint.c:
6525 * parse.c:
6526 * ppc-linux-tdep.c:
6527 * ppc-sysv-tdep.c:
6528 * printcmd.c:
6529 * python/py-finishbreakpoint.c:
6530 * python/py-inferior.c:
6531 * python/py-infthread.c:
6532 * python/py-type.c:
6533 * python/python.c:
6534 * remote-fileio.c:
6535 * remote-m32r-sdi.c:
6536 * remote-mips.c:
6537 * reverse.c:
6538 * rl78-tdep.c:
6539 * rs6000-aix-tdep.c:
6540 * rs6000-tdep.c:
6541 * s390-tdep.c:
6542 * score-tdep.c:
6543 * sh64-tdep.c:
6544 * skip.c:
6545 * solib-darwin.c:
6546 * solib-dsbt.c:
6547 * solib-frv.c:
6548 * sparc-tdep.c:
6549 * spu-multiarch.c:
6550 * spu-tdep.c:
6551 * stack.c:
6552 * symfile.c:
6553 * symtab.c:
6554 * tic6x-tdep.c:
6555 * tracepoint.c:
6556 * v850-tdep.c:
6557 * valarith.c:
6558 * valprint.c:
6559 * value.c:
6560 * xcoffread.c:
6561 * xtensa-tdep.c:
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: Delete unused variables.
6568
6569 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6570
6571 Rename $ddir to $datadir.
6572 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6573 * auto-load.c (auto_load_safe_path_vec_update)
6574 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6575 * configure: Regenerate.
6576 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6577 Likewise. Remove the 'use $ddir' help string.
6578
6579 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * auto-load.c (show_auto_load_safe_path): Accept any combination of
6582 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6583
6584 2012-05-18 Tom Tromey <tromey@redhat.com>
6585
6586 PR exp/13907:
6587 * valprint.h (struct value_print_options) <symbol_print>: New
6588 field.
6589 * valprint.c (user_print_options): Add default for symbol_print.
6590 (show_symbol_print): New function.
6591 (generic_val_print): Respect symbol_print.
6592 (_initialize_valprint): Add "print symbol" setting.
6593 * f-valprint.c (f_val_print): Respect symbol_print.
6594 * c-valprint.c (c_val_print): Respect symbol_print.
6595 * NEWS: Update.
6596 * printcmd.c (print_address_symbolic): Return int. Ignore some
6597 zero-size symbols.
6598 (print_address_demangle): Return int.
6599 * defs.h: (print_address_symbolic): Return int.
6600 * value.h (print_address_demangle): Return int.
6601
6602 2012-05-18 Tom Tromey <tromey@redhat.com>
6603
6604 * valprint.c (val_print_string): Don't print leading space.
6605 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6606 print space before string or vtbl.
6607 * m2-valprint.c (print_unpacked_pointer): Optionally print space
6608 before string.
6609 * jv-valprint.c (java_value_print): Print space before string.
6610 * go-valprint.c (print_go_string): Print space before string.
6611 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6612 space before string.
6613 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6614 space before string or vtbl.
6615 * auxv.c (fprint_target_auxv): Print space after address.
6616
6617 2012-05-18 Tom Tromey <tromey@redhat.com>
6618
6619 * printcmd.c (print_address_demangle): Remove special case for 0.
6620
6621 2012-05-18 Tom Tromey <tromey@redhat.com>
6622
6623 * printcmd.c (print_address_demangle): Add 'opts' argument.
6624 * p-valprint.c (pascal_val_print): Update.
6625 * jv-valprint.c (java_val_print): Update.
6626 * value.h: Update.
6627 * valprint.c (generic_val_print): Update.
6628 (print_function_pointer_address): Add 'options' argument. Remove
6629 'addressprint' argument. Update.
6630 * m2-valprint.c (print_unpacked_pointer): Update.
6631 * gnu-v3-abi.c (print_one_vtable): Update.
6632 (gnuv3_print_method_ptr): Update.
6633 * f-valprint.c (f_val_print): Update.
6634 * cp-valprint.c (cp_print_value_fields): Update.
6635 * valprint.h (print_function_pointer_address): Update.
6636 * c-valprint.c (c_val_print): Update.
6637
6638 2012-05-18 Tom Tromey <tromey@redhat.com>
6639
6640 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6641 directly corresponding to the found psymtab.
6642 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6643 (dw2_find_pc_sect_symtab): Use it.
6644 * block.h (blockvector_contains_pc): Declare.
6645 * block.c (find_block_in_blockvector): New function.
6646 (blockvector_for_pc_sect): Use it.
6647 (blockvector_contains_pc): New function.
6648
6649 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6650
6651 * mips-tdep.h (mips_write_pc): New prototype.
6652 * mips-tdep.c (mips_write_pc): Make external, add description.
6653 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6654 add description.
6655
6656 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
6657
6658 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6659 mips_regnum->pc.
6660 (mips_unwind_pc, mips_write_pc): Likewise.
6661 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6662 gdbarch_read_pc.
6663
6664 2012-05-17 Joel Brobecker <brobecker@adacore.com>
6665
6666 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6667 proc_warn, proc_error, proc_get_status, proc_flags,
6668 proc_why, proc_what, proc_nsysarg, proc_sysargs,
6669 proc_set_run_on_last_close, proc_unset_run_on_last_close,
6670 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6671 proc_stop_process, proc_wait_for_stop, proc_run_process,
6672 proc_set_traced_signals, proc_set_traced_faults,
6673 proc_set_traced_sysentry, proc_set_traced_sysexit,
6674 proc_set_held_signals, proc_get_held_signals,
6675 proc_get_traced_signals, proc_get_traced_faults,
6676 proc_get_traced_sysentry, proc_get_traced_sysexit,
6677 proc_clear_current_fault, proc_set_current_signal,
6678 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6679 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6680 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6681 proc_get_current_thread, proc_get_current_thread,
6682 proc_get_current_thread, proc_update_threads,
6683 proc_update_threads, proc_update_threads, proc_update_threads,
6684 proc_iterate_over_threads, procfs_find_new_threads,
6685 procfs_pid_to_str): Make static. Remove advance declaration.
6686 (proc_cursig): Make static. Conditionalized defintion on
6687 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6688 (proc_syscall, proc_set_kill_on_last_close,
6689 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6690 proc_get_pending_signals, proc_get_signal_actions,
6691 proc_trace_signal, proc_ignore_signal): Delete.
6692
6693 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6694
6695 * coffread.c (cs_section_address): Passing proper argument for
6696 `bfd_get_section_vma'.
6697 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6698 `bfd_get_section_flags'.
6699 * remote.c (remote_trace_set_readonly_regions): Likewise, for
6700 `bfd_get_section_vma'.
6701
6702 2012-05-16 Tom Tromey <tromey@redhat.com>
6703
6704 PR macros/13205:
6705 * macrotab.h: (macro_define_special): Declare.
6706 (enum macro_special_kind): New.
6707 (struct macro_definition) <argc, replacement>: Update comments.
6708 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6709 (macro_define_object_internal): New function.
6710 (macro_define_object): Use it.
6711 (macro_define_special): New function.
6712 (fixup_definition): New function.
6713 (macro_lookup_definition, foreach_macro_in_scope)
6714 (foreach_macro): Use fixup_definition.
6715 * macroexp.h (macro_stringify): Declare.
6716 * macroexp.c (free_buffer_return_text): New function.
6717 (stringify): Constify "arg".
6718 (macro_stringify): New function.
6719 * dwarf2read.c (macro_start_file): Call macro_define_special.
6720
6721 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6722 Maciej W. Rozycki <macro@mips.com>
6723
6724 * breakpoint.h (bp_location): Add related_address member.
6725 * inferior.h (get_return_value): Take a pointer to struct value
6726 instead of struct type for the function requested.
6727 * value.h (using_struct_return): Likewise.
6728 * gdbarch.sh (return_value): Take a pointer to struct value
6729 instead of struct type for the function requested.
6730 * breakpoint.c (set_breakpoint_location_function): Initialize
6731 related_address for bp_gnu_ifunc_resolver breakpoints.
6732 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6733 requested function's address to gdbarch_return_value.
6734 * eval.c (evaluate_subexp_standard): Pass the requested
6735 function's address to using_struct_return.
6736 * infcall.c (call_function_by_hand): Pass the requested
6737 function's address to using_struct_return and
6738 gdbarch_return_value.
6739 * infcmd.c (get_return_value): Take a pointer to struct value
6740 instead of struct type for the function requested.
6741 (print_return_value): Update accordingly.
6742 (finish_command_continuation): Likewise.
6743 * stack.c (return_command): Pass the requested function's
6744 address to using_struct_return and gdbarch_return_value.
6745 * value.c (using_struct_return): Take a pointer to struct value
6746 instead of struct type for the function requested. Pass the
6747 requested function's address to gdbarch_return_value.
6748 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6749 New function_value member, replacing function_type.
6750 (bpfinishpy_dealloc): Update accordingly.
6751 (bpfinishpy_pre_stop_hook): Likewise.
6752 (bpfinishpy_init): Likewise. Record the requested function's
6753 address.
6754 * mips-tdep.c (mips_fval_reg): New enum.
6755 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6756 words put in GP registers.
6757 (mips_o64_push_dummy_call): Update a comment.
6758 (mips_o32_return_value): Take a pointer to struct value instead
6759 of struct type for the function requested and use it to check if
6760 using the MIPS16 calling convention. Return the designated
6761 general purpose registers for floating-point values returned in
6762 MIPS16 mode.
6763 (mips_o64_return_value): Likewise.
6764 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6765 (ppc_sysv_abi_broken_return_value): Likewise.
6766 (ppc64_sysv_abi_return_value): Likewise.
6767 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6768 value instead of struct type for the function requested.
6769 * amd64-tdep.c (amd64_return_value): Likewise.
6770 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6771 * arm-tdep.c (arm_return_value): Likewise.
6772 * avr-tdep.c (avr_return_value): Likewise.
6773 * bfin-tdep.c (bfin_return_value): Likewise.
6774 * cris-tdep.c (cris_return_value): Likewise.
6775 * frv-tdep.c (frv_return_value): Likewise.
6776 * h8300-tdep.c (h8300_return_value): Likewise.
6777 (h8300h_return_value): Likewise.
6778 * hppa-tdep.c (hppa32_return_value): Likewise.
6779 (hppa64_return_value): Likewise.
6780 * i386-tdep.c (i386_return_value): Likewise.
6781 * ia64-tdep.c (ia64_return_value): Likewise.
6782 * iq2000-tdep.c (iq2000_return_value): Likewise.
6783 * lm32-tdep.c (lm32_return_value): Likewise.
6784 * m32c-tdep.c (m32c_return_value): Likewise.
6785 * m32r-tdep.c (m32r_return_value): Likewise.
6786 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6787 * m68k-tdep.c (m68k_return_value): Likewise.
6788 (m68k_svr4_return_value): Likewise.
6789 * m88k-tdep.c (m88k_return_value): Likewise.
6790 * mep-tdep.c (mep_return_value): Likewise.
6791 * microblaze-tdep.c (microblaze_return_value): Likewise.
6792 * mn10300-tdep.c (mn10300_return_value): Likewise.
6793 * moxie-tdep.c (moxie_return_value): Likewise.
6794 * mt-tdep.c (mt_return_value): Likewise.
6795 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6796 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6797 (ppc_sysv_abi_broken_return_value): Likewise.
6798 (ppc64_sysv_abi_return_value): Likewise.
6799 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6800 * rl78-tdep.c (rl78_return_value): Likewise.
6801 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6802 * rx-tdep.c (rx_return_value): Likewise.
6803 * s390-tdep.c (s390_return_value): Likewise.
6804 * score-tdep.c (score_return_value): Likewise.
6805 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6806 (sh_return_value_fpu): Likewise.
6807 * sh64-tdep.c (sh64_return_value): Likewise.
6808 * sparc-tdep.c (sparc32_return_value): Likewise.
6809 * sparc64-tdep.c (sparc64_return_value): Likewise.
6810 * spu-tdep.c (spu_return_value): Likewise.
6811 * tic6x-tdep.c (tic6x_return_value): Likewise.
6812 * v850-tdep.c (v850_return_value): Likewise.
6813 * vax-tdep.c (vax_return_value): Likewise.
6814 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6815 * xtensa-tdep.c (xtensa_return_value): Likewise.
6816 * gdbarch.c: Regenerate.
6817 * gdbarch.h: Regenerate.
6818
6819 2012-05-15 Tom Tromey <tromey@redhat.com>
6820
6821 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6822
6823 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6824
6825 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6826 of command in two error message.
6827
6828 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6829
6830 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6831
6832 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6833
6834 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6835
6836 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6837
6838 * NEWS (show auto-load scripts-directory): Add forgotten command.
6839
6840 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6843 parameters.
6844
6845 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6846
6847 * amd64-tdep.c: Include features/i386/x32.c and
6848 features/i386/x32-avx.c.
6849 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6850 initialize_tdesc_x32_avx.
6851
6852 2012-05-14 Stan Shebs <stan@codesourcery.com>
6853
6854 Add dynamic printf.
6855 * breakpoint.h (enum bptype): New type bp_dprintf.
6856 (struct breakpoint): New field extra_string.
6857 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6858 (create_breakpoint): Add extra_string arg.
6859 * breakpoint.c (dprintf_breakpoint_ops): New.
6860 (is_breakpoint): Add bp_dprintf.
6861 (bpstat_what): Add dprintf case.
6862 (bptype_string): Ditto.
6863 (print_one_breakpoint_location): Ditto.
6864 (init_bp_location): Ditto.
6865 (bkpt_print_mention): Ditto.
6866 (dprintf_style_enums): New array.
6867 (dprintf_style): New global.
6868 (dprintf_function): New global.
6869 (dprintf_channel): New global.
6870 (update_dprintf_command_list): New function.
6871 (update_dprintf_commands): New function.
6872 (init_breakpoint_sal): Add extra_string argument, handle it.
6873 (create_breakpoint_sal): Add extra_string argument.
6874 (create_breakpoints_sal): Add extra_string argument, update callers.
6875 (find_condition_and_thread): Add extra argument.
6876 (create_breakpoint): Add extra_string argument, record it.
6877 (dprintf_command): New function.
6878 (break_command_1): Add arg to create_breakpoint call.
6879 (handle_gnu_v3_exceptions): Ditto.
6880 (trace_command): Ditto.
6881 (ftrace_command): Ditto.
6882 (strace_command): Ditto.
6883 (bkpt_print_mention): Add dprintf case.
6884 (create_breakpoint_sal_default): Add extra_string argument.
6885 (_initialize_breakpoint): Add new commands.
6886 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6887 * python/py-breakpoint.c (bppy_init): Ditto.
6888 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6889
6890 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6891
6892 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6893
6894 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6895
6896 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6897 unsigned long long.
6898
6899 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6900
6901 Add a new function gdb.find_pc_line to the Python API.
6902 * NEWS (Python Scripting): Add entry about the new function.
6903 * python/python.c (gdbpy_find_pc_line): New function which
6904 implements gdb.find_pc_line.
6905 (GdbMethods): Add entry for the new function.
6906
6907 2012-05-12 Pedro Alves <palves@redhat.com>
6908
6909 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6910 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6911
6912 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6913
6914 * inferior.c: Include completer.h
6915 (initialize_inferiors): Set completer of add-inferior to
6916 filename_completer.
6917
6918 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6919
6920 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6921 gdbarch_ptr_bit for x32 core dump.
6922
6923 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6924
6925 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6926 and features/i386/x32-avx-linux.c.
6927
6928 2012-05-11 Stan Shebs <stan@codesourcery.com>
6929 Kwok Cheung Yeung <kcy@codesourcery.com>
6930
6931 * NEWS: Describe new info os commands.
6932 * common/linux-osdata.c (PID_T, TIME_T): Define.
6933 (MAX_PID_T_STRLEN): New.
6934 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6935 MAX_PID_T_STRLEN.
6936 (command_from_pid): Add comment. Change to use PID_T.
6937 (commandline_from_pid): Change to use PID_T.
6938 (user_from_pid): Add comment.
6939 (get_process_owner): Add comment. Change to use PID_T and
6940 MAX_PID_T_STRLEN.
6941 (get_number_of_cpu_cores): Add comment.
6942 (get_cores_used_by_process): Add comment. Change to use PID_T and
6943 MAX_PID_T_STRLEN.
6944 (linux_xfer_osdata_processes): Change to use PID_T and
6945 MAX_PID_T_STRLEN.
6946 (compare_processes): New function.
6947 (linux_xfer_osdata_processgroups): New function.
6948 (linux_xfer_osdata_threads): Change to use PID_T.
6949 (linux_xfer_osdata_fds): New function.
6950 (format_socket_state, print_sockets): New functions.
6951 (union socket_addr): New union.
6952 (linux_xfer_osdata_isockets): New function.
6953 (time_from_time_t, group_from_gid): New functions.
6954 (linux_xfer_osdata_shm): New function.
6955 (linux_xfer_osdata_sem): New function.
6956 (linux_xfer_osdata_msg): New function.
6957 (linux_xfer_osdata_modules): New function.
6958 (osdata_table): Add new entries.
6959 * common/buffer.c (buffer_xml_printf): Add support for long and
6960 long long format specifiers.
6961
6962 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6963
6964 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6965 (tdesc_x32_avx_linux): Likewise.
6966
6967 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6968
6969 Implement multi-component --with-auto-load-dir.
6970 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6971 entries.
6972 (--with-auto-load-safe-path): Update the default value description.
6973 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6974 New.
6975 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6976 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6977 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6978 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6979 "set auto-load scripts-directory".
6980 * config.in: Regenerate.
6981 * configure: Regenerate.
6982 * configure.ac (--with-auto-load-dir): New configure option.
6983 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6984
6985 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6986
6987 Provide $ddir substitution for --with-auto-load-safe-path.
6988 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6989 entries.
6990 * auto-load.c: Include observer.h.
6991 (auto_load_safe_path_vec_update): Call substitute_path_component for
6992 each component. New variable ddir_subst.
6993 (auto_load_gdb_datadir_changed): New function.
6994 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6995 AUTO_LOAD_SAFE_PATH. New comment.
6996 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6997 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6998 * config.in: Regenerate.
6999 * configure: Regenerate.
7000 * configure.ac (--auto-load-safe-path): Rename
7001 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
7002 GDB_DATADIR/auto-load.
7003 * defs.h (substitute_path_component): New declaration.
7004 * top.c: Include observer.h.
7005 (set_gdb_datadir): New function.
7006 (init_main): Install it for "set data-directory".
7007 * utils.c (substitute_path_component): New function.
7008
7009 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7010
7011 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7012 * auto-load.c (auto_load_objfile_script): Remove check for NULL
7013 DEBUG_FILE_DIRECTORY. Handle multiple components of
7014 DEBUG_FILE_DIRECTORY.
7015
7016 2012-05-10 Tom Tromey <tromey@redhat.com>
7017
7018 * dwarf2read.c (recursively_write_psymbols): New function.
7019 (write_psymtabs_to_index): Use it.
7020
7021 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7022 field.
7023 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7024 (load_partial_comp_unit): Update.
7025 (queue_comp_unit): Add argument 'pretend_language'.
7026 (process_queue): Update.
7027 (psymtab_to_symtab_1): Skip dependencies that have a user.
7028 (load_partial_comp_unit_reader): Give meaning to the 'data'
7029 argument.
7030 (load_full_comp_unit): Add 'pretend_language' argument.
7031 (process_full_comp_unit): Add 'pretend_language' argument. Set
7032 language on CU.
7033 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7034 Update.
7035 (maybe_queue_comp_unit): Add 'pretend_language' argument.
7036 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7037 Update.
7038 (prepare_one_comp_unit): Add 'pretend_language' argument.
7039
7040 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7041 (struct dwarf2_per_objfile) <just_read_cus>: New field.
7042 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7043 (dw2_do_instantiate_symtab): Check whether symtab was read in
7044 before queueing.
7045 (dw2_instantiate_symtab): Add assertion. Call
7046 process_cu_includes.
7047 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7048 (partial_symtab_p): New typedef.
7049 (set_partial_user): New function.
7050 (dwarf2_build_psymtabs_hard): Use set_partial_user.
7051 (scan_partial_symbols): Add imported CU to imported_symtabs.
7052 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7053 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7054 (get_symtab, recursively_compute_inclusions)
7055 (compute_symtab_includes, process_cu_includes)
7056 (process_imported_unit_die): New functions.
7057 (process_die) <DW_TAG_imported_unit>: New case.
7058 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7059
7060 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7061 comment.
7062 (struct partial_die_info) <locdesc>: Remove.
7063 <d>: New field.
7064 (process_psymtab_comp_unit): Add 'read_partial' argument.
7065 Update.
7066 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7067 (scan_partial_symbols): Handle DW_TAG_imported_unit.
7068 (add_partial_symbol): Update.
7069 (process_die): Handle DW_TAG_partial_unit.
7070 (read_file_scope): Update comment.
7071 (load_partial_dies): Handle DW_TAG_imported_unit.
7072 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7073 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7074
7075 2012-05-10 Tom Tromey <tromey@redhat.com>
7076
7077 * cc-with-dwz.sh: New file.
7078
7079 2012-05-10 Tom Tromey <tromey@redhat.com>
7080
7081 * symtab.h (struct symtab) <includes, user>: New fields.
7082 * block.h (struct block_iterator) <d, idx, which>: New fields.
7083 * block.c (initialize_block_iterator, find_iterator_symtab)
7084 (block_iterator_step, block_iter_name_step)
7085 (block_iter_match_step): New functions.
7086 (block_iterator_first, block_iterator_next)
7087 (block_iter_name_first, block_iter_name_next)
7088 (block_iter_match_first, block_iter_match_next): Rewrite.
7089 (get_block_symtab): New function.
7090
7091 2012-05-10 Tom Tromey <tromey@redhat.com>
7092
7093 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7094 set_block_symtab.
7095 * jit.c (finalize_symtab): Use allocate_global_block,
7096 set_block_symtab.
7097 * buildsym.c (finish_block_internal): New function, from old
7098 finish_block.
7099 (finish_block): Rewrite.
7100 (end_symtab): Use finish_block_internal, set_block_symtab.
7101 * block.h (struct global_block): New.
7102 (allocate_global_block, set_block_symtab): Declare.
7103 * block.c (allocate_global_block, set_block_symtab): New
7104 functions.
7105
7106 2012-05-10 Tom Tromey <tromey@redhat.com>
7107
7108 * psymtab.c (partial_map_expand_apply): Add assertion.
7109 (partial_map_symtabs_matching_filename): Skip included psymtabs.
7110 (psymtab_to_symtab): Find unshared psymtab.
7111 (dump_psymtab): Print including psymtabs.
7112 (recursively_search_psymtabs): New function.
7113 (expand_symtabs_matching_via_partial): Use it.
7114 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7115 fields.
7116 (enum psymtab_search_status): New.
7117
7118 2012-05-10 Tom Tromey <tromey@redhat.com>
7119
7120 * tracepoint.c (scope_info): Update.
7121 * symtab.c (lookup_block_symbol, iterate_over_symbols)
7122 (find_pc_sect_symtab, search_symbols)
7123 (default_make_symbol_completion_list_break_on)
7124 (make_file_symbol_completion_list): Update.
7125 * symmisc.c (dump_symtab_1): Update.
7126 * stack.c (print_frame_args, iterate_over_block_locals)
7127 (print_frame_labels, iterate_over_block_arg_vars): Update.
7128 * python/py-block.c (block_object) <dict>: Remove.
7129 <block>: New field.
7130 <iter>: Change type.
7131 (blpy_iter): Update.
7132 (blpy_block_syms_iternext): Update.
7133 * psymtab.c (map_block): Use block iterators.
7134 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7135 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7136 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7137 * infrun.c (check_exception_resume): Update.
7138 * cp-support.c (make_symbol_overload_list_block): Update.
7139 * coffread.c (patch_opaque_types): Update.
7140 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7141 * block.h (struct block_iterator): New.
7142 (block_iterator_first, block_iterator_next, block_iter_name_first)
7143 (block_iter_name_next, block_iter_match_first)
7144 (block_iter_match_next): Declare.
7145 (ALL_BLOCK_SYMBOLS): Redefine.
7146 * block.c (block_iterator_first, block_iterator_next)
7147 (block_iter_name_first, block_iter_name_next)
7148 (block_iter_match_first, block_iter_match_next): New functions.
7149 * ada-lang.c (ada_add_block_symbols)
7150 (ada_make_symbol_completion_list): Use block iterator.
7151
7152 2012-05-10 Tom Tromey <tromey@redhat.com>
7153
7154 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7155 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7156 (lookup_partial_symbol, find_last_source_symtab_from_partial)
7157 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7158 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7159 Update.
7160
7161 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7162
7163 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7164 print-file-var-lib2.c, print-file-var-main.c and
7165 print-file-var.exp (located in gdb/testsuite/gdb.base).
7166
7167 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7168
7169 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7170 try locating the symbol in the symbol's own objfile first, before
7171 extending the search to all objfiles.
7172 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7173 out of lookup_symbol_aux_symtabs.
7174 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7175 Replace extracted-out code by call to lookup_symbol_aux_objfile.
7176 Do not search EXCLUDE_OBJFILE.
7177 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7178 (lookup_symbol_global): Search for matches in the block's objfile
7179 first, before searching all other objfiles.
7180
7181 2012-05-10 Tristan Gingold <gingold@adacore.com>
7182
7183 * printcmd.c (set_command): Add pre/post inc/dec.
7184
7185 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
7186
7187 * gdb.1: Document -ex option.
7188
7189 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7190
7191 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7192 * inferior.h (AT_SYMBOL): Delete.
7193
7194 2012-05-09 Joel Brobecker <brobecker@adacore.com>
7195
7196 * mips-tdep.c (mips_push_dummy_code): New function.
7197 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7198 ON_STACK and install mips_push_dummy_code as our gdbarch
7199 push_dummy_code routine.
7200
7201 2012-05-09 Pedro Alves <palves@redhat.com>
7202
7203 * target.c (set_maintenance_target_async_permitted): Rename to ...
7204 (set_target_async_command): ... this.
7205 (show_maintenance_target_async_permitted): Rename to ...
7206 (show_target_async_command): ... this.
7207 (initialize_targets): Adjust.
7208
7209 2012-05-08 Doug Evans <dje@google.com>
7210
7211 * go-exp.y (classify_name): Add missing assignment of fields of
7212 yylval.ssym.
7213
7214 2012-05-08 Eli Zaretskii <eliz@gnu.org>
7215
7216 Display the ">" prompt in interactive mode while reading canned
7217 commands, even when the current interpreter is MI.
7218
7219 * interps.c (interp_set_temp): New function.
7220
7221 * interps.h (interp_set_temp): Add prototype.
7222
7223 * cli/cli-script.c (restore_interp): New cleanup function.
7224 (read_command_lines): Temporarily override the current interpreter
7225 with CLI and arrange for restoring the original one.
7226
7227 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
7228
7229 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7230
7231 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
7232
7233 * probe.c (parse_probes): Move conditional to check for
7234 debuginfo files from here...
7235 * stap-probe.c (stap_get_probes): ... to here.
7236
7237 2012-05-07 Mark Kettenis <kettenis@gnu.org>
7238 H.J. Lu <hongjiu.lu@intel.com>
7239
7240 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7241 `movl %esp, %ebp' for the X32 ABI.
7242
7243 2012-05-07 Tom Tromey <tromey@redhat.com>
7244
7245 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
7246 get_DW_TAG_name.
7247 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
7248 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
7249 (dwarf_stack_op_name): Remove.
7250 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
7251 (decode_locdesc): Use get_DW_OP_name.
7252 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7253 (dwarf2_compile_expr_to_ax): Likewise.
7254 (disassemble_dwarf_expression): Likewise.
7255 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7256
7257 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
7258
7259 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7260 (sh_linux_sigtramp_cache): New function.
7261 (sh_linux_sigreturn_init): New function.
7262 (sh_linux_rt_sigreturn_init): New function.
7263 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7264 patterns.
7265 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7266 syscall codes.
7267 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7268 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7269 (sh_linux_init_abi): Add init calls to register new tramp_frame
7270 definitions under 32-bit SH, update comments.
7271
7272 2012-05-07 Pedro Alves <palves@redhat.com>
7273
7274 PR gdb/10952
7275
7276 * amd64-linux-tdep.c: Include glibc-tdep.h.
7277 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7278 gdbarch_skip_solib_resolver callback.
7279
7280 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7281
7282 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7283 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7284 (show_auto_load_safe_path): Check any-directory by comparison with "/".
7285 (add_auto_load_safe_path): Change the error message.
7286 (_initialize_auto_load): Change the "safe-path" help text.
7287 * configure: Regenerate
7288 * configure.ac (--without-auto-load-safe-path): Set
7289 WITH_AUTO_LOAD_SAFE_PATH to /.
7290
7291 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
7292
7293 * stap-probe.h: Do not include unecessary `probe.h'.
7294
7295 2012-05-05 Alan Modra <amodra@gmail.com>
7296
7297 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7298 bfd_und_section_ptr.
7299 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7300 and bfd_com_section_ptr.
7301
7302 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7303
7304 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7305
7306 2012-05-04 Joel Brobecker <brobecker@adacore.com>
7307
7308 * windows-nat.h (segment_register_p_ftype): New typedef.
7309 (windows_set_segment_register_p): Add declaration.
7310 * windows-nat.c (segment_register_p): New static global.
7311 (windows_set_segment_register_p): New function.
7312 (do_windows_fetch_inferior_registers): Add special handling
7313 for segment registers.
7314 * amd64-windows-nat.c: #include "amd64-tdep.h".
7315 (amd64_windows_segment_register_p): New function.
7316 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7317 * i386-windows-nat.c: #include "i386-tdep.h".
7318 (i386_windows_segment_register_p): New function.
7319 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7320
7321 2012-05-04 Tristan Gingold <gingold@adacore.com>
7322
7323 * printcmd.c (set_command): Emit a warning if the expression is not
7324 an assignment.
7325
7326 2012-05-03 Joel Brobecker <brobecker@adacore.com>
7327
7328 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7329 Make static.
7330
7331 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
7332
7333 * stap-probe.c (stap_is_operator): Change declaration.
7334 (stap_get_opcode): Change return value.
7335 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7336 `stap_parse_argument_1'.
7337
7338 2012-05-03 Pedro Alves <pedro@codesourcery.com>
7339
7340 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7341 debug log.
7342
7343 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7344
7345 Add two new methods global_block and static_block to gdb.Symtab
7346 objects.
7347 * NEWS (Python scripting): Add entry about the new methods.
7348 * python/py-symtab.c (stpy_global_block): New function which
7349 implements the gdb.Symtab.global_block() method.
7350 (stpy_static_block): New function which implements the
7351 gdb.Symtab.static_block() method.
7352 (symtab_object_methods): Add entries for the two new methods.
7353
7354 2012-05-03 Doug Evans <dje@google.com>
7355
7356 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7357 files.
7358
7359 2012-05-03 Yao Qi <yao@codesourcery.com>
7360
7361 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7362 space.
7363 (i386_process_record): Ditto.
7364
7365 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7366
7367 * infcall.c (unwind_on_signal_p): Make static.
7368
7369 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7370
7371 * sol-thread.c (solaris_pid_to_str): Make static.
7372 (_initialize_sol_thread): Add prototype.
7373
7374 2012-05-02 Joel Brobecker <brobecker@adacore.com>
7375
7376 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7377
7378 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
7379
7380 * MAINTAINERS: Remove myself.
7381
7382 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7383
7384 Fix --without-auto-load-safe-path for MS-Windows host platform.
7385 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7386
7387 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7388
7389 * gdb_curses.h: Undefine KEY_EVENT before including curses
7390 headers. Move "#undef MOUSE_MOVED" before any curses header
7391 inclusion.
7392
7393 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7394
7395 * features/i386/i386-mmx-linux.c: Regenerate.
7396 * features/rs6000/powerpc-32.c: Likewise.
7397 * features/rs6000/powerpc-32l.c: Likewise.
7398 * features/rs6000/powerpc-403.c: Likewise.
7399 * features/rs6000/powerpc-403gc.c: Likewise.
7400 * features/rs6000/powerpc-405.c: Likewise.
7401 * features/rs6000/powerpc-505.c: Likewise.
7402 * features/rs6000/powerpc-601.c: Likewise.
7403 * features/rs6000/powerpc-602.c: Likewise.
7404 * features/rs6000/powerpc-603.c: Likewise.
7405 * features/rs6000/powerpc-604.c: Likewise.
7406 * features/rs6000/powerpc-64.c: Likewise.
7407 * features/rs6000/powerpc-64l.c: Likewise.
7408 * features/rs6000/powerpc-750.c: Likewise.
7409 * features/rs6000/powerpc-860.c: Likewise.
7410 * features/rs6000/powerpc-e500.c: Likewise.
7411 * features/rs6000/powerpc-e500l.c: Likewise.
7412 * features/rs6000/powerpc-isa205-32l.c: Likewise.
7413 * features/rs6000/powerpc-isa205-64l.c: Likewise.
7414 * features/rs6000/rs6000.c: Likewise.
7415
7416 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
7417
7418 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7419 variable.
7420 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7421 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7422 (stap_parse_argument) <e>: Likewise.
7423 (handle_stap_probe) <byte_order>: Likewise.
7424
7425 2012-04-30 Doug Evans <dje@google.com>
7426
7427 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7428 init_and_read_dies_worker. All callers updated.
7429 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
7430 replaced with init_cutu_and_read_dies.
7431 (load_partial_comp_unit): Pass 1 for use_existing_cu.
7432 (find_partial_die): Remove FIXME. Don't free current CU.
7433
7434 2012-04-30 Sterling Augustine <saugustine@google.com>
7435
7436 * contrib: New directory.
7437 * contrib/test_pubnames_and_indexes.py: New file.
7438
7439 2012-04-30 Doug Evans <dje@google.com>
7440
7441 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7442 All callers updated.
7443 (init_cu_die_reader): Verify the section is non-empty.
7444 (dwarf_decode_line_header): Don't dereference section->asection
7445 until we know the section is present.
7446
7447 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
7448
7449 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7450 probes.
7451
7452 2012-04-29 Yao Qi <yao@codesourcery.com>
7453
7454 * gdb-code-style.el: New hook gdb-markup-hook
7455 and gdb-comment-hook.
7456
7457 2012-04-28 Doug Evans <dje@google.com>
7458
7459 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
7460 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7461 objfile->obfd.
7462 * symfile.h (dwarf2_debug_sections): New member addr.
7463 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7464 (ctx_no_get_addr_index): New function.
7465 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7466 (ctx_no_get_addr_index): Declare.
7467 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7468 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7469 (dwarf_expr_ctx_funcs): Update.
7470 (needs_get_addr_index): New function.
7471 (needs_frame_ctx_funcs): Update.
7472 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7473 * dwarf2read.c: #include "gdbcore.h".
7474 (dwarf2_per_objfile): New members addr, dwo_files.
7475 (dwarf2_elf_names): Add entry for addr.
7476 (struct dwo_section_names): New type.
7477 (dwo_section_names): New static global.
7478 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7479 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7480 old debug_types_section member updated to use this.
7481 Rename member debug_types_section to info_or_types_section,
7482 all uses updated.
7483 (signatured_type): Rename member type_offset to type_offset_in_tu,
7484 all uses updated. New member type_offset_in_section.
7485 (struct dwo_sections): New type.
7486 (struct dwo_unit): New type.
7487 (struct dwo_file): New type.
7488 (die_reader_specs): New member dwo_file.
7489 (dwarf2_locate_sections): Watch for .debug_addr.
7490 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7491 (dwarf2_read_section): Get bfd of section from bfd's asection,
7492 instead of objfile.
7493 (create_cus_from_index): Initialize the_cu->info_or_types_section.
7494 (create_signatured_type_table_from_index): Initialize
7495 sig_type->info_or_types_section.
7496 (dw2_get_file_names): Statement lists for type units with DWO files
7497 live in the DWO file.
7498 (create_debug_types_hash_table): New function.
7499 (create_all_type_units): Rewrite.
7500 (init_cu_die_reader): New arg dwo_file, all callers updated.
7501 (init_and_read_dies_worker): Get section from
7502 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
7503 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7504 continue reading the CU/TU from there.
7505 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7506 updated. Get section from this_cu->info_or_types_section.
7507 (create_all_comp_units): Initialize this_cu->info_or_types_section.
7508 (skip_one_die): New cases DW_FORM_GNU_addr_index,
7509 DW_FORM_GNU_str_index.
7510 (hash_dwo_file, eq_dwo_file): New functions.
7511 (allocate_dwo_file_hash_table): New function.
7512 (hash_dwo_unit, eq_dwo_unit): New functions.
7513 (allocate_dwo_unit_table): New function.
7514 (dwarf2_locate_dwo_sections): New function.
7515 (struct create_dwo_info_table_data): New type.
7516 (create_debug_info_hash_table_reader): New function.
7517 (create_debug_info_hash_table): New function.
7518 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7519 (lookup_dwo_file): New function.
7520 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7521 (free_dwo_file, free_dwo_file_cleanup): New functions.
7522 (free_dwo_file_from_slot, free_dwo_files): New functions.
7523 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7524 (dwarf2_record_block_ranges): Ditto.
7525 (read_partial_die): Ditto.
7526 (process_enumeration_scope): Update to use type_offset_in_section.
7527 (read_full_die_1): New function.
7528 (read_full_die): Rewrite.
7529 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7530 DW_FORM_GNU_str_index.
7531 (read_addr_index_1, read_addr_index): New functions.
7532 (read_addr_index_from_leb128): New function.
7533 (struct dwarf2_read_addr_index_data): New type.
7534 (dwarf2_read_addr_index_reader): New function.
7535 (dwarf2_read_addr_index): New function.
7536 (read_str_index): New function.
7537 (leb128_size): New function.
7538 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7539 If processing a type unit from a DWO file, get the line section
7540 from the DWO file.
7541 (var_decode_location): Watch for DW_OP_GNU_addr_index.
7542 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7543 DW_FORM_GNU_str_index.
7544 (lookup_die_type): Check whether section offset of type's die is
7545 known before looking it up. Remove assert. Condition can
7546 legimately happen for inter-cu type references.
7547 (dwarf_attr_name): Handle Fission attributes.
7548 (dwarf_form_name): Handle Fission forms.
7549 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7550 DW_FORM_GNU_str_index.
7551 (follow_die_sig): Update to use type_offset_in_section.
7552 (decode_locdesc): New case DW_OP_GNU_addr_index.
7553 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7554 DW_FORM_GNU_str_index.
7555 (cu_debug_loc_section): New function.
7556 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7557 (dwarf2_per_objfile_free): Unmap .debug_addr section.
7558 Free DWO files if present.
7559 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7560
7561 Refactor DIE reading.
7562 * dwarf2read.c (dwarf2_per_objfile): Replace members
7563 debug_info_type_hash and debug_types_type_hash with die_type_hash.
7564 (die_reader_specs): New member "die_section". Temporarily make
7565 member "buffer" non-const, pending constifying all info_ptr uses.
7566 (die_reader_func_ftype): New typedef.
7567 (dw2_get_file_names_reader): New function.
7568 (dw2_get_file_names): Rewrite.
7569 (read_and_check_type_unit_head): Rename arg type_offset to
7570 type_offset_in_tu.
7571 (create_all_type_units): Improve debugging message.
7572 Improve dummy type unit check.
7573 (init_cu_die_reader): New arg "section". All callers updated.
7574 (init_and_read_dies_worker): New function.
7575 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7576 (init_cutu_and_read_dies_no_follow): New function.
7577 (init_cutu_and_read_dies_simple): New function.
7578 (process_psymtab_comp_unit_reader): New function.
7579 (process_psymtab_comp_unit): Delete args section,
7580 is_debug_types_section. Rewrite. All callers updated.
7581 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7582 All callers updated. Rewrite.
7583 (load_partial_comp_unit_reader): New function.
7584 (load_partial_comp_unit): Rewrite.
7585 (skip_children): New arg reader. Delete args buffer, cu.
7586 All callers updated.
7587 (skip_one_die): New arg reader. Delete args buffer, cu.
7588 All callers updated.
7589 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
7590 All callers updated.
7591 (load_full_comp_unit_reader): New function.
7592 (load_full_comp_unit): Rewrite.
7593 (read_comp_unit): Delete.
7594 (read_die_and_children_1): Delete, contents moved ...
7595 (read_die_and_children): ... here.
7596 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
7597 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
7598 All callers updated.
7599 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
7600 All callers updated.
7601 (find_partial_die): Rewrite load_all_dies support.
7602 (read_attribute_value): New arg reader. Delete args abfd, cu.
7603 All callers updated.
7604 (read_attribute): New arg reader. Delete args abfd, cu.
7605 All callers updated.
7606 (load_full_type_unit): Add assert.
7607 (read_signatured_type_reader): New function.
7608 (read_signatured_type): Rewrite.
7609 (free_stack_comp_unit): Remove call to age_cached_comp_units.
7610 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7611 All callers updated. Set per_cu->cu = NULL after freeing it.
7612 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7613 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7614 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7615 (set_die_type): Update.
7616 (get_die_type_at_offset): Update.
7617 (read_file_scope): Call prepare_one_comp_unit.
7618 (read_type_unit_scope): Ditto.
7619 (prepare_one_comp_unit): Set producer if present.
7620
7621 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7622
7623 * probe.c (compile_rx_or_error): Silence ARI warning about missing
7624 gettext function on `error'.
7625
7626 2012-04-27 Doug Evans <dje@google.com>
7627
7628 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7629 is empty.
7630
7631 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7632 Tom Tromey <tromey@redhat.com>
7633
7634 * breakpoint.c (struct breakpoint_objfile_data)
7635 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7636 <exception_probes>: New fields.
7637 (free_breakpoint_probes): New function.
7638 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7639 `_Unwind_DebugHook'.
7640 (create_exception_master_breakpoint): Likewise.
7641 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7642 * infrun.c: Including necessary header files for handling SystemTap
7643 probes.
7644 (handle_inferior_event): Handling longjmp breakpoint and exceptions
7645 via SystemTap probes.
7646 (check_exception_resume): Remove `func' argument. Handle exception
7647 unwinding breakpoint set via a SystemTap probe.
7648 (insert_exception_resume_from_probe): New function.
7649
7650 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7651 Tom Tromey <tromey@redhat.com>
7652 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7655 (COMMON_OBS): Likewise.
7656 (HFILES_NO_SRCDIR): Add `probe'.
7657 * NEWS: Mention support for static and SystemTap probes.
7658 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7659 SystemTap probes' arguments parser.
7660 * arm-linux-tdep.c: Including headers needed to perform the parsing
7661 of SystemTap probes' arguments.
7662 (arm_stap_is_single_operand): New function.
7663 (arm_stap_parse_special_token): Likewise.
7664 (arm_linux_init_abi): Initializing proper fields used by SystemTap
7665 probes' arguments parser.
7666 * ax-gdb.c (require_rvalue): Removing static declaration.
7667 (gen_expr): Likewise.
7668 * ax-gdb.h (gen_expr): Declaring function.
7669 (require_rvalue): Likewise.
7670 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7671 (bkpt_probe_breakpoint_ops): New variable.
7672 (momentary_breakpoint_from_master): Set the `probe' value.
7673 (add_location_to_breakpoint): Likewise.
7674 (break_command_1): Using proper breakpoint_ops according to the
7675 argument passed by the user in the command line.
7676 (bkpt_probe_insert_location): New function.
7677 (bkpt_probe_remove_location): Likewise.
7678 (bkpt_probe_create_sals_from_address): Likewise.
7679 (bkpt_probe_decode_linespec): Likewise.
7680 (tracepoint_probe_create_sals_from_address): Likewise.
7681 (tracepoint_probe_decode_linespec): Likewise.
7682 (tracepoint_probe_breakpoint_ops): New variable.
7683 (trace_command): Using proper breakpoint_ops according to the
7684 argument passed by the user in the command line.
7685 (initialize_breakpoint_ops): Initializing breakpoint_ops for
7686 static probes on breakpoints and tracepoints.
7687 * breakpoint.h (struct bp_location) <probe>: New field.
7688 * cli-utils.c (skip_spaces_const): New function.
7689 (extract_arg): Likewise.
7690 * cli-utils.h (skip_spaces_const): Likewise.
7691 (extract_arg): Likewise.
7692 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7693 * configure.ac: Append `stap-probe.o' to be generated when ELF
7694 support is present.
7695 * configure: Regenerate.
7696 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7697 * elfread.c: Include `probe.h' and `arch-utils.h'.
7698 (probe_key): New variable.
7699 (elf_get_probes): New function.
7700 (elf_get_probe_argument_count): Likewise.
7701 (elf_evaluate_probe_argument): Likewise.
7702 (elf_compile_to_ax): Likewise.
7703 (elf_symfile_relocate_probe): Likewise.
7704 (stap_probe_key_free): Likewise.
7705 (elf_probe_fns): New variable.
7706 (elf_sym_fns): Add `sym_probe_fns' value.
7707 (elf_sym_fns_lazy_psyms): Likewise.
7708 (elf_sym_fns_gdb_index): Likewise.
7709 (_initialize_elfread): Initialize objfile cache for static
7710 probes.
7711 * gdb_vecs.h (struct probe): New forward declaration.
7712 (probe_p): New VEC declaration.
7713 * gdbarch.c: Regenerate.
7714 * gdbarch.h: Regenerate.
7715 * gdbarch.sh (stap_integer_prefix): New variable.
7716 (stap_integer_suffix): Likewise.
7717 (stap_register_prefix): Likewise.
7718 (stap_register_suffix): Likewise.
7719 (stap_register_indirection_prefix): Likewise.
7720 (stap_register_indirection_suffix): Likewise.
7721 (stap_gdb_register_prefix): Likewise.
7722 (stap_gdb_register_suffix): Likewise.
7723 (stap_is_single_operand): New function.
7724 (stap_parse_special_token): Likewise.
7725 (struct stap_parse_info): Forward declaration.
7726 * i386-tdep.c: Including headers needed to perform the parsing
7727 of SystemTap probes' arguments.
7728 (i386_stap_is_single_operand): New function.
7729 (i386_stap_parse_special_token): Likewise.
7730 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7731 probes' arguments parser.
7732 * i386-tdep.h (i386_stap_is_single_operand): New function.
7733 (i386_stap_parse_special_token): Likewise.
7734 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7735 * mipsread.c (ecoff_sym_fns): Likewise.
7736 * objfiles.c (objfile_relocate1): Support relocation for static
7737 probes.
7738 * parse.c (prefixify_expression): Remove static declaration.
7739 (initialize_expout): Likewise.
7740 (reallocate_expout): Likewise.
7741 * parser-defs.h (initialize_expout): Declare function.
7742 (reallocate_expout): Likewise.
7743 (prefixify_expression): Likewise.
7744 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7745 of SystemTap probes' arguments.
7746 (ppc_stap_is_single_operand): New function.
7747 (ppc_stap_parse_special_token): Likewise.
7748 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7749 probes' arguments parser.
7750 * probe.c: New file, for generic statically defined probe support.
7751 * probe.h: Likewise.
7752 * s390-tdep.c: Including headers needed to perform the parsing of
7753 SystemTap probes' arguments.
7754 (s390_stap_is_single_operand): New function.
7755 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7756 probes' arguments parser.
7757 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7758 * stap-probe.c: New file, for SystemTap probe support.
7759 * stap-probe.h: Likewise.
7760 * symfile.h: Include `gdb_vecs.h'.
7761 (struct sym_probe_fns): New struct.
7762 (struct sym_fns) <sym_probe_fns>: New field.
7763 * symtab.c (init_sal): Initialize `probe' field.
7764 * symtab.h (struct probe): Forward declaration.
7765 (struct symtab_and_line) <probe>: New field.
7766 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7767 locations.
7768 (stop_tracing): Likewise.
7769 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7770
7771 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7772 Tom Tromey <tromey@redhat.com>
7773
7774 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7775 and to compile agent expressions.
7776 * infrun.c (siginfo_make_value): New argument `ignore'.
7777 (siginfo_funcs): New struct.
7778 (_initialize_infrun): New argument when calling
7779 `create_internalvar_type_lazy'.
7780 * thread.c (thread_id_make_value): New argument `ignore'.
7781 (thread_funcs): New struct.
7782 (_initialize_thread): New argument when calling
7783 `create_internalvar_type_lazy'.
7784 * tracepoint.c (sdata_make_value): New argument `ignore'.
7785 (sdata_funcs): New struct.
7786 (_initialize_tracepoint): New argument when calling
7787 `create_internalvar_type_lazy'.
7788 * value.c (make_value): New struct.
7789 (create_internalvar_type_lazy): New argument `data'.
7790 (compile_internalvar_to_ax): New function.
7791 (value_of_internalvar): Properly handling `make_value' case.
7792 (clear_internalvar): Likewise.
7793 (show_convenience): Adding `TRY_CATCH' block.
7794 * value.h (internalvar_make_value): Delete, replace by...
7795 (struct internalvar_funcs): ... this.
7796 (create_internalvar_type_lazy) <fun>: Delete argument.
7797 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7798 (compile_internalvar_to_ax): New function.
7799 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7800 (tlb_funcs): New struct.
7801 (_initialize_windows_tdep): New argument when calling
7802 `create_internalvar_type_lazy'.
7803
7804 2012-04-27 Mark Wielaard <mjw@redhat.com>
7805
7806 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7807 see whether it is an address or a constant offset from DW_AT_low_pc.
7808 (dwarf2_record_block_ranges): Likewise.
7809 (read_partial_die): Likewise.
7810
7811 2012-04-26 Mark Wielaard <mjw@redhat.com>
7812
7813 * MAINTAINERS (Write After Approval): Add myself to the list.
7814
7815 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7816
7817 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7818 (proc_prettyprint_signal): Likewise.
7819 (proc_prettyprint_faultset): Likewise.
7820 (proc_prettyprint_fault): Likewise.
7821 (proc_prettyprint_actionset): Likewise.
7822 (proc_prettyprint_flags): Move to new proc-flags.c section.
7823 (proc_prettyfprint_flags): New prototype.
7824 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7825 (proc_syscall, proc_cursig): Likewise.
7826 (proc_set_kill_on_last_close): Likewise.
7827 (proc_unset_kill_on_last_close): Likewise.
7828 (proc_set_watchpoint): Make static.
7829 (proc_delete_dead_threads): Likewise.
7830 (procfs_set_watchpoint): Likewise.
7831 (_initialize_procfs): Add prototype.
7832 * proc-events.c: Include proc-utils.h.
7833 (init_syscall_table): Make static.
7834 * proc-api.c (_initialize_proc_api): Add prototype.
7835 * proc-flags.c: Include proc-utils.h.
7836
7837 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7838
7839 * configure.ac: Add AC_ARG_PROGRAM.
7840 * configure: Regenerate.
7841
7842 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 Fix DW_AT_lower_bound defaults for DWARF-4+.
7845 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7846 high. New variable low_default_is_valid. Implement DWARF-4+
7847 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7848 no default by the DWARF standard.
7849
7850 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7851 Maciej W. Rozycki <macro@codesourcery.com>
7852
7853 * infrun.c (handle_inferior_event): Move the check for return
7854 trampolines ahead of the check for function trampolines.
7855 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7856 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7857 (mips_str_mips16_ret_stub): Likewise.
7858 (mips_str_call_fp_stub): Likewise.
7859 (mips_str_call_stub): Likewise.
7860 (mips_str_fn_stub): Likewise.
7861 (mips_str_pic): Likewise.
7862 (mips_in_frame_stub): New function.
7863 (mips_unwind_pc): Return the return address rather than the PC
7864 if the PC of an intermediate frame is inside a call thunk.
7865 (mips_is_stub_suffix): New function.
7866 (mips_is_stub_mode): Likewise.
7867 (mips_get_mips16_fn_stub_pc): Likewise.
7868 (mips_skip_mips16_trampoline_code): Update to handle all the
7869 currently generated stub types. Don't recurse into __fn_stub
7870 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7871 Use cooked register accesses.
7872 (mips_in_return_stub): Reintroduce function.
7873 (mips_skip_trampoline_code): Traverse trampolines recursively.
7874 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7875
7876 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7877
7878 GDB 7.4.1 released.
7879
7880 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7881
7882 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7883 * features/arm-with-m-vfp-d16.xml: New file. Describes
7884 Cortex-M with VFPv4-sp-d16 FPU register layout.
7885 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7886 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7887 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7888 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7889 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7890
7891 2012-04-25 Doug Evans <dje@google.com>
7892
7893 * cli/cli-decode.c (print_doc_line): Use stream instead of
7894 current_uiout.
7895
7896 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7897
7898 * features/arm-with-iwmmxt.c: Regenerate.
7899 * features/arm-with-m-fpa-layout.c: Likewise.
7900 * features/arm-with-m.c: Likewise.
7901 * features/arm-with-neon.c: Likewise.
7902 * features/arm-with-vfpv2.c: Likewise.
7903 * features/arm-with-vfpv3.c: Likewise.
7904 * features/mips-dsp-linux.c: Likewise.
7905 * features/mips-linux.c: Likewise.
7906 * features/mips64-dsp-linux.c: Likewise.
7907 * features/mips64-linux.c: Likewise.
7908 * features/s390-linux32.c: Likewise.
7909 * features/s390-linux32v1.c: Likewise.
7910 * features/s390-linux32v2.c: Likewise.
7911 * features/s390-linux64.c: Likewise.
7912 * features/s390-linux64v1.c: Likewise.
7913 * features/s390-linux64v2.c: Likewise.
7914 * features/s390x-linux64.c: Likewise.
7915 * features/s390x-linux64v1.c: Likewise.
7916 * features/s390x-linux64v2.c: Likewise.
7917 * features/tic6x-c62x-linux.c: Likewise.
7918 * features/tic6x-c62x.c: Likewise.
7919 * features/tic6x-c64x-linux.c: Likewise.
7920 * features/tic6x-c64x.c: Likewise.
7921 * features/tic6x-c64xp-linux.c: Likewise.
7922 * features/tic6x-c64xp.c: Likewise.
7923 * target-descriptions.c: Only generate `field_type' and `type'
7924 variables when needed.
7925
7926 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7927
7928 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7929
7930 2012-04-25 Doug Evans <dje@google.com>
7931
7932 Initial pass at Go language support.
7933 * NEWS: Mention Go.
7934 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7935 go-valprint.c.
7936 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7937 (YYFILES): Add go-exp.c.
7938 (YYOBJ): Add go-exp.o.
7939 (local-maintainer-clean): Delete go-exp.c.
7940 * defs.h (enum language): Add language_go.
7941 * dwarf2read.c: #include "go-lang.h".
7942 (fixup_go_packaging): New function.
7943 (process_full_comp_unit): Call it when processing Go CUs.
7944 (dwarf2_physname): Add Go support.
7945 (read_file_scope): Handle missing language spec for GNU Go.
7946 (set_cu_language): Handle DW_LANG_Go.
7947 * go-exp.y: New file.
7948 * go-lang.h: New file.
7949 * go-lang.c: New file.
7950 * go-typeprint.c: New file.
7951 * go-valprint.c: New file.
7952 * symtab.c: #include "go-lang.h".
7953 (symbol_set_language): Handle language_go.
7954 (symbol_find_demangled_name, symbol_set_names): Ditto.
7955 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7956
7957 2012-04-24 Jim Meyering <meyering@redhat.com>
7958
7959 avoid a few strncpy-induced buffer overruns
7960 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7961 fname and psargs before trying to concatenate.
7962 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7963 "name" before applying strchr.
7964
7965 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7966
7967 * CONTRIBUTE: Use unified diff instead of context diff when
7968 generating patches.
7969
7970 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7971
7972 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7973 code. Handle JR.HB correctly.
7974
7975 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7976
7977 * mips-tdep.c
7978 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7979 with the other MIPS16 helpers.
7980
7981 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7982
7983 * observer.sh: Conditionally declare `args', thus cleaning up
7984 unused instances of this variable.
7985
7986 2012-04-24 Yao Qi <yao@codesourcery.com>
7987
7988 Revert this patch to allow breakpoint always-inserted
7989 in record target.
7990 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7991 * breakpoint.c: Include record.h.
7992 (breakpoints_always_inserted_mode): Return false when the record
7993 target is in use.
7994
7995 * breakpoint.c (iterate_over_bp_locations): New.
7996 * breakpoint.h: Declare.
7997 New typedef walk_bp_location_callback.
7998 * record.c (record_open): Call record_init_record_breakpoints.
7999 (record_sync_record_breakpoints): New.
8000 (record_init_record_breakpoints): New.
8001 * NEWS: Mention supporting breakpoint always-inserted mode in
8002 record target.
8003
8004 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
8005
8006 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8007 any thread.
8008
8009 2012-04-24 Yao Qi <yao@codesourcery.com>
8010
8011 * breakpoint.c (ep_is_catchpoint): Renamed to ...
8012 (is_catchpoint): ... it.
8013 (print_one_breakpoint_location): Caller update.
8014 * breakpoint.h: Update declaration.
8015
8016 2012-04-23 David S. Miller <davem@davemloft.net>
8017
8018 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8019
8020 2012-04-23 Tom Tromey <tromey@redhat.com>
8021
8022 * buildsym.c (add_free_pendings): Remove.
8023 * buildsym.h (add_free_pendings): Remove.
8024
8025 2012-04-23 Doug Evans <dje@google.com>
8026
8027 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8028 attr.u.unsnd instead of attr.u.addr.
8029 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8030 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8031 DW_FORM_ref_udata.
8032 (dump_die_shallow): Update cases DW_FORM_ref_addr,
8033 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
8034 DW_FORM_ref_udata.
8035 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8036
8037 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
8038
8039 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8040 (mips_o32_return_value): Likewise.
8041 (mips_o64_return_value): Likewise.
8042
8043 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
8044
8045 * ada-lang.c (ada_evaluate_subexp): Add cases for
8046 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8047 their treatment in eval.c.
8048
8049 2012-04-21 David S. Miller <davem@davemloft.net>
8050
8051 * sparc-tdep.c (X_DISP10): Define.
8052 (sparc_analyze_control_transfer): Handle compare-and-branch.
8053
8054 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
8055
8056 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8057 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8058
8059 2012-04-20 Nigel Stephens <nigel@mips.com>
8060 Maciej W. Rozycki <macro@codesourcery.com>
8061
8062 * mips-tdep.c (mips_float_register_p): New function.
8063 (mips_convert_register_float_case_p): Use mips_float_register_p.
8064 (mips_register_type): Likewise.
8065 (mips_print_register): Likewise.
8066 (print_gp_register_row): Likewise.
8067 (mips_print_registers_info): Likewise.
8068
8069 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
8070
8071 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8072 of mips16 symbols.
8073
8074 2012-04-20 Andrew Pinski <apinski@cavium.com>
8075
8076 * MAINTAINERS (Write After Approval): Add myself to the list.
8077
8078 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8079
8080 * MAINTAINERS: Update my e-mail address.
8081
8082 2012-04-20 Pedro Alves <palves@redhat.com>
8083
8084 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8085 $srcdir.
8086 * configure: Regenerate.
8087
8088 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
8089
8090 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
8091 declaration.
8092 * gdb_vecs.h: Declare `const_char_ptr' VEC.
8093
8094 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8095
8096 Fix compilation compatibility with python-2.4
8097 * python/py-type.c (convert_field): Cast ADDRSTRING for
8098 PyObject_SetAttrString as non-const. New comment.
8099
8100 2012-04-19 Tom Tromey <tromey@redhat.com>
8101
8102 * top.c (quit_target): Use all_cleanups.
8103 * main.c (captured_command_loop): Use all_cleanups.
8104 * exceptions.c (throw_exception): Use all_cleanups.
8105
8106 2012-04-19 Pedro Alves <palves@redhat.com>
8107
8108 * Makefile.in (GNULIB_BUILDDIR): New.
8109 (LIBGNU, INCGNU, GNULIB_H): Adjust.
8110 (SUBDIRS): Add $(GNULIB_BUILDDIR).
8111 (CLEANDIRS). Remove gnulib/import.
8112 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8113 (all-lib): Ditto.
8114 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8115 (gnulib/import/Makefile): Replace gnulib/import with
8116 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
8117 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8118 (aclocal_m4_deps): Remove the gnulib dependencies. Add
8119 acx_configure_dir.m4.
8120 * acinclude.m4: Include acx_configure_dir.m4.
8121 * acx_configure_dir.m4: New file.
8122 * aclocal.m4: Regenerate.
8123 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8124 calls. Configure gnulib using ACX_CONFIGURE_DIR.
8125 (GNULIB): New variable.
8126 (GNULIB_STDINT_H): Adjust.
8127 (AC_OUTPUT): Don't output gnulib/Makefile.
8128 * gdb/defs.h: Include build-gnulib/config.h.
8129 * aclocal.m4: Regenerate.
8130 * config.in: Regenerate.
8131 * configure: Regenerate.
8132
8133 * gnulib/Makefile.in: New file.
8134 * gnulib/configure.ac: New file.
8135 * gnulib/aclocal.m4: New file.
8136 * gnulib/config.in: New file.
8137 * gnulib/configure: New file.
8138 * gnulib/: Re-run gnulib-tool to adjust.
8139
8140 2012-04-19 Doug Evans <dje@google.com>
8141
8142 * cleanups.h (struct cleanup): Move to cleanups.c.
8143 (make_cleanup_dtor_ftype): New typedef.
8144 (make_cleanup_dtor): Use it.
8145 (ALL_CLEANUPS): Replace with ...
8146 (all_cleanups): ... this. Declare. All uses updated.
8147 * cleanups.c: #include "gdb_assert.h".
8148 (sentinel_cleanup): New static global.
8149 (SENTINEL_CLEANUP): Define.
8150 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8151 (make_my_cleanup2): Assert result is non-NULL.
8152 (all_cleanups): New function.
8153 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8154 of NULL.
8155
8156 2012-04-19 Pedro Alves <palves@redhat.com>
8157
8158 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8159 Adjust paths to gnulib imported files.
8160
8161 2012-04-19 Pedro Alves <palves@redhat.com>
8162
8163 * gnulib/: Move whole directory ...
8164 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8165 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8166 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8167 (aclocal_m4_deps): Adjust.
8168 * aclocal.m4: Regenerate.
8169 * configure: Regenerate.
8170 * configure.ac: Adjust AC_OUTPUT output.
8171
8172 2012-04-19 Yao Qi <yao@codesourcery.com>
8173
8174 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8175 (vec.o): New rule.
8176 * vec.c: Move it ...
8177 * common/vec.c: ... here.
8178 * vec.h: Move it ...
8179 * common/vec.h: ... here.
8180
8181 2012-04-19 Yao Qi <yao@codesourcery.com>
8182
8183 * gdb-code-style.el: New.
8184
8185 2012-04-18 Pedro Alves <palves@redhat.com>
8186
8187 Update gnulib from latest git.
8188 (639ea5ae15e39fe48d43e04864b2997301e4b969)
8189
8190 * gnulib/Makefile.am: Update.
8191 * gnulib/dummy.c: Update.
8192 * gnulib/extra/arg-nonnull.h: Update.
8193 * gnulib/extra/c++defs.h: Update.
8194 * gnulib/extra/update-copyright: Update.
8195 * gnulib/extra/warn-on-use.h: Update.
8196 * gnulib/inttypes.in.h: Update.
8197 * gnulib/m4/00gnulib.m4: Update.
8198 * gnulib/m4/extensions.m4: Update.
8199 * gnulib/m4/gnulib-cache.m4: Update.
8200 * gnulib/m4/gnulib-common.m4: Update.
8201 * gnulib/m4/gnulib-comp.m4: Update.
8202 * gnulib/m4/gnulib-tool.m4: Update.
8203 * gnulib/m4/include_next.m4: Update.
8204 * gnulib/m4/inttypes-pri.m4: Update.
8205 * gnulib/m4/inttypes.m4: Update.
8206 * gnulib/m4/longlong.m4: Update.
8207 * gnulib/m4/memchr.m4: Update.
8208 * gnulib/m4/memmem.m4: Update.
8209 * gnulib/m4/mmap-anon.m4: Update.
8210 * gnulib/m4/multiarch.m4: Update.
8211 * gnulib/m4/onceonly.m4: Update.
8212 * gnulib/m4/stddef_h.m4: Update.
8213 * gnulib/m4/stdint.m4: Update.
8214 * gnulib/m4/string_h.m4: Update.
8215 * gnulib/m4/warn-on-use.m4: Update.
8216 * gnulib/m4/wchar_h.m4: Update.
8217 * gnulib/m4/wchar_t.m4: Update.
8218 * gnulib/m4/wint_t.m4: Update.
8219 * gnulib/memchr.c: Update.
8220 * gnulib/memmem.c: Update.
8221 * gnulib/stddef.in.h: Update.
8222 * gnulib/stdint.in.h: Update.
8223 * gnulib/str-two-way.h: Update.
8224 * gnulib/string.in.h: Update.
8225 * gnulib/wchar.in.h: Update.
8226
8227 * gnulib/extra/arg-nonnull.h: Delete.
8228 * gnulib/extra/c++defs.h: Delete.
8229 * gnulib/extra/warn-on-use.h: Delete.
8230 * gnulib/m4/wchar_h.m4: Delete.
8231 * gnulib/m4/wint_t.m4: Delete.
8232 * gnulib/wchar.in.h: Delete.
8233
8234 * gnulib/extra/snippets/arg-nonnull.h: New.
8235 * gnulib/extra/snippets/c++defs.h: New.
8236 * gnulib/extra/snippets/warn-on-use.h: New.
8237
8238 * aclocal.m4: Regenerate.
8239 * config.in: Regenerate.
8240 * configure: Regenerate.
8241 * gnulib/Makefile.in: Regenerate.
8242
8243 2012-04-18 Pedro Alves <palves@redhat.com>
8244
8245 Reimport the update-copyright module from gnulib
8246 (250b80067c1e1d8faa0c42fb572f721975b929c5).
8247
8248 * configure: Regenerate.
8249 * gnulib/Makefile.am: Update.
8250 * gnulib/Makefile.in: Regenerate.
8251 * gnulib/extra/update-copyright: Update.
8252 * gnulib/m4/gnulib-cache.m4: Update.
8253 * gnulib/m4/gnulib-comp.m4: Update.
8254
8255 2012-04-18 Tristan Gingold <gingold@adacore.com>
8256
8257 * configure.ac (aix): Put -lpthread into libs.
8258 * configure: Regenerate.
8259
8260 2012-04-18 Tom Tromey <tromey@redhat.com>
8261
8262 * linespec.c (convert_linespec_to_sals): Don't use
8263 SYMBOL_OBJ_SECTION.
8264 (compare_msymbols): Arguments are minsym_and_objfile, not
8265 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
8266
8267 2012-04-18 Pedro Alves <palves@redhat.com>
8268
8269 Revert gnulib/ part of:
8270 2011-01-01 Joel Brobecker <brobecker@adacore.com>
8271 Copyright year update in most files (performed by copyright.sh).
8272
8273 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8274
8275 Fix 64-bit constants on 32-bit hosts.
8276 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8277 from unsigned long to ULONGEST.
8278 (read_signed_leb128): Change declaration return type from long to
8279 LONGEST.
8280 (dwarf2_const_value_attr): Change declaration parameter value from long
8281 to LONGEST.
8282 (dwarf2_compute_name): Change variable value from long to LONGEST.
8283 (read_unsigned_leb128): Change return type, variable result and some
8284 casts from unsigned long to ULONGEST.
8285 (read_signed_leb128): Change return type, variable result and some
8286 casts from long to LONGEST.
8287 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8288 value from long to LONGEST.
8289 (dwarf2_const_value): Change variable value from long to LONGEST.
8290 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8291 plongest and hex_string.
8292 * symtab.h (struct general_symbol_info): Change ivalue from long to
8293 LONGEST, remove the comment.
8294 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8295 Change SYMBOL_VALUE format strings to use plongest and hex_string.
8296
8297 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
8298
8299 PR symtab/7259:
8300 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8301 * ada-lang.c (ada_discrete_type_high_bound)
8302 (ada_discrete_type_low_bound): Fix function comment. Use
8303 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8304 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8305 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8306 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8307 Use TYPE_FIELD_ENUMVAL.
8308 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8309 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8310 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8311 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
8312 TYPE_CODE_ENUM.
8313 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8314 * dwarf2read.c (process_enumeration_scope): Likewise.
8315 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8316 field.bitpos.
8317 (class StructMainTypePrettyPrinter): Support also
8318 FIELD_LOC_KIND_ENUMVAL.
8319 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8320 TYPE_CODE_ENUM.
8321 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8322 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8323 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8324 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
8325 field enumval.
8326 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8327 accommodate enumval.
8328 (struct call_site): Adjust loc_kind to accommodate enumval.
8329 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8330 (TYPE_FIELD_ENUMVAL): New macros.
8331 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8332 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8333 TYPE_CODE_ENUM.
8334 * p-typeprint.c (pascal_type_print_base): Likewise.
8335 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8336 enumval.
8337 * python/lib/gdb/types.py (make_enum_dict): Likewise.
8338 * python/py-type.c (convert_field): New variable addrstring. Use
8339 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8340 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8341 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8342 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8343 TYPE_CODE_ENUM.
8344 * valprint.c (generic_val_print): Likewise.
8345
8346 2012-04-17 Doug Evans <dje@google.com>
8347
8348 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8349
8350 * dwarf2read.c: Whitespace fixes.
8351 (lookup_signatured_type): Tweak comment.
8352 (get_die_type_at_offset): Fix comment.
8353
8354 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8355
8356 * xcoffread.c (xcoff_secnum_to_sections): New function.
8357 (secnum_to_section, secnum_to_bfd_section): Reimplement
8358 using xcoff_secnum_to_sections. Rename "secnum" parameter
8359 into "n_scnum".
8360 (RECORD_MINIMAL_SYMBOL): Delete.
8361 (record_minimal_symbol): New function.
8362 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8363 by call to record_minimal_symbol and set misc_func_recorded
8364 to 1. Set last_csect_sec to the XCOFF section index instead
8365 of GDB's section_offset index. Update calls to
8366 prim_record_minimal_symbol_and_info to pass the BFD section
8367 as well.
8368
8369 2012-04-17 Joel Brobecker <brobecker@adacore.com>
8370
8371 * xcoffread.c (read_xcoff_symtab): Delete variables
8372 last_csect_val and last_csect_sec and associated code.
8373
8374 2012-04-17 Doug Evans <dje@google.com>
8375
8376 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8377 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8378 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8379 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8380
8381 * cleanups.h: New file.
8382 * cleanups.c: New file.
8383 * Makefile.in (SFILES): Add cleanups.c.
8384 (HFILES_NO_SRCDIR): Add cleanups.h.
8385 (COMMON_OBS): Add cleanups.o.
8386 * defs.h (struct cleanup): Moved to cleanups.h.
8387 (do_cleanups,do_final_cleanups): Ditto.
8388 (discard_cleanups,discard_final_cleanups): Ditto
8389 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8390 (save_cleanups,save_final_cleanups): Ditto.
8391 (restore_cleanups,restore_final_cleanups): Ditto.
8392 (null_cleanup): Ditto.
8393 (make_my_cleanup,make_my_cleanup2): Ditto.
8394 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8395 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8396 (do_cleanups,do_final_cleanups): Ditto.
8397 (discard_cleanups,discard_final_cleanups): Ditto
8398 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8399 (save_cleanups,save_final_cleanups): Ditto.
8400 (restore_cleanups,restore_final_cleanups): Ditto.
8401 (null_cleanup): Ditto.
8402 (make_my_cleanup,make_my_cleanup2): Ditto.
8403 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8404
8405 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8406 make_my_cleanup.
8407 (make_cleanup_dyn_string_delete): Ditto.
8408 (make_cleanup_ui_file_delete): Ditto.
8409 (make_cleanup_ui_out_redirect_pop): Ditto.
8410 (make_cleanup_free_section_addr_info): Ditto.
8411 (make_cleanup_restore_integer): Ditto.
8412 (make_cleanup_unpush_target): Ditto.
8413 (make_cleanup_value_free_to_mark): Ditto.
8414 (make_cleanup_value_free): Ditto.
8415 (make_cleanup_free_so): Ditto.
8416
8417 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8418
8419 New option "set debug auto-load".
8420 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8421 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8422 (auto_load_safe_path_vec_update)
8423 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8424 if DEBUG_AUTO_LOAD.
8425 (file_is_auto_load_safe): New parameters debug_fmt and ....
8426 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8427 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8428 caller by explanatory string.
8429 (_initialize_auto_load): Register "set debug auto-load".
8430 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8431 and ....
8432 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8433 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8434 by explanatory string.
8435 * main.c (captured_main): Likewise.
8436 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8437 (source_section_scripts): Likewise.
8438
8439 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8440
8441 New option "set auto-load safe-path".
8442 * NEWS: New commands "set auto-load safe-path"
8443 and "show auto-load safe-path".
8444 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8445 (auto_load_safe_path, auto_load_safe_path_vec)
8446 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8447 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8448 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8449 (source_gdb_script_for_objfile): New variable is_safe. Call
8450 file_is_auto_load_safe. Return if it is not.
8451 (struct loaded_script): New field loaded.
8452 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
8453 (print_script): Use LOADED indicator instead of FULL_PATH. Change
8454 output "Missing" to "No".
8455 (_initialize_auto_load): New variable cmd. Initialize
8456 auto_load_safe_path. Register "set auto-load safe-path",
8457 "show auto-load safe-path" and "add-auto-load-safe-path".
8458 * auto-load.h (maybe_add_script): Add parameter loaded.
8459 (file_is_auto_load_safe): New declaration.
8460 * config.in: Regenerate.
8461 * configure: Regenerate.
8462 * configure.ac: New parameters --with-auto-load-safe-path
8463 and --without-auto-load-safe-path.
8464 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8465 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8466 * main.c (captured_main): Check file_is_auto_load_safe for
8467 LOCAL_GDBINIT.
8468 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8469 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
8470 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
8471 not.
8472
8473 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 auto-load: Implementation.
8476 * NEWS: New descriptions for "info auto-load",
8477 "info auto-load gdb-scripts", "info auto-load python-scripts",
8478 "info auto-load local-gdbinit" and "info auto-load libthread-db".
8479 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8480 and "show auto-load-scripts". New description for "set auto-load",
8481 "show auto-load", "set auto-load gdb-scripts",
8482 "show auto-load gdb-scripts", "set auto-load python-scripts",
8483 "show auto-load python-scripts", "set auto-load local-gdbinit",
8484 "show auto-load local-gdbinit", "set auto-load libthread-db" and
8485 "show auto-load libthread-db".
8486 * auto-load.c: Remove include python/python-internal.h. Add includes
8487 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8488 cli/cli-setshow.h.
8489 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8490 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8491 (gdbpy_global_auto_load): Rename to ...
8492 (global_auto_load): ... here.
8493 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8494 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8495 (script_language_gdb, source_gdb_script_for_objfile): New.
8496 (struct loaded_script): New field language.
8497 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8498 LANGUAGE.
8499 (maybe_add_script): Add parameter language. Drop redundant
8500 entry.full_path initialization. Initialize entry.language and
8501 (*slot)->language.
8502 (auto_load_objfile_script): Change parameter suffix to language.
8503 Remove the call of maybe_add_script.
8504 Call language->source_script_for_objfile.
8505 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8506 New.
8507 (collect_matching_scripts): Adjust it for
8508 struct collect_matching_scripts_data.
8509 (auto_load_info_scripts_pattern_nl): New variable.
8510 (info_auto_load_scripts): Rename to ...
8511 (auto_load_info_scripts): ... here, add parameter language. Adjust it
8512 for struct collect_matching_scripts_data.
8513 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8514 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8515 (auto_load_show_cmdlist_get, info_auto_load_cmd)
8516 (auto_load_info_cmdlist_get): New.
8517 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8518 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
8519 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8520 "info auto-load local-gdbinit".
8521 * auto-load.h (struct script_language): New.
8522 (gdbpy_global_auto_load): Rename to ...
8523 (global_auto_load): ... here.
8524 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8525 (auto_load_local_gdbinit_loaded): New declarations.
8526 (maybe_add_script): New parameter language.
8527 (auto_load_objfile_script): Change parameter suffix to language.
8528 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8529 (auto_load_info_scripts, auto_load_set_cmdlist_get)
8530 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8531 declarations.
8532 * linux-thread-db.c: Include auto-load.h and ctype.h.
8533 (auto_load_thread_db, show_auto_load_thread_db): New.
8534 (struct thread_db_info): New field filename.
8535 (delete_thread_db_info): Call xfree for FILENAME.
8536 (try_thread_db_load): Initialize FILENAME.
8537 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8538 if !AUTO_LOAD_THREAD_DB.
8539 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8540 (_initialize_thread_db): Install auto_load_thread_db
8541 as "set auto-load libthread-db" and install info_auto_load_libthread_db
8542 as "info auto-load libthread-db".
8543 * main.c (captured_main): Rename gdbpy_global_auto_load to
8544 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8545 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8546 (print_gdb_help): Extend the help for 'local init file'.
8547 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8548 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8549 (auto_load_scripts): Rename to ...
8550 (auto_load_python_scripts): ... here, update the comment.
8551 (gdbpy_load_auto_script_for_objfile): New declaration.
8552 (show_auto_load_python_scripts, script_language_python)
8553 (gdbpy_load_auto_script_for_objfile): New.
8554 (source_section_scripts): Refactor the code.
8555 (load_auto_scripts_for_objfile): Rename to ...
8556 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8557 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8558 (info_auto_load_python_scripts): New.
8559 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8560 Rename "set auto-load-scripts" to "set auto-load python-scripts".
8561 Register "set auto-load-scripts" as its deprecated alias. Register
8562 "info auto-load python-scripts". Register "info auto-load-scripts" as
8563 its deprecated alias.
8564 (load_auto_scripts_for_objfile): Rename to ...
8565 (gdbpy_load_auto_scripts_for_objfile): ... here.
8566 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8567 (gdbpy_load_auto_scripts_for_objfile): ... here.
8568
8569 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 auto-load: Move files.
8572 * Makefile.in (SFILES): Add auto-load.c.
8573 (HFILES_NO_SRCDIR): Add auto-load.h.
8574 (COMMON_OBS): Add auto-load.o.
8575 (distclean): Change .gdbinit for gdb-gdb.gdb.
8576 * auto-load.c: New file, with parts from python/py-auto-load.c.
8577 * auto-load.h: New file, with parts from python/python.h.
8578 * configure: Regenerate.
8579 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8580 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8581 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8582 * main.c: Include auto-load.h.
8583 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8584 command.h, observer.h and progspace.h to auto-load.c. Add include
8585 auto-load.h.
8586 (gdbpy_global_auto_load, struct auto_load_pspace_info)
8587 (struct loaded_script, auto_load_pspace_data)
8588 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8589 (hash_loaded_script_entry, eq_loaded_script_entry)
8590 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8591 (maybe_add_script): Move to auto-load.c.
8592 (source_section_scripts): Change maybe_add_script parameters passing,
8593 use script_not_found_warning_print.
8594 (clear_section_scripts, auto_load_objfile_script)
8595 (auto_load_new_objfile, loaded_script_ptr)
8596 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8597 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8598 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8599 auto_load_new_objfile and info_auto_load_scripts initizations to
8600 auto-load.c.
8601 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8602
8603 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8604
8605 Code cleanup.
8606 * charset.c (find_charset_names): Remove variables ix and elt.
8607 Use free_char_ptr_vec.
8608 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8609 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8610 debugdir_end. New variable debugdir_len.
8611 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8612 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8613 declarations.
8614 * progspace.c (clear_program_space_solib_cache): Remove variables ix
8615 and elt. Use free_char_ptr_vec.
8616 * source.c (add_path): Remove variables argv, arg and argv_index.
8617 New variables dir_vec, back_to, ix and name.
8618 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
8619 make_cleanup_freeargv. Remove variable separator. Simplify the code
8620 no longer expecting DIRNAME_SEPARATOR.
8621 (openp): Remove variable p, p1 and len. New variables dir_vec,
8622 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
8623 no longer expecting DIRNAME_SEPARATOR.
8624 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8625 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
8626 debugdir_end.
8627 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8628 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8629 (dirnames_to_char_ptr_vec): New functions.
8630
8631 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8632
8633 Code cleanup.
8634 * source.c (add_path): Remove always true conditional 'p == 0' and
8635 unindent its code block.
8636
8637 2012-04-17 Pedro Alves <palves@redhat.com>
8638
8639 * gdbtypes.h (FIELD_BITPOS): Rename to ...
8640 (FIELD_BITPOS_LVAL): ... this.
8641 (FIELD_BITPOS): New.
8642 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8643 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8644 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8645 SET_FIELD_BITPOS.
8646 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8647 SET_FIELD_BITPOS.
8648 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8649 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8650 * target-descriptions.c (tdesc_gdb_type): Adjust to use
8651 SET_FIELD_BITPOS.
8652
8653 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8654
8655 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8656 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8657 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8658 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8659 * jv-lang.c (java_link_class_type): Likewise, once.
8660 * stabsread.c (read_enum_type): Likewise.
8661
8662 2012-04-16 Yao Qi <yao@codesourcery.com>
8663
8664 * common/agent.c (agent_run_command): Add one more parameter `len'.
8665 Update callers.
8666 * common/agent.h: Update declaration.
8667 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8668 Update.
8669 (linux_child_static_tracepoint_markers_by_strid): Ditto.
8670
8671 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
8672
8673 PR mi/13393
8674 * value.c (value_actual_type): New function.
8675 * value.h (value_actual_type): New declaration.
8676 * varobj.c (update_type_if_necessary): New function.
8677 (varobj_create): Call value_actual_type instead of
8678 value_type.
8679 (install_dynamic_child): distinct changed and type changed MI variable
8680 objects.
8681 (update_dynamic_varobj_children): Updated for install_dynamic_child
8682 change. All callers updated.
8683 (varobj_update): Support for MI variable object type change if
8684 the value changed and RTTI is used to determine the type.
8685 (create_child_with_value): Call value_actual_type instead of
8686 value_type.
8687 (adjust_value_for_child_access): Extended with a new parameter which
8688 specify whether the given value should be casted to enclosing type.
8689 All callers updated.
8690
8691 2012-04-14 Yao Qi <yao@codesourcery.com>
8692
8693 Import gnulib module inttypes from git
8694 (250b80067c1e1d8faa0c42fb572f721975b929c5)
8695 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8696 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8697 gnulib/m4/inttypes-pri.m4
8698 * aclocal.m4, config.in, configure: Regenerated.
8699 * gnulib/Makefile.am: Update.
8700 * gnulib/Makefile.in: Update.
8701 * gnulib/m4/gnulib-cache.m4: Update.
8702 * gnulib/m4/gnulib-comp.m4: Update.
8703 * gnulib/inttypes.in.h: New.
8704 * gnulib/m4/inttypes-pri.m4: New.
8705 * gnulib/m4/inttypes.m4: New.
8706
8707 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
8708
8709 * infrun.c (resume): Update PC address to the real PC after
8710 preparing to do displaced stepping.
8711
8712 2012-04-12 Doug Evans <dje@google.com>
8713
8714 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8715 All callers updated.
8716
8717 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8718
8719 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8720
8721 2012-04-12 Doug Evans <dje@google.com>
8722
8723 * dwarf2read.c (create_all_type_units): Renamed from
8724 create_debug_types_hash_table. All callers updated.
8725
8726 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8727 local type_sig to sig_type, type_offset to type_offset_in_tu.
8728 (hash_signatured_type): Renamed from hash_type_signature,
8729 all callers updated.
8730 (eq_signatured_type): Renamed from eq_type_signature,
8731 all callers updated.
8732 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8733 (process_enumeration_scope): Ditto.
8734 (lookup_signatured_type_at_offset): Ditto.
8735 (load_full_type_unit, read_signatured_type): Ditto.
8736
8737 2012-04-12 Yao Qi <yao@codesourcery.com>
8738
8739 * remote.c (async_remote_interrupt): Correct function name in
8740 debug message.
8741 (async_remote_interrupt_twice): Ditto.
8742
8743 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8744
8745 * source.c (find_and_open_source): Consistently pass resulting
8746 full path through xfullpath.
8747
8748 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 Provide more specific displaced-stepping memory error message.
8751 * infrun.c (displaced_step_prepare): New variable status. Call
8752 target_read_memory instead of read_memory, provide more specific
8753 error message.
8754
8755 2012-04-11 Tristan Gingold <gingold@adacore.com>
8756
8757 PR gdb/13901
8758 * darwin-nat.c (darwin_execvp): Revert previous patch.
8759
8760 2012-04-11 Tristan Gingold <gingold@adacore.com>
8761
8762 PR gdb/13901
8763 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8764 in case of change.
8765
8766 2012-04-11 Tristan Gingold <gingold@adacore.com>
8767
8768 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8769 warning.
8770
8771 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8772
8773 New command 'explore' which helps explore values and types in
8774 scope.
8775 * NEWS: Add an entry about the new 'explore' command.
8776 * data-directory/Makefile.in: Add gdb/command/explore.py
8777 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8778 command using the GDB Python API.
8779
8780 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8781
8782 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8783 extension in jump target calculation.
8784
8785 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8786
8787 * mips-tdep.c (mips32_next_pc): Handle JALX.
8788
8789 2012-04-10 Yao Qi <yao@codesourcery.com>
8790
8791 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8792
8793 2012-04-10 Yao Qi <yao@codesourcery.com>
8794
8795 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8796 and gnulib/m4/gnulib-tool.m4.
8797
8798 2012-04-10 Doug Evans <dje@google.com>
8799
8800 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8801 (load_partial_dies): Clarify comment.
8802 (find_partial_die): Support rereading type units.
8803 Clarify CU handling, if we know offset is in CU, don't search for the
8804 containing CU. Add comment regarding memory waste.
8805
8806 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8807
8808 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8809 i386/x32-avx and i386/x32-avx-linux.
8810 (i386/x32-expedite): New.
8811 (i386/x32-linux-expedite): Likewise.
8812 (i386/x32-avx-expedite): Likewise.
8813 (i386/x32-avx-linux-expedite): Likewise.
8814 ($(outdir)/i386/x32.dat): Likewise.
8815 ($(outdir)/i386/x32-linux.dat): Likewise.
8816 ($(outdir)/i386/x32-avx.dat): Likewise.
8817 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8818
8819 * features/i386/x32-avx-linux.xml: New file.
8820 * features/i386/x32-avx.xml: Likewise.
8821 * features/i386/x32-core.xml: Likewise.
8822 * features/i386/x32-linux.xml: Likewise.
8823 * features/i386/x32.xml: Likewise.
8824
8825 * features/i386/x32-avx-linux.c: New. Generated.
8826 * features/i386/x32-avx.c: Likewise.
8827 * features/i386/x32-linux.c: Likewise.
8828 * features/i386/x32.c: Likewise.
8829 * regformats/i386/x32-avx-linux.dat: Likewise.
8830 * regformats/i386/x32-avx.dat: Likewise.
8831 * regformats/i386/x32-linux.dat: Likewise.
8832 * regformats/i386/x32.dat: Likewise.
8833
8834 2012-04-10 Tristan Gingold <gingold@adacore.com>
8835
8836 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8837 code to kill the inferior.
8838
8839 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8840
8841 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8842 defines.
8843 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8844 defines.
8845 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8846 (yyvsp): New defines.
8847 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8848 defines.
8849 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8850 defines.
8851 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8852 defines.
8853 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8854 defines.
8855 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8856 defines.
8857
8858 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8859
8860 * sparc64-tdep.c (sparc64_store_arguments)
8861 (sparc64_store_arguments): Fix coding style.
8862
8863 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8864
8865 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8866 complex floats, adjust some related comments and tighten a related
8867 assertion.
8868 (sparc64_extract_return_value): Handle complex floats.
8869
8870 2012-04-07 Doug Evans <dje@google.com>
8871
8872 * dwarf2read.c (load_partial_dies): Change condition to assert.
8873
8874 2012-04-06 Doug Evans <dje@google.com>
8875
8876 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8877 "mov %rsp,%rbp".
8878
8879 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8880
8881 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8882 fencepost error.
8883 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8884 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8885 architecture.
8886
8887 2012-04-05 Keith Seitz <keiths@redhat.com>
8888
8889 * linespec.c (decode_compound): Remove.
8890 (enum offset_relative_sign): New enum.
8891 (struct line_offset): New struct.
8892 (struct linespec): New struct.
8893 (struct linespec_state): Move file_symtabs,
8894 user_filename, and user_function into struct linespec.
8895 Make result an anonymous struct holding vectors of
8896 symbolp and minsym_and_objfile_d.
8897 Add language member.
8898 (enum ls_token_type): New enum.
8899 (linespec_keywords): New array.
8900 (struct ls_token): New struct.
8901 (struct ls_parser): New struct.
8902 (linespec_lexer_lex_number): New function.
8903 (linespec_lexer_lex_keyword): New function.
8904 (is_ada_operator): New function.
8905 (skip_quote_char): New function.
8906 (copy_token_string): New function.
8907 (is_closing_quote_enclosed): New function.
8908 (find_parameter_list_end): New function.
8909 (linespec_lexer_lex_string): New function.
8910 (linespec_lexer_lex_one): New function.
8911 (linespec_lexer_consume_token): New function.
8912 (linespec_lexer_peek_token): New function.
8913 (cplusplus_error): Remove unused function.
8914 (find_methods): Update comment.
8915 (find_toplevel_char): Return const.
8916 (is_objc_method_format): Remove unused function.
8917 (find_toplevel_string): New function.
8918 (is_linespec_boundary): Remove.
8919 (symbol_not_found_error): New function.
8920 (find_method_overload_end): Remove function.
8921 (unexpected_linespec_error): New function.
8922 (keep_name_info): Remove.
8923 (linespec_parse_line_offset): New function.
8924 (linespec_parse_basic): New function.
8925 (canonicalize_linespec): New function.
8926 (decode_line_internal): Remove.
8927 (create_sals_line_offset): New function adapted from
8928 decode_all_digits.
8929 (convert_linespec_to_sals): New function.
8930 (parse_linespec): New function.
8931 (linespec_parser_new): New function.
8932 (linespec_state_destructor): Change parameter type to
8933 struct linespec_state *.
8934 Add language parameter.
8935 Remove freeing of moved members.
8936 (linespec_parser_delete): New function.
8937 (decode_line_full): Use parse_linespec and linespec_parser_new.
8938 (decode_line_1): Likewise.
8939 (decode_indirect): Rename to ...
8940 (linespec_expression_to_pc): ... this and rewrite
8941 to simply find CORE_ADDR, storing this result for later
8942 conversion to SALs.
8943 (locate_first_half): Remove.
8944 (deocde_objc): Add parameter LS.
8945 Initialize new struct collect_info members.
8946 Handle minimal symbols, too.
8947 (decode_compound): Delete.
8948 (lookup_prefix_sym): Rewrite.
8949 (compare_msymbols): New function.
8950 (find_method): Rewrite.
8951 Do not call cplusplus_error.
8952 (symtabs_from_filename): Rewrite.
8953 (collect_function_symbols): Delete.
8954 (find_function_symbols): Rewrite without ARGPTR-style
8955 processing.
8956 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8957 (decode_dollar): Adapted and renamed to ...
8958 (linespec_parse_variable): ... this.
8959 (find_linespec_symbols): New function.
8960 (decode_label): Adapted and renamed to ...
8961 (find_label_symbols): ... this.
8962 (decode_digits_list_mode): Add and use LS argument.
8963 (decode_digits_ordinary): Likewise.
8964 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8965 If in list mode, allow any symbol class. Otherwise, only
8966 permit LOC_BLOCK symbols.
8967 (minsym_found): Update comments.
8968 (search_minsyms_for_name): Do not convert the matching symbol
8969 into a SAL. Simply push the symbol and objfile into the
8970 result vector.
8971 (decode_variable): Delete. Contents adapted into
8972 find_linespec_symbols.
8973
8974 * cp-support.c (SKIP_SPACE): Remove.
8975 (operator_tokens): Remove unused global.
8976 (cp_validate_operator): Remove.
8977 * cp-support.h (cp_validate_operator): Remove declaration.
8978
8979 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8980
8981 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8982 for TYPE_VPTR_FIELDNO.
8983 * valprint.c (valprint_check_validity): Make it global, move the
8984 function comment ...
8985 * value.h (valprint_check_validity): ... to this new declaration.
8986
8987 2012-04-02 Tristan Gingold <gingold@adacore.com>
8988
8989 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8990 the STATE32 api for i386 state.
8991 (i386_darwin_store_inferior_registers): Likewise.
8992
8993 2012-04-02 Tristan Gingold <gingold@adacore.com>
8994
8995 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8996 SS offset.
8997 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8998 format_string.
8999
9000 2012-04-02 Tristan Gingold <gingold@adacore.com>
9001
9002 PR gdb/13901
9003 * darwin-nat.c (darwin_execvp): Set binary preference.
9004
9005 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9008
9009 2012-03-30 Tom Tromey <tromey@redhat.com>
9010
9011 * python/python.c (gdbpy_decode_line): Move cleanup creation out
9012 of TRY_CATCH. Fix error handling.
9013 * python/py-value.c (convert_value_from_python): Move 'old'
9014 declaration to innermost scope.
9015
9016 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9017 Andrey Smirnov <andrew.smirnov@gmail.com>
9018
9019 -Wshadow warning fix.
9020 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9021 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9022 Adjust code accordingly.
9023
9024 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9025
9026 * ada-lang.c (symbol_completion_add): Rename parameter
9027 "encoded" into "encoded_p". Ajust code and documentation
9028 accordingly.
9029
9030 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9031 Andrey Smirnov <andrew.smirnov@gmail.com>
9032
9033 -Wshadow warning fix.
9034 * ada-lang.c (symbol_completion_add): Rename parameter
9035 "wild_match" into wild_match_p. Update code and documentation
9036 accordingly.
9037
9038 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9039
9040 * ada-lang.c (symbol_completion_match): Rename parameter
9041 "encoded" into "encoded_p". Ajust code and documentation
9042 accordingly.
9043
9044 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9045 Andrey Smirnov <andrew.smirnov@gmail.com>
9046
9047 -Wshadow warning fix.
9048 * ada-lang.c (symbol_completion_match): Rename parameter
9049 "wild_match" into "wild_match_p". Adjust code and function
9050 documentation accordingly.
9051
9052 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9053 Andrey Smirnov <andrew.smirnov@gmail.com>
9054
9055 -Wshadow warning fix.
9056 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9057 "symbol_info" into "info". Adjust code accordingly.
9058 (ada_lookup_symbol): Likewise.
9059
9060 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9061
9062 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9063 of this function's documentation.
9064
9065 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9066 Andrey Smirnov <andrew.smirnov@gmail.com>
9067
9068 -Wshadow warning fix.
9069 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9070 variable into "wild_match_p". Adjust code accordingly.
9071
9072 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9073 Andrey Smirnov <andrew.smirnov@gmail.com>
9074
9075 -Wshadow warning fix.
9076 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9077 parameter into "wild_match_p". Adjust code accordingly.
9078 Document this parameter in the function description.
9079
9080 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9081 Andrey Smirnov <andrew.smirnov@gmail.com>
9082
9083 -Wshadow warning fix.
9084 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9085 "wild_match" parameter to "wild_match_p" (-Wshadow).
9086
9087 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9088
9089 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9090 in function documentation.
9091
9092 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9093 Andrey Smirnov <andrew.smirnov@gmail.com>
9094
9095 -Wshadow warning fix.
9096 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9097 variable into wild_match_p. Adjust code accordingly.
9098
9099 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9100 Andrey Smirnov <andrew.smirnov@gmail.com>
9101
9102 * ada-valprint.c (ada_val_print_1): Move the code handling
9103 TYPE_CODE_ENUM inside its own lexical block. Declare
9104 variables len and val there, instead of in the function's
9105 top level block. Avoid declaring deref_val again in a way
9106 that shadows another variable of the same name declared
9107 in one of the up-level blocks. Just re-use the up-level
9108 variable instead.
9109
9110 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9111
9112 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9113 Replace block_found argument by symbol_info. Adjust
9114 implementation accordingly. Add function documentation.
9115 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9116 Fix documentation.
9117 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9118 * ada-exp.y (write_object_renaming): Adjust to new
9119 ada_lookup_encoded_symbol API.
9120
9121 2012-03-29 Joel Brobecker <brobecker@adacore.com>
9122
9123 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
9124 documentation.
9125
9126 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
9127
9128 * v850-tdep.c: Add the enum values for mpu and fpu registers.
9129 (v850_register_name): Add the mpu and fpu register names.
9130 (v850e_register_name): Add the mpu and fpu register names.
9131 (v850e2_register_name): New function.
9132 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9133 bfd_mach_v850e2v3.
9134
9135 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9136
9137 * NEWS: Add entry for Ada varobj support.
9138
9139 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9140
9141 * varobj.c (default_value_is_changeable_p): New function,
9142 extracted from varobj_value_is_changeable_p. Add declaration.
9143 (ada_value_is_changeable_p): New function, extracted from
9144 varobj_value_is_changeable_p. Add declaration.
9145 (struct language_specific): New field "value_is_changeable_p".
9146 (languages): Add entries for new field.
9147 (varobj_create): Set language before calling install_new_value.
9148 (varobj_value_is_changeable_p): Reimplement to call the varobj's
9149 "value_is_changeable_p" language callback.
9150
9151 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9152
9153 * ada-varobj.h, ada-varobj.c: New files.
9154 * Makefile.in (SFILES): Add ada-varobj.c.
9155 (HFILES_NO_SRCDIR): Add ada-varobj.h.
9156 (COMMON_OBS): Add ada-varobj.o.
9157
9158 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9159
9160 * varobj.c (ada_value_has_mutated): Add declaration. New function.
9161 (struct language_specific): New field "value_has_mutated".
9162 (languages): Set field "value_has_mutated" in each entry of array.
9163 (varobj_value_has_mutated): New function.
9164 (varobj_udpdate): Add handling of type mutation.
9165 (value_of_root): Add handling of type mutation.
9166 (ada_value_has_mutated): New function.
9167
9168 2012-03-28 Pedro Alves <palves@redhat.com>
9169
9170 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9171 Always supply $fr0 as 0.0 and $fr1 as 1.0.
9172
9173 2012-03-28 Tom Tromey <tromey@redhat.com>
9174
9175 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9176 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
9177 before returning.
9178
9179 2012-03-28 Tom Tromey <tromey@redhat.com>
9180
9181 * .dir-locals.el: New file.
9182
9183 2012-03-28 Pedro Alves <palves@redhat.com>
9184
9185 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9186
9187 2012-03-28 Joel Brobecker <brobecker@adacore.com>
9188
9189 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9190 handling for r0.
9191
9192 2012-03-27 Pedro Alves <palves@redhat.com>
9193
9194 Eliminate struct ui_stream.
9195
9196 * ui-out.h (struct ui_stream): Delete.
9197 (ui_out_field_stream): Adjust prototype.
9198 (ui_out_stream_new, ui_out_stream_delete)
9199 (make_cleanup_ui_out_stream_delete): Delete declarations.
9200 * ui-out.c (ui_out_field_stream): Change prototype to take a
9201 ui_file instead of a ui_stream. Adjust.
9202 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9203 (make_cleanup_ui_out_stream_delete): Delete.
9204 * breakpoint.c (print_breakpoint_location)
9205 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9206 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9207 * disasm.c (dump_insns): Ditto.
9208 (do_mixed_source_and_assembly, do_assembly_only): Adjust
9209 prototype.
9210 (gdb_disassembly): Use ui_file/mem_fileopen instead of
9211 ui_stream/ui_out_stream_new.
9212 * infcmd.c (print_return_value): Ditto.
9213 * osdata.c (info_osdata_command): Don't allocate a local
9214 ui_stream.
9215 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9216 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9217 * tracepoint.c (print_one_static_tracepoint_marker): Don't
9218 allocate a local ui_stream.
9219 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9220 instead of ui_stream/ui_out_stream_new.
9221 (list_args_or_locals): Don't allocate a local ui_stream.
9222 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9223 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9224 ui_stream/ui_out_stream_new.
9225 * cli/cli-setshow.c (do_setshow_command): Ditto.
9226
9227 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
9228
9229 * arm-linux-tdep.c (arm_linux_init_abi): Call
9230 set_gdbarch_process_record. Initialize `arm_swi_record' field.
9231 * arm-tdep.c (arm_process_record): New function.
9232 (deallocate_reg_mem): New function.
9233 (decode_insn): New function.
9234 (thumb_record_branch): New function.
9235 (thumb_record_ldm_stm_swi(): New function.
9236 (thumb_record_misc): New function.
9237 (thumb_record_ld_st_stack): New function.
9238 (thumb_record_ld_st_imm_offset): New function.
9239 (thumb_record_ld_st_reg_offset(): New function.
9240 (thumb_record_add_sub_cmp_mov): New function.
9241 (thumb_record_shift_add_sub): New function.
9242 (arm_record_coproc_data_proc): New function.
9243 (arm_record_coproc): New function.
9244 (arm_record_b_bl): New function.
9245 (arm_record_ld_st_multiple): New function.
9246 (arm_record_ld_st_reg_offset): New function.
9247 (arm_record_ld_st_imm_offset): New function.
9248 (arm_record_data_proc_imm): New function.
9249 (arm_record_data_proc_misc_ld_str): New function.
9250 (arm_record_extension_space): New function.
9251 (arm_record_strx): New function.
9252 (sbo_sbz): New function.
9253 (struct insn_decode_record): New structure for arm insn record.
9254 (REG_ALLOC): New macro for reg allocations.
9255 (MEM_ALLOC): New macro for memory allocations.
9256 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9257
9258 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
9259
9260 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9261 (store_register): Likewise.
9262
9263 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
9264
9265 * MAINTAINERS (Write After Approval): Add myself to the list.
9266
9267 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9270 Describe also the option "auto".
9271
9272 2012-03-22 Richard Henderson <rth@redhat.com>
9273
9274 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9275 * sparc-nat.c (sparc_xfer_wcookie): Make static.
9276
9277 2012-03-22 Richard Henderson <rth@redhat.com>
9278
9279 * jit.c (jit_read_code_entry): Compute alignment and offset of
9280 int64_t member before computing entry_size.
9281
9282 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9283
9284 Python scripting: Add new method Value.referenced_value to
9285 gdb.Value which can dereference pointer as well as reference
9286 values.
9287 * NEWS: Add entry under 'Python scripting' about the new method
9288 Value.referenced_value on gdb.Value objects.
9289 * python/py-value.c (valpy_referenced_value): New function
9290 defining a new method on gdb.Value objects which can dereference
9291 pointer and reference values.
9292
9293 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
9294
9295 * MAINTAINERS (Write After Approval): Add myself to the list.
9296
9297 2012-03-21 Kevin Buettner <kevinb@redhat.com>
9298
9299 * symtab.c (skip_prologue_sal): Change test to check for "main()"
9300 in addition to "main".
9301
9302 2012-03-21 Joel Brobecker <brobecker@adacore.com>
9303
9304 * expression.h (op_name): Add declaration.
9305 * expprint.c (op_name): Remove declaration. Make non-static.
9306 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9307
9308 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9309
9310 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9311 of struct siginfo.
9312 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9313 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9314 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9315 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9316 (linux_nat_get_siginfo): Likewise.
9317 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9318 (linux_nat_get_siginfo): Likewise.
9319 * linux-tdep.c (linux_get_siginfo_type): Likewise.
9320 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9321 * procfs.c (gdb_siginfo_t): Likewise.
9322
9323 2012-03-21 Mike Frysinger <vapier@gentoo.org>
9324
9325 * .gitignore: Ignore more files.
9326
9327 2012-03-20 Pedro Alves <palves@redhat.com>
9328
9329 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9330 returns.
9331
9332 2012-03-20 Yao Qi <yao@codesourcery.com>
9333
9334 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9335 comment.
9336
9337 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9338
9339 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9340 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9341 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9342 sect_offset.
9343 * dwarf2expr.h (cu_offset, sect_offset): New types.
9344 (struct dwarf_expr_context_funcs) <dwarf_call>
9345 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9346 sect_offset.
9347 (struct dwarf_expr_context) <len>: Improve the comment.
9348 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9349 cu_offset and sect_offset.
9350 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9351 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9352 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9353 * dwarf2loc.h: Include dwarf2expr.h.
9354 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9355 and sect_offset.
9356 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9357 Improve the comment.
9358 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9359 (struct signatured_type, struct line_header, struct partial_die_info)
9360 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9361 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9362 (get_die_type_at_offset, create_cus_from_index)
9363 (create_signatured_type_table_from_index, dw2_get_file_names)
9364 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9365 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9366 (create_debug_types_hash_table, process_psymtab_comp_unit)
9367 (load_partial_comp_unit, create_all_comp_units)
9368 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9369 (load_full_comp_unit, dwarf2_physname, read_import_statement)
9370 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9371 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9372 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9373 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9374 (find_partial_die, read_attribute_value, lookup_die_type)
9375 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9376 (is_ref_attr): New function comment.
9377 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9378 Use cu_offset and sect_offset.
9379 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9380 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9381 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9382 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9383 (offset_and_type_hash, offset_and_type_eq, set_die_type)
9384 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9385 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9386 sect_offset.
9387
9388 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9389
9390 Code cleanup.
9391 * python/py-auto-load.c (source_section_scripts): New variable back_to.
9392 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9393 with xfree.
9394 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9395
9396 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9397
9398 * NEWS: Describe new options --init-command=FILE, -ix and
9399 --init-eval-command=COMMAND, -iex.
9400 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9401 CMDARG_INIT_COMMAND.
9402 (captured_main): New enum items OPT_IX and OPT_IEX. Add
9403 "init-command", "init-eval-command", "ix" and "iex" to the variable
9404 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
9405 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9406 (print_gdb_help): Describe --init-command=FILE, -ix and
9407 --init-eval-command=COMMAND, -iex.
9408
9409 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 Code cleanup.
9412 * main.c (struct cmdarg): Move it here from main. Add more comments.
9413 (cmdarg_s, VEC (cmdarg_s)): New.
9414 (main): Move struct cmdarg from here. New variables cmdarg_vec and
9415 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
9416 Install cleanup for cmdarg_vec. Update filling for options 'x' and
9417 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
9418 of CMDARG.
9419
9420 2012-03-19 Tom Tromey <tromey@redhat.com>
9421
9422 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9423
9424 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9425
9426 PR symtab/13777
9427 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9428 GCC >=4.5.
9429
9430 2012-03-16 Chris January <chris.january@allinea.com>
9431
9432 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9433 of clear.
9434
9435 2012-03-16 Chris January <chris.january@allinea.com>
9436
9437 * source.c (add_path): Use memmove instead of strcpy because the
9438 strings overlap.
9439
9440 2012-03-16 Joel Brobecker <brobecker@adacore.com>
9441
9442 * value.h (set_value_parent): Add declaration.
9443 * value.c (set_value_parent): New function.
9444 (value_address): If VALUE->PARENT is not NULL, then use it as
9445 the base address instead of VALUE->LOCATION.address.
9446 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9447 the same as OBJ's address. Adjust V's offset accordingly.
9448 Set V's parent.
9449
9450 2012-03-16 Gary Benson <gbenson@redhat.com>
9451
9452 PR breakpoints/10738
9453 * dwarf2read.c (use_deprecated_index_sections): New global.
9454 (struct partial_die_info): New member may_be_inlined.
9455 (read_partial_die): Set may_be_inlined where appropriate.
9456 (add_partial_subprogram): Add partial symbols for partial
9457 DIEs that may be inlined.
9458 (new_symbol_full): Add inlined subroutines to the current
9459 scope.
9460 (write_psymtabs_to_index): Bump version number.
9461 (dwarf2_read_index): Read only version 6 indices unless
9462 use_deprecated_index_sections is set.
9463 * linespec.c (symbol_and_data_callback): New structure.
9464 (iterate_inline_only): New function.
9465 (iterate_over_all_matching_symtabs): New argument
9466 "include_inline". If nonzero, also call the callback for
9467 symbols representing inlined subroutines.
9468 (lookup_prefix_sym): Pass extra argument to the above.
9469 (find_function_symbols): Likewise.
9470 (add_matching_symbols_to_info): Likewise.
9471 * NEWS: Mention that GDB can now set breakpoints on inlined
9472 functions.
9473
9474 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9475
9476 * p-typeprint.c (pascal_type_print_method_args):
9477 Fix display of parameter of methods.
9478
9479 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
9480
9481 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9482 Add missing prototype.
9483
9484 2012-03-16 Yao Qi <yao@codesourcery.com>
9485 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 Fix false compilation warning.
9488 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9489
9490 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
9491 Pedro Alves <pedro@codesourcery.com>
9492
9493 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9494 (arm_register_g_packet_guesses): New function.
9495 (arm_gdbarch_init): Don't force a target description with
9496 registers when the executable is detected as M-profile. Instead
9497 set gdbarch->tdep->is_m. Register `g' packet guesses.
9498 (_initialize_arm_tdep): Initialize the new target description.
9499 * features/arm-with-m-fpa-layout.xml: New description.
9500 * features/arm-with-m-fpa-layout.c: New, generated.
9501
9502 2012-03-15 Joel Brobecker <brobecker@adacore.com>
9503
9504 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9505 Update function description.
9506 (insert_bp_location): Do not wipe bl->target_info out.
9507 * mem-break.c: #include "gdb_string.h".
9508 (default_memory_insert_breakpoint): Do not call target_read_memory
9509 with a pointer to the breakpoint's shadow_contents buffer. Use
9510 a local buffer instead.
9511 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9512
9513 2012-03-15 Tom Tromey <tromey@redhat.com>
9514
9515 * NEWS: Mention "info vtbl", not "info vtable".
9516 * cp-support.c (info_vtbl_command): Fix comment.
9517 (_initialize_cp_support): Fix text.
9518
9519 2012-03-15 Tom Tromey <tromey@redhat.com>
9520
9521 * cp-valprint.c (cp_print_value_fields): Use
9522 print_function_pointer_address for vtable slot.
9523
9524 2012-03-15 Tom Tromey <tromey@redhat.com>
9525
9526 * gnu-v3-abi.c (struct value_and_voffset): New.
9527 (hash_value_and_voffset, eq_value_and_voffset)
9528 (compare_value_and_voffset, compute_vtable_size)
9529 (print_one_vtable, gnuv3_print_vtable): New functions.
9530 (init_gnuv3_ops): Initialize 'print_vtable' field.
9531 * cp-support.c (info_vtbl_command): New function.
9532 (_initialize_cp_support): Add "info vtbl".
9533 * cp-abi.h (cplus_print_vtable): Declare.
9534 (struct cp_abi_ops) <print_vtable>: New field.
9535 * cp-abi.c (cplus_print_vtable): New function.
9536 * NEWS: Update.
9537
9538 2012-03-15 Tom Tromey <tromey@redhat.com>
9539
9540 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9541 iterate_over_symbols.
9542
9543 2012-03-14 Doug Evans <dje@google.com>
9544
9545 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9546 DW_OP_GNU_parameter_ref.
9547
9548 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 Fix double prompt of 'interpreter-exec mi'.
9551 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9552 (mi_interpreter_resume): use it.
9553 (mi_execute_command_input_handler): New function.
9554 * mi/mi-main.c (mi_execute_command): Move prompt printing to
9555 mi_execute_command_input_handler.
9556
9557 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
9558
9559 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9560 prototype.
9561 (darwin_debug_port_info): Make static.
9562 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9563 * machoread.c (_initialize_machoread): Add prototype.
9564 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9565 (i386_darwin_set_control, i386_darwin_get_control)
9566 i386_darwin_dr_set_addr, i386_darwin_get_addr)
9567 i386_darwin_get_status, i386_darwin_get_control):
9568 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9569
9570 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9571
9572 * ax-gdb.c (gen_usual_unary): Remove special handling of
9573 enum and bool types.
9574
9575 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9576
9577 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9578
9579 2012-03-13 Joel Brobecker <brobecker@adacore.com>
9580
9581 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9582
9583 2012-03-13 Chris January <chris.january@allinea.com>
9584
9585 * aix-thread.c (fill_sprs): Store the floating point registers
9586 at the correct offsets into vals.
9587
9588 2012-03-13 Doug Evans <dje@google.com>
9589
9590 * NEWS: Mention symbol-reloading has been deleted.
9591 * symfile.c (symbol_reloading): Delete.
9592 (show_symbol_reloading): Delete.
9593 (_initialize_symfile): Delete set/show symbol-reloading.
9594
9595 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9596 read_in_chain until we have successfully read it in.
9597 (load_full_comp_unit): Ditto.
9598 (read_signatured_type): Add comment.
9599
9600 2012-03-13 Chris January <chris.january@allinea.com>
9601
9602 * stabsread.c (fix_common_block): Change type of valu argument
9603 to CORE_ADDR.
9604
9605 2012-03-13 Chris January <chris.january@allinea.com>
9606
9607 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9608 instruction.
9609
9610 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 * common/linux-procfs.c (linux_proc_get_int): New, from
9613 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9614 field.
9615 (linux_proc_get_tgid): Only call linux_proc_get_int.
9616 (linux_proc_get_tracerpid): New.
9617 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9618 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9619 linux_proc_pid_has_state.
9620 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9621 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9622 (linux_ptrace_attach_warnings): New.
9623 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9624 New declaration.
9625 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9626 (linux_nat_attach): New variables ex, buffer, message and message_s.
9627 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9628
9629 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9630
9631 * Makefile.in (linux-ptrace.o): New.
9632 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9633 from linux-nat.c.
9634 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9635 * common/linux-ptrace.c: New file.
9636 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9637 * config/arm/linux.mh: Likewise.
9638 * config/i386/linux.mh: Likewise.
9639 * config/i386/linux64.mh: Likewise.
9640 * config/ia64/linux.mh: Likewise.
9641 * config/m32r/linux.mh: Likewise.
9642 * config/m68k/linux.mh: Likewise.
9643 * config/mips/linux.mh: Likewise.
9644 * config/pa/linux.mh: Likewise.
9645 * config/powerpc/linux.mh: Likewise.
9646 * config/powerpc/ppc64-linux.mh: Likewise.
9647 * config/powerpc/spu-linux.mh: Likewise.
9648 * config/s390/s390.mh: Likewise.
9649 * config/sparc/linux.mh: Likewise.
9650 * config/sparc/linux64.mh: Likewise.
9651 * config/xtensa/linux.mh: Likewise.
9652 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9653 common/linux-procfs.c.
9654 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9655
9656 2012-03-13 Hui Zhu <teawater@gmail.com>
9657 Pedro Alves <palves@redhat.com>
9658
9659 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
9660 CREATE_BREAKPOINT_FLAGS_INSERTED.
9661 (create_breakpoint_sal, create_breakpoints_sal)
9662 (base_breakpoint_create_breakpoints_sal)
9663 (tracepoint_create_breakpoints_sal)
9664 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
9665 down.
9666 (break_command_1, handle_gnu_v3_exceptions, trace_command)
9667 (ftrace_command, strace_command): Adjust.
9668 (create_tracepoint_from_upload): Pass
9669 CREATE_BREAKPOINT_FLAGS_INSERTED.
9670 * breakpoint.h (enum breakpoint_create_flags): New.
9671 (create_breakpoint): New flags parameter.
9672 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9673 * python/py-breakpoint.c (bppy_init): Adjust.
9674 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9675 * spu-tdep.c (spu_catch_start): Adjust.
9676
9677 2012-03-13 Pedro Alves <palves@redhat.com>
9678 Hui Zhu <teawater@gmail.com>
9679 Yao Qi <yao@codesourcery.com>
9680
9681 * remote.c (struct remote_state): New field `starting_up'.
9682 (remote_start_remote): Set and clear it.
9683 (remote_can_download_tracepoint): If starting up, return false.
9684
9685 2012-03-13 Yao Qi <yao@codesourcery.com>
9686
9687 * inferior.h (struct inferior): Remove fields any_syscall_count,
9688 syscalls_counts and total_syscalls_count. Move them to new
9689 struct catch_syscall_inferior_data in breakpoint.c.
9690 * breakpoint.c: Call DEF_VEC_I(int).
9691 (struct catch_syscall_inferior_data): New.
9692 (get_catch_syscall_inferior_data): New.
9693 (catch_syscall_inferior_data_cleanup): New.
9694 (insert_catch_syscall): Update to access data in
9695 struct catch_syscall_inferior_data.
9696 (insert_catch_syscall): Likewise.
9697 (remove_catch_syscall): Likewise.
9698 (remove_catch_syscall): Likewise.
9699 (is_syscall_catchpoint_enabled): Likewise.
9700 (add_catch_command): Likewise.
9701 (_initialize_breakpoint): Register cleanup.
9702 * breakpoint.h: Removed DEF_VEC_I(int).
9703 * dwarf2loc.c: Call DEF_VEC_I(int).
9704 * mi/mi-main.c: Likewise.
9705
9706 2012-03-12 Mark Kettenis <kettenis@gnu.org>
9707
9708 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9709
9710 2012-03-12 Chris January <chris.january@allinea.com>
9711
9712 * aix-thread.c (_initialize_aix_thread): Add prototype.
9713 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9714 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9715
9716 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9717
9718 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9719 include of "amd64-nat.h".
9720
9721 2012-03-12 Tom Tromey <tromey@redhat.com>
9722
9723 * buildsym.c (record_pending_block): Now static.
9724 * buildsym.h: (record_pending_block): Remove.
9725
9726 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9727
9728 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9729
9730 2012-03-09 Tom Tromey <tromey@redhat.com>
9731
9732 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9733 producer_is_gxx_lt_4_6>: New fields.
9734 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9735
9736 2012-03-09 Tom Tromey <tromey@redhat.com>
9737
9738 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9739
9740 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9741
9742 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9743 prototype.
9744
9745 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9746
9747 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9748
9749 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9750
9751 Fix -Wmissing-prototypes build.
9752 * arm-linux-nat.c (get_thread_id): Make it static.
9753 * xtensa-linux-nat.c (get_thread_id): Likewise.
9754
9755 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9756
9757 * server.c (process_point_options): If a conditional expression
9758 is found, only print a message if remote_debug is nonzero.
9759
9760 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9761
9762 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9763 of internal error for unknown/unsupported types.
9764
9765 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 Fix CU relative vs. absolute DIE offsets.
9768 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9769 offset to offset_in_cu.
9770 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9771 TYPE_OFFSET.
9772 (dwarf2_fetch_die_location_block): Rename parameter offset to
9773 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9774
9775 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9776
9777 * libunwind-frame.c: Rename to ...
9778 * ia64-libunwind-tdep.c: ... here.
9779 * libunwind-frame.h: Rename to ...
9780 * ia64-libunwind-tdep.h: ... here.
9781 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9782 ia64-libunwind-tdep.h.
9783 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9784 * README (--with-libunwind): Rename to ...
9785 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9786 * config.in: Regenerate.
9787 * configure: Regenerate.
9788 * configure.ac: New option --with-libunwind-ia64, make the
9789 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9790 Remove AC_DEFINE for HAVE_LIBUNWIND.
9791 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9792 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9793 Rename libunwind-frame in the general comment.
9794 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9795 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9796 Move forward declarations inside #ifndef. Rename libunwind-frame in
9797 the general comment.
9798 * ia64-tdep.c: Rename libunwind-frame.h #include to
9799 ia64-libunwind-tdep.h.
9800 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9801 (ia64_libunwind_descr): Rename libunwind-frame to
9802 ia64-libunwind-tdep in these function comments.
9803 * ia64-tdep.h: Rename libunwind-frame.h #include to
9804 ia64-libunwind-tdep.h.
9805 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9806 ia64-libunwind-tdep in that data comment.
9807
9808 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 * libunwind-frame.h (struct frame_unwind): New declaration.
9811
9812 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9813
9814 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9815 "set breakpoint condition-evaluation" command.
9816
9817 2012-03-08 Tristan Gingold <gingold@adacore.com>
9818
9819 * sparc-stub.c: Move to stubs/
9820 * sh-stub.c: Likewise.
9821 * m68k-stub.c: Likewise.
9822 * m32r-stub.c: Likewise.
9823 * i386-stub.c: Likewise.
9824
9825 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9826
9827 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9828 linux_get_siginfo_type.
9829
9830 * m68klinux-nat.c: Include "gdb_proc_service.h".
9831 (PTRACE_GET_THREAD_AREA): Define.
9832 (ps_get_thread_area): New function.
9833
9834 2012-03-08 Yao Qi <yao@codesourcery.com>
9835
9836 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9837 `xsnprintf'.
9838 (remote_query_attached): Likewise.
9839 (remote_static_tracepoint_marker_at): Likewise.
9840 (remote_set_permissions): Likewise.
9841 (remote_detach_1, extended_remote_attach_1): Likewise.
9842 (send_g_packet, remote_vkill): Likewise.
9843 (extended_remote_disable_randomization): Likewise.
9844 (remote_add_target_side_condition): Likewise.
9845 (remote_insert_breakpoint): Likewise.
9846 (remote_remove_breakpoint): Likewise.
9847 (remote_insert_watchpoint): Likewise.
9848 (remote_remove_watchpoint): Likewise.
9849 (remote_insert_hw_breakpoint): Likewise.
9850 (remote_insert_hw_breakpoint): Likewise.
9851 (remote_remove_hw_breakpoint): Likewise.
9852 (remote_download_command_source): Likewise.
9853 (remote_download_tracepoint): Likewise.
9854 (remote_download_trace_state_variable): Likewise.
9855 (remote_disable_tracepoint): Likewise.
9856 (remote_trace_set_readonly_regions): Likewise.
9857 (remote_get_tracepoint_status): Likewise.
9858 (remote_trace_find): Likewise.
9859 (remote_get_trace_state_variable_value): Likewise.
9860 (remote_set_disconnected_tracing): Likewise.
9861 (remote_set_circular_trace_buffer): Likewise.
9862 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9863 (remote_use_agent): Likewise.
9864 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9865 Update callers.
9866
9867 2012-03-07 Pedro Alves <palves@redhat.com>
9868
9869 * NEWS: Mention QProgramSignals.
9870 * inferior.h (update_signals_program_target): Declare.
9871 * infrun.c: (update_signals_program_target): New.
9872 (handle_command): Update the target of the new program signals
9873 array changes.
9874 * remote.c (PACKET_QProgramSignals): New enum.
9875 (last_program_signals_packet): New global.
9876 (remote_program_signals): New.
9877 (remote_start_remote): Update the target with the program signals
9878 list.
9879 (remote_protocol_features): Add entry for QPassSignals.
9880 (remote_open_1): Free anc clear last_program_signals_packet.
9881 (init_remote_ops): Install remote_program_signals.
9882 * target.c (update_current_target): Adjust.
9883 (target_program_signals): New.
9884 * target.h (struct target_ops) <to_program_signals>: New field.
9885 (target_program_signals): Declare.
9886
9887 2012-03-07 Pedro Alves <palves@redhat.com>
9888
9889 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9890 extensions.
9891
9892 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9893
9894 * m68klinux-nat.c (getregs_supplies): Make static.
9895 (getfpregs_supplies): Likewise.
9896 (have_ptrace_getregs): Likewise.
9897
9898 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9899
9900 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9901 in call to get_die_type_at_offset.
9902
9903 2012-03-06 Stan Shebs <stan@codesourcery.com>
9904
9905 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9906 * mi/mi-cmd-disas.c: Ditto.
9907 * mi/mi-cmd-env.c: Ditto.
9908 * mi/mi-cmd-file.c: Ditto.
9909 * mi/mi-cmd-stack.c: Ditto.
9910 * mi/mi-cmd-target.c: Ditto.
9911 * mi/mi-cmd-var.c: Ditto.
9912 * mi/mi-cmds.c: Ditto.
9913 * mi/mi-cmds.h: Ditto.
9914 * mi/mi-console.c: Ditto.
9915 * mi/mi-getopt.c: Ditto.
9916 * mi/mi-getopt.h: Ditto.
9917 * mi/mi-interp.c: Ditto.
9918 * mi/mi-main.c: Ditto.
9919 * mi/mi-out.c: Ditto.
9920 * mi/mi-parse.c: Ditto.
9921 * mi/mi-parse.h: Ditto.
9922 * mi/mi-symbol-cmds.c: Ditto.
9923
9924 * mi/mi-getopt.h: Move mi_opt struct up.
9925 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9926 return.
9927 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9928
9929 2012-03-06 Tom Tromey <tromey@redhat.com>
9930
9931 * proc-service.c (ps_pglobal_lookup): Set the current program
9932 space.
9933
9934 2012-03-06 Pedro Alves <palves@redhat.com>
9935
9936 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9937
9938 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9939
9940 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9941
9942 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9943
9944 Code cleanup.
9945 * common/linux-osdata.c (linux_common_core_of_thread): New function
9946 comment.
9947 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9948 call by linux_common_core_of_thread.
9949 (linux_nat_core_of_thread_1): Remove.
9950 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9951 * linux-thread-db.c: Include linux-osdata.h.
9952 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9953 linux_common_core_of_thread.
9954
9955 2012-03-05 Tom Tromey <tromey@redhat.com>
9956
9957 * value.c (value_primitive_field): Don't fetch contents for
9958 non-virtual bases.
9959
9960 2012-03-05 Tom Tromey <tromey@redhat.com>
9961
9962 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9963
9964 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9965
9966 * s390-nat.c: Include "gregset.h".
9967
9968 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9969
9970 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9971 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9972 (libunwind_load): New variable so_error, use it for dlerror. Try to
9973 load also LIBUNWIND_SO_7.
9974
9975 2012-03-05 Pedro Alves <palves@redhat.com>
9976
9977 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9978 is not NULL, and remove resulting dead code.
9979
9980 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9981
9982 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9983 prologue to sh_analyze_prologue.
9984 (sh_analyze_prologue): Make better use of such an upper limit, and
9985 generally be more cautious about accessing memory.
9986
9987 2012-03-05 Tom Tromey <tromey@redhat.com>
9988
9989 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9990 _initialize_ia64_hpux_tdep.
9991
9992 2012-03-05 Pedro Alves <palves@redhat.com>
9993
9994 PR gdb/13766
9995
9996 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9997 the register state is clear, supply explicit zero, instead of
9998 marking the register unavailable.
9999
10000 2012-03-05 Tristan Gingold <gingold@adacore.com>
10001
10002 * NEWS: Mention OpenVMS ia64 new target.
10003
10004 2012-03-05 Tristan Gingold <gingold@adacore.com>
10005
10006 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10007 (ia64_unw_accessors, ia64_unw_rse_accessors)
10008 (ia64_libunwind_descr): Declare.
10009 * ia64-vms-tdep.c: New file.
10010 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10011 (ia64_libunwind_descr): Make them public.
10012 * configure.tgt: Add ia64-*-*vms*.
10013 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10014 (ALLDEPFILES): Add ia64-vms-tdep.c
10015
10016 2012-03-05 Tristan Gingold <gingold@adacore.com>
10017
10018 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10019 * remote.c (PACKET_qXfer_uib): New enum value.
10020 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10021 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10022 (_initialize_remote): Call add_packet_config_cmd for
10023 xfer:uib packet.
10024
10025 2012-03-05 Tristan Gingold <gingold@adacore.com>
10026
10027 * osabi.c (gdb_osabi_names): Add OpenVMS.
10028 (generic_elf_osabi_sniffer): Likewise.
10029 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10030
10031 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10032
10033 Removed unused code.
10034 * libunwind-frame.c (libunwind_frame_unwind)
10035 (libunwind_frame_base_address): Remove.
10036 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10037
10038 2012-03-04 Yao Qi <yao@codesourcery.com>
10039
10040 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10041 remove trailing new line.
10042 (agent_run_command, agent_run_command): Add _ markup.
10043 (agent_capability_check): Likewise.
10044
10045 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 * breakpoint.c (set_condition_evaluation_mode): Set
10048 CONDITION_EVALUATION_MODE unconditionally.
10049
10050 2012-03-03 Yao Qi <yao@codesourcery.com>
10051
10052 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10053 * common/agent.h: Update declaration.
10054 * inf-child.c (inf_child_use_agent): New.
10055 (inf_child_can_use_agent): New.
10056 (inf_child_target): Initialize fields `to_use_agent'
10057 and `to_can_use_agent'.
10058 * agent.c (agent_new_objfile): New.
10059 (_initialize_agent): Add agent_new_objfile to new_objfile
10060 observer.
10061
10062 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10063 New.
10064 (linux_target_install_ops): Initialize field
10065 `to_static_tracepoint_markers_by_strid'.
10066 * remote.c (free_current_marker): Move it to ...
10067 * tracepoint.c (free_current_marker): ... here. New.
10068 (cleanup_target_stop): New.
10069 * tracepoint.h: Declare free_current_marker.
10070 * NEWS: Add one entry about `info static-tracepoint-marker'.
10071
10072 2012-03-03 Yao Qi <yao@codesourcery.com>
10073
10074 * common/agent.c (agent_loaded_p): New.
10075 (agent_look_up_symbols): New global.
10076 * common/agent.h: Declare agent_loaded_p.
10077
10078 2012-03-03 Yao Qi <yao@codesourcery.com>
10079
10080 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10081 (agent_capability_check, agent_capability_invalidate): New.
10082 (symbol_list): New array element.
10083 * common/agent.h (enum agent_capa): New.
10084 * target.c (target_pre_inferior): Call agent_capability_invalidate.
10085
10086 2012-03-03 Yao Qi <yao@codesourcery.com>
10087
10088 * target.h (struct target_ops) <to_use_agent>: New field.
10089 (struct target_ops) <to_can_use_agent>: New field.
10090 (target_use_agent, target_can_use_agent): New macro.
10091 * target.c (update_current_target): Update.
10092 * remote.c: New enum `PACKET_QAgent'.
10093 (remote_protocol_features): Add a new element.
10094 (remote_use_agent, remote_can_use_agent): New.
10095 (init_remote_ops): Initialize field `can_use_agent' with
10096 remote_can_use_agent. Intiailize field `use_agent' with
10097 remote_use_agent.
10098 * common/agent.c (use_agent): New global.
10099 * common/agent.h: Declare it.
10100 * tracepoint.c (info_static_tracepoint_markers_command): Add
10101 comment.
10102 * Makefile.in (SFILES): Add common/agent.c and agent.c.
10103 (COMMON_OBS): Add common/agent.o and agent.o
10104 (common-agent.o): New rule.
10105 * agent.c: New.
10106
10107 2012-03-03 Yao Qi <yao@codesourcery.com>
10108
10109 * common/agent.c: New.
10110 * common/agent.h: New.
10111 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10112 AC_CHECK_HEADERS.
10113 * configure, configh.in: Regenerated.
10114
10115 2012-03-02 Kevin Buettner <kevinb@redhat.com>
10116
10117 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10118 unless it exists for this architecture.
10119
10120 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10121
10122 * language.h (struct language_defn): New "method" la_read_var_value.
10123 * findvar.c: #include "language.h".
10124 (default_read_var_value): Renames read_var_value. Rewrite
10125 function description.
10126 (read_var_value): New function.
10127 * value.h (default_read_var_value): Add prototype.
10128 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10129 New functions.
10130 (ada_language_defn): Add entry for la_read_var_value.
10131 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10132 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10133 language_defn structures to add entry for new la_read_var_value
10134 field.
10135
10136 2012-03-02 Tom Tromey <tromey@redhat.com>
10137 Pedro Alves <palves@redhat.com>
10138
10139 PR breakpoints/13776:
10140 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10141 breakpoints.
10142 (delete_longjmp_breakpoint_at_next_stop): New.
10143 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10144 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10145 before deleting the inferior. Add comments.
10146 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10147 breakpoints immediately, but only on next stop. Move that code
10148 next to where we mark other breakpoints for deletion.
10149
10150 2012-03-02 Joel Brobecker <brobecker@adacore.com>
10151
10152 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10153 marker.
10154 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10155 violation.
10156
10157 2012-03-02 Pedro Alves <palves@redhat.com>
10158
10159 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10160
10161 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
10162
10163 Fix -Wmissing-prototypes build.
10164 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10165 * remote-sim.c (gdbsim_has_all_memory): Likewise.
10166 (gdbsim_has_memory): Likewise.
10167
10168 2012-03-02 Yao Qi <yao@codesourcery.com>
10169
10170 Fix -Wmissing-prototypes build.
10171 * charset.c (phony_iconv_open): Make static.
10172 (phony_iconv_close, phony_iconv): Likewise.
10173 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10174 * i386-windows-nat.c (_initialize_i386_windows_nat): New
10175 prototype.
10176 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10177 * ser-mingw.c (create_select_thread): Make static.
10178 * windows-termcap.c (tgetent): New prototype.
10179 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10180
10181 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
10182
10183 Fix -Wmissing-prototypes build.
10184 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10185 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10186 (_initialize_loadable): New prototypes.
10187
10188 2012-03-02 Doug Evans <dje@google.com>
10189
10190 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10191 abbrev table, read_comp_unit will do it.
10192
10193 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10194
10195 Fix -Wmissing-prototypes build.
10196 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10197 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10198 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10199 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10200 (_initialize_arm_symbian_tdep): New prototype.
10201 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10202 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10203 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10204 static.
10205 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10206 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10207 prototype.
10208 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10209 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10210 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10211 static.
10212 * moxie-tdep.c (moxie_process_record): Likewise.
10213 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10214 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10215 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10216 (_initialize_rl78_tdep): New prototype.
10217 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10218 (_initialize_rx_tdep): New prototype.
10219 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10220 (_initialize_darwin_solib): New prototype.
10221 * solib-spu.c: Include solib-spu.h.
10222 (_initialize_spu_solib): New prototype.
10223 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10224 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10225 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10226 (tic6x_software_single_step): Make it static.
10227 (_initialize_tic6x_tdep): New prototype.
10228
10229 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10230
10231 Fix -Wmissing-prototypes build.
10232 * cris-tdep.c (cris_can_use_hardware_watchpoint)
10233 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10234
10235 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10236
10237 Fix -Wmissing-prototypes build.
10238 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10239 (frv_have_stopped_data_address): Remove.
10240
10241 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10242
10243 Fix -Wmissing-prototypes build.
10244 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10245 * sh-tdep.c: Include sh64-tdep.h.
10246 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10247 * sh64-tdep.c: Include sh64-tdep.h.
10248 * sh64-tdep.h: New file.
10249
10250 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10251
10252 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10253
10254 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10255
10256 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10257 sp_regnum once the gdbarch_init_osabi hook has been called.
10258
10259 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
10260
10261 * mips-tdep.c (mips32_bc1_pc): New function.
10262 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10263 BPOSGE32 and BPOSGE64 instructions.
10264 (deal_with_atomic_sequence): Likewise.
10265 (mips32_instruction_has_delay_slot): Likewise.
10266
10267 2012-03-01 Maciej W. Rozycki <macro@mips.com>
10268 Chris Dearman <chris@mips.com>
10269 Maciej W. Rozycki <macro@codesourcery.com>
10270 Joseph Myers <joseph@codesourcery.com>
10271
10272 * features/mips-dsp.xml: New file.
10273 * features/mips64-dsp.xml: New file.
10274 * features/mips-dsp-linux.xml: New file.
10275 * features/mips64-dsp-linux.xml: New file.
10276 * features/Makefile (WHICH): Add mips-dsp-linux and
10277 mips64-dsp-linux.
10278 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10279 * features/mips-dsp-linux.c: New file.
10280 * features/mips64-dsp-linux.c: New file.
10281 * regformats/mips-dsp-linux.dat: New file.
10282 * regformats/mips64-dsp-linux.dat: New file.
10283 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10284 registers.
10285 (mips64_linux_register_addr): Likewise.
10286 (mips64_linux_regsets_fetch_registers): Likewise.
10287 (mips64_linux_regsets_store_registers): Likewise.
10288 (mips64_linux_fetch_registers): Update call to
10289 mips64_linux_regsets_fetch_registers.
10290 (mips64_linux_store_registers): Update call to
10291 mips64_linux_regsets_store_registers.
10292 (mips_linux_read_description): Probe for DSP registers.
10293 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10294 and initialize_tdesc_mips64_dsp_linux.
10295 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10296 Remove padding of no longer used embedded register slots.
10297 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10298 (MIPS_RESTART_REGNUM): Redefine enum value.
10299 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10300 strings.
10301 (mips_tx39_reg_names): Likewise.
10302 (mips_linux_reg_names): New array of register names for Linux
10303 targets.
10304 (mips_register_name): Check for a null pointer in
10305 mips_processor_reg_names and return an empty string.
10306 (mips_register_type): Exclude embedded registers for the IRIX
10307 and Linux ABIs.
10308 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
10309 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
10310 DSP registers.
10311 (mips_stab_reg_to_regnum): Handle DSP accumulators.
10312 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10313 (mips_gdbarch_init): Likewise. Initialize internal register
10314 indices for the Linux ABI. Use dynamic numbers to refer to
10315 registers, as applicable, while parsing the target description.
10316 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10317
10318 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10319
10320 * frame.h (read_frame_register_unsigned): Fix typo in function
10321 description.
10322
10323 2012-03-01 Pedro Alves <palves@redhat.com>
10324
10325 * jit-reader.in [!__cplusplus]
10326 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10327
10328 2012-03-01 Pedro Alves <palves@redhat.com>
10329
10330 * configure.ac (build_warnings): Add -Wmissing-prototypes.
10331 * configure: Regenerate.
10332
10333 2012-03-01 Pedro Alves <palves@redhat.com>
10334
10335 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10336 * breakpoint.c (create_exception_master_breakpoint, trace_command)
10337 (ftrace_command, strace_command): Make static.
10338 * d-lang.c (_initialize_d_language): Declare.
10339 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10340 * dwarf2loc.c (_initialize_dwarf2loc):
10341 * dwarf2read.c (process_psymtab_comp_unit): Make static.
10342 * exec.c (exec_get_section_table): Make static.
10343 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10344 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10345 * inferior.c (remove_inferior_command, add_inferior_command)
10346 (clone_inferior_command): Make static.
10347 * linux-nat.c (linux_nat_thread_address_space)
10348 (linux_nat_core_of_thread): Make static.
10349 * linux-tdep.c (_initialize_linux_tdep): Declare.
10350 * objc-lang.c (_initialize_objc_lang): Declare.
10351 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10352 Make static.
10353 (_initialize_opencl_language): Declare.
10354 * record.c (_initialize_record): Declare.
10355 * remote.c (demand_private_info, remote_get_tib_address)
10356 (remote_supports_cond_tracepoints)
10357 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10358 Make static.
10359 * skip.c (_initialize_step_skip): Declare.
10360 * symtab.c (skip_prologue_using_lineinfo): Make static.
10361 * tracepoint.c (delete_trace_state_variable)
10362 (trace_variable_command, delete_trace_variable_command)
10363 (get_uploaded_tsv, find_matching_tracepoint_location)
10364 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10365 Make static.
10366 * value.c (pack_unsigned_long): Make static.
10367 * varobj.c (varobj_ensure_python_env): Make static.
10368 * windows-tdep.c (_initialize_windows_tdep): Declare.
10369 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10370
10371 2012-03-01 Pedro Alves <palves@redhat.com>
10372
10373 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
10374 gdbarch parameter.
10375 (linux_init_abi): Install it as has_shared_address_space gdbarch
10376 callback.
10377
10378 2012-03-01 Pedro Alves <palves@redhat.com>
10379
10380 * observer.c (observer_test_first_notification_function)
10381 (observer_test_second_notification_function)
10382 (observer_test_third_notification_function): Add declarations.
10383
10384 2012-03-01 Pedro Alves <palves@redhat.com>
10385
10386 * common/signals.c (default_target_signal_to_host)
10387 (default_target_signal_from_host): Move ...
10388 * arch-utils.c: ... here.
10389 * arch-utils.h (default_target_signal_to_host)
10390 (default_target_signal_from_host): Declare.
10391
10392 * common/signals.c (target_signal_from_command): Move ...
10393 * infrun.c: ... here.
10394 * inferior.h (target_signal_from_command): Declare.
10395 * target.h (target_signal_from_command)
10396 (default_target_signal_from_host, default_target_signal_to_host):
10397 Delete declarations.
10398
10399 * common/signals.c (_initialize_signals): Delete.
10400
10401 2012-03-01 Pedro Alves <palves@redhat.com>
10402
10403 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10404 both __cplusplus and !__cplusplus.
10405
10406 2012-03-01 Pedro Alves <palves@redhat.com>
10407
10408 * psymtab.c (find_and_open_source): Delete declaration.
10409 * source.c (find_and_open_source): Move comment ...
10410 * source.h (find_and_open_source): ... to this new declaration.
10411
10412 2012-03-01 Pedro Alves <palves@redhat.com>
10413
10414 * inline-frame.c: Include inline-frame.h.
10415
10416 2012-03-01 Pedro Alves <palves@redhat.com>
10417
10418 * tui/tui-data.c (set_gen_win_origin): Delete.
10419 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10420 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10421
10422 2012-03-01 Pedro Alves <palves@redhat.com>
10423
10424 * remote.c (encode_actions): Delete declaration.
10425 * tracepoint.c (encode_actions): Make extern.
10426 * tracepoint.h (encode_actions): Declare.
10427
10428 2012-03-01 Pedro Alves <palves@redhat.com>
10429
10430 * python/py-breakpoint.c: Include python.h.
10431 * python/py-continueevent.c (create_continue_event_object): Make
10432 static.
10433 * python/py-lazy-string.c (stpy_get_type): Make static.
10434 * python/py-newobjfileevent.c (create_new_objfile_event_object):
10435 Make static.
10436 * python/py-utils.c (unicode_to_target_python_string): Make
10437 static.
10438 * python/py-value.c: Include python.h.
10439
10440 2012-03-01 Pedro Alves <palves@redhat.com>
10441
10442 * inferior.c (delete_threads_of_inferior): Delete.
10443
10444 2012-03-01 Pedro Alves <palves@redhat.com>
10445
10446 Import fallback definitions from glibc.
10447
10448 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10449 ps_prochandle): Forward declare.
10450 (ps_err_e): Use glibc's comments.
10451 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10452 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10453 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10454 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10455 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10456 (struct ps_prochandle): Adjust comment.
10457
10458 2012-03-01 Pedro Alves <palves@redhat.com>
10459
10460 * ada-lang.c (ada_modulus_from_name): Delete.
10461 * ada-lex.l (lexer_init): Make static.
10462
10463 2012-03-01 Pedro Alves <palves@redhat.com>
10464
10465 PR gdb/13767
10466
10467 * frame.c (read_frame_register_unsigned): New.
10468 * frame.h (read_frame_register_unsigned): Declare.
10469 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10470 Handle it.
10471 (print_i387_control_word): New parameter `control_p'. Handle it.
10472 (i387_print_float_info): Handle unavailable float registers.
10473
10474 2012-03-01 Keith Seitz <keiths@redhat.com>
10475
10476 * linespec.c (decode_line_2): Sort the list of methods
10477 alphabetically before presenting the user with a selection
10478 menu.
10479
10480 2012-03-01 Doug Evans <dje@google.com>
10481
10482 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10483 has_namespace_info.
10484 (dwarf2_read_abbrevs): Remove corresponding initialization.
10485
10486 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
10487
10488 * NEWS: Mention new python command class gdb.COMMAND_USER.
10489 * cli/cli-cmds.c (show_user): Print error when used on a python
10490 command.
10491 (init_cli_cmds): Update documentation strings for "show user" and
10492 "set/show max-user-call-depth" to clarify that it does not apply to
10493 python commands.
10494 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10495 error check.
10496 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10497 gdb python api.
10498 * top.c (execute_command): Only execute a user-defined command as a
10499 legacy macro if c->user_commands is set.
10500
10501 2012-03-01 Tom Tromey <tromey@redhat.com>
10502
10503 * valprint.h (struct generic_val_print_decorations): New.
10504 (generic_val_print): Declare.
10505 * valprint.c (generic_val_print): New function.
10506 * p-valprint.c (p_decorations): New global.
10507 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10508 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10509 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10510 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10511 * m2-valprint.c (m2_decorations): New global.
10512 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10513 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10514 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10515 TYPE_CODE_ERROR>: Call generic_val_print.
10516 * f-valprint.c (f_decorations): New global.
10517 (f_val_print): Use print_function_pointer_address.
10518 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10519 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10520 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10521 generic_val_print.
10522 * c-valprint.c (c_decorations): New global.
10523 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10524 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10525 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10526 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10527 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10528 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10529 case.
10530
10531 2012-03-01 Tom Tromey <tromey@redhat.com>
10532
10533 * valprint.c (val_print): Update.
10534 * p-valprint (pascal_val_print): Return void.
10535 * p-lang.h (pascal_val_print): Return void.
10536 * m2-valprint.c (m2_val_print): Return void.
10537 * m2-lang.h (m2_val_print): Return void.
10538 * language.h (struct language_defn) <la_val_print>: Return void.
10539 * language.c (unk_lang_val_print): Return void.
10540 * jv-valprint.c (java_val_print): Return void.
10541 * jv-lang.h (java_val_print): Return void.
10542 * f-valprint.c (f_val_print): Return void.
10543 * f-lang.h (f_val_print): Return void.
10544 * d-valprint.c (d_val_print): Return void.
10545 (dynamic_array_type): Update.
10546 * d-lang.h (d_val_print): Return void.
10547 * c-valprint.c (c_val_print): Return void.
10548 * c-lang.h (c_val_print): Return void.
10549 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10550 void.
10551 * ada-lang.h (ada_val_print): Return void.
10552
10553 2012-03-01 Tom Tromey <tromey@redhat.com>
10554
10555 * value.h (val_print): Return void.
10556 * valprint.c (val_print): Return void.
10557
10558 2012-03-01 Tom Tromey <tromey@redhat.com>
10559
10560 * value.h (common_val_print): Return void.
10561 * valprint.c (common_val_print): Return void.
10562
10563 2012-03-01 Tom Tromey <tromey@redhat.com>
10564
10565 * value.h (value_print): Return void.
10566 * valprint.c (value_print): Return void.
10567 * p-valprint.c (pascal_value_print): Return void.
10568 * p-lang.h (pascal_value_print): Return void.
10569 * language.h (struct language_defn) <la_value_print>: Return
10570 void.
10571 * language.c (unk_lang_value_print): Return void.
10572 * jv-valprint.c (java_value_print): Return void.
10573 * jv-lang.h (java_value_print): Return void.
10574 * f-valprint.c (c_value_print): Don't declare.
10575 Include c-lang.h.
10576 * c-valprint.c (c_value_print): Return void.
10577 * c-lang.h (c_value_print): Return void.
10578 * ada-valprint.c (ada_value_print): Return void.
10579 * ada-lang.h (ada_value_print): Return void.
10580
10581 2012-03-01 Tom Tromey <tromey@redhat.com>
10582
10583 * value.c (value_primitive_field): Handle virtual base classes.
10584
10585 2012-03-01 Tom Tromey <tromey@redhat.com>
10586
10587 * gdbtypes.h (struct vbase): Remove.
10588
10589 2012-03-01 Tom Tromey <tromey@redhat.com>
10590
10591 * c-valprint.c (print_function_pointer_address): Move...
10592 * valprint.c: ... here. Make non-static.
10593 * m2-valprint.c (print_function_pointer_address): Remove.
10594 * valprint.h (print_function_pointer_address): Declare.
10595
10596 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10597
10598 * NEWS: Document the fact that one can provide a condition when
10599 creating an Ada exception catchpoint.
10600
10601 2012-03-01 Tom Tromey <tromey@redhat.com>
10602
10603 * valprint.c (val_print_type_code_flags): Fix placement of
10604 trailing brace.
10605
10606 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10607
10608 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10609 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10610 environment variable before calling update-copyright.
10611
10612 2012-03-01 Joel Brobecker <brobecker@adacore.com>
10613
10614 * gnulib/extra/update-copyright: Update to the latest from
10615 gnulib's git repository.
10616 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10617 variable to 2 instead of 1.
10618
10619 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10620
10621 * varobj.c (c_value_of_variable): Remove dead code.
10622
10623 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10624
10625 * ada-lex.p (processId): Do not modify already encoded IDs.
10626 Update function documentation.
10627
10628 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10629
10630 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10631 "name" with "struct symbol *name_sym".
10632 * ada-exp.y (write_var_or_type): Update call to
10633 ada_find_renaming_symbol.
10634 "name" with "struct symbol *name_sym". Adjust Implementation
10635 accordingly. Adjust the function documentation.
10636
10637 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10638
10639 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10640 * ada-lang.c (ada_find_any_type): Add advance declaration.
10641 Make static. Replace ada_find_any_symbol by
10642 ada_find_any_type_symbol.
10643 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10644 Improve function description. Make static.
10645 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10646 Replace ada_find_any_symbol by ada_find_any_type_symbol.
10647
10648 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10649
10650 * ada-lang.c (struct tag_args): Delete.
10651 (ada_get_tsd_type): Function body moved up in source file.
10652 (ada_tag_name_1, ada_tag_name_2): Delete.
10653 (ada_get_tsd_from_tag): New function.
10654 (ada_tag_name_from_tsd): New function.
10655 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10656 to determine the tag name.
10657
10658 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10659
10660 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10661 declaration.
10662 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10663 function.
10664
10665 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10666
10667 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10668
10669 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10670
10671 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10672 full searches.
10673
10674 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10675
10676 * ada-lang.c (constrained_packed_array_type): If there is a
10677 parallel XA type, use it to determine the array index type.
10678
10679 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10680
10681 * ada-valprint.c (ada_val_print_1): If our value is a reference
10682 to an array descriptor, dereference it before converting it
10683 to a simple array.
10684
10685 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10686
10687 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10688 creating fixed value.
10689 (ada_value_ind, ada_coerce_ref, assign_component)
10690 (ada_evaluate_subexp): Remove call to unwrap_value before
10691 call to ada_to_fixed_value.
10692
10693 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10694
10695 * ada-lang.c (to_fixed_array_type): Set result's type name.
10696
10697 2012-02-29 Joel Brobecker <brobecker@adacore.com>
10698
10699 * ada-lang.c (catch_ada_exception_command_split): Add new
10700 argument cond_string. Add support for condition at end of
10701 "catch exception" commands.
10702 (ada_decode_exception_location): Add new argument cond_string.
10703 Update call to catch_ada_exception_command_split.
10704 (create_ada_exception_catchpoint): Add new argument cond_string.
10705 Set the breakpoint condition if needed.
10706 (catch_ada_exception_command): Update call to
10707 ada_decode_exception_location.
10708 (ada_decode_assert_location): Add function documentation.
10709 Add support for condition at end of "catch assert" command.
10710 (catch_assert_command): Update calls to ada_decode_assert_location
10711 and create_ada_exception_catchpoint.
10712
10713 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 Fix disp-step-syscall.exp: fork: single step over fork.
10716 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10717 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10718 comment, change parameters gdbarch and ptid to regcache. Remove
10719 parameter regcache, initialize gdbarch from regcache here.
10720 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10721 New functions.
10722 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10723 instead.
10724 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10725 'syscall'. Make the 'int' check more strict.
10726
10727 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10728
10729 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10730 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10731 (i386_linux_intx80_sysenter_syscall_record): ... here.
10732 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10733 Use the renamed function name.
10734
10735 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10736
10737 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10738 * breakpoint.c (until_break_command): Likewise.
10739 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10740 * infcall.c (call_function_by_hand): Likewise.
10741 * infcmd.c (finish_forward): Likewise.
10742 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10743
10744 2012-02-28 Tristan Gingold <gingold@adacore.com>
10745
10746 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10747 avoid variable assignments inside condition.
10748
10749 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10750
10751 Fix static analysis issue found by cppcheck.
10752 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10753 uninitialized BUF for size 2.
10754
10755 2012-02-27 Chris Dearman <chris@mips.com>
10756 Nathan Froyd <froydnj@codesourcery.com>
10757 Maciej W. Rozycki <macro@codesourcery.com>
10758
10759 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10760 (mips16_instruction_has_delay_slot): Likewise.
10761 (mips_segment_boundary): Likewise.
10762 (mips_adjust_breakpoint_address): Likewise.
10763 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10764
10765 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10766 Maciej W. Rozycki <macro@codesourcery.com>
10767
10768 * infrun.c (handle_inferior_event): Don't proceed through
10769 shared library trampolines if stepping at the machine
10770 instruction level.
10771
10772 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10773
10774 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10775 too.
10776
10777 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10778
10779 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10780 (sh_stub_unwind_sniffer): New functions.
10781 (sh_stub_unwind): New variable.
10782 (sh_gdbarch_init): Wire everything.
10783
10784 2012-02-27 Pedro Alves <palves@redhat.com>
10785
10786 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10787 (linux_nat_post_attach_wait): Adjust to use
10788 linux_proc_pid_is_stopped.
10789 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10790 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10791 based on pid_is_stopped from both linux-nat.c and
10792 gdbserver/linux-low.c, and renamed.
10793
10794 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10795
10796 * remote.c (remote_watchpoint_addr_within_range): New function.
10797 (init_remote_ops): Use it.
10798
10799 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10800
10801 * target.h (target_watchpoint_addr_within_range): Document macro.
10802
10803 2012-02-24 Pedro Alves <palves@redhat.com>
10804
10805 * stack.c (set_last_displayed_sal): Issue internal_error instead
10806 of warning, and issue it after clearing the last displayed sal.
10807
10808 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10809 Pedro Alves <palves@redhat.com>
10810
10811 * breakpoint.c (until_break_command): Install breakpoints after
10812 all frame manipulations.
10813
10814 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10815
10816 * remote.c (remote_supports_cond_breakpoints): New forward
10817 declaration.
10818 (remote_add_target_side_condition): New function.
10819 (remote_insert_breakpoint): Add target-side breakpoint
10820 conditional if supported.
10821 (remote_insert_hw_breakpoint): Likewise.
10822 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10823 hook.
10824
10825 * target.c (update_current_target): Inherit
10826 to_supports_evaluation_of_breakpoint_conditions.
10827 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10828
10829 * target.h (struct target_ops)
10830 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10831 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10832
10833 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10834 (condition_evaluation_both, condition_evaluation_auto,
10835 condition_evaluation_host, condition_evaluation_target,
10836 condition_evaluation_enums, condition_evaluation_mode_1,
10837 condition_evaluation_mode): New static globals.
10838 (translate_condition_evaluation_mode): New function.
10839 (breakpoint_condition_evaluation_mode): New function.
10840 (gdb_evaluates_breakpoint_condition_p): New function.
10841 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10842 (mark_breakpoint_modified): New function.
10843 (mark_breakpoint_location_modified): New function.
10844 (set_condition_evaluation_mode): New function.
10845 (show_condition_evaluation_mode): New function.
10846 (bp_location_compare_addrs): New function.
10847 (get_first_location_gte_addr): New helper function.
10848 (set_breakpoint_condition): Free condition bytecode if locations
10849 has become unconditional. Call mark_breakpoint_modified (...).
10850 (condition_command): Call update_global_location_list (1) for
10851 breakpoints.
10852 (breakpoint_xfer_memory): Use is_breakpoint (...).
10853 (is_breakpoint): New function.
10854 (parse_cond_to_aexpr): New function.
10855 (build_target_condition_list): New function.
10856 (insert_bp_location): Handle target-side conditional
10857 breakpoints and call build_target_condition_list (...).
10858 (update_inserted_breakpoint_locations): New function.
10859 (insert_breakpoint_locations): Handle target-side conditional
10860 breakpoints.
10861 (bpstat_check_breakpoint_conditions): Add comment.
10862 (bp_condition_evaluator): New function.
10863 (bp_location_condition_evaluator): New function.
10864 (print_breakpoint_location): Print information on where the condition
10865 will be evaluated.
10866 (print_one_breakpoint_location): Likewise.
10867 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10868 breakpoint location.
10869 (force_breakpoint_reinsertion): New functions.
10870 (update_global_location_list): Handle target-side breakpoint
10871 conditions.
10872 Reinsert locations that are already inserted if conditions have
10873 changed.
10874 (bp_location_dtor): Free agent expression bytecode.
10875 (disable_breakpoint): Call mark_breakpoint_modified (...).
10876 Call update_global_location_list (...) with parameter 1 for breakpoints.
10877 (disable_command): Call mark_breakpoint_location_modified (...).
10878 Call update_global_location_list (...) with parameter 1 for breakpoints.
10879 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10880 (enable_command): mark_breakpoint_location_modified (...).
10881 (_initialize_breakpoint): Update documentation and add
10882 condition-evaluation breakpoint subcommand.
10883
10884 * breakpoint.h: Include ax.h.
10885 (condition_list): New data structure.
10886 (condition_status): New enum.
10887 (bp_target_info) <cond_list>: New field.
10888 (bp_location) <condition_changed, cond_bytecode>: New fields.
10889 (is_breakpoint): New prototype.
10890
10891 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10892
10893 * remote.c (remote_state) <cond_breakpoints>: New field.
10894 (PACKET_ConditionalBreakpoints): New enum.
10895 (remote_cond_breakpoint_feature): New function.
10896 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10897 (remote_supports_cond_breakpoints): New function.
10898 (_initialize_remote): Add new packet configuration for
10899 target-side conditional breakpoints.
10900
10901 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10902
10903 * NEWS: Mention target-side conditional breakpoint support,
10904 new condition-evaluation breakpoint subcommand and remote
10905 packet extensions.
10906
10907 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10908
10909 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10910 number.
10911
10912 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10913
10914 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10915 (after_prologue): Remove.
10916
10917 2012-02-23 Tom Tromey <tromey@redhat.com>
10918
10919 * jv-valprint.c (java_val_print): Remove dead code.
10920
10921 2012-02-23 Tristan Gingold <gingold@adacore.com>
10922
10923 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10924 known_tasks_element and known_tasks_length fields.
10925 (read_known_tasks_array): Change argument type. Use pointer type
10926 and number of elements from DATA. Adjust.
10927 (read_known_tasks_list): Likewise.
10928 (get_known_tasks_addr): Remove.
10929 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10930 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10931 type and array length. Merge former get_known_tasks_addr code.
10932
10933 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10934
10935 PR backtrace/13716
10936 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10937 it after set_momentary_breakpoint.
10938
10939 2012-02-22 Sterling Augustine <saugustine@google.com>
10940
10941 PR 13689:
10942 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10943
10944 2012-02-22 Gary Benson <gbenson@redhat.com>
10945
10946 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10947 (find_slot_in_mapped_hash): Likewise.
10948
10949 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 PR build/13638
10952 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10953 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10954 * configure: Regenerate.
10955
10956 2012-02-21 Tristan Gingold <gingold@adacore.com>
10957 Pedro Alves <palves@redhat.com>
10958
10959 * ia64-tdep.c: Do not include libunwind-ia64.h.
10960 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10961 Include libunwind-ia64.h instead of libunwind.h.
10962 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10963 for libunwind.h existence.
10964 * configure, config.in: Regenerate.
10965
10966 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10967
10968 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10969 instead of value_rtti_target_type.
10970 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10971 instead of value_rtti_target_type.
10972 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10973 value_rtti_target_type.
10974 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10975 (value_rtti_target_type): Rename to ...
10976 (value_rtti_indirect_type): ... here and make it indirect. Update
10977 function comment.
10978 * value.c (readjust_indirect_value_type): New function.
10979 (coerce_ref): Support for enclosing type setting for references
10980 with readjust_indirect_value_type.
10981 * value.h (readjust_value_type): New declaration.
10982 (value_rtti_target_type): Rename to ...
10983 (value_rtti_indirect_type): ... here.
10984
10985 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10986
10987 * MAINTAINERS (Write After Approval): Add myself to the list.
10988
10989 2012-02-20 Doug Evans <dje@google.com>
10990
10991 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10992 Rename objfile_p_char parameter to objfilep.
10993 (build_objfile_section_table): Result is now void. All callers
10994 updated.
10995 * objfiles.h (struct objfile): Tweak comments, whitespace.
10996 (build_objfile_section_table): Update.
10997
10998 * elfread.c (elf_symfile_segments): Fix warning text.
10999
11000 2012-02-20 Tom Tromey <tromey@redhat.com>
11001
11002 PR gdb/13498:
11003 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11004 particular set of file names once.
11005 (dw2_map_symbol_filenames): Likewise.
11006
11007 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 Code cleanup.
11010 * main.c (write_files): Remove the declaration.
11011 (external_editor_command): Move the declaration ...
11012 [GDBTK] (external_editor_command): ... here. Fix the comment.
11013
11014 2012-02-20 Tom Tromey <tromey@redhat.com>
11015
11016 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11017 extraneous block.
11018
11019 2012-02-20 Tristan Gingold <gingold@adacore.com>
11020
11021 * darwin-nat.h (enum darwin_msg_state): Add comments.
11022
11023 2012-02-20 Tristan Gingold <gingold@adacore.com>
11024
11025 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11026 value.
11027
11028 2012-20-18 Joel Brobecker <brobecker@adacore.com>
11029
11030 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11031 between function description and implementation.
11032
11033 2012-02-17 Tom Tromey <tromey@redhat.com>
11034
11035 PR python/12070:
11036 * python/py-event.c (event_object_getset): New global.
11037 (event_object_type): Reference it.
11038 * python/py-type.c (field_object_getset): New global.
11039 (field_object_type): Reference it.
11040 * python/python-internal.h (gdb_py_generic_dict): Declare.
11041 * python/py-utils.c (gdb_py_generic_dict): New function.
11042
11043 2012-02-17 Tristan Gingold <gingold@adacore.com>
11044
11045 * solib-darwin.c (darwin_current_sos): Check magic and filetype
11046
11047 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
11048
11049 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11050 TYPE_CALLING_CONVENTION annotation.
11051
11052 2012-02-16 Kevin Buettner <kevinb@redhat.com>
11053
11054 * MAINTAINERS: Add rx to target ISA section.
11055 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11056 (ALLDEPFILES): Add rx-tdep.c.
11057
11058 2012-02-16 Tom Tromey <tromey@redhat.com>
11059
11060 * symfile.c (symbol_file_add_main_1): Use inferior's
11061 symfile_flags.
11062 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11063 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11064 inferior.
11065 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11066 inferior.
11067 (follow_exec): Use inferior's symfile_flags.
11068 * inferior.h (struct inferior) <symfile_flags>: New field.
11069
11070 2012-02-16 Mike Frysinger <vapier@gentoo.org>
11071
11072 PR gdb/9734:
11073 * remote-sim.c (gdbsim_create_inferior): Call error() when
11074 sim_create_inferior() fails.
11075
11076 2012-02-16 Josh Matthews <josh@joshmatthews.net>
11077
11078 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11079
11080 2012-02-16 Tom Tromey <tromey@redhat.com>
11081
11082 PR c++/13653:
11083 * thread.c (struct current_thread_cleanup) <was_removable>: New
11084 field.
11085 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11086 (make_cleanup_restore_current_thread): Initialize new field.
11087
11088 2012-02-15 Kevin Buettner <kevinb@redhat.com>
11089
11090 * MAINTAINERS: Add rl78 to target ISA section.
11091 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11092 (ALLDEPFILES): Add rl78-tdep.c.
11093 * NEWS: Mention rl78 as a new target.
11094
11095 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
11096
11097 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11098 data.
11099 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11100
11101 2012-02-15 Tom Tromey <tromey@redhat.com>
11102
11103 PR gdb/12659:
11104 * infcmd.c (registers_info): Print just the current register's
11105 name.
11106
11107 2012-02-15 Tom Tromey <tromey@redhat.com>
11108
11109 * python/py-symbol.c (sympy_value): Use _().
11110
11111 2012-02-15 Pedro Alves <palves@redhat.com>
11112
11113 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11114 output to be like native targets'.
11115 (remote_pid_to_str): Special case the null ptid.
11116
11117 2012-02-14 Stan Shebs <stan@codesourcery.com>
11118
11119 * NEWS: Mention enable count command.
11120 * breakpoint.h (struct breakpoint): New field enable_count.
11121 * breakpoint.c (enable_breakpoint_disp): Add count argument.
11122 (enable_breakpoint): Add arg to call.
11123 (struct disp_data): New struct.
11124 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11125 (do_map_enable_once_breakpoint): Create a struct and pass it.
11126 (do_map_enable_delete_breakpoint): Ditto.
11127 (do_map_enable_count_breakpoint): New function.
11128 (enable_count_command): New function.
11129 (bpstat_stop_status): Decrement enable_count.
11130 (print_one_breakpoint_location): Report enable count.
11131 (_initialize_breakpoint): Add enable count command.
11132
11133 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11134
11135 * rl78-tdep.c (reggroups.h): Include.
11136 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11137 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11138 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11139 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11140 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11141 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11142 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11143 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11144 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11145 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11146 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11147 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11148 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11149 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11150 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11151 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11152 beginning of register list.
11153 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11154 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11155 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11156 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11157 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11158 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11159 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11160 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11161 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11162 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11163 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11164 the pseudo registers. Rearrange other pseudo registers too so
11165 that the bank registers appear at the end.
11166 (rl78_register_type): Account for the fact that the byte sized
11167 bank registers are now pseudo-registers.
11168 (rl78_register_name): Rearrange the register name array. Make
11169 initial set of raw banked registers inaccessible.
11170 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11171 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11172 case for copying bytes back and forth between raw and pseudo
11173 versions of the banked registers. Update other cases to reflect
11174 the changed names.
11175 (rl78_return_value): Update to account for changed names of
11176 raw registers.
11177 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11178 rl78_register_sim_regno().
11179
11180 2012-02-14 Kevin Buettner <kevinb@redhat.com>
11181
11182 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11183 the name parameter being passed to find_pc_partial_function().
11184
11185 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11186
11187 * MAINTAINERS: Step down from being ia64 target maintainer.
11188
11189 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11190
11191 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11192 compilation warning.
11193
11194 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11195
11196 Fix crash on loaded shlibs without loaded exec_bfd.
11197 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11198 (set_section_command): Replace exec_bfd by p->bfd.
11199
11200 2012-02-10 Tom Tromey <tromey@redhat.com>
11201
11202 * linespec.c (decode_line_internal): Skip symtabs_from_filename
11203 when we have a C++ qualified name.
11204
11205 2012-02-10 Pedro Alves <palves@redhat.com>
11206
11207 * inferior.c (inferior_pid_to_str): New.
11208 (print_inferior, inferior_command): Use it.
11209
11210 2012-02-10 Pedro Alves <palves@redhat.com>
11211
11212 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11213 the test CFLAGS.
11214 * configure: Regenerate.
11215
11216 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11217
11218 * linespec.c (decode_line_internal): Fix comment correctness.
11219
11220 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
11221
11222 PR gdb/12953
11223 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11224 * amd64bsd-nat.c: Add support for debug registers (adapted from
11225 i386bsd-nat.c).
11226 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11227 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11228 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11229 (amd64bsd_dr_get_control): New functions.
11230 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11231 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11232 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11233 watchpoints initialization.
11234 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11235
11236 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11239 flds_bnds.fields.
11240 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11241
11242 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11243
11244 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
11245
11246 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11247
11248 * language.h (symbol_name_cmp_ftype): Renames
11249 symbol_name_match_p_ftype.
11250 (struct language_defn)[la_get_symbol_name_cmp]: Renames
11251 la_get_symbol_name_match_p.
11252 * ada-lang.c (ada_get_symbol_name_cmp): Renames
11253 ada_get_symbol_name_match_p. Update comment.
11254 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11255 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11256 Renames symbol_name_match_p. Update field type.
11257 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11258 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11259 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11260 "la_get_symbol_name_cmp" in comments.
11261 * language.c: Likewise.
11262
11263 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11264
11265 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11266 %eflags offset.
11267 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11268 (amd64_sol2_gregset32_reg_offs): Likewise.
11269
11270 2012-02-08 Joel Brobecker <brobecker@adacore.com>
11271
11272 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11273 of the returned BFD is allocated by GDB.
11274
11275 2012-02-07 Tom Tromey <tromey@redhat.com>
11276
11277 PR python/12027:
11278 * python/python-internal.h (frame_object_type): Declare.
11279 * python/py-symbol.c (sympy_needs_frame): New function.
11280 (sympy_value): New function.
11281 (symbol_object_getset): Add "needs_frame".
11282 (symbol_object_methods): Add "value".
11283 * python/py-frame.c (frame_object_type): No longer static.
11284
11285 2012-02-07 Tom Tromey <tromey@redhat.com>
11286
11287 PR python/13599:
11288 * python/py-symbol.c (sympy_line): New function.
11289 (symbol_object_getset): Add "line".
11290
11291 2012-02-07 Tom Tromey <tromey@redhat.com>
11292
11293 * charset.c (find_charset_names): Check 'in' against NULL.
11294
11295 2012-02-06 Doug Evans <dje@google.com>
11296
11297 * gdbtypes.h (struct main_type): Change type of name,tag_name,
11298 and fields.name members from char * to const char *. All uses updated.
11299 (struct cplus_struct_type): Change type of fn_fieldlists.name member
11300 from char * to const char *. All uses updated.
11301 (type_name_no_tag): Update.
11302 (lookup_unsigned_typename, lookup_signed_typename): Update.
11303 * gdbtypes.c (type_name_no_tag): Change result type
11304 from char * to const char *. All callers updated.
11305 (lookup_unsigned_typename, lookup_signed_typename): Change type of
11306 name parameter from char * to const char *.
11307 * symtab.h (struct cplus_specific): Change type of demangled_name
11308 member from char * to const char *. All uses updated.
11309 (struct general_symbol_info): Change type of name and
11310 mangled_lang.demangled_name members from char * to const char *.
11311 All uses updated.
11312 (symbol_get_demangled_name, symbol_natural_name): Update.
11313 (symbol_demangled_name, symbol_search_name): Update.
11314 * symtab.c (symbol_get_demangled_name): Change result type
11315 from char * to const char *. All callers updated.
11316 (symbol_natural_name, symbol_demangled_name): Ditto.
11317 (symbol_search_name): Ditto.
11318 (completion_list_add_name): Change type of symname,sym_text,
11319 text,word parameters from char * to const char *.
11320 (completion_list_objc_symbol): Change type of sym_text,
11321 text,word parameters from char * to const char *.
11322 * ada-lang.c (find_struct_field): Change type of name parameter
11323 from char * to const char *.
11324 (encoded_ordered_before): Similarly for N0,N1 parameters.
11325 (old_renaming_is_invisible): Similarly for function_name parameter.
11326 (ada_type_name): Change result type from char * to const char *.
11327 All callers updated.
11328 * ada-lang.h (ada_type_name): Update.
11329 * buildsym.c (hashname): Change type of name parameter
11330 from char * to const char *.
11331 * buildsym.h (hashname): Update.
11332 * dbxread.c (end_psymtab): Change type of include_list parameter
11333 from char ** to const char **.
11334 * dwarf2read.c (determine_prefix): Change result type
11335 from char * to const char *. All callers updated.
11336 * f-lang.c (find_common_for_function): Change type of name, funcname
11337 parameters from char * to const char *.
11338 * f-lang.c (find_common_for_function): Update.
11339 * f-valprint.c (list_all_visible_commons): Change type of funcname
11340 parameters from char * to const char *.
11341 * gdbarch.sh (static_transform_name): Change type of name parameter
11342 and result from char * to const char *.
11343 * gdbarch.c: Regenerate.
11344 * gdbarch.h: Regenerate.
11345 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11346 of name parameter from char * to const char *.
11347 * jv-lang.c (java_primitive_type_from_name): Ditto.
11348 (java_demangled_signature_length): Similarly for signature parameter.
11349 (java_demangled_signature_copy): Ditto.
11350 (java_demangle_type_signature): Ditto.
11351 * jv-lang.h (java_primitive_type_from_name): Update.
11352 (java_demangle_type_signature): Update.
11353 * objc-lang.c (specialcmp): Change type of a,b parameters
11354 from char * to const char *.
11355 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11356 from char * to const char *. All callers updated.
11357 * p-lang.h (is_pascal_string_type): Update.
11358 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11359 of name parameter from char * to const char *.
11360 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11361 * utils.c (fprintf_symbol_filtered): Ditto.
11362 * defs.h (fprintf_symbol_filtered): Update.
11363 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11364 * stabsread.h (end_psymtab): Update.
11365 * stack.c (find_frame_funname): Change type of funname parameter
11366 from char ** to const char **.
11367 * stack.h (find_frame_funname): Update.
11368 * typeprint.c (type_print): Change type of varstring parameter
11369 from char * to const char *.
11370 * value.h (type_print): Update.
11371 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11372 from char * to const char *. All callers updated.
11373 (xcoff_end_psymtab): Change type of include_list parameter
11374 from char ** to const char **. All callers updated.
11375 (swap_sym): Similarly for name parameter. All callers updated.
11376 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11377 Use xstrdup.
11378 (process_coff_symbol): Use xstrdup.
11379 * stabsread.c (stabs_method_name_from_physname): Renamed from
11380 update_method_name_from_physname. Change result type from void
11381 to char *. All callers updated.
11382 (read_member_functions): In has_destructor case, store name in objfile
11383 obstack instead of malloc space. In !has_stub case, fix mem leak.
11384
11385 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
11386
11387 * configure: Rebuild.
11388 * configure.ac: Put -L../bfd and -L../libiberty at the front of
11389 LDFLAGS.
11390
11391 2012-02-03 Kevin Buettner <kevinb@redhat.com>
11392
11393 * configure.tgt (rl78-*-elf): New target.
11394 * rl78-tdep.c: New file.
11395
11396 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11397
11398 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11399 and continue the loop. Add QUIT statement.
11400
11401 2012-02-03 Tom Tromey <tromey@redhat.com>
11402
11403 PR gdb/13596:
11404 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11405 bfd_lookup_symbol_from_symtab.
11406 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11407 gdb_bfd_lookup_symbol_from_symtab.
11408
11409 2012-02-03 Joel Brobecker <brobecker@adacore.com>
11410
11411 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11412 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11413 symbol. Add assertion that sym2 is never NULL.
11414
11415 2012-02-02 Doug Evans <dje@google.com>
11416
11417 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11418 "name" parameter to const char ** from char **. All callers updated.
11419 (find_pc_partial_function): Ditto.
11420 (cache_pc_function_name): Change type to const char * from char *.
11421 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11422 (find_pc_partial_function): Update.
11423 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11424 type of "name" parameter to const char * from char *.
11425 All uses updated.
11426 * arch-utils.c (generic_in_solib_return_trampoline): Change
11427 type of "name" parameter to const char * from char *.
11428 * arch-utils.h (generic_in_solib_return_trampoline): Update.
11429 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11430 type of "name" parameter to const char * from char *.
11431 * gdbarch.sh (in_solib_return_trampoline): Ditto.
11432 * gdbarch.c: Regenerate.
11433 * gdbarch.h: Regenerate.
11434 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11435 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11436 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11437 type of "name" parameter to const char * from char *.
11438 * skip.c (skip_function_pc): Ditto.
11439 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11440 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11441 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11442 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11443 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11444 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11445 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11446 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11447 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11448
11449 2012-02-02 Pedro Alves <palves@redhat.com>
11450
11451 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11452 the current inferior has no execution. Make sure the current
11453 remote process matches gdb's current inferior.
11454
11455 2012-02-02 Tom Tromey <tromey@redhat.com>
11456
11457 PR gdb/13405:
11458 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11459 read-only memory.
11460
11461 2012-02-02 Tom Tromey <tromey@redhat.com>
11462
11463 PR gdb/9307:
11464 * symtab.c (lookup_language_this): Set block_found.
11465
11466 2012-02-01 Tom Tromey <tromey@redhat.com>
11467
11468 PR gdb/13431:
11469 * jit.c (struct jit_inferior_data): Rewrite.
11470 (struct jit_objfile_data): New.
11471 (get_jit_objfile_data): New function.
11472 (add_objfile_entry): Update.
11473 (jit_read_descriptor): Return int. Replace descriptor_addr
11474 argument with inf_data. Update. Don't call error.
11475 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
11476 descriptor here.
11477 (jit_inferior_init): Don't look up descriptor. Don't call error.
11478 (jit_reset_inferior_data_and_breakpoints)
11479 (jit_inferior_created_observer): Remove.
11480 (jit_inferior_exit_hook): Update.
11481 (jit_executable_changed_observer): Remove.
11482 (jit_event_handler): Update.
11483 (free_objfile_data): Reset inferior data if needed.
11484 (_initialize_jit): Update.
11485
11486 2012-02-01 Tom Tromey <tromey@redhat.com>
11487
11488 * jit.c (bfd_open_from_target_memory): Move higher in file.
11489
11490 2012-02-01 Tristan Gingold <gingold@adacore.com>
11491
11492 * libunwind-frame.c (libunwind_load): Display message if dlopen
11493 failed.
11494
11495 2012-02-01 Gary Benson <gbenson@redhat.com>
11496
11497 * symtab.h (symbol_found_callback_ftype): New typedef.
11498 (iterate_over_symbols): Use the above.
11499 * symtab.c (iterate_over_symbols): Likewise.
11500 * language.h (language_defn->la_iterate_over_symbols): Likewise.
11501 * ada-lang.c (ada_iterate_over_symbols): Likewise.
11502 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11503 (iterate_name_matcher): Document return values.
11504 (collect_one_symbol): Likewise.
11505 (collect_function_symbols): Likewise.
11506 (collect_symbols): Likewise.
11507
11508 2012-02-01 Tom Tromey <tromey@redhat.com>
11509
11510 * ada-lang.c (resolve_subexp): Update.
11511 (ada_lookup_symbol_list): Add 'full_search' argument.
11512 (ada_iterate_over_symbols): Pass 0 as full_search argument to
11513 ada_lookup_symbol_list.
11514 (ada_lookup_encoded_symbol): Update.
11515 (get_var_value): Update.
11516 * ada-exp.y (block_lookup): Update.
11517 (write_var_or_type): Update.
11518 (write_name_assoc): Update.
11519 * ada-lang.h (ada_lookup_symbol_list): Update.
11520
11521 2012-01-31 Tom Tromey <tromey@redhat.com>
11522
11523 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11524 comment.
11525
11526 2012-01-31 Doug Evans <dje@google.com>
11527
11528 * symtab.h: Remove outdated comment.
11529 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11530
11531 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
11532
11533 Fix build error in Darwin port.
11534 * i386-darwin-nat.c: Include i386-nat.h.
11535
11536 2012-01-30 Tom Tromey <tromey@redhat.com>
11537
11538 PR breakpoints/13568:
11539 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11540 argument. Check for recursive includes.
11541 (dwarf_decode_macros): Create an include hash.
11542
11543 2012-01-30 Michael Eager <eager@eagercon.com>
11544
11545 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11546 * ppc-linux-tdep.c: Include glibc-tdep.h.
11547 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11548 (powerpc_linux_in_plt_stub): New function.
11549 (powerpc_linux_in_dynsym_resolve_code): New function.
11550 (ppc_skip_trampoline_code): New function.
11551 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11552 Use glibc_skip_solib_resolver.
11553
11554 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11555
11556 Code cleanup: Make 1440 bytes of data segment read-only.
11557 * arch-utils.c (endian_enum): Make it const char *const [].
11558 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11559 Likewise.
11560 * breakpoint.c (always_inserted_enums): Likewise.
11561 * cli/cli-cmds.c (script_ext_enums): Likewise.
11562 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11563 enumlist parameter const char *const *.
11564 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11565 const char *const *.
11566 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11567 parameter const char *const *.
11568 * cris-tdep.c (cris_modes): Make it const char *const [].
11569 * filesystem.c (target_file_system_kinds): Likewise.
11570 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11571 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11572 (can_use_displaced_stepping_enum, scheduler_enums)
11573 (exec_direction_names): Likewise.
11574 * language.c (_initialize_language): Make the type_or_range_names and
11575 case_sensitive_names variables const char *const [].
11576 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11577 * python/python.c (python_excp_enums): Likewise.
11578 * remote.c (interrupt_sequence_modes): Likewise.
11579 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11580 * serial.c (logbase_enums): Likewise.
11581 * sh-tdep.c (sh_cc_enum): Likewise.
11582 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11583 Likewise.
11584 * symtab.c (multiple_symbols_modes): Likewise.
11585 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11586 Likewise.
11587 * utils.c (internal_problem_modes): Likewise.
11588
11589 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11592 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11593 result.
11594
11595 2012-01-27 Doug Evans <dje@google.com>
11596
11597 * configure.ac (with_python): Fix absolute path handling for win32.
11598 * configure: Regenerate.
11599
11600 2012-01-26 Doug Evans <dje@google.com>
11601
11602 * symtab.c: Whitespace cleanup, no code changes.
11603
11604 * symtab.c (lookup_symbol_in_language): Improve comment.
11605 (lookup_symbol_aux): Fix comment.
11606
11607 * psymtab.c (add_psymbol_to_list): Result is now "void".
11608 * psympriv.h (add_psymbol_to_list): Update.
11609
11610 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11611
11612 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 Do not open script filenames twice.
11615 * cli/cli-cmds.c (source_script_from_stream): Pass to
11616 source_python_script also STREAM.
11617 * python/py-auto-load.c (source_section_scripts): Pass to
11618 source_python_script_for_objfile also STREAM.
11619 (auto_load_objfile_script): Pass to source_python_script_for_objfile
11620 also INPUT.
11621 * python/python-internal.h (source_python_script_for_objfile): New
11622 parameter file, rename parameter file to filename.
11623 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11624 instead if !_WIN32. Update the function comment.
11625 (source_python_script, source_python_script_for_objfile)
11626 (source_python_script): New parameter file, rename parameter file to
11627 filename. Pass FILENAME to python_run_simple_file.
11628 * python/python.h (source_python_script): New parameter file, rename
11629 parameter file to filename.
11630
11631 2012-01-26 Pedro Alves <palves@redhat.com>
11632
11633 * corelow.c (core_has_fake_pid): Delete.
11634 (core_close): Delete references to `core_has_fake_pid'.
11635 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11636 (core_open): Delete references to `core_has_fake_pid'.
11637 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11638 the removed global.
11639
11640 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11641
11642 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11643 Remove language parameter from name_matcher. Adjust the comment.
11644 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11645 Remove language parameter.
11646 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11647 * linespec.c (iterate_name_matcher): Likewise.
11648 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11649 name_matcher. Adjust call accordingly.
11650 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11651 (maintenance_check_symtabs): Adjust type of parameter "fun".
11652 * psymtab.h (maintenance_check_symtabs): Likewise.
11653
11654 2012-01-26 Joel Brobecker <brobecker@adacore.com>
11655
11656 * language.h (symbol_name_match_p_ftype): New typedef.
11657 (struct language_defn): Replace field la_symbol_name_compare
11658 by la_get_symbol_name_match_p.
11659 * ada-lang.c (ada_get_symbol_name_match_p): New function.
11660 (ada_language_defn): Use it.
11661 * linespec.c (struct symbol_matcher_data): New type.
11662 (iterate_name_matcher): Rewrite.
11663 (iterate_over_all_matching_symtabs): Pass a pointer to
11664 a symbol_matcher_data struct to expand_symtabs_matching
11665 instead of just the lookup name.
11666 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11667 opencl-lang.c, p-lang.c, language.c: Delete field
11668 la_symbol_name_compare, and replace by NULL for new field
11669 la_get_symbol_name_match_p.
11670 * symfile.h (struct quick_symbol_functions): Update comment.
11671
11672 2012-01-25 Tom Tromey <tromey@redhat.com>
11673
11674 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11675 dereferencing.
11676
11677 2012-01-24 Tom Tromey <tromey@redhat.com>
11678
11679 PR symtab/12406:
11680 * solib.c (update_solib_list): Update the program space's
11681 added_solibs and deleted_solibs fields.
11682 * progspace.h (struct program_space) <added_solibs,
11683 deleted_solibs>: New fields.
11684 (clear_program_space_solib_cache): Declare.
11685 * progspace.c (release_program_space): Call
11686 clear_program_space_solib_cache.
11687 (clear_program_space_solib_cache): New function.
11688 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11689 bpstat_stop_status. Use handle_solib_event.
11690 * breakpoint.c: Include gdb_regex.h.
11691 (print_solib_event): New function.
11692 (bpstat_print): Use print_solib_event.
11693 (bpstat_stop_status): Add special case for bp_shlib_event.
11694 (handle_solib_event): New function.
11695 (bpstat_what): Use handle_solib_event.
11696 (struct solib_catchpoint): New.
11697 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11698 (breakpoint_hit_catch_solib, check_status_catch_solib)
11699 (print_it_catch_solib, print_one_catch_solib)
11700 (print_mention_catch_solib, print_recreate_catch_solib): New
11701 functions.
11702 (catch_solib_breakpoint_ops): New global.
11703 (catch_load_or_unload, catch_load_command_1)
11704 (catch_unload_command_1): New functions.
11705 (internal_bkpt_check_status): Add special case for
11706 bp_shlib_event.
11707 (internal_bkpt_print_it): Use print_solib_event.
11708 (initialize_breakpoint_ops): Initialize
11709 catch_solib_breakpoint_ops.
11710 (_initialize_breakpoint): Register "catch load" and "catch
11711 unload".
11712 * breakpoint.h (handle_solib_event): Declare.
11713 * NEWS: Add entry for "catch load" and "catch unload".
11714
11715 2012-01-24 Tom Tromey <tromey@redhat.com>
11716
11717 * ada-lang.c: Include gdb_vecs.h.
11718 * charset.c: Include gdb_vecs.h.
11719 * tracepoint.h: Include gdb_vecs.h.
11720 * gdb_vecs.h: New file.
11721
11722 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11723
11724 * breakpoint.c (breakpoint_hit_catch_fork)
11725 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11726 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11727 * infrun.c (inferior_has_forked, inferior_has_vforked)
11728 (inferior_has_execd, inferior_has_called_syscall): Delete.
11729 (handle_syscall_event): Get syscall_number from the execution
11730 control state's wait status.
11731 (wait_for_inferior): Don't clear syscall_number.
11732
11733 2012-01-24 Pedro Alves <palves@redhat.com>
11734
11735 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11736 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11737 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11738 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11739 `ws' parameter.
11740 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11741 false for events other than TARGET_SIGNAL_TRAP.
11742 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11743 Add `ws' parameter.
11744 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11745 events other than TARGET_SIGNAL_TRAP.
11746 (tracepoint_breakpoint_hit): Add `ws' parameter.
11747 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11748 parameter.
11749 (bpstat_stop_status): Same.
11750 (pc_at_non_inline_function): Same.
11751 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11752 to pass the current event's waitstatus to bpstat_stop_status
11753 and pc_at_non_inline_function.
11754
11755 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 Code cleanup.
11758 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11759 Update the function comment for it.
11760 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11761 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11762 for STREAM.
11763
11764 2012-01-24 Pedro Alves <palves@redhat.com>
11765
11766 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11767 outside `bs->stop' block.
11768 (bpstat_what): Rework bp_shlib_event handling.
11769 (internal_bkpt_check_status): If the breakpoint is a
11770 bp_shlib_event, then set bs->stop and bs->print if
11771 stop_on_solib_events is set.
11772
11773 2012-01-24 Gary Benson <gbenson@redhat.com>
11774
11775 Delete #if 0'd out code.
11776 * stack.c (print_frame_label_vars): Remove.
11777 (catch_info): Likewise.
11778 (_initialize_stack): Remove "info catch" command.
11779 * NEWS: Mention the above.
11780
11781 2012-01-24 Pedro Alves <palves@redhat.com>
11782
11783 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11784 it.
11785 (remote_notice_new_inferior): If the remote end doesn't support
11786 the multiprocess extensions, then the PID is fake.
11787 (add_current_inferior_and_thread): New.
11788 (remote_start_remote): Use it.
11789 (extended_remote_attach_1): Adjust.
11790 (extended_remote_create_inferior_1): Use
11791 add_current_inferior_and_thread.
11792
11793 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11794
11795 Fix watchpoints to be specific for each inferior.
11796 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11797 current_program_space.
11798 * i386-nat.c (i386_inferior_data_cleanup): New.
11799 (i386_inferior_data_get): Replace variable inf_data_local by an
11800 inferior_data call.
11801 (i386_use_watchpoints): Initialize i386_inferior_data.
11802 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11803 specific iterate_over_lwps.
11804
11805 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 Fix watchpoints across inferior fork.
11808 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11809 comment for linux_nat_iterate_watchpoint_lwps.
11810 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11811 linux_nat_iterate_watchpoint_lwps.
11812 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11813 * i386-linux-nat.c (update_debug_registers_callback): Update the
11814 comment for linux_nat_iterate_watchpoint_lwps.
11815 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11816 linux_nat_iterate_watchpoint_lwps.
11817 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11818 * i386-nat.c: Include inferior.h.
11819 (dr_mirror): Remove.
11820 (i386_inferior_data, struct i386_inferior_data)
11821 (i386_inferior_data_get): New.
11822 (i386_debug_reg_state): Use i386_inferior_data_get.
11823 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11824 (i386_insert_watchpoint, i386_remove_watchpoint)
11825 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11826 (i386_remove_hw_breakpoint): New variable state, use
11827 i386_debug_reg_state instead of DR_MIRROR.
11828 * linux-nat.c (delete_lwp): New declaration.
11829 (num_lwps): Move here from downwards.
11830 (delete_lwp_cleanup): New.
11831 (linux_child_follow_fork): Create new child_lp, call
11832 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11833 PTRACE_DETACH.
11834 (num_lwps): Move upwards.
11835 (linux_nat_iterate_watchpoint_lwps): New.
11836 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11837 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11838
11839 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11840
11841 GDB 7.4 released.
11842
11843 2012-01-23 Pedro Alves <palves@redhat.com>
11844
11845 * top.c (caution): Rename to ...
11846 (confirm): ... this.
11847 (show_caution): Rename to ...
11848 (show_confirm): ... this.
11849 (quit_cover): Adjust.
11850 (init_main): Adjust.
11851 * top.h (caution): Rename to ...
11852 (confirm): ... this.
11853 * utils.c (internal_vproblem, defaulted_query): Adjust.
11854
11855 2012-01-23 Pedro Alves <palves@redhat.com>
11856
11857 * top.c (caution): Update comment.
11858 (execute_command): Don't consider the current value of `caution'.
11859
11860 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11863
11864 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11865
11866 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11867 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11868 * target.c (target_fileio_pwrite): Remove buffer address from
11869 debug output.
11870 (target_fileio_pread): Likewise.
11871
11872 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11873
11874 * NEWS: Document remote "info proc" and "generate-core-file".
11875
11876 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11877
11878 * gdbarch.sh (find_memory_regions): New callback.
11879 * gdbarch.c, gdbarch.h: Regenerate.
11880
11881 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11882 callback before falling back to target method.
11883
11884 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11885 (linux_target_install_ops): No longer install it.
11886
11887 * linux-tdep.c (linux_find_memory_regions): New function.
11888 (linux_init_abi): Install it.
11889
11890 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11891
11892 * gdbarch.sh (make_corefile_notes): New architecture callback.
11893 * gdbarch.c: Regenerate.
11894 * gdbarch.h: Likewise.
11895
11896 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11897 before target_make_corefile_notes. If NULL is returned, the
11898 target does not support core file generation.
11899
11900 * linux-nat.c: Include "linux-tdep.h".
11901 (find_signalled_thread, find_stop_signal): Remove.
11902 (linux_nat_do_thread_registers): Likewise.
11903 (struct linux_nat_corefile_thread_data): Likewise.
11904 (linux_nat_corefile_thread_callback): Likewise.
11905 (iterate_over_spus): Likewise.
11906 (struct linux_spu_corefile_data): Likewise.
11907 (linux_spu_corefile_callback): Likewise.
11908 (linux_spu_make_corefile_notes): Likewise.
11909 (linux_nat_collect_thread_registers): New function.
11910 (linux_nat_make_corefile_notes): Replace contents by call to
11911 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11912 as native-only callback.
11913
11914 * linux-tdep.h: Include "bfd.h".
11915 (struct regcache): Add forward declaration.
11916 (linux_collect_thread_registers_ftype): New typedef.
11917 (linux_make_corefile_notes): Add prototype.
11918 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11919 "regset.h", and "elf-bfd.h".
11920 (find_signalled_thread, find_stop_signal): New functions.
11921 (linux_spu_make_corefile_notes): Likewise.
11922 (linux_collect_thread_registers): Likewise.
11923 (struct linux_corefile_thread_data): New data structure.
11924 (linux_corefile_thread_callback): New funcion.
11925 (linux_make_corefile_notes): Likewise.
11926 (linux_make_corefile_notes_1): Likewise.
11927 (linux_init_abi): Install it.
11928
11929 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11930
11931 * gdbarch.sh (info_proc): New callback.
11932 * gdbarch.c, gdbarch.h: Regenerate.
11933
11934 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11935 before falling back to the target info_proc callback.
11936
11937 * linux-nat.c: Do not include "cli/cli-utils.h".
11938 (linux_nat_info_proc): Remove.
11939 (linux_target_install_ops): No longer install it.
11940
11941 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11942 (read_mapping): New function.
11943 (linux_info_proc): Likewise.
11944 (linux_init_abi): Install it.
11945
11946 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11947
11948 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11949 * infcmd.c: (info_proc_cmd_1): New function.
11950 (info_proc_cmd): New function, moved here from equivalent routine
11951 orignally in linux-nat.c.
11952 (info_proc_cmd_mappings): Likewise.
11953 (info_proc_cmd_stat): Likewise.
11954 (info_proc_cmd_status): Likewise.
11955 (info_proc_cmd_cwd): Likewise.
11956 (info_proc_cmd_cmdline): Likewise.
11957 (info_proc_cmd_exe): Likewise.
11958 (info_proc_cmd_all): Likewise.
11959 (_initialize_infcmd): Install "info proc" command and subcommands.
11960
11961 * target.h (struct target_ops): Add to_info_proc.
11962 (target_info_proc): Add prototype.
11963 * target.c (target_info_proc): New function.
11964
11965 * procfs.c (procfs_info_proc): Add prototype.
11966 (info_proc_cmd): Rename into ...
11967 (procfs_info_proc): ... this. Update argument types as appropriate
11968 for a to_info_proc implementation. Handle "what" argument.
11969 (procfs_target): Install procfs_info_proc.
11970 (_initialize_procfs): No longer install "info proc" command.
11971
11972 * linux-nat.c: (enum info_proc_what): Remove.
11973 (linux_nat_info_proc_cmd_1): Rename into ...
11974 (linux_nat_info_proc): ... this. Update argument types as appropriate
11975 for a to_info_proc implementation.
11976 (linux_nat_info_proc_cmd): Remove.
11977 (linux_nat_info_proc_cmd_mappings): Likewise.
11978 (linux_nat_info_proc_cmd_stat): Likewise.
11979 (linux_nat_info_proc_cmd_status): Likewise.
11980 (linux_nat_info_proc_cmd_cwd): Likewise.
11981 (linux_nat_info_proc_cmd_cmdline): Likewise.
11982 (linux_nat_info_proc_cmd_exe): Likewise.
11983 (linux_nat_info_proc_cmd_all): Likewise.
11984 (linux_target_install_ops): Install linux_nat_info_proc.
11985 (_initialize_linux_nat): No longer install "info proc" command
11986 and subcommands.
11987
11988 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11989
11990 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11991 * config.in, configure: Regenerate.
11992
11993 * target.h (struct target_ops): Add to_fileio_readlink.
11994 (target_fileio_readlink): Add prototype.
11995 * target.c (target_fileio_readlink): New function.
11996
11997 * inf-child.c: Conditionally include <sys/param.h>.
11998 (inf_child_fileio_readlink): New function.
11999 (inf_child_target): Install it.
12000
12001 * remote.c (PACKET_vFile_readlink): New enum value.
12002 (remote_hostio_readlink): New function.
12003 (init_remote_ops): Install it.
12004 (_initialize_remote): Handle vFile:readlink packet type.
12005
12006 2012-01-20 Pedro Alves <palves@redhat.com>
12007 Ulrich Weigand <ulrich.weigand@linaro.org>
12008
12009 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12010 * config.in, configure: Regenerate.
12011
12012 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12013 to_fileio_pread, to_fileio_close, to_fileio_unlink.
12014 (target_fileio_open): Add prototype.
12015 (target_fileio_pwrite): Likewise.
12016 (target_fileio_pread): Likewise.
12017 (target_fileio_close): Likewise.
12018 (target_fileio_unlink): Likewise.
12019 (target_fileio_read_alloc): Likewise.
12020 (target_fileio_read_stralloc): Likewise.
12021
12022 * target.c: Include "gdb/fileio.h".
12023 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12024 (default_fileio_target): New function.
12025 (target_fileio_open): Likewise.
12026 (target_fileio_pwrite): Likewise.
12027 (target_fileio_pread): Likewise.
12028 (target_fileio_close): Likewise.
12029 (target_fileio_unlink): Likewise.
12030 (target_fileio_close_cleanup): Likewise.
12031 (target_fileio_read_alloc_1): Likewise.
12032 (target_fileio_read_alloc): Likewise.
12033 (target_fileio_read_stralloc): Likewise.
12034
12035 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12036 <fcntl.h>, and <unistd.h>.
12037 (inf_child_fileio_open_flags_to_host): New function.
12038 (inf_child_errno_to_fileio_error): Likewise.
12039 (inf_child_fileio_open): Likewise.
12040 (inf_child_fileio_pwrite): Likewise.
12041 (inf_child_fileio_pread): Likewise.
12042 (inf_child_fileio_close): Likewise.
12043 (inf_child_fileio_unlink): Likewise.
12044 (inf_child_target): Install to_fileio routines.
12045
12046 * remote.c (init_remote_ops): Install to_fileio routines.
12047
12048 2012-01-20 Pedro Alves <palves@redhat.com>
12049 Ulrich Weigand <ulrich.weigand@linaro.org>
12050
12051 * remote.c (remote_multi_process_p): Only check for multi-process
12052 protocol feature, do not check for extended protocol.
12053 (remote_supports_multi_process): Check for extended protocol here.
12054 (set_general_process): Likewise.
12055 (extended_remote_kill): Likewise.
12056 (remote_pid_to_str): Likewise.
12057 (remote_query_supported): Always query multiprocess mode.
12058
12059 2012-01-20 Pedro Alves <palves@redhat.com>
12060 Ulrich Weigand <ulrich.weigand@linaro.org>
12061
12062 * inferior.h (struct inferior): Add fake_pid_p.
12063 * inferior.c (exit_inferior_1): Clear fake_pid_p.
12064 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12065 magic_null_ptid since the remote side doesn't provide a real PID.
12066
12067 2012-01-19 Tom Tromey <tromey@redhat.com>
12068
12069 * NEWS: Combine the two Python sections.
12070
12071 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12072
12073 * target.h (target_close): Update comment on the target's unpush state.
12074
12075 2012-01-19 Pedro Alves <palves@redhat.com>
12076
12077 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12078 linux_nat_async directly instead of going through the target
12079 vector.
12080 * target.c (unpush_target): Close target after unpushing it, not
12081 before.
12082
12083 2012-01-19 Gary Benson <gbenson@redhat.com>
12084
12085 * mdebugread.c (sort_blocks): Replace integer constants with ones
12086 derived from FIRST_LOCAL_BLOCK.
12087
12088 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
12089 Jan Kratochvil <jan.kratochvil@redhat.com>
12090
12091 PR gdb/9538
12092 * symfile.c (find_separate_debug_file): New function.
12093 (terminate_after_last_dir_separator): Likewise.
12094 (find_separate_debug_file_by_debuglink): Also try realpath.
12095 * configure.ac (AC_CHECK_FUNCS): Add lstat.
12096 * configure: Regenerate.
12097 * config.in: Regenerate.
12098
12099 2012-01-18 Doug Evans <dje@google.com>
12100
12101 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12102 (main.o): Remove rule.
12103 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12104 (--with-sysroot): Rewrite.
12105 * configure: Regenerate.
12106 * config.in: Regenerate.
12107
12108 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
12109
12110 * parse.c (initialize_expout): New function.
12111 (reallocate_expout): Likewise.
12112 (parse_exp_in_context): Use `initialize_expout' and
12113 `reallocate_expout' when appropriate.
12114
12115 2012-01-18 Pedro Alves <palves@redhat.com>
12116
12117 * record.c (struct record_breakpoint, record_breakpoint_p)
12118 (record_breakpoints): New.
12119 (record_insert_breakpoint, record_remove_breakpoint): Manage
12120 record breakpoints list. Only remove breakpoints from the
12121 inferior if they had been inserted there in the first place.
12122
12123 2012-01-17 Doug Evans <dje@google.com>
12124
12125 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12126 if we know we don't have a file name to look for.
12127
12128 2012-01-17 Pedro Alves <palves@redhat.com>
12129
12130 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12131 the frame's stop reason is UNWIND_UNAVAILABLE.
12132
12133 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12134
12135 Fix compilation error.
12136 * m2-exp.y (yyerror): Use ANSI C prototype.
12137
12138 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12139
12140 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12141 (growbuf_by_size): Likewise.
12142 (yyerror): Likewise.
12143 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12144 (modblock): Remove variable (was #if 0'ed).
12145 (parse_number): Convert prototype from K&R to ANSI C.
12146 (yyerror): Likewise.
12147 * objc-exp.y (parse_number): Likewise.
12148 (yyerror): Likewise.
12149 (yylex): Remove #if 0'ed code.
12150 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12151 (yyerror): Likewise.
12152
12153 2012-01-16 Tom Tromey <tromey@redhat.com>
12154
12155 * NEWS: Add item.
12156 * symtab.h (compare_filenames_for_search): Declare.
12157 * symtab.c (compare_filenames_for_search): New function.
12158 (iterate_over_some_symtabs): Use it.
12159 * symfile.h (struct quick_symbol_functions)
12160 <map_symtabs_matching_filename>: Change spec.
12161 * psymtab.c (partial_map_symtabs_matching_filename): Use
12162 compare_filenames_for_search. Update for new spec.
12163 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12164 compare_filenames_for_search. Update for new spec.
12165 * breakpoint.c (clear_command): Use compare_filenames_for_search.
12166
12167 2012-01-16 Tom Tromey <tromey@redhat.com>
12168
12169 PR python/13281:
12170 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12171 (struct main_type) <flag_flag_enum>: New field.
12172 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12173 * NEWS: Add entries.
12174 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12175 enums.
12176 * python/lib/gdb/printing.py (_EnumInstance): New class.
12177 (FlagEnumerationPrinter): Likewise.
12178
12179 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
12180
12181 * breakpoint.c (create_sals_from_address_default): New function.
12182 (create_breakpoints_sal_default): Likewise.
12183 (decode_linespec_default): Likewise.
12184 (is_marker_spec): Removed.
12185 (strace_marker_p): New function.
12186 (init_breakpoint_sal): Using `strace_marker_p' instead of
12187 `is_marker_spec'.
12188 (create_breakpoint): Call method `create_sals_from_address' from
12189 breakpoint_ops, replacing code that created SALs conditionally
12190 on the type of the breakpoint. Call method `create_breakpoints_sal',
12191 replacing code that created breakpoints conditionally on the type
12192 wanted.
12193 (base_breakpoint_create_sals_from_address): New function.
12194 (base_breakpoint_create_breakpoints_sal): Likewise.
12195 (base_breakpoint_decode_linespec): Likewise.
12196 (base_breakpoint_ops): Add methods
12197 `base_breakpoint_create_sals_from_address',
12198 `base_breakpoint_create_breakpoints_sal' and
12199 `base_breakpoint_decode_linespec'.
12200 (bkpt_create_sals_from_address): New function.
12201 (bkpt_create_breakpoints_sal): Likewise.
12202 (bkpt_decode_linespec): Likewise.
12203 (tracepoint_create_sals_from_address): Likewise.
12204 (tracepoint_create_breakpoints_sal): Likewise.
12205 (tracepoint_decode_linespec): Likewise.
12206 (strace_marker_create_sals_from_address): Likewise.
12207 (strace_marker_create_breakpoints_sal): Likewise.
12208 (strace_marker_decode_linespec): Likewise.
12209 (strace_marker_breakpoint_ops): New variable.
12210 (addr_string_to_sals): Remove `marker_spec'. Call method
12211 `decode_linespec' from breakpoint_ops, replacing code that decoded
12212 an address string into a SAL. Use `strace_marker_p' instead of
12213 `marker_spec'.
12214 (strace_command): Decide whether we are dealing with a static
12215 tracepoint with marker or not. Use the appropriate breakpoint_ops.
12216 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12217 * breakpoint.h (linespec_result, linespec_sals): New forward
12218 declarations.
12219 (breakpoint_ops) <create_sals_from_address>,
12220 <create_breakpoints_sal>, <decode_linespec>: New methods.
12221
12222 2012-01-14 Doug Evans <dje@google.com>
12223
12224 * NEWS: Update text for "maint set python print-stack".
12225 It is deprecated in gdb 7.4 and deleted in 7.5.
12226
12227 2012-01-13 Eli Zaretskii <eliz@gnu.org>
12228
12229 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12230 including curses.h.
12231
12232 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * configure: Regenerate.
12235 * config.in: Regenerate.
12236
12237 2012-01-12 Keith Seitz <keiths@redhat.com>
12238
12239 PR mi/10586
12240 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12241 (ANONYMOUS_UNION_NAME): Define.
12242 (is_path_expr_parent): New function.
12243 (get_path_expr_parent): New function.
12244 (is_anonymous_child): New function.
12245 (create_child_with_value): If the child is anonymous and without
12246 a name, assign an object name to it.
12247 (c_describe_child): Use get_path_expr_parent to determine
12248 the parent expression.
12249 If there field represents an anonymous struct or union and
12250 has no name, set an appropriate display name and expression.
12251 (cplus_describe_child): Likewise.
12252
12253 2012-01-12 Pedro Alves <palves@redhat.com>
12254
12255 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12256 available when %ebp is found to be zero (outermost).
12257
12258 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
12259
12260 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12261 an internal gdb_static_assert.
12262 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12263
12264 2012-01-11 Tom Tromey <tromey@redhat.com>
12265
12266 PR gdb/9598:
12267 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12268 catch" and "catch throw".
12269
12270 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
12271
12272 * blockframe.c (block_innermost_frame): Start search from selected
12273 frame, if present, or otherwise the current frame.
12274
12275 * c-exp.y (variable): Update innermost_block for
12276 'block COLONCOLON NAME' clause.
12277 * m2-exp.y (variable): Ditto.
12278 * objc-exp.y (variable): Ditto.
12279
12280 2012-01-10 Tom Tromey <tromey@redhat.com>
12281
12282 PR python/13199:
12283 * python/python.c (finish_python_initialization): Set sys.argv.
12284
12285 2012-01-10 Doug Evans <dje@google.com>
12286
12287 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
12288 "want_line_info". All callers updated.
12289 (dwarf_decode_lines_1): New function.
12290 (handle_DW_AT_stmt_list): Add function comment.
12291 New arg "want_line_info". All callers updated.
12292 (read_file_scope,read_type_unit_scope): Move comment from
12293 handle_DW_AT_stmt_list to here.
12294
12295 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 Fix regression after libiberty/ update for GCC PR 6057 and others.
12298 * c-exp.y (operator) <OPERATOR DELETE>
12299 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12300 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12301 (make_builtin_type, make_name): New variable i, add gdb_assert.
12302 (operator) <OPERATOR NEW>: Update ARGS to 3.
12303 (operator) <OPERATOR DELETE>: Add trailing space.
12304 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12305 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12306 * cp-support.c (cp_canonicalize_string): Check NULL from
12307 cp_comp_to_string, call warning and return.
12308
12309 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12310
12311 Fix duplicate .o files after omitting libbfd.a.
12312 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12313 (SFILES): Add corelow.c.
12314 (COMMON_OBS): Add corelow.o.
12315 (ALLDEPFILES): Remove corelow.c.
12316 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12317 * config/alpha/alpha-osf3.mh: Likewise.
12318 * config/alpha/fbsd.mh: Likewise.
12319 * config/arm/nbsdaout.mh: Likewise.
12320 * config/arm/nbsdelf.mh: Likewise.
12321 * config/i386/i386gnu.mh: Likewise.
12322 * config/ia64/hpux.mh: Likewise.
12323 * config/ia64/linux.mh: Likewise.
12324 * config/m32r/linux.mh: Likewise.
12325 * config/m68k/linux.mh: Likewise.
12326 * config/mips/irix5.mh: Likewise.
12327 * config/mips/irix6.mh: Likewise.
12328 * config/pa/hpux.mh: Likewise.
12329 * config/pa/linux.mh: Likewise.
12330 * config/powerpc/aix.mh: Likewise.
12331 * config/sparc/linux.mh: Likewise.
12332 * config/sparc/linux64.mh: Likewise.
12333 * config/sparc/sol2.mh: Likewise.
12334 * config/vax/vax.mh: Likewise.
12335 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12336 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12337 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12338 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12339 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12340 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12341 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12342 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12343 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12344 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12345 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12346 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12347 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12348 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12349 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12350 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12351 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12352 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12353 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12354 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12355 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12356 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12357 corelow.o from gdb_target_obs.
12358 * corefile.c (core_target): Update the comment on NULL value.
12359 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12360 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12361 MATCHES. Drop YUMMY set on NULL.
12362 (core_close): Do not call exit_inferior_silent on zero PID. Do not
12363 reclaim CORE_DATA if it is already NULL.
12364
12365 2012-01-09 Doug Evans <dje@google.com>
12366
12367 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12368 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12369
12370 2012-01-09 Keith Seitz <keiths@redhat.com>
12371
12372 * breakpoint.c (wrapper.h): Don't include.
12373
12374 2012-01-09 Keith Seitz <keiths@redhat.com>
12375
12376 * Makefile.in (SFILES): Remove wrapper.c.
12377 (HFILES_NO_SRCDIR): Remove wrapper.h.
12378 (COMMON_OBS): Remove wrapper.o.
12379 * cli/cli-interp.c: Don't inlude wrapper.h.
12380 * corelow.c: Likewise.
12381 (core_open): Replace gdb_target_find_new_threads with
12382 TRY_CATCH around target_find_new_threads.
12383 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12384 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12385 * varobj.c (varobj_create): Likewise for parse_exp_1 and
12386 evaluate_expression.
12387 (varobj_set_value): Likewise for evaluate_expression and
12388 value_assign.
12389 (install_new_variable): Likewise for value_fetch_lazy.
12390 (adjust_value_for_child_access): Likewise for value_ind.
12391 (c_describe_child): Likewise for value_subscript and
12392 value_ind.
12393 (c_value_of_root): Likewise for evaluate_expression.
12394 * wrapper.c: Remove.
12395 * wrapper.h: Remove.
12396
12397 2012-01-09 Doug Evans <dje@google.com>
12398
12399 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12400 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
12401 "abfd" args with "section". All callers updated.
12402 Error checking code moved ...
12403 (error_check_comp_unit_head): ... here. New function.
12404 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12405 Delete arg "abfd". New arg "type_offset". All callers updated.
12406 (create_debug_types_hash_table): Simplify by using
12407 read_and_check_type_unit_head.
12408
12409 * parser-defs.h (namecopy): Delete.
12410 * parse.c (namecopy, namecopy_size): Move into copy_name.
12411
12412 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12413
12414 Partially fix duplicate .o files after omitting libbfd.a.
12415 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12416 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12417 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12418 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12419 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12420 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12421 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12422
12423 2012-01-09 Pedro Alves <palves@redhat.com>
12424
12425 * MAINTAINERS: Update my email address.
12426
12427 2012-01-08 Doug Evans <dje@google.com>
12428
12429 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12430 n_type_units. Rename type_comp_units to all_type_units.
12431 All uses updated.
12432 (add_signatured_type_cu_to_table): Renamed from
12433 add_signatured_type_cu_to_list. All callers updated.
12434
12435 * gdbtypes.h (struct cplus_struct_type): Delete member
12436 nfn_fields_total. All uses removed.
12437
12438 2012-01-06 Doug Evans <dje@google.com>
12439
12440 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12441 to top of file.
12442 (dwarf2_find_comp_unit): Delete.
12443 (process_psymtab_comp_unit): Make result "void".
12444 Delete args buffer, info_ptr, buffer_size, and replace with
12445 "section". All callers updated.
12446 (dwarf2_build_psymtabs_hard): Simplify.
12447
12448 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
12449 Thiago Jung Bauermann <bauerman@br.ibm.com>
12450
12451 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12452 before `struct gdb_exception'.
12453 * breakpoint.c (update_global_location_list_nothrow)
12454 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12455 * cp-abi.c (value_rtti_type): Likewise.
12456 * cp-support.c (cp_validate_operator): Likewise.
12457 * infrun.c (insert_exception_resume_breakpoint)
12458 (check_exception_resume, keep_going): Likewise.
12459 * mi-interp.c (mi_breakpoint_created)
12460 (mi_breakpoint_modified): Likewise.
12461 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12462 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12463 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12464
12465 2012-01-05 Doug Evans <dje@google.com>
12466
12467 * dwarf2read.c (statement_prologue): Delete, unused.
12468
12469 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12470 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12471
12472 * dwarf2read.c (comp_unit_header): Delete, unused.
12473
12474 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
12475
12476 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12477 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12478
12479 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
12480
12481 * infrun.c (normal_stop): Don't skip calling the normal_stop
12482 observers if the thread was doing a multi-step, but stopped for
12483 some reason other than stepping.
12484
12485 2012-01-05 Pedro Alves <alves.ped@gmail.com>
12486
12487 * cli/cli-decode.h: Add comments.
12488 (CMD_LIST_AMBIGUOUS): Moved to command.h
12489 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12490 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12491 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12492 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12493 (add_com, add_com_alias, add_info, add_info_alias)
12494 (complete_on_cmdlist, complete_on_enum, help_list): Remove
12495 declarations.
12496 * command.h: Add and adjust comments.
12497 (CMD_LIST_AMBIGUOUS): Moved here.
12498 (help_cmd, help_cmd_list): Delete declarations.
12499
12500 2012-01-04 Doug Evans <dje@google.com>
12501
12502 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12503 All callers updated.
12504 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12505 Replace all arguments with "per_cu". All callers updated.
12506
12507 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12508
12509 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12510 New arg "per_cu". All callers updated.
12511
12512 Delete #if 0'd out code.
12513 * language.c (binop_result_type): Delete.
12514 (simple_type, ordered_type, same_type, integral_type): Delete.
12515 (numeric_type, character_type, string_type, boolean_type): Delete.
12516 (float_type, structured_type): Delete.
12517 * language.h: Update.
12518
12519 2012-01-04 Tom Tromey <tromey@redhat.com>
12520
12521 * python/py-value.c (valpy_binop): Initialize 'res_val'.
12522
12523 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12524
12525 * corefile.c (close_exec_file): Delete.
12526 (reopen_exec_file): Remove commented out code that seems related
12527 to close_exec_file, which is being deleted here.
12528 * inferior.h (close_exec_file): Delete.
12529 * fork-child.c (fork_inferior): Remove call to fork_inferior.
12530
12531 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12532
12533 * ada-lang.c: #include "cli/cli-utils.h".
12534 (get_selections): Use skip_spaces.
12535 (ada_get_next_arg): Use skip_spaces and skip_to_space.
12536 (catch_ada_exception_command_split): Use skip_spaces.
12537 (ada_decode_assert_location): Likewise.
12538
12539 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12540
12541 * linespec.c (decode_line_internal): Check for C++ or Java
12542 compound constructs only if the current language is C, C++
12543 or Java.
12544
12545 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 Revert:
12548 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12549 Joel Brobecker <brobecker@adacore.com>
12550 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12551 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12552 3 times.
12553 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12554 fall through into AT_ENTRY_POINT.
12555 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12556 DUMMY_ADDR with it.
12557 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12558 PPC_INSN_SIZE skip to 3 times.
12559
12560 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12561
12562 * linespec.c (add_minsym): Preserve function descriptors.
12563
12564 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
12565
12566 * breakpoint.c (all_locations_are_pending): Consider locations
12567 in program spaces executing during startup pending as well.
12568
12569 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12570
12571 Copyright year update in most files of the GDB Project.
12572
12573 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12574
12575 * copyright.sh: Delete.
12576 * copyright.py: Rewrite.
12577
12578 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12579
12580 * gnulib/extra/update-copyright: New file, imported from gnulib.
12581
12582 2012-01-04 Joel Brobecker <brobecker@adacore.com>
12583
12584 * README (Copyright and License Notices): New section.
12585
12586 2012-01-03 Tom Tromey <tromey@redhat.com>
12587
12588 PR python/12533:
12589 * python/py-value.c (valpy_dereference, valpy_get_address
12590 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12591 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12592 (valpy_absolute, valpy_richcompare): Free intermediate values.
12593
12594 2011-01-03 Joel Brobecker <brobecker@adacore.com>
12595
12596 * ada-lang.c: Reformat the copyright notice.
12597
12598 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12601 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12602 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12603 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12604 Revert this part of:
12605 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12606 Build gdb directly from *.o files not using libgdb.a.
12607 * Makefile.in (COMMON_OBS): Remove solib-target.o.
12608
12609 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12610
12611 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12612 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12613 Reformat the copyright header.
12614
12615 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 Revert this part of:
12618 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12619 Remove the gdbtui binary.
12620 * gdb.c (main): Remove args.interpreter_p initialization.
12621 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12622 * main.h (struct captured_main_args): Remove interpreter_p.
12623
12624 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12625
12626 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12627
12628 2012-01-02 Joel Brobecker <brobecker@adacore.com>
12629
12630 * top.c (print_gdb_version): Update copyright year.
12631
12632 2012-01-02 Yao Qi <yao@codesourcery.com>
12633
12634 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12635
12636 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12637 Joel Brobecker <brobecker@adacore.com>
12638
12639 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12640 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12641 3 times.
12642 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12643 fall through into AT_ENTRY_POINT.
12644 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
12645 DUMMY_ADDR with it.
12646 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12647 PPC_INSN_SIZE skip to 3 times.
12648
12649 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12650
12651 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12652 the return value.
12653 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12654
12655 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12656
12657 Build gdb directly from *.o files not using libgdb.a.
12658 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12659 (COMMON_OBS): Remove solib-target.o.
12660 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12661 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12662 (LIBGDB_OBS, libgdb.a): Move it above.
12663 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12664 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12665 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12666 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12667 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12668 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12669 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12670 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12671 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12672 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12673 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12674 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12675 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12676 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12677 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12678 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12679 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12680 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12681 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12682 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12683 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12684 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12685 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12686 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12687 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12688 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12689 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12690
12691 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12692
12693 Remove the gdbtui binary.
12694 * .gitignore (/gdbtui): Remove.
12695 * Makefile.in (TUI): Remove.
12696 (SUBDIR_TUI_OBS): Remove tui-main.o.
12697 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12698 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12699 (tui-main.o): Remove.
12700 (all_object_files): Remove tui-main.o.
12701 * NEWS: New note for the gdbtui removal.
12702 * configure: Rebuilt.
12703 * configure.ac: No longer add all-tui, clean-tui, install-tui and
12704 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12705 CONFIG_UNINSTALL respectively.
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 * tui/tui-main.c: Remove.
12710
12711 2012-01-01 Doug Evans <dje@google.com>
12712
12713 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12714 (dwarf2_physname, read_import_statement): Ditto.
12715 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12716 (process_structure_scope read_subroutine_type): Ditto.
12717 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12718 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12719 (dwarf2_fetch_die_location_block): Ditto.
12720 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12721
12722 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12723 All callers updated.
12724 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12725 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12726 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12727
12728 * dwarf2read.c (load_cu): Move assert to more useful location.
12729
12730 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12731 All callers updated.
12732
12733 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12734 (dwarf2_elf_names): Minor reformat.
12735 (dwarf2_per_cu_data): Tweak comment.
12736 (dwarf2_read_section): Fix comment.
12737 (create_all_comp_units): Fix comment.
12738 (load_full_comp_unit): Fix comment.
12739 (process_full_comp_unit): Fix comment.
12740 (read_signatured_type): Fix comment.
12741
12742 For older changes see ChangeLog-2011.
12743 \f
12744 Local Variables:
12745 mode: change-log
12746 left-margin: 8
12747 fill-column: 74
12748 version-control: never
12749 coding: utf-8
12750 End: