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