Remove ref_dynamic_nonweak added by accident
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2
3 * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
4 it when looking at ptr->func.
5 * command.h (complete_on_cmdlist): Add a fourth arg.
6 * completer.c (complete_line_internal): Add local ignore_help_classes,
7 and set it to 1 when reason is not handle_help. Pass this down to
8 lookup_cmd_1 and complete_on_cmdlist.
9
10 2012-11-20 Tom Tromey <tromey@redhat.com>
11
12 * completer.c (count_struct_fields): Remove.
13 (expression_completer): Don't call count_struct_fields.
14
15 2012-11-20 Pedro Alves <palves@redhat.com>
16
17 * annotate.c (breakpoints_changed): Rename to ...
18 (annotate_breakpoints_changed): ... this.
19 (annotate_stopped, breakpoint_changed): Adjust caller.
20 * annotate.h (breakpoints_changed): Rename to ...
21 (annotate_breakpoints_changed): ... this.
22 * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
23 (do_map_commands_command, init_raw_breakpoint, clear_command)
24 (set_ignore_count, enable_breakpoint_disp): Adjust callers.
25
26 2012-11-20 David S. Miller <davem@davemloft.net>
27
28 * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
29 (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
30 sysconf.
31 (get_cores_used_by_process): Update comment.
32
33 2012-11-20 Yao Qi <yao@codesourcery.com>
34
35 * objfiles.c (init_entry_point_info): Remove trailing spaces.
36
37 2012-11-20 Yao Qi <yao@codesourcery.com>
38
39 * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
40 to deprecated_context_hook.
41
42 2012-11-19 Yao Qi <yao@codesourcery.com>
43
44 * infrun.c (infwait_state): Add static.
45
46 2012-11-16 Keith Seitz <keiths@redhat.com>
47
48 PR c++/13615
49 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
50 parameter and pass it to lookup_symbol_file.
51 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
52 to search base classes.
53 (cp_lookup_symbol_namespace): Likewise.
54 (lookup_namespace_scope): Likewise.
55 (lookup_symbol_file): Add SEARCH parameter.
56 If SEARCH is non-zero and no symbol is found, lookup the class
57 and call cp_lookup_nested_symbol.
58 (find_symbol_in_baseclass): New function.
59 (cp_lookup_nested_symbol): Do not let
60 cp_lookup_symbol_in_namespace search through base classes.
61 Do that later when there is no global symbol match.
62
63 2012-11-16 Doug Evans <dje@google.com>
64
65 * main.c (gdb_datadir_provided): New static global.
66 (get_init_files): If --data-directory is provided,
67 and SYSTEM_GDBINIT lives in data-directory, look for it there.
68 * NEWS: Mention it.
69
70 2012-11-15 Pierre Muller <muller@sourceware.org>
71
72 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
73 * gdb_stat.h: Delete. Moved to common directory.
74 * common/gdb_stat.h: New file.
75 * gdb_wait.h: Delete. Moved to common directory.
76 * common/gdb_wait.h: New file.
77 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
78 location.
79 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
80 location.
81 (stat.h rule): Adapt to new gdb_stat.h location.
82 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
83 <sys/stat.h> header.
84 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
85 <sys/wait.h> header.
86
87 2012-11-15 Pierre Muller <muller@sourceware.org>
88
89 * configure.ac (AC_HEADER_STAT): Remove.
90 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
91 and corresponding code.
92 * configure: Regenerate.
93 * config.in: Regenerate.
94
95 2012-11-15 Pierre Muller <muller@sourceware.org>
96
97 ARI xasprintf rule fixes.
98 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
99 instead of xasprintf.
100 (open_and_init_dwp_file): Ditto.
101
102 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
103
104 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
105 target types.
106
107 2012-11-14 Tom Tromey <tromey@redhat.com>
108
109 * configure, config.in: Rebuild.
110 * configure.ac: Don't check for ctype.h, time.h.
111 * expprint.c: Don't use HAVE_CTYPE_H.
112
113 2012-11-13 Tom Tromey <tromey@redhat.com>
114
115 * gdbarch.h, gdbarch.c: Rebuild.
116 * gdbarch.sh (set_target_gdbarch): Rename from
117 deprecated_target_gdbarch_select_hack.
118 * arch-utils.c (gdbarch_update_p): Update.
119 (set_gdbarch_from_file): Update.
120
121 2012-11-14 Pierre Muller <muller@sourceware.org>
122
123 * MAINTAINERS (Responsible Maintainers/misc): Add myself
124 as responsible of contrib/ari directory.
125
126 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
127 Yao Qi <yao@codesourcery.com>
128
129 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
130 bit of EXC_RETURN.
131 (arm_m_exception_cache, arm_m_exception_this_id)
132 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
133 (arm_m_exception_unwind): New.
134 (arm_gdbarch_init): Register arm_m_exception_unwind.
135
136 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
137
138 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
139 parameter COUNT, for pattern filling of memory regions.
140 * NEWS: Mention it.
141
142 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
143
144 * disasm.h (DISASSEMBLY_FILENAME): New macro.
145 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
146 to print_source_lines ().
147 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
148 flag.
149 * source.c (print_source_lines_base): Prefix source line with
150 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
151
152 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
153
154 * symtab.h (print_source_lines_flags): New enum.
155 * source.c (print_source_lines_base): Change noerror to flags.
156 (print_source_lines): Change noerror to flags.
157
158 2012-11-13 Pierre Muller <muller@sourceware.org>
159
160 ARI fixes: Avoid sprintf function use rule.
161 * charset.c (convert_between_encodings): Use xsnprintf.
162 * cli-out.c (cli_field_int): Likewise.
163 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
164 * expprint.c (op_name_standard): Likewise.
165 * frv-tdep.c (set_variant_num_gprs): Likewise.
166 (set_variant_num_fprs): Likewise.
167 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
168 * nto-tdep.c (nto_find_and_open_solib): Likewise.
169 (nto_init_solib_absolute_prefix): Likewise.
170 * source.c (init_source_path): Likewise.
171 (print_source_lines_base): Likewise.
172 * valprint.c (print_wchar): Likewise.
173 * mi/mi-out.c (mi_field_int): Likewise.
174 windows-nat.c (windows_pid_to_exec_file): Likewise.
175 (windows_create_inferior): Likewise.
176 (_initialize_check_for_gdb_ini): Likewise.
177
178 2012-11-12 Joel Brobecker <brobecker@adacore.com>
179
180 * frame.h (deprecated_frame_register_read): Renames
181 frame_register_read.
182 * frame.c (deprecated_frame_register_read): Renames
183 frame_register_read. Update all callers.
184 * i386-tdep.c: Update all callers of frame_register_read.
185 * infcmd.c: Likewise.
186 * jit.c: Likewise.
187 * mips-tdep.c: Likewise.
188 * mt-tdep.c: Likewise.
189 * sh64-tdep.c: Likewise.
190
191 2012-11-12 Joel Brobecker <brobecker@adacore.com>
192
193 * frame.h (frame_register_read): Remove FIXME comment.
194 * frame.c (frame_register_read): Add suggestion explaining
195 which function to use in place of this one.
196
197 2012-11-12 Tom Tromey <tromey@redhat.com>
198
199 * python/python.c (start_type_printers): Initialize 'result_obj'.
200
201 2012-11-12 Tom Tromey <tromey@redhat.com>
202
203 * NEWS: Update.
204 * data-directory/Makefile.in (PYTHON_FILES): Add
205 type_printers.py.
206 * python/lib/gdb/command/type_printers.py: New file.
207 * python/lib/gdb/command/types.py (TypePrinter): New class.
208 (_get_some_type_recognizers, get_type_recognizers,
209 apply_type_recognizers, register_type_printer): New
210 functions.
211 * python/py-objfile.c (objfile_object) <type_printers>: New
212 field.
213 (objfpy_dealloc): Decref new field.
214 (objfpy_new): Set new field.
215 (objfpy_get_type_printers, objfpy_set_type_printers): New
216 functions.
217 (objfile_to_objfile_object): Set new field.
218 (objfile_getset): Add "type_printers".
219 * python/py-progspace.c (pspace_object) <type_printers>: New
220 field.
221 (pspy_dealloc): Decref new field.
222 (pspy_new): Set new field.
223 (pspy_get_type_printers, pspy_set_type_printers): New functions.
224 (pspace_to_pspace_object): Set new field.
225 (pspace_getset): Add "type_printers".
226 * python/python.c (start_type_printers, apply_type_printers,
227 free_type_printers): New functions.
228 (_initialize_python): Set gdb.type_printers.
229 * python/python.h (start_type_printers, apply_type_printers,
230 free_type_printers): Declare.
231 * typeprint.c (type_print_raw_options, default_ptype_flags):
232 Update for new fields.
233 (do_free_global_table, create_global_typedef_table,
234 find_global_typedef): New functions.
235 (find_typedef_in_hash): Use find_global_typedef.
236 (whatis_exp): Use create_global_typedef_table. Change cleanup
237 handling.
238 * typeprint.h (struct type_print_options) <global_typedefs,
239 global_printers>: New fields.
240
241 2012-11-12 Tom Tromey <tromey@redhat.com>
242
243 * c-typeprint.c (find_typedef_for_canonicalize,
244 print_name_maybe_canonical): New functions.
245 (c_print_type): Look up type name.
246 (cp_type_print_derivation_info): Add flags argument. Use
247 print_name_maybe_canonical.
248 (cp_type_print_method_args): Add wrapping.
249 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
250 (c_type_print_template_args): New function.
251 (c_type_print_base): Change wrapping. Use
252 print_name_maybe_canonical.
253 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
254 type name lookups.
255 * gdbtypes.c (types_equal): No longer static.
256 * gdbtypes.h (types_equal): Declare.
257 * typeprint.c (type_print_raw_options, default_ptype_flags):
258 Update.
259 (struct typedef_hash_table): New.
260 (hash_typedef_field, eq_typedef_field,
261 recursively_update_typedef_hash, add_template_parameters,
262 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
263 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
264 copy_typedef_hash, find_typedef_in_hash): New functions.
265 * typeprint.h (struct type_print_options) <local_typedefs>:
266 New field.
267 (recursively_update_typedef_hash, add_template_parameters,
268 create_typedef_hash, free_typedef_hash,
269 make_cleanup_free_typedef_hash, copy_typedef_hash,
270 find_typedef_in_hash): Declare.
271
272 2012-11-12 Tom Tromey <tromey@redhat.com>
273
274 * cp-support.c (inspect_type,
275 replace_typedefs_qualified_name, replace_typedefs): Add
276 finder, data arguments. Call as needed.
277 (cp_canonicalize_string_full): New function.
278 (cp_canonicalize_string_no_typedefs): Rewrite.
279 * cp-support.h (canonicalization_ftype): New typedef.
280 (cp_canonicalize_string_full): Declare.
281
282 2012-11-12 Tom Tromey <tromey@redhat.com>
283
284 * NEWS: Update.
285 * c-typeprint.c (c_type_print_base): Handle print_method and
286 print_typedefs flags.
287 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
288 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
289 options.
290 * typeprint.c (type_print_raw_options, default_ptype_flags):
291 Update for new field.s
292 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
293 (setprinttypelist, showprinttypelist, print_methods,
294 print_typedefs): New globals.
295 (set_print_type, show_print_type, set_print_type_methods,
296 show_print_type_methods, set_print_type_typedefs,
297 show_print_type_typedefs): New functions.
298 (_initialize_typeprint): Update documentation. Add "print
299 type methods" and "print type typedefs" parameters.
300 * typeprint.h (struct type_print_options) <print_methods,
301 print_typedefs>: New fields.
302
303 2012-11-12 Tom Tromey <tromey@redhat.com>
304
305 * c-typeprint.c (cp_type_print_method_args): Add flags
306 argument. Call c_print_type, not type_print.
307 (c_type_print_base): Call c_print_type, not type_print.
308 Update.
309
310 2012-11-12 Tom Tromey <tromey@redhat.com>
311
312 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
313 to type-printing functions.
314 * ada-lang.h (ada_print_type): Add argument.
315 * ada-typeprint.c (print_array_type, print_variant_clauses,
316 print_variant_part, print_selected_record_field_types,
317 print_record_field_types, print_unchecked_union_type,
318 print_func_type, ada_print_type): Add flags argument.
319 (ada_print_typedef): Update.
320 * c-exp.y (OPERATOR conversion_type_id): Update.
321 * c-lang.h (c_print_type, c_type_print_base): Update.
322 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
323 c_type_print_modifier, c_type_print_args,
324 c_type_print_varspec_suffix, c_type_print_base): Add flags
325 argument.
326 * cp-valprint.c (cp_print_class_member): Update.
327 * dwarf2read.c (dwarf2_compute_name): Update.
328 * f-lang.h (f_print_type): Add argument.
329 * f-typeprint.c (f_print_type): Add flags argument.
330 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
331 * go-lang.h (go_print_type): Add argument.
332 * go-typeprint.c (go_print_type): Add flags argument.
333 * jv-lang.h (java_print_type): Add argument.
334 * jv-typeprint.c (java_type_print_base, java_print_type): Add
335 flags argument.
336 * language.c (unk_lang_print_type): Add flags argument.
337 * language.h (struct language_defn) <la_print_type>: Add flags
338 argument.
339 (LA_PRINT_TYPE): Likewise.
340 * m2-lang.h (m2_print_type): Add argument.
341 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
342 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
343 m2_unbounded_array, m2_record_fields): Add flags argument.
344 * p-lang.h (pascal_print_type, pascal_type_print_base,
345 pascal_type_print_varspec_prefix): Add argument.
346 * p-typeprint.c (pascal_print_type,
347 pascal_type_print_varspec_prefix, pascal_print_func_args,
348 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
349 flags argument.
350 * symmisc.c (print_symbol): Update.
351 * typeprint.c (type_print_raw_options, default_ptype_flags):
352 New globals.
353 (type_print): Update.
354 * typeprint.h (struct type_print_options): New.
355 (type_print_raw_options): Declare.
356 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
357
358 2012-11-10 Keith Seitz <keiths@redhat.com>
359
360 * breakpoint.c (clear_command): Add cleanup for
361 sals.sals if an argument is given.
362
363 * linespec.c (parse_linespec): Do cleanups after
364 parsing a convenience variable.
365
366 2012-11-10 Keith Seitz <keiths@redhat.com>
367
368 PR gdb/14288
369 * c-valprint.c (c_val_print): For character arrays
370 with "print null" option on, print ellipses if
371 the output is truncated and the next character is not \000.
372 * valprint.c (MAX_WCHARS): Define.
373 (WCHAR_BUFLEN): Likewise.
374 (WCHAR_BUFLEN_MAX): Likewise.
375 (struct converted_character): New structure.
376 (count_next_character): New function.
377 (print_converted_chars_to_obstack): New function.
378 (generic_printstr): Rewrite using count_next_character
379 and print_converted_chars_to_obstack.
380
381 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
382
383 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
384 while executing the gdb command.
385 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
386 are called from prompt_for_continue.
387 * tui/tui-io.c (tui_redisplay_readline): Likewise.
388
389 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
390
391 PR tui/9584
392
393 * tui/tui.c (tui_rl_command_key): Do not call execute_command
394 but insert the command to execute in readline's buffer.
395
396 2012-11-09 Tom Tromey <tromey@redhat.com>
397
398 * gdbarch.sh (target_gdbarch): Remove macro.
399 (get_target_gdbarch): Rename to target_gdbarch.
400 * gdbarch.c, gdbarch.h: Rebuild.
401 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
402 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
403 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
404 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
405 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
406 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
407 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
408 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
409 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
410 procfs.c, progspace.c, ravenscar-thread.c, record.c,
411 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
412 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
413 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
414 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
415 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
416 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
417 target-descriptions.c, target.c, target.h, tracepoint.c,
418 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
419 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
420 python/py-inferior.c, python/python.c: Update.
421
422 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
423
424 * source.c (print_source_lines_base): Add fullname field giving
425 full path to file in mi output.
426 * NEWS: Mention the new fullname field.
427
428 2012-11-09 Yao Qi <yao@codesourcery.com>
429
430 * NEWS: Mention the fix to the ambiguity of 'fo' command.
431
432 2012-11-09 Pedro Alves <palves@redhat.com>
433
434 PR gdb/14306
435
436 * infrun.c: Include target-descriptions.h.
437 (follow_exec): Fetch new target description.
438
439 2012-11-09 Yao Qi <yao@codesourcery.com>
440
441 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
442 0x8d (lea).
443
444 2012-11-09 Yao Qi <yao@codesourcery.com>
445
446 * breakpoint.c: Declare set_tracepoint_count.
447 (install_breakpoint): Call set_tracepoint_count if B is a
448 tracepoint.
449 (trace_command): Don't call set_tracepoint_count. Re-indent.
450 (strace_command, ftrace_command):
451 (create_tracepoint_from_upload): Likewise.
452
453 2012-11-09 Pedro Alves <palves@redhat.com>
454
455 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
456 (get_target_gdbarch) <gdbarch.h>: New function.
457 (startup_gdbarch) <gdbarch.h>: Declare.
458 <gdbarch.c> (target_gdbarch): Delete.
459 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
460 current inferior's gdbarch.
461 <gdbarch.c> (get_target_gdbarch): New function.
462 * inferior.c: Include target-descriptions.h.
463 (free_inferior): Free target description info.
464 (add_inferior_with_spaces): Set the inferior's initial
465 architecture.
466 (clone_inferior_command): Copy the original inferior's target
467 description if it was user specified.
468 (initialize_inferiors): Add comment.
469 * inferior.h (struct target_desc_info): Forward declare.
470 (struct inferior) <gdbarch>: New field.
471 * linux-nat.c: Include target-descriptions.h.
472 (linux_child_follow_fork): Copy the parent's architecture and
473 target description to the child.
474 * target-descriptions.c: Include inferior.h.
475 (struct target_desc_info): New structure, holding the equivalents
476 of ...
477 (target_desc_fetched, current_target_desc)
478 (target_description_filename): ... these removed globals.
479 (get_tdesc_info, target_desc_info_from_user_p)
480 (copy_inferior_target_desc_info, target_desc_info_free): New.
481 (target_desc_fetched, current_target_desc)
482 (target_description_filename): Reimplemented as convenience
483 macros.
484 (tdesc_filename_cmd_string): New global.
485 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
486 tdescs filename ..." commands to the per-inferior equivalent.
487 (show_tdesc_filename_cmd): Get the value to show from the
488 per-inferior description filename.
489 (_initilize_target_descriptions): Change the "set/show tdesc
490 filename" commands' variable.
491 * target-descriptions.h (struct target_desc, struct target_desc_info)
492 (struct inferior): Forward declare.
493 (target_find_description, target_clear_description)
494 (target_current_description): Adjust comments.
495 (copy_inferior_target_desc_info, target_desc_info_free)
496 (target_desc_info_from_user_p). Declare.
497
498 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
499
500 * tui/tui-hooks.c (tui_about_to_proceed): New function.
501 (tui_target_wait_hook): Remove.
502 (tui_install_hooks): Install the about_to_proceed observer.
503 (tui_remove_hooks): And remove it here.
504
505 2012-11-08 Tom Tromey <tromey@redhat.com>
506
507 * linux-tdep.c (linux_make_siginfo_note): New function.
508 (linux_make_corefile_notes): Use it.
509 * corelow.c (get_core_siginfo): New function.
510 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
511
512 2012-11-08 Tom Tromey <tromey@redhat.com>
513
514 PR gdb/14704:
515 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
516 (zlib_decompress_section): Remove.
517 (gdb_bfd_map_section): Only check for compressed section
518 in mmap case. Use bfd_get_full_section_contents.
519 * osabi.c (check_note): Add 'sectsize' argument. Read
520 section data.
521 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
522 section data. Update for check_note change.
523 * xcoffread.c (xcoff_initial_scan): Use
524 bfd_get_full_section_contents.
525 * py-auto-load.c (auto_load_section_scripts): Use
526 bfd_get_full_section_contents.
527 * contrib/cc-with-tweaks.sh: Add -Z option.
528
529 2012-11-08 Tom Tromey <tromey@redhat.com>
530
531 * python/py-bpevent.c: Include defs.h.
532 * python/py-continueevent.c: Include defs.h.
533 * python/py-event.c: Include defs.h.
534 * python/py-event.h: Don't include defs.h.
535 * python/py-events.h: Don't include defs.h.
536 * python/py-evts.c: Include defs.h.
537 * python/py-exitedevent.c: Include defs.h.
538 * python/py-newobjfileevent.c: Include defs.h.
539 * python/py-signalevent.c: Include defs.h.
540 * python/py-stopevent.c: Include defs.h.
541 * python/py-threadevent.c: Include defs.h.
542
543 2012-11-08 Pierre Muller <muller@sourceware.org>
544
545 * update-web-ari.sh (print_heading): Add number of files
546 checked.
547 (nb_files): New variable counting the number of sources
548 files found by gdb_find.sh script.
549 (debug_awk): New variable to allow extra debug output.
550 (indexes): Add more information if DEBUG_AWK is set.
551
552 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
553
554 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
555 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
556 following the change in PLT call stubs on linker.
557
558 2012-11-08 Pierre Muller <muller@sourceware.org>
559
560 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
561 as default language.
562 (AWK): Use = instead of == for sh test to avoid warning.
563 (Linux rule): Correct [:digit] into [[:digit:]].
564 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
565 (vasprintf rule): Adapt to common subdirectory moves.
566 (xasprintf rule): Idem.
567 (xvasprintf rule): Idem.
568 (var_boolean rule): Accept occurence in == or != test.
569
570 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
571
572 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
573
574 * tui/tui-hooks.c (tui_inferior_exit): New function.
575 (tui_detach_hook): Remove.
576 (tui_install_hooks): Install the inferior exit observer.
577 (tui_remove_hooks): Remove it.
578
579 2012-11-08 Yao Qi <yao@codesourcery.com>
580
581 PR gdb/14777.
582 * source.c (_initialize_source): Call add_com_alias to abbreviate
583 'forward-search' as 'fo'.
584
585 2012-11-07 Pedro Alves <palves@redhat.com>
586
587 * arm-tdep.c: Make defs.h be the first include.
588 * coff-pe-read.c: Ditto.
589 * gnu-nat.c: Ditto.
590 * go32-nat.c: Ditto.
591 * i386-nat.c: Ditto.
592 * ppcnbsd-nat.c: Ditto.
593 * ada-varobj.h: Don't include defs.h.
594 * i386-darwin-tdep.h: Ditto.
595 * i386-nat.h: Ditto.
596
597 2012-11-07 Pedro Alves <palves@redhat.com>
598
599 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
600 Committee.
601
602 2012-11-07 Pierre Muller <muller@sourceware.org>
603
604 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
605 File already uses "gdb_dirent.h" header.
606
607 2012-11-07 Yao Qi <yao@codesourcery.com>
608
609 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
610 tracepoint_count'.
611
612 2012-11-06 Tom Tromey <tromey@redhat.com>
613
614 * target.h (inferior_has_forked, inferior_has_vforked)
615 (inferior_has_execd, inferior_has_called_syscall): Remove
616 declarations.
617
618 2012-11-06 Pierre Muller <muller@sourceware.org>
619
620 * remote.c (remote_insert_hw_breakpoint): ARI fix,
621 add missing internalization markup.
622
623 2012-11-06 Pedro Alves <palves@redhat.com>
624
625 PR gdb/14810
626
627 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
628
629 2012-11-06 Pierre Muller <muller@sourceware.org>
630
631 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
632 is not executable.
633
634 2012-11-05 Joel Brobecker <brobecker@adacore.com>
635
636 * gnulib/update-gnulib.sh: New script.
637
638 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
639
640 * MAINTAINERS: Update my email address.
641
642 2012-11-05 Tom Tromey <tromey@redhat.com>
643
644 * frame.c (put_frame_register): Don't use temporary buffer.
645
646 2012-11-05 Pedro Alves <palves@redhat.com>
647
648 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
649 child. Clear 'pending_detach'.
650 * infrun.c (handle_vfork_child_exec_or_exit): Clear
651 'pending_detach' in the vfork parent.
652
653 2012-11-05 Doug Evans <dje@google.com>
654
655 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
656 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
657 * dwarf2read.c: #include "elf-bfd.h".
658 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
659 (dwop_section_names): Renamed from dwo_section names. All uses
660 updated. Add entries for .debug_cu_index, .debug_tu_index.
661 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
662 All uses updated.
663 (struct dwp_sections): New type.
664 (struct virtual_dwo_sections): New type.
665 (struct dwp_hash_table): New type.
666 (struct dwp_file): New type.
667 (init_cutu_and_read_dies): Ensure DWO info/types section has been
668 read in. Handle DWOs coming from DWP files.
669 (lookup_dwo_file_slot): New function.
670 (dwarf2_locate_dwo_sections): Move definition closer to use.
671 (create_dwo_debug_info_hash_table_reader): Renamed from
672 create_debug_info_hash_table_reader. All callers updated.
673 (create_dwo_debug_info_hash_table): Renamed from
674 create_debug_info_hash_table. All callers updated.
675 (create_dwp_hash_table): New function.
676 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
677 (lookup_dwo_in_dwp): New function.
678 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
679 is_dwp. All callers updated.
680 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
681 (open_and_init_dwo_file): Renamed from init_dwo_file.
682 All callers updated.
683 (lookup_dwo_file): Delete.
684 (dwarf2_locate_dwp_sections): New function.
685 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
686 (allocate_dwp_loaded_cutus_table): New function.
687 (open_and_init_dwp_file): New function.
688 (lookup_dwo_cutu): New function.
689 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
690
691 2012-11-03 Yao Qi <yao@codesourcery.com>
692
693 Fix PR gdb/14617.
694 * breakpoint.c (trace_pass_set_count): Call
695 observer_notify_breakpoint_modified instead of
696 observer_notify_tracepoint_modified.
697 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
698
699 2012-11-02 Tom Tromey <tromey@redhat.com>
700
701 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
702 argument to complete_on_enum.
703
704 2012-11-02 Tom Tromey <tromey@redhat.com>
705
706 * configure: Rebuild.
707 * configure.ac (build_warnings): Add -Wempty-body.
708 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
709 * remote.c (handle_notification): Use braces for empty 'else' body.
710 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
711 'else' body.
712 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
713 'else' body.
714 * solib-som.c (som_relocate_section_addresses): Use braces
715 for empty 'else' body.
716 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
717 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
718
719 2012-11-02 Pedro Alves <palves@redhat.com>
720
721 PR gdb/14766
722
723 * infrun.c (handle_inferior_event)
724 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
725 null_ptid before handling a vfork child exec or exit. Switch to
726 the event ptid afterwards.
727
728 2012-11-02 Yao Qi <yao@codesourcery.com>
729
730 * std-operator.def: Remove OP_LABELED.
731 * eval.c: Remove the declaration of 'get_label'.
732 (get_label): Remove.
733 (evaluate_struct_tuple): Remove code handling OP_LABELED.
734 Update comment.
735 Remove local variable 'variantno' and related code.
736 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
737 with 'fieldno'.
738 * expprint.c (print_subexp_standard): Likewise.
739 (dump_subexp_body_standard): Likewise.
740 * parse.c (operator_length_standard): Likewise.
741
742 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
743
744 Incorporate ARI web page generator into GDB sources.
745 * contrib/ari/create-web-ari-in-src.sh: New file.
746 * contrib/ari/gdb_ari.sh: New file.
747 * contrib/ari/gdb_find.sh: New file.
748 * contrib/ari/update-web-ari.sh: New file.
749
750 2012-10-31 Tom Tromey <tromey@redhat.com>
751
752 * gdbarch.c: Rebuild.
753 * gdbarch.sh: Remove references to gdbarch_swap.
754 * corelow.c (core_open): Remove obsolete comment.
755
756 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
757
758 PR cli/14772
759 * c-typeprint.c (c_print_type): Don't print a space for vector
760 types, this is handled within the suffix.
761 (c_type_print_varspec_suffix): Add a space to vector suffix.
762
763 2012-10-26 Pedro Alves <palves@redhat.com>
764
765 * amd64-tdep.c (amd64_relocate_instruction): Use
766 store_unsigned_integer instead of memcpy.
767 * i386-tdep.c (i386_relocate_instruction): Ditto.
768
769 2012-10-26 Pedro Alves <palves@redhat.com>
770
771 * infrun.c (handle_inferior_event): Merge handling of
772 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
773 switch case.
774
775 2012-10-26 Pedro Alves <palves@redhat.com>
776
777 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
778 Remove comment.
779
780 2012-10-26 Pedro Alves <palves@redhat.com>
781
782 * target.c (target_waitstatus_to_string): Handle
783 TARGET_WAITKIND_VFORK_DONE.
784
785 2012-10-26 Pedro Alves <palves@redhat.com>
786
787 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
788 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
789
790 2012-10-24 Tristan Gingold <gingold@adacore.com>
791
792 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
793 Add comments.
794
795 2012-10-24 Joel Brobecker <brobecker@adacore.com>
796
797 * ravenscar-thread.c (ravenscar_wait): Only update the list
798 of threads and inferior_ptid if the inferior is still alive.
799
800 2012-10-24 Joel Brobecker <brobecker@adacore.com>
801
802 * ada-lang.c (is_known_support_routine): Use lbasename when
803 matching the symtab's filename against
804 known_runtime_file_name_patterns.
805
806 2012-10-24 Joel Brobecker <brobecker@adacore.com>
807
808 * ada-lang.c (ada_same_array_size_p): New function.
809 (ada_promote_array_of_integrals): New function.
810 (coerce_for_assign): Add handling of arrays where the elements
811 are integrals of a smaller size than the size of the target
812 array element type.
813
814 2012-10-24 Joel Brobecker <brobecker@adacore.com>
815
816 * doublest.c (convert_doublest_to_floatformat): Fix comparison
817 against maximum exponent value.
818
819 2012-10-24 Joel Brobecker <brobecker@adacore.com>
820
821 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
822 "unwind-seh.c".
823
824 2012-10-24 Joel Brobecker <brobecker@adacore.com>
825
826 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
827 strip typedef layer when computing the fixed type's field type,
828 only when computing its size.
829
830 2012-10-24 Mark Kettenis <kettenis@gnu.org>
831
832 PR gdb/12783
833 * i386-tdep.c (i386_return_value): Handle complex double and long
834 double.
835
836 2012-10-24 Joel Brobecker <brobecker@adacore.com>
837
838 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
839 New local variable args_len.
840 Quote the name of the executable when computing the command line.
841
842 2012-10-23 Mark Kettenis <kettenis@gnu.org>
843
844 PR gdb/12796
845 PR gdb/12798
846 PR gdb/12800
847 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
848 AMD64_FTAG_REGNUM.
849 * amd64-tdep.c (amd64_classify): Classify complex types.
850 (amd64_return_value): Handle the COMPLEX_X87 class.
851
852 2012-10-23 Joel Brobecker <brobecker@adacore.com>
853
854 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
855 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
856
857 2012-10-23 Joel Brobecker <brobecker@adacore.com>
858
859 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
860 function.
861 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
862 to amd64_windows_auto_wide_charset.
863
864 2012-10-23 Yao Qi <yao@codesourcery.com>
865
866 * event-top.c (mark_async_signal_handler_wrapper): Remove.
867 * event-top.h: Remove its declaration.
868 (async_request_quit): Call mark_async_signal_handler instead of
869 mark_async_signal_handler_wrapper.
870 (async_do_nothing, async_disconnect): Likewise.
871 (async_stop_sig): Likewise.
872 * remote.c (handle_remote_sigint): Likewise.
873 (handle_remote_sigint_twice): Likewise.
874
875 2012-10-23 Yao Qi <yao@codesourcery.com>
876
877 * event-top.c (sigint_token, sighup_token): Replace 'void *'
878 with 'static struct async_signal_handler *'.
879 (sighup_token, sigquit_token, sigstp_token): Likewise.
880
881 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
882
883 * gdbarch.sh (function_list): Use 'pstring' when printing
884 a variable which could return NULL.
885 * gdbarch.c: Regenerate.
886
887 2012-10-10 Joel Brobecker <brobecker@adacore.com>
888 Tom Tromey <tromey@redhat.com>
889
890 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
891 inneffective if condition by gdb assertion. Add function
892 description comment.
893
894 2012-10-19 Joel Brobecker <brobecker@adacore.com>
895
896 * parser-defs.h (struct exp_descriptor): Document constraint
897 on return value for "op_name" callbacks.
898
899 2012-10-18 Tom Tromey <tromey@redhat.com>
900
901 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
902 * symtab.c (iterate_over_some_symtabs): Constify.
903 * source.h (symtab_to_fullname): Return 'const char *'.
904 * source.c (symtab_to_fullname): Return 'const char *'.
905 * python/py-symtab.c (stpy_fullname): Constify.
906 * cli/cli-cmds.c (edit_command): Constify.
907 * breakpoint.c (print_breakpoint_location)
908 (update_static_tracepoint): Constify.
909
910 2012-10-18 Tom Tromey <tromey@redhat.com>
911
912 * breakpoint.c (compare_breakpoints): Fix comparison.
913
914 2012-10-18 Tom Tromey <tromey@redhat.com>
915
916 * valprint.c (generic_emit_char, generic_printstr): Pass size of
917 gdb_wchar_t to convert_between_encodings.
918
919 2012-10-17 Yao Qi <yao@codesourcery.com>
920
921 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
922 more parameter 'inferior'.
923 * corefile.c (write_memory_with_notification): Caller update.
924
925 * mi/mi-cmd-var.c: Include "mi-main.h".
926 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
927 to 1 and restore it later.
928 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
929 and "data-write-memory-bytes.
930 * mi/mi-interp.c: Include objfiles.h.
931 (mi_interpreter_init): Call observer_attach_memory_changed.
932 (mi_memory_changed): New.
933 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
934 New field.
935
936 * NEWS: Mention new MI notification "memory-changed".
937
938 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
939
940 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
941
942 2012-10-15 Doug Evans <dje@google.com>
943
944 New option -nh: inhibit loading of ~/.gdbinit.
945 * NEWS: Mention -nh.
946 * main.c (captured_main): Recognize and process -nh.
947 (print_gdb_help): Mention -nh.
948 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
949
950 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
951
952 PR backtrace/14646
953 PR gdb/14647
954 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
955 pc_regnum_from_eax.
956 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
957 nor pc_regnum_from_eax.
958 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
959 nor pc_regnum_from_eax.
960
961 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
962
963 Fix entry values resolving in inlined frames.
964 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
965 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
966 entries of FRAME.
967
968 2012-10-15 Joel Brobecker <brobecker@adacore.com>
969
970 * configure.ac: Build with -DMS_WIN64 if building with Python
971 enabled using GCC on amd64-windows.
972 * configure: Regenerate.
973
974 2012-10-15 Tom Tromey <tromey@redhat.com>
975
976 PR python/14635:
977 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
978 to Py_None.
979
980 2012-10-15 Tom Tromey <tromey@redhat.com>
981
982 PR python/14634:
983 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
984
985 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
986
987 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
988 reset thread numbering back to 1.
989
990 2012-10-11 Doug Evans <dje@google.com>
991
992 PR breakpoints/14643.
993 * linespec.c (struct ls_parser): New member keyword_ok.
994 (linespec_lexer_lex_string): Add comment.
995 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
996 for one.
997 (parse_linespec): Set keyword_ok.
998
999 2012-10-10 Doug Evans <dje@google.com>
1000
1001 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1002 "0x" prefix on address in log message.
1003
1004 * dwarf2read.c (read_1_byte): Add const to buf parameter.
1005 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1006 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1007 (lookup_dwo_file): Add const to dwo_name parameter.
1008 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1009
1010 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 Fix crash during stepping on ppc32.
1013 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1014 SYM.
1015
1016 2012-10-03 Doug Evans <dje@google.com>
1017
1018 PR symtab/14601
1019 * buildsym.c (buildsym_init): Reset using_directives to NULL.
1020
1021 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
1022
1023 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1024 output and use uint32_t not long to ensure 4 byte size.
1025
1026 2012-10-02 Joel Brobecker <brobecker@adacore.com>
1027
1028 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1029 unref'ed it.
1030
1031 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
1032
1033 * target.c (simple_search_memory): Include access length in
1034 warning message.
1035
1036 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
1037 Edjunior Machado <emachado@linux.vnet.ibm.com>
1038
1039 PR gdb/13989
1040 * solib.c (solib_find): Prevent GDB from loading native libraries when
1041 debugging a cross-target corefile.
1042
1043 2012-09-28 selven <pcthegreat@gmail.com>
1044
1045 Make definition match declaration.
1046
1047 * regcache.c (regcache_register_status): Change return type to
1048 enum register_status.
1049
1050 2012-09-28 Yao Qi <yao@codesourcery.com>
1051
1052 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1053 write_memory_with_notification instead of write_memory.
1054 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1055 instead of target_write_memory.
1056
1057 2012-09-28 Yao Qi <yao@codesourcery.com>
1058
1059 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1060 when the length of content is not an even number.
1061
1062 2012-09-27 Tom Tromey <tromey@redhat.com>
1063
1064 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1065 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1066
1067 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1068
1069 * sol-thread.c (sol_thread_fetch_registers)
1070 (sol_thread_store_registers): Delete commented out code.
1071
1072 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1073
1074 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1075 Move these functions to sparc-sol-thread.c.
1076 * sparc-sol-thread.c: New file.
1077 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1078 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1079 configurations.
1080 * configure: Regenerate.
1081
1082 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1083
1084 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1085 Remove commented-out code.
1086
1087 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1088
1089 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1090 Enable this code for sparc hosts only.
1091
1092 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1093
1094 * procfs.h (procfs_find_LDT_entry): Add declaration.
1095 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1096 function procfs_find_LDT_entry.
1097
1098 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1099
1100 * procfs.c (proc_get_LDT_entry): Make static.
1101
1102 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1103
1104 * procfs.c (proc_find_memory_regions): Fix declaration.
1105
1106 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1107
1108 * amd64-tdep.c (amd64_return_value): Revert previous change
1109 that used TYPE_LENGTH directly.
1110 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1111 (bfin_store_return_value): Likewise.
1112 * cris-tdep.c (cris_store_return_value): Likewise.
1113 (cris_extract_return_value): Likewise.
1114 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1115 * hppa-tdep.c (hppa64_return_value): Likewise.
1116 * lm32-tdep.c (lm32_store_return_value): Likewise.
1117 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1118 * spu-tdep.c (spu_value_from_register): Likewise.
1119 * vax-tdep.c (vax_return_value): Likewise.
1120
1121 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1122
1123 * gdbtypes.c (lookup_array_range_type): Expand parameters
1124 LOW_BOUND and HIGH_BOUND to LONGEST.
1125 (lookup_string_range_type): Likewise.
1126 * gdbtypes.h (lookup_array_range_type): Likewise.
1127 (lookup_string_range_type): Likewise.
1128 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1129 Expand HIGHBOUND to ssize_t.
1130 (value_string): Likewise.
1131 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1132 (value_string): Likewise.
1133
1134 2012-09-27 Yao Qi <yao@codesourcery.com>
1135
1136 PR breakpoints/13898
1137 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1138 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1139 per breakpoint type.
1140
1141 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1142
1143 * procfs.c: Add gdb_bfd header.
1144 * rs6000-nat.c: Likewise.
1145 * solib-pa64.c: Likewise.
1146 * spu-linux-nat.c: Likewise.
1147 * windows-nat.c: Likewise.
1148
1149 2012-09-26 Tom Tromey <tromey@redhat.com>
1150
1151 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1152
1153 2012-09-26 Tom Tromey <tromey@redhat.com>
1154
1155 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1156 (read_common_block): Handle child DIEs with
1157 DW_AT_data_member_location.
1158 (new_symbol_full): Add special case for common blocks.
1159
1160 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1161 Tom Tromey <tromey@redhat.com>
1162
1163 * dwarf2read.c (read_common_block): Rewrite.
1164 (new_symbol_full): Handle DW_TAG_common_block.
1165 * f-lang.c (head_common_list, find_common_for_function):
1166 Remove.
1167 * f-lang.h (struct common_entry, struct saved_f77_common,
1168 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1169 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1170 BLANK_COMMON_NAME_LOCAL): Remove.
1171 (struct common_block): New.
1172 * f-valprint.c (list_all_visible_commons): Remove.
1173 (info_common_command_for_block): New function.
1174 (info_common_command): Use it.
1175 * stack.c (iterate_over_block_locals): Special case for
1176 COMMON_BLOCK_DOMAIN.
1177 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1178 constant.
1179 (struct general_symbol_info) <value.common_block>: New field.
1180 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1181
1182 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1183 Tom Tromey <tromey@redhat.com>
1184
1185 * f-lang.c (allocate_saved_bf_node,
1186 allocate_saved_function_node, allocate_saved_f77_common_node,
1187 allocate_common_entry_node, tail_common_list, current_common,
1188 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1189 tmp_bf_ptr, add_common_block, add_common_entry,
1190 find_first_common_named, patch_common_entries,
1191 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1192 global_remote_debug, get_bf_for_fcn, saved_function_list,
1193 saved_function_list_end, clear_function_list, struct saved_fcn,
1194 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1195 SAVED_BF, SAVED_BF_PTR): Remove.
1196 * f-lang.h (tail_common_list, current_common,
1197 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1198 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1199 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1200 real_main_c_value): Remove.
1201 * f-valprint.c (there_is_a_visible_common_named): Remove.
1202
1203 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1204
1205 * breakpoint.c (update_global_location_list): Ignore previous
1206 duplicate status of a breakpoint when starting a new scan for
1207 duplicate breakpoints.
1208
1209 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1210 PR breakpoints/14419
1211 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1212 support LLVM compiler.
1213
1214 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1215
1216 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1217 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1218 (bfin_store_return_value): Likewise.
1219 * cris-tdep.c (cris_store_return_value): Likewise.
1220 (cris_extract_return_value): Likewise.
1221 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1222 * hppa-tdep.c (hppa64_return_value): Likewise.
1223 * lm32-tdep.c (lm32_store_return_value): Likewise.
1224 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1225 * spu-tdep.c (spu_value_from_register): Likewise.
1226 * vax-tdep.c (vax_return_value): Likewise.
1227
1228 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1229
1230 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1231 parameter LEN to ssize_t.
1232
1233 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1234
1235 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1236 variable LEN.
1237 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1238 directly.
1239 (alpha_store_return_value): Likewise.
1240 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1241 (amd64_push_arguments): Likewise.
1242 * ax-gdb.c (gen_trace_static_fields): Likewise.
1243 (gen_traced_pop): Likewise.
1244 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1245 * breakpoint.c (update_watchpoint): Likewise.
1246 * findcmd.c (parse_find_args): Use local variable for type
1247 instead of length.
1248 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1249 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1250 (h8300_store_return_value): Likewise.
1251 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1252 Use i386_darwin_arg_type_alignment directly.
1253 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1254 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1255 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1256 (m68hc11_extract_return_value): Likewise.
1257 * mep-tdep.c (mep_push_dummy_call): Likewise.
1258 * printcmd.c (float_type_from_length): Likewise.
1259 * s390-tdep.c (s390_value_from_register): Likewise.
1260 * stack.c (read_frame_arg): Likewise.
1261 * tracepoint.c (encode_actions_1): Likewise.
1262 * valops.c (value_fetch_lazy): Use local variable for type
1263 instead of length. Use TYPE_LENGTH directly.
1264 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1265
1266 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1267
1268 * symtab.c (skip_prologue_sal): Fix typo in comment.
1269
1270 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1271
1272 * linespec.c (create_sals_line_offset): Fix typo in comment.
1273
1274 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1275
1276 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1277 use plongest to print the array size.
1278
1279 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1280
1281 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1282 * p-valprint.c (pascal_type_print_base): Likewise.
1283
1284 2012-09-22 Yao Qi <yao@codesourcery.com>
1285
1286 * remote.c (remote_get_trace_status): Remove setting default
1287 values of fields of 'ts'.
1288
1289 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 Fix internal error on canonicalization of clang types.
1292 * cp-name-parser.y (operator): New comment at make_operator call for
1293 new, delete, new[] and delete[].
1294 (exp): Use "sizeof ". Add new comment at make_operator call.
1295
1296 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 Fix disassemble without parameters in tailcall frame.
1299 * cli/cli-cmds.c (disassemble_current_function): Use
1300 get_frame_address_in_block.
1301
1302 2012-09-21 Tom Tromey <tromey@redhat.com>
1303
1304 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1305 TYPE_CODE_UNION>: Unify, removing a goto.
1306
1307 2012-09-21 Tom Tromey <tromey@redhat.com>
1308
1309 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1310
1311 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1312
1313 * findvar.c (read_frame_register_value): Mark the result value as
1314 optimized out if any of the input registers have been optimized out.
1315
1316 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1317
1318 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1319
1320 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1321
1322 * eval.c (evaluate_subexp_standard): Eliminate single-use
1323 variable LOWER.
1324
1325 2012-09-21 Yao Qi <yao@codesourcery.com>
1326
1327 * mi/mi-interp.c: Declare mi_record_changed.
1328 (mi_interpreter_init): Call observer_attach_record_changed.
1329 (mi_record_changed): New.
1330 * record.c (record_open): Call observer_notify_record_changed.
1331 (cmd_record_stop): Call observer_notify_record_changed.
1332 * NEWS: Mention it.
1333
1334 2012-09-20 Tom Tromey <tromey@redhat.com>
1335
1336 * NEWS: Update.
1337 * python/python.c (finalize_python): New function.
1338 (_initialize_python): Make a final cleanup.
1339
1340 2012-09-19 Doug Evans <dje@google.com>
1341
1342 * buildsym.h (param_symbols): Delete, unused.
1343 (context_stack): Delete member "params", unused.
1344 * buildsym.c (push_context): Update.
1345 * dwarf2read.c (read_func_scope): Update.
1346
1347 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1348
1349 * sh-tdep.c (sh_register_convert_to_virtual)
1350 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1351 all callers. Just do a memcpy if not the little-endian case.
1352
1353 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1354 set_gdbarch_double_format and set_gdbarch_long_double_format.
1355 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1356 set_gdbarch_double_format.
1357 * sh-tdep.c (sh_gdbarch_init): Likewise.
1358
1359 * NEWS: Document the removal of SH's 'regs' command.
1360 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1361 command.
1362
1363 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1364
1365 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1366 `jump'.
1367
1368 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1369
1370 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1371 language when iterating over symbols.
1372
1373 2012-09-18 Yao Qi <yao@codesourcery.com>
1374
1375 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1376 (mi_interpreter_init): Call observer_attach_tsv_created and
1377 observer_attach_tsv_deleted.
1378 (mi_tsv_created, mi_tsv_deleted): New.
1379 * tracepoint.c (delete_trace_state_variable): Call
1380 observer_notify_tsv_deleted.
1381 (trace_variable_command): Call observer_notify_tsv_created.
1382 (delete_trace_variable_command): Call
1383 observer_notify_tsv_deleted.
1384 (create_tsv_from_upload): Call observer_notify_tsv_created.
1385 * NEWS: Mention it.
1386
1387 2012-09-18 Yao Qi <yao@codesourcery.com>
1388
1389 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1390 if traceframe changed.
1391 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1392 "trace-find".
1393 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1394 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1395 'traceframe_changed'.
1396 (mi_traceframe_changed): New.
1397 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1398 New field.
1399 * NEWS: Mention the new MI notification.
1400
1401 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1402
1403 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1404
1405 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1408 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1409 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1410 Extend code also for PaX support. Convert all gdb_assert to warning
1411 calls.
1412
1413 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1414
1415 Implement auto-load user conveniences suggested by Doug Evans.
1416 * auto-load.c: Include top.h.
1417 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1418 (_initialize_auto_load): New variable scripts_directory_help. Mention
1419 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1420 scripts-directory. Document in online help one can use also files for
1421 set auto-load safe-path.
1422 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1423 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1424
1425 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1426
1427 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1428 of LEN.
1429
1430 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1431
1432 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1433 ELTLEN and use TYPE_LENGTH directly.
1434 (m2_val_print): Likewise.
1435 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1436 variable LEN and use TYPE_LENGTH directly.
1437 (m68k_svr4_store_return_value): Likewise.
1438 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1439 ARGLEN and use TYPE_LENGTH directly.
1440 (mips_o64_push_dummy_call): Likewise.
1441 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1442 variable LENGTH and use TYPE_LENGTH directly.
1443 (s390_function_arg_float): Likewise.
1444 (s390_function_arg_integer): Likewise.
1445 (s390_push_dummy_call): Likewise.
1446 (s390_return_value_convention): Likewise.
1447 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1448 TYPE_LENGTH directly.
1449
1450 2012-09-17 Yao Qi <yao@codesourcery.com>
1451
1452 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1453 Update comment to add_setshow_integer_cmd.
1454 * cli/cli-setshow.c (do_set_command): Handle case
1455 'var_zuinteger_unlimited'.
1456 (do_show_command): Likewise.
1457 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1458 for command 'remotetimeout'.
1459 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1460 to var_integer.
1461 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1462 for command 'set listsize'.
1463
1464 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1465
1466 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1467 variable LEN.
1468
1469 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1470
1471 PR 14119
1472 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1473 (frame_pop): Drop also TAILCALL_FRAME frames.
1474 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1475
1476 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1477 Pedro Alves <palves@redhat.com>
1478
1479 PR 14548
1480 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1481 function start if we are already at function start. Both for
1482 reverse-next and for reverse-step into function without line number
1483 info.
1484
1485 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1486
1487 Code cleanup - rename 'inline' depth to 'artificial' depth.
1488 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1489 frame_id_artificial_p, extend the comment.
1490 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1491 * frame.c (fprint_frame_id): Rename at a user, change debug output
1492 text to "artificial=".
1493 (skip_inlined_frames): Rename to ...
1494 (skip_artificial_frames): ... here. Extend the comment.
1495 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1496 (frame_id_inlined_p): Rename to ...
1497 (frame_id_artificial_p): ... here. Rename at a user.
1498 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1499 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1500 at a user.
1501 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1502 Extend the comment.
1503 (frame_id_inlined_p): Rename to ...
1504 (frame_id_artificial_p): ... here.
1505 * inline-frame.c (inline_frame_this_id): Rename at a user.
1506
1507 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1508
1509 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1510 vector variables using vector_size syntax rather than array
1511 syntax.
1512
1513 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1514
1515 * valarith.c (value_concat): Replace unsafe ALLOCA with
1516 XMALLOC/XFREE.
1517
1518 2012-09-14 Pedro Alves <palves@redhat.com>
1519
1520 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1521
1522 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1523
1524 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1525 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1526 data-directory as appropriate.
1527
1528 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1529
1530 * printcmd.c (ui_printf): Eliminate single-use variable
1531 PARAM_LEN.
1532
1533 2012-09-14 Yao Qi <yao@codesourcery.com>
1534 Pedro Alves <palves@redhat.com>
1535
1536 * valops.c (value_assign): Move observer_notify_target_changed
1537 below to replace reinit_frame_cache.
1538
1539 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1540
1541 Refactor Python "gdb" module into a proper Python package, by
1542 introducing a new "_gdb" module for code implemented in C, and
1543 using reload/__import__ instead of exec.
1544 * python/lib/gdb/__init__.py: Import * from _gdb.
1545 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1546 prompt_hook, sys.argv): Moved from finish_python_initialization.
1547 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1548 (packages, auto_load_packages): New list and function replacing
1549 module_dict and auto-loading code, using __file__ instead of
1550 gdb.PYTHONDIR and reload/__import__ instead of exec.
1551 (GdbSetPythonDirectory): Replacing function of the same name
1552 from finish_python_initialization, using reload/__import__ instead
1553 of exec, as well as call auto_load_packages.
1554 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1555 gdb_python_module and not gdb_module.
1556 * python/python-internal.h (gdb_python_module): Declare.
1557 * python/python.c (gdb_python_module): New global.
1558 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1559 (_initialize_python): Rename gdb module to _gdb.
1560 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1561 (finish_python_initialization): Move Python code to
1562 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1563 __main__.
1564
1565 2012-09-13 Pedro Alves <palves@redhat.com>
1566
1567 * Makefile.in (COMMON_OBS): Add registry.o.
1568 * registry.c: New file.
1569 * registry.h (struct registry_container): Declare.
1570 (registry_data_callback): New typedef.
1571 (struct registry_data, struct registry_data_registration, struct
1572 registry_data_registry): New type.
1573 (register_data_with_cleanup, registry_alloc_data)
1574 (registry_callback_adaptor, registry_clear_data)
1575 (registry_container_free_data, registry_set_data, registry_data):
1576 Declare.
1577 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1578 the new common structures and functions.
1579 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1580 callback typedefs.
1581
1582 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1583
1584 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1585 there is an error inserting hardware breakpoints and use the
1586 error message from the target.
1587
1588 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1589 Catch this exception and print the error message contained within. Do not
1590 print the default hardware error breakpoint message in this case.
1591
1592 2012-09-12 Doug Evans <dje@google.com>
1593
1594 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1595 cu == NULL.
1596
1597 2012-09-11 Doug Evans <dje@google.com>
1598
1599 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1600 .gdb_index symbol attributes if there are none.
1601
1602 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1603
1604 * symtab.h (struct minimal_symbol) [has_size]: New field.
1605 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1606 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1607 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1608 minimal symbols if the symbol's size is actually known.
1609 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1610 of msymbol's size field. Add comment.
1611 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1612 SET_MSYMBOL_SIZE to set the minimal symbol size.
1613
1614 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1615
1616 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1617 minimal_symbol struct object, rather than setting some of its
1618 fields one by one.
1619
1620 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1621
1622 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1623 passed_a_ptr flag when displaying typedef types.
1624
1625 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1626
1627 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1628 the optimized_out flag is preserved.
1629
1630 2012-09-10 Anthony Green <green@moxielogic.com>
1631
1632 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1633 prologue changes in GCC.
1634
1635 2012-09-10 Keith Seitz <keiths@redhat.com>
1636
1637 PR gdb/13483
1638 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1639 (BOOL_CONVERSION_BADNESS): ... this.
1640 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1641 (rank_one_type): Allow all boolean conversions
1642 permitted by the standard.
1643
1644 2012-09-06 Tom Tromey <tromey@redhat.com>
1645
1646 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1647 Don't decref py_objfile.
1648
1649 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1650
1651 Do not enable -lmcheck by default when Python is enabled with
1652 threading support.
1653 * configure.ac: (python_has_threads) New variable, by testing
1654 if WITH_THREAD is defined in Python.h.
1655 Move --enable-lmcheck after --with-python.
1656 Do not enable -lmcheck by default if python_has_threads=yes.
1657 Warn if --enable-lmcheck and python_has_threads=yes.
1658 * configure: Regenerate.
1659
1660 2012-08-31 Yao Qi <yao@codesourcery.com>
1661
1662 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1663 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1664 Update some commands.
1665 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1666 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1667 to 1.
1668
1669 2012-08-31 Yao Qi <yao@codesourcery.com>
1670
1671 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1672
1673 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1674
1675 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1676
1677 2012-08-29 Doug Evans <dje@google.com>
1678
1679 * main.c (print_gdb_help): Remove reference to
1680 --use-deprecated-index-sections.
1681
1682 2012-08-28 Yao Qi <yao@codesourcery.com>
1683
1684 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1685 (init_cmds): Call add_setshow_uinteger_cmd for command
1686 'max-user-call-depth'.
1687 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1688 declaration of 'max_user_call_depth'.
1689 * frame.c (backtrace_limit): Add 'unsigned'.
1690 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1691 'limit'.
1692 * remote.c (remoteaddresssize): Add 'unsigned'.
1693 (remote_address_masked): Change local var 'address_size' to
1694 'unsigned'.
1695 (_initialize_remote): Call add_setshow_uinteger_cmd for
1696 'remoteaddresssize'.
1697 * top.c (history_size): Add 'unsigned'.
1698 (show_commands): Change local variables to 'unsigned'.
1699 (set_history_size_command): Don't check history_size is negative.
1700 Adjust the condition to call unstifle_history and set history_size
1701 to UNIT_MAX.
1702
1703 2012-08-28 Pedro Alves <palves@redhat.com>
1704
1705 PR gdb/14428
1706
1707 * infcmd.c (default_print_one_register_info): New, factored out
1708 from default_print_registers_info.
1709 (default_print_registers_info): Use it. Mark value unavailable if
1710 necessary.
1711 (registers_info): Print user registers with
1712 default_print_one_register_info.
1713
1714 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1715
1716 PR tui/14486
1717 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1718 is not NULL before referencing it.
1719
1720 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1723 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1724 original PC for it.
1725
1726 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1727 Jan Kratochvil <jan.kratochvil@redhat.com>
1728
1729 * auto-load.c (auto_load_objfile_script): Rename to ...
1730 (auto_load_objfile_script_1): ... here, change variable realname to
1731 parameter realname, document it, add return value, add variable retval.
1732 (auto_load_objfile_script): New function.
1733
1734 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1735
1736 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1737 followed by a whitespace.
1738
1739 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 PR gdb/14494.
1742 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1743 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1744 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1745 here.
1746
1747 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1748
1749 * memattr.c (create_mem_region): Fix memory region overlapping
1750 checking.
1751
1752 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1753
1754 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1755 with xmalloc/cleanup.
1756 * mt-tdep.c (mt_push_dummy_call): Likewise.
1757 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1758 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1759
1760 2012-08-24 Yao Qi <yao@codesourcery.com>
1761
1762 * jv-exp.y (push_expression_name): Add "." at the end of error
1763 message.
1764
1765 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1766
1767 Document how to return from "python-interactive" to GDB.
1768 * python/python.c (_initialize_python): Update documentation.
1769
1770 2012-08-23 Pedro Alves <palves@redhat.com>
1771
1772 * infrun.c (_initialize_infrun) <handle command help text>:
1773 Mention that multiple signals are supported.
1774
1775 2012-08-23 Pedro Alves <palves@redhat.com>
1776
1777 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1778 string.
1779
1780 2012-08-23 Yao Qi <yao@codesourcery.com>
1781
1782 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1783 (tfind_1): Don't call registers_changed, set_traceframe_num,
1784 and clear_traceframe_info.
1785 Call set_current_traceframe.
1786 (set_current_traceframe): call set_traceframe_num.
1787
1788 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1789
1790 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1791 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1792
1793 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1794
1795 Enable readline in Python in a GDB-specific way and block the
1796 standard Python readline module to prevent conflicts with GDB.
1797 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1798 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1799 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1800 * python/py-gdb-readline.c: New file.
1801 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1802 prototype.
1803 * python/python.c (_initialize_python): Call
1804 gdbpy_initialize_gdb_readline.
1805
1806 2012-08-22 Keith Seitz <keiths@redhat.com>
1807
1808 * defs.h: Include build-gnulib/config.h
1809
1810 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1811
1812 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1813 and blx pc.
1814
1815 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1816
1817 Add a new "python-interactive" command that starts a standard
1818 Python interactive prompt with "pi" as alias, and add "py" as
1819 an alias to "python".
1820 * NEWS: Mention the new commands.
1821 * python/python.c (eval_python_command): New function.
1822 (python_interactive_command): For "python-interactive" with
1823 arguments, call eval_python_command. For "python-interactive"
1824 without arguments, call PyRun_InteractiveLoop.
1825 (_initialize_python): Add "python-interactive" command with
1826 "pi" as alias, and add "py" as an alias to "python".
1827
1828 2012-08-22 Tom Tromey <tromey@redhat.com>
1829
1830 * defs.h (quit_flag): Don't declare.
1831 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1832 (QUIT): Use new functions.
1833 * event-top.c (command_handler): Use clear_quit_flag.
1834 (handle_sigint): Use set_quit_flag.
1835 (async_request_quit): Use check_quit_flag. Don't check
1836 immediate_quit.
1837 * exceptions.c (throw_exception): Use clear_quit_flag.
1838 * main.c (captured_main): Use clear_quit_flag.
1839 * python/python.c (clear_quit_flag, set_quit_flag)
1840 (check_quit_flag): New functions.
1841 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1842 clear_quit_flag.
1843 * remote.c (remote_wait_as): Use check_quit_flag,
1844 clear_quit_flag.
1845 (remote_start_remote): Call QUIT.
1846 * symfile.c (load_progress): Use check_quit_flag.
1847 * top.c (command_loop): Use clear_quit_flag.
1848 (command_line_input): Call QUIT.
1849 * utils.c (quit_flag): Conditionally define.
1850 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1851 functions.
1852 (prompt_for_continue): Call QUIT. Use quit, not
1853 async_request_quit.
1854 * remote-mips.c (mips_expect_timeout): Call QUIT.
1855 * monitor.c (monitor_expect): Call QUIT.
1856
1857 2012-08-22 Tom Tromey <tromey@redhat.com>
1858
1859 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1860 (async_init_signals): Update.
1861 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1862 (SIGWINCH_HANDLER_BODY): Remove.
1863
1864 2012-08-22 Tom Tromey <tromey@redhat.com>
1865
1866 * jit.c (jit_object_close_impl): Don't malloc the objfile
1867 name.
1868 * objfiles.c (allocate_objfile): Don't malloc the objfile
1869 name.
1870 (free_objfile): Don't free the objfile name.
1871 * objfiles.h (struct objfile) <name>: Update comment.
1872 * symfile.c (reread_symbols): Fix reference counting. Don't
1873 malloc objfile name.
1874
1875 2012-08-22 Tom Tromey <tromey@redhat.com>
1876
1877 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1878 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1879 (symfile_bfd_open): Likewise.
1880 (generic_load): Likewise.
1881 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1882 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1883 gdb_bfd_open.
1884 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1885 Use gdb_bfd_open.
1886 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1887 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1888 (pmon_load_fast): Likewise.
1889 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1890 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1891 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1892 (macho_check_dsym): Likewise.
1893 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1894 (m32r_upload_command): Likewise.
1895 * gdb_bfd.h (gdb_bfd_cache): Declare.
1896 * gdb_bfd.c (struct gdb_bfd_data): New.
1897 (gdb_bfd_cache): New global.
1898 (struct gdb_bfd_cache_search): New.
1899 (hash_bfd): New function.
1900 (eq_bfd): Likewise.
1901 (gdb_bfd_open): Likewise.
1902 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1903 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1904 gdb_bfd_data.
1905 * exec.c (exec_file_attach): Use gdb_bfd_open.
1906 * dsrec.c (load_srec): Use gdb_bfd_open.
1907
1908 2012-08-22 Tom Tromey <tromey@redhat.com>
1909
1910 * dwarf2read.c (macro_start_file): Update.
1911 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1912 (free_objfile_per_bfd_storage): Destroy macro_cache.
1913 (allocate_objfile, free_objfile): Update.
1914 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1915 New field.
1916 (struct objfile) <macro_cache>: Remove.
1917 * symfile.c (reread_symbols): Update.
1918 * symmisc.c (print_symbol_bcache_statistics): Update.
1919 (print_objfile_statistics): Update.
1920
1921 2012-08-22 Tom Tromey <tromey@redhat.com>
1922
1923 * elfread.c (elf_symtab_read): Update.
1924 * objfiles.c (objfiles_bfd_data): New global.
1925 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1926 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1927 (allocate_objfile, free_objfile): Update.
1928 (_initialize_objfiles): Initialize objfiles_bfd_data.
1929 * objfiles.h (struct objfile_per_bfd_storage): New.
1930 (struct objfile) <per_bfd>: New field.
1931 <filename_cache>: Remove.
1932 (set_objfile_per_bfd): Declare.
1933 * symfile.c (reread_symbols): Update. Call
1934 set_objfile_per_bfd.
1935 (allocate_symtab): Update.
1936 * symmisc.c (print_symbol_bcache_statistics): Update.
1937 (print_objfile_statistics): Print the size of the BFD obstack.
1938
1939 2012-08-22 Tom Tromey <tromey@redhat.com>
1940
1941 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1942 * gdb_bfd.c: Use DEFINE_REGISTRY.
1943 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1944 (gdb_bfd_ref): Call bfd_alloc_data.
1945 (gdb_bfd_unref): Call bfd_free_data.
1946
1947 2012-08-22 Tom Tromey <tromey@redhat.com>
1948
1949 * registry.h (struct registry_fields): New.
1950 (REGISTRY_FIELDS): Redefine.
1951 (REGISTRY_ACCESS_FIELD): New macro.
1952 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1953 functions.
1954
1955 2012-08-22 Tom Tromey <tromey@redhat.com>
1956
1957 * auto-load.c (_initialize_auto_load): Update.
1958 * solib-svr4.c (_initialize_svr4_solib): Update
1959 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1960 * solib-darwin.c (_initialize_darwin_solib): Update.
1961 * registry.h: New file.
1962 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1963 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1964 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1965 (register_program_space_data_with_cleanup)
1966 (register_program_space_data, program_space_alloc_data)
1967 (clear_program_space_data, set_program_space_data)
1968 (program_space_data): Don't declare.
1969 * progspace.c: Use DEFINE_REGISTRY.
1970 (struct program_space_data, struct
1971 program_space_data_registration, struct
1972 program_space_data_registry, program_space_data_registry)
1973 (register_program_space_data_with_cleanup)
1974 (register_program_space_data, program_space_alloc_data)
1975 (program_space_free_data, clear_program_space_data)
1976 (set_program_space_data, program_space_data): Remove.
1977 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1978 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1979 (register_objfile_data_with_cleanup, register_objfile_data)
1980 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1981 declare.
1982 * objfiles.c: Use DEFINE_REGISTRY.
1983 (struct objfile_data, struct objfile_data_registration, struct
1984 objfile_data_registry, objfile_data_registry)
1985 (register_objfile_data_with_cleanup, register_objfile_data)
1986 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1987 (set_objfile_data, objfile_data): Remove.
1988 (_initialize_objfiles): Update.
1989 * jit.c (_initialize_jit): Update.
1990 * inflow.c (_initialize_inflow): Update.
1991 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1992 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1993 (register_inferior_data_with_cleanup, register_inferior_data)
1994 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1995 declare.
1996 * inferior.c: Use DEFINE_REGISTRY.
1997 (struct inferior_data, struct inferior_data_registration, struct
1998 inferior_data_registry, inferior_data_registry)
1999 (register_inferior_data_with_cleanup, register_inferior_data)
2000 (inferior_alloc_data, inferior_free_data clear_inferior_data)
2001 (set_inferior_data, inferior_data): Remove.
2002 * auxv.c (_initialize_auxv): Update.
2003 * ada-lang.c (_initialize_ada_language): Update.
2004 * breakpoint.c (_initialize_breakpoint): Update.
2005 * i386-nat.c (i386_use_watchpoints): Update.
2006
2007 2012-08-22 Tom Tromey <tromey@redhat.com>
2008
2009 * exec.c (exec_close, exec_file_attach): Update.
2010 (add_to_section_table): Initialize 'key' field.
2011 (add_target_sections, remove_target_sections): Add 'key' argument.
2012 * exec.h (add_target_sections, remove_target_sections): Add
2013 'key' argument.
2014 * solib.c (solib_map_sections, update_solib_list, clear_solib)
2015 (reload_shared_libraries_1): Update.
2016 * target.h (struct target_section) <key>: New field.
2017
2018 2012-08-22 Tom Tromey <tromey@redhat.com>
2019
2020 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2021
2022 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
2023
2024 * symfile.c (allocate_symtab): Use host_address_to_string
2025 function instead of cast of pointer to long which is not
2026 compatible with x86_64-w64-mingw32 build.
2027
2028 2012-08-19 Andrew Pinski <apinski@cavium.com>
2029
2030 * mips-tdep.c (is_octeon): New function.
2031 (is_octeon_bbit_op): New function.
2032 (mips32_next_pc): Handle Octeon's bbit instructions.
2033 (mips32_instruction_has_delay_slot): Likewise.
2034
2035 2012-08-19 Andrew Pinski <apinski@cavium.com>
2036
2037 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2038 before the function.
2039
2040 2012-08-19 Andrew Pinski <apinski@cavium.com>
2041
2042 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2043
2044 2012-08-19 Keith Seitz <keiths@redhat.com>
2045
2046 PR c++/14365
2047 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2048 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2049
2050 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2051
2052 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2053 The typo broke "make TAGS".
2054
2055 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2056
2057 GDB 7.5 released.
2058
2059 2012-08-17 Keith Seitz <keiths@redhat.com>
2060
2061 PR c++/13356
2062 * gdbtypes.c (strict_type_checking): New variable.
2063 (show_strict_type_checking): New function.
2064 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2065 if strict type checking is disabled.
2066 (_initialize_gdbtypes): Add "check type" subcommand.
2067 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2068
2069 2012-08-17 Keith Seitz <keiths@redhat.com>
2070
2071 * language.h (type_mode): Remove.
2072 (type_check): Remove.
2073 (struct language_defn): Remove la_type_check.
2074 (STRICT_TYPE): Remove unused macro.
2075 (type_error): Remove.
2076 * language.c (set_type_range_case): Renamed to ...
2077 (set_range_case): ... this. Update all callers.
2078 Remove type_mode/type_check.
2079 (type_mode): Remove.
2080 (type_check): Remove.
2081 (show_type_command): Remove.
2082 (set_type_command): Remove.
2083 (language_info): Remove type checking output.
2084 (type_error): Remove unused function.
2085 (range_error): Update comment.
2086 (unknown_language_defn): Remove la_type_check.
2087 (auto_language_defn): Likewise.
2088 (local_language_defn): Likewise.
2089 (_initialize_language): Remove "check type" subcommand.
2090 * ada-lang.c (ada_language_defn): Remove la_type_check.
2091 * c-lang.c (c_language_defn): Likewise.
2092 (cplus_language_defn): Likewise.
2093 (asm_language_defn): Likewise.
2094 (minimal_language_defn): Likewise.
2095 * d-lang.c (d_language_defn): Likewise.
2096 * f-lang.c (f_language_defn): Likewise.
2097 * go-lang.c (go_language_defn): Likewise.
2098 * jv-lang.c (java_language_defn): Likewise.
2099 * m2-lang.c (m2_language_defn): Likewise.
2100 * objc-lang.c (objc_language_defn): Likewise.
2101 * opencl-lang.c (opencl_language_defn): Likewise.
2102 * p-lang.c (pascal_language_defn): Likewise.
2103
2104 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2105
2106 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2107
2108 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2109
2110 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2111 New function.
2112 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2113 using the regache. Use ia64_hpux_get_register_from_save_state_t
2114 to access the bsp and bspstore registers if not.
2115
2116 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2117
2118 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2119 * breakpoint.c (detach_breakpoints): Change pid parameter into
2120 a ptid. Adjust code accordingly.
2121 * infrun.c (handle_inferior_event): Delete variable child_pid.
2122 Update call to detach_breakpoints to pass the child ptid for
2123 fork events.
2124 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2125 assert that inferior_ptid's lwp is zero.
2126 (linux_handle_extended_wait): Update call to detach_breakpoints.
2127 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2128 detach_breakpoints.
2129
2130 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2131
2132 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2133 parent, only call detach_breakpoints if tts.tts_event ==
2134 TTEVT_VFORK.
2135
2136 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2137
2138 * dwarf2-frame.c (dwarf2_frame_cache): Use
2139 get_frame_address_in_block instead of get_frame_pc as
2140 the bound for executing the frame's FDE.
2141
2142 2012-08-16 Yao Qi <yao@codesourcery.com>
2143
2144 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2145 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2146 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2147 (c_type_print_varspec_suffix): Likewise.
2148 * eval.c (evaluate_subexp_standard): Likewise.
2149 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2150 (f_type_print_varspec_suffix): Likewise.
2151 * gdbtypes.c (is_scalar_type): Likewise.
2152 (recursive_dump_type): Likewise.
2153 * infcall.c (value_arg_coerce): Likewise.
2154 * m2-valprint.c (m2_val_print): Likewise.
2155 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2156 (pascal_type_print_varspec_suffix): Likewise.
2157 (pascal_type_print_base): Likewise.
2158 * p-valprint.c (pascal_val_print): Likewise.
2159 (pascal_val_print): Likewise.
2160 * valops.c (value_slice): Likewise.
2161 * valprint.c (scalar_type_p): Likewise.
2162 * valarith.c (value_bitstring_subscript): Remove.
2163 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2164 Remove comment on TYPE_CODE_BITSTRING.
2165
2166 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2167 TYPE_CODE_BITSTRING.
2168
2169 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2170 slot 0.
2171
2172 2012-08-16 Yao Qi <yao@codesourcery.com>
2173
2174 * tracepoint.c (trace_find_none_command): Remove.
2175 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2176
2177 2012-08-16 Yao Qi <yao@codesourcery.com>
2178
2179 * remote.c (handle_notification): Remove parameter 'length'.
2180 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2181
2182 2012-08-15 Keith Seitz <keiths@redhat.com>
2183
2184 * gdbtypes.c (opaque_type_resolution): Make static.
2185 Add missing comment.
2186 (overload_debug): Add missing comment.
2187 (show_opaque_type_resolution): Likewise.
2188 (show_overload_debug): Likewise.
2189 (print_bit_vector): Remove unnecessary forward declaration.
2190 (print_arg_types): Likewise.
2191 (dump_fn_fieldlists): Likewise.
2192 (print_cplus_stuff): Likewise.
2193
2194 2012-08-15 Tom Tromey <tromey@redhat.com>
2195
2196 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2197 (gdb_bfd_ref): Initialize new field.
2198 (gdb_bfd_unref): Unref the archive BFD.
2199 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2200 parent archive.
2201
2202 2012-08-15 Tom Tromey <tromey@redhat.com>
2203
2204 PR python/14387:
2205 * python/py-bpevent.c (create_breakpoint_event_object): Update
2206 comment.
2207 * python/py-event.c (evpy_add_attribute): Update comment.
2208 * python/py-exitedevent.c (create_exited_event_object): Fix
2209 reference counting and error handling.
2210 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2211 Fix reference counting.
2212 * python/py-signalevent.c (create_signal_event_object): Fix
2213 reference counting and error handling.
2214 * python/py-stopevent.c (emit_stop_event): Fix reference
2215 counting.
2216 * python/py-threadevent.c (get_event_thread): Return a
2217 borrowed reference.
2218 * python/py-type.c (convert_field): Fix reference counting.
2219
2220 2012-08-15 Tom Tromey <tromey@redhat.com>
2221
2222 * dwarf2read.c (dwarf_decode_macro_bytes)
2223 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2224 as hash key.
2225
2226 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2227
2228 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2229 stepi, nexti, finish, next, step, jump, and continue commands.
2230 * infrun.c (_initialize_infrun): Update help text for the handle
2231 command.
2232
2233 2012-08-14 Doug Evans <dje@google.com>
2234
2235 * gdbtypes.c (struct extra): Delete, unused.
2236
2237 * gdbtypes.c: Whitespace cleanup.
2238 (address_space_name_to_int): Remove "extern" from definition.
2239 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2240
2241 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2242 TYPE_POINTER_TYPE (type).
2243
2244 2012-08-14 Gary Benson <gbenson@redhat.com>
2245
2246 * solib-svr4.c (svr4_free_library_list): Use free_so.
2247
2248 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2249
2250 * .gitignore: Add go-exp.c.
2251
2252 2012-08-13 Doug Evans <dje@google.com>
2253
2254 * value.c (show_convenience): Tweak comment.
2255 (_initialize_values): Mention convenience functions in the help text
2256 for "show convenience".
2257
2258 2012-08-13 Yao Qi <yao@codesourcery.com>
2259
2260 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2261 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2262 TERNOP_SLICE_COUNT.
2263 * eval.c (evaluate_subexp_standard): Likewise.
2264 * expprint.c (print_subexp_standard): Likewise.
2265 (dump_subexp_body_standard): Likewise.
2266 * parse.c (operator_length_standard): Likewise.
2267
2268 2012-08-13 Yao Qi <yao@codesourcery.com>
2269
2270 * std-operator.def: Remove OP_BITSTRING.
2271 * breakpoint.c (watchpoint_exp_is_const): Update.
2272 * eval.c (evaluate_subexp_standard): Remove handling to
2273 OP_BITSTRING.
2274 * expprint.c (print_subexp_standard): Likewise.
2275 (dump_subexp_body_standard): Likewise.
2276 * parse.c (operator_length_standard): Likewise.
2277 * valops.c (value_bitstring): Remove.
2278 * value.h: Remove the declaration of 'value_bitstring'.
2279
2280 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * linespec.c (find_methods): Remove unused variables `i1' and
2283 `name_len'.
2284 (decode_line_full): Likewise for `arg_start'.
2285
2286 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2287
2288 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2289 (zlib_decompress_section): Likewise for `section_data'.
2290 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2291
2292 2012-08-10 Doug Evans <dje@google.com>
2293
2294 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2295 * NEWS: Document them.
2296 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2297 function/strfns.py.
2298 * python/py-type.c (typy_array_1): New function.
2299 (typy_array): Call it.
2300 (typy_vector): New function.
2301 (type_object_methods): Add "vector".
2302 * python/lib/gdb/function/__init__.py: New file.
2303 * python/lib/gdb/function/strfns.py: New file.
2304
2305 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2306
2307 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2308 for TYPE_FIELD_BITPOS.
2309 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2310
2311 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2312
2313 PR cli/10436:
2314 * common/vec.h (VEC_merge): Define.
2315 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2316 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2317 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2318 * completer.c: Include gdb_signals.h.
2319 (signal_completer): Define.
2320 * completer.h (signal_completer): Add prototype.
2321 * infcmd.c (_initialize_infcmd): Assign the command
2322 completer for "signal" to handle_completer.
2323 * infrun.c: Include completer.h.
2324 (handle_completer): Define.
2325 (_initialize_infrun): Declare a new local variable c. Store the
2326 result of add_com("handle") to it. Assign the command
2327 completer for "handle" to handle_completer.
2328
2329 2012-08-09 Yao Qi <yao@codesourcery.com>
2330
2331 * cli/cli-decode.c (set_cmd_prefix): New.
2332 (lookup_cmd_for_prefixlist): New.
2333 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2334 of each cmd_list_element in *prefixlist.
2335 (add_setshow_cmd_full): set_cmd_prefix.
2336 (add_alias_cmd): Likewise.
2337 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2338 Declare 'auto_boolean_enums'.
2339 * cli/cli-setshow.c: Include "observer.h".
2340 (notify_command_param_changed_p): New.
2341 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2342 Remove 'static'.
2343 (do_setshow_command): Split it to ...
2344 (do_set_command, do_show_command): ... them. New.
2345 (do_set_command): Call observer_notify_command_param_changed if
2346 notify_command_param_changed_p returns true.
2347 (cmd_show_list): Caller update.
2348 * auto-load.c (set_auto_load_cmd): Likewise.
2349 * remote.c (show_remote_cmd): Likewise.
2350 * cli/cli-setshow.h: Update declarations.
2351 * top.c (execute_command): Call do_set_command and do_show_command.
2352
2353 * NEWS: Mention new MI notification.
2354 * mi/mi-interp.c: Declare mi_command_param_changed.
2355 (mi_interpreter_init): Attach mi_command_param_changed to
2356 observer command_param_changed.
2357 (mi_command_param_changed): New.
2358 Remove mi_suppress_breakpoint_notifications.
2359 Define global variable mi_suppress_notification.
2360 (mi_breakpoint_created): Update.
2361 (mi_breakpoint_deleted): Likewise.
2362 (mi_breakpoint_modified): Likewise.
2363 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2364 'gdb-set' and set mi_suppress_notification.
2365 * mi/mi-main.h: (mi_suppress_notification): New struct.
2366
2367 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2368 Jan Kratochvil <jan.kratochvil@redhat.com>
2369
2370 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2371
2372 2012-08-09 Yao Qi <yao@codesourcery.com>
2373
2374 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2375 (skiplist): Move it to skip.c.
2376 (init_cmd_lists): Remove code setting enablebreaklist and
2377 skiplist to NULL.
2378 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2379 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2380 skiplist.
2381 * gdbcmd.h: Likewise.
2382 * skip.c (_initialize_step_skip): Move 'skiplist' from
2383 cli/cli-cmds.c.
2384
2385 2012-08-09 Yao Qi <yao@codesourcery.com>
2386
2387 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2388 * gnu-nat.c, symfile.c: Likewise.
2389
2390 2012-08-08 Aaron Gamble <agamble@google.com>
2391
2392 * utils.c (prompt_for_continue_wait_time): New static global.
2393 (make_command_stats_cleanup): Initialize it.
2394 (report_command_stats): Subtract time waiting for user.
2395 (prompt_for_continue): Track time waiting for user.
2396 (defaulted_query): Track time waiting for user.
2397
2398 2012-08-08 Doug Evans <dje@google.com>
2399
2400 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2401 UNOP_MEMVAL_TYPE.
2402 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2403 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2404 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2405 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2406 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2407 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2408 elt.
2409 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2410 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2411 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2412 (dump_prefix_expression): Handle OP_TYPE.
2413
2414 2012-08-08 Keith Seitz <keiths@redhat.com>
2415
2416 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2417 addr_start.
2418
2419 2012-08-08 Doug Evans <dje@google.com>
2420
2421 * linux-thread-db.c: #include "gdb_vecs.h".
2422 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2423 updated.
2424 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2425 (thread_db_load_search): Use a vector to iterate over path elements.
2426 Handle text appearing after "$pdir".
2427
2428 * gdb_string.h: Moved to ...
2429 * common/gdb_string.h: ... here.
2430 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2431 gdb_string.h and gdb_assert.h.
2432
2433 2012-08-08 Yao Qi <yao@codesourcery.com>
2434
2435 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2436 (tic6x_value_to_register): Likewise.
2437 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2438 and set_gdbarch_value_to_register.
2439
2440 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2441 Jean-Marc Saffroy <saffroy@gmail.com>
2442
2443 PR 11804
2444 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2445 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2446 * gcore.c (gcore_create_callback): New function comment. Add modified
2447 parameter. Only write modified regions. Set SEC_READONLY exactly
2448 according to MODIFIED.
2449 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2450 the passed modified value to FUNC.
2451 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2452 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2453 first. New variables modified and has_anonymous. Parse the lines of
2454 smaps file. Add the passed MODIFIED value to FUNC.
2455 * procfs.c (find_memory_regions_callback): Add the passed modified
2456 value.
2457
2458 2012-08-06 Tom Tromey <tromey@redhat.com>
2459
2460 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2461 (dwarf2_frame_cache): Use it.
2462 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2463 cache initialization constraint.
2464
2465 2012-08-06 Tom Tromey <tromey@redhat.com>
2466
2467 PR python/14386:
2468 * varobj.c (update_dynamic_varobj_children): Don't call
2469 PyIter_Check.
2470
2471 2012-08-06 Tom Tromey <tromey@redhat.com>
2472
2473 PR cli/14392:
2474 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2475
2476 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2477
2478 * NEWS: New entry for 'cd' default parameters.
2479 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2480
2481 2012-08-03 Tom Tromey <tromey@redhat.com>
2482
2483 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2484 return.
2485
2486 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2487
2488 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2489 to attempting lseek/write.
2490 (inf_child_fileio_pread): Likewise for pread.
2491
2492 2012-08-02 Yao Qi <yao@codesourcery.com>
2493
2494 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2495 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2496 add_setshow_zinteger_cmd.
2497 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2498 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2499 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2500 instead of add_setshow_zinteger_cmd.
2501 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2502 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2503 instead of add_setshow_zinteger_cmd.
2504 * frame.c (frame_debug): Add 'unsigned'.
2505 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2506 add_setshow_zinteger_cmd.
2507 * frame.h: Update the declaration of 'frame_debug'.
2508 * gdbtypes.c (overload_debug): Add 'unsigned'.
2509 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2510 add_setshow_zinteger_cmd.
2511 * inferior.h: Update declaration of 'debug_infrun'.
2512 * infrun.c (debug_infrun): Add 'unsigned'.
2513 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2514 add_setshow_zinteger_cmd.
2515 * jit.c (jit_debug): Add 'unsigned'.
2516 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2517 add_setshow_zinteger_cmd.
2518 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2519 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2520 instead of add_setshow_zinteger_cmd.
2521 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2522 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2523 add_setshow_zinteger_cmd.
2524 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2525 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2526 instead of add_setshow_zinteger_cmd.
2527 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2528 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2529 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2530 intead of add_setshow_zinteger_cmd.
2531 * mips-tdep.c (mips_debug): Add 'unsigned'.
2532 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2533 instead of add_setshow_zinteger_cmd.
2534 * monitor.c (monitor_debug): Add 'unsigned'.
2535 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2536 add_setshow_zinteger_cmd.
2537 * observer.c (observer_debug): Add 'unsigned'.
2538 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2539 add_setshow_zinteger_cmd.
2540 * parse.c (expressiondebug): Add 'unsigned'.
2541 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2542 add_setshow_zinteger_cmd.
2543 * record.c (record_debug): Add 'unsigned'.
2544 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2545 add_setshow_zinteger_cmd.
2546 * record.h: Update the declaration of 'record_debug'.
2547 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2548 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2549 add_setshow_zinteger_cmd.
2550 * serial.c (global_serial_debug_p): Add 'unsigned'.
2551 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2552 add_setshow_zinteger_cmd.
2553 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2554 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2555 add_setshow_zinteger_cmd.
2556 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2557 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2558 add_setshow_zinteger_cmd.
2559 * target.c (targetdebug): Add 'unsigned'.
2560 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2561 add_setshow_zinteger_cmd.
2562 * valops.c (overload_debug): Add 'unsigned'.
2563 * varobj.c (varobjdebug): Add 'unsigned'.
2564 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2565 add_setshow_zinteger_cmd.
2566 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2567 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2568 instead of add_setshow_zinteger_cmd.
2569
2570 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2571 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2572 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2573 instead of add_setshow_zinteger_cmd.
2574 * gdbarch.c, gdbarch.h: Re-generated.
2575
2576 2012-08-02 Yao Qi <yao@codesourcery.com>
2577
2578 * nto-tdep.c: Don't include cli/cli-decode.h and
2579 cli/cli-cmds.h.
2580 (_initialize_nto_tdep): Remove.
2581 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2582 Remove field.
2583 Remove macro nto_internal_debugging.
2584
2585 2012-08-01 Richard Henderson <rth@redhat.com>
2586
2587 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2588 (mep-*-*) [gdb_target_obs]: Likewise.
2589
2590 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2591
2592 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2593 linux_get_siginfo_type.
2594
2595 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2596
2597 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2598 AT_ENTRY_POINT.
2599 (call_function_by_hand) <ON_STACK>: Call write_memory with
2600 gdbarch_breakpoint_from_pc, if possible.
2601 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2602 here.
2603
2604 2012-07-31 Yao Qi <yao@codesourcery.com>
2605
2606 * tracepoint.c: Add 'static' for some variables.
2607
2608 2012-07-31 Yao Qi <yao@codesourcery.com>
2609
2610 * go32-nat.c: Declare _initialize_go32_nat.
2611 * ser-go32.c: Declare _initialize_ser_dos.
2612 * top.c (do_chdir_cleanup): Add 'static'.
2613
2614 2012-07-30 Keith Seitz <keiths@redhat.com>
2615
2616 * linespec.c (linespec_lex_number): A number followed
2617 by quotes is a valid number, too.
2618
2619 2012-07-30 Tom Tromey <tromey@redhat.com>
2620
2621 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2622
2623 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2624
2625 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2626 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2627
2628 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2629
2630 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2631 invalid or reevaluated to prevent prevent references to possibly
2632 delete'd type objects being left in the varobj.
2633
2634 2012-07-27 Tom Tromey <tromey@redhat.com>
2635 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * copying.awk: Print buffer-read-only and vi ro markers.
2638 * copying.c: Rebuild.
2639 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2640 * gdbarch.c, gdbarch.h: Rebuild.
2641 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2642 buffer-read-only and vi ro markers.
2643 * features/arm-with-iwmmxt.c: Rebuild.
2644 * features/arm-with-m-fpa-layout.c: Rebuild.
2645 * features/arm-with-m-vfp-d16.c: Rebuild.
2646 * features/arm-with-m.c: Rebuild.
2647 * features/arm-with-neon.c: Rebuild.
2648 * features/arm-with-vfpv2.c: Rebuild.
2649 * features/arm-with-vfpv3.c: Rebuild.
2650 * features/i386/amd64-avx-linux.c: Rebuild.
2651 * features/i386/amd64-avx.c: Rebuild.
2652 * features/i386/amd64-linux.c: Rebuild.
2653 * features/i386/amd64.c: Rebuild.
2654 * features/i386/i386-avx-linux.c: Rebuild.
2655 * features/i386/i386-avx.c: Rebuild.
2656 * features/i386/i386-linux.c: Rebuild.
2657 * features/i386/i386-mmx-linux.c: Rebuild.
2658 * features/i386/i386-mmx.c: Rebuild.
2659 * features/i386/i386.c: Rebuild.
2660 * features/i386/x32-avx-linux.c: Rebuild.
2661 * features/i386/x32-avx.c: Rebuild.
2662 * features/i386/x32-linux.c: Rebuild.
2663 * features/i386/x32.c: Rebuild.
2664 * features/mips-dsp-linux.c: Rebuild.
2665 * features/mips-linux.c: Rebuild.
2666 * features/mips64-dsp-linux.c: Rebuild.
2667 * features/mips64-linux.c: Rebuild.
2668 * features/rs6000/powerpc-32.c: Rebuild.
2669 * features/rs6000/powerpc-32l.c: Rebuild.
2670 * features/rs6000/powerpc-403.c: Rebuild.
2671 * features/rs6000/powerpc-403gc.c: Rebuild.
2672 * features/rs6000/powerpc-405.c: Rebuild.
2673 * features/rs6000/powerpc-505.c: Rebuild.
2674 * features/rs6000/powerpc-601.c: Rebuild.
2675 * features/rs6000/powerpc-602.c: Rebuild.
2676 * features/rs6000/powerpc-603.c: Rebuild.
2677 * features/rs6000/powerpc-604.c: Rebuild.
2678 * features/rs6000/powerpc-64.c: Rebuild.
2679 * features/rs6000/powerpc-64l.c: Rebuild.
2680 * features/rs6000/powerpc-7400.c: Rebuild.
2681 * features/rs6000/powerpc-750.c: Rebuild.
2682 * features/rs6000/powerpc-860.c: Rebuild.
2683 * features/rs6000/powerpc-altivec32.c: Rebuild.
2684 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2685 * features/rs6000/powerpc-altivec64.c: Rebuild.
2686 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2687 * features/rs6000/powerpc-cell32l.c: Rebuild.
2688 * features/rs6000/powerpc-cell64l.c: Rebuild.
2689 * features/rs6000/powerpc-e500.c: Rebuild.
2690 * features/rs6000/powerpc-e500l.c: Rebuild.
2691 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2692 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2693 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2694 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2695 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2696 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2697 * features/rs6000/powerpc-vsx32.c: Rebuild.
2698 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2699 * features/rs6000/powerpc-vsx64.c: Rebuild.
2700 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2701 * features/rs6000/rs6000.c: Rebuild.
2702 * features/s390-linux32.c: Rebuild.
2703 * features/s390-linux32v1.c: Rebuild.
2704 * features/s390-linux32v2.c: Rebuild.
2705 * features/s390-linux64.c: Rebuild.
2706 * features/s390-linux64v1.c: Rebuild.
2707 * features/s390-linux64v2.c: Rebuild.
2708 * features/s390x-linux64.c: Rebuild.
2709 * features/s390x-linux64v1.c: Rebuild.
2710 * features/s390x-linux64v2.c: Rebuild.
2711 * features/tic6x-c62x-linux.c: Rebuild.
2712 * features/tic6x-c62x.c: Rebuild.
2713 * features/tic6x-c64x-linux.c: Rebuild.
2714 * features/tic6x-c64x.c: Rebuild.
2715 * features/tic6x-c64xp-linux.c: Rebuild.
2716 * features/tic6x-c64xp.c: Rebuild.
2717
2718 2012-07-27 Tom Tromey <tromey@redhat.com>
2719
2720 * c-exp.y (classify_name): Avoid assignment in condition.
2721
2722 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2723
2724 * amd64-windows-tdep.c: Include "frame.h".
2725 (amd64_windows_skip_trampoline_code): New function.
2726 (amd64_windows_init_abi): Add trampoline registration.
2727
2728 2012-07-27 Yao Qi <yao@codesourcery.com>
2729
2730 * tracepoint.c (cur_traceframe_number): Remove.
2731 (set_tfile_traceframe): Remove.
2732 (tfile_trace_find, tfile_fetch_registers): Update callers.
2733 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2734 (tfile_open, tfile_trace_find): Likewise.
2735
2736 2012-07-27 Yao Qi <yao@codesourcery.com>
2737
2738 * thread.c (switch_to_thread): Don't call registers_changed.
2739
2740 2012-07-26 Tom Tromey <tromey@redhat.com>
2741
2742 * Makefile.in (SFILES): Remove objc-exp.y.
2743 (YYFILES): Remove objc-exp.c.
2744 (YYOBJ): Remove objc-exp.o.
2745 (local-maintainer-clean): Don't mention objc-exp.c.
2746 * c-exp.y: Include objc-lang.h.
2747 (%union) <class>: New field.
2748 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2749 (exp): Clone subscript production for OBJC_LBRAC. Add various
2750 Objective C productions.
2751 (msglist, msgarglist, msgarg): New productions.
2752 (array_mod, func_mod, operator): Clone productions for
2753 OBJC_LBRAC.
2754 (parse_string_or_char): Handle '@' strings.
2755 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2756 (classify_name): Check la_name_of_this. Recognize ObjC class
2757 names.
2758 * objc-exp.y: Remove.
2759 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2760 * objc-lang.h (objc_parse, objc_error): Don't declare.
2761
2762 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2763
2764 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2765
2766 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2767
2768 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2769 and decrement.
2770
2771 2012-07-26 Tom Tromey <tromey@redhat.com>
2772
2773 * copying.c: Rebuild.
2774 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2775 'no_class'.
2776
2777 2012-07-26 Tom Tromey <tromey@redhat.com>
2778
2779 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2780 immediate_quit.
2781 (print_objfile_statistics): Likewise.
2782 (maintenance_print_symbols): Likewise.
2783 (maintenance_print_msymbols): Likewise.
2784 (maintenance_print_objfiles): Likewise.
2785 * psymtab.c (print_partial_symbols): Call QUIT.
2786 (maintenance_print_psymbols): Likewise. Don't modify
2787 immediate_quit.
2788 * copying.c (show_copying_command): Don't modify immediate_quit.
2789 (show_warranty_command): Likewise.
2790 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2791
2792 2012-07-26 Keith Seitz <keiths@redhat.com>
2793
2794 * linespec.c (linespec_lexer_lex_number): The input
2795 is also a valid number if the next character is a comma
2796 or colon.
2797
2798 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2799
2800 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2801 configure options.
2802
2803 2012-07-26 Tristan Gingold <gingold@adacore.com>
2804
2805 * machoread.c: Include gdb_bfd.h.
2806
2807 2012-07-26 Tristan Gingold <gingold@adacore.com>
2808
2809 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2810 offset.
2811
2812 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2813
2814 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2815 SIZE to size_t.
2816 (dwarf2_evaluate_loc_desc): Likewise.
2817 (dwarf2_loc_desc_needs_frame): Likewise.
2818 (locexpr_describe_location_1): Likewise.
2819 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2820 size_t.
2821 (struct dwarf2_loclist_baton): Likewise.
2822 * dwarf2read.c (struct dwarf_block): Likewise.
2823 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2824 (decode_locdesc): Expand SIZE and I to size_t.
2825
2826 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2827
2828 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2829
2830 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2831
2832 * doublest.c (convert_doublest_to_floatformat): If the exponent
2833 is too small, treat the value as zero. If the exponent is too
2834 large, treat the value as infinity.
2835
2836 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2837
2838 * configure.ac: Add --enable-lmcheck configure option.
2839 * configure: Regenerate.
2840
2841 2012-07-25 Tom Tromey <tromey@redhat.com>
2842
2843 * NEWS: Mention maint info bfds.
2844 * gdb_bfd.c (all_bfds): New global.
2845 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2846 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2847 New functions.
2848
2849 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2850
2851 * configure.tgt: Add v850*-*-rtems*.
2852
2853 2012-07-25 Tom Tromey <tromey@redhat.com>
2854
2855 * macrotab.c (macro_bcache_str): Remove cast.
2856
2857 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2858
2859 * linespec.c (linespec_lexer_lex_number): Update comments,
2860 change the return and add check to make sure the input is
2861 the decimal numbers.
2862 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2863 false, call linespec_lexer_lex_string.
2864
2865 2012-07-24 Tom Tromey <tromey@redhat.com>
2866
2867 * symfile.c (symbol_file_add): Don't open BFD twice.
2868
2869 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2870
2871 * breakpoint.c (create_breakpoint): Store condition for pending
2872 breakpoints.
2873
2874 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2875
2876 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2877 (m68k_return_value): Handle complex types like structures.
2878 (m68k_svr4_return_value): Likewise.
2879
2880 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2881
2882 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2883 parameters to bfd_get_section_name.
2884
2885 2012-07-24 Yao Qi <yao@codesourcery.com>
2886
2887 * cli/cli-setshow.c: Handle case 'var_uinteger'
2888 and 'var_zuninteger' together. Handle case 'var_integer' and
2889 'var_zinteger' together.
2890
2891 2012-07-23 Keith Seitz <keiths@redhat.com>
2892
2893 * linespec.c (convert_linespec_to_sal): Don't add
2894 any symbols to the result vector if symbol_to_sal
2895 returns zero.
2896
2897 2012-07-23 Keith Seitz <keiths@redhat.com>
2898
2899 * linespec.c (decode_objc): Record the function name
2900 in the linespec.
2901
2902 2012-07-23 Tom Tromey <tromey@redhat.com>
2903
2904 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2905 counting.
2906 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2907 (map_vmap): Acquire a reference to the BFD.
2908
2909 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2910
2911 * p-valprint.c (pascal_object_print_value): Replace potentially
2912 unsafe alloca with xmalloc/xfree.
2913 * valops.c (search_struct_method): Likewise.
2914
2915 2012-07-23 Tom Tromey <tromey@redhat.com>
2916
2917 * solib-svr4.c (enable_break): Update.
2918 * bfd-target.h (target_bfd_reopen): Update documentation.
2919
2920 2012-07-23 Tom Tromey <tromey@redhat.com>
2921
2922 * symfile.c (separate_debug_file_exists): Update.
2923 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2924 (reread_symbols): Update.
2925 * elfread.c (build_id_verify): Update.
2926 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2927 bfd_open_maybe_remote.
2928
2929 2012-07-23 Tom Tromey <tromey@redhat.com>
2930
2931 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2932
2933 2012-07-23 Tom Tromey <tromey@redhat.com>
2934
2935 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2936 and 'abfd'.
2937 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2938 and 'abfd'.
2939 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2940 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2941 'abfd'.
2942 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2943 * objfiles.c (allocate_objfile): Acquire a new reference.
2944 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2945 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2946 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2947 a cleanup for 'nbfd'.
2948 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2949 for 'nbfd'.
2950 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2951 make a cleanup for 'abfd'.
2952 (symbol_file_add): Make a BFD cleanup.
2953
2954 2012-07-23 Tom Tromey <tromey@redhat.com>
2955
2956 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2957 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2958 * corelow.c (core_open): Use gdb_bfd_fopen.
2959 * dsrec.c (load_srec): Use gdb_bfd_openr.
2960 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2961 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2962 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2963 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2964 (gdb_bfd_fdopenr): New functions.
2965 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2966 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2967 (gdb_bfd_fdopenr): Declare.
2968 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2969 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2970 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2971 gdb_bfd_openr_next_archived_file.
2972 (macho_check_dsym): Use gdb_bfd_openr.
2973 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2974 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2975 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2976 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2977 gdb_bfd_openr.
2978 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2979 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2980 gdb_bfd_openr_next_archived_file.
2981 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2982 Use gdb_bfd_openr.
2983 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2984 gdb_bfd_openr.
2985 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2986 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2987 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2988 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2989 (symfile_bfd_open): Use gdb_bfd_fopen.
2990 (generic_load): Use gdb_bfd_openr.
2991 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2992
2993 2012-07-23 Tom Tromey <tromey@redhat.com>
2994
2995 * bfd-target.c (target_bfd_reopen): Update.
2996 * cli/cli-dump.c (bfd_openr_with_cleanup)
2997 (bfd_openw_with_cleanup): Update.
2998 * corelow.c (core_open): Update.
2999 * dsrec.c (load_srec): Update.
3000 * exec.c (exec_file_attach): Update.
3001 * gcore.c (create_gcore_bfd): Update.
3002 * gdb_bfd.c (gdb_bfd_ref): Return void.
3003 (gdb_bfd_open): Update.
3004 * gdb_bfd.h (gdb_bfd_ref): Return void.
3005 Update comments.
3006 * jit.c (jit_bfd_try_read_symtab): Update.
3007 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3008 * machoread.c (macho_symfile_read_all_oso): Update.
3009 (macho_check_dsym): Update.
3010 * procfs.c (insert_dbx_link_bpt_in_file): Update.
3011 * remote-m32r-sdi.c (m32r_load): Update.
3012 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3013 * rs6000-nat.c (add_vmap): Update.
3014 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3015 Update.
3016 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3017 * solib-spu.c (spu_bfd_open): Update.
3018 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3019 * spu-linux-nat.c (spu_bfd_open): Update.
3020 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3021 (generic_load): Update.
3022 * windows-nat.c (windows_make_so): Update.
3023
3024 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
3025
3026 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3027
3028 2012-07-20 Jeff Kenton <jkenton@tilera.com>
3029
3030 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3031 SIGTRAMP_FRAME unwinding.
3032
3033 2012-07-20 Doug Evans <dje@google.com>
3034
3035 * NEWS: Document new options "set/show use-deprecated-index-sections",
3036 and delete reference to --use-deprecated-index-sections.
3037 * symfile.h (use_deprecated_index_sections): Delete.
3038 * dwarf2read.c (use_deprecated_index_sections): Make static.
3039 (read_index_from_section): Update wording of how to load
3040 deprecated index sections.
3041 (_initialize_dwarf2_read): New options
3042 "set/show use-deprecated-index-sections".
3043 * main.c (captured_main): Delete --use-deprecated-index-sections.
3044
3045 2012-07-20 Pedro Alves <palves@redhat.com>
3046
3047 PR threads/11692
3048 PR gdb/12203
3049
3050 * infrun.c (handle_inferior_event) <new thread>: Don't special
3051 case minus_one_ptid.
3052 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3053 * linux-thread-db.c (thread_get_info_callback): Don't return early
3054 if the thread is zombie.
3055 (thread_from_lwp): Change return type to void. Rewrite stale
3056 comment.
3057 (attach_thread): Don't return early if the thread is zombie,
3058 instead set its "dying" flag.
3059 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3060 (find_new_threads_callback): Don't return early if the thread is
3061 zombie.
3062
3063 2012-07-20 Pedro Alves <palves@redhat.com>
3064
3065 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3066 * target.c (target_wait): Likewise.
3067 (str_comma_list_concat_elem, do_option, target_options_to_string):
3068 New functions.
3069 * target.h (target_options_to_string): Declare.
3070
3071 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3072 Tom Tromey <tromey@redhat.com>
3073
3074 * dwarf2read.c (dwarf_decode_macros)
3075 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3076 DW_MACRO_GNU_transparent_include_alt>: New cases.
3077 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3078 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3079
3080 2012-07-20 Tom Tromey <tromey@redhat.com>
3081
3082 * dwarf2read.c (try_open_dwo_file): Don't call
3083 gdb_bfd_stash_filename.
3084
3085 2012-07-20 Pedro Alves <palves@redhat.com>
3086
3087 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3088 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3089 (i386_process_record): Tweak description comments.
3090
3091 2012-07-20 Pedro Alves <palves@redhat.com>
3092
3093 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3094 (i386_process_record): Use record_read_memory.
3095 * record.c (record_read_memory): New function.
3096 (record_arch_list_add_mem, record_exec_insn): Use
3097 record_read_memory.
3098 * record.h (record_read_memory): Declare.
3099
3100 2012-07-20 Yao Qi <yao@codesourcery.com>
3101
3102 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3103 NULL for xfree.
3104
3105 2012-07-19 Pedro Alves <palves@redhat.com>
3106
3107 * record.c (record_resume): Ask the target beneath to report all
3108 signals.
3109
3110 2012-07-19 Doug Evans <dje@google.com>
3111
3112 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3113 there's no section at address zero.
3114 (dwarf2_record_block_ranges): Ditto.
3115
3116 2012-07-19 Yao Qi <yao@codesourcery.com>
3117
3118 * command.h, remote.c: Fix a typo in comment.
3119
3120 2012-07-19 Tom Tromey <tromey@redhat.com>
3121
3122 PR exp/13206:
3123 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3124 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3125 OP_DECLTYPE>: New cases.
3126 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3127 (type_exp): Add new productions.
3128 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3129 and decltype.
3130 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3131 New case.
3132 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3133 OP_DECLTYPE>: New case.
3134 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3135 New case.
3136 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3137 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3138
3139 2012-07-19 Tom Tromey <tromey@redhat.com>
3140
3141 * c-exp.y (enum token_flags): New.
3142 (struct token) <cxx_only>: Remove.
3143 <flags>: New field.
3144 (tokentab3, tokentab2, ident_tokens): Update.
3145 (lex_one_token): Update. Handle FLAG_SHADOW.
3146
3147 2012-07-19 Tom Tromey <tromey@redhat.com>
3148
3149 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3150 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3151 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3152 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3153 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3154 type_exp production where appropriate.
3155 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3156 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3157 <UNOP_MEMVAL_TYPE>: New case.
3158 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3159 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3160 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3161 <UNOP_MEMVAL_TYPE>: New case.
3162 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3163 UNOP_REINTERPRET_CAST>: Update.
3164 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3165 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3166 UNOP_REINTERPRET_CAST>: Update.
3167 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3168 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3169 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3170 constants.
3171
3172 2012-07-19 Yao Qi <yao@codesourcery.com>
3173 Jan Kratochvil <jan.kratochvil@redhat.com>
3174
3175 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3176 and case 'var_optional_filename' together.
3177 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3178 instead of add_setshow_optional_filename_cmd for setshow command
3179 'args'. Set completer for 'set args'.
3180
3181 2012-07-18 Doug Evans <dje@google.com>
3182
3183 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3184 * common/gdb_vecs.c: New file, contents from utils.c.
3185 * common/host-defs.h: New file, contents from defs.h.
3186 * utils.h: New file, contents from defs.h.
3187 * defs.h: Move all declarations of objects defined in utils.c
3188 to utils.h (except QUIT() and related).
3189 #include "utils.h", "host-defs.h".
3190 * probe.h (probe_p): Move here from gdb_vecs.h.
3191 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3192 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3193 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3194 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3195 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3196 (COMMON_OBS): Add gdb_vecs.o.
3197 (gdb_vecs.o): New rule.
3198
3199 2012-07-18 Keith Seitz <keiths@redhat.com>
3200
3201 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3202 parameter. If non-zero, use SYMNAME as the canonical name
3203 for the SaL.
3204 Update all callers.
3205 (convert_linespec_to_sals): Use add_sal_to_sals for
3206 expressions, too.
3207 (decode_line_full): No need to "fill in missing canonical names"
3208 anymore. Simply make cleanups for the allocated names.
3209
3210 2012-07-18 Keith Seitz <keiths@redhat.com>
3211
3212 * linespec.c (struct linespec): Constify expression,
3213 source_filename, function_name, and label_name.
3214 (symbol_not_found_error): Make all parameters const.
3215 (linespec_parser_delete): No need to check for NULL
3216 when using xfree. Cast const char * to char * for xfree.
3217
3218 2012-07-18 Keith Seitz <keiths@redhat.com>
3219
3220 * breakpoint.c (invalid_thread_id_error): New function.
3221 (find_condition_and_thread): Use invalid_thread_id_error.
3222 (watch_command_1): Likewise.
3223
3224 2012-07-18 Tom Tromey <tromey@redhat.com>
3225
3226 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3227 * contrib/cc-with-tweaks.sh: New file.
3228
3229 2012-07-18 Tom Tromey <tromey@redhat.com>
3230
3231 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3232 (locate_dwz_sections): Recognize .gdb_index.
3233 (create_cus_from_index_list): New function.
3234 (create_cus_from_index): Use it. Handle .dwz data.
3235 (read_index_from_section): New function, extracted from
3236 dwarf2_read_index.
3237 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3238 if needed.
3239
3240 2012-07-18 Tom Tromey <tromey@redhat.com>
3241
3242 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3243 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3244 <is_dwz>: New field.
3245 (struct dwz_file): New.
3246 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3247 (locate_dwz_sections, dwarf2_get_dwz_file)
3248 (get_abbrev_section_for_cu): New functions.
3249 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3250 (read_and_check_type_unit_head): Add abbrev_section argument.
3251 (create_debug_types_hash_table): Update.
3252 (init_cutu_and_read_dies): Use proper abbrev section.
3253 (init_cutu_and_read_dies_no_follow): Likewise.
3254 (set_partial_user): Do nothing if PST==NULL.
3255 (read_comp_units_from_section): New function.
3256 (create_all_comp_units): Use it.
3257 (scan_partial_symbols, partial_die_parent_scope): Update.
3258 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3259 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3260 (find_partial_die): Add offset_in_dwz argument. Update.
3261 (guess_partial_die_structure_name, fixup_partial_die): Update.
3262 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3263 DW_FORM_GNU_strp_alt.
3264 (read_indirect_string_from_dwz): New function.
3265 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3266 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3267 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3268 (follow_die_offset): Add offset_in_dwz argument.
3269 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3270 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3271 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3272 Handle new macro forms.
3273 (dwarf_decode_macros): Update.
3274 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3275 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3276 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3277 (create_debug_types_hash_table): Use correct abbrev section.
3278 (get_debug_line_section): New function.
3279 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3280 (process_full_comp_unit): Pass 'required' argument to
3281 end_symtab_get_static_block.
3282 * buildsym.h (end_symtab_get_static_block): Update.
3283 * buildsym.c (end_symtab_get_static_block): Add 'required'
3284 argument.
3285 (end_symtab, end_expandable_symtab): Update.
3286
3287 2012-07-18 Tom Tromey <tromey@redhat.com>
3288
3289 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3290 (pagesize): Remove.
3291 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3292 (zlib_decompress_section): Remove.
3293 (dwarf2_read_section): Use gdb_bfd_map_section.
3294 (munmap_section_buffer): Remove.
3295 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3296 munmap_section_buffer.
3297 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3298 (struct gdb_bfd_section_data): New.
3299 (free_one_bfd_section): New function.
3300 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3301 (get_section_descriptor, zlib_decompress_section)
3302 (gdb_bfd_map_section): New functions.
3303 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3304
3305 2012-07-18 Tom Tromey <tromey@redhat.com>
3306
3307 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3308
3309 2012-07-18 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb_bfd.c (struct gdb_bfd_data): New.
3312 (gdb_bfd_cache): New global.
3313 (struct gdb_bfd_cache_search): New.
3314 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3315 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3316 * gdb_bfd.h (gdb_bfd_open): Declare.
3317
3318 2012-07-18 Tom Tromey <tromey@redhat.com>
3319
3320 * utils.c (make_cleanup_bfd_unref): Rename from
3321 make_cleanup_bfd_close.
3322 * defs.h (make_cleanup_bfd_unref): Rename from
3323 make_cleanup_bfd_close.
3324 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3325 (bfd_openw_with_cleanup): Update.
3326 * corelow.c (core_open): Update.
3327 * dsrec.c (load_srec): Update.
3328 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3329 * remote-m32r-sdi.c (m32r_load): Update.
3330 * remote-mips.c (mips_load_srec): Update.
3331 (pmon_load_fast): Update.
3332 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3333 Update.
3334 (darwin_bfd_open): Update.
3335 * solib.c (solib_bfd_fopen): Update.
3336 * symfile-mem.c (symbol_file_add_from_memory): Update.
3337 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3338 (symfile_bfd_open): Update.
3339 (generic_load): Update.
3340
3341 2012-07-18 Tom Tromey <tromey@redhat.com>
3342
3343 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3344 (pmon_load_fast): Likewise.
3345 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3346 (m32r_upload_command): Likewise.
3347 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3348 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3349 Use make_cleanup_bfd_close.
3350
3351 2012-07-18 Tom Tromey <tromey@redhat.com>
3352
3353 * symfile.c (symfile_bfd_open): Don't copy name. Call
3354 gdb_bfd_stash_filename.
3355 (load_command): Open the new BFD before freeing the old.
3356 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3357 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3358 Call gdb_bfd_stash_filename.
3359 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3360 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3361 gdb_bfd_stash_filename.
3362 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3363 Free found_pathname.
3364 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3365 gdb_bfd_stash_filename.
3366 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3367 * machoread.c (macho_add_oso_symfile): Call
3368 gdb_bfd_stash_filename.
3369 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3370 gdb_bfd_stash_filename.
3371 (macho_check_dsym): Don't copy filename. Call
3372 gdb_bfd_stash_filename.
3373 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3374 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3375 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3376 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3377 * exec.c (exec_close): Don't free the BFD's filename.
3378 (exec_file_attach): Don't copy the filename. Call
3379 gdb_bfd_stash_filename.
3380 * corelow.c (core_close): Don't free the BFD's filename.
3381 (core_open): Call gdb_bfd_stash_filename.
3382 * corefile.c (reopen_exec_file): Remove #if 0 code.
3383 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3384 pathname.
3385 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3386
3387 2012-07-18 Tom Tromey <tromey@redhat.com>
3388
3389 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3390 gdb_bfd_unref.
3391 (free_dwo_file): Use gdb_bfd_unref.
3392 * cli/cli-dump.c: Include gdb_bfd.h.
3393 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3394 (bfd_openr_with_cleanup): Likewise.
3395 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3396 gdb_bfd_unref.
3397 * utils.c: Include gdb_bfd.h.
3398 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3399 * symfile.c: Include gdb_bfd.h.
3400 (separate_debug_file_exists): Use gdb_bfd_unref.
3401 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3402 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3403 (generic_load): Use gdb_bfd_ref.
3404 (reread_symbols): Use gdb_bfd_unref.
3405 * symfile-mem.c: Include gdb_bfd.h.
3406 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3407 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3408 * solib.c: Include gdb_bfd.h.
3409 (solib_bfd_fopen): Use gdb_bfd_ref.
3410 (solib_bfd_open): Use gdb_bfd_unref.
3411 (free_so_symbols): Use gdb_bfd_unref.
3412 (reload_shared_libraries_1): Use gdb_bfd_unref.
3413 * solib-spu.c: Include gdb_bfd.h.
3414 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3415 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3416 gdb_bfd_unref.
3417 * solib-frv.c: Include gdb_bfd.h.
3418 (enable_break2): Use gdb_bfd_unref.
3419 * solib-dsbt.c: Include gdb_bfd.h.
3420 (enable_break2): Use gdb_bfd_unref.
3421 * solib-darwin.c: Include gdb_bfd.h.
3422 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3423 gdb_bfd_unref.
3424 (darwin_bfd_open): Use gdb_bfd_unref.
3425 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3426 * remote-mips.c: Include gdb_bfd.h.
3427 (mips_load_srec): Use gdb_bfd_ref.
3428 (pmon_load_fast): Use gdb_bfd_ref.
3429 * remote-m32r-sdi.c: Include gdb_bfd.h.
3430 (m32r_load): Use gdb_bfd_ref.
3431 * record.c: Include gdb_bfd.h.
3432 (record_save_cleanups): Use gdb_bfd_unref.
3433 (cmd_record_save): Use gdb_bfd_unref.
3434 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3435 gdb_bfd_unref.
3436 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3437 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3438 * objfiles.c: Include gdb_bfd.h.
3439 (free_objfile): Use gdb_bfd_unref.
3440 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3441 gdb_bfd.c.
3442 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3443 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3444 (macho_check_dsym): Likewise.
3445 * m32r-rom.c: Include gdb_bfd.h.
3446 (m32r_load): Use gdb_bfd_ref.
3447 (m32r_upload_command): Use gdb_bfd_ref.
3448 * jit.c: Include gdb_bfd.h.
3449 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3450 * gdb_bfd.h: New file.
3451 * gdb_bfd.c: New file.
3452 * gcore.c: Include gdb_bfd.h.
3453 (create_gcore_bfd): Use gdb_bfd_ref.
3454 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3455 (gcore_command): Use gdb_bfd_unref.
3456 * exec.c: Include gdb_bfd.h.
3457 (exec_close): Use gdb_bfd_unref.
3458 (exec_close_1): Use gdb_bfd_unref.
3459 (exec_file_attach): Use gdb_bfd_ref.
3460 * elfread.c: Include gdb_bfd.h.
3461 (build_id_verify): Use gdb_bfd_unref.
3462 * dsrec.c: Include gdb_bfd.h.
3463 (load_srec): Use gdb_bfd_ref.
3464 * corelow.c: Include gdb_bfd.h.
3465 (core_close): Use gdb_bfd_unref.
3466 (core_open): Use gdb_bfd_ref.
3467 * bfd-target.c: Include gdb_bfd.h.
3468 (target_bfd_xclose): Use gdb_bfd_unref.
3469 (target_bfd_reopen): Use gdb_bfd_ref.
3470 * Makefile.in (SFILES): Add gdb_bfd.c.
3471 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3472 (COMMON_OBS): Add gdb_bfd.o.
3473
3474 2012-07-18 Keith Seitz <keiths@redhat.com>
3475
3476 * breakpoint.c (find_condition_and_thread): Initialize
3477 TASK and REST.
3478 (create_breakpiont): find_condition_and_thread will now
3479 initialize COND_STRING, THREAD, and REST (and TASK).
3480 (addr_string_to_sals): Likewise.
3481
3482 2012-07-18 Pedro Alves <palves@redhat.com>
3483
3484 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3485 Pull the single step breakpoints out of the target.
3486
3487 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3488
3489 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3490 * stap-probe.c (compile_probe_arg): Likewise.
3491
3492 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3493
3494 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3495 (elf_compile_to_ax): Likewise.
3496 * infrun.c (insert_exception_resume_from_probe): Likewise.
3497 (check_exception_resume): Remove `objfile' variable.
3498 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3499 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3500 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3501 (compare_entries): Rename to...
3502 (compare_probes): ...this. Adjust function to work with
3503 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3504 respectively.
3505 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3506 `VEC (probe_p) *'.
3507 (print_ui_out_info): Adjust argument to be `struct probe *'.
3508 (info_probes_for_ops): Adjust internal computations to use
3509 `VEC (probe_p) *'.
3510 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3511 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3512 gen_info_probes_table_values>: Remove `objfile' argument.
3513 (struct probe) <objfile>: New field.
3514 (find_probe_by_pc): Remove `objfile' argument.
3515 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3516 (stap_get_probe_argument_count): Likewise.
3517 (stap_get_arg): Likewise.
3518 (stap_evaluate_probe_argument): Likewise.
3519 (stap_compile_to_ax): Likewise.
3520 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3521 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3522 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3523 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3524 sym_compile_to_ax>: Likewise.
3525
3526 2012-07-18 Terry Guo <terry.guo@arm.com>
3527
3528 PR 14329
3529 * defs.h (GDB_MI_MSG_WIDTH): New.
3530 * ser_base (ser_base_read_error_fd): New function.
3531 (do_ser_base_readchar): Poll error file descriptor as well as
3532 standard output.
3533 (generic_readchar): Refactor error handling.
3534
3535 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3536
3537 * NEWS: Create a new section for the next release branch.
3538 Rename the section of the current branch, now that it has
3539 been cut.
3540
3541 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3542
3543 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3544 * version.in: Bump version to 7.5.50.20120718-cvs.
3545
3546 2012-07-17 Keith Seitz <keiths@redhat.com>
3547
3548 * linespec.c (linespec_parse_line_offset): Make parameter
3549 const.
3550
3551 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 PR 11914
3554 * f-valprint.c (info_common_command): New variable frame_id.
3555 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3556 * printcmd.c (print_variable_and_value): Extend function comment.
3557 Add comment for invalidated FRAME.
3558 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3559 FI form FRAME_ID after each print_frame_local_vars.
3560 (struct print_variable_and_value_data): Change frame to frame_id.
3561 (do_print_variable_and_value): New variable frame, initialize it from
3562 p->frame_id. Add comment for invalidated FRAME.
3563 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3564 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3565 for invalidated FRAME.
3566
3567 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3568 Pedro Alves <palves@redhat.com>
3569
3570 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3571 loop.
3572
3573 2012-07-16 Tom Tromey <tromey@redhat.com>
3574
3575 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3576
3577 2012-07-15 Doug Evans <dje@google.com>
3578
3579 * dwarf2read.c (stmt_list_hash): New struct.
3580 (type_unit_group): Embed "per_cu" member, remove pointer.
3581 New union member "t", move member "tus" into it, all uses updated.
3582 New member "hash", replaces member "line_offset, all uses updated.
3583 (quick_file_names): Replace member "offset" with "hash", all uses
3584 updated.
3585 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3586 (hash_file_name_entry, eq_file_name_entry): Call them.
3587 (hash_type_unit_group, eq_type_unit_group): Ditto.
3588 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3589 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3590 (dw2_get_file_names): Update.
3591 (create_type_unit_group): Replace "per_cu" arg with "cu".
3592 All callers updated. Fix "quick" (.gdb_index) handling.
3593 (get_type_unit_group): Replace "per_cu" arg with "cu".
3594 All callers updated.
3595 (build_type_unit_groups): Don't reset tu_stats.
3596
3597 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3598 "tab_cur_size". Change member "tab" to be a htab_t.
3599 (create_filename_seen_cache): Update.
3600 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3601 (filename_seen): Update.
3602
3603 2012-07-13 Doug Evans <dje@google.com>
3604
3605 * symtab.c (filename_seen): Update comment.
3606
3607 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3608 Doug Evans <dje@google.com>
3609
3610 * buildsym.c (end_symtab_1): Split it to ...
3611 (end_symtab_get_static_block): ... this ...
3612 (end_symtab_from_static_block): ... and this function.
3613 (end_symtab, end_expandable_symtab): Call them.
3614 * buildsym.h (end_symtab_get_static_block)
3615 (end_symtab_from_static_block): New declarations.
3616 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3617 Set its valid CU ranges.
3618
3619 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3620
3621 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3622 DW_OP_GNU_parameter_ref.
3623
3624 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3625
3626 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3627 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3628
3629 2012-07-13 Doug Evans <dje@google.com>
3630
3631 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3632 (filename_seen_cache): New struct.
3633 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3634 (create_filename_seen_cache): New function.
3635 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3636 (filename_seen): Delete arg "first". New arg "cache". All callers
3637 updated.
3638 (output_source_filename_data): New struct.
3639 (output_source_filename): Delete arg "first". New arg "data".
3640 All callers updated.
3641 (sources_info): Delete local "first". New locals "data", "cleanups".
3642 Rewrite to use filename_seen_cache.
3643 (add_partial_filename_data): Delete member "first". New member
3644 "filename_seen_cache". All uses updated.
3645 (make_source_files_completion_list): Rewrite to use
3646 filename_seen_cache.
3647
3648 2012-07-12 Doug Evans <dje@google.com>
3649
3650 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3651
3652 2012-07-10 Doug Evans <dje@google.com>
3653
3654 PR gdb/13498
3655 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3656 all_type_unit_groups, type_unit_groups, tu_stats.
3657 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3658 All uses updated. Add type_unit_group to union "s".
3659 (type_unit_group): New struct.
3660 (IS_TYPE_UNIT_GROUP): New macro.
3661 (abbrev_table): Delete unused member "section".
3662 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3663 (dw2_get_cu): Assert not used with type_unit_group.
3664 (dw2_get_primary_cu): New function.
3665 (dw2_build_type_unit_groups_reader): New function.
3666 (dw2_build_type_unit_groups): New function.
3667 (dw2_get_file_names): Assert not called on type units.
3668 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3669 Redo loop to iterate over type unit groups instead of type units.
3670 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3671 (read_abbrev_offset): New function.
3672 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3673 updated.
3674 (create_partial_symtab): New function.
3675 (process_psymtab_comp_unit_reader): Assert not used with type units.
3676 Call create_partial_symtab.
3677 (process_psymtab_type_unit): Delete.
3678 (hash_type_unit_group, eq_type_unit_group): New functions.
3679 (allocate_type_unit_groups_table): New function.
3680 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3681 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3682 (create_type_unit_group, get_type_unit_group): New functions.
3683 (tu_abbrev_offset): New struct.
3684 (sort_tu_by_abbrev_offset): New function.
3685 (add_type_unit_group_to_table): New function.
3686 (build_type_unit_groups): New function.
3687 (build_type_psymtabs_reader): New function.
3688 (build_type_psymtab_dependencies): New function.
3689 (build_type_psymtabs): Rewrite.
3690 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3691 is seen in a type unit.
3692 (process_queue): Move symtab expansion debugging printfs here.
3693 Call process_full_type_unit for type units.
3694 (compute_symtab_includes): Assert not called for type units.
3695 (process_cu_includes): Don't call compute_symtab_includes for
3696 type units.
3697 (process_full_type_unit): New function.
3698 (process_imported_unit_die): Flag an error if called for type units.
3699 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3700 updated. Assert not called for type units.
3701 (read_file_scope): Call dwarf2_start_symtab.
3702 (setup_type_unit_groups): New function.
3703 (read_type_unit_scope): Rewrite.
3704 (abbrev_table_read_table): Initialize abbrev_table->offset.
3705 (abbrev_table_free_cleanup): New function.
3706 (dwarf2_start_symtab): New function.
3707 (load_full_type_unit): Assert not called for type unit groups.
3708 * buildsym.c (finish_block_internal): New arg "expandable".
3709 All callers updated.
3710 (start_symtab): Move most contents to ...
3711 (restart_symtab): ... here. New function.
3712 (reset_symtab_globals): New function.
3713 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3714 Call reset_symtab_globals.
3715 (end_symtab, end_expandable_symtab): New functions.
3716 (set_missing_symtab, augment_type_symtab): New functions.
3717 * buildsym.h (end_expandable_symtab): Declare.
3718 (augment_type_symtab, restart_symtab): Declare.
3719 * psympriv.h (struct partial_symtab): New member "anonymous".
3720 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3721 anonymous psymtabs.
3722 (read_psymtabs_with_filename): Ditto.
3723 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3724 (expand_symtabs_matching_via_partial): Ditto.
3725 (dump_psymtab): Update.
3726 * dictionary.c (dict_add_pending): New function.
3727 * dictionary.h (dict_add_pending): Declare.
3728
3729 2012-07-09 Doug Evans <dje@google.com>
3730
3731 * buildsym.c (start_subfile): Remove unnecessary check for
3732 name == NULL.
3733
3734 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3735
3736 * dwarf2read.c (load_full_type_unit): Simplify.
3737
3738 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3739 to struct signatured_type **. All uses updated.
3740
3741 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3742 All callers updated.
3743
3744 2012-07-09 Tom Tromey <tromey@redhat.com>
3745
3746 * c-exp.y (check_parameter_typelist): New function.
3747 (parameter_typelist): Call it.
3748 * eval.c (make_params): Handle '(void)' case.
3749 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3750 '(void)' case.
3751
3752 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3753
3754 * common/linux-ptrace.c: Include gdb_assert.h.
3755 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3756 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3757 stdint.h.
3758 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3759 functions.
3760 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3761 * linux-nat.c (linux_child_post_attach)
3762 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3763
3764 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3767 nptl <2.7 bug workaround for core files.
3768
3769 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3770
3771 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3772 clearing.
3773 (save_siginfo): Remove.
3774 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3775 call.
3776 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3777 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3778 * linux-nat.h (struct lwp_info): Remove field siginfo.
3779
3780 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 Code cleanup for the next patch.
3783 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3784 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3785 call for it.
3786 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3787 (ia64_linux_stopped_data_address):
3788 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3789 the return value.
3790 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3791 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3792 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3793 call for it.
3794
3795 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3796
3797 PR 14321
3798 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3799 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3800
3801 2012-07-06 Tom Tromey <tromey@redhat.com>
3802
3803 * c-exp.y (DOTDOTDOT): New token.
3804 (func_mod, exp): Use parameter_typelist.
3805 (parameter_typelist): New production.
3806 (tokentab3): Add "..." token.
3807 * eval.c (make_params): Handle varargs.
3808 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3809 varargs.
3810
3811 2012-07-06 Tom Tromey <tromey@redhat.com>
3812
3813 PR exp/9608:
3814 * c-exp.y (%union) <tvec>: Change type.
3815 (func_mod): Now uses <tvec> type.
3816 (exp): Update for tvec change.
3817 (direct_abs_decl): Push the typelist.
3818 (func_mod): Return a typelist.
3819 (nonempty_typelist): Update for tvec change.
3820 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3821 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3822 * parse.c (pop_type_list): New function.
3823 (push_typelist): New function.
3824 (follow_types): Handle tp_function_with_arguments.
3825 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3826 (enum type_pieces) <tp_function_with_arguments>: New constant.
3827 (union type_stack_elt) <typelist_val>: New field.
3828 (push_typelist): Declare.
3829
3830 2012-07-06 Tom Tromey <tromey@redhat.com>
3831
3832 * c-exp.y (%union) <type_stack>: New field.
3833 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3834 (ptr_operator_ts): New production.
3835 (ptype): Update.
3836 * parse.c (type_stack_reserve): New function.
3837 (check_type_stack_depth): Use it.
3838 (pop_type_stack, append_type_stack, push_type_stack)
3839 (get_type_stack, type_stack_cleanup): New functions.
3840 (follow_types): Handle tp_type_stack.
3841 (_initialize_parse): Simplify initialization.
3842 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3843 constant.
3844 (union type_stack_elt) <stack_val>: New field.
3845 (get_type_stack, append_type_stack, push_type_stack)
3846 (type_stack_cleanup): Declare.
3847
3848 2012-07-06 Tom Tromey <tromey@redhat.com>
3849
3850 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3851 Remove.
3852 (struct type_stack): New.
3853 * parse.c (type_stack, type_stack_size, type_stack_depth):
3854 Remove.
3855 (type_stack): New global.
3856 (parse_exp_in_context, check_type_stack_depth)
3857 (insert_into_type_stack, insert_type, push_type, push_type_int)
3858 (insert_type_address_space, pop_type, pop_type_int)
3859 (_initialize_parse): Update.
3860
3861 2012-07-06 Tom Tromey <tromey@redhat.com>
3862
3863 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3864 Remove %type.
3865
3866 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3867
3868 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3869
3870 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3871 Jan Kratochvil <jan.kratochvil@redhat.com>
3872
3873 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3874 alloca with xmalloc/xfree.
3875
3876 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3877
3878 * MAINTAINERS (Write After Approval): Add myself to the list.
3879
3880 2012-07-05 Doug Evans <dje@google.com>
3881
3882 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3883
3884 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3885
3886 * ax-gdb.c (cli/cli-utils.h): New include.
3887 (linespec.h): Ditto.
3888 (agent_eval_command_one): New function.
3889 (agent_command_1): Ditto.
3890 (agent_command): Call function agent_command_1.
3891 (agent_eval_command): Ditto.
3892 (_initialize_ax_gdb): Change help for "maint agent"
3893 and "maint agent-eval".
3894
3895 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3896
3897 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3898 * cli/cli-utils.c (check_for_argument): New function.
3899 * cli/cli-utils.h (check_for_argument): Ditto.
3900
3901 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3902
3903 * NEWS: Mention x32 ABI support.
3904
3905 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3906
3907 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3908 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3909
3910 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3911 and pc_regnum_from_eax to -1. Update SP regnum from
3912 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3913 needed.
3914
3915 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3916 pc_regnum_from_eax.
3917
3918 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3921 * dwarf2expr.h: Include gdbtypes.h.
3922 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3923 these forward declarations.
3924 (cu_offset, sect_offset): Move these ...
3925 * gdbtypes.h: Remove include dwarf2expr.h.
3926 (cu_offset, sect_offset): ... here.
3927
3928 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3929
3930 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3931 (amd64_linux_sigtramp_code): This.
3932 (amd64_x32_linux_sigtramp_code): New.
3933 (LINUX_SIGTRAMP_LEN): Updated.
3934 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3935
3936 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3937
3938 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3939
3940 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3941
3942 * config.in: Regenerate.
3943 * configure: Regenerate.
3944 * configure.ac: Remove check for gnu/libc-version.h.
3945 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3946 gnu/libc-version.h.
3947 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3948 variables libc_version, libc_major and libc_minor. Replace sscanf by
3949 inferior_has_bug. Extend the comment.
3950
3951 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3952
3953 * linux-thread-db.c (inferior_has_bug): New function.
3954 (thread_db_find_new_threads_silently): Return boolean as checked by
3955 inferior_has_bug, describe it in the comments.
3956 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3957 earlier. Abort the initialization if it returned non-zero.
3958 (thread_db_new_objfile): Exclude debug files.
3959 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3960 if UNTIL_NO_NEW,
3961
3962 2012-07-02 Doug Evans <dje@google.com>
3963
3964 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3965 related to queue management.
3966
3967 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3968 instead of "debug dwarf2-die" in debugging printfs.
3969 (create_debug_info_hash_table_reader): Ditto.
3970 (create_debug_info_hash_table): Ditto.
3971 (init_dwo_file): Ditto.
3972 (init_cutu_and_read_dies): Add debugging printf.
3973 (init_cutu_and_read_dies_no_follow): Ditto.
3974 (process_psymtab_comp_unit_reader): Ditto.
3975
3976 2012-07-02 Stan Shebs <stan@codesourcery.com>
3977
3978 Add target-side support for dynamic printf.
3979 * NEWS: Mention the additional style.
3980 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3981 (struct bp_location): New field cmd_bytecode.
3982 * breakpoint.c: Include format.h.
3983 (disconnected_dprintf): New global.
3984 (parse_cmd_to_aexpr): New function.
3985 (build_target_command_list): New function.
3986 (insert_bp_location): Call it.
3987 (remove_breakpoints_pid): Skip dprintf breakpoints.
3988 (print_one_breakpoint_location): Ditto.
3989 (dprintf_style_agent): New global.
3990 (dprintf_style_enums): Add dprintf_style_agent.
3991 (update_dprintf_command_list): Add agent case.
3992 (agent_printf_command): New function.
3993 (_initialize_breakpoint): Add new commands.
3994 * common/ax.def (printf): New bytecode.
3995 * ax.h (ax_string): Declare.
3996 * ax-gdb.h (gen_printf): Declare.
3997 * ax-gdb.c: Include cli-utils.h, format.h.
3998 (gen_printf): New function.
3999 (maint_agent_print_command): New function.
4000 (_initialize_ax_gdb): Add maint agent-printf command.
4001 * ax-general.c (ax_string): New function.
4002 (ax_print): Add printf disassembly.
4003 * Makefile.in (SFILES): Add format.c
4004 (COMMON_OBS): Add format.o.
4005 * common/format.h: New file.
4006 * common/format.c: New file.
4007 * printcmd.c: Include format.h.
4008 (ui_printf): Call parse_format_string.
4009 * remote.c (remote_state): New field breakpoint_commands.
4010 (PACKET_BreakpointCommands): New enum.
4011 (remote_breakpoint_commands_feature): New function.
4012 (remote_protocol_features): Add new BreakpointCommands entry.
4013 (remote_can_run_breakpoint_commands): New function.
4014 (remote_add_target_side_commands): New function.
4015 (remote_insert_breakpoint): Call it.
4016 (remote_insert_hw_breakpoint): Ditto.
4017 (_initialize_remote): Add new packet configuration for
4018 target-side breakpoint commands.
4019 * target.h (struct target_ops): New field
4020 to_can_run_breakpoint_commands.
4021 (target_can_run_breakpoint_commands): New macro.
4022 * target.c (update_current_target): Handle
4023 to_can_run_breakpoint_commands.
4024
4025 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 Execute -ix and -iex only after system and user gdbinit files.
4028 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4029 processing down after gdbinit files.
4030
4031 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4032
4033 Add fnmatch-gnu module.
4034 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4035 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4036 * gnulib/aclocal.m4: Regenerate.
4037 * gnulib/config.in: Regenerate.
4038 * gnulib/configure: Regenerate.
4039 * gnulib/import/dummy.c: Remove.
4040 * gnulib/import/Makefile.am: Regenerate.
4041 * gnulib/import/Makefile.in: Likewise.
4042 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4043 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4044 * gnulib/import/alloca.c: New file.
4045 * gnulib/import/alloca.in.h: Likewise.
4046 * gnulib/import/config.charset: Likewise.
4047 * gnulib/import/fnmatch.c: Likewise.
4048 * gnulib/import/fnmatch.in.h: Likewise.
4049 * gnulib/import/fnmatch_loop.c: Likewise.
4050 * gnulib/import/localcharset.c: Likewise.
4051 * gnulib/import/localcharset.h: Likewise.
4052 * gnulib/import/m4/alloca.m4: Likewise.
4053 * gnulib/import/m4/codeset.m4: Likewise.
4054 * gnulib/import/m4/configmake.m4: Likewise.
4055 * gnulib/import/m4/fcntl-o.m4: Likewise.
4056 * gnulib/import/m4/fnmatch.m4: Likewise.
4057 * gnulib/import/m4/glibc21.m4: Likewise.
4058 * gnulib/import/m4/localcharset.m4: Likewise.
4059 * gnulib/import/m4/locale-fr.m4: Likewise.
4060 * gnulib/import/m4/locale-ja.m4: Likewise.
4061 * gnulib/import/m4/locale-zh.m4: Likewise.
4062 * gnulib/import/m4/mbrtowc.m4: Likewise.
4063 * gnulib/import/m4/mbsinit.m4: Likewise.
4064 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4065 * gnulib/import/m4/mbstate_t.m4: Likewise.
4066 * gnulib/import/m4/stdbool.m4: Likewise.
4067 * gnulib/import/m4/wchar_h.m4: Likewise.
4068 * gnulib/import/m4/wctype_h.m4: Likewise.
4069 * gnulib/import/m4/wint_t.m4: Likewise.
4070 * gnulib/import/mbrtowc.c: Likewise.
4071 * gnulib/import/mbsinit.c: Likewise.
4072 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4073 * gnulib/import/mbsrtowcs-state.c: Likewise.
4074 * gnulib/import/mbsrtowcs.c: Likewise.
4075 * gnulib/import/ref-add.sin: Likewise.
4076 * gnulib/import/ref-del.sin: Likewise.
4077 * gnulib/import/stdbool.in.h: Likewise.
4078 * gnulib/import/streq.h: Likewise.
4079 * gnulib/import/strnlen1.c: Likewise.
4080 * gnulib/import/strnlen1.h: Likewise.
4081 * gnulib/import/verify.h: Likewise.
4082 * gnulib/import/wchar.in.h: Likewise.
4083 * gnulib/import/wctype.in.h: Likewise.
4084
4085 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
4087 Support shell wildcards for 'set auto-load safe-path'.
4088 * auto-load.c: Include fnmatch.h.
4089 (filename_is_in_dir): Rename to ...
4090 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4091 it. Update function comment. Rename dir_len to pattern_len. New
4092 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4093 messages. Use gdb_filename_fnmatch.
4094 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4095 pattern.
4096 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4097 * defs.h (gdb_filename_fnmatch): New declaration.
4098 * utils.c: Include fnmatch.h.
4099 (gdb_filename_fnmatch): New function.
4100
4101 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4102
4103 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4104 `-probe' and `-probe-stap' options.
4105
4106 2012-07-01 Yao Qi <yao@codesourcery.com>
4107
4108 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4109 always_inserted_off, and always_inserted_enums.
4110 Change always_inserted_mode's type to 'enum auto_boolean'.
4111 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4112 callers.
4113 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4114 of add_setshow_enum_cmd.
4115 * infrun.c: Remove can_use_displaced_stepping_auto,
4116 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4117 can_use_displaced_stepping_enum.
4118 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4119 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4120 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4121 add_setshow_enum_cmd.
4122
4123 2012-06-30 Doug Evans <dje@google.com>
4124
4125 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4126 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4127 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4128
4129 2012-06-29 Doug Evans <dje@google.com>
4130
4131 * linespec.c: #include "stack.h".
4132 (decode_line_with_current_source): Moved here from symtab.c and
4133 renamed from decode_line_spec. All callers updated.
4134 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4135 renamed from decode_line_spec_1. All callers updated.
4136 * linespec.h (decode_line_with_current_source): Move declaration here
4137 from symtab.h and renamed from decode_line_spec.
4138 (decode_line_with_last_displayed): Move declaration here from symtab.h
4139 and renamed from decode_line_spec_1.
4140 * macrocmd.c: #include "linespec.h".
4141 * symtab.c: Remove #include "linespec.h".
4142
4143 2012-06-28 Doug Evans <dje@google.com>
4144
4145 * dwarf2read.c (get_cu_length): New function.
4146 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4147 (create_debug_types_hash_table): Ditto.
4148 (init_cutu_and_read_dies): Ditto.
4149 (init_cutu_and_read_dies_no_follow): Ditto.
4150
4151 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4152
4153 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4154 (struct abbrev_table): Define.
4155 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4156 abbrev_table.
4157 (init_cutu_and_read_dies): Update.
4158 (abbrev_table_alloc_abbrev): New function. Replaces
4159 dwarf_alloc_abbrev. All callers updated.
4160 (abbrev_table_add_abbrev): New function.
4161 (abbrev_table_lookup_abbrev): New function. Replaces
4162 dwarf2_lookup_abbrev. All callers updated.
4163 (abbrev_table_read_table): New function. Contents moved here from
4164 dwarf2_read_abbrevs.
4165 (dwarf2_read_abbrevs): Call it.
4166 (abbrev_table_free): New function.
4167 (dwarf2_free_abbrev_table): Call it.
4168
4169 2012-06-28 Stan Shebs <stan@codesourcery.com>
4170
4171 * osdata.c (info_osdata_command): Filter out "Title" columns
4172 from non-MI uses.
4173 * common/linux-osdata.c (struct osdata_type): Add title field.
4174 (osdata_table): Add titles to each entry.
4175 (linux_command_xfer_osdata): Add a column for title data.
4176
4177 2012-06-28 Stan Shebs <stan@codesourcery.com>
4178
4179 Make logging work for MI.
4180 * NEWS: Mention it.
4181 * interps.h (interp_set_logging_ftype): New typedef.
4182 (struct interp_procs): New field set_logging_proc.
4183 (current_interp_set_logging): Declare.
4184 * interps.c (current_interp_set_logging): New function.
4185 * cli/cli-logging.c: Include interps.h.
4186 (set_logging_redirect): Call current_interp_set_logging.
4187 (pop_output_files): Ditto.
4188 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4189 * mi/mi-console.h (mi_console_set_raw): Declare.
4190 * mi/mi-console.c (mi_console_set_raw): New function.
4191 * mi/mi-interp.c (saved_raw_stdout): New global.
4192 (mi_set_logging): New function.
4193 (_initialize_mi_interp): Add it to interp procs.
4194
4195 2012-06-28 Doug Evans <dje@google.com>
4196
4197 * symtab.c (lookup_symbol_aux_objfile): Use
4198 ALL_OBJFILE_PRIMARY_SYMTABS.
4199
4200 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4201
4202 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4203
4204 * common/buffer.c: Include inttypes.h and stdint.h.
4205 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4206
4207 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4208 Pedro Alves <palves@redhat.com>
4209
4210 * gdbthread.h (ALL_THREADS): New macro.
4211 (thread_list): Declare.
4212 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4213 going, but instead fall through to the stepping handling.
4214 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4215 the passed in signal. Adjust debug output.
4216 (resume_callback): Rename to ...
4217 (linux_nat_resume_callback): ... this. Pass the thread's last
4218 stop signal, if in "pass" state.
4219 (linux_nat_resume): Adjust to rename.
4220 (stop_wait_callback): New assertion. Don't respawn signals;
4221 instead let the LWP remain with SIGNALLED set.
4222 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4223 * remote.c (append_pending_thread_resumptions): New.
4224 (remote_vcont_resume): Call it.
4225 * target.h (target_resume): Extend comment.
4226
4227 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4228
4229 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4230
4231 2012-06-27 Doug Evans <dje@google.com>
4232
4233 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4234 Delete have_addr_base, unused. All uses updated.
4235 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4236 (dwarf2_get_pc_bounds): Add ranges_base.
4237 (dwarf2_record_block_ranges): Ditto.
4238
4239 2012-06-27 Tom Tromey <tromey@redhat.com>
4240
4241 PR macros/7961:
4242 * varobj.c (varobj_create): Update.
4243 (varobj_set_value): Update.
4244 * tracepoint.c (validate_actionline): Update.
4245 (encode_actions_1): Update.
4246 * parse.c (parse_exp_1): Add 'pc' argument.
4247 (parse_exp_in_context): Add 'pc' argument. Change how
4248 expression_context_pc is set.
4249 (parse_expression): Update.
4250 (parse_field_expression): Update.
4251 * expression.h (parse_exp_1): Update.
4252 * eval.c (parse_to_comma_and_eval): Update.
4253 * breakpoint.c (set_breakpoint_condition): Update.
4254 (update_watchpoint): Update.
4255 (init_breakpoint_sal): Update
4256 (find_condition_and_thread): Update.
4257 (watch_command_1): Update.
4258 (update_breakpoint_locations): Update.
4259 * ada-lang.c (ada_read_renaming_var_value): Update.
4260 (create_excep_cond_exprs): Update.
4261
4262 2012-06-27 Doug Evans <dje@google.com>
4263
4264 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4265 type units.
4266
4267 2012-06-26 Doug Evans <dje@google.com>
4268
4269 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4270 prototype.
4271 (error_check_comp_unit_head): New arg abbrev_section. All callers
4272 updated.
4273 (read_and_check_comp_unit_head): Ditto.
4274 (read_and_check_type_unit_head): Ditto.
4275
4276 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4277
4278 New attribute 'last' for gdb.Symtab_and_line.
4279 * NEWS (Python Scripting): Add entry about the new attribute.
4280 * python/py-symtab.c (salpy_get_last): New function which
4281 implements the get method for the 'last' attribute of
4282 gdb.Symtab_and_line.
4283 (sal_object_getset): Add entry for the 'last' attribute.
4284
4285 2012-06-26 Doug Evans <dje@google.com>
4286
4287 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4288 (dwo_sections): Add macinfo, macro.
4289 (dwarf2_locate_dwo_sections): Watch for macro sections.
4290 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4291 All callers updated. Handle DWO files.
4292
4293 * NEWS: Mention new options "set debug dwarf2-read" and
4294 "set debug symtab-create".
4295 * dwarf2read.c (dwarf2_read_debug): New static global.
4296 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4297 (process_queue): Ditto.
4298 (process_full_comp_unit): Ditto.
4299 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4300 * elfread.c (elf_symfile_read): Add debugging printf.
4301 * minsyms.c (install_minimal_symbols): Ditto.
4302 * psymtab.c (allocate_psymtab): Ditto.
4303 * symfile.c (allocate_symtab): Ditto.
4304 * symtab.c (symtab_create_debug): New global.
4305 (_initialize_symtab): Add new option "set debug symtab-create".
4306 * symtab.h (symtab_create_debug): Declare.
4307
4308 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4309 (lookup_dwo_type_unit): Ditto.
4310
4311 2012-06-26 Roland McGrath <roland@hack.frob.com>
4312 H.J. Lu <hongjiu.lu@intel.com>
4313
4314 * amd64-linux-nat.c: Include <sys/user.h>.
4315 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4316 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4317 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4318
4319 * configure.ac: Check if the fs_base and gs_base members of
4320 `struct user_regs_struct' exist.
4321 * config.in: Regenerated.
4322 * configure: Likewise.
4323
4324 2012-06-25 Michael Eager <eager@eagercon.com>
4325
4326 PR python/14291
4327 * python/python.c (gdbpy_write): Check for interrupted output.
4328
4329 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4330
4331 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4332 register as a stack alignment in ARM mode.
4333
4334 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4335
4336 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4337 * gnulib/config.in: Regenerate.
4338 * gnulib/configure: Likewise.
4339 * gnulib/import/m4/extensions.m4: Update it.
4340 * gnulib/import/m4/gnulib-common.m4: Likewise.
4341 * gnulib/import/m4/memmem.m4: Likewise.
4342 * gnulib/import/m4/mmap-anon.m4: Likewise.
4343 * gnulib/import/m4/multiarch.m4: Likewise.
4344 * gnulib/import/stdint.in.h: Likewise.
4345
4346 2012-06-24 Yao Qi <yao@codesourcery.com>
4347
4348 * corefile.c (write_memory_with_notification): New.
4349 * gdbcore.h: Declare write_memory_with_notification.
4350 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4351 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4352 * valops.c (value_assign): Likewise.
4353 * python/py-inferior.c (infpy_write_memory): Call
4354 'write_memory_with_notification'.
4355
4356 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4357
4358 * cc-with-index.sh: Use also -ex "set auto-load no".
4359
4360 2012-06-23 Doug Evans <dje@google.com>
4361
4362 PR 14125
4363 * NEWS: Document additions to .gdb_index.
4364 * dwarf2read.c: #include "gdb/gdb-index.h".
4365 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4366 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4367 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4368 (dwarf2_read_index): Recognize version 7.
4369 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4370 block_kind, domain): All callers updated.
4371 (dw2_find_symbol_file): Handle new index CU values.
4372 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4373 (add_index_entry): New args is_static, kind. All callers updated.
4374 (offset_type_compare, uniquify_cu_indices): New functions
4375 (symbol_kind): New function.
4376 (write_psymtabs_to_index): Remove duplicate CU values.
4377 (write_psymtabs_to_index): Write .gdb_index version 7.
4378
4379 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4380
4381 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4382 * configure: Regenerate.
4383
4384 2012-06-20 Yao Qi <yao@codesourcery.com>
4385
4386 * python/py-inferior.c: Update comments of infpy_read_memory
4387 and infpy_write_memory.
4388
4389 2012-06-19 Tom Tromey <tromey@redhat.com>
4390
4391 PR exp/9514:
4392 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4393 (push_type_address_space): Remove.
4394 * parse.c (insert_into_type_stack): New function.
4395 (insert_type): Likewise.
4396 (insert_type_address_space): Rename from push_type_address_space.
4397 Insert tp_space_identifier.
4398 * c-exp.y (ptr_operator): New production.
4399 (abs_decl): Use ptr_operator.
4400 (space_identifier): Call insert_type_address_space.
4401 (ptype): Don't use const_or_volatile_or_space_identifier.
4402 (const_or_volatile_noopt): Call insert_type.
4403 (conversion_type_id, conversion_declarator): New productions.
4404 (operator): Use conversion_type_id.
4405
4406 2012-06-18 Doug Evans <dje@google.com>
4407
4408 * symtab.h (minimal_symbol): New member created_by_gdb.
4409 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4410 created by gdb.
4411 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4412 (search_symbols): Call it instead of lookup_symbol.
4413 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4414
4415 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4416 Adjust address for DW_OP_GNU_addr_index.
4417 * dwarf2expr.h (dwarf_expr_context): Update comment.
4418 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4419 all callers updated. Handle TLS vars described with
4420 DW_OP_GNU_const_index.
4421 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4422 and DW_OP_GNU_const_index.
4423 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4424
4425 * block.c (find_block_in_blockvector): Make explicit the fact that we
4426 ignore GLOBAL_BLOCK.
4427
4428 2012-06-18 Tom Tromey <tromey@redhat.com>
4429
4430 * c-exp.y (operator): Remove trailing space after "delete" and
4431 "delete[]".
4432
4433 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4434 Jan Kratochvil <jan.kratochvil@redhat.com>
4435
4436 Switch i386 and derived targets to ON_STACK.
4437 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4438 (amd64_dicos_init_abi): Remove its installment.
4439 * dicos-tdep.c (dicos_init_abi): Remove the
4440 set_gdbarch_call_dummy_location call. Update the comment here.
4441 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4442 (i386_dicos_init_abi): Remove its installment.
4443 * i386-tdep.c (i386_push_dummy_code): New function.
4444 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4445 i386_push_dummy_code.
4446
4447 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 Remove stale dummy frames.
4450 * breakpoint.c: Include dummy-frame.h.
4451 (longjmp_breakpoint_ops): New variable.
4452 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4453 bp_longjmp_call_dummy.
4454 (bpstat_what, bptype_string, print_one_breakpoint_location)
4455 (init_bp_location): Support bp_longjmp_call_dummy.
4456 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4457 (set_longjmp_breakpoint_for_call_dummy)
4458 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4459 functions.
4460 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4461 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4462 FIXME comment and extend the other comment for bp_call_dummy.
4463 (set_longjmp_breakpoint_for_call_dummy)
4464 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4465 * dummy-frame.c: Include gdbthread.h.
4466 (pop_dummy_frame_bpt): New function.
4467 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4468 (dummy_frame_discard): New function.
4469 (cleanup_dummy_frames): Update the comment about longjmps.
4470 * dummy-frame.h (dummy_frame_discard): New declaration.
4471 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4472 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4473 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4474 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4475 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4476 keep_going if IS_LONGJMP and there is no other reason to stop.
4477
4478 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4479
4480 * remote-sim.c (sim_command_completer): Initialize
4481 variable 'result'.
4482
4483 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4486 * dwarf2loc.c (call_site_parameter_matches): Support
4487 CALL_SITE_PARAMETER_PARAM_OFFSET.
4488 (needs_dwarf_reg_entry_value): Push stub value.
4489 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4490 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4491 * gdbtypes.h (enum call_site_parameter_kind): New item
4492 CALL_SITE_PARAMETER_PARAM_OFFSET.
4493 (struct call_site.parameter.u): New field param_offset.
4494
4495 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4496
4497 Code cleanup: Generalize call_site.parameter key.
4498 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4499 variable dwarf_reg. New variable kind_u. Update parameters to
4500 push_dwarf_reg_entry_value.
4501 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4502 * dwarf2expr.h (enum call_site_parameter_kind)
4503 (union call_site_parameter_u): Forward declarations.
4504 (struct dwarf_expr_context_funcs): Update parameters and their
4505 description for push_dwarf_reg_entry_value.
4506 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4507 * dwarf2loc.c (call_site_parameter_matches): New function.
4508 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4509 description. Use call_site_parameter_matches.
4510 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4511 Update parameters and their description.
4512 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4513 New variable kind_u. Adjust the caller for updated parameters.
4514 (needs_dwarf_reg_entry_value): Update parameters.
4515 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4516 instead of attr. Update for the changed fields of struct
4517 call_site_parameter.
4518 * gdbtypes.h: Include dwarf2expr.h.
4519 (enum call_site_parameter_kind): New.
4520 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4521 fb_offset into new union u.
4522
4523 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4524
4525 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4526 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4527 for x32.
4528
4529 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4530
4531 * amd64-linux-nat.c (compat_x32_clock_t): New.
4532 (compat_x32_siginfo_t): Likewise.
4533 (compat_x32_siginfo_from_siginfo): Likewise.
4534 (siginfo_from_compat_x32_siginfo): Likewise.
4535 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4536 and siginfo_from_compat_x32_siginfo for x32.
4537
4538 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4539
4540 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4541
4542 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4543
4544 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4545 instead of gdbarch_ptr_bit.
4546 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4547 (amd64_supply_native_gregset): Likewise.
4548 (amd64_collect_native_gregset): Likewise.
4549 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4550 (amd64_supply_xsave): Likewise.
4551 (amd64_collect_fxsave): Likewise.
4552 (amd64_collect_xsave): Likewise.
4553
4554 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4555
4556 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4557 (amd64_linux_read_description): Check DS segment register for
4558 x32 process.
4559
4560 2012-06-15 Tom Tromey <tromey@redhat.com>
4561
4562 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4563 init_cutu_and_read_dies.
4564
4565 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4566
4567 * MAINTAINERS (Write After Approval): Add myself to the list.
4568
4569 2012-06-15 Tom Tromey <tromey@redhat.com>
4570
4571 * valops.c (value_find_oload_method_list): Now static.
4572 * value.h (value_find_oload_method_list): Don't declare.
4573
4574 2012-06-15 Tom Tromey <tromey@redhat.com>
4575
4576 * valops.c (find_overload_match): Use value_ind.
4577
4578 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4579
4580 * infrun.c (handle_inferior_event): Correct indentation.
4581
4582 2012-06-14 Doug Evans <dje@google.com>
4583
4584 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4585 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4586 All uses updated.
4587 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4588 updated. Handle DEBUG_LOC_START_LENGTH.
4589 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4590 (loclist_describe_location): Ditto.
4591
4592 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4593
4594 PR backtrace/13866
4595 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4596 after hiding inline functions.
4597
4598 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4599
4600 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4601 _initialize_inf_ttrace.
4602
4603 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4604
4605 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4606 _initialize_hppa_hpux_nat.
4607
4608 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4609
4610 * remote-sim.c (sim_command_completer): Change type of return
4611 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4612
4613 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4614 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 PR tdep/14222
4617 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4618 stack on a 16-byte boundary.
4619
4620 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4621
4622 * jit.c (finalize_symtab): Set function's return type to 'void' by
4623 default.
4624
4625 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4626 H.J. Lu <hongjiu.lu@intel.com>
4627
4628 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4629 Move bits common to both the classic LP64 and the new x32 ILP32
4630 ABI here.
4631 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4632 (amd64_x32_linux_init_abi): New function.
4633 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4634 subtype.
4635
4636 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4637 * i386-tdep.c (i386_pseudo_register_name): Make public.
4638 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4639 * amd64-tdep.c (amd64_dword_names): Add "eip".
4640 (amd64_x32_pseudo_register_type): New function
4641 (amd64_x32_init_abi): New function.
4642
4643 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 PR build/14003
4646 * inferior.h (struct inferior_suspend_state): Comment out.
4647 (struct inferior): Comment out the field suspend.
4648 * infrun.c (struct infcall_suspend_state): Comment out the field
4649 inferior_suspend.
4650 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4651 out its assignment.
4652
4653 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4656 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4657 function comment. Return ERROR for unresolved cases. Implement
4658 returning proper NAME.
4659 (yylex): Accept also NAME from classify_inner_name.
4660 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4661 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4662 LOC_TYPEDEF type.
4663 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4664
4665 2012-06-13 Tom Tromey <tromey@redhat.com>
4666
4667 * breakpoint.c (condition_completer): New function.
4668 (_initialize_breakpoint): Use it.
4669 * value.c (complete_internalvar): New function.
4670 * value.h (complete_internalvar): Declare.
4671
4672 2012-06-13 Tom Tromey <tromey@redhat.com>
4673
4674 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4675 * breakpoint.c (catch_syscall_completer): Return a VEC.
4676 * cli/cli-cmds.c (complete_command): Update.
4677 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4678 (complete_on_enum): Likewise.
4679 * command.h: Include gdb_vecs.h.
4680 (completer_ftype): Change return type.
4681 (complete_on_cmdlist, complete_on_enum): Likewise.
4682 * completer.c (noop_completer, filename_completer)
4683 (location_completer): Return a VEC.
4684 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4685 to a VEC.
4686 (expression_completer, complete_line_internal, complete_line)
4687 (command_completer): Return a VEC.
4688 (gdb_completion_word_break_characters, line_completion_function):
4689 Update.
4690 * completer.h: Include gdb_vecs.h.
4691 (complete_line, noop_completer, filename_completer)
4692 (expression_completer, location_completer, command_completer):
4693 Update.
4694 * f-lang.c (f_word_break_characters): Return a VEC.
4695 * interps.c (interpreter_completer): Return a VEC.
4696 * language.h (struct language_defn)
4697 <la_make_symbol_completion_list>: Return a VEC.
4698 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4699 * symtab.c (free_completion_list): Take a VEC.
4700 (return_val_size, return_val_index): Remove.
4701 (return_val): Now a VEC.
4702 (completion_list_add_name): Update.
4703 (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 Return a VEC.
4707 (add_filename_to_list): Update.
4708 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4709 <list>: Now a VEC.
4710 (maybe_add_partial_symtab_filename): Update.
4711 (make_source_files_completion_list): Return a VEC.
4712 * symtab.h (default_make_symbol_completion_list_break_on)
4713 (default_make_symbol_completion_list, make_symbol_completion_list)
4714 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4715 (make_source_files_completion_list): Update.
4716
4717 2012-06-13 Tom Tromey <tromey@redhat.com>
4718
4719 * breakpoint.c (add_catch_command): Use completer_ftype.
4720 * breakpoint.h: Include command.h.
4721 (add_catch_command): Use completer_ftype.
4722 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4723 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4724 Use completer_ftype.
4725 * command.h (completer_ftype): New typedef.
4726 (set_cmd_completer): Use it.
4727 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4728 completer_ftype.
4729
4730 2012-06-13 Pedro Alves <palves@redhat.com>
4731
4732 Partial revert of previous change.
4733
4734 * serial.c (scb_base): New global.
4735 (serial_for_fd): New.
4736 (serial_open, serial_fdopen_ops): Link new serial in open serials
4737 chain.
4738 (do_serial_close): Unlink serial from the open serials chain.
4739
4740 2012-06-12 Pedro Alves <palves@redhat.com>
4741
4742 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4743 threads here.
4744 (prepare_for_detach): No longer context switch here in non-stop
4745 mode.
4746 (fetch_inferior_event): Ditto.
4747 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4748 to the event thread before removing breakpoints. Switch to the
4749 event thread before inserting breakpoints and resuming.
4750 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4751 event thread before resuming.
4752 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4753 Switch to the event thread before removing breakpoints.
4754
4755 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4756
4757 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4758 special characters correctly for the Windows shells. See
4759 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4760 report.
4761 [!__MINGW32__]: Remove extra double quote character from special
4762 characters.
4763
4764 2012-06-11 Stan Shebs <stan@codesourcery.com>
4765
4766 * ui-out.h: Remove #if 0 declarations.
4767 * ui-out.c: Remove #if 0 functions.
4768
4769 2012-06-11 Pedro Alves <palves@redhat.com>
4770
4771 * ser-base.c (run_async_handler_and_reschedule): New.
4772 (fd_event, push_event): Use it.
4773 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4774 reference count to 1.
4775 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4776 instead of xfree.
4777 (serial_is_open, serial_ref, serial_unref): New.
4778 * serial.h (serial_open): Adjust comment.
4779 (serial_is_open): Declare.
4780 (serial_close): Adjust comment.
4781 (serial_ref, serial_unref) Declare.
4782 (struct serial): New field 'refcnt'.
4783
4784 2012-06-11 Pedro Alves <palves@redhat.com>
4785
4786 Remove #if 0'd "connect" command, and unnecessary associated
4787 refcounting and serial reuse bits.
4788
4789 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4790 * serial.c (last_serial_opened): Delete.
4791 (scb_base): Delete.
4792 (serial_open): Adjust.
4793 (serial_for_fd): Delete.
4794 (serial_fdopen_ops, do_serial_close): Adjust.
4795 (serial_fdopen_ops): Adjust.
4796
4797 2012-06-11 Pedro Alves <palves@redhat.com>
4798
4799 * serial.c (do_serial_close): Remove early return when SCB is
4800 null.
4801
4802 2012-06-11 Tom Tromey <tromey@redhat.com>
4803
4804 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4805
4806 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 Fix regression by the "ambiguous linespec" series.
4809 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4810 get_last_displayed_symtab and get_last_displayed_line and depending
4811 on CURSAL.
4812
4813 2012-06-11 Tom Tromey <tromey@redhat.com>
4814
4815 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4816 (dw2_find_symbol_file): Use it.
4817
4818 2012-06-11 Michael Eager <eager@eagercon.com>
4819
4820 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4821 * mips-linux-tdep.h (mips_signals): New
4822
4823 2012-06-11 Tom Tromey <tromey@redhat.com>
4824
4825 * infrun.c (handle_inferior_event)
4826 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4827 breakpoint.
4828 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4829 exception logic in all cases. Update comments.
4830 (insert_longjmp_resume_breakpoint): Set the exception resume
4831 breakpoint.
4832
4833 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4834
4835 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4836
4837 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4838
4839 * valarith.c (binop_types_user_defined_p): Fix a typo.
4840
4841 2012-06-08 Yao Qi <yao@codesourcery.com>
4842 Chung-Lin Tang <cltang@codesourcery.com>
4843
4844 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4845 * arch-utils.h: Declare.
4846 * gdbarch.sh: Add return_in_first_hidden_param_p.
4847 * gdbarch.c, gdbarch.h: Regenerated.
4848 * infcall.c (call_function_by_hand): Call
4849 gdbarch_return_in_first_hidden_param_p instead of
4850 language_pass_by_reference.
4851
4852 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4853 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4854 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4855 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4856 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4857 `cplus_return_struct_by_reference'.
4858 (tic6x_return_value): Handle language cplusplus.
4859 (tic6x_return_in_first_hidden_param_p): New.
4860 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4861
4862 2012-06-07 Doug Evans <dje@google.com>
4863
4864 * dwarf2read.c (dwarf2_cu): Add comment.
4865
4866 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4867
4868 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4869 variable.
4870 (mips_eabi_push_dummy_call): Likewise.
4871 (mips_n32n64_push_dummy_call): Likewise.
4872 (mips_o32_push_dummy_call): Likewise.
4873 (mips_o64_push_dummy_call): Likewise.
4874
4875 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4876
4877 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4878
4879 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4880
4881 * mips-tdep.c (mips_pseudo_register_type): Use
4882 mips_float_register_p.
4883
4884 2012-06-06 Pedro Alves <palves@redhat.com>
4885
4886 * infrun.c (handle_inferior_event): Remove calls to
4887 reinit_frame_cache that follow a context_switch call.
4888
4889 2012-06-06 Pedro Alves <palves@redhat.com>
4890
4891 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4892 context_switch and remove stale comment.
4893
4894 2012-06-06 Pedro Alves <palves@redhat.com>
4895
4896 * infrun.c (struct execution_control_state): Remove
4897 `new_thread_event' field.
4898 (handle_inferior_event): Simplify new threads handling; don't
4899 resume the inferior if we find a new thread.
4900
4901 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4902
4903 * NEWS: Document the deprecation of SH's 'regs' command.
4904 * inferior.h (all_registers_info): Add function declaration.
4905 * sh-tdep.c (sh_show_regs): Remove variable.
4906 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4907 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4908 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4909 (sh_show_regs_command): Remove functions.
4910 (sh_gdbarch_init): Don't set sh_show_regs.
4911 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4912 'info all-registers'.
4913 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4914 (sh64_show_regs): Remove functions.
4915 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4916
4917 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4918
4919 * configure.ac: Move development=true below AC_INIT.
4920 * configure: Regenerate.
4921
4922 2012-06-05 Stan Shebs <stan@codesourcery.com>
4923
4924 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4925 gdb_stdout.
4926
4927 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4928
4929 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4930 argument as ssize_t.
4931 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4932 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4933 * target.c (target_read_stack, target_write_memory)
4934 (target_write_raw_memory): Likewise.
4935 * target.h (target_read_stack, target_write_memory)
4936 (target_write_raw_memory): Likewise.
4937
4938 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4941 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4942 * target.c (target_read_memory): Change LEN to ssize_t.
4943 * target.h (target_read_memory): Change LEN to ssize_t.
4944
4945 2012-06-05 Pedro Alves <palves@redhat.com>
4946
4947 PR backtrace/13866
4948
4949 * breakpoint.c (until_break_command): Only fetch the selected
4950 frame after decode_line_1.
4951
4952 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4953
4954 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4955 event breakpoint at _start, __start or main if a program
4956 interpreter is not found.
4957
4958 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4959
4960 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4961 Add declaration.
4962 * windows-tdep.c: #include "objfiles.h".
4963 (windows_iterate_over_objfiles_in_search_order): New function.
4964 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4965 iterate_over_objfiles_in_search_order gdbarch method to
4966 windows_iterate_over_objfiles_in_search_order.
4967 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4968
4969 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4970
4971 * gdbarch.sh: Add generation of
4972 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4973 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4974 (iterate_over_objfiles_in_search_order): New gdbarch method.
4975 * gdbarch.h, gdbarch.c: Regenerate.
4976 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4977 Add declaration.
4978 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4979 New function.
4980 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4981 out of lookup_symbol_aux_symtabs.
4982 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4983 call to lookup_symbol_aux_objfile.
4984 (struct global_sym_lookup_data): New type.
4985 (lookup_symbol_global_iterator_cb): New function.
4986 (lookup_symbol_global): Search for symbol using
4987 gdbarch_iterate_over_objfiles_in_search_order and
4988 lookup_symbol_global_iterator_cb.
4989 * findvar.c (struct minsym_lookup_data): New type.
4990 (minsym_lookup_iterator_cb): New function.
4991 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4992 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4993 and minsym_lookup_iterator_cb.
4994
4995 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4996
4997 Revert the following patch:
4998 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4999 try locating the symbol in the symbol's own objfile first, before
5000 extending the search to all objfiles.
5001 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5002 out of lookup_symbol_aux_symtabs.
5003 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5004 Replace extracted-out code by call to lookup_symbol_aux_objfile.
5005 Do not search EXCLUDE_OBJFILE.
5006 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5007 (lookup_symbol_global): Search for matches in the block's objfile
5008 first, before searching all other objfiles.
5009
5010 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5011
5012 * breakpoint.c (find_condition_and_thread): Stop parsing
5013 as soon as the first invalid keyword is found.
5014
5015 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5016
5017 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5018
5019 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5020
5021 * config/djgpp/djcheck.sh: Add copyright header.
5022
5023 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5024
5025 * copyright.py (update_files, main): Fix path to update-copyright
5026 script.
5027
5028 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5029
5030 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5031 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5032 for which a reminder to update by hand is printed.
5033
5034 2012-06-04 Doug Evans <dje@google.com>
5035
5036 * buildsym.c (make_blockvector): Add comment.
5037
5038 2012-06-04 Pedro Alves <palves@redhat.com>
5039
5040 * arch-utils.c (default_gdb_signal_from_target): Delete.
5041 * arch-utils.h (default_gdb_signal_from_target): Delete.
5042 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5043 gdbarch_gdb_signal_from_target_p.
5044 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5045 predicate).
5046 * gdbarch.h: Regenerate.
5047 * gdbarch.c: Regenerate.
5048
5049 2012-06-04 Pedro Alves <palves@redhat.com>
5050
5051 * gdbarch.sh (gdb_signal_from_target): Mention that the
5052 implementation of the method must be host independent.
5053 * gdbarch.h: Regenerate.
5054
5055 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5058 parameters.
5059 (target_read_memory_bfd): New function.
5060 (symbol_file_add_from_memory): Use it.
5061
5062 2012-06-03 Doug Evans <dje@google.com>
5063
5064 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5065 of primary symtab.
5066 (basic_lookup_transparent_type): Ditto.
5067
5068 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5069 (ALL_PRIMARY_SYMTABS): Use it.
5070 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5071 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5072 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5073 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5074 (basic_lookup_transparent_type): Ditto.
5075
5076 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5077
5078 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5079 it to optimize resolution of demangled name.
5080
5081 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5082
5083 * configure.ac (development): Define new variable.
5084 Call AC_CHECK_LIB for mcheck if $development.
5085 (ERROR_ON_WARNING): Enable it by default only if $development.
5086 * config.in: Regenerate.
5087 * configure: Regenerate.
5088
5089 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5090
5091 * target.c (target_read_memory): Make LEN argument as size_t.
5092 * target.h (target_read_memory): Likewise.
5093
5094 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5095
5096 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5097
5098 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5099
5100 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5101 BookE interface for PowerPC server processors if not available
5102 in the Linux Kernel.
5103
5104 2012-05-31 Keith Seitz <keiths@redhat.com>
5105
5106 * linespec.c (decode_objc): Add cleanup to free
5107 INFO.FILE_SYMTABS.
5108 (find_linespec_symbols): Add cleanup to free CLASSES.
5109 * symfile.c (find_separate_debug_file_by_debuglink): Add
5110 cleanup to free DEBUGLINK.
5111 * ui-out.c (clear_header_list): No need to check if
5112 HEADER_NEXT.COLHDR is NULL.
5113 Free HEADER_NEXT.COL_NAME.
5114
5115 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5116
5117 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5118 warning.
5119
5120 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5121
5122 * configure.host (gdb_host_cpu): Handle tilegx*.
5123 (gdb_host): Handle tilegx-*-linux*.
5124 * tilegx-linux-nat.c: New file.
5125 * config/tilegx/linux.mh: New file.
5126
5127 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5128
5129 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5130 tilegx-linux-tdep.o.
5131 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5132 tilegx-linux-tdep.c.
5133 * configure.tgt: Handle tilegx-*-linux*.
5134 * tilegx-tdep.h: New file.
5135 * tilegx-tdep.c: New file.
5136 * tilegx-linux-tdep.c: New file.
5137 * regformats/reg-tilegx.dat: New file.
5138
5139 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5140
5141 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5142 accounting of hw watchpoints on ppc.
5143
5144 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5145
5146 * source.c (openp): Expand tilde in path entries.
5147
5148 2012-05-29 Doug Evans <dje@google.com>
5149
5150 * buildsym.c (block_compar): Fix comment.
5151 (end_symtab): Fix and clarify some comments.
5152
5153 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5154 cleanup_undefined_types.
5155 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5156 All callers updated.
5157
5158 2012-05-29 Tom Tromey <tromey@redhat.com>
5159
5160 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5161 fails.
5162 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5163 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5164 fails.
5165 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5166 fails.
5167
5168 2012-05-29 Tristan Gingold <gingold@adacore.com>
5169
5170 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5171 (struct darwin_info): ... New struct.
5172 (solib_darwin_pspace_data): New variable.
5173 (darwin_pspace_data_cleanup): New function.
5174 (get_darwin_info): Likewise.
5175 (darwin_dyld_version_ok, darwin_load_image_infos)
5176 (darwin_solib_get_all_image_info_addr_at_init)
5177 (darwin_solib_read_all_image_info_addr): Add info argument.
5178 Adjust code.
5179 (darwin_current_sos): Use per pspace structure.
5180 (darwin_solib_create_inferior_hook): Likewise.
5181 (darwin_clear_solib): Likewise.
5182 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5183
5184 2012-05-28 Pedro Alves <palves@redhat.com>
5185
5186 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5187 block that uses them. Clear ecss before handling each event.
5188
5189 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 * solib-svr4.c (svr4_current_sos): New comment on
5192 svr4_current_sos_via_xfer_libraries fall back.
5193
5194 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5195
5196 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5197 it as a fallback for TYPE_IS_OPAQUE.
5198 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5199 symbols for lookup_symbol.
5200
5201 2012-05-24 John Steele Scott <toojays@toojays.net>
5202
5203 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5204 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5205 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5206 (check_producer): ... this new function, which also checks for ICC
5207 and caches the result.
5208 (producer_is_icc): New function.
5209 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5210 producer was ICC.
5211
5212 2012-05-24 Pedro Alves <palves@redhat.com>
5213
5214 PR gdb/7205
5215
5216 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5217 (default_gdb_signal_to_target): ... this. Add comment.
5218 (default_gdb_signal_from_host): Rename to ...
5219 (default_gdb_signal_from_target): ... this. Add comment.
5220 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5221 (default_gdb_signal_to_target): ... this.
5222 (default_gdb_signal_from_host): Rename to ...
5223 (default_gdb_signal_from_target): ... this.
5224 * corelow.c (core_open): Adjust to naming change. Replace comment.
5225 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5226 (gdb_signal_from_target): ... this. Adjust to
5227 default_gdb_signal_from_host naming change. Extend comment.
5228 (gdb_signal_to_host): Rename to ...
5229 (gdb_signal_to_target): ... this. Adjust to
5230 default_gdb_signal_to_host naming change.
5231 * gdbarch.h, gdbarch.c: Renegerate.
5232
5233 2012-05-24 Pedro Alves <palves@redhat.com>
5234
5235 PR gdb/7205
5236
5237 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5238
5239 2012-05-24 Pedro Alves <palves@redhat.com>
5240
5241 PR gdb/7205
5242
5243 Replace target_signal with gdb_signal throughout.
5244
5245 2012-05-24 Pedro Alves <palves@redhat.com>
5246
5247 PR tui/14159
5248
5249 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5250 string, instead of reusing the va_list argument.
5251
5252 2012-05-24 Tom Tromey <tromey@redhat.com>
5253
5254 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5255 Remove.
5256
5257 2012-05-23 Doug Evans <dje@google.com>
5258
5259 * symtab.c (search_symbols): Formatting fixes.
5260 (print_symbol_info): Formatting fixes.
5261
5262 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5263 int64_t change to leb128 API.
5264 (read_encoded_value, decode_frame_entry_1): Ditto.
5265 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5266 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5267 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5268 (execute_stack_op): Ditto.
5269 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5270 (safe_read_uleb128, safe_read_sleb128): Ditto.
5271 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5272 (dwarf2_compile_expr_to_ax): Ditto.
5273 (locexpr_describe_location_piece): Ditto.
5274 (disassemble_dwarf_expression): Ditto.
5275 (locexpr_describe_location_1): Ditto.
5276
5277 2012-05-23 Stan Shebs <stan@codesourcery.com>
5278 Kwok Cheung Yeung <kcy@codesourcery.com>
5279
5280 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5281 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5282 (mi-cmd-info.o): New rule.
5283 * osdata.h (info_osdata_command): New declaration.
5284 * osdata.c (info_osdata_command): Change to non-static.
5285 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5286 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5287 * mi/mi-cmd-info.c: New file.
5288
5289 2012-05-23 Doug Evans <dje@google.com>
5290
5291 * symtab.c (search_symbols): Pass NULL for file_matcher to
5292 expand_symtabs_matching if there are no files to match.
5293
5294 * gdbtypes.c (lookup_typename): Simplify.
5295
5296 2012-05-23 Pedro Alves <palves@redhat.com>
5297
5298 * arch-utils.h (default_target_signal_to_host): Delete.
5299 * arch-utils.c (default_target_signal_to_host): Delete.
5300 * gdbarch.sh (target_signal_to_host): Remove.
5301 * gdbarch.h, gdbarch.c: Regenerate.
5302
5303 2012-05-22 Doug Evans <dje@google.com>
5304
5305 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5306 "const gdb_byte *".
5307 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5308 (execute_cfa_program): Update to match API of leb128 functions.
5309 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5310 "const gdb_byte *".
5311 (read_unsigned_leb128, read_signed_leb128): Delete.
5312 (read_initial_length): Change type of buf argument to
5313 "const gdb_byte *".
5314 (read_encoded_value): Update to match API of leb128 functions.
5315 (decode_frame_entry): Change result to "const gdb_byte *", and
5316 similarly for "start" parameter.
5317 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5318 (dwarf2_build_frame_info): Change local frame_ptr to
5319 "const gdb_byte *".
5320 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5321 read_uleb128, read_sleb128. All callers updated.
5322 (safe_skip_leb128): New function.
5323 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5324 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5325 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5326 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5327 read_uleb128, read_sleb128.
5328 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5329 (execute_stack_op): Update to match API of leb128 functions.
5330 * dwarf2expr.h: #include "leb128.h".
5331 (read_uleb128, read_sleb128): Delete.
5332 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5333 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5334 * dwarf2loc.c (debug_loc_kind): New enum.
5335 (decode_debug_loc_addresses): New function.
5336 (decode_debug_loc_dwo_addresses): New function.
5337 (dwarf2_find_location_expression): Rewrite.
5338 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5339 (locexpr_describe_location_piece): Ditto.
5340 (disassemble_dwarf_expression): Ditto.
5341 (locexpr_describe_location_1): Ditto.
5342 (loclist_describe_location): Rewrite.
5343 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5344 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5345 (dwarf2_section_buffer_overflow_complaint): Renamed from
5346 dwarf2_macros_too_long_complaint. All callers updated.
5347 (skip_leb128): Delete.
5348 (init_cu_die_reader): Initialize reader->buffer_end.
5349 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5350 (skip_form_bytes): New arg buffer_end. All callers updated.
5351 Replace call to skip_leb128 with gdb_skip_leb128.
5352 (skip_unknown_opcode): New arg mac_end. All callers updated.
5353 (fill_in_loclist_baton): Initialize baton->from_dwo.
5354
5355 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5356
5357 * mips-linux-nat.c (mips_linux_read_description): Use a more
5358 verbose error message.
5359
5360 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5361
5362 * NEWS: Add MIPS/Linux DSP support.
5363 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5364 (SIGCONTEXT_DSPCTL): New macro.
5365 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5366 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5367 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5368 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5369 (N64_SIGCONTEXT_HI3): Likewise.
5370 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5371 (N64_SIGCONTEXT_LO3): Likewise.
5372 (N64_SIGCONTEXT_DSPCTL): Likewise.
5373 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5374 (mips_linux_o32_sigframe_init): Handle DSP registers.
5375 (mips_linux_n32n64_sigframe_init): Likewise.
5376
5377 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5378
5379 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5380 call to abort.
5381
5382 2012-05-22 Pedro Alves <palves@redhat.com>
5383
5384 * target.h (store_waitstatus): Move declaration ...
5385 * inf-child.h (store_waitstatus): ... here.
5386 * target.c: Move inclusion of gdb_wait.h, and ...
5387 (store_waitstatus): ... this ...
5388 * inf-child.c: ... here.
5389 * linux-nat.c: Include inf-child.h.
5390 * rs6000-nat.c: Include inf-child.h.
5391 * spu-linux-nat.c: Include inf-child.h.
5392
5393 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5394
5395 * tracepoint.c (start_tracing): Add missing i18n markup.
5396 (stop_tracing, set_trace_user): Ditto.
5397 (set_trace_notes, set_trace_stop_notes): Ditto.
5398
5399 2012-05-21 Tom Tromey <tromey@redhat.com>
5400
5401 PR c++/7173:
5402 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5403 types.
5404 * value.h (value_cast_pointers): Update.
5405 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5406 (value_cast): Update.
5407 (update_search_result): New function.
5408 (do_search_struct_field): New, from search_struct_field. Check
5409 for ambiguous results.
5410 (search_struct_field): Rewrite.
5411 * infcall.c (value_arg_coerce): Update.
5412 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5413 value_cast_pointers.
5414 * ada-lang.c (ada_convert_actual): Update.
5415
5416 2012-05-21 Tom Tromey <tromey@redhat.com>
5417
5418 * macroexp.c (macro_stringify): Terminate the string.
5419
5420 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5421
5422 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5423 Describe it.
5424 * auto-load.c (auto_load_expand_dir_vars): New function.
5425 (auto_load_safe_path_vec_update): Use it, remove the
5426 substitute_path_component call thanks to it.
5427 (auto_load_objfile_script): Remove the debug_file_directory processing.
5428 Use auto_load_expand_dir_vars, remove the substitute_path_component
5429 call thanks to it.
5430 * configure: Regenerate.
5431 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5432 path. Escape $ also for $debugdir.
5433 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5434 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5435
5436 2012-05-20 Doug Evans <dje@google.com>
5437
5438 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5439 before use. Check for symtab->includes == NULL before scanning it.
5440
5441 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5442
5443 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5444
5445 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5446
5447 * NEWS: Add microMIPS support and "set mips compression",
5448 "show mips compression" commands.
5449 * mips-tdep.h (mips_isa): New enum.
5450 (gdbarch_tdep): Add mips_isa.
5451 (mips_pc_is_mips16): Update prototype.
5452 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5453 * mips-tdep.c (mips_compression_mips16): New variable.
5454 (mips_compression_micromips): Likewise.
5455 (mips_compression_strings): Likewise.
5456 (mips_compression_string): Likewise.
5457 (is_mips16_isa, is_micromips_isa): New functions.
5458 (is_mips16_addr): Rename to...
5459 (is_compact_addr): ... this.
5460 (unmake_mips16_addr): Likewise to...
5461 (unmake_compact_addr): ... this.
5462 (make_mips16_addr): Likewise to...
5463 (make_compact_addr): ... this.
5464 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5465 functions.
5466 (mips_elf_make_msymbol_special): Handle microMIPS code.
5467 (msymbol_is_special): Rename to...
5468 (msymbol_is_mips16): ... this.
5469 (mips_make_symbol_special, mips_pc_is_mips16): Update
5470 accordingly.
5471 (msymbol_is_mips, msymbol_is_micromips): New functions.
5472 (mips16_to_32_reg): Rename to...
5473 (mips_reg3_to_reg): ... this.
5474 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5475 (mips_pc_isa): Likewise.
5476 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5477 code.
5478 (mips_fetch_instruction): Pass return status instead of printing
5479 an error message if requested. Handle microMIPS code. Bail out
5480 on an invalid ISA.
5481 (micromips_op): New macro.
5482 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5483 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5484 (b6s4_op, b7s3_reg): Likewise.
5485 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5486 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5487 (mips_insn_size): New function.
5488 (mips32_next_pc): Update mips_fetch_instruction call.
5489 (micromips_relative_offset7): New function.
5490 (micromips_relative_offset10): Likewise.
5491 (micromips_relative_offset16): Likewise.
5492 (micromips_pc_insn_size): Likewise.
5493 (micromips_bc1_pc): Likewise.
5494 (micromips_next_pc): Likewise.
5495 (unpack_mips16): Update mips_fetch_instruction call.
5496 (extended_mips16_next_pc): Update according to change to
5497 mips16_to_32_reg.
5498 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5499 code.
5500 (mips16_scan_prologue): Update mips_fetch_instruction call.
5501 Update according to change to mips16_to_32_reg.
5502 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5503 (mips_insn16_frame_base_sniffer): Likewise.
5504 (micromips_decode_imm9): New function.
5505 (micromips_scan_prologue): Likewise.
5506 (mips_micro_frame_cache): Likewise.
5507 (mips_micro_frame_this_id): Likewise.
5508 (mips_micro_frame_prev_register): Likewise.
5509 (mips_micro_frame_sniffer): Likewise.
5510 (mips_micro_frame_unwind): New variable.
5511 (mips_micro_frame_base_address): New function.
5512 (mips_micro_frame_base): New variable.
5513 (mips_micro_frame_base_sniffer): New function.
5514 (mips32_scan_prologue): Update mips_fetch_instruction call.
5515 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5516 rather than for MIPS16.
5517 (mips_insn32_frame_base_sniffer): Likewise.
5518 (mips_addr_bits_remove): Handle microMIPS code.
5519 (deal_with_atomic_sequence): Rename to...
5520 (mips_deal_with_atomic_sequence): ... this. Update the type
5521 of the variable used to hold an instruction. Remove the ISA bit
5522 check. Update mips_fetch_instruction call.
5523 (micromips_deal_with_atomic_sequence): New function.
5524 (deal_with_atomic_sequence): Likewise.
5525 (mips_about_to_return): Handle microMIPS code. Update
5526 mips_fetch_instruction call.
5527 (heuristic_proc_start): Check for the standard MIPS ISA rather
5528 than for MIPS16. Update mips_pc_is_mips16 and
5529 mips_fetch_instruction calls. Handle microMIPS code.
5530 (mips_push_dummy_code): Handle microMIPS code.
5531 (mips_eabi_push_dummy_call): Likewise.
5532 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5533 (mips_o64_push_dummy_call): Handle microMIPS code.
5534 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5535 (is_delayed): Remove function.
5536 (mips_single_step_through_delay): Replace the call to is_delayed
5537 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5538 Handle microMIPS code.
5539 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5540 microMIPS code.
5541 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5542 call.
5543 (micromips_in_function_epilogue_p): New function.
5544 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5545 call.
5546 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5547 Handle microMIPS.
5548 (gdb_print_insn_mips): Likewise.
5549 (mips_breakpoint_from_pc): Likewise.
5550 (mips_remote_breakpoint_from_pc): New function.
5551 (mips32_instruction_has_delay_slot): Simplify making use of the
5552 updated mips_fetch_instruction interface.
5553 (micromips_instruction_has_delay_slot): New function.
5554 (mips16_instruction_has_delay_slot): Simplify making use of the
5555 updated mips_fetch_instruction interface.
5556 (mips_adjust_breakpoint_address): Check for the standard MIPS
5557 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5558 calls. Handle microMIPS code.
5559 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5560 (mips_skip_trampoline_code): Handle microMIPS code.
5561 (global_mips_compression): New function.
5562 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5563 file flags. Register the microMIPS remote breakpoint handler
5564 and heuristic frame unwinder.
5565 (show_mips_compression): New function.
5566 (_initialize_mips_tdep): Add the "set mips compression" and
5567 "show mips compression" commands.
5568
5569 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5570
5571 * ada-lang.c:
5572 * ada-tasks.c:
5573 * ada-varobj.c:
5574 * amd64-darwin-tdep.c:
5575 * arm-symbian-tdep.c:
5576 * arm-tdep.c:
5577 * avr-tdep.c:
5578 * ax-gdb.c:
5579 * bfin-linux-tdep.c:
5580 * breakpoint.c:
5581 * c-valprint.c:
5582 * cli/cli-cmds.c:
5583 * coffread.c:
5584 * cp-support.c:
5585 * cris-tdep.c:
5586 * dwarf2-frame-tailcall.c:
5587 * dwarf2-frame.c:
5588 * dwarf2expr.c:
5589 * dwarf2loc.c:
5590 * dwarf2read.c:
5591 * elfread.c:
5592 * eval.c:
5593 * expprint.c:
5594 * f-valprint.c:
5595 * frv-tdep.c:
5596 * h8300-tdep.c:
5597 * hppa-hpux-tdep.c:
5598 * hppa-tdep.c:
5599 * hppanbsd-tdep.c:
5600 * i386-nto-tdep.c:
5601 * i386-tdep.c:
5602 * i387-tdep.c:
5603 * ia64-tdep.c:
5604 * jit.c:
5605 * linespec.c:
5606 * linux-tdep.c:
5607 * lm32-tdep.c:
5608 * m2-valprint.c:
5609 * m32c-tdep.c:
5610 * m32r-rom.c:
5611 * m32r-tdep.c:
5612 * m68k-tdep.c:
5613 * m68klinux-tdep.c:
5614 * mi/mi-main.c:
5615 * microblaze-tdep.c:
5616 * mips-linux-tdep.c:
5617 * mips-tdep.c:
5618 * mn10300-tdep.c:
5619 * p-valprint.c:
5620 * parse.c:
5621 * ppc-linux-tdep.c:
5622 * ppc-sysv-tdep.c:
5623 * printcmd.c:
5624 * python/py-finishbreakpoint.c:
5625 * python/py-inferior.c:
5626 * python/py-infthread.c:
5627 * python/py-type.c:
5628 * python/python.c:
5629 * remote-fileio.c:
5630 * remote-m32r-sdi.c:
5631 * remote-mips.c:
5632 * reverse.c:
5633 * rl78-tdep.c:
5634 * rs6000-aix-tdep.c:
5635 * rs6000-tdep.c:
5636 * s390-tdep.c:
5637 * score-tdep.c:
5638 * sh64-tdep.c:
5639 * skip.c:
5640 * solib-darwin.c:
5641 * solib-dsbt.c:
5642 * solib-frv.c:
5643 * sparc-tdep.c:
5644 * spu-multiarch.c:
5645 * spu-tdep.c:
5646 * stack.c:
5647 * symfile.c:
5648 * symtab.c:
5649 * tic6x-tdep.c:
5650 * tracepoint.c:
5651 * v850-tdep.c:
5652 * valarith.c:
5653 * valprint.c:
5654 * value.c:
5655 * xcoffread.c:
5656 * xtensa-tdep.c:
5657 * ada-lang.c:
5658 * ada-tasks.c:
5659 * ada-varobj.c:
5660 * amd64-darwin-tdep.c:
5661 * arm-symbian-tdep.c:
5662 * arm-tdep.c: Delete unused variables.
5663
5664 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5665
5666 Rename $ddir to $datadir.
5667 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5668 * auto-load.c (auto_load_safe_path_vec_update)
5669 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5670 * configure: Regenerate.
5671 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5672 Likewise. Remove the 'use $ddir' help string.
5673
5674 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5675
5676 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5677 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5678
5679 2012-05-18 Tom Tromey <tromey@redhat.com>
5680
5681 PR exp/13907:
5682 * valprint.h (struct value_print_options) <symbol_print>: New
5683 field.
5684 * valprint.c (user_print_options): Add default for symbol_print.
5685 (show_symbol_print): New function.
5686 (generic_val_print): Respect symbol_print.
5687 (_initialize_valprint): Add "print symbol" setting.
5688 * f-valprint.c (f_val_print): Respect symbol_print.
5689 * c-valprint.c (c_val_print): Respect symbol_print.
5690 * NEWS: Update.
5691 * printcmd.c (print_address_symbolic): Return int. Ignore some
5692 zero-size symbols.
5693 (print_address_demangle): Return int.
5694 * defs.h: (print_address_symbolic): Return int.
5695 * value.h (print_address_demangle): Return int.
5696
5697 2012-05-18 Tom Tromey <tromey@redhat.com>
5698
5699 * valprint.c (val_print_string): Don't print leading space.
5700 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5701 print space before string or vtbl.
5702 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5703 before string.
5704 * jv-valprint.c (java_value_print): Print space before string.
5705 * go-valprint.c (print_go_string): Print space before string.
5706 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5707 space before string.
5708 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5709 space before string or vtbl.
5710 * auxv.c (fprint_target_auxv): Print space after address.
5711
5712 2012-05-18 Tom Tromey <tromey@redhat.com>
5713
5714 * printcmd.c (print_address_demangle): Remove special case for 0.
5715
5716 2012-05-18 Tom Tromey <tromey@redhat.com>
5717
5718 * printcmd.c (print_address_demangle): Add 'opts' argument.
5719 * p-valprint.c (pascal_val_print): Update.
5720 * jv-valprint.c (java_val_print): Update.
5721 * value.h: Update.
5722 * valprint.c (generic_val_print): Update.
5723 (print_function_pointer_address): Add 'options' argument. Remove
5724 'addressprint' argument. Update.
5725 * m2-valprint.c (print_unpacked_pointer): Update.
5726 * gnu-v3-abi.c (print_one_vtable): Update.
5727 (gnuv3_print_method_ptr): Update.
5728 * f-valprint.c (f_val_print): Update.
5729 * cp-valprint.c (cp_print_value_fields): Update.
5730 * valprint.h (print_function_pointer_address): Update.
5731 * c-valprint.c (c_val_print): Update.
5732
5733 2012-05-18 Tom Tromey <tromey@redhat.com>
5734
5735 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5736 directly corresponding to the found psymtab.
5737 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5738 (dw2_find_pc_sect_symtab): Use it.
5739 * block.h (blockvector_contains_pc): Declare.
5740 * block.c (find_block_in_blockvector): New function.
5741 (blockvector_for_pc_sect): Use it.
5742 (blockvector_contains_pc): New function.
5743
5744 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5745
5746 * mips-tdep.h (mips_write_pc): New prototype.
5747 * mips-tdep.c (mips_write_pc): Make external, add description.
5748 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5749 add description.
5750
5751 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5752
5753 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5754 mips_regnum->pc.
5755 (mips_unwind_pc, mips_write_pc): Likewise.
5756 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5757 gdbarch_read_pc.
5758
5759 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5760
5761 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5762 proc_warn, proc_error, proc_get_status, proc_flags,
5763 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5764 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5765 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5766 proc_stop_process, proc_wait_for_stop, proc_run_process,
5767 proc_set_traced_signals, proc_set_traced_faults,
5768 proc_set_traced_sysentry, proc_set_traced_sysexit,
5769 proc_set_held_signals, proc_get_held_signals,
5770 proc_get_traced_signals, proc_get_traced_faults,
5771 proc_get_traced_sysentry, proc_get_traced_sysexit,
5772 proc_clear_current_fault, proc_set_current_signal,
5773 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5774 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5775 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5776 proc_get_current_thread, proc_get_current_thread,
5777 proc_get_current_thread, proc_update_threads,
5778 proc_update_threads, proc_update_threads, proc_update_threads,
5779 proc_iterate_over_threads, procfs_find_new_threads,
5780 procfs_pid_to_str): Make static. Remove advance declaration.
5781 (proc_cursig): Make static. Conditionalized defintion on
5782 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5783 (proc_syscall, proc_set_kill_on_last_close,
5784 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5785 proc_get_pending_signals, proc_get_signal_actions,
5786 proc_trace_signal, proc_ignore_signal): Delete.
5787
5788 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5789
5790 * coffread.c (cs_section_address): Passing proper argument for
5791 `bfd_get_section_vma'.
5792 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5793 `bfd_get_section_flags'.
5794 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5795 `bfd_get_section_vma'.
5796
5797 2012-05-16 Tom Tromey <tromey@redhat.com>
5798
5799 PR macros/13205:
5800 * macrotab.h: (macro_define_special): Declare.
5801 (enum macro_special_kind): New.
5802 (struct macro_definition) <argc, replacement>: Update comments.
5803 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5804 (macro_define_object_internal): New function.
5805 (macro_define_object): Use it.
5806 (macro_define_special): New function.
5807 (fixup_definition): New function.
5808 (macro_lookup_definition, foreach_macro_in_scope)
5809 (foreach_macro): Use fixup_definition.
5810 * macroexp.h (macro_stringify): Declare.
5811 * macroexp.c (free_buffer_return_text): New function.
5812 (stringify): Constify "arg".
5813 (macro_stringify): New function.
5814 * dwarf2read.c (macro_start_file): Call macro_define_special.
5815
5816 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5817 Maciej W. Rozycki <macro@mips.com>
5818
5819 * breakpoint.h (bp_location): Add related_address member.
5820 * inferior.h (get_return_value): Take a pointer to struct value
5821 instead of struct type for the function requested.
5822 * value.h (using_struct_return): Likewise.
5823 * gdbarch.sh (return_value): Take a pointer to struct value
5824 instead of struct type for the function requested.
5825 * breakpoint.c (set_breakpoint_location_function): Initialize
5826 related_address for bp_gnu_ifunc_resolver breakpoints.
5827 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5828 requested function's address to gdbarch_return_value.
5829 * eval.c (evaluate_subexp_standard): Pass the requested
5830 function's address to using_struct_return.
5831 * infcall.c (call_function_by_hand): Pass the requested
5832 function's address to using_struct_return and
5833 gdbarch_return_value.
5834 * infcmd.c (get_return_value): Take a pointer to struct value
5835 instead of struct type for the function requested.
5836 (print_return_value): Update accordingly.
5837 (finish_command_continuation): Likewise.
5838 * stack.c (return_command): Pass the requested function's
5839 address to using_struct_return and gdbarch_return_value.
5840 * value.c (using_struct_return): Take a pointer to struct value
5841 instead of struct type for the function requested. Pass the
5842 requested function's address to gdbarch_return_value.
5843 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5844 New function_value member, replacing function_type.
5845 (bpfinishpy_dealloc): Update accordingly.
5846 (bpfinishpy_pre_stop_hook): Likewise.
5847 (bpfinishpy_init): Likewise. Record the requested function's
5848 address.
5849 * mips-tdep.c (mips_fval_reg): New enum.
5850 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5851 words put in GP registers.
5852 (mips_o64_push_dummy_call): Update a comment.
5853 (mips_o32_return_value): Take a pointer to struct value instead
5854 of struct type for the function requested and use it to check if
5855 using the MIPS16 calling convention. Return the designated
5856 general purpose registers for floating-point values returned in
5857 MIPS16 mode.
5858 (mips_o64_return_value): Likewise.
5859 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5860 (ppc_sysv_abi_broken_return_value): Likewise.
5861 (ppc64_sysv_abi_return_value): Likewise.
5862 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5863 value instead of struct type for the function requested.
5864 * amd64-tdep.c (amd64_return_value): Likewise.
5865 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5866 * arm-tdep.c (arm_return_value): Likewise.
5867 * avr-tdep.c (avr_return_value): Likewise.
5868 * bfin-tdep.c (bfin_return_value): Likewise.
5869 * cris-tdep.c (cris_return_value): Likewise.
5870 * frv-tdep.c (frv_return_value): Likewise.
5871 * h8300-tdep.c (h8300_return_value): Likewise.
5872 (h8300h_return_value): Likewise.
5873 * hppa-tdep.c (hppa32_return_value): Likewise.
5874 (hppa64_return_value): Likewise.
5875 * i386-tdep.c (i386_return_value): Likewise.
5876 * ia64-tdep.c (ia64_return_value): Likewise.
5877 * iq2000-tdep.c (iq2000_return_value): Likewise.
5878 * lm32-tdep.c (lm32_return_value): Likewise.
5879 * m32c-tdep.c (m32c_return_value): Likewise.
5880 * m32r-tdep.c (m32r_return_value): Likewise.
5881 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5882 * m68k-tdep.c (m68k_return_value): Likewise.
5883 (m68k_svr4_return_value): Likewise.
5884 * m88k-tdep.c (m88k_return_value): Likewise.
5885 * mep-tdep.c (mep_return_value): Likewise.
5886 * microblaze-tdep.c (microblaze_return_value): Likewise.
5887 * mn10300-tdep.c (mn10300_return_value): Likewise.
5888 * moxie-tdep.c (moxie_return_value): Likewise.
5889 * mt-tdep.c (mt_return_value): Likewise.
5890 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5891 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5892 (ppc_sysv_abi_broken_return_value): Likewise.
5893 (ppc64_sysv_abi_return_value): Likewise.
5894 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5895 * rl78-tdep.c (rl78_return_value): Likewise.
5896 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5897 * rx-tdep.c (rx_return_value): Likewise.
5898 * s390-tdep.c (s390_return_value): Likewise.
5899 * score-tdep.c (score_return_value): Likewise.
5900 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5901 (sh_return_value_fpu): Likewise.
5902 * sh64-tdep.c (sh64_return_value): Likewise.
5903 * sparc-tdep.c (sparc32_return_value): Likewise.
5904 * sparc64-tdep.c (sparc64_return_value): Likewise.
5905 * spu-tdep.c (spu_return_value): Likewise.
5906 * tic6x-tdep.c (tic6x_return_value): Likewise.
5907 * v850-tdep.c (v850_return_value): Likewise.
5908 * vax-tdep.c (vax_return_value): Likewise.
5909 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5910 * xtensa-tdep.c (xtensa_return_value): Likewise.
5911 * gdbarch.c: Regenerate.
5912 * gdbarch.h: Regenerate.
5913
5914 2012-05-15 Tom Tromey <tromey@redhat.com>
5915
5916 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5917
5918 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5919
5920 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5921 of command in two error message.
5922
5923 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5924
5925 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5926
5927 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5928
5929 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5930
5931 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5932
5933 * NEWS (show auto-load scripts-directory): Add forgotten command.
5934
5935 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5938 parameters.
5939
5940 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5941
5942 * amd64-tdep.c: Include features/i386/x32.c and
5943 features/i386/x32-avx.c.
5944 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5945 initialize_tdesc_x32_avx.
5946
5947 2012-05-14 Stan Shebs <stan@codesourcery.com>
5948
5949 Add dynamic printf.
5950 * breakpoint.h (enum bptype): New type bp_dprintf.
5951 (struct breakpoint): New field extra_string.
5952 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5953 (create_breakpoint): Add extra_string arg.
5954 * breakpoint.c (dprintf_breakpoint_ops): New.
5955 (is_breakpoint): Add bp_dprintf.
5956 (bpstat_what): Add dprintf case.
5957 (bptype_string): Ditto.
5958 (print_one_breakpoint_location): Ditto.
5959 (init_bp_location): Ditto.
5960 (bkpt_print_mention): Ditto.
5961 (dprintf_style_enums): New array.
5962 (dprintf_style): New global.
5963 (dprintf_function): New global.
5964 (dprintf_channel): New global.
5965 (update_dprintf_command_list): New function.
5966 (update_dprintf_commands): New function.
5967 (init_breakpoint_sal): Add extra_string argument, handle it.
5968 (create_breakpoint_sal): Add extra_string argument.
5969 (create_breakpoints_sal): Add extra_string argument, update callers.
5970 (find_condition_and_thread): Add extra argument.
5971 (create_breakpoint): Add extra_string argument, record it.
5972 (dprintf_command): New function.
5973 (break_command_1): Add arg to create_breakpoint call.
5974 (handle_gnu_v3_exceptions): Ditto.
5975 (trace_command): Ditto.
5976 (ftrace_command): Ditto.
5977 (strace_command): Ditto.
5978 (bkpt_print_mention): Add dprintf case.
5979 (create_breakpoint_sal_default): Add extra_string argument.
5980 (_initialize_breakpoint): Add new commands.
5981 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5982 * python/py-breakpoint.c (bppy_init): Ditto.
5983 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5984
5985 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5986
5987 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5988
5989 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5990
5991 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5992 unsigned long long.
5993
5994 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5995
5996 Add a new function gdb.find_pc_line to the Python API.
5997 * NEWS (Python Scripting): Add entry about the new function.
5998 * python/python.c (gdbpy_find_pc_line): New function which
5999 implements gdb.find_pc_line.
6000 (GdbMethods): Add entry for the new function.
6001
6002 2012-05-12 Pedro Alves <palves@redhat.com>
6003
6004 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6005 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6006
6007 2012-05-12 Eli Zaretskii <eliz@gnu.org>
6008
6009 * inferior.c: Include completer.h
6010 (initialize_inferiors): Set completer of add-inferior to
6011 filename_completer.
6012
6013 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6014
6015 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6016 gdbarch_ptr_bit for x32 core dump.
6017
6018 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6019
6020 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6021 and features/i386/x32-avx-linux.c.
6022
6023 2012-05-11 Stan Shebs <stan@codesourcery.com>
6024 Kwok Cheung Yeung <kcy@codesourcery.com>
6025
6026 * NEWS: Describe new info os commands.
6027 * common/linux-osdata.c (PID_T, TIME_T): Define.
6028 (MAX_PID_T_STRLEN): New.
6029 (linux_common_core_of_thread): Add comment. Change to use PID_T and
6030 MAX_PID_T_STRLEN.
6031 (command_from_pid): Add comment. Change to use PID_T.
6032 (commandline_from_pid): Change to use PID_T.
6033 (user_from_pid): Add comment.
6034 (get_process_owner): Add comment. Change to use PID_T and
6035 MAX_PID_T_STRLEN.
6036 (get_number_of_cpu_cores): Add comment.
6037 (get_cores_used_by_process): Add comment. Change to use PID_T and
6038 MAX_PID_T_STRLEN.
6039 (linux_xfer_osdata_processes): Change to use PID_T and
6040 MAX_PID_T_STRLEN.
6041 (compare_processes): New function.
6042 (linux_xfer_osdata_processgroups): New function.
6043 (linux_xfer_osdata_threads): Change to use PID_T.
6044 (linux_xfer_osdata_fds): New function.
6045 (format_socket_state, print_sockets): New functions.
6046 (union socket_addr): New union.
6047 (linux_xfer_osdata_isockets): New function.
6048 (time_from_time_t, group_from_gid): New functions.
6049 (linux_xfer_osdata_shm): New function.
6050 (linux_xfer_osdata_sem): New function.
6051 (linux_xfer_osdata_msg): New function.
6052 (linux_xfer_osdata_modules): New function.
6053 (osdata_table): Add new entries.
6054 * common/buffer.c (buffer_xml_printf): Add support for long and
6055 long long format specifiers.
6056
6057 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6058
6059 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6060 (tdesc_x32_avx_linux): Likewise.
6061
6062 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 Implement multi-component --with-auto-load-dir.
6065 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6066 entries.
6067 (--with-auto-load-safe-path): Update the default value description.
6068 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6069 New.
6070 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6071 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6072 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6073 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6074 "set auto-load scripts-directory".
6075 * config.in: Regenerate.
6076 * configure: Regenerate.
6077 * configure.ac (--with-auto-load-dir): New configure option.
6078 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6079
6080 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6081
6082 Provide $ddir substitution for --with-auto-load-safe-path.
6083 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6084 entries.
6085 * auto-load.c: Include observer.h.
6086 (auto_load_safe_path_vec_update): Call substitute_path_component for
6087 each component. New variable ddir_subst.
6088 (auto_load_gdb_datadir_changed): New function.
6089 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6090 AUTO_LOAD_SAFE_PATH. New comment.
6091 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6092 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6093 * config.in: Regenerate.
6094 * configure: Regenerate.
6095 * configure.ac (--auto-load-safe-path): Rename
6096 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6097 GDB_DATADIR/auto-load.
6098 * defs.h (substitute_path_component): New declaration.
6099 * top.c: Include observer.h.
6100 (set_gdb_datadir): New function.
6101 (init_main): Install it for "set data-directory".
6102 * utils.c (substitute_path_component): New function.
6103
6104 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6107 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6108 DEBUG_FILE_DIRECTORY. Handle multiple components of
6109 DEBUG_FILE_DIRECTORY.
6110
6111 2012-05-10 Tom Tromey <tromey@redhat.com>
6112
6113 * dwarf2read.c (recursively_write_psymbols): New function.
6114 (write_psymtabs_to_index): Use it.
6115
6116 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6117 field.
6118 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6119 (load_partial_comp_unit): Update.
6120 (queue_comp_unit): Add argument 'pretend_language'.
6121 (process_queue): Update.
6122 (psymtab_to_symtab_1): Skip dependencies that have a user.
6123 (load_partial_comp_unit_reader): Give meaning to the 'data'
6124 argument.
6125 (load_full_comp_unit): Add 'pretend_language' argument.
6126 (process_full_comp_unit): Add 'pretend_language' argument. Set
6127 language on CU.
6128 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6129 Update.
6130 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6131 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6132 Update.
6133 (prepare_one_comp_unit): Add 'pretend_language' argument.
6134
6135 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6136 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6137 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6138 (dw2_do_instantiate_symtab): Check whether symtab was read in
6139 before queueing.
6140 (dw2_instantiate_symtab): Add assertion. Call
6141 process_cu_includes.
6142 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6143 (partial_symtab_p): New typedef.
6144 (set_partial_user): New function.
6145 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6146 (scan_partial_symbols): Add imported CU to imported_symtabs.
6147 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6148 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6149 (get_symtab, recursively_compute_inclusions)
6150 (compute_symtab_includes, process_cu_includes)
6151 (process_imported_unit_die): New functions.
6152 (process_die) <DW_TAG_imported_unit>: New case.
6153 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6154
6155 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6156 comment.
6157 (struct partial_die_info) <locdesc>: Remove.
6158 <d>: New field.
6159 (process_psymtab_comp_unit): Add 'read_partial' argument.
6160 Update.
6161 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6162 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6163 (add_partial_symbol): Update.
6164 (process_die): Handle DW_TAG_partial_unit.
6165 (read_file_scope): Update comment.
6166 (load_partial_dies): Handle DW_TAG_imported_unit.
6167 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6168 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6169
6170 2012-05-10 Tom Tromey <tromey@redhat.com>
6171
6172 * cc-with-dwz.sh: New file.
6173
6174 2012-05-10 Tom Tromey <tromey@redhat.com>
6175
6176 * symtab.h (struct symtab) <includes, user>: New fields.
6177 * block.h (struct block_iterator) <d, idx, which>: New fields.
6178 * block.c (initialize_block_iterator, find_iterator_symtab)
6179 (block_iterator_step, block_iter_name_step)
6180 (block_iter_match_step): New functions.
6181 (block_iterator_first, block_iterator_next)
6182 (block_iter_name_first, block_iter_name_next)
6183 (block_iter_match_first, block_iter_match_next): Rewrite.
6184 (get_block_symtab): New function.
6185
6186 2012-05-10 Tom Tromey <tromey@redhat.com>
6187
6188 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6189 set_block_symtab.
6190 * jit.c (finalize_symtab): Use allocate_global_block,
6191 set_block_symtab.
6192 * buildsym.c (finish_block_internal): New function, from old
6193 finish_block.
6194 (finish_block): Rewrite.
6195 (end_symtab): Use finish_block_internal, set_block_symtab.
6196 * block.h (struct global_block): New.
6197 (allocate_global_block, set_block_symtab): Declare.
6198 * block.c (allocate_global_block, set_block_symtab): New
6199 functions.
6200
6201 2012-05-10 Tom Tromey <tromey@redhat.com>
6202
6203 * psymtab.c (partial_map_expand_apply): Add assertion.
6204 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6205 (psymtab_to_symtab): Find unshared psymtab.
6206 (dump_psymtab): Print including psymtabs.
6207 (recursively_search_psymtabs): New function.
6208 (expand_symtabs_matching_via_partial): Use it.
6209 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6210 fields.
6211 (enum psymtab_search_status): New.
6212
6213 2012-05-10 Tom Tromey <tromey@redhat.com>
6214
6215 * tracepoint.c (scope_info): Update.
6216 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6217 (find_pc_sect_symtab, search_symbols)
6218 (default_make_symbol_completion_list_break_on)
6219 (make_file_symbol_completion_list): Update.
6220 * symmisc.c (dump_symtab_1): Update.
6221 * stack.c (print_frame_args, iterate_over_block_locals)
6222 (print_frame_labels, iterate_over_block_arg_vars): Update.
6223 * python/py-block.c (block_object) <dict>: Remove.
6224 <block>: New field.
6225 <iter>: Change type.
6226 (blpy_iter): Update.
6227 (blpy_block_syms_iternext): Update.
6228 * psymtab.c (map_block): Use block iterators.
6229 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6230 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6231 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6232 * infrun.c (check_exception_resume): Update.
6233 * cp-support.c (make_symbol_overload_list_block): Update.
6234 * coffread.c (patch_opaque_types): Update.
6235 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6236 * block.h (struct block_iterator): New.
6237 (block_iterator_first, block_iterator_next, block_iter_name_first)
6238 (block_iter_name_next, block_iter_match_first)
6239 (block_iter_match_next): Declare.
6240 (ALL_BLOCK_SYMBOLS): Redefine.
6241 * block.c (block_iterator_first, block_iterator_next)
6242 (block_iter_name_first, block_iter_name_next)
6243 (block_iter_match_first, block_iter_match_next): New functions.
6244 * ada-lang.c (ada_add_block_symbols)
6245 (ada_make_symbol_completion_list): Use block iterator.
6246
6247 2012-05-10 Tom Tromey <tromey@redhat.com>
6248
6249 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6250 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6251 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6252 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6253 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6254 Update.
6255
6256 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6257
6258 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6259 print-file-var-lib2.c, print-file-var-main.c and
6260 print-file-var.exp (located in gdb/testsuite/gdb.base).
6261
6262 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6263
6264 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6265 try locating the symbol in the symbol's own objfile first, before
6266 extending the search to all objfiles.
6267 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6268 out of lookup_symbol_aux_symtabs.
6269 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6270 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6271 Do not search EXCLUDE_OBJFILE.
6272 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6273 (lookup_symbol_global): Search for matches in the block's objfile
6274 first, before searching all other objfiles.
6275
6276 2012-05-10 Tristan Gingold <gingold@adacore.com>
6277
6278 * printcmd.c (set_command): Add pre/post inc/dec.
6279
6280 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6281
6282 * gdb.1: Document -ex option.
6283
6284 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6285
6286 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6287 * inferior.h (AT_SYMBOL): Delete.
6288
6289 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6290
6291 * mips-tdep.c (mips_push_dummy_code): New function.
6292 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6293 ON_STACK and install mips_push_dummy_code as our gdbarch
6294 push_dummy_code routine.
6295
6296 2012-05-09 Pedro Alves <palves@redhat.com>
6297
6298 * target.c (set_maintenance_target_async_permitted): Rename to ...
6299 (set_target_async_command): ... this.
6300 (show_maintenance_target_async_permitted): Rename to ...
6301 (show_target_async_command): ... this.
6302 (initialize_targets): Adjust.
6303
6304 2012-05-08 Doug Evans <dje@google.com>
6305
6306 * go-exp.y (classify_name): Add missing assignment of fields of
6307 yylval.ssym.
6308
6309 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6310
6311 Display the ">" prompt in interactive mode while reading canned
6312 commands, even when the current interpreter is MI.
6313
6314 * interps.c (interp_set_temp): New function.
6315
6316 * interps.h (interp_set_temp): Add prototype.
6317
6318 * cli/cli-script.c (restore_interp): New cleanup function.
6319 (read_command_lines): Temporarily override the current interpreter
6320 with CLI and arrange for restoring the original one.
6321
6322 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6323
6324 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6325
6326 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6327
6328 * probe.c (parse_probes): Move conditional to check for
6329 debuginfo files from here...
6330 * stap-probe.c (stap_get_probes): ... to here.
6331
6332 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6333 H.J. Lu <hongjiu.lu@intel.com>
6334
6335 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6336 `movl %esp, %ebp' for the X32 ABI.
6337
6338 2012-05-07 Tom Tromey <tromey@redhat.com>
6339
6340 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6341 get_DW_TAG_name.
6342 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6343 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6344 (dwarf_stack_op_name): Remove.
6345 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6346 (decode_locdesc): Use get_DW_OP_name.
6347 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6348 (dwarf2_compile_expr_to_ax): Likewise.
6349 (disassemble_dwarf_expression): Likewise.
6350 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6351
6352 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6353
6354 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6355 (sh_linux_sigtramp_cache): New function.
6356 (sh_linux_sigreturn_init): New function.
6357 (sh_linux_rt_sigreturn_init): New function.
6358 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6359 patterns.
6360 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6361 syscall codes.
6362 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6363 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6364 (sh_linux_init_abi): Add init calls to register new tramp_frame
6365 definitions under 32-bit SH, update comments.
6366
6367 2012-05-07 Pedro Alves <palves@redhat.com>
6368
6369 PR gdb/10952
6370
6371 * amd64-linux-tdep.c: Include glibc-tdep.h.
6372 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6373 gdbarch_skip_solib_resolver callback.
6374
6375 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6376
6377 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6378 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6379 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6380 (add_auto_load_safe_path): Change the error message.
6381 (_initialize_auto_load): Change the "safe-path" help text.
6382 * configure: Regenerate
6383 * configure.ac (--without-auto-load-safe-path): Set
6384 WITH_AUTO_LOAD_SAFE_PATH to /.
6385
6386 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6387
6388 * stap-probe.h: Do not include unecessary `probe.h'.
6389
6390 2012-05-05 Alan Modra <amodra@gmail.com>
6391
6392 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6393 bfd_und_section_ptr.
6394 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6395 and bfd_com_section_ptr.
6396
6397 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6398
6399 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6400
6401 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6402
6403 * windows-nat.h (segment_register_p_ftype): New typedef.
6404 (windows_set_segment_register_p): Add declaration.
6405 * windows-nat.c (segment_register_p): New static global.
6406 (windows_set_segment_register_p): New function.
6407 (do_windows_fetch_inferior_registers): Add special handling
6408 for segment registers.
6409 * amd64-windows-nat.c: #include "amd64-tdep.h".
6410 (amd64_windows_segment_register_p): New function.
6411 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6412 * i386-windows-nat.c: #include "i386-tdep.h".
6413 (i386_windows_segment_register_p): New function.
6414 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6415
6416 2012-05-04 Tristan Gingold <gingold@adacore.com>
6417
6418 * printcmd.c (set_command): Emit a warning if the expression is not
6419 an assignment.
6420
6421 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6422
6423 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6424 Make static.
6425
6426 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6427
6428 * stap-probe.c (stap_is_operator): Change declaration.
6429 (stap_get_opcode): Change return value.
6430 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6431 `stap_parse_argument_1'.
6432
6433 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6434
6435 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6436 debug log.
6437
6438 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6439
6440 Add two new methods global_block and static_block to gdb.Symtab
6441 objects.
6442 * NEWS (Python scripting): Add entry about the new methods.
6443 * python/py-symtab.c (stpy_global_block): New function which
6444 implements the gdb.Symtab.global_block() method.
6445 (stpy_static_block): New function which implements the
6446 gdb.Symtab.static_block() method.
6447 (symtab_object_methods): Add entries for the two new methods.
6448
6449 2012-05-03 Doug Evans <dje@google.com>
6450
6451 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6452 files.
6453
6454 2012-05-03 Yao Qi <yao@codesourcery.com>
6455
6456 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6457 space.
6458 (i386_process_record): Ditto.
6459
6460 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6461
6462 * infcall.c (unwind_on_signal_p): Make static.
6463
6464 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6465
6466 * sol-thread.c (solaris_pid_to_str): Make static.
6467 (_initialize_sol_thread): Add prototype.
6468
6469 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6470
6471 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6472
6473 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6474
6475 * MAINTAINERS: Remove myself.
6476
6477 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 Fix --without-auto-load-safe-path for MS-Windows host platform.
6480 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6481
6482 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6483
6484 * gdb_curses.h: Undefine KEY_EVENT before including curses
6485 headers. Move "#undef MOUSE_MOVED" before any curses header
6486 inclusion.
6487
6488 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6489
6490 * features/i386/i386-mmx-linux.c: Regenerate.
6491 * features/rs6000/powerpc-32.c: Likewise.
6492 * features/rs6000/powerpc-32l.c: Likewise.
6493 * features/rs6000/powerpc-403.c: Likewise.
6494 * features/rs6000/powerpc-403gc.c: Likewise.
6495 * features/rs6000/powerpc-405.c: Likewise.
6496 * features/rs6000/powerpc-505.c: Likewise.
6497 * features/rs6000/powerpc-601.c: Likewise.
6498 * features/rs6000/powerpc-602.c: Likewise.
6499 * features/rs6000/powerpc-603.c: Likewise.
6500 * features/rs6000/powerpc-604.c: Likewise.
6501 * features/rs6000/powerpc-64.c: Likewise.
6502 * features/rs6000/powerpc-64l.c: Likewise.
6503 * features/rs6000/powerpc-750.c: Likewise.
6504 * features/rs6000/powerpc-860.c: Likewise.
6505 * features/rs6000/powerpc-e500.c: Likewise.
6506 * features/rs6000/powerpc-e500l.c: Likewise.
6507 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6508 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6509 * features/rs6000/rs6000.c: Likewise.
6510
6511 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6512
6513 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6514 variable.
6515 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6516 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6517 (stap_parse_argument) <e>: Likewise.
6518 (handle_stap_probe) <byte_order>: Likewise.
6519
6520 2012-04-30 Doug Evans <dje@google.com>
6521
6522 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6523 init_and_read_dies_worker. All callers updated.
6524 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6525 replaced with init_cutu_and_read_dies.
6526 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6527 (find_partial_die): Remove FIXME. Don't free current CU.
6528
6529 2012-04-30 Sterling Augustine <saugustine@google.com>
6530
6531 * contrib: New directory.
6532 * contrib/test_pubnames_and_indexes.py: New file.
6533
6534 2012-04-30 Doug Evans <dje@google.com>
6535
6536 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6537 All callers updated.
6538 (init_cu_die_reader): Verify the section is non-empty.
6539 (dwarf_decode_line_header): Don't dereference section->asection
6540 until we know the section is present.
6541
6542 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6543
6544 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6545 probes.
6546
6547 2012-04-29 Yao Qi <yao@codesourcery.com>
6548
6549 * gdb-code-style.el: New hook gdb-markup-hook
6550 and gdb-comment-hook.
6551
6552 2012-04-28 Doug Evans <dje@google.com>
6553
6554 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6555 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6556 objfile->obfd.
6557 * symfile.h (dwarf2_debug_sections): New member addr.
6558 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6559 (ctx_no_get_addr_index): New function.
6560 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6561 (ctx_no_get_addr_index): Declare.
6562 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6563 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6564 (dwarf_expr_ctx_funcs): Update.
6565 (needs_get_addr_index): New function.
6566 (needs_frame_ctx_funcs): Update.
6567 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6568 * dwarf2read.c: #include "gdbcore.h".
6569 (dwarf2_per_objfile): New members addr, dwo_files.
6570 (dwarf2_elf_names): Add entry for addr.
6571 (struct dwo_section_names): New type.
6572 (dwo_section_names): New static global.
6573 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6574 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6575 old debug_types_section member updated to use this.
6576 Rename member debug_types_section to info_or_types_section,
6577 all uses updated.
6578 (signatured_type): Rename member type_offset to type_offset_in_tu,
6579 all uses updated. New member type_offset_in_section.
6580 (struct dwo_sections): New type.
6581 (struct dwo_unit): New type.
6582 (struct dwo_file): New type.
6583 (die_reader_specs): New member dwo_file.
6584 (dwarf2_locate_sections): Watch for .debug_addr.
6585 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6586 (dwarf2_read_section): Get bfd of section from bfd's asection,
6587 instead of objfile.
6588 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6589 (create_signatured_type_table_from_index): Initialize
6590 sig_type->info_or_types_section.
6591 (dw2_get_file_names): Statement lists for type units with DWO files
6592 live in the DWO file.
6593 (create_debug_types_hash_table): New function.
6594 (create_all_type_units): Rewrite.
6595 (init_cu_die_reader): New arg dwo_file, all callers updated.
6596 (init_and_read_dies_worker): Get section from
6597 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6598 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6599 continue reading the CU/TU from there.
6600 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6601 updated. Get section from this_cu->info_or_types_section.
6602 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6603 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6604 DW_FORM_GNU_str_index.
6605 (hash_dwo_file, eq_dwo_file): New functions.
6606 (allocate_dwo_file_hash_table): New function.
6607 (hash_dwo_unit, eq_dwo_unit): New functions.
6608 (allocate_dwo_unit_table): New function.
6609 (dwarf2_locate_dwo_sections): New function.
6610 (struct create_dwo_info_table_data): New type.
6611 (create_debug_info_hash_table_reader): New function.
6612 (create_debug_info_hash_table): New function.
6613 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6614 (lookup_dwo_file): New function.
6615 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6616 (free_dwo_file, free_dwo_file_cleanup): New functions.
6617 (free_dwo_file_from_slot, free_dwo_files): New functions.
6618 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6619 (dwarf2_record_block_ranges): Ditto.
6620 (read_partial_die): Ditto.
6621 (process_enumeration_scope): Update to use type_offset_in_section.
6622 (read_full_die_1): New function.
6623 (read_full_die): Rewrite.
6624 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6625 DW_FORM_GNU_str_index.
6626 (read_addr_index_1, read_addr_index): New functions.
6627 (read_addr_index_from_leb128): New function.
6628 (struct dwarf2_read_addr_index_data): New type.
6629 (dwarf2_read_addr_index_reader): New function.
6630 (dwarf2_read_addr_index): New function.
6631 (read_str_index): New function.
6632 (leb128_size): New function.
6633 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6634 If processing a type unit from a DWO file, get the line section
6635 from the DWO file.
6636 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6637 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6638 DW_FORM_GNU_str_index.
6639 (lookup_die_type): Check whether section offset of type's die is
6640 known before looking it up. Remove assert. Condition can
6641 legimately happen for inter-cu type references.
6642 (dwarf_attr_name): Handle Fission attributes.
6643 (dwarf_form_name): Handle Fission forms.
6644 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6645 DW_FORM_GNU_str_index.
6646 (follow_die_sig): Update to use type_offset_in_section.
6647 (decode_locdesc): New case DW_OP_GNU_addr_index.
6648 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6649 DW_FORM_GNU_str_index.
6650 (cu_debug_loc_section): New function.
6651 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6652 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6653 Free DWO files if present.
6654 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6655
6656 Refactor DIE reading.
6657 * dwarf2read.c (dwarf2_per_objfile): Replace members
6658 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6659 (die_reader_specs): New member "die_section". Temporarily make
6660 member "buffer" non-const, pending constifying all info_ptr uses.
6661 (die_reader_func_ftype): New typedef.
6662 (dw2_get_file_names_reader): New function.
6663 (dw2_get_file_names): Rewrite.
6664 (read_and_check_type_unit_head): Rename arg type_offset to
6665 type_offset_in_tu.
6666 (create_all_type_units): Improve debugging message.
6667 Improve dummy type unit check.
6668 (init_cu_die_reader): New arg "section". All callers updated.
6669 (init_and_read_dies_worker): New function.
6670 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6671 (init_cutu_and_read_dies_no_follow): New function.
6672 (init_cutu_and_read_dies_simple): New function.
6673 (process_psymtab_comp_unit_reader): New function.
6674 (process_psymtab_comp_unit): Delete args section,
6675 is_debug_types_section. Rewrite. All callers updated.
6676 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6677 All callers updated. Rewrite.
6678 (load_partial_comp_unit_reader): New function.
6679 (load_partial_comp_unit): Rewrite.
6680 (skip_children): New arg reader. Delete args buffer, cu.
6681 All callers updated.
6682 (skip_one_die): New arg reader. Delete args buffer, cu.
6683 All callers updated.
6684 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6685 All callers updated.
6686 (load_full_comp_unit_reader): New function.
6687 (load_full_comp_unit): Rewrite.
6688 (read_comp_unit): Delete.
6689 (read_die_and_children_1): Delete, contents moved ...
6690 (read_die_and_children): ... here.
6691 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6692 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6693 All callers updated.
6694 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6695 All callers updated.
6696 (find_partial_die): Rewrite load_all_dies support.
6697 (read_attribute_value): New arg reader. Delete args abfd, cu.
6698 All callers updated.
6699 (read_attribute): New arg reader. Delete args abfd, cu.
6700 All callers updated.
6701 (load_full_type_unit): Add assert.
6702 (read_signatured_type_reader): New function.
6703 (read_signatured_type): Rewrite.
6704 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6705 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6706 All callers updated. Set per_cu->cu = NULL after freeing it.
6707 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6708 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6709 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6710 (set_die_type): Update.
6711 (get_die_type_at_offset): Update.
6712 (read_file_scope): Call prepare_one_comp_unit.
6713 (read_type_unit_scope): Ditto.
6714 (prepare_one_comp_unit): Set producer if present.
6715
6716 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6717
6718 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6719 gettext function on `error'.
6720
6721 2012-04-27 Doug Evans <dje@google.com>
6722
6723 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6724 is empty.
6725
6726 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6727 Tom Tromey <tromey@redhat.com>
6728
6729 * breakpoint.c (struct breakpoint_objfile_data)
6730 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6731 <exception_probes>: New fields.
6732 (free_breakpoint_probes): New function.
6733 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6734 `_Unwind_DebugHook'.
6735 (create_exception_master_breakpoint): Likewise.
6736 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6737 * infrun.c: Including necessary header files for handling SystemTap
6738 probes.
6739 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6740 via SystemTap probes.
6741 (check_exception_resume): Remove `func' argument. Handle exception
6742 unwinding breakpoint set via a SystemTap probe.
6743 (insert_exception_resume_from_probe): New function.
6744
6745 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6746 Tom Tromey <tromey@redhat.com>
6747 Jan Kratochvil <jan.kratochvil@redhat.com>
6748
6749 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6750 (COMMON_OBS): Likewise.
6751 (HFILES_NO_SRCDIR): Add `probe'.
6752 * NEWS: Mention support for static and SystemTap probes.
6753 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6754 SystemTap probes' arguments parser.
6755 * arm-linux-tdep.c: Including headers needed to perform the parsing
6756 of SystemTap probes' arguments.
6757 (arm_stap_is_single_operand): New function.
6758 (arm_stap_parse_special_token): Likewise.
6759 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6760 probes' arguments parser.
6761 * ax-gdb.c (require_rvalue): Removing static declaration.
6762 (gen_expr): Likewise.
6763 * ax-gdb.h (gen_expr): Declaring function.
6764 (require_rvalue): Likewise.
6765 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6766 (bkpt_probe_breakpoint_ops): New variable.
6767 (momentary_breakpoint_from_master): Set the `probe' value.
6768 (add_location_to_breakpoint): Likewise.
6769 (break_command_1): Using proper breakpoint_ops according to the
6770 argument passed by the user in the command line.
6771 (bkpt_probe_insert_location): New function.
6772 (bkpt_probe_remove_location): Likewise.
6773 (bkpt_probe_create_sals_from_address): Likewise.
6774 (bkpt_probe_decode_linespec): Likewise.
6775 (tracepoint_probe_create_sals_from_address): Likewise.
6776 (tracepoint_probe_decode_linespec): Likewise.
6777 (tracepoint_probe_breakpoint_ops): New variable.
6778 (trace_command): Using proper breakpoint_ops according to the
6779 argument passed by the user in the command line.
6780 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6781 static probes on breakpoints and tracepoints.
6782 * breakpoint.h (struct bp_location) <probe>: New field.
6783 * cli-utils.c (skip_spaces_const): New function.
6784 (extract_arg): Likewise.
6785 * cli-utils.h (skip_spaces_const): Likewise.
6786 (extract_arg): Likewise.
6787 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6788 * configure.ac: Append `stap-probe.o' to be generated when ELF
6789 support is present.
6790 * configure: Regenerate.
6791 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6792 * elfread.c: Include `probe.h' and `arch-utils.h'.
6793 (probe_key): New variable.
6794 (elf_get_probes): New function.
6795 (elf_get_probe_argument_count): Likewise.
6796 (elf_evaluate_probe_argument): Likewise.
6797 (elf_compile_to_ax): Likewise.
6798 (elf_symfile_relocate_probe): Likewise.
6799 (stap_probe_key_free): Likewise.
6800 (elf_probe_fns): New variable.
6801 (elf_sym_fns): Add `sym_probe_fns' value.
6802 (elf_sym_fns_lazy_psyms): Likewise.
6803 (elf_sym_fns_gdb_index): Likewise.
6804 (_initialize_elfread): Initialize objfile cache for static
6805 probes.
6806 * gdb_vecs.h (struct probe): New forward declaration.
6807 (probe_p): New VEC declaration.
6808 * gdbarch.c: Regenerate.
6809 * gdbarch.h: Regenerate.
6810 * gdbarch.sh (stap_integer_prefix): New variable.
6811 (stap_integer_suffix): Likewise.
6812 (stap_register_prefix): Likewise.
6813 (stap_register_suffix): Likewise.
6814 (stap_register_indirection_prefix): Likewise.
6815 (stap_register_indirection_suffix): Likewise.
6816 (stap_gdb_register_prefix): Likewise.
6817 (stap_gdb_register_suffix): Likewise.
6818 (stap_is_single_operand): New function.
6819 (stap_parse_special_token): Likewise.
6820 (struct stap_parse_info): Forward declaration.
6821 * i386-tdep.c: Including headers needed to perform the parsing
6822 of SystemTap probes' arguments.
6823 (i386_stap_is_single_operand): New function.
6824 (i386_stap_parse_special_token): Likewise.
6825 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6826 probes' arguments parser.
6827 * i386-tdep.h (i386_stap_is_single_operand): New function.
6828 (i386_stap_parse_special_token): Likewise.
6829 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6830 * mipsread.c (ecoff_sym_fns): Likewise.
6831 * objfiles.c (objfile_relocate1): Support relocation for static
6832 probes.
6833 * parse.c (prefixify_expression): Remove static declaration.
6834 (initialize_expout): Likewise.
6835 (reallocate_expout): Likewise.
6836 * parser-defs.h (initialize_expout): Declare function.
6837 (reallocate_expout): Likewise.
6838 (prefixify_expression): Likewise.
6839 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6840 of SystemTap probes' arguments.
6841 (ppc_stap_is_single_operand): New function.
6842 (ppc_stap_parse_special_token): Likewise.
6843 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6844 probes' arguments parser.
6845 * probe.c: New file, for generic statically defined probe support.
6846 * probe.h: Likewise.
6847 * s390-tdep.c: Including headers needed to perform the parsing of
6848 SystemTap probes' arguments.
6849 (s390_stap_is_single_operand): New function.
6850 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6851 probes' arguments parser.
6852 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6853 * stap-probe.c: New file, for SystemTap probe support.
6854 * stap-probe.h: Likewise.
6855 * symfile.h: Include `gdb_vecs.h'.
6856 (struct sym_probe_fns): New struct.
6857 (struct sym_fns) <sym_probe_fns>: New field.
6858 * symtab.c (init_sal): Initialize `probe' field.
6859 * symtab.h (struct probe): Forward declaration.
6860 (struct symtab_and_line) <probe>: New field.
6861 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6862 locations.
6863 (stop_tracing): Likewise.
6864 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6865
6866 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6867 Tom Tromey <tromey@redhat.com>
6868
6869 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6870 and to compile agent expressions.
6871 * infrun.c (siginfo_make_value): New argument `ignore'.
6872 (siginfo_funcs): New struct.
6873 (_initialize_infrun): New argument when calling
6874 `create_internalvar_type_lazy'.
6875 * thread.c (thread_id_make_value): New argument `ignore'.
6876 (thread_funcs): New struct.
6877 (_initialize_thread): New argument when calling
6878 `create_internalvar_type_lazy'.
6879 * tracepoint.c (sdata_make_value): New argument `ignore'.
6880 (sdata_funcs): New struct.
6881 (_initialize_tracepoint): New argument when calling
6882 `create_internalvar_type_lazy'.
6883 * value.c (make_value): New struct.
6884 (create_internalvar_type_lazy): New argument `data'.
6885 (compile_internalvar_to_ax): New function.
6886 (value_of_internalvar): Properly handling `make_value' case.
6887 (clear_internalvar): Likewise.
6888 (show_convenience): Adding `TRY_CATCH' block.
6889 * value.h (internalvar_make_value): Delete, replace by...
6890 (struct internalvar_funcs): ... this.
6891 (create_internalvar_type_lazy) <fun>: Delete argument.
6892 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6893 (compile_internalvar_to_ax): New function.
6894 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6895 (tlb_funcs): New struct.
6896 (_initialize_windows_tdep): New argument when calling
6897 `create_internalvar_type_lazy'.
6898
6899 2012-04-27 Mark Wielaard <mjw@redhat.com>
6900
6901 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6902 see whether it is an address or a constant offset from DW_AT_low_pc.
6903 (dwarf2_record_block_ranges): Likewise.
6904 (read_partial_die): Likewise.
6905
6906 2012-04-26 Mark Wielaard <mjw@redhat.com>
6907
6908 * MAINTAINERS (Write After Approval): Add myself to the list.
6909
6910 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6911
6912 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6913 (proc_prettyprint_signal): Likewise.
6914 (proc_prettyprint_faultset): Likewise.
6915 (proc_prettyprint_fault): Likewise.
6916 (proc_prettyprint_actionset): Likewise.
6917 (proc_prettyprint_flags): Move to new proc-flags.c section.
6918 (proc_prettyfprint_flags): New prototype.
6919 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6920 (proc_syscall, proc_cursig): Likewise.
6921 (proc_set_kill_on_last_close): Likewise.
6922 (proc_unset_kill_on_last_close): Likewise.
6923 (proc_set_watchpoint): Make static.
6924 (proc_delete_dead_threads): Likewise.
6925 (procfs_set_watchpoint): Likewise.
6926 (_initialize_procfs): Add prototype.
6927 * proc-events.c: Include proc-utils.h.
6928 (init_syscall_table): Make static.
6929 * proc-api.c (_initialize_proc_api): Add prototype.
6930 * proc-flags.c: Include proc-utils.h.
6931
6932 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6933
6934 * configure.ac: Add AC_ARG_PROGRAM.
6935 * configure: Regenerate.
6936
6937 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6938
6939 Fix DW_AT_lower_bound defaults for DWARF-4+.
6940 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6941 high. New variable low_default_is_valid. Implement DWARF-4+
6942 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6943 no default by the DWARF standard.
6944
6945 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6946 Maciej W. Rozycki <macro@codesourcery.com>
6947
6948 * infrun.c (handle_inferior_event): Move the check for return
6949 trampolines ahead of the check for function trampolines.
6950 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6951 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6952 (mips_str_mips16_ret_stub): Likewise.
6953 (mips_str_call_fp_stub): Likewise.
6954 (mips_str_call_stub): Likewise.
6955 (mips_str_fn_stub): Likewise.
6956 (mips_str_pic): Likewise.
6957 (mips_in_frame_stub): New function.
6958 (mips_unwind_pc): Return the return address rather than the PC
6959 if the PC of an intermediate frame is inside a call thunk.
6960 (mips_is_stub_suffix): New function.
6961 (mips_is_stub_mode): Likewise.
6962 (mips_get_mips16_fn_stub_pc): Likewise.
6963 (mips_skip_mips16_trampoline_code): Update to handle all the
6964 currently generated stub types. Don't recurse into __fn_stub
6965 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6966 Use cooked register accesses.
6967 (mips_in_return_stub): Reintroduce function.
6968 (mips_skip_trampoline_code): Traverse trampolines recursively.
6969 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6970
6971 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6972
6973 GDB 7.4.1 released.
6974
6975 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6976
6977 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6978 * features/arm-with-m-vfp-d16.xml: New file. Describes
6979 Cortex-M with VFPv4-sp-d16 FPU register layout.
6980 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6981 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6982 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6983 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6984 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6985
6986 2012-04-25 Doug Evans <dje@google.com>
6987
6988 * cli/cli-decode.c (print_doc_line): Use stream instead of
6989 current_uiout.
6990
6991 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6992
6993 * features/arm-with-iwmmxt.c: Regenerate.
6994 * features/arm-with-m-fpa-layout.c: Likewise.
6995 * features/arm-with-m.c: Likewise.
6996 * features/arm-with-neon.c: Likewise.
6997 * features/arm-with-vfpv2.c: Likewise.
6998 * features/arm-with-vfpv3.c: Likewise.
6999 * features/mips-dsp-linux.c: Likewise.
7000 * features/mips-linux.c: Likewise.
7001 * features/mips64-dsp-linux.c: Likewise.
7002 * features/mips64-linux.c: Likewise.
7003 * features/s390-linux32.c: Likewise.
7004 * features/s390-linux32v1.c: Likewise.
7005 * features/s390-linux32v2.c: Likewise.
7006 * features/s390-linux64.c: Likewise.
7007 * features/s390-linux64v1.c: Likewise.
7008 * features/s390-linux64v2.c: Likewise.
7009 * features/s390x-linux64.c: Likewise.
7010 * features/s390x-linux64v1.c: Likewise.
7011 * features/s390x-linux64v2.c: Likewise.
7012 * features/tic6x-c62x-linux.c: Likewise.
7013 * features/tic6x-c62x.c: Likewise.
7014 * features/tic6x-c64x-linux.c: Likewise.
7015 * features/tic6x-c64x.c: Likewise.
7016 * features/tic6x-c64xp-linux.c: Likewise.
7017 * features/tic6x-c64xp.c: Likewise.
7018 * target-descriptions.c: Only generate `field_type' and `type'
7019 variables when needed.
7020
7021 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
7022
7023 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7024
7025 2012-04-25 Doug Evans <dje@google.com>
7026
7027 Initial pass at Go language support.
7028 * NEWS: Mention Go.
7029 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7030 go-valprint.c.
7031 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7032 (YYFILES): Add go-exp.c.
7033 (YYOBJ): Add go-exp.o.
7034 (local-maintainer-clean): Delete go-exp.c.
7035 * defs.h (enum language): Add language_go.
7036 * dwarf2read.c: #include "go-lang.h".
7037 (fixup_go_packaging): New function.
7038 (process_full_comp_unit): Call it when processing Go CUs.
7039 (dwarf2_physname): Add Go support.
7040 (read_file_scope): Handle missing language spec for GNU Go.
7041 (set_cu_language): Handle DW_LANG_Go.
7042 * go-exp.y: New file.
7043 * go-lang.h: New file.
7044 * go-lang.c: New file.
7045 * go-typeprint.c: New file.
7046 * go-valprint.c: New file.
7047 * symtab.c: #include "go-lang.h".
7048 (symbol_set_language): Handle language_go.
7049 (symbol_find_demangled_name, symbol_set_names): Ditto.
7050 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7051
7052 2012-04-24 Jim Meyering <meyering@redhat.com>
7053
7054 avoid a few strncpy-induced buffer overruns
7055 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7056 fname and psargs before trying to concatenate.
7057 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7058 "name" before applying strchr.
7059
7060 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7061
7062 * CONTRIBUTE: Use unified diff instead of context diff when
7063 generating patches.
7064
7065 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7066
7067 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7068 code. Handle JR.HB correctly.
7069
7070 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7071
7072 * mips-tdep.c
7073 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7074 with the other MIPS16 helpers.
7075
7076 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7077
7078 * observer.sh: Conditionally declare `args', thus cleaning up
7079 unused instances of this variable.
7080
7081 2012-04-24 Yao Qi <yao@codesourcery.com>
7082
7083 Revert this patch to allow breakpoint always-inserted
7084 in record target.
7085 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7086 * breakpoint.c: Include record.h.
7087 (breakpoints_always_inserted_mode): Return false when the record
7088 target is in use.
7089
7090 * breakpoint.c (iterate_over_bp_locations): New.
7091 * breakpoint.h: Declare.
7092 New typedef walk_bp_location_callback.
7093 * record.c (record_open): Call record_init_record_breakpoints.
7094 (record_sync_record_breakpoints): New.
7095 (record_init_record_breakpoints): New.
7096 * NEWS: Mention supporting breakpoint always-inserted mode in
7097 record target.
7098
7099 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7100
7101 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7102 any thread.
7103
7104 2012-04-24 Yao Qi <yao@codesourcery.com>
7105
7106 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7107 (is_catchpoint): ... it.
7108 (print_one_breakpoint_location): Caller update.
7109 * breakpoint.h: Update declaration.
7110
7111 2012-04-23 David S. Miller <davem@davemloft.net>
7112
7113 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7114
7115 2012-04-23 Tom Tromey <tromey@redhat.com>
7116
7117 * buildsym.c (add_free_pendings): Remove.
7118 * buildsym.h (add_free_pendings): Remove.
7119
7120 2012-04-23 Doug Evans <dje@google.com>
7121
7122 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7123 attr.u.unsnd instead of attr.u.addr.
7124 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7125 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7126 DW_FORM_ref_udata.
7127 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7128 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7129 DW_FORM_ref_udata.
7130 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7131
7132 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7133
7134 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7135 (mips_o32_return_value): Likewise.
7136 (mips_o64_return_value): Likewise.
7137
7138 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7139
7140 * ada-lang.c (ada_evaluate_subexp): Add cases for
7141 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7142 their treatment in eval.c.
7143
7144 2012-04-21 David S. Miller <davem@davemloft.net>
7145
7146 * sparc-tdep.c (X_DISP10): Define.
7147 (sparc_analyze_control_transfer): Handle compare-and-branch.
7148
7149 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7150
7151 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7152 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7153
7154 2012-04-20 Nigel Stephens <nigel@mips.com>
7155 Maciej W. Rozycki <macro@codesourcery.com>
7156
7157 * mips-tdep.c (mips_float_register_p): New function.
7158 (mips_convert_register_float_case_p): Use mips_float_register_p.
7159 (mips_register_type): Likewise.
7160 (mips_print_register): Likewise.
7161 (print_gp_register_row): Likewise.
7162 (mips_print_registers_info): Likewise.
7163
7164 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7165
7166 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7167 of mips16 symbols.
7168
7169 2012-04-20 Andrew Pinski <apinski@cavium.com>
7170
7171 * MAINTAINERS (Write After Approval): Add myself to the list.
7172
7173 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7174
7175 * MAINTAINERS: Update my e-mail address.
7176
7177 2012-04-20 Pedro Alves <palves@redhat.com>
7178
7179 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7180 $srcdir.
7181 * configure: Regenerate.
7182
7183 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7184
7185 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7186 declaration.
7187 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7188
7189 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7190
7191 Fix compilation compatibility with python-2.4
7192 * python/py-type.c (convert_field): Cast ADDRSTRING for
7193 PyObject_SetAttrString as non-const. New comment.
7194
7195 2012-04-19 Tom Tromey <tromey@redhat.com>
7196
7197 * top.c (quit_target): Use all_cleanups.
7198 * main.c (captured_command_loop): Use all_cleanups.
7199 * exceptions.c (throw_exception): Use all_cleanups.
7200
7201 2012-04-19 Pedro Alves <palves@redhat.com>
7202
7203 * Makefile.in (GNULIB_BUILDDIR): New.
7204 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7205 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7206 (CLEANDIRS). Remove gnulib/import.
7207 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7208 (all-lib): Ditto.
7209 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7210 (gnulib/import/Makefile): Replace gnulib/import with
7211 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7212 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7213 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7214 acx_configure_dir.m4.
7215 * acinclude.m4: Include acx_configure_dir.m4.
7216 * acx_configure_dir.m4: New file.
7217 * aclocal.m4: Regenerate.
7218 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7219 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7220 (GNULIB): New variable.
7221 (GNULIB_STDINT_H): Adjust.
7222 (AC_OUTPUT): Don't output gnulib/Makefile.
7223 * gdb/defs.h: Include build-gnulib/config.h.
7224 * aclocal.m4: Regenerate.
7225 * config.in: Regenerate.
7226 * configure: Regenerate.
7227
7228 * gnulib/Makefile.in: New file.
7229 * gnulib/configure.ac: New file.
7230 * gnulib/aclocal.m4: New file.
7231 * gnulib/config.in: New file.
7232 * gnulib/configure: New file.
7233 * gnulib/: Re-run gnulib-tool to adjust.
7234
7235 2012-04-19 Doug Evans <dje@google.com>
7236
7237 * cleanups.h (struct cleanup): Move to cleanups.c.
7238 (make_cleanup_dtor_ftype): New typedef.
7239 (make_cleanup_dtor): Use it.
7240 (ALL_CLEANUPS): Replace with ...
7241 (all_cleanups): ... this. Declare. All uses updated.
7242 * cleanups.c: #include "gdb_assert.h".
7243 (sentinel_cleanup): New static global.
7244 (SENTINEL_CLEANUP): Define.
7245 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7246 (make_my_cleanup2): Assert result is non-NULL.
7247 (all_cleanups): New function.
7248 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7249 of NULL.
7250
7251 2012-04-19 Pedro Alves <palves@redhat.com>
7252
7253 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7254 Adjust paths to gnulib imported files.
7255
7256 2012-04-19 Pedro Alves <palves@redhat.com>
7257
7258 * gnulib/: Move whole directory ...
7259 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7260 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7261 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7262 (aclocal_m4_deps): Adjust.
7263 * aclocal.m4: Regenerate.
7264 * configure: Regenerate.
7265 * configure.ac: Adjust AC_OUTPUT output.
7266
7267 2012-04-19 Yao Qi <yao@codesourcery.com>
7268
7269 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7270 (vec.o): New rule.
7271 * vec.c: Move it ...
7272 * common/vec.c: ... here.
7273 * vec.h: Move it ...
7274 * common/vec.h: ... here.
7275
7276 2012-04-19 Yao Qi <yao@codesourcery.com>
7277
7278 * gdb-code-style.el: New.
7279
7280 2012-04-18 Pedro Alves <palves@redhat.com>
7281
7282 Update gnulib from latest git.
7283 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7284
7285 * gnulib/Makefile.am: Update.
7286 * gnulib/dummy.c: Update.
7287 * gnulib/extra/arg-nonnull.h: Update.
7288 * gnulib/extra/c++defs.h: Update.
7289 * gnulib/extra/update-copyright: Update.
7290 * gnulib/extra/warn-on-use.h: Update.
7291 * gnulib/inttypes.in.h: Update.
7292 * gnulib/m4/00gnulib.m4: Update.
7293 * gnulib/m4/extensions.m4: Update.
7294 * gnulib/m4/gnulib-cache.m4: Update.
7295 * gnulib/m4/gnulib-common.m4: Update.
7296 * gnulib/m4/gnulib-comp.m4: Update.
7297 * gnulib/m4/gnulib-tool.m4: Update.
7298 * gnulib/m4/include_next.m4: Update.
7299 * gnulib/m4/inttypes-pri.m4: Update.
7300 * gnulib/m4/inttypes.m4: Update.
7301 * gnulib/m4/longlong.m4: Update.
7302 * gnulib/m4/memchr.m4: Update.
7303 * gnulib/m4/memmem.m4: Update.
7304 * gnulib/m4/mmap-anon.m4: Update.
7305 * gnulib/m4/multiarch.m4: Update.
7306 * gnulib/m4/onceonly.m4: Update.
7307 * gnulib/m4/stddef_h.m4: Update.
7308 * gnulib/m4/stdint.m4: Update.
7309 * gnulib/m4/string_h.m4: Update.
7310 * gnulib/m4/warn-on-use.m4: Update.
7311 * gnulib/m4/wchar_h.m4: Update.
7312 * gnulib/m4/wchar_t.m4: Update.
7313 * gnulib/m4/wint_t.m4: Update.
7314 * gnulib/memchr.c: Update.
7315 * gnulib/memmem.c: Update.
7316 * gnulib/stddef.in.h: Update.
7317 * gnulib/stdint.in.h: Update.
7318 * gnulib/str-two-way.h: Update.
7319 * gnulib/string.in.h: Update.
7320 * gnulib/wchar.in.h: Update.
7321
7322 * gnulib/extra/arg-nonnull.h: Delete.
7323 * gnulib/extra/c++defs.h: Delete.
7324 * gnulib/extra/warn-on-use.h: Delete.
7325 * gnulib/m4/wchar_h.m4: Delete.
7326 * gnulib/m4/wint_t.m4: Delete.
7327 * gnulib/wchar.in.h: Delete.
7328
7329 * gnulib/extra/snippets/arg-nonnull.h: New.
7330 * gnulib/extra/snippets/c++defs.h: New.
7331 * gnulib/extra/snippets/warn-on-use.h: New.
7332
7333 * aclocal.m4: Regenerate.
7334 * config.in: Regenerate.
7335 * configure: Regenerate.
7336 * gnulib/Makefile.in: Regenerate.
7337
7338 2012-04-18 Pedro Alves <palves@redhat.com>
7339
7340 Reimport the update-copyright module from gnulib
7341 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7342
7343 * configure: Regenerate.
7344 * gnulib/Makefile.am: Update.
7345 * gnulib/Makefile.in: Regenerate.
7346 * gnulib/extra/update-copyright: Update.
7347 * gnulib/m4/gnulib-cache.m4: Update.
7348 * gnulib/m4/gnulib-comp.m4: Update.
7349
7350 2012-04-18 Tristan Gingold <gingold@adacore.com>
7351
7352 * configure.ac (aix): Put -lpthread into libs.
7353 * configure: Regenerate.
7354
7355 2012-04-18 Tom Tromey <tromey@redhat.com>
7356
7357 * linespec.c (convert_linespec_to_sals): Don't use
7358 SYMBOL_OBJ_SECTION.
7359 (compare_msymbols): Arguments are minsym_and_objfile, not
7360 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7361
7362 2012-04-18 Pedro Alves <palves@redhat.com>
7363
7364 Revert gnulib/ part of:
7365 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7366 Copyright year update in most files (performed by copyright.sh).
7367
7368 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 Fix 64-bit constants on 32-bit hosts.
7371 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7372 from unsigned long to ULONGEST.
7373 (read_signed_leb128): Change declaration return type from long to
7374 LONGEST.
7375 (dwarf2_const_value_attr): Change declaration parameter value from long
7376 to LONGEST.
7377 (dwarf2_compute_name): Change variable value from long to LONGEST.
7378 (read_unsigned_leb128): Change return type, variable result and some
7379 casts from unsigned long to ULONGEST.
7380 (read_signed_leb128): Change return type, variable result and some
7381 casts from long to LONGEST.
7382 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7383 value from long to LONGEST.
7384 (dwarf2_const_value): Change variable value from long to LONGEST.
7385 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7386 plongest and hex_string.
7387 * symtab.h (struct general_symbol_info): Change ivalue from long to
7388 LONGEST, remove the comment.
7389 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7390 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7391
7392 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7393
7394 PR symtab/7259:
7395 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7396 * ada-lang.c (ada_discrete_type_high_bound)
7397 (ada_discrete_type_low_bound): Fix function comment. Use
7398 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7399 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7400 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7401 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7402 Use TYPE_FIELD_ENUMVAL.
7403 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7404 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7405 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7406 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7407 TYPE_CODE_ENUM.
7408 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7409 * dwarf2read.c (process_enumeration_scope): Likewise.
7410 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7411 field.bitpos.
7412 (class StructMainTypePrettyPrinter): Support also
7413 FIELD_LOC_KIND_ENUMVAL.
7414 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7415 TYPE_CODE_ENUM.
7416 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7417 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7418 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7419 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7420 field enumval.
7421 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7422 accommodate enumval.
7423 (struct call_site): Adjust loc_kind to accommodate enumval.
7424 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7425 (TYPE_FIELD_ENUMVAL): New macros.
7426 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7427 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7428 TYPE_CODE_ENUM.
7429 * p-typeprint.c (pascal_type_print_base): Likewise.
7430 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7431 enumval.
7432 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7433 * python/py-type.c (convert_field): New variable addrstring. Use
7434 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7435 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7436 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7437 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7438 TYPE_CODE_ENUM.
7439 * valprint.c (generic_val_print): Likewise.
7440
7441 2012-04-17 Doug Evans <dje@google.com>
7442
7443 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7444
7445 * dwarf2read.c: Whitespace fixes.
7446 (lookup_signatured_type): Tweak comment.
7447 (get_die_type_at_offset): Fix comment.
7448
7449 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7450
7451 * xcoffread.c (xcoff_secnum_to_sections): New function.
7452 (secnum_to_section, secnum_to_bfd_section): Reimplement
7453 using xcoff_secnum_to_sections. Rename "secnum" parameter
7454 into "n_scnum".
7455 (RECORD_MINIMAL_SYMBOL): Delete.
7456 (record_minimal_symbol): New function.
7457 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7458 by call to record_minimal_symbol and set misc_func_recorded
7459 to 1. Set last_csect_sec to the XCOFF section index instead
7460 of GDB's section_offset index. Update calls to
7461 prim_record_minimal_symbol_and_info to pass the BFD section
7462 as well.
7463
7464 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7465
7466 * xcoffread.c (read_xcoff_symtab): Delete variables
7467 last_csect_val and last_csect_sec and associated code.
7468
7469 2012-04-17 Doug Evans <dje@google.com>
7470
7471 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7472 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7473 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7474 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7475
7476 * cleanups.h: New file.
7477 * cleanups.c: New file.
7478 * Makefile.in (SFILES): Add cleanups.c.
7479 (HFILES_NO_SRCDIR): Add cleanups.h.
7480 (COMMON_OBS): Add cleanups.o.
7481 * defs.h (struct cleanup): Moved to cleanups.h.
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 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7491 (do_cleanups,do_final_cleanups): Ditto.
7492 (discard_cleanups,discard_final_cleanups): Ditto
7493 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7494 (save_cleanups,save_final_cleanups): Ditto.
7495 (restore_cleanups,restore_final_cleanups): Ditto.
7496 (null_cleanup): Ditto.
7497 (make_my_cleanup,make_my_cleanup2): Ditto.
7498 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7499
7500 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7501 make_my_cleanup.
7502 (make_cleanup_dyn_string_delete): Ditto.
7503 (make_cleanup_ui_file_delete): Ditto.
7504 (make_cleanup_ui_out_redirect_pop): Ditto.
7505 (make_cleanup_free_section_addr_info): Ditto.
7506 (make_cleanup_restore_integer): Ditto.
7507 (make_cleanup_unpush_target): Ditto.
7508 (make_cleanup_value_free_to_mark): Ditto.
7509 (make_cleanup_value_free): Ditto.
7510 (make_cleanup_free_so): Ditto.
7511
7512 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7513
7514 New option "set debug auto-load".
7515 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7516 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7517 (auto_load_safe_path_vec_update)
7518 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7519 if DEBUG_AUTO_LOAD.
7520 (file_is_auto_load_safe): New parameters debug_fmt and ....
7521 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7522 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7523 caller by explanatory string.
7524 (_initialize_auto_load): Register "set debug auto-load".
7525 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7526 and ....
7527 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7528 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7529 by explanatory string.
7530 * main.c (captured_main): Likewise.
7531 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7532 (source_section_scripts): Likewise.
7533
7534 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7535
7536 New option "set auto-load safe-path".
7537 * NEWS: New commands "set auto-load safe-path"
7538 and "show auto-load safe-path".
7539 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7540 (auto_load_safe_path, auto_load_safe_path_vec)
7541 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7542 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7543 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7544 (source_gdb_script_for_objfile): New variable is_safe. Call
7545 file_is_auto_load_safe. Return if it is not.
7546 (struct loaded_script): New field loaded.
7547 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7548 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7549 output "Missing" to "No".
7550 (_initialize_auto_load): New variable cmd. Initialize
7551 auto_load_safe_path. Register "set auto-load safe-path",
7552 "show auto-load safe-path" and "add-auto-load-safe-path".
7553 * auto-load.h (maybe_add_script): Add parameter loaded.
7554 (file_is_auto_load_safe): New declaration.
7555 * config.in: Regenerate.
7556 * configure: Regenerate.
7557 * configure.ac: New parameters --with-auto-load-safe-path
7558 and --without-auto-load-safe-path.
7559 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7560 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7561 * main.c (captured_main): Check file_is_auto_load_safe for
7562 LOCAL_GDBINIT.
7563 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7564 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7565 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7566 not.
7567
7568 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7569
7570 auto-load: Implementation.
7571 * NEWS: New descriptions for "info auto-load",
7572 "info auto-load gdb-scripts", "info auto-load python-scripts",
7573 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7574 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7575 and "show auto-load-scripts". New description for "set auto-load",
7576 "show auto-load", "set auto-load gdb-scripts",
7577 "show auto-load gdb-scripts", "set auto-load python-scripts",
7578 "show auto-load python-scripts", "set auto-load local-gdbinit",
7579 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7580 "show auto-load libthread-db".
7581 * auto-load.c: Remove include python/python-internal.h. Add includes
7582 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7583 cli/cli-setshow.h.
7584 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7585 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7586 (gdbpy_global_auto_load): Rename to ...
7587 (global_auto_load): ... here.
7588 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7589 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7590 (script_language_gdb, source_gdb_script_for_objfile): New.
7591 (struct loaded_script): New field language.
7592 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7593 LANGUAGE.
7594 (maybe_add_script): Add parameter language. Drop redundant
7595 entry.full_path initialization. Initialize entry.language and
7596 (*slot)->language.
7597 (auto_load_objfile_script): Change parameter suffix to language.
7598 Remove the call of maybe_add_script.
7599 Call language->source_script_for_objfile.
7600 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7601 New.
7602 (collect_matching_scripts): Adjust it for
7603 struct collect_matching_scripts_data.
7604 (auto_load_info_scripts_pattern_nl): New variable.
7605 (info_auto_load_scripts): Rename to ...
7606 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7607 for struct collect_matching_scripts_data.
7608 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7609 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7610 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7611 (auto_load_info_cmdlist_get): New.
7612 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7613 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7614 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7615 "info auto-load local-gdbinit".
7616 * auto-load.h (struct script_language): New.
7617 (gdbpy_global_auto_load): Rename to ...
7618 (global_auto_load): ... here.
7619 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7620 (auto_load_local_gdbinit_loaded): New declarations.
7621 (maybe_add_script): New parameter language.
7622 (auto_load_objfile_script): Change parameter suffix to language.
7623 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7624 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7625 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7626 declarations.
7627 * linux-thread-db.c: Include auto-load.h and ctype.h.
7628 (auto_load_thread_db, show_auto_load_thread_db): New.
7629 (struct thread_db_info): New field filename.
7630 (delete_thread_db_info): Call xfree for FILENAME.
7631 (try_thread_db_load): Initialize FILENAME.
7632 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7633 if !AUTO_LOAD_THREAD_DB.
7634 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7635 (_initialize_thread_db): Install auto_load_thread_db
7636 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7637 as "info auto-load libthread-db".
7638 * main.c (captured_main): Rename gdbpy_global_auto_load to
7639 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7640 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7641 (print_gdb_help): Extend the help for 'local init file'.
7642 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7643 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7644 (auto_load_scripts): Rename to ...
7645 (auto_load_python_scripts): ... here, update the comment.
7646 (gdbpy_load_auto_script_for_objfile): New declaration.
7647 (show_auto_load_python_scripts, script_language_python)
7648 (gdbpy_load_auto_script_for_objfile): New.
7649 (source_section_scripts): Refactor the code.
7650 (load_auto_scripts_for_objfile): Rename to ...
7651 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7652 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7653 (info_auto_load_python_scripts): New.
7654 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7655 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7656 Register "set auto-load-scripts" as its deprecated alias. Register
7657 "info auto-load python-scripts". Register "info auto-load-scripts" as
7658 its deprecated alias.
7659 (load_auto_scripts_for_objfile): Rename to ...
7660 (gdbpy_load_auto_scripts_for_objfile): ... here.
7661 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7662 (gdbpy_load_auto_scripts_for_objfile): ... here.
7663
7664 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7665
7666 auto-load: Move files.
7667 * Makefile.in (SFILES): Add auto-load.c.
7668 (HFILES_NO_SRCDIR): Add auto-load.h.
7669 (COMMON_OBS): Add auto-load.o.
7670 (distclean): Change .gdbinit for gdb-gdb.gdb.
7671 * auto-load.c: New file, with parts from python/py-auto-load.c.
7672 * auto-load.h: New file, with parts from python/python.h.
7673 * configure: Regenerate.
7674 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7675 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7676 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7677 * main.c: Include auto-load.h.
7678 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7679 command.h, observer.h and progspace.h to auto-load.c. Add include
7680 auto-load.h.
7681 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7682 (struct loaded_script, auto_load_pspace_data)
7683 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7684 (hash_loaded_script_entry, eq_loaded_script_entry)
7685 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7686 (maybe_add_script): Move to auto-load.c.
7687 (source_section_scripts): Change maybe_add_script parameters passing,
7688 use script_not_found_warning_print.
7689 (clear_section_scripts, auto_load_objfile_script)
7690 (auto_load_new_objfile, loaded_script_ptr)
7691 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7692 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7693 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7694 auto_load_new_objfile and info_auto_load_scripts initizations to
7695 auto-load.c.
7696 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7697
7698 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 Code cleanup.
7701 * charset.c (find_charset_names): Remove variables ix and elt.
7702 Use free_char_ptr_vec.
7703 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7704 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7705 debugdir_end. New variable debugdir_len.
7706 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7707 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7708 declarations.
7709 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7710 and elt. Use free_char_ptr_vec.
7711 * source.c (add_path): Remove variables argv, arg and argv_index.
7712 New variables dir_vec, back_to, ix and name.
7713 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7714 make_cleanup_freeargv. Remove variable separator. Simplify the code
7715 no longer expecting DIRNAME_SEPARATOR.
7716 (openp): Remove variable p, p1 and len. New variables dir_vec,
7717 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7718 no longer expecting DIRNAME_SEPARATOR.
7719 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7720 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7721 debugdir_end.
7722 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7723 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7724 (dirnames_to_char_ptr_vec): New functions.
7725
7726 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7727
7728 Code cleanup.
7729 * source.c (add_path): Remove always true conditional 'p == 0' and
7730 unindent its code block.
7731
7732 2012-04-17 Pedro Alves <palves@redhat.com>
7733
7734 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7735 (FIELD_BITPOS_LVAL): ... this.
7736 (FIELD_BITPOS): New.
7737 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7738 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7739 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7740 SET_FIELD_BITPOS.
7741 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7742 SET_FIELD_BITPOS.
7743 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7744 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7745 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7746 SET_FIELD_BITPOS.
7747
7748 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7751 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7752 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7753 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7754 * jv-lang.c (java_link_class_type): Likewise, once.
7755 * stabsread.c (read_enum_type): Likewise.
7756
7757 2012-04-16 Yao Qi <yao@codesourcery.com>
7758
7759 * common/agent.c (agent_run_command): Add one more parameter `len'.
7760 Update callers.
7761 * common/agent.h: Update declaration.
7762 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7763 Update.
7764 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7765
7766 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7767
7768 PR mi/13393
7769 * value.c (value_actual_type): New function.
7770 * value.h (value_actual_type): New declaration.
7771 * varobj.c (update_type_if_necessary): New function.
7772 (varobj_create): Call value_actual_type instead of
7773 value_type.
7774 (install_dynamic_child): distinct changed and type changed MI variable
7775 objects.
7776 (update_dynamic_varobj_children): Updated for install_dynamic_child
7777 change. All callers updated.
7778 (varobj_update): Support for MI variable object type change if
7779 the value changed and RTTI is used to determine the type.
7780 (create_child_with_value): Call value_actual_type instead of
7781 value_type.
7782 (adjust_value_for_child_access): Extended with a new parameter which
7783 specify whether the given value should be casted to enclosing type.
7784 All callers updated.
7785
7786 2012-04-14 Yao Qi <yao@codesourcery.com>
7787
7788 Import gnulib module inttypes from git
7789 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7790 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7791 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7792 gnulib/m4/inttypes-pri.m4
7793 * aclocal.m4, config.in, configure: Regenerated.
7794 * gnulib/Makefile.am: Update.
7795 * gnulib/Makefile.in: Update.
7796 * gnulib/m4/gnulib-cache.m4: Update.
7797 * gnulib/m4/gnulib-comp.m4: Update.
7798 * gnulib/inttypes.in.h: New.
7799 * gnulib/m4/inttypes-pri.m4: New.
7800 * gnulib/m4/inttypes.m4: New.
7801
7802 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7803
7804 * infrun.c (resume): Update PC address to the real PC after
7805 preparing to do displaced stepping.
7806
7807 2012-04-12 Doug Evans <dje@google.com>
7808
7809 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7810 All callers updated.
7811
7812 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7813
7814 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7815
7816 2012-04-12 Doug Evans <dje@google.com>
7817
7818 * dwarf2read.c (create_all_type_units): Renamed from
7819 create_debug_types_hash_table. All callers updated.
7820
7821 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7822 local type_sig to sig_type, type_offset to type_offset_in_tu.
7823 (hash_signatured_type): Renamed from hash_type_signature,
7824 all callers updated.
7825 (eq_signatured_type): Renamed from eq_type_signature,
7826 all callers updated.
7827 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7828 (process_enumeration_scope): Ditto.
7829 (lookup_signatured_type_at_offset): Ditto.
7830 (load_full_type_unit, read_signatured_type): Ditto.
7831
7832 2012-04-12 Yao Qi <yao@codesourcery.com>
7833
7834 * remote.c (async_remote_interrupt): Correct function name in
7835 debug message.
7836 (async_remote_interrupt_twice): Ditto.
7837
7838 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7839
7840 * source.c (find_and_open_source): Consistently pass resulting
7841 full path through xfullpath.
7842
7843 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7844
7845 Provide more specific displaced-stepping memory error message.
7846 * infrun.c (displaced_step_prepare): New variable status. Call
7847 target_read_memory instead of read_memory, provide more specific
7848 error message.
7849
7850 2012-04-11 Tristan Gingold <gingold@adacore.com>
7851
7852 PR gdb/13901
7853 * darwin-nat.c (darwin_execvp): Revert previous patch.
7854
7855 2012-04-11 Tristan Gingold <gingold@adacore.com>
7856
7857 PR gdb/13901
7858 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7859 in case of change.
7860
7861 2012-04-11 Tristan Gingold <gingold@adacore.com>
7862
7863 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7864 warning.
7865
7866 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7867
7868 New command 'explore' which helps explore values and types in
7869 scope.
7870 * NEWS: Add an entry about the new 'explore' command.
7871 * data-directory/Makefile.in: Add gdb/command/explore.py
7872 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7873 command using the GDB Python API.
7874
7875 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7876
7877 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7878 extension in jump target calculation.
7879
7880 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7881
7882 * mips-tdep.c (mips32_next_pc): Handle JALX.
7883
7884 2012-04-10 Yao Qi <yao@codesourcery.com>
7885
7886 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7887
7888 2012-04-10 Yao Qi <yao@codesourcery.com>
7889
7890 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7891 and gnulib/m4/gnulib-tool.m4.
7892
7893 2012-04-10 Doug Evans <dje@google.com>
7894
7895 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7896 (load_partial_dies): Clarify comment.
7897 (find_partial_die): Support rereading type units.
7898 Clarify CU handling, if we know offset is in CU, don't search for the
7899 containing CU. Add comment regarding memory waste.
7900
7901 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7902
7903 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7904 i386/x32-avx and i386/x32-avx-linux.
7905 (i386/x32-expedite): New.
7906 (i386/x32-linux-expedite): Likewise.
7907 (i386/x32-avx-expedite): Likewise.
7908 (i386/x32-avx-linux-expedite): Likewise.
7909 ($(outdir)/i386/x32.dat): Likewise.
7910 ($(outdir)/i386/x32-linux.dat): Likewise.
7911 ($(outdir)/i386/x32-avx.dat): Likewise.
7912 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7913
7914 * features/i386/x32-avx-linux.xml: New file.
7915 * features/i386/x32-avx.xml: Likewise.
7916 * features/i386/x32-core.xml: Likewise.
7917 * features/i386/x32-linux.xml: Likewise.
7918 * features/i386/x32.xml: Likewise.
7919
7920 * features/i386/x32-avx-linux.c: New. Generated.
7921 * features/i386/x32-avx.c: Likewise.
7922 * features/i386/x32-linux.c: Likewise.
7923 * features/i386/x32.c: Likewise.
7924 * regformats/i386/x32-avx-linux.dat: Likewise.
7925 * regformats/i386/x32-avx.dat: Likewise.
7926 * regformats/i386/x32-linux.dat: Likewise.
7927 * regformats/i386/x32.dat: Likewise.
7928
7929 2012-04-10 Tristan Gingold <gingold@adacore.com>
7930
7931 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7932 code to kill the inferior.
7933
7934 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7935
7936 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7937 defines.
7938 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7939 defines.
7940 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7941 (yyvsp): New defines.
7942 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7943 defines.
7944 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7945 defines.
7946 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7947 defines.
7948 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7949 defines.
7950 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7951 defines.
7952
7953 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7954
7955 * sparc64-tdep.c (sparc64_store_arguments)
7956 (sparc64_store_arguments): Fix coding style.
7957
7958 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7959
7960 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7961 complex floats, adjust some related comments and tighten a related
7962 assertion.
7963 (sparc64_extract_return_value): Handle complex floats.
7964
7965 2012-04-07 Doug Evans <dje@google.com>
7966
7967 * dwarf2read.c (load_partial_dies): Change condition to assert.
7968
7969 2012-04-06 Doug Evans <dje@google.com>
7970
7971 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7972 "mov %rsp,%rbp".
7973
7974 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7975
7976 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7977 fencepost error.
7978 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7979 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7980 architecture.
7981
7982 2012-04-05 Keith Seitz <keiths@redhat.com>
7983
7984 * linespec.c (decode_compound): Remove.
7985 (enum offset_relative_sign): New enum.
7986 (struct line_offset): New struct.
7987 (struct linespec): New struct.
7988 (struct linespec_state): Move file_symtabs,
7989 user_filename, and user_function into struct linespec.
7990 Make result an anonymous struct holding vectors of
7991 symbolp and minsym_and_objfile_d.
7992 Add language member.
7993 (enum ls_token_type): New enum.
7994 (linespec_keywords): New array.
7995 (struct ls_token): New struct.
7996 (struct ls_parser): New struct.
7997 (linespec_lexer_lex_number): New function.
7998 (linespec_lexer_lex_keyword): New function.
7999 (is_ada_operator): New function.
8000 (skip_quote_char): New function.
8001 (copy_token_string): New function.
8002 (is_closing_quote_enclosed): New function.
8003 (find_parameter_list_end): New function.
8004 (linespec_lexer_lex_string): New function.
8005 (linespec_lexer_lex_one): New function.
8006 (linespec_lexer_consume_token): New function.
8007 (linespec_lexer_peek_token): New function.
8008 (cplusplus_error): Remove unused function.
8009 (find_methods): Update comment.
8010 (find_toplevel_char): Return const.
8011 (is_objc_method_format): Remove unused function.
8012 (find_toplevel_string): New function.
8013 (is_linespec_boundary): Remove.
8014 (symbol_not_found_error): New function.
8015 (find_method_overload_end): Remove function.
8016 (unexpected_linespec_error): New function.
8017 (keep_name_info): Remove.
8018 (linespec_parse_line_offset): New function.
8019 (linespec_parse_basic): New function.
8020 (canonicalize_linespec): New function.
8021 (decode_line_internal): Remove.
8022 (create_sals_line_offset): New function adapted from
8023 decode_all_digits.
8024 (convert_linespec_to_sals): New function.
8025 (parse_linespec): New function.
8026 (linespec_parser_new): New function.
8027 (linespec_state_destructor): Change parameter type to
8028 struct linespec_state *.
8029 Add language parameter.
8030 Remove freeing of moved members.
8031 (linespec_parser_delete): New function.
8032 (decode_line_full): Use parse_linespec and linespec_parser_new.
8033 (decode_line_1): Likewise.
8034 (decode_indirect): Rename to ...
8035 (linespec_expression_to_pc): ... this and rewrite
8036 to simply find CORE_ADDR, storing this result for later
8037 conversion to SALs.
8038 (locate_first_half): Remove.
8039 (deocde_objc): Add parameter LS.
8040 Initialize new struct collect_info members.
8041 Handle minimal symbols, too.
8042 (decode_compound): Delete.
8043 (lookup_prefix_sym): Rewrite.
8044 (compare_msymbols): New function.
8045 (find_method): Rewrite.
8046 Do not call cplusplus_error.
8047 (symtabs_from_filename): Rewrite.
8048 (collect_function_symbols): Delete.
8049 (find_function_symbols): Rewrite without ARGPTR-style
8050 processing.
8051 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8052 (decode_dollar): Adapted and renamed to ...
8053 (linespec_parse_variable): ... this.
8054 (find_linespec_symbols): New function.
8055 (decode_label): Adapted and renamed to ...
8056 (find_label_symbols): ... this.
8057 (decode_digits_list_mode): Add and use LS argument.
8058 (decode_digits_ordinary): Likewise.
8059 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8060 If in list mode, allow any symbol class. Otherwise, only
8061 permit LOC_BLOCK symbols.
8062 (minsym_found): Update comments.
8063 (search_minsyms_for_name): Do not convert the matching symbol
8064 into a SAL. Simply push the symbol and objfile into the
8065 result vector.
8066 (decode_variable): Delete. Contents adapted into
8067 find_linespec_symbols.
8068
8069 * cp-support.c (SKIP_SPACE): Remove.
8070 (operator_tokens): Remove unused global.
8071 (cp_validate_operator): Remove.
8072 * cp-support.h (cp_validate_operator): Remove declaration.
8073
8074 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8075
8076 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8077 for TYPE_VPTR_FIELDNO.
8078 * valprint.c (valprint_check_validity): Make it global, move the
8079 function comment ...
8080 * value.h (valprint_check_validity): ... to this new declaration.
8081
8082 2012-04-02 Tristan Gingold <gingold@adacore.com>
8083
8084 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8085 the STATE32 api for i386 state.
8086 (i386_darwin_store_inferior_registers): Likewise.
8087
8088 2012-04-02 Tristan Gingold <gingold@adacore.com>
8089
8090 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8091 SS offset.
8092 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8093 format_string.
8094
8095 2012-04-02 Tristan Gingold <gingold@adacore.com>
8096
8097 PR gdb/13901
8098 * darwin-nat.c (darwin_execvp): Set binary preference.
8099
8100 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8103
8104 2012-03-30 Tom Tromey <tromey@redhat.com>
8105
8106 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8107 of TRY_CATCH. Fix error handling.
8108 * python/py-value.c (convert_value_from_python): Move 'old'
8109 declaration to innermost scope.
8110
8111 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8112 Andrey Smirnov <andrew.smirnov@gmail.com>
8113
8114 -Wshadow warning fix.
8115 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8116 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8117 Adjust code accordingly.
8118
8119 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8120
8121 * ada-lang.c (symbol_completion_add): Rename parameter
8122 "encoded" into "encoded_p". Ajust code and documentation
8123 accordingly.
8124
8125 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8126 Andrey Smirnov <andrew.smirnov@gmail.com>
8127
8128 -Wshadow warning fix.
8129 * ada-lang.c (symbol_completion_add): Rename parameter
8130 "wild_match" into wild_match_p. Update code and documentation
8131 accordingly.
8132
8133 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8134
8135 * ada-lang.c (symbol_completion_match): Rename parameter
8136 "encoded" into "encoded_p". Ajust code and documentation
8137 accordingly.
8138
8139 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8140 Andrey Smirnov <andrew.smirnov@gmail.com>
8141
8142 -Wshadow warning fix.
8143 * ada-lang.c (symbol_completion_match): Rename parameter
8144 "wild_match" into "wild_match_p". Adjust code and function
8145 documentation accordingly.
8146
8147 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8148 Andrey Smirnov <andrew.smirnov@gmail.com>
8149
8150 -Wshadow warning fix.
8151 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8152 "symbol_info" into "info". Adjust code accordingly.
8153 (ada_lookup_symbol): Likewise.
8154
8155 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8156
8157 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8158 of this function's documentation.
8159
8160 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8161 Andrey Smirnov <andrew.smirnov@gmail.com>
8162
8163 -Wshadow warning fix.
8164 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8165 variable into "wild_match_p". Adjust code accordingly.
8166
8167 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8168 Andrey Smirnov <andrew.smirnov@gmail.com>
8169
8170 -Wshadow warning fix.
8171 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8172 parameter into "wild_match_p". Adjust code accordingly.
8173 Document this parameter in the function description.
8174
8175 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8176 Andrey Smirnov <andrew.smirnov@gmail.com>
8177
8178 -Wshadow warning fix.
8179 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8180 "wild_match" parameter to "wild_match_p" (-Wshadow).
8181
8182 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8183
8184 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8185 in function documentation.
8186
8187 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8188 Andrey Smirnov <andrew.smirnov@gmail.com>
8189
8190 -Wshadow warning fix.
8191 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8192 variable into wild_match_p. Adjust code accordingly.
8193
8194 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8195 Andrey Smirnov <andrew.smirnov@gmail.com>
8196
8197 * ada-valprint.c (ada_val_print_1): Move the code handling
8198 TYPE_CODE_ENUM inside its own lexical block. Declare
8199 variables len and val there, instead of in the function's
8200 top level block. Avoid declaring deref_val again in a way
8201 that shadows another variable of the same name declared
8202 in one of the up-level blocks. Just re-use the up-level
8203 variable instead.
8204
8205 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8206
8207 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8208 Replace block_found argument by symbol_info. Adjust
8209 implementation accordingly. Add function documentation.
8210 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8211 Fix documentation.
8212 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8213 * ada-exp.y (write_object_renaming): Adjust to new
8214 ada_lookup_encoded_symbol API.
8215
8216 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8217
8218 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8219 documentation.
8220
8221 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8222
8223 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8224 (v850_register_name): Add the mpu and fpu register names.
8225 (v850e_register_name): Add the mpu and fpu register names.
8226 (v850e2_register_name): New function.
8227 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8228 bfd_mach_v850e2v3.
8229
8230 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8231
8232 * NEWS: Add entry for Ada varobj support.
8233
8234 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8235
8236 * varobj.c (default_value_is_changeable_p): New function,
8237 extracted from varobj_value_is_changeable_p. Add declaration.
8238 (ada_value_is_changeable_p): New function, extracted from
8239 varobj_value_is_changeable_p. Add declaration.
8240 (struct language_specific): New field "value_is_changeable_p".
8241 (languages): Add entries for new field.
8242 (varobj_create): Set language before calling install_new_value.
8243 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8244 "value_is_changeable_p" language callback.
8245
8246 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8247
8248 * ada-varobj.h, ada-varobj.c: New files.
8249 * Makefile.in (SFILES): Add ada-varobj.c.
8250 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8251 (COMMON_OBS): Add ada-varobj.o.
8252
8253 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8254
8255 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8256 (struct language_specific): New field "value_has_mutated".
8257 (languages): Set field "value_has_mutated" in each entry of array.
8258 (varobj_value_has_mutated): New function.
8259 (varobj_udpdate): Add handling of type mutation.
8260 (value_of_root): Add handling of type mutation.
8261 (ada_value_has_mutated): New function.
8262
8263 2012-03-28 Pedro Alves <palves@redhat.com>
8264
8265 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8266 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8267
8268 2012-03-28 Tom Tromey <tromey@redhat.com>
8269
8270 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8271 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8272 before returning.
8273
8274 2012-03-28 Tom Tromey <tromey@redhat.com>
8275
8276 * .dir-locals.el: New file.
8277
8278 2012-03-28 Pedro Alves <palves@redhat.com>
8279
8280 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8281
8282 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8283
8284 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8285 handling for r0.
8286
8287 2012-03-27 Pedro Alves <palves@redhat.com>
8288
8289 Eliminate struct ui_stream.
8290
8291 * ui-out.h (struct ui_stream): Delete.
8292 (ui_out_field_stream): Adjust prototype.
8293 (ui_out_stream_new, ui_out_stream_delete)
8294 (make_cleanup_ui_out_stream_delete): Delete declarations.
8295 * ui-out.c (ui_out_field_stream): Change prototype to take a
8296 ui_file instead of a ui_stream. Adjust.
8297 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8298 (make_cleanup_ui_out_stream_delete): Delete.
8299 * breakpoint.c (print_breakpoint_location)
8300 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8301 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8302 * disasm.c (dump_insns): Ditto.
8303 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8304 prototype.
8305 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8306 ui_stream/ui_out_stream_new.
8307 * infcmd.c (print_return_value): Ditto.
8308 * osdata.c (info_osdata_command): Don't allocate a local
8309 ui_stream.
8310 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8311 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8312 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8313 allocate a local ui_stream.
8314 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8315 instead of ui_stream/ui_out_stream_new.
8316 (list_args_or_locals): Don't allocate a local ui_stream.
8317 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8318 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8319 ui_stream/ui_out_stream_new.
8320 * cli/cli-setshow.c (do_setshow_command): Ditto.
8321
8322 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8323
8324 * arm-linux-tdep.c (arm_linux_init_abi): Call
8325 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8326 * arm-tdep.c (arm_process_record): New function.
8327 (deallocate_reg_mem): New function.
8328 (decode_insn): New function.
8329 (thumb_record_branch): New function.
8330 (thumb_record_ldm_stm_swi(): New function.
8331 (thumb_record_misc): New function.
8332 (thumb_record_ld_st_stack): New function.
8333 (thumb_record_ld_st_imm_offset): New function.
8334 (thumb_record_ld_st_reg_offset(): New function.
8335 (thumb_record_add_sub_cmp_mov): New function.
8336 (thumb_record_shift_add_sub): New function.
8337 (arm_record_coproc_data_proc): New function.
8338 (arm_record_coproc): New function.
8339 (arm_record_b_bl): New function.
8340 (arm_record_ld_st_multiple): New function.
8341 (arm_record_ld_st_reg_offset): New function.
8342 (arm_record_ld_st_imm_offset): New function.
8343 (arm_record_data_proc_imm): New function.
8344 (arm_record_data_proc_misc_ld_str): New function.
8345 (arm_record_extension_space): New function.
8346 (arm_record_strx): New function.
8347 (sbo_sbz): New function.
8348 (struct insn_decode_record): New structure for arm insn record.
8349 (REG_ALLOC): New macro for reg allocations.
8350 (MEM_ALLOC): New macro for memory allocations.
8351 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8352
8353 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8354
8355 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8356 (store_register): Likewise.
8357
8358 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8359
8360 * MAINTAINERS (Write After Approval): Add myself to the list.
8361
8362 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8363
8364 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8365 Describe also the option "auto".
8366
8367 2012-03-22 Richard Henderson <rth@redhat.com>
8368
8369 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8370 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8371
8372 2012-03-22 Richard Henderson <rth@redhat.com>
8373
8374 * jit.c (jit_read_code_entry): Compute alignment and offset of
8375 int64_t member before computing entry_size.
8376
8377 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8378
8379 Python scripting: Add new method Value.referenced_value to
8380 gdb.Value which can dereference pointer as well as reference
8381 values.
8382 * NEWS: Add entry under 'Python scripting' about the new method
8383 Value.referenced_value on gdb.Value objects.
8384 * python/py-value.c (valpy_referenced_value): New function
8385 defining a new method on gdb.Value objects which can dereference
8386 pointer and reference values.
8387
8388 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8389
8390 * MAINTAINERS (Write After Approval): Add myself to the list.
8391
8392 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8393
8394 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8395 in addition to "main".
8396
8397 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8398
8399 * expression.h (op_name): Add declaration.
8400 * expprint.c (op_name): Remove declaration. Make non-static.
8401 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8402
8403 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8404
8405 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8406 of struct siginfo.
8407 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8408 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8409 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8410 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8411 (linux_nat_get_siginfo): Likewise.
8412 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8413 (linux_nat_get_siginfo): Likewise.
8414 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8415 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8416 * procfs.c (gdb_siginfo_t): Likewise.
8417
8418 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8419
8420 * .gitignore: Ignore more files.
8421
8422 2012-03-20 Pedro Alves <palves@redhat.com>
8423
8424 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8425 returns.
8426
8427 2012-03-20 Yao Qi <yao@codesourcery.com>
8428
8429 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8430 comment.
8431
8432 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8435 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8436 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8437 sect_offset.
8438 * dwarf2expr.h (cu_offset, sect_offset): New types.
8439 (struct dwarf_expr_context_funcs) <dwarf_call>
8440 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8441 sect_offset.
8442 (struct dwarf_expr_context) <len>: Improve the comment.
8443 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8444 cu_offset and sect_offset.
8445 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8446 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8447 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8448 * dwarf2loc.h: Include dwarf2expr.h.
8449 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8450 and sect_offset.
8451 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8452 Improve the comment.
8453 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8454 (struct signatured_type, struct line_header, struct partial_die_info)
8455 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8456 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8457 (get_die_type_at_offset, create_cus_from_index)
8458 (create_signatured_type_table_from_index, dw2_get_file_names)
8459 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8460 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8461 (create_debug_types_hash_table, process_psymtab_comp_unit)
8462 (load_partial_comp_unit, create_all_comp_units)
8463 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8464 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8465 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8466 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8467 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8468 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8469 (find_partial_die, read_attribute_value, lookup_die_type)
8470 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8471 (is_ref_attr): New function comment.
8472 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8473 Use cu_offset and sect_offset.
8474 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8475 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8476 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8477 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8478 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8479 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8480 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8481 sect_offset.
8482
8483 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8484
8485 Code cleanup.
8486 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8487 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8488 with xfree.
8489 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8490
8491 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8492
8493 * NEWS: Describe new options --init-command=FILE, -ix and
8494 --init-eval-command=COMMAND, -iex.
8495 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8496 CMDARG_INIT_COMMAND.
8497 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8498 "init-command", "init-eval-command", "ix" and "iex" to the variable
8499 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8500 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8501 (print_gdb_help): Describe --init-command=FILE, -ix and
8502 --init-eval-command=COMMAND, -iex.
8503
8504 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8505
8506 Code cleanup.
8507 * main.c (struct cmdarg): Move it here from main. Add more comments.
8508 (cmdarg_s, VEC (cmdarg_s)): New.
8509 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8510 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8511 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8512 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8513 of CMDARG.
8514
8515 2012-03-19 Tom Tromey <tromey@redhat.com>
8516
8517 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8518
8519 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8520
8521 PR symtab/13777
8522 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8523 GCC >=4.5.
8524
8525 2012-03-16 Chris January <chris.january@allinea.com>
8526
8527 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8528 of clear.
8529
8530 2012-03-16 Chris January <chris.january@allinea.com>
8531
8532 * source.c (add_path): Use memmove instead of strcpy because the
8533 strings overlap.
8534
8535 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8536
8537 * value.h (set_value_parent): Add declaration.
8538 * value.c (set_value_parent): New function.
8539 (value_address): If VALUE->PARENT is not NULL, then use it as
8540 the base address instead of VALUE->LOCATION.address.
8541 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8542 the same as OBJ's address. Adjust V's offset accordingly.
8543 Set V's parent.
8544
8545 2012-03-16 Gary Benson <gbenson@redhat.com>
8546
8547 PR breakpoints/10738
8548 * dwarf2read.c (use_deprecated_index_sections): New global.
8549 (struct partial_die_info): New member may_be_inlined.
8550 (read_partial_die): Set may_be_inlined where appropriate.
8551 (add_partial_subprogram): Add partial symbols for partial
8552 DIEs that may be inlined.
8553 (new_symbol_full): Add inlined subroutines to the current
8554 scope.
8555 (write_psymtabs_to_index): Bump version number.
8556 (dwarf2_read_index): Read only version 6 indices unless
8557 use_deprecated_index_sections is set.
8558 * linespec.c (symbol_and_data_callback): New structure.
8559 (iterate_inline_only): New function.
8560 (iterate_over_all_matching_symtabs): New argument
8561 "include_inline". If nonzero, also call the callback for
8562 symbols representing inlined subroutines.
8563 (lookup_prefix_sym): Pass extra argument to the above.
8564 (find_function_symbols): Likewise.
8565 (add_matching_symbols_to_info): Likewise.
8566 * NEWS: Mention that GDB can now set breakpoints on inlined
8567 functions.
8568
8569 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8570
8571 * p-typeprint.c (pascal_type_print_method_args):
8572 Fix display of parameter of methods.
8573
8574 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8575
8576 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8577 Add missing prototype.
8578
8579 2012-03-16 Yao Qi <yao@codesourcery.com>
8580 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 Fix false compilation warning.
8583 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8584
8585 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8586 Pedro Alves <pedro@codesourcery.com>
8587
8588 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8589 (arm_register_g_packet_guesses): New function.
8590 (arm_gdbarch_init): Don't force a target description with
8591 registers when the executable is detected as M-profile. Instead
8592 set gdbarch->tdep->is_m. Register `g' packet guesses.
8593 (_initialize_arm_tdep): Initialize the new target description.
8594 * features/arm-with-m-fpa-layout.xml: New description.
8595 * features/arm-with-m-fpa-layout.c: New, generated.
8596
8597 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8598
8599 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8600 Update function description.
8601 (insert_bp_location): Do not wipe bl->target_info out.
8602 * mem-break.c: #include "gdb_string.h".
8603 (default_memory_insert_breakpoint): Do not call target_read_memory
8604 with a pointer to the breakpoint's shadow_contents buffer. Use
8605 a local buffer instead.
8606 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8607
8608 2012-03-15 Tom Tromey <tromey@redhat.com>
8609
8610 * NEWS: Mention "info vtbl", not "info vtable".
8611 * cp-support.c (info_vtbl_command): Fix comment.
8612 (_initialize_cp_support): Fix text.
8613
8614 2012-03-15 Tom Tromey <tromey@redhat.com>
8615
8616 * cp-valprint.c (cp_print_value_fields): Use
8617 print_function_pointer_address for vtable slot.
8618
8619 2012-03-15 Tom Tromey <tromey@redhat.com>
8620
8621 * gnu-v3-abi.c (struct value_and_voffset): New.
8622 (hash_value_and_voffset, eq_value_and_voffset)
8623 (compare_value_and_voffset, compute_vtable_size)
8624 (print_one_vtable, gnuv3_print_vtable): New functions.
8625 (init_gnuv3_ops): Initialize 'print_vtable' field.
8626 * cp-support.c (info_vtbl_command): New function.
8627 (_initialize_cp_support): Add "info vtbl".
8628 * cp-abi.h (cplus_print_vtable): Declare.
8629 (struct cp_abi_ops) <print_vtable>: New field.
8630 * cp-abi.c (cplus_print_vtable): New function.
8631 * NEWS: Update.
8632
8633 2012-03-15 Tom Tromey <tromey@redhat.com>
8634
8635 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8636 iterate_over_symbols.
8637
8638 2012-03-14 Doug Evans <dje@google.com>
8639
8640 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8641 DW_OP_GNU_parameter_ref.
8642
8643 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 Fix double prompt of 'interpreter-exec mi'.
8646 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8647 (mi_interpreter_resume): use it.
8648 (mi_execute_command_input_handler): New function.
8649 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8650 mi_execute_command_input_handler.
8651
8652 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8653
8654 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8655 prototype.
8656 (darwin_debug_port_info): Make static.
8657 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8658 * machoread.c (_initialize_machoread): Add prototype.
8659 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8660 (i386_darwin_set_control, i386_darwin_get_control)
8661 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8662 i386_darwin_get_status, i386_darwin_get_control):
8663 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8664
8665 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8666
8667 * ax-gdb.c (gen_usual_unary): Remove special handling of
8668 enum and bool types.
8669
8670 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8671
8672 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8673
8674 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8675
8676 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8677
8678 2012-03-13 Chris January <chris.january@allinea.com>
8679
8680 * aix-thread.c (fill_sprs): Store the floating point registers
8681 at the correct offsets into vals.
8682
8683 2012-03-13 Doug Evans <dje@google.com>
8684
8685 * NEWS: Mention symbol-reloading has been deleted.
8686 * symfile.c (symbol_reloading): Delete.
8687 (show_symbol_reloading): Delete.
8688 (_initialize_symfile): Delete set/show symbol-reloading.
8689
8690 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8691 read_in_chain until we have successfully read it in.
8692 (load_full_comp_unit): Ditto.
8693 (read_signatured_type): Add comment.
8694
8695 2012-03-13 Chris January <chris.january@allinea.com>
8696
8697 * stabsread.c (fix_common_block): Change type of valu argument
8698 to CORE_ADDR.
8699
8700 2012-03-13 Chris January <chris.january@allinea.com>
8701
8702 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8703 instruction.
8704
8705 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8706
8707 * common/linux-procfs.c (linux_proc_get_int): New, from
8708 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8709 field.
8710 (linux_proc_get_tgid): Only call linux_proc_get_int.
8711 (linux_proc_get_tracerpid): New.
8712 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8713 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8714 linux_proc_pid_has_state.
8715 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8716 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8717 (linux_ptrace_attach_warnings): New.
8718 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8719 New declaration.
8720 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8721 (linux_nat_attach): New variables ex, buffer, message and message_s.
8722 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8723
8724 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8725
8726 * Makefile.in (linux-ptrace.o): New.
8727 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8728 from linux-nat.c.
8729 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8730 * common/linux-ptrace.c: New file.
8731 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8732 * config/arm/linux.mh: Likewise.
8733 * config/i386/linux.mh: Likewise.
8734 * config/i386/linux64.mh: Likewise.
8735 * config/ia64/linux.mh: Likewise.
8736 * config/m32r/linux.mh: Likewise.
8737 * config/m68k/linux.mh: Likewise.
8738 * config/mips/linux.mh: Likewise.
8739 * config/pa/linux.mh: Likewise.
8740 * config/powerpc/linux.mh: Likewise.
8741 * config/powerpc/ppc64-linux.mh: Likewise.
8742 * config/powerpc/spu-linux.mh: Likewise.
8743 * config/s390/s390.mh: Likewise.
8744 * config/sparc/linux.mh: Likewise.
8745 * config/sparc/linux64.mh: Likewise.
8746 * config/xtensa/linux.mh: Likewise.
8747 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8748 common/linux-procfs.c.
8749 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8750
8751 2012-03-13 Hui Zhu <teawater@gmail.com>
8752 Pedro Alves <palves@redhat.com>
8753
8754 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8755 CREATE_BREAKPOINT_FLAGS_INSERTED.
8756 (create_breakpoint_sal, create_breakpoints_sal)
8757 (base_breakpoint_create_breakpoints_sal)
8758 (tracepoint_create_breakpoints_sal)
8759 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8760 down.
8761 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8762 (ftrace_command, strace_command): Adjust.
8763 (create_tracepoint_from_upload): Pass
8764 CREATE_BREAKPOINT_FLAGS_INSERTED.
8765 * breakpoint.h (enum breakpoint_create_flags): New.
8766 (create_breakpoint): New flags parameter.
8767 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8768 * python/py-breakpoint.c (bppy_init): Adjust.
8769 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8770 * spu-tdep.c (spu_catch_start): Adjust.
8771
8772 2012-03-13 Pedro Alves <palves@redhat.com>
8773 Hui Zhu <teawater@gmail.com>
8774 Yao Qi <yao@codesourcery.com>
8775
8776 * remote.c (struct remote_state): New field `starting_up'.
8777 (remote_start_remote): Set and clear it.
8778 (remote_can_download_tracepoint): If starting up, return false.
8779
8780 2012-03-13 Yao Qi <yao@codesourcery.com>
8781
8782 * inferior.h (struct inferior): Remove fields any_syscall_count,
8783 syscalls_counts and total_syscalls_count. Move them to new
8784 struct catch_syscall_inferior_data in breakpoint.c.
8785 * breakpoint.c: Call DEF_VEC_I(int).
8786 (struct catch_syscall_inferior_data): New.
8787 (get_catch_syscall_inferior_data): New.
8788 (catch_syscall_inferior_data_cleanup): New.
8789 (insert_catch_syscall): Update to access data in
8790 struct catch_syscall_inferior_data.
8791 (insert_catch_syscall): Likewise.
8792 (remove_catch_syscall): Likewise.
8793 (remove_catch_syscall): Likewise.
8794 (is_syscall_catchpoint_enabled): Likewise.
8795 (add_catch_command): Likewise.
8796 (_initialize_breakpoint): Register cleanup.
8797 * breakpoint.h: Removed DEF_VEC_I(int).
8798 * dwarf2loc.c: Call DEF_VEC_I(int).
8799 * mi/mi-main.c: Likewise.
8800
8801 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8802
8803 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8804
8805 2012-03-12 Chris January <chris.january@allinea.com>
8806
8807 * aix-thread.c (_initialize_aix_thread): Add prototype.
8808 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8809 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8810
8811 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8812
8813 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8814 include of "amd64-nat.h".
8815
8816 2012-03-12 Tom Tromey <tromey@redhat.com>
8817
8818 * buildsym.c (record_pending_block): Now static.
8819 * buildsym.h: (record_pending_block): Remove.
8820
8821 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8822
8823 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8824
8825 2012-03-09 Tom Tromey <tromey@redhat.com>
8826
8827 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8828 producer_is_gxx_lt_4_6>: New fields.
8829 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8830
8831 2012-03-09 Tom Tromey <tromey@redhat.com>
8832
8833 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8834
8835 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8836
8837 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8838 prototype.
8839
8840 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8841
8842 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8843
8844 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8845
8846 Fix -Wmissing-prototypes build.
8847 * arm-linux-nat.c (get_thread_id): Make it static.
8848 * xtensa-linux-nat.c (get_thread_id): Likewise.
8849
8850 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8851
8852 * server.c (process_point_options): If a conditional expression
8853 is found, only print a message if remote_debug is nonzero.
8854
8855 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8856
8857 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8858 of internal error for unknown/unsupported types.
8859
8860 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 Fix CU relative vs. absolute DIE offsets.
8863 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8864 offset to offset_in_cu.
8865 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8866 TYPE_OFFSET.
8867 (dwarf2_fetch_die_location_block): Rename parameter offset to
8868 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8869
8870 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8871
8872 * libunwind-frame.c: Rename to ...
8873 * ia64-libunwind-tdep.c: ... here.
8874 * libunwind-frame.h: Rename to ...
8875 * ia64-libunwind-tdep.h: ... here.
8876 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8877 ia64-libunwind-tdep.h.
8878 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8879 * README (--with-libunwind): Rename to ...
8880 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8881 * config.in: Regenerate.
8882 * configure: Regenerate.
8883 * configure.ac: New option --with-libunwind-ia64, make the
8884 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8885 Remove AC_DEFINE for HAVE_LIBUNWIND.
8886 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8887 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8888 Rename libunwind-frame in the general comment.
8889 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8890 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8891 Move forward declarations inside #ifndef. Rename libunwind-frame in
8892 the general comment.
8893 * ia64-tdep.c: Rename libunwind-frame.h #include to
8894 ia64-libunwind-tdep.h.
8895 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8896 (ia64_libunwind_descr): Rename libunwind-frame to
8897 ia64-libunwind-tdep in these function comments.
8898 * ia64-tdep.h: Rename libunwind-frame.h #include to
8899 ia64-libunwind-tdep.h.
8900 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8901 ia64-libunwind-tdep in that data comment.
8902
8903 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * libunwind-frame.h (struct frame_unwind): New declaration.
8906
8907 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8908
8909 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8910 "set breakpoint condition-evaluation" command.
8911
8912 2012-03-08 Tristan Gingold <gingold@adacore.com>
8913
8914 * sparc-stub.c: Move to stubs/
8915 * sh-stub.c: Likewise.
8916 * m68k-stub.c: Likewise.
8917 * m32r-stub.c: Likewise.
8918 * i386-stub.c: Likewise.
8919
8920 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8921
8922 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8923 linux_get_siginfo_type.
8924
8925 * m68klinux-nat.c: Include "gdb_proc_service.h".
8926 (PTRACE_GET_THREAD_AREA): Define.
8927 (ps_get_thread_area): New function.
8928
8929 2012-03-08 Yao Qi <yao@codesourcery.com>
8930
8931 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8932 `xsnprintf'.
8933 (remote_query_attached): Likewise.
8934 (remote_static_tracepoint_marker_at): Likewise.
8935 (remote_set_permissions): Likewise.
8936 (remote_detach_1, extended_remote_attach_1): Likewise.
8937 (send_g_packet, remote_vkill): Likewise.
8938 (extended_remote_disable_randomization): Likewise.
8939 (remote_add_target_side_condition): Likewise.
8940 (remote_insert_breakpoint): Likewise.
8941 (remote_remove_breakpoint): Likewise.
8942 (remote_insert_watchpoint): Likewise.
8943 (remote_remove_watchpoint): Likewise.
8944 (remote_insert_hw_breakpoint): Likewise.
8945 (remote_insert_hw_breakpoint): Likewise.
8946 (remote_remove_hw_breakpoint): Likewise.
8947 (remote_download_command_source): Likewise.
8948 (remote_download_tracepoint): Likewise.
8949 (remote_download_trace_state_variable): Likewise.
8950 (remote_disable_tracepoint): Likewise.
8951 (remote_trace_set_readonly_regions): Likewise.
8952 (remote_get_tracepoint_status): Likewise.
8953 (remote_trace_find): Likewise.
8954 (remote_get_trace_state_variable_value): Likewise.
8955 (remote_set_disconnected_tracing): Likewise.
8956 (remote_set_circular_trace_buffer): Likewise.
8957 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8958 (remote_use_agent): Likewise.
8959 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8960 Update callers.
8961
8962 2012-03-07 Pedro Alves <palves@redhat.com>
8963
8964 * NEWS: Mention QProgramSignals.
8965 * inferior.h (update_signals_program_target): Declare.
8966 * infrun.c: (update_signals_program_target): New.
8967 (handle_command): Update the target of the new program signals
8968 array changes.
8969 * remote.c (PACKET_QProgramSignals): New enum.
8970 (last_program_signals_packet): New global.
8971 (remote_program_signals): New.
8972 (remote_start_remote): Update the target with the program signals
8973 list.
8974 (remote_protocol_features): Add entry for QPassSignals.
8975 (remote_open_1): Free anc clear last_program_signals_packet.
8976 (init_remote_ops): Install remote_program_signals.
8977 * target.c (update_current_target): Adjust.
8978 (target_program_signals): New.
8979 * target.h (struct target_ops) <to_program_signals>: New field.
8980 (target_program_signals): Declare.
8981
8982 2012-03-07 Pedro Alves <palves@redhat.com>
8983
8984 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8985 extensions.
8986
8987 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8988
8989 * m68klinux-nat.c (getregs_supplies): Make static.
8990 (getfpregs_supplies): Likewise.
8991 (have_ptrace_getregs): Likewise.
8992
8993 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8994
8995 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8996 in call to get_die_type_at_offset.
8997
8998 2012-03-06 Stan Shebs <stan@codesourcery.com>
8999
9000 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9001 * mi/mi-cmd-disas.c: Ditto.
9002 * mi/mi-cmd-env.c: Ditto.
9003 * mi/mi-cmd-file.c: Ditto.
9004 * mi/mi-cmd-stack.c: Ditto.
9005 * mi/mi-cmd-target.c: Ditto.
9006 * mi/mi-cmd-var.c: Ditto.
9007 * mi/mi-cmds.c: Ditto.
9008 * mi/mi-cmds.h: Ditto.
9009 * mi/mi-console.c: Ditto.
9010 * mi/mi-getopt.c: Ditto.
9011 * mi/mi-getopt.h: Ditto.
9012 * mi/mi-interp.c: Ditto.
9013 * mi/mi-main.c: Ditto.
9014 * mi/mi-out.c: Ditto.
9015 * mi/mi-parse.c: Ditto.
9016 * mi/mi-parse.h: Ditto.
9017 * mi/mi-symbol-cmds.c: Ditto.
9018
9019 * mi/mi-getopt.h: Move mi_opt struct up.
9020 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9021 return.
9022 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9023
9024 2012-03-06 Tom Tromey <tromey@redhat.com>
9025
9026 * proc-service.c (ps_pglobal_lookup): Set the current program
9027 space.
9028
9029 2012-03-06 Pedro Alves <palves@redhat.com>
9030
9031 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9032
9033 2012-03-05 Joel Brobecker <brobecker@adacore.com>
9034
9035 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9036
9037 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9038
9039 Code cleanup.
9040 * common/linux-osdata.c (linux_common_core_of_thread): New function
9041 comment.
9042 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9043 call by linux_common_core_of_thread.
9044 (linux_nat_core_of_thread_1): Remove.
9045 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9046 * linux-thread-db.c: Include linux-osdata.h.
9047 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9048 linux_common_core_of_thread.
9049
9050 2012-03-05 Tom Tromey <tromey@redhat.com>
9051
9052 * value.c (value_primitive_field): Don't fetch contents for
9053 non-virtual bases.
9054
9055 2012-03-05 Tom Tromey <tromey@redhat.com>
9056
9057 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9058
9059 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9060
9061 * s390-nat.c: Include "gregset.h".
9062
9063 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9064
9065 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9066 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9067 (libunwind_load): New variable so_error, use it for dlerror. Try to
9068 load also LIBUNWIND_SO_7.
9069
9070 2012-03-05 Pedro Alves <palves@redhat.com>
9071
9072 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9073 is not NULL, and remove resulting dead code.
9074
9075 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9076
9077 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9078 prologue to sh_analyze_prologue.
9079 (sh_analyze_prologue): Make better use of such an upper limit, and
9080 generally be more cautious about accessing memory.
9081
9082 2012-03-05 Tom Tromey <tromey@redhat.com>
9083
9084 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9085 _initialize_ia64_hpux_tdep.
9086
9087 2012-03-05 Pedro Alves <palves@redhat.com>
9088
9089 PR gdb/13766
9090
9091 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9092 the register state is clear, supply explicit zero, instead of
9093 marking the register unavailable.
9094
9095 2012-03-05 Tristan Gingold <gingold@adacore.com>
9096
9097 * NEWS: Mention OpenVMS ia64 new target.
9098
9099 2012-03-05 Tristan Gingold <gingold@adacore.com>
9100
9101 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9102 (ia64_unw_accessors, ia64_unw_rse_accessors)
9103 (ia64_libunwind_descr): Declare.
9104 * ia64-vms-tdep.c: New file.
9105 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9106 (ia64_libunwind_descr): Make them public.
9107 * configure.tgt: Add ia64-*-*vms*.
9108 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9109 (ALLDEPFILES): Add ia64-vms-tdep.c
9110
9111 2012-03-05 Tristan Gingold <gingold@adacore.com>
9112
9113 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9114 * remote.c (PACKET_qXfer_uib): New enum value.
9115 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9116 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9117 (_initialize_remote): Call add_packet_config_cmd for
9118 xfer:uib packet.
9119
9120 2012-03-05 Tristan Gingold <gingold@adacore.com>
9121
9122 * osabi.c (gdb_osabi_names): Add OpenVMS.
9123 (generic_elf_osabi_sniffer): Likewise.
9124 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9125
9126 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9127
9128 Removed unused code.
9129 * libunwind-frame.c (libunwind_frame_unwind)
9130 (libunwind_frame_base_address): Remove.
9131 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9132
9133 2012-03-04 Yao Qi <yao@codesourcery.com>
9134
9135 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9136 remove trailing new line.
9137 (agent_run_command, agent_run_command): Add _ markup.
9138 (agent_capability_check): Likewise.
9139
9140 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9141
9142 * breakpoint.c (set_condition_evaluation_mode): Set
9143 CONDITION_EVALUATION_MODE unconditionally.
9144
9145 2012-03-03 Yao Qi <yao@codesourcery.com>
9146
9147 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9148 * common/agent.h: Update declaration.
9149 * inf-child.c (inf_child_use_agent): New.
9150 (inf_child_can_use_agent): New.
9151 (inf_child_target): Initialize fields `to_use_agent'
9152 and `to_can_use_agent'.
9153 * agent.c (agent_new_objfile): New.
9154 (_initialize_agent): Add agent_new_objfile to new_objfile
9155 observer.
9156
9157 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9158 New.
9159 (linux_target_install_ops): Initialize field
9160 `to_static_tracepoint_markers_by_strid'.
9161 * remote.c (free_current_marker): Move it to ...
9162 * tracepoint.c (free_current_marker): ... here. New.
9163 (cleanup_target_stop): New.
9164 * tracepoint.h: Declare free_current_marker.
9165 * NEWS: Add one entry about `info static-tracepoint-marker'.
9166
9167 2012-03-03 Yao Qi <yao@codesourcery.com>
9168
9169 * common/agent.c (agent_loaded_p): New.
9170 (agent_look_up_symbols): New global.
9171 * common/agent.h: Declare agent_loaded_p.
9172
9173 2012-03-03 Yao Qi <yao@codesourcery.com>
9174
9175 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9176 (agent_capability_check, agent_capability_invalidate): New.
9177 (symbol_list): New array element.
9178 * common/agent.h (enum agent_capa): New.
9179 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9180
9181 2012-03-03 Yao Qi <yao@codesourcery.com>
9182
9183 * target.h (struct target_ops) <to_use_agent>: New field.
9184 (struct target_ops) <to_can_use_agent>: New field.
9185 (target_use_agent, target_can_use_agent): New macro.
9186 * target.c (update_current_target): Update.
9187 * remote.c: New enum `PACKET_QAgent'.
9188 (remote_protocol_features): Add a new element.
9189 (remote_use_agent, remote_can_use_agent): New.
9190 (init_remote_ops): Initialize field `can_use_agent' with
9191 remote_can_use_agent. Intiailize field `use_agent' with
9192 remote_use_agent.
9193 * common/agent.c (use_agent): New global.
9194 * common/agent.h: Declare it.
9195 * tracepoint.c (info_static_tracepoint_markers_command): Add
9196 comment.
9197 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9198 (COMMON_OBS): Add common/agent.o and agent.o
9199 (common-agent.o): New rule.
9200 * agent.c: New.
9201
9202 2012-03-03 Yao Qi <yao@codesourcery.com>
9203
9204 * common/agent.c: New.
9205 * common/agent.h: New.
9206 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9207 AC_CHECK_HEADERS.
9208 * configure, configh.in: Regenerated.
9209
9210 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9211
9212 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9213 unless it exists for this architecture.
9214
9215 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9216
9217 * language.h (struct language_defn): New "method" la_read_var_value.
9218 * findvar.c: #include "language.h".
9219 (default_read_var_value): Renames read_var_value. Rewrite
9220 function description.
9221 (read_var_value): New function.
9222 * value.h (default_read_var_value): Add prototype.
9223 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9224 New functions.
9225 (ada_language_defn): Add entry for la_read_var_value.
9226 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9227 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9228 language_defn structures to add entry for new la_read_var_value
9229 field.
9230
9231 2012-03-02 Tom Tromey <tromey@redhat.com>
9232 Pedro Alves <palves@redhat.com>
9233
9234 PR breakpoints/13776:
9235 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9236 breakpoints.
9237 (delete_longjmp_breakpoint_at_next_stop): New.
9238 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9239 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9240 before deleting the inferior. Add comments.
9241 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9242 breakpoints immediately, but only on next stop. Move that code
9243 next to where we mark other breakpoints for deletion.
9244
9245 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9246
9247 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9248 marker.
9249 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9250 violation.
9251
9252 2012-03-02 Pedro Alves <palves@redhat.com>
9253
9254 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9255
9256 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9257
9258 Fix -Wmissing-prototypes build.
9259 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9260 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9261 (gdbsim_has_memory): Likewise.
9262
9263 2012-03-02 Yao Qi <yao@codesourcery.com>
9264
9265 Fix -Wmissing-prototypes build.
9266 * charset.c (phony_iconv_open): Make static.
9267 (phony_iconv_close, phony_iconv): Likewise.
9268 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9269 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9270 prototype.
9271 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9272 * ser-mingw.c (create_select_thread): Make static.
9273 * windows-termcap.c (tgetent): New prototype.
9274 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9275
9276 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9277
9278 Fix -Wmissing-prototypes build.
9279 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9280 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9281 (_initialize_loadable): New prototypes.
9282
9283 2012-03-02 Doug Evans <dje@google.com>
9284
9285 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9286 abbrev table, read_comp_unit will do it.
9287
9288 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 Fix -Wmissing-prototypes build.
9291 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9292 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9293 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9294 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9295 (_initialize_arm_symbian_tdep): New prototype.
9296 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9297 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9298 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9299 static.
9300 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9301 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9302 prototype.
9303 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9304 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9305 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9306 static.
9307 * moxie-tdep.c (moxie_process_record): Likewise.
9308 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9309 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9310 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9311 (_initialize_rl78_tdep): New prototype.
9312 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9313 (_initialize_rx_tdep): New prototype.
9314 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9315 (_initialize_darwin_solib): New prototype.
9316 * solib-spu.c: Include solib-spu.h.
9317 (_initialize_spu_solib): New prototype.
9318 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9319 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9320 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9321 (tic6x_software_single_step): Make it static.
9322 (_initialize_tic6x_tdep): New prototype.
9323
9324 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9325
9326 Fix -Wmissing-prototypes build.
9327 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9328 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9329
9330 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9331
9332 Fix -Wmissing-prototypes build.
9333 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9334 (frv_have_stopped_data_address): Remove.
9335
9336 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 Fix -Wmissing-prototypes build.
9339 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9340 * sh-tdep.c: Include sh64-tdep.h.
9341 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9342 * sh64-tdep.c: Include sh64-tdep.h.
9343 * sh64-tdep.h: New file.
9344
9345 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9346
9347 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9348
9349 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9350
9351 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9352 sp_regnum once the gdbarch_init_osabi hook has been called.
9353
9354 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9355
9356 * mips-tdep.c (mips32_bc1_pc): New function.
9357 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9358 BPOSGE32 and BPOSGE64 instructions.
9359 (deal_with_atomic_sequence): Likewise.
9360 (mips32_instruction_has_delay_slot): Likewise.
9361
9362 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9363 Chris Dearman <chris@mips.com>
9364 Maciej W. Rozycki <macro@codesourcery.com>
9365 Joseph Myers <joseph@codesourcery.com>
9366
9367 * features/mips-dsp.xml: New file.
9368 * features/mips64-dsp.xml: New file.
9369 * features/mips-dsp-linux.xml: New file.
9370 * features/mips64-dsp-linux.xml: New file.
9371 * features/Makefile (WHICH): Add mips-dsp-linux and
9372 mips64-dsp-linux.
9373 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9374 * features/mips-dsp-linux.c: New file.
9375 * features/mips64-dsp-linux.c: New file.
9376 * regformats/mips-dsp-linux.dat: New file.
9377 * regformats/mips64-dsp-linux.dat: New file.
9378 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9379 registers.
9380 (mips64_linux_register_addr): Likewise.
9381 (mips64_linux_regsets_fetch_registers): Likewise.
9382 (mips64_linux_regsets_store_registers): Likewise.
9383 (mips64_linux_fetch_registers): Update call to
9384 mips64_linux_regsets_fetch_registers.
9385 (mips64_linux_store_registers): Update call to
9386 mips64_linux_regsets_store_registers.
9387 (mips_linux_read_description): Probe for DSP registers.
9388 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9389 and initialize_tdesc_mips64_dsp_linux.
9390 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9391 Remove padding of no longer used embedded register slots.
9392 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9393 (MIPS_RESTART_REGNUM): Redefine enum value.
9394 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9395 strings.
9396 (mips_tx39_reg_names): Likewise.
9397 (mips_linux_reg_names): New array of register names for Linux
9398 targets.
9399 (mips_register_name): Check for a null pointer in
9400 mips_processor_reg_names and return an empty string.
9401 (mips_register_type): Exclude embedded registers for the IRIX
9402 and Linux ABIs.
9403 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9404 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9405 DSP registers.
9406 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9407 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9408 (mips_gdbarch_init): Likewise. Initialize internal register
9409 indices for the Linux ABI. Use dynamic numbers to refer to
9410 registers, as applicable, while parsing the target description.
9411 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9412
9413 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9414
9415 * frame.h (read_frame_register_unsigned): Fix typo in function
9416 description.
9417
9418 2012-03-01 Pedro Alves <palves@redhat.com>
9419
9420 * jit-reader.in [!__cplusplus]
9421 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9422
9423 2012-03-01 Pedro Alves <palves@redhat.com>
9424
9425 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9426 * configure: Regenerate.
9427
9428 2012-03-01 Pedro Alves <palves@redhat.com>
9429
9430 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9431 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9432 (ftrace_command, strace_command): Make static.
9433 * d-lang.c (_initialize_d_language): Declare.
9434 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9435 * dwarf2loc.c (_initialize_dwarf2loc):
9436 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9437 * exec.c (exec_get_section_table): Make static.
9438 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9439 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9440 * inferior.c (remove_inferior_command, add_inferior_command)
9441 (clone_inferior_command): Make static.
9442 * linux-nat.c (linux_nat_thread_address_space)
9443 (linux_nat_core_of_thread): Make static.
9444 * linux-tdep.c (_initialize_linux_tdep): Declare.
9445 * objc-lang.c (_initialize_objc_lang): Declare.
9446 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9447 Make static.
9448 (_initialize_opencl_language): Declare.
9449 * record.c (_initialize_record): Declare.
9450 * remote.c (demand_private_info, remote_get_tib_address)
9451 (remote_supports_cond_tracepoints)
9452 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9453 Make static.
9454 * skip.c (_initialize_step_skip): Declare.
9455 * symtab.c (skip_prologue_using_lineinfo): Make static.
9456 * tracepoint.c (delete_trace_state_variable)
9457 (trace_variable_command, delete_trace_variable_command)
9458 (get_uploaded_tsv, find_matching_tracepoint_location)
9459 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9460 Make static.
9461 * value.c (pack_unsigned_long): Make static.
9462 * varobj.c (varobj_ensure_python_env): Make static.
9463 * windows-tdep.c (_initialize_windows_tdep): Declare.
9464 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9465
9466 2012-03-01 Pedro Alves <palves@redhat.com>
9467
9468 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9469 gdbarch parameter.
9470 (linux_init_abi): Install it as has_shared_address_space gdbarch
9471 callback.
9472
9473 2012-03-01 Pedro Alves <palves@redhat.com>
9474
9475 * observer.c (observer_test_first_notification_function)
9476 (observer_test_second_notification_function)
9477 (observer_test_third_notification_function): Add declarations.
9478
9479 2012-03-01 Pedro Alves <palves@redhat.com>
9480
9481 * common/signals.c (default_target_signal_to_host)
9482 (default_target_signal_from_host): Move ...
9483 * arch-utils.c: ... here.
9484 * arch-utils.h (default_target_signal_to_host)
9485 (default_target_signal_from_host): Declare.
9486
9487 * common/signals.c (target_signal_from_command): Move ...
9488 * infrun.c: ... here.
9489 * inferior.h (target_signal_from_command): Declare.
9490 * target.h (target_signal_from_command)
9491 (default_target_signal_from_host, default_target_signal_to_host):
9492 Delete declarations.
9493
9494 * common/signals.c (_initialize_signals): Delete.
9495
9496 2012-03-01 Pedro Alves <palves@redhat.com>
9497
9498 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9499 both __cplusplus and !__cplusplus.
9500
9501 2012-03-01 Pedro Alves <palves@redhat.com>
9502
9503 * psymtab.c (find_and_open_source): Delete declaration.
9504 * source.c (find_and_open_source): Move comment ...
9505 * source.h (find_and_open_source): ... to this new declaration.
9506
9507 2012-03-01 Pedro Alves <palves@redhat.com>
9508
9509 * inline-frame.c: Include inline-frame.h.
9510
9511 2012-03-01 Pedro Alves <palves@redhat.com>
9512
9513 * tui/tui-data.c (set_gen_win_origin): Delete.
9514 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9515 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9516
9517 2012-03-01 Pedro Alves <palves@redhat.com>
9518
9519 * remote.c (encode_actions): Delete declaration.
9520 * tracepoint.c (encode_actions): Make extern.
9521 * tracepoint.h (encode_actions): Declare.
9522
9523 2012-03-01 Pedro Alves <palves@redhat.com>
9524
9525 * python/py-breakpoint.c: Include python.h.
9526 * python/py-continueevent.c (create_continue_event_object): Make
9527 static.
9528 * python/py-lazy-string.c (stpy_get_type): Make static.
9529 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9530 Make static.
9531 * python/py-utils.c (unicode_to_target_python_string): Make
9532 static.
9533 * python/py-value.c: Include python.h.
9534
9535 2012-03-01 Pedro Alves <palves@redhat.com>
9536
9537 * inferior.c (delete_threads_of_inferior): Delete.
9538
9539 2012-03-01 Pedro Alves <palves@redhat.com>
9540
9541 Import fallback definitions from glibc.
9542
9543 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9544 ps_prochandle): Forward declare.
9545 (ps_err_e): Use glibc's comments.
9546 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9547 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9548 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9549 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9550 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9551 (struct ps_prochandle): Adjust comment.
9552
9553 2012-03-01 Pedro Alves <palves@redhat.com>
9554
9555 * ada-lang.c (ada_modulus_from_name): Delete.
9556 * ada-lex.l (lexer_init): Make static.
9557
9558 2012-03-01 Pedro Alves <palves@redhat.com>
9559
9560 PR gdb/13767
9561
9562 * frame.c (read_frame_register_unsigned): New.
9563 * frame.h (read_frame_register_unsigned): Declare.
9564 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9565 Handle it.
9566 (print_i387_control_word): New parameter `control_p'. Handle it.
9567 (i387_print_float_info): Handle unavailable float registers.
9568
9569 2012-03-01 Keith Seitz <keiths@redhat.com>
9570
9571 * linespec.c (decode_line_2): Sort the list of methods
9572 alphabetically before presenting the user with a selection
9573 menu.
9574
9575 2012-03-01 Doug Evans <dje@google.com>
9576
9577 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9578 has_namespace_info.
9579 (dwarf2_read_abbrevs): Remove corresponding initialization.
9580
9581 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9582
9583 * NEWS: Mention new python command class gdb.COMMAND_USER.
9584 * cli/cli-cmds.c (show_user): Print error when used on a python
9585 command.
9586 (init_cli_cmds): Update documentation strings for "show user" and
9587 "set/show max-user-call-depth" to clarify that it does not apply to
9588 python commands.
9589 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9590 error check.
9591 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9592 gdb python api.
9593 * top.c (execute_command): Only execute a user-defined command as a
9594 legacy macro if c->user_commands is set.
9595
9596 2012-03-01 Tom Tromey <tromey@redhat.com>
9597
9598 * valprint.h (struct generic_val_print_decorations): New.
9599 (generic_val_print): Declare.
9600 * valprint.c (generic_val_print): New function.
9601 * p-valprint.c (p_decorations): New global.
9602 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9603 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9604 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9605 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9606 * m2-valprint.c (m2_decorations): New global.
9607 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9608 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9609 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9610 TYPE_CODE_ERROR>: Call generic_val_print.
9611 * f-valprint.c (f_decorations): New global.
9612 (f_val_print): Use print_function_pointer_address.
9613 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9614 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9615 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9616 generic_val_print.
9617 * c-valprint.c (c_decorations): New global.
9618 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9619 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9620 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9621 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9622 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9623 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9624 case.
9625
9626 2012-03-01 Tom Tromey <tromey@redhat.com>
9627
9628 * valprint.c (val_print): Update.
9629 * p-valprint (pascal_val_print): Return void.
9630 * p-lang.h (pascal_val_print): Return void.
9631 * m2-valprint.c (m2_val_print): Return void.
9632 * m2-lang.h (m2_val_print): Return void.
9633 * language.h (struct language_defn) <la_val_print>: Return void.
9634 * language.c (unk_lang_val_print): Return void.
9635 * jv-valprint.c (java_val_print): Return void.
9636 * jv-lang.h (java_val_print): Return void.
9637 * f-valprint.c (f_val_print): Return void.
9638 * f-lang.h (f_val_print): Return void.
9639 * d-valprint.c (d_val_print): Return void.
9640 (dynamic_array_type): Update.
9641 * d-lang.h (d_val_print): Return void.
9642 * c-valprint.c (c_val_print): Return void.
9643 * c-lang.h (c_val_print): Return void.
9644 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9645 void.
9646 * ada-lang.h (ada_val_print): Return void.
9647
9648 2012-03-01 Tom Tromey <tromey@redhat.com>
9649
9650 * value.h (val_print): Return void.
9651 * valprint.c (val_print): Return void.
9652
9653 2012-03-01 Tom Tromey <tromey@redhat.com>
9654
9655 * value.h (common_val_print): Return void.
9656 * valprint.c (common_val_print): Return void.
9657
9658 2012-03-01 Tom Tromey <tromey@redhat.com>
9659
9660 * value.h (value_print): Return void.
9661 * valprint.c (value_print): Return void.
9662 * p-valprint.c (pascal_value_print): Return void.
9663 * p-lang.h (pascal_value_print): Return void.
9664 * language.h (struct language_defn) <la_value_print>: Return
9665 void.
9666 * language.c (unk_lang_value_print): Return void.
9667 * jv-valprint.c (java_value_print): Return void.
9668 * jv-lang.h (java_value_print): Return void.
9669 * f-valprint.c (c_value_print): Don't declare.
9670 Include c-lang.h.
9671 * c-valprint.c (c_value_print): Return void.
9672 * c-lang.h (c_value_print): Return void.
9673 * ada-valprint.c (ada_value_print): Return void.
9674 * ada-lang.h (ada_value_print): Return void.
9675
9676 2012-03-01 Tom Tromey <tromey@redhat.com>
9677
9678 * value.c (value_primitive_field): Handle virtual base classes.
9679
9680 2012-03-01 Tom Tromey <tromey@redhat.com>
9681
9682 * gdbtypes.h (struct vbase): Remove.
9683
9684 2012-03-01 Tom Tromey <tromey@redhat.com>
9685
9686 * c-valprint.c (print_function_pointer_address): Move...
9687 * valprint.c: ... here. Make non-static.
9688 * m2-valprint.c (print_function_pointer_address): Remove.
9689 * valprint.h (print_function_pointer_address): Declare.
9690
9691 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9692
9693 * NEWS: Document the fact that one can provide a condition when
9694 creating an Ada exception catchpoint.
9695
9696 2012-03-01 Tom Tromey <tromey@redhat.com>
9697
9698 * valprint.c (val_print_type_code_flags): Fix placement of
9699 trailing brace.
9700
9701 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9702
9703 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9704 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9705 environment variable before calling update-copyright.
9706
9707 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9708
9709 * gnulib/extra/update-copyright: Update to the latest from
9710 gnulib's git repository.
9711 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9712 variable to 2 instead of 1.
9713
9714 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9715
9716 * varobj.c (c_value_of_variable): Remove dead code.
9717
9718 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9719
9720 * ada-lex.p (processId): Do not modify already encoded IDs.
9721 Update function documentation.
9722
9723 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9724
9725 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9726 "name" with "struct symbol *name_sym".
9727 * ada-exp.y (write_var_or_type): Update call to
9728 ada_find_renaming_symbol.
9729 "name" with "struct symbol *name_sym". Adjust Implementation
9730 accordingly. Adjust the function documentation.
9731
9732 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9733
9734 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9735 * ada-lang.c (ada_find_any_type): Add advance declaration.
9736 Make static. Replace ada_find_any_symbol by
9737 ada_find_any_type_symbol.
9738 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9739 Improve function description. Make static.
9740 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9741 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9742
9743 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9744
9745 * ada-lang.c (struct tag_args): Delete.
9746 (ada_get_tsd_type): Function body moved up in source file.
9747 (ada_tag_name_1, ada_tag_name_2): Delete.
9748 (ada_get_tsd_from_tag): New function.
9749 (ada_tag_name_from_tsd): New function.
9750 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9751 to determine the tag name.
9752
9753 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9754
9755 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9756 declaration.
9757 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9758 function.
9759
9760 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9761
9762 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9763
9764 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9765
9766 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9767 full searches.
9768
9769 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9770
9771 * ada-lang.c (constrained_packed_array_type): If there is a
9772 parallel XA type, use it to determine the array index type.
9773
9774 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9775
9776 * ada-valprint.c (ada_val_print_1): If our value is a reference
9777 to an array descriptor, dereference it before converting it
9778 to a simple array.
9779
9780 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9781
9782 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9783 creating fixed value.
9784 (ada_value_ind, ada_coerce_ref, assign_component)
9785 (ada_evaluate_subexp): Remove call to unwrap_value before
9786 call to ada_to_fixed_value.
9787
9788 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9789
9790 * ada-lang.c (to_fixed_array_type): Set result's type name.
9791
9792 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9793
9794 * ada-lang.c (catch_ada_exception_command_split): Add new
9795 argument cond_string. Add support for condition at end of
9796 "catch exception" commands.
9797 (ada_decode_exception_location): Add new argument cond_string.
9798 Update call to catch_ada_exception_command_split.
9799 (create_ada_exception_catchpoint): Add new argument cond_string.
9800 Set the breakpoint condition if needed.
9801 (catch_ada_exception_command): Update call to
9802 ada_decode_exception_location.
9803 (ada_decode_assert_location): Add function documentation.
9804 Add support for condition at end of "catch assert" command.
9805 (catch_assert_command): Update calls to ada_decode_assert_location
9806 and create_ada_exception_catchpoint.
9807
9808 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 Fix disp-step-syscall.exp: fork: single step over fork.
9811 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9812 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9813 comment, change parameters gdbarch and ptid to regcache. Remove
9814 parameter regcache, initialize gdbarch from regcache here.
9815 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9816 New functions.
9817 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9818 instead.
9819 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9820 'syscall'. Make the 'int' check more strict.
9821
9822 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9823
9824 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9825 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9826 (i386_linux_intx80_sysenter_syscall_record): ... here.
9827 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9828 Use the renamed function name.
9829
9830 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9833 * breakpoint.c (until_break_command): Likewise.
9834 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9835 * infcall.c (call_function_by_hand): Likewise.
9836 * infcmd.c (finish_forward): Likewise.
9837 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9838
9839 2012-02-28 Tristan Gingold <gingold@adacore.com>
9840
9841 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9842 avoid variable assignments inside condition.
9843
9844 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 Fix static analysis issue found by cppcheck.
9847 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9848 uninitialized BUF for size 2.
9849
9850 2012-02-27 Chris Dearman <chris@mips.com>
9851 Nathan Froyd <froydnj@codesourcery.com>
9852 Maciej W. Rozycki <macro@codesourcery.com>
9853
9854 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9855 (mips16_instruction_has_delay_slot): Likewise.
9856 (mips_segment_boundary): Likewise.
9857 (mips_adjust_breakpoint_address): Likewise.
9858 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9859
9860 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9861 Maciej W. Rozycki <macro@codesourcery.com>
9862
9863 * infrun.c (handle_inferior_event): Don't proceed through
9864 shared library trampolines if stepping at the machine
9865 instruction level.
9866
9867 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9868
9869 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9870 too.
9871
9872 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9873
9874 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9875 (sh_stub_unwind_sniffer): New functions.
9876 (sh_stub_unwind): New variable.
9877 (sh_gdbarch_init): Wire everything.
9878
9879 2012-02-27 Pedro Alves <palves@redhat.com>
9880
9881 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9882 (linux_nat_post_attach_wait): Adjust to use
9883 linux_proc_pid_is_stopped.
9884 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9885 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9886 based on pid_is_stopped from both linux-nat.c and
9887 gdbserver/linux-low.c, and renamed.
9888
9889 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9890
9891 * remote.c (remote_watchpoint_addr_within_range): New function.
9892 (init_remote_ops): Use it.
9893
9894 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9895
9896 * target.h (target_watchpoint_addr_within_range): Document macro.
9897
9898 2012-02-24 Pedro Alves <palves@redhat.com>
9899
9900 * stack.c (set_last_displayed_sal): Issue internal_error instead
9901 of warning, and issue it after clearing the last displayed sal.
9902
9903 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9904 Pedro Alves <palves@redhat.com>
9905
9906 * breakpoint.c (until_break_command): Install breakpoints after
9907 all frame manipulations.
9908
9909 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9910
9911 * remote.c (remote_supports_cond_breakpoints): New forward
9912 declaration.
9913 (remote_add_target_side_condition): New function.
9914 (remote_insert_breakpoint): Add target-side breakpoint
9915 conditional if supported.
9916 (remote_insert_hw_breakpoint): Likewise.
9917 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9918 hook.
9919
9920 * target.c (update_current_target): Inherit
9921 to_supports_evaluation_of_breakpoint_conditions.
9922 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9923
9924 * target.h (struct target_ops)
9925 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9926 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9927
9928 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9929 (condition_evaluation_both, condition_evaluation_auto,
9930 condition_evaluation_host, condition_evaluation_target,
9931 condition_evaluation_enums, condition_evaluation_mode_1,
9932 condition_evaluation_mode): New static globals.
9933 (translate_condition_evaluation_mode): New function.
9934 (breakpoint_condition_evaluation_mode): New function.
9935 (gdb_evaluates_breakpoint_condition_p): New function.
9936 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9937 (mark_breakpoint_modified): New function.
9938 (mark_breakpoint_location_modified): New function.
9939 (set_condition_evaluation_mode): New function.
9940 (show_condition_evaluation_mode): New function.
9941 (bp_location_compare_addrs): New function.
9942 (get_first_location_gte_addr): New helper function.
9943 (set_breakpoint_condition): Free condition bytecode if locations
9944 has become unconditional. Call mark_breakpoint_modified (...).
9945 (condition_command): Call update_global_location_list (1) for
9946 breakpoints.
9947 (breakpoint_xfer_memory): Use is_breakpoint (...).
9948 (is_breakpoint): New function.
9949 (parse_cond_to_aexpr): New function.
9950 (build_target_condition_list): New function.
9951 (insert_bp_location): Handle target-side conditional
9952 breakpoints and call build_target_condition_list (...).
9953 (update_inserted_breakpoint_locations): New function.
9954 (insert_breakpoint_locations): Handle target-side conditional
9955 breakpoints.
9956 (bpstat_check_breakpoint_conditions): Add comment.
9957 (bp_condition_evaluator): New function.
9958 (bp_location_condition_evaluator): New function.
9959 (print_breakpoint_location): Print information on where the condition
9960 will be evaluated.
9961 (print_one_breakpoint_location): Likewise.
9962 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9963 breakpoint location.
9964 (force_breakpoint_reinsertion): New functions.
9965 (update_global_location_list): Handle target-side breakpoint
9966 conditions.
9967 Reinsert locations that are already inserted if conditions have
9968 changed.
9969 (bp_location_dtor): Free agent expression bytecode.
9970 (disable_breakpoint): Call mark_breakpoint_modified (...).
9971 Call update_global_location_list (...) with parameter 1 for breakpoints.
9972 (disable_command): Call mark_breakpoint_location_modified (...).
9973 Call update_global_location_list (...) with parameter 1 for breakpoints.
9974 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9975 (enable_command): mark_breakpoint_location_modified (...).
9976 (_initialize_breakpoint): Update documentation and add
9977 condition-evaluation breakpoint subcommand.
9978
9979 * breakpoint.h: Include ax.h.
9980 (condition_list): New data structure.
9981 (condition_status): New enum.
9982 (bp_target_info) <cond_list>: New field.
9983 (bp_location) <condition_changed, cond_bytecode>: New fields.
9984 (is_breakpoint): New prototype.
9985
9986 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9987
9988 * remote.c (remote_state) <cond_breakpoints>: New field.
9989 (PACKET_ConditionalBreakpoints): New enum.
9990 (remote_cond_breakpoint_feature): New function.
9991 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9992 (remote_supports_cond_breakpoints): New function.
9993 (_initialize_remote): Add new packet configuration for
9994 target-side conditional breakpoints.
9995
9996 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9997
9998 * NEWS: Mention target-side conditional breakpoint support,
9999 new condition-evaluation breakpoint subcommand and remote
10000 packet extensions.
10001
10002 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
10003
10004 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10005 number.
10006
10007 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
10008
10009 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10010 (after_prologue): Remove.
10011
10012 2012-02-23 Tom Tromey <tromey@redhat.com>
10013
10014 * jv-valprint.c (java_val_print): Remove dead code.
10015
10016 2012-02-23 Tristan Gingold <gingold@adacore.com>
10017
10018 * ada-tasks.c (struct ada_tasks_inferior_data): Add
10019 known_tasks_element and known_tasks_length fields.
10020 (read_known_tasks_array): Change argument type. Use pointer type
10021 and number of elements from DATA. Adjust.
10022 (read_known_tasks_list): Likewise.
10023 (get_known_tasks_addr): Remove.
10024 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10025 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
10026 type and array length. Merge former get_known_tasks_addr code.
10027
10028 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 PR backtrace/13716
10031 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10032 it after set_momentary_breakpoint.
10033
10034 2012-02-22 Sterling Augustine <saugustine@google.com>
10035
10036 PR 13689:
10037 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10038
10039 2012-02-22 Gary Benson <gbenson@redhat.com>
10040
10041 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10042 (find_slot_in_mapped_hash): Likewise.
10043
10044 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10045
10046 PR build/13638
10047 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10048 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10049 * configure: Regenerate.
10050
10051 2012-02-21 Tristan Gingold <gingold@adacore.com>
10052 Pedro Alves <palves@redhat.com>
10053
10054 * ia64-tdep.c: Do not include libunwind-ia64.h.
10055 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10056 Include libunwind-ia64.h instead of libunwind.h.
10057 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10058 for libunwind.h existence.
10059 * configure, config.in: Regenerate.
10060
10061 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10062
10063 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10064 instead of value_rtti_target_type.
10065 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10066 instead of value_rtti_target_type.
10067 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10068 value_rtti_target_type.
10069 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10070 (value_rtti_target_type): Rename to ...
10071 (value_rtti_indirect_type): ... here and make it indirect. Update
10072 function comment.
10073 * value.c (readjust_indirect_value_type): New function.
10074 (coerce_ref): Support for enclosing type setting for references
10075 with readjust_indirect_value_type.
10076 * value.h (readjust_value_type): New declaration.
10077 (value_rtti_target_type): Rename to ...
10078 (value_rtti_indirect_type): ... here.
10079
10080 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10081
10082 * MAINTAINERS (Write After Approval): Add myself to the list.
10083
10084 2012-02-20 Doug Evans <dje@google.com>
10085
10086 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10087 Rename objfile_p_char parameter to objfilep.
10088 (build_objfile_section_table): Result is now void. All callers
10089 updated.
10090 * objfiles.h (struct objfile): Tweak comments, whitespace.
10091 (build_objfile_section_table): Update.
10092
10093 * elfread.c (elf_symfile_segments): Fix warning text.
10094
10095 2012-02-20 Tom Tromey <tromey@redhat.com>
10096
10097 PR gdb/13498:
10098 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10099 particular set of file names once.
10100 (dw2_map_symbol_filenames): Likewise.
10101
10102 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10103
10104 Code cleanup.
10105 * main.c (write_files): Remove the declaration.
10106 (external_editor_command): Move the declaration ...
10107 [GDBTK] (external_editor_command): ... here. Fix the comment.
10108
10109 2012-02-20 Tom Tromey <tromey@redhat.com>
10110
10111 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10112 extraneous block.
10113
10114 2012-02-20 Tristan Gingold <gingold@adacore.com>
10115
10116 * darwin-nat.h (enum darwin_msg_state): Add comments.
10117
10118 2012-02-20 Tristan Gingold <gingold@adacore.com>
10119
10120 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10121 value.
10122
10123 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10124
10125 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10126 between function description and implementation.
10127
10128 2012-02-17 Tom Tromey <tromey@redhat.com>
10129
10130 PR python/12070:
10131 * python/py-event.c (event_object_getset): New global.
10132 (event_object_type): Reference it.
10133 * python/py-type.c (field_object_getset): New global.
10134 (field_object_type): Reference it.
10135 * python/python-internal.h (gdb_py_generic_dict): Declare.
10136 * python/py-utils.c (gdb_py_generic_dict): New function.
10137
10138 2012-02-17 Tristan Gingold <gingold@adacore.com>
10139
10140 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10141
10142 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10143
10144 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10145 TYPE_CALLING_CONVENTION annotation.
10146
10147 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10148
10149 * MAINTAINERS: Add rx to target ISA section.
10150 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10151 (ALLDEPFILES): Add rx-tdep.c.
10152
10153 2012-02-16 Tom Tromey <tromey@redhat.com>
10154
10155 * symfile.c (symbol_file_add_main_1): Use inferior's
10156 symfile_flags.
10157 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10158 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10159 inferior.
10160 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10161 inferior.
10162 (follow_exec): Use inferior's symfile_flags.
10163 * inferior.h (struct inferior) <symfile_flags>: New field.
10164
10165 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10166
10167 PR gdb/9734:
10168 * remote-sim.c (gdbsim_create_inferior): Call error() when
10169 sim_create_inferior() fails.
10170
10171 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10172
10173 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10174
10175 2012-02-16 Tom Tromey <tromey@redhat.com>
10176
10177 PR c++/13653:
10178 * thread.c (struct current_thread_cleanup) <was_removable>: New
10179 field.
10180 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10181 (make_cleanup_restore_current_thread): Initialize new field.
10182
10183 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10184
10185 * MAINTAINERS: Add rl78 to target ISA section.
10186 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10187 (ALLDEPFILES): Add rl78-tdep.c.
10188 * NEWS: Mention rl78 as a new target.
10189
10190 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10191
10192 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10193 data.
10194 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10195
10196 2012-02-15 Tom Tromey <tromey@redhat.com>
10197
10198 PR gdb/12659:
10199 * infcmd.c (registers_info): Print just the current register's
10200 name.
10201
10202 2012-02-15 Tom Tromey <tromey@redhat.com>
10203
10204 * python/py-symbol.c (sympy_value): Use _().
10205
10206 2012-02-15 Pedro Alves <palves@redhat.com>
10207
10208 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10209 output to be like native targets'.
10210 (remote_pid_to_str): Special case the null ptid.
10211
10212 2012-02-14 Stan Shebs <stan@codesourcery.com>
10213
10214 * NEWS: Mention enable count command.
10215 * breakpoint.h (struct breakpoint): New field enable_count.
10216 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10217 (enable_breakpoint): Add arg to call.
10218 (struct disp_data): New struct.
10219 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10220 (do_map_enable_once_breakpoint): Create a struct and pass it.
10221 (do_map_enable_delete_breakpoint): Ditto.
10222 (do_map_enable_count_breakpoint): New function.
10223 (enable_count_command): New function.
10224 (bpstat_stop_status): Decrement enable_count.
10225 (print_one_breakpoint_location): Report enable count.
10226 (_initialize_breakpoint): Add enable count command.
10227
10228 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10229
10230 * rl78-tdep.c (reggroups.h): Include.
10231 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10232 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10233 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10234 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10235 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10236 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10237 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10238 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10239 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10240 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10241 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10242 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10243 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10244 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10245 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10246 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10247 beginning of register list.
10248 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10249 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10250 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10251 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10252 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10253 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10254 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10255 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10256 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10257 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10258 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10259 the pseudo registers. Rearrange other pseudo registers too so
10260 that the bank registers appear at the end.
10261 (rl78_register_type): Account for the fact that the byte sized
10262 bank registers are now pseudo-registers.
10263 (rl78_register_name): Rearrange the register name array. Make
10264 initial set of raw banked registers inaccessible.
10265 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10266 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10267 case for copying bytes back and forth between raw and pseudo
10268 versions of the banked registers. Update other cases to reflect
10269 the changed names.
10270 (rl78_return_value): Update to account for changed names of
10271 raw registers.
10272 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10273 rl78_register_sim_regno().
10274
10275 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10276
10277 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10278 the name parameter being passed to find_pc_partial_function().
10279
10280 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10281
10282 * MAINTAINERS: Step down from being ia64 target maintainer.
10283
10284 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10285
10286 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10287 compilation warning.
10288
10289 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10290
10291 Fix crash on loaded shlibs without loaded exec_bfd.
10292 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10293 (set_section_command): Replace exec_bfd by p->bfd.
10294
10295 2012-02-10 Tom Tromey <tromey@redhat.com>
10296
10297 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10298 when we have a C++ qualified name.
10299
10300 2012-02-10 Pedro Alves <palves@redhat.com>
10301
10302 * inferior.c (inferior_pid_to_str): New.
10303 (print_inferior, inferior_command): Use it.
10304
10305 2012-02-10 Pedro Alves <palves@redhat.com>
10306
10307 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10308 the test CFLAGS.
10309 * configure: Regenerate.
10310
10311 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10312
10313 * linespec.c (decode_line_internal): Fix comment correctness.
10314
10315 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10316
10317 PR gdb/12953
10318 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10319 * amd64bsd-nat.c: Add support for debug registers (adapted from
10320 i386bsd-nat.c).
10321 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10322 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10323 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10324 (amd64bsd_dr_get_control): New functions.
10325 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10326 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10327 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10328 watchpoints initialization.
10329 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10330
10331 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10334 flds_bnds.fields.
10335 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10336
10337 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10340
10341 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10342
10343 * language.h (symbol_name_cmp_ftype): Renames
10344 symbol_name_match_p_ftype.
10345 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10346 la_get_symbol_name_match_p.
10347 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10348 ada_get_symbol_name_match_p. Update comment.
10349 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10350 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10351 Renames symbol_name_match_p. Update field type.
10352 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10353 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10354 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10355 "la_get_symbol_name_cmp" in comments.
10356 * language.c: Likewise.
10357
10358 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10359
10360 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10361 %eflags offset.
10362 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10363 (amd64_sol2_gregset32_reg_offs): Likewise.
10364
10365 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10366
10367 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10368 of the returned BFD is allocated by GDB.
10369
10370 2012-02-07 Tom Tromey <tromey@redhat.com>
10371
10372 PR python/12027:
10373 * python/python-internal.h (frame_object_type): Declare.
10374 * python/py-symbol.c (sympy_needs_frame): New function.
10375 (sympy_value): New function.
10376 (symbol_object_getset): Add "needs_frame".
10377 (symbol_object_methods): Add "value".
10378 * python/py-frame.c (frame_object_type): No longer static.
10379
10380 2012-02-07 Tom Tromey <tromey@redhat.com>
10381
10382 PR python/13599:
10383 * python/py-symbol.c (sympy_line): New function.
10384 (symbol_object_getset): Add "line".
10385
10386 2012-02-07 Tom Tromey <tromey@redhat.com>
10387
10388 * charset.c (find_charset_names): Check 'in' against NULL.
10389
10390 2012-02-06 Doug Evans <dje@google.com>
10391
10392 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10393 and fields.name members from char * to const char *. All uses updated.
10394 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10395 from char * to const char *. All uses updated.
10396 (type_name_no_tag): Update.
10397 (lookup_unsigned_typename, lookup_signed_typename): Update.
10398 * gdbtypes.c (type_name_no_tag): Change result type
10399 from char * to const char *. All callers updated.
10400 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10401 name parameter from char * to const char *.
10402 * symtab.h (struct cplus_specific): Change type of demangled_name
10403 member from char * to const char *. All uses updated.
10404 (struct general_symbol_info): Change type of name and
10405 mangled_lang.demangled_name members from char * to const char *.
10406 All uses updated.
10407 (symbol_get_demangled_name, symbol_natural_name): Update.
10408 (symbol_demangled_name, symbol_search_name): Update.
10409 * symtab.c (symbol_get_demangled_name): Change result type
10410 from char * to const char *. All callers updated.
10411 (symbol_natural_name, symbol_demangled_name): Ditto.
10412 (symbol_search_name): Ditto.
10413 (completion_list_add_name): Change type of symname,sym_text,
10414 text,word parameters from char * to const char *.
10415 (completion_list_objc_symbol): Change type of sym_text,
10416 text,word parameters from char * to const char *.
10417 * ada-lang.c (find_struct_field): Change type of name parameter
10418 from char * to const char *.
10419 (encoded_ordered_before): Similarly for N0,N1 parameters.
10420 (old_renaming_is_invisible): Similarly for function_name parameter.
10421 (ada_type_name): Change result type from char * to const char *.
10422 All callers updated.
10423 * ada-lang.h (ada_type_name): Update.
10424 * buildsym.c (hashname): Change type of name parameter
10425 from char * to const char *.
10426 * buildsym.h (hashname): Update.
10427 * dbxread.c (end_psymtab): Change type of include_list parameter
10428 from char ** to const char **.
10429 * dwarf2read.c (determine_prefix): Change result type
10430 from char * to const char *. All callers updated.
10431 * f-lang.c (find_common_for_function): Change type of name, funcname
10432 parameters from char * to const char *.
10433 * f-lang.c (find_common_for_function): Update.
10434 * f-valprint.c (list_all_visible_commons): Change type of funcname
10435 parameters from char * to const char *.
10436 * gdbarch.sh (static_transform_name): Change type of name parameter
10437 and result from char * to const char *.
10438 * gdbarch.c: Regenerate.
10439 * gdbarch.h: Regenerate.
10440 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10441 of name parameter from char * to const char *.
10442 * jv-lang.c (java_primitive_type_from_name): Ditto.
10443 (java_demangled_signature_length): Similarly for signature parameter.
10444 (java_demangled_signature_copy): Ditto.
10445 (java_demangle_type_signature): Ditto.
10446 * jv-lang.h (java_primitive_type_from_name): Update.
10447 (java_demangle_type_signature): Update.
10448 * objc-lang.c (specialcmp): Change type of a,b parameters
10449 from char * to const char *.
10450 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10451 from char * to const char *. All callers updated.
10452 * p-lang.h (is_pascal_string_type): Update.
10453 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10454 of name parameter from char * to const char *.
10455 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10456 * utils.c (fprintf_symbol_filtered): Ditto.
10457 * defs.h (fprintf_symbol_filtered): Update.
10458 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10459 * stabsread.h (end_psymtab): Update.
10460 * stack.c (find_frame_funname): Change type of funname parameter
10461 from char ** to const char **.
10462 * stack.h (find_frame_funname): Update.
10463 * typeprint.c (type_print): Change type of varstring parameter
10464 from char * to const char *.
10465 * value.h (type_print): Update.
10466 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10467 from char * to const char *. All callers updated.
10468 (xcoff_end_psymtab): Change type of include_list parameter
10469 from char ** to const char **. All callers updated.
10470 (swap_sym): Similarly for name parameter. All callers updated.
10471 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10472 Use xstrdup.
10473 (process_coff_symbol): Use xstrdup.
10474 * stabsread.c (stabs_method_name_from_physname): Renamed from
10475 update_method_name_from_physname. Change result type from void
10476 to char *. All callers updated.
10477 (read_member_functions): In has_destructor case, store name in objfile
10478 obstack instead of malloc space. In !has_stub case, fix mem leak.
10479
10480 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10481
10482 * configure: Rebuild.
10483 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10484 LDFLAGS.
10485
10486 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10487
10488 * configure.tgt (rl78-*-elf): New target.
10489 * rl78-tdep.c: New file.
10490
10491 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10492
10493 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10494 and continue the loop. Add QUIT statement.
10495
10496 2012-02-03 Tom Tromey <tromey@redhat.com>
10497
10498 PR gdb/13596:
10499 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10500 bfd_lookup_symbol_from_symtab.
10501 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10502 gdb_bfd_lookup_symbol_from_symtab.
10503
10504 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10505
10506 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10507 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10508 symbol. Add assertion that sym2 is never NULL.
10509
10510 2012-02-02 Doug Evans <dje@google.com>
10511
10512 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10513 "name" parameter to const char ** from char **. All callers updated.
10514 (find_pc_partial_function): Ditto.
10515 (cache_pc_function_name): Change type to const char * from char *.
10516 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10517 (find_pc_partial_function): Update.
10518 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10519 type of "name" parameter to const char * from char *.
10520 All uses updated.
10521 * arch-utils.c (generic_in_solib_return_trampoline): Change
10522 type of "name" parameter to const char * from char *.
10523 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10524 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10525 type of "name" parameter to const char * from char *.
10526 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10527 * gdbarch.c: Regenerate.
10528 * gdbarch.h: Regenerate.
10529 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10530 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10531 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10532 type of "name" parameter to const char * from char *.
10533 * skip.c (skip_function_pc): Ditto.
10534 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10535 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10536 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10537 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10538 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10539 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10540 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10541 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10542 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10543
10544 2012-02-02 Pedro Alves <palves@redhat.com>
10545
10546 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10547 the current inferior has no execution. Make sure the current
10548 remote process matches gdb's current inferior.
10549
10550 2012-02-02 Tom Tromey <tromey@redhat.com>
10551
10552 PR gdb/13405:
10553 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10554 read-only memory.
10555
10556 2012-02-02 Tom Tromey <tromey@redhat.com>
10557
10558 PR gdb/9307:
10559 * symtab.c (lookup_language_this): Set block_found.
10560
10561 2012-02-01 Tom Tromey <tromey@redhat.com>
10562
10563 PR gdb/13431:
10564 * jit.c (struct jit_inferior_data): Rewrite.
10565 (struct jit_objfile_data): New.
10566 (get_jit_objfile_data): New function.
10567 (add_objfile_entry): Update.
10568 (jit_read_descriptor): Return int. Replace descriptor_addr
10569 argument with inf_data. Update. Don't call error.
10570 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10571 descriptor here.
10572 (jit_inferior_init): Don't look up descriptor. Don't call error.
10573 (jit_reset_inferior_data_and_breakpoints)
10574 (jit_inferior_created_observer): Remove.
10575 (jit_inferior_exit_hook): Update.
10576 (jit_executable_changed_observer): Remove.
10577 (jit_event_handler): Update.
10578 (free_objfile_data): Reset inferior data if needed.
10579 (_initialize_jit): Update.
10580
10581 2012-02-01 Tom Tromey <tromey@redhat.com>
10582
10583 * jit.c (bfd_open_from_target_memory): Move higher in file.
10584
10585 2012-02-01 Tristan Gingold <gingold@adacore.com>
10586
10587 * libunwind-frame.c (libunwind_load): Display message if dlopen
10588 failed.
10589
10590 2012-02-01 Gary Benson <gbenson@redhat.com>
10591
10592 * symtab.h (symbol_found_callback_ftype): New typedef.
10593 (iterate_over_symbols): Use the above.
10594 * symtab.c (iterate_over_symbols): Likewise.
10595 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10596 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10597 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10598 (iterate_name_matcher): Document return values.
10599 (collect_one_symbol): Likewise.
10600 (collect_function_symbols): Likewise.
10601 (collect_symbols): Likewise.
10602
10603 2012-02-01 Tom Tromey <tromey@redhat.com>
10604
10605 * ada-lang.c (resolve_subexp): Update.
10606 (ada_lookup_symbol_list): Add 'full_search' argument.
10607 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10608 ada_lookup_symbol_list.
10609 (ada_lookup_encoded_symbol): Update.
10610 (get_var_value): Update.
10611 * ada-exp.y (block_lookup): Update.
10612 (write_var_or_type): Update.
10613 (write_name_assoc): Update.
10614 * ada-lang.h (ada_lookup_symbol_list): Update.
10615
10616 2012-01-31 Tom Tromey <tromey@redhat.com>
10617
10618 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10619 comment.
10620
10621 2012-01-31 Doug Evans <dje@google.com>
10622
10623 * symtab.h: Remove outdated comment.
10624 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10625
10626 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10627
10628 Fix build error in Darwin port.
10629 * i386-darwin-nat.c: Include i386-nat.h.
10630
10631 2012-01-30 Tom Tromey <tromey@redhat.com>
10632
10633 PR breakpoints/13568:
10634 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10635 argument. Check for recursive includes.
10636 (dwarf_decode_macros): Create an include hash.
10637
10638 2012-01-30 Michael Eager <eager@eagercon.com>
10639
10640 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10641 * ppc-linux-tdep.c: Include glibc-tdep.h.
10642 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10643 (powerpc_linux_in_plt_stub): New function.
10644 (powerpc_linux_in_dynsym_resolve_code): New function.
10645 (ppc_skip_trampoline_code): New function.
10646 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10647 Use glibc_skip_solib_resolver.
10648
10649 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10650
10651 Code cleanup: Make 1440 bytes of data segment read-only.
10652 * arch-utils.c (endian_enum): Make it const char *const [].
10653 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10654 Likewise.
10655 * breakpoint.c (always_inserted_enums): Likewise.
10656 * cli/cli-cmds.c (script_ext_enums): Likewise.
10657 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10658 enumlist parameter const char *const *.
10659 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10660 const char *const *.
10661 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10662 parameter const char *const *.
10663 * cris-tdep.c (cris_modes): Make it const char *const [].
10664 * filesystem.c (target_file_system_kinds): Likewise.
10665 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10666 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10667 (can_use_displaced_stepping_enum, scheduler_enums)
10668 (exec_direction_names): Likewise.
10669 * language.c (_initialize_language): Make the type_or_range_names and
10670 case_sensitive_names variables const char *const [].
10671 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10672 * python/python.c (python_excp_enums): Likewise.
10673 * remote.c (interrupt_sequence_modes): Likewise.
10674 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10675 * serial.c (logbase_enums): Likewise.
10676 * sh-tdep.c (sh_cc_enum): Likewise.
10677 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10678 Likewise.
10679 * symtab.c (multiple_symbols_modes): Likewise.
10680 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10681 Likewise.
10682 * utils.c (internal_problem_modes): Likewise.
10683
10684 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10685
10686 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10687 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10688 result.
10689
10690 2012-01-27 Doug Evans <dje@google.com>
10691
10692 * configure.ac (with_python): Fix absolute path handling for win32.
10693 * configure: Regenerate.
10694
10695 2012-01-26 Doug Evans <dje@google.com>
10696
10697 * symtab.c: Whitespace cleanup, no code changes.
10698
10699 * symtab.c (lookup_symbol_in_language): Improve comment.
10700 (lookup_symbol_aux): Fix comment.
10701
10702 * psymtab.c (add_psymbol_to_list): Result is now "void".
10703 * psympriv.h (add_psymbol_to_list): Update.
10704
10705 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10706
10707 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 Do not open script filenames twice.
10710 * cli/cli-cmds.c (source_script_from_stream): Pass to
10711 source_python_script also STREAM.
10712 * python/py-auto-load.c (source_section_scripts): Pass to
10713 source_python_script_for_objfile also STREAM.
10714 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10715 also INPUT.
10716 * python/python-internal.h (source_python_script_for_objfile): New
10717 parameter file, rename parameter file to filename.
10718 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10719 instead if !_WIN32. Update the function comment.
10720 (source_python_script, source_python_script_for_objfile)
10721 (source_python_script): New parameter file, rename parameter file to
10722 filename. Pass FILENAME to python_run_simple_file.
10723 * python/python.h (source_python_script): New parameter file, rename
10724 parameter file to filename.
10725
10726 2012-01-26 Pedro Alves <palves@redhat.com>
10727
10728 * corelow.c (core_has_fake_pid): Delete.
10729 (core_close): Delete references to `core_has_fake_pid'.
10730 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10731 (core_open): Delete references to `core_has_fake_pid'.
10732 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10733 the removed global.
10734
10735 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10736
10737 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10738 Remove language parameter from name_matcher. Adjust the comment.
10739 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10740 Remove language parameter.
10741 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10742 * linespec.c (iterate_name_matcher): Likewise.
10743 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10744 name_matcher. Adjust call accordingly.
10745 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10746 (maintenance_check_symtabs): Adjust type of parameter "fun".
10747 * psymtab.h (maintenance_check_symtabs): Likewise.
10748
10749 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10750
10751 * language.h (symbol_name_match_p_ftype): New typedef.
10752 (struct language_defn): Replace field la_symbol_name_compare
10753 by la_get_symbol_name_match_p.
10754 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10755 (ada_language_defn): Use it.
10756 * linespec.c (struct symbol_matcher_data): New type.
10757 (iterate_name_matcher): Rewrite.
10758 (iterate_over_all_matching_symtabs): Pass a pointer to
10759 a symbol_matcher_data struct to expand_symtabs_matching
10760 instead of just the lookup name.
10761 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10762 opencl-lang.c, p-lang.c, language.c: Delete field
10763 la_symbol_name_compare, and replace by NULL for new field
10764 la_get_symbol_name_match_p.
10765 * symfile.h (struct quick_symbol_functions): Update comment.
10766
10767 2012-01-25 Tom Tromey <tromey@redhat.com>
10768
10769 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10770 dereferencing.
10771
10772 2012-01-24 Tom Tromey <tromey@redhat.com>
10773
10774 PR symtab/12406:
10775 * solib.c (update_solib_list): Update the program space's
10776 added_solibs and deleted_solibs fields.
10777 * progspace.h (struct program_space) <added_solibs,
10778 deleted_solibs>: New fields.
10779 (clear_program_space_solib_cache): Declare.
10780 * progspace.c (release_program_space): Call
10781 clear_program_space_solib_cache.
10782 (clear_program_space_solib_cache): New function.
10783 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10784 bpstat_stop_status. Use handle_solib_event.
10785 * breakpoint.c: Include gdb_regex.h.
10786 (print_solib_event): New function.
10787 (bpstat_print): Use print_solib_event.
10788 (bpstat_stop_status): Add special case for bp_shlib_event.
10789 (handle_solib_event): New function.
10790 (bpstat_what): Use handle_solib_event.
10791 (struct solib_catchpoint): New.
10792 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10793 (breakpoint_hit_catch_solib, check_status_catch_solib)
10794 (print_it_catch_solib, print_one_catch_solib)
10795 (print_mention_catch_solib, print_recreate_catch_solib): New
10796 functions.
10797 (catch_solib_breakpoint_ops): New global.
10798 (catch_load_or_unload, catch_load_command_1)
10799 (catch_unload_command_1): New functions.
10800 (internal_bkpt_check_status): Add special case for
10801 bp_shlib_event.
10802 (internal_bkpt_print_it): Use print_solib_event.
10803 (initialize_breakpoint_ops): Initialize
10804 catch_solib_breakpoint_ops.
10805 (_initialize_breakpoint): Register "catch load" and "catch
10806 unload".
10807 * breakpoint.h (handle_solib_event): Declare.
10808 * NEWS: Add entry for "catch load" and "catch unload".
10809
10810 2012-01-24 Tom Tromey <tromey@redhat.com>
10811
10812 * ada-lang.c: Include gdb_vecs.h.
10813 * charset.c: Include gdb_vecs.h.
10814 * tracepoint.h: Include gdb_vecs.h.
10815 * gdb_vecs.h: New file.
10816
10817 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10818
10819 * breakpoint.c (breakpoint_hit_catch_fork)
10820 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10821 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10822 * infrun.c (inferior_has_forked, inferior_has_vforked)
10823 (inferior_has_execd, inferior_has_called_syscall): Delete.
10824 (handle_syscall_event): Get syscall_number from the execution
10825 control state's wait status.
10826 (wait_for_inferior): Don't clear syscall_number.
10827
10828 2012-01-24 Pedro Alves <palves@redhat.com>
10829
10830 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10831 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10832 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10833 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10834 `ws' parameter.
10835 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10836 false for events other than TARGET_SIGNAL_TRAP.
10837 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10838 Add `ws' parameter.
10839 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10840 events other than TARGET_SIGNAL_TRAP.
10841 (tracepoint_breakpoint_hit): Add `ws' parameter.
10842 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10843 parameter.
10844 (bpstat_stop_status): Same.
10845 (pc_at_non_inline_function): Same.
10846 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10847 to pass the current event's waitstatus to bpstat_stop_status
10848 and pc_at_non_inline_function.
10849
10850 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 Code cleanup.
10853 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10854 Update the function comment for it.
10855 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10856 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10857 for STREAM.
10858
10859 2012-01-24 Pedro Alves <palves@redhat.com>
10860
10861 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10862 outside `bs->stop' block.
10863 (bpstat_what): Rework bp_shlib_event handling.
10864 (internal_bkpt_check_status): If the breakpoint is a
10865 bp_shlib_event, then set bs->stop and bs->print if
10866 stop_on_solib_events is set.
10867
10868 2012-01-24 Gary Benson <gbenson@redhat.com>
10869
10870 Delete #if 0'd out code.
10871 * stack.c (print_frame_label_vars): Remove.
10872 (catch_info): Likewise.
10873 (_initialize_stack): Remove "info catch" command.
10874 * NEWS: Mention the above.
10875
10876 2012-01-24 Pedro Alves <palves@redhat.com>
10877
10878 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10879 it.
10880 (remote_notice_new_inferior): If the remote end doesn't support
10881 the multiprocess extensions, then the PID is fake.
10882 (add_current_inferior_and_thread): New.
10883 (remote_start_remote): Use it.
10884 (extended_remote_attach_1): Adjust.
10885 (extended_remote_create_inferior_1): Use
10886 add_current_inferior_and_thread.
10887
10888 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10889
10890 Fix watchpoints to be specific for each inferior.
10891 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10892 current_program_space.
10893 * i386-nat.c (i386_inferior_data_cleanup): New.
10894 (i386_inferior_data_get): Replace variable inf_data_local by an
10895 inferior_data call.
10896 (i386_use_watchpoints): Initialize i386_inferior_data.
10897 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10898 specific iterate_over_lwps.
10899
10900 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10901
10902 Fix watchpoints across inferior fork.
10903 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10904 comment for linux_nat_iterate_watchpoint_lwps.
10905 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10906 linux_nat_iterate_watchpoint_lwps.
10907 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10908 * i386-linux-nat.c (update_debug_registers_callback): Update the
10909 comment for linux_nat_iterate_watchpoint_lwps.
10910 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10911 linux_nat_iterate_watchpoint_lwps.
10912 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10913 * i386-nat.c: Include inferior.h.
10914 (dr_mirror): Remove.
10915 (i386_inferior_data, struct i386_inferior_data)
10916 (i386_inferior_data_get): New.
10917 (i386_debug_reg_state): Use i386_inferior_data_get.
10918 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10919 (i386_insert_watchpoint, i386_remove_watchpoint)
10920 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10921 (i386_remove_hw_breakpoint): New variable state, use
10922 i386_debug_reg_state instead of DR_MIRROR.
10923 * linux-nat.c (delete_lwp): New declaration.
10924 (num_lwps): Move here from downwards.
10925 (delete_lwp_cleanup): New.
10926 (linux_child_follow_fork): Create new child_lp, call
10927 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10928 PTRACE_DETACH.
10929 (num_lwps): Move upwards.
10930 (linux_nat_iterate_watchpoint_lwps): New.
10931 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10932 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10933
10934 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10935
10936 GDB 7.4 released.
10937
10938 2012-01-23 Pedro Alves <palves@redhat.com>
10939
10940 * top.c (caution): Rename to ...
10941 (confirm): ... this.
10942 (show_caution): Rename to ...
10943 (show_confirm): ... this.
10944 (quit_cover): Adjust.
10945 (init_main): Adjust.
10946 * top.h (caution): Rename to ...
10947 (confirm): ... this.
10948 * utils.c (internal_vproblem, defaulted_query): Adjust.
10949
10950 2012-01-23 Pedro Alves <palves@redhat.com>
10951
10952 * top.c (caution): Update comment.
10953 (execute_command): Don't consider the current value of `caution'.
10954
10955 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10956
10957 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10958
10959 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10960
10961 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10962 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10963 * target.c (target_fileio_pwrite): Remove buffer address from
10964 debug output.
10965 (target_fileio_pread): Likewise.
10966
10967 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10968
10969 * NEWS: Document remote "info proc" and "generate-core-file".
10970
10971 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10972
10973 * gdbarch.sh (find_memory_regions): New callback.
10974 * gdbarch.c, gdbarch.h: Regenerate.
10975
10976 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10977 callback before falling back to target method.
10978
10979 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10980 (linux_target_install_ops): No longer install it.
10981
10982 * linux-tdep.c (linux_find_memory_regions): New function.
10983 (linux_init_abi): Install it.
10984
10985 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10986
10987 * gdbarch.sh (make_corefile_notes): New architecture callback.
10988 * gdbarch.c: Regenerate.
10989 * gdbarch.h: Likewise.
10990
10991 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10992 before target_make_corefile_notes. If NULL is returned, the
10993 target does not support core file generation.
10994
10995 * linux-nat.c: Include "linux-tdep.h".
10996 (find_signalled_thread, find_stop_signal): Remove.
10997 (linux_nat_do_thread_registers): Likewise.
10998 (struct linux_nat_corefile_thread_data): Likewise.
10999 (linux_nat_corefile_thread_callback): Likewise.
11000 (iterate_over_spus): Likewise.
11001 (struct linux_spu_corefile_data): Likewise.
11002 (linux_spu_corefile_callback): Likewise.
11003 (linux_spu_make_corefile_notes): Likewise.
11004 (linux_nat_collect_thread_registers): New function.
11005 (linux_nat_make_corefile_notes): Replace contents by call to
11006 linux_make_corefile_notes passing linux_nat_collect_thread_registers
11007 as native-only callback.
11008
11009 * linux-tdep.h: Include "bfd.h".
11010 (struct regcache): Add forward declaration.
11011 (linux_collect_thread_registers_ftype): New typedef.
11012 (linux_make_corefile_notes): Add prototype.
11013 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11014 "regset.h", and "elf-bfd.h".
11015 (find_signalled_thread, find_stop_signal): New functions.
11016 (linux_spu_make_corefile_notes): Likewise.
11017 (linux_collect_thread_registers): Likewise.
11018 (struct linux_corefile_thread_data): New data structure.
11019 (linux_corefile_thread_callback): New funcion.
11020 (linux_make_corefile_notes): Likewise.
11021 (linux_make_corefile_notes_1): Likewise.
11022 (linux_init_abi): Install it.
11023
11024 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11025
11026 * gdbarch.sh (info_proc): New callback.
11027 * gdbarch.c, gdbarch.h: Regenerate.
11028
11029 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11030 before falling back to the target info_proc callback.
11031
11032 * linux-nat.c: Do not include "cli/cli-utils.h".
11033 (linux_nat_info_proc): Remove.
11034 (linux_target_install_ops): No longer install it.
11035
11036 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11037 (read_mapping): New function.
11038 (linux_info_proc): Likewise.
11039 (linux_init_abi): Install it.
11040
11041 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11042
11043 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11044 * infcmd.c: (info_proc_cmd_1): New function.
11045 (info_proc_cmd): New function, moved here from equivalent routine
11046 orignally in linux-nat.c.
11047 (info_proc_cmd_mappings): Likewise.
11048 (info_proc_cmd_stat): Likewise.
11049 (info_proc_cmd_status): Likewise.
11050 (info_proc_cmd_cwd): Likewise.
11051 (info_proc_cmd_cmdline): Likewise.
11052 (info_proc_cmd_exe): Likewise.
11053 (info_proc_cmd_all): Likewise.
11054 (_initialize_infcmd): Install "info proc" command and subcommands.
11055
11056 * target.h (struct target_ops): Add to_info_proc.
11057 (target_info_proc): Add prototype.
11058 * target.c (target_info_proc): New function.
11059
11060 * procfs.c (procfs_info_proc): Add prototype.
11061 (info_proc_cmd): Rename into ...
11062 (procfs_info_proc): ... this. Update argument types as appropriate
11063 for a to_info_proc implementation. Handle "what" argument.
11064 (procfs_target): Install procfs_info_proc.
11065 (_initialize_procfs): No longer install "info proc" command.
11066
11067 * linux-nat.c: (enum info_proc_what): Remove.
11068 (linux_nat_info_proc_cmd_1): Rename into ...
11069 (linux_nat_info_proc): ... this. Update argument types as appropriate
11070 for a to_info_proc implementation.
11071 (linux_nat_info_proc_cmd): Remove.
11072 (linux_nat_info_proc_cmd_mappings): Likewise.
11073 (linux_nat_info_proc_cmd_stat): Likewise.
11074 (linux_nat_info_proc_cmd_status): Likewise.
11075 (linux_nat_info_proc_cmd_cwd): Likewise.
11076 (linux_nat_info_proc_cmd_cmdline): Likewise.
11077 (linux_nat_info_proc_cmd_exe): Likewise.
11078 (linux_nat_info_proc_cmd_all): Likewise.
11079 (linux_target_install_ops): Install linux_nat_info_proc.
11080 (_initialize_linux_nat): No longer install "info proc" command
11081 and subcommands.
11082
11083 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11084
11085 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11086 * config.in, configure: Regenerate.
11087
11088 * target.h (struct target_ops): Add to_fileio_readlink.
11089 (target_fileio_readlink): Add prototype.
11090 * target.c (target_fileio_readlink): New function.
11091
11092 * inf-child.c: Conditionally include <sys/param.h>.
11093 (inf_child_fileio_readlink): New function.
11094 (inf_child_target): Install it.
11095
11096 * remote.c (PACKET_vFile_readlink): New enum value.
11097 (remote_hostio_readlink): New function.
11098 (init_remote_ops): Install it.
11099 (_initialize_remote): Handle vFile:readlink packet type.
11100
11101 2012-01-20 Pedro Alves <palves@redhat.com>
11102 Ulrich Weigand <ulrich.weigand@linaro.org>
11103
11104 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11105 * config.in, configure: Regenerate.
11106
11107 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11108 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11109 (target_fileio_open): Add prototype.
11110 (target_fileio_pwrite): Likewise.
11111 (target_fileio_pread): Likewise.
11112 (target_fileio_close): Likewise.
11113 (target_fileio_unlink): Likewise.
11114 (target_fileio_read_alloc): Likewise.
11115 (target_fileio_read_stralloc): Likewise.
11116
11117 * target.c: Include "gdb/fileio.h".
11118 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11119 (default_fileio_target): New function.
11120 (target_fileio_open): Likewise.
11121 (target_fileio_pwrite): Likewise.
11122 (target_fileio_pread): Likewise.
11123 (target_fileio_close): Likewise.
11124 (target_fileio_unlink): Likewise.
11125 (target_fileio_close_cleanup): Likewise.
11126 (target_fileio_read_alloc_1): Likewise.
11127 (target_fileio_read_alloc): Likewise.
11128 (target_fileio_read_stralloc): Likewise.
11129
11130 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11131 <fcntl.h>, and <unistd.h>.
11132 (inf_child_fileio_open_flags_to_host): New function.
11133 (inf_child_errno_to_fileio_error): Likewise.
11134 (inf_child_fileio_open): Likewise.
11135 (inf_child_fileio_pwrite): Likewise.
11136 (inf_child_fileio_pread): Likewise.
11137 (inf_child_fileio_close): Likewise.
11138 (inf_child_fileio_unlink): Likewise.
11139 (inf_child_target): Install to_fileio routines.
11140
11141 * remote.c (init_remote_ops): Install to_fileio routines.
11142
11143 2012-01-20 Pedro Alves <palves@redhat.com>
11144 Ulrich Weigand <ulrich.weigand@linaro.org>
11145
11146 * remote.c (remote_multi_process_p): Only check for multi-process
11147 protocol feature, do not check for extended protocol.
11148 (remote_supports_multi_process): Check for extended protocol here.
11149 (set_general_process): Likewise.
11150 (extended_remote_kill): Likewise.
11151 (remote_pid_to_str): Likewise.
11152 (remote_query_supported): Always query multiprocess mode.
11153
11154 2012-01-20 Pedro Alves <palves@redhat.com>
11155 Ulrich Weigand <ulrich.weigand@linaro.org>
11156
11157 * inferior.h (struct inferior): Add fake_pid_p.
11158 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11159 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11160 magic_null_ptid since the remote side doesn't provide a real PID.
11161
11162 2012-01-19 Tom Tromey <tromey@redhat.com>
11163
11164 * NEWS: Combine the two Python sections.
11165
11166 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * target.h (target_close): Update comment on the target's unpush state.
11169
11170 2012-01-19 Pedro Alves <palves@redhat.com>
11171
11172 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11173 linux_nat_async directly instead of going through the target
11174 vector.
11175 * target.c (unpush_target): Close target after unpushing it, not
11176 before.
11177
11178 2012-01-19 Gary Benson <gbenson@redhat.com>
11179
11180 * mdebugread.c (sort_blocks): Replace integer constants with ones
11181 derived from FIRST_LOCAL_BLOCK.
11182
11183 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11184 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 PR gdb/9538
11187 * symfile.c (find_separate_debug_file): New function.
11188 (terminate_after_last_dir_separator): Likewise.
11189 (find_separate_debug_file_by_debuglink): Also try realpath.
11190 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11191 * configure: Regenerate.
11192 * config.in: Regenerate.
11193
11194 2012-01-18 Doug Evans <dje@google.com>
11195
11196 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11197 (main.o): Remove rule.
11198 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11199 (--with-sysroot): Rewrite.
11200 * configure: Regenerate.
11201 * config.in: Regenerate.
11202
11203 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11204
11205 * parse.c (initialize_expout): New function.
11206 (reallocate_expout): Likewise.
11207 (parse_exp_in_context): Use `initialize_expout' and
11208 `reallocate_expout' when appropriate.
11209
11210 2012-01-18 Pedro Alves <palves@redhat.com>
11211
11212 * record.c (struct record_breakpoint, record_breakpoint_p)
11213 (record_breakpoints): New.
11214 (record_insert_breakpoint, record_remove_breakpoint): Manage
11215 record breakpoints list. Only remove breakpoints from the
11216 inferior if they had been inserted there in the first place.
11217
11218 2012-01-17 Doug Evans <dje@google.com>
11219
11220 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11221 if we know we don't have a file name to look for.
11222
11223 2012-01-17 Pedro Alves <palves@redhat.com>
11224
11225 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11226 the frame's stop reason is UNWIND_UNAVAILABLE.
11227
11228 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11229
11230 Fix compilation error.
11231 * m2-exp.y (yyerror): Use ANSI C prototype.
11232
11233 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11234
11235 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11236 (growbuf_by_size): Likewise.
11237 (yyerror): Likewise.
11238 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11239 (modblock): Remove variable (was #if 0'ed).
11240 (parse_number): Convert prototype from K&R to ANSI C.
11241 (yyerror): Likewise.
11242 * objc-exp.y (parse_number): Likewise.
11243 (yyerror): Likewise.
11244 (yylex): Remove #if 0'ed code.
11245 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11246 (yyerror): Likewise.
11247
11248 2012-01-16 Tom Tromey <tromey@redhat.com>
11249
11250 * NEWS: Add item.
11251 * symtab.h (compare_filenames_for_search): Declare.
11252 * symtab.c (compare_filenames_for_search): New function.
11253 (iterate_over_some_symtabs): Use it.
11254 * symfile.h (struct quick_symbol_functions)
11255 <map_symtabs_matching_filename>: Change spec.
11256 * psymtab.c (partial_map_symtabs_matching_filename): Use
11257 compare_filenames_for_search. Update for new spec.
11258 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11259 compare_filenames_for_search. Update for new spec.
11260 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11261
11262 2012-01-16 Tom Tromey <tromey@redhat.com>
11263
11264 PR python/13281:
11265 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11266 (struct main_type) <flag_flag_enum>: New field.
11267 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11268 * NEWS: Add entries.
11269 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11270 enums.
11271 * python/lib/gdb/printing.py (_EnumInstance): New class.
11272 (FlagEnumerationPrinter): Likewise.
11273
11274 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11275
11276 * breakpoint.c (create_sals_from_address_default): New function.
11277 (create_breakpoints_sal_default): Likewise.
11278 (decode_linespec_default): Likewise.
11279 (is_marker_spec): Removed.
11280 (strace_marker_p): New function.
11281 (init_breakpoint_sal): Using `strace_marker_p' instead of
11282 `is_marker_spec'.
11283 (create_breakpoint): Call method `create_sals_from_address' from
11284 breakpoint_ops, replacing code that created SALs conditionally
11285 on the type of the breakpoint. Call method `create_breakpoints_sal',
11286 replacing code that created breakpoints conditionally on the type
11287 wanted.
11288 (base_breakpoint_create_sals_from_address): New function.
11289 (base_breakpoint_create_breakpoints_sal): Likewise.
11290 (base_breakpoint_decode_linespec): Likewise.
11291 (base_breakpoint_ops): Add methods
11292 `base_breakpoint_create_sals_from_address',
11293 `base_breakpoint_create_breakpoints_sal' and
11294 `base_breakpoint_decode_linespec'.
11295 (bkpt_create_sals_from_address): New function.
11296 (bkpt_create_breakpoints_sal): Likewise.
11297 (bkpt_decode_linespec): Likewise.
11298 (tracepoint_create_sals_from_address): Likewise.
11299 (tracepoint_create_breakpoints_sal): Likewise.
11300 (tracepoint_decode_linespec): Likewise.
11301 (strace_marker_create_sals_from_address): Likewise.
11302 (strace_marker_create_breakpoints_sal): Likewise.
11303 (strace_marker_decode_linespec): Likewise.
11304 (strace_marker_breakpoint_ops): New variable.
11305 (addr_string_to_sals): Remove `marker_spec'. Call method
11306 `decode_linespec' from breakpoint_ops, replacing code that decoded
11307 an address string into a SAL. Use `strace_marker_p' instead of
11308 `marker_spec'.
11309 (strace_command): Decide whether we are dealing with a static
11310 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11311 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11312 * breakpoint.h (linespec_result, linespec_sals): New forward
11313 declarations.
11314 (breakpoint_ops) <create_sals_from_address>,
11315 <create_breakpoints_sal>, <decode_linespec>: New methods.
11316
11317 2012-01-14 Doug Evans <dje@google.com>
11318
11319 * NEWS: Update text for "maint set python print-stack".
11320 It is deprecated in gdb 7.4 and deleted in 7.5.
11321
11322 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11323
11324 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11325 including curses.h.
11326
11327 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * configure: Regenerate.
11330 * config.in: Regenerate.
11331
11332 2012-01-12 Keith Seitz <keiths@redhat.com>
11333
11334 PR mi/10586
11335 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11336 (ANONYMOUS_UNION_NAME): Define.
11337 (is_path_expr_parent): New function.
11338 (get_path_expr_parent): New function.
11339 (is_anonymous_child): New function.
11340 (create_child_with_value): If the child is anonymous and without
11341 a name, assign an object name to it.
11342 (c_describe_child): Use get_path_expr_parent to determine
11343 the parent expression.
11344 If there field represents an anonymous struct or union and
11345 has no name, set an appropriate display name and expression.
11346 (cplus_describe_child): Likewise.
11347
11348 2012-01-12 Pedro Alves <palves@redhat.com>
11349
11350 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11351 available when %ebp is found to be zero (outermost).
11352
11353 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11354
11355 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11356 an internal gdb_static_assert.
11357 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11358
11359 2012-01-11 Tom Tromey <tromey@redhat.com>
11360
11361 PR gdb/9598:
11362 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11363 catch" and "catch throw".
11364
11365 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11366
11367 * blockframe.c (block_innermost_frame): Start search from selected
11368 frame, if present, or otherwise the current frame.
11369
11370 * c-exp.y (variable): Update innermost_block for
11371 'block COLONCOLON NAME' clause.
11372 * m2-exp.y (variable): Ditto.
11373 * objc-exp.y (variable): Ditto.
11374
11375 2012-01-10 Tom Tromey <tromey@redhat.com>
11376
11377 PR python/13199:
11378 * python/python.c (finish_python_initialization): Set sys.argv.
11379
11380 2012-01-10 Doug Evans <dje@google.com>
11381
11382 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11383 "want_line_info". All callers updated.
11384 (dwarf_decode_lines_1): New function.
11385 (handle_DW_AT_stmt_list): Add function comment.
11386 New arg "want_line_info". All callers updated.
11387 (read_file_scope,read_type_unit_scope): Move comment from
11388 handle_DW_AT_stmt_list to here.
11389
11390 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11391
11392 Fix regression after libiberty/ update for GCC PR 6057 and others.
11393 * c-exp.y (operator) <OPERATOR DELETE>
11394 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11395 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11396 (make_builtin_type, make_name): New variable i, add gdb_assert.
11397 (operator) <OPERATOR NEW>: Update ARGS to 3.
11398 (operator) <OPERATOR DELETE>: Add trailing space.
11399 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11400 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11401 * cp-support.c (cp_canonicalize_string): Check NULL from
11402 cp_comp_to_string, call warning and return.
11403
11404 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11405
11406 Fix duplicate .o files after omitting libbfd.a.
11407 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11408 (SFILES): Add corelow.c.
11409 (COMMON_OBS): Add corelow.o.
11410 (ALLDEPFILES): Remove corelow.c.
11411 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11412 * config/alpha/alpha-osf3.mh: Likewise.
11413 * config/alpha/fbsd.mh: Likewise.
11414 * config/arm/nbsdaout.mh: Likewise.
11415 * config/arm/nbsdelf.mh: Likewise.
11416 * config/i386/i386gnu.mh: Likewise.
11417 * config/ia64/hpux.mh: Likewise.
11418 * config/ia64/linux.mh: Likewise.
11419 * config/m32r/linux.mh: Likewise.
11420 * config/m68k/linux.mh: Likewise.
11421 * config/mips/irix5.mh: Likewise.
11422 * config/mips/irix6.mh: Likewise.
11423 * config/pa/hpux.mh: Likewise.
11424 * config/pa/linux.mh: Likewise.
11425 * config/powerpc/aix.mh: Likewise.
11426 * config/sparc/linux.mh: Likewise.
11427 * config/sparc/linux64.mh: Likewise.
11428 * config/sparc/sol2.mh: Likewise.
11429 * config/vax/vax.mh: Likewise.
11430 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11431 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11432 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11433 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11434 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11435 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11436 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11437 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11438 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11439 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11440 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11441 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11442 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11443 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11444 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11445 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11446 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11447 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11448 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11449 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11450 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11451 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11452 corelow.o from gdb_target_obs.
11453 * corefile.c (core_target): Update the comment on NULL value.
11454 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11455 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11456 MATCHES. Drop YUMMY set on NULL.
11457 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11458 reclaim CORE_DATA if it is already NULL.
11459
11460 2012-01-09 Doug Evans <dje@google.com>
11461
11462 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11463 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11464
11465 2012-01-09 Keith Seitz <keiths@redhat.com>
11466
11467 * breakpoint.c (wrapper.h): Don't include.
11468
11469 2012-01-09 Keith Seitz <keiths@redhat.com>
11470
11471 * Makefile.in (SFILES): Remove wrapper.c.
11472 (HFILES_NO_SRCDIR): Remove wrapper.h.
11473 (COMMON_OBS): Remove wrapper.o.
11474 * cli/cli-interp.c: Don't inlude wrapper.h.
11475 * corelow.c: Likewise.
11476 (core_open): Replace gdb_target_find_new_threads with
11477 TRY_CATCH around target_find_new_threads.
11478 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11479 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11480 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11481 evaluate_expression.
11482 (varobj_set_value): Likewise for evaluate_expression and
11483 value_assign.
11484 (install_new_variable): Likewise for value_fetch_lazy.
11485 (adjust_value_for_child_access): Likewise for value_ind.
11486 (c_describe_child): Likewise for value_subscript and
11487 value_ind.
11488 (c_value_of_root): Likewise for evaluate_expression.
11489 * wrapper.c: Remove.
11490 * wrapper.h: Remove.
11491
11492 2012-01-09 Doug Evans <dje@google.com>
11493
11494 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11495 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11496 "abfd" args with "section". All callers updated.
11497 Error checking code moved ...
11498 (error_check_comp_unit_head): ... here. New function.
11499 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11500 Delete arg "abfd". New arg "type_offset". All callers updated.
11501 (create_debug_types_hash_table): Simplify by using
11502 read_and_check_type_unit_head.
11503
11504 * parser-defs.h (namecopy): Delete.
11505 * parse.c (namecopy, namecopy_size): Move into copy_name.
11506
11507 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 Partially fix duplicate .o files after omitting libbfd.a.
11510 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11511 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11512 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11513 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11514 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11515 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11516 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11517
11518 2012-01-09 Pedro Alves <palves@redhat.com>
11519
11520 * MAINTAINERS: Update my email address.
11521
11522 2012-01-08 Doug Evans <dje@google.com>
11523
11524 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11525 n_type_units. Rename type_comp_units to all_type_units.
11526 All uses updated.
11527 (add_signatured_type_cu_to_table): Renamed from
11528 add_signatured_type_cu_to_list. All callers updated.
11529
11530 * gdbtypes.h (struct cplus_struct_type): Delete member
11531 nfn_fields_total. All uses removed.
11532
11533 2012-01-06 Doug Evans <dje@google.com>
11534
11535 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11536 to top of file.
11537 (dwarf2_find_comp_unit): Delete.
11538 (process_psymtab_comp_unit): Make result "void".
11539 Delete args buffer, info_ptr, buffer_size, and replace with
11540 "section". All callers updated.
11541 (dwarf2_build_psymtabs_hard): Simplify.
11542
11543 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11544 Thiago Jung Bauermann <bauerman@br.ibm.com>
11545
11546 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11547 before `struct gdb_exception'.
11548 * breakpoint.c (update_global_location_list_nothrow)
11549 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11550 * cp-abi.c (value_rtti_type): Likewise.
11551 * cp-support.c (cp_validate_operator): Likewise.
11552 * infrun.c (insert_exception_resume_breakpoint)
11553 (check_exception_resume, keep_going): Likewise.
11554 * mi-interp.c (mi_breakpoint_created)
11555 (mi_breakpoint_modified): Likewise.
11556 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11557 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11558 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11559
11560 2012-01-05 Doug Evans <dje@google.com>
11561
11562 * dwarf2read.c (statement_prologue): Delete, unused.
11563
11564 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11565 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11566
11567 * dwarf2read.c (comp_unit_header): Delete, unused.
11568
11569 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11570
11571 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11572 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11573
11574 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11575
11576 * infrun.c (normal_stop): Don't skip calling the normal_stop
11577 observers if the thread was doing a multi-step, but stopped for
11578 some reason other than stepping.
11579
11580 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11581
11582 * cli/cli-decode.h: Add comments.
11583 (CMD_LIST_AMBIGUOUS): Moved to command.h
11584 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11585 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11586 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11587 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11588 (add_com, add_com_alias, add_info, add_info_alias)
11589 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11590 declarations.
11591 * command.h: Add and adjust comments.
11592 (CMD_LIST_AMBIGUOUS): Moved here.
11593 (help_cmd, help_cmd_list): Delete declarations.
11594
11595 2012-01-04 Doug Evans <dje@google.com>
11596
11597 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11598 All callers updated.
11599 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11600 Replace all arguments with "per_cu". All callers updated.
11601
11602 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11603
11604 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11605 New arg "per_cu". All callers updated.
11606
11607 Delete #if 0'd out code.
11608 * language.c (binop_result_type): Delete.
11609 (simple_type, ordered_type, same_type, integral_type): Delete.
11610 (numeric_type, character_type, string_type, boolean_type): Delete.
11611 (float_type, structured_type): Delete.
11612 * language.h: Update.
11613
11614 2012-01-04 Tom Tromey <tromey@redhat.com>
11615
11616 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11617
11618 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11619
11620 * corefile.c (close_exec_file): Delete.
11621 (reopen_exec_file): Remove commented out code that seems related
11622 to close_exec_file, which is being deleted here.
11623 * inferior.h (close_exec_file): Delete.
11624 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11625
11626 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11627
11628 * ada-lang.c: #include "cli/cli-utils.h".
11629 (get_selections): Use skip_spaces.
11630 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11631 (catch_ada_exception_command_split): Use skip_spaces.
11632 (ada_decode_assert_location): Likewise.
11633
11634 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11635
11636 * linespec.c (decode_line_internal): Check for C++ or Java
11637 compound constructs only if the current language is C, C++
11638 or Java.
11639
11640 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11641
11642 Revert:
11643 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11644 Joel Brobecker <brobecker@adacore.com>
11645 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11646 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11647 3 times.
11648 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11649 fall through into AT_ENTRY_POINT.
11650 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11651 DUMMY_ADDR with it.
11652 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11653 PPC_INSN_SIZE skip to 3 times.
11654
11655 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11656
11657 * linespec.c (add_minsym): Preserve function descriptors.
11658
11659 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11660
11661 * breakpoint.c (all_locations_are_pending): Consider locations
11662 in program spaces executing during startup pending as well.
11663
11664 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11665
11666 Copyright year update in most files of the GDB Project.
11667
11668 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11669
11670 * copyright.sh: Delete.
11671 * copyright.py: Rewrite.
11672
11673 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11674
11675 * gnulib/extra/update-copyright: New file, imported from gnulib.
11676
11677 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11678
11679 * README (Copyright and License Notices): New section.
11680
11681 2012-01-03 Tom Tromey <tromey@redhat.com>
11682
11683 PR python/12533:
11684 * python/py-value.c (valpy_dereference, valpy_get_address
11685 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11686 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11687 (valpy_absolute, valpy_richcompare): Free intermediate values.
11688
11689 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11690
11691 * ada-lang.c: Reformat the copyright notice.
11692
11693 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11696 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11697 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11698 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11699 Revert this part of:
11700 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11701 Build gdb directly from *.o files not using libgdb.a.
11702 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11703
11704 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11705
11706 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11707 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11708 Reformat the copyright header.
11709
11710 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11711
11712 Revert this part of:
11713 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11714 Remove the gdbtui binary.
11715 * gdb.c (main): Remove args.interpreter_p initialization.
11716 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11717 * main.h (struct captured_main_args): Remove interpreter_p.
11718
11719 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11720
11721 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11722
11723 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11724
11725 * top.c (print_gdb_version): Update copyright year.
11726
11727 2012-01-02 Yao Qi <yao@codesourcery.com>
11728
11729 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11730
11731 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11732 Joel Brobecker <brobecker@adacore.com>
11733
11734 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11735 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11736 3 times.
11737 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11738 fall through into AT_ENTRY_POINT.
11739 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11740 DUMMY_ADDR with it.
11741 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11742 PPC_INSN_SIZE skip to 3 times.
11743
11744 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11745
11746 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11747 the return value.
11748 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11749
11750 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11751
11752 Build gdb directly from *.o files not using libgdb.a.
11753 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11754 (COMMON_OBS): Remove solib-target.o.
11755 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11756 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11757 (LIBGDB_OBS, libgdb.a): Move it above.
11758 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11759 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11760 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11761 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11762 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11763 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11764 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11765 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11766 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11767 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11768 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11769 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11770 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11771 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11772 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11773 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11774 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11775 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11776 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11777 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11778 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11779 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11780 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11781 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11782 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11783 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11784 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11785
11786 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11787
11788 Remove the gdbtui binary.
11789 * .gitignore (/gdbtui): Remove.
11790 * Makefile.in (TUI): Remove.
11791 (SUBDIR_TUI_OBS): Remove tui-main.o.
11792 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11793 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11794 (tui-main.o): Remove.
11795 (all_object_files): Remove tui-main.o.
11796 * NEWS: New note for the gdbtui removal.
11797 * configure: Rebuilt.
11798 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11799 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11800 CONFIG_UNINSTALL respectively.
11801 * gdb.c (main): Remove args.interpreter_p initialization.
11802 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11803 * main.h (struct captured_main_args): Remove interpreter_p.
11804 * tui/tui-main.c: Remove.
11805
11806 2012-01-01 Doug Evans <dje@google.com>
11807
11808 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11809 (dwarf2_physname, read_import_statement): Ditto.
11810 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11811 (process_structure_scope read_subroutine_type): Ditto.
11812 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11813 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11814 (dwarf2_fetch_die_location_block): Ditto.
11815 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11816
11817 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11818 All callers updated.
11819 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11820 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11821 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11822
11823 * dwarf2read.c (load_cu): Move assert to more useful location.
11824
11825 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11826 All callers updated.
11827
11828 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11829 (dwarf2_elf_names): Minor reformat.
11830 (dwarf2_per_cu_data): Tweak comment.
11831 (dwarf2_read_section): Fix comment.
11832 (create_all_comp_units): Fix comment.
11833 (load_full_comp_unit): Fix comment.
11834 (process_full_comp_unit): Fix comment.
11835 (read_signatured_type): Fix comment.
11836
11837 For older changes see ChangeLog-2011.
11838 \f
11839 Local Variables:
11840 mode: change-log
11841 left-margin: 8
11842 fill-column: 74
11843 version-control: never
11844 coding: utf-8
11845 End:
This page took 0.306805 seconds and 4 git commands to generate.