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