* cleanups.h (struct cleanup): Move to cleanups.c.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-04-19 Doug Evans <dje@google.com>
2
3 * cleanups.h (struct cleanup): Move to cleanups.c.
4 (make_cleanup_dtor_ftype): New typedef.
5 (make_cleanup_dtor): Use it.
6 (ALL_CLEANUPS): Replace with ...
7 (all_cleanups): ... this. Declare. All uses updated.
8 * cleanups.c: #include "gdb_assert.h".
9 (sentinel_cleanup): New static global.
10 (SENTINEL_CLEANUP): Define.
11 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
12 (make_my_cleanup2): Assert result is non-NULL.
13 (all_cleanups): New function.
14 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
15 of NULL.
16
17 2012-04-19 Pedro Alves <palves@redhat.com>
18
19 * Makefile.in (GNULIB_BUILDDIR): New.
20 (LIBGNU, INCGNU, GNULIB_H): Adjust.
21 (SUBDIRS): Add $(GNULIB_BUILDDIR).
22 (CLEANDIRS). Remove gnulib/import.
23 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
24 (all-lib): Ditto.
25 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
26 (gnulib/import/Makefile): Replace gnulib/import with
27 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
28 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
29 (aclocal_m4_deps): Remove the gnulib dependencies. Add
30 acx_configure_dir.m4.
31 * acinclude.m4: Include acx_configure_dir.m4.
32 * acx_configure_dir.m4: New file.
33 * aclocal.m4: Regenerate.
34 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
35 calls. Configure gnulib using ACX_CONFIGURE_DIR.
36 (GNULIB): New variable.
37 (GNULIB_STDINT_H): Adjust.
38 (AC_OUTPUT): Don't output gnulib/Makefile.
39 * gdb/defs.h: Include build-gnulib/config.h.
40 * acx_configure_dir.m4: New file.
41 * aclocal.m4: Regenerate.
42 * config.in: Regenerate.
43 * configure: Regenerate.
44
45 * gnulib/Makefile.in: New file.
46 * gnulib/configure.ac: New file.
47 * gnulib/aclocal.m4: New file.
48 * gnulib/config.in: New file.
49 * gnulib/configure: New file.
50 * gnulib/: Re-run gnulib-tool to adjust.
51
52 2012-04-19 Pedro Alves <palves@redhat.com>
53
54 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
55 Adjust paths to gnulib imported files.
56
57 2012-04-19 Pedro Alves <palves@redhat.com>
58
59 * gnulib/: Move whole directory ...
60 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
61 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
62 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
63 (aclocal_m4_deps): Adjust.
64 * aclocal.m4: Regenerate.
65 * configure: Regenerate.
66 * configure.ac: Adjust AC_OUTPUT output.
67
68 2012-04-19 Yao Qi <yao@codesourcery.com>
69
70 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
71 (vec.o): New rule.
72 * vec.c: Move it ...
73 * common/vec.c: ... here.
74 * vec.h: Move it ...
75 * common/vec.h: ... here.
76
77 2012-04-19 Yao Qi <yao@codesourcery.com>
78
79 * gdb-code-style.el: New.
80
81 2012-04-18 Pedro Alves <palves@redhat.com>
82
83 Update gnulib from latest git.
84 (639ea5ae15e39fe48d43e04864b2997301e4b969)
85
86 * gnulib/Makefile.am: Update.
87 * gnulib/dummy.c: Update.
88 * gnulib/extra/arg-nonnull.h: Update.
89 * gnulib/extra/c++defs.h: Update.
90 * gnulib/extra/update-copyright: Update.
91 * gnulib/extra/warn-on-use.h: Update.
92 * gnulib/inttypes.in.h: Update.
93 * gnulib/m4/00gnulib.m4: Update.
94 * gnulib/m4/extensions.m4: Update.
95 * gnulib/m4/gnulib-cache.m4: Update.
96 * gnulib/m4/gnulib-common.m4: Update.
97 * gnulib/m4/gnulib-comp.m4: Update.
98 * gnulib/m4/gnulib-tool.m4: Update.
99 * gnulib/m4/include_next.m4: Update.
100 * gnulib/m4/inttypes-pri.m4: Update.
101 * gnulib/m4/inttypes.m4: Update.
102 * gnulib/m4/longlong.m4: Update.
103 * gnulib/m4/memchr.m4: Update.
104 * gnulib/m4/memmem.m4: Update.
105 * gnulib/m4/mmap-anon.m4: Update.
106 * gnulib/m4/multiarch.m4: Update.
107 * gnulib/m4/onceonly.m4: Update.
108 * gnulib/m4/stddef_h.m4: Update.
109 * gnulib/m4/stdint.m4: Update.
110 * gnulib/m4/string_h.m4: Update.
111 * gnulib/m4/warn-on-use.m4: Update.
112 * gnulib/m4/wchar_h.m4: Update.
113 * gnulib/m4/wchar_t.m4: Update.
114 * gnulib/m4/wint_t.m4: Update.
115 * gnulib/memchr.c: Update.
116 * gnulib/memmem.c: Update.
117 * gnulib/stddef.in.h: Update.
118 * gnulib/stdint.in.h: Update.
119 * gnulib/str-two-way.h: Update.
120 * gnulib/string.in.h: Update.
121 * gnulib/wchar.in.h: Update.
122
123 * gnulib/extra/arg-nonnull.h: Delete.
124 * gnulib/extra/c++defs.h: Delete.
125 * gnulib/extra/warn-on-use.h: Delete.
126 * gnulib/m4/wchar_h.m4: Delete.
127 * gnulib/m4/wint_t.m4: Delete.
128 * gnulib/wchar.in.h: Delete.
129
130 * gnulib/extra/snippets/arg-nonnull.h: New.
131 * gnulib/extra/snippets/c++defs.h: New.
132 * gnulib/extra/snippets/warn-on-use.h: New.
133
134 * aclocal.m4: Regenerate.
135 * config.in: Regenerate.
136 * configure: Regenerate.
137 * gnulib/Makefile.in: Regenerate.
138
139 2012-04-18 Pedro Alves <palves@redhat.com>
140
141 Reimport the update-copyright module from gnulib
142 (250b80067c1e1d8faa0c42fb572f721975b929c5).
143
144 * configure: Regenerate.
145 * gnulib/Makefile.am: Update.
146 * gnulib/Makefile.in: Regenerate.
147 * gnulib/extra/update-copyright: Update.
148 * gnulib/m4/gnulib-cache.m4: Update.
149 * gnulib/m4/gnulib-comp.m4: Update.
150
151 2012-04-18 Tristan Gingold <gingold@adacore.com>
152
153 * configure.ac (aix): Put -lpthread into libs.
154 * configure: Regenerate.
155
156 2012-04-18 Tom Tromey <tromey@redhat.com>
157
158 * linespec.c (convert_linespec_to_sals): Don't use
159 SYMBOL_OBJ_SECTION.
160 (compare_msymbols): Arguments are minsym_and_objfile, not
161 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
162
163 2012-04-18 Pedro Alves <palves@redhat.com>
164
165 Revert gnulib/ part of:
166 2011-01-01 Joel Brobecker <brobecker@adacore.com>
167 Copyright year update in most files (performed by copyright.sh).
168
169 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
170
171 Fix 64-bit constants on 32-bit hosts.
172 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
173 from unsigned long to ULONGEST.
174 (read_signed_leb128): Change declaration return type from long to
175 LONGEST.
176 (dwarf2_const_value_attr): Change declaration parameter value from long
177 to LONGEST.
178 (dwarf2_compute_name): Change variable value from long to LONGEST.
179 (read_unsigned_leb128): Change return type, variable result and some
180 casts from unsigned long to ULONGEST.
181 (read_signed_leb128): Change return type, variable result and some
182 casts from long to LONGEST.
183 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
184 value from long to LONGEST.
185 (dwarf2_const_value): Change variable value from long to LONGEST.
186 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
187 plongest and hex_string.
188 * symtab.h (struct general_symbol_info): Change ivalue from long to
189 LONGEST, remove the comment.
190 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
191 Change SYMBOL_VALUE format strings to use plongest and hex_string.
192
193 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
194
195 PR symtab/7259:
196 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
197 * ada-lang.c (ada_discrete_type_high_bound)
198 (ada_discrete_type_low_bound): Fix function comment. Use
199 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
200 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
201 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
202 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
203 Use TYPE_FIELD_ENUMVAL.
204 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
205 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
206 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
207 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
208 TYPE_CODE_ENUM.
209 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
210 * dwarf2read.c (process_enumeration_scope): Likewise.
211 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
212 field.bitpos.
213 (class StructMainTypePrettyPrinter): Support also
214 FIELD_LOC_KIND_ENUMVAL.
215 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
216 TYPE_CODE_ENUM.
217 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
218 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
219 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
220 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
221 field enumval.
222 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
223 accommodate enumval.
224 (struct call_site): Adjust loc_kind to accommodate enumval.
225 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
226 (TYPE_FIELD_ENUMVAL): New macros.
227 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
228 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
229 TYPE_CODE_ENUM.
230 * p-typeprint.c (pascal_type_print_base): Likewise.
231 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
232 enumval.
233 * python/lib/gdb/types.py (make_enum_dict): Likewise.
234 * python/py-type.c (convert_field): New variable addrstring. Use
235 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
236 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
237 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
238 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
239 TYPE_CODE_ENUM.
240 * valprint.c (generic_val_print): Likewise.
241
242 2012-04-17 Doug Evans <dje@google.com>
243
244 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
245
246 * dwarf2read.c: Whitespace fixes.
247 (lookup_signatured_type): Tweak comment.
248 (get_die_type_at_offset): Fix comment.
249
250 2012-04-17 Joel Brobecker <brobecker@adacore.com>
251
252 * xcoffread.c (xcoff_secnum_to_sections): New function.
253 (secnum_to_section, secnum_to_bfd_section): Reimplement
254 using xcoff_secnum_to_sections. Rename "secnum" parameter
255 into "n_scnum".
256 (RECORD_MINIMAL_SYMBOL): Delete.
257 (record_minimal_symbol): New function.
258 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
259 by call to record_minimal_symbol and set misc_func_recorded
260 to 1. Set last_csect_sec to the XCOFF section index instead
261 of GDB's section_offset index. Update calls to
262 prim_record_minimal_symbol_and_info to pass the BFD section
263 as well.
264
265 2012-04-17 Joel Brobecker <brobecker@adacore.com>
266
267 * xcoffread.c (read_xcoff_symtab): Delete variables
268 last_csect_val and last_csect_sec and associated code.
269
270 2012-04-17 Doug Evans <dje@google.com>
271
272 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
273 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
274 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
275 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
276
277 * cleanups.h: New file.
278 * cleanups.c: New file.
279 * Makefile.in (SFILES): Add cleanups.c.
280 (HFILES_NO_SRCDIR): Add cleanups.h.
281 (COMMON_OBS): Add cleanups.o.
282 * defs.h (struct cleanup): Moved to cleanups.h.
283 (do_cleanups,do_final_cleanups): Ditto.
284 (discard_cleanups,discard_final_cleanups): Ditto
285 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
286 (save_cleanups,save_final_cleanups): Ditto.
287 (restore_cleanups,restore_final_cleanups): Ditto.
288 (null_cleanup): Ditto.
289 (make_my_cleanup,make_my_cleanup2): Ditto.
290 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
291 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
292 (do_cleanups,do_final_cleanups): Ditto.
293 (discard_cleanups,discard_final_cleanups): Ditto
294 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
295 (save_cleanups,save_final_cleanups): Ditto.
296 (restore_cleanups,restore_final_cleanups): Ditto.
297 (null_cleanup): Ditto.
298 (make_my_cleanup,make_my_cleanup2): Ditto.
299 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
300
301 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
302 make_my_cleanup.
303 (make_cleanup_dyn_string_delete): Ditto.
304 (make_cleanup_ui_file_delete): Ditto.
305 (make_cleanup_ui_out_redirect_pop): Ditto.
306 (make_cleanup_free_section_addr_info): Ditto.
307 (make_cleanup_restore_integer): Ditto.
308 (make_cleanup_unpush_target): Ditto.
309 (make_cleanup_value_free_to_mark): Ditto.
310 (make_cleanup_value_free): Ditto.
311 (make_cleanup_free_so): Ditto.
312
313 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 New option "set debug auto-load".
316 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
317 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
318 (auto_load_safe_path_vec_update)
319 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
320 if DEBUG_AUTO_LOAD.
321 (file_is_auto_load_safe): New parameters debug_fmt and ....
322 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
323 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
324 caller by explanatory string.
325 (_initialize_auto_load): Register "set debug auto-load".
326 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
327 and ....
328 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
329 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
330 by explanatory string.
331 * main.c (captured_main): Likewise.
332 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
333 (source_section_scripts): Likewise.
334
335 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
336
337 New option "set auto-load safe-path".
338 * NEWS: New commands "set auto-load safe-path"
339 and "show auto-load safe-path".
340 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
341 (auto_load_safe_path, auto_load_safe_path_vec)
342 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
343 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
344 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
345 (source_gdb_script_for_objfile): New variable is_safe. Call
346 file_is_auto_load_safe. Return if it is not.
347 (struct loaded_script): New field loaded.
348 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
349 (print_script): Use LOADED indicator instead of FULL_PATH. Change
350 output "Missing" to "No".
351 (_initialize_auto_load): New variable cmd. Initialize
352 auto_load_safe_path. Register "set auto-load safe-path",
353 "show auto-load safe-path" and "add-auto-load-safe-path".
354 * auto-load.h (maybe_add_script): Add parameter loaded.
355 (file_is_auto_load_safe): New declaration.
356 * config.in: Regenerate.
357 * configure: Regenerate.
358 * configure.ac: New parameters --with-auto-load-safe-path
359 and --without-auto-load-safe-path.
360 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
361 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
362 * main.c (captured_main): Check file_is_auto_load_safe for
363 LOCAL_GDBINIT.
364 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
365 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
366 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
367 not.
368
369 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
370
371 auto-load: Implementation.
372 * NEWS: New descriptions for "info auto-load",
373 "info auto-load gdb-scripts", "info auto-load python-scripts",
374 "info auto-load local-gdbinit" and "info auto-load libthread-db".
375 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
376 and "show auto-load-scripts". New description for "set auto-load",
377 "show auto-load", "set auto-load gdb-scripts",
378 "show auto-load gdb-scripts", "set auto-load python-scripts",
379 "show auto-load python-scripts", "set auto-load local-gdbinit",
380 "show auto-load local-gdbinit", "set auto-load libthread-db" and
381 "show auto-load libthread-db".
382 * auto-load.c: Remove include python/python-internal.h. Add includes
383 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
384 cli/cli-setshow.h.
385 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
386 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
387 (gdbpy_global_auto_load): Rename to ...
388 (global_auto_load): ... here.
389 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
390 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
391 (script_language_gdb, source_gdb_script_for_objfile): New.
392 (struct loaded_script): New field language.
393 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
394 LANGUAGE.
395 (maybe_add_script): Add parameter language. Drop redundant
396 entry.full_path initialization. Initialize entry.language and
397 (*slot)->language.
398 (auto_load_objfile_script): Change parameter suffix to language.
399 Remove the call of maybe_add_script.
400 Call language->source_script_for_objfile.
401 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
402 New.
403 (collect_matching_scripts): Adjust it for
404 struct collect_matching_scripts_data.
405 (auto_load_info_scripts_pattern_nl): New variable.
406 (info_auto_load_scripts): Rename to ...
407 (auto_load_info_scripts): ... here, add parameter language. Adjust it
408 for struct collect_matching_scripts_data.
409 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
410 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
411 (auto_load_show_cmdlist_get, info_auto_load_cmd)
412 (auto_load_info_cmdlist_get): New.
413 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
414 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
415 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
416 "info auto-load local-gdbinit".
417 * auto-load.h (struct script_language): New.
418 (gdbpy_global_auto_load): Rename to ...
419 (global_auto_load): ... here.
420 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
421 (auto_load_local_gdbinit_loaded): New declarations.
422 (maybe_add_script): New parameter language.
423 (auto_load_objfile_script): Change parameter suffix to language.
424 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
425 (auto_load_info_scripts, auto_load_set_cmdlist_get)
426 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
427 declarations.
428 * linux-thread-db.c: Include auto-load.h and ctype.h.
429 (auto_load_thread_db, show_auto_load_thread_db): New.
430 (struct thread_db_info): New field filename.
431 (delete_thread_db_info): Call xfree for FILENAME.
432 (try_thread_db_load): Initialize FILENAME.
433 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
434 if !AUTO_LOAD_THREAD_DB.
435 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
436 (_initialize_thread_db): Install auto_load_thread_db
437 as "set auto-load libthread-db" and install info_auto_load_libthread_db
438 as "info auto-load libthread-db".
439 * main.c (captured_main): Rename gdbpy_global_auto_load to
440 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
441 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
442 (print_gdb_help): Extend the help for 'local init file'.
443 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
444 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
445 (auto_load_scripts): Rename to ...
446 (auto_load_python_scripts): ... here, update the comment.
447 (gdbpy_load_auto_script_for_objfile): New declaration.
448 (show_auto_load_python_scripts, script_language_python)
449 (gdbpy_load_auto_script_for_objfile): New.
450 (source_section_scripts): Refactor the code.
451 (load_auto_scripts_for_objfile): Rename to ...
452 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
453 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
454 (info_auto_load_python_scripts): New.
455 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
456 Rename "set auto-load-scripts" to "set auto-load python-scripts".
457 Register "set auto-load-scripts" as its deprecated alias. Register
458 "info auto-load python-scripts". Register "info auto-load-scripts" as
459 its deprecated alias.
460 (load_auto_scripts_for_objfile): Rename to ...
461 (gdbpy_load_auto_scripts_for_objfile): ... here.
462 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
463 (gdbpy_load_auto_scripts_for_objfile): ... here.
464
465 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 auto-load: Move files.
468 * Makefile.in (SFILES): Add auto-load.c.
469 (HFILES_NO_SRCDIR): Add auto-load.h.
470 (COMMON_OBS): Add auto-load.o.
471 (distclean): Change .gdbinit for gdb-gdb.gdb.
472 * auto-load.c: New file, with parts from python/py-auto-load.c.
473 * auto-load.h: New file, with parts from python/python.h.
474 * configure: Regenerate.
475 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
476 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
477 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
478 * main.c: Include auto-load.h.
479 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
480 command.h, observer.h and progspace.h to auto-load.c. Add include
481 auto-load.h.
482 (gdbpy_global_auto_load, struct auto_load_pspace_info)
483 (struct loaded_script, auto_load_pspace_data)
484 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
485 (hash_loaded_script_entry, eq_loaded_script_entry)
486 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
487 (maybe_add_script): Move to auto-load.c.
488 (source_section_scripts): Change maybe_add_script parameters passing,
489 use script_not_found_warning_print.
490 (clear_section_scripts, auto_load_objfile_script)
491 (auto_load_new_objfile, loaded_script_ptr)
492 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
493 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
494 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
495 auto_load_new_objfile and info_auto_load_scripts initizations to
496 auto-load.c.
497 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
498
499 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Code cleanup.
502 * charset.c (find_charset_names): Remove variables ix and elt.
503 Use free_char_ptr_vec.
504 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
505 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
506 debugdir_end. New variable debugdir_len.
507 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
508 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
509 declarations.
510 * progspace.c (clear_program_space_solib_cache): Remove variables ix
511 and elt. Use free_char_ptr_vec.
512 * source.c (add_path): Remove variables argv, arg and argv_index.
513 New variables dir_vec, back_to, ix and name.
514 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
515 make_cleanup_freeargv. Remove variable separator. Simplify the code
516 no longer expecting DIRNAME_SEPARATOR.
517 (openp): Remove variable p, p1 and len. New variables dir_vec,
518 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
519 no longer expecting DIRNAME_SEPARATOR.
520 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
521 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
522 debugdir_end.
523 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
524 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
525 (dirnames_to_char_ptr_vec): New functions.
526
527 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 Code cleanup.
530 * source.c (add_path): Remove always true conditional 'p == 0' and
531 unindent its code block.
532
533 2012-04-17 Pedro Alves <palves@redhat.com>
534
535 * gdbtypes.h (FIELD_BITPOS): Rename to ...
536 (FIELD_BITPOS_LVAL): ... this.
537 (FIELD_BITPOS): New.
538 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
539 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
540 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
541 SET_FIELD_BITPOS.
542 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
543 SET_FIELD_BITPOS.
544 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
545 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
546 * target-descriptions.c (tdesc_gdb_type): Adjust to use
547 SET_FIELD_BITPOS.
548
549 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
550
551 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
552 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
553 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
554 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
555 * jv-lang.c (java_link_class_type): Likewise, once.
556 * stabsread.c (read_enum_type): Likewise.
557
558 2012-04-16 Yao Qi <yao@codesourcery.com>
559
560 * common/agent.c (agent_run_command): Add one more parameter `len'.
561 Update callers.
562 * common/agent.h: Update declaration.
563 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
564 Update.
565 (linux_child_static_tracepoint_markers_by_strid): Ditto.
566
567 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
568
569 PR mi/13393
570 * value.c (value_actual_type): New function.
571 * value.h (value_actual_type): New declaration.
572 * varobj.c (update_type_if_necessary): New function.
573 (varobj_create): Call value_actual_type instead of
574 value_type.
575 (install_dynamic_child): distinct changed and type changed MI variable
576 objects.
577 (update_dynamic_varobj_children): Updated for install_dynamic_child
578 change. All callers updated.
579 (varobj_update): Support for MI variable object type change if
580 the value changed and RTTI is used to determine the type.
581 (create_child_with_value): Call value_actual_type instead of
582 value_type.
583 (adjust_value_for_child_access): Extended with a new parameter which
584 specify whether the given value should be casted to enclosing type.
585 All callers updated.
586
587 2012-04-14 Yao Qi <yao@codesourcery.com>
588
589 Import gnulib module inttypes from git
590 (250b80067c1e1d8faa0c42fb572f721975b929c5)
591 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
592 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and gnulib/m4/inttypes-pri.m4
593 * aclocal.m4, config.in, configure: Regenerated.
594 * gnulib/Makefile.am: Update.
595 * gnulib/Makefile.in: Update.
596 * gnulib/m4/gnulib-cache.m4: Update.
597 * gnulib/m4/gnulib-comp.m4: Update.
598 * gnulib/inttypes.in.h: New.
599 * gnulib/m4/inttypes-pri.m4: New.
600 * gnulib/m4/inttypes.m4: New.
601
602 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
603
604 * infrun.c (resume): Update PC address to the real PC after
605 preparing to do displaced stepping.
606
607 2012-04-12 Doug Evans <dje@google.com>
608
609 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
610 All callers updated.
611
612 2012-04-12 Mark Kettenis <kettenis@gnu.org>
613
614 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
615
616 2012-04-12 Doug Evans <dje@google.com>
617
618 * dwarf2read.c (create_all_type_units): Renamed from
619 create_debug_types_hash_table. All callers updated.
620
621 * dwarf2read.c (create_signatured_type_table_from_index): Rename
622 local type_sig to sig_type, type_offset to type_offset_in_tu.
623 (hash_signatured_type): Renamed from hash_type_signature,
624 all callers updated.
625 (eq_signatured_type): Renamed from eq_type_signature,
626 all callers updated.
627 (create_debug_types_hash_table): Rename local type_sig to sig_type.
628 (process_enumeration_scope): Ditto.
629 (lookup_signatured_type_at_offset): Ditto.
630 (load_full_type_unit, read_signatured_type): Ditto.
631
632 2012-04-12 Yao Qi <yao@codesourcery.com>
633
634 * remote.c (async_remote_interrupt): Correct function name in
635 debug message.
636 (async_remote_interrupt_twice): Ditto.
637
638 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
639
640 * source.c (find_and_open_source): Consistently pass resulting
641 full path through xfullpath.
642
643 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 Provide more specific displaced-stepping memory error message.
646 * infrun.c (displaced_step_prepare): New variable status. Call
647 target_read_memory instead of read_memory, provide more specific
648 error message.
649
650 2012-04-11 Tristan Gingold <gingold@adacore.com>
651
652 PR gdb/13901
653 * darwin-nat.c (darwin_execvp): Revert previous patch.
654
655 2012-04-11 Tristan Gingold <gingold@adacore.com>
656
657 PR gdb/13901
658 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
659 in case of change.
660
661 2012-04-11 Tristan Gingold <gingold@adacore.com>
662
663 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
664 warning.
665
666 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
667
668 New command 'explore' which helps explore values and types in
669 scope.
670 * NEWS: Add an entry about the new 'explore' command.
671 * data-directory/Makefile.in: Add gdb/command/explore.py
672 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
673 command using the GDB Python API.
674
675 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
676
677 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
678 extension in jump target calculation.
679
680 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
681
682 * mips-tdep.c (mips32_next_pc): Handle JALX.
683
684 2012-04-10 Yao Qi <yao@codesourcery.com>
685
686 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
687
688 2012-04-10 Yao Qi <yao@codesourcery.com>
689
690 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
691 and gnulib/m4/gnulib-tool.m4.
692
693 2012-04-10 Doug Evans <dje@google.com>
694
695 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
696 (load_partial_dies): Clarify comment.
697 (find_partial_die): Support rereading type units.
698 Clarify CU handling, if we know offset is in CU, don't search for the
699 containing CU. Add comment regarding memory waste.
700
701 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
702
703 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
704 i386/x32-avx and i386/x32-avx-linux.
705 (i386/x32-expedite): New.
706 (i386/x32-linux-expedite): Likewise.
707 (i386/x32-avx-expedite): Likewise.
708 (i386/x32-avx-linux-expedite): Likewise.
709 ($(outdir)/i386/x32.dat): Likewise.
710 ($(outdir)/i386/x32-linux.dat): Likewise.
711 ($(outdir)/i386/x32-avx.dat): Likewise.
712 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
713
714 * features/i386/x32-avx-linux.xml: New file.
715 * features/i386/x32-avx.xml: Likewise.
716 * features/i386/x32-core.xml: Likewise.
717 * features/i386/x32-linux.xml: Likewise.
718 * features/i386/x32.xml: Likewise.
719
720 * features/i386/x32-avx-linux.c: New. Generated.
721 * features/i386/x32-avx.c: Likewise.
722 * features/i386/x32-linux.c: Likewise.
723 * features/i386/x32.c: Likewise.
724 * regformats/i386/x32-avx-linux.dat: Likewise.
725 * regformats/i386/x32-avx.dat: Likewise.
726 * regformats/i386/x32-linux.dat: Likewise.
727 * regformats/i386/x32.dat: Likewise.
728
729 2012-04-10 Tristan Gingold <gingold@adacore.com>
730
731 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
732 code to kill the inferior.
733
734 2012-04-09 Mark Kettenis <kettenis@gnu.org>
735
736 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
737 defines.
738 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
739 defines.
740 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
741 (yyvsp): New defines.
742 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
743 defines.
744 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
745 defines.
746 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
747 defines.
748 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
749 defines.
750 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
751 defines.
752
753 2012-04-09 Mark Kettenis <kettenis@gnu.org>
754
755 * sparc64-tdep.c (sparc64_store_arguments)
756 (sparc64_store_arguments): Fix coding style.
757
758 2012-04-07 Mark Kettenis <kettenis@gnu.org>
759
760 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
761 complex floats, adjust some related comments and tighten a related
762 assertion.
763 (sparc64_extract_return_value): Handle complex floats.
764
765 2012-04-07 Doug Evans <dje@google.com>
766
767 * dwarf2read.c (load_partial_dies): Change condition to assert.
768
769 2012-04-06 Doug Evans <dje@google.com>
770
771 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
772 "mov %rsp,%rbp".
773
774 2012-04-05 Kevin Buettner <kevinb@redhat.com>
775
776 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
777 fencepost error.
778 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
779 (v850_gdbarch_init): Set `num_regs' as appropriate for the
780 architecture.
781
782 2012-04-05 Keith Seitz <keiths@redhat.com>
783
784 * linespec.c (decode_compound): Remove.
785 (enum offset_relative_sign): New enum.
786 (struct line_offset): New struct.
787 (struct linespec): New struct.
788 (struct linespec_state): Move file_symtabs,
789 user_filename, and user_function into struct linespec.
790 Make result an anonymous struct holding vectors of
791 symbolp and minsym_and_objfile_d.
792 Add language member.
793 (enum ls_token_type): New enum.
794 (linespec_keywords): New array.
795 (struct ls_token): New struct.
796 (struct ls_parser): New struct.
797 (linespec_lexer_lex_number): New function.
798 (linespec_lexer_lex_keyword): New function.
799 (is_ada_operator): New function.
800 (skip_quote_char): New function.
801 (copy_token_string): New function.
802 (is_closing_quote_enclosed): New function.
803 (find_parameter_list_end): New function.
804 (linespec_lexer_lex_string): New function.
805 (linespec_lexer_lex_one): New function.
806 (linespec_lexer_consume_token): New function.
807 (linespec_lexer_peek_token): New function.
808 (cplusplus_error): Remove unused function.
809 (find_methods): Update comment.
810 (find_toplevel_char): Return const.
811 (is_objc_method_format): Remove unused function.
812 (find_toplevel_string): New function.
813 (is_linespec_boundary): Remove.
814 (symbol_not_found_error): New function.
815 (find_method_overload_end): Remove function.
816 (unexpected_linespec_error): New function.
817 (keep_name_info): Remove.
818 (linespec_parse_line_offset): New function.
819 (linespec_parse_basic): New function.
820 (canonicalize_linespec): New function.
821 (decode_line_internal): Remove.
822 (create_sals_line_offset): New function adapted from
823 decode_all_digits.
824 (convert_linespec_to_sals): New function.
825 (parse_linespec): New function.
826 (linespec_parser_new): New function.
827 (linespec_state_destructor): Change parameter type to
828 struct linespec_state *.
829 Add language parameter.
830 Remove freeing of moved members.
831 (linespec_parser_delete): New function.
832 (decode_line_full): Use parse_linespec and linespec_parser_new.
833 (decode_line_1): Likewise.
834 (decode_indirect): Rename to ...
835 (linespec_expression_to_pc): ... this and rewrite
836 to simply find CORE_ADDR, storing this result for later
837 conversion to SALs.
838 (locate_first_half): Remove.
839 (deocde_objc): Add parameter LS.
840 Initialize new struct collect_info members.
841 Handle minimal symbols, too.
842 (decode_compound): Delete.
843 (lookup_prefix_sym): Rewrite.
844 (compare_msymbols): New function.
845 (find_method): Rewrite.
846 Do not call cplusplus_error.
847 (symtabs_from_filename): Rewrite.
848 (collect_function_symbols): Delete.
849 (find_function_symbols): Rewrite without ARGPTR-style
850 processing.
851 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
852 (decode_dollar): Adapted and renamed to ...
853 (linespec_parse_variable): ... this.
854 (find_linespec_symbols): New function.
855 (decode_label): Adapted and renamed to ...
856 (find_label_symbols): ... this.
857 (decode_digits_list_mode): Add and use LS argument.
858 (decode_digits_ordinary): Likewise.
859 (collect_symbols): Do not collect SALs, just symbols and msymbols.
860 If in list mode, allow any symbol class. Otherwise, only
861 permit LOC_BLOCK symbols.
862 (minsym_found): Update comments.
863 (search_minsyms_for_name): Do not convert the matching symbol
864 into a SAL. Simply push the symbol and objfile into the
865 result vector.
866 (decode_variable): Delete. Contents adapted into
867 find_linespec_symbols.
868
869 * cp-support.c (SKIP_SPACE): Remove.
870 (operator_tokens): Remove unused global.
871 (cp_validate_operator): Remove.
872 * cp-support.h (cp_validate_operator): Remove declaration.
873
874 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
877 for TYPE_VPTR_FIELDNO.
878 * valprint.c (valprint_check_validity): Make it global, move the
879 function comment ...
880 * value.h (valprint_check_validity): ... to this new declaration.
881
882 2012-04-02 Tristan Gingold <gingold@adacore.com>
883
884 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
885 the STATE32 api for i386 state.
886 (i386_darwin_store_inferior_registers): Likewise.
887
888 2012-04-02 Tristan Gingold <gingold@adacore.com>
889
890 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
891 SS offset.
892 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
893 format_string.
894
895 2012-04-02 Tristan Gingold <gingold@adacore.com>
896
897 PR gdb/13901
898 * darwin-nat.c (darwin_execvp): Set binary preference.
899
900 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
903
904 2012-03-30 Tom Tromey <tromey@redhat.com>
905
906 * python/python.c (gdbpy_decode_line): Move cleanup creation out
907 of TRY_CATCH. Fix error handling.
908 * python/py-value.c (convert_value_from_python): Move 'old'
909 declaration to innermost scope.
910
911 2012-03-29 Joel Brobecker <brobecker@adacore.com>
912 Andrey Smirnov <andrew.smirnov@gmail.com>
913
914 -Wshadow warning fix.
915 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
916 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
917 Adjust code accordingly.
918
919 2012-03-29 Joel Brobecker <brobecker@adacore.com>
920
921 * ada-lang.c (symbol_completion_add): Rename parameter
922 "encoded" into "encoded_p". Ajust code and documentation
923 accordingly.
924
925 2012-03-29 Joel Brobecker <brobecker@adacore.com>
926 Andrey Smirnov <andrew.smirnov@gmail.com>
927
928 -Wshadow warning fix.
929 * ada-lang.c (symbol_completion_add): Rename parameter
930 "wild_match" into wild_match_p. Update code and documentation
931 accordingly.
932
933 2012-03-29 Joel Brobecker <brobecker@adacore.com>
934
935 * ada-lang.c (symbol_completion_match): Rename parameter
936 "encoded" into "encoded_p". Ajust code and documentation
937 accordingly.
938
939 2012-03-29 Joel Brobecker <brobecker@adacore.com>
940 Andrey Smirnov <andrew.smirnov@gmail.com>
941
942 -Wshadow warning fix.
943 * ada-lang.c (symbol_completion_match): Rename parameter
944 "wild_match" into "wild_match_p". Adjust code and function
945 documentation accordingly.
946
947 2012-03-29 Joel Brobecker <brobecker@adacore.com>
948 Andrey Smirnov <andrew.smirnov@gmail.com>
949
950 -Wshadow warning fix.
951 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
952 "symbol_info" into "info". Adjust code accordingly.
953 (ada_lookup_symbol): Likewise.
954
955 2012-03-29 Joel Brobecker <brobecker@adacore.com>
956
957 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
958 of this function's documentation.
959
960 2012-03-29 Joel Brobecker <brobecker@adacore.com>
961 Andrey Smirnov <andrew.smirnov@gmail.com>
962
963 -Wshadow warning fix.
964 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
965 variable into "wild_match_p". Adjust code accordingly.
966
967 2012-03-29 Joel Brobecker <brobecker@adacore.com>
968 Andrey Smirnov <andrew.smirnov@gmail.com>
969
970 -Wshadow warning fix.
971 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
972 parameter into "wild_match_p". Adjust code accordingly.
973 Document this parameter in the function description.
974
975 2012-03-29 Joel Brobecker <brobecker@adacore.com>
976 Andrey Smirnov <andrew.smirnov@gmail.com>
977
978 -Wshadow warning fix.
979 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
980 "wild_match" parameter to "wild_match_p" (-Wshadow).
981
982 2012-03-29 Joel Brobecker <brobecker@adacore.com>
983
984 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
985 in function documentation.
986
987 2012-03-29 Joel Brobecker <brobecker@adacore.com>
988 Andrey Smirnov <andrew.smirnov@gmail.com>
989
990 -Wshadow warning fix.
991 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
992 variable into wild_match_p. Adjust code accordingly.
993
994 2012-03-29 Joel Brobecker <brobecker@adacore.com>
995 Andrey Smirnov <andrew.smirnov@gmail.com>
996
997 * ada-valprint.c (ada_val_print_1): Move the code handling
998 TYPE_CODE_ENUM inside its own lexical block. Declare
999 variables len and val there, instead of in the function's
1000 top level block. Avoid declaring deref_val again in a way
1001 that shadows another variable of the same name declared
1002 in one of the up-level blocks. Just re-use the up-level
1003 variable instead.
1004
1005 2012-03-29 Joel Brobecker <brobecker@adacore.com>
1006
1007 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
1008 Replace block_found argument by symbol_info. Adjust
1009 implementation accordingly. Add function documentation.
1010 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
1011 Fix documentation.
1012 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
1013 * ada-exp.y (write_object_renaming): Adjust to new
1014 ada_lookup_encoded_symbol API.
1015
1016 2012-03-29 Joel Brobecker <brobecker@adacore.com>
1017
1018 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
1019 documentation.
1020
1021 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
1022
1023 * v850-tdep.c: Add the enum values for mpu and fpu registers.
1024 (v850_register_name): Add the mpu and fpu register names.
1025 (v850e_register_name): Add the mpu and fpu register names.
1026 (v850e2_register_name): New function.
1027 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
1028 bfd_mach_v850e2v3.
1029
1030 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1031
1032 * NEWS: Add entry for Ada varobj support.
1033
1034 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1035
1036 * varobj.c (default_value_is_changeable_p): New function,
1037 extracted from varobj_value_is_changeable_p. Add declaration.
1038 (ada_value_is_changeable_p): New function, extracted from
1039 varobj_value_is_changeable_p. Add declaration.
1040 (struct language_specific): New field "value_is_changeable_p".
1041 (languages): Add entries for new field.
1042 (varobj_create): Set language before calling install_new_value.
1043 (varobj_value_is_changeable_p): Reimplement to call the varobj's
1044 "value_is_changeable_p" language callback.
1045
1046 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1047
1048 * ada-varobj.h, ada-varobj.c: New files.
1049 * Makefile.in (SFILES): Add ada-varobj.c.
1050 (HFILES_NO_SRCDIR): Add ada-varobj.h.
1051 (COMMON_OBS): Add ada-varobj.o.
1052
1053 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1054
1055 * varobj.c (ada_value_has_mutated): Add declaration. New function.
1056 (struct language_specific): New field "value_has_mutated".
1057 (languages): Set field "value_has_mutated" in each entry of array.
1058 (varobj_value_has_mutated): New function.
1059 (varobj_udpdate): Add handling of type mutation.
1060 (value_of_root): Add handling of type mutation.
1061 (ada_value_has_mutated): New function.
1062
1063 2012-03-28 Pedro Alves <palves@redhat.com>
1064
1065 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
1066 Always supply $fr0 as 0.0 and $fr1 as 1.0.
1067
1068 2012-03-28 Tom Tromey <tromey@redhat.com>
1069
1070 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
1071 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
1072 before returning.
1073
1074 2012-03-28 Tom Tromey <tromey@redhat.com>
1075
1076 * .dir-locals.el: New file.
1077
1078 2012-03-28 Pedro Alves <palves@redhat.com>
1079
1080 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
1081
1082 2012-03-28 Joel Brobecker <brobecker@adacore.com>
1083
1084 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
1085 handling for r0.
1086
1087 2012-03-27 Pedro Alves <palves@redhat.com>
1088
1089 Eliminate struct ui_stream.
1090
1091 * ui-out.h (struct ui_stream): Delete.
1092 (ui_out_field_stream): Adjust prototype.
1093 (ui_out_stream_new, ui_out_stream_delete)
1094 (make_cleanup_ui_out_stream_delete): Delete declarations.
1095 * ui-out.c (ui_out_field_stream): Change prototype to take a
1096 ui_file instead of a ui_stream. Adjust.
1097 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
1098 (make_cleanup_ui_out_stream_delete): Delete.
1099 * breakpoint.c (print_breakpoint_location)
1100 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
1101 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1102 * disasm.c (dump_insns): Ditto.
1103 (do_mixed_source_and_assembly, do_assembly_only): Adjust
1104 prototype.
1105 (gdb_disassembly): Use ui_file/mem_fileopen instead of
1106 ui_stream/ui_out_stream_new.
1107 * infcmd.c (print_return_value): Ditto.
1108 * osdata.c (info_osdata_command): Don't allocate a local
1109 ui_stream.
1110 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
1111 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1112 * tracepoint.c (print_one_static_tracepoint_marker): Don't
1113 allocate a local ui_stream.
1114 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
1115 instead of ui_stream/ui_out_stream_new.
1116 (list_args_or_locals): Don't allocate a local ui_stream.
1117 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
1118 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
1119 ui_stream/ui_out_stream_new.
1120 * cli/cli-setshow.c (do_setshow_command): Ditto.
1121
1122 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
1123
1124 * arm-linux-tdep.c (arm_linux_init_abi): Call
1125 set_gdbarch_process_record. Initialize `arm_swi_record' field.
1126 * arm-tdep.c (arm_process_record): New function.
1127 (deallocate_reg_mem): New function.
1128 (decode_insn): New function.
1129 (thumb_record_branch): New function.
1130 (thumb_record_ldm_stm_swi(): New function.
1131 (thumb_record_misc): New function.
1132 (thumb_record_ld_st_stack): New function.
1133 (thumb_record_ld_st_imm_offset): New function.
1134 (thumb_record_ld_st_reg_offset(): New function.
1135 (thumb_record_add_sub_cmp_mov): New function.
1136 (thumb_record_shift_add_sub): New function.
1137 (arm_record_coproc_data_proc): New function.
1138 (arm_record_coproc): New function.
1139 (arm_record_b_bl): New function.
1140 (arm_record_ld_st_multiple): New function.
1141 (arm_record_ld_st_reg_offset): New function.
1142 (arm_record_ld_st_imm_offset): New function.
1143 (arm_record_data_proc_imm): New function.
1144 (arm_record_data_proc_misc_ld_str): New function.
1145 (arm_record_extension_space): New function.
1146 (arm_record_strx): New function.
1147 (sbo_sbz): New function.
1148 (struct insn_decode_record): New structure for arm insn record.
1149 (REG_ALLOC): New macro for reg allocations.
1150 (MEM_ALLOC): New macro for memory allocations.
1151 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
1152
1153 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
1154
1155 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
1156 (store_register): Likewise.
1157
1158 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
1159
1160 * MAINTAINERS (Write After Approval): Add myself to the list.
1161
1162 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1163
1164 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
1165 Describe also the option "auto".
1166
1167 2012-03-22 Richard Henderson <rth@redhat.com>
1168
1169 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
1170 * sparc-nat.c (sparc_xfer_wcookie): Make static.
1171
1172 2012-03-22 Richard Henderson <rth@redhat.com>
1173
1174 * jit.c (jit_read_code_entry): Compute alignment and offset of
1175 int64_t member before computing entry_size.
1176
1177 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1178
1179 Python scripting: Add new method Value.referenced_value to
1180 gdb.Value which can dereference pointer as well as reference
1181 values.
1182 * NEWS: Add entry under 'Python scripting' about the new method
1183 Value.referenced_value on gdb.Value objects.
1184 * python/py-value.c (valpy_referenced_value): New function
1185 defining a new method on gdb.Value objects which can dereference
1186 pointer and reference values.
1187
1188 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
1189
1190 * MAINTAINERS (Write After Approval): Add myself to the list.
1191
1192 2012-03-21 Kevin Buettner <kevinb@redhat.com>
1193
1194 * symtab.c (skip_prologue_sal): Change test to check for "main()"
1195 in addition to "main".
1196
1197 2012-03-21 Joel Brobecker <brobecker@adacore.com>
1198
1199 * expression.h (op_name): Add declaration.
1200 * expprint.c (op_name): Remove declaration. Make non-static.
1201 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
1202
1203 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
1204
1205 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
1206 of struct siginfo.
1207 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
1208 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1209 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
1210 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
1211 (linux_nat_get_siginfo): Likewise.
1212 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
1213 (linux_nat_get_siginfo): Likewise.
1214 * linux-tdep.c (linux_get_siginfo_type): Likewise.
1215 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
1216 * procfs.c (gdb_siginfo_t): Likewise.
1217
1218 2012-03-21 Mike Frysinger <vapier@gentoo.org>
1219
1220 * .gitignore: Ignore more files.
1221
1222 2012-03-20 Pedro Alves <palves@redhat.com>
1223
1224 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
1225 returns.
1226
1227 2012-03-20 Yao Qi <yao@codesourcery.com>
1228
1229 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
1230 comment.
1231
1232 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1233
1234 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
1235 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
1236 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
1237 sect_offset.
1238 * dwarf2expr.h (cu_offset, sect_offset): New types.
1239 (struct dwarf_expr_context_funcs) <dwarf_call>
1240 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
1241 sect_offset.
1242 (struct dwarf_expr_context) <len>: Improve the comment.
1243 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
1244 cu_offset and sect_offset.
1245 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
1246 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
1247 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
1248 * dwarf2loc.h: Include dwarf2expr.h.
1249 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
1250 and sect_offset.
1251 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
1252 Improve the comment.
1253 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
1254 (struct signatured_type, struct line_header, struct partial_die_info)
1255 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
1256 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
1257 (get_die_type_at_offset, create_cus_from_index)
1258 (create_signatured_type_table_from_index, dw2_get_file_names)
1259 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
1260 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
1261 (create_debug_types_hash_table, process_psymtab_comp_unit)
1262 (load_partial_comp_unit, create_all_comp_units)
1263 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
1264 (load_full_comp_unit, dwarf2_physname, read_import_statement)
1265 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
1266 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
1267 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
1268 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
1269 (find_partial_die, read_attribute_value, lookup_die_type)
1270 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
1271 (is_ref_attr): New function comment.
1272 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
1273 Use cu_offset and sect_offset.
1274 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
1275 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
1276 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
1277 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
1278 (offset_and_type_hash, offset_and_type_eq, set_die_type)
1279 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
1280 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
1281 sect_offset.
1282
1283 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1284
1285 Code cleanup.
1286 * python/py-auto-load.c (source_section_scripts): New variable back_to.
1287 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
1288 with xfree.
1289 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
1290
1291 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1292
1293 * NEWS: Describe new options --init-command=FILE, -ix and
1294 --init-eval-command=COMMAND, -iex.
1295 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
1296 CMDARG_INIT_COMMAND.
1297 (captured_main): New enum items OPT_IX and OPT_IEX. Add
1298 "init-command", "init-eval-command", "ix" and "iex" to the variable
1299 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
1300 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
1301 (print_gdb_help): Describe --init-command=FILE, -ix and
1302 --init-eval-command=COMMAND, -iex.
1303
1304 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1305
1306 Code cleanup.
1307 * main.c (struct cmdarg): Move it here from main. Add more comments.
1308 (cmdarg_s, VEC (cmdarg_s)): New.
1309 (main): Move struct cmdarg from here. New variables cmdarg_vec and
1310 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
1311 Install cleanup for cmdarg_vec. Update filling for options 'x' and
1312 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
1313 of CMDARG.
1314
1315 2012-03-19 Tom Tromey <tromey@redhat.com>
1316
1317 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
1318
1319 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1320
1321 PR symtab/13777
1322 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
1323 GCC >=4.5.
1324
1325 2012-03-16 Chris January <chris.january@allinea.com>
1326
1327 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
1328 of clear.
1329
1330 2012-03-16 Chris January <chris.january@allinea.com>
1331
1332 * source.c (add_path): Use memmove instead of strcpy because the
1333 strings overlap.
1334
1335 2012-03-16 Joel Brobecker <brobecker@adacore.com>
1336
1337 * value.h (set_value_parent): Add declaration.
1338 * value.c (set_value_parent): New function.
1339 (value_address): If VALUE->PARENT is not NULL, then use it as
1340 the base address instead of VALUE->LOCATION.address.
1341 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
1342 the same as OBJ's address. Adjust V's offset accordingly.
1343 Set V's parent.
1344
1345 2012-03-16 Gary Benson <gbenson@redhat.com>
1346
1347 PR breakpoints/10738
1348 * dwarf2read.c (use_deprecated_index_sections): New global.
1349 (struct partial_die_info): New member may_be_inlined.
1350 (read_partial_die): Set may_be_inlined where appropriate.
1351 (add_partial_subprogram): Add partial symbols for partial
1352 DIEs that may be inlined.
1353 (new_symbol_full): Add inlined subroutines to the current
1354 scope.
1355 (write_psymtabs_to_index): Bump version number.
1356 (dwarf2_read_index): Read only version 6 indices unless
1357 use_deprecated_index_sections is set.
1358 * linespec.c (symbol_and_data_callback): New structure.
1359 (iterate_inline_only): New function.
1360 (iterate_over_all_matching_symtabs): New argument
1361 "include_inline". If nonzero, also call the callback for
1362 symbols representing inlined subroutines.
1363 (lookup_prefix_sym): Pass extra argument to the above.
1364 (find_function_symbols): Likewise.
1365 (add_matching_symbols_to_info): Likewise.
1366 * NEWS: Mention that GDB can now set breakpoints on inlined
1367 functions.
1368
1369 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
1370
1371 * p-typeprint.c (pascal_type_print_method_args):
1372 Fix display of parameter of methods.
1373
1374 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
1375
1376 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
1377 Add missing prototype.
1378
1379 2012-03-16 Yao Qi <yao@codesourcery.com>
1380 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 Fix false compilation warning.
1383 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
1384
1385 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
1386 Pedro Alves <pedro@codesourcery.com>
1387
1388 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
1389 (arm_register_g_packet_guesses): New function.
1390 (arm_gdbarch_init): Don't force a target description with
1391 registers when the executable is detected as M-profile. Instead
1392 set gdbarch->tdep->is_m. Register `g' packet guesses.
1393 (_initialize_arm_tdep): Initialize the new target description.
1394 * features/arm-with-m-fpa-layout.xml: New description.
1395 * features/arm-with-m-fpa-layout.c: New, generated.
1396
1397 2012-03-15 Joel Brobecker <brobecker@adacore.com>
1398
1399 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
1400 Update function description.
1401 (insert_bp_location): Do not wipe bl->target_info out.
1402 * mem-break.c: #include "gdb_string.h".
1403 (default_memory_insert_breakpoint): Do not call target_read_memory
1404 with a pointer to the breakpoint's shadow_contents buffer. Use
1405 a local buffer instead.
1406 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
1407
1408 2012-03-15 Tom Tromey <tromey@redhat.com>
1409
1410 * NEWS: Mention "info vtbl", not "info vtable".
1411 * cp-support.c (info_vtbl_command): Fix comment.
1412 (_initialize_cp_support): Fix text.
1413
1414 2012-03-15 Tom Tromey <tromey@redhat.com>
1415
1416 * cp-valprint.c (cp_print_value_fields): Use
1417 print_function_pointer_address for vtable slot.
1418
1419 2012-03-15 Tom Tromey <tromey@redhat.com>
1420
1421 * gnu-v3-abi.c (struct value_and_voffset): New.
1422 (hash_value_and_voffset, eq_value_and_voffset)
1423 (compare_value_and_voffset, compute_vtable_size)
1424 (print_one_vtable, gnuv3_print_vtable): New functions.
1425 (init_gnuv3_ops): Initialize 'print_vtable' field.
1426 * cp-support.c (info_vtbl_command): New function.
1427 (_initialize_cp_support): Add "info vtbl".
1428 * cp-abi.h (cplus_print_vtable): Declare.
1429 (struct cp_abi_ops) <print_vtable>: New field.
1430 * cp-abi.c (cplus_print_vtable): New function.
1431 * NEWS: Update.
1432
1433 2012-03-15 Tom Tromey <tromey@redhat.com>
1434
1435 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
1436 iterate_over_symbols.
1437
1438 2012-03-14 Doug Evans <dje@google.com>
1439
1440 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
1441 DW_OP_GNU_parameter_ref.
1442
1443 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1444
1445 Fix double prompt of 'interpreter-exec mi'.
1446 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
1447 (mi_interpreter_resume): use it.
1448 (mi_execute_command_input_handler): New function.
1449 * mi/mi-main.c (mi_execute_command): Move prompt printing to
1450 mi_execute_command_input_handler.
1451
1452 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
1453
1454 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
1455 prototype.
1456 (darwin_debug_port_info): Make static.
1457 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
1458 * machoread.c (_initialize_machoread): Add prototype.
1459 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
1460 (i386_darwin_set_control, i386_darwin_get_control)
1461 i386_darwin_dr_set_addr, i386_darwin_get_addr)
1462 i386_darwin_get_status, i386_darwin_get_control):
1463 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
1464
1465 2012-03-13 Joel Brobecker <brobecker@adacore.com>
1466
1467 * ax-gdb.c (gen_usual_unary): Remove special handling of
1468 enum and bool types.
1469
1470 2012-03-13 Joel Brobecker <brobecker@adacore.com>
1471
1472 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
1473
1474 2012-03-13 Joel Brobecker <brobecker@adacore.com>
1475
1476 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
1477
1478 2012-03-13 Chris January <chris.january@allinea.com>
1479
1480 * aix-thread.c (fill_sprs): Store the floating point registers
1481 at the correct offsets into vals.
1482
1483 2012-03-13 Doug Evans <dje@google.com>
1484
1485 * NEWS: Mention symbol-reloading has been deleted.
1486 * symfile.c (symbol_reloading): Delete.
1487 (show_symbol_reloading): Delete.
1488 (_initialize_symfile): Delete set/show symbol-reloading.
1489
1490 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
1491 read_in_chain until we have successfully read it in.
1492 (load_full_comp_unit): Ditto.
1493 (read_signatured_type): Add comment.
1494
1495 2012-03-13 Chris January <chris.january@allinea.com>
1496
1497 * stabsread.c (fix_common_block): Change type of valu argument
1498 to CORE_ADDR.
1499
1500 2012-03-13 Chris January <chris.january@allinea.com>
1501
1502 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
1503 instruction.
1504
1505 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1506
1507 * common/linux-procfs.c (linux_proc_get_int): New, from
1508 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
1509 field.
1510 (linux_proc_get_tgid): Only call linux_proc_get_int.
1511 (linux_proc_get_tracerpid): New.
1512 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
1513 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
1514 linux_proc_pid_has_state.
1515 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
1516 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
1517 (linux_ptrace_attach_warnings): New.
1518 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
1519 New declaration.
1520 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
1521 (linux_nat_attach): New variables ex, buffer, message and message_s.
1522 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
1523
1524 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1525
1526 * Makefile.in (linux-ptrace.o): New.
1527 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
1528 from linux-nat.c.
1529 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
1530 * common/linux-ptrace.c: New file.
1531 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
1532 * config/arm/linux.mh: Likewise.
1533 * config/i386/linux.mh: Likewise.
1534 * config/i386/linux64.mh: Likewise.
1535 * config/ia64/linux.mh: Likewise.
1536 * config/m32r/linux.mh: Likewise.
1537 * config/m68k/linux.mh: Likewise.
1538 * config/mips/linux.mh: Likewise.
1539 * config/pa/linux.mh: Likewise.
1540 * config/powerpc/linux.mh: Likewise.
1541 * config/powerpc/ppc64-linux.mh: Likewise.
1542 * config/powerpc/spu-linux.mh: Likewise.
1543 * config/s390/s390.mh: Likewise.
1544 * config/sparc/linux.mh: Likewise.
1545 * config/sparc/linux64.mh: Likewise.
1546 * config/xtensa/linux.mh: Likewise.
1547 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
1548 common/linux-procfs.c.
1549 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
1550
1551 2012-03-13 Hui Zhu <teawater@gmail.com>
1552 Pedro Alves <palves@redhat.com>
1553
1554 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
1555 CREATE_BREAKPOINT_FLAGS_INSERTED.
1556 (create_breakpoint_sal, create_breakpoints_sal)
1557 (base_breakpoint_create_breakpoints_sal)
1558 (tracepoint_create_breakpoints_sal)
1559 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
1560 down.
1561 (break_command_1, handle_gnu_v3_exceptions, trace_command)
1562 (ftrace_command, strace_command): Adjust.
1563 (create_tracepoint_from_upload): Pass
1564 CREATE_BREAKPOINT_FLAGS_INSERTED.
1565 * breakpoint.h (enum breakpoint_create_flags): New.
1566 (create_breakpoint): New flags parameter.
1567 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
1568 * python/py-breakpoint.c (bppy_init): Adjust.
1569 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
1570 * spu-tdep.c (spu_catch_start): Adjust.
1571
1572 2012-03-13 Pedro Alves <palves@redhat.com>
1573 Hui Zhu <teawater@gmail.com>
1574 Yao Qi <yao@codesourcery.com>
1575
1576 * remote.c (struct remote_state): New field `starting_up'.
1577 (remote_start_remote): Set and clear it.
1578 (remote_can_download_tracepoint): If starting up, return false.
1579
1580 2012-03-13 Yao Qi <yao@codesourcery.com>
1581
1582 * inferior.h (struct inferior): Remove fields any_syscall_count,
1583 syscalls_counts and total_syscalls_count. Move them to new
1584 struct catch_syscall_inferior_data in breakpoint.c.
1585 * breakpoint.c: Call DEF_VEC_I(int).
1586 (struct catch_syscall_inferior_data): New.
1587 (get_catch_syscall_inferior_data): New.
1588 (catch_syscall_inferior_data_cleanup): New.
1589 (insert_catch_syscall): Update to access data in
1590 struct catch_syscall_inferior_data.
1591 (insert_catch_syscall): Likewise.
1592 (remove_catch_syscall): Likewise.
1593 (remove_catch_syscall): Likewise.
1594 (is_syscall_catchpoint_enabled): Likewise.
1595 (add_catch_command): Likewise.
1596 (_initialize_breakpoint): Register cleanup.
1597 * breakpoint.h: Removed DEF_VEC_I(int).
1598 * dwarf2loc.c: Call DEF_VEC_I(int).
1599 * mi/mi-main.c: Likewise.
1600
1601 2012-03-12 Mark Kettenis <kettenis@gnu.org>
1602
1603 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
1604
1605 2012-03-12 Chris January <chris.january@allinea.com>
1606
1607 * aix-thread.c (_initialize_aix_thread): Add prototype.
1608 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
1609 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
1610
1611 2012-03-12 Joel Brobecker <brobecker@adacore.com>
1612
1613 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
1614 include of "amd64-nat.h".
1615
1616 2012-03-12 Tom Tromey <tromey@redhat.com>
1617
1618 * buildsym.c (record_pending_block): Now static.
1619 * buildsym.h: (record_pending_block): Remove.
1620
1621 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
1622
1623 * amd64bsd-nat.c: Include amd64bsd-nat.h.
1624
1625 2012-03-09 Tom Tromey <tromey@redhat.com>
1626
1627 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
1628 producer_is_gxx_lt_4_6>: New fields.
1629 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
1630
1631 2012-03-09 Tom Tromey <tromey@redhat.com>
1632
1633 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
1634
1635 2012-03-08 Joel Brobecker <brobecker@adacore.com>
1636
1637 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
1638 prototype.
1639
1640 2012-03-08 Joel Brobecker <brobecker@adacore.com>
1641
1642 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
1643
1644 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1645
1646 Fix -Wmissing-prototypes build.
1647 * arm-linux-nat.c (get_thread_id): Make it static.
1648 * xtensa-linux-nat.c (get_thread_id): Likewise.
1649
1650 2012-03-08 Joel Brobecker <brobecker@adacore.com>
1651
1652 * server.c (process_point_options): If a conditional expression
1653 is found, only print a message if remote_debug is nonzero.
1654
1655 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
1656
1657 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
1658 of internal error for unknown/unsupported types.
1659
1660 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 Fix CU relative vs. absolute DIE offsets.
1663 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
1664 offset to offset_in_cu.
1665 * dwarf2read.c (process_enumeration_scope): Add CU offset to
1666 TYPE_OFFSET.
1667 (dwarf2_fetch_die_location_block): Rename parameter offset to
1668 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
1669
1670 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 * libunwind-frame.c: Rename to ...
1673 * ia64-libunwind-tdep.c: ... here.
1674 * libunwind-frame.h: Rename to ...
1675 * ia64-libunwind-tdep.h: ... here.
1676 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
1677 ia64-libunwind-tdep.h.
1678 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
1679 * README (--with-libunwind): Rename to ...
1680 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
1681 * config.in: Regenerate.
1682 * configure: Regenerate.
1683 * configure.ac: New option --with-libunwind-ia64, make the
1684 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
1685 Remove AC_DEFINE for HAVE_LIBUNWIND.
1686 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
1687 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
1688 Rename libunwind-frame in the general comment.
1689 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
1690 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
1691 Move forward declarations inside #ifndef. Rename libunwind-frame in
1692 the general comment.
1693 * ia64-tdep.c: Rename libunwind-frame.h #include to
1694 ia64-libunwind-tdep.h.
1695 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
1696 (ia64_libunwind_descr): Rename libunwind-frame to
1697 ia64-libunwind-tdep in these function comments.
1698 * ia64-tdep.h: Rename libunwind-frame.h #include to
1699 ia64-libunwind-tdep.h.
1700 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
1701 ia64-libunwind-tdep in that data comment.
1702
1703 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1704
1705 * libunwind-frame.h (struct frame_unwind): New declaration.
1706
1707 2012-03-08 Joel Brobecker <brobecker@adacore.com>
1708
1709 * breakpoint.c (_initialize_breakpoint): Fix error in help of
1710 "set breakpoint condition-evaluation" command.
1711
1712 2012-03-08 Tristan Gingold <gingold@adacore.com>
1713
1714 * sparc-stub.c: Move to stubs/
1715 * sh-stub.c: Likewise.
1716 * m68k-stub.c: Likewise.
1717 * m32r-stub.c: Likewise.
1718 * i386-stub.c: Likewise.
1719
1720 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
1721
1722 * m68klinux-tdep.c (m68k_linux_init_abi): Register
1723 linux_get_siginfo_type.
1724
1725 * m68klinux-nat.c: Include "gdb_proc_service.h".
1726 (PTRACE_GET_THREAD_AREA): Define.
1727 (ps_get_thread_area): New function.
1728
1729 2012-03-08 Yao Qi <yao@codesourcery.com>
1730
1731 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
1732 `xsnprintf'.
1733 (remote_query_attached): Likewise.
1734 (remote_static_tracepoint_marker_at): Likewise.
1735 (remote_set_permissions): Likewise.
1736 (remote_detach_1, extended_remote_attach_1): Likewise.
1737 (send_g_packet, remote_vkill): Likewise.
1738 (extended_remote_disable_randomization): Likewise.
1739 (remote_add_target_side_condition): Likewise.
1740 (remote_insert_breakpoint): Likewise.
1741 (remote_remove_breakpoint): Likewise.
1742 (remote_insert_watchpoint): Likewise.
1743 (remote_remove_watchpoint): Likewise.
1744 (remote_insert_hw_breakpoint): Likewise.
1745 (remote_insert_hw_breakpoint): Likewise.
1746 (remote_remove_hw_breakpoint): Likewise.
1747 (remote_download_command_source): Likewise.
1748 (remote_download_tracepoint): Likewise.
1749 (remote_download_trace_state_variable): Likewise.
1750 (remote_disable_tracepoint): Likewise.
1751 (remote_trace_set_readonly_regions): Likewise.
1752 (remote_get_tracepoint_status): Likewise.
1753 (remote_trace_find): Likewise.
1754 (remote_get_trace_state_variable_value): Likewise.
1755 (remote_set_disconnected_tracing): Likewise.
1756 (remote_set_circular_trace_buffer): Likewise.
1757 (remote_get_min_fast_tracepoint_insn_len): Likewise.
1758 (remote_use_agent): Likewise.
1759 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
1760 Update callers.
1761
1762 2012-03-07 Pedro Alves <palves@redhat.com>
1763
1764 * NEWS: Mention QProgramSignals.
1765 * inferior.h (update_signals_program_target): Declare.
1766 * infrun.c: (update_signals_program_target): New.
1767 (handle_command): Update the target of the new program signals
1768 array changes.
1769 * remote.c (PACKET_QProgramSignals): New enum.
1770 (last_program_signals_packet): New global.
1771 (remote_program_signals): New.
1772 (remote_start_remote): Update the target with the program signals
1773 list.
1774 (remote_protocol_features): Add entry for QPassSignals.
1775 (remote_open_1): Free anc clear last_program_signals_packet.
1776 (init_remote_ops): Install remote_program_signals.
1777 * target.c (update_current_target): Adjust.
1778 (target_program_signals): New.
1779 * target.h (struct target_ops) <to_program_signals>: New field.
1780 (target_program_signals): Declare.
1781
1782 2012-03-07 Pedro Alves <palves@redhat.com>
1783
1784 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
1785 extensions.
1786
1787 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
1788
1789 * m68klinux-nat.c (getregs_supplies): Make static.
1790 (getfpregs_supplies): Likewise.
1791 (have_ptrace_getregs): Likewise.
1792
1793 2012-03-06 Joel Brobecker <brobecker@adacore.com>
1794
1795 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
1796 in call to get_die_type_at_offset.
1797
1798 2012-03-06 Stan Shebs <stan@codesourcery.com>
1799
1800 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
1801 * mi/mi-cmd-disas.c: Ditto.
1802 * mi/mi-cmd-env.c: Ditto.
1803 * mi/mi-cmd-file.c: Ditto.
1804 * mi/mi-cmd-stack.c: Ditto.
1805 * mi/mi-cmd-target.c: Ditto.
1806 * mi/mi-cmd-var.c: Ditto.
1807 * mi/mi-cmds.c: Ditto.
1808 * mi/mi-cmds.h: Ditto.
1809 * mi/mi-console.c: Ditto.
1810 * mi/mi-getopt.c: Ditto.
1811 * mi/mi-getopt.h: Ditto.
1812 * mi/mi-interp.c: Ditto.
1813 * mi/mi-main.c: Ditto.
1814 * mi/mi-out.c: Ditto.
1815 * mi/mi-parse.c: Ditto.
1816 * mi/mi-parse.h: Ditto.
1817 * mi/mi-symbol-cmds.c: Ditto.
1818
1819 * mi/mi-getopt.h: Move mi_opt struct up.
1820 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
1821 return.
1822 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
1823
1824 2012-03-06 Tom Tromey <tromey@redhat.com>
1825
1826 * proc-service.c (ps_pglobal_lookup): Set the current program
1827 space.
1828
1829 2012-03-06 Pedro Alves <palves@redhat.com>
1830
1831 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
1832
1833 2012-03-05 Joel Brobecker <brobecker@adacore.com>
1834
1835 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
1836
1837 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1838
1839 Code cleanup.
1840 * common/linux-osdata.c (linux_common_core_of_thread): New function
1841 comment.
1842 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
1843 call by linux_common_core_of_thread.
1844 (linux_nat_core_of_thread_1): Remove.
1845 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
1846 * linux-thread-db.c: Include linux-osdata.h.
1847 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
1848 linux_common_core_of_thread.
1849
1850 2012-03-05 Tom Tromey <tromey@redhat.com>
1851
1852 * value.c (value_primitive_field): Don't fetch contents for
1853 non-virtual bases.
1854
1855 2012-03-05 Tom Tromey <tromey@redhat.com>
1856
1857 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
1858
1859 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
1860
1861 * s390-nat.c: Include "gregset.h".
1862
1863 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1864
1865 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
1866 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
1867 (libunwind_load): New variable so_error, use it for dlerror. Try to
1868 load also LIBUNWIND_SO_7.
1869
1870 2012-03-05 Pedro Alves <palves@redhat.com>
1871
1872 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
1873 is not NULL, and remove resulting dead code.
1874
1875 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
1876
1877 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
1878 prologue to sh_analyze_prologue.
1879 (sh_analyze_prologue): Make better use of such an upper limit, and
1880 generally be more cautious about accessing memory.
1881
1882 2012-03-05 Tom Tromey <tromey@redhat.com>
1883
1884 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
1885 _initialize_ia64_hpux_tdep.
1886
1887 2012-03-05 Pedro Alves <palves@redhat.com>
1888
1889 PR gdb/13766
1890
1891 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
1892 the register state is clear, supply explicit zero, instead of
1893 marking the register unavailable.
1894
1895 2012-03-05 Tristan Gingold <gingold@adacore.com>
1896
1897 * NEWS: Mention OpenVMS ia64 new target.
1898
1899 2012-03-05 Tristan Gingold <gingold@adacore.com>
1900
1901 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
1902 (ia64_unw_accessors, ia64_unw_rse_accessors)
1903 (ia64_libunwind_descr): Declare.
1904 * ia64-vms-tdep.c: New file.
1905 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
1906 (ia64_libunwind_descr): Make them public.
1907 * configure.tgt: Add ia64-*-*vms*.
1908 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
1909 (ALLDEPFILES): Add ia64-vms-tdep.c
1910
1911 2012-03-05 Tristan Gingold <gingold@adacore.com>
1912
1913 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
1914 * remote.c (PACKET_qXfer_uib): New enum value.
1915 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
1916 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
1917 (_initialize_remote): Call add_packet_config_cmd for
1918 xfer:uib packet.
1919
1920 2012-03-05 Tristan Gingold <gingold@adacore.com>
1921
1922 * osabi.c (gdb_osabi_names): Add OpenVMS.
1923 (generic_elf_osabi_sniffer): Likewise.
1924 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
1925
1926 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1927
1928 Removed unused code.
1929 * libunwind-frame.c (libunwind_frame_unwind)
1930 (libunwind_frame_base_address): Remove.
1931 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
1932
1933 2012-03-04 Yao Qi <yao@codesourcery.com>
1934
1935 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
1936 remove trailing new line.
1937 (agent_run_command, agent_run_command): Add _ markup.
1938 (agent_capability_check): Likewise.
1939
1940 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1941
1942 * breakpoint.c (set_condition_evaluation_mode): Set
1943 CONDITION_EVALUATION_MODE unconditionally.
1944
1945 2012-03-03 Yao Qi <yao@codesourcery.com>
1946
1947 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
1948 * common/agent.h: Update declaration.
1949 * inf-child.c (inf_child_use_agent): New.
1950 (inf_child_can_use_agent): New.
1951 (inf_child_target): Initialize fields `to_use_agent'
1952 and `to_can_use_agent'.
1953 * agent.c (agent_new_objfile): New.
1954 (_initialize_agent): Add agent_new_objfile to new_objfile
1955 observer.
1956
1957 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1958 New.
1959 (linux_target_install_ops): Initialize field
1960 `to_static_tracepoint_markers_by_strid'.
1961 * remote.c (free_current_marker): Move it to ...
1962 * tracepoint.c (free_current_marker): ... here. New.
1963 (cleanup_target_stop): New.
1964 * tracepoint.h: Declare free_current_marker.
1965 * NEWS: Add one entry about `info static-tracepoint-marker'.
1966
1967 2012-03-03 Yao Qi <yao@codesourcery.com>
1968
1969 * common/agent.c (agent_loaded_p): New.
1970 (agent_look_up_symbols): New global.
1971 * common/agent.h: Declare agent_loaded_p.
1972
1973 2012-03-03 Yao Qi <yao@codesourcery.com>
1974
1975 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
1976 (agent_capability_check, agent_capability_invalidate): New.
1977 (symbol_list): New array element.
1978 * common/agent.h (enum agent_capa): New.
1979 * target.c (target_pre_inferior): Call agent_capability_invalidate.
1980
1981 2012-03-03 Yao Qi <yao@codesourcery.com>
1982
1983 * target.h (struct target_ops) <to_use_agent>: New field.
1984 (struct target_ops) <to_can_use_agent>: New field.
1985 (target_use_agent, target_can_use_agent): New macro.
1986 * target.c (update_current_target): Update.
1987 * remote.c: New enum `PACKET_QAgent'.
1988 (remote_protocol_features): Add a new element.
1989 (remote_use_agent, remote_can_use_agent): New.
1990 (init_remote_ops): Initialize field `can_use_agent' with
1991 remote_can_use_agent. Intiailize field `use_agent' with
1992 remote_use_agent.
1993 * common/agent.c (use_agent): New global.
1994 * common/agent.h: Declare it.
1995 * tracepoint.c (info_static_tracepoint_markers_command): Add
1996 comment.
1997 * Makefile.in (SFILES): Add common/agent.c and agent.c.
1998 (COMMON_OBS): Add common/agent.o and agent.o
1999 (common-agent.o): New rule.
2000 * agent.c: New.
2001
2002 2012-03-03 Yao Qi <yao@codesourcery.com>
2003
2004 * common/agent.c: New.
2005 * common/agent.h: New.
2006 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
2007 AC_CHECK_HEADERS.
2008 * configure, configh.in: Regenerated.
2009
2010 2012-03-02 Kevin Buettner <kevinb@redhat.com>
2011
2012 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
2013 unless it exists for this architecture.
2014
2015 2012-03-02 Joel Brobecker <brobecker@adacore.com>
2016
2017 * language.h (struct language_defn): New "method" la_read_var_value.
2018 * findvar.c: #include "language.h".
2019 (default_read_var_value): Renames read_var_value. Rewrite
2020 function description.
2021 (read_var_value): New function.
2022 * value.h (default_read_var_value): Add prototype.
2023 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
2024 New functions.
2025 (ada_language_defn): Add entry for la_read_var_value.
2026 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
2027 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
2028 language_defn structures to add entry for new la_read_var_value
2029 field.
2030
2031 2012-03-02 Tom Tromey <tromey@redhat.com>
2032 Pedro Alves <palves@redhat.com>
2033
2034 PR breakpoints/13776:
2035 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
2036 breakpoints.
2037 (delete_longjmp_breakpoint_at_next_stop): New.
2038 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
2039 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
2040 before deleting the inferior. Add comments.
2041 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
2042 breakpoints immediately, but only on next stop. Move that code
2043 next to where we mark other breakpoints for deletion.
2044
2045 2012-03-02 Joel Brobecker <brobecker@adacore.com>
2046
2047 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
2048 marker.
2049 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
2050 violation.
2051
2052 2012-03-02 Pedro Alves <palves@redhat.com>
2053
2054 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
2055
2056 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
2057
2058 Fix -Wmissing-prototypes build.
2059 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
2060 * remote-sim.c (gdbsim_has_all_memory): Likewise.
2061 (gdbsim_has_memory): Likewise.
2062
2063 2012-03-02 Yao Qi <yao@codesourcery.com>
2064
2065 Fix -Wmissing-prototypes build.
2066 * charset.c (phony_iconv_open): Make static.
2067 (phony_iconv_close, phony_iconv): Likewise.
2068 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
2069 * i386-windows-nat.c (_initialize_i386_windows_nat): New
2070 prototype.
2071 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
2072 * ser-mingw.c (create_select_thread): Make static.
2073 * windows-termcap.c (tgetent): New prototype.
2074 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
2075
2076 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
2077
2078 Fix -Wmissing-prototypes build.
2079 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
2080 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
2081 (_initialize_loadable): New prototypes.
2082
2083 2012-03-02 Doug Evans <dje@google.com>
2084
2085 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
2086 abbrev table, read_comp_unit will do it.
2087
2088 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2089
2090 Fix -Wmissing-prototypes build.
2091 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
2092 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
2093 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
2094 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
2095 (_initialize_arm_symbian_tdep): New prototype.
2096 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
2097 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
2098 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
2099 static.
2100 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
2101 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
2102 prototype.
2103 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
2104 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
2105 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
2106 static.
2107 * moxie-tdep.c (moxie_process_record): Likewise.
2108 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
2109 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
2110 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
2111 (_initialize_rl78_tdep): New prototype.
2112 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
2113 (_initialize_rx_tdep): New prototype.
2114 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
2115 (_initialize_darwin_solib): New prototype.
2116 * solib-spu.c: Include solib-spu.h.
2117 (_initialize_spu_solib): New prototype.
2118 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
2119 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
2120 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
2121 (tic6x_software_single_step): Make it static.
2122 (_initialize_tic6x_tdep): New prototype.
2123
2124 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 Fix -Wmissing-prototypes build.
2127 * cris-tdep.c (cris_can_use_hardware_watchpoint)
2128 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
2129
2130 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 Fix -Wmissing-prototypes build.
2133 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
2134 (frv_have_stopped_data_address): Remove.
2135
2136 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 Fix -Wmissing-prototypes build.
2139 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
2140 * sh-tdep.c: Include sh64-tdep.h.
2141 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
2142 * sh64-tdep.c: Include sh64-tdep.h.
2143 * sh64-tdep.h: New file.
2144
2145 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2146
2147 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
2148
2149 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2150
2151 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
2152 sp_regnum once the gdbarch_init_osabi hook has been called.
2153
2154 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
2155
2156 * mips-tdep.c (mips32_bc1_pc): New function.
2157 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
2158 BPOSGE32 and BPOSGE64 instructions.
2159 (deal_with_atomic_sequence): Likewise.
2160 (mips32_instruction_has_delay_slot): Likewise.
2161
2162 2012-03-01 Maciej W. Rozycki <macro@mips.com>
2163 Chris Dearman <chris@mips.com>
2164 Maciej W. Rozycki <macro@codesourcery.com>
2165 Joseph Myers <joseph@codesourcery.com>
2166
2167 * features/mips-dsp.xml: New file.
2168 * features/mips64-dsp.xml: New file.
2169 * features/mips-dsp-linux.xml: New file.
2170 * features/mips64-dsp-linux.xml: New file.
2171 * features/Makefile (WHICH): Add mips-dsp-linux and
2172 mips64-dsp-linux.
2173 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
2174 * features/mips-dsp-linux.c: New file.
2175 * features/mips64-dsp-linux.c: New file.
2176 * regformats/mips-dsp-linux.dat: New file.
2177 * regformats/mips64-dsp-linux.dat: New file.
2178 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
2179 registers.
2180 (mips64_linux_register_addr): Likewise.
2181 (mips64_linux_regsets_fetch_registers): Likewise.
2182 (mips64_linux_regsets_store_registers): Likewise.
2183 (mips64_linux_fetch_registers): Update call to
2184 mips64_linux_regsets_fetch_registers.
2185 (mips64_linux_store_registers): Update call to
2186 mips64_linux_regsets_store_registers.
2187 (mips_linux_read_description): Probe for DSP registers.
2188 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
2189 and initialize_tdesc_mips64_dsp_linux.
2190 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
2191 Remove padding of no longer used embedded register slots.
2192 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
2193 (MIPS_RESTART_REGNUM): Redefine enum value.
2194 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
2195 strings.
2196 (mips_tx39_reg_names): Likewise.
2197 (mips_linux_reg_names): New array of register names for Linux
2198 targets.
2199 (mips_register_name): Check for a null pointer in
2200 mips_processor_reg_names and return an empty string.
2201 (mips_register_type): Exclude embedded registers for the IRIX
2202 and Linux ABIs.
2203 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
2204 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
2205 DSP registers.
2206 (mips_stab_reg_to_regnum): Handle DSP accumulators.
2207 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
2208 (mips_gdbarch_init): Likewise. Initialize internal register
2209 indices for the Linux ABI. Use dynamic numbers to refer to
2210 registers, as applicable, while parsing the target description.
2211 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
2212
2213 2012-03-01 Joel Brobecker <brobecker@adacore.com>
2214
2215 * frame.h (read_frame_register_unsigned): Fix typo in function
2216 description.
2217
2218 2012-03-01 Pedro Alves <palves@redhat.com>
2219
2220 * jit-reader.in [!__cplusplus]
2221 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
2222
2223 2012-03-01 Pedro Alves <palves@redhat.com>
2224
2225 * configure.ac (build_warnings): Add -Wmissing-prototypes.
2226 * configure: Regenerate.
2227
2228 2012-03-01 Pedro Alves <palves@redhat.com>
2229
2230 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
2231 * breakpoint.c (create_exception_master_breakpoint, trace_command)
2232 (ftrace_command, strace_command): Make static.
2233 * d-lang.c (_initialize_d_language): Declare.
2234 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
2235 * dwarf2loc.c (_initialize_dwarf2loc):
2236 * dwarf2read.c (process_psymtab_comp_unit): Make static.
2237 * exec.c (exec_get_section_table): Make static.
2238 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
2239 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
2240 * inferior.c (remove_inferior_command, add_inferior_command)
2241 (clone_inferior_command): Make static.
2242 * linux-nat.c (linux_nat_thread_address_space)
2243 (linux_nat_core_of_thread): Make static.
2244 * linux-tdep.c (_initialize_linux_tdep): Declare.
2245 * objc-lang.c (_initialize_objc_lang): Declare.
2246 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
2247 Make static.
2248 (_initialize_opencl_language): Declare.
2249 * record.c (_initialize_record): Declare.
2250 * remote.c (demand_private_info, remote_get_tib_address)
2251 (remote_supports_cond_tracepoints)
2252 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
2253 Make static.
2254 * skip.c (_initialize_step_skip): Declare.
2255 * symtab.c (skip_prologue_using_lineinfo): Make static.
2256 * tracepoint.c (delete_trace_state_variable)
2257 (trace_variable_command, delete_trace_variable_command)
2258 (get_uploaded_tsv, find_matching_tracepoint_location)
2259 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
2260 Make static.
2261 * value.c (pack_unsigned_long): Make static.
2262 * varobj.c (varobj_ensure_python_env): Make static.
2263 * windows-tdep.c (_initialize_windows_tdep): Declare.
2264 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
2265
2266 2012-03-01 Pedro Alves <palves@redhat.com>
2267
2268 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
2269 gdbarch parameter.
2270 (linux_init_abi): Install it as has_shared_address_space gdbarch
2271 callback.
2272
2273 2012-03-01 Pedro Alves <palves@redhat.com>
2274
2275 * observer.c (observer_test_first_notification_function)
2276 (observer_test_second_notification_function)
2277 (observer_test_third_notification_function): Add declarations.
2278
2279 2012-03-01 Pedro Alves <palves@redhat.com>
2280
2281 * common/signals.c (default_target_signal_to_host)
2282 (default_target_signal_from_host): Move ...
2283 * arch-utils.c: ... here.
2284 * arch-utils.h (default_target_signal_to_host)
2285 (default_target_signal_from_host): Declare.
2286
2287 * common/signals.c (target_signal_from_command): Move ...
2288 * infrun.c: ... here.
2289 * inferior.h (target_signal_from_command): Declare.
2290 * target.h (target_signal_from_command)
2291 (default_target_signal_from_host, default_target_signal_to_host):
2292 Delete declarations.
2293
2294 * common/signals.c (_initialize_signals): Delete.
2295
2296 2012-03-01 Pedro Alves <palves@redhat.com>
2297
2298 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
2299 both __cplusplus and !__cplusplus.
2300
2301 2012-03-01 Pedro Alves <palves@redhat.com>
2302
2303 * psymtab.c (find_and_open_source): Delete declaration.
2304 * source.c (find_and_open_source): Move comment ...
2305 * source.h (find_and_open_source): ... to this new declaration.
2306
2307 2012-03-01 Pedro Alves <palves@redhat.com>
2308
2309 * inline-frame.c: Include inline-frame.h.
2310
2311 2012-03-01 Pedro Alves <palves@redhat.com>
2312
2313 * tui/tui-data.c (set_gen_win_origin): Delete.
2314 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
2315 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
2316
2317 2012-03-01 Pedro Alves <palves@redhat.com>
2318
2319 * remote.c (encode_actions): Delete declaration.
2320 * tracepoint.c (encode_actions): Make extern.
2321 * tracepoint.h (encode_actions): Declare.
2322
2323 2012-03-01 Pedro Alves <palves@redhat.com>
2324
2325 * python/py-breakpoint.c: Include python.h.
2326 * python/py-continueevent.c (create_continue_event_object): Make
2327 static.
2328 * python/py-lazy-string.c (stpy_get_type): Make static.
2329 * python/py-newobjfileevent.c (create_new_objfile_event_object):
2330 Make static.
2331 * python/py-utils.c (unicode_to_target_python_string): Make
2332 static.
2333 * python/py-value.c: Include python.h.
2334
2335 2012-03-01 Pedro Alves <palves@redhat.com>
2336
2337 * inferior.c (delete_threads_of_inferior): Delete.
2338
2339 2012-03-01 Pedro Alves <palves@redhat.com>
2340
2341 Import fallback definitions from glibc.
2342
2343 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
2344 ps_prochandle): Forward declare.
2345 (ps_err_e): Use glibc's comments.
2346 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
2347 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
2348 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
2349 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
2350 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
2351 (struct ps_prochandle): Adjust comment.
2352
2353 2012-03-01 Pedro Alves <palves@redhat.com>
2354
2355 * ada-lang.c (ada_modulus_from_name): Delete.
2356 * ada-lex.l (lexer_init): Make static.
2357
2358 2012-03-01 Pedro Alves <palves@redhat.com>
2359
2360 PR gdb/13767
2361
2362 * frame.c (read_frame_register_unsigned): New.
2363 * frame.h (read_frame_register_unsigned): Declare.
2364 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
2365 Handle it.
2366 (print_i387_control_word): New parameter `control_p'. Handle it.
2367 (i387_print_float_info): Handle unavailable float registers.
2368
2369 2012-03-01 Keith Seitz <keiths@redhat.com>
2370
2371 * linespec.c (decode_line_2): Sort the list of methods
2372 alphabetically before presenting the user with a selection
2373 menu.
2374
2375 2012-03-01 Doug Evans <dje@google.com>
2376
2377 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
2378 has_namespace_info.
2379 (dwarf2_read_abbrevs): Remove corresponding initialization.
2380
2381 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2382
2383 * NEWS: Mention new python command class gdb.COMMAND_USER.
2384 * cli/cli-cmds.c (show_user): Print error when used on a python
2385 command.
2386 (init_cli_cmds): Update documentation strings for "show user" and
2387 "set/show max-user-call-depth" to clarify that it does not apply to
2388 python commands.
2389 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
2390 error check.
2391 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
2392 gdb python api.
2393 * top.c (execute_command): Only execute a user-defined command as a
2394 legacy macro if c->user_commands is set.
2395
2396 2012-03-01 Tom Tromey <tromey@redhat.com>
2397
2398 * valprint.h (struct generic_val_print_decorations): New.
2399 (generic_val_print): Declare.
2400 * valprint.c (generic_val_print): New function.
2401 * p-valprint.c (p_decorations): New global.
2402 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
2403 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
2404 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
2405 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
2406 * m2-valprint.c (m2_decorations): New global.
2407 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
2408 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
2409 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
2410 TYPE_CODE_ERROR>: Call generic_val_print.
2411 * f-valprint.c (f_decorations): New global.
2412 (f_val_print): Use print_function_pointer_address.
2413 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
2414 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
2415 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
2416 generic_val_print.
2417 * c-valprint.c (c_decorations): New global.
2418 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
2419 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
2420 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
2421 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
2422 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
2423 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
2424 case.
2425
2426 2012-03-01 Tom Tromey <tromey@redhat.com>
2427
2428 * valprint.c (val_print): Update.
2429 * p-valprint (pascal_val_print): Return void.
2430 * p-lang.h (pascal_val_print): Return void.
2431 * m2-valprint.c (m2_val_print): Return void.
2432 * m2-lang.h (m2_val_print): Return void.
2433 * language.h (struct language_defn) <la_val_print>: Return void.
2434 * language.c (unk_lang_val_print): Return void.
2435 * jv-valprint.c (java_val_print): Return void.
2436 * jv-lang.h (java_val_print): Return void.
2437 * f-valprint.c (f_val_print): Return void.
2438 * f-lang.h (f_val_print): Return void.
2439 * d-valprint.c (d_val_print): Return void.
2440 (dynamic_array_type): Update.
2441 * d-lang.h (d_val_print): Return void.
2442 * c-valprint.c (c_val_print): Return void.
2443 * c-lang.h (c_val_print): Return void.
2444 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
2445 void.
2446 * ada-lang.h (ada_val_print): Return void.
2447
2448 2012-03-01 Tom Tromey <tromey@redhat.com>
2449
2450 * value.h (val_print): Return void.
2451 * valprint.c (val_print): Return void.
2452
2453 2012-03-01 Tom Tromey <tromey@redhat.com>
2454
2455 * value.h (common_val_print): Return void.
2456 * valprint.c (common_val_print): Return void.
2457
2458 2012-03-01 Tom Tromey <tromey@redhat.com>
2459
2460 * value.h (value_print): Return void.
2461 * valprint.c (value_print): Return void.
2462 * p-valprint.c (pascal_value_print): Return void.
2463 * p-lang.h (pascal_value_print): Return void.
2464 * language.h (struct language_defn) <la_value_print>: Return
2465 void.
2466 * language.c (unk_lang_value_print): Return void.
2467 * jv-valprint.c (java_value_print): Return void.
2468 * jv-lang.h (java_value_print): Return void.
2469 * f-valprint.c (c_value_print): Don't declare.
2470 Include c-lang.h.
2471 * c-valprint.c (c_value_print): Return void.
2472 * c-lang.h (c_value_print): Return void.
2473 * ada-valprint.c (ada_value_print): Return void.
2474 * ada-lang.h (ada_value_print): Return void.
2475
2476 2012-03-01 Tom Tromey <tromey@redhat.com>
2477
2478 * value.c (value_primitive_field): Handle virtual base classes.
2479
2480 2012-03-01 Tom Tromey <tromey@redhat.com>
2481
2482 * gdbtypes.h (struct vbase): Remove.
2483
2484 2012-03-01 Tom Tromey <tromey@redhat.com>
2485
2486 * c-valprint.c (print_function_pointer_address): Move...
2487 * valprint.c: ... here. Make non-static.
2488 * m2-valprint.c (print_function_pointer_address): Remove.
2489 * valprint.h (print_function_pointer_address): Declare.
2490
2491 2012-03-01 Joel Brobecker <brobecker@adacore.com>
2492
2493 * NEWS: Document the fact that one can provide a condition when
2494 creating an Ada exception catchpoint.
2495
2496 2012-03-01 Tom Tromey <tromey@redhat.com>
2497
2498 * valprint.c (val_print_type_code_flags): Fix placement of
2499 trailing brace.
2500
2501 2012-03-01 Joel Brobecker <brobecker@adacore.com>
2502
2503 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
2504 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
2505 environment variable before calling update-copyright.
2506
2507 2012-03-01 Joel Brobecker <brobecker@adacore.com>
2508
2509 * gnulib/extra/update-copyright: Update to the latest from
2510 gnulib's git repository.
2511 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
2512 variable to 2 instead of 1.
2513
2514 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2515
2516 * varobj.c (c_value_of_variable): Remove dead code.
2517
2518 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2519
2520 * ada-lex.p (processId): Do not modify already encoded IDs.
2521 Update function documentation.
2522
2523 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2524
2525 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
2526 "name" with "struct symbol *name_sym".
2527 * ada-exp.y (write_var_or_type): Update call to
2528 ada_find_renaming_symbol.
2529 "name" with "struct symbol *name_sym". Adjust Implementation
2530 accordingly. Adjust the function documentation.
2531
2532 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2533
2534 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
2535 * ada-lang.c (ada_find_any_type): Add advance declaration.
2536 Make static. Replace ada_find_any_symbol by
2537 ada_find_any_type_symbol.
2538 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
2539 Improve function description. Make static.
2540 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
2541 Replace ada_find_any_symbol by ada_find_any_type_symbol.
2542
2543 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2544
2545 * ada-lang.c (struct tag_args): Delete.
2546 (ada_get_tsd_type): Function body moved up in source file.
2547 (ada_tag_name_1, ada_tag_name_2): Delete.
2548 (ada_get_tsd_from_tag): New function.
2549 (ada_tag_name_from_tsd): New function.
2550 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
2551 to determine the tag name.
2552
2553 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2554
2555 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
2556 declaration.
2557 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
2558 function.
2559
2560 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2561
2562 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
2563
2564 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2565
2566 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
2567 full searches.
2568
2569 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2570
2571 * ada-lang.c (constrained_packed_array_type): If there is a
2572 parallel XA type, use it to determine the array index type.
2573
2574 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2575
2576 * ada-valprint.c (ada_val_print_1): If our value is a reference
2577 to an array descriptor, dereference it before converting it
2578 to a simple array.
2579
2580 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2581
2582 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
2583 creating fixed value.
2584 (ada_value_ind, ada_coerce_ref, assign_component)
2585 (ada_evaluate_subexp): Remove call to unwrap_value before
2586 call to ada_to_fixed_value.
2587
2588 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2589
2590 * ada-lang.c (to_fixed_array_type): Set result's type name.
2591
2592 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2593
2594 * ada-lang.c (catch_ada_exception_command_split): Add new
2595 argument cond_string. Add support for condition at end of
2596 "catch exception" commands.
2597 (ada_decode_exception_location): Add new argument cond_string.
2598 Update call to catch_ada_exception_command_split.
2599 (create_ada_exception_catchpoint): Add new argument cond_string.
2600 Set the breakpoint condition if needed.
2601 (catch_ada_exception_command): Update call to
2602 ada_decode_exception_location.
2603 (ada_decode_assert_location): Add function documentation.
2604 Add support for condition at end of "catch assert" command.
2605 (catch_assert_command): Update calls to ada_decode_assert_location
2606 and create_ada_exception_catchpoint.
2607
2608 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2609
2610 Fix disp-step-syscall.exp: fork: single step over fork.
2611 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
2612 (i386_linux_get_syscall_number_from_regcache): ... here, new function
2613 comment, change parameters gdbarch and ptid to regcache. Remove
2614 parameter regcache, initialize gdbarch from regcache here.
2615 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
2616 New functions.
2617 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
2618 instead.
2619 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
2620 'syscall'. Make the 'int' check more strict.
2621
2622 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
2625 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
2626 (i386_linux_intx80_sysenter_syscall_record): ... here.
2627 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
2628 Use the renamed function name.
2629
2630 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2631
2632 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
2633 * breakpoint.c (until_break_command): Likewise.
2634 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2635 * infcall.c (call_function_by_hand): Likewise.
2636 * infcmd.c (finish_forward): Likewise.
2637 * infrun.c (insert_exception_resume_breakpoint): Likewise.
2638
2639 2012-02-28 Tristan Gingold <gingold@adacore.com>
2640
2641 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
2642 avoid variable assignments inside condition.
2643
2644 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2645
2646 Fix static analysis issue found by cppcheck.
2647 * microblaze-tdep.c (microblaze_extract_return_value): Fix
2648 uninitialized BUF for size 2.
2649
2650 2012-02-27 Chris Dearman <chris@mips.com>
2651 Nathan Froyd <froydnj@codesourcery.com>
2652 Maciej W. Rozycki <macro@codesourcery.com>
2653
2654 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
2655 (mips16_instruction_has_delay_slot): Likewise.
2656 (mips_segment_boundary): Likewise.
2657 (mips_adjust_breakpoint_address): Likewise.
2658 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
2659
2660 2012-02-27 Maciej W. Rozycki <macro@mips.com>
2661 Maciej W. Rozycki <macro@codesourcery.com>
2662
2663 * infrun.c (handle_inferior_event): Don't proceed through
2664 shared library trampolines if stepping at the machine
2665 instruction level.
2666
2667 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2668
2669 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
2670 too.
2671
2672 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
2673
2674 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
2675 (sh_stub_unwind_sniffer): New functions.
2676 (sh_stub_unwind): New variable.
2677 (sh_gdbarch_init): Wire everything.
2678
2679 2012-02-27 Pedro Alves <palves@redhat.com>
2680
2681 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
2682 (linux_nat_post_attach_wait): Adjust to use
2683 linux_proc_pid_is_stopped.
2684 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
2685 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
2686 based on pid_is_stopped from both linux-nat.c and
2687 gdbserver/linux-low.c, and renamed.
2688
2689 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2690
2691 * remote.c (remote_watchpoint_addr_within_range): New function.
2692 (init_remote_ops): Use it.
2693
2694 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
2695
2696 * target.h (target_watchpoint_addr_within_range): Document macro.
2697
2698 2012-02-24 Pedro Alves <palves@redhat.com>
2699
2700 * stack.c (set_last_displayed_sal): Issue internal_error instead
2701 of warning, and issue it after clearing the last displayed sal.
2702
2703 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2704 Pedro Alves <palves@redhat.com>
2705
2706 * breakpoint.c (until_break_command): Install breakpoints after
2707 all frame manipulations.
2708
2709 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2710
2711 * remote.c (remote_supports_cond_breakpoints): New forward
2712 declaration.
2713 (remote_add_target_side_condition): New function.
2714 (remote_insert_breakpoint): Add target-side breakpoint
2715 conditional if supported.
2716 (remote_insert_hw_breakpoint): Likewise.
2717 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
2718 hook.
2719
2720 * target.c (update_current_target): Inherit
2721 to_supports_evaluation_of_breakpoint_conditions.
2722 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
2723
2724 * target.h (struct target_ops)
2725 <to_supports_evaluation_of_breakpoint_conditions>: New field.
2726 (target_supports_evaluation_of_breakpoint_conditions): New #define.
2727
2728 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
2729 (condition_evaluation_both, condition_evaluation_auto,
2730 condition_evaluation_host, condition_evaluation_target,
2731 condition_evaluation_enums, condition_evaluation_mode_1,
2732 condition_evaluation_mode): New static globals.
2733 (translate_condition_evaluation_mode): New function.
2734 (breakpoint_condition_evaluation_mode): New function.
2735 (gdb_evaluates_breakpoint_condition_p): New function.
2736 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
2737 (mark_breakpoint_modified): New function.
2738 (mark_breakpoint_location_modified): New function.
2739 (set_condition_evaluation_mode): New function.
2740 (show_condition_evaluation_mode): New function.
2741 (bp_location_compare_addrs): New function.
2742 (get_first_location_gte_addr): New helper function.
2743 (set_breakpoint_condition): Free condition bytecode if locations
2744 has become unconditional. Call mark_breakpoint_modified (...).
2745 (condition_command): Call update_global_location_list (1) for
2746 breakpoints.
2747 (breakpoint_xfer_memory): Use is_breakpoint (...).
2748 (is_breakpoint): New function.
2749 (parse_cond_to_aexpr): New function.
2750 (build_target_condition_list): New function.
2751 (insert_bp_location): Handle target-side conditional
2752 breakpoints and call build_target_condition_list (...).
2753 (update_inserted_breakpoint_locations): New function.
2754 (insert_breakpoint_locations): Handle target-side conditional
2755 breakpoints.
2756 (bpstat_check_breakpoint_conditions): Add comment.
2757 (bp_condition_evaluator): New function.
2758 (bp_location_condition_evaluator): New function.
2759 (print_breakpoint_location): Print information on where the condition
2760 will be evaluated.
2761 (print_one_breakpoint_location): Likewise.
2762 (init_bp_location): Call mark_breakpoint_location_modified (...) for
2763 breakpoint location.
2764 (force_breakpoint_reinsertion): New functions.
2765 (update_global_location_list): Handle target-side breakpoint
2766 conditions.
2767 Reinsert locations that are already inserted if conditions have
2768 changed.
2769 (bp_location_dtor): Free agent expression bytecode.
2770 (disable_breakpoint): Call mark_breakpoint_modified (...).
2771 Call update_global_location_list (...) with parameter 1 for breakpoints.
2772 (disable_command): Call mark_breakpoint_location_modified (...).
2773 Call update_global_location_list (...) with parameter 1 for breakpoints.
2774 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
2775 (enable_command): mark_breakpoint_location_modified (...).
2776 (_initialize_breakpoint): Update documentation and add
2777 condition-evaluation breakpoint subcommand.
2778
2779 * breakpoint.h: Include ax.h.
2780 (condition_list): New data structure.
2781 (condition_status): New enum.
2782 (bp_target_info) <cond_list>: New field.
2783 (bp_location) <condition_changed, cond_bytecode>: New fields.
2784 (is_breakpoint): New prototype.
2785
2786 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2787
2788 * remote.c (remote_state) <cond_breakpoints>: New field.
2789 (PACKET_ConditionalBreakpoints): New enum.
2790 (remote_cond_breakpoint_feature): New function.
2791 (remote_protocol_features): Add new ConditionalBreakpoints entry.
2792 (remote_supports_cond_breakpoints): New function.
2793 (_initialize_remote): Add new packet configuration for
2794 target-side conditional breakpoints.
2795
2796 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2797
2798 * NEWS: Mention target-side conditional breakpoint support,
2799 new condition-evaluation breakpoint subcommand and remote
2800 packet extensions.
2801
2802 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2803
2804 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
2805 number.
2806
2807 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
2808
2809 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
2810 (after_prologue): Remove.
2811
2812 2012-02-23 Tom Tromey <tromey@redhat.com>
2813
2814 * jv-valprint.c (java_val_print): Remove dead code.
2815
2816 2012-02-23 Tristan Gingold <gingold@adacore.com>
2817
2818 * ada-tasks.c (struct ada_tasks_inferior_data): Add
2819 known_tasks_element and known_tasks_length fields.
2820 (read_known_tasks_array): Change argument type. Use pointer type
2821 and number of elements from DATA. Adjust.
2822 (read_known_tasks_list): Likewise.
2823 (get_known_tasks_addr): Remove.
2824 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
2825 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
2826 type and array length. Merge former get_known_tasks_addr code.
2827
2828 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 PR backtrace/13716
2831 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
2832 it after set_momentary_breakpoint.
2833
2834 2012-02-22 Sterling Augustine <saugustine@google.com>
2835
2836 PR 13689:
2837 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
2838
2839 2012-02-22 Gary Benson <gbenson@redhat.com>
2840
2841 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
2842 (find_slot_in_mapped_hash): Likewise.
2843
2844 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 PR build/13638
2847 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
2848 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
2849 * configure: Regenerate.
2850
2851 2012-02-21 Tristan Gingold <gingold@adacore.com>
2852 Pedro Alves <palves@redhat.com>
2853
2854 * ia64-tdep.c: Do not include libunwind-ia64.h.
2855 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
2856 Include libunwind-ia64.h instead of libunwind.h.
2857 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
2858 for libunwind.h existence.
2859 * configure, config.in: Regenerate.
2860
2861 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2862
2863 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
2864 instead of value_rtti_target_type.
2865 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
2866 instead of value_rtti_target_type.
2867 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
2868 value_rtti_target_type.
2869 * valops.c (value_ind): Extract function readjust_indirect_value_type.
2870 (value_rtti_target_type): Rename to ...
2871 (value_rtti_indirect_type): ... here and make it indirect. Update
2872 function comment.
2873 * value.c (readjust_indirect_value_type): New function.
2874 (coerce_ref): Support for enclosing type setting for references
2875 with readjust_indirect_value_type.
2876 * value.h (readjust_value_type): New declaration.
2877 (value_rtti_target_type): Rename to ...
2878 (value_rtti_indirect_type): ... here.
2879
2880 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
2881
2882 * MAINTAINERS (Write After Approval): Add myself to the list.
2883
2884 2012-02-20 Doug Evans <dje@google.com>
2885
2886 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
2887 Rename objfile_p_char parameter to objfilep.
2888 (build_objfile_section_table): Result is now void. All callers
2889 updated.
2890 * objfiles.h (struct objfile): Tweak comments, whitespace.
2891 (build_objfile_section_table): Update.
2892
2893 * elfread.c (elf_symfile_segments): Fix warning text.
2894
2895 2012-02-20 Tom Tromey <tromey@redhat.com>
2896
2897 PR gdb/13498:
2898 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
2899 particular set of file names once.
2900 (dw2_map_symbol_filenames): Likewise.
2901
2902 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2903
2904 Code cleanup.
2905 * main.c (write_files): Remove the declaration.
2906 (external_editor_command): Move the declaration ...
2907 [GDBTK] (external_editor_command): ... here. Fix the comment.
2908
2909 2012-02-20 Tom Tromey <tromey@redhat.com>
2910
2911 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
2912 extraneous block.
2913
2914 2012-02-20 Tristan Gingold <gingold@adacore.com>
2915
2916 * darwin-nat.h (enum darwin_msg_state): Add comments.
2917
2918 2012-02-20 Tristan Gingold <gingold@adacore.com>
2919
2920 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
2921 value.
2922
2923 2012-20-18 Joel Brobecker <brobecker@adacore.com>
2924
2925 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
2926 between function description and implementation.
2927
2928 2012-02-17 Tom Tromey <tromey@redhat.com>
2929
2930 PR python/12070:
2931 * python/py-event.c (event_object_getset): New global.
2932 (event_object_type): Reference it.
2933 * python/py-type.c (field_object_getset): New global.
2934 (field_object_type): Reference it.
2935 * python/python-internal.h (gdb_py_generic_dict): Declare.
2936 * python/py-utils.c (gdb_py_generic_dict): New function.
2937
2938 2012-02-17 Tristan Gingold <gingold@adacore.com>
2939
2940 * solib-darwin.c (darwin_current_sos): Check magic and filetype
2941
2942 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
2943
2944 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
2945 TYPE_CALLING_CONVENTION annotation.
2946
2947 2012-02-16 Kevin Buettner <kevinb@redhat.com>
2948
2949 * MAINTAINERS: Add rx to target ISA section.
2950 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
2951 (ALLDEPFILES): Add rx-tdep.c.
2952
2953 2012-02-16 Tom Tromey <tromey@redhat.com>
2954
2955 * symfile.c (symbol_file_add_main_1): Use inferior's
2956 symfile_flags.
2957 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
2958 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
2959 inferior.
2960 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
2961 inferior.
2962 (follow_exec): Use inferior's symfile_flags.
2963 * inferior.h (struct inferior) <symfile_flags>: New field.
2964
2965 2012-02-16 Mike Frysinger <vapier@gentoo.org>
2966
2967 PR gdb/9734:
2968 * remote-sim.c (gdbsim_create_inferior): Call error() when
2969 sim_create_inferior() fails.
2970
2971 2012-02-16 Josh Matthews <josh@joshmatthews.net>
2972
2973 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
2974
2975 2012-02-16 Tom Tromey <tromey@redhat.com>
2976
2977 PR c++/13653:
2978 * thread.c (struct current_thread_cleanup) <was_removable>: New
2979 field.
2980 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
2981 (make_cleanup_restore_current_thread): Initialize new field.
2982
2983 2012-02-15 Kevin Buettner <kevinb@redhat.com>
2984
2985 * MAINTAINERS: Add rl78 to target ISA section.
2986 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
2987 (ALLDEPFILES): Add rl78-tdep.c.
2988 * NEWS: Mention rl78 as a new target.
2989
2990 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2991
2992 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
2993 data.
2994 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
2995
2996 2012-02-15 Tom Tromey <tromey@redhat.com>
2997
2998 PR gdb/12659:
2999 * infcmd.c (registers_info): Print just the current register's
3000 name.
3001
3002 2012-02-15 Tom Tromey <tromey@redhat.com>
3003
3004 * python/py-symbol.c (sympy_value): Use _().
3005
3006 2012-02-15 Pedro Alves <palves@redhat.com>
3007
3008 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
3009 output to be like native targets'.
3010 (remote_pid_to_str): Special case the null ptid.
3011
3012 2012-02-14 Stan Shebs <stan@codesourcery.com>
3013
3014 * NEWS: Mention enable count command.
3015 * breakpoint.h (struct breakpoint): New field enable_count.
3016 * breakpoint.c (enable_breakpoint_disp): Add count argument.
3017 (enable_breakpoint): Add arg to call.
3018 (struct disp_data): New struct.
3019 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
3020 (do_map_enable_once_breakpoint): Create a struct and pass it.
3021 (do_map_enable_delete_breakpoint): Ditto.
3022 (do_map_enable_count_breakpoint): New function.
3023 (enable_count_command): New function.
3024 (bpstat_stop_status): Decrement enable_count.
3025 (print_one_breakpoint_location): Report enable count.
3026 (_initialize_breakpoint): Add enable count command.
3027
3028 2012-02-14 Kevin Buettner <kevinb@redhat.com>
3029
3030 * rl78-tdep.c (reggroups.h): Include.
3031 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
3032 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
3033 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
3034 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
3035 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
3036 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
3037 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
3038 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
3039 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
3040 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
3041 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
3042 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
3043 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
3044 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
3045 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
3046 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
3047 beginning of register list.
3048 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
3049 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
3050 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
3051 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
3052 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
3053 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
3054 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
3055 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
3056 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
3057 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
3058 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
3059 the pseudo registers. Rearrange other pseudo registers too so
3060 that the bank registers appear at the end.
3061 (rl78_register_type): Account for the fact that the byte sized
3062 bank registers are now pseudo-registers.
3063 (rl78_register_name): Rearrange the register name array. Make
3064 initial set of raw banked registers inaccessible.
3065 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
3066 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
3067 case for copying bytes back and forth between raw and pseudo
3068 versions of the banked registers. Update other cases to reflect
3069 the changed names.
3070 (rl78_return_value): Update to account for changed names of
3071 raw registers.
3072 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
3073 rl78_register_sim_regno().
3074
3075 2012-02-14 Kevin Buettner <kevinb@redhat.com>
3076
3077 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
3078 the name parameter being passed to find_pc_partial_function().
3079
3080 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3081
3082 * MAINTAINERS: Step down from being ia64 target maintainer.
3083
3084 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3085
3086 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
3087 compilation warning.
3088
3089 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3090
3091 Fix crash on loaded shlibs without loaded exec_bfd.
3092 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
3093 (set_section_command): Replace exec_bfd by p->bfd.
3094
3095 2012-02-10 Tom Tromey <tromey@redhat.com>
3096
3097 * linespec.c (decode_line_internal): Skip symtabs_from_filename
3098 when we have a C++ qualified name.
3099
3100 2012-02-10 Pedro Alves <palves@redhat.com>
3101
3102 * inferior.c (inferior_pid_to_str): New.
3103 (print_inferior, inferior_command): Use it.
3104
3105 2012-02-10 Pedro Alves <palves@redhat.com>
3106
3107 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
3108 the test CFLAGS.
3109 * configure: Regenerate.
3110
3111 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3112
3113 * linespec.c (decode_line_internal): Fix comment correctness.
3114
3115 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
3116
3117 PR gdb/12953
3118 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
3119 * amd64bsd-nat.c: Add support for debug registers (adapted from
3120 i386bsd-nat.c).
3121 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
3122 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
3123 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
3124 (amd64bsd_dr_get_control): New functions.
3125 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
3126 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
3127 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
3128 watchpoints initialization.
3129 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
3130
3131 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3132
3133 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
3134 flds_bnds.fields.
3135 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
3136
3137 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3138
3139 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
3140
3141 2012-02-08 Joel Brobecker <brobecker@adacore.com>
3142
3143 * language.h (symbol_name_cmp_ftype): Renames
3144 symbol_name_match_p_ftype.
3145 (struct language_defn)[la_get_symbol_name_cmp]: Renames
3146 la_get_symbol_name_match_p.
3147 * ada-lang.c (ada_get_symbol_name_cmp): Renames
3148 ada_get_symbol_name_match_p. Update comment.
3149 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
3150 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
3151 Renames symbol_name_match_p. Update field type.
3152 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
3153 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3154 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
3155 "la_get_symbol_name_cmp" in comments.
3156 * language.c: Likewise.
3157
3158 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3159
3160 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
3161 %eflags offset.
3162 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
3163 (amd64_sol2_gregset32_reg_offs): Likewise.
3164
3165 2012-02-08 Joel Brobecker <brobecker@adacore.com>
3166
3167 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
3168 of the returned BFD is allocated by GDB.
3169
3170 2012-02-07 Tom Tromey <tromey@redhat.com>
3171
3172 PR python/12027:
3173 * python/python-internal.h (frame_object_type): Declare.
3174 * python/py-symbol.c (sympy_needs_frame): New function.
3175 (sympy_value): New function.
3176 (symbol_object_getset): Add "needs_frame".
3177 (symbol_object_methods): Add "value".
3178 * python/py-frame.c (frame_object_type): No longer static.
3179
3180 2012-02-07 Tom Tromey <tromey@redhat.com>
3181
3182 PR python/13599:
3183 * python/py-symbol.c (sympy_line): New function.
3184 (symbol_object_getset): Add "line".
3185
3186 2012-02-07 Tom Tromey <tromey@redhat.com>
3187
3188 * charset.c (find_charset_names): Check 'in' against NULL.
3189
3190 2012-02-06 Doug Evans <dje@google.com>
3191
3192 * gdbtypes.h (struct main_type): Change type of name,tag_name,
3193 and fields.name members from char * to const char *. All uses updated.
3194 (struct cplus_struct_type): Change type of fn_fieldlists.name member
3195 from char * to const char *. All uses updated.
3196 (type_name_no_tag): Update.
3197 (lookup_unsigned_typename, lookup_signed_typename): Update.
3198 * gdbtypes.c (type_name_no_tag): Change result type
3199 from char * to const char *. All callers updated.
3200 (lookup_unsigned_typename, lookup_signed_typename): Change type of
3201 name parameter from char * to const char *.
3202 * symtab.h (struct cplus_specific): Change type of demangled_name
3203 member from char * to const char *. All uses updated.
3204 (struct general_symbol_info): Change type of name and
3205 mangled_lang.demangled_name members from char * to const char *.
3206 All uses updated.
3207 (symbol_get_demangled_name, symbol_natural_name): Update.
3208 (symbol_demangled_name, symbol_search_name): Update.
3209 * symtab.c (symbol_get_demangled_name): Change result type
3210 from char * to const char *. All callers updated.
3211 (symbol_natural_name, symbol_demangled_name): Ditto.
3212 (symbol_search_name): Ditto.
3213 (completion_list_add_name): Change type of symname,sym_text,
3214 text,word parameters from char * to const char *.
3215 (completion_list_objc_symbol): Change type of sym_text,
3216 text,word parameters from char * to const char *.
3217 * ada-lang.c (find_struct_field): Change type of name parameter
3218 from char * to const char *.
3219 (encoded_ordered_before): Similarly for N0,N1 parameters.
3220 (old_renaming_is_invisible): Similarly for function_name parameter.
3221 (ada_type_name): Change result type from char * to const char *.
3222 All callers updated.
3223 * ada-lang.h (ada_type_name): Update.
3224 * buildsym.c (hashname): Change type of name parameter
3225 from char * to const char *.
3226 * buildsym.h (hashname): Update.
3227 * dbxread.c (end_psymtab): Change type of include_list parameter
3228 from char ** to const char **.
3229 * dwarf2read.c (determine_prefix): Change result type
3230 from char * to const char *. All callers updated.
3231 * f-lang.c (find_common_for_function): Change type of name, funcname
3232 parameters from char * to const char *.
3233 * f-lang.c (find_common_for_function): Update.
3234 * f-valprint.c (list_all_visible_commons): Change type of funcname
3235 parameters from char * to const char *.
3236 * gdbarch.sh (static_transform_name): Change type of name parameter
3237 and result from char * to const char *.
3238 * gdbarch.c: Regenerate.
3239 * gdbarch.h: Regenerate.
3240 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
3241 of name parameter from char * to const char *.
3242 * jv-lang.c (java_primitive_type_from_name): Ditto.
3243 (java_demangled_signature_length): Similarly for signature parameter.
3244 (java_demangled_signature_copy): Ditto.
3245 (java_demangle_type_signature): Ditto.
3246 * jv-lang.h (java_primitive_type_from_name): Update.
3247 (java_demangle_type_signature): Update.
3248 * objc-lang.c (specialcmp): Change type of a,b parameters
3249 from char * to const char *.
3250 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
3251 from char * to const char *. All callers updated.
3252 * p-lang.h (is_pascal_string_type): Update.
3253 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
3254 of name parameter from char * to const char *.
3255 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
3256 * utils.c (fprintf_symbol_filtered): Ditto.
3257 * defs.h (fprintf_symbol_filtered): Update.
3258 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
3259 * stabsread.h (end_psymtab): Update.
3260 * stack.c (find_frame_funname): Change type of funname parameter
3261 from char ** to const char **.
3262 * stack.h (find_frame_funname): Update.
3263 * typeprint.c (type_print): Change type of varstring parameter
3264 from char * to const char *.
3265 * value.h (type_print): Update.
3266 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
3267 from char * to const char *. All callers updated.
3268 (xcoff_end_psymtab): Change type of include_list parameter
3269 from char ** to const char **. All callers updated.
3270 (swap_sym): Similarly for name parameter. All callers updated.
3271 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
3272 Use xstrdup.
3273 (process_coff_symbol): Use xstrdup.
3274 * stabsread.c (stabs_method_name_from_physname): Renamed from
3275 update_method_name_from_physname. Change result type from void
3276 to char *. All callers updated.
3277 (read_member_functions): In has_destructor case, store name in objfile
3278 obstack instead of malloc space. In !has_stub case, fix mem leak.
3279
3280 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
3281
3282 * configure: Rebuild.
3283 * configure.ac: Put -L../bfd and -L../libiberty at the front of
3284 LDFLAGS.
3285
3286 2012-02-03 Kevin Buettner <kevinb@redhat.com>
3287
3288 * configure.tgt (rl78-*-elf): New target.
3289 * rl78-tdep.c: New file.
3290
3291 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3292
3293 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
3294 and continue the loop. Add QUIT statement.
3295
3296 2012-02-03 Tom Tromey <tromey@redhat.com>
3297
3298 PR gdb/13596:
3299 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
3300 bfd_lookup_symbol_from_symtab.
3301 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3302 gdb_bfd_lookup_symbol_from_symtab.
3303
3304 2012-02-03 Joel Brobecker <brobecker@adacore.com>
3305
3306 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
3307 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
3308 symbol. Add assertion that sym2 is never NULL.
3309
3310 2012-02-02 Doug Evans <dje@google.com>
3311
3312 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
3313 "name" parameter to const char ** from char **. All callers updated.
3314 (find_pc_partial_function): Ditto.
3315 (cache_pc_function_name): Change type to const char * from char *.
3316 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
3317 (find_pc_partial_function): Update.
3318 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
3319 type of "name" parameter to const char * from char *.
3320 All uses updated.
3321 * arch-utils.c (generic_in_solib_return_trampoline): Change
3322 type of "name" parameter to const char * from char *.
3323 * arch-utils.h (generic_in_solib_return_trampoline): Update.
3324 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
3325 type of "name" parameter to const char * from char *.
3326 * gdbarch.sh (in_solib_return_trampoline): Ditto.
3327 * gdbarch.c: Regenerate.
3328 * gdbarch.h: Regenerate.
3329 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
3330 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
3331 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
3332 type of "name" parameter to const char * from char *.
3333 * skip.c (skip_function_pc): Ditto.
3334 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
3335 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
3336 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
3337 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
3338 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
3339 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
3340 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
3341 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
3342 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
3343
3344 2012-02-02 Pedro Alves <palves@redhat.com>
3345
3346 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
3347 the current inferior has no execution. Make sure the current
3348 remote process matches gdb's current inferior.
3349
3350 2012-02-02 Tom Tromey <tromey@redhat.com>
3351
3352 PR gdb/13405:
3353 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
3354 read-only memory.
3355
3356 2012-02-02 Tom Tromey <tromey@redhat.com>
3357
3358 PR gdb/9307:
3359 * symtab.c (lookup_language_this): Set block_found.
3360
3361 2012-02-01 Tom Tromey <tromey@redhat.com>
3362
3363 PR gdb/13431:
3364 * jit.c (struct jit_inferior_data): Rewrite.
3365 (struct jit_objfile_data): New.
3366 (get_jit_objfile_data): New function.
3367 (add_objfile_entry): Update.
3368 (jit_read_descriptor): Return int. Replace descriptor_addr
3369 argument with inf_data. Update. Don't call error.
3370 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
3371 descriptor here.
3372 (jit_inferior_init): Don't look up descriptor. Don't call error.
3373 (jit_reset_inferior_data_and_breakpoints)
3374 (jit_inferior_created_observer): Remove.
3375 (jit_inferior_exit_hook): Update.
3376 (jit_executable_changed_observer): Remove.
3377 (jit_event_handler): Update.
3378 (free_objfile_data): Reset inferior data if needed.
3379 (_initialize_jit): Update.
3380
3381 2012-02-01 Tom Tromey <tromey@redhat.com>
3382
3383 * jit.c (bfd_open_from_target_memory): Move higher in file.
3384
3385 2012-02-01 Tristan Gingold <gingold@adacore.com>
3386
3387 * libunwind-frame.c (libunwind_load): Display message if dlopen
3388 failed.
3389
3390 2012-02-01 Gary Benson <gbenson@redhat.com>
3391
3392 * symtab.h (symbol_found_callback_ftype): New typedef.
3393 (iterate_over_symbols): Use the above.
3394 * symtab.c (iterate_over_symbols): Likewise.
3395 * language.h (language_defn->la_iterate_over_symbols): Likewise.
3396 * ada-lang.c (ada_iterate_over_symbols): Likewise.
3397 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
3398 (iterate_name_matcher): Document return values.
3399 (collect_one_symbol): Likewise.
3400 (collect_function_symbols): Likewise.
3401 (collect_symbols): Likewise.
3402
3403 2012-02-01 Tom Tromey <tromey@redhat.com>
3404
3405 * ada-lang.c (resolve_subexp): Update.
3406 (ada_lookup_symbol_list): Add 'full_search' argument.
3407 (ada_iterate_over_symbols): Pass 0 as full_search argument to
3408 ada_lookup_symbol_list.
3409 (ada_lookup_encoded_symbol): Update.
3410 (get_var_value): Update.
3411 * ada-exp.y (block_lookup): Update.
3412 (write_var_or_type): Update.
3413 (write_name_assoc): Update.
3414 * ada-lang.h (ada_lookup_symbol_list): Update.
3415
3416 2012-01-31 Tom Tromey <tromey@redhat.com>
3417
3418 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
3419 comment.
3420
3421 2012-01-31 Doug Evans <dje@google.com>
3422
3423 * symtab.h: Remove outdated comment.
3424 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
3425
3426 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
3427
3428 Fix build error in Darwin port.
3429 * i386-darwin-nat.c: Include i386-nat.h.
3430
3431 2012-01-30 Tom Tromey <tromey@redhat.com>
3432
3433 PR breakpoints/13568:
3434 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
3435 argument. Check for recursive includes.
3436 (dwarf_decode_macros): Create an include hash.
3437
3438 2012-01-30 Michael Eager <eager@eagercon.com>
3439
3440 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
3441 * ppc-linux-tdep.c: Include glibc-tdep.h.
3442 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
3443 (powerpc_linux_in_plt_stub): New function.
3444 (powerpc_linux_in_dynsym_resolve_code): New function.
3445 (ppc_skip_trampoline_code): New function.
3446 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
3447 Use glibc_skip_solib_resolver.
3448
3449 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 Code cleanup: Make 1440 bytes of data segment read-only.
3452 * arch-utils.c (endian_enum): Make it const char *const [].
3453 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
3454 Likewise.
3455 * breakpoint.c (always_inserted_enums): Likewise.
3456 * cli/cli-cmds.c (script_ext_enums): Likewise.
3457 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
3458 enumlist parameter const char *const *.
3459 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
3460 const char *const *.
3461 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
3462 parameter const char *const *.
3463 * cris-tdep.c (cris_modes): Make it const char *const [].
3464 * filesystem.c (target_file_system_kinds): Likewise.
3465 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
3466 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
3467 (can_use_displaced_stepping_enum, scheduler_enums)
3468 (exec_direction_names): Likewise.
3469 * language.c (_initialize_language): Make the type_or_range_names and
3470 case_sensitive_names variables const char *const [].
3471 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
3472 * python/python.c (python_excp_enums): Likewise.
3473 * remote.c (interrupt_sequence_modes): Likewise.
3474 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
3475 * serial.c (logbase_enums): Likewise.
3476 * sh-tdep.c (sh_cc_enum): Likewise.
3477 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
3478 Likewise.
3479 * symtab.c (multiple_symbols_modes): Likewise.
3480 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
3481 Likewise.
3482 * utils.c (internal_problem_modes): Likewise.
3483
3484 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3485
3486 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
3487 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
3488 result.
3489
3490 2012-01-27 Doug Evans <dje@google.com>
3491
3492 * configure.ac (with_python): Fix absolute path handling for win32.
3493 * configure: Regenerate.
3494
3495 2012-01-26 Doug Evans <dje@google.com>
3496
3497 * symtab.c: Whitespace cleanup, no code changes.
3498
3499 * symtab.c (lookup_symbol_in_language): Improve comment.
3500 (lookup_symbol_aux): Fix comment.
3501
3502 * psymtab.c (add_psymbol_to_list): Result is now "void".
3503 * psympriv.h (add_psymbol_to_list): Update.
3504
3505 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
3506
3507 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 Do not open script filenames twice.
3510 * cli/cli-cmds.c (source_script_from_stream): Pass to
3511 source_python_script also STREAM.
3512 * python/py-auto-load.c (source_section_scripts): Pass to
3513 source_python_script_for_objfile also STREAM.
3514 (auto_load_objfile_script): Pass to source_python_script_for_objfile
3515 also INPUT.
3516 * python/python-internal.h (source_python_script_for_objfile): New
3517 parameter file, rename parameter file to filename.
3518 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
3519 instead if !_WIN32. Update the function comment.
3520 (source_python_script, source_python_script_for_objfile)
3521 (source_python_script): New parameter file, rename parameter file to
3522 filename. Pass FILENAME to python_run_simple_file.
3523 * python/python.h (source_python_script): New parameter file, rename
3524 parameter file to filename.
3525
3526 2012-01-26 Pedro Alves <palves@redhat.com>
3527
3528 * corelow.c (core_has_fake_pid): Delete.
3529 (core_close): Delete references to `core_has_fake_pid'.
3530 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
3531 (core_open): Delete references to `core_has_fake_pid'.
3532 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
3533 the removed global.
3534
3535 2012-01-26 Joel Brobecker <brobecker@adacore.com>
3536
3537 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
3538 Remove language parameter from name_matcher. Adjust the comment.
3539 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
3540 Remove language parameter.
3541 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
3542 * linespec.c (iterate_name_matcher): Likewise.
3543 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
3544 name_matcher. Adjust call accordingly.
3545 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
3546 (maintenance_check_symtabs): Adjust type of parameter "fun".
3547 * psymtab.h (maintenance_check_symtabs): Likewise.
3548
3549 2012-01-26 Joel Brobecker <brobecker@adacore.com>
3550
3551 * language.h (symbol_name_match_p_ftype): New typedef.
3552 (struct language_defn): Replace field la_symbol_name_compare
3553 by la_get_symbol_name_match_p.
3554 * ada-lang.c (ada_get_symbol_name_match_p): New function.
3555 (ada_language_defn): Use it.
3556 * linespec.c (struct symbol_matcher_data): New type.
3557 (iterate_name_matcher): Rewrite.
3558 (iterate_over_all_matching_symtabs): Pass a pointer to
3559 a symbol_matcher_data struct to expand_symtabs_matching
3560 instead of just the lookup name.
3561 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3562 opencl-lang.c, p-lang.c, language.c: Delete field
3563 la_symbol_name_compare, and replace by NULL for new field
3564 la_get_symbol_name_match_p.
3565 * symfile.h (struct quick_symbol_functions): Update comment.
3566
3567 2012-01-25 Tom Tromey <tromey@redhat.com>
3568
3569 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
3570 dereferencing.
3571
3572 2012-01-24 Tom Tromey <tromey@redhat.com>
3573
3574 PR symtab/12406:
3575 * solib.c (update_solib_list): Update the program space's
3576 added_solibs and deleted_solibs fields.
3577 * progspace.h (struct program_space) <added_solibs,
3578 deleted_solibs>: New fields.
3579 (clear_program_space_solib_cache): Declare.
3580 * progspace.c (release_program_space): Call
3581 clear_program_space_solib_cache.
3582 (clear_program_space_solib_cache): New function.
3583 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
3584 bpstat_stop_status. Use handle_solib_event.
3585 * breakpoint.c: Include gdb_regex.h.
3586 (print_solib_event): New function.
3587 (bpstat_print): Use print_solib_event.
3588 (bpstat_stop_status): Add special case for bp_shlib_event.
3589 (handle_solib_event): New function.
3590 (bpstat_what): Use handle_solib_event.
3591 (struct solib_catchpoint): New.
3592 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
3593 (breakpoint_hit_catch_solib, check_status_catch_solib)
3594 (print_it_catch_solib, print_one_catch_solib)
3595 (print_mention_catch_solib, print_recreate_catch_solib): New
3596 functions.
3597 (catch_solib_breakpoint_ops): New global.
3598 (catch_load_or_unload, catch_load_command_1)
3599 (catch_unload_command_1): New functions.
3600 (internal_bkpt_check_status): Add special case for
3601 bp_shlib_event.
3602 (internal_bkpt_print_it): Use print_solib_event.
3603 (initialize_breakpoint_ops): Initialize
3604 catch_solib_breakpoint_ops.
3605 (_initialize_breakpoint): Register "catch load" and "catch
3606 unload".
3607 * breakpoint.h (handle_solib_event): Declare.
3608 * NEWS: Add entry for "catch load" and "catch unload".
3609
3610 2012-01-24 Tom Tromey <tromey@redhat.com>
3611
3612 * ada-lang.c: Include gdb_vecs.h.
3613 * charset.c: Include gdb_vecs.h.
3614 * tracepoint.h: Include gdb_vecs.h.
3615 * gdb_vecs.h: New file.
3616
3617 2012-01-24 Pedro Alves <pedro@codesourcery.com>
3618
3619 * breakpoint.c (breakpoint_hit_catch_fork)
3620 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
3621 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
3622 * infrun.c (inferior_has_forked, inferior_has_vforked)
3623 (inferior_has_execd, inferior_has_called_syscall): Delete.
3624 (handle_syscall_event): Get syscall_number from the execution
3625 control state's wait status.
3626 (wait_for_inferior): Don't clear syscall_number.
3627
3628 2012-01-24 Pedro Alves <palves@redhat.com>
3629
3630 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
3631 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
3632 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
3633 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
3634 `ws' parameter.
3635 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
3636 false for events other than TARGET_SIGNAL_TRAP.
3637 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
3638 Add `ws' parameter.
3639 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
3640 events other than TARGET_SIGNAL_TRAP.
3641 (tracepoint_breakpoint_hit): Add `ws' parameter.
3642 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
3643 parameter.
3644 (bpstat_stop_status): Same.
3645 (pc_at_non_inline_function): Same.
3646 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
3647 to pass the current event's waitstatus to bpstat_stop_status
3648 and pc_at_non_inline_function.
3649
3650 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 Code cleanup.
3653 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
3654 Update the function comment for it.
3655 (source_script_with_search): Call make_cleanup_fclose for STREAM.
3656 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
3657 for STREAM.
3658
3659 2012-01-24 Pedro Alves <palves@redhat.com>
3660
3661 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
3662 outside `bs->stop' block.
3663 (bpstat_what): Rework bp_shlib_event handling.
3664 (internal_bkpt_check_status): If the breakpoint is a
3665 bp_shlib_event, then set bs->stop and bs->print if
3666 stop_on_solib_events is set.
3667
3668 2012-01-24 Gary Benson <gbenson@redhat.com>
3669
3670 Delete #if 0'd out code.
3671 * stack.c (print_frame_label_vars): Remove.
3672 (catch_info): Likewise.
3673 (_initialize_stack): Remove "info catch" command.
3674 * NEWS: Mention the above.
3675
3676 2012-01-24 Pedro Alves <palves@redhat.com>
3677
3678 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
3679 it.
3680 (remote_notice_new_inferior): If the remote end doesn't support
3681 the multiprocess extensions, then the PID is fake.
3682 (add_current_inferior_and_thread): New.
3683 (remote_start_remote): Use it.
3684 (extended_remote_attach_1): Adjust.
3685 (extended_remote_create_inferior_1): Use
3686 add_current_inferior_and_thread.
3687
3688 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3689
3690 Fix watchpoints to be specific for each inferior.
3691 * breakpoint.c (watchpoint_in_thread_scope): Verify also
3692 current_program_space.
3693 * i386-nat.c (i386_inferior_data_cleanup): New.
3694 (i386_inferior_data_get): Replace variable inf_data_local by an
3695 inferior_data call.
3696 (i386_use_watchpoints): Initialize i386_inferior_data.
3697 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
3698 specific iterate_over_lwps.
3699
3700 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 Fix watchpoints across inferior fork.
3703 * amd64-linux-nat.c (update_debug_registers_callback): Update the
3704 comment for linux_nat_iterate_watchpoint_lwps.
3705 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
3706 linux_nat_iterate_watchpoint_lwps.
3707 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
3708 * i386-linux-nat.c (update_debug_registers_callback): Update the
3709 comment for linux_nat_iterate_watchpoint_lwps.
3710 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
3711 linux_nat_iterate_watchpoint_lwps.
3712 (i386_linux_prepare_to_resume): New comment on Linux kernel.
3713 * i386-nat.c: Include inferior.h.
3714 (dr_mirror): Remove.
3715 (i386_inferior_data, struct i386_inferior_data)
3716 (i386_inferior_data_get): New.
3717 (i386_debug_reg_state): Use i386_inferior_data_get.
3718 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
3719 (i386_insert_watchpoint, i386_remove_watchpoint)
3720 (i386_stopped_data_address, i386_insert_hw_breakpoint)
3721 (i386_remove_hw_breakpoint): New variable state, use
3722 i386_debug_reg_state instead of DR_MIRROR.
3723 * linux-nat.c (delete_lwp): New declaration.
3724 (num_lwps): Move here from downwards.
3725 (delete_lwp_cleanup): New.
3726 (linux_child_follow_fork): Create new child_lp, call
3727 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
3728 PTRACE_DETACH.
3729 (num_lwps): Move upwards.
3730 (linux_nat_iterate_watchpoint_lwps): New.
3731 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
3732 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
3733
3734 2012-01-24 Joel Brobecker <brobecker@adacore.com>
3735
3736 GDB 7.4 released.
3737
3738 2012-01-23 Pedro Alves <palves@redhat.com>
3739
3740 * top.c (caution): Rename to ...
3741 (confirm): ... this.
3742 (show_caution): Rename to ...
3743 (show_confirm): ... this.
3744 (quit_cover): Adjust.
3745 (init_main): Adjust.
3746 * top.h (caution): Rename to ...
3747 (confirm): ... this.
3748 * utils.c (internal_vproblem, defaulted_query): Adjust.
3749
3750 2012-01-23 Pedro Alves <palves@redhat.com>
3751
3752 * top.c (caution): Update comment.
3753 (execute_command): Don't consider the current value of `caution'.
3754
3755 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3756
3757 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
3758
3759 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
3760
3761 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
3762 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
3763 * target.c (target_fileio_pwrite): Remove buffer address from
3764 debug output.
3765 (target_fileio_pread): Likewise.
3766
3767 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3768
3769 * NEWS: Document remote "info proc" and "generate-core-file".
3770
3771 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3772
3773 * gdbarch.sh (find_memory_regions): New callback.
3774 * gdbarch.c, gdbarch.h: Regenerate.
3775
3776 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
3777 callback before falling back to target method.
3778
3779 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
3780 (linux_target_install_ops): No longer install it.
3781
3782 * linux-tdep.c (linux_find_memory_regions): New function.
3783 (linux_init_abi): Install it.
3784
3785 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3786
3787 * gdbarch.sh (make_corefile_notes): New architecture callback.
3788 * gdbarch.c: Regenerate.
3789 * gdbarch.h: Likewise.
3790
3791 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
3792 before target_make_corefile_notes. If NULL is returned, the
3793 target does not support core file generation.
3794
3795 * linux-nat.c: Include "linux-tdep.h".
3796 (find_signalled_thread, find_stop_signal): Remove.
3797 (linux_nat_do_thread_registers): Likewise.
3798 (struct linux_nat_corefile_thread_data): Likewise.
3799 (linux_nat_corefile_thread_callback): Likewise.
3800 (iterate_over_spus): Likewise.
3801 (struct linux_spu_corefile_data): Likewise.
3802 (linux_spu_corefile_callback): Likewise.
3803 (linux_spu_make_corefile_notes): Likewise.
3804 (linux_nat_collect_thread_registers): New function.
3805 (linux_nat_make_corefile_notes): Replace contents by call to
3806 linux_make_corefile_notes passing linux_nat_collect_thread_registers
3807 as native-only callback.
3808
3809 * linux-tdep.h: Include "bfd.h".
3810 (struct regcache): Add forward declaration.
3811 (linux_collect_thread_registers_ftype): New typedef.
3812 (linux_make_corefile_notes): Add prototype.
3813 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
3814 "regset.h", and "elf-bfd.h".
3815 (find_signalled_thread, find_stop_signal): New functions.
3816 (linux_spu_make_corefile_notes): Likewise.
3817 (linux_collect_thread_registers): Likewise.
3818 (struct linux_corefile_thread_data): New data structure.
3819 (linux_corefile_thread_callback): New funcion.
3820 (linux_make_corefile_notes): Likewise.
3821 (linux_make_corefile_notes_1): Likewise.
3822 (linux_init_abi): Install it.
3823
3824 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3825
3826 * gdbarch.sh (info_proc): New callback.
3827 * gdbarch.c, gdbarch.h: Regenerate.
3828
3829 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
3830 before falling back to the target info_proc callback.
3831
3832 * linux-nat.c: Do not include "cli/cli-utils.h".
3833 (linux_nat_info_proc): Remove.
3834 (linux_target_install_ops): No longer install it.
3835
3836 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
3837 (read_mapping): New function.
3838 (linux_info_proc): Likewise.
3839 (linux_init_abi): Install it.
3840
3841 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3842
3843 * defs.h (enum info_proc_what): Moved here from linux-nat.c
3844 * infcmd.c: (info_proc_cmd_1): New function.
3845 (info_proc_cmd): New function, moved here from equivalent routine
3846 orignally in linux-nat.c.
3847 (info_proc_cmd_mappings): Likewise.
3848 (info_proc_cmd_stat): Likewise.
3849 (info_proc_cmd_status): Likewise.
3850 (info_proc_cmd_cwd): Likewise.
3851 (info_proc_cmd_cmdline): Likewise.
3852 (info_proc_cmd_exe): Likewise.
3853 (info_proc_cmd_all): Likewise.
3854 (_initialize_infcmd): Install "info proc" command and subcommands.
3855
3856 * target.h (struct target_ops): Add to_info_proc.
3857 (target_info_proc): Add prototype.
3858 * target.c (target_info_proc): New function.
3859
3860 * procfs.c (procfs_info_proc): Add prototype.
3861 (info_proc_cmd): Rename into ...
3862 (procfs_info_proc): ... this. Update argument types as appropriate
3863 for a to_info_proc implementation. Handle "what" argument.
3864 (procfs_target): Install procfs_info_proc.
3865 (_initialize_procfs): No longer install "info proc" command.
3866
3867 * linux-nat.c: (enum info_proc_what): Remove.
3868 (linux_nat_info_proc_cmd_1): Rename into ...
3869 (linux_nat_info_proc): ... this. Update argument types as appropriate
3870 for a to_info_proc implementation.
3871 (linux_nat_info_proc_cmd): Remove.
3872 (linux_nat_info_proc_cmd_mappings): Likewise.
3873 (linux_nat_info_proc_cmd_stat): Likewise.
3874 (linux_nat_info_proc_cmd_status): Likewise.
3875 (linux_nat_info_proc_cmd_cwd): Likewise.
3876 (linux_nat_info_proc_cmd_cmdline): Likewise.
3877 (linux_nat_info_proc_cmd_exe): Likewise.
3878 (linux_nat_info_proc_cmd_all): Likewise.
3879 (linux_target_install_ops): Install linux_nat_info_proc.
3880 (_initialize_linux_nat): No longer install "info proc" command
3881 and subcommands.
3882
3883 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
3884
3885 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
3886 * config.in, configure: Regenerate.
3887
3888 * target.h (struct target_ops): Add to_fileio_readlink.
3889 (target_fileio_readlink): Add prototype.
3890 * target.c (target_fileio_readlink): New function.
3891
3892 * inf-child.c: Conditionally include <sys/param.h>.
3893 (inf_child_fileio_readlink): New function.
3894 (inf_child_target): Install it.
3895
3896 * remote.c (PACKET_vFile_readlink): New enum value.
3897 (remote_hostio_readlink): New function.
3898 (init_remote_ops): Install it.
3899 (_initialize_remote): Handle vFile:readlink packet type.
3900
3901 2012-01-20 Pedro Alves <palves@redhat.com>
3902 Ulrich Weigand <ulrich.weigand@linaro.org>
3903
3904 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
3905 * config.in, configure: Regenerate.
3906
3907 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
3908 to_fileio_pread, to_fileio_close, to_fileio_unlink.
3909 (target_fileio_open): Add prototype.
3910 (target_fileio_pwrite): Likewise.
3911 (target_fileio_pread): Likewise.
3912 (target_fileio_close): Likewise.
3913 (target_fileio_unlink): Likewise.
3914 (target_fileio_read_alloc): Likewise.
3915 (target_fileio_read_stralloc): Likewise.
3916
3917 * target.c: Include "gdb/fileio.h".
3918 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
3919 (default_fileio_target): New function.
3920 (target_fileio_open): Likewise.
3921 (target_fileio_pwrite): Likewise.
3922 (target_fileio_pread): Likewise.
3923 (target_fileio_close): Likewise.
3924 (target_fileio_unlink): Likewise.
3925 (target_fileio_close_cleanup): Likewise.
3926 (target_fileio_read_alloc_1): Likewise.
3927 (target_fileio_read_alloc): Likewise.
3928 (target_fileio_read_stralloc): Likewise.
3929
3930 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
3931 <fcntl.h>, and <unistd.h>.
3932 (inf_child_fileio_open_flags_to_host): New function.
3933 (inf_child_errno_to_fileio_error): Likewise.
3934 (inf_child_fileio_open): Likewise.
3935 (inf_child_fileio_pwrite): Likewise.
3936 (inf_child_fileio_pread): Likewise.
3937 (inf_child_fileio_close): Likewise.
3938 (inf_child_fileio_unlink): Likewise.
3939 (inf_child_target): Install to_fileio routines.
3940
3941 * remote.c (init_remote_ops): Install to_fileio routines.
3942
3943 2012-01-20 Pedro Alves <palves@redhat.com>
3944 Ulrich Weigand <ulrich.weigand@linaro.org>
3945
3946 * remote.c (remote_multi_process_p): Only check for multi-process
3947 protocol feature, do not check for extended protocol.
3948 (remote_supports_multi_process): Check for extended protocol here.
3949 (set_general_process): Likewise.
3950 (extended_remote_kill): Likewise.
3951 (remote_pid_to_str): Likewise.
3952 (remote_query_supported): Always query multiprocess mode.
3953
3954 2012-01-20 Pedro Alves <palves@redhat.com>
3955 Ulrich Weigand <ulrich.weigand@linaro.org>
3956
3957 * inferior.h (struct inferior): Add fake_pid_p.
3958 * inferior.c (exit_inferior_1): Clear fake_pid_p.
3959 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
3960 magic_null_ptid since the remote side doesn't provide a real PID.
3961
3962 2012-01-19 Tom Tromey <tromey@redhat.com>
3963
3964 * NEWS: Combine the two Python sections.
3965
3966 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * target.h (target_close): Update comment on the target's unpush state.
3969
3970 2012-01-19 Pedro Alves <palves@redhat.com>
3971
3972 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
3973 linux_nat_async directly instead of going through the target
3974 vector.
3975 * target.c (unpush_target): Close target after unpushing it, not
3976 before.
3977
3978 2012-01-19 Gary Benson <gbenson@redhat.com>
3979
3980 * mdebugread.c (sort_blocks): Replace integer constants with ones
3981 derived from FIRST_LOCAL_BLOCK.
3982
3983 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
3984 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 PR gdb/9538
3987 * symfile.c (find_separate_debug_file): New function.
3988 (terminate_after_last_dir_separator): Likewise.
3989 (find_separate_debug_file_by_debuglink): Also try realpath.
3990 * configure.ac (AC_CHECK_FUNCS): Add lstat.
3991 * configure: Regenerate.
3992 * config.in: Regenerate.
3993
3994 2012-01-18 Doug Evans <dje@google.com>
3995
3996 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
3997 (main.o): Remove rule.
3998 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
3999 (--with-sysroot): Rewrite.
4000 * configure: Regenerate.
4001 * config.in: Regenerate.
4002
4003 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
4004
4005 * parse.c (initialize_expout): New function.
4006 (reallocate_expout): Likewise.
4007 (parse_exp_in_context): Use `initialize_expout' and
4008 `reallocate_expout' when appropriate.
4009
4010 2012-01-18 Pedro Alves <palves@redhat.com>
4011
4012 * record.c (struct record_breakpoint, record_breakpoint_p)
4013 (record_breakpoints): New.
4014 (record_insert_breakpoint, record_remove_breakpoint): Manage
4015 record breakpoints list. Only remove breakpoints from the
4016 inferior if they had been inserted there in the first place.
4017
4018 2012-01-17 Doug Evans <dje@google.com>
4019
4020 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
4021 if we know we don't have a file name to look for.
4022
4023 2012-01-17 Pedro Alves <palves@redhat.com>
4024
4025 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
4026 the frame's stop reason is UNWIND_UNAVAILABLE.
4027
4028 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4029
4030 Fix compilation error.
4031 * m2-exp.y (yyerror): Use ANSI C prototype.
4032
4033 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
4034
4035 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
4036 (growbuf_by_size): Likewise.
4037 (yyerror): Likewise.
4038 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
4039 (modblock): Remove variable (was #if 0'ed).
4040 (parse_number): Convert prototype from K&R to ANSI C.
4041 (yyerror): Likewise.
4042 * objc-exp.y (parse_number): Likewise.
4043 (yyerror): Likewise.
4044 (yylex): Remove #if 0'ed code.
4045 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
4046 (yyerror): Likewise.
4047
4048 2012-01-16 Tom Tromey <tromey@redhat.com>
4049
4050 * NEWS: Add item.
4051 * symtab.h (compare_filenames_for_search): Declare.
4052 * symtab.c (compare_filenames_for_search): New function.
4053 (iterate_over_some_symtabs): Use it.
4054 * symfile.h (struct quick_symbol_functions)
4055 <map_symtabs_matching_filename>: Change spec.
4056 * psymtab.c (partial_map_symtabs_matching_filename): Use
4057 compare_filenames_for_search. Update for new spec.
4058 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
4059 compare_filenames_for_search. Update for new spec.
4060 * breakpoint.c (clear_command): Use compare_filenames_for_search.
4061
4062 2012-01-16 Tom Tromey <tromey@redhat.com>
4063
4064 PR python/13281:
4065 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
4066 (struct main_type) <flag_flag_enum>: New field.
4067 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
4068 * NEWS: Add entries.
4069 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
4070 enums.
4071 * python/lib/gdb/printing.py (_EnumInstance): New class.
4072 (FlagEnumerationPrinter): Likewise.
4073
4074 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
4075
4076 * breakpoint.c (create_sals_from_address_default): New function.
4077 (create_breakpoints_sal_default): Likewise.
4078 (decode_linespec_default): Likewise.
4079 (is_marker_spec): Removed.
4080 (strace_marker_p): New function.
4081 (init_breakpoint_sal): Using `strace_marker_p' instead of
4082 `is_marker_spec'.
4083 (create_breakpoint): Call method `create_sals_from_address' from
4084 breakpoint_ops, replacing code that created SALs conditionally
4085 on the type of the breakpoint. Call method `create_breakpoints_sal',
4086 replacing code that created breakpoints conditionally on the type
4087 wanted.
4088 (base_breakpoint_create_sals_from_address): New function.
4089 (base_breakpoint_create_breakpoints_sal): Likewise.
4090 (base_breakpoint_decode_linespec): Likewise.
4091 (base_breakpoint_ops): Add methods
4092 `base_breakpoint_create_sals_from_address',
4093 `base_breakpoint_create_breakpoints_sal' and
4094 `base_breakpoint_decode_linespec'.
4095 (bkpt_create_sals_from_address): New function.
4096 (bkpt_create_breakpoints_sal): Likewise.
4097 (bkpt_decode_linespec): Likewise.
4098 (tracepoint_create_sals_from_address): Likewise.
4099 (tracepoint_create_breakpoints_sal): Likewise.
4100 (tracepoint_decode_linespec): Likewise.
4101 (strace_marker_create_sals_from_address): Likewise.
4102 (strace_marker_create_breakpoints_sal): Likewise.
4103 (strace_marker_decode_linespec): Likewise.
4104 (strace_marker_breakpoint_ops): New variable.
4105 (addr_string_to_sals): Remove `marker_spec'. Call method
4106 `decode_linespec' from breakpoint_ops, replacing code that decoded
4107 an address string into a SAL. Use `strace_marker_p' instead of
4108 `marker_spec'.
4109 (strace_command): Decide whether we are dealing with a static
4110 tracepoint with marker or not. Use the appropriate breakpoint_ops.
4111 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
4112 * breakpoint.h (linespec_result, linespec_sals): New forward
4113 declarations.
4114 (breakpoint_ops) <create_sals_from_address>,
4115 <create_breakpoints_sal>, <decode_linespec>: New methods.
4116
4117 2012-01-14 Doug Evans <dje@google.com>
4118
4119 * NEWS: Update text for "maint set python print-stack".
4120 It is deprecated in gdb 7.4 and deleted in 7.5.
4121
4122 2012-01-13 Eli Zaretskii <eliz@gnu.org>
4123
4124 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
4125 including curses.h.
4126
4127 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4128
4129 * configure: Regenerate.
4130 * config.in: Regenerate.
4131
4132 2012-01-12 Keith Seitz <keiths@redhat.com>
4133
4134 PR mi/10586
4135 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
4136 (ANONYMOUS_UNION_NAME): Define.
4137 (is_path_expr_parent): New function.
4138 (get_path_expr_parent): New function.
4139 (is_anonymous_child): New function.
4140 (create_child_with_value): If the child is anonymous and without
4141 a name, assign an object name to it.
4142 (c_describe_child): Use get_path_expr_parent to determine
4143 the parent expression.
4144 If there field represents an anonymous struct or union and
4145 has no name, set an appropriate display name and expression.
4146 (cplus_describe_child): Likewise.
4147
4148 2012-01-12 Pedro Alves <palves@redhat.com>
4149
4150 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
4151 available when %ebp is found to be zero (outermost).
4152
4153 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
4154
4155 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
4156 an internal gdb_static_assert.
4157 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
4158
4159 2012-01-11 Tom Tromey <tromey@redhat.com>
4160
4161 PR gdb/9598:
4162 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
4163 catch" and "catch throw".
4164
4165 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4166
4167 * blockframe.c (block_innermost_frame): Start search from selected
4168 frame, if present, or otherwise the current frame.
4169
4170 * c-exp.y (variable): Update innermost_block for
4171 'block COLONCOLON NAME' clause.
4172 * m2-exp.y (variable): Ditto.
4173 * objc-exp.y (variable): Ditto.
4174
4175 2012-01-10 Tom Tromey <tromey@redhat.com>
4176
4177 PR python/13199:
4178 * python/python.c (finish_python_initialization): Set sys.argv.
4179
4180 2012-01-10 Doug Evans <dje@google.com>
4181
4182 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
4183 "want_line_info". All callers updated.
4184 (dwarf_decode_lines_1): New function.
4185 (handle_DW_AT_stmt_list): Add function comment.
4186 New arg "want_line_info". All callers updated.
4187 (read_file_scope,read_type_unit_scope): Move comment from
4188 handle_DW_AT_stmt_list to here.
4189
4190 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4191
4192 Fix regression after libiberty/ update for GCC PR 6057 and others.
4193 * c-exp.y (operator) <OPERATOR DELETE>
4194 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4195 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
4196 (make_builtin_type, make_name): New variable i, add gdb_assert.
4197 (operator) <OPERATOR NEW>: Update ARGS to 3.
4198 (operator) <OPERATOR DELETE>: Add trailing space.
4199 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
4200 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4201 * cp-support.c (cp_canonicalize_string): Check NULL from
4202 cp_comp_to_string, call warning and return.
4203
4204 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 Fix duplicate .o files after omitting libbfd.a.
4207 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
4208 (SFILES): Add corelow.c.
4209 (COMMON_OBS): Add corelow.o.
4210 (ALLDEPFILES): Remove corelow.c.
4211 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
4212 * config/alpha/alpha-osf3.mh: Likewise.
4213 * config/alpha/fbsd.mh: Likewise.
4214 * config/arm/nbsdaout.mh: Likewise.
4215 * config/arm/nbsdelf.mh: Likewise.
4216 * config/i386/i386gnu.mh: Likewise.
4217 * config/ia64/hpux.mh: Likewise.
4218 * config/ia64/linux.mh: Likewise.
4219 * config/m32r/linux.mh: Likewise.
4220 * config/m68k/linux.mh: Likewise.
4221 * config/mips/irix5.mh: Likewise.
4222 * config/mips/irix6.mh: Likewise.
4223 * config/pa/hpux.mh: Likewise.
4224 * config/pa/linux.mh: Likewise.
4225 * config/powerpc/aix.mh: Likewise.
4226 * config/sparc/linux.mh: Likewise.
4227 * config/sparc/linux64.mh: Likewise.
4228 * config/sparc/sol2.mh: Likewise.
4229 * config/vax/vax.mh: Likewise.
4230 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
4231 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
4232 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
4233 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
4234 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
4235 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
4236 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
4237 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
4238 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
4239 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
4240 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
4241 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
4242 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4243 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
4244 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
4245 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4246 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
4247 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
4248 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
4249 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
4250 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
4251 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
4252 corelow.o from gdb_target_obs.
4253 * corefile.c (core_target): Update the comment on NULL value.
4254 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
4255 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
4256 MATCHES. Drop YUMMY set on NULL.
4257 (core_close): Do not call exit_inferior_silent on zero PID. Do not
4258 reclaim CORE_DATA if it is already NULL.
4259
4260 2012-01-09 Doug Evans <dje@google.com>
4261
4262 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
4263 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
4264
4265 2012-01-09 Keith Seitz <keiths@redhat.com>
4266
4267 * breakpoint.c (wrapper.h): Don't include.
4268
4269 2012-01-09 Keith Seitz <keiths@redhat.com>
4270
4271 * Makefile.in (SFILES): Remove wrapper.c.
4272 (HFILES_NO_SRCDIR): Remove wrapper.h.
4273 (COMMON_OBS): Remove wrapper.o.
4274 * cli/cli-interp.c: Don't inlude wrapper.h.
4275 * corelow.c: Likewise.
4276 (core_open): Replace gdb_target_find_new_threads with
4277 TRY_CATCH around target_find_new_threads.
4278 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
4279 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
4280 * varobj.c (varobj_create): Likewise for parse_exp_1 and
4281 evaluate_expression.
4282 (varobj_set_value): Likewise for evaluate_expression and
4283 value_assign.
4284 (install_new_variable): Likewise for value_fetch_lazy.
4285 (adjust_value_for_child_access): Likewise for value_ind.
4286 (c_describe_child): Likewise for value_subscript and
4287 value_ind.
4288 (c_value_of_root): Likewise for evaluate_expression.
4289 * wrapper.c: Remove.
4290 * wrapper.h: Remove.
4291
4292 2012-01-09 Doug Evans <dje@google.com>
4293
4294 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
4295 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
4296 "abfd" args with "section". All callers updated.
4297 Error checking code moved ...
4298 (error_check_comp_unit_head): ... here. New function.
4299 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
4300 Delete arg "abfd". New arg "type_offset". All callers updated.
4301 (create_debug_types_hash_table): Simplify by using
4302 read_and_check_type_unit_head.
4303
4304 * parser-defs.h (namecopy): Delete.
4305 * parse.c (namecopy, namecopy_size): Move into copy_name.
4306
4307 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4308
4309 Partially fix duplicate .o files after omitting libbfd.a.
4310 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
4311 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4312 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
4313 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4314 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
4315 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
4316 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
4317
4318 2012-01-09 Pedro Alves <palves@redhat.com>
4319
4320 * MAINTAINERS: Update my email address.
4321
4322 2012-01-08 Doug Evans <dje@google.com>
4323
4324 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
4325 n_type_units. Rename type_comp_units to all_type_units.
4326 All uses updated.
4327 (add_signatured_type_cu_to_table): Renamed from
4328 add_signatured_type_cu_to_list. All callers updated.
4329
4330 * gdbtypes.h (struct cplus_struct_type): Delete member
4331 nfn_fields_total. All uses removed.
4332
4333 2012-01-06 Doug Evans <dje@google.com>
4334
4335 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
4336 to top of file.
4337 (dwarf2_find_comp_unit): Delete.
4338 (process_psymtab_comp_unit): Make result "void".
4339 Delete args buffer, info_ptr, buffer_size, and replace with
4340 "section". All callers updated.
4341 (dwarf2_build_psymtabs_hard): Simplify.
4342
4343 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
4344 Thiago Jung Bauermann <bauerman@br.ibm.com>
4345
4346 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
4347 before `struct gdb_exception'.
4348 * breakpoint.c (update_global_location_list_nothrow)
4349 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
4350 * cp-abi.c (value_rtti_type): Likewise.
4351 * cp-support.c (cp_validate_operator): Likewise.
4352 * infrun.c (insert_exception_resume_breakpoint)
4353 (check_exception_resume, keep_going): Likewise.
4354 * mi-interp.c (mi_breakpoint_created)
4355 (mi_breakpoint_modified): Likewise.
4356 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
4357 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
4358 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
4359
4360 2012-01-05 Doug Evans <dje@google.com>
4361
4362 * dwarf2read.c (statement_prologue): Delete, unused.
4363
4364 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
4365 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
4366
4367 * dwarf2read.c (comp_unit_header): Delete, unused.
4368
4369 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
4370
4371 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
4372 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
4373
4374 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
4375
4376 * infrun.c (normal_stop): Don't skip calling the normal_stop
4377 observers if the thread was doing a multi-step, but stopped for
4378 some reason other than stepping.
4379
4380 2012-01-05 Pedro Alves <alves.ped@gmail.com>
4381
4382 * cli/cli-decode.h: Add comments.
4383 (CMD_LIST_AMBIGUOUS): Moved to command.h
4384 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
4385 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
4386 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
4387 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
4388 (add_com, add_com_alias, add_info, add_info_alias)
4389 (complete_on_cmdlist, complete_on_enum, help_list): Remove
4390 declarations.
4391 * command.h: Add and adjust comments.
4392 (CMD_LIST_AMBIGUOUS): Moved here.
4393 (help_cmd, help_cmd_list): Delete declarations.
4394
4395 2012-01-04 Doug Evans <dje@google.com>
4396
4397 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
4398 All callers updated.
4399 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
4400 Replace all arguments with "per_cu". All callers updated.
4401
4402 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
4403
4404 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
4405 New arg "per_cu". All callers updated.
4406
4407 Delete #if 0'd out code.
4408 * language.c (binop_result_type): Delete.
4409 (simple_type, ordered_type, same_type, integral_type): Delete.
4410 (numeric_type, character_type, string_type, boolean_type): Delete.
4411 (float_type, structured_type): Delete.
4412 * language.h: Update.
4413
4414 2012-01-04 Tom Tromey <tromey@redhat.com>
4415
4416 * python/py-value.c (valpy_binop): Initialize 'res_val'.
4417
4418 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4419
4420 * corefile.c (close_exec_file): Delete.
4421 (reopen_exec_file): Remove commented out code that seems related
4422 to close_exec_file, which is being deleted here.
4423 * inferior.h (close_exec_file): Delete.
4424 * fork-child.c (fork_inferior): Remove call to fork_inferior.
4425
4426 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4427
4428 * ada-lang.c: #include "cli/cli-utils.h".
4429 (get_selections): Use skip_spaces.
4430 (ada_get_next_arg): Use skip_spaces and skip_to_space.
4431 (catch_ada_exception_command_split): Use skip_spaces.
4432 (ada_decode_assert_location): Likewise.
4433
4434 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4435
4436 * linespec.c (decode_line_internal): Check for C++ or Java
4437 compound constructs only if the current language is C, C++
4438 or Java.
4439
4440 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 Revert:
4443 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4444 Joel Brobecker <brobecker@adacore.com>
4445 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
4446 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
4447 3 times.
4448 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
4449 fall through into AT_ENTRY_POINT.
4450 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
4451 DUMMY_ADDR with it.
4452 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
4453 PPC_INSN_SIZE skip to 3 times.
4454
4455 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4456
4457 * linespec.c (add_minsym): Preserve function descriptors.
4458
4459 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
4460
4461 * breakpoint.c (all_locations_are_pending): Consider locations
4462 in program spaces executing during startup pending as well.
4463
4464 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4465
4466 Copyright year update in most files of the GDB Project.
4467
4468 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4469
4470 * copyright.sh: Delete.
4471 * copyright.py: Rewrite.
4472
4473 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4474
4475 * gnulib/extra/update-copyright: New file, imported from gnulib.
4476
4477 2012-01-04 Joel Brobecker <brobecker@adacore.com>
4478
4479 * README (Copyright and License Notices): New section.
4480
4481 2012-01-03 Tom Tromey <tromey@redhat.com>
4482
4483 PR python/12533:
4484 * python/py-value.c (valpy_dereference, valpy_get_address
4485 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
4486 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
4487 (valpy_absolute, valpy_richcompare): Free intermediate values.
4488
4489 2011-01-03 Joel Brobecker <brobecker@adacore.com>
4490
4491 * ada-lang.c: Reformat the copyright notice.
4492
4493 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4494
4495 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
4496 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
4497 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
4498 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
4499 Revert this part of:
4500 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4501 Build gdb directly from *.o files not using libgdb.a.
4502 * Makefile.in (COMMON_OBS): Remove solib-target.o.
4503
4504 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4505
4506 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
4507 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
4508 Reformat the copyright header.
4509
4510 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4511
4512 Revert this part of:
4513 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4514 Remove the gdbtui binary.
4515 * gdb.c (main): Remove args.interpreter_p initialization.
4516 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
4517 * main.h (struct captured_main_args): Remove interpreter_p.
4518
4519 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4520
4521 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
4522
4523 2012-01-02 Joel Brobecker <brobecker@adacore.com>
4524
4525 * top.c (print_gdb_version): Update copyright year.
4526
4527 2012-01-02 Yao Qi <yao@codesourcery.com>
4528
4529 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
4530
4531 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4532 Joel Brobecker <brobecker@adacore.com>
4533
4534 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
4535 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
4536 3 times.
4537 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
4538 fall through into AT_ENTRY_POINT.
4539 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
4540 DUMMY_ADDR with it.
4541 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
4542 PPC_INSN_SIZE skip to 3 times.
4543
4544 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4545
4546 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
4547 the return value.
4548 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
4549
4550 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 Build gdb directly from *.o files not using libgdb.a.
4553 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
4554 (COMMON_OBS): Remove solib-target.o.
4555 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
4556 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
4557 (LIBGDB_OBS, libgdb.a): Move it above.
4558 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
4559 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
4560 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
4561 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
4562 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
4563 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
4564 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
4565 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
4566 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
4567 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
4568 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
4569 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
4570 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
4571 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
4572 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4573 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
4574 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
4575 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4576 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
4577 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
4578 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
4579 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
4580 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
4581 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
4582 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
4583 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
4584 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
4585
4586 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4587
4588 Remove the gdbtui binary.
4589 * .gitignore (/gdbtui): Remove.
4590 * Makefile.in (TUI): Remove.
4591 (SUBDIR_TUI_OBS): Remove tui-main.o.
4592 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
4593 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
4594 (tui-main.o): Remove.
4595 (all_object_files): Remove tui-main.o.
4596 * NEWS: New note for the gdbtui removal.
4597 * configure: Rebuilt.
4598 * configure.ac: No longer add all-tui, clean-tui, install-tui and
4599 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
4600 CONFIG_UNINSTALL respectively.
4601 * gdb.c (main): Remove args.interpreter_p initialization.
4602 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
4603 * main.h (struct captured_main_args): Remove interpreter_p.
4604 * tui/tui-main.c: Remove.
4605
4606 2012-01-01 Doug Evans <dje@google.com>
4607
4608 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
4609 (dwarf2_physname, read_import_statement): Ditto.
4610 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
4611 (process_structure_scope read_subroutine_type): Ditto.
4612 (read_typedef, load_partial_dies, read_partial_die): Ditto.
4613 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
4614 (dwarf2_fetch_die_location_block): Ditto.
4615 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
4616
4617 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
4618 All callers updated.
4619 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
4620 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
4621 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
4622
4623 * dwarf2read.c (load_cu): Move assert to more useful location.
4624
4625 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
4626 All callers updated.
4627
4628 * dwarf2read.c (dwarf2_per_objfile): Add comment.
4629 (dwarf2_elf_names): Minor reformat.
4630 (dwarf2_per_cu_data): Tweak comment.
4631 (dwarf2_read_section): Fix comment.
4632 (create_all_comp_units): Fix comment.
4633 (load_full_comp_unit): Fix comment.
4634 (process_full_comp_unit): Fix comment.
4635 (read_signatured_type): Fix comment.
4636
4637 For older changes see ChangeLog-2011.
4638 \f
4639 Local Variables:
4640 mode: change-log
4641 left-margin: 8
4642 fill-column: 74
4643 version-control: never
4644 coding: utf-8
4645 End:
This page took 0.132583 seconds and 4 git commands to generate.