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