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