gdb/
[binutils-gdb.git] / gdb / ChangeLog
1 2012-11-19 Yao Qi <yao@codesourcery.com>
2
3 * infrun.c (infwait_state): Add static.
4
5 2012-11-16 Keith Seitz <keiths@redhat.com>
6
7 PR c++/13615
8 * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
9 parameter and pass it to lookup_symbol_file.
10 (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
11 to search base classes.
12 (cp_lookup_symbol_namespace): Likewise.
13 (lookup_namespace_scope): Likewise.
14 (lookup_symbol_file): Add SEARCH parameter.
15 If SEARCH is non-zero and no symbol is found, lookup the class
16 and call cp_lookup_nested_symbol.
17 (find_symbol_in_baseclass): New function.
18 (cp_lookup_nested_symbol): Do not let
19 cp_lookup_symbol_in_namespace search through base classes.
20 Do that later when there is no global symbol match.
21
22 2012-11-16 Doug Evans <dje@google.com>
23
24 * main.c (gdb_datadir_provided): New static global.
25 (get_init_files): If --data-directory is provided,
26 and SYSTEM_GDBINIT lives in data-directory, look for it there.
27 * NEWS: Mention it.
28
29 2012-11-15 Pierre Muller <muller@sourceware.org>
30
31 ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
32 * gdb_stat.h: Delete. Moved to common directory.
33 * common/gdb_stat.h: New file.
34 * gdb_wait.h: Delete. Moved to common directory.
35 * common/gdb_wait.h: New file.
36 * Makefile.in (H_FILES_NO_SRC): Adapt to new header
37 location.
38 * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
39 location.
40 (stat.h rule): Adapt to new gdb_stat.h location.
41 * common/linux-osdata.c: Include "gdb_stat.h" header instead of
42 <sys/stat.h> header.
43 * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
44 <sys/wait.h> header.
45
46 2012-11-15 Pierre Muller <muller@sourceware.org>
47
48 * configure.ac (AC_HEADER_STAT): Remove.
49 * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
50 and corresponding code.
51 * configure: Regenerate.
52 * config.in: Regenerate.
53
54 2012-11-15 Pierre Muller <muller@sourceware.org>
55
56 ARI xasprintf rule fixes.
57 * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
58 instead of xasprintf.
59 (open_and_init_dwp_file): Ditto.
60
61 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
62
63 * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
64 target types.
65
66 2012-11-14 Tom Tromey <tromey@redhat.com>
67
68 * configure, config.in: Rebuild.
69 * configure.ac: Don't check for ctype.h, time.h.
70 * expprint.c: Don't use HAVE_CTYPE_H.
71
72 2012-11-13 Tom Tromey <tromey@redhat.com>
73
74 * gdbarch.h, gdbarch.c: Rebuild.
75 * gdbarch.sh (set_target_gdbarch): Rename from
76 deprecated_target_gdbarch_select_hack.
77 * arch-utils.c (gdbarch_update_p): Update.
78 (set_gdbarch_from_file): Update.
79
80 2012-11-14 Pierre Muller <muller@sourceware.org>
81
82 * MAINTAINERS (Responsible Maintainers/misc): Add myself
83 as responsible of contrib/ari directory.
84
85 2012-11-14 Daniel Jacobowitz <dan@codesourcery.com>
86 Yao Qi <yao@codesourcery.com>
87
88 * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
89 bit of EXC_RETURN.
90 (arm_m_exception_cache, arm_m_exception_this_id)
91 (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
92 (arm_m_exception_unwind): New.
93 (arm_gdbarch_init): Register arm_m_exception_unwind.
94
95 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
96
97 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
98 parameter COUNT, for pattern filling of memory regions.
99 * NEWS: Mention it.
100
101 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
102
103 * disasm.h (DISASSEMBLY_FILENAME): New macro.
104 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
105 to print_source_lines ().
106 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
107 flag.
108 * source.c (print_source_lines_base): Prefix source line with
109 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
110
111 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
112
113 * symtab.h (print_source_lines_flags): New enum.
114 * source.c (print_source_lines_base): Change noerror to flags.
115 (print_source_lines): Change noerror to flags.
116
117 2012-11-13 Pierre Muller <muller@sourceware.org>
118
119 ARI fixes: Avoid sprintf function use rule.
120 * charset.c (convert_between_encodings): Use xsnprintf.
121 * cli-out.c (cli_field_int): Likewise.
122 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
123 * expprint.c (op_name_standard): Likewise.
124 * frv-tdep.c (set_variant_num_gprs): Likewise.
125 (set_variant_num_fprs): Likewise.
126 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
127 * nto-tdep.c (nto_find_and_open_solib): Likewise.
128 (nto_init_solib_absolute_prefix): Likewise.
129 * source.c (init_source_path): Likewise.
130 (print_source_lines_base): Likewise.
131 * valprint.c (print_wchar): Likewise.
132 * mi/mi-out.c (mi_field_int): Likewise.
133 windows-nat.c (windows_pid_to_exec_file): Likewise.
134 (windows_create_inferior): Likewise.
135 (_initialize_check_for_gdb_ini): Likewise.
136
137 2012-11-12 Joel Brobecker <brobecker@adacore.com>
138
139 * frame.h (deprecated_frame_register_read): Renames
140 frame_register_read.
141 * frame.c (deprecated_frame_register_read): Renames
142 frame_register_read. Update all callers.
143 * i386-tdep.c: Update all callers of frame_register_read.
144 * infcmd.c: Likewise.
145 * jit.c: Likewise.
146 * mips-tdep.c: Likewise.
147 * mt-tdep.c: Likewise.
148 * sh64-tdep.c: Likewise.
149
150 2012-11-12 Joel Brobecker <brobecker@adacore.com>
151
152 * frame.h (frame_register_read): Remove FIXME comment.
153 * frame.c (frame_register_read): Add suggestion explaining
154 which function to use in place of this one.
155
156 2012-11-12 Tom Tromey <tromey@redhat.com>
157
158 * python/python.c (start_type_printers): Initialize 'result_obj'.
159
160 2012-11-12 Tom Tromey <tromey@redhat.com>
161
162 * NEWS: Update.
163 * data-directory/Makefile.in (PYTHON_FILES): Add
164 type_printers.py.
165 * python/lib/gdb/command/type_printers.py: New file.
166 * python/lib/gdb/command/types.py (TypePrinter): New class.
167 (_get_some_type_recognizers, get_type_recognizers,
168 apply_type_recognizers, register_type_printer): New
169 functions.
170 * python/py-objfile.c (objfile_object) <type_printers>: New
171 field.
172 (objfpy_dealloc): Decref new field.
173 (objfpy_new): Set new field.
174 (objfpy_get_type_printers, objfpy_set_type_printers): New
175 functions.
176 (objfile_to_objfile_object): Set new field.
177 (objfile_getset): Add "type_printers".
178 * python/py-progspace.c (pspace_object) <type_printers>: New
179 field.
180 (pspy_dealloc): Decref new field.
181 (pspy_new): Set new field.
182 (pspy_get_type_printers, pspy_set_type_printers): New functions.
183 (pspace_to_pspace_object): Set new field.
184 (pspace_getset): Add "type_printers".
185 * python/python.c (start_type_printers, apply_type_printers,
186 free_type_printers): New functions.
187 (_initialize_python): Set gdb.type_printers.
188 * python/python.h (start_type_printers, apply_type_printers,
189 free_type_printers): Declare.
190 * typeprint.c (type_print_raw_options, default_ptype_flags):
191 Update for new fields.
192 (do_free_global_table, create_global_typedef_table,
193 find_global_typedef): New functions.
194 (find_typedef_in_hash): Use find_global_typedef.
195 (whatis_exp): Use create_global_typedef_table. Change cleanup
196 handling.
197 * typeprint.h (struct type_print_options) <global_typedefs,
198 global_printers>: New fields.
199
200 2012-11-12 Tom Tromey <tromey@redhat.com>
201
202 * c-typeprint.c (find_typedef_for_canonicalize,
203 print_name_maybe_canonical): New functions.
204 (c_print_type): Look up type name.
205 (cp_type_print_derivation_info): Add flags argument. Use
206 print_name_maybe_canonical.
207 (cp_type_print_method_args): Add wrapping.
208 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
209 (c_type_print_template_args): New function.
210 (c_type_print_base): Change wrapping. Use
211 print_name_maybe_canonical.
212 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
213 type name lookups.
214 * gdbtypes.c (types_equal): No longer static.
215 * gdbtypes.h (types_equal): Declare.
216 * typeprint.c (type_print_raw_options, default_ptype_flags):
217 Update.
218 (struct typedef_hash_table): New.
219 (hash_typedef_field, eq_typedef_field,
220 recursively_update_typedef_hash, add_template_parameters,
221 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
222 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
223 copy_typedef_hash, find_typedef_in_hash): New functions.
224 * typeprint.h (struct type_print_options) <local_typedefs>:
225 New field.
226 (recursively_update_typedef_hash, add_template_parameters,
227 create_typedef_hash, free_typedef_hash,
228 make_cleanup_free_typedef_hash, copy_typedef_hash,
229 find_typedef_in_hash): Declare.
230
231 2012-11-12 Tom Tromey <tromey@redhat.com>
232
233 * cp-support.c (inspect_type,
234 replace_typedefs_qualified_name, replace_typedefs): Add
235 finder, data arguments. Call as needed.
236 (cp_canonicalize_string_full): New function.
237 (cp_canonicalize_string_no_typedefs): Rewrite.
238 * cp-support.h (canonicalization_ftype): New typedef.
239 (cp_canonicalize_string_full): Declare.
240
241 2012-11-12 Tom Tromey <tromey@redhat.com>
242
243 * NEWS: Update.
244 * c-typeprint.c (c_type_print_base): Handle print_method and
245 print_typedefs flags.
246 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
247 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
248 options.
249 * typeprint.c (type_print_raw_options, default_ptype_flags):
250 Update for new field.s
251 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
252 (setprinttypelist, showprinttypelist, print_methods,
253 print_typedefs): New globals.
254 (set_print_type, show_print_type, set_print_type_methods,
255 show_print_type_methods, set_print_type_typedefs,
256 show_print_type_typedefs): New functions.
257 (_initialize_typeprint): Update documentation. Add "print
258 type methods" and "print type typedefs" parameters.
259 * typeprint.h (struct type_print_options) <print_methods,
260 print_typedefs>: New fields.
261
262 2012-11-12 Tom Tromey <tromey@redhat.com>
263
264 * c-typeprint.c (cp_type_print_method_args): Add flags
265 argument. Call c_print_type, not type_print.
266 (c_type_print_base): Call c_print_type, not type_print.
267 Update.
268
269 2012-11-12 Tom Tromey <tromey@redhat.com>
270
271 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
272 to type-printing functions.
273 * ada-lang.h (ada_print_type): Add argument.
274 * ada-typeprint.c (print_array_type, print_variant_clauses,
275 print_variant_part, print_selected_record_field_types,
276 print_record_field_types, print_unchecked_union_type,
277 print_func_type, ada_print_type): Add flags argument.
278 (ada_print_typedef): Update.
279 * c-exp.y (OPERATOR conversion_type_id): Update.
280 * c-lang.h (c_print_type, c_type_print_base): Update.
281 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
282 c_type_print_modifier, c_type_print_args,
283 c_type_print_varspec_suffix, c_type_print_base): Add flags
284 argument.
285 * cp-valprint.c (cp_print_class_member): Update.
286 * dwarf2read.c (dwarf2_compute_name): Update.
287 * f-lang.h (f_print_type): Add argument.
288 * f-typeprint.c (f_print_type): Add flags argument.
289 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
290 * go-lang.h (go_print_type): Add argument.
291 * go-typeprint.c (go_print_type): Add flags argument.
292 * jv-lang.h (java_print_type): Add argument.
293 * jv-typeprint.c (java_type_print_base, java_print_type): Add
294 flags argument.
295 * language.c (unk_lang_print_type): Add flags argument.
296 * language.h (struct language_defn) <la_print_type>: Add flags
297 argument.
298 (LA_PRINT_TYPE): Likewise.
299 * m2-lang.h (m2_print_type): Add argument.
300 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
301 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
302 m2_unbounded_array, m2_record_fields): Add flags argument.
303 * p-lang.h (pascal_print_type, pascal_type_print_base,
304 pascal_type_print_varspec_prefix): Add argument.
305 * p-typeprint.c (pascal_print_type,
306 pascal_type_print_varspec_prefix, pascal_print_func_args,
307 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
308 flags argument.
309 * symmisc.c (print_symbol): Update.
310 * typeprint.c (type_print_raw_options, default_ptype_flags):
311 New globals.
312 (type_print): Update.
313 * typeprint.h (struct type_print_options): New.
314 (type_print_raw_options): Declare.
315 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
316
317 2012-11-10 Keith Seitz <keiths@redhat.com>
318
319 * breakpoint.c (clear_command): Add cleanup for
320 sals.sals if an argument is given.
321
322 * linespec.c (parse_linespec): Do cleanups after
323 parsing a convenience variable.
324
325 2012-11-10 Keith Seitz <keiths@redhat.com>
326
327 PR gdb/14288
328 * c-valprint.c (c_val_print): For character arrays
329 with "print null" option on, print ellipses if
330 the output is truncated and the next character is not \000.
331 * valprint.c (MAX_WCHARS): Define.
332 (WCHAR_BUFLEN): Likewise.
333 (WCHAR_BUFLEN_MAX): Likewise.
334 (struct converted_character): New structure.
335 (count_next_character): New function.
336 (print_converted_chars_to_obstack): New function.
337 (generic_printstr): Rewrite using count_next_character
338 and print_converted_chars_to_obstack.
339
340 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
341
342 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
343 while executing the gdb command.
344 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
345 are called from prompt_for_continue.
346 * tui/tui-io.c (tui_redisplay_readline): Likewise.
347
348 2012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
349
350 PR tui/9584
351
352 * tui/tui.c (tui_rl_command_key): Do not call execute_command
353 but insert the command to execute in readline's buffer.
354
355 2012-11-09 Tom Tromey <tromey@redhat.com>
356
357 * gdbarch.sh (target_gdbarch): Remove macro.
358 (get_target_gdbarch): Rename to target_gdbarch.
359 * gdbarch.c, gdbarch.h: Rebuild.
360 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
361 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
362 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
363 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
364 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
365 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
366 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
367 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
368 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
369 procfs.c, progspace.c, ravenscar-thread.c, record.c,
370 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
371 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
372 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
373 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
374 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
375 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
376 target-descriptions.c, target.c, target.h, tracepoint.c,
377 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
378 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
379 python/py-inferior.c, python/python.c: Update.
380
381 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
382
383 * source.c (print_source_lines_base): Add fullname field giving
384 full path to file in mi output.
385 * NEWS: Mention the new fullname field.
386
387 2012-11-09 Yao Qi <yao@codesourcery.com>
388
389 * NEWS: Mention the fix to the ambiguity of 'fo' command.
390
391 2012-11-09 Pedro Alves <palves@redhat.com>
392
393 PR gdb/14306
394
395 * infrun.c: Include target-descriptions.h.
396 (follow_exec): Fetch new target description.
397
398 2012-11-09 Yao Qi <yao@codesourcery.com>
399
400 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
401 0x8d (lea).
402
403 2012-11-09 Yao Qi <yao@codesourcery.com>
404
405 * breakpoint.c: Declare set_tracepoint_count.
406 (install_breakpoint): Call set_tracepoint_count if B is a
407 tracepoint.
408 (trace_command): Don't call set_tracepoint_count. Re-indent.
409 (strace_command, ftrace_command):
410 (create_tracepoint_from_upload): Likewise.
411
412 2012-11-09 Pedro Alves <palves@redhat.com>
413
414 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
415 (get_target_gdbarch) <gdbarch.h>: New function.
416 (startup_gdbarch) <gdbarch.h>: Declare.
417 <gdbarch.c> (target_gdbarch): Delete.
418 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
419 current inferior's gdbarch.
420 <gdbarch.c> (get_target_gdbarch): New function.
421 * inferior.c: Include target-descriptions.h.
422 (free_inferior): Free target description info.
423 (add_inferior_with_spaces): Set the inferior's initial
424 architecture.
425 (clone_inferior_command): Copy the original inferior's target
426 description if it was user specified.
427 (initialize_inferiors): Add comment.
428 * inferior.h (struct target_desc_info): Forward declare.
429 (struct inferior) <gdbarch>: New field.
430 * linux-nat.c: Include target-descriptions.h.
431 (linux_child_follow_fork): Copy the parent's architecture and
432 target description to the child.
433 * target-descriptions.c: Include inferior.h.
434 (struct target_desc_info): New structure, holding the equivalents
435 of ...
436 (target_desc_fetched, current_target_desc)
437 (target_description_filename): ... these removed globals.
438 (get_tdesc_info, target_desc_info_from_user_p)
439 (copy_inferior_target_desc_info, target_desc_info_free): New.
440 (target_desc_fetched, current_target_desc)
441 (target_description_filename): Reimplemented as convenience
442 macros.
443 (tdesc_filename_cmd_string): New global.
444 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
445 tdescs filename ..." commands to the per-inferior equivalent.
446 (show_tdesc_filename_cmd): Get the value to show from the
447 per-inferior description filename.
448 (_initilize_target_descriptions): Change the "set/show tdesc
449 filename" commands' variable.
450 * target-descriptions.h (struct target_desc, struct target_desc_info)
451 (struct inferior): Forward declare.
452 (target_find_description, target_clear_description)
453 (target_current_description): Adjust comments.
454 (copy_inferior_target_desc_info, target_desc_info_free)
455 (target_desc_info_from_user_p). Declare.
456
457 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
458
459 * tui/tui-hooks.c (tui_about_to_proceed): New function.
460 (tui_target_wait_hook): Remove.
461 (tui_install_hooks): Install the about_to_proceed observer.
462 (tui_remove_hooks): And remove it here.
463
464 2012-11-08 Tom Tromey <tromey@redhat.com>
465
466 * linux-tdep.c (linux_make_siginfo_note): New function.
467 (linux_make_corefile_notes): Use it.
468 * corelow.c (get_core_siginfo): New function.
469 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
470
471 2012-11-08 Tom Tromey <tromey@redhat.com>
472
473 PR gdb/14704:
474 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
475 (zlib_decompress_section): Remove.
476 (gdb_bfd_map_section): Only check for compressed section
477 in mmap case. Use bfd_get_full_section_contents.
478 * osabi.c (check_note): Add 'sectsize' argument. Read
479 section data.
480 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
481 section data. Update for check_note change.
482 * xcoffread.c (xcoff_initial_scan): Use
483 bfd_get_full_section_contents.
484 * py-auto-load.c (auto_load_section_scripts): Use
485 bfd_get_full_section_contents.
486 * contrib/cc-with-tweaks.sh: Add -Z option.
487
488 2012-11-08 Tom Tromey <tromey@redhat.com>
489
490 * python/py-bpevent.c: Include defs.h.
491 * python/py-continueevent.c: Include defs.h.
492 * python/py-event.c: Include defs.h.
493 * python/py-event.h: Don't include defs.h.
494 * python/py-events.h: Don't include defs.h.
495 * python/py-evts.c: Include defs.h.
496 * python/py-exitedevent.c: Include defs.h.
497 * python/py-newobjfileevent.c: Include defs.h.
498 * python/py-signalevent.c: Include defs.h.
499 * python/py-stopevent.c: Include defs.h.
500 * python/py-threadevent.c: Include defs.h.
501
502 2012-11-08 Pierre Muller <muller@sourceware.org>
503
504 * update-web-ari.sh (print_heading): Add number of files
505 checked.
506 (nb_files): New variable counting the number of sources
507 files found by gdb_find.sh script.
508 (debug_awk): New variable to allow extra debug output.
509 (indexes): Add more information if DEBUG_AWK is set.
510
511 2012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
512
513 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
514 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
515 following the change in PLT call stubs on linker.
516
517 2012-11-08 Pierre Muller <muller@sourceware.org>
518
519 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
520 as default language.
521 (AWK): Use = instead of == for sh test to avoid warning.
522 (Linux rule): Correct [:digit] into [[:digit:]].
523 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
524 (vasprintf rule): Adapt to common subdirectory moves.
525 (xasprintf rule): Idem.
526 (xvasprintf rule): Idem.
527 (var_boolean rule): Accept occurence in == or != test.
528
529 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
530
531 2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
532
533 * tui/tui-hooks.c (tui_inferior_exit): New function.
534 (tui_detach_hook): Remove.
535 (tui_install_hooks): Install the inferior exit observer.
536 (tui_remove_hooks): Remove it.
537
538 2012-11-08 Yao Qi <yao@codesourcery.com>
539
540 PR gdb/14777.
541 * source.c (_initialize_source): Call add_com_alias to abbreviate
542 'forward-search' as 'fo'.
543
544 2012-11-07 Pedro Alves <palves@redhat.com>
545
546 * arm-tdep.c: Make defs.h be the first include.
547 * coff-pe-read.c: Ditto.
548 * gnu-nat.c: Ditto.
549 * go32-nat.c: Ditto.
550 * i386-nat.c: Ditto.
551 * ppcnbsd-nat.c: Ditto.
552 * ada-varobj.h: Don't include defs.h.
553 * i386-darwin-tdep.h: Ditto.
554 * i386-nat.h: Ditto.
555
556 2012-11-07 Pedro Alves <palves@redhat.com>
557
558 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
559 Committee.
560
561 2012-11-07 Pierre Muller <muller@sourceware.org>
562
563 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
564 File already uses "gdb_dirent.h" header.
565
566 2012-11-07 Yao Qi <yao@codesourcery.com>
567
568 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
569 tracepoint_count'.
570
571 2012-11-06 Tom Tromey <tromey@redhat.com>
572
573 * target.h (inferior_has_forked, inferior_has_vforked)
574 (inferior_has_execd, inferior_has_called_syscall): Remove
575 declarations.
576
577 2012-11-06 Pierre Muller <muller@sourceware.org>
578
579 * remote.c (remote_insert_hw_breakpoint): ARI fix,
580 add missing internalization markup.
581
582 2012-11-06 Pedro Alves <palves@redhat.com>
583
584 PR gdb/14810
585
586 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
587
588 2012-11-06 Pierre Muller <muller@sourceware.org>
589
590 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
591 is not executable.
592
593 2012-11-05 Joel Brobecker <brobecker@adacore.com>
594
595 * gnulib/update-gnulib.sh: New script.
596
597 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
598
599 * MAINTAINERS: Update my email address.
600
601 2012-11-05 Tom Tromey <tromey@redhat.com>
602
603 * frame.c (put_frame_register): Don't use temporary buffer.
604
605 2012-11-05 Pedro Alves <palves@redhat.com>
606
607 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
608 child. Clear 'pending_detach'.
609 * infrun.c (handle_vfork_child_exec_or_exit): Clear
610 'pending_detach' in the vfork parent.
611
612 2012-11-05 Doug Evans <dje@google.com>
613
614 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
615 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
616 * dwarf2read.c: #include "elf-bfd.h".
617 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
618 (dwop_section_names): Renamed from dwo_section names. All uses
619 updated. Add entries for .debug_cu_index, .debug_tu_index.
620 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
621 All uses updated.
622 (struct dwp_sections): New type.
623 (struct virtual_dwo_sections): New type.
624 (struct dwp_hash_table): New type.
625 (struct dwp_file): New type.
626 (init_cutu_and_read_dies): Ensure DWO info/types section has been
627 read in. Handle DWOs coming from DWP files.
628 (lookup_dwo_file_slot): New function.
629 (dwarf2_locate_dwo_sections): Move definition closer to use.
630 (create_dwo_debug_info_hash_table_reader): Renamed from
631 create_debug_info_hash_table_reader. All callers updated.
632 (create_dwo_debug_info_hash_table): Renamed from
633 create_debug_info_hash_table. All callers updated.
634 (create_dwp_hash_table): New function.
635 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
636 (lookup_dwo_in_dwp): New function.
637 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
638 is_dwp. All callers updated.
639 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
640 (open_and_init_dwo_file): Renamed from init_dwo_file.
641 All callers updated.
642 (lookup_dwo_file): Delete.
643 (dwarf2_locate_dwp_sections): New function.
644 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
645 (allocate_dwp_loaded_cutus_table): New function.
646 (open_and_init_dwp_file): New function.
647 (lookup_dwo_cutu): New function.
648 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
649
650 2012-11-03 Yao Qi <yao@codesourcery.com>
651
652 Fix PR gdb/14617.
653 * breakpoint.c (trace_pass_set_count): Call
654 observer_notify_breakpoint_modified instead of
655 observer_notify_tracepoint_modified.
656 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
657
658 2012-11-02 Tom Tromey <tromey@redhat.com>
659
660 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
661 argument to complete_on_enum.
662
663 2012-11-02 Tom Tromey <tromey@redhat.com>
664
665 * configure: Rebuild.
666 * configure.ac (build_warnings): Add -Wempty-body.
667 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
668 * remote.c (handle_notification): Use braces for empty 'else' body.
669 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
670 'else' body.
671 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
672 'else' body.
673 * solib-som.c (som_relocate_section_addresses): Use braces
674 for empty 'else' body.
675 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
676 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
677
678 2012-11-02 Pedro Alves <palves@redhat.com>
679
680 PR gdb/14766
681
682 * infrun.c (handle_inferior_event)
683 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
684 null_ptid before handling a vfork child exec or exit. Switch to
685 the event ptid afterwards.
686
687 2012-11-02 Yao Qi <yao@codesourcery.com>
688
689 * std-operator.def: Remove OP_LABELED.
690 * eval.c: Remove the declaration of 'get_label'.
691 (get_label): Remove.
692 (evaluate_struct_tuple): Remove code handling OP_LABELED.
693 Update comment.
694 Remove local variable 'variantno' and related code.
695 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
696 with 'fieldno'.
697 * expprint.c (print_subexp_standard): Likewise.
698 (dump_subexp_body_standard): Likewise.
699 * parse.c (operator_length_standard): Likewise.
700
701 2012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
702
703 Incorporate ARI web page generator into GDB sources.
704 * contrib/ari/create-web-ari-in-src.sh: New file.
705 * contrib/ari/gdb_ari.sh: New file.
706 * contrib/ari/gdb_find.sh: New file.
707 * contrib/ari/update-web-ari.sh: New file.
708
709 2012-10-31 Tom Tromey <tromey@redhat.com>
710
711 * gdbarch.c: Rebuild.
712 * gdbarch.sh: Remove references to gdbarch_swap.
713 * corelow.c (core_open): Remove obsolete comment.
714
715 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
716
717 PR cli/14772
718 * c-typeprint.c (c_print_type): Don't print a space for vector
719 types, this is handled within the suffix.
720 (c_type_print_varspec_suffix): Add a space to vector suffix.
721
722 2012-10-26 Pedro Alves <palves@redhat.com>
723
724 * amd64-tdep.c (amd64_relocate_instruction): Use
725 store_unsigned_integer instead of memcpy.
726 * i386-tdep.c (i386_relocate_instruction): Ditto.
727
728 2012-10-26 Pedro Alves <palves@redhat.com>
729
730 * infrun.c (handle_inferior_event): Merge handling of
731 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
732 switch case.
733
734 2012-10-26 Pedro Alves <palves@redhat.com>
735
736 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
737 Remove comment.
738
739 2012-10-26 Pedro Alves <palves@redhat.com>
740
741 * target.c (target_waitstatus_to_string): Handle
742 TARGET_WAITKIND_VFORK_DONE.
743
744 2012-10-26 Pedro Alves <palves@redhat.com>
745
746 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
747 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
748
749 2012-10-24 Tristan Gingold <gingold@adacore.com>
750
751 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
752 Add comments.
753
754 2012-10-24 Joel Brobecker <brobecker@adacore.com>
755
756 * ravenscar-thread.c (ravenscar_wait): Only update the list
757 of threads and inferior_ptid if the inferior is still alive.
758
759 2012-10-24 Joel Brobecker <brobecker@adacore.com>
760
761 * ada-lang.c (is_known_support_routine): Use lbasename when
762 matching the symtab's filename against
763 known_runtime_file_name_patterns.
764
765 2012-10-24 Joel Brobecker <brobecker@adacore.com>
766
767 * ada-lang.c (ada_same_array_size_p): New function.
768 (ada_promote_array_of_integrals): New function.
769 (coerce_for_assign): Add handling of arrays where the elements
770 are integrals of a smaller size than the size of the target
771 array element type.
772
773 2012-10-24 Joel Brobecker <brobecker@adacore.com>
774
775 * doublest.c (convert_doublest_to_floatformat): Fix comparison
776 against maximum exponent value.
777
778 2012-10-24 Joel Brobecker <brobecker@adacore.com>
779
780 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
781 "unwind-seh.c".
782
783 2012-10-24 Joel Brobecker <brobecker@adacore.com>
784
785 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
786 strip typedef layer when computing the fixed type's field type,
787 only when computing its size.
788
789 2012-10-24 Mark Kettenis <kettenis@gnu.org>
790
791 PR gdb/12783
792 * i386-tdep.c (i386_return_value): Handle complex double and long
793 double.
794
795 2012-10-24 Joel Brobecker <brobecker@adacore.com>
796
797 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
798 New local variable args_len.
799 Quote the name of the executable when computing the command line.
800
801 2012-10-23 Mark Kettenis <kettenis@gnu.org>
802
803 PR gdb/12796
804 PR gdb/12798
805 PR gdb/12800
806 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
807 AMD64_FTAG_REGNUM.
808 * amd64-tdep.c (amd64_classify): Classify complex types.
809 (amd64_return_value): Handle the COMPLEX_X87 class.
810
811 2012-10-23 Joel Brobecker <brobecker@adacore.com>
812
813 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
814 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
815
816 2012-10-23 Joel Brobecker <brobecker@adacore.com>
817
818 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
819 function.
820 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
821 to amd64_windows_auto_wide_charset.
822
823 2012-10-23 Yao Qi <yao@codesourcery.com>
824
825 * event-top.c (mark_async_signal_handler_wrapper): Remove.
826 * event-top.h: Remove its declaration.
827 (async_request_quit): Call mark_async_signal_handler instead of
828 mark_async_signal_handler_wrapper.
829 (async_do_nothing, async_disconnect): Likewise.
830 (async_stop_sig): Likewise.
831 * remote.c (handle_remote_sigint): Likewise.
832 (handle_remote_sigint_twice): Likewise.
833
834 2012-10-23 Yao Qi <yao@codesourcery.com>
835
836 * event-top.c (sigint_token, sighup_token): Replace 'void *'
837 with 'static struct async_signal_handler *'.
838 (sighup_token, sigquit_token, sigstp_token): Likewise.
839
840 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
841
842 * gdbarch.sh (function_list): Use 'pstring' when printing
843 a variable which could return NULL.
844 * gdbarch.c: Regenerate.
845
846 2012-10-10 Joel Brobecker <brobecker@adacore.com>
847 Tom Tromey <tromey@redhat.com>
848
849 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
850 inneffective if condition by gdb assertion. Add function
851 description comment.
852
853 2012-10-19 Joel Brobecker <brobecker@adacore.com>
854
855 * parser-defs.h (struct exp_descriptor): Document constraint
856 on return value for "op_name" callbacks.
857
858 2012-10-18 Tom Tromey <tromey@redhat.com>
859
860 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
861 * symtab.c (iterate_over_some_symtabs): Constify.
862 * source.h (symtab_to_fullname): Return 'const char *'.
863 * source.c (symtab_to_fullname): Return 'const char *'.
864 * python/py-symtab.c (stpy_fullname): Constify.
865 * cli/cli-cmds.c (edit_command): Constify.
866 * breakpoint.c (print_breakpoint_location)
867 (update_static_tracepoint): Constify.
868
869 2012-10-18 Tom Tromey <tromey@redhat.com>
870
871 * breakpoint.c (compare_breakpoints): Fix comparison.
872
873 2012-10-18 Tom Tromey <tromey@redhat.com>
874
875 * valprint.c (generic_emit_char, generic_printstr): Pass size of
876 gdb_wchar_t to convert_between_encodings.
877
878 2012-10-17 Yao Qi <yao@codesourcery.com>
879
880 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
881 more parameter 'inferior'.
882 * corefile.c (write_memory_with_notification): Caller update.
883
884 * mi/mi-cmd-var.c: Include "mi-main.h".
885 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
886 to 1 and restore it later.
887 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
888 and "data-write-memory-bytes.
889 * mi/mi-interp.c: Include objfiles.h.
890 (mi_interpreter_init): Call observer_attach_memory_changed.
891 (mi_memory_changed): New.
892 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
893 New field.
894
895 * NEWS: Mention new MI notification "memory-changed".
896
897 2012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
898
899 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
900
901 2012-10-15 Doug Evans <dje@google.com>
902
903 New option -nh: inhibit loading of ~/.gdbinit.
904 * NEWS: Mention -nh.
905 * main.c (captured_main): Recognize and process -nh.
906 (print_gdb_help): Mention -nh.
907 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
908
909 2012-10-15 H.J. Lu <hongjiu.lu@intel.com>
910
911 PR backtrace/14646
912 PR gdb/14647
913 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
914 pc_regnum_from_eax.
915 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
916 nor pc_regnum_from_eax.
917 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
918 nor pc_regnum_from_eax.
919
920 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
921
922 Fix entry values resolving in inlined frames.
923 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
924 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
925 entries of FRAME.
926
927 2012-10-15 Joel Brobecker <brobecker@adacore.com>
928
929 * configure.ac: Build with -DMS_WIN64 if building with Python
930 enabled using GCC on amd64-windows.
931 * configure: Regenerate.
932
933 2012-10-15 Tom Tromey <tromey@redhat.com>
934
935 PR python/14635:
936 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
937 to Py_None.
938
939 2012-10-15 Tom Tromey <tromey@redhat.com>
940
941 PR python/14634:
942 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
943
944 2012-10-11 Andrew Burgess <aburgess@broadcom.com>
945
946 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
947 reset thread numbering back to 1.
948
949 2012-10-11 Doug Evans <dje@google.com>
950
951 PR breakpoints/14643.
952 * linespec.c (struct ls_parser): New member keyword_ok.
953 (linespec_lexer_lex_string): Add comment.
954 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
955 for one.
956 (parse_linespec): Set keyword_ok.
957
958 2012-10-10 Doug Evans <dje@google.com>
959
960 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
961 "0x" prefix on address in log message.
962
963 * dwarf2read.c (read_1_byte): Add const to buf parameter.
964 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
965 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
966 (lookup_dwo_file): Add const to dwo_name parameter.
967 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
968
969 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
970
971 Fix crash during stepping on ppc32.
972 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
973 SYM.
974
975 2012-10-03 Doug Evans <dje@google.com>
976
977 PR symtab/14601
978 * buildsym.c (buildsym_init): Reset using_directives to NULL.
979
980 2012-10-02 Andrew Burgess <aburgess@broadcom.com>
981
982 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
983 output and use uint32_t not long to ensure 4 byte size.
984
985 2012-10-02 Joel Brobecker <brobecker@adacore.com>
986
987 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
988 unref'ed it.
989
990 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
991
992 * target.c (simple_search_memory): Include access length in
993 warning message.
994
995 2012-09-28 Nathan Miller <nathanm2@us.ibm.com>
996 Edjunior Machado <emachado@linux.vnet.ibm.com>
997
998 PR gdb/13989
999 * solib.c (solib_find): Prevent GDB from loading native libraries when
1000 debugging a cross-target corefile.
1001
1002 2012-09-28 selven <pcthegreat@gmail.com>
1003
1004 Make definition match declaration.
1005
1006 * regcache.c (regcache_register_status): Change return type to
1007 enum register_status.
1008
1009 2012-09-28 Yao Qi <yao@codesourcery.com>
1010
1011 * mi/mi-main.c (mi_cmd_data_write_memory): Call
1012 write_memory_with_notification instead of write_memory.
1013 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1014 instead of target_write_memory.
1015
1016 2012-09-28 Yao Qi <yao@codesourcery.com>
1017
1018 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1019 when the length of content is not an even number.
1020
1021 2012-09-27 Tom Tromey <tromey@redhat.com>
1022
1023 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1024 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1025
1026 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1027
1028 * sol-thread.c (sol_thread_fetch_registers)
1029 (sol_thread_store_registers): Delete commented out code.
1030
1031 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1032
1033 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1034 Move these functions to sparc-sol-thread.c.
1035 * sparc-sol-thread.c: New file.
1036 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1037 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1038 configurations.
1039 * configure: Regenerate.
1040
1041 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1042
1043 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1044 Remove commented-out code.
1045
1046 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1047
1048 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1049 Enable this code for sparc hosts only.
1050
1051 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1052
1053 * procfs.h (procfs_find_LDT_entry): Add declaration.
1054 * sol-thread.c (ps_lgetLDT): Delete local declaration of
1055 function procfs_find_LDT_entry.
1056
1057 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1058
1059 * procfs.c (proc_get_LDT_entry): Make static.
1060
1061 2012-09-27 Joel Brobecker <brobecker@adacore.com>
1062
1063 * procfs.c (proc_find_memory_regions): Fix declaration.
1064
1065 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1066
1067 * amd64-tdep.c (amd64_return_value): Revert previous change
1068 that used TYPE_LENGTH directly.
1069 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1070 (bfin_store_return_value): Likewise.
1071 * cris-tdep.c (cris_store_return_value): Likewise.
1072 (cris_extract_return_value): Likewise.
1073 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1074 * hppa-tdep.c (hppa64_return_value): Likewise.
1075 * lm32-tdep.c (lm32_store_return_value): Likewise.
1076 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1077 * spu-tdep.c (spu_value_from_register): Likewise.
1078 * vax-tdep.c (vax_return_value): Likewise.
1079
1080 2012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1081
1082 * gdbtypes.c (lookup_array_range_type): Expand parameters
1083 LOW_BOUND and HIGH_BOUND to LONGEST.
1084 (lookup_string_range_type): Likewise.
1085 * gdbtypes.h (lookup_array_range_type): Likewise.
1086 (lookup_string_range_type): Likewise.
1087 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1088 Expand HIGHBOUND to ssize_t.
1089 (value_string): Likewise.
1090 * value.h (value_cstring): Expand parameter LEN to ssize_t.
1091 (value_string): Likewise.
1092
1093 2012-09-27 Yao Qi <yao@codesourcery.com>
1094
1095 PR breakpoints/13898
1096 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1097 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1098 per breakpoint type.
1099
1100 2012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1101
1102 * procfs.c: Add gdb_bfd header.
1103 * rs6000-nat.c: Likewise.
1104 * solib-pa64.c: Likewise.
1105 * spu-linux-nat.c: Likewise.
1106 * windows-nat.c: Likewise.
1107
1108 2012-09-26 Tom Tromey <tromey@redhat.com>
1109
1110 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1111
1112 2012-09-26 Tom Tromey <tromey@redhat.com>
1113
1114 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1115 (read_common_block): Handle child DIEs with
1116 DW_AT_data_member_location.
1117 (new_symbol_full): Add special case for common blocks.
1118
1119 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1120 Tom Tromey <tromey@redhat.com>
1121
1122 * dwarf2read.c (read_common_block): Rewrite.
1123 (new_symbol_full): Handle DW_TAG_common_block.
1124 * f-lang.c (head_common_list, find_common_for_function):
1125 Remove.
1126 * f-lang.h (struct common_entry, struct saved_f77_common,
1127 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1128 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1129 BLANK_COMMON_NAME_LOCAL): Remove.
1130 (struct common_block): New.
1131 * f-valprint.c (list_all_visible_commons): Remove.
1132 (info_common_command_for_block): New function.
1133 (info_common_command): Use it.
1134 * stack.c (iterate_over_block_locals): Special case for
1135 COMMON_BLOCK_DOMAIN.
1136 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1137 constant.
1138 (struct general_symbol_info) <value.common_block>: New field.
1139 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1140
1141 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1142 Tom Tromey <tromey@redhat.com>
1143
1144 * f-lang.c (allocate_saved_bf_node,
1145 allocate_saved_function_node, allocate_saved_f77_common_node,
1146 allocate_common_entry_node, tail_common_list, current_common,
1147 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1148 tmp_bf_ptr, add_common_block, add_common_entry,
1149 find_first_common_named, patch_common_entries,
1150 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1151 global_remote_debug, get_bf_for_fcn, saved_function_list,
1152 saved_function_list_end, clear_function_list, struct saved_fcn,
1153 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1154 SAVED_BF, SAVED_BF_PTR): Remove.
1155 * f-lang.h (tail_common_list, current_common,
1156 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1157 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1158 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1159 real_main_c_value): Remove.
1160 * f-valprint.c (there_is_a_visible_common_named): Remove.
1161
1162 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
1163
1164 * breakpoint.c (update_global_location_list): Ignore previous
1165 duplicate status of a breakpoint when starting a new scan for
1166 duplicate breakpoints.
1167
1168 2012-09-26 Karthik Bhat <kv.bhat@samsung.com>
1169 PR breakpoints/14419
1170 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1171 support LLVM compiler.
1172
1173 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1174
1175 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1176 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1177 (bfin_store_return_value): Likewise.
1178 * cris-tdep.c (cris_store_return_value): Likewise.
1179 (cris_extract_return_value): Likewise.
1180 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1181 * hppa-tdep.c (hppa64_return_value): Likewise.
1182 * lm32-tdep.c (lm32_store_return_value): Likewise.
1183 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1184 * spu-tdep.c (spu_value_from_register): Likewise.
1185 * vax-tdep.c (vax_return_value): Likewise.
1186
1187 2012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1188
1189 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1190 parameter LEN to ssize_t.
1191
1192 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1193
1194 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1195 variable LEN.
1196 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1197 directly.
1198 (alpha_store_return_value): Likewise.
1199 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1200 (amd64_push_arguments): Likewise.
1201 * ax-gdb.c (gen_trace_static_fields): Likewise.
1202 (gen_traced_pop): Likewise.
1203 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1204 * breakpoint.c (update_watchpoint): Likewise.
1205 * findcmd.c (parse_find_args): Use local variable for type
1206 instead of length.
1207 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1208 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1209 (h8300_store_return_value): Likewise.
1210 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1211 Use i386_darwin_arg_type_alignment directly.
1212 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1213 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1214 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1215 (m68hc11_extract_return_value): Likewise.
1216 * mep-tdep.c (mep_push_dummy_call): Likewise.
1217 * printcmd.c (float_type_from_length): Likewise.
1218 * s390-tdep.c (s390_value_from_register): Likewise.
1219 * stack.c (read_frame_arg): Likewise.
1220 * tracepoint.c (encode_actions_1): Likewise.
1221 * valops.c (value_fetch_lazy): Use local variable for type
1222 instead of length. Use TYPE_LENGTH directly.
1223 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1224
1225 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1226
1227 * symtab.c (skip_prologue_sal): Fix typo in comment.
1228
1229 2012-09-25 Joel Brobecker <brobecker@adacore.com>
1230
1231 * linespec.c (create_sals_line_offset): Fix typo in comment.
1232
1233 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1234
1235 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1236 use plongest to print the array size.
1237
1238 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1239
1240 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1241 * p-valprint.c (pascal_type_print_base): Likewise.
1242
1243 2012-09-22 Yao Qi <yao@codesourcery.com>
1244
1245 * remote.c (remote_get_trace_status): Remove setting default
1246 values of fields of 'ts'.
1247
1248 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 Fix internal error on canonicalization of clang types.
1251 * cp-name-parser.y (operator): New comment at make_operator call for
1252 new, delete, new[] and delete[].
1253 (exp): Use "sizeof ". Add new comment at make_operator call.
1254
1255 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1256
1257 Fix disassemble without parameters in tailcall frame.
1258 * cli/cli-cmds.c (disassemble_current_function): Use
1259 get_frame_address_in_block.
1260
1261 2012-09-21 Tom Tromey <tromey@redhat.com>
1262
1263 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1264 TYPE_CODE_UNION>: Unify, removing a goto.
1265
1266 2012-09-21 Tom Tromey <tromey@redhat.com>
1267
1268 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1269
1270 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
1271
1272 * findvar.c (read_frame_register_value): Mark the result value as
1273 optimized out if any of the input registers have been optimized out.
1274
1275 2012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1276
1277 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1278
1279 2012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1280
1281 * eval.c (evaluate_subexp_standard): Eliminate single-use
1282 variable LOWER.
1283
1284 2012-09-21 Yao Qi <yao@codesourcery.com>
1285
1286 * mi/mi-interp.c: Declare mi_record_changed.
1287 (mi_interpreter_init): Call observer_attach_record_changed.
1288 (mi_record_changed): New.
1289 * record.c (record_open): Call observer_notify_record_changed.
1290 (cmd_record_stop): Call observer_notify_record_changed.
1291 * NEWS: Mention it.
1292
1293 2012-09-20 Tom Tromey <tromey@redhat.com>
1294
1295 * NEWS: Update.
1296 * python/python.c (finalize_python): New function.
1297 (_initialize_python): Make a final cleanup.
1298
1299 2012-09-19 Doug Evans <dje@google.com>
1300
1301 * buildsym.h (param_symbols): Delete, unused.
1302 (context_stack): Delete member "params", unused.
1303 * buildsym.c (push_context): Update.
1304 * dwarf2read.c (read_func_scope): Update.
1305
1306 2012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1307
1308 * sh-tdep.c (sh_register_convert_to_virtual)
1309 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1310 all callers. Just do a memcpy if not the little-endian case.
1311
1312 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1313 set_gdbarch_double_format and set_gdbarch_long_double_format.
1314 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1315 set_gdbarch_double_format.
1316 * sh-tdep.c (sh_gdbarch_init): Likewise.
1317
1318 * NEWS: Document the removal of SH's 'regs' command.
1319 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1320 command.
1321
1322 2012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1323
1324 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1325 `jump'.
1326
1327 2012-09-18 Joel Brobecker <brobecker@adacore.com>
1328
1329 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1330 language when iterating over symbols.
1331
1332 2012-09-18 Yao Qi <yao@codesourcery.com>
1333
1334 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1335 (mi_interpreter_init): Call observer_attach_tsv_created and
1336 observer_attach_tsv_deleted.
1337 (mi_tsv_created, mi_tsv_deleted): New.
1338 * tracepoint.c (delete_trace_state_variable): Call
1339 observer_notify_tsv_deleted.
1340 (trace_variable_command): Call observer_notify_tsv_created.
1341 (delete_trace_variable_command): Call
1342 observer_notify_tsv_deleted.
1343 (create_tsv_from_upload): Call observer_notify_tsv_created.
1344 * NEWS: Mention it.
1345
1346 2012-09-18 Yao Qi <yao@codesourcery.com>
1347
1348 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1349 if traceframe changed.
1350 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1351 "trace-find".
1352 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1353 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1354 'traceframe_changed'.
1355 (mi_traceframe_changed): New.
1356 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1357 New field.
1358 * NEWS: Mention the new MI notification.
1359
1360 2012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1361
1362 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1363
1364 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1365
1366 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1367 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1368 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1369 Extend code also for PaX support. Convert all gdb_assert to warning
1370 calls.
1371
1372 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1373
1374 Implement auto-load user conveniences suggested by Doug Evans.
1375 * auto-load.c: Include top.h.
1376 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1377 (_initialize_auto_load): New variable scripts_directory_help. Mention
1378 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1379 scripts-directory. Document in online help one can use also files for
1380 set auto-load safe-path.
1381 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1382 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1383
1384 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1385
1386 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1387 of LEN.
1388
1389 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1390
1391 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1392 ELTLEN and use TYPE_LENGTH directly.
1393 (m2_val_print): Likewise.
1394 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1395 variable LEN and use TYPE_LENGTH directly.
1396 (m68k_svr4_store_return_value): Likewise.
1397 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1398 ARGLEN and use TYPE_LENGTH directly.
1399 (mips_o64_push_dummy_call): Likewise.
1400 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1401 variable LENGTH and use TYPE_LENGTH directly.
1402 (s390_function_arg_float): Likewise.
1403 (s390_function_arg_integer): Likewise.
1404 (s390_push_dummy_call): Likewise.
1405 (s390_return_value_convention): Likewise.
1406 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1407 TYPE_LENGTH directly.
1408
1409 2012-09-17 Yao Qi <yao@codesourcery.com>
1410
1411 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1412 Update comment to add_setshow_integer_cmd.
1413 * cli/cli-setshow.c (do_set_command): Handle case
1414 'var_zuinteger_unlimited'.
1415 (do_show_command): Likewise.
1416 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1417 for command 'remotetimeout'.
1418 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1419 to var_integer.
1420 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1421 for command 'set listsize'.
1422
1423 2012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1424
1425 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1426 variable LEN.
1427
1428 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 PR 14119
1431 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1432 (frame_pop): Drop also TAILCALL_FRAME frames.
1433 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1434
1435 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1436 Pedro Alves <palves@redhat.com>
1437
1438 PR 14548
1439 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1440 function start if we are already at function start. Both for
1441 reverse-next and for reverse-step into function without line number
1442 info.
1443
1444 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1445
1446 Code cleanup - rename 'inline' depth to 'artificial' depth.
1447 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1448 frame_id_artificial_p, extend the comment.
1449 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1450 * frame.c (fprint_frame_id): Rename at a user, change debug output
1451 text to "artificial=".
1452 (skip_inlined_frames): Rename to ...
1453 (skip_artificial_frames): ... here. Extend the comment.
1454 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1455 (frame_id_inlined_p): Rename to ...
1456 (frame_id_artificial_p): ... here. Rename at a user.
1457 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1458 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1459 at a user.
1460 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1461 Extend the comment.
1462 (frame_id_inlined_p): Rename to ...
1463 (frame_id_artificial_p): ... here.
1464 * inline-frame.c (inline_frame_this_id): Rename at a user.
1465
1466 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
1467
1468 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1469 vector variables using vector_size syntax rather than array
1470 syntax.
1471
1472 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1473
1474 * valarith.c (value_concat): Replace unsafe ALLOCA with
1475 XMALLOC/XFREE.
1476
1477 2012-09-14 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1480
1481 2012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1482
1483 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1484 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1485 data-directory as appropriate.
1486
1487 2012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1488
1489 * printcmd.c (ui_printf): Eliminate single-use variable
1490 PARAM_LEN.
1491
1492 2012-09-14 Yao Qi <yao@codesourcery.com>
1493 Pedro Alves <palves@redhat.com>
1494
1495 * valops.c (value_assign): Move observer_notify_target_changed
1496 below to replace reinit_frame_cache.
1497
1498 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1499
1500 Refactor Python "gdb" module into a proper Python package, by
1501 introducing a new "_gdb" module for code implemented in C, and
1502 using reload/__import__ instead of exec.
1503 * python/lib/gdb/__init__.py: Import * from _gdb.
1504 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1505 prompt_hook, sys.argv): Moved from finish_python_initialization.
1506 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1507 (packages, auto_load_packages): New list and function replacing
1508 module_dict and auto-loading code, using __file__ instead of
1509 gdb.PYTHONDIR and reload/__import__ instead of exec.
1510 (GdbSetPythonDirectory): Replacing function of the same name
1511 from finish_python_initialization, using reload/__import__ instead
1512 of exec, as well as call auto_load_packages.
1513 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1514 gdb_python_module and not gdb_module.
1515 * python/python-internal.h (gdb_python_module): Declare.
1516 * python/python.c (gdb_python_module): New global.
1517 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1518 (_initialize_python): Rename gdb module to _gdb.
1519 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1520 (finish_python_initialization): Move Python code to
1521 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1522 __main__.
1523
1524 2012-09-13 Pedro Alves <palves@redhat.com>
1525
1526 * Makefile.in (COMMON_OBS): Add registry.o.
1527 * registry.c: New file.
1528 * registry.h (struct registry_container): Declare.
1529 (registry_data_callback): New typedef.
1530 (struct registry_data, struct registry_data_registration, struct
1531 registry_data_registry): New type.
1532 (register_data_with_cleanup, registry_alloc_data)
1533 (registry_callback_adaptor, registry_clear_data)
1534 (registry_container_free_data, registry_set_data, registry_data):
1535 Declare.
1536 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1537 the new common structures and functions.
1538 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1539 callback typedefs.
1540
1541 2012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1542
1543 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1544 there is an error inserting hardware breakpoints and use the
1545 error message from the target.
1546
1547 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1548 Catch this exception and print the error message contained within. Do not
1549 print the default hardware error breakpoint message in this case.
1550
1551 2012-09-12 Doug Evans <dje@google.com>
1552
1553 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1554 cu == NULL.
1555
1556 2012-09-11 Doug Evans <dje@google.com>
1557
1558 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1559 .gdb_index symbol attributes if there are none.
1560
1561 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1562
1563 * symtab.h (struct minimal_symbol) [has_size]: New field.
1564 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1565 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1566 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1567 minimal symbols if the symbol's size is actually known.
1568 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1569 of msymbol's size field. Add comment.
1570 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1571 SET_MSYMBOL_SIZE to set the minimal symbol size.
1572
1573 2012-09-11 Joel Brobecker <brobecker@adacore.com>
1574
1575 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1576 minimal_symbol struct object, rather than setting some of its
1577 fields one by one.
1578
1579 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
1580
1581 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1582 passed_a_ptr flag when displaying typedef types.
1583
1584 2012-09-10 Joel Brobecker <brobecker@adacore.com>
1585
1586 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1587 the optimized_out flag is preserved.
1588
1589 2012-09-10 Anthony Green <green@moxielogic.com>
1590
1591 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1592 prologue changes in GCC.
1593
1594 2012-09-10 Keith Seitz <keiths@redhat.com>
1595
1596 PR gdb/13483
1597 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1598 (BOOL_CONVERSION_BADNESS): ... this.
1599 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1600 (rank_one_type): Allow all boolean conversions
1601 permitted by the standard.
1602
1603 2012-09-06 Tom Tromey <tromey@redhat.com>
1604
1605 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1606 Don't decref py_objfile.
1607
1608 2012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1609
1610 Do not enable -lmcheck by default when Python is enabled with
1611 threading support.
1612 * configure.ac: (python_has_threads) New variable, by testing
1613 if WITH_THREAD is defined in Python.h.
1614 Move --enable-lmcheck after --with-python.
1615 Do not enable -lmcheck by default if python_has_threads=yes.
1616 Warn if --enable-lmcheck and python_has_threads=yes.
1617 * configure: Regenerate.
1618
1619 2012-08-31 Yao Qi <yao@codesourcery.com>
1620
1621 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1622 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1623 Update some commands.
1624 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1625 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1626 to 1.
1627
1628 2012-08-31 Yao Qi <yao@codesourcery.com>
1629
1630 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1631
1632 2012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1633
1634 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1635
1636 2012-08-29 Doug Evans <dje@google.com>
1637
1638 * main.c (print_gdb_help): Remove reference to
1639 --use-deprecated-index-sections.
1640
1641 2012-08-28 Yao Qi <yao@codesourcery.com>
1642
1643 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1644 (init_cmds): Call add_setshow_uinteger_cmd for command
1645 'max-user-call-depth'.
1646 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1647 declaration of 'max_user_call_depth'.
1648 * frame.c (backtrace_limit): Add 'unsigned'.
1649 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1650 'limit'.
1651 * remote.c (remoteaddresssize): Add 'unsigned'.
1652 (remote_address_masked): Change local var 'address_size' to
1653 'unsigned'.
1654 (_initialize_remote): Call add_setshow_uinteger_cmd for
1655 'remoteaddresssize'.
1656 * top.c (history_size): Add 'unsigned'.
1657 (show_commands): Change local variables to 'unsigned'.
1658 (set_history_size_command): Don't check history_size is negative.
1659 Adjust the condition to call unstifle_history and set history_size
1660 to UNIT_MAX.
1661
1662 2012-08-28 Pedro Alves <palves@redhat.com>
1663
1664 PR gdb/14428
1665
1666 * infcmd.c (default_print_one_register_info): New, factored out
1667 from default_print_registers_info.
1668 (default_print_registers_info): Use it. Mark value unavailable if
1669 necessary.
1670 (registers_info): Print user registers with
1671 default_print_one_register_info.
1672
1673 2010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1674
1675 PR tui/14486
1676 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1677 is not NULL before referencing it.
1678
1679 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1680
1681 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1682 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1683 original PC for it.
1684
1685 2012-08-27 Eli Zaretskii <eliz@gnu.org>
1686 Jan Kratochvil <jan.kratochvil@redhat.com>
1687
1688 * auto-load.c (auto_load_objfile_script): Rename to ...
1689 (auto_load_objfile_script_1): ... here, change variable realname to
1690 parameter realname, document it, add return value, add variable retval.
1691 (auto_load_objfile_script): New function.
1692
1693 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1696 followed by a whitespace.
1697
1698 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1699
1700 PR gdb/14494.
1701 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1702 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1703 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1704 here.
1705
1706 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
1707
1708 * memattr.c (create_mem_region): Fix memory region overlapping
1709 checking.
1710
1711 2012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1712
1713 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1714 with xmalloc/cleanup.
1715 * mt-tdep.c (mt_push_dummy_call): Likewise.
1716 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1717 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1718
1719 2012-08-24 Yao Qi <yao@codesourcery.com>
1720
1721 * jv-exp.y (push_expression_name): Add "." at the end of error
1722 message.
1723
1724 2012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1725
1726 Document how to return from "python-interactive" to GDB.
1727 * python/python.c (_initialize_python): Update documentation.
1728
1729 2012-08-23 Pedro Alves <palves@redhat.com>
1730
1731 * infrun.c (_initialize_infrun) <handle command help text>:
1732 Mention that multiple signals are supported.
1733
1734 2012-08-23 Pedro Alves <palves@redhat.com>
1735
1736 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1737 string.
1738
1739 2012-08-23 Yao Qi <yao@codesourcery.com>
1740
1741 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1742 (tfind_1): Don't call registers_changed, set_traceframe_num,
1743 and clear_traceframe_info.
1744 Call set_current_traceframe.
1745 (set_current_traceframe): call set_traceframe_num.
1746
1747 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1748
1749 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1750 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1751
1752 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1753
1754 Enable readline in Python in a GDB-specific way and block the
1755 standard Python readline module to prevent conflicts with GDB.
1756 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1757 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1758 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1759 * python/py-gdb-readline.c: New file.
1760 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1761 prototype.
1762 * python/python.c (_initialize_python): Call
1763 gdbpy_initialize_gdb_readline.
1764
1765 2012-08-22 Keith Seitz <keiths@redhat.com>
1766
1767 * defs.h: Include build-gnulib/config.h
1768
1769 2012-08-22 Joseph Myers <joseph@codesourcery.com>
1770
1771 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1772 and blx pc.
1773
1774 2012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1775
1776 Add a new "python-interactive" command that starts a standard
1777 Python interactive prompt with "pi" as alias, and add "py" as
1778 an alias to "python".
1779 * NEWS: Mention the new commands.
1780 * python/python.c (eval_python_command): New function.
1781 (python_interactive_command): For "python-interactive" with
1782 arguments, call eval_python_command. For "python-interactive"
1783 without arguments, call PyRun_InteractiveLoop.
1784 (_initialize_python): Add "python-interactive" command with
1785 "pi" as alias, and add "py" as an alias to "python".
1786
1787 2012-08-22 Tom Tromey <tromey@redhat.com>
1788
1789 * defs.h (quit_flag): Don't declare.
1790 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1791 (QUIT): Use new functions.
1792 * event-top.c (command_handler): Use clear_quit_flag.
1793 (handle_sigint): Use set_quit_flag.
1794 (async_request_quit): Use check_quit_flag. Don't check
1795 immediate_quit.
1796 * exceptions.c (throw_exception): Use clear_quit_flag.
1797 * main.c (captured_main): Use clear_quit_flag.
1798 * python/python.c (clear_quit_flag, set_quit_flag)
1799 (check_quit_flag): New functions.
1800 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1801 clear_quit_flag.
1802 * remote.c (remote_wait_as): Use check_quit_flag,
1803 clear_quit_flag.
1804 (remote_start_remote): Call QUIT.
1805 * symfile.c (load_progress): Use check_quit_flag.
1806 * top.c (command_loop): Use clear_quit_flag.
1807 (command_line_input): Call QUIT.
1808 * utils.c (quit_flag): Conditionally define.
1809 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1810 functions.
1811 (prompt_for_continue): Call QUIT. Use quit, not
1812 async_request_quit.
1813 * remote-mips.c (mips_expect_timeout): Call QUIT.
1814 * monitor.c (monitor_expect): Call QUIT.
1815
1816 2012-08-22 Tom Tromey <tromey@redhat.com>
1817
1818 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1819 (async_init_signals): Update.
1820 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1821 (SIGWINCH_HANDLER_BODY): Remove.
1822
1823 2012-08-22 Tom Tromey <tromey@redhat.com>
1824
1825 * jit.c (jit_object_close_impl): Don't malloc the objfile
1826 name.
1827 * objfiles.c (allocate_objfile): Don't malloc the objfile
1828 name.
1829 (free_objfile): Don't free the objfile name.
1830 * objfiles.h (struct objfile) <name>: Update comment.
1831 * symfile.c (reread_symbols): Fix reference counting. Don't
1832 malloc objfile name.
1833
1834 2012-08-22 Tom Tromey <tromey@redhat.com>
1835
1836 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1837 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1838 (symfile_bfd_open): Likewise.
1839 (generic_load): Likewise.
1840 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1841 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1842 gdb_bfd_open.
1843 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1844 Use gdb_bfd_open.
1845 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1846 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1847 (pmon_load_fast): Likewise.
1848 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1849 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1850 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1851 (macho_check_dsym): Likewise.
1852 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1853 (m32r_upload_command): Likewise.
1854 * gdb_bfd.h (gdb_bfd_cache): Declare.
1855 * gdb_bfd.c (struct gdb_bfd_data): New.
1856 (gdb_bfd_cache): New global.
1857 (struct gdb_bfd_cache_search): New.
1858 (hash_bfd): New function.
1859 (eq_bfd): Likewise.
1860 (gdb_bfd_open): Likewise.
1861 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1862 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1863 gdb_bfd_data.
1864 * exec.c (exec_file_attach): Use gdb_bfd_open.
1865 * dsrec.c (load_srec): Use gdb_bfd_open.
1866
1867 2012-08-22 Tom Tromey <tromey@redhat.com>
1868
1869 * dwarf2read.c (macro_start_file): Update.
1870 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1871 (free_objfile_per_bfd_storage): Destroy macro_cache.
1872 (allocate_objfile, free_objfile): Update.
1873 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1874 New field.
1875 (struct objfile) <macro_cache>: Remove.
1876 * symfile.c (reread_symbols): Update.
1877 * symmisc.c (print_symbol_bcache_statistics): Update.
1878 (print_objfile_statistics): Update.
1879
1880 2012-08-22 Tom Tromey <tromey@redhat.com>
1881
1882 * elfread.c (elf_symtab_read): Update.
1883 * objfiles.c (objfiles_bfd_data): New global.
1884 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1885 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1886 (allocate_objfile, free_objfile): Update.
1887 (_initialize_objfiles): Initialize objfiles_bfd_data.
1888 * objfiles.h (struct objfile_per_bfd_storage): New.
1889 (struct objfile) <per_bfd>: New field.
1890 <filename_cache>: Remove.
1891 (set_objfile_per_bfd): Declare.
1892 * symfile.c (reread_symbols): Update. Call
1893 set_objfile_per_bfd.
1894 (allocate_symtab): Update.
1895 * symmisc.c (print_symbol_bcache_statistics): Update.
1896 (print_objfile_statistics): Print the size of the BFD obstack.
1897
1898 2012-08-22 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1901 * gdb_bfd.c: Use DEFINE_REGISTRY.
1902 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1903 (gdb_bfd_ref): Call bfd_alloc_data.
1904 (gdb_bfd_unref): Call bfd_free_data.
1905
1906 2012-08-22 Tom Tromey <tromey@redhat.com>
1907
1908 * registry.h (struct registry_fields): New.
1909 (REGISTRY_FIELDS): Redefine.
1910 (REGISTRY_ACCESS_FIELD): New macro.
1911 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1912 functions.
1913
1914 2012-08-22 Tom Tromey <tromey@redhat.com>
1915
1916 * auto-load.c (_initialize_auto_load): Update.
1917 * solib-svr4.c (_initialize_svr4_solib): Update
1918 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1919 * solib-darwin.c (_initialize_darwin_solib): Update.
1920 * registry.h: New file.
1921 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1922 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1923 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1924 (register_program_space_data_with_cleanup)
1925 (register_program_space_data, program_space_alloc_data)
1926 (clear_program_space_data, set_program_space_data)
1927 (program_space_data): Don't declare.
1928 * progspace.c: Use DEFINE_REGISTRY.
1929 (struct program_space_data, struct
1930 program_space_data_registration, struct
1931 program_space_data_registry, program_space_data_registry)
1932 (register_program_space_data_with_cleanup)
1933 (register_program_space_data, program_space_alloc_data)
1934 (program_space_free_data, clear_program_space_data)
1935 (set_program_space_data, program_space_data): Remove.
1936 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1937 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1938 (register_objfile_data_with_cleanup, register_objfile_data)
1939 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1940 declare.
1941 * objfiles.c: Use DEFINE_REGISTRY.
1942 (struct objfile_data, struct objfile_data_registration, struct
1943 objfile_data_registry, objfile_data_registry)
1944 (register_objfile_data_with_cleanup, register_objfile_data)
1945 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1946 (set_objfile_data, objfile_data): Remove.
1947 (_initialize_objfiles): Update.
1948 * jit.c (_initialize_jit): Update.
1949 * inflow.c (_initialize_inflow): Update.
1950 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1951 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1952 (register_inferior_data_with_cleanup, register_inferior_data)
1953 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1954 declare.
1955 * inferior.c: Use DEFINE_REGISTRY.
1956 (struct inferior_data, struct inferior_data_registration, struct
1957 inferior_data_registry, inferior_data_registry)
1958 (register_inferior_data_with_cleanup, register_inferior_data)
1959 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1960 (set_inferior_data, inferior_data): Remove.
1961 * auxv.c (_initialize_auxv): Update.
1962 * ada-lang.c (_initialize_ada_language): Update.
1963 * breakpoint.c (_initialize_breakpoint): Update.
1964 * i386-nat.c (i386_use_watchpoints): Update.
1965
1966 2012-08-22 Tom Tromey <tromey@redhat.com>
1967
1968 * exec.c (exec_close, exec_file_attach): Update.
1969 (add_to_section_table): Initialize 'key' field.
1970 (add_target_sections, remove_target_sections): Add 'key' argument.
1971 * exec.h (add_target_sections, remove_target_sections): Add
1972 'key' argument.
1973 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1974 (reload_shared_libraries_1): Update.
1975 * target.h (struct target_section) <key>: New field.
1976
1977 2012-08-22 Tom Tromey <tromey@redhat.com>
1978
1979 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1980
1981 2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1982
1983 * symfile.c (allocate_symtab): Use host_address_to_string
1984 function instead of cast of pointer to long which is not
1985 compatible with x86_64-w64-mingw32 build.
1986
1987 2012-08-19 Andrew Pinski <apinski@cavium.com>
1988
1989 * mips-tdep.c (is_octeon): New function.
1990 (is_octeon_bbit_op): New function.
1991 (mips32_next_pc): Handle Octeon's bbit instructions.
1992 (mips32_instruction_has_delay_slot): Likewise.
1993
1994 2012-08-19 Andrew Pinski <apinski@cavium.com>
1995
1996 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1997 before the function.
1998
1999 2012-08-19 Andrew Pinski <apinski@cavium.com>
2000
2001 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2002
2003 2012-08-19 Keith Seitz <keiths@redhat.com>
2004
2005 PR c++/14365
2006 * c-typeprint.c (c_type_print_varspec_prefix): Pass
2007 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2008
2009 2012-08-18 Eli Zaretskii <eliz@gnu.org>
2010
2011 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2012 The typo broke "make TAGS".
2013
2014 2012-08-17 Joel Brobecker <brobecker@adacore.com>
2015
2016 GDB 7.5 released.
2017
2018 2012-08-17 Keith Seitz <keiths@redhat.com>
2019
2020 PR c++/13356
2021 * gdbtypes.c (strict_type_checking): New variable.
2022 (show_strict_type_checking): New function.
2023 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2024 if strict type checking is disabled.
2025 (_initialize_gdbtypes): Add "check type" subcommand.
2026 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2027
2028 2012-08-17 Keith Seitz <keiths@redhat.com>
2029
2030 * language.h (type_mode): Remove.
2031 (type_check): Remove.
2032 (struct language_defn): Remove la_type_check.
2033 (STRICT_TYPE): Remove unused macro.
2034 (type_error): Remove.
2035 * language.c (set_type_range_case): Renamed to ...
2036 (set_range_case): ... this. Update all callers.
2037 Remove type_mode/type_check.
2038 (type_mode): Remove.
2039 (type_check): Remove.
2040 (show_type_command): Remove.
2041 (set_type_command): Remove.
2042 (language_info): Remove type checking output.
2043 (type_error): Remove unused function.
2044 (range_error): Update comment.
2045 (unknown_language_defn): Remove la_type_check.
2046 (auto_language_defn): Likewise.
2047 (local_language_defn): Likewise.
2048 (_initialize_language): Remove "check type" subcommand.
2049 * ada-lang.c (ada_language_defn): Remove la_type_check.
2050 * c-lang.c (c_language_defn): Likewise.
2051 (cplus_language_defn): Likewise.
2052 (asm_language_defn): Likewise.
2053 (minimal_language_defn): Likewise.
2054 * d-lang.c (d_language_defn): Likewise.
2055 * f-lang.c (f_language_defn): Likewise.
2056 * go-lang.c (go_language_defn): Likewise.
2057 * jv-lang.c (java_language_defn): Likewise.
2058 * m2-lang.c (m2_language_defn): Likewise.
2059 * objc-lang.c (objc_language_defn): Likewise.
2060 * opencl-lang.c (opencl_language_defn): Likewise.
2061 * p-lang.c (pascal_language_defn): Likewise.
2062
2063 2012-08-16 Mike Frysinger <vapier@gentoo.org>
2064
2065 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2066
2067 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2068
2069 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2070 New function.
2071 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2072 using the regache. Use ia64_hpux_get_register_from_save_state_t
2073 to access the bsp and bspstore registers if not.
2074
2075 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2076
2077 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2078 * breakpoint.c (detach_breakpoints): Change pid parameter into
2079 a ptid. Adjust code accordingly.
2080 * infrun.c (handle_inferior_event): Delete variable child_pid.
2081 Update call to detach_breakpoints to pass the child ptid for
2082 fork events.
2083 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2084 assert that inferior_ptid's lwp is zero.
2085 (linux_handle_extended_wait): Update call to detach_breakpoints.
2086 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2087 detach_breakpoints.
2088
2089 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2090
2091 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2092 parent, only call detach_breakpoints if tts.tts_event ==
2093 TTEVT_VFORK.
2094
2095 2012-08-16 Joel Brobecker <brobecker@adacore.com>
2096
2097 * dwarf2-frame.c (dwarf2_frame_cache): Use
2098 get_frame_address_in_block instead of get_frame_pc as
2099 the bound for executing the frame's FDE.
2100
2101 2012-08-16 Yao Qi <yao@codesourcery.com>
2102
2103 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2104 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2105 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2106 (c_type_print_varspec_suffix): Likewise.
2107 * eval.c (evaluate_subexp_standard): Likewise.
2108 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2109 (f_type_print_varspec_suffix): Likewise.
2110 * gdbtypes.c (is_scalar_type): Likewise.
2111 (recursive_dump_type): Likewise.
2112 * infcall.c (value_arg_coerce): Likewise.
2113 * m2-valprint.c (m2_val_print): Likewise.
2114 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2115 (pascal_type_print_varspec_suffix): Likewise.
2116 (pascal_type_print_base): Likewise.
2117 * p-valprint.c (pascal_val_print): Likewise.
2118 (pascal_val_print): Likewise.
2119 * valops.c (value_slice): Likewise.
2120 * valprint.c (scalar_type_p): Likewise.
2121 * valarith.c (value_bitstring_subscript): Remove.
2122 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2123 Remove comment on TYPE_CODE_BITSTRING.
2124
2125 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2126 TYPE_CODE_BITSTRING.
2127
2128 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2129 slot 0.
2130
2131 2012-08-16 Yao Qi <yao@codesourcery.com>
2132
2133 * tracepoint.c (trace_find_none_command): Remove.
2134 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2135
2136 2012-08-16 Yao Qi <yao@codesourcery.com>
2137
2138 * remote.c (handle_notification): Remove parameter 'length'.
2139 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2140
2141 2012-08-15 Keith Seitz <keiths@redhat.com>
2142
2143 * gdbtypes.c (opaque_type_resolution): Make static.
2144 Add missing comment.
2145 (overload_debug): Add missing comment.
2146 (show_opaque_type_resolution): Likewise.
2147 (show_overload_debug): Likewise.
2148 (print_bit_vector): Remove unnecessary forward declaration.
2149 (print_arg_types): Likewise.
2150 (dump_fn_fieldlists): Likewise.
2151 (print_cplus_stuff): Likewise.
2152
2153 2012-08-15 Tom Tromey <tromey@redhat.com>
2154
2155 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2156 (gdb_bfd_ref): Initialize new field.
2157 (gdb_bfd_unref): Unref the archive BFD.
2158 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2159 parent archive.
2160
2161 2012-08-15 Tom Tromey <tromey@redhat.com>
2162
2163 PR python/14387:
2164 * python/py-bpevent.c (create_breakpoint_event_object): Update
2165 comment.
2166 * python/py-event.c (evpy_add_attribute): Update comment.
2167 * python/py-exitedevent.c (create_exited_event_object): Fix
2168 reference counting and error handling.
2169 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2170 Fix reference counting.
2171 * python/py-signalevent.c (create_signal_event_object): Fix
2172 reference counting and error handling.
2173 * python/py-stopevent.c (emit_stop_event): Fix reference
2174 counting.
2175 * python/py-threadevent.c (get_event_thread): Return a
2176 borrowed reference.
2177 * python/py-type.c (convert_field): Fix reference counting.
2178
2179 2012-08-15 Tom Tromey <tromey@redhat.com>
2180
2181 * dwarf2read.c (dwarf_decode_macro_bytes)
2182 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2183 as hash key.
2184
2185 2012-08-14 Mike Frysinger <vapier@gentoo.org>
2186
2187 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2188 stepi, nexti, finish, next, step, jump, and continue commands.
2189 * infrun.c (_initialize_infrun): Update help text for the handle
2190 command.
2191
2192 2012-08-14 Doug Evans <dje@google.com>
2193
2194 * gdbtypes.c (struct extra): Delete, unused.
2195
2196 * gdbtypes.c: Whitespace cleanup.
2197 (address_space_name_to_int): Remove "extern" from definition.
2198 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2199
2200 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2201 TYPE_POINTER_TYPE (type).
2202
2203 2012-08-14 Gary Benson <gbenson@redhat.com>
2204
2205 * solib-svr4.c (svr4_free_library_list): Use free_so.
2206
2207 2012-08-13 Mike Frysinger <vapier@gentoo.org>
2208
2209 * .gitignore: Add go-exp.c.
2210
2211 2012-08-13 Doug Evans <dje@google.com>
2212
2213 * value.c (show_convenience): Tweak comment.
2214 (_initialize_values): Mention convenience functions in the help text
2215 for "show convenience".
2216
2217 2012-08-13 Yao Qi <yao@codesourcery.com>
2218
2219 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2220 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2221 TERNOP_SLICE_COUNT.
2222 * eval.c (evaluate_subexp_standard): Likewise.
2223 * expprint.c (print_subexp_standard): Likewise.
2224 (dump_subexp_body_standard): Likewise.
2225 * parse.c (operator_length_standard): Likewise.
2226
2227 2012-08-13 Yao Qi <yao@codesourcery.com>
2228
2229 * std-operator.def: Remove OP_BITSTRING.
2230 * breakpoint.c (watchpoint_exp_is_const): Update.
2231 * eval.c (evaluate_subexp_standard): Remove handling to
2232 OP_BITSTRING.
2233 * expprint.c (print_subexp_standard): Likewise.
2234 (dump_subexp_body_standard): Likewise.
2235 * parse.c (operator_length_standard): Likewise.
2236 * valops.c (value_bitstring): Remove.
2237 * value.h: Remove the declaration of 'value_bitstring'.
2238
2239 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2240
2241 * linespec.c (find_methods): Remove unused variables `i1' and
2242 `name_len'.
2243 (decode_line_full): Likewise for `arg_start'.
2244
2245 2012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2246
2247 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2248 (zlib_decompress_section): Likewise for `section_data'.
2249 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2250
2251 2012-08-10 Doug Evans <dje@google.com>
2252
2253 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2254 * NEWS: Document them.
2255 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2256 function/strfns.py.
2257 * python/py-type.c (typy_array_1): New function.
2258 (typy_array): Call it.
2259 (typy_vector): New function.
2260 (type_object_methods): Add "vector".
2261 * python/lib/gdb/function/__init__.py: New file.
2262 * python/lib/gdb/function/strfns.py: New file.
2263
2264 2012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2265
2266 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2267 for TYPE_FIELD_BITPOS.
2268 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2269
2270 2012-08-10 Mike Frysinger <vapier@gentoo.org>
2271
2272 PR cli/10436:
2273 * common/vec.h (VEC_merge): Define.
2274 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2275 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2276 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2277 * completer.c: Include gdb_signals.h.
2278 (signal_completer): Define.
2279 * completer.h (signal_completer): Add prototype.
2280 * infcmd.c (_initialize_infcmd): Assign the command
2281 completer for "signal" to handle_completer.
2282 * infrun.c: Include completer.h.
2283 (handle_completer): Define.
2284 (_initialize_infrun): Declare a new local variable c. Store the
2285 result of add_com("handle") to it. Assign the command
2286 completer for "handle" to handle_completer.
2287
2288 2012-08-09 Yao Qi <yao@codesourcery.com>
2289
2290 * cli/cli-decode.c (set_cmd_prefix): New.
2291 (lookup_cmd_for_prefixlist): New.
2292 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2293 of each cmd_list_element in *prefixlist.
2294 (add_setshow_cmd_full): set_cmd_prefix.
2295 (add_alias_cmd): Likewise.
2296 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2297 Declare 'auto_boolean_enums'.
2298 * cli/cli-setshow.c: Include "observer.h".
2299 (notify_command_param_changed_p): New.
2300 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2301 Remove 'static'.
2302 (do_setshow_command): Split it to ...
2303 (do_set_command, do_show_command): ... them. New.
2304 (do_set_command): Call observer_notify_command_param_changed if
2305 notify_command_param_changed_p returns true.
2306 (cmd_show_list): Caller update.
2307 * auto-load.c (set_auto_load_cmd): Likewise.
2308 * remote.c (show_remote_cmd): Likewise.
2309 * cli/cli-setshow.h: Update declarations.
2310 * top.c (execute_command): Call do_set_command and do_show_command.
2311
2312 * NEWS: Mention new MI notification.
2313 * mi/mi-interp.c: Declare mi_command_param_changed.
2314 (mi_interpreter_init): Attach mi_command_param_changed to
2315 observer command_param_changed.
2316 (mi_command_param_changed): New.
2317 Remove mi_suppress_breakpoint_notifications.
2318 Define global variable mi_suppress_notification.
2319 (mi_breakpoint_created): Update.
2320 (mi_breakpoint_deleted): Likewise.
2321 (mi_breakpoint_modified): Likewise.
2322 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2323 'gdb-set' and set mi_suppress_notification.
2324 * mi/mi-main.h: (mi_suppress_notification): New struct.
2325
2326 2012-08-09 Andreas Tobler <andreast@fgznet.ch>
2327 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2330
2331 2012-08-09 Yao Qi <yao@codesourcery.com>
2332
2333 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2334 (skiplist): Move it to skip.c.
2335 (init_cmd_lists): Remove code setting enablebreaklist and
2336 skiplist to NULL.
2337 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2338 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2339 skiplist.
2340 * gdbcmd.h: Likewise.
2341 * skip.c (_initialize_step_skip): Move 'skiplist' from
2342 cli/cli-cmds.c.
2343
2344 2012-08-09 Yao Qi <yao@codesourcery.com>
2345
2346 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2347 * gnu-nat.c, symfile.c: Likewise.
2348
2349 2012-08-08 Aaron Gamble <agamble@google.com>
2350
2351 * utils.c (prompt_for_continue_wait_time): New static global.
2352 (make_command_stats_cleanup): Initialize it.
2353 (report_command_stats): Subtract time waiting for user.
2354 (prompt_for_continue): Track time waiting for user.
2355 (defaulted_query): Track time waiting for user.
2356
2357 2012-08-08 Doug Evans <dje@google.com>
2358
2359 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2360 UNOP_MEMVAL_TYPE.
2361 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2362 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2363 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2364 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2365 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2366 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2367 elt.
2368 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2369 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2370 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2371 (dump_prefix_expression): Handle OP_TYPE.
2372
2373 2012-08-08 Keith Seitz <keiths@redhat.com>
2374
2375 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2376 addr_start.
2377
2378 2012-08-08 Doug Evans <dje@google.com>
2379
2380 * linux-thread-db.c: #include "gdb_vecs.h".
2381 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2382 updated.
2383 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2384 (thread_db_load_search): Use a vector to iterate over path elements.
2385 Handle text appearing after "$pdir".
2386
2387 * gdb_string.h: Moved to ...
2388 * common/gdb_string.h: ... here.
2389 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2390 gdb_string.h and gdb_assert.h.
2391
2392 2012-08-08 Yao Qi <yao@codesourcery.com>
2393
2394 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2395 (tic6x_value_to_register): Likewise.
2396 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2397 and set_gdbarch_value_to_register.
2398
2399 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2400 Jean-Marc Saffroy <saffroy@gmail.com>
2401
2402 PR 11804
2403 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2404 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2405 * gcore.c (gcore_create_callback): New function comment. Add modified
2406 parameter. Only write modified regions. Set SEC_READONLY exactly
2407 according to MODIFIED.
2408 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2409 the passed modified value to FUNC.
2410 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2411 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2412 first. New variables modified and has_anonymous. Parse the lines of
2413 smaps file. Add the passed MODIFIED value to FUNC.
2414 * procfs.c (find_memory_regions_callback): Add the passed modified
2415 value.
2416
2417 2012-08-06 Tom Tromey <tromey@redhat.com>
2418
2419 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2420 (dwarf2_frame_cache): Use it.
2421 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2422 cache initialization constraint.
2423
2424 2012-08-06 Tom Tromey <tromey@redhat.com>
2425
2426 PR python/14386:
2427 * varobj.c (update_dynamic_varobj_children): Don't call
2428 PyIter_Check.
2429
2430 2012-08-06 Tom Tromey <tromey@redhat.com>
2431
2432 PR cli/14392:
2433 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2434
2435 2012-08-06 Nathaniel Flath <flat0103@gmail.com>
2436
2437 * NEWS: New entry for 'cd' default parameters.
2438 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2439
2440 2012-08-03 Tom Tromey <tromey@redhat.com>
2441
2442 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2443 return.
2444
2445 2012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2446
2447 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2448 to attempting lseek/write.
2449 (inf_child_fileio_pread): Likewise for pread.
2450
2451 2012-08-02 Yao Qi <yao@codesourcery.com>
2452
2453 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2454 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2455 add_setshow_zinteger_cmd.
2456 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2457 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2458 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2459 instead of add_setshow_zinteger_cmd.
2460 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2461 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2462 instead of add_setshow_zinteger_cmd.
2463 * frame.c (frame_debug): Add 'unsigned'.
2464 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2465 add_setshow_zinteger_cmd.
2466 * frame.h: Update the declaration of 'frame_debug'.
2467 * gdbtypes.c (overload_debug): Add 'unsigned'.
2468 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2469 add_setshow_zinteger_cmd.
2470 * inferior.h: Update declaration of 'debug_infrun'.
2471 * infrun.c (debug_infrun): Add 'unsigned'.
2472 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2473 add_setshow_zinteger_cmd.
2474 * jit.c (jit_debug): Add 'unsigned'.
2475 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2476 add_setshow_zinteger_cmd.
2477 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2478 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2479 instead of add_setshow_zinteger_cmd.
2480 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2481 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2482 add_setshow_zinteger_cmd.
2483 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2484 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2485 instead of add_setshow_zinteger_cmd.
2486 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2487 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2488 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2489 intead of add_setshow_zinteger_cmd.
2490 * mips-tdep.c (mips_debug): Add 'unsigned'.
2491 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2492 instead of add_setshow_zinteger_cmd.
2493 * monitor.c (monitor_debug): Add 'unsigned'.
2494 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2495 add_setshow_zinteger_cmd.
2496 * observer.c (observer_debug): Add 'unsigned'.
2497 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2498 add_setshow_zinteger_cmd.
2499 * parse.c (expressiondebug): Add 'unsigned'.
2500 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2501 add_setshow_zinteger_cmd.
2502 * record.c (record_debug): Add 'unsigned'.
2503 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2504 add_setshow_zinteger_cmd.
2505 * record.h: Update the declaration of 'record_debug'.
2506 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2507 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2508 add_setshow_zinteger_cmd.
2509 * serial.c (global_serial_debug_p): Add 'unsigned'.
2510 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2511 add_setshow_zinteger_cmd.
2512 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2513 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2514 add_setshow_zinteger_cmd.
2515 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2516 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2517 add_setshow_zinteger_cmd.
2518 * target.c (targetdebug): Add 'unsigned'.
2519 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2520 add_setshow_zinteger_cmd.
2521 * valops.c (overload_debug): Add 'unsigned'.
2522 * varobj.c (varobjdebug): Add 'unsigned'.
2523 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2524 add_setshow_zinteger_cmd.
2525 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2526 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2527 instead of add_setshow_zinteger_cmd.
2528
2529 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2530 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2531 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2532 instead of add_setshow_zinteger_cmd.
2533 * gdbarch.c, gdbarch.h: Re-generated.
2534
2535 2012-08-02 Yao Qi <yao@codesourcery.com>
2536
2537 * nto-tdep.c: Don't include cli/cli-decode.h and
2538 cli/cli-cmds.h.
2539 (_initialize_nto_tdep): Remove.
2540 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2541 Remove field.
2542 Remove macro nto_internal_debugging.
2543
2544 2012-08-01 Richard Henderson <rth@redhat.com>
2545
2546 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2547 (mep-*-*) [gdb_target_obs]: Likewise.
2548
2549 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2552 linux_get_siginfo_type.
2553
2554 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2555
2556 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2557 AT_ENTRY_POINT.
2558 (call_function_by_hand) <ON_STACK>: Call write_memory with
2559 gdbarch_breakpoint_from_pc, if possible.
2560 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2561 here.
2562
2563 2012-07-31 Yao Qi <yao@codesourcery.com>
2564
2565 * tracepoint.c: Add 'static' for some variables.
2566
2567 2012-07-31 Yao Qi <yao@codesourcery.com>
2568
2569 * go32-nat.c: Declare _initialize_go32_nat.
2570 * ser-go32.c: Declare _initialize_ser_dos.
2571 * top.c (do_chdir_cleanup): Add 'static'.
2572
2573 2012-07-30 Keith Seitz <keiths@redhat.com>
2574
2575 * linespec.c (linespec_lex_number): A number followed
2576 by quotes is a valid number, too.
2577
2578 2012-07-30 Tom Tromey <tromey@redhat.com>
2579
2580 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2581
2582 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2583
2584 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2585 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2586
2587 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
2588
2589 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2590 invalid or reevaluated to prevent prevent references to possibly
2591 delete'd type objects being left in the varobj.
2592
2593 2012-07-27 Tom Tromey <tromey@redhat.com>
2594 Jan Kratochvil <jan.kratochvil@redhat.com>
2595
2596 * copying.awk: Print buffer-read-only and vi ro markers.
2597 * copying.c: Rebuild.
2598 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2599 * gdbarch.c, gdbarch.h: Rebuild.
2600 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2601 buffer-read-only and vi ro markers.
2602 * features/arm-with-iwmmxt.c: Rebuild.
2603 * features/arm-with-m-fpa-layout.c: Rebuild.
2604 * features/arm-with-m-vfp-d16.c: Rebuild.
2605 * features/arm-with-m.c: Rebuild.
2606 * features/arm-with-neon.c: Rebuild.
2607 * features/arm-with-vfpv2.c: Rebuild.
2608 * features/arm-with-vfpv3.c: Rebuild.
2609 * features/i386/amd64-avx-linux.c: Rebuild.
2610 * features/i386/amd64-avx.c: Rebuild.
2611 * features/i386/amd64-linux.c: Rebuild.
2612 * features/i386/amd64.c: Rebuild.
2613 * features/i386/i386-avx-linux.c: Rebuild.
2614 * features/i386/i386-avx.c: Rebuild.
2615 * features/i386/i386-linux.c: Rebuild.
2616 * features/i386/i386-mmx-linux.c: Rebuild.
2617 * features/i386/i386-mmx.c: Rebuild.
2618 * features/i386/i386.c: Rebuild.
2619 * features/i386/x32-avx-linux.c: Rebuild.
2620 * features/i386/x32-avx.c: Rebuild.
2621 * features/i386/x32-linux.c: Rebuild.
2622 * features/i386/x32.c: Rebuild.
2623 * features/mips-dsp-linux.c: Rebuild.
2624 * features/mips-linux.c: Rebuild.
2625 * features/mips64-dsp-linux.c: Rebuild.
2626 * features/mips64-linux.c: Rebuild.
2627 * features/rs6000/powerpc-32.c: Rebuild.
2628 * features/rs6000/powerpc-32l.c: Rebuild.
2629 * features/rs6000/powerpc-403.c: Rebuild.
2630 * features/rs6000/powerpc-403gc.c: Rebuild.
2631 * features/rs6000/powerpc-405.c: Rebuild.
2632 * features/rs6000/powerpc-505.c: Rebuild.
2633 * features/rs6000/powerpc-601.c: Rebuild.
2634 * features/rs6000/powerpc-602.c: Rebuild.
2635 * features/rs6000/powerpc-603.c: Rebuild.
2636 * features/rs6000/powerpc-604.c: Rebuild.
2637 * features/rs6000/powerpc-64.c: Rebuild.
2638 * features/rs6000/powerpc-64l.c: Rebuild.
2639 * features/rs6000/powerpc-7400.c: Rebuild.
2640 * features/rs6000/powerpc-750.c: Rebuild.
2641 * features/rs6000/powerpc-860.c: Rebuild.
2642 * features/rs6000/powerpc-altivec32.c: Rebuild.
2643 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2644 * features/rs6000/powerpc-altivec64.c: Rebuild.
2645 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2646 * features/rs6000/powerpc-cell32l.c: Rebuild.
2647 * features/rs6000/powerpc-cell64l.c: Rebuild.
2648 * features/rs6000/powerpc-e500.c: Rebuild.
2649 * features/rs6000/powerpc-e500l.c: Rebuild.
2650 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2651 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2652 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2653 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2654 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2655 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2656 * features/rs6000/powerpc-vsx32.c: Rebuild.
2657 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2658 * features/rs6000/powerpc-vsx64.c: Rebuild.
2659 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2660 * features/rs6000/rs6000.c: Rebuild.
2661 * features/s390-linux32.c: Rebuild.
2662 * features/s390-linux32v1.c: Rebuild.
2663 * features/s390-linux32v2.c: Rebuild.
2664 * features/s390-linux64.c: Rebuild.
2665 * features/s390-linux64v1.c: Rebuild.
2666 * features/s390-linux64v2.c: Rebuild.
2667 * features/s390x-linux64.c: Rebuild.
2668 * features/s390x-linux64v1.c: Rebuild.
2669 * features/s390x-linux64v2.c: Rebuild.
2670 * features/tic6x-c62x-linux.c: Rebuild.
2671 * features/tic6x-c62x.c: Rebuild.
2672 * features/tic6x-c64x-linux.c: Rebuild.
2673 * features/tic6x-c64x.c: Rebuild.
2674 * features/tic6x-c64xp-linux.c: Rebuild.
2675 * features/tic6x-c64xp.c: Rebuild.
2676
2677 2012-07-27 Tom Tromey <tromey@redhat.com>
2678
2679 * c-exp.y (classify_name): Avoid assignment in condition.
2680
2681 2012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2682
2683 * amd64-windows-tdep.c: Include "frame.h".
2684 (amd64_windows_skip_trampoline_code): New function.
2685 (amd64_windows_init_abi): Add trampoline registration.
2686
2687 2012-07-27 Yao Qi <yao@codesourcery.com>
2688
2689 * tracepoint.c (cur_traceframe_number): Remove.
2690 (set_tfile_traceframe): Remove.
2691 (tfile_trace_find, tfile_fetch_registers): Update callers.
2692 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2693 (tfile_open, tfile_trace_find): Likewise.
2694
2695 2012-07-27 Yao Qi <yao@codesourcery.com>
2696
2697 * thread.c (switch_to_thread): Don't call registers_changed.
2698
2699 2012-07-26 Tom Tromey <tromey@redhat.com>
2700
2701 * Makefile.in (SFILES): Remove objc-exp.y.
2702 (YYFILES): Remove objc-exp.c.
2703 (YYOBJ): Remove objc-exp.o.
2704 (local-maintainer-clean): Don't mention objc-exp.c.
2705 * c-exp.y: Include objc-lang.h.
2706 (%union) <class>: New field.
2707 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2708 (exp): Clone subscript production for OBJC_LBRAC. Add various
2709 Objective C productions.
2710 (msglist, msgarglist, msgarg): New productions.
2711 (array_mod, func_mod, operator): Clone productions for
2712 OBJC_LBRAC.
2713 (parse_string_or_char): Handle '@' strings.
2714 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2715 (classify_name): Check la_name_of_this. Recognize ObjC class
2716 names.
2717 * objc-exp.y: Remove.
2718 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2719 * objc-lang.h (objc_parse, objc_error): Don't declare.
2720
2721 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2722
2723 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2724
2725 2012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2728 and decrement.
2729
2730 2012-07-26 Tom Tromey <tromey@redhat.com>
2731
2732 * copying.c: Rebuild.
2733 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2734 'no_class'.
2735
2736 2012-07-26 Tom Tromey <tromey@redhat.com>
2737
2738 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2739 immediate_quit.
2740 (print_objfile_statistics): Likewise.
2741 (maintenance_print_symbols): Likewise.
2742 (maintenance_print_msymbols): Likewise.
2743 (maintenance_print_objfiles): Likewise.
2744 * psymtab.c (print_partial_symbols): Call QUIT.
2745 (maintenance_print_psymbols): Likewise. Don't modify
2746 immediate_quit.
2747 * copying.c (show_copying_command): Don't modify immediate_quit.
2748 (show_warranty_command): Likewise.
2749 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2750
2751 2012-07-26 Keith Seitz <keiths@redhat.com>
2752
2753 * linespec.c (linespec_lexer_lex_number): The input
2754 is also a valid number if the next character is a comma
2755 or colon.
2756
2757 2012-07-26 Joel Brobecker <brobecker@adacore.com>
2758
2759 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2760 configure options.
2761
2762 2012-07-26 Tristan Gingold <gingold@adacore.com>
2763
2764 * machoread.c: Include gdb_bfd.h.
2765
2766 2012-07-26 Tristan Gingold <gingold@adacore.com>
2767
2768 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2769 offset.
2770
2771 2012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2772
2773 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2774 SIZE to size_t.
2775 (dwarf2_evaluate_loc_desc): Likewise.
2776 (dwarf2_loc_desc_needs_frame): Likewise.
2777 (locexpr_describe_location_1): Likewise.
2778 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2779 size_t.
2780 (struct dwarf2_loclist_baton): Likewise.
2781 * dwarf2read.c (struct dwarf_block): Likewise.
2782 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2783 (decode_locdesc): Expand SIZE and I to size_t.
2784
2785 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2788
2789 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2790
2791 * doublest.c (convert_doublest_to_floatformat): If the exponent
2792 is too small, treat the value as zero. If the exponent is too
2793 large, treat the value as infinity.
2794
2795 2012-07-25 Joel Brobecker <brobecker@adacore.com>
2796
2797 * configure.ac: Add --enable-lmcheck configure option.
2798 * configure: Regenerate.
2799
2800 2012-07-25 Tom Tromey <tromey@redhat.com>
2801
2802 * NEWS: Mention maint info bfds.
2803 * gdb_bfd.c (all_bfds): New global.
2804 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2805 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2806 New functions.
2807
2808 2012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2809
2810 * configure.tgt: Add v850*-*-rtems*.
2811
2812 2012-07-25 Tom Tromey <tromey@redhat.com>
2813
2814 * macrotab.c (macro_bcache_str): Remove cast.
2815
2816 2012-07-25 Hui Zhu <hui_zhu@mentor.com>
2817
2818 * linespec.c (linespec_lexer_lex_number): Update comments,
2819 change the return and add check to make sure the input is
2820 the decimal numbers.
2821 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2822 false, call linespec_lexer_lex_string.
2823
2824 2012-07-24 Tom Tromey <tromey@redhat.com>
2825
2826 * symfile.c (symbol_file_add): Don't open BFD twice.
2827
2828 2012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
2829
2830 * breakpoint.c (create_breakpoint): Store condition for pending
2831 breakpoints.
2832
2833 2012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2834
2835 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2836 (m68k_return_value): Handle complex types like structures.
2837 (m68k_svr4_return_value): Likewise.
2838
2839 2012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2840
2841 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2842 parameters to bfd_get_section_name.
2843
2844 2012-07-24 Yao Qi <yao@codesourcery.com>
2845
2846 * cli/cli-setshow.c: Handle case 'var_uinteger'
2847 and 'var_zuninteger' together. Handle case 'var_integer' and
2848 'var_zinteger' together.
2849
2850 2012-07-23 Keith Seitz <keiths@redhat.com>
2851
2852 * linespec.c (convert_linespec_to_sal): Don't add
2853 any symbols to the result vector if symbol_to_sal
2854 returns zero.
2855
2856 2012-07-23 Keith Seitz <keiths@redhat.com>
2857
2858 * linespec.c (decode_objc): Record the function name
2859 in the linespec.
2860
2861 2012-07-23 Tom Tromey <tromey@redhat.com>
2862
2863 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2864 counting.
2865 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2866 (map_vmap): Acquire a reference to the BFD.
2867
2868 2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2869
2870 * p-valprint.c (pascal_object_print_value): Replace potentially
2871 unsafe alloca with xmalloc/xfree.
2872 * valops.c (search_struct_method): Likewise.
2873
2874 2012-07-23 Tom Tromey <tromey@redhat.com>
2875
2876 * solib-svr4.c (enable_break): Update.
2877 * bfd-target.h (target_bfd_reopen): Update documentation.
2878
2879 2012-07-23 Tom Tromey <tromey@redhat.com>
2880
2881 * symfile.c (separate_debug_file_exists): Update.
2882 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2883 (reread_symbols): Update.
2884 * elfread.c (build_id_verify): Update.
2885 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2886 bfd_open_maybe_remote.
2887
2888 2012-07-23 Tom Tromey <tromey@redhat.com>
2889
2890 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2891
2892 2012-07-23 Tom Tromey <tromey@redhat.com>
2893
2894 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2895 and 'abfd'.
2896 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2897 and 'abfd'.
2898 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2899 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2900 'abfd'.
2901 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2902 * objfiles.c (allocate_objfile): Acquire a new reference.
2903 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2904 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2905 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2906 a cleanup for 'nbfd'.
2907 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2908 for 'nbfd'.
2909 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2910 make a cleanup for 'abfd'.
2911 (symbol_file_add): Make a BFD cleanup.
2912
2913 2012-07-23 Tom Tromey <tromey@redhat.com>
2914
2915 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2916 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2917 * corelow.c (core_open): Use gdb_bfd_fopen.
2918 * dsrec.c (load_srec): Use gdb_bfd_openr.
2919 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2920 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2921 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2922 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2923 (gdb_bfd_fdopenr): New functions.
2924 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2925 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2926 (gdb_bfd_fdopenr): Declare.
2927 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2928 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2929 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2930 gdb_bfd_openr_next_archived_file.
2931 (macho_check_dsym): Use gdb_bfd_openr.
2932 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2933 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2934 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2935 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2936 gdb_bfd_openr.
2937 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2938 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2939 gdb_bfd_openr_next_archived_file.
2940 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2941 Use gdb_bfd_openr.
2942 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2943 gdb_bfd_openr.
2944 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2945 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2946 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2947 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2948 (symfile_bfd_open): Use gdb_bfd_fopen.
2949 (generic_load): Use gdb_bfd_openr.
2950 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2951
2952 2012-07-23 Tom Tromey <tromey@redhat.com>
2953
2954 * bfd-target.c (target_bfd_reopen): Update.
2955 * cli/cli-dump.c (bfd_openr_with_cleanup)
2956 (bfd_openw_with_cleanup): Update.
2957 * corelow.c (core_open): Update.
2958 * dsrec.c (load_srec): Update.
2959 * exec.c (exec_file_attach): Update.
2960 * gcore.c (create_gcore_bfd): Update.
2961 * gdb_bfd.c (gdb_bfd_ref): Return void.
2962 (gdb_bfd_open): Update.
2963 * gdb_bfd.h (gdb_bfd_ref): Return void.
2964 Update comments.
2965 * jit.c (jit_bfd_try_read_symtab): Update.
2966 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2967 * machoread.c (macho_symfile_read_all_oso): Update.
2968 (macho_check_dsym): Update.
2969 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2970 * remote-m32r-sdi.c (m32r_load): Update.
2971 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2972 * rs6000-nat.c (add_vmap): Update.
2973 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2974 Update.
2975 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2976 * solib-spu.c (spu_bfd_open): Update.
2977 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2978 * spu-linux-nat.c (spu_bfd_open): Update.
2979 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2980 (generic_load): Update.
2981 * windows-nat.c (windows_make_so): Update.
2982
2983 2012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2984
2985 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2986
2987 2012-07-20 Jeff Kenton <jkenton@tilera.com>
2988
2989 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2990 SIGTRAMP_FRAME unwinding.
2991
2992 2012-07-20 Doug Evans <dje@google.com>
2993
2994 * NEWS: Document new options "set/show use-deprecated-index-sections",
2995 and delete reference to --use-deprecated-index-sections.
2996 * symfile.h (use_deprecated_index_sections): Delete.
2997 * dwarf2read.c (use_deprecated_index_sections): Make static.
2998 (read_index_from_section): Update wording of how to load
2999 deprecated index sections.
3000 (_initialize_dwarf2_read): New options
3001 "set/show use-deprecated-index-sections".
3002 * main.c (captured_main): Delete --use-deprecated-index-sections.
3003
3004 2012-07-20 Pedro Alves <palves@redhat.com>
3005
3006 PR threads/11692
3007 PR gdb/12203
3008
3009 * infrun.c (handle_inferior_event) <new thread>: Don't special
3010 case minus_one_ptid.
3011 <TARGET_WAITKIND_SPURIOUS>: Ditto.
3012 * linux-thread-db.c (thread_get_info_callback): Don't return early
3013 if the thread is zombie.
3014 (thread_from_lwp): Change return type to void. Rewrite stale
3015 comment.
3016 (attach_thread): Don't return early if the thread is zombie,
3017 instead set its "dying" flag.
3018 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3019 (find_new_threads_callback): Don't return early if the thread is
3020 zombie.
3021
3022 2012-07-20 Pedro Alves <palves@redhat.com>
3023
3024 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3025 * target.c (target_wait): Likewise.
3026 (str_comma_list_concat_elem, do_option, target_options_to_string):
3027 New functions.
3028 * target.h (target_options_to_string): Declare.
3029
3030 2012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3031 Tom Tromey <tromey@redhat.com>
3032
3033 * dwarf2read.c (dwarf_decode_macros)
3034 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3035 DW_MACRO_GNU_transparent_include_alt>: New cases.
3036 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3037 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3038
3039 2012-07-20 Tom Tromey <tromey@redhat.com>
3040
3041 * dwarf2read.c (try_open_dwo_file): Don't call
3042 gdb_bfd_stash_filename.
3043
3044 2012-07-20 Pedro Alves <palves@redhat.com>
3045
3046 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3047 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3048 (i386_process_record): Tweak description comments.
3049
3050 2012-07-20 Pedro Alves <palves@redhat.com>
3051
3052 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3053 (i386_process_record): Use record_read_memory.
3054 * record.c (record_read_memory): New function.
3055 (record_arch_list_add_mem, record_exec_insn): Use
3056 record_read_memory.
3057 * record.h (record_read_memory): Declare.
3058
3059 2012-07-20 Yao Qi <yao@codesourcery.com>
3060
3061 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3062 NULL for xfree.
3063
3064 2012-07-19 Pedro Alves <palves@redhat.com>
3065
3066 * record.c (record_resume): Ask the target beneath to report all
3067 signals.
3068
3069 2012-07-19 Doug Evans <dje@google.com>
3070
3071 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3072 there's no section at address zero.
3073 (dwarf2_record_block_ranges): Ditto.
3074
3075 2012-07-19 Yao Qi <yao@codesourcery.com>
3076
3077 * command.h, remote.c: Fix a typo in comment.
3078
3079 2012-07-19 Tom Tromey <tromey@redhat.com>
3080
3081 PR exp/13206:
3082 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3083 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3084 OP_DECLTYPE>: New cases.
3085 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3086 (type_exp): Add new productions.
3087 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3088 and decltype.
3089 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3090 New case.
3091 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3092 OP_DECLTYPE>: New case.
3093 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3094 New case.
3095 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3096 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3097
3098 2012-07-19 Tom Tromey <tromey@redhat.com>
3099
3100 * c-exp.y (enum token_flags): New.
3101 (struct token) <cxx_only>: Remove.
3102 <flags>: New field.
3103 (tokentab3, tokentab2, ident_tokens): Update.
3104 (lex_one_token): Update. Handle FLAG_SHADOW.
3105
3106 2012-07-19 Tom Tromey <tromey@redhat.com>
3107
3108 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3109 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3110 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3111 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3112 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3113 type_exp production where appropriate.
3114 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3115 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3116 <UNOP_MEMVAL_TYPE>: New case.
3117 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3118 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3119 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3120 <UNOP_MEMVAL_TYPE>: New case.
3121 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3122 UNOP_REINTERPRET_CAST>: Update.
3123 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3124 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3125 UNOP_REINTERPRET_CAST>: Update.
3126 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3127 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3128 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3129 constants.
3130
3131 2012-07-19 Yao Qi <yao@codesourcery.com>
3132 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3135 and case 'var_optional_filename' together.
3136 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3137 instead of add_setshow_optional_filename_cmd for setshow command
3138 'args'. Set completer for 'set args'.
3139
3140 2012-07-18 Doug Evans <dje@google.com>
3141
3142 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3143 * common/gdb_vecs.c: New file, contents from utils.c.
3144 * common/host-defs.h: New file, contents from defs.h.
3145 * utils.h: New file, contents from defs.h.
3146 * defs.h: Move all declarations of objects defined in utils.c
3147 to utils.h (except QUIT() and related).
3148 #include "utils.h", "host-defs.h".
3149 * probe.h (probe_p): Move here from gdb_vecs.h.
3150 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3151 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3152 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3153 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3154 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3155 (COMMON_OBS): Add gdb_vecs.o.
3156 (gdb_vecs.o): New rule.
3157
3158 2012-07-18 Keith Seitz <keiths@redhat.com>
3159
3160 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3161 parameter. If non-zero, use SYMNAME as the canonical name
3162 for the SaL.
3163 Update all callers.
3164 (convert_linespec_to_sals): Use add_sal_to_sals for
3165 expressions, too.
3166 (decode_line_full): No need to "fill in missing canonical names"
3167 anymore. Simply make cleanups for the allocated names.
3168
3169 2012-07-18 Keith Seitz <keiths@redhat.com>
3170
3171 * linespec.c (struct linespec): Constify expression,
3172 source_filename, function_name, and label_name.
3173 (symbol_not_found_error): Make all parameters const.
3174 (linespec_parser_delete): No need to check for NULL
3175 when using xfree. Cast const char * to char * for xfree.
3176
3177 2012-07-18 Keith Seitz <keiths@redhat.com>
3178
3179 * breakpoint.c (invalid_thread_id_error): New function.
3180 (find_condition_and_thread): Use invalid_thread_id_error.
3181 (watch_command_1): Likewise.
3182
3183 2012-07-18 Tom Tromey <tromey@redhat.com>
3184
3185 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3186 * contrib/cc-with-tweaks.sh: New file.
3187
3188 2012-07-18 Tom Tromey <tromey@redhat.com>
3189
3190 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3191 (locate_dwz_sections): Recognize .gdb_index.
3192 (create_cus_from_index_list): New function.
3193 (create_cus_from_index): Use it. Handle .dwz data.
3194 (read_index_from_section): New function, extracted from
3195 dwarf2_read_index.
3196 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3197 if needed.
3198
3199 2012-07-18 Tom Tromey <tromey@redhat.com>
3200
3201 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3202 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3203 <is_dwz>: New field.
3204 (struct dwz_file): New.
3205 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3206 (locate_dwz_sections, dwarf2_get_dwz_file)
3207 (get_abbrev_section_for_cu): New functions.
3208 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3209 (read_and_check_type_unit_head): Add abbrev_section argument.
3210 (create_debug_types_hash_table): Update.
3211 (init_cutu_and_read_dies): Use proper abbrev section.
3212 (init_cutu_and_read_dies_no_follow): Likewise.
3213 (set_partial_user): Do nothing if PST==NULL.
3214 (read_comp_units_from_section): New function.
3215 (create_all_comp_units): Use it.
3216 (scan_partial_symbols, partial_die_parent_scope): Update.
3217 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3218 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3219 (find_partial_die): Add offset_in_dwz argument. Update.
3220 (guess_partial_die_structure_name, fixup_partial_die): Update.
3221 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3222 DW_FORM_GNU_strp_alt.
3223 (read_indirect_string_from_dwz): New function.
3224 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3225 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3226 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3227 (follow_die_offset): Add offset_in_dwz argument.
3228 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3229 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3230 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3231 Handle new macro forms.
3232 (dwarf_decode_macros): Update.
3233 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3234 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3235 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3236 (create_debug_types_hash_table): Use correct abbrev section.
3237 (get_debug_line_section): New function.
3238 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3239 (process_full_comp_unit): Pass 'required' argument to
3240 end_symtab_get_static_block.
3241 * buildsym.h (end_symtab_get_static_block): Update.
3242 * buildsym.c (end_symtab_get_static_block): Add 'required'
3243 argument.
3244 (end_symtab, end_expandable_symtab): Update.
3245
3246 2012-07-18 Tom Tromey <tromey@redhat.com>
3247
3248 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3249 (pagesize): Remove.
3250 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3251 (zlib_decompress_section): Remove.
3252 (dwarf2_read_section): Use gdb_bfd_map_section.
3253 (munmap_section_buffer): Remove.
3254 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3255 munmap_section_buffer.
3256 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3257 (struct gdb_bfd_section_data): New.
3258 (free_one_bfd_section): New function.
3259 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3260 (get_section_descriptor, zlib_decompress_section)
3261 (gdb_bfd_map_section): New functions.
3262 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3263
3264 2012-07-18 Tom Tromey <tromey@redhat.com>
3265
3266 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3267
3268 2012-07-18 Tom Tromey <tromey@redhat.com>
3269
3270 * gdb_bfd.c (struct gdb_bfd_data): New.
3271 (gdb_bfd_cache): New global.
3272 (struct gdb_bfd_cache_search): New.
3273 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3274 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3275 * gdb_bfd.h (gdb_bfd_open): Declare.
3276
3277 2012-07-18 Tom Tromey <tromey@redhat.com>
3278
3279 * utils.c (make_cleanup_bfd_unref): Rename from
3280 make_cleanup_bfd_close.
3281 * defs.h (make_cleanup_bfd_unref): Rename from
3282 make_cleanup_bfd_close.
3283 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3284 (bfd_openw_with_cleanup): Update.
3285 * corelow.c (core_open): Update.
3286 * dsrec.c (load_srec): Update.
3287 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3288 * remote-m32r-sdi.c (m32r_load): Update.
3289 * remote-mips.c (mips_load_srec): Update.
3290 (pmon_load_fast): Update.
3291 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3292 Update.
3293 (darwin_bfd_open): Update.
3294 * solib.c (solib_bfd_fopen): Update.
3295 * symfile-mem.c (symbol_file_add_from_memory): Update.
3296 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3297 (symfile_bfd_open): Update.
3298 (generic_load): Update.
3299
3300 2012-07-18 Tom Tromey <tromey@redhat.com>
3301
3302 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3303 (pmon_load_fast): Likewise.
3304 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3305 (m32r_upload_command): Likewise.
3306 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3307 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3308 Use make_cleanup_bfd_close.
3309
3310 2012-07-18 Tom Tromey <tromey@redhat.com>
3311
3312 * symfile.c (symfile_bfd_open): Don't copy name. Call
3313 gdb_bfd_stash_filename.
3314 (load_command): Open the new BFD before freeing the old.
3315 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3316 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3317 Call gdb_bfd_stash_filename.
3318 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3319 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3320 gdb_bfd_stash_filename.
3321 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3322 Free found_pathname.
3323 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3324 gdb_bfd_stash_filename.
3325 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3326 * machoread.c (macho_add_oso_symfile): Call
3327 gdb_bfd_stash_filename.
3328 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3329 gdb_bfd_stash_filename.
3330 (macho_check_dsym): Don't copy filename. Call
3331 gdb_bfd_stash_filename.
3332 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3333 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3334 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3335 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3336 * exec.c (exec_close): Don't free the BFD's filename.
3337 (exec_file_attach): Don't copy the filename. Call
3338 gdb_bfd_stash_filename.
3339 * corelow.c (core_close): Don't free the BFD's filename.
3340 (core_open): Call gdb_bfd_stash_filename.
3341 * corefile.c (reopen_exec_file): Remove #if 0 code.
3342 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3343 pathname.
3344 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3345
3346 2012-07-18 Tom Tromey <tromey@redhat.com>
3347
3348 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3349 gdb_bfd_unref.
3350 (free_dwo_file): Use gdb_bfd_unref.
3351 * cli/cli-dump.c: Include gdb_bfd.h.
3352 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3353 (bfd_openr_with_cleanup): Likewise.
3354 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3355 gdb_bfd_unref.
3356 * utils.c: Include gdb_bfd.h.
3357 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3358 * symfile.c: Include gdb_bfd.h.
3359 (separate_debug_file_exists): Use gdb_bfd_unref.
3360 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3361 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3362 (generic_load): Use gdb_bfd_ref.
3363 (reread_symbols): Use gdb_bfd_unref.
3364 * symfile-mem.c: Include gdb_bfd.h.
3365 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3366 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3367 * solib.c: Include gdb_bfd.h.
3368 (solib_bfd_fopen): Use gdb_bfd_ref.
3369 (solib_bfd_open): Use gdb_bfd_unref.
3370 (free_so_symbols): Use gdb_bfd_unref.
3371 (reload_shared_libraries_1): Use gdb_bfd_unref.
3372 * solib-spu.c: Include gdb_bfd.h.
3373 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3374 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3375 gdb_bfd_unref.
3376 * solib-frv.c: Include gdb_bfd.h.
3377 (enable_break2): Use gdb_bfd_unref.
3378 * solib-dsbt.c: Include gdb_bfd.h.
3379 (enable_break2): Use gdb_bfd_unref.
3380 * solib-darwin.c: Include gdb_bfd.h.
3381 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3382 gdb_bfd_unref.
3383 (darwin_bfd_open): Use gdb_bfd_unref.
3384 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3385 * remote-mips.c: Include gdb_bfd.h.
3386 (mips_load_srec): Use gdb_bfd_ref.
3387 (pmon_load_fast): Use gdb_bfd_ref.
3388 * remote-m32r-sdi.c: Include gdb_bfd.h.
3389 (m32r_load): Use gdb_bfd_ref.
3390 * record.c: Include gdb_bfd.h.
3391 (record_save_cleanups): Use gdb_bfd_unref.
3392 (cmd_record_save): Use gdb_bfd_unref.
3393 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3394 gdb_bfd_unref.
3395 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3396 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3397 * objfiles.c: Include gdb_bfd.h.
3398 (free_objfile): Use gdb_bfd_unref.
3399 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3400 gdb_bfd.c.
3401 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3402 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3403 (macho_check_dsym): Likewise.
3404 * m32r-rom.c: Include gdb_bfd.h.
3405 (m32r_load): Use gdb_bfd_ref.
3406 (m32r_upload_command): Use gdb_bfd_ref.
3407 * jit.c: Include gdb_bfd.h.
3408 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3409 * gdb_bfd.h: New file.
3410 * gdb_bfd.c: New file.
3411 * gcore.c: Include gdb_bfd.h.
3412 (create_gcore_bfd): Use gdb_bfd_ref.
3413 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3414 (gcore_command): Use gdb_bfd_unref.
3415 * exec.c: Include gdb_bfd.h.
3416 (exec_close): Use gdb_bfd_unref.
3417 (exec_close_1): Use gdb_bfd_unref.
3418 (exec_file_attach): Use gdb_bfd_ref.
3419 * elfread.c: Include gdb_bfd.h.
3420 (build_id_verify): Use gdb_bfd_unref.
3421 * dsrec.c: Include gdb_bfd.h.
3422 (load_srec): Use gdb_bfd_ref.
3423 * corelow.c: Include gdb_bfd.h.
3424 (core_close): Use gdb_bfd_unref.
3425 (core_open): Use gdb_bfd_ref.
3426 * bfd-target.c: Include gdb_bfd.h.
3427 (target_bfd_xclose): Use gdb_bfd_unref.
3428 (target_bfd_reopen): Use gdb_bfd_ref.
3429 * Makefile.in (SFILES): Add gdb_bfd.c.
3430 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3431 (COMMON_OBS): Add gdb_bfd.o.
3432
3433 2012-07-18 Keith Seitz <keiths@redhat.com>
3434
3435 * breakpoint.c (find_condition_and_thread): Initialize
3436 TASK and REST.
3437 (create_breakpiont): find_condition_and_thread will now
3438 initialize COND_STRING, THREAD, and REST (and TASK).
3439 (addr_string_to_sals): Likewise.
3440
3441 2012-07-18 Pedro Alves <palves@redhat.com>
3442
3443 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3444 Pull the single step breakpoints out of the target.
3445
3446 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3447
3448 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3449 * stap-probe.c (compile_probe_arg): Likewise.
3450
3451 2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3452
3453 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3454 (elf_compile_to_ax): Likewise.
3455 * infrun.c (insert_exception_resume_from_probe): Likewise.
3456 (check_exception_resume): Remove `objfile' variable.
3457 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3458 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3459 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3460 (compare_entries): Rename to...
3461 (compare_probes): ...this. Adjust function to work with
3462 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3463 respectively.
3464 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3465 `VEC (probe_p) *'.
3466 (print_ui_out_info): Adjust argument to be `struct probe *'.
3467 (info_probes_for_ops): Adjust internal computations to use
3468 `VEC (probe_p) *'.
3469 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3470 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3471 gen_info_probes_table_values>: Remove `objfile' argument.
3472 (struct probe) <objfile>: New field.
3473 (find_probe_by_pc): Remove `objfile' argument.
3474 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3475 (stap_get_probe_argument_count): Likewise.
3476 (stap_get_arg): Likewise.
3477 (stap_evaluate_probe_argument): Likewise.
3478 (stap_compile_to_ax): Likewise.
3479 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3480 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3481 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3482 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3483 sym_compile_to_ax>: Likewise.
3484
3485 2012-07-18 Terry Guo <terry.guo@arm.com>
3486
3487 PR 14329
3488 * defs.h (GDB_MI_MSG_WIDTH): New.
3489 * ser_base (ser_base_read_error_fd): New function.
3490 (do_ser_base_readchar): Poll error file descriptor as well as
3491 standard output.
3492 (generic_readchar): Refactor error handling.
3493
3494 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3495
3496 * NEWS: Create a new section for the next release branch.
3497 Rename the section of the current branch, now that it has
3498 been cut.
3499
3500 2012-07-18 Joel Brobecker <brobecker@adacore.com>
3501
3502 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3503 * version.in: Bump version to 7.5.50.20120718-cvs.
3504
3505 2012-07-17 Keith Seitz <keiths@redhat.com>
3506
3507 * linespec.c (linespec_parse_line_offset): Make parameter
3508 const.
3509
3510 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3511
3512 PR 11914
3513 * f-valprint.c (info_common_command): New variable frame_id.
3514 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3515 * printcmd.c (print_variable_and_value): Extend function comment.
3516 Add comment for invalidated FRAME.
3517 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3518 FI form FRAME_ID after each print_frame_local_vars.
3519 (struct print_variable_and_value_data): Change frame to frame_id.
3520 (do_print_variable_and_value): New variable frame, initialize it from
3521 p->frame_id. Add comment for invalidated FRAME.
3522 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3523 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3524 for invalidated FRAME.
3525
3526 2012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3527 Pedro Alves <palves@redhat.com>
3528
3529 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3530 loop.
3531
3532 2012-07-16 Tom Tromey <tromey@redhat.com>
3533
3534 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3535
3536 2012-07-15 Doug Evans <dje@google.com>
3537
3538 * dwarf2read.c (stmt_list_hash): New struct.
3539 (type_unit_group): Embed "per_cu" member, remove pointer.
3540 New union member "t", move member "tus" into it, all uses updated.
3541 New member "hash", replaces member "line_offset, all uses updated.
3542 (quick_file_names): Replace member "offset" with "hash", all uses
3543 updated.
3544 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3545 (hash_file_name_entry, eq_file_name_entry): Call them.
3546 (hash_type_unit_group, eq_type_unit_group): Ditto.
3547 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3548 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3549 (dw2_get_file_names): Update.
3550 (create_type_unit_group): Replace "per_cu" arg with "cu".
3551 All callers updated. Fix "quick" (.gdb_index) handling.
3552 (get_type_unit_group): Replace "per_cu" arg with "cu".
3553 All callers updated.
3554 (build_type_unit_groups): Don't reset tu_stats.
3555
3556 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3557 "tab_cur_size". Change member "tab" to be a htab_t.
3558 (create_filename_seen_cache): Update.
3559 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3560 (filename_seen): Update.
3561
3562 2012-07-13 Doug Evans <dje@google.com>
3563
3564 * symtab.c (filename_seen): Update comment.
3565
3566 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3567 Doug Evans <dje@google.com>
3568
3569 * buildsym.c (end_symtab_1): Split it to ...
3570 (end_symtab_get_static_block): ... this ...
3571 (end_symtab_from_static_block): ... and this function.
3572 (end_symtab, end_expandable_symtab): Call them.
3573 * buildsym.h (end_symtab_get_static_block)
3574 (end_symtab_from_static_block): New declarations.
3575 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3576 Set its valid CU ranges.
3577
3578 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3579
3580 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3581 DW_OP_GNU_parameter_ref.
3582
3583 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3586 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3587
3588 2012-07-13 Doug Evans <dje@google.com>
3589
3590 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3591 (filename_seen_cache): New struct.
3592 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3593 (create_filename_seen_cache): New function.
3594 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3595 (filename_seen): Delete arg "first". New arg "cache". All callers
3596 updated.
3597 (output_source_filename_data): New struct.
3598 (output_source_filename): Delete arg "first". New arg "data".
3599 All callers updated.
3600 (sources_info): Delete local "first". New locals "data", "cleanups".
3601 Rewrite to use filename_seen_cache.
3602 (add_partial_filename_data): Delete member "first". New member
3603 "filename_seen_cache". All uses updated.
3604 (make_source_files_completion_list): Rewrite to use
3605 filename_seen_cache.
3606
3607 2012-07-12 Doug Evans <dje@google.com>
3608
3609 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3610
3611 2012-07-10 Doug Evans <dje@google.com>
3612
3613 PR gdb/13498
3614 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3615 all_type_unit_groups, type_unit_groups, tu_stats.
3616 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3617 All uses updated. Add type_unit_group to union "s".
3618 (type_unit_group): New struct.
3619 (IS_TYPE_UNIT_GROUP): New macro.
3620 (abbrev_table): Delete unused member "section".
3621 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3622 (dw2_get_cu): Assert not used with type_unit_group.
3623 (dw2_get_primary_cu): New function.
3624 (dw2_build_type_unit_groups_reader): New function.
3625 (dw2_build_type_unit_groups): New function.
3626 (dw2_get_file_names): Assert not called on type units.
3627 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3628 Redo loop to iterate over type unit groups instead of type units.
3629 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3630 (read_abbrev_offset): New function.
3631 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3632 updated.
3633 (create_partial_symtab): New function.
3634 (process_psymtab_comp_unit_reader): Assert not used with type units.
3635 Call create_partial_symtab.
3636 (process_psymtab_type_unit): Delete.
3637 (hash_type_unit_group, eq_type_unit_group): New functions.
3638 (allocate_type_unit_groups_table): New function.
3639 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3640 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3641 (create_type_unit_group, get_type_unit_group): New functions.
3642 (tu_abbrev_offset): New struct.
3643 (sort_tu_by_abbrev_offset): New function.
3644 (add_type_unit_group_to_table): New function.
3645 (build_type_unit_groups): New function.
3646 (build_type_psymtabs_reader): New function.
3647 (build_type_psymtab_dependencies): New function.
3648 (build_type_psymtabs): Rewrite.
3649 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3650 is seen in a type unit.
3651 (process_queue): Move symtab expansion debugging printfs here.
3652 Call process_full_type_unit for type units.
3653 (compute_symtab_includes): Assert not called for type units.
3654 (process_cu_includes): Don't call compute_symtab_includes for
3655 type units.
3656 (process_full_type_unit): New function.
3657 (process_imported_unit_die): Flag an error if called for type units.
3658 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3659 updated. Assert not called for type units.
3660 (read_file_scope): Call dwarf2_start_symtab.
3661 (setup_type_unit_groups): New function.
3662 (read_type_unit_scope): Rewrite.
3663 (abbrev_table_read_table): Initialize abbrev_table->offset.
3664 (abbrev_table_free_cleanup): New function.
3665 (dwarf2_start_symtab): New function.
3666 (load_full_type_unit): Assert not called for type unit groups.
3667 * buildsym.c (finish_block_internal): New arg "expandable".
3668 All callers updated.
3669 (start_symtab): Move most contents to ...
3670 (restart_symtab): ... here. New function.
3671 (reset_symtab_globals): New function.
3672 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3673 Call reset_symtab_globals.
3674 (end_symtab, end_expandable_symtab): New functions.
3675 (set_missing_symtab, augment_type_symtab): New functions.
3676 * buildsym.h (end_expandable_symtab): Declare.
3677 (augment_type_symtab, restart_symtab): Declare.
3678 * psympriv.h (struct partial_symtab): New member "anonymous".
3679 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3680 anonymous psymtabs.
3681 (read_psymtabs_with_filename): Ditto.
3682 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3683 (expand_symtabs_matching_via_partial): Ditto.
3684 (dump_psymtab): Update.
3685 * dictionary.c (dict_add_pending): New function.
3686 * dictionary.h (dict_add_pending): Declare.
3687
3688 2012-07-09 Doug Evans <dje@google.com>
3689
3690 * buildsym.c (start_subfile): Remove unnecessary check for
3691 name == NULL.
3692
3693 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3694
3695 * dwarf2read.c (load_full_type_unit): Simplify.
3696
3697 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3698 to struct signatured_type **. All uses updated.
3699
3700 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3701 All callers updated.
3702
3703 2012-07-09 Tom Tromey <tromey@redhat.com>
3704
3705 * c-exp.y (check_parameter_typelist): New function.
3706 (parameter_typelist): Call it.
3707 * eval.c (make_params): Handle '(void)' case.
3708 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3709 '(void)' case.
3710
3711 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3712
3713 * common/linux-ptrace.c: Include gdb_assert.h.
3714 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3715 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3716 stdint.h.
3717 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3718 functions.
3719 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3720 * linux-nat.c (linux_child_post_attach)
3721 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3722
3723 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3724
3725 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3726 nptl <2.7 bug workaround for core files.
3727
3728 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3731 clearing.
3732 (save_siginfo): Remove.
3733 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3734 call.
3735 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3736 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3737 * linux-nat.h (struct lwp_info): Remove field siginfo.
3738
3739 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3740
3741 Code cleanup for the next patch.
3742 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3743 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3744 call for it.
3745 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3746 (ia64_linux_stopped_data_address):
3747 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3748 the return value.
3749 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3750 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3751 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3752 call for it.
3753
3754 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3755
3756 PR 14321
3757 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3758 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3759
3760 2012-07-06 Tom Tromey <tromey@redhat.com>
3761
3762 * c-exp.y (DOTDOTDOT): New token.
3763 (func_mod, exp): Use parameter_typelist.
3764 (parameter_typelist): New production.
3765 (tokentab3): Add "..." token.
3766 * eval.c (make_params): Handle varargs.
3767 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3768 varargs.
3769
3770 2012-07-06 Tom Tromey <tromey@redhat.com>
3771
3772 PR exp/9608:
3773 * c-exp.y (%union) <tvec>: Change type.
3774 (func_mod): Now uses <tvec> type.
3775 (exp): Update for tvec change.
3776 (direct_abs_decl): Push the typelist.
3777 (func_mod): Return a typelist.
3778 (nonempty_typelist): Update for tvec change.
3779 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3780 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3781 * parse.c (pop_type_list): New function.
3782 (push_typelist): New function.
3783 (follow_types): Handle tp_function_with_arguments.
3784 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3785 (enum type_pieces) <tp_function_with_arguments>: New constant.
3786 (union type_stack_elt) <typelist_val>: New field.
3787 (push_typelist): Declare.
3788
3789 2012-07-06 Tom Tromey <tromey@redhat.com>
3790
3791 * c-exp.y (%union) <type_stack>: New field.
3792 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3793 (ptr_operator_ts): New production.
3794 (ptype): Update.
3795 * parse.c (type_stack_reserve): New function.
3796 (check_type_stack_depth): Use it.
3797 (pop_type_stack, append_type_stack, push_type_stack)
3798 (get_type_stack, type_stack_cleanup): New functions.
3799 (follow_types): Handle tp_type_stack.
3800 (_initialize_parse): Simplify initialization.
3801 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3802 constant.
3803 (union type_stack_elt) <stack_val>: New field.
3804 (get_type_stack, append_type_stack, push_type_stack)
3805 (type_stack_cleanup): Declare.
3806
3807 2012-07-06 Tom Tromey <tromey@redhat.com>
3808
3809 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3810 Remove.
3811 (struct type_stack): New.
3812 * parse.c (type_stack, type_stack_size, type_stack_depth):
3813 Remove.
3814 (type_stack): New global.
3815 (parse_exp_in_context, check_type_stack_depth)
3816 (insert_into_type_stack, insert_type, push_type, push_type_int)
3817 (insert_type_address_space, pop_type, pop_type_int)
3818 (_initialize_parse): Update.
3819
3820 2012-07-06 Tom Tromey <tromey@redhat.com>
3821
3822 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3823 Remove %type.
3824
3825 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3826
3827 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3828
3829 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3830 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3833 alloca with xmalloc/xfree.
3834
3835 2012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3836
3837 * MAINTAINERS (Write After Approval): Add myself to the list.
3838
3839 2012-07-05 Doug Evans <dje@google.com>
3840
3841 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3842
3843 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3844
3845 * ax-gdb.c (cli/cli-utils.h): New include.
3846 (linespec.h): Ditto.
3847 (agent_eval_command_one): New function.
3848 (agent_command_1): Ditto.
3849 (agent_command): Call function agent_command_1.
3850 (agent_eval_command): Ditto.
3851 (_initialize_ax_gdb): Change help for "maint agent"
3852 and "maint agent-eval".
3853
3854 2012-07-05 Hui Zhu <hui_zhu@mentor.com>
3855
3856 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3857 * cli/cli-utils.c (check_for_argument): New function.
3858 * cli/cli-utils.h (check_for_argument): Ditto.
3859
3860 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3861
3862 * NEWS: Mention x32 ABI support.
3863
3864 2012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3865
3866 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3867 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3868
3869 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3870 and pc_regnum_from_eax to -1. Update SP regnum from
3871 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3872 needed.
3873
3874 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3875 pc_regnum_from_eax.
3876
3877 2012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3880 * dwarf2expr.h: Include gdbtypes.h.
3881 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3882 these forward declarations.
3883 (cu_offset, sect_offset): Move these ...
3884 * gdbtypes.h: Remove include dwarf2expr.h.
3885 (cu_offset, sect_offset): ... here.
3886
3887 2012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3888
3889 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3890 (amd64_linux_sigtramp_code): This.
3891 (amd64_x32_linux_sigtramp_code): New.
3892 (LINUX_SIGTRAMP_LEN): Updated.
3893 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3894
3895 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3896
3897 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3898
3899 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * config.in: Regenerate.
3902 * configure: Regenerate.
3903 * configure.ac: Remove check for gnu/libc-version.h.
3904 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3905 gnu/libc-version.h.
3906 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3907 variables libc_version, libc_major and libc_minor. Replace sscanf by
3908 inferior_has_bug. Extend the comment.
3909
3910 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 * linux-thread-db.c (inferior_has_bug): New function.
3913 (thread_db_find_new_threads_silently): Return boolean as checked by
3914 inferior_has_bug, describe it in the comments.
3915 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3916 earlier. Abort the initialization if it returned non-zero.
3917 (thread_db_new_objfile): Exclude debug files.
3918 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3919 if UNTIL_NO_NEW,
3920
3921 2012-07-02 Doug Evans <dje@google.com>
3922
3923 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3924 related to queue management.
3925
3926 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3927 instead of "debug dwarf2-die" in debugging printfs.
3928 (create_debug_info_hash_table_reader): Ditto.
3929 (create_debug_info_hash_table): Ditto.
3930 (init_dwo_file): Ditto.
3931 (init_cutu_and_read_dies): Add debugging printf.
3932 (init_cutu_and_read_dies_no_follow): Ditto.
3933 (process_psymtab_comp_unit_reader): Ditto.
3934
3935 2012-07-02 Stan Shebs <stan@codesourcery.com>
3936
3937 Add target-side support for dynamic printf.
3938 * NEWS: Mention the additional style.
3939 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3940 (struct bp_location): New field cmd_bytecode.
3941 * breakpoint.c: Include format.h.
3942 (disconnected_dprintf): New global.
3943 (parse_cmd_to_aexpr): New function.
3944 (build_target_command_list): New function.
3945 (insert_bp_location): Call it.
3946 (remove_breakpoints_pid): Skip dprintf breakpoints.
3947 (print_one_breakpoint_location): Ditto.
3948 (dprintf_style_agent): New global.
3949 (dprintf_style_enums): Add dprintf_style_agent.
3950 (update_dprintf_command_list): Add agent case.
3951 (agent_printf_command): New function.
3952 (_initialize_breakpoint): Add new commands.
3953 * common/ax.def (printf): New bytecode.
3954 * ax.h (ax_string): Declare.
3955 * ax-gdb.h (gen_printf): Declare.
3956 * ax-gdb.c: Include cli-utils.h, format.h.
3957 (gen_printf): New function.
3958 (maint_agent_print_command): New function.
3959 (_initialize_ax_gdb): Add maint agent-printf command.
3960 * ax-general.c (ax_string): New function.
3961 (ax_print): Add printf disassembly.
3962 * Makefile.in (SFILES): Add format.c
3963 (COMMON_OBS): Add format.o.
3964 * common/format.h: New file.
3965 * common/format.c: New file.
3966 * printcmd.c: Include format.h.
3967 (ui_printf): Call parse_format_string.
3968 * remote.c (remote_state): New field breakpoint_commands.
3969 (PACKET_BreakpointCommands): New enum.
3970 (remote_breakpoint_commands_feature): New function.
3971 (remote_protocol_features): Add new BreakpointCommands entry.
3972 (remote_can_run_breakpoint_commands): New function.
3973 (remote_add_target_side_commands): New function.
3974 (remote_insert_breakpoint): Call it.
3975 (remote_insert_hw_breakpoint): Ditto.
3976 (_initialize_remote): Add new packet configuration for
3977 target-side breakpoint commands.
3978 * target.h (struct target_ops): New field
3979 to_can_run_breakpoint_commands.
3980 (target_can_run_breakpoint_commands): New macro.
3981 * target.c (update_current_target): Handle
3982 to_can_run_breakpoint_commands.
3983
3984 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 Execute -ix and -iex only after system and user gdbinit files.
3987 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3988 processing down after gdbinit files.
3989
3990 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3991
3992 Add fnmatch-gnu module.
3993 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3994 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3995 * gnulib/aclocal.m4: Regenerate.
3996 * gnulib/config.in: Regenerate.
3997 * gnulib/configure: Regenerate.
3998 * gnulib/import/dummy.c: Remove.
3999 * gnulib/import/Makefile.am: Regenerate.
4000 * gnulib/import/Makefile.in: Likewise.
4001 * gnulib/import/m4/gnulib-cache.m4: Likewise.
4002 * gnulib/import/m4/gnulib-comp.m4: Likewise.
4003 * gnulib/import/alloca.c: New file.
4004 * gnulib/import/alloca.in.h: Likewise.
4005 * gnulib/import/config.charset: Likewise.
4006 * gnulib/import/fnmatch.c: Likewise.
4007 * gnulib/import/fnmatch.in.h: Likewise.
4008 * gnulib/import/fnmatch_loop.c: Likewise.
4009 * gnulib/import/localcharset.c: Likewise.
4010 * gnulib/import/localcharset.h: Likewise.
4011 * gnulib/import/m4/alloca.m4: Likewise.
4012 * gnulib/import/m4/codeset.m4: Likewise.
4013 * gnulib/import/m4/configmake.m4: Likewise.
4014 * gnulib/import/m4/fcntl-o.m4: Likewise.
4015 * gnulib/import/m4/fnmatch.m4: Likewise.
4016 * gnulib/import/m4/glibc21.m4: Likewise.
4017 * gnulib/import/m4/localcharset.m4: Likewise.
4018 * gnulib/import/m4/locale-fr.m4: Likewise.
4019 * gnulib/import/m4/locale-ja.m4: Likewise.
4020 * gnulib/import/m4/locale-zh.m4: Likewise.
4021 * gnulib/import/m4/mbrtowc.m4: Likewise.
4022 * gnulib/import/m4/mbsinit.m4: Likewise.
4023 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4024 * gnulib/import/m4/mbstate_t.m4: Likewise.
4025 * gnulib/import/m4/stdbool.m4: Likewise.
4026 * gnulib/import/m4/wchar_h.m4: Likewise.
4027 * gnulib/import/m4/wctype_h.m4: Likewise.
4028 * gnulib/import/m4/wint_t.m4: Likewise.
4029 * gnulib/import/mbrtowc.c: Likewise.
4030 * gnulib/import/mbsinit.c: Likewise.
4031 * gnulib/import/mbsrtowcs-impl.h: Likewise.
4032 * gnulib/import/mbsrtowcs-state.c: Likewise.
4033 * gnulib/import/mbsrtowcs.c: Likewise.
4034 * gnulib/import/ref-add.sin: Likewise.
4035 * gnulib/import/ref-del.sin: Likewise.
4036 * gnulib/import/stdbool.in.h: Likewise.
4037 * gnulib/import/streq.h: Likewise.
4038 * gnulib/import/strnlen1.c: Likewise.
4039 * gnulib/import/strnlen1.h: Likewise.
4040 * gnulib/import/verify.h: Likewise.
4041 * gnulib/import/wchar.in.h: Likewise.
4042 * gnulib/import/wctype.in.h: Likewise.
4043
4044 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4045
4046 Support shell wildcards for 'set auto-load safe-path'.
4047 * auto-load.c: Include fnmatch.h.
4048 (filename_is_in_dir): Rename to ...
4049 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4050 it. Update function comment. Rename dir_len to pattern_len. New
4051 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
4052 messages. Use gdb_filename_fnmatch.
4053 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4054 pattern.
4055 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4056 * defs.h (gdb_filename_fnmatch): New declaration.
4057 * utils.c: Include fnmatch.h.
4058 (gdb_filename_fnmatch): New function.
4059
4060 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4061
4062 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4063 `-probe' and `-probe-stap' options.
4064
4065 2012-07-01 Yao Qi <yao@codesourcery.com>
4066
4067 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4068 always_inserted_off, and always_inserted_enums.
4069 Change always_inserted_mode's type to 'enum auto_boolean'.
4070 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4071 callers.
4072 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4073 of add_setshow_enum_cmd.
4074 * infrun.c: Remove can_use_displaced_stepping_auto,
4075 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4076 can_use_displaced_stepping_enum.
4077 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4078 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4079 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4080 add_setshow_enum_cmd.
4081
4082 2012-06-30 Doug Evans <dje@google.com>
4083
4084 * dwarf2read.c (signatured_type): Make "per_cu" member first.
4085 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4086 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
4087
4088 2012-06-29 Doug Evans <dje@google.com>
4089
4090 * linespec.c: #include "stack.h".
4091 (decode_line_with_current_source): Moved here from symtab.c and
4092 renamed from decode_line_spec. All callers updated.
4093 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4094 renamed from decode_line_spec_1. All callers updated.
4095 * linespec.h (decode_line_with_current_source): Move declaration here
4096 from symtab.h and renamed from decode_line_spec.
4097 (decode_line_with_last_displayed): Move declaration here from symtab.h
4098 and renamed from decode_line_spec_1.
4099 * macrocmd.c: #include "linespec.h".
4100 * symtab.c: Remove #include "linespec.h".
4101
4102 2012-06-28 Doug Evans <dje@google.com>
4103
4104 * dwarf2read.c (get_cu_length): New function.
4105 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4106 (create_debug_types_hash_table): Ditto.
4107 (init_cutu_and_read_dies): Ditto.
4108 (init_cutu_and_read_dies_no_follow): Ditto.
4109
4110 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4111
4112 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4113 (struct abbrev_table): Define.
4114 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4115 abbrev_table.
4116 (init_cutu_and_read_dies): Update.
4117 (abbrev_table_alloc_abbrev): New function. Replaces
4118 dwarf_alloc_abbrev. All callers updated.
4119 (abbrev_table_add_abbrev): New function.
4120 (abbrev_table_lookup_abbrev): New function. Replaces
4121 dwarf2_lookup_abbrev. All callers updated.
4122 (abbrev_table_read_table): New function. Contents moved here from
4123 dwarf2_read_abbrevs.
4124 (dwarf2_read_abbrevs): Call it.
4125 (abbrev_table_free): New function.
4126 (dwarf2_free_abbrev_table): Call it.
4127
4128 2012-06-28 Stan Shebs <stan@codesourcery.com>
4129
4130 * osdata.c (info_osdata_command): Filter out "Title" columns
4131 from non-MI uses.
4132 * common/linux-osdata.c (struct osdata_type): Add title field.
4133 (osdata_table): Add titles to each entry.
4134 (linux_command_xfer_osdata): Add a column for title data.
4135
4136 2012-06-28 Stan Shebs <stan@codesourcery.com>
4137
4138 Make logging work for MI.
4139 * NEWS: Mention it.
4140 * interps.h (interp_set_logging_ftype): New typedef.
4141 (struct interp_procs): New field set_logging_proc.
4142 (current_interp_set_logging): Declare.
4143 * interps.c (current_interp_set_logging): New function.
4144 * cli/cli-logging.c: Include interps.h.
4145 (set_logging_redirect): Call current_interp_set_logging.
4146 (pop_output_files): Ditto.
4147 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4148 * mi/mi-console.h (mi_console_set_raw): Declare.
4149 * mi/mi-console.c (mi_console_set_raw): New function.
4150 * mi/mi-interp.c (saved_raw_stdout): New global.
4151 (mi_set_logging): New function.
4152 (_initialize_mi_interp): Add it to interp procs.
4153
4154 2012-06-28 Doug Evans <dje@google.com>
4155
4156 * symtab.c (lookup_symbol_aux_objfile): Use
4157 ALL_OBJFILE_PRIMARY_SYMTABS.
4158
4159 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4160
4161 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * common/buffer.c: Include inttypes.h and stdint.h.
4164 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4165
4166 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4167 Pedro Alves <palves@redhat.com>
4168
4169 * gdbthread.h (ALL_THREADS): New macro.
4170 (thread_list): Declare.
4171 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4172 going, but instead fall through to the stepping handling.
4173 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4174 the passed in signal. Adjust debug output.
4175 (resume_callback): Rename to ...
4176 (linux_nat_resume_callback): ... this. Pass the thread's last
4177 stop signal, if in "pass" state.
4178 (linux_nat_resume): Adjust to rename.
4179 (stop_wait_callback): New assertion. Don't respawn signals;
4180 instead let the LWP remain with SIGNALLED set.
4181 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4182 * remote.c (append_pending_thread_resumptions): New.
4183 (remote_vcont_resume): Call it.
4184 * target.h (target_resume): Extend comment.
4185
4186 2012-06-28 Iain Sandoe <iain@codesourcery.com>
4187
4188 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4189
4190 2012-06-27 Doug Evans <dje@google.com>
4191
4192 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4193 Delete have_addr_base, unused. All uses updated.
4194 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4195 (dwarf2_get_pc_bounds): Add ranges_base.
4196 (dwarf2_record_block_ranges): Ditto.
4197
4198 2012-06-27 Tom Tromey <tromey@redhat.com>
4199
4200 PR macros/7961:
4201 * varobj.c (varobj_create): Update.
4202 (varobj_set_value): Update.
4203 * tracepoint.c (validate_actionline): Update.
4204 (encode_actions_1): Update.
4205 * parse.c (parse_exp_1): Add 'pc' argument.
4206 (parse_exp_in_context): Add 'pc' argument. Change how
4207 expression_context_pc is set.
4208 (parse_expression): Update.
4209 (parse_field_expression): Update.
4210 * expression.h (parse_exp_1): Update.
4211 * eval.c (parse_to_comma_and_eval): Update.
4212 * breakpoint.c (set_breakpoint_condition): Update.
4213 (update_watchpoint): Update.
4214 (init_breakpoint_sal): Update
4215 (find_condition_and_thread): Update.
4216 (watch_command_1): Update.
4217 (update_breakpoint_locations): Update.
4218 * ada-lang.c (ada_read_renaming_var_value): Update.
4219 (create_excep_cond_exprs): Update.
4220
4221 2012-06-27 Doug Evans <dje@google.com>
4222
4223 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4224 type units.
4225
4226 2012-06-26 Doug Evans <dje@google.com>
4227
4228 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4229 prototype.
4230 (error_check_comp_unit_head): New arg abbrev_section. All callers
4231 updated.
4232 (read_and_check_comp_unit_head): Ditto.
4233 (read_and_check_type_unit_head): Ditto.
4234
4235 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4236
4237 New attribute 'last' for gdb.Symtab_and_line.
4238 * NEWS (Python Scripting): Add entry about the new attribute.
4239 * python/py-symtab.c (salpy_get_last): New function which
4240 implements the get method for the 'last' attribute of
4241 gdb.Symtab_and_line.
4242 (sal_object_getset): Add entry for the 'last' attribute.
4243
4244 2012-06-26 Doug Evans <dje@google.com>
4245
4246 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4247 (dwo_sections): Add macinfo, macro.
4248 (dwarf2_locate_dwo_sections): Watch for macro sections.
4249 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4250 All callers updated. Handle DWO files.
4251
4252 * NEWS: Mention new options "set debug dwarf2-read" and
4253 "set debug symtab-create".
4254 * dwarf2read.c (dwarf2_read_debug): New static global.
4255 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4256 (process_queue): Ditto.
4257 (process_full_comp_unit): Ditto.
4258 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4259 * elfread.c (elf_symfile_read): Add debugging printf.
4260 * minsyms.c (install_minimal_symbols): Ditto.
4261 * psymtab.c (allocate_psymtab): Ditto.
4262 * symfile.c (allocate_symtab): Ditto.
4263 * symtab.c (symtab_create_debug): New global.
4264 (_initialize_symtab): Add new option "set debug symtab-create".
4265 * symtab.h (symtab_create_debug): Declare.
4266
4267 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4268 (lookup_dwo_type_unit): Ditto.
4269
4270 2012-06-26 Roland McGrath <roland@hack.frob.com>
4271 H.J. Lu <hongjiu.lu@intel.com>
4272
4273 * amd64-linux-nat.c: Include <sys/user.h>.
4274 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4275 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4276 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4277
4278 * configure.ac: Check if the fs_base and gs_base members of
4279 `struct user_regs_struct' exist.
4280 * config.in: Regenerated.
4281 * configure: Likewise.
4282
4283 2012-06-25 Michael Eager <eager@eagercon.com>
4284
4285 PR python/14291
4286 * python/python.c (gdbpy_write): Check for interrupted output.
4287
4288 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4289
4290 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4291 register as a stack alignment in ARM mode.
4292
4293 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4296 * gnulib/config.in: Regenerate.
4297 * gnulib/configure: Likewise.
4298 * gnulib/import/m4/extensions.m4: Update it.
4299 * gnulib/import/m4/gnulib-common.m4: Likewise.
4300 * gnulib/import/m4/memmem.m4: Likewise.
4301 * gnulib/import/m4/mmap-anon.m4: Likewise.
4302 * gnulib/import/m4/multiarch.m4: Likewise.
4303 * gnulib/import/stdint.in.h: Likewise.
4304
4305 2012-06-24 Yao Qi <yao@codesourcery.com>
4306
4307 * corefile.c (write_memory_with_notification): New.
4308 * gdbcore.h: Declare write_memory_with_notification.
4309 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4310 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4311 * valops.c (value_assign): Likewise.
4312 * python/py-inferior.c (infpy_write_memory): Call
4313 'write_memory_with_notification'.
4314
4315 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 * cc-with-index.sh: Use also -ex "set auto-load no".
4318
4319 2012-06-23 Doug Evans <dje@google.com>
4320
4321 PR 14125
4322 * NEWS: Document additions to .gdb_index.
4323 * dwarf2read.c: #include "gdb/gdb-index.h".
4324 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4325 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4326 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4327 (dwarf2_read_index): Recognize version 7.
4328 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4329 block_kind, domain): All callers updated.
4330 (dw2_find_symbol_file): Handle new index CU values.
4331 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4332 (add_index_entry): New args is_static, kind. All callers updated.
4333 (offset_type_compare, uniquify_cu_indices): New functions
4334 (symbol_kind): New function.
4335 (write_psymtabs_to_index): Remove duplicate CU values.
4336 (write_psymtabs_to_index): Write .gdb_index version 7.
4337
4338 2012-06-22 Joel Brobecker <brobecker@adacore.com>
4339
4340 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4341 * configure: Regenerate.
4342
4343 2012-06-20 Yao Qi <yao@codesourcery.com>
4344
4345 * python/py-inferior.c: Update comments of infpy_read_memory
4346 and infpy_write_memory.
4347
4348 2012-06-19 Tom Tromey <tromey@redhat.com>
4349
4350 PR exp/9514:
4351 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4352 (push_type_address_space): Remove.
4353 * parse.c (insert_into_type_stack): New function.
4354 (insert_type): Likewise.
4355 (insert_type_address_space): Rename from push_type_address_space.
4356 Insert tp_space_identifier.
4357 * c-exp.y (ptr_operator): New production.
4358 (abs_decl): Use ptr_operator.
4359 (space_identifier): Call insert_type_address_space.
4360 (ptype): Don't use const_or_volatile_or_space_identifier.
4361 (const_or_volatile_noopt): Call insert_type.
4362 (conversion_type_id, conversion_declarator): New productions.
4363 (operator): Use conversion_type_id.
4364
4365 2012-06-18 Doug Evans <dje@google.com>
4366
4367 * symtab.h (minimal_symbol): New member created_by_gdb.
4368 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4369 created by gdb.
4370 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4371 (search_symbols): Call it instead of lookup_symbol.
4372 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4373
4374 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4375 Adjust address for DW_OP_GNU_addr_index.
4376 * dwarf2expr.h (dwarf_expr_context): Update comment.
4377 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4378 all callers updated. Handle TLS vars described with
4379 DW_OP_GNU_const_index.
4380 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4381 and DW_OP_GNU_const_index.
4382 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4383
4384 * block.c (find_block_in_blockvector): Make explicit the fact that we
4385 ignore GLOBAL_BLOCK.
4386
4387 2012-06-18 Tom Tromey <tromey@redhat.com>
4388
4389 * c-exp.y (operator): Remove trailing space after "delete" and
4390 "delete[]".
4391
4392 2012-06-18 Mark Kettenis <kettenis@gnu.org>
4393 Jan Kratochvil <jan.kratochvil@redhat.com>
4394
4395 Switch i386 and derived targets to ON_STACK.
4396 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4397 (amd64_dicos_init_abi): Remove its installment.
4398 * dicos-tdep.c (dicos_init_abi): Remove the
4399 set_gdbarch_call_dummy_location call. Update the comment here.
4400 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4401 (i386_dicos_init_abi): Remove its installment.
4402 * i386-tdep.c (i386_push_dummy_code): New function.
4403 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4404 i386_push_dummy_code.
4405
4406 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 Remove stale dummy frames.
4409 * breakpoint.c: Include dummy-frame.h.
4410 (longjmp_breakpoint_ops): New variable.
4411 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4412 bp_longjmp_call_dummy.
4413 (bpstat_what, bptype_string, print_one_breakpoint_location)
4414 (init_bp_location): Support bp_longjmp_call_dummy.
4415 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4416 (set_longjmp_breakpoint_for_call_dummy)
4417 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4418 functions.
4419 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4420 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4421 FIXME comment and extend the other comment for bp_call_dummy.
4422 (set_longjmp_breakpoint_for_call_dummy)
4423 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4424 * dummy-frame.c: Include gdbthread.h.
4425 (pop_dummy_frame_bpt): New function.
4426 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4427 (dummy_frame_discard): New function.
4428 (cleanup_dummy_frames): Update the comment about longjmps.
4429 * dummy-frame.h (dummy_frame_discard): New declaration.
4430 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4431 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4432 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4433 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4434 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4435 keep_going if IS_LONGJMP and there is no other reason to stop.
4436
4437 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4438
4439 * remote-sim.c (sim_command_completer): Initialize
4440 variable 'result'.
4441
4442 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4443
4444 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4445 * dwarf2loc.c (call_site_parameter_matches): Support
4446 CALL_SITE_PARAMETER_PARAM_OFFSET.
4447 (needs_dwarf_reg_entry_value): Push stub value.
4448 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4449 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4450 * gdbtypes.h (enum call_site_parameter_kind): New item
4451 CALL_SITE_PARAMETER_PARAM_OFFSET.
4452 (struct call_site.parameter.u): New field param_offset.
4453
4454 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4455
4456 Code cleanup: Generalize call_site.parameter key.
4457 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4458 variable dwarf_reg. New variable kind_u. Update parameters to
4459 push_dwarf_reg_entry_value.
4460 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4461 * dwarf2expr.h (enum call_site_parameter_kind)
4462 (union call_site_parameter_u): Forward declarations.
4463 (struct dwarf_expr_context_funcs): Update parameters and their
4464 description for push_dwarf_reg_entry_value.
4465 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4466 * dwarf2loc.c (call_site_parameter_matches): New function.
4467 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4468 description. Use call_site_parameter_matches.
4469 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4470 Update parameters and their description.
4471 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4472 New variable kind_u. Adjust the caller for updated parameters.
4473 (needs_dwarf_reg_entry_value): Update parameters.
4474 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4475 instead of attr. Update for the changed fields of struct
4476 call_site_parameter.
4477 * gdbtypes.h: Include dwarf2expr.h.
4478 (enum call_site_parameter_kind): New.
4479 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4480 fb_offset into new union u.
4481
4482 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4483
4484 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4485 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4486 for x32.
4487
4488 2012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4489
4490 * amd64-linux-nat.c (compat_x32_clock_t): New.
4491 (compat_x32_siginfo_t): Likewise.
4492 (compat_x32_siginfo_from_siginfo): Likewise.
4493 (siginfo_from_compat_x32_siginfo): Likewise.
4494 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4495 and siginfo_from_compat_x32_siginfo for x32.
4496
4497 2012-06-15 Hui Zhu <hui_zhu@mentor.com>
4498
4499 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4500
4501 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4502
4503 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4504 instead of gdbarch_ptr_bit.
4505 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4506 (amd64_supply_native_gregset): Likewise.
4507 (amd64_collect_native_gregset): Likewise.
4508 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4509 (amd64_supply_xsave): Likewise.
4510 (amd64_collect_fxsave): Likewise.
4511 (amd64_collect_xsave): Likewise.
4512
4513 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4514
4515 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4516 (amd64_linux_read_description): Check DS segment register for
4517 x32 process.
4518
4519 2012-06-15 Tom Tromey <tromey@redhat.com>
4520
4521 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4522 init_cutu_and_read_dies.
4523
4524 2012-06-15 Iain Sandoe <iain@codesourcery.com>
4525
4526 * MAINTAINERS (Write After Approval): Add myself to the list.
4527
4528 2012-06-15 Tom Tromey <tromey@redhat.com>
4529
4530 * valops.c (value_find_oload_method_list): Now static.
4531 * value.h (value_find_oload_method_list): Don't declare.
4532
4533 2012-06-15 Tom Tromey <tromey@redhat.com>
4534
4535 * valops.c (find_overload_match): Use value_ind.
4536
4537 2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4538
4539 * infrun.c (handle_inferior_event): Correct indentation.
4540
4541 2012-06-14 Doug Evans <dje@google.com>
4542
4543 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4544 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4545 All uses updated.
4546 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4547 updated. Handle DEBUG_LOC_START_LENGTH.
4548 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4549 (loclist_describe_location): Ditto.
4550
4551 2012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4552
4553 PR backtrace/13866
4554 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4555 after hiding inline functions.
4556
4557 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4558
4559 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4560 _initialize_inf_ttrace.
4561
4562 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4563
4564 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4565 _initialize_hppa_hpux_nat.
4566
4567 2012-06-13 Joel Brobecker <brobecker@adacore.com>
4568
4569 * remote-sim.c (sim_command_completer): Change type of return
4570 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4571
4572 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4573 Jan Kratochvil <jan.kratochvil@redhat.com>
4574
4575 PR tdep/14222
4576 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4577 stack on a 16-byte boundary.
4578
4579 2012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4580
4581 * jit.c (finalize_symtab): Set function's return type to 'void' by
4582 default.
4583
4584 2012-06-13 Mark Kettenis <kettenis@gnu.org>
4585 H.J. Lu <hongjiu.lu@intel.com>
4586
4587 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4588 Move bits common to both the classic LP64 and the new x32 ILP32
4589 ABI here.
4590 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4591 (amd64_x32_linux_init_abi): New function.
4592 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4593 subtype.
4594
4595 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4596 * i386-tdep.c (i386_pseudo_register_name): Make public.
4597 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4598 * amd64-tdep.c (amd64_dword_names): Add "eip".
4599 (amd64_x32_pseudo_register_type): New function
4600 (amd64_x32_init_abi): New function.
4601
4602 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4603
4604 PR build/14003
4605 * inferior.h (struct inferior_suspend_state): Comment out.
4606 (struct inferior): Comment out the field suspend.
4607 * infrun.c (struct infcall_suspend_state): Comment out the field
4608 inferior_suspend.
4609 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4610 out its assignment.
4611
4612 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4615 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4616 function comment. Return ERROR for unresolved cases. Implement
4617 returning proper NAME.
4618 (yylex): Accept also NAME from classify_inner_name.
4619 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4620 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4621 LOC_TYPEDEF type.
4622 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4623
4624 2012-06-13 Tom Tromey <tromey@redhat.com>
4625
4626 * breakpoint.c (condition_completer): New function.
4627 (_initialize_breakpoint): Use it.
4628 * value.c (complete_internalvar): New function.
4629 * value.h (complete_internalvar): Declare.
4630
4631 2012-06-13 Tom Tromey <tromey@redhat.com>
4632
4633 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4634 * breakpoint.c (catch_syscall_completer): Return a VEC.
4635 * cli/cli-cmds.c (complete_command): Update.
4636 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4637 (complete_on_enum): Likewise.
4638 * command.h: Include gdb_vecs.h.
4639 (completer_ftype): Change return type.
4640 (complete_on_cmdlist, complete_on_enum): Likewise.
4641 * completer.c (noop_completer, filename_completer)
4642 (location_completer): Return a VEC.
4643 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4644 to a VEC.
4645 (expression_completer, complete_line_internal, complete_line)
4646 (command_completer): Return a VEC.
4647 (gdb_completion_word_break_characters, line_completion_function):
4648 Update.
4649 * completer.h: Include gdb_vecs.h.
4650 (complete_line, noop_completer, filename_completer)
4651 (expression_completer, location_completer, command_completer):
4652 Update.
4653 * f-lang.c (f_word_break_characters): Return a VEC.
4654 * interps.c (interpreter_completer): Return a VEC.
4655 * language.h (struct language_defn)
4656 <la_make_symbol_completion_list>: Return a VEC.
4657 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4658 * symtab.c (free_completion_list): Take a VEC.
4659 (return_val_size, return_val_index): Remove.
4660 (return_val): Now a VEC.
4661 (completion_list_add_name): Update.
4662 (default_make_symbol_completion_list_break_on)
4663 (default_make_symbol_completion_list, make_symbol_completion_list)
4664 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4665 Return a VEC.
4666 (add_filename_to_list): Update.
4667 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4668 <list>: Now a VEC.
4669 (maybe_add_partial_symtab_filename): Update.
4670 (make_source_files_completion_list): Return a VEC.
4671 * symtab.h (default_make_symbol_completion_list_break_on)
4672 (default_make_symbol_completion_list, make_symbol_completion_list)
4673 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4674 (make_source_files_completion_list): Update.
4675
4676 2012-06-13 Tom Tromey <tromey@redhat.com>
4677
4678 * breakpoint.c (add_catch_command): Use completer_ftype.
4679 * breakpoint.h: Include command.h.
4680 (add_catch_command): Use completer_ftype.
4681 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4682 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4683 Use completer_ftype.
4684 * command.h (completer_ftype): New typedef.
4685 (set_cmd_completer): Use it.
4686 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4687 completer_ftype.
4688
4689 2012-06-13 Pedro Alves <palves@redhat.com>
4690
4691 Partial revert of previous change.
4692
4693 * serial.c (scb_base): New global.
4694 (serial_for_fd): New.
4695 (serial_open, serial_fdopen_ops): Link new serial in open serials
4696 chain.
4697 (do_serial_close): Unlink serial from the open serials chain.
4698
4699 2012-06-12 Pedro Alves <palves@redhat.com>
4700
4701 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4702 threads here.
4703 (prepare_for_detach): No longer context switch here in non-stop
4704 mode.
4705 (fetch_inferior_event): Ditto.
4706 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4707 to the event thread before removing breakpoints. Switch to the
4708 event thread before inserting breakpoints and resuming.
4709 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4710 event thread before resuming.
4711 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4712 Switch to the event thread before removing breakpoints.
4713
4714 2012-06-12 Eli Zaretskii <eliz@gnu.org>
4715
4716 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4717 special characters correctly for the Windows shells. See
4718 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4719 report.
4720 [!__MINGW32__]: Remove extra double quote character from special
4721 characters.
4722
4723 2012-06-11 Stan Shebs <stan@codesourcery.com>
4724
4725 * ui-out.h: Remove #if 0 declarations.
4726 * ui-out.c: Remove #if 0 functions.
4727
4728 2012-06-11 Pedro Alves <palves@redhat.com>
4729
4730 * ser-base.c (run_async_handler_and_reschedule): New.
4731 (fd_event, push_event): Use it.
4732 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4733 reference count to 1.
4734 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4735 instead of xfree.
4736 (serial_is_open, serial_ref, serial_unref): New.
4737 * serial.h (serial_open): Adjust comment.
4738 (serial_is_open): Declare.
4739 (serial_close): Adjust comment.
4740 (serial_ref, serial_unref) Declare.
4741 (struct serial): New field 'refcnt'.
4742
4743 2012-06-11 Pedro Alves <palves@redhat.com>
4744
4745 Remove #if 0'd "connect" command, and unnecessary associated
4746 refcounting and serial reuse bits.
4747
4748 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4749 * serial.c (last_serial_opened): Delete.
4750 (scb_base): Delete.
4751 (serial_open): Adjust.
4752 (serial_for_fd): Delete.
4753 (serial_fdopen_ops, do_serial_close): Adjust.
4754 (serial_fdopen_ops): Adjust.
4755
4756 2012-06-11 Pedro Alves <palves@redhat.com>
4757
4758 * serial.c (do_serial_close): Remove early return when SCB is
4759 null.
4760
4761 2012-06-11 Tom Tromey <tromey@redhat.com>
4762
4763 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4764
4765 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4766
4767 Fix regression by the "ambiguous linespec" series.
4768 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4769 get_last_displayed_symtab and get_last_displayed_line and depending
4770 on CURSAL.
4771
4772 2012-06-11 Tom Tromey <tromey@redhat.com>
4773
4774 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4775 (dw2_find_symbol_file): Use it.
4776
4777 2012-06-11 Michael Eager <eager@eagercon.com>
4778
4779 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4780 * mips-linux-tdep.h (mips_signals): New
4781
4782 2012-06-11 Tom Tromey <tromey@redhat.com>
4783
4784 * infrun.c (handle_inferior_event)
4785 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4786 breakpoint.
4787 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4788 exception logic in all cases. Update comments.
4789 (insert_longjmp_resume_breakpoint): Set the exception resume
4790 breakpoint.
4791
4792 2012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4793
4794 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4795
4796 2012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4797
4798 * valarith.c (binop_types_user_defined_p): Fix a typo.
4799
4800 2012-06-08 Yao Qi <yao@codesourcery.com>
4801 Chung-Lin Tang <cltang@codesourcery.com>
4802
4803 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4804 * arch-utils.h: Declare.
4805 * gdbarch.sh: Add return_in_first_hidden_param_p.
4806 * gdbarch.c, gdbarch.h: Regenerated.
4807 * infcall.c (call_function_by_hand): Call
4808 gdbarch_return_in_first_hidden_param_p instead of
4809 language_pass_by_reference.
4810
4811 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4812 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4813 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4814 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4815 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4816 `cplus_return_struct_by_reference'.
4817 (tic6x_return_value): Handle language cplusplus.
4818 (tic6x_return_in_first_hidden_param_p): New.
4819 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4820
4821 2012-06-07 Doug Evans <dje@google.com>
4822
4823 * dwarf2read.c (dwarf2_cu): Add comment.
4824
4825 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4826
4827 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4828 variable.
4829 (mips_eabi_push_dummy_call): Likewise.
4830 (mips_n32n64_push_dummy_call): Likewise.
4831 (mips_o32_push_dummy_call): Likewise.
4832 (mips_o64_push_dummy_call): Likewise.
4833
4834 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4835
4836 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4837
4838 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4839
4840 * mips-tdep.c (mips_pseudo_register_type): Use
4841 mips_float_register_p.
4842
4843 2012-06-06 Pedro Alves <palves@redhat.com>
4844
4845 * infrun.c (handle_inferior_event): Remove calls to
4846 reinit_frame_cache that follow a context_switch call.
4847
4848 2012-06-06 Pedro Alves <palves@redhat.com>
4849
4850 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4851 context_switch and remove stale comment.
4852
4853 2012-06-06 Pedro Alves <palves@redhat.com>
4854
4855 * infrun.c (struct execution_control_state): Remove
4856 `new_thread_event' field.
4857 (handle_inferior_event): Simplify new threads handling; don't
4858 resume the inferior if we find a new thread.
4859
4860 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4861
4862 * NEWS: Document the deprecation of SH's 'regs' command.
4863 * inferior.h (all_registers_info): Add function declaration.
4864 * sh-tdep.c (sh_show_regs): Remove variable.
4865 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4866 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4867 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4868 (sh_show_regs_command): Remove functions.
4869 (sh_gdbarch_init): Don't set sh_show_regs.
4870 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4871 'info all-registers'.
4872 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4873 (sh64_show_regs): Remove functions.
4874 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4875
4876 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 * configure.ac: Move development=true below AC_INIT.
4879 * configure: Regenerate.
4880
4881 2012-06-05 Stan Shebs <stan@codesourcery.com>
4882
4883 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4884 gdb_stdout.
4885
4886 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4887
4888 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4889 argument as ssize_t.
4890 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4891 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4892 * target.c (target_read_stack, target_write_memory)
4893 (target_write_raw_memory): Likewise.
4894 * target.h (target_read_stack, target_write_memory)
4895 (target_write_raw_memory): Likewise.
4896
4897 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4900 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4901 * target.c (target_read_memory): Change LEN to ssize_t.
4902 * target.h (target_read_memory): Change LEN to ssize_t.
4903
4904 2012-06-05 Pedro Alves <palves@redhat.com>
4905
4906 PR backtrace/13866
4907
4908 * breakpoint.c (until_break_command): Only fetch the selected
4909 frame after decode_line_1.
4910
4911 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4912
4913 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4914 event breakpoint at _start, __start or main if a program
4915 interpreter is not found.
4916
4917 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4918
4919 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4920 Add declaration.
4921 * windows-tdep.c: #include "objfiles.h".
4922 (windows_iterate_over_objfiles_in_search_order): New function.
4923 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4924 iterate_over_objfiles_in_search_order gdbarch method to
4925 windows_iterate_over_objfiles_in_search_order.
4926 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4927
4928 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4929
4930 * gdbarch.sh: Add generation of
4931 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4932 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4933 (iterate_over_objfiles_in_search_order): New gdbarch method.
4934 * gdbarch.h, gdbarch.c: Regenerate.
4935 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4936 Add declaration.
4937 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4938 New function.
4939 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4940 out of lookup_symbol_aux_symtabs.
4941 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4942 call to lookup_symbol_aux_objfile.
4943 (struct global_sym_lookup_data): New type.
4944 (lookup_symbol_global_iterator_cb): New function.
4945 (lookup_symbol_global): Search for symbol using
4946 gdbarch_iterate_over_objfiles_in_search_order and
4947 lookup_symbol_global_iterator_cb.
4948 * findvar.c (struct minsym_lookup_data): New type.
4949 (minsym_lookup_iterator_cb): New function.
4950 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4951 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4952 and minsym_lookup_iterator_cb.
4953
4954 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4955
4956 Revert the following patch:
4957 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4958 try locating the symbol in the symbol's own objfile first, before
4959 extending the search to all objfiles.
4960 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4961 out of lookup_symbol_aux_symtabs.
4962 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4963 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4964 Do not search EXCLUDE_OBJFILE.
4965 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4966 (lookup_symbol_global): Search for matches in the block's objfile
4967 first, before searching all other objfiles.
4968
4969 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4970
4971 * breakpoint.c (find_condition_and_thread): Stop parsing
4972 as soon as the first invalid keyword is found.
4973
4974 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4975
4976 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4977
4978 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4979
4980 * config/djgpp/djcheck.sh: Add copyright header.
4981
4982 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4983
4984 * copyright.py (update_files, main): Fix path to update-copyright
4985 script.
4986
4987 2012-06-05 Joel Brobecker <brobecker@adacore.com>
4988
4989 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4990 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4991 for which a reminder to update by hand is printed.
4992
4993 2012-06-04 Doug Evans <dje@google.com>
4994
4995 * buildsym.c (make_blockvector): Add comment.
4996
4997 2012-06-04 Pedro Alves <palves@redhat.com>
4998
4999 * arch-utils.c (default_gdb_signal_from_target): Delete.
5000 * arch-utils.h (default_gdb_signal_from_target): Delete.
5001 * corelow.c (core_open) <signal mapping>: Extended comment. Check
5002 gdbarch_gdb_signal_from_target_p.
5003 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5004 predicate).
5005 * gdbarch.h: Regenerate.
5006 * gdbarch.c: Regenerate.
5007
5008 2012-06-04 Pedro Alves <palves@redhat.com>
5009
5010 * gdbarch.sh (gdb_signal_from_target): Mention that the
5011 implementation of the method must be host independent.
5012 * gdbarch.h: Regenerate.
5013
5014 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5015
5016 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5017 parameters.
5018 (target_read_memory_bfd): New function.
5019 (symbol_file_add_from_memory): Use it.
5020
5021 2012-06-03 Doug Evans <dje@google.com>
5022
5023 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5024 of primary symtab.
5025 (basic_lookup_transparent_type): Ditto.
5026
5027 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5028 (ALL_PRIMARY_SYMTABS): Use it.
5029 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5030 * dwarf2read.c (dw2_find_symbol_file): Ditto.
5031 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5032 * symtab.c (lookup_symbol_aux_objfile): Ditto.
5033 (basic_lookup_transparent_type): Ditto.
5034
5035 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
5036
5037 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
5038 it to optimize resolution of demangled name.
5039
5040 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 * configure.ac (development): Define new variable.
5043 Call AC_CHECK_LIB for mcheck if $development.
5044 (ERROR_ON_WARNING): Enable it by default only if $development.
5045 * config.in: Regenerate.
5046 * configure: Regenerate.
5047
5048 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5049
5050 * target.c (target_read_memory): Make LEN argument as size_t.
5051 * target.h (target_read_memory): Likewise.
5052
5053 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5054
5055 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5056
5057 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
5058
5059 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5060 BookE interface for PowerPC server processors if not available
5061 in the Linux Kernel.
5062
5063 2012-05-31 Keith Seitz <keiths@redhat.com>
5064
5065 * linespec.c (decode_objc): Add cleanup to free
5066 INFO.FILE_SYMTABS.
5067 (find_linespec_symbols): Add cleanup to free CLASSES.
5068 * symfile.c (find_separate_debug_file_by_debuglink): Add
5069 cleanup to free DEBUGLINK.
5070 * ui-out.c (clear_header_list): No need to check if
5071 HEADER_NEXT.COLHDR is NULL.
5072 Free HEADER_NEXT.COL_NAME.
5073
5074 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5075
5076 * ada-lang.c (standard_lookup): Prevent uninitialized variable
5077 warning.
5078
5079 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5080
5081 * configure.host (gdb_host_cpu): Handle tilegx*.
5082 (gdb_host): Handle tilegx-*-linux*.
5083 * tilegx-linux-nat.c: New file.
5084 * config/tilegx/linux.mh: New file.
5085
5086 2012-05-30 Jeff Kenton <jkenton@tilera.com>
5087
5088 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5089 tilegx-linux-tdep.o.
5090 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5091 tilegx-linux-tdep.c.
5092 * configure.tgt: Handle tilegx-*-linux*.
5093 * tilegx-tdep.h: New file.
5094 * tilegx-tdep.c: New file.
5095 * tilegx-linux-tdep.c: New file.
5096 * regformats/reg-tilegx.dat: New file.
5097
5098 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5099
5100 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5101 accounting of hw watchpoints on ppc.
5102
5103 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5104
5105 * source.c (openp): Expand tilde in path entries.
5106
5107 2012-05-29 Doug Evans <dje@google.com>
5108
5109 * buildsym.c (block_compar): Fix comment.
5110 (end_symtab): Fix and clarify some comments.
5111
5112 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5113 cleanup_undefined_types.
5114 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5115 All callers updated.
5116
5117 2012-05-29 Tom Tromey <tromey@redhat.com>
5118
5119 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5120 fails.
5121 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5122 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5123 fails.
5124 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5125 fails.
5126
5127 2012-05-29 Tristan Gingold <gingold@adacore.com>
5128
5129 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5130 (struct darwin_info): ... New struct.
5131 (solib_darwin_pspace_data): New variable.
5132 (darwin_pspace_data_cleanup): New function.
5133 (get_darwin_info): Likewise.
5134 (darwin_dyld_version_ok, darwin_load_image_infos)
5135 (darwin_solib_get_all_image_info_addr_at_init)
5136 (darwin_solib_read_all_image_info_addr): Add info argument.
5137 Adjust code.
5138 (darwin_current_sos): Use per pspace structure.
5139 (darwin_solib_create_inferior_hook): Likewise.
5140 (darwin_clear_solib): Likewise.
5141 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5142
5143 2012-05-28 Pedro Alves <palves@redhat.com>
5144
5145 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5146 block that uses them. Clear ecss before handling each event.
5147
5148 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5149
5150 * solib-svr4.c (svr4_current_sos): New comment on
5151 svr4_current_sos_via_xfer_libraries fall back.
5152
5153 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5156 it as a fallback for TYPE_IS_OPAQUE.
5157 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5158 symbols for lookup_symbol.
5159
5160 2012-05-24 John Steele Scott <toojays@toojays.net>
5161
5162 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5163 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5164 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5165 (check_producer): ... this new function, which also checks for ICC
5166 and caches the result.
5167 (producer_is_icc): New function.
5168 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5169 producer was ICC.
5170
5171 2012-05-24 Pedro Alves <palves@redhat.com>
5172
5173 PR gdb/7205
5174
5175 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5176 (default_gdb_signal_to_target): ... this. Add comment.
5177 (default_gdb_signal_from_host): Rename to ...
5178 (default_gdb_signal_from_target): ... this. Add comment.
5179 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5180 (default_gdb_signal_to_target): ... this.
5181 (default_gdb_signal_from_host): Rename to ...
5182 (default_gdb_signal_from_target): ... this.
5183 * corelow.c (core_open): Adjust to naming change. Replace comment.
5184 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5185 (gdb_signal_from_target): ... this. Adjust to
5186 default_gdb_signal_from_host naming change. Extend comment.
5187 (gdb_signal_to_host): Rename to ...
5188 (gdb_signal_to_target): ... this. Adjust to
5189 default_gdb_signal_to_host naming change.
5190 * gdbarch.h, gdbarch.c: Renegerate.
5191
5192 2012-05-24 Pedro Alves <palves@redhat.com>
5193
5194 PR gdb/7205
5195
5196 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5197
5198 2012-05-24 Pedro Alves <palves@redhat.com>
5199
5200 PR gdb/7205
5201
5202 Replace target_signal with gdb_signal throughout.
5203
5204 2012-05-24 Pedro Alves <palves@redhat.com>
5205
5206 PR tui/14159
5207
5208 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5209 string, instead of reusing the va_list argument.
5210
5211 2012-05-24 Tom Tromey <tromey@redhat.com>
5212
5213 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5214 Remove.
5215
5216 2012-05-23 Doug Evans <dje@google.com>
5217
5218 * symtab.c (search_symbols): Formatting fixes.
5219 (print_symbol_info): Formatting fixes.
5220
5221 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5222 int64_t change to leb128 API.
5223 (read_encoded_value, decode_frame_entry_1): Ditto.
5224 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5225 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5226 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5227 (execute_stack_op): Ditto.
5228 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5229 (safe_read_uleb128, safe_read_sleb128): Ditto.
5230 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5231 (dwarf2_compile_expr_to_ax): Ditto.
5232 (locexpr_describe_location_piece): Ditto.
5233 (disassemble_dwarf_expression): Ditto.
5234 (locexpr_describe_location_1): Ditto.
5235
5236 2012-05-23 Stan Shebs <stan@codesourcery.com>
5237 Kwok Cheung Yeung <kcy@codesourcery.com>
5238
5239 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5240 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5241 (mi-cmd-info.o): New rule.
5242 * osdata.h (info_osdata_command): New declaration.
5243 * osdata.c (info_osdata_command): Change to non-static.
5244 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5245 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5246 * mi/mi-cmd-info.c: New file.
5247
5248 2012-05-23 Doug Evans <dje@google.com>
5249
5250 * symtab.c (search_symbols): Pass NULL for file_matcher to
5251 expand_symtabs_matching if there are no files to match.
5252
5253 * gdbtypes.c (lookup_typename): Simplify.
5254
5255 2012-05-23 Pedro Alves <palves@redhat.com>
5256
5257 * arch-utils.h (default_target_signal_to_host): Delete.
5258 * arch-utils.c (default_target_signal_to_host): Delete.
5259 * gdbarch.sh (target_signal_to_host): Remove.
5260 * gdbarch.h, gdbarch.c: Regenerate.
5261
5262 2012-05-22 Doug Evans <dje@google.com>
5263
5264 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5265 "const gdb_byte *".
5266 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5267 (execute_cfa_program): Update to match API of leb128 functions.
5268 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5269 "const gdb_byte *".
5270 (read_unsigned_leb128, read_signed_leb128): Delete.
5271 (read_initial_length): Change type of buf argument to
5272 "const gdb_byte *".
5273 (read_encoded_value): Update to match API of leb128 functions.
5274 (decode_frame_entry): Change result to "const gdb_byte *", and
5275 similarly for "start" parameter.
5276 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5277 (dwarf2_build_frame_info): Change local frame_ptr to
5278 "const gdb_byte *".
5279 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5280 read_uleb128, read_sleb128. All callers updated.
5281 (safe_skip_leb128): New function.
5282 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5283 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5284 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5285 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5286 read_uleb128, read_sleb128.
5287 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5288 (execute_stack_op): Update to match API of leb128 functions.
5289 * dwarf2expr.h: #include "leb128.h".
5290 (read_uleb128, read_sleb128): Delete.
5291 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5292 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5293 * dwarf2loc.c (debug_loc_kind): New enum.
5294 (decode_debug_loc_addresses): New function.
5295 (decode_debug_loc_dwo_addresses): New function.
5296 (dwarf2_find_location_expression): Rewrite.
5297 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5298 (locexpr_describe_location_piece): Ditto.
5299 (disassemble_dwarf_expression): Ditto.
5300 (locexpr_describe_location_1): Ditto.
5301 (loclist_describe_location): Rewrite.
5302 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5303 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5304 (dwarf2_section_buffer_overflow_complaint): Renamed from
5305 dwarf2_macros_too_long_complaint. All callers updated.
5306 (skip_leb128): Delete.
5307 (init_cu_die_reader): Initialize reader->buffer_end.
5308 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5309 (skip_form_bytes): New arg buffer_end. All callers updated.
5310 Replace call to skip_leb128 with gdb_skip_leb128.
5311 (skip_unknown_opcode): New arg mac_end. All callers updated.
5312 (fill_in_loclist_baton): Initialize baton->from_dwo.
5313
5314 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5315
5316 * mips-linux-nat.c (mips_linux_read_description): Use a more
5317 verbose error message.
5318
5319 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5320
5321 * NEWS: Add MIPS/Linux DSP support.
5322 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5323 (SIGCONTEXT_DSPCTL): New macro.
5324 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5325 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5326 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5327 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5328 (N64_SIGCONTEXT_HI3): Likewise.
5329 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5330 (N64_SIGCONTEXT_LO3): Likewise.
5331 (N64_SIGCONTEXT_DSPCTL): Likewise.
5332 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5333 (mips_linux_o32_sigframe_init): Handle DSP registers.
5334 (mips_linux_n32n64_sigframe_init): Likewise.
5335
5336 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5337
5338 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5339 call to abort.
5340
5341 2012-05-22 Pedro Alves <palves@redhat.com>
5342
5343 * target.h (store_waitstatus): Move declaration ...
5344 * inf-child.h (store_waitstatus): ... here.
5345 * target.c: Move inclusion of gdb_wait.h, and ...
5346 (store_waitstatus): ... this ...
5347 * inf-child.c: ... here.
5348 * linux-nat.c: Include inf-child.h.
5349 * rs6000-nat.c: Include inf-child.h.
5350 * spu-linux-nat.c: Include inf-child.h.
5351
5352 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5353
5354 * tracepoint.c (start_tracing): Add missing i18n markup.
5355 (stop_tracing, set_trace_user): Ditto.
5356 (set_trace_notes, set_trace_stop_notes): Ditto.
5357
5358 2012-05-21 Tom Tromey <tromey@redhat.com>
5359
5360 PR c++/7173:
5361 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5362 types.
5363 * value.h (value_cast_pointers): Update.
5364 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5365 (value_cast): Update.
5366 (update_search_result): New function.
5367 (do_search_struct_field): New, from search_struct_field. Check
5368 for ambiguous results.
5369 (search_struct_field): Rewrite.
5370 * infcall.c (value_arg_coerce): Update.
5371 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5372 value_cast_pointers.
5373 * ada-lang.c (ada_convert_actual): Update.
5374
5375 2012-05-21 Tom Tromey <tromey@redhat.com>
5376
5377 * macroexp.c (macro_stringify): Terminate the string.
5378
5379 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5380
5381 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5382 Describe it.
5383 * auto-load.c (auto_load_expand_dir_vars): New function.
5384 (auto_load_safe_path_vec_update): Use it, remove the
5385 substitute_path_component call thanks to it.
5386 (auto_load_objfile_script): Remove the debug_file_directory processing.
5387 Use auto_load_expand_dir_vars, remove the substitute_path_component
5388 call thanks to it.
5389 * configure: Regenerate.
5390 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5391 path. Escape $ also for $debugdir.
5392 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5393 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5394
5395 2012-05-20 Doug Evans <dje@google.com>
5396
5397 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5398 before use. Check for symtab->includes == NULL before scanning it.
5399
5400 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5401
5402 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5403
5404 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5405
5406 * NEWS: Add microMIPS support and "set mips compression",
5407 "show mips compression" commands.
5408 * mips-tdep.h (mips_isa): New enum.
5409 (gdbarch_tdep): Add mips_isa.
5410 (mips_pc_is_mips16): Update prototype.
5411 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5412 * mips-tdep.c (mips_compression_mips16): New variable.
5413 (mips_compression_micromips): Likewise.
5414 (mips_compression_strings): Likewise.
5415 (mips_compression_string): Likewise.
5416 (is_mips16_isa, is_micromips_isa): New functions.
5417 (is_mips16_addr): Rename to...
5418 (is_compact_addr): ... this.
5419 (unmake_mips16_addr): Likewise to...
5420 (unmake_compact_addr): ... this.
5421 (make_mips16_addr): Likewise to...
5422 (make_compact_addr): ... this.
5423 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5424 functions.
5425 (mips_elf_make_msymbol_special): Handle microMIPS code.
5426 (msymbol_is_special): Rename to...
5427 (msymbol_is_mips16): ... this.
5428 (mips_make_symbol_special, mips_pc_is_mips16): Update
5429 accordingly.
5430 (msymbol_is_mips, msymbol_is_micromips): New functions.
5431 (mips16_to_32_reg): Rename to...
5432 (mips_reg3_to_reg): ... this.
5433 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5434 (mips_pc_isa): Likewise.
5435 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5436 code.
5437 (mips_fetch_instruction): Pass return status instead of printing
5438 an error message if requested. Handle microMIPS code. Bail out
5439 on an invalid ISA.
5440 (micromips_op): New macro.
5441 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5442 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5443 (b6s4_op, b7s3_reg): Likewise.
5444 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5445 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5446 (mips_insn_size): New function.
5447 (mips32_next_pc): Update mips_fetch_instruction call.
5448 (micromips_relative_offset7): New function.
5449 (micromips_relative_offset10): Likewise.
5450 (micromips_relative_offset16): Likewise.
5451 (micromips_pc_insn_size): Likewise.
5452 (micromips_bc1_pc): Likewise.
5453 (micromips_next_pc): Likewise.
5454 (unpack_mips16): Update mips_fetch_instruction call.
5455 (extended_mips16_next_pc): Update according to change to
5456 mips16_to_32_reg.
5457 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5458 code.
5459 (mips16_scan_prologue): Update mips_fetch_instruction call.
5460 Update according to change to mips16_to_32_reg.
5461 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5462 (mips_insn16_frame_base_sniffer): Likewise.
5463 (micromips_decode_imm9): New function.
5464 (micromips_scan_prologue): Likewise.
5465 (mips_micro_frame_cache): Likewise.
5466 (mips_micro_frame_this_id): Likewise.
5467 (mips_micro_frame_prev_register): Likewise.
5468 (mips_micro_frame_sniffer): Likewise.
5469 (mips_micro_frame_unwind): New variable.
5470 (mips_micro_frame_base_address): New function.
5471 (mips_micro_frame_base): New variable.
5472 (mips_micro_frame_base_sniffer): New function.
5473 (mips32_scan_prologue): Update mips_fetch_instruction call.
5474 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5475 rather than for MIPS16.
5476 (mips_insn32_frame_base_sniffer): Likewise.
5477 (mips_addr_bits_remove): Handle microMIPS code.
5478 (deal_with_atomic_sequence): Rename to...
5479 (mips_deal_with_atomic_sequence): ... this. Update the type
5480 of the variable used to hold an instruction. Remove the ISA bit
5481 check. Update mips_fetch_instruction call.
5482 (micromips_deal_with_atomic_sequence): New function.
5483 (deal_with_atomic_sequence): Likewise.
5484 (mips_about_to_return): Handle microMIPS code. Update
5485 mips_fetch_instruction call.
5486 (heuristic_proc_start): Check for the standard MIPS ISA rather
5487 than for MIPS16. Update mips_pc_is_mips16 and
5488 mips_fetch_instruction calls. Handle microMIPS code.
5489 (mips_push_dummy_code): Handle microMIPS code.
5490 (mips_eabi_push_dummy_call): Likewise.
5491 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5492 (mips_o64_push_dummy_call): Handle microMIPS code.
5493 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5494 (is_delayed): Remove function.
5495 (mips_single_step_through_delay): Replace the call to is_delayed
5496 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5497 Handle microMIPS code.
5498 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5499 microMIPS code.
5500 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5501 call.
5502 (micromips_in_function_epilogue_p): New function.
5503 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5504 call.
5505 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5506 Handle microMIPS.
5507 (gdb_print_insn_mips): Likewise.
5508 (mips_breakpoint_from_pc): Likewise.
5509 (mips_remote_breakpoint_from_pc): New function.
5510 (mips32_instruction_has_delay_slot): Simplify making use of the
5511 updated mips_fetch_instruction interface.
5512 (micromips_instruction_has_delay_slot): New function.
5513 (mips16_instruction_has_delay_slot): Simplify making use of the
5514 updated mips_fetch_instruction interface.
5515 (mips_adjust_breakpoint_address): Check for the standard MIPS
5516 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
5517 calls. Handle microMIPS code.
5518 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5519 (mips_skip_trampoline_code): Handle microMIPS code.
5520 (global_mips_compression): New function.
5521 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5522 file flags. Register the microMIPS remote breakpoint handler
5523 and heuristic frame unwinder.
5524 (show_mips_compression): New function.
5525 (_initialize_mips_tdep): Add the "set mips compression" and
5526 "show mips compression" commands.
5527
5528 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5529
5530 * ada-lang.c:
5531 * ada-tasks.c:
5532 * ada-varobj.c:
5533 * amd64-darwin-tdep.c:
5534 * arm-symbian-tdep.c:
5535 * arm-tdep.c:
5536 * avr-tdep.c:
5537 * ax-gdb.c:
5538 * bfin-linux-tdep.c:
5539 * breakpoint.c:
5540 * c-valprint.c:
5541 * cli/cli-cmds.c:
5542 * coffread.c:
5543 * cp-support.c:
5544 * cris-tdep.c:
5545 * dwarf2-frame-tailcall.c:
5546 * dwarf2-frame.c:
5547 * dwarf2expr.c:
5548 * dwarf2loc.c:
5549 * dwarf2read.c:
5550 * elfread.c:
5551 * eval.c:
5552 * expprint.c:
5553 * f-valprint.c:
5554 * frv-tdep.c:
5555 * h8300-tdep.c:
5556 * hppa-hpux-tdep.c:
5557 * hppa-tdep.c:
5558 * hppanbsd-tdep.c:
5559 * i386-nto-tdep.c:
5560 * i386-tdep.c:
5561 * i387-tdep.c:
5562 * ia64-tdep.c:
5563 * jit.c:
5564 * linespec.c:
5565 * linux-tdep.c:
5566 * lm32-tdep.c:
5567 * m2-valprint.c:
5568 * m32c-tdep.c:
5569 * m32r-rom.c:
5570 * m32r-tdep.c:
5571 * m68k-tdep.c:
5572 * m68klinux-tdep.c:
5573 * mi/mi-main.c:
5574 * microblaze-tdep.c:
5575 * mips-linux-tdep.c:
5576 * mips-tdep.c:
5577 * mn10300-tdep.c:
5578 * p-valprint.c:
5579 * parse.c:
5580 * ppc-linux-tdep.c:
5581 * ppc-sysv-tdep.c:
5582 * printcmd.c:
5583 * python/py-finishbreakpoint.c:
5584 * python/py-inferior.c:
5585 * python/py-infthread.c:
5586 * python/py-type.c:
5587 * python/python.c:
5588 * remote-fileio.c:
5589 * remote-m32r-sdi.c:
5590 * remote-mips.c:
5591 * reverse.c:
5592 * rl78-tdep.c:
5593 * rs6000-aix-tdep.c:
5594 * rs6000-tdep.c:
5595 * s390-tdep.c:
5596 * score-tdep.c:
5597 * sh64-tdep.c:
5598 * skip.c:
5599 * solib-darwin.c:
5600 * solib-dsbt.c:
5601 * solib-frv.c:
5602 * sparc-tdep.c:
5603 * spu-multiarch.c:
5604 * spu-tdep.c:
5605 * stack.c:
5606 * symfile.c:
5607 * symtab.c:
5608 * tic6x-tdep.c:
5609 * tracepoint.c:
5610 * v850-tdep.c:
5611 * valarith.c:
5612 * valprint.c:
5613 * value.c:
5614 * xcoffread.c:
5615 * xtensa-tdep.c:
5616 * ada-lang.c:
5617 * ada-tasks.c:
5618 * ada-varobj.c:
5619 * amd64-darwin-tdep.c:
5620 * arm-symbian-tdep.c:
5621 * arm-tdep.c: Delete unused variables.
5622
5623 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 Rename $ddir to $datadir.
5626 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5627 * auto-load.c (auto_load_safe_path_vec_update)
5628 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5629 * configure: Regenerate.
5630 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5631 Likewise. Remove the 'use $ddir' help string.
5632
5633 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5634
5635 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5636 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5637
5638 2012-05-18 Tom Tromey <tromey@redhat.com>
5639
5640 PR exp/13907:
5641 * valprint.h (struct value_print_options) <symbol_print>: New
5642 field.
5643 * valprint.c (user_print_options): Add default for symbol_print.
5644 (show_symbol_print): New function.
5645 (generic_val_print): Respect symbol_print.
5646 (_initialize_valprint): Add "print symbol" setting.
5647 * f-valprint.c (f_val_print): Respect symbol_print.
5648 * c-valprint.c (c_val_print): Respect symbol_print.
5649 * NEWS: Update.
5650 * printcmd.c (print_address_symbolic): Return int. Ignore some
5651 zero-size symbols.
5652 (print_address_demangle): Return int.
5653 * defs.h: (print_address_symbolic): Return int.
5654 * value.h (print_address_demangle): Return int.
5655
5656 2012-05-18 Tom Tromey <tromey@redhat.com>
5657
5658 * valprint.c (val_print_string): Don't print leading space.
5659 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5660 print space before string or vtbl.
5661 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5662 before string.
5663 * jv-valprint.c (java_value_print): Print space before string.
5664 * go-valprint.c (print_go_string): Print space before string.
5665 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5666 space before string.
5667 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5668 space before string or vtbl.
5669 * auxv.c (fprint_target_auxv): Print space after address.
5670
5671 2012-05-18 Tom Tromey <tromey@redhat.com>
5672
5673 * printcmd.c (print_address_demangle): Remove special case for 0.
5674
5675 2012-05-18 Tom Tromey <tromey@redhat.com>
5676
5677 * printcmd.c (print_address_demangle): Add 'opts' argument.
5678 * p-valprint.c (pascal_val_print): Update.
5679 * jv-valprint.c (java_val_print): Update.
5680 * value.h: Update.
5681 * valprint.c (generic_val_print): Update.
5682 (print_function_pointer_address): Add 'options' argument. Remove
5683 'addressprint' argument. Update.
5684 * m2-valprint.c (print_unpacked_pointer): Update.
5685 * gnu-v3-abi.c (print_one_vtable): Update.
5686 (gnuv3_print_method_ptr): Update.
5687 * f-valprint.c (f_val_print): Update.
5688 * cp-valprint.c (cp_print_value_fields): Update.
5689 * valprint.h (print_function_pointer_address): Update.
5690 * c-valprint.c (c_val_print): Update.
5691
5692 2012-05-18 Tom Tromey <tromey@redhat.com>
5693
5694 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5695 directly corresponding to the found psymtab.
5696 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5697 (dw2_find_pc_sect_symtab): Use it.
5698 * block.h (blockvector_contains_pc): Declare.
5699 * block.c (find_block_in_blockvector): New function.
5700 (blockvector_for_pc_sect): Use it.
5701 (blockvector_contains_pc): New function.
5702
5703 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5704
5705 * mips-tdep.h (mips_write_pc): New prototype.
5706 * mips-tdep.c (mips_write_pc): Make external, add description.
5707 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5708 add description.
5709
5710 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5711
5712 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5713 mips_regnum->pc.
5714 (mips_unwind_pc, mips_write_pc): Likewise.
5715 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5716 gdbarch_read_pc.
5717
5718 2012-05-17 Joel Brobecker <brobecker@adacore.com>
5719
5720 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5721 proc_warn, proc_error, proc_get_status, proc_flags,
5722 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5723 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5724 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5725 proc_stop_process, proc_wait_for_stop, proc_run_process,
5726 proc_set_traced_signals, proc_set_traced_faults,
5727 proc_set_traced_sysentry, proc_set_traced_sysexit,
5728 proc_set_held_signals, proc_get_held_signals,
5729 proc_get_traced_signals, proc_get_traced_faults,
5730 proc_get_traced_sysentry, proc_get_traced_sysexit,
5731 proc_clear_current_fault, proc_set_current_signal,
5732 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5733 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5734 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5735 proc_get_current_thread, proc_get_current_thread,
5736 proc_get_current_thread, proc_update_threads,
5737 proc_update_threads, proc_update_threads, proc_update_threads,
5738 proc_iterate_over_threads, procfs_find_new_threads,
5739 procfs_pid_to_str): Make static. Remove advance declaration.
5740 (proc_cursig): Make static. Conditionalized defintion on
5741 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5742 (proc_syscall, proc_set_kill_on_last_close,
5743 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5744 proc_get_pending_signals, proc_get_signal_actions,
5745 proc_trace_signal, proc_ignore_signal): Delete.
5746
5747 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5748
5749 * coffread.c (cs_section_address): Passing proper argument for
5750 `bfd_get_section_vma'.
5751 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5752 `bfd_get_section_flags'.
5753 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5754 `bfd_get_section_vma'.
5755
5756 2012-05-16 Tom Tromey <tromey@redhat.com>
5757
5758 PR macros/13205:
5759 * macrotab.h: (macro_define_special): Declare.
5760 (enum macro_special_kind): New.
5761 (struct macro_definition) <argc, replacement>: Update comments.
5762 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5763 (macro_define_object_internal): New function.
5764 (macro_define_object): Use it.
5765 (macro_define_special): New function.
5766 (fixup_definition): New function.
5767 (macro_lookup_definition, foreach_macro_in_scope)
5768 (foreach_macro): Use fixup_definition.
5769 * macroexp.h (macro_stringify): Declare.
5770 * macroexp.c (free_buffer_return_text): New function.
5771 (stringify): Constify "arg".
5772 (macro_stringify): New function.
5773 * dwarf2read.c (macro_start_file): Call macro_define_special.
5774
5775 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5776 Maciej W. Rozycki <macro@mips.com>
5777
5778 * breakpoint.h (bp_location): Add related_address member.
5779 * inferior.h (get_return_value): Take a pointer to struct value
5780 instead of struct type for the function requested.
5781 * value.h (using_struct_return): Likewise.
5782 * gdbarch.sh (return_value): Take a pointer to struct value
5783 instead of struct type for the function requested.
5784 * breakpoint.c (set_breakpoint_location_function): Initialize
5785 related_address for bp_gnu_ifunc_resolver breakpoints.
5786 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5787 requested function's address to gdbarch_return_value.
5788 * eval.c (evaluate_subexp_standard): Pass the requested
5789 function's address to using_struct_return.
5790 * infcall.c (call_function_by_hand): Pass the requested
5791 function's address to using_struct_return and
5792 gdbarch_return_value.
5793 * infcmd.c (get_return_value): Take a pointer to struct value
5794 instead of struct type for the function requested.
5795 (print_return_value): Update accordingly.
5796 (finish_command_continuation): Likewise.
5797 * stack.c (return_command): Pass the requested function's
5798 address to using_struct_return and gdbarch_return_value.
5799 * value.c (using_struct_return): Take a pointer to struct value
5800 instead of struct type for the function requested. Pass the
5801 requested function's address to gdbarch_return_value.
5802 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5803 New function_value member, replacing function_type.
5804 (bpfinishpy_dealloc): Update accordingly.
5805 (bpfinishpy_pre_stop_hook): Likewise.
5806 (bpfinishpy_init): Likewise. Record the requested function's
5807 address.
5808 * mips-tdep.c (mips_fval_reg): New enum.
5809 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5810 words put in GP registers.
5811 (mips_o64_push_dummy_call): Update a comment.
5812 (mips_o32_return_value): Take a pointer to struct value instead
5813 of struct type for the function requested and use it to check if
5814 using the MIPS16 calling convention. Return the designated
5815 general purpose registers for floating-point values returned in
5816 MIPS16 mode.
5817 (mips_o64_return_value): Likewise.
5818 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5819 (ppc_sysv_abi_broken_return_value): Likewise.
5820 (ppc64_sysv_abi_return_value): Likewise.
5821 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5822 value instead of struct type for the function requested.
5823 * amd64-tdep.c (amd64_return_value): Likewise.
5824 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5825 * arm-tdep.c (arm_return_value): Likewise.
5826 * avr-tdep.c (avr_return_value): Likewise.
5827 * bfin-tdep.c (bfin_return_value): Likewise.
5828 * cris-tdep.c (cris_return_value): Likewise.
5829 * frv-tdep.c (frv_return_value): Likewise.
5830 * h8300-tdep.c (h8300_return_value): Likewise.
5831 (h8300h_return_value): Likewise.
5832 * hppa-tdep.c (hppa32_return_value): Likewise.
5833 (hppa64_return_value): Likewise.
5834 * i386-tdep.c (i386_return_value): Likewise.
5835 * ia64-tdep.c (ia64_return_value): Likewise.
5836 * iq2000-tdep.c (iq2000_return_value): Likewise.
5837 * lm32-tdep.c (lm32_return_value): Likewise.
5838 * m32c-tdep.c (m32c_return_value): Likewise.
5839 * m32r-tdep.c (m32r_return_value): Likewise.
5840 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5841 * m68k-tdep.c (m68k_return_value): Likewise.
5842 (m68k_svr4_return_value): Likewise.
5843 * m88k-tdep.c (m88k_return_value): Likewise.
5844 * mep-tdep.c (mep_return_value): Likewise.
5845 * microblaze-tdep.c (microblaze_return_value): Likewise.
5846 * mn10300-tdep.c (mn10300_return_value): Likewise.
5847 * moxie-tdep.c (moxie_return_value): Likewise.
5848 * mt-tdep.c (mt_return_value): Likewise.
5849 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5850 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5851 (ppc_sysv_abi_broken_return_value): Likewise.
5852 (ppc64_sysv_abi_return_value): Likewise.
5853 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5854 * rl78-tdep.c (rl78_return_value): Likewise.
5855 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5856 * rx-tdep.c (rx_return_value): Likewise.
5857 * s390-tdep.c (s390_return_value): Likewise.
5858 * score-tdep.c (score_return_value): Likewise.
5859 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5860 (sh_return_value_fpu): Likewise.
5861 * sh64-tdep.c (sh64_return_value): Likewise.
5862 * sparc-tdep.c (sparc32_return_value): Likewise.
5863 * sparc64-tdep.c (sparc64_return_value): Likewise.
5864 * spu-tdep.c (spu_return_value): Likewise.
5865 * tic6x-tdep.c (tic6x_return_value): Likewise.
5866 * v850-tdep.c (v850_return_value): Likewise.
5867 * vax-tdep.c (vax_return_value): Likewise.
5868 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5869 * xtensa-tdep.c (xtensa_return_value): Likewise.
5870 * gdbarch.c: Regenerate.
5871 * gdbarch.h: Regenerate.
5872
5873 2012-05-15 Tom Tromey <tromey@redhat.com>
5874
5875 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5876
5877 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5878
5879 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5880 of command in two error message.
5881
5882 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5883
5884 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5885
5886 2012-05-15 Joel Brobecker <brobecker@adacore.com>
5887
5888 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5889
5890 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5891
5892 * NEWS (show auto-load scripts-directory): Add forgotten command.
5893
5894 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5897 parameters.
5898
5899 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5900
5901 * amd64-tdep.c: Include features/i386/x32.c and
5902 features/i386/x32-avx.c.
5903 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5904 initialize_tdesc_x32_avx.
5905
5906 2012-05-14 Stan Shebs <stan@codesourcery.com>
5907
5908 Add dynamic printf.
5909 * breakpoint.h (enum bptype): New type bp_dprintf.
5910 (struct breakpoint): New field extra_string.
5911 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5912 (create_breakpoint): Add extra_string arg.
5913 * breakpoint.c (dprintf_breakpoint_ops): New.
5914 (is_breakpoint): Add bp_dprintf.
5915 (bpstat_what): Add dprintf case.
5916 (bptype_string): Ditto.
5917 (print_one_breakpoint_location): Ditto.
5918 (init_bp_location): Ditto.
5919 (bkpt_print_mention): Ditto.
5920 (dprintf_style_enums): New array.
5921 (dprintf_style): New global.
5922 (dprintf_function): New global.
5923 (dprintf_channel): New global.
5924 (update_dprintf_command_list): New function.
5925 (update_dprintf_commands): New function.
5926 (init_breakpoint_sal): Add extra_string argument, handle it.
5927 (create_breakpoint_sal): Add extra_string argument.
5928 (create_breakpoints_sal): Add extra_string argument, update callers.
5929 (find_condition_and_thread): Add extra argument.
5930 (create_breakpoint): Add extra_string argument, record it.
5931 (dprintf_command): New function.
5932 (break_command_1): Add arg to create_breakpoint call.
5933 (handle_gnu_v3_exceptions): Ditto.
5934 (trace_command): Ditto.
5935 (ftrace_command): Ditto.
5936 (strace_command): Ditto.
5937 (bkpt_print_mention): Add dprintf case.
5938 (create_breakpoint_sal_default): Add extra_string argument.
5939 (_initialize_breakpoint): Add new commands.
5940 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5941 * python/py-breakpoint.c (bppy_init): Ditto.
5942 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5943
5944 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5945
5946 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5947
5948 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5949
5950 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5951 unsigned long long.
5952
5953 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5954
5955 Add a new function gdb.find_pc_line to the Python API.
5956 * NEWS (Python Scripting): Add entry about the new function.
5957 * python/python.c (gdbpy_find_pc_line): New function which
5958 implements gdb.find_pc_line.
5959 (GdbMethods): Add entry for the new function.
5960
5961 2012-05-12 Pedro Alves <palves@redhat.com>
5962
5963 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5964 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5965
5966 2012-05-12 Eli Zaretskii <eliz@gnu.org>
5967
5968 * inferior.c: Include completer.h
5969 (initialize_inferiors): Set completer of add-inferior to
5970 filename_completer.
5971
5972 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5973
5974 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5975 gdbarch_ptr_bit for x32 core dump.
5976
5977 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5978
5979 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5980 and features/i386/x32-avx-linux.c.
5981
5982 2012-05-11 Stan Shebs <stan@codesourcery.com>
5983 Kwok Cheung Yeung <kcy@codesourcery.com>
5984
5985 * NEWS: Describe new info os commands.
5986 * common/linux-osdata.c (PID_T, TIME_T): Define.
5987 (MAX_PID_T_STRLEN): New.
5988 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5989 MAX_PID_T_STRLEN.
5990 (command_from_pid): Add comment. Change to use PID_T.
5991 (commandline_from_pid): Change to use PID_T.
5992 (user_from_pid): Add comment.
5993 (get_process_owner): Add comment. Change to use PID_T and
5994 MAX_PID_T_STRLEN.
5995 (get_number_of_cpu_cores): Add comment.
5996 (get_cores_used_by_process): Add comment. Change to use PID_T and
5997 MAX_PID_T_STRLEN.
5998 (linux_xfer_osdata_processes): Change to use PID_T and
5999 MAX_PID_T_STRLEN.
6000 (compare_processes): New function.
6001 (linux_xfer_osdata_processgroups): New function.
6002 (linux_xfer_osdata_threads): Change to use PID_T.
6003 (linux_xfer_osdata_fds): New function.
6004 (format_socket_state, print_sockets): New functions.
6005 (union socket_addr): New union.
6006 (linux_xfer_osdata_isockets): New function.
6007 (time_from_time_t, group_from_gid): New functions.
6008 (linux_xfer_osdata_shm): New function.
6009 (linux_xfer_osdata_sem): New function.
6010 (linux_xfer_osdata_msg): New function.
6011 (linux_xfer_osdata_modules): New function.
6012 (osdata_table): Add new entries.
6013 * common/buffer.c (buffer_xml_printf): Add support for long and
6014 long long format specifiers.
6015
6016 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
6017
6018 * amd64-linux-tdep.h (tdesc_x32_linux): New.
6019 (tdesc_x32_avx_linux): Likewise.
6020
6021 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6022
6023 Implement multi-component --with-auto-load-dir.
6024 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6025 entries.
6026 (--with-auto-load-safe-path): Update the default value description.
6027 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6028 New.
6029 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
6030 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
6031 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
6032 (_initialize_auto_load): Initialize also auto_load_dir. Install new
6033 "set auto-load scripts-directory".
6034 * config.in: Regenerate.
6035 * configure: Regenerate.
6036 * configure.ac (--with-auto-load-dir): New configure option.
6037 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6038
6039 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 Provide $ddir substitution for --with-auto-load-safe-path.
6042 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6043 entries.
6044 * auto-load.c: Include observer.h.
6045 (auto_load_safe_path_vec_update): Call substitute_path_component for
6046 each component. New variable ddir_subst.
6047 (auto_load_gdb_datadir_changed): New function.
6048 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6049 AUTO_LOAD_SAFE_PATH. New comment.
6050 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6051 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
6052 * config.in: Regenerate.
6053 * configure: Regenerate.
6054 * configure.ac (--auto-load-safe-path): Rename
6055 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
6056 GDB_DATADIR/auto-load.
6057 * defs.h (substitute_path_component): New declaration.
6058 * top.c: Include observer.h.
6059 (set_gdb_datadir): New function.
6060 (init_main): Install it for "set data-directory".
6061 * utils.c (substitute_path_component): New function.
6062
6063 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6064
6065 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6066 * auto-load.c (auto_load_objfile_script): Remove check for NULL
6067 DEBUG_FILE_DIRECTORY. Handle multiple components of
6068 DEBUG_FILE_DIRECTORY.
6069
6070 2012-05-10 Tom Tromey <tromey@redhat.com>
6071
6072 * dwarf2read.c (recursively_write_psymbols): New function.
6073 (write_psymtabs_to_index): Use it.
6074
6075 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6076 field.
6077 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6078 (load_partial_comp_unit): Update.
6079 (queue_comp_unit): Add argument 'pretend_language'.
6080 (process_queue): Update.
6081 (psymtab_to_symtab_1): Skip dependencies that have a user.
6082 (load_partial_comp_unit_reader): Give meaning to the 'data'
6083 argument.
6084 (load_full_comp_unit): Add 'pretend_language' argument.
6085 (process_full_comp_unit): Add 'pretend_language' argument. Set
6086 language on CU.
6087 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6088 Update.
6089 (maybe_queue_comp_unit): Add 'pretend_language' argument.
6090 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6091 Update.
6092 (prepare_one_comp_unit): Add 'pretend_language' argument.
6093
6094 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6095 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6096 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6097 (dw2_do_instantiate_symtab): Check whether symtab was read in
6098 before queueing.
6099 (dw2_instantiate_symtab): Add assertion. Call
6100 process_cu_includes.
6101 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6102 (partial_symtab_p): New typedef.
6103 (set_partial_user): New function.
6104 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6105 (scan_partial_symbols): Add imported CU to imported_symtabs.
6106 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6107 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6108 (get_symtab, recursively_compute_inclusions)
6109 (compute_symtab_includes, process_cu_includes)
6110 (process_imported_unit_die): New functions.
6111 (process_die) <DW_TAG_imported_unit>: New case.
6112 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6113
6114 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6115 comment.
6116 (struct partial_die_info) <locdesc>: Remove.
6117 <d>: New field.
6118 (process_psymtab_comp_unit): Add 'read_partial' argument.
6119 Update.
6120 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6121 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6122 (add_partial_symbol): Update.
6123 (process_die): Handle DW_TAG_partial_unit.
6124 (read_file_scope): Update comment.
6125 (load_partial_dies): Handle DW_TAG_imported_unit.
6126 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6127 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6128
6129 2012-05-10 Tom Tromey <tromey@redhat.com>
6130
6131 * cc-with-dwz.sh: New file.
6132
6133 2012-05-10 Tom Tromey <tromey@redhat.com>
6134
6135 * symtab.h (struct symtab) <includes, user>: New fields.
6136 * block.h (struct block_iterator) <d, idx, which>: New fields.
6137 * block.c (initialize_block_iterator, find_iterator_symtab)
6138 (block_iterator_step, block_iter_name_step)
6139 (block_iter_match_step): New functions.
6140 (block_iterator_first, block_iterator_next)
6141 (block_iter_name_first, block_iter_name_next)
6142 (block_iter_match_first, block_iter_match_next): Rewrite.
6143 (get_block_symtab): New function.
6144
6145 2012-05-10 Tom Tromey <tromey@redhat.com>
6146
6147 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6148 set_block_symtab.
6149 * jit.c (finalize_symtab): Use allocate_global_block,
6150 set_block_symtab.
6151 * buildsym.c (finish_block_internal): New function, from old
6152 finish_block.
6153 (finish_block): Rewrite.
6154 (end_symtab): Use finish_block_internal, set_block_symtab.
6155 * block.h (struct global_block): New.
6156 (allocate_global_block, set_block_symtab): Declare.
6157 * block.c (allocate_global_block, set_block_symtab): New
6158 functions.
6159
6160 2012-05-10 Tom Tromey <tromey@redhat.com>
6161
6162 * psymtab.c (partial_map_expand_apply): Add assertion.
6163 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6164 (psymtab_to_symtab): Find unshared psymtab.
6165 (dump_psymtab): Print including psymtabs.
6166 (recursively_search_psymtabs): New function.
6167 (expand_symtabs_matching_via_partial): Use it.
6168 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6169 fields.
6170 (enum psymtab_search_status): New.
6171
6172 2012-05-10 Tom Tromey <tromey@redhat.com>
6173
6174 * tracepoint.c (scope_info): Update.
6175 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6176 (find_pc_sect_symtab, search_symbols)
6177 (default_make_symbol_completion_list_break_on)
6178 (make_file_symbol_completion_list): Update.
6179 * symmisc.c (dump_symtab_1): Update.
6180 * stack.c (print_frame_args, iterate_over_block_locals)
6181 (print_frame_labels, iterate_over_block_arg_vars): Update.
6182 * python/py-block.c (block_object) <dict>: Remove.
6183 <block>: New field.
6184 <iter>: Change type.
6185 (blpy_iter): Update.
6186 (blpy_block_syms_iternext): Update.
6187 * psymtab.c (map_block): Use block iterators.
6188 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6189 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6190 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6191 * infrun.c (check_exception_resume): Update.
6192 * cp-support.c (make_symbol_overload_list_block): Update.
6193 * coffread.c (patch_opaque_types): Update.
6194 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6195 * block.h (struct block_iterator): New.
6196 (block_iterator_first, block_iterator_next, block_iter_name_first)
6197 (block_iter_name_next, block_iter_match_first)
6198 (block_iter_match_next): Declare.
6199 (ALL_BLOCK_SYMBOLS): Redefine.
6200 * block.c (block_iterator_first, block_iterator_next)
6201 (block_iter_name_first, block_iter_name_next)
6202 (block_iter_match_first, block_iter_match_next): New functions.
6203 * ada-lang.c (ada_add_block_symbols)
6204 (ada_make_symbol_completion_list): Use block iterator.
6205
6206 2012-05-10 Tom Tromey <tromey@redhat.com>
6207
6208 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6209 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6210 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6211 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6212 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6213 Update.
6214
6215 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6216
6217 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6218 print-file-var-lib2.c, print-file-var-main.c and
6219 print-file-var.exp (located in gdb/testsuite/gdb.base).
6220
6221 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6222
6223 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6224 try locating the symbol in the symbol's own objfile first, before
6225 extending the search to all objfiles.
6226 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6227 out of lookup_symbol_aux_symtabs.
6228 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6229 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6230 Do not search EXCLUDE_OBJFILE.
6231 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6232 (lookup_symbol_global): Search for matches in the block's objfile
6233 first, before searching all other objfiles.
6234
6235 2012-05-10 Tristan Gingold <gingold@adacore.com>
6236
6237 * printcmd.c (set_command): Add pre/post inc/dec.
6238
6239 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
6240
6241 * gdb.1: Document -ex option.
6242
6243 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6244
6245 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6246 * inferior.h (AT_SYMBOL): Delete.
6247
6248 2012-05-09 Joel Brobecker <brobecker@adacore.com>
6249
6250 * mips-tdep.c (mips_push_dummy_code): New function.
6251 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6252 ON_STACK and install mips_push_dummy_code as our gdbarch
6253 push_dummy_code routine.
6254
6255 2012-05-09 Pedro Alves <palves@redhat.com>
6256
6257 * target.c (set_maintenance_target_async_permitted): Rename to ...
6258 (set_target_async_command): ... this.
6259 (show_maintenance_target_async_permitted): Rename to ...
6260 (show_target_async_command): ... this.
6261 (initialize_targets): Adjust.
6262
6263 2012-05-08 Doug Evans <dje@google.com>
6264
6265 * go-exp.y (classify_name): Add missing assignment of fields of
6266 yylval.ssym.
6267
6268 2012-05-08 Eli Zaretskii <eliz@gnu.org>
6269
6270 Display the ">" prompt in interactive mode while reading canned
6271 commands, even when the current interpreter is MI.
6272
6273 * interps.c (interp_set_temp): New function.
6274
6275 * interps.h (interp_set_temp): Add prototype.
6276
6277 * cli/cli-script.c (restore_interp): New cleanup function.
6278 (read_command_lines): Temporarily override the current interpreter
6279 with CLI and arrange for restoring the original one.
6280
6281 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6282
6283 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6284
6285 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6286
6287 * probe.c (parse_probes): Move conditional to check for
6288 debuginfo files from here...
6289 * stap-probe.c (stap_get_probes): ... to here.
6290
6291 2012-05-07 Mark Kettenis <kettenis@gnu.org>
6292 H.J. Lu <hongjiu.lu@intel.com>
6293
6294 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6295 `movl %esp, %ebp' for the X32 ABI.
6296
6297 2012-05-07 Tom Tromey <tromey@redhat.com>
6298
6299 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6300 get_DW_TAG_name.
6301 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6302 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6303 (dwarf_stack_op_name): Remove.
6304 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6305 (decode_locdesc): Use get_DW_OP_name.
6306 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6307 (dwarf2_compile_expr_to_ax): Likewise.
6308 (disassemble_dwarf_expression): Likewise.
6309 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6310
6311 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6312
6313 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6314 (sh_linux_sigtramp_cache): New function.
6315 (sh_linux_sigreturn_init): New function.
6316 (sh_linux_rt_sigreturn_init): New function.
6317 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6318 patterns.
6319 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6320 syscall codes.
6321 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6322 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6323 (sh_linux_init_abi): Add init calls to register new tramp_frame
6324 definitions under 32-bit SH, update comments.
6325
6326 2012-05-07 Pedro Alves <palves@redhat.com>
6327
6328 PR gdb/10952
6329
6330 * amd64-linux-tdep.c: Include glibc-tdep.h.
6331 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6332 gdbarch_skip_solib_resolver callback.
6333
6334 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6335
6336 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6337 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6338 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6339 (add_auto_load_safe_path): Change the error message.
6340 (_initialize_auto_load): Change the "safe-path" help text.
6341 * configure: Regenerate
6342 * configure.ac (--without-auto-load-safe-path): Set
6343 WITH_AUTO_LOAD_SAFE_PATH to /.
6344
6345 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6346
6347 * stap-probe.h: Do not include unecessary `probe.h'.
6348
6349 2012-05-05 Alan Modra <amodra@gmail.com>
6350
6351 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6352 bfd_und_section_ptr.
6353 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6354 and bfd_com_section_ptr.
6355
6356 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6357
6358 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6359
6360 2012-05-04 Joel Brobecker <brobecker@adacore.com>
6361
6362 * windows-nat.h (segment_register_p_ftype): New typedef.
6363 (windows_set_segment_register_p): Add declaration.
6364 * windows-nat.c (segment_register_p): New static global.
6365 (windows_set_segment_register_p): New function.
6366 (do_windows_fetch_inferior_registers): Add special handling
6367 for segment registers.
6368 * amd64-windows-nat.c: #include "amd64-tdep.h".
6369 (amd64_windows_segment_register_p): New function.
6370 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6371 * i386-windows-nat.c: #include "i386-tdep.h".
6372 (i386_windows_segment_register_p): New function.
6373 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6374
6375 2012-05-04 Tristan Gingold <gingold@adacore.com>
6376
6377 * printcmd.c (set_command): Emit a warning if the expression is not
6378 an assignment.
6379
6380 2012-05-03 Joel Brobecker <brobecker@adacore.com>
6381
6382 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6383 Make static.
6384
6385 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6386
6387 * stap-probe.c (stap_is_operator): Change declaration.
6388 (stap_get_opcode): Change return value.
6389 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6390 `stap_parse_argument_1'.
6391
6392 2012-05-03 Pedro Alves <pedro@codesourcery.com>
6393
6394 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6395 debug log.
6396
6397 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6398
6399 Add two new methods global_block and static_block to gdb.Symtab
6400 objects.
6401 * NEWS (Python scripting): Add entry about the new methods.
6402 * python/py-symtab.c (stpy_global_block): New function which
6403 implements the gdb.Symtab.global_block() method.
6404 (stpy_static_block): New function which implements the
6405 gdb.Symtab.static_block() method.
6406 (symtab_object_methods): Add entries for the two new methods.
6407
6408 2012-05-03 Doug Evans <dje@google.com>
6409
6410 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6411 files.
6412
6413 2012-05-03 Yao Qi <yao@codesourcery.com>
6414
6415 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6416 space.
6417 (i386_process_record): Ditto.
6418
6419 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6420
6421 * infcall.c (unwind_on_signal_p): Make static.
6422
6423 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6424
6425 * sol-thread.c (solaris_pid_to_str): Make static.
6426 (_initialize_sol_thread): Add prototype.
6427
6428 2012-05-02 Joel Brobecker <brobecker@adacore.com>
6429
6430 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6431
6432 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6433
6434 * MAINTAINERS: Remove myself.
6435
6436 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6437
6438 Fix --without-auto-load-safe-path for MS-Windows host platform.
6439 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6440
6441 2012-05-02 Eli Zaretskii <eliz@gnu.org>
6442
6443 * gdb_curses.h: Undefine KEY_EVENT before including curses
6444 headers. Move "#undef MOUSE_MOVED" before any curses header
6445 inclusion.
6446
6447 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6448
6449 * features/i386/i386-mmx-linux.c: Regenerate.
6450 * features/rs6000/powerpc-32.c: Likewise.
6451 * features/rs6000/powerpc-32l.c: Likewise.
6452 * features/rs6000/powerpc-403.c: Likewise.
6453 * features/rs6000/powerpc-403gc.c: Likewise.
6454 * features/rs6000/powerpc-405.c: Likewise.
6455 * features/rs6000/powerpc-505.c: Likewise.
6456 * features/rs6000/powerpc-601.c: Likewise.
6457 * features/rs6000/powerpc-602.c: Likewise.
6458 * features/rs6000/powerpc-603.c: Likewise.
6459 * features/rs6000/powerpc-604.c: Likewise.
6460 * features/rs6000/powerpc-64.c: Likewise.
6461 * features/rs6000/powerpc-64l.c: Likewise.
6462 * features/rs6000/powerpc-750.c: Likewise.
6463 * features/rs6000/powerpc-860.c: Likewise.
6464 * features/rs6000/powerpc-e500.c: Likewise.
6465 * features/rs6000/powerpc-e500l.c: Likewise.
6466 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6467 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6468 * features/rs6000/rs6000.c: Likewise.
6469
6470 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6471
6472 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6473 variable.
6474 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6475 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6476 (stap_parse_argument) <e>: Likewise.
6477 (handle_stap_probe) <byte_order>: Likewise.
6478
6479 2012-04-30 Doug Evans <dje@google.com>
6480
6481 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6482 init_and_read_dies_worker. All callers updated.
6483 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6484 replaced with init_cutu_and_read_dies.
6485 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6486 (find_partial_die): Remove FIXME. Don't free current CU.
6487
6488 2012-04-30 Sterling Augustine <saugustine@google.com>
6489
6490 * contrib: New directory.
6491 * contrib/test_pubnames_and_indexes.py: New file.
6492
6493 2012-04-30 Doug Evans <dje@google.com>
6494
6495 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6496 All callers updated.
6497 (init_cu_die_reader): Verify the section is non-empty.
6498 (dwarf_decode_line_header): Don't dereference section->asection
6499 until we know the section is present.
6500
6501 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6502
6503 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6504 probes.
6505
6506 2012-04-29 Yao Qi <yao@codesourcery.com>
6507
6508 * gdb-code-style.el: New hook gdb-markup-hook
6509 and gdb-comment-hook.
6510
6511 2012-04-28 Doug Evans <dje@google.com>
6512
6513 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6514 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6515 objfile->obfd.
6516 * symfile.h (dwarf2_debug_sections): New member addr.
6517 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6518 (ctx_no_get_addr_index): New function.
6519 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6520 (ctx_no_get_addr_index): Declare.
6521 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6522 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6523 (dwarf_expr_ctx_funcs): Update.
6524 (needs_get_addr_index): New function.
6525 (needs_frame_ctx_funcs): Update.
6526 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6527 * dwarf2read.c: #include "gdbcore.h".
6528 (dwarf2_per_objfile): New members addr, dwo_files.
6529 (dwarf2_elf_names): Add entry for addr.
6530 (struct dwo_section_names): New type.
6531 (dwo_section_names): New static global.
6532 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6533 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6534 old debug_types_section member updated to use this.
6535 Rename member debug_types_section to info_or_types_section,
6536 all uses updated.
6537 (signatured_type): Rename member type_offset to type_offset_in_tu,
6538 all uses updated. New member type_offset_in_section.
6539 (struct dwo_sections): New type.
6540 (struct dwo_unit): New type.
6541 (struct dwo_file): New type.
6542 (die_reader_specs): New member dwo_file.
6543 (dwarf2_locate_sections): Watch for .debug_addr.
6544 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6545 (dwarf2_read_section): Get bfd of section from bfd's asection,
6546 instead of objfile.
6547 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6548 (create_signatured_type_table_from_index): Initialize
6549 sig_type->info_or_types_section.
6550 (dw2_get_file_names): Statement lists for type units with DWO files
6551 live in the DWO file.
6552 (create_debug_types_hash_table): New function.
6553 (create_all_type_units): Rewrite.
6554 (init_cu_die_reader): New arg dwo_file, all callers updated.
6555 (init_and_read_dies_worker): Get section from
6556 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6557 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6558 continue reading the CU/TU from there.
6559 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6560 updated. Get section from this_cu->info_or_types_section.
6561 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6562 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6563 DW_FORM_GNU_str_index.
6564 (hash_dwo_file, eq_dwo_file): New functions.
6565 (allocate_dwo_file_hash_table): New function.
6566 (hash_dwo_unit, eq_dwo_unit): New functions.
6567 (allocate_dwo_unit_table): New function.
6568 (dwarf2_locate_dwo_sections): New function.
6569 (struct create_dwo_info_table_data): New type.
6570 (create_debug_info_hash_table_reader): New function.
6571 (create_debug_info_hash_table): New function.
6572 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6573 (lookup_dwo_file): New function.
6574 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6575 (free_dwo_file, free_dwo_file_cleanup): New functions.
6576 (free_dwo_file_from_slot, free_dwo_files): New functions.
6577 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6578 (dwarf2_record_block_ranges): Ditto.
6579 (read_partial_die): Ditto.
6580 (process_enumeration_scope): Update to use type_offset_in_section.
6581 (read_full_die_1): New function.
6582 (read_full_die): Rewrite.
6583 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6584 DW_FORM_GNU_str_index.
6585 (read_addr_index_1, read_addr_index): New functions.
6586 (read_addr_index_from_leb128): New function.
6587 (struct dwarf2_read_addr_index_data): New type.
6588 (dwarf2_read_addr_index_reader): New function.
6589 (dwarf2_read_addr_index): New function.
6590 (read_str_index): New function.
6591 (leb128_size): New function.
6592 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6593 If processing a type unit from a DWO file, get the line section
6594 from the DWO file.
6595 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6596 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6597 DW_FORM_GNU_str_index.
6598 (lookup_die_type): Check whether section offset of type's die is
6599 known before looking it up. Remove assert. Condition can
6600 legimately happen for inter-cu type references.
6601 (dwarf_attr_name): Handle Fission attributes.
6602 (dwarf_form_name): Handle Fission forms.
6603 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6604 DW_FORM_GNU_str_index.
6605 (follow_die_sig): Update to use type_offset_in_section.
6606 (decode_locdesc): New case DW_OP_GNU_addr_index.
6607 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6608 DW_FORM_GNU_str_index.
6609 (cu_debug_loc_section): New function.
6610 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6611 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6612 Free DWO files if present.
6613 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6614
6615 Refactor DIE reading.
6616 * dwarf2read.c (dwarf2_per_objfile): Replace members
6617 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6618 (die_reader_specs): New member "die_section". Temporarily make
6619 member "buffer" non-const, pending constifying all info_ptr uses.
6620 (die_reader_func_ftype): New typedef.
6621 (dw2_get_file_names_reader): New function.
6622 (dw2_get_file_names): Rewrite.
6623 (read_and_check_type_unit_head): Rename arg type_offset to
6624 type_offset_in_tu.
6625 (create_all_type_units): Improve debugging message.
6626 Improve dummy type unit check.
6627 (init_cu_die_reader): New arg "section". All callers updated.
6628 (init_and_read_dies_worker): New function.
6629 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6630 (init_cutu_and_read_dies_no_follow): New function.
6631 (init_cutu_and_read_dies_simple): New function.
6632 (process_psymtab_comp_unit_reader): New function.
6633 (process_psymtab_comp_unit): Delete args section,
6634 is_debug_types_section. Rewrite. All callers updated.
6635 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6636 All callers updated. Rewrite.
6637 (load_partial_comp_unit_reader): New function.
6638 (load_partial_comp_unit): Rewrite.
6639 (skip_children): New arg reader. Delete args buffer, cu.
6640 All callers updated.
6641 (skip_one_die): New arg reader. Delete args buffer, cu.
6642 All callers updated.
6643 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6644 All callers updated.
6645 (load_full_comp_unit_reader): New function.
6646 (load_full_comp_unit): Rewrite.
6647 (read_comp_unit): Delete.
6648 (read_die_and_children_1): Delete, contents moved ...
6649 (read_die_and_children): ... here.
6650 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6651 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6652 All callers updated.
6653 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6654 All callers updated.
6655 (find_partial_die): Rewrite load_all_dies support.
6656 (read_attribute_value): New arg reader. Delete args abfd, cu.
6657 All callers updated.
6658 (read_attribute): New arg reader. Delete args abfd, cu.
6659 All callers updated.
6660 (load_full_type_unit): Add assert.
6661 (read_signatured_type_reader): New function.
6662 (read_signatured_type): Rewrite.
6663 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6664 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6665 All callers updated. Set per_cu->cu = NULL after freeing it.
6666 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6667 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6668 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6669 (set_die_type): Update.
6670 (get_die_type_at_offset): Update.
6671 (read_file_scope): Call prepare_one_comp_unit.
6672 (read_type_unit_scope): Ditto.
6673 (prepare_one_comp_unit): Set producer if present.
6674
6675 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6676
6677 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6678 gettext function on `error'.
6679
6680 2012-04-27 Doug Evans <dje@google.com>
6681
6682 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6683 is empty.
6684
6685 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6686 Tom Tromey <tromey@redhat.com>
6687
6688 * breakpoint.c (struct breakpoint_objfile_data)
6689 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6690 <exception_probes>: New fields.
6691 (free_breakpoint_probes): New function.
6692 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6693 `_Unwind_DebugHook'.
6694 (create_exception_master_breakpoint): Likewise.
6695 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6696 * infrun.c: Including necessary header files for handling SystemTap
6697 probes.
6698 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6699 via SystemTap probes.
6700 (check_exception_resume): Remove `func' argument. Handle exception
6701 unwinding breakpoint set via a SystemTap probe.
6702 (insert_exception_resume_from_probe): New function.
6703
6704 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6705 Tom Tromey <tromey@redhat.com>
6706 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6709 (COMMON_OBS): Likewise.
6710 (HFILES_NO_SRCDIR): Add `probe'.
6711 * NEWS: Mention support for static and SystemTap probes.
6712 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6713 SystemTap probes' arguments parser.
6714 * arm-linux-tdep.c: Including headers needed to perform the parsing
6715 of SystemTap probes' arguments.
6716 (arm_stap_is_single_operand): New function.
6717 (arm_stap_parse_special_token): Likewise.
6718 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6719 probes' arguments parser.
6720 * ax-gdb.c (require_rvalue): Removing static declaration.
6721 (gen_expr): Likewise.
6722 * ax-gdb.h (gen_expr): Declaring function.
6723 (require_rvalue): Likewise.
6724 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6725 (bkpt_probe_breakpoint_ops): New variable.
6726 (momentary_breakpoint_from_master): Set the `probe' value.
6727 (add_location_to_breakpoint): Likewise.
6728 (break_command_1): Using proper breakpoint_ops according to the
6729 argument passed by the user in the command line.
6730 (bkpt_probe_insert_location): New function.
6731 (bkpt_probe_remove_location): Likewise.
6732 (bkpt_probe_create_sals_from_address): Likewise.
6733 (bkpt_probe_decode_linespec): Likewise.
6734 (tracepoint_probe_create_sals_from_address): Likewise.
6735 (tracepoint_probe_decode_linespec): Likewise.
6736 (tracepoint_probe_breakpoint_ops): New variable.
6737 (trace_command): Using proper breakpoint_ops according to the
6738 argument passed by the user in the command line.
6739 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6740 static probes on breakpoints and tracepoints.
6741 * breakpoint.h (struct bp_location) <probe>: New field.
6742 * cli-utils.c (skip_spaces_const): New function.
6743 (extract_arg): Likewise.
6744 * cli-utils.h (skip_spaces_const): Likewise.
6745 (extract_arg): Likewise.
6746 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6747 * configure.ac: Append `stap-probe.o' to be generated when ELF
6748 support is present.
6749 * configure: Regenerate.
6750 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6751 * elfread.c: Include `probe.h' and `arch-utils.h'.
6752 (probe_key): New variable.
6753 (elf_get_probes): New function.
6754 (elf_get_probe_argument_count): Likewise.
6755 (elf_evaluate_probe_argument): Likewise.
6756 (elf_compile_to_ax): Likewise.
6757 (elf_symfile_relocate_probe): Likewise.
6758 (stap_probe_key_free): Likewise.
6759 (elf_probe_fns): New variable.
6760 (elf_sym_fns): Add `sym_probe_fns' value.
6761 (elf_sym_fns_lazy_psyms): Likewise.
6762 (elf_sym_fns_gdb_index): Likewise.
6763 (_initialize_elfread): Initialize objfile cache for static
6764 probes.
6765 * gdb_vecs.h (struct probe): New forward declaration.
6766 (probe_p): New VEC declaration.
6767 * gdbarch.c: Regenerate.
6768 * gdbarch.h: Regenerate.
6769 * gdbarch.sh (stap_integer_prefix): New variable.
6770 (stap_integer_suffix): Likewise.
6771 (stap_register_prefix): Likewise.
6772 (stap_register_suffix): Likewise.
6773 (stap_register_indirection_prefix): Likewise.
6774 (stap_register_indirection_suffix): Likewise.
6775 (stap_gdb_register_prefix): Likewise.
6776 (stap_gdb_register_suffix): Likewise.
6777 (stap_is_single_operand): New function.
6778 (stap_parse_special_token): Likewise.
6779 (struct stap_parse_info): Forward declaration.
6780 * i386-tdep.c: Including headers needed to perform the parsing
6781 of SystemTap probes' arguments.
6782 (i386_stap_is_single_operand): New function.
6783 (i386_stap_parse_special_token): Likewise.
6784 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6785 probes' arguments parser.
6786 * i386-tdep.h (i386_stap_is_single_operand): New function.
6787 (i386_stap_parse_special_token): Likewise.
6788 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6789 * mipsread.c (ecoff_sym_fns): Likewise.
6790 * objfiles.c (objfile_relocate1): Support relocation for static
6791 probes.
6792 * parse.c (prefixify_expression): Remove static declaration.
6793 (initialize_expout): Likewise.
6794 (reallocate_expout): Likewise.
6795 * parser-defs.h (initialize_expout): Declare function.
6796 (reallocate_expout): Likewise.
6797 (prefixify_expression): Likewise.
6798 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6799 of SystemTap probes' arguments.
6800 (ppc_stap_is_single_operand): New function.
6801 (ppc_stap_parse_special_token): Likewise.
6802 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6803 probes' arguments parser.
6804 * probe.c: New file, for generic statically defined probe support.
6805 * probe.h: Likewise.
6806 * s390-tdep.c: Including headers needed to perform the parsing of
6807 SystemTap probes' arguments.
6808 (s390_stap_is_single_operand): New function.
6809 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6810 probes' arguments parser.
6811 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6812 * stap-probe.c: New file, for SystemTap probe support.
6813 * stap-probe.h: Likewise.
6814 * symfile.h: Include `gdb_vecs.h'.
6815 (struct sym_probe_fns): New struct.
6816 (struct sym_fns) <sym_probe_fns>: New field.
6817 * symtab.c (init_sal): Initialize `probe' field.
6818 * symtab.h (struct probe): Forward declaration.
6819 (struct symtab_and_line) <probe>: New field.
6820 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6821 locations.
6822 (stop_tracing): Likewise.
6823 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6824
6825 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6826 Tom Tromey <tromey@redhat.com>
6827
6828 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6829 and to compile agent expressions.
6830 * infrun.c (siginfo_make_value): New argument `ignore'.
6831 (siginfo_funcs): New struct.
6832 (_initialize_infrun): New argument when calling
6833 `create_internalvar_type_lazy'.
6834 * thread.c (thread_id_make_value): New argument `ignore'.
6835 (thread_funcs): New struct.
6836 (_initialize_thread): New argument when calling
6837 `create_internalvar_type_lazy'.
6838 * tracepoint.c (sdata_make_value): New argument `ignore'.
6839 (sdata_funcs): New struct.
6840 (_initialize_tracepoint): New argument when calling
6841 `create_internalvar_type_lazy'.
6842 * value.c (make_value): New struct.
6843 (create_internalvar_type_lazy): New argument `data'.
6844 (compile_internalvar_to_ax): New function.
6845 (value_of_internalvar): Properly handling `make_value' case.
6846 (clear_internalvar): Likewise.
6847 (show_convenience): Adding `TRY_CATCH' block.
6848 * value.h (internalvar_make_value): Delete, replace by...
6849 (struct internalvar_funcs): ... this.
6850 (create_internalvar_type_lazy) <fun>: Delete argument.
6851 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6852 (compile_internalvar_to_ax): New function.
6853 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6854 (tlb_funcs): New struct.
6855 (_initialize_windows_tdep): New argument when calling
6856 `create_internalvar_type_lazy'.
6857
6858 2012-04-27 Mark Wielaard <mjw@redhat.com>
6859
6860 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6861 see whether it is an address or a constant offset from DW_AT_low_pc.
6862 (dwarf2_record_block_ranges): Likewise.
6863 (read_partial_die): Likewise.
6864
6865 2012-04-26 Mark Wielaard <mjw@redhat.com>
6866
6867 * MAINTAINERS (Write After Approval): Add myself to the list.
6868
6869 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6870
6871 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6872 (proc_prettyprint_signal): Likewise.
6873 (proc_prettyprint_faultset): Likewise.
6874 (proc_prettyprint_fault): Likewise.
6875 (proc_prettyprint_actionset): Likewise.
6876 (proc_prettyprint_flags): Move to new proc-flags.c section.
6877 (proc_prettyfprint_flags): New prototype.
6878 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6879 (proc_syscall, proc_cursig): Likewise.
6880 (proc_set_kill_on_last_close): Likewise.
6881 (proc_unset_kill_on_last_close): Likewise.
6882 (proc_set_watchpoint): Make static.
6883 (proc_delete_dead_threads): Likewise.
6884 (procfs_set_watchpoint): Likewise.
6885 (_initialize_procfs): Add prototype.
6886 * proc-events.c: Include proc-utils.h.
6887 (init_syscall_table): Make static.
6888 * proc-api.c (_initialize_proc_api): Add prototype.
6889 * proc-flags.c: Include proc-utils.h.
6890
6891 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6892
6893 * configure.ac: Add AC_ARG_PROGRAM.
6894 * configure: Regenerate.
6895
6896 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6897
6898 Fix DW_AT_lower_bound defaults for DWARF-4+.
6899 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6900 high. New variable low_default_is_valid. Implement DWARF-4+
6901 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6902 no default by the DWARF standard.
6903
6904 2012-04-26 Maciej W. Rozycki <macro@mips.com>
6905 Maciej W. Rozycki <macro@codesourcery.com>
6906
6907 * infrun.c (handle_inferior_event): Move the check for return
6908 trampolines ahead of the check for function trampolines.
6909 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6910 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6911 (mips_str_mips16_ret_stub): Likewise.
6912 (mips_str_call_fp_stub): Likewise.
6913 (mips_str_call_stub): Likewise.
6914 (mips_str_fn_stub): Likewise.
6915 (mips_str_pic): Likewise.
6916 (mips_in_frame_stub): New function.
6917 (mips_unwind_pc): Return the return address rather than the PC
6918 if the PC of an intermediate frame is inside a call thunk.
6919 (mips_is_stub_suffix): New function.
6920 (mips_is_stub_mode): Likewise.
6921 (mips_get_mips16_fn_stub_pc): Likewise.
6922 (mips_skip_mips16_trampoline_code): Update to handle all the
6923 currently generated stub types. Don't recurse into __fn_stub
6924 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6925 Use cooked register accesses.
6926 (mips_in_return_stub): Reintroduce function.
6927 (mips_skip_trampoline_code): Traverse trampolines recursively.
6928 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6929
6930 2012-04-26 Joel Brobecker <brobecker@adacore.com>
6931
6932 GDB 7.4.1 released.
6933
6934 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6935
6936 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6937 * features/arm-with-m-vfp-d16.xml: New file. Describes
6938 Cortex-M with VFPv4-sp-d16 FPU register layout.
6939 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6940 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6941 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6942 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6943 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6944
6945 2012-04-25 Doug Evans <dje@google.com>
6946
6947 * cli/cli-decode.c (print_doc_line): Use stream instead of
6948 current_uiout.
6949
6950 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6951
6952 * features/arm-with-iwmmxt.c: Regenerate.
6953 * features/arm-with-m-fpa-layout.c: Likewise.
6954 * features/arm-with-m.c: Likewise.
6955 * features/arm-with-neon.c: Likewise.
6956 * features/arm-with-vfpv2.c: Likewise.
6957 * features/arm-with-vfpv3.c: Likewise.
6958 * features/mips-dsp-linux.c: Likewise.
6959 * features/mips-linux.c: Likewise.
6960 * features/mips64-dsp-linux.c: Likewise.
6961 * features/mips64-linux.c: Likewise.
6962 * features/s390-linux32.c: Likewise.
6963 * features/s390-linux32v1.c: Likewise.
6964 * features/s390-linux32v2.c: Likewise.
6965 * features/s390-linux64.c: Likewise.
6966 * features/s390-linux64v1.c: Likewise.
6967 * features/s390-linux64v2.c: Likewise.
6968 * features/s390x-linux64.c: Likewise.
6969 * features/s390x-linux64v1.c: Likewise.
6970 * features/s390x-linux64v2.c: Likewise.
6971 * features/tic6x-c62x-linux.c: Likewise.
6972 * features/tic6x-c62x.c: Likewise.
6973 * features/tic6x-c64x-linux.c: Likewise.
6974 * features/tic6x-c64x.c: Likewise.
6975 * features/tic6x-c64xp-linux.c: Likewise.
6976 * features/tic6x-c64xp.c: Likewise.
6977 * target-descriptions.c: Only generate `field_type' and `type'
6978 variables when needed.
6979
6980 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6981
6982 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6983
6984 2012-04-25 Doug Evans <dje@google.com>
6985
6986 Initial pass at Go language support.
6987 * NEWS: Mention Go.
6988 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6989 go-valprint.c.
6990 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6991 (YYFILES): Add go-exp.c.
6992 (YYOBJ): Add go-exp.o.
6993 (local-maintainer-clean): Delete go-exp.c.
6994 * defs.h (enum language): Add language_go.
6995 * dwarf2read.c: #include "go-lang.h".
6996 (fixup_go_packaging): New function.
6997 (process_full_comp_unit): Call it when processing Go CUs.
6998 (dwarf2_physname): Add Go support.
6999 (read_file_scope): Handle missing language spec for GNU Go.
7000 (set_cu_language): Handle DW_LANG_Go.
7001 * go-exp.y: New file.
7002 * go-lang.h: New file.
7003 * go-lang.c: New file.
7004 * go-typeprint.c: New file.
7005 * go-valprint.c: New file.
7006 * symtab.c: #include "go-lang.h".
7007 (symbol_set_language): Handle language_go.
7008 (symbol_find_demangled_name, symbol_set_names): Ditto.
7009 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7010
7011 2012-04-24 Jim Meyering <meyering@redhat.com>
7012
7013 avoid a few strncpy-induced buffer overruns
7014 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7015 fname and psargs before trying to concatenate.
7016 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7017 "name" before applying strchr.
7018
7019 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
7020
7021 * CONTRIBUTE: Use unified diff instead of context diff when
7022 generating patches.
7023
7024 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7025
7026 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7027 code. Handle JR.HB correctly.
7028
7029 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
7030
7031 * mips-tdep.c
7032 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7033 with the other MIPS16 helpers.
7034
7035 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7036
7037 * observer.sh: Conditionally declare `args', thus cleaning up
7038 unused instances of this variable.
7039
7040 2012-04-24 Yao Qi <yao@codesourcery.com>
7041
7042 Revert this patch to allow breakpoint always-inserted
7043 in record target.
7044 2011-12-05 Pedro Alves <pedro@codesourcery.com>
7045 * breakpoint.c: Include record.h.
7046 (breakpoints_always_inserted_mode): Return false when the record
7047 target is in use.
7048
7049 * breakpoint.c (iterate_over_bp_locations): New.
7050 * breakpoint.h: Declare.
7051 New typedef walk_bp_location_callback.
7052 * record.c (record_open): Call record_init_record_breakpoints.
7053 (record_sync_record_breakpoints): New.
7054 (record_init_record_breakpoints): New.
7055 * NEWS: Mention supporting breakpoint always-inserted mode in
7056 record target.
7057
7058 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
7059
7060 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7061 any thread.
7062
7063 2012-04-24 Yao Qi <yao@codesourcery.com>
7064
7065 * breakpoint.c (ep_is_catchpoint): Renamed to ...
7066 (is_catchpoint): ... it.
7067 (print_one_breakpoint_location): Caller update.
7068 * breakpoint.h: Update declaration.
7069
7070 2012-04-23 David S. Miller <davem@davemloft.net>
7071
7072 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7073
7074 2012-04-23 Tom Tromey <tromey@redhat.com>
7075
7076 * buildsym.c (add_free_pendings): Remove.
7077 * buildsym.h (add_free_pendings): Remove.
7078
7079 2012-04-23 Doug Evans <dje@google.com>
7080
7081 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7082 attr.u.unsnd instead of attr.u.addr.
7083 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7084 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7085 DW_FORM_ref_udata.
7086 (dump_die_shallow): Update cases DW_FORM_ref_addr,
7087 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
7088 DW_FORM_ref_udata.
7089 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7090
7091 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
7092
7093 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7094 (mips_o32_return_value): Likewise.
7095 (mips_o64_return_value): Likewise.
7096
7097 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7098
7099 * ada-lang.c (ada_evaluate_subexp): Add cases for
7100 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7101 their treatment in eval.c.
7102
7103 2012-04-21 David S. Miller <davem@davemloft.net>
7104
7105 * sparc-tdep.c (X_DISP10): Define.
7106 (sparc_analyze_control_transfer): Handle compare-and-branch.
7107
7108 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7109
7110 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7111 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7112
7113 2012-04-20 Nigel Stephens <nigel@mips.com>
7114 Maciej W. Rozycki <macro@codesourcery.com>
7115
7116 * mips-tdep.c (mips_float_register_p): New function.
7117 (mips_convert_register_float_case_p): Use mips_float_register_p.
7118 (mips_register_type): Likewise.
7119 (mips_print_register): Likewise.
7120 (print_gp_register_row): Likewise.
7121 (mips_print_registers_info): Likewise.
7122
7123 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7124
7125 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7126 of mips16 symbols.
7127
7128 2012-04-20 Andrew Pinski <apinski@cavium.com>
7129
7130 * MAINTAINERS (Write After Approval): Add myself to the list.
7131
7132 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7133
7134 * MAINTAINERS: Update my e-mail address.
7135
7136 2012-04-20 Pedro Alves <palves@redhat.com>
7137
7138 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7139 $srcdir.
7140 * configure: Regenerate.
7141
7142 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7143
7144 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7145 declaration.
7146 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7147
7148 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7149
7150 Fix compilation compatibility with python-2.4
7151 * python/py-type.c (convert_field): Cast ADDRSTRING for
7152 PyObject_SetAttrString as non-const. New comment.
7153
7154 2012-04-19 Tom Tromey <tromey@redhat.com>
7155
7156 * top.c (quit_target): Use all_cleanups.
7157 * main.c (captured_command_loop): Use all_cleanups.
7158 * exceptions.c (throw_exception): Use all_cleanups.
7159
7160 2012-04-19 Pedro Alves <palves@redhat.com>
7161
7162 * Makefile.in (GNULIB_BUILDDIR): New.
7163 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7164 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7165 (CLEANDIRS). Remove gnulib/import.
7166 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7167 (all-lib): Ditto.
7168 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7169 (gnulib/import/Makefile): Replace gnulib/import with
7170 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7171 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7172 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7173 acx_configure_dir.m4.
7174 * acinclude.m4: Include acx_configure_dir.m4.
7175 * acx_configure_dir.m4: New file.
7176 * aclocal.m4: Regenerate.
7177 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7178 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7179 (GNULIB): New variable.
7180 (GNULIB_STDINT_H): Adjust.
7181 (AC_OUTPUT): Don't output gnulib/Makefile.
7182 * gdb/defs.h: Include build-gnulib/config.h.
7183 * aclocal.m4: Regenerate.
7184 * config.in: Regenerate.
7185 * configure: Regenerate.
7186
7187 * gnulib/Makefile.in: New file.
7188 * gnulib/configure.ac: New file.
7189 * gnulib/aclocal.m4: New file.
7190 * gnulib/config.in: New file.
7191 * gnulib/configure: New file.
7192 * gnulib/: Re-run gnulib-tool to adjust.
7193
7194 2012-04-19 Doug Evans <dje@google.com>
7195
7196 * cleanups.h (struct cleanup): Move to cleanups.c.
7197 (make_cleanup_dtor_ftype): New typedef.
7198 (make_cleanup_dtor): Use it.
7199 (ALL_CLEANUPS): Replace with ...
7200 (all_cleanups): ... this. Declare. All uses updated.
7201 * cleanups.c: #include "gdb_assert.h".
7202 (sentinel_cleanup): New static global.
7203 (SENTINEL_CLEANUP): Define.
7204 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7205 (make_my_cleanup2): Assert result is non-NULL.
7206 (all_cleanups): New function.
7207 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7208 of NULL.
7209
7210 2012-04-19 Pedro Alves <palves@redhat.com>
7211
7212 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7213 Adjust paths to gnulib imported files.
7214
7215 2012-04-19 Pedro Alves <palves@redhat.com>
7216
7217 * gnulib/: Move whole directory ...
7218 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7219 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7220 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7221 (aclocal_m4_deps): Adjust.
7222 * aclocal.m4: Regenerate.
7223 * configure: Regenerate.
7224 * configure.ac: Adjust AC_OUTPUT output.
7225
7226 2012-04-19 Yao Qi <yao@codesourcery.com>
7227
7228 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7229 (vec.o): New rule.
7230 * vec.c: Move it ...
7231 * common/vec.c: ... here.
7232 * vec.h: Move it ...
7233 * common/vec.h: ... here.
7234
7235 2012-04-19 Yao Qi <yao@codesourcery.com>
7236
7237 * gdb-code-style.el: New.
7238
7239 2012-04-18 Pedro Alves <palves@redhat.com>
7240
7241 Update gnulib from latest git.
7242 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7243
7244 * gnulib/Makefile.am: Update.
7245 * gnulib/dummy.c: Update.
7246 * gnulib/extra/arg-nonnull.h: Update.
7247 * gnulib/extra/c++defs.h: Update.
7248 * gnulib/extra/update-copyright: Update.
7249 * gnulib/extra/warn-on-use.h: Update.
7250 * gnulib/inttypes.in.h: Update.
7251 * gnulib/m4/00gnulib.m4: Update.
7252 * gnulib/m4/extensions.m4: Update.
7253 * gnulib/m4/gnulib-cache.m4: Update.
7254 * gnulib/m4/gnulib-common.m4: Update.
7255 * gnulib/m4/gnulib-comp.m4: Update.
7256 * gnulib/m4/gnulib-tool.m4: Update.
7257 * gnulib/m4/include_next.m4: Update.
7258 * gnulib/m4/inttypes-pri.m4: Update.
7259 * gnulib/m4/inttypes.m4: Update.
7260 * gnulib/m4/longlong.m4: Update.
7261 * gnulib/m4/memchr.m4: Update.
7262 * gnulib/m4/memmem.m4: Update.
7263 * gnulib/m4/mmap-anon.m4: Update.
7264 * gnulib/m4/multiarch.m4: Update.
7265 * gnulib/m4/onceonly.m4: Update.
7266 * gnulib/m4/stddef_h.m4: Update.
7267 * gnulib/m4/stdint.m4: Update.
7268 * gnulib/m4/string_h.m4: Update.
7269 * gnulib/m4/warn-on-use.m4: Update.
7270 * gnulib/m4/wchar_h.m4: Update.
7271 * gnulib/m4/wchar_t.m4: Update.
7272 * gnulib/m4/wint_t.m4: Update.
7273 * gnulib/memchr.c: Update.
7274 * gnulib/memmem.c: Update.
7275 * gnulib/stddef.in.h: Update.
7276 * gnulib/stdint.in.h: Update.
7277 * gnulib/str-two-way.h: Update.
7278 * gnulib/string.in.h: Update.
7279 * gnulib/wchar.in.h: Update.
7280
7281 * gnulib/extra/arg-nonnull.h: Delete.
7282 * gnulib/extra/c++defs.h: Delete.
7283 * gnulib/extra/warn-on-use.h: Delete.
7284 * gnulib/m4/wchar_h.m4: Delete.
7285 * gnulib/m4/wint_t.m4: Delete.
7286 * gnulib/wchar.in.h: Delete.
7287
7288 * gnulib/extra/snippets/arg-nonnull.h: New.
7289 * gnulib/extra/snippets/c++defs.h: New.
7290 * gnulib/extra/snippets/warn-on-use.h: New.
7291
7292 * aclocal.m4: Regenerate.
7293 * config.in: Regenerate.
7294 * configure: Regenerate.
7295 * gnulib/Makefile.in: Regenerate.
7296
7297 2012-04-18 Pedro Alves <palves@redhat.com>
7298
7299 Reimport the update-copyright module from gnulib
7300 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7301
7302 * configure: Regenerate.
7303 * gnulib/Makefile.am: Update.
7304 * gnulib/Makefile.in: Regenerate.
7305 * gnulib/extra/update-copyright: Update.
7306 * gnulib/m4/gnulib-cache.m4: Update.
7307 * gnulib/m4/gnulib-comp.m4: Update.
7308
7309 2012-04-18 Tristan Gingold <gingold@adacore.com>
7310
7311 * configure.ac (aix): Put -lpthread into libs.
7312 * configure: Regenerate.
7313
7314 2012-04-18 Tom Tromey <tromey@redhat.com>
7315
7316 * linespec.c (convert_linespec_to_sals): Don't use
7317 SYMBOL_OBJ_SECTION.
7318 (compare_msymbols): Arguments are minsym_and_objfile, not
7319 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7320
7321 2012-04-18 Pedro Alves <palves@redhat.com>
7322
7323 Revert gnulib/ part of:
7324 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7325 Copyright year update in most files (performed by copyright.sh).
7326
7327 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 Fix 64-bit constants on 32-bit hosts.
7330 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7331 from unsigned long to ULONGEST.
7332 (read_signed_leb128): Change declaration return type from long to
7333 LONGEST.
7334 (dwarf2_const_value_attr): Change declaration parameter value from long
7335 to LONGEST.
7336 (dwarf2_compute_name): Change variable value from long to LONGEST.
7337 (read_unsigned_leb128): Change return type, variable result and some
7338 casts from unsigned long to ULONGEST.
7339 (read_signed_leb128): Change return type, variable result and some
7340 casts from long to LONGEST.
7341 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7342 value from long to LONGEST.
7343 (dwarf2_const_value): Change variable value from long to LONGEST.
7344 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7345 plongest and hex_string.
7346 * symtab.h (struct general_symbol_info): Change ivalue from long to
7347 LONGEST, remove the comment.
7348 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7349 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7350
7351 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7352
7353 PR symtab/7259:
7354 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7355 * ada-lang.c (ada_discrete_type_high_bound)
7356 (ada_discrete_type_low_bound): Fix function comment. Use
7357 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7358 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7359 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7360 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7361 Use TYPE_FIELD_ENUMVAL.
7362 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7363 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7364 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7365 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7366 TYPE_CODE_ENUM.
7367 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7368 * dwarf2read.c (process_enumeration_scope): Likewise.
7369 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7370 field.bitpos.
7371 (class StructMainTypePrettyPrinter): Support also
7372 FIELD_LOC_KIND_ENUMVAL.
7373 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7374 TYPE_CODE_ENUM.
7375 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7376 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7377 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7378 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7379 field enumval.
7380 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7381 accommodate enumval.
7382 (struct call_site): Adjust loc_kind to accommodate enumval.
7383 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7384 (TYPE_FIELD_ENUMVAL): New macros.
7385 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7386 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7387 TYPE_CODE_ENUM.
7388 * p-typeprint.c (pascal_type_print_base): Likewise.
7389 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7390 enumval.
7391 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7392 * python/py-type.c (convert_field): New variable addrstring. Use
7393 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7394 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7395 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7396 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7397 TYPE_CODE_ENUM.
7398 * valprint.c (generic_val_print): Likewise.
7399
7400 2012-04-17 Doug Evans <dje@google.com>
7401
7402 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7403
7404 * dwarf2read.c: Whitespace fixes.
7405 (lookup_signatured_type): Tweak comment.
7406 (get_die_type_at_offset): Fix comment.
7407
7408 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7409
7410 * xcoffread.c (xcoff_secnum_to_sections): New function.
7411 (secnum_to_section, secnum_to_bfd_section): Reimplement
7412 using xcoff_secnum_to_sections. Rename "secnum" parameter
7413 into "n_scnum".
7414 (RECORD_MINIMAL_SYMBOL): Delete.
7415 (record_minimal_symbol): New function.
7416 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7417 by call to record_minimal_symbol and set misc_func_recorded
7418 to 1. Set last_csect_sec to the XCOFF section index instead
7419 of GDB's section_offset index. Update calls to
7420 prim_record_minimal_symbol_and_info to pass the BFD section
7421 as well.
7422
7423 2012-04-17 Joel Brobecker <brobecker@adacore.com>
7424
7425 * xcoffread.c (read_xcoff_symtab): Delete variables
7426 last_csect_val and last_csect_sec and associated code.
7427
7428 2012-04-17 Doug Evans <dje@google.com>
7429
7430 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7431 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7432 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7433 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7434
7435 * cleanups.h: New file.
7436 * cleanups.c: New file.
7437 * Makefile.in (SFILES): Add cleanups.c.
7438 (HFILES_NO_SRCDIR): Add cleanups.h.
7439 (COMMON_OBS): Add cleanups.o.
7440 * defs.h (struct cleanup): Moved to cleanups.h.
7441 (do_cleanups,do_final_cleanups): Ditto.
7442 (discard_cleanups,discard_final_cleanups): Ditto
7443 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7444 (save_cleanups,save_final_cleanups): Ditto.
7445 (restore_cleanups,restore_final_cleanups): Ditto.
7446 (null_cleanup): Ditto.
7447 (make_my_cleanup,make_my_cleanup2): Ditto.
7448 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7449 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7450 (do_cleanups,do_final_cleanups): Ditto.
7451 (discard_cleanups,discard_final_cleanups): Ditto
7452 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7453 (save_cleanups,save_final_cleanups): Ditto.
7454 (restore_cleanups,restore_final_cleanups): Ditto.
7455 (null_cleanup): Ditto.
7456 (make_my_cleanup,make_my_cleanup2): Ditto.
7457 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7458
7459 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7460 make_my_cleanup.
7461 (make_cleanup_dyn_string_delete): Ditto.
7462 (make_cleanup_ui_file_delete): Ditto.
7463 (make_cleanup_ui_out_redirect_pop): Ditto.
7464 (make_cleanup_free_section_addr_info): Ditto.
7465 (make_cleanup_restore_integer): Ditto.
7466 (make_cleanup_unpush_target): Ditto.
7467 (make_cleanup_value_free_to_mark): Ditto.
7468 (make_cleanup_value_free): Ditto.
7469 (make_cleanup_free_so): Ditto.
7470
7471 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7472
7473 New option "set debug auto-load".
7474 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7475 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7476 (auto_load_safe_path_vec_update)
7477 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7478 if DEBUG_AUTO_LOAD.
7479 (file_is_auto_load_safe): New parameters debug_fmt and ....
7480 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7481 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7482 caller by explanatory string.
7483 (_initialize_auto_load): Register "set debug auto-load".
7484 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7485 and ....
7486 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7487 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7488 by explanatory string.
7489 * main.c (captured_main): Likewise.
7490 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7491 (source_section_scripts): Likewise.
7492
7493 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 New option "set auto-load safe-path".
7496 * NEWS: New commands "set auto-load safe-path"
7497 and "show auto-load safe-path".
7498 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7499 (auto_load_safe_path, auto_load_safe_path_vec)
7500 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7501 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7502 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7503 (source_gdb_script_for_objfile): New variable is_safe. Call
7504 file_is_auto_load_safe. Return if it is not.
7505 (struct loaded_script): New field loaded.
7506 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7507 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7508 output "Missing" to "No".
7509 (_initialize_auto_load): New variable cmd. Initialize
7510 auto_load_safe_path. Register "set auto-load safe-path",
7511 "show auto-load safe-path" and "add-auto-load-safe-path".
7512 * auto-load.h (maybe_add_script): Add parameter loaded.
7513 (file_is_auto_load_safe): New declaration.
7514 * config.in: Regenerate.
7515 * configure: Regenerate.
7516 * configure.ac: New parameters --with-auto-load-safe-path
7517 and --without-auto-load-safe-path.
7518 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7519 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7520 * main.c (captured_main): Check file_is_auto_load_safe for
7521 LOCAL_GDBINIT.
7522 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7523 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7524 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7525 not.
7526
7527 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7528
7529 auto-load: Implementation.
7530 * NEWS: New descriptions for "info auto-load",
7531 "info auto-load gdb-scripts", "info auto-load python-scripts",
7532 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7533 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7534 and "show auto-load-scripts". New description for "set auto-load",
7535 "show auto-load", "set auto-load gdb-scripts",
7536 "show auto-load gdb-scripts", "set auto-load python-scripts",
7537 "show auto-load python-scripts", "set auto-load local-gdbinit",
7538 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7539 "show auto-load libthread-db".
7540 * auto-load.c: Remove include python/python-internal.h. Add includes
7541 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7542 cli/cli-setshow.h.
7543 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7544 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7545 (gdbpy_global_auto_load): Rename to ...
7546 (global_auto_load): ... here.
7547 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7548 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7549 (script_language_gdb, source_gdb_script_for_objfile): New.
7550 (struct loaded_script): New field language.
7551 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7552 LANGUAGE.
7553 (maybe_add_script): Add parameter language. Drop redundant
7554 entry.full_path initialization. Initialize entry.language and
7555 (*slot)->language.
7556 (auto_load_objfile_script): Change parameter suffix to language.
7557 Remove the call of maybe_add_script.
7558 Call language->source_script_for_objfile.
7559 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7560 New.
7561 (collect_matching_scripts): Adjust it for
7562 struct collect_matching_scripts_data.
7563 (auto_load_info_scripts_pattern_nl): New variable.
7564 (info_auto_load_scripts): Rename to ...
7565 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7566 for struct collect_matching_scripts_data.
7567 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7568 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7569 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7570 (auto_load_info_cmdlist_get): New.
7571 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7572 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7573 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7574 "info auto-load local-gdbinit".
7575 * auto-load.h (struct script_language): New.
7576 (gdbpy_global_auto_load): Rename to ...
7577 (global_auto_load): ... here.
7578 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7579 (auto_load_local_gdbinit_loaded): New declarations.
7580 (maybe_add_script): New parameter language.
7581 (auto_load_objfile_script): Change parameter suffix to language.
7582 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7583 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7584 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7585 declarations.
7586 * linux-thread-db.c: Include auto-load.h and ctype.h.
7587 (auto_load_thread_db, show_auto_load_thread_db): New.
7588 (struct thread_db_info): New field filename.
7589 (delete_thread_db_info): Call xfree for FILENAME.
7590 (try_thread_db_load): Initialize FILENAME.
7591 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7592 if !AUTO_LOAD_THREAD_DB.
7593 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7594 (_initialize_thread_db): Install auto_load_thread_db
7595 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7596 as "info auto-load libthread-db".
7597 * main.c (captured_main): Rename gdbpy_global_auto_load to
7598 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7599 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7600 (print_gdb_help): Extend the help for 'local init file'.
7601 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7602 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7603 (auto_load_scripts): Rename to ...
7604 (auto_load_python_scripts): ... here, update the comment.
7605 (gdbpy_load_auto_script_for_objfile): New declaration.
7606 (show_auto_load_python_scripts, script_language_python)
7607 (gdbpy_load_auto_script_for_objfile): New.
7608 (source_section_scripts): Refactor the code.
7609 (load_auto_scripts_for_objfile): Rename to ...
7610 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7611 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7612 (info_auto_load_python_scripts): New.
7613 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7614 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7615 Register "set auto-load-scripts" as its deprecated alias. Register
7616 "info auto-load python-scripts". Register "info auto-load-scripts" as
7617 its deprecated alias.
7618 (load_auto_scripts_for_objfile): Rename to ...
7619 (gdbpy_load_auto_scripts_for_objfile): ... here.
7620 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7621 (gdbpy_load_auto_scripts_for_objfile): ... here.
7622
7623 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7624
7625 auto-load: Move files.
7626 * Makefile.in (SFILES): Add auto-load.c.
7627 (HFILES_NO_SRCDIR): Add auto-load.h.
7628 (COMMON_OBS): Add auto-load.o.
7629 (distclean): Change .gdbinit for gdb-gdb.gdb.
7630 * auto-load.c: New file, with parts from python/py-auto-load.c.
7631 * auto-load.h: New file, with parts from python/python.h.
7632 * configure: Regenerate.
7633 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7634 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7635 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7636 * main.c: Include auto-load.h.
7637 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7638 command.h, observer.h and progspace.h to auto-load.c. Add include
7639 auto-load.h.
7640 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7641 (struct loaded_script, auto_load_pspace_data)
7642 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7643 (hash_loaded_script_entry, eq_loaded_script_entry)
7644 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7645 (maybe_add_script): Move to auto-load.c.
7646 (source_section_scripts): Change maybe_add_script parameters passing,
7647 use script_not_found_warning_print.
7648 (clear_section_scripts, auto_load_objfile_script)
7649 (auto_load_new_objfile, loaded_script_ptr)
7650 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7651 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7652 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7653 auto_load_new_objfile and info_auto_load_scripts initizations to
7654 auto-load.c.
7655 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7656
7657 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 Code cleanup.
7660 * charset.c (find_charset_names): Remove variables ix and elt.
7661 Use free_char_ptr_vec.
7662 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7663 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7664 debugdir_end. New variable debugdir_len.
7665 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7666 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7667 declarations.
7668 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7669 and elt. Use free_char_ptr_vec.
7670 * source.c (add_path): Remove variables argv, arg and argv_index.
7671 New variables dir_vec, back_to, ix and name.
7672 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7673 make_cleanup_freeargv. Remove variable separator. Simplify the code
7674 no longer expecting DIRNAME_SEPARATOR.
7675 (openp): Remove variable p, p1 and len. New variables dir_vec,
7676 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7677 no longer expecting DIRNAME_SEPARATOR.
7678 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7679 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7680 debugdir_end.
7681 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7682 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7683 (dirnames_to_char_ptr_vec): New functions.
7684
7685 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7686
7687 Code cleanup.
7688 * source.c (add_path): Remove always true conditional 'p == 0' and
7689 unindent its code block.
7690
7691 2012-04-17 Pedro Alves <palves@redhat.com>
7692
7693 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7694 (FIELD_BITPOS_LVAL): ... this.
7695 (FIELD_BITPOS): New.
7696 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7697 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7698 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7699 SET_FIELD_BITPOS.
7700 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7701 SET_FIELD_BITPOS.
7702 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7703 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7704 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7705 SET_FIELD_BITPOS.
7706
7707 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7708
7709 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7710 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7711 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7712 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7713 * jv-lang.c (java_link_class_type): Likewise, once.
7714 * stabsread.c (read_enum_type): Likewise.
7715
7716 2012-04-16 Yao Qi <yao@codesourcery.com>
7717
7718 * common/agent.c (agent_run_command): Add one more parameter `len'.
7719 Update callers.
7720 * common/agent.h: Update declaration.
7721 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7722 Update.
7723 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7724
7725 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7726
7727 PR mi/13393
7728 * value.c (value_actual_type): New function.
7729 * value.h (value_actual_type): New declaration.
7730 * varobj.c (update_type_if_necessary): New function.
7731 (varobj_create): Call value_actual_type instead of
7732 value_type.
7733 (install_dynamic_child): distinct changed and type changed MI variable
7734 objects.
7735 (update_dynamic_varobj_children): Updated for install_dynamic_child
7736 change. All callers updated.
7737 (varobj_update): Support for MI variable object type change if
7738 the value changed and RTTI is used to determine the type.
7739 (create_child_with_value): Call value_actual_type instead of
7740 value_type.
7741 (adjust_value_for_child_access): Extended with a new parameter which
7742 specify whether the given value should be casted to enclosing type.
7743 All callers updated.
7744
7745 2012-04-14 Yao Qi <yao@codesourcery.com>
7746
7747 Import gnulib module inttypes from git
7748 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7749 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
7750 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7751 gnulib/m4/inttypes-pri.m4
7752 * aclocal.m4, config.in, configure: Regenerated.
7753 * gnulib/Makefile.am: Update.
7754 * gnulib/Makefile.in: Update.
7755 * gnulib/m4/gnulib-cache.m4: Update.
7756 * gnulib/m4/gnulib-comp.m4: Update.
7757 * gnulib/inttypes.in.h: New.
7758 * gnulib/m4/inttypes-pri.m4: New.
7759 * gnulib/m4/inttypes.m4: New.
7760
7761 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
7762
7763 * infrun.c (resume): Update PC address to the real PC after
7764 preparing to do displaced stepping.
7765
7766 2012-04-12 Doug Evans <dje@google.com>
7767
7768 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7769 All callers updated.
7770
7771 2012-04-12 Mark Kettenis <kettenis@gnu.org>
7772
7773 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7774
7775 2012-04-12 Doug Evans <dje@google.com>
7776
7777 * dwarf2read.c (create_all_type_units): Renamed from
7778 create_debug_types_hash_table. All callers updated.
7779
7780 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7781 local type_sig to sig_type, type_offset to type_offset_in_tu.
7782 (hash_signatured_type): Renamed from hash_type_signature,
7783 all callers updated.
7784 (eq_signatured_type): Renamed from eq_type_signature,
7785 all callers updated.
7786 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7787 (process_enumeration_scope): Ditto.
7788 (lookup_signatured_type_at_offset): Ditto.
7789 (load_full_type_unit, read_signatured_type): Ditto.
7790
7791 2012-04-12 Yao Qi <yao@codesourcery.com>
7792
7793 * remote.c (async_remote_interrupt): Correct function name in
7794 debug message.
7795 (async_remote_interrupt_twice): Ditto.
7796
7797 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7798
7799 * source.c (find_and_open_source): Consistently pass resulting
7800 full path through xfullpath.
7801
7802 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7803
7804 Provide more specific displaced-stepping memory error message.
7805 * infrun.c (displaced_step_prepare): New variable status. Call
7806 target_read_memory instead of read_memory, provide more specific
7807 error message.
7808
7809 2012-04-11 Tristan Gingold <gingold@adacore.com>
7810
7811 PR gdb/13901
7812 * darwin-nat.c (darwin_execvp): Revert previous patch.
7813
7814 2012-04-11 Tristan Gingold <gingold@adacore.com>
7815
7816 PR gdb/13901
7817 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7818 in case of change.
7819
7820 2012-04-11 Tristan Gingold <gingold@adacore.com>
7821
7822 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7823 warning.
7824
7825 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7826
7827 New command 'explore' which helps explore values and types in
7828 scope.
7829 * NEWS: Add an entry about the new 'explore' command.
7830 * data-directory/Makefile.in: Add gdb/command/explore.py
7831 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
7832 command using the GDB Python API.
7833
7834 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7835
7836 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7837 extension in jump target calculation.
7838
7839 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
7840
7841 * mips-tdep.c (mips32_next_pc): Handle JALX.
7842
7843 2012-04-10 Yao Qi <yao@codesourcery.com>
7844
7845 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7846
7847 2012-04-10 Yao Qi <yao@codesourcery.com>
7848
7849 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7850 and gnulib/m4/gnulib-tool.m4.
7851
7852 2012-04-10 Doug Evans <dje@google.com>
7853
7854 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7855 (load_partial_dies): Clarify comment.
7856 (find_partial_die): Support rereading type units.
7857 Clarify CU handling, if we know offset is in CU, don't search for the
7858 containing CU. Add comment regarding memory waste.
7859
7860 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7861
7862 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7863 i386/x32-avx and i386/x32-avx-linux.
7864 (i386/x32-expedite): New.
7865 (i386/x32-linux-expedite): Likewise.
7866 (i386/x32-avx-expedite): Likewise.
7867 (i386/x32-avx-linux-expedite): Likewise.
7868 ($(outdir)/i386/x32.dat): Likewise.
7869 ($(outdir)/i386/x32-linux.dat): Likewise.
7870 ($(outdir)/i386/x32-avx.dat): Likewise.
7871 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7872
7873 * features/i386/x32-avx-linux.xml: New file.
7874 * features/i386/x32-avx.xml: Likewise.
7875 * features/i386/x32-core.xml: Likewise.
7876 * features/i386/x32-linux.xml: Likewise.
7877 * features/i386/x32.xml: Likewise.
7878
7879 * features/i386/x32-avx-linux.c: New. Generated.
7880 * features/i386/x32-avx.c: Likewise.
7881 * features/i386/x32-linux.c: Likewise.
7882 * features/i386/x32.c: Likewise.
7883 * regformats/i386/x32-avx-linux.dat: Likewise.
7884 * regformats/i386/x32-avx.dat: Likewise.
7885 * regformats/i386/x32-linux.dat: Likewise.
7886 * regformats/i386/x32.dat: Likewise.
7887
7888 2012-04-10 Tristan Gingold <gingold@adacore.com>
7889
7890 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7891 code to kill the inferior.
7892
7893 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7894
7895 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7896 defines.
7897 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7898 defines.
7899 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
7900 (yyvsp): New defines.
7901 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7902 defines.
7903 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7904 defines.
7905 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7906 defines.
7907 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7908 defines.
7909 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7910 defines.
7911
7912 2012-04-09 Mark Kettenis <kettenis@gnu.org>
7913
7914 * sparc64-tdep.c (sparc64_store_arguments)
7915 (sparc64_store_arguments): Fix coding style.
7916
7917 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7918
7919 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7920 complex floats, adjust some related comments and tighten a related
7921 assertion.
7922 (sparc64_extract_return_value): Handle complex floats.
7923
7924 2012-04-07 Doug Evans <dje@google.com>
7925
7926 * dwarf2read.c (load_partial_dies): Change condition to assert.
7927
7928 2012-04-06 Doug Evans <dje@google.com>
7929
7930 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7931 "mov %rsp,%rbp".
7932
7933 2012-04-05 Kevin Buettner <kevinb@redhat.com>
7934
7935 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7936 fencepost error.
7937 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7938 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7939 architecture.
7940
7941 2012-04-05 Keith Seitz <keiths@redhat.com>
7942
7943 * linespec.c (decode_compound): Remove.
7944 (enum offset_relative_sign): New enum.
7945 (struct line_offset): New struct.
7946 (struct linespec): New struct.
7947 (struct linespec_state): Move file_symtabs,
7948 user_filename, and user_function into struct linespec.
7949 Make result an anonymous struct holding vectors of
7950 symbolp and minsym_and_objfile_d.
7951 Add language member.
7952 (enum ls_token_type): New enum.
7953 (linespec_keywords): New array.
7954 (struct ls_token): New struct.
7955 (struct ls_parser): New struct.
7956 (linespec_lexer_lex_number): New function.
7957 (linespec_lexer_lex_keyword): New function.
7958 (is_ada_operator): New function.
7959 (skip_quote_char): New function.
7960 (copy_token_string): New function.
7961 (is_closing_quote_enclosed): New function.
7962 (find_parameter_list_end): New function.
7963 (linespec_lexer_lex_string): New function.
7964 (linespec_lexer_lex_one): New function.
7965 (linespec_lexer_consume_token): New function.
7966 (linespec_lexer_peek_token): New function.
7967 (cplusplus_error): Remove unused function.
7968 (find_methods): Update comment.
7969 (find_toplevel_char): Return const.
7970 (is_objc_method_format): Remove unused function.
7971 (find_toplevel_string): New function.
7972 (is_linespec_boundary): Remove.
7973 (symbol_not_found_error): New function.
7974 (find_method_overload_end): Remove function.
7975 (unexpected_linespec_error): New function.
7976 (keep_name_info): Remove.
7977 (linespec_parse_line_offset): New function.
7978 (linespec_parse_basic): New function.
7979 (canonicalize_linespec): New function.
7980 (decode_line_internal): Remove.
7981 (create_sals_line_offset): New function adapted from
7982 decode_all_digits.
7983 (convert_linespec_to_sals): New function.
7984 (parse_linespec): New function.
7985 (linespec_parser_new): New function.
7986 (linespec_state_destructor): Change parameter type to
7987 struct linespec_state *.
7988 Add language parameter.
7989 Remove freeing of moved members.
7990 (linespec_parser_delete): New function.
7991 (decode_line_full): Use parse_linespec and linespec_parser_new.
7992 (decode_line_1): Likewise.
7993 (decode_indirect): Rename to ...
7994 (linespec_expression_to_pc): ... this and rewrite
7995 to simply find CORE_ADDR, storing this result for later
7996 conversion to SALs.
7997 (locate_first_half): Remove.
7998 (deocde_objc): Add parameter LS.
7999 Initialize new struct collect_info members.
8000 Handle minimal symbols, too.
8001 (decode_compound): Delete.
8002 (lookup_prefix_sym): Rewrite.
8003 (compare_msymbols): New function.
8004 (find_method): Rewrite.
8005 Do not call cplusplus_error.
8006 (symtabs_from_filename): Rewrite.
8007 (collect_function_symbols): Delete.
8008 (find_function_symbols): Rewrite without ARGPTR-style
8009 processing.
8010 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8011 (decode_dollar): Adapted and renamed to ...
8012 (linespec_parse_variable): ... this.
8013 (find_linespec_symbols): New function.
8014 (decode_label): Adapted and renamed to ...
8015 (find_label_symbols): ... this.
8016 (decode_digits_list_mode): Add and use LS argument.
8017 (decode_digits_ordinary): Likewise.
8018 (collect_symbols): Do not collect SALs, just symbols and msymbols.
8019 If in list mode, allow any symbol class. Otherwise, only
8020 permit LOC_BLOCK symbols.
8021 (minsym_found): Update comments.
8022 (search_minsyms_for_name): Do not convert the matching symbol
8023 into a SAL. Simply push the symbol and objfile into the
8024 result vector.
8025 (decode_variable): Delete. Contents adapted into
8026 find_linespec_symbols.
8027
8028 * cp-support.c (SKIP_SPACE): Remove.
8029 (operator_tokens): Remove unused global.
8030 (cp_validate_operator): Remove.
8031 * cp-support.h (cp_validate_operator): Remove declaration.
8032
8033 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8034
8035 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8036 for TYPE_VPTR_FIELDNO.
8037 * valprint.c (valprint_check_validity): Make it global, move the
8038 function comment ...
8039 * value.h (valprint_check_validity): ... to this new declaration.
8040
8041 2012-04-02 Tristan Gingold <gingold@adacore.com>
8042
8043 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8044 the STATE32 api for i386 state.
8045 (i386_darwin_store_inferior_registers): Likewise.
8046
8047 2012-04-02 Tristan Gingold <gingold@adacore.com>
8048
8049 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8050 SS offset.
8051 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8052 format_string.
8053
8054 2012-04-02 Tristan Gingold <gingold@adacore.com>
8055
8056 PR gdb/13901
8057 * darwin-nat.c (darwin_execvp): Set binary preference.
8058
8059 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8060
8061 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8062
8063 2012-03-30 Tom Tromey <tromey@redhat.com>
8064
8065 * python/python.c (gdbpy_decode_line): Move cleanup creation out
8066 of TRY_CATCH. Fix error handling.
8067 * python/py-value.c (convert_value_from_python): Move 'old'
8068 declaration to innermost scope.
8069
8070 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8071 Andrey Smirnov <andrew.smirnov@gmail.com>
8072
8073 -Wshadow warning fix.
8074 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8075 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8076 Adjust code accordingly.
8077
8078 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8079
8080 * ada-lang.c (symbol_completion_add): Rename parameter
8081 "encoded" into "encoded_p". Ajust code and documentation
8082 accordingly.
8083
8084 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8085 Andrey Smirnov <andrew.smirnov@gmail.com>
8086
8087 -Wshadow warning fix.
8088 * ada-lang.c (symbol_completion_add): Rename parameter
8089 "wild_match" into wild_match_p. Update code and documentation
8090 accordingly.
8091
8092 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8093
8094 * ada-lang.c (symbol_completion_match): Rename parameter
8095 "encoded" into "encoded_p". Ajust code and documentation
8096 accordingly.
8097
8098 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8099 Andrey Smirnov <andrew.smirnov@gmail.com>
8100
8101 -Wshadow warning fix.
8102 * ada-lang.c (symbol_completion_match): Rename parameter
8103 "wild_match" into "wild_match_p". Adjust code and function
8104 documentation accordingly.
8105
8106 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8107 Andrey Smirnov <andrew.smirnov@gmail.com>
8108
8109 -Wshadow warning fix.
8110 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8111 "symbol_info" into "info". Adjust code accordingly.
8112 (ada_lookup_symbol): Likewise.
8113
8114 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8115
8116 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8117 of this function's documentation.
8118
8119 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8120 Andrey Smirnov <andrew.smirnov@gmail.com>
8121
8122 -Wshadow warning fix.
8123 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8124 variable into "wild_match_p". Adjust code accordingly.
8125
8126 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8127 Andrey Smirnov <andrew.smirnov@gmail.com>
8128
8129 -Wshadow warning fix.
8130 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8131 parameter into "wild_match_p". Adjust code accordingly.
8132 Document this parameter in the function description.
8133
8134 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8135 Andrey Smirnov <andrew.smirnov@gmail.com>
8136
8137 -Wshadow warning fix.
8138 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8139 "wild_match" parameter to "wild_match_p" (-Wshadow).
8140
8141 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8142
8143 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8144 in function documentation.
8145
8146 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8147 Andrey Smirnov <andrew.smirnov@gmail.com>
8148
8149 -Wshadow warning fix.
8150 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8151 variable into wild_match_p. Adjust code accordingly.
8152
8153 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8154 Andrey Smirnov <andrew.smirnov@gmail.com>
8155
8156 * ada-valprint.c (ada_val_print_1): Move the code handling
8157 TYPE_CODE_ENUM inside its own lexical block. Declare
8158 variables len and val there, instead of in the function's
8159 top level block. Avoid declaring deref_val again in a way
8160 that shadows another variable of the same name declared
8161 in one of the up-level blocks. Just re-use the up-level
8162 variable instead.
8163
8164 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8165
8166 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8167 Replace block_found argument by symbol_info. Adjust
8168 implementation accordingly. Add function documentation.
8169 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8170 Fix documentation.
8171 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8172 * ada-exp.y (write_object_renaming): Adjust to new
8173 ada_lookup_encoded_symbol API.
8174
8175 2012-03-29 Joel Brobecker <brobecker@adacore.com>
8176
8177 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8178 documentation.
8179
8180 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
8181
8182 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8183 (v850_register_name): Add the mpu and fpu register names.
8184 (v850e_register_name): Add the mpu and fpu register names.
8185 (v850e2_register_name): New function.
8186 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8187 bfd_mach_v850e2v3.
8188
8189 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8190
8191 * NEWS: Add entry for Ada varobj support.
8192
8193 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8194
8195 * varobj.c (default_value_is_changeable_p): New function,
8196 extracted from varobj_value_is_changeable_p. Add declaration.
8197 (ada_value_is_changeable_p): New function, extracted from
8198 varobj_value_is_changeable_p. Add declaration.
8199 (struct language_specific): New field "value_is_changeable_p".
8200 (languages): Add entries for new field.
8201 (varobj_create): Set language before calling install_new_value.
8202 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8203 "value_is_changeable_p" language callback.
8204
8205 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8206
8207 * ada-varobj.h, ada-varobj.c: New files.
8208 * Makefile.in (SFILES): Add ada-varobj.c.
8209 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8210 (COMMON_OBS): Add ada-varobj.o.
8211
8212 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8213
8214 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8215 (struct language_specific): New field "value_has_mutated".
8216 (languages): Set field "value_has_mutated" in each entry of array.
8217 (varobj_value_has_mutated): New function.
8218 (varobj_udpdate): Add handling of type mutation.
8219 (value_of_root): Add handling of type mutation.
8220 (ada_value_has_mutated): New function.
8221
8222 2012-03-28 Pedro Alves <palves@redhat.com>
8223
8224 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8225 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8226
8227 2012-03-28 Tom Tromey <tromey@redhat.com>
8228
8229 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8230 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8231 before returning.
8232
8233 2012-03-28 Tom Tromey <tromey@redhat.com>
8234
8235 * .dir-locals.el: New file.
8236
8237 2012-03-28 Pedro Alves <palves@redhat.com>
8238
8239 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8240
8241 2012-03-28 Joel Brobecker <brobecker@adacore.com>
8242
8243 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8244 handling for r0.
8245
8246 2012-03-27 Pedro Alves <palves@redhat.com>
8247
8248 Eliminate struct ui_stream.
8249
8250 * ui-out.h (struct ui_stream): Delete.
8251 (ui_out_field_stream): Adjust prototype.
8252 (ui_out_stream_new, ui_out_stream_delete)
8253 (make_cleanup_ui_out_stream_delete): Delete declarations.
8254 * ui-out.c (ui_out_field_stream): Change prototype to take a
8255 ui_file instead of a ui_stream. Adjust.
8256 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8257 (make_cleanup_ui_out_stream_delete): Delete.
8258 * breakpoint.c (print_breakpoint_location)
8259 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8260 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8261 * disasm.c (dump_insns): Ditto.
8262 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8263 prototype.
8264 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8265 ui_stream/ui_out_stream_new.
8266 * infcmd.c (print_return_value): Ditto.
8267 * osdata.c (info_osdata_command): Don't allocate a local
8268 ui_stream.
8269 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8270 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8271 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8272 allocate a local ui_stream.
8273 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8274 instead of ui_stream/ui_out_stream_new.
8275 (list_args_or_locals): Don't allocate a local ui_stream.
8276 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8277 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8278 ui_stream/ui_out_stream_new.
8279 * cli/cli-setshow.c (do_setshow_command): Ditto.
8280
8281 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
8282
8283 * arm-linux-tdep.c (arm_linux_init_abi): Call
8284 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8285 * arm-tdep.c (arm_process_record): New function.
8286 (deallocate_reg_mem): New function.
8287 (decode_insn): New function.
8288 (thumb_record_branch): New function.
8289 (thumb_record_ldm_stm_swi(): New function.
8290 (thumb_record_misc): New function.
8291 (thumb_record_ld_st_stack): New function.
8292 (thumb_record_ld_st_imm_offset): New function.
8293 (thumb_record_ld_st_reg_offset(): New function.
8294 (thumb_record_add_sub_cmp_mov): New function.
8295 (thumb_record_shift_add_sub): New function.
8296 (arm_record_coproc_data_proc): New function.
8297 (arm_record_coproc): New function.
8298 (arm_record_b_bl): New function.
8299 (arm_record_ld_st_multiple): New function.
8300 (arm_record_ld_st_reg_offset): New function.
8301 (arm_record_ld_st_imm_offset): New function.
8302 (arm_record_data_proc_imm): New function.
8303 (arm_record_data_proc_misc_ld_str): New function.
8304 (arm_record_extension_space): New function.
8305 (arm_record_strx): New function.
8306 (sbo_sbz): New function.
8307 (struct insn_decode_record): New structure for arm insn record.
8308 (REG_ALLOC): New macro for reg allocations.
8309 (MEM_ALLOC): New macro for memory allocations.
8310 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8311
8312 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8313
8314 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8315 (store_register): Likewise.
8316
8317 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
8318
8319 * MAINTAINERS (Write After Approval): Add myself to the list.
8320
8321 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8322
8323 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8324 Describe also the option "auto".
8325
8326 2012-03-22 Richard Henderson <rth@redhat.com>
8327
8328 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8329 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8330
8331 2012-03-22 Richard Henderson <rth@redhat.com>
8332
8333 * jit.c (jit_read_code_entry): Compute alignment and offset of
8334 int64_t member before computing entry_size.
8335
8336 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8337
8338 Python scripting: Add new method Value.referenced_value to
8339 gdb.Value which can dereference pointer as well as reference
8340 values.
8341 * NEWS: Add entry under 'Python scripting' about the new method
8342 Value.referenced_value on gdb.Value objects.
8343 * python/py-value.c (valpy_referenced_value): New function
8344 defining a new method on gdb.Value objects which can dereference
8345 pointer and reference values.
8346
8347 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8348
8349 * MAINTAINERS (Write After Approval): Add myself to the list.
8350
8351 2012-03-21 Kevin Buettner <kevinb@redhat.com>
8352
8353 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8354 in addition to "main".
8355
8356 2012-03-21 Joel Brobecker <brobecker@adacore.com>
8357
8358 * expression.h (op_name): Add declaration.
8359 * expprint.c (op_name): Remove declaration. Make non-static.
8360 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8361
8362 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8363
8364 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8365 of struct siginfo.
8366 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8367 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8368 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8369 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8370 (linux_nat_get_siginfo): Likewise.
8371 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8372 (linux_nat_get_siginfo): Likewise.
8373 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8374 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8375 * procfs.c (gdb_siginfo_t): Likewise.
8376
8377 2012-03-21 Mike Frysinger <vapier@gentoo.org>
8378
8379 * .gitignore: Ignore more files.
8380
8381 2012-03-20 Pedro Alves <palves@redhat.com>
8382
8383 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8384 returns.
8385
8386 2012-03-20 Yao Qi <yao@codesourcery.com>
8387
8388 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8389 comment.
8390
8391 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8392
8393 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8394 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8395 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8396 sect_offset.
8397 * dwarf2expr.h (cu_offset, sect_offset): New types.
8398 (struct dwarf_expr_context_funcs) <dwarf_call>
8399 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8400 sect_offset.
8401 (struct dwarf_expr_context) <len>: Improve the comment.
8402 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8403 cu_offset and sect_offset.
8404 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8405 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8406 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8407 * dwarf2loc.h: Include dwarf2expr.h.
8408 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8409 and sect_offset.
8410 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8411 Improve the comment.
8412 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8413 (struct signatured_type, struct line_header, struct partial_die_info)
8414 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8415 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8416 (get_die_type_at_offset, create_cus_from_index)
8417 (create_signatured_type_table_from_index, dw2_get_file_names)
8418 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8419 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8420 (create_debug_types_hash_table, process_psymtab_comp_unit)
8421 (load_partial_comp_unit, create_all_comp_units)
8422 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8423 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8424 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8425 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8426 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8427 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8428 (find_partial_die, read_attribute_value, lookup_die_type)
8429 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8430 (is_ref_attr): New function comment.
8431 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8432 Use cu_offset and sect_offset.
8433 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8434 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8435 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8436 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8437 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8438 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8439 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8440 sect_offset.
8441
8442 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 Code cleanup.
8445 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8446 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8447 with xfree.
8448 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8449
8450 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * NEWS: Describe new options --init-command=FILE, -ix and
8453 --init-eval-command=COMMAND, -iex.
8454 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8455 CMDARG_INIT_COMMAND.
8456 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8457 "init-command", "init-eval-command", "ix" and "iex" to the variable
8458 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8459 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8460 (print_gdb_help): Describe --init-command=FILE, -ix and
8461 --init-eval-command=COMMAND, -iex.
8462
8463 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8464
8465 Code cleanup.
8466 * main.c (struct cmdarg): Move it here from main. Add more comments.
8467 (cmdarg_s, VEC (cmdarg_s)): New.
8468 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8469 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8470 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8471 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8472 of CMDARG.
8473
8474 2012-03-19 Tom Tromey <tromey@redhat.com>
8475
8476 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8477
8478 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8479
8480 PR symtab/13777
8481 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8482 GCC >=4.5.
8483
8484 2012-03-16 Chris January <chris.january@allinea.com>
8485
8486 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8487 of clear.
8488
8489 2012-03-16 Chris January <chris.january@allinea.com>
8490
8491 * source.c (add_path): Use memmove instead of strcpy because the
8492 strings overlap.
8493
8494 2012-03-16 Joel Brobecker <brobecker@adacore.com>
8495
8496 * value.h (set_value_parent): Add declaration.
8497 * value.c (set_value_parent): New function.
8498 (value_address): If VALUE->PARENT is not NULL, then use it as
8499 the base address instead of VALUE->LOCATION.address.
8500 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8501 the same as OBJ's address. Adjust V's offset accordingly.
8502 Set V's parent.
8503
8504 2012-03-16 Gary Benson <gbenson@redhat.com>
8505
8506 PR breakpoints/10738
8507 * dwarf2read.c (use_deprecated_index_sections): New global.
8508 (struct partial_die_info): New member may_be_inlined.
8509 (read_partial_die): Set may_be_inlined where appropriate.
8510 (add_partial_subprogram): Add partial symbols for partial
8511 DIEs that may be inlined.
8512 (new_symbol_full): Add inlined subroutines to the current
8513 scope.
8514 (write_psymtabs_to_index): Bump version number.
8515 (dwarf2_read_index): Read only version 6 indices unless
8516 use_deprecated_index_sections is set.
8517 * linespec.c (symbol_and_data_callback): New structure.
8518 (iterate_inline_only): New function.
8519 (iterate_over_all_matching_symtabs): New argument
8520 "include_inline". If nonzero, also call the callback for
8521 symbols representing inlined subroutines.
8522 (lookup_prefix_sym): Pass extra argument to the above.
8523 (find_function_symbols): Likewise.
8524 (add_matching_symbols_to_info): Likewise.
8525 * NEWS: Mention that GDB can now set breakpoints on inlined
8526 functions.
8527
8528 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8529
8530 * p-typeprint.c (pascal_type_print_method_args):
8531 Fix display of parameter of methods.
8532
8533 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8534
8535 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8536 Add missing prototype.
8537
8538 2012-03-16 Yao Qi <yao@codesourcery.com>
8539 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 Fix false compilation warning.
8542 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8543
8544 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8545 Pedro Alves <pedro@codesourcery.com>
8546
8547 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8548 (arm_register_g_packet_guesses): New function.
8549 (arm_gdbarch_init): Don't force a target description with
8550 registers when the executable is detected as M-profile. Instead
8551 set gdbarch->tdep->is_m. Register `g' packet guesses.
8552 (_initialize_arm_tdep): Initialize the new target description.
8553 * features/arm-with-m-fpa-layout.xml: New description.
8554 * features/arm-with-m-fpa-layout.c: New, generated.
8555
8556 2012-03-15 Joel Brobecker <brobecker@adacore.com>
8557
8558 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8559 Update function description.
8560 (insert_bp_location): Do not wipe bl->target_info out.
8561 * mem-break.c: #include "gdb_string.h".
8562 (default_memory_insert_breakpoint): Do not call target_read_memory
8563 with a pointer to the breakpoint's shadow_contents buffer. Use
8564 a local buffer instead.
8565 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8566
8567 2012-03-15 Tom Tromey <tromey@redhat.com>
8568
8569 * NEWS: Mention "info vtbl", not "info vtable".
8570 * cp-support.c (info_vtbl_command): Fix comment.
8571 (_initialize_cp_support): Fix text.
8572
8573 2012-03-15 Tom Tromey <tromey@redhat.com>
8574
8575 * cp-valprint.c (cp_print_value_fields): Use
8576 print_function_pointer_address for vtable slot.
8577
8578 2012-03-15 Tom Tromey <tromey@redhat.com>
8579
8580 * gnu-v3-abi.c (struct value_and_voffset): New.
8581 (hash_value_and_voffset, eq_value_and_voffset)
8582 (compare_value_and_voffset, compute_vtable_size)
8583 (print_one_vtable, gnuv3_print_vtable): New functions.
8584 (init_gnuv3_ops): Initialize 'print_vtable' field.
8585 * cp-support.c (info_vtbl_command): New function.
8586 (_initialize_cp_support): Add "info vtbl".
8587 * cp-abi.h (cplus_print_vtable): Declare.
8588 (struct cp_abi_ops) <print_vtable>: New field.
8589 * cp-abi.c (cplus_print_vtable): New function.
8590 * NEWS: Update.
8591
8592 2012-03-15 Tom Tromey <tromey@redhat.com>
8593
8594 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8595 iterate_over_symbols.
8596
8597 2012-03-14 Doug Evans <dje@google.com>
8598
8599 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8600 DW_OP_GNU_parameter_ref.
8601
8602 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8603
8604 Fix double prompt of 'interpreter-exec mi'.
8605 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8606 (mi_interpreter_resume): use it.
8607 (mi_execute_command_input_handler): New function.
8608 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8609 mi_execute_command_input_handler.
8610
8611 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
8612
8613 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8614 prototype.
8615 (darwin_debug_port_info): Make static.
8616 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8617 * machoread.c (_initialize_machoread): Add prototype.
8618 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8619 (i386_darwin_set_control, i386_darwin_get_control)
8620 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8621 i386_darwin_get_status, i386_darwin_get_control):
8622 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8623
8624 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8625
8626 * ax-gdb.c (gen_usual_unary): Remove special handling of
8627 enum and bool types.
8628
8629 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8630
8631 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8632
8633 2012-03-13 Joel Brobecker <brobecker@adacore.com>
8634
8635 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8636
8637 2012-03-13 Chris January <chris.january@allinea.com>
8638
8639 * aix-thread.c (fill_sprs): Store the floating point registers
8640 at the correct offsets into vals.
8641
8642 2012-03-13 Doug Evans <dje@google.com>
8643
8644 * NEWS: Mention symbol-reloading has been deleted.
8645 * symfile.c (symbol_reloading): Delete.
8646 (show_symbol_reloading): Delete.
8647 (_initialize_symfile): Delete set/show symbol-reloading.
8648
8649 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8650 read_in_chain until we have successfully read it in.
8651 (load_full_comp_unit): Ditto.
8652 (read_signatured_type): Add comment.
8653
8654 2012-03-13 Chris January <chris.january@allinea.com>
8655
8656 * stabsread.c (fix_common_block): Change type of valu argument
8657 to CORE_ADDR.
8658
8659 2012-03-13 Chris January <chris.january@allinea.com>
8660
8661 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8662 instruction.
8663
8664 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8665
8666 * common/linux-procfs.c (linux_proc_get_int): New, from
8667 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8668 field.
8669 (linux_proc_get_tgid): Only call linux_proc_get_int.
8670 (linux_proc_get_tracerpid): New.
8671 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8672 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8673 linux_proc_pid_has_state.
8674 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8675 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8676 (linux_ptrace_attach_warnings): New.
8677 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8678 New declaration.
8679 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8680 (linux_nat_attach): New variables ex, buffer, message and message_s.
8681 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8682
8683 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8684
8685 * Makefile.in (linux-ptrace.o): New.
8686 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8687 from linux-nat.c.
8688 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8689 * common/linux-ptrace.c: New file.
8690 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8691 * config/arm/linux.mh: Likewise.
8692 * config/i386/linux.mh: Likewise.
8693 * config/i386/linux64.mh: Likewise.
8694 * config/ia64/linux.mh: Likewise.
8695 * config/m32r/linux.mh: Likewise.
8696 * config/m68k/linux.mh: Likewise.
8697 * config/mips/linux.mh: Likewise.
8698 * config/pa/linux.mh: Likewise.
8699 * config/powerpc/linux.mh: Likewise.
8700 * config/powerpc/ppc64-linux.mh: Likewise.
8701 * config/powerpc/spu-linux.mh: Likewise.
8702 * config/s390/s390.mh: Likewise.
8703 * config/sparc/linux.mh: Likewise.
8704 * config/sparc/linux64.mh: Likewise.
8705 * config/xtensa/linux.mh: Likewise.
8706 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8707 common/linux-procfs.c.
8708 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8709
8710 2012-03-13 Hui Zhu <teawater@gmail.com>
8711 Pedro Alves <palves@redhat.com>
8712
8713 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8714 CREATE_BREAKPOINT_FLAGS_INSERTED.
8715 (create_breakpoint_sal, create_breakpoints_sal)
8716 (base_breakpoint_create_breakpoints_sal)
8717 (tracepoint_create_breakpoints_sal)
8718 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8719 down.
8720 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8721 (ftrace_command, strace_command): Adjust.
8722 (create_tracepoint_from_upload): Pass
8723 CREATE_BREAKPOINT_FLAGS_INSERTED.
8724 * breakpoint.h (enum breakpoint_create_flags): New.
8725 (create_breakpoint): New flags parameter.
8726 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8727 * python/py-breakpoint.c (bppy_init): Adjust.
8728 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8729 * spu-tdep.c (spu_catch_start): Adjust.
8730
8731 2012-03-13 Pedro Alves <palves@redhat.com>
8732 Hui Zhu <teawater@gmail.com>
8733 Yao Qi <yao@codesourcery.com>
8734
8735 * remote.c (struct remote_state): New field `starting_up'.
8736 (remote_start_remote): Set and clear it.
8737 (remote_can_download_tracepoint): If starting up, return false.
8738
8739 2012-03-13 Yao Qi <yao@codesourcery.com>
8740
8741 * inferior.h (struct inferior): Remove fields any_syscall_count,
8742 syscalls_counts and total_syscalls_count. Move them to new
8743 struct catch_syscall_inferior_data in breakpoint.c.
8744 * breakpoint.c: Call DEF_VEC_I(int).
8745 (struct catch_syscall_inferior_data): New.
8746 (get_catch_syscall_inferior_data): New.
8747 (catch_syscall_inferior_data_cleanup): New.
8748 (insert_catch_syscall): Update to access data in
8749 struct catch_syscall_inferior_data.
8750 (insert_catch_syscall): Likewise.
8751 (remove_catch_syscall): Likewise.
8752 (remove_catch_syscall): Likewise.
8753 (is_syscall_catchpoint_enabled): Likewise.
8754 (add_catch_command): Likewise.
8755 (_initialize_breakpoint): Register cleanup.
8756 * breakpoint.h: Removed DEF_VEC_I(int).
8757 * dwarf2loc.c: Call DEF_VEC_I(int).
8758 * mi/mi-main.c: Likewise.
8759
8760 2012-03-12 Mark Kettenis <kettenis@gnu.org>
8761
8762 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8763
8764 2012-03-12 Chris January <chris.january@allinea.com>
8765
8766 * aix-thread.c (_initialize_aix_thread): Add prototype.
8767 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8768 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8769
8770 2012-03-12 Joel Brobecker <brobecker@adacore.com>
8771
8772 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8773 include of "amd64-nat.h".
8774
8775 2012-03-12 Tom Tromey <tromey@redhat.com>
8776
8777 * buildsym.c (record_pending_block): Now static.
8778 * buildsym.h: (record_pending_block): Remove.
8779
8780 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
8781
8782 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8783
8784 2012-03-09 Tom Tromey <tromey@redhat.com>
8785
8786 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8787 producer_is_gxx_lt_4_6>: New fields.
8788 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8789
8790 2012-03-09 Tom Tromey <tromey@redhat.com>
8791
8792 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8793
8794 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8795
8796 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8797 prototype.
8798
8799 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8800
8801 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8802
8803 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8804
8805 Fix -Wmissing-prototypes build.
8806 * arm-linux-nat.c (get_thread_id): Make it static.
8807 * xtensa-linux-nat.c (get_thread_id): Likewise.
8808
8809 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8810
8811 * server.c (process_point_options): If a conditional expression
8812 is found, only print a message if remote_debug is nonzero.
8813
8814 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
8815
8816 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8817 of internal error for unknown/unsupported types.
8818
8819 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8820
8821 Fix CU relative vs. absolute DIE offsets.
8822 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8823 offset to offset_in_cu.
8824 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8825 TYPE_OFFSET.
8826 (dwarf2_fetch_die_location_block): Rename parameter offset to
8827 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8828
8829 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 * libunwind-frame.c: Rename to ...
8832 * ia64-libunwind-tdep.c: ... here.
8833 * libunwind-frame.h: Rename to ...
8834 * ia64-libunwind-tdep.h: ... here.
8835 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8836 ia64-libunwind-tdep.h.
8837 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8838 * README (--with-libunwind): Rename to ...
8839 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8840 * config.in: Regenerate.
8841 * configure: Regenerate.
8842 * configure.ac: New option --with-libunwind-ia64, make the
8843 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8844 Remove AC_DEFINE for HAVE_LIBUNWIND.
8845 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8846 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8847 Rename libunwind-frame in the general comment.
8848 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8849 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8850 Move forward declarations inside #ifndef. Rename libunwind-frame in
8851 the general comment.
8852 * ia64-tdep.c: Rename libunwind-frame.h #include to
8853 ia64-libunwind-tdep.h.
8854 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8855 (ia64_libunwind_descr): Rename libunwind-frame to
8856 ia64-libunwind-tdep in these function comments.
8857 * ia64-tdep.h: Rename libunwind-frame.h #include to
8858 ia64-libunwind-tdep.h.
8859 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8860 ia64-libunwind-tdep in that data comment.
8861
8862 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8863
8864 * libunwind-frame.h (struct frame_unwind): New declaration.
8865
8866 2012-03-08 Joel Brobecker <brobecker@adacore.com>
8867
8868 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8869 "set breakpoint condition-evaluation" command.
8870
8871 2012-03-08 Tristan Gingold <gingold@adacore.com>
8872
8873 * sparc-stub.c: Move to stubs/
8874 * sh-stub.c: Likewise.
8875 * m68k-stub.c: Likewise.
8876 * m32r-stub.c: Likewise.
8877 * i386-stub.c: Likewise.
8878
8879 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8880
8881 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8882 linux_get_siginfo_type.
8883
8884 * m68klinux-nat.c: Include "gdb_proc_service.h".
8885 (PTRACE_GET_THREAD_AREA): Define.
8886 (ps_get_thread_area): New function.
8887
8888 2012-03-08 Yao Qi <yao@codesourcery.com>
8889
8890 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8891 `xsnprintf'.
8892 (remote_query_attached): Likewise.
8893 (remote_static_tracepoint_marker_at): Likewise.
8894 (remote_set_permissions): Likewise.
8895 (remote_detach_1, extended_remote_attach_1): Likewise.
8896 (send_g_packet, remote_vkill): Likewise.
8897 (extended_remote_disable_randomization): Likewise.
8898 (remote_add_target_side_condition): Likewise.
8899 (remote_insert_breakpoint): Likewise.
8900 (remote_remove_breakpoint): Likewise.
8901 (remote_insert_watchpoint): Likewise.
8902 (remote_remove_watchpoint): Likewise.
8903 (remote_insert_hw_breakpoint): Likewise.
8904 (remote_insert_hw_breakpoint): Likewise.
8905 (remote_remove_hw_breakpoint): Likewise.
8906 (remote_download_command_source): Likewise.
8907 (remote_download_tracepoint): Likewise.
8908 (remote_download_trace_state_variable): Likewise.
8909 (remote_disable_tracepoint): Likewise.
8910 (remote_trace_set_readonly_regions): Likewise.
8911 (remote_get_tracepoint_status): Likewise.
8912 (remote_trace_find): Likewise.
8913 (remote_get_trace_state_variable_value): Likewise.
8914 (remote_set_disconnected_tracing): Likewise.
8915 (remote_set_circular_trace_buffer): Likewise.
8916 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8917 (remote_use_agent): Likewise.
8918 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8919 Update callers.
8920
8921 2012-03-07 Pedro Alves <palves@redhat.com>
8922
8923 * NEWS: Mention QProgramSignals.
8924 * inferior.h (update_signals_program_target): Declare.
8925 * infrun.c: (update_signals_program_target): New.
8926 (handle_command): Update the target of the new program signals
8927 array changes.
8928 * remote.c (PACKET_QProgramSignals): New enum.
8929 (last_program_signals_packet): New global.
8930 (remote_program_signals): New.
8931 (remote_start_remote): Update the target with the program signals
8932 list.
8933 (remote_protocol_features): Add entry for QPassSignals.
8934 (remote_open_1): Free anc clear last_program_signals_packet.
8935 (init_remote_ops): Install remote_program_signals.
8936 * target.c (update_current_target): Adjust.
8937 (target_program_signals): New.
8938 * target.h (struct target_ops) <to_program_signals>: New field.
8939 (target_program_signals): Declare.
8940
8941 2012-03-07 Pedro Alves <palves@redhat.com>
8942
8943 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8944 extensions.
8945
8946 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8947
8948 * m68klinux-nat.c (getregs_supplies): Make static.
8949 (getfpregs_supplies): Likewise.
8950 (have_ptrace_getregs): Likewise.
8951
8952 2012-03-06 Joel Brobecker <brobecker@adacore.com>
8953
8954 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8955 in call to get_die_type_at_offset.
8956
8957 2012-03-06 Stan Shebs <stan@codesourcery.com>
8958
8959 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8960 * mi/mi-cmd-disas.c: Ditto.
8961 * mi/mi-cmd-env.c: Ditto.
8962 * mi/mi-cmd-file.c: Ditto.
8963 * mi/mi-cmd-stack.c: Ditto.
8964 * mi/mi-cmd-target.c: Ditto.
8965 * mi/mi-cmd-var.c: Ditto.
8966 * mi/mi-cmds.c: Ditto.
8967 * mi/mi-cmds.h: Ditto.
8968 * mi/mi-console.c: Ditto.
8969 * mi/mi-getopt.c: Ditto.
8970 * mi/mi-getopt.h: Ditto.
8971 * mi/mi-interp.c: Ditto.
8972 * mi/mi-main.c: Ditto.
8973 * mi/mi-out.c: Ditto.
8974 * mi/mi-parse.c: Ditto.
8975 * mi/mi-parse.h: Ditto.
8976 * mi/mi-symbol-cmds.c: Ditto.
8977
8978 * mi/mi-getopt.h: Move mi_opt struct up.
8979 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8980 return.
8981 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8982
8983 2012-03-06 Tom Tromey <tromey@redhat.com>
8984
8985 * proc-service.c (ps_pglobal_lookup): Set the current program
8986 space.
8987
8988 2012-03-06 Pedro Alves <palves@redhat.com>
8989
8990 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8991
8992 2012-03-05 Joel Brobecker <brobecker@adacore.com>
8993
8994 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8995
8996 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 Code cleanup.
8999 * common/linux-osdata.c (linux_common_core_of_thread): New function
9000 comment.
9001 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9002 call by linux_common_core_of_thread.
9003 (linux_nat_core_of_thread_1): Remove.
9004 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9005 * linux-thread-db.c: Include linux-osdata.h.
9006 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9007 linux_common_core_of_thread.
9008
9009 2012-03-05 Tom Tromey <tromey@redhat.com>
9010
9011 * value.c (value_primitive_field): Don't fetch contents for
9012 non-virtual bases.
9013
9014 2012-03-05 Tom Tromey <tromey@redhat.com>
9015
9016 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9017
9018 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
9019
9020 * s390-nat.c: Include "gregset.h".
9021
9022 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9023
9024 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9025 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9026 (libunwind_load): New variable so_error, use it for dlerror. Try to
9027 load also LIBUNWIND_SO_7.
9028
9029 2012-03-05 Pedro Alves <palves@redhat.com>
9030
9031 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9032 is not NULL, and remove resulting dead code.
9033
9034 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
9035
9036 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9037 prologue to sh_analyze_prologue.
9038 (sh_analyze_prologue): Make better use of such an upper limit, and
9039 generally be more cautious about accessing memory.
9040
9041 2012-03-05 Tom Tromey <tromey@redhat.com>
9042
9043 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9044 _initialize_ia64_hpux_tdep.
9045
9046 2012-03-05 Pedro Alves <palves@redhat.com>
9047
9048 PR gdb/13766
9049
9050 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9051 the register state is clear, supply explicit zero, instead of
9052 marking the register unavailable.
9053
9054 2012-03-05 Tristan Gingold <gingold@adacore.com>
9055
9056 * NEWS: Mention OpenVMS ia64 new target.
9057
9058 2012-03-05 Tristan Gingold <gingold@adacore.com>
9059
9060 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9061 (ia64_unw_accessors, ia64_unw_rse_accessors)
9062 (ia64_libunwind_descr): Declare.
9063 * ia64-vms-tdep.c: New file.
9064 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9065 (ia64_libunwind_descr): Make them public.
9066 * configure.tgt: Add ia64-*-*vms*.
9067 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9068 (ALLDEPFILES): Add ia64-vms-tdep.c
9069
9070 2012-03-05 Tristan Gingold <gingold@adacore.com>
9071
9072 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9073 * remote.c (PACKET_qXfer_uib): New enum value.
9074 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9075 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9076 (_initialize_remote): Call add_packet_config_cmd for
9077 xfer:uib packet.
9078
9079 2012-03-05 Tristan Gingold <gingold@adacore.com>
9080
9081 * osabi.c (gdb_osabi_names): Add OpenVMS.
9082 (generic_elf_osabi_sniffer): Likewise.
9083 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9084
9085 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9086
9087 Removed unused code.
9088 * libunwind-frame.c (libunwind_frame_unwind)
9089 (libunwind_frame_base_address): Remove.
9090 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9091
9092 2012-03-04 Yao Qi <yao@codesourcery.com>
9093
9094 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9095 remove trailing new line.
9096 (agent_run_command, agent_run_command): Add _ markup.
9097 (agent_capability_check): Likewise.
9098
9099 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9100
9101 * breakpoint.c (set_condition_evaluation_mode): Set
9102 CONDITION_EVALUATION_MODE unconditionally.
9103
9104 2012-03-03 Yao Qi <yao@codesourcery.com>
9105
9106 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9107 * common/agent.h: Update declaration.
9108 * inf-child.c (inf_child_use_agent): New.
9109 (inf_child_can_use_agent): New.
9110 (inf_child_target): Initialize fields `to_use_agent'
9111 and `to_can_use_agent'.
9112 * agent.c (agent_new_objfile): New.
9113 (_initialize_agent): Add agent_new_objfile to new_objfile
9114 observer.
9115
9116 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9117 New.
9118 (linux_target_install_ops): Initialize field
9119 `to_static_tracepoint_markers_by_strid'.
9120 * remote.c (free_current_marker): Move it to ...
9121 * tracepoint.c (free_current_marker): ... here. New.
9122 (cleanup_target_stop): New.
9123 * tracepoint.h: Declare free_current_marker.
9124 * NEWS: Add one entry about `info static-tracepoint-marker'.
9125
9126 2012-03-03 Yao Qi <yao@codesourcery.com>
9127
9128 * common/agent.c (agent_loaded_p): New.
9129 (agent_look_up_symbols): New global.
9130 * common/agent.h: Declare agent_loaded_p.
9131
9132 2012-03-03 Yao Qi <yao@codesourcery.com>
9133
9134 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9135 (agent_capability_check, agent_capability_invalidate): New.
9136 (symbol_list): New array element.
9137 * common/agent.h (enum agent_capa): New.
9138 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9139
9140 2012-03-03 Yao Qi <yao@codesourcery.com>
9141
9142 * target.h (struct target_ops) <to_use_agent>: New field.
9143 (struct target_ops) <to_can_use_agent>: New field.
9144 (target_use_agent, target_can_use_agent): New macro.
9145 * target.c (update_current_target): Update.
9146 * remote.c: New enum `PACKET_QAgent'.
9147 (remote_protocol_features): Add a new element.
9148 (remote_use_agent, remote_can_use_agent): New.
9149 (init_remote_ops): Initialize field `can_use_agent' with
9150 remote_can_use_agent. Intiailize field `use_agent' with
9151 remote_use_agent.
9152 * common/agent.c (use_agent): New global.
9153 * common/agent.h: Declare it.
9154 * tracepoint.c (info_static_tracepoint_markers_command): Add
9155 comment.
9156 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9157 (COMMON_OBS): Add common/agent.o and agent.o
9158 (common-agent.o): New rule.
9159 * agent.c: New.
9160
9161 2012-03-03 Yao Qi <yao@codesourcery.com>
9162
9163 * common/agent.c: New.
9164 * common/agent.h: New.
9165 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9166 AC_CHECK_HEADERS.
9167 * configure, configh.in: Regenerated.
9168
9169 2012-03-02 Kevin Buettner <kevinb@redhat.com>
9170
9171 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9172 unless it exists for this architecture.
9173
9174 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9175
9176 * language.h (struct language_defn): New "method" la_read_var_value.
9177 * findvar.c: #include "language.h".
9178 (default_read_var_value): Renames read_var_value. Rewrite
9179 function description.
9180 (read_var_value): New function.
9181 * value.h (default_read_var_value): Add prototype.
9182 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9183 New functions.
9184 (ada_language_defn): Add entry for la_read_var_value.
9185 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9186 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9187 language_defn structures to add entry for new la_read_var_value
9188 field.
9189
9190 2012-03-02 Tom Tromey <tromey@redhat.com>
9191 Pedro Alves <palves@redhat.com>
9192
9193 PR breakpoints/13776:
9194 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9195 breakpoints.
9196 (delete_longjmp_breakpoint_at_next_stop): New.
9197 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9198 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9199 before deleting the inferior. Add comments.
9200 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9201 breakpoints immediately, but only on next stop. Move that code
9202 next to where we mark other breakpoints for deletion.
9203
9204 2012-03-02 Joel Brobecker <brobecker@adacore.com>
9205
9206 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9207 marker.
9208 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9209 violation.
9210
9211 2012-03-02 Pedro Alves <palves@redhat.com>
9212
9213 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9214
9215 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9216
9217 Fix -Wmissing-prototypes build.
9218 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9219 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9220 (gdbsim_has_memory): Likewise.
9221
9222 2012-03-02 Yao Qi <yao@codesourcery.com>
9223
9224 Fix -Wmissing-prototypes build.
9225 * charset.c (phony_iconv_open): Make static.
9226 (phony_iconv_close, phony_iconv): Likewise.
9227 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9228 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9229 prototype.
9230 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9231 * ser-mingw.c (create_select_thread): Make static.
9232 * windows-termcap.c (tgetent): New prototype.
9233 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9234
9235 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9236
9237 Fix -Wmissing-prototypes build.
9238 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9239 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9240 (_initialize_loadable): New prototypes.
9241
9242 2012-03-02 Doug Evans <dje@google.com>
9243
9244 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9245 abbrev table, read_comp_unit will do it.
9246
9247 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9248
9249 Fix -Wmissing-prototypes build.
9250 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9251 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9252 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9253 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9254 (_initialize_arm_symbian_tdep): New prototype.
9255 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9256 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9257 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9258 static.
9259 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9260 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9261 prototype.
9262 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9263 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9264 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9265 static.
9266 * moxie-tdep.c (moxie_process_record): Likewise.
9267 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9268 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9269 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9270 (_initialize_rl78_tdep): New prototype.
9271 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9272 (_initialize_rx_tdep): New prototype.
9273 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9274 (_initialize_darwin_solib): New prototype.
9275 * solib-spu.c: Include solib-spu.h.
9276 (_initialize_spu_solib): New prototype.
9277 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9278 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9279 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9280 (tic6x_software_single_step): Make it static.
9281 (_initialize_tic6x_tdep): New prototype.
9282
9283 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9284
9285 Fix -Wmissing-prototypes build.
9286 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9287 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9288
9289 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 Fix -Wmissing-prototypes build.
9292 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9293 (frv_have_stopped_data_address): Remove.
9294
9295 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9296
9297 Fix -Wmissing-prototypes build.
9298 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9299 * sh-tdep.c: Include sh64-tdep.h.
9300 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9301 * sh64-tdep.c: Include sh64-tdep.h.
9302 * sh64-tdep.h: New file.
9303
9304 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9305
9306 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9307
9308 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9309
9310 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9311 sp_regnum once the gdbarch_init_osabi hook has been called.
9312
9313 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9314
9315 * mips-tdep.c (mips32_bc1_pc): New function.
9316 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9317 BPOSGE32 and BPOSGE64 instructions.
9318 (deal_with_atomic_sequence): Likewise.
9319 (mips32_instruction_has_delay_slot): Likewise.
9320
9321 2012-03-01 Maciej W. Rozycki <macro@mips.com>
9322 Chris Dearman <chris@mips.com>
9323 Maciej W. Rozycki <macro@codesourcery.com>
9324 Joseph Myers <joseph@codesourcery.com>
9325
9326 * features/mips-dsp.xml: New file.
9327 * features/mips64-dsp.xml: New file.
9328 * features/mips-dsp-linux.xml: New file.
9329 * features/mips64-dsp-linux.xml: New file.
9330 * features/Makefile (WHICH): Add mips-dsp-linux and
9331 mips64-dsp-linux.
9332 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9333 * features/mips-dsp-linux.c: New file.
9334 * features/mips64-dsp-linux.c: New file.
9335 * regformats/mips-dsp-linux.dat: New file.
9336 * regformats/mips64-dsp-linux.dat: New file.
9337 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9338 registers.
9339 (mips64_linux_register_addr): Likewise.
9340 (mips64_linux_regsets_fetch_registers): Likewise.
9341 (mips64_linux_regsets_store_registers): Likewise.
9342 (mips64_linux_fetch_registers): Update call to
9343 mips64_linux_regsets_fetch_registers.
9344 (mips64_linux_store_registers): Update call to
9345 mips64_linux_regsets_store_registers.
9346 (mips_linux_read_description): Probe for DSP registers.
9347 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9348 and initialize_tdesc_mips64_dsp_linux.
9349 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9350 Remove padding of no longer used embedded register slots.
9351 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9352 (MIPS_RESTART_REGNUM): Redefine enum value.
9353 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9354 strings.
9355 (mips_tx39_reg_names): Likewise.
9356 (mips_linux_reg_names): New array of register names for Linux
9357 targets.
9358 (mips_register_name): Check for a null pointer in
9359 mips_processor_reg_names and return an empty string.
9360 (mips_register_type): Exclude embedded registers for the IRIX
9361 and Linux ABIs.
9362 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9363 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9364 DSP registers.
9365 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9366 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9367 (mips_gdbarch_init): Likewise. Initialize internal register
9368 indices for the Linux ABI. Use dynamic numbers to refer to
9369 registers, as applicable, while parsing the target description.
9370 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9371
9372 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9373
9374 * frame.h (read_frame_register_unsigned): Fix typo in function
9375 description.
9376
9377 2012-03-01 Pedro Alves <palves@redhat.com>
9378
9379 * jit-reader.in [!__cplusplus]
9380 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9381
9382 2012-03-01 Pedro Alves <palves@redhat.com>
9383
9384 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9385 * configure: Regenerate.
9386
9387 2012-03-01 Pedro Alves <palves@redhat.com>
9388
9389 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9390 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9391 (ftrace_command, strace_command): Make static.
9392 * d-lang.c (_initialize_d_language): Declare.
9393 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9394 * dwarf2loc.c (_initialize_dwarf2loc):
9395 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9396 * exec.c (exec_get_section_table): Make static.
9397 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9398 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9399 * inferior.c (remove_inferior_command, add_inferior_command)
9400 (clone_inferior_command): Make static.
9401 * linux-nat.c (linux_nat_thread_address_space)
9402 (linux_nat_core_of_thread): Make static.
9403 * linux-tdep.c (_initialize_linux_tdep): Declare.
9404 * objc-lang.c (_initialize_objc_lang): Declare.
9405 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9406 Make static.
9407 (_initialize_opencl_language): Declare.
9408 * record.c (_initialize_record): Declare.
9409 * remote.c (demand_private_info, remote_get_tib_address)
9410 (remote_supports_cond_tracepoints)
9411 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9412 Make static.
9413 * skip.c (_initialize_step_skip): Declare.
9414 * symtab.c (skip_prologue_using_lineinfo): Make static.
9415 * tracepoint.c (delete_trace_state_variable)
9416 (trace_variable_command, delete_trace_variable_command)
9417 (get_uploaded_tsv, find_matching_tracepoint_location)
9418 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9419 Make static.
9420 * value.c (pack_unsigned_long): Make static.
9421 * varobj.c (varobj_ensure_python_env): Make static.
9422 * windows-tdep.c (_initialize_windows_tdep): Declare.
9423 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9424
9425 2012-03-01 Pedro Alves <palves@redhat.com>
9426
9427 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9428 gdbarch parameter.
9429 (linux_init_abi): Install it as has_shared_address_space gdbarch
9430 callback.
9431
9432 2012-03-01 Pedro Alves <palves@redhat.com>
9433
9434 * observer.c (observer_test_first_notification_function)
9435 (observer_test_second_notification_function)
9436 (observer_test_third_notification_function): Add declarations.
9437
9438 2012-03-01 Pedro Alves <palves@redhat.com>
9439
9440 * common/signals.c (default_target_signal_to_host)
9441 (default_target_signal_from_host): Move ...
9442 * arch-utils.c: ... here.
9443 * arch-utils.h (default_target_signal_to_host)
9444 (default_target_signal_from_host): Declare.
9445
9446 * common/signals.c (target_signal_from_command): Move ...
9447 * infrun.c: ... here.
9448 * inferior.h (target_signal_from_command): Declare.
9449 * target.h (target_signal_from_command)
9450 (default_target_signal_from_host, default_target_signal_to_host):
9451 Delete declarations.
9452
9453 * common/signals.c (_initialize_signals): Delete.
9454
9455 2012-03-01 Pedro Alves <palves@redhat.com>
9456
9457 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9458 both __cplusplus and !__cplusplus.
9459
9460 2012-03-01 Pedro Alves <palves@redhat.com>
9461
9462 * psymtab.c (find_and_open_source): Delete declaration.
9463 * source.c (find_and_open_source): Move comment ...
9464 * source.h (find_and_open_source): ... to this new declaration.
9465
9466 2012-03-01 Pedro Alves <palves@redhat.com>
9467
9468 * inline-frame.c: Include inline-frame.h.
9469
9470 2012-03-01 Pedro Alves <palves@redhat.com>
9471
9472 * tui/tui-data.c (set_gen_win_origin): Delete.
9473 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9474 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9475
9476 2012-03-01 Pedro Alves <palves@redhat.com>
9477
9478 * remote.c (encode_actions): Delete declaration.
9479 * tracepoint.c (encode_actions): Make extern.
9480 * tracepoint.h (encode_actions): Declare.
9481
9482 2012-03-01 Pedro Alves <palves@redhat.com>
9483
9484 * python/py-breakpoint.c: Include python.h.
9485 * python/py-continueevent.c (create_continue_event_object): Make
9486 static.
9487 * python/py-lazy-string.c (stpy_get_type): Make static.
9488 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9489 Make static.
9490 * python/py-utils.c (unicode_to_target_python_string): Make
9491 static.
9492 * python/py-value.c: Include python.h.
9493
9494 2012-03-01 Pedro Alves <palves@redhat.com>
9495
9496 * inferior.c (delete_threads_of_inferior): Delete.
9497
9498 2012-03-01 Pedro Alves <palves@redhat.com>
9499
9500 Import fallback definitions from glibc.
9501
9502 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9503 ps_prochandle): Forward declare.
9504 (ps_err_e): Use glibc's comments.
9505 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9506 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9507 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9508 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9509 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9510 (struct ps_prochandle): Adjust comment.
9511
9512 2012-03-01 Pedro Alves <palves@redhat.com>
9513
9514 * ada-lang.c (ada_modulus_from_name): Delete.
9515 * ada-lex.l (lexer_init): Make static.
9516
9517 2012-03-01 Pedro Alves <palves@redhat.com>
9518
9519 PR gdb/13767
9520
9521 * frame.c (read_frame_register_unsigned): New.
9522 * frame.h (read_frame_register_unsigned): Declare.
9523 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9524 Handle it.
9525 (print_i387_control_word): New parameter `control_p'. Handle it.
9526 (i387_print_float_info): Handle unavailable float registers.
9527
9528 2012-03-01 Keith Seitz <keiths@redhat.com>
9529
9530 * linespec.c (decode_line_2): Sort the list of methods
9531 alphabetically before presenting the user with a selection
9532 menu.
9533
9534 2012-03-01 Doug Evans <dje@google.com>
9535
9536 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9537 has_namespace_info.
9538 (dwarf2_read_abbrevs): Remove corresponding initialization.
9539
9540 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
9541
9542 * NEWS: Mention new python command class gdb.COMMAND_USER.
9543 * cli/cli-cmds.c (show_user): Print error when used on a python
9544 command.
9545 (init_cli_cmds): Update documentation strings for "show user" and
9546 "set/show max-user-call-depth" to clarify that it does not apply to
9547 python commands.
9548 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9549 error check.
9550 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9551 gdb python api.
9552 * top.c (execute_command): Only execute a user-defined command as a
9553 legacy macro if c->user_commands is set.
9554
9555 2012-03-01 Tom Tromey <tromey@redhat.com>
9556
9557 * valprint.h (struct generic_val_print_decorations): New.
9558 (generic_val_print): Declare.
9559 * valprint.c (generic_val_print): New function.
9560 * p-valprint.c (p_decorations): New global.
9561 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9562 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9563 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9564 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9565 * m2-valprint.c (m2_decorations): New global.
9566 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9567 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9568 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9569 TYPE_CODE_ERROR>: Call generic_val_print.
9570 * f-valprint.c (f_decorations): New global.
9571 (f_val_print): Use print_function_pointer_address.
9572 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9573 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9574 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9575 generic_val_print.
9576 * c-valprint.c (c_decorations): New global.
9577 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9578 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9579 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9580 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9581 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9582 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9583 case.
9584
9585 2012-03-01 Tom Tromey <tromey@redhat.com>
9586
9587 * valprint.c (val_print): Update.
9588 * p-valprint (pascal_val_print): Return void.
9589 * p-lang.h (pascal_val_print): Return void.
9590 * m2-valprint.c (m2_val_print): Return void.
9591 * m2-lang.h (m2_val_print): Return void.
9592 * language.h (struct language_defn) <la_val_print>: Return void.
9593 * language.c (unk_lang_val_print): Return void.
9594 * jv-valprint.c (java_val_print): Return void.
9595 * jv-lang.h (java_val_print): Return void.
9596 * f-valprint.c (f_val_print): Return void.
9597 * f-lang.h (f_val_print): Return void.
9598 * d-valprint.c (d_val_print): Return void.
9599 (dynamic_array_type): Update.
9600 * d-lang.h (d_val_print): Return void.
9601 * c-valprint.c (c_val_print): Return void.
9602 * c-lang.h (c_val_print): Return void.
9603 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9604 void.
9605 * ada-lang.h (ada_val_print): Return void.
9606
9607 2012-03-01 Tom Tromey <tromey@redhat.com>
9608
9609 * value.h (val_print): Return void.
9610 * valprint.c (val_print): Return void.
9611
9612 2012-03-01 Tom Tromey <tromey@redhat.com>
9613
9614 * value.h (common_val_print): Return void.
9615 * valprint.c (common_val_print): Return void.
9616
9617 2012-03-01 Tom Tromey <tromey@redhat.com>
9618
9619 * value.h (value_print): Return void.
9620 * valprint.c (value_print): Return void.
9621 * p-valprint.c (pascal_value_print): Return void.
9622 * p-lang.h (pascal_value_print): Return void.
9623 * language.h (struct language_defn) <la_value_print>: Return
9624 void.
9625 * language.c (unk_lang_value_print): Return void.
9626 * jv-valprint.c (java_value_print): Return void.
9627 * jv-lang.h (java_value_print): Return void.
9628 * f-valprint.c (c_value_print): Don't declare.
9629 Include c-lang.h.
9630 * c-valprint.c (c_value_print): Return void.
9631 * c-lang.h (c_value_print): Return void.
9632 * ada-valprint.c (ada_value_print): Return void.
9633 * ada-lang.h (ada_value_print): Return void.
9634
9635 2012-03-01 Tom Tromey <tromey@redhat.com>
9636
9637 * value.c (value_primitive_field): Handle virtual base classes.
9638
9639 2012-03-01 Tom Tromey <tromey@redhat.com>
9640
9641 * gdbtypes.h (struct vbase): Remove.
9642
9643 2012-03-01 Tom Tromey <tromey@redhat.com>
9644
9645 * c-valprint.c (print_function_pointer_address): Move...
9646 * valprint.c: ... here. Make non-static.
9647 * m2-valprint.c (print_function_pointer_address): Remove.
9648 * valprint.h (print_function_pointer_address): Declare.
9649
9650 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9651
9652 * NEWS: Document the fact that one can provide a condition when
9653 creating an Ada exception catchpoint.
9654
9655 2012-03-01 Tom Tromey <tromey@redhat.com>
9656
9657 * valprint.c (val_print_type_code_flags): Fix placement of
9658 trailing brace.
9659
9660 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9661
9662 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9663 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9664 environment variable before calling update-copyright.
9665
9666 2012-03-01 Joel Brobecker <brobecker@adacore.com>
9667
9668 * gnulib/extra/update-copyright: Update to the latest from
9669 gnulib's git repository.
9670 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9671 variable to 2 instead of 1.
9672
9673 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9674
9675 * varobj.c (c_value_of_variable): Remove dead code.
9676
9677 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9678
9679 * ada-lex.p (processId): Do not modify already encoded IDs.
9680 Update function documentation.
9681
9682 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9683
9684 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9685 "name" with "struct symbol *name_sym".
9686 * ada-exp.y (write_var_or_type): Update call to
9687 ada_find_renaming_symbol.
9688 "name" with "struct symbol *name_sym". Adjust Implementation
9689 accordingly. Adjust the function documentation.
9690
9691 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9692
9693 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9694 * ada-lang.c (ada_find_any_type): Add advance declaration.
9695 Make static. Replace ada_find_any_symbol by
9696 ada_find_any_type_symbol.
9697 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9698 Improve function description. Make static.
9699 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9700 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9701
9702 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9703
9704 * ada-lang.c (struct tag_args): Delete.
9705 (ada_get_tsd_type): Function body moved up in source file.
9706 (ada_tag_name_1, ada_tag_name_2): Delete.
9707 (ada_get_tsd_from_tag): New function.
9708 (ada_tag_name_from_tsd): New function.
9709 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9710 to determine the tag name.
9711
9712 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9713
9714 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9715 declaration.
9716 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9717 function.
9718
9719 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9720
9721 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9722
9723 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9724
9725 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9726 full searches.
9727
9728 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9729
9730 * ada-lang.c (constrained_packed_array_type): If there is a
9731 parallel XA type, use it to determine the array index type.
9732
9733 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9734
9735 * ada-valprint.c (ada_val_print_1): If our value is a reference
9736 to an array descriptor, dereference it before converting it
9737 to a simple array.
9738
9739 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9740
9741 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9742 creating fixed value.
9743 (ada_value_ind, ada_coerce_ref, assign_component)
9744 (ada_evaluate_subexp): Remove call to unwrap_value before
9745 call to ada_to_fixed_value.
9746
9747 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9748
9749 * ada-lang.c (to_fixed_array_type): Set result's type name.
9750
9751 2012-02-29 Joel Brobecker <brobecker@adacore.com>
9752
9753 * ada-lang.c (catch_ada_exception_command_split): Add new
9754 argument cond_string. Add support for condition at end of
9755 "catch exception" commands.
9756 (ada_decode_exception_location): Add new argument cond_string.
9757 Update call to catch_ada_exception_command_split.
9758 (create_ada_exception_catchpoint): Add new argument cond_string.
9759 Set the breakpoint condition if needed.
9760 (catch_ada_exception_command): Update call to
9761 ada_decode_exception_location.
9762 (ada_decode_assert_location): Add function documentation.
9763 Add support for condition at end of "catch assert" command.
9764 (catch_assert_command): Update calls to ada_decode_assert_location
9765 and create_ada_exception_catchpoint.
9766
9767 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9768
9769 Fix disp-step-syscall.exp: fork: single step over fork.
9770 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9771 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9772 comment, change parameters gdbarch and ptid to regcache. Remove
9773 parameter regcache, initialize gdbarch from regcache here.
9774 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9775 New functions.
9776 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9777 instead.
9778 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9779 'syscall'. Make the 'int' check more strict.
9780
9781 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9784 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9785 (i386_linux_intx80_sysenter_syscall_record): ... here.
9786 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9787 Use the renamed function name.
9788
9789 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9790
9791 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9792 * breakpoint.c (until_break_command): Likewise.
9793 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9794 * infcall.c (call_function_by_hand): Likewise.
9795 * infcmd.c (finish_forward): Likewise.
9796 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9797
9798 2012-02-28 Tristan Gingold <gingold@adacore.com>
9799
9800 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9801 avoid variable assignments inside condition.
9802
9803 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 Fix static analysis issue found by cppcheck.
9806 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9807 uninitialized BUF for size 2.
9808
9809 2012-02-27 Chris Dearman <chris@mips.com>
9810 Nathan Froyd <froydnj@codesourcery.com>
9811 Maciej W. Rozycki <macro@codesourcery.com>
9812
9813 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9814 (mips16_instruction_has_delay_slot): Likewise.
9815 (mips_segment_boundary): Likewise.
9816 (mips_adjust_breakpoint_address): Likewise.
9817 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9818
9819 2012-02-27 Maciej W. Rozycki <macro@mips.com>
9820 Maciej W. Rozycki <macro@codesourcery.com>
9821
9822 * infrun.c (handle_inferior_event): Don't proceed through
9823 shared library trampolines if stepping at the machine
9824 instruction level.
9825
9826 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9827
9828 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9829 too.
9830
9831 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9832
9833 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9834 (sh_stub_unwind_sniffer): New functions.
9835 (sh_stub_unwind): New variable.
9836 (sh_gdbarch_init): Wire everything.
9837
9838 2012-02-27 Pedro Alves <palves@redhat.com>
9839
9840 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9841 (linux_nat_post_attach_wait): Adjust to use
9842 linux_proc_pid_is_stopped.
9843 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9844 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9845 based on pid_is_stopped from both linux-nat.c and
9846 gdbserver/linux-low.c, and renamed.
9847
9848 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9849
9850 * remote.c (remote_watchpoint_addr_within_range): New function.
9851 (init_remote_ops): Use it.
9852
9853 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9854
9855 * target.h (target_watchpoint_addr_within_range): Document macro.
9856
9857 2012-02-24 Pedro Alves <palves@redhat.com>
9858
9859 * stack.c (set_last_displayed_sal): Issue internal_error instead
9860 of warning, and issue it after clearing the last displayed sal.
9861
9862 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9863 Pedro Alves <palves@redhat.com>
9864
9865 * breakpoint.c (until_break_command): Install breakpoints after
9866 all frame manipulations.
9867
9868 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9869
9870 * remote.c (remote_supports_cond_breakpoints): New forward
9871 declaration.
9872 (remote_add_target_side_condition): New function.
9873 (remote_insert_breakpoint): Add target-side breakpoint
9874 conditional if supported.
9875 (remote_insert_hw_breakpoint): Likewise.
9876 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9877 hook.
9878
9879 * target.c (update_current_target): Inherit
9880 to_supports_evaluation_of_breakpoint_conditions.
9881 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9882
9883 * target.h (struct target_ops)
9884 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9885 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9886
9887 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9888 (condition_evaluation_both, condition_evaluation_auto,
9889 condition_evaluation_host, condition_evaluation_target,
9890 condition_evaluation_enums, condition_evaluation_mode_1,
9891 condition_evaluation_mode): New static globals.
9892 (translate_condition_evaluation_mode): New function.
9893 (breakpoint_condition_evaluation_mode): New function.
9894 (gdb_evaluates_breakpoint_condition_p): New function.
9895 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9896 (mark_breakpoint_modified): New function.
9897 (mark_breakpoint_location_modified): New function.
9898 (set_condition_evaluation_mode): New function.
9899 (show_condition_evaluation_mode): New function.
9900 (bp_location_compare_addrs): New function.
9901 (get_first_location_gte_addr): New helper function.
9902 (set_breakpoint_condition): Free condition bytecode if locations
9903 has become unconditional. Call mark_breakpoint_modified (...).
9904 (condition_command): Call update_global_location_list (1) for
9905 breakpoints.
9906 (breakpoint_xfer_memory): Use is_breakpoint (...).
9907 (is_breakpoint): New function.
9908 (parse_cond_to_aexpr): New function.
9909 (build_target_condition_list): New function.
9910 (insert_bp_location): Handle target-side conditional
9911 breakpoints and call build_target_condition_list (...).
9912 (update_inserted_breakpoint_locations): New function.
9913 (insert_breakpoint_locations): Handle target-side conditional
9914 breakpoints.
9915 (bpstat_check_breakpoint_conditions): Add comment.
9916 (bp_condition_evaluator): New function.
9917 (bp_location_condition_evaluator): New function.
9918 (print_breakpoint_location): Print information on where the condition
9919 will be evaluated.
9920 (print_one_breakpoint_location): Likewise.
9921 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9922 breakpoint location.
9923 (force_breakpoint_reinsertion): New functions.
9924 (update_global_location_list): Handle target-side breakpoint
9925 conditions.
9926 Reinsert locations that are already inserted if conditions have
9927 changed.
9928 (bp_location_dtor): Free agent expression bytecode.
9929 (disable_breakpoint): Call mark_breakpoint_modified (...).
9930 Call update_global_location_list (...) with parameter 1 for breakpoints.
9931 (disable_command): Call mark_breakpoint_location_modified (...).
9932 Call update_global_location_list (...) with parameter 1 for breakpoints.
9933 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9934 (enable_command): mark_breakpoint_location_modified (...).
9935 (_initialize_breakpoint): Update documentation and add
9936 condition-evaluation breakpoint subcommand.
9937
9938 * breakpoint.h: Include ax.h.
9939 (condition_list): New data structure.
9940 (condition_status): New enum.
9941 (bp_target_info) <cond_list>: New field.
9942 (bp_location) <condition_changed, cond_bytecode>: New fields.
9943 (is_breakpoint): New prototype.
9944
9945 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9946
9947 * remote.c (remote_state) <cond_breakpoints>: New field.
9948 (PACKET_ConditionalBreakpoints): New enum.
9949 (remote_cond_breakpoint_feature): New function.
9950 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9951 (remote_supports_cond_breakpoints): New function.
9952 (_initialize_remote): Add new packet configuration for
9953 target-side conditional breakpoints.
9954
9955 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9956
9957 * NEWS: Mention target-side conditional breakpoint support,
9958 new condition-evaluation breakpoint subcommand and remote
9959 packet extensions.
9960
9961 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
9962
9963 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9964 number.
9965
9966 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9967
9968 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9969 (after_prologue): Remove.
9970
9971 2012-02-23 Tom Tromey <tromey@redhat.com>
9972
9973 * jv-valprint.c (java_val_print): Remove dead code.
9974
9975 2012-02-23 Tristan Gingold <gingold@adacore.com>
9976
9977 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9978 known_tasks_element and known_tasks_length fields.
9979 (read_known_tasks_array): Change argument type. Use pointer type
9980 and number of elements from DATA. Adjust.
9981 (read_known_tasks_list): Likewise.
9982 (get_known_tasks_addr): Remove.
9983 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9984 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9985 type and array length. Merge former get_known_tasks_addr code.
9986
9987 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9988
9989 PR backtrace/13716
9990 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9991 it after set_momentary_breakpoint.
9992
9993 2012-02-22 Sterling Augustine <saugustine@google.com>
9994
9995 PR 13689:
9996 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9997
9998 2012-02-22 Gary Benson <gbenson@redhat.com>
9999
10000 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10001 (find_slot_in_mapped_hash): Likewise.
10002
10003 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10004
10005 PR build/13638
10006 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10007 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10008 * configure: Regenerate.
10009
10010 2012-02-21 Tristan Gingold <gingold@adacore.com>
10011 Pedro Alves <palves@redhat.com>
10012
10013 * ia64-tdep.c: Do not include libunwind-ia64.h.
10014 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10015 Include libunwind-ia64.h instead of libunwind.h.
10016 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10017 for libunwind.h existence.
10018 * configure, config.in: Regenerate.
10019
10020 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10021
10022 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10023 instead of value_rtti_target_type.
10024 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10025 instead of value_rtti_target_type.
10026 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10027 value_rtti_target_type.
10028 * valops.c (value_ind): Extract function readjust_indirect_value_type.
10029 (value_rtti_target_type): Rename to ...
10030 (value_rtti_indirect_type): ... here and make it indirect. Update
10031 function comment.
10032 * value.c (readjust_indirect_value_type): New function.
10033 (coerce_ref): Support for enclosing type setting for references
10034 with readjust_indirect_value_type.
10035 * value.h (readjust_value_type): New declaration.
10036 (value_rtti_target_type): Rename to ...
10037 (value_rtti_indirect_type): ... here.
10038
10039 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
10040
10041 * MAINTAINERS (Write After Approval): Add myself to the list.
10042
10043 2012-02-20 Doug Evans <dje@google.com>
10044
10045 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10046 Rename objfile_p_char parameter to objfilep.
10047 (build_objfile_section_table): Result is now void. All callers
10048 updated.
10049 * objfiles.h (struct objfile): Tweak comments, whitespace.
10050 (build_objfile_section_table): Update.
10051
10052 * elfread.c (elf_symfile_segments): Fix warning text.
10053
10054 2012-02-20 Tom Tromey <tromey@redhat.com>
10055
10056 PR gdb/13498:
10057 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10058 particular set of file names once.
10059 (dw2_map_symbol_filenames): Likewise.
10060
10061 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 Code cleanup.
10064 * main.c (write_files): Remove the declaration.
10065 (external_editor_command): Move the declaration ...
10066 [GDBTK] (external_editor_command): ... here. Fix the comment.
10067
10068 2012-02-20 Tom Tromey <tromey@redhat.com>
10069
10070 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10071 extraneous block.
10072
10073 2012-02-20 Tristan Gingold <gingold@adacore.com>
10074
10075 * darwin-nat.h (enum darwin_msg_state): Add comments.
10076
10077 2012-02-20 Tristan Gingold <gingold@adacore.com>
10078
10079 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10080 value.
10081
10082 2012-20-18 Joel Brobecker <brobecker@adacore.com>
10083
10084 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10085 between function description and implementation.
10086
10087 2012-02-17 Tom Tromey <tromey@redhat.com>
10088
10089 PR python/12070:
10090 * python/py-event.c (event_object_getset): New global.
10091 (event_object_type): Reference it.
10092 * python/py-type.c (field_object_getset): New global.
10093 (field_object_type): Reference it.
10094 * python/python-internal.h (gdb_py_generic_dict): Declare.
10095 * python/py-utils.c (gdb_py_generic_dict): New function.
10096
10097 2012-02-17 Tristan Gingold <gingold@adacore.com>
10098
10099 * solib-darwin.c (darwin_current_sos): Check magic and filetype
10100
10101 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10102
10103 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10104 TYPE_CALLING_CONVENTION annotation.
10105
10106 2012-02-16 Kevin Buettner <kevinb@redhat.com>
10107
10108 * MAINTAINERS: Add rx to target ISA section.
10109 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10110 (ALLDEPFILES): Add rx-tdep.c.
10111
10112 2012-02-16 Tom Tromey <tromey@redhat.com>
10113
10114 * symfile.c (symbol_file_add_main_1): Use inferior's
10115 symfile_flags.
10116 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10117 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10118 inferior.
10119 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10120 inferior.
10121 (follow_exec): Use inferior's symfile_flags.
10122 * inferior.h (struct inferior) <symfile_flags>: New field.
10123
10124 2012-02-16 Mike Frysinger <vapier@gentoo.org>
10125
10126 PR gdb/9734:
10127 * remote-sim.c (gdbsim_create_inferior): Call error() when
10128 sim_create_inferior() fails.
10129
10130 2012-02-16 Josh Matthews <josh@joshmatthews.net>
10131
10132 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10133
10134 2012-02-16 Tom Tromey <tromey@redhat.com>
10135
10136 PR c++/13653:
10137 * thread.c (struct current_thread_cleanup) <was_removable>: New
10138 field.
10139 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10140 (make_cleanup_restore_current_thread): Initialize new field.
10141
10142 2012-02-15 Kevin Buettner <kevinb@redhat.com>
10143
10144 * MAINTAINERS: Add rl78 to target ISA section.
10145 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10146 (ALLDEPFILES): Add rl78-tdep.c.
10147 * NEWS: Mention rl78 as a new target.
10148
10149 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10150
10151 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10152 data.
10153 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10154
10155 2012-02-15 Tom Tromey <tromey@redhat.com>
10156
10157 PR gdb/12659:
10158 * infcmd.c (registers_info): Print just the current register's
10159 name.
10160
10161 2012-02-15 Tom Tromey <tromey@redhat.com>
10162
10163 * python/py-symbol.c (sympy_value): Use _().
10164
10165 2012-02-15 Pedro Alves <palves@redhat.com>
10166
10167 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10168 output to be like native targets'.
10169 (remote_pid_to_str): Special case the null ptid.
10170
10171 2012-02-14 Stan Shebs <stan@codesourcery.com>
10172
10173 * NEWS: Mention enable count command.
10174 * breakpoint.h (struct breakpoint): New field enable_count.
10175 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10176 (enable_breakpoint): Add arg to call.
10177 (struct disp_data): New struct.
10178 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10179 (do_map_enable_once_breakpoint): Create a struct and pass it.
10180 (do_map_enable_delete_breakpoint): Ditto.
10181 (do_map_enable_count_breakpoint): New function.
10182 (enable_count_command): New function.
10183 (bpstat_stop_status): Decrement enable_count.
10184 (print_one_breakpoint_location): Report enable count.
10185 (_initialize_breakpoint): Add enable count command.
10186
10187 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10188
10189 * rl78-tdep.c (reggroups.h): Include.
10190 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10191 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10192 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10193 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10194 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10195 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10196 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10197 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10198 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10199 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10200 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10201 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10202 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10203 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10204 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10205 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10206 beginning of register list.
10207 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10208 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10209 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10210 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10211 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10212 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10213 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10214 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10215 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10216 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10217 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10218 the pseudo registers. Rearrange other pseudo registers too so
10219 that the bank registers appear at the end.
10220 (rl78_register_type): Account for the fact that the byte sized
10221 bank registers are now pseudo-registers.
10222 (rl78_register_name): Rearrange the register name array. Make
10223 initial set of raw banked registers inaccessible.
10224 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10225 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10226 case for copying bytes back and forth between raw and pseudo
10227 versions of the banked registers. Update other cases to reflect
10228 the changed names.
10229 (rl78_return_value): Update to account for changed names of
10230 raw registers.
10231 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10232 rl78_register_sim_regno().
10233
10234 2012-02-14 Kevin Buettner <kevinb@redhat.com>
10235
10236 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10237 the name parameter being passed to find_pc_partial_function().
10238
10239 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10240
10241 * MAINTAINERS: Step down from being ia64 target maintainer.
10242
10243 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10244
10245 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10246 compilation warning.
10247
10248 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10249
10250 Fix crash on loaded shlibs without loaded exec_bfd.
10251 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10252 (set_section_command): Replace exec_bfd by p->bfd.
10253
10254 2012-02-10 Tom Tromey <tromey@redhat.com>
10255
10256 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10257 when we have a C++ qualified name.
10258
10259 2012-02-10 Pedro Alves <palves@redhat.com>
10260
10261 * inferior.c (inferior_pid_to_str): New.
10262 (print_inferior, inferior_command): Use it.
10263
10264 2012-02-10 Pedro Alves <palves@redhat.com>
10265
10266 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10267 the test CFLAGS.
10268 * configure: Regenerate.
10269
10270 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * linespec.c (decode_line_internal): Fix comment correctness.
10273
10274 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
10275
10276 PR gdb/12953
10277 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10278 * amd64bsd-nat.c: Add support for debug registers (adapted from
10279 i386bsd-nat.c).
10280 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10281 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10282 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10283 (amd64bsd_dr_get_control): New functions.
10284 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10285 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10286 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10287 watchpoints initialization.
10288 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10289
10290 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10291
10292 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10293 flds_bnds.fields.
10294 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10295
10296 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10297
10298 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10299
10300 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10301
10302 * language.h (symbol_name_cmp_ftype): Renames
10303 symbol_name_match_p_ftype.
10304 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10305 la_get_symbol_name_match_p.
10306 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10307 ada_get_symbol_name_match_p. Update comment.
10308 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10309 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10310 Renames symbol_name_match_p. Update field type.
10311 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10312 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10313 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10314 "la_get_symbol_name_cmp" in comments.
10315 * language.c: Likewise.
10316
10317 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10318
10319 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10320 %eflags offset.
10321 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10322 (amd64_sol2_gregset32_reg_offs): Likewise.
10323
10324 2012-02-08 Joel Brobecker <brobecker@adacore.com>
10325
10326 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10327 of the returned BFD is allocated by GDB.
10328
10329 2012-02-07 Tom Tromey <tromey@redhat.com>
10330
10331 PR python/12027:
10332 * python/python-internal.h (frame_object_type): Declare.
10333 * python/py-symbol.c (sympy_needs_frame): New function.
10334 (sympy_value): New function.
10335 (symbol_object_getset): Add "needs_frame".
10336 (symbol_object_methods): Add "value".
10337 * python/py-frame.c (frame_object_type): No longer static.
10338
10339 2012-02-07 Tom Tromey <tromey@redhat.com>
10340
10341 PR python/13599:
10342 * python/py-symbol.c (sympy_line): New function.
10343 (symbol_object_getset): Add "line".
10344
10345 2012-02-07 Tom Tromey <tromey@redhat.com>
10346
10347 * charset.c (find_charset_names): Check 'in' against NULL.
10348
10349 2012-02-06 Doug Evans <dje@google.com>
10350
10351 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10352 and fields.name members from char * to const char *. All uses updated.
10353 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10354 from char * to const char *. All uses updated.
10355 (type_name_no_tag): Update.
10356 (lookup_unsigned_typename, lookup_signed_typename): Update.
10357 * gdbtypes.c (type_name_no_tag): Change result type
10358 from char * to const char *. All callers updated.
10359 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10360 name parameter from char * to const char *.
10361 * symtab.h (struct cplus_specific): Change type of demangled_name
10362 member from char * to const char *. All uses updated.
10363 (struct general_symbol_info): Change type of name and
10364 mangled_lang.demangled_name members from char * to const char *.
10365 All uses updated.
10366 (symbol_get_demangled_name, symbol_natural_name): Update.
10367 (symbol_demangled_name, symbol_search_name): Update.
10368 * symtab.c (symbol_get_demangled_name): Change result type
10369 from char * to const char *. All callers updated.
10370 (symbol_natural_name, symbol_demangled_name): Ditto.
10371 (symbol_search_name): Ditto.
10372 (completion_list_add_name): Change type of symname,sym_text,
10373 text,word parameters from char * to const char *.
10374 (completion_list_objc_symbol): Change type of sym_text,
10375 text,word parameters from char * to const char *.
10376 * ada-lang.c (find_struct_field): Change type of name parameter
10377 from char * to const char *.
10378 (encoded_ordered_before): Similarly for N0,N1 parameters.
10379 (old_renaming_is_invisible): Similarly for function_name parameter.
10380 (ada_type_name): Change result type from char * to const char *.
10381 All callers updated.
10382 * ada-lang.h (ada_type_name): Update.
10383 * buildsym.c (hashname): Change type of name parameter
10384 from char * to const char *.
10385 * buildsym.h (hashname): Update.
10386 * dbxread.c (end_psymtab): Change type of include_list parameter
10387 from char ** to const char **.
10388 * dwarf2read.c (determine_prefix): Change result type
10389 from char * to const char *. All callers updated.
10390 * f-lang.c (find_common_for_function): Change type of name, funcname
10391 parameters from char * to const char *.
10392 * f-lang.c (find_common_for_function): Update.
10393 * f-valprint.c (list_all_visible_commons): Change type of funcname
10394 parameters from char * to const char *.
10395 * gdbarch.sh (static_transform_name): Change type of name parameter
10396 and result from char * to const char *.
10397 * gdbarch.c: Regenerate.
10398 * gdbarch.h: Regenerate.
10399 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10400 of name parameter from char * to const char *.
10401 * jv-lang.c (java_primitive_type_from_name): Ditto.
10402 (java_demangled_signature_length): Similarly for signature parameter.
10403 (java_demangled_signature_copy): Ditto.
10404 (java_demangle_type_signature): Ditto.
10405 * jv-lang.h (java_primitive_type_from_name): Update.
10406 (java_demangle_type_signature): Update.
10407 * objc-lang.c (specialcmp): Change type of a,b parameters
10408 from char * to const char *.
10409 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10410 from char * to const char *. All callers updated.
10411 * p-lang.h (is_pascal_string_type): Update.
10412 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10413 of name parameter from char * to const char *.
10414 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10415 * utils.c (fprintf_symbol_filtered): Ditto.
10416 * defs.h (fprintf_symbol_filtered): Update.
10417 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10418 * stabsread.h (end_psymtab): Update.
10419 * stack.c (find_frame_funname): Change type of funname parameter
10420 from char ** to const char **.
10421 * stack.h (find_frame_funname): Update.
10422 * typeprint.c (type_print): Change type of varstring parameter
10423 from char * to const char *.
10424 * value.h (type_print): Update.
10425 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10426 from char * to const char *. All callers updated.
10427 (xcoff_end_psymtab): Change type of include_list parameter
10428 from char ** to const char **. All callers updated.
10429 (swap_sym): Similarly for name parameter. All callers updated.
10430 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10431 Use xstrdup.
10432 (process_coff_symbol): Use xstrdup.
10433 * stabsread.c (stabs_method_name_from_physname): Renamed from
10434 update_method_name_from_physname. Change result type from void
10435 to char *. All callers updated.
10436 (read_member_functions): In has_destructor case, store name in objfile
10437 obstack instead of malloc space. In !has_stub case, fix mem leak.
10438
10439 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10440
10441 * configure: Rebuild.
10442 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10443 LDFLAGS.
10444
10445 2012-02-03 Kevin Buettner <kevinb@redhat.com>
10446
10447 * configure.tgt (rl78-*-elf): New target.
10448 * rl78-tdep.c: New file.
10449
10450 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10451
10452 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10453 and continue the loop. Add QUIT statement.
10454
10455 2012-02-03 Tom Tromey <tromey@redhat.com>
10456
10457 PR gdb/13596:
10458 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10459 bfd_lookup_symbol_from_symtab.
10460 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10461 gdb_bfd_lookup_symbol_from_symtab.
10462
10463 2012-02-03 Joel Brobecker <brobecker@adacore.com>
10464
10465 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10466 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10467 symbol. Add assertion that sym2 is never NULL.
10468
10469 2012-02-02 Doug Evans <dje@google.com>
10470
10471 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10472 "name" parameter to const char ** from char **. All callers updated.
10473 (find_pc_partial_function): Ditto.
10474 (cache_pc_function_name): Change type to const char * from char *.
10475 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10476 (find_pc_partial_function): Update.
10477 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10478 type of "name" parameter to const char * from char *.
10479 All uses updated.
10480 * arch-utils.c (generic_in_solib_return_trampoline): Change
10481 type of "name" parameter to const char * from char *.
10482 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10483 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10484 type of "name" parameter to const char * from char *.
10485 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10486 * gdbarch.c: Regenerate.
10487 * gdbarch.h: Regenerate.
10488 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10489 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10490 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10491 type of "name" parameter to const char * from char *.
10492 * skip.c (skip_function_pc): Ditto.
10493 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10494 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10495 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10496 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10497 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10498 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10499 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10500 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10501 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10502
10503 2012-02-02 Pedro Alves <palves@redhat.com>
10504
10505 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10506 the current inferior has no execution. Make sure the current
10507 remote process matches gdb's current inferior.
10508
10509 2012-02-02 Tom Tromey <tromey@redhat.com>
10510
10511 PR gdb/13405:
10512 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10513 read-only memory.
10514
10515 2012-02-02 Tom Tromey <tromey@redhat.com>
10516
10517 PR gdb/9307:
10518 * symtab.c (lookup_language_this): Set block_found.
10519
10520 2012-02-01 Tom Tromey <tromey@redhat.com>
10521
10522 PR gdb/13431:
10523 * jit.c (struct jit_inferior_data): Rewrite.
10524 (struct jit_objfile_data): New.
10525 (get_jit_objfile_data): New function.
10526 (add_objfile_entry): Update.
10527 (jit_read_descriptor): Return int. Replace descriptor_addr
10528 argument with inf_data. Update. Don't call error.
10529 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10530 descriptor here.
10531 (jit_inferior_init): Don't look up descriptor. Don't call error.
10532 (jit_reset_inferior_data_and_breakpoints)
10533 (jit_inferior_created_observer): Remove.
10534 (jit_inferior_exit_hook): Update.
10535 (jit_executable_changed_observer): Remove.
10536 (jit_event_handler): Update.
10537 (free_objfile_data): Reset inferior data if needed.
10538 (_initialize_jit): Update.
10539
10540 2012-02-01 Tom Tromey <tromey@redhat.com>
10541
10542 * jit.c (bfd_open_from_target_memory): Move higher in file.
10543
10544 2012-02-01 Tristan Gingold <gingold@adacore.com>
10545
10546 * libunwind-frame.c (libunwind_load): Display message if dlopen
10547 failed.
10548
10549 2012-02-01 Gary Benson <gbenson@redhat.com>
10550
10551 * symtab.h (symbol_found_callback_ftype): New typedef.
10552 (iterate_over_symbols): Use the above.
10553 * symtab.c (iterate_over_symbols): Likewise.
10554 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10555 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10556 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10557 (iterate_name_matcher): Document return values.
10558 (collect_one_symbol): Likewise.
10559 (collect_function_symbols): Likewise.
10560 (collect_symbols): Likewise.
10561
10562 2012-02-01 Tom Tromey <tromey@redhat.com>
10563
10564 * ada-lang.c (resolve_subexp): Update.
10565 (ada_lookup_symbol_list): Add 'full_search' argument.
10566 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10567 ada_lookup_symbol_list.
10568 (ada_lookup_encoded_symbol): Update.
10569 (get_var_value): Update.
10570 * ada-exp.y (block_lookup): Update.
10571 (write_var_or_type): Update.
10572 (write_name_assoc): Update.
10573 * ada-lang.h (ada_lookup_symbol_list): Update.
10574
10575 2012-01-31 Tom Tromey <tromey@redhat.com>
10576
10577 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10578 comment.
10579
10580 2012-01-31 Doug Evans <dje@google.com>
10581
10582 * symtab.h: Remove outdated comment.
10583 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
10584
10585 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10586
10587 Fix build error in Darwin port.
10588 * i386-darwin-nat.c: Include i386-nat.h.
10589
10590 2012-01-30 Tom Tromey <tromey@redhat.com>
10591
10592 PR breakpoints/13568:
10593 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10594 argument. Check for recursive includes.
10595 (dwarf_decode_macros): Create an include hash.
10596
10597 2012-01-30 Michael Eager <eager@eagercon.com>
10598
10599 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10600 * ppc-linux-tdep.c: Include glibc-tdep.h.
10601 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
10602 (powerpc_linux_in_plt_stub): New function.
10603 (powerpc_linux_in_dynsym_resolve_code): New function.
10604 (ppc_skip_trampoline_code): New function.
10605 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10606 Use glibc_skip_solib_resolver.
10607
10608 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10609
10610 Code cleanup: Make 1440 bytes of data segment read-only.
10611 * arch-utils.c (endian_enum): Make it const char *const [].
10612 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10613 Likewise.
10614 * breakpoint.c (always_inserted_enums): Likewise.
10615 * cli/cli-cmds.c (script_ext_enums): Likewise.
10616 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10617 enumlist parameter const char *const *.
10618 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10619 const char *const *.
10620 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10621 parameter const char *const *.
10622 * cris-tdep.c (cris_modes): Make it const char *const [].
10623 * filesystem.c (target_file_system_kinds): Likewise.
10624 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10625 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10626 (can_use_displaced_stepping_enum, scheduler_enums)
10627 (exec_direction_names): Likewise.
10628 * language.c (_initialize_language): Make the type_or_range_names and
10629 case_sensitive_names variables const char *const [].
10630 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10631 * python/python.c (python_excp_enums): Likewise.
10632 * remote.c (interrupt_sequence_modes): Likewise.
10633 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10634 * serial.c (logbase_enums): Likewise.
10635 * sh-tdep.c (sh_cc_enum): Likewise.
10636 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10637 Likewise.
10638 * symtab.c (multiple_symbols_modes): Likewise.
10639 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10640 Likewise.
10641 * utils.c (internal_problem_modes): Likewise.
10642
10643 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10646 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10647 result.
10648
10649 2012-01-27 Doug Evans <dje@google.com>
10650
10651 * configure.ac (with_python): Fix absolute path handling for win32.
10652 * configure: Regenerate.
10653
10654 2012-01-26 Doug Evans <dje@google.com>
10655
10656 * symtab.c: Whitespace cleanup, no code changes.
10657
10658 * symtab.c (lookup_symbol_in_language): Improve comment.
10659 (lookup_symbol_aux): Fix comment.
10660
10661 * psymtab.c (add_psymbol_to_list): Result is now "void".
10662 * psympriv.h (add_psymbol_to_list): Update.
10663
10664 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10665
10666 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10667
10668 Do not open script filenames twice.
10669 * cli/cli-cmds.c (source_script_from_stream): Pass to
10670 source_python_script also STREAM.
10671 * python/py-auto-load.c (source_section_scripts): Pass to
10672 source_python_script_for_objfile also STREAM.
10673 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10674 also INPUT.
10675 * python/python-internal.h (source_python_script_for_objfile): New
10676 parameter file, rename parameter file to filename.
10677 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10678 instead if !_WIN32. Update the function comment.
10679 (source_python_script, source_python_script_for_objfile)
10680 (source_python_script): New parameter file, rename parameter file to
10681 filename. Pass FILENAME to python_run_simple_file.
10682 * python/python.h (source_python_script): New parameter file, rename
10683 parameter file to filename.
10684
10685 2012-01-26 Pedro Alves <palves@redhat.com>
10686
10687 * corelow.c (core_has_fake_pid): Delete.
10688 (core_close): Delete references to `core_has_fake_pid'.
10689 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10690 (core_open): Delete references to `core_has_fake_pid'.
10691 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10692 the removed global.
10693
10694 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10695
10696 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10697 Remove language parameter from name_matcher. Adjust the comment.
10698 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10699 Remove language parameter.
10700 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10701 * linespec.c (iterate_name_matcher): Likewise.
10702 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10703 name_matcher. Adjust call accordingly.
10704 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10705 (maintenance_check_symtabs): Adjust type of parameter "fun".
10706 * psymtab.h (maintenance_check_symtabs): Likewise.
10707
10708 2012-01-26 Joel Brobecker <brobecker@adacore.com>
10709
10710 * language.h (symbol_name_match_p_ftype): New typedef.
10711 (struct language_defn): Replace field la_symbol_name_compare
10712 by la_get_symbol_name_match_p.
10713 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10714 (ada_language_defn): Use it.
10715 * linespec.c (struct symbol_matcher_data): New type.
10716 (iterate_name_matcher): Rewrite.
10717 (iterate_over_all_matching_symtabs): Pass a pointer to
10718 a symbol_matcher_data struct to expand_symtabs_matching
10719 instead of just the lookup name.
10720 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10721 opencl-lang.c, p-lang.c, language.c: Delete field
10722 la_symbol_name_compare, and replace by NULL for new field
10723 la_get_symbol_name_match_p.
10724 * symfile.h (struct quick_symbol_functions): Update comment.
10725
10726 2012-01-25 Tom Tromey <tromey@redhat.com>
10727
10728 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10729 dereferencing.
10730
10731 2012-01-24 Tom Tromey <tromey@redhat.com>
10732
10733 PR symtab/12406:
10734 * solib.c (update_solib_list): Update the program space's
10735 added_solibs and deleted_solibs fields.
10736 * progspace.h (struct program_space) <added_solibs,
10737 deleted_solibs>: New fields.
10738 (clear_program_space_solib_cache): Declare.
10739 * progspace.c (release_program_space): Call
10740 clear_program_space_solib_cache.
10741 (clear_program_space_solib_cache): New function.
10742 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10743 bpstat_stop_status. Use handle_solib_event.
10744 * breakpoint.c: Include gdb_regex.h.
10745 (print_solib_event): New function.
10746 (bpstat_print): Use print_solib_event.
10747 (bpstat_stop_status): Add special case for bp_shlib_event.
10748 (handle_solib_event): New function.
10749 (bpstat_what): Use handle_solib_event.
10750 (struct solib_catchpoint): New.
10751 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10752 (breakpoint_hit_catch_solib, check_status_catch_solib)
10753 (print_it_catch_solib, print_one_catch_solib)
10754 (print_mention_catch_solib, print_recreate_catch_solib): New
10755 functions.
10756 (catch_solib_breakpoint_ops): New global.
10757 (catch_load_or_unload, catch_load_command_1)
10758 (catch_unload_command_1): New functions.
10759 (internal_bkpt_check_status): Add special case for
10760 bp_shlib_event.
10761 (internal_bkpt_print_it): Use print_solib_event.
10762 (initialize_breakpoint_ops): Initialize
10763 catch_solib_breakpoint_ops.
10764 (_initialize_breakpoint): Register "catch load" and "catch
10765 unload".
10766 * breakpoint.h (handle_solib_event): Declare.
10767 * NEWS: Add entry for "catch load" and "catch unload".
10768
10769 2012-01-24 Tom Tromey <tromey@redhat.com>
10770
10771 * ada-lang.c: Include gdb_vecs.h.
10772 * charset.c: Include gdb_vecs.h.
10773 * tracepoint.h: Include gdb_vecs.h.
10774 * gdb_vecs.h: New file.
10775
10776 2012-01-24 Pedro Alves <pedro@codesourcery.com>
10777
10778 * breakpoint.c (breakpoint_hit_catch_fork)
10779 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10780 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10781 * infrun.c (inferior_has_forked, inferior_has_vforked)
10782 (inferior_has_execd, inferior_has_called_syscall): Delete.
10783 (handle_syscall_event): Get syscall_number from the execution
10784 control state's wait status.
10785 (wait_for_inferior): Don't clear syscall_number.
10786
10787 2012-01-24 Pedro Alves <palves@redhat.com>
10788
10789 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10790 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10791 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10792 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10793 `ws' parameter.
10794 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10795 false for events other than TARGET_SIGNAL_TRAP.
10796 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10797 Add `ws' parameter.
10798 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10799 events other than TARGET_SIGNAL_TRAP.
10800 (tracepoint_breakpoint_hit): Add `ws' parameter.
10801 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10802 parameter.
10803 (bpstat_stop_status): Same.
10804 (pc_at_non_inline_function): Same.
10805 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10806 to pass the current event's waitstatus to bpstat_stop_status
10807 and pc_at_non_inline_function.
10808
10809 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10810
10811 Code cleanup.
10812 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10813 Update the function comment for it.
10814 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10815 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10816 for STREAM.
10817
10818 2012-01-24 Pedro Alves <palves@redhat.com>
10819
10820 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10821 outside `bs->stop' block.
10822 (bpstat_what): Rework bp_shlib_event handling.
10823 (internal_bkpt_check_status): If the breakpoint is a
10824 bp_shlib_event, then set bs->stop and bs->print if
10825 stop_on_solib_events is set.
10826
10827 2012-01-24 Gary Benson <gbenson@redhat.com>
10828
10829 Delete #if 0'd out code.
10830 * stack.c (print_frame_label_vars): Remove.
10831 (catch_info): Likewise.
10832 (_initialize_stack): Remove "info catch" command.
10833 * NEWS: Mention the above.
10834
10835 2012-01-24 Pedro Alves <palves@redhat.com>
10836
10837 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10838 it.
10839 (remote_notice_new_inferior): If the remote end doesn't support
10840 the multiprocess extensions, then the PID is fake.
10841 (add_current_inferior_and_thread): New.
10842 (remote_start_remote): Use it.
10843 (extended_remote_attach_1): Adjust.
10844 (extended_remote_create_inferior_1): Use
10845 add_current_inferior_and_thread.
10846
10847 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 Fix watchpoints to be specific for each inferior.
10850 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10851 current_program_space.
10852 * i386-nat.c (i386_inferior_data_cleanup): New.
10853 (i386_inferior_data_get): Replace variable inf_data_local by an
10854 inferior_data call.
10855 (i386_use_watchpoints): Initialize i386_inferior_data.
10856 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10857 specific iterate_over_lwps.
10858
10859 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10860
10861 Fix watchpoints across inferior fork.
10862 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10863 comment for linux_nat_iterate_watchpoint_lwps.
10864 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10865 linux_nat_iterate_watchpoint_lwps.
10866 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10867 * i386-linux-nat.c (update_debug_registers_callback): Update the
10868 comment for linux_nat_iterate_watchpoint_lwps.
10869 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10870 linux_nat_iterate_watchpoint_lwps.
10871 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10872 * i386-nat.c: Include inferior.h.
10873 (dr_mirror): Remove.
10874 (i386_inferior_data, struct i386_inferior_data)
10875 (i386_inferior_data_get): New.
10876 (i386_debug_reg_state): Use i386_inferior_data_get.
10877 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10878 (i386_insert_watchpoint, i386_remove_watchpoint)
10879 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10880 (i386_remove_hw_breakpoint): New variable state, use
10881 i386_debug_reg_state instead of DR_MIRROR.
10882 * linux-nat.c (delete_lwp): New declaration.
10883 (num_lwps): Move here from downwards.
10884 (delete_lwp_cleanup): New.
10885 (linux_child_follow_fork): Create new child_lp, call
10886 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10887 PTRACE_DETACH.
10888 (num_lwps): Move upwards.
10889 (linux_nat_iterate_watchpoint_lwps): New.
10890 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10891 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10892
10893 2012-01-24 Joel Brobecker <brobecker@adacore.com>
10894
10895 GDB 7.4 released.
10896
10897 2012-01-23 Pedro Alves <palves@redhat.com>
10898
10899 * top.c (caution): Rename to ...
10900 (confirm): ... this.
10901 (show_caution): Rename to ...
10902 (show_confirm): ... this.
10903 (quit_cover): Adjust.
10904 (init_main): Adjust.
10905 * top.h (caution): Rename to ...
10906 (confirm): ... this.
10907 * utils.c (internal_vproblem, defaulted_query): Adjust.
10908
10909 2012-01-23 Pedro Alves <palves@redhat.com>
10910
10911 * top.c (caution): Update comment.
10912 (execute_command): Don't consider the current value of `caution'.
10913
10914 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10917
10918 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10919
10920 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10921 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10922 * target.c (target_fileio_pwrite): Remove buffer address from
10923 debug output.
10924 (target_fileio_pread): Likewise.
10925
10926 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10927
10928 * NEWS: Document remote "info proc" and "generate-core-file".
10929
10930 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10931
10932 * gdbarch.sh (find_memory_regions): New callback.
10933 * gdbarch.c, gdbarch.h: Regenerate.
10934
10935 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10936 callback before falling back to target method.
10937
10938 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10939 (linux_target_install_ops): No longer install it.
10940
10941 * linux-tdep.c (linux_find_memory_regions): New function.
10942 (linux_init_abi): Install it.
10943
10944 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10945
10946 * gdbarch.sh (make_corefile_notes): New architecture callback.
10947 * gdbarch.c: Regenerate.
10948 * gdbarch.h: Likewise.
10949
10950 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10951 before target_make_corefile_notes. If NULL is returned, the
10952 target does not support core file generation.
10953
10954 * linux-nat.c: Include "linux-tdep.h".
10955 (find_signalled_thread, find_stop_signal): Remove.
10956 (linux_nat_do_thread_registers): Likewise.
10957 (struct linux_nat_corefile_thread_data): Likewise.
10958 (linux_nat_corefile_thread_callback): Likewise.
10959 (iterate_over_spus): Likewise.
10960 (struct linux_spu_corefile_data): Likewise.
10961 (linux_spu_corefile_callback): Likewise.
10962 (linux_spu_make_corefile_notes): Likewise.
10963 (linux_nat_collect_thread_registers): New function.
10964 (linux_nat_make_corefile_notes): Replace contents by call to
10965 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10966 as native-only callback.
10967
10968 * linux-tdep.h: Include "bfd.h".
10969 (struct regcache): Add forward declaration.
10970 (linux_collect_thread_registers_ftype): New typedef.
10971 (linux_make_corefile_notes): Add prototype.
10972 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10973 "regset.h", and "elf-bfd.h".
10974 (find_signalled_thread, find_stop_signal): New functions.
10975 (linux_spu_make_corefile_notes): Likewise.
10976 (linux_collect_thread_registers): Likewise.
10977 (struct linux_corefile_thread_data): New data structure.
10978 (linux_corefile_thread_callback): New funcion.
10979 (linux_make_corefile_notes): Likewise.
10980 (linux_make_corefile_notes_1): Likewise.
10981 (linux_init_abi): Install it.
10982
10983 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10984
10985 * gdbarch.sh (info_proc): New callback.
10986 * gdbarch.c, gdbarch.h: Regenerate.
10987
10988 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10989 before falling back to the target info_proc callback.
10990
10991 * linux-nat.c: Do not include "cli/cli-utils.h".
10992 (linux_nat_info_proc): Remove.
10993 (linux_target_install_ops): No longer install it.
10994
10995 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10996 (read_mapping): New function.
10997 (linux_info_proc): Likewise.
10998 (linux_init_abi): Install it.
10999
11000 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11001
11002 * defs.h (enum info_proc_what): Moved here from linux-nat.c
11003 * infcmd.c: (info_proc_cmd_1): New function.
11004 (info_proc_cmd): New function, moved here from equivalent routine
11005 orignally in linux-nat.c.
11006 (info_proc_cmd_mappings): Likewise.
11007 (info_proc_cmd_stat): Likewise.
11008 (info_proc_cmd_status): Likewise.
11009 (info_proc_cmd_cwd): Likewise.
11010 (info_proc_cmd_cmdline): Likewise.
11011 (info_proc_cmd_exe): Likewise.
11012 (info_proc_cmd_all): Likewise.
11013 (_initialize_infcmd): Install "info proc" command and subcommands.
11014
11015 * target.h (struct target_ops): Add to_info_proc.
11016 (target_info_proc): Add prototype.
11017 * target.c (target_info_proc): New function.
11018
11019 * procfs.c (procfs_info_proc): Add prototype.
11020 (info_proc_cmd): Rename into ...
11021 (procfs_info_proc): ... this. Update argument types as appropriate
11022 for a to_info_proc implementation. Handle "what" argument.
11023 (procfs_target): Install procfs_info_proc.
11024 (_initialize_procfs): No longer install "info proc" command.
11025
11026 * linux-nat.c: (enum info_proc_what): Remove.
11027 (linux_nat_info_proc_cmd_1): Rename into ...
11028 (linux_nat_info_proc): ... this. Update argument types as appropriate
11029 for a to_info_proc implementation.
11030 (linux_nat_info_proc_cmd): Remove.
11031 (linux_nat_info_proc_cmd_mappings): Likewise.
11032 (linux_nat_info_proc_cmd_stat): Likewise.
11033 (linux_nat_info_proc_cmd_status): Likewise.
11034 (linux_nat_info_proc_cmd_cwd): Likewise.
11035 (linux_nat_info_proc_cmd_cmdline): Likewise.
11036 (linux_nat_info_proc_cmd_exe): Likewise.
11037 (linux_nat_info_proc_cmd_all): Likewise.
11038 (linux_target_install_ops): Install linux_nat_info_proc.
11039 (_initialize_linux_nat): No longer install "info proc" command
11040 and subcommands.
11041
11042 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
11043
11044 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11045 * config.in, configure: Regenerate.
11046
11047 * target.h (struct target_ops): Add to_fileio_readlink.
11048 (target_fileio_readlink): Add prototype.
11049 * target.c (target_fileio_readlink): New function.
11050
11051 * inf-child.c: Conditionally include <sys/param.h>.
11052 (inf_child_fileio_readlink): New function.
11053 (inf_child_target): Install it.
11054
11055 * remote.c (PACKET_vFile_readlink): New enum value.
11056 (remote_hostio_readlink): New function.
11057 (init_remote_ops): Install it.
11058 (_initialize_remote): Handle vFile:readlink packet type.
11059
11060 2012-01-20 Pedro Alves <palves@redhat.com>
11061 Ulrich Weigand <ulrich.weigand@linaro.org>
11062
11063 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11064 * config.in, configure: Regenerate.
11065
11066 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11067 to_fileio_pread, to_fileio_close, to_fileio_unlink.
11068 (target_fileio_open): Add prototype.
11069 (target_fileio_pwrite): Likewise.
11070 (target_fileio_pread): Likewise.
11071 (target_fileio_close): Likewise.
11072 (target_fileio_unlink): Likewise.
11073 (target_fileio_read_alloc): Likewise.
11074 (target_fileio_read_stralloc): Likewise.
11075
11076 * target.c: Include "gdb/fileio.h".
11077 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11078 (default_fileio_target): New function.
11079 (target_fileio_open): Likewise.
11080 (target_fileio_pwrite): Likewise.
11081 (target_fileio_pread): Likewise.
11082 (target_fileio_close): Likewise.
11083 (target_fileio_unlink): Likewise.
11084 (target_fileio_close_cleanup): Likewise.
11085 (target_fileio_read_alloc_1): Likewise.
11086 (target_fileio_read_alloc): Likewise.
11087 (target_fileio_read_stralloc): Likewise.
11088
11089 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11090 <fcntl.h>, and <unistd.h>.
11091 (inf_child_fileio_open_flags_to_host): New function.
11092 (inf_child_errno_to_fileio_error): Likewise.
11093 (inf_child_fileio_open): Likewise.
11094 (inf_child_fileio_pwrite): Likewise.
11095 (inf_child_fileio_pread): Likewise.
11096 (inf_child_fileio_close): Likewise.
11097 (inf_child_fileio_unlink): Likewise.
11098 (inf_child_target): Install to_fileio routines.
11099
11100 * remote.c (init_remote_ops): Install to_fileio routines.
11101
11102 2012-01-20 Pedro Alves <palves@redhat.com>
11103 Ulrich Weigand <ulrich.weigand@linaro.org>
11104
11105 * remote.c (remote_multi_process_p): Only check for multi-process
11106 protocol feature, do not check for extended protocol.
11107 (remote_supports_multi_process): Check for extended protocol here.
11108 (set_general_process): Likewise.
11109 (extended_remote_kill): Likewise.
11110 (remote_pid_to_str): Likewise.
11111 (remote_query_supported): Always query multiprocess mode.
11112
11113 2012-01-20 Pedro Alves <palves@redhat.com>
11114 Ulrich Weigand <ulrich.weigand@linaro.org>
11115
11116 * inferior.h (struct inferior): Add fake_pid_p.
11117 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11118 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11119 magic_null_ptid since the remote side doesn't provide a real PID.
11120
11121 2012-01-19 Tom Tromey <tromey@redhat.com>
11122
11123 * NEWS: Combine the two Python sections.
11124
11125 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11126
11127 * target.h (target_close): Update comment on the target's unpush state.
11128
11129 2012-01-19 Pedro Alves <palves@redhat.com>
11130
11131 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11132 linux_nat_async directly instead of going through the target
11133 vector.
11134 * target.c (unpush_target): Close target after unpushing it, not
11135 before.
11136
11137 2012-01-19 Gary Benson <gbenson@redhat.com>
11138
11139 * mdebugread.c (sort_blocks): Replace integer constants with ones
11140 derived from FIRST_LOCAL_BLOCK.
11141
11142 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11143 Jan Kratochvil <jan.kratochvil@redhat.com>
11144
11145 PR gdb/9538
11146 * symfile.c (find_separate_debug_file): New function.
11147 (terminate_after_last_dir_separator): Likewise.
11148 (find_separate_debug_file_by_debuglink): Also try realpath.
11149 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11150 * configure: Regenerate.
11151 * config.in: Regenerate.
11152
11153 2012-01-18 Doug Evans <dje@google.com>
11154
11155 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11156 (main.o): Remove rule.
11157 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11158 (--with-sysroot): Rewrite.
11159 * configure: Regenerate.
11160 * config.in: Regenerate.
11161
11162 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11163
11164 * parse.c (initialize_expout): New function.
11165 (reallocate_expout): Likewise.
11166 (parse_exp_in_context): Use `initialize_expout' and
11167 `reallocate_expout' when appropriate.
11168
11169 2012-01-18 Pedro Alves <palves@redhat.com>
11170
11171 * record.c (struct record_breakpoint, record_breakpoint_p)
11172 (record_breakpoints): New.
11173 (record_insert_breakpoint, record_remove_breakpoint): Manage
11174 record breakpoints list. Only remove breakpoints from the
11175 inferior if they had been inserted there in the first place.
11176
11177 2012-01-17 Doug Evans <dje@google.com>
11178
11179 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11180 if we know we don't have a file name to look for.
11181
11182 2012-01-17 Pedro Alves <palves@redhat.com>
11183
11184 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11185 the frame's stop reason is UNWIND_UNAVAILABLE.
11186
11187 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11188
11189 Fix compilation error.
11190 * m2-exp.y (yyerror): Use ANSI C prototype.
11191
11192 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11193
11194 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11195 (growbuf_by_size): Likewise.
11196 (yyerror): Likewise.
11197 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11198 (modblock): Remove variable (was #if 0'ed).
11199 (parse_number): Convert prototype from K&R to ANSI C.
11200 (yyerror): Likewise.
11201 * objc-exp.y (parse_number): Likewise.
11202 (yyerror): Likewise.
11203 (yylex): Remove #if 0'ed code.
11204 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11205 (yyerror): Likewise.
11206
11207 2012-01-16 Tom Tromey <tromey@redhat.com>
11208
11209 * NEWS: Add item.
11210 * symtab.h (compare_filenames_for_search): Declare.
11211 * symtab.c (compare_filenames_for_search): New function.
11212 (iterate_over_some_symtabs): Use it.
11213 * symfile.h (struct quick_symbol_functions)
11214 <map_symtabs_matching_filename>: Change spec.
11215 * psymtab.c (partial_map_symtabs_matching_filename): Use
11216 compare_filenames_for_search. Update for new spec.
11217 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11218 compare_filenames_for_search. Update for new spec.
11219 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11220
11221 2012-01-16 Tom Tromey <tromey@redhat.com>
11222
11223 PR python/13281:
11224 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11225 (struct main_type) <flag_flag_enum>: New field.
11226 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11227 * NEWS: Add entries.
11228 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11229 enums.
11230 * python/lib/gdb/printing.py (_EnumInstance): New class.
11231 (FlagEnumerationPrinter): Likewise.
11232
11233 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11234
11235 * breakpoint.c (create_sals_from_address_default): New function.
11236 (create_breakpoints_sal_default): Likewise.
11237 (decode_linespec_default): Likewise.
11238 (is_marker_spec): Removed.
11239 (strace_marker_p): New function.
11240 (init_breakpoint_sal): Using `strace_marker_p' instead of
11241 `is_marker_spec'.
11242 (create_breakpoint): Call method `create_sals_from_address' from
11243 breakpoint_ops, replacing code that created SALs conditionally
11244 on the type of the breakpoint. Call method `create_breakpoints_sal',
11245 replacing code that created breakpoints conditionally on the type
11246 wanted.
11247 (base_breakpoint_create_sals_from_address): New function.
11248 (base_breakpoint_create_breakpoints_sal): Likewise.
11249 (base_breakpoint_decode_linespec): Likewise.
11250 (base_breakpoint_ops): Add methods
11251 `base_breakpoint_create_sals_from_address',
11252 `base_breakpoint_create_breakpoints_sal' and
11253 `base_breakpoint_decode_linespec'.
11254 (bkpt_create_sals_from_address): New function.
11255 (bkpt_create_breakpoints_sal): Likewise.
11256 (bkpt_decode_linespec): Likewise.
11257 (tracepoint_create_sals_from_address): Likewise.
11258 (tracepoint_create_breakpoints_sal): Likewise.
11259 (tracepoint_decode_linespec): Likewise.
11260 (strace_marker_create_sals_from_address): Likewise.
11261 (strace_marker_create_breakpoints_sal): Likewise.
11262 (strace_marker_decode_linespec): Likewise.
11263 (strace_marker_breakpoint_ops): New variable.
11264 (addr_string_to_sals): Remove `marker_spec'. Call method
11265 `decode_linespec' from breakpoint_ops, replacing code that decoded
11266 an address string into a SAL. Use `strace_marker_p' instead of
11267 `marker_spec'.
11268 (strace_command): Decide whether we are dealing with a static
11269 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11270 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11271 * breakpoint.h (linespec_result, linespec_sals): New forward
11272 declarations.
11273 (breakpoint_ops) <create_sals_from_address>,
11274 <create_breakpoints_sal>, <decode_linespec>: New methods.
11275
11276 2012-01-14 Doug Evans <dje@google.com>
11277
11278 * NEWS: Update text for "maint set python print-stack".
11279 It is deprecated in gdb 7.4 and deleted in 7.5.
11280
11281 2012-01-13 Eli Zaretskii <eliz@gnu.org>
11282
11283 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11284 including curses.h.
11285
11286 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 * configure: Regenerate.
11289 * config.in: Regenerate.
11290
11291 2012-01-12 Keith Seitz <keiths@redhat.com>
11292
11293 PR mi/10586
11294 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11295 (ANONYMOUS_UNION_NAME): Define.
11296 (is_path_expr_parent): New function.
11297 (get_path_expr_parent): New function.
11298 (is_anonymous_child): New function.
11299 (create_child_with_value): If the child is anonymous and without
11300 a name, assign an object name to it.
11301 (c_describe_child): Use get_path_expr_parent to determine
11302 the parent expression.
11303 If there field represents an anonymous struct or union and
11304 has no name, set an appropriate display name and expression.
11305 (cplus_describe_child): Likewise.
11306
11307 2012-01-12 Pedro Alves <palves@redhat.com>
11308
11309 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11310 available when %ebp is found to be zero (outermost).
11311
11312 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
11313
11314 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11315 an internal gdb_static_assert.
11316 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11317
11318 2012-01-11 Tom Tromey <tromey@redhat.com>
11319
11320 PR gdb/9598:
11321 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11322 catch" and "catch throw".
11323
11324 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11325
11326 * blockframe.c (block_innermost_frame): Start search from selected
11327 frame, if present, or otherwise the current frame.
11328
11329 * c-exp.y (variable): Update innermost_block for
11330 'block COLONCOLON NAME' clause.
11331 * m2-exp.y (variable): Ditto.
11332 * objc-exp.y (variable): Ditto.
11333
11334 2012-01-10 Tom Tromey <tromey@redhat.com>
11335
11336 PR python/13199:
11337 * python/python.c (finish_python_initialization): Set sys.argv.
11338
11339 2012-01-10 Doug Evans <dje@google.com>
11340
11341 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11342 "want_line_info". All callers updated.
11343 (dwarf_decode_lines_1): New function.
11344 (handle_DW_AT_stmt_list): Add function comment.
11345 New arg "want_line_info". All callers updated.
11346 (read_file_scope,read_type_unit_scope): Move comment from
11347 handle_DW_AT_stmt_list to here.
11348
11349 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 Fix regression after libiberty/ update for GCC PR 6057 and others.
11352 * c-exp.y (operator) <OPERATOR DELETE>
11353 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11354 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11355 (make_builtin_type, make_name): New variable i, add gdb_assert.
11356 (operator) <OPERATOR NEW>: Update ARGS to 3.
11357 (operator) <OPERATOR DELETE>: Add trailing space.
11358 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11359 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11360 * cp-support.c (cp_canonicalize_string): Check NULL from
11361 cp_comp_to_string, call warning and return.
11362
11363 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 Fix duplicate .o files after omitting libbfd.a.
11366 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11367 (SFILES): Add corelow.c.
11368 (COMMON_OBS): Add corelow.o.
11369 (ALLDEPFILES): Remove corelow.c.
11370 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11371 * config/alpha/alpha-osf3.mh: Likewise.
11372 * config/alpha/fbsd.mh: Likewise.
11373 * config/arm/nbsdaout.mh: Likewise.
11374 * config/arm/nbsdelf.mh: Likewise.
11375 * config/i386/i386gnu.mh: Likewise.
11376 * config/ia64/hpux.mh: Likewise.
11377 * config/ia64/linux.mh: Likewise.
11378 * config/m32r/linux.mh: Likewise.
11379 * config/m68k/linux.mh: Likewise.
11380 * config/mips/irix5.mh: Likewise.
11381 * config/mips/irix6.mh: Likewise.
11382 * config/pa/hpux.mh: Likewise.
11383 * config/pa/linux.mh: Likewise.
11384 * config/powerpc/aix.mh: Likewise.
11385 * config/sparc/linux.mh: Likewise.
11386 * config/sparc/linux64.mh: Likewise.
11387 * config/sparc/sol2.mh: Likewise.
11388 * config/vax/vax.mh: Likewise.
11389 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11390 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11391 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11392 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11393 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11394 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11395 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11396 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11397 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11398 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11399 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11400 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11401 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11402 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11403 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11404 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11405 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11406 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11407 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11408 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11409 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11410 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11411 corelow.o from gdb_target_obs.
11412 * corefile.c (core_target): Update the comment on NULL value.
11413 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11414 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11415 MATCHES. Drop YUMMY set on NULL.
11416 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11417 reclaim CORE_DATA if it is already NULL.
11418
11419 2012-01-09 Doug Evans <dje@google.com>
11420
11421 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11422 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11423
11424 2012-01-09 Keith Seitz <keiths@redhat.com>
11425
11426 * breakpoint.c (wrapper.h): Don't include.
11427
11428 2012-01-09 Keith Seitz <keiths@redhat.com>
11429
11430 * Makefile.in (SFILES): Remove wrapper.c.
11431 (HFILES_NO_SRCDIR): Remove wrapper.h.
11432 (COMMON_OBS): Remove wrapper.o.
11433 * cli/cli-interp.c: Don't inlude wrapper.h.
11434 * corelow.c: Likewise.
11435 (core_open): Replace gdb_target_find_new_threads with
11436 TRY_CATCH around target_find_new_threads.
11437 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11438 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11439 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11440 evaluate_expression.
11441 (varobj_set_value): Likewise for evaluate_expression and
11442 value_assign.
11443 (install_new_variable): Likewise for value_fetch_lazy.
11444 (adjust_value_for_child_access): Likewise for value_ind.
11445 (c_describe_child): Likewise for value_subscript and
11446 value_ind.
11447 (c_value_of_root): Likewise for evaluate_expression.
11448 * wrapper.c: Remove.
11449 * wrapper.h: Remove.
11450
11451 2012-01-09 Doug Evans <dje@google.com>
11452
11453 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11454 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11455 "abfd" args with "section". All callers updated.
11456 Error checking code moved ...
11457 (error_check_comp_unit_head): ... here. New function.
11458 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11459 Delete arg "abfd". New arg "type_offset". All callers updated.
11460 (create_debug_types_hash_table): Simplify by using
11461 read_and_check_type_unit_head.
11462
11463 * parser-defs.h (namecopy): Delete.
11464 * parse.c (namecopy, namecopy_size): Move into copy_name.
11465
11466 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11467
11468 Partially fix duplicate .o files after omitting libbfd.a.
11469 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11470 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11471 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11472 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11473 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11474 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11475 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11476
11477 2012-01-09 Pedro Alves <palves@redhat.com>
11478
11479 * MAINTAINERS: Update my email address.
11480
11481 2012-01-08 Doug Evans <dje@google.com>
11482
11483 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11484 n_type_units. Rename type_comp_units to all_type_units.
11485 All uses updated.
11486 (add_signatured_type_cu_to_table): Renamed from
11487 add_signatured_type_cu_to_list. All callers updated.
11488
11489 * gdbtypes.h (struct cplus_struct_type): Delete member
11490 nfn_fields_total. All uses removed.
11491
11492 2012-01-06 Doug Evans <dje@google.com>
11493
11494 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11495 to top of file.
11496 (dwarf2_find_comp_unit): Delete.
11497 (process_psymtab_comp_unit): Make result "void".
11498 Delete args buffer, info_ptr, buffer_size, and replace with
11499 "section". All callers updated.
11500 (dwarf2_build_psymtabs_hard): Simplify.
11501
11502 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11503 Thiago Jung Bauermann <bauerman@br.ibm.com>
11504
11505 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11506 before `struct gdb_exception'.
11507 * breakpoint.c (update_global_location_list_nothrow)
11508 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11509 * cp-abi.c (value_rtti_type): Likewise.
11510 * cp-support.c (cp_validate_operator): Likewise.
11511 * infrun.c (insert_exception_resume_breakpoint)
11512 (check_exception_resume, keep_going): Likewise.
11513 * mi-interp.c (mi_breakpoint_created)
11514 (mi_breakpoint_modified): Likewise.
11515 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11516 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11517 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11518
11519 2012-01-05 Doug Evans <dje@google.com>
11520
11521 * dwarf2read.c (statement_prologue): Delete, unused.
11522
11523 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11524 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11525
11526 * dwarf2read.c (comp_unit_header): Delete, unused.
11527
11528 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11529
11530 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11531 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11532
11533 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11534
11535 * infrun.c (normal_stop): Don't skip calling the normal_stop
11536 observers if the thread was doing a multi-step, but stopped for
11537 some reason other than stepping.
11538
11539 2012-01-05 Pedro Alves <alves.ped@gmail.com>
11540
11541 * cli/cli-decode.h: Add comments.
11542 (CMD_LIST_AMBIGUOUS): Moved to command.h
11543 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11544 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11545 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11546 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11547 (add_com, add_com_alias, add_info, add_info_alias)
11548 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11549 declarations.
11550 * command.h: Add and adjust comments.
11551 (CMD_LIST_AMBIGUOUS): Moved here.
11552 (help_cmd, help_cmd_list): Delete declarations.
11553
11554 2012-01-04 Doug Evans <dje@google.com>
11555
11556 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11557 All callers updated.
11558 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11559 Replace all arguments with "per_cu". All callers updated.
11560
11561 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11562
11563 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11564 New arg "per_cu". All callers updated.
11565
11566 Delete #if 0'd out code.
11567 * language.c (binop_result_type): Delete.
11568 (simple_type, ordered_type, same_type, integral_type): Delete.
11569 (numeric_type, character_type, string_type, boolean_type): Delete.
11570 (float_type, structured_type): Delete.
11571 * language.h: Update.
11572
11573 2012-01-04 Tom Tromey <tromey@redhat.com>
11574
11575 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11576
11577 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11578
11579 * corefile.c (close_exec_file): Delete.
11580 (reopen_exec_file): Remove commented out code that seems related
11581 to close_exec_file, which is being deleted here.
11582 * inferior.h (close_exec_file): Delete.
11583 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11584
11585 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11586
11587 * ada-lang.c: #include "cli/cli-utils.h".
11588 (get_selections): Use skip_spaces.
11589 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11590 (catch_ada_exception_command_split): Use skip_spaces.
11591 (ada_decode_assert_location): Likewise.
11592
11593 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11594
11595 * linespec.c (decode_line_internal): Check for C++ or Java
11596 compound constructs only if the current language is C, C++
11597 or Java.
11598
11599 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11600
11601 Revert:
11602 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11603 Joel Brobecker <brobecker@adacore.com>
11604 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11605 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11606 3 times.
11607 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11608 fall through into AT_ENTRY_POINT.
11609 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11610 DUMMY_ADDR with it.
11611 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11612 PPC_INSN_SIZE skip to 3 times.
11613
11614 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11615
11616 * linespec.c (add_minsym): Preserve function descriptors.
11617
11618 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11619
11620 * breakpoint.c (all_locations_are_pending): Consider locations
11621 in program spaces executing during startup pending as well.
11622
11623 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11624
11625 Copyright year update in most files of the GDB Project.
11626
11627 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11628
11629 * copyright.sh: Delete.
11630 * copyright.py: Rewrite.
11631
11632 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11633
11634 * gnulib/extra/update-copyright: New file, imported from gnulib.
11635
11636 2012-01-04 Joel Brobecker <brobecker@adacore.com>
11637
11638 * README (Copyright and License Notices): New section.
11639
11640 2012-01-03 Tom Tromey <tromey@redhat.com>
11641
11642 PR python/12533:
11643 * python/py-value.c (valpy_dereference, valpy_get_address
11644 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11645 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11646 (valpy_absolute, valpy_richcompare): Free intermediate values.
11647
11648 2011-01-03 Joel Brobecker <brobecker@adacore.com>
11649
11650 * ada-lang.c: Reformat the copyright notice.
11651
11652 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11653
11654 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11655 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11656 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11657 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11658 Revert this part of:
11659 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11660 Build gdb directly from *.o files not using libgdb.a.
11661 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11662
11663 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11664
11665 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11666 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11667 Reformat the copyright header.
11668
11669 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11670
11671 Revert this part of:
11672 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11673 Remove the gdbtui binary.
11674 * gdb.c (main): Remove args.interpreter_p initialization.
11675 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11676 * main.h (struct captured_main_args): Remove interpreter_p.
11677
11678 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11679
11680 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11681
11682 2012-01-02 Joel Brobecker <brobecker@adacore.com>
11683
11684 * top.c (print_gdb_version): Update copyright year.
11685
11686 2012-01-02 Yao Qi <yao@codesourcery.com>
11687
11688 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11689
11690 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11691 Joel Brobecker <brobecker@adacore.com>
11692
11693 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11694 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11695 3 times.
11696 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11697 fall through into AT_ENTRY_POINT.
11698 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11699 DUMMY_ADDR with it.
11700 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11701 PPC_INSN_SIZE skip to 3 times.
11702
11703 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11704
11705 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11706 the return value.
11707 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11708
11709 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11710
11711 Build gdb directly from *.o files not using libgdb.a.
11712 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11713 (COMMON_OBS): Remove solib-target.o.
11714 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11715 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11716 (LIBGDB_OBS, libgdb.a): Move it above.
11717 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11718 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11719 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11720 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11721 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11722 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11723 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11724 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11725 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11726 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11727 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11728 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11729 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11730 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11731 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11732 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11733 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11734 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11735 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11736 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11737 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11738 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11739 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11740 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11741 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11742 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11743 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11744
11745 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 Remove the gdbtui binary.
11748 * .gitignore (/gdbtui): Remove.
11749 * Makefile.in (TUI): Remove.
11750 (SUBDIR_TUI_OBS): Remove tui-main.o.
11751 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11752 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11753 (tui-main.o): Remove.
11754 (all_object_files): Remove tui-main.o.
11755 * NEWS: New note for the gdbtui removal.
11756 * configure: Rebuilt.
11757 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11758 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11759 CONFIG_UNINSTALL respectively.
11760 * gdb.c (main): Remove args.interpreter_p initialization.
11761 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11762 * main.h (struct captured_main_args): Remove interpreter_p.
11763 * tui/tui-main.c: Remove.
11764
11765 2012-01-01 Doug Evans <dje@google.com>
11766
11767 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11768 (dwarf2_physname, read_import_statement): Ditto.
11769 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11770 (process_structure_scope read_subroutine_type): Ditto.
11771 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11772 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11773 (dwarf2_fetch_die_location_block): Ditto.
11774 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11775
11776 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11777 All callers updated.
11778 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11779 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11780 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11781
11782 * dwarf2read.c (load_cu): Move assert to more useful location.
11783
11784 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11785 All callers updated.
11786
11787 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11788 (dwarf2_elf_names): Minor reformat.
11789 (dwarf2_per_cu_data): Tweak comment.
11790 (dwarf2_read_section): Fix comment.
11791 (create_all_comp_units): Fix comment.
11792 (load_full_comp_unit): Fix comment.
11793 (process_full_comp_unit): Fix comment.
11794 (read_signatured_type): Fix comment.
11795
11796 For older changes see ChangeLog-2011.
11797 \f
11798 Local Variables:
11799 mode: change-log
11800 left-margin: 8
11801 fill-column: 74
11802 version-control: never
11803 coding: utf-8
11804 End: