983bbdb547b37bb00c95e4e4c4286bca55d34991
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-20 Tom Tromey <tromey@redhat.com>
2
3 * completer.c (count_struct_fields): Remove.
4 (expression_completer): Don't call count_struct_fields.
5
6 2012-11-20 Pedro Alves <palves@redhat.com>
7
8 * annotate.c (breakpoints_changed): Rename to ...
9 (annotate_breakpoints_changed): ... this.
10 (annotate_stopped, breakpoint_changed): Adjust caller.
11 * annotate.h (breakpoints_changed): Rename to ...
12 (annotate_breakpoints_changed): ... this.
13 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
14 (do_map_commands_command, init_raw_breakpoint, clear_command)
15 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
16
17 2012-11-20 David S. Miller <davem@davemloft.net>
18
19 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
20 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
21 sysconf.
22 (get_cores_used_by_process): Update comment.
23
24 2012-11-20 Yao Qi <yao@codesourcery.com>
25
26 * objfiles.c (init_entry_point_info): Remove trailing spaces.
27
28 2012-11-20 Yao Qi <yao@codesourcery.com>
29
30 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
31 to deprecated_context_hook.
32
33 2012-11-19 Yao Qi <yao@codesourcery.com>
34
35 * infrun.c (infwait_state): Add static.
36
37 2012-11-16 Keith Seitz <keiths@redhat.com>
38
39 PR c++/13615
40 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
41 parameter and pass it to lookup_symbol_file.
42 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
43 to search base classes.
44 (cp_lookup_symbol_namespace): Likewise.
45 (lookup_namespace_scope): Likewise.
46 (lookup_symbol_file): Add SEARCH parameter.
47 If SEARCH is non-zero and no symbol is found, lookup the class
48 and call cp_lookup_nested_symbol.
49 (find_symbol_in_baseclass): New function.
50 (cp_lookup_nested_symbol): Do not let
51 cp_lookup_symbol_in_namespace search through base classes.
52 Do that later when there is no global symbol match.
53
54 2012-11-16 Doug Evans <dje@google.com>
55
56 * main.c (gdb_datadir_provided): New static global.
57 (get_init_files): If --data-directory is provided,
58 and SYSTEM_GDBINIT lives in data-directory, look for it there.
59 * NEWS: Mention it.
60
61 2012-11-15 Pierre Muller <muller@sourceware.org>
62
63 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
64 * gdb_stat.h: Delete. Moved to common directory.
65 * common/gdb_stat.h: New file.
66 * gdb_wait.h: Delete. Moved to common directory.
67 * common/gdb_wait.h: New file.
68 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
69 location.
70 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
71 location.
72 (stat.h rule): Adapt to new gdb_stat.h location.
73 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
74 <sys/stat.h> header.
75 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
76 <sys/wait.h> header.
77
78 2012-11-15 Pierre Muller <muller@sourceware.org>
79
80 * configure.ac (AC_HEADER_STAT): Remove.
81 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
82 and corresponding code.
83 * configure: Regenerate.
84 * config.in: Regenerate.
85
86 2012-11-15 Pierre Muller <muller@sourceware.org>
87
88 ARI xasprintf rule fixes.
89 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
90 instead of xasprintf.
91 (open_and_init_dwp_file): Ditto.
92
93 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
94
95 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
96 target types.
97
98 2012-11-14 Tom Tromey <tromey@redhat.com>
99
100 * configure, config.in: Rebuild.
101 * configure.ac: Don't check for ctype.h, time.h.
102 * expprint.c: Don't use HAVE_CTYPE_H.
103
104 2012-11-13 Tom Tromey <tromey@redhat.com>
105
106 * gdbarch.h, gdbarch.c: Rebuild.
107 * gdbarch.sh (set_target_gdbarch): Rename from
108 deprecated_target_gdbarch_select_hack.
109 * arch-utils.c (gdbarch_update_p): Update.
110 (set_gdbarch_from_file): Update.
111
112 2012-11-14 Pierre Muller <muller@sourceware.org>
113
114 * MAINTAINERS (Responsible Maintainers/misc): Add myself
115 as responsible of contrib/ari directory.
116
117 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
118 Yao Qi <yao@codesourcery.com>
119
120 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
121 bit of EXC_RETURN.
122 (arm_m_exception_cache, arm_m_exception_this_id)
123 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
124 (arm_m_exception_unwind): New.
125 (arm_gdbarch_init): Register arm_m_exception_unwind.
126
127 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
128
129 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
130 parameter COUNT, for pattern filling of memory regions.
131 * NEWS: Mention it.
132
133 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
134
135 * disasm.h (DISASSEMBLY_FILENAME): New macro.
136 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
137 to print_source_lines ().
138 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
139 flag.
140 * source.c (print_source_lines_base): Prefix source line with
141 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
142
143 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
144
145 * symtab.h (print_source_lines_flags): New enum.
146 * source.c (print_source_lines_base): Change noerror to flags.
147 (print_source_lines): Change noerror to flags.
148
149 2012-11-13 Pierre Muller <muller@sourceware.org>
150
151 ARI fixes: Avoid sprintf function use rule.
152 * charset.c (convert_between_encodings): Use xsnprintf.
153 * cli-out.c (cli_field_int): Likewise.
154 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
155 * expprint.c (op_name_standard): Likewise.
156 * frv-tdep.c (set_variant_num_gprs): Likewise.
157 (set_variant_num_fprs): Likewise.
158 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
159 * nto-tdep.c (nto_find_and_open_solib): Likewise.
160 (nto_init_solib_absolute_prefix): Likewise.
161 * source.c (init_source_path): Likewise.
162 (print_source_lines_base): Likewise.
163 * valprint.c (print_wchar): Likewise.
164 * mi/mi-out.c (mi_field_int): Likewise.
165 windows-nat.c (windows_pid_to_exec_file): Likewise.
166 (windows_create_inferior): Likewise.
167 (_initialize_check_for_gdb_ini): Likewise.
168
169 2012-11-12 Joel Brobecker <brobecker@adacore.com>
170
171 * frame.h (deprecated_frame_register_read): Renames
172 frame_register_read.
173 * frame.c (deprecated_frame_register_read): Renames
174 frame_register_read. Update all callers.
175 * i386-tdep.c: Update all callers of frame_register_read.
176 * infcmd.c: Likewise.
177 * jit.c: Likewise.
178 * mips-tdep.c: Likewise.
179 * mt-tdep.c: Likewise.
180 * sh64-tdep.c: Likewise.
181
182 2012-11-12 Joel Brobecker <brobecker@adacore.com>
183
184 * frame.h (frame_register_read): Remove FIXME comment.
185 * frame.c (frame_register_read): Add suggestion explaining
186 which function to use in place of this one.
187
188 2012-11-12 Tom Tromey <tromey@redhat.com>
189
190 * python/python.c (start_type_printers): Initialize 'result_obj'.
191
192 2012-11-12 Tom Tromey <tromey@redhat.com>
193
194 * NEWS: Update.
195 * data-directory/Makefile.in (PYTHON_FILES): Add
196 type_printers.py.
197 * python/lib/gdb/command/type_printers.py: New file.
198 * python/lib/gdb/command/types.py (TypePrinter): New class.
199 (_get_some_type_recognizers, get_type_recognizers,
200 apply_type_recognizers, register_type_printer): New
201 functions.
202 * python/py-objfile.c (objfile_object) <type_printers>: New
203 field.
204 (objfpy_dealloc): Decref new field.
205 (objfpy_new): Set new field.
206 (objfpy_get_type_printers, objfpy_set_type_printers): New
207 functions.
208 (objfile_to_objfile_object): Set new field.
209 (objfile_getset): Add "type_printers".
210 * python/py-progspace.c (pspace_object) <type_printers>: New
211 field.
212 (pspy_dealloc): Decref new field.
213 (pspy_new): Set new field.
214 (pspy_get_type_printers, pspy_set_type_printers): New functions.
215 (pspace_to_pspace_object): Set new field.
216 (pspace_getset): Add "type_printers".
217 * python/python.c (start_type_printers, apply_type_printers,
218 free_type_printers): New functions.
219 (_initialize_python): Set gdb.type_printers.
220 * python/python.h (start_type_printers, apply_type_printers,
221 free_type_printers): Declare.
222 * typeprint.c (type_print_raw_options, default_ptype_flags):
223 Update for new fields.
224 (do_free_global_table, create_global_typedef_table,
225 find_global_typedef): New functions.
226 (find_typedef_in_hash): Use find_global_typedef.
227 (whatis_exp): Use create_global_typedef_table. Change cleanup
228 handling.
229 * typeprint.h (struct type_print_options) <global_typedefs,
230 global_printers>: New fields.
231
232 2012-11-12 Tom Tromey <tromey@redhat.com>
233
234 * c-typeprint.c (find_typedef_for_canonicalize,
235 print_name_maybe_canonical): New functions.
236 (c_print_type): Look up type name.
237 (cp_type_print_derivation_info): Add flags argument. Use
238 print_name_maybe_canonical.
239 (cp_type_print_method_args): Add wrapping.
240 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
241 (c_type_print_template_args): New function.
242 (c_type_print_base): Change wrapping. Use
243 print_name_maybe_canonical.
244 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
245 type name lookups.
246 * gdbtypes.c (types_equal): No longer static.
247 * gdbtypes.h (types_equal): Declare.
248 * typeprint.c (type_print_raw_options, default_ptype_flags):
249 Update.
250 (struct typedef_hash_table): New.
251 (hash_typedef_field, eq_typedef_field,
252 recursively_update_typedef_hash, add_template_parameters,
253 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
254 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
255 copy_typedef_hash, find_typedef_in_hash): New functions.
256 * typeprint.h (struct type_print_options) <local_typedefs>:
257 New field.
258 (recursively_update_typedef_hash, add_template_parameters,
259 create_typedef_hash, free_typedef_hash,
260 make_cleanup_free_typedef_hash, copy_typedef_hash,
261 find_typedef_in_hash): Declare.
262
263 2012-11-12 Tom Tromey <tromey@redhat.com>
264
265 * cp-support.c (inspect_type,
266 replace_typedefs_qualified_name, replace_typedefs): Add
267 finder, data arguments. Call as needed.
268 (cp_canonicalize_string_full): New function.
269 (cp_canonicalize_string_no_typedefs): Rewrite.
270 * cp-support.h (canonicalization_ftype): New typedef.
271 (cp_canonicalize_string_full): Declare.
272
273 2012-11-12 Tom Tromey <tromey@redhat.com>
274
275 * NEWS: Update.
276 * c-typeprint.c (c_type_print_base): Handle print_method and
277 print_typedefs flags.
278 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
279 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
280 options.
281 * typeprint.c (type_print_raw_options, default_ptype_flags):
282 Update for new field.s
283 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
284 (setprinttypelist, showprinttypelist, print_methods,
285 print_typedefs): New globals.
286 (set_print_type, show_print_type, set_print_type_methods,
287 show_print_type_methods, set_print_type_typedefs,
288 show_print_type_typedefs): New functions.
289 (_initialize_typeprint): Update documentation. Add "print
290 type methods" and "print type typedefs" parameters.
291 * typeprint.h (struct type_print_options) <print_methods,
292 print_typedefs>: New fields.
293
294 2012-11-12 Tom Tromey <tromey@redhat.com>
295
296 * c-typeprint.c (cp_type_print_method_args): Add flags
297 argument. Call c_print_type, not type_print.
298 (c_type_print_base): Call c_print_type, not type_print.
299 Update.
300
301 2012-11-12 Tom Tromey <tromey@redhat.com>
302
303 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
304 to type-printing functions.
305 * ada-lang.h (ada_print_type): Add argument.
306 * ada-typeprint.c (print_array_type, print_variant_clauses,
307 print_variant_part, print_selected_record_field_types,
308 print_record_field_types, print_unchecked_union_type,
309 print_func_type, ada_print_type): Add flags argument.
310 (ada_print_typedef): Update.
311 * c-exp.y (OPERATOR conversion_type_id): Update.
312 * c-lang.h (c_print_type, c_type_print_base): Update.
313 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
314 c_type_print_modifier, c_type_print_args,
315 c_type_print_varspec_suffix, c_type_print_base): Add flags
316 argument.
317 * cp-valprint.c (cp_print_class_member): Update.
318 * dwarf2read.c (dwarf2_compute_name): Update.
319 * f-lang.h (f_print_type): Add argument.
320 * f-typeprint.c (f_print_type): Add flags argument.
321 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
322 * go-lang.h (go_print_type): Add argument.
323 * go-typeprint.c (go_print_type): Add flags argument.
324 * jv-lang.h (java_print_type): Add argument.
325 * jv-typeprint.c (java_type_print_base, java_print_type): Add
326 flags argument.
327 * language.c (unk_lang_print_type): Add flags argument.
328 * language.h (struct language_defn) <la_print_type>: Add flags
329 argument.
330 (LA_PRINT_TYPE): Likewise.
331 * m2-lang.h (m2_print_type): Add argument.
332 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
333 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
334 m2_unbounded_array, m2_record_fields): Add flags argument.
335 * p-lang.h (pascal_print_type, pascal_type_print_base,
336 pascal_type_print_varspec_prefix): Add argument.
337 * p-typeprint.c (pascal_print_type,
338 pascal_type_print_varspec_prefix, pascal_print_func_args,
339 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
340 flags argument.
341 * symmisc.c (print_symbol): Update.
342 * typeprint.c (type_print_raw_options, default_ptype_flags):
343 New globals.
344 (type_print): Update.
345 * typeprint.h (struct type_print_options): New.
346 (type_print_raw_options): Declare.
347 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
348
349 2012-11-10 Keith Seitz <keiths@redhat.com>
350
351 * breakpoint.c (clear_command): Add cleanup for
352 sals.sals if an argument is given.
353
354 * linespec.c (parse_linespec): Do cleanups after
355 parsing a convenience variable.
356
357 2012-11-10 Keith Seitz <keiths@redhat.com>
358
359 PR gdb/14288
360 * c-valprint.c (c_val_print): For character arrays
361 with "print null" option on, print ellipses if
362 the output is truncated and the next character is not \000.
363 * valprint.c (MAX_WCHARS): Define.
364 (WCHAR_BUFLEN): Likewise.
365 (WCHAR_BUFLEN_MAX): Likewise.
366 (struct converted_character): New structure.
367 (count_next_character): New function.
368 (print_converted_chars_to_obstack): New function.
369 (generic_printstr): Rewrite using count_next_character
370 and print_converted_chars_to_obstack.
371
372 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
373
374 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
375 while executing the gdb command.
376 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
377 are called from prompt_for_continue.
378 * tui/tui-io.c (tui_redisplay_readline): Likewise.
379
380 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
381
382 PR tui/9584
383
384 * tui/tui.c (tui_rl_command_key): Do not call execute_command
385 but insert the command to execute in readline's buffer.
386
387 2012-11-09 Tom Tromey <tromey@redhat.com>
388
389 * gdbarch.sh (target_gdbarch): Remove macro.
390 (get_target_gdbarch): Rename to target_gdbarch.
391 * gdbarch.c, gdbarch.h: Rebuild.
392 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
393 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
394 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
395 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
396 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
397 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
398 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
399 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
400 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
401 procfs.c, progspace.c, ravenscar-thread.c, record.c,
402 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
403 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
404 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
405 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
406 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
407 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
408 target-descriptions.c, target.c, target.h, tracepoint.c,
409 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
410 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
411 python/py-inferior.c, python/python.c: Update.
412
413 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
414
415 * source.c (print_source_lines_base): Add fullname field giving
416 full path to file in mi output.
417 * NEWS: Mention the new fullname field.
418
419 2012-11-09 Yao Qi <yao@codesourcery.com>
420
421 * NEWS: Mention the fix to the ambiguity of 'fo' command.
422
423 2012-11-09 Pedro Alves <palves@redhat.com>
424
425 PR gdb/14306
426
427 * infrun.c: Include target-descriptions.h.
428 (follow_exec): Fetch new target description.
429
430 2012-11-09 Yao Qi <yao@codesourcery.com>
431
432 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
433 0x8d (lea).
434
435 2012-11-09 Yao Qi <yao@codesourcery.com>
436
437 * breakpoint.c: Declare set_tracepoint_count.
438 (install_breakpoint): Call set_tracepoint_count if B is a
439 tracepoint.
440 (trace_command): Don't call set_tracepoint_count. Re-indent.
441 (strace_command, ftrace_command):
442 (create_tracepoint_from_upload): Likewise.
443
444 2012-11-09 Pedro Alves <palves@redhat.com>
445
446 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
447 (get_target_gdbarch) <gdbarch.h>: New function.
448 (startup_gdbarch) <gdbarch.h>: Declare.
449 <gdbarch.c> (target_gdbarch): Delete.
450 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
451 current inferior's gdbarch.
452 <gdbarch.c> (get_target_gdbarch): New function.
453 * inferior.c: Include target-descriptions.h.
454 (free_inferior): Free target description info.
455 (add_inferior_with_spaces): Set the inferior's initial
456 architecture.
457 (clone_inferior_command): Copy the original inferior's target
458 description if it was user specified.
459 (initialize_inferiors): Add comment.
460 * inferior.h (struct target_desc_info): Forward declare.
461 (struct inferior) <gdbarch>: New field.
462 * linux-nat.c: Include target-descriptions.h.
463 (linux_child_follow_fork): Copy the parent's architecture and
464 target description to the child.
465 * target-descriptions.c: Include inferior.h.
466 (struct target_desc_info): New structure, holding the equivalents
467 of ...
468 (target_desc_fetched, current_target_desc)
469 (target_description_filename): ... these removed globals.
470 (get_tdesc_info, target_desc_info_from_user_p)
471 (copy_inferior_target_desc_info, target_desc_info_free): New.
472 (target_desc_fetched, current_target_desc)
473 (target_description_filename): Reimplemented as convenience
474 macros.
475 (tdesc_filename_cmd_string): New global.
476 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
477 tdescs filename ..." commands to the per-inferior equivalent.
478 (show_tdesc_filename_cmd): Get the value to show from the
479 per-inferior description filename.
480 (_initilize_target_descriptions): Change the "set/show tdesc
481 filename" commands' variable.
482 * target-descriptions.h (struct target_desc, struct target_desc_info)
483 (struct inferior): Forward declare.
484 (target_find_description, target_clear_description)
485 (target_current_description): Adjust comments.
486 (copy_inferior_target_desc_info, target_desc_info_free)
487 (target_desc_info_from_user_p). Declare.
488
489 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
490
491 * tui/tui-hooks.c (tui_about_to_proceed): New function.
492 (tui_target_wait_hook): Remove.
493 (tui_install_hooks): Install the about_to_proceed observer.
494 (tui_remove_hooks): And remove it here.
495
496 2012-11-08 Tom Tromey <tromey@redhat.com>
497
498 * linux-tdep.c (linux_make_siginfo_note): New function.
499 (linux_make_corefile_notes): Use it.
500 * corelow.c (get_core_siginfo): New function.
501 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
502
503 2012-11-08 Tom Tromey <tromey@redhat.com>
504
505 PR gdb/14704:
506 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
507 (zlib_decompress_section): Remove.
508 (gdb_bfd_map_section): Only check for compressed section
509 in mmap case. Use bfd_get_full_section_contents.
510 * osabi.c (check_note): Add 'sectsize' argument. Read
511 section data.
512 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
513 section data. Update for check_note change.
514 * xcoffread.c (xcoff_initial_scan): Use
515 bfd_get_full_section_contents.
516 * py-auto-load.c (auto_load_section_scripts): Use
517 bfd_get_full_section_contents.
518 * contrib/cc-with-tweaks.sh: Add -Z option.
519
520 2012-11-08 Tom Tromey <tromey@redhat.com>
521
522 * python/py-bpevent.c: Include defs.h.
523 * python/py-continueevent.c: Include defs.h.
524 * python/py-event.c: Include defs.h.
525 * python/py-event.h: Don't include defs.h.
526 * python/py-events.h: Don't include defs.h.
527 * python/py-evts.c: Include defs.h.
528 * python/py-exitedevent.c: Include defs.h.
529 * python/py-newobjfileevent.c: Include defs.h.
530 * python/py-signalevent.c: Include defs.h.
531 * python/py-stopevent.c: Include defs.h.
532 * python/py-threadevent.c: Include defs.h.
533
534 2012-11-08 Pierre Muller <muller@sourceware.org>
535
536 * update-web-ari.sh (print_heading): Add number of files
537 checked.
538 (nb_files): New variable counting the number of sources
539 files found by gdb_find.sh script.
540 (debug_awk): New variable to allow extra debug output.
541 (indexes): Add more information if DEBUG_AWK is set.
542
543 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
544
545 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
546 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
547 following the change in PLT call stubs on linker.
548
549 2012-11-08 Pierre Muller <muller@sourceware.org>
550
551 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
552 as default language.
553 (AWK): Use = instead of == for sh test to avoid warning.
554 (Linux rule): Correct [:digit] into [[:digit:]].
555 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
556 (vasprintf rule): Adapt to common subdirectory moves.
557 (xasprintf rule): Idem.
558 (xvasprintf rule): Idem.
559 (var_boolean rule): Accept occurence in == or != test.
560
561 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
562
563 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
564
565 * tui/tui-hooks.c (tui_inferior_exit): New function.
566 (tui_detach_hook): Remove.
567 (tui_install_hooks): Install the inferior exit observer.
568 (tui_remove_hooks): Remove it.
569
570 2012-11-08 Yao Qi <yao@codesourcery.com>
571
572 PR gdb/14777.
573 * source.c (_initialize_source): Call add_com_alias to abbreviate
574 'forward-search' as 'fo'.
575
576 2012-11-07 Pedro Alves <palves@redhat.com>
577
578 * arm-tdep.c: Make defs.h be the first include.
579 * coff-pe-read.c: Ditto.
580 * gnu-nat.c: Ditto.
581 * go32-nat.c: Ditto.
582 * i386-nat.c: Ditto.
583 * ppcnbsd-nat.c: Ditto.
584 * ada-varobj.h: Don't include defs.h.
585 * i386-darwin-tdep.h: Ditto.
586 * i386-nat.h: Ditto.
587
588 2012-11-07 Pedro Alves <palves@redhat.com>
589
590 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
591 Committee.
592
593 2012-11-07 Pierre Muller <muller@sourceware.org>
594
595 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
596 File already uses "gdb_dirent.h" header.
597
598 2012-11-07 Yao Qi <yao@codesourcery.com>
599
600 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
601 tracepoint_count'.
602
603 2012-11-06 Tom Tromey <tromey@redhat.com>
604
605 * target.h (inferior_has_forked, inferior_has_vforked)
606 (inferior_has_execd, inferior_has_called_syscall): Remove
607 declarations.
608
609 2012-11-06 Pierre Muller <muller@sourceware.org>
610
611 * remote.c (remote_insert_hw_breakpoint): ARI fix,
612 add missing internalization markup.
613
614 2012-11-06 Pedro Alves <palves@redhat.com>
615
616 PR gdb/14810
617
618 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
619
620 2012-11-06 Pierre Muller <muller@sourceware.org>
621
622 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
623 is not executable.
624
625 2012-11-05 Joel Brobecker <brobecker@adacore.com>
626
627 * gnulib/update-gnulib.sh: New script.
628
629 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
630
631 * MAINTAINERS: Update my email address.
632
633 2012-11-05 Tom Tromey <tromey@redhat.com>
634
635 * frame.c (put_frame_register): Don't use temporary buffer.
636
637 2012-11-05 Pedro Alves <palves@redhat.com>
638
639 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
640 child. Clear 'pending_detach'.
641 * infrun.c (handle_vfork_child_exec_or_exit): Clear
642 'pending_detach' in the vfork parent.
643
644 2012-11-05 Doug Evans <dje@google.com>
645
646 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
647 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
648 * dwarf2read.c: #include "elf-bfd.h".
649 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
650 (dwop_section_names): Renamed from dwo_section names. All uses
651 updated. Add entries for .debug_cu_index, .debug_tu_index.
652 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
653 All uses updated.
654 (struct dwp_sections): New type.
655 (struct virtual_dwo_sections): New type.
656 (struct dwp_hash_table): New type.
657 (struct dwp_file): New type.
658 (init_cutu_and_read_dies): Ensure DWO info/types section has been
659 read in. Handle DWOs coming from DWP files.
660 (lookup_dwo_file_slot): New function.
661 (dwarf2_locate_dwo_sections): Move definition closer to use.
662 (create_dwo_debug_info_hash_table_reader): Renamed from
663 create_debug_info_hash_table_reader. All callers updated.
664 (create_dwo_debug_info_hash_table): Renamed from
665 create_debug_info_hash_table. All callers updated.
666 (create_dwp_hash_table): New function.
667 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
668 (lookup_dwo_in_dwp): New function.
669 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
670 is_dwp. All callers updated.
671 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
672 (open_and_init_dwo_file): Renamed from init_dwo_file.
673 All callers updated.
674 (lookup_dwo_file): Delete.
675 (dwarf2_locate_dwp_sections): New function.
676 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
677 (allocate_dwp_loaded_cutus_table): New function.
678 (open_and_init_dwp_file): New function.
679 (lookup_dwo_cutu): New function.
680 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
681
682 2012-11-03 Yao Qi <yao@codesourcery.com>
683
684 Fix PR gdb/14617.
685 * breakpoint.c (trace_pass_set_count): Call
686 observer_notify_breakpoint_modified instead of
687 observer_notify_tracepoint_modified.
688 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
689
690 2012-11-02 Tom Tromey <tromey@redhat.com>
691
692 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
693 argument to complete_on_enum.
694
695 2012-11-02 Tom Tromey <tromey@redhat.com>
696
697 * configure: Rebuild.
698 * configure.ac (build_warnings): Add -Wempty-body.
699 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
700 * remote.c (handle_notification): Use braces for empty 'else' body.
701 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
702 'else' body.
703 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
704 'else' body.
705 * solib-som.c (som_relocate_section_addresses): Use braces
706 for empty 'else' body.
707 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
708 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
709
710 2012-11-02 Pedro Alves <palves@redhat.com>
711
712 PR gdb/14766
713
714 * infrun.c (handle_inferior_event)
715 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
716 null_ptid before handling a vfork child exec or exit. Switch to
717 the event ptid afterwards.
718
719 2012-11-02 Yao Qi <yao@codesourcery.com>
720
721 * std-operator.def: Remove OP_LABELED.
722 * eval.c: Remove the declaration of 'get_label'.
723 (get_label): Remove.
724 (evaluate_struct_tuple): Remove code handling OP_LABELED.
725 Update comment.
726 Remove local variable 'variantno' and related code.
727 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
728 with 'fieldno'.
729 * expprint.c (print_subexp_standard): Likewise.
730 (dump_subexp_body_standard): Likewise.
731 * parse.c (operator_length_standard): Likewise.
732
733 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
734
735 Incorporate ARI web page generator into GDB sources.
736 * contrib/ari/create-web-ari-in-src.sh: New file.
737 * contrib/ari/gdb_ari.sh: New file.
738 * contrib/ari/gdb_find.sh: New file.
739 * contrib/ari/update-web-ari.sh: New file.
740
741 2012-10-31 Tom Tromey <tromey@redhat.com>
742
743 * gdbarch.c: Rebuild.
744 * gdbarch.sh: Remove references to gdbarch_swap.
745 * corelow.c (core_open): Remove obsolete comment.
746
747 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
748
749 PR cli/14772
750 * c-typeprint.c (c_print_type): Don't print a space for vector
751 types, this is handled within the suffix.
752 (c_type_print_varspec_suffix): Add a space to vector suffix.
753
754 2012-10-26 Pedro Alves <palves@redhat.com>
755
756 * amd64-tdep.c (amd64_relocate_instruction): Use
757 store_unsigned_integer instead of memcpy.
758 * i386-tdep.c (i386_relocate_instruction): Ditto.
759
760 2012-10-26 Pedro Alves <palves@redhat.com>
761
762 * infrun.c (handle_inferior_event): Merge handling of
763 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
764 switch case.
765
766 2012-10-26 Pedro Alves <palves@redhat.com>
767
768 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
769 Remove comment.
770
771 2012-10-26 Pedro Alves <palves@redhat.com>
772
773 * target.c (target_waitstatus_to_string): Handle
774 TARGET_WAITKIND_VFORK_DONE.
775
776 2012-10-26 Pedro Alves <palves@redhat.com>
777
778 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
779 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
780
781 2012-10-24 Tristan Gingold <gingold@adacore.com>
782
783 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
784 Add comments.
785
786 2012-10-24 Joel Brobecker <brobecker@adacore.com>
787
788 * ravenscar-thread.c (ravenscar_wait): Only update the list
789 of threads and inferior_ptid if the inferior is still alive.
790
791 2012-10-24 Joel Brobecker <brobecker@adacore.com>
792
793 * ada-lang.c (is_known_support_routine): Use lbasename when
794 matching the symtab's filename against
795 known_runtime_file_name_patterns.
796
797 2012-10-24 Joel Brobecker <brobecker@adacore.com>
798
799 * ada-lang.c (ada_same_array_size_p): New function.
800 (ada_promote_array_of_integrals): New function.
801 (coerce_for_assign): Add handling of arrays where the elements
802 are integrals of a smaller size than the size of the target
803 array element type.
804
805 2012-10-24 Joel Brobecker <brobecker@adacore.com>
806
807 * doublest.c (convert_doublest_to_floatformat): Fix comparison
808 against maximum exponent value.
809
810 2012-10-24 Joel Brobecker <brobecker@adacore.com>
811
812 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
813 "unwind-seh.c".
814
815 2012-10-24 Joel Brobecker <brobecker@adacore.com>
816
817 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
818 strip typedef layer when computing the fixed type's field type,
819 only when computing its size.
820
821 2012-10-24 Mark Kettenis <kettenis@gnu.org>
822
823 PR gdb/12783
824 * i386-tdep.c (i386_return_value): Handle complex double and long
825 double.
826
827 2012-10-24 Joel Brobecker <brobecker@adacore.com>
828
829 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
830 New local variable args_len.
831 Quote the name of the executable when computing the command line.
832
833 2012-10-23 Mark Kettenis <kettenis@gnu.org>
834
835 PR gdb/12796
836 PR gdb/12798
837 PR gdb/12800
838 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
839 AMD64_FTAG_REGNUM.
840 * amd64-tdep.c (amd64_classify): Classify complex types.
841 (amd64_return_value): Handle the COMPLEX_X87 class.
842
843 2012-10-23 Joel Brobecker <brobecker@adacore.com>
844
845 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
846 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
847
848 2012-10-23 Joel Brobecker <brobecker@adacore.com>
849
850 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
851 function.
852 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
853 to amd64_windows_auto_wide_charset.
854
855 2012-10-23 Yao Qi <yao@codesourcery.com>
856
857 * event-top.c (mark_async_signal_handler_wrapper): Remove.
858 * event-top.h: Remove its declaration.
859 (async_request_quit): Call mark_async_signal_handler instead of
860 mark_async_signal_handler_wrapper.
861 (async_do_nothing, async_disconnect): Likewise.
862 (async_stop_sig): Likewise.
863 * remote.c (handle_remote_sigint): Likewise.
864 (handle_remote_sigint_twice): Likewise.
865
866 2012-10-23 Yao Qi <yao@codesourcery.com>
867
868 * event-top.c (sigint_token, sighup_token): Replace 'void *'
869 with 'static struct async_signal_handler *'.
870 (sighup_token, sigquit_token, sigstp_token): Likewise.
871
872 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
873
874 * gdbarch.sh (function_list): Use 'pstring' when printing
875 a variable which could return NULL.
876 * gdbarch.c: Regenerate.
877
878 2012-10-10 Joel Brobecker <brobecker@adacore.com>
879 Tom Tromey <tromey@redhat.com>
880
881 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
882 inneffective if condition by gdb assertion. Add function
883 description comment.
884
885 2012-10-19 Joel Brobecker <brobecker@adacore.com>
886
887 * parser-defs.h (struct exp_descriptor): Document constraint
888 on return value for "op_name" callbacks.
889
890 2012-10-18 Tom Tromey <tromey@redhat.com>
891
892 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
893 * symtab.c (iterate_over_some_symtabs): Constify.
894 * source.h (symtab_to_fullname): Return 'const char *'.
895 * source.c (symtab_to_fullname): Return 'const char *'.
896 * python/py-symtab.c (stpy_fullname): Constify.
897 * cli/cli-cmds.c (edit_command): Constify.
898 * breakpoint.c (print_breakpoint_location)
899 (update_static_tracepoint): Constify.
900
901 2012-10-18 Tom Tromey <tromey@redhat.com>
902
903 * breakpoint.c (compare_breakpoints): Fix comparison.
904
905 2012-10-18 Tom Tromey <tromey@redhat.com>
906
907 * valprint.c (generic_emit_char, generic_printstr): Pass size of
908 gdb_wchar_t to convert_between_encodings.
909
910 2012-10-17 Yao Qi <yao@codesourcery.com>
911
912 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
913 more parameter 'inferior'.
914 * corefile.c (write_memory_with_notification): Caller update.
915
916 * mi/mi-cmd-var.c: Include "mi-main.h".
917 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
918 to 1 and restore it later.
919 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
920 and "data-write-memory-bytes.
921 * mi/mi-interp.c: Include objfiles.h.
922 (mi_interpreter_init): Call observer_attach_memory_changed.
923 (mi_memory_changed): New.
924 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
925 New field.
926
927 * NEWS: Mention new MI notification "memory-changed".
928
929 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
932
933 2012-10-15 Doug Evans <dje@google.com>
934
935 New option -nh: inhibit loading of ~/.gdbinit.
936 * NEWS: Mention -nh.
937 * main.c (captured_main): Recognize and process -nh.
938 (print_gdb_help): Mention -nh.
939 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
940
941 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
942
943 PR backtrace/14646
944 PR gdb/14647
945 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
946 pc_regnum_from_eax.
947 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
948 nor pc_regnum_from_eax.
949 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
950 nor pc_regnum_from_eax.
951
952 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 Fix entry values resolving in inlined frames.
955 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
956 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
957 entries of FRAME.
958
959 2012-10-15 Joel Brobecker <brobecker@adacore.com>
960
961 * configure.ac: Build with -DMS_WIN64 if building with Python
962 enabled using GCC on amd64-windows.
963 * configure: Regenerate.
964
965 2012-10-15 Tom Tromey <tromey@redhat.com>
966
967 PR python/14635:
968 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
969 to Py_None.
970
971 2012-10-15 Tom Tromey <tromey@redhat.com>
972
973 PR python/14634:
974 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
975
976 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
977
978 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
979 reset thread numbering back to 1.
980
981 2012-10-11 Doug Evans <dje@google.com>
982
983 PR breakpoints/14643.
984 * linespec.c (struct ls_parser): New member keyword_ok.
985 (linespec_lexer_lex_string): Add comment.
986 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
987 for one.
988 (parse_linespec): Set keyword_ok.
989
990 2012-10-10 Doug Evans <dje@google.com>
991
992 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
993 "0x" prefix on address in log message.
994
995 * dwarf2read.c (read_1_byte): Add const to buf parameter.
996 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
997 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
998 (lookup_dwo_file): Add const to dwo_name parameter.
999 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1000
1001 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1002
1003 Fix crash during stepping on ppc32.
1004 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1005 SYM.
1006
1007 2012-10-03 Doug Evans <dje@google.com>
1008
1009 PR symtab/14601
1010 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1011
1012 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1013
1014 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1015 output and use uint32_t not long to ensure 4 byte size.
1016
1017 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1018
1019 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1020 unref'ed it.
1021
1022 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1023
1024 * target.c (simple_search_memory): Include access length in
1025 warning message.
1026
1027 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1028 Edjunior Machado <emachado@linux.vnet.ibm.com>
1029
1030 PR gdb/13989
1031 * solib.c (solib_find): Prevent GDB from loading native libraries when
1032 debugging a cross-target corefile.
1033
1034 2012-09-28 selven <pcthegreat@gmail.com>
1035
1036 Make definition match declaration.
1037
1038 * regcache.c (regcache_register_status): Change return type to
1039 enum register_status.
1040
1041 2012-09-28 Yao Qi <yao@codesourcery.com>
1042
1043 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1044 write_memory_with_notification instead of write_memory.
1045 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1046 instead of target_write_memory.
1047
1048 2012-09-28 Yao Qi <yao@codesourcery.com>
1049
1050 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1051 when the length of content is not an even number.
1052
1053 2012-09-27 Tom Tromey <tromey@redhat.com>
1054
1055 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1056 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1057
1058 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1059
1060 * sol-thread.c (sol_thread_fetch_registers)
1061 (sol_thread_store_registers): Delete commented out code.
1062
1063 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1064
1065 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1066 Move these functions to sparc-sol-thread.c.
1067 * sparc-sol-thread.c: New file.
1068 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1069 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1070 configurations.
1071 * configure: Regenerate.
1072
1073 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1074
1075 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1076 Remove commented-out code.
1077
1078 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1079
1080 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1081 Enable this code for sparc hosts only.
1082
1083 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1084
1085 * procfs.h (procfs_find_LDT_entry): Add declaration.
1086 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1087 function procfs_find_LDT_entry.
1088
1089 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1090
1091 * procfs.c (proc_get_LDT_entry): Make static.
1092
1093 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1094
1095 * procfs.c (proc_find_memory_regions): Fix declaration.
1096
1097 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1098
1099 * amd64-tdep.c (amd64_return_value): Revert previous change
1100 that used TYPE_LENGTH directly.
1101 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1102 (bfin_store_return_value): Likewise.
1103 * cris-tdep.c (cris_store_return_value): Likewise.
1104 (cris_extract_return_value): Likewise.
1105 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1106 * hppa-tdep.c (hppa64_return_value): Likewise.
1107 * lm32-tdep.c (lm32_store_return_value): Likewise.
1108 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1109 * spu-tdep.c (spu_value_from_register): Likewise.
1110 * vax-tdep.c (vax_return_value): Likewise.
1111
1112 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1113
1114 * gdbtypes.c (lookup_array_range_type): Expand parameters
1115 LOW_BOUND and HIGH_BOUND to LONGEST.
1116 (lookup_string_range_type): Likewise.
1117 * gdbtypes.h (lookup_array_range_type): Likewise.
1118 (lookup_string_range_type): Likewise.
1119 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1120 Expand HIGHBOUND to ssize_t.
1121 (value_string): Likewise.
1122 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1123 (value_string): Likewise.
1124
1125 2012-09-27 Yao Qi <yao@codesourcery.com>
1126
1127 PR breakpoints/13898
1128 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1129 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1130 per breakpoint type.
1131
1132 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1133
1134 * procfs.c: Add gdb_bfd header.
1135 * rs6000-nat.c: Likewise.
1136 * solib-pa64.c: Likewise.
1137 * spu-linux-nat.c: Likewise.
1138 * windows-nat.c: Likewise.
1139
1140 2012-09-26 Tom Tromey <tromey@redhat.com>
1141
1142 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1143
1144 2012-09-26 Tom Tromey <tromey@redhat.com>
1145
1146 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1147 (read_common_block): Handle child DIEs with
1148 DW_AT_data_member_location.
1149 (new_symbol_full): Add special case for common blocks.
1150
1151 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1152 Tom Tromey <tromey@redhat.com>
1153
1154 * dwarf2read.c (read_common_block): Rewrite.
1155 (new_symbol_full): Handle DW_TAG_common_block.
1156 * f-lang.c (head_common_list, find_common_for_function):
1157 Remove.
1158 * f-lang.h (struct common_entry, struct saved_f77_common,
1159 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1160 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1161 BLANK_COMMON_NAME_LOCAL): Remove.
1162 (struct common_block): New.
1163 * f-valprint.c (list_all_visible_commons): Remove.
1164 (info_common_command_for_block): New function.
1165 (info_common_command): Use it.
1166 * stack.c (iterate_over_block_locals): Special case for
1167 COMMON_BLOCK_DOMAIN.
1168 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1169 constant.
1170 (struct general_symbol_info) <value.common_block>: New field.
1171 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1172
1173 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1174 Tom Tromey <tromey@redhat.com>
1175
1176 * f-lang.c (allocate_saved_bf_node,
1177 allocate_saved_function_node, allocate_saved_f77_common_node,
1178 allocate_common_entry_node, tail_common_list, current_common,
1179 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1180 tmp_bf_ptr, add_common_block, add_common_entry,
1181 find_first_common_named, patch_common_entries,
1182 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1183 global_remote_debug, get_bf_for_fcn, saved_function_list,
1184 saved_function_list_end, clear_function_list, struct saved_fcn,
1185 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1186 SAVED_BF, SAVED_BF_PTR): Remove.
1187 * f-lang.h (tail_common_list, current_common,
1188 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1189 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1190 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1191 real_main_c_value): Remove.
1192 * f-valprint.c (there_is_a_visible_common_named): Remove.
1193
1194 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1195
1196 * breakpoint.c (update_global_location_list): Ignore previous
1197 duplicate status of a breakpoint when starting a new scan for
1198 duplicate breakpoints.
1199
1200 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1201 PR breakpoints/14419
1202 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1203 support LLVM compiler.
1204
1205 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1206
1207 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1208 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1209 (bfin_store_return_value): Likewise.
1210 * cris-tdep.c (cris_store_return_value): Likewise.
1211 (cris_extract_return_value): Likewise.
1212 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1213 * hppa-tdep.c (hppa64_return_value): Likewise.
1214 * lm32-tdep.c (lm32_store_return_value): Likewise.
1215 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1216 * spu-tdep.c (spu_value_from_register): Likewise.
1217 * vax-tdep.c (vax_return_value): Likewise.
1218
1219 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1220
1221 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1222 parameter LEN to ssize_t.
1223
1224 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1225
1226 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1227 variable LEN.
1228 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1229 directly.
1230 (alpha_store_return_value): Likewise.
1231 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1232 (amd64_push_arguments): Likewise.
1233 * ax-gdb.c (gen_trace_static_fields): Likewise.
1234 (gen_traced_pop): Likewise.
1235 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1236 * breakpoint.c (update_watchpoint): Likewise.
1237 * findcmd.c (parse_find_args): Use local variable for type
1238 instead of length.
1239 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1240 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1241 (h8300_store_return_value): Likewise.
1242 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1243 Use i386_darwin_arg_type_alignment directly.
1244 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1245 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1246 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1247 (m68hc11_extract_return_value): Likewise.
1248 * mep-tdep.c (mep_push_dummy_call): Likewise.
1249 * printcmd.c (float_type_from_length): Likewise.
1250 * s390-tdep.c (s390_value_from_register): Likewise.
1251 * stack.c (read_frame_arg): Likewise.
1252 * tracepoint.c (encode_actions_1): Likewise.
1253 * valops.c (value_fetch_lazy): Use local variable for type
1254 instead of length. Use TYPE_LENGTH directly.
1255 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1256
1257 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1258
1259 * symtab.c (skip_prologue_sal): Fix typo in comment.
1260
1261 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1262
1263 * linespec.c (create_sals_line_offset): Fix typo in comment.
1264
1265 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1266
1267 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1268 use plongest to print the array size.
1269
1270 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1271
1272 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1273 * p-valprint.c (pascal_type_print_base): Likewise.
1274
1275 2012-09-22 Yao Qi <yao@codesourcery.com>
1276
1277 * remote.c (remote_get_trace_status): Remove setting default
1278 values of fields of 'ts'.
1279
1280 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1281
1282 Fix internal error on canonicalization of clang types.
1283 * cp-name-parser.y (operator): New comment at make_operator call for
1284 new, delete, new[] and delete[].
1285 (exp): Use "sizeof ". Add new comment at make_operator call.
1286
1287 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1288
1289 Fix disassemble without parameters in tailcall frame.
1290 * cli/cli-cmds.c (disassemble_current_function): Use
1291 get_frame_address_in_block.
1292
1293 2012-09-21 Tom Tromey <tromey@redhat.com>
1294
1295 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1296 TYPE_CODE_UNION>: Unify, removing a goto.
1297
1298 2012-09-21 Tom Tromey <tromey@redhat.com>
1299
1300 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1301
1302 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1303
1304 * findvar.c (read_frame_register_value): Mark the result value as
1305 optimized out if any of the input registers have been optimized out.
1306
1307 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1308
1309 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1310
1311 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1312
1313 * eval.c (evaluate_subexp_standard): Eliminate single-use
1314 variable LOWER.
1315
1316 2012-09-21 Yao Qi <yao@codesourcery.com>
1317
1318 * mi/mi-interp.c: Declare mi_record_changed.
1319 (mi_interpreter_init): Call observer_attach_record_changed.
1320 (mi_record_changed): New.
1321 * record.c (record_open): Call observer_notify_record_changed.
1322 (cmd_record_stop): Call observer_notify_record_changed.
1323 * NEWS: Mention it.
1324
1325 2012-09-20 Tom Tromey <tromey@redhat.com>
1326
1327 * NEWS: Update.
1328 * python/python.c (finalize_python): New function.
1329 (_initialize_python): Make a final cleanup.
1330
1331 2012-09-19 Doug Evans <dje@google.com>
1332
1333 * buildsym.h (param_symbols): Delete, unused.
1334 (context_stack): Delete member "params", unused.
1335 * buildsym.c (push_context): Update.
1336 * dwarf2read.c (read_func_scope): Update.
1337
1338 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1339
1340 * sh-tdep.c (sh_register_convert_to_virtual)
1341 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1342 all callers. Just do a memcpy if not the little-endian case.
1343
1344 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1345 set_gdbarch_double_format and set_gdbarch_long_double_format.
1346 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1347 set_gdbarch_double_format.
1348 * sh-tdep.c (sh_gdbarch_init): Likewise.
1349
1350 * NEWS: Document the removal of SH's 'regs' command.
1351 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1352 command.
1353
1354 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1355
1356 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1357 `jump'.
1358
1359 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1360
1361 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1362 language when iterating over symbols.
1363
1364 2012-09-18 Yao Qi <yao@codesourcery.com>
1365
1366 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1367 (mi_interpreter_init): Call observer_attach_tsv_created and
1368 observer_attach_tsv_deleted.
1369 (mi_tsv_created, mi_tsv_deleted): New.
1370 * tracepoint.c (delete_trace_state_variable): Call
1371 observer_notify_tsv_deleted.
1372 (trace_variable_command): Call observer_notify_tsv_created.
1373 (delete_trace_variable_command): Call
1374 observer_notify_tsv_deleted.
1375 (create_tsv_from_upload): Call observer_notify_tsv_created.
1376 * NEWS: Mention it.
1377
1378 2012-09-18 Yao Qi <yao@codesourcery.com>
1379
1380 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1381 if traceframe changed.
1382 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1383 "trace-find".
1384 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1385 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1386 'traceframe_changed'.
1387 (mi_traceframe_changed): New.
1388 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1389 New field.
1390 * NEWS: Mention the new MI notification.
1391
1392 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1393
1394 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1395
1396 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1399 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1400 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1401 Extend code also for PaX support. Convert all gdb_assert to warning
1402 calls.
1403
1404 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1405
1406 Implement auto-load user conveniences suggested by Doug Evans.
1407 * auto-load.c: Include top.h.
1408 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1409 (_initialize_auto_load): New variable scripts_directory_help. Mention
1410 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1411 scripts-directory. Document in online help one can use also files for
1412 set auto-load safe-path.
1413 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1414 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1415
1416 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1417
1418 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1419 of LEN.
1420
1421 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1422
1423 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1424 ELTLEN and use TYPE_LENGTH directly.
1425 (m2_val_print): Likewise.
1426 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1427 variable LEN and use TYPE_LENGTH directly.
1428 (m68k_svr4_store_return_value): Likewise.
1429 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1430 ARGLEN and use TYPE_LENGTH directly.
1431 (mips_o64_push_dummy_call): Likewise.
1432 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1433 variable LENGTH and use TYPE_LENGTH directly.
1434 (s390_function_arg_float): Likewise.
1435 (s390_function_arg_integer): Likewise.
1436 (s390_push_dummy_call): Likewise.
1437 (s390_return_value_convention): Likewise.
1438 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1439 TYPE_LENGTH directly.
1440
1441 2012-09-17 Yao Qi <yao@codesourcery.com>
1442
1443 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1444 Update comment to add_setshow_integer_cmd.
1445 * cli/cli-setshow.c (do_set_command): Handle case
1446 'var_zuinteger_unlimited'.
1447 (do_show_command): Likewise.
1448 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1449 for command 'remotetimeout'.
1450 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1451 to var_integer.
1452 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1453 for command 'set listsize'.
1454
1455 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1456
1457 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1458 variable LEN.
1459
1460 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 PR 14119
1463 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1464 (frame_pop): Drop also TAILCALL_FRAME frames.
1465 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1466
1467 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1468 Pedro Alves <palves@redhat.com>
1469
1470 PR 14548
1471 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1472 function start if we are already at function start. Both for
1473 reverse-next and for reverse-step into function without line number
1474 info.
1475
1476 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1477
1478 Code cleanup - rename 'inline' depth to 'artificial' depth.
1479 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1480 frame_id_artificial_p, extend the comment.
1481 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1482 * frame.c (fprint_frame_id): Rename at a user, change debug output
1483 text to "artificial=".
1484 (skip_inlined_frames): Rename to ...
1485 (skip_artificial_frames): ... here. Extend the comment.
1486 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1487 (frame_id_inlined_p): Rename to ...
1488 (frame_id_artificial_p): ... here. Rename at a user.
1489 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1490 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1491 at a user.
1492 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1493 Extend the comment.
1494 (frame_id_inlined_p): Rename to ...
1495 (frame_id_artificial_p): ... here.
1496 * inline-frame.c (inline_frame_this_id): Rename at a user.
1497
1498 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1499
1500 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1501 vector variables using vector_size syntax rather than array
1502 syntax.
1503
1504 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1505
1506 * valarith.c (value_concat): Replace unsafe ALLOCA with
1507 XMALLOC/XFREE.
1508
1509 2012-09-14 Pedro Alves <palves@redhat.com>
1510
1511 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1512
1513 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1514
1515 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1516 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1517 data-directory as appropriate.
1518
1519 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1520
1521 * printcmd.c (ui_printf): Eliminate single-use variable
1522 PARAM_LEN.
1523
1524 2012-09-14 Yao Qi <yao@codesourcery.com>
1525 Pedro Alves <palves@redhat.com>
1526
1527 * valops.c (value_assign): Move observer_notify_target_changed
1528 below to replace reinit_frame_cache.
1529
1530 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1531
1532 Refactor Python "gdb" module into a proper Python package, by
1533 introducing a new "_gdb" module for code implemented in C, and
1534 using reload/__import__ instead of exec.
1535 * python/lib/gdb/__init__.py: Import * from _gdb.
1536 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1537 prompt_hook, sys.argv): Moved from finish_python_initialization.
1538 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1539 (packages, auto_load_packages): New list and function replacing
1540 module_dict and auto-loading code, using __file__ instead of
1541 gdb.PYTHONDIR and reload/__import__ instead of exec.
1542 (GdbSetPythonDirectory): Replacing function of the same name
1543 from finish_python_initialization, using reload/__import__ instead
1544 of exec, as well as call auto_load_packages.
1545 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1546 gdb_python_module and not gdb_module.
1547 * python/python-internal.h (gdb_python_module): Declare.
1548 * python/python.c (gdb_python_module): New global.
1549 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1550 (_initialize_python): Rename gdb module to _gdb.
1551 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1552 (finish_python_initialization): Move Python code to
1553 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1554 __main__.
1555
1556 2012-09-13 Pedro Alves <palves@redhat.com>
1557
1558 * Makefile.in (COMMON_OBS): Add registry.o.
1559 * registry.c: New file.
1560 * registry.h (struct registry_container): Declare.
1561 (registry_data_callback): New typedef.
1562 (struct registry_data, struct registry_data_registration, struct
1563 registry_data_registry): New type.
1564 (register_data_with_cleanup, registry_alloc_data)
1565 (registry_callback_adaptor, registry_clear_data)
1566 (registry_container_free_data, registry_set_data, registry_data):
1567 Declare.
1568 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1569 the new common structures and functions.
1570 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1571 callback typedefs.
1572
1573 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1574
1575 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1576 there is an error inserting hardware breakpoints and use the
1577 error message from the target.
1578
1579 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1580 Catch this exception and print the error message contained within. Do not
1581 print the default hardware error breakpoint message in this case.
1582
1583 2012-09-12 Doug Evans <dje@google.com>
1584
1585 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1586 cu == NULL.
1587
1588 2012-09-11 Doug Evans <dje@google.com>
1589
1590 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1591 .gdb_index symbol attributes if there are none.
1592
1593 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1594
1595 * symtab.h (struct minimal_symbol) [has_size]: New field.
1596 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1597 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1598 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1599 minimal symbols if the symbol's size is actually known.
1600 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1601 of msymbol's size field. Add comment.
1602 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1603 SET_MSYMBOL_SIZE to set the minimal symbol size.
1604
1605 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1606
1607 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1608 minimal_symbol struct object, rather than setting some of its
1609 fields one by one.
1610
1611 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1612
1613 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1614 passed_a_ptr flag when displaying typedef types.
1615
1616 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1617
1618 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1619 the optimized_out flag is preserved.
1620
1621 2012-09-10 Anthony Green <green@moxielogic.com>
1622
1623 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1624 prologue changes in GCC.
1625
1626 2012-09-10 Keith Seitz <keiths@redhat.com>
1627
1628 PR gdb/13483
1629 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1630 (BOOL_CONVERSION_BADNESS): ... this.
1631 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1632 (rank_one_type): Allow all boolean conversions
1633 permitted by the standard.
1634
1635 2012-09-06 Tom Tromey <tromey@redhat.com>
1636
1637 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1638 Don't decref py_objfile.
1639
1640 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1641
1642 Do not enable -lmcheck by default when Python is enabled with
1643 threading support.
1644 * configure.ac: (python_has_threads) New variable, by testing
1645 if WITH_THREAD is defined in Python.h.
1646 Move --enable-lmcheck after --with-python.
1647 Do not enable -lmcheck by default if python_has_threads=yes.
1648 Warn if --enable-lmcheck and python_has_threads=yes.
1649 * configure: Regenerate.
1650
1651 2012-08-31 Yao Qi <yao@codesourcery.com>
1652
1653 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1654 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1655 Update some commands.
1656 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1657 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1658 to 1.
1659
1660 2012-08-31 Yao Qi <yao@codesourcery.com>
1661
1662 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1663
1664 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1665
1666 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1667
1668 2012-08-29 Doug Evans <dje@google.com>
1669
1670 * main.c (print_gdb_help): Remove reference to
1671 --use-deprecated-index-sections.
1672
1673 2012-08-28 Yao Qi <yao@codesourcery.com>
1674
1675 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1676 (init_cmds): Call add_setshow_uinteger_cmd for command
1677 'max-user-call-depth'.
1678 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1679 declaration of 'max_user_call_depth'.
1680 * frame.c (backtrace_limit): Add 'unsigned'.
1681 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1682 'limit'.
1683 * remote.c (remoteaddresssize): Add 'unsigned'.
1684 (remote_address_masked): Change local var 'address_size' to
1685 'unsigned'.
1686 (_initialize_remote): Call add_setshow_uinteger_cmd for
1687 'remoteaddresssize'.
1688 * top.c (history_size): Add 'unsigned'.
1689 (show_commands): Change local variables to 'unsigned'.
1690 (set_history_size_command): Don't check history_size is negative.
1691 Adjust the condition to call unstifle_history and set history_size
1692 to UNIT_MAX.
1693
1694 2012-08-28 Pedro Alves <palves@redhat.com>
1695
1696 PR gdb/14428
1697
1698 * infcmd.c (default_print_one_register_info): New, factored out
1699 from default_print_registers_info.
1700 (default_print_registers_info): Use it. Mark value unavailable if
1701 necessary.
1702 (registers_info): Print user registers with
1703 default_print_one_register_info.
1704
1705 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1706
1707 PR tui/14486
1708 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1709 is not NULL before referencing it.
1710
1711 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1714 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1715 original PC for it.
1716
1717 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1718 Jan Kratochvil <jan.kratochvil@redhat.com>
1719
1720 * auto-load.c (auto_load_objfile_script): Rename to ...
1721 (auto_load_objfile_script_1): ... here, change variable realname to
1722 parameter realname, document it, add return value, add variable retval.
1723 (auto_load_objfile_script): New function.
1724
1725 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1728 followed by a whitespace.
1729
1730 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1731
1732 PR gdb/14494.
1733 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1734 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1735 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1736 here.
1737
1738 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1739
1740 * memattr.c (create_mem_region): Fix memory region overlapping
1741 checking.
1742
1743 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1744
1745 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1746 with xmalloc/cleanup.
1747 * mt-tdep.c (mt_push_dummy_call): Likewise.
1748 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1749 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1750
1751 2012-08-24 Yao Qi <yao@codesourcery.com>
1752
1753 * jv-exp.y (push_expression_name): Add "." at the end of error
1754 message.
1755
1756 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1757
1758 Document how to return from "python-interactive" to GDB.
1759 * python/python.c (_initialize_python): Update documentation.
1760
1761 2012-08-23 Pedro Alves <palves@redhat.com>
1762
1763 * infrun.c (_initialize_infrun) <handle command help text>:
1764 Mention that multiple signals are supported.
1765
1766 2012-08-23 Pedro Alves <palves@redhat.com>
1767
1768 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1769 string.
1770
1771 2012-08-23 Yao Qi <yao@codesourcery.com>
1772
1773 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1774 (tfind_1): Don't call registers_changed, set_traceframe_num,
1775 and clear_traceframe_info.
1776 Call set_current_traceframe.
1777 (set_current_traceframe): call set_traceframe_num.
1778
1779 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1780
1781 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1782 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1783
1784 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1785
1786 Enable readline in Python in a GDB-specific way and block the
1787 standard Python readline module to prevent conflicts with GDB.
1788 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1789 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1790 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1791 * python/py-gdb-readline.c: New file.
1792 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1793 prototype.
1794 * python/python.c (_initialize_python): Call
1795 gdbpy_initialize_gdb_readline.
1796
1797 2012-08-22 Keith Seitz <keiths@redhat.com>
1798
1799 * defs.h: Include build-gnulib/config.h
1800
1801 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1802
1803 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1804 and blx pc.
1805
1806 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1807
1808 Add a new "python-interactive" command that starts a standard
1809 Python interactive prompt with "pi" as alias, and add "py" as
1810 an alias to "python".
1811 * NEWS: Mention the new commands.
1812 * python/python.c (eval_python_command): New function.
1813 (python_interactive_command): For "python-interactive" with
1814 arguments, call eval_python_command. For "python-interactive"
1815 without arguments, call PyRun_InteractiveLoop.
1816 (_initialize_python): Add "python-interactive" command with
1817 "pi" as alias, and add "py" as an alias to "python".
1818
1819 2012-08-22 Tom Tromey <tromey@redhat.com>
1820
1821 * defs.h (quit_flag): Don't declare.
1822 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1823 (QUIT): Use new functions.
1824 * event-top.c (command_handler): Use clear_quit_flag.
1825 (handle_sigint): Use set_quit_flag.
1826 (async_request_quit): Use check_quit_flag. Don't check
1827 immediate_quit.
1828 * exceptions.c (throw_exception): Use clear_quit_flag.
1829 * main.c (captured_main): Use clear_quit_flag.
1830 * python/python.c (clear_quit_flag, set_quit_flag)
1831 (check_quit_flag): New functions.
1832 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1833 clear_quit_flag.
1834 * remote.c (remote_wait_as): Use check_quit_flag,
1835 clear_quit_flag.
1836 (remote_start_remote): Call QUIT.
1837 * symfile.c (load_progress): Use check_quit_flag.
1838 * top.c (command_loop): Use clear_quit_flag.
1839 (command_line_input): Call QUIT.
1840 * utils.c (quit_flag): Conditionally define.
1841 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1842 functions.
1843 (prompt_for_continue): Call QUIT. Use quit, not
1844 async_request_quit.
1845 * remote-mips.c (mips_expect_timeout): Call QUIT.
1846 * monitor.c (monitor_expect): Call QUIT.
1847
1848 2012-08-22 Tom Tromey <tromey@redhat.com>
1849
1850 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1851 (async_init_signals): Update.
1852 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1853 (SIGWINCH_HANDLER_BODY): Remove.
1854
1855 2012-08-22 Tom Tromey <tromey@redhat.com>
1856
1857 * jit.c (jit_object_close_impl): Don't malloc the objfile
1858 name.
1859 * objfiles.c (allocate_objfile): Don't malloc the objfile
1860 name.
1861 (free_objfile): Don't free the objfile name.
1862 * objfiles.h (struct objfile) <name>: Update comment.
1863 * symfile.c (reread_symbols): Fix reference counting. Don't
1864 malloc objfile name.
1865
1866 2012-08-22 Tom Tromey <tromey@redhat.com>
1867
1868 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1869 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1870 (symfile_bfd_open): Likewise.
1871 (generic_load): Likewise.
1872 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1873 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1874 gdb_bfd_open.
1875 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1876 Use gdb_bfd_open.
1877 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1878 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1879 (pmon_load_fast): Likewise.
1880 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1881 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1882 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1883 (macho_check_dsym): Likewise.
1884 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1885 (m32r_upload_command): Likewise.
1886 * gdb_bfd.h (gdb_bfd_cache): Declare.
1887 * gdb_bfd.c (struct gdb_bfd_data): New.
1888 (gdb_bfd_cache): New global.
1889 (struct gdb_bfd_cache_search): New.
1890 (hash_bfd): New function.
1891 (eq_bfd): Likewise.
1892 (gdb_bfd_open): Likewise.
1893 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1894 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1895 gdb_bfd_data.
1896 * exec.c (exec_file_attach): Use gdb_bfd_open.
1897 * dsrec.c (load_srec): Use gdb_bfd_open.
1898
1899 2012-08-22 Tom Tromey <tromey@redhat.com>
1900
1901 * dwarf2read.c (macro_start_file): Update.
1902 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1903 (free_objfile_per_bfd_storage): Destroy macro_cache.
1904 (allocate_objfile, free_objfile): Update.
1905 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1906 New field.
1907 (struct objfile) <macro_cache>: Remove.
1908 * symfile.c (reread_symbols): Update.
1909 * symmisc.c (print_symbol_bcache_statistics): Update.
1910 (print_objfile_statistics): Update.
1911
1912 2012-08-22 Tom Tromey <tromey@redhat.com>
1913
1914 * elfread.c (elf_symtab_read): Update.
1915 * objfiles.c (objfiles_bfd_data): New global.
1916 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1917 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1918 (allocate_objfile, free_objfile): Update.
1919 (_initialize_objfiles): Initialize objfiles_bfd_data.
1920 * objfiles.h (struct objfile_per_bfd_storage): New.
1921 (struct objfile) <per_bfd>: New field.
1922 <filename_cache>: Remove.
1923 (set_objfile_per_bfd): Declare.
1924 * symfile.c (reread_symbols): Update. Call
1925 set_objfile_per_bfd.
1926 (allocate_symtab): Update.
1927 * symmisc.c (print_symbol_bcache_statistics): Update.
1928 (print_objfile_statistics): Print the size of the BFD obstack.
1929
1930 2012-08-22 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1933 * gdb_bfd.c: Use DEFINE_REGISTRY.
1934 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1935 (gdb_bfd_ref): Call bfd_alloc_data.
1936 (gdb_bfd_unref): Call bfd_free_data.
1937
1938 2012-08-22 Tom Tromey <tromey@redhat.com>
1939
1940 * registry.h (struct registry_fields): New.
1941 (REGISTRY_FIELDS): Redefine.
1942 (REGISTRY_ACCESS_FIELD): New macro.
1943 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1944 functions.
1945
1946 2012-08-22 Tom Tromey <tromey@redhat.com>
1947
1948 * auto-load.c (_initialize_auto_load): Update.
1949 * solib-svr4.c (_initialize_svr4_solib): Update
1950 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1951 * solib-darwin.c (_initialize_darwin_solib): Update.
1952 * registry.h: New file.
1953 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1954 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1955 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1956 (register_program_space_data_with_cleanup)
1957 (register_program_space_data, program_space_alloc_data)
1958 (clear_program_space_data, set_program_space_data)
1959 (program_space_data): Don't declare.
1960 * progspace.c: Use DEFINE_REGISTRY.
1961 (struct program_space_data, struct
1962 program_space_data_registration, struct
1963 program_space_data_registry, program_space_data_registry)
1964 (register_program_space_data_with_cleanup)
1965 (register_program_space_data, program_space_alloc_data)
1966 (program_space_free_data, clear_program_space_data)
1967 (set_program_space_data, program_space_data): Remove.
1968 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1969 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1970 (register_objfile_data_with_cleanup, register_objfile_data)
1971 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1972 declare.
1973 * objfiles.c: Use DEFINE_REGISTRY.
1974 (struct objfile_data, struct objfile_data_registration, struct
1975 objfile_data_registry, objfile_data_registry)
1976 (register_objfile_data_with_cleanup, register_objfile_data)
1977 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1978 (set_objfile_data, objfile_data): Remove.
1979 (_initialize_objfiles): Update.
1980 * jit.c (_initialize_jit): Update.
1981 * inflow.c (_initialize_inflow): Update.
1982 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1983 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1984 (register_inferior_data_with_cleanup, register_inferior_data)
1985 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1986 declare.
1987 * inferior.c: Use DEFINE_REGISTRY.
1988 (struct inferior_data, struct inferior_data_registration, struct
1989 inferior_data_registry, inferior_data_registry)
1990 (register_inferior_data_with_cleanup, register_inferior_data)
1991 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1992 (set_inferior_data, inferior_data): Remove.
1993 * auxv.c (_initialize_auxv): Update.
1994 * ada-lang.c (_initialize_ada_language): Update.
1995 * breakpoint.c (_initialize_breakpoint): Update.
1996 * i386-nat.c (i386_use_watchpoints): Update.
1997
1998 2012-08-22 Tom Tromey <tromey@redhat.com>
1999
2000 * exec.c (exec_close, exec_file_attach): Update.
2001 (add_to_section_table): Initialize 'key' field.
2002 (add_target_sections, remove_target_sections): Add 'key' argument.
2003 * exec.h (add_target_sections, remove_target_sections): Add
2004 'key' argument.
2005 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2006 (reload_shared_libraries_1): Update.
2007 * target.h (struct target_section) <key>: New field.
2008
2009 2012-08-22 Tom Tromey <tromey@redhat.com>
2010
2011 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2012
2013 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2014
2015 * symfile.c (allocate_symtab): Use host_address_to_string
2016 function instead of cast of pointer to long which is not
2017 compatible with x86_64-w64-mingw32 build.
2018
2019 2012-08-19 Andrew Pinski <apinski@cavium.com>
2020
2021 * mips-tdep.c (is_octeon): New function.
2022 (is_octeon_bbit_op): New function.
2023 (mips32_next_pc): Handle Octeon's bbit instructions.
2024 (mips32_instruction_has_delay_slot): Likewise.
2025
2026 2012-08-19 Andrew Pinski <apinski@cavium.com>
2027
2028 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2029 before the function.
2030
2031 2012-08-19 Andrew Pinski <apinski@cavium.com>
2032
2033 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2034
2035 2012-08-19 Keith Seitz <keiths@redhat.com>
2036
2037 PR c++/14365
2038 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2039 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2040
2041 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2042
2043 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2044 The typo broke "make TAGS".
2045
2046 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2047
2048 GDB 7.5 released.
2049
2050 2012-08-17 Keith Seitz <keiths@redhat.com>
2051
2052 PR c++/13356
2053 * gdbtypes.c (strict_type_checking): New variable.
2054 (show_strict_type_checking): New function.
2055 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2056 if strict type checking is disabled.
2057 (_initialize_gdbtypes): Add "check type" subcommand.
2058 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2059
2060 2012-08-17 Keith Seitz <keiths@redhat.com>
2061
2062 * language.h (type_mode): Remove.
2063 (type_check): Remove.
2064 (struct language_defn): Remove la_type_check.
2065 (STRICT_TYPE): Remove unused macro.
2066 (type_error): Remove.
2067 * language.c (set_type_range_case): Renamed to ...
2068 (set_range_case): ... this. Update all callers.
2069 Remove type_mode/type_check.
2070 (type_mode): Remove.
2071 (type_check): Remove.
2072 (show_type_command): Remove.
2073 (set_type_command): Remove.
2074 (language_info): Remove type checking output.
2075 (type_error): Remove unused function.
2076 (range_error): Update comment.
2077 (unknown_language_defn): Remove la_type_check.
2078 (auto_language_defn): Likewise.
2079 (local_language_defn): Likewise.
2080 (_initialize_language): Remove "check type" subcommand.
2081 * ada-lang.c (ada_language_defn): Remove la_type_check.
2082 * c-lang.c (c_language_defn): Likewise.
2083 (cplus_language_defn): Likewise.
2084 (asm_language_defn): Likewise.
2085 (minimal_language_defn): Likewise.
2086 * d-lang.c (d_language_defn): Likewise.
2087 * f-lang.c (f_language_defn): Likewise.
2088 * go-lang.c (go_language_defn): Likewise.
2089 * jv-lang.c (java_language_defn): Likewise.
2090 * m2-lang.c (m2_language_defn): Likewise.
2091 * objc-lang.c (objc_language_defn): Likewise.
2092 * opencl-lang.c (opencl_language_defn): Likewise.
2093 * p-lang.c (pascal_language_defn): Likewise.
2094
2095 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2096
2097 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2098
2099 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2100
2101 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2102 New function.
2103 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2104 using the regache. Use ia64_hpux_get_register_from_save_state_t
2105 to access the bsp and bspstore registers if not.
2106
2107 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2108
2109 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2110 * breakpoint.c (detach_breakpoints): Change pid parameter into
2111 a ptid. Adjust code accordingly.
2112 * infrun.c (handle_inferior_event): Delete variable child_pid.
2113 Update call to detach_breakpoints to pass the child ptid for
2114 fork events.
2115 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2116 assert that inferior_ptid's lwp is zero.
2117 (linux_handle_extended_wait): Update call to detach_breakpoints.
2118 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2119 detach_breakpoints.
2120
2121 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2122
2123 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2124 parent, only call detach_breakpoints if tts.tts_event ==
2125 TTEVT_VFORK.
2126
2127 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2128
2129 * dwarf2-frame.c (dwarf2_frame_cache): Use
2130 get_frame_address_in_block instead of get_frame_pc as
2131 the bound for executing the frame's FDE.
2132
2133 2012-08-16 Yao Qi <yao@codesourcery.com>
2134
2135 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2136 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2137 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2138 (c_type_print_varspec_suffix): Likewise.
2139 * eval.c (evaluate_subexp_standard): Likewise.
2140 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2141 (f_type_print_varspec_suffix): Likewise.
2142 * gdbtypes.c (is_scalar_type): Likewise.
2143 (recursive_dump_type): Likewise.
2144 * infcall.c (value_arg_coerce): Likewise.
2145 * m2-valprint.c (m2_val_print): Likewise.
2146 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2147 (pascal_type_print_varspec_suffix): Likewise.
2148 (pascal_type_print_base): Likewise.
2149 * p-valprint.c (pascal_val_print): Likewise.
2150 (pascal_val_print): Likewise.
2151 * valops.c (value_slice): Likewise.
2152 * valprint.c (scalar_type_p): Likewise.
2153 * valarith.c (value_bitstring_subscript): Remove.
2154 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2155 Remove comment on TYPE_CODE_BITSTRING.
2156
2157 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2158 TYPE_CODE_BITSTRING.
2159
2160 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2161 slot 0.
2162
2163 2012-08-16 Yao Qi <yao@codesourcery.com>
2164
2165 * tracepoint.c (trace_find_none_command): Remove.
2166 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2167
2168 2012-08-16 Yao Qi <yao@codesourcery.com>
2169
2170 * remote.c (handle_notification): Remove parameter 'length'.
2171 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2172
2173 2012-08-15 Keith Seitz <keiths@redhat.com>
2174
2175 * gdbtypes.c (opaque_type_resolution): Make static.
2176 Add missing comment.
2177 (overload_debug): Add missing comment.
2178 (show_opaque_type_resolution): Likewise.
2179 (show_overload_debug): Likewise.
2180 (print_bit_vector): Remove unnecessary forward declaration.
2181 (print_arg_types): Likewise.
2182 (dump_fn_fieldlists): Likewise.
2183 (print_cplus_stuff): Likewise.
2184
2185 2012-08-15 Tom Tromey <tromey@redhat.com>
2186
2187 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2188 (gdb_bfd_ref): Initialize new field.
2189 (gdb_bfd_unref): Unref the archive BFD.
2190 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2191 parent archive.
2192
2193 2012-08-15 Tom Tromey <tromey@redhat.com>
2194
2195 PR python/14387:
2196 * python/py-bpevent.c (create_breakpoint_event_object): Update
2197 comment.
2198 * python/py-event.c (evpy_add_attribute): Update comment.
2199 * python/py-exitedevent.c (create_exited_event_object): Fix
2200 reference counting and error handling.
2201 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2202 Fix reference counting.
2203 * python/py-signalevent.c (create_signal_event_object): Fix
2204 reference counting and error handling.
2205 * python/py-stopevent.c (emit_stop_event): Fix reference
2206 counting.
2207 * python/py-threadevent.c (get_event_thread): Return a
2208 borrowed reference.
2209 * python/py-type.c (convert_field): Fix reference counting.
2210
2211 2012-08-15 Tom Tromey <tromey@redhat.com>
2212
2213 * dwarf2read.c (dwarf_decode_macro_bytes)
2214 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2215 as hash key.
2216
2217 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2218
2219 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2220 stepi, nexti, finish, next, step, jump, and continue commands.
2221 * infrun.c (_initialize_infrun): Update help text for the handle
2222 command.
2223
2224 2012-08-14 Doug Evans <dje@google.com>
2225
2226 * gdbtypes.c (struct extra): Delete, unused.
2227
2228 * gdbtypes.c: Whitespace cleanup.
2229 (address_space_name_to_int): Remove "extern" from definition.
2230 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2231
2232 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2233 TYPE_POINTER_TYPE (type).
2234
2235 2012-08-14 Gary Benson <gbenson@redhat.com>
2236
2237 * solib-svr4.c (svr4_free_library_list): Use free_so.
2238
2239 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2240
2241 * .gitignore: Add go-exp.c.
2242
2243 2012-08-13 Doug Evans <dje@google.com>
2244
2245 * value.c (show_convenience): Tweak comment.
2246 (_initialize_values): Mention convenience functions in the help text
2247 for "show convenience".
2248
2249 2012-08-13 Yao Qi <yao@codesourcery.com>
2250
2251 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2252 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2253 TERNOP_SLICE_COUNT.
2254 * eval.c (evaluate_subexp_standard): Likewise.
2255 * expprint.c (print_subexp_standard): Likewise.
2256 (dump_subexp_body_standard): Likewise.
2257 * parse.c (operator_length_standard): Likewise.
2258
2259 2012-08-13 Yao Qi <yao@codesourcery.com>
2260
2261 * std-operator.def: Remove OP_BITSTRING.
2262 * breakpoint.c (watchpoint_exp_is_const): Update.
2263 * eval.c (evaluate_subexp_standard): Remove handling to
2264 OP_BITSTRING.
2265 * expprint.c (print_subexp_standard): Likewise.
2266 (dump_subexp_body_standard): Likewise.
2267 * parse.c (operator_length_standard): Likewise.
2268 * valops.c (value_bitstring): Remove.
2269 * value.h: Remove the declaration of 'value_bitstring'.
2270
2271 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2272
2273 * linespec.c (find_methods): Remove unused variables `i1' and
2274 `name_len'.
2275 (decode_line_full): Likewise for `arg_start'.
2276
2277 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2278
2279 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2280 (zlib_decompress_section): Likewise for `section_data'.
2281 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2282
2283 2012-08-10 Doug Evans <dje@google.com>
2284
2285 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2286 * NEWS: Document them.
2287 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2288 function/strfns.py.
2289 * python/py-type.c (typy_array_1): New function.
2290 (typy_array): Call it.
2291 (typy_vector): New function.
2292 (type_object_methods): Add "vector".
2293 * python/lib/gdb/function/__init__.py: New file.
2294 * python/lib/gdb/function/strfns.py: New file.
2295
2296 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2297
2298 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2299 for TYPE_FIELD_BITPOS.
2300 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2301
2302 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2303
2304 PR cli/10436:
2305 * common/vec.h (VEC_merge): Define.
2306 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2307 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2308 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2309 * completer.c: Include gdb_signals.h.
2310 (signal_completer): Define.
2311 * completer.h (signal_completer): Add prototype.
2312 * infcmd.c (_initialize_infcmd): Assign the command
2313 completer for "signal" to handle_completer.
2314 * infrun.c: Include completer.h.
2315 (handle_completer): Define.
2316 (_initialize_infrun): Declare a new local variable c. Store the
2317 result of add_com("handle") to it. Assign the command
2318 completer for "handle" to handle_completer.
2319
2320 2012-08-09 Yao Qi <yao@codesourcery.com>
2321
2322 * cli/cli-decode.c (set_cmd_prefix): New.
2323 (lookup_cmd_for_prefixlist): New.
2324 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2325 of each cmd_list_element in *prefixlist.
2326 (add_setshow_cmd_full): set_cmd_prefix.
2327 (add_alias_cmd): Likewise.
2328 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2329 Declare 'auto_boolean_enums'.
2330 * cli/cli-setshow.c: Include "observer.h".
2331 (notify_command_param_changed_p): New.
2332 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2333 Remove 'static'.
2334 (do_setshow_command): Split it to ...
2335 (do_set_command, do_show_command): ... them. New.
2336 (do_set_command): Call observer_notify_command_param_changed if
2337 notify_command_param_changed_p returns true.
2338 (cmd_show_list): Caller update.
2339 * auto-load.c (set_auto_load_cmd): Likewise.
2340 * remote.c (show_remote_cmd): Likewise.
2341 * cli/cli-setshow.h: Update declarations.
2342 * top.c (execute_command): Call do_set_command and do_show_command.
2343
2344 * NEWS: Mention new MI notification.
2345 * mi/mi-interp.c: Declare mi_command_param_changed.
2346 (mi_interpreter_init): Attach mi_command_param_changed to
2347 observer command_param_changed.
2348 (mi_command_param_changed): New.
2349 Remove mi_suppress_breakpoint_notifications.
2350 Define global variable mi_suppress_notification.
2351 (mi_breakpoint_created): Update.
2352 (mi_breakpoint_deleted): Likewise.
2353 (mi_breakpoint_modified): Likewise.
2354 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2355 'gdb-set' and set mi_suppress_notification.
2356 * mi/mi-main.h: (mi_suppress_notification): New struct.
2357
2358 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2359 Jan Kratochvil <jan.kratochvil@redhat.com>
2360
2361 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2362
2363 2012-08-09 Yao Qi <yao@codesourcery.com>
2364
2365 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2366 (skiplist): Move it to skip.c.
2367 (init_cmd_lists): Remove code setting enablebreaklist and
2368 skiplist to NULL.
2369 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2370 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2371 skiplist.
2372 * gdbcmd.h: Likewise.
2373 * skip.c (_initialize_step_skip): Move 'skiplist' from
2374 cli/cli-cmds.c.
2375
2376 2012-08-09 Yao Qi <yao@codesourcery.com>
2377
2378 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2379 * gnu-nat.c, symfile.c: Likewise.
2380
2381 2012-08-08 Aaron Gamble <agamble@google.com>
2382
2383 * utils.c (prompt_for_continue_wait_time): New static global.
2384 (make_command_stats_cleanup): Initialize it.
2385 (report_command_stats): Subtract time waiting for user.
2386 (prompt_for_continue): Track time waiting for user.
2387 (defaulted_query): Track time waiting for user.
2388
2389 2012-08-08 Doug Evans <dje@google.com>
2390
2391 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2392 UNOP_MEMVAL_TYPE.
2393 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2394 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2395 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2396 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2397 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2398 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2399 elt.
2400 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2401 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2402 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2403 (dump_prefix_expression): Handle OP_TYPE.
2404
2405 2012-08-08 Keith Seitz <keiths@redhat.com>
2406
2407 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2408 addr_start.
2409
2410 2012-08-08 Doug Evans <dje@google.com>
2411
2412 * linux-thread-db.c: #include "gdb_vecs.h".
2413 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2414 updated.
2415 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2416 (thread_db_load_search): Use a vector to iterate over path elements.
2417 Handle text appearing after "$pdir".
2418
2419 * gdb_string.h: Moved to ...
2420 * common/gdb_string.h: ... here.
2421 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2422 gdb_string.h and gdb_assert.h.
2423
2424 2012-08-08 Yao Qi <yao@codesourcery.com>
2425
2426 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2427 (tic6x_value_to_register): Likewise.
2428 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2429 and set_gdbarch_value_to_register.
2430
2431 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2432 Jean-Marc Saffroy <saffroy@gmail.com>
2433
2434 PR 11804
2435 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2436 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2437 * gcore.c (gcore_create_callback): New function comment. Add modified
2438 parameter. Only write modified regions. Set SEC_READONLY exactly
2439 according to MODIFIED.
2440 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2441 the passed modified value to FUNC.
2442 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2443 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2444 first. New variables modified and has_anonymous. Parse the lines of
2445 smaps file. Add the passed MODIFIED value to FUNC.
2446 * procfs.c (find_memory_regions_callback): Add the passed modified
2447 value.
2448
2449 2012-08-06 Tom Tromey <tromey@redhat.com>
2450
2451 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2452 (dwarf2_frame_cache): Use it.
2453 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2454 cache initialization constraint.
2455
2456 2012-08-06 Tom Tromey <tromey@redhat.com>
2457
2458 PR python/14386:
2459 * varobj.c (update_dynamic_varobj_children): Don't call
2460 PyIter_Check.
2461
2462 2012-08-06 Tom Tromey <tromey@redhat.com>
2463
2464 PR cli/14392:
2465 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2466
2467 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2468
2469 * NEWS: New entry for 'cd' default parameters.
2470 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2471
2472 2012-08-03 Tom Tromey <tromey@redhat.com>
2473
2474 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2475 return.
2476
2477 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2478
2479 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2480 to attempting lseek/write.
2481 (inf_child_fileio_pread): Likewise for pread.
2482
2483 2012-08-02 Yao Qi <yao@codesourcery.com>
2484
2485 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2486 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2487 add_setshow_zinteger_cmd.
2488 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2489 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2490 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2491 instead of add_setshow_zinteger_cmd.
2492 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2493 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2494 instead of add_setshow_zinteger_cmd.
2495 * frame.c (frame_debug): Add 'unsigned'.
2496 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2497 add_setshow_zinteger_cmd.
2498 * frame.h: Update the declaration of 'frame_debug'.
2499 * gdbtypes.c (overload_debug): Add 'unsigned'.
2500 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2501 add_setshow_zinteger_cmd.
2502 * inferior.h: Update declaration of 'debug_infrun'.
2503 * infrun.c (debug_infrun): Add 'unsigned'.
2504 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2505 add_setshow_zinteger_cmd.
2506 * jit.c (jit_debug): Add 'unsigned'.
2507 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2508 add_setshow_zinteger_cmd.
2509 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2510 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2511 instead of add_setshow_zinteger_cmd.
2512 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2513 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2514 add_setshow_zinteger_cmd.
2515 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2516 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2517 instead of add_setshow_zinteger_cmd.
2518 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2519 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2520 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2521 intead of add_setshow_zinteger_cmd.
2522 * mips-tdep.c (mips_debug): Add 'unsigned'.
2523 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2524 instead of add_setshow_zinteger_cmd.
2525 * monitor.c (monitor_debug): Add 'unsigned'.
2526 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2527 add_setshow_zinteger_cmd.
2528 * observer.c (observer_debug): Add 'unsigned'.
2529 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2530 add_setshow_zinteger_cmd.
2531 * parse.c (expressiondebug): Add 'unsigned'.
2532 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2533 add_setshow_zinteger_cmd.
2534 * record.c (record_debug): Add 'unsigned'.
2535 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2536 add_setshow_zinteger_cmd.
2537 * record.h: Update the declaration of 'record_debug'.
2538 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2539 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2540 add_setshow_zinteger_cmd.
2541 * serial.c (global_serial_debug_p): Add 'unsigned'.
2542 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2543 add_setshow_zinteger_cmd.
2544 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2545 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2546 add_setshow_zinteger_cmd.
2547 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2548 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2549 add_setshow_zinteger_cmd.
2550 * target.c (targetdebug): Add 'unsigned'.
2551 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2552 add_setshow_zinteger_cmd.
2553 * valops.c (overload_debug): Add 'unsigned'.
2554 * varobj.c (varobjdebug): Add 'unsigned'.
2555 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2556 add_setshow_zinteger_cmd.
2557 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2558 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2559 instead of add_setshow_zinteger_cmd.
2560
2561 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2562 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2563 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2564 instead of add_setshow_zinteger_cmd.
2565 * gdbarch.c, gdbarch.h: Re-generated.
2566
2567 2012-08-02 Yao Qi <yao@codesourcery.com>
2568
2569 * nto-tdep.c: Don't include cli/cli-decode.h and
2570 cli/cli-cmds.h.
2571 (_initialize_nto_tdep): Remove.
2572 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2573 Remove field.
2574 Remove macro nto_internal_debugging.
2575
2576 2012-08-01 Richard Henderson <rth@redhat.com>
2577
2578 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2579 (mep-*-*) [gdb_target_obs]: Likewise.
2580
2581 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2582
2583 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2584 linux_get_siginfo_type.
2585
2586 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2589 AT_ENTRY_POINT.
2590 (call_function_by_hand) <ON_STACK>: Call write_memory with
2591 gdbarch_breakpoint_from_pc, if possible.
2592 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2593 here.
2594
2595 2012-07-31 Yao Qi <yao@codesourcery.com>
2596
2597 * tracepoint.c: Add 'static' for some variables.
2598
2599 2012-07-31 Yao Qi <yao@codesourcery.com>
2600
2601 * go32-nat.c: Declare _initialize_go32_nat.
2602 * ser-go32.c: Declare _initialize_ser_dos.
2603 * top.c (do_chdir_cleanup): Add 'static'.
2604
2605 2012-07-30 Keith Seitz <keiths@redhat.com>
2606
2607 * linespec.c (linespec_lex_number): A number followed
2608 by quotes is a valid number, too.
2609
2610 2012-07-30 Tom Tromey <tromey@redhat.com>
2611
2612 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2613
2614 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2615
2616 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2617 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2618
2619 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2620
2621 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2622 invalid or reevaluated to prevent prevent references to possibly
2623 delete'd type objects being left in the varobj.
2624
2625 2012-07-27 Tom Tromey <tromey@redhat.com>
2626 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * copying.awk: Print buffer-read-only and vi ro markers.
2629 * copying.c: Rebuild.
2630 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2631 * gdbarch.c, gdbarch.h: Rebuild.
2632 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2633 buffer-read-only and vi ro markers.
2634 * features/arm-with-iwmmxt.c: Rebuild.
2635 * features/arm-with-m-fpa-layout.c: Rebuild.
2636 * features/arm-with-m-vfp-d16.c: Rebuild.
2637 * features/arm-with-m.c: Rebuild.
2638 * features/arm-with-neon.c: Rebuild.
2639 * features/arm-with-vfpv2.c: Rebuild.
2640 * features/arm-with-vfpv3.c: Rebuild.
2641 * features/i386/amd64-avx-linux.c: Rebuild.
2642 * features/i386/amd64-avx.c: Rebuild.
2643 * features/i386/amd64-linux.c: Rebuild.
2644 * features/i386/amd64.c: Rebuild.
2645 * features/i386/i386-avx-linux.c: Rebuild.
2646 * features/i386/i386-avx.c: Rebuild.
2647 * features/i386/i386-linux.c: Rebuild.
2648 * features/i386/i386-mmx-linux.c: Rebuild.
2649 * features/i386/i386-mmx.c: Rebuild.
2650 * features/i386/i386.c: Rebuild.
2651 * features/i386/x32-avx-linux.c: Rebuild.
2652 * features/i386/x32-avx.c: Rebuild.
2653 * features/i386/x32-linux.c: Rebuild.
2654 * features/i386/x32.c: Rebuild.
2655 * features/mips-dsp-linux.c: Rebuild.
2656 * features/mips-linux.c: Rebuild.
2657 * features/mips64-dsp-linux.c: Rebuild.
2658 * features/mips64-linux.c: Rebuild.
2659 * features/rs6000/powerpc-32.c: Rebuild.
2660 * features/rs6000/powerpc-32l.c: Rebuild.
2661 * features/rs6000/powerpc-403.c: Rebuild.
2662 * features/rs6000/powerpc-403gc.c: Rebuild.
2663 * features/rs6000/powerpc-405.c: Rebuild.
2664 * features/rs6000/powerpc-505.c: Rebuild.
2665 * features/rs6000/powerpc-601.c: Rebuild.
2666 * features/rs6000/powerpc-602.c: Rebuild.
2667 * features/rs6000/powerpc-603.c: Rebuild.
2668 * features/rs6000/powerpc-604.c: Rebuild.
2669 * features/rs6000/powerpc-64.c: Rebuild.
2670 * features/rs6000/powerpc-64l.c: Rebuild.
2671 * features/rs6000/powerpc-7400.c: Rebuild.
2672 * features/rs6000/powerpc-750.c: Rebuild.
2673 * features/rs6000/powerpc-860.c: Rebuild.
2674 * features/rs6000/powerpc-altivec32.c: Rebuild.
2675 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2676 * features/rs6000/powerpc-altivec64.c: Rebuild.
2677 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2678 * features/rs6000/powerpc-cell32l.c: Rebuild.
2679 * features/rs6000/powerpc-cell64l.c: Rebuild.
2680 * features/rs6000/powerpc-e500.c: Rebuild.
2681 * features/rs6000/powerpc-e500l.c: Rebuild.
2682 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2683 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2684 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2685 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2686 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2687 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2688 * features/rs6000/powerpc-vsx32.c: Rebuild.
2689 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2690 * features/rs6000/powerpc-vsx64.c: Rebuild.
2691 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2692 * features/rs6000/rs6000.c: Rebuild.
2693 * features/s390-linux32.c: Rebuild.
2694 * features/s390-linux32v1.c: Rebuild.
2695 * features/s390-linux32v2.c: Rebuild.
2696 * features/s390-linux64.c: Rebuild.
2697 * features/s390-linux64v1.c: Rebuild.
2698 * features/s390-linux64v2.c: Rebuild.
2699 * features/s390x-linux64.c: Rebuild.
2700 * features/s390x-linux64v1.c: Rebuild.
2701 * features/s390x-linux64v2.c: Rebuild.
2702 * features/tic6x-c62x-linux.c: Rebuild.
2703 * features/tic6x-c62x.c: Rebuild.
2704 * features/tic6x-c64x-linux.c: Rebuild.
2705 * features/tic6x-c64x.c: Rebuild.
2706 * features/tic6x-c64xp-linux.c: Rebuild.
2707 * features/tic6x-c64xp.c: Rebuild.
2708
2709 2012-07-27 Tom Tromey <tromey@redhat.com>
2710
2711 * c-exp.y (classify_name): Avoid assignment in condition.
2712
2713 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2714
2715 * amd64-windows-tdep.c: Include "frame.h".
2716 (amd64_windows_skip_trampoline_code): New function.
2717 (amd64_windows_init_abi): Add trampoline registration.
2718
2719 2012-07-27 Yao Qi <yao@codesourcery.com>
2720
2721 * tracepoint.c (cur_traceframe_number): Remove.
2722 (set_tfile_traceframe): Remove.
2723 (tfile_trace_find, tfile_fetch_registers): Update callers.
2724 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2725 (tfile_open, tfile_trace_find): Likewise.
2726
2727 2012-07-27 Yao Qi <yao@codesourcery.com>
2728
2729 * thread.c (switch_to_thread): Don't call registers_changed.
2730
2731 2012-07-26 Tom Tromey <tromey@redhat.com>
2732
2733 * Makefile.in (SFILES): Remove objc-exp.y.
2734 (YYFILES): Remove objc-exp.c.
2735 (YYOBJ): Remove objc-exp.o.
2736 (local-maintainer-clean): Don't mention objc-exp.c.
2737 * c-exp.y: Include objc-lang.h.
2738 (%union) <class>: New field.
2739 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2740 (exp): Clone subscript production for OBJC_LBRAC. Add various
2741 Objective C productions.
2742 (msglist, msgarglist, msgarg): New productions.
2743 (array_mod, func_mod, operator): Clone productions for
2744 OBJC_LBRAC.
2745 (parse_string_or_char): Handle '@' strings.
2746 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2747 (classify_name): Check la_name_of_this. Recognize ObjC class
2748 names.
2749 * objc-exp.y: Remove.
2750 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2751 * objc-lang.h (objc_parse, objc_error): Don't declare.
2752
2753 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2754
2755 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2756
2757 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2758
2759 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2760 and decrement.
2761
2762 2012-07-26 Tom Tromey <tromey@redhat.com>
2763
2764 * copying.c: Rebuild.
2765 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2766 'no_class'.
2767
2768 2012-07-26 Tom Tromey <tromey@redhat.com>
2769
2770 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2771 immediate_quit.
2772 (print_objfile_statistics): Likewise.
2773 (maintenance_print_symbols): Likewise.
2774 (maintenance_print_msymbols): Likewise.
2775 (maintenance_print_objfiles): Likewise.
2776 * psymtab.c (print_partial_symbols): Call QUIT.
2777 (maintenance_print_psymbols): Likewise. Don't modify
2778 immediate_quit.
2779 * copying.c (show_copying_command): Don't modify immediate_quit.
2780 (show_warranty_command): Likewise.
2781 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2782
2783 2012-07-26 Keith Seitz <keiths@redhat.com>
2784
2785 * linespec.c (linespec_lexer_lex_number): The input
2786 is also a valid number if the next character is a comma
2787 or colon.
2788
2789 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2790
2791 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2792 configure options.
2793
2794 2012-07-26 Tristan Gingold <gingold@adacore.com>
2795
2796 * machoread.c: Include gdb_bfd.h.
2797
2798 2012-07-26 Tristan Gingold <gingold@adacore.com>
2799
2800 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2801 offset.
2802
2803 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2804
2805 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2806 SIZE to size_t.
2807 (dwarf2_evaluate_loc_desc): Likewise.
2808 (dwarf2_loc_desc_needs_frame): Likewise.
2809 (locexpr_describe_location_1): Likewise.
2810 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2811 size_t.
2812 (struct dwarf2_loclist_baton): Likewise.
2813 * dwarf2read.c (struct dwarf_block): Likewise.
2814 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2815 (decode_locdesc): Expand SIZE and I to size_t.
2816
2817 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2820
2821 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2822
2823 * doublest.c (convert_doublest_to_floatformat): If the exponent
2824 is too small, treat the value as zero. If the exponent is too
2825 large, treat the value as infinity.
2826
2827 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2828
2829 * configure.ac: Add --enable-lmcheck configure option.
2830 * configure: Regenerate.
2831
2832 2012-07-25 Tom Tromey <tromey@redhat.com>
2833
2834 * NEWS: Mention maint info bfds.
2835 * gdb_bfd.c (all_bfds): New global.
2836 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2837 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2838 New functions.
2839
2840 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2841
2842 * configure.tgt: Add v850*-*-rtems*.
2843
2844 2012-07-25 Tom Tromey <tromey@redhat.com>
2845
2846 * macrotab.c (macro_bcache_str): Remove cast.
2847
2848 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2849
2850 * linespec.c (linespec_lexer_lex_number): Update comments,
2851 change the return and add check to make sure the input is
2852 the decimal numbers.
2853 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2854 false, call linespec_lexer_lex_string.
2855
2856 2012-07-24 Tom Tromey <tromey@redhat.com>
2857
2858 * symfile.c (symbol_file_add): Don't open BFD twice.
2859
2860 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2861
2862 * breakpoint.c (create_breakpoint): Store condition for pending
2863 breakpoints.
2864
2865 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2866
2867 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2868 (m68k_return_value): Handle complex types like structures.
2869 (m68k_svr4_return_value): Likewise.
2870
2871 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2872
2873 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2874 parameters to bfd_get_section_name.
2875
2876 2012-07-24 Yao Qi <yao@codesourcery.com>
2877
2878 * cli/cli-setshow.c: Handle case 'var_uinteger'
2879 and 'var_zuninteger' together. Handle case 'var_integer' and
2880 'var_zinteger' together.
2881
2882 2012-07-23 Keith Seitz <keiths@redhat.com>
2883
2884 * linespec.c (convert_linespec_to_sal): Don't add
2885 any symbols to the result vector if symbol_to_sal
2886 returns zero.
2887
2888 2012-07-23 Keith Seitz <keiths@redhat.com>
2889
2890 * linespec.c (decode_objc): Record the function name
2891 in the linespec.
2892
2893 2012-07-23 Tom Tromey <tromey@redhat.com>
2894
2895 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2896 counting.
2897 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2898 (map_vmap): Acquire a reference to the BFD.
2899
2900 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2901
2902 * p-valprint.c (pascal_object_print_value): Replace potentially
2903 unsafe alloca with xmalloc/xfree.
2904 * valops.c (search_struct_method): Likewise.
2905
2906 2012-07-23 Tom Tromey <tromey@redhat.com>
2907
2908 * solib-svr4.c (enable_break): Update.
2909 * bfd-target.h (target_bfd_reopen): Update documentation.
2910
2911 2012-07-23 Tom Tromey <tromey@redhat.com>
2912
2913 * symfile.c (separate_debug_file_exists): Update.
2914 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2915 (reread_symbols): Update.
2916 * elfread.c (build_id_verify): Update.
2917 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2918 bfd_open_maybe_remote.
2919
2920 2012-07-23 Tom Tromey <tromey@redhat.com>
2921
2922 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2923
2924 2012-07-23 Tom Tromey <tromey@redhat.com>
2925
2926 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2927 and 'abfd'.
2928 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2929 and 'abfd'.
2930 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2931 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2932 'abfd'.
2933 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2934 * objfiles.c (allocate_objfile): Acquire a new reference.
2935 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2936 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2937 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2938 a cleanup for 'nbfd'.
2939 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2940 for 'nbfd'.
2941 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2942 make a cleanup for 'abfd'.
2943 (symbol_file_add): Make a BFD cleanup.
2944
2945 2012-07-23 Tom Tromey <tromey@redhat.com>
2946
2947 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2948 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2949 * corelow.c (core_open): Use gdb_bfd_fopen.
2950 * dsrec.c (load_srec): Use gdb_bfd_openr.
2951 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2952 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2953 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2954 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2955 (gdb_bfd_fdopenr): New functions.
2956 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2957 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2958 (gdb_bfd_fdopenr): Declare.
2959 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2960 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2961 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2962 gdb_bfd_openr_next_archived_file.
2963 (macho_check_dsym): Use gdb_bfd_openr.
2964 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2965 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2966 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2967 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2968 gdb_bfd_openr.
2969 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2970 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2971 gdb_bfd_openr_next_archived_file.
2972 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2973 Use gdb_bfd_openr.
2974 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2975 gdb_bfd_openr.
2976 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2977 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2978 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2979 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2980 (symfile_bfd_open): Use gdb_bfd_fopen.
2981 (generic_load): Use gdb_bfd_openr.
2982 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2983
2984 2012-07-23 Tom Tromey <tromey@redhat.com>
2985
2986 * bfd-target.c (target_bfd_reopen): Update.
2987 * cli/cli-dump.c (bfd_openr_with_cleanup)
2988 (bfd_openw_with_cleanup): Update.
2989 * corelow.c (core_open): Update.
2990 * dsrec.c (load_srec): Update.
2991 * exec.c (exec_file_attach): Update.
2992 * gcore.c (create_gcore_bfd): Update.
2993 * gdb_bfd.c (gdb_bfd_ref): Return void.
2994 (gdb_bfd_open): Update.
2995 * gdb_bfd.h (gdb_bfd_ref): Return void.
2996 Update comments.
2997 * jit.c (jit_bfd_try_read_symtab): Update.
2998 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2999 * machoread.c (macho_symfile_read_all_oso): Update.
3000 (macho_check_dsym): Update.
3001 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3002 * remote-m32r-sdi.c (m32r_load): Update.
3003 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3004 * rs6000-nat.c (add_vmap): Update.
3005 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3006 Update.
3007 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3008 * solib-spu.c (spu_bfd_open): Update.
3009 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3010 * spu-linux-nat.c (spu_bfd_open): Update.
3011 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3012 (generic_load): Update.
3013 * windows-nat.c (windows_make_so): Update.
3014
3015 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3016
3017 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3018
3019 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3020
3021 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3022 SIGTRAMP_FRAME unwinding.
3023
3024 2012-07-20 Doug Evans <dje@google.com>
3025
3026 * NEWS: Document new options "set/show use-deprecated-index-sections",
3027 and delete reference to --use-deprecated-index-sections.
3028 * symfile.h (use_deprecated_index_sections): Delete.
3029 * dwarf2read.c (use_deprecated_index_sections): Make static.
3030 (read_index_from_section): Update wording of how to load
3031 deprecated index sections.
3032 (_initialize_dwarf2_read): New options
3033 "set/show use-deprecated-index-sections".
3034 * main.c (captured_main): Delete --use-deprecated-index-sections.
3035
3036 2012-07-20 Pedro Alves <palves@redhat.com>
3037
3038 PR threads/11692
3039 PR gdb/12203
3040
3041 * infrun.c (handle_inferior_event) <new thread>: Don't special
3042 case minus_one_ptid.
3043 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3044 * linux-thread-db.c (thread_get_info_callback): Don't return early
3045 if the thread is zombie.
3046 (thread_from_lwp): Change return type to void. Rewrite stale
3047 comment.
3048 (attach_thread): Don't return early if the thread is zombie,
3049 instead set its "dying" flag.
3050 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3051 (find_new_threads_callback): Don't return early if the thread is
3052 zombie.
3053
3054 2012-07-20 Pedro Alves <palves@redhat.com>
3055
3056 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3057 * target.c (target_wait): Likewise.
3058 (str_comma_list_concat_elem, do_option, target_options_to_string):
3059 New functions.
3060 * target.h (target_options_to_string): Declare.
3061
3062 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3063 Tom Tromey <tromey@redhat.com>
3064
3065 * dwarf2read.c (dwarf_decode_macros)
3066 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3067 DW_MACRO_GNU_transparent_include_alt>: New cases.
3068 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3069 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3070
3071 2012-07-20 Tom Tromey <tromey@redhat.com>
3072
3073 * dwarf2read.c (try_open_dwo_file): Don't call
3074 gdb_bfd_stash_filename.
3075
3076 2012-07-20 Pedro Alves <palves@redhat.com>
3077
3078 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3079 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3080 (i386_process_record): Tweak description comments.
3081
3082 2012-07-20 Pedro Alves <palves@redhat.com>
3083
3084 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3085 (i386_process_record): Use record_read_memory.
3086 * record.c (record_read_memory): New function.
3087 (record_arch_list_add_mem, record_exec_insn): Use
3088 record_read_memory.
3089 * record.h (record_read_memory): Declare.
3090
3091 2012-07-20 Yao Qi <yao@codesourcery.com>
3092
3093 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3094 NULL for xfree.
3095
3096 2012-07-19 Pedro Alves <palves@redhat.com>
3097
3098 * record.c (record_resume): Ask the target beneath to report all
3099 signals.
3100
3101 2012-07-19 Doug Evans <dje@google.com>
3102
3103 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3104 there's no section at address zero.
3105 (dwarf2_record_block_ranges): Ditto.
3106
3107 2012-07-19 Yao Qi <yao@codesourcery.com>
3108
3109 * command.h, remote.c: Fix a typo in comment.
3110
3111 2012-07-19 Tom Tromey <tromey@redhat.com>
3112
3113 PR exp/13206:
3114 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3115 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3116 OP_DECLTYPE>: New cases.
3117 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3118 (type_exp): Add new productions.
3119 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3120 and decltype.
3121 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3122 New case.
3123 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3124 OP_DECLTYPE>: New case.
3125 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3126 New case.
3127 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3128 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3129
3130 2012-07-19 Tom Tromey <tromey@redhat.com>
3131
3132 * c-exp.y (enum token_flags): New.
3133 (struct token) <cxx_only>: Remove.
3134 <flags>: New field.
3135 (tokentab3, tokentab2, ident_tokens): Update.
3136 (lex_one_token): Update. Handle FLAG_SHADOW.
3137
3138 2012-07-19 Tom Tromey <tromey@redhat.com>
3139
3140 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3141 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3142 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3143 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3144 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3145 type_exp production where appropriate.
3146 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3147 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3148 <UNOP_MEMVAL_TYPE>: New case.
3149 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3150 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3151 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3152 <UNOP_MEMVAL_TYPE>: New case.
3153 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3154 UNOP_REINTERPRET_CAST>: Update.
3155 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3156 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3157 UNOP_REINTERPRET_CAST>: Update.
3158 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3159 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3160 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3161 constants.
3162
3163 2012-07-19 Yao Qi <yao@codesourcery.com>
3164 Jan Kratochvil <jan.kratochvil@redhat.com>
3165
3166 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3167 and case 'var_optional_filename' together.
3168 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3169 instead of add_setshow_optional_filename_cmd for setshow command
3170 'args'. Set completer for 'set args'.
3171
3172 2012-07-18 Doug Evans <dje@google.com>
3173
3174 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3175 * common/gdb_vecs.c: New file, contents from utils.c.
3176 * common/host-defs.h: New file, contents from defs.h.
3177 * utils.h: New file, contents from defs.h.
3178 * defs.h: Move all declarations of objects defined in utils.c
3179 to utils.h (except QUIT() and related).
3180 #include "utils.h", "host-defs.h".
3181 * probe.h (probe_p): Move here from gdb_vecs.h.
3182 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3183 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3184 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3185 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3186 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3187 (COMMON_OBS): Add gdb_vecs.o.
3188 (gdb_vecs.o): New rule.
3189
3190 2012-07-18 Keith Seitz <keiths@redhat.com>
3191
3192 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3193 parameter. If non-zero, use SYMNAME as the canonical name
3194 for the SaL.
3195 Update all callers.
3196 (convert_linespec_to_sals): Use add_sal_to_sals for
3197 expressions, too.
3198 (decode_line_full): No need to "fill in missing canonical names"
3199 anymore. Simply make cleanups for the allocated names.
3200
3201 2012-07-18 Keith Seitz <keiths@redhat.com>
3202
3203 * linespec.c (struct linespec): Constify expression,
3204 source_filename, function_name, and label_name.
3205 (symbol_not_found_error): Make all parameters const.
3206 (linespec_parser_delete): No need to check for NULL
3207 when using xfree. Cast const char * to char * for xfree.
3208
3209 2012-07-18 Keith Seitz <keiths@redhat.com>
3210
3211 * breakpoint.c (invalid_thread_id_error): New function.
3212 (find_condition_and_thread): Use invalid_thread_id_error.
3213 (watch_command_1): Likewise.
3214
3215 2012-07-18 Tom Tromey <tromey@redhat.com>
3216
3217 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3218 * contrib/cc-with-tweaks.sh: New file.
3219
3220 2012-07-18 Tom Tromey <tromey@redhat.com>
3221
3222 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3223 (locate_dwz_sections): Recognize .gdb_index.
3224 (create_cus_from_index_list): New function.
3225 (create_cus_from_index): Use it. Handle .dwz data.
3226 (read_index_from_section): New function, extracted from
3227 dwarf2_read_index.
3228 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3229 if needed.
3230
3231 2012-07-18 Tom Tromey <tromey@redhat.com>
3232
3233 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3234 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3235 <is_dwz>: New field.
3236 (struct dwz_file): New.
3237 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3238 (locate_dwz_sections, dwarf2_get_dwz_file)
3239 (get_abbrev_section_for_cu): New functions.
3240 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3241 (read_and_check_type_unit_head): Add abbrev_section argument.
3242 (create_debug_types_hash_table): Update.
3243 (init_cutu_and_read_dies): Use proper abbrev section.
3244 (init_cutu_and_read_dies_no_follow): Likewise.
3245 (set_partial_user): Do nothing if PST==NULL.
3246 (read_comp_units_from_section): New function.
3247 (create_all_comp_units): Use it.
3248 (scan_partial_symbols, partial_die_parent_scope): Update.
3249 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3250 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3251 (find_partial_die): Add offset_in_dwz argument. Update.
3252 (guess_partial_die_structure_name, fixup_partial_die): Update.
3253 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3254 DW_FORM_GNU_strp_alt.
3255 (read_indirect_string_from_dwz): New function.
3256 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3257 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3258 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3259 (follow_die_offset): Add offset_in_dwz argument.
3260 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3261 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3262 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3263 Handle new macro forms.
3264 (dwarf_decode_macros): Update.
3265 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3266 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3267 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3268 (create_debug_types_hash_table): Use correct abbrev section.
3269 (get_debug_line_section): New function.
3270 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3271 (process_full_comp_unit): Pass 'required' argument to
3272 end_symtab_get_static_block.
3273 * buildsym.h (end_symtab_get_static_block): Update.
3274 * buildsym.c (end_symtab_get_static_block): Add 'required'
3275 argument.
3276 (end_symtab, end_expandable_symtab): Update.
3277
3278 2012-07-18 Tom Tromey <tromey@redhat.com>
3279
3280 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3281 (pagesize): Remove.
3282 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3283 (zlib_decompress_section): Remove.
3284 (dwarf2_read_section): Use gdb_bfd_map_section.
3285 (munmap_section_buffer): Remove.
3286 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3287 munmap_section_buffer.
3288 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3289 (struct gdb_bfd_section_data): New.
3290 (free_one_bfd_section): New function.
3291 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3292 (get_section_descriptor, zlib_decompress_section)
3293 (gdb_bfd_map_section): New functions.
3294 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3295
3296 2012-07-18 Tom Tromey <tromey@redhat.com>
3297
3298 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3299
3300 2012-07-18 Tom Tromey <tromey@redhat.com>
3301
3302 * gdb_bfd.c (struct gdb_bfd_data): New.
3303 (gdb_bfd_cache): New global.
3304 (struct gdb_bfd_cache_search): New.
3305 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3306 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3307 * gdb_bfd.h (gdb_bfd_open): Declare.
3308
3309 2012-07-18 Tom Tromey <tromey@redhat.com>
3310
3311 * utils.c (make_cleanup_bfd_unref): Rename from
3312 make_cleanup_bfd_close.
3313 * defs.h (make_cleanup_bfd_unref): Rename from
3314 make_cleanup_bfd_close.
3315 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3316 (bfd_openw_with_cleanup): Update.
3317 * corelow.c (core_open): Update.
3318 * dsrec.c (load_srec): Update.
3319 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3320 * remote-m32r-sdi.c (m32r_load): Update.
3321 * remote-mips.c (mips_load_srec): Update.
3322 (pmon_load_fast): Update.
3323 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3324 Update.
3325 (darwin_bfd_open): Update.
3326 * solib.c (solib_bfd_fopen): Update.
3327 * symfile-mem.c (symbol_file_add_from_memory): Update.
3328 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3329 (symfile_bfd_open): Update.
3330 (generic_load): Update.
3331
3332 2012-07-18 Tom Tromey <tromey@redhat.com>
3333
3334 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3335 (pmon_load_fast): Likewise.
3336 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3337 (m32r_upload_command): Likewise.
3338 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3339 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3340 Use make_cleanup_bfd_close.
3341
3342 2012-07-18 Tom Tromey <tromey@redhat.com>
3343
3344 * symfile.c (symfile_bfd_open): Don't copy name. Call
3345 gdb_bfd_stash_filename.
3346 (load_command): Open the new BFD before freeing the old.
3347 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3348 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3349 Call gdb_bfd_stash_filename.
3350 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3351 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3352 gdb_bfd_stash_filename.
3353 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3354 Free found_pathname.
3355 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3356 gdb_bfd_stash_filename.
3357 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3358 * machoread.c (macho_add_oso_symfile): Call
3359 gdb_bfd_stash_filename.
3360 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3361 gdb_bfd_stash_filename.
3362 (macho_check_dsym): Don't copy filename. Call
3363 gdb_bfd_stash_filename.
3364 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3365 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3366 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3367 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3368 * exec.c (exec_close): Don't free the BFD's filename.
3369 (exec_file_attach): Don't copy the filename. Call
3370 gdb_bfd_stash_filename.
3371 * corelow.c (core_close): Don't free the BFD's filename.
3372 (core_open): Call gdb_bfd_stash_filename.
3373 * corefile.c (reopen_exec_file): Remove #if 0 code.
3374 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3375 pathname.
3376 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3377
3378 2012-07-18 Tom Tromey <tromey@redhat.com>
3379
3380 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3381 gdb_bfd_unref.
3382 (free_dwo_file): Use gdb_bfd_unref.
3383 * cli/cli-dump.c: Include gdb_bfd.h.
3384 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3385 (bfd_openr_with_cleanup): Likewise.
3386 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3387 gdb_bfd_unref.
3388 * utils.c: Include gdb_bfd.h.
3389 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3390 * symfile.c: Include gdb_bfd.h.
3391 (separate_debug_file_exists): Use gdb_bfd_unref.
3392 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3393 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3394 (generic_load): Use gdb_bfd_ref.
3395 (reread_symbols): Use gdb_bfd_unref.
3396 * symfile-mem.c: Include gdb_bfd.h.
3397 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3398 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3399 * solib.c: Include gdb_bfd.h.
3400 (solib_bfd_fopen): Use gdb_bfd_ref.
3401 (solib_bfd_open): Use gdb_bfd_unref.
3402 (free_so_symbols): Use gdb_bfd_unref.
3403 (reload_shared_libraries_1): Use gdb_bfd_unref.
3404 * solib-spu.c: Include gdb_bfd.h.
3405 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3406 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3407 gdb_bfd_unref.
3408 * solib-frv.c: Include gdb_bfd.h.
3409 (enable_break2): Use gdb_bfd_unref.
3410 * solib-dsbt.c: Include gdb_bfd.h.
3411 (enable_break2): Use gdb_bfd_unref.
3412 * solib-darwin.c: Include gdb_bfd.h.
3413 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3414 gdb_bfd_unref.
3415 (darwin_bfd_open): Use gdb_bfd_unref.
3416 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3417 * remote-mips.c: Include gdb_bfd.h.
3418 (mips_load_srec): Use gdb_bfd_ref.
3419 (pmon_load_fast): Use gdb_bfd_ref.
3420 * remote-m32r-sdi.c: Include gdb_bfd.h.
3421 (m32r_load): Use gdb_bfd_ref.
3422 * record.c: Include gdb_bfd.h.
3423 (record_save_cleanups): Use gdb_bfd_unref.
3424 (cmd_record_save): Use gdb_bfd_unref.
3425 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3426 gdb_bfd_unref.
3427 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3428 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3429 * objfiles.c: Include gdb_bfd.h.
3430 (free_objfile): Use gdb_bfd_unref.
3431 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3432 gdb_bfd.c.
3433 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3434 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3435 (macho_check_dsym): Likewise.
3436 * m32r-rom.c: Include gdb_bfd.h.
3437 (m32r_load): Use gdb_bfd_ref.
3438 (m32r_upload_command): Use gdb_bfd_ref.
3439 * jit.c: Include gdb_bfd.h.
3440 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3441 * gdb_bfd.h: New file.
3442 * gdb_bfd.c: New file.
3443 * gcore.c: Include gdb_bfd.h.
3444 (create_gcore_bfd): Use gdb_bfd_ref.
3445 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3446 (gcore_command): Use gdb_bfd_unref.
3447 * exec.c: Include gdb_bfd.h.
3448 (exec_close): Use gdb_bfd_unref.
3449 (exec_close_1): Use gdb_bfd_unref.
3450 (exec_file_attach): Use gdb_bfd_ref.
3451 * elfread.c: Include gdb_bfd.h.
3452 (build_id_verify): Use gdb_bfd_unref.
3453 * dsrec.c: Include gdb_bfd.h.
3454 (load_srec): Use gdb_bfd_ref.
3455 * corelow.c: Include gdb_bfd.h.
3456 (core_close): Use gdb_bfd_unref.
3457 (core_open): Use gdb_bfd_ref.
3458 * bfd-target.c: Include gdb_bfd.h.
3459 (target_bfd_xclose): Use gdb_bfd_unref.
3460 (target_bfd_reopen): Use gdb_bfd_ref.
3461 * Makefile.in (SFILES): Add gdb_bfd.c.
3462 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3463 (COMMON_OBS): Add gdb_bfd.o.
3464
3465 2012-07-18 Keith Seitz <keiths@redhat.com>
3466
3467 * breakpoint.c (find_condition_and_thread): Initialize
3468 TASK and REST.
3469 (create_breakpiont): find_condition_and_thread will now
3470 initialize COND_STRING, THREAD, and REST (and TASK).
3471 (addr_string_to_sals): Likewise.
3472
3473 2012-07-18 Pedro Alves <palves@redhat.com>
3474
3475 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3476 Pull the single step breakpoints out of the target.
3477
3478 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3479
3480 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3481 * stap-probe.c (compile_probe_arg): Likewise.
3482
3483 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3486 (elf_compile_to_ax): Likewise.
3487 * infrun.c (insert_exception_resume_from_probe): Likewise.
3488 (check_exception_resume): Remove `objfile' variable.
3489 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3490 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3491 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3492 (compare_entries): Rename to...
3493 (compare_probes): ...this. Adjust function to work with
3494 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3495 respectively.
3496 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3497 `VEC (probe_p) *'.
3498 (print_ui_out_info): Adjust argument to be `struct probe *'.
3499 (info_probes_for_ops): Adjust internal computations to use
3500 `VEC (probe_p) *'.
3501 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3502 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3503 gen_info_probes_table_values>: Remove `objfile' argument.
3504 (struct probe) <objfile>: New field.
3505 (find_probe_by_pc): Remove `objfile' argument.
3506 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3507 (stap_get_probe_argument_count): Likewise.
3508 (stap_get_arg): Likewise.
3509 (stap_evaluate_probe_argument): Likewise.
3510 (stap_compile_to_ax): Likewise.
3511 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3512 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3513 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3514 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3515 sym_compile_to_ax>: Likewise.
3516
3517 2012-07-18 Terry Guo <terry.guo@arm.com>
3518
3519 PR 14329
3520 * defs.h (GDB_MI_MSG_WIDTH): New.
3521 * ser_base (ser_base_read_error_fd): New function.
3522 (do_ser_base_readchar): Poll error file descriptor as well as
3523 standard output.
3524 (generic_readchar): Refactor error handling.
3525
3526 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3527
3528 * NEWS: Create a new section for the next release branch.
3529 Rename the section of the current branch, now that it has
3530 been cut.
3531
3532 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3533
3534 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3535 * version.in: Bump version to 7.5.50.20120718-cvs.
3536
3537 2012-07-17 Keith Seitz <keiths@redhat.com>
3538
3539 * linespec.c (linespec_parse_line_offset): Make parameter
3540 const.
3541
3542 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3543
3544 PR 11914
3545 * f-valprint.c (info_common_command): New variable frame_id.
3546 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3547 * printcmd.c (print_variable_and_value): Extend function comment.
3548 Add comment for invalidated FRAME.
3549 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3550 FI form FRAME_ID after each print_frame_local_vars.
3551 (struct print_variable_and_value_data): Change frame to frame_id.
3552 (do_print_variable_and_value): New variable frame, initialize it from
3553 p->frame_id. Add comment for invalidated FRAME.
3554 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3555 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3556 for invalidated FRAME.
3557
3558 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3559 Pedro Alves <palves@redhat.com>
3560
3561 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3562 loop.
3563
3564 2012-07-16 Tom Tromey <tromey@redhat.com>
3565
3566 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3567
3568 2012-07-15 Doug Evans <dje@google.com>
3569
3570 * dwarf2read.c (stmt_list_hash): New struct.
3571 (type_unit_group): Embed "per_cu" member, remove pointer.
3572 New union member "t", move member "tus" into it, all uses updated.
3573 New member "hash", replaces member "line_offset, all uses updated.
3574 (quick_file_names): Replace member "offset" with "hash", all uses
3575 updated.
3576 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3577 (hash_file_name_entry, eq_file_name_entry): Call them.
3578 (hash_type_unit_group, eq_type_unit_group): Ditto.
3579 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3580 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3581 (dw2_get_file_names): Update.
3582 (create_type_unit_group): Replace "per_cu" arg with "cu".
3583 All callers updated. Fix "quick" (.gdb_index) handling.
3584 (get_type_unit_group): Replace "per_cu" arg with "cu".
3585 All callers updated.
3586 (build_type_unit_groups): Don't reset tu_stats.
3587
3588 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3589 "tab_cur_size". Change member "tab" to be a htab_t.
3590 (create_filename_seen_cache): Update.
3591 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3592 (filename_seen): Update.
3593
3594 2012-07-13 Doug Evans <dje@google.com>
3595
3596 * symtab.c (filename_seen): Update comment.
3597
3598 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3599 Doug Evans <dje@google.com>
3600
3601 * buildsym.c (end_symtab_1): Split it to ...
3602 (end_symtab_get_static_block): ... this ...
3603 (end_symtab_from_static_block): ... and this function.
3604 (end_symtab, end_expandable_symtab): Call them.
3605 * buildsym.h (end_symtab_get_static_block)
3606 (end_symtab_from_static_block): New declarations.
3607 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3608 Set its valid CU ranges.
3609
3610 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3611
3612 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3613 DW_OP_GNU_parameter_ref.
3614
3615 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3616
3617 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3618 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3619
3620 2012-07-13 Doug Evans <dje@google.com>
3621
3622 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3623 (filename_seen_cache): New struct.
3624 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3625 (create_filename_seen_cache): New function.
3626 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3627 (filename_seen): Delete arg "first". New arg "cache". All callers
3628 updated.
3629 (output_source_filename_data): New struct.
3630 (output_source_filename): Delete arg "first". New arg "data".
3631 All callers updated.
3632 (sources_info): Delete local "first". New locals "data", "cleanups".
3633 Rewrite to use filename_seen_cache.
3634 (add_partial_filename_data): Delete member "first". New member
3635 "filename_seen_cache". All uses updated.
3636 (make_source_files_completion_list): Rewrite to use
3637 filename_seen_cache.
3638
3639 2012-07-12 Doug Evans <dje@google.com>
3640
3641 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3642
3643 2012-07-10 Doug Evans <dje@google.com>
3644
3645 PR gdb/13498
3646 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3647 all_type_unit_groups, type_unit_groups, tu_stats.
3648 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3649 All uses updated. Add type_unit_group to union "s".
3650 (type_unit_group): New struct.
3651 (IS_TYPE_UNIT_GROUP): New macro.
3652 (abbrev_table): Delete unused member "section".
3653 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3654 (dw2_get_cu): Assert not used with type_unit_group.
3655 (dw2_get_primary_cu): New function.
3656 (dw2_build_type_unit_groups_reader): New function.
3657 (dw2_build_type_unit_groups): New function.
3658 (dw2_get_file_names): Assert not called on type units.
3659 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3660 Redo loop to iterate over type unit groups instead of type units.
3661 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3662 (read_abbrev_offset): New function.
3663 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3664 updated.
3665 (create_partial_symtab): New function.
3666 (process_psymtab_comp_unit_reader): Assert not used with type units.
3667 Call create_partial_symtab.
3668 (process_psymtab_type_unit): Delete.
3669 (hash_type_unit_group, eq_type_unit_group): New functions.
3670 (allocate_type_unit_groups_table): New function.
3671 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3672 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3673 (create_type_unit_group, get_type_unit_group): New functions.
3674 (tu_abbrev_offset): New struct.
3675 (sort_tu_by_abbrev_offset): New function.
3676 (add_type_unit_group_to_table): New function.
3677 (build_type_unit_groups): New function.
3678 (build_type_psymtabs_reader): New function.
3679 (build_type_psymtab_dependencies): New function.
3680 (build_type_psymtabs): Rewrite.
3681 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3682 is seen in a type unit.
3683 (process_queue): Move symtab expansion debugging printfs here.
3684 Call process_full_type_unit for type units.
3685 (compute_symtab_includes): Assert not called for type units.
3686 (process_cu_includes): Don't call compute_symtab_includes for
3687 type units.
3688 (process_full_type_unit): New function.
3689 (process_imported_unit_die): Flag an error if called for type units.
3690 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3691 updated. Assert not called for type units.
3692 (read_file_scope): Call dwarf2_start_symtab.
3693 (setup_type_unit_groups): New function.
3694 (read_type_unit_scope): Rewrite.
3695 (abbrev_table_read_table): Initialize abbrev_table->offset.
3696 (abbrev_table_free_cleanup): New function.
3697 (dwarf2_start_symtab): New function.
3698 (load_full_type_unit): Assert not called for type unit groups.
3699 * buildsym.c (finish_block_internal): New arg "expandable".
3700 All callers updated.
3701 (start_symtab): Move most contents to ...
3702 (restart_symtab): ... here. New function.
3703 (reset_symtab_globals): New function.
3704 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3705 Call reset_symtab_globals.
3706 (end_symtab, end_expandable_symtab): New functions.
3707 (set_missing_symtab, augment_type_symtab): New functions.
3708 * buildsym.h (end_expandable_symtab): Declare.
3709 (augment_type_symtab, restart_symtab): Declare.
3710 * psympriv.h (struct partial_symtab): New member "anonymous".
3711 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3712 anonymous psymtabs.
3713 (read_psymtabs_with_filename): Ditto.
3714 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3715 (expand_symtabs_matching_via_partial): Ditto.
3716 (dump_psymtab): Update.
3717 * dictionary.c (dict_add_pending): New function.
3718 * dictionary.h (dict_add_pending): Declare.
3719
3720 2012-07-09 Doug Evans <dje@google.com>
3721
3722 * buildsym.c (start_subfile): Remove unnecessary check for
3723 name == NULL.
3724
3725 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3726
3727 * dwarf2read.c (load_full_type_unit): Simplify.
3728
3729 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3730 to struct signatured_type **. All uses updated.
3731
3732 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3733 All callers updated.
3734
3735 2012-07-09 Tom Tromey <tromey@redhat.com>
3736
3737 * c-exp.y (check_parameter_typelist): New function.
3738 (parameter_typelist): Call it.
3739 * eval.c (make_params): Handle '(void)' case.
3740 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3741 '(void)' case.
3742
3743 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3744
3745 * common/linux-ptrace.c: Include gdb_assert.h.
3746 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3747 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3748 stdint.h.
3749 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3750 functions.
3751 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3752 * linux-nat.c (linux_child_post_attach)
3753 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3754
3755 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3758 nptl <2.7 bug workaround for core files.
3759
3760 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3761
3762 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3763 clearing.
3764 (save_siginfo): Remove.
3765 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3766 call.
3767 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3768 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3769 * linux-nat.h (struct lwp_info): Remove field siginfo.
3770
3771 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3772
3773 Code cleanup for the next patch.
3774 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3775 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3776 call for it.
3777 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3778 (ia64_linux_stopped_data_address):
3779 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3780 the return value.
3781 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3782 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3783 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3784 call for it.
3785
3786 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 PR 14321
3789 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3790 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3791
3792 2012-07-06 Tom Tromey <tromey@redhat.com>
3793
3794 * c-exp.y (DOTDOTDOT): New token.
3795 (func_mod, exp): Use parameter_typelist.
3796 (parameter_typelist): New production.
3797 (tokentab3): Add "..." token.
3798 * eval.c (make_params): Handle varargs.
3799 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3800 varargs.
3801
3802 2012-07-06 Tom Tromey <tromey@redhat.com>
3803
3804 PR exp/9608:
3805 * c-exp.y (%union) <tvec>: Change type.
3806 (func_mod): Now uses <tvec> type.
3807 (exp): Update for tvec change.
3808 (direct_abs_decl): Push the typelist.
3809 (func_mod): Return a typelist.
3810 (nonempty_typelist): Update for tvec change.
3811 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3812 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3813 * parse.c (pop_type_list): New function.
3814 (push_typelist): New function.
3815 (follow_types): Handle tp_function_with_arguments.
3816 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3817 (enum type_pieces) <tp_function_with_arguments>: New constant.
3818 (union type_stack_elt) <typelist_val>: New field.
3819 (push_typelist): Declare.
3820
3821 2012-07-06 Tom Tromey <tromey@redhat.com>
3822
3823 * c-exp.y (%union) <type_stack>: New field.
3824 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3825 (ptr_operator_ts): New production.
3826 (ptype): Update.
3827 * parse.c (type_stack_reserve): New function.
3828 (check_type_stack_depth): Use it.
3829 (pop_type_stack, append_type_stack, push_type_stack)
3830 (get_type_stack, type_stack_cleanup): New functions.
3831 (follow_types): Handle tp_type_stack.
3832 (_initialize_parse): Simplify initialization.
3833 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3834 constant.
3835 (union type_stack_elt) <stack_val>: New field.
3836 (get_type_stack, append_type_stack, push_type_stack)
3837 (type_stack_cleanup): Declare.
3838
3839 2012-07-06 Tom Tromey <tromey@redhat.com>
3840
3841 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3842 Remove.
3843 (struct type_stack): New.
3844 * parse.c (type_stack, type_stack_size, type_stack_depth):
3845 Remove.
3846 (type_stack): New global.
3847 (parse_exp_in_context, check_type_stack_depth)
3848 (insert_into_type_stack, insert_type, push_type, push_type_int)
3849 (insert_type_address_space, pop_type, pop_type_int)
3850 (_initialize_parse): Update.
3851
3852 2012-07-06 Tom Tromey <tromey@redhat.com>
3853
3854 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3855 Remove %type.
3856
3857 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3858
3859 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3860
3861 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3862 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3865 alloca with xmalloc/xfree.
3866
3867 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3868
3869 * MAINTAINERS (Write After Approval): Add myself to the list.
3870
3871 2012-07-05 Doug Evans <dje@google.com>
3872
3873 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3874
3875 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3876
3877 * ax-gdb.c (cli/cli-utils.h): New include.
3878 (linespec.h): Ditto.
3879 (agent_eval_command_one): New function.
3880 (agent_command_1): Ditto.
3881 (agent_command): Call function agent_command_1.
3882 (agent_eval_command): Ditto.
3883 (_initialize_ax_gdb): Change help for "maint agent"
3884 and "maint agent-eval".
3885
3886 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3887
3888 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3889 * cli/cli-utils.c (check_for_argument): New function.
3890 * cli/cli-utils.h (check_for_argument): Ditto.
3891
3892 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3893
3894 * NEWS: Mention x32 ABI support.
3895
3896 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3897
3898 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3899 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3900
3901 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3902 and pc_regnum_from_eax to -1. Update SP regnum from
3903 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3904 needed.
3905
3906 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3907 pc_regnum_from_eax.
3908
3909 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3910
3911 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3912 * dwarf2expr.h: Include gdbtypes.h.
3913 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3914 these forward declarations.
3915 (cu_offset, sect_offset): Move these ...
3916 * gdbtypes.h: Remove include dwarf2expr.h.
3917 (cu_offset, sect_offset): ... here.
3918
3919 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3920
3921 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3922 (amd64_linux_sigtramp_code): This.
3923 (amd64_x32_linux_sigtramp_code): New.
3924 (LINUX_SIGTRAMP_LEN): Updated.
3925 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3926
3927 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3928
3929 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3930
3931 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3932
3933 * config.in: Regenerate.
3934 * configure: Regenerate.
3935 * configure.ac: Remove check for gnu/libc-version.h.
3936 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3937 gnu/libc-version.h.
3938 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3939 variables libc_version, libc_major and libc_minor. Replace sscanf by
3940 inferior_has_bug. Extend the comment.
3941
3942 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3943
3944 * linux-thread-db.c (inferior_has_bug): New function.
3945 (thread_db_find_new_threads_silently): Return boolean as checked by
3946 inferior_has_bug, describe it in the comments.
3947 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3948 earlier. Abort the initialization if it returned non-zero.
3949 (thread_db_new_objfile): Exclude debug files.
3950 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3951 if UNTIL_NO_NEW,
3952
3953 2012-07-02 Doug Evans <dje@google.com>
3954
3955 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3956 related to queue management.
3957
3958 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3959 instead of "debug dwarf2-die" in debugging printfs.
3960 (create_debug_info_hash_table_reader): Ditto.
3961 (create_debug_info_hash_table): Ditto.
3962 (init_dwo_file): Ditto.
3963 (init_cutu_and_read_dies): Add debugging printf.
3964 (init_cutu_and_read_dies_no_follow): Ditto.
3965 (process_psymtab_comp_unit_reader): Ditto.
3966
3967 2012-07-02 Stan Shebs <stan@codesourcery.com>
3968
3969 Add target-side support for dynamic printf.
3970 * NEWS: Mention the additional style.
3971 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3972 (struct bp_location): New field cmd_bytecode.
3973 * breakpoint.c: Include format.h.
3974 (disconnected_dprintf): New global.
3975 (parse_cmd_to_aexpr): New function.
3976 (build_target_command_list): New function.
3977 (insert_bp_location): Call it.
3978 (remove_breakpoints_pid): Skip dprintf breakpoints.
3979 (print_one_breakpoint_location): Ditto.
3980 (dprintf_style_agent): New global.
3981 (dprintf_style_enums): Add dprintf_style_agent.
3982 (update_dprintf_command_list): Add agent case.
3983 (agent_printf_command): New function.
3984 (_initialize_breakpoint): Add new commands.
3985 * common/ax.def (printf): New bytecode.
3986 * ax.h (ax_string): Declare.
3987 * ax-gdb.h (gen_printf): Declare.
3988 * ax-gdb.c: Include cli-utils.h, format.h.
3989 (gen_printf): New function.
3990 (maint_agent_print_command): New function.
3991 (_initialize_ax_gdb): Add maint agent-printf command.
3992 * ax-general.c (ax_string): New function.
3993 (ax_print): Add printf disassembly.
3994 * Makefile.in (SFILES): Add format.c
3995 (COMMON_OBS): Add format.o.
3996 * common/format.h: New file.
3997 * common/format.c: New file.
3998 * printcmd.c: Include format.h.
3999 (ui_printf): Call parse_format_string.
4000 * remote.c (remote_state): New field breakpoint_commands.
4001 (PACKET_BreakpointCommands): New enum.
4002 (remote_breakpoint_commands_feature): New function.
4003 (remote_protocol_features): Add new BreakpointCommands entry.
4004 (remote_can_run_breakpoint_commands): New function.
4005 (remote_add_target_side_commands): New function.
4006 (remote_insert_breakpoint): Call it.
4007 (remote_insert_hw_breakpoint): Ditto.
4008 (_initialize_remote): Add new packet configuration for
4009 target-side breakpoint commands.
4010 * target.h (struct target_ops): New field
4011 to_can_run_breakpoint_commands.
4012 (target_can_run_breakpoint_commands): New macro.
4013 * target.c (update_current_target): Handle
4014 to_can_run_breakpoint_commands.
4015
4016 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4017
4018 Execute -ix and -iex only after system and user gdbinit files.
4019 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4020 processing down after gdbinit files.
4021
4022 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 Add fnmatch-gnu module.
4025 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4026 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4027 * gnulib/aclocal.m4: Regenerate.
4028 * gnulib/config.in: Regenerate.
4029 * gnulib/configure: Regenerate.
4030 * gnulib/import/dummy.c: Remove.
4031 * gnulib/import/Makefile.am: Regenerate.
4032 * gnulib/import/Makefile.in: Likewise.
4033 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4034 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4035 * gnulib/import/alloca.c: New file.
4036 * gnulib/import/alloca.in.h: Likewise.
4037 * gnulib/import/config.charset: Likewise.
4038 * gnulib/import/fnmatch.c: Likewise.
4039 * gnulib/import/fnmatch.in.h: Likewise.
4040 * gnulib/import/fnmatch_loop.c: Likewise.
4041 * gnulib/import/localcharset.c: Likewise.
4042 * gnulib/import/localcharset.h: Likewise.
4043 * gnulib/import/m4/alloca.m4: Likewise.
4044 * gnulib/import/m4/codeset.m4: Likewise.
4045 * gnulib/import/m4/configmake.m4: Likewise.
4046 * gnulib/import/m4/fcntl-o.m4: Likewise.
4047 * gnulib/import/m4/fnmatch.m4: Likewise.
4048 * gnulib/import/m4/glibc21.m4: Likewise.
4049 * gnulib/import/m4/localcharset.m4: Likewise.
4050 * gnulib/import/m4/locale-fr.m4: Likewise.
4051 * gnulib/import/m4/locale-ja.m4: Likewise.
4052 * gnulib/import/m4/locale-zh.m4: Likewise.
4053 * gnulib/import/m4/mbrtowc.m4: Likewise.
4054 * gnulib/import/m4/mbsinit.m4: Likewise.
4055 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4056 * gnulib/import/m4/mbstate_t.m4: Likewise.
4057 * gnulib/import/m4/stdbool.m4: Likewise.
4058 * gnulib/import/m4/wchar_h.m4: Likewise.
4059 * gnulib/import/m4/wctype_h.m4: Likewise.
4060 * gnulib/import/m4/wint_t.m4: Likewise.
4061 * gnulib/import/mbrtowc.c: Likewise.
4062 * gnulib/import/mbsinit.c: Likewise.
4063 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4064 * gnulib/import/mbsrtowcs-state.c: Likewise.
4065 * gnulib/import/mbsrtowcs.c: Likewise.
4066 * gnulib/import/ref-add.sin: Likewise.
4067 * gnulib/import/ref-del.sin: Likewise.
4068 * gnulib/import/stdbool.in.h: Likewise.
4069 * gnulib/import/streq.h: Likewise.
4070 * gnulib/import/strnlen1.c: Likewise.
4071 * gnulib/import/strnlen1.h: Likewise.
4072 * gnulib/import/verify.h: Likewise.
4073 * gnulib/import/wchar.in.h: Likewise.
4074 * gnulib/import/wctype.in.h: Likewise.
4075
4076 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 Support shell wildcards for 'set auto-load safe-path'.
4079 * auto-load.c: Include fnmatch.h.
4080 (filename_is_in_dir): Rename to ...
4081 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4082 it. Update function comment. Rename dir_len to pattern_len. New
4083 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4084 messages. Use gdb_filename_fnmatch.
4085 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4086 pattern.
4087 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4088 * defs.h (gdb_filename_fnmatch): New declaration.
4089 * utils.c: Include fnmatch.h.
4090 (gdb_filename_fnmatch): New function.
4091
4092 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4093
4094 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4095 `-probe' and `-probe-stap' options.
4096
4097 2012-07-01 Yao Qi <yao@codesourcery.com>
4098
4099 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4100 always_inserted_off, and always_inserted_enums.
4101 Change always_inserted_mode's type to 'enum auto_boolean'.
4102 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4103 callers.
4104 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4105 of add_setshow_enum_cmd.
4106 * infrun.c: Remove can_use_displaced_stepping_auto,
4107 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4108 can_use_displaced_stepping_enum.
4109 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4110 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4111 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4112 add_setshow_enum_cmd.
4113
4114 2012-06-30 Doug Evans <dje@google.com>
4115
4116 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4117 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4118 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4119
4120 2012-06-29 Doug Evans <dje@google.com>
4121
4122 * linespec.c: #include "stack.h".
4123 (decode_line_with_current_source): Moved here from symtab.c and
4124 renamed from decode_line_spec. All callers updated.
4125 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4126 renamed from decode_line_spec_1. All callers updated.
4127 * linespec.h (decode_line_with_current_source): Move declaration here
4128 from symtab.h and renamed from decode_line_spec.
4129 (decode_line_with_last_displayed): Move declaration here from symtab.h
4130 and renamed from decode_line_spec_1.
4131 * macrocmd.c: #include "linespec.h".
4132 * symtab.c: Remove #include "linespec.h".
4133
4134 2012-06-28 Doug Evans <dje@google.com>
4135
4136 * dwarf2read.c (get_cu_length): New function.
4137 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4138 (create_debug_types_hash_table): Ditto.
4139 (init_cutu_and_read_dies): Ditto.
4140 (init_cutu_and_read_dies_no_follow): Ditto.
4141
4142 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4143
4144 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4145 (struct abbrev_table): Define.
4146 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4147 abbrev_table.
4148 (init_cutu_and_read_dies): Update.
4149 (abbrev_table_alloc_abbrev): New function. Replaces
4150 dwarf_alloc_abbrev. All callers updated.
4151 (abbrev_table_add_abbrev): New function.
4152 (abbrev_table_lookup_abbrev): New function. Replaces
4153 dwarf2_lookup_abbrev. All callers updated.
4154 (abbrev_table_read_table): New function. Contents moved here from
4155 dwarf2_read_abbrevs.
4156 (dwarf2_read_abbrevs): Call it.
4157 (abbrev_table_free): New function.
4158 (dwarf2_free_abbrev_table): Call it.
4159
4160 2012-06-28 Stan Shebs <stan@codesourcery.com>
4161
4162 * osdata.c (info_osdata_command): Filter out "Title" columns
4163 from non-MI uses.
4164 * common/linux-osdata.c (struct osdata_type): Add title field.
4165 (osdata_table): Add titles to each entry.
4166 (linux_command_xfer_osdata): Add a column for title data.
4167
4168 2012-06-28 Stan Shebs <stan@codesourcery.com>
4169
4170 Make logging work for MI.
4171 * NEWS: Mention it.
4172 * interps.h (interp_set_logging_ftype): New typedef.
4173 (struct interp_procs): New field set_logging_proc.
4174 (current_interp_set_logging): Declare.
4175 * interps.c (current_interp_set_logging): New function.
4176 * cli/cli-logging.c: Include interps.h.
4177 (set_logging_redirect): Call current_interp_set_logging.
4178 (pop_output_files): Ditto.
4179 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4180 * mi/mi-console.h (mi_console_set_raw): Declare.
4181 * mi/mi-console.c (mi_console_set_raw): New function.
4182 * mi/mi-interp.c (saved_raw_stdout): New global.
4183 (mi_set_logging): New function.
4184 (_initialize_mi_interp): Add it to interp procs.
4185
4186 2012-06-28 Doug Evans <dje@google.com>
4187
4188 * symtab.c (lookup_symbol_aux_objfile): Use
4189 ALL_OBJFILE_PRIMARY_SYMTABS.
4190
4191 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4192
4193 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4194
4195 * common/buffer.c: Include inttypes.h and stdint.h.
4196 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4197
4198 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4199 Pedro Alves <palves@redhat.com>
4200
4201 * gdbthread.h (ALL_THREADS): New macro.
4202 (thread_list): Declare.
4203 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4204 going, but instead fall through to the stepping handling.
4205 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4206 the passed in signal. Adjust debug output.
4207 (resume_callback): Rename to ...
4208 (linux_nat_resume_callback): ... this. Pass the thread's last
4209 stop signal, if in "pass" state.
4210 (linux_nat_resume): Adjust to rename.
4211 (stop_wait_callback): New assertion. Don't respawn signals;
4212 instead let the LWP remain with SIGNALLED set.
4213 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4214 * remote.c (append_pending_thread_resumptions): New.
4215 (remote_vcont_resume): Call it.
4216 * target.h (target_resume): Extend comment.
4217
4218 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4219
4220 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4221
4222 2012-06-27 Doug Evans <dje@google.com>
4223
4224 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4225 Delete have_addr_base, unused. All uses updated.
4226 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4227 (dwarf2_get_pc_bounds): Add ranges_base.
4228 (dwarf2_record_block_ranges): Ditto.
4229
4230 2012-06-27 Tom Tromey <tromey@redhat.com>
4231
4232 PR macros/7961:
4233 * varobj.c (varobj_create): Update.
4234 (varobj_set_value): Update.
4235 * tracepoint.c (validate_actionline): Update.
4236 (encode_actions_1): Update.
4237 * parse.c (parse_exp_1): Add 'pc' argument.
4238 (parse_exp_in_context): Add 'pc' argument. Change how
4239 expression_context_pc is set.
4240 (parse_expression): Update.
4241 (parse_field_expression): Update.
4242 * expression.h (parse_exp_1): Update.
4243 * eval.c (parse_to_comma_and_eval): Update.
4244 * breakpoint.c (set_breakpoint_condition): Update.
4245 (update_watchpoint): Update.
4246 (init_breakpoint_sal): Update
4247 (find_condition_and_thread): Update.
4248 (watch_command_1): Update.
4249 (update_breakpoint_locations): Update.
4250 * ada-lang.c (ada_read_renaming_var_value): Update.
4251 (create_excep_cond_exprs): Update.
4252
4253 2012-06-27 Doug Evans <dje@google.com>
4254
4255 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4256 type units.
4257
4258 2012-06-26 Doug Evans <dje@google.com>
4259
4260 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4261 prototype.
4262 (error_check_comp_unit_head): New arg abbrev_section. All callers
4263 updated.
4264 (read_and_check_comp_unit_head): Ditto.
4265 (read_and_check_type_unit_head): Ditto.
4266
4267 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4268
4269 New attribute 'last' for gdb.Symtab_and_line.
4270 * NEWS (Python Scripting): Add entry about the new attribute.
4271 * python/py-symtab.c (salpy_get_last): New function which
4272 implements the get method for the 'last' attribute of
4273 gdb.Symtab_and_line.
4274 (sal_object_getset): Add entry for the 'last' attribute.
4275
4276 2012-06-26 Doug Evans <dje@google.com>
4277
4278 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4279 (dwo_sections): Add macinfo, macro.
4280 (dwarf2_locate_dwo_sections): Watch for macro sections.
4281 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4282 All callers updated. Handle DWO files.
4283
4284 * NEWS: Mention new options "set debug dwarf2-read" and
4285 "set debug symtab-create".
4286 * dwarf2read.c (dwarf2_read_debug): New static global.
4287 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4288 (process_queue): Ditto.
4289 (process_full_comp_unit): Ditto.
4290 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4291 * elfread.c (elf_symfile_read): Add debugging printf.
4292 * minsyms.c (install_minimal_symbols): Ditto.
4293 * psymtab.c (allocate_psymtab): Ditto.
4294 * symfile.c (allocate_symtab): Ditto.
4295 * symtab.c (symtab_create_debug): New global.
4296 (_initialize_symtab): Add new option "set debug symtab-create".
4297 * symtab.h (symtab_create_debug): Declare.
4298
4299 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4300 (lookup_dwo_type_unit): Ditto.
4301
4302 2012-06-26 Roland McGrath <roland@hack.frob.com>
4303 H.J. Lu <hongjiu.lu@intel.com>
4304
4305 * amd64-linux-nat.c: Include <sys/user.h>.
4306 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4307 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4308 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4309
4310 * configure.ac: Check if the fs_base and gs_base members of
4311 `struct user_regs_struct' exist.
4312 * config.in: Regenerated.
4313 * configure: Likewise.
4314
4315 2012-06-25 Michael Eager <eager@eagercon.com>
4316
4317 PR python/14291
4318 * python/python.c (gdbpy_write): Check for interrupted output.
4319
4320 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4321
4322 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4323 register as a stack alignment in ARM mode.
4324
4325 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4328 * gnulib/config.in: Regenerate.
4329 * gnulib/configure: Likewise.
4330 * gnulib/import/m4/extensions.m4: Update it.
4331 * gnulib/import/m4/gnulib-common.m4: Likewise.
4332 * gnulib/import/m4/memmem.m4: Likewise.
4333 * gnulib/import/m4/mmap-anon.m4: Likewise.
4334 * gnulib/import/m4/multiarch.m4: Likewise.
4335 * gnulib/import/stdint.in.h: Likewise.
4336
4337 2012-06-24 Yao Qi <yao@codesourcery.com>
4338
4339 * corefile.c (write_memory_with_notification): New.
4340 * gdbcore.h: Declare write_memory_with_notification.
4341 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4342 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4343 * valops.c (value_assign): Likewise.
4344 * python/py-inferior.c (infpy_write_memory): Call
4345 'write_memory_with_notification'.
4346
4347 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4348
4349 * cc-with-index.sh: Use also -ex "set auto-load no".
4350
4351 2012-06-23 Doug Evans <dje@google.com>
4352
4353 PR 14125
4354 * NEWS: Document additions to .gdb_index.
4355 * dwarf2read.c: #include "gdb/gdb-index.h".
4356 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4357 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4358 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4359 (dwarf2_read_index): Recognize version 7.
4360 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4361 block_kind, domain): All callers updated.
4362 (dw2_find_symbol_file): Handle new index CU values.
4363 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4364 (add_index_entry): New args is_static, kind. All callers updated.
4365 (offset_type_compare, uniquify_cu_indices): New functions
4366 (symbol_kind): New function.
4367 (write_psymtabs_to_index): Remove duplicate CU values.
4368 (write_psymtabs_to_index): Write .gdb_index version 7.
4369
4370 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4371
4372 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4373 * configure: Regenerate.
4374
4375 2012-06-20 Yao Qi <yao@codesourcery.com>
4376
4377 * python/py-inferior.c: Update comments of infpy_read_memory
4378 and infpy_write_memory.
4379
4380 2012-06-19 Tom Tromey <tromey@redhat.com>
4381
4382 PR exp/9514:
4383 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4384 (push_type_address_space): Remove.
4385 * parse.c (insert_into_type_stack): New function.
4386 (insert_type): Likewise.
4387 (insert_type_address_space): Rename from push_type_address_space.
4388 Insert tp_space_identifier.
4389 * c-exp.y (ptr_operator): New production.
4390 (abs_decl): Use ptr_operator.
4391 (space_identifier): Call insert_type_address_space.
4392 (ptype): Don't use const_or_volatile_or_space_identifier.
4393 (const_or_volatile_noopt): Call insert_type.
4394 (conversion_type_id, conversion_declarator): New productions.
4395 (operator): Use conversion_type_id.
4396
4397 2012-06-18 Doug Evans <dje@google.com>
4398
4399 * symtab.h (minimal_symbol): New member created_by_gdb.
4400 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4401 created by gdb.
4402 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4403 (search_symbols): Call it instead of lookup_symbol.
4404 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4405
4406 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4407 Adjust address for DW_OP_GNU_addr_index.
4408 * dwarf2expr.h (dwarf_expr_context): Update comment.
4409 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4410 all callers updated. Handle TLS vars described with
4411 DW_OP_GNU_const_index.
4412 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4413 and DW_OP_GNU_const_index.
4414 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4415
4416 * block.c (find_block_in_blockvector): Make explicit the fact that we
4417 ignore GLOBAL_BLOCK.
4418
4419 2012-06-18 Tom Tromey <tromey@redhat.com>
4420
4421 * c-exp.y (operator): Remove trailing space after "delete" and
4422 "delete[]".
4423
4424 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4425 Jan Kratochvil <jan.kratochvil@redhat.com>
4426
4427 Switch i386 and derived targets to ON_STACK.
4428 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4429 (amd64_dicos_init_abi): Remove its installment.
4430 * dicos-tdep.c (dicos_init_abi): Remove the
4431 set_gdbarch_call_dummy_location call. Update the comment here.
4432 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4433 (i386_dicos_init_abi): Remove its installment.
4434 * i386-tdep.c (i386_push_dummy_code): New function.
4435 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4436 i386_push_dummy_code.
4437
4438 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 Remove stale dummy frames.
4441 * breakpoint.c: Include dummy-frame.h.
4442 (longjmp_breakpoint_ops): New variable.
4443 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4444 bp_longjmp_call_dummy.
4445 (bpstat_what, bptype_string, print_one_breakpoint_location)
4446 (init_bp_location): Support bp_longjmp_call_dummy.
4447 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4448 (set_longjmp_breakpoint_for_call_dummy)
4449 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4450 functions.
4451 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4452 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4453 FIXME comment and extend the other comment for bp_call_dummy.
4454 (set_longjmp_breakpoint_for_call_dummy)
4455 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4456 * dummy-frame.c: Include gdbthread.h.
4457 (pop_dummy_frame_bpt): New function.
4458 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4459 (dummy_frame_discard): New function.
4460 (cleanup_dummy_frames): Update the comment about longjmps.
4461 * dummy-frame.h (dummy_frame_discard): New declaration.
4462 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4463 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4464 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4465 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4466 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4467 keep_going if IS_LONGJMP and there is no other reason to stop.
4468
4469 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4470
4471 * remote-sim.c (sim_command_completer): Initialize
4472 variable 'result'.
4473
4474 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4477 * dwarf2loc.c (call_site_parameter_matches): Support
4478 CALL_SITE_PARAMETER_PARAM_OFFSET.
4479 (needs_dwarf_reg_entry_value): Push stub value.
4480 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4481 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4482 * gdbtypes.h (enum call_site_parameter_kind): New item
4483 CALL_SITE_PARAMETER_PARAM_OFFSET.
4484 (struct call_site.parameter.u): New field param_offset.
4485
4486 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4487
4488 Code cleanup: Generalize call_site.parameter key.
4489 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4490 variable dwarf_reg. New variable kind_u. Update parameters to
4491 push_dwarf_reg_entry_value.
4492 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4493 * dwarf2expr.h (enum call_site_parameter_kind)
4494 (union call_site_parameter_u): Forward declarations.
4495 (struct dwarf_expr_context_funcs): Update parameters and their
4496 description for push_dwarf_reg_entry_value.
4497 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4498 * dwarf2loc.c (call_site_parameter_matches): New function.
4499 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4500 description. Use call_site_parameter_matches.
4501 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4502 Update parameters and their description.
4503 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4504 New variable kind_u. Adjust the caller for updated parameters.
4505 (needs_dwarf_reg_entry_value): Update parameters.
4506 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4507 instead of attr. Update for the changed fields of struct
4508 call_site_parameter.
4509 * gdbtypes.h: Include dwarf2expr.h.
4510 (enum call_site_parameter_kind): New.
4511 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4512 fb_offset into new union u.
4513
4514 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4515
4516 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4517 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4518 for x32.
4519
4520 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4521
4522 * amd64-linux-nat.c (compat_x32_clock_t): New.
4523 (compat_x32_siginfo_t): Likewise.
4524 (compat_x32_siginfo_from_siginfo): Likewise.
4525 (siginfo_from_compat_x32_siginfo): Likewise.
4526 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4527 and siginfo_from_compat_x32_siginfo for x32.
4528
4529 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4530
4531 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4532
4533 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4534
4535 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4536 instead of gdbarch_ptr_bit.
4537 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4538 (amd64_supply_native_gregset): Likewise.
4539 (amd64_collect_native_gregset): Likewise.
4540 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4541 (amd64_supply_xsave): Likewise.
4542 (amd64_collect_fxsave): Likewise.
4543 (amd64_collect_xsave): Likewise.
4544
4545 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4546
4547 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4548 (amd64_linux_read_description): Check DS segment register for
4549 x32 process.
4550
4551 2012-06-15 Tom Tromey <tromey@redhat.com>
4552
4553 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4554 init_cutu_and_read_dies.
4555
4556 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4557
4558 * MAINTAINERS (Write After Approval): Add myself to the list.
4559
4560 2012-06-15 Tom Tromey <tromey@redhat.com>
4561
4562 * valops.c (value_find_oload_method_list): Now static.
4563 * value.h (value_find_oload_method_list): Don't declare.
4564
4565 2012-06-15 Tom Tromey <tromey@redhat.com>
4566
4567 * valops.c (find_overload_match): Use value_ind.
4568
4569 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4570
4571 * infrun.c (handle_inferior_event): Correct indentation.
4572
4573 2012-06-14 Doug Evans <dje@google.com>
4574
4575 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4576 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4577 All uses updated.
4578 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4579 updated. Handle DEBUG_LOC_START_LENGTH.
4580 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4581 (loclist_describe_location): Ditto.
4582
4583 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4584
4585 PR backtrace/13866
4586 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4587 after hiding inline functions.
4588
4589 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4590
4591 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4592 _initialize_inf_ttrace.
4593
4594 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4595
4596 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4597 _initialize_hppa_hpux_nat.
4598
4599 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4600
4601 * remote-sim.c (sim_command_completer): Change type of return
4602 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4603
4604 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4605 Jan Kratochvil <jan.kratochvil@redhat.com>
4606
4607 PR tdep/14222
4608 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4609 stack on a 16-byte boundary.
4610
4611 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4612
4613 * jit.c (finalize_symtab): Set function's return type to 'void' by
4614 default.
4615
4616 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4617 H.J. Lu <hongjiu.lu@intel.com>
4618
4619 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4620 Move bits common to both the classic LP64 and the new x32 ILP32
4621 ABI here.
4622 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4623 (amd64_x32_linux_init_abi): New function.
4624 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4625 subtype.
4626
4627 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4628 * i386-tdep.c (i386_pseudo_register_name): Make public.
4629 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4630 * amd64-tdep.c (amd64_dword_names): Add "eip".
4631 (amd64_x32_pseudo_register_type): New function
4632 (amd64_x32_init_abi): New function.
4633
4634 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4635
4636 PR build/14003
4637 * inferior.h (struct inferior_suspend_state): Comment out.
4638 (struct inferior): Comment out the field suspend.
4639 * infrun.c (struct infcall_suspend_state): Comment out the field
4640 inferior_suspend.
4641 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4642 out its assignment.
4643
4644 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4645
4646 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4647 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4648 function comment. Return ERROR for unresolved cases. Implement
4649 returning proper NAME.
4650 (yylex): Accept also NAME from classify_inner_name.
4651 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4652 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4653 LOC_TYPEDEF type.
4654 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4655
4656 2012-06-13 Tom Tromey <tromey@redhat.com>
4657
4658 * breakpoint.c (condition_completer): New function.
4659 (_initialize_breakpoint): Use it.
4660 * value.c (complete_internalvar): New function.
4661 * value.h (complete_internalvar): Declare.
4662
4663 2012-06-13 Tom Tromey <tromey@redhat.com>
4664
4665 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4666 * breakpoint.c (catch_syscall_completer): Return a VEC.
4667 * cli/cli-cmds.c (complete_command): Update.
4668 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4669 (complete_on_enum): Likewise.
4670 * command.h: Include gdb_vecs.h.
4671 (completer_ftype): Change return type.
4672 (complete_on_cmdlist, complete_on_enum): Likewise.
4673 * completer.c (noop_completer, filename_completer)
4674 (location_completer): Return a VEC.
4675 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4676 to a VEC.
4677 (expression_completer, complete_line_internal, complete_line)
4678 (command_completer): Return a VEC.
4679 (gdb_completion_word_break_characters, line_completion_function):
4680 Update.
4681 * completer.h: Include gdb_vecs.h.
4682 (complete_line, noop_completer, filename_completer)
4683 (expression_completer, location_completer, command_completer):
4684 Update.
4685 * f-lang.c (f_word_break_characters): Return a VEC.
4686 * interps.c (interpreter_completer): Return a VEC.
4687 * language.h (struct language_defn)
4688 <la_make_symbol_completion_list>: Return a VEC.
4689 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4690 * symtab.c (free_completion_list): Take a VEC.
4691 (return_val_size, return_val_index): Remove.
4692 (return_val): Now a VEC.
4693 (completion_list_add_name): Update.
4694 (default_make_symbol_completion_list_break_on)
4695 (default_make_symbol_completion_list, make_symbol_completion_list)
4696 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4697 Return a VEC.
4698 (add_filename_to_list): Update.
4699 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4700 <list>: Now a VEC.
4701 (maybe_add_partial_symtab_filename): Update.
4702 (make_source_files_completion_list): Return a VEC.
4703 * symtab.h (default_make_symbol_completion_list_break_on)
4704 (default_make_symbol_completion_list, make_symbol_completion_list)
4705 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4706 (make_source_files_completion_list): Update.
4707
4708 2012-06-13 Tom Tromey <tromey@redhat.com>
4709
4710 * breakpoint.c (add_catch_command): Use completer_ftype.
4711 * breakpoint.h: Include command.h.
4712 (add_catch_command): Use completer_ftype.
4713 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4714 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4715 Use completer_ftype.
4716 * command.h (completer_ftype): New typedef.
4717 (set_cmd_completer): Use it.
4718 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4719 completer_ftype.
4720
4721 2012-06-13 Pedro Alves <palves@redhat.com>
4722
4723 Partial revert of previous change.
4724
4725 * serial.c (scb_base): New global.
4726 (serial_for_fd): New.
4727 (serial_open, serial_fdopen_ops): Link new serial in open serials
4728 chain.
4729 (do_serial_close): Unlink serial from the open serials chain.
4730
4731 2012-06-12 Pedro Alves <palves@redhat.com>
4732
4733 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4734 threads here.
4735 (prepare_for_detach): No longer context switch here in non-stop
4736 mode.
4737 (fetch_inferior_event): Ditto.
4738 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4739 to the event thread before removing breakpoints. Switch to the
4740 event thread before inserting breakpoints and resuming.
4741 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4742 event thread before resuming.
4743 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4744 Switch to the event thread before removing breakpoints.
4745
4746 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4747
4748 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4749 special characters correctly for the Windows shells. See
4750 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4751 report.
4752 [!__MINGW32__]: Remove extra double quote character from special
4753 characters.
4754
4755 2012-06-11 Stan Shebs <stan@codesourcery.com>
4756
4757 * ui-out.h: Remove #if 0 declarations.
4758 * ui-out.c: Remove #if 0 functions.
4759
4760 2012-06-11 Pedro Alves <palves@redhat.com>
4761
4762 * ser-base.c (run_async_handler_and_reschedule): New.
4763 (fd_event, push_event): Use it.
4764 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4765 reference count to 1.
4766 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4767 instead of xfree.
4768 (serial_is_open, serial_ref, serial_unref): New.
4769 * serial.h (serial_open): Adjust comment.
4770 (serial_is_open): Declare.
4771 (serial_close): Adjust comment.
4772 (serial_ref, serial_unref) Declare.
4773 (struct serial): New field 'refcnt'.
4774
4775 2012-06-11 Pedro Alves <palves@redhat.com>
4776
4777 Remove #if 0'd "connect" command, and unnecessary associated
4778 refcounting and serial reuse bits.
4779
4780 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4781 * serial.c (last_serial_opened): Delete.
4782 (scb_base): Delete.
4783 (serial_open): Adjust.
4784 (serial_for_fd): Delete.
4785 (serial_fdopen_ops, do_serial_close): Adjust.
4786 (serial_fdopen_ops): Adjust.
4787
4788 2012-06-11 Pedro Alves <palves@redhat.com>
4789
4790 * serial.c (do_serial_close): Remove early return when SCB is
4791 null.
4792
4793 2012-06-11 Tom Tromey <tromey@redhat.com>
4794
4795 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4796
4797 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4798
4799 Fix regression by the "ambiguous linespec" series.
4800 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4801 get_last_displayed_symtab and get_last_displayed_line and depending
4802 on CURSAL.
4803
4804 2012-06-11 Tom Tromey <tromey@redhat.com>
4805
4806 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4807 (dw2_find_symbol_file): Use it.
4808
4809 2012-06-11 Michael Eager <eager@eagercon.com>
4810
4811 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4812 * mips-linux-tdep.h (mips_signals): New
4813
4814 2012-06-11 Tom Tromey <tromey@redhat.com>
4815
4816 * infrun.c (handle_inferior_event)
4817 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4818 breakpoint.
4819 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4820 exception logic in all cases. Update comments.
4821 (insert_longjmp_resume_breakpoint): Set the exception resume
4822 breakpoint.
4823
4824 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4825
4826 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4827
4828 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4829
4830 * valarith.c (binop_types_user_defined_p): Fix a typo.
4831
4832 2012-06-08 Yao Qi <yao@codesourcery.com>
4833 Chung-Lin Tang <cltang@codesourcery.com>
4834
4835 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4836 * arch-utils.h: Declare.
4837 * gdbarch.sh: Add return_in_first_hidden_param_p.
4838 * gdbarch.c, gdbarch.h: Regenerated.
4839 * infcall.c (call_function_by_hand): Call
4840 gdbarch_return_in_first_hidden_param_p instead of
4841 language_pass_by_reference.
4842
4843 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4844 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4845 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4846 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4847 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4848 `cplus_return_struct_by_reference'.
4849 (tic6x_return_value): Handle language cplusplus.
4850 (tic6x_return_in_first_hidden_param_p): New.
4851 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4852
4853 2012-06-07 Doug Evans <dje@google.com>
4854
4855 * dwarf2read.c (dwarf2_cu): Add comment.
4856
4857 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4858
4859 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4860 variable.
4861 (mips_eabi_push_dummy_call): Likewise.
4862 (mips_n32n64_push_dummy_call): Likewise.
4863 (mips_o32_push_dummy_call): Likewise.
4864 (mips_o64_push_dummy_call): Likewise.
4865
4866 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4867
4868 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4869
4870 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4871
4872 * mips-tdep.c (mips_pseudo_register_type): Use
4873 mips_float_register_p.
4874
4875 2012-06-06 Pedro Alves <palves@redhat.com>
4876
4877 * infrun.c (handle_inferior_event): Remove calls to
4878 reinit_frame_cache that follow a context_switch call.
4879
4880 2012-06-06 Pedro Alves <palves@redhat.com>
4881
4882 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4883 context_switch and remove stale comment.
4884
4885 2012-06-06 Pedro Alves <palves@redhat.com>
4886
4887 * infrun.c (struct execution_control_state): Remove
4888 `new_thread_event' field.
4889 (handle_inferior_event): Simplify new threads handling; don't
4890 resume the inferior if we find a new thread.
4891
4892 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4893
4894 * NEWS: Document the deprecation of SH's 'regs' command.
4895 * inferior.h (all_registers_info): Add function declaration.
4896 * sh-tdep.c (sh_show_regs): Remove variable.
4897 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4898 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4899 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4900 (sh_show_regs_command): Remove functions.
4901 (sh_gdbarch_init): Don't set sh_show_regs.
4902 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4903 'info all-registers'.
4904 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4905 (sh64_show_regs): Remove functions.
4906 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4907
4908 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4909
4910 * configure.ac: Move development=true below AC_INIT.
4911 * configure: Regenerate.
4912
4913 2012-06-05 Stan Shebs <stan@codesourcery.com>
4914
4915 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4916 gdb_stdout.
4917
4918 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4919
4920 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4921 argument as ssize_t.
4922 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4923 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4924 * target.c (target_read_stack, target_write_memory)
4925 (target_write_raw_memory): Likewise.
4926 * target.h (target_read_stack, target_write_memory)
4927 (target_write_raw_memory): Likewise.
4928
4929 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4932 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4933 * target.c (target_read_memory): Change LEN to ssize_t.
4934 * target.h (target_read_memory): Change LEN to ssize_t.
4935
4936 2012-06-05 Pedro Alves <palves@redhat.com>
4937
4938 PR backtrace/13866
4939
4940 * breakpoint.c (until_break_command): Only fetch the selected
4941 frame after decode_line_1.
4942
4943 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4944
4945 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4946 event breakpoint at _start, __start or main if a program
4947 interpreter is not found.
4948
4949 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4950
4951 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4952 Add declaration.
4953 * windows-tdep.c: #include "objfiles.h".
4954 (windows_iterate_over_objfiles_in_search_order): New function.
4955 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4956 iterate_over_objfiles_in_search_order gdbarch method to
4957 windows_iterate_over_objfiles_in_search_order.
4958 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4959
4960 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4961
4962 * gdbarch.sh: Add generation of
4963 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4964 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4965 (iterate_over_objfiles_in_search_order): New gdbarch method.
4966 * gdbarch.h, gdbarch.c: Regenerate.
4967 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4968 Add declaration.
4969 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4970 New function.
4971 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4972 out of lookup_symbol_aux_symtabs.
4973 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4974 call to lookup_symbol_aux_objfile.
4975 (struct global_sym_lookup_data): New type.
4976 (lookup_symbol_global_iterator_cb): New function.
4977 (lookup_symbol_global): Search for symbol using
4978 gdbarch_iterate_over_objfiles_in_search_order and
4979 lookup_symbol_global_iterator_cb.
4980 * findvar.c (struct minsym_lookup_data): New type.
4981 (minsym_lookup_iterator_cb): New function.
4982 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4983 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4984 and minsym_lookup_iterator_cb.
4985
4986 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4987
4988 Revert the following patch:
4989 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4990 try locating the symbol in the symbol's own objfile first, before
4991 extending the search to all objfiles.
4992 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4993 out of lookup_symbol_aux_symtabs.
4994 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4995 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4996 Do not search EXCLUDE_OBJFILE.
4997 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4998 (lookup_symbol_global): Search for matches in the block's objfile
4999 first, before searching all other objfiles.
5000
5001 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5002
5003 * breakpoint.c (find_condition_and_thread): Stop parsing
5004 as soon as the first invalid keyword is found.
5005
5006 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5007
5008 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5009
5010 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5011
5012 * config/djgpp/djcheck.sh: Add copyright header.
5013
5014 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5015
5016 * copyright.py (update_files, main): Fix path to update-copyright
5017 script.
5018
5019 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5020
5021 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5022 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5023 for which a reminder to update by hand is printed.
5024
5025 2012-06-04 Doug Evans <dje@google.com>
5026
5027 * buildsym.c (make_blockvector): Add comment.
5028
5029 2012-06-04 Pedro Alves <palves@redhat.com>
5030
5031 * arch-utils.c (default_gdb_signal_from_target): Delete.
5032 * arch-utils.h (default_gdb_signal_from_target): Delete.
5033 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5034 gdbarch_gdb_signal_from_target_p.
5035 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5036 predicate).
5037 * gdbarch.h: Regenerate.
5038 * gdbarch.c: Regenerate.
5039
5040 2012-06-04 Pedro Alves <palves@redhat.com>
5041
5042 * gdbarch.sh (gdb_signal_from_target): Mention that the
5043 implementation of the method must be host independent.
5044 * gdbarch.h: Regenerate.
5045
5046 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5047
5048 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5049 parameters.
5050 (target_read_memory_bfd): New function.
5051 (symbol_file_add_from_memory): Use it.
5052
5053 2012-06-03 Doug Evans <dje@google.com>
5054
5055 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5056 of primary symtab.
5057 (basic_lookup_transparent_type): Ditto.
5058
5059 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5060 (ALL_PRIMARY_SYMTABS): Use it.
5061 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5062 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5063 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5064 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5065 (basic_lookup_transparent_type): Ditto.
5066
5067 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5068
5069 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5070 it to optimize resolution of demangled name.
5071
5072 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5073
5074 * configure.ac (development): Define new variable.
5075 Call AC_CHECK_LIB for mcheck if $development.
5076 (ERROR_ON_WARNING): Enable it by default only if $development.
5077 * config.in: Regenerate.
5078 * configure: Regenerate.
5079
5080 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5081
5082 * target.c (target_read_memory): Make LEN argument as size_t.
5083 * target.h (target_read_memory): Likewise.
5084
5085 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5088
5089 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5090
5091 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5092 BookE interface for PowerPC server processors if not available
5093 in the Linux Kernel.
5094
5095 2012-05-31 Keith Seitz <keiths@redhat.com>
5096
5097 * linespec.c (decode_objc): Add cleanup to free
5098 INFO.FILE_SYMTABS.
5099 (find_linespec_symbols): Add cleanup to free CLASSES.
5100 * symfile.c (find_separate_debug_file_by_debuglink): Add
5101 cleanup to free DEBUGLINK.
5102 * ui-out.c (clear_header_list): No need to check if
5103 HEADER_NEXT.COLHDR is NULL.
5104 Free HEADER_NEXT.COL_NAME.
5105
5106 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5107
5108 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5109 warning.
5110
5111 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5112
5113 * configure.host (gdb_host_cpu): Handle tilegx*.
5114 (gdb_host): Handle tilegx-*-linux*.
5115 * tilegx-linux-nat.c: New file.
5116 * config/tilegx/linux.mh: New file.
5117
5118 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5119
5120 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5121 tilegx-linux-tdep.o.
5122 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5123 tilegx-linux-tdep.c.
5124 * configure.tgt: Handle tilegx-*-linux*.
5125 * tilegx-tdep.h: New file.
5126 * tilegx-tdep.c: New file.
5127 * tilegx-linux-tdep.c: New file.
5128 * regformats/reg-tilegx.dat: New file.
5129
5130 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5131
5132 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5133 accounting of hw watchpoints on ppc.
5134
5135 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5136
5137 * source.c (openp): Expand tilde in path entries.
5138
5139 2012-05-29 Doug Evans <dje@google.com>
5140
5141 * buildsym.c (block_compar): Fix comment.
5142 (end_symtab): Fix and clarify some comments.
5143
5144 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5145 cleanup_undefined_types.
5146 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5147 All callers updated.
5148
5149 2012-05-29 Tom Tromey <tromey@redhat.com>
5150
5151 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5152 fails.
5153 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5154 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5155 fails.
5156 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5157 fails.
5158
5159 2012-05-29 Tristan Gingold <gingold@adacore.com>
5160
5161 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5162 (struct darwin_info): ... New struct.
5163 (solib_darwin_pspace_data): New variable.
5164 (darwin_pspace_data_cleanup): New function.
5165 (get_darwin_info): Likewise.
5166 (darwin_dyld_version_ok, darwin_load_image_infos)
5167 (darwin_solib_get_all_image_info_addr_at_init)
5168 (darwin_solib_read_all_image_info_addr): Add info argument.
5169 Adjust code.
5170 (darwin_current_sos): Use per pspace structure.
5171 (darwin_solib_create_inferior_hook): Likewise.
5172 (darwin_clear_solib): Likewise.
5173 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5174
5175 2012-05-28 Pedro Alves <palves@redhat.com>
5176
5177 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5178 block that uses them. Clear ecss before handling each event.
5179
5180 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5181
5182 * solib-svr4.c (svr4_current_sos): New comment on
5183 svr4_current_sos_via_xfer_libraries fall back.
5184
5185 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5186
5187 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5188 it as a fallback for TYPE_IS_OPAQUE.
5189 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5190 symbols for lookup_symbol.
5191
5192 2012-05-24 John Steele Scott <toojays@toojays.net>
5193
5194 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5195 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5196 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5197 (check_producer): ... this new function, which also checks for ICC
5198 and caches the result.
5199 (producer_is_icc): New function.
5200 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5201 producer was ICC.
5202
5203 2012-05-24 Pedro Alves <palves@redhat.com>
5204
5205 PR gdb/7205
5206
5207 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5208 (default_gdb_signal_to_target): ... this. Add comment.
5209 (default_gdb_signal_from_host): Rename to ...
5210 (default_gdb_signal_from_target): ... this. Add comment.
5211 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5212 (default_gdb_signal_to_target): ... this.
5213 (default_gdb_signal_from_host): Rename to ...
5214 (default_gdb_signal_from_target): ... this.
5215 * corelow.c (core_open): Adjust to naming change. Replace comment.
5216 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5217 (gdb_signal_from_target): ... this. Adjust to
5218 default_gdb_signal_from_host naming change. Extend comment.
5219 (gdb_signal_to_host): Rename to ...
5220 (gdb_signal_to_target): ... this. Adjust to
5221 default_gdb_signal_to_host naming change.
5222 * gdbarch.h, gdbarch.c: Renegerate.
5223
5224 2012-05-24 Pedro Alves <palves@redhat.com>
5225
5226 PR gdb/7205
5227
5228 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5229
5230 2012-05-24 Pedro Alves <palves@redhat.com>
5231
5232 PR gdb/7205
5233
5234 Replace target_signal with gdb_signal throughout.
5235
5236 2012-05-24 Pedro Alves <palves@redhat.com>
5237
5238 PR tui/14159
5239
5240 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5241 string, instead of reusing the va_list argument.
5242
5243 2012-05-24 Tom Tromey <tromey@redhat.com>
5244
5245 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5246 Remove.
5247
5248 2012-05-23 Doug Evans <dje@google.com>
5249
5250 * symtab.c (search_symbols): Formatting fixes.
5251 (print_symbol_info): Formatting fixes.
5252
5253 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5254 int64_t change to leb128 API.
5255 (read_encoded_value, decode_frame_entry_1): Ditto.
5256 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5257 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5258 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5259 (execute_stack_op): Ditto.
5260 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5261 (safe_read_uleb128, safe_read_sleb128): Ditto.
5262 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5263 (dwarf2_compile_expr_to_ax): Ditto.
5264 (locexpr_describe_location_piece): Ditto.
5265 (disassemble_dwarf_expression): Ditto.
5266 (locexpr_describe_location_1): Ditto.
5267
5268 2012-05-23 Stan Shebs <stan@codesourcery.com>
5269 Kwok Cheung Yeung <kcy@codesourcery.com>
5270
5271 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5272 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5273 (mi-cmd-info.o): New rule.
5274 * osdata.h (info_osdata_command): New declaration.
5275 * osdata.c (info_osdata_command): Change to non-static.
5276 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5277 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5278 * mi/mi-cmd-info.c: New file.
5279
5280 2012-05-23 Doug Evans <dje@google.com>
5281
5282 * symtab.c (search_symbols): Pass NULL for file_matcher to
5283 expand_symtabs_matching if there are no files to match.
5284
5285 * gdbtypes.c (lookup_typename): Simplify.
5286
5287 2012-05-23 Pedro Alves <palves@redhat.com>
5288
5289 * arch-utils.h (default_target_signal_to_host): Delete.
5290 * arch-utils.c (default_target_signal_to_host): Delete.
5291 * gdbarch.sh (target_signal_to_host): Remove.
5292 * gdbarch.h, gdbarch.c: Regenerate.
5293
5294 2012-05-22 Doug Evans <dje@google.com>
5295
5296 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5297 "const gdb_byte *".
5298 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5299 (execute_cfa_program): Update to match API of leb128 functions.
5300 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5301 "const gdb_byte *".
5302 (read_unsigned_leb128, read_signed_leb128): Delete.
5303 (read_initial_length): Change type of buf argument to
5304 "const gdb_byte *".
5305 (read_encoded_value): Update to match API of leb128 functions.
5306 (decode_frame_entry): Change result to "const gdb_byte *", and
5307 similarly for "start" parameter.
5308 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5309 (dwarf2_build_frame_info): Change local frame_ptr to
5310 "const gdb_byte *".
5311 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5312 read_uleb128, read_sleb128. All callers updated.
5313 (safe_skip_leb128): New function.
5314 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5315 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5316 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5317 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5318 read_uleb128, read_sleb128.
5319 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5320 (execute_stack_op): Update to match API of leb128 functions.
5321 * dwarf2expr.h: #include "leb128.h".
5322 (read_uleb128, read_sleb128): Delete.
5323 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5324 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5325 * dwarf2loc.c (debug_loc_kind): New enum.
5326 (decode_debug_loc_addresses): New function.
5327 (decode_debug_loc_dwo_addresses): New function.
5328 (dwarf2_find_location_expression): Rewrite.
5329 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5330 (locexpr_describe_location_piece): Ditto.
5331 (disassemble_dwarf_expression): Ditto.
5332 (locexpr_describe_location_1): Ditto.
5333 (loclist_describe_location): Rewrite.
5334 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5335 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5336 (dwarf2_section_buffer_overflow_complaint): Renamed from
5337 dwarf2_macros_too_long_complaint. All callers updated.
5338 (skip_leb128): Delete.
5339 (init_cu_die_reader): Initialize reader->buffer_end.
5340 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5341 (skip_form_bytes): New arg buffer_end. All callers updated.
5342 Replace call to skip_leb128 with gdb_skip_leb128.
5343 (skip_unknown_opcode): New arg mac_end. All callers updated.
5344 (fill_in_loclist_baton): Initialize baton->from_dwo.
5345
5346 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5347
5348 * mips-linux-nat.c (mips_linux_read_description): Use a more
5349 verbose error message.
5350
5351 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5352
5353 * NEWS: Add MIPS/Linux DSP support.
5354 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5355 (SIGCONTEXT_DSPCTL): New macro.
5356 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5357 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5358 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5359 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5360 (N64_SIGCONTEXT_HI3): Likewise.
5361 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5362 (N64_SIGCONTEXT_LO3): Likewise.
5363 (N64_SIGCONTEXT_DSPCTL): Likewise.
5364 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5365 (mips_linux_o32_sigframe_init): Handle DSP registers.
5366 (mips_linux_n32n64_sigframe_init): Likewise.
5367
5368 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5369
5370 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5371 call to abort.
5372
5373 2012-05-22 Pedro Alves <palves@redhat.com>
5374
5375 * target.h (store_waitstatus): Move declaration ...
5376 * inf-child.h (store_waitstatus): ... here.
5377 * target.c: Move inclusion of gdb_wait.h, and ...
5378 (store_waitstatus): ... this ...
5379 * inf-child.c: ... here.
5380 * linux-nat.c: Include inf-child.h.
5381 * rs6000-nat.c: Include inf-child.h.
5382 * spu-linux-nat.c: Include inf-child.h.
5383
5384 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5385
5386 * tracepoint.c (start_tracing): Add missing i18n markup.
5387 (stop_tracing, set_trace_user): Ditto.
5388 (set_trace_notes, set_trace_stop_notes): Ditto.
5389
5390 2012-05-21 Tom Tromey <tromey@redhat.com>
5391
5392 PR c++/7173:
5393 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5394 types.
5395 * value.h (value_cast_pointers): Update.
5396 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5397 (value_cast): Update.
5398 (update_search_result): New function.
5399 (do_search_struct_field): New, from search_struct_field. Check
5400 for ambiguous results.
5401 (search_struct_field): Rewrite.
5402 * infcall.c (value_arg_coerce): Update.
5403 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5404 value_cast_pointers.
5405 * ada-lang.c (ada_convert_actual): Update.
5406
5407 2012-05-21 Tom Tromey <tromey@redhat.com>
5408
5409 * macroexp.c (macro_stringify): Terminate the string.
5410
5411 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5412
5413 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5414 Describe it.
5415 * auto-load.c (auto_load_expand_dir_vars): New function.
5416 (auto_load_safe_path_vec_update): Use it, remove the
5417 substitute_path_component call thanks to it.
5418 (auto_load_objfile_script): Remove the debug_file_directory processing.
5419 Use auto_load_expand_dir_vars, remove the substitute_path_component
5420 call thanks to it.
5421 * configure: Regenerate.
5422 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5423 path. Escape $ also for $debugdir.
5424 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5425 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5426
5427 2012-05-20 Doug Evans <dje@google.com>
5428
5429 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5430 before use. Check for symtab->includes == NULL before scanning it.
5431
5432 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5433
5434 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5435
5436 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5437
5438 * NEWS: Add microMIPS support and "set mips compression",
5439 "show mips compression" commands.
5440 * mips-tdep.h (mips_isa): New enum.
5441 (gdbarch_tdep): Add mips_isa.
5442 (mips_pc_is_mips16): Update prototype.
5443 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5444 * mips-tdep.c (mips_compression_mips16): New variable.
5445 (mips_compression_micromips): Likewise.
5446 (mips_compression_strings): Likewise.
5447 (mips_compression_string): Likewise.
5448 (is_mips16_isa, is_micromips_isa): New functions.
5449 (is_mips16_addr): Rename to...
5450 (is_compact_addr): ... this.
5451 (unmake_mips16_addr): Likewise to...
5452 (unmake_compact_addr): ... this.
5453 (make_mips16_addr): Likewise to...
5454 (make_compact_addr): ... this.
5455 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5456 functions.
5457 (mips_elf_make_msymbol_special): Handle microMIPS code.
5458 (msymbol_is_special): Rename to...
5459 (msymbol_is_mips16): ... this.
5460 (mips_make_symbol_special, mips_pc_is_mips16): Update
5461 accordingly.
5462 (msymbol_is_mips, msymbol_is_micromips): New functions.
5463 (mips16_to_32_reg): Rename to...
5464 (mips_reg3_to_reg): ... this.
5465 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5466 (mips_pc_isa): Likewise.
5467 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5468 code.
5469 (mips_fetch_instruction): Pass return status instead of printing
5470 an error message if requested. Handle microMIPS code. Bail out
5471 on an invalid ISA.
5472 (micromips_op): New macro.
5473 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5474 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5475 (b6s4_op, b7s3_reg): Likewise.
5476 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5477 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5478 (mips_insn_size): New function.
5479 (mips32_next_pc): Update mips_fetch_instruction call.
5480 (micromips_relative_offset7): New function.
5481 (micromips_relative_offset10): Likewise.
5482 (micromips_relative_offset16): Likewise.
5483 (micromips_pc_insn_size): Likewise.
5484 (micromips_bc1_pc): Likewise.
5485 (micromips_next_pc): Likewise.
5486 (unpack_mips16): Update mips_fetch_instruction call.
5487 (extended_mips16_next_pc): Update according to change to
5488 mips16_to_32_reg.
5489 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5490 code.
5491 (mips16_scan_prologue): Update mips_fetch_instruction call.
5492 Update according to change to mips16_to_32_reg.
5493 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5494 (mips_insn16_frame_base_sniffer): Likewise.
5495 (micromips_decode_imm9): New function.
5496 (micromips_scan_prologue): Likewise.
5497 (mips_micro_frame_cache): Likewise.
5498 (mips_micro_frame_this_id): Likewise.
5499 (mips_micro_frame_prev_register): Likewise.
5500 (mips_micro_frame_sniffer): Likewise.
5501 (mips_micro_frame_unwind): New variable.
5502 (mips_micro_frame_base_address): New function.
5503 (mips_micro_frame_base): New variable.
5504 (mips_micro_frame_base_sniffer): New function.
5505 (mips32_scan_prologue): Update mips_fetch_instruction call.
5506 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5507 rather than for MIPS16.
5508 (mips_insn32_frame_base_sniffer): Likewise.
5509 (mips_addr_bits_remove): Handle microMIPS code.
5510 (deal_with_atomic_sequence): Rename to...
5511 (mips_deal_with_atomic_sequence): ... this. Update the type
5512 of the variable used to hold an instruction. Remove the ISA bit
5513 check. Update mips_fetch_instruction call.
5514 (micromips_deal_with_atomic_sequence): New function.
5515 (deal_with_atomic_sequence): Likewise.
5516 (mips_about_to_return): Handle microMIPS code. Update
5517 mips_fetch_instruction call.
5518 (heuristic_proc_start): Check for the standard MIPS ISA rather
5519 than for MIPS16. Update mips_pc_is_mips16 and
5520 mips_fetch_instruction calls. Handle microMIPS code.
5521 (mips_push_dummy_code): Handle microMIPS code.
5522 (mips_eabi_push_dummy_call): Likewise.
5523 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5524 (mips_o64_push_dummy_call): Handle microMIPS code.
5525 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5526 (is_delayed): Remove function.
5527 (mips_single_step_through_delay): Replace the call to is_delayed
5528 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5529 Handle microMIPS code.
5530 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5531 microMIPS code.
5532 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5533 call.
5534 (micromips_in_function_epilogue_p): New function.
5535 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5536 call.
5537 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5538 Handle microMIPS.
5539 (gdb_print_insn_mips): Likewise.
5540 (mips_breakpoint_from_pc): Likewise.
5541 (mips_remote_breakpoint_from_pc): New function.
5542 (mips32_instruction_has_delay_slot): Simplify making use of the
5543 updated mips_fetch_instruction interface.
5544 (micromips_instruction_has_delay_slot): New function.
5545 (mips16_instruction_has_delay_slot): Simplify making use of the
5546 updated mips_fetch_instruction interface.
5547 (mips_adjust_breakpoint_address): Check for the standard MIPS
5548 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5549 calls. Handle microMIPS code.
5550 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5551 (mips_skip_trampoline_code): Handle microMIPS code.
5552 (global_mips_compression): New function.
5553 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5554 file flags. Register the microMIPS remote breakpoint handler
5555 and heuristic frame unwinder.
5556 (show_mips_compression): New function.
5557 (_initialize_mips_tdep): Add the "set mips compression" and
5558 "show mips compression" commands.
5559
5560 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5561
5562 * ada-lang.c:
5563 * ada-tasks.c:
5564 * ada-varobj.c:
5565 * amd64-darwin-tdep.c:
5566 * arm-symbian-tdep.c:
5567 * arm-tdep.c:
5568 * avr-tdep.c:
5569 * ax-gdb.c:
5570 * bfin-linux-tdep.c:
5571 * breakpoint.c:
5572 * c-valprint.c:
5573 * cli/cli-cmds.c:
5574 * coffread.c:
5575 * cp-support.c:
5576 * cris-tdep.c:
5577 * dwarf2-frame-tailcall.c:
5578 * dwarf2-frame.c:
5579 * dwarf2expr.c:
5580 * dwarf2loc.c:
5581 * dwarf2read.c:
5582 * elfread.c:
5583 * eval.c:
5584 * expprint.c:
5585 * f-valprint.c:
5586 * frv-tdep.c:
5587 * h8300-tdep.c:
5588 * hppa-hpux-tdep.c:
5589 * hppa-tdep.c:
5590 * hppanbsd-tdep.c:
5591 * i386-nto-tdep.c:
5592 * i386-tdep.c:
5593 * i387-tdep.c:
5594 * ia64-tdep.c:
5595 * jit.c:
5596 * linespec.c:
5597 * linux-tdep.c:
5598 * lm32-tdep.c:
5599 * m2-valprint.c:
5600 * m32c-tdep.c:
5601 * m32r-rom.c:
5602 * m32r-tdep.c:
5603 * m68k-tdep.c:
5604 * m68klinux-tdep.c:
5605 * mi/mi-main.c:
5606 * microblaze-tdep.c:
5607 * mips-linux-tdep.c:
5608 * mips-tdep.c:
5609 * mn10300-tdep.c:
5610 * p-valprint.c:
5611 * parse.c:
5612 * ppc-linux-tdep.c:
5613 * ppc-sysv-tdep.c:
5614 * printcmd.c:
5615 * python/py-finishbreakpoint.c:
5616 * python/py-inferior.c:
5617 * python/py-infthread.c:
5618 * python/py-type.c:
5619 * python/python.c:
5620 * remote-fileio.c:
5621 * remote-m32r-sdi.c:
5622 * remote-mips.c:
5623 * reverse.c:
5624 * rl78-tdep.c:
5625 * rs6000-aix-tdep.c:
5626 * rs6000-tdep.c:
5627 * s390-tdep.c:
5628 * score-tdep.c:
5629 * sh64-tdep.c:
5630 * skip.c:
5631 * solib-darwin.c:
5632 * solib-dsbt.c:
5633 * solib-frv.c:
5634 * sparc-tdep.c:
5635 * spu-multiarch.c:
5636 * spu-tdep.c:
5637 * stack.c:
5638 * symfile.c:
5639 * symtab.c:
5640 * tic6x-tdep.c:
5641 * tracepoint.c:
5642 * v850-tdep.c:
5643 * valarith.c:
5644 * valprint.c:
5645 * value.c:
5646 * xcoffread.c:
5647 * xtensa-tdep.c:
5648 * ada-lang.c:
5649 * ada-tasks.c:
5650 * ada-varobj.c:
5651 * amd64-darwin-tdep.c:
5652 * arm-symbian-tdep.c:
5653 * arm-tdep.c: Delete unused variables.
5654
5655 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5656
5657 Rename $ddir to $datadir.
5658 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5659 * auto-load.c (auto_load_safe_path_vec_update)
5660 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5661 * configure: Regenerate.
5662 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5663 Likewise. Remove the 'use $ddir' help string.
5664
5665 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5666
5667 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5668 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5669
5670 2012-05-18 Tom Tromey <tromey@redhat.com>
5671
5672 PR exp/13907:
5673 * valprint.h (struct value_print_options) <symbol_print>: New
5674 field.
5675 * valprint.c (user_print_options): Add default for symbol_print.
5676 (show_symbol_print): New function.
5677 (generic_val_print): Respect symbol_print.
5678 (_initialize_valprint): Add "print symbol" setting.
5679 * f-valprint.c (f_val_print): Respect symbol_print.
5680 * c-valprint.c (c_val_print): Respect symbol_print.
5681 * NEWS: Update.
5682 * printcmd.c (print_address_symbolic): Return int. Ignore some
5683 zero-size symbols.
5684 (print_address_demangle): Return int.
5685 * defs.h: (print_address_symbolic): Return int.
5686 * value.h (print_address_demangle): Return int.
5687
5688 2012-05-18 Tom Tromey <tromey@redhat.com>
5689
5690 * valprint.c (val_print_string): Don't print leading space.
5691 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5692 print space before string or vtbl.
5693 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5694 before string.
5695 * jv-valprint.c (java_value_print): Print space before string.
5696 * go-valprint.c (print_go_string): Print space before string.
5697 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5698 space before string.
5699 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5700 space before string or vtbl.
5701 * auxv.c (fprint_target_auxv): Print space after address.
5702
5703 2012-05-18 Tom Tromey <tromey@redhat.com>
5704
5705 * printcmd.c (print_address_demangle): Remove special case for 0.
5706
5707 2012-05-18 Tom Tromey <tromey@redhat.com>
5708
5709 * printcmd.c (print_address_demangle): Add 'opts' argument.
5710 * p-valprint.c (pascal_val_print): Update.
5711 * jv-valprint.c (java_val_print): Update.
5712 * value.h: Update.
5713 * valprint.c (generic_val_print): Update.
5714 (print_function_pointer_address): Add 'options' argument. Remove
5715 'addressprint' argument. Update.
5716 * m2-valprint.c (print_unpacked_pointer): Update.
5717 * gnu-v3-abi.c (print_one_vtable): Update.
5718 (gnuv3_print_method_ptr): Update.
5719 * f-valprint.c (f_val_print): Update.
5720 * cp-valprint.c (cp_print_value_fields): Update.
5721 * valprint.h (print_function_pointer_address): Update.
5722 * c-valprint.c (c_val_print): Update.
5723
5724 2012-05-18 Tom Tromey <tromey@redhat.com>
5725
5726 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5727 directly corresponding to the found psymtab.
5728 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5729 (dw2_find_pc_sect_symtab): Use it.
5730 * block.h (blockvector_contains_pc): Declare.
5731 * block.c (find_block_in_blockvector): New function.
5732 (blockvector_for_pc_sect): Use it.
5733 (blockvector_contains_pc): New function.
5734
5735 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5736
5737 * mips-tdep.h (mips_write_pc): New prototype.
5738 * mips-tdep.c (mips_write_pc): Make external, add description.
5739 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5740 add description.
5741
5742 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5743
5744 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5745 mips_regnum->pc.
5746 (mips_unwind_pc, mips_write_pc): Likewise.
5747 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5748 gdbarch_read_pc.
5749
5750 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5751
5752 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5753 proc_warn, proc_error, proc_get_status, proc_flags,
5754 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5755 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5756 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5757 proc_stop_process, proc_wait_for_stop, proc_run_process,
5758 proc_set_traced_signals, proc_set_traced_faults,
5759 proc_set_traced_sysentry, proc_set_traced_sysexit,
5760 proc_set_held_signals, proc_get_held_signals,
5761 proc_get_traced_signals, proc_get_traced_faults,
5762 proc_get_traced_sysentry, proc_get_traced_sysexit,
5763 proc_clear_current_fault, proc_set_current_signal,
5764 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5765 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5766 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5767 proc_get_current_thread, proc_get_current_thread,
5768 proc_get_current_thread, proc_update_threads,
5769 proc_update_threads, proc_update_threads, proc_update_threads,
5770 proc_iterate_over_threads, procfs_find_new_threads,
5771 procfs_pid_to_str): Make static. Remove advance declaration.
5772 (proc_cursig): Make static. Conditionalized defintion on
5773 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5774 (proc_syscall, proc_set_kill_on_last_close,
5775 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5776 proc_get_pending_signals, proc_get_signal_actions,
5777 proc_trace_signal, proc_ignore_signal): Delete.
5778
5779 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5780
5781 * coffread.c (cs_section_address): Passing proper argument for
5782 `bfd_get_section_vma'.
5783 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5784 `bfd_get_section_flags'.
5785 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5786 `bfd_get_section_vma'.
5787
5788 2012-05-16 Tom Tromey <tromey@redhat.com>
5789
5790 PR macros/13205:
5791 * macrotab.h: (macro_define_special): Declare.
5792 (enum macro_special_kind): New.
5793 (struct macro_definition) <argc, replacement>: Update comments.
5794 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5795 (macro_define_object_internal): New function.
5796 (macro_define_object): Use it.
5797 (macro_define_special): New function.
5798 (fixup_definition): New function.
5799 (macro_lookup_definition, foreach_macro_in_scope)
5800 (foreach_macro): Use fixup_definition.
5801 * macroexp.h (macro_stringify): Declare.
5802 * macroexp.c (free_buffer_return_text): New function.
5803 (stringify): Constify "arg".
5804 (macro_stringify): New function.
5805 * dwarf2read.c (macro_start_file): Call macro_define_special.
5806
5807 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5808 Maciej W. Rozycki <macro@mips.com>
5809
5810 * breakpoint.h (bp_location): Add related_address member.
5811 * inferior.h (get_return_value): Take a pointer to struct value
5812 instead of struct type for the function requested.
5813 * value.h (using_struct_return): Likewise.
5814 * gdbarch.sh (return_value): Take a pointer to struct value
5815 instead of struct type for the function requested.
5816 * breakpoint.c (set_breakpoint_location_function): Initialize
5817 related_address for bp_gnu_ifunc_resolver breakpoints.
5818 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5819 requested function's address to gdbarch_return_value.
5820 * eval.c (evaluate_subexp_standard): Pass the requested
5821 function's address to using_struct_return.
5822 * infcall.c (call_function_by_hand): Pass the requested
5823 function's address to using_struct_return and
5824 gdbarch_return_value.
5825 * infcmd.c (get_return_value): Take a pointer to struct value
5826 instead of struct type for the function requested.
5827 (print_return_value): Update accordingly.
5828 (finish_command_continuation): Likewise.
5829 * stack.c (return_command): Pass the requested function's
5830 address to using_struct_return and gdbarch_return_value.
5831 * value.c (using_struct_return): Take a pointer to struct value
5832 instead of struct type for the function requested. Pass the
5833 requested function's address to gdbarch_return_value.
5834 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5835 New function_value member, replacing function_type.
5836 (bpfinishpy_dealloc): Update accordingly.
5837 (bpfinishpy_pre_stop_hook): Likewise.
5838 (bpfinishpy_init): Likewise. Record the requested function's
5839 address.
5840 * mips-tdep.c (mips_fval_reg): New enum.
5841 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5842 words put in GP registers.
5843 (mips_o64_push_dummy_call): Update a comment.
5844 (mips_o32_return_value): Take a pointer to struct value instead
5845 of struct type for the function requested and use it to check if
5846 using the MIPS16 calling convention. Return the designated
5847 general purpose registers for floating-point values returned in
5848 MIPS16 mode.
5849 (mips_o64_return_value): Likewise.
5850 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5851 (ppc_sysv_abi_broken_return_value): Likewise.
5852 (ppc64_sysv_abi_return_value): Likewise.
5853 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5854 value instead of struct type for the function requested.
5855 * amd64-tdep.c (amd64_return_value): Likewise.
5856 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5857 * arm-tdep.c (arm_return_value): Likewise.
5858 * avr-tdep.c (avr_return_value): Likewise.
5859 * bfin-tdep.c (bfin_return_value): Likewise.
5860 * cris-tdep.c (cris_return_value): Likewise.
5861 * frv-tdep.c (frv_return_value): Likewise.
5862 * h8300-tdep.c (h8300_return_value): Likewise.
5863 (h8300h_return_value): Likewise.
5864 * hppa-tdep.c (hppa32_return_value): Likewise.
5865 (hppa64_return_value): Likewise.
5866 * i386-tdep.c (i386_return_value): Likewise.
5867 * ia64-tdep.c (ia64_return_value): Likewise.
5868 * iq2000-tdep.c (iq2000_return_value): Likewise.
5869 * lm32-tdep.c (lm32_return_value): Likewise.
5870 * m32c-tdep.c (m32c_return_value): Likewise.
5871 * m32r-tdep.c (m32r_return_value): Likewise.
5872 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5873 * m68k-tdep.c (m68k_return_value): Likewise.
5874 (m68k_svr4_return_value): Likewise.
5875 * m88k-tdep.c (m88k_return_value): Likewise.
5876 * mep-tdep.c (mep_return_value): Likewise.
5877 * microblaze-tdep.c (microblaze_return_value): Likewise.
5878 * mn10300-tdep.c (mn10300_return_value): Likewise.
5879 * moxie-tdep.c (moxie_return_value): Likewise.
5880 * mt-tdep.c (mt_return_value): Likewise.
5881 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5882 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5883 (ppc_sysv_abi_broken_return_value): Likewise.
5884 (ppc64_sysv_abi_return_value): Likewise.
5885 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5886 * rl78-tdep.c (rl78_return_value): Likewise.
5887 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5888 * rx-tdep.c (rx_return_value): Likewise.
5889 * s390-tdep.c (s390_return_value): Likewise.
5890 * score-tdep.c (score_return_value): Likewise.
5891 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5892 (sh_return_value_fpu): Likewise.
5893 * sh64-tdep.c (sh64_return_value): Likewise.
5894 * sparc-tdep.c (sparc32_return_value): Likewise.
5895 * sparc64-tdep.c (sparc64_return_value): Likewise.
5896 * spu-tdep.c (spu_return_value): Likewise.
5897 * tic6x-tdep.c (tic6x_return_value): Likewise.
5898 * v850-tdep.c (v850_return_value): Likewise.
5899 * vax-tdep.c (vax_return_value): Likewise.
5900 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5901 * xtensa-tdep.c (xtensa_return_value): Likewise.
5902 * gdbarch.c: Regenerate.
5903 * gdbarch.h: Regenerate.
5904
5905 2012-05-15 Tom Tromey <tromey@redhat.com>
5906
5907 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5908
5909 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5910
5911 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5912 of command in two error message.
5913
5914 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5915
5916 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5917
5918 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5919
5920 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5921
5922 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5923
5924 * NEWS (show auto-load scripts-directory): Add forgotten command.
5925
5926 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5929 parameters.
5930
5931 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5932
5933 * amd64-tdep.c: Include features/i386/x32.c and
5934 features/i386/x32-avx.c.
5935 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5936 initialize_tdesc_x32_avx.
5937
5938 2012-05-14 Stan Shebs <stan@codesourcery.com>
5939
5940 Add dynamic printf.
5941 * breakpoint.h (enum bptype): New type bp_dprintf.
5942 (struct breakpoint): New field extra_string.
5943 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5944 (create_breakpoint): Add extra_string arg.
5945 * breakpoint.c (dprintf_breakpoint_ops): New.
5946 (is_breakpoint): Add bp_dprintf.
5947 (bpstat_what): Add dprintf case.
5948 (bptype_string): Ditto.
5949 (print_one_breakpoint_location): Ditto.
5950 (init_bp_location): Ditto.
5951 (bkpt_print_mention): Ditto.
5952 (dprintf_style_enums): New array.
5953 (dprintf_style): New global.
5954 (dprintf_function): New global.
5955 (dprintf_channel): New global.
5956 (update_dprintf_command_list): New function.
5957 (update_dprintf_commands): New function.
5958 (init_breakpoint_sal): Add extra_string argument, handle it.
5959 (create_breakpoint_sal): Add extra_string argument.
5960 (create_breakpoints_sal): Add extra_string argument, update callers.
5961 (find_condition_and_thread): Add extra argument.
5962 (create_breakpoint): Add extra_string argument, record it.
5963 (dprintf_command): New function.
5964 (break_command_1): Add arg to create_breakpoint call.
5965 (handle_gnu_v3_exceptions): Ditto.
5966 (trace_command): Ditto.
5967 (ftrace_command): Ditto.
5968 (strace_command): Ditto.
5969 (bkpt_print_mention): Add dprintf case.
5970 (create_breakpoint_sal_default): Add extra_string argument.
5971 (_initialize_breakpoint): Add new commands.
5972 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5973 * python/py-breakpoint.c (bppy_init): Ditto.
5974 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5975
5976 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5977
5978 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5979
5980 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5981
5982 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5983 unsigned long long.
5984
5985 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5986
5987 Add a new function gdb.find_pc_line to the Python API.
5988 * NEWS (Python Scripting): Add entry about the new function.
5989 * python/python.c (gdbpy_find_pc_line): New function which
5990 implements gdb.find_pc_line.
5991 (GdbMethods): Add entry for the new function.
5992
5993 2012-05-12 Pedro Alves <palves@redhat.com>
5994
5995 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5996 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5997
5998 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5999
6000 * inferior.c: Include completer.h
6001 (initialize_inferiors): Set completer of add-inferior to
6002 filename_completer.
6003
6004 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6005
6006 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6007 gdbarch_ptr_bit for x32 core dump.
6008
6009 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6010
6011 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6012 and features/i386/x32-avx-linux.c.
6013
6014 2012-05-11 Stan Shebs <stan@codesourcery.com>
6015 Kwok Cheung Yeung <kcy@codesourcery.com>
6016
6017 * NEWS: Describe new info os commands.
6018 * common/linux-osdata.c (PID_T, TIME_T): Define.
6019 (MAX_PID_T_STRLEN): New.
6020 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6021 MAX_PID_T_STRLEN.
6022 (command_from_pid): Add comment. Change to use PID_T.
6023 (commandline_from_pid): Change to use PID_T.
6024 (user_from_pid): Add comment.
6025 (get_process_owner): Add comment. Change to use PID_T and
6026 MAX_PID_T_STRLEN.
6027 (get_number_of_cpu_cores): Add comment.
6028 (get_cores_used_by_process): Add comment. Change to use PID_T and
6029 MAX_PID_T_STRLEN.
6030 (linux_xfer_osdata_processes): Change to use PID_T and
6031 MAX_PID_T_STRLEN.
6032 (compare_processes): New function.
6033 (linux_xfer_osdata_processgroups): New function.
6034 (linux_xfer_osdata_threads): Change to use PID_T.
6035 (linux_xfer_osdata_fds): New function.
6036 (format_socket_state, print_sockets): New functions.
6037 (union socket_addr): New union.
6038 (linux_xfer_osdata_isockets): New function.
6039 (time_from_time_t, group_from_gid): New functions.
6040 (linux_xfer_osdata_shm): New function.
6041 (linux_xfer_osdata_sem): New function.
6042 (linux_xfer_osdata_msg): New function.
6043 (linux_xfer_osdata_modules): New function.
6044 (osdata_table): Add new entries.
6045 * common/buffer.c (buffer_xml_printf): Add support for long and
6046 long long format specifiers.
6047
6048 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6049
6050 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6051 (tdesc_x32_avx_linux): Likewise.
6052
6053 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 Implement multi-component --with-auto-load-dir.
6056 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6057 entries.
6058 (--with-auto-load-safe-path): Update the default value description.
6059 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6060 New.
6061 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6062 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6063 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6064 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6065 "set auto-load scripts-directory".
6066 * config.in: Regenerate.
6067 * configure: Regenerate.
6068 * configure.ac (--with-auto-load-dir): New configure option.
6069 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6070
6071 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6072
6073 Provide $ddir substitution for --with-auto-load-safe-path.
6074 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6075 entries.
6076 * auto-load.c: Include observer.h.
6077 (auto_load_safe_path_vec_update): Call substitute_path_component for
6078 each component. New variable ddir_subst.
6079 (auto_load_gdb_datadir_changed): New function.
6080 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6081 AUTO_LOAD_SAFE_PATH. New comment.
6082 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6083 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6084 * config.in: Regenerate.
6085 * configure: Regenerate.
6086 * configure.ac (--auto-load-safe-path): Rename
6087 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6088 GDB_DATADIR/auto-load.
6089 * defs.h (substitute_path_component): New declaration.
6090 * top.c: Include observer.h.
6091 (set_gdb_datadir): New function.
6092 (init_main): Install it for "set data-directory".
6093 * utils.c (substitute_path_component): New function.
6094
6095 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
6097 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6098 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6099 DEBUG_FILE_DIRECTORY. Handle multiple components of
6100 DEBUG_FILE_DIRECTORY.
6101
6102 2012-05-10 Tom Tromey <tromey@redhat.com>
6103
6104 * dwarf2read.c (recursively_write_psymbols): New function.
6105 (write_psymtabs_to_index): Use it.
6106
6107 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6108 field.
6109 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6110 (load_partial_comp_unit): Update.
6111 (queue_comp_unit): Add argument 'pretend_language'.
6112 (process_queue): Update.
6113 (psymtab_to_symtab_1): Skip dependencies that have a user.
6114 (load_partial_comp_unit_reader): Give meaning to the 'data'
6115 argument.
6116 (load_full_comp_unit): Add 'pretend_language' argument.
6117 (process_full_comp_unit): Add 'pretend_language' argument. Set
6118 language on CU.
6119 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6120 Update.
6121 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6122 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6123 Update.
6124 (prepare_one_comp_unit): Add 'pretend_language' argument.
6125
6126 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6127 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6128 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6129 (dw2_do_instantiate_symtab): Check whether symtab was read in
6130 before queueing.
6131 (dw2_instantiate_symtab): Add assertion. Call
6132 process_cu_includes.
6133 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6134 (partial_symtab_p): New typedef.
6135 (set_partial_user): New function.
6136 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6137 (scan_partial_symbols): Add imported CU to imported_symtabs.
6138 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6139 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6140 (get_symtab, recursively_compute_inclusions)
6141 (compute_symtab_includes, process_cu_includes)
6142 (process_imported_unit_die): New functions.
6143 (process_die) <DW_TAG_imported_unit>: New case.
6144 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6145
6146 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6147 comment.
6148 (struct partial_die_info) <locdesc>: Remove.
6149 <d>: New field.
6150 (process_psymtab_comp_unit): Add 'read_partial' argument.
6151 Update.
6152 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6153 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6154 (add_partial_symbol): Update.
6155 (process_die): Handle DW_TAG_partial_unit.
6156 (read_file_scope): Update comment.
6157 (load_partial_dies): Handle DW_TAG_imported_unit.
6158 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6159 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6160
6161 2012-05-10 Tom Tromey <tromey@redhat.com>
6162
6163 * cc-with-dwz.sh: New file.
6164
6165 2012-05-10 Tom Tromey <tromey@redhat.com>
6166
6167 * symtab.h (struct symtab) <includes, user>: New fields.
6168 * block.h (struct block_iterator) <d, idx, which>: New fields.
6169 * block.c (initialize_block_iterator, find_iterator_symtab)
6170 (block_iterator_step, block_iter_name_step)
6171 (block_iter_match_step): New functions.
6172 (block_iterator_first, block_iterator_next)
6173 (block_iter_name_first, block_iter_name_next)
6174 (block_iter_match_first, block_iter_match_next): Rewrite.
6175 (get_block_symtab): New function.
6176
6177 2012-05-10 Tom Tromey <tromey@redhat.com>
6178
6179 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6180 set_block_symtab.
6181 * jit.c (finalize_symtab): Use allocate_global_block,
6182 set_block_symtab.
6183 * buildsym.c (finish_block_internal): New function, from old
6184 finish_block.
6185 (finish_block): Rewrite.
6186 (end_symtab): Use finish_block_internal, set_block_symtab.
6187 * block.h (struct global_block): New.
6188 (allocate_global_block, set_block_symtab): Declare.
6189 * block.c (allocate_global_block, set_block_symtab): New
6190 functions.
6191
6192 2012-05-10 Tom Tromey <tromey@redhat.com>
6193
6194 * psymtab.c (partial_map_expand_apply): Add assertion.
6195 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6196 (psymtab_to_symtab): Find unshared psymtab.
6197 (dump_psymtab): Print including psymtabs.
6198 (recursively_search_psymtabs): New function.
6199 (expand_symtabs_matching_via_partial): Use it.
6200 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6201 fields.
6202 (enum psymtab_search_status): New.
6203
6204 2012-05-10 Tom Tromey <tromey@redhat.com>
6205
6206 * tracepoint.c (scope_info): Update.
6207 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6208 (find_pc_sect_symtab, search_symbols)
6209 (default_make_symbol_completion_list_break_on)
6210 (make_file_symbol_completion_list): Update.
6211 * symmisc.c (dump_symtab_1): Update.
6212 * stack.c (print_frame_args, iterate_over_block_locals)
6213 (print_frame_labels, iterate_over_block_arg_vars): Update.
6214 * python/py-block.c (block_object) <dict>: Remove.
6215 <block>: New field.
6216 <iter>: Change type.
6217 (blpy_iter): Update.
6218 (blpy_block_syms_iternext): Update.
6219 * psymtab.c (map_block): Use block iterators.
6220 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6221 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6222 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6223 * infrun.c (check_exception_resume): Update.
6224 * cp-support.c (make_symbol_overload_list_block): Update.
6225 * coffread.c (patch_opaque_types): Update.
6226 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6227 * block.h (struct block_iterator): New.
6228 (block_iterator_first, block_iterator_next, block_iter_name_first)
6229 (block_iter_name_next, block_iter_match_first)
6230 (block_iter_match_next): Declare.
6231 (ALL_BLOCK_SYMBOLS): Redefine.
6232 * block.c (block_iterator_first, block_iterator_next)
6233 (block_iter_name_first, block_iter_name_next)
6234 (block_iter_match_first, block_iter_match_next): New functions.
6235 * ada-lang.c (ada_add_block_symbols)
6236 (ada_make_symbol_completion_list): Use block iterator.
6237
6238 2012-05-10 Tom Tromey <tromey@redhat.com>
6239
6240 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6241 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6242 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6243 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6244 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6245 Update.
6246
6247 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6248
6249 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6250 print-file-var-lib2.c, print-file-var-main.c and
6251 print-file-var.exp (located in gdb/testsuite/gdb.base).
6252
6253 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6254
6255 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6256 try locating the symbol in the symbol's own objfile first, before
6257 extending the search to all objfiles.
6258 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6259 out of lookup_symbol_aux_symtabs.
6260 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6261 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6262 Do not search EXCLUDE_OBJFILE.
6263 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6264 (lookup_symbol_global): Search for matches in the block's objfile
6265 first, before searching all other objfiles.
6266
6267 2012-05-10 Tristan Gingold <gingold@adacore.com>
6268
6269 * printcmd.c (set_command): Add pre/post inc/dec.
6270
6271 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6272
6273 * gdb.1: Document -ex option.
6274
6275 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6276
6277 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6278 * inferior.h (AT_SYMBOL): Delete.
6279
6280 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6281
6282 * mips-tdep.c (mips_push_dummy_code): New function.
6283 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6284 ON_STACK and install mips_push_dummy_code as our gdbarch
6285 push_dummy_code routine.
6286
6287 2012-05-09 Pedro Alves <palves@redhat.com>
6288
6289 * target.c (set_maintenance_target_async_permitted): Rename to ...
6290 (set_target_async_command): ... this.
6291 (show_maintenance_target_async_permitted): Rename to ...
6292 (show_target_async_command): ... this.
6293 (initialize_targets): Adjust.
6294
6295 2012-05-08 Doug Evans <dje@google.com>
6296
6297 * go-exp.y (classify_name): Add missing assignment of fields of
6298 yylval.ssym.
6299
6300 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6301
6302 Display the ">" prompt in interactive mode while reading canned
6303 commands, even when the current interpreter is MI.
6304
6305 * interps.c (interp_set_temp): New function.
6306
6307 * interps.h (interp_set_temp): Add prototype.
6308
6309 * cli/cli-script.c (restore_interp): New cleanup function.
6310 (read_command_lines): Temporarily override the current interpreter
6311 with CLI and arrange for restoring the original one.
6312
6313 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6314
6315 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6316
6317 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6318
6319 * probe.c (parse_probes): Move conditional to check for
6320 debuginfo files from here...
6321 * stap-probe.c (stap_get_probes): ... to here.
6322
6323 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6324 H.J. Lu <hongjiu.lu@intel.com>
6325
6326 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6327 `movl %esp, %ebp' for the X32 ABI.
6328
6329 2012-05-07 Tom Tromey <tromey@redhat.com>
6330
6331 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6332 get_DW_TAG_name.
6333 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6334 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6335 (dwarf_stack_op_name): Remove.
6336 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6337 (decode_locdesc): Use get_DW_OP_name.
6338 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6339 (dwarf2_compile_expr_to_ax): Likewise.
6340 (disassemble_dwarf_expression): Likewise.
6341 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6342
6343 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6344
6345 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6346 (sh_linux_sigtramp_cache): New function.
6347 (sh_linux_sigreturn_init): New function.
6348 (sh_linux_rt_sigreturn_init): New function.
6349 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6350 patterns.
6351 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6352 syscall codes.
6353 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6354 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6355 (sh_linux_init_abi): Add init calls to register new tramp_frame
6356 definitions under 32-bit SH, update comments.
6357
6358 2012-05-07 Pedro Alves <palves@redhat.com>
6359
6360 PR gdb/10952
6361
6362 * amd64-linux-tdep.c: Include glibc-tdep.h.
6363 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6364 gdbarch_skip_solib_resolver callback.
6365
6366 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6369 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6370 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6371 (add_auto_load_safe_path): Change the error message.
6372 (_initialize_auto_load): Change the "safe-path" help text.
6373 * configure: Regenerate
6374 * configure.ac (--without-auto-load-safe-path): Set
6375 WITH_AUTO_LOAD_SAFE_PATH to /.
6376
6377 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6378
6379 * stap-probe.h: Do not include unecessary `probe.h'.
6380
6381 2012-05-05 Alan Modra <amodra@gmail.com>
6382
6383 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6384 bfd_und_section_ptr.
6385 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6386 and bfd_com_section_ptr.
6387
6388 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6389
6390 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6391
6392 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6393
6394 * windows-nat.h (segment_register_p_ftype): New typedef.
6395 (windows_set_segment_register_p): Add declaration.
6396 * windows-nat.c (segment_register_p): New static global.
6397 (windows_set_segment_register_p): New function.
6398 (do_windows_fetch_inferior_registers): Add special handling
6399 for segment registers.
6400 * amd64-windows-nat.c: #include "amd64-tdep.h".
6401 (amd64_windows_segment_register_p): New function.
6402 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6403 * i386-windows-nat.c: #include "i386-tdep.h".
6404 (i386_windows_segment_register_p): New function.
6405 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6406
6407 2012-05-04 Tristan Gingold <gingold@adacore.com>
6408
6409 * printcmd.c (set_command): Emit a warning if the expression is not
6410 an assignment.
6411
6412 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6413
6414 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6415 Make static.
6416
6417 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6418
6419 * stap-probe.c (stap_is_operator): Change declaration.
6420 (stap_get_opcode): Change return value.
6421 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6422 `stap_parse_argument_1'.
6423
6424 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6425
6426 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6427 debug log.
6428
6429 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6430
6431 Add two new methods global_block and static_block to gdb.Symtab
6432 objects.
6433 * NEWS (Python scripting): Add entry about the new methods.
6434 * python/py-symtab.c (stpy_global_block): New function which
6435 implements the gdb.Symtab.global_block() method.
6436 (stpy_static_block): New function which implements the
6437 gdb.Symtab.static_block() method.
6438 (symtab_object_methods): Add entries for the two new methods.
6439
6440 2012-05-03 Doug Evans <dje@google.com>
6441
6442 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6443 files.
6444
6445 2012-05-03 Yao Qi <yao@codesourcery.com>
6446
6447 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6448 space.
6449 (i386_process_record): Ditto.
6450
6451 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6452
6453 * infcall.c (unwind_on_signal_p): Make static.
6454
6455 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6456
6457 * sol-thread.c (solaris_pid_to_str): Make static.
6458 (_initialize_sol_thread): Add prototype.
6459
6460 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6461
6462 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6463
6464 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6465
6466 * MAINTAINERS: Remove myself.
6467
6468 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 Fix --without-auto-load-safe-path for MS-Windows host platform.
6471 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6472
6473 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6474
6475 * gdb_curses.h: Undefine KEY_EVENT before including curses
6476 headers. Move "#undef MOUSE_MOVED" before any curses header
6477 inclusion.
6478
6479 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6480
6481 * features/i386/i386-mmx-linux.c: Regenerate.
6482 * features/rs6000/powerpc-32.c: Likewise.
6483 * features/rs6000/powerpc-32l.c: Likewise.
6484 * features/rs6000/powerpc-403.c: Likewise.
6485 * features/rs6000/powerpc-403gc.c: Likewise.
6486 * features/rs6000/powerpc-405.c: Likewise.
6487 * features/rs6000/powerpc-505.c: Likewise.
6488 * features/rs6000/powerpc-601.c: Likewise.
6489 * features/rs6000/powerpc-602.c: Likewise.
6490 * features/rs6000/powerpc-603.c: Likewise.
6491 * features/rs6000/powerpc-604.c: Likewise.
6492 * features/rs6000/powerpc-64.c: Likewise.
6493 * features/rs6000/powerpc-64l.c: Likewise.
6494 * features/rs6000/powerpc-750.c: Likewise.
6495 * features/rs6000/powerpc-860.c: Likewise.
6496 * features/rs6000/powerpc-e500.c: Likewise.
6497 * features/rs6000/powerpc-e500l.c: Likewise.
6498 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6499 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6500 * features/rs6000/rs6000.c: Likewise.
6501
6502 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6503
6504 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6505 variable.
6506 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6507 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6508 (stap_parse_argument) <e>: Likewise.
6509 (handle_stap_probe) <byte_order>: Likewise.
6510
6511 2012-04-30 Doug Evans <dje@google.com>
6512
6513 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6514 init_and_read_dies_worker. All callers updated.
6515 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6516 replaced with init_cutu_and_read_dies.
6517 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6518 (find_partial_die): Remove FIXME. Don't free current CU.
6519
6520 2012-04-30 Sterling Augustine <saugustine@google.com>
6521
6522 * contrib: New directory.
6523 * contrib/test_pubnames_and_indexes.py: New file.
6524
6525 2012-04-30 Doug Evans <dje@google.com>
6526
6527 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6528 All callers updated.
6529 (init_cu_die_reader): Verify the section is non-empty.
6530 (dwarf_decode_line_header): Don't dereference section->asection
6531 until we know the section is present.
6532
6533 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6534
6535 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6536 probes.
6537
6538 2012-04-29 Yao Qi <yao@codesourcery.com>
6539
6540 * gdb-code-style.el: New hook gdb-markup-hook
6541 and gdb-comment-hook.
6542
6543 2012-04-28 Doug Evans <dje@google.com>
6544
6545 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6546 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6547 objfile->obfd.
6548 * symfile.h (dwarf2_debug_sections): New member addr.
6549 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6550 (ctx_no_get_addr_index): New function.
6551 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6552 (ctx_no_get_addr_index): Declare.
6553 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6554 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6555 (dwarf_expr_ctx_funcs): Update.
6556 (needs_get_addr_index): New function.
6557 (needs_frame_ctx_funcs): Update.
6558 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6559 * dwarf2read.c: #include "gdbcore.h".
6560 (dwarf2_per_objfile): New members addr, dwo_files.
6561 (dwarf2_elf_names): Add entry for addr.
6562 (struct dwo_section_names): New type.
6563 (dwo_section_names): New static global.
6564 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6565 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6566 old debug_types_section member updated to use this.
6567 Rename member debug_types_section to info_or_types_section,
6568 all uses updated.
6569 (signatured_type): Rename member type_offset to type_offset_in_tu,
6570 all uses updated. New member type_offset_in_section.
6571 (struct dwo_sections): New type.
6572 (struct dwo_unit): New type.
6573 (struct dwo_file): New type.
6574 (die_reader_specs): New member dwo_file.
6575 (dwarf2_locate_sections): Watch for .debug_addr.
6576 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6577 (dwarf2_read_section): Get bfd of section from bfd's asection,
6578 instead of objfile.
6579 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6580 (create_signatured_type_table_from_index): Initialize
6581 sig_type->info_or_types_section.
6582 (dw2_get_file_names): Statement lists for type units with DWO files
6583 live in the DWO file.
6584 (create_debug_types_hash_table): New function.
6585 (create_all_type_units): Rewrite.
6586 (init_cu_die_reader): New arg dwo_file, all callers updated.
6587 (init_and_read_dies_worker): Get section from
6588 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6589 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6590 continue reading the CU/TU from there.
6591 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6592 updated. Get section from this_cu->info_or_types_section.
6593 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6594 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6595 DW_FORM_GNU_str_index.
6596 (hash_dwo_file, eq_dwo_file): New functions.
6597 (allocate_dwo_file_hash_table): New function.
6598 (hash_dwo_unit, eq_dwo_unit): New functions.
6599 (allocate_dwo_unit_table): New function.
6600 (dwarf2_locate_dwo_sections): New function.
6601 (struct create_dwo_info_table_data): New type.
6602 (create_debug_info_hash_table_reader): New function.
6603 (create_debug_info_hash_table): New function.
6604 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6605 (lookup_dwo_file): New function.
6606 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6607 (free_dwo_file, free_dwo_file_cleanup): New functions.
6608 (free_dwo_file_from_slot, free_dwo_files): New functions.
6609 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6610 (dwarf2_record_block_ranges): Ditto.
6611 (read_partial_die): Ditto.
6612 (process_enumeration_scope): Update to use type_offset_in_section.
6613 (read_full_die_1): New function.
6614 (read_full_die): Rewrite.
6615 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6616 DW_FORM_GNU_str_index.
6617 (read_addr_index_1, read_addr_index): New functions.
6618 (read_addr_index_from_leb128): New function.
6619 (struct dwarf2_read_addr_index_data): New type.
6620 (dwarf2_read_addr_index_reader): New function.
6621 (dwarf2_read_addr_index): New function.
6622 (read_str_index): New function.
6623 (leb128_size): New function.
6624 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6625 If processing a type unit from a DWO file, get the line section
6626 from the DWO file.
6627 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6628 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6629 DW_FORM_GNU_str_index.
6630 (lookup_die_type): Check whether section offset of type's die is
6631 known before looking it up. Remove assert. Condition can
6632 legimately happen for inter-cu type references.
6633 (dwarf_attr_name): Handle Fission attributes.
6634 (dwarf_form_name): Handle Fission forms.
6635 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6636 DW_FORM_GNU_str_index.
6637 (follow_die_sig): Update to use type_offset_in_section.
6638 (decode_locdesc): New case DW_OP_GNU_addr_index.
6639 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6640 DW_FORM_GNU_str_index.
6641 (cu_debug_loc_section): New function.
6642 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6643 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6644 Free DWO files if present.
6645 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6646
6647 Refactor DIE reading.
6648 * dwarf2read.c (dwarf2_per_objfile): Replace members
6649 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6650 (die_reader_specs): New member "die_section". Temporarily make
6651 member "buffer" non-const, pending constifying all info_ptr uses.
6652 (die_reader_func_ftype): New typedef.
6653 (dw2_get_file_names_reader): New function.
6654 (dw2_get_file_names): Rewrite.
6655 (read_and_check_type_unit_head): Rename arg type_offset to
6656 type_offset_in_tu.
6657 (create_all_type_units): Improve debugging message.
6658 Improve dummy type unit check.
6659 (init_cu_die_reader): New arg "section". All callers updated.
6660 (init_and_read_dies_worker): New function.
6661 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6662 (init_cutu_and_read_dies_no_follow): New function.
6663 (init_cutu_and_read_dies_simple): New function.
6664 (process_psymtab_comp_unit_reader): New function.
6665 (process_psymtab_comp_unit): Delete args section,
6666 is_debug_types_section. Rewrite. All callers updated.
6667 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6668 All callers updated. Rewrite.
6669 (load_partial_comp_unit_reader): New function.
6670 (load_partial_comp_unit): Rewrite.
6671 (skip_children): New arg reader. Delete args buffer, cu.
6672 All callers updated.
6673 (skip_one_die): New arg reader. Delete args buffer, cu.
6674 All callers updated.
6675 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6676 All callers updated.
6677 (load_full_comp_unit_reader): New function.
6678 (load_full_comp_unit): Rewrite.
6679 (read_comp_unit): Delete.
6680 (read_die_and_children_1): Delete, contents moved ...
6681 (read_die_and_children): ... here.
6682 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6683 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6684 All callers updated.
6685 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6686 All callers updated.
6687 (find_partial_die): Rewrite load_all_dies support.
6688 (read_attribute_value): New arg reader. Delete args abfd, cu.
6689 All callers updated.
6690 (read_attribute): New arg reader. Delete args abfd, cu.
6691 All callers updated.
6692 (load_full_type_unit): Add assert.
6693 (read_signatured_type_reader): New function.
6694 (read_signatured_type): Rewrite.
6695 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6696 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6697 All callers updated. Set per_cu->cu = NULL after freeing it.
6698 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6699 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6700 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6701 (set_die_type): Update.
6702 (get_die_type_at_offset): Update.
6703 (read_file_scope): Call prepare_one_comp_unit.
6704 (read_type_unit_scope): Ditto.
6705 (prepare_one_comp_unit): Set producer if present.
6706
6707 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6708
6709 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6710 gettext function on `error'.
6711
6712 2012-04-27 Doug Evans <dje@google.com>
6713
6714 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6715 is empty.
6716
6717 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6718 Tom Tromey <tromey@redhat.com>
6719
6720 * breakpoint.c (struct breakpoint_objfile_data)
6721 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6722 <exception_probes>: New fields.
6723 (free_breakpoint_probes): New function.
6724 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6725 `_Unwind_DebugHook'.
6726 (create_exception_master_breakpoint): Likewise.
6727 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6728 * infrun.c: Including necessary header files for handling SystemTap
6729 probes.
6730 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6731 via SystemTap probes.
6732 (check_exception_resume): Remove `func' argument. Handle exception
6733 unwinding breakpoint set via a SystemTap probe.
6734 (insert_exception_resume_from_probe): New function.
6735
6736 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6737 Tom Tromey <tromey@redhat.com>
6738 Jan Kratochvil <jan.kratochvil@redhat.com>
6739
6740 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6741 (COMMON_OBS): Likewise.
6742 (HFILES_NO_SRCDIR): Add `probe'.
6743 * NEWS: Mention support for static and SystemTap probes.
6744 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6745 SystemTap probes' arguments parser.
6746 * arm-linux-tdep.c: Including headers needed to perform the parsing
6747 of SystemTap probes' arguments.
6748 (arm_stap_is_single_operand): New function.
6749 (arm_stap_parse_special_token): Likewise.
6750 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6751 probes' arguments parser.
6752 * ax-gdb.c (require_rvalue): Removing static declaration.
6753 (gen_expr): Likewise.
6754 * ax-gdb.h (gen_expr): Declaring function.
6755 (require_rvalue): Likewise.
6756 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6757 (bkpt_probe_breakpoint_ops): New variable.
6758 (momentary_breakpoint_from_master): Set the `probe' value.
6759 (add_location_to_breakpoint): Likewise.
6760 (break_command_1): Using proper breakpoint_ops according to the
6761 argument passed by the user in the command line.
6762 (bkpt_probe_insert_location): New function.
6763 (bkpt_probe_remove_location): Likewise.
6764 (bkpt_probe_create_sals_from_address): Likewise.
6765 (bkpt_probe_decode_linespec): Likewise.
6766 (tracepoint_probe_create_sals_from_address): Likewise.
6767 (tracepoint_probe_decode_linespec): Likewise.
6768 (tracepoint_probe_breakpoint_ops): New variable.
6769 (trace_command): Using proper breakpoint_ops according to the
6770 argument passed by the user in the command line.
6771 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6772 static probes on breakpoints and tracepoints.
6773 * breakpoint.h (struct bp_location) <probe>: New field.
6774 * cli-utils.c (skip_spaces_const): New function.
6775 (extract_arg): Likewise.
6776 * cli-utils.h (skip_spaces_const): Likewise.
6777 (extract_arg): Likewise.
6778 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6779 * configure.ac: Append `stap-probe.o' to be generated when ELF
6780 support is present.
6781 * configure: Regenerate.
6782 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6783 * elfread.c: Include `probe.h' and `arch-utils.h'.
6784 (probe_key): New variable.
6785 (elf_get_probes): New function.
6786 (elf_get_probe_argument_count): Likewise.
6787 (elf_evaluate_probe_argument): Likewise.
6788 (elf_compile_to_ax): Likewise.
6789 (elf_symfile_relocate_probe): Likewise.
6790 (stap_probe_key_free): Likewise.
6791 (elf_probe_fns): New variable.
6792 (elf_sym_fns): Add `sym_probe_fns' value.
6793 (elf_sym_fns_lazy_psyms): Likewise.
6794 (elf_sym_fns_gdb_index): Likewise.
6795 (_initialize_elfread): Initialize objfile cache for static
6796 probes.
6797 * gdb_vecs.h (struct probe): New forward declaration.
6798 (probe_p): New VEC declaration.
6799 * gdbarch.c: Regenerate.
6800 * gdbarch.h: Regenerate.
6801 * gdbarch.sh (stap_integer_prefix): New variable.
6802 (stap_integer_suffix): Likewise.
6803 (stap_register_prefix): Likewise.
6804 (stap_register_suffix): Likewise.
6805 (stap_register_indirection_prefix): Likewise.
6806 (stap_register_indirection_suffix): Likewise.
6807 (stap_gdb_register_prefix): Likewise.
6808 (stap_gdb_register_suffix): Likewise.
6809 (stap_is_single_operand): New function.
6810 (stap_parse_special_token): Likewise.
6811 (struct stap_parse_info): Forward declaration.
6812 * i386-tdep.c: Including headers needed to perform the parsing
6813 of SystemTap probes' arguments.
6814 (i386_stap_is_single_operand): New function.
6815 (i386_stap_parse_special_token): Likewise.
6816 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6817 probes' arguments parser.
6818 * i386-tdep.h (i386_stap_is_single_operand): New function.
6819 (i386_stap_parse_special_token): Likewise.
6820 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6821 * mipsread.c (ecoff_sym_fns): Likewise.
6822 * objfiles.c (objfile_relocate1): Support relocation for static
6823 probes.
6824 * parse.c (prefixify_expression): Remove static declaration.
6825 (initialize_expout): Likewise.
6826 (reallocate_expout): Likewise.
6827 * parser-defs.h (initialize_expout): Declare function.
6828 (reallocate_expout): Likewise.
6829 (prefixify_expression): Likewise.
6830 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6831 of SystemTap probes' arguments.
6832 (ppc_stap_is_single_operand): New function.
6833 (ppc_stap_parse_special_token): Likewise.
6834 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6835 probes' arguments parser.
6836 * probe.c: New file, for generic statically defined probe support.
6837 * probe.h: Likewise.
6838 * s390-tdep.c: Including headers needed to perform the parsing of
6839 SystemTap probes' arguments.
6840 (s390_stap_is_single_operand): New function.
6841 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6842 probes' arguments parser.
6843 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6844 * stap-probe.c: New file, for SystemTap probe support.
6845 * stap-probe.h: Likewise.
6846 * symfile.h: Include `gdb_vecs.h'.
6847 (struct sym_probe_fns): New struct.
6848 (struct sym_fns) <sym_probe_fns>: New field.
6849 * symtab.c (init_sal): Initialize `probe' field.
6850 * symtab.h (struct probe): Forward declaration.
6851 (struct symtab_and_line) <probe>: New field.
6852 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6853 locations.
6854 (stop_tracing): Likewise.
6855 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6856
6857 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6858 Tom Tromey <tromey@redhat.com>
6859
6860 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6861 and to compile agent expressions.
6862 * infrun.c (siginfo_make_value): New argument `ignore'.
6863 (siginfo_funcs): New struct.
6864 (_initialize_infrun): New argument when calling
6865 `create_internalvar_type_lazy'.
6866 * thread.c (thread_id_make_value): New argument `ignore'.
6867 (thread_funcs): New struct.
6868 (_initialize_thread): New argument when calling
6869 `create_internalvar_type_lazy'.
6870 * tracepoint.c (sdata_make_value): New argument `ignore'.
6871 (sdata_funcs): New struct.
6872 (_initialize_tracepoint): New argument when calling
6873 `create_internalvar_type_lazy'.
6874 * value.c (make_value): New struct.
6875 (create_internalvar_type_lazy): New argument `data'.
6876 (compile_internalvar_to_ax): New function.
6877 (value_of_internalvar): Properly handling `make_value' case.
6878 (clear_internalvar): Likewise.
6879 (show_convenience): Adding `TRY_CATCH' block.
6880 * value.h (internalvar_make_value): Delete, replace by...
6881 (struct internalvar_funcs): ... this.
6882 (create_internalvar_type_lazy) <fun>: Delete argument.
6883 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6884 (compile_internalvar_to_ax): New function.
6885 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6886 (tlb_funcs): New struct.
6887 (_initialize_windows_tdep): New argument when calling
6888 `create_internalvar_type_lazy'.
6889
6890 2012-04-27 Mark Wielaard <mjw@redhat.com>
6891
6892 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6893 see whether it is an address or a constant offset from DW_AT_low_pc.
6894 (dwarf2_record_block_ranges): Likewise.
6895 (read_partial_die): Likewise.
6896
6897 2012-04-26 Mark Wielaard <mjw@redhat.com>
6898
6899 * MAINTAINERS (Write After Approval): Add myself to the list.
6900
6901 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6902
6903 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6904 (proc_prettyprint_signal): Likewise.
6905 (proc_prettyprint_faultset): Likewise.
6906 (proc_prettyprint_fault): Likewise.
6907 (proc_prettyprint_actionset): Likewise.
6908 (proc_prettyprint_flags): Move to new proc-flags.c section.
6909 (proc_prettyfprint_flags): New prototype.
6910 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6911 (proc_syscall, proc_cursig): Likewise.
6912 (proc_set_kill_on_last_close): Likewise.
6913 (proc_unset_kill_on_last_close): Likewise.
6914 (proc_set_watchpoint): Make static.
6915 (proc_delete_dead_threads): Likewise.
6916 (procfs_set_watchpoint): Likewise.
6917 (_initialize_procfs): Add prototype.
6918 * proc-events.c: Include proc-utils.h.
6919 (init_syscall_table): Make static.
6920 * proc-api.c (_initialize_proc_api): Add prototype.
6921 * proc-flags.c: Include proc-utils.h.
6922
6923 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6924
6925 * configure.ac: Add AC_ARG_PROGRAM.
6926 * configure: Regenerate.
6927
6928 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6929
6930 Fix DW_AT_lower_bound defaults for DWARF-4+.
6931 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6932 high. New variable low_default_is_valid. Implement DWARF-4+
6933 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6934 no default by the DWARF standard.
6935
6936 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6937 Maciej W. Rozycki <macro@codesourcery.com>
6938
6939 * infrun.c (handle_inferior_event): Move the check for return
6940 trampolines ahead of the check for function trampolines.
6941 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6942 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6943 (mips_str_mips16_ret_stub): Likewise.
6944 (mips_str_call_fp_stub): Likewise.
6945 (mips_str_call_stub): Likewise.
6946 (mips_str_fn_stub): Likewise.
6947 (mips_str_pic): Likewise.
6948 (mips_in_frame_stub): New function.
6949 (mips_unwind_pc): Return the return address rather than the PC
6950 if the PC of an intermediate frame is inside a call thunk.
6951 (mips_is_stub_suffix): New function.
6952 (mips_is_stub_mode): Likewise.
6953 (mips_get_mips16_fn_stub_pc): Likewise.
6954 (mips_skip_mips16_trampoline_code): Update to handle all the
6955 currently generated stub types. Don't recurse into __fn_stub
6956 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6957 Use cooked register accesses.
6958 (mips_in_return_stub): Reintroduce function.
6959 (mips_skip_trampoline_code): Traverse trampolines recursively.
6960 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6961
6962 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6963
6964 GDB 7.4.1 released.
6965
6966 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6967
6968 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6969 * features/arm-with-m-vfp-d16.xml: New file. Describes
6970 Cortex-M with VFPv4-sp-d16 FPU register layout.
6971 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6972 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6973 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6974 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6975 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6976
6977 2012-04-25 Doug Evans <dje@google.com>
6978
6979 * cli/cli-decode.c (print_doc_line): Use stream instead of
6980 current_uiout.
6981
6982 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6983
6984 * features/arm-with-iwmmxt.c: Regenerate.
6985 * features/arm-with-m-fpa-layout.c: Likewise.
6986 * features/arm-with-m.c: Likewise.
6987 * features/arm-with-neon.c: Likewise.
6988 * features/arm-with-vfpv2.c: Likewise.
6989 * features/arm-with-vfpv3.c: Likewise.
6990 * features/mips-dsp-linux.c: Likewise.
6991 * features/mips-linux.c: Likewise.
6992 * features/mips64-dsp-linux.c: Likewise.
6993 * features/mips64-linux.c: Likewise.
6994 * features/s390-linux32.c: Likewise.
6995 * features/s390-linux32v1.c: Likewise.
6996 * features/s390-linux32v2.c: Likewise.
6997 * features/s390-linux64.c: Likewise.
6998 * features/s390-linux64v1.c: Likewise.
6999 * features/s390-linux64v2.c: Likewise.
7000 * features/s390x-linux64.c: Likewise.
7001 * features/s390x-linux64v1.c: Likewise.
7002 * features/s390x-linux64v2.c: Likewise.
7003 * features/tic6x-c62x-linux.c: Likewise.
7004 * features/tic6x-c62x.c: Likewise.
7005 * features/tic6x-c64x-linux.c: Likewise.
7006 * features/tic6x-c64x.c: Likewise.
7007 * features/tic6x-c64xp-linux.c: Likewise.
7008 * features/tic6x-c64xp.c: Likewise.
7009 * target-descriptions.c: Only generate `field_type' and `type'
7010 variables when needed.
7011
7012 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7013
7014 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7015
7016 2012-04-25 Doug Evans <dje@google.com>
7017
7018 Initial pass at Go language support.
7019 * NEWS: Mention Go.
7020 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7021 go-valprint.c.
7022 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7023 (YYFILES): Add go-exp.c.
7024 (YYOBJ): Add go-exp.o.
7025 (local-maintainer-clean): Delete go-exp.c.
7026 * defs.h (enum language): Add language_go.
7027 * dwarf2read.c: #include "go-lang.h".
7028 (fixup_go_packaging): New function.
7029 (process_full_comp_unit): Call it when processing Go CUs.
7030 (dwarf2_physname): Add Go support.
7031 (read_file_scope): Handle missing language spec for GNU Go.
7032 (set_cu_language): Handle DW_LANG_Go.
7033 * go-exp.y: New file.
7034 * go-lang.h: New file.
7035 * go-lang.c: New file.
7036 * go-typeprint.c: New file.
7037 * go-valprint.c: New file.
7038 * symtab.c: #include "go-lang.h".
7039 (symbol_set_language): Handle language_go.
7040 (symbol_find_demangled_name, symbol_set_names): Ditto.
7041 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7042
7043 2012-04-24 Jim Meyering <meyering@redhat.com>
7044
7045 avoid a few strncpy-induced buffer overruns
7046 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7047 fname and psargs before trying to concatenate.
7048 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7049 "name" before applying strchr.
7050
7051 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7052
7053 * CONTRIBUTE: Use unified diff instead of context diff when
7054 generating patches.
7055
7056 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7057
7058 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7059 code. Handle JR.HB correctly.
7060
7061 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7062
7063 * mips-tdep.c
7064 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7065 with the other MIPS16 helpers.
7066
7067 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7068
7069 * observer.sh: Conditionally declare `args', thus cleaning up
7070 unused instances of this variable.
7071
7072 2012-04-24 Yao Qi <yao@codesourcery.com>
7073
7074 Revert this patch to allow breakpoint always-inserted
7075 in record target.
7076 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7077 * breakpoint.c: Include record.h.
7078 (breakpoints_always_inserted_mode): Return false when the record
7079 target is in use.
7080
7081 * breakpoint.c (iterate_over_bp_locations): New.
7082 * breakpoint.h: Declare.
7083 New typedef walk_bp_location_callback.
7084 * record.c (record_open): Call record_init_record_breakpoints.
7085 (record_sync_record_breakpoints): New.
7086 (record_init_record_breakpoints): New.
7087 * NEWS: Mention supporting breakpoint always-inserted mode in
7088 record target.
7089
7090 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7091
7092 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7093 any thread.
7094
7095 2012-04-24 Yao Qi <yao@codesourcery.com>
7096
7097 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7098 (is_catchpoint): ... it.
7099 (print_one_breakpoint_location): Caller update.
7100 * breakpoint.h: Update declaration.
7101
7102 2012-04-23 David S. Miller <davem@davemloft.net>
7103
7104 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7105
7106 2012-04-23 Tom Tromey <tromey@redhat.com>
7107
7108 * buildsym.c (add_free_pendings): Remove.
7109 * buildsym.h (add_free_pendings): Remove.
7110
7111 2012-04-23 Doug Evans <dje@google.com>
7112
7113 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7114 attr.u.unsnd instead of attr.u.addr.
7115 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7116 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7117 DW_FORM_ref_udata.
7118 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7119 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7120 DW_FORM_ref_udata.
7121 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7122
7123 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7124
7125 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7126 (mips_o32_return_value): Likewise.
7127 (mips_o64_return_value): Likewise.
7128
7129 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7130
7131 * ada-lang.c (ada_evaluate_subexp): Add cases for
7132 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7133 their treatment in eval.c.
7134
7135 2012-04-21 David S. Miller <davem@davemloft.net>
7136
7137 * sparc-tdep.c (X_DISP10): Define.
7138 (sparc_analyze_control_transfer): Handle compare-and-branch.
7139
7140 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7141
7142 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7143 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7144
7145 2012-04-20 Nigel Stephens <nigel@mips.com>
7146 Maciej W. Rozycki <macro@codesourcery.com>
7147
7148 * mips-tdep.c (mips_float_register_p): New function.
7149 (mips_convert_register_float_case_p): Use mips_float_register_p.
7150 (mips_register_type): Likewise.
7151 (mips_print_register): Likewise.
7152 (print_gp_register_row): Likewise.
7153 (mips_print_registers_info): Likewise.
7154
7155 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7156
7157 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7158 of mips16 symbols.
7159
7160 2012-04-20 Andrew Pinski <apinski@cavium.com>
7161
7162 * MAINTAINERS (Write After Approval): Add myself to the list.
7163
7164 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7165
7166 * MAINTAINERS: Update my e-mail address.
7167
7168 2012-04-20 Pedro Alves <palves@redhat.com>
7169
7170 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7171 $srcdir.
7172 * configure: Regenerate.
7173
7174 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7175
7176 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7177 declaration.
7178 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7179
7180 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 Fix compilation compatibility with python-2.4
7183 * python/py-type.c (convert_field): Cast ADDRSTRING for
7184 PyObject_SetAttrString as non-const. New comment.
7185
7186 2012-04-19 Tom Tromey <tromey@redhat.com>
7187
7188 * top.c (quit_target): Use all_cleanups.
7189 * main.c (captured_command_loop): Use all_cleanups.
7190 * exceptions.c (throw_exception): Use all_cleanups.
7191
7192 2012-04-19 Pedro Alves <palves@redhat.com>
7193
7194 * Makefile.in (GNULIB_BUILDDIR): New.
7195 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7196 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7197 (CLEANDIRS). Remove gnulib/import.
7198 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7199 (all-lib): Ditto.
7200 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7201 (gnulib/import/Makefile): Replace gnulib/import with
7202 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7203 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7204 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7205 acx_configure_dir.m4.
7206 * acinclude.m4: Include acx_configure_dir.m4.
7207 * acx_configure_dir.m4: New file.
7208 * aclocal.m4: Regenerate.
7209 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7210 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7211 (GNULIB): New variable.
7212 (GNULIB_STDINT_H): Adjust.
7213 (AC_OUTPUT): Don't output gnulib/Makefile.
7214 * gdb/defs.h: Include build-gnulib/config.h.
7215 * aclocal.m4: Regenerate.
7216 * config.in: Regenerate.
7217 * configure: Regenerate.
7218
7219 * gnulib/Makefile.in: New file.
7220 * gnulib/configure.ac: New file.
7221 * gnulib/aclocal.m4: New file.
7222 * gnulib/config.in: New file.
7223 * gnulib/configure: New file.
7224 * gnulib/: Re-run gnulib-tool to adjust.
7225
7226 2012-04-19 Doug Evans <dje@google.com>
7227
7228 * cleanups.h (struct cleanup): Move to cleanups.c.
7229 (make_cleanup_dtor_ftype): New typedef.
7230 (make_cleanup_dtor): Use it.
7231 (ALL_CLEANUPS): Replace with ...
7232 (all_cleanups): ... this. Declare. All uses updated.
7233 * cleanups.c: #include "gdb_assert.h".
7234 (sentinel_cleanup): New static global.
7235 (SENTINEL_CLEANUP): Define.
7236 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7237 (make_my_cleanup2): Assert result is non-NULL.
7238 (all_cleanups): New function.
7239 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7240 of NULL.
7241
7242 2012-04-19 Pedro Alves <palves@redhat.com>
7243
7244 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7245 Adjust paths to gnulib imported files.
7246
7247 2012-04-19 Pedro Alves <palves@redhat.com>
7248
7249 * gnulib/: Move whole directory ...
7250 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7251 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7252 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7253 (aclocal_m4_deps): Adjust.
7254 * aclocal.m4: Regenerate.
7255 * configure: Regenerate.
7256 * configure.ac: Adjust AC_OUTPUT output.
7257
7258 2012-04-19 Yao Qi <yao@codesourcery.com>
7259
7260 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7261 (vec.o): New rule.
7262 * vec.c: Move it ...
7263 * common/vec.c: ... here.
7264 * vec.h: Move it ...
7265 * common/vec.h: ... here.
7266
7267 2012-04-19 Yao Qi <yao@codesourcery.com>
7268
7269 * gdb-code-style.el: New.
7270
7271 2012-04-18 Pedro Alves <palves@redhat.com>
7272
7273 Update gnulib from latest git.
7274 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7275
7276 * gnulib/Makefile.am: Update.
7277 * gnulib/dummy.c: Update.
7278 * gnulib/extra/arg-nonnull.h: Update.
7279 * gnulib/extra/c++defs.h: Update.
7280 * gnulib/extra/update-copyright: Update.
7281 * gnulib/extra/warn-on-use.h: Update.
7282 * gnulib/inttypes.in.h: Update.
7283 * gnulib/m4/00gnulib.m4: Update.
7284 * gnulib/m4/extensions.m4: Update.
7285 * gnulib/m4/gnulib-cache.m4: Update.
7286 * gnulib/m4/gnulib-common.m4: Update.
7287 * gnulib/m4/gnulib-comp.m4: Update.
7288 * gnulib/m4/gnulib-tool.m4: Update.
7289 * gnulib/m4/include_next.m4: Update.
7290 * gnulib/m4/inttypes-pri.m4: Update.
7291 * gnulib/m4/inttypes.m4: Update.
7292 * gnulib/m4/longlong.m4: Update.
7293 * gnulib/m4/memchr.m4: Update.
7294 * gnulib/m4/memmem.m4: Update.
7295 * gnulib/m4/mmap-anon.m4: Update.
7296 * gnulib/m4/multiarch.m4: Update.
7297 * gnulib/m4/onceonly.m4: Update.
7298 * gnulib/m4/stddef_h.m4: Update.
7299 * gnulib/m4/stdint.m4: Update.
7300 * gnulib/m4/string_h.m4: Update.
7301 * gnulib/m4/warn-on-use.m4: Update.
7302 * gnulib/m4/wchar_h.m4: Update.
7303 * gnulib/m4/wchar_t.m4: Update.
7304 * gnulib/m4/wint_t.m4: Update.
7305 * gnulib/memchr.c: Update.
7306 * gnulib/memmem.c: Update.
7307 * gnulib/stddef.in.h: Update.
7308 * gnulib/stdint.in.h: Update.
7309 * gnulib/str-two-way.h: Update.
7310 * gnulib/string.in.h: Update.
7311 * gnulib/wchar.in.h: Update.
7312
7313 * gnulib/extra/arg-nonnull.h: Delete.
7314 * gnulib/extra/c++defs.h: Delete.
7315 * gnulib/extra/warn-on-use.h: Delete.
7316 * gnulib/m4/wchar_h.m4: Delete.
7317 * gnulib/m4/wint_t.m4: Delete.
7318 * gnulib/wchar.in.h: Delete.
7319
7320 * gnulib/extra/snippets/arg-nonnull.h: New.
7321 * gnulib/extra/snippets/c++defs.h: New.
7322 * gnulib/extra/snippets/warn-on-use.h: New.
7323
7324 * aclocal.m4: Regenerate.
7325 * config.in: Regenerate.
7326 * configure: Regenerate.
7327 * gnulib/Makefile.in: Regenerate.
7328
7329 2012-04-18 Pedro Alves <palves@redhat.com>
7330
7331 Reimport the update-copyright module from gnulib
7332 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7333
7334 * configure: Regenerate.
7335 * gnulib/Makefile.am: Update.
7336 * gnulib/Makefile.in: Regenerate.
7337 * gnulib/extra/update-copyright: Update.
7338 * gnulib/m4/gnulib-cache.m4: Update.
7339 * gnulib/m4/gnulib-comp.m4: Update.
7340
7341 2012-04-18 Tristan Gingold <gingold@adacore.com>
7342
7343 * configure.ac (aix): Put -lpthread into libs.
7344 * configure: Regenerate.
7345
7346 2012-04-18 Tom Tromey <tromey@redhat.com>
7347
7348 * linespec.c (convert_linespec_to_sals): Don't use
7349 SYMBOL_OBJ_SECTION.
7350 (compare_msymbols): Arguments are minsym_and_objfile, not
7351 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7352
7353 2012-04-18 Pedro Alves <palves@redhat.com>
7354
7355 Revert gnulib/ part of:
7356 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7357 Copyright year update in most files (performed by copyright.sh).
7358
7359 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7360
7361 Fix 64-bit constants on 32-bit hosts.
7362 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7363 from unsigned long to ULONGEST.
7364 (read_signed_leb128): Change declaration return type from long to
7365 LONGEST.
7366 (dwarf2_const_value_attr): Change declaration parameter value from long
7367 to LONGEST.
7368 (dwarf2_compute_name): Change variable value from long to LONGEST.
7369 (read_unsigned_leb128): Change return type, variable result and some
7370 casts from unsigned long to ULONGEST.
7371 (read_signed_leb128): Change return type, variable result and some
7372 casts from long to LONGEST.
7373 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7374 value from long to LONGEST.
7375 (dwarf2_const_value): Change variable value from long to LONGEST.
7376 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7377 plongest and hex_string.
7378 * symtab.h (struct general_symbol_info): Change ivalue from long to
7379 LONGEST, remove the comment.
7380 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7381 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7382
7383 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7384
7385 PR symtab/7259:
7386 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7387 * ada-lang.c (ada_discrete_type_high_bound)
7388 (ada_discrete_type_low_bound): Fix function comment. Use
7389 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7390 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7391 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7392 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7393 Use TYPE_FIELD_ENUMVAL.
7394 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7395 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7396 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7397 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7398 TYPE_CODE_ENUM.
7399 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7400 * dwarf2read.c (process_enumeration_scope): Likewise.
7401 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7402 field.bitpos.
7403 (class StructMainTypePrettyPrinter): Support also
7404 FIELD_LOC_KIND_ENUMVAL.
7405 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7406 TYPE_CODE_ENUM.
7407 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7408 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7409 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7410 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7411 field enumval.
7412 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7413 accommodate enumval.
7414 (struct call_site): Adjust loc_kind to accommodate enumval.
7415 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7416 (TYPE_FIELD_ENUMVAL): New macros.
7417 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7418 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7419 TYPE_CODE_ENUM.
7420 * p-typeprint.c (pascal_type_print_base): Likewise.
7421 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7422 enumval.
7423 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7424 * python/py-type.c (convert_field): New variable addrstring. Use
7425 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7426 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7427 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7428 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7429 TYPE_CODE_ENUM.
7430 * valprint.c (generic_val_print): Likewise.
7431
7432 2012-04-17 Doug Evans <dje@google.com>
7433
7434 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7435
7436 * dwarf2read.c: Whitespace fixes.
7437 (lookup_signatured_type): Tweak comment.
7438 (get_die_type_at_offset): Fix comment.
7439
7440 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7441
7442 * xcoffread.c (xcoff_secnum_to_sections): New function.
7443 (secnum_to_section, secnum_to_bfd_section): Reimplement
7444 using xcoff_secnum_to_sections. Rename "secnum" parameter
7445 into "n_scnum".
7446 (RECORD_MINIMAL_SYMBOL): Delete.
7447 (record_minimal_symbol): New function.
7448 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7449 by call to record_minimal_symbol and set misc_func_recorded
7450 to 1. Set last_csect_sec to the XCOFF section index instead
7451 of GDB's section_offset index. Update calls to
7452 prim_record_minimal_symbol_and_info to pass the BFD section
7453 as well.
7454
7455 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7456
7457 * xcoffread.c (read_xcoff_symtab): Delete variables
7458 last_csect_val and last_csect_sec and associated code.
7459
7460 2012-04-17 Doug Evans <dje@google.com>
7461
7462 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7463 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7464 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7465 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7466
7467 * cleanups.h: New file.
7468 * cleanups.c: New file.
7469 * Makefile.in (SFILES): Add cleanups.c.
7470 (HFILES_NO_SRCDIR): Add cleanups.h.
7471 (COMMON_OBS): Add cleanups.o.
7472 * defs.h (struct cleanup): Moved to cleanups.h.
7473 (do_cleanups,do_final_cleanups): Ditto.
7474 (discard_cleanups,discard_final_cleanups): Ditto
7475 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7476 (save_cleanups,save_final_cleanups): Ditto.
7477 (restore_cleanups,restore_final_cleanups): Ditto.
7478 (null_cleanup): Ditto.
7479 (make_my_cleanup,make_my_cleanup2): Ditto.
7480 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7481 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7482 (do_cleanups,do_final_cleanups): Ditto.
7483 (discard_cleanups,discard_final_cleanups): Ditto
7484 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7485 (save_cleanups,save_final_cleanups): Ditto.
7486 (restore_cleanups,restore_final_cleanups): Ditto.
7487 (null_cleanup): Ditto.
7488 (make_my_cleanup,make_my_cleanup2): Ditto.
7489 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7490
7491 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7492 make_my_cleanup.
7493 (make_cleanup_dyn_string_delete): Ditto.
7494 (make_cleanup_ui_file_delete): Ditto.
7495 (make_cleanup_ui_out_redirect_pop): Ditto.
7496 (make_cleanup_free_section_addr_info): Ditto.
7497 (make_cleanup_restore_integer): Ditto.
7498 (make_cleanup_unpush_target): Ditto.
7499 (make_cleanup_value_free_to_mark): Ditto.
7500 (make_cleanup_value_free): Ditto.
7501 (make_cleanup_free_so): Ditto.
7502
7503 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 New option "set debug auto-load".
7506 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7507 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7508 (auto_load_safe_path_vec_update)
7509 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7510 if DEBUG_AUTO_LOAD.
7511 (file_is_auto_load_safe): New parameters debug_fmt and ....
7512 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7513 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7514 caller by explanatory string.
7515 (_initialize_auto_load): Register "set debug auto-load".
7516 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7517 and ....
7518 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7519 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7520 by explanatory string.
7521 * main.c (captured_main): Likewise.
7522 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7523 (source_section_scripts): Likewise.
7524
7525 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7526
7527 New option "set auto-load safe-path".
7528 * NEWS: New commands "set auto-load safe-path"
7529 and "show auto-load safe-path".
7530 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7531 (auto_load_safe_path, auto_load_safe_path_vec)
7532 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7533 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7534 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7535 (source_gdb_script_for_objfile): New variable is_safe. Call
7536 file_is_auto_load_safe. Return if it is not.
7537 (struct loaded_script): New field loaded.
7538 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7539 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7540 output "Missing" to "No".
7541 (_initialize_auto_load): New variable cmd. Initialize
7542 auto_load_safe_path. Register "set auto-load safe-path",
7543 "show auto-load safe-path" and "add-auto-load-safe-path".
7544 * auto-load.h (maybe_add_script): Add parameter loaded.
7545 (file_is_auto_load_safe): New declaration.
7546 * config.in: Regenerate.
7547 * configure: Regenerate.
7548 * configure.ac: New parameters --with-auto-load-safe-path
7549 and --without-auto-load-safe-path.
7550 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7551 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7552 * main.c (captured_main): Check file_is_auto_load_safe for
7553 LOCAL_GDBINIT.
7554 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7555 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7556 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7557 not.
7558
7559 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7560
7561 auto-load: Implementation.
7562 * NEWS: New descriptions for "info auto-load",
7563 "info auto-load gdb-scripts", "info auto-load python-scripts",
7564 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7565 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7566 and "show auto-load-scripts". New description for "set auto-load",
7567 "show auto-load", "set auto-load gdb-scripts",
7568 "show auto-load gdb-scripts", "set auto-load python-scripts",
7569 "show auto-load python-scripts", "set auto-load local-gdbinit",
7570 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7571 "show auto-load libthread-db".
7572 * auto-load.c: Remove include python/python-internal.h. Add includes
7573 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7574 cli/cli-setshow.h.
7575 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7576 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7577 (gdbpy_global_auto_load): Rename to ...
7578 (global_auto_load): ... here.
7579 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7580 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7581 (script_language_gdb, source_gdb_script_for_objfile): New.
7582 (struct loaded_script): New field language.
7583 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7584 LANGUAGE.
7585 (maybe_add_script): Add parameter language. Drop redundant
7586 entry.full_path initialization. Initialize entry.language and
7587 (*slot)->language.
7588 (auto_load_objfile_script): Change parameter suffix to language.
7589 Remove the call of maybe_add_script.
7590 Call language->source_script_for_objfile.
7591 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7592 New.
7593 (collect_matching_scripts): Adjust it for
7594 struct collect_matching_scripts_data.
7595 (auto_load_info_scripts_pattern_nl): New variable.
7596 (info_auto_load_scripts): Rename to ...
7597 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7598 for struct collect_matching_scripts_data.
7599 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7600 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7601 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7602 (auto_load_info_cmdlist_get): New.
7603 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7604 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7605 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7606 "info auto-load local-gdbinit".
7607 * auto-load.h (struct script_language): New.
7608 (gdbpy_global_auto_load): Rename to ...
7609 (global_auto_load): ... here.
7610 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7611 (auto_load_local_gdbinit_loaded): New declarations.
7612 (maybe_add_script): New parameter language.
7613 (auto_load_objfile_script): Change parameter suffix to language.
7614 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7615 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7616 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7617 declarations.
7618 * linux-thread-db.c: Include auto-load.h and ctype.h.
7619 (auto_load_thread_db, show_auto_load_thread_db): New.
7620 (struct thread_db_info): New field filename.
7621 (delete_thread_db_info): Call xfree for FILENAME.
7622 (try_thread_db_load): Initialize FILENAME.
7623 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7624 if !AUTO_LOAD_THREAD_DB.
7625 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7626 (_initialize_thread_db): Install auto_load_thread_db
7627 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7628 as "info auto-load libthread-db".
7629 * main.c (captured_main): Rename gdbpy_global_auto_load to
7630 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7631 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7632 (print_gdb_help): Extend the help for 'local init file'.
7633 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7634 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7635 (auto_load_scripts): Rename to ...
7636 (auto_load_python_scripts): ... here, update the comment.
7637 (gdbpy_load_auto_script_for_objfile): New declaration.
7638 (show_auto_load_python_scripts, script_language_python)
7639 (gdbpy_load_auto_script_for_objfile): New.
7640 (source_section_scripts): Refactor the code.
7641 (load_auto_scripts_for_objfile): Rename to ...
7642 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7643 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7644 (info_auto_load_python_scripts): New.
7645 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7646 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7647 Register "set auto-load-scripts" as its deprecated alias. Register
7648 "info auto-load python-scripts". Register "info auto-load-scripts" as
7649 its deprecated alias.
7650 (load_auto_scripts_for_objfile): Rename to ...
7651 (gdbpy_load_auto_scripts_for_objfile): ... here.
7652 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7653 (gdbpy_load_auto_scripts_for_objfile): ... here.
7654
7655 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7656
7657 auto-load: Move files.
7658 * Makefile.in (SFILES): Add auto-load.c.
7659 (HFILES_NO_SRCDIR): Add auto-load.h.
7660 (COMMON_OBS): Add auto-load.o.
7661 (distclean): Change .gdbinit for gdb-gdb.gdb.
7662 * auto-load.c: New file, with parts from python/py-auto-load.c.
7663 * auto-load.h: New file, with parts from python/python.h.
7664 * configure: Regenerate.
7665 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7666 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7667 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7668 * main.c: Include auto-load.h.
7669 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7670 command.h, observer.h and progspace.h to auto-load.c. Add include
7671 auto-load.h.
7672 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7673 (struct loaded_script, auto_load_pspace_data)
7674 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7675 (hash_loaded_script_entry, eq_loaded_script_entry)
7676 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7677 (maybe_add_script): Move to auto-load.c.
7678 (source_section_scripts): Change maybe_add_script parameters passing,
7679 use script_not_found_warning_print.
7680 (clear_section_scripts, auto_load_objfile_script)
7681 (auto_load_new_objfile, loaded_script_ptr)
7682 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7683 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7684 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7685 auto_load_new_objfile and info_auto_load_scripts initizations to
7686 auto-load.c.
7687 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7688
7689 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 Code cleanup.
7692 * charset.c (find_charset_names): Remove variables ix and elt.
7693 Use free_char_ptr_vec.
7694 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7695 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7696 debugdir_end. New variable debugdir_len.
7697 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7698 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7699 declarations.
7700 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7701 and elt. Use free_char_ptr_vec.
7702 * source.c (add_path): Remove variables argv, arg and argv_index.
7703 New variables dir_vec, back_to, ix and name.
7704 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7705 make_cleanup_freeargv. Remove variable separator. Simplify the code
7706 no longer expecting DIRNAME_SEPARATOR.
7707 (openp): Remove variable p, p1 and len. New variables dir_vec,
7708 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7709 no longer expecting DIRNAME_SEPARATOR.
7710 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7711 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7712 debugdir_end.
7713 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7714 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7715 (dirnames_to_char_ptr_vec): New functions.
7716
7717 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7718
7719 Code cleanup.
7720 * source.c (add_path): Remove always true conditional 'p == 0' and
7721 unindent its code block.
7722
7723 2012-04-17 Pedro Alves <palves@redhat.com>
7724
7725 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7726 (FIELD_BITPOS_LVAL): ... this.
7727 (FIELD_BITPOS): New.
7728 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7729 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7730 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7731 SET_FIELD_BITPOS.
7732 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7733 SET_FIELD_BITPOS.
7734 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7735 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7736 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7737 SET_FIELD_BITPOS.
7738
7739 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7740
7741 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7742 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7743 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7744 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7745 * jv-lang.c (java_link_class_type): Likewise, once.
7746 * stabsread.c (read_enum_type): Likewise.
7747
7748 2012-04-16 Yao Qi <yao@codesourcery.com>
7749
7750 * common/agent.c (agent_run_command): Add one more parameter `len'.
7751 Update callers.
7752 * common/agent.h: Update declaration.
7753 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7754 Update.
7755 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7756
7757 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7758
7759 PR mi/13393
7760 * value.c (value_actual_type): New function.
7761 * value.h (value_actual_type): New declaration.
7762 * varobj.c (update_type_if_necessary): New function.
7763 (varobj_create): Call value_actual_type instead of
7764 value_type.
7765 (install_dynamic_child): distinct changed and type changed MI variable
7766 objects.
7767 (update_dynamic_varobj_children): Updated for install_dynamic_child
7768 change. All callers updated.
7769 (varobj_update): Support for MI variable object type change if
7770 the value changed and RTTI is used to determine the type.
7771 (create_child_with_value): Call value_actual_type instead of
7772 value_type.
7773 (adjust_value_for_child_access): Extended with a new parameter which
7774 specify whether the given value should be casted to enclosing type.
7775 All callers updated.
7776
7777 2012-04-14 Yao Qi <yao@codesourcery.com>
7778
7779 Import gnulib module inttypes from git
7780 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7781 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7782 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7783 gnulib/m4/inttypes-pri.m4
7784 * aclocal.m4, config.in, configure: Regenerated.
7785 * gnulib/Makefile.am: Update.
7786 * gnulib/Makefile.in: Update.
7787 * gnulib/m4/gnulib-cache.m4: Update.
7788 * gnulib/m4/gnulib-comp.m4: Update.
7789 * gnulib/inttypes.in.h: New.
7790 * gnulib/m4/inttypes-pri.m4: New.
7791 * gnulib/m4/inttypes.m4: New.
7792
7793 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7794
7795 * infrun.c (resume): Update PC address to the real PC after
7796 preparing to do displaced stepping.
7797
7798 2012-04-12 Doug Evans <dje@google.com>
7799
7800 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7801 All callers updated.
7802
7803 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7804
7805 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7806
7807 2012-04-12 Doug Evans <dje@google.com>
7808
7809 * dwarf2read.c (create_all_type_units): Renamed from
7810 create_debug_types_hash_table. All callers updated.
7811
7812 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7813 local type_sig to sig_type, type_offset to type_offset_in_tu.
7814 (hash_signatured_type): Renamed from hash_type_signature,
7815 all callers updated.
7816 (eq_signatured_type): Renamed from eq_type_signature,
7817 all callers updated.
7818 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7819 (process_enumeration_scope): Ditto.
7820 (lookup_signatured_type_at_offset): Ditto.
7821 (load_full_type_unit, read_signatured_type): Ditto.
7822
7823 2012-04-12 Yao Qi <yao@codesourcery.com>
7824
7825 * remote.c (async_remote_interrupt): Correct function name in
7826 debug message.
7827 (async_remote_interrupt_twice): Ditto.
7828
7829 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7830
7831 * source.c (find_and_open_source): Consistently pass resulting
7832 full path through xfullpath.
7833
7834 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7835
7836 Provide more specific displaced-stepping memory error message.
7837 * infrun.c (displaced_step_prepare): New variable status. Call
7838 target_read_memory instead of read_memory, provide more specific
7839 error message.
7840
7841 2012-04-11 Tristan Gingold <gingold@adacore.com>
7842
7843 PR gdb/13901
7844 * darwin-nat.c (darwin_execvp): Revert previous patch.
7845
7846 2012-04-11 Tristan Gingold <gingold@adacore.com>
7847
7848 PR gdb/13901
7849 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7850 in case of change.
7851
7852 2012-04-11 Tristan Gingold <gingold@adacore.com>
7853
7854 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7855 warning.
7856
7857 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7858
7859 New command 'explore' which helps explore values and types in
7860 scope.
7861 * NEWS: Add an entry about the new 'explore' command.
7862 * data-directory/Makefile.in: Add gdb/command/explore.py
7863 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7864 command using the GDB Python API.
7865
7866 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7867
7868 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7869 extension in jump target calculation.
7870
7871 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7872
7873 * mips-tdep.c (mips32_next_pc): Handle JALX.
7874
7875 2012-04-10 Yao Qi <yao@codesourcery.com>
7876
7877 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7878
7879 2012-04-10 Yao Qi <yao@codesourcery.com>
7880
7881 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7882 and gnulib/m4/gnulib-tool.m4.
7883
7884 2012-04-10 Doug Evans <dje@google.com>
7885
7886 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7887 (load_partial_dies): Clarify comment.
7888 (find_partial_die): Support rereading type units.
7889 Clarify CU handling, if we know offset is in CU, don't search for the
7890 containing CU. Add comment regarding memory waste.
7891
7892 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7893
7894 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7895 i386/x32-avx and i386/x32-avx-linux.
7896 (i386/x32-expedite): New.
7897 (i386/x32-linux-expedite): Likewise.
7898 (i386/x32-avx-expedite): Likewise.
7899 (i386/x32-avx-linux-expedite): Likewise.
7900 ($(outdir)/i386/x32.dat): Likewise.
7901 ($(outdir)/i386/x32-linux.dat): Likewise.
7902 ($(outdir)/i386/x32-avx.dat): Likewise.
7903 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7904
7905 * features/i386/x32-avx-linux.xml: New file.
7906 * features/i386/x32-avx.xml: Likewise.
7907 * features/i386/x32-core.xml: Likewise.
7908 * features/i386/x32-linux.xml: Likewise.
7909 * features/i386/x32.xml: Likewise.
7910
7911 * features/i386/x32-avx-linux.c: New. Generated.
7912 * features/i386/x32-avx.c: Likewise.
7913 * features/i386/x32-linux.c: Likewise.
7914 * features/i386/x32.c: Likewise.
7915 * regformats/i386/x32-avx-linux.dat: Likewise.
7916 * regformats/i386/x32-avx.dat: Likewise.
7917 * regformats/i386/x32-linux.dat: Likewise.
7918 * regformats/i386/x32.dat: Likewise.
7919
7920 2012-04-10 Tristan Gingold <gingold@adacore.com>
7921
7922 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7923 code to kill the inferior.
7924
7925 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7926
7927 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7928 defines.
7929 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7930 defines.
7931 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7932 (yyvsp): New defines.
7933 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7934 defines.
7935 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7936 defines.
7937 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7938 defines.
7939 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7940 defines.
7941 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7942 defines.
7943
7944 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7945
7946 * sparc64-tdep.c (sparc64_store_arguments)
7947 (sparc64_store_arguments): Fix coding style.
7948
7949 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7950
7951 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7952 complex floats, adjust some related comments and tighten a related
7953 assertion.
7954 (sparc64_extract_return_value): Handle complex floats.
7955
7956 2012-04-07 Doug Evans <dje@google.com>
7957
7958 * dwarf2read.c (load_partial_dies): Change condition to assert.
7959
7960 2012-04-06 Doug Evans <dje@google.com>
7961
7962 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7963 "mov %rsp,%rbp".
7964
7965 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7966
7967 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7968 fencepost error.
7969 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7970 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7971 architecture.
7972
7973 2012-04-05 Keith Seitz <keiths@redhat.com>
7974
7975 * linespec.c (decode_compound): Remove.
7976 (enum offset_relative_sign): New enum.
7977 (struct line_offset): New struct.
7978 (struct linespec): New struct.
7979 (struct linespec_state): Move file_symtabs,
7980 user_filename, and user_function into struct linespec.
7981 Make result an anonymous struct holding vectors of
7982 symbolp and minsym_and_objfile_d.
7983 Add language member.
7984 (enum ls_token_type): New enum.
7985 (linespec_keywords): New array.
7986 (struct ls_token): New struct.
7987 (struct ls_parser): New struct.
7988 (linespec_lexer_lex_number): New function.
7989 (linespec_lexer_lex_keyword): New function.
7990 (is_ada_operator): New function.
7991 (skip_quote_char): New function.
7992 (copy_token_string): New function.
7993 (is_closing_quote_enclosed): New function.
7994 (find_parameter_list_end): New function.
7995 (linespec_lexer_lex_string): New function.
7996 (linespec_lexer_lex_one): New function.
7997 (linespec_lexer_consume_token): New function.
7998 (linespec_lexer_peek_token): New function.
7999 (cplusplus_error): Remove unused function.
8000 (find_methods): Update comment.
8001 (find_toplevel_char): Return const.
8002 (is_objc_method_format): Remove unused function.
8003 (find_toplevel_string): New function.
8004 (is_linespec_boundary): Remove.
8005 (symbol_not_found_error): New function.
8006 (find_method_overload_end): Remove function.
8007 (unexpected_linespec_error): New function.
8008 (keep_name_info): Remove.
8009 (linespec_parse_line_offset): New function.
8010 (linespec_parse_basic): New function.
8011 (canonicalize_linespec): New function.
8012 (decode_line_internal): Remove.
8013 (create_sals_line_offset): New function adapted from
8014 decode_all_digits.
8015 (convert_linespec_to_sals): New function.
8016 (parse_linespec): New function.
8017 (linespec_parser_new): New function.
8018 (linespec_state_destructor): Change parameter type to
8019 struct linespec_state *.
8020 Add language parameter.
8021 Remove freeing of moved members.
8022 (linespec_parser_delete): New function.
8023 (decode_line_full): Use parse_linespec and linespec_parser_new.
8024 (decode_line_1): Likewise.
8025 (decode_indirect): Rename to ...
8026 (linespec_expression_to_pc): ... this and rewrite
8027 to simply find CORE_ADDR, storing this result for later
8028 conversion to SALs.
8029 (locate_first_half): Remove.
8030 (deocde_objc): Add parameter LS.
8031 Initialize new struct collect_info members.
8032 Handle minimal symbols, too.
8033 (decode_compound): Delete.
8034 (lookup_prefix_sym): Rewrite.
8035 (compare_msymbols): New function.
8036 (find_method): Rewrite.
8037 Do not call cplusplus_error.
8038 (symtabs_from_filename): Rewrite.
8039 (collect_function_symbols): Delete.
8040 (find_function_symbols): Rewrite without ARGPTR-style
8041 processing.
8042 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8043 (decode_dollar): Adapted and renamed to ...
8044 (linespec_parse_variable): ... this.
8045 (find_linespec_symbols): New function.
8046 (decode_label): Adapted and renamed to ...
8047 (find_label_symbols): ... this.
8048 (decode_digits_list_mode): Add and use LS argument.
8049 (decode_digits_ordinary): Likewise.
8050 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8051 If in list mode, allow any symbol class. Otherwise, only
8052 permit LOC_BLOCK symbols.
8053 (minsym_found): Update comments.
8054 (search_minsyms_for_name): Do not convert the matching symbol
8055 into a SAL. Simply push the symbol and objfile into the
8056 result vector.
8057 (decode_variable): Delete. Contents adapted into
8058 find_linespec_symbols.
8059
8060 * cp-support.c (SKIP_SPACE): Remove.
8061 (operator_tokens): Remove unused global.
8062 (cp_validate_operator): Remove.
8063 * cp-support.h (cp_validate_operator): Remove declaration.
8064
8065 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8068 for TYPE_VPTR_FIELDNO.
8069 * valprint.c (valprint_check_validity): Make it global, move the
8070 function comment ...
8071 * value.h (valprint_check_validity): ... to this new declaration.
8072
8073 2012-04-02 Tristan Gingold <gingold@adacore.com>
8074
8075 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8076 the STATE32 api for i386 state.
8077 (i386_darwin_store_inferior_registers): Likewise.
8078
8079 2012-04-02 Tristan Gingold <gingold@adacore.com>
8080
8081 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8082 SS offset.
8083 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8084 format_string.
8085
8086 2012-04-02 Tristan Gingold <gingold@adacore.com>
8087
8088 PR gdb/13901
8089 * darwin-nat.c (darwin_execvp): Set binary preference.
8090
8091 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8094
8095 2012-03-30 Tom Tromey <tromey@redhat.com>
8096
8097 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8098 of TRY_CATCH. Fix error handling.
8099 * python/py-value.c (convert_value_from_python): Move 'old'
8100 declaration to innermost scope.
8101
8102 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8103 Andrey Smirnov <andrew.smirnov@gmail.com>
8104
8105 -Wshadow warning fix.
8106 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8107 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8108 Adjust code accordingly.
8109
8110 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8111
8112 * ada-lang.c (symbol_completion_add): Rename parameter
8113 "encoded" into "encoded_p". Ajust code and documentation
8114 accordingly.
8115
8116 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8117 Andrey Smirnov <andrew.smirnov@gmail.com>
8118
8119 -Wshadow warning fix.
8120 * ada-lang.c (symbol_completion_add): Rename parameter
8121 "wild_match" into wild_match_p. Update code and documentation
8122 accordingly.
8123
8124 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8125
8126 * ada-lang.c (symbol_completion_match): Rename parameter
8127 "encoded" into "encoded_p". Ajust code and documentation
8128 accordingly.
8129
8130 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8131 Andrey Smirnov <andrew.smirnov@gmail.com>
8132
8133 -Wshadow warning fix.
8134 * ada-lang.c (symbol_completion_match): Rename parameter
8135 "wild_match" into "wild_match_p". Adjust code and function
8136 documentation accordingly.
8137
8138 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8139 Andrey Smirnov <andrew.smirnov@gmail.com>
8140
8141 -Wshadow warning fix.
8142 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8143 "symbol_info" into "info". Adjust code accordingly.
8144 (ada_lookup_symbol): Likewise.
8145
8146 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8147
8148 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8149 of this function's documentation.
8150
8151 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8152 Andrey Smirnov <andrew.smirnov@gmail.com>
8153
8154 -Wshadow warning fix.
8155 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8156 variable into "wild_match_p". Adjust code accordingly.
8157
8158 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8159 Andrey Smirnov <andrew.smirnov@gmail.com>
8160
8161 -Wshadow warning fix.
8162 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8163 parameter into "wild_match_p". Adjust code accordingly.
8164 Document this parameter in the function description.
8165
8166 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8167 Andrey Smirnov <andrew.smirnov@gmail.com>
8168
8169 -Wshadow warning fix.
8170 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8171 "wild_match" parameter to "wild_match_p" (-Wshadow).
8172
8173 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8174
8175 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8176 in function documentation.
8177
8178 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8179 Andrey Smirnov <andrew.smirnov@gmail.com>
8180
8181 -Wshadow warning fix.
8182 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8183 variable into wild_match_p. Adjust code accordingly.
8184
8185 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8186 Andrey Smirnov <andrew.smirnov@gmail.com>
8187
8188 * ada-valprint.c (ada_val_print_1): Move the code handling
8189 TYPE_CODE_ENUM inside its own lexical block. Declare
8190 variables len and val there, instead of in the function's
8191 top level block. Avoid declaring deref_val again in a way
8192 that shadows another variable of the same name declared
8193 in one of the up-level blocks. Just re-use the up-level
8194 variable instead.
8195
8196 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8197
8198 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8199 Replace block_found argument by symbol_info. Adjust
8200 implementation accordingly. Add function documentation.
8201 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8202 Fix documentation.
8203 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8204 * ada-exp.y (write_object_renaming): Adjust to new
8205 ada_lookup_encoded_symbol API.
8206
8207 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8208
8209 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8210 documentation.
8211
8212 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8213
8214 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8215 (v850_register_name): Add the mpu and fpu register names.
8216 (v850e_register_name): Add the mpu and fpu register names.
8217 (v850e2_register_name): New function.
8218 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8219 bfd_mach_v850e2v3.
8220
8221 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8222
8223 * NEWS: Add entry for Ada varobj support.
8224
8225 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8226
8227 * varobj.c (default_value_is_changeable_p): New function,
8228 extracted from varobj_value_is_changeable_p. Add declaration.
8229 (ada_value_is_changeable_p): New function, extracted from
8230 varobj_value_is_changeable_p. Add declaration.
8231 (struct language_specific): New field "value_is_changeable_p".
8232 (languages): Add entries for new field.
8233 (varobj_create): Set language before calling install_new_value.
8234 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8235 "value_is_changeable_p" language callback.
8236
8237 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8238
8239 * ada-varobj.h, ada-varobj.c: New files.
8240 * Makefile.in (SFILES): Add ada-varobj.c.
8241 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8242 (COMMON_OBS): Add ada-varobj.o.
8243
8244 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8245
8246 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8247 (struct language_specific): New field "value_has_mutated".
8248 (languages): Set field "value_has_mutated" in each entry of array.
8249 (varobj_value_has_mutated): New function.
8250 (varobj_udpdate): Add handling of type mutation.
8251 (value_of_root): Add handling of type mutation.
8252 (ada_value_has_mutated): New function.
8253
8254 2012-03-28 Pedro Alves <palves@redhat.com>
8255
8256 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8257 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8258
8259 2012-03-28 Tom Tromey <tromey@redhat.com>
8260
8261 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8262 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8263 before returning.
8264
8265 2012-03-28 Tom Tromey <tromey@redhat.com>
8266
8267 * .dir-locals.el: New file.
8268
8269 2012-03-28 Pedro Alves <palves@redhat.com>
8270
8271 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8272
8273 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8274
8275 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8276 handling for r0.
8277
8278 2012-03-27 Pedro Alves <palves@redhat.com>
8279
8280 Eliminate struct ui_stream.
8281
8282 * ui-out.h (struct ui_stream): Delete.
8283 (ui_out_field_stream): Adjust prototype.
8284 (ui_out_stream_new, ui_out_stream_delete)
8285 (make_cleanup_ui_out_stream_delete): Delete declarations.
8286 * ui-out.c (ui_out_field_stream): Change prototype to take a
8287 ui_file instead of a ui_stream. Adjust.
8288 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8289 (make_cleanup_ui_out_stream_delete): Delete.
8290 * breakpoint.c (print_breakpoint_location)
8291 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8292 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8293 * disasm.c (dump_insns): Ditto.
8294 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8295 prototype.
8296 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8297 ui_stream/ui_out_stream_new.
8298 * infcmd.c (print_return_value): Ditto.
8299 * osdata.c (info_osdata_command): Don't allocate a local
8300 ui_stream.
8301 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8302 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8303 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8304 allocate a local ui_stream.
8305 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8306 instead of ui_stream/ui_out_stream_new.
8307 (list_args_or_locals): Don't allocate a local ui_stream.
8308 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8309 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8310 ui_stream/ui_out_stream_new.
8311 * cli/cli-setshow.c (do_setshow_command): Ditto.
8312
8313 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8314
8315 * arm-linux-tdep.c (arm_linux_init_abi): Call
8316 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8317 * arm-tdep.c (arm_process_record): New function.
8318 (deallocate_reg_mem): New function.
8319 (decode_insn): New function.
8320 (thumb_record_branch): New function.
8321 (thumb_record_ldm_stm_swi(): New function.
8322 (thumb_record_misc): New function.
8323 (thumb_record_ld_st_stack): New function.
8324 (thumb_record_ld_st_imm_offset): New function.
8325 (thumb_record_ld_st_reg_offset(): New function.
8326 (thumb_record_add_sub_cmp_mov): New function.
8327 (thumb_record_shift_add_sub): New function.
8328 (arm_record_coproc_data_proc): New function.
8329 (arm_record_coproc): New function.
8330 (arm_record_b_bl): New function.
8331 (arm_record_ld_st_multiple): New function.
8332 (arm_record_ld_st_reg_offset): New function.
8333 (arm_record_ld_st_imm_offset): New function.
8334 (arm_record_data_proc_imm): New function.
8335 (arm_record_data_proc_misc_ld_str): New function.
8336 (arm_record_extension_space): New function.
8337 (arm_record_strx): New function.
8338 (sbo_sbz): New function.
8339 (struct insn_decode_record): New structure for arm insn record.
8340 (REG_ALLOC): New macro for reg allocations.
8341 (MEM_ALLOC): New macro for memory allocations.
8342 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8343
8344 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8345
8346 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8347 (store_register): Likewise.
8348
8349 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8350
8351 * MAINTAINERS (Write After Approval): Add myself to the list.
8352
8353 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8354
8355 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8356 Describe also the option "auto".
8357
8358 2012-03-22 Richard Henderson <rth@redhat.com>
8359
8360 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8361 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8362
8363 2012-03-22 Richard Henderson <rth@redhat.com>
8364
8365 * jit.c (jit_read_code_entry): Compute alignment and offset of
8366 int64_t member before computing entry_size.
8367
8368 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8369
8370 Python scripting: Add new method Value.referenced_value to
8371 gdb.Value which can dereference pointer as well as reference
8372 values.
8373 * NEWS: Add entry under 'Python scripting' about the new method
8374 Value.referenced_value on gdb.Value objects.
8375 * python/py-value.c (valpy_referenced_value): New function
8376 defining a new method on gdb.Value objects which can dereference
8377 pointer and reference values.
8378
8379 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8380
8381 * MAINTAINERS (Write After Approval): Add myself to the list.
8382
8383 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8384
8385 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8386 in addition to "main".
8387
8388 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8389
8390 * expression.h (op_name): Add declaration.
8391 * expprint.c (op_name): Remove declaration. Make non-static.
8392 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8393
8394 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8395
8396 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8397 of struct siginfo.
8398 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8399 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8400 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8401 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8402 (linux_nat_get_siginfo): Likewise.
8403 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8404 (linux_nat_get_siginfo): Likewise.
8405 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8406 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8407 * procfs.c (gdb_siginfo_t): Likewise.
8408
8409 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8410
8411 * .gitignore: Ignore more files.
8412
8413 2012-03-20 Pedro Alves <palves@redhat.com>
8414
8415 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8416 returns.
8417
8418 2012-03-20 Yao Qi <yao@codesourcery.com>
8419
8420 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8421 comment.
8422
8423 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8426 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8427 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8428 sect_offset.
8429 * dwarf2expr.h (cu_offset, sect_offset): New types.
8430 (struct dwarf_expr_context_funcs) <dwarf_call>
8431 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8432 sect_offset.
8433 (struct dwarf_expr_context) <len>: Improve the comment.
8434 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8435 cu_offset and sect_offset.
8436 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8437 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8438 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8439 * dwarf2loc.h: Include dwarf2expr.h.
8440 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8441 and sect_offset.
8442 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8443 Improve the comment.
8444 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8445 (struct signatured_type, struct line_header, struct partial_die_info)
8446 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8447 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8448 (get_die_type_at_offset, create_cus_from_index)
8449 (create_signatured_type_table_from_index, dw2_get_file_names)
8450 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8451 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8452 (create_debug_types_hash_table, process_psymtab_comp_unit)
8453 (load_partial_comp_unit, create_all_comp_units)
8454 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8455 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8456 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8457 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8458 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8459 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8460 (find_partial_die, read_attribute_value, lookup_die_type)
8461 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8462 (is_ref_attr): New function comment.
8463 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8464 Use cu_offset and sect_offset.
8465 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8466 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8467 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8468 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8469 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8470 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8471 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8472 sect_offset.
8473
8474 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8475
8476 Code cleanup.
8477 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8478 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8479 with xfree.
8480 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8481
8482 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * NEWS: Describe new options --init-command=FILE, -ix and
8485 --init-eval-command=COMMAND, -iex.
8486 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8487 CMDARG_INIT_COMMAND.
8488 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8489 "init-command", "init-eval-command", "ix" and "iex" to the variable
8490 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8491 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8492 (print_gdb_help): Describe --init-command=FILE, -ix and
8493 --init-eval-command=COMMAND, -iex.
8494
8495 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8496
8497 Code cleanup.
8498 * main.c (struct cmdarg): Move it here from main. Add more comments.
8499 (cmdarg_s, VEC (cmdarg_s)): New.
8500 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8501 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8502 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8503 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8504 of CMDARG.
8505
8506 2012-03-19 Tom Tromey <tromey@redhat.com>
8507
8508 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8509
8510 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8511
8512 PR symtab/13777
8513 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8514 GCC >=4.5.
8515
8516 2012-03-16 Chris January <chris.january@allinea.com>
8517
8518 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8519 of clear.
8520
8521 2012-03-16 Chris January <chris.january@allinea.com>
8522
8523 * source.c (add_path): Use memmove instead of strcpy because the
8524 strings overlap.
8525
8526 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8527
8528 * value.h (set_value_parent): Add declaration.
8529 * value.c (set_value_parent): New function.
8530 (value_address): If VALUE->PARENT is not NULL, then use it as
8531 the base address instead of VALUE->LOCATION.address.
8532 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8533 the same as OBJ's address. Adjust V's offset accordingly.
8534 Set V's parent.
8535
8536 2012-03-16 Gary Benson <gbenson@redhat.com>
8537
8538 PR breakpoints/10738
8539 * dwarf2read.c (use_deprecated_index_sections): New global.
8540 (struct partial_die_info): New member may_be_inlined.
8541 (read_partial_die): Set may_be_inlined where appropriate.
8542 (add_partial_subprogram): Add partial symbols for partial
8543 DIEs that may be inlined.
8544 (new_symbol_full): Add inlined subroutines to the current
8545 scope.
8546 (write_psymtabs_to_index): Bump version number.
8547 (dwarf2_read_index): Read only version 6 indices unless
8548 use_deprecated_index_sections is set.
8549 * linespec.c (symbol_and_data_callback): New structure.
8550 (iterate_inline_only): New function.
8551 (iterate_over_all_matching_symtabs): New argument
8552 "include_inline". If nonzero, also call the callback for
8553 symbols representing inlined subroutines.
8554 (lookup_prefix_sym): Pass extra argument to the above.
8555 (find_function_symbols): Likewise.
8556 (add_matching_symbols_to_info): Likewise.
8557 * NEWS: Mention that GDB can now set breakpoints on inlined
8558 functions.
8559
8560 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8561
8562 * p-typeprint.c (pascal_type_print_method_args):
8563 Fix display of parameter of methods.
8564
8565 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8566
8567 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8568 Add missing prototype.
8569
8570 2012-03-16 Yao Qi <yao@codesourcery.com>
8571 Jan Kratochvil <jan.kratochvil@redhat.com>
8572
8573 Fix false compilation warning.
8574 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8575
8576 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8577 Pedro Alves <pedro@codesourcery.com>
8578
8579 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8580 (arm_register_g_packet_guesses): New function.
8581 (arm_gdbarch_init): Don't force a target description with
8582 registers when the executable is detected as M-profile. Instead
8583 set gdbarch->tdep->is_m. Register `g' packet guesses.
8584 (_initialize_arm_tdep): Initialize the new target description.
8585 * features/arm-with-m-fpa-layout.xml: New description.
8586 * features/arm-with-m-fpa-layout.c: New, generated.
8587
8588 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8589
8590 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8591 Update function description.
8592 (insert_bp_location): Do not wipe bl->target_info out.
8593 * mem-break.c: #include "gdb_string.h".
8594 (default_memory_insert_breakpoint): Do not call target_read_memory
8595 with a pointer to the breakpoint's shadow_contents buffer. Use
8596 a local buffer instead.
8597 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8598
8599 2012-03-15 Tom Tromey <tromey@redhat.com>
8600
8601 * NEWS: Mention "info vtbl", not "info vtable".
8602 * cp-support.c (info_vtbl_command): Fix comment.
8603 (_initialize_cp_support): Fix text.
8604
8605 2012-03-15 Tom Tromey <tromey@redhat.com>
8606
8607 * cp-valprint.c (cp_print_value_fields): Use
8608 print_function_pointer_address for vtable slot.
8609
8610 2012-03-15 Tom Tromey <tromey@redhat.com>
8611
8612 * gnu-v3-abi.c (struct value_and_voffset): New.
8613 (hash_value_and_voffset, eq_value_and_voffset)
8614 (compare_value_and_voffset, compute_vtable_size)
8615 (print_one_vtable, gnuv3_print_vtable): New functions.
8616 (init_gnuv3_ops): Initialize 'print_vtable' field.
8617 * cp-support.c (info_vtbl_command): New function.
8618 (_initialize_cp_support): Add "info vtbl".
8619 * cp-abi.h (cplus_print_vtable): Declare.
8620 (struct cp_abi_ops) <print_vtable>: New field.
8621 * cp-abi.c (cplus_print_vtable): New function.
8622 * NEWS: Update.
8623
8624 2012-03-15 Tom Tromey <tromey@redhat.com>
8625
8626 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8627 iterate_over_symbols.
8628
8629 2012-03-14 Doug Evans <dje@google.com>
8630
8631 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8632 DW_OP_GNU_parameter_ref.
8633
8634 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8635
8636 Fix double prompt of 'interpreter-exec mi'.
8637 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8638 (mi_interpreter_resume): use it.
8639 (mi_execute_command_input_handler): New function.
8640 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8641 mi_execute_command_input_handler.
8642
8643 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8644
8645 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8646 prototype.
8647 (darwin_debug_port_info): Make static.
8648 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8649 * machoread.c (_initialize_machoread): Add prototype.
8650 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8651 (i386_darwin_set_control, i386_darwin_get_control)
8652 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8653 i386_darwin_get_status, i386_darwin_get_control):
8654 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8655
8656 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8657
8658 * ax-gdb.c (gen_usual_unary): Remove special handling of
8659 enum and bool types.
8660
8661 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8662
8663 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8664
8665 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8666
8667 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8668
8669 2012-03-13 Chris January <chris.january@allinea.com>
8670
8671 * aix-thread.c (fill_sprs): Store the floating point registers
8672 at the correct offsets into vals.
8673
8674 2012-03-13 Doug Evans <dje@google.com>
8675
8676 * NEWS: Mention symbol-reloading has been deleted.
8677 * symfile.c (symbol_reloading): Delete.
8678 (show_symbol_reloading): Delete.
8679 (_initialize_symfile): Delete set/show symbol-reloading.
8680
8681 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8682 read_in_chain until we have successfully read it in.
8683 (load_full_comp_unit): Ditto.
8684 (read_signatured_type): Add comment.
8685
8686 2012-03-13 Chris January <chris.january@allinea.com>
8687
8688 * stabsread.c (fix_common_block): Change type of valu argument
8689 to CORE_ADDR.
8690
8691 2012-03-13 Chris January <chris.january@allinea.com>
8692
8693 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8694 instruction.
8695
8696 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * common/linux-procfs.c (linux_proc_get_int): New, from
8699 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8700 field.
8701 (linux_proc_get_tgid): Only call linux_proc_get_int.
8702 (linux_proc_get_tracerpid): New.
8703 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8704 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8705 linux_proc_pid_has_state.
8706 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8707 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8708 (linux_ptrace_attach_warnings): New.
8709 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8710 New declaration.
8711 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8712 (linux_nat_attach): New variables ex, buffer, message and message_s.
8713 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8714
8715 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 * Makefile.in (linux-ptrace.o): New.
8718 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8719 from linux-nat.c.
8720 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8721 * common/linux-ptrace.c: New file.
8722 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8723 * config/arm/linux.mh: Likewise.
8724 * config/i386/linux.mh: Likewise.
8725 * config/i386/linux64.mh: Likewise.
8726 * config/ia64/linux.mh: Likewise.
8727 * config/m32r/linux.mh: Likewise.
8728 * config/m68k/linux.mh: Likewise.
8729 * config/mips/linux.mh: Likewise.
8730 * config/pa/linux.mh: Likewise.
8731 * config/powerpc/linux.mh: Likewise.
8732 * config/powerpc/ppc64-linux.mh: Likewise.
8733 * config/powerpc/spu-linux.mh: Likewise.
8734 * config/s390/s390.mh: Likewise.
8735 * config/sparc/linux.mh: Likewise.
8736 * config/sparc/linux64.mh: Likewise.
8737 * config/xtensa/linux.mh: Likewise.
8738 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8739 common/linux-procfs.c.
8740 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8741
8742 2012-03-13 Hui Zhu <teawater@gmail.com>
8743 Pedro Alves <palves@redhat.com>
8744
8745 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8746 CREATE_BREAKPOINT_FLAGS_INSERTED.
8747 (create_breakpoint_sal, create_breakpoints_sal)
8748 (base_breakpoint_create_breakpoints_sal)
8749 (tracepoint_create_breakpoints_sal)
8750 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8751 down.
8752 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8753 (ftrace_command, strace_command): Adjust.
8754 (create_tracepoint_from_upload): Pass
8755 CREATE_BREAKPOINT_FLAGS_INSERTED.
8756 * breakpoint.h (enum breakpoint_create_flags): New.
8757 (create_breakpoint): New flags parameter.
8758 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8759 * python/py-breakpoint.c (bppy_init): Adjust.
8760 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8761 * spu-tdep.c (spu_catch_start): Adjust.
8762
8763 2012-03-13 Pedro Alves <palves@redhat.com>
8764 Hui Zhu <teawater@gmail.com>
8765 Yao Qi <yao@codesourcery.com>
8766
8767 * remote.c (struct remote_state): New field `starting_up'.
8768 (remote_start_remote): Set and clear it.
8769 (remote_can_download_tracepoint): If starting up, return false.
8770
8771 2012-03-13 Yao Qi <yao@codesourcery.com>
8772
8773 * inferior.h (struct inferior): Remove fields any_syscall_count,
8774 syscalls_counts and total_syscalls_count. Move them to new
8775 struct catch_syscall_inferior_data in breakpoint.c.
8776 * breakpoint.c: Call DEF_VEC_I(int).
8777 (struct catch_syscall_inferior_data): New.
8778 (get_catch_syscall_inferior_data): New.
8779 (catch_syscall_inferior_data_cleanup): New.
8780 (insert_catch_syscall): Update to access data in
8781 struct catch_syscall_inferior_data.
8782 (insert_catch_syscall): Likewise.
8783 (remove_catch_syscall): Likewise.
8784 (remove_catch_syscall): Likewise.
8785 (is_syscall_catchpoint_enabled): Likewise.
8786 (add_catch_command): Likewise.
8787 (_initialize_breakpoint): Register cleanup.
8788 * breakpoint.h: Removed DEF_VEC_I(int).
8789 * dwarf2loc.c: Call DEF_VEC_I(int).
8790 * mi/mi-main.c: Likewise.
8791
8792 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8793
8794 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8795
8796 2012-03-12 Chris January <chris.january@allinea.com>
8797
8798 * aix-thread.c (_initialize_aix_thread): Add prototype.
8799 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8800 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8801
8802 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8803
8804 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8805 include of "amd64-nat.h".
8806
8807 2012-03-12 Tom Tromey <tromey@redhat.com>
8808
8809 * buildsym.c (record_pending_block): Now static.
8810 * buildsym.h: (record_pending_block): Remove.
8811
8812 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8813
8814 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8815
8816 2012-03-09 Tom Tromey <tromey@redhat.com>
8817
8818 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8819 producer_is_gxx_lt_4_6>: New fields.
8820 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8821
8822 2012-03-09 Tom Tromey <tromey@redhat.com>
8823
8824 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8825
8826 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8827
8828 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8829 prototype.
8830
8831 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8832
8833 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8834
8835 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8836
8837 Fix -Wmissing-prototypes build.
8838 * arm-linux-nat.c (get_thread_id): Make it static.
8839 * xtensa-linux-nat.c (get_thread_id): Likewise.
8840
8841 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8842
8843 * server.c (process_point_options): If a conditional expression
8844 is found, only print a message if remote_debug is nonzero.
8845
8846 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8847
8848 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8849 of internal error for unknown/unsupported types.
8850
8851 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8852
8853 Fix CU relative vs. absolute DIE offsets.
8854 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8855 offset to offset_in_cu.
8856 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8857 TYPE_OFFSET.
8858 (dwarf2_fetch_die_location_block): Rename parameter offset to
8859 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8860
8861 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8862
8863 * libunwind-frame.c: Rename to ...
8864 * ia64-libunwind-tdep.c: ... here.
8865 * libunwind-frame.h: Rename to ...
8866 * ia64-libunwind-tdep.h: ... here.
8867 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8868 ia64-libunwind-tdep.h.
8869 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8870 * README (--with-libunwind): Rename to ...
8871 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8872 * config.in: Regenerate.
8873 * configure: Regenerate.
8874 * configure.ac: New option --with-libunwind-ia64, make the
8875 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8876 Remove AC_DEFINE for HAVE_LIBUNWIND.
8877 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8878 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8879 Rename libunwind-frame in the general comment.
8880 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8881 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8882 Move forward declarations inside #ifndef. Rename libunwind-frame in
8883 the general comment.
8884 * ia64-tdep.c: Rename libunwind-frame.h #include to
8885 ia64-libunwind-tdep.h.
8886 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8887 (ia64_libunwind_descr): Rename libunwind-frame to
8888 ia64-libunwind-tdep in these function comments.
8889 * ia64-tdep.h: Rename libunwind-frame.h #include to
8890 ia64-libunwind-tdep.h.
8891 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8892 ia64-libunwind-tdep in that data comment.
8893
8894 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8895
8896 * libunwind-frame.h (struct frame_unwind): New declaration.
8897
8898 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8899
8900 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8901 "set breakpoint condition-evaluation" command.
8902
8903 2012-03-08 Tristan Gingold <gingold@adacore.com>
8904
8905 * sparc-stub.c: Move to stubs/
8906 * sh-stub.c: Likewise.
8907 * m68k-stub.c: Likewise.
8908 * m32r-stub.c: Likewise.
8909 * i386-stub.c: Likewise.
8910
8911 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8912
8913 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8914 linux_get_siginfo_type.
8915
8916 * m68klinux-nat.c: Include "gdb_proc_service.h".
8917 (PTRACE_GET_THREAD_AREA): Define.
8918 (ps_get_thread_area): New function.
8919
8920 2012-03-08 Yao Qi <yao@codesourcery.com>
8921
8922 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8923 `xsnprintf'.
8924 (remote_query_attached): Likewise.
8925 (remote_static_tracepoint_marker_at): Likewise.
8926 (remote_set_permissions): Likewise.
8927 (remote_detach_1, extended_remote_attach_1): Likewise.
8928 (send_g_packet, remote_vkill): Likewise.
8929 (extended_remote_disable_randomization): Likewise.
8930 (remote_add_target_side_condition): Likewise.
8931 (remote_insert_breakpoint): Likewise.
8932 (remote_remove_breakpoint): Likewise.
8933 (remote_insert_watchpoint): Likewise.
8934 (remote_remove_watchpoint): Likewise.
8935 (remote_insert_hw_breakpoint): Likewise.
8936 (remote_insert_hw_breakpoint): Likewise.
8937 (remote_remove_hw_breakpoint): Likewise.
8938 (remote_download_command_source): Likewise.
8939 (remote_download_tracepoint): Likewise.
8940 (remote_download_trace_state_variable): Likewise.
8941 (remote_disable_tracepoint): Likewise.
8942 (remote_trace_set_readonly_regions): Likewise.
8943 (remote_get_tracepoint_status): Likewise.
8944 (remote_trace_find): Likewise.
8945 (remote_get_trace_state_variable_value): Likewise.
8946 (remote_set_disconnected_tracing): Likewise.
8947 (remote_set_circular_trace_buffer): Likewise.
8948 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8949 (remote_use_agent): Likewise.
8950 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8951 Update callers.
8952
8953 2012-03-07 Pedro Alves <palves@redhat.com>
8954
8955 * NEWS: Mention QProgramSignals.
8956 * inferior.h (update_signals_program_target): Declare.
8957 * infrun.c: (update_signals_program_target): New.
8958 (handle_command): Update the target of the new program signals
8959 array changes.
8960 * remote.c (PACKET_QProgramSignals): New enum.
8961 (last_program_signals_packet): New global.
8962 (remote_program_signals): New.
8963 (remote_start_remote): Update the target with the program signals
8964 list.
8965 (remote_protocol_features): Add entry for QPassSignals.
8966 (remote_open_1): Free anc clear last_program_signals_packet.
8967 (init_remote_ops): Install remote_program_signals.
8968 * target.c (update_current_target): Adjust.
8969 (target_program_signals): New.
8970 * target.h (struct target_ops) <to_program_signals>: New field.
8971 (target_program_signals): Declare.
8972
8973 2012-03-07 Pedro Alves <palves@redhat.com>
8974
8975 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8976 extensions.
8977
8978 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8979
8980 * m68klinux-nat.c (getregs_supplies): Make static.
8981 (getfpregs_supplies): Likewise.
8982 (have_ptrace_getregs): Likewise.
8983
8984 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8985
8986 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8987 in call to get_die_type_at_offset.
8988
8989 2012-03-06 Stan Shebs <stan@codesourcery.com>
8990
8991 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8992 * mi/mi-cmd-disas.c: Ditto.
8993 * mi/mi-cmd-env.c: Ditto.
8994 * mi/mi-cmd-file.c: Ditto.
8995 * mi/mi-cmd-stack.c: Ditto.
8996 * mi/mi-cmd-target.c: Ditto.
8997 * mi/mi-cmd-var.c: Ditto.
8998 * mi/mi-cmds.c: Ditto.
8999 * mi/mi-cmds.h: Ditto.
9000 * mi/mi-console.c: Ditto.
9001 * mi/mi-getopt.c: Ditto.
9002 * mi/mi-getopt.h: Ditto.
9003 * mi/mi-interp.c: Ditto.
9004 * mi/mi-main.c: Ditto.
9005 * mi/mi-out.c: Ditto.
9006 * mi/mi-parse.c: Ditto.
9007 * mi/mi-parse.h: Ditto.
9008 * mi/mi-symbol-cmds.c: Ditto.
9009
9010 * mi/mi-getopt.h: Move mi_opt struct up.
9011 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9012 return.
9013 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9014
9015 2012-03-06 Tom Tromey <tromey@redhat.com>
9016
9017 * proc-service.c (ps_pglobal_lookup): Set the current program
9018 space.
9019
9020 2012-03-06 Pedro Alves <palves@redhat.com>
9021
9022 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9023
9024 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9025
9026 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9027
9028 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 Code cleanup.
9031 * common/linux-osdata.c (linux_common_core_of_thread): New function
9032 comment.
9033 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9034 call by linux_common_core_of_thread.
9035 (linux_nat_core_of_thread_1): Remove.
9036 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9037 * linux-thread-db.c: Include linux-osdata.h.
9038 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9039 linux_common_core_of_thread.
9040
9041 2012-03-05 Tom Tromey <tromey@redhat.com>
9042
9043 * value.c (value_primitive_field): Don't fetch contents for
9044 non-virtual bases.
9045
9046 2012-03-05 Tom Tromey <tromey@redhat.com>
9047
9048 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9049
9050 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9051
9052 * s390-nat.c: Include "gregset.h".
9053
9054 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9055
9056 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9057 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9058 (libunwind_load): New variable so_error, use it for dlerror. Try to
9059 load also LIBUNWIND_SO_7.
9060
9061 2012-03-05 Pedro Alves <palves@redhat.com>
9062
9063 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9064 is not NULL, and remove resulting dead code.
9065
9066 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9067
9068 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9069 prologue to sh_analyze_prologue.
9070 (sh_analyze_prologue): Make better use of such an upper limit, and
9071 generally be more cautious about accessing memory.
9072
9073 2012-03-05 Tom Tromey <tromey@redhat.com>
9074
9075 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9076 _initialize_ia64_hpux_tdep.
9077
9078 2012-03-05 Pedro Alves <palves@redhat.com>
9079
9080 PR gdb/13766
9081
9082 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9083 the register state is clear, supply explicit zero, instead of
9084 marking the register unavailable.
9085
9086 2012-03-05 Tristan Gingold <gingold@adacore.com>
9087
9088 * NEWS: Mention OpenVMS ia64 new target.
9089
9090 2012-03-05 Tristan Gingold <gingold@adacore.com>
9091
9092 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9093 (ia64_unw_accessors, ia64_unw_rse_accessors)
9094 (ia64_libunwind_descr): Declare.
9095 * ia64-vms-tdep.c: New file.
9096 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9097 (ia64_libunwind_descr): Make them public.
9098 * configure.tgt: Add ia64-*-*vms*.
9099 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9100 (ALLDEPFILES): Add ia64-vms-tdep.c
9101
9102 2012-03-05 Tristan Gingold <gingold@adacore.com>
9103
9104 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9105 * remote.c (PACKET_qXfer_uib): New enum value.
9106 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9107 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9108 (_initialize_remote): Call add_packet_config_cmd for
9109 xfer:uib packet.
9110
9111 2012-03-05 Tristan Gingold <gingold@adacore.com>
9112
9113 * osabi.c (gdb_osabi_names): Add OpenVMS.
9114 (generic_elf_osabi_sniffer): Likewise.
9115 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9116
9117 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9118
9119 Removed unused code.
9120 * libunwind-frame.c (libunwind_frame_unwind)
9121 (libunwind_frame_base_address): Remove.
9122 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9123
9124 2012-03-04 Yao Qi <yao@codesourcery.com>
9125
9126 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9127 remove trailing new line.
9128 (agent_run_command, agent_run_command): Add _ markup.
9129 (agent_capability_check): Likewise.
9130
9131 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9132
9133 * breakpoint.c (set_condition_evaluation_mode): Set
9134 CONDITION_EVALUATION_MODE unconditionally.
9135
9136 2012-03-03 Yao Qi <yao@codesourcery.com>
9137
9138 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9139 * common/agent.h: Update declaration.
9140 * inf-child.c (inf_child_use_agent): New.
9141 (inf_child_can_use_agent): New.
9142 (inf_child_target): Initialize fields `to_use_agent'
9143 and `to_can_use_agent'.
9144 * agent.c (agent_new_objfile): New.
9145 (_initialize_agent): Add agent_new_objfile to new_objfile
9146 observer.
9147
9148 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9149 New.
9150 (linux_target_install_ops): Initialize field
9151 `to_static_tracepoint_markers_by_strid'.
9152 * remote.c (free_current_marker): Move it to ...
9153 * tracepoint.c (free_current_marker): ... here. New.
9154 (cleanup_target_stop): New.
9155 * tracepoint.h: Declare free_current_marker.
9156 * NEWS: Add one entry about `info static-tracepoint-marker'.
9157
9158 2012-03-03 Yao Qi <yao@codesourcery.com>
9159
9160 * common/agent.c (agent_loaded_p): New.
9161 (agent_look_up_symbols): New global.
9162 * common/agent.h: Declare agent_loaded_p.
9163
9164 2012-03-03 Yao Qi <yao@codesourcery.com>
9165
9166 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9167 (agent_capability_check, agent_capability_invalidate): New.
9168 (symbol_list): New array element.
9169 * common/agent.h (enum agent_capa): New.
9170 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9171
9172 2012-03-03 Yao Qi <yao@codesourcery.com>
9173
9174 * target.h (struct target_ops) <to_use_agent>: New field.
9175 (struct target_ops) <to_can_use_agent>: New field.
9176 (target_use_agent, target_can_use_agent): New macro.
9177 * target.c (update_current_target): Update.
9178 * remote.c: New enum `PACKET_QAgent'.
9179 (remote_protocol_features): Add a new element.
9180 (remote_use_agent, remote_can_use_agent): New.
9181 (init_remote_ops): Initialize field `can_use_agent' with
9182 remote_can_use_agent. Intiailize field `use_agent' with
9183 remote_use_agent.
9184 * common/agent.c (use_agent): New global.
9185 * common/agent.h: Declare it.
9186 * tracepoint.c (info_static_tracepoint_markers_command): Add
9187 comment.
9188 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9189 (COMMON_OBS): Add common/agent.o and agent.o
9190 (common-agent.o): New rule.
9191 * agent.c: New.
9192
9193 2012-03-03 Yao Qi <yao@codesourcery.com>
9194
9195 * common/agent.c: New.
9196 * common/agent.h: New.
9197 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9198 AC_CHECK_HEADERS.
9199 * configure, configh.in: Regenerated.
9200
9201 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9202
9203 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9204 unless it exists for this architecture.
9205
9206 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9207
9208 * language.h (struct language_defn): New "method" la_read_var_value.
9209 * findvar.c: #include "language.h".
9210 (default_read_var_value): Renames read_var_value. Rewrite
9211 function description.
9212 (read_var_value): New function.
9213 * value.h (default_read_var_value): Add prototype.
9214 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9215 New functions.
9216 (ada_language_defn): Add entry for la_read_var_value.
9217 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9218 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9219 language_defn structures to add entry for new la_read_var_value
9220 field.
9221
9222 2012-03-02 Tom Tromey <tromey@redhat.com>
9223 Pedro Alves <palves@redhat.com>
9224
9225 PR breakpoints/13776:
9226 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9227 breakpoints.
9228 (delete_longjmp_breakpoint_at_next_stop): New.
9229 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9230 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9231 before deleting the inferior. Add comments.
9232 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9233 breakpoints immediately, but only on next stop. Move that code
9234 next to where we mark other breakpoints for deletion.
9235
9236 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9237
9238 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9239 marker.
9240 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9241 violation.
9242
9243 2012-03-02 Pedro Alves <palves@redhat.com>
9244
9245 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9246
9247 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9248
9249 Fix -Wmissing-prototypes build.
9250 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9251 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9252 (gdbsim_has_memory): Likewise.
9253
9254 2012-03-02 Yao Qi <yao@codesourcery.com>
9255
9256 Fix -Wmissing-prototypes build.
9257 * charset.c (phony_iconv_open): Make static.
9258 (phony_iconv_close, phony_iconv): Likewise.
9259 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9260 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9261 prototype.
9262 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9263 * ser-mingw.c (create_select_thread): Make static.
9264 * windows-termcap.c (tgetent): New prototype.
9265 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9266
9267 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9268
9269 Fix -Wmissing-prototypes build.
9270 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9271 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9272 (_initialize_loadable): New prototypes.
9273
9274 2012-03-02 Doug Evans <dje@google.com>
9275
9276 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9277 abbrev table, read_comp_unit will do it.
9278
9279 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 Fix -Wmissing-prototypes build.
9282 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9283 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9284 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9285 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9286 (_initialize_arm_symbian_tdep): New prototype.
9287 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9288 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9289 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9290 static.
9291 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9292 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9293 prototype.
9294 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9295 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9296 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9297 static.
9298 * moxie-tdep.c (moxie_process_record): Likewise.
9299 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9300 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9301 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9302 (_initialize_rl78_tdep): New prototype.
9303 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9304 (_initialize_rx_tdep): New prototype.
9305 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9306 (_initialize_darwin_solib): New prototype.
9307 * solib-spu.c: Include solib-spu.h.
9308 (_initialize_spu_solib): New prototype.
9309 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9310 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9311 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9312 (tic6x_software_single_step): Make it static.
9313 (_initialize_tic6x_tdep): New prototype.
9314
9315 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 Fix -Wmissing-prototypes build.
9318 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9319 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9320
9321 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
9323 Fix -Wmissing-prototypes build.
9324 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9325 (frv_have_stopped_data_address): Remove.
9326
9327 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 Fix -Wmissing-prototypes build.
9330 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9331 * sh-tdep.c: Include sh64-tdep.h.
9332 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9333 * sh64-tdep.c: Include sh64-tdep.h.
9334 * sh64-tdep.h: New file.
9335
9336 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9337
9338 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9339
9340 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9341
9342 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9343 sp_regnum once the gdbarch_init_osabi hook has been called.
9344
9345 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9346
9347 * mips-tdep.c (mips32_bc1_pc): New function.
9348 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9349 BPOSGE32 and BPOSGE64 instructions.
9350 (deal_with_atomic_sequence): Likewise.
9351 (mips32_instruction_has_delay_slot): Likewise.
9352
9353 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9354 Chris Dearman <chris@mips.com>
9355 Maciej W. Rozycki <macro@codesourcery.com>
9356 Joseph Myers <joseph@codesourcery.com>
9357
9358 * features/mips-dsp.xml: New file.
9359 * features/mips64-dsp.xml: New file.
9360 * features/mips-dsp-linux.xml: New file.
9361 * features/mips64-dsp-linux.xml: New file.
9362 * features/Makefile (WHICH): Add mips-dsp-linux and
9363 mips64-dsp-linux.
9364 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9365 * features/mips-dsp-linux.c: New file.
9366 * features/mips64-dsp-linux.c: New file.
9367 * regformats/mips-dsp-linux.dat: New file.
9368 * regformats/mips64-dsp-linux.dat: New file.
9369 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9370 registers.
9371 (mips64_linux_register_addr): Likewise.
9372 (mips64_linux_regsets_fetch_registers): Likewise.
9373 (mips64_linux_regsets_store_registers): Likewise.
9374 (mips64_linux_fetch_registers): Update call to
9375 mips64_linux_regsets_fetch_registers.
9376 (mips64_linux_store_registers): Update call to
9377 mips64_linux_regsets_store_registers.
9378 (mips_linux_read_description): Probe for DSP registers.
9379 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9380 and initialize_tdesc_mips64_dsp_linux.
9381 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9382 Remove padding of no longer used embedded register slots.
9383 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9384 (MIPS_RESTART_REGNUM): Redefine enum value.
9385 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9386 strings.
9387 (mips_tx39_reg_names): Likewise.
9388 (mips_linux_reg_names): New array of register names for Linux
9389 targets.
9390 (mips_register_name): Check for a null pointer in
9391 mips_processor_reg_names and return an empty string.
9392 (mips_register_type): Exclude embedded registers for the IRIX
9393 and Linux ABIs.
9394 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9395 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9396 DSP registers.
9397 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9398 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9399 (mips_gdbarch_init): Likewise. Initialize internal register
9400 indices for the Linux ABI. Use dynamic numbers to refer to
9401 registers, as applicable, while parsing the target description.
9402 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9403
9404 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9405
9406 * frame.h (read_frame_register_unsigned): Fix typo in function
9407 description.
9408
9409 2012-03-01 Pedro Alves <palves@redhat.com>
9410
9411 * jit-reader.in [!__cplusplus]
9412 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9413
9414 2012-03-01 Pedro Alves <palves@redhat.com>
9415
9416 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9417 * configure: Regenerate.
9418
9419 2012-03-01 Pedro Alves <palves@redhat.com>
9420
9421 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9422 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9423 (ftrace_command, strace_command): Make static.
9424 * d-lang.c (_initialize_d_language): Declare.
9425 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9426 * dwarf2loc.c (_initialize_dwarf2loc):
9427 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9428 * exec.c (exec_get_section_table): Make static.
9429 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9430 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9431 * inferior.c (remove_inferior_command, add_inferior_command)
9432 (clone_inferior_command): Make static.
9433 * linux-nat.c (linux_nat_thread_address_space)
9434 (linux_nat_core_of_thread): Make static.
9435 * linux-tdep.c (_initialize_linux_tdep): Declare.
9436 * objc-lang.c (_initialize_objc_lang): Declare.
9437 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9438 Make static.
9439 (_initialize_opencl_language): Declare.
9440 * record.c (_initialize_record): Declare.
9441 * remote.c (demand_private_info, remote_get_tib_address)
9442 (remote_supports_cond_tracepoints)
9443 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9444 Make static.
9445 * skip.c (_initialize_step_skip): Declare.
9446 * symtab.c (skip_prologue_using_lineinfo): Make static.
9447 * tracepoint.c (delete_trace_state_variable)
9448 (trace_variable_command, delete_trace_variable_command)
9449 (get_uploaded_tsv, find_matching_tracepoint_location)
9450 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9451 Make static.
9452 * value.c (pack_unsigned_long): Make static.
9453 * varobj.c (varobj_ensure_python_env): Make static.
9454 * windows-tdep.c (_initialize_windows_tdep): Declare.
9455 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9456
9457 2012-03-01 Pedro Alves <palves@redhat.com>
9458
9459 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9460 gdbarch parameter.
9461 (linux_init_abi): Install it as has_shared_address_space gdbarch
9462 callback.
9463
9464 2012-03-01 Pedro Alves <palves@redhat.com>
9465
9466 * observer.c (observer_test_first_notification_function)
9467 (observer_test_second_notification_function)
9468 (observer_test_third_notification_function): Add declarations.
9469
9470 2012-03-01 Pedro Alves <palves@redhat.com>
9471
9472 * common/signals.c (default_target_signal_to_host)
9473 (default_target_signal_from_host): Move ...
9474 * arch-utils.c: ... here.
9475 * arch-utils.h (default_target_signal_to_host)
9476 (default_target_signal_from_host): Declare.
9477
9478 * common/signals.c (target_signal_from_command): Move ...
9479 * infrun.c: ... here.
9480 * inferior.h (target_signal_from_command): Declare.
9481 * target.h (target_signal_from_command)
9482 (default_target_signal_from_host, default_target_signal_to_host):
9483 Delete declarations.
9484
9485 * common/signals.c (_initialize_signals): Delete.
9486
9487 2012-03-01 Pedro Alves <palves@redhat.com>
9488
9489 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9490 both __cplusplus and !__cplusplus.
9491
9492 2012-03-01 Pedro Alves <palves@redhat.com>
9493
9494 * psymtab.c (find_and_open_source): Delete declaration.
9495 * source.c (find_and_open_source): Move comment ...
9496 * source.h (find_and_open_source): ... to this new declaration.
9497
9498 2012-03-01 Pedro Alves <palves@redhat.com>
9499
9500 * inline-frame.c: Include inline-frame.h.
9501
9502 2012-03-01 Pedro Alves <palves@redhat.com>
9503
9504 * tui/tui-data.c (set_gen_win_origin): Delete.
9505 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9506 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9507
9508 2012-03-01 Pedro Alves <palves@redhat.com>
9509
9510 * remote.c (encode_actions): Delete declaration.
9511 * tracepoint.c (encode_actions): Make extern.
9512 * tracepoint.h (encode_actions): Declare.
9513
9514 2012-03-01 Pedro Alves <palves@redhat.com>
9515
9516 * python/py-breakpoint.c: Include python.h.
9517 * python/py-continueevent.c (create_continue_event_object): Make
9518 static.
9519 * python/py-lazy-string.c (stpy_get_type): Make static.
9520 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9521 Make static.
9522 * python/py-utils.c (unicode_to_target_python_string): Make
9523 static.
9524 * python/py-value.c: Include python.h.
9525
9526 2012-03-01 Pedro Alves <palves@redhat.com>
9527
9528 * inferior.c (delete_threads_of_inferior): Delete.
9529
9530 2012-03-01 Pedro Alves <palves@redhat.com>
9531
9532 Import fallback definitions from glibc.
9533
9534 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9535 ps_prochandle): Forward declare.
9536 (ps_err_e): Use glibc's comments.
9537 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9538 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9539 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9540 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9541 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9542 (struct ps_prochandle): Adjust comment.
9543
9544 2012-03-01 Pedro Alves <palves@redhat.com>
9545
9546 * ada-lang.c (ada_modulus_from_name): Delete.
9547 * ada-lex.l (lexer_init): Make static.
9548
9549 2012-03-01 Pedro Alves <palves@redhat.com>
9550
9551 PR gdb/13767
9552
9553 * frame.c (read_frame_register_unsigned): New.
9554 * frame.h (read_frame_register_unsigned): Declare.
9555 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9556 Handle it.
9557 (print_i387_control_word): New parameter `control_p'. Handle it.
9558 (i387_print_float_info): Handle unavailable float registers.
9559
9560 2012-03-01 Keith Seitz <keiths@redhat.com>
9561
9562 * linespec.c (decode_line_2): Sort the list of methods
9563 alphabetically before presenting the user with a selection
9564 menu.
9565
9566 2012-03-01 Doug Evans <dje@google.com>
9567
9568 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9569 has_namespace_info.
9570 (dwarf2_read_abbrevs): Remove corresponding initialization.
9571
9572 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9573
9574 * NEWS: Mention new python command class gdb.COMMAND_USER.
9575 * cli/cli-cmds.c (show_user): Print error when used on a python
9576 command.
9577 (init_cli_cmds): Update documentation strings for "show user" and
9578 "set/show max-user-call-depth" to clarify that it does not apply to
9579 python commands.
9580 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9581 error check.
9582 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9583 gdb python api.
9584 * top.c (execute_command): Only execute a user-defined command as a
9585 legacy macro if c->user_commands is set.
9586
9587 2012-03-01 Tom Tromey <tromey@redhat.com>
9588
9589 * valprint.h (struct generic_val_print_decorations): New.
9590 (generic_val_print): Declare.
9591 * valprint.c (generic_val_print): New function.
9592 * p-valprint.c (p_decorations): New global.
9593 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9594 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9595 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9596 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9597 * m2-valprint.c (m2_decorations): New global.
9598 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9599 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9600 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9601 TYPE_CODE_ERROR>: Call generic_val_print.
9602 * f-valprint.c (f_decorations): New global.
9603 (f_val_print): Use print_function_pointer_address.
9604 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9605 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9606 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9607 generic_val_print.
9608 * c-valprint.c (c_decorations): New global.
9609 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9610 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9611 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9612 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9613 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9614 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9615 case.
9616
9617 2012-03-01 Tom Tromey <tromey@redhat.com>
9618
9619 * valprint.c (val_print): Update.
9620 * p-valprint (pascal_val_print): Return void.
9621 * p-lang.h (pascal_val_print): Return void.
9622 * m2-valprint.c (m2_val_print): Return void.
9623 * m2-lang.h (m2_val_print): Return void.
9624 * language.h (struct language_defn) <la_val_print>: Return void.
9625 * language.c (unk_lang_val_print): Return void.
9626 * jv-valprint.c (java_val_print): Return void.
9627 * jv-lang.h (java_val_print): Return void.
9628 * f-valprint.c (f_val_print): Return void.
9629 * f-lang.h (f_val_print): Return void.
9630 * d-valprint.c (d_val_print): Return void.
9631 (dynamic_array_type): Update.
9632 * d-lang.h (d_val_print): Return void.
9633 * c-valprint.c (c_val_print): Return void.
9634 * c-lang.h (c_val_print): Return void.
9635 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9636 void.
9637 * ada-lang.h (ada_val_print): Return void.
9638
9639 2012-03-01 Tom Tromey <tromey@redhat.com>
9640
9641 * value.h (val_print): Return void.
9642 * valprint.c (val_print): Return void.
9643
9644 2012-03-01 Tom Tromey <tromey@redhat.com>
9645
9646 * value.h (common_val_print): Return void.
9647 * valprint.c (common_val_print): Return void.
9648
9649 2012-03-01 Tom Tromey <tromey@redhat.com>
9650
9651 * value.h (value_print): Return void.
9652 * valprint.c (value_print): Return void.
9653 * p-valprint.c (pascal_value_print): Return void.
9654 * p-lang.h (pascal_value_print): Return void.
9655 * language.h (struct language_defn) <la_value_print>: Return
9656 void.
9657 * language.c (unk_lang_value_print): Return void.
9658 * jv-valprint.c (java_value_print): Return void.
9659 * jv-lang.h (java_value_print): Return void.
9660 * f-valprint.c (c_value_print): Don't declare.
9661 Include c-lang.h.
9662 * c-valprint.c (c_value_print): Return void.
9663 * c-lang.h (c_value_print): Return void.
9664 * ada-valprint.c (ada_value_print): Return void.
9665 * ada-lang.h (ada_value_print): Return void.
9666
9667 2012-03-01 Tom Tromey <tromey@redhat.com>
9668
9669 * value.c (value_primitive_field): Handle virtual base classes.
9670
9671 2012-03-01 Tom Tromey <tromey@redhat.com>
9672
9673 * gdbtypes.h (struct vbase): Remove.
9674
9675 2012-03-01 Tom Tromey <tromey@redhat.com>
9676
9677 * c-valprint.c (print_function_pointer_address): Move...
9678 * valprint.c: ... here. Make non-static.
9679 * m2-valprint.c (print_function_pointer_address): Remove.
9680 * valprint.h (print_function_pointer_address): Declare.
9681
9682 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9683
9684 * NEWS: Document the fact that one can provide a condition when
9685 creating an Ada exception catchpoint.
9686
9687 2012-03-01 Tom Tromey <tromey@redhat.com>
9688
9689 * valprint.c (val_print_type_code_flags): Fix placement of
9690 trailing brace.
9691
9692 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9693
9694 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9695 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9696 environment variable before calling update-copyright.
9697
9698 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9699
9700 * gnulib/extra/update-copyright: Update to the latest from
9701 gnulib's git repository.
9702 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9703 variable to 2 instead of 1.
9704
9705 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9706
9707 * varobj.c (c_value_of_variable): Remove dead code.
9708
9709 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9710
9711 * ada-lex.p (processId): Do not modify already encoded IDs.
9712 Update function documentation.
9713
9714 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9715
9716 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9717 "name" with "struct symbol *name_sym".
9718 * ada-exp.y (write_var_or_type): Update call to
9719 ada_find_renaming_symbol.
9720 "name" with "struct symbol *name_sym". Adjust Implementation
9721 accordingly. Adjust the function documentation.
9722
9723 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9724
9725 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9726 * ada-lang.c (ada_find_any_type): Add advance declaration.
9727 Make static. Replace ada_find_any_symbol by
9728 ada_find_any_type_symbol.
9729 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9730 Improve function description. Make static.
9731 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9732 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9733
9734 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9735
9736 * ada-lang.c (struct tag_args): Delete.
9737 (ada_get_tsd_type): Function body moved up in source file.
9738 (ada_tag_name_1, ada_tag_name_2): Delete.
9739 (ada_get_tsd_from_tag): New function.
9740 (ada_tag_name_from_tsd): New function.
9741 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9742 to determine the tag name.
9743
9744 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9745
9746 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9747 declaration.
9748 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9749 function.
9750
9751 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9752
9753 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9754
9755 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9756
9757 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9758 full searches.
9759
9760 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9761
9762 * ada-lang.c (constrained_packed_array_type): If there is a
9763 parallel XA type, use it to determine the array index type.
9764
9765 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9766
9767 * ada-valprint.c (ada_val_print_1): If our value is a reference
9768 to an array descriptor, dereference it before converting it
9769 to a simple array.
9770
9771 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9772
9773 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9774 creating fixed value.
9775 (ada_value_ind, ada_coerce_ref, assign_component)
9776 (ada_evaluate_subexp): Remove call to unwrap_value before
9777 call to ada_to_fixed_value.
9778
9779 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9780
9781 * ada-lang.c (to_fixed_array_type): Set result's type name.
9782
9783 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9784
9785 * ada-lang.c (catch_ada_exception_command_split): Add new
9786 argument cond_string. Add support for condition at end of
9787 "catch exception" commands.
9788 (ada_decode_exception_location): Add new argument cond_string.
9789 Update call to catch_ada_exception_command_split.
9790 (create_ada_exception_catchpoint): Add new argument cond_string.
9791 Set the breakpoint condition if needed.
9792 (catch_ada_exception_command): Update call to
9793 ada_decode_exception_location.
9794 (ada_decode_assert_location): Add function documentation.
9795 Add support for condition at end of "catch assert" command.
9796 (catch_assert_command): Update calls to ada_decode_assert_location
9797 and create_ada_exception_catchpoint.
9798
9799 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9800
9801 Fix disp-step-syscall.exp: fork: single step over fork.
9802 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9803 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9804 comment, change parameters gdbarch and ptid to regcache. Remove
9805 parameter regcache, initialize gdbarch from regcache here.
9806 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9807 New functions.
9808 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9809 instead.
9810 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9811 'syscall'. Make the 'int' check more strict.
9812
9813 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9814
9815 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9816 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9817 (i386_linux_intx80_sysenter_syscall_record): ... here.
9818 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9819 Use the renamed function name.
9820
9821 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9824 * breakpoint.c (until_break_command): Likewise.
9825 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9826 * infcall.c (call_function_by_hand): Likewise.
9827 * infcmd.c (finish_forward): Likewise.
9828 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9829
9830 2012-02-28 Tristan Gingold <gingold@adacore.com>
9831
9832 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9833 avoid variable assignments inside condition.
9834
9835 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 Fix static analysis issue found by cppcheck.
9838 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9839 uninitialized BUF for size 2.
9840
9841 2012-02-27 Chris Dearman <chris@mips.com>
9842 Nathan Froyd <froydnj@codesourcery.com>
9843 Maciej W. Rozycki <macro@codesourcery.com>
9844
9845 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9846 (mips16_instruction_has_delay_slot): Likewise.
9847 (mips_segment_boundary): Likewise.
9848 (mips_adjust_breakpoint_address): Likewise.
9849 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9850
9851 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9852 Maciej W. Rozycki <macro@codesourcery.com>
9853
9854 * infrun.c (handle_inferior_event): Don't proceed through
9855 shared library trampolines if stepping at the machine
9856 instruction level.
9857
9858 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9859
9860 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9861 too.
9862
9863 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9864
9865 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9866 (sh_stub_unwind_sniffer): New functions.
9867 (sh_stub_unwind): New variable.
9868 (sh_gdbarch_init): Wire everything.
9869
9870 2012-02-27 Pedro Alves <palves@redhat.com>
9871
9872 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9873 (linux_nat_post_attach_wait): Adjust to use
9874 linux_proc_pid_is_stopped.
9875 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9876 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9877 based on pid_is_stopped from both linux-nat.c and
9878 gdbserver/linux-low.c, and renamed.
9879
9880 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9881
9882 * remote.c (remote_watchpoint_addr_within_range): New function.
9883 (init_remote_ops): Use it.
9884
9885 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9886
9887 * target.h (target_watchpoint_addr_within_range): Document macro.
9888
9889 2012-02-24 Pedro Alves <palves@redhat.com>
9890
9891 * stack.c (set_last_displayed_sal): Issue internal_error instead
9892 of warning, and issue it after clearing the last displayed sal.
9893
9894 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9895 Pedro Alves <palves@redhat.com>
9896
9897 * breakpoint.c (until_break_command): Install breakpoints after
9898 all frame manipulations.
9899
9900 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9901
9902 * remote.c (remote_supports_cond_breakpoints): New forward
9903 declaration.
9904 (remote_add_target_side_condition): New function.
9905 (remote_insert_breakpoint): Add target-side breakpoint
9906 conditional if supported.
9907 (remote_insert_hw_breakpoint): Likewise.
9908 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9909 hook.
9910
9911 * target.c (update_current_target): Inherit
9912 to_supports_evaluation_of_breakpoint_conditions.
9913 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9914
9915 * target.h (struct target_ops)
9916 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9917 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9918
9919 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9920 (condition_evaluation_both, condition_evaluation_auto,
9921 condition_evaluation_host, condition_evaluation_target,
9922 condition_evaluation_enums, condition_evaluation_mode_1,
9923 condition_evaluation_mode): New static globals.
9924 (translate_condition_evaluation_mode): New function.
9925 (breakpoint_condition_evaluation_mode): New function.
9926 (gdb_evaluates_breakpoint_condition_p): New function.
9927 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9928 (mark_breakpoint_modified): New function.
9929 (mark_breakpoint_location_modified): New function.
9930 (set_condition_evaluation_mode): New function.
9931 (show_condition_evaluation_mode): New function.
9932 (bp_location_compare_addrs): New function.
9933 (get_first_location_gte_addr): New helper function.
9934 (set_breakpoint_condition): Free condition bytecode if locations
9935 has become unconditional. Call mark_breakpoint_modified (...).
9936 (condition_command): Call update_global_location_list (1) for
9937 breakpoints.
9938 (breakpoint_xfer_memory): Use is_breakpoint (...).
9939 (is_breakpoint): New function.
9940 (parse_cond_to_aexpr): New function.
9941 (build_target_condition_list): New function.
9942 (insert_bp_location): Handle target-side conditional
9943 breakpoints and call build_target_condition_list (...).
9944 (update_inserted_breakpoint_locations): New function.
9945 (insert_breakpoint_locations): Handle target-side conditional
9946 breakpoints.
9947 (bpstat_check_breakpoint_conditions): Add comment.
9948 (bp_condition_evaluator): New function.
9949 (bp_location_condition_evaluator): New function.
9950 (print_breakpoint_location): Print information on where the condition
9951 will be evaluated.
9952 (print_one_breakpoint_location): Likewise.
9953 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9954 breakpoint location.
9955 (force_breakpoint_reinsertion): New functions.
9956 (update_global_location_list): Handle target-side breakpoint
9957 conditions.
9958 Reinsert locations that are already inserted if conditions have
9959 changed.
9960 (bp_location_dtor): Free agent expression bytecode.
9961 (disable_breakpoint): Call mark_breakpoint_modified (...).
9962 Call update_global_location_list (...) with parameter 1 for breakpoints.
9963 (disable_command): Call mark_breakpoint_location_modified (...).
9964 Call update_global_location_list (...) with parameter 1 for breakpoints.
9965 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9966 (enable_command): mark_breakpoint_location_modified (...).
9967 (_initialize_breakpoint): Update documentation and add
9968 condition-evaluation breakpoint subcommand.
9969
9970 * breakpoint.h: Include ax.h.
9971 (condition_list): New data structure.
9972 (condition_status): New enum.
9973 (bp_target_info) <cond_list>: New field.
9974 (bp_location) <condition_changed, cond_bytecode>: New fields.
9975 (is_breakpoint): New prototype.
9976
9977 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9978
9979 * remote.c (remote_state) <cond_breakpoints>: New field.
9980 (PACKET_ConditionalBreakpoints): New enum.
9981 (remote_cond_breakpoint_feature): New function.
9982 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9983 (remote_supports_cond_breakpoints): New function.
9984 (_initialize_remote): Add new packet configuration for
9985 target-side conditional breakpoints.
9986
9987 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9988
9989 * NEWS: Mention target-side conditional breakpoint support,
9990 new condition-evaluation breakpoint subcommand and remote
9991 packet extensions.
9992
9993 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9994
9995 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9996 number.
9997
9998 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9999
10000 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10001 (after_prologue): Remove.
10002
10003 2012-02-23 Tom Tromey <tromey@redhat.com>
10004
10005 * jv-valprint.c (java_val_print): Remove dead code.
10006
10007 2012-02-23 Tristan Gingold <gingold@adacore.com>
10008
10009 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10010 known_tasks_element and known_tasks_length fields.
10011 (read_known_tasks_array): Change argument type. Use pointer type
10012 and number of elements from DATA. Adjust.
10013 (read_known_tasks_list): Likewise.
10014 (get_known_tasks_addr): Remove.
10015 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10016 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10017 type and array length. Merge former get_known_tasks_addr code.
10018
10019 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 PR backtrace/13716
10022 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10023 it after set_momentary_breakpoint.
10024
10025 2012-02-22 Sterling Augustine <saugustine@google.com>
10026
10027 PR 13689:
10028 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10029
10030 2012-02-22 Gary Benson <gbenson@redhat.com>
10031
10032 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10033 (find_slot_in_mapped_hash): Likewise.
10034
10035 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10036
10037 PR build/13638
10038 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10039 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10040 * configure: Regenerate.
10041
10042 2012-02-21 Tristan Gingold <gingold@adacore.com>
10043 Pedro Alves <palves@redhat.com>
10044
10045 * ia64-tdep.c: Do not include libunwind-ia64.h.
10046 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10047 Include libunwind-ia64.h instead of libunwind.h.
10048 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10049 for libunwind.h existence.
10050 * configure, config.in: Regenerate.
10051
10052 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10053
10054 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10055 instead of value_rtti_target_type.
10056 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10057 instead of value_rtti_target_type.
10058 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10059 value_rtti_target_type.
10060 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10061 (value_rtti_target_type): Rename to ...
10062 (value_rtti_indirect_type): ... here and make it indirect. Update
10063 function comment.
10064 * value.c (readjust_indirect_value_type): New function.
10065 (coerce_ref): Support for enclosing type setting for references
10066 with readjust_indirect_value_type.
10067 * value.h (readjust_value_type): New declaration.
10068 (value_rtti_target_type): Rename to ...
10069 (value_rtti_indirect_type): ... here.
10070
10071 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10072
10073 * MAINTAINERS (Write After Approval): Add myself to the list.
10074
10075 2012-02-20 Doug Evans <dje@google.com>
10076
10077 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10078 Rename objfile_p_char parameter to objfilep.
10079 (build_objfile_section_table): Result is now void. All callers
10080 updated.
10081 * objfiles.h (struct objfile): Tweak comments, whitespace.
10082 (build_objfile_section_table): Update.
10083
10084 * elfread.c (elf_symfile_segments): Fix warning text.
10085
10086 2012-02-20 Tom Tromey <tromey@redhat.com>
10087
10088 PR gdb/13498:
10089 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10090 particular set of file names once.
10091 (dw2_map_symbol_filenames): Likewise.
10092
10093 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10094
10095 Code cleanup.
10096 * main.c (write_files): Remove the declaration.
10097 (external_editor_command): Move the declaration ...
10098 [GDBTK] (external_editor_command): ... here. Fix the comment.
10099
10100 2012-02-20 Tom Tromey <tromey@redhat.com>
10101
10102 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10103 extraneous block.
10104
10105 2012-02-20 Tristan Gingold <gingold@adacore.com>
10106
10107 * darwin-nat.h (enum darwin_msg_state): Add comments.
10108
10109 2012-02-20 Tristan Gingold <gingold@adacore.com>
10110
10111 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10112 value.
10113
10114 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10115
10116 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10117 between function description and implementation.
10118
10119 2012-02-17 Tom Tromey <tromey@redhat.com>
10120
10121 PR python/12070:
10122 * python/py-event.c (event_object_getset): New global.
10123 (event_object_type): Reference it.
10124 * python/py-type.c (field_object_getset): New global.
10125 (field_object_type): Reference it.
10126 * python/python-internal.h (gdb_py_generic_dict): Declare.
10127 * python/py-utils.c (gdb_py_generic_dict): New function.
10128
10129 2012-02-17 Tristan Gingold <gingold@adacore.com>
10130
10131 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10132
10133 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10134
10135 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10136 TYPE_CALLING_CONVENTION annotation.
10137
10138 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10139
10140 * MAINTAINERS: Add rx to target ISA section.
10141 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10142 (ALLDEPFILES): Add rx-tdep.c.
10143
10144 2012-02-16 Tom Tromey <tromey@redhat.com>
10145
10146 * symfile.c (symbol_file_add_main_1): Use inferior's
10147 symfile_flags.
10148 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10149 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10150 inferior.
10151 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10152 inferior.
10153 (follow_exec): Use inferior's symfile_flags.
10154 * inferior.h (struct inferior) <symfile_flags>: New field.
10155
10156 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10157
10158 PR gdb/9734:
10159 * remote-sim.c (gdbsim_create_inferior): Call error() when
10160 sim_create_inferior() fails.
10161
10162 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10163
10164 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10165
10166 2012-02-16 Tom Tromey <tromey@redhat.com>
10167
10168 PR c++/13653:
10169 * thread.c (struct current_thread_cleanup) <was_removable>: New
10170 field.
10171 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10172 (make_cleanup_restore_current_thread): Initialize new field.
10173
10174 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10175
10176 * MAINTAINERS: Add rl78 to target ISA section.
10177 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10178 (ALLDEPFILES): Add rl78-tdep.c.
10179 * NEWS: Mention rl78 as a new target.
10180
10181 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10182
10183 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10184 data.
10185 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10186
10187 2012-02-15 Tom Tromey <tromey@redhat.com>
10188
10189 PR gdb/12659:
10190 * infcmd.c (registers_info): Print just the current register's
10191 name.
10192
10193 2012-02-15 Tom Tromey <tromey@redhat.com>
10194
10195 * python/py-symbol.c (sympy_value): Use _().
10196
10197 2012-02-15 Pedro Alves <palves@redhat.com>
10198
10199 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10200 output to be like native targets'.
10201 (remote_pid_to_str): Special case the null ptid.
10202
10203 2012-02-14 Stan Shebs <stan@codesourcery.com>
10204
10205 * NEWS: Mention enable count command.
10206 * breakpoint.h (struct breakpoint): New field enable_count.
10207 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10208 (enable_breakpoint): Add arg to call.
10209 (struct disp_data): New struct.
10210 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10211 (do_map_enable_once_breakpoint): Create a struct and pass it.
10212 (do_map_enable_delete_breakpoint): Ditto.
10213 (do_map_enable_count_breakpoint): New function.
10214 (enable_count_command): New function.
10215 (bpstat_stop_status): Decrement enable_count.
10216 (print_one_breakpoint_location): Report enable count.
10217 (_initialize_breakpoint): Add enable count command.
10218
10219 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10220
10221 * rl78-tdep.c (reggroups.h): Include.
10222 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10223 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10224 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10225 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10226 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10227 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10228 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10229 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10230 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10231 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10232 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10233 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10234 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10235 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10236 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10237 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10238 beginning of register list.
10239 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10240 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10241 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10242 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10243 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10244 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10245 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10246 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10247 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10248 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10249 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10250 the pseudo registers. Rearrange other pseudo registers too so
10251 that the bank registers appear at the end.
10252 (rl78_register_type): Account for the fact that the byte sized
10253 bank registers are now pseudo-registers.
10254 (rl78_register_name): Rearrange the register name array. Make
10255 initial set of raw banked registers inaccessible.
10256 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10257 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10258 case for copying bytes back and forth between raw and pseudo
10259 versions of the banked registers. Update other cases to reflect
10260 the changed names.
10261 (rl78_return_value): Update to account for changed names of
10262 raw registers.
10263 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10264 rl78_register_sim_regno().
10265
10266 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10267
10268 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10269 the name parameter being passed to find_pc_partial_function().
10270
10271 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 * MAINTAINERS: Step down from being ia64 target maintainer.
10274
10275 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10276
10277 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10278 compilation warning.
10279
10280 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 Fix crash on loaded shlibs without loaded exec_bfd.
10283 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10284 (set_section_command): Replace exec_bfd by p->bfd.
10285
10286 2012-02-10 Tom Tromey <tromey@redhat.com>
10287
10288 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10289 when we have a C++ qualified name.
10290
10291 2012-02-10 Pedro Alves <palves@redhat.com>
10292
10293 * inferior.c (inferior_pid_to_str): New.
10294 (print_inferior, inferior_command): Use it.
10295
10296 2012-02-10 Pedro Alves <palves@redhat.com>
10297
10298 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10299 the test CFLAGS.
10300 * configure: Regenerate.
10301
10302 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * linespec.c (decode_line_internal): Fix comment correctness.
10305
10306 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10307
10308 PR gdb/12953
10309 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10310 * amd64bsd-nat.c: Add support for debug registers (adapted from
10311 i386bsd-nat.c).
10312 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10313 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10314 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10315 (amd64bsd_dr_get_control): New functions.
10316 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10317 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10318 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10319 watchpoints initialization.
10320 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10321
10322 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10323
10324 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10325 flds_bnds.fields.
10326 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10327
10328 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10329
10330 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10331
10332 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10333
10334 * language.h (symbol_name_cmp_ftype): Renames
10335 symbol_name_match_p_ftype.
10336 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10337 la_get_symbol_name_match_p.
10338 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10339 ada_get_symbol_name_match_p. Update comment.
10340 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10341 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10342 Renames symbol_name_match_p. Update field type.
10343 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10344 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10345 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10346 "la_get_symbol_name_cmp" in comments.
10347 * language.c: Likewise.
10348
10349 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10350
10351 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10352 %eflags offset.
10353 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10354 (amd64_sol2_gregset32_reg_offs): Likewise.
10355
10356 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10357
10358 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10359 of the returned BFD is allocated by GDB.
10360
10361 2012-02-07 Tom Tromey <tromey@redhat.com>
10362
10363 PR python/12027:
10364 * python/python-internal.h (frame_object_type): Declare.
10365 * python/py-symbol.c (sympy_needs_frame): New function.
10366 (sympy_value): New function.
10367 (symbol_object_getset): Add "needs_frame".
10368 (symbol_object_methods): Add "value".
10369 * python/py-frame.c (frame_object_type): No longer static.
10370
10371 2012-02-07 Tom Tromey <tromey@redhat.com>
10372
10373 PR python/13599:
10374 * python/py-symbol.c (sympy_line): New function.
10375 (symbol_object_getset): Add "line".
10376
10377 2012-02-07 Tom Tromey <tromey@redhat.com>
10378
10379 * charset.c (find_charset_names): Check 'in' against NULL.
10380
10381 2012-02-06 Doug Evans <dje@google.com>
10382
10383 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10384 and fields.name members from char * to const char *. All uses updated.
10385 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10386 from char * to const char *. All uses updated.
10387 (type_name_no_tag): Update.
10388 (lookup_unsigned_typename, lookup_signed_typename): Update.
10389 * gdbtypes.c (type_name_no_tag): Change result type
10390 from char * to const char *. All callers updated.
10391 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10392 name parameter from char * to const char *.
10393 * symtab.h (struct cplus_specific): Change type of demangled_name
10394 member from char * to const char *. All uses updated.
10395 (struct general_symbol_info): Change type of name and
10396 mangled_lang.demangled_name members from char * to const char *.
10397 All uses updated.
10398 (symbol_get_demangled_name, symbol_natural_name): Update.
10399 (symbol_demangled_name, symbol_search_name): Update.
10400 * symtab.c (symbol_get_demangled_name): Change result type
10401 from char * to const char *. All callers updated.
10402 (symbol_natural_name, symbol_demangled_name): Ditto.
10403 (symbol_search_name): Ditto.
10404 (completion_list_add_name): Change type of symname,sym_text,
10405 text,word parameters from char * to const char *.
10406 (completion_list_objc_symbol): Change type of sym_text,
10407 text,word parameters from char * to const char *.
10408 * ada-lang.c (find_struct_field): Change type of name parameter
10409 from char * to const char *.
10410 (encoded_ordered_before): Similarly for N0,N1 parameters.
10411 (old_renaming_is_invisible): Similarly for function_name parameter.
10412 (ada_type_name): Change result type from char * to const char *.
10413 All callers updated.
10414 * ada-lang.h (ada_type_name): Update.
10415 * buildsym.c (hashname): Change type of name parameter
10416 from char * to const char *.
10417 * buildsym.h (hashname): Update.
10418 * dbxread.c (end_psymtab): Change type of include_list parameter
10419 from char ** to const char **.
10420 * dwarf2read.c (determine_prefix): Change result type
10421 from char * to const char *. All callers updated.
10422 * f-lang.c (find_common_for_function): Change type of name, funcname
10423 parameters from char * to const char *.
10424 * f-lang.c (find_common_for_function): Update.
10425 * f-valprint.c (list_all_visible_commons): Change type of funcname
10426 parameters from char * to const char *.
10427 * gdbarch.sh (static_transform_name): Change type of name parameter
10428 and result from char * to const char *.
10429 * gdbarch.c: Regenerate.
10430 * gdbarch.h: Regenerate.
10431 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10432 of name parameter from char * to const char *.
10433 * jv-lang.c (java_primitive_type_from_name): Ditto.
10434 (java_demangled_signature_length): Similarly for signature parameter.
10435 (java_demangled_signature_copy): Ditto.
10436 (java_demangle_type_signature): Ditto.
10437 * jv-lang.h (java_primitive_type_from_name): Update.
10438 (java_demangle_type_signature): Update.
10439 * objc-lang.c (specialcmp): Change type of a,b parameters
10440 from char * to const char *.
10441 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10442 from char * to const char *. All callers updated.
10443 * p-lang.h (is_pascal_string_type): Update.
10444 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10445 of name parameter from char * to const char *.
10446 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10447 * utils.c (fprintf_symbol_filtered): Ditto.
10448 * defs.h (fprintf_symbol_filtered): Update.
10449 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10450 * stabsread.h (end_psymtab): Update.
10451 * stack.c (find_frame_funname): Change type of funname parameter
10452 from char ** to const char **.
10453 * stack.h (find_frame_funname): Update.
10454 * typeprint.c (type_print): Change type of varstring parameter
10455 from char * to const char *.
10456 * value.h (type_print): Update.
10457 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10458 from char * to const char *. All callers updated.
10459 (xcoff_end_psymtab): Change type of include_list parameter
10460 from char ** to const char **. All callers updated.
10461 (swap_sym): Similarly for name parameter. All callers updated.
10462 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10463 Use xstrdup.
10464 (process_coff_symbol): Use xstrdup.
10465 * stabsread.c (stabs_method_name_from_physname): Renamed from
10466 update_method_name_from_physname. Change result type from void
10467 to char *. All callers updated.
10468 (read_member_functions): In has_destructor case, store name in objfile
10469 obstack instead of malloc space. In !has_stub case, fix mem leak.
10470
10471 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10472
10473 * configure: Rebuild.
10474 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10475 LDFLAGS.
10476
10477 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10478
10479 * configure.tgt (rl78-*-elf): New target.
10480 * rl78-tdep.c: New file.
10481
10482 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10483
10484 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10485 and continue the loop. Add QUIT statement.
10486
10487 2012-02-03 Tom Tromey <tromey@redhat.com>
10488
10489 PR gdb/13596:
10490 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10491 bfd_lookup_symbol_from_symtab.
10492 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10493 gdb_bfd_lookup_symbol_from_symtab.
10494
10495 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10496
10497 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10498 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10499 symbol. Add assertion that sym2 is never NULL.
10500
10501 2012-02-02 Doug Evans <dje@google.com>
10502
10503 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10504 "name" parameter to const char ** from char **. All callers updated.
10505 (find_pc_partial_function): Ditto.
10506 (cache_pc_function_name): Change type to const char * from char *.
10507 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10508 (find_pc_partial_function): Update.
10509 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10510 type of "name" parameter to const char * from char *.
10511 All uses updated.
10512 * arch-utils.c (generic_in_solib_return_trampoline): Change
10513 type of "name" parameter to const char * from char *.
10514 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10515 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10516 type of "name" parameter to const char * from char *.
10517 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10518 * gdbarch.c: Regenerate.
10519 * gdbarch.h: Regenerate.
10520 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10521 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10522 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10523 type of "name" parameter to const char * from char *.
10524 * skip.c (skip_function_pc): Ditto.
10525 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10526 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10527 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10528 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10529 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10530 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10531 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10532 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10533 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10534
10535 2012-02-02 Pedro Alves <palves@redhat.com>
10536
10537 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10538 the current inferior has no execution. Make sure the current
10539 remote process matches gdb's current inferior.
10540
10541 2012-02-02 Tom Tromey <tromey@redhat.com>
10542
10543 PR gdb/13405:
10544 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10545 read-only memory.
10546
10547 2012-02-02 Tom Tromey <tromey@redhat.com>
10548
10549 PR gdb/9307:
10550 * symtab.c (lookup_language_this): Set block_found.
10551
10552 2012-02-01 Tom Tromey <tromey@redhat.com>
10553
10554 PR gdb/13431:
10555 * jit.c (struct jit_inferior_data): Rewrite.
10556 (struct jit_objfile_data): New.
10557 (get_jit_objfile_data): New function.
10558 (add_objfile_entry): Update.
10559 (jit_read_descriptor): Return int. Replace descriptor_addr
10560 argument with inf_data. Update. Don't call error.
10561 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10562 descriptor here.
10563 (jit_inferior_init): Don't look up descriptor. Don't call error.
10564 (jit_reset_inferior_data_and_breakpoints)
10565 (jit_inferior_created_observer): Remove.
10566 (jit_inferior_exit_hook): Update.
10567 (jit_executable_changed_observer): Remove.
10568 (jit_event_handler): Update.
10569 (free_objfile_data): Reset inferior data if needed.
10570 (_initialize_jit): Update.
10571
10572 2012-02-01 Tom Tromey <tromey@redhat.com>
10573
10574 * jit.c (bfd_open_from_target_memory): Move higher in file.
10575
10576 2012-02-01 Tristan Gingold <gingold@adacore.com>
10577
10578 * libunwind-frame.c (libunwind_load): Display message if dlopen
10579 failed.
10580
10581 2012-02-01 Gary Benson <gbenson@redhat.com>
10582
10583 * symtab.h (symbol_found_callback_ftype): New typedef.
10584 (iterate_over_symbols): Use the above.
10585 * symtab.c (iterate_over_symbols): Likewise.
10586 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10587 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10588 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10589 (iterate_name_matcher): Document return values.
10590 (collect_one_symbol): Likewise.
10591 (collect_function_symbols): Likewise.
10592 (collect_symbols): Likewise.
10593
10594 2012-02-01 Tom Tromey <tromey@redhat.com>
10595
10596 * ada-lang.c (resolve_subexp): Update.
10597 (ada_lookup_symbol_list): Add 'full_search' argument.
10598 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10599 ada_lookup_symbol_list.
10600 (ada_lookup_encoded_symbol): Update.
10601 (get_var_value): Update.
10602 * ada-exp.y (block_lookup): Update.
10603 (write_var_or_type): Update.
10604 (write_name_assoc): Update.
10605 * ada-lang.h (ada_lookup_symbol_list): Update.
10606
10607 2012-01-31 Tom Tromey <tromey@redhat.com>
10608
10609 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10610 comment.
10611
10612 2012-01-31 Doug Evans <dje@google.com>
10613
10614 * symtab.h: Remove outdated comment.
10615 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10616
10617 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10618
10619 Fix build error in Darwin port.
10620 * i386-darwin-nat.c: Include i386-nat.h.
10621
10622 2012-01-30 Tom Tromey <tromey@redhat.com>
10623
10624 PR breakpoints/13568:
10625 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10626 argument. Check for recursive includes.
10627 (dwarf_decode_macros): Create an include hash.
10628
10629 2012-01-30 Michael Eager <eager@eagercon.com>
10630
10631 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10632 * ppc-linux-tdep.c: Include glibc-tdep.h.
10633 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10634 (powerpc_linux_in_plt_stub): New function.
10635 (powerpc_linux_in_dynsym_resolve_code): New function.
10636 (ppc_skip_trampoline_code): New function.
10637 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10638 Use glibc_skip_solib_resolver.
10639
10640 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 Code cleanup: Make 1440 bytes of data segment read-only.
10643 * arch-utils.c (endian_enum): Make it const char *const [].
10644 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10645 Likewise.
10646 * breakpoint.c (always_inserted_enums): Likewise.
10647 * cli/cli-cmds.c (script_ext_enums): Likewise.
10648 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10649 enumlist parameter const char *const *.
10650 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10651 const char *const *.
10652 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10653 parameter const char *const *.
10654 * cris-tdep.c (cris_modes): Make it const char *const [].
10655 * filesystem.c (target_file_system_kinds): Likewise.
10656 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10657 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10658 (can_use_displaced_stepping_enum, scheduler_enums)
10659 (exec_direction_names): Likewise.
10660 * language.c (_initialize_language): Make the type_or_range_names and
10661 case_sensitive_names variables const char *const [].
10662 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10663 * python/python.c (python_excp_enums): Likewise.
10664 * remote.c (interrupt_sequence_modes): Likewise.
10665 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10666 * serial.c (logbase_enums): Likewise.
10667 * sh-tdep.c (sh_cc_enum): Likewise.
10668 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10669 Likewise.
10670 * symtab.c (multiple_symbols_modes): Likewise.
10671 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10672 Likewise.
10673 * utils.c (internal_problem_modes): Likewise.
10674
10675 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10678 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10679 result.
10680
10681 2012-01-27 Doug Evans <dje@google.com>
10682
10683 * configure.ac (with_python): Fix absolute path handling for win32.
10684 * configure: Regenerate.
10685
10686 2012-01-26 Doug Evans <dje@google.com>
10687
10688 * symtab.c: Whitespace cleanup, no code changes.
10689
10690 * symtab.c (lookup_symbol_in_language): Improve comment.
10691 (lookup_symbol_aux): Fix comment.
10692
10693 * psymtab.c (add_psymbol_to_list): Result is now "void".
10694 * psympriv.h (add_psymbol_to_list): Update.
10695
10696 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10697
10698 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 Do not open script filenames twice.
10701 * cli/cli-cmds.c (source_script_from_stream): Pass to
10702 source_python_script also STREAM.
10703 * python/py-auto-load.c (source_section_scripts): Pass to
10704 source_python_script_for_objfile also STREAM.
10705 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10706 also INPUT.
10707 * python/python-internal.h (source_python_script_for_objfile): New
10708 parameter file, rename parameter file to filename.
10709 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10710 instead if !_WIN32. Update the function comment.
10711 (source_python_script, source_python_script_for_objfile)
10712 (source_python_script): New parameter file, rename parameter file to
10713 filename. Pass FILENAME to python_run_simple_file.
10714 * python/python.h (source_python_script): New parameter file, rename
10715 parameter file to filename.
10716
10717 2012-01-26 Pedro Alves <palves@redhat.com>
10718
10719 * corelow.c (core_has_fake_pid): Delete.
10720 (core_close): Delete references to `core_has_fake_pid'.
10721 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10722 (core_open): Delete references to `core_has_fake_pid'.
10723 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10724 the removed global.
10725
10726 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10727
10728 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10729 Remove language parameter from name_matcher. Adjust the comment.
10730 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10731 Remove language parameter.
10732 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10733 * linespec.c (iterate_name_matcher): Likewise.
10734 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10735 name_matcher. Adjust call accordingly.
10736 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10737 (maintenance_check_symtabs): Adjust type of parameter "fun".
10738 * psymtab.h (maintenance_check_symtabs): Likewise.
10739
10740 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10741
10742 * language.h (symbol_name_match_p_ftype): New typedef.
10743 (struct language_defn): Replace field la_symbol_name_compare
10744 by la_get_symbol_name_match_p.
10745 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10746 (ada_language_defn): Use it.
10747 * linespec.c (struct symbol_matcher_data): New type.
10748 (iterate_name_matcher): Rewrite.
10749 (iterate_over_all_matching_symtabs): Pass a pointer to
10750 a symbol_matcher_data struct to expand_symtabs_matching
10751 instead of just the lookup name.
10752 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10753 opencl-lang.c, p-lang.c, language.c: Delete field
10754 la_symbol_name_compare, and replace by NULL for new field
10755 la_get_symbol_name_match_p.
10756 * symfile.h (struct quick_symbol_functions): Update comment.
10757
10758 2012-01-25 Tom Tromey <tromey@redhat.com>
10759
10760 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10761 dereferencing.
10762
10763 2012-01-24 Tom Tromey <tromey@redhat.com>
10764
10765 PR symtab/12406:
10766 * solib.c (update_solib_list): Update the program space's
10767 added_solibs and deleted_solibs fields.
10768 * progspace.h (struct program_space) <added_solibs,
10769 deleted_solibs>: New fields.
10770 (clear_program_space_solib_cache): Declare.
10771 * progspace.c (release_program_space): Call
10772 clear_program_space_solib_cache.
10773 (clear_program_space_solib_cache): New function.
10774 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10775 bpstat_stop_status. Use handle_solib_event.
10776 * breakpoint.c: Include gdb_regex.h.
10777 (print_solib_event): New function.
10778 (bpstat_print): Use print_solib_event.
10779 (bpstat_stop_status): Add special case for bp_shlib_event.
10780 (handle_solib_event): New function.
10781 (bpstat_what): Use handle_solib_event.
10782 (struct solib_catchpoint): New.
10783 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10784 (breakpoint_hit_catch_solib, check_status_catch_solib)
10785 (print_it_catch_solib, print_one_catch_solib)
10786 (print_mention_catch_solib, print_recreate_catch_solib): New
10787 functions.
10788 (catch_solib_breakpoint_ops): New global.
10789 (catch_load_or_unload, catch_load_command_1)
10790 (catch_unload_command_1): New functions.
10791 (internal_bkpt_check_status): Add special case for
10792 bp_shlib_event.
10793 (internal_bkpt_print_it): Use print_solib_event.
10794 (initialize_breakpoint_ops): Initialize
10795 catch_solib_breakpoint_ops.
10796 (_initialize_breakpoint): Register "catch load" and "catch
10797 unload".
10798 * breakpoint.h (handle_solib_event): Declare.
10799 * NEWS: Add entry for "catch load" and "catch unload".
10800
10801 2012-01-24 Tom Tromey <tromey@redhat.com>
10802
10803 * ada-lang.c: Include gdb_vecs.h.
10804 * charset.c: Include gdb_vecs.h.
10805 * tracepoint.h: Include gdb_vecs.h.
10806 * gdb_vecs.h: New file.
10807
10808 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10809
10810 * breakpoint.c (breakpoint_hit_catch_fork)
10811 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10812 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10813 * infrun.c (inferior_has_forked, inferior_has_vforked)
10814 (inferior_has_execd, inferior_has_called_syscall): Delete.
10815 (handle_syscall_event): Get syscall_number from the execution
10816 control state's wait status.
10817 (wait_for_inferior): Don't clear syscall_number.
10818
10819 2012-01-24 Pedro Alves <palves@redhat.com>
10820
10821 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10822 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10823 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10824 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10825 `ws' parameter.
10826 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10827 false for events other than TARGET_SIGNAL_TRAP.
10828 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10829 Add `ws' parameter.
10830 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10831 events other than TARGET_SIGNAL_TRAP.
10832 (tracepoint_breakpoint_hit): Add `ws' parameter.
10833 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10834 parameter.
10835 (bpstat_stop_status): Same.
10836 (pc_at_non_inline_function): Same.
10837 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10838 to pass the current event's waitstatus to bpstat_stop_status
10839 and pc_at_non_inline_function.
10840
10841 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 Code cleanup.
10844 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10845 Update the function comment for it.
10846 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10847 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10848 for STREAM.
10849
10850 2012-01-24 Pedro Alves <palves@redhat.com>
10851
10852 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10853 outside `bs->stop' block.
10854 (bpstat_what): Rework bp_shlib_event handling.
10855 (internal_bkpt_check_status): If the breakpoint is a
10856 bp_shlib_event, then set bs->stop and bs->print if
10857 stop_on_solib_events is set.
10858
10859 2012-01-24 Gary Benson <gbenson@redhat.com>
10860
10861 Delete #if 0'd out code.
10862 * stack.c (print_frame_label_vars): Remove.
10863 (catch_info): Likewise.
10864 (_initialize_stack): Remove "info catch" command.
10865 * NEWS: Mention the above.
10866
10867 2012-01-24 Pedro Alves <palves@redhat.com>
10868
10869 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10870 it.
10871 (remote_notice_new_inferior): If the remote end doesn't support
10872 the multiprocess extensions, then the PID is fake.
10873 (add_current_inferior_and_thread): New.
10874 (remote_start_remote): Use it.
10875 (extended_remote_attach_1): Adjust.
10876 (extended_remote_create_inferior_1): Use
10877 add_current_inferior_and_thread.
10878
10879 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 Fix watchpoints to be specific for each inferior.
10882 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10883 current_program_space.
10884 * i386-nat.c (i386_inferior_data_cleanup): New.
10885 (i386_inferior_data_get): Replace variable inf_data_local by an
10886 inferior_data call.
10887 (i386_use_watchpoints): Initialize i386_inferior_data.
10888 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10889 specific iterate_over_lwps.
10890
10891 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10892
10893 Fix watchpoints across inferior fork.
10894 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10895 comment for linux_nat_iterate_watchpoint_lwps.
10896 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10897 linux_nat_iterate_watchpoint_lwps.
10898 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10899 * i386-linux-nat.c (update_debug_registers_callback): Update the
10900 comment for linux_nat_iterate_watchpoint_lwps.
10901 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10902 linux_nat_iterate_watchpoint_lwps.
10903 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10904 * i386-nat.c: Include inferior.h.
10905 (dr_mirror): Remove.
10906 (i386_inferior_data, struct i386_inferior_data)
10907 (i386_inferior_data_get): New.
10908 (i386_debug_reg_state): Use i386_inferior_data_get.
10909 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10910 (i386_insert_watchpoint, i386_remove_watchpoint)
10911 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10912 (i386_remove_hw_breakpoint): New variable state, use
10913 i386_debug_reg_state instead of DR_MIRROR.
10914 * linux-nat.c (delete_lwp): New declaration.
10915 (num_lwps): Move here from downwards.
10916 (delete_lwp_cleanup): New.
10917 (linux_child_follow_fork): Create new child_lp, call
10918 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10919 PTRACE_DETACH.
10920 (num_lwps): Move upwards.
10921 (linux_nat_iterate_watchpoint_lwps): New.
10922 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10923 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10924
10925 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10926
10927 GDB 7.4 released.
10928
10929 2012-01-23 Pedro Alves <palves@redhat.com>
10930
10931 * top.c (caution): Rename to ...
10932 (confirm): ... this.
10933 (show_caution): Rename to ...
10934 (show_confirm): ... this.
10935 (quit_cover): Adjust.
10936 (init_main): Adjust.
10937 * top.h (caution): Rename to ...
10938 (confirm): ... this.
10939 * utils.c (internal_vproblem, defaulted_query): Adjust.
10940
10941 2012-01-23 Pedro Alves <palves@redhat.com>
10942
10943 * top.c (caution): Update comment.
10944 (execute_command): Don't consider the current value of `caution'.
10945
10946 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10947
10948 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10949
10950 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10951
10952 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10953 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10954 * target.c (target_fileio_pwrite): Remove buffer address from
10955 debug output.
10956 (target_fileio_pread): Likewise.
10957
10958 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10959
10960 * NEWS: Document remote "info proc" and "generate-core-file".
10961
10962 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10963
10964 * gdbarch.sh (find_memory_regions): New callback.
10965 * gdbarch.c, gdbarch.h: Regenerate.
10966
10967 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10968 callback before falling back to target method.
10969
10970 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10971 (linux_target_install_ops): No longer install it.
10972
10973 * linux-tdep.c (linux_find_memory_regions): New function.
10974 (linux_init_abi): Install it.
10975
10976 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10977
10978 * gdbarch.sh (make_corefile_notes): New architecture callback.
10979 * gdbarch.c: Regenerate.
10980 * gdbarch.h: Likewise.
10981
10982 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10983 before target_make_corefile_notes. If NULL is returned, the
10984 target does not support core file generation.
10985
10986 * linux-nat.c: Include "linux-tdep.h".
10987 (find_signalled_thread, find_stop_signal): Remove.
10988 (linux_nat_do_thread_registers): Likewise.
10989 (struct linux_nat_corefile_thread_data): Likewise.
10990 (linux_nat_corefile_thread_callback): Likewise.
10991 (iterate_over_spus): Likewise.
10992 (struct linux_spu_corefile_data): Likewise.
10993 (linux_spu_corefile_callback): Likewise.
10994 (linux_spu_make_corefile_notes): Likewise.
10995 (linux_nat_collect_thread_registers): New function.
10996 (linux_nat_make_corefile_notes): Replace contents by call to
10997 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10998 as native-only callback.
10999
11000 * linux-tdep.h: Include "bfd.h".
11001 (struct regcache): Add forward declaration.
11002 (linux_collect_thread_registers_ftype): New typedef.
11003 (linux_make_corefile_notes): Add prototype.
11004 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11005 "regset.h", and "elf-bfd.h".
11006 (find_signalled_thread, find_stop_signal): New functions.
11007 (linux_spu_make_corefile_notes): Likewise.
11008 (linux_collect_thread_registers): Likewise.
11009 (struct linux_corefile_thread_data): New data structure.
11010 (linux_corefile_thread_callback): New funcion.
11011 (linux_make_corefile_notes): Likewise.
11012 (linux_make_corefile_notes_1): Likewise.
11013 (linux_init_abi): Install it.
11014
11015 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11016
11017 * gdbarch.sh (info_proc): New callback.
11018 * gdbarch.c, gdbarch.h: Regenerate.
11019
11020 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11021 before falling back to the target info_proc callback.
11022
11023 * linux-nat.c: Do not include "cli/cli-utils.h".
11024 (linux_nat_info_proc): Remove.
11025 (linux_target_install_ops): No longer install it.
11026
11027 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11028 (read_mapping): New function.
11029 (linux_info_proc): Likewise.
11030 (linux_init_abi): Install it.
11031
11032 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11033
11034 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11035 * infcmd.c: (info_proc_cmd_1): New function.
11036 (info_proc_cmd): New function, moved here from equivalent routine
11037 orignally in linux-nat.c.
11038 (info_proc_cmd_mappings): Likewise.
11039 (info_proc_cmd_stat): Likewise.
11040 (info_proc_cmd_status): Likewise.
11041 (info_proc_cmd_cwd): Likewise.
11042 (info_proc_cmd_cmdline): Likewise.
11043 (info_proc_cmd_exe): Likewise.
11044 (info_proc_cmd_all): Likewise.
11045 (_initialize_infcmd): Install "info proc" command and subcommands.
11046
11047 * target.h (struct target_ops): Add to_info_proc.
11048 (target_info_proc): Add prototype.
11049 * target.c (target_info_proc): New function.
11050
11051 * procfs.c (procfs_info_proc): Add prototype.
11052 (info_proc_cmd): Rename into ...
11053 (procfs_info_proc): ... this. Update argument types as appropriate
11054 for a to_info_proc implementation. Handle "what" argument.
11055 (procfs_target): Install procfs_info_proc.
11056 (_initialize_procfs): No longer install "info proc" command.
11057
11058 * linux-nat.c: (enum info_proc_what): Remove.
11059 (linux_nat_info_proc_cmd_1): Rename into ...
11060 (linux_nat_info_proc): ... this. Update argument types as appropriate
11061 for a to_info_proc implementation.
11062 (linux_nat_info_proc_cmd): Remove.
11063 (linux_nat_info_proc_cmd_mappings): Likewise.
11064 (linux_nat_info_proc_cmd_stat): Likewise.
11065 (linux_nat_info_proc_cmd_status): Likewise.
11066 (linux_nat_info_proc_cmd_cwd): Likewise.
11067 (linux_nat_info_proc_cmd_cmdline): Likewise.
11068 (linux_nat_info_proc_cmd_exe): Likewise.
11069 (linux_nat_info_proc_cmd_all): Likewise.
11070 (linux_target_install_ops): Install linux_nat_info_proc.
11071 (_initialize_linux_nat): No longer install "info proc" command
11072 and subcommands.
11073
11074 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11075
11076 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11077 * config.in, configure: Regenerate.
11078
11079 * target.h (struct target_ops): Add to_fileio_readlink.
11080 (target_fileio_readlink): Add prototype.
11081 * target.c (target_fileio_readlink): New function.
11082
11083 * inf-child.c: Conditionally include <sys/param.h>.
11084 (inf_child_fileio_readlink): New function.
11085 (inf_child_target): Install it.
11086
11087 * remote.c (PACKET_vFile_readlink): New enum value.
11088 (remote_hostio_readlink): New function.
11089 (init_remote_ops): Install it.
11090 (_initialize_remote): Handle vFile:readlink packet type.
11091
11092 2012-01-20 Pedro Alves <palves@redhat.com>
11093 Ulrich Weigand <ulrich.weigand@linaro.org>
11094
11095 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11096 * config.in, configure: Regenerate.
11097
11098 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11099 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11100 (target_fileio_open): Add prototype.
11101 (target_fileio_pwrite): Likewise.
11102 (target_fileio_pread): Likewise.
11103 (target_fileio_close): Likewise.
11104 (target_fileio_unlink): Likewise.
11105 (target_fileio_read_alloc): Likewise.
11106 (target_fileio_read_stralloc): Likewise.
11107
11108 * target.c: Include "gdb/fileio.h".
11109 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11110 (default_fileio_target): New function.
11111 (target_fileio_open): Likewise.
11112 (target_fileio_pwrite): Likewise.
11113 (target_fileio_pread): Likewise.
11114 (target_fileio_close): Likewise.
11115 (target_fileio_unlink): Likewise.
11116 (target_fileio_close_cleanup): Likewise.
11117 (target_fileio_read_alloc_1): Likewise.
11118 (target_fileio_read_alloc): Likewise.
11119 (target_fileio_read_stralloc): Likewise.
11120
11121 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11122 <fcntl.h>, and <unistd.h>.
11123 (inf_child_fileio_open_flags_to_host): New function.
11124 (inf_child_errno_to_fileio_error): Likewise.
11125 (inf_child_fileio_open): Likewise.
11126 (inf_child_fileio_pwrite): Likewise.
11127 (inf_child_fileio_pread): Likewise.
11128 (inf_child_fileio_close): Likewise.
11129 (inf_child_fileio_unlink): Likewise.
11130 (inf_child_target): Install to_fileio routines.
11131
11132 * remote.c (init_remote_ops): Install to_fileio routines.
11133
11134 2012-01-20 Pedro Alves <palves@redhat.com>
11135 Ulrich Weigand <ulrich.weigand@linaro.org>
11136
11137 * remote.c (remote_multi_process_p): Only check for multi-process
11138 protocol feature, do not check for extended protocol.
11139 (remote_supports_multi_process): Check for extended protocol here.
11140 (set_general_process): Likewise.
11141 (extended_remote_kill): Likewise.
11142 (remote_pid_to_str): Likewise.
11143 (remote_query_supported): Always query multiprocess mode.
11144
11145 2012-01-20 Pedro Alves <palves@redhat.com>
11146 Ulrich Weigand <ulrich.weigand@linaro.org>
11147
11148 * inferior.h (struct inferior): Add fake_pid_p.
11149 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11150 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11151 magic_null_ptid since the remote side doesn't provide a real PID.
11152
11153 2012-01-19 Tom Tromey <tromey@redhat.com>
11154
11155 * NEWS: Combine the two Python sections.
11156
11157 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11158
11159 * target.h (target_close): Update comment on the target's unpush state.
11160
11161 2012-01-19 Pedro Alves <palves@redhat.com>
11162
11163 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11164 linux_nat_async directly instead of going through the target
11165 vector.
11166 * target.c (unpush_target): Close target after unpushing it, not
11167 before.
11168
11169 2012-01-19 Gary Benson <gbenson@redhat.com>
11170
11171 * mdebugread.c (sort_blocks): Replace integer constants with ones
11172 derived from FIRST_LOCAL_BLOCK.
11173
11174 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11175 Jan Kratochvil <jan.kratochvil@redhat.com>
11176
11177 PR gdb/9538
11178 * symfile.c (find_separate_debug_file): New function.
11179 (terminate_after_last_dir_separator): Likewise.
11180 (find_separate_debug_file_by_debuglink): Also try realpath.
11181 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11182 * configure: Regenerate.
11183 * config.in: Regenerate.
11184
11185 2012-01-18 Doug Evans <dje@google.com>
11186
11187 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11188 (main.o): Remove rule.
11189 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11190 (--with-sysroot): Rewrite.
11191 * configure: Regenerate.
11192 * config.in: Regenerate.
11193
11194 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11195
11196 * parse.c (initialize_expout): New function.
11197 (reallocate_expout): Likewise.
11198 (parse_exp_in_context): Use `initialize_expout' and
11199 `reallocate_expout' when appropriate.
11200
11201 2012-01-18 Pedro Alves <palves@redhat.com>
11202
11203 * record.c (struct record_breakpoint, record_breakpoint_p)
11204 (record_breakpoints): New.
11205 (record_insert_breakpoint, record_remove_breakpoint): Manage
11206 record breakpoints list. Only remove breakpoints from the
11207 inferior if they had been inserted there in the first place.
11208
11209 2012-01-17 Doug Evans <dje@google.com>
11210
11211 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11212 if we know we don't have a file name to look for.
11213
11214 2012-01-17 Pedro Alves <palves@redhat.com>
11215
11216 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11217 the frame's stop reason is UNWIND_UNAVAILABLE.
11218
11219 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11220
11221 Fix compilation error.
11222 * m2-exp.y (yyerror): Use ANSI C prototype.
11223
11224 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11225
11226 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11227 (growbuf_by_size): Likewise.
11228 (yyerror): Likewise.
11229 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11230 (modblock): Remove variable (was #if 0'ed).
11231 (parse_number): Convert prototype from K&R to ANSI C.
11232 (yyerror): Likewise.
11233 * objc-exp.y (parse_number): Likewise.
11234 (yyerror): Likewise.
11235 (yylex): Remove #if 0'ed code.
11236 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11237 (yyerror): Likewise.
11238
11239 2012-01-16 Tom Tromey <tromey@redhat.com>
11240
11241 * NEWS: Add item.
11242 * symtab.h (compare_filenames_for_search): Declare.
11243 * symtab.c (compare_filenames_for_search): New function.
11244 (iterate_over_some_symtabs): Use it.
11245 * symfile.h (struct quick_symbol_functions)
11246 <map_symtabs_matching_filename>: Change spec.
11247 * psymtab.c (partial_map_symtabs_matching_filename): Use
11248 compare_filenames_for_search. Update for new spec.
11249 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11250 compare_filenames_for_search. Update for new spec.
11251 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11252
11253 2012-01-16 Tom Tromey <tromey@redhat.com>
11254
11255 PR python/13281:
11256 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11257 (struct main_type) <flag_flag_enum>: New field.
11258 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11259 * NEWS: Add entries.
11260 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11261 enums.
11262 * python/lib/gdb/printing.py (_EnumInstance): New class.
11263 (FlagEnumerationPrinter): Likewise.
11264
11265 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11266
11267 * breakpoint.c (create_sals_from_address_default): New function.
11268 (create_breakpoints_sal_default): Likewise.
11269 (decode_linespec_default): Likewise.
11270 (is_marker_spec): Removed.
11271 (strace_marker_p): New function.
11272 (init_breakpoint_sal): Using `strace_marker_p' instead of
11273 `is_marker_spec'.
11274 (create_breakpoint): Call method `create_sals_from_address' from
11275 breakpoint_ops, replacing code that created SALs conditionally
11276 on the type of the breakpoint. Call method `create_breakpoints_sal',
11277 replacing code that created breakpoints conditionally on the type
11278 wanted.
11279 (base_breakpoint_create_sals_from_address): New function.
11280 (base_breakpoint_create_breakpoints_sal): Likewise.
11281 (base_breakpoint_decode_linespec): Likewise.
11282 (base_breakpoint_ops): Add methods
11283 `base_breakpoint_create_sals_from_address',
11284 `base_breakpoint_create_breakpoints_sal' and
11285 `base_breakpoint_decode_linespec'.
11286 (bkpt_create_sals_from_address): New function.
11287 (bkpt_create_breakpoints_sal): Likewise.
11288 (bkpt_decode_linespec): Likewise.
11289 (tracepoint_create_sals_from_address): Likewise.
11290 (tracepoint_create_breakpoints_sal): Likewise.
11291 (tracepoint_decode_linespec): Likewise.
11292 (strace_marker_create_sals_from_address): Likewise.
11293 (strace_marker_create_breakpoints_sal): Likewise.
11294 (strace_marker_decode_linespec): Likewise.
11295 (strace_marker_breakpoint_ops): New variable.
11296 (addr_string_to_sals): Remove `marker_spec'. Call method
11297 `decode_linespec' from breakpoint_ops, replacing code that decoded
11298 an address string into a SAL. Use `strace_marker_p' instead of
11299 `marker_spec'.
11300 (strace_command): Decide whether we are dealing with a static
11301 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11302 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11303 * breakpoint.h (linespec_result, linespec_sals): New forward
11304 declarations.
11305 (breakpoint_ops) <create_sals_from_address>,
11306 <create_breakpoints_sal>, <decode_linespec>: New methods.
11307
11308 2012-01-14 Doug Evans <dje@google.com>
11309
11310 * NEWS: Update text for "maint set python print-stack".
11311 It is deprecated in gdb 7.4 and deleted in 7.5.
11312
11313 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11314
11315 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11316 including curses.h.
11317
11318 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 * configure: Regenerate.
11321 * config.in: Regenerate.
11322
11323 2012-01-12 Keith Seitz <keiths@redhat.com>
11324
11325 PR mi/10586
11326 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11327 (ANONYMOUS_UNION_NAME): Define.
11328 (is_path_expr_parent): New function.
11329 (get_path_expr_parent): New function.
11330 (is_anonymous_child): New function.
11331 (create_child_with_value): If the child is anonymous and without
11332 a name, assign an object name to it.
11333 (c_describe_child): Use get_path_expr_parent to determine
11334 the parent expression.
11335 If there field represents an anonymous struct or union and
11336 has no name, set an appropriate display name and expression.
11337 (cplus_describe_child): Likewise.
11338
11339 2012-01-12 Pedro Alves <palves@redhat.com>
11340
11341 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11342 available when %ebp is found to be zero (outermost).
11343
11344 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11345
11346 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11347 an internal gdb_static_assert.
11348 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11349
11350 2012-01-11 Tom Tromey <tromey@redhat.com>
11351
11352 PR gdb/9598:
11353 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11354 catch" and "catch throw".
11355
11356 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11357
11358 * blockframe.c (block_innermost_frame): Start search from selected
11359 frame, if present, or otherwise the current frame.
11360
11361 * c-exp.y (variable): Update innermost_block for
11362 'block COLONCOLON NAME' clause.
11363 * m2-exp.y (variable): Ditto.
11364 * objc-exp.y (variable): Ditto.
11365
11366 2012-01-10 Tom Tromey <tromey@redhat.com>
11367
11368 PR python/13199:
11369 * python/python.c (finish_python_initialization): Set sys.argv.
11370
11371 2012-01-10 Doug Evans <dje@google.com>
11372
11373 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11374 "want_line_info". All callers updated.
11375 (dwarf_decode_lines_1): New function.
11376 (handle_DW_AT_stmt_list): Add function comment.
11377 New arg "want_line_info". All callers updated.
11378 (read_file_scope,read_type_unit_scope): Move comment from
11379 handle_DW_AT_stmt_list to here.
11380
11381 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11382
11383 Fix regression after libiberty/ update for GCC PR 6057 and others.
11384 * c-exp.y (operator) <OPERATOR DELETE>
11385 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11386 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11387 (make_builtin_type, make_name): New variable i, add gdb_assert.
11388 (operator) <OPERATOR NEW>: Update ARGS to 3.
11389 (operator) <OPERATOR DELETE>: Add trailing space.
11390 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11391 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11392 * cp-support.c (cp_canonicalize_string): Check NULL from
11393 cp_comp_to_string, call warning and return.
11394
11395 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11396
11397 Fix duplicate .o files after omitting libbfd.a.
11398 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11399 (SFILES): Add corelow.c.
11400 (COMMON_OBS): Add corelow.o.
11401 (ALLDEPFILES): Remove corelow.c.
11402 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11403 * config/alpha/alpha-osf3.mh: Likewise.
11404 * config/alpha/fbsd.mh: Likewise.
11405 * config/arm/nbsdaout.mh: Likewise.
11406 * config/arm/nbsdelf.mh: Likewise.
11407 * config/i386/i386gnu.mh: Likewise.
11408 * config/ia64/hpux.mh: Likewise.
11409 * config/ia64/linux.mh: Likewise.
11410 * config/m32r/linux.mh: Likewise.
11411 * config/m68k/linux.mh: Likewise.
11412 * config/mips/irix5.mh: Likewise.
11413 * config/mips/irix6.mh: Likewise.
11414 * config/pa/hpux.mh: Likewise.
11415 * config/pa/linux.mh: Likewise.
11416 * config/powerpc/aix.mh: Likewise.
11417 * config/sparc/linux.mh: Likewise.
11418 * config/sparc/linux64.mh: Likewise.
11419 * config/sparc/sol2.mh: Likewise.
11420 * config/vax/vax.mh: Likewise.
11421 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11422 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11423 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11424 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11425 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11426 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11427 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11428 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11429 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11430 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11431 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11432 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11433 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11434 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11435 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11436 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11437 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11438 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11439 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11440 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11441 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11442 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11443 corelow.o from gdb_target_obs.
11444 * corefile.c (core_target): Update the comment on NULL value.
11445 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11446 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11447 MATCHES. Drop YUMMY set on NULL.
11448 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11449 reclaim CORE_DATA if it is already NULL.
11450
11451 2012-01-09 Doug Evans <dje@google.com>
11452
11453 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11454 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11455
11456 2012-01-09 Keith Seitz <keiths@redhat.com>
11457
11458 * breakpoint.c (wrapper.h): Don't include.
11459
11460 2012-01-09 Keith Seitz <keiths@redhat.com>
11461
11462 * Makefile.in (SFILES): Remove wrapper.c.
11463 (HFILES_NO_SRCDIR): Remove wrapper.h.
11464 (COMMON_OBS): Remove wrapper.o.
11465 * cli/cli-interp.c: Don't inlude wrapper.h.
11466 * corelow.c: Likewise.
11467 (core_open): Replace gdb_target_find_new_threads with
11468 TRY_CATCH around target_find_new_threads.
11469 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11470 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11471 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11472 evaluate_expression.
11473 (varobj_set_value): Likewise for evaluate_expression and
11474 value_assign.
11475 (install_new_variable): Likewise for value_fetch_lazy.
11476 (adjust_value_for_child_access): Likewise for value_ind.
11477 (c_describe_child): Likewise for value_subscript and
11478 value_ind.
11479 (c_value_of_root): Likewise for evaluate_expression.
11480 * wrapper.c: Remove.
11481 * wrapper.h: Remove.
11482
11483 2012-01-09 Doug Evans <dje@google.com>
11484
11485 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11486 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11487 "abfd" args with "section". All callers updated.
11488 Error checking code moved ...
11489 (error_check_comp_unit_head): ... here. New function.
11490 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11491 Delete arg "abfd". New arg "type_offset". All callers updated.
11492 (create_debug_types_hash_table): Simplify by using
11493 read_and_check_type_unit_head.
11494
11495 * parser-defs.h (namecopy): Delete.
11496 * parse.c (namecopy, namecopy_size): Move into copy_name.
11497
11498 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 Partially fix duplicate .o files after omitting libbfd.a.
11501 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11502 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11503 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11504 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11505 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11506 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11507 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11508
11509 2012-01-09 Pedro Alves <palves@redhat.com>
11510
11511 * MAINTAINERS: Update my email address.
11512
11513 2012-01-08 Doug Evans <dje@google.com>
11514
11515 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11516 n_type_units. Rename type_comp_units to all_type_units.
11517 All uses updated.
11518 (add_signatured_type_cu_to_table): Renamed from
11519 add_signatured_type_cu_to_list. All callers updated.
11520
11521 * gdbtypes.h (struct cplus_struct_type): Delete member
11522 nfn_fields_total. All uses removed.
11523
11524 2012-01-06 Doug Evans <dje@google.com>
11525
11526 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11527 to top of file.
11528 (dwarf2_find_comp_unit): Delete.
11529 (process_psymtab_comp_unit): Make result "void".
11530 Delete args buffer, info_ptr, buffer_size, and replace with
11531 "section". All callers updated.
11532 (dwarf2_build_psymtabs_hard): Simplify.
11533
11534 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11535 Thiago Jung Bauermann <bauerman@br.ibm.com>
11536
11537 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11538 before `struct gdb_exception'.
11539 * breakpoint.c (update_global_location_list_nothrow)
11540 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11541 * cp-abi.c (value_rtti_type): Likewise.
11542 * cp-support.c (cp_validate_operator): Likewise.
11543 * infrun.c (insert_exception_resume_breakpoint)
11544 (check_exception_resume, keep_going): Likewise.
11545 * mi-interp.c (mi_breakpoint_created)
11546 (mi_breakpoint_modified): Likewise.
11547 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11548 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11549 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11550
11551 2012-01-05 Doug Evans <dje@google.com>
11552
11553 * dwarf2read.c (statement_prologue): Delete, unused.
11554
11555 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11556 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11557
11558 * dwarf2read.c (comp_unit_header): Delete, unused.
11559
11560 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11561
11562 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11563 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11564
11565 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11566
11567 * infrun.c (normal_stop): Don't skip calling the normal_stop
11568 observers if the thread was doing a multi-step, but stopped for
11569 some reason other than stepping.
11570
11571 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11572
11573 * cli/cli-decode.h: Add comments.
11574 (CMD_LIST_AMBIGUOUS): Moved to command.h
11575 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11576 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11577 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11578 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11579 (add_com, add_com_alias, add_info, add_info_alias)
11580 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11581 declarations.
11582 * command.h: Add and adjust comments.
11583 (CMD_LIST_AMBIGUOUS): Moved here.
11584 (help_cmd, help_cmd_list): Delete declarations.
11585
11586 2012-01-04 Doug Evans <dje@google.com>
11587
11588 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11589 All callers updated.
11590 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11591 Replace all arguments with "per_cu". All callers updated.
11592
11593 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11594
11595 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11596 New arg "per_cu". All callers updated.
11597
11598 Delete #if 0'd out code.
11599 * language.c (binop_result_type): Delete.
11600 (simple_type, ordered_type, same_type, integral_type): Delete.
11601 (numeric_type, character_type, string_type, boolean_type): Delete.
11602 (float_type, structured_type): Delete.
11603 * language.h: Update.
11604
11605 2012-01-04 Tom Tromey <tromey@redhat.com>
11606
11607 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11608
11609 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11610
11611 * corefile.c (close_exec_file): Delete.
11612 (reopen_exec_file): Remove commented out code that seems related
11613 to close_exec_file, which is being deleted here.
11614 * inferior.h (close_exec_file): Delete.
11615 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11616
11617 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11618
11619 * ada-lang.c: #include "cli/cli-utils.h".
11620 (get_selections): Use skip_spaces.
11621 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11622 (catch_ada_exception_command_split): Use skip_spaces.
11623 (ada_decode_assert_location): Likewise.
11624
11625 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11626
11627 * linespec.c (decode_line_internal): Check for C++ or Java
11628 compound constructs only if the current language is C, C++
11629 or Java.
11630
11631 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11632
11633 Revert:
11634 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11635 Joel Brobecker <brobecker@adacore.com>
11636 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11637 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11638 3 times.
11639 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11640 fall through into AT_ENTRY_POINT.
11641 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11642 DUMMY_ADDR with it.
11643 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11644 PPC_INSN_SIZE skip to 3 times.
11645
11646 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11647
11648 * linespec.c (add_minsym): Preserve function descriptors.
11649
11650 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11651
11652 * breakpoint.c (all_locations_are_pending): Consider locations
11653 in program spaces executing during startup pending as well.
11654
11655 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11656
11657 Copyright year update in most files of the GDB Project.
11658
11659 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11660
11661 * copyright.sh: Delete.
11662 * copyright.py: Rewrite.
11663
11664 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11665
11666 * gnulib/extra/update-copyright: New file, imported from gnulib.
11667
11668 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11669
11670 * README (Copyright and License Notices): New section.
11671
11672 2012-01-03 Tom Tromey <tromey@redhat.com>
11673
11674 PR python/12533:
11675 * python/py-value.c (valpy_dereference, valpy_get_address
11676 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11677 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11678 (valpy_absolute, valpy_richcompare): Free intermediate values.
11679
11680 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11681
11682 * ada-lang.c: Reformat the copyright notice.
11683
11684 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11687 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11688 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11689 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11690 Revert this part of:
11691 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11692 Build gdb directly from *.o files not using libgdb.a.
11693 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11694
11695 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11696
11697 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11698 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11699 Reformat the copyright header.
11700
11701 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11702
11703 Revert this part of:
11704 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11705 Remove the gdbtui binary.
11706 * gdb.c (main): Remove args.interpreter_p initialization.
11707 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11708 * main.h (struct captured_main_args): Remove interpreter_p.
11709
11710 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11711
11712 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11713
11714 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11715
11716 * top.c (print_gdb_version): Update copyright year.
11717
11718 2012-01-02 Yao Qi <yao@codesourcery.com>
11719
11720 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11721
11722 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11723 Joel Brobecker <brobecker@adacore.com>
11724
11725 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11726 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11727 3 times.
11728 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11729 fall through into AT_ENTRY_POINT.
11730 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11731 DUMMY_ADDR with it.
11732 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11733 PPC_INSN_SIZE skip to 3 times.
11734
11735 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11738 the return value.
11739 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11740
11741 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11742
11743 Build gdb directly from *.o files not using libgdb.a.
11744 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11745 (COMMON_OBS): Remove solib-target.o.
11746 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11747 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11748 (LIBGDB_OBS, libgdb.a): Move it above.
11749 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11750 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11751 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11752 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11753 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11754 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11755 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11756 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11757 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11758 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11759 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11760 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11761 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11762 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11763 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11764 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11765 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11766 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11767 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11768 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11769 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11770 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11771 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11772 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11773 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11774 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11775 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11776
11777 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 Remove the gdbtui binary.
11780 * .gitignore (/gdbtui): Remove.
11781 * Makefile.in (TUI): Remove.
11782 (SUBDIR_TUI_OBS): Remove tui-main.o.
11783 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11784 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11785 (tui-main.o): Remove.
11786 (all_object_files): Remove tui-main.o.
11787 * NEWS: New note for the gdbtui removal.
11788 * configure: Rebuilt.
11789 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11790 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11791 CONFIG_UNINSTALL respectively.
11792 * gdb.c (main): Remove args.interpreter_p initialization.
11793 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11794 * main.h (struct captured_main_args): Remove interpreter_p.
11795 * tui/tui-main.c: Remove.
11796
11797 2012-01-01 Doug Evans <dje@google.com>
11798
11799 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11800 (dwarf2_physname, read_import_statement): Ditto.
11801 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11802 (process_structure_scope read_subroutine_type): Ditto.
11803 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11804 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11805 (dwarf2_fetch_die_location_block): Ditto.
11806 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11807
11808 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11809 All callers updated.
11810 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11811 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11812 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11813
11814 * dwarf2read.c (load_cu): Move assert to more useful location.
11815
11816 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11817 All callers updated.
11818
11819 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11820 (dwarf2_elf_names): Minor reformat.
11821 (dwarf2_per_cu_data): Tweak comment.
11822 (dwarf2_read_section): Fix comment.
11823 (create_all_comp_units): Fix comment.
11824 (load_full_comp_unit): Fix comment.
11825 (process_full_comp_unit): Fix comment.
11826 (read_signatured_type): Fix comment.
11827
11828 For older changes see ChangeLog-2011.
11829 \f
11830 Local Variables:
11831 mode: change-log
11832 left-margin: 8
11833 fill-column: 74
11834 version-control: never
11835 coding: utf-8
11836 End:
This page took 0.307565 seconds and 3 git commands to generate.