*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
62747a60
TT
12012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2
3 * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
4 parameter COUNT, for pattern filling of memory regions.
5 * NEWS: Mention it.
6
4cd29721
MM
72012-11-13 Markus Metzger <markus.t.metzger@intel.com>
8
9 * disasm.h (DISASSEMBLY_FILENAME): New macro.
10 * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
11 to print_source_lines ().
12 * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
13 flag.
14 * source.c (print_source_lines_base): Prefix source line with
15 filename if PRINT_SOURCE_LINES_FILENAME flag is set.
16
dfaae886
MM
172012-11-13 Markus Metzger <markus.t.metzger@intel.com>
18
19 * symtab.h (print_source_lines_flags): New enum.
20 * source.c (print_source_lines_base): Change noerror to flags.
21 (print_source_lines): Change noerror to flags.
22
08850b56
PM
232012-11-13 Pierre Muller <muller@sourceware.org>
24
25 ARI fixes: Avoid sprintf function use rule.
26 * charset.c (convert_between_encodings): Use xsnprintf.
27 * cli-out.c (cli_field_int): Likewise.
28 * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
29 * expprint.c (op_name_standard): Likewise.
30 * frv-tdep.c (set_variant_num_gprs): Likewise.
31 (set_variant_num_fprs): Likewise.
32 * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
33 * nto-tdep.c (nto_find_and_open_solib): Likewise.
34 (nto_init_solib_absolute_prefix): Likewise.
35 * source.c (init_source_path): Likewise.
36 (print_source_lines_base): Likewise.
37 * valprint.c (print_wchar): Likewise.
38 * mi/mi-out.c (mi_field_int): Likewise.
39 windows-nat.c (windows_pid_to_exec_file): Likewise.
40 (windows_create_inferior): Likewise.
41 (_initialize_check_for_gdb_ini): Likewise.
42
ca9d61b9
JB
432012-11-12 Joel Brobecker <brobecker@adacore.com>
44
45 * frame.h (deprecated_frame_register_read): Renames
46 frame_register_read.
47 * frame.c (deprecated_frame_register_read): Renames
48 frame_register_read. Update all callers.
49 * i386-tdep.c: Update all callers of frame_register_read.
50 * infcmd.c: Likewise.
51 * jit.c: Likewise.
52 * mips-tdep.c: Likewise.
53 * mt-tdep.c: Likewise.
54 * sh64-tdep.c: Likewise.
55
b2c7d45a
JB
562012-11-12 Joel Brobecker <brobecker@adacore.com>
57
58 * frame.h (frame_register_read): Remove FIXME comment.
59 * frame.c (frame_register_read): Add suggestion explaining
60 which function to use in place of this one.
61
31594462
TT
622012-11-12 Tom Tromey <tromey@redhat.com>
63
64 * python/python.c (start_type_printers): Initialize 'result_obj'.
65
18a9fc12
TT
662012-11-12 Tom Tromey <tromey@redhat.com>
67
68 * NEWS: Update.
69 * data-directory/Makefile.in (PYTHON_FILES): Add
70 type_printers.py.
71 * python/lib/gdb/command/type_printers.py: New file.
72 * python/lib/gdb/command/types.py (TypePrinter): New class.
73 (_get_some_type_recognizers, get_type_recognizers,
74 apply_type_recognizers, register_type_printer): New
75 functions.
76 * python/py-objfile.c (objfile_object) <type_printers>: New
77 field.
78 (objfpy_dealloc): Decref new field.
79 (objfpy_new): Set new field.
80 (objfpy_get_type_printers, objfpy_set_type_printers): New
81 functions.
82 (objfile_to_objfile_object): Set new field.
83 (objfile_getset): Add "type_printers".
84 * python/py-progspace.c (pspace_object) <type_printers>: New
85 field.
86 (pspy_dealloc): Decref new field.
87 (pspy_new): Set new field.
88 (pspy_get_type_printers, pspy_set_type_printers): New functions.
89 (pspace_to_pspace_object): Set new field.
90 (pspace_getset): Add "type_printers".
91 * python/python.c (start_type_printers, apply_type_printers,
92 free_type_printers): New functions.
93 (_initialize_python): Set gdb.type_printers.
94 * python/python.h (start_type_printers, apply_type_printers,
95 free_type_printers): Declare.
96 * typeprint.c (type_print_raw_options, default_ptype_flags):
97 Update for new fields.
98 (do_free_global_table, create_global_typedef_table,
99 find_global_typedef): New functions.
100 (find_typedef_in_hash): Use find_global_typedef.
101 (whatis_exp): Use create_global_typedef_table. Change cleanup
102 handling.
103 * typeprint.h (struct type_print_options) <global_typedefs,
104 global_printers>: New fields.
105
bd69fc68
TT
1062012-11-12 Tom Tromey <tromey@redhat.com>
107
108 * c-typeprint.c (find_typedef_for_canonicalize,
109 print_name_maybe_canonical): New functions.
110 (c_print_type): Look up type name.
111 (cp_type_print_derivation_info): Add flags argument. Use
112 print_name_maybe_canonical.
113 (cp_type_print_method_args): Add wrapping.
114 (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
115 (c_type_print_template_args): New function.
116 (c_type_print_base): Change wrapping. Use
117 print_name_maybe_canonical.
118 <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
119 type name lookups.
120 * gdbtypes.c (types_equal): No longer static.
121 * gdbtypes.h (types_equal): Declare.
122 * typeprint.c (type_print_raw_options, default_ptype_flags):
123 Update.
124 (struct typedef_hash_table): New.
125 (hash_typedef_field, eq_typedef_field,
126 recursively_update_typedef_hash, add_template_parameters,
127 create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
128 make_cleanup_free_typedef_hash, copy_typedef_hash_element,
129 copy_typedef_hash, find_typedef_in_hash): New functions.
130 * typeprint.h (struct type_print_options) <local_typedefs>:
131 New field.
132 (recursively_update_typedef_hash, add_template_parameters,
133 create_typedef_hash, free_typedef_hash,
134 make_cleanup_free_typedef_hash, copy_typedef_hash,
135 find_typedef_in_hash): Declare.
136
2621e0fd
TT
1372012-11-12 Tom Tromey <tromey@redhat.com>
138
139 * cp-support.c (inspect_type,
140 replace_typedefs_qualified_name, replace_typedefs): Add
141 finder, data arguments. Call as needed.
142 (cp_canonicalize_string_full): New function.
143 (cp_canonicalize_string_no_typedefs): Rewrite.
144 * cp-support.h (canonicalization_ftype): New typedef.
145 (cp_canonicalize_string_full): Declare.
146
53342f27
TT
1472012-11-12 Tom Tromey <tromey@redhat.com>
148
149 * NEWS: Update.
150 * c-typeprint.c (c_type_print_base): Handle print_method and
151 print_typedefs flags.
152 * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
153 * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
154 options.
155 * typeprint.c (type_print_raw_options, default_ptype_flags):
156 Update for new field.s
157 (whatis_exp): Parse flags. Use LA_PRINT_TYPE.
158 (setprinttypelist, showprinttypelist, print_methods,
159 print_typedefs): New globals.
160 (set_print_type, show_print_type, set_print_type_methods,
161 show_print_type_methods, set_print_type_typedefs,
162 show_print_type_typedefs): New functions.
163 (_initialize_typeprint): Update documentation. Add "print
164 type methods" and "print type typedefs" parameters.
165 * typeprint.h (struct type_print_options) <print_methods,
166 print_typedefs>: New fields.
167
6c8702eb
TT
1682012-11-12 Tom Tromey <tromey@redhat.com>
169
170 * c-typeprint.c (cp_type_print_method_args): Add flags
171 argument. Call c_print_type, not type_print.
172 (c_type_print_base): Call c_print_type, not type_print.
173 Update.
174
79d43c61
TT
1752012-11-12 Tom Tromey <tromey@redhat.com>
176
177 * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
178 to type-printing functions.
179 * ada-lang.h (ada_print_type): Add argument.
180 * ada-typeprint.c (print_array_type, print_variant_clauses,
181 print_variant_part, print_selected_record_field_types,
182 print_record_field_types, print_unchecked_union_type,
183 print_func_type, ada_print_type): Add flags argument.
184 (ada_print_typedef): Update.
185 * c-exp.y (OPERATOR conversion_type_id): Update.
186 * c-lang.h (c_print_type, c_type_print_base): Update.
187 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
188 c_type_print_modifier, c_type_print_args,
189 c_type_print_varspec_suffix, c_type_print_base): Add flags
190 argument.
191 * cp-valprint.c (cp_print_class_member): Update.
192 * dwarf2read.c (dwarf2_compute_name): Update.
193 * f-lang.h (f_print_type): Add argument.
194 * f-typeprint.c (f_print_type): Add flags argument.
195 * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
196 * go-lang.h (go_print_type): Add argument.
197 * go-typeprint.c (go_print_type): Add flags argument.
198 * jv-lang.h (java_print_type): Add argument.
199 * jv-typeprint.c (java_type_print_base, java_print_type): Add
200 flags argument.
201 * language.c (unk_lang_print_type): Add flags argument.
202 * language.h (struct language_defn) <la_print_type>: Add flags
203 argument.
204 (LA_PRINT_TYPE): Likewise.
205 * m2-lang.h (m2_print_type): Add argument.
206 * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
207 m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
208 m2_unbounded_array, m2_record_fields): Add flags argument.
209 * p-lang.h (pascal_print_type, pascal_type_print_base,
210 pascal_type_print_varspec_prefix): Add argument.
211 * p-typeprint.c (pascal_print_type,
212 pascal_type_print_varspec_prefix, pascal_print_func_args,
213 pascal_type_print_varspec_suffix, pascal_type_print_base): Add
214 flags argument.
215 * symmisc.c (print_symbol): Update.
216 * typeprint.c (type_print_raw_options, default_ptype_flags):
217 New globals.
218 (type_print): Update.
219 * typeprint.h (struct type_print_options): New.
220 (type_print_raw_options): Declare.
221 (c_type_print_varspec_suffix, c_type_print_args): Add argument.
222
cf4ded82
KS
2232012-11-10 Keith Seitz <keiths@redhat.com>
224
225 * breakpoint.c (clear_command): Add cleanup for
226 sals.sals if an argument is given.
227
228 * linespec.c (parse_linespec): Do cleanups after
229 parsing a convenience variable.
230
0d63ecda
KS
2312012-11-10 Keith Seitz <keiths@redhat.com>
232
233 PR gdb/14288
234 * c-valprint.c (c_val_print): For character arrays
235 with "print null" option on, print ellipses if
236 the output is truncated and the next character is not \000.
237 * valprint.c (MAX_WCHARS): Define.
238 (WCHAR_BUFLEN): Likewise.
239 (WCHAR_BUFLEN_MAX): Likewise.
240 (struct converted_character): New structure.
241 (count_next_character): New function.
242 (print_converted_chars_to_obstack): New function.
243 (generic_printstr): Rewrite using count_next_character
244 and print_converted_chars_to_obstack.
245
9b8d6827
SC
2462012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
247
248 * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
249 while executing the gdb command.
250 (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
251 are called from prompt_for_continue.
252 * tui/tui-io.c (tui_redisplay_readline): Likewise.
253
e840f632
SC
2542012-11-10 Stephane Carrez <Stephane.Carrez@gmail.com>
255
256 PR tui/9584
257
258 * tui/tui.c (tui_rl_command_key): Do not call execute_command
259 but insert the command to execute in readline's buffer.
260
f5656ead
TT
2612012-11-09 Tom Tromey <tromey@redhat.com>
262
263 * gdbarch.sh (target_gdbarch): Remove macro.
264 (get_target_gdbarch): Rename to target_gdbarch.
265 * gdbarch.c, gdbarch.h: Rebuild.
266 * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
267 arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
268 darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
269 filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
270 ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
271 linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
272 mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
273 mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
274 nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
275 procfs.c, progspace.c, ravenscar-thread.c, record.c,
276 remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
277 rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
278 solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
279 solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
280 solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
281 spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
282 target-descriptions.c, target.c, target.h, tracepoint.c,
283 windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
284 common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
285 python/py-inferior.c, python/python.c: Update.
286
ed8a1c2d
AB
2872012-11-09 Andrew Burgess <aburgess@broadcom.com>
288
289 * source.c (print_source_lines_base): Add fullname field giving
290 full path to file in mi output.
291 * NEWS: Mention the new fullname field.
292
504b36fd
YQ
2932012-11-09 Yao Qi <yao@codesourcery.com>
294
295 * NEWS: Mention the fix to the ambiguity of 'fo' command.
296
9107fc8d
PA
2972012-11-09 Pedro Alves <palves@redhat.com>
298
299 PR gdb/14306
300
301 * infrun.c: Include target-descriptions.h.
302 (follow_exec): Fetch new target description.
303
30f8135b
YQ
3042012-11-09 Yao Qi <yao@codesourcery.com>
305
306 * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
307 0x8d (lea).
308
558a9d82
YQ
3092012-11-09 Yao Qi <yao@codesourcery.com>
310
311 * breakpoint.c: Declare set_tracepoint_count.
312 (install_breakpoint): Call set_tracepoint_count if B is a
313 tracepoint.
314 (trace_command): Don't call set_tracepoint_count. Re-indent.
315 (strace_command, ftrace_command):
316 (create_tracepoint_from_upload): Likewise.
317
6ecd4729
PA
3182012-11-09 Pedro Alves <palves@redhat.com>
319
320 * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
321 (get_target_gdbarch) <gdbarch.h>: New function.
322 (startup_gdbarch) <gdbarch.h>: Declare.
323 <gdbarch.c> (target_gdbarch): Delete.
324 <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
325 current inferior's gdbarch.
326 <gdbarch.c> (get_target_gdbarch): New function.
327 * inferior.c: Include target-descriptions.h.
328 (free_inferior): Free target description info.
329 (add_inferior_with_spaces): Set the inferior's initial
330 architecture.
331 (clone_inferior_command): Copy the original inferior's target
332 description if it was user specified.
333 (initialize_inferiors): Add comment.
334 * inferior.h (struct target_desc_info): Forward declare.
335 (struct inferior) <gdbarch>: New field.
336 * linux-nat.c: Include target-descriptions.h.
337 (linux_child_follow_fork): Copy the parent's architecture and
338 target description to the child.
339 * target-descriptions.c: Include inferior.h.
340 (struct target_desc_info): New structure, holding the equivalents
341 of ...
342 (target_desc_fetched, current_target_desc)
343 (target_description_filename): ... these removed globals.
344 (get_tdesc_info, target_desc_info_from_user_p)
345 (copy_inferior_target_desc_info, target_desc_info_free): New.
346 (target_desc_fetched, current_target_desc)
347 (target_description_filename): Reimplemented as convenience
348 macros.
349 (tdesc_filename_cmd_string): New global.
350 (set_tdesc_filename_cmd): Copy the string manipulated by the "set
351 tdescs filename ..." commands to the per-inferior equivalent.
352 (show_tdesc_filename_cmd): Get the value to show from the
353 per-inferior description filename.
354 (_initilize_target_descriptions): Change the "set/show tdesc
355 filename" commands' variable.
356 * target-descriptions.h (struct target_desc, struct target_desc_info)
357 (struct inferior): Forward declare.
358 (target_find_description, target_clear_description)
359 (target_current_description): Adjust comments.
360 (copy_inferior_target_desc_info, target_desc_info_free)
361 (target_desc_info_from_user_p). Declare.
362
4ca4d161
SC
3632012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
364
365 * tui/tui-hooks.c (tui_about_to_proceed): New function.
366 (tui_target_wait_hook): Remove.
367 (tui_install_hooks): Install the about_to_proceed observer.
368 (tui_remove_hooks): And remove it here.
369
9015683b
TT
3702012-11-08 Tom Tromey <tromey@redhat.com>
371
372 * linux-tdep.c (linux_make_siginfo_note): New function.
373 (linux_make_corefile_notes): Use it.
374 * corelow.c (get_core_siginfo): New function.
375 (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
376
ea9f10bb
TT
3772012-11-08 Tom Tromey <tromey@redhat.com>
378
379 PR gdb/14704:
380 * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
381 (zlib_decompress_section): Remove.
382 (gdb_bfd_map_section): Only check for compressed section
383 in mmap case. Use bfd_get_full_section_contents.
384 * osabi.c (check_note): Add 'sectsize' argument. Read
385 section data.
386 (generic_elf_osabi_sniff_abi_tag_sections): Don't read
387 section data. Update for check_note change.
388 * xcoffread.c (xcoff_initial_scan): Use
389 bfd_get_full_section_contents.
390 * py-auto-load.c (auto_load_section_scripts): Use
391 bfd_get_full_section_contents.
392 * contrib/cc-with-tweaks.sh: Add -Z option.
393
d071a26b
TT
3942012-11-08 Tom Tromey <tromey@redhat.com>
395
396 * python/py-bpevent.c: Include defs.h.
397 * python/py-continueevent.c: Include defs.h.
398 * python/py-event.c: Include defs.h.
399 * python/py-event.h: Don't include defs.h.
400 * python/py-events.h: Don't include defs.h.
401 * python/py-evts.c: Include defs.h.
402 * python/py-exitedevent.c: Include defs.h.
403 * python/py-newobjfileevent.c: Include defs.h.
404 * python/py-signalevent.c: Include defs.h.
405 * python/py-stopevent.c: Include defs.h.
406 * python/py-threadevent.c: Include defs.h.
407
4574b35a
PM
4082012-11-08 Pierre Muller <muller@sourceware.org>
409
410 * update-web-ari.sh (print_heading): Add number of files
411 checked.
412 (nb_files): New variable counting the number of sources
413 files found by gdb_find.sh script.
414 (debug_awk): New variable to allow extra debug output.
415 (indexes): Add more information if DEBUG_AWK is set.
416
2834ab42
EBM
4172012-11-08 Edjunior Machado <emachado@linux.vnet.ibm.com>
418
419 * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
420 ppc64_standard_linkage3): Mark ld r11 instructions as optional,
421 following the change in PLT call stubs on linker.
422
84f13595
PM
4232012-11-08 Pierre Muller <muller@sourceware.org>
424
425 * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
426 as default language.
427 (AWK): Use = instead of == for sh test to avoid warning.
428 (Linux rule): Correct [:digit] into [[:digit:]].
429 (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
430 (vasprintf rule): Adapt to common subdirectory moves.
431 (xasprintf rule): Idem.
432 (xvasprintf rule): Idem.
433 (var_boolean rule): Accept occurence in == or != test.
434
435 * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
436
d69e6a33
SC
4372012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
438
439 * tui/tui-hooks.c (tui_inferior_exit): New function.
440 (tui_detach_hook): Remove.
441 (tui_install_hooks): Install the inferior exit observer.
442 (tui_remove_hooks): Remove it.
443
1e96de83
YQ
4442012-11-08 Yao Qi <yao@codesourcery.com>
445
446 PR gdb/14777.
447 * source.c (_initialize_source): Call add_com_alias to abbreviate
448 'forward-search' as 'fo'.
449
0baeab03
PA
4502012-11-07 Pedro Alves <palves@redhat.com>
451
452 * arm-tdep.c: Make defs.h be the first include.
453 * coff-pe-read.c: Ditto.
454 * gnu-nat.c: Ditto.
455 * go32-nat.c: Ditto.
456 * i386-nat.c: Ditto.
457 * ppcnbsd-nat.c: Ditto.
458 * ada-varobj.h: Don't include defs.h.
459 * i386-darwin-tdep.h: Ditto.
460 * i386-nat.h: Ditto.
461
892a8570
PA
4622012-11-07 Pedro Alves <palves@redhat.com>
463
464 * MAINTAINERS: New FSF-appointed maintainers replace the Steering
465 Committee.
466
719502e9
PM
4672012-11-07 Pierre Muller <muller@sourceware.org>
468
469 * common/linux-osdata.c (dirent.h): ARI fix: Remove.
470 File already uses "gdb_dirent.h" header.
471
ed86b350
YQ
4722012-11-07 Yao Qi <yao@codesourcery.com>
473
474 * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
475 tracepoint_count'.
476
9a4f1e4f
TT
4772012-11-06 Tom Tromey <tromey@redhat.com>
478
479 * target.h (inferior_has_forked, inferior_has_vforked)
480 (inferior_has_execd, inferior_has_called_syscall): Remove
481 declarations.
482
0316657e
PM
4832012-11-06 Pierre Muller <muller@sourceware.org>
484
485 * remote.c (remote_insert_hw_breakpoint): ARI fix,
486 add missing internalization markup.
487
f6592439
PA
4882012-11-06 Pedro Alves <palves@redhat.com>
489
490 PR gdb/14810
491
492 * breakpoint.c (bpstat_stop_status): Skip disabled locations.
493
01f2564a
PM
4942012-11-06 Pierre Muller <muller@sourceware.org>
495
496 * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
497 is not executable.
498
f37c4431
JB
4992012-11-05 Joel Brobecker <brobecker@adacore.com>
500
501 * gnulib/update-gnulib.sh: New script.
502
550889c3
JB
5032012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
504
505 * MAINTAINERS: Update my email address.
506
954b50b3
TT
5072012-11-05 Tom Tromey <tromey@redhat.com>
508
509 * frame.c (put_frame_register): Don't use temporary buffer.
510
68c9da30
PA
5112012-11-05 Pedro Alves <palves@redhat.com>
512
513 * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
514 child. Clear 'pending_detach'.
515 * infrun.c (handle_vfork_child_exec_or_exit): Clear
516 'pending_detach' in the vfork parent.
517
80626a55
DE
5182012-11-05 Doug Evans <dje@google.com>
519
520 Add support for DWP files. http://gcc.gnu.org/wiki/DebugFissionDWP
521 * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
522 * dwarf2read.c: #include "elf-bfd.h".
523 (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
524 (dwop_section_names): Renamed from dwo_section names. All uses
525 updated. Add entries for .debug_cu_index, .debug_tu_index.
526 (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
527 All uses updated.
528 (struct dwp_sections): New type.
529 (struct virtual_dwo_sections): New type.
530 (struct dwp_hash_table): New type.
531 (struct dwp_file): New type.
532 (init_cutu_and_read_dies): Ensure DWO info/types section has been
533 read in. Handle DWOs coming from DWP files.
534 (lookup_dwo_file_slot): New function.
535 (dwarf2_locate_dwo_sections): Move definition closer to use.
536 (create_dwo_debug_info_hash_table_reader): Renamed from
537 create_debug_info_hash_table_reader. All callers updated.
538 (create_dwo_debug_info_hash_table): Renamed from
539 create_debug_info_hash_table. All callers updated.
540 (create_dwp_hash_table): New function.
541 (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
542 (lookup_dwo_in_dwp): New function.
543 (try_open_dwop_file): Renamed from try_open_dwo_file. New parameter
544 is_dwp. All callers updated.
545 (open_dwop_file): Renamed from open_dwo_file. All callers updated.
546 (open_and_init_dwo_file): Renamed from init_dwo_file.
547 All callers updated.
548 (lookup_dwo_file): Delete.
549 (dwarf2_locate_dwp_sections): New function.
550 (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
551 (allocate_dwp_loaded_cutus_table): New function.
552 (open_and_init_dwp_file): New function.
553 (lookup_dwo_cutu): New function.
554 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
555
6f6484cd
YQ
5562012-11-03 Yao Qi <yao@codesourcery.com>
557
558 Fix PR gdb/14617.
559 * breakpoint.c (trace_pass_set_count): Call
560 observer_notify_breakpoint_modified instead of
561 observer_notify_tracepoint_modified.
562 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
563
b45627a0
TT
5642012-11-02 Tom Tromey <tromey@redhat.com>
565
566 * breakpoint.c (catch_syscall_completer): Pass 'word' as second
567 argument to complete_on_enum.
568
d4fb63e1
TT
5692012-11-02 Tom Tromey <tromey@redhat.com>
570
571 * configure: Rebuild.
572 * configure.ac (build_warnings): Add -Wempty-body.
573 * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
574 * remote.c (handle_notification): Use braces for empty 'else' body.
575 * s390-tdep.c (s390_analyze_prologue): Use braces for empty
576 'else' body.
577 * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
578 'else' body.
579 * solib-som.c (som_relocate_section_addresses): Use braces
580 for empty 'else' body.
581 * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
582 (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
583
f50f4e56
PA
5842012-11-02 Pedro Alves <palves@redhat.com>
585
586 PR gdb/14766
587
588 * infrun.c (handle_inferior_event)
589 <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
590 null_ptid before handling a vfork child exec or exit. Switch to
591 the event ptid afterwards.
592
f0559fff
YQ
5932012-11-02 Yao Qi <yao@codesourcery.com>
594
595 * std-operator.def: Remove OP_LABELED.
596 * eval.c: Remove the declaration of 'get_label'.
597 (get_label): Remove.
598 (evaluate_struct_tuple): Remove code handling OP_LABELED.
599 Update comment.
600 Remove local variable 'variantno' and related code.
601 Replace 'substruct_type' with 'struct_type'. Replace 'subfieldno'
602 with 'fieldno'.
603 * expprint.c (print_subexp_standard): Likewise.
604 (dump_subexp_body_standard): Likewise.
605 * parse.c (operator_length_standard): Likewise.
606
e5496e3e
PM
6072012-11-01 Pierre Muller <muller@ics.u-strasbg.fr>
608
609 Incorporate ARI web page generator into GDB sources.
610 * contrib/ari/create-web-ari-in-src.sh: New file.
611 * contrib/ari/gdb_ari.sh: New file.
612 * contrib/ari/gdb_find.sh: New file.
613 * contrib/ari/update-web-ari.sh: New file.
614
c66fb220
TT
6152012-10-31 Tom Tromey <tromey@redhat.com>
616
617 * gdbarch.c: Rebuild.
618 * gdbarch.sh: Remove references to gdbarch_swap.
619 * corelow.c (core_open): Remove obsolete comment.
620
2f27adfe
AB
6212012-10-31 Andrew Burgess <aburgess@broadcom.com>
622
623 PR cli/14772
624 * c-typeprint.c (c_print_type): Don't print a space for vector
625 types, this is handled within the suffix.
626 (c_type_print_varspec_suffix): Add a space to vector suffix.
627
144db827
PA
6282012-10-26 Pedro Alves <palves@redhat.com>
629
630 * amd64-tdep.c (amd64_relocate_instruction): Use
631 store_unsigned_integer instead of memcpy.
632 * i386-tdep.c (i386_relocate_instruction): Ditto.
633
940c3c06
PA
6342012-10-26 Pedro Alves <palves@redhat.com>
635
636 * infrun.c (handle_inferior_event): Merge handling of
637 TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
638 switch case.
639
47b19065
PA
6402012-10-26 Pedro Alves <palves@redhat.com>
641
642 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
643 Remove comment.
644
87d2d2a4
PA
6452012-10-26 Pedro Alves <palves@redhat.com>
646
647 * target.c (target_waitstatus_to_string): Handle
648 TARGET_WAITKIND_VFORK_DONE.
649
fed708ed
PA
6502012-10-26 Pedro Alves <palves@redhat.com>
651
652 * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
653 as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
654
2590b645
JB
6552012-10-24 Tristan Gingold <gingold@adacore.com>
656
657 * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
658 Add comments.
659
bed0c243
JB
6602012-10-24 Joel Brobecker <brobecker@adacore.com>
661
662 * ravenscar-thread.c (ravenscar_wait): Only update the list
663 of threads and inferior_ptid if the inferior is still alive.
664
f69c91ad
JB
6652012-10-24 Joel Brobecker <brobecker@adacore.com>
666
667 * ada-lang.c (is_known_support_routine): Use lbasename when
668 matching the symtab's filename against
669 known_runtime_file_name_patterns.
670
d99dcf51
JB
6712012-10-24 Joel Brobecker <brobecker@adacore.com>
672
673 * ada-lang.c (ada_same_array_size_p): New function.
674 (ada_promote_array_of_integrals): New function.
675 (coerce_for_assign): Add handling of arrays where the elements
676 are integrals of a smaller size than the size of the target
677 array element type.
678
32560274
JB
6792012-10-24 Joel Brobecker <brobecker@adacore.com>
680
681 * doublest.c (convert_doublest_to_floatformat): Fix comparison
682 against maximum exponent value.
683
5a04cc98
JB
6842012-10-24 Joel Brobecker <brobecker@adacore.com>
685
686 * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
687 "unwind-seh.c".
688
5ded5331
JB
6892012-10-24 Joel Brobecker <brobecker@adacore.com>
690
691 * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
692 strip typedef layer when computing the fixed type's field type,
693 only when computing its size.
694
2445fd7b
MK
6952012-10-24 Mark Kettenis <kettenis@gnu.org>
696
697 PR gdb/12783
698 * i386-tdep.c (i386_return_value): Handle complex double and long
699 double.
700
8f205f9c
JB
7012012-10-24 Joel Brobecker <brobecker@adacore.com>
702
703 * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
704 New local variable args_len.
705 Quote the name of the executable when computing the command line.
706
7f7930dd
MK
7072012-10-23 Mark Kettenis <kettenis@gnu.org>
708
709 PR gdb/12796
710 PR gdb/12798
711 PR gdb/12800
712 * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
713 AMD64_FTAG_REGNUM.
714 * amd64-tdep.c (amd64_classify): Classify complex types.
715 (amd64_return_value): Handle the COMPLEX_X87 class.
716
38a69d0a
JB
7172012-10-23 Joel Brobecker <brobecker@adacore.com>
718
719 * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
720 (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
721
83ab93c6
JB
7222012-10-23 Joel Brobecker <brobecker@adacore.com>
723
724 * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
725 function.
726 (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
727 to amd64_windows_auto_wide_charset.
728
f6fbab7d
YQ
7292012-10-23 Yao Qi <yao@codesourcery.com>
730
731 * event-top.c (mark_async_signal_handler_wrapper): Remove.
732 * event-top.h: Remove its declaration.
733 (async_request_quit): Call mark_async_signal_handler instead of
734 mark_async_signal_handler_wrapper.
735 (async_do_nothing, async_disconnect): Likewise.
736 (async_stop_sig): Likewise.
737 * remote.c (handle_remote_sigint): Likewise.
738 (handle_remote_sigint_twice): Likewise.
739
05fa9251
YQ
7402012-10-23 Yao Qi <yao@codesourcery.com>
741
742 * event-top.c (sigint_token, sighup_token): Replace 'void *'
743 with 'static struct async_signal_handler *'.
744 (sighup_token, sigquit_token, sigstp_token): Likewise.
745
08af7a40
AA
7462012-10-22 Ali Anwar <ali_anwar@codesourcery.com>
747
748 * gdbarch.sh (function_list): Use 'pstring' when printing
749 a variable which could return NULL.
750 * gdbarch.c: Regenerate.
751
beb4b03c
JB
7522012-10-10 Joel Brobecker <brobecker@adacore.com>
753 Tom Tromey <tromey@redhat.com>
754
755 * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
756 inneffective if condition by gdb assertion. Add function
757 description comment.
758
a5b12627
JB
7592012-10-19 Joel Brobecker <brobecker@adacore.com>
760
761 * parser-defs.h (struct exp_descriptor): Document constraint
762 on return value for "op_name" callbacks.
763
0b0865da
TT
7642012-10-18 Tom Tromey <tromey@redhat.com>
765
766 * tracepoint.c (print_one_static_tracepoint_marker): Constify.
767 * symtab.c (iterate_over_some_symtabs): Constify.
768 * source.h (symtab_to_fullname): Return 'const char *'.
769 * source.c (symtab_to_fullname): Return 'const char *'.
770 * python/py-symtab.c (stpy_fullname): Constify.
771 * cli/cli-cmds.c (edit_command): Constify.
772 * breakpoint.c (print_breakpoint_location)
773 (update_static_tracepoint): Constify.
774
94b0e70d
TT
7752012-10-18 Tom Tromey <tromey@redhat.com>
776
777 * breakpoint.c (compare_breakpoints): Fix comparison.
778
fff10684
TT
7792012-10-18 Tom Tromey <tromey@redhat.com>
780
781 * valprint.c (generic_emit_char, generic_printstr): Pass size of
782 gdb_wchar_t to convert_between_encodings.
783
8de0566d
YQ
7842012-10-17 Yao Qi <yao@codesourcery.com>
785
786 * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
787 more parameter 'inferior'.
788 * corefile.c (write_memory_with_notification): Caller update.
789
790 * mi/mi-cmd-var.c: Include "mi-main.h".
791 (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
792 to 1 and restore it later.
793 * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
794 and "data-write-memory-bytes.
795 * mi/mi-interp.c: Include objfiles.h.
796 (mi_interpreter_init): Call observer_attach_memory_changed.
797 (mi_memory_changed): New.
798 * mi/mi-main.h (struct mi_suppress_notification) <memory>:
799 New field.
800
801 * NEWS: Mention new MI notification "memory-changed".
802
6235cdd1
JK
8032012-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
806
07540c15
DE
8072012-10-15 Doug Evans <dje@google.com>
808
809 New option -nh: inhibit loading of ~/.gdbinit.
810 * NEWS: Mention -nh.
811 * main.c (captured_main): Recognize and process -nh.
812 (print_gdb_help): Mention -nh.
813 * gdb.1: Mention -nh. Remove erroneous docs on -nx behavior.
814
eab09350
L
8152012-10-15 H.J. Lu <hongjiu.lu@intel.com>
816
817 PR backtrace/14646
818 PR gdb/14647
819 * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
820 pc_regnum_from_eax.
821 * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
822 nor pc_regnum_from_eax.
823 * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
824 nor pc_regnum_from_eax.
825
9e3a7d65
JK
8262012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
827
828 Fix entry values resolving in inlined frames.
829 * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
830 gdbarch and caller_frame initialization later. Skip INLINE_FRAME
831 entries of FRAME.
832
c83393b9
JB
8332012-10-15 Joel Brobecker <brobecker@adacore.com>
834
835 * configure.ac: Build with -DMS_WIN64 if building with Python
836 enabled using GCC on amd64-windows.
837 * configure: Regenerate.
838
801e4185
TT
8392012-10-15 Tom Tromey <tromey@redhat.com>
840
841 PR python/14635:
842 * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
843 to Py_None.
844
74f910c8
TT
8452012-10-15 Tom Tromey <tromey@redhat.com>
846
847 PR python/14634:
848 * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
849
2a7c8fd5
AB
8502012-10-11 Andrew Burgess <aburgess@broadcom.com>
851
852 * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
853 reset thread numbering back to 1.
854
7c09e5a0
DE
8552012-10-11 Doug Evans <dje@google.com>
856
857 PR breakpoints/14643.
858 * linespec.c (struct ls_parser): New member keyword_ok.
859 (linespec_lexer_lex_string): Add comment.
860 (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
861 for one.
862 (parse_linespec): Set keyword_ok.
863
a1855c1d
DE
8642012-10-10 Doug Evans <dje@google.com>
865
844226d6
DE
866 * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
867 "0x" prefix on address in log message.
868
a1855c1d
DE
869 * dwarf2read.c (read_1_byte): Add const to buf parameter.
870 (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
871 (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
872 (lookup_dwo_file): Add const to dwo_name parameter.
873 (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
874
2e24f4aa
JK
8752012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 Fix crash during stepping on ppc32.
878 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
879 SYM.
880
aa14df25
DE
8812012-10-03 Doug Evans <dje@google.com>
882
883 PR symtab/14601
884 * buildsym.c (buildsym_init): Reset using_directives to NULL.
885
3d468296
AB
8862012-10-02 Andrew Burgess <aburgess@broadcom.com>
887
888 * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
889 output and use uint32_t not long to ensure 4 byte size.
890
8f0ee2eb
JB
8912012-10-02 Joel Brobecker <brobecker@adacore.com>
892
893 * rs6000-nat.c (add_vmap): Set "last" to "next" after having
894 unref'ed it.
895
b3dc46ff
AB
8962012-10-01 Andrew Burgess <aburgess@broadcom.com>
897
898 * target.c (simple_search_memory): Include access length in
899 warning message.
900
f712f01f
EBM
9012012-09-28 Nathan Miller <nathanm2@us.ibm.com>
902 Edjunior Machado <emachado@linux.vnet.ibm.com>
903
904 PR gdb/13989
905 * solib.c (solib_find): Prevent GDB from loading native libraries when
906 debugging a cross-target corefile.
907
39181896
PA
9082012-09-28 selven <pcthegreat@gmail.com>
909
910 Make definition match declaration.
911
912 * regcache.c (regcache_register_status): Change return type to
913 enum register_status.
914
4c2786ba
YQ
9152012-09-28 Yao Qi <yao@codesourcery.com>
916
917 * mi/mi-main.c (mi_cmd_data_write_memory): Call
918 write_memory_with_notification instead of write_memory.
919 (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
920 instead of target_write_memory.
921
1ae0c35e
YQ
9222012-09-28 Yao Qi <yao@codesourcery.com>
923
924 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
925 when the length of content is not an even number.
926
7977e5d2
TT
9272012-09-27 Tom Tromey <tromey@redhat.com>
928
929 Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
930 * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
931
807160da
JB
9322012-09-27 Joel Brobecker <brobecker@adacore.com>
933
934 * sol-thread.c (sol_thread_fetch_registers)
935 (sol_thread_store_registers): Delete commented out code.
936
43c75337
JB
9372012-09-27 Joel Brobecker <brobecker@adacore.com>
938
939 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
940 Move these functions to sparc-sol-thread.c.
941 * sparc-sol-thread.c: New file.
942 * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
943 sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
944 configurations.
945 * configure: Regenerate.
946
d292a972
JB
9472012-09-27 Joel Brobecker <brobecker@adacore.com>
948
949 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
950 Remove commented-out code.
951
8c3da003
JB
9522012-09-27 Joel Brobecker <brobecker@adacore.com>
953
954 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
955 Enable this code for sparc hosts only.
956
f00482b6
JB
9572012-09-27 Joel Brobecker <brobecker@adacore.com>
958
959 * procfs.h (procfs_find_LDT_entry): Add declaration.
960 * sol-thread.c (ps_lgetLDT): Delete local declaration of
961 function procfs_find_LDT_entry.
962
337c776f
JB
9632012-09-27 Joel Brobecker <brobecker@adacore.com>
964
965 * procfs.c (proc_get_LDT_entry): Make static.
966
1a04d88f
JB
9672012-09-27 Joel Brobecker <brobecker@adacore.com>
968
969 * procfs.c (proc_find_memory_regions): Fix declaration.
970
bad43aa5
SP
9712012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
972
973 * amd64-tdep.c (amd64_return_value): Revert previous change
974 that used TYPE_LENGTH directly.
975 * bfin-tdep.c (bfin_extract_return_value): Likewise.
976 (bfin_store_return_value): Likewise.
977 * cris-tdep.c (cris_store_return_value): Likewise.
978 (cris_extract_return_value): Likewise.
979 * h8300-tdep.c (h8300_extract_return_value): Likewise.
980 * hppa-tdep.c (hppa64_return_value): Likewise.
981 * lm32-tdep.c (lm32_store_return_value): Likewise.
982 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
983 * spu-tdep.c (spu_value_from_register): Likewise.
984 * vax-tdep.c (vax_return_value): Likewise.
985
63375b74
SP
9862012-09-27 Siddhesh Poyarekar <siddhesh@redhat.com>
987
988 * gdbtypes.c (lookup_array_range_type): Expand parameters
989 LOW_BOUND and HIGH_BOUND to LONGEST.
990 (lookup_string_range_type): Likewise.
991 * gdbtypes.h (lookup_array_range_type): Likewise.
992 (lookup_string_range_type): Likewise.
993 * valops.c (value_cstring): Expand parameter LEN to ssize_t.
994 Expand HIGHBOUND to ssize_t.
995 (value_string): Likewise.
996 * value.h (value_cstring): Expand parameter LEN to ssize_t.
997 (value_string): Likewise.
998
19ca11c5
YQ
9992012-09-27 Yao Qi <yao@codesourcery.com>
1000
1001 PR breakpoints/13898
1002 * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1003 * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1004 per breakpoint type.
1005
92107356
PM
10062012-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
1007
1008 * procfs.c: Add gdb_bfd header.
1009 * rs6000-nat.c: Likewise.
1010 * solib-pa64.c: Likewise.
1011 * spu-linux-nat.c: Likewise.
1012 * windows-nat.c: Likewise.
1013
9742094a
TT
10142012-09-26 Tom Tromey <tromey@redhat.com>
1015
1016 * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1017
0971de02
TT
10182012-09-26 Tom Tromey <tromey@redhat.com>
1019
1020 * dwarf2read.c (mark_common_block_symbol_computed): New function.
1021 (read_common_block): Handle child DIEs with
1022 DW_AT_data_member_location.
1023 (new_symbol_full): Add special case for common blocks.
1024
4357ac6c
TT
10252012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1026 Tom Tromey <tromey@redhat.com>
1027
1028 * dwarf2read.c (read_common_block): Rewrite.
1029 (new_symbol_full): Handle DW_TAG_common_block.
1030 * f-lang.c (head_common_list, find_common_for_function):
1031 Remove.
1032 * f-lang.h (struct common_entry, struct saved_f77_common,
1033 SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1034 COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1035 BLANK_COMMON_NAME_LOCAL): Remove.
1036 (struct common_block): New.
1037 * f-valprint.c (list_all_visible_commons): Remove.
1038 (info_common_command_for_block): New function.
1039 (info_common_command): Use it.
1040 * stack.c (iterate_over_block_locals): Special case for
1041 COMMON_BLOCK_DOMAIN.
1042 * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1043 constant.
1044 (struct general_symbol_info) <value.common_block>: New field.
1045 (SYMBOL_VALUE_COMMON_BLOCK): New define.
1046
965f07a8
TT
10472012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1048 Tom Tromey <tromey@redhat.com>
1049
1050 * f-lang.c (allocate_saved_bf_node,
1051 allocate_saved_function_node, allocate_saved_f77_common_node,
1052 allocate_common_entry_node, tail_common_list, current_common,
1053 saved_bf_list, saved_bf_list_end, current_head_bf_list,
1054 tmp_bf_ptr, add_common_block, add_common_entry,
1055 find_first_common_named, patch_common_entries,
1056 patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1057 global_remote_debug, get_bf_for_fcn, saved_function_list,
1058 saved_function_list_end, clear_function_list, struct saved_fcn,
1059 struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1060 SAVED_BF, SAVED_BF_PTR): Remove.
1061 * f-lang.h (tail_common_list, current_common,
1062 UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1063 BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1064 DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1065 real_main_c_value): Remove.
1066 * f-valprint.c (there_is_a_visible_common_named): Remove.
1067
6f380991
AB
10682012-09-26 Andrew Burgess <aburgess@broadcom.com>
1069
1070 * breakpoint.c (update_global_location_list): Ignore previous
1071 duplicate status of a breakpoint when starting a new scan for
1072 duplicate breakpoints.
1073
9ead7ae4 10742012-09-26 Karthik Bhat <kv.bhat@samsung.com>
8b3d5494 1075 PR breakpoints/14419
2536b51c
YQ
1076 * arm-tdep.c (arm_skip_prologue): Extending producer check to
1077 support LLVM compiler.
9ead7ae4 1078
8f8a23a2
SP
10792012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1080
1081 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1082 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1083 (bfin_store_return_value): Likewise.
1084 * cris-tdep.c (cris_store_return_value): Likewise.
1085 (cris_extract_return_value): Likewise.
1086 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1087 * hppa-tdep.c (hppa64_return_value): Likewise.
1088 * lm32-tdep.c (lm32_store_return_value): Likewise.
1089 * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1090 * spu-tdep.c (spu_value_from_register): Likewise.
1091 * vax-tdep.c (vax_return_value): Likewise.
1092
d7019589
SP
10932012-09-26 Siddhesh Poyarekar <siddhesh@redhat.com>
1094
1095 * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1096 parameter LEN to ssize_t.
1097
744a8059
SP
10982012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1099
1100 * ada-valprint.c (ada_val_print_1): Eliminate single-use
1101 variable LEN.
1102 * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1103 directly.
1104 (alpha_store_return_value): Likewise.
1105 * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1106 (amd64_push_arguments): Likewise.
1107 * ax-gdb.c (gen_trace_static_fields): Likewise.
1108 (gen_traced_pop): Likewise.
1109 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1110 * breakpoint.c (update_watchpoint): Likewise.
1111 * findcmd.c (parse_find_args): Use local variable for type
1112 instead of length.
1113 * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1114 * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1115 (h8300_store_return_value): Likewise.
1116 * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1117 Use i386_darwin_arg_type_alignment directly.
1118 * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1119 * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1120 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1121 (m68hc11_extract_return_value): Likewise.
1122 * mep-tdep.c (mep_push_dummy_call): Likewise.
1123 * printcmd.c (float_type_from_length): Likewise.
1124 * s390-tdep.c (s390_value_from_register): Likewise.
1125 * stack.c (read_frame_arg): Likewise.
1126 * tracepoint.c (encode_actions_1): Likewise.
1127 * valops.c (value_fetch_lazy): Use local variable for type
1128 instead of length. Use TYPE_LENGTH directly.
1129 * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1130
a4b411d6
JB
11312012-09-25 Joel Brobecker <brobecker@adacore.com>
1132
1133 * symtab.c (skip_prologue_sal): Fix typo in comment.
1134
11dba07a
JB
11352012-09-25 Joel Brobecker <brobecker@adacore.com>
1136
1137 * linespec.c (create_sals_line_offset): Fix typo in comment.
1138
318102b9
SP
11392012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1140
1141 * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1142 use plongest to print the array size.
1143
b4aa388a
SP
11442012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1145
1146 * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1147 * p-valprint.c (pascal_type_print_base): Likewise.
1148
84cebc4a
YQ
11492012-09-22 Yao Qi <yao@codesourcery.com>
1150
1151 * remote.c (remote_get_trace_status): Remove setting default
1152 values of fields of 'ts'.
1153
04e7407c
JK
11542012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 Fix internal error on canonicalization of clang types.
1157 * cp-name-parser.y (operator): New comment at make_operator call for
1158 new, delete, new[] and delete[].
1159 (exp): Use "sizeof ". Add new comment at make_operator call.
1160
9bf4bce9
JK
11612012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 Fix disassemble without parameters in tailcall frame.
1164 * cli/cli-cmds.c (disassemble_current_function): Use
1165 get_frame_address_in_block.
1166
1c5b7826
TT
11672012-09-21 Tom Tromey <tromey@redhat.com>
1168
1169 * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1170 TYPE_CODE_UNION>: Unify, removing a goto.
1171
62a49610
TT
11722012-09-21 Tom Tromey <tromey@redhat.com>
1173
1174 * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1175
2603f7ee
AB
11762012-09-21 Andrew Burgess <aburgess@broadcom.com>
1177
1178 * findvar.c (read_frame_register_value): Mark the result value as
1179 optimized out if any of the input registers have been optimized out.
1180
810849a3
AS
11812012-09-21 Andreas Schwab <schwab@linux-m68k.org>
1182
1183 * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1184
0953dec1
SP
11852012-09-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1186
1187 * eval.c (evaluate_subexp_standard): Eliminate single-use
1188 variable LOWER.
1189
82a90ccf
YQ
11902012-09-21 Yao Qi <yao@codesourcery.com>
1191
1192 * mi/mi-interp.c: Declare mi_record_changed.
1193 (mi_interpreter_init): Call observer_attach_record_changed.
1194 (mi_record_changed): New.
1195 * record.c (record_open): Call observer_notify_record_changed.
1196 (cmd_record_stop): Call observer_notify_record_changed.
1197 * NEWS: Mention it.
1198
d7de8e3c
TT
11992012-09-20 Tom Tromey <tromey@redhat.com>
1200
1201 * NEWS: Update.
1202 * python/python.c (finalize_python): New function.
1203 (_initialize_python): Make a final cleanup.
1204
43c7c83d
DE
12052012-09-19 Doug Evans <dje@google.com>
1206
1207 * buildsym.h (param_symbols): Delete, unused.
1208 (context_stack): Delete member "params", unused.
1209 * buildsym.c (push_context): Update.
1210 * dwarf2read.c (read_func_scope): Update.
1211
aa9259cc
TS
12122012-09-19 Thomas Schwinge <thomas@codesourcery.com>
1213
a6521d9a
TS
1214 * sh-tdep.c (sh_register_convert_to_virtual)
1215 (sh_register_convert_to_raw): Add a gdbarch parameter. Update
1216 all callers. Just do a memcpy if not the little-endian case.
1217
f92589cb
TS
1218 * h8300-tdep.c (h8300_gdbarch_init): Invoke
1219 set_gdbarch_double_format and set_gdbarch_long_double_format.
1220 * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1221 set_gdbarch_double_format.
1222 * sh-tdep.c (sh_gdbarch_init): Likewise.
1223
aa9259cc
TS
1224 * NEWS: Document the removal of SH's 'regs' command.
1225 * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1226 command.
1227
c1d780c2
SDJ
12282012-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
1229
1230 * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1231 `jump'.
1232
4ae24af0
JB
12332012-09-18 Joel Brobecker <brobecker@adacore.com>
1234
1235 * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1236 language when iterating over symbols.
1237
bb25a15c
YQ
12382012-09-18 Yao Qi <yao@codesourcery.com>
1239
1240 * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1241 (mi_interpreter_init): Call observer_attach_tsv_created and
1242 observer_attach_tsv_deleted.
1243 (mi_tsv_created, mi_tsv_deleted): New.
1244 * tracepoint.c (delete_trace_state_variable): Call
1245 observer_notify_tsv_deleted.
1246 (trace_variable_command): Call observer_notify_tsv_created.
1247 (delete_trace_variable_command): Call
1248 observer_notify_tsv_deleted.
1249 (create_tsv_from_upload): Call observer_notify_tsv_created.
1250 * NEWS: Mention it.
1251
201b4506
YQ
12522012-09-18 Yao Qi <yao@codesourcery.com>
1253
1254 * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1255 if traceframe changed.
1256 * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1257 "trace-find".
1258 * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1259 (mi_interpreter_init): Hook mi_traceframe_changed to observer
1260 'traceframe_changed'.
1261 (mi_traceframe_changed): New.
1262 * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1263 New field.
1264 * NEWS: Mention the new MI notification.
1265
eaeb12db
MW
12662012-09-17 Mike Wrighton <wrighton@codesourcery.com>
1267
1268 * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1269
6e3c039e
JK
12702012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1271
1272 * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1273 (linux_ptrace_test_ret_to_nx): Extend comment for x86_64. Change
1274 __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1275 Extend code also for PaX support. Convert all gdb_assert to warning
1276 calls.
1277
9a950c7c
JK
12782012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1279
1280 Implement auto-load user conveniences suggested by Doug Evans.
1281 * auto-load.c: Include top.h.
1282 (file_is_auto_load_safe): New variable advice_printed. Print advice.
1283 (_initialize_auto_load): New variable scripts_directory_help. Mention
1284 GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1285 scripts-directory. Document in online help one can use also files for
1286 set auto-load safe-path.
1287 * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1288 * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1289
deec9a9d
SP
12902012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1291
1292 * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1293 of LEN.
1294
354ecfd5
SP
12952012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1296
1297 * m2-valprint.c (m2_print_array_contents): Eliminate variable
1298 ELTLEN and use TYPE_LENGTH directly.
1299 (m2_val_print): Likewise.
1300 * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1301 variable LEN and use TYPE_LENGTH directly.
1302 (m68k_svr4_store_return_value): Likewise.
1303 * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1304 ARGLEN and use TYPE_LENGTH directly.
1305 (mips_o64_push_dummy_call): Likewise.
1306 * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1307 variable LENGTH and use TYPE_LENGTH directly.
1308 (s390_function_arg_float): Likewise.
1309 (s390_function_arg_integer): Likewise.
1310 (s390_push_dummy_call): Likewise.
1311 (s390_return_value_convention): Likewise.
1312 * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1313 TYPE_LENGTH directly.
1314
6fc1c773
YQ
13152012-09-17 Yao Qi <yao@codesourcery.com>
1316
1317 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1318 Update comment to add_setshow_integer_cmd.
1319 * cli/cli-setshow.c (do_set_command): Handle case
1320 'var_zuinteger_unlimited'.
1321 (do_show_command): Likewise.
1322 * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1323 for command 'remotetimeout'.
1324 * command.h (enum var_types): New zuinteger_unlimited. Update comment
1325 to var_integer.
1326 * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1327 for command 'set listsize'.
1328
6acef6cd
SP
13292012-09-17 Siddhesh Poyarekar <siddhesh@redhat.com>
1330
1331 * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1332 variable LEN.
1333
1ab3b62c
JK
13342012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1335
1336 PR 14119
1337 * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1338 (frame_pop): Drop also TAILCALL_FRAME frames.
1339 * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1340
acf9414f
JK
13412012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1342 Pedro Alves <palves@redhat.com>
1343
1344 PR 14548
1345 * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1346 function start if we are already at function start. Both for
1347 reverse-next and for reverse-step into function without line number
1348 info.
1349
193facb3
JK
13502012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1351
1352 Code cleanup - rename 'inline' depth to 'artificial' depth.
1353 * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1354 frame_id_artificial_p, extend the comment.
1355 * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1356 * frame.c (fprint_frame_id): Rename at a user, change debug output
1357 text to "artificial=".
1358 (skip_inlined_frames): Rename to ...
1359 (skip_artificial_frames): ... here. Extend the comment.
1360 (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1361 (frame_id_inlined_p): Rename to ...
1362 (frame_id_artificial_p): ... here. Rename at a user.
1363 (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1364 (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1365 at a user.
1366 * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1367 Extend the comment.
1368 (frame_id_inlined_p): Rename to ...
1369 (frame_id_artificial_p): ... here.
1370 * inline-frame.c (inline_frame_this_id): Rename at a user.
1371
42056501
AB
13722012-09-14 Andrew Burgess <aburgess@broadcom.com>
1373
1374 * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1375 vector variables using vector_size syntax rather than array
1376 syntax.
1377
84c47588
SP
13782012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1379
1380 * valarith.c (value_concat): Replace unsafe ALLOCA with
1381 XMALLOC/XFREE.
1382
f4045bcb
PA
13832012-09-14 Pedro Alves <palves@redhat.com>
1384
1385 * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1386
63b46266
YPK
13872012-09-14 Khoo Yit Phang <khooyp@cs.umd.edu>
1388
1389 Point contrib/cc-with-tweaks.sh to the build-local data-directory.
1390 * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
1391 data-directory as appropriate.
1392
ddd7a8e7
SP
13932012-09-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1394
1395 * printcmd.c (ui_printf): Eliminate single-use variable
1396 PARAM_LEN.
1397
d649a38e
YQ
13982012-09-14 Yao Qi <yao@codesourcery.com>
1399 Pedro Alves <palves@redhat.com>
1400
1401 * valops.c (value_assign): Move observer_notify_target_changed
1402 below to replace reinit_frame_cache.
1403
b9516fa1
YPK
14042012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1405
1406 Refactor Python "gdb" module into a proper Python package, by
1407 introducing a new "_gdb" module for code implemented in C, and
1408 using reload/__import__ instead of exec.
1409 * python/lib/gdb/__init__.py: Import * from _gdb.
1410 (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
1411 prompt_hook, sys.argv): Moved from finish_python_initialization.
1412 (pretty_printers, PYTHONDIR): Moved from _initialize_python.
1413 (packages, auto_load_packages): New list and function replacing
1414 module_dict and auto-loading code, using __file__ instead of
1415 gdb.PYTHONDIR and reload/__import__ instead of exec.
1416 (GdbSetPythonDirectory): Replacing function of the same name
1417 from finish_python_initialization, using reload/__import__ instead
1418 of exec, as well as call auto_load_packages.
1419 * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
1420 gdb_python_module and not gdb_module.
1421 * python/python-internal.h (gdb_python_module): Declare.
1422 * python/python.c (gdb_python_module): New global.
1423 (before_prompt_hook): Check gdb_python_module and not gdb_module.
1424 (_initialize_python): Rename gdb module to _gdb.
1425 Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
1426 (finish_python_initialization): Move Python code to
1427 lib/gdb/__init__.py; instead, set up sys.path and import gdb into
1428 __main__.
1429
aa0fbdd8
PA
14302012-09-13 Pedro Alves <palves@redhat.com>
1431
1432 * Makefile.in (COMMON_OBS): Add registry.o.
1433 * registry.c: New file.
1434 * registry.h (struct registry_container): Declare.
1435 (registry_data_callback): New typedef.
1436 (struct registry_data, struct registry_data_registration, struct
1437 registry_data_registry): New type.
1438 (register_data_with_cleanup, registry_alloc_data)
1439 (registry_callback_adaptor, registry_clear_data)
1440 (registry_container_free_data, registry_set_data, registry_data):
1441 Declare.
1442 (DEFINE_REGISTRY): Refactor structures and functions as shims over
1443 the new common structures and functions.
1444 (DECLARE_REGISTRY): Declare struct TAG ## _data. Use the tagged
1445 callback typedefs.
1446
42b5c53d
MW
14472012-09-12 Mike Wrighton <wrighton@codesourcery.com>
1448
1449 * remote.c (remote_insert_hw_breakpoint): Throw exception if
1450 there is an error inserting hardware breakpoints and use the
1451 error message from the target.
1452
1453 * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
1454 Catch this exception and print the error message contained within. Do not
1455 print the default hardware error breakpoint message in this case.
1456
a1b64ce1
DE
14572012-09-12 Doug Evans <dje@google.com>
1458
1459 * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
1460 cu == NULL.
1461
83a788b8
DE
14622012-09-11 Doug Evans <dje@google.com>
1463
1464 * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
1465 .gdb_index symbol attributes if there are none.
1466
d9eaeb59
JB
14672012-09-11 Joel Brobecker <brobecker@adacore.com>
1468
1469 * symtab.h (struct minimal_symbol) [has_size]: New field.
1470 (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
1471 (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
1472 * printcmd.c (build_address_symbolic): Only filter out zero-sized
1473 minimal symbols if the symbol's size is actually known.
1474 * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
1475 of msymbol's size field. Add comment.
1476 * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
1477 SET_MSYMBOL_SIZE to set the minimal symbol size.
1478
a83e9154
JB
14792012-09-11 Joel Brobecker <brobecker@adacore.com>
1480
1481 * minsyms.c (install_minimal_symbols): Use memset to fill entire
1482 minimal_symbol struct object, rather than setting some of its
1483 fields one by one.
1484
350b1b26
AB
14852012-09-11 Andrew Burgess <aburgess@broadcom.com>
1486
1487 * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
1488 passed_a_ptr flag when displaying typedef types.
1489
2fa15f23
JB
14902012-09-10 Joel Brobecker <brobecker@adacore.com>
1491
1492 * ada-lang.c (coerce_unspec_val_to_type): Make sure that
1493 the optimized_out flag is preserved.
1494
5152ff90
AG
14952012-09-10 Anthony Green <green@moxielogic.com>
1496
1497 * moxie-tdep.c (moxie_analyze_prologue): Update for function
1498 prologue changes in GCC.
1499
5b4f6e25
KS
15002012-09-10 Keith Seitz <keiths@redhat.com>
1501
1502 PR gdb/13483
1503 * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
1504 (BOOL_CONVERSION_BADNESS): ... this.
1505 * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
1506 (rank_one_type): Allow all boolean conversions
1507 permitted by the standard.
1508
f1070426
TT
15092012-09-06 Tom Tromey <tromey@redhat.com>
1510
1511 * python/py-newobjfileevent.c (create_new_objfile_event_object):
1512 Don't decref py_objfile.
1513
a8db4212
YPK
15142012-09-02 Khoo Yit Phang <khooyp@cs.umd.edu>
1515
1516 Do not enable -lmcheck by default when Python is enabled with
1517 threading support.
1518 * configure.ac: (python_has_threads) New variable, by testing
1519 if WITH_THREAD is defined in Python.h.
1520 Move --enable-lmcheck after --with-python.
1521 Do not enable -lmcheck by default if python_has_threads=yes.
1522 Warn if --enable-lmcheck and python_has_threads=yes.
1523 * configure: Regenerate.
1524
648beb2b
YQ
15252012-08-31 Yao Qi <yao@codesourcery.com>
1526
1527 * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
1528 DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
1529 Update some commands.
1530 * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
1531 * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
1532 to 1.
1533
ef07a9f7
YQ
15342012-08-31 Yao Qi <yao@codesourcery.com>
1535
1536 * mi/mi-cmds.c (mi_cmds): Add 'static'.
1537
fda395cf
YPK
15382012-08-30 Khoo Yit Phang <khooyp@cs.umd.edu>
1539
1540 * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
1541
8efd8e78
DE
15422012-08-29 Doug Evans <dje@google.com>
1543
1544 * main.c (print_gdb_help): Remove reference to
1545 --use-deprecated-index-sections.
1546
883b9c6c
YQ
15472012-08-28 Yao Qi <yao@codesourcery.com>
1548
1549 * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
1550 (init_cmds): Call add_setshow_uinteger_cmd for command
1551 'max-user-call-depth'.
1552 * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
1553 declaration of 'max_user_call_depth'.
1554 * frame.c (backtrace_limit): Add 'unsigned'.
1555 (_initialize_frame): Call add_setshow_uinteger_cmd for command
1556 'limit'.
1557 * remote.c (remoteaddresssize): Add 'unsigned'.
1558 (remote_address_masked): Change local var 'address_size' to
1559 'unsigned'.
1560 (_initialize_remote): Call add_setshow_uinteger_cmd for
1561 'remoteaddresssize'.
1562 * top.c (history_size): Add 'unsigned'.
1563 (show_commands): Change local variables to 'unsigned'.
1564 (set_history_size_command): Don't check history_size is negative.
1565 Adjust the condition to call unstifle_history and set history_size
1566 to UNIT_MAX.
1567
1292279a
PA
15682012-08-28 Pedro Alves <palves@redhat.com>
1569
1570 PR gdb/14428
1571
1572 * infcmd.c (default_print_one_register_info): New, factored out
1573 from default_print_registers_info.
1574 (default_print_registers_info): Use it. Mark value unavailable if
1575 necessary.
1576 (registers_info): Print user registers with
1577 default_print_one_register_info.
1578
f629cd75
L
15792010-08-27 H.J. Lu <hongjiu.lu@intel.com>
1580
1581 PR tui/14486
1582 * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
1583 is not NULL before referencing it.
1584
1c8cdcb1
JK
15852012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1586
1587 * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
1588 variable pc. Call find_pc_line instead of find_pc_overlay, restore
1589 original PC for it.
1590
e9687799
JK
15912012-08-27 Eli Zaretskii <eliz@gnu.org>
1592 Jan Kratochvil <jan.kratochvil@redhat.com>
1593
1594 * auto-load.c (auto_load_objfile_script): Rename to ...
1595 (auto_load_objfile_script_1): ... here, change variable realname to
1596 parameter realname, document it, add return value, add variable retval.
1597 (auto_load_objfile_script): New function.
1598
7afa1642
JK
15992012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
1602 followed by a whitespace.
1603
dc7650b8
JK
16042012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1605
28e66c70 1606 PR gdb/14494.
dc7650b8
JK
1607 * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
1608 Move the SEC_HAS_CONTENTS check here - for any NAMES use.
1609 (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
1610 here.
1611
1591a1e8
PA
16122012-08-27 Wei-cheng Wang <cole945@gmail.com>
1613
1614 * memattr.c (create_mem_region): Fix memory region overlapping
1615 checking.
1616
ecfb0d68
SP
16172012-08-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1618
1619 * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
1620 with xmalloc/cleanup.
1621 * mt-tdep.c (mt_push_dummy_call): Likewise.
1622 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
1623 * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
1624
8c56c1b9
YQ
16252012-08-24 Yao Qi <yao@codesourcery.com>
1626
1627 * jv-exp.y (push_expression_name): Add "." at the end of error
1628 message.
1629
e3480f4a
YPK
16302012-08-23 Khoo Yit Phang <khooyp@cs.umd.edu>
1631
1632 Document how to return from "python-interactive" to GDB.
e3480f4a
YPK
1633 * python/python.c (_initialize_python): Update documentation.
1634
dfbd5e7b
PA
16352012-08-23 Pedro Alves <palves@redhat.com>
1636
1637 * infrun.c (_initialize_infrun) <handle command help text>:
1638 Mention that multiple signals are supported.
1639
2edda2ff
PA
16402012-08-23 Pedro Alves <palves@redhat.com>
1641
1642 * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
1643 string.
1644
8d735b87
YQ
16452012-08-23 Yao Qi <yao@codesourcery.com>
1646
1647 * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
1648 (tfind_1): Don't call registers_changed, set_traceframe_num,
1649 and clear_traceframe_info.
1650 Call set_current_traceframe.
1651 (set_current_traceframe): call set_traceframe_num.
1652
c5d9b215
SDJ
16532012-08-22 Sergio Durigan Junior <sergiodj@redhat.com>
1654
1655 * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
1656 `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
1657
037bbc8e
YPK
16582012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1659
1660 Enable readline in Python in a GDB-specific way and block the
1661 standard Python readline module to prevent conflicts with GDB.
1662 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
1663 (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
1664 (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
1665 * python/py-gdb-readline.c: New file.
1666 * python/python-internal.h (gdbpy_initialize_gdb_readline): New
1667 prototype.
1668 * python/python.c (_initialize_python): Call
1669 gdbpy_initialize_gdb_readline.
1670
406b1477
KS
16712012-08-22 Keith Seitz <keiths@redhat.com>
1672
1673 * defs.h: Include build-gnulib/config.h
1674
6ca1b147
JM
16752012-08-22 Joseph Myers <joseph@codesourcery.com>
1676
1677 * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
1678 and blx pc.
1679
8315665e
YPK
16802012-08-22 Khoo Yit Phang <khooyp@cs.umd.edu>
1681
1682 Add a new "python-interactive" command that starts a standard
1683 Python interactive prompt with "pi" as alias, and add "py" as
1684 an alias to "python".
1685 * NEWS: Mention the new commands.
8315665e
YPK
1686 * python/python.c (eval_python_command): New function.
1687 (python_interactive_command): For "python-interactive" with
1688 arguments, call eval_python_command. For "python-interactive"
1689 without arguments, call PyRun_InteractiveLoop.
1690 (_initialize_python): Add "python-interactive" command with
1691 "pi" as alias, and add "py" as an alias to "python".
1692
522002f9
TT
16932012-08-22 Tom Tromey <tromey@redhat.com>
1694
1695 * defs.h (quit_flag): Don't declare.
1696 (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
1697 (QUIT): Use new functions.
1698 * event-top.c (command_handler): Use clear_quit_flag.
1699 (handle_sigint): Use set_quit_flag.
1700 (async_request_quit): Use check_quit_flag. Don't check
1701 immediate_quit.
1702 * exceptions.c (throw_exception): Use clear_quit_flag.
1703 * main.c (captured_main): Use clear_quit_flag.
1704 * python/python.c (clear_quit_flag, set_quit_flag)
1705 (check_quit_flag): New functions.
1706 * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
1707 clear_quit_flag.
1708 * remote.c (remote_wait_as): Use check_quit_flag,
1709 clear_quit_flag.
1710 (remote_start_remote): Call QUIT.
1711 * symfile.c (load_progress): Use check_quit_flag.
1712 * top.c (command_loop): Use clear_quit_flag.
1713 (command_line_input): Call QUIT.
1714 * utils.c (quit_flag): Conditionally define.
1715 (clear_quit_flag, check_quit_flag, set_quit_flag): New
1716 functions.
1717 (prompt_for_continue): Call QUIT. Use quit, not
1718 async_request_quit.
1719 * remote-mips.c (mips_expect_timeout): Call QUIT.
1720 * monitor.c (monitor_expect): Call QUIT.
1721
b583003e
TT
17222012-08-22 Tom Tromey <tromey@redhat.com>
1723
1724 * event-top.c (sigwinch_token, handle_sigwinch): Remove.
1725 (async_init_signals): Update.
1726 * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
1727 (SIGWINCH_HANDLER_BODY): Remove.
1728
e1507e95
TT
17292012-08-22 Tom Tromey <tromey@redhat.com>
1730
1731 * jit.c (jit_object_close_impl): Don't malloc the objfile
1732 name.
1733 * objfiles.c (allocate_objfile): Don't malloc the objfile
1734 name.
1735 (free_objfile): Don't free the objfile name.
1736 * objfiles.h (struct objfile) <name>: Update comment.
1737 * symfile.c (reread_symbols): Fix reference counting. Don't
1738 malloc objfile name.
1739
1c00ec6b
TT
17402012-08-22 Tom Tromey <tromey@redhat.com>
1741
1742 * windows-nat.c (windows_make_so): Use gdb_bfd_open.
1743 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
1744 (symfile_bfd_open): Likewise.
1745 (generic_load): Likewise.
1746 * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
1747 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1748 gdb_bfd_open.
1749 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1750 Use gdb_bfd_open.
1751 * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
1752 * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
1753 (pmon_load_fast): Likewise.
1754 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
1755 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
1756 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
1757 (macho_check_dsym): Likewise.
1758 * m32r-rom.c (m32r_load): Use gdb_bfd_open.
1759 (m32r_upload_command): Likewise.
1760 * gdb_bfd.h (gdb_bfd_cache): Declare.
1761 * gdb_bfd.c (struct gdb_bfd_data): New.
1762 (gdb_bfd_cache): New global.
1763 (struct gdb_bfd_cache_search): New.
1764 (hash_bfd): New function.
1765 (eq_bfd): Likewise.
1766 (gdb_bfd_open): Likewise.
1767 (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
1768 (gdb_bfd_unref): Remove closed BFD from cache. Update for
1769 gdb_bfd_data.
1770 * exec.c (exec_file_attach): Use gdb_bfd_open.
1771 * dsrec.c (load_srec): Use gdb_bfd_open.
1772
6532ff36
TT
17732012-08-22 Tom Tromey <tromey@redhat.com>
1774
1775 * dwarf2read.c (macro_start_file): Update.
1776 * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
1777 (free_objfile_per_bfd_storage): Destroy macro_cache.
1778 (allocate_objfile, free_objfile): Update.
1779 * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
1780 New field.
1781 (struct objfile) <macro_cache>: Remove.
1782 * symfile.c (reread_symbols): Update.
1783 * symmisc.c (print_symbol_bcache_statistics): Update.
1784 (print_objfile_statistics): Update.
1785
706e3705
TT
17862012-08-22 Tom Tromey <tromey@redhat.com>
1787
1788 * elfread.c (elf_symtab_read): Update.
1789 * objfiles.c (objfiles_bfd_data): New global.
1790 (get_objfile_bfd_data, free_objfile_per_bfd_storage)
1791 (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
1792 (allocate_objfile, free_objfile): Update.
1793 (_initialize_objfiles): Initialize objfiles_bfd_data.
1794 * objfiles.h (struct objfile_per_bfd_storage): New.
1795 (struct objfile) <per_bfd>: New field.
1796 <filename_cache>: Remove.
1797 (set_objfile_per_bfd): Declare.
1798 * symfile.c (reread_symbols): Update. Call
1799 set_objfile_per_bfd.
1800 (allocate_symtab): Update.
1801 * symmisc.c (print_symbol_bcache_statistics): Update.
1802 (print_objfile_statistics): Print the size of the BFD obstack.
1803
e992eda4
TT
18042012-08-22 Tom Tromey <tromey@redhat.com>
1805
1806 * gdb_bfd.h: Include registry.h. Use DECLARE_REGISTRY.
1807 * gdb_bfd.c: Use DEFINE_REGISTRY.
1808 (struct gdb_bfd_data): Add REGISTRY_FIELDS.
1809 (gdb_bfd_ref): Call bfd_alloc_data.
1810 (gdb_bfd_unref): Call bfd_free_data.
1811
6b81941e
TT
18122012-08-22 Tom Tromey <tromey@redhat.com>
1813
1814 * registry.h (struct registry_fields): New.
1815 (REGISTRY_FIELDS): Redefine.
1816 (REGISTRY_ACCESS_FIELD): New macro.
1817 (DEFINE_REGISTRY): Add ACCESS argument. Update defined
1818 functions.
1819
8e260fc0
TT
18202012-08-22 Tom Tromey <tromey@redhat.com>
1821
1822 * auto-load.c (_initialize_auto_load): Update.
1823 * solib-svr4.c (_initialize_svr4_solib): Update
1824 * solib-dsbt.c (_initialize_dsbt_solib): Update.
1825 * solib-darwin.c (_initialize_darwin_solib): Update.
1826 * registry.h: New file.
1827 * python/py-progspace.c (gdbpy_initialize_pspace): Update.
1828 * python/py-inferior.c (gdbpy_initialize_inferior): Update.
1829 * progspace.h: Include registry.h. Use DECLARE_REGISTRY.
1830 (register_program_space_data_with_cleanup)
1831 (register_program_space_data, program_space_alloc_data)
1832 (clear_program_space_data, set_program_space_data)
1833 (program_space_data): Don't declare.
1834 * progspace.c: Use DEFINE_REGISTRY.
1835 (struct program_space_data, struct
1836 program_space_data_registration, struct
1837 program_space_data_registry, program_space_data_registry)
1838 (register_program_space_data_with_cleanup)
1839 (register_program_space_data, program_space_alloc_data)
1840 (program_space_free_data, clear_program_space_data)
1841 (set_program_space_data, program_space_data): Remove.
1842 * objfiles.h: Include registry.h. Use DECLARE_REGISTRY.
1843 (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
1844 (register_objfile_data_with_cleanup, register_objfile_data)
1845 (clear_objfile_data, set_objfile_data, objfile_data): Don't
1846 declare.
1847 * objfiles.c: Use DEFINE_REGISTRY.
1848 (struct objfile_data, struct objfile_data_registration, struct
1849 objfile_data_registry, objfile_data_registry)
1850 (register_objfile_data_with_cleanup, register_objfile_data)
1851 (objfile_alloc_data, objfile_free_data, clear_objfile_data)
1852 (set_objfile_data, objfile_data): Remove.
1853 (_initialize_objfiles): Update.
1854 * jit.c (_initialize_jit): Update.
1855 * inflow.c (_initialize_inflow): Update.
1856 * inferior.h: Include registry.h. Use DECLARE_REGISTRY.
1857 (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
1858 (register_inferior_data_with_cleanup, register_inferior_data)
1859 (clear_inferior_data, set_inferior_data, inferior_data): Don't
1860 declare.
1861 * inferior.c: Use DEFINE_REGISTRY.
1862 (struct inferior_data, struct inferior_data_registration, struct
1863 inferior_data_registry, inferior_data_registry)
1864 (register_inferior_data_with_cleanup, register_inferior_data)
1865 (inferior_alloc_data, inferior_free_data clear_inferior_data)
1866 (set_inferior_data, inferior_data): Remove.
1867 * auxv.c (_initialize_auxv): Update.
1868 * ada-lang.c (_initialize_ada_language): Update.
1869 * breakpoint.c (_initialize_breakpoint): Update.
1870 * i386-nat.c (i386_use_watchpoints): Update.
1871
ed9eebaf
TT
18722012-08-22 Tom Tromey <tromey@redhat.com>
1873
1874 * exec.c (exec_close, exec_file_attach): Update.
1875 (add_to_section_table): Initialize 'key' field.
1876 (add_target_sections, remove_target_sections): Add 'key' argument.
1877 * exec.h (add_target_sections, remove_target_sections): Add
1878 'key' argument.
1879 * solib.c (solib_map_sections, update_solib_list, clear_solib)
1880 (reload_shared_libraries_1): Update.
1881 * target.h (struct target_section) <key>: New field.
1882
2f2e97fa
TT
18832012-08-22 Tom Tromey <tromey@redhat.com>
1884
1885 * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1886
b3dbbd6f
PM
18872012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>
1888
1889 * symfile.c (allocate_symtab): Use host_address_to_string
1890 function instead of cast of pointer to long which is not
1891 compatible with x86_64-w64-mingw32 build.
1892
f94363d7
AP
18932012-08-19 Andrew Pinski <apinski@cavium.com>
1894
1895 * mips-tdep.c (is_octeon): New function.
1896 (is_octeon_bbit_op): New function.
1897 (mips32_next_pc): Handle Octeon's bbit instructions.
1898 (mips32_instruction_has_delay_slot): Likewise.
1899
78a59c2f
AP
19002012-08-19 Andrew Pinski <apinski@cavium.com>
1901
1902 * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1903 before the function.
1904
4f5bcb50
AP
19052012-08-19 Andrew Pinski <apinski@cavium.com>
1906
1907 * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1908
e5afdbd7
KS
19092012-08-19 Keith Seitz <keiths@redhat.com>
1910
1911 PR c++/14365
1912 * c-typeprint.c (c_type_print_varspec_prefix): Pass
1913 -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1914
13c9750e
EZ
19152012-08-18 Eli Zaretskii <eliz@gnu.org>
1916
1917 * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1918 The typo broke "make TAGS".
1919
db761810 19202012-08-17 Joel Brobecker <brobecker@adacore.com>
1921
1922 GDB 7.5 released.
1923
a451cb65
KS
19242012-08-17 Keith Seitz <keiths@redhat.com>
1925
1926 PR c++/13356
1927 * gdbtypes.c (strict_type_checking): New variable.
1928 (show_strict_type_checking): New function.
1929 (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1930 if strict type checking is disabled.
1931 (_initialize_gdbtypes): Add "check type" subcommand.
1932 * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1933
19342012-08-17 Keith Seitz <keiths@redhat.com>
1935
1936 * language.h (type_mode): Remove.
1937 (type_check): Remove.
1938 (struct language_defn): Remove la_type_check.
1939 (STRICT_TYPE): Remove unused macro.
1940 (type_error): Remove.
1941 * language.c (set_type_range_case): Renamed to ...
1942 (set_range_case): ... this. Update all callers.
1943 Remove type_mode/type_check.
1944 (type_mode): Remove.
1945 (type_check): Remove.
1946 (show_type_command): Remove.
1947 (set_type_command): Remove.
1948 (language_info): Remove type checking output.
1949 (type_error): Remove unused function.
1950 (range_error): Update comment.
1951 (unknown_language_defn): Remove la_type_check.
1952 (auto_language_defn): Likewise.
1953 (local_language_defn): Likewise.
1954 (_initialize_language): Remove "check type" subcommand.
1955 * ada-lang.c (ada_language_defn): Remove la_type_check.
1956 * c-lang.c (c_language_defn): Likewise.
1957 (cplus_language_defn): Likewise.
1958 (asm_language_defn): Likewise.
1959 (minimal_language_defn): Likewise.
1960 * d-lang.c (d_language_defn): Likewise.
1961 * f-lang.c (f_language_defn): Likewise.
1962 * go-lang.c (go_language_defn): Likewise.
1963 * jv-lang.c (java_language_defn): Likewise.
1964 * m2-lang.c (m2_language_defn): Likewise.
1965 * objc-lang.c (objc_language_defn): Likewise.
1966 * opencl-lang.c (opencl_language_defn): Likewise.
1967 * p-lang.c (pascal_language_defn): Likewise.
1968
dbf6a605
MF
19692012-08-16 Mike Frysinger <vapier@gentoo.org>
1970
1971 * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1972
973e3cf7
JB
19732012-08-16 Joel Brobecker <brobecker@adacore.com>
1974
1975 * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1976 New function.
1977 (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1978 using the regache. Use ia64_hpux_get_register_from_save_state_t
1979 to access the bsp and bspstore registers if not.
1980
d80ee84f
JB
19812012-08-16 Joel Brobecker <brobecker@adacore.com>
1982
1983 * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1984 * breakpoint.c (detach_breakpoints): Change pid parameter into
1985 a ptid. Adjust code accordingly.
1986 * infrun.c (handle_inferior_event): Delete variable child_pid.
1987 Update call to detach_breakpoints to pass the child ptid for
1988 fork events.
1989 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1990 assert that inferior_ptid's lwp is zero.
1991 (linux_handle_extended_wait): Update call to detach_breakpoints.
1992 * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1993 detach_breakpoints.
1994
2dcc6086
JB
19952012-08-16 Joel Brobecker <brobecker@adacore.com>
1996
1997 * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1998 parent, only call detach_breakpoints if tts.tts_event ==
1999 TTEVT_VFORK.
2000
0c92d8c1
JB
20012012-08-16 Joel Brobecker <brobecker@adacore.com>
2002
2003 * dwarf2-frame.c (dwarf2_frame_cache): Use
2004 get_frame_address_in_block instead of get_frame_pc as
2005 the bound for executing the frame's FDE.
2006
6b1755ce
YQ
20072012-08-16 Yao Qi <yao@codesourcery.com>
2008
2009 * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2010 * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2011 * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2012 (c_type_print_varspec_suffix): Likewise.
2013 * eval.c (evaluate_subexp_standard): Likewise.
2014 * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2015 (f_type_print_varspec_suffix): Likewise.
2016 * gdbtypes.c (is_scalar_type): Likewise.
2017 (recursive_dump_type): Likewise.
2018 * infcall.c (value_arg_coerce): Likewise.
2019 * m2-valprint.c (m2_val_print): Likewise.
2020 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2021 (pascal_type_print_varspec_suffix): Likewise.
2022 (pascal_type_print_base): Likewise.
2023 * p-valprint.c (pascal_val_print): Likewise.
2024 (pascal_val_print): Likewise.
2025 * valops.c (value_slice): Likewise.
2026 * valprint.c (scalar_type_p): Likewise.
2027 * valarith.c (value_bitstring_subscript): Remove.
2028 (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2029 Remove comment on TYPE_CODE_BITSTRING.
2030
2031 * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2032 TYPE_CODE_BITSTRING.
2033
2034 * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2035 slot 0.
2036
8acc4065
YQ
20372012-08-16 Yao Qi <yao@codesourcery.com>
2038
2039 * tracepoint.c (trace_find_none_command): Remove.
2040 (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2041
8128fd8e
YQ
20422012-08-16 Yao Qi <yao@codesourcery.com>
2043
2044 * remote.c (handle_notification): Remove parameter 'length'.
2045 (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2046
2873700e
KS
20472012-08-15 Keith Seitz <keiths@redhat.com>
2048
2049 * gdbtypes.c (opaque_type_resolution): Make static.
2050 Add missing comment.
2051 (overload_debug): Add missing comment.
2052 (show_opaque_type_resolution): Likewise.
2053 (show_overload_debug): Likewise.
2054 (print_bit_vector): Remove unnecessary forward declaration.
2055 (print_arg_types): Likewise.
2056 (dump_fn_fieldlists): Likewise.
2057 (print_cplus_stuff): Likewise.
2058
b82d08cd
TT
20592012-08-15 Tom Tromey <tromey@redhat.com>
2060
2061 * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2062 (gdb_bfd_ref): Initialize new field.
2063 (gdb_bfd_unref): Unref the archive BFD.
2064 (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2065 parent archive.
2066
db6573d6
TT
20672012-08-15 Tom Tromey <tromey@redhat.com>
2068
2069 PR python/14387:
2070 * python/py-bpevent.c (create_breakpoint_event_object): Update
2071 comment.
2072 * python/py-event.c (evpy_add_attribute): Update comment.
2073 * python/py-exitedevent.c (create_exited_event_object): Fix
2074 reference counting and error handling.
2075 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2076 Fix reference counting.
2077 * python/py-signalevent.c (create_signal_event_object): Fix
2078 reference counting and error handling.
2079 * python/py-stopevent.c (emit_stop_event): Fix reference
2080 counting.
2081 * python/py-threadevent.c (get_event_thread): Return a
2082 borrowed reference.
2083 * python/py-type.c (convert_field): Fix reference counting.
2084
a036ba48
TT
20852012-08-15 Tom Tromey <tromey@redhat.com>
2086
2087 * dwarf2read.c (dwarf_decode_macro_bytes)
2088 <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2089 as hash key.
2090
486c7739
MF
20912012-08-14 Mike Frysinger <vapier@gentoo.org>
2092
2093 * infcmd.c (_initialize_infcmd): Update help text for the signal,
2094 stepi, nexti, finish, next, step, jump, and continue commands.
2095 * infrun.c (_initialize_infrun): Update help text for the handle
2096 command.
2097
4cf93a03
DE
20982012-08-14 Doug Evans <dje@google.com>
2099
70b099cf
DE
2100 * gdbtypes.c (struct extra): Delete, unused.
2101
5212577a
DE
2102 * gdbtypes.c: Whitespace cleanup.
2103 (address_space_name_to_int): Remove "extern" from definition.
2104 (_initialize_gdbtypes): Declare with initialize_file_ftype.
2105
4cf93a03
DE
2106 * gdbtypes.c (make_pointer_type): Remove redundant setting of
2107 TYPE_POINTER_TYPE (type).
2108
3756ef7e
GB
21092012-08-14 Gary Benson <gbenson@redhat.com>
2110
2111 * solib-svr4.c (svr4_free_library_list): Use free_so.
2112
40d72643
MF
21132012-08-13 Mike Frysinger <vapier@gentoo.org>
2114
2115 * .gitignore: Add go-exp.c.
2116
f47f77df
DE
21172012-08-13 Doug Evans <dje@google.com>
2118
2119 * value.c (show_convenience): Tweak comment.
2120 (_initialize_values): Mention convenience functions in the help text
2121 for "show convenience".
2122
7507c54a
YQ
21232012-08-13 Yao Qi <yao@codesourcery.com>
2124
2125 * std-operator.def: Remove TERNOP_SLICE_COUNT.
2126 * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2127 TERNOP_SLICE_COUNT.
2128 * eval.c (evaluate_subexp_standard): Likewise.
2129 * expprint.c (print_subexp_standard): Likewise.
2130 (dump_subexp_body_standard): Likewise.
2131 * parse.c (operator_length_standard): Likewise.
2132
5cad9736
YQ
21332012-08-13 Yao Qi <yao@codesourcery.com>
2134
2135 * std-operator.def: Remove OP_BITSTRING.
2136 * breakpoint.c (watchpoint_exp_is_const): Update.
2137 * eval.c (evaluate_subexp_standard): Remove handling to
2138 OP_BITSTRING.
2139 * expprint.c (print_subexp_standard): Likewise.
2140 (dump_subexp_body_standard): Likewise.
2141 * parse.c (operator_length_standard): Likewise.
2142 * valops.c (value_bitstring): Remove.
2143 * value.h: Remove the declaration of 'value_bitstring'.
2144
bad7670a
SDJ
21452012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2146
2147 * linespec.c (find_methods): Remove unused variables `i1' and
2148 `name_len'.
2149 (decode_line_full): Likewise for `arg_start'.
2150
d9dce7fa
SDJ
21512012-08-10 Sergio Durigan Junior <sergiodj@redhat.com>
2152
2153 * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2154 (zlib_decompress_section): Likewise for `section_data'.
2155 (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2156
a72c3253
DE
21572012-08-10 Doug Evans <dje@google.com>
2158
2159 Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2160 * NEWS: Document them.
2161 * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2162 function/strfns.py.
2163 * python/py-type.c (typy_array_1): New function.
2164 (typy_array): Call it.
2165 (typy_vector): New function.
2166 (type_object_methods): Add "vector".
2167 * python/lib/gdb/function/__init__.py: New file.
2168 * python/lib/gdb/function/strfns.py: New file.
2169
200bc880
SP
21702012-08-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2171
2172 * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2173 for TYPE_FIELD_BITPOS.
2174 (typy_get_sizeof): Likewise for TYPE_LENGTH.
2175
de0bea00
MF
21762012-08-10 Mike Frysinger <vapier@gentoo.org>
2177
2178 PR cli/10436:
2179 * common/vec.h (VEC_merge): Define.
2180 (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2181 (DEF_VEC_ALLOC_FUNC_P): Likewise.
2182 (DEF_VEC_ALLOC_FUNC_O): Likewise.
2183 * completer.c: Include gdb_signals.h.
2184 (signal_completer): Define.
2185 * completer.h (signal_completer): Add prototype.
2186 * infcmd.c (_initialize_infcmd): Assign the command
2187 completer for "signal" to handle_completer.
2188 * infrun.c: Include completer.h.
2189 (handle_completer): Define.
2190 (_initialize_infrun): Declare a new local variable c. Store the
2191 result of add_com("handle") to it. Assign the command
2192 completer for "handle" to handle_completer.
2193
5b9afe8a
YQ
21942012-08-09 Yao Qi <yao@codesourcery.com>
2195
2196 * cli/cli-decode.c (set_cmd_prefix): New.
2197 (lookup_cmd_for_prefixlist): New.
2198 (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2199 of each cmd_list_element in *prefixlist.
2200 (add_setshow_cmd_full): set_cmd_prefix.
2201 (add_alias_cmd): Likewise.
2202 * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2203 Declare 'auto_boolean_enums'.
2204 * cli/cli-setshow.c: Include "observer.h".
2205 (notify_command_param_changed_p): New.
2206 (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2207 Remove 'static'.
2208 (do_setshow_command): Split it to ...
2209 (do_set_command, do_show_command): ... them. New.
2210 (do_set_command): Call observer_notify_command_param_changed if
2211 notify_command_param_changed_p returns true.
2212 (cmd_show_list): Caller update.
2213 * auto-load.c (set_auto_load_cmd): Likewise.
2214 * remote.c (show_remote_cmd): Likewise.
2215 * cli/cli-setshow.h: Update declarations.
2216 * top.c (execute_command): Call do_set_command and do_show_command.
2217
2218 * NEWS: Mention new MI notification.
2219 * mi/mi-interp.c: Declare mi_command_param_changed.
2220 (mi_interpreter_init): Attach mi_command_param_changed to
2221 observer command_param_changed.
2222 (mi_command_param_changed): New.
2223 Remove mi_suppress_breakpoint_notifications.
2224 Define global variable mi_suppress_notification.
2225 (mi_breakpoint_created): Update.
2226 (mi_breakpoint_deleted): Likewise.
2227 (mi_breakpoint_modified): Likewise.
2228 * mi/mi-main.c (mi_cmd_execute): Likewise. Check command
2229 'gdb-set' and set mi_suppress_notification.
2230 * mi/mi-main.h: (mi_suppress_notification): New struct.
2231
1969df89
JK
22322012-08-09 Andreas Tobler <andreast@fgznet.ch>
2233 Jan Kratochvil <jan.kratochvil@redhat.com>
2234
2235 * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2236
8bfd80db
YQ
22372012-08-09 Yao Qi <yao@codesourcery.com>
2238
2239 * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2240 (skiplist): Move it to skip.c.
2241 (init_cmd_lists): Remove code setting enablebreaklist and
2242 skiplist to NULL.
2243 * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2244 * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2245 skiplist.
2246 * gdbcmd.h: Likewise.
2247 * skip.c (_initialize_step_skip): Move 'skiplist' from
2248 cli/cli-cmds.c.
2249
28578e6b
YQ
22502012-08-09 Yao Qi <yao@codesourcery.com>
2251
2252 * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2253 * gnu-nat.c, symfile.c: Likewise.
2254
260c0b2a
DE
22552012-08-08 Aaron Gamble <agamble@google.com>
2256
2257 * utils.c (prompt_for_continue_wait_time): New static global.
2258 (make_command_stats_cleanup): Initialize it.
2259 (report_command_stats): Subtract time waiting for user.
2260 (prompt_for_continue): Track time waiting for user.
2261 (defaulted_query): Track time waiting for user.
2262
4f485ebc
DE
22632012-08-08 Doug Evans <dje@google.com>
2264
2265 * eval.c (evaluate_subexp_standard): Fix thinko in handling
2266 UNOP_MEMVAL_TYPE.
2267 * expprint.c (print_subexp_standard, case OP_TYPE): New.
2268 (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2269 (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2270 (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2271 (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2272 (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2273 elt.
2274 (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2275 (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2276 (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2277 (dump_prefix_expression): Handle OP_TYPE.
2278
2acf2b39
KS
22792012-08-08 Keith Seitz <keiths@redhat.com>
2280
2281 * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2282 addr_start.
2283
e6712ff1
DE
22842012-08-08 Doug Evans <dje@google.com>
2285
2286 * linux-thread-db.c: #include "gdb_vecs.h".
2287 (try_thread_db_load_from_pdir_1): New arg "subdir". All callers
2288 updated.
2289 (try_thread_db_load_from_pdir): New arg "subdir". All callers updated.
2290 (thread_db_load_search): Use a vector to iterate over path elements.
2291 Handle text appearing after "$pdir".
2292
2293 * gdb_string.h: Moved to ...
2294 * common/gdb_string.h: ... here.
2295 * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2296 gdb_string.h and gdb_assert.h.
2297
ab854e54
YQ
22982012-08-08 Yao Qi <yao@codesourcery.com>
2299
2300 * tic6x-tdep.c (tic6x_register_to_value): Remove.
2301 (tic6x_value_to_register): Likewise.
2302 (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2303 and set_gdbarch_value_to_register.
2304
4f69f4c2
JK
23052012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2306 Jean-Marc Saffroy <saffroy@gmail.com>
2307
2308 PR 11804
2309 * defs.h (find_memory_region_ftype): New comment. New arg modified.
2310 * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2311 * gcore.c (gcore_create_callback): New function comment. Add modified
2312 parameter. Only write modified regions. Set SEC_READONLY exactly
2313 according to MODIFIED.
2314 (objfile_find_memory_regions): Ignore separate debug info files. Ass
2315 the passed modified value to FUNC.
2316 * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2317 * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2318 first. New variables modified and has_anonymous. Parse the lines of
2319 smaps file. Add the passed MODIFIED value to FUNC.
2320 * procfs.c (find_memory_regions_callback): Add the passed modified
2321 value.
2322
78ac5f83
TT
23232012-08-06 Tom Tromey <tromey@redhat.com>
2324
2325 * dwarf2-frame.c (clear_pointer_cleanup): New function.
2326 (dwarf2_frame_cache): Use it.
2327 * frame-unwind.h (frame_sniffer_ftype): Document prologue
2328 cache initialization constraint.
2329
2c12abee
TT
23302012-08-06 Tom Tromey <tromey@redhat.com>
2331
2332 PR python/14386:
2333 * varobj.c (update_dynamic_varobj_children): Don't call
2334 PyIter_Check.
2335
4979d7f0
TT
23362012-08-06 Tom Tromey <tromey@redhat.com>
2337
2338 PR cli/14392:
2339 * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2340
f3c8a52a
JK
23412012-08-06 Nathaniel Flath <flat0103@gmail.com>
2342
2343 * NEWS: New entry for 'cd' default parameters.
2344 * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2345
5a1cf4d6
TT
23462012-08-03 Tom Tromey <tromey@redhat.com>
2347
2348 * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2349 return.
2350
7c3270ae
UW
23512012-08-02 Ulrich Weigand <ulrich.weigand@linaro.org>
2352
2353 * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2354 to attempting lseek/write.
2355 (inf_child_fileio_pread): Likewise for pread.
2356
ccce17b0
YQ
23572012-08-02 Yao Qi <yao@codesourcery.com>
2358
2359 * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2360 (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2361 add_setshow_zinteger_cmd.
2362 * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2363 * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2364 (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2365 instead of add_setshow_zinteger_cmd.
2366 * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2367 (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2368 instead of add_setshow_zinteger_cmd.
2369 * frame.c (frame_debug): Add 'unsigned'.
2370 (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2371 add_setshow_zinteger_cmd.
2372 * frame.h: Update the declaration of 'frame_debug'.
2373 * gdbtypes.c (overload_debug): Add 'unsigned'.
2374 (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2375 add_setshow_zinteger_cmd.
2376 * inferior.h: Update declaration of 'debug_infrun'.
2377 * infrun.c (debug_infrun): Add 'unsigned'.
2378 (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2379 add_setshow_zinteger_cmd.
2380 * jit.c (jit_debug): Add 'unsigned'.
2381 (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2382 add_setshow_zinteger_cmd.
2383 * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2384 (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2385 instead of add_setshow_zinteger_cmd.
2386 * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2387 (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2388 add_setshow_zinteger_cmd.
2389 * machoread.c (mach_o_debug_level): Add 'unsigned'.
2390 (_initialize_machoread): Call add_setshow_zuinteger_cmd
2391 instead of add_setshow_zinteger_cmd.
2392 * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
2393 * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
2394 (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
2395 intead of add_setshow_zinteger_cmd.
2396 * mips-tdep.c (mips_debug): Add 'unsigned'.
2397 (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
2398 instead of add_setshow_zinteger_cmd.
2399 * monitor.c (monitor_debug): Add 'unsigned'.
2400 (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
2401 add_setshow_zinteger_cmd.
2402 * observer.c (observer_debug): Add 'unsigned'.
2403 (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
2404 add_setshow_zinteger_cmd.
2405 * parse.c (expressiondebug): Add 'unsigned'.
2406 (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
2407 add_setshow_zinteger_cmd.
2408 * record.c (record_debug): Add 'unsigned'.
2409 (_initialize_record): Call add_setshow_zuinteger_cmd instead of
2410 add_setshow_zinteger_cmd.
2411 * record.h: Update the declaration of 'record_debug'.
2412 * stap-probe.c (stap_expression_debug): Add 'unsigned'.
2413 (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
2414 add_setshow_zinteger_cmd.
2415 * serial.c (global_serial_debug_p): Add 'unsigned'.
2416 (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
2417 add_setshow_zinteger_cmd.
2418 * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
2419 (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
2420 add_setshow_zinteger_cmd.
2421 * solib-frv.c (solib_frv_debug): Add 'unsigned'.
2422 (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
2423 add_setshow_zinteger_cmd.
2424 * target.c (targetdebug): Add 'unsigned'.
2425 (initialize_targets): Call add_setshow_zuinteger_cmd instead of
2426 add_setshow_zinteger_cmd.
2427 * valops.c (overload_debug): Add 'unsigned'.
2428 * varobj.c (varobjdebug): Add 'unsigned'.
2429 (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
2430 add_setshow_zinteger_cmd.
2431 * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
2432 (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
2433 instead of add_setshow_zinteger_cmd.
2434
2435 * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
2436 * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
2437 (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
2438 instead of add_setshow_zinteger_cmd.
2439 * gdbarch.c, gdbarch.h: Re-generated.
2440
95b07c96
YQ
24412012-08-02 Yao Qi <yao@codesourcery.com>
2442
2443 * nto-tdep.c: Don't include cli/cli-decode.h and
2444 cli/cli-cmds.h.
2445 (_initialize_nto_tdep): Remove.
2446 * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
2447 Remove field.
2448 Remove macro nto_internal_debugging.
2449
57295b0b
RH
24502012-08-01 Richard Henderson <rth@redhat.com>
2451
2452 * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
2453 (mep-*-*) [gdb_target_obs]: Likewise.
2454
f782ad9b
AS
24552012-07-31 Andreas Schwab <schwab@linux-m68k.org>
2456
2457 * ppc-linux-tdep.c (ppc_linux_init_abi): Register
2458 linux_get_siginfo_type.
2459
a14dd77e
JK
24602012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2461
2462 * infcall.c (call_function_by_hand): Move BP_ADDR comment to
2463 AT_ENTRY_POINT.
2464 (call_function_by_hand) <ON_STACK>: Call write_memory with
2465 gdbarch_breakpoint_from_pc, if possible.
2466 (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
2467 here.
2468
1467929f
YQ
24692012-07-31 Yao Qi <yao@codesourcery.com>
2470
2471 * tracepoint.c: Add 'static' for some variables.
2472
70976b65
YQ
24732012-07-31 Yao Qi <yao@codesourcery.com>
2474
2475 * go32-nat.c: Declare _initialize_go32_nat.
2476 * ser-go32.c: Declare _initialize_ser_dos.
2477 * top.c (do_chdir_cleanup): Add 'static'.
2478
eff9c3e6
KS
24792012-07-30 Keith Seitz <keiths@redhat.com>
2480
2481 * linespec.c (linespec_lex_number): A number followed
2482 by quotes is a valid number, too.
2483
728400d7
TT
24842012-07-30 Tom Tromey <tromey@redhat.com>
2485
2486 * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
2487
fcf303ab
UW
24882012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org>
2489
2490 * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
2491 attempt to 4-byte-align HW breakpoint addresses for Thumb.
2492
4e969b4f
AB
24932012-07-30 Andrew Burgess <aburgess@broadcom.com>
2494
2495 * varobj.c (varobj_invalidate_iter): All varobj must be marked as
2496 invalid or reevaluated to prevent prevent references to possibly
2497 delete'd type objects being left in the varobj.
2498
c4bfde41
JK
24992012-07-27 Tom Tromey <tromey@redhat.com>
2500 Jan Kratochvil <jan.kratochvil@redhat.com>
2501
2502 * copying.awk: Print buffer-read-only and vi ro markers.
2503 * copying.c: Rebuild.
2504 * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
2505 * gdbarch.c, gdbarch.h: Rebuild.
2506 * target-descriptions.c (maint_print_c_tdesc_cmd): Print
2507 buffer-read-only and vi ro markers.
2508 * features/arm-with-iwmmxt.c: Rebuild.
2509 * features/arm-with-m-fpa-layout.c: Rebuild.
2510 * features/arm-with-m-vfp-d16.c: Rebuild.
2511 * features/arm-with-m.c: Rebuild.
2512 * features/arm-with-neon.c: Rebuild.
2513 * features/arm-with-vfpv2.c: Rebuild.
2514 * features/arm-with-vfpv3.c: Rebuild.
2515 * features/i386/amd64-avx-linux.c: Rebuild.
2516 * features/i386/amd64-avx.c: Rebuild.
2517 * features/i386/amd64-linux.c: Rebuild.
2518 * features/i386/amd64.c: Rebuild.
2519 * features/i386/i386-avx-linux.c: Rebuild.
2520 * features/i386/i386-avx.c: Rebuild.
2521 * features/i386/i386-linux.c: Rebuild.
2522 * features/i386/i386-mmx-linux.c: Rebuild.
2523 * features/i386/i386-mmx.c: Rebuild.
2524 * features/i386/i386.c: Rebuild.
2525 * features/i386/x32-avx-linux.c: Rebuild.
2526 * features/i386/x32-avx.c: Rebuild.
2527 * features/i386/x32-linux.c: Rebuild.
2528 * features/i386/x32.c: Rebuild.
2529 * features/mips-dsp-linux.c: Rebuild.
2530 * features/mips-linux.c: Rebuild.
2531 * features/mips64-dsp-linux.c: Rebuild.
2532 * features/mips64-linux.c: Rebuild.
2533 * features/rs6000/powerpc-32.c: Rebuild.
2534 * features/rs6000/powerpc-32l.c: Rebuild.
2535 * features/rs6000/powerpc-403.c: Rebuild.
2536 * features/rs6000/powerpc-403gc.c: Rebuild.
2537 * features/rs6000/powerpc-405.c: Rebuild.
2538 * features/rs6000/powerpc-505.c: Rebuild.
2539 * features/rs6000/powerpc-601.c: Rebuild.
2540 * features/rs6000/powerpc-602.c: Rebuild.
2541 * features/rs6000/powerpc-603.c: Rebuild.
2542 * features/rs6000/powerpc-604.c: Rebuild.
2543 * features/rs6000/powerpc-64.c: Rebuild.
2544 * features/rs6000/powerpc-64l.c: Rebuild.
2545 * features/rs6000/powerpc-7400.c: Rebuild.
2546 * features/rs6000/powerpc-750.c: Rebuild.
2547 * features/rs6000/powerpc-860.c: Rebuild.
2548 * features/rs6000/powerpc-altivec32.c: Rebuild.
2549 * features/rs6000/powerpc-altivec32l.c: Rebuild.
2550 * features/rs6000/powerpc-altivec64.c: Rebuild.
2551 * features/rs6000/powerpc-altivec64l.c: Rebuild.
2552 * features/rs6000/powerpc-cell32l.c: Rebuild.
2553 * features/rs6000/powerpc-cell64l.c: Rebuild.
2554 * features/rs6000/powerpc-e500.c: Rebuild.
2555 * features/rs6000/powerpc-e500l.c: Rebuild.
2556 * features/rs6000/powerpc-isa205-32l.c: Rebuild.
2557 * features/rs6000/powerpc-isa205-64l.c: Rebuild.
2558 * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
2559 * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
2560 * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
2561 * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
2562 * features/rs6000/powerpc-vsx32.c: Rebuild.
2563 * features/rs6000/powerpc-vsx32l.c: Rebuild.
2564 * features/rs6000/powerpc-vsx64.c: Rebuild.
2565 * features/rs6000/powerpc-vsx64l.c: Rebuild.
2566 * features/rs6000/rs6000.c: Rebuild.
2567 * features/s390-linux32.c: Rebuild.
2568 * features/s390-linux32v1.c: Rebuild.
2569 * features/s390-linux32v2.c: Rebuild.
2570 * features/s390-linux64.c: Rebuild.
2571 * features/s390-linux64v1.c: Rebuild.
2572 * features/s390-linux64v2.c: Rebuild.
2573 * features/s390x-linux64.c: Rebuild.
2574 * features/s390x-linux64v1.c: Rebuild.
2575 * features/s390x-linux64v2.c: Rebuild.
2576 * features/tic6x-c62x-linux.c: Rebuild.
2577 * features/tic6x-c62x.c: Rebuild.
2578 * features/tic6x-c64x-linux.c: Rebuild.
2579 * features/tic6x-c64x.c: Rebuild.
2580 * features/tic6x-c64xp-linux.c: Rebuild.
2581 * features/tic6x-c64xp.c: Rebuild.
2582
826f0041
TT
25832012-07-27 Tom Tromey <tromey@redhat.com>
2584
2585 * c-exp.y (classify_name): Avoid assignment in condition.
2586
84552b16
PA
25872012-07-27 Roland Schwingel <roland.schwingel@onevision.com>
2588
2589 * amd64-windows-tdep.c: Include "frame.h".
2590 (amd64_windows_skip_trampoline_code): New function.
2591 (amd64_windows_init_abi): Add trampoline registration.
2592
a8a64aa8
YQ
25932012-07-27 Yao Qi <yao@codesourcery.com>
2594
2595 * tracepoint.c (cur_traceframe_number): Remove.
2596 (set_tfile_traceframe): Remove.
2597 (tfile_trace_find, tfile_fetch_registers): Update callers.
2598 (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
2599 (tfile_open, tfile_trace_find): Likewise.
2600
d99067cb
YQ
26012012-07-27 Yao Qi <yao@codesourcery.com>
2602
2603 * thread.c (switch_to_thread): Don't call registers_changed.
2604
f2e8016f
TT
26052012-07-26 Tom Tromey <tromey@redhat.com>
2606
f782ad9b
AS
2607 * Makefile.in (SFILES): Remove objc-exp.y.
2608 (YYFILES): Remove objc-exp.c.
2609 (YYOBJ): Remove objc-exp.o.
2610 (local-maintainer-clean): Don't mention objc-exp.c.
2611 * c-exp.y: Include objc-lang.h.
2612 (%union) <class>: New field.
2613 (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
2614 (exp): Clone subscript production for OBJC_LBRAC. Add various
2615 Objective C productions.
2616 (msglist, msgarglist, msgarg): New productions.
2617 (array_mod, func_mod, operator): Clone productions for
2618 OBJC_LBRAC.
2619 (parse_string_or_char): Handle '@' strings.
2620 (lex_one_token): Return OBJC_LBRAC. Recognize @selector.
2621 (classify_name): Check la_name_of_this. Recognize ObjC class
2622 names.
2623 * objc-exp.y: Remove.
2624 * objc-lang.c (objc_language_defn): Use c_parse, c_error.
2625 * objc-lang.h (objc_parse, objc_error): Don't declare.
f2e8016f 2626
f66713d2
JK
26272012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2628
2629 * python/py-inferior.c (infpy_threads): Call update_thread_list ().
2630
7cfe01b4
JK
26312012-07-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
2634 and decrement.
2635
5ba19b4c
TT
26362012-07-26 Tom Tromey <tromey@redhat.com>
2637
2638 * copying.c: Rebuild.
2639 * copying.awk: Don't use immediate_quit. Use 'no_set_class', not
2640 'no_class'.
2641
27618ce4
TT
26422012-07-26 Tom Tromey <tromey@redhat.com>
2643
2644 * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
2645 immediate_quit.
2646 (print_objfile_statistics): Likewise.
2647 (maintenance_print_symbols): Likewise.
2648 (maintenance_print_msymbols): Likewise.
2649 (maintenance_print_objfiles): Likewise.
2650 * psymtab.c (print_partial_symbols): Call QUIT.
2651 (maintenance_print_psymbols): Likewise. Don't modify
2652 immediate_quit.
2653 * copying.c (show_copying_command): Don't modify immediate_quit.
2654 (show_warranty_command): Likewise.
2655 * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
2656
dd3818c8
KS
26572012-07-26 Keith Seitz <keiths@redhat.com>
2658
2659 * linespec.c (linespec_lexer_lex_number): The input
2660 is also a valid number if the next character is a comma
2661 or colon.
2662
23a80689
JB
26632012-07-26 Joel Brobecker <brobecker@adacore.com>
2664
2665 * NEWS: Document new --enable-libmcheck/--disable-libmcheck
2666 configure options.
2667
29f77997
TG
26682012-07-26 Tristan Gingold <gingold@adacore.com>
2669
2670 * machoread.c: Include gdb_bfd.h.
2671
a55c1f32
TG
26722012-07-26 Tristan Gingold <gingold@adacore.com>
2673
2674 * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
2675 offset.
2676
56eb65bd
SP
26772012-07-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2678
2679 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
2680 SIZE to size_t.
2681 (dwarf2_evaluate_loc_desc): Likewise.
2682 (dwarf2_loc_desc_needs_frame): Likewise.
2683 (locexpr_describe_location_1): Likewise.
2684 * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
2685 size_t.
2686 (struct dwarf2_loclist_baton): Likewise.
2687 * dwarf2read.c (struct dwarf_block): Likewise.
2688 (dump_die_shallow): Use pulongest to print dwarf_block.size.
2689 (decode_locdesc): Expand SIZE and I to size_t.
2690
aec8845c
JK
26912012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
2694
33d7655b
JB
26952012-07-25 Joel Brobecker <brobecker@adacore.com>
2696
2697 * doublest.c (convert_doublest_to_floatformat): If the exponent
2698 is too small, treat the value as zero. If the exponent is too
2699 large, treat the value as infinity.
2700
a22d44ff
JB
27012012-07-25 Joel Brobecker <brobecker@adacore.com>
2702
2703 * configure.ac: Add --enable-lmcheck configure option.
2704 * configure: Regenerate.
2705
d6b28940
TT
27062012-07-25 Tom Tromey <tromey@redhat.com>
2707
f782ad9b
AS
2708 * NEWS: Mention maint info bfds.
2709 * gdb_bfd.c (all_bfds): New global.
2710 (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
2711 (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
2712 New functions.
d6b28940 2713
6e73ba20
RC
27142012-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
2715
2716 * configure.tgt: Add v850*-*-rtems*.
2717
d560eebd
TT
27182012-07-25 Tom Tromey <tromey@redhat.com>
2719
2720 * macrotab.c (macro_bcache_str): Remove cast.
2721
d7cbec71
HZ
27222012-07-25 Hui Zhu <hui_zhu@mentor.com>
2723
2724 * linespec.c (linespec_lexer_lex_number): Update comments,
2725 change the return and add check to make sure the input is
2726 the decimal numbers.
2727 (linespec_lexer_lex_one): If linespec_lexer_lex_number return
2728 false, call linespec_lexer_lex_string.
2729
882f447f
TT
27302012-07-24 Tom Tromey <tromey@redhat.com>
2731
2732 * symfile.c (symbol_file_add): Don't open BFD twice.
2733
53ab4066 27342012-07-24 Marc Khouzam <marc.khouzam@ericsson.com>
e12c7713
MK
2735
2736 * breakpoint.c (create_breakpoint): Store condition for pending
2737 breakpoints.
2738
108fb0f7
AS
27392012-07-24 Andreas Schwab <schwab@linux-m68k.org>
2740
2741 * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
2742 (m68k_return_value): Handle complex types like structures.
2743 (m68k_svr4_return_value): Likewise.
2744
1634dcbe
JK
27452012-07-24 Marcus Shawcroft <marcus.shawcroft@arm.com>
2746
2747 * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
2748 parameters to bfd_get_section_name.
2749
e2d12c21
YQ
27502012-07-24 Yao Qi <yao@codesourcery.com>
2751
2752 * cli/cli-setshow.c: Handle case 'var_uinteger'
2753 and 'var_zuninteger' together. Handle case 'var_integer' and
2754 'var_zinteger' together.
2755
64b92e45
KS
27562012-07-23 Keith Seitz <keiths@redhat.com>
2757
2758 * linespec.c (convert_linespec_to_sal): Don't add
2759 any symbols to the result vector if symbol_to_sal
2760 returns zero.
2761
0f5f4ffe
KS
27622012-07-23 Keith Seitz <keiths@redhat.com>
2763
2764 * linespec.c (decode_objc): Record the function name
2765 in the linespec.
2766
da1cc82f
TT
27672012-07-23 Tom Tromey <tromey@redhat.com>
2768
2769 * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference
2770 counting.
2771 * exec.c (exec_close_1): Unconditionally release vmap's BFD.
2772 (map_vmap): Acquire a reference to the BFD.
2773
6c18f3e0
SP
27742012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
2775
2776 * p-valprint.c (pascal_object_print_value): Replace potentially
2777 unsafe alloca with xmalloc/xfree.
2778 * valops.c (search_struct_method): Likewise.
2779
695c3173
TT
27802012-07-23 Tom Tromey <tromey@redhat.com>
2781
2782 * solib-svr4.c (enable_break): Update.
2783 * bfd-target.h (target_bfd_reopen): Update documentation.
2784
08d2cd74
TT
27852012-07-23 Tom Tromey <tromey@redhat.com>
2786
2787 * symfile.c (separate_debug_file_exists): Update.
2788 (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
2789 (reread_symbols): Update.
2790 * elfread.c (build_id_verify): Update.
2791 * symfile.h (gdb_bfd_open_maybe_remote): Rename from
2792 bfd_open_maybe_remote.
2793
596f7d67
TT
27942012-07-23 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
2797
8ac244b4
TT
27982012-07-23 Tom Tromey <tromey@redhat.com>
2799
2800 * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
2801 and 'abfd'.
2802 * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
2803 and 'abfd'.
2804 * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
2805 * machoread.c (macho_add_oso_symfile): Make a cleanup for
2806 'abfd'.
2807 (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
2808 * objfiles.c (allocate_objfile): Acquire a new reference.
2809 * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
2810 * solib.c (solib_read_symbols): Don't acquire a BFD reference.
2811 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
2812 a cleanup for 'nbfd'.
2813 * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
2814 for 'nbfd'.
2815 * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
2816 make a cleanup for 'abfd'.
2817 (symbol_file_add): Make a BFD cleanup.
2818
64c31149
TT
28192012-07-23 Tom Tromey <tromey@redhat.com>
2820
2821 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
2822 (bfd_openw_with_cleanup): Use gdb_bfd_openw.
2823 * corelow.c (core_open): Use gdb_bfd_fopen.
2824 * dsrec.c (load_srec): Use gdb_bfd_openr.
2825 * exec.c (exec_file_attach): Use gdb_bfd_fopen.
2826 * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
2827 * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2828 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2829 (gdb_bfd_fdopenr): New functions.
2830 * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
2831 (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
2832 (gdb_bfd_fdopenr): Declare.
2833 * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
2834 * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
2835 * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
2836 gdb_bfd_openr_next_archived_file.
2837 (macho_check_dsym): Use gdb_bfd_openr.
2838 (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
2839 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
2840 * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
2841 * remote-mips.c (mips_load_srec, pmon_load_fast): Use
2842 gdb_bfd_openr.
2843 * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
2844 * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
2845 gdb_bfd_openr_next_archived_file.
2846 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2847 Use gdb_bfd_openr.
2848 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2849 gdb_bfd_openr.
2850 * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
2851 * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
2852 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
2853 * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
2854 (symfile_bfd_open): Use gdb_bfd_fopen.
2855 (generic_load): Use gdb_bfd_openr.
2856 * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
2857
520b0001
TT
28582012-07-23 Tom Tromey <tromey@redhat.com>
2859
2860 * bfd-target.c (target_bfd_reopen): Update.
2861 * cli/cli-dump.c (bfd_openr_with_cleanup)
2862 (bfd_openw_with_cleanup): Update.
2863 * corelow.c (core_open): Update.
2864 * dsrec.c (load_srec): Update.
2865 * exec.c (exec_file_attach): Update.
2866 * gcore.c (create_gcore_bfd): Update.
2867 * gdb_bfd.c (gdb_bfd_ref): Return void.
2868 (gdb_bfd_open): Update.
2869 * gdb_bfd.h (gdb_bfd_ref): Return void.
2870 Update comments.
2871 * jit.c (jit_bfd_try_read_symtab): Update.
2872 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2873 * machoread.c (macho_symfile_read_all_oso): Update.
2874 (macho_check_dsym): Update.
2875 * procfs.c (insert_dbx_link_bpt_in_file): Update.
2876 * remote-m32r-sdi.c (m32r_load): Update.
2877 * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2878 * rs6000-nat.c (add_vmap): Update.
2879 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2880 Update.
2881 * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2882 * solib-spu.c (spu_bfd_open): Update.
2883 * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2884 * spu-linux-nat.c (spu_bfd_open): Update.
2885 * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2886 (generic_load): Update.
2887 * windows-nat.c (windows_make_so): Update.
2888
2322ff16
SP
28892012-07-22 Siddhesh Poyarekar <siddhesh@redhat.com>
2890
2891 * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2892
3def0b36
PA
28932012-07-20 Jeff Kenton <jkenton@tilera.com>
2894
2895 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2896 SIGTRAMP_FRAME unwinding.
2897
e615022a
DE
28982012-07-20 Doug Evans <dje@google.com>
2899
2900 * NEWS: Document new options "set/show use-deprecated-index-sections",
2901 and delete reference to --use-deprecated-index-sections.
2902 * symfile.h (use_deprecated_index_sections): Delete.
2903 * dwarf2read.c (use_deprecated_index_sections): Make static.
2904 (read_index_from_section): Update wording of how to load
2905 deprecated index sections.
2906 (_initialize_dwarf2_read): New options
2907 "set/show use-deprecated-index-sections".
2908 * main.c (captured_main): Delete --use-deprecated-index-sections.
2909
64776a0b
PA
29102012-07-20 Pedro Alves <palves@redhat.com>
2911
2912 PR threads/11692
2913 PR gdb/12203
2914
2915 * infrun.c (handle_inferior_event) <new thread>: Don't special
2916 case minus_one_ptid.
2917 <TARGET_WAITKIND_SPURIOUS>: Ditto.
2918 * linux-thread-db.c (thread_get_info_callback): Don't return early
2919 if the thread is zombie.
2920 (thread_from_lwp): Change return type to void. Rewrite stale
2921 comment.
2922 (attach_thread): Don't return early if the thread is zombie,
2923 instead set its "dying" flag.
2924 (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2925 (find_new_threads_callback): Don't return early if the thread is
2926 zombie.
2927
09826ec5
PA
29282012-07-20 Pedro Alves <palves@redhat.com>
2929
2930 * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2931 * target.c (target_wait): Likewise.
2932 (str_comma_list_concat_elem, do_option, target_options_to_string):
2933 New functions.
2934 * target.h (target_options_to_string): Declare.
2935
f7a35f02
TT
29362012-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2937 Tom Tromey <tromey@redhat.com>
2938
2939 * dwarf2read.c (dwarf_decode_macros)
2940 <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2941 DW_MACRO_GNU_transparent_include_alt>: New cases.
2942 (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2943 DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2944
b81e1ee0
TT
29452012-07-20 Tom Tromey <tromey@redhat.com>
2946
2947 * dwarf2read.c (try_open_dwo_file): Don't call
2948 gdb_bfd_stash_filename.
2949
99c1624c
PA
29502012-07-20 Pedro Alves <palves@redhat.com>
2951
2952 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2953 (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2954 (i386_process_record): Tweak description comments.
2955
4ffa4fc7
PA
29562012-07-20 Pedro Alves <palves@redhat.com>
2957
2958 * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2959 (i386_process_record): Use record_read_memory.
2960 * record.c (record_read_memory): New function.
2961 (record_arch_list_add_mem, record_exec_insn): Use
2962 record_read_memory.
2963 * record.h (record_read_memory): Declare.
2964
c24343e2
YQ
29652012-07-20 Yao Qi <yao@codesourcery.com>
2966
2967 * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2968 NULL for xfree.
2969
90f47860
PA
29702012-07-19 Pedro Alves <palves@redhat.com>
2971
2972 * record.c (record_resume): Ask the target beneath to report all
2973 signals.
2974
01093045
DE
29752012-07-19 Doug Evans <dje@google.com>
2976
2977 * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2978 there's no section at address zero.
2979 (dwarf2_record_block_ranges): Ditto.
2980
a7c3d162
YQ
29812012-07-19 Yao Qi <yao@codesourcery.com>
2982
2983 * command.h, remote.c: Fix a typo in comment.
2984
608b4967
TT
29852012-07-19 Tom Tromey <tromey@redhat.com>
2986
2987 PR exp/13206:
2988 * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2989 * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2990 OP_DECLTYPE>: New cases.
2991 * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2992 (type_exp): Add new productions.
2993 (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2994 and decltype.
2995 * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2996 New case.
2997 * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2998 OP_DECLTYPE>: New case.
2999 * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3000 New case.
3001 * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3002 * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3003
274b54d7
TT
30042012-07-19 Tom Tromey <tromey@redhat.com>
3005
3006 * c-exp.y (enum token_flags): New.
3007 (struct token) <cxx_only>: Remove.
3008 <flags>: New field.
3009 (tokentab3, tokentab2, ident_tokens): Update.
3010 (lex_one_token): Update. Handle FLAG_SHADOW.
3011
9eaf6705
TT
30122012-07-19 Tom Tromey <tromey@redhat.com>
3013
3014 * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3015 * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3016 UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3017 * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE. Update
3018 for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST. Use
3019 type_exp production where appropriate.
3020 * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3021 <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3022 <UNOP_MEMVAL_TYPE>: New case.
3023 (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3024 (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3025 * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3026 <UNOP_MEMVAL_TYPE>: New case.
3027 (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3028 UNOP_REINTERPRET_CAST>: Update.
3029 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3030 * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3031 UNOP_REINTERPRET_CAST>: Update.
3032 <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3033 * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3034 * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3035 constants.
3036
6ace3df1
YQ
30372012-07-19 Yao Qi <yao@codesourcery.com>
3038 Jan Kratochvil <jan.kratochvil@redhat.com>
3039
3040 * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3041 and case 'var_optional_filename' together.
3042 * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3043 instead of add_setshow_optional_filename_cmd for setshow command
3044 'args'. Set completer for 'set args'.
3045
48faced0
DE
30462012-07-18 Doug Evans <dje@google.com>
3047
3048 * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3049 * common/gdb_vecs.c: New file, contents from utils.c.
3050 * common/host-defs.h: New file, contents from defs.h.
3051 * utils.h: New file, contents from defs.h.
3052 * defs.h: Move all declarations of objects defined in utils.c
3053 to utils.h (except QUIT() and related).
3054 #include "utils.h", "host-defs.h".
3055 * probe.h (probe_p): Move here from gdb_vecs.h.
3056 * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3057 * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3058 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3059 * Makefile.in (SFILES): Add common/gdb_vecs.c.
3060 (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3061 (COMMON_OBS): Add gdb_vecs.o.
3062 (gdb_vecs.o): New rule.
3063
66f1999b
KS
30642012-07-18 Keith Seitz <keiths@redhat.com>
3065
3066 * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3067 parameter. If non-zero, use SYMNAME as the canonical name
3068 for the SaL.
3069 Update all callers.
3070 (convert_linespec_to_sals): Use add_sal_to_sals for
3071 expressions, too.
3072 (decode_line_full): No need to "fill in missing canonical names"
3073 anymore. Simply make cleanups for the allocated names.
3074
5d94e27b
KS
30752012-07-18 Keith Seitz <keiths@redhat.com>
3076
3077 * linespec.c (struct linespec): Constify expression,
3078 source_filename, function_name, and label_name.
3079 (symbol_not_found_error): Make all parameters const.
3080 (linespec_parser_delete): No need to check for NULL
3081 when using xfree. Cast const char * to char * for xfree.
3082
af4908ba
KS
30832012-07-18 Keith Seitz <keiths@redhat.com>
3084
3085 * breakpoint.c (invalid_thread_id_error): New function.
3086 (find_condition_and_thread): Use invalid_thread_id_error.
3087 (watch_command_1): Likewise.
3088
853254db
TT
30892012-07-18 Tom Tromey <tromey@redhat.com>
3090
3091 * cc-with-index.sh, cc-with-dwz.sh: Remove.
3092 * contrib/cc-with-tweaks.sh: New file.
3093
2ec9a5e0
TT
30942012-07-18 Tom Tromey <tromey@redhat.com>
3095
3096 * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3097 (locate_dwz_sections): Recognize .gdb_index.
3098 (create_cus_from_index_list): New function.
3099 (create_cus_from_index): Use it. Handle .dwz data.
3100 (read_index_from_section): New function, extracted from
3101 dwarf2_read_index.
3102 (dwarf2_read_index): Use it. Read .gdb_index from dwz file,
3103 if needed.
3104
36586728
TT
31052012-07-18 Tom Tromey <tromey@redhat.com>
3106
3107 * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3108 (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3109 <is_dwz>: New field.
3110 (struct dwz_file): New.
3111 (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3112 (locate_dwz_sections, dwarf2_get_dwz_file)
3113 (get_abbrev_section_for_cu): New functions.
3114 (error_check_comp_unit_head, read_and_check_comp_unit_head)
3115 (read_and_check_type_unit_head): Add abbrev_section argument.
3116 (create_debug_types_hash_table): Update.
3117 (init_cutu_and_read_dies): Use proper abbrev section.
3118 (init_cutu_and_read_dies_no_follow): Likewise.
3119 (set_partial_user): Do nothing if PST==NULL.
3120 (read_comp_units_from_section): New function.
3121 (create_all_comp_units): Use it.
3122 (scan_partial_symbols, partial_die_parent_scope): Update.
3123 (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3124 (process_imported_unit_die, read_partial_die): Handle .dwz files.
3125 (find_partial_die): Add offset_in_dwz argument. Update.
3126 (guess_partial_die_structure_name, fixup_partial_die): Update.
3127 (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3128 DW_FORM_GNU_strp_alt.
3129 (read_indirect_string_from_dwz): New function.
3130 (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3131 (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3132 (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3133 (follow_die_offset): Add offset_in_dwz argument.
3134 (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3135 (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3136 (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3137 Handle new macro forms.
3138 (dwarf_decode_macros): Update.
3139 (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3140 (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3141 (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3142 (create_debug_types_hash_table): Use correct abbrev section.
3143 (get_debug_line_section): New function.
3144 (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3145 (process_full_comp_unit): Pass 'required' argument to
3146 end_symtab_get_static_block.
3147 * buildsym.h (end_symtab_get_static_block): Update.
3148 * buildsym.c (end_symtab_get_static_block): Add 'required'
3149 argument.
3150 (end_symtab, end_expandable_symtab): Update.
3151
4bf44c1c
TT
31522012-07-18 Tom Tromey <tromey@redhat.com>
3153
3154 * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3155 (pagesize): Remove.
3156 (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3157 (zlib_decompress_section): Remove.
3158 (dwarf2_read_section): Use gdb_bfd_map_section.
3159 (munmap_section_buffer): Remove.
3160 (free_dwo_file, dwarf2_per_objfile_free): Don't use
3161 munmap_section_buffer.
3162 * gdb_bfd.c: Include zlib.h, sys/mman.h.
3163 (struct gdb_bfd_section_data): New.
3164 (free_one_bfd_section): New function.
3165 (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3166 (get_section_descriptor, zlib_decompress_section)
3167 (gdb_bfd_map_section): New functions.
3168 * gdb_bfd.h (gdb_bfd_map_section): Declare.
3169
bb397797
TT
31702012-07-18 Tom Tromey <tromey@redhat.com>
3171
3172 * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3173
6ec53d05
TT
31742012-07-18 Tom Tromey <tromey@redhat.com>
3175
3176 * gdb_bfd.c (struct gdb_bfd_data): New.
3177 (gdb_bfd_cache): New global.
3178 (struct gdb_bfd_cache_search): New.
3179 (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3180 (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3181 * gdb_bfd.h (gdb_bfd_open): Declare.
3182
f9a062ff
TT
31832012-07-18 Tom Tromey <tromey@redhat.com>
3184
3185 * utils.c (make_cleanup_bfd_unref): Rename from
3186 make_cleanup_bfd_close.
3187 * defs.h (make_cleanup_bfd_unref): Rename from
3188 make_cleanup_bfd_close.
3189 * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3190 (bfd_openw_with_cleanup): Update.
3191 * corelow.c (core_open): Update.
3192 * dsrec.c (load_srec): Update.
3193 * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3194 * remote-m32r-sdi.c (m32r_load): Update.
3195 * remote-mips.c (mips_load_srec): Update.
3196 (pmon_load_fast): Update.
3197 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3198 Update.
3199 (darwin_bfd_open): Update.
3200 * solib.c (solib_bfd_fopen): Update.
3201 * symfile-mem.c (symbol_file_add_from_memory): Update.
3202 * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3203 (symfile_bfd_open): Update.
3204 (generic_load): Update.
3205
d6ad71ba
TT
32062012-07-18 Tom Tromey <tromey@redhat.com>
3207
3208 * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3209 (pmon_load_fast): Likewise.
3210 * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3211 (m32r_upload_command): Likewise.
3212 * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3213 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3214 Use make_cleanup_bfd_close.
3215
a4453b7e
TT
32162012-07-18 Tom Tromey <tromey@redhat.com>
3217
3218 * symfile.c (symfile_bfd_open): Don't copy name. Call
3219 gdb_bfd_stash_filename.
3220 (load_command): Open the new BFD before freeing the old.
3221 (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3222 * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3223 Call gdb_bfd_stash_filename.
3224 * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3225 * solib-spu.c (spu_bfd_fopen): Don't copy name. Call
3226 gdb_bfd_stash_filename.
3227 * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3228 Free found_pathname.
3229 * rs6000-nat.c (add_vmap): Don't copy filename. Call
3230 gdb_bfd_stash_filename.
3231 * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3232 * machoread.c (macho_add_oso_symfile): Call
3233 gdb_bfd_stash_filename.
3234 (macho_symfile_read_all_oso): Arrange to free archive_name. Call
3235 gdb_bfd_stash_filename.
3236 (macho_check_dsym): Don't copy filename. Call
3237 gdb_bfd_stash_filename.
3238 * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3239 * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3240 * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3241 * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3242 * exec.c (exec_close): Don't free the BFD's filename.
3243 (exec_file_attach): Don't copy the filename. Call
3244 gdb_bfd_stash_filename.
3245 * corelow.c (core_close): Don't free the BFD's filename.
3246 (core_open): Call gdb_bfd_stash_filename.
3247 * corefile.c (reopen_exec_file): Remove #if 0 code.
3248 * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename. Free
3249 pathname.
3250 * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3251
cbb099e8
TT
32522012-07-18 Tom Tromey <tromey@redhat.com>
3253
3254 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3255 gdb_bfd_unref.
3256 (free_dwo_file): Use gdb_bfd_unref.
3257 * cli/cli-dump.c: Include gdb_bfd.h.
3258 (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3259 (bfd_openr_with_cleanup): Likewise.
3260 * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3261 gdb_bfd_unref.
3262 * utils.c: Include gdb_bfd.h.
3263 (do_bfd_close_cleanup): Use gdb_bfd_unref.
3264 * symfile.c: Include gdb_bfd.h.
3265 (separate_debug_file_exists): Use gdb_bfd_unref.
3266 (bfd_open_maybe_remote): Use gdb_bfd_ref.
3267 (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3268 (generic_load): Use gdb_bfd_ref.
3269 (reread_symbols): Use gdb_bfd_unref.
3270 * symfile-mem.c: Include gdb_bfd.h.
3271 (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3272 * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3273 * solib.c: Include gdb_bfd.h.
3274 (solib_bfd_fopen): Use gdb_bfd_ref.
3275 (solib_bfd_open): Use gdb_bfd_unref.
3276 (free_so_symbols): Use gdb_bfd_unref.
3277 (reload_shared_libraries_1): Use gdb_bfd_unref.
3278 * solib-spu.c: Include gdb_bfd.h.
3279 (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3280 * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3281 gdb_bfd_unref.
3282 * solib-frv.c: Include gdb_bfd.h.
3283 (enable_break2): Use gdb_bfd_unref.
3284 * solib-dsbt.c: Include gdb_bfd.h.
3285 (enable_break2): Use gdb_bfd_unref.
3286 * solib-darwin.c: Include gdb_bfd.h.
3287 (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3288 gdb_bfd_unref.
3289 (darwin_bfd_open): Use gdb_bfd_unref.
3290 * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3291 * remote-mips.c: Include gdb_bfd.h.
3292 (mips_load_srec): Use gdb_bfd_ref.
3293 (pmon_load_fast): Use gdb_bfd_ref.
3294 * remote-m32r-sdi.c: Include gdb_bfd.h.
3295 (m32r_load): Use gdb_bfd_ref.
3296 * record.c: Include gdb_bfd.h.
3297 (record_save_cleanups): Use gdb_bfd_unref.
3298 (cmd_record_save): Use gdb_bfd_unref.
3299 * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3300 gdb_bfd_unref.
3301 * objfiles.h (gdb_bfd_close_or_warn): Remove.
3302 (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3303 * objfiles.c: Include gdb_bfd.h.
3304 (free_objfile): Use gdb_bfd_unref.
3305 (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3306 gdb_bfd.c.
3307 * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3308 (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3309 (macho_check_dsym): Likewise.
3310 * m32r-rom.c: Include gdb_bfd.h.
3311 (m32r_load): Use gdb_bfd_ref.
3312 (m32r_upload_command): Use gdb_bfd_ref.
3313 * jit.c: Include gdb_bfd.h.
3314 (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3315 * gdb_bfd.h: New file.
3316 * gdb_bfd.c: New file.
3317 * gcore.c: Include gdb_bfd.h.
3318 (create_gcore_bfd): Use gdb_bfd_ref.
3319 (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3320 (gcore_command): Use gdb_bfd_unref.
3321 * exec.c: Include gdb_bfd.h.
3322 (exec_close): Use gdb_bfd_unref.
3323 (exec_close_1): Use gdb_bfd_unref.
3324 (exec_file_attach): Use gdb_bfd_ref.
3325 * elfread.c: Include gdb_bfd.h.
3326 (build_id_verify): Use gdb_bfd_unref.
3327 * dsrec.c: Include gdb_bfd.h.
3328 (load_srec): Use gdb_bfd_ref.
3329 * corelow.c: Include gdb_bfd.h.
3330 (core_close): Use gdb_bfd_unref.
3331 (core_open): Use gdb_bfd_ref.
3332 * bfd-target.c: Include gdb_bfd.h.
3333 (target_bfd_xclose): Use gdb_bfd_unref.
3334 (target_bfd_reopen): Use gdb_bfd_ref.
3335 * Makefile.in (SFILES): Add gdb_bfd.c.
3336 (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3337 (COMMON_OBS): Add gdb_bfd.o.
3338
ed1d1739
KS
33392012-07-18 Keith Seitz <keiths@redhat.com>
3340
3341 * breakpoint.c (find_condition_and_thread): Initialize
3342 TASK and REST.
3343 (create_breakpiont): find_condition_and_thread will now
3344 initialize COND_STRING, THREAD, and REST (and TASK).
3345 (addr_string_to_sals): Likewise.
3346
eab402df
PA
33472012-07-18 Pedro Alves <palves@redhat.com>
3348
3349 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3350 Pull the single step breakpoints out of the target.
3351
2b963b68
SDJ
33522012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3353
3354 * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3355 * stap-probe.c (compile_probe_arg): Likewise.
3356
6bac7473
SDJ
33572012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
3358
3359 * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3360 (elf_compile_to_ax): Likewise.
3361 * infrun.c (insert_exception_resume_from_probe): Likewise.
3362 (check_exception_resume): Remove `objfile' variable.
3363 * probe.c (find_probe_by_pc): Remove `objfile' argument.
3364 (struct probe_and_objfile, probe_and_objfile_s): Delete.
3365 (collect_probes): Adjust return value to `VEC (probe_p) *'.
3366 (compare_entries): Rename to...
3367 (compare_probes): ...this. Adjust function to work with
3368 `struct probe *'. Rename variables `ea' and `eb' to `pa' and `pb'
3369 respectively.
3370 (gen_ui_out_table_header_info): Adjust `probes' argument to be
3371 `VEC (probe_p) *'.
3372 (print_ui_out_info): Adjust argument to be `struct probe *'.
3373 (info_probes_for_ops): Adjust internal computations to use
3374 `VEC (probe_p) *'.
3375 (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3376 * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3377 gen_info_probes_table_values>: Remove `objfile' argument.
3378 (struct probe) <objfile>: New field.
3379 (find_probe_by_pc): Remove `objfile' argument.
3380 * stap-probe.c (stap_parse_probe_arguments): Likewise.
3381 (stap_get_probe_argument_count): Likewise.
3382 (stap_get_arg): Likewise.
3383 (stap_evaluate_probe_argument): Likewise.
3384 (stap_compile_to_ax): Likewise.
3385 (compile_probe_arg): Refactor not to pass `objfile' anymore.
3386 (handle_stap_probe): Fill `objfile' field from `struct probe'.
3387 (stap_gen_info_probes_table_header): Remove `objfile' argument.
3388 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3389 sym_compile_to_ax>: Likewise.
3390
3347eb1a 33912012-07-18 Terry Guo <terry.guo@arm.com>
3392
3393 PR 14329
3394 * defs.h (GDB_MI_MSG_WIDTH): New.
3395 * ser_base (ser_base_read_error_fd): New function.
3396 (do_ser_base_readchar): Poll error file descriptor as well as
3397 standard output.
f782ad9b 3398 (generic_readchar): Refactor error handling.
3347eb1a 3399
80c8d323
JB
34002012-07-18 Joel Brobecker <brobecker@adacore.com>
3401
3402 * NEWS: Create a new section for the next release branch.
3403 Rename the section of the current branch, now that it has
3404 been cut.
3405
b45a0664 34062012-07-18 Joel Brobecker <brobecker@adacore.com>
3407
3408 GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
3409 * version.in: Bump version to 7.5.50.20120718-cvs.
3410
09cf2b22
KS
34112012-07-17 Keith Seitz <keiths@redhat.com>
3412
3413 * linespec.c (linespec_parse_line_offset): Make parameter
3414 const.
3415
8f043999
JK
34162012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 PR 11914
3419 * f-valprint.c (info_common_command): New variable frame_id.
3420 Reinitialize FI form FRAME_ID after each print_variable_and_value.
3421 * printcmd.c (print_variable_and_value): Extend function comment.
3422 Add comment for invalidated FRAME.
3423 * stack.c (backtrace_command_1): New variable frame_id. Reinitialize
3424 FI form FRAME_ID after each print_frame_local_vars.
3425 (struct print_variable_and_value_data): Change frame to frame_id.
3426 (do_print_variable_and_value): New variable frame, initialize it from
3427 p->frame_id. Add comment for invalidated FRAME.
3428 (print_frame_local_vars, print_frame_arg_vars): New function comment.
3429 Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization. Add comment
3430 for invalidated FRAME.
3431
ae5e0686
MK
34322012-07-16 Marc Khouzam <marc.khouzam@ericsson.com>
3433 Pedro Alves <palves@redhat.com>
3434
3435 * linux-nat.c (linux_nat_detach): Don't unregister from the event
3436 loop.
3437
5049c5be
TT
34382012-07-16 Tom Tromey <tromey@redhat.com>
3439
3440 * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
3441
2908cac6
DE
34422012-07-15 Doug Evans <dje@google.com>
3443
094b34ac
DE
3444 * dwarf2read.c (stmt_list_hash): New struct.
3445 (type_unit_group): Embed "per_cu" member, remove pointer.
3446 New union member "t", move member "tus" into it, all uses updated.
3447 New member "hash", replaces member "line_offset, all uses updated.
3448 (quick_file_names): Replace member "offset" with "hash", all uses
3449 updated.
3450 (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
3451 (hash_file_name_entry, eq_file_name_entry): Call them.
3452 (hash_type_unit_group, eq_type_unit_group): Ditto.
3453 (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
3454 (dw2_get_file_names_reader): Fix file name table calculation for TUs.
3455 (dw2_get_file_names): Update.
3456 (create_type_unit_group): Replace "per_cu" arg with "cu".
3457 All callers updated. Fix "quick" (.gdb_index) handling.
3458 (get_type_unit_group): Replace "per_cu" arg with "cu".
3459 All callers updated.
3460 (build_type_unit_groups): Don't reset tu_stats.
3461
2908cac6
DE
3462 * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
3463 "tab_cur_size". Change member "tab" to be a htab_t.
3464 (create_filename_seen_cache): Update.
3465 (clear_filename_seen_cache, delete_filename_seen_cache): Update.
3466 (filename_seen): Update.
3467
a2b6eff5
DE
34682012-07-13 Doug Evans <dje@google.com>
3469
3470 * symtab.c (filename_seen): Update comment.
3471
4359dff1
JK
34722012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3473 Doug Evans <dje@google.com>
3474
3475 * buildsym.c (end_symtab_1): Split it to ...
3476 (end_symtab_get_static_block): ... this ...
3477 (end_symtab_from_static_block): ... and this function.
3478 (end_symtab, end_expandable_symtab): Call them.
3479 * buildsym.h (end_symtab_get_static_block)
3480 (end_symtab_from_static_block): New declarations.
3481 * dwarf2read.c (process_full_comp_unit): New variable static_block.
3482 Set its valid CU ranges.
3483
a24f71ab
JK
34842012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3485
3486 * dwarf2loc.c (disassemble_dwarf_expression): Handle
3487 DW_OP_GNU_parameter_ref.
3488
d76b7dbc
JK
34892012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3490
3491 * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
3492 read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
3493
9fdc877b
DE
34942012-07-13 Doug Evans <dje@google.com>
3495
3496 * symtab.c (output_source_filename): Delete unnecessary forward decl.
3497 (filename_seen_cache): New struct.
3498 (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
3499 (create_filename_seen_cache): New function.
3500 (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
3501 (filename_seen): Delete arg "first". New arg "cache". All callers
3502 updated.
3503 (output_source_filename_data): New struct.
3504 (output_source_filename): Delete arg "first". New arg "data".
3505 All callers updated.
3506 (sources_info): Delete local "first". New locals "data", "cleanups".
3507 Rewrite to use filename_seen_cache.
3508 (add_partial_filename_data): Delete member "first". New member
3509 "filename_seen_cache". All uses updated.
3510 (make_source_files_completion_list): Rewrite to use
3511 filename_seen_cache.
3512
f80c6f3f
DE
35132012-07-12 Doug Evans <dje@google.com>
3514
3515 * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
3516
0bfa869d
DE
35172012-07-10 Doug Evans <dje@google.com>
3518
f4dc4d17
DE
3519 PR gdb/13498
3520 * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
3521 all_type_unit_groups, type_unit_groups, tu_stats.
3522 (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
3523 All uses updated. Add type_unit_group to union "s".
3524 (type_unit_group): New struct.
3525 (IS_TYPE_UNIT_GROUP): New macro.
3526 (abbrev_table): Delete unused member "section".
3527 (dw2_do_instantiate_symtab): Early exit if type_unit_group.
3528 (dw2_get_cu): Assert not used with type_unit_group.
3529 (dw2_get_primary_cu): New function.
3530 (dw2_build_type_unit_groups_reader): New function.
3531 (dw2_build_type_unit_groups): New function.
3532 (dw2_get_file_names): Assert not called on type units.
3533 (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
3534 Redo loop to iterate over type unit groups instead of type units.
3535 (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
3536 (read_abbrev_offset): New function.
3537 (init_cutu_and_read_dies): New arg "abbrev_table". All callers
3538 updated.
3539 (create_partial_symtab): New function.
3540 (process_psymtab_comp_unit_reader): Assert not used with type units.
3541 Call create_partial_symtab.
3542 (process_psymtab_type_unit): Delete.
3543 (hash_type_unit_group, eq_type_unit_group): New functions.
3544 (allocate_type_unit_groups_table): New function.
3545 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
3546 (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
3547 (create_type_unit_group, get_type_unit_group): New functions.
3548 (tu_abbrev_offset): New struct.
3549 (sort_tu_by_abbrev_offset): New function.
3550 (add_type_unit_group_to_table): New function.
3551 (build_type_unit_groups): New function.
3552 (build_type_psymtabs_reader): New function.
3553 (build_type_psymtab_dependencies): New function.
3554 (build_type_psymtabs): Rewrite.
3555 (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
3556 is seen in a type unit.
3557 (process_queue): Move symtab expansion debugging printfs here.
3558 Call process_full_type_unit for type units.
3559 (compute_symtab_includes): Assert not called for type units.
3560 (process_cu_includes): Don't call compute_symtab_includes for
3561 type units.
3562 (process_full_type_unit): New function.
3563 (process_imported_unit_die): Flag an error if called for type units.
3564 (handle_DW_AT_stmt_list): Delete arg "want_line_info". All callers
3565 updated. Assert not called for type units.
3566 (read_file_scope): Call dwarf2_start_symtab.
3567 (setup_type_unit_groups): New function.
3568 (read_type_unit_scope): Rewrite.
3569 (abbrev_table_read_table): Initialize abbrev_table->offset.
3570 (abbrev_table_free_cleanup): New function.
3571 (dwarf2_start_symtab): New function.
3572 (load_full_type_unit): Assert not called for type unit groups.
6d30eef8
DE
3573 * buildsym.c (finish_block_internal): New arg "expandable".
3574 All callers updated.
3575 (start_symtab): Move most contents to ...
3576 (restart_symtab): ... here. New function.
3577 (reset_symtab_globals): New function.
3578 (end_symtab_1): Renamed from end_symtab. New arg "expandable".
3579 Call reset_symtab_globals.
3580 (end_symtab, end_expandable_symtab): New functions.
3581 (set_missing_symtab, augment_type_symtab): New functions.
3582 * buildsym.h (end_expandable_symtab): Declare.
3583 (augment_type_symtab, restart_symtab): Declare.
b4c41fc7
DE
3584 * psympriv.h (struct partial_symtab): New member "anonymous".
3585 * psymtab.c (partial_map_symtabs_matching_filename): Ignore
3586 anonymous psymtabs.
3587 (read_psymtabs_with_filename): Ditto.
3588 (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
3589 (expand_symtabs_matching_via_partial): Ditto.
3590 (dump_psymtab): Update.
0bfa869d
DE
3591 * dictionary.c (dict_add_pending): New function.
3592 * dictionary.h (dict_add_pending): Declare.
3593
45e58e77
DE
35942012-07-09 Doug Evans <dje@google.com>
3595
b74db436
DE
3596 * buildsym.c (start_subfile): Remove unnecessary check for
3597 name == NULL.
3598
fd55216c
DE
3599 * psymtab.c (allocate_psymtab): Use host_address_to_string.
3600
6721b2ec
DE
3601 * dwarf2read.c (load_full_type_unit): Simplify.
3602
b4dd5633
DE
3603 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
3604 to struct signatured_type **. All uses updated.
3605
45e58e77
DE
3606 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
3607 All callers updated.
3608
e314d629
TT
36092012-07-09 Tom Tromey <tromey@redhat.com>
3610
3611 * c-exp.y (check_parameter_typelist): New function.
3612 (parameter_typelist): Call it.
3613 * eval.c (make_params): Handle '(void)' case.
3614 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3615 '(void)' case.
3616
aa7c7447
JK
36172012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3618
3619 * common/linux-ptrace.c: Include gdb_assert.h.
3620 <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
3621 <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
3622 stdint.h.
3623 (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
3624 functions.
3625 * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
3626 * linux-nat.c (linux_child_post_attach)
3627 (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
3628
889003ed
JK
36292012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3630
3631 * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
3632 nptl <2.7 bug workaround for core files.
3633
da559b09
JK
36342012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3635
3636 * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
3637 clearing.
3638 (save_siginfo): Remove.
3639 (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
3640 call.
3641 (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
3642 (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
3643 * linux-nat.h (struct lwp_info): Remove field siginfo.
3644
f865ee35
JK
36452012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 Code cleanup for the next patch.
3648 * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
3649 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3650 call for it.
3651 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3652 (ia64_linux_stopped_data_address):
3653 * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
3654 the return value.
3655 * linux-nat.h (linux_nat_get_siginfo): Likewise.
3656 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
3657 siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
3658 call for it.
3659
76b83c51
JK
36602012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 PR 14321
3663 * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
3664 Increase buffer sizes to 2x we need, not just 2x of the previous size.
3665
a6fb9c08
TT
36662012-07-06 Tom Tromey <tromey@redhat.com>
3667
3668 * c-exp.y (DOTDOTDOT): New token.
3669 (func_mod, exp): Use parameter_typelist.
3670 (parameter_typelist): New production.
3671 (tokentab3): Add "..." token.
3672 * eval.c (make_params): Handle varargs.
3673 * gdbtypes.c (lookup_function_type_with_arguments): Handle
3674 varargs.
3675
71918a86
TT
36762012-07-06 Tom Tromey <tromey@redhat.com>
3677
3678 PR exp/9608:
3679 * c-exp.y (%union) <tvec>: Change type.
3680 (func_mod): Now uses <tvec> type.
3681 (exp): Update for tvec change.
3682 (direct_abs_decl): Push the typelist.
3683 (func_mod): Return a typelist.
3684 (nonempty_typelist): Update for tvec change.
3685 * gdbtypes.c (lookup_function_type_with_arguments): New function.
3686 * gdbtypes.h (lookup_function_type_with_arguments): Declare.
3687 * parse.c (pop_type_list): New function.
3688 (push_typelist): New function.
3689 (follow_types): Handle tp_function_with_arguments.
3690 * parser-defs.h (type_ptr): New typedef. Define a VEC.
3691 (enum type_pieces) <tp_function_with_arguments>: New constant.
3692 (union type_stack_elt) <typelist_val>: New field.
3693 (push_typelist): Declare.
3694
fcde5961
TT
36952012-07-06 Tom Tromey <tromey@redhat.com>
3696
3697 * c-exp.y (%union) <type_stack>: New field.
3698 (abs_decl, direct_abs_decl): Use <type_stack> type. Update.
3699 (ptr_operator_ts): New production.
3700 (ptype): Update.
3701 * parse.c (type_stack_reserve): New function.
3702 (check_type_stack_depth): Use it.
3703 (pop_type_stack, append_type_stack, push_type_stack)
3704 (get_type_stack, type_stack_cleanup): New functions.
3705 (follow_types): Handle tp_type_stack.
3706 (_initialize_parse): Simplify initialization.
3707 * parser-defs.h (enum type_pieces) <tp_type_stack>: New
3708 constant.
3709 (union type_stack_elt) <stack_val>: New field.
3710 (get_type_stack, append_type_stack, push_type_stack)
3711 (type_stack_cleanup): Declare.
3712
1a7d0ce4
TT
37132012-07-06 Tom Tromey <tromey@redhat.com>
3714
3715 * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
3716 Remove.
3717 (struct type_stack): New.
3718 * parse.c (type_stack, type_stack_size, type_stack_depth):
3719 Remove.
3720 (type_stack): New global.
3721 (parse_exp_in_context, check_type_stack_depth)
3722 (insert_into_type_stack, insert_type, push_type, push_type_int)
3723 (insert_type_address_space, pop_type, pop_type_int)
3724 (_initialize_parse): Update.
3725
16d01384
TT
37262012-07-06 Tom Tromey <tromey@redhat.com>
3727
3728 * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
3729 Remove %type.
3730
9bfc60bf
SP
37312012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3732
3733 * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
3734
d5161074
SP
37352012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3736 Jan Kratochvil <jan.kratochvil@redhat.com>
3737
3738 * cp-valprint.c (cp_print_value): Replace potentially unsafe
3739 alloca with xmalloc/xfree.
3740
a74bc576
SP
37412012-07-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3742
3743 * MAINTAINERS (Write After Approval): Add myself to the list.
3744
667e0a4b
DE
37452012-07-05 Doug Evans <dje@google.com>
3746
3747 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
3748
34b536a8
HZ
37492012-07-05 Hui Zhu <hui_zhu@mentor.com>
3750
3751 * ax-gdb.c (cli/cli-utils.h): New include.
3752 (linespec.h): Ditto.
3753 (agent_eval_command_one): New function.
3754 (agent_command_1): Ditto.
3755 (agent_command): Call function agent_command_1.
3756 (agent_eval_command): Ditto.
3757 (_initialize_ax_gdb): Change help for "maint agent"
3758 and "maint agent-eval".
3759
e6f0bce7
HZ
37602012-07-05 Hui Zhu <hui_zhu@mentor.com>
3761
3762 * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
3763 * cli/cli-utils.c (check_for_argument): New function.
3764 * cli/cli-utils.h (check_for_argument): Ditto.
3765
1b3371b1
L
37662012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3767
3768 * NEWS: Mention x32 ABI support.
3769
23e2d720
L
37702012-07-04 H.J. Lu <hongjiu.lu@intel.com>
3771
3772 * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
3773 AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
3774
3775 * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
3776 and pc_regnum_from_eax to -1. Update SP regnum from
3777 sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
3778 needed.
3779
3780 * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
3781 pc_regnum_from_eax.
3782
836bf454
JK
37832012-07-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
3786 * dwarf2expr.h: Include gdbtypes.h.
3787 (enum call_site_parameter_kind, union call_site_parameter_u): Remove
3788 these forward declarations.
3789 (cu_offset, sect_offset): Move these ...
3790 * gdbtypes.h: Remove include dwarf2expr.h.
3791 (cu_offset, sect_offset): ... here.
3792
1e55e04f
L
37932012-07-03 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
3796 (amd64_linux_sigtramp_code): This.
3797 (amd64_x32_linux_sigtramp_code): New.
3798 (LINUX_SIGTRAMP_LEN): Updated.
3799 (amd64_linux_sigtramp_start): Check x32 sigtramp.
3800
7d0e21ad
JK
38012012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
3804
8775fd2d
JK
38052012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3806
3807 * config.in: Regenerate.
3808 * configure: Regenerate.
3809 * configure.ac: Remove check for gnu/libc-version.h.
3810 * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
3811 gnu/libc-version.h.
3812 (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
3813 variables libc_version, libc_major and libc_minor. Replace sscanf by
3814 inferior_has_bug. Extend the comment.
3815
fcb44371
JK
38162012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 * linux-thread-db.c (inferior_has_bug): New function.
3819 (thread_db_find_new_threads_silently): Return boolean as checked by
3820 inferior_has_bug, describe it in the comments.
3821 (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
3822 earlier. Abort the initialization if it returned non-zero.
7d0e21ad 3823 (thread_db_new_objfile): Exclude debug files.
fcb44371
JK
3824 (thread_db_find_new_threads_2): Preinitialize ERR. Check errors also
3825 if UNTIL_NO_NEW,
3826
09406207
DE
38272012-07-02 Doug Evans <dje@google.com>
3828
0907af0c
DE
3829 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
3830 related to queue management.
3831
09406207
DE
3832 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
3833 instead of "debug dwarf2-die" in debugging printfs.
3834 (create_debug_info_hash_table_reader): Ditto.
3835 (create_debug_info_hash_table): Ditto.
3836 (init_dwo_file): Ditto.
3837 (init_cutu_and_read_dies): Add debugging printf.
3838 (init_cutu_and_read_dies_no_follow): Ditto.
3839 (process_psymtab_comp_unit_reader): Ditto.
3840
d3ce09f5
SS
38412012-07-02 Stan Shebs <stan@codesourcery.com>
3842
3843 Add target-side support for dynamic printf.
3844 * NEWS: Mention the additional style.
3845 * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
3846 (struct bp_location): New field cmd_bytecode.
3847 * breakpoint.c: Include format.h.
3848 (disconnected_dprintf): New global.
3849 (parse_cmd_to_aexpr): New function.
3850 (build_target_command_list): New function.
3851 (insert_bp_location): Call it.
3852 (remove_breakpoints_pid): Skip dprintf breakpoints.
3853 (print_one_breakpoint_location): Ditto.
3854 (dprintf_style_agent): New global.
3855 (dprintf_style_enums): Add dprintf_style_agent.
3856 (update_dprintf_command_list): Add agent case.
3857 (agent_printf_command): New function.
3858 (_initialize_breakpoint): Add new commands.
3859 * common/ax.def (printf): New bytecode.
3860 * ax.h (ax_string): Declare.
3861 * ax-gdb.h (gen_printf): Declare.
3862 * ax-gdb.c: Include cli-utils.h, format.h.
3863 (gen_printf): New function.
3864 (maint_agent_print_command): New function.
3865 (_initialize_ax_gdb): Add maint agent-printf command.
3866 * ax-general.c (ax_string): New function.
3867 (ax_print): Add printf disassembly.
3868 * Makefile.in (SFILES): Add format.c
3869 (COMMON_OBS): Add format.o.
3870 * common/format.h: New file.
3871 * common/format.c: New file.
3872 * printcmd.c: Include format.h.
3873 (ui_printf): Call parse_format_string.
3874 * remote.c (remote_state): New field breakpoint_commands.
3875 (PACKET_BreakpointCommands): New enum.
3876 (remote_breakpoint_commands_feature): New function.
3877 (remote_protocol_features): Add new BreakpointCommands entry.
3878 (remote_can_run_breakpoint_commands): New function.
3879 (remote_add_target_side_commands): New function.
3880 (remote_insert_breakpoint): Call it.
3881 (remote_insert_hw_breakpoint): Ditto.
3882 (_initialize_remote): Add new packet configuration for
3883 target-side breakpoint commands.
3884 * target.h (struct target_ops): New field
3885 to_can_run_breakpoint_commands.
3886 (target_can_run_breakpoint_commands): New macro.
3887 * target.c (update_current_target): Handle
3888 to_can_run_breakpoint_commands.
3889
2d7b58e8
JK
38902012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3891
3892 Execute -ix and -iex only after system and user gdbinit files.
3893 * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3894 processing down after gdbinit files.
3895
8690e634
JK
38962012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 Add fnmatch-gnu module.
3899 * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3900 * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3901 * gnulib/aclocal.m4: Regenerate.
3902 * gnulib/config.in: Regenerate.
3903 * gnulib/configure: Regenerate.
3904 * gnulib/import/dummy.c: Remove.
3905 * gnulib/import/Makefile.am: Regenerate.
3906 * gnulib/import/Makefile.in: Likewise.
3907 * gnulib/import/m4/gnulib-cache.m4: Likewise.
3908 * gnulib/import/m4/gnulib-comp.m4: Likewise.
3909 * gnulib/import/alloca.c: New file.
3910 * gnulib/import/alloca.in.h: Likewise.
3911 * gnulib/import/config.charset: Likewise.
3912 * gnulib/import/fnmatch.c: Likewise.
3913 * gnulib/import/fnmatch.in.h: Likewise.
3914 * gnulib/import/fnmatch_loop.c: Likewise.
3915 * gnulib/import/localcharset.c: Likewise.
3916 * gnulib/import/localcharset.h: Likewise.
3917 * gnulib/import/m4/alloca.m4: Likewise.
3918 * gnulib/import/m4/codeset.m4: Likewise.
3919 * gnulib/import/m4/configmake.m4: Likewise.
3920 * gnulib/import/m4/fcntl-o.m4: Likewise.
3921 * gnulib/import/m4/fnmatch.m4: Likewise.
3922 * gnulib/import/m4/glibc21.m4: Likewise.
3923 * gnulib/import/m4/localcharset.m4: Likewise.
3924 * gnulib/import/m4/locale-fr.m4: Likewise.
3925 * gnulib/import/m4/locale-ja.m4: Likewise.
3926 * gnulib/import/m4/locale-zh.m4: Likewise.
3927 * gnulib/import/m4/mbrtowc.m4: Likewise.
3928 * gnulib/import/m4/mbsinit.m4: Likewise.
3929 * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3930 * gnulib/import/m4/mbstate_t.m4: Likewise.
3931 * gnulib/import/m4/stdbool.m4: Likewise.
3932 * gnulib/import/m4/wchar_h.m4: Likewise.
3933 * gnulib/import/m4/wctype_h.m4: Likewise.
3934 * gnulib/import/m4/wint_t.m4: Likewise.
3935 * gnulib/import/mbrtowc.c: Likewise.
3936 * gnulib/import/mbsinit.c: Likewise.
3937 * gnulib/import/mbsrtowcs-impl.h: Likewise.
3938 * gnulib/import/mbsrtowcs-state.c: Likewise.
3939 * gnulib/import/mbsrtowcs.c: Likewise.
3940 * gnulib/import/ref-add.sin: Likewise.
3941 * gnulib/import/ref-del.sin: Likewise.
3942 * gnulib/import/stdbool.in.h: Likewise.
3943 * gnulib/import/streq.h: Likewise.
3944 * gnulib/import/strnlen1.c: Likewise.
3945 * gnulib/import/strnlen1.h: Likewise.
3946 * gnulib/import/verify.h: Likewise.
3947 * gnulib/import/wchar.in.h: Likewise.
3948 * gnulib/import/wctype.in.h: Likewise.
3949
202cbf1c
JK
39502012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 Support shell wildcards for 'set auto-load safe-path'.
3953 * auto-load.c: Include fnmatch.h.
3954 (filename_is_in_dir): Rename to ...
3955 (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3956 it. Update function comment. Rename dir_len to pattern_len. New
3957 variables filename_len, pattern and filename. Add more DEBUG_AUTO_LOAD
3958 messages. Use gdb_filename_fnmatch.
3959 (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3960 pattern.
3961 (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3962 * defs.h (gdb_filename_fnmatch): New declaration.
3963 * utils.c: Include fnmatch.h.
3964 (gdb_filename_fnmatch): New function.
3965
fb7b5af4
SDJ
39662012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
3967
3968 * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3969 `-probe' and `-probe-stap' options.
3970
72d0e2c5
YQ
39712012-07-01 Yao Qi <yao@codesourcery.com>
3972
3973 * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3974 always_inserted_off, and always_inserted_enums.
3975 Change always_inserted_mode's type to 'enum auto_boolean'.
3976 (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3977 callers.
3978 (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3979 of add_setshow_enum_cmd.
3980 * infrun.c: Remove can_use_displaced_stepping_auto,
3981 can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3982 can_use_displaced_stepping_enum.
3983 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3984 (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3985 (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3986 add_setshow_enum_cmd.
3987
42e7ad6c
DE
39882012-06-30 Doug Evans <dje@google.com>
3989
3990 * dwarf2read.c (signatured_type): Make "per_cu" member first.
3991 (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3992 currently being read. Propagate DW_AT_comp_dir to DWO DIE.
3993
39cf75f7
DE
39942012-06-29 Doug Evans <dje@google.com>
3995
3996 * linespec.c: #include "stack.h".
3997 (decode_line_with_current_source): Moved here from symtab.c and
3998 renamed from decode_line_spec. All callers updated.
3999 (decode_line_with_last_displayed): Moved here from breakpoint.c and
4000 renamed from decode_line_spec_1. All callers updated.
4001 * linespec.h (decode_line_with_current_source): Move declaration here
4002 from symtab.h and renamed from decode_line_spec.
4003 (decode_line_with_last_displayed): Move declaration here from symtab.h
4004 and renamed from decode_line_spec_1.
4005 * macrocmd.c: #include "linespec.h".
4006 * symtab.c: Remove #include "linespec.h".
4007
433df2d4
DE
40082012-06-28 Doug Evans <dje@google.com>
4009
1ce1cefd
DE
4010 * dwarf2read.c (get_cu_length): New function.
4011 (offset_in_cu_p, error_check_comp_unit_head): Call it.
4012 (create_debug_types_hash_table): Ditto.
4013 (init_cutu_and_read_dies): Ditto.
4014 (init_cutu_and_read_dies_no_follow): Ditto.
4015
3b80fe9b
DE
4016 * dwarf2read.c (dwarf2_find_base_address): Move definition.
4017
433df2d4
DE
4018 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4019 (struct abbrev_table): Define.
4020 (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4021 abbrev_table.
4022 (init_cutu_and_read_dies): Update.
4023 (abbrev_table_alloc_abbrev): New function. Replaces
4024 dwarf_alloc_abbrev. All callers updated.
4025 (abbrev_table_add_abbrev): New function.
4026 (abbrev_table_lookup_abbrev): New function. Replaces
4027 dwarf2_lookup_abbrev. All callers updated.
4028 (abbrev_table_read_table): New function. Contents moved here from
4029 dwarf2_read_abbrevs.
4030 (dwarf2_read_abbrevs): Call it.
4031 (abbrev_table_free): New function.
4032 (dwarf2_free_abbrev_table): Call it.
4033
71caed83
SS
40342012-06-28 Stan Shebs <stan@codesourcery.com>
4035
4036 * osdata.c (info_osdata_command): Filter out "Title" columns
4037 from non-MI uses.
4038 * common/linux-osdata.c (struct osdata_type): Add title field.
4039 (osdata_table): Add titles to each entry.
4040 (linux_command_xfer_osdata): Add a column for title data.
4041
37ce89eb
SS
40422012-06-28 Stan Shebs <stan@codesourcery.com>
4043
4044 Make logging work for MI.
4045 * NEWS: Mention it.
4046 * interps.h (interp_set_logging_ftype): New typedef.
4047 (struct interp_procs): New field set_logging_proc.
4048 (current_interp_set_logging): Declare.
4049 * interps.c (current_interp_set_logging): New function.
4050 * cli/cli-logging.c: Include interps.h.
4051 (set_logging_redirect): Call current_interp_set_logging.
4052 (pop_output_files): Ditto.
4053 (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4054 * mi/mi-console.h (mi_console_set_raw): Declare.
4055 * mi/mi-console.c (mi_console_set_raw): New function.
4056 * mi/mi-interp.c (saved_raw_stdout): New global.
4057 (mi_set_logging): New function.
4058 (_initialize_mi_interp): Add it to interp procs.
4059
659c9f3a
DE
40602012-06-28 Doug Evans <dje@google.com>
4061
a743abeb
DE
4062 * symtab.c (lookup_symbol_aux_objfile): Use
4063 ALL_OBJFILE_PRIMARY_SYMTABS.
4064
659c9f3a
DE
4065 * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4066
da2d6d3d
JK
40672012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4068
4069 * common/buffer.c: Include inttypes.h and stdint.h.
4070 (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4071
e5ef252a
PA
40722012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4073 Pedro Alves <palves@redhat.com>
4074
4075 * gdbthread.h (ALL_THREADS): New macro.
4076 (thread_list): Declare.
4077 * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4078 going, but instead fall through to the stepping handling.
4079 * linux-nat.c (resume_lwp): New parameter 'signo'. Resume with
4080 the passed in signal. Adjust debug output.
4081 (resume_callback): Rename to ...
4082 (linux_nat_resume_callback): ... this. Pass the thread's last
4083 stop signal, if in "pass" state.
4084 (linux_nat_resume): Adjust to rename.
4085 (stop_wait_callback): New assertion. Don't respawn signals;
4086 instead let the LWP remain with SIGNALLED set.
4087 (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4088 * remote.c (append_pending_thread_resumptions): New.
4089 (remote_vcont_resume): Call it.
4090 * target.h (target_resume): Extend comment.
4091
1d7975eb
IS
40922012-06-28 Iain Sandoe <iain@codesourcery.com>
4093
4094 * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4095
2e3cf129
DE
40962012-06-27 Doug Evans <dje@google.com>
4097
4098 * dwarf2read.c (dwarf2_cu): Add ranges_base.
4099 Delete have_addr_base, unused. All uses updated.
4100 (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4101 (dwarf2_get_pc_bounds): Add ranges_base.
4102 (dwarf2_record_block_ranges): Ditto.
4103
1bb9788d
TT
41042012-06-27 Tom Tromey <tromey@redhat.com>
4105
4106 PR macros/7961:
4107 * varobj.c (varobj_create): Update.
4108 (varobj_set_value): Update.
4109 * tracepoint.c (validate_actionline): Update.
4110 (encode_actions_1): Update.
4111 * parse.c (parse_exp_1): Add 'pc' argument.
4112 (parse_exp_in_context): Add 'pc' argument. Change how
4113 expression_context_pc is set.
4114 (parse_expression): Update.
4115 (parse_field_expression): Update.
4116 * expression.h (parse_exp_1): Update.
4117 * eval.c (parse_to_comma_and_eval): Update.
4118 * breakpoint.c (set_breakpoint_condition): Update.
4119 (update_watchpoint): Update.
4120 (init_breakpoint_sal): Update
4121 (find_condition_and_thread): Update.
4122 (watch_command_1): Update.
4123 (update_breakpoint_locations): Update.
4124 * ada-lang.c (ada_read_renaming_var_value): Update.
4125 (create_excep_cond_exprs): Update.
4126
0bc3a05c
DE
41272012-06-27 Doug Evans <dje@google.com>
4128
4129 * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4130 type units.
4131
4bdcc0c1
DE
41322012-06-26 Doug Evans <dje@google.com>
4133
4134 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4135 prototype.
4136 (error_check_comp_unit_head): New arg abbrev_section. All callers
4137 updated.
4138 (read_and_check_comp_unit_head): Ditto.
4139 (read_and_check_type_unit_head): Ditto.
4140
ee0bf529
SCR
41412012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4142
4143 New attribute 'last' for gdb.Symtab_and_line.
4144 * NEWS (Python Scripting): Add entry about the new attribute.
4145 * python/py-symtab.c (salpy_get_last): New function which
4146 implements the get method for the 'last' attribute of
4147 gdb.Symtab_and_line.
4148 (sal_object_getset): Add entry for the 'last' attribute.
4149
1c658ad5
DE
41502012-06-26 Doug Evans <dje@google.com>
4151
09262596
DE
4152 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4153 (dwo_sections): Add macinfo, macro.
4154 (dwarf2_locate_dwo_sections): Watch for macro sections.
4155 (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4156 All callers updated. Handle DWO files.
4157
45cfd468
DE
4158 * NEWS: Mention new options "set debug dwarf2-read" and
4159 "set debug symtab-create".
4160 * dwarf2read.c (dwarf2_read_debug): New static global.
4161 (dwarf2_build_psymtabs_hard): Add debugging printfs.
4162 (process_queue): Ditto.
4163 (process_full_comp_unit): Ditto.
4164 (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4165 * elfread.c (elf_symfile_read): Add debugging printf.
4166 * minsyms.c (install_minimal_symbols): Ditto.
4167 * psymtab.c (allocate_psymtab): Ditto.
4168 * symfile.c (allocate_symtab): Ditto.
4169 * symtab.c (symtab_create_debug): New global.
4170 (_initialize_symtab): Add new option "set debug symtab-create".
4171 * symtab.h (symtab_create_debug): Declare.
4172
1c658ad5
DE
4173 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4174 (lookup_dwo_type_unit): Ditto.
4175
6fea9e18
L
41762012-06-26 Roland McGrath <roland@hack.frob.com>
4177 H.J. Lu <hongjiu.lu@intel.com>
4178
4179 * amd64-linux-nat.c: Include <sys/user.h>.
4180 (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4181 if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4182 HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4183
4184 * configure.ac: Check if the fs_base and gs_base members of
4185 `struct user_regs_struct' exist.
4186 * config.in: Regenerated.
4187 * configure: Likewise.
4188
adb4fe3b
ME
41892012-06-25 Michael Eager <eager@eagercon.com>
4190
4191 PR python/14291
f782ad9b 4192 * python/python.c (gdbpy_write): Check for interrupted output.
adb4fe3b 4193
fc51cce1
MGD
41942012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4195
4196 * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4197 register as a stack alignment in ARM mode.
4198
40a73391
JK
41992012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4202 * gnulib/config.in: Regenerate.
4203 * gnulib/configure: Likewise.
4204 * gnulib/import/m4/extensions.m4: Update it.
4205 * gnulib/import/m4/gnulib-common.m4: Likewise.
4206 * gnulib/import/m4/memmem.m4: Likewise.
4207 * gnulib/import/m4/mmap-anon.m4: Likewise.
4208 * gnulib/import/m4/multiarch.m4: Likewise.
4209 * gnulib/import/stdint.in.h: Likewise.
4210
972daa01
YQ
42112012-06-24 Yao Qi <yao@codesourcery.com>
4212
4213 * corefile.c (write_memory_with_notification): New.
4214 * gdbcore.h: Declare write_memory_with_notification.
4215 * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4216 'observer_notify_memory_changed' with 'write_memory_with_notification'.
4217 * valops.c (value_assign): Likewise.
4218 * python/py-inferior.c (infpy_write_memory): Call
4219 'write_memory_with_notification'.
4220
8d6e0714
JK
42212012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * cc-with-index.sh: Use also -ex "set auto-load no".
4224
156942c7
DE
42252012-06-23 Doug Evans <dje@google.com>
4226
4227 PR 14125
4228 * NEWS: Document additions to .gdb_index.
4229 * dwarf2read.c: #include "gdb/gdb-index.h".
4230 (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4231 (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4232 (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4233 (dwarf2_read_index): Recognize version 7.
4234 (dw2_do_expand_symtabs_matching): New args want_specific_block,
4235 block_kind, domain): All callers updated.
4236 (dw2_find_symbol_file): Handle new index CU values.
4237 (dw2_expand_symtabs_matching): Match symbol kind if requested.
4238 (add_index_entry): New args is_static, kind. All callers updated.
4239 (offset_type_compare, uniquify_cu_indices): New functions
4240 (symbol_kind): New function.
4241 (write_psymtabs_to_index): Remove duplicate CU values.
4242 (write_psymtabs_to_index): Write .gdb_index version 7.
4243
352b3eda
JB
42442012-06-22 Joel Brobecker <brobecker@adacore.com>
4245
4246 * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4247 * configure: Regenerate.
4248
2678e2af
YQ
42492012-06-20 Yao Qi <yao@codesourcery.com>
4250
4251 * python/py-inferior.c: Update comments of infpy_read_memory
4252 and infpy_write_memory.
4253
95c391b6
TT
42542012-06-19 Tom Tromey <tromey@redhat.com>
4255
4256 PR exp/9514:
4257 * parser-defs.h (insert_type, insert_type_address_space): Declare.
4258 (push_type_address_space): Remove.
4259 * parse.c (insert_into_type_stack): New function.
4260 (insert_type): Likewise.
4261 (insert_type_address_space): Rename from push_type_address_space.
4262 Insert tp_space_identifier.
4263 * c-exp.y (ptr_operator): New production.
4264 (abs_decl): Use ptr_operator.
4265 (space_identifier): Call insert_type_address_space.
4266 (ptype): Don't use const_or_volatile_or_space_identifier.
4267 (const_or_volatile_noopt): Call insert_type.
4268 (conversion_type_id, conversion_declarator): New productions.
4269 (operator): Use conversion_type_id.
4270
6ac9ef80
DE
42712012-06-18 Doug Evans <dje@google.com>
4272
422d65e7
DE
4273 * symtab.h (minimal_symbol): New member created_by_gdb.
4274 * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4275 created by gdb.
4276 * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4277 (search_symbols): Call it instead of lookup_symbol.
4278 Skip symbols created by gdb. Only scan minsyms if nfiles == 0.
4279
49f6c839
DE
4280 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4281 Adjust address for DW_OP_GNU_addr_index.
4282 * dwarf2expr.h (dwarf_expr_context): Update comment.
4283 * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4284 all callers updated. Handle TLS vars described with
4285 DW_OP_GNU_const_index.
4286 (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4287 and DW_OP_GNU_const_index.
4288 * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4289
6ac9ef80
DE
4290 * block.c (find_block_in_blockvector): Make explicit the fact that we
4291 ignore GLOBAL_BLOCK.
4292
4cd18215
TT
42932012-06-18 Tom Tromey <tromey@redhat.com>
4294
4295 * c-exp.y (operator): Remove trailing space after "delete" and
4296 "delete[]".
4297
a9b8d892
JK
42982012-06-18 Mark Kettenis <kettenis@gnu.org>
4299 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 Switch i386 and derived targets to ON_STACK.
4302 * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4303 (amd64_dicos_init_abi): Remove its installment.
4304 * dicos-tdep.c (dicos_init_abi): Remove the
4305 set_gdbarch_call_dummy_location call. Update the comment here.
4306 * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4307 (i386_dicos_init_abi): Remove its installment.
4308 * i386-tdep.c (i386_push_dummy_code): New function.
4309 (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4310 i386_push_dummy_code.
4311
e2e4d78b
JK
43122012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 Remove stale dummy frames.
4315 * breakpoint.c: Include dummy-frame.h.
4316 (longjmp_breakpoint_ops): New variable.
4317 (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4318 bp_longjmp_call_dummy.
4319 (bpstat_what, bptype_string, print_one_breakpoint_location)
4320 (init_bp_location): Support bp_longjmp_call_dummy.
4321 (set_longjmp_breakpoint): Use longjmp_breakpoint_ops. Comment why.
4322 (set_longjmp_breakpoint_for_call_dummy)
4323 (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4324 functions.
4325 (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4326 * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy. Delete
4327 FIXME comment and extend the other comment for bp_call_dummy.
4328 (set_longjmp_breakpoint_for_call_dummy)
4329 (check_longjmp_breakpoint_for_call_dummy): New declarations.
4330 * dummy-frame.c: Include gdbthread.h.
4331 (pop_dummy_frame_bpt): New function.
4332 (pop_dummy_frame): Call pop_dummy_frame_bpt.
4333 (dummy_frame_discard): New function.
4334 (cleanup_dummy_frames): Update the comment about longjmps.
4335 * dummy-frame.h (dummy_frame_discard): New declaration.
4336 * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4337 * infcall.c (call_function_by_hand): New variable longjmp_b. Call
4338 set_longjmp_breakpoint_for_call_dummy. Chain its breakpoints with BPT.
4339 * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4340 Add case 4 comment. Call check_longjmp_breakpoint_for_call_dummy and
4341 keep_going if IS_LONGJMP and there is no other reason to stop.
4342
09d5912c
TT
43432012-06-18 Greta Yorsh <Greta.Yorsh@arm.com>
4344
4345 * remote-sim.c (sim_command_completer): Initialize
4346 variable 'result'.
4347
1788b2d3
JK
43482012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4349
4350 * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4351 * dwarf2loc.c (call_site_parameter_matches): Support
4352 CALL_SITE_PARAMETER_PARAM_OFFSET.
4353 (needs_dwarf_reg_entry_value): Push stub value.
4354 * dwarf2read.c (read_call_site_scope): New variable origin. Support
4355 CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4356 * gdbtypes.h (enum call_site_parameter_kind): New item
4357 CALL_SITE_PARAMETER_PARAM_OFFSET.
4358 (struct call_site.parameter.u): New field param_offset.
4359
24c5c679
JK
43602012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4361
4362 Code cleanup: Generalize call_site.parameter key.
4363 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4364 variable dwarf_reg. New variable kind_u. Update parameters to
4365 push_dwarf_reg_entry_value.
4366 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4367 * dwarf2expr.h (enum call_site_parameter_kind)
4368 (union call_site_parameter_u): Forward declarations.
4369 (struct dwarf_expr_context_funcs): Update parameters and their
4370 description for push_dwarf_reg_entry_value.
4371 (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4372 * dwarf2loc.c (call_site_parameter_matches): New function.
4373 (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4374 description. Use call_site_parameter_matches.
4375 (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4376 Update parameters and their description.
4377 (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4378 New variable kind_u. Adjust the caller for updated parameters.
4379 (needs_dwarf_reg_entry_value): Update parameters.
4380 * dwarf2read.c (read_call_site_scope): New variable loc. Use it
4381 instead of attr. Update for the changed fields of struct
4382 call_site_parameter.
4383 * gdbtypes.h: Include dwarf2expr.h.
4384 (enum call_site_parameter_kind): New.
4385 (struct call_site.parameter): New field kind. Wrap dwarf_reg and
4386 fb_offset into new union u.
4387
ac142d96
L
43882012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4389
4390 * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
4391 (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
4392 for x32.
4393
ba224c70
L
43942012-06-16 H.J. Lu <hongjiu.lu@intel.com>
4395
4396 * amd64-linux-nat.c (compat_x32_clock_t): New.
4397 (compat_x32_siginfo_t): Likewise.
4398 (compat_x32_siginfo_from_siginfo): Likewise.
4399 (siginfo_from_compat_x32_siginfo): Likewise.
4400 (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
4401 and siginfo_from_compat_x32_siginfo for x32.
4402
7ecbc825
HZ
44032012-06-15 Hui Zhu <hui_zhu@mentor.com>
4404
4405 * tracepoint.c (tfile_xfer_partial): Add a lseek.
4406
233dfcf0
L
44072012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4408
4409 * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
4410 instead of gdbarch_ptr_bit.
4411 * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
4412 (amd64_supply_native_gregset): Likewise.
4413 (amd64_collect_native_gregset): Likewise.
4414 * amd64-tdep.c (amd64_supply_fxsave): Likewise.
4415 (amd64_supply_xsave): Likewise.
4416 (amd64_collect_fxsave): Likewise.
4417 (amd64_collect_xsave): Likewise.
4418
6da38f42
L
44192012-06-15 H.J. Lu <hongjiu.lu@intel.com>
4420
4421 * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
4422 (amd64_linux_read_description): Check DS segment register for
4423 x32 process.
4424
663b969e
TT
44252012-06-15 Tom Tromey <tromey@redhat.com>
4426
4427 * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
4428 init_cutu_and_read_dies.
4429
d6f05027
IS
44302012-06-15 Iain Sandoe <iain@codesourcery.com>
4431
4432 * MAINTAINERS (Write After Approval): Add myself to the list.
4433
6598ed07
TT
44342012-06-15 Tom Tromey <tromey@redhat.com>
4435
4436 * valops.c (value_find_oload_method_list): Now static.
4437 * value.h (value_find_oload_method_list): Don't declare.
4438
2b214ea6
TT
44392012-06-15 Tom Tromey <tromey@redhat.com>
4440
4441 * valops.c (find_overload_match): Use value_ind.
4442
a210c238
MR
44432012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
4444
4445 * infrun.c (handle_inferior_event): Correct indentation.
4446
3771a44c
DE
44472012-06-14 Doug Evans <dje@google.com>
4448
4449 * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
4450 (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
4451 All uses updated.
4452 (decode_debug_loc_dwo_addresses): New arg "byte_order". All callers
4453 updated. Handle DEBUG_LOC_START_LENGTH.
4454 (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
4455 (loclist_describe_location): Ditto.
4456
1c5a993e
MR
44572012-06-14 Maciej W. Rozycki <macro@codesourcery.com>
4458
4459 PR backtrace/13866
4460 * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
4461 after hiding inline functions.
4462
0b155465
JB
44632012-06-13 Joel Brobecker <brobecker@adacore.com>
4464
4465 * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
4466 _initialize_inf_ttrace.
4467
45717bac
JB
44682012-06-13 Joel Brobecker <brobecker@adacore.com>
4469
4470 * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
4471 _initialize_hppa_hpux_nat.
4472
34370865
JB
44732012-06-13 Joel Brobecker <brobecker@adacore.com>
4474
4475 * remote-sim.c (sim_command_completer): Change type of return
4476 value to "VEC (char_ptr) *". Adjust implementation accordingly.
4477
284c5a60
MK
44782012-06-13 Mark Kettenis <kettenis@gnu.org>
4479 Jan Kratochvil <jan.kratochvil@redhat.com>
4480
4481 PR tdep/14222
4482 * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
4483 stack on a 16-byte boundary.
4484
2535757a
TT
44852012-06-13 Kaushik Srenevasan <kaushik@twitter.com>
4486
4487 * jit.c (finalize_symtab): Set function's return type to 'void' by
4488 default.
4489
fff4548b
MK
44902012-06-13 Mark Kettenis <kettenis@gnu.org>
4491 H.J. Lu <hongjiu.lu@intel.com>
4492
5a83521a
MK
4493 * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
4494 Move bits common to both the classic LP64 and the new x32 ILP32
4495 ABI here.
4496 (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
4497 (amd64_x32_linux_init_abi): New function.
4498 (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
4499 subtype.
4500
fff4548b
MK
4501 * i386-tdep.h (i386_pseudo_register_name): New prototype.
4502 * i386-tdep.c (i386_pseudo_register_name): Make public.
4503 * amd64-tdep.h (amd64_x32_init_abi): New prototype.
4504 * amd64-tdep.c (amd64_dword_names): Add "eip".
4505 (amd64_x32_pseudo_register_type): New function
4506 (amd64_x32_init_abi): New function.
4507
dd80ea3c
JK
45082012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4509
4510 PR build/14003
4511 * inferior.h (struct inferior_suspend_state): Comment out.
4512 (struct inferior): Comment out the field suspend.
4513 * infrun.c (struct infcall_suspend_state): Comment out the field
4514 inferior_suspend.
4515 (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
4516 out its assignment.
4517
50af5481
JK
45182012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4519
4520 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
4521 * c-exp.y (classify_inner_name): Remove caller assumptions in the
4522 function comment. Return ERROR for unresolved cases. Implement
4523 returning proper NAME.
4524 (yylex): Accept also NAME from classify_inner_name.
4525 * cp-namespace.c (cp_lookup_nested_type): Rename to ...
4526 (cp_lookup_nested_symbol): ... here. Return any found symbol, not just
4527 LOC_TYPEDEF type.
4528 * cp-support.h (cp_lookup_nested_type): Update its declaration.
4529
d55637df
TT
45302012-06-13 Tom Tromey <tromey@redhat.com>
4531
4532 * breakpoint.c (condition_completer): New function.
4533 (_initialize_breakpoint): Use it.
4534 * value.c (complete_internalvar): New function.
4535 * value.h (complete_internalvar): Declare.
4536
49c4e619
TT
45372012-06-13 Tom Tromey <tromey@redhat.com>
4538
4539 * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
4540 * breakpoint.c (catch_syscall_completer): Return a VEC.
4541 * cli/cli-cmds.c (complete_command): Update.
4542 * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
4543 (complete_on_enum): Likewise.
4544 * command.h: Include gdb_vecs.h.
4545 (completer_ftype): Change return type.
4546 (complete_on_cmdlist, complete_on_enum): Likewise.
4547 * completer.c (noop_completer, filename_completer)
4548 (location_completer): Return a VEC.
4549 (add_struct_fields): Remove 'nextp' argument. Change 'output'
4550 to a VEC.
4551 (expression_completer, complete_line_internal, complete_line)
4552 (command_completer): Return a VEC.
4553 (gdb_completion_word_break_characters, line_completion_function):
4554 Update.
4555 * completer.h: Include gdb_vecs.h.
4556 (complete_line, noop_completer, filename_completer)
4557 (expression_completer, location_completer, command_completer):
4558 Update.
4559 * f-lang.c (f_word_break_characters): Return a VEC.
4560 * interps.c (interpreter_completer): Return a VEC.
4561 * language.h (struct language_defn)
4562 <la_make_symbol_completion_list>: Return a VEC.
4563 * python/py-cmd.c (cmdpy_completer): Return a VEC.
4564 * symtab.c (free_completion_list): Take a VEC.
4565 (return_val_size, return_val_index): Remove.
4566 (return_val): Now a VEC.
4567 (completion_list_add_name): Update.
4568 (default_make_symbol_completion_list_break_on)
4569 (default_make_symbol_completion_list, make_symbol_completion_list)
4570 (make_symbol_completion_list_fn, make_file_symbol_completion_list):
4571 Return a VEC.
4572 (add_filename_to_list): Update.
4573 (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
4574 <list>: Now a VEC.
4575 (maybe_add_partial_symtab_filename): Update.
4576 (make_source_files_completion_list): Return a VEC.
4577 * symtab.h (default_make_symbol_completion_list_break_on)
4578 (default_make_symbol_completion_list, make_symbol_completion_list)
4579 (make_symbol_completion_list_fn, make_file_symbol_completion_list)
4580 (make_source_files_completion_list): Update.
4581
625e8578
TT
45822012-06-13 Tom Tromey <tromey@redhat.com>
4583
4584 * breakpoint.c (add_catch_command): Use completer_ftype.
4585 * breakpoint.h: Include command.h.
4586 (add_catch_command): Use completer_ftype.
4587 * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
4588 * cli/cli-decode.h (struct cmd_list_element) <completer>:
4589 Use completer_ftype.
4590 * command.h (completer_ftype): New typedef.
4591 (set_cmd_completer): Use it.
4592 * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
4593 completer_ftype.
4594
5eb3b062
PA
45952012-06-13 Pedro Alves <palves@redhat.com>
4596
4597 Partial revert of previous change.
4598
4599 * serial.c (scb_base): New global.
4600 (serial_for_fd): New.
4601 (serial_open, serial_fdopen_ops): Link new serial in open serials
4602 chain.
4603 (do_serial_close): Unlink serial from the open serials chain.
4604
8b3ee56d
PA
46052012-06-12 Pedro Alves <palves@redhat.com>
4606
4607 * infrun.c (infrun_thread_stop_requested_callback): Don't switch
4608 threads here.
4609 (prepare_for_detach): No longer context switch here in non-stop
4610 mode.
4611 (fetch_inferior_event): Ditto.
4612 (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
4613 to the event thread before removing breakpoints. Switch to the
4614 event thread before inserting breakpoints and resuming.
4615 (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
4616 event thread before resuming.
4617 (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
4618 Switch to the event thread before removing breakpoints.
4619
5d60742e
EZ
46202012-06-12 Eli Zaretskii <eliz@gnu.org>
4621
4622 * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
4623 special characters correctly for the Windows shells. See
4624 http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
4625 report.
4626 [!__MINGW32__]: Remove extra double quote character from special
4627 characters.
4628
a6feecf7
SS
46292012-06-11 Stan Shebs <stan@codesourcery.com>
4630
4631 * ui-out.h: Remove #if 0 declarations.
4632 * ui-out.c: Remove #if 0 functions.
4633
ddefb60f
PA
46342012-06-11 Pedro Alves <palves@redhat.com>
4635
4636 * ser-base.c (run_async_handler_and_reschedule): New.
4637 (fd_event, push_event): Use it.
4638 * serial.c (serial_open, serial_fdopen_ops): Set the initial
4639 reference count to 1.
4640 (do_serial_close): Set the bufp field to NULL. Use serial_unref
4641 instead of xfree.
4642 (serial_is_open, serial_ref, serial_unref): New.
4643 * serial.h (serial_open): Adjust comment.
4644 (serial_is_open): Declare.
4645 (serial_close): Adjust comment.
4646 (serial_ref, serial_unref) Declare.
4647 (struct serial): New field 'refcnt'.
4648
d5ad6aa5
PA
46492012-06-11 Pedro Alves <palves@redhat.com>
4650
4651 Remove #if 0'd "connect" command, and unnecessary associated
4652 refcounting and serial reuse bits.
4653
4654 * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
4655 * serial.c (last_serial_opened): Delete.
4656 (scb_base): Delete.
4657 (serial_open): Adjust.
4658 (serial_for_fd): Delete.
4659 (serial_fdopen_ops, do_serial_close): Adjust.
4660 (serial_fdopen_ops): Adjust.
4661
318aa544
PA
46622012-06-11 Pedro Alves <palves@redhat.com>
4663
4664 * serial.c (do_serial_close): Remove early return when SCB is
4665 null.
4666
07261596
TT
46672012-06-11 Tom Tromey <tromey@redhat.com>
4668
4669 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
4670
cc80f267
JK
46712012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 Fix regression by the "ambiguous linespec" series.
4674 * breakpoint.c (parse_breakpoint_sals): New variable cursal. Use
4675 get_last_displayed_symtab and get_last_displayed_line and depending
4676 on CURSAL.
4677
356d9f9d
TT
46782012-06-11 Tom Tromey <tromey@redhat.com>
4679
4680 * dwarf2read.c (dw2_get_primary_filename_reader): New function.
4681 (dw2_find_symbol_file): Use it.
4682
232b8704
ME
46832012-06-11 Michael Eager <eager@eagercon.com>
4684
4685 * mips-linux-tdep.c (mips_gdb_signal_from_target): New
4686 * mips-linux-tdep.h (mips_signals): New
4687
e81a37f7
TT
46882012-06-11 Tom Tromey <tromey@redhat.com>
4689
4690 * infrun.c (handle_inferior_event)
4691 <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
4692 breakpoint.
4693 <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
4694 exception logic in all cases. Update comments.
4695 (insert_longjmp_resume_breakpoint): Set the exception resume
4696 breakpoint.
4697
2e81047f
MR
46982012-06-11 Maciej W. Rozycki <macro@codesourcery.com>
4699
4700 * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
4701
4e32eda7
SCR
47022012-06-09 Siva Chandra Reddy <sivachandra@google.com>
4703
4704 * valarith.c (binop_types_user_defined_p): Fix a typo.
4705
18648a37 47062012-06-08 Yao Qi <yao@codesourcery.com>
f782ad9b 4707 Chung-Lin Tang <cltang@codesourcery.com>
18648a37
YQ
4708
4709 * arch-utils.c (default_return_in_first_hidden_param_p): New.
4710 * arch-utils.h: Declare.
4711 * gdbarch.sh: Add return_in_first_hidden_param_p.
4712 * gdbarch.c, gdbarch.h: Regenerated.
4713 * infcall.c (call_function_by_hand): Call
4714 gdbarch_return_in_first_hidden_param_p instead of
4715 language_pass_by_reference.
4716
4717 * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
4718 (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
4719 * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
4720 (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
4721 * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
4722 `cplus_return_struct_by_reference'.
4723 (tic6x_return_value): Handle language cplusplus.
4724 (tic6x_return_in_first_hidden_param_p): New.
4725 (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
4726
034e5797
DE
47272012-06-07 Doug Evans <dje@google.com>
4728
4729 * dwarf2read.c (dwarf2_cu): Add comment.
4730
6a00aa1e
MR
47312012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4732
4733 * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
4734 variable.
4735 (mips_eabi_push_dummy_call): Likewise.
4736 (mips_n32n64_push_dummy_call): Likewise.
4737 (mips_o32_push_dummy_call): Likewise.
4738 (mips_o64_push_dummy_call): Likewise.
4739
eaa05d59
MR
47402012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4741
4742 * mips-tdep.c (mips_convert_register_p): Correct coding style.
4743
de13fcf2
MR
47442012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
4745
4746 * mips-tdep.c (mips_pseudo_register_type): Use
4747 mips_float_register_p.
4748
c3a01a22
PA
47492012-06-06 Pedro Alves <palves@redhat.com>
4750
4751 * infrun.c (handle_inferior_event): Remove calls to
4752 reinit_frame_cache that follow a context_switch call.
4753
d25f45d9
PA
47542012-06-06 Pedro Alves <palves@redhat.com>
4755
4756 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
4757 context_switch and remove stale comment.
4758
359f5fe6
PA
47592012-06-06 Pedro Alves <palves@redhat.com>
4760
4761 * infrun.c (struct execution_control_state): Remove
4762 `new_thread_event' field.
4763 (handle_inferior_event): Simplify new threads handling; don't
4764 resume the inferior if we find a new thread.
4765
2d4c29c5
TS
47662012-06-06 Thomas Schwinge <thomas@codesourcery.com>
4767
4768 * NEWS: Document the deprecation of SH's 'regs' command.
4769 * inferior.h (all_registers_info): Add function declaration.
4770 * sh-tdep.c (sh_show_regs): Remove variable.
4771 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
4772 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
4773 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
4774 (sh_show_regs_command): Remove functions.
4775 (sh_gdbarch_init): Don't set sh_show_regs.
4776 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
4777 'info all-registers'.
4778 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
4779 (sh64_show_regs): Remove functions.
4780 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
4781
f5f1cdb6
JK
47822012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4783
4784 * configure.ac: Move development=true below AC_INIT.
4785 * configure: Regenerate.
4786
bf6309af
SS
47872012-06-05 Stan Shebs <stan@codesourcery.com>
4788
4789 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
4790 gdb_stdout.
4791
45aa4659
JK
47922012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
4793
4794 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
4795 argument as ssize_t.
4796 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
4797 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
4798 * target.c (target_read_stack, target_write_memory)
4799 (target_write_raw_memory): Likewise.
4800 * target.h (target_read_stack, target_write_memory)
4801 (target_write_raw_memory): Likewise.
4802
1b162304
JK
48032012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * symfile-mem.c: Change gdb_static_assert to ssize_t.
4806 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
4807 * target.c (target_read_memory): Change LEN to ssize_t.
4808 * target.h (target_read_memory): Change LEN to ssize_t.
4809
8556afb4
PA
48102012-06-05 Pedro Alves <palves@redhat.com>
4811
4812 PR backtrace/13866
4813
4814 * breakpoint.c (until_break_command): Only fetch the selected
4815 frame after decode_line_1.
4816
fb139f32
PA
48172012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4818
4819 * solib-svr4.c (enable_break): Don't fallback to setting the solib
4820 event breakpoint at _start, __start or main if a program
4821 interpreter is not found.
4822
a8e1bb34
JB
48232012-06-05 Joel Brobecker <brobecker@adacore.com>
4824
4825 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
4826 Add declaration.
4827 * windows-tdep.c: #include "objfiles.h".
4828 (windows_iterate_over_objfiles_in_search_order): New function.
4829 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
4830 iterate_over_objfiles_in_search_order gdbarch method to
4831 windows_iterate_over_objfiles_in_search_order.
4832 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
4833
19630284
JB
48342012-06-05 Joel Brobecker <brobecker@adacore.com>
4835
4836 * gdbarch.sh: Add generation of
4837 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
4838 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
4839 (iterate_over_objfiles_in_search_order): New gdbarch method.
4840 * gdbarch.h, gdbarch.c: Regenerate.
4841 * objfiles.h (default_iterate_over_objfiles_in_search_order):
4842 Add declaration.
4843 * objfiles.c (default_iterate_over_objfiles_in_search_order):
4844 New function.
4845 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4846 out of lookup_symbol_aux_symtabs.
4847 (lookup_symbol_aux_symtabs): Replace extracted-out code by
4848 call to lookup_symbol_aux_objfile.
4849 (struct global_sym_lookup_data): New type.
4850 (lookup_symbol_global_iterator_cb): New function.
4851 (lookup_symbol_global): Search for symbol using
4852 gdbarch_iterate_over_objfiles_in_search_order and
4853 lookup_symbol_global_iterator_cb.
4854 * findvar.c (struct minsym_lookup_data): New type.
4855 (minsym_lookup_iterator_cb): New function.
4856 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
4857 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
4858 and minsym_lookup_iterator_cb.
4859
67ff19f7
JB
48602012-06-05 Joel Brobecker <brobecker@adacore.com>
4861
4862 Revert the following patch:
4863 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4864 try locating the symbol in the symbol's own objfile first, before
4865 extending the search to all objfiles.
4866 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4867 out of lookup_symbol_aux_symtabs.
4868 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4869 Replace extracted-out code by call to lookup_symbol_aux_objfile.
4870 Do not search EXCLUDE_OBJFILE.
4871 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4872 (lookup_symbol_global): Search for matches in the block's objfile
4873 first, before searching all other objfiles.
4874
ccab2054
JB
48752012-06-05 Joel Brobecker <brobecker@adacore.com>
4876
4877 * breakpoint.c (find_condition_and_thread): Stop parsing
4878 as soon as the first invalid keyword is found.
4879
e23d4a9c
JB
48802012-06-05 Joel Brobecker <brobecker@adacore.com>
4881
4882 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4883
70160166
JB
48842012-06-05 Joel Brobecker <brobecker@adacore.com>
4885
4886 * config/djgpp/djcheck.sh: Add copyright header.
4887
399501a5
JB
48882012-06-05 Joel Brobecker <brobecker@adacore.com>
4889
4890 * copyright.py (update_files, main): Fix path to update-copyright
4891 script.
4892
3770a159
JB
48932012-06-05 Joel Brobecker <brobecker@adacore.com>
4894
4895 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4896 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4897 for which a reminder to update by hand is printed.
4898
4aad0dfc
DE
48992012-06-04 Doug Evans <dje@google.com>
4900
4901 * buildsym.c (make_blockvector): Add comment.
4902
1f8cf220
PA
49032012-06-04 Pedro Alves <palves@redhat.com>
4904
4905 * arch-utils.c (default_gdb_signal_from_target): Delete.
4906 * arch-utils.h (default_gdb_signal_from_target): Delete.
4907 * corelow.c (core_open) <signal mapping>: Extended comment. Check
4908 gdbarch_gdb_signal_from_target_p.
4909 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4910 predicate).
4911 * gdbarch.h: Regenerate.
4912 * gdbarch.c: Regenerate.
4913
86b49880
PA
49142012-06-04 Pedro Alves <palves@redhat.com>
4915
4916 * gdbarch.sh (gdb_signal_from_target): Mention that the
4917 implementation of the method must be host independent.
4918 * gdbarch.h: Regenerate.
4919
fe78531d
JK
49202012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4923 parameters.
4924 (target_read_memory_bfd): New function.
4925 (symbol_file_add_from_memory): Use it.
4926
d790cf0a
DE
49272012-06-03 Doug Evans <dje@google.com>
4928
78e5175a
DE
4929 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4930 of primary symtab.
4931 (basic_lookup_transparent_type): Ditto.
4932
d790cf0a
DE
4933 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4934 (ALL_PRIMARY_SYMTABS): Use it.
4935 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4936 * dwarf2read.c (dw2_find_symbol_file): Ditto.
4937 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4938 * symtab.c (lookup_symbol_aux_objfile): Ditto.
4939 (basic_lookup_transparent_type): Ditto.
4940
c6e5ee5e
SDJ
49412012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
4942
4943 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
4944 it to optimize resolution of demangled name.
4945
a68ffae9
JK
49462012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * configure.ac (development): Define new variable.
4949 Call AC_CHECK_LIB for mcheck if $development.
4950 (ERROR_ON_WARNING): Enable it by default only if $development.
4951 * config.in: Regenerate.
4952 * configure: Regenerate.
4953
5299c1c4
JK
49542012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4955
4956 * target.c (target_read_memory): Make LEN argument as size_t.
4957 * target.h (target_read_memory): Likewise.
4958
49592012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7c71816c
JK
4960
4961 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4962
0c56f59b
EBM
49632012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
4964
4965 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4966 BookE interface for PowerPC server processors if not available
4967 in the Linux Kernel.
4968
71bdabee
KS
49692012-05-31 Keith Seitz <keiths@redhat.com>
4970
4971 * linespec.c (decode_objc): Add cleanup to free
4972 INFO.FILE_SYMTABS.
4973 (find_linespec_symbols): Add cleanup to free CLASSES.
4974 * symfile.c (find_separate_debug_file_by_debuglink): Add
4975 cleanup to free DEBUGLINK.
4976 * ui-out.c (clear_header_list): No need to check if
4977 HEADER_NEXT.COLHDR is NULL.
4978 Free HEADER_NEXT.COL_NAME.
4979
acbd605d
MGD
49802012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4981
4982 * ada-lang.c (standard_lookup): Prevent uninitialized variable
4983 warning.
4984
65662cde
PA
49852012-05-30 Jeff Kenton <jkenton@tilera.com>
4986
4987 * configure.host (gdb_host_cpu): Handle tilegx*.
4988 (gdb_host): Handle tilegx-*-linux*.
4989 * tilegx-linux-nat.c: New file.
4990 * config/tilegx/linux.mh: New file.
4991
ade64f0e
PA
49922012-05-30 Jeff Kenton <jkenton@tilera.com>
4993
4994 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4995 tilegx-linux-tdep.o.
4996 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4997 tilegx-linux-tdep.c.
4998 * configure.tgt: Handle tilegx-*-linux*.
4999 * tilegx-tdep.h: New file.
5000 * tilegx-tdep.c: New file.
5001 * tilegx-linux-tdep.c: New file.
5002 * regformats/reg-tilegx.dat: New file.
5003
bb08bdbd
EBM
50042012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
5005
5006 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5007 accounting of hw watchpoints on ppc.
5008
ebd86fb5
TJB
50092012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5010
5011 * source.c (openp): Expand tilde in path entries.
5012
0a0edcd5
DE
50132012-05-29 Doug Evans <dje@google.com>
5014
98cc87bd
DE
5015 * buildsym.c (block_compar): Fix comment.
5016 (end_symtab): Fix and clarify some comments.
5017
0a0edcd5
DE
5018 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5019 cleanup_undefined_types.
5020 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5021 All callers updated.
5022
6f0c7050
TT
50232012-05-29 Tom Tromey <tromey@redhat.com>
5024
5025 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5026 fails.
5027 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5028 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5029 fails.
5030 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5031 fails.
5032
ec95993c
TG
50332012-05-29 Tristan Gingold <gingold@adacore.com>
5034
5035 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5036 (struct darwin_info): ... New struct.
5037 (solib_darwin_pspace_data): New variable.
5038 (darwin_pspace_data_cleanup): New function.
5039 (get_darwin_info): Likewise.
5040 (darwin_dyld_version_ok, darwin_load_image_infos)
5041 (darwin_solib_get_all_image_info_addr_at_init)
5042 (darwin_solib_read_all_image_info_addr): Add info argument.
5043 Adjust code.
5044 (darwin_current_sos): Use per pspace structure.
5045 (darwin_solib_create_inferior_hook): Likewise.
5046 (darwin_clear_solib): Likewise.
5047 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5048
ae25568b
PA
50492012-05-28 Pedro Alves <palves@redhat.com>
5050
5051 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5052 block that uses them. Clear ecss before handling each event.
5053
0c5bf5a9
JK
50542012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * solib-svr4.c (svr4_current_sos): New comment on
5057 svr4_current_sos_via_xfer_libraries fall back.
5058
bfb05775
JK
50592012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
5062 it as a fallback for TYPE_IS_OPAQUE.
5063 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5064 symbols for lookup_symbol.
5065
685b1105
JK
50662012-05-24 John Steele Scott <toojays@toojays.net>
5067
5068 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5069 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5070 (producer_is_gxx_lt_4_6): Move the checking and caching to...
5071 (check_producer): ... this new function, which also checks for ICC
5072 and caches the result.
5073 (producer_is_icc): New function.
5074 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5075 producer was ICC.
5076
22203bbf
PA
50772012-05-24 Pedro Alves <palves@redhat.com>
5078
5079 PR gdb/7205
5080
5081 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5082 (default_gdb_signal_to_target): ... this. Add comment.
5083 (default_gdb_signal_from_host): Rename to ...
5084 (default_gdb_signal_from_target): ... this. Add comment.
5085 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5086 (default_gdb_signal_to_target): ... this.
5087 (default_gdb_signal_from_host): Rename to ...
5088 (default_gdb_signal_from_target): ... this.
5089 * corelow.c (core_open): Adjust to naming change. Replace comment.
5090 * gdbarch.sh (gdb_signal_from_host): Rename to ...
5091 (gdb_signal_from_target): ... this. Adjust to
5092 default_gdb_signal_from_host naming change. Extend comment.
5093 (gdb_signal_to_host): Rename to ...
5094 (gdb_signal_to_target): ... this. Adjust to
5095 default_gdb_signal_to_host naming change.
5096 * gdbarch.h, gdbarch.c: Renegerate.
5097
a493e3e2
PA
50982012-05-24 Pedro Alves <palves@redhat.com>
5099
5100 PR gdb/7205
5101
f782ad9b 5102 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
a493e3e2 5103
2ea28649
PA
51042012-05-24 Pedro Alves <palves@redhat.com>
5105
5106 PR gdb/7205
5107
5108 Replace target_signal with gdb_signal throughout.
5109
b09846a9
PA
51102012-05-24 Pedro Alves <palves@redhat.com>
5111
5112 PR tui/14159
5113
5114 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5115 string, instead of reusing the va_list argument.
5116
e77c107e
TT
51172012-05-24 Tom Tromey <tromey@redhat.com>
5118
5119 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5120 Remove.
5121
9fccedf7
DE
51222012-05-23 Doug Evans <dje@google.com>
5123
d50bd42b
DE
5124 * symtab.c (search_symbols): Formatting fixes.
5125 (print_symbol_info): Formatting fixes.
5126
9fccedf7
DE
5127 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5128 int64_t change to leb128 API.
5129 (read_encoded_value, decode_frame_entry_1): Ditto.
5130 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5131 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5132 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5133 (execute_stack_op): Ditto.
5134 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5135 (safe_read_uleb128, safe_read_sleb128): Ditto.
5136 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5137 (dwarf2_compile_expr_to_ax): Ditto.
5138 (locexpr_describe_location_piece): Ditto.
5139 (disassemble_dwarf_expression): Ditto.
5140 (locexpr_describe_location_1): Ditto.
5141
f3e0e960
SS
51422012-05-23 Stan Shebs <stan@codesourcery.com>
5143 Kwok Cheung Yeung <kcy@codesourcery.com>
5144
5145 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5146 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5147 (mi-cmd-info.o): New rule.
5148 * osdata.h (info_osdata_command): New declaration.
5149 * osdata.c (info_osdata_command): Change to non-static.
5150 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5151 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5152 * mi/mi-cmd-info.c: New file.
5153
c51fe631
DE
51542012-05-23 Doug Evans <dje@google.com>
5155
71cddcc1
DE
5156 * symtab.c (search_symbols): Pass NULL for file_matcher to
5157 expand_symtabs_matching if there are no files to match.
5158
c51fe631
DE
5159 * gdbtypes.c (lookup_typename): Simplify.
5160
a79378d4
PA
51612012-05-23 Pedro Alves <palves@redhat.com>
5162
5163 * arch-utils.h (default_target_signal_to_host): Delete.
5164 * arch-utils.c (default_target_signal_to_host): Delete.
5165 * gdbarch.sh (target_signal_to_host): Remove.
5166 * gdbarch.h, gdbarch.c: Regenerate.
5167
f664829e
DE
51682012-05-22 Doug Evans <dje@google.com>
5169
5170 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5171 "const gdb_byte *".
5172 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5173 (execute_cfa_program): Update to match API of leb128 functions.
5174 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5175 "const gdb_byte *".
5176 (read_unsigned_leb128, read_signed_leb128): Delete.
5177 (read_initial_length): Change type of buf argument to
5178 "const gdb_byte *".
5179 (read_encoded_value): Update to match API of leb128 functions.
5180 (decode_frame_entry): Change result to "const gdb_byte *", and
5181 similarly for "start" parameter.
5182 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
5183 (dwarf2_build_frame_info): Change local frame_ptr to
5184 "const gdb_byte *".
5185 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5186 read_uleb128, read_sleb128. All callers updated.
5187 (safe_skip_leb128): New function.
5188 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5189 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5190 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5191 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
5192 read_uleb128, read_sleb128.
5193 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5194 (execute_stack_op): Update to match API of leb128 functions.
5195 * dwarf2expr.h: #include "leb128.h".
5196 (read_uleb128, read_sleb128): Delete.
5197 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5198 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5199 * dwarf2loc.c (debug_loc_kind): New enum.
5200 (decode_debug_loc_addresses): New function.
5201 (decode_debug_loc_dwo_addresses): New function.
5202 (dwarf2_find_location_expression): Rewrite.
5203 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5204 (locexpr_describe_location_piece): Ditto.
5205 (disassemble_dwarf_expression): Ditto.
5206 (locexpr_describe_location_1): Ditto.
5207 (loclist_describe_location): Rewrite.
5208 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5209 * dwarf2read.c (die_reader_specs): New member "buffer_end".
5210 (dwarf2_section_buffer_overflow_complaint): Renamed from
5211 dwarf2_macros_too_long_complaint. All callers updated.
5212 (skip_leb128): Delete.
5213 (init_cu_die_reader): Initialize reader->buffer_end.
5214 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5215 (skip_form_bytes): New arg buffer_end. All callers updated.
5216 Replace call to skip_leb128 with gdb_skip_leb128.
5217 (skip_unknown_opcode): New arg mac_end. All callers updated.
5218 (fill_in_loclist_baton): Initialize baton->from_dwo.
5219
837a1b32
MR
52202012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5221
5222 * mips-linux-nat.c (mips_linux_read_description): Use a more
5223 verbose error message.
5224
d0e64392
MR
52252012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
5226
5227 * NEWS: Add MIPS/Linux DSP support.
5228 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5229 (SIGCONTEXT_DSPCTL): New macro.
5230 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5231 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5232 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5233 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5234 (N64_SIGCONTEXT_HI3): Likewise.
5235 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5236 (N64_SIGCONTEXT_LO3): Likewise.
5237 (N64_SIGCONTEXT_DSPCTL): Likewise.
5238 (N64_SIGCONTEXT_FPCSR): Clarify definition.
5239 (mips_linux_o32_sigframe_init): Handle DSP registers.
5240 (mips_linux_n32n64_sigframe_init): Likewise.
5241
8bea7ed1
PM
52422012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5243
5244 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5245 call to abort.
5246
dab06dbe
PA
52472012-05-22 Pedro Alves <palves@redhat.com>
5248
5249 * target.h (store_waitstatus): Move declaration ...
5250 * inf-child.h (store_waitstatus): ... here.
5251 * target.c: Move inclusion of gdb_wait.h, and ...
5252 (store_waitstatus): ... this ...
5253 * inf-child.c: ... here.
5254 * linux-nat.c: Include inf-child.h.
5255 * rs6000-nat.c: Include inf-child.h.
5256 * spu-linux-nat.c: Include inf-child.h.
5257
43011e52
PM
52582012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
5259
5260 * tracepoint.c (start_tracing): Add missing i18n markup.
5261 (stop_tracing, set_trace_user): Ditto.
5262 (set_trace_notes, set_trace_stop_notes): Ditto.
5263
b1af9e97
TT
52642012-05-21 Tom Tromey <tromey@redhat.com>
5265
5266 PR c++/7173:
5267 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5268 types.
5269 * value.h (value_cast_pointers): Update.
5270 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5271 (value_cast): Update.
5272 (update_search_result): New function.
5273 (do_search_struct_field): New, from search_struct_field. Check
5274 for ambiguous results.
5275 (search_struct_field): Rewrite.
5276 * infcall.c (value_arg_coerce): Update.
5277 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5278 value_cast_pointers.
5279 * ada-lang.c (ada_convert_actual): Update.
5280
e9e5e6b3
TT
52812012-05-21 Tom Tromey <tromey@redhat.com>
5282
5283 * macroexp.c (macro_stringify): Terminate the string.
5284
1564a261
JK
52852012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5286
5287 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5288 Describe it.
5289 * auto-load.c (auto_load_expand_dir_vars): New function.
5290 (auto_load_safe_path_vec_update): Use it, remove the
5291 substitute_path_component call thanks to it.
5292 (auto_load_objfile_script): Remove the debug_file_directory processing.
5293 Use auto_load_expand_dir_vars, remove the substitute_path_component
5294 call thanks to it.
5295 * configure: Regenerate.
5296 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5297 path. Escape $ also for $debugdir.
5298 (--with_auto_load_safe_path): Escape $ also for $debugdir.
5299 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5300
a3ec0bb1
DE
53012012-05-20 Doug Evans <dje@google.com>
5302
5303 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5304 before use. Check for symtab->includes == NULL before scanning it.
5305
d467df4e
MR
53062012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5307
5308 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5309
4cc0665f
MR
53102012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5311
5312 * NEWS: Add microMIPS support and "set mips compression",
5313 "show mips compression" commands.
5314 * mips-tdep.h (mips_isa): New enum.
5315 (gdbarch_tdep): Add mips_isa.
5316 (mips_pc_is_mips16): Update prototype.
5317 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5318 * mips-tdep.c (mips_compression_mips16): New variable.
5319 (mips_compression_micromips): Likewise.
5320 (mips_compression_strings): Likewise.
5321 (mips_compression_string): Likewise.
5322 (is_mips16_isa, is_micromips_isa): New functions.
5323 (is_mips16_addr): Rename to...
5324 (is_compact_addr): ... this.
5325 (unmake_mips16_addr): Likewise to...
5326 (unmake_compact_addr): ... this.
5327 (make_mips16_addr): Likewise to...
5328 (make_compact_addr): ... this.
5329 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5330 functions.
5331 (mips_elf_make_msymbol_special): Handle microMIPS code.
5332 (msymbol_is_special): Rename to...
5333 (msymbol_is_mips16): ... this.
5334 (mips_make_symbol_special, mips_pc_is_mips16): Update
5335 accordingly.
5336 (msymbol_is_mips, msymbol_is_micromips): New functions.
5337 (mips16_to_32_reg): Rename to...
5338 (mips_reg3_to_reg): ... this.
5339 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5340 (mips_pc_isa): Likewise.
5341 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5342 code.
5343 (mips_fetch_instruction): Pass return status instead of printing
5344 an error message if requested. Handle microMIPS code. Bail out
5345 on an invalid ISA.
5346 (micromips_op): New macro.
5347 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5348 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5349 (b6s4_op, b7s3_reg): Likewise.
5350 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5351 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5352 (mips_insn_size): New function.
5353 (mips32_next_pc): Update mips_fetch_instruction call.
5354 (micromips_relative_offset7): New function.
5355 (micromips_relative_offset10): Likewise.
5356 (micromips_relative_offset16): Likewise.
5357 (micromips_pc_insn_size): Likewise.
5358 (micromips_bc1_pc): Likewise.
5359 (micromips_next_pc): Likewise.
5360 (unpack_mips16): Update mips_fetch_instruction call.
5361 (extended_mips16_next_pc): Update according to change to
5362 mips16_to_32_reg.
5363 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
5364 code.
5365 (mips16_scan_prologue): Update mips_fetch_instruction call.
5366 Update according to change to mips16_to_32_reg.
5367 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5368 (mips_insn16_frame_base_sniffer): Likewise.
5369 (micromips_decode_imm9): New function.
5370 (micromips_scan_prologue): Likewise.
5371 (mips_micro_frame_cache): Likewise.
5372 (mips_micro_frame_this_id): Likewise.
5373 (mips_micro_frame_prev_register): Likewise.
5374 (mips_micro_frame_sniffer): Likewise.
5375 (mips_micro_frame_unwind): New variable.
5376 (mips_micro_frame_base_address): New function.
5377 (mips_micro_frame_base): New variable.
5378 (mips_micro_frame_base_sniffer): New function.
5379 (mips32_scan_prologue): Update mips_fetch_instruction call.
5380 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5381 rather than for MIPS16.
5382 (mips_insn32_frame_base_sniffer): Likewise.
5383 (mips_addr_bits_remove): Handle microMIPS code.
5384 (deal_with_atomic_sequence): Rename to...
5385 (mips_deal_with_atomic_sequence): ... this. Update the type
5386 of the variable used to hold an instruction. Remove the ISA bit
5387 check. Update mips_fetch_instruction call.
5388 (micromips_deal_with_atomic_sequence): New function.
5389 (deal_with_atomic_sequence): Likewise.
5390 (mips_about_to_return): Handle microMIPS code. Update
5391 mips_fetch_instruction call.
5392 (heuristic_proc_start): Check for the standard MIPS ISA rather
5393 than for MIPS16. Update mips_pc_is_mips16 and
5394 mips_fetch_instruction calls. Handle microMIPS code.
5395 (mips_push_dummy_code): Handle microMIPS code.
5396 (mips_eabi_push_dummy_call): Likewise.
5397 (mips_o32_return_value): Update mips_pc_is_mips16 call.
5398 (mips_o64_push_dummy_call): Handle microMIPS code.
5399 (mips_o64_return_value): Update mips_pc_is_mips16 call.
5400 (is_delayed): Remove function.
5401 (mips_single_step_through_delay): Replace the call to is_delayed
5402 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
5403 Handle microMIPS code.
5404 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
5405 microMIPS code.
5406 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
5407 call.
5408 (micromips_in_function_epilogue_p): New function.
5409 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
5410 call.
5411 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
5412 Handle microMIPS.
5413 (gdb_print_insn_mips): Likewise.
5414 (mips_breakpoint_from_pc): Likewise.
5415 (mips_remote_breakpoint_from_pc): New function.
5416 (mips32_instruction_has_delay_slot): Simplify making use of the
5417 updated mips_fetch_instruction interface.
5418 (micromips_instruction_has_delay_slot): New function.
5419 (mips16_instruction_has_delay_slot): Simplify making use of the
5420 updated mips_fetch_instruction interface.
5421 (mips_adjust_breakpoint_address): Check for the standard MIPS
f782ad9b 5422 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
4cc0665f
MR
5423 calls. Handle microMIPS code.
5424 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
5425 (mips_skip_trampoline_code): Handle microMIPS code.
5426 (global_mips_compression): New function.
5427 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
5428 file flags. Register the microMIPS remote breakpoint handler
5429 and heuristic frame unwinder.
5430 (show_mips_compression): New function.
5431 (_initialize_mips_tdep): Add the "set mips compression" and
5432 "show mips compression" commands.
5433
22e048c9
SDJ
54342012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
5435
5436 * ada-lang.c:
5437 * ada-tasks.c:
5438 * ada-varobj.c:
5439 * amd64-darwin-tdep.c:
5440 * arm-symbian-tdep.c:
5441 * arm-tdep.c:
5442 * avr-tdep.c:
5443 * ax-gdb.c:
5444 * bfin-linux-tdep.c:
5445 * breakpoint.c:
5446 * c-valprint.c:
5447 * cli/cli-cmds.c:
5448 * coffread.c:
5449 * cp-support.c:
5450 * cris-tdep.c:
5451 * dwarf2-frame-tailcall.c:
5452 * dwarf2-frame.c:
5453 * dwarf2expr.c:
5454 * dwarf2loc.c:
5455 * dwarf2read.c:
5456 * elfread.c:
5457 * eval.c:
5458 * expprint.c:
5459 * f-valprint.c:
5460 * frv-tdep.c:
5461 * h8300-tdep.c:
5462 * hppa-hpux-tdep.c:
5463 * hppa-tdep.c:
5464 * hppanbsd-tdep.c:
5465 * i386-nto-tdep.c:
5466 * i386-tdep.c:
5467 * i387-tdep.c:
5468 * ia64-tdep.c:
5469 * jit.c:
5470 * linespec.c:
5471 * linux-tdep.c:
5472 * lm32-tdep.c:
5473 * m2-valprint.c:
5474 * m32c-tdep.c:
5475 * m32r-rom.c:
5476 * m32r-tdep.c:
5477 * m68k-tdep.c:
5478 * m68klinux-tdep.c:
5479 * mi/mi-main.c:
5480 * microblaze-tdep.c:
5481 * mips-linux-tdep.c:
5482 * mips-tdep.c:
5483 * mn10300-tdep.c:
5484 * p-valprint.c:
5485 * parse.c:
5486 * ppc-linux-tdep.c:
5487 * ppc-sysv-tdep.c:
5488 * printcmd.c:
5489 * python/py-finishbreakpoint.c:
5490 * python/py-inferior.c:
5491 * python/py-infthread.c:
5492 * python/py-type.c:
5493 * python/python.c:
5494 * remote-fileio.c:
5495 * remote-m32r-sdi.c:
5496 * remote-mips.c:
5497 * reverse.c:
5498 * rl78-tdep.c:
5499 * rs6000-aix-tdep.c:
5500 * rs6000-tdep.c:
5501 * s390-tdep.c:
5502 * score-tdep.c:
5503 * sh64-tdep.c:
5504 * skip.c:
5505 * solib-darwin.c:
5506 * solib-dsbt.c:
5507 * solib-frv.c:
5508 * sparc-tdep.c:
5509 * spu-multiarch.c:
5510 * spu-tdep.c:
5511 * stack.c:
5512 * symfile.c:
5513 * symtab.c:
5514 * tic6x-tdep.c:
5515 * tracepoint.c:
5516 * v850-tdep.c:
5517 * valarith.c:
5518 * valprint.c:
5519 * value.c:
5520 * xcoffread.c:
5521 * xtensa-tdep.c:
5522 * ada-lang.c:
5523 * ada-tasks.c:
5524 * ada-varobj.c:
5525 * amd64-darwin-tdep.c:
5526 * arm-symbian-tdep.c:
5527 * arm-tdep.c: Delete unused variables.
5528
aff139ff
JK
55292012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5530
5531 Rename $ddir to $datadir.
5532 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
5533 * auto-load.c (auto_load_safe_path_vec_update)
5534 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
5535 * configure: Regenerate.
5536 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
5537 Likewise. Remove the 'use $ddir' help string.
5538
f7bfa992
JK
55392012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5540
5541 * auto-load.c (show_auto_load_safe_path): Accept any combination of
5542 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
5543
9cb709b6
TT
55442012-05-18 Tom Tromey <tromey@redhat.com>
5545
5546 PR exp/13907:
5547 * valprint.h (struct value_print_options) <symbol_print>: New
5548 field.
5549 * valprint.c (user_print_options): Add default for symbol_print.
5550 (show_symbol_print): New function.
5551 (generic_val_print): Respect symbol_print.
5552 (_initialize_valprint): Add "print symbol" setting.
5553 * f-valprint.c (f_val_print): Respect symbol_print.
5554 * c-valprint.c (c_val_print): Respect symbol_print.
5555 * NEWS: Update.
5556 * printcmd.c (print_address_symbolic): Return int. Ignore some
5557 zero-size symbols.
5558 (print_address_demangle): Return int.
5559 * defs.h: (print_address_symbolic): Return int.
5560 * value.h (print_address_demangle): Return int.
5561
b012acdd
TT
55622012-05-18 Tom Tromey <tromey@redhat.com>
5563
5564 * valprint.c (val_print_string): Don't print leading space.
5565 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
5566 print space before string or vtbl.
5567 * m2-valprint.c (print_unpacked_pointer): Optionally print space
5568 before string.
5569 * jv-valprint.c (java_value_print): Print space before string.
5570 * go-valprint.c (print_go_string): Print space before string.
5571 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
5572 space before string.
5573 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
5574 space before string or vtbl.
5575 * auxv.c (fprint_target_auxv): Print space after address.
5576
1d51a733
TT
55772012-05-18 Tom Tromey <tromey@redhat.com>
5578
5579 * printcmd.c (print_address_demangle): Remove special case for 0.
5580
edf0c1b7
TT
55812012-05-18 Tom Tromey <tromey@redhat.com>
5582
5583 * printcmd.c (print_address_demangle): Add 'opts' argument.
5584 * p-valprint.c (pascal_val_print): Update.
5585 * jv-valprint.c (java_val_print): Update.
5586 * value.h: Update.
5587 * valprint.c (generic_val_print): Update.
5588 (print_function_pointer_address): Add 'options' argument. Remove
5589 'addressprint' argument. Update.
5590 * m2-valprint.c (print_unpacked_pointer): Update.
5591 * gnu-v3-abi.c (print_one_vtable): Update.
5592 (gnuv3_print_method_ptr): Update.
5593 * f-valprint.c (f_val_print): Update.
5594 * cp-valprint.c (cp_print_value_fields): Update.
5595 * valprint.h (print_function_pointer_address): Update.
5596 * c-valprint.c (c_val_print): Update.
5597
9703b513
TT
55982012-05-18 Tom Tromey <tromey@redhat.com>
5599
5600 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
5601 directly corresponding to the found psymtab.
5602 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
5603 (dw2_find_pc_sect_symtab): Use it.
5604 * block.h (blockvector_contains_pc): Declare.
5605 * block.c (find_block_in_blockvector): New function.
5606 (blockvector_for_pc_sect): Use it.
5607 (blockvector_contains_pc): New function.
5608
5a439849
MR
56092012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5610
5611 * mips-tdep.h (mips_write_pc): New prototype.
5612 * mips-tdep.c (mips_write_pc): Make external, add description.
5613 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
5614 add description.
5615
8376de04
MR
56162012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
5617
5618 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
5619 mips_regnum->pc.
5620 (mips_unwind_pc, mips_write_pc): Likewise.
5621 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
5622 gdbarch_read_pc.
5623
d3581e61
JB
56242012-05-17 Joel Brobecker <brobecker@adacore.com>
5625
5626 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
5627 proc_warn, proc_error, proc_get_status, proc_flags,
5628 proc_why, proc_what, proc_nsysarg, proc_sysargs,
5629 proc_set_run_on_last_close, proc_unset_run_on_last_close,
5630 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
5631 proc_stop_process, proc_wait_for_stop, proc_run_process,
5632 proc_set_traced_signals, proc_set_traced_faults,
5633 proc_set_traced_sysentry, proc_set_traced_sysexit,
5634 proc_set_held_signals, proc_get_held_signals,
5635 proc_get_traced_signals, proc_get_traced_faults,
5636 proc_get_traced_sysentry, proc_get_traced_sysexit,
5637 proc_clear_current_fault, proc_set_current_signal,
5638 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
5639 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
5640 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
5641 proc_get_current_thread, proc_get_current_thread,
5642 proc_get_current_thread, proc_update_threads,
5643 proc_update_threads, proc_update_threads, proc_update_threads,
5644 proc_iterate_over_threads, procfs_find_new_threads,
5645 procfs_pid_to_str): Make static. Remove advance declaration.
5646 (proc_cursig): Make static. Conditionalized defintion on
5647 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
5648 (proc_syscall, proc_set_kill_on_last_close,
5649 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
5650 proc_get_pending_signals, proc_get_signal_actions,
5651 proc_trace_signal, proc_ignore_signal): Delete.
5652
81b9b86e
SDJ
56532012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
5654
5655 * coffread.c (cs_section_address): Passing proper argument for
5656 `bfd_get_section_vma'.
5657 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
5658 `bfd_get_section_flags'.
5659 * remote.c (remote_trace_set_readonly_regions): Likewise, for
5660 `bfd_get_section_vma'.
5661
abc9d0dc
TT
56622012-05-16 Tom Tromey <tromey@redhat.com>
5663
5664 PR macros/13205:
5665 * macrotab.h: (macro_define_special): Declare.
5666 (enum macro_special_kind): New.
5667 (struct macro_definition) <argc, replacement>: Update comments.
5668 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
5669 (macro_define_object_internal): New function.
5670 (macro_define_object): Use it.
5671 (macro_define_special): New function.
5672 (fixup_definition): New function.
5673 (macro_lookup_definition, foreach_macro_in_scope)
5674 (foreach_macro): Use fixup_definition.
5675 * macroexp.h (macro_stringify): Declare.
5676 * macroexp.c (free_buffer_return_text): New function.
5677 (stringify): Constify "arg".
5678 (macro_stringify): New function.
5679 * dwarf2read.c (macro_start_file): Call macro_define_special.
5680
6a3a010b 56812012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
f782ad9b 5682 Maciej W. Rozycki <macro@mips.com>
6a3a010b
MR
5683
5684 * breakpoint.h (bp_location): Add related_address member.
5685 * inferior.h (get_return_value): Take a pointer to struct value
5686 instead of struct type for the function requested.
5687 * value.h (using_struct_return): Likewise.
5688 * gdbarch.sh (return_value): Take a pointer to struct value
5689 instead of struct type for the function requested.
5690 * breakpoint.c (set_breakpoint_location_function): Initialize
5691 related_address for bp_gnu_ifunc_resolver breakpoints.
5692 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
5693 requested function's address to gdbarch_return_value.
5694 * eval.c (evaluate_subexp_standard): Pass the requested
5695 function's address to using_struct_return.
5696 * infcall.c (call_function_by_hand): Pass the requested
5697 function's address to using_struct_return and
5698 gdbarch_return_value.
5699 * infcmd.c (get_return_value): Take a pointer to struct value
5700 instead of struct type for the function requested.
5701 (print_return_value): Update accordingly.
5702 (finish_command_continuation): Likewise.
5703 * stack.c (return_command): Pass the requested function's
5704 address to using_struct_return and gdbarch_return_value.
5705 * value.c (using_struct_return): Take a pointer to struct value
5706 instead of struct type for the function requested. Pass the
5707 requested function's address to gdbarch_return_value.
5708 * python/py-finishbreakpoint.c (finish_breakpoint_object):
5709 New function_value member, replacing function_type.
5710 (bpfinishpy_dealloc): Update accordingly.
5711 (bpfinishpy_pre_stop_hook): Likewise.
5712 (bpfinishpy_init): Likewise. Record the requested function's
5713 address.
5714 * mips-tdep.c (mips_fval_reg): New enum.
5715 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
5716 words put in GP registers.
5717 (mips_o64_push_dummy_call): Update a comment.
5718 (mips_o32_return_value): Take a pointer to struct value instead
5719 of struct type for the function requested and use it to check if
5720 using the MIPS16 calling convention. Return the designated
5721 general purpose registers for floating-point values returned in
5722 MIPS16 mode.
5723 (mips_o64_return_value): Likewise.
5724 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
5725 (ppc_sysv_abi_broken_return_value): Likewise.
5726 (ppc64_sysv_abi_return_value): Likewise.
5727 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
5728 value instead of struct type for the function requested.
5729 * amd64-tdep.c (amd64_return_value): Likewise.
5730 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
5731 * arm-tdep.c (arm_return_value): Likewise.
5732 * avr-tdep.c (avr_return_value): Likewise.
5733 * bfin-tdep.c (bfin_return_value): Likewise.
5734 * cris-tdep.c (cris_return_value): Likewise.
5735 * frv-tdep.c (frv_return_value): Likewise.
5736 * h8300-tdep.c (h8300_return_value): Likewise.
5737 (h8300h_return_value): Likewise.
5738 * hppa-tdep.c (hppa32_return_value): Likewise.
5739 (hppa64_return_value): Likewise.
5740 * i386-tdep.c (i386_return_value): Likewise.
5741 * ia64-tdep.c (ia64_return_value): Likewise.
5742 * iq2000-tdep.c (iq2000_return_value): Likewise.
5743 * lm32-tdep.c (lm32_return_value): Likewise.
5744 * m32c-tdep.c (m32c_return_value): Likewise.
5745 * m32r-tdep.c (m32r_return_value): Likewise.
5746 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
5747 * m68k-tdep.c (m68k_return_value): Likewise.
5748 (m68k_svr4_return_value): Likewise.
5749 * m88k-tdep.c (m88k_return_value): Likewise.
5750 * mep-tdep.c (mep_return_value): Likewise.
5751 * microblaze-tdep.c (microblaze_return_value): Likewise.
5752 * mn10300-tdep.c (mn10300_return_value): Likewise.
5753 * moxie-tdep.c (moxie_return_value): Likewise.
5754 * mt-tdep.c (mt_return_value): Likewise.
5755 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
5756 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
5757 (ppc_sysv_abi_broken_return_value): Likewise.
5758 (ppc64_sysv_abi_return_value): Likewise.
5759 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
5760 * rl78-tdep.c (rl78_return_value): Likewise.
5761 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
5762 * rx-tdep.c (rx_return_value): Likewise.
5763 * s390-tdep.c (s390_return_value): Likewise.
5764 * score-tdep.c (score_return_value): Likewise.
5765 * sh-tdep.c (sh_return_value_nofpu): Likewise.
5766 (sh_return_value_fpu): Likewise.
5767 * sh64-tdep.c (sh64_return_value): Likewise.
5768 * sparc-tdep.c (sparc32_return_value): Likewise.
5769 * sparc64-tdep.c (sparc64_return_value): Likewise.
5770 * spu-tdep.c (spu_return_value): Likewise.
5771 * tic6x-tdep.c (tic6x_return_value): Likewise.
5772 * v850-tdep.c (v850_return_value): Likewise.
5773 * vax-tdep.c (vax_return_value): Likewise.
5774 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
5775 * xtensa-tdep.c (xtensa_return_value): Likewise.
5776 * gdbarch.c: Regenerate.
5777 * gdbarch.h: Regenerate.
5778
29ca12b3
TT
57792012-05-15 Tom Tromey <tromey@redhat.com>
5780
5781 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
5782
588ae58c
JB
57832012-05-15 Joel Brobecker <brobecker@adacore.com>
5784
5785 * breakpoint.c (init_breakpoint_sal): Add quotes around part
5786 of command in two error message.
5787
855a6e68
JB
57882012-05-15 Joel Brobecker <brobecker@adacore.com>
5789
5790 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
5791
d634f2de
JB
57922012-05-15 Joel Brobecker <brobecker@adacore.com>
5793
5794 * breakpoint.c (find_condition_and_thread): Minor reformatting.
5795
9cc815f5
JK
57962012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5797
5798 * NEWS (show auto-load scripts-directory): Add forgotten command.
5799
6a609e58
JK
58002012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
5803 parameters.
5804
ac1438b5
L
58052012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5806
5807 * amd64-tdep.c: Include features/i386/x32.c and
5808 features/i386/x32-avx.c.
5809 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
5810 initialize_tdesc_x32_avx.
5811
e7e0cddf
SS
58122012-05-14 Stan Shebs <stan@codesourcery.com>
5813
5814 Add dynamic printf.
5815 * breakpoint.h (enum bptype): New type bp_dprintf.
5816 (struct breakpoint): New field extra_string.
5817 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
5818 (create_breakpoint): Add extra_string arg.
5819 * breakpoint.c (dprintf_breakpoint_ops): New.
5820 (is_breakpoint): Add bp_dprintf.
5821 (bpstat_what): Add dprintf case.
5822 (bptype_string): Ditto.
5823 (print_one_breakpoint_location): Ditto.
5824 (init_bp_location): Ditto.
5825 (bkpt_print_mention): Ditto.
5826 (dprintf_style_enums): New array.
5827 (dprintf_style): New global.
5828 (dprintf_function): New global.
5829 (dprintf_channel): New global.
5830 (update_dprintf_command_list): New function.
5831 (update_dprintf_commands): New function.
5832 (init_breakpoint_sal): Add extra_string argument, handle it.
5833 (create_breakpoint_sal): Add extra_string argument.
5834 (create_breakpoints_sal): Add extra_string argument, update callers.
5835 (find_condition_and_thread): Add extra argument.
5836 (create_breakpoint): Add extra_string argument, record it.
5837 (dprintf_command): New function.
5838 (break_command_1): Add arg to create_breakpoint call.
5839 (handle_gnu_v3_exceptions): Ditto.
5840 (trace_command): Ditto.
5841 (ftrace_command): Ditto.
5842 (strace_command): Ditto.
5843 (bkpt_print_mention): Add dprintf case.
5844 (create_breakpoint_sal_default): Add extra_string argument.
5845 (_initialize_breakpoint): Add new commands.
5846 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
5847 * python/py-breakpoint.c (bppy_init): Ditto.
5848 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
5849
8ae38c14
MR
58502012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
5851
5852 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
5853
9f676e66
SCR
58542012-05-14 Siva Chandra Reddy <sivachandra@google.com>
5855
5856 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
5857 unsigned long long.
5858
7efc75aa
SCR
58592012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5860
5861 Add a new function gdb.find_pc_line to the Python API.
5862 * NEWS (Python Scripting): Add entry about the new function.
5863 * python/python.c (gdbpy_find_pc_line): New function which
5864 implements gdb.find_pc_line.
5865 (GdbMethods): Add entry for the new function.
5866
70af3797
PA
58672012-05-12 Pedro Alves <palves@redhat.com>
5868
5869 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5870 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5871
06da564e
EZ
58722012-05-12 Eli Zaretskii <eliz@gnu.org>
5873
5874 * inferior.c: Include completer.h
5875 (initialize_inferiors): Set completer of add-inferior to
5876 filename_completer.
5877
0288cee2
L
58782012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5879
5880 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5881 gdbarch_ptr_bit for x32 core dump.
5882
f6537a2c
L
58832012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5884
5885 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5886 and features/i386/x32-avx-linux.c.
5887
85d4a676
SS
58882012-05-11 Stan Shebs <stan@codesourcery.com>
5889 Kwok Cheung Yeung <kcy@codesourcery.com>
5890
5891 * NEWS: Describe new info os commands.
5892 * common/linux-osdata.c (PID_T, TIME_T): Define.
5893 (MAX_PID_T_STRLEN): New.
5894 (linux_common_core_of_thread): Add comment. Change to use PID_T and
5895 MAX_PID_T_STRLEN.
5896 (command_from_pid): Add comment. Change to use PID_T.
5897 (commandline_from_pid): Change to use PID_T.
5898 (user_from_pid): Add comment.
5899 (get_process_owner): Add comment. Change to use PID_T and
5900 MAX_PID_T_STRLEN.
5901 (get_number_of_cpu_cores): Add comment.
5902 (get_cores_used_by_process): Add comment. Change to use PID_T and
5903 MAX_PID_T_STRLEN.
5904 (linux_xfer_osdata_processes): Change to use PID_T and
5905 MAX_PID_T_STRLEN.
5906 (compare_processes): New function.
5907 (linux_xfer_osdata_processgroups): New function.
5908 (linux_xfer_osdata_threads): Change to use PID_T.
5909 (linux_xfer_osdata_fds): New function.
5910 (format_socket_state, print_sockets): New functions.
5911 (union socket_addr): New union.
5912 (linux_xfer_osdata_isockets): New function.
5913 (time_from_time_t, group_from_gid): New functions.
5914 (linux_xfer_osdata_shm): New function.
5915 (linux_xfer_osdata_sem): New function.
5916 (linux_xfer_osdata_msg): New function.
5917 (linux_xfer_osdata_modules): New function.
5918 (osdata_table): Add new entries.
5919 * common/buffer.c (buffer_xml_printf): Add support for long and
5920 long long format specifiers.
5921
f24afd6d
L
59222012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5923
5924 * amd64-linux-tdep.h (tdesc_x32_linux): New.
5925 (tdesc_x32_avx_linux): Likewise.
5926
7349ff92
JK
59272012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 Implement multi-component --with-auto-load-dir.
5930 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5931 entries.
5932 (--with-auto-load-safe-path): Update the default value description.
5933 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5934 New.
5935 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
5936 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
5937 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
5938 (_initialize_auto_load): Initialize also auto_load_dir. Install new
5939 "set auto-load scripts-directory".
5940 * config.in: Regenerate.
5941 * configure: Regenerate.
5942 * configure.ac (--with-auto-load-dir): New configure option.
5943 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5944
6dea1fbd
JK
59452012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5946
5947 Provide $ddir substitution for --with-auto-load-safe-path.
5948 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5949 entries.
5950 * auto-load.c: Include observer.h.
5951 (auto_load_safe_path_vec_update): Call substitute_path_component for
5952 each component. New variable ddir_subst.
5953 (auto_load_gdb_datadir_changed): New function.
5954 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5955 AUTO_LOAD_SAFE_PATH. New comment.
5956 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5957 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
5958 * config.in: Regenerate.
5959 * configure: Regenerate.
5960 * configure.ac (--auto-load-safe-path): Rename
5961 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
5962 GDB_DATADIR/auto-load.
5963 * defs.h (substitute_path_component): New declaration.
5964 * top.c: Include observer.h.
5965 (set_gdb_datadir): New function.
5966 (init_main): Install it for "set data-directory".
5967 * utils.c (substitute_path_component): New function.
5968
b09aca3a
JK
59692012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5970
5971 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5972 * auto-load.c (auto_load_objfile_script): Remove check for NULL
5973 DEBUG_FILE_DIRECTORY. Handle multiple components of
5974 DEBUG_FILE_DIRECTORY.
5975
95554aad
TT
59762012-05-10 Tom Tromey <tromey@redhat.com>
5977
5978 * dwarf2read.c (recursively_write_psymbols): New function.
5979 (write_psymtabs_to_index): Use it.
5980
5981 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5982 field.
5983 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5984 (load_partial_comp_unit): Update.
5985 (queue_comp_unit): Add argument 'pretend_language'.
5986 (process_queue): Update.
5987 (psymtab_to_symtab_1): Skip dependencies that have a user.
5988 (load_partial_comp_unit_reader): Give meaning to the 'data'
5989 argument.
5990 (load_full_comp_unit): Add 'pretend_language' argument.
5991 (process_full_comp_unit): Add 'pretend_language' argument. Set
5992 language on CU.
5993 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5994 Update.
5995 (maybe_queue_comp_unit): Add 'pretend_language' argument.
5996 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5997 Update.
5998 (prepare_one_comp_unit): Add 'pretend_language' argument.
5999
6000 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6001 (struct dwarf2_per_objfile) <just_read_cus>: New field.
6002 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6003 (dw2_do_instantiate_symtab): Check whether symtab was read in
6004 before queueing.
6005 (dw2_instantiate_symtab): Add assertion. Call
6006 process_cu_includes.
6007 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6008 (partial_symtab_p): New typedef.
6009 (set_partial_user): New function.
6010 (dwarf2_build_psymtabs_hard): Use set_partial_user.
6011 (scan_partial_symbols): Add imported CU to imported_symtabs.
6012 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6013 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6014 (get_symtab, recursively_compute_inclusions)
6015 (compute_symtab_includes, process_cu_includes)
6016 (process_imported_unit_die): New functions.
6017 (process_die) <DW_TAG_imported_unit>: New case.
6018 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6019
6020 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6021 comment.
6022 (struct partial_die_info) <locdesc>: Remove.
6023 <d>: New field.
6024 (process_psymtab_comp_unit): Add 'read_partial' argument.
6025 Update.
6026 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6027 (scan_partial_symbols): Handle DW_TAG_imported_unit.
6028 (add_partial_symbol): Update.
6029 (process_die): Handle DW_TAG_partial_unit.
6030 (read_file_scope): Update comment.
6031 (load_partial_dies): Handle DW_TAG_imported_unit.
6032 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6033 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6034
e871fbb9
TT
60352012-05-10 Tom Tromey <tromey@redhat.com>
6036
6037 * cc-with-dwz.sh: New file.
6038
b5b04b5b
TT
60392012-05-10 Tom Tromey <tromey@redhat.com>
6040
6041 * symtab.h (struct symtab) <includes, user>: New fields.
6042 * block.h (struct block_iterator) <d, idx, which>: New fields.
6043 * block.c (initialize_block_iterator, find_iterator_symtab)
6044 (block_iterator_step, block_iter_name_step)
6045 (block_iter_match_step): New functions.
6046 (block_iterator_first, block_iterator_next)
6047 (block_iter_name_first, block_iter_name_next)
6048 (block_iter_match_first, block_iter_match_next): Rewrite.
6049 (get_block_symtab): New function.
6050
84a146c9
TT
60512012-05-10 Tom Tromey <tromey@redhat.com>
6052
6053 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6054 set_block_symtab.
6055 * jit.c (finalize_symtab): Use allocate_global_block,
6056 set_block_symtab.
6057 * buildsym.c (finish_block_internal): New function, from old
6058 finish_block.
6059 (finish_block): Rewrite.
6060 (end_symtab): Use finish_block_internal, set_block_symtab.
6061 * block.h (struct global_block): New.
6062 (allocate_global_block, set_block_symtab): Declare.
6063 * block.c (allocate_global_block, set_block_symtab): New
6064 functions.
6065
9439a077
TT
60662012-05-10 Tom Tromey <tromey@redhat.com>
6067
6068 * psymtab.c (partial_map_expand_apply): Add assertion.
6069 (partial_map_symtabs_matching_filename): Skip included psymtabs.
6070 (psymtab_to_symtab): Find unshared psymtab.
6071 (dump_psymtab): Print including psymtabs.
6072 (recursively_search_psymtabs): New function.
6073 (expand_symtabs_matching_via_partial): Use it.
6074 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6075 fields.
6076 (enum psymtab_search_status): New.
6077
8157b174
TT
60782012-05-10 Tom Tromey <tromey@redhat.com>
6079
6080 * tracepoint.c (scope_info): Update.
6081 * symtab.c (lookup_block_symbol, iterate_over_symbols)
6082 (find_pc_sect_symtab, search_symbols)
6083 (default_make_symbol_completion_list_break_on)
6084 (make_file_symbol_completion_list): Update.
6085 * symmisc.c (dump_symtab_1): Update.
6086 * stack.c (print_frame_args, iterate_over_block_locals)
6087 (print_frame_labels, iterate_over_block_arg_vars): Update.
6088 * python/py-block.c (block_object) <dict>: Remove.
6089 <block>: New field.
6090 <iter>: Change type.
6091 (blpy_iter): Update.
6092 (blpy_block_syms_iternext): Update.
6093 * psymtab.c (map_block): Use block iterators.
6094 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6095 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6096 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6097 * infrun.c (check_exception_resume): Update.
6098 * cp-support.c (make_symbol_overload_list_block): Update.
6099 * coffread.c (patch_opaque_types): Update.
6100 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6101 * block.h (struct block_iterator): New.
6102 (block_iterator_first, block_iterator_next, block_iter_name_first)
6103 (block_iter_name_next, block_iter_match_first)
6104 (block_iter_match_next): Declare.
6105 (ALL_BLOCK_SYMBOLS): Redefine.
6106 * block.c (block_iterator_first, block_iterator_next)
6107 (block_iter_name_first, block_iter_name_next)
6108 (block_iter_match_first, block_iter_match_next): New functions.
6109 * ada-lang.c (ada_add_block_symbols)
6110 (ada_make_symbol_completion_list): Use block iterator.
6111
a2ca7a52
TT
61122012-05-10 Tom Tromey <tromey@redhat.com>
6113
6114 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6115 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6116 (lookup_partial_symbol, find_last_source_symtab_from_partial)
6117 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6118 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6119 Update.
6120
64ea88dc
JB
61212012-05-10 Joel Brobecker <brobecker@adacore.com>
6122
6123 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6124 print-file-var-lib2.c, print-file-var-main.c and
6125 print-file-var.exp (located in gdb/testsuite/gdb.base).
6126
99a547d6
JB
61272012-05-10 Joel Brobecker <brobecker@adacore.com>
6128
6129 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6130 try locating the symbol in the symbol's own objfile first, before
6131 extending the search to all objfiles.
6132 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6133 out of lookup_symbol_aux_symtabs.
6134 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6135 Replace extracted-out code by call to lookup_symbol_aux_objfile.
6136 Do not search EXCLUDE_OBJFILE.
6137 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6138 (lookup_symbol_global): Search for matches in the block's objfile
6139 first, before searching all other objfiles.
6140
0ece64fd
TG
61412012-05-10 Tristan Gingold <gingold@adacore.com>
6142
6143 * printcmd.c (set_command): Add pre/post inc/dec.
6144
3d16a105
FCE
61452012-05-09 Frank Ch. Eigler <fche@redhat.com>
6146
6147 * gdb.1: Document -ex option.
6148
2efbc0f7
JB
61492012-05-09 Joel Brobecker <brobecker@adacore.com>
6150
6151 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6152 * inferior.h (AT_SYMBOL): Delete.
6153
2c76a0c7
JB
61542012-05-09 Joel Brobecker <brobecker@adacore.com>
6155
6156 * mips-tdep.c (mips_push_dummy_code): New function.
6157 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6158 ON_STACK and install mips_push_dummy_code as our gdbarch
6159 push_dummy_code routine.
6160
9401a810
PA
61612012-05-09 Pedro Alves <palves@redhat.com>
6162
6163 * target.c (set_maintenance_target_async_permitted): Rename to ...
6164 (set_target_async_command): ... this.
6165 (show_maintenance_target_async_permitted): Rename to ...
6166 (show_target_async_command): ... this.
6167 (initialize_targets): Adjust.
6168
3929b321
DE
61692012-05-08 Doug Evans <dje@google.com>
6170
6171 * go-exp.y (classify_name): Add missing assignment of fields of
6172 yylval.ssym.
6173
c41535fd
EZ
61742012-05-08 Eli Zaretskii <eliz@gnu.org>
6175
6176 Display the ">" prompt in interactive mode while reading canned
6177 commands, even when the current interpreter is MI.
6178
6179 * interps.c (interp_set_temp): New function.
6180
6181 * interps.h (interp_set_temp): Add prototype.
6182
6183 * cli/cli-script.c (restore_interp): New cleanup function.
6184 (read_command_lines): Temporarily override the current interpreter
6185 with CLI and arrange for restoring the original one.
6186
c0749c4d
JS
61872012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
6188
6189 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6190
d7333987
SDJ
61912012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6192
6193 * probe.c (parse_probes): Move conditional to check for
6194 debuginfo files from here...
6195 * stap-probe.c (stap_get_probes): ... to here.
6196
649e6d92
MK
61972012-05-07 Mark Kettenis <kettenis@gnu.org>
6198 H.J. Lu <hongjiu.lu@intel.com>
6199
6200 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6201 `movl %esp, %ebp' for the X32 ABI.
6202
f39c6ffd
TT
62032012-05-07 Tom Tromey <tromey@redhat.com>
6204
6205 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
6206 get_DW_TAG_name.
6207 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
6208 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
6209 (dwarf_stack_op_name): Remove.
6210 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
6211 (decode_locdesc): Use get_DW_OP_name.
6212 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6213 (dwarf2_compile_expr_to_ax): Likewise.
6214 (disassemble_dwarf_expression): Likewise.
6215 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6216
1e1f6591
CLT
62172012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
6218
6219 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6220 (sh_linux_sigtramp_cache): New function.
6221 (sh_linux_sigreturn_init): New function.
6222 (sh_linux_rt_sigreturn_init): New function.
6223 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6224 patterns.
6225 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6226 syscall codes.
6227 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6228 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6229 (sh_linux_init_abi): Add init calls to register new tramp_frame
6230 definitions under 32-bit SH, update comments.
6231
545c08b4
PA
62322012-05-07 Pedro Alves <palves@redhat.com>
6233
daac165e
PA
6234 PR gdb/10952
6235
545c08b4
PA
6236 * amd64-linux-tdep.c: Include glibc-tdep.h.
6237 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6238 gdbarch_skip_solib_resolver callback.
6239
af2c1515
JK
62402012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6243 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6244 (show_auto_load_safe_path): Check any-directory by comparison with "/".
6245 (add_auto_load_safe_path): Change the error message.
6246 (_initialize_auto_load): Change the "safe-path" help text.
6247 * configure: Regenerate
6248 * configure.ac (--without-auto-load-safe-path): Set
6249 WITH_AUTO_LOAD_SAFE_PATH to /.
6250
1067f998
SDJ
62512012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
6252
6253 * stap-probe.h: Do not include unecessary `probe.h'.
6254
45dfa85a
AM
62552012-05-05 Alan Modra <amodra@gmail.com>
6256
6257 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6258 bfd_und_section_ptr.
6259 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6260 and bfd_com_section_ptr.
6261
cf093994
JB
62622012-05-04 Joel Brobecker <brobecker@adacore.com>
6263
762ebb75 6264 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
cf093994 6265
d40dc7a8
JB
62662012-05-04 Joel Brobecker <brobecker@adacore.com>
6267
6268 * windows-nat.h (segment_register_p_ftype): New typedef.
6269 (windows_set_segment_register_p): Add declaration.
6270 * windows-nat.c (segment_register_p): New static global.
6271 (windows_set_segment_register_p): New function.
6272 (do_windows_fetch_inferior_registers): Add special handling
6273 for segment registers.
6274 * amd64-windows-nat.c: #include "amd64-tdep.h".
6275 (amd64_windows_segment_register_p): New function.
6276 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6277 * i386-windows-nat.c: #include "i386-tdep.h".
6278 (i386_windows_segment_register_p): New function.
6279 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6280
52b3699b
TG
62812012-05-04 Tristan Gingold <gingold@adacore.com>
6282
6283 * printcmd.c (set_command): Emit a warning if the expression is not
6284 an assignment.
6285
94c74239
JB
62862012-05-03 Joel Brobecker <brobecker@adacore.com>
6287
6288 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6289 Make static.
6290
fcf57f19
SDJ
62912012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
6292
6293 * stap-probe.c (stap_is_operator): Change declaration.
6294 (stap_get_opcode): Change return value.
6295 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6296 `stap_parse_argument_1'.
6297
27d2932e
PA
62982012-05-03 Pedro Alves <pedro@codesourcery.com>
6299
6300 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6301 debug log.
6302
a20ee7a4
SCR
63032012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6304
6305 Add two new methods global_block and static_block to gdb.Symtab
6306 objects.
6307 * NEWS (Python scripting): Add entry about the new methods.
6308 * python/py-symtab.c (stpy_global_block): New function which
6309 implements the gdb.Symtab.global_block() method.
6310 (stpy_static_block): New function which implements the
6311 gdb.Symtab.static_block() method.
6312 (symtab_object_methods): Add entries for the two new methods.
6313
943cb756
DE
63142012-05-03 Doug Evans <dje@google.com>
6315
6316 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6317 files.
6318
f4644a3f
YQ
63192012-05-03 Yao Qi <yao@codesourcery.com>
6320
6321 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6322 space.
6323 (i386_process_record): Ditto.
6324
ef61f180
JB
63252012-05-02 Joel Brobecker <brobecker@adacore.com>
6326
6327 * infcall.c (unwind_on_signal_p): Make static.
6328
02f1df11
JB
63292012-05-02 Joel Brobecker <brobecker@adacore.com>
6330
6331 * sol-thread.c (solaris_pid_to_str): Make static.
6332 (_initialize_sol_thread): Add prototype.
6333
39023530
JB
63342012-05-02 Joel Brobecker <brobecker@adacore.com>
6335
6336 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6337
c6b0c501
CF
63382012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
6339
6340 * MAINTAINERS: Remove myself.
6341
1ef71717
JK
63422012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 Fix --without-auto-load-safe-path for MS-Windows host platform.
6345 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6346
b31b86a7
EZ
63472012-05-02 Eli Zaretskii <eliz@gnu.org>
6348
6349 * gdb_curses.h: Undefine KEY_EVENT before including curses
6350 headers. Move "#undef MOUSE_MOVED" before any curses header
6351 inclusion.
6352
777532fc
SDJ
63532012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6354
6355 * features/i386/i386-mmx-linux.c: Regenerate.
6356 * features/rs6000/powerpc-32.c: Likewise.
6357 * features/rs6000/powerpc-32l.c: Likewise.
6358 * features/rs6000/powerpc-403.c: Likewise.
6359 * features/rs6000/powerpc-403gc.c: Likewise.
6360 * features/rs6000/powerpc-405.c: Likewise.
6361 * features/rs6000/powerpc-505.c: Likewise.
6362 * features/rs6000/powerpc-601.c: Likewise.
6363 * features/rs6000/powerpc-602.c: Likewise.
6364 * features/rs6000/powerpc-603.c: Likewise.
6365 * features/rs6000/powerpc-604.c: Likewise.
6366 * features/rs6000/powerpc-64.c: Likewise.
6367 * features/rs6000/powerpc-64l.c: Likewise.
6368 * features/rs6000/powerpc-750.c: Likewise.
6369 * features/rs6000/powerpc-860.c: Likewise.
6370 * features/rs6000/powerpc-e500.c: Likewise.
6371 * features/rs6000/powerpc-e500l.c: Likewise.
6372 * features/rs6000/powerpc-isa205-32l.c: Likewise.
6373 * features/rs6000/powerpc-isa205-64l.c: Likewise.
6374 * features/rs6000/rs6000.c: Likewise.
6375
d71871bc
SDJ
63762012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
6377
6378 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6379 variable.
6380 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6381 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6382 (stap_parse_argument) <e>: Likewise.
6383 (handle_stap_probe) <byte_order>: Likewise.
6384
fd820528
DE
63852012-04-30 Doug Evans <dje@google.com>
6386
6387 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6388 init_and_read_dies_worker. All callers updated.
6389 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
6390 replaced with init_cutu_and_read_dies.
6391 (load_partial_comp_unit): Pass 1 for use_existing_cu.
6392 (find_partial_die): Remove FIXME. Don't free current CU.
6393
ec3f619d 63942012-04-30 Sterling Augustine <saugustine@google.com>
be36f02d
SA
6395
6396 * contrib: New directory.
6397 * contrib/test_pubnames_and_indexes.py: New file.
6398
fceca515
DE
63992012-04-30 Doug Evans <dje@google.com>
6400
6401 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
6402 All callers updated.
6403 (init_cu_die_reader): Verify the section is non-empty.
6404 (dwarf_decode_line_header): Don't dereference section->asection
6405 until we know the section is present.
6406
311fe7e1
SDJ
64072012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
6408
6409 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
6410 probes.
6411
5977971a
YQ
64122012-04-29 Yao Qi <yao@codesourcery.com>
6413
6414 * gdb-code-style.el: New hook gdb-markup-hook
6415 and gdb-comment-hook.
6416
dee91e82
DE
64172012-04-28 Doug Evans <dje@google.com>
6418
3019eac3
DE
6419 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
6420 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
6421 objfile->obfd.
6422 * symfile.h (dwarf2_debug_sections): New member addr.
6423 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
6424 (ctx_no_get_addr_index): New function.
6425 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
6426 (ctx_no_get_addr_index): Declare.
6427 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
6428 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
6429 (dwarf_expr_ctx_funcs): Update.
6430 (needs_get_addr_index): New function.
6431 (needs_frame_ctx_funcs): Update.
6432 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
6433 * dwarf2read.c: #include "gdbcore.h".
6434 (dwarf2_per_objfile): New members addr, dwo_files.
6435 (dwarf2_elf_names): Add entry for addr.
6436 (struct dwo_section_names): New type.
6437 (dwo_section_names): New static global.
6438 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
6439 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
6440 old debug_types_section member updated to use this.
6441 Rename member debug_types_section to info_or_types_section,
6442 all uses updated.
6443 (signatured_type): Rename member type_offset to type_offset_in_tu,
6444 all uses updated. New member type_offset_in_section.
6445 (struct dwo_sections): New type.
6446 (struct dwo_unit): New type.
6447 (struct dwo_file): New type.
6448 (die_reader_specs): New member dwo_file.
6449 (dwarf2_locate_sections): Watch for .debug_addr.
6450 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
6451 (dwarf2_read_section): Get bfd of section from bfd's asection,
6452 instead of objfile.
6453 (create_cus_from_index): Initialize the_cu->info_or_types_section.
6454 (create_signatured_type_table_from_index): Initialize
6455 sig_type->info_or_types_section.
6456 (dw2_get_file_names): Statement lists for type units with DWO files
6457 live in the DWO file.
6458 (create_debug_types_hash_table): New function.
6459 (create_all_type_units): Rewrite.
6460 (init_cu_die_reader): New arg dwo_file, all callers updated.
6461 (init_and_read_dies_worker): Get section from
6462 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
6463 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
6464 continue reading the CU/TU from there.
6465 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
6466 updated. Get section from this_cu->info_or_types_section.
6467 (create_all_comp_units): Initialize this_cu->info_or_types_section.
6468 (skip_one_die): New cases DW_FORM_GNU_addr_index,
6469 DW_FORM_GNU_str_index.
6470 (hash_dwo_file, eq_dwo_file): New functions.
6471 (allocate_dwo_file_hash_table): New function.
6472 (hash_dwo_unit, eq_dwo_unit): New functions.
6473 (allocate_dwo_unit_table): New function.
6474 (dwarf2_locate_dwo_sections): New function.
6475 (struct create_dwo_info_table_data): New type.
6476 (create_debug_info_hash_table_reader): New function.
6477 (create_debug_info_hash_table): New function.
6478 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
6479 (lookup_dwo_file): New function.
6480 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
6481 (free_dwo_file, free_dwo_file_cleanup): New functions.
6482 (free_dwo_file_from_slot, free_dwo_files): New functions.
6483 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
6484 (dwarf2_record_block_ranges): Ditto.
6485 (read_partial_die): Ditto.
6486 (process_enumeration_scope): Update to use type_offset_in_section.
6487 (read_full_die_1): New function.
6488 (read_full_die): Rewrite.
6489 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
6490 DW_FORM_GNU_str_index.
6491 (read_addr_index_1, read_addr_index): New functions.
6492 (read_addr_index_from_leb128): New function.
6493 (struct dwarf2_read_addr_index_data): New type.
6494 (dwarf2_read_addr_index_reader): New function.
6495 (dwarf2_read_addr_index): New function.
6496 (read_str_index): New function.
6497 (leb128_size): New function.
6498 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
6499 If processing a type unit from a DWO file, get the line section
6500 from the DWO file.
6501 (var_decode_location): Watch for DW_OP_GNU_addr_index.
6502 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
6503 DW_FORM_GNU_str_index.
6504 (lookup_die_type): Check whether section offset of type's die is
6505 known before looking it up. Remove assert. Condition can
6506 legimately happen for inter-cu type references.
6507 (dwarf_attr_name): Handle Fission attributes.
6508 (dwarf_form_name): Handle Fission forms.
6509 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
6510 DW_FORM_GNU_str_index.
6511 (follow_die_sig): Update to use type_offset_in_section.
6512 (decode_locdesc): New case DW_OP_GNU_addr_index.
6513 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
6514 DW_FORM_GNU_str_index.
6515 (cu_debug_loc_section): New function.
6516 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
6517 (dwarf2_per_objfile_free): Unmap .debug_addr section.
6518 Free DWO files if present.
6519 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
6520
dee91e82
DE
6521 Refactor DIE reading.
6522 * dwarf2read.c (dwarf2_per_objfile): Replace members
6523 debug_info_type_hash and debug_types_type_hash with die_type_hash.
6524 (die_reader_specs): New member "die_section". Temporarily make
6525 member "buffer" non-const, pending constifying all info_ptr uses.
6526 (die_reader_func_ftype): New typedef.
6527 (dw2_get_file_names_reader): New function.
6528 (dw2_get_file_names): Rewrite.
6529 (read_and_check_type_unit_head): Rename arg type_offset to
6530 type_offset_in_tu.
6531 (create_all_type_units): Improve debugging message.
6532 Improve dummy type unit check.
6533 (init_cu_die_reader): New arg "section". All callers updated.
6534 (init_and_read_dies_worker): New function.
6535 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
6536 (init_cutu_and_read_dies_no_follow): New function.
6537 (init_cutu_and_read_dies_simple): New function.
6538 (process_psymtab_comp_unit_reader): New function.
6539 (process_psymtab_comp_unit): Delete args section,
6540 is_debug_types_section. Rewrite. All callers updated.
6541 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
6542 All callers updated. Rewrite.
6543 (load_partial_comp_unit_reader): New function.
6544 (load_partial_comp_unit): Rewrite.
6545 (skip_children): New arg reader. Delete args buffer, cu.
6546 All callers updated.
6547 (skip_one_die): New arg reader. Delete args buffer, cu.
6548 All callers updated.
6549 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
6550 All callers updated.
6551 (load_full_comp_unit_reader): New function.
6552 (load_full_comp_unit): Rewrite.
6553 (read_comp_unit): Delete.
6554 (read_die_and_children_1): Delete, contents moved ...
6555 (read_die_and_children): ... here.
6556 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
6557 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
6558 All callers updated.
6559 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
6560 All callers updated.
6561 (find_partial_die): Rewrite load_all_dies support.
6562 (read_attribute_value): New arg reader. Delete args abfd, cu.
6563 All callers updated.
6564 (read_attribute): New arg reader. Delete args abfd, cu.
6565 All callers updated.
6566 (load_full_type_unit): Add assert.
6567 (read_signatured_type_reader): New function.
6568 (read_signatured_type): Rewrite.
6569 (free_stack_comp_unit): Remove call to age_cached_comp_units.
6570 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
6571 All callers updated. Set per_cu->cu = NULL after freeing it.
6572 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
6573 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
6574 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
6575 (set_die_type): Update.
6576 (get_die_type_at_offset): Update.
6577 (read_file_scope): Call prepare_one_comp_unit.
6578 (read_type_unit_scope): Ditto.
6579 (prepare_one_comp_unit): Set producer if present.
6580
72d59e0d
SDJ
65812012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6582
6583 * probe.c (compile_rx_or_error): Silence ARI warning about missing
6584 gettext function on `error'.
6585
0fefef59
DE
65862012-04-27 Doug Evans <dje@google.com>
6587
6588 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
6589 is empty.
6590
28106bc2
SDJ
65912012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6592 Tom Tromey <tromey@redhat.com>
6593
6594 * breakpoint.c (struct breakpoint_objfile_data)
6595 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
6596 <exception_probes>: New fields.
6597 (free_breakpoint_probes): New function.
6598 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
6599 `_Unwind_DebugHook'.
6600 (create_exception_master_breakpoint): Likewise.
6601 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
6602 * infrun.c: Including necessary header files for handling SystemTap
6603 probes.
6604 (handle_inferior_event): Handling longjmp breakpoint and exceptions
6605 via SystemTap probes.
6606 (check_exception_resume): Remove `func' argument. Handle exception
6607 unwinding breakpoint set via a SystemTap probe.
6608 (insert_exception_resume_from_probe): New function.
6609
55aa24fb
SDJ
66102012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6611 Tom Tromey <tromey@redhat.com>
6612 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
6615 (COMMON_OBS): Likewise.
6616 (HFILES_NO_SRCDIR): Add `probe'.
6617 * NEWS: Mention support for static and SystemTap probes.
6618 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
6619 SystemTap probes' arguments parser.
6620 * arm-linux-tdep.c: Including headers needed to perform the parsing
6621 of SystemTap probes' arguments.
6622 (arm_stap_is_single_operand): New function.
6623 (arm_stap_parse_special_token): Likewise.
6624 (arm_linux_init_abi): Initializing proper fields used by SystemTap
6625 probes' arguments parser.
6626 * ax-gdb.c (require_rvalue): Removing static declaration.
6627 (gen_expr): Likewise.
6628 * ax-gdb.h (gen_expr): Declaring function.
6629 (require_rvalue): Likewise.
6630 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
6631 (bkpt_probe_breakpoint_ops): New variable.
6632 (momentary_breakpoint_from_master): Set the `probe' value.
6633 (add_location_to_breakpoint): Likewise.
6634 (break_command_1): Using proper breakpoint_ops according to the
6635 argument passed by the user in the command line.
6636 (bkpt_probe_insert_location): New function.
6637 (bkpt_probe_remove_location): Likewise.
6638 (bkpt_probe_create_sals_from_address): Likewise.
6639 (bkpt_probe_decode_linespec): Likewise.
6640 (tracepoint_probe_create_sals_from_address): Likewise.
6641 (tracepoint_probe_decode_linespec): Likewise.
6642 (tracepoint_probe_breakpoint_ops): New variable.
6643 (trace_command): Using proper breakpoint_ops according to the
6644 argument passed by the user in the command line.
6645 (initialize_breakpoint_ops): Initializing breakpoint_ops for
6646 static probes on breakpoints and tracepoints.
6647 * breakpoint.h (struct bp_location) <probe>: New field.
6648 * cli-utils.c (skip_spaces_const): New function.
6649 (extract_arg): Likewise.
6650 * cli-utils.h (skip_spaces_const): Likewise.
6651 (extract_arg): Likewise.
6652 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
6653 * configure.ac: Append `stap-probe.o' to be generated when ELF
6654 support is present.
6655 * configure: Regenerate.
6656 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
6657 * elfread.c: Include `probe.h' and `arch-utils.h'.
6658 (probe_key): New variable.
6659 (elf_get_probes): New function.
6660 (elf_get_probe_argument_count): Likewise.
6661 (elf_evaluate_probe_argument): Likewise.
6662 (elf_compile_to_ax): Likewise.
6663 (elf_symfile_relocate_probe): Likewise.
6664 (stap_probe_key_free): Likewise.
6665 (elf_probe_fns): New variable.
6666 (elf_sym_fns): Add `sym_probe_fns' value.
6667 (elf_sym_fns_lazy_psyms): Likewise.
6668 (elf_sym_fns_gdb_index): Likewise.
6669 (_initialize_elfread): Initialize objfile cache for static
6670 probes.
6671 * gdb_vecs.h (struct probe): New forward declaration.
6672 (probe_p): New VEC declaration.
6673 * gdbarch.c: Regenerate.
6674 * gdbarch.h: Regenerate.
6675 * gdbarch.sh (stap_integer_prefix): New variable.
6676 (stap_integer_suffix): Likewise.
6677 (stap_register_prefix): Likewise.
6678 (stap_register_suffix): Likewise.
6679 (stap_register_indirection_prefix): Likewise.
6680 (stap_register_indirection_suffix): Likewise.
6681 (stap_gdb_register_prefix): Likewise.
6682 (stap_gdb_register_suffix): Likewise.
6683 (stap_is_single_operand): New function.
6684 (stap_parse_special_token): Likewise.
6685 (struct stap_parse_info): Forward declaration.
6686 * i386-tdep.c: Including headers needed to perform the parsing
6687 of SystemTap probes' arguments.
6688 (i386_stap_is_single_operand): New function.
6689 (i386_stap_parse_special_token): Likewise.
6690 (i386_elf_init_abi): Initializing proper fields used by SystemTap
6691 probes' arguments parser.
6692 * i386-tdep.h (i386_stap_is_single_operand): New function.
6693 (i386_stap_parse_special_token): Likewise.
6694 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
6695 * mipsread.c (ecoff_sym_fns): Likewise.
6696 * objfiles.c (objfile_relocate1): Support relocation for static
6697 probes.
6698 * parse.c (prefixify_expression): Remove static declaration.
6699 (initialize_expout): Likewise.
6700 (reallocate_expout): Likewise.
6701 * parser-defs.h (initialize_expout): Declare function.
6702 (reallocate_expout): Likewise.
6703 (prefixify_expression): Likewise.
6704 * ppc-linux-tdep.c: Including headers needed to perform the parsing
6705 of SystemTap probes' arguments.
6706 (ppc_stap_is_single_operand): New function.
6707 (ppc_stap_parse_special_token): Likewise.
6708 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
6709 probes' arguments parser.
6710 * probe.c: New file, for generic statically defined probe support.
6711 * probe.h: Likewise.
6712 * s390-tdep.c: Including headers needed to perform the parsing of
6713 SystemTap probes' arguments.
6714 (s390_stap_is_single_operand): New function.
6715 (s390_gdbarch_init): Initializing proper fields used by SystemTap
6716 probes' arguments parser.
6717 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
6718 * stap-probe.c: New file, for SystemTap probe support.
6719 * stap-probe.h: Likewise.
6720 * symfile.h: Include `gdb_vecs.h'.
6721 (struct sym_probe_fns): New struct.
6722 (struct sym_fns) <sym_probe_fns>: New field.
6723 * symtab.c (init_sal): Initialize `probe' field.
6724 * symtab.h (struct probe): Forward declaration.
6725 (struct symtab_and_line) <probe>: New field.
6726 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
6727 locations.
6728 (stop_tracing): Likewise.
6729 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
6730
22d2b532
SDJ
67312012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6732 Tom Tromey <tromey@redhat.com>
6733
6734 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
6735 and to compile agent expressions.
6736 * infrun.c (siginfo_make_value): New argument `ignore'.
6737 (siginfo_funcs): New struct.
6738 (_initialize_infrun): New argument when calling
6739 `create_internalvar_type_lazy'.
6740 * thread.c (thread_id_make_value): New argument `ignore'.
6741 (thread_funcs): New struct.
6742 (_initialize_thread): New argument when calling
6743 `create_internalvar_type_lazy'.
6744 * tracepoint.c (sdata_make_value): New argument `ignore'.
6745 (sdata_funcs): New struct.
6746 (_initialize_tracepoint): New argument when calling
6747 `create_internalvar_type_lazy'.
6748 * value.c (make_value): New struct.
6749 (create_internalvar_type_lazy): New argument `data'.
6750 (compile_internalvar_to_ax): New function.
6751 (value_of_internalvar): Properly handling `make_value' case.
6752 (clear_internalvar): Likewise.
6753 (show_convenience): Adding `TRY_CATCH' block.
6754 * value.h (internalvar_make_value): Delete, replace by...
6755 (struct internalvar_funcs): ... this.
6756 (create_internalvar_type_lazy) <fun>: Delete argument.
6757 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
6758 (compile_internalvar_to_ax): New function.
6759 * windows-tdep.c (tlb_make_value): New argument `ignore'.
6760 (tlb_funcs): New struct.
6761 (_initialize_windows_tdep): New argument when calling
6762 `create_internalvar_type_lazy'.
6763
91da1414
MW
67642012-04-27 Mark Wielaard <mjw@redhat.com>
6765
6766 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
6767 see whether it is an address or a constant offset from DW_AT_low_pc.
6768 (dwarf2_record_block_ranges): Likewise.
6769 (read_partial_die): Likewise.
6770
4ab9d8ec
MW
67712012-04-26 Mark Wielaard <mjw@redhat.com>
6772
6773 * MAINTAINERS (Write After Approval): Add myself to the list.
6774
a0911fd0
MR
67752012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6776
6777 * proc-utils.h (proc_prettyprint_signalset): New prototype.
6778 (proc_prettyprint_signal): Likewise.
6779 (proc_prettyprint_faultset): Likewise.
6780 (proc_prettyprint_fault): Likewise.
6781 (proc_prettyprint_actionset): Likewise.
6782 (proc_prettyprint_flags): Move to new proc-flags.c section.
6783 (proc_prettyfprint_flags): New prototype.
6784 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
6785 (proc_syscall, proc_cursig): Likewise.
6786 (proc_set_kill_on_last_close): Likewise.
6787 (proc_unset_kill_on_last_close): Likewise.
6788 (proc_set_watchpoint): Make static.
6789 (proc_delete_dead_threads): Likewise.
6790 (procfs_set_watchpoint): Likewise.
6791 (_initialize_procfs): Add prototype.
6792 * proc-events.c: Include proc-utils.h.
6793 (init_syscall_table): Make static.
6794 * proc-api.c (_initialize_proc_api): Add prototype.
6795 * proc-flags.c: Include proc-utils.h.
6796
9009e1ae
MR
67972012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6798
6799 * configure.ac: Add AC_ARG_PROGRAM.
6800 * configure: Regenerate.
6801
4fae6e18
JK
68022012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 Fix DW_AT_lower_bound defaults for DWARF-4+.
6805 * dwarf2read.c (read_subrange_type): Remove initialization of low and
6806 high. New variable low_default_is_valid. Implement DWARF-4+
6807 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
6808 no default by the DWARF standard.
6809
14132e89 68102012-04-26 Maciej W. Rozycki <macro@mips.com>
f782ad9b 6811 Maciej W. Rozycki <macro@codesourcery.com>
14132e89
MR
6812
6813 * infrun.c (handle_inferior_event): Move the check for return
6814 trampolines ahead of the check for function trampolines.
6815 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
6816 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
6817 (mips_str_mips16_ret_stub): Likewise.
6818 (mips_str_call_fp_stub): Likewise.
6819 (mips_str_call_stub): Likewise.
6820 (mips_str_fn_stub): Likewise.
6821 (mips_str_pic): Likewise.
6822 (mips_in_frame_stub): New function.
6823 (mips_unwind_pc): Return the return address rather than the PC
6824 if the PC of an intermediate frame is inside a call thunk.
6825 (mips_is_stub_suffix): New function.
6826 (mips_is_stub_mode): Likewise.
6827 (mips_get_mips16_fn_stub_pc): Likewise.
6828 (mips_skip_mips16_trampoline_code): Update to handle all the
6829 currently generated stub types. Don't recurse into __fn_stub
6830 thunks. Remove heuristics to handle stubs beyond etext/_etext.
6831 Use cooked register accesses.
6832 (mips_in_return_stub): Reintroduce function.
6833 (mips_skip_trampoline_code): Traverse trampolines recursively.
6834 (mips_gdbarch_init): Handle MIPS16 return trampolines.
6835
518f0db5 68362012-04-26 Joel Brobecker <brobecker@adacore.com>
6837
6838 GDB 7.4.1 released.
6839
3184d3f9
JL
68402012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
6841
6842 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
6843 * features/arm-with-m-vfp-d16.xml: New file. Describes
6844 Cortex-M with VFPv4-sp-d16 FPU register layout.
6845 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
6846 * features/arm-with-m-vfp-d16.c: New. Generated from above.
6847 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
6848 (arm-register_g_packet_guesses): Add vfp-d16 guess.
6849 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
6850
b6201d44
DE
68512012-04-25 Doug Evans <dje@google.com>
6852
6853 * cli/cli-decode.c (print_doc_line): Use stream instead of
6854 current_uiout.
6855
4e2f8df6
SDJ
68562012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6857
6858 * features/arm-with-iwmmxt.c: Regenerate.
6859 * features/arm-with-m-fpa-layout.c: Likewise.
6860 * features/arm-with-m.c: Likewise.
6861 * features/arm-with-neon.c: Likewise.
6862 * features/arm-with-vfpv2.c: Likewise.
6863 * features/arm-with-vfpv3.c: Likewise.
6864 * features/mips-dsp-linux.c: Likewise.
6865 * features/mips-linux.c: Likewise.
6866 * features/mips64-dsp-linux.c: Likewise.
6867 * features/mips64-linux.c: Likewise.
6868 * features/s390-linux32.c: Likewise.
6869 * features/s390-linux32v1.c: Likewise.
6870 * features/s390-linux32v2.c: Likewise.
6871 * features/s390-linux64.c: Likewise.
6872 * features/s390-linux64v1.c: Likewise.
6873 * features/s390-linux64v2.c: Likewise.
6874 * features/s390x-linux64.c: Likewise.
6875 * features/s390x-linux64v1.c: Likewise.
6876 * features/s390x-linux64v2.c: Likewise.
6877 * features/tic6x-c62x-linux.c: Likewise.
6878 * features/tic6x-c62x.c: Likewise.
6879 * features/tic6x-c64x-linux.c: Likewise.
6880 * features/tic6x-c64x.c: Likewise.
6881 * features/tic6x-c64xp-linux.c: Likewise.
6882 * features/tic6x-c64xp.c: Likewise.
6883 * target-descriptions.c: Only generate `field_type' and `type'
6884 variables when needed.
6885
2def3e66
JB
68862012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
6887
6888 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6889
a766d390
DE
68902012-04-25 Doug Evans <dje@google.com>
6891
6892 Initial pass at Go language support.
6893 * NEWS: Mention Go.
6894 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6895 go-valprint.c.
6896 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6897 (YYFILES): Add go-exp.c.
6898 (YYOBJ): Add go-exp.o.
6899 (local-maintainer-clean): Delete go-exp.c.
6900 * defs.h (enum language): Add language_go.
6901 * dwarf2read.c: #include "go-lang.h".
6902 (fixup_go_packaging): New function.
6903 (process_full_comp_unit): Call it when processing Go CUs.
6904 (dwarf2_physname): Add Go support.
6905 (read_file_scope): Handle missing language spec for GNU Go.
6906 (set_cu_language): Handle DW_LANG_Go.
6907 * go-exp.y: New file.
6908 * go-lang.h: New file.
6909 * go-lang.c: New file.
6910 * go-typeprint.c: New file.
6911 * go-valprint.c: New file.
6912 * symtab.c: #include "go-lang.h".
6913 (symbol_set_language): Handle language_go.
6914 (symbol_find_demangled_name, symbol_set_names): Ditto.
6915 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6916
4e2af517
JM
69172012-04-24 Jim Meyering <meyering@redhat.com>
6918
6919 avoid a few strncpy-induced buffer overruns
6920 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6921 fname and psargs before trying to concatenate.
6922 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6923 "name" before applying strchr.
6924
b77b7f52
SCR
69252012-04-25 Siva Chandra Reddy <sivachandra@google.com>
6926
6927 * CONTRIBUTE: Use unified diff instead of context diff when
6928 generating patches.
6929
6321c22a
MR
69302012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6931
6932 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6933 code. Handle JR.HB correctly.
6934
742c84f6
MR
69352012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
6936
6937 * mips-tdep.c
6938 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6939 with the other MIPS16 helpers.
6940
7fc7e0c3
SDJ
69412012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
6942
6943 * observer.sh: Conditionally declare `args', thus cleaning up
6944 unused instances of this variable.
6945
20388dd6
YQ
69462012-04-24 Yao Qi <yao@codesourcery.com>
6947
6948 Revert this patch to allow breakpoint always-inserted
6949 in record target.
6950 2011-12-05 Pedro Alves <pedro@codesourcery.com>
f782ad9b
AS
6951 * breakpoint.c: Include record.h.
6952 (breakpoints_always_inserted_mode): Return false when the record
6953 target is in use.
20388dd6
YQ
6954
6955 * breakpoint.c (iterate_over_bp_locations): New.
6956 * breakpoint.h: Declare.
6957 New typedef walk_bp_location_callback.
6958 * record.c (record_open): Call record_init_record_breakpoints.
6959 (record_sync_record_breakpoints): New.
6960 (record_init_record_breakpoints): New.
6961 * NEWS: Mention supporting breakpoint always-inserted mode in
6962 record target.
6963
4734f50e
MK
69642012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
6965
6966 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6967 any thread.
6968
c326b90e
YQ
69692012-04-24 Yao Qi <yao@codesourcery.com>
6970
6971 * breakpoint.c (ep_is_catchpoint): Renamed to ...
6972 (is_catchpoint): ... it.
6973 (print_one_breakpoint_location): Caller update.
6974 * breakpoint.h: Update declaration.
6975
d8fb5a1e
DM
69762012-04-23 David S. Miller <davem@davemloft.net>
6977
6978 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6979
34431a2a
TT
69802012-04-23 Tom Tromey <tromey@redhat.com>
6981
6982 * buildsym.c (add_free_pendings): Remove.
6983 * buildsym.h (add_free_pendings): Remove.
6984
4568ecf9
DE
69852012-04-23 Doug Evans <dje@google.com>
6986
6987 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6988 attr.u.unsnd instead of attr.u.addr.
6989 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6990 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6991 DW_FORM_ref_udata.
6992 (dump_die_shallow): Update cases DW_FORM_ref_addr,
6993 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
6994 DW_FORM_ref_udata.
6995 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6996
dca9aa3a
MR
69972012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
6998
6999 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7000 (mips_o32_return_value): Likewise.
7001 (mips_o64_return_value): Likewise.
7002
c8ea1972
PH
70032012-04-21 Paul Hilfinger <hilfinger@adacore.com>
7004
7005 * ada-lang.c (ada_evaluate_subexp): Add cases for
f782ad9b
AS
7006 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7007 their treatment in eval.c.
c8ea1972 7008
8d1b3521
DM
70092012-04-21 David S. Miller <davem@davemloft.net>
7010
7011 * sparc-tdep.c (X_DISP10): Define.
7012 (sparc_analyze_control_transfer): Handle compare-and-branch.
7013
03145bf4
JL
70142012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
7015
7016 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7017 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7018
004159a2 70192012-04-20 Nigel Stephens <nigel@mips.com>
f782ad9b 7020 Maciej W. Rozycki <macro@codesourcery.com>
004159a2
MR
7021
7022 * mips-tdep.c (mips_float_register_p): New function.
7023 (mips_convert_register_float_case_p): Use mips_float_register_p.
7024 (mips_register_type): Likewise.
7025 (mips_print_register): Likewise.
7026 (print_gp_register_row): Likewise.
7027 (mips_print_registers_info): Likewise.
7028
7f0e6aae
MR
70292012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
7030
7031 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7032 of mips16 symbols.
7033
bc17beea
AP
70342012-04-20 Andrew Pinski <apinski@cavium.com>
7035
7036 * MAINTAINERS (Write After Approval): Add myself to the list.
7037
1730a5a5
SDJ
70382012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7039
7040 * MAINTAINERS: Update my e-mail address.
7041
38ea300a
PA
70422012-04-20 Pedro Alves <palves@redhat.com>
7043
7044 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7045 $srcdir.
7046 * configure: Regenerate.
7047
111dfaae
SDJ
70482012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
7049
7050 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
7051 declaration.
7052 * gdb_vecs.h: Declare `const_char_ptr' VEC.
7053
4fb2c64a
JK
70542012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7055
7056 Fix compilation compatibility with python-2.4
7057 * python/py-type.c (convert_field): Cast ADDRSTRING for
7058 PyObject_SetAttrString as non-const. New comment.
7059
6328eb38
TT
70602012-04-19 Tom Tromey <tromey@redhat.com>
7061
7062 * top.c (quit_target): Use all_cleanups.
7063 * main.c (captured_command_loop): Use all_cleanups.
7064 * exceptions.c (throw_exception): Use all_cleanups.
7065
c971b7fa
PA
70662012-04-19 Pedro Alves <palves@redhat.com>
7067
7068 * Makefile.in (GNULIB_BUILDDIR): New.
7069 (LIBGNU, INCGNU, GNULIB_H): Adjust.
7070 (SUBDIRS): Add $(GNULIB_BUILDDIR).
7071 (CLEANDIRS). Remove gnulib/import.
7072 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7073 (all-lib): Ditto.
7074 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7075 (gnulib/import/Makefile): Replace gnulib/import with
7076 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
7077 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7078 (aclocal_m4_deps): Remove the gnulib dependencies. Add
7079 acx_configure_dir.m4.
7080 * acinclude.m4: Include acx_configure_dir.m4.
7081 * acx_configure_dir.m4: New file.
7082 * aclocal.m4: Regenerate.
a09130f9
PA
7083 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7084 calls. Configure gnulib using ACX_CONFIGURE_DIR.
7085 (GNULIB): New variable.
7086 (GNULIB_STDINT_H): Adjust.
7087 (AC_OUTPUT): Don't output gnulib/Makefile.
7088 * gdb/defs.h: Include build-gnulib/config.h.
7089 * aclocal.m4: Regenerate.
7090 * config.in: Regenerate.
7091 * configure: Regenerate.
7092
7093 * gnulib/Makefile.in: New file.
7094 * gnulib/configure.ac: New file.
7095 * gnulib/aclocal.m4: New file.
7096 * gnulib/config.in: New file.
7097 * gnulib/configure: New file.
c971b7fa
PA
7098 * gnulib/: Re-run gnulib-tool to adjust.
7099
b10faa68
DE
71002012-04-19 Doug Evans <dje@google.com>
7101
7102 * cleanups.h (struct cleanup): Move to cleanups.c.
7103 (make_cleanup_dtor_ftype): New typedef.
7104 (make_cleanup_dtor): Use it.
7105 (ALL_CLEANUPS): Replace with ...
7106 (all_cleanups): ... this. Declare. All uses updated.
7107 * cleanups.c: #include "gdb_assert.h".
7108 (sentinel_cleanup): New static global.
7109 (SENTINEL_CLEANUP): Define.
7110 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7111 (make_my_cleanup2): Assert result is non-NULL.
7112 (all_cleanups): New function.
7113 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7114 of NULL.
7115
d8c267cc
PA
71162012-04-19 Pedro Alves <palves@redhat.com>
7117
7118 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7119 Adjust paths to gnulib imported files.
7120
809277f8
PA
71212012-04-19 Pedro Alves <palves@redhat.com>
7122
7123 * gnulib/: Move whole directory ...
7124 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7125 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7126 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7127 (aclocal_m4_deps): Adjust.
7128 * aclocal.m4: Regenerate.
7129 * configure: Regenerate.
7130 * configure.ac: Adjust AC_OUTPUT output.
7131
aad9eab9
YQ
71322012-04-19 Yao Qi <yao@codesourcery.com>
7133
7134 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7135 (vec.o): New rule.
7136 * vec.c: Move it ...
7137 * common/vec.c: ... here.
7138 * vec.h: Move it ...
7139 * common/vec.h: ... here.
7140
48fe4669
YQ
71412012-04-19 Yao Qi <yao@codesourcery.com>
7142
7143 * gdb-code-style.el: New.
7144
770d76d7
PA
71452012-04-18 Pedro Alves <palves@redhat.com>
7146
7147 Update gnulib from latest git.
7148 (639ea5ae15e39fe48d43e04864b2997301e4b969)
7149
7150 * gnulib/Makefile.am: Update.
7151 * gnulib/dummy.c: Update.
7152 * gnulib/extra/arg-nonnull.h: Update.
7153 * gnulib/extra/c++defs.h: Update.
7154 * gnulib/extra/update-copyright: Update.
7155 * gnulib/extra/warn-on-use.h: Update.
7156 * gnulib/inttypes.in.h: Update.
7157 * gnulib/m4/00gnulib.m4: Update.
7158 * gnulib/m4/extensions.m4: Update.
7159 * gnulib/m4/gnulib-cache.m4: Update.
7160 * gnulib/m4/gnulib-common.m4: Update.
7161 * gnulib/m4/gnulib-comp.m4: Update.
7162 * gnulib/m4/gnulib-tool.m4: Update.
7163 * gnulib/m4/include_next.m4: Update.
7164 * gnulib/m4/inttypes-pri.m4: Update.
7165 * gnulib/m4/inttypes.m4: Update.
7166 * gnulib/m4/longlong.m4: Update.
7167 * gnulib/m4/memchr.m4: Update.
7168 * gnulib/m4/memmem.m4: Update.
7169 * gnulib/m4/mmap-anon.m4: Update.
7170 * gnulib/m4/multiarch.m4: Update.
7171 * gnulib/m4/onceonly.m4: Update.
7172 * gnulib/m4/stddef_h.m4: Update.
7173 * gnulib/m4/stdint.m4: Update.
7174 * gnulib/m4/string_h.m4: Update.
7175 * gnulib/m4/warn-on-use.m4: Update.
7176 * gnulib/m4/wchar_h.m4: Update.
7177 * gnulib/m4/wchar_t.m4: Update.
7178 * gnulib/m4/wint_t.m4: Update.
7179 * gnulib/memchr.c: Update.
7180 * gnulib/memmem.c: Update.
7181 * gnulib/stddef.in.h: Update.
7182 * gnulib/stdint.in.h: Update.
7183 * gnulib/str-two-way.h: Update.
7184 * gnulib/string.in.h: Update.
7185 * gnulib/wchar.in.h: Update.
7186
7187 * gnulib/extra/arg-nonnull.h: Delete.
7188 * gnulib/extra/c++defs.h: Delete.
7189 * gnulib/extra/warn-on-use.h: Delete.
7190 * gnulib/m4/wchar_h.m4: Delete.
7191 * gnulib/m4/wint_t.m4: Delete.
7192 * gnulib/wchar.in.h: Delete.
7193
7194 * gnulib/extra/snippets/arg-nonnull.h: New.
7195 * gnulib/extra/snippets/c++defs.h: New.
7196 * gnulib/extra/snippets/warn-on-use.h: New.
7197
7198 * aclocal.m4: Regenerate.
7199 * config.in: Regenerate.
7200 * configure: Regenerate.
7201 * gnulib/Makefile.in: Regenerate.
7202
174e088e
PA
72032012-04-18 Pedro Alves <palves@redhat.com>
7204
7205 Reimport the update-copyright module from gnulib
7206 (250b80067c1e1d8faa0c42fb572f721975b929c5).
7207
7208 * configure: Regenerate.
7209 * gnulib/Makefile.am: Update.
7210 * gnulib/Makefile.in: Regenerate.
7211 * gnulib/extra/update-copyright: Update.
7212 * gnulib/m4/gnulib-cache.m4: Update.
7213 * gnulib/m4/gnulib-comp.m4: Update.
7214
7f533142
JB
72152012-04-18 Tristan Gingold <gingold@adacore.com>
7216
7217 * configure.ac (aix): Put -lpthread into libs.
7218 * configure: Regenerate.
7219
001822aa
TT
72202012-04-18 Tom Tromey <tromey@redhat.com>
7221
7222 * linespec.c (convert_linespec_to_sals): Don't use
7223 SYMBOL_OBJ_SECTION.
7224 (compare_msymbols): Arguments are minsym_and_objfile, not
7225 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
7226
db026a31
PA
72272012-04-18 Pedro Alves <palves@redhat.com>
7228
7229 Revert gnulib/ part of:
7230 2011-01-01 Joel Brobecker <brobecker@adacore.com>
7231 Copyright year update in most files (performed by copyright.sh).
7232
12df843f
JK
72332012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7234
7235 Fix 64-bit constants on 32-bit hosts.
7236 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7237 from unsigned long to ULONGEST.
7238 (read_signed_leb128): Change declaration return type from long to
7239 LONGEST.
7240 (dwarf2_const_value_attr): Change declaration parameter value from long
7241 to LONGEST.
7242 (dwarf2_compute_name): Change variable value from long to LONGEST.
7243 (read_unsigned_leb128): Change return type, variable result and some
7244 casts from unsigned long to ULONGEST.
7245 (read_signed_leb128): Change return type, variable result and some
7246 casts from long to LONGEST.
7247 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7248 value from long to LONGEST.
7249 (dwarf2_const_value): Change variable value from long to LONGEST.
7250 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7251 plongest and hex_string.
7252 * symtab.h (struct general_symbol_info): Change ivalue from long to
7253 LONGEST, remove the comment.
7254 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7255 Change SYMBOL_VALUE format strings to use plongest and hex_string.
7256
14e75d8e
JK
72572012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7258
7259 PR symtab/7259:
7260 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7261 * ada-lang.c (ada_discrete_type_high_bound)
ac4ea3c2
JK
7262 (ada_discrete_type_low_bound): Fix function comment. Use
7263 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
14e75d8e
JK
7264 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7265 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7266 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7267 Use TYPE_FIELD_ENUMVAL.
7268 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7269 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7270 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7271 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
7272 TYPE_CODE_ENUM.
7273 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7274 * dwarf2read.c (process_enumeration_scope): Likewise.
7275 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7276 field.bitpos.
7277 (class StructMainTypePrettyPrinter): Support also
7278 FIELD_LOC_KIND_ENUMVAL.
7279 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7280 TYPE_CODE_ENUM.
7281 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7282 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7283 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7284 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
7285 field enumval.
7286 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7287 accommodate enumval.
7288 (struct call_site): Adjust loc_kind to accommodate enumval.
7289 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7290 (TYPE_FIELD_ENUMVAL): New macros.
7291 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7292 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7293 TYPE_CODE_ENUM.
7294 * p-typeprint.c (pascal_type_print_base): Likewise.
7295 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7296 enumval.
7297 * python/lib/gdb/types.py (make_enum_dict): Likewise.
7298 * python/py-type.c (convert_field): New variable addrstring. Use
7299 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7300 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7301 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7302 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7303 TYPE_CODE_ENUM.
7304 * valprint.c (generic_val_print): Likewise.
7305
380bca97
DE
73062012-04-17 Doug Evans <dje@google.com>
7307
dcc07052
DE
7308 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7309
380bca97
DE
7310 * dwarf2read.c: Whitespace fixes.
7311 (lookup_signatured_type): Tweak comment.
7312 (get_die_type_at_offset): Fix comment.
7313
ec92004f
JB
73142012-04-17 Joel Brobecker <brobecker@adacore.com>
7315
7316 * xcoffread.c (xcoff_secnum_to_sections): New function.
7317 (secnum_to_section, secnum_to_bfd_section): Reimplement
7318 using xcoff_secnum_to_sections. Rename "secnum" parameter
7319 into "n_scnum".
7320 (RECORD_MINIMAL_SYMBOL): Delete.
7321 (record_minimal_symbol): New function.
7322 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7323 by call to record_minimal_symbol and set misc_func_recorded
7324 to 1. Set last_csect_sec to the XCOFF section index instead
7325 of GDB's section_offset index. Update calls to
7326 prim_record_minimal_symbol_and_info to pass the BFD section
7327 as well.
7328
40301fb7
JB
73292012-04-17 Joel Brobecker <brobecker@adacore.com>
7330
7331 * xcoffread.c (read_xcoff_symtab): Delete variables
7332 last_csect_val and last_csect_sec and associated code.
7333
e0088cfd
DE
73342012-04-17 Doug Evans <dje@google.com>
7335
58d5e2c3
DE
7336 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7337 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7338 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7339 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7340
c27f5738
DE
7341 * cleanups.h: New file.
7342 * cleanups.c: New file.
7343 * Makefile.in (SFILES): Add cleanups.c.
7344 (HFILES_NO_SRCDIR): Add cleanups.h.
7345 (COMMON_OBS): Add cleanups.o.
7346 * defs.h (struct cleanup): Moved to cleanups.h.
7347 (do_cleanups,do_final_cleanups): Ditto.
7348 (discard_cleanups,discard_final_cleanups): Ditto
7349 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7350 (save_cleanups,save_final_cleanups): Ditto.
7351 (restore_cleanups,restore_final_cleanups): Ditto.
7352 (null_cleanup): Ditto.
7353 (make_my_cleanup,make_my_cleanup2): Ditto.
7354 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7355 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7356 (do_cleanups,do_final_cleanups): Ditto.
7357 (discard_cleanups,discard_final_cleanups): Ditto
7358 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7359 (save_cleanups,save_final_cleanups): Ditto.
7360 (restore_cleanups,restore_final_cleanups): Ditto.
7361 (null_cleanup): Ditto.
7362 (make_my_cleanup,make_my_cleanup2): Ditto.
7363 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7364
e0088cfd
DE
7365 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7366 make_my_cleanup.
7367 (make_cleanup_dyn_string_delete): Ditto.
7368 (make_cleanup_ui_file_delete): Ditto.
7369 (make_cleanup_ui_out_redirect_pop): Ditto.
7370 (make_cleanup_free_section_addr_info): Ditto.
7371 (make_cleanup_restore_integer): Ditto.
7372 (make_cleanup_unpush_target): Ditto.
7373 (make_cleanup_value_free_to_mark): Ditto.
7374 (make_cleanup_value_free): Ditto.
7375 (make_cleanup_free_so): Ditto.
7376
4dc84fd1
JK
73772012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 New option "set debug auto-load".
7380 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7381 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7382 (auto_load_safe_path_vec_update)
7383 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7384 if DEBUG_AUTO_LOAD.
7385 (file_is_auto_load_safe): New parameters debug_fmt and ....
7386 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7387 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7388 caller by explanatory string.
7389 (_initialize_auto_load): Register "set debug auto-load".
7390 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
7391 and ....
7392 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7393 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
7394 by explanatory string.
7395 * main.c (captured_main): Likewise.
7396 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
7397 (source_section_scripts): Likewise.
7398
bccbefd2
JK
73992012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7400
7401 New option "set auto-load safe-path".
7402 * NEWS: New commands "set auto-load safe-path"
7403 and "show auto-load safe-path".
7404 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
7405 (auto_load_safe_path, auto_load_safe_path_vec)
7406 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
7407 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
7408 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
7409 (source_gdb_script_for_objfile): New variable is_safe. Call
7410 file_is_auto_load_safe. Return if it is not.
7411 (struct loaded_script): New field loaded.
7412 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
7413 (print_script): Use LOADED indicator instead of FULL_PATH. Change
7414 output "Missing" to "No".
7415 (_initialize_auto_load): New variable cmd. Initialize
7416 auto_load_safe_path. Register "set auto-load safe-path",
7417 "show auto-load safe-path" and "add-auto-load-safe-path".
7418 * auto-load.h (maybe_add_script): Add parameter loaded.
7419 (file_is_auto_load_safe): New declaration.
7420 * config.in: Regenerate.
7421 * configure: Regenerate.
7422 * configure.ac: New parameters --with-auto-load-safe-path
7423 and --without-auto-load-safe-path.
7424 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
7425 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
7426 * main.c (captured_main): Check file_is_auto_load_safe for
7427 LOCAL_GDBINIT.
7428 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
7429 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
7430 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
7431 not.
7432
bf88dd68
JK
74332012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 auto-load: Implementation.
7436 * NEWS: New descriptions for "info auto-load",
7437 "info auto-load gdb-scripts", "info auto-load python-scripts",
7438 "info auto-load local-gdbinit" and "info auto-load libthread-db".
7439 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
7440 and "show auto-load-scripts". New description for "set auto-load",
7441 "show auto-load", "set auto-load gdb-scripts",
7442 "show auto-load gdb-scripts", "set auto-load python-scripts",
7443 "show auto-load python-scripts", "set auto-load local-gdbinit",
7444 "show auto-load local-gdbinit", "set auto-load libthread-db" and
7445 "show auto-load libthread-db".
7446 * auto-load.c: Remove include python/python-internal.h. Add includes
7447 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
7448 cli/cli-setshow.h.
7449 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
7450 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
7451 (gdbpy_global_auto_load): Rename to ...
7452 (global_auto_load): ... here.
7453 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7454 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
7455 (script_language_gdb, source_gdb_script_for_objfile): New.
7456 (struct loaded_script): New field language.
7457 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
7458 LANGUAGE.
7459 (maybe_add_script): Add parameter language. Drop redundant
7460 entry.full_path initialization. Initialize entry.language and
7461 (*slot)->language.
7462 (auto_load_objfile_script): Change parameter suffix to language.
7463 Remove the call of maybe_add_script.
7464 Call language->source_script_for_objfile.
7465 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
7466 New.
7467 (collect_matching_scripts): Adjust it for
7468 struct collect_matching_scripts_data.
7469 (auto_load_info_scripts_pattern_nl): New variable.
7470 (info_auto_load_scripts): Rename to ...
7471 (auto_load_info_scripts): ... here, add parameter language. Adjust it
7472 for struct collect_matching_scripts_data.
7473 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
7474 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
7475 (auto_load_show_cmdlist_get, info_auto_load_cmd)
7476 (auto_load_info_cmdlist_get): New.
7477 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
7478 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
7479 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
7480 "info auto-load local-gdbinit".
7481 * auto-load.h (struct script_language): New.
7482 (gdbpy_global_auto_load): Rename to ...
7483 (global_auto_load): ... here.
7484 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
7485 (auto_load_local_gdbinit_loaded): New declarations.
7486 (maybe_add_script): New parameter language.
7487 (auto_load_objfile_script): Change parameter suffix to language.
7488 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
7489 (auto_load_info_scripts, auto_load_set_cmdlist_get)
7490 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
7491 declarations.
7492 * linux-thread-db.c: Include auto-load.h and ctype.h.
7493 (auto_load_thread_db, show_auto_load_thread_db): New.
7494 (struct thread_db_info): New field filename.
7495 (delete_thread_db_info): Call xfree for FILENAME.
7496 (try_thread_db_load): Initialize FILENAME.
7497 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
7498 if !AUTO_LOAD_THREAD_DB.
7499 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
7500 (_initialize_thread_db): Install auto_load_thread_db
7501 as "set auto-load libthread-db" and install info_auto_load_libthread_db
7502 as "info auto-load libthread-db".
7503 * main.c (captured_main): Rename gdbpy_global_auto_load to
7504 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
7505 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
7506 (print_gdb_help): Extend the help for 'local init file'.
7507 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
7508 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
7509 (auto_load_scripts): Rename to ...
7510 (auto_load_python_scripts): ... here, update the comment.
7511 (gdbpy_load_auto_script_for_objfile): New declaration.
7512 (show_auto_load_python_scripts, script_language_python)
7513 (gdbpy_load_auto_script_for_objfile): New.
7514 (source_section_scripts): Refactor the code.
7515 (load_auto_scripts_for_objfile): Rename to ...
7516 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
7517 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
7518 (info_auto_load_python_scripts): New.
7519 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
7520 Rename "set auto-load-scripts" to "set auto-load python-scripts".
7521 Register "set auto-load-scripts" as its deprecated alias. Register
7522 "info auto-load python-scripts". Register "info auto-load-scripts" as
7523 its deprecated alias.
7524 (load_auto_scripts_for_objfile): Rename to ...
7525 (gdbpy_load_auto_scripts_for_objfile): ... here.
7526 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
7527 (gdbpy_load_auto_scripts_for_objfile): ... here.
7528
e2207b9a
JK
75292012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 auto-load: Move files.
7532 * Makefile.in (SFILES): Add auto-load.c.
7533 (HFILES_NO_SRCDIR): Add auto-load.h.
7534 (COMMON_OBS): Add auto-load.o.
7535 (distclean): Change .gdbinit for gdb-gdb.gdb.
7536 * auto-load.c: New file, with parts from python/py-auto-load.c.
7537 * auto-load.h: New file, with parts from python/python.h.
7538 * configure: Regenerate.
7539 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
7540 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
7541 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
7542 * main.c: Include auto-load.h.
7543 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
7544 command.h, observer.h and progspace.h to auto-load.c. Add include
7545 auto-load.h.
7546 (gdbpy_global_auto_load, struct auto_load_pspace_info)
7547 (struct loaded_script, auto_load_pspace_data)
7548 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
7549 (hash_loaded_script_entry, eq_loaded_script_entry)
7550 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
7551 (maybe_add_script): Move to auto-load.c.
7552 (source_section_scripts): Change maybe_add_script parameters passing,
7553 use script_not_found_warning_print.
7554 (clear_section_scripts, auto_load_objfile_script)
7555 (auto_load_new_objfile, loaded_script_ptr)
7556 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
7557 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
7558 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
7559 auto_load_new_objfile and info_auto_load_scripts initizations to
7560 auto-load.c.
7561 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
7562
e4ab2fad
JK
75632012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7564
7565 Code cleanup.
7566 * charset.c (find_charset_names): Remove variables ix and elt.
7567 Use free_char_ptr_vec.
7568 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
7569 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7570 debugdir_end. New variable debugdir_len.
7571 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
7572 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
7573 declarations.
7574 * progspace.c (clear_program_space_solib_cache): Remove variables ix
7575 and elt. Use free_char_ptr_vec.
7576 * source.c (add_path): Remove variables argv, arg and argv_index.
7577 New variables dir_vec, back_to, ix and name.
7578 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
7579 make_cleanup_freeargv. Remove variable separator. Simplify the code
7580 no longer expecting DIRNAME_SEPARATOR.
7581 (openp): Remove variable p, p1 and len. New variables dir_vec,
7582 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
7583 no longer expecting DIRNAME_SEPARATOR.
7584 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
7585 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
7586 debugdir_end.
7587 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
7588 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
7589 (dirnames_to_char_ptr_vec): New functions.
7590
5ee4ed9f
JK
75912012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 Code cleanup.
7594 * source.c (add_path): Remove always true conditional 'p == 0' and
7595 unindent its code block.
7596
f41f5e61
PA
75972012-04-17 Pedro Alves <palves@redhat.com>
7598
7599 * gdbtypes.h (FIELD_BITPOS): Rename to ...
7600 (FIELD_BITPOS_LVAL): ... this.
7601 (FIELD_BITPOS): New.
7602 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
7603 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
7604 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
7605 SET_FIELD_BITPOS.
7606 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
7607 SET_FIELD_BITPOS.
7608 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
7609 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
7610 * target-descriptions.c (tdesc_gdb_type): Adjust to use
7611 SET_FIELD_BITPOS.
7612
945b3a32
JK
76132012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
7616 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
7617 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
7618 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
7619 * jv-lang.c (java_link_class_type): Likewise, once.
7620 * stabsread.c (read_enum_type): Likewise.
7621
42476b70
YQ
76222012-04-16 Yao Qi <yao@codesourcery.com>
7623
7624 * common/agent.c (agent_run_command): Add one more parameter `len'.
7625 Update callers.
7626 * common/agent.h: Update declaration.
7627 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
7628 Update.
7629 (linux_child_static_tracepoint_markers_by_strid): Ditto.
7630
8264ba82
AG
76312012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7632
7633 PR mi/13393
7634 * value.c (value_actual_type): New function.
7635 * value.h (value_actual_type): New declaration.
7636 * varobj.c (update_type_if_necessary): New function.
7637 (varobj_create): Call value_actual_type instead of
7638 value_type.
7639 (install_dynamic_child): distinct changed and type changed MI variable
7640 objects.
7641 (update_dynamic_varobj_children): Updated for install_dynamic_child
7642 change. All callers updated.
a09130f9 7643 (varobj_update): Support for MI variable object type change if
8264ba82
AG
7644 the value changed and RTTI is used to determine the type.
7645 (create_child_with_value): Call value_actual_type instead of
7646 value_type.
a09130f9 7647 (adjust_value_for_child_access): Extended with a new parameter which
8264ba82
AG
7648 specify whether the given value should be casted to enclosing type.
7649 All callers updated.
7650
55a8c076
YQ
76512012-04-14 Yao Qi <yao@codesourcery.com>
7652
7653 Import gnulib module inttypes from git
7654 (250b80067c1e1d8faa0c42fb572f721975b929c5)
7655 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
a09130f9
PA
7656 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
7657 gnulib/m4/inttypes-pri.m4
55a8c076
YQ
7658 * aclocal.m4, config.in, configure: Regenerated.
7659 * gnulib/Makefile.am: Update.
7660 * gnulib/Makefile.in: Update.
7661 * gnulib/m4/gnulib-cache.m4: Update.
7662 * gnulib/m4/gnulib-comp.m4: Update.
7663 * gnulib/inttypes.in.h: New.
7664 * gnulib/m4/inttypes-pri.m4: New.
a09130f9 7665 * gnulib/m4/inttypes.m4: New.
55a8c076 7666
ca7781d2
LM
76672012-04-13 Luis Machado <lgustavo@codesourcery.com>
7668
7669 * infrun.c (resume): Update PC address to the real PC after
7670 preparing to do displaced stepping.
7671
e319fa28
DE
76722012-04-12 Doug Evans <dje@google.com>
7673
7674 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
7675 All callers updated.
7676
15add3f5
MK
76772012-04-12 Mark Kettenis <kettenis@gnu.org>
7678
7679 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
7680
52dc124a
DE
76812012-04-12 Doug Evans <dje@google.com>
7682
0e50663e
DE
7683 * dwarf2read.c (create_all_type_units): Renamed from
7684 create_debug_types_hash_table. All callers updated.
7685
52dc124a
DE
7686 * dwarf2read.c (create_signatured_type_table_from_index): Rename
7687 local type_sig to sig_type, type_offset to type_offset_in_tu.
7688 (hash_signatured_type): Renamed from hash_type_signature,
7689 all callers updated.
7690 (eq_signatured_type): Renamed from eq_type_signature,
7691 all callers updated.
7692 (create_debug_types_hash_table): Rename local type_sig to sig_type.
7693 (process_enumeration_scope): Ditto.
7694 (lookup_signatured_type_at_offset): Ditto.
7695 (load_full_type_unit, read_signatured_type): Ditto.
7696
248fd3bf
YQ
76972012-04-12 Yao Qi <yao@codesourcery.com>
7698
7699 * remote.c (async_remote_interrupt): Correct function name in
7700 debug message.
7701 (async_remote_interrupt_twice): Ditto.
7702
bc3aa6c3
DE
77032012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
7704
7705 * source.c (find_and_open_source): Consistently pass resulting
7706 full path through xfullpath.
7707
9e529e1d
JK
77082012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7709
7710 Provide more specific displaced-stepping memory error message.
7711 * infrun.c (displaced_step_prepare): New variable status. Call
7712 target_read_memory instead of read_memory, provide more specific
7713 error message.
7714
82e0cec1
TG
77152012-04-11 Tristan Gingold <gingold@adacore.com>
7716
7717 PR gdb/13901
7718 * darwin-nat.c (darwin_execvp): Revert previous patch.
7719
d987a266
TG
77202012-04-11 Tristan Gingold <gingold@adacore.com>
7721
7722 PR gdb/13901
7723 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
7724 in case of change.
7725
016b7430
TG
77262012-04-11 Tristan Gingold <gingold@adacore.com>
7727
7728 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7729 warning.
7730
06fc020f
SCR
77312012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7732
7733 New command 'explore' which helps explore values and types in
7734 scope.
7735 * NEWS: Add an entry about the new 'explore' command.
7736 * data-directory/Makefile.in: Add gdb/command/explore.py
7737 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
a09130f9 7738 command using the GDB Python API.
06fc020f 7739
de0919f8 77402012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
34b192ce
MR
7741
7742 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
7743 extension in jump target calculation.
7744
de0919f8 77452012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
9e8da49c
MR
7746
7747 * mips-tdep.c (mips32_next_pc): Handle JALX.
7748
2f26ef89
YQ
77492012-04-10 Yao Qi <yao@codesourcery.com>
7750
7751 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
7752
2e505b66
YQ
77532012-04-10 Yao Qi <yao@codesourcery.com>
7754
7755 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
7756 and gnulib/m4/gnulib-tool.m4.
7757
0d99eb77
DE
77582012-04-10 Doug Evans <dje@google.com>
7759
7760 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
7761 (load_partial_dies): Clarify comment.
7762 (find_partial_die): Support rereading type units.
7763 Clarify CU handling, if we know offset is in CU, don't search for the
7764 containing CU. Add comment regarding memory waste.
7765
9a82b8ff
L
77662012-04-10 H.J. Lu <hongjiu.lu@intel.com>
7767
7768 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
7769 i386/x32-avx and i386/x32-avx-linux.
7770 (i386/x32-expedite): New.
7771 (i386/x32-linux-expedite): Likewise.
7772 (i386/x32-avx-expedite): Likewise.
7773 (i386/x32-avx-linux-expedite): Likewise.
7774 ($(outdir)/i386/x32.dat): Likewise.
7775 ($(outdir)/i386/x32-linux.dat): Likewise.
7776 ($(outdir)/i386/x32-avx.dat): Likewise.
7777 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
7778
7779 * features/i386/x32-avx-linux.xml: New file.
7780 * features/i386/x32-avx.xml: Likewise.
7781 * features/i386/x32-core.xml: Likewise.
7782 * features/i386/x32-linux.xml: Likewise.
7783 * features/i386/x32.xml: Likewise.
7784
7785 * features/i386/x32-avx-linux.c: New. Generated.
7786 * features/i386/x32-avx.c: Likewise.
7787 * features/i386/x32-linux.c: Likewise.
7788 * features/i386/x32.c: Likewise.
7789 * regformats/i386/x32-avx-linux.dat: Likewise.
7790 * regformats/i386/x32-avx.dat: Likewise.
7791 * regformats/i386/x32-linux.dat: Likewise.
7792 * regformats/i386/x32.dat: Likewise.
7793
ee41036f
TG
77942012-04-10 Tristan Gingold <gingold@adacore.com>
7795
7796 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
7797 code to kill the inferior.
7798
a7aa5b8a
MK
77992012-04-09 Mark Kettenis <kettenis@gnu.org>
7800
7801 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7802 defines.
7803 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7804 defines.
a09130f9 7805 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
a7aa5b8a
MK
7806 (yyvsp): New defines.
7807 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7808 defines.
7809 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7810 defines.
7811 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7812 defines.
7813 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7814 defines.
7815 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
7816 defines.
7817
fb57d452
MK
78182012-04-09 Mark Kettenis <kettenis@gnu.org>
7819
a09130f9 7820 * sparc64-tdep.c (sparc64_store_arguments)
fb57d452
MK
7821 (sparc64_store_arguments): Fix coding style.
7822
cdc7b32f
MK
78232012-04-07 Mark Kettenis <kettenis@gnu.org>
7824
7825 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7826 complex floats, adjust some related comments and tighten a related
7827 assertion.
7828 (sparc64_extract_return_value): Handle complex floats.
7829
7adf1e79
DE
78302012-04-07 Doug Evans <dje@google.com>
7831
7832 * dwarf2read.c (load_partial_dies): Change condition to assert.
7833
50f1ae7b
DE
78342012-04-06 Doug Evans <dje@google.com>
7835
7836 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
7837 "mov %rsp,%rbp".
7838
55fa75c3
KB
78392012-04-05 Kevin Buettner <kevinb@redhat.com>
7840
7841 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
7842 fencepost error.
7843 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
7844 (v850_gdbarch_init): Set `num_regs' as appropriate for the
7845 architecture.
7846
40e084e1
KS
78472012-04-05 Keith Seitz <keiths@redhat.com>
7848
7849 * linespec.c (decode_compound): Remove.
7850 (enum offset_relative_sign): New enum.
7851 (struct line_offset): New struct.
7852 (struct linespec): New struct.
7853 (struct linespec_state): Move file_symtabs,
7854 user_filename, and user_function into struct linespec.
7855 Make result an anonymous struct holding vectors of
7856 symbolp and minsym_and_objfile_d.
7857 Add language member.
7858 (enum ls_token_type): New enum.
7859 (linespec_keywords): New array.
7860 (struct ls_token): New struct.
7861 (struct ls_parser): New struct.
7862 (linespec_lexer_lex_number): New function.
7863 (linespec_lexer_lex_keyword): New function.
7864 (is_ada_operator): New function.
7865 (skip_quote_char): New function.
7866 (copy_token_string): New function.
7867 (is_closing_quote_enclosed): New function.
7868 (find_parameter_list_end): New function.
7869 (linespec_lexer_lex_string): New function.
7870 (linespec_lexer_lex_one): New function.
7871 (linespec_lexer_consume_token): New function.
7872 (linespec_lexer_peek_token): New function.
7873 (cplusplus_error): Remove unused function.
7874 (find_methods): Update comment.
7875 (find_toplevel_char): Return const.
7876 (is_objc_method_format): Remove unused function.
7877 (find_toplevel_string): New function.
7878 (is_linespec_boundary): Remove.
7879 (symbol_not_found_error): New function.
7880 (find_method_overload_end): Remove function.
7881 (unexpected_linespec_error): New function.
7882 (keep_name_info): Remove.
7883 (linespec_parse_line_offset): New function.
7884 (linespec_parse_basic): New function.
7885 (canonicalize_linespec): New function.
7886 (decode_line_internal): Remove.
7887 (create_sals_line_offset): New function adapted from
7888 decode_all_digits.
7889 (convert_linespec_to_sals): New function.
7890 (parse_linespec): New function.
7891 (linespec_parser_new): New function.
7892 (linespec_state_destructor): Change parameter type to
7893 struct linespec_state *.
7894 Add language parameter.
7895 Remove freeing of moved members.
7896 (linespec_parser_delete): New function.
7897 (decode_line_full): Use parse_linespec and linespec_parser_new.
7898 (decode_line_1): Likewise.
7899 (decode_indirect): Rename to ...
7900 (linespec_expression_to_pc): ... this and rewrite
7901 to simply find CORE_ADDR, storing this result for later
7902 conversion to SALs.
7903 (locate_first_half): Remove.
7904 (deocde_objc): Add parameter LS.
7905 Initialize new struct collect_info members.
7906 Handle minimal symbols, too.
7907 (decode_compound): Delete.
7908 (lookup_prefix_sym): Rewrite.
7909 (compare_msymbols): New function.
7910 (find_method): Rewrite.
7911 Do not call cplusplus_error.
7912 (symtabs_from_filename): Rewrite.
7913 (collect_function_symbols): Delete.
7914 (find_function_symbols): Rewrite without ARGPTR-style
7915 processing.
7916 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7917 (decode_dollar): Adapted and renamed to ...
7918 (linespec_parse_variable): ... this.
7919 (find_linespec_symbols): New function.
7920 (decode_label): Adapted and renamed to ...
7921 (find_label_symbols): ... this.
7922 (decode_digits_list_mode): Add and use LS argument.
7923 (decode_digits_ordinary): Likewise.
7924 (collect_symbols): Do not collect SALs, just symbols and msymbols.
7925 If in list mode, allow any symbol class. Otherwise, only
7926 permit LOC_BLOCK symbols.
7927 (minsym_found): Update comments.
7928 (search_minsyms_for_name): Do not convert the matching symbol
7929 into a SAL. Simply push the symbol and objfile into the
7930 result vector.
7931 (decode_variable): Delete. Contents adapted into
7932 find_linespec_symbols.
7933
7934 * cp-support.c (SKIP_SPACE): Remove.
7935 (operator_tokens): Remove unused global.
7936 (cp_validate_operator): Remove.
7937 * cp-support.h (cp_validate_operator): Remove declaration.
7938
a72c8f6a
JK
79392012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7942 for TYPE_VPTR_FIELDNO.
7943 * valprint.c (valprint_check_validity): Make it global, move the
7944 function comment ...
7945 * value.h (valprint_check_validity): ... to this new declaration.
7946
cf9bb588
TG
79472012-04-02 Tristan Gingold <gingold@adacore.com>
7948
7949 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7950 the STATE32 api for i386 state.
7951 (i386_darwin_store_inferior_registers): Likewise.
7952
17092398
TG
79532012-04-02 Tristan Gingold <gingold@adacore.com>
7954
7955 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7956 SS offset.
7957 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7958 format_string.
7959
ece0061f
TG
79602012-04-02 Tristan Gingold <gingold@adacore.com>
7961
7962 PR gdb/13901
d987a266 7963 * darwin-nat.c (darwin_execvp): Set binary preference.
ece0061f 7964
cf65ecd3
JK
79652012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7966
7967 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7968
9bc3523d
TT
79692012-03-30 Tom Tromey <tromey@redhat.com>
7970
7971 * python/python.c (gdbpy_decode_line): Move cleanup creation out
7972 of TRY_CATCH. Fix error handling.
7973 * python/py-value.c (convert_value_from_python): Move 'old'
7974 declaration to innermost scope.
7975
b1ed564a
JB
79762012-03-29 Joel Brobecker <brobecker@adacore.com>
7977 Andrey Smirnov <andrew.smirnov@gmail.com>
7978
7979 -Wshadow warning fix.
7980 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7981 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7982 Adjust code accordingly.
7983
cb8e9b97
JB
79842012-03-29 Joel Brobecker <brobecker@adacore.com>
7985
7986 * ada-lang.c (symbol_completion_add): Rename parameter
7987 "encoded" into "encoded_p". Ajust code and documentation
7988 accordingly.
7989
c0af1706
JB
79902012-03-29 Joel Brobecker <brobecker@adacore.com>
7991 Andrey Smirnov <andrew.smirnov@gmail.com>
7992
7993 -Wshadow warning fix.
7994 * ada-lang.c (symbol_completion_add): Rename parameter
7995 "wild_match" into wild_match_p. Update code and documentation
7996 accordingly.
7997
6ea35997
JB
79982012-03-29 Joel Brobecker <brobecker@adacore.com>
7999
8000 * ada-lang.c (symbol_completion_match): Rename parameter
8001 "encoded" into "encoded_p". Ajust code and documentation
8002 accordingly.
8003
e701b3c0
JB
80042012-03-29 Joel Brobecker <brobecker@adacore.com>
8005 Andrey Smirnov <andrew.smirnov@gmail.com>
8006
8007 -Wshadow warning fix.
8008 * ada-lang.c (symbol_completion_match): Rename parameter
8009 "wild_match" into "wild_match_p". Adjust code and function
8010 documentation accordingly.
8011
5e2336be
JB
80122012-03-29 Joel Brobecker <brobecker@adacore.com>
8013 Andrey Smirnov <andrew.smirnov@gmail.com>
8014
8015 -Wshadow warning fix.
8016 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8017 "symbol_info" into "info". Adjust code accordingly.
8018 (ada_lookup_symbol): Likewise.
8019
9f88c959
JB
80202012-03-29 Joel Brobecker <brobecker@adacore.com>
8021
8022 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8023 of this function's documentation.
8024
82ccd55e
JB
80252012-03-29 Joel Brobecker <brobecker@adacore.com>
8026 Andrey Smirnov <andrew.smirnov@gmail.com>
8027
8028 -Wshadow warning fix.
8029 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8030 variable into "wild_match_p". Adjust code accordingly.
8031
d0a8ab18
JB
80322012-03-29 Joel Brobecker <brobecker@adacore.com>
8033 Andrey Smirnov <andrew.smirnov@gmail.com>
8034
8035 -Wshadow warning fix.
8036 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8037 parameter into "wild_match_p". Adjust code accordingly.
8038 Document this parameter in the function description.
8039
48b78332
JB
80402012-03-29 Joel Brobecker <brobecker@adacore.com>
8041 Andrey Smirnov <andrew.smirnov@gmail.com>
8042
8043 -Wshadow warning fix.
8044 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8045 "wild_match" parameter to "wild_match_p" (-Wshadow).
8046
2e6e0353
JB
80472012-03-29 Joel Brobecker <brobecker@adacore.com>
8048
8049 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8050 in function documentation.
8051
dc4024cd
JB
80522012-03-29 Joel Brobecker <brobecker@adacore.com>
8053 Andrey Smirnov <andrew.smirnov@gmail.com>
8054
8055 -Wshadow warning fix.
8056 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8057 variable into wild_match_p. Adjust code accordingly.
8058
6c88661c
JB
80592012-03-29 Joel Brobecker <brobecker@adacore.com>
8060 Andrey Smirnov <andrew.smirnov@gmail.com>
8061
8062 * ada-valprint.c (ada_val_print_1): Move the code handling
8063 TYPE_CODE_ENUM inside its own lexical block. Declare
8064 variables len and val there, instead of in the function's
8065 top level block. Avoid declaring deref_val again in a way
8066 that shadows another variable of the same name declared
8067 in one of the up-level blocks. Just re-use the up-level
8068 variable instead.
8069
4e5c77fe
JB
80702012-03-29 Joel Brobecker <brobecker@adacore.com>
8071
8072 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8073 Replace block_found argument by symbol_info. Adjust
8074 implementation accordingly. Add function documentation.
8075 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8076 Fix documentation.
8077 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8078 * ada-exp.y (write_object_renaming): Adjust to new
8079 ada_lookup_encoded_symbol API.
8080
1c0ac8c7
JB
80812012-03-29 Joel Brobecker <brobecker@adacore.com>
8082
8083 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
8084 documentation.
8085
2aaed979
KB
80862012-03-28 Rathish C <rathish.c@kpitcummins.com>
8087
8088 * v850-tdep.c: Add the enum values for mpu and fpu registers.
8089 (v850_register_name): Add the mpu and fpu register names.
8090 (v850e_register_name): Add the mpu and fpu register names.
8091 (v850e2_register_name): New function.
a09130f9 8092 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2aaed979
KB
8093 bfd_mach_v850e2v3.
8094
927fbba6
JB
80952012-03-28 Joel Brobecker <brobecker@adacore.com>
8096
8097 * NEWS: Add entry for Ada varobj support.
8098
d32cafc7
JB
80992012-03-28 Joel Brobecker <brobecker@adacore.com>
8100
8101 * varobj.c (default_value_is_changeable_p): New function,
8102 extracted from varobj_value_is_changeable_p. Add declaration.
8103 (ada_value_is_changeable_p): New function, extracted from
8104 varobj_value_is_changeable_p. Add declaration.
8105 (struct language_specific): New field "value_is_changeable_p".
8106 (languages): Add entries for new field.
8107 (varobj_create): Set language before calling install_new_value.
8108 (varobj_value_is_changeable_p): Reimplement to call the varobj's
8109 "value_is_changeable_p" language callback.
8110
181875a4
JB
81112012-03-28 Joel Brobecker <brobecker@adacore.com>
8112
8113 * ada-varobj.h, ada-varobj.c: New files.
8114 * Makefile.in (SFILES): Add ada-varobj.c.
8115 (HFILES_NO_SRCDIR): Add ada-varobj.h.
8116 (COMMON_OBS): Add ada-varobj.o.
8117
7a290c40
JB
81182012-03-28 Joel Brobecker <brobecker@adacore.com>
8119
8120 * varobj.c (ada_value_has_mutated): Add declaration. New function.
8121 (struct language_specific): New field "value_has_mutated".
8122 (languages): Set field "value_has_mutated" in each entry of array.
8123 (varobj_value_has_mutated): New function.
8124 (varobj_udpdate): Add handling of type mutation.
8125 (value_of_root): Add handling of type mutation.
8126 (ada_value_has_mutated): New function.
8127
ca9b8b9c
PA
81282012-03-28 Pedro Alves <palves@redhat.com>
8129
8130 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8131 Always supply $fr0 as 0.0 and $fr1 as 1.0.
8132
cc0265cd
TT
81332012-03-28 Tom Tromey <tromey@redhat.com>
8134
8135 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8136 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
8137 before returning.
8138
3ad2ec6f
TT
81392012-03-28 Tom Tromey <tromey@redhat.com>
8140
8141 * .dir-locals.el: New file.
8142
4a6510ba
PA
81432012-03-28 Pedro Alves <palves@redhat.com>
8144
8145 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8146
5a75128f
JB
81472012-03-28 Joel Brobecker <brobecker@adacore.com>
8148
8149 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8150 handling for r0.
8151
f99d8bf4
PA
81522012-03-27 Pedro Alves <palves@redhat.com>
8153
8154 Eliminate struct ui_stream.
8155
8156 * ui-out.h (struct ui_stream): Delete.
8157 (ui_out_field_stream): Adjust prototype.
8158 (ui_out_stream_new, ui_out_stream_delete)
8159 (make_cleanup_ui_out_stream_delete): Delete declarations.
8160 * ui-out.c (ui_out_field_stream): Change prototype to take a
8161 ui_file instead of a ui_stream. Adjust.
8162 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8163 (make_cleanup_ui_out_stream_delete): Delete.
8164 * breakpoint.c (print_breakpoint_location)
8165 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8166 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8167 * disasm.c (dump_insns): Ditto.
8168 (do_mixed_source_and_assembly, do_assembly_only): Adjust
8169 prototype.
8170 (gdb_disassembly): Use ui_file/mem_fileopen instead of
8171 ui_stream/ui_out_stream_new.
8172 * infcmd.c (print_return_value): Ditto.
8173 * osdata.c (info_osdata_command): Don't allocate a local
8174 ui_stream.
8175 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8176 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8177 * tracepoint.c (print_one_static_tracepoint_marker): Don't
8178 allocate a local ui_stream.
8179 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8180 instead of ui_stream/ui_out_stream_new.
8181 (list_args_or_locals): Don't allocate a local ui_stream.
8182 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8183 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8184 ui_stream/ui_out_stream_new.
8185 * cli/cli-setshow.c (do_setshow_command): Ditto.
8186
6350a066 81872012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
72508ac0 8188
6350a066
PA
8189 * arm-linux-tdep.c (arm_linux_init_abi): Call
8190 set_gdbarch_process_record. Initialize `arm_swi_record' field.
8191 * arm-tdep.c (arm_process_record): New function.
8192 (deallocate_reg_mem): New function.
8193 (decode_insn): New function.
8194 (thumb_record_branch): New function.
8195 (thumb_record_ldm_stm_swi(): New function.
8196 (thumb_record_misc): New function.
8197 (thumb_record_ld_st_stack): New function.
8198 (thumb_record_ld_st_imm_offset): New function.
8199 (thumb_record_ld_st_reg_offset(): New function.
8200 (thumb_record_add_sub_cmp_mov): New function.
8201 (thumb_record_shift_add_sub): New function.
8202 (arm_record_coproc_data_proc): New function.
8203 (arm_record_coproc): New function.
8204 (arm_record_b_bl): New function.
8205 (arm_record_ld_st_multiple): New function.
8206 (arm_record_ld_st_reg_offset): New function.
8207 (arm_record_ld_st_imm_offset): New function.
8208 (arm_record_data_proc_imm): New function.
8209 (arm_record_data_proc_misc_ld_str): New function.
8210 (arm_record_extension_space): New function.
8211 (arm_record_strx): New function.
8212 (sbo_sbz): New function.
8213 (struct insn_decode_record): New structure for arm insn record.
8214 (REG_ALLOC): New macro for reg allocations.
8215 (MEM_ALLOC): New macro for memory allocations.
8216 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
72508ac0 8217
89e028e2
AS
82182012-03-27 Andreas Schwab <schwab@linux-m68k.org>
8219
8220 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8221 (store_register): Likewise.
8222
6350a066 82232012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3d9a9eb0 8224
6350a066 8225 * MAINTAINERS (Write After Approval): Add myself to the list.
3d9a9eb0 8226
5b43fab2
JK
82272012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8230 Describe also the option "auto".
8231
b5453b95
RH
82322012-03-22 Richard Henderson <rth@redhat.com>
8233
8234 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8235 * sparc-nat.c (sparc_xfer_wcookie): Make static.
8236
227ee7fc
RH
82372012-03-22 Richard Henderson <rth@redhat.com>
8238
8239 * jit.c (jit_read_code_entry): Compute alignment and offset of
8240 int64_t member before computing entry_size.
8241
7b282c5a
SCR
82422012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8243
8244 Python scripting: Add new method Value.referenced_value to
8245 gdb.Value which can dereference pointer as well as reference
8246 values.
8247 * NEWS: Add entry under 'Python scripting' about the new method
8248 Value.referenced_value on gdb.Value objects.
8249 * python/py-value.c (valpy_referenced_value): New function
8250 defining a new method on gdb.Value objects which can dereference
8251 pointer and reference values.
8252
0c83539f
SCR
82532012-03-22 Siva Chandra Reddy <sivachandra@google.com>
8254
8255 * MAINTAINERS (Write After Approval): Add myself to the list.
8256
7ccffd7c
KB
82572012-03-21 Kevin Buettner <kevinb@redhat.com>
8258
8259 * symtab.c (skip_prologue_sal): Change test to check for "main()"
8260 in addition to "main".
8261
bd0b9f9e
JB
82622012-03-21 Joel Brobecker <brobecker@adacore.com>
8263
8264 * expression.h (op_name): Add declaration.
8265 * expprint.c (op_name): Remove declaration. Make non-static.
8266 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8267
a5362b9a
TS
82682012-03-21 Thomas Schwinge <thomas@codesourcery.com>
8269
8270 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8271 of struct siginfo.
8272 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8273 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8274 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8275 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8276 (linux_nat_get_siginfo): Likewise.
8277 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8278 (linux_nat_get_siginfo): Likewise.
8279 * linux-tdep.c (linux_get_siginfo_type): Likewise.
8280 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8281 * procfs.c (gdb_siginfo_t): Likewise.
8282
adcadaab
MF
82832012-03-21 Mike Frysinger <vapier@gentoo.org>
8284
8285 * .gitignore: Ignore more files.
8286
e278ad5b
PA
82872012-03-20 Pedro Alves <palves@redhat.com>
8288
8289 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8290 returns.
8291
741e63d7
YQ
82922012-03-20 Yao Qi <yao@codesourcery.com>
8293
8294 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8295 comment.
8296
b64f50a1
JK
82972012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8298
8299 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8300 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8301 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8302 sect_offset.
8303 * dwarf2expr.h (cu_offset, sect_offset): New types.
8304 (struct dwarf_expr_context_funcs) <dwarf_call>
8305 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8306 sect_offset.
8307 (struct dwarf_expr_context) <len>: Improve the comment.
8308 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8309 cu_offset and sect_offset.
8310 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8311 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8312 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8313 * dwarf2loc.h: Include dwarf2expr.h.
8314 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8315 and sect_offset.
8316 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8317 Improve the comment.
8318 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8319 (struct signatured_type, struct line_header, struct partial_die_info)
8320 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8321 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8322 (get_die_type_at_offset, create_cus_from_index)
8323 (create_signatured_type_table_from_index, dw2_get_file_names)
8324 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8325 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8326 (create_debug_types_hash_table, process_psymtab_comp_unit)
8327 (load_partial_comp_unit, create_all_comp_units)
8328 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8329 (load_full_comp_unit, dwarf2_physname, read_import_statement)
8330 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8331 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8332 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8333 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8334 (find_partial_die, read_attribute_value, lookup_die_type)
8335 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8336 (is_ref_attr): New function comment.
8337 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8338 Use cu_offset and sect_offset.
8339 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8340 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8341 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8342 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8343 (offset_and_type_hash, offset_and_type_eq, set_die_type)
8344 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8345 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8346 sect_offset.
8347
e97a38f7
JK
83482012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8349
8350 Code cleanup.
8351 * python/py-auto-load.c (source_section_scripts): New variable back_to.
8352 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8353 with xfree.
8354 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8355
8320cc4f
JK
83562012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8357
8358 * NEWS: Describe new options --init-command=FILE, -ix and
8359 --init-eval-command=COMMAND, -iex.
8360 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8361 CMDARG_INIT_COMMAND.
8362 (captured_main): New enum items OPT_IX and OPT_IEX. Add
8363 "init-command", "init-eval-command", "ix" and "iex" to the variable
8364 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
8365 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8366 (print_gdb_help): Describe --init-command=FILE, -ix and
8367 --init-eval-command=COMMAND, -iex.
8368
26743505
JK
83692012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8370
8371 Code cleanup.
8372 * main.c (struct cmdarg): Move it here from main. Add more comments.
8373 (cmdarg_s, VEC (cmdarg_s)): New.
8374 (main): Move struct cmdarg from here. New variables cmdarg_vec and
8375 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
8376 Install cleanup for cmdarg_vec. Update filling for options 'x' and
8377 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
8378 of CMDARG.
8379
5ff5c7b4
TT
83802012-03-19 Tom Tromey <tromey@redhat.com>
8381
8382 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8383
ab260dad
JK
83842012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 PR symtab/13777
8387 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8388 GCC >=4.5.
8389
c366c1f0
TT
83902012-03-16 Chris January <chris.january@allinea.com>
8391
8392 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
8393 of clear.
8394
e16edb45
TT
83952012-03-16 Chris January <chris.january@allinea.com>
8396
8397 * source.c (add_path): Use memmove instead of strcpy because the
8398 strings overlap.
8399
53ba8333
JB
84002012-03-16 Joel Brobecker <brobecker@adacore.com>
8401
8402 * value.h (set_value_parent): Add declaration.
8403 * value.c (set_value_parent): New function.
8404 (value_address): If VALUE->PARENT is not NULL, then use it as
8405 the base address instead of VALUE->LOCATION.address.
8406 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
8407 the same as OBJ's address. Adjust V's offset accordingly.
8408 Set V's parent.
8409
481860b3
GB
84102012-03-16 Gary Benson <gbenson@redhat.com>
8411
8412 PR breakpoints/10738
8413 * dwarf2read.c (use_deprecated_index_sections): New global.
8414 (struct partial_die_info): New member may_be_inlined.
8415 (read_partial_die): Set may_be_inlined where appropriate.
8416 (add_partial_subprogram): Add partial symbols for partial
8417 DIEs that may be inlined.
8418 (new_symbol_full): Add inlined subroutines to the current
8419 scope.
8420 (write_psymtabs_to_index): Bump version number.
8421 (dwarf2_read_index): Read only version 6 indices unless
8422 use_deprecated_index_sections is set.
8423 * linespec.c (symbol_and_data_callback): New structure.
8424 (iterate_inline_only): New function.
8425 (iterate_over_all_matching_symtabs): New argument
8426 "include_inline". If nonzero, also call the callback for
8427 symbols representing inlined subroutines.
8428 (lookup_prefix_sym): Pass extra argument to the above.
8429 (find_function_symbols): Likewise.
8430 (add_matching_symbols_to_info): Likewise.
8431 * NEWS: Mention that GDB can now set breakpoints on inlined
8432 functions.
8433
d0e7e15a
PM
84342012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8435
8436 * p-typeprint.c (pascal_type_print_method_args):
8437 Fix display of parameter of methods.
8438
3d354654
PM
84392012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
8440
8441 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
8442 Add missing prototype.
8443
cafe75b0
JK
84442012-03-16 Yao Qi <yao@codesourcery.com>
8445 Jan Kratochvil <jan.kratochvil@redhat.com>
8446
8447 Fix false compilation warning.
8448 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
8449
25f8c692
JL
84502012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
8451 Pedro Alves <pedro@codesourcery.com>
8452
8453 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
8454 (arm_register_g_packet_guesses): New function.
8455 (arm_gdbarch_init): Don't force a target description with
8456 registers when the executable is detected as M-profile. Instead
8457 set gdbarch->tdep->is_m. Register `g' packet guesses.
8458 (_initialize_arm_tdep): Initialize the new target description.
8459 * features/arm-with-m-fpa-layout.xml: New description.
8460 * features/arm-with-m-fpa-layout.c: New, generated.
8461
35c63cd8
JB
84622012-03-15 Joel Brobecker <brobecker@adacore.com>
8463
8464 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
8465 Update function description.
8466 (insert_bp_location): Do not wipe bl->target_info out.
8467 * mem-break.c: #include "gdb_string.h".
8468 (default_memory_insert_breakpoint): Do not call target_read_memory
8469 with a pointer to the breakpoint's shadow_contents buffer. Use
8470 a local buffer instead.
8471 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
8472
57651221
TT
84732012-03-15 Tom Tromey <tromey@redhat.com>
8474
8475 * NEWS: Mention "info vtbl", not "info vtable".
8476 * cp-support.c (info_vtbl_command): Fix comment.
8477 (_initialize_cp_support): Fix text.
8478
410528f0
TT
84792012-03-15 Tom Tromey <tromey@redhat.com>
8480
8481 * cp-valprint.c (cp_print_value_fields): Use
8482 print_function_pointer_address for vtable slot.
8483
c4aeac85
TT
84842012-03-15 Tom Tromey <tromey@redhat.com>
8485
8486 * gnu-v3-abi.c (struct value_and_voffset): New.
8487 (hash_value_and_voffset, eq_value_and_voffset)
8488 (compare_value_and_voffset, compute_vtable_size)
8489 (print_one_vtable, gnuv3_print_vtable): New functions.
8490 (init_gnuv3_ops): Initialize 'print_vtable' field.
8491 * cp-support.c (info_vtbl_command): New function.
8492 (_initialize_cp_support): Add "info vtbl".
8493 * cp-abi.h (cplus_print_vtable): Declare.
8494 (struct cp_abi_ops) <print_vtable>: New field.
8495 * cp-abi.c (cplus_print_vtable): New function.
8496 * NEWS: Update.
8497
95cbceff
TT
84982012-03-15 Tom Tromey <tromey@redhat.com>
8499
8500 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
8501 iterate_over_symbols.
8502
589b4a32
DE
85032012-03-14 Doug Evans <dje@google.com>
8504
8505 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
8506 DW_OP_GNU_parameter_ref.
8507
e837f12a
JK
85082012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 Fix double prompt of 'interpreter-exec mi'.
8511 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
8512 (mi_interpreter_resume): use it.
8513 (mi_execute_command_input_handler): New function.
8514 * mi/mi-main.c (mi_execute_command): Move prompt printing to
8515 mi_execute_command_input_handler.
8516
ff1e4526 85172012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
c381a3f6
JB
8518
8519 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
8520 prototype.
8521 (darwin_debug_port_info): Make static.
8522 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
8523 * machoread.c (_initialize_machoread): Add prototype.
8524 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
8525 (i386_darwin_set_control, i386_darwin_get_control)
8526 i386_darwin_dr_set_addr, i386_darwin_get_addr)
8527 i386_darwin_get_status, i386_darwin_get_control):
8528 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
8529
d8a5d6ee
JB
85302012-03-13 Joel Brobecker <brobecker@adacore.com>
8531
8532 * ax-gdb.c (gen_usual_unary): Remove special handling of
8533 enum and bool types.
8534
af381b8c
JB
85352012-03-13 Joel Brobecker <brobecker@adacore.com>
8536
8537 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
8538
786c562f
JB
85392012-03-13 Joel Brobecker <brobecker@adacore.com>
8540
8541 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
8542
e3ebf1bb
JB
85432012-03-13 Chris January <chris.january@allinea.com>
8544
8545 * aix-thread.c (fill_sprs): Store the floating point registers
8546 at the correct offsets into vals.
8547
c5b7e1cb
DE
85482012-03-13 Doug Evans <dje@google.com>
8549
16899756
DE
8550 * NEWS: Mention symbol-reloading has been deleted.
8551 * symfile.c (symbol_reloading): Delete.
8552 (show_symbol_reloading): Delete.
8553 (_initialize_symfile): Delete set/show symbol-reloading.
8554
c5b7e1cb
DE
8555 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
8556 read_in_chain until we have successfully read it in.
8557 (load_full_comp_unit): Ditto.
8558 (read_signatured_type): Add comment.
8559
46cb6474
JB
85602012-03-13 Chris January <chris.january@allinea.com>
8561
8562 * stabsread.c (fix_common_block): Change type of valu argument
8563 to CORE_ADDR.
8564
76219d77
JB
85652012-03-13 Chris January <chris.january@allinea.com>
8566
8567 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
8568 instruction.
8569
87b0bb13
JK
85702012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 * common/linux-procfs.c (linux_proc_get_int): New, from
8573 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
8574 field.
8575 (linux_proc_get_tgid): Only call linux_proc_get_int.
8576 (linux_proc_get_tracerpid): New.
8577 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
8578 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
8579 linux_proc_pid_has_state.
8580 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
8581 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
8582 (linux_ptrace_attach_warnings): New.
8583 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
8584 New declaration.
8585 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
8586 (linux_nat_attach): New variables ex, buffer, message and message_s.
8587 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
8588
5f572dec
JK
85892012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 * Makefile.in (linux-ptrace.o): New.
8592 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
8593 from linux-nat.c.
8594 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
8595 * common/linux-ptrace.c: New file.
8596 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
8597 * config/arm/linux.mh: Likewise.
8598 * config/i386/linux.mh: Likewise.
8599 * config/i386/linux64.mh: Likewise.
8600 * config/ia64/linux.mh: Likewise.
8601 * config/m32r/linux.mh: Likewise.
8602 * config/m68k/linux.mh: Likewise.
8603 * config/mips/linux.mh: Likewise.
8604 * config/pa/linux.mh: Likewise.
8605 * config/powerpc/linux.mh: Likewise.
8606 * config/powerpc/ppc64-linux.mh: Likewise.
8607 * config/powerpc/spu-linux.mh: Likewise.
8608 * config/s390/s390.mh: Likewise.
8609 * config/sparc/linux.mh: Likewise.
8610 * config/sparc/linux64.mh: Likewise.
8611 * config/xtensa/linux.mh: Likewise.
8612 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
8613 common/linux-procfs.c.
8614 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
8615
44f238bb
PA
86162012-03-13 Hui Zhu <teawater@gmail.com>
8617 Pedro Alves <palves@redhat.com>
8618
8619 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
8620 CREATE_BREAKPOINT_FLAGS_INSERTED.
8621 (create_breakpoint_sal, create_breakpoints_sal)
8622 (base_breakpoint_create_breakpoints_sal)
8623 (tracepoint_create_breakpoints_sal)
8624 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
8625 down.
8626 (break_command_1, handle_gnu_v3_exceptions, trace_command)
8627 (ftrace_command, strace_command): Adjust.
8628 (create_tracepoint_from_upload): Pass
8629 CREATE_BREAKPOINT_FLAGS_INSERTED.
8630 * breakpoint.h (enum breakpoint_create_flags): New.
8631 (create_breakpoint): New flags parameter.
8632 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
8633 * python/py-breakpoint.c (bppy_init): Adjust.
8634 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
8635 * spu-tdep.c (spu_catch_start): Adjust.
8636
1e51243a
PA
86372012-03-13 Pedro Alves <palves@redhat.com>
8638 Hui Zhu <teawater@gmail.com>
8639 Yao Qi <yao@codesourcery.com>
8640
8641 * remote.c (struct remote_state): New field `starting_up'.
8642 (remote_start_remote): Set and clear it.
8643 (remote_can_download_tracepoint): If starting up, return false.
8644
fa3064dd
YQ
86452012-03-13 Yao Qi <yao@codesourcery.com>
8646
8647 * inferior.h (struct inferior): Remove fields any_syscall_count,
8648 syscalls_counts and total_syscalls_count. Move them to new
8649 struct catch_syscall_inferior_data in breakpoint.c.
8650 * breakpoint.c: Call DEF_VEC_I(int).
8651 (struct catch_syscall_inferior_data): New.
8652 (get_catch_syscall_inferior_data): New.
8653 (catch_syscall_inferior_data_cleanup): New.
8654 (insert_catch_syscall): Update to access data in
8655 struct catch_syscall_inferior_data.
8656 (insert_catch_syscall): Likewise.
8657 (remove_catch_syscall): Likewise.
8658 (remove_catch_syscall): Likewise.
8659 (is_syscall_catchpoint_enabled): Likewise.
8660 (add_catch_command): Likewise.
8661 (_initialize_breakpoint): Register cleanup.
8662 * breakpoint.h: Removed DEF_VEC_I(int).
8663 * dwarf2loc.c: Call DEF_VEC_I(int).
8664 * mi/mi-main.c: Likewise.
8665
460fac3c
MK
86662012-03-12 Mark Kettenis <kettenis@gnu.org>
8667
8668 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
8669
e1aca11e
JB
86702012-03-12 Chris January <chris.january@allinea.com>
8671
8672 * aix-thread.c (_initialize_aix_thread): Add prototype.
8673 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
8674 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
8675
649c7061
JB
86762012-03-12 Joel Brobecker <brobecker@adacore.com>
8677
8678 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
8679 include of "amd64-nat.h".
8680
0b49e518
TT
86812012-03-12 Tom Tromey <tromey@redhat.com>
8682
8683 * buildsym.c (record_pending_block): Now static.
8684 * buildsym.h: (record_pending_block): Remove.
8685
fd24fa94
AT
86862012-03-12 Andreas Tobler <andreast@fgznet.ch>
8687
8688 * amd64bsd-nat.c: Include amd64bsd-nat.h.
8689
ba919b58
TT
86902012-03-09 Tom Tromey <tromey@redhat.com>
8691
8692 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
8693 producer_is_gxx_lt_4_6>: New fields.
8694 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
8695
a48e046c
TT
86962012-03-09 Tom Tromey <tromey@redhat.com>
8697
8698 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
8699
6f5e9362
JB
87002012-03-08 Joel Brobecker <brobecker@adacore.com>
8701
8702 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
8703 prototype.
8704
8d037db9
JB
87052012-03-08 Joel Brobecker <brobecker@adacore.com>
8706
8707 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
8708
4e841acf
JK
87092012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 Fix -Wmissing-prototypes build.
8712 * arm-linux-nat.c (get_thread_id): Make it static.
8713 * xtensa-linux-nat.c (get_thread_id): Likewise.
8714
c6030312
JB
87152012-03-08 Joel Brobecker <brobecker@adacore.com>
8716
8717 * server.c (process_point_options): If a conditional expression
8718 is found, only print a message if remote_debug is nonzero.
8719
52323be9
LM
87202012-03-08 Luis Machado <lgustavo@codesourcery.com>
8721
8722 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
8723 of internal error for unknown/unsupported types.
8724
7fe25d9b
JK
87252012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 Fix CU relative vs. absolute DIE offsets.
8728 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
8729 offset to offset_in_cu.
8730 * dwarf2read.c (process_enumeration_scope): Add CU offset to
8731 TYPE_OFFSET.
8732 (dwarf2_fetch_die_location_block): Rename parameter offset to
8733 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
8734
05e7c244
JK
87352012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8736
8737 * libunwind-frame.c: Rename to ...
8738 * ia64-libunwind-tdep.c: ... here.
8739 * libunwind-frame.h: Rename to ...
8740 * ia64-libunwind-tdep.h: ... here.
8741 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
8742 ia64-libunwind-tdep.h.
8743 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
8744 * README (--with-libunwind): Rename to ...
8745 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
8746 * config.in: Regenerate.
8747 * configure: Regenerate.
8748 * configure.ac: New option --with-libunwind-ia64, make the
8749 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
8750 Remove AC_DEFINE for HAVE_LIBUNWIND.
8751 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
8752 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
8753 Rename libunwind-frame in the general comment.
8754 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
8755 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
8756 Move forward declarations inside #ifndef. Rename libunwind-frame in
8757 the general comment.
8758 * ia64-tdep.c: Rename libunwind-frame.h #include to
8759 ia64-libunwind-tdep.h.
8760 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
8761 (ia64_libunwind_descr): Rename libunwind-frame to
8762 ia64-libunwind-tdep in these function comments.
8763 * ia64-tdep.h: Rename libunwind-frame.h #include to
8764 ia64-libunwind-tdep.h.
8765 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
8766 ia64-libunwind-tdep in that data comment.
8767
3755cbfd
JK
87682012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8769
8770 * libunwind-frame.h (struct frame_unwind): New declaration.
8771
d1cda5d9
JB
87722012-03-08 Joel Brobecker <brobecker@adacore.com>
8773
8774 * breakpoint.c (_initialize_breakpoint): Fix error in help of
8775 "set breakpoint condition-evaluation" command.
8776
a0ba0aa2
TG
87772012-03-08 Tristan Gingold <gingold@adacore.com>
8778
8779 * sparc-stub.c: Move to stubs/
8780 * sh-stub.c: Likewise.
8781 * m68k-stub.c: Likewise.
8782 * m32r-stub.c: Likewise.
8783 * i386-stub.c: Likewise.
8784
7b8b6d6d
AS
87852012-03-08 Andreas Schwab <schwab@linux-m68k.org>
8786
007cafee
AS
8787 * m68klinux-tdep.c (m68k_linux_init_abi): Register
8788 linux_get_siginfo_type.
8789
7b8b6d6d
AS
8790 * m68klinux-nat.c: Include "gdb_proc_service.h".
8791 (PTRACE_GET_THREAD_AREA): Define.
8792 (ps_get_thread_area): New function.
8793
bba74b36
YQ
87942012-03-08 Yao Qi <yao@codesourcery.com>
8795
8796 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
8797 `xsnprintf'.
8798 (remote_query_attached): Likewise.
8799 (remote_static_tracepoint_marker_at): Likewise.
8800 (remote_set_permissions): Likewise.
8801 (remote_detach_1, extended_remote_attach_1): Likewise.
8802 (send_g_packet, remote_vkill): Likewise.
8803 (extended_remote_disable_randomization): Likewise.
8804 (remote_add_target_side_condition): Likewise.
8805 (remote_insert_breakpoint): Likewise.
8806 (remote_remove_breakpoint): Likewise.
8807 (remote_insert_watchpoint): Likewise.
8808 (remote_remove_watchpoint): Likewise.
8809 (remote_insert_hw_breakpoint): Likewise.
8810 (remote_insert_hw_breakpoint): Likewise.
8811 (remote_remove_hw_breakpoint): Likewise.
8812 (remote_download_command_source): Likewise.
8813 (remote_download_tracepoint): Likewise.
8814 (remote_download_trace_state_variable): Likewise.
8815 (remote_disable_tracepoint): Likewise.
8816 (remote_trace_set_readonly_regions): Likewise.
8817 (remote_get_tracepoint_status): Likewise.
8818 (remote_trace_find): Likewise.
8819 (remote_get_trace_state_variable_value): Likewise.
8820 (remote_set_disconnected_tracing): Likewise.
8821 (remote_set_circular_trace_buffer): Likewise.
8822 (remote_get_min_fast_tracepoint_insn_len): Likewise.
8823 (remote_use_agent): Likewise.
8824 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
8825 Update callers.
8826
9b224c5e
PA
88272012-03-07 Pedro Alves <palves@redhat.com>
8828
8829 * NEWS: Mention QProgramSignals.
8830 * inferior.h (update_signals_program_target): Declare.
8831 * infrun.c: (update_signals_program_target): New.
8832 (handle_command): Update the target of the new program signals
8833 array changes.
8834 * remote.c (PACKET_QProgramSignals): New enum.
8835 (last_program_signals_packet): New global.
8836 (remote_program_signals): New.
8837 (remote_start_remote): Update the target with the program signals
8838 list.
8839 (remote_protocol_features): Add entry for QPassSignals.
8840 (remote_open_1): Free anc clear last_program_signals_packet.
8841 (init_remote_ops): Install remote_program_signals.
8842 * target.c (update_current_target): Adjust.
8843 (target_program_signals): New.
8844 * target.h (struct target_ops) <to_program_signals>: New field.
8845 (target_program_signals): Declare.
8846
74c48cbb
PA
88472012-03-07 Pedro Alves <palves@redhat.com>
8848
8849 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
8850 extensions.
8851
0c13fc49
AS
88522012-03-07 Andreas Schwab <schwab@linux-m68k.org>
8853
8854 * m68klinux-nat.c (getregs_supplies): Make static.
8855 (getfpregs_supplies): Likewise.
8856 (have_ptrace_getregs): Likewise.
8857
1281d2a3
JB
88582012-03-06 Joel Brobecker <brobecker@adacore.com>
8859
8860 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
8861 in call to get_die_type_at_offset.
8862
2b03b41d
SS
88632012-03-06 Stan Shebs <stan@codesourcery.com>
8864
8865 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8866 * mi/mi-cmd-disas.c: Ditto.
8867 * mi/mi-cmd-env.c: Ditto.
8868 * mi/mi-cmd-file.c: Ditto.
8869 * mi/mi-cmd-stack.c: Ditto.
8870 * mi/mi-cmd-target.c: Ditto.
8871 * mi/mi-cmd-var.c: Ditto.
8872 * mi/mi-cmds.c: Ditto.
8873 * mi/mi-cmds.h: Ditto.
8874 * mi/mi-console.c: Ditto.
8875 * mi/mi-getopt.c: Ditto.
8876 * mi/mi-getopt.h: Ditto.
8877 * mi/mi-interp.c: Ditto.
8878 * mi/mi-main.c: Ditto.
8879 * mi/mi-out.c: Ditto.
8880 * mi/mi-parse.c: Ditto.
8881 * mi/mi-parse.h: Ditto.
8882 * mi/mi-symbol-cmds.c: Ditto.
8883
8884 * mi/mi-getopt.h: Move mi_opt struct up.
8885 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8886 return.
8887 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8888
c988ad87
TT
88892012-03-06 Tom Tromey <tromey@redhat.com>
8890
8891 * proc-service.c (ps_pglobal_lookup): Set the current program
8892 space.
8893
1b7c1b10
PA
88942012-03-06 Pedro Alves <palves@redhat.com>
8895
8896 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8897
3c182069
JB
88982012-03-05 Joel Brobecker <brobecker@adacore.com>
8899
8900 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8901
2e794194
JK
89022012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8903
8904 Code cleanup.
8905 * common/linux-osdata.c (linux_common_core_of_thread): New function
8906 comment.
8907 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8908 call by linux_common_core_of_thread.
8909 (linux_nat_core_of_thread_1): Remove.
8910 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8911 * linux-thread-db.c: Include linux-osdata.h.
8912 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8913 linux_common_core_of_thread.
8914
9f9f1f31
TT
89152012-03-05 Tom Tromey <tromey@redhat.com>
8916
8917 * value.c (value_primitive_field): Don't fetch contents for
8918 non-virtual bases.
8919
b7b189f3
TT
89202012-03-05 Tom Tromey <tromey@redhat.com>
8921
8922 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8923
05b8a789 89242012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538f557 8925
5538f557
JB
8926 * s390-nat.c: Include "gregset.h".
8927
75528772
JK
89282012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8929
8930 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8931 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8932 (libunwind_load): New variable so_error, use it for dlerror. Try to
8933 load also LIBUNWIND_SO_7.
8934
275418ae
PA
89352012-03-05 Pedro Alves <palves@redhat.com>
8936
8937 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8938 is not NULL, and remove resulting dead code.
8939
5cbb9812
TS
89402012-03-05 Thomas Schwinge <thomas@codesourcery.com>
8941
8942 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8943 prologue to sh_analyze_prologue.
8944 (sh_analyze_prologue): Make better use of such an upper limit, and
8945 generally be more cautious about accessing memory.
8946
541515ad
TT
89472012-03-05 Tom Tromey <tromey@redhat.com>
8948
8949 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8950 _initialize_ia64_hpux_tdep.
8951
b4d36fb8
PA
89522012-03-05 Pedro Alves <palves@redhat.com>
8953
24490249
PA
8954 PR gdb/13766
8955
b4d36fb8
PA
8956 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8957 the register state is clear, supply explicit zero, instead of
8958 marking the register unavailable.
8959
60c9a3c0
TG
89602012-03-05 Tristan Gingold <gingold@adacore.com>
8961
8962 * NEWS: Mention OpenVMS ia64 new target.
8963
696759ad
TG
89642012-03-05 Tristan Gingold <gingold@adacore.com>
8965
8966 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8967 (ia64_unw_accessors, ia64_unw_rse_accessors)
8968 (ia64_libunwind_descr): Declare.
8969 * ia64-vms-tdep.c: New file.
8970 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8971 (ia64_libunwind_descr): Make them public.
8972 * configure.tgt: Add ia64-*-*vms*.
8973 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8974 (ALLDEPFILES): Add ia64-vms-tdep.c
8975
34864976
TG
89762012-03-05 Tristan Gingold <gingold@adacore.com>
8977
169081d0
TG
8978 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8979 * remote.c (PACKET_qXfer_uib): New enum value.
8980 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8981 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8982 (_initialize_remote): Call add_packet_config_cmd for
8983 xfer:uib packet.
8984
89852012-03-05 Tristan Gingold <gingold@adacore.com>
8986
8987 * osabi.c (gdb_osabi_names): Add OpenVMS.
8988 (generic_elf_osabi_sniffer): Likewise.
8989 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
34864976 8990
6597b100
JK
89912012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8992
8993 Removed unused code.
8994 * libunwind-frame.c (libunwind_frame_unwind)
8995 (libunwind_frame_base_address): Remove.
8996 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8997
87399aa1
YQ
89982012-03-04 Yao Qi <yao@codesourcery.com>
8999
9000 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9001 remove trailing new line.
9002 (agent_run_command, agent_run_command): Add _ markup.
9003 (agent_capability_check): Likewise.
9004
abf1152a
JK
90052012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * breakpoint.c (set_condition_evaluation_mode): Set
9008 CONDITION_EVALUATION_MODE unconditionally.
9009
5808517f
YQ
90102012-03-03 Yao Qi <yao@codesourcery.com>
9011
9012 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9013 * common/agent.h: Update declaration.
9014 * inf-child.c (inf_child_use_agent): New.
9015 (inf_child_can_use_agent): New.
9016 (inf_child_target): Initialize fields `to_use_agent'
9017 and `to_can_use_agent'.
9018 * agent.c (agent_new_objfile): New.
89b7509a 9019 (_initialize_agent): Add agent_new_objfile to new_objfile
5808517f
YQ
9020 observer.
9021
9022 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9023 New.
89b7509a 9024 (linux_target_install_ops): Initialize field
5808517f
YQ
9025 `to_static_tracepoint_markers_by_strid'.
9026 * remote.c (free_current_marker): Move it to ...
9027 * tracepoint.c (free_current_marker): ... here. New.
9028 (cleanup_target_stop): New.
9029 * tracepoint.h: Declare free_current_marker.
9030 * NEWS: Add one entry about `info static-tracepoint-marker'.
9031
58b4daa5
YQ
90322012-03-03 Yao Qi <yao@codesourcery.com>
9033
9034 * common/agent.c (agent_loaded_p): New.
89b7509a 9035 (agent_look_up_symbols): New global.
58b4daa5
YQ
9036 * common/agent.h: Declare agent_loaded_p.
9037
8ffcbaaf
YQ
90382012-03-03 Yao Qi <yao@codesourcery.com>
9039
9040 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9041 (agent_capability_check, agent_capability_invalidate): New.
9042 (symbol_list): New array element.
9043 * common/agent.h (enum agent_capa): New.
9044 * target.c (target_pre_inferior): Call agent_capability_invalidate.
9045
d1feda86
YQ
90462012-03-03 Yao Qi <yao@codesourcery.com>
9047
9048 * target.h (struct target_ops) <to_use_agent>: New field.
9049 (struct target_ops) <to_can_use_agent>: New field.
9050 (target_use_agent, target_can_use_agent): New macro.
9051 * target.c (update_current_target): Update.
9052 * remote.c: New enum `PACKET_QAgent'.
9053 (remote_protocol_features): Add a new element.
9054 (remote_use_agent, remote_can_use_agent): New.
9055 (init_remote_ops): Initialize field `can_use_agent' with
9056 remote_can_use_agent. Intiailize field `use_agent' with
9057 remote_use_agent.
9058 * common/agent.c (use_agent): New global.
9059 * common/agent.h: Declare it.
9060 * tracepoint.c (info_static_tracepoint_markers_command): Add
9061 comment.
9062 * Makefile.in (SFILES): Add common/agent.c and agent.c.
9063 (COMMON_OBS): Add common/agent.o and agent.o
9064 (common-agent.o): New rule.
9065 * agent.c: New.
9066
2fa291ac
YQ
90672012-03-03 Yao Qi <yao@codesourcery.com>
9068
9069 * common/agent.c: New.
9070 * common/agent.h: New.
9071 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9072 AC_CHECK_HEADERS.
9073 * configure, configh.in: Regenerated.
9074
9fc05685
KB
90752012-03-02 Kevin Buettner <kevinb@redhat.com>
9076
9077 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9078 unless it exists for this architecture.
9079
a5ee536b
JB
90802012-03-02 Joel Brobecker <brobecker@adacore.com>
9081
9082 * language.h (struct language_defn): New "method" la_read_var_value.
9083 * findvar.c: #include "language.h".
9084 (default_read_var_value): Renames read_var_value. Rewrite
9085 function description.
9086 (read_var_value): New function.
9087 * value.h (default_read_var_value): Add prototype.
9088 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9089 New functions.
9090 (ada_language_defn): Add entry for la_read_var_value.
9091 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9092 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9093 language_defn structures to add entry for new la_read_var_value
9094 field.
9095
f59f708a
PA
90962012-03-02 Tom Tromey <tromey@redhat.com>
9097 Pedro Alves <palves@redhat.com>
9098
9099 PR breakpoints/13776:
9100 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9101 breakpoints.
9102 (delete_longjmp_breakpoint_at_next_stop): New.
9103 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9104 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9105 before deleting the inferior. Add comments.
9106 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9107 breakpoints immediately, but only on next stop. Move that code
9108 next to where we mark other breakpoints for deletion.
9109
44099a67
JB
91102012-03-02 Joel Brobecker <brobecker@adacore.com>
9111
9112 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9113 marker.
9114 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9115 violation.
9116
2a2ef594
PA
91172012-03-02 Pedro Alves <palves@redhat.com>
9118
9119 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9120
b261e0c5
UW
91212012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
9122
9123 Fix -Wmissing-prototypes build.
9124 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9125 * remote-sim.c (gdbsim_has_all_memory): Likewise.
9126 (gdbsim_has_memory): Likewise.
9127
a95babbf
YQ
91282012-03-02 Yao Qi <yao@codesourcery.com>
9129
9130 Fix -Wmissing-prototypes build.
9131 * charset.c (phony_iconv_open): Make static.
9132 (phony_iconv_close, phony_iconv): Likewise.
9133 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9134 * i386-windows-nat.c (_initialize_i386_windows_nat): New
9135 prototype.
9136 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9137 * ser-mingw.c (create_select_thread): Make static.
9138 * windows-termcap.c (tgetent): New prototype.
9139 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9140
d603d4b3
JK
91412012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
9142
9143 Fix -Wmissing-prototypes build.
9144 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9145 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9146 (_initialize_loadable): New prototypes.
9147
7fb3ad1f
DE
91482012-03-02 Doug Evans <dje@google.com>
9149
9150 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9151 abbrev table, read_comp_unit will do it.
9152
693be288
JK
91532012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9154
9155 Fix -Wmissing-prototypes build.
9156 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9157 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9158 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9159 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9160 (_initialize_arm_symbian_tdep): New prototype.
9161 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9162 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9163 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9164 static.
9165 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9166 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9167 prototype.
9168 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9169 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9170 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9171 static.
9172 * moxie-tdep.c (moxie_process_record): Likewise.
9173 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9174 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9175 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9176 (_initialize_rl78_tdep): New prototype.
9177 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9178 (_initialize_rx_tdep): New prototype.
9179 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9180 (_initialize_darwin_solib): New prototype.
9181 * solib-spu.c: Include solib-spu.h.
9182 (_initialize_spu_solib): New prototype.
9183 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9184 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9185 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9186 (tic6x_software_single_step): Make it static.
9187 (_initialize_tic6x_tdep): New prototype.
9188
638234e5
JK
91892012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 Fix -Wmissing-prototypes build.
9192 * cris-tdep.c (cris_can_use_hardware_watchpoint)
9193 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9194
f4a6f16d
JK
91952012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9196
9197 Fix -Wmissing-prototypes build.
9198 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9199 (frv_have_stopped_data_address): Remove.
9200
04dcf5fa
JK
92012012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9202
9203 Fix -Wmissing-prototypes build.
9204 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9205 * sh-tdep.c: Include sh64-tdep.h.
9206 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9207 * sh64-tdep.c: Include sh64-tdep.h.
9208 * sh64-tdep.h: New file.
9209
19080931
MR
92102012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9211
9212 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9213
9aac7884
MR
92142012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9215
9216 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9217 sp_regnum once the gdbarch_init_osabi hook has been called.
9218
a385295e
MR
92192012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
9220
9221 * mips-tdep.c (mips32_bc1_pc): New function.
9222 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9223 BPOSGE32 and BPOSGE64 instructions.
9224 (deal_with_atomic_sequence): Likewise.
9225 (mips32_instruction_has_delay_slot): Likewise.
9226
1faeff08 92272012-03-01 Maciej W. Rozycki <macro@mips.com>
a09130f9
PA
9228 Chris Dearman <chris@mips.com>
9229 Maciej W. Rozycki <macro@codesourcery.com>
9230 Joseph Myers <joseph@codesourcery.com>
1faeff08
MR
9231
9232 * features/mips-dsp.xml: New file.
9233 * features/mips64-dsp.xml: New file.
9234 * features/mips-dsp-linux.xml: New file.
9235 * features/mips64-dsp-linux.xml: New file.
9236 * features/Makefile (WHICH): Add mips-dsp-linux and
9237 mips64-dsp-linux.
9238 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9239 * features/mips-dsp-linux.c: New file.
9240 * features/mips64-dsp-linux.c: New file.
9241 * regformats/mips-dsp-linux.dat: New file.
9242 * regformats/mips64-dsp-linux.dat: New file.
9243 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9244 registers.
9245 (mips64_linux_register_addr): Likewise.
9246 (mips64_linux_regsets_fetch_registers): Likewise.
9247 (mips64_linux_regsets_store_registers): Likewise.
9248 (mips64_linux_fetch_registers): Update call to
9249 mips64_linux_regsets_fetch_registers.
9250 (mips64_linux_store_registers): Update call to
9251 mips64_linux_regsets_store_registers.
9252 (mips_linux_read_description): Probe for DSP registers.
9253 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9254 and initialize_tdesc_mips64_dsp_linux.
9255 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9256 Remove padding of no longer used embedded register slots.
9257 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9258 (MIPS_RESTART_REGNUM): Redefine enum value.
9259 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9260 strings.
9261 (mips_tx39_reg_names): Likewise.
9262 (mips_linux_reg_names): New array of register names for Linux
9263 targets.
9264 (mips_register_name): Check for a null pointer in
9265 mips_processor_reg_names and return an empty string.
9266 (mips_register_type): Exclude embedded registers for the IRIX
9267 and Linux ABIs.
9268 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
9269 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
9270 DSP registers.
9271 (mips_stab_reg_to_regnum): Handle DSP accumulators.
9272 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9273 (mips_gdbarch_init): Likewise. Initialize internal register
9274 indices for the Linux ABI. Use dynamic numbers to refer to
9275 registers, as applicable, while parsing the target description.
9276 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9277
263689d8
JB
92782012-03-01 Joel Brobecker <brobecker@adacore.com>
9279
9280 * frame.h (read_frame_register_unsigned): Fix typo in function
9281 description.
9282
f3b4f45c
PA
92832012-03-01 Pedro Alves <palves@redhat.com>
9284
9285 * jit-reader.in [!__cplusplus]
9286 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9287
b03a2011
PA
92882012-03-01 Pedro Alves <palves@redhat.com>
9289
9290 * configure.ac (build_warnings): Add -Wmissing-prototypes.
9291 * configure: Regenerate.
9292
70221824
PA
92932012-03-01 Pedro Alves <palves@redhat.com>
9294
9295 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9296 * breakpoint.c (create_exception_master_breakpoint, trace_command)
9297 (ftrace_command, strace_command): Make static.
9298 * d-lang.c (_initialize_d_language): Declare.
9299 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9300 * dwarf2loc.c (_initialize_dwarf2loc):
9301 * dwarf2read.c (process_psymtab_comp_unit): Make static.
9302 * exec.c (exec_get_section_table): Make static.
9303 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9304 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9305 * inferior.c (remove_inferior_command, add_inferior_command)
9306 (clone_inferior_command): Make static.
9307 * linux-nat.c (linux_nat_thread_address_space)
9308 (linux_nat_core_of_thread): Make static.
9309 * linux-tdep.c (_initialize_linux_tdep): Declare.
9310 * objc-lang.c (_initialize_objc_lang): Declare.
9311 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9312 Make static.
9313 (_initialize_opencl_language): Declare.
9314 * record.c (_initialize_record): Declare.
9315 * remote.c (demand_private_info, remote_get_tib_address)
9316 (remote_supports_cond_tracepoints)
9317 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9318 Make static.
9319 * skip.c (_initialize_step_skip): Declare.
9320 * symtab.c (skip_prologue_using_lineinfo): Make static.
9321 * tracepoint.c (delete_trace_state_variable)
9322 (trace_variable_command, delete_trace_variable_command)
9323 (get_uploaded_tsv, find_matching_tracepoint_location)
9324 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9325 Make static.
9326 * value.c (pack_unsigned_long): Make static.
9327 * varobj.c (varobj_ensure_python_env): Make static.
9328 * windows-tdep.c (_initialize_windows_tdep): Declare.
9329 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9330
33fbcbee
PA
93312012-03-01 Pedro Alves <palves@redhat.com>
9332
9333 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
9334 gdbarch parameter.
9335 (linux_init_abi): Install it as has_shared_address_space gdbarch
9336 callback.
9337
44d0cd3b
PA
93382012-03-01 Pedro Alves <palves@redhat.com>
9339
9340 * observer.c (observer_test_first_notification_function)
9341 (observer_test_second_notification_function)
9342 (observer_test_third_notification_function): Add declarations.
9343
ed01b82c
PA
93442012-03-01 Pedro Alves <palves@redhat.com>
9345
9346 * common/signals.c (default_target_signal_to_host)
9347 (default_target_signal_from_host): Move ...
9348 * arch-utils.c: ... here.
9349 * arch-utils.h (default_target_signal_to_host)
9350 (default_target_signal_from_host): Declare.
9351
9352 * common/signals.c (target_signal_from_command): Move ...
9353 * infrun.c: ... here.
9354 * inferior.h (target_signal_from_command): Declare.
9355 * target.h (target_signal_from_command)
9356 (default_target_signal_from_host, default_target_signal_to_host):
9357 Delete declarations.
9358
9359 * common/signals.c (_initialize_signals): Delete.
9360
c9b87335
PA
93612012-03-01 Pedro Alves <palves@redhat.com>
9362
9363 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9364 both __cplusplus and !__cplusplus.
9365
9340a6c0
PA
93662012-03-01 Pedro Alves <palves@redhat.com>
9367
9368 * psymtab.c (find_and_open_source): Delete declaration.
9369 * source.c (find_and_open_source): Move comment ...
9370 * source.h (find_and_open_source): ... to this new declaration.
9371
e451c4a1
PA
93722012-03-01 Pedro Alves <palves@redhat.com>
9373
9374 * inline-frame.c: Include inline-frame.h.
9375
983fb104
PA
93762012-03-01 Pedro Alves <palves@redhat.com>
9377
9378 * tui/tui-data.c (set_gen_win_origin): Delete.
9379 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9380 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9381
5fbce5df
PA
93822012-03-01 Pedro Alves <palves@redhat.com>
9383
9384 * remote.c (encode_actions): Delete declaration.
9385 * tracepoint.c (encode_actions): Make extern.
9386 * tracepoint.h (encode_actions): Declare.
9387
49a8461d
PA
93882012-03-01 Pedro Alves <palves@redhat.com>
9389
9390 * python/py-breakpoint.c: Include python.h.
9391 * python/py-continueevent.c (create_continue_event_object): Make
9392 static.
9393 * python/py-lazy-string.c (stpy_get_type): Make static.
9394 * python/py-newobjfileevent.c (create_new_objfile_event_object):
9395 Make static.
9396 * python/py-utils.c (unicode_to_target_python_string): Make
9397 static.
9398 * python/py-value.c: Include python.h.
9399
9079102f
PA
94002012-03-01 Pedro Alves <palves@redhat.com>
9401
9402 * inferior.c (delete_threads_of_inferior): Delete.
9403
a298c5e8
PA
94042012-03-01 Pedro Alves <palves@redhat.com>
9405
9406 Import fallback definitions from glibc.
9407
9408 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
9409 ps_prochandle): Forward declare.
9410 (ps_err_e): Use glibc's comments.
9411 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
9412 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
9413 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
9414 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
9415 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
9416 (struct ps_prochandle): Adjust comment.
9417
e3084549
PA
94182012-03-01 Pedro Alves <palves@redhat.com>
9419
9420 * ada-lang.c (ada_modulus_from_name): Delete.
9421 * ada-lex.l (lexer_init): Make static.
9422
ad5f7d6e
PA
94232012-03-01 Pedro Alves <palves@redhat.com>
9424
9425 PR gdb/13767
9426
9427 * frame.c (read_frame_register_unsigned): New.
9428 * frame.h (read_frame_register_unsigned): Declare.
9429 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
9430 Handle it.
9431 (print_i387_control_word): New parameter `control_p'. Handle it.
9432 (i387_print_float_info): Handle unavailable float registers.
9433
e0a4d108
KS
94342012-03-01 Keith Seitz <keiths@redhat.com>
9435
9436 * linespec.c (decode_line_2): Sort the list of methods
9437 alphabetically before presenting the user with a selection
9438 menu.
9439
122d1940
DE
94402012-03-01 Doug Evans <dje@google.com>
9441
9442 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
9443 has_namespace_info.
9444 (dwarf2_read_abbrevs): Remove corresponding initialization.
9445
7d74f244
DE
94462012-03-01 Scott J. Goldman <scottjg@vmware.com>
9447
9448 * NEWS: Mention new python command class gdb.COMMAND_USER.
9449 * cli/cli-cmds.c (show_user): Print error when used on a python
9450 command.
9451 (init_cli_cmds): Update documentation strings for "show user" and
9452 "set/show max-user-call-depth" to clarify that it does not apply to
9453 python commands.
9454 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
9455 error check.
9456 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
9457 gdb python api.
9458 * top.c (execute_command): Only execute a user-defined command as a
9459 legacy macro if c->user_commands is set.
9460
e88acd96
TT
94612012-03-01 Tom Tromey <tromey@redhat.com>
9462
9463 * valprint.h (struct generic_val_print_decorations): New.
9464 (generic_val_print): Declare.
9465 * valprint.c (generic_val_print): New function.
9466 * p-valprint.c (p_decorations): New global.
9467 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
9468 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
9469 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
9470 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
9471 * m2-valprint.c (m2_decorations): New global.
9472 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
9473 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
9474 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
9475 TYPE_CODE_ERROR>: Call generic_val_print.
9476 * f-valprint.c (f_decorations): New global.
9477 (f_val_print): Use print_function_pointer_address.
9478 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
9479 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
9480 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
9481 generic_val_print.
9482 * c-valprint.c (c_decorations): New global.
9483 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
9484 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
9485 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
9486 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
9487 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
9488 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
9489 case.
9490
d3eab38a
TT
94912012-03-01 Tom Tromey <tromey@redhat.com>
9492
9493 * valprint.c (val_print): Update.
9494 * p-valprint (pascal_val_print): Return void.
9495 * p-lang.h (pascal_val_print): Return void.
9496 * m2-valprint.c (m2_val_print): Return void.
9497 * m2-lang.h (m2_val_print): Return void.
9498 * language.h (struct language_defn) <la_val_print>: Return void.
9499 * language.c (unk_lang_val_print): Return void.
9500 * jv-valprint.c (java_val_print): Return void.
9501 * jv-lang.h (java_val_print): Return void.
9502 * f-valprint.c (f_val_print): Return void.
9503 * f-lang.h (f_val_print): Return void.
9504 * d-valprint.c (d_val_print): Return void.
9505 (dynamic_array_type): Update.
9506 * d-lang.h (d_val_print): Return void.
9507 * c-valprint.c (c_val_print): Return void.
9508 * c-lang.h (c_val_print): Return void.
9509 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
9510 void.
9511 * ada-lang.h (ada_val_print): Return void.
9512
35c0084b
TT
95132012-03-01 Tom Tromey <tromey@redhat.com>
9514
9515 * value.h (val_print): Return void.
9516 * valprint.c (val_print): Return void.
9517
a1f5dd1b
TT
95182012-03-01 Tom Tromey <tromey@redhat.com>
9519
9520 * value.h (common_val_print): Return void.
9521 * valprint.c (common_val_print): Return void.
9522
8e069a98
TT
95232012-03-01 Tom Tromey <tromey@redhat.com>
9524
9525 * value.h (value_print): Return void.
9526 * valprint.c (value_print): Return void.
9527 * p-valprint.c (pascal_value_print): Return void.
9528 * p-lang.h (pascal_value_print): Return void.
9529 * language.h (struct language_defn) <la_value_print>: Return
9530 void.
9531 * language.c (unk_lang_value_print): Return void.
9532 * jv-valprint.c (java_value_print): Return void.
9533 * jv-lang.h (java_value_print): Return void.
9534 * f-valprint.c (c_value_print): Don't declare.
9535 Include c-lang.h.
9536 * c-valprint.c (c_value_print): Return void.
9537 * c-lang.h (c_value_print): Return void.
9538 * ada-valprint.c (ada_value_print): Return void.
9539 * ada-lang.h (ada_value_print): Return void.
9540
be335936
TT
95412012-03-01 Tom Tromey <tromey@redhat.com>
9542
9543 * value.c (value_primitive_field): Handle virtual base classes.
9544
b0db66a7
TT
95452012-03-01 Tom Tromey <tromey@redhat.com>
9546
9547 * gdbtypes.h (struct vbase): Remove.
9548
132c57b4
TT
95492012-03-01 Tom Tromey <tromey@redhat.com>
9550
9551 * c-valprint.c (print_function_pointer_address): Move...
9552 * valprint.c: ... here. Make non-static.
9553 * m2-valprint.c (print_function_pointer_address): Remove.
9554 * valprint.h (print_function_pointer_address): Declare.
9555
e41eec66
JB
95562012-03-01 Joel Brobecker <brobecker@adacore.com>
9557
9558 * NEWS: Document the fact that one can provide a condition when
9559 creating an Ada exception catchpoint.
9560
19c37f24
TT
95612012-03-01 Tom Tromey <tromey@redhat.com>
9562
9563 * valprint.c (val_print_type_code_flags): Fix placement of
9564 trailing brace.
9565
f0fed3a3
JB
95662012-03-01 Joel Brobecker <brobecker@adacore.com>
9567
9568 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
9569 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
9570 environment variable before calling update-copyright.
9571
8ba85d85
JB
95722012-03-01 Joel Brobecker <brobecker@adacore.com>
9573
9574 * gnulib/extra/update-copyright: Update to the latest from
9575 gnulib's git repository.
9576 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
9577 variable to 2 instead of 1.
9578
8219b1e8
JB
95792012-02-29 Joel Brobecker <brobecker@adacore.com>
9580
9581 * varobj.c (c_value_of_variable): Remove dead code.
9582
718cb7da
JB
95832012-02-29 Joel Brobecker <brobecker@adacore.com>
9584
9585 * ada-lex.p (processId): Do not modify already encoded IDs.
9586 Update function documentation.
9587
739593e0
JB
95882012-02-29 Joel Brobecker <brobecker@adacore.com>
9589
9590 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
9591 "name" with "struct symbol *name_sym".
9592 * ada-exp.y (write_var_or_type): Update call to
9593 ada_find_renaming_symbol.
9594 "name" with "struct symbol *name_sym". Adjust Implementation
9595 accordingly. Adjust the function documentation.
9596
852dff6c
JB
95972012-02-29 Joel Brobecker <brobecker@adacore.com>
9598
9599 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
9600 * ada-lang.c (ada_find_any_type): Add advance declaration.
9601 Make static. Replace ada_find_any_symbol by
9602 ada_find_any_type_symbol.
9603 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
9604 Improve function description. Make static.
9605 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
9606 Replace ada_find_any_symbol by ada_find_any_type_symbol.
9607
1b611343
JB
96082012-02-29 Joel Brobecker <brobecker@adacore.com>
9609
9610 * ada-lang.c (struct tag_args): Delete.
9611 (ada_get_tsd_type): Function body moved up in source file.
9612 (ada_tag_name_1, ada_tag_name_2): Delete.
9613 (ada_get_tsd_from_tag): New function.
9614 (ada_tag_name_from_tsd): New function.
9615 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
9616 to determine the tag name.
9617
41246937
JB
96182012-02-29 Joel Brobecker <brobecker@adacore.com>
9619
9620 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
9621 declaration.
9622 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
9623 function.
9624
ffde82bf
JB
96252012-02-29 Joel Brobecker <brobecker@adacore.com>
9626
9627 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
9628
2ad01556
JB
96292012-02-29 Joel Brobecker <brobecker@adacore.com>
9630
9631 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
9632 full searches.
9633
99b1c762
JB
96342012-02-29 Joel Brobecker <brobecker@adacore.com>
9635
9636 * ada-lang.c (constrained_packed_array_type): If there is a
9637 parallel XA type, use it to determine the array index type.
9638
2d4a02ee
JB
96392012-02-29 Joel Brobecker <brobecker@adacore.com>
9640
9641 * ada-valprint.c (ada_val_print_1): If our value is a reference
9642 to an array descriptor, dereference it before converting it
9643 to a simple array.
9644
c48db5ca
JB
96452012-02-29 Joel Brobecker <brobecker@adacore.com>
9646
9647 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
9648 creating fixed value.
9649 (ada_value_ind, ada_coerce_ref, assign_component)
9650 (ada_evaluate_subexp): Remove call to unwrap_value before
9651 call to ada_to_fixed_value.
9652
2e6fda7d
JB
96532012-02-29 Joel Brobecker <brobecker@adacore.com>
9654
9655 * ada-lang.c (to_fixed_array_type): Set result's type name.
9656
5845583d
JB
96572012-02-29 Joel Brobecker <brobecker@adacore.com>
9658
9659 * ada-lang.c (catch_ada_exception_command_split): Add new
9660 argument cond_string. Add support for condition at end of
9661 "catch exception" commands.
9662 (ada_decode_exception_location): Add new argument cond_string.
9663 Update call to catch_ada_exception_command_split.
9664 (create_ada_exception_catchpoint): Add new argument cond_string.
9665 Set the breakpoint condition if needed.
9666 (catch_ada_exception_command): Update call to
9667 ada_decode_exception_location.
9668 (ada_decode_assert_location): Add function documentation.
9669 Add support for condition at end of "catch assert" command.
9670 (catch_assert_command): Update calls to ada_decode_assert_location
9671 and create_ada_exception_catchpoint.
9672
9a7f938f
JK
96732012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9674
9675 Fix disp-step-syscall.exp: fork: single step over fork.
9676 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
9677 (i386_linux_get_syscall_number_from_regcache): ... here, new function
9678 comment, change parameters gdbarch and ptid to regcache. Remove
9679 parameter regcache, initialize gdbarch from regcache here.
9680 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
9681 New functions.
9682 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
9683 instead.
9684 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
9685 'syscall'. Make the 'int' check more strict.
9686
ffdf6de5
JK
96872012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9688
9689 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
9690 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
9691 (i386_linux_intx80_sysenter_syscall_record): ... here.
9692 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
9693 Use the renamed function name.
9694
c70a6932
JK
96952012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9696
9697 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
9698 * breakpoint.c (until_break_command): Likewise.
9699 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9700 * infcall.c (call_function_by_hand): Likewise.
9701 * infcmd.c (finish_forward): Likewise.
9702 * infrun.c (insert_exception_resume_breakpoint): Likewise.
9703
05b8a789 97042012-02-28 Tristan Gingold <gingold@adacore.com>
d4cd3da9 9705
d4cd3da9
JB
9706 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
9707 avoid variable assignments inside condition.
9708
6425366c
JK
97092012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9710
9711 Fix static analysis issue found by cppcheck.
9712 * microblaze-tdep.c (microblaze_extract_return_value): Fix
9713 uninitialized BUF for size 2.
9714
c8cef75f 97152012-02-27 Chris Dearman <chris@mips.com>
a09130f9
PA
9716 Nathan Froyd <froydnj@codesourcery.com>
9717 Maciej W. Rozycki <macro@codesourcery.com>
c8cef75f
MR
9718
9719 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
9720 (mips16_instruction_has_delay_slot): Likewise.
9721 (mips_segment_boundary): Likewise.
9722 (mips_adjust_breakpoint_address): Likewise.
9723 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
9724
473347ad 97252012-02-27 Maciej W. Rozycki <macro@mips.com>
a09130f9 9726 Maciej W. Rozycki <macro@codesourcery.com>
473347ad
MR
9727
9728 * infrun.c (handle_inferior_event): Don't proceed through
9729 shared library trampolines if stepping at the machine
9730 instruction level.
9731
cf233303
MR
97322012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
9733
9734 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
9735 too.
9736
cb2cf4ce
TS
97372012-02-27 Thomas Schwinge <thomas@codesourcery.com>
9738
9739 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
9740 (sh_stub_unwind_sniffer): New functions.
9741 (sh_stub_unwind): New variable.
9742 (sh_gdbarch_init): Wire everything.
9743
644cebc9
PA
97442012-02-27 Pedro Alves <palves@redhat.com>
9745
9746 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
9747 (linux_nat_post_attach_wait): Adjust to use
9748 linux_proc_pid_is_stopped.
9749 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
9750 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
9751 based on pid_is_stopped from both linux-nat.c and
9752 gdbserver/linux-low.c, and renamed.
9753
283002cf
MR
97542012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9755
9756 * remote.c (remote_watchpoint_addr_within_range): New function.
9757 (init_remote_ops): Use it.
9758
9b3e86b1
MR
97592012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9760
9761 * target.h (target_watchpoint_addr_within_range): Document macro.
9762
e36930bb
PA
97632012-02-24 Pedro Alves <palves@redhat.com>
9764
9765 * stack.c (set_last_displayed_sal): Issue internal_error instead
9766 of warning, and issue it after clearing the last displayed sal.
9767
883bc8d1
PA
97682012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9769 Pedro Alves <palves@redhat.com>
9770
9771 * breakpoint.c (until_break_command): Install breakpoints after
9772 all frame manipulations.
9773
b775012e
LM
97742012-02-24 Luis Machado <lgustavo@codesourcery.com>
9775
9776 * remote.c (remote_supports_cond_breakpoints): New forward
9777 declaration.
9778 (remote_add_target_side_condition): New function.
9779 (remote_insert_breakpoint): Add target-side breakpoint
9780 conditional if supported.
9781 (remote_insert_hw_breakpoint): Likewise.
9782 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
9783 hook.
9784
9785 * target.c (update_current_target): Inherit
9786 to_supports_evaluation_of_breakpoint_conditions.
9787 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
9788
9789 * target.h (struct target_ops)
9790 <to_supports_evaluation_of_breakpoint_conditions>: New field.
9791 (target_supports_evaluation_of_breakpoint_conditions): New #define.
9792
9793 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
9794 (condition_evaluation_both, condition_evaluation_auto,
9795 condition_evaluation_host, condition_evaluation_target,
9796 condition_evaluation_enums, condition_evaluation_mode_1,
9797 condition_evaluation_mode): New static globals.
9798 (translate_condition_evaluation_mode): New function.
9799 (breakpoint_condition_evaluation_mode): New function.
9800 (gdb_evaluates_breakpoint_condition_p): New function.
9801 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
9802 (mark_breakpoint_modified): New function.
9803 (mark_breakpoint_location_modified): New function.
9804 (set_condition_evaluation_mode): New function.
9805 (show_condition_evaluation_mode): New function.
9806 (bp_location_compare_addrs): New function.
9807 (get_first_location_gte_addr): New helper function.
9808 (set_breakpoint_condition): Free condition bytecode if locations
9809 has become unconditional. Call mark_breakpoint_modified (...).
9810 (condition_command): Call update_global_location_list (1) for
9811 breakpoints.
9812 (breakpoint_xfer_memory): Use is_breakpoint (...).
9813 (is_breakpoint): New function.
9814 (parse_cond_to_aexpr): New function.
9815 (build_target_condition_list): New function.
9816 (insert_bp_location): Handle target-side conditional
9817 breakpoints and call build_target_condition_list (...).
9818 (update_inserted_breakpoint_locations): New function.
9819 (insert_breakpoint_locations): Handle target-side conditional
9820 breakpoints.
9821 (bpstat_check_breakpoint_conditions): Add comment.
9822 (bp_condition_evaluator): New function.
9823 (bp_location_condition_evaluator): New function.
9824 (print_breakpoint_location): Print information on where the condition
9825 will be evaluated.
9826 (print_one_breakpoint_location): Likewise.
9827 (init_bp_location): Call mark_breakpoint_location_modified (...) for
9828 breakpoint location.
9829 (force_breakpoint_reinsertion): New functions.
9830 (update_global_location_list): Handle target-side breakpoint
9831 conditions.
9832 Reinsert locations that are already inserted if conditions have
9833 changed.
9834 (bp_location_dtor): Free agent expression bytecode.
9835 (disable_breakpoint): Call mark_breakpoint_modified (...).
9836 Call update_global_location_list (...) with parameter 1 for breakpoints.
9837 (disable_command): Call mark_breakpoint_location_modified (...).
9838 Call update_global_location_list (...) with parameter 1 for breakpoints.
9839 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
9840 (enable_command): mark_breakpoint_location_modified (...).
9841 (_initialize_breakpoint): Update documentation and add
9842 condition-evaluation breakpoint subcommand.
9843
9844 * breakpoint.h: Include ax.h.
9845 (condition_list): New data structure.
9846 (condition_status): New enum.
9847 (bp_target_info) <cond_list>: New field.
9848 (bp_location) <condition_changed, cond_bytecode>: New fields.
9849 (is_breakpoint): New prototype.
9850
3788aec7
LM
98512012-02-24 Luis Machado <lgustavo@codesourcery.com>
9852
9853 * remote.c (remote_state) <cond_breakpoints>: New field.
9854 (PACKET_ConditionalBreakpoints): New enum.
9855 (remote_cond_breakpoint_feature): New function.
9856 (remote_protocol_features): Add new ConditionalBreakpoints entry.
9857 (remote_supports_cond_breakpoints): New function.
9858 (_initialize_remote): Add new packet configuration for
9859 target-side conditional breakpoints.
9860
72895ff6
LM
98612012-02-24 Luis Machado <lgustavo@codesourcery.com>
9862
9863 * NEWS: Mention target-side conditional breakpoint support,
9864 new condition-evaluation breakpoint subcommand and remote
9865 packet extensions.
9866
dea2aa5f
LM
98672012-02-24 Luis Machado <lgustavo@codesourcery.com>
9868
9869 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9870 number.
9871
8a8bc27f
TS
98722012-02-24 Thomas Schwinge <thomas@codesourcery.com>
9873
9874 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9875 (after_prologue): Remove.
9876
6b446fdf
TT
98772012-02-23 Tom Tromey <tromey@redhat.com>
9878
9879 * jv-valprint.c (java_val_print): Remove dead code.
9880
ef59abfb
TG
98812012-02-23 Tristan Gingold <gingold@adacore.com>
9882
a09130f9
PA
9883 * ada-tasks.c (struct ada_tasks_inferior_data): Add
9884 known_tasks_element and known_tasks_length fields.
9885 (read_known_tasks_array): Change argument type. Use pointer type
9886 and number of elements from DATA. Adjust.
9887 (read_known_tasks_list): Likewise.
9888 (get_known_tasks_addr): Remove.
9889 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9890 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
9891 type and array length. Merge former get_known_tasks_addr code.
ef59abfb 9892
def166f6
JK
98932012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 PR backtrace/13716
9896 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9897 it after set_momentary_breakpoint.
9898
aeaa2474
SA
98992012-02-22 Sterling Augustine <saugustine@google.com>
9900
9901 PR 13689:
9902 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9903
feea76c2
GB
99042012-02-22 Gary Benson <gbenson@redhat.com>
9905
9906 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9907 (find_slot_in_mapped_hash): Likewise.
9908
f06e05e0
JK
99092012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9910
9911 PR build/13638
9912 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9913 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9914 * configure: Regenerate.
9915
b54a8fd7
PA
99162012-02-21 Tristan Gingold <gingold@adacore.com>
9917 Pedro Alves <palves@redhat.com>
9918
9919 * ia64-tdep.c: Do not include libunwind-ia64.h.
9920 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9921 Include libunwind-ia64.h instead of libunwind.h.
9922 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9923 for libunwind.h existence.
9924 * configure, config.in: Regenerate.
9925
dfcee124
AG
99262012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9927
9928 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9929 instead of value_rtti_target_type.
9930 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9931 instead of value_rtti_target_type.
9932 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9933 value_rtti_target_type.
9934 * valops.c (value_ind): Extract function readjust_indirect_value_type.
9935 (value_rtti_target_type): Rename to ...
9936 (value_rtti_indirect_type): ... here and make it indirect. Update
9937 function comment.
9938 * value.c (readjust_indirect_value_type): New function.
9939 (coerce_ref): Support for enclosing type setting for references
9940 with readjust_indirect_value_type.
9941 * value.h (readjust_value_type): New declaration.
9942 (value_rtti_target_type): Rename to ...
9943 (value_rtti_indirect_type): ... here.
9944
02568277
AG
99452012-02-21 Anton Gorenkov <xgsa@yandex.ru>
9946
9947 * MAINTAINERS (Write After Approval): Add myself to the list.
9948
10c07b7e 99492012-02-20 Doug Evans <dje@google.com>
28ee876a 9950
d82ea6a8
DE
9951 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9952 Rename objfile_p_char parameter to objfilep.
9953 (build_objfile_section_table): Result is now void. All callers
9954 updated.
9955 * objfiles.h (struct objfile): Tweak comments, whitespace.
9956 (build_objfile_section_table): Update.
9957
28ee876a
DE
9958 * elfread.c (elf_symfile_segments): Fix warning text.
9959
24c79950
TT
99602012-02-20 Tom Tromey <tromey@redhat.com>
9961
9962 PR gdb/13498:
9963 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9964 particular set of file names once.
9965 (dw2_map_symbol_filenames): Likewise.
9966
3a9b40b6
JK
99672012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 Code cleanup.
9970 * main.c (write_files): Remove the declaration.
9971 (external_editor_command): Move the declaration ...
9972 [GDBTK] (external_editor_command): ... here. Fix the comment.
9973
4d0795ca
TT
99742012-02-20 Tom Tromey <tromey@redhat.com>
9975
9976 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9977 extraneous block.
9978
637fd620
TG
99792012-02-20 Tristan Gingold <gingold@adacore.com>
9980
9981 * darwin-nat.h (enum darwin_msg_state): Add comments.
9982
6f124894
TG
99832012-02-20 Tristan Gingold <gingold@adacore.com>
9984
9985 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9986 value.
9987
2e6e3d9c
JB
99882012-20-18 Joel Brobecker <brobecker@adacore.com>
9989
9990 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9991 between function description and implementation.
9992
2e8265fd
TT
99932012-02-17 Tom Tromey <tromey@redhat.com>
9994
9995 PR python/12070:
9996 * python/py-event.c (event_object_getset): New global.
9997 (event_object_type): Reference it.
9998 * python/py-type.c (field_object_getset): New global.
9999 (field_object_type): Reference it.
10000 * python/python-internal.h (gdb_py_generic_dict): Declare.
10001 * python/py-utils.c (gdb_py_generic_dict): New function.
10002
8544a150 100032012-02-17 Tristan Gingold <gingold@adacore.com>
6f124894 10004
8544a150 10005 * solib-darwin.c (darwin_current_sos): Check magic and filetype
6f124894 10006
ca193e27
TS
100072012-02-17 Thomas Schwinge <thomas@codesourcery.com>
10008
10009 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10010 TYPE_CALLING_CONVENTION annotation.
10011
e5586183
KB
100122012-02-16 Kevin Buettner <kevinb@redhat.com>
10013
10014 * MAINTAINERS: Add rx to target ISA section.
10015 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10016 (ALLDEPFILES): Add rx-tdep.c.
10017
7dcd53a0
TT
100182012-02-16 Tom Tromey <tromey@redhat.com>
10019
10020 * symfile.c (symbol_file_add_main_1): Use inferior's
10021 symfile_flags.
10022 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10023 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10024 inferior.
10025 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10026 inferior.
10027 (follow_exec): Use inferior's symfile_flags.
10028 * inferior.h (struct inferior) <symfile_flags>: New field.
10029
ddd60447
MF
100302012-02-16 Mike Frysinger <vapier@gentoo.org>
10031
10032 PR gdb/9734:
10033 * remote-sim.c (gdbsim_create_inferior): Call error() when
10034 sim_create_inferior() fails.
10035
b0d32fb6
TG
100362012-02-16 Josh Matthews <josh@joshmatthews.net>
10037
10038 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10039
9addecb9
TT
100402012-02-16 Tom Tromey <tromey@redhat.com>
10041
10042 PR c++/13653:
10043 * thread.c (struct current_thread_cleanup) <was_removable>: New
10044 field.
10045 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10046 (make_cleanup_restore_current_thread): Initialize new field.
10047
a58b110a
KB
100482012-02-15 Kevin Buettner <kevinb@redhat.com>
10049
10050 * MAINTAINERS: Add rl78 to target ISA section.
10051 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10052 (ALLDEPFILES): Add rl78-tdep.c.
10053 * NEWS: Mention rl78 as a new target.
10054
4cb6da1c
AR
100552012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
10056
10057 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10058 data.
10059 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10060
3af2590d
TT
100612012-02-15 Tom Tromey <tromey@redhat.com>
10062
10063 PR gdb/12659:
10064 * infcmd.c (registers_info): Print just the current register's
10065 name.
10066
c6910659
TT
100672012-02-15 Tom Tromey <tromey@redhat.com>
10068
10069 * python/py-symbol.c (sympy_value): Use _().
10070
7cee1e54
PA
100712012-02-15 Pedro Alves <palves@redhat.com>
10072
10073 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10074 output to be like native targets'.
10075 (remote_pid_to_str): Special case the null ptid.
10076
816338b5
SS
100772012-02-14 Stan Shebs <stan@codesourcery.com>
10078
10079 * NEWS: Mention enable count command.
10080 * breakpoint.h (struct breakpoint): New field enable_count.
10081 * breakpoint.c (enable_breakpoint_disp): Add count argument.
10082 (enable_breakpoint): Add arg to call.
10083 (struct disp_data): New struct.
10084 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10085 (do_map_enable_once_breakpoint): Create a struct and pass it.
10086 (do_map_enable_delete_breakpoint): Ditto.
10087 (do_map_enable_count_breakpoint): New function.
10088 (enable_count_command): New function.
10089 (bpstat_stop_status): Decrement enable_count.
10090 (print_one_breakpoint_location): Report enable count.
10091 (_initialize_breakpoint): Add enable count command.
10092
c47a44f4
KB
100932012-02-14 Kevin Buettner <kevinb@redhat.com>
10094
10095 * rl78-tdep.c (reggroups.h): Include.
10096 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10097 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10098 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10099 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10100 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10101 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10102 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10103 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10104 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10105 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10106 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10107 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10108 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10109 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10110 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10111 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10112 beginning of register list.
10113 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10114 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10115 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10116 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10117 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10118 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10119 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10120 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10121 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10122 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10123 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10124 the pseudo registers. Rearrange other pseudo registers too so
10125 that the bank registers appear at the end.
10126 (rl78_register_type): Account for the fact that the byte sized
10127 bank registers are now pseudo-registers.
10128 (rl78_register_name): Rearrange the register name array. Make
10129 initial set of raw banked registers inaccessible.
10130 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10131 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10132 case for copying bytes back and forth between raw and pseudo
10133 versions of the banked registers. Update other cases to reflect
10134 the changed names.
10135 (rl78_return_value): Update to account for changed names of
10136 raw registers.
10137 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10138 rl78_register_sim_regno().
10139
e4569f1e
KB
101402012-02-14 Kevin Buettner <kevinb@redhat.com>
10141
10142 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10143 the name parameter being passed to find_pc_partial_function().
10144
7a05aae7
JK
101452012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10146
10147 * MAINTAINERS: Step down from being ia64 target maintainer.
10148
11fde611
JK
101492012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10152 compilation warning.
10153
57008375
JK
101542012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 Fix crash on loaded shlibs without loaded exec_bfd.
10157 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10158 (set_section_command): Replace exec_bfd by p->bfd.
10159
ff3c9849
TT
101602012-02-10 Tom Tromey <tromey@redhat.com>
10161
10162 * linespec.c (decode_line_internal): Skip symtabs_from_filename
10163 when we have a C++ qualified name.
10164
db2b9fdd
PA
101652012-02-10 Pedro Alves <palves@redhat.com>
10166
10167 * inferior.c (inferior_pid_to_str): New.
10168 (print_inferior, inferior_command): Use it.
10169
12cd34f3
PA
101702012-02-10 Pedro Alves <palves@redhat.com>
10171
10172 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10173 the test CFLAGS.
10174 * configure: Regenerate.
10175
e871429d
JK
101762012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10177
10178 * linespec.c (decode_line_internal): Fix comment correctness.
10179
1916efaf
PA
101802012-02-09 Valery Khromov <valery.khromov@gmail.com>
10181
10182 PR gdb/12953
10183 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10184 * amd64bsd-nat.c: Add support for debug registers (adapted from
10185 i386bsd-nat.c).
10186 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10187 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10188 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10189 (amd64bsd_dr_get_control): New functions.
10190 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10191 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10192 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10193 watchpoints initialization.
10194 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10195
f4859d94
JK
101962012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10199 flds_bnds.fields.
10200 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10201
c56a97f9
JK
102022012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
10205
1a119f36
JB
102062012-02-08 Joel Brobecker <brobecker@adacore.com>
10207
10208 * language.h (symbol_name_cmp_ftype): Renames
10209 symbol_name_match_p_ftype.
10210 (struct language_defn)[la_get_symbol_name_cmp]: Renames
10211 la_get_symbol_name_match_p.
10212 * ada-lang.c (ada_get_symbol_name_cmp): Renames
10213 ada_get_symbol_name_match_p. Update comment.
10214 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10215 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10216 Renames symbol_name_match_p. Update field type.
10217 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10218 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10219 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10220 "la_get_symbol_name_cmp" in comments.
10221 * language.c: Likewise.
10222
c71bb1cf
RO
102232012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10224
10225 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10226 %eflags offset.
10227 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10228 (amd64_sol2_gregset32_reg_offs): Likewise.
10229
4b2d20a5
TG
102302012-02-08 Joel Brobecker <brobecker@adacore.com>
10231
10232 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10233 of the returned BFD is allocated by GDB.
10234
f0823d2c
TT
102352012-02-07 Tom Tromey <tromey@redhat.com>
10236
10237 PR python/12027:
10238 * python/python-internal.h (frame_object_type): Declare.
10239 * python/py-symbol.c (sympy_needs_frame): New function.
10240 (sympy_value): New function.
10241 (symbol_object_getset): Add "needs_frame".
10242 (symbol_object_methods): Add "value".
10243 * python/py-frame.c (frame_object_type): No longer static.
10244
64e7d9dd
TT
102452012-02-07 Tom Tromey <tromey@redhat.com>
10246
10247 PR python/13599:
10248 * python/py-symbol.c (sympy_line): New function.
10249 (symbol_object_getset): Add "line".
10250
1d6b2d2b
TT
102512012-02-07 Tom Tromey <tromey@redhat.com>
10252
10253 * charset.c (find_charset_names): Check 'in' against NULL.
10254
0d5cff50
DE
102552012-02-06 Doug Evans <dje@google.com>
10256
10257 * gdbtypes.h (struct main_type): Change type of name,tag_name,
10258 and fields.name members from char * to const char *. All uses updated.
10259 (struct cplus_struct_type): Change type of fn_fieldlists.name member
10260 from char * to const char *. All uses updated.
10261 (type_name_no_tag): Update.
10262 (lookup_unsigned_typename, lookup_signed_typename): Update.
10263 * gdbtypes.c (type_name_no_tag): Change result type
10264 from char * to const char *. All callers updated.
10265 (lookup_unsigned_typename, lookup_signed_typename): Change type of
10266 name parameter from char * to const char *.
10267 * symtab.h (struct cplus_specific): Change type of demangled_name
10268 member from char * to const char *. All uses updated.
10269 (struct general_symbol_info): Change type of name and
10270 mangled_lang.demangled_name members from char * to const char *.
10271 All uses updated.
10272 (symbol_get_demangled_name, symbol_natural_name): Update.
10273 (symbol_demangled_name, symbol_search_name): Update.
10274 * symtab.c (symbol_get_demangled_name): Change result type
10275 from char * to const char *. All callers updated.
10276 (symbol_natural_name, symbol_demangled_name): Ditto.
10277 (symbol_search_name): Ditto.
10278 (completion_list_add_name): Change type of symname,sym_text,
10279 text,word parameters from char * to const char *.
10280 (completion_list_objc_symbol): Change type of sym_text,
10281 text,word parameters from char * to const char *.
10282 * ada-lang.c (find_struct_field): Change type of name parameter
10283 from char * to const char *.
10284 (encoded_ordered_before): Similarly for N0,N1 parameters.
10285 (old_renaming_is_invisible): Similarly for function_name parameter.
10286 (ada_type_name): Change result type from char * to const char *.
10287 All callers updated.
10288 * ada-lang.h (ada_type_name): Update.
10289 * buildsym.c (hashname): Change type of name parameter
10290 from char * to const char *.
10291 * buildsym.h (hashname): Update.
10292 * dbxread.c (end_psymtab): Change type of include_list parameter
10293 from char ** to const char **.
10294 * dwarf2read.c (determine_prefix): Change result type
10295 from char * to const char *. All callers updated.
10296 * f-lang.c (find_common_for_function): Change type of name, funcname
10297 parameters from char * to const char *.
10298 * f-lang.c (find_common_for_function): Update.
10299 * f-valprint.c (list_all_visible_commons): Change type of funcname
10300 parameters from char * to const char *.
10301 * gdbarch.sh (static_transform_name): Change type of name parameter
10302 and result from char * to const char *.
10303 * gdbarch.c: Regenerate.
10304 * gdbarch.h: Regenerate.
10305 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10306 of name parameter from char * to const char *.
10307 * jv-lang.c (java_primitive_type_from_name): Ditto.
10308 (java_demangled_signature_length): Similarly for signature parameter.
10309 (java_demangled_signature_copy): Ditto.
10310 (java_demangle_type_signature): Ditto.
10311 * jv-lang.h (java_primitive_type_from_name): Update.
10312 (java_demangle_type_signature): Update.
10313 * objc-lang.c (specialcmp): Change type of a,b parameters
10314 from char * to const char *.
10315 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10316 from char * to const char *. All callers updated.
10317 * p-lang.h (is_pascal_string_type): Update.
10318 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10319 of name parameter from char * to const char *.
10320 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10321 * utils.c (fprintf_symbol_filtered): Ditto.
10322 * defs.h (fprintf_symbol_filtered): Update.
10323 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10324 * stabsread.h (end_psymtab): Update.
10325 * stack.c (find_frame_funname): Change type of funname parameter
10326 from char ** to const char **.
10327 * stack.h (find_frame_funname): Update.
10328 * typeprint.c (type_print): Change type of varstring parameter
10329 from char * to const char *.
10330 * value.h (type_print): Update.
10331 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10332 from char * to const char *. All callers updated.
10333 (xcoff_end_psymtab): Change type of include_list parameter
10334 from char ** to const char **. All callers updated.
10335 (swap_sym): Similarly for name parameter. All callers updated.
10336 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10337 Use xstrdup.
10338 (process_coff_symbol): Use xstrdup.
10339 * stabsread.c (stabs_method_name_from_physname): Renamed from
10340 update_method_name_from_physname. Change result type from void
10341 to char *. All callers updated.
10342 (read_member_functions): In has_destructor case, store name in objfile
10343 obstack instead of malloc space. In !has_stub case, fix mem leak.
10344
5579a92e
TT
103452012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
10346
10347 * configure: Rebuild.
10348 * configure.ac: Put -L../bfd and -L../libiberty at the front of
10349 LDFLAGS.
10350
9058f767
KB
103512012-02-03 Kevin Buettner <kevinb@redhat.com>
10352
10353 * configure.tgt (rl78-*-elf): New target.
10354 * rl78-tdep.c: New file.
10355
5b37825d
PW
103562012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10357
10358 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10359 and continue the loop. Add QUIT statement.
10360
e009ee71
TT
103612012-02-03 Tom Tromey <tromey@redhat.com>
10362
10363 PR gdb/13596:
10364 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10365 bfd_lookup_symbol_from_symtab.
10366 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10367 gdb_bfd_lookup_symbol_from_symtab.
10368
f7e44f65
JB
103692012-02-03 Joel Brobecker <brobecker@adacore.com>
10370
10371 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10372 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10373 symbol. Add assertion that sym2 is never NULL.
10374
2c02bd72
DE
103752012-02-02 Doug Evans <dje@google.com>
10376
10377 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10378 "name" parameter to const char ** from char **. All callers updated.
10379 (find_pc_partial_function): Ditto.
10380 (cache_pc_function_name): Change type to const char * from char *.
10381 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10382 (find_pc_partial_function): Update.
10383 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10384 type of "name" parameter to const char * from char *.
10385 All uses updated.
10386 * arch-utils.c (generic_in_solib_return_trampoline): Change
10387 type of "name" parameter to const char * from char *.
10388 * arch-utils.h (generic_in_solib_return_trampoline): Update.
10389 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
10390 type of "name" parameter to const char * from char *.
10391 * gdbarch.sh (in_solib_return_trampoline): Ditto.
10392 * gdbarch.c: Regenerate.
10393 * gdbarch.h: Regenerate.
10394 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
10395 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
10396 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
10397 type of "name" parameter to const char * from char *.
10398 * skip.c (skip_function_pc): Ditto.
10399 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
10400 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
10401 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
10402 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
10403 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
10404 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
10405 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
10406 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
10407 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
10408
e886a173
PA
104092012-02-02 Pedro Alves <palves@redhat.com>
10410
10411 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
10412 the current inferior has no execution. Make sure the current
10413 remote process matches gdb's current inferior.
10414
c709a7c2
TT
104152012-02-02 Tom Tromey <tromey@redhat.com>
10416
10417 PR gdb/13405:
10418 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
10419 read-only memory.
10420
f149aabd
TT
104212012-02-02 Tom Tromey <tromey@redhat.com>
10422
10423 PR gdb/9307:
10424 * symtab.c (lookup_language_this): Set block_found.
10425
03bef283
TT
104262012-02-01 Tom Tromey <tromey@redhat.com>
10427
10428 PR gdb/13431:
10429 * jit.c (struct jit_inferior_data): Rewrite.
10430 (struct jit_objfile_data): New.
10431 (get_jit_objfile_data): New function.
10432 (add_objfile_entry): Update.
10433 (jit_read_descriptor): Return int. Replace descriptor_addr
10434 argument with inf_data. Update. Don't call error.
10435 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
10436 descriptor here.
10437 (jit_inferior_init): Don't look up descriptor. Don't call error.
10438 (jit_reset_inferior_data_and_breakpoints)
10439 (jit_inferior_created_observer): Remove.
10440 (jit_inferior_exit_hook): Update.
10441 (jit_executable_changed_observer): Remove.
10442 (jit_event_handler): Update.
10443 (free_objfile_data): Reset inferior data if needed.
10444 (_initialize_jit): Update.
10445
f0bbc364
TT
104462012-02-01 Tom Tromey <tromey@redhat.com>
10447
10448 * jit.c (bfd_open_from_target_memory): Move higher in file.
10449
47c1316c
TG
104502012-02-01 Tristan Gingold <gingold@adacore.com>
10451
10452 * libunwind-frame.c (libunwind_load): Display message if dlopen
10453 failed.
10454
8e704927
GB
104552012-02-01 Gary Benson <gbenson@redhat.com>
10456
09c7a31f 10457 * symtab.h (symbol_found_callback_ftype): New typedef.
8e704927
GB
10458 (iterate_over_symbols): Use the above.
10459 * symtab.c (iterate_over_symbols): Likewise.
10460 * language.h (language_defn->la_iterate_over_symbols): Likewise.
10461 * ada-lang.c (ada_iterate_over_symbols): Likewise.
10462 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
10463 (iterate_name_matcher): Document return values.
10464 (collect_one_symbol): Likewise.
10465 (collect_function_symbols): Likewise.
10466 (collect_symbols): Likewise.
10467
d9680e73
TT
104682012-02-01 Tom Tromey <tromey@redhat.com>
10469
10470 * ada-lang.c (resolve_subexp): Update.
10471 (ada_lookup_symbol_list): Add 'full_search' argument.
10472 (ada_iterate_over_symbols): Pass 0 as full_search argument to
10473 ada_lookup_symbol_list.
10474 (ada_lookup_encoded_symbol): Update.
10475 (get_var_value): Update.
10476 * ada-exp.y (block_lookup): Update.
10477 (write_var_or_type): Update.
10478 (write_name_assoc): Update.
10479 * ada-lang.h (ada_lookup_symbol_list): Update.
10480
72e1143f
TT
104812012-01-31 Tom Tromey <tromey@redhat.com>
10482
10483 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
10484 comment.
10485
ab2d2ad3
DE
104862012-01-31 Doug Evans <dje@google.com>
10487
10488 * symtab.h: Remove outdated comment.
e9111bf7 10489 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
ab2d2ad3 10490
bc884eba
JB
104912012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
10492
10493 Fix build error in Darwin port.
10494 * i386-darwin-nat.c: Include i386-nat.h.
10495
8fc3fc34
TT
104962012-01-30 Tom Tromey <tromey@redhat.com>
10497
10498 PR breakpoints/13568:
10499 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
10500 argument. Check for recursive includes.
10501 (dwarf_decode_macros): Create an include hash.
10502
5d853008
ME
105032012-01-30 Michael Eager <eager@eagercon.com>
10504
10505 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
10506 * ppc-linux-tdep.c: Include glibc-tdep.h.
ab2d2ad3 10507 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5d853008
ME
10508 (powerpc_linux_in_plt_stub): New function.
10509 (powerpc_linux_in_dynsym_resolve_code): New function.
10510 (ppc_skip_trampoline_code): New function.
10511 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
10512 Use glibc_skip_solib_resolver.
10513
40478521
JK
105142012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 Code cleanup: Make 1440 bytes of data segment read-only.
10517 * arch-utils.c (endian_enum): Make it const char *const [].
10518 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
10519 Likewise.
10520 * breakpoint.c (always_inserted_enums): Likewise.
10521 * cli/cli-cmds.c (script_ext_enums): Likewise.
10522 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
10523 enumlist parameter const char *const *.
10524 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
10525 const char *const *.
10526 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
10527 parameter const char *const *.
10528 * cris-tdep.c (cris_modes): Make it const char *const [].
10529 * filesystem.c (target_file_system_kinds): Likewise.
10530 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
10531 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
10532 (can_use_displaced_stepping_enum, scheduler_enums)
10533 (exec_direction_names): Likewise.
10534 * language.c (_initialize_language): Make the type_or_range_names and
10535 case_sensitive_names variables const char *const [].
10536 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
10537 * python/python.c (python_excp_enums): Likewise.
10538 * remote.c (interrupt_sequence_modes): Likewise.
10539 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
10540 * serial.c (logbase_enums): Likewise.
10541 * sh-tdep.c (sh_cc_enum): Likewise.
10542 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
10543 Likewise.
10544 * symtab.c (multiple_symbols_modes): Likewise.
10545 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
10546 Likewise.
10547 * utils.c (internal_problem_modes): Likewise.
10548
b3b8b934
JK
105492012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10550
10551 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
10552 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
10553 result.
10554
8c85a4e2
DE
105552012-01-27 Doug Evans <dje@google.com>
10556
10557 * configure.ac (with_python): Fix absolute path handling for win32.
10558 * configure: Regenerate.
10559
78d8b4d7
DE
105602012-01-26 Doug Evans <dje@google.com>
10561
eca864fe
DE
10562 * symtab.c: Whitespace cleanup, no code changes.
10563
7e082072
DE
10564 * symtab.c (lookup_symbol_in_language): Improve comment.
10565 (lookup_symbol_aux): Fix comment.
10566
7dc25483
DE
10567 * psymtab.c (add_psymbol_to_list): Result is now "void".
10568 * psympriv.h (add_psymbol_to_list): Update.
10569
78d8b4d7
DE
10570 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
10571
4c63965b
JK
105722012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10573
10574 Do not open script filenames twice.
10575 * cli/cli-cmds.c (source_script_from_stream): Pass to
10576 source_python_script also STREAM.
10577 * python/py-auto-load.c (source_section_scripts): Pass to
10578 source_python_script_for_objfile also STREAM.
10579 (auto_load_objfile_script): Pass to source_python_script_for_objfile
10580 also INPUT.
10581 * python/python-internal.h (source_python_script_for_objfile): New
10582 parameter file, rename parameter file to filename.
10583 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
10584 instead if !_WIN32. Update the function comment.
10585 (source_python_script, source_python_script_for_objfile)
10586 (source_python_script): New parameter file, rename parameter file to
10587 filename. Pass FILENAME to python_run_simple_file.
10588 * python/python.h (source_python_script): New parameter file, rename
10589 parameter file to filename.
10590
88f38a04
PA
105912012-01-26 Pedro Alves <palves@redhat.com>
10592
10593 * corelow.c (core_has_fake_pid): Delete.
10594 (core_close): Delete references to `core_has_fake_pid'.
10595 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
10596 (core_open): Delete references to `core_has_fake_pid'.
10597 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
10598 the removed global.
10599
e078317b
JB
106002012-01-26 Joel Brobecker <brobecker@adacore.com>
10601
10602 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
10603 Remove language parameter from name_matcher. Adjust the comment.
10604 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
10605 Remove language parameter.
10606 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
10607 * linespec.c (iterate_name_matcher): Likewise.
10608 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
10609 name_matcher. Adjust call accordingly.
10610 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
10611 (maintenance_check_symtabs): Adjust type of parameter "fun".
10612 * psymtab.h (maintenance_check_symtabs): Likewise.
10613
74ccd7f5
JB
106142012-01-26 Joel Brobecker <brobecker@adacore.com>
10615
10616 * language.h (symbol_name_match_p_ftype): New typedef.
10617 (struct language_defn): Replace field la_symbol_name_compare
10618 by la_get_symbol_name_match_p.
10619 * ada-lang.c (ada_get_symbol_name_match_p): New function.
10620 (ada_language_defn): Use it.
10621 * linespec.c (struct symbol_matcher_data): New type.
10622 (iterate_name_matcher): Rewrite.
10623 (iterate_over_all_matching_symtabs): Pass a pointer to
10624 a symbol_matcher_data struct to expand_symtabs_matching
10625 instead of just the lookup name.
10626 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10627 opencl-lang.c, p-lang.c, language.c: Delete field
10628 la_symbol_name_compare, and replace by NULL for new field
10629 la_get_symbol_name_match_p.
10630 * symfile.h (struct quick_symbol_functions): Update comment.
10631
5d268276
TT
106322012-01-25 Tom Tromey <tromey@redhat.com>
10633
10634 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
10635 dereferencing.
10636
edcc5120
TT
106372012-01-24 Tom Tromey <tromey@redhat.com>
10638
10639 PR symtab/12406:
10640 * solib.c (update_solib_list): Update the program space's
10641 added_solibs and deleted_solibs fields.
10642 * progspace.h (struct program_space) <added_solibs,
10643 deleted_solibs>: New fields.
10644 (clear_program_space_solib_cache): Declare.
10645 * progspace.c (release_program_space): Call
10646 clear_program_space_solib_cache.
10647 (clear_program_space_solib_cache): New function.
10648 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
10649 bpstat_stop_status. Use handle_solib_event.
10650 * breakpoint.c: Include gdb_regex.h.
10651 (print_solib_event): New function.
10652 (bpstat_print): Use print_solib_event.
10653 (bpstat_stop_status): Add special case for bp_shlib_event.
10654 (handle_solib_event): New function.
10655 (bpstat_what): Use handle_solib_event.
10656 (struct solib_catchpoint): New.
10657 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
10658 (breakpoint_hit_catch_solib, check_status_catch_solib)
10659 (print_it_catch_solib, print_one_catch_solib)
10660 (print_mention_catch_solib, print_recreate_catch_solib): New
10661 functions.
10662 (catch_solib_breakpoint_ops): New global.
10663 (catch_load_or_unload, catch_load_command_1)
10664 (catch_unload_command_1): New functions.
10665 (internal_bkpt_check_status): Add special case for
10666 bp_shlib_event.
10667 (internal_bkpt_print_it): Use print_solib_event.
10668 (initialize_breakpoint_ops): Initialize
10669 catch_solib_breakpoint_ops.
10670 (_initialize_breakpoint): Register "catch load" and "catch
10671 unload".
10672 * breakpoint.h (handle_solib_event): Declare.
10673 * NEWS: Add entry for "catch load" and "catch unload".
10674
fa864999
TT
106752012-01-24 Tom Tromey <tromey@redhat.com>
10676
10677 * ada-lang.c: Include gdb_vecs.h.
10678 * charset.c: Include gdb_vecs.h.
10679 * tracepoint.h: Include gdb_vecs.h.
10680 * gdb_vecs.h: New file.
10681
f90263c1
TT
106822012-01-24 Pedro Alves <pedro@codesourcery.com>
10683
10684 * breakpoint.c (breakpoint_hit_catch_fork)
10685 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
10686 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
10687 * infrun.c (inferior_has_forked, inferior_has_vforked)
10688 (inferior_has_execd, inferior_has_called_syscall): Delete.
10689 (handle_syscall_event): Get syscall_number from the execution
10690 control state's wait status.
10691 (wait_for_inferior): Don't clear syscall_number.
10692
09ac7c10
TT
106932012-01-24 Pedro Alves <palves@redhat.com>
10694
10695 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
10696 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
10697 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
10698 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
10699 `ws' parameter.
10700 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
10701 false for events other than TARGET_SIGNAL_TRAP.
10702 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
10703 Add `ws' parameter.
10704 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
10705 events other than TARGET_SIGNAL_TRAP.
10706 (tracepoint_breakpoint_hit): Add `ws' parameter.
10707 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
10708 parameter.
10709 (bpstat_stop_status): Same.
10710 (pc_at_non_inline_function): Same.
10711 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
10712 to pass the current event's waitstatus to bpstat_stop_status
10713 and pc_at_non_inline_function.
10714
86eb7e95
JK
107152012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 Code cleanup.
10718 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
10719 Update the function comment for it.
10720 (source_script_with_search): Call make_cleanup_fclose for STREAM.
10721 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
10722 for STREAM.
10723
a9b3a50f
PA
107242012-01-24 Pedro Alves <palves@redhat.com>
10725
10726 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
10727 outside `bs->stop' block.
10728 (bpstat_what): Rework bp_shlib_event handling.
10729 (internal_bkpt_check_status): If the breakpoint is a
10730 bp_shlib_event, then set bs->stop and bs->print if
10731 stop_on_solib_events is set.
10732
53fe1783
GB
107332012-01-24 Gary Benson <gbenson@redhat.com>
10734
10735 Delete #if 0'd out code.
10736 * stack.c (print_frame_label_vars): Remove.
10737 (catch_info): Likewise.
10738 (_initialize_stack): Remove "info catch" command.
10739 * NEWS: Mention the above.
10740
49c62f2e
PA
107412012-01-24 Pedro Alves <palves@redhat.com>
10742
10743 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
10744 it.
10745 (remote_notice_new_inferior): If the remote end doesn't support
10746 the multiprocess extensions, then the PID is fake.
10747 (add_current_inferior_and_thread): New.
10748 (remote_start_remote): Use it.
10749 (extended_remote_attach_1): Adjust.
10750 (extended_remote_create_inferior_1): Use
10751 add_current_inferior_and_thread.
10752
d0d8b0c6
JK
107532012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10754
10755 Fix watchpoints to be specific for each inferior.
10756 * breakpoint.c (watchpoint_in_thread_scope): Verify also
10757 current_program_space.
10758 * i386-nat.c (i386_inferior_data_cleanup): New.
10759 (i386_inferior_data_get): Replace variable inf_data_local by an
10760 inferior_data call.
10761 (i386_use_watchpoints): Initialize i386_inferior_data.
10762 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
10763 specific iterate_over_lwps.
10764
4403d8e9
JK
107652012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10766
10767 Fix watchpoints across inferior fork.
10768 * amd64-linux-nat.c (update_debug_registers_callback): Update the
10769 comment for linux_nat_iterate_watchpoint_lwps.
10770 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10771 linux_nat_iterate_watchpoint_lwps.
10772 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
10773 * i386-linux-nat.c (update_debug_registers_callback): Update the
10774 comment for linux_nat_iterate_watchpoint_lwps.
10775 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10776 linux_nat_iterate_watchpoint_lwps.
10777 (i386_linux_prepare_to_resume): New comment on Linux kernel.
10778 * i386-nat.c: Include inferior.h.
10779 (dr_mirror): Remove.
10780 (i386_inferior_data, struct i386_inferior_data)
10781 (i386_inferior_data_get): New.
10782 (i386_debug_reg_state): Use i386_inferior_data_get.
10783 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
10784 (i386_insert_watchpoint, i386_remove_watchpoint)
10785 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10786 (i386_remove_hw_breakpoint): New variable state, use
10787 i386_debug_reg_state instead of DR_MIRROR.
10788 * linux-nat.c (delete_lwp): New declaration.
10789 (num_lwps): Move here from downwards.
10790 (delete_lwp_cleanup): New.
10791 (linux_child_follow_fork): Create new child_lp, call
10792 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
10793 PTRACE_DETACH.
10794 (num_lwps): Move upwards.
10795 (linux_nat_iterate_watchpoint_lwps): New.
10796 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
10797 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
10798
2992c9a7 107992012-01-24 Joel Brobecker <brobecker@adacore.com>
10800
10801 GDB 7.4 released.
10802
e360902b
PA
108032012-01-23 Pedro Alves <palves@redhat.com>
10804
10805 * top.c (caution): Rename to ...
10806 (confirm): ... this.
10807 (show_caution): Rename to ...
10808 (show_confirm): ... this.
10809 (quit_cover): Adjust.
10810 (init_main): Adjust.
10811 * top.h (caution): Rename to ...
10812 (confirm): ... this.
10813 * utils.c (internal_vproblem, defaulted_query): Adjust.
10814
050a2e1d
PA
108152012-01-23 Pedro Alves <palves@redhat.com>
10816
10817 * top.c (caution): Update comment.
10818 (execute_command): Don't consider the current value of `caution'.
10819
77a35dd8
JK
108202012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10821
10822 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
10823
a71b5a38
UW
108242012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
10825
10826 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
10827 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
10828 * target.c (target_fileio_pwrite): Remove buffer address from
10829 debug output.
10830 (target_fileio_pread): Likewise.
10831
d99bd577
UW
108322012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10833
10834 * NEWS: Document remote "info proc" and "generate-core-file".
10835
35c2fab7
UW
108362012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10837
10838 * gdbarch.sh (find_memory_regions): New callback.
10839 * gdbarch.c, gdbarch.h: Regenerate.
10840
10841 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
10842 callback before falling back to target method.
10843
10844 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
10845 (linux_target_install_ops): No longer install it.
10846
10847 * linux-tdep.c (linux_find_memory_regions): New function.
10848 (linux_init_abi): Install it.
10849
6432734d
UW
108502012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10851
10852 * gdbarch.sh (make_corefile_notes): New architecture callback.
10853 * gdbarch.c: Regenerate.
10854 * gdbarch.h: Likewise.
10855
10856 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
10857 before target_make_corefile_notes. If NULL is returned, the
10858 target does not support core file generation.
10859
10860 * linux-nat.c: Include "linux-tdep.h".
10861 (find_signalled_thread, find_stop_signal): Remove.
10862 (linux_nat_do_thread_registers): Likewise.
10863 (struct linux_nat_corefile_thread_data): Likewise.
10864 (linux_nat_corefile_thread_callback): Likewise.
10865 (iterate_over_spus): Likewise.
10866 (struct linux_spu_corefile_data): Likewise.
10867 (linux_spu_corefile_callback): Likewise.
10868 (linux_spu_make_corefile_notes): Likewise.
10869 (linux_nat_collect_thread_registers): New function.
10870 (linux_nat_make_corefile_notes): Replace contents by call to
10871 linux_make_corefile_notes passing linux_nat_collect_thread_registers
10872 as native-only callback.
10873
10874 * linux-tdep.h: Include "bfd.h".
10875 (struct regcache): Add forward declaration.
10876 (linux_collect_thread_registers_ftype): New typedef.
10877 (linux_make_corefile_notes): Add prototype.
10878 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10879 "regset.h", and "elf-bfd.h".
10880 (find_signalled_thread, find_stop_signal): New functions.
10881 (linux_spu_make_corefile_notes): Likewise.
10882 (linux_collect_thread_registers): Likewise.
10883 (struct linux_corefile_thread_data): New data structure.
10884 (linux_corefile_thread_callback): New funcion.
10885 (linux_make_corefile_notes): Likewise.
10886 (linux_make_corefile_notes_1): Likewise.
10887 (linux_init_abi): Install it.
10888
3030c96e
UW
108892012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10890
10891 * gdbarch.sh (info_proc): New callback.
10892 * gdbarch.c, gdbarch.h: Regenerate.
10893
10894 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10895 before falling back to the target info_proc callback.
10896
10897 * linux-nat.c: Do not include "cli/cli-utils.h".
10898 (linux_nat_info_proc): Remove.
10899 (linux_target_install_ops): No longer install it.
10900
10901 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10902 (read_mapping): New function.
10903 (linux_info_proc): Likewise.
10904 (linux_init_abi): Install it.
10905
145b16a9
UW
109062012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10907
10908 * defs.h (enum info_proc_what): Moved here from linux-nat.c
10909 * infcmd.c: (info_proc_cmd_1): New function.
10910 (info_proc_cmd): New function, moved here from equivalent routine
10911 orignally in linux-nat.c.
10912 (info_proc_cmd_mappings): Likewise.
10913 (info_proc_cmd_stat): Likewise.
10914 (info_proc_cmd_status): Likewise.
10915 (info_proc_cmd_cwd): Likewise.
10916 (info_proc_cmd_cmdline): Likewise.
10917 (info_proc_cmd_exe): Likewise.
10918 (info_proc_cmd_all): Likewise.
10919 (_initialize_infcmd): Install "info proc" command and subcommands.
10920
10921 * target.h (struct target_ops): Add to_info_proc.
10922 (target_info_proc): Add prototype.
10923 * target.c (target_info_proc): New function.
10924
10925 * procfs.c (procfs_info_proc): Add prototype.
10926 (info_proc_cmd): Rename into ...
10927 (procfs_info_proc): ... this. Update argument types as appropriate
10928 for a to_info_proc implementation. Handle "what" argument.
10929 (procfs_target): Install procfs_info_proc.
10930 (_initialize_procfs): No longer install "info proc" command.
10931
10932 * linux-nat.c: (enum info_proc_what): Remove.
10933 (linux_nat_info_proc_cmd_1): Rename into ...
10934 (linux_nat_info_proc): ... this. Update argument types as appropriate
10935 for a to_info_proc implementation.
10936 (linux_nat_info_proc_cmd): Remove.
10937 (linux_nat_info_proc_cmd_mappings): Likewise.
10938 (linux_nat_info_proc_cmd_stat): Likewise.
10939 (linux_nat_info_proc_cmd_status): Likewise.
10940 (linux_nat_info_proc_cmd_cwd): Likewise.
10941 (linux_nat_info_proc_cmd_cmdline): Likewise.
10942 (linux_nat_info_proc_cmd_exe): Likewise.
10943 (linux_nat_info_proc_cmd_all): Likewise.
10944 (linux_target_install_ops): Install linux_nat_info_proc.
10945 (_initialize_linux_nat): No longer install "info proc" command
10946 and subcommands.
10947
b9e7b9c3
UW
109482012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
10949
10950 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10951 * config.in, configure: Regenerate.
10952
10953 * target.h (struct target_ops): Add to_fileio_readlink.
10954 (target_fileio_readlink): Add prototype.
10955 * target.c (target_fileio_readlink): New function.
10956
10957 * inf-child.c: Conditionally include <sys/param.h>.
10958 (inf_child_fileio_readlink): New function.
10959 (inf_child_target): Install it.
10960
10961 * remote.c (PACKET_vFile_readlink): New enum value.
10962 (remote_hostio_readlink): New function.
10963 (init_remote_ops): Install it.
10964 (_initialize_remote): Handle vFile:readlink packet type.
10965
7313baad
UW
109662012-01-20 Pedro Alves <palves@redhat.com>
10967 Ulrich Weigand <ulrich.weigand@linaro.org>
10968
10969 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10970 * config.in, configure: Regenerate.
10971
10972 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10973 to_fileio_pread, to_fileio_close, to_fileio_unlink.
10974 (target_fileio_open): Add prototype.
10975 (target_fileio_pwrite): Likewise.
10976 (target_fileio_pread): Likewise.
10977 (target_fileio_close): Likewise.
10978 (target_fileio_unlink): Likewise.
10979 (target_fileio_read_alloc): Likewise.
10980 (target_fileio_read_stralloc): Likewise.
10981
10982 * target.c: Include "gdb/fileio.h".
10983 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10984 (default_fileio_target): New function.
10985 (target_fileio_open): Likewise.
10986 (target_fileio_pwrite): Likewise.
10987 (target_fileio_pread): Likewise.
10988 (target_fileio_close): Likewise.
10989 (target_fileio_unlink): Likewise.
10990 (target_fileio_close_cleanup): Likewise.
10991 (target_fileio_read_alloc_1): Likewise.
10992 (target_fileio_read_alloc): Likewise.
10993 (target_fileio_read_stralloc): Likewise.
10994
10995 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10996 <fcntl.h>, and <unistd.h>.
10997 (inf_child_fileio_open_flags_to_host): New function.
10998 (inf_child_errno_to_fileio_error): Likewise.
10999 (inf_child_fileio_open): Likewise.
11000 (inf_child_fileio_pwrite): Likewise.
11001 (inf_child_fileio_pread): Likewise.
11002 (inf_child_fileio_close): Likewise.
11003 (inf_child_fileio_unlink): Likewise.
11004 (inf_child_target): Install to_fileio routines.
11005
11006 * remote.c (init_remote_ops): Install to_fileio routines.
11007
901f9912
UW
110082012-01-20 Pedro Alves <palves@redhat.com>
11009 Ulrich Weigand <ulrich.weigand@linaro.org>
11010
11011 * remote.c (remote_multi_process_p): Only check for multi-process
11012 protocol feature, do not check for extended protocol.
11013 (remote_supports_multi_process): Check for extended protocol here.
11014 (set_general_process): Likewise.
11015 (extended_remote_kill): Likewise.
11016 (remote_pid_to_str): Likewise.
11017 (remote_query_supported): Always query multiprocess mode.
11018
e714e1bf
UW
110192012-01-20 Pedro Alves <palves@redhat.com>
11020 Ulrich Weigand <ulrich.weigand@linaro.org>
11021
11022 * inferior.h (struct inferior): Add fake_pid_p.
11023 * inferior.c (exit_inferior_1): Clear fake_pid_p.
11024 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11025 magic_null_ptid since the remote side doesn't provide a real PID.
11026
50897289
TT
110272012-01-19 Tom Tromey <tromey@redhat.com>
11028
11029 * NEWS: Combine the two Python sections.
11030
1afc2033
JK
110312012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * target.h (target_close): Update comment on the target's unpush state.
11034
305436e0
PA
110352012-01-19 Pedro Alves <palves@redhat.com>
11036
11037 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11038 linux_nat_async directly instead of going through the target
11039 vector.
11040 * target.c (unpush_target): Close target after unpushing it, not
11041 before.
11042
49323895
GB
110432012-01-19 Gary Benson <gbenson@redhat.com>
11044
11045 * mdebugread.c (sort_blocks): Replace integer constants with ones
11046 derived from FIRST_LOCAL_BLOCK.
11047
1db33378
PP
110482012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11049 Jan Kratochvil <jan.kratochvil@redhat.com>
11050
11051 PR gdb/9538
11052 * symfile.c (find_separate_debug_file): New function.
11053 (terminate_after_last_dir_separator): Likewise.
11054 (find_separate_debug_file_by_debuglink): Also try realpath.
11055 * configure.ac (AC_CHECK_FUNCS): Add lstat.
11056 * configure: Regenerate.
11057 * config.in: Regenerate.
11058
f83d8a90
DE
110592012-01-18 Doug Evans <dje@google.com>
11060
11061 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11062 (main.o): Remove rule.
11063 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11064 (--with-sysroot): Rewrite.
11065 * configure: Regenerate.
11066 * config.in: Regenerate.
11067
2dbca4d6
SDJ
110682012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
11069
11070 * parse.c (initialize_expout): New function.
11071 (reallocate_expout): Likewise.
11072 (parse_exp_in_context): Use `initialize_expout' and
11073 `reallocate_expout' when appropriate.
11074
0695b514
PA
110752012-01-18 Pedro Alves <palves@redhat.com>
11076
11077 * record.c (struct record_breakpoint, record_breakpoint_p)
11078 (record_breakpoints): New.
11079 (record_insert_breakpoint, record_remove_breakpoint): Manage
11080 record breakpoints list. Only remove breakpoints from the
11081 inferior if they had been inserted there in the first place.
11082
136e1c30
DE
110832012-01-17 Doug Evans <dje@google.com>
11084
11085 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11086 if we know we don't have a file name to look for.
11087
c0bf857d
PA
110882012-01-17 Pedro Alves <palves@redhat.com>
11089
11090 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11091 the frame's stop reason is UNWIND_UNAVAILABLE.
11092
b486de60
JK
110932012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11094
11095 Fix compilation error.
11096 * m2-exp.y (yyerror): Use ANSI C prototype.
11097
d04550a6
SDJ
110982012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11099
11100 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11101 (growbuf_by_size): Likewise.
11102 (yyerror): Likewise.
11103 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11104 (modblock): Remove variable (was #if 0'ed).
11105 (parse_number): Convert prototype from K&R to ANSI C.
11106 (yyerror): Likewise.
11107 * objc-exp.y (parse_number): Likewise.
11108 (yyerror): Likewise.
11109 (yylex): Remove #if 0'ed code.
11110 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11111 (yyerror): Likewise.
11112
4aac40c8
TT
111132012-01-16 Tom Tromey <tromey@redhat.com>
11114
11115 * NEWS: Add item.
11116 * symtab.h (compare_filenames_for_search): Declare.
11117 * symtab.c (compare_filenames_for_search): New function.
11118 (iterate_over_some_symtabs): Use it.
11119 * symfile.h (struct quick_symbol_functions)
11120 <map_symtabs_matching_filename>: Change spec.
11121 * psymtab.c (partial_map_symtabs_matching_filename): Use
11122 compare_filenames_for_search. Update for new spec.
11123 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11124 compare_filenames_for_search. Update for new spec.
11125 * breakpoint.c (clear_command): Use compare_filenames_for_search.
11126
cafec441
TT
111272012-01-16 Tom Tromey <tromey@redhat.com>
11128
11129 PR python/13281:
11130 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11131 (struct main_type) <flag_flag_enum>: New field.
11132 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11133 * NEWS: Add entries.
11134 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11135 enums.
11136 * python/lib/gdb/printing.py (_EnumInstance): New class.
11137 (FlagEnumerationPrinter): Likewise.
11138
983af33b
SDJ
111392012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
11140
11141 * breakpoint.c (create_sals_from_address_default): New function.
11142 (create_breakpoints_sal_default): Likewise.
11143 (decode_linespec_default): Likewise.
11144 (is_marker_spec): Removed.
11145 (strace_marker_p): New function.
11146 (init_breakpoint_sal): Using `strace_marker_p' instead of
11147 `is_marker_spec'.
11148 (create_breakpoint): Call method `create_sals_from_address' from
11149 breakpoint_ops, replacing code that created SALs conditionally
11150 on the type of the breakpoint. Call method `create_breakpoints_sal',
11151 replacing code that created breakpoints conditionally on the type
11152 wanted.
11153 (base_breakpoint_create_sals_from_address): New function.
11154 (base_breakpoint_create_breakpoints_sal): Likewise.
11155 (base_breakpoint_decode_linespec): Likewise.
11156 (base_breakpoint_ops): Add methods
11157 `base_breakpoint_create_sals_from_address',
11158 `base_breakpoint_create_breakpoints_sal' and
11159 `base_breakpoint_decode_linespec'.
11160 (bkpt_create_sals_from_address): New function.
11161 (bkpt_create_breakpoints_sal): Likewise.
11162 (bkpt_decode_linespec): Likewise.
11163 (tracepoint_create_sals_from_address): Likewise.
11164 (tracepoint_create_breakpoints_sal): Likewise.
11165 (tracepoint_decode_linespec): Likewise.
11166 (strace_marker_create_sals_from_address): Likewise.
11167 (strace_marker_create_breakpoints_sal): Likewise.
11168 (strace_marker_decode_linespec): Likewise.
11169 (strace_marker_breakpoint_ops): New variable.
11170 (addr_string_to_sals): Remove `marker_spec'. Call method
11171 `decode_linespec' from breakpoint_ops, replacing code that decoded
11172 an address string into a SAL. Use `strace_marker_p' instead of
11173 `marker_spec'.
11174 (strace_command): Decide whether we are dealing with a static
11175 tracepoint with marker or not. Use the appropriate breakpoint_ops.
11176 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11177 * breakpoint.h (linespec_result, linespec_sals): New forward
11178 declarations.
11179 (breakpoint_ops) <create_sals_from_address>,
11180 <create_breakpoints_sal>, <decode_linespec>: New methods.
11181
4795f398
DE
111822012-01-14 Doug Evans <dje@google.com>
11183
11184 * NEWS: Update text for "maint set python print-stack".
11185 It is deprecated in gdb 7.4 and deleted in 7.5.
11186
ee5106fe
EZ
111872012-01-13 Eli Zaretskii <eliz@gnu.org>
11188
11189 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11190 including curses.h.
11191
b161e06f
JK
111922012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11193
11194 * configure: Regenerate.
11195 * config.in: Regenerate.
11196
85254831
KS
111972012-01-12 Keith Seitz <keiths@redhat.com>
11198
11199 PR mi/10586
11200 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11201 (ANONYMOUS_UNION_NAME): Define.
11202 (is_path_expr_parent): New function.
11203 (get_path_expr_parent): New function.
11204 (is_anonymous_child): New function.
11205 (create_child_with_value): If the child is anonymous and without
11206 a name, assign an object name to it.
11207 (c_describe_child): Use get_path_expr_parent to determine
11208 the parent expression.
11209 If there field represents an anonymous struct or union and
11210 has no name, set an appropriate display name and expression.
11211 (cplus_describe_child): Likewise.
11212
620fa63a
PA
112132012-01-12 Pedro Alves <palves@redhat.com>
11214
11215 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11216 available when %ebp is found to be zero (outermost).
11217
2efa2c79
AT
112182012-01-11 Andreas Tobler <andreast@fgznet.ch>
11219
11220 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11221 an internal gdb_static_assert.
11222 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11223
88e7d25d
TT
112242012-01-11 Tom Tromey <tromey@redhat.com>
11225
11226 PR gdb/9598:
11227 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11228 catch" and "catch throw".
11229
72384ba3
PH
112302012-01-11 Paul Hilfinger <hilfingr@adacore.com>
11231
11232 * blockframe.c (block_innermost_frame): Start search from selected
11233 frame, if present, or otherwise the current frame.
11234
11235 * c-exp.y (variable): Update innermost_block for
11236 'block COLONCOLON NAME' clause.
11237 * m2-exp.y (variable): Ditto.
11238 * objc-exp.y (variable): Ditto.
11239
065a711f
TT
112402012-01-10 Tom Tromey <tromey@redhat.com>
11241
11242 PR python/13199:
11243 * python/python.c (finish_python_initialization): Set sys.argv.
11244
f3f5162e
DE
112452012-01-10 Doug Evans <dje@google.com>
11246
11247 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
11248 "want_line_info". All callers updated.
11249 (dwarf_decode_lines_1): New function.
11250 (handle_DW_AT_stmt_list): Add function comment.
11251 New arg "want_line_info". All callers updated.
11252 (read_file_scope,read_type_unit_scope): Move comment from
11253 handle_DW_AT_stmt_list to here.
11254
9934703b
JK
112552012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 Fix regression after libiberty/ update for GCC PR 6057 and others.
11258 * c-exp.y (operator) <OPERATOR DELETE>
11259 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11260 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11261 (make_builtin_type, make_name): New variable i, add gdb_assert.
11262 (operator) <OPERATOR NEW>: Update ARGS to 3.
11263 (operator) <OPERATOR DELETE>: Add trailing space.
11264 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11265 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11266 * cp-support.c (cp_canonicalize_string): Check NULL from
11267 cp_comp_to_string, call warning and return.
11268
06b9f45f
JK
112692012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11270
11271 Fix duplicate .o files after omitting libbfd.a.
11272 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11273 (SFILES): Add corelow.c.
11274 (COMMON_OBS): Add corelow.o.
11275 (ALLDEPFILES): Remove corelow.c.
11276 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11277 * config/alpha/alpha-osf3.mh: Likewise.
11278 * config/alpha/fbsd.mh: Likewise.
11279 * config/arm/nbsdaout.mh: Likewise.
11280 * config/arm/nbsdelf.mh: Likewise.
11281 * config/i386/i386gnu.mh: Likewise.
11282 * config/ia64/hpux.mh: Likewise.
11283 * config/ia64/linux.mh: Likewise.
11284 * config/m32r/linux.mh: Likewise.
11285 * config/m68k/linux.mh: Likewise.
11286 * config/mips/irix5.mh: Likewise.
11287 * config/mips/irix6.mh: Likewise.
11288 * config/pa/hpux.mh: Likewise.
11289 * config/pa/linux.mh: Likewise.
11290 * config/powerpc/aix.mh: Likewise.
11291 * config/sparc/linux.mh: Likewise.
11292 * config/sparc/linux64.mh: Likewise.
11293 * config/sparc/sol2.mh: Likewise.
11294 * config/vax/vax.mh: Likewise.
11295 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11296 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11297 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11298 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11299 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11300 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11301 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11302 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11303 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11304 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11305 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11306 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11307 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11308 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11309 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11310 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11311 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11312 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11313 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11314 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11315 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11316 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11317 corelow.o from gdb_target_obs.
11318 * corefile.c (core_target): Update the comment on NULL value.
11319 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11320 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11321 MATCHES. Drop YUMMY set on NULL.
11322 (core_close): Do not call exit_inferior_silent on zero PID. Do not
11323 reclaim CORE_DATA if it is already NULL.
11324
34365054
DE
113252012-01-09 Doug Evans <dje@google.com>
11326
11327 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11328 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11329
696166a3
KS
113302012-01-09 Keith Seitz <keiths@redhat.com>
11331
11332 * breakpoint.c (wrapper.h): Don't include.
11333
8e7b59a5
KS
113342012-01-09 Keith Seitz <keiths@redhat.com>
11335
11336 * Makefile.in (SFILES): Remove wrapper.c.
11337 (HFILES_NO_SRCDIR): Remove wrapper.h.
11338 (COMMON_OBS): Remove wrapper.o.
11339 * cli/cli-interp.c: Don't inlude wrapper.h.
11340 * corelow.c: Likewise.
11341 (core_open): Replace gdb_target_find_new_threads with
11342 TRY_CATCH around target_find_new_threads.
11343 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11344 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11345 * varobj.c (varobj_create): Likewise for parse_exp_1 and
11346 evaluate_expression.
11347 (varobj_set_value): Likewise for evaluate_expression and
11348 value_assign.
11349 (install_new_variable): Likewise for value_fetch_lazy.
11350 (adjust_value_for_child_access): Likewise for value_ind.
11351 (c_describe_child): Likewise for value_subscript and
11352 value_ind.
11353 (c_value_of_root): Likewise for evaluate_expression.
11354 * wrapper.c: Remove.
11355 * wrapper.h: Remove.
11356
1a4eeb98
DE
113572012-01-09 Doug Evans <dje@google.com>
11358
9ff913ba
DE
11359 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11360 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
11361 "abfd" args with "section". All callers updated.
11362 Error checking code moved ...
11363 (error_check_comp_unit_head): ... here. New function.
11364 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11365 Delete arg "abfd". New arg "type_offset". All callers updated.
11366 (create_debug_types_hash_table): Simplify by using
11367 read_and_check_type_unit_head.
11368
1a4eeb98
DE
11369 * parser-defs.h (namecopy): Delete.
11370 * parse.c (namecopy, namecopy_size): Move into copy_name.
11371
2e6af8c0
JK
113722012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 Partially fix duplicate .o files after omitting libbfd.a.
11375 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11376 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11377 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11378 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11379 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11380 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11381 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11382
9f2f828a
PA
113832012-01-09 Pedro Alves <palves@redhat.com>
11384
11385 * MAINTAINERS: Update my email address.
11386
4d72c0bc
DE
113872012-01-08 Doug Evans <dje@google.com>
11388
d467dd73
DE
11389 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
11390 n_type_units. Rename type_comp_units to all_type_units.
11391 All uses updated.
11392 (add_signatured_type_cu_to_table): Renamed from
11393 add_signatured_type_cu_to_list. All callers updated.
11394
4d72c0bc
DE
11395 * gdbtypes.h (struct cplus_struct_type): Delete member
11396 nfn_fields_total. All uses removed.
11397
21b2bd31
DE
113982012-01-06 Doug Evans <dje@google.com>
11399
11400 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
11401 to top of file.
11402 (dwarf2_find_comp_unit): Delete.
11403 (process_psymtab_comp_unit): Make result "void".
11404 Delete args buffer, info_ptr, buffer_size, and replace with
11405 "section". All callers updated.
11406 (dwarf2_build_psymtabs_hard): Simplify.
11407
bfd189b1
SDJ
114082012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
11409 Thiago Jung Bauermann <bauerman@br.ibm.com>
11410
11411 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
11412 before `struct gdb_exception'.
11413 * breakpoint.c (update_global_location_list_nothrow)
11414 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
11415 * cp-abi.c (value_rtti_type): Likewise.
11416 * cp-support.c (cp_validate_operator): Likewise.
11417 * infrun.c (insert_exception_resume_breakpoint)
11418 (check_exception_resume, keep_going): Likewise.
11419 * mi-interp.c (mi_breakpoint_created)
11420 (mi_breakpoint_modified): Likewise.
11421 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
11422 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
11423 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
11424
6b07635f
DE
114252012-01-05 Doug Evans <dje@google.com>
11426
0b30b85c
DE
11427 * dwarf2read.c (statement_prologue): Delete, unused.
11428
98714339
DE
11429 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
11430 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
11431
6b07635f
DE
11432 * dwarf2read.c (comp_unit_header): Delete, unused.
11433
761f4555
UW
114342012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
11435
11436 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
11437 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
11438
2ca0b532
PA
114392012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
11440
11441 * infrun.c (normal_stop): Don't skip calling the normal_stop
11442 observers if the thread was doing a multi-step, but stopped for
11443 some reason other than stepping.
11444
50aeff07
PA
114452012-01-05 Pedro Alves <alves.ped@gmail.com>
11446
11447 * cli/cli-decode.h: Add comments.
11448 (CMD_LIST_AMBIGUOUS): Moved to command.h
11449 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
11450 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
11451 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
11452 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
11453 (add_com, add_com_alias, add_info, add_info_alias)
11454 (complete_on_cmdlist, complete_on_enum, help_list): Remove
11455 declarations.
11456 * command.h: Add and adjust comments.
11457 (CMD_LIST_AMBIGUOUS): Moved here.
11458 (help_cmd, help_cmd_list): Delete declarations.
11459
5953832c
DE
114602012-01-04 Doug Evans <dje@google.com>
11461
e5fe5e75
DE
11462 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
11463 All callers updated.
11464 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
11465 Replace all arguments with "per_cu". All callers updated.
11466
28dee7f5
DE
11467 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
11468
23745b47
DE
11469 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
11470 New arg "per_cu". All callers updated.
11471
5953832c
DE
11472 Delete #if 0'd out code.
11473 * language.c (binop_result_type): Delete.
11474 (simple_type, ordered_type, same_type, integral_type): Delete.
11475 (numeric_type, character_type, string_type, boolean_type): Delete.
11476 (float_type, structured_type): Delete.
11477 * language.h: Update.
11478
0f5b7562
TT
114792012-01-04 Tom Tromey <tromey@redhat.com>
11480
11481 * python/py-value.c (valpy_binop): Initialize 'res_val'.
11482
78218f56
JB
114832012-01-04 Joel Brobecker <brobecker@adacore.com>
11484
11485 * corefile.c (close_exec_file): Delete.
11486 (reopen_exec_file): Remove commented out code that seems related
11487 to close_exec_file, which is being deleted here.
11488 * inferior.h (close_exec_file): Delete.
11489 * fork-child.c (fork_inferior): Remove call to fork_inferior.
11490
0fcd72ba
JB
114912012-01-04 Joel Brobecker <brobecker@adacore.com>
11492
11493 * ada-lang.c: #include "cli/cli-utils.h".
11494 (get_selections): Use skip_spaces.
11495 (ada_get_next_arg): Use skip_spaces and skip_to_space.
11496 (catch_ada_exception_command_split): Use skip_spaces.
11497 (ada_decode_assert_location): Likewise.
11498
1dabb4c4
JB
114992012-01-04 Joel Brobecker <brobecker@adacore.com>
11500
11501 * linespec.c (decode_line_internal): Check for C++ or Java
11502 compound constructs only if the current language is C, C++
11503 or Java.
11504
5931a2fa
JK
115052012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11506
11507 Revert:
11508 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11509 Joel Brobecker <brobecker@adacore.com>
11510 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11511 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11512 3 times.
11513 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11514 fall through into AT_ENTRY_POINT.
11515 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11516 DUMMY_ADDR with it.
11517 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11518 PPC_INSN_SIZE skip to 3 times.
11519
1a2da5ee
JB
115202012-01-04 Joel Brobecker <brobecker@adacore.com>
11521
11522 * linespec.c (add_minsym): Preserve function descriptors.
11523
8645ff69
UW
115242012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
11525
11526 * breakpoint.c (all_locations_are_pending): Consider locations
11527 in program spaces executing during startup pending as well.
11528
0b302171
JB
115292012-01-04 Joel Brobecker <brobecker@adacore.com>
11530
11531 Copyright year update in most files of the GDB Project.
11532
8ba098ad
JB
115332012-01-04 Joel Brobecker <brobecker@adacore.com>
11534
11535 * copyright.sh: Delete.
11536 * copyright.py: Rewrite.
11537
09c01c30
JB
115382012-01-04 Joel Brobecker <brobecker@adacore.com>
11539
11540 * gnulib/extra/update-copyright: New file, imported from gnulib.
11541
3c36c0af
JB
115422012-01-04 Joel Brobecker <brobecker@adacore.com>
11543
11544 * README (Copyright and License Notices): New section.
11545
888fe1e1
TT
115462012-01-03 Tom Tromey <tromey@redhat.com>
11547
11548 PR python/12533:
11549 * python/py-value.c (valpy_dereference, valpy_get_address
11550 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
11551 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
11552 (valpy_absolute, valpy_richcompare): Free intermediate values.
11553
6e681866
JB
115542011-01-03 Joel Brobecker <brobecker@adacore.com>
11555
11556 * ada-lang.c: Reformat the copyright notice.
11557
0cd09acb
JK
115582012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11559
11560 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
11561 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
11562 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
11563 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
11564 Revert this part of:
11565 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11566 Build gdb directly from *.o files not using libgdb.a.
11567 * Makefile.in (COMMON_OBS): Remove solib-target.o.
11568
12c3e59c
JB
115692012-01-02 Joel Brobecker <brobecker@adacore.com>
11570
11571 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
11572 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
11573 Reformat the copyright header.
11574
11bf1490
JK
115752012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 Revert this part of:
11578 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11579 Remove the gdbtui binary.
11580 * gdb.c (main): Remove args.interpreter_p initialization.
11581 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11582 * main.h (struct captured_main_args): Remove interpreter_p.
11583
1fef196f
JB
115842012-01-02 Joel Brobecker <brobecker@adacore.com>
11585
11586 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
11587
67827812
JB
115882012-01-02 Joel Brobecker <brobecker@adacore.com>
11589
11590 * top.c (print_gdb_version): Update copyright year.
11591
a4d0b831
YQ
115922012-01-02 Yao Qi <yao@codesourcery.com>
11593
11594 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
11595
b5914469
JK
115962012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11597 Joel Brobecker <brobecker@adacore.com>
11598
11599 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
11600 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
11601 3 times.
11602 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
11603 fall through into AT_ENTRY_POINT.
11604 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
11605 DUMMY_ADDR with it.
11606 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
11607 PPC_INSN_SIZE skip to 3 times.
11608
8da828f7
JK
116092012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
11612 the return value.
11613 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
11614
8574e74b
JK
116152012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11616
11617 Build gdb directly from *.o files not using libgdb.a.
11618 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
11619 (COMMON_OBS): Remove solib-target.o.
11620 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
11621 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
11622 (LIBGDB_OBS, libgdb.a): Move it above.
11623 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
11624 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
11625 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
11626 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
11627 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
11628 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
11629 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
11630 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
11631 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
11632 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
11633 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
11634 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
11635 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
11636 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
11637 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11638 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
11639 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
11640 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11641 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
11642 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
11643 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
11644 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
11645 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
11646 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
11647 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
11648 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
11649 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
11650
217bff3e
JK
116512012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11652
11653 Remove the gdbtui binary.
11654 * .gitignore (/gdbtui): Remove.
11655 * Makefile.in (TUI): Remove.
11656 (SUBDIR_TUI_OBS): Remove tui-main.o.
11657 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
11658 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
11659 (tui-main.o): Remove.
11660 (all_object_files): Remove tui-main.o.
11661 * NEWS: New note for the gdbtui removal.
11662 * configure: Rebuilt.
11663 * configure.ac: No longer add all-tui, clean-tui, install-tui and
11664 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
11665 CONFIG_UNINSTALL respectively.
11666 * gdb.c (main): Remove args.interpreter_p initialization.
11667 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
11668 * main.h (struct captured_main_args): Remove interpreter_p.
11669 * tui/tui-main.c: Remove.
11670
9cdd5dbd
DE
116712012-01-01 Doug Evans <dje@google.com>
11672
bb5ed363
DE
11673 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
11674 (dwarf2_physname, read_import_statement): Ditto.
11675 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
11676 (process_structure_scope read_subroutine_type): Ditto.
11677 (read_typedef, load_partial_dies, read_partial_die): Ditto.
11678 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
11679 (dwarf2_fetch_die_location_block): Ditto.
11680 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
11681
a0f42c21
DE
11682 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
11683 All callers updated.
11684 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
11685 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
11686 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
11687
2dc860c0
DE
11688 * dwarf2read.c (load_cu): Move assert to more useful location.
11689
68dc6402
DE
11690 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
11691 All callers updated.
11692
9cdd5dbd
DE
11693 * dwarf2read.c (dwarf2_per_objfile): Add comment.
11694 (dwarf2_elf_names): Minor reformat.
11695 (dwarf2_per_cu_data): Tweak comment.
11696 (dwarf2_read_section): Fix comment.
11697 (create_all_comp_units): Fix comment.
11698 (load_full_comp_unit): Fix comment.
11699 (process_full_comp_unit): Fix comment.
11700 (read_signatured_type): Fix comment.
11701
0c10e53e 11702For older changes see ChangeLog-2011.
c906108c
SS
11703\f
11704Local Variables:
11705mode: change-log
11706left-margin: 8
11707fill-column: 74
11708version-control: never
57da7796 11709coding: utf-8
c906108c 11710End:
This page took 1.913739 seconds and 4 git commands to generate.