0d8cad23aa1401a3088cf7970d5c97f5142b1a3d
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2 Kazu Hirata <kazu@codesourcery.com>
3 Yao Qi <yao@codesourcery.com>
4
5 * objfiles.c (init_entry_point_info): Call
6 gdbarch_convert_from_func_ptr_addr and
7 gdbarch_addr_bits_remove here ...
8 (entry_point_address_query): ... instead of here.
9 * solib-svr4.c (exec_entry_point): Call
10 gdbarch_addr_bits_remove.
11 * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
12 the entry address.
13
14 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
15 Yao Qi <yao@codesourcery.com>
16
17 * eval.c (evaluate_subexp_standard): Add handling of
18 TYPE_CODE_MEMBERPTR when calling functions. Correct the
19 result of ptype for calling a TYPE_CODE_METHODPTR.
20
21 2012-11-27 Yao Qi <yao@codesourcery.com>
22
23 * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
24 warning.
25 Add i18n markup.
26
27 2012-11-26 Alexander Larsson <alexl@redhat.com>
28 Jan Kratochvil <jan.kratochvil@redhat.com>
29 Tom Tromey <tromey@redhat.com>
30
31 * NEWS: Mention mini debuginfo feature.
32 * minidebug.c: New file.
33 * configure.ac: Check for lzma.
34 * configure, config.in: Rebuild.
35 * Makefile.in (LIBLZMA): New variable.
36 (CLIBS): Include LIBLZMA.
37 (SFILES): Mention minidebug.c.
38 (COMMON_OBS): Mention minidebug.o.
39 * symfile.c (read_symbols): New function.
40 (syms_from_objfile, reread_symbols): Call it.
41 * symfile.h (find_separate_debug_file_in_section): Declare.
42
43 2012-11-26 Keith Seitz <keiths@redhat.com>
44
45 * exec.c (exec_file_attach): Move cleanup after verifying that
46 memory has in fact been allocated.
47
48 2012-11-26 Tom Tromey <tromey@redhat.com>
49
50 * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
51 * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
52 SYMBOL_SYMTAB.
53 * skip.c (skip_info): Use SYMBOL_SYMTAB.
54
55 2012-11-26 Maxime Villard <rustyBSD@gmx.fr>
56 Pedro Alves <palves@redhat.com>
57
58 * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
59 size parameter passed to readlink by one byte.
60 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
61 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
62 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
63 * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
64 size by one byte.
65
66 2012-11-26 Yao Qi <yao@codesourcery.com>
67
68 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
69 extraneous parentheses.
70
71 2012-11-26 Yao Qi <yao@codesourcery.com>
72
73 * remote.c (remote_start_remote): Typo fix.
74
75 2012-11-23 David S. Miller <davem@davemloft.net>
76
77 * sparc-tdep.h (struct sparc_fpregset): New data structure.
78 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
79 sparc32_sol2_fpregset): Declare new globals.
80 (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
81 'fpregset' argument.
82 * sparc64-tdep.h (sparc64_supply_fpregset,
83 sparc64_collect_fpregset): Likewise.
84 (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
85 globals.
86 * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
87 (sparc_fpregset): Declare new global.
88 (sparc_supply_fpregset, sparc_collect_fpregset): Add new
89 'fpregset' argument.
90 * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
91 into handler.
92 (fill_fpregset): Likewise.
93 (_initialize_sparc_linux_nat): Set sparc_fpregset to
94 sparc32_bsd_fpregset.
95 * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
96 sparc32_bsd_fpregset down into handler.
97 (sparc32_linux_collect_core_fpregset): Likewise.
98 * sparc-nat.c (sparc_fpregset): Define.
99 (sparc_supply_fpregset): Add 'fpregset' argument.
100 (sparc_collect_fpregset): Likewise.
101 (sparc_fetch_inferior_registers): Pass sparc_fpregset down
102 into fpregset handler.
103 (sparc_store_inferior_registers): Likewise.
104 (_initialize_sparc_nat): Set sparc_fpregset to
105 sparc32_sunos4_fpregset if NULL.
106 * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
107 down into handler.
108 (fill_fpregset): Likewise.
109 * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
110 * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
111 use it to compute offsets.
112 (sparc32_collect_fpregset): Likewise.
113 (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
114 * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
115 down into handler.
116 (fill_fpregset): Likewise.
117 * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
118 Likewise.
119 (sparc64_linux_collect_core_fpregset): Likewise.
120 * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
121 * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
122 use it to compute offsets.
123 (sparc64_collect_fpregset): Likewise.
124 (sparc64_bsd_fpregset): Define.
125 * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
126 sparc64_bsd_fpregset down into handler.
127 (sparc64fbsd_collect_fpregset): Likewise.
128 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
129 and pass sparc{32,64}_bsd_fpregset down into handler.
130 (sparc64nbsd_collect_fpregset): Likewise.
131 * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
132 sparc64_bsd_fpregset down into handler.
133 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
134 * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
135 to sparc32_bsd_fpregset.
136 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
137 sparc32_bsd_fpregset down into sparc32_supply_fpregset.
138 (sparc32nbsd_supply_fpregset): Likewise.
139
140 2012-11-21 Tom Tromey <tromey@redhat.com>
141
142 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
143 field.
144 (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
145 Remove.
146 * c-typeprint.c (c_type_print_base): Update.
147
148 2012-11-21 Yao Qi <yao@codesourcery.com>
149
150 PR tdep/7438
151 * gdbarch.sh (smash_text_address): Remove.
152 * gdbarch.c, gdbarch.h: Regenerate.
153 * arm-tdep.c (arm_smash_text_address): Remove.
154 (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
155 * hppa-tdep.c (hppa_smash_text_address): Remove.
156 (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
157 (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
158 Caller update.
159 * coffread.c (coff_symtab_read): Caller update.
160 * dbxread.c (process_one_symbol): Likewise.
161 * elfread.c (record_minimal_symbol): Likewise.
162 * somread.c (som_symtab_read): Likewise.
163
164 2012-11-20 Pierre Muller <muller@sourceware.org>
165
166 ARI fixes: sprintf rule.
167 Replace sprintf function calls for char arrays by
168 calls to xsnprintf calls.
169 * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
170 (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
171 (arm_neon_quad_read, arm_pseudo_read): Ditto.
172 (arm_neon_quad_write, arm_pseudo_write): Ditto.
173 * breakpoint.c (condition_completer): Ditto.
174 (create_tracepoint_from_upload): Ditto.
175 * dwarf2read.c (file_full_name): Ditto.
176 * gcore.c (gcore_command): Ditto.
177 * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
178 * go32-nat.c (go32_sysinfo): Ditto.
179 * interps.c (interp_set): Ditto.
180 * m32c-tdep.c (make_types): Ditto.
181 * ppc-linux-nat.c (fetch_register, store_register): Ditto.
182 * remote-m32r-sdi.c (m32r_open): Ditto.
183 * sol-thread.c (td_err_string): Ditto.
184 (td_state_string, solaris_pid_to_str): Ditto.
185 * symtab.c (gdb_mangle_name): Ditto.
186 * cli/cli-script.c (execute_control_command): Ditto.
187 (define_command, document_command): Ditto.
188 * tui/tui-io.c (tui_rl_display_match_list): Ditto.
189 * tui/tui-stack.c (tui_make_status_line): Ditto.
190 * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
191
192 2012-11-20 Mike Frysinger <vapier@gentoo.org>
193
194 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
195 it when looking at ptr->func.
196 * command.h (complete_on_cmdlist): Add a fourth arg.
197 * completer.c (complete_line_internal): Add local ignore_help_classes,
198 and set it to 1 when reason is not handle_help. Pass this down to
199 lookup_cmd_1 and complete_on_cmdlist.
200
201 2012-11-20 Tom Tromey <tromey@redhat.com>
202
203 * completer.c (count_struct_fields): Remove.
204 (expression_completer): Don't call count_struct_fields.
205
206 2012-11-20 Pedro Alves <palves@redhat.com>
207
208 * annotate.c (breakpoints_changed): Rename to ...
209 (annotate_breakpoints_changed): ... this.
210 (annotate_stopped, breakpoint_changed): Adjust caller.
211 * annotate.h (breakpoints_changed): Rename to ...
212 (annotate_breakpoints_changed): ... this.
213 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
214 (do_map_commands_command, init_raw_breakpoint, clear_command)
215 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
216
217 2012-11-20 David S. Miller <davem@davemloft.net>
218
219 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
220 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
221 sysconf.
222 (get_cores_used_by_process): Update comment.
223
224 2012-11-20 Yao Qi <yao@codesourcery.com>
225
226 * objfiles.c (init_entry_point_info): Remove trailing spaces.
227
228 2012-11-20 Yao Qi <yao@codesourcery.com>
229
230 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
231 to deprecated_context_hook.
232
233 2012-11-19 Yao Qi <yao@codesourcery.com>
234
235 * infrun.c (infwait_state): Add static.
236
237 2012-11-16 Keith Seitz <keiths@redhat.com>
238
239 PR c++/13615
240 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
241 parameter and pass it to lookup_symbol_file.
242 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
243 to search base classes.
244 (cp_lookup_symbol_namespace): Likewise.
245 (lookup_namespace_scope): Likewise.
246 (lookup_symbol_file): Add SEARCH parameter.
247 If SEARCH is non-zero and no symbol is found, lookup the class
248 and call cp_lookup_nested_symbol.
249 (find_symbol_in_baseclass): New function.
250 (cp_lookup_nested_symbol): Do not let
251 cp_lookup_symbol_in_namespace search through base classes.
252 Do that later when there is no global symbol match.
253
254 2012-11-16 Doug Evans <dje@google.com>
255
256 * main.c (gdb_datadir_provided): New static global.
257 (get_init_files): If --data-directory is provided,
258 and SYSTEM_GDBINIT lives in data-directory, look for it there.
259 * NEWS: Mention it.
260
261 2012-11-15 Pierre Muller <muller@sourceware.org>
262
263 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
264 * gdb_stat.h: Delete. Moved to common directory.
265 * common/gdb_stat.h: New file.
266 * gdb_wait.h: Delete. Moved to common directory.
267 * common/gdb_wait.h: New file.
268 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
269 location.
270 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
271 location.
272 (stat.h rule): Adapt to new gdb_stat.h location.
273 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
274 <sys/stat.h> header.
275 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
276 <sys/wait.h> header.
277
278 2012-11-15 Pierre Muller <muller@sourceware.org>
279
280 * configure.ac (AC_HEADER_STAT): Remove.
281 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
282 and corresponding code.
283 * configure: Regenerate.
284 * config.in: Regenerate.
285
286 2012-11-15 Pierre Muller <muller@sourceware.org>
287
288 ARI xasprintf rule fixes.
289 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
290 instead of xasprintf.
291 (open_and_init_dwp_file): Ditto.
292
293 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
294
295 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
296 target types.
297
298 2012-11-14 Tom Tromey <tromey@redhat.com>
299
300 * configure, config.in: Rebuild.
301 * configure.ac: Don't check for ctype.h, time.h.
302 * expprint.c: Don't use HAVE_CTYPE_H.
303
304 2012-11-13 Tom Tromey <tromey@redhat.com>
305
306 * gdbarch.h, gdbarch.c: Rebuild.
307 * gdbarch.sh (set_target_gdbarch): Rename from
308 deprecated_target_gdbarch_select_hack.
309 * arch-utils.c (gdbarch_update_p): Update.
310 (set_gdbarch_from_file): Update.
311
312 2012-11-14 Pierre Muller <muller@sourceware.org>
313
314 * MAINTAINERS (Responsible Maintainers/misc): Add myself
315 as responsible of contrib/ari directory.
316
317 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
318 Yao Qi <yao@codesourcery.com>
319
320 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
321 bit of EXC_RETURN.
322 (arm_m_exception_cache, arm_m_exception_this_id)
323 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
324 (arm_m_exception_unwind): New.
325 (arm_gdbarch_init): Register arm_m_exception_unwind.
326
327 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
328
329 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
330 parameter COUNT, for pattern filling of memory regions.
331 * NEWS: Mention it.
332
333 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
334
335 * disasm.h (DISASSEMBLY_FILENAME): New macro.
336 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
337 to print_source_lines ().
338 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
339 flag.
340 * source.c (print_source_lines_base): Prefix source line with
341 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
342
343 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
344
345 * symtab.h (print_source_lines_flags): New enum.
346 * source.c (print_source_lines_base): Change noerror to flags.
347 (print_source_lines): Change noerror to flags.
348
349 2012-11-13 Pierre Muller <muller@sourceware.org>
350
351 ARI fixes: Avoid sprintf function use rule.
352 * charset.c (convert_between_encodings): Use xsnprintf.
353 * cli-out.c (cli_field_int): Likewise.
354 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
355 * expprint.c (op_name_standard): Likewise.
356 * frv-tdep.c (set_variant_num_gprs): Likewise.
357 (set_variant_num_fprs): Likewise.
358 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
359 * nto-tdep.c (nto_find_and_open_solib): Likewise.
360 (nto_init_solib_absolute_prefix): Likewise.
361 * source.c (init_source_path): Likewise.
362 (print_source_lines_base): Likewise.
363 * valprint.c (print_wchar): Likewise.
364 * mi/mi-out.c (mi_field_int): Likewise.
365 windows-nat.c (windows_pid_to_exec_file): Likewise.
366 (windows_create_inferior): Likewise.
367 (_initialize_check_for_gdb_ini): Likewise.
368
369 2012-11-12 Joel Brobecker <brobecker@adacore.com>
370
371 * frame.h (deprecated_frame_register_read): Renames
372 frame_register_read.
373 * frame.c (deprecated_frame_register_read): Renames
374 frame_register_read. Update all callers.
375 * i386-tdep.c: Update all callers of frame_register_read.
376 * infcmd.c: Likewise.
377 * jit.c: Likewise.
378 * mips-tdep.c: Likewise.
379 * mt-tdep.c: Likewise.
380 * sh64-tdep.c: Likewise.
381
382 2012-11-12 Joel Brobecker <brobecker@adacore.com>
383
384 * frame.h (frame_register_read): Remove FIXME comment.
385 * frame.c (frame_register_read): Add suggestion explaining
386 which function to use in place of this one.
387
388 2012-11-12 Tom Tromey <tromey@redhat.com>
389
390 * python/python.c (start_type_printers): Initialize 'result_obj'.
391
392 2012-11-12 Tom Tromey <tromey@redhat.com>
393
394 * NEWS: Update.
395 * data-directory/Makefile.in (PYTHON_FILES): Add
396 type_printers.py.
397 * python/lib/gdb/command/type_printers.py: New file.
398 * python/lib/gdb/command/types.py (TypePrinter): New class.
399 (_get_some_type_recognizers, get_type_recognizers,
400 apply_type_recognizers, register_type_printer): New
401 functions.
402 * python/py-objfile.c (objfile_object) <type_printers>: New
403 field.
404 (objfpy_dealloc): Decref new field.
405 (objfpy_new): Set new field.
406 (objfpy_get_type_printers, objfpy_set_type_printers): New
407 functions.
408 (objfile_to_objfile_object): Set new field.
409 (objfile_getset): Add "type_printers".
410 * python/py-progspace.c (pspace_object) <type_printers>: New
411 field.
412 (pspy_dealloc): Decref new field.
413 (pspy_new): Set new field.
414 (pspy_get_type_printers, pspy_set_type_printers): New functions.
415 (pspace_to_pspace_object): Set new field.
416 (pspace_getset): Add "type_printers".
417 * python/python.c (start_type_printers, apply_type_printers,
418 free_type_printers): New functions.
419 (_initialize_python): Set gdb.type_printers.
420 * python/python.h (start_type_printers, apply_type_printers,
421 free_type_printers): Declare.
422 * typeprint.c (type_print_raw_options, default_ptype_flags):
423 Update for new fields.
424 (do_free_global_table, create_global_typedef_table,
425 find_global_typedef): New functions.
426 (find_typedef_in_hash): Use find_global_typedef.
427 (whatis_exp): Use create_global_typedef_table. Change cleanup
428 handling.
429 * typeprint.h (struct type_print_options) <global_typedefs,
430 global_printers>: New fields.
431
432 2012-11-12 Tom Tromey <tromey@redhat.com>
433
434 * c-typeprint.c (find_typedef_for_canonicalize,
435 print_name_maybe_canonical): New functions.
436 (c_print_type): Look up type name.
437 (cp_type_print_derivation_info): Add flags argument. Use
438 print_name_maybe_canonical.
439 (cp_type_print_method_args): Add wrapping.
440 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
441 (c_type_print_template_args): New function.
442 (c_type_print_base): Change wrapping. Use
443 print_name_maybe_canonical.
444 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
445 type name lookups.
446 * gdbtypes.c (types_equal): No longer static.
447 * gdbtypes.h (types_equal): Declare.
448 * typeprint.c (type_print_raw_options, default_ptype_flags):
449 Update.
450 (struct typedef_hash_table): New.
451 (hash_typedef_field, eq_typedef_field,
452 recursively_update_typedef_hash, add_template_parameters,
453 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
454 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
455 copy_typedef_hash, find_typedef_in_hash): New functions.
456 * typeprint.h (struct type_print_options) <local_typedefs>:
457 New field.
458 (recursively_update_typedef_hash, add_template_parameters,
459 create_typedef_hash, free_typedef_hash,
460 make_cleanup_free_typedef_hash, copy_typedef_hash,
461 find_typedef_in_hash): Declare.
462
463 2012-11-12 Tom Tromey <tromey@redhat.com>
464
465 * cp-support.c (inspect_type,
466 replace_typedefs_qualified_name, replace_typedefs): Add
467 finder, data arguments. Call as needed.
468 (cp_canonicalize_string_full): New function.
469 (cp_canonicalize_string_no_typedefs): Rewrite.
470 * cp-support.h (canonicalization_ftype): New typedef.
471 (cp_canonicalize_string_full): Declare.
472
473 2012-11-12 Tom Tromey <tromey@redhat.com>
474
475 * NEWS: Update.
476 * c-typeprint.c (c_type_print_base): Handle print_method and
477 print_typedefs flags.
478 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
479 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
480 options.
481 * typeprint.c (type_print_raw_options, default_ptype_flags):
482 Update for new field.s
483 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
484 (setprinttypelist, showprinttypelist, print_methods,
485 print_typedefs): New globals.
486 (set_print_type, show_print_type, set_print_type_methods,
487 show_print_type_methods, set_print_type_typedefs,
488 show_print_type_typedefs): New functions.
489 (_initialize_typeprint): Update documentation. Add "print
490 type methods" and "print type typedefs" parameters.
491 * typeprint.h (struct type_print_options) <print_methods,
492 print_typedefs>: New fields.
493
494 2012-11-12 Tom Tromey <tromey@redhat.com>
495
496 * c-typeprint.c (cp_type_print_method_args): Add flags
497 argument. Call c_print_type, not type_print.
498 (c_type_print_base): Call c_print_type, not type_print.
499 Update.
500
501 2012-11-12 Tom Tromey <tromey@redhat.com>
502
503 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
504 to type-printing functions.
505 * ada-lang.h (ada_print_type): Add argument.
506 * ada-typeprint.c (print_array_type, print_variant_clauses,
507 print_variant_part, print_selected_record_field_types,
508 print_record_field_types, print_unchecked_union_type,
509 print_func_type, ada_print_type): Add flags argument.
510 (ada_print_typedef): Update.
511 * c-exp.y (OPERATOR conversion_type_id): Update.
512 * c-lang.h (c_print_type, c_type_print_base): Update.
513 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
514 c_type_print_modifier, c_type_print_args,
515 c_type_print_varspec_suffix, c_type_print_base): Add flags
516 argument.
517 * cp-valprint.c (cp_print_class_member): Update.
518 * dwarf2read.c (dwarf2_compute_name): Update.
519 * f-lang.h (f_print_type): Add argument.
520 * f-typeprint.c (f_print_type): Add flags argument.
521 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
522 * go-lang.h (go_print_type): Add argument.
523 * go-typeprint.c (go_print_type): Add flags argument.
524 * jv-lang.h (java_print_type): Add argument.
525 * jv-typeprint.c (java_type_print_base, java_print_type): Add
526 flags argument.
527 * language.c (unk_lang_print_type): Add flags argument.
528 * language.h (struct language_defn) <la_print_type>: Add flags
529 argument.
530 (LA_PRINT_TYPE): Likewise.
531 * m2-lang.h (m2_print_type): Add argument.
532 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
533 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
534 m2_unbounded_array, m2_record_fields): Add flags argument.
535 * p-lang.h (pascal_print_type, pascal_type_print_base,
536 pascal_type_print_varspec_prefix): Add argument.
537 * p-typeprint.c (pascal_print_type,
538 pascal_type_print_varspec_prefix, pascal_print_func_args,
539 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
540 flags argument.
541 * symmisc.c (print_symbol): Update.
542 * typeprint.c (type_print_raw_options, default_ptype_flags):
543 New globals.
544 (type_print): Update.
545 * typeprint.h (struct type_print_options): New.
546 (type_print_raw_options): Declare.
547 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
548
549 2012-11-10 Keith Seitz <keiths@redhat.com>
550
551 * breakpoint.c (clear_command): Add cleanup for
552 sals.sals if an argument is given.
553
554 * linespec.c (parse_linespec): Do cleanups after
555 parsing a convenience variable.
556
557 2012-11-10 Keith Seitz <keiths@redhat.com>
558
559 PR gdb/14288
560 * c-valprint.c (c_val_print): For character arrays
561 with "print null" option on, print ellipses if
562 the output is truncated and the next character is not \000.
563 * valprint.c (MAX_WCHARS): Define.
564 (WCHAR_BUFLEN): Likewise.
565 (WCHAR_BUFLEN_MAX): Likewise.
566 (struct converted_character): New structure.
567 (count_next_character): New function.
568 (print_converted_chars_to_obstack): New function.
569 (generic_printstr): Rewrite using count_next_character
570 and print_converted_chars_to_obstack.
571
572 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
573
574 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
575 while executing the gdb command.
576 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
577 are called from prompt_for_continue.
578 * tui/tui-io.c (tui_redisplay_readline): Likewise.
579
580 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
581
582 PR tui/9584
583
584 * tui/tui.c (tui_rl_command_key): Do not call execute_command
585 but insert the command to execute in readline's buffer.
586
587 2012-11-09 Tom Tromey <tromey@redhat.com>
588
589 * gdbarch.sh (target_gdbarch): Remove macro.
590 (get_target_gdbarch): Rename to target_gdbarch.
591 * gdbarch.c, gdbarch.h: Rebuild.
592 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
593 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
594 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
595 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
596 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
597 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
598 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
599 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
600 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
601 procfs.c, progspace.c, ravenscar-thread.c, record.c,
602 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
603 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
604 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
605 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
606 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
607 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
608 target-descriptions.c, target.c, target.h, tracepoint.c,
609 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
610 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
611 python/py-inferior.c, python/python.c: Update.
612
613 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
614
615 * source.c (print_source_lines_base): Add fullname field giving
616 full path to file in mi output.
617 * NEWS: Mention the new fullname field.
618
619 2012-11-09 Yao Qi <yao@codesourcery.com>
620
621 * NEWS: Mention the fix to the ambiguity of 'fo' command.
622
623 2012-11-09 Pedro Alves <palves@redhat.com>
624
625 PR gdb/14306
626
627 * infrun.c: Include target-descriptions.h.
628 (follow_exec): Fetch new target description.
629
630 2012-11-09 Yao Qi <yao@codesourcery.com>
631
632 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
633 0x8d (lea).
634
635 2012-11-09 Yao Qi <yao@codesourcery.com>
636
637 * breakpoint.c: Declare set_tracepoint_count.
638 (install_breakpoint): Call set_tracepoint_count if B is a
639 tracepoint.
640 (trace_command): Don't call set_tracepoint_count. Re-indent.
641 (strace_command, ftrace_command):
642 (create_tracepoint_from_upload): Likewise.
643
644 2012-11-09 Pedro Alves <palves@redhat.com>
645
646 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
647 (get_target_gdbarch) <gdbarch.h>: New function.
648 (startup_gdbarch) <gdbarch.h>: Declare.
649 <gdbarch.c> (target_gdbarch): Delete.
650 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
651 current inferior's gdbarch.
652 <gdbarch.c> (get_target_gdbarch): New function.
653 * inferior.c: Include target-descriptions.h.
654 (free_inferior): Free target description info.
655 (add_inferior_with_spaces): Set the inferior's initial
656 architecture.
657 (clone_inferior_command): Copy the original inferior's target
658 description if it was user specified.
659 (initialize_inferiors): Add comment.
660 * inferior.h (struct target_desc_info): Forward declare.
661 (struct inferior) <gdbarch>: New field.
662 * linux-nat.c: Include target-descriptions.h.
663 (linux_child_follow_fork): Copy the parent's architecture and
664 target description to the child.
665 * target-descriptions.c: Include inferior.h.
666 (struct target_desc_info): New structure, holding the equivalents
667 of ...
668 (target_desc_fetched, current_target_desc)
669 (target_description_filename): ... these removed globals.
670 (get_tdesc_info, target_desc_info_from_user_p)
671 (copy_inferior_target_desc_info, target_desc_info_free): New.
672 (target_desc_fetched, current_target_desc)
673 (target_description_filename): Reimplemented as convenience
674 macros.
675 (tdesc_filename_cmd_string): New global.
676 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
677 tdescs filename ..." commands to the per-inferior equivalent.
678 (show_tdesc_filename_cmd): Get the value to show from the
679 per-inferior description filename.
680 (_initilize_target_descriptions): Change the "set/show tdesc
681 filename" commands' variable.
682 * target-descriptions.h (struct target_desc, struct target_desc_info)
683 (struct inferior): Forward declare.
684 (target_find_description, target_clear_description)
685 (target_current_description): Adjust comments.
686 (copy_inferior_target_desc_info, target_desc_info_free)
687 (target_desc_info_from_user_p). Declare.
688
689 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
690
691 * tui/tui-hooks.c (tui_about_to_proceed): New function.
692 (tui_target_wait_hook): Remove.
693 (tui_install_hooks): Install the about_to_proceed observer.
694 (tui_remove_hooks): And remove it here.
695
696 2012-11-08 Tom Tromey <tromey@redhat.com>
697
698 * linux-tdep.c (linux_make_siginfo_note): New function.
699 (linux_make_corefile_notes): Use it.
700 * corelow.c (get_core_siginfo): New function.
701 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
702
703 2012-11-08 Tom Tromey <tromey@redhat.com>
704
705 PR gdb/14704:
706 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
707 (zlib_decompress_section): Remove.
708 (gdb_bfd_map_section): Only check for compressed section
709 in mmap case. Use bfd_get_full_section_contents.
710 * osabi.c (check_note): Add 'sectsize' argument. Read
711 section data.
712 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
713 section data. Update for check_note change.
714 * xcoffread.c (xcoff_initial_scan): Use
715 bfd_get_full_section_contents.
716 * py-auto-load.c (auto_load_section_scripts): Use
717 bfd_get_full_section_contents.
718 * contrib/cc-with-tweaks.sh: Add -Z option.
719
720 2012-11-08 Tom Tromey <tromey@redhat.com>
721
722 * python/py-bpevent.c: Include defs.h.
723 * python/py-continueevent.c: Include defs.h.
724 * python/py-event.c: Include defs.h.
725 * python/py-event.h: Don't include defs.h.
726 * python/py-events.h: Don't include defs.h.
727 * python/py-evts.c: Include defs.h.
728 * python/py-exitedevent.c: Include defs.h.
729 * python/py-newobjfileevent.c: Include defs.h.
730 * python/py-signalevent.c: Include defs.h.
731 * python/py-stopevent.c: Include defs.h.
732 * python/py-threadevent.c: Include defs.h.
733
734 2012-11-08 Pierre Muller <muller@sourceware.org>
735
736 * update-web-ari.sh (print_heading): Add number of files
737 checked.
738 (nb_files): New variable counting the number of sources
739 files found by gdb_find.sh script.
740 (debug_awk): New variable to allow extra debug output.
741 (indexes): Add more information if DEBUG_AWK is set.
742
743 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
744
745 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
746 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
747 following the change in PLT call stubs on linker.
748
749 2012-11-08 Pierre Muller <muller@sourceware.org>
750
751 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
752 as default language.
753 (AWK): Use = instead of == for sh test to avoid warning.
754 (Linux rule): Correct [:digit] into [[:digit:]].
755 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
756 (vasprintf rule): Adapt to common subdirectory moves.
757 (xasprintf rule): Idem.
758 (xvasprintf rule): Idem.
759 (var_boolean rule): Accept occurence in == or != test.
760
761 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
762
763 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
764
765 * tui/tui-hooks.c (tui_inferior_exit): New function.
766 (tui_detach_hook): Remove.
767 (tui_install_hooks): Install the inferior exit observer.
768 (tui_remove_hooks): Remove it.
769
770 2012-11-08 Yao Qi <yao@codesourcery.com>
771
772 PR gdb/14777.
773 * source.c (_initialize_source): Call add_com_alias to abbreviate
774 'forward-search' as 'fo'.
775
776 2012-11-07 Pedro Alves <palves@redhat.com>
777
778 * arm-tdep.c: Make defs.h be the first include.
779 * coff-pe-read.c: Ditto.
780 * gnu-nat.c: Ditto.
781 * go32-nat.c: Ditto.
782 * i386-nat.c: Ditto.
783 * ppcnbsd-nat.c: Ditto.
784 * ada-varobj.h: Don't include defs.h.
785 * i386-darwin-tdep.h: Ditto.
786 * i386-nat.h: Ditto.
787
788 2012-11-07 Pedro Alves <palves@redhat.com>
789
790 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
791 Committee.
792
793 2012-11-07 Pierre Muller <muller@sourceware.org>
794
795 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
796 File already uses "gdb_dirent.h" header.
797
798 2012-11-07 Yao Qi <yao@codesourcery.com>
799
800 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
801 tracepoint_count'.
802
803 2012-11-06 Tom Tromey <tromey@redhat.com>
804
805 * target.h (inferior_has_forked, inferior_has_vforked)
806 (inferior_has_execd, inferior_has_called_syscall): Remove
807 declarations.
808
809 2012-11-06 Pierre Muller <muller@sourceware.org>
810
811 * remote.c (remote_insert_hw_breakpoint): ARI fix,
812 add missing internalization markup.
813
814 2012-11-06 Pedro Alves <palves@redhat.com>
815
816 PR gdb/14810
817
818 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
819
820 2012-11-06 Pierre Muller <muller@sourceware.org>
821
822 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
823 is not executable.
824
825 2012-11-05 Joel Brobecker <brobecker@adacore.com>
826
827 * gnulib/update-gnulib.sh: New script.
828
829 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
830
831 * MAINTAINERS: Update my email address.
832
833 2012-11-05 Tom Tromey <tromey@redhat.com>
834
835 * frame.c (put_frame_register): Don't use temporary buffer.
836
837 2012-11-05 Pedro Alves <palves@redhat.com>
838
839 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
840 child. Clear 'pending_detach'.
841 * infrun.c (handle_vfork_child_exec_or_exit): Clear
842 'pending_detach' in the vfork parent.
843
844 2012-11-05 Doug Evans <dje@google.com>
845
846 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
847 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
848 * dwarf2read.c: #include "elf-bfd.h".
849 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
850 (dwop_section_names): Renamed from dwo_section names. All uses
851 updated. Add entries for .debug_cu_index, .debug_tu_index.
852 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
853 All uses updated.
854 (struct dwp_sections): New type.
855 (struct virtual_dwo_sections): New type.
856 (struct dwp_hash_table): New type.
857 (struct dwp_file): New type.
858 (init_cutu_and_read_dies): Ensure DWO info/types section has been
859 read in. Handle DWOs coming from DWP files.
860 (lookup_dwo_file_slot): New function.
861 (dwarf2_locate_dwo_sections): Move definition closer to use.
862 (create_dwo_debug_info_hash_table_reader): Renamed from
863 create_debug_info_hash_table_reader. All callers updated.
864 (create_dwo_debug_info_hash_table): Renamed from
865 create_debug_info_hash_table. All callers updated.
866 (create_dwp_hash_table): New function.
867 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
868 (lookup_dwo_in_dwp): New function.
869 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
870 is_dwp. All callers updated.
871 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
872 (open_and_init_dwo_file): Renamed from init_dwo_file.
873 All callers updated.
874 (lookup_dwo_file): Delete.
875 (dwarf2_locate_dwp_sections): New function.
876 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
877 (allocate_dwp_loaded_cutus_table): New function.
878 (open_and_init_dwp_file): New function.
879 (lookup_dwo_cutu): New function.
880 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
881
882 2012-11-03 Yao Qi <yao@codesourcery.com>
883
884 Fix PR gdb/14617.
885 * breakpoint.c (trace_pass_set_count): Call
886 observer_notify_breakpoint_modified instead of
887 observer_notify_tracepoint_modified.
888 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
889
890 2012-11-02 Tom Tromey <tromey@redhat.com>
891
892 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
893 argument to complete_on_enum.
894
895 2012-11-02 Tom Tromey <tromey@redhat.com>
896
897 * configure: Rebuild.
898 * configure.ac (build_warnings): Add -Wempty-body.
899 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
900 * remote.c (handle_notification): Use braces for empty 'else' body.
901 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
902 'else' body.
903 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
904 'else' body.
905 * solib-som.c (som_relocate_section_addresses): Use braces
906 for empty 'else' body.
907 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
908 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
909
910 2012-11-02 Pedro Alves <palves@redhat.com>
911
912 PR gdb/14766
913
914 * infrun.c (handle_inferior_event)
915 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
916 null_ptid before handling a vfork child exec or exit. Switch to
917 the event ptid afterwards.
918
919 2012-11-02 Yao Qi <yao@codesourcery.com>
920
921 * std-operator.def: Remove OP_LABELED.
922 * eval.c: Remove the declaration of 'get_label'.
923 (get_label): Remove.
924 (evaluate_struct_tuple): Remove code handling OP_LABELED.
925 Update comment.
926 Remove local variable 'variantno' and related code.
927 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
928 with 'fieldno'.
929 * expprint.c (print_subexp_standard): Likewise.
930 (dump_subexp_body_standard): Likewise.
931 * parse.c (operator_length_standard): Likewise.
932
933 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
934
935 Incorporate ARI web page generator into GDB sources.
936 * contrib/ari/create-web-ari-in-src.sh: New file.
937 * contrib/ari/gdb_ari.sh: New file.
938 * contrib/ari/gdb_find.sh: New file.
939 * contrib/ari/update-web-ari.sh: New file.
940
941 2012-10-31 Tom Tromey <tromey@redhat.com>
942
943 * gdbarch.c: Rebuild.
944 * gdbarch.sh: Remove references to gdbarch_swap.
945 * corelow.c (core_open): Remove obsolete comment.
946
947 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
948
949 PR cli/14772
950 * c-typeprint.c (c_print_type): Don't print a space for vector
951 types, this is handled within the suffix.
952 (c_type_print_varspec_suffix): Add a space to vector suffix.
953
954 2012-10-26 Pedro Alves <palves@redhat.com>
955
956 * amd64-tdep.c (amd64_relocate_instruction): Use
957 store_unsigned_integer instead of memcpy.
958 * i386-tdep.c (i386_relocate_instruction): Ditto.
959
960 2012-10-26 Pedro Alves <palves@redhat.com>
961
962 * infrun.c (handle_inferior_event): Merge handling of
963 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
964 switch case.
965
966 2012-10-26 Pedro Alves <palves@redhat.com>
967
968 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
969 Remove comment.
970
971 2012-10-26 Pedro Alves <palves@redhat.com>
972
973 * target.c (target_waitstatus_to_string): Handle
974 TARGET_WAITKIND_VFORK_DONE.
975
976 2012-10-26 Pedro Alves <palves@redhat.com>
977
978 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
979 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
980
981 2012-10-24 Tristan Gingold <gingold@adacore.com>
982
983 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
984 Add comments.
985
986 2012-10-24 Joel Brobecker <brobecker@adacore.com>
987
988 * ravenscar-thread.c (ravenscar_wait): Only update the list
989 of threads and inferior_ptid if the inferior is still alive.
990
991 2012-10-24 Joel Brobecker <brobecker@adacore.com>
992
993 * ada-lang.c (is_known_support_routine): Use lbasename when
994 matching the symtab's filename against
995 known_runtime_file_name_patterns.
996
997 2012-10-24 Joel Brobecker <brobecker@adacore.com>
998
999 * ada-lang.c (ada_same_array_size_p): New function.
1000 (ada_promote_array_of_integrals): New function.
1001 (coerce_for_assign): Add handling of arrays where the elements
1002 are integrals of a smaller size than the size of the target
1003 array element type.
1004
1005 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1006
1007 * doublest.c (convert_doublest_to_floatformat): Fix comparison
1008 against maximum exponent value.
1009
1010 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1011
1012 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1013 "unwind-seh.c".
1014
1015 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1016
1017 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1018 strip typedef layer when computing the fixed type's field type,
1019 only when computing its size.
1020
1021 2012-10-24 Mark Kettenis <kettenis@gnu.org>
1022
1023 PR gdb/12783
1024 * i386-tdep.c (i386_return_value): Handle complex double and long
1025 double.
1026
1027 2012-10-24 Joel Brobecker <brobecker@adacore.com>
1028
1029 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1030 New local variable args_len.
1031 Quote the name of the executable when computing the command line.
1032
1033 2012-10-23 Mark Kettenis <kettenis@gnu.org>
1034
1035 PR gdb/12796
1036 PR gdb/12798
1037 PR gdb/12800
1038 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1039 AMD64_FTAG_REGNUM.
1040 * amd64-tdep.c (amd64_classify): Classify complex types.
1041 (amd64_return_value): Handle the COMPLEX_X87 class.
1042
1043 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1044
1045 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1046 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1047
1048 2012-10-23 Joel Brobecker <brobecker@adacore.com>
1049
1050 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1051 function.
1052 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1053 to amd64_windows_auto_wide_charset.
1054
1055 2012-10-23 Yao Qi <yao@codesourcery.com>
1056
1057 * event-top.c (mark_async_signal_handler_wrapper): Remove.
1058 * event-top.h: Remove its declaration.
1059 (async_request_quit): Call mark_async_signal_handler instead of
1060 mark_async_signal_handler_wrapper.
1061 (async_do_nothing, async_disconnect): Likewise.
1062 (async_stop_sig): Likewise.
1063 * remote.c (handle_remote_sigint): Likewise.
1064 (handle_remote_sigint_twice): Likewise.
1065
1066 2012-10-23 Yao Qi <yao@codesourcery.com>
1067
1068 * event-top.c (sigint_token, sighup_token): Replace 'void *'
1069 with 'static struct async_signal_handler *'.
1070 (sighup_token, sigquit_token, sigstp_token): Likewise.
1071
1072 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
1073
1074 * gdbarch.sh (function_list): Use 'pstring' when printing
1075 a variable which could return NULL.
1076 * gdbarch.c: Regenerate.
1077
1078 2012-10-10 Joel Brobecker <brobecker@adacore.com>
1079 Tom Tromey <tromey@redhat.com>
1080
1081 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1082 inneffective if condition by gdb assertion. Add function
1083 description comment.
1084
1085 2012-10-19 Joel Brobecker <brobecker@adacore.com>
1086
1087 * parser-defs.h (struct exp_descriptor): Document constraint
1088 on return value for "op_name" callbacks.
1089
1090 2012-10-18 Tom Tromey <tromey@redhat.com>
1091
1092 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1093 * symtab.c (iterate_over_some_symtabs): Constify.
1094 * source.h (symtab_to_fullname): Return 'const char *'.
1095 * source.c (symtab_to_fullname): Return 'const char *'.
1096 * python/py-symtab.c (stpy_fullname): Constify.
1097 * cli/cli-cmds.c (edit_command): Constify.
1098 * breakpoint.c (print_breakpoint_location)
1099 (update_static_tracepoint): Constify.
1100
1101 2012-10-18 Tom Tromey <tromey@redhat.com>
1102
1103 * breakpoint.c (compare_breakpoints): Fix comparison.
1104
1105 2012-10-18 Tom Tromey <tromey@redhat.com>
1106
1107 * valprint.c (generic_emit_char, generic_printstr): Pass size of
1108 gdb_wchar_t to convert_between_encodings.
1109
1110 2012-10-17 Yao Qi <yao@codesourcery.com>
1111
1112 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1113 more parameter 'inferior'.
1114 * corefile.c (write_memory_with_notification): Caller update.
1115
1116 * mi/mi-cmd-var.c: Include "mi-main.h".
1117 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1118 to 1 and restore it later.
1119 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1120 and "data-write-memory-bytes.
1121 * mi/mi-interp.c: Include objfiles.h.
1122 (mi_interpreter_init): Call observer_attach_memory_changed.
1123 (mi_memory_changed): New.
1124 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1125 New field.
1126
1127 * NEWS: Mention new MI notification "memory-changed".
1128
1129 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1132
1133 2012-10-15 Doug Evans <dje@google.com>
1134
1135 New option -nh: inhibit loading of ~/.gdbinit.
1136 * NEWS: Mention -nh.
1137 * main.c (captured_main): Recognize and process -nh.
1138 (print_gdb_help): Mention -nh.
1139 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
1140
1141 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 PR backtrace/14646
1144 PR gdb/14647
1145 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1146 pc_regnum_from_eax.
1147 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1148 nor pc_regnum_from_eax.
1149 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1150 nor pc_regnum_from_eax.
1151
1152 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1153
1154 Fix entry values resolving in inlined frames.
1155 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1156 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
1157 entries of FRAME.
1158
1159 2012-10-15 Joel Brobecker <brobecker@adacore.com>
1160
1161 * configure.ac: Build with -DMS_WIN64 if building with Python
1162 enabled using GCC on amd64-windows.
1163 * configure: Regenerate.
1164
1165 2012-10-15 Tom Tromey <tromey@redhat.com>
1166
1167 PR python/14635:
1168 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1169 to Py_None.
1170
1171 2012-10-15 Tom Tromey <tromey@redhat.com>
1172
1173 PR python/14634:
1174 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1175
1176 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
1177
1178 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1179 reset thread numbering back to 1.
1180
1181 2012-10-11 Doug Evans <dje@google.com>
1182
1183 PR breakpoints/14643.
1184 * linespec.c (struct ls_parser): New member keyword_ok.
1185 (linespec_lexer_lex_string): Add comment.
1186 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1187 for one.
1188 (parse_linespec): Set keyword_ok.
1189
1190 2012-10-10 Doug Evans <dje@google.com>
1191
1192 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1193 "0x" prefix on address in log message.
1194
1195 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1196 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1197 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1198 (lookup_dwo_file): Add const to dwo_name parameter.
1199 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1200
1201 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1202
1203 Fix crash during stepping on ppc32.
1204 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1205 SYM.
1206
1207 2012-10-03 Doug Evans <dje@google.com>
1208
1209 PR symtab/14601
1210 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1211
1212 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1213
1214 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1215 output and use uint32_t not long to ensure 4 byte size.
1216
1217 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1218
1219 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1220 unref'ed it.
1221
1222 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1223
1224 * target.c (simple_search_memory): Include access length in
1225 warning message.
1226
1227 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1228 Edjunior Machado <emachado@linux.vnet.ibm.com>
1229
1230 PR gdb/13989
1231 * solib.c (solib_find): Prevent GDB from loading native libraries when
1232 debugging a cross-target corefile.
1233
1234 2012-09-28 selven <pcthegreat@gmail.com>
1235
1236 Make definition match declaration.
1237
1238 * regcache.c (regcache_register_status): Change return type to
1239 enum register_status.
1240
1241 2012-09-28 Yao Qi <yao@codesourcery.com>
1242
1243 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1244 write_memory_with_notification instead of write_memory.
1245 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1246 instead of target_write_memory.
1247
1248 2012-09-28 Yao Qi <yao@codesourcery.com>
1249
1250 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1251 when the length of content is not an even number.
1252
1253 2012-09-27 Tom Tromey <tromey@redhat.com>
1254
1255 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1256 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1257
1258 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1259
1260 * sol-thread.c (sol_thread_fetch_registers)
1261 (sol_thread_store_registers): Delete commented out code.
1262
1263 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1264
1265 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1266 Move these functions to sparc-sol-thread.c.
1267 * sparc-sol-thread.c: New file.
1268 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1269 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1270 configurations.
1271 * configure: Regenerate.
1272
1273 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1274
1275 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1276 Remove commented-out code.
1277
1278 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1279
1280 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1281 Enable this code for sparc hosts only.
1282
1283 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1284
1285 * procfs.h (procfs_find_LDT_entry): Add declaration.
1286 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1287 function procfs_find_LDT_entry.
1288
1289 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1290
1291 * procfs.c (proc_get_LDT_entry): Make static.
1292
1293 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1294
1295 * procfs.c (proc_find_memory_regions): Fix declaration.
1296
1297 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1298
1299 * amd64-tdep.c (amd64_return_value): Revert previous change
1300 that used TYPE_LENGTH directly.
1301 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1302 (bfin_store_return_value): Likewise.
1303 * cris-tdep.c (cris_store_return_value): Likewise.
1304 (cris_extract_return_value): Likewise.
1305 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1306 * hppa-tdep.c (hppa64_return_value): Likewise.
1307 * lm32-tdep.c (lm32_store_return_value): Likewise.
1308 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1309 * spu-tdep.c (spu_value_from_register): Likewise.
1310 * vax-tdep.c (vax_return_value): Likewise.
1311
1312 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1313
1314 * gdbtypes.c (lookup_array_range_type): Expand parameters
1315 LOW_BOUND and HIGH_BOUND to LONGEST.
1316 (lookup_string_range_type): Likewise.
1317 * gdbtypes.h (lookup_array_range_type): Likewise.
1318 (lookup_string_range_type): Likewise.
1319 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1320 Expand HIGHBOUND to ssize_t.
1321 (value_string): Likewise.
1322 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1323 (value_string): Likewise.
1324
1325 2012-09-27 Yao Qi <yao@codesourcery.com>
1326
1327 PR breakpoints/13898
1328 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1329 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1330 per breakpoint type.
1331
1332 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1333
1334 * procfs.c: Add gdb_bfd header.
1335 * rs6000-nat.c: Likewise.
1336 * solib-pa64.c: Likewise.
1337 * spu-linux-nat.c: Likewise.
1338 * windows-nat.c: Likewise.
1339
1340 2012-09-26 Tom Tromey <tromey@redhat.com>
1341
1342 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1343
1344 2012-09-26 Tom Tromey <tromey@redhat.com>
1345
1346 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1347 (read_common_block): Handle child DIEs with
1348 DW_AT_data_member_location.
1349 (new_symbol_full): Add special case for common blocks.
1350
1351 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1352 Tom Tromey <tromey@redhat.com>
1353
1354 * dwarf2read.c (read_common_block): Rewrite.
1355 (new_symbol_full): Handle DW_TAG_common_block.
1356 * f-lang.c (head_common_list, find_common_for_function):
1357 Remove.
1358 * f-lang.h (struct common_entry, struct saved_f77_common,
1359 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1360 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1361 BLANK_COMMON_NAME_LOCAL): Remove.
1362 (struct common_block): New.
1363 * f-valprint.c (list_all_visible_commons): Remove.
1364 (info_common_command_for_block): New function.
1365 (info_common_command): Use it.
1366 * stack.c (iterate_over_block_locals): Special case for
1367 COMMON_BLOCK_DOMAIN.
1368 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1369 constant.
1370 (struct general_symbol_info) <value.common_block>: New field.
1371 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1372
1373 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1374 Tom Tromey <tromey@redhat.com>
1375
1376 * f-lang.c (allocate_saved_bf_node,
1377 allocate_saved_function_node, allocate_saved_f77_common_node,
1378 allocate_common_entry_node, tail_common_list, current_common,
1379 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1380 tmp_bf_ptr, add_common_block, add_common_entry,
1381 find_first_common_named, patch_common_entries,
1382 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1383 global_remote_debug, get_bf_for_fcn, saved_function_list,
1384 saved_function_list_end, clear_function_list, struct saved_fcn,
1385 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1386 SAVED_BF, SAVED_BF_PTR): Remove.
1387 * f-lang.h (tail_common_list, current_common,
1388 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1389 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1390 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1391 real_main_c_value): Remove.
1392 * f-valprint.c (there_is_a_visible_common_named): Remove.
1393
1394 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1395
1396 * breakpoint.c (update_global_location_list): Ignore previous
1397 duplicate status of a breakpoint when starting a new scan for
1398 duplicate breakpoints.
1399
1400 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1401 PR breakpoints/14419
1402 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1403 support LLVM compiler.
1404
1405 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1406
1407 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1408 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1409 (bfin_store_return_value): Likewise.
1410 * cris-tdep.c (cris_store_return_value): Likewise.
1411 (cris_extract_return_value): Likewise.
1412 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1413 * hppa-tdep.c (hppa64_return_value): Likewise.
1414 * lm32-tdep.c (lm32_store_return_value): Likewise.
1415 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1416 * spu-tdep.c (spu_value_from_register): Likewise.
1417 * vax-tdep.c (vax_return_value): Likewise.
1418
1419 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1420
1421 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1422 parameter LEN to ssize_t.
1423
1424 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1425
1426 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1427 variable LEN.
1428 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1429 directly.
1430 (alpha_store_return_value): Likewise.
1431 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1432 (amd64_push_arguments): Likewise.
1433 * ax-gdb.c (gen_trace_static_fields): Likewise.
1434 (gen_traced_pop): Likewise.
1435 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1436 * breakpoint.c (update_watchpoint): Likewise.
1437 * findcmd.c (parse_find_args): Use local variable for type
1438 instead of length.
1439 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1440 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1441 (h8300_store_return_value): Likewise.
1442 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1443 Use i386_darwin_arg_type_alignment directly.
1444 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1445 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1446 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1447 (m68hc11_extract_return_value): Likewise.
1448 * mep-tdep.c (mep_push_dummy_call): Likewise.
1449 * printcmd.c (float_type_from_length): Likewise.
1450 * s390-tdep.c (s390_value_from_register): Likewise.
1451 * stack.c (read_frame_arg): Likewise.
1452 * tracepoint.c (encode_actions_1): Likewise.
1453 * valops.c (value_fetch_lazy): Use local variable for type
1454 instead of length. Use TYPE_LENGTH directly.
1455 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1456
1457 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1458
1459 * symtab.c (skip_prologue_sal): Fix typo in comment.
1460
1461 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1462
1463 * linespec.c (create_sals_line_offset): Fix typo in comment.
1464
1465 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1466
1467 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1468 use plongest to print the array size.
1469
1470 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1471
1472 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1473 * p-valprint.c (pascal_type_print_base): Likewise.
1474
1475 2012-09-22 Yao Qi <yao@codesourcery.com>
1476
1477 * remote.c (remote_get_trace_status): Remove setting default
1478 values of fields of 'ts'.
1479
1480 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 Fix internal error on canonicalization of clang types.
1483 * cp-name-parser.y (operator): New comment at make_operator call for
1484 new, delete, new[] and delete[].
1485 (exp): Use "sizeof ". Add new comment at make_operator call.
1486
1487 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Fix disassemble without parameters in tailcall frame.
1490 * cli/cli-cmds.c (disassemble_current_function): Use
1491 get_frame_address_in_block.
1492
1493 2012-09-21 Tom Tromey <tromey@redhat.com>
1494
1495 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1496 TYPE_CODE_UNION>: Unify, removing a goto.
1497
1498 2012-09-21 Tom Tromey <tromey@redhat.com>
1499
1500 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1501
1502 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1503
1504 * findvar.c (read_frame_register_value): Mark the result value as
1505 optimized out if any of the input registers have been optimized out.
1506
1507 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1508
1509 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1510
1511 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1512
1513 * eval.c (evaluate_subexp_standard): Eliminate single-use
1514 variable LOWER.
1515
1516 2012-09-21 Yao Qi <yao@codesourcery.com>
1517
1518 * mi/mi-interp.c: Declare mi_record_changed.
1519 (mi_interpreter_init): Call observer_attach_record_changed.
1520 (mi_record_changed): New.
1521 * record.c (record_open): Call observer_notify_record_changed.
1522 (cmd_record_stop): Call observer_notify_record_changed.
1523 * NEWS: Mention it.
1524
1525 2012-09-20 Tom Tromey <tromey@redhat.com>
1526
1527 * NEWS: Update.
1528 * python/python.c (finalize_python): New function.
1529 (_initialize_python): Make a final cleanup.
1530
1531 2012-09-19 Doug Evans <dje@google.com>
1532
1533 * buildsym.h (param_symbols): Delete, unused.
1534 (context_stack): Delete member "params", unused.
1535 * buildsym.c (push_context): Update.
1536 * dwarf2read.c (read_func_scope): Update.
1537
1538 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1539
1540 * sh-tdep.c (sh_register_convert_to_virtual)
1541 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1542 all callers. Just do a memcpy if not the little-endian case.
1543
1544 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1545 set_gdbarch_double_format and set_gdbarch_long_double_format.
1546 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1547 set_gdbarch_double_format.
1548 * sh-tdep.c (sh_gdbarch_init): Likewise.
1549
1550 * NEWS: Document the removal of SH's 'regs' command.
1551 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1552 command.
1553
1554 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1555
1556 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1557 `jump'.
1558
1559 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1560
1561 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1562 language when iterating over symbols.
1563
1564 2012-09-18 Yao Qi <yao@codesourcery.com>
1565
1566 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1567 (mi_interpreter_init): Call observer_attach_tsv_created and
1568 observer_attach_tsv_deleted.
1569 (mi_tsv_created, mi_tsv_deleted): New.
1570 * tracepoint.c (delete_trace_state_variable): Call
1571 observer_notify_tsv_deleted.
1572 (trace_variable_command): Call observer_notify_tsv_created.
1573 (delete_trace_variable_command): Call
1574 observer_notify_tsv_deleted.
1575 (create_tsv_from_upload): Call observer_notify_tsv_created.
1576 * NEWS: Mention it.
1577
1578 2012-09-18 Yao Qi <yao@codesourcery.com>
1579
1580 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1581 if traceframe changed.
1582 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1583 "trace-find".
1584 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1585 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1586 'traceframe_changed'.
1587 (mi_traceframe_changed): New.
1588 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1589 New field.
1590 * NEWS: Mention the new MI notification.
1591
1592 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1593
1594 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1595
1596 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1597
1598 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1599 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1600 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1601 Extend code also for PaX support. Convert all gdb_assert to warning
1602 calls.
1603
1604 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
1606 Implement auto-load user conveniences suggested by Doug Evans.
1607 * auto-load.c: Include top.h.
1608 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1609 (_initialize_auto_load): New variable scripts_directory_help. Mention
1610 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1611 scripts-directory. Document in online help one can use also files for
1612 set auto-load safe-path.
1613 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1614 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1615
1616 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1617
1618 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1619 of LEN.
1620
1621 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1622
1623 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1624 ELTLEN and use TYPE_LENGTH directly.
1625 (m2_val_print): Likewise.
1626 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1627 variable LEN and use TYPE_LENGTH directly.
1628 (m68k_svr4_store_return_value): Likewise.
1629 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1630 ARGLEN and use TYPE_LENGTH directly.
1631 (mips_o64_push_dummy_call): Likewise.
1632 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1633 variable LENGTH and use TYPE_LENGTH directly.
1634 (s390_function_arg_float): Likewise.
1635 (s390_function_arg_integer): Likewise.
1636 (s390_push_dummy_call): Likewise.
1637 (s390_return_value_convention): Likewise.
1638 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1639 TYPE_LENGTH directly.
1640
1641 2012-09-17 Yao Qi <yao@codesourcery.com>
1642
1643 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1644 Update comment to add_setshow_integer_cmd.
1645 * cli/cli-setshow.c (do_set_command): Handle case
1646 'var_zuinteger_unlimited'.
1647 (do_show_command): Likewise.
1648 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1649 for command 'remotetimeout'.
1650 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1651 to var_integer.
1652 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1653 for command 'set listsize'.
1654
1655 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1656
1657 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1658 variable LEN.
1659
1660 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 PR 14119
1663 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1664 (frame_pop): Drop also TAILCALL_FRAME frames.
1665 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1666
1667 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1668 Pedro Alves <palves@redhat.com>
1669
1670 PR 14548
1671 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1672 function start if we are already at function start. Both for
1673 reverse-next and for reverse-step into function without line number
1674 info.
1675
1676 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1677
1678 Code cleanup - rename 'inline' depth to 'artificial' depth.
1679 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1680 frame_id_artificial_p, extend the comment.
1681 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1682 * frame.c (fprint_frame_id): Rename at a user, change debug output
1683 text to "artificial=".
1684 (skip_inlined_frames): Rename to ...
1685 (skip_artificial_frames): ... here. Extend the comment.
1686 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1687 (frame_id_inlined_p): Rename to ...
1688 (frame_id_artificial_p): ... here. Rename at a user.
1689 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1690 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1691 at a user.
1692 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1693 Extend the comment.
1694 (frame_id_inlined_p): Rename to ...
1695 (frame_id_artificial_p): ... here.
1696 * inline-frame.c (inline_frame_this_id): Rename at a user.
1697
1698 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1699
1700 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1701 vector variables using vector_size syntax rather than array
1702 syntax.
1703
1704 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1705
1706 * valarith.c (value_concat): Replace unsafe ALLOCA with
1707 XMALLOC/XFREE.
1708
1709 2012-09-14 Pedro Alves <palves@redhat.com>
1710
1711 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1712
1713 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1714
1715 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1716 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1717 data-directory as appropriate.
1718
1719 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1720
1721 * printcmd.c (ui_printf): Eliminate single-use variable
1722 PARAM_LEN.
1723
1724 2012-09-14 Yao Qi <yao@codesourcery.com>
1725 Pedro Alves <palves@redhat.com>
1726
1727 * valops.c (value_assign): Move observer_notify_target_changed
1728 below to replace reinit_frame_cache.
1729
1730 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1731
1732 Refactor Python "gdb" module into a proper Python package, by
1733 introducing a new "_gdb" module for code implemented in C, and
1734 using reload/__import__ instead of exec.
1735 * python/lib/gdb/__init__.py: Import * from _gdb.
1736 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1737 prompt_hook, sys.argv): Moved from finish_python_initialization.
1738 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1739 (packages, auto_load_packages): New list and function replacing
1740 module_dict and auto-loading code, using __file__ instead of
1741 gdb.PYTHONDIR and reload/__import__ instead of exec.
1742 (GdbSetPythonDirectory): Replacing function of the same name
1743 from finish_python_initialization, using reload/__import__ instead
1744 of exec, as well as call auto_load_packages.
1745 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1746 gdb_python_module and not gdb_module.
1747 * python/python-internal.h (gdb_python_module): Declare.
1748 * python/python.c (gdb_python_module): New global.
1749 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1750 (_initialize_python): Rename gdb module to _gdb.
1751 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1752 (finish_python_initialization): Move Python code to
1753 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1754 __main__.
1755
1756 2012-09-13 Pedro Alves <palves@redhat.com>
1757
1758 * Makefile.in (COMMON_OBS): Add registry.o.
1759 * registry.c: New file.
1760 * registry.h (struct registry_container): Declare.
1761 (registry_data_callback): New typedef.
1762 (struct registry_data, struct registry_data_registration, struct
1763 registry_data_registry): New type.
1764 (register_data_with_cleanup, registry_alloc_data)
1765 (registry_callback_adaptor, registry_clear_data)
1766 (registry_container_free_data, registry_set_data, registry_data):
1767 Declare.
1768 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1769 the new common structures and functions.
1770 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1771 callback typedefs.
1772
1773 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1774
1775 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1776 there is an error inserting hardware breakpoints and use the
1777 error message from the target.
1778
1779 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1780 Catch this exception and print the error message contained within. Do not
1781 print the default hardware error breakpoint message in this case.
1782
1783 2012-09-12 Doug Evans <dje@google.com>
1784
1785 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1786 cu == NULL.
1787
1788 2012-09-11 Doug Evans <dje@google.com>
1789
1790 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1791 .gdb_index symbol attributes if there are none.
1792
1793 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1794
1795 * symtab.h (struct minimal_symbol) [has_size]: New field.
1796 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1797 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1798 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1799 minimal symbols if the symbol's size is actually known.
1800 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1801 of msymbol's size field. Add comment.
1802 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1803 SET_MSYMBOL_SIZE to set the minimal symbol size.
1804
1805 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1806
1807 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1808 minimal_symbol struct object, rather than setting some of its
1809 fields one by one.
1810
1811 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1812
1813 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1814 passed_a_ptr flag when displaying typedef types.
1815
1816 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1817
1818 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1819 the optimized_out flag is preserved.
1820
1821 2012-09-10 Anthony Green <green@moxielogic.com>
1822
1823 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1824 prologue changes in GCC.
1825
1826 2012-09-10 Keith Seitz <keiths@redhat.com>
1827
1828 PR gdb/13483
1829 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1830 (BOOL_CONVERSION_BADNESS): ... this.
1831 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1832 (rank_one_type): Allow all boolean conversions
1833 permitted by the standard.
1834
1835 2012-09-06 Tom Tromey <tromey@redhat.com>
1836
1837 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1838 Don't decref py_objfile.
1839
1840 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1841
1842 Do not enable -lmcheck by default when Python is enabled with
1843 threading support.
1844 * configure.ac: (python_has_threads) New variable, by testing
1845 if WITH_THREAD is defined in Python.h.
1846 Move --enable-lmcheck after --with-python.
1847 Do not enable -lmcheck by default if python_has_threads=yes.
1848 Warn if --enable-lmcheck and python_has_threads=yes.
1849 * configure: Regenerate.
1850
1851 2012-08-31 Yao Qi <yao@codesourcery.com>
1852
1853 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1854 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1855 Update some commands.
1856 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1857 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1858 to 1.
1859
1860 2012-08-31 Yao Qi <yao@codesourcery.com>
1861
1862 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1863
1864 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1865
1866 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1867
1868 2012-08-29 Doug Evans <dje@google.com>
1869
1870 * main.c (print_gdb_help): Remove reference to
1871 --use-deprecated-index-sections.
1872
1873 2012-08-28 Yao Qi <yao@codesourcery.com>
1874
1875 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1876 (init_cmds): Call add_setshow_uinteger_cmd for command
1877 'max-user-call-depth'.
1878 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1879 declaration of 'max_user_call_depth'.
1880 * frame.c (backtrace_limit): Add 'unsigned'.
1881 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1882 'limit'.
1883 * remote.c (remoteaddresssize): Add 'unsigned'.
1884 (remote_address_masked): Change local var 'address_size' to
1885 'unsigned'.
1886 (_initialize_remote): Call add_setshow_uinteger_cmd for
1887 'remoteaddresssize'.
1888 * top.c (history_size): Add 'unsigned'.
1889 (show_commands): Change local variables to 'unsigned'.
1890 (set_history_size_command): Don't check history_size is negative.
1891 Adjust the condition to call unstifle_history and set history_size
1892 to UNIT_MAX.
1893
1894 2012-08-28 Pedro Alves <palves@redhat.com>
1895
1896 PR gdb/14428
1897
1898 * infcmd.c (default_print_one_register_info): New, factored out
1899 from default_print_registers_info.
1900 (default_print_registers_info): Use it. Mark value unavailable if
1901 necessary.
1902 (registers_info): Print user registers with
1903 default_print_one_register_info.
1904
1905 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1906
1907 PR tui/14486
1908 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1909 is not NULL before referencing it.
1910
1911 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1912
1913 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1914 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1915 original PC for it.
1916
1917 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1918 Jan Kratochvil <jan.kratochvil@redhat.com>
1919
1920 * auto-load.c (auto_load_objfile_script): Rename to ...
1921 (auto_load_objfile_script_1): ... here, change variable realname to
1922 parameter realname, document it, add return value, add variable retval.
1923 (auto_load_objfile_script): New function.
1924
1925 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1926
1927 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1928 followed by a whitespace.
1929
1930 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1931
1932 PR gdb/14494.
1933 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1934 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1935 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1936 here.
1937
1938 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1939
1940 * memattr.c (create_mem_region): Fix memory region overlapping
1941 checking.
1942
1943 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1944
1945 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1946 with xmalloc/cleanup.
1947 * mt-tdep.c (mt_push_dummy_call): Likewise.
1948 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1949 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1950
1951 2012-08-24 Yao Qi <yao@codesourcery.com>
1952
1953 * jv-exp.y (push_expression_name): Add "." at the end of error
1954 message.
1955
1956 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1957
1958 Document how to return from "python-interactive" to GDB.
1959 * python/python.c (_initialize_python): Update documentation.
1960
1961 2012-08-23 Pedro Alves <palves@redhat.com>
1962
1963 * infrun.c (_initialize_infrun) <handle command help text>:
1964 Mention that multiple signals are supported.
1965
1966 2012-08-23 Pedro Alves <palves@redhat.com>
1967
1968 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1969 string.
1970
1971 2012-08-23 Yao Qi <yao@codesourcery.com>
1972
1973 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1974 (tfind_1): Don't call registers_changed, set_traceframe_num,
1975 and clear_traceframe_info.
1976 Call set_current_traceframe.
1977 (set_current_traceframe): call set_traceframe_num.
1978
1979 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1980
1981 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1982 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1983
1984 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1985
1986 Enable readline in Python in a GDB-specific way and block the
1987 standard Python readline module to prevent conflicts with GDB.
1988 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1989 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1990 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1991 * python/py-gdb-readline.c: New file.
1992 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1993 prototype.
1994 * python/python.c (_initialize_python): Call
1995 gdbpy_initialize_gdb_readline.
1996
1997 2012-08-22 Keith Seitz <keiths@redhat.com>
1998
1999 * defs.h: Include build-gnulib/config.h
2000
2001 2012-08-22 Joseph Myers <joseph@codesourcery.com>
2002
2003 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2004 and blx pc.
2005
2006 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
2007
2008 Add a new "python-interactive" command that starts a standard
2009 Python interactive prompt with "pi" as alias, and add "py" as
2010 an alias to "python".
2011 * NEWS: Mention the new commands.
2012 * python/python.c (eval_python_command): New function.
2013 (python_interactive_command): For "python-interactive" with
2014 arguments, call eval_python_command. For "python-interactive"
2015 without arguments, call PyRun_InteractiveLoop.
2016 (_initialize_python): Add "python-interactive" command with
2017 "pi" as alias, and add "py" as an alias to "python".
2018
2019 2012-08-22 Tom Tromey <tromey@redhat.com>
2020
2021 * defs.h (quit_flag): Don't declare.
2022 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2023 (QUIT): Use new functions.
2024 * event-top.c (command_handler): Use clear_quit_flag.
2025 (handle_sigint): Use set_quit_flag.
2026 (async_request_quit): Use check_quit_flag. Don't check
2027 immediate_quit.
2028 * exceptions.c (throw_exception): Use clear_quit_flag.
2029 * main.c (captured_main): Use clear_quit_flag.
2030 * python/python.c (clear_quit_flag, set_quit_flag)
2031 (check_quit_flag): New functions.
2032 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2033 clear_quit_flag.
2034 * remote.c (remote_wait_as): Use check_quit_flag,
2035 clear_quit_flag.
2036 (remote_start_remote): Call QUIT.
2037 * symfile.c (load_progress): Use check_quit_flag.
2038 * top.c (command_loop): Use clear_quit_flag.
2039 (command_line_input): Call QUIT.
2040 * utils.c (quit_flag): Conditionally define.
2041 (clear_quit_flag, check_quit_flag, set_quit_flag): New
2042 functions.
2043 (prompt_for_continue): Call QUIT. Use quit, not
2044 async_request_quit.
2045 * remote-mips.c (mips_expect_timeout): Call QUIT.
2046 * monitor.c (monitor_expect): Call QUIT.
2047
2048 2012-08-22 Tom Tromey <tromey@redhat.com>
2049
2050 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2051 (async_init_signals): Update.
2052 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2053 (SIGWINCH_HANDLER_BODY): Remove.
2054
2055 2012-08-22 Tom Tromey <tromey@redhat.com>
2056
2057 * jit.c (jit_object_close_impl): Don't malloc the objfile
2058 name.
2059 * objfiles.c (allocate_objfile): Don't malloc the objfile
2060 name.
2061 (free_objfile): Don't free the objfile name.
2062 * objfiles.h (struct objfile) <name>: Update comment.
2063 * symfile.c (reread_symbols): Fix reference counting. Don't
2064 malloc objfile name.
2065
2066 2012-08-22 Tom Tromey <tromey@redhat.com>
2067
2068 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2069 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2070 (symfile_bfd_open): Likewise.
2071 (generic_load): Likewise.
2072 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2073 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2074 gdb_bfd_open.
2075 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2076 Use gdb_bfd_open.
2077 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2078 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2079 (pmon_load_fast): Likewise.
2080 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2081 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2082 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2083 (macho_check_dsym): Likewise.
2084 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2085 (m32r_upload_command): Likewise.
2086 * gdb_bfd.h (gdb_bfd_cache): Declare.
2087 * gdb_bfd.c (struct gdb_bfd_data): New.
2088 (gdb_bfd_cache): New global.
2089 (struct gdb_bfd_cache_search): New.
2090 (hash_bfd): New function.
2091 (eq_bfd): Likewise.
2092 (gdb_bfd_open): Likewise.
2093 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2094 (gdb_bfd_unref): Remove closed BFD from cache. Update for
2095 gdb_bfd_data.
2096 * exec.c (exec_file_attach): Use gdb_bfd_open.
2097 * dsrec.c (load_srec): Use gdb_bfd_open.
2098
2099 2012-08-22 Tom Tromey <tromey@redhat.com>
2100
2101 * dwarf2read.c (macro_start_file): Update.
2102 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2103 (free_objfile_per_bfd_storage): Destroy macro_cache.
2104 (allocate_objfile, free_objfile): Update.
2105 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2106 New field.
2107 (struct objfile) <macro_cache>: Remove.
2108 * symfile.c (reread_symbols): Update.
2109 * symmisc.c (print_symbol_bcache_statistics): Update.
2110 (print_objfile_statistics): Update.
2111
2112 2012-08-22 Tom Tromey <tromey@redhat.com>
2113
2114 * elfread.c (elf_symtab_read): Update.
2115 * objfiles.c (objfiles_bfd_data): New global.
2116 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2117 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2118 (allocate_objfile, free_objfile): Update.
2119 (_initialize_objfiles): Initialize objfiles_bfd_data.
2120 * objfiles.h (struct objfile_per_bfd_storage): New.
2121 (struct objfile) <per_bfd>: New field.
2122 <filename_cache>: Remove.
2123 (set_objfile_per_bfd): Declare.
2124 * symfile.c (reread_symbols): Update. Call
2125 set_objfile_per_bfd.
2126 (allocate_symtab): Update.
2127 * symmisc.c (print_symbol_bcache_statistics): Update.
2128 (print_objfile_statistics): Print the size of the BFD obstack.
2129
2130 2012-08-22 Tom Tromey <tromey@redhat.com>
2131
2132 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
2133 * gdb_bfd.c: Use DEFINE_REGISTRY.
2134 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2135 (gdb_bfd_ref): Call bfd_alloc_data.
2136 (gdb_bfd_unref): Call bfd_free_data.
2137
2138 2012-08-22 Tom Tromey <tromey@redhat.com>
2139
2140 * registry.h (struct registry_fields): New.
2141 (REGISTRY_FIELDS): Redefine.
2142 (REGISTRY_ACCESS_FIELD): New macro.
2143 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
2144 functions.
2145
2146 2012-08-22 Tom Tromey <tromey@redhat.com>
2147
2148 * auto-load.c (_initialize_auto_load): Update.
2149 * solib-svr4.c (_initialize_svr4_solib): Update
2150 * solib-dsbt.c (_initialize_dsbt_solib): Update.
2151 * solib-darwin.c (_initialize_darwin_solib): Update.
2152 * registry.h: New file.
2153 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2154 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2155 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
2156 (register_program_space_data_with_cleanup)
2157 (register_program_space_data, program_space_alloc_data)
2158 (clear_program_space_data, set_program_space_data)
2159 (program_space_data): Don't declare.
2160 * progspace.c: Use DEFINE_REGISTRY.
2161 (struct program_space_data, struct
2162 program_space_data_registration, struct
2163 program_space_data_registry, program_space_data_registry)
2164 (register_program_space_data_with_cleanup)
2165 (register_program_space_data, program_space_alloc_data)
2166 (program_space_free_data, clear_program_space_data)
2167 (set_program_space_data, program_space_data): Remove.
2168 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
2169 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2170 (register_objfile_data_with_cleanup, register_objfile_data)
2171 (clear_objfile_data, set_objfile_data, objfile_data): Don't
2172 declare.
2173 * objfiles.c: Use DEFINE_REGISTRY.
2174 (struct objfile_data, struct objfile_data_registration, struct
2175 objfile_data_registry, objfile_data_registry)
2176 (register_objfile_data_with_cleanup, register_objfile_data)
2177 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2178 (set_objfile_data, objfile_data): Remove.
2179 (_initialize_objfiles): Update.
2180 * jit.c (_initialize_jit): Update.
2181 * inflow.c (_initialize_inflow): Update.
2182 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
2183 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2184 (register_inferior_data_with_cleanup, register_inferior_data)
2185 (clear_inferior_data, set_inferior_data, inferior_data): Don't
2186 declare.
2187 * inferior.c: Use DEFINE_REGISTRY.
2188 (struct inferior_data, struct inferior_data_registration, struct
2189 inferior_data_registry, inferior_data_registry)
2190 (register_inferior_data_with_cleanup, register_inferior_data)
2191 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2192 (set_inferior_data, inferior_data): Remove.
2193 * auxv.c (_initialize_auxv): Update.
2194 * ada-lang.c (_initialize_ada_language): Update.
2195 * breakpoint.c (_initialize_breakpoint): Update.
2196 * i386-nat.c (i386_use_watchpoints): Update.
2197
2198 2012-08-22 Tom Tromey <tromey@redhat.com>
2199
2200 * exec.c (exec_close, exec_file_attach): Update.
2201 (add_to_section_table): Initialize 'key' field.
2202 (add_target_sections, remove_target_sections): Add 'key' argument.
2203 * exec.h (add_target_sections, remove_target_sections): Add
2204 'key' argument.
2205 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2206 (reload_shared_libraries_1): Update.
2207 * target.h (struct target_section) <key>: New field.
2208
2209 2012-08-22 Tom Tromey <tromey@redhat.com>
2210
2211 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2212
2213 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2214
2215 * symfile.c (allocate_symtab): Use host_address_to_string
2216 function instead of cast of pointer to long which is not
2217 compatible with x86_64-w64-mingw32 build.
2218
2219 2012-08-19 Andrew Pinski <apinski@cavium.com>
2220
2221 * mips-tdep.c (is_octeon): New function.
2222 (is_octeon_bbit_op): New function.
2223 (mips32_next_pc): Handle Octeon's bbit instructions.
2224 (mips32_instruction_has_delay_slot): Likewise.
2225
2226 2012-08-19 Andrew Pinski <apinski@cavium.com>
2227
2228 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2229 before the function.
2230
2231 2012-08-19 Andrew Pinski <apinski@cavium.com>
2232
2233 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2234
2235 2012-08-19 Keith Seitz <keiths@redhat.com>
2236
2237 PR c++/14365
2238 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2239 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2240
2241 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2242
2243 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2244 The typo broke "make TAGS".
2245
2246 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2247
2248 GDB 7.5 released.
2249
2250 2012-08-17 Keith Seitz <keiths@redhat.com>
2251
2252 PR c++/13356
2253 * gdbtypes.c (strict_type_checking): New variable.
2254 (show_strict_type_checking): New function.
2255 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2256 if strict type checking is disabled.
2257 (_initialize_gdbtypes): Add "check type" subcommand.
2258 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2259
2260 2012-08-17 Keith Seitz <keiths@redhat.com>
2261
2262 * language.h (type_mode): Remove.
2263 (type_check): Remove.
2264 (struct language_defn): Remove la_type_check.
2265 (STRICT_TYPE): Remove unused macro.
2266 (type_error): Remove.
2267 * language.c (set_type_range_case): Renamed to ...
2268 (set_range_case): ... this. Update all callers.
2269 Remove type_mode/type_check.
2270 (type_mode): Remove.
2271 (type_check): Remove.
2272 (show_type_command): Remove.
2273 (set_type_command): Remove.
2274 (language_info): Remove type checking output.
2275 (type_error): Remove unused function.
2276 (range_error): Update comment.
2277 (unknown_language_defn): Remove la_type_check.
2278 (auto_language_defn): Likewise.
2279 (local_language_defn): Likewise.
2280 (_initialize_language): Remove "check type" subcommand.
2281 * ada-lang.c (ada_language_defn): Remove la_type_check.
2282 * c-lang.c (c_language_defn): Likewise.
2283 (cplus_language_defn): Likewise.
2284 (asm_language_defn): Likewise.
2285 (minimal_language_defn): Likewise.
2286 * d-lang.c (d_language_defn): Likewise.
2287 * f-lang.c (f_language_defn): Likewise.
2288 * go-lang.c (go_language_defn): Likewise.
2289 * jv-lang.c (java_language_defn): Likewise.
2290 * m2-lang.c (m2_language_defn): Likewise.
2291 * objc-lang.c (objc_language_defn): Likewise.
2292 * opencl-lang.c (opencl_language_defn): Likewise.
2293 * p-lang.c (pascal_language_defn): Likewise.
2294
2295 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2296
2297 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2298
2299 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2300
2301 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2302 New function.
2303 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2304 using the regache. Use ia64_hpux_get_register_from_save_state_t
2305 to access the bsp and bspstore registers if not.
2306
2307 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2308
2309 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2310 * breakpoint.c (detach_breakpoints): Change pid parameter into
2311 a ptid. Adjust code accordingly.
2312 * infrun.c (handle_inferior_event): Delete variable child_pid.
2313 Update call to detach_breakpoints to pass the child ptid for
2314 fork events.
2315 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2316 assert that inferior_ptid's lwp is zero.
2317 (linux_handle_extended_wait): Update call to detach_breakpoints.
2318 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2319 detach_breakpoints.
2320
2321 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2322
2323 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2324 parent, only call detach_breakpoints if tts.tts_event ==
2325 TTEVT_VFORK.
2326
2327 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2328
2329 * dwarf2-frame.c (dwarf2_frame_cache): Use
2330 get_frame_address_in_block instead of get_frame_pc as
2331 the bound for executing the frame's FDE.
2332
2333 2012-08-16 Yao Qi <yao@codesourcery.com>
2334
2335 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2336 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2337 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2338 (c_type_print_varspec_suffix): Likewise.
2339 * eval.c (evaluate_subexp_standard): Likewise.
2340 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2341 (f_type_print_varspec_suffix): Likewise.
2342 * gdbtypes.c (is_scalar_type): Likewise.
2343 (recursive_dump_type): Likewise.
2344 * infcall.c (value_arg_coerce): Likewise.
2345 * m2-valprint.c (m2_val_print): Likewise.
2346 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2347 (pascal_type_print_varspec_suffix): Likewise.
2348 (pascal_type_print_base): Likewise.
2349 * p-valprint.c (pascal_val_print): Likewise.
2350 (pascal_val_print): Likewise.
2351 * valops.c (value_slice): Likewise.
2352 * valprint.c (scalar_type_p): Likewise.
2353 * valarith.c (value_bitstring_subscript): Remove.
2354 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2355 Remove comment on TYPE_CODE_BITSTRING.
2356
2357 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2358 TYPE_CODE_BITSTRING.
2359
2360 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2361 slot 0.
2362
2363 2012-08-16 Yao Qi <yao@codesourcery.com>
2364
2365 * tracepoint.c (trace_find_none_command): Remove.
2366 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2367
2368 2012-08-16 Yao Qi <yao@codesourcery.com>
2369
2370 * remote.c (handle_notification): Remove parameter 'length'.
2371 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2372
2373 2012-08-15 Keith Seitz <keiths@redhat.com>
2374
2375 * gdbtypes.c (opaque_type_resolution): Make static.
2376 Add missing comment.
2377 (overload_debug): Add missing comment.
2378 (show_opaque_type_resolution): Likewise.
2379 (show_overload_debug): Likewise.
2380 (print_bit_vector): Remove unnecessary forward declaration.
2381 (print_arg_types): Likewise.
2382 (dump_fn_fieldlists): Likewise.
2383 (print_cplus_stuff): Likewise.
2384
2385 2012-08-15 Tom Tromey <tromey@redhat.com>
2386
2387 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2388 (gdb_bfd_ref): Initialize new field.
2389 (gdb_bfd_unref): Unref the archive BFD.
2390 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2391 parent archive.
2392
2393 2012-08-15 Tom Tromey <tromey@redhat.com>
2394
2395 PR python/14387:
2396 * python/py-bpevent.c (create_breakpoint_event_object): Update
2397 comment.
2398 * python/py-event.c (evpy_add_attribute): Update comment.
2399 * python/py-exitedevent.c (create_exited_event_object): Fix
2400 reference counting and error handling.
2401 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2402 Fix reference counting.
2403 * python/py-signalevent.c (create_signal_event_object): Fix
2404 reference counting and error handling.
2405 * python/py-stopevent.c (emit_stop_event): Fix reference
2406 counting.
2407 * python/py-threadevent.c (get_event_thread): Return a
2408 borrowed reference.
2409 * python/py-type.c (convert_field): Fix reference counting.
2410
2411 2012-08-15 Tom Tromey <tromey@redhat.com>
2412
2413 * dwarf2read.c (dwarf_decode_macro_bytes)
2414 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2415 as hash key.
2416
2417 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2418
2419 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2420 stepi, nexti, finish, next, step, jump, and continue commands.
2421 * infrun.c (_initialize_infrun): Update help text for the handle
2422 command.
2423
2424 2012-08-14 Doug Evans <dje@google.com>
2425
2426 * gdbtypes.c (struct extra): Delete, unused.
2427
2428 * gdbtypes.c: Whitespace cleanup.
2429 (address_space_name_to_int): Remove "extern" from definition.
2430 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2431
2432 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2433 TYPE_POINTER_TYPE (type).
2434
2435 2012-08-14 Gary Benson <gbenson@redhat.com>
2436
2437 * solib-svr4.c (svr4_free_library_list): Use free_so.
2438
2439 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2440
2441 * .gitignore: Add go-exp.c.
2442
2443 2012-08-13 Doug Evans <dje@google.com>
2444
2445 * value.c (show_convenience): Tweak comment.
2446 (_initialize_values): Mention convenience functions in the help text
2447 for "show convenience".
2448
2449 2012-08-13 Yao Qi <yao@codesourcery.com>
2450
2451 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2452 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2453 TERNOP_SLICE_COUNT.
2454 * eval.c (evaluate_subexp_standard): Likewise.
2455 * expprint.c (print_subexp_standard): Likewise.
2456 (dump_subexp_body_standard): Likewise.
2457 * parse.c (operator_length_standard): Likewise.
2458
2459 2012-08-13 Yao Qi <yao@codesourcery.com>
2460
2461 * std-operator.def: Remove OP_BITSTRING.
2462 * breakpoint.c (watchpoint_exp_is_const): Update.
2463 * eval.c (evaluate_subexp_standard): Remove handling to
2464 OP_BITSTRING.
2465 * expprint.c (print_subexp_standard): Likewise.
2466 (dump_subexp_body_standard): Likewise.
2467 * parse.c (operator_length_standard): Likewise.
2468 * valops.c (value_bitstring): Remove.
2469 * value.h: Remove the declaration of 'value_bitstring'.
2470
2471 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2472
2473 * linespec.c (find_methods): Remove unused variables `i1' and
2474 `name_len'.
2475 (decode_line_full): Likewise for `arg_start'.
2476
2477 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2478
2479 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2480 (zlib_decompress_section): Likewise for `section_data'.
2481 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2482
2483 2012-08-10 Doug Evans <dje@google.com>
2484
2485 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2486 * NEWS: Document them.
2487 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2488 function/strfns.py.
2489 * python/py-type.c (typy_array_1): New function.
2490 (typy_array): Call it.
2491 (typy_vector): New function.
2492 (type_object_methods): Add "vector".
2493 * python/lib/gdb/function/__init__.py: New file.
2494 * python/lib/gdb/function/strfns.py: New file.
2495
2496 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2497
2498 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2499 for TYPE_FIELD_BITPOS.
2500 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2501
2502 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2503
2504 PR cli/10436:
2505 * common/vec.h (VEC_merge): Define.
2506 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2507 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2508 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2509 * completer.c: Include gdb_signals.h.
2510 (signal_completer): Define.
2511 * completer.h (signal_completer): Add prototype.
2512 * infcmd.c (_initialize_infcmd): Assign the command
2513 completer for "signal" to handle_completer.
2514 * infrun.c: Include completer.h.
2515 (handle_completer): Define.
2516 (_initialize_infrun): Declare a new local variable c. Store the
2517 result of add_com("handle") to it. Assign the command
2518 completer for "handle" to handle_completer.
2519
2520 2012-08-09 Yao Qi <yao@codesourcery.com>
2521
2522 * cli/cli-decode.c (set_cmd_prefix): New.
2523 (lookup_cmd_for_prefixlist): New.
2524 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2525 of each cmd_list_element in *prefixlist.
2526 (add_setshow_cmd_full): set_cmd_prefix.
2527 (add_alias_cmd): Likewise.
2528 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2529 Declare 'auto_boolean_enums'.
2530 * cli/cli-setshow.c: Include "observer.h".
2531 (notify_command_param_changed_p): New.
2532 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2533 Remove 'static'.
2534 (do_setshow_command): Split it to ...
2535 (do_set_command, do_show_command): ... them. New.
2536 (do_set_command): Call observer_notify_command_param_changed if
2537 notify_command_param_changed_p returns true.
2538 (cmd_show_list): Caller update.
2539 * auto-load.c (set_auto_load_cmd): Likewise.
2540 * remote.c (show_remote_cmd): Likewise.
2541 * cli/cli-setshow.h: Update declarations.
2542 * top.c (execute_command): Call do_set_command and do_show_command.
2543
2544 * NEWS: Mention new MI notification.
2545 * mi/mi-interp.c: Declare mi_command_param_changed.
2546 (mi_interpreter_init): Attach mi_command_param_changed to
2547 observer command_param_changed.
2548 (mi_command_param_changed): New.
2549 Remove mi_suppress_breakpoint_notifications.
2550 Define global variable mi_suppress_notification.
2551 (mi_breakpoint_created): Update.
2552 (mi_breakpoint_deleted): Likewise.
2553 (mi_breakpoint_modified): Likewise.
2554 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2555 'gdb-set' and set mi_suppress_notification.
2556 * mi/mi-main.h: (mi_suppress_notification): New struct.
2557
2558 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2559 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2562
2563 2012-08-09 Yao Qi <yao@codesourcery.com>
2564
2565 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2566 (skiplist): Move it to skip.c.
2567 (init_cmd_lists): Remove code setting enablebreaklist and
2568 skiplist to NULL.
2569 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2570 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2571 skiplist.
2572 * gdbcmd.h: Likewise.
2573 * skip.c (_initialize_step_skip): Move 'skiplist' from
2574 cli/cli-cmds.c.
2575
2576 2012-08-09 Yao Qi <yao@codesourcery.com>
2577
2578 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2579 * gnu-nat.c, symfile.c: Likewise.
2580
2581 2012-08-08 Aaron Gamble <agamble@google.com>
2582
2583 * utils.c (prompt_for_continue_wait_time): New static global.
2584 (make_command_stats_cleanup): Initialize it.
2585 (report_command_stats): Subtract time waiting for user.
2586 (prompt_for_continue): Track time waiting for user.
2587 (defaulted_query): Track time waiting for user.
2588
2589 2012-08-08 Doug Evans <dje@google.com>
2590
2591 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2592 UNOP_MEMVAL_TYPE.
2593 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2594 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2595 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2596 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2597 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2598 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2599 elt.
2600 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2601 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2602 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2603 (dump_prefix_expression): Handle OP_TYPE.
2604
2605 2012-08-08 Keith Seitz <keiths@redhat.com>
2606
2607 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2608 addr_start.
2609
2610 2012-08-08 Doug Evans <dje@google.com>
2611
2612 * linux-thread-db.c: #include "gdb_vecs.h".
2613 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2614 updated.
2615 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2616 (thread_db_load_search): Use a vector to iterate over path elements.
2617 Handle text appearing after "$pdir".
2618
2619 * gdb_string.h: Moved to ...
2620 * common/gdb_string.h: ... here.
2621 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2622 gdb_string.h and gdb_assert.h.
2623
2624 2012-08-08 Yao Qi <yao@codesourcery.com>
2625
2626 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2627 (tic6x_value_to_register): Likewise.
2628 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2629 and set_gdbarch_value_to_register.
2630
2631 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2632 Jean-Marc Saffroy <saffroy@gmail.com>
2633
2634 PR 11804
2635 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2636 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2637 * gcore.c (gcore_create_callback): New function comment. Add modified
2638 parameter. Only write modified regions. Set SEC_READONLY exactly
2639 according to MODIFIED.
2640 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2641 the passed modified value to FUNC.
2642 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2643 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2644 first. New variables modified and has_anonymous. Parse the lines of
2645 smaps file. Add the passed MODIFIED value to FUNC.
2646 * procfs.c (find_memory_regions_callback): Add the passed modified
2647 value.
2648
2649 2012-08-06 Tom Tromey <tromey@redhat.com>
2650
2651 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2652 (dwarf2_frame_cache): Use it.
2653 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2654 cache initialization constraint.
2655
2656 2012-08-06 Tom Tromey <tromey@redhat.com>
2657
2658 PR python/14386:
2659 * varobj.c (update_dynamic_varobj_children): Don't call
2660 PyIter_Check.
2661
2662 2012-08-06 Tom Tromey <tromey@redhat.com>
2663
2664 PR cli/14392:
2665 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2666
2667 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2668
2669 * NEWS: New entry for 'cd' default parameters.
2670 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2671
2672 2012-08-03 Tom Tromey <tromey@redhat.com>
2673
2674 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2675 return.
2676
2677 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2678
2679 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2680 to attempting lseek/write.
2681 (inf_child_fileio_pread): Likewise for pread.
2682
2683 2012-08-02 Yao Qi <yao@codesourcery.com>
2684
2685 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2686 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2687 add_setshow_zinteger_cmd.
2688 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2689 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2690 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2691 instead of add_setshow_zinteger_cmd.
2692 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2693 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2694 instead of add_setshow_zinteger_cmd.
2695 * frame.c (frame_debug): Add 'unsigned'.
2696 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2697 add_setshow_zinteger_cmd.
2698 * frame.h: Update the declaration of 'frame_debug'.
2699 * gdbtypes.c (overload_debug): Add 'unsigned'.
2700 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2701 add_setshow_zinteger_cmd.
2702 * inferior.h: Update declaration of 'debug_infrun'.
2703 * infrun.c (debug_infrun): Add 'unsigned'.
2704 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2705 add_setshow_zinteger_cmd.
2706 * jit.c (jit_debug): Add 'unsigned'.
2707 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2708 add_setshow_zinteger_cmd.
2709 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2710 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2711 instead of add_setshow_zinteger_cmd.
2712 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2713 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2714 add_setshow_zinteger_cmd.
2715 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2716 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2717 instead of add_setshow_zinteger_cmd.
2718 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2719 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2720 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2721 intead of add_setshow_zinteger_cmd.
2722 * mips-tdep.c (mips_debug): Add 'unsigned'.
2723 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2724 instead of add_setshow_zinteger_cmd.
2725 * monitor.c (monitor_debug): Add 'unsigned'.
2726 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2727 add_setshow_zinteger_cmd.
2728 * observer.c (observer_debug): Add 'unsigned'.
2729 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2730 add_setshow_zinteger_cmd.
2731 * parse.c (expressiondebug): Add 'unsigned'.
2732 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2733 add_setshow_zinteger_cmd.
2734 * record.c (record_debug): Add 'unsigned'.
2735 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2736 add_setshow_zinteger_cmd.
2737 * record.h: Update the declaration of 'record_debug'.
2738 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2739 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2740 add_setshow_zinteger_cmd.
2741 * serial.c (global_serial_debug_p): Add 'unsigned'.
2742 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2743 add_setshow_zinteger_cmd.
2744 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2745 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2746 add_setshow_zinteger_cmd.
2747 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2748 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2749 add_setshow_zinteger_cmd.
2750 * target.c (targetdebug): Add 'unsigned'.
2751 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2752 add_setshow_zinteger_cmd.
2753 * valops.c (overload_debug): Add 'unsigned'.
2754 * varobj.c (varobjdebug): Add 'unsigned'.
2755 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2756 add_setshow_zinteger_cmd.
2757 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2758 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2759 instead of add_setshow_zinteger_cmd.
2760
2761 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2762 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2763 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2764 instead of add_setshow_zinteger_cmd.
2765 * gdbarch.c, gdbarch.h: Re-generated.
2766
2767 2012-08-02 Yao Qi <yao@codesourcery.com>
2768
2769 * nto-tdep.c: Don't include cli/cli-decode.h and
2770 cli/cli-cmds.h.
2771 (_initialize_nto_tdep): Remove.
2772 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2773 Remove field.
2774 Remove macro nto_internal_debugging.
2775
2776 2012-08-01 Richard Henderson <rth@redhat.com>
2777
2778 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2779 (mep-*-*) [gdb_target_obs]: Likewise.
2780
2781 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2782
2783 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2784 linux_get_siginfo_type.
2785
2786 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2789 AT_ENTRY_POINT.
2790 (call_function_by_hand) <ON_STACK>: Call write_memory with
2791 gdbarch_breakpoint_from_pc, if possible.
2792 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2793 here.
2794
2795 2012-07-31 Yao Qi <yao@codesourcery.com>
2796
2797 * tracepoint.c: Add 'static' for some variables.
2798
2799 2012-07-31 Yao Qi <yao@codesourcery.com>
2800
2801 * go32-nat.c: Declare _initialize_go32_nat.
2802 * ser-go32.c: Declare _initialize_ser_dos.
2803 * top.c (do_chdir_cleanup): Add 'static'.
2804
2805 2012-07-30 Keith Seitz <keiths@redhat.com>
2806
2807 * linespec.c (linespec_lex_number): A number followed
2808 by quotes is a valid number, too.
2809
2810 2012-07-30 Tom Tromey <tromey@redhat.com>
2811
2812 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2813
2814 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2815
2816 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2817 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2818
2819 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2820
2821 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2822 invalid or reevaluated to prevent prevent references to possibly
2823 delete'd type objects being left in the varobj.
2824
2825 2012-07-27 Tom Tromey <tromey@redhat.com>
2826 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * copying.awk: Print buffer-read-only and vi ro markers.
2829 * copying.c: Rebuild.
2830 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2831 * gdbarch.c, gdbarch.h: Rebuild.
2832 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2833 buffer-read-only and vi ro markers.
2834 * features/arm-with-iwmmxt.c: Rebuild.
2835 * features/arm-with-m-fpa-layout.c: Rebuild.
2836 * features/arm-with-m-vfp-d16.c: Rebuild.
2837 * features/arm-with-m.c: Rebuild.
2838 * features/arm-with-neon.c: Rebuild.
2839 * features/arm-with-vfpv2.c: Rebuild.
2840 * features/arm-with-vfpv3.c: Rebuild.
2841 * features/i386/amd64-avx-linux.c: Rebuild.
2842 * features/i386/amd64-avx.c: Rebuild.
2843 * features/i386/amd64-linux.c: Rebuild.
2844 * features/i386/amd64.c: Rebuild.
2845 * features/i386/i386-avx-linux.c: Rebuild.
2846 * features/i386/i386-avx.c: Rebuild.
2847 * features/i386/i386-linux.c: Rebuild.
2848 * features/i386/i386-mmx-linux.c: Rebuild.
2849 * features/i386/i386-mmx.c: Rebuild.
2850 * features/i386/i386.c: Rebuild.
2851 * features/i386/x32-avx-linux.c: Rebuild.
2852 * features/i386/x32-avx.c: Rebuild.
2853 * features/i386/x32-linux.c: Rebuild.
2854 * features/i386/x32.c: Rebuild.
2855 * features/mips-dsp-linux.c: Rebuild.
2856 * features/mips-linux.c: Rebuild.
2857 * features/mips64-dsp-linux.c: Rebuild.
2858 * features/mips64-linux.c: Rebuild.
2859 * features/rs6000/powerpc-32.c: Rebuild.
2860 * features/rs6000/powerpc-32l.c: Rebuild.
2861 * features/rs6000/powerpc-403.c: Rebuild.
2862 * features/rs6000/powerpc-403gc.c: Rebuild.
2863 * features/rs6000/powerpc-405.c: Rebuild.
2864 * features/rs6000/powerpc-505.c: Rebuild.
2865 * features/rs6000/powerpc-601.c: Rebuild.
2866 * features/rs6000/powerpc-602.c: Rebuild.
2867 * features/rs6000/powerpc-603.c: Rebuild.
2868 * features/rs6000/powerpc-604.c: Rebuild.
2869 * features/rs6000/powerpc-64.c: Rebuild.
2870 * features/rs6000/powerpc-64l.c: Rebuild.
2871 * features/rs6000/powerpc-7400.c: Rebuild.
2872 * features/rs6000/powerpc-750.c: Rebuild.
2873 * features/rs6000/powerpc-860.c: Rebuild.
2874 * features/rs6000/powerpc-altivec32.c: Rebuild.
2875 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2876 * features/rs6000/powerpc-altivec64.c: Rebuild.
2877 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2878 * features/rs6000/powerpc-cell32l.c: Rebuild.
2879 * features/rs6000/powerpc-cell64l.c: Rebuild.
2880 * features/rs6000/powerpc-e500.c: Rebuild.
2881 * features/rs6000/powerpc-e500l.c: Rebuild.
2882 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2883 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2884 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2885 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2886 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2887 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2888 * features/rs6000/powerpc-vsx32.c: Rebuild.
2889 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2890 * features/rs6000/powerpc-vsx64.c: Rebuild.
2891 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2892 * features/rs6000/rs6000.c: Rebuild.
2893 * features/s390-linux32.c: Rebuild.
2894 * features/s390-linux32v1.c: Rebuild.
2895 * features/s390-linux32v2.c: Rebuild.
2896 * features/s390-linux64.c: Rebuild.
2897 * features/s390-linux64v1.c: Rebuild.
2898 * features/s390-linux64v2.c: Rebuild.
2899 * features/s390x-linux64.c: Rebuild.
2900 * features/s390x-linux64v1.c: Rebuild.
2901 * features/s390x-linux64v2.c: Rebuild.
2902 * features/tic6x-c62x-linux.c: Rebuild.
2903 * features/tic6x-c62x.c: Rebuild.
2904 * features/tic6x-c64x-linux.c: Rebuild.
2905 * features/tic6x-c64x.c: Rebuild.
2906 * features/tic6x-c64xp-linux.c: Rebuild.
2907 * features/tic6x-c64xp.c: Rebuild.
2908
2909 2012-07-27 Tom Tromey <tromey@redhat.com>
2910
2911 * c-exp.y (classify_name): Avoid assignment in condition.
2912
2913 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2914
2915 * amd64-windows-tdep.c: Include "frame.h".
2916 (amd64_windows_skip_trampoline_code): New function.
2917 (amd64_windows_init_abi): Add trampoline registration.
2918
2919 2012-07-27 Yao Qi <yao@codesourcery.com>
2920
2921 * tracepoint.c (cur_traceframe_number): Remove.
2922 (set_tfile_traceframe): Remove.
2923 (tfile_trace_find, tfile_fetch_registers): Update callers.
2924 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2925 (tfile_open, tfile_trace_find): Likewise.
2926
2927 2012-07-27 Yao Qi <yao@codesourcery.com>
2928
2929 * thread.c (switch_to_thread): Don't call registers_changed.
2930
2931 2012-07-26 Tom Tromey <tromey@redhat.com>
2932
2933 * Makefile.in (SFILES): Remove objc-exp.y.
2934 (YYFILES): Remove objc-exp.c.
2935 (YYOBJ): Remove objc-exp.o.
2936 (local-maintainer-clean): Don't mention objc-exp.c.
2937 * c-exp.y: Include objc-lang.h.
2938 (%union) <class>: New field.
2939 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2940 (exp): Clone subscript production for OBJC_LBRAC. Add various
2941 Objective C productions.
2942 (msglist, msgarglist, msgarg): New productions.
2943 (array_mod, func_mod, operator): Clone productions for
2944 OBJC_LBRAC.
2945 (parse_string_or_char): Handle '@' strings.
2946 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2947 (classify_name): Check la_name_of_this. Recognize ObjC class
2948 names.
2949 * objc-exp.y: Remove.
2950 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2951 * objc-lang.h (objc_parse, objc_error): Don't declare.
2952
2953 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2954
2955 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2956
2957 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2958
2959 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2960 and decrement.
2961
2962 2012-07-26 Tom Tromey <tromey@redhat.com>
2963
2964 * copying.c: Rebuild.
2965 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2966 'no_class'.
2967
2968 2012-07-26 Tom Tromey <tromey@redhat.com>
2969
2970 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2971 immediate_quit.
2972 (print_objfile_statistics): Likewise.
2973 (maintenance_print_symbols): Likewise.
2974 (maintenance_print_msymbols): Likewise.
2975 (maintenance_print_objfiles): Likewise.
2976 * psymtab.c (print_partial_symbols): Call QUIT.
2977 (maintenance_print_psymbols): Likewise. Don't modify
2978 immediate_quit.
2979 * copying.c (show_copying_command): Don't modify immediate_quit.
2980 (show_warranty_command): Likewise.
2981 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2982
2983 2012-07-26 Keith Seitz <keiths@redhat.com>
2984
2985 * linespec.c (linespec_lexer_lex_number): The input
2986 is also a valid number if the next character is a comma
2987 or colon.
2988
2989 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2990
2991 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2992 configure options.
2993
2994 2012-07-26 Tristan Gingold <gingold@adacore.com>
2995
2996 * machoread.c: Include gdb_bfd.h.
2997
2998 2012-07-26 Tristan Gingold <gingold@adacore.com>
2999
3000 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3001 offset.
3002
3003 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3004
3005 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3006 SIZE to size_t.
3007 (dwarf2_evaluate_loc_desc): Likewise.
3008 (dwarf2_loc_desc_needs_frame): Likewise.
3009 (locexpr_describe_location_1): Likewise.
3010 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3011 size_t.
3012 (struct dwarf2_loclist_baton): Likewise.
3013 * dwarf2read.c (struct dwarf_block): Likewise.
3014 (dump_die_shallow): Use pulongest to print dwarf_block.size.
3015 (decode_locdesc): Expand SIZE and I to size_t.
3016
3017 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3018
3019 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3020
3021 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3022
3023 * doublest.c (convert_doublest_to_floatformat): If the exponent
3024 is too small, treat the value as zero. If the exponent is too
3025 large, treat the value as infinity.
3026
3027 2012-07-25 Joel Brobecker <brobecker@adacore.com>
3028
3029 * configure.ac: Add --enable-lmcheck configure option.
3030 * configure: Regenerate.
3031
3032 2012-07-25 Tom Tromey <tromey@redhat.com>
3033
3034 * NEWS: Mention maint info bfds.
3035 * gdb_bfd.c (all_bfds): New global.
3036 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3037 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3038 New functions.
3039
3040 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
3041
3042 * configure.tgt: Add v850*-*-rtems*.
3043
3044 2012-07-25 Tom Tromey <tromey@redhat.com>
3045
3046 * macrotab.c (macro_bcache_str): Remove cast.
3047
3048 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
3049
3050 * linespec.c (linespec_lexer_lex_number): Update comments,
3051 change the return and add check to make sure the input is
3052 the decimal numbers.
3053 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3054 false, call linespec_lexer_lex_string.
3055
3056 2012-07-24 Tom Tromey <tromey@redhat.com>
3057
3058 * symfile.c (symbol_file_add): Don't open BFD twice.
3059
3060 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
3061
3062 * breakpoint.c (create_breakpoint): Store condition for pending
3063 breakpoints.
3064
3065 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
3066
3067 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3068 (m68k_return_value): Handle complex types like structures.
3069 (m68k_svr4_return_value): Likewise.
3070
3071 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
3072
3073 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3074 parameters to bfd_get_section_name.
3075
3076 2012-07-24 Yao Qi <yao@codesourcery.com>
3077
3078 * cli/cli-setshow.c: Handle case 'var_uinteger'
3079 and 'var_zuninteger' together. Handle case 'var_integer' and
3080 'var_zinteger' together.
3081
3082 2012-07-23 Keith Seitz <keiths@redhat.com>
3083
3084 * linespec.c (convert_linespec_to_sal): Don't add
3085 any symbols to the result vector if symbol_to_sal
3086 returns zero.
3087
3088 2012-07-23 Keith Seitz <keiths@redhat.com>
3089
3090 * linespec.c (decode_objc): Record the function name
3091 in the linespec.
3092
3093 2012-07-23 Tom Tromey <tromey@redhat.com>
3094
3095 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
3096 counting.
3097 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3098 (map_vmap): Acquire a reference to the BFD.
3099
3100 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
3101
3102 * p-valprint.c (pascal_object_print_value): Replace potentially
3103 unsafe alloca with xmalloc/xfree.
3104 * valops.c (search_struct_method): Likewise.
3105
3106 2012-07-23 Tom Tromey <tromey@redhat.com>
3107
3108 * solib-svr4.c (enable_break): Update.
3109 * bfd-target.h (target_bfd_reopen): Update documentation.
3110
3111 2012-07-23 Tom Tromey <tromey@redhat.com>
3112
3113 * symfile.c (separate_debug_file_exists): Update.
3114 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3115 (reread_symbols): Update.
3116 * elfread.c (build_id_verify): Update.
3117 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3118 bfd_open_maybe_remote.
3119
3120 2012-07-23 Tom Tromey <tromey@redhat.com>
3121
3122 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3123
3124 2012-07-23 Tom Tromey <tromey@redhat.com>
3125
3126 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3127 and 'abfd'.
3128 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3129 and 'abfd'.
3130 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3131 * machoread.c (macho_add_oso_symfile): Make a cleanup for
3132 'abfd'.
3133 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3134 * objfiles.c (allocate_objfile): Acquire a new reference.
3135 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3136 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3137 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3138 a cleanup for 'nbfd'.
3139 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3140 for 'nbfd'.
3141 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3142 make a cleanup for 'abfd'.
3143 (symbol_file_add): Make a BFD cleanup.
3144
3145 2012-07-23 Tom Tromey <tromey@redhat.com>
3146
3147 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3148 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3149 * corelow.c (core_open): Use gdb_bfd_fopen.
3150 * dsrec.c (load_srec): Use gdb_bfd_openr.
3151 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3152 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3153 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3154 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3155 (gdb_bfd_fdopenr): New functions.
3156 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3157 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3158 (gdb_bfd_fdopenr): Declare.
3159 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3160 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3161 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3162 gdb_bfd_openr_next_archived_file.
3163 (macho_check_dsym): Use gdb_bfd_openr.
3164 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3165 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3166 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3167 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3168 gdb_bfd_openr.
3169 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3170 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3171 gdb_bfd_openr_next_archived_file.
3172 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3173 Use gdb_bfd_openr.
3174 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3175 gdb_bfd_openr.
3176 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3177 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3178 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3179 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3180 (symfile_bfd_open): Use gdb_bfd_fopen.
3181 (generic_load): Use gdb_bfd_openr.
3182 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3183
3184 2012-07-23 Tom Tromey <tromey@redhat.com>
3185
3186 * bfd-target.c (target_bfd_reopen): Update.
3187 * cli/cli-dump.c (bfd_openr_with_cleanup)
3188 (bfd_openw_with_cleanup): Update.
3189 * corelow.c (core_open): Update.
3190 * dsrec.c (load_srec): Update.
3191 * exec.c (exec_file_attach): Update.
3192 * gcore.c (create_gcore_bfd): Update.
3193 * gdb_bfd.c (gdb_bfd_ref): Return void.
3194 (gdb_bfd_open): Update.
3195 * gdb_bfd.h (gdb_bfd_ref): Return void.
3196 Update comments.
3197 * jit.c (jit_bfd_try_read_symtab): Update.
3198 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3199 * machoread.c (macho_symfile_read_all_oso): Update.
3200 (macho_check_dsym): Update.
3201 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3202 * remote-m32r-sdi.c (m32r_load): Update.
3203 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3204 * rs6000-nat.c (add_vmap): Update.
3205 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3206 Update.
3207 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3208 * solib-spu.c (spu_bfd_open): Update.
3209 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3210 * spu-linux-nat.c (spu_bfd_open): Update.
3211 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3212 (generic_load): Update.
3213 * windows-nat.c (windows_make_so): Update.
3214
3215 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3216
3217 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3218
3219 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3220
3221 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3222 SIGTRAMP_FRAME unwinding.
3223
3224 2012-07-20 Doug Evans <dje@google.com>
3225
3226 * NEWS: Document new options "set/show use-deprecated-index-sections",
3227 and delete reference to --use-deprecated-index-sections.
3228 * symfile.h (use_deprecated_index_sections): Delete.
3229 * dwarf2read.c (use_deprecated_index_sections): Make static.
3230 (read_index_from_section): Update wording of how to load
3231 deprecated index sections.
3232 (_initialize_dwarf2_read): New options
3233 "set/show use-deprecated-index-sections".
3234 * main.c (captured_main): Delete --use-deprecated-index-sections.
3235
3236 2012-07-20 Pedro Alves <palves@redhat.com>
3237
3238 PR threads/11692
3239 PR gdb/12203
3240
3241 * infrun.c (handle_inferior_event) <new thread>: Don't special
3242 case minus_one_ptid.
3243 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3244 * linux-thread-db.c (thread_get_info_callback): Don't return early
3245 if the thread is zombie.
3246 (thread_from_lwp): Change return type to void. Rewrite stale
3247 comment.
3248 (attach_thread): Don't return early if the thread is zombie,
3249 instead set its "dying" flag.
3250 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3251 (find_new_threads_callback): Don't return early if the thread is
3252 zombie.
3253
3254 2012-07-20 Pedro Alves <palves@redhat.com>
3255
3256 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3257 * target.c (target_wait): Likewise.
3258 (str_comma_list_concat_elem, do_option, target_options_to_string):
3259 New functions.
3260 * target.h (target_options_to_string): Declare.
3261
3262 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3263 Tom Tromey <tromey@redhat.com>
3264
3265 * dwarf2read.c (dwarf_decode_macros)
3266 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3267 DW_MACRO_GNU_transparent_include_alt>: New cases.
3268 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3269 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3270
3271 2012-07-20 Tom Tromey <tromey@redhat.com>
3272
3273 * dwarf2read.c (try_open_dwo_file): Don't call
3274 gdb_bfd_stash_filename.
3275
3276 2012-07-20 Pedro Alves <palves@redhat.com>
3277
3278 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3279 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3280 (i386_process_record): Tweak description comments.
3281
3282 2012-07-20 Pedro Alves <palves@redhat.com>
3283
3284 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3285 (i386_process_record): Use record_read_memory.
3286 * record.c (record_read_memory): New function.
3287 (record_arch_list_add_mem, record_exec_insn): Use
3288 record_read_memory.
3289 * record.h (record_read_memory): Declare.
3290
3291 2012-07-20 Yao Qi <yao@codesourcery.com>
3292
3293 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3294 NULL for xfree.
3295
3296 2012-07-19 Pedro Alves <palves@redhat.com>
3297
3298 * record.c (record_resume): Ask the target beneath to report all
3299 signals.
3300
3301 2012-07-19 Doug Evans <dje@google.com>
3302
3303 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3304 there's no section at address zero.
3305 (dwarf2_record_block_ranges): Ditto.
3306
3307 2012-07-19 Yao Qi <yao@codesourcery.com>
3308
3309 * command.h, remote.c: Fix a typo in comment.
3310
3311 2012-07-19 Tom Tromey <tromey@redhat.com>
3312
3313 PR exp/13206:
3314 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3315 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3316 OP_DECLTYPE>: New cases.
3317 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3318 (type_exp): Add new productions.
3319 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3320 and decltype.
3321 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3322 New case.
3323 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3324 OP_DECLTYPE>: New case.
3325 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3326 New case.
3327 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3328 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3329
3330 2012-07-19 Tom Tromey <tromey@redhat.com>
3331
3332 * c-exp.y (enum token_flags): New.
3333 (struct token) <cxx_only>: Remove.
3334 <flags>: New field.
3335 (tokentab3, tokentab2, ident_tokens): Update.
3336 (lex_one_token): Update. Handle FLAG_SHADOW.
3337
3338 2012-07-19 Tom Tromey <tromey@redhat.com>
3339
3340 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3341 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3342 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3343 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3344 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3345 type_exp production where appropriate.
3346 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3347 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3348 <UNOP_MEMVAL_TYPE>: New case.
3349 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3350 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3351 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3352 <UNOP_MEMVAL_TYPE>: New case.
3353 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3354 UNOP_REINTERPRET_CAST>: Update.
3355 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3356 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3357 UNOP_REINTERPRET_CAST>: Update.
3358 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3359 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3360 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3361 constants.
3362
3363 2012-07-19 Yao Qi <yao@codesourcery.com>
3364 Jan Kratochvil <jan.kratochvil@redhat.com>
3365
3366 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3367 and case 'var_optional_filename' together.
3368 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3369 instead of add_setshow_optional_filename_cmd for setshow command
3370 'args'. Set completer for 'set args'.
3371
3372 2012-07-18 Doug Evans <dje@google.com>
3373
3374 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3375 * common/gdb_vecs.c: New file, contents from utils.c.
3376 * common/host-defs.h: New file, contents from defs.h.
3377 * utils.h: New file, contents from defs.h.
3378 * defs.h: Move all declarations of objects defined in utils.c
3379 to utils.h (except QUIT() and related).
3380 #include "utils.h", "host-defs.h".
3381 * probe.h (probe_p): Move here from gdb_vecs.h.
3382 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3383 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3384 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3385 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3386 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3387 (COMMON_OBS): Add gdb_vecs.o.
3388 (gdb_vecs.o): New rule.
3389
3390 2012-07-18 Keith Seitz <keiths@redhat.com>
3391
3392 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3393 parameter. If non-zero, use SYMNAME as the canonical name
3394 for the SaL.
3395 Update all callers.
3396 (convert_linespec_to_sals): Use add_sal_to_sals for
3397 expressions, too.
3398 (decode_line_full): No need to "fill in missing canonical names"
3399 anymore. Simply make cleanups for the allocated names.
3400
3401 2012-07-18 Keith Seitz <keiths@redhat.com>
3402
3403 * linespec.c (struct linespec): Constify expression,
3404 source_filename, function_name, and label_name.
3405 (symbol_not_found_error): Make all parameters const.
3406 (linespec_parser_delete): No need to check for NULL
3407 when using xfree. Cast const char * to char * for xfree.
3408
3409 2012-07-18 Keith Seitz <keiths@redhat.com>
3410
3411 * breakpoint.c (invalid_thread_id_error): New function.
3412 (find_condition_and_thread): Use invalid_thread_id_error.
3413 (watch_command_1): Likewise.
3414
3415 2012-07-18 Tom Tromey <tromey@redhat.com>
3416
3417 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3418 * contrib/cc-with-tweaks.sh: New file.
3419
3420 2012-07-18 Tom Tromey <tromey@redhat.com>
3421
3422 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3423 (locate_dwz_sections): Recognize .gdb_index.
3424 (create_cus_from_index_list): New function.
3425 (create_cus_from_index): Use it. Handle .dwz data.
3426 (read_index_from_section): New function, extracted from
3427 dwarf2_read_index.
3428 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3429 if needed.
3430
3431 2012-07-18 Tom Tromey <tromey@redhat.com>
3432
3433 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3434 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3435 <is_dwz>: New field.
3436 (struct dwz_file): New.
3437 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3438 (locate_dwz_sections, dwarf2_get_dwz_file)
3439 (get_abbrev_section_for_cu): New functions.
3440 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3441 (read_and_check_type_unit_head): Add abbrev_section argument.
3442 (create_debug_types_hash_table): Update.
3443 (init_cutu_and_read_dies): Use proper abbrev section.
3444 (init_cutu_and_read_dies_no_follow): Likewise.
3445 (set_partial_user): Do nothing if PST==NULL.
3446 (read_comp_units_from_section): New function.
3447 (create_all_comp_units): Use it.
3448 (scan_partial_symbols, partial_die_parent_scope): Update.
3449 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3450 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3451 (find_partial_die): Add offset_in_dwz argument. Update.
3452 (guess_partial_die_structure_name, fixup_partial_die): Update.
3453 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3454 DW_FORM_GNU_strp_alt.
3455 (read_indirect_string_from_dwz): New function.
3456 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3457 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3458 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3459 (follow_die_offset): Add offset_in_dwz argument.
3460 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3461 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3462 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3463 Handle new macro forms.
3464 (dwarf_decode_macros): Update.
3465 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3466 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3467 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3468 (create_debug_types_hash_table): Use correct abbrev section.
3469 (get_debug_line_section): New function.
3470 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3471 (process_full_comp_unit): Pass 'required' argument to
3472 end_symtab_get_static_block.
3473 * buildsym.h (end_symtab_get_static_block): Update.
3474 * buildsym.c (end_symtab_get_static_block): Add 'required'
3475 argument.
3476 (end_symtab, end_expandable_symtab): Update.
3477
3478 2012-07-18 Tom Tromey <tromey@redhat.com>
3479
3480 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3481 (pagesize): Remove.
3482 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3483 (zlib_decompress_section): Remove.
3484 (dwarf2_read_section): Use gdb_bfd_map_section.
3485 (munmap_section_buffer): Remove.
3486 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3487 munmap_section_buffer.
3488 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3489 (struct gdb_bfd_section_data): New.
3490 (free_one_bfd_section): New function.
3491 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3492 (get_section_descriptor, zlib_decompress_section)
3493 (gdb_bfd_map_section): New functions.
3494 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3495
3496 2012-07-18 Tom Tromey <tromey@redhat.com>
3497
3498 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3499
3500 2012-07-18 Tom Tromey <tromey@redhat.com>
3501
3502 * gdb_bfd.c (struct gdb_bfd_data): New.
3503 (gdb_bfd_cache): New global.
3504 (struct gdb_bfd_cache_search): New.
3505 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3506 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3507 * gdb_bfd.h (gdb_bfd_open): Declare.
3508
3509 2012-07-18 Tom Tromey <tromey@redhat.com>
3510
3511 * utils.c (make_cleanup_bfd_unref): Rename from
3512 make_cleanup_bfd_close.
3513 * defs.h (make_cleanup_bfd_unref): Rename from
3514 make_cleanup_bfd_close.
3515 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3516 (bfd_openw_with_cleanup): Update.
3517 * corelow.c (core_open): Update.
3518 * dsrec.c (load_srec): Update.
3519 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3520 * remote-m32r-sdi.c (m32r_load): Update.
3521 * remote-mips.c (mips_load_srec): Update.
3522 (pmon_load_fast): Update.
3523 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3524 Update.
3525 (darwin_bfd_open): Update.
3526 * solib.c (solib_bfd_fopen): Update.
3527 * symfile-mem.c (symbol_file_add_from_memory): Update.
3528 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3529 (symfile_bfd_open): Update.
3530 (generic_load): Update.
3531
3532 2012-07-18 Tom Tromey <tromey@redhat.com>
3533
3534 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3535 (pmon_load_fast): Likewise.
3536 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3537 (m32r_upload_command): Likewise.
3538 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3539 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3540 Use make_cleanup_bfd_close.
3541
3542 2012-07-18 Tom Tromey <tromey@redhat.com>
3543
3544 * symfile.c (symfile_bfd_open): Don't copy name. Call
3545 gdb_bfd_stash_filename.
3546 (load_command): Open the new BFD before freeing the old.
3547 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3548 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3549 Call gdb_bfd_stash_filename.
3550 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3551 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3552 gdb_bfd_stash_filename.
3553 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3554 Free found_pathname.
3555 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3556 gdb_bfd_stash_filename.
3557 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3558 * machoread.c (macho_add_oso_symfile): Call
3559 gdb_bfd_stash_filename.
3560 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3561 gdb_bfd_stash_filename.
3562 (macho_check_dsym): Don't copy filename. Call
3563 gdb_bfd_stash_filename.
3564 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3565 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3566 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3567 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3568 * exec.c (exec_close): Don't free the BFD's filename.
3569 (exec_file_attach): Don't copy the filename. Call
3570 gdb_bfd_stash_filename.
3571 * corelow.c (core_close): Don't free the BFD's filename.
3572 (core_open): Call gdb_bfd_stash_filename.
3573 * corefile.c (reopen_exec_file): Remove #if 0 code.
3574 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3575 pathname.
3576 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3577
3578 2012-07-18 Tom Tromey <tromey@redhat.com>
3579
3580 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3581 gdb_bfd_unref.
3582 (free_dwo_file): Use gdb_bfd_unref.
3583 * cli/cli-dump.c: Include gdb_bfd.h.
3584 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3585 (bfd_openr_with_cleanup): Likewise.
3586 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3587 gdb_bfd_unref.
3588 * utils.c: Include gdb_bfd.h.
3589 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3590 * symfile.c: Include gdb_bfd.h.
3591 (separate_debug_file_exists): Use gdb_bfd_unref.
3592 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3593 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3594 (generic_load): Use gdb_bfd_ref.
3595 (reread_symbols): Use gdb_bfd_unref.
3596 * symfile-mem.c: Include gdb_bfd.h.
3597 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3598 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3599 * solib.c: Include gdb_bfd.h.
3600 (solib_bfd_fopen): Use gdb_bfd_ref.
3601 (solib_bfd_open): Use gdb_bfd_unref.
3602 (free_so_symbols): Use gdb_bfd_unref.
3603 (reload_shared_libraries_1): Use gdb_bfd_unref.
3604 * solib-spu.c: Include gdb_bfd.h.
3605 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3606 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3607 gdb_bfd_unref.
3608 * solib-frv.c: Include gdb_bfd.h.
3609 (enable_break2): Use gdb_bfd_unref.
3610 * solib-dsbt.c: Include gdb_bfd.h.
3611 (enable_break2): Use gdb_bfd_unref.
3612 * solib-darwin.c: Include gdb_bfd.h.
3613 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3614 gdb_bfd_unref.
3615 (darwin_bfd_open): Use gdb_bfd_unref.
3616 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3617 * remote-mips.c: Include gdb_bfd.h.
3618 (mips_load_srec): Use gdb_bfd_ref.
3619 (pmon_load_fast): Use gdb_bfd_ref.
3620 * remote-m32r-sdi.c: Include gdb_bfd.h.
3621 (m32r_load): Use gdb_bfd_ref.
3622 * record.c: Include gdb_bfd.h.
3623 (record_save_cleanups): Use gdb_bfd_unref.
3624 (cmd_record_save): Use gdb_bfd_unref.
3625 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3626 gdb_bfd_unref.
3627 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3628 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3629 * objfiles.c: Include gdb_bfd.h.
3630 (free_objfile): Use gdb_bfd_unref.
3631 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3632 gdb_bfd.c.
3633 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3634 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3635 (macho_check_dsym): Likewise.
3636 * m32r-rom.c: Include gdb_bfd.h.
3637 (m32r_load): Use gdb_bfd_ref.
3638 (m32r_upload_command): Use gdb_bfd_ref.
3639 * jit.c: Include gdb_bfd.h.
3640 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3641 * gdb_bfd.h: New file.
3642 * gdb_bfd.c: New file.
3643 * gcore.c: Include gdb_bfd.h.
3644 (create_gcore_bfd): Use gdb_bfd_ref.
3645 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3646 (gcore_command): Use gdb_bfd_unref.
3647 * exec.c: Include gdb_bfd.h.
3648 (exec_close): Use gdb_bfd_unref.
3649 (exec_close_1): Use gdb_bfd_unref.
3650 (exec_file_attach): Use gdb_bfd_ref.
3651 * elfread.c: Include gdb_bfd.h.
3652 (build_id_verify): Use gdb_bfd_unref.
3653 * dsrec.c: Include gdb_bfd.h.
3654 (load_srec): Use gdb_bfd_ref.
3655 * corelow.c: Include gdb_bfd.h.
3656 (core_close): Use gdb_bfd_unref.
3657 (core_open): Use gdb_bfd_ref.
3658 * bfd-target.c: Include gdb_bfd.h.
3659 (target_bfd_xclose): Use gdb_bfd_unref.
3660 (target_bfd_reopen): Use gdb_bfd_ref.
3661 * Makefile.in (SFILES): Add gdb_bfd.c.
3662 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3663 (COMMON_OBS): Add gdb_bfd.o.
3664
3665 2012-07-18 Keith Seitz <keiths@redhat.com>
3666
3667 * breakpoint.c (find_condition_and_thread): Initialize
3668 TASK and REST.
3669 (create_breakpiont): find_condition_and_thread will now
3670 initialize COND_STRING, THREAD, and REST (and TASK).
3671 (addr_string_to_sals): Likewise.
3672
3673 2012-07-18 Pedro Alves <palves@redhat.com>
3674
3675 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3676 Pull the single step breakpoints out of the target.
3677
3678 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3679
3680 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3681 * stap-probe.c (compile_probe_arg): Likewise.
3682
3683 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3684
3685 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3686 (elf_compile_to_ax): Likewise.
3687 * infrun.c (insert_exception_resume_from_probe): Likewise.
3688 (check_exception_resume): Remove `objfile' variable.
3689 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3690 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3691 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3692 (compare_entries): Rename to...
3693 (compare_probes): ...this. Adjust function to work with
3694 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3695 respectively.
3696 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3697 `VEC (probe_p) *'.
3698 (print_ui_out_info): Adjust argument to be `struct probe *'.
3699 (info_probes_for_ops): Adjust internal computations to use
3700 `VEC (probe_p) *'.
3701 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3702 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3703 gen_info_probes_table_values>: Remove `objfile' argument.
3704 (struct probe) <objfile>: New field.
3705 (find_probe_by_pc): Remove `objfile' argument.
3706 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3707 (stap_get_probe_argument_count): Likewise.
3708 (stap_get_arg): Likewise.
3709 (stap_evaluate_probe_argument): Likewise.
3710 (stap_compile_to_ax): Likewise.
3711 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3712 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3713 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3714 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3715 sym_compile_to_ax>: Likewise.
3716
3717 2012-07-18 Terry Guo <terry.guo@arm.com>
3718
3719 PR 14329
3720 * defs.h (GDB_MI_MSG_WIDTH): New.
3721 * ser_base (ser_base_read_error_fd): New function.
3722 (do_ser_base_readchar): Poll error file descriptor as well as
3723 standard output.
3724 (generic_readchar): Refactor error handling.
3725
3726 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3727
3728 * NEWS: Create a new section for the next release branch.
3729 Rename the section of the current branch, now that it has
3730 been cut.
3731
3732 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3733
3734 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3735 * version.in: Bump version to 7.5.50.20120718-cvs.
3736
3737 2012-07-17 Keith Seitz <keiths@redhat.com>
3738
3739 * linespec.c (linespec_parse_line_offset): Make parameter
3740 const.
3741
3742 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 PR 11914
3745 * f-valprint.c (info_common_command): New variable frame_id.
3746 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3747 * printcmd.c (print_variable_and_value): Extend function comment.
3748 Add comment for invalidated FRAME.
3749 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3750 FI form FRAME_ID after each print_frame_local_vars.
3751 (struct print_variable_and_value_data): Change frame to frame_id.
3752 (do_print_variable_and_value): New variable frame, initialize it from
3753 p->frame_id. Add comment for invalidated FRAME.
3754 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3755 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3756 for invalidated FRAME.
3757
3758 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3759 Pedro Alves <palves@redhat.com>
3760
3761 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3762 loop.
3763
3764 2012-07-16 Tom Tromey <tromey@redhat.com>
3765
3766 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3767
3768 2012-07-15 Doug Evans <dje@google.com>
3769
3770 * dwarf2read.c (stmt_list_hash): New struct.
3771 (type_unit_group): Embed "per_cu" member, remove pointer.
3772 New union member "t", move member "tus" into it, all uses updated.
3773 New member "hash", replaces member "line_offset, all uses updated.
3774 (quick_file_names): Replace member "offset" with "hash", all uses
3775 updated.
3776 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3777 (hash_file_name_entry, eq_file_name_entry): Call them.
3778 (hash_type_unit_group, eq_type_unit_group): Ditto.
3779 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3780 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3781 (dw2_get_file_names): Update.
3782 (create_type_unit_group): Replace "per_cu" arg with "cu".
3783 All callers updated. Fix "quick" (.gdb_index) handling.
3784 (get_type_unit_group): Replace "per_cu" arg with "cu".
3785 All callers updated.
3786 (build_type_unit_groups): Don't reset tu_stats.
3787
3788 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3789 "tab_cur_size". Change member "tab" to be a htab_t.
3790 (create_filename_seen_cache): Update.
3791 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3792 (filename_seen): Update.
3793
3794 2012-07-13 Doug Evans <dje@google.com>
3795
3796 * symtab.c (filename_seen): Update comment.
3797
3798 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3799 Doug Evans <dje@google.com>
3800
3801 * buildsym.c (end_symtab_1): Split it to ...
3802 (end_symtab_get_static_block): ... this ...
3803 (end_symtab_from_static_block): ... and this function.
3804 (end_symtab, end_expandable_symtab): Call them.
3805 * buildsym.h (end_symtab_get_static_block)
3806 (end_symtab_from_static_block): New declarations.
3807 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3808 Set its valid CU ranges.
3809
3810 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3813 DW_OP_GNU_parameter_ref.
3814
3815 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3818 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3819
3820 2012-07-13 Doug Evans <dje@google.com>
3821
3822 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3823 (filename_seen_cache): New struct.
3824 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3825 (create_filename_seen_cache): New function.
3826 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3827 (filename_seen): Delete arg "first". New arg "cache". All callers
3828 updated.
3829 (output_source_filename_data): New struct.
3830 (output_source_filename): Delete arg "first". New arg "data".
3831 All callers updated.
3832 (sources_info): Delete local "first". New locals "data", "cleanups".
3833 Rewrite to use filename_seen_cache.
3834 (add_partial_filename_data): Delete member "first". New member
3835 "filename_seen_cache". All uses updated.
3836 (make_source_files_completion_list): Rewrite to use
3837 filename_seen_cache.
3838
3839 2012-07-12 Doug Evans <dje@google.com>
3840
3841 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3842
3843 2012-07-10 Doug Evans <dje@google.com>
3844
3845 PR gdb/13498
3846 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3847 all_type_unit_groups, type_unit_groups, tu_stats.
3848 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3849 All uses updated. Add type_unit_group to union "s".
3850 (type_unit_group): New struct.
3851 (IS_TYPE_UNIT_GROUP): New macro.
3852 (abbrev_table): Delete unused member "section".
3853 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3854 (dw2_get_cu): Assert not used with type_unit_group.
3855 (dw2_get_primary_cu): New function.
3856 (dw2_build_type_unit_groups_reader): New function.
3857 (dw2_build_type_unit_groups): New function.
3858 (dw2_get_file_names): Assert not called on type units.
3859 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3860 Redo loop to iterate over type unit groups instead of type units.
3861 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3862 (read_abbrev_offset): New function.
3863 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3864 updated.
3865 (create_partial_symtab): New function.
3866 (process_psymtab_comp_unit_reader): Assert not used with type units.
3867 Call create_partial_symtab.
3868 (process_psymtab_type_unit): Delete.
3869 (hash_type_unit_group, eq_type_unit_group): New functions.
3870 (allocate_type_unit_groups_table): New function.
3871 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3872 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3873 (create_type_unit_group, get_type_unit_group): New functions.
3874 (tu_abbrev_offset): New struct.
3875 (sort_tu_by_abbrev_offset): New function.
3876 (add_type_unit_group_to_table): New function.
3877 (build_type_unit_groups): New function.
3878 (build_type_psymtabs_reader): New function.
3879 (build_type_psymtab_dependencies): New function.
3880 (build_type_psymtabs): Rewrite.
3881 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3882 is seen in a type unit.
3883 (process_queue): Move symtab expansion debugging printfs here.
3884 Call process_full_type_unit for type units.
3885 (compute_symtab_includes): Assert not called for type units.
3886 (process_cu_includes): Don't call compute_symtab_includes for
3887 type units.
3888 (process_full_type_unit): New function.
3889 (process_imported_unit_die): Flag an error if called for type units.
3890 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3891 updated. Assert not called for type units.
3892 (read_file_scope): Call dwarf2_start_symtab.
3893 (setup_type_unit_groups): New function.
3894 (read_type_unit_scope): Rewrite.
3895 (abbrev_table_read_table): Initialize abbrev_table->offset.
3896 (abbrev_table_free_cleanup): New function.
3897 (dwarf2_start_symtab): New function.
3898 (load_full_type_unit): Assert not called for type unit groups.
3899 * buildsym.c (finish_block_internal): New arg "expandable".
3900 All callers updated.
3901 (start_symtab): Move most contents to ...
3902 (restart_symtab): ... here. New function.
3903 (reset_symtab_globals): New function.
3904 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3905 Call reset_symtab_globals.
3906 (end_symtab, end_expandable_symtab): New functions.
3907 (set_missing_symtab, augment_type_symtab): New functions.
3908 * buildsym.h (end_expandable_symtab): Declare.
3909 (augment_type_symtab, restart_symtab): Declare.
3910 * psympriv.h (struct partial_symtab): New member "anonymous".
3911 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3912 anonymous psymtabs.
3913 (read_psymtabs_with_filename): Ditto.
3914 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3915 (expand_symtabs_matching_via_partial): Ditto.
3916 (dump_psymtab): Update.
3917 * dictionary.c (dict_add_pending): New function.
3918 * dictionary.h (dict_add_pending): Declare.
3919
3920 2012-07-09 Doug Evans <dje@google.com>
3921
3922 * buildsym.c (start_subfile): Remove unnecessary check for
3923 name == NULL.
3924
3925 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3926
3927 * dwarf2read.c (load_full_type_unit): Simplify.
3928
3929 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3930 to struct signatured_type **. All uses updated.
3931
3932 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3933 All callers updated.
3934
3935 2012-07-09 Tom Tromey <tromey@redhat.com>
3936
3937 * c-exp.y (check_parameter_typelist): New function.
3938 (parameter_typelist): Call it.
3939 * eval.c (make_params): Handle '(void)' case.
3940 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3941 '(void)' case.
3942
3943 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3944
3945 * common/linux-ptrace.c: Include gdb_assert.h.
3946 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3947 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3948 stdint.h.
3949 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3950 functions.
3951 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3952 * linux-nat.c (linux_child_post_attach)
3953 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3954
3955 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3956
3957 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3958 nptl <2.7 bug workaround for core files.
3959
3960 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3961
3962 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3963 clearing.
3964 (save_siginfo): Remove.
3965 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3966 call.
3967 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3968 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3969 * linux-nat.h (struct lwp_info): Remove field siginfo.
3970
3971 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 Code cleanup for the next patch.
3974 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3975 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3976 call for it.
3977 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3978 (ia64_linux_stopped_data_address):
3979 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3980 the return value.
3981 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3982 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3983 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3984 call for it.
3985
3986 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3987
3988 PR 14321
3989 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3990 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3991
3992 2012-07-06 Tom Tromey <tromey@redhat.com>
3993
3994 * c-exp.y (DOTDOTDOT): New token.
3995 (func_mod, exp): Use parameter_typelist.
3996 (parameter_typelist): New production.
3997 (tokentab3): Add "..." token.
3998 * eval.c (make_params): Handle varargs.
3999 * gdbtypes.c (lookup_function_type_with_arguments): Handle
4000 varargs.
4001
4002 2012-07-06 Tom Tromey <tromey@redhat.com>
4003
4004 PR exp/9608:
4005 * c-exp.y (%union) <tvec>: Change type.
4006 (func_mod): Now uses <tvec> type.
4007 (exp): Update for tvec change.
4008 (direct_abs_decl): Push the typelist.
4009 (func_mod): Return a typelist.
4010 (nonempty_typelist): Update for tvec change.
4011 * gdbtypes.c (lookup_function_type_with_arguments): New function.
4012 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4013 * parse.c (pop_type_list): New function.
4014 (push_typelist): New function.
4015 (follow_types): Handle tp_function_with_arguments.
4016 * parser-defs.h (type_ptr): New typedef. Define a VEC.
4017 (enum type_pieces) <tp_function_with_arguments>: New constant.
4018 (union type_stack_elt) <typelist_val>: New field.
4019 (push_typelist): Declare.
4020
4021 2012-07-06 Tom Tromey <tromey@redhat.com>
4022
4023 * c-exp.y (%union) <type_stack>: New field.
4024 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
4025 (ptr_operator_ts): New production.
4026 (ptype): Update.
4027 * parse.c (type_stack_reserve): New function.
4028 (check_type_stack_depth): Use it.
4029 (pop_type_stack, append_type_stack, push_type_stack)
4030 (get_type_stack, type_stack_cleanup): New functions.
4031 (follow_types): Handle tp_type_stack.
4032 (_initialize_parse): Simplify initialization.
4033 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4034 constant.
4035 (union type_stack_elt) <stack_val>: New field.
4036 (get_type_stack, append_type_stack, push_type_stack)
4037 (type_stack_cleanup): Declare.
4038
4039 2012-07-06 Tom Tromey <tromey@redhat.com>
4040
4041 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4042 Remove.
4043 (struct type_stack): New.
4044 * parse.c (type_stack, type_stack_size, type_stack_depth):
4045 Remove.
4046 (type_stack): New global.
4047 (parse_exp_in_context, check_type_stack_depth)
4048 (insert_into_type_stack, insert_type, push_type, push_type_int)
4049 (insert_type_address_space, pop_type, pop_type_int)
4050 (_initialize_parse): Update.
4051
4052 2012-07-06 Tom Tromey <tromey@redhat.com>
4053
4054 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4055 Remove %type.
4056
4057 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4058
4059 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4060
4061 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4062 Jan Kratochvil <jan.kratochvil@redhat.com>
4063
4064 * cp-valprint.c (cp_print_value): Replace potentially unsafe
4065 alloca with xmalloc/xfree.
4066
4067 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
4068
4069 * MAINTAINERS (Write After Approval): Add myself to the list.
4070
4071 2012-07-05 Doug Evans <dje@google.com>
4072
4073 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4074
4075 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4076
4077 * ax-gdb.c (cli/cli-utils.h): New include.
4078 (linespec.h): Ditto.
4079 (agent_eval_command_one): New function.
4080 (agent_command_1): Ditto.
4081 (agent_command): Call function agent_command_1.
4082 (agent_eval_command): Ditto.
4083 (_initialize_ax_gdb): Change help for "maint agent"
4084 and "maint agent-eval".
4085
4086 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
4087
4088 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4089 * cli/cli-utils.c (check_for_argument): New function.
4090 * cli/cli-utils.h (check_for_argument): Ditto.
4091
4092 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4093
4094 * NEWS: Mention x32 ABI support.
4095
4096 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
4097
4098 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4099 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4100
4101 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4102 and pc_regnum_from_eax to -1. Update SP regnum from
4103 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4104 needed.
4105
4106 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4107 pc_regnum_from_eax.
4108
4109 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4110
4111 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4112 * dwarf2expr.h: Include gdbtypes.h.
4113 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4114 these forward declarations.
4115 (cu_offset, sect_offset): Move these ...
4116 * gdbtypes.h: Remove include dwarf2expr.h.
4117 (cu_offset, sect_offset): ... here.
4118
4119 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
4120
4121 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4122 (amd64_linux_sigtramp_code): This.
4123 (amd64_x32_linux_sigtramp_code): New.
4124 (LINUX_SIGTRAMP_LEN): Updated.
4125 (amd64_linux_sigtramp_start): Check x32 sigtramp.
4126
4127 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4130
4131 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4132
4133 * config.in: Regenerate.
4134 * configure: Regenerate.
4135 * configure.ac: Remove check for gnu/libc-version.h.
4136 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4137 gnu/libc-version.h.
4138 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4139 variables libc_version, libc_major and libc_minor. Replace sscanf by
4140 inferior_has_bug. Extend the comment.
4141
4142 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * linux-thread-db.c (inferior_has_bug): New function.
4145 (thread_db_find_new_threads_silently): Return boolean as checked by
4146 inferior_has_bug, describe it in the comments.
4147 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4148 earlier. Abort the initialization if it returned non-zero.
4149 (thread_db_new_objfile): Exclude debug files.
4150 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
4151 if UNTIL_NO_NEW,
4152
4153 2012-07-02 Doug Evans <dje@google.com>
4154
4155 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4156 related to queue management.
4157
4158 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4159 instead of "debug dwarf2-die" in debugging printfs.
4160 (create_debug_info_hash_table_reader): Ditto.
4161 (create_debug_info_hash_table): Ditto.
4162 (init_dwo_file): Ditto.
4163 (init_cutu_and_read_dies): Add debugging printf.
4164 (init_cutu_and_read_dies_no_follow): Ditto.
4165 (process_psymtab_comp_unit_reader): Ditto.
4166
4167 2012-07-02 Stan Shebs <stan@codesourcery.com>
4168
4169 Add target-side support for dynamic printf.
4170 * NEWS: Mention the additional style.
4171 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4172 (struct bp_location): New field cmd_bytecode.
4173 * breakpoint.c: Include format.h.
4174 (disconnected_dprintf): New global.
4175 (parse_cmd_to_aexpr): New function.
4176 (build_target_command_list): New function.
4177 (insert_bp_location): Call it.
4178 (remove_breakpoints_pid): Skip dprintf breakpoints.
4179 (print_one_breakpoint_location): Ditto.
4180 (dprintf_style_agent): New global.
4181 (dprintf_style_enums): Add dprintf_style_agent.
4182 (update_dprintf_command_list): Add agent case.
4183 (agent_printf_command): New function.
4184 (_initialize_breakpoint): Add new commands.
4185 * common/ax.def (printf): New bytecode.
4186 * ax.h (ax_string): Declare.
4187 * ax-gdb.h (gen_printf): Declare.
4188 * ax-gdb.c: Include cli-utils.h, format.h.
4189 (gen_printf): New function.
4190 (maint_agent_print_command): New function.
4191 (_initialize_ax_gdb): Add maint agent-printf command.
4192 * ax-general.c (ax_string): New function.
4193 (ax_print): Add printf disassembly.
4194 * Makefile.in (SFILES): Add format.c
4195 (COMMON_OBS): Add format.o.
4196 * common/format.h: New file.
4197 * common/format.c: New file.
4198 * printcmd.c: Include format.h.
4199 (ui_printf): Call parse_format_string.
4200 * remote.c (remote_state): New field breakpoint_commands.
4201 (PACKET_BreakpointCommands): New enum.
4202 (remote_breakpoint_commands_feature): New function.
4203 (remote_protocol_features): Add new BreakpointCommands entry.
4204 (remote_can_run_breakpoint_commands): New function.
4205 (remote_add_target_side_commands): New function.
4206 (remote_insert_breakpoint): Call it.
4207 (remote_insert_hw_breakpoint): Ditto.
4208 (_initialize_remote): Add new packet configuration for
4209 target-side breakpoint commands.
4210 * target.h (struct target_ops): New field
4211 to_can_run_breakpoint_commands.
4212 (target_can_run_breakpoint_commands): New macro.
4213 * target.c (update_current_target): Handle
4214 to_can_run_breakpoint_commands.
4215
4216 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4217
4218 Execute -ix and -iex only after system and user gdbinit files.
4219 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4220 processing down after gdbinit files.
4221
4222 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4223
4224 Add fnmatch-gnu module.
4225 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4226 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4227 * gnulib/aclocal.m4: Regenerate.
4228 * gnulib/config.in: Regenerate.
4229 * gnulib/configure: Regenerate.
4230 * gnulib/import/dummy.c: Remove.
4231 * gnulib/import/Makefile.am: Regenerate.
4232 * gnulib/import/Makefile.in: Likewise.
4233 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4234 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4235 * gnulib/import/alloca.c: New file.
4236 * gnulib/import/alloca.in.h: Likewise.
4237 * gnulib/import/config.charset: Likewise.
4238 * gnulib/import/fnmatch.c: Likewise.
4239 * gnulib/import/fnmatch.in.h: Likewise.
4240 * gnulib/import/fnmatch_loop.c: Likewise.
4241 * gnulib/import/localcharset.c: Likewise.
4242 * gnulib/import/localcharset.h: Likewise.
4243 * gnulib/import/m4/alloca.m4: Likewise.
4244 * gnulib/import/m4/codeset.m4: Likewise.
4245 * gnulib/import/m4/configmake.m4: Likewise.
4246 * gnulib/import/m4/fcntl-o.m4: Likewise.
4247 * gnulib/import/m4/fnmatch.m4: Likewise.
4248 * gnulib/import/m4/glibc21.m4: Likewise.
4249 * gnulib/import/m4/localcharset.m4: Likewise.
4250 * gnulib/import/m4/locale-fr.m4: Likewise.
4251 * gnulib/import/m4/locale-ja.m4: Likewise.
4252 * gnulib/import/m4/locale-zh.m4: Likewise.
4253 * gnulib/import/m4/mbrtowc.m4: Likewise.
4254 * gnulib/import/m4/mbsinit.m4: Likewise.
4255 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4256 * gnulib/import/m4/mbstate_t.m4: Likewise.
4257 * gnulib/import/m4/stdbool.m4: Likewise.
4258 * gnulib/import/m4/wchar_h.m4: Likewise.
4259 * gnulib/import/m4/wctype_h.m4: Likewise.
4260 * gnulib/import/m4/wint_t.m4: Likewise.
4261 * gnulib/import/mbrtowc.c: Likewise.
4262 * gnulib/import/mbsinit.c: Likewise.
4263 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4264 * gnulib/import/mbsrtowcs-state.c: Likewise.
4265 * gnulib/import/mbsrtowcs.c: Likewise.
4266 * gnulib/import/ref-add.sin: Likewise.
4267 * gnulib/import/ref-del.sin: Likewise.
4268 * gnulib/import/stdbool.in.h: Likewise.
4269 * gnulib/import/streq.h: Likewise.
4270 * gnulib/import/strnlen1.c: Likewise.
4271 * gnulib/import/strnlen1.h: Likewise.
4272 * gnulib/import/verify.h: Likewise.
4273 * gnulib/import/wchar.in.h: Likewise.
4274 * gnulib/import/wctype.in.h: Likewise.
4275
4276 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 Support shell wildcards for 'set auto-load safe-path'.
4279 * auto-load.c: Include fnmatch.h.
4280 (filename_is_in_dir): Rename to ...
4281 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4282 it. Update function comment. Rename dir_len to pattern_len. New
4283 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4284 messages. Use gdb_filename_fnmatch.
4285 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4286 pattern.
4287 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4288 * defs.h (gdb_filename_fnmatch): New declaration.
4289 * utils.c: Include fnmatch.h.
4290 (gdb_filename_fnmatch): New function.
4291
4292 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4293
4294 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4295 `-probe' and `-probe-stap' options.
4296
4297 2012-07-01 Yao Qi <yao@codesourcery.com>
4298
4299 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4300 always_inserted_off, and always_inserted_enums.
4301 Change always_inserted_mode's type to 'enum auto_boolean'.
4302 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4303 callers.
4304 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4305 of add_setshow_enum_cmd.
4306 * infrun.c: Remove can_use_displaced_stepping_auto,
4307 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4308 can_use_displaced_stepping_enum.
4309 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4310 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4311 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4312 add_setshow_enum_cmd.
4313
4314 2012-06-30 Doug Evans <dje@google.com>
4315
4316 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4317 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4318 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4319
4320 2012-06-29 Doug Evans <dje@google.com>
4321
4322 * linespec.c: #include "stack.h".
4323 (decode_line_with_current_source): Moved here from symtab.c and
4324 renamed from decode_line_spec. All callers updated.
4325 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4326 renamed from decode_line_spec_1. All callers updated.
4327 * linespec.h (decode_line_with_current_source): Move declaration here
4328 from symtab.h and renamed from decode_line_spec.
4329 (decode_line_with_last_displayed): Move declaration here from symtab.h
4330 and renamed from decode_line_spec_1.
4331 * macrocmd.c: #include "linespec.h".
4332 * symtab.c: Remove #include "linespec.h".
4333
4334 2012-06-28 Doug Evans <dje@google.com>
4335
4336 * dwarf2read.c (get_cu_length): New function.
4337 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4338 (create_debug_types_hash_table): Ditto.
4339 (init_cutu_and_read_dies): Ditto.
4340 (init_cutu_and_read_dies_no_follow): Ditto.
4341
4342 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4343
4344 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4345 (struct abbrev_table): Define.
4346 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4347 abbrev_table.
4348 (init_cutu_and_read_dies): Update.
4349 (abbrev_table_alloc_abbrev): New function. Replaces
4350 dwarf_alloc_abbrev. All callers updated.
4351 (abbrev_table_add_abbrev): New function.
4352 (abbrev_table_lookup_abbrev): New function. Replaces
4353 dwarf2_lookup_abbrev. All callers updated.
4354 (abbrev_table_read_table): New function. Contents moved here from
4355 dwarf2_read_abbrevs.
4356 (dwarf2_read_abbrevs): Call it.
4357 (abbrev_table_free): New function.
4358 (dwarf2_free_abbrev_table): Call it.
4359
4360 2012-06-28 Stan Shebs <stan@codesourcery.com>
4361
4362 * osdata.c (info_osdata_command): Filter out "Title" columns
4363 from non-MI uses.
4364 * common/linux-osdata.c (struct osdata_type): Add title field.
4365 (osdata_table): Add titles to each entry.
4366 (linux_command_xfer_osdata): Add a column for title data.
4367
4368 2012-06-28 Stan Shebs <stan@codesourcery.com>
4369
4370 Make logging work for MI.
4371 * NEWS: Mention it.
4372 * interps.h (interp_set_logging_ftype): New typedef.
4373 (struct interp_procs): New field set_logging_proc.
4374 (current_interp_set_logging): Declare.
4375 * interps.c (current_interp_set_logging): New function.
4376 * cli/cli-logging.c: Include interps.h.
4377 (set_logging_redirect): Call current_interp_set_logging.
4378 (pop_output_files): Ditto.
4379 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4380 * mi/mi-console.h (mi_console_set_raw): Declare.
4381 * mi/mi-console.c (mi_console_set_raw): New function.
4382 * mi/mi-interp.c (saved_raw_stdout): New global.
4383 (mi_set_logging): New function.
4384 (_initialize_mi_interp): Add it to interp procs.
4385
4386 2012-06-28 Doug Evans <dje@google.com>
4387
4388 * symtab.c (lookup_symbol_aux_objfile): Use
4389 ALL_OBJFILE_PRIMARY_SYMTABS.
4390
4391 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4392
4393 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 * common/buffer.c: Include inttypes.h and stdint.h.
4396 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4397
4398 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4399 Pedro Alves <palves@redhat.com>
4400
4401 * gdbthread.h (ALL_THREADS): New macro.
4402 (thread_list): Declare.
4403 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4404 going, but instead fall through to the stepping handling.
4405 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4406 the passed in signal. Adjust debug output.
4407 (resume_callback): Rename to ...
4408 (linux_nat_resume_callback): ... this. Pass the thread's last
4409 stop signal, if in "pass" state.
4410 (linux_nat_resume): Adjust to rename.
4411 (stop_wait_callback): New assertion. Don't respawn signals;
4412 instead let the LWP remain with SIGNALLED set.
4413 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4414 * remote.c (append_pending_thread_resumptions): New.
4415 (remote_vcont_resume): Call it.
4416 * target.h (target_resume): Extend comment.
4417
4418 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4419
4420 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4421
4422 2012-06-27 Doug Evans <dje@google.com>
4423
4424 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4425 Delete have_addr_base, unused. All uses updated.
4426 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4427 (dwarf2_get_pc_bounds): Add ranges_base.
4428 (dwarf2_record_block_ranges): Ditto.
4429
4430 2012-06-27 Tom Tromey <tromey@redhat.com>
4431
4432 PR macros/7961:
4433 * varobj.c (varobj_create): Update.
4434 (varobj_set_value): Update.
4435 * tracepoint.c (validate_actionline): Update.
4436 (encode_actions_1): Update.
4437 * parse.c (parse_exp_1): Add 'pc' argument.
4438 (parse_exp_in_context): Add 'pc' argument. Change how
4439 expression_context_pc is set.
4440 (parse_expression): Update.
4441 (parse_field_expression): Update.
4442 * expression.h (parse_exp_1): Update.
4443 * eval.c (parse_to_comma_and_eval): Update.
4444 * breakpoint.c (set_breakpoint_condition): Update.
4445 (update_watchpoint): Update.
4446 (init_breakpoint_sal): Update
4447 (find_condition_and_thread): Update.
4448 (watch_command_1): Update.
4449 (update_breakpoint_locations): Update.
4450 * ada-lang.c (ada_read_renaming_var_value): Update.
4451 (create_excep_cond_exprs): Update.
4452
4453 2012-06-27 Doug Evans <dje@google.com>
4454
4455 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4456 type units.
4457
4458 2012-06-26 Doug Evans <dje@google.com>
4459
4460 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4461 prototype.
4462 (error_check_comp_unit_head): New arg abbrev_section. All callers
4463 updated.
4464 (read_and_check_comp_unit_head): Ditto.
4465 (read_and_check_type_unit_head): Ditto.
4466
4467 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4468
4469 New attribute 'last' for gdb.Symtab_and_line.
4470 * NEWS (Python Scripting): Add entry about the new attribute.
4471 * python/py-symtab.c (salpy_get_last): New function which
4472 implements the get method for the 'last' attribute of
4473 gdb.Symtab_and_line.
4474 (sal_object_getset): Add entry for the 'last' attribute.
4475
4476 2012-06-26 Doug Evans <dje@google.com>
4477
4478 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4479 (dwo_sections): Add macinfo, macro.
4480 (dwarf2_locate_dwo_sections): Watch for macro sections.
4481 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4482 All callers updated. Handle DWO files.
4483
4484 * NEWS: Mention new options "set debug dwarf2-read" and
4485 "set debug symtab-create".
4486 * dwarf2read.c (dwarf2_read_debug): New static global.
4487 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4488 (process_queue): Ditto.
4489 (process_full_comp_unit): Ditto.
4490 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4491 * elfread.c (elf_symfile_read): Add debugging printf.
4492 * minsyms.c (install_minimal_symbols): Ditto.
4493 * psymtab.c (allocate_psymtab): Ditto.
4494 * symfile.c (allocate_symtab): Ditto.
4495 * symtab.c (symtab_create_debug): New global.
4496 (_initialize_symtab): Add new option "set debug symtab-create".
4497 * symtab.h (symtab_create_debug): Declare.
4498
4499 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4500 (lookup_dwo_type_unit): Ditto.
4501
4502 2012-06-26 Roland McGrath <roland@hack.frob.com>
4503 H.J. Lu <hongjiu.lu@intel.com>
4504
4505 * amd64-linux-nat.c: Include <sys/user.h>.
4506 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4507 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4508 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4509
4510 * configure.ac: Check if the fs_base and gs_base members of
4511 `struct user_regs_struct' exist.
4512 * config.in: Regenerated.
4513 * configure: Likewise.
4514
4515 2012-06-25 Michael Eager <eager@eagercon.com>
4516
4517 PR python/14291
4518 * python/python.c (gdbpy_write): Check for interrupted output.
4519
4520 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4521
4522 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4523 register as a stack alignment in ARM mode.
4524
4525 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4528 * gnulib/config.in: Regenerate.
4529 * gnulib/configure: Likewise.
4530 * gnulib/import/m4/extensions.m4: Update it.
4531 * gnulib/import/m4/gnulib-common.m4: Likewise.
4532 * gnulib/import/m4/memmem.m4: Likewise.
4533 * gnulib/import/m4/mmap-anon.m4: Likewise.
4534 * gnulib/import/m4/multiarch.m4: Likewise.
4535 * gnulib/import/stdint.in.h: Likewise.
4536
4537 2012-06-24 Yao Qi <yao@codesourcery.com>
4538
4539 * corefile.c (write_memory_with_notification): New.
4540 * gdbcore.h: Declare write_memory_with_notification.
4541 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4542 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4543 * valops.c (value_assign): Likewise.
4544 * python/py-inferior.c (infpy_write_memory): Call
4545 'write_memory_with_notification'.
4546
4547 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 * cc-with-index.sh: Use also -ex "set auto-load no".
4550
4551 2012-06-23 Doug Evans <dje@google.com>
4552
4553 PR 14125
4554 * NEWS: Document additions to .gdb_index.
4555 * dwarf2read.c: #include "gdb/gdb-index.h".
4556 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4557 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4558 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4559 (dwarf2_read_index): Recognize version 7.
4560 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4561 block_kind, domain): All callers updated.
4562 (dw2_find_symbol_file): Handle new index CU values.
4563 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4564 (add_index_entry): New args is_static, kind. All callers updated.
4565 (offset_type_compare, uniquify_cu_indices): New functions
4566 (symbol_kind): New function.
4567 (write_psymtabs_to_index): Remove duplicate CU values.
4568 (write_psymtabs_to_index): Write .gdb_index version 7.
4569
4570 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4571
4572 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4573 * configure: Regenerate.
4574
4575 2012-06-20 Yao Qi <yao@codesourcery.com>
4576
4577 * python/py-inferior.c: Update comments of infpy_read_memory
4578 and infpy_write_memory.
4579
4580 2012-06-19 Tom Tromey <tromey@redhat.com>
4581
4582 PR exp/9514:
4583 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4584 (push_type_address_space): Remove.
4585 * parse.c (insert_into_type_stack): New function.
4586 (insert_type): Likewise.
4587 (insert_type_address_space): Rename from push_type_address_space.
4588 Insert tp_space_identifier.
4589 * c-exp.y (ptr_operator): New production.
4590 (abs_decl): Use ptr_operator.
4591 (space_identifier): Call insert_type_address_space.
4592 (ptype): Don't use const_or_volatile_or_space_identifier.
4593 (const_or_volatile_noopt): Call insert_type.
4594 (conversion_type_id, conversion_declarator): New productions.
4595 (operator): Use conversion_type_id.
4596
4597 2012-06-18 Doug Evans <dje@google.com>
4598
4599 * symtab.h (minimal_symbol): New member created_by_gdb.
4600 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4601 created by gdb.
4602 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4603 (search_symbols): Call it instead of lookup_symbol.
4604 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4605
4606 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4607 Adjust address for DW_OP_GNU_addr_index.
4608 * dwarf2expr.h (dwarf_expr_context): Update comment.
4609 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4610 all callers updated. Handle TLS vars described with
4611 DW_OP_GNU_const_index.
4612 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4613 and DW_OP_GNU_const_index.
4614 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4615
4616 * block.c (find_block_in_blockvector): Make explicit the fact that we
4617 ignore GLOBAL_BLOCK.
4618
4619 2012-06-18 Tom Tromey <tromey@redhat.com>
4620
4621 * c-exp.y (operator): Remove trailing space after "delete" and
4622 "delete[]".
4623
4624 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4625 Jan Kratochvil <jan.kratochvil@redhat.com>
4626
4627 Switch i386 and derived targets to ON_STACK.
4628 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4629 (amd64_dicos_init_abi): Remove its installment.
4630 * dicos-tdep.c (dicos_init_abi): Remove the
4631 set_gdbarch_call_dummy_location call. Update the comment here.
4632 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4633 (i386_dicos_init_abi): Remove its installment.
4634 * i386-tdep.c (i386_push_dummy_code): New function.
4635 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4636 i386_push_dummy_code.
4637
4638 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4639
4640 Remove stale dummy frames.
4641 * breakpoint.c: Include dummy-frame.h.
4642 (longjmp_breakpoint_ops): New variable.
4643 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4644 bp_longjmp_call_dummy.
4645 (bpstat_what, bptype_string, print_one_breakpoint_location)
4646 (init_bp_location): Support bp_longjmp_call_dummy.
4647 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4648 (set_longjmp_breakpoint_for_call_dummy)
4649 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4650 functions.
4651 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4652 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4653 FIXME comment and extend the other comment for bp_call_dummy.
4654 (set_longjmp_breakpoint_for_call_dummy)
4655 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4656 * dummy-frame.c: Include gdbthread.h.
4657 (pop_dummy_frame_bpt): New function.
4658 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4659 (dummy_frame_discard): New function.
4660 (cleanup_dummy_frames): Update the comment about longjmps.
4661 * dummy-frame.h (dummy_frame_discard): New declaration.
4662 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4663 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4664 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4665 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4666 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4667 keep_going if IS_LONGJMP and there is no other reason to stop.
4668
4669 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4670
4671 * remote-sim.c (sim_command_completer): Initialize
4672 variable 'result'.
4673
4674 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4677 * dwarf2loc.c (call_site_parameter_matches): Support
4678 CALL_SITE_PARAMETER_PARAM_OFFSET.
4679 (needs_dwarf_reg_entry_value): Push stub value.
4680 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4681 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4682 * gdbtypes.h (enum call_site_parameter_kind): New item
4683 CALL_SITE_PARAMETER_PARAM_OFFSET.
4684 (struct call_site.parameter.u): New field param_offset.
4685
4686 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4687
4688 Code cleanup: Generalize call_site.parameter key.
4689 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4690 variable dwarf_reg. New variable kind_u. Update parameters to
4691 push_dwarf_reg_entry_value.
4692 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4693 * dwarf2expr.h (enum call_site_parameter_kind)
4694 (union call_site_parameter_u): Forward declarations.
4695 (struct dwarf_expr_context_funcs): Update parameters and their
4696 description for push_dwarf_reg_entry_value.
4697 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4698 * dwarf2loc.c (call_site_parameter_matches): New function.
4699 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4700 description. Use call_site_parameter_matches.
4701 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4702 Update parameters and their description.
4703 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4704 New variable kind_u. Adjust the caller for updated parameters.
4705 (needs_dwarf_reg_entry_value): Update parameters.
4706 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4707 instead of attr. Update for the changed fields of struct
4708 call_site_parameter.
4709 * gdbtypes.h: Include dwarf2expr.h.
4710 (enum call_site_parameter_kind): New.
4711 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4712 fb_offset into new union u.
4713
4714 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4715
4716 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4717 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4718 for x32.
4719
4720 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4721
4722 * amd64-linux-nat.c (compat_x32_clock_t): New.
4723 (compat_x32_siginfo_t): Likewise.
4724 (compat_x32_siginfo_from_siginfo): Likewise.
4725 (siginfo_from_compat_x32_siginfo): Likewise.
4726 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4727 and siginfo_from_compat_x32_siginfo for x32.
4728
4729 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4730
4731 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4732
4733 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4734
4735 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4736 instead of gdbarch_ptr_bit.
4737 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4738 (amd64_supply_native_gregset): Likewise.
4739 (amd64_collect_native_gregset): Likewise.
4740 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4741 (amd64_supply_xsave): Likewise.
4742 (amd64_collect_fxsave): Likewise.
4743 (amd64_collect_xsave): Likewise.
4744
4745 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4746
4747 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4748 (amd64_linux_read_description): Check DS segment register for
4749 x32 process.
4750
4751 2012-06-15 Tom Tromey <tromey@redhat.com>
4752
4753 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4754 init_cutu_and_read_dies.
4755
4756 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4757
4758 * MAINTAINERS (Write After Approval): Add myself to the list.
4759
4760 2012-06-15 Tom Tromey <tromey@redhat.com>
4761
4762 * valops.c (value_find_oload_method_list): Now static.
4763 * value.h (value_find_oload_method_list): Don't declare.
4764
4765 2012-06-15 Tom Tromey <tromey@redhat.com>
4766
4767 * valops.c (find_overload_match): Use value_ind.
4768
4769 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4770
4771 * infrun.c (handle_inferior_event): Correct indentation.
4772
4773 2012-06-14 Doug Evans <dje@google.com>
4774
4775 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4776 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4777 All uses updated.
4778 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4779 updated. Handle DEBUG_LOC_START_LENGTH.
4780 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4781 (loclist_describe_location): Ditto.
4782
4783 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4784
4785 PR backtrace/13866
4786 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4787 after hiding inline functions.
4788
4789 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4790
4791 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4792 _initialize_inf_ttrace.
4793
4794 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4795
4796 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4797 _initialize_hppa_hpux_nat.
4798
4799 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4800
4801 * remote-sim.c (sim_command_completer): Change type of return
4802 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4803
4804 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4805 Jan Kratochvil <jan.kratochvil@redhat.com>
4806
4807 PR tdep/14222
4808 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4809 stack on a 16-byte boundary.
4810
4811 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4812
4813 * jit.c (finalize_symtab): Set function's return type to 'void' by
4814 default.
4815
4816 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4817 H.J. Lu <hongjiu.lu@intel.com>
4818
4819 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4820 Move bits common to both the classic LP64 and the new x32 ILP32
4821 ABI here.
4822 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4823 (amd64_x32_linux_init_abi): New function.
4824 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4825 subtype.
4826
4827 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4828 * i386-tdep.c (i386_pseudo_register_name): Make public.
4829 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4830 * amd64-tdep.c (amd64_dword_names): Add "eip".
4831 (amd64_x32_pseudo_register_type): New function
4832 (amd64_x32_init_abi): New function.
4833
4834 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4835
4836 PR build/14003
4837 * inferior.h (struct inferior_suspend_state): Comment out.
4838 (struct inferior): Comment out the field suspend.
4839 * infrun.c (struct infcall_suspend_state): Comment out the field
4840 inferior_suspend.
4841 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4842 out its assignment.
4843
4844 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4845
4846 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4847 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4848 function comment. Return ERROR for unresolved cases. Implement
4849 returning proper NAME.
4850 (yylex): Accept also NAME from classify_inner_name.
4851 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4852 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4853 LOC_TYPEDEF type.
4854 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4855
4856 2012-06-13 Tom Tromey <tromey@redhat.com>
4857
4858 * breakpoint.c (condition_completer): New function.
4859 (_initialize_breakpoint): Use it.
4860 * value.c (complete_internalvar): New function.
4861 * value.h (complete_internalvar): Declare.
4862
4863 2012-06-13 Tom Tromey <tromey@redhat.com>
4864
4865 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4866 * breakpoint.c (catch_syscall_completer): Return a VEC.
4867 * cli/cli-cmds.c (complete_command): Update.
4868 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4869 (complete_on_enum): Likewise.
4870 * command.h: Include gdb_vecs.h.
4871 (completer_ftype): Change return type.
4872 (complete_on_cmdlist, complete_on_enum): Likewise.
4873 * completer.c (noop_completer, filename_completer)
4874 (location_completer): Return a VEC.
4875 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4876 to a VEC.
4877 (expression_completer, complete_line_internal, complete_line)
4878 (command_completer): Return a VEC.
4879 (gdb_completion_word_break_characters, line_completion_function):
4880 Update.
4881 * completer.h: Include gdb_vecs.h.
4882 (complete_line, noop_completer, filename_completer)
4883 (expression_completer, location_completer, command_completer):
4884 Update.
4885 * f-lang.c (f_word_break_characters): Return a VEC.
4886 * interps.c (interpreter_completer): Return a VEC.
4887 * language.h (struct language_defn)
4888 <la_make_symbol_completion_list>: Return a VEC.
4889 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4890 * symtab.c (free_completion_list): Take a VEC.
4891 (return_val_size, return_val_index): Remove.
4892 (return_val): Now a VEC.
4893 (completion_list_add_name): Update.
4894 (default_make_symbol_completion_list_break_on)
4895 (default_make_symbol_completion_list, make_symbol_completion_list)
4896 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4897 Return a VEC.
4898 (add_filename_to_list): Update.
4899 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4900 <list>: Now a VEC.
4901 (maybe_add_partial_symtab_filename): Update.
4902 (make_source_files_completion_list): Return a VEC.
4903 * symtab.h (default_make_symbol_completion_list_break_on)
4904 (default_make_symbol_completion_list, make_symbol_completion_list)
4905 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4906 (make_source_files_completion_list): Update.
4907
4908 2012-06-13 Tom Tromey <tromey@redhat.com>
4909
4910 * breakpoint.c (add_catch_command): Use completer_ftype.
4911 * breakpoint.h: Include command.h.
4912 (add_catch_command): Use completer_ftype.
4913 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4914 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4915 Use completer_ftype.
4916 * command.h (completer_ftype): New typedef.
4917 (set_cmd_completer): Use it.
4918 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4919 completer_ftype.
4920
4921 2012-06-13 Pedro Alves <palves@redhat.com>
4922
4923 Partial revert of previous change.
4924
4925 * serial.c (scb_base): New global.
4926 (serial_for_fd): New.
4927 (serial_open, serial_fdopen_ops): Link new serial in open serials
4928 chain.
4929 (do_serial_close): Unlink serial from the open serials chain.
4930
4931 2012-06-12 Pedro Alves <palves@redhat.com>
4932
4933 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4934 threads here.
4935 (prepare_for_detach): No longer context switch here in non-stop
4936 mode.
4937 (fetch_inferior_event): Ditto.
4938 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4939 to the event thread before removing breakpoints. Switch to the
4940 event thread before inserting breakpoints and resuming.
4941 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4942 event thread before resuming.
4943 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4944 Switch to the event thread before removing breakpoints.
4945
4946 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4947
4948 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4949 special characters correctly for the Windows shells. See
4950 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4951 report.
4952 [!__MINGW32__]: Remove extra double quote character from special
4953 characters.
4954
4955 2012-06-11 Stan Shebs <stan@codesourcery.com>
4956
4957 * ui-out.h: Remove #if 0 declarations.
4958 * ui-out.c: Remove #if 0 functions.
4959
4960 2012-06-11 Pedro Alves <palves@redhat.com>
4961
4962 * ser-base.c (run_async_handler_and_reschedule): New.
4963 (fd_event, push_event): Use it.
4964 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4965 reference count to 1.
4966 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4967 instead of xfree.
4968 (serial_is_open, serial_ref, serial_unref): New.
4969 * serial.h (serial_open): Adjust comment.
4970 (serial_is_open): Declare.
4971 (serial_close): Adjust comment.
4972 (serial_ref, serial_unref) Declare.
4973 (struct serial): New field 'refcnt'.
4974
4975 2012-06-11 Pedro Alves <palves@redhat.com>
4976
4977 Remove #if 0'd "connect" command, and unnecessary associated
4978 refcounting and serial reuse bits.
4979
4980 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4981 * serial.c (last_serial_opened): Delete.
4982 (scb_base): Delete.
4983 (serial_open): Adjust.
4984 (serial_for_fd): Delete.
4985 (serial_fdopen_ops, do_serial_close): Adjust.
4986 (serial_fdopen_ops): Adjust.
4987
4988 2012-06-11 Pedro Alves <palves@redhat.com>
4989
4990 * serial.c (do_serial_close): Remove early return when SCB is
4991 null.
4992
4993 2012-06-11 Tom Tromey <tromey@redhat.com>
4994
4995 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4996
4997 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4998
4999 Fix regression by the "ambiguous linespec" series.
5000 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
5001 get_last_displayed_symtab and get_last_displayed_line and depending
5002 on CURSAL.
5003
5004 2012-06-11 Tom Tromey <tromey@redhat.com>
5005
5006 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5007 (dw2_find_symbol_file): Use it.
5008
5009 2012-06-11 Michael Eager <eager@eagercon.com>
5010
5011 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5012 * mips-linux-tdep.h (mips_signals): New
5013
5014 2012-06-11 Tom Tromey <tromey@redhat.com>
5015
5016 * infrun.c (handle_inferior_event)
5017 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5018 breakpoint.
5019 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5020 exception logic in all cases. Update comments.
5021 (insert_longjmp_resume_breakpoint): Set the exception resume
5022 breakpoint.
5023
5024 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
5025
5026 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5027
5028 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
5029
5030 * valarith.c (binop_types_user_defined_p): Fix a typo.
5031
5032 2012-06-08 Yao Qi <yao@codesourcery.com>
5033 Chung-Lin Tang <cltang@codesourcery.com>
5034
5035 * arch-utils.c (default_return_in_first_hidden_param_p): New.
5036 * arch-utils.h: Declare.
5037 * gdbarch.sh: Add return_in_first_hidden_param_p.
5038 * gdbarch.c, gdbarch.h: Regenerated.
5039 * infcall.c (call_function_by_hand): Call
5040 gdbarch_return_in_first_hidden_param_p instead of
5041 language_pass_by_reference.
5042
5043 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5044 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5045 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5046 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5047 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5048 `cplus_return_struct_by_reference'.
5049 (tic6x_return_value): Handle language cplusplus.
5050 (tic6x_return_in_first_hidden_param_p): New.
5051 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5052
5053 2012-06-07 Doug Evans <dje@google.com>
5054
5055 * dwarf2read.c (dwarf2_cu): Add comment.
5056
5057 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5058
5059 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5060 variable.
5061 (mips_eabi_push_dummy_call): Likewise.
5062 (mips_n32n64_push_dummy_call): Likewise.
5063 (mips_o32_push_dummy_call): Likewise.
5064 (mips_o64_push_dummy_call): Likewise.
5065
5066 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5067
5068 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5069
5070 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
5071
5072 * mips-tdep.c (mips_pseudo_register_type): Use
5073 mips_float_register_p.
5074
5075 2012-06-06 Pedro Alves <palves@redhat.com>
5076
5077 * infrun.c (handle_inferior_event): Remove calls to
5078 reinit_frame_cache that follow a context_switch call.
5079
5080 2012-06-06 Pedro Alves <palves@redhat.com>
5081
5082 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5083 context_switch and remove stale comment.
5084
5085 2012-06-06 Pedro Alves <palves@redhat.com>
5086
5087 * infrun.c (struct execution_control_state): Remove
5088 `new_thread_event' field.
5089 (handle_inferior_event): Simplify new threads handling; don't
5090 resume the inferior if we find a new thread.
5091
5092 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
5093
5094 * NEWS: Document the deprecation of SH's 'regs' command.
5095 * inferior.h (all_registers_info): Add function declaration.
5096 * sh-tdep.c (sh_show_regs): Remove variable.
5097 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5098 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5099 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5100 (sh_show_regs_command): Remove functions.
5101 (sh_gdbarch_init): Don't set sh_show_regs.
5102 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5103 'info all-registers'.
5104 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5105 (sh64_show_regs): Remove functions.
5106 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5107
5108 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5109
5110 * configure.ac: Move development=true below AC_INIT.
5111 * configure: Regenerate.
5112
5113 2012-06-05 Stan Shebs <stan@codesourcery.com>
5114
5115 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5116 gdb_stdout.
5117
5118 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5119
5120 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5121 argument as ssize_t.
5122 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5123 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5124 * target.c (target_read_stack, target_write_memory)
5125 (target_write_raw_memory): Likewise.
5126 * target.h (target_read_stack, target_write_memory)
5127 (target_write_raw_memory): Likewise.
5128
5129 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 * symfile-mem.c: Change gdb_static_assert to ssize_t.
5132 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5133 * target.c (target_read_memory): Change LEN to ssize_t.
5134 * target.h (target_read_memory): Change LEN to ssize_t.
5135
5136 2012-06-05 Pedro Alves <palves@redhat.com>
5137
5138 PR backtrace/13866
5139
5140 * breakpoint.c (until_break_command): Only fetch the selected
5141 frame after decode_line_1.
5142
5143 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
5144
5145 * solib-svr4.c (enable_break): Don't fallback to setting the solib
5146 event breakpoint at _start, __start or main if a program
5147 interpreter is not found.
5148
5149 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5150
5151 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5152 Add declaration.
5153 * windows-tdep.c: #include "objfiles.h".
5154 (windows_iterate_over_objfiles_in_search_order): New function.
5155 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5156 iterate_over_objfiles_in_search_order gdbarch method to
5157 windows_iterate_over_objfiles_in_search_order.
5158 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5159
5160 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5161
5162 * gdbarch.sh: Add generation of
5163 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5164 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
5165 (iterate_over_objfiles_in_search_order): New gdbarch method.
5166 * gdbarch.h, gdbarch.c: Regenerate.
5167 * objfiles.h (default_iterate_over_objfiles_in_search_order):
5168 Add declaration.
5169 * objfiles.c (default_iterate_over_objfiles_in_search_order):
5170 New function.
5171 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5172 out of lookup_symbol_aux_symtabs.
5173 (lookup_symbol_aux_symtabs): Replace extracted-out code by
5174 call to lookup_symbol_aux_objfile.
5175 (struct global_sym_lookup_data): New type.
5176 (lookup_symbol_global_iterator_cb): New function.
5177 (lookup_symbol_global): Search for symbol using
5178 gdbarch_iterate_over_objfiles_in_search_order and
5179 lookup_symbol_global_iterator_cb.
5180 * findvar.c (struct minsym_lookup_data): New type.
5181 (minsym_lookup_iterator_cb): New function.
5182 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5183 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5184 and minsym_lookup_iterator_cb.
5185
5186 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5187
5188 Revert the following patch:
5189 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5190 try locating the symbol in the symbol's own objfile first, before
5191 extending the search to all objfiles.
5192 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5193 out of lookup_symbol_aux_symtabs.
5194 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5195 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5196 Do not search EXCLUDE_OBJFILE.
5197 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5198 (lookup_symbol_global): Search for matches in the block's objfile
5199 first, before searching all other objfiles.
5200
5201 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5202
5203 * breakpoint.c (find_condition_and_thread): Stop parsing
5204 as soon as the first invalid keyword is found.
5205
5206 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5207
5208 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5209
5210 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5211
5212 * config/djgpp/djcheck.sh: Add copyright header.
5213
5214 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5215
5216 * copyright.py (update_files, main): Fix path to update-copyright
5217 script.
5218
5219 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5220
5221 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5222 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5223 for which a reminder to update by hand is printed.
5224
5225 2012-06-04 Doug Evans <dje@google.com>
5226
5227 * buildsym.c (make_blockvector): Add comment.
5228
5229 2012-06-04 Pedro Alves <palves@redhat.com>
5230
5231 * arch-utils.c (default_gdb_signal_from_target): Delete.
5232 * arch-utils.h (default_gdb_signal_from_target): Delete.
5233 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5234 gdbarch_gdb_signal_from_target_p.
5235 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5236 predicate).
5237 * gdbarch.h: Regenerate.
5238 * gdbarch.c: Regenerate.
5239
5240 2012-06-04 Pedro Alves <palves@redhat.com>
5241
5242 * gdbarch.sh (gdb_signal_from_target): Mention that the
5243 implementation of the method must be host independent.
5244 * gdbarch.h: Regenerate.
5245
5246 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5249 parameters.
5250 (target_read_memory_bfd): New function.
5251 (symbol_file_add_from_memory): Use it.
5252
5253 2012-06-03 Doug Evans <dje@google.com>
5254
5255 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5256 of primary symtab.
5257 (basic_lookup_transparent_type): Ditto.
5258
5259 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5260 (ALL_PRIMARY_SYMTABS): Use it.
5261 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5262 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5263 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5264 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5265 (basic_lookup_transparent_type): Ditto.
5266
5267 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5268
5269 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5270 it to optimize resolution of demangled name.
5271
5272 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 * configure.ac (development): Define new variable.
5275 Call AC_CHECK_LIB for mcheck if $development.
5276 (ERROR_ON_WARNING): Enable it by default only if $development.
5277 * config.in: Regenerate.
5278 * configure: Regenerate.
5279
5280 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5281
5282 * target.c (target_read_memory): Make LEN argument as size_t.
5283 * target.h (target_read_memory): Likewise.
5284
5285 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5286
5287 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5288
5289 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5290
5291 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5292 BookE interface for PowerPC server processors if not available
5293 in the Linux Kernel.
5294
5295 2012-05-31 Keith Seitz <keiths@redhat.com>
5296
5297 * linespec.c (decode_objc): Add cleanup to free
5298 INFO.FILE_SYMTABS.
5299 (find_linespec_symbols): Add cleanup to free CLASSES.
5300 * symfile.c (find_separate_debug_file_by_debuglink): Add
5301 cleanup to free DEBUGLINK.
5302 * ui-out.c (clear_header_list): No need to check if
5303 HEADER_NEXT.COLHDR is NULL.
5304 Free HEADER_NEXT.COL_NAME.
5305
5306 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5307
5308 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5309 warning.
5310
5311 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5312
5313 * configure.host (gdb_host_cpu): Handle tilegx*.
5314 (gdb_host): Handle tilegx-*-linux*.
5315 * tilegx-linux-nat.c: New file.
5316 * config/tilegx/linux.mh: New file.
5317
5318 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5319
5320 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5321 tilegx-linux-tdep.o.
5322 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5323 tilegx-linux-tdep.c.
5324 * configure.tgt: Handle tilegx-*-linux*.
5325 * tilegx-tdep.h: New file.
5326 * tilegx-tdep.c: New file.
5327 * tilegx-linux-tdep.c: New file.
5328 * regformats/reg-tilegx.dat: New file.
5329
5330 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5331
5332 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5333 accounting of hw watchpoints on ppc.
5334
5335 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5336
5337 * source.c (openp): Expand tilde in path entries.
5338
5339 2012-05-29 Doug Evans <dje@google.com>
5340
5341 * buildsym.c (block_compar): Fix comment.
5342 (end_symtab): Fix and clarify some comments.
5343
5344 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5345 cleanup_undefined_types.
5346 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5347 All callers updated.
5348
5349 2012-05-29 Tom Tromey <tromey@redhat.com>
5350
5351 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5352 fails.
5353 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5354 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5355 fails.
5356 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5357 fails.
5358
5359 2012-05-29 Tristan Gingold <gingold@adacore.com>
5360
5361 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5362 (struct darwin_info): ... New struct.
5363 (solib_darwin_pspace_data): New variable.
5364 (darwin_pspace_data_cleanup): New function.
5365 (get_darwin_info): Likewise.
5366 (darwin_dyld_version_ok, darwin_load_image_infos)
5367 (darwin_solib_get_all_image_info_addr_at_init)
5368 (darwin_solib_read_all_image_info_addr): Add info argument.
5369 Adjust code.
5370 (darwin_current_sos): Use per pspace structure.
5371 (darwin_solib_create_inferior_hook): Likewise.
5372 (darwin_clear_solib): Likewise.
5373 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5374
5375 2012-05-28 Pedro Alves <palves@redhat.com>
5376
5377 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5378 block that uses them. Clear ecss before handling each event.
5379
5380 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 * solib-svr4.c (svr4_current_sos): New comment on
5383 svr4_current_sos_via_xfer_libraries fall back.
5384
5385 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5386
5387 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5388 it as a fallback for TYPE_IS_OPAQUE.
5389 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5390 symbols for lookup_symbol.
5391
5392 2012-05-24 John Steele Scott <toojays@toojays.net>
5393
5394 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5395 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5396 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5397 (check_producer): ... this new function, which also checks for ICC
5398 and caches the result.
5399 (producer_is_icc): New function.
5400 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5401 producer was ICC.
5402
5403 2012-05-24 Pedro Alves <palves@redhat.com>
5404
5405 PR gdb/7205
5406
5407 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5408 (default_gdb_signal_to_target): ... this. Add comment.
5409 (default_gdb_signal_from_host): Rename to ...
5410 (default_gdb_signal_from_target): ... this. Add comment.
5411 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5412 (default_gdb_signal_to_target): ... this.
5413 (default_gdb_signal_from_host): Rename to ...
5414 (default_gdb_signal_from_target): ... this.
5415 * corelow.c (core_open): Adjust to naming change. Replace comment.
5416 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5417 (gdb_signal_from_target): ... this. Adjust to
5418 default_gdb_signal_from_host naming change. Extend comment.
5419 (gdb_signal_to_host): Rename to ...
5420 (gdb_signal_to_target): ... this. Adjust to
5421 default_gdb_signal_to_host naming change.
5422 * gdbarch.h, gdbarch.c: Renegerate.
5423
5424 2012-05-24 Pedro Alves <palves@redhat.com>
5425
5426 PR gdb/7205
5427
5428 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5429
5430 2012-05-24 Pedro Alves <palves@redhat.com>
5431
5432 PR gdb/7205
5433
5434 Replace target_signal with gdb_signal throughout.
5435
5436 2012-05-24 Pedro Alves <palves@redhat.com>
5437
5438 PR tui/14159
5439
5440 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5441 string, instead of reusing the va_list argument.
5442
5443 2012-05-24 Tom Tromey <tromey@redhat.com>
5444
5445 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5446 Remove.
5447
5448 2012-05-23 Doug Evans <dje@google.com>
5449
5450 * symtab.c (search_symbols): Formatting fixes.
5451 (print_symbol_info): Formatting fixes.
5452
5453 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5454 int64_t change to leb128 API.
5455 (read_encoded_value, decode_frame_entry_1): Ditto.
5456 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5457 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5458 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5459 (execute_stack_op): Ditto.
5460 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5461 (safe_read_uleb128, safe_read_sleb128): Ditto.
5462 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5463 (dwarf2_compile_expr_to_ax): Ditto.
5464 (locexpr_describe_location_piece): Ditto.
5465 (disassemble_dwarf_expression): Ditto.
5466 (locexpr_describe_location_1): Ditto.
5467
5468 2012-05-23 Stan Shebs <stan@codesourcery.com>
5469 Kwok Cheung Yeung <kcy@codesourcery.com>
5470
5471 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5472 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5473 (mi-cmd-info.o): New rule.
5474 * osdata.h (info_osdata_command): New declaration.
5475 * osdata.c (info_osdata_command): Change to non-static.
5476 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5477 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5478 * mi/mi-cmd-info.c: New file.
5479
5480 2012-05-23 Doug Evans <dje@google.com>
5481
5482 * symtab.c (search_symbols): Pass NULL for file_matcher to
5483 expand_symtabs_matching if there are no files to match.
5484
5485 * gdbtypes.c (lookup_typename): Simplify.
5486
5487 2012-05-23 Pedro Alves <palves@redhat.com>
5488
5489 * arch-utils.h (default_target_signal_to_host): Delete.
5490 * arch-utils.c (default_target_signal_to_host): Delete.
5491 * gdbarch.sh (target_signal_to_host): Remove.
5492 * gdbarch.h, gdbarch.c: Regenerate.
5493
5494 2012-05-22 Doug Evans <dje@google.com>
5495
5496 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5497 "const gdb_byte *".
5498 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5499 (execute_cfa_program): Update to match API of leb128 functions.
5500 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5501 "const gdb_byte *".
5502 (read_unsigned_leb128, read_signed_leb128): Delete.
5503 (read_initial_length): Change type of buf argument to
5504 "const gdb_byte *".
5505 (read_encoded_value): Update to match API of leb128 functions.
5506 (decode_frame_entry): Change result to "const gdb_byte *", and
5507 similarly for "start" parameter.
5508 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5509 (dwarf2_build_frame_info): Change local frame_ptr to
5510 "const gdb_byte *".
5511 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5512 read_uleb128, read_sleb128. All callers updated.
5513 (safe_skip_leb128): New function.
5514 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5515 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5516 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5517 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5518 read_uleb128, read_sleb128.
5519 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5520 (execute_stack_op): Update to match API of leb128 functions.
5521 * dwarf2expr.h: #include "leb128.h".
5522 (read_uleb128, read_sleb128): Delete.
5523 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5524 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5525 * dwarf2loc.c (debug_loc_kind): New enum.
5526 (decode_debug_loc_addresses): New function.
5527 (decode_debug_loc_dwo_addresses): New function.
5528 (dwarf2_find_location_expression): Rewrite.
5529 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5530 (locexpr_describe_location_piece): Ditto.
5531 (disassemble_dwarf_expression): Ditto.
5532 (locexpr_describe_location_1): Ditto.
5533 (loclist_describe_location): Rewrite.
5534 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5535 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5536 (dwarf2_section_buffer_overflow_complaint): Renamed from
5537 dwarf2_macros_too_long_complaint. All callers updated.
5538 (skip_leb128): Delete.
5539 (init_cu_die_reader): Initialize reader->buffer_end.
5540 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5541 (skip_form_bytes): New arg buffer_end. All callers updated.
5542 Replace call to skip_leb128 with gdb_skip_leb128.
5543 (skip_unknown_opcode): New arg mac_end. All callers updated.
5544 (fill_in_loclist_baton): Initialize baton->from_dwo.
5545
5546 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5547
5548 * mips-linux-nat.c (mips_linux_read_description): Use a more
5549 verbose error message.
5550
5551 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5552
5553 * NEWS: Add MIPS/Linux DSP support.
5554 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5555 (SIGCONTEXT_DSPCTL): New macro.
5556 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5557 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5558 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5559 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5560 (N64_SIGCONTEXT_HI3): Likewise.
5561 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5562 (N64_SIGCONTEXT_LO3): Likewise.
5563 (N64_SIGCONTEXT_DSPCTL): Likewise.
5564 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5565 (mips_linux_o32_sigframe_init): Handle DSP registers.
5566 (mips_linux_n32n64_sigframe_init): Likewise.
5567
5568 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5569
5570 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5571 call to abort.
5572
5573 2012-05-22 Pedro Alves <palves@redhat.com>
5574
5575 * target.h (store_waitstatus): Move declaration ...
5576 * inf-child.h (store_waitstatus): ... here.
5577 * target.c: Move inclusion of gdb_wait.h, and ...
5578 (store_waitstatus): ... this ...
5579 * inf-child.c: ... here.
5580 * linux-nat.c: Include inf-child.h.
5581 * rs6000-nat.c: Include inf-child.h.
5582 * spu-linux-nat.c: Include inf-child.h.
5583
5584 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5585
5586 * tracepoint.c (start_tracing): Add missing i18n markup.
5587 (stop_tracing, set_trace_user): Ditto.
5588 (set_trace_notes, set_trace_stop_notes): Ditto.
5589
5590 2012-05-21 Tom Tromey <tromey@redhat.com>
5591
5592 PR c++/7173:
5593 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5594 types.
5595 * value.h (value_cast_pointers): Update.
5596 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5597 (value_cast): Update.
5598 (update_search_result): New function.
5599 (do_search_struct_field): New, from search_struct_field. Check
5600 for ambiguous results.
5601 (search_struct_field): Rewrite.
5602 * infcall.c (value_arg_coerce): Update.
5603 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5604 value_cast_pointers.
5605 * ada-lang.c (ada_convert_actual): Update.
5606
5607 2012-05-21 Tom Tromey <tromey@redhat.com>
5608
5609 * macroexp.c (macro_stringify): Terminate the string.
5610
5611 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5612
5613 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5614 Describe it.
5615 * auto-load.c (auto_load_expand_dir_vars): New function.
5616 (auto_load_safe_path_vec_update): Use it, remove the
5617 substitute_path_component call thanks to it.
5618 (auto_load_objfile_script): Remove the debug_file_directory processing.
5619 Use auto_load_expand_dir_vars, remove the substitute_path_component
5620 call thanks to it.
5621 * configure: Regenerate.
5622 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5623 path. Escape $ also for $debugdir.
5624 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5625 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5626
5627 2012-05-20 Doug Evans <dje@google.com>
5628
5629 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5630 before use. Check for symtab->includes == NULL before scanning it.
5631
5632 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5633
5634 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5635
5636 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5637
5638 * NEWS: Add microMIPS support and "set mips compression",
5639 "show mips compression" commands.
5640 * mips-tdep.h (mips_isa): New enum.
5641 (gdbarch_tdep): Add mips_isa.
5642 (mips_pc_is_mips16): Update prototype.
5643 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5644 * mips-tdep.c (mips_compression_mips16): New variable.
5645 (mips_compression_micromips): Likewise.
5646 (mips_compression_strings): Likewise.
5647 (mips_compression_string): Likewise.
5648 (is_mips16_isa, is_micromips_isa): New functions.
5649 (is_mips16_addr): Rename to...
5650 (is_compact_addr): ... this.
5651 (unmake_mips16_addr): Likewise to...
5652 (unmake_compact_addr): ... this.
5653 (make_mips16_addr): Likewise to...
5654 (make_compact_addr): ... this.
5655 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5656 functions.
5657 (mips_elf_make_msymbol_special): Handle microMIPS code.
5658 (msymbol_is_special): Rename to...
5659 (msymbol_is_mips16): ... this.
5660 (mips_make_symbol_special, mips_pc_is_mips16): Update
5661 accordingly.
5662 (msymbol_is_mips, msymbol_is_micromips): New functions.
5663 (mips16_to_32_reg): Rename to...
5664 (mips_reg3_to_reg): ... this.
5665 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5666 (mips_pc_isa): Likewise.
5667 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5668 code.
5669 (mips_fetch_instruction): Pass return status instead of printing
5670 an error message if requested. Handle microMIPS code. Bail out
5671 on an invalid ISA.
5672 (micromips_op): New macro.
5673 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5674 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5675 (b6s4_op, b7s3_reg): Likewise.
5676 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5677 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5678 (mips_insn_size): New function.
5679 (mips32_next_pc): Update mips_fetch_instruction call.
5680 (micromips_relative_offset7): New function.
5681 (micromips_relative_offset10): Likewise.
5682 (micromips_relative_offset16): Likewise.
5683 (micromips_pc_insn_size): Likewise.
5684 (micromips_bc1_pc): Likewise.
5685 (micromips_next_pc): Likewise.
5686 (unpack_mips16): Update mips_fetch_instruction call.
5687 (extended_mips16_next_pc): Update according to change to
5688 mips16_to_32_reg.
5689 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5690 code.
5691 (mips16_scan_prologue): Update mips_fetch_instruction call.
5692 Update according to change to mips16_to_32_reg.
5693 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5694 (mips_insn16_frame_base_sniffer): Likewise.
5695 (micromips_decode_imm9): New function.
5696 (micromips_scan_prologue): Likewise.
5697 (mips_micro_frame_cache): Likewise.
5698 (mips_micro_frame_this_id): Likewise.
5699 (mips_micro_frame_prev_register): Likewise.
5700 (mips_micro_frame_sniffer): Likewise.
5701 (mips_micro_frame_unwind): New variable.
5702 (mips_micro_frame_base_address): New function.
5703 (mips_micro_frame_base): New variable.
5704 (mips_micro_frame_base_sniffer): New function.
5705 (mips32_scan_prologue): Update mips_fetch_instruction call.
5706 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5707 rather than for MIPS16.
5708 (mips_insn32_frame_base_sniffer): Likewise.
5709 (mips_addr_bits_remove): Handle microMIPS code.
5710 (deal_with_atomic_sequence): Rename to...
5711 (mips_deal_with_atomic_sequence): ... this. Update the type
5712 of the variable used to hold an instruction. Remove the ISA bit
5713 check. Update mips_fetch_instruction call.
5714 (micromips_deal_with_atomic_sequence): New function.
5715 (deal_with_atomic_sequence): Likewise.
5716 (mips_about_to_return): Handle microMIPS code. Update
5717 mips_fetch_instruction call.
5718 (heuristic_proc_start): Check for the standard MIPS ISA rather
5719 than for MIPS16. Update mips_pc_is_mips16 and
5720 mips_fetch_instruction calls. Handle microMIPS code.
5721 (mips_push_dummy_code): Handle microMIPS code.
5722 (mips_eabi_push_dummy_call): Likewise.
5723 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5724 (mips_o64_push_dummy_call): Handle microMIPS code.
5725 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5726 (is_delayed): Remove function.
5727 (mips_single_step_through_delay): Replace the call to is_delayed
5728 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5729 Handle microMIPS code.
5730 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5731 microMIPS code.
5732 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5733 call.
5734 (micromips_in_function_epilogue_p): New function.
5735 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5736 call.
5737 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5738 Handle microMIPS.
5739 (gdb_print_insn_mips): Likewise.
5740 (mips_breakpoint_from_pc): Likewise.
5741 (mips_remote_breakpoint_from_pc): New function.
5742 (mips32_instruction_has_delay_slot): Simplify making use of the
5743 updated mips_fetch_instruction interface.
5744 (micromips_instruction_has_delay_slot): New function.
5745 (mips16_instruction_has_delay_slot): Simplify making use of the
5746 updated mips_fetch_instruction interface.
5747 (mips_adjust_breakpoint_address): Check for the standard MIPS
5748 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5749 calls. Handle microMIPS code.
5750 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5751 (mips_skip_trampoline_code): Handle microMIPS code.
5752 (global_mips_compression): New function.
5753 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5754 file flags. Register the microMIPS remote breakpoint handler
5755 and heuristic frame unwinder.
5756 (show_mips_compression): New function.
5757 (_initialize_mips_tdep): Add the "set mips compression" and
5758 "show mips compression" commands.
5759
5760 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5761
5762 * ada-lang.c:
5763 * ada-tasks.c:
5764 * ada-varobj.c:
5765 * amd64-darwin-tdep.c:
5766 * arm-symbian-tdep.c:
5767 * arm-tdep.c:
5768 * avr-tdep.c:
5769 * ax-gdb.c:
5770 * bfin-linux-tdep.c:
5771 * breakpoint.c:
5772 * c-valprint.c:
5773 * cli/cli-cmds.c:
5774 * coffread.c:
5775 * cp-support.c:
5776 * cris-tdep.c:
5777 * dwarf2-frame-tailcall.c:
5778 * dwarf2-frame.c:
5779 * dwarf2expr.c:
5780 * dwarf2loc.c:
5781 * dwarf2read.c:
5782 * elfread.c:
5783 * eval.c:
5784 * expprint.c:
5785 * f-valprint.c:
5786 * frv-tdep.c:
5787 * h8300-tdep.c:
5788 * hppa-hpux-tdep.c:
5789 * hppa-tdep.c:
5790 * hppanbsd-tdep.c:
5791 * i386-nto-tdep.c:
5792 * i386-tdep.c:
5793 * i387-tdep.c:
5794 * ia64-tdep.c:
5795 * jit.c:
5796 * linespec.c:
5797 * linux-tdep.c:
5798 * lm32-tdep.c:
5799 * m2-valprint.c:
5800 * m32c-tdep.c:
5801 * m32r-rom.c:
5802 * m32r-tdep.c:
5803 * m68k-tdep.c:
5804 * m68klinux-tdep.c:
5805 * mi/mi-main.c:
5806 * microblaze-tdep.c:
5807 * mips-linux-tdep.c:
5808 * mips-tdep.c:
5809 * mn10300-tdep.c:
5810 * p-valprint.c:
5811 * parse.c:
5812 * ppc-linux-tdep.c:
5813 * ppc-sysv-tdep.c:
5814 * printcmd.c:
5815 * python/py-finishbreakpoint.c:
5816 * python/py-inferior.c:
5817 * python/py-infthread.c:
5818 * python/py-type.c:
5819 * python/python.c:
5820 * remote-fileio.c:
5821 * remote-m32r-sdi.c:
5822 * remote-mips.c:
5823 * reverse.c:
5824 * rl78-tdep.c:
5825 * rs6000-aix-tdep.c:
5826 * rs6000-tdep.c:
5827 * s390-tdep.c:
5828 * score-tdep.c:
5829 * sh64-tdep.c:
5830 * skip.c:
5831 * solib-darwin.c:
5832 * solib-dsbt.c:
5833 * solib-frv.c:
5834 * sparc-tdep.c:
5835 * spu-multiarch.c:
5836 * spu-tdep.c:
5837 * stack.c:
5838 * symfile.c:
5839 * symtab.c:
5840 * tic6x-tdep.c:
5841 * tracepoint.c:
5842 * v850-tdep.c:
5843 * valarith.c:
5844 * valprint.c:
5845 * value.c:
5846 * xcoffread.c:
5847 * xtensa-tdep.c:
5848 * ada-lang.c:
5849 * ada-tasks.c:
5850 * ada-varobj.c:
5851 * amd64-darwin-tdep.c:
5852 * arm-symbian-tdep.c:
5853 * arm-tdep.c: Delete unused variables.
5854
5855 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 Rename $ddir to $datadir.
5858 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5859 * auto-load.c (auto_load_safe_path_vec_update)
5860 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5861 * configure: Regenerate.
5862 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5863 Likewise. Remove the 'use $ddir' help string.
5864
5865 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5866
5867 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5868 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5869
5870 2012-05-18 Tom Tromey <tromey@redhat.com>
5871
5872 PR exp/13907:
5873 * valprint.h (struct value_print_options) <symbol_print>: New
5874 field.
5875 * valprint.c (user_print_options): Add default for symbol_print.
5876 (show_symbol_print): New function.
5877 (generic_val_print): Respect symbol_print.
5878 (_initialize_valprint): Add "print symbol" setting.
5879 * f-valprint.c (f_val_print): Respect symbol_print.
5880 * c-valprint.c (c_val_print): Respect symbol_print.
5881 * NEWS: Update.
5882 * printcmd.c (print_address_symbolic): Return int. Ignore some
5883 zero-size symbols.
5884 (print_address_demangle): Return int.
5885 * defs.h: (print_address_symbolic): Return int.
5886 * value.h (print_address_demangle): Return int.
5887
5888 2012-05-18 Tom Tromey <tromey@redhat.com>
5889
5890 * valprint.c (val_print_string): Don't print leading space.
5891 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5892 print space before string or vtbl.
5893 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5894 before string.
5895 * jv-valprint.c (java_value_print): Print space before string.
5896 * go-valprint.c (print_go_string): Print space before string.
5897 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5898 space before string.
5899 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5900 space before string or vtbl.
5901 * auxv.c (fprint_target_auxv): Print space after address.
5902
5903 2012-05-18 Tom Tromey <tromey@redhat.com>
5904
5905 * printcmd.c (print_address_demangle): Remove special case for 0.
5906
5907 2012-05-18 Tom Tromey <tromey@redhat.com>
5908
5909 * printcmd.c (print_address_demangle): Add 'opts' argument.
5910 * p-valprint.c (pascal_val_print): Update.
5911 * jv-valprint.c (java_val_print): Update.
5912 * value.h: Update.
5913 * valprint.c (generic_val_print): Update.
5914 (print_function_pointer_address): Add 'options' argument. Remove
5915 'addressprint' argument. Update.
5916 * m2-valprint.c (print_unpacked_pointer): Update.
5917 * gnu-v3-abi.c (print_one_vtable): Update.
5918 (gnuv3_print_method_ptr): Update.
5919 * f-valprint.c (f_val_print): Update.
5920 * cp-valprint.c (cp_print_value_fields): Update.
5921 * valprint.h (print_function_pointer_address): Update.
5922 * c-valprint.c (c_val_print): Update.
5923
5924 2012-05-18 Tom Tromey <tromey@redhat.com>
5925
5926 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5927 directly corresponding to the found psymtab.
5928 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5929 (dw2_find_pc_sect_symtab): Use it.
5930 * block.h (blockvector_contains_pc): Declare.
5931 * block.c (find_block_in_blockvector): New function.
5932 (blockvector_for_pc_sect): Use it.
5933 (blockvector_contains_pc): New function.
5934
5935 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5936
5937 * mips-tdep.h (mips_write_pc): New prototype.
5938 * mips-tdep.c (mips_write_pc): Make external, add description.
5939 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5940 add description.
5941
5942 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5943
5944 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5945 mips_regnum->pc.
5946 (mips_unwind_pc, mips_write_pc): Likewise.
5947 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5948 gdbarch_read_pc.
5949
5950 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5951
5952 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5953 proc_warn, proc_error, proc_get_status, proc_flags,
5954 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5955 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5956 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5957 proc_stop_process, proc_wait_for_stop, proc_run_process,
5958 proc_set_traced_signals, proc_set_traced_faults,
5959 proc_set_traced_sysentry, proc_set_traced_sysexit,
5960 proc_set_held_signals, proc_get_held_signals,
5961 proc_get_traced_signals, proc_get_traced_faults,
5962 proc_get_traced_sysentry, proc_get_traced_sysexit,
5963 proc_clear_current_fault, proc_set_current_signal,
5964 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5965 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5966 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5967 proc_get_current_thread, proc_get_current_thread,
5968 proc_get_current_thread, proc_update_threads,
5969 proc_update_threads, proc_update_threads, proc_update_threads,
5970 proc_iterate_over_threads, procfs_find_new_threads,
5971 procfs_pid_to_str): Make static. Remove advance declaration.
5972 (proc_cursig): Make static. Conditionalized defintion on
5973 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5974 (proc_syscall, proc_set_kill_on_last_close,
5975 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5976 proc_get_pending_signals, proc_get_signal_actions,
5977 proc_trace_signal, proc_ignore_signal): Delete.
5978
5979 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5980
5981 * coffread.c (cs_section_address): Passing proper argument for
5982 `bfd_get_section_vma'.
5983 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5984 `bfd_get_section_flags'.
5985 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5986 `bfd_get_section_vma'.
5987
5988 2012-05-16 Tom Tromey <tromey@redhat.com>
5989
5990 PR macros/13205:
5991 * macrotab.h: (macro_define_special): Declare.
5992 (enum macro_special_kind): New.
5993 (struct macro_definition) <argc, replacement>: Update comments.
5994 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5995 (macro_define_object_internal): New function.
5996 (macro_define_object): Use it.
5997 (macro_define_special): New function.
5998 (fixup_definition): New function.
5999 (macro_lookup_definition, foreach_macro_in_scope)
6000 (foreach_macro): Use fixup_definition.
6001 * macroexp.h (macro_stringify): Declare.
6002 * macroexp.c (free_buffer_return_text): New function.
6003 (stringify): Constify "arg".
6004 (macro_stringify): New function.
6005 * dwarf2read.c (macro_start_file): Call macro_define_special.
6006
6007 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6008 Maciej W. Rozycki <macro@mips.com>
6009
6010 * breakpoint.h (bp_location): Add related_address member.
6011 * inferior.h (get_return_value): Take a pointer to struct value
6012 instead of struct type for the function requested.
6013 * value.h (using_struct_return): Likewise.
6014 * gdbarch.sh (return_value): Take a pointer to struct value
6015 instead of struct type for the function requested.
6016 * breakpoint.c (set_breakpoint_location_function): Initialize
6017 related_address for bp_gnu_ifunc_resolver breakpoints.
6018 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6019 requested function's address to gdbarch_return_value.
6020 * eval.c (evaluate_subexp_standard): Pass the requested
6021 function's address to using_struct_return.
6022 * infcall.c (call_function_by_hand): Pass the requested
6023 function's address to using_struct_return and
6024 gdbarch_return_value.
6025 * infcmd.c (get_return_value): Take a pointer to struct value
6026 instead of struct type for the function requested.
6027 (print_return_value): Update accordingly.
6028 (finish_command_continuation): Likewise.
6029 * stack.c (return_command): Pass the requested function's
6030 address to using_struct_return and gdbarch_return_value.
6031 * value.c (using_struct_return): Take a pointer to struct value
6032 instead of struct type for the function requested. Pass the
6033 requested function's address to gdbarch_return_value.
6034 * python/py-finishbreakpoint.c (finish_breakpoint_object):
6035 New function_value member, replacing function_type.
6036 (bpfinishpy_dealloc): Update accordingly.
6037 (bpfinishpy_pre_stop_hook): Likewise.
6038 (bpfinishpy_init): Likewise. Record the requested function's
6039 address.
6040 * mips-tdep.c (mips_fval_reg): New enum.
6041 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6042 words put in GP registers.
6043 (mips_o64_push_dummy_call): Update a comment.
6044 (mips_o32_return_value): Take a pointer to struct value instead
6045 of struct type for the function requested and use it to check if
6046 using the MIPS16 calling convention. Return the designated
6047 general purpose registers for floating-point values returned in
6048 MIPS16 mode.
6049 (mips_o64_return_value): Likewise.
6050 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6051 (ppc_sysv_abi_broken_return_value): Likewise.
6052 (ppc64_sysv_abi_return_value): Likewise.
6053 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6054 value instead of struct type for the function requested.
6055 * amd64-tdep.c (amd64_return_value): Likewise.
6056 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6057 * arm-tdep.c (arm_return_value): Likewise.
6058 * avr-tdep.c (avr_return_value): Likewise.
6059 * bfin-tdep.c (bfin_return_value): Likewise.
6060 * cris-tdep.c (cris_return_value): Likewise.
6061 * frv-tdep.c (frv_return_value): Likewise.
6062 * h8300-tdep.c (h8300_return_value): Likewise.
6063 (h8300h_return_value): Likewise.
6064 * hppa-tdep.c (hppa32_return_value): Likewise.
6065 (hppa64_return_value): Likewise.
6066 * i386-tdep.c (i386_return_value): Likewise.
6067 * ia64-tdep.c (ia64_return_value): Likewise.
6068 * iq2000-tdep.c (iq2000_return_value): Likewise.
6069 * lm32-tdep.c (lm32_return_value): Likewise.
6070 * m32c-tdep.c (m32c_return_value): Likewise.
6071 * m32r-tdep.c (m32r_return_value): Likewise.
6072 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6073 * m68k-tdep.c (m68k_return_value): Likewise.
6074 (m68k_svr4_return_value): Likewise.
6075 * m88k-tdep.c (m88k_return_value): Likewise.
6076 * mep-tdep.c (mep_return_value): Likewise.
6077 * microblaze-tdep.c (microblaze_return_value): Likewise.
6078 * mn10300-tdep.c (mn10300_return_value): Likewise.
6079 * moxie-tdep.c (moxie_return_value): Likewise.
6080 * mt-tdep.c (mt_return_value): Likewise.
6081 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6082 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6083 (ppc_sysv_abi_broken_return_value): Likewise.
6084 (ppc64_sysv_abi_return_value): Likewise.
6085 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6086 * rl78-tdep.c (rl78_return_value): Likewise.
6087 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6088 * rx-tdep.c (rx_return_value): Likewise.
6089 * s390-tdep.c (s390_return_value): Likewise.
6090 * score-tdep.c (score_return_value): Likewise.
6091 * sh-tdep.c (sh_return_value_nofpu): Likewise.
6092 (sh_return_value_fpu): Likewise.
6093 * sh64-tdep.c (sh64_return_value): Likewise.
6094 * sparc-tdep.c (sparc32_return_value): Likewise.
6095 * sparc64-tdep.c (sparc64_return_value): Likewise.
6096 * spu-tdep.c (spu_return_value): Likewise.
6097 * tic6x-tdep.c (tic6x_return_value): Likewise.
6098 * v850-tdep.c (v850_return_value): Likewise.
6099 * vax-tdep.c (vax_return_value): Likewise.
6100 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6101 * xtensa-tdep.c (xtensa_return_value): Likewise.
6102 * gdbarch.c: Regenerate.
6103 * gdbarch.h: Regenerate.
6104
6105 2012-05-15 Tom Tromey <tromey@redhat.com>
6106
6107 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6108
6109 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6110
6111 * breakpoint.c (init_breakpoint_sal): Add quotes around part
6112 of command in two error message.
6113
6114 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6115
6116 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6117
6118 2012-05-15 Joel Brobecker <brobecker@adacore.com>
6119
6120 * breakpoint.c (find_condition_and_thread): Minor reformatting.
6121
6122 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 * NEWS (show auto-load scripts-directory): Add forgotten command.
6125
6126 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6127
6128 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6129 parameters.
6130
6131 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
6132
6133 * amd64-tdep.c: Include features/i386/x32.c and
6134 features/i386/x32-avx.c.
6135 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6136 initialize_tdesc_x32_avx.
6137
6138 2012-05-14 Stan Shebs <stan@codesourcery.com>
6139
6140 Add dynamic printf.
6141 * breakpoint.h (enum bptype): New type bp_dprintf.
6142 (struct breakpoint): New field extra_string.
6143 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6144 (create_breakpoint): Add extra_string arg.
6145 * breakpoint.c (dprintf_breakpoint_ops): New.
6146 (is_breakpoint): Add bp_dprintf.
6147 (bpstat_what): Add dprintf case.
6148 (bptype_string): Ditto.
6149 (print_one_breakpoint_location): Ditto.
6150 (init_bp_location): Ditto.
6151 (bkpt_print_mention): Ditto.
6152 (dprintf_style_enums): New array.
6153 (dprintf_style): New global.
6154 (dprintf_function): New global.
6155 (dprintf_channel): New global.
6156 (update_dprintf_command_list): New function.
6157 (update_dprintf_commands): New function.
6158 (init_breakpoint_sal): Add extra_string argument, handle it.
6159 (create_breakpoint_sal): Add extra_string argument.
6160 (create_breakpoints_sal): Add extra_string argument, update callers.
6161 (find_condition_and_thread): Add extra argument.
6162 (create_breakpoint): Add extra_string argument, record it.
6163 (dprintf_command): New function.
6164 (break_command_1): Add arg to create_breakpoint call.
6165 (handle_gnu_v3_exceptions): Ditto.
6166 (trace_command): Ditto.
6167 (ftrace_command): Ditto.
6168 (strace_command): Ditto.
6169 (bkpt_print_mention): Add dprintf case.
6170 (create_breakpoint_sal_default): Add extra_string argument.
6171 (_initialize_breakpoint): Add new commands.
6172 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6173 * python/py-breakpoint.c (bppy_init): Ditto.
6174 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6175
6176 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
6177
6178 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6179
6180 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
6181
6182 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6183 unsigned long long.
6184
6185 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6186
6187 Add a new function gdb.find_pc_line to the Python API.
6188 * NEWS (Python Scripting): Add entry about the new function.
6189 * python/python.c (gdbpy_find_pc_line): New function which
6190 implements gdb.find_pc_line.
6191 (GdbMethods): Add entry for the new function.
6192
6193 2012-05-12 Pedro Alves <palves@redhat.com>
6194
6195 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6196 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6197
6198 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6199
6200 * inferior.c: Include completer.h
6201 (initialize_inferiors): Set completer of add-inferior to
6202 filename_completer.
6203
6204 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6205
6206 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6207 gdbarch_ptr_bit for x32 core dump.
6208
6209 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6210
6211 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6212 and features/i386/x32-avx-linux.c.
6213
6214 2012-05-11 Stan Shebs <stan@codesourcery.com>
6215 Kwok Cheung Yeung <kcy@codesourcery.com>
6216
6217 * NEWS: Describe new info os commands.
6218 * common/linux-osdata.c (PID_T, TIME_T): Define.
6219 (MAX_PID_T_STRLEN): New.
6220 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6221 MAX_PID_T_STRLEN.
6222 (command_from_pid): Add comment. Change to use PID_T.
6223 (commandline_from_pid): Change to use PID_T.
6224 (user_from_pid): Add comment.
6225 (get_process_owner): Add comment. Change to use PID_T and
6226 MAX_PID_T_STRLEN.
6227 (get_number_of_cpu_cores): Add comment.
6228 (get_cores_used_by_process): Add comment. Change to use PID_T and
6229 MAX_PID_T_STRLEN.
6230 (linux_xfer_osdata_processes): Change to use PID_T and
6231 MAX_PID_T_STRLEN.
6232 (compare_processes): New function.
6233 (linux_xfer_osdata_processgroups): New function.
6234 (linux_xfer_osdata_threads): Change to use PID_T.
6235 (linux_xfer_osdata_fds): New function.
6236 (format_socket_state, print_sockets): New functions.
6237 (union socket_addr): New union.
6238 (linux_xfer_osdata_isockets): New function.
6239 (time_from_time_t, group_from_gid): New functions.
6240 (linux_xfer_osdata_shm): New function.
6241 (linux_xfer_osdata_sem): New function.
6242 (linux_xfer_osdata_msg): New function.
6243 (linux_xfer_osdata_modules): New function.
6244 (osdata_table): Add new entries.
6245 * common/buffer.c (buffer_xml_printf): Add support for long and
6246 long long format specifiers.
6247
6248 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6249
6250 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6251 (tdesc_x32_avx_linux): Likewise.
6252
6253 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6254
6255 Implement multi-component --with-auto-load-dir.
6256 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6257 entries.
6258 (--with-auto-load-safe-path): Update the default value description.
6259 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6260 New.
6261 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6262 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6263 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6264 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6265 "set auto-load scripts-directory".
6266 * config.in: Regenerate.
6267 * configure: Regenerate.
6268 * configure.ac (--with-auto-load-dir): New configure option.
6269 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6270
6271 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6272
6273 Provide $ddir substitution for --with-auto-load-safe-path.
6274 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6275 entries.
6276 * auto-load.c: Include observer.h.
6277 (auto_load_safe_path_vec_update): Call substitute_path_component for
6278 each component. New variable ddir_subst.
6279 (auto_load_gdb_datadir_changed): New function.
6280 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6281 AUTO_LOAD_SAFE_PATH. New comment.
6282 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6283 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6284 * config.in: Regenerate.
6285 * configure: Regenerate.
6286 * configure.ac (--auto-load-safe-path): Rename
6287 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6288 GDB_DATADIR/auto-load.
6289 * defs.h (substitute_path_component): New declaration.
6290 * top.c: Include observer.h.
6291 (set_gdb_datadir): New function.
6292 (init_main): Install it for "set data-directory".
6293 * utils.c (substitute_path_component): New function.
6294
6295 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6298 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6299 DEBUG_FILE_DIRECTORY. Handle multiple components of
6300 DEBUG_FILE_DIRECTORY.
6301
6302 2012-05-10 Tom Tromey <tromey@redhat.com>
6303
6304 * dwarf2read.c (recursively_write_psymbols): New function.
6305 (write_psymtabs_to_index): Use it.
6306
6307 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6308 field.
6309 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6310 (load_partial_comp_unit): Update.
6311 (queue_comp_unit): Add argument 'pretend_language'.
6312 (process_queue): Update.
6313 (psymtab_to_symtab_1): Skip dependencies that have a user.
6314 (load_partial_comp_unit_reader): Give meaning to the 'data'
6315 argument.
6316 (load_full_comp_unit): Add 'pretend_language' argument.
6317 (process_full_comp_unit): Add 'pretend_language' argument. Set
6318 language on CU.
6319 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6320 Update.
6321 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6322 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6323 Update.
6324 (prepare_one_comp_unit): Add 'pretend_language' argument.
6325
6326 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6327 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6328 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6329 (dw2_do_instantiate_symtab): Check whether symtab was read in
6330 before queueing.
6331 (dw2_instantiate_symtab): Add assertion. Call
6332 process_cu_includes.
6333 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6334 (partial_symtab_p): New typedef.
6335 (set_partial_user): New function.
6336 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6337 (scan_partial_symbols): Add imported CU to imported_symtabs.
6338 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6339 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6340 (get_symtab, recursively_compute_inclusions)
6341 (compute_symtab_includes, process_cu_includes)
6342 (process_imported_unit_die): New functions.
6343 (process_die) <DW_TAG_imported_unit>: New case.
6344 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6345
6346 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6347 comment.
6348 (struct partial_die_info) <locdesc>: Remove.
6349 <d>: New field.
6350 (process_psymtab_comp_unit): Add 'read_partial' argument.
6351 Update.
6352 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6353 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6354 (add_partial_symbol): Update.
6355 (process_die): Handle DW_TAG_partial_unit.
6356 (read_file_scope): Update comment.
6357 (load_partial_dies): Handle DW_TAG_imported_unit.
6358 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6359 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6360
6361 2012-05-10 Tom Tromey <tromey@redhat.com>
6362
6363 * cc-with-dwz.sh: New file.
6364
6365 2012-05-10 Tom Tromey <tromey@redhat.com>
6366
6367 * symtab.h (struct symtab) <includes, user>: New fields.
6368 * block.h (struct block_iterator) <d, idx, which>: New fields.
6369 * block.c (initialize_block_iterator, find_iterator_symtab)
6370 (block_iterator_step, block_iter_name_step)
6371 (block_iter_match_step): New functions.
6372 (block_iterator_first, block_iterator_next)
6373 (block_iter_name_first, block_iter_name_next)
6374 (block_iter_match_first, block_iter_match_next): Rewrite.
6375 (get_block_symtab): New function.
6376
6377 2012-05-10 Tom Tromey <tromey@redhat.com>
6378
6379 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6380 set_block_symtab.
6381 * jit.c (finalize_symtab): Use allocate_global_block,
6382 set_block_symtab.
6383 * buildsym.c (finish_block_internal): New function, from old
6384 finish_block.
6385 (finish_block): Rewrite.
6386 (end_symtab): Use finish_block_internal, set_block_symtab.
6387 * block.h (struct global_block): New.
6388 (allocate_global_block, set_block_symtab): Declare.
6389 * block.c (allocate_global_block, set_block_symtab): New
6390 functions.
6391
6392 2012-05-10 Tom Tromey <tromey@redhat.com>
6393
6394 * psymtab.c (partial_map_expand_apply): Add assertion.
6395 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6396 (psymtab_to_symtab): Find unshared psymtab.
6397 (dump_psymtab): Print including psymtabs.
6398 (recursively_search_psymtabs): New function.
6399 (expand_symtabs_matching_via_partial): Use it.
6400 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6401 fields.
6402 (enum psymtab_search_status): New.
6403
6404 2012-05-10 Tom Tromey <tromey@redhat.com>
6405
6406 * tracepoint.c (scope_info): Update.
6407 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6408 (find_pc_sect_symtab, search_symbols)
6409 (default_make_symbol_completion_list_break_on)
6410 (make_file_symbol_completion_list): Update.
6411 * symmisc.c (dump_symtab_1): Update.
6412 * stack.c (print_frame_args, iterate_over_block_locals)
6413 (print_frame_labels, iterate_over_block_arg_vars): Update.
6414 * python/py-block.c (block_object) <dict>: Remove.
6415 <block>: New field.
6416 <iter>: Change type.
6417 (blpy_iter): Update.
6418 (blpy_block_syms_iternext): Update.
6419 * psymtab.c (map_block): Use block iterators.
6420 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6421 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6422 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6423 * infrun.c (check_exception_resume): Update.
6424 * cp-support.c (make_symbol_overload_list_block): Update.
6425 * coffread.c (patch_opaque_types): Update.
6426 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6427 * block.h (struct block_iterator): New.
6428 (block_iterator_first, block_iterator_next, block_iter_name_first)
6429 (block_iter_name_next, block_iter_match_first)
6430 (block_iter_match_next): Declare.
6431 (ALL_BLOCK_SYMBOLS): Redefine.
6432 * block.c (block_iterator_first, block_iterator_next)
6433 (block_iter_name_first, block_iter_name_next)
6434 (block_iter_match_first, block_iter_match_next): New functions.
6435 * ada-lang.c (ada_add_block_symbols)
6436 (ada_make_symbol_completion_list): Use block iterator.
6437
6438 2012-05-10 Tom Tromey <tromey@redhat.com>
6439
6440 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6441 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6442 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6443 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6444 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6445 Update.
6446
6447 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6448
6449 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6450 print-file-var-lib2.c, print-file-var-main.c and
6451 print-file-var.exp (located in gdb/testsuite/gdb.base).
6452
6453 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6454
6455 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6456 try locating the symbol in the symbol's own objfile first, before
6457 extending the search to all objfiles.
6458 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6459 out of lookup_symbol_aux_symtabs.
6460 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6461 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6462 Do not search EXCLUDE_OBJFILE.
6463 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6464 (lookup_symbol_global): Search for matches in the block's objfile
6465 first, before searching all other objfiles.
6466
6467 2012-05-10 Tristan Gingold <gingold@adacore.com>
6468
6469 * printcmd.c (set_command): Add pre/post inc/dec.
6470
6471 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6472
6473 * gdb.1: Document -ex option.
6474
6475 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6476
6477 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6478 * inferior.h (AT_SYMBOL): Delete.
6479
6480 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6481
6482 * mips-tdep.c (mips_push_dummy_code): New function.
6483 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6484 ON_STACK and install mips_push_dummy_code as our gdbarch
6485 push_dummy_code routine.
6486
6487 2012-05-09 Pedro Alves <palves@redhat.com>
6488
6489 * target.c (set_maintenance_target_async_permitted): Rename to ...
6490 (set_target_async_command): ... this.
6491 (show_maintenance_target_async_permitted): Rename to ...
6492 (show_target_async_command): ... this.
6493 (initialize_targets): Adjust.
6494
6495 2012-05-08 Doug Evans <dje@google.com>
6496
6497 * go-exp.y (classify_name): Add missing assignment of fields of
6498 yylval.ssym.
6499
6500 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6501
6502 Display the ">" prompt in interactive mode while reading canned
6503 commands, even when the current interpreter is MI.
6504
6505 * interps.c (interp_set_temp): New function.
6506
6507 * interps.h (interp_set_temp): Add prototype.
6508
6509 * cli/cli-script.c (restore_interp): New cleanup function.
6510 (read_command_lines): Temporarily override the current interpreter
6511 with CLI and arrange for restoring the original one.
6512
6513 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6514
6515 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6516
6517 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6518
6519 * probe.c (parse_probes): Move conditional to check for
6520 debuginfo files from here...
6521 * stap-probe.c (stap_get_probes): ... to here.
6522
6523 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6524 H.J. Lu <hongjiu.lu@intel.com>
6525
6526 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6527 `movl %esp, %ebp' for the X32 ABI.
6528
6529 2012-05-07 Tom Tromey <tromey@redhat.com>
6530
6531 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6532 get_DW_TAG_name.
6533 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6534 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6535 (dwarf_stack_op_name): Remove.
6536 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6537 (decode_locdesc): Use get_DW_OP_name.
6538 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6539 (dwarf2_compile_expr_to_ax): Likewise.
6540 (disassemble_dwarf_expression): Likewise.
6541 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6542
6543 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6544
6545 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6546 (sh_linux_sigtramp_cache): New function.
6547 (sh_linux_sigreturn_init): New function.
6548 (sh_linux_rt_sigreturn_init): New function.
6549 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6550 patterns.
6551 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6552 syscall codes.
6553 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6554 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6555 (sh_linux_init_abi): Add init calls to register new tramp_frame
6556 definitions under 32-bit SH, update comments.
6557
6558 2012-05-07 Pedro Alves <palves@redhat.com>
6559
6560 PR gdb/10952
6561
6562 * amd64-linux-tdep.c: Include glibc-tdep.h.
6563 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6564 gdbarch_skip_solib_resolver callback.
6565
6566 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6567
6568 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6569 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6570 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6571 (add_auto_load_safe_path): Change the error message.
6572 (_initialize_auto_load): Change the "safe-path" help text.
6573 * configure: Regenerate
6574 * configure.ac (--without-auto-load-safe-path): Set
6575 WITH_AUTO_LOAD_SAFE_PATH to /.
6576
6577 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6578
6579 * stap-probe.h: Do not include unecessary `probe.h'.
6580
6581 2012-05-05 Alan Modra <amodra@gmail.com>
6582
6583 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6584 bfd_und_section_ptr.
6585 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6586 and bfd_com_section_ptr.
6587
6588 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6589
6590 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6591
6592 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6593
6594 * windows-nat.h (segment_register_p_ftype): New typedef.
6595 (windows_set_segment_register_p): Add declaration.
6596 * windows-nat.c (segment_register_p): New static global.
6597 (windows_set_segment_register_p): New function.
6598 (do_windows_fetch_inferior_registers): Add special handling
6599 for segment registers.
6600 * amd64-windows-nat.c: #include "amd64-tdep.h".
6601 (amd64_windows_segment_register_p): New function.
6602 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6603 * i386-windows-nat.c: #include "i386-tdep.h".
6604 (i386_windows_segment_register_p): New function.
6605 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6606
6607 2012-05-04 Tristan Gingold <gingold@adacore.com>
6608
6609 * printcmd.c (set_command): Emit a warning if the expression is not
6610 an assignment.
6611
6612 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6613
6614 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6615 Make static.
6616
6617 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6618
6619 * stap-probe.c (stap_is_operator): Change declaration.
6620 (stap_get_opcode): Change return value.
6621 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6622 `stap_parse_argument_1'.
6623
6624 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6625
6626 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6627 debug log.
6628
6629 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6630
6631 Add two new methods global_block and static_block to gdb.Symtab
6632 objects.
6633 * NEWS (Python scripting): Add entry about the new methods.
6634 * python/py-symtab.c (stpy_global_block): New function which
6635 implements the gdb.Symtab.global_block() method.
6636 (stpy_static_block): New function which implements the
6637 gdb.Symtab.static_block() method.
6638 (symtab_object_methods): Add entries for the two new methods.
6639
6640 2012-05-03 Doug Evans <dje@google.com>
6641
6642 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6643 files.
6644
6645 2012-05-03 Yao Qi <yao@codesourcery.com>
6646
6647 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6648 space.
6649 (i386_process_record): Ditto.
6650
6651 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6652
6653 * infcall.c (unwind_on_signal_p): Make static.
6654
6655 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6656
6657 * sol-thread.c (solaris_pid_to_str): Make static.
6658 (_initialize_sol_thread): Add prototype.
6659
6660 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6661
6662 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6663
6664 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6665
6666 * MAINTAINERS: Remove myself.
6667
6668 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6669
6670 Fix --without-auto-load-safe-path for MS-Windows host platform.
6671 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6672
6673 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6674
6675 * gdb_curses.h: Undefine KEY_EVENT before including curses
6676 headers. Move "#undef MOUSE_MOVED" before any curses header
6677 inclusion.
6678
6679 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6680
6681 * features/i386/i386-mmx-linux.c: Regenerate.
6682 * features/rs6000/powerpc-32.c: Likewise.
6683 * features/rs6000/powerpc-32l.c: Likewise.
6684 * features/rs6000/powerpc-403.c: Likewise.
6685 * features/rs6000/powerpc-403gc.c: Likewise.
6686 * features/rs6000/powerpc-405.c: Likewise.
6687 * features/rs6000/powerpc-505.c: Likewise.
6688 * features/rs6000/powerpc-601.c: Likewise.
6689 * features/rs6000/powerpc-602.c: Likewise.
6690 * features/rs6000/powerpc-603.c: Likewise.
6691 * features/rs6000/powerpc-604.c: Likewise.
6692 * features/rs6000/powerpc-64.c: Likewise.
6693 * features/rs6000/powerpc-64l.c: Likewise.
6694 * features/rs6000/powerpc-750.c: Likewise.
6695 * features/rs6000/powerpc-860.c: Likewise.
6696 * features/rs6000/powerpc-e500.c: Likewise.
6697 * features/rs6000/powerpc-e500l.c: Likewise.
6698 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6699 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6700 * features/rs6000/rs6000.c: Likewise.
6701
6702 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6703
6704 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6705 variable.
6706 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6707 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6708 (stap_parse_argument) <e>: Likewise.
6709 (handle_stap_probe) <byte_order>: Likewise.
6710
6711 2012-04-30 Doug Evans <dje@google.com>
6712
6713 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6714 init_and_read_dies_worker. All callers updated.
6715 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6716 replaced with init_cutu_and_read_dies.
6717 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6718 (find_partial_die): Remove FIXME. Don't free current CU.
6719
6720 2012-04-30 Sterling Augustine <saugustine@google.com>
6721
6722 * contrib: New directory.
6723 * contrib/test_pubnames_and_indexes.py: New file.
6724
6725 2012-04-30 Doug Evans <dje@google.com>
6726
6727 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6728 All callers updated.
6729 (init_cu_die_reader): Verify the section is non-empty.
6730 (dwarf_decode_line_header): Don't dereference section->asection
6731 until we know the section is present.
6732
6733 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6734
6735 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6736 probes.
6737
6738 2012-04-29 Yao Qi <yao@codesourcery.com>
6739
6740 * gdb-code-style.el: New hook gdb-markup-hook
6741 and gdb-comment-hook.
6742
6743 2012-04-28 Doug Evans <dje@google.com>
6744
6745 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6746 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6747 objfile->obfd.
6748 * symfile.h (dwarf2_debug_sections): New member addr.
6749 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6750 (ctx_no_get_addr_index): New function.
6751 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6752 (ctx_no_get_addr_index): Declare.
6753 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6754 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6755 (dwarf_expr_ctx_funcs): Update.
6756 (needs_get_addr_index): New function.
6757 (needs_frame_ctx_funcs): Update.
6758 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6759 * dwarf2read.c: #include "gdbcore.h".
6760 (dwarf2_per_objfile): New members addr, dwo_files.
6761 (dwarf2_elf_names): Add entry for addr.
6762 (struct dwo_section_names): New type.
6763 (dwo_section_names): New static global.
6764 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6765 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6766 old debug_types_section member updated to use this.
6767 Rename member debug_types_section to info_or_types_section,
6768 all uses updated.
6769 (signatured_type): Rename member type_offset to type_offset_in_tu,
6770 all uses updated. New member type_offset_in_section.
6771 (struct dwo_sections): New type.
6772 (struct dwo_unit): New type.
6773 (struct dwo_file): New type.
6774 (die_reader_specs): New member dwo_file.
6775 (dwarf2_locate_sections): Watch for .debug_addr.
6776 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6777 (dwarf2_read_section): Get bfd of section from bfd's asection,
6778 instead of objfile.
6779 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6780 (create_signatured_type_table_from_index): Initialize
6781 sig_type->info_or_types_section.
6782 (dw2_get_file_names): Statement lists for type units with DWO files
6783 live in the DWO file.
6784 (create_debug_types_hash_table): New function.
6785 (create_all_type_units): Rewrite.
6786 (init_cu_die_reader): New arg dwo_file, all callers updated.
6787 (init_and_read_dies_worker): Get section from
6788 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6789 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6790 continue reading the CU/TU from there.
6791 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6792 updated. Get section from this_cu->info_or_types_section.
6793 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6794 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6795 DW_FORM_GNU_str_index.
6796 (hash_dwo_file, eq_dwo_file): New functions.
6797 (allocate_dwo_file_hash_table): New function.
6798 (hash_dwo_unit, eq_dwo_unit): New functions.
6799 (allocate_dwo_unit_table): New function.
6800 (dwarf2_locate_dwo_sections): New function.
6801 (struct create_dwo_info_table_data): New type.
6802 (create_debug_info_hash_table_reader): New function.
6803 (create_debug_info_hash_table): New function.
6804 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6805 (lookup_dwo_file): New function.
6806 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6807 (free_dwo_file, free_dwo_file_cleanup): New functions.
6808 (free_dwo_file_from_slot, free_dwo_files): New functions.
6809 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6810 (dwarf2_record_block_ranges): Ditto.
6811 (read_partial_die): Ditto.
6812 (process_enumeration_scope): Update to use type_offset_in_section.
6813 (read_full_die_1): New function.
6814 (read_full_die): Rewrite.
6815 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6816 DW_FORM_GNU_str_index.
6817 (read_addr_index_1, read_addr_index): New functions.
6818 (read_addr_index_from_leb128): New function.
6819 (struct dwarf2_read_addr_index_data): New type.
6820 (dwarf2_read_addr_index_reader): New function.
6821 (dwarf2_read_addr_index): New function.
6822 (read_str_index): New function.
6823 (leb128_size): New function.
6824 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6825 If processing a type unit from a DWO file, get the line section
6826 from the DWO file.
6827 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6828 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6829 DW_FORM_GNU_str_index.
6830 (lookup_die_type): Check whether section offset of type's die is
6831 known before looking it up. Remove assert. Condition can
6832 legimately happen for inter-cu type references.
6833 (dwarf_attr_name): Handle Fission attributes.
6834 (dwarf_form_name): Handle Fission forms.
6835 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6836 DW_FORM_GNU_str_index.
6837 (follow_die_sig): Update to use type_offset_in_section.
6838 (decode_locdesc): New case DW_OP_GNU_addr_index.
6839 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6840 DW_FORM_GNU_str_index.
6841 (cu_debug_loc_section): New function.
6842 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6843 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6844 Free DWO files if present.
6845 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6846
6847 Refactor DIE reading.
6848 * dwarf2read.c (dwarf2_per_objfile): Replace members
6849 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6850 (die_reader_specs): New member "die_section". Temporarily make
6851 member "buffer" non-const, pending constifying all info_ptr uses.
6852 (die_reader_func_ftype): New typedef.
6853 (dw2_get_file_names_reader): New function.
6854 (dw2_get_file_names): Rewrite.
6855 (read_and_check_type_unit_head): Rename arg type_offset to
6856 type_offset_in_tu.
6857 (create_all_type_units): Improve debugging message.
6858 Improve dummy type unit check.
6859 (init_cu_die_reader): New arg "section". All callers updated.
6860 (init_and_read_dies_worker): New function.
6861 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6862 (init_cutu_and_read_dies_no_follow): New function.
6863 (init_cutu_and_read_dies_simple): New function.
6864 (process_psymtab_comp_unit_reader): New function.
6865 (process_psymtab_comp_unit): Delete args section,
6866 is_debug_types_section. Rewrite. All callers updated.
6867 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6868 All callers updated. Rewrite.
6869 (load_partial_comp_unit_reader): New function.
6870 (load_partial_comp_unit): Rewrite.
6871 (skip_children): New arg reader. Delete args buffer, cu.
6872 All callers updated.
6873 (skip_one_die): New arg reader. Delete args buffer, cu.
6874 All callers updated.
6875 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6876 All callers updated.
6877 (load_full_comp_unit_reader): New function.
6878 (load_full_comp_unit): Rewrite.
6879 (read_comp_unit): Delete.
6880 (read_die_and_children_1): Delete, contents moved ...
6881 (read_die_and_children): ... here.
6882 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6883 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6884 All callers updated.
6885 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6886 All callers updated.
6887 (find_partial_die): Rewrite load_all_dies support.
6888 (read_attribute_value): New arg reader. Delete args abfd, cu.
6889 All callers updated.
6890 (read_attribute): New arg reader. Delete args abfd, cu.
6891 All callers updated.
6892 (load_full_type_unit): Add assert.
6893 (read_signatured_type_reader): New function.
6894 (read_signatured_type): Rewrite.
6895 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6896 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6897 All callers updated. Set per_cu->cu = NULL after freeing it.
6898 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6899 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6900 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6901 (set_die_type): Update.
6902 (get_die_type_at_offset): Update.
6903 (read_file_scope): Call prepare_one_comp_unit.
6904 (read_type_unit_scope): Ditto.
6905 (prepare_one_comp_unit): Set producer if present.
6906
6907 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6908
6909 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6910 gettext function on `error'.
6911
6912 2012-04-27 Doug Evans <dje@google.com>
6913
6914 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6915 is empty.
6916
6917 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6918 Tom Tromey <tromey@redhat.com>
6919
6920 * breakpoint.c (struct breakpoint_objfile_data)
6921 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6922 <exception_probes>: New fields.
6923 (free_breakpoint_probes): New function.
6924 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6925 `_Unwind_DebugHook'.
6926 (create_exception_master_breakpoint): Likewise.
6927 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6928 * infrun.c: Including necessary header files for handling SystemTap
6929 probes.
6930 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6931 via SystemTap probes.
6932 (check_exception_resume): Remove `func' argument. Handle exception
6933 unwinding breakpoint set via a SystemTap probe.
6934 (insert_exception_resume_from_probe): New function.
6935
6936 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6937 Tom Tromey <tromey@redhat.com>
6938 Jan Kratochvil <jan.kratochvil@redhat.com>
6939
6940 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6941 (COMMON_OBS): Likewise.
6942 (HFILES_NO_SRCDIR): Add `probe'.
6943 * NEWS: Mention support for static and SystemTap probes.
6944 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6945 SystemTap probes' arguments parser.
6946 * arm-linux-tdep.c: Including headers needed to perform the parsing
6947 of SystemTap probes' arguments.
6948 (arm_stap_is_single_operand): New function.
6949 (arm_stap_parse_special_token): Likewise.
6950 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6951 probes' arguments parser.
6952 * ax-gdb.c (require_rvalue): Removing static declaration.
6953 (gen_expr): Likewise.
6954 * ax-gdb.h (gen_expr): Declaring function.
6955 (require_rvalue): Likewise.
6956 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6957 (bkpt_probe_breakpoint_ops): New variable.
6958 (momentary_breakpoint_from_master): Set the `probe' value.
6959 (add_location_to_breakpoint): Likewise.
6960 (break_command_1): Using proper breakpoint_ops according to the
6961 argument passed by the user in the command line.
6962 (bkpt_probe_insert_location): New function.
6963 (bkpt_probe_remove_location): Likewise.
6964 (bkpt_probe_create_sals_from_address): Likewise.
6965 (bkpt_probe_decode_linespec): Likewise.
6966 (tracepoint_probe_create_sals_from_address): Likewise.
6967 (tracepoint_probe_decode_linespec): Likewise.
6968 (tracepoint_probe_breakpoint_ops): New variable.
6969 (trace_command): Using proper breakpoint_ops according to the
6970 argument passed by the user in the command line.
6971 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6972 static probes on breakpoints and tracepoints.
6973 * breakpoint.h (struct bp_location) <probe>: New field.
6974 * cli-utils.c (skip_spaces_const): New function.
6975 (extract_arg): Likewise.
6976 * cli-utils.h (skip_spaces_const): Likewise.
6977 (extract_arg): Likewise.
6978 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6979 * configure.ac: Append `stap-probe.o' to be generated when ELF
6980 support is present.
6981 * configure: Regenerate.
6982 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6983 * elfread.c: Include `probe.h' and `arch-utils.h'.
6984 (probe_key): New variable.
6985 (elf_get_probes): New function.
6986 (elf_get_probe_argument_count): Likewise.
6987 (elf_evaluate_probe_argument): Likewise.
6988 (elf_compile_to_ax): Likewise.
6989 (elf_symfile_relocate_probe): Likewise.
6990 (stap_probe_key_free): Likewise.
6991 (elf_probe_fns): New variable.
6992 (elf_sym_fns): Add `sym_probe_fns' value.
6993 (elf_sym_fns_lazy_psyms): Likewise.
6994 (elf_sym_fns_gdb_index): Likewise.
6995 (_initialize_elfread): Initialize objfile cache for static
6996 probes.
6997 * gdb_vecs.h (struct probe): New forward declaration.
6998 (probe_p): New VEC declaration.
6999 * gdbarch.c: Regenerate.
7000 * gdbarch.h: Regenerate.
7001 * gdbarch.sh (stap_integer_prefix): New variable.
7002 (stap_integer_suffix): Likewise.
7003 (stap_register_prefix): Likewise.
7004 (stap_register_suffix): Likewise.
7005 (stap_register_indirection_prefix): Likewise.
7006 (stap_register_indirection_suffix): Likewise.
7007 (stap_gdb_register_prefix): Likewise.
7008 (stap_gdb_register_suffix): Likewise.
7009 (stap_is_single_operand): New function.
7010 (stap_parse_special_token): Likewise.
7011 (struct stap_parse_info): Forward declaration.
7012 * i386-tdep.c: Including headers needed to perform the parsing
7013 of SystemTap probes' arguments.
7014 (i386_stap_is_single_operand): New function.
7015 (i386_stap_parse_special_token): Likewise.
7016 (i386_elf_init_abi): Initializing proper fields used by SystemTap
7017 probes' arguments parser.
7018 * i386-tdep.h (i386_stap_is_single_operand): New function.
7019 (i386_stap_parse_special_token): Likewise.
7020 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7021 * mipsread.c (ecoff_sym_fns): Likewise.
7022 * objfiles.c (objfile_relocate1): Support relocation for static
7023 probes.
7024 * parse.c (prefixify_expression): Remove static declaration.
7025 (initialize_expout): Likewise.
7026 (reallocate_expout): Likewise.
7027 * parser-defs.h (initialize_expout): Declare function.
7028 (reallocate_expout): Likewise.
7029 (prefixify_expression): Likewise.
7030 * ppc-linux-tdep.c: Including headers needed to perform the parsing
7031 of SystemTap probes' arguments.
7032 (ppc_stap_is_single_operand): New function.
7033 (ppc_stap_parse_special_token): Likewise.
7034 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7035 probes' arguments parser.
7036 * probe.c: New file, for generic statically defined probe support.
7037 * probe.h: Likewise.
7038 * s390-tdep.c: Including headers needed to perform the parsing of
7039 SystemTap probes' arguments.
7040 (s390_stap_is_single_operand): New function.
7041 (s390_gdbarch_init): Initializing proper fields used by SystemTap
7042 probes' arguments parser.
7043 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7044 * stap-probe.c: New file, for SystemTap probe support.
7045 * stap-probe.h: Likewise.
7046 * symfile.h: Include `gdb_vecs.h'.
7047 (struct sym_probe_fns): New struct.
7048 (struct sym_fns) <sym_probe_fns>: New field.
7049 * symtab.c (init_sal): Initialize `probe' field.
7050 * symtab.h (struct probe): Forward declaration.
7051 (struct symtab_and_line) <probe>: New field.
7052 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7053 locations.
7054 (stop_tracing): Likewise.
7055 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7056
7057 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7058 Tom Tromey <tromey@redhat.com>
7059
7060 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7061 and to compile agent expressions.
7062 * infrun.c (siginfo_make_value): New argument `ignore'.
7063 (siginfo_funcs): New struct.
7064 (_initialize_infrun): New argument when calling
7065 `create_internalvar_type_lazy'.
7066 * thread.c (thread_id_make_value): New argument `ignore'.
7067 (thread_funcs): New struct.
7068 (_initialize_thread): New argument when calling
7069 `create_internalvar_type_lazy'.
7070 * tracepoint.c (sdata_make_value): New argument `ignore'.
7071 (sdata_funcs): New struct.
7072 (_initialize_tracepoint): New argument when calling
7073 `create_internalvar_type_lazy'.
7074 * value.c (make_value): New struct.
7075 (create_internalvar_type_lazy): New argument `data'.
7076 (compile_internalvar_to_ax): New function.
7077 (value_of_internalvar): Properly handling `make_value' case.
7078 (clear_internalvar): Likewise.
7079 (show_convenience): Adding `TRY_CATCH' block.
7080 * value.h (internalvar_make_value): Delete, replace by...
7081 (struct internalvar_funcs): ... this.
7082 (create_internalvar_type_lazy) <fun>: Delete argument.
7083 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7084 (compile_internalvar_to_ax): New function.
7085 * windows-tdep.c (tlb_make_value): New argument `ignore'.
7086 (tlb_funcs): New struct.
7087 (_initialize_windows_tdep): New argument when calling
7088 `create_internalvar_type_lazy'.
7089
7090 2012-04-27 Mark Wielaard <mjw@redhat.com>
7091
7092 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7093 see whether it is an address or a constant offset from DW_AT_low_pc.
7094 (dwarf2_record_block_ranges): Likewise.
7095 (read_partial_die): Likewise.
7096
7097 2012-04-26 Mark Wielaard <mjw@redhat.com>
7098
7099 * MAINTAINERS (Write After Approval): Add myself to the list.
7100
7101 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7102
7103 * proc-utils.h (proc_prettyprint_signalset): New prototype.
7104 (proc_prettyprint_signal): Likewise.
7105 (proc_prettyprint_faultset): Likewise.
7106 (proc_prettyprint_fault): Likewise.
7107 (proc_prettyprint_actionset): Likewise.
7108 (proc_prettyprint_flags): Move to new proc-flags.c section.
7109 (proc_prettyfprint_flags): New prototype.
7110 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7111 (proc_syscall, proc_cursig): Likewise.
7112 (proc_set_kill_on_last_close): Likewise.
7113 (proc_unset_kill_on_last_close): Likewise.
7114 (proc_set_watchpoint): Make static.
7115 (proc_delete_dead_threads): Likewise.
7116 (procfs_set_watchpoint): Likewise.
7117 (_initialize_procfs): Add prototype.
7118 * proc-events.c: Include proc-utils.h.
7119 (init_syscall_table): Make static.
7120 * proc-api.c (_initialize_proc_api): Add prototype.
7121 * proc-flags.c: Include proc-utils.h.
7122
7123 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7124
7125 * configure.ac: Add AC_ARG_PROGRAM.
7126 * configure: Regenerate.
7127
7128 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7129
7130 Fix DW_AT_lower_bound defaults for DWARF-4+.
7131 * dwarf2read.c (read_subrange_type): Remove initialization of low and
7132 high. New variable low_default_is_valid. Implement DWARF-4+
7133 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
7134 no default by the DWARF standard.
7135
7136 2012-04-26 Maciej W. Rozycki <macro@mips.com>
7137 Maciej W. Rozycki <macro@codesourcery.com>
7138
7139 * infrun.c (handle_inferior_event): Move the check for return
7140 trampolines ahead of the check for function trampolines.
7141 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7142 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7143 (mips_str_mips16_ret_stub): Likewise.
7144 (mips_str_call_fp_stub): Likewise.
7145 (mips_str_call_stub): Likewise.
7146 (mips_str_fn_stub): Likewise.
7147 (mips_str_pic): Likewise.
7148 (mips_in_frame_stub): New function.
7149 (mips_unwind_pc): Return the return address rather than the PC
7150 if the PC of an intermediate frame is inside a call thunk.
7151 (mips_is_stub_suffix): New function.
7152 (mips_is_stub_mode): Likewise.
7153 (mips_get_mips16_fn_stub_pc): Likewise.
7154 (mips_skip_mips16_trampoline_code): Update to handle all the
7155 currently generated stub types. Don't recurse into __fn_stub
7156 thunks. Remove heuristics to handle stubs beyond etext/_etext.
7157 Use cooked register accesses.
7158 (mips_in_return_stub): Reintroduce function.
7159 (mips_skip_trampoline_code): Traverse trampolines recursively.
7160 (mips_gdbarch_init): Handle MIPS16 return trampolines.
7161
7162 2012-04-26 Joel Brobecker <brobecker@adacore.com>
7163
7164 GDB 7.4.1 released.
7165
7166 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
7167
7168 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7169 * features/arm-with-m-vfp-d16.xml: New file. Describes
7170 Cortex-M with VFPv4-sp-d16 FPU register layout.
7171 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7172 * features/arm-with-m-vfp-d16.c: New. Generated from above.
7173 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7174 (arm-register_g_packet_guesses): Add vfp-d16 guess.
7175 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7176
7177 2012-04-25 Doug Evans <dje@google.com>
7178
7179 * cli/cli-decode.c (print_doc_line): Use stream instead of
7180 current_uiout.
7181
7182 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7183
7184 * features/arm-with-iwmmxt.c: Regenerate.
7185 * features/arm-with-m-fpa-layout.c: Likewise.
7186 * features/arm-with-m.c: Likewise.
7187 * features/arm-with-neon.c: Likewise.
7188 * features/arm-with-vfpv2.c: Likewise.
7189 * features/arm-with-vfpv3.c: Likewise.
7190 * features/mips-dsp-linux.c: Likewise.
7191 * features/mips-linux.c: Likewise.
7192 * features/mips64-dsp-linux.c: Likewise.
7193 * features/mips64-linux.c: Likewise.
7194 * features/s390-linux32.c: Likewise.
7195 * features/s390-linux32v1.c: Likewise.
7196 * features/s390-linux32v2.c: Likewise.
7197 * features/s390-linux64.c: Likewise.
7198 * features/s390-linux64v1.c: Likewise.
7199 * features/s390-linux64v2.c: Likewise.
7200 * features/s390x-linux64.c: Likewise.
7201 * features/s390x-linux64v1.c: Likewise.
7202 * features/s390x-linux64v2.c: Likewise.
7203 * features/tic6x-c62x-linux.c: Likewise.
7204 * features/tic6x-c62x.c: Likewise.
7205 * features/tic6x-c64x-linux.c: Likewise.
7206 * features/tic6x-c64x.c: Likewise.
7207 * features/tic6x-c64xp-linux.c: Likewise.
7208 * features/tic6x-c64xp.c: Likewise.
7209 * target-descriptions.c: Only generate `field_type' and `type'
7210 variables when needed.
7211
7212 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7213
7214 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7215
7216 2012-04-25 Doug Evans <dje@google.com>
7217
7218 Initial pass at Go language support.
7219 * NEWS: Mention Go.
7220 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7221 go-valprint.c.
7222 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7223 (YYFILES): Add go-exp.c.
7224 (YYOBJ): Add go-exp.o.
7225 (local-maintainer-clean): Delete go-exp.c.
7226 * defs.h (enum language): Add language_go.
7227 * dwarf2read.c: #include "go-lang.h".
7228 (fixup_go_packaging): New function.
7229 (process_full_comp_unit): Call it when processing Go CUs.
7230 (dwarf2_physname): Add Go support.
7231 (read_file_scope): Handle missing language spec for GNU Go.
7232 (set_cu_language): Handle DW_LANG_Go.
7233 * go-exp.y: New file.
7234 * go-lang.h: New file.
7235 * go-lang.c: New file.
7236 * go-typeprint.c: New file.
7237 * go-valprint.c: New file.
7238 * symtab.c: #include "go-lang.h".
7239 (symbol_set_language): Handle language_go.
7240 (symbol_find_demangled_name, symbol_set_names): Ditto.
7241 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7242
7243 2012-04-24 Jim Meyering <meyering@redhat.com>
7244
7245 avoid a few strncpy-induced buffer overruns
7246 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7247 fname and psargs before trying to concatenate.
7248 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7249 "name" before applying strchr.
7250
7251 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7252
7253 * CONTRIBUTE: Use unified diff instead of context diff when
7254 generating patches.
7255
7256 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7257
7258 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7259 code. Handle JR.HB correctly.
7260
7261 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7262
7263 * mips-tdep.c
7264 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7265 with the other MIPS16 helpers.
7266
7267 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7268
7269 * observer.sh: Conditionally declare `args', thus cleaning up
7270 unused instances of this variable.
7271
7272 2012-04-24 Yao Qi <yao@codesourcery.com>
7273
7274 Revert this patch to allow breakpoint always-inserted
7275 in record target.
7276 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7277 * breakpoint.c: Include record.h.
7278 (breakpoints_always_inserted_mode): Return false when the record
7279 target is in use.
7280
7281 * breakpoint.c (iterate_over_bp_locations): New.
7282 * breakpoint.h: Declare.
7283 New typedef walk_bp_location_callback.
7284 * record.c (record_open): Call record_init_record_breakpoints.
7285 (record_sync_record_breakpoints): New.
7286 (record_init_record_breakpoints): New.
7287 * NEWS: Mention supporting breakpoint always-inserted mode in
7288 record target.
7289
7290 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7291
7292 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7293 any thread.
7294
7295 2012-04-24 Yao Qi <yao@codesourcery.com>
7296
7297 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7298 (is_catchpoint): ... it.
7299 (print_one_breakpoint_location): Caller update.
7300 * breakpoint.h: Update declaration.
7301
7302 2012-04-23 David S. Miller <davem@davemloft.net>
7303
7304 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7305
7306 2012-04-23 Tom Tromey <tromey@redhat.com>
7307
7308 * buildsym.c (add_free_pendings): Remove.
7309 * buildsym.h (add_free_pendings): Remove.
7310
7311 2012-04-23 Doug Evans <dje@google.com>
7312
7313 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7314 attr.u.unsnd instead of attr.u.addr.
7315 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7316 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7317 DW_FORM_ref_udata.
7318 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7319 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7320 DW_FORM_ref_udata.
7321 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7322
7323 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7324
7325 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7326 (mips_o32_return_value): Likewise.
7327 (mips_o64_return_value): Likewise.
7328
7329 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7330
7331 * ada-lang.c (ada_evaluate_subexp): Add cases for
7332 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7333 their treatment in eval.c.
7334
7335 2012-04-21 David S. Miller <davem@davemloft.net>
7336
7337 * sparc-tdep.c (X_DISP10): Define.
7338 (sparc_analyze_control_transfer): Handle compare-and-branch.
7339
7340 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7341
7342 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7343 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7344
7345 2012-04-20 Nigel Stephens <nigel@mips.com>
7346 Maciej W. Rozycki <macro@codesourcery.com>
7347
7348 * mips-tdep.c (mips_float_register_p): New function.
7349 (mips_convert_register_float_case_p): Use mips_float_register_p.
7350 (mips_register_type): Likewise.
7351 (mips_print_register): Likewise.
7352 (print_gp_register_row): Likewise.
7353 (mips_print_registers_info): Likewise.
7354
7355 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7356
7357 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7358 of mips16 symbols.
7359
7360 2012-04-20 Andrew Pinski <apinski@cavium.com>
7361
7362 * MAINTAINERS (Write After Approval): Add myself to the list.
7363
7364 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7365
7366 * MAINTAINERS: Update my e-mail address.
7367
7368 2012-04-20 Pedro Alves <palves@redhat.com>
7369
7370 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7371 $srcdir.
7372 * configure: Regenerate.
7373
7374 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7375
7376 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7377 declaration.
7378 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7379
7380 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 Fix compilation compatibility with python-2.4
7383 * python/py-type.c (convert_field): Cast ADDRSTRING for
7384 PyObject_SetAttrString as non-const. New comment.
7385
7386 2012-04-19 Tom Tromey <tromey@redhat.com>
7387
7388 * top.c (quit_target): Use all_cleanups.
7389 * main.c (captured_command_loop): Use all_cleanups.
7390 * exceptions.c (throw_exception): Use all_cleanups.
7391
7392 2012-04-19 Pedro Alves <palves@redhat.com>
7393
7394 * Makefile.in (GNULIB_BUILDDIR): New.
7395 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7396 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7397 (CLEANDIRS). Remove gnulib/import.
7398 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7399 (all-lib): Ditto.
7400 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7401 (gnulib/import/Makefile): Replace gnulib/import with
7402 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7403 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7404 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7405 acx_configure_dir.m4.
7406 * acinclude.m4: Include acx_configure_dir.m4.
7407 * acx_configure_dir.m4: New file.
7408 * aclocal.m4: Regenerate.
7409 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7410 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7411 (GNULIB): New variable.
7412 (GNULIB_STDINT_H): Adjust.
7413 (AC_OUTPUT): Don't output gnulib/Makefile.
7414 * gdb/defs.h: Include build-gnulib/config.h.
7415 * aclocal.m4: Regenerate.
7416 * config.in: Regenerate.
7417 * configure: Regenerate.
7418
7419 * gnulib/Makefile.in: New file.
7420 * gnulib/configure.ac: New file.
7421 * gnulib/aclocal.m4: New file.
7422 * gnulib/config.in: New file.
7423 * gnulib/configure: New file.
7424 * gnulib/: Re-run gnulib-tool to adjust.
7425
7426 2012-04-19 Doug Evans <dje@google.com>
7427
7428 * cleanups.h (struct cleanup): Move to cleanups.c.
7429 (make_cleanup_dtor_ftype): New typedef.
7430 (make_cleanup_dtor): Use it.
7431 (ALL_CLEANUPS): Replace with ...
7432 (all_cleanups): ... this. Declare. All uses updated.
7433 * cleanups.c: #include "gdb_assert.h".
7434 (sentinel_cleanup): New static global.
7435 (SENTINEL_CLEANUP): Define.
7436 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7437 (make_my_cleanup2): Assert result is non-NULL.
7438 (all_cleanups): New function.
7439 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7440 of NULL.
7441
7442 2012-04-19 Pedro Alves <palves@redhat.com>
7443
7444 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7445 Adjust paths to gnulib imported files.
7446
7447 2012-04-19 Pedro Alves <palves@redhat.com>
7448
7449 * gnulib/: Move whole directory ...
7450 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7451 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7452 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7453 (aclocal_m4_deps): Adjust.
7454 * aclocal.m4: Regenerate.
7455 * configure: Regenerate.
7456 * configure.ac: Adjust AC_OUTPUT output.
7457
7458 2012-04-19 Yao Qi <yao@codesourcery.com>
7459
7460 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7461 (vec.o): New rule.
7462 * vec.c: Move it ...
7463 * common/vec.c: ... here.
7464 * vec.h: Move it ...
7465 * common/vec.h: ... here.
7466
7467 2012-04-19 Yao Qi <yao@codesourcery.com>
7468
7469 * gdb-code-style.el: New.
7470
7471 2012-04-18 Pedro Alves <palves@redhat.com>
7472
7473 Update gnulib from latest git.
7474 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7475
7476 * gnulib/Makefile.am: Update.
7477 * gnulib/dummy.c: Update.
7478 * gnulib/extra/arg-nonnull.h: Update.
7479 * gnulib/extra/c++defs.h: Update.
7480 * gnulib/extra/update-copyright: Update.
7481 * gnulib/extra/warn-on-use.h: Update.
7482 * gnulib/inttypes.in.h: Update.
7483 * gnulib/m4/00gnulib.m4: Update.
7484 * gnulib/m4/extensions.m4: Update.
7485 * gnulib/m4/gnulib-cache.m4: Update.
7486 * gnulib/m4/gnulib-common.m4: Update.
7487 * gnulib/m4/gnulib-comp.m4: Update.
7488 * gnulib/m4/gnulib-tool.m4: Update.
7489 * gnulib/m4/include_next.m4: Update.
7490 * gnulib/m4/inttypes-pri.m4: Update.
7491 * gnulib/m4/inttypes.m4: Update.
7492 * gnulib/m4/longlong.m4: Update.
7493 * gnulib/m4/memchr.m4: Update.
7494 * gnulib/m4/memmem.m4: Update.
7495 * gnulib/m4/mmap-anon.m4: Update.
7496 * gnulib/m4/multiarch.m4: Update.
7497 * gnulib/m4/onceonly.m4: Update.
7498 * gnulib/m4/stddef_h.m4: Update.
7499 * gnulib/m4/stdint.m4: Update.
7500 * gnulib/m4/string_h.m4: Update.
7501 * gnulib/m4/warn-on-use.m4: Update.
7502 * gnulib/m4/wchar_h.m4: Update.
7503 * gnulib/m4/wchar_t.m4: Update.
7504 * gnulib/m4/wint_t.m4: Update.
7505 * gnulib/memchr.c: Update.
7506 * gnulib/memmem.c: Update.
7507 * gnulib/stddef.in.h: Update.
7508 * gnulib/stdint.in.h: Update.
7509 * gnulib/str-two-way.h: Update.
7510 * gnulib/string.in.h: Update.
7511 * gnulib/wchar.in.h: Update.
7512
7513 * gnulib/extra/arg-nonnull.h: Delete.
7514 * gnulib/extra/c++defs.h: Delete.
7515 * gnulib/extra/warn-on-use.h: Delete.
7516 * gnulib/m4/wchar_h.m4: Delete.
7517 * gnulib/m4/wint_t.m4: Delete.
7518 * gnulib/wchar.in.h: Delete.
7519
7520 * gnulib/extra/snippets/arg-nonnull.h: New.
7521 * gnulib/extra/snippets/c++defs.h: New.
7522 * gnulib/extra/snippets/warn-on-use.h: New.
7523
7524 * aclocal.m4: Regenerate.
7525 * config.in: Regenerate.
7526 * configure: Regenerate.
7527 * gnulib/Makefile.in: Regenerate.
7528
7529 2012-04-18 Pedro Alves <palves@redhat.com>
7530
7531 Reimport the update-copyright module from gnulib
7532 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7533
7534 * configure: Regenerate.
7535 * gnulib/Makefile.am: Update.
7536 * gnulib/Makefile.in: Regenerate.
7537 * gnulib/extra/update-copyright: Update.
7538 * gnulib/m4/gnulib-cache.m4: Update.
7539 * gnulib/m4/gnulib-comp.m4: Update.
7540
7541 2012-04-18 Tristan Gingold <gingold@adacore.com>
7542
7543 * configure.ac (aix): Put -lpthread into libs.
7544 * configure: Regenerate.
7545
7546 2012-04-18 Tom Tromey <tromey@redhat.com>
7547
7548 * linespec.c (convert_linespec_to_sals): Don't use
7549 SYMBOL_OBJ_SECTION.
7550 (compare_msymbols): Arguments are minsym_and_objfile, not
7551 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7552
7553 2012-04-18 Pedro Alves <palves@redhat.com>
7554
7555 Revert gnulib/ part of:
7556 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7557 Copyright year update in most files (performed by copyright.sh).
7558
7559 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 Fix 64-bit constants on 32-bit hosts.
7562 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7563 from unsigned long to ULONGEST.
7564 (read_signed_leb128): Change declaration return type from long to
7565 LONGEST.
7566 (dwarf2_const_value_attr): Change declaration parameter value from long
7567 to LONGEST.
7568 (dwarf2_compute_name): Change variable value from long to LONGEST.
7569 (read_unsigned_leb128): Change return type, variable result and some
7570 casts from unsigned long to ULONGEST.
7571 (read_signed_leb128): Change return type, variable result and some
7572 casts from long to LONGEST.
7573 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7574 value from long to LONGEST.
7575 (dwarf2_const_value): Change variable value from long to LONGEST.
7576 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7577 plongest and hex_string.
7578 * symtab.h (struct general_symbol_info): Change ivalue from long to
7579 LONGEST, remove the comment.
7580 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7581 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7582
7583 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7584
7585 PR symtab/7259:
7586 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7587 * ada-lang.c (ada_discrete_type_high_bound)
7588 (ada_discrete_type_low_bound): Fix function comment. Use
7589 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7590 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7591 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7592 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7593 Use TYPE_FIELD_ENUMVAL.
7594 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7595 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7596 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7597 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7598 TYPE_CODE_ENUM.
7599 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7600 * dwarf2read.c (process_enumeration_scope): Likewise.
7601 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7602 field.bitpos.
7603 (class StructMainTypePrettyPrinter): Support also
7604 FIELD_LOC_KIND_ENUMVAL.
7605 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7606 TYPE_CODE_ENUM.
7607 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7608 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7609 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7610 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7611 field enumval.
7612 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7613 accommodate enumval.
7614 (struct call_site): Adjust loc_kind to accommodate enumval.
7615 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7616 (TYPE_FIELD_ENUMVAL): New macros.
7617 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7618 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7619 TYPE_CODE_ENUM.
7620 * p-typeprint.c (pascal_type_print_base): Likewise.
7621 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7622 enumval.
7623 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7624 * python/py-type.c (convert_field): New variable addrstring. Use
7625 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7626 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7627 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7628 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7629 TYPE_CODE_ENUM.
7630 * valprint.c (generic_val_print): Likewise.
7631
7632 2012-04-17 Doug Evans <dje@google.com>
7633
7634 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7635
7636 * dwarf2read.c: Whitespace fixes.
7637 (lookup_signatured_type): Tweak comment.
7638 (get_die_type_at_offset): Fix comment.
7639
7640 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7641
7642 * xcoffread.c (xcoff_secnum_to_sections): New function.
7643 (secnum_to_section, secnum_to_bfd_section): Reimplement
7644 using xcoff_secnum_to_sections. Rename "secnum" parameter
7645 into "n_scnum".
7646 (RECORD_MINIMAL_SYMBOL): Delete.
7647 (record_minimal_symbol): New function.
7648 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7649 by call to record_minimal_symbol and set misc_func_recorded
7650 to 1. Set last_csect_sec to the XCOFF section index instead
7651 of GDB's section_offset index. Update calls to
7652 prim_record_minimal_symbol_and_info to pass the BFD section
7653 as well.
7654
7655 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7656
7657 * xcoffread.c (read_xcoff_symtab): Delete variables
7658 last_csect_val and last_csect_sec and associated code.
7659
7660 2012-04-17 Doug Evans <dje@google.com>
7661
7662 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7663 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7664 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7665 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7666
7667 * cleanups.h: New file.
7668 * cleanups.c: New file.
7669 * Makefile.in (SFILES): Add cleanups.c.
7670 (HFILES_NO_SRCDIR): Add cleanups.h.
7671 (COMMON_OBS): Add cleanups.o.
7672 * defs.h (struct cleanup): Moved to cleanups.h.
7673 (do_cleanups,do_final_cleanups): Ditto.
7674 (discard_cleanups,discard_final_cleanups): Ditto
7675 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7676 (save_cleanups,save_final_cleanups): Ditto.
7677 (restore_cleanups,restore_final_cleanups): Ditto.
7678 (null_cleanup): Ditto.
7679 (make_my_cleanup,make_my_cleanup2): Ditto.
7680 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7681 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7682 (do_cleanups,do_final_cleanups): Ditto.
7683 (discard_cleanups,discard_final_cleanups): Ditto
7684 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7685 (save_cleanups,save_final_cleanups): Ditto.
7686 (restore_cleanups,restore_final_cleanups): Ditto.
7687 (null_cleanup): Ditto.
7688 (make_my_cleanup,make_my_cleanup2): Ditto.
7689 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7690
7691 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7692 make_my_cleanup.
7693 (make_cleanup_dyn_string_delete): Ditto.
7694 (make_cleanup_ui_file_delete): Ditto.
7695 (make_cleanup_ui_out_redirect_pop): Ditto.
7696 (make_cleanup_free_section_addr_info): Ditto.
7697 (make_cleanup_restore_integer): Ditto.
7698 (make_cleanup_unpush_target): Ditto.
7699 (make_cleanup_value_free_to_mark): Ditto.
7700 (make_cleanup_value_free): Ditto.
7701 (make_cleanup_free_so): Ditto.
7702
7703 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7704
7705 New option "set debug auto-load".
7706 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7707 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7708 (auto_load_safe_path_vec_update)
7709 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7710 if DEBUG_AUTO_LOAD.
7711 (file_is_auto_load_safe): New parameters debug_fmt and ....
7712 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7713 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7714 caller by explanatory string.
7715 (_initialize_auto_load): Register "set debug auto-load".
7716 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7717 and ....
7718 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7719 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7720 by explanatory string.
7721 * main.c (captured_main): Likewise.
7722 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7723 (source_section_scripts): Likewise.
7724
7725 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 New option "set auto-load safe-path".
7728 * NEWS: New commands "set auto-load safe-path"
7729 and "show auto-load safe-path".
7730 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7731 (auto_load_safe_path, auto_load_safe_path_vec)
7732 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7733 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7734 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7735 (source_gdb_script_for_objfile): New variable is_safe. Call
7736 file_is_auto_load_safe. Return if it is not.
7737 (struct loaded_script): New field loaded.
7738 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7739 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7740 output "Missing" to "No".
7741 (_initialize_auto_load): New variable cmd. Initialize
7742 auto_load_safe_path. Register "set auto-load safe-path",
7743 "show auto-load safe-path" and "add-auto-load-safe-path".
7744 * auto-load.h (maybe_add_script): Add parameter loaded.
7745 (file_is_auto_load_safe): New declaration.
7746 * config.in: Regenerate.
7747 * configure: Regenerate.
7748 * configure.ac: New parameters --with-auto-load-safe-path
7749 and --without-auto-load-safe-path.
7750 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7751 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7752 * main.c (captured_main): Check file_is_auto_load_safe for
7753 LOCAL_GDBINIT.
7754 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7755 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7756 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7757 not.
7758
7759 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7760
7761 auto-load: Implementation.
7762 * NEWS: New descriptions for "info auto-load",
7763 "info auto-load gdb-scripts", "info auto-load python-scripts",
7764 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7765 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7766 and "show auto-load-scripts". New description for "set auto-load",
7767 "show auto-load", "set auto-load gdb-scripts",
7768 "show auto-load gdb-scripts", "set auto-load python-scripts",
7769 "show auto-load python-scripts", "set auto-load local-gdbinit",
7770 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7771 "show auto-load libthread-db".
7772 * auto-load.c: Remove include python/python-internal.h. Add includes
7773 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7774 cli/cli-setshow.h.
7775 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7776 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7777 (gdbpy_global_auto_load): Rename to ...
7778 (global_auto_load): ... here.
7779 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7780 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7781 (script_language_gdb, source_gdb_script_for_objfile): New.
7782 (struct loaded_script): New field language.
7783 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7784 LANGUAGE.
7785 (maybe_add_script): Add parameter language. Drop redundant
7786 entry.full_path initialization. Initialize entry.language and
7787 (*slot)->language.
7788 (auto_load_objfile_script): Change parameter suffix to language.
7789 Remove the call of maybe_add_script.
7790 Call language->source_script_for_objfile.
7791 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7792 New.
7793 (collect_matching_scripts): Adjust it for
7794 struct collect_matching_scripts_data.
7795 (auto_load_info_scripts_pattern_nl): New variable.
7796 (info_auto_load_scripts): Rename to ...
7797 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7798 for struct collect_matching_scripts_data.
7799 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7800 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7801 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7802 (auto_load_info_cmdlist_get): New.
7803 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7804 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7805 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7806 "info auto-load local-gdbinit".
7807 * auto-load.h (struct script_language): New.
7808 (gdbpy_global_auto_load): Rename to ...
7809 (global_auto_load): ... here.
7810 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7811 (auto_load_local_gdbinit_loaded): New declarations.
7812 (maybe_add_script): New parameter language.
7813 (auto_load_objfile_script): Change parameter suffix to language.
7814 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7815 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7816 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7817 declarations.
7818 * linux-thread-db.c: Include auto-load.h and ctype.h.
7819 (auto_load_thread_db, show_auto_load_thread_db): New.
7820 (struct thread_db_info): New field filename.
7821 (delete_thread_db_info): Call xfree for FILENAME.
7822 (try_thread_db_load): Initialize FILENAME.
7823 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7824 if !AUTO_LOAD_THREAD_DB.
7825 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7826 (_initialize_thread_db): Install auto_load_thread_db
7827 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7828 as "info auto-load libthread-db".
7829 * main.c (captured_main): Rename gdbpy_global_auto_load to
7830 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7831 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7832 (print_gdb_help): Extend the help for 'local init file'.
7833 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7834 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7835 (auto_load_scripts): Rename to ...
7836 (auto_load_python_scripts): ... here, update the comment.
7837 (gdbpy_load_auto_script_for_objfile): New declaration.
7838 (show_auto_load_python_scripts, script_language_python)
7839 (gdbpy_load_auto_script_for_objfile): New.
7840 (source_section_scripts): Refactor the code.
7841 (load_auto_scripts_for_objfile): Rename to ...
7842 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7843 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7844 (info_auto_load_python_scripts): New.
7845 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7846 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7847 Register "set auto-load-scripts" as its deprecated alias. Register
7848 "info auto-load python-scripts". Register "info auto-load-scripts" as
7849 its deprecated alias.
7850 (load_auto_scripts_for_objfile): Rename to ...
7851 (gdbpy_load_auto_scripts_for_objfile): ... here.
7852 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7853 (gdbpy_load_auto_scripts_for_objfile): ... here.
7854
7855 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7856
7857 auto-load: Move files.
7858 * Makefile.in (SFILES): Add auto-load.c.
7859 (HFILES_NO_SRCDIR): Add auto-load.h.
7860 (COMMON_OBS): Add auto-load.o.
7861 (distclean): Change .gdbinit for gdb-gdb.gdb.
7862 * auto-load.c: New file, with parts from python/py-auto-load.c.
7863 * auto-load.h: New file, with parts from python/python.h.
7864 * configure: Regenerate.
7865 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7866 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7867 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7868 * main.c: Include auto-load.h.
7869 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7870 command.h, observer.h and progspace.h to auto-load.c. Add include
7871 auto-load.h.
7872 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7873 (struct loaded_script, auto_load_pspace_data)
7874 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7875 (hash_loaded_script_entry, eq_loaded_script_entry)
7876 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7877 (maybe_add_script): Move to auto-load.c.
7878 (source_section_scripts): Change maybe_add_script parameters passing,
7879 use script_not_found_warning_print.
7880 (clear_section_scripts, auto_load_objfile_script)
7881 (auto_load_new_objfile, loaded_script_ptr)
7882 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7883 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7884 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7885 auto_load_new_objfile and info_auto_load_scripts initizations to
7886 auto-load.c.
7887 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7888
7889 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 Code cleanup.
7892 * charset.c (find_charset_names): Remove variables ix and elt.
7893 Use free_char_ptr_vec.
7894 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7895 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7896 debugdir_end. New variable debugdir_len.
7897 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7898 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7899 declarations.
7900 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7901 and elt. Use free_char_ptr_vec.
7902 * source.c (add_path): Remove variables argv, arg and argv_index.
7903 New variables dir_vec, back_to, ix and name.
7904 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7905 make_cleanup_freeargv. Remove variable separator. Simplify the code
7906 no longer expecting DIRNAME_SEPARATOR.
7907 (openp): Remove variable p, p1 and len. New variables dir_vec,
7908 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7909 no longer expecting DIRNAME_SEPARATOR.
7910 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7911 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7912 debugdir_end.
7913 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7914 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7915 (dirnames_to_char_ptr_vec): New functions.
7916
7917 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7918
7919 Code cleanup.
7920 * source.c (add_path): Remove always true conditional 'p == 0' and
7921 unindent its code block.
7922
7923 2012-04-17 Pedro Alves <palves@redhat.com>
7924
7925 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7926 (FIELD_BITPOS_LVAL): ... this.
7927 (FIELD_BITPOS): New.
7928 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7929 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7930 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7931 SET_FIELD_BITPOS.
7932 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7933 SET_FIELD_BITPOS.
7934 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7935 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7936 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7937 SET_FIELD_BITPOS.
7938
7939 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7942 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7943 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7944 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7945 * jv-lang.c (java_link_class_type): Likewise, once.
7946 * stabsread.c (read_enum_type): Likewise.
7947
7948 2012-04-16 Yao Qi <yao@codesourcery.com>
7949
7950 * common/agent.c (agent_run_command): Add one more parameter `len'.
7951 Update callers.
7952 * common/agent.h: Update declaration.
7953 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7954 Update.
7955 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7956
7957 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7958
7959 PR mi/13393
7960 * value.c (value_actual_type): New function.
7961 * value.h (value_actual_type): New declaration.
7962 * varobj.c (update_type_if_necessary): New function.
7963 (varobj_create): Call value_actual_type instead of
7964 value_type.
7965 (install_dynamic_child): distinct changed and type changed MI variable
7966 objects.
7967 (update_dynamic_varobj_children): Updated for install_dynamic_child
7968 change. All callers updated.
7969 (varobj_update): Support for MI variable object type change if
7970 the value changed and RTTI is used to determine the type.
7971 (create_child_with_value): Call value_actual_type instead of
7972 value_type.
7973 (adjust_value_for_child_access): Extended with a new parameter which
7974 specify whether the given value should be casted to enclosing type.
7975 All callers updated.
7976
7977 2012-04-14 Yao Qi <yao@codesourcery.com>
7978
7979 Import gnulib module inttypes from git
7980 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7981 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7982 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7983 gnulib/m4/inttypes-pri.m4
7984 * aclocal.m4, config.in, configure: Regenerated.
7985 * gnulib/Makefile.am: Update.
7986 * gnulib/Makefile.in: Update.
7987 * gnulib/m4/gnulib-cache.m4: Update.
7988 * gnulib/m4/gnulib-comp.m4: Update.
7989 * gnulib/inttypes.in.h: New.
7990 * gnulib/m4/inttypes-pri.m4: New.
7991 * gnulib/m4/inttypes.m4: New.
7992
7993 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7994
7995 * infrun.c (resume): Update PC address to the real PC after
7996 preparing to do displaced stepping.
7997
7998 2012-04-12 Doug Evans <dje@google.com>
7999
8000 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8001 All callers updated.
8002
8003 2012-04-12 Mark Kettenis <kettenis@gnu.org>
8004
8005 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8006
8007 2012-04-12 Doug Evans <dje@google.com>
8008
8009 * dwarf2read.c (create_all_type_units): Renamed from
8010 create_debug_types_hash_table. All callers updated.
8011
8012 * dwarf2read.c (create_signatured_type_table_from_index): Rename
8013 local type_sig to sig_type, type_offset to type_offset_in_tu.
8014 (hash_signatured_type): Renamed from hash_type_signature,
8015 all callers updated.
8016 (eq_signatured_type): Renamed from eq_type_signature,
8017 all callers updated.
8018 (create_debug_types_hash_table): Rename local type_sig to sig_type.
8019 (process_enumeration_scope): Ditto.
8020 (lookup_signatured_type_at_offset): Ditto.
8021 (load_full_type_unit, read_signatured_type): Ditto.
8022
8023 2012-04-12 Yao Qi <yao@codesourcery.com>
8024
8025 * remote.c (async_remote_interrupt): Correct function name in
8026 debug message.
8027 (async_remote_interrupt_twice): Ditto.
8028
8029 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
8030
8031 * source.c (find_and_open_source): Consistently pass resulting
8032 full path through xfullpath.
8033
8034 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8035
8036 Provide more specific displaced-stepping memory error message.
8037 * infrun.c (displaced_step_prepare): New variable status. Call
8038 target_read_memory instead of read_memory, provide more specific
8039 error message.
8040
8041 2012-04-11 Tristan Gingold <gingold@adacore.com>
8042
8043 PR gdb/13901
8044 * darwin-nat.c (darwin_execvp): Revert previous patch.
8045
8046 2012-04-11 Tristan Gingold <gingold@adacore.com>
8047
8048 PR gdb/13901
8049 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8050 in case of change.
8051
8052 2012-04-11 Tristan Gingold <gingold@adacore.com>
8053
8054 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8055 warning.
8056
8057 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
8058
8059 New command 'explore' which helps explore values and types in
8060 scope.
8061 * NEWS: Add an entry about the new 'explore' command.
8062 * data-directory/Makefile.in: Add gdb/command/explore.py
8063 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8064 command using the GDB Python API.
8065
8066 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8067
8068 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8069 extension in jump target calculation.
8070
8071 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
8072
8073 * mips-tdep.c (mips32_next_pc): Handle JALX.
8074
8075 2012-04-10 Yao Qi <yao@codesourcery.com>
8076
8077 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8078
8079 2012-04-10 Yao Qi <yao@codesourcery.com>
8080
8081 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8082 and gnulib/m4/gnulib-tool.m4.
8083
8084 2012-04-10 Doug Evans <dje@google.com>
8085
8086 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8087 (load_partial_dies): Clarify comment.
8088 (find_partial_die): Support rereading type units.
8089 Clarify CU handling, if we know offset is in CU, don't search for the
8090 containing CU. Add comment regarding memory waste.
8091
8092 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8093
8094 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8095 i386/x32-avx and i386/x32-avx-linux.
8096 (i386/x32-expedite): New.
8097 (i386/x32-linux-expedite): Likewise.
8098 (i386/x32-avx-expedite): Likewise.
8099 (i386/x32-avx-linux-expedite): Likewise.
8100 ($(outdir)/i386/x32.dat): Likewise.
8101 ($(outdir)/i386/x32-linux.dat): Likewise.
8102 ($(outdir)/i386/x32-avx.dat): Likewise.
8103 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8104
8105 * features/i386/x32-avx-linux.xml: New file.
8106 * features/i386/x32-avx.xml: Likewise.
8107 * features/i386/x32-core.xml: Likewise.
8108 * features/i386/x32-linux.xml: Likewise.
8109 * features/i386/x32.xml: Likewise.
8110
8111 * features/i386/x32-avx-linux.c: New. Generated.
8112 * features/i386/x32-avx.c: Likewise.
8113 * features/i386/x32-linux.c: Likewise.
8114 * features/i386/x32.c: Likewise.
8115 * regformats/i386/x32-avx-linux.dat: Likewise.
8116 * regformats/i386/x32-avx.dat: Likewise.
8117 * regformats/i386/x32-linux.dat: Likewise.
8118 * regformats/i386/x32.dat: Likewise.
8119
8120 2012-04-10 Tristan Gingold <gingold@adacore.com>
8121
8122 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8123 code to kill the inferior.
8124
8125 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8126
8127 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8128 defines.
8129 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8130 defines.
8131 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8132 (yyvsp): New defines.
8133 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8134 defines.
8135 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8136 defines.
8137 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8138 defines.
8139 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8140 defines.
8141 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8142 defines.
8143
8144 2012-04-09 Mark Kettenis <kettenis@gnu.org>
8145
8146 * sparc64-tdep.c (sparc64_store_arguments)
8147 (sparc64_store_arguments): Fix coding style.
8148
8149 2012-04-07 Mark Kettenis <kettenis@gnu.org>
8150
8151 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8152 complex floats, adjust some related comments and tighten a related
8153 assertion.
8154 (sparc64_extract_return_value): Handle complex floats.
8155
8156 2012-04-07 Doug Evans <dje@google.com>
8157
8158 * dwarf2read.c (load_partial_dies): Change condition to assert.
8159
8160 2012-04-06 Doug Evans <dje@google.com>
8161
8162 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8163 "mov %rsp,%rbp".
8164
8165 2012-04-05 Kevin Buettner <kevinb@redhat.com>
8166
8167 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8168 fencepost error.
8169 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8170 (v850_gdbarch_init): Set `num_regs' as appropriate for the
8171 architecture.
8172
8173 2012-04-05 Keith Seitz <keiths@redhat.com>
8174
8175 * linespec.c (decode_compound): Remove.
8176 (enum offset_relative_sign): New enum.
8177 (struct line_offset): New struct.
8178 (struct linespec): New struct.
8179 (struct linespec_state): Move file_symtabs,
8180 user_filename, and user_function into struct linespec.
8181 Make result an anonymous struct holding vectors of
8182 symbolp and minsym_and_objfile_d.
8183 Add language member.
8184 (enum ls_token_type): New enum.
8185 (linespec_keywords): New array.
8186 (struct ls_token): New struct.
8187 (struct ls_parser): New struct.
8188 (linespec_lexer_lex_number): New function.
8189 (linespec_lexer_lex_keyword): New function.
8190 (is_ada_operator): New function.
8191 (skip_quote_char): New function.
8192 (copy_token_string): New function.
8193 (is_closing_quote_enclosed): New function.
8194 (find_parameter_list_end): New function.
8195 (linespec_lexer_lex_string): New function.
8196 (linespec_lexer_lex_one): New function.
8197 (linespec_lexer_consume_token): New function.
8198 (linespec_lexer_peek_token): New function.
8199 (cplusplus_error): Remove unused function.
8200 (find_methods): Update comment.
8201 (find_toplevel_char): Return const.
8202 (is_objc_method_format): Remove unused function.
8203 (find_toplevel_string): New function.
8204 (is_linespec_boundary): Remove.
8205 (symbol_not_found_error): New function.
8206 (find_method_overload_end): Remove function.
8207 (unexpected_linespec_error): New function.
8208 (keep_name_info): Remove.
8209 (linespec_parse_line_offset): New function.
8210 (linespec_parse_basic): New function.
8211 (canonicalize_linespec): New function.
8212 (decode_line_internal): Remove.
8213 (create_sals_line_offset): New function adapted from
8214 decode_all_digits.
8215 (convert_linespec_to_sals): New function.
8216 (parse_linespec): New function.
8217 (linespec_parser_new): New function.
8218 (linespec_state_destructor): Change parameter type to
8219 struct linespec_state *.
8220 Add language parameter.
8221 Remove freeing of moved members.
8222 (linespec_parser_delete): New function.
8223 (decode_line_full): Use parse_linespec and linespec_parser_new.
8224 (decode_line_1): Likewise.
8225 (decode_indirect): Rename to ...
8226 (linespec_expression_to_pc): ... this and rewrite
8227 to simply find CORE_ADDR, storing this result for later
8228 conversion to SALs.
8229 (locate_first_half): Remove.
8230 (deocde_objc): Add parameter LS.
8231 Initialize new struct collect_info members.
8232 Handle minimal symbols, too.
8233 (decode_compound): Delete.
8234 (lookup_prefix_sym): Rewrite.
8235 (compare_msymbols): New function.
8236 (find_method): Rewrite.
8237 Do not call cplusplus_error.
8238 (symtabs_from_filename): Rewrite.
8239 (collect_function_symbols): Delete.
8240 (find_function_symbols): Rewrite without ARGPTR-style
8241 processing.
8242 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8243 (decode_dollar): Adapted and renamed to ...
8244 (linespec_parse_variable): ... this.
8245 (find_linespec_symbols): New function.
8246 (decode_label): Adapted and renamed to ...
8247 (find_label_symbols): ... this.
8248 (decode_digits_list_mode): Add and use LS argument.
8249 (decode_digits_ordinary): Likewise.
8250 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8251 If in list mode, allow any symbol class. Otherwise, only
8252 permit LOC_BLOCK symbols.
8253 (minsym_found): Update comments.
8254 (search_minsyms_for_name): Do not convert the matching symbol
8255 into a SAL. Simply push the symbol and objfile into the
8256 result vector.
8257 (decode_variable): Delete. Contents adapted into
8258 find_linespec_symbols.
8259
8260 * cp-support.c (SKIP_SPACE): Remove.
8261 (operator_tokens): Remove unused global.
8262 (cp_validate_operator): Remove.
8263 * cp-support.h (cp_validate_operator): Remove declaration.
8264
8265 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8268 for TYPE_VPTR_FIELDNO.
8269 * valprint.c (valprint_check_validity): Make it global, move the
8270 function comment ...
8271 * value.h (valprint_check_validity): ... to this new declaration.
8272
8273 2012-04-02 Tristan Gingold <gingold@adacore.com>
8274
8275 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8276 the STATE32 api for i386 state.
8277 (i386_darwin_store_inferior_registers): Likewise.
8278
8279 2012-04-02 Tristan Gingold <gingold@adacore.com>
8280
8281 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8282 SS offset.
8283 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8284 format_string.
8285
8286 2012-04-02 Tristan Gingold <gingold@adacore.com>
8287
8288 PR gdb/13901
8289 * darwin-nat.c (darwin_execvp): Set binary preference.
8290
8291 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8294
8295 2012-03-30 Tom Tromey <tromey@redhat.com>
8296
8297 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8298 of TRY_CATCH. Fix error handling.
8299 * python/py-value.c (convert_value_from_python): Move 'old'
8300 declaration to innermost scope.
8301
8302 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8303 Andrey Smirnov <andrew.smirnov@gmail.com>
8304
8305 -Wshadow warning fix.
8306 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8307 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8308 Adjust code accordingly.
8309
8310 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8311
8312 * ada-lang.c (symbol_completion_add): Rename parameter
8313 "encoded" into "encoded_p". Ajust code and documentation
8314 accordingly.
8315
8316 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8317 Andrey Smirnov <andrew.smirnov@gmail.com>
8318
8319 -Wshadow warning fix.
8320 * ada-lang.c (symbol_completion_add): Rename parameter
8321 "wild_match" into wild_match_p. Update code and documentation
8322 accordingly.
8323
8324 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8325
8326 * ada-lang.c (symbol_completion_match): Rename parameter
8327 "encoded" into "encoded_p". Ajust code and documentation
8328 accordingly.
8329
8330 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8331 Andrey Smirnov <andrew.smirnov@gmail.com>
8332
8333 -Wshadow warning fix.
8334 * ada-lang.c (symbol_completion_match): Rename parameter
8335 "wild_match" into "wild_match_p". Adjust code and function
8336 documentation accordingly.
8337
8338 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8339 Andrey Smirnov <andrew.smirnov@gmail.com>
8340
8341 -Wshadow warning fix.
8342 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8343 "symbol_info" into "info". Adjust code accordingly.
8344 (ada_lookup_symbol): Likewise.
8345
8346 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8347
8348 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8349 of this function's documentation.
8350
8351 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8352 Andrey Smirnov <andrew.smirnov@gmail.com>
8353
8354 -Wshadow warning fix.
8355 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8356 variable into "wild_match_p". Adjust code accordingly.
8357
8358 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8359 Andrey Smirnov <andrew.smirnov@gmail.com>
8360
8361 -Wshadow warning fix.
8362 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8363 parameter into "wild_match_p". Adjust code accordingly.
8364 Document this parameter in the function description.
8365
8366 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8367 Andrey Smirnov <andrew.smirnov@gmail.com>
8368
8369 -Wshadow warning fix.
8370 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8371 "wild_match" parameter to "wild_match_p" (-Wshadow).
8372
8373 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8374
8375 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8376 in function documentation.
8377
8378 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8379 Andrey Smirnov <andrew.smirnov@gmail.com>
8380
8381 -Wshadow warning fix.
8382 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8383 variable into wild_match_p. Adjust code accordingly.
8384
8385 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8386 Andrey Smirnov <andrew.smirnov@gmail.com>
8387
8388 * ada-valprint.c (ada_val_print_1): Move the code handling
8389 TYPE_CODE_ENUM inside its own lexical block. Declare
8390 variables len and val there, instead of in the function's
8391 top level block. Avoid declaring deref_val again in a way
8392 that shadows another variable of the same name declared
8393 in one of the up-level blocks. Just re-use the up-level
8394 variable instead.
8395
8396 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8397
8398 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8399 Replace block_found argument by symbol_info. Adjust
8400 implementation accordingly. Add function documentation.
8401 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8402 Fix documentation.
8403 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8404 * ada-exp.y (write_object_renaming): Adjust to new
8405 ada_lookup_encoded_symbol API.
8406
8407 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8408
8409 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8410 documentation.
8411
8412 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8413
8414 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8415 (v850_register_name): Add the mpu and fpu register names.
8416 (v850e_register_name): Add the mpu and fpu register names.
8417 (v850e2_register_name): New function.
8418 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8419 bfd_mach_v850e2v3.
8420
8421 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8422
8423 * NEWS: Add entry for Ada varobj support.
8424
8425 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8426
8427 * varobj.c (default_value_is_changeable_p): New function,
8428 extracted from varobj_value_is_changeable_p. Add declaration.
8429 (ada_value_is_changeable_p): New function, extracted from
8430 varobj_value_is_changeable_p. Add declaration.
8431 (struct language_specific): New field "value_is_changeable_p".
8432 (languages): Add entries for new field.
8433 (varobj_create): Set language before calling install_new_value.
8434 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8435 "value_is_changeable_p" language callback.
8436
8437 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8438
8439 * ada-varobj.h, ada-varobj.c: New files.
8440 * Makefile.in (SFILES): Add ada-varobj.c.
8441 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8442 (COMMON_OBS): Add ada-varobj.o.
8443
8444 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8445
8446 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8447 (struct language_specific): New field "value_has_mutated".
8448 (languages): Set field "value_has_mutated" in each entry of array.
8449 (varobj_value_has_mutated): New function.
8450 (varobj_udpdate): Add handling of type mutation.
8451 (value_of_root): Add handling of type mutation.
8452 (ada_value_has_mutated): New function.
8453
8454 2012-03-28 Pedro Alves <palves@redhat.com>
8455
8456 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8457 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8458
8459 2012-03-28 Tom Tromey <tromey@redhat.com>
8460
8461 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8462 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8463 before returning.
8464
8465 2012-03-28 Tom Tromey <tromey@redhat.com>
8466
8467 * .dir-locals.el: New file.
8468
8469 2012-03-28 Pedro Alves <palves@redhat.com>
8470
8471 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8472
8473 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8474
8475 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8476 handling for r0.
8477
8478 2012-03-27 Pedro Alves <palves@redhat.com>
8479
8480 Eliminate struct ui_stream.
8481
8482 * ui-out.h (struct ui_stream): Delete.
8483 (ui_out_field_stream): Adjust prototype.
8484 (ui_out_stream_new, ui_out_stream_delete)
8485 (make_cleanup_ui_out_stream_delete): Delete declarations.
8486 * ui-out.c (ui_out_field_stream): Change prototype to take a
8487 ui_file instead of a ui_stream. Adjust.
8488 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8489 (make_cleanup_ui_out_stream_delete): Delete.
8490 * breakpoint.c (print_breakpoint_location)
8491 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8492 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8493 * disasm.c (dump_insns): Ditto.
8494 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8495 prototype.
8496 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8497 ui_stream/ui_out_stream_new.
8498 * infcmd.c (print_return_value): Ditto.
8499 * osdata.c (info_osdata_command): Don't allocate a local
8500 ui_stream.
8501 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8502 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8503 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8504 allocate a local ui_stream.
8505 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8506 instead of ui_stream/ui_out_stream_new.
8507 (list_args_or_locals): Don't allocate a local ui_stream.
8508 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8509 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8510 ui_stream/ui_out_stream_new.
8511 * cli/cli-setshow.c (do_setshow_command): Ditto.
8512
8513 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8514
8515 * arm-linux-tdep.c (arm_linux_init_abi): Call
8516 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8517 * arm-tdep.c (arm_process_record): New function.
8518 (deallocate_reg_mem): New function.
8519 (decode_insn): New function.
8520 (thumb_record_branch): New function.
8521 (thumb_record_ldm_stm_swi(): New function.
8522 (thumb_record_misc): New function.
8523 (thumb_record_ld_st_stack): New function.
8524 (thumb_record_ld_st_imm_offset): New function.
8525 (thumb_record_ld_st_reg_offset(): New function.
8526 (thumb_record_add_sub_cmp_mov): New function.
8527 (thumb_record_shift_add_sub): New function.
8528 (arm_record_coproc_data_proc): New function.
8529 (arm_record_coproc): New function.
8530 (arm_record_b_bl): New function.
8531 (arm_record_ld_st_multiple): New function.
8532 (arm_record_ld_st_reg_offset): New function.
8533 (arm_record_ld_st_imm_offset): New function.
8534 (arm_record_data_proc_imm): New function.
8535 (arm_record_data_proc_misc_ld_str): New function.
8536 (arm_record_extension_space): New function.
8537 (arm_record_strx): New function.
8538 (sbo_sbz): New function.
8539 (struct insn_decode_record): New structure for arm insn record.
8540 (REG_ALLOC): New macro for reg allocations.
8541 (MEM_ALLOC): New macro for memory allocations.
8542 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8543
8544 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8545
8546 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8547 (store_register): Likewise.
8548
8549 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8550
8551 * MAINTAINERS (Write After Approval): Add myself to the list.
8552
8553 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8556 Describe also the option "auto".
8557
8558 2012-03-22 Richard Henderson <rth@redhat.com>
8559
8560 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8561 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8562
8563 2012-03-22 Richard Henderson <rth@redhat.com>
8564
8565 * jit.c (jit_read_code_entry): Compute alignment and offset of
8566 int64_t member before computing entry_size.
8567
8568 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8569
8570 Python scripting: Add new method Value.referenced_value to
8571 gdb.Value which can dereference pointer as well as reference
8572 values.
8573 * NEWS: Add entry under 'Python scripting' about the new method
8574 Value.referenced_value on gdb.Value objects.
8575 * python/py-value.c (valpy_referenced_value): New function
8576 defining a new method on gdb.Value objects which can dereference
8577 pointer and reference values.
8578
8579 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8580
8581 * MAINTAINERS (Write After Approval): Add myself to the list.
8582
8583 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8584
8585 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8586 in addition to "main".
8587
8588 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8589
8590 * expression.h (op_name): Add declaration.
8591 * expprint.c (op_name): Remove declaration. Make non-static.
8592 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8593
8594 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8595
8596 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8597 of struct siginfo.
8598 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8599 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8600 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8601 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8602 (linux_nat_get_siginfo): Likewise.
8603 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8604 (linux_nat_get_siginfo): Likewise.
8605 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8606 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8607 * procfs.c (gdb_siginfo_t): Likewise.
8608
8609 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8610
8611 * .gitignore: Ignore more files.
8612
8613 2012-03-20 Pedro Alves <palves@redhat.com>
8614
8615 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8616 returns.
8617
8618 2012-03-20 Yao Qi <yao@codesourcery.com>
8619
8620 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8621 comment.
8622
8623 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8624
8625 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8626 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8627 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8628 sect_offset.
8629 * dwarf2expr.h (cu_offset, sect_offset): New types.
8630 (struct dwarf_expr_context_funcs) <dwarf_call>
8631 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8632 sect_offset.
8633 (struct dwarf_expr_context) <len>: Improve the comment.
8634 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8635 cu_offset and sect_offset.
8636 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8637 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8638 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8639 * dwarf2loc.h: Include dwarf2expr.h.
8640 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8641 and sect_offset.
8642 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8643 Improve the comment.
8644 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8645 (struct signatured_type, struct line_header, struct partial_die_info)
8646 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8647 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8648 (get_die_type_at_offset, create_cus_from_index)
8649 (create_signatured_type_table_from_index, dw2_get_file_names)
8650 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8651 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8652 (create_debug_types_hash_table, process_psymtab_comp_unit)
8653 (load_partial_comp_unit, create_all_comp_units)
8654 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8655 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8656 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8657 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8658 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8659 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8660 (find_partial_die, read_attribute_value, lookup_die_type)
8661 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8662 (is_ref_attr): New function comment.
8663 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8664 Use cu_offset and sect_offset.
8665 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8666 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8667 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8668 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8669 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8670 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8671 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8672 sect_offset.
8673
8674 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8675
8676 Code cleanup.
8677 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8678 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8679 with xfree.
8680 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8681
8682 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 * NEWS: Describe new options --init-command=FILE, -ix and
8685 --init-eval-command=COMMAND, -iex.
8686 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8687 CMDARG_INIT_COMMAND.
8688 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8689 "init-command", "init-eval-command", "ix" and "iex" to the variable
8690 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8691 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8692 (print_gdb_help): Describe --init-command=FILE, -ix and
8693 --init-eval-command=COMMAND, -iex.
8694
8695 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 Code cleanup.
8698 * main.c (struct cmdarg): Move it here from main. Add more comments.
8699 (cmdarg_s, VEC (cmdarg_s)): New.
8700 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8701 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8702 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8703 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8704 of CMDARG.
8705
8706 2012-03-19 Tom Tromey <tromey@redhat.com>
8707
8708 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8709
8710 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 PR symtab/13777
8713 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8714 GCC >=4.5.
8715
8716 2012-03-16 Chris January <chris.january@allinea.com>
8717
8718 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8719 of clear.
8720
8721 2012-03-16 Chris January <chris.january@allinea.com>
8722
8723 * source.c (add_path): Use memmove instead of strcpy because the
8724 strings overlap.
8725
8726 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8727
8728 * value.h (set_value_parent): Add declaration.
8729 * value.c (set_value_parent): New function.
8730 (value_address): If VALUE->PARENT is not NULL, then use it as
8731 the base address instead of VALUE->LOCATION.address.
8732 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8733 the same as OBJ's address. Adjust V's offset accordingly.
8734 Set V's parent.
8735
8736 2012-03-16 Gary Benson <gbenson@redhat.com>
8737
8738 PR breakpoints/10738
8739 * dwarf2read.c (use_deprecated_index_sections): New global.
8740 (struct partial_die_info): New member may_be_inlined.
8741 (read_partial_die): Set may_be_inlined where appropriate.
8742 (add_partial_subprogram): Add partial symbols for partial
8743 DIEs that may be inlined.
8744 (new_symbol_full): Add inlined subroutines to the current
8745 scope.
8746 (write_psymtabs_to_index): Bump version number.
8747 (dwarf2_read_index): Read only version 6 indices unless
8748 use_deprecated_index_sections is set.
8749 * linespec.c (symbol_and_data_callback): New structure.
8750 (iterate_inline_only): New function.
8751 (iterate_over_all_matching_symtabs): New argument
8752 "include_inline". If nonzero, also call the callback for
8753 symbols representing inlined subroutines.
8754 (lookup_prefix_sym): Pass extra argument to the above.
8755 (find_function_symbols): Likewise.
8756 (add_matching_symbols_to_info): Likewise.
8757 * NEWS: Mention that GDB can now set breakpoints on inlined
8758 functions.
8759
8760 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8761
8762 * p-typeprint.c (pascal_type_print_method_args):
8763 Fix display of parameter of methods.
8764
8765 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8766
8767 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8768 Add missing prototype.
8769
8770 2012-03-16 Yao Qi <yao@codesourcery.com>
8771 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 Fix false compilation warning.
8774 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8775
8776 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8777 Pedro Alves <pedro@codesourcery.com>
8778
8779 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8780 (arm_register_g_packet_guesses): New function.
8781 (arm_gdbarch_init): Don't force a target description with
8782 registers when the executable is detected as M-profile. Instead
8783 set gdbarch->tdep->is_m. Register `g' packet guesses.
8784 (_initialize_arm_tdep): Initialize the new target description.
8785 * features/arm-with-m-fpa-layout.xml: New description.
8786 * features/arm-with-m-fpa-layout.c: New, generated.
8787
8788 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8789
8790 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8791 Update function description.
8792 (insert_bp_location): Do not wipe bl->target_info out.
8793 * mem-break.c: #include "gdb_string.h".
8794 (default_memory_insert_breakpoint): Do not call target_read_memory
8795 with a pointer to the breakpoint's shadow_contents buffer. Use
8796 a local buffer instead.
8797 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8798
8799 2012-03-15 Tom Tromey <tromey@redhat.com>
8800
8801 * NEWS: Mention "info vtbl", not "info vtable".
8802 * cp-support.c (info_vtbl_command): Fix comment.
8803 (_initialize_cp_support): Fix text.
8804
8805 2012-03-15 Tom Tromey <tromey@redhat.com>
8806
8807 * cp-valprint.c (cp_print_value_fields): Use
8808 print_function_pointer_address for vtable slot.
8809
8810 2012-03-15 Tom Tromey <tromey@redhat.com>
8811
8812 * gnu-v3-abi.c (struct value_and_voffset): New.
8813 (hash_value_and_voffset, eq_value_and_voffset)
8814 (compare_value_and_voffset, compute_vtable_size)
8815 (print_one_vtable, gnuv3_print_vtable): New functions.
8816 (init_gnuv3_ops): Initialize 'print_vtable' field.
8817 * cp-support.c (info_vtbl_command): New function.
8818 (_initialize_cp_support): Add "info vtbl".
8819 * cp-abi.h (cplus_print_vtable): Declare.
8820 (struct cp_abi_ops) <print_vtable>: New field.
8821 * cp-abi.c (cplus_print_vtable): New function.
8822 * NEWS: Update.
8823
8824 2012-03-15 Tom Tromey <tromey@redhat.com>
8825
8826 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8827 iterate_over_symbols.
8828
8829 2012-03-14 Doug Evans <dje@google.com>
8830
8831 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8832 DW_OP_GNU_parameter_ref.
8833
8834 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 Fix double prompt of 'interpreter-exec mi'.
8837 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8838 (mi_interpreter_resume): use it.
8839 (mi_execute_command_input_handler): New function.
8840 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8841 mi_execute_command_input_handler.
8842
8843 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8844
8845 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8846 prototype.
8847 (darwin_debug_port_info): Make static.
8848 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8849 * machoread.c (_initialize_machoread): Add prototype.
8850 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8851 (i386_darwin_set_control, i386_darwin_get_control)
8852 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8853 i386_darwin_get_status, i386_darwin_get_control):
8854 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8855
8856 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8857
8858 * ax-gdb.c (gen_usual_unary): Remove special handling of
8859 enum and bool types.
8860
8861 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8862
8863 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8864
8865 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8866
8867 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8868
8869 2012-03-13 Chris January <chris.january@allinea.com>
8870
8871 * aix-thread.c (fill_sprs): Store the floating point registers
8872 at the correct offsets into vals.
8873
8874 2012-03-13 Doug Evans <dje@google.com>
8875
8876 * NEWS: Mention symbol-reloading has been deleted.
8877 * symfile.c (symbol_reloading): Delete.
8878 (show_symbol_reloading): Delete.
8879 (_initialize_symfile): Delete set/show symbol-reloading.
8880
8881 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8882 read_in_chain until we have successfully read it in.
8883 (load_full_comp_unit): Ditto.
8884 (read_signatured_type): Add comment.
8885
8886 2012-03-13 Chris January <chris.january@allinea.com>
8887
8888 * stabsread.c (fix_common_block): Change type of valu argument
8889 to CORE_ADDR.
8890
8891 2012-03-13 Chris January <chris.january@allinea.com>
8892
8893 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8894 instruction.
8895
8896 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 * common/linux-procfs.c (linux_proc_get_int): New, from
8899 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8900 field.
8901 (linux_proc_get_tgid): Only call linux_proc_get_int.
8902 (linux_proc_get_tracerpid): New.
8903 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8904 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8905 linux_proc_pid_has_state.
8906 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8907 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8908 (linux_ptrace_attach_warnings): New.
8909 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8910 New declaration.
8911 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8912 (linux_nat_attach): New variables ex, buffer, message and message_s.
8913 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8914
8915 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8916
8917 * Makefile.in (linux-ptrace.o): New.
8918 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8919 from linux-nat.c.
8920 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8921 * common/linux-ptrace.c: New file.
8922 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8923 * config/arm/linux.mh: Likewise.
8924 * config/i386/linux.mh: Likewise.
8925 * config/i386/linux64.mh: Likewise.
8926 * config/ia64/linux.mh: Likewise.
8927 * config/m32r/linux.mh: Likewise.
8928 * config/m68k/linux.mh: Likewise.
8929 * config/mips/linux.mh: Likewise.
8930 * config/pa/linux.mh: Likewise.
8931 * config/powerpc/linux.mh: Likewise.
8932 * config/powerpc/ppc64-linux.mh: Likewise.
8933 * config/powerpc/spu-linux.mh: Likewise.
8934 * config/s390/s390.mh: Likewise.
8935 * config/sparc/linux.mh: Likewise.
8936 * config/sparc/linux64.mh: Likewise.
8937 * config/xtensa/linux.mh: Likewise.
8938 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8939 common/linux-procfs.c.
8940 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8941
8942 2012-03-13 Hui Zhu <teawater@gmail.com>
8943 Pedro Alves <palves@redhat.com>
8944
8945 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8946 CREATE_BREAKPOINT_FLAGS_INSERTED.
8947 (create_breakpoint_sal, create_breakpoints_sal)
8948 (base_breakpoint_create_breakpoints_sal)
8949 (tracepoint_create_breakpoints_sal)
8950 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8951 down.
8952 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8953 (ftrace_command, strace_command): Adjust.
8954 (create_tracepoint_from_upload): Pass
8955 CREATE_BREAKPOINT_FLAGS_INSERTED.
8956 * breakpoint.h (enum breakpoint_create_flags): New.
8957 (create_breakpoint): New flags parameter.
8958 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8959 * python/py-breakpoint.c (bppy_init): Adjust.
8960 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8961 * spu-tdep.c (spu_catch_start): Adjust.
8962
8963 2012-03-13 Pedro Alves <palves@redhat.com>
8964 Hui Zhu <teawater@gmail.com>
8965 Yao Qi <yao@codesourcery.com>
8966
8967 * remote.c (struct remote_state): New field `starting_up'.
8968 (remote_start_remote): Set and clear it.
8969 (remote_can_download_tracepoint): If starting up, return false.
8970
8971 2012-03-13 Yao Qi <yao@codesourcery.com>
8972
8973 * inferior.h (struct inferior): Remove fields any_syscall_count,
8974 syscalls_counts and total_syscalls_count. Move them to new
8975 struct catch_syscall_inferior_data in breakpoint.c.
8976 * breakpoint.c: Call DEF_VEC_I(int).
8977 (struct catch_syscall_inferior_data): New.
8978 (get_catch_syscall_inferior_data): New.
8979 (catch_syscall_inferior_data_cleanup): New.
8980 (insert_catch_syscall): Update to access data in
8981 struct catch_syscall_inferior_data.
8982 (insert_catch_syscall): Likewise.
8983 (remove_catch_syscall): Likewise.
8984 (remove_catch_syscall): Likewise.
8985 (is_syscall_catchpoint_enabled): Likewise.
8986 (add_catch_command): Likewise.
8987 (_initialize_breakpoint): Register cleanup.
8988 * breakpoint.h: Removed DEF_VEC_I(int).
8989 * dwarf2loc.c: Call DEF_VEC_I(int).
8990 * mi/mi-main.c: Likewise.
8991
8992 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8993
8994 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8995
8996 2012-03-12 Chris January <chris.january@allinea.com>
8997
8998 * aix-thread.c (_initialize_aix_thread): Add prototype.
8999 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9000 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9001
9002 2012-03-12 Joel Brobecker <brobecker@adacore.com>
9003
9004 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9005 include of "amd64-nat.h".
9006
9007 2012-03-12 Tom Tromey <tromey@redhat.com>
9008
9009 * buildsym.c (record_pending_block): Now static.
9010 * buildsym.h: (record_pending_block): Remove.
9011
9012 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
9013
9014 * amd64bsd-nat.c: Include amd64bsd-nat.h.
9015
9016 2012-03-09 Tom Tromey <tromey@redhat.com>
9017
9018 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9019 producer_is_gxx_lt_4_6>: New fields.
9020 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9021
9022 2012-03-09 Tom Tromey <tromey@redhat.com>
9023
9024 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9025
9026 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9027
9028 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9029 prototype.
9030
9031 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9032
9033 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9034
9035 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 Fix -Wmissing-prototypes build.
9038 * arm-linux-nat.c (get_thread_id): Make it static.
9039 * xtensa-linux-nat.c (get_thread_id): Likewise.
9040
9041 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9042
9043 * server.c (process_point_options): If a conditional expression
9044 is found, only print a message if remote_debug is nonzero.
9045
9046 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
9047
9048 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9049 of internal error for unknown/unsupported types.
9050
9051 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 Fix CU relative vs. absolute DIE offsets.
9054 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9055 offset to offset_in_cu.
9056 * dwarf2read.c (process_enumeration_scope): Add CU offset to
9057 TYPE_OFFSET.
9058 (dwarf2_fetch_die_location_block): Rename parameter offset to
9059 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
9060
9061 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * libunwind-frame.c: Rename to ...
9064 * ia64-libunwind-tdep.c: ... here.
9065 * libunwind-frame.h: Rename to ...
9066 * ia64-libunwind-tdep.h: ... here.
9067 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9068 ia64-libunwind-tdep.h.
9069 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9070 * README (--with-libunwind): Rename to ...
9071 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9072 * config.in: Regenerate.
9073 * configure: Regenerate.
9074 * configure.ac: New option --with-libunwind-ia64, make the
9075 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
9076 Remove AC_DEFINE for HAVE_LIBUNWIND.
9077 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9078 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9079 Rename libunwind-frame in the general comment.
9080 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9081 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9082 Move forward declarations inside #ifndef. Rename libunwind-frame in
9083 the general comment.
9084 * ia64-tdep.c: Rename libunwind-frame.h #include to
9085 ia64-libunwind-tdep.h.
9086 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9087 (ia64_libunwind_descr): Rename libunwind-frame to
9088 ia64-libunwind-tdep in these function comments.
9089 * ia64-tdep.h: Rename libunwind-frame.h #include to
9090 ia64-libunwind-tdep.h.
9091 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9092 ia64-libunwind-tdep in that data comment.
9093
9094 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * libunwind-frame.h (struct frame_unwind): New declaration.
9097
9098 2012-03-08 Joel Brobecker <brobecker@adacore.com>
9099
9100 * breakpoint.c (_initialize_breakpoint): Fix error in help of
9101 "set breakpoint condition-evaluation" command.
9102
9103 2012-03-08 Tristan Gingold <gingold@adacore.com>
9104
9105 * sparc-stub.c: Move to stubs/
9106 * sh-stub.c: Likewise.
9107 * m68k-stub.c: Likewise.
9108 * m32r-stub.c: Likewise.
9109 * i386-stub.c: Likewise.
9110
9111 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
9112
9113 * m68klinux-tdep.c (m68k_linux_init_abi): Register
9114 linux_get_siginfo_type.
9115
9116 * m68klinux-nat.c: Include "gdb_proc_service.h".
9117 (PTRACE_GET_THREAD_AREA): Define.
9118 (ps_get_thread_area): New function.
9119
9120 2012-03-08 Yao Qi <yao@codesourcery.com>
9121
9122 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9123 `xsnprintf'.
9124 (remote_query_attached): Likewise.
9125 (remote_static_tracepoint_marker_at): Likewise.
9126 (remote_set_permissions): Likewise.
9127 (remote_detach_1, extended_remote_attach_1): Likewise.
9128 (send_g_packet, remote_vkill): Likewise.
9129 (extended_remote_disable_randomization): Likewise.
9130 (remote_add_target_side_condition): Likewise.
9131 (remote_insert_breakpoint): Likewise.
9132 (remote_remove_breakpoint): Likewise.
9133 (remote_insert_watchpoint): Likewise.
9134 (remote_remove_watchpoint): Likewise.
9135 (remote_insert_hw_breakpoint): Likewise.
9136 (remote_insert_hw_breakpoint): Likewise.
9137 (remote_remove_hw_breakpoint): Likewise.
9138 (remote_download_command_source): Likewise.
9139 (remote_download_tracepoint): Likewise.
9140 (remote_download_trace_state_variable): Likewise.
9141 (remote_disable_tracepoint): Likewise.
9142 (remote_trace_set_readonly_regions): Likewise.
9143 (remote_get_tracepoint_status): Likewise.
9144 (remote_trace_find): Likewise.
9145 (remote_get_trace_state_variable_value): Likewise.
9146 (remote_set_disconnected_tracing): Likewise.
9147 (remote_set_circular_trace_buffer): Likewise.
9148 (remote_get_min_fast_tracepoint_insn_len): Likewise.
9149 (remote_use_agent): Likewise.
9150 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9151 Update callers.
9152
9153 2012-03-07 Pedro Alves <palves@redhat.com>
9154
9155 * NEWS: Mention QProgramSignals.
9156 * inferior.h (update_signals_program_target): Declare.
9157 * infrun.c: (update_signals_program_target): New.
9158 (handle_command): Update the target of the new program signals
9159 array changes.
9160 * remote.c (PACKET_QProgramSignals): New enum.
9161 (last_program_signals_packet): New global.
9162 (remote_program_signals): New.
9163 (remote_start_remote): Update the target with the program signals
9164 list.
9165 (remote_protocol_features): Add entry for QPassSignals.
9166 (remote_open_1): Free anc clear last_program_signals_packet.
9167 (init_remote_ops): Install remote_program_signals.
9168 * target.c (update_current_target): Adjust.
9169 (target_program_signals): New.
9170 * target.h (struct target_ops) <to_program_signals>: New field.
9171 (target_program_signals): Declare.
9172
9173 2012-03-07 Pedro Alves <palves@redhat.com>
9174
9175 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9176 extensions.
9177
9178 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
9179
9180 * m68klinux-nat.c (getregs_supplies): Make static.
9181 (getfpregs_supplies): Likewise.
9182 (have_ptrace_getregs): Likewise.
9183
9184 2012-03-06 Joel Brobecker <brobecker@adacore.com>
9185
9186 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9187 in call to get_die_type_at_offset.
9188
9189 2012-03-06 Stan Shebs <stan@codesourcery.com>
9190
9191 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9192 * mi/mi-cmd-disas.c: Ditto.
9193 * mi/mi-cmd-env.c: Ditto.
9194 * mi/mi-cmd-file.c: Ditto.
9195 * mi/mi-cmd-stack.c: Ditto.
9196 * mi/mi-cmd-target.c: Ditto.
9197 * mi/mi-cmd-var.c: Ditto.
9198 * mi/mi-cmds.c: Ditto.
9199 * mi/mi-cmds.h: Ditto.
9200 * mi/mi-console.c: Ditto.
9201 * mi/mi-getopt.c: Ditto.
9202 * mi/mi-getopt.h: Ditto.
9203 * mi/mi-interp.c: Ditto.
9204 * mi/mi-main.c: Ditto.
9205 * mi/mi-out.c: Ditto.
9206 * mi/mi-parse.c: Ditto.
9207 * mi/mi-parse.h: Ditto.
9208 * mi/mi-symbol-cmds.c: Ditto.
9209
9210 * mi/mi-getopt.h: Move mi_opt struct up.
9211 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9212 return.
9213 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9214
9215 2012-03-06 Tom Tromey <tromey@redhat.com>
9216
9217 * proc-service.c (ps_pglobal_lookup): Set the current program
9218 space.
9219
9220 2012-03-06 Pedro Alves <palves@redhat.com>
9221
9222 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9223
9224 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9225
9226 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9227
9228 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 Code cleanup.
9231 * common/linux-osdata.c (linux_common_core_of_thread): New function
9232 comment.
9233 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9234 call by linux_common_core_of_thread.
9235 (linux_nat_core_of_thread_1): Remove.
9236 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9237 * linux-thread-db.c: Include linux-osdata.h.
9238 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9239 linux_common_core_of_thread.
9240
9241 2012-03-05 Tom Tromey <tromey@redhat.com>
9242
9243 * value.c (value_primitive_field): Don't fetch contents for
9244 non-virtual bases.
9245
9246 2012-03-05 Tom Tromey <tromey@redhat.com>
9247
9248 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9249
9250 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9251
9252 * s390-nat.c: Include "gregset.h".
9253
9254 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9257 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9258 (libunwind_load): New variable so_error, use it for dlerror. Try to
9259 load also LIBUNWIND_SO_7.
9260
9261 2012-03-05 Pedro Alves <palves@redhat.com>
9262
9263 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9264 is not NULL, and remove resulting dead code.
9265
9266 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9267
9268 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9269 prologue to sh_analyze_prologue.
9270 (sh_analyze_prologue): Make better use of such an upper limit, and
9271 generally be more cautious about accessing memory.
9272
9273 2012-03-05 Tom Tromey <tromey@redhat.com>
9274
9275 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9276 _initialize_ia64_hpux_tdep.
9277
9278 2012-03-05 Pedro Alves <palves@redhat.com>
9279
9280 PR gdb/13766
9281
9282 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9283 the register state is clear, supply explicit zero, instead of
9284 marking the register unavailable.
9285
9286 2012-03-05 Tristan Gingold <gingold@adacore.com>
9287
9288 * NEWS: Mention OpenVMS ia64 new target.
9289
9290 2012-03-05 Tristan Gingold <gingold@adacore.com>
9291
9292 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9293 (ia64_unw_accessors, ia64_unw_rse_accessors)
9294 (ia64_libunwind_descr): Declare.
9295 * ia64-vms-tdep.c: New file.
9296 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9297 (ia64_libunwind_descr): Make them public.
9298 * configure.tgt: Add ia64-*-*vms*.
9299 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9300 (ALLDEPFILES): Add ia64-vms-tdep.c
9301
9302 2012-03-05 Tristan Gingold <gingold@adacore.com>
9303
9304 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9305 * remote.c (PACKET_qXfer_uib): New enum value.
9306 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9307 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9308 (_initialize_remote): Call add_packet_config_cmd for
9309 xfer:uib packet.
9310
9311 2012-03-05 Tristan Gingold <gingold@adacore.com>
9312
9313 * osabi.c (gdb_osabi_names): Add OpenVMS.
9314 (generic_elf_osabi_sniffer): Likewise.
9315 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9316
9317 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9318
9319 Removed unused code.
9320 * libunwind-frame.c (libunwind_frame_unwind)
9321 (libunwind_frame_base_address): Remove.
9322 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9323
9324 2012-03-04 Yao Qi <yao@codesourcery.com>
9325
9326 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9327 remove trailing new line.
9328 (agent_run_command, agent_run_command): Add _ markup.
9329 (agent_capability_check): Likewise.
9330
9331 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * breakpoint.c (set_condition_evaluation_mode): Set
9334 CONDITION_EVALUATION_MODE unconditionally.
9335
9336 2012-03-03 Yao Qi <yao@codesourcery.com>
9337
9338 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9339 * common/agent.h: Update declaration.
9340 * inf-child.c (inf_child_use_agent): New.
9341 (inf_child_can_use_agent): New.
9342 (inf_child_target): Initialize fields `to_use_agent'
9343 and `to_can_use_agent'.
9344 * agent.c (agent_new_objfile): New.
9345 (_initialize_agent): Add agent_new_objfile to new_objfile
9346 observer.
9347
9348 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9349 New.
9350 (linux_target_install_ops): Initialize field
9351 `to_static_tracepoint_markers_by_strid'.
9352 * remote.c (free_current_marker): Move it to ...
9353 * tracepoint.c (free_current_marker): ... here. New.
9354 (cleanup_target_stop): New.
9355 * tracepoint.h: Declare free_current_marker.
9356 * NEWS: Add one entry about `info static-tracepoint-marker'.
9357
9358 2012-03-03 Yao Qi <yao@codesourcery.com>
9359
9360 * common/agent.c (agent_loaded_p): New.
9361 (agent_look_up_symbols): New global.
9362 * common/agent.h: Declare agent_loaded_p.
9363
9364 2012-03-03 Yao Qi <yao@codesourcery.com>
9365
9366 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9367 (agent_capability_check, agent_capability_invalidate): New.
9368 (symbol_list): New array element.
9369 * common/agent.h (enum agent_capa): New.
9370 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9371
9372 2012-03-03 Yao Qi <yao@codesourcery.com>
9373
9374 * target.h (struct target_ops) <to_use_agent>: New field.
9375 (struct target_ops) <to_can_use_agent>: New field.
9376 (target_use_agent, target_can_use_agent): New macro.
9377 * target.c (update_current_target): Update.
9378 * remote.c: New enum `PACKET_QAgent'.
9379 (remote_protocol_features): Add a new element.
9380 (remote_use_agent, remote_can_use_agent): New.
9381 (init_remote_ops): Initialize field `can_use_agent' with
9382 remote_can_use_agent. Intiailize field `use_agent' with
9383 remote_use_agent.
9384 * common/agent.c (use_agent): New global.
9385 * common/agent.h: Declare it.
9386 * tracepoint.c (info_static_tracepoint_markers_command): Add
9387 comment.
9388 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9389 (COMMON_OBS): Add common/agent.o and agent.o
9390 (common-agent.o): New rule.
9391 * agent.c: New.
9392
9393 2012-03-03 Yao Qi <yao@codesourcery.com>
9394
9395 * common/agent.c: New.
9396 * common/agent.h: New.
9397 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9398 AC_CHECK_HEADERS.
9399 * configure, configh.in: Regenerated.
9400
9401 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9402
9403 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9404 unless it exists for this architecture.
9405
9406 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9407
9408 * language.h (struct language_defn): New "method" la_read_var_value.
9409 * findvar.c: #include "language.h".
9410 (default_read_var_value): Renames read_var_value. Rewrite
9411 function description.
9412 (read_var_value): New function.
9413 * value.h (default_read_var_value): Add prototype.
9414 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9415 New functions.
9416 (ada_language_defn): Add entry for la_read_var_value.
9417 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9418 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9419 language_defn structures to add entry for new la_read_var_value
9420 field.
9421
9422 2012-03-02 Tom Tromey <tromey@redhat.com>
9423 Pedro Alves <palves@redhat.com>
9424
9425 PR breakpoints/13776:
9426 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9427 breakpoints.
9428 (delete_longjmp_breakpoint_at_next_stop): New.
9429 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9430 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9431 before deleting the inferior. Add comments.
9432 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9433 breakpoints immediately, but only on next stop. Move that code
9434 next to where we mark other breakpoints for deletion.
9435
9436 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9437
9438 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9439 marker.
9440 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9441 violation.
9442
9443 2012-03-02 Pedro Alves <palves@redhat.com>
9444
9445 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9446
9447 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9448
9449 Fix -Wmissing-prototypes build.
9450 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9451 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9452 (gdbsim_has_memory): Likewise.
9453
9454 2012-03-02 Yao Qi <yao@codesourcery.com>
9455
9456 Fix -Wmissing-prototypes build.
9457 * charset.c (phony_iconv_open): Make static.
9458 (phony_iconv_close, phony_iconv): Likewise.
9459 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9460 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9461 prototype.
9462 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9463 * ser-mingw.c (create_select_thread): Make static.
9464 * windows-termcap.c (tgetent): New prototype.
9465 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9466
9467 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9468
9469 Fix -Wmissing-prototypes build.
9470 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9471 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9472 (_initialize_loadable): New prototypes.
9473
9474 2012-03-02 Doug Evans <dje@google.com>
9475
9476 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9477 abbrev table, read_comp_unit will do it.
9478
9479 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 Fix -Wmissing-prototypes build.
9482 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9483 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9484 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9485 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9486 (_initialize_arm_symbian_tdep): New prototype.
9487 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9488 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9489 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9490 static.
9491 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9492 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9493 prototype.
9494 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9495 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9496 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9497 static.
9498 * moxie-tdep.c (moxie_process_record): Likewise.
9499 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9500 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9501 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9502 (_initialize_rl78_tdep): New prototype.
9503 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9504 (_initialize_rx_tdep): New prototype.
9505 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9506 (_initialize_darwin_solib): New prototype.
9507 * solib-spu.c: Include solib-spu.h.
9508 (_initialize_spu_solib): New prototype.
9509 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9510 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9511 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9512 (tic6x_software_single_step): Make it static.
9513 (_initialize_tic6x_tdep): New prototype.
9514
9515 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9516
9517 Fix -Wmissing-prototypes build.
9518 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9519 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9520
9521 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 Fix -Wmissing-prototypes build.
9524 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9525 (frv_have_stopped_data_address): Remove.
9526
9527 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9528
9529 Fix -Wmissing-prototypes build.
9530 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9531 * sh-tdep.c: Include sh64-tdep.h.
9532 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9533 * sh64-tdep.c: Include sh64-tdep.h.
9534 * sh64-tdep.h: New file.
9535
9536 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9537
9538 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9539
9540 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9541
9542 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9543 sp_regnum once the gdbarch_init_osabi hook has been called.
9544
9545 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9546
9547 * mips-tdep.c (mips32_bc1_pc): New function.
9548 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9549 BPOSGE32 and BPOSGE64 instructions.
9550 (deal_with_atomic_sequence): Likewise.
9551 (mips32_instruction_has_delay_slot): Likewise.
9552
9553 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9554 Chris Dearman <chris@mips.com>
9555 Maciej W. Rozycki <macro@codesourcery.com>
9556 Joseph Myers <joseph@codesourcery.com>
9557
9558 * features/mips-dsp.xml: New file.
9559 * features/mips64-dsp.xml: New file.
9560 * features/mips-dsp-linux.xml: New file.
9561 * features/mips64-dsp-linux.xml: New file.
9562 * features/Makefile (WHICH): Add mips-dsp-linux and
9563 mips64-dsp-linux.
9564 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9565 * features/mips-dsp-linux.c: New file.
9566 * features/mips64-dsp-linux.c: New file.
9567 * regformats/mips-dsp-linux.dat: New file.
9568 * regformats/mips64-dsp-linux.dat: New file.
9569 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9570 registers.
9571 (mips64_linux_register_addr): Likewise.
9572 (mips64_linux_regsets_fetch_registers): Likewise.
9573 (mips64_linux_regsets_store_registers): Likewise.
9574 (mips64_linux_fetch_registers): Update call to
9575 mips64_linux_regsets_fetch_registers.
9576 (mips64_linux_store_registers): Update call to
9577 mips64_linux_regsets_store_registers.
9578 (mips_linux_read_description): Probe for DSP registers.
9579 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9580 and initialize_tdesc_mips64_dsp_linux.
9581 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9582 Remove padding of no longer used embedded register slots.
9583 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9584 (MIPS_RESTART_REGNUM): Redefine enum value.
9585 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9586 strings.
9587 (mips_tx39_reg_names): Likewise.
9588 (mips_linux_reg_names): New array of register names for Linux
9589 targets.
9590 (mips_register_name): Check for a null pointer in
9591 mips_processor_reg_names and return an empty string.
9592 (mips_register_type): Exclude embedded registers for the IRIX
9593 and Linux ABIs.
9594 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9595 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9596 DSP registers.
9597 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9598 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9599 (mips_gdbarch_init): Likewise. Initialize internal register
9600 indices for the Linux ABI. Use dynamic numbers to refer to
9601 registers, as applicable, while parsing the target description.
9602 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9603
9604 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9605
9606 * frame.h (read_frame_register_unsigned): Fix typo in function
9607 description.
9608
9609 2012-03-01 Pedro Alves <palves@redhat.com>
9610
9611 * jit-reader.in [!__cplusplus]
9612 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9613
9614 2012-03-01 Pedro Alves <palves@redhat.com>
9615
9616 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9617 * configure: Regenerate.
9618
9619 2012-03-01 Pedro Alves <palves@redhat.com>
9620
9621 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9622 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9623 (ftrace_command, strace_command): Make static.
9624 * d-lang.c (_initialize_d_language): Declare.
9625 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9626 * dwarf2loc.c (_initialize_dwarf2loc):
9627 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9628 * exec.c (exec_get_section_table): Make static.
9629 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9630 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9631 * inferior.c (remove_inferior_command, add_inferior_command)
9632 (clone_inferior_command): Make static.
9633 * linux-nat.c (linux_nat_thread_address_space)
9634 (linux_nat_core_of_thread): Make static.
9635 * linux-tdep.c (_initialize_linux_tdep): Declare.
9636 * objc-lang.c (_initialize_objc_lang): Declare.
9637 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9638 Make static.
9639 (_initialize_opencl_language): Declare.
9640 * record.c (_initialize_record): Declare.
9641 * remote.c (demand_private_info, remote_get_tib_address)
9642 (remote_supports_cond_tracepoints)
9643 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9644 Make static.
9645 * skip.c (_initialize_step_skip): Declare.
9646 * symtab.c (skip_prologue_using_lineinfo): Make static.
9647 * tracepoint.c (delete_trace_state_variable)
9648 (trace_variable_command, delete_trace_variable_command)
9649 (get_uploaded_tsv, find_matching_tracepoint_location)
9650 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9651 Make static.
9652 * value.c (pack_unsigned_long): Make static.
9653 * varobj.c (varobj_ensure_python_env): Make static.
9654 * windows-tdep.c (_initialize_windows_tdep): Declare.
9655 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9656
9657 2012-03-01 Pedro Alves <palves@redhat.com>
9658
9659 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9660 gdbarch parameter.
9661 (linux_init_abi): Install it as has_shared_address_space gdbarch
9662 callback.
9663
9664 2012-03-01 Pedro Alves <palves@redhat.com>
9665
9666 * observer.c (observer_test_first_notification_function)
9667 (observer_test_second_notification_function)
9668 (observer_test_third_notification_function): Add declarations.
9669
9670 2012-03-01 Pedro Alves <palves@redhat.com>
9671
9672 * common/signals.c (default_target_signal_to_host)
9673 (default_target_signal_from_host): Move ...
9674 * arch-utils.c: ... here.
9675 * arch-utils.h (default_target_signal_to_host)
9676 (default_target_signal_from_host): Declare.
9677
9678 * common/signals.c (target_signal_from_command): Move ...
9679 * infrun.c: ... here.
9680 * inferior.h (target_signal_from_command): Declare.
9681 * target.h (target_signal_from_command)
9682 (default_target_signal_from_host, default_target_signal_to_host):
9683 Delete declarations.
9684
9685 * common/signals.c (_initialize_signals): Delete.
9686
9687 2012-03-01 Pedro Alves <palves@redhat.com>
9688
9689 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9690 both __cplusplus and !__cplusplus.
9691
9692 2012-03-01 Pedro Alves <palves@redhat.com>
9693
9694 * psymtab.c (find_and_open_source): Delete declaration.
9695 * source.c (find_and_open_source): Move comment ...
9696 * source.h (find_and_open_source): ... to this new declaration.
9697
9698 2012-03-01 Pedro Alves <palves@redhat.com>
9699
9700 * inline-frame.c: Include inline-frame.h.
9701
9702 2012-03-01 Pedro Alves <palves@redhat.com>
9703
9704 * tui/tui-data.c (set_gen_win_origin): Delete.
9705 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9706 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9707
9708 2012-03-01 Pedro Alves <palves@redhat.com>
9709
9710 * remote.c (encode_actions): Delete declaration.
9711 * tracepoint.c (encode_actions): Make extern.
9712 * tracepoint.h (encode_actions): Declare.
9713
9714 2012-03-01 Pedro Alves <palves@redhat.com>
9715
9716 * python/py-breakpoint.c: Include python.h.
9717 * python/py-continueevent.c (create_continue_event_object): Make
9718 static.
9719 * python/py-lazy-string.c (stpy_get_type): Make static.
9720 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9721 Make static.
9722 * python/py-utils.c (unicode_to_target_python_string): Make
9723 static.
9724 * python/py-value.c: Include python.h.
9725
9726 2012-03-01 Pedro Alves <palves@redhat.com>
9727
9728 * inferior.c (delete_threads_of_inferior): Delete.
9729
9730 2012-03-01 Pedro Alves <palves@redhat.com>
9731
9732 Import fallback definitions from glibc.
9733
9734 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9735 ps_prochandle): Forward declare.
9736 (ps_err_e): Use glibc's comments.
9737 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9738 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9739 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9740 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9741 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9742 (struct ps_prochandle): Adjust comment.
9743
9744 2012-03-01 Pedro Alves <palves@redhat.com>
9745
9746 * ada-lang.c (ada_modulus_from_name): Delete.
9747 * ada-lex.l (lexer_init): Make static.
9748
9749 2012-03-01 Pedro Alves <palves@redhat.com>
9750
9751 PR gdb/13767
9752
9753 * frame.c (read_frame_register_unsigned): New.
9754 * frame.h (read_frame_register_unsigned): Declare.
9755 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9756 Handle it.
9757 (print_i387_control_word): New parameter `control_p'. Handle it.
9758 (i387_print_float_info): Handle unavailable float registers.
9759
9760 2012-03-01 Keith Seitz <keiths@redhat.com>
9761
9762 * linespec.c (decode_line_2): Sort the list of methods
9763 alphabetically before presenting the user with a selection
9764 menu.
9765
9766 2012-03-01 Doug Evans <dje@google.com>
9767
9768 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9769 has_namespace_info.
9770 (dwarf2_read_abbrevs): Remove corresponding initialization.
9771
9772 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9773
9774 * NEWS: Mention new python command class gdb.COMMAND_USER.
9775 * cli/cli-cmds.c (show_user): Print error when used on a python
9776 command.
9777 (init_cli_cmds): Update documentation strings for "show user" and
9778 "set/show max-user-call-depth" to clarify that it does not apply to
9779 python commands.
9780 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9781 error check.
9782 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9783 gdb python api.
9784 * top.c (execute_command): Only execute a user-defined command as a
9785 legacy macro if c->user_commands is set.
9786
9787 2012-03-01 Tom Tromey <tromey@redhat.com>
9788
9789 * valprint.h (struct generic_val_print_decorations): New.
9790 (generic_val_print): Declare.
9791 * valprint.c (generic_val_print): New function.
9792 * p-valprint.c (p_decorations): New global.
9793 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9794 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9795 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9796 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9797 * m2-valprint.c (m2_decorations): New global.
9798 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9799 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9800 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9801 TYPE_CODE_ERROR>: Call generic_val_print.
9802 * f-valprint.c (f_decorations): New global.
9803 (f_val_print): Use print_function_pointer_address.
9804 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9805 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9806 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9807 generic_val_print.
9808 * c-valprint.c (c_decorations): New global.
9809 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9810 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9811 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9812 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9813 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9814 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9815 case.
9816
9817 2012-03-01 Tom Tromey <tromey@redhat.com>
9818
9819 * valprint.c (val_print): Update.
9820 * p-valprint (pascal_val_print): Return void.
9821 * p-lang.h (pascal_val_print): Return void.
9822 * m2-valprint.c (m2_val_print): Return void.
9823 * m2-lang.h (m2_val_print): Return void.
9824 * language.h (struct language_defn) <la_val_print>: Return void.
9825 * language.c (unk_lang_val_print): Return void.
9826 * jv-valprint.c (java_val_print): Return void.
9827 * jv-lang.h (java_val_print): Return void.
9828 * f-valprint.c (f_val_print): Return void.
9829 * f-lang.h (f_val_print): Return void.
9830 * d-valprint.c (d_val_print): Return void.
9831 (dynamic_array_type): Update.
9832 * d-lang.h (d_val_print): Return void.
9833 * c-valprint.c (c_val_print): Return void.
9834 * c-lang.h (c_val_print): Return void.
9835 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9836 void.
9837 * ada-lang.h (ada_val_print): Return void.
9838
9839 2012-03-01 Tom Tromey <tromey@redhat.com>
9840
9841 * value.h (val_print): Return void.
9842 * valprint.c (val_print): Return void.
9843
9844 2012-03-01 Tom Tromey <tromey@redhat.com>
9845
9846 * value.h (common_val_print): Return void.
9847 * valprint.c (common_val_print): Return void.
9848
9849 2012-03-01 Tom Tromey <tromey@redhat.com>
9850
9851 * value.h (value_print): Return void.
9852 * valprint.c (value_print): Return void.
9853 * p-valprint.c (pascal_value_print): Return void.
9854 * p-lang.h (pascal_value_print): Return void.
9855 * language.h (struct language_defn) <la_value_print>: Return
9856 void.
9857 * language.c (unk_lang_value_print): Return void.
9858 * jv-valprint.c (java_value_print): Return void.
9859 * jv-lang.h (java_value_print): Return void.
9860 * f-valprint.c (c_value_print): Don't declare.
9861 Include c-lang.h.
9862 * c-valprint.c (c_value_print): Return void.
9863 * c-lang.h (c_value_print): Return void.
9864 * ada-valprint.c (ada_value_print): Return void.
9865 * ada-lang.h (ada_value_print): Return void.
9866
9867 2012-03-01 Tom Tromey <tromey@redhat.com>
9868
9869 * value.c (value_primitive_field): Handle virtual base classes.
9870
9871 2012-03-01 Tom Tromey <tromey@redhat.com>
9872
9873 * gdbtypes.h (struct vbase): Remove.
9874
9875 2012-03-01 Tom Tromey <tromey@redhat.com>
9876
9877 * c-valprint.c (print_function_pointer_address): Move...
9878 * valprint.c: ... here. Make non-static.
9879 * m2-valprint.c (print_function_pointer_address): Remove.
9880 * valprint.h (print_function_pointer_address): Declare.
9881
9882 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9883
9884 * NEWS: Document the fact that one can provide a condition when
9885 creating an Ada exception catchpoint.
9886
9887 2012-03-01 Tom Tromey <tromey@redhat.com>
9888
9889 * valprint.c (val_print_type_code_flags): Fix placement of
9890 trailing brace.
9891
9892 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9893
9894 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9895 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9896 environment variable before calling update-copyright.
9897
9898 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9899
9900 * gnulib/extra/update-copyright: Update to the latest from
9901 gnulib's git repository.
9902 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9903 variable to 2 instead of 1.
9904
9905 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9906
9907 * varobj.c (c_value_of_variable): Remove dead code.
9908
9909 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9910
9911 * ada-lex.p (processId): Do not modify already encoded IDs.
9912 Update function documentation.
9913
9914 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9915
9916 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9917 "name" with "struct symbol *name_sym".
9918 * ada-exp.y (write_var_or_type): Update call to
9919 ada_find_renaming_symbol.
9920 "name" with "struct symbol *name_sym". Adjust Implementation
9921 accordingly. Adjust the function documentation.
9922
9923 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9924
9925 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9926 * ada-lang.c (ada_find_any_type): Add advance declaration.
9927 Make static. Replace ada_find_any_symbol by
9928 ada_find_any_type_symbol.
9929 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9930 Improve function description. Make static.
9931 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9932 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9933
9934 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9935
9936 * ada-lang.c (struct tag_args): Delete.
9937 (ada_get_tsd_type): Function body moved up in source file.
9938 (ada_tag_name_1, ada_tag_name_2): Delete.
9939 (ada_get_tsd_from_tag): New function.
9940 (ada_tag_name_from_tsd): New function.
9941 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9942 to determine the tag name.
9943
9944 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9945
9946 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9947 declaration.
9948 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9949 function.
9950
9951 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9952
9953 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9954
9955 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9956
9957 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9958 full searches.
9959
9960 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9961
9962 * ada-lang.c (constrained_packed_array_type): If there is a
9963 parallel XA type, use it to determine the array index type.
9964
9965 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9966
9967 * ada-valprint.c (ada_val_print_1): If our value is a reference
9968 to an array descriptor, dereference it before converting it
9969 to a simple array.
9970
9971 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9972
9973 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9974 creating fixed value.
9975 (ada_value_ind, ada_coerce_ref, assign_component)
9976 (ada_evaluate_subexp): Remove call to unwrap_value before
9977 call to ada_to_fixed_value.
9978
9979 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9980
9981 * ada-lang.c (to_fixed_array_type): Set result's type name.
9982
9983 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9984
9985 * ada-lang.c (catch_ada_exception_command_split): Add new
9986 argument cond_string. Add support for condition at end of
9987 "catch exception" commands.
9988 (ada_decode_exception_location): Add new argument cond_string.
9989 Update call to catch_ada_exception_command_split.
9990 (create_ada_exception_catchpoint): Add new argument cond_string.
9991 Set the breakpoint condition if needed.
9992 (catch_ada_exception_command): Update call to
9993 ada_decode_exception_location.
9994 (ada_decode_assert_location): Add function documentation.
9995 Add support for condition at end of "catch assert" command.
9996 (catch_assert_command): Update calls to ada_decode_assert_location
9997 and create_ada_exception_catchpoint.
9998
9999 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10000
10001 Fix disp-step-syscall.exp: fork: single step over fork.
10002 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10003 (i386_linux_get_syscall_number_from_regcache): ... here, new function
10004 comment, change parameters gdbarch and ptid to regcache. Remove
10005 parameter regcache, initialize gdbarch from regcache here.
10006 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10007 New functions.
10008 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10009 instead.
10010 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10011 'syscall'. Make the 'int' check more strict.
10012
10013 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10014
10015 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10016 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10017 (i386_linux_intx80_sysenter_syscall_record): ... here.
10018 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10019 Use the renamed function name.
10020
10021 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10022
10023 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10024 * breakpoint.c (until_break_command): Likewise.
10025 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10026 * infcall.c (call_function_by_hand): Likewise.
10027 * infcmd.c (finish_forward): Likewise.
10028 * infrun.c (insert_exception_resume_breakpoint): Likewise.
10029
10030 2012-02-28 Tristan Gingold <gingold@adacore.com>
10031
10032 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10033 avoid variable assignments inside condition.
10034
10035 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 Fix static analysis issue found by cppcheck.
10038 * microblaze-tdep.c (microblaze_extract_return_value): Fix
10039 uninitialized BUF for size 2.
10040
10041 2012-02-27 Chris Dearman <chris@mips.com>
10042 Nathan Froyd <froydnj@codesourcery.com>
10043 Maciej W. Rozycki <macro@codesourcery.com>
10044
10045 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10046 (mips16_instruction_has_delay_slot): Likewise.
10047 (mips_segment_boundary): Likewise.
10048 (mips_adjust_breakpoint_address): Likewise.
10049 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10050
10051 2012-02-27 Maciej W. Rozycki <macro@mips.com>
10052 Maciej W. Rozycki <macro@codesourcery.com>
10053
10054 * infrun.c (handle_inferior_event): Don't proceed through
10055 shared library trampolines if stepping at the machine
10056 instruction level.
10057
10058 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
10059
10060 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10061 too.
10062
10063 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
10064
10065 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10066 (sh_stub_unwind_sniffer): New functions.
10067 (sh_stub_unwind): New variable.
10068 (sh_gdbarch_init): Wire everything.
10069
10070 2012-02-27 Pedro Alves <palves@redhat.com>
10071
10072 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10073 (linux_nat_post_attach_wait): Adjust to use
10074 linux_proc_pid_is_stopped.
10075 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10076 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10077 based on pid_is_stopped from both linux-nat.c and
10078 gdbserver/linux-low.c, and renamed.
10079
10080 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10081
10082 * remote.c (remote_watchpoint_addr_within_range): New function.
10083 (init_remote_ops): Use it.
10084
10085 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
10086
10087 * target.h (target_watchpoint_addr_within_range): Document macro.
10088
10089 2012-02-24 Pedro Alves <palves@redhat.com>
10090
10091 * stack.c (set_last_displayed_sal): Issue internal_error instead
10092 of warning, and issue it after clearing the last displayed sal.
10093
10094 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10095 Pedro Alves <palves@redhat.com>
10096
10097 * breakpoint.c (until_break_command): Install breakpoints after
10098 all frame manipulations.
10099
10100 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10101
10102 * remote.c (remote_supports_cond_breakpoints): New forward
10103 declaration.
10104 (remote_add_target_side_condition): New function.
10105 (remote_insert_breakpoint): Add target-side breakpoint
10106 conditional if supported.
10107 (remote_insert_hw_breakpoint): Likewise.
10108 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10109 hook.
10110
10111 * target.c (update_current_target): Inherit
10112 to_supports_evaluation_of_breakpoint_conditions.
10113 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10114
10115 * target.h (struct target_ops)
10116 <to_supports_evaluation_of_breakpoint_conditions>: New field.
10117 (target_supports_evaluation_of_breakpoint_conditions): New #define.
10118
10119 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10120 (condition_evaluation_both, condition_evaluation_auto,
10121 condition_evaluation_host, condition_evaluation_target,
10122 condition_evaluation_enums, condition_evaluation_mode_1,
10123 condition_evaluation_mode): New static globals.
10124 (translate_condition_evaluation_mode): New function.
10125 (breakpoint_condition_evaluation_mode): New function.
10126 (gdb_evaluates_breakpoint_condition_p): New function.
10127 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10128 (mark_breakpoint_modified): New function.
10129 (mark_breakpoint_location_modified): New function.
10130 (set_condition_evaluation_mode): New function.
10131 (show_condition_evaluation_mode): New function.
10132 (bp_location_compare_addrs): New function.
10133 (get_first_location_gte_addr): New helper function.
10134 (set_breakpoint_condition): Free condition bytecode if locations
10135 has become unconditional. Call mark_breakpoint_modified (...).
10136 (condition_command): Call update_global_location_list (1) for
10137 breakpoints.
10138 (breakpoint_xfer_memory): Use is_breakpoint (...).
10139 (is_breakpoint): New function.
10140 (parse_cond_to_aexpr): New function.
10141 (build_target_condition_list): New function.
10142 (insert_bp_location): Handle target-side conditional
10143 breakpoints and call build_target_condition_list (...).
10144 (update_inserted_breakpoint_locations): New function.
10145 (insert_breakpoint_locations): Handle target-side conditional
10146 breakpoints.
10147 (bpstat_check_breakpoint_conditions): Add comment.
10148 (bp_condition_evaluator): New function.
10149 (bp_location_condition_evaluator): New function.
10150 (print_breakpoint_location): Print information on where the condition
10151 will be evaluated.
10152 (print_one_breakpoint_location): Likewise.
10153 (init_bp_location): Call mark_breakpoint_location_modified (...) for
10154 breakpoint location.
10155 (force_breakpoint_reinsertion): New functions.
10156 (update_global_location_list): Handle target-side breakpoint
10157 conditions.
10158 Reinsert locations that are already inserted if conditions have
10159 changed.
10160 (bp_location_dtor): Free agent expression bytecode.
10161 (disable_breakpoint): Call mark_breakpoint_modified (...).
10162 Call update_global_location_list (...) with parameter 1 for breakpoints.
10163 (disable_command): Call mark_breakpoint_location_modified (...).
10164 Call update_global_location_list (...) with parameter 1 for breakpoints.
10165 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10166 (enable_command): mark_breakpoint_location_modified (...).
10167 (_initialize_breakpoint): Update documentation and add
10168 condition-evaluation breakpoint subcommand.
10169
10170 * breakpoint.h: Include ax.h.
10171 (condition_list): New data structure.
10172 (condition_status): New enum.
10173 (bp_target_info) <cond_list>: New field.
10174 (bp_location) <condition_changed, cond_bytecode>: New fields.
10175 (is_breakpoint): New prototype.
10176
10177 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10178
10179 * remote.c (remote_state) <cond_breakpoints>: New field.
10180 (PACKET_ConditionalBreakpoints): New enum.
10181 (remote_cond_breakpoint_feature): New function.
10182 (remote_protocol_features): Add new ConditionalBreakpoints entry.
10183 (remote_supports_cond_breakpoints): New function.
10184 (_initialize_remote): Add new packet configuration for
10185 target-side conditional breakpoints.
10186
10187 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10188
10189 * NEWS: Mention target-side conditional breakpoint support,
10190 new condition-evaluation breakpoint subcommand and remote
10191 packet extensions.
10192
10193 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10194
10195 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10196 number.
10197
10198 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10199
10200 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10201 (after_prologue): Remove.
10202
10203 2012-02-23 Tom Tromey <tromey@redhat.com>
10204
10205 * jv-valprint.c (java_val_print): Remove dead code.
10206
10207 2012-02-23 Tristan Gingold <gingold@adacore.com>
10208
10209 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10210 known_tasks_element and known_tasks_length fields.
10211 (read_known_tasks_array): Change argument type. Use pointer type
10212 and number of elements from DATA. Adjust.
10213 (read_known_tasks_list): Likewise.
10214 (get_known_tasks_addr): Remove.
10215 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10216 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10217 type and array length. Merge former get_known_tasks_addr code.
10218
10219 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10220
10221 PR backtrace/13716
10222 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10223 it after set_momentary_breakpoint.
10224
10225 2012-02-22 Sterling Augustine <saugustine@google.com>
10226
10227 PR 13689:
10228 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10229
10230 2012-02-22 Gary Benson <gbenson@redhat.com>
10231
10232 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10233 (find_slot_in_mapped_hash): Likewise.
10234
10235 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10236
10237 PR build/13638
10238 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10239 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10240 * configure: Regenerate.
10241
10242 2012-02-21 Tristan Gingold <gingold@adacore.com>
10243 Pedro Alves <palves@redhat.com>
10244
10245 * ia64-tdep.c: Do not include libunwind-ia64.h.
10246 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10247 Include libunwind-ia64.h instead of libunwind.h.
10248 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10249 for libunwind.h existence.
10250 * configure, config.in: Regenerate.
10251
10252 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10253
10254 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10255 instead of value_rtti_target_type.
10256 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10257 instead of value_rtti_target_type.
10258 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10259 value_rtti_target_type.
10260 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10261 (value_rtti_target_type): Rename to ...
10262 (value_rtti_indirect_type): ... here and make it indirect. Update
10263 function comment.
10264 * value.c (readjust_indirect_value_type): New function.
10265 (coerce_ref): Support for enclosing type setting for references
10266 with readjust_indirect_value_type.
10267 * value.h (readjust_value_type): New declaration.
10268 (value_rtti_target_type): Rename to ...
10269 (value_rtti_indirect_type): ... here.
10270
10271 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10272
10273 * MAINTAINERS (Write After Approval): Add myself to the list.
10274
10275 2012-02-20 Doug Evans <dje@google.com>
10276
10277 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10278 Rename objfile_p_char parameter to objfilep.
10279 (build_objfile_section_table): Result is now void. All callers
10280 updated.
10281 * objfiles.h (struct objfile): Tweak comments, whitespace.
10282 (build_objfile_section_table): Update.
10283
10284 * elfread.c (elf_symfile_segments): Fix warning text.
10285
10286 2012-02-20 Tom Tromey <tromey@redhat.com>
10287
10288 PR gdb/13498:
10289 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10290 particular set of file names once.
10291 (dw2_map_symbol_filenames): Likewise.
10292
10293 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 Code cleanup.
10296 * main.c (write_files): Remove the declaration.
10297 (external_editor_command): Move the declaration ...
10298 [GDBTK] (external_editor_command): ... here. Fix the comment.
10299
10300 2012-02-20 Tom Tromey <tromey@redhat.com>
10301
10302 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10303 extraneous block.
10304
10305 2012-02-20 Tristan Gingold <gingold@adacore.com>
10306
10307 * darwin-nat.h (enum darwin_msg_state): Add comments.
10308
10309 2012-02-20 Tristan Gingold <gingold@adacore.com>
10310
10311 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10312 value.
10313
10314 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10315
10316 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10317 between function description and implementation.
10318
10319 2012-02-17 Tom Tromey <tromey@redhat.com>
10320
10321 PR python/12070:
10322 * python/py-event.c (event_object_getset): New global.
10323 (event_object_type): Reference it.
10324 * python/py-type.c (field_object_getset): New global.
10325 (field_object_type): Reference it.
10326 * python/python-internal.h (gdb_py_generic_dict): Declare.
10327 * python/py-utils.c (gdb_py_generic_dict): New function.
10328
10329 2012-02-17 Tristan Gingold <gingold@adacore.com>
10330
10331 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10332
10333 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10334
10335 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10336 TYPE_CALLING_CONVENTION annotation.
10337
10338 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10339
10340 * MAINTAINERS: Add rx to target ISA section.
10341 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10342 (ALLDEPFILES): Add rx-tdep.c.
10343
10344 2012-02-16 Tom Tromey <tromey@redhat.com>
10345
10346 * symfile.c (symbol_file_add_main_1): Use inferior's
10347 symfile_flags.
10348 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10349 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10350 inferior.
10351 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10352 inferior.
10353 (follow_exec): Use inferior's symfile_flags.
10354 * inferior.h (struct inferior) <symfile_flags>: New field.
10355
10356 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10357
10358 PR gdb/9734:
10359 * remote-sim.c (gdbsim_create_inferior): Call error() when
10360 sim_create_inferior() fails.
10361
10362 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10363
10364 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10365
10366 2012-02-16 Tom Tromey <tromey@redhat.com>
10367
10368 PR c++/13653:
10369 * thread.c (struct current_thread_cleanup) <was_removable>: New
10370 field.
10371 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10372 (make_cleanup_restore_current_thread): Initialize new field.
10373
10374 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10375
10376 * MAINTAINERS: Add rl78 to target ISA section.
10377 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10378 (ALLDEPFILES): Add rl78-tdep.c.
10379 * NEWS: Mention rl78 as a new target.
10380
10381 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10382
10383 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10384 data.
10385 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10386
10387 2012-02-15 Tom Tromey <tromey@redhat.com>
10388
10389 PR gdb/12659:
10390 * infcmd.c (registers_info): Print just the current register's
10391 name.
10392
10393 2012-02-15 Tom Tromey <tromey@redhat.com>
10394
10395 * python/py-symbol.c (sympy_value): Use _().
10396
10397 2012-02-15 Pedro Alves <palves@redhat.com>
10398
10399 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10400 output to be like native targets'.
10401 (remote_pid_to_str): Special case the null ptid.
10402
10403 2012-02-14 Stan Shebs <stan@codesourcery.com>
10404
10405 * NEWS: Mention enable count command.
10406 * breakpoint.h (struct breakpoint): New field enable_count.
10407 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10408 (enable_breakpoint): Add arg to call.
10409 (struct disp_data): New struct.
10410 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10411 (do_map_enable_once_breakpoint): Create a struct and pass it.
10412 (do_map_enable_delete_breakpoint): Ditto.
10413 (do_map_enable_count_breakpoint): New function.
10414 (enable_count_command): New function.
10415 (bpstat_stop_status): Decrement enable_count.
10416 (print_one_breakpoint_location): Report enable count.
10417 (_initialize_breakpoint): Add enable count command.
10418
10419 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10420
10421 * rl78-tdep.c (reggroups.h): Include.
10422 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10423 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10424 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10425 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10426 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10427 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10428 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10429 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10430 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10431 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10432 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10433 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10434 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10435 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10436 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10437 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10438 beginning of register list.
10439 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10440 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10441 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10442 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10443 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10444 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10445 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10446 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10447 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10448 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10449 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10450 the pseudo registers. Rearrange other pseudo registers too so
10451 that the bank registers appear at the end.
10452 (rl78_register_type): Account for the fact that the byte sized
10453 bank registers are now pseudo-registers.
10454 (rl78_register_name): Rearrange the register name array. Make
10455 initial set of raw banked registers inaccessible.
10456 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10457 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10458 case for copying bytes back and forth between raw and pseudo
10459 versions of the banked registers. Update other cases to reflect
10460 the changed names.
10461 (rl78_return_value): Update to account for changed names of
10462 raw registers.
10463 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10464 rl78_register_sim_regno().
10465
10466 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10467
10468 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10469 the name parameter being passed to find_pc_partial_function().
10470
10471 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 * MAINTAINERS: Step down from being ia64 target maintainer.
10474
10475 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10476
10477 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10478 compilation warning.
10479
10480 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10481
10482 Fix crash on loaded shlibs without loaded exec_bfd.
10483 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10484 (set_section_command): Replace exec_bfd by p->bfd.
10485
10486 2012-02-10 Tom Tromey <tromey@redhat.com>
10487
10488 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10489 when we have a C++ qualified name.
10490
10491 2012-02-10 Pedro Alves <palves@redhat.com>
10492
10493 * inferior.c (inferior_pid_to_str): New.
10494 (print_inferior, inferior_command): Use it.
10495
10496 2012-02-10 Pedro Alves <palves@redhat.com>
10497
10498 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10499 the test CFLAGS.
10500 * configure: Regenerate.
10501
10502 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10503
10504 * linespec.c (decode_line_internal): Fix comment correctness.
10505
10506 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10507
10508 PR gdb/12953
10509 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10510 * amd64bsd-nat.c: Add support for debug registers (adapted from
10511 i386bsd-nat.c).
10512 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10513 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10514 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10515 (amd64bsd_dr_get_control): New functions.
10516 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10517 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10518 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10519 watchpoints initialization.
10520 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10521
10522 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10523
10524 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10525 flds_bnds.fields.
10526 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10527
10528 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10529
10530 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10531
10532 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10533
10534 * language.h (symbol_name_cmp_ftype): Renames
10535 symbol_name_match_p_ftype.
10536 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10537 la_get_symbol_name_match_p.
10538 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10539 ada_get_symbol_name_match_p. Update comment.
10540 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10541 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10542 Renames symbol_name_match_p. Update field type.
10543 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10544 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10545 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10546 "la_get_symbol_name_cmp" in comments.
10547 * language.c: Likewise.
10548
10549 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10550
10551 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10552 %eflags offset.
10553 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10554 (amd64_sol2_gregset32_reg_offs): Likewise.
10555
10556 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10557
10558 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10559 of the returned BFD is allocated by GDB.
10560
10561 2012-02-07 Tom Tromey <tromey@redhat.com>
10562
10563 PR python/12027:
10564 * python/python-internal.h (frame_object_type): Declare.
10565 * python/py-symbol.c (sympy_needs_frame): New function.
10566 (sympy_value): New function.
10567 (symbol_object_getset): Add "needs_frame".
10568 (symbol_object_methods): Add "value".
10569 * python/py-frame.c (frame_object_type): No longer static.
10570
10571 2012-02-07 Tom Tromey <tromey@redhat.com>
10572
10573 PR python/13599:
10574 * python/py-symbol.c (sympy_line): New function.
10575 (symbol_object_getset): Add "line".
10576
10577 2012-02-07 Tom Tromey <tromey@redhat.com>
10578
10579 * charset.c (find_charset_names): Check 'in' against NULL.
10580
10581 2012-02-06 Doug Evans <dje@google.com>
10582
10583 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10584 and fields.name members from char * to const char *. All uses updated.
10585 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10586 from char * to const char *. All uses updated.
10587 (type_name_no_tag): Update.
10588 (lookup_unsigned_typename, lookup_signed_typename): Update.
10589 * gdbtypes.c (type_name_no_tag): Change result type
10590 from char * to const char *. All callers updated.
10591 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10592 name parameter from char * to const char *.
10593 * symtab.h (struct cplus_specific): Change type of demangled_name
10594 member from char * to const char *. All uses updated.
10595 (struct general_symbol_info): Change type of name and
10596 mangled_lang.demangled_name members from char * to const char *.
10597 All uses updated.
10598 (symbol_get_demangled_name, symbol_natural_name): Update.
10599 (symbol_demangled_name, symbol_search_name): Update.
10600 * symtab.c (symbol_get_demangled_name): Change result type
10601 from char * to const char *. All callers updated.
10602 (symbol_natural_name, symbol_demangled_name): Ditto.
10603 (symbol_search_name): Ditto.
10604 (completion_list_add_name): Change type of symname,sym_text,
10605 text,word parameters from char * to const char *.
10606 (completion_list_objc_symbol): Change type of sym_text,
10607 text,word parameters from char * to const char *.
10608 * ada-lang.c (find_struct_field): Change type of name parameter
10609 from char * to const char *.
10610 (encoded_ordered_before): Similarly for N0,N1 parameters.
10611 (old_renaming_is_invisible): Similarly for function_name parameter.
10612 (ada_type_name): Change result type from char * to const char *.
10613 All callers updated.
10614 * ada-lang.h (ada_type_name): Update.
10615 * buildsym.c (hashname): Change type of name parameter
10616 from char * to const char *.
10617 * buildsym.h (hashname): Update.
10618 * dbxread.c (end_psymtab): Change type of include_list parameter
10619 from char ** to const char **.
10620 * dwarf2read.c (determine_prefix): Change result type
10621 from char * to const char *. All callers updated.
10622 * f-lang.c (find_common_for_function): Change type of name, funcname
10623 parameters from char * to const char *.
10624 * f-lang.c (find_common_for_function): Update.
10625 * f-valprint.c (list_all_visible_commons): Change type of funcname
10626 parameters from char * to const char *.
10627 * gdbarch.sh (static_transform_name): Change type of name parameter
10628 and result from char * to const char *.
10629 * gdbarch.c: Regenerate.
10630 * gdbarch.h: Regenerate.
10631 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10632 of name parameter from char * to const char *.
10633 * jv-lang.c (java_primitive_type_from_name): Ditto.
10634 (java_demangled_signature_length): Similarly for signature parameter.
10635 (java_demangled_signature_copy): Ditto.
10636 (java_demangle_type_signature): Ditto.
10637 * jv-lang.h (java_primitive_type_from_name): Update.
10638 (java_demangle_type_signature): Update.
10639 * objc-lang.c (specialcmp): Change type of a,b parameters
10640 from char * to const char *.
10641 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10642 from char * to const char *. All callers updated.
10643 * p-lang.h (is_pascal_string_type): Update.
10644 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10645 of name parameter from char * to const char *.
10646 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10647 * utils.c (fprintf_symbol_filtered): Ditto.
10648 * defs.h (fprintf_symbol_filtered): Update.
10649 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10650 * stabsread.h (end_psymtab): Update.
10651 * stack.c (find_frame_funname): Change type of funname parameter
10652 from char ** to const char **.
10653 * stack.h (find_frame_funname): Update.
10654 * typeprint.c (type_print): Change type of varstring parameter
10655 from char * to const char *.
10656 * value.h (type_print): Update.
10657 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10658 from char * to const char *. All callers updated.
10659 (xcoff_end_psymtab): Change type of include_list parameter
10660 from char ** to const char **. All callers updated.
10661 (swap_sym): Similarly for name parameter. All callers updated.
10662 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10663 Use xstrdup.
10664 (process_coff_symbol): Use xstrdup.
10665 * stabsread.c (stabs_method_name_from_physname): Renamed from
10666 update_method_name_from_physname. Change result type from void
10667 to char *. All callers updated.
10668 (read_member_functions): In has_destructor case, store name in objfile
10669 obstack instead of malloc space. In !has_stub case, fix mem leak.
10670
10671 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10672
10673 * configure: Rebuild.
10674 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10675 LDFLAGS.
10676
10677 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10678
10679 * configure.tgt (rl78-*-elf): New target.
10680 * rl78-tdep.c: New file.
10681
10682 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10683
10684 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10685 and continue the loop. Add QUIT statement.
10686
10687 2012-02-03 Tom Tromey <tromey@redhat.com>
10688
10689 PR gdb/13596:
10690 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10691 bfd_lookup_symbol_from_symtab.
10692 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10693 gdb_bfd_lookup_symbol_from_symtab.
10694
10695 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10696
10697 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10698 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10699 symbol. Add assertion that sym2 is never NULL.
10700
10701 2012-02-02 Doug Evans <dje@google.com>
10702
10703 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10704 "name" parameter to const char ** from char **. All callers updated.
10705 (find_pc_partial_function): Ditto.
10706 (cache_pc_function_name): Change type to const char * from char *.
10707 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10708 (find_pc_partial_function): Update.
10709 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10710 type of "name" parameter to const char * from char *.
10711 All uses updated.
10712 * arch-utils.c (generic_in_solib_return_trampoline): Change
10713 type of "name" parameter to const char * from char *.
10714 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10715 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10716 type of "name" parameter to const char * from char *.
10717 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10718 * gdbarch.c: Regenerate.
10719 * gdbarch.h: Regenerate.
10720 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10721 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10722 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10723 type of "name" parameter to const char * from char *.
10724 * skip.c (skip_function_pc): Ditto.
10725 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10726 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10727 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10728 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10729 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10730 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10731 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10732 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10733 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10734
10735 2012-02-02 Pedro Alves <palves@redhat.com>
10736
10737 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10738 the current inferior has no execution. Make sure the current
10739 remote process matches gdb's current inferior.
10740
10741 2012-02-02 Tom Tromey <tromey@redhat.com>
10742
10743 PR gdb/13405:
10744 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10745 read-only memory.
10746
10747 2012-02-02 Tom Tromey <tromey@redhat.com>
10748
10749 PR gdb/9307:
10750 * symtab.c (lookup_language_this): Set block_found.
10751
10752 2012-02-01 Tom Tromey <tromey@redhat.com>
10753
10754 PR gdb/13431:
10755 * jit.c (struct jit_inferior_data): Rewrite.
10756 (struct jit_objfile_data): New.
10757 (get_jit_objfile_data): New function.
10758 (add_objfile_entry): Update.
10759 (jit_read_descriptor): Return int. Replace descriptor_addr
10760 argument with inf_data. Update. Don't call error.
10761 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10762 descriptor here.
10763 (jit_inferior_init): Don't look up descriptor. Don't call error.
10764 (jit_reset_inferior_data_and_breakpoints)
10765 (jit_inferior_created_observer): Remove.
10766 (jit_inferior_exit_hook): Update.
10767 (jit_executable_changed_observer): Remove.
10768 (jit_event_handler): Update.
10769 (free_objfile_data): Reset inferior data if needed.
10770 (_initialize_jit): Update.
10771
10772 2012-02-01 Tom Tromey <tromey@redhat.com>
10773
10774 * jit.c (bfd_open_from_target_memory): Move higher in file.
10775
10776 2012-02-01 Tristan Gingold <gingold@adacore.com>
10777
10778 * libunwind-frame.c (libunwind_load): Display message if dlopen
10779 failed.
10780
10781 2012-02-01 Gary Benson <gbenson@redhat.com>
10782
10783 * symtab.h (symbol_found_callback_ftype): New typedef.
10784 (iterate_over_symbols): Use the above.
10785 * symtab.c (iterate_over_symbols): Likewise.
10786 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10787 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10788 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10789 (iterate_name_matcher): Document return values.
10790 (collect_one_symbol): Likewise.
10791 (collect_function_symbols): Likewise.
10792 (collect_symbols): Likewise.
10793
10794 2012-02-01 Tom Tromey <tromey@redhat.com>
10795
10796 * ada-lang.c (resolve_subexp): Update.
10797 (ada_lookup_symbol_list): Add 'full_search' argument.
10798 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10799 ada_lookup_symbol_list.
10800 (ada_lookup_encoded_symbol): Update.
10801 (get_var_value): Update.
10802 * ada-exp.y (block_lookup): Update.
10803 (write_var_or_type): Update.
10804 (write_name_assoc): Update.
10805 * ada-lang.h (ada_lookup_symbol_list): Update.
10806
10807 2012-01-31 Tom Tromey <tromey@redhat.com>
10808
10809 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10810 comment.
10811
10812 2012-01-31 Doug Evans <dje@google.com>
10813
10814 * symtab.h: Remove outdated comment.
10815 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10816
10817 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10818
10819 Fix build error in Darwin port.
10820 * i386-darwin-nat.c: Include i386-nat.h.
10821
10822 2012-01-30 Tom Tromey <tromey@redhat.com>
10823
10824 PR breakpoints/13568:
10825 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10826 argument. Check for recursive includes.
10827 (dwarf_decode_macros): Create an include hash.
10828
10829 2012-01-30 Michael Eager <eager@eagercon.com>
10830
10831 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10832 * ppc-linux-tdep.c: Include glibc-tdep.h.
10833 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10834 (powerpc_linux_in_plt_stub): New function.
10835 (powerpc_linux_in_dynsym_resolve_code): New function.
10836 (ppc_skip_trampoline_code): New function.
10837 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10838 Use glibc_skip_solib_resolver.
10839
10840 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 Code cleanup: Make 1440 bytes of data segment read-only.
10843 * arch-utils.c (endian_enum): Make it const char *const [].
10844 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10845 Likewise.
10846 * breakpoint.c (always_inserted_enums): Likewise.
10847 * cli/cli-cmds.c (script_ext_enums): Likewise.
10848 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10849 enumlist parameter const char *const *.
10850 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10851 const char *const *.
10852 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10853 parameter const char *const *.
10854 * cris-tdep.c (cris_modes): Make it const char *const [].
10855 * filesystem.c (target_file_system_kinds): Likewise.
10856 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10857 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10858 (can_use_displaced_stepping_enum, scheduler_enums)
10859 (exec_direction_names): Likewise.
10860 * language.c (_initialize_language): Make the type_or_range_names and
10861 case_sensitive_names variables const char *const [].
10862 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10863 * python/python.c (python_excp_enums): Likewise.
10864 * remote.c (interrupt_sequence_modes): Likewise.
10865 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10866 * serial.c (logbase_enums): Likewise.
10867 * sh-tdep.c (sh_cc_enum): Likewise.
10868 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10869 Likewise.
10870 * symtab.c (multiple_symbols_modes): Likewise.
10871 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10872 Likewise.
10873 * utils.c (internal_problem_modes): Likewise.
10874
10875 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10878 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10879 result.
10880
10881 2012-01-27 Doug Evans <dje@google.com>
10882
10883 * configure.ac (with_python): Fix absolute path handling for win32.
10884 * configure: Regenerate.
10885
10886 2012-01-26 Doug Evans <dje@google.com>
10887
10888 * symtab.c: Whitespace cleanup, no code changes.
10889
10890 * symtab.c (lookup_symbol_in_language): Improve comment.
10891 (lookup_symbol_aux): Fix comment.
10892
10893 * psymtab.c (add_psymbol_to_list): Result is now "void".
10894 * psympriv.h (add_psymbol_to_list): Update.
10895
10896 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10897
10898 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10899
10900 Do not open script filenames twice.
10901 * cli/cli-cmds.c (source_script_from_stream): Pass to
10902 source_python_script also STREAM.
10903 * python/py-auto-load.c (source_section_scripts): Pass to
10904 source_python_script_for_objfile also STREAM.
10905 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10906 also INPUT.
10907 * python/python-internal.h (source_python_script_for_objfile): New
10908 parameter file, rename parameter file to filename.
10909 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10910 instead if !_WIN32. Update the function comment.
10911 (source_python_script, source_python_script_for_objfile)
10912 (source_python_script): New parameter file, rename parameter file to
10913 filename. Pass FILENAME to python_run_simple_file.
10914 * python/python.h (source_python_script): New parameter file, rename
10915 parameter file to filename.
10916
10917 2012-01-26 Pedro Alves <palves@redhat.com>
10918
10919 * corelow.c (core_has_fake_pid): Delete.
10920 (core_close): Delete references to `core_has_fake_pid'.
10921 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10922 (core_open): Delete references to `core_has_fake_pid'.
10923 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10924 the removed global.
10925
10926 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10927
10928 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10929 Remove language parameter from name_matcher. Adjust the comment.
10930 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10931 Remove language parameter.
10932 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10933 * linespec.c (iterate_name_matcher): Likewise.
10934 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10935 name_matcher. Adjust call accordingly.
10936 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10937 (maintenance_check_symtabs): Adjust type of parameter "fun".
10938 * psymtab.h (maintenance_check_symtabs): Likewise.
10939
10940 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10941
10942 * language.h (symbol_name_match_p_ftype): New typedef.
10943 (struct language_defn): Replace field la_symbol_name_compare
10944 by la_get_symbol_name_match_p.
10945 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10946 (ada_language_defn): Use it.
10947 * linespec.c (struct symbol_matcher_data): New type.
10948 (iterate_name_matcher): Rewrite.
10949 (iterate_over_all_matching_symtabs): Pass a pointer to
10950 a symbol_matcher_data struct to expand_symtabs_matching
10951 instead of just the lookup name.
10952 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10953 opencl-lang.c, p-lang.c, language.c: Delete field
10954 la_symbol_name_compare, and replace by NULL for new field
10955 la_get_symbol_name_match_p.
10956 * symfile.h (struct quick_symbol_functions): Update comment.
10957
10958 2012-01-25 Tom Tromey <tromey@redhat.com>
10959
10960 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10961 dereferencing.
10962
10963 2012-01-24 Tom Tromey <tromey@redhat.com>
10964
10965 PR symtab/12406:
10966 * solib.c (update_solib_list): Update the program space's
10967 added_solibs and deleted_solibs fields.
10968 * progspace.h (struct program_space) <added_solibs,
10969 deleted_solibs>: New fields.
10970 (clear_program_space_solib_cache): Declare.
10971 * progspace.c (release_program_space): Call
10972 clear_program_space_solib_cache.
10973 (clear_program_space_solib_cache): New function.
10974 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10975 bpstat_stop_status. Use handle_solib_event.
10976 * breakpoint.c: Include gdb_regex.h.
10977 (print_solib_event): New function.
10978 (bpstat_print): Use print_solib_event.
10979 (bpstat_stop_status): Add special case for bp_shlib_event.
10980 (handle_solib_event): New function.
10981 (bpstat_what): Use handle_solib_event.
10982 (struct solib_catchpoint): New.
10983 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10984 (breakpoint_hit_catch_solib, check_status_catch_solib)
10985 (print_it_catch_solib, print_one_catch_solib)
10986 (print_mention_catch_solib, print_recreate_catch_solib): New
10987 functions.
10988 (catch_solib_breakpoint_ops): New global.
10989 (catch_load_or_unload, catch_load_command_1)
10990 (catch_unload_command_1): New functions.
10991 (internal_bkpt_check_status): Add special case for
10992 bp_shlib_event.
10993 (internal_bkpt_print_it): Use print_solib_event.
10994 (initialize_breakpoint_ops): Initialize
10995 catch_solib_breakpoint_ops.
10996 (_initialize_breakpoint): Register "catch load" and "catch
10997 unload".
10998 * breakpoint.h (handle_solib_event): Declare.
10999 * NEWS: Add entry for "catch load" and "catch unload".
11000
11001 2012-01-24 Tom Tromey <tromey@redhat.com>
11002
11003 * ada-lang.c: Include gdb_vecs.h.
11004 * charset.c: Include gdb_vecs.h.
11005 * tracepoint.h: Include gdb_vecs.h.
11006 * gdb_vecs.h: New file.
11007
11008 2012-01-24 Pedro Alves <pedro@codesourcery.com>
11009
11010 * breakpoint.c (breakpoint_hit_catch_fork)
11011 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11012 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11013 * infrun.c (inferior_has_forked, inferior_has_vforked)
11014 (inferior_has_execd, inferior_has_called_syscall): Delete.
11015 (handle_syscall_event): Get syscall_number from the execution
11016 control state's wait status.
11017 (wait_for_inferior): Don't clear syscall_number.
11018
11019 2012-01-24 Pedro Alves <palves@redhat.com>
11020
11021 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11022 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11023 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11024 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11025 `ws' parameter.
11026 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
11027 false for events other than TARGET_SIGNAL_TRAP.
11028 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11029 Add `ws' parameter.
11030 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
11031 events other than TARGET_SIGNAL_TRAP.
11032 (tracepoint_breakpoint_hit): Add `ws' parameter.
11033 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11034 parameter.
11035 (bpstat_stop_status): Same.
11036 (pc_at_non_inline_function): Same.
11037 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11038 to pass the current event's waitstatus to bpstat_stop_status
11039 and pc_at_non_inline_function.
11040
11041 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Code cleanup.
11044 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11045 Update the function comment for it.
11046 (source_script_with_search): Call make_cleanup_fclose for STREAM.
11047 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11048 for STREAM.
11049
11050 2012-01-24 Pedro Alves <palves@redhat.com>
11051
11052 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11053 outside `bs->stop' block.
11054 (bpstat_what): Rework bp_shlib_event handling.
11055 (internal_bkpt_check_status): If the breakpoint is a
11056 bp_shlib_event, then set bs->stop and bs->print if
11057 stop_on_solib_events is set.
11058
11059 2012-01-24 Gary Benson <gbenson@redhat.com>
11060
11061 Delete #if 0'd out code.
11062 * stack.c (print_frame_label_vars): Remove.
11063 (catch_info): Likewise.
11064 (_initialize_stack): Remove "info catch" command.
11065 * NEWS: Mention the above.
11066
11067 2012-01-24 Pedro Alves <palves@redhat.com>
11068
11069 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
11070 it.
11071 (remote_notice_new_inferior): If the remote end doesn't support
11072 the multiprocess extensions, then the PID is fake.
11073 (add_current_inferior_and_thread): New.
11074 (remote_start_remote): Use it.
11075 (extended_remote_attach_1): Adjust.
11076 (extended_remote_create_inferior_1): Use
11077 add_current_inferior_and_thread.
11078
11079 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11080
11081 Fix watchpoints to be specific for each inferior.
11082 * breakpoint.c (watchpoint_in_thread_scope): Verify also
11083 current_program_space.
11084 * i386-nat.c (i386_inferior_data_cleanup): New.
11085 (i386_inferior_data_get): Replace variable inf_data_local by an
11086 inferior_data call.
11087 (i386_use_watchpoints): Initialize i386_inferior_data.
11088 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11089 specific iterate_over_lwps.
11090
11091 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11092
11093 Fix watchpoints across inferior fork.
11094 * amd64-linux-nat.c (update_debug_registers_callback): Update the
11095 comment for linux_nat_iterate_watchpoint_lwps.
11096 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11097 linux_nat_iterate_watchpoint_lwps.
11098 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11099 * i386-linux-nat.c (update_debug_registers_callback): Update the
11100 comment for linux_nat_iterate_watchpoint_lwps.
11101 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11102 linux_nat_iterate_watchpoint_lwps.
11103 (i386_linux_prepare_to_resume): New comment on Linux kernel.
11104 * i386-nat.c: Include inferior.h.
11105 (dr_mirror): Remove.
11106 (i386_inferior_data, struct i386_inferior_data)
11107 (i386_inferior_data_get): New.
11108 (i386_debug_reg_state): Use i386_inferior_data_get.
11109 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11110 (i386_insert_watchpoint, i386_remove_watchpoint)
11111 (i386_stopped_data_address, i386_insert_hw_breakpoint)
11112 (i386_remove_hw_breakpoint): New variable state, use
11113 i386_debug_reg_state instead of DR_MIRROR.
11114 * linux-nat.c (delete_lwp): New declaration.
11115 (num_lwps): Move here from downwards.
11116 (delete_lwp_cleanup): New.
11117 (linux_child_follow_fork): Create new child_lp, call
11118 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11119 PTRACE_DETACH.
11120 (num_lwps): Move upwards.
11121 (linux_nat_iterate_watchpoint_lwps): New.
11122 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11123 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11124
11125 2012-01-24 Joel Brobecker <brobecker@adacore.com>
11126
11127 GDB 7.4 released.
11128
11129 2012-01-23 Pedro Alves <palves@redhat.com>
11130
11131 * top.c (caution): Rename to ...
11132 (confirm): ... this.
11133 (show_caution): Rename to ...
11134 (show_confirm): ... this.
11135 (quit_cover): Adjust.
11136 (init_main): Adjust.
11137 * top.h (caution): Rename to ...
11138 (confirm): ... this.
11139 * utils.c (internal_vproblem, defaulted_query): Adjust.
11140
11141 2012-01-23 Pedro Alves <palves@redhat.com>
11142
11143 * top.c (caution): Update comment.
11144 (execute_command): Don't consider the current value of `caution'.
11145
11146 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11147
11148 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11149
11150 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
11151
11152 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11153 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11154 * target.c (target_fileio_pwrite): Remove buffer address from
11155 debug output.
11156 (target_fileio_pread): Likewise.
11157
11158 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11159
11160 * NEWS: Document remote "info proc" and "generate-core-file".
11161
11162 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11163
11164 * gdbarch.sh (find_memory_regions): New callback.
11165 * gdbarch.c, gdbarch.h: Regenerate.
11166
11167 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11168 callback before falling back to target method.
11169
11170 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11171 (linux_target_install_ops): No longer install it.
11172
11173 * linux-tdep.c (linux_find_memory_regions): New function.
11174 (linux_init_abi): Install it.
11175
11176 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11177
11178 * gdbarch.sh (make_corefile_notes): New architecture callback.
11179 * gdbarch.c: Regenerate.
11180 * gdbarch.h: Likewise.
11181
11182 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11183 before target_make_corefile_notes. If NULL is returned, the
11184 target does not support core file generation.
11185
11186 * linux-nat.c: Include "linux-tdep.h".
11187 (find_signalled_thread, find_stop_signal): Remove.
11188 (linux_nat_do_thread_registers): Likewise.
11189 (struct linux_nat_corefile_thread_data): Likewise.
11190 (linux_nat_corefile_thread_callback): Likewise.
11191 (iterate_over_spus): Likewise.
11192 (struct linux_spu_corefile_data): Likewise.
11193 (linux_spu_corefile_callback): Likewise.
11194 (linux_spu_make_corefile_notes): Likewise.
11195 (linux_nat_collect_thread_registers): New function.
11196 (linux_nat_make_corefile_notes): Replace contents by call to
11197 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11198 as native-only callback.
11199
11200 * linux-tdep.h: Include "bfd.h".
11201 (struct regcache): Add forward declaration.
11202 (linux_collect_thread_registers_ftype): New typedef.
11203 (linux_make_corefile_notes): Add prototype.
11204 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11205 "regset.h", and "elf-bfd.h".
11206 (find_signalled_thread, find_stop_signal): New functions.
11207 (linux_spu_make_corefile_notes): Likewise.
11208 (linux_collect_thread_registers): Likewise.
11209 (struct linux_corefile_thread_data): New data structure.
11210 (linux_corefile_thread_callback): New funcion.
11211 (linux_make_corefile_notes): Likewise.
11212 (linux_make_corefile_notes_1): Likewise.
11213 (linux_init_abi): Install it.
11214
11215 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11216
11217 * gdbarch.sh (info_proc): New callback.
11218 * gdbarch.c, gdbarch.h: Regenerate.
11219
11220 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11221 before falling back to the target info_proc callback.
11222
11223 * linux-nat.c: Do not include "cli/cli-utils.h".
11224 (linux_nat_info_proc): Remove.
11225 (linux_target_install_ops): No longer install it.
11226
11227 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11228 (read_mapping): New function.
11229 (linux_info_proc): Likewise.
11230 (linux_init_abi): Install it.
11231
11232 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11233
11234 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11235 * infcmd.c: (info_proc_cmd_1): New function.
11236 (info_proc_cmd): New function, moved here from equivalent routine
11237 orignally in linux-nat.c.
11238 (info_proc_cmd_mappings): Likewise.
11239 (info_proc_cmd_stat): Likewise.
11240 (info_proc_cmd_status): Likewise.
11241 (info_proc_cmd_cwd): Likewise.
11242 (info_proc_cmd_cmdline): Likewise.
11243 (info_proc_cmd_exe): Likewise.
11244 (info_proc_cmd_all): Likewise.
11245 (_initialize_infcmd): Install "info proc" command and subcommands.
11246
11247 * target.h (struct target_ops): Add to_info_proc.
11248 (target_info_proc): Add prototype.
11249 * target.c (target_info_proc): New function.
11250
11251 * procfs.c (procfs_info_proc): Add prototype.
11252 (info_proc_cmd): Rename into ...
11253 (procfs_info_proc): ... this. Update argument types as appropriate
11254 for a to_info_proc implementation. Handle "what" argument.
11255 (procfs_target): Install procfs_info_proc.
11256 (_initialize_procfs): No longer install "info proc" command.
11257
11258 * linux-nat.c: (enum info_proc_what): Remove.
11259 (linux_nat_info_proc_cmd_1): Rename into ...
11260 (linux_nat_info_proc): ... this. Update argument types as appropriate
11261 for a to_info_proc implementation.
11262 (linux_nat_info_proc_cmd): Remove.
11263 (linux_nat_info_proc_cmd_mappings): Likewise.
11264 (linux_nat_info_proc_cmd_stat): Likewise.
11265 (linux_nat_info_proc_cmd_status): Likewise.
11266 (linux_nat_info_proc_cmd_cwd): Likewise.
11267 (linux_nat_info_proc_cmd_cmdline): Likewise.
11268 (linux_nat_info_proc_cmd_exe): Likewise.
11269 (linux_nat_info_proc_cmd_all): Likewise.
11270 (linux_target_install_ops): Install linux_nat_info_proc.
11271 (_initialize_linux_nat): No longer install "info proc" command
11272 and subcommands.
11273
11274 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11275
11276 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11277 * config.in, configure: Regenerate.
11278
11279 * target.h (struct target_ops): Add to_fileio_readlink.
11280 (target_fileio_readlink): Add prototype.
11281 * target.c (target_fileio_readlink): New function.
11282
11283 * inf-child.c: Conditionally include <sys/param.h>.
11284 (inf_child_fileio_readlink): New function.
11285 (inf_child_target): Install it.
11286
11287 * remote.c (PACKET_vFile_readlink): New enum value.
11288 (remote_hostio_readlink): New function.
11289 (init_remote_ops): Install it.
11290 (_initialize_remote): Handle vFile:readlink packet type.
11291
11292 2012-01-20 Pedro Alves <palves@redhat.com>
11293 Ulrich Weigand <ulrich.weigand@linaro.org>
11294
11295 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11296 * config.in, configure: Regenerate.
11297
11298 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11299 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11300 (target_fileio_open): Add prototype.
11301 (target_fileio_pwrite): Likewise.
11302 (target_fileio_pread): Likewise.
11303 (target_fileio_close): Likewise.
11304 (target_fileio_unlink): Likewise.
11305 (target_fileio_read_alloc): Likewise.
11306 (target_fileio_read_stralloc): Likewise.
11307
11308 * target.c: Include "gdb/fileio.h".
11309 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11310 (default_fileio_target): New function.
11311 (target_fileio_open): Likewise.
11312 (target_fileio_pwrite): Likewise.
11313 (target_fileio_pread): Likewise.
11314 (target_fileio_close): Likewise.
11315 (target_fileio_unlink): Likewise.
11316 (target_fileio_close_cleanup): Likewise.
11317 (target_fileio_read_alloc_1): Likewise.
11318 (target_fileio_read_alloc): Likewise.
11319 (target_fileio_read_stralloc): Likewise.
11320
11321 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11322 <fcntl.h>, and <unistd.h>.
11323 (inf_child_fileio_open_flags_to_host): New function.
11324 (inf_child_errno_to_fileio_error): Likewise.
11325 (inf_child_fileio_open): Likewise.
11326 (inf_child_fileio_pwrite): Likewise.
11327 (inf_child_fileio_pread): Likewise.
11328 (inf_child_fileio_close): Likewise.
11329 (inf_child_fileio_unlink): Likewise.
11330 (inf_child_target): Install to_fileio routines.
11331
11332 * remote.c (init_remote_ops): Install to_fileio routines.
11333
11334 2012-01-20 Pedro Alves <palves@redhat.com>
11335 Ulrich Weigand <ulrich.weigand@linaro.org>
11336
11337 * remote.c (remote_multi_process_p): Only check for multi-process
11338 protocol feature, do not check for extended protocol.
11339 (remote_supports_multi_process): Check for extended protocol here.
11340 (set_general_process): Likewise.
11341 (extended_remote_kill): Likewise.
11342 (remote_pid_to_str): Likewise.
11343 (remote_query_supported): Always query multiprocess mode.
11344
11345 2012-01-20 Pedro Alves <palves@redhat.com>
11346 Ulrich Weigand <ulrich.weigand@linaro.org>
11347
11348 * inferior.h (struct inferior): Add fake_pid_p.
11349 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11350 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11351 magic_null_ptid since the remote side doesn't provide a real PID.
11352
11353 2012-01-19 Tom Tromey <tromey@redhat.com>
11354
11355 * NEWS: Combine the two Python sections.
11356
11357 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11358
11359 * target.h (target_close): Update comment on the target's unpush state.
11360
11361 2012-01-19 Pedro Alves <palves@redhat.com>
11362
11363 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11364 linux_nat_async directly instead of going through the target
11365 vector.
11366 * target.c (unpush_target): Close target after unpushing it, not
11367 before.
11368
11369 2012-01-19 Gary Benson <gbenson@redhat.com>
11370
11371 * mdebugread.c (sort_blocks): Replace integer constants with ones
11372 derived from FIRST_LOCAL_BLOCK.
11373
11374 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11375 Jan Kratochvil <jan.kratochvil@redhat.com>
11376
11377 PR gdb/9538
11378 * symfile.c (find_separate_debug_file): New function.
11379 (terminate_after_last_dir_separator): Likewise.
11380 (find_separate_debug_file_by_debuglink): Also try realpath.
11381 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11382 * configure: Regenerate.
11383 * config.in: Regenerate.
11384
11385 2012-01-18 Doug Evans <dje@google.com>
11386
11387 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11388 (main.o): Remove rule.
11389 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11390 (--with-sysroot): Rewrite.
11391 * configure: Regenerate.
11392 * config.in: Regenerate.
11393
11394 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11395
11396 * parse.c (initialize_expout): New function.
11397 (reallocate_expout): Likewise.
11398 (parse_exp_in_context): Use `initialize_expout' and
11399 `reallocate_expout' when appropriate.
11400
11401 2012-01-18 Pedro Alves <palves@redhat.com>
11402
11403 * record.c (struct record_breakpoint, record_breakpoint_p)
11404 (record_breakpoints): New.
11405 (record_insert_breakpoint, record_remove_breakpoint): Manage
11406 record breakpoints list. Only remove breakpoints from the
11407 inferior if they had been inserted there in the first place.
11408
11409 2012-01-17 Doug Evans <dje@google.com>
11410
11411 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11412 if we know we don't have a file name to look for.
11413
11414 2012-01-17 Pedro Alves <palves@redhat.com>
11415
11416 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11417 the frame's stop reason is UNWIND_UNAVAILABLE.
11418
11419 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11420
11421 Fix compilation error.
11422 * m2-exp.y (yyerror): Use ANSI C prototype.
11423
11424 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11425
11426 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11427 (growbuf_by_size): Likewise.
11428 (yyerror): Likewise.
11429 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11430 (modblock): Remove variable (was #if 0'ed).
11431 (parse_number): Convert prototype from K&R to ANSI C.
11432 (yyerror): Likewise.
11433 * objc-exp.y (parse_number): Likewise.
11434 (yyerror): Likewise.
11435 (yylex): Remove #if 0'ed code.
11436 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11437 (yyerror): Likewise.
11438
11439 2012-01-16 Tom Tromey <tromey@redhat.com>
11440
11441 * NEWS: Add item.
11442 * symtab.h (compare_filenames_for_search): Declare.
11443 * symtab.c (compare_filenames_for_search): New function.
11444 (iterate_over_some_symtabs): Use it.
11445 * symfile.h (struct quick_symbol_functions)
11446 <map_symtabs_matching_filename>: Change spec.
11447 * psymtab.c (partial_map_symtabs_matching_filename): Use
11448 compare_filenames_for_search. Update for new spec.
11449 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11450 compare_filenames_for_search. Update for new spec.
11451 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11452
11453 2012-01-16 Tom Tromey <tromey@redhat.com>
11454
11455 PR python/13281:
11456 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11457 (struct main_type) <flag_flag_enum>: New field.
11458 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11459 * NEWS: Add entries.
11460 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11461 enums.
11462 * python/lib/gdb/printing.py (_EnumInstance): New class.
11463 (FlagEnumerationPrinter): Likewise.
11464
11465 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11466
11467 * breakpoint.c (create_sals_from_address_default): New function.
11468 (create_breakpoints_sal_default): Likewise.
11469 (decode_linespec_default): Likewise.
11470 (is_marker_spec): Removed.
11471 (strace_marker_p): New function.
11472 (init_breakpoint_sal): Using `strace_marker_p' instead of
11473 `is_marker_spec'.
11474 (create_breakpoint): Call method `create_sals_from_address' from
11475 breakpoint_ops, replacing code that created SALs conditionally
11476 on the type of the breakpoint. Call method `create_breakpoints_sal',
11477 replacing code that created breakpoints conditionally on the type
11478 wanted.
11479 (base_breakpoint_create_sals_from_address): New function.
11480 (base_breakpoint_create_breakpoints_sal): Likewise.
11481 (base_breakpoint_decode_linespec): Likewise.
11482 (base_breakpoint_ops): Add methods
11483 `base_breakpoint_create_sals_from_address',
11484 `base_breakpoint_create_breakpoints_sal' and
11485 `base_breakpoint_decode_linespec'.
11486 (bkpt_create_sals_from_address): New function.
11487 (bkpt_create_breakpoints_sal): Likewise.
11488 (bkpt_decode_linespec): Likewise.
11489 (tracepoint_create_sals_from_address): Likewise.
11490 (tracepoint_create_breakpoints_sal): Likewise.
11491 (tracepoint_decode_linespec): Likewise.
11492 (strace_marker_create_sals_from_address): Likewise.
11493 (strace_marker_create_breakpoints_sal): Likewise.
11494 (strace_marker_decode_linespec): Likewise.
11495 (strace_marker_breakpoint_ops): New variable.
11496 (addr_string_to_sals): Remove `marker_spec'. Call method
11497 `decode_linespec' from breakpoint_ops, replacing code that decoded
11498 an address string into a SAL. Use `strace_marker_p' instead of
11499 `marker_spec'.
11500 (strace_command): Decide whether we are dealing with a static
11501 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11502 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11503 * breakpoint.h (linespec_result, linespec_sals): New forward
11504 declarations.
11505 (breakpoint_ops) <create_sals_from_address>,
11506 <create_breakpoints_sal>, <decode_linespec>: New methods.
11507
11508 2012-01-14 Doug Evans <dje@google.com>
11509
11510 * NEWS: Update text for "maint set python print-stack".
11511 It is deprecated in gdb 7.4 and deleted in 7.5.
11512
11513 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11514
11515 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11516 including curses.h.
11517
11518 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11519
11520 * configure: Regenerate.
11521 * config.in: Regenerate.
11522
11523 2012-01-12 Keith Seitz <keiths@redhat.com>
11524
11525 PR mi/10586
11526 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11527 (ANONYMOUS_UNION_NAME): Define.
11528 (is_path_expr_parent): New function.
11529 (get_path_expr_parent): New function.
11530 (is_anonymous_child): New function.
11531 (create_child_with_value): If the child is anonymous and without
11532 a name, assign an object name to it.
11533 (c_describe_child): Use get_path_expr_parent to determine
11534 the parent expression.
11535 If there field represents an anonymous struct or union and
11536 has no name, set an appropriate display name and expression.
11537 (cplus_describe_child): Likewise.
11538
11539 2012-01-12 Pedro Alves <palves@redhat.com>
11540
11541 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11542 available when %ebp is found to be zero (outermost).
11543
11544 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11545
11546 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11547 an internal gdb_static_assert.
11548 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11549
11550 2012-01-11 Tom Tromey <tromey@redhat.com>
11551
11552 PR gdb/9598:
11553 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11554 catch" and "catch throw".
11555
11556 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11557
11558 * blockframe.c (block_innermost_frame): Start search from selected
11559 frame, if present, or otherwise the current frame.
11560
11561 * c-exp.y (variable): Update innermost_block for
11562 'block COLONCOLON NAME' clause.
11563 * m2-exp.y (variable): Ditto.
11564 * objc-exp.y (variable): Ditto.
11565
11566 2012-01-10 Tom Tromey <tromey@redhat.com>
11567
11568 PR python/13199:
11569 * python/python.c (finish_python_initialization): Set sys.argv.
11570
11571 2012-01-10 Doug Evans <dje@google.com>
11572
11573 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11574 "want_line_info". All callers updated.
11575 (dwarf_decode_lines_1): New function.
11576 (handle_DW_AT_stmt_list): Add function comment.
11577 New arg "want_line_info". All callers updated.
11578 (read_file_scope,read_type_unit_scope): Move comment from
11579 handle_DW_AT_stmt_list to here.
11580
11581 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 Fix regression after libiberty/ update for GCC PR 6057 and others.
11584 * c-exp.y (operator) <OPERATOR DELETE>
11585 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11586 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11587 (make_builtin_type, make_name): New variable i, add gdb_assert.
11588 (operator) <OPERATOR NEW>: Update ARGS to 3.
11589 (operator) <OPERATOR DELETE>: Add trailing space.
11590 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11591 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11592 * cp-support.c (cp_canonicalize_string): Check NULL from
11593 cp_comp_to_string, call warning and return.
11594
11595 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11596
11597 Fix duplicate .o files after omitting libbfd.a.
11598 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11599 (SFILES): Add corelow.c.
11600 (COMMON_OBS): Add corelow.o.
11601 (ALLDEPFILES): Remove corelow.c.
11602 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11603 * config/alpha/alpha-osf3.mh: Likewise.
11604 * config/alpha/fbsd.mh: Likewise.
11605 * config/arm/nbsdaout.mh: Likewise.
11606 * config/arm/nbsdelf.mh: Likewise.
11607 * config/i386/i386gnu.mh: Likewise.
11608 * config/ia64/hpux.mh: Likewise.
11609 * config/ia64/linux.mh: Likewise.
11610 * config/m32r/linux.mh: Likewise.
11611 * config/m68k/linux.mh: Likewise.
11612 * config/mips/irix5.mh: Likewise.
11613 * config/mips/irix6.mh: Likewise.
11614 * config/pa/hpux.mh: Likewise.
11615 * config/pa/linux.mh: Likewise.
11616 * config/powerpc/aix.mh: Likewise.
11617 * config/sparc/linux.mh: Likewise.
11618 * config/sparc/linux64.mh: Likewise.
11619 * config/sparc/sol2.mh: Likewise.
11620 * config/vax/vax.mh: Likewise.
11621 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11622 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11623 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11624 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11625 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11626 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11627 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11628 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11629 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11630 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11631 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11632 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11633 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11634 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11635 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11636 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11637 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11638 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11639 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11640 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11641 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11642 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11643 corelow.o from gdb_target_obs.
11644 * corefile.c (core_target): Update the comment on NULL value.
11645 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11646 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11647 MATCHES. Drop YUMMY set on NULL.
11648 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11649 reclaim CORE_DATA if it is already NULL.
11650
11651 2012-01-09 Doug Evans <dje@google.com>
11652
11653 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11654 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11655
11656 2012-01-09 Keith Seitz <keiths@redhat.com>
11657
11658 * breakpoint.c (wrapper.h): Don't include.
11659
11660 2012-01-09 Keith Seitz <keiths@redhat.com>
11661
11662 * Makefile.in (SFILES): Remove wrapper.c.
11663 (HFILES_NO_SRCDIR): Remove wrapper.h.
11664 (COMMON_OBS): Remove wrapper.o.
11665 * cli/cli-interp.c: Don't inlude wrapper.h.
11666 * corelow.c: Likewise.
11667 (core_open): Replace gdb_target_find_new_threads with
11668 TRY_CATCH around target_find_new_threads.
11669 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11670 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11671 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11672 evaluate_expression.
11673 (varobj_set_value): Likewise for evaluate_expression and
11674 value_assign.
11675 (install_new_variable): Likewise for value_fetch_lazy.
11676 (adjust_value_for_child_access): Likewise for value_ind.
11677 (c_describe_child): Likewise for value_subscript and
11678 value_ind.
11679 (c_value_of_root): Likewise for evaluate_expression.
11680 * wrapper.c: Remove.
11681 * wrapper.h: Remove.
11682
11683 2012-01-09 Doug Evans <dje@google.com>
11684
11685 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11686 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11687 "abfd" args with "section". All callers updated.
11688 Error checking code moved ...
11689 (error_check_comp_unit_head): ... here. New function.
11690 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11691 Delete arg "abfd". New arg "type_offset". All callers updated.
11692 (create_debug_types_hash_table): Simplify by using
11693 read_and_check_type_unit_head.
11694
11695 * parser-defs.h (namecopy): Delete.
11696 * parse.c (namecopy, namecopy_size): Move into copy_name.
11697
11698 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 Partially fix duplicate .o files after omitting libbfd.a.
11701 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11702 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11703 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11704 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11705 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11706 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11707 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11708
11709 2012-01-09 Pedro Alves <palves@redhat.com>
11710
11711 * MAINTAINERS: Update my email address.
11712
11713 2012-01-08 Doug Evans <dje@google.com>
11714
11715 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11716 n_type_units. Rename type_comp_units to all_type_units.
11717 All uses updated.
11718 (add_signatured_type_cu_to_table): Renamed from
11719 add_signatured_type_cu_to_list. All callers updated.
11720
11721 * gdbtypes.h (struct cplus_struct_type): Delete member
11722 nfn_fields_total. All uses removed.
11723
11724 2012-01-06 Doug Evans <dje@google.com>
11725
11726 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11727 to top of file.
11728 (dwarf2_find_comp_unit): Delete.
11729 (process_psymtab_comp_unit): Make result "void".
11730 Delete args buffer, info_ptr, buffer_size, and replace with
11731 "section". All callers updated.
11732 (dwarf2_build_psymtabs_hard): Simplify.
11733
11734 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11735 Thiago Jung Bauermann <bauerman@br.ibm.com>
11736
11737 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11738 before `struct gdb_exception'.
11739 * breakpoint.c (update_global_location_list_nothrow)
11740 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11741 * cp-abi.c (value_rtti_type): Likewise.
11742 * cp-support.c (cp_validate_operator): Likewise.
11743 * infrun.c (insert_exception_resume_breakpoint)
11744 (check_exception_resume, keep_going): Likewise.
11745 * mi-interp.c (mi_breakpoint_created)
11746 (mi_breakpoint_modified): Likewise.
11747 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11748 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11749 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11750
11751 2012-01-05 Doug Evans <dje@google.com>
11752
11753 * dwarf2read.c (statement_prologue): Delete, unused.
11754
11755 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11756 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11757
11758 * dwarf2read.c (comp_unit_header): Delete, unused.
11759
11760 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11761
11762 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11763 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11764
11765 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11766
11767 * infrun.c (normal_stop): Don't skip calling the normal_stop
11768 observers if the thread was doing a multi-step, but stopped for
11769 some reason other than stepping.
11770
11771 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11772
11773 * cli/cli-decode.h: Add comments.
11774 (CMD_LIST_AMBIGUOUS): Moved to command.h
11775 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11776 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11777 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11778 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11779 (add_com, add_com_alias, add_info, add_info_alias)
11780 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11781 declarations.
11782 * command.h: Add and adjust comments.
11783 (CMD_LIST_AMBIGUOUS): Moved here.
11784 (help_cmd, help_cmd_list): Delete declarations.
11785
11786 2012-01-04 Doug Evans <dje@google.com>
11787
11788 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11789 All callers updated.
11790 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11791 Replace all arguments with "per_cu". All callers updated.
11792
11793 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11794
11795 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11796 New arg "per_cu". All callers updated.
11797
11798 Delete #if 0'd out code.
11799 * language.c (binop_result_type): Delete.
11800 (simple_type, ordered_type, same_type, integral_type): Delete.
11801 (numeric_type, character_type, string_type, boolean_type): Delete.
11802 (float_type, structured_type): Delete.
11803 * language.h: Update.
11804
11805 2012-01-04 Tom Tromey <tromey@redhat.com>
11806
11807 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11808
11809 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11810
11811 * corefile.c (close_exec_file): Delete.
11812 (reopen_exec_file): Remove commented out code that seems related
11813 to close_exec_file, which is being deleted here.
11814 * inferior.h (close_exec_file): Delete.
11815 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11816
11817 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11818
11819 * ada-lang.c: #include "cli/cli-utils.h".
11820 (get_selections): Use skip_spaces.
11821 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11822 (catch_ada_exception_command_split): Use skip_spaces.
11823 (ada_decode_assert_location): Likewise.
11824
11825 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11826
11827 * linespec.c (decode_line_internal): Check for C++ or Java
11828 compound constructs only if the current language is C, C++
11829 or Java.
11830
11831 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 Revert:
11834 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11835 Joel Brobecker <brobecker@adacore.com>
11836 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11837 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11838 3 times.
11839 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11840 fall through into AT_ENTRY_POINT.
11841 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11842 DUMMY_ADDR with it.
11843 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11844 PPC_INSN_SIZE skip to 3 times.
11845
11846 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11847
11848 * linespec.c (add_minsym): Preserve function descriptors.
11849
11850 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11851
11852 * breakpoint.c (all_locations_are_pending): Consider locations
11853 in program spaces executing during startup pending as well.
11854
11855 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11856
11857 Copyright year update in most files of the GDB Project.
11858
11859 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11860
11861 * copyright.sh: Delete.
11862 * copyright.py: Rewrite.
11863
11864 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11865
11866 * gnulib/extra/update-copyright: New file, imported from gnulib.
11867
11868 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11869
11870 * README (Copyright and License Notices): New section.
11871
11872 2012-01-03 Tom Tromey <tromey@redhat.com>
11873
11874 PR python/12533:
11875 * python/py-value.c (valpy_dereference, valpy_get_address
11876 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11877 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11878 (valpy_absolute, valpy_richcompare): Free intermediate values.
11879
11880 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11881
11882 * ada-lang.c: Reformat the copyright notice.
11883
11884 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11887 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11888 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11889 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11890 Revert this part of:
11891 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11892 Build gdb directly from *.o files not using libgdb.a.
11893 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11894
11895 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11896
11897 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11898 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11899 Reformat the copyright header.
11900
11901 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 Revert this part of:
11904 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11905 Remove the gdbtui binary.
11906 * gdb.c (main): Remove args.interpreter_p initialization.
11907 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11908 * main.h (struct captured_main_args): Remove interpreter_p.
11909
11910 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11911
11912 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11913
11914 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11915
11916 * top.c (print_gdb_version): Update copyright year.
11917
11918 2012-01-02 Yao Qi <yao@codesourcery.com>
11919
11920 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11921
11922 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11923 Joel Brobecker <brobecker@adacore.com>
11924
11925 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11926 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11927 3 times.
11928 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11929 fall through into AT_ENTRY_POINT.
11930 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11931 DUMMY_ADDR with it.
11932 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11933 PPC_INSN_SIZE skip to 3 times.
11934
11935 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11936
11937 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11938 the return value.
11939 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11940
11941 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11942
11943 Build gdb directly from *.o files not using libgdb.a.
11944 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11945 (COMMON_OBS): Remove solib-target.o.
11946 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11947 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11948 (LIBGDB_OBS, libgdb.a): Move it above.
11949 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11950 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11951 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11952 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11953 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11954 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11955 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11956 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11957 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11958 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11959 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11960 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11961 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11962 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11963 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11964 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11965 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11966 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11967 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11968 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11969 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11970 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11971 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11972 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11973 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11974 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11975 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11976
11977 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 Remove the gdbtui binary.
11980 * .gitignore (/gdbtui): Remove.
11981 * Makefile.in (TUI): Remove.
11982 (SUBDIR_TUI_OBS): Remove tui-main.o.
11983 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11984 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11985 (tui-main.o): Remove.
11986 (all_object_files): Remove tui-main.o.
11987 * NEWS: New note for the gdbtui removal.
11988 * configure: Rebuilt.
11989 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11990 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11991 CONFIG_UNINSTALL respectively.
11992 * gdb.c (main): Remove args.interpreter_p initialization.
11993 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11994 * main.h (struct captured_main_args): Remove interpreter_p.
11995 * tui/tui-main.c: Remove.
11996
11997 2012-01-01 Doug Evans <dje@google.com>
11998
11999 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12000 (dwarf2_physname, read_import_statement): Ditto.
12001 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12002 (process_structure_scope read_subroutine_type): Ditto.
12003 (read_typedef, load_partial_dies, read_partial_die): Ditto.
12004 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12005 (dwarf2_fetch_die_location_block): Ditto.
12006 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12007
12008 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12009 All callers updated.
12010 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12011 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12012 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12013
12014 * dwarf2read.c (load_cu): Move assert to more useful location.
12015
12016 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12017 All callers updated.
12018
12019 * dwarf2read.c (dwarf2_per_objfile): Add comment.
12020 (dwarf2_elf_names): Minor reformat.
12021 (dwarf2_per_cu_data): Tweak comment.
12022 (dwarf2_read_section): Fix comment.
12023 (create_all_comp_units): Fix comment.
12024 (load_full_comp_unit): Fix comment.
12025 (process_full_comp_unit): Fix comment.
12026 (read_signatured_type): Fix comment.
12027
12028 For older changes see ChangeLog-2011.
12029 \f
12030 Local Variables:
12031 mode: change-log
12032 left-margin: 8
12033 fill-column: 74
12034 version-control: never
12035 coding: utf-8
12036 End:
This page took 0.288174 seconds and 4 git commands to generate.