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