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