2012-05-23 Stan Shebs <stan@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2012-05-23 Stan Shebs <stan@codesourcery.com>
2 Kwok Cheung Yeung <kcy@codesourcery.com>
3
4 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6 (mi-cmd-info.o): New rule.
7 * osdata.h (info_osdata_command): New declaration.
8 * osdata.c (info_osdata_command): Change to non-static.
9 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
10 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
11 * mi/mi-cmd-info.c: New file.
12
13 2012-05-23 Doug Evans <dje@google.com>
14
15 * symtab.c (search_symbols): Pass NULL for file_matcher to
16 expand_symtabs_matching if there are no files to match.
17
18 * gdbtypes.c (lookup_typename): Simplify.
19
20 2012-05-23 Pedro Alves <palves@redhat.com>
21
22 * arch-utils.h (default_target_signal_to_host): Delete.
23 * arch-utils.c (default_target_signal_to_host): Delete.
24 * gdbarch.sh (target_signal_to_host): Remove.
25 * gdbarch.h, gdbarch.c: Regenerate.
26
27 2012-05-22 Doug Evans <dje@google.com>
28
29 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
30 "const gdb_byte *".
31 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
32 (execute_cfa_program): Update to match API of leb128 functions.
33 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
34 "const gdb_byte *".
35 (read_unsigned_leb128, read_signed_leb128): Delete.
36 (read_initial_length): Change type of buf argument to
37 "const gdb_byte *".
38 (read_encoded_value): Update to match API of leb128 functions.
39 (decode_frame_entry): Change result to "const gdb_byte *", and
40 similarly for "start" parameter.
41 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
42 (dwarf2_build_frame_info): Change local frame_ptr to
43 "const gdb_byte *".
44 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
45 read_uleb128, read_sleb128. All callers updated.
46 (safe_skip_leb128): New function.
47 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
48 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
49 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
50 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
51 read_uleb128, read_sleb128.
52 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
53 (execute_stack_op): Update to match API of leb128 functions.
54 * dwarf2expr.h: #include "leb128.h".
55 (read_uleb128, read_sleb128): Delete.
56 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
57 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
58 * dwarf2loc.c (debug_loc_kind): New enum.
59 (decode_debug_loc_addresses): New function.
60 (decode_debug_loc_dwo_addresses): New function.
61 (dwarf2_find_location_expression): Rewrite.
62 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
63 (locexpr_describe_location_piece): Ditto.
64 (disassemble_dwarf_expression): Ditto.
65 (locexpr_describe_location_1): Ditto.
66 (loclist_describe_location): Rewrite.
67 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
68 * dwarf2read.c (die_reader_specs): New member "buffer_end".
69 (dwarf2_section_buffer_overflow_complaint): Renamed from
70 dwarf2_macros_too_long_complaint. All callers updated.
71 (skip_leb128): Delete.
72 (init_cu_die_reader): Initialize reader->buffer_end.
73 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
74 (skip_form_bytes): New arg buffer_end. All callers updated.
75 Replace call to skip_leb128 with gdb_skip_leb128.
76 (skip_unknown_opcode): New arg mac_end. All callers updated.
77 (fill_in_loclist_baton): Initialize baton->from_dwo.
78
79 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
80
81 * mips-linux-nat.c (mips_linux_read_description): Use a more
82 verbose error message.
83
84 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
85
86 * NEWS: Add MIPS/Linux DSP support.
87 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
88 (SIGCONTEXT_DSPCTL): New macro.
89 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
90 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
91 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
92 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
93 (N64_SIGCONTEXT_HI3): Likewise.
94 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
95 (N64_SIGCONTEXT_LO3): Likewise.
96 (N64_SIGCONTEXT_DSPCTL): Likewise.
97 (N64_SIGCONTEXT_FPCSR): Clarify definition.
98 (mips_linux_o32_sigframe_init): Handle DSP registers.
99 (mips_linux_n32n64_sigframe_init): Likewise.
100
101 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
102
103 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
104 call to abort.
105
106 2012-05-22 Pedro Alves <palves@redhat.com>
107
108 * target.h (store_waitstatus): Move declaration ...
109 * inf-child.h (store_waitstatus): ... here.
110 * target.c: Move inclusion of gdb_wait.h, and ...
111 (store_waitstatus): ... this ...
112 * inf-child.c: ... here.
113 * linux-nat.c: Include inf-child.h.
114 * rs6000-nat.c: Include inf-child.h.
115 * spu-linux-nat.c: Include inf-child.h.
116
117 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
118
119 * tracepoint.c (start_tracing): Add missing i18n markup.
120 (stop_tracing, set_trace_user): Ditto.
121 (set_trace_notes, set_trace_stop_notes): Ditto.
122
123 2012-05-21 Tom Tromey <tromey@redhat.com>
124
125 PR c++/7173:
126 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
127 types.
128 * value.h (value_cast_pointers): Update.
129 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
130 (value_cast): Update.
131 (update_search_result): New function.
132 (do_search_struct_field): New, from search_struct_field. Check
133 for ambiguous results.
134 (search_struct_field): Rewrite.
135 * infcall.c (value_arg_coerce): Update.
136 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
137 value_cast_pointers.
138 * ada-lang.c (ada_convert_actual): Update.
139
140 2012-05-21 Tom Tromey <tromey@redhat.com>
141
142 * macroexp.c (macro_stringify): Terminate the string.
143
144 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
145
146 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
147 Describe it.
148 * auto-load.c (auto_load_expand_dir_vars): New function.
149 (auto_load_safe_path_vec_update): Use it, remove the
150 substitute_path_component call thanks to it.
151 (auto_load_objfile_script): Remove the debug_file_directory processing.
152 Use auto_load_expand_dir_vars, remove the substitute_path_component
153 call thanks to it.
154 * configure: Regenerate.
155 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
156 path. Escape $ also for $debugdir.
157 (--with_auto_load_safe_path): Escape $ also for $debugdir.
158 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
159
160 2012-05-20 Doug Evans <dje@google.com>
161
162 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
163 before use. Check for symtab->includes == NULL before scanning it.
164
165 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
166
167 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
168
169 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
170
171 * NEWS: Add microMIPS support and "set mips compression",
172 "show mips compression" commands.
173 * mips-tdep.h (mips_isa): New enum.
174 (gdbarch_tdep): Add mips_isa.
175 (mips_pc_is_mips16): Update prototype.
176 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
177 * mips-tdep.c (mips_compression_mips16): New variable.
178 (mips_compression_micromips): Likewise.
179 (mips_compression_strings): Likewise.
180 (mips_compression_string): Likewise.
181 (is_mips16_isa, is_micromips_isa): New functions.
182 (is_mips16_addr): Rename to...
183 (is_compact_addr): ... this.
184 (unmake_mips16_addr): Likewise to...
185 (unmake_compact_addr): ... this.
186 (make_mips16_addr): Likewise to...
187 (make_compact_addr): ... this.
188 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
189 functions.
190 (mips_elf_make_msymbol_special): Handle microMIPS code.
191 (msymbol_is_special): Rename to...
192 (msymbol_is_mips16): ... this.
193 (mips_make_symbol_special, mips_pc_is_mips16): Update
194 accordingly.
195 (msymbol_is_mips, msymbol_is_micromips): New functions.
196 (mips16_to_32_reg): Rename to...
197 (mips_reg3_to_reg): ... this.
198 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
199 (mips_pc_isa): Likewise.
200 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
201 code.
202 (mips_fetch_instruction): Pass return status instead of printing
203 an error message if requested. Handle microMIPS code. Bail out
204 on an invalid ISA.
205 (micromips_op): New macro.
206 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
207 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
208 (b6s4_op, b7s3_reg): Likewise.
209 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
210 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
211 (mips_insn_size): New function.
212 (mips32_next_pc): Update mips_fetch_instruction call.
213 (micromips_relative_offset7): New function.
214 (micromips_relative_offset10): Likewise.
215 (micromips_relative_offset16): Likewise.
216 (micromips_pc_insn_size): Likewise.
217 (micromips_bc1_pc): Likewise.
218 (micromips_next_pc): Likewise.
219 (unpack_mips16): Update mips_fetch_instruction call.
220 (extended_mips16_next_pc): Update according to change to
221 mips16_to_32_reg.
222 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
223 code.
224 (mips16_scan_prologue): Update mips_fetch_instruction call.
225 Update according to change to mips16_to_32_reg.
226 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
227 (mips_insn16_frame_base_sniffer): Likewise.
228 (micromips_decode_imm9): New function.
229 (micromips_scan_prologue): Likewise.
230 (mips_micro_frame_cache): Likewise.
231 (mips_micro_frame_this_id): Likewise.
232 (mips_micro_frame_prev_register): Likewise.
233 (mips_micro_frame_sniffer): Likewise.
234 (mips_micro_frame_unwind): New variable.
235 (mips_micro_frame_base_address): New function.
236 (mips_micro_frame_base): New variable.
237 (mips_micro_frame_base_sniffer): New function.
238 (mips32_scan_prologue): Update mips_fetch_instruction call.
239 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
240 rather than for MIPS16.
241 (mips_insn32_frame_base_sniffer): Likewise.
242 (mips_addr_bits_remove): Handle microMIPS code.
243 (deal_with_atomic_sequence): Rename to...
244 (mips_deal_with_atomic_sequence): ... this. Update the type
245 of the variable used to hold an instruction. Remove the ISA bit
246 check. Update mips_fetch_instruction call.
247 (micromips_deal_with_atomic_sequence): New function.
248 (deal_with_atomic_sequence): Likewise.
249 (mips_about_to_return): Handle microMIPS code. Update
250 mips_fetch_instruction call.
251 (heuristic_proc_start): Check for the standard MIPS ISA rather
252 than for MIPS16. Update mips_pc_is_mips16 and
253 mips_fetch_instruction calls. Handle microMIPS code.
254 (mips_push_dummy_code): Handle microMIPS code.
255 (mips_eabi_push_dummy_call): Likewise.
256 (mips_o32_return_value): Update mips_pc_is_mips16 call.
257 (mips_o64_push_dummy_call): Handle microMIPS code.
258 (mips_o64_return_value): Update mips_pc_is_mips16 call.
259 (is_delayed): Remove function.
260 (mips_single_step_through_delay): Replace the call to is_delayed
261 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
262 Handle microMIPS code.
263 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
264 microMIPS code.
265 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
266 call.
267 (micromips_in_function_epilogue_p): New function.
268 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
269 call.
270 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
271 Handle microMIPS.
272 (gdb_print_insn_mips): Likewise.
273 (mips_breakpoint_from_pc): Likewise.
274 (mips_remote_breakpoint_from_pc): New function.
275 (mips32_instruction_has_delay_slot): Simplify making use of the
276 updated mips_fetch_instruction interface.
277 (micromips_instruction_has_delay_slot): New function.
278 (mips16_instruction_has_delay_slot): Simplify making use of the
279 updated mips_fetch_instruction interface.
280 (mips_adjust_breakpoint_address): Check for the standard MIPS
281 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
282 calls. Handle microMIPS code.
283 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
284 (mips_skip_trampoline_code): Handle microMIPS code.
285 (global_mips_compression): New function.
286 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
287 file flags. Register the microMIPS remote breakpoint handler
288 and heuristic frame unwinder.
289 (show_mips_compression): New function.
290 (_initialize_mips_tdep): Add the "set mips compression" and
291 "show mips compression" commands.
292
293 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
294
295 * ada-lang.c:
296 * ada-tasks.c:
297 * ada-varobj.c:
298 * amd64-darwin-tdep.c:
299 * arm-symbian-tdep.c:
300 * arm-tdep.c:
301 * avr-tdep.c:
302 * ax-gdb.c:
303 * bfin-linux-tdep.c:
304 * breakpoint.c:
305 * c-valprint.c:
306 * cli/cli-cmds.c:
307 * coffread.c:
308 * cp-support.c:
309 * cris-tdep.c:
310 * dwarf2-frame-tailcall.c:
311 * dwarf2-frame.c:
312 * dwarf2expr.c:
313 * dwarf2loc.c:
314 * dwarf2read.c:
315 * elfread.c:
316 * eval.c:
317 * expprint.c:
318 * f-valprint.c:
319 * frv-tdep.c:
320 * h8300-tdep.c:
321 * hppa-hpux-tdep.c:
322 * hppa-tdep.c:
323 * hppanbsd-tdep.c:
324 * i386-nto-tdep.c:
325 * i386-tdep.c:
326 * i387-tdep.c:
327 * ia64-tdep.c:
328 * jit.c:
329 * linespec.c:
330 * linux-tdep.c:
331 * lm32-tdep.c:
332 * m2-valprint.c:
333 * m32c-tdep.c:
334 * m32r-rom.c:
335 * m32r-tdep.c:
336 * m68k-tdep.c:
337 * m68klinux-tdep.c:
338 * mi/mi-main.c:
339 * microblaze-tdep.c:
340 * mips-linux-tdep.c:
341 * mips-tdep.c:
342 * mn10300-tdep.c:
343 * p-valprint.c:
344 * parse.c:
345 * ppc-linux-tdep.c:
346 * ppc-sysv-tdep.c:
347 * printcmd.c:
348 * python/py-finishbreakpoint.c:
349 * python/py-inferior.c:
350 * python/py-infthread.c:
351 * python/py-type.c:
352 * python/python.c:
353 * remote-fileio.c:
354 * remote-m32r-sdi.c:
355 * remote-mips.c:
356 * reverse.c:
357 * rl78-tdep.c:
358 * rs6000-aix-tdep.c:
359 * rs6000-tdep.c:
360 * s390-tdep.c:
361 * score-tdep.c:
362 * sh64-tdep.c:
363 * skip.c:
364 * solib-darwin.c:
365 * solib-dsbt.c:
366 * solib-frv.c:
367 * sparc-tdep.c:
368 * spu-multiarch.c:
369 * spu-tdep.c:
370 * stack.c:
371 * symfile.c:
372 * symtab.c:
373 * tic6x-tdep.c:
374 * tracepoint.c:
375 * v850-tdep.c:
376 * valarith.c:
377 * valprint.c:
378 * value.c:
379 * xcoffread.c:
380 * xtensa-tdep.c:
381 * ada-lang.c:
382 * ada-tasks.c:
383 * ada-varobj.c:
384 * amd64-darwin-tdep.c:
385 * arm-symbian-tdep.c:
386 * arm-tdep.c: Delete unused variables.
387
388 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
389
390 Rename $ddir to $datadir.
391 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
392 * auto-load.c (auto_load_safe_path_vec_update)
393 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
394 * configure: Regenerate.
395 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
396 Likewise. Remove the 'use $ddir' help string.
397
398 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * auto-load.c (show_auto_load_safe_path): Accept any combination of
401 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
402
403 2012-05-18 Tom Tromey <tromey@redhat.com>
404
405 PR exp/13907:
406 * valprint.h (struct value_print_options) <symbol_print>: New
407 field.
408 * valprint.c (user_print_options): Add default for symbol_print.
409 (show_symbol_print): New function.
410 (generic_val_print): Respect symbol_print.
411 (_initialize_valprint): Add "print symbol" setting.
412 * f-valprint.c (f_val_print): Respect symbol_print.
413 * c-valprint.c (c_val_print): Respect symbol_print.
414 * NEWS: Update.
415 * printcmd.c (print_address_symbolic): Return int. Ignore some
416 zero-size symbols.
417 (print_address_demangle): Return int.
418 * defs.h: (print_address_symbolic): Return int.
419 * value.h (print_address_demangle): Return int.
420
421 2012-05-18 Tom Tromey <tromey@redhat.com>
422
423 * valprint.c (val_print_string): Don't print leading space.
424 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
425 print space before string or vtbl.
426 * m2-valprint.c (print_unpacked_pointer): Optionally print space
427 before string.
428 * jv-valprint.c (java_value_print): Print space before string.
429 * go-valprint.c (print_go_string): Print space before string.
430 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
431 space before string.
432 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
433 space before string or vtbl.
434 * auxv.c (fprint_target_auxv): Print space after address.
435
436 2012-05-18 Tom Tromey <tromey@redhat.com>
437
438 * printcmd.c (print_address_demangle): Remove special case for 0.
439
440 2012-05-18 Tom Tromey <tromey@redhat.com>
441
442 * printcmd.c (print_address_demangle): Add 'opts' argument.
443 * p-valprint.c (pascal_val_print): Update.
444 * jv-valprint.c (java_val_print): Update.
445 * value.h: Update.
446 * valprint.c (generic_val_print): Update.
447 (print_function_pointer_address): Add 'options' argument. Remove
448 'addressprint' argument. Update.
449 * m2-valprint.c (print_unpacked_pointer): Update.
450 * gnu-v3-abi.c (print_one_vtable): Update.
451 (gnuv3_print_method_ptr): Update.
452 * f-valprint.c (f_val_print): Update.
453 * cp-valprint.c (cp_print_value_fields): Update.
454 * valprint.h (print_function_pointer_address): Update.
455 * c-valprint.c (c_val_print): Update.
456
457 2012-05-18 Tom Tromey <tromey@redhat.com>
458
459 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
460 directly corresponding to the found psymtab.
461 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
462 (dw2_find_pc_sect_symtab): Use it.
463 * block.h (blockvector_contains_pc): Declare.
464 * block.c (find_block_in_blockvector): New function.
465 (blockvector_for_pc_sect): Use it.
466 (blockvector_contains_pc): New function.
467
468 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
469
470 * mips-tdep.h (mips_write_pc): New prototype.
471 * mips-tdep.c (mips_write_pc): Make external, add description.
472 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
473 add description.
474
475 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
476
477 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
478 mips_regnum->pc.
479 (mips_unwind_pc, mips_write_pc): Likewise.
480 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
481 gdbarch_read_pc.
482
483 2012-05-17 Joel Brobecker <brobecker@adacore.com>
484
485 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
486 proc_warn, proc_error, proc_get_status, proc_flags,
487 proc_why, proc_what, proc_nsysarg, proc_sysargs,
488 proc_set_run_on_last_close, proc_unset_run_on_last_close,
489 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
490 proc_stop_process, proc_wait_for_stop, proc_run_process,
491 proc_set_traced_signals, proc_set_traced_faults,
492 proc_set_traced_sysentry, proc_set_traced_sysexit,
493 proc_set_held_signals, proc_get_held_signals,
494 proc_get_traced_signals, proc_get_traced_faults,
495 proc_get_traced_sysentry, proc_get_traced_sysexit,
496 proc_clear_current_fault, proc_set_current_signal,
497 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
498 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
499 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
500 proc_get_current_thread, proc_get_current_thread,
501 proc_get_current_thread, proc_update_threads,
502 proc_update_threads, proc_update_threads, proc_update_threads,
503 proc_iterate_over_threads, procfs_find_new_threads,
504 procfs_pid_to_str): Make static. Remove advance declaration.
505 (proc_cursig): Make static. Conditionalized defintion on
506 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
507 (proc_syscall, proc_set_kill_on_last_close,
508 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
509 proc_get_pending_signals, proc_get_signal_actions,
510 proc_trace_signal, proc_ignore_signal): Delete.
511
512 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
513
514 * coffread.c (cs_section_address): Passing proper argument for
515 `bfd_get_section_vma'.
516 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
517 `bfd_get_section_flags'.
518 * remote.c (remote_trace_set_readonly_regions): Likewise, for
519 `bfd_get_section_vma'.
520
521 2012-05-16 Tom Tromey <tromey@redhat.com>
522
523 PR macros/13205:
524 * macrotab.h: (macro_define_special): Declare.
525 (enum macro_special_kind): New.
526 (struct macro_definition) <argc, replacement>: Update comments.
527 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
528 (macro_define_object_internal): New function.
529 (macro_define_object): Use it.
530 (macro_define_special): New function.
531 (fixup_definition): New function.
532 (macro_lookup_definition, foreach_macro_in_scope)
533 (foreach_macro): Use fixup_definition.
534 * macroexp.h (macro_stringify): Declare.
535 * macroexp.c (free_buffer_return_text): New function.
536 (stringify): Constify "arg".
537 (macro_stringify): New function.
538 * dwarf2read.c (macro_start_file): Call macro_define_special.
539
540 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
541 Maciej W. Rozycki <macro@mips.com>
542
543 * breakpoint.h (bp_location): Add related_address member.
544 * inferior.h (get_return_value): Take a pointer to struct value
545 instead of struct type for the function requested.
546 * value.h (using_struct_return): Likewise.
547 * gdbarch.sh (return_value): Take a pointer to struct value
548 instead of struct type for the function requested.
549 * breakpoint.c (set_breakpoint_location_function): Initialize
550 related_address for bp_gnu_ifunc_resolver breakpoints.
551 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
552 requested function's address to gdbarch_return_value.
553 * eval.c (evaluate_subexp_standard): Pass the requested
554 function's address to using_struct_return.
555 * infcall.c (call_function_by_hand): Pass the requested
556 function's address to using_struct_return and
557 gdbarch_return_value.
558 * infcmd.c (get_return_value): Take a pointer to struct value
559 instead of struct type for the function requested.
560 (print_return_value): Update accordingly.
561 (finish_command_continuation): Likewise.
562 * stack.c (return_command): Pass the requested function's
563 address to using_struct_return and gdbarch_return_value.
564 * value.c (using_struct_return): Take a pointer to struct value
565 instead of struct type for the function requested. Pass the
566 requested function's address to gdbarch_return_value.
567 * python/py-finishbreakpoint.c (finish_breakpoint_object):
568 New function_value member, replacing function_type.
569 (bpfinishpy_dealloc): Update accordingly.
570 (bpfinishpy_pre_stop_hook): Likewise.
571 (bpfinishpy_init): Likewise. Record the requested function's
572 address.
573 * mips-tdep.c (mips_fval_reg): New enum.
574 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
575 words put in GP registers.
576 (mips_o64_push_dummy_call): Update a comment.
577 (mips_o32_return_value): Take a pointer to struct value instead
578 of struct type for the function requested and use it to check if
579 using the MIPS16 calling convention. Return the designated
580 general purpose registers for floating-point values returned in
581 MIPS16 mode.
582 (mips_o64_return_value): Likewise.
583 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
584 (ppc_sysv_abi_broken_return_value): Likewise.
585 (ppc64_sysv_abi_return_value): Likewise.
586 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
587 value instead of struct type for the function requested.
588 * amd64-tdep.c (amd64_return_value): Likewise.
589 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
590 * arm-tdep.c (arm_return_value): Likewise.
591 * avr-tdep.c (avr_return_value): Likewise.
592 * bfin-tdep.c (bfin_return_value): Likewise.
593 * cris-tdep.c (cris_return_value): Likewise.
594 * frv-tdep.c (frv_return_value): Likewise.
595 * h8300-tdep.c (h8300_return_value): Likewise.
596 (h8300h_return_value): Likewise.
597 * hppa-tdep.c (hppa32_return_value): Likewise.
598 (hppa64_return_value): Likewise.
599 * i386-tdep.c (i386_return_value): Likewise.
600 * ia64-tdep.c (ia64_return_value): Likewise.
601 * iq2000-tdep.c (iq2000_return_value): Likewise.
602 * lm32-tdep.c (lm32_return_value): Likewise.
603 * m32c-tdep.c (m32c_return_value): Likewise.
604 * m32r-tdep.c (m32r_return_value): Likewise.
605 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
606 * m68k-tdep.c (m68k_return_value): Likewise.
607 (m68k_svr4_return_value): Likewise.
608 * m88k-tdep.c (m88k_return_value): Likewise.
609 * mep-tdep.c (mep_return_value): Likewise.
610 * microblaze-tdep.c (microblaze_return_value): Likewise.
611 * mn10300-tdep.c (mn10300_return_value): Likewise.
612 * moxie-tdep.c (moxie_return_value): Likewise.
613 * mt-tdep.c (mt_return_value): Likewise.
614 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
615 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
616 (ppc_sysv_abi_broken_return_value): Likewise.
617 (ppc64_sysv_abi_return_value): Likewise.
618 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
619 * rl78-tdep.c (rl78_return_value): Likewise.
620 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
621 * rx-tdep.c (rx_return_value): Likewise.
622 * s390-tdep.c (s390_return_value): Likewise.
623 * score-tdep.c (score_return_value): Likewise.
624 * sh-tdep.c (sh_return_value_nofpu): Likewise.
625 (sh_return_value_fpu): Likewise.
626 * sh64-tdep.c (sh64_return_value): Likewise.
627 * sparc-tdep.c (sparc32_return_value): Likewise.
628 * sparc64-tdep.c (sparc64_return_value): Likewise.
629 * spu-tdep.c (spu_return_value): Likewise.
630 * tic6x-tdep.c (tic6x_return_value): Likewise.
631 * v850-tdep.c (v850_return_value): Likewise.
632 * vax-tdep.c (vax_return_value): Likewise.
633 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
634 * xtensa-tdep.c (xtensa_return_value): Likewise.
635 * gdbarch.c: Regenerate.
636 * gdbarch.h: Regenerate.
637
638 2012-05-15 Tom Tromey <tromey@redhat.com>
639
640 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
641
642 2012-05-15 Joel Brobecker <brobecker@adacore.com>
643
644 * breakpoint.c (init_breakpoint_sal): Add quotes around part
645 of command in two error message.
646
647 2012-05-15 Joel Brobecker <brobecker@adacore.com>
648
649 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
650
651 2012-05-15 Joel Brobecker <brobecker@adacore.com>
652
653 * breakpoint.c (find_condition_and_thread): Minor reformatting.
654
655 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
656
657 * NEWS (show auto-load scripts-directory): Add forgotten command.
658
659 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
660
661 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
662 parameters.
663
664 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
665
666 * amd64-tdep.c: Include features/i386/x32.c and
667 features/i386/x32-avx.c.
668 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
669 initialize_tdesc_x32_avx.
670
671 2012-05-14 Stan Shebs <stan@codesourcery.com>
672
673 Add dynamic printf.
674 * breakpoint.h (enum bptype): New type bp_dprintf.
675 (struct breakpoint): New field extra_string.
676 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
677 (create_breakpoint): Add extra_string arg.
678 * breakpoint.c (dprintf_breakpoint_ops): New.
679 (is_breakpoint): Add bp_dprintf.
680 (bpstat_what): Add dprintf case.
681 (bptype_string): Ditto.
682 (print_one_breakpoint_location): Ditto.
683 (init_bp_location): Ditto.
684 (bkpt_print_mention): Ditto.
685 (dprintf_style_enums): New array.
686 (dprintf_style): New global.
687 (dprintf_function): New global.
688 (dprintf_channel): New global.
689 (update_dprintf_command_list): New function.
690 (update_dprintf_commands): New function.
691 (init_breakpoint_sal): Add extra_string argument, handle it.
692 (create_breakpoint_sal): Add extra_string argument.
693 (create_breakpoints_sal): Add extra_string argument, update callers.
694 (find_condition_and_thread): Add extra argument.
695 (create_breakpoint): Add extra_string argument, record it.
696 (dprintf_command): New function.
697 (break_command_1): Add arg to create_breakpoint call.
698 (handle_gnu_v3_exceptions): Ditto.
699 (trace_command): Ditto.
700 (ftrace_command): Ditto.
701 (strace_command): Ditto.
702 (bkpt_print_mention): Add dprintf case.
703 (create_breakpoint_sal_default): Add extra_string argument.
704 (_initialize_breakpoint): Add new commands.
705 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
706 * python/py-breakpoint.c (bppy_init): Ditto.
707 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
708
709 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
710
711 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
712
713 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
714
715 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
716 unsigned long long.
717
718 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
719
720 Add a new function gdb.find_pc_line to the Python API.
721 * NEWS (Python Scripting): Add entry about the new function.
722 * python/python.c (gdbpy_find_pc_line): New function which
723 implements gdb.find_pc_line.
724 (GdbMethods): Add entry for the new function.
725
726 2012-05-12 Pedro Alves <palves@redhat.com>
727
728 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
729 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
730
731 2012-05-12 Eli Zaretskii <eliz@gnu.org>
732
733 * inferior.c: Include completer.h
734 (initialize_inferiors): Set completer of add-inferior to
735 filename_completer.
736
737 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
738
739 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
740 gdbarch_ptr_bit for x32 core dump.
741
742 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
743
744 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
745 and features/i386/x32-avx-linux.c.
746
747 2012-05-11 Stan Shebs <stan@codesourcery.com>
748 Kwok Cheung Yeung <kcy@codesourcery.com>
749
750 * NEWS: Describe new info os commands.
751 * common/linux-osdata.c (PID_T, TIME_T): Define.
752 (MAX_PID_T_STRLEN): New.
753 (linux_common_core_of_thread): Add comment. Change to use PID_T and
754 MAX_PID_T_STRLEN.
755 (command_from_pid): Add comment. Change to use PID_T.
756 (commandline_from_pid): Change to use PID_T.
757 (user_from_pid): Add comment.
758 (get_process_owner): Add comment. Change to use PID_T and
759 MAX_PID_T_STRLEN.
760 (get_number_of_cpu_cores): Add comment.
761 (get_cores_used_by_process): Add comment. Change to use PID_T and
762 MAX_PID_T_STRLEN.
763 (linux_xfer_osdata_processes): Change to use PID_T and
764 MAX_PID_T_STRLEN.
765 (compare_processes): New function.
766 (linux_xfer_osdata_processgroups): New function.
767 (linux_xfer_osdata_threads): Change to use PID_T.
768 (linux_xfer_osdata_fds): New function.
769 (format_socket_state, print_sockets): New functions.
770 (union socket_addr): New union.
771 (linux_xfer_osdata_isockets): New function.
772 (time_from_time_t, group_from_gid): New functions.
773 (linux_xfer_osdata_shm): New function.
774 (linux_xfer_osdata_sem): New function.
775 (linux_xfer_osdata_msg): New function.
776 (linux_xfer_osdata_modules): New function.
777 (osdata_table): Add new entries.
778 * common/buffer.c (buffer_xml_printf): Add support for long and
779 long long format specifiers.
780
781 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
782
783 * amd64-linux-tdep.h (tdesc_x32_linux): New.
784 (tdesc_x32_avx_linux): Likewise.
785
786 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
787
788 Implement multi-component --with-auto-load-dir.
789 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
790 entries.
791 (--with-auto-load-safe-path): Update the default value description.
792 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
793 New.
794 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
795 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
796 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
797 (_initialize_auto_load): Initialize also auto_load_dir. Install new
798 "set auto-load scripts-directory".
799 * config.in: Regenerate.
800 * configure: Regenerate.
801 * configure.ac (--with-auto-load-dir): New configure option.
802 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
803
804 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
805
806 Provide $ddir substitution for --with-auto-load-safe-path.
807 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
808 entries.
809 * auto-load.c: Include observer.h.
810 (auto_load_safe_path_vec_update): Call substitute_path_component for
811 each component. New variable ddir_subst.
812 (auto_load_gdb_datadir_changed): New function.
813 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
814 AUTO_LOAD_SAFE_PATH. New comment.
815 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
816 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
817 * config.in: Regenerate.
818 * configure: Regenerate.
819 * configure.ac (--auto-load-safe-path): Rename
820 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
821 GDB_DATADIR/auto-load.
822 * defs.h (substitute_path_component): New declaration.
823 * top.c: Include observer.h.
824 (set_gdb_datadir): New function.
825 (init_main): Install it for "set data-directory".
826 * utils.c (substitute_path_component): New function.
827
828 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
831 * auto-load.c (auto_load_objfile_script): Remove check for NULL
832 DEBUG_FILE_DIRECTORY. Handle multiple components of
833 DEBUG_FILE_DIRECTORY.
834
835 2012-05-10 Tom Tromey <tromey@redhat.com>
836
837 * dwarf2read.c (recursively_write_psymbols): New function.
838 (write_psymtabs_to_index): Use it.
839
840 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
841 field.
842 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
843 (load_partial_comp_unit): Update.
844 (queue_comp_unit): Add argument 'pretend_language'.
845 (process_queue): Update.
846 (psymtab_to_symtab_1): Skip dependencies that have a user.
847 (load_partial_comp_unit_reader): Give meaning to the 'data'
848 argument.
849 (load_full_comp_unit): Add 'pretend_language' argument.
850 (process_full_comp_unit): Add 'pretend_language' argument. Set
851 language on CU.
852 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
853 Update.
854 (maybe_queue_comp_unit): Add 'pretend_language' argument.
855 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
856 Update.
857 (prepare_one_comp_unit): Add 'pretend_language' argument.
858
859 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
860 (struct dwarf2_per_objfile) <just_read_cus>: New field.
861 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
862 (dw2_do_instantiate_symtab): Check whether symtab was read in
863 before queueing.
864 (dw2_instantiate_symtab): Add assertion. Call
865 process_cu_includes.
866 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
867 (partial_symtab_p): New typedef.
868 (set_partial_user): New function.
869 (dwarf2_build_psymtabs_hard): Use set_partial_user.
870 (scan_partial_symbols): Add imported CU to imported_symtabs.
871 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
872 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
873 (get_symtab, recursively_compute_inclusions)
874 (compute_symtab_includes, process_cu_includes)
875 (process_imported_unit_die): New functions.
876 (process_die) <DW_TAG_imported_unit>: New case.
877 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
878
879 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
880 comment.
881 (struct partial_die_info) <locdesc>: Remove.
882 <d>: New field.
883 (process_psymtab_comp_unit): Add 'read_partial' argument.
884 Update.
885 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
886 (scan_partial_symbols): Handle DW_TAG_imported_unit.
887 (add_partial_symbol): Update.
888 (process_die): Handle DW_TAG_partial_unit.
889 (read_file_scope): Update comment.
890 (load_partial_dies): Handle DW_TAG_imported_unit.
891 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
892 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
893
894 2012-05-10 Tom Tromey <tromey@redhat.com>
895
896 * cc-with-dwz.sh: New file.
897
898 2012-05-10 Tom Tromey <tromey@redhat.com>
899
900 * symtab.h (struct symtab) <includes, user>: New fields.
901 * block.h (struct block_iterator) <d, idx, which>: New fields.
902 * block.c (initialize_block_iterator, find_iterator_symtab)
903 (block_iterator_step, block_iter_name_step)
904 (block_iter_match_step): New functions.
905 (block_iterator_first, block_iterator_next)
906 (block_iter_name_first, block_iter_name_next)
907 (block_iter_match_first, block_iter_match_next): Rewrite.
908 (get_block_symtab): New function.
909
910 2012-05-10 Tom Tromey <tromey@redhat.com>
911
912 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
913 set_block_symtab.
914 * jit.c (finalize_symtab): Use allocate_global_block,
915 set_block_symtab.
916 * buildsym.c (finish_block_internal): New function, from old
917 finish_block.
918 (finish_block): Rewrite.
919 (end_symtab): Use finish_block_internal, set_block_symtab.
920 * block.h (struct global_block): New.
921 (allocate_global_block, set_block_symtab): Declare.
922 * block.c (allocate_global_block, set_block_symtab): New
923 functions.
924
925 2012-05-10 Tom Tromey <tromey@redhat.com>
926
927 * psymtab.c (partial_map_expand_apply): Add assertion.
928 (partial_map_symtabs_matching_filename): Skip included psymtabs.
929 (psymtab_to_symtab): Find unshared psymtab.
930 (dump_psymtab): Print including psymtabs.
931 (recursively_search_psymtabs): New function.
932 (expand_symtabs_matching_via_partial): Use it.
933 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
934 fields.
935 (enum psymtab_search_status): New.
936
937 2012-05-10 Tom Tromey <tromey@redhat.com>
938
939 * tracepoint.c (scope_info): Update.
940 * symtab.c (lookup_block_symbol, iterate_over_symbols)
941 (find_pc_sect_symtab, search_symbols)
942 (default_make_symbol_completion_list_break_on)
943 (make_file_symbol_completion_list): Update.
944 * symmisc.c (dump_symtab_1): Update.
945 * stack.c (print_frame_args, iterate_over_block_locals)
946 (print_frame_labels, iterate_over_block_arg_vars): Update.
947 * python/py-block.c (block_object) <dict>: Remove.
948 <block>: New field.
949 <iter>: Change type.
950 (blpy_iter): Update.
951 (blpy_block_syms_iternext): Update.
952 * psymtab.c (map_block): Use block iterators.
953 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
954 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
955 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
956 * infrun.c (check_exception_resume): Update.
957 * cp-support.c (make_symbol_overload_list_block): Update.
958 * coffread.c (patch_opaque_types): Update.
959 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
960 * block.h (struct block_iterator): New.
961 (block_iterator_first, block_iterator_next, block_iter_name_first)
962 (block_iter_name_next, block_iter_match_first)
963 (block_iter_match_next): Declare.
964 (ALL_BLOCK_SYMBOLS): Redefine.
965 * block.c (block_iterator_first, block_iterator_next)
966 (block_iter_name_first, block_iter_name_next)
967 (block_iter_match_first, block_iter_match_next): New functions.
968 * ada-lang.c (ada_add_block_symbols)
969 (ada_make_symbol_completion_list): Use block iterator.
970
971 2012-05-10 Tom Tromey <tromey@redhat.com>
972
973 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
974 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
975 (lookup_partial_symbol, find_last_source_symtab_from_partial)
976 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
977 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
978 Update.
979
980 2012-05-10 Joel Brobecker <brobecker@adacore.com>
981
982 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
983 print-file-var-lib2.c, print-file-var-main.c and
984 print-file-var.exp (located in gdb/testsuite/gdb.base).
985
986 2012-05-10 Joel Brobecker <brobecker@adacore.com>
987
988 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
989 try locating the symbol in the symbol's own objfile first, before
990 extending the search to all objfiles.
991 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
992 out of lookup_symbol_aux_symtabs.
993 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
994 Replace extracted-out code by call to lookup_symbol_aux_objfile.
995 Do not search EXCLUDE_OBJFILE.
996 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
997 (lookup_symbol_global): Search for matches in the block's objfile
998 first, before searching all other objfiles.
999
1000 2012-05-10 Tristan Gingold <gingold@adacore.com>
1001
1002 * printcmd.c (set_command): Add pre/post inc/dec.
1003
1004 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
1005
1006 * gdb.1: Document -ex option.
1007
1008 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1009
1010 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
1011 * inferior.h (AT_SYMBOL): Delete.
1012
1013 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1014
1015 * mips-tdep.c (mips_push_dummy_code): New function.
1016 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
1017 ON_STACK and install mips_push_dummy_code as our gdbarch
1018 push_dummy_code routine.
1019
1020 2012-05-09 Pedro Alves <palves@redhat.com>
1021
1022 * target.c (set_maintenance_target_async_permitted): Rename to ...
1023 (set_target_async_command): ... this.
1024 (show_maintenance_target_async_permitted): Rename to ...
1025 (show_target_async_command): ... this.
1026 (initialize_targets): Adjust.
1027
1028 2012-05-08 Doug Evans <dje@google.com>
1029
1030 * go-exp.y (classify_name): Add missing assignment of fields of
1031 yylval.ssym.
1032
1033 2012-05-08 Eli Zaretskii <eliz@gnu.org>
1034
1035 Display the ">" prompt in interactive mode while reading canned
1036 commands, even when the current interpreter is MI.
1037
1038 * interps.c (interp_set_temp): New function.
1039
1040 * interps.h (interp_set_temp): Add prototype.
1041
1042 * cli/cli-script.c (restore_interp): New cleanup function.
1043 (read_command_lines): Temporarily override the current interpreter
1044 with CLI and arrange for restoring the original one.
1045
1046 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
1047
1048 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
1049
1050 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1051
1052 * probe.c (parse_probes): Move conditional to check for
1053 debuginfo files from here...
1054 * stap-probe.c (stap_get_probes): ... to here.
1055
1056 2012-05-07 Mark Kettenis <kettenis@gnu.org>
1057 H.J. Lu <hongjiu.lu@intel.com>
1058
1059 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
1060 `movl %esp, %ebp' for the X32 ABI.
1061
1062 2012-05-07 Tom Tromey <tromey@redhat.com>
1063
1064 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
1065 get_DW_TAG_name.
1066 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
1067 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
1068 (dwarf_stack_op_name): Remove.
1069 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
1070 (decode_locdesc): Use get_DW_OP_name.
1071 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
1072 (dwarf2_compile_expr_to_ax): Likewise.
1073 (disassemble_dwarf_expression): Likewise.
1074 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
1075
1076 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
1077
1078 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
1079 (sh_linux_sigtramp_cache): New function.
1080 (sh_linux_sigreturn_init): New function.
1081 (sh_linux_rt_sigreturn_init): New function.
1082 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
1083 patterns.
1084 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
1085 syscall codes.
1086 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
1087 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
1088 (sh_linux_init_abi): Add init calls to register new tramp_frame
1089 definitions under 32-bit SH, update comments.
1090
1091 2012-05-07 Pedro Alves <palves@redhat.com>
1092
1093 PR gdb/10952
1094
1095 * amd64-linux-tdep.c: Include glibc-tdep.h.
1096 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
1097 gdbarch_skip_solib_resolver callback.
1098
1099 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
1102 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
1103 (show_auto_load_safe_path): Check any-directory by comparison with "/".
1104 (add_auto_load_safe_path): Change the error message.
1105 (_initialize_auto_load): Change the "safe-path" help text.
1106 * configure: Regenerate
1107 * configure.ac (--without-auto-load-safe-path): Set
1108 WITH_AUTO_LOAD_SAFE_PATH to /.
1109
1110 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
1111
1112 * stap-probe.h: Do not include unecessary `probe.h'.
1113
1114 2012-05-05 Alan Modra <amodra@gmail.com>
1115
1116 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
1117 bfd_und_section_ptr.
1118 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
1119 and bfd_com_section_ptr.
1120
1121 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1122
1123 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
1124
1125 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1126
1127 * windows-nat.h (segment_register_p_ftype): New typedef.
1128 (windows_set_segment_register_p): Add declaration.
1129 * windows-nat.c (segment_register_p): New static global.
1130 (windows_set_segment_register_p): New function.
1131 (do_windows_fetch_inferior_registers): Add special handling
1132 for segment registers.
1133 * amd64-windows-nat.c: #include "amd64-tdep.h".
1134 (amd64_windows_segment_register_p): New function.
1135 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
1136 * i386-windows-nat.c: #include "i386-tdep.h".
1137 (i386_windows_segment_register_p): New function.
1138 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
1139
1140 2012-05-04 Tristan Gingold <gingold@adacore.com>
1141
1142 * printcmd.c (set_command): Emit a warning if the expression is not
1143 an assignment.
1144
1145 2012-05-03 Joel Brobecker <brobecker@adacore.com>
1146
1147 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
1148 Make static.
1149
1150 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
1151
1152 * stap-probe.c (stap_is_operator): Change declaration.
1153 (stap_get_opcode): Change return value.
1154 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
1155 `stap_parse_argument_1'.
1156
1157 2012-05-03 Pedro Alves <pedro@codesourcery.com>
1158
1159 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
1160 debug log.
1161
1162 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1163
1164 Add two new methods global_block and static_block to gdb.Symtab
1165 objects.
1166 * NEWS (Python scripting): Add entry about the new methods.
1167 * python/py-symtab.c (stpy_global_block): New function which
1168 implements the gdb.Symtab.global_block() method.
1169 (stpy_static_block): New function which implements the
1170 gdb.Symtab.static_block() method.
1171 (symtab_object_methods): Add entries for the two new methods.
1172
1173 2012-05-03 Doug Evans <dje@google.com>
1174
1175 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
1176 files.
1177
1178 2012-05-03 Yao Qi <yao@codesourcery.com>
1179
1180 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
1181 space.
1182 (i386_process_record): Ditto.
1183
1184 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1185
1186 * infcall.c (unwind_on_signal_p): Make static.
1187
1188 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1189
1190 * sol-thread.c (solaris_pid_to_str): Make static.
1191 (_initialize_sol_thread): Add prototype.
1192
1193 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1194
1195 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
1196
1197 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
1198
1199 * MAINTAINERS: Remove myself.
1200
1201 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1202
1203 Fix --without-auto-load-safe-path for MS-Windows host platform.
1204 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
1205
1206 2012-05-02 Eli Zaretskii <eliz@gnu.org>
1207
1208 * gdb_curses.h: Undefine KEY_EVENT before including curses
1209 headers. Move "#undef MOUSE_MOVED" before any curses header
1210 inclusion.
1211
1212 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1213
1214 * features/i386/i386-mmx-linux.c: Regenerate.
1215 * features/rs6000/powerpc-32.c: Likewise.
1216 * features/rs6000/powerpc-32l.c: Likewise.
1217 * features/rs6000/powerpc-403.c: Likewise.
1218 * features/rs6000/powerpc-403gc.c: Likewise.
1219 * features/rs6000/powerpc-405.c: Likewise.
1220 * features/rs6000/powerpc-505.c: Likewise.
1221 * features/rs6000/powerpc-601.c: Likewise.
1222 * features/rs6000/powerpc-602.c: Likewise.
1223 * features/rs6000/powerpc-603.c: Likewise.
1224 * features/rs6000/powerpc-604.c: Likewise.
1225 * features/rs6000/powerpc-64.c: Likewise.
1226 * features/rs6000/powerpc-64l.c: Likewise.
1227 * features/rs6000/powerpc-750.c: Likewise.
1228 * features/rs6000/powerpc-860.c: Likewise.
1229 * features/rs6000/powerpc-e500.c: Likewise.
1230 * features/rs6000/powerpc-e500l.c: Likewise.
1231 * features/rs6000/powerpc-isa205-32l.c: Likewise.
1232 * features/rs6000/powerpc-isa205-64l.c: Likewise.
1233 * features/rs6000/rs6000.c: Likewise.
1234
1235 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1236
1237 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
1238 variable.
1239 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
1240 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
1241 (stap_parse_argument) <e>: Likewise.
1242 (handle_stap_probe) <byte_order>: Likewise.
1243
1244 2012-04-30 Doug Evans <dje@google.com>
1245
1246 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
1247 init_and_read_dies_worker. All callers updated.
1248 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
1249 replaced with init_cutu_and_read_dies.
1250 (load_partial_comp_unit): Pass 1 for use_existing_cu.
1251 (find_partial_die): Remove FIXME. Don't free current CU.
1252
1253 2012-04-30 Sterling Augustine <saugustine@google.com>
1254
1255 * contrib: New directory.
1256 * contrib/test_pubnames_and_indexes.py: New file.
1257
1258 2012-04-30 Doug Evans <dje@google.com>
1259
1260 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
1261 All callers updated.
1262 (init_cu_die_reader): Verify the section is non-empty.
1263 (dwarf_decode_line_header): Don't dereference section->asection
1264 until we know the section is present.
1265
1266 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
1267
1268 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
1269 probes.
1270
1271 2012-04-29 Yao Qi <yao@codesourcery.com>
1272
1273 * gdb-code-style.el: New hook gdb-markup-hook
1274 and gdb-comment-hook.
1275
1276 2012-04-28 Doug Evans <dje@google.com>
1277
1278 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
1279 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
1280 objfile->obfd.
1281 * symfile.h (dwarf2_debug_sections): New member addr.
1282 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
1283 (ctx_no_get_addr_index): New function.
1284 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
1285 (ctx_no_get_addr_index): Declare.
1286 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
1287 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
1288 (dwarf_expr_ctx_funcs): Update.
1289 (needs_get_addr_index): New function.
1290 (needs_frame_ctx_funcs): Update.
1291 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
1292 * dwarf2read.c: #include "gdbcore.h".
1293 (dwarf2_per_objfile): New members addr, dwo_files.
1294 (dwarf2_elf_names): Add entry for addr.
1295 (struct dwo_section_names): New type.
1296 (dwo_section_names): New static global.
1297 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
1298 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
1299 old debug_types_section member updated to use this.
1300 Rename member debug_types_section to info_or_types_section,
1301 all uses updated.
1302 (signatured_type): Rename member type_offset to type_offset_in_tu,
1303 all uses updated. New member type_offset_in_section.
1304 (struct dwo_sections): New type.
1305 (struct dwo_unit): New type.
1306 (struct dwo_file): New type.
1307 (die_reader_specs): New member dwo_file.
1308 (dwarf2_locate_sections): Watch for .debug_addr.
1309 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
1310 (dwarf2_read_section): Get bfd of section from bfd's asection,
1311 instead of objfile.
1312 (create_cus_from_index): Initialize the_cu->info_or_types_section.
1313 (create_signatured_type_table_from_index): Initialize
1314 sig_type->info_or_types_section.
1315 (dw2_get_file_names): Statement lists for type units with DWO files
1316 live in the DWO file.
1317 (create_debug_types_hash_table): New function.
1318 (create_all_type_units): Rewrite.
1319 (init_cu_die_reader): New arg dwo_file, all callers updated.
1320 (init_and_read_dies_worker): Get section from
1321 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
1322 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
1323 continue reading the CU/TU from there.
1324 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
1325 updated. Get section from this_cu->info_or_types_section.
1326 (create_all_comp_units): Initialize this_cu->info_or_types_section.
1327 (skip_one_die): New cases DW_FORM_GNU_addr_index,
1328 DW_FORM_GNU_str_index.
1329 (hash_dwo_file, eq_dwo_file): New functions.
1330 (allocate_dwo_file_hash_table): New function.
1331 (hash_dwo_unit, eq_dwo_unit): New functions.
1332 (allocate_dwo_unit_table): New function.
1333 (dwarf2_locate_dwo_sections): New function.
1334 (struct create_dwo_info_table_data): New type.
1335 (create_debug_info_hash_table_reader): New function.
1336 (create_debug_info_hash_table): New function.
1337 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
1338 (lookup_dwo_file): New function.
1339 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
1340 (free_dwo_file, free_dwo_file_cleanup): New functions.
1341 (free_dwo_file_from_slot, free_dwo_files): New functions.
1342 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
1343 (dwarf2_record_block_ranges): Ditto.
1344 (read_partial_die): Ditto.
1345 (process_enumeration_scope): Update to use type_offset_in_section.
1346 (read_full_die_1): New function.
1347 (read_full_die): Rewrite.
1348 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
1349 DW_FORM_GNU_str_index.
1350 (read_addr_index_1, read_addr_index): New functions.
1351 (read_addr_index_from_leb128): New function.
1352 (struct dwarf2_read_addr_index_data): New type.
1353 (dwarf2_read_addr_index_reader): New function.
1354 (dwarf2_read_addr_index): New function.
1355 (read_str_index): New function.
1356 (leb128_size): New function.
1357 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
1358 If processing a type unit from a DWO file, get the line section
1359 from the DWO file.
1360 (var_decode_location): Watch for DW_OP_GNU_addr_index.
1361 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
1362 DW_FORM_GNU_str_index.
1363 (lookup_die_type): Check whether section offset of type's die is
1364 known before looking it up. Remove assert. Condition can
1365 legimately happen for inter-cu type references.
1366 (dwarf_attr_name): Handle Fission attributes.
1367 (dwarf_form_name): Handle Fission forms.
1368 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
1369 DW_FORM_GNU_str_index.
1370 (follow_die_sig): Update to use type_offset_in_section.
1371 (decode_locdesc): New case DW_OP_GNU_addr_index.
1372 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
1373 DW_FORM_GNU_str_index.
1374 (cu_debug_loc_section): New function.
1375 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
1376 (dwarf2_per_objfile_free): Unmap .debug_addr section.
1377 Free DWO files if present.
1378 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
1379
1380 Refactor DIE reading.
1381 * dwarf2read.c (dwarf2_per_objfile): Replace members
1382 debug_info_type_hash and debug_types_type_hash with die_type_hash.
1383 (die_reader_specs): New member "die_section". Temporarily make
1384 member "buffer" non-const, pending constifying all info_ptr uses.
1385 (die_reader_func_ftype): New typedef.
1386 (dw2_get_file_names_reader): New function.
1387 (dw2_get_file_names): Rewrite.
1388 (read_and_check_type_unit_head): Rename arg type_offset to
1389 type_offset_in_tu.
1390 (create_all_type_units): Improve debugging message.
1391 Improve dummy type unit check.
1392 (init_cu_die_reader): New arg "section". All callers updated.
1393 (init_and_read_dies_worker): New function.
1394 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
1395 (init_cutu_and_read_dies_no_follow): New function.
1396 (init_cutu_and_read_dies_simple): New function.
1397 (process_psymtab_comp_unit_reader): New function.
1398 (process_psymtab_comp_unit): Delete args section,
1399 is_debug_types_section. Rewrite. All callers updated.
1400 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
1401 All callers updated. Rewrite.
1402 (load_partial_comp_unit_reader): New function.
1403 (load_partial_comp_unit): Rewrite.
1404 (skip_children): New arg reader. Delete args buffer, cu.
1405 All callers updated.
1406 (skip_one_die): New arg reader. Delete args buffer, cu.
1407 All callers updated.
1408 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
1409 All callers updated.
1410 (load_full_comp_unit_reader): New function.
1411 (load_full_comp_unit): Rewrite.
1412 (read_comp_unit): Delete.
1413 (read_die_and_children_1): Delete, contents moved ...
1414 (read_die_and_children): ... here.
1415 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
1416 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
1417 All callers updated.
1418 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
1419 All callers updated.
1420 (find_partial_die): Rewrite load_all_dies support.
1421 (read_attribute_value): New arg reader. Delete args abfd, cu.
1422 All callers updated.
1423 (read_attribute): New arg reader. Delete args abfd, cu.
1424 All callers updated.
1425 (load_full_type_unit): Add assert.
1426 (read_signatured_type_reader): New function.
1427 (read_signatured_type): Rewrite.
1428 (free_stack_comp_unit): Remove call to age_cached_comp_units.
1429 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
1430 All callers updated. Set per_cu->cu = NULL after freeing it.
1431 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
1432 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
1433 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
1434 (set_die_type): Update.
1435 (get_die_type_at_offset): Update.
1436 (read_file_scope): Call prepare_one_comp_unit.
1437 (read_type_unit_scope): Ditto.
1438 (prepare_one_comp_unit): Set producer if present.
1439
1440 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1441
1442 * probe.c (compile_rx_or_error): Silence ARI warning about missing
1443 gettext function on `error'.
1444
1445 2012-04-27 Doug Evans <dje@google.com>
1446
1447 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
1448 is empty.
1449
1450 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1451 Tom Tromey <tromey@redhat.com>
1452
1453 * breakpoint.c (struct breakpoint_objfile_data)
1454 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
1455 <exception_probes>: New fields.
1456 (free_breakpoint_probes): New function.
1457 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
1458 `_Unwind_DebugHook'.
1459 (create_exception_master_breakpoint): Likewise.
1460 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
1461 * infrun.c: Including necessary header files for handling SystemTap
1462 probes.
1463 (handle_inferior_event): Handling longjmp breakpoint and exceptions
1464 via SystemTap probes.
1465 (check_exception_resume): Remove `func' argument. Handle exception
1466 unwinding breakpoint set via a SystemTap probe.
1467 (insert_exception_resume_from_probe): New function.
1468
1469 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1470 Tom Tromey <tromey@redhat.com>
1471 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
1474 (COMMON_OBS): Likewise.
1475 (HFILES_NO_SRCDIR): Add `probe'.
1476 * NEWS: Mention support for static and SystemTap probes.
1477 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
1478 SystemTap probes' arguments parser.
1479 * arm-linux-tdep.c: Including headers needed to perform the parsing
1480 of SystemTap probes' arguments.
1481 (arm_stap_is_single_operand): New function.
1482 (arm_stap_parse_special_token): Likewise.
1483 (arm_linux_init_abi): Initializing proper fields used by SystemTap
1484 probes' arguments parser.
1485 * ax-gdb.c (require_rvalue): Removing static declaration.
1486 (gen_expr): Likewise.
1487 * ax-gdb.h (gen_expr): Declaring function.
1488 (require_rvalue): Likewise.
1489 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
1490 (bkpt_probe_breakpoint_ops): New variable.
1491 (momentary_breakpoint_from_master): Set the `probe' value.
1492 (add_location_to_breakpoint): Likewise.
1493 (break_command_1): Using proper breakpoint_ops according to the
1494 argument passed by the user in the command line.
1495 (bkpt_probe_insert_location): New function.
1496 (bkpt_probe_remove_location): Likewise.
1497 (bkpt_probe_create_sals_from_address): Likewise.
1498 (bkpt_probe_decode_linespec): Likewise.
1499 (tracepoint_probe_create_sals_from_address): Likewise.
1500 (tracepoint_probe_decode_linespec): Likewise.
1501 (tracepoint_probe_breakpoint_ops): New variable.
1502 (trace_command): Using proper breakpoint_ops according to the
1503 argument passed by the user in the command line.
1504 (initialize_breakpoint_ops): Initializing breakpoint_ops for
1505 static probes on breakpoints and tracepoints.
1506 * breakpoint.h (struct bp_location) <probe>: New field.
1507 * cli-utils.c (skip_spaces_const): New function.
1508 (extract_arg): Likewise.
1509 * cli-utils.h (skip_spaces_const): Likewise.
1510 (extract_arg): Likewise.
1511 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
1512 * configure.ac: Append `stap-probe.o' to be generated when ELF
1513 support is present.
1514 * configure: Regenerate.
1515 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
1516 * elfread.c: Include `probe.h' and `arch-utils.h'.
1517 (probe_key): New variable.
1518 (elf_get_probes): New function.
1519 (elf_get_probe_argument_count): Likewise.
1520 (elf_evaluate_probe_argument): Likewise.
1521 (elf_compile_to_ax): Likewise.
1522 (elf_symfile_relocate_probe): Likewise.
1523 (stap_probe_key_free): Likewise.
1524 (elf_probe_fns): New variable.
1525 (elf_sym_fns): Add `sym_probe_fns' value.
1526 (elf_sym_fns_lazy_psyms): Likewise.
1527 (elf_sym_fns_gdb_index): Likewise.
1528 (_initialize_elfread): Initialize objfile cache for static
1529 probes.
1530 * gdb_vecs.h (struct probe): New forward declaration.
1531 (probe_p): New VEC declaration.
1532 * gdbarch.c: Regenerate.
1533 * gdbarch.h: Regenerate.
1534 * gdbarch.sh (stap_integer_prefix): New variable.
1535 (stap_integer_suffix): Likewise.
1536 (stap_register_prefix): Likewise.
1537 (stap_register_suffix): Likewise.
1538 (stap_register_indirection_prefix): Likewise.
1539 (stap_register_indirection_suffix): Likewise.
1540 (stap_gdb_register_prefix): Likewise.
1541 (stap_gdb_register_suffix): Likewise.
1542 (stap_is_single_operand): New function.
1543 (stap_parse_special_token): Likewise.
1544 (struct stap_parse_info): Forward declaration.
1545 * i386-tdep.c: Including headers needed to perform the parsing
1546 of SystemTap probes' arguments.
1547 (i386_stap_is_single_operand): New function.
1548 (i386_stap_parse_special_token): Likewise.
1549 (i386_elf_init_abi): Initializing proper fields used by SystemTap
1550 probes' arguments parser.
1551 * i386-tdep.h (i386_stap_is_single_operand): New function.
1552 (i386_stap_parse_special_token): Likewise.
1553 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
1554 * mipsread.c (ecoff_sym_fns): Likewise.
1555 * objfiles.c (objfile_relocate1): Support relocation for static
1556 probes.
1557 * parse.c (prefixify_expression): Remove static declaration.
1558 (initialize_expout): Likewise.
1559 (reallocate_expout): Likewise.
1560 * parser-defs.h (initialize_expout): Declare function.
1561 (reallocate_expout): Likewise.
1562 (prefixify_expression): Likewise.
1563 * ppc-linux-tdep.c: Including headers needed to perform the parsing
1564 of SystemTap probes' arguments.
1565 (ppc_stap_is_single_operand): New function.
1566 (ppc_stap_parse_special_token): Likewise.
1567 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
1568 probes' arguments parser.
1569 * probe.c: New file, for generic statically defined probe support.
1570 * probe.h: Likewise.
1571 * s390-tdep.c: Including headers needed to perform the parsing of
1572 SystemTap probes' arguments.
1573 (s390_stap_is_single_operand): New function.
1574 (s390_gdbarch_init): Initializing proper fields used by SystemTap
1575 probes' arguments parser.
1576 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
1577 * stap-probe.c: New file, for SystemTap probe support.
1578 * stap-probe.h: Likewise.
1579 * symfile.h: Include `gdb_vecs.h'.
1580 (struct sym_probe_fns): New struct.
1581 (struct sym_fns) <sym_probe_fns>: New field.
1582 * symtab.c (init_sal): Initialize `probe' field.
1583 * symtab.h (struct probe): Forward declaration.
1584 (struct symtab_and_line) <probe>: New field.
1585 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
1586 locations.
1587 (stop_tracing): Likewise.
1588 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
1589
1590 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1591 Tom Tromey <tromey@redhat.com>
1592
1593 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
1594 and to compile agent expressions.
1595 * infrun.c (siginfo_make_value): New argument `ignore'.
1596 (siginfo_funcs): New struct.
1597 (_initialize_infrun): New argument when calling
1598 `create_internalvar_type_lazy'.
1599 * thread.c (thread_id_make_value): New argument `ignore'.
1600 (thread_funcs): New struct.
1601 (_initialize_thread): New argument when calling
1602 `create_internalvar_type_lazy'.
1603 * tracepoint.c (sdata_make_value): New argument `ignore'.
1604 (sdata_funcs): New struct.
1605 (_initialize_tracepoint): New argument when calling
1606 `create_internalvar_type_lazy'.
1607 * value.c (make_value): New struct.
1608 (create_internalvar_type_lazy): New argument `data'.
1609 (compile_internalvar_to_ax): New function.
1610 (value_of_internalvar): Properly handling `make_value' case.
1611 (clear_internalvar): Likewise.
1612 (show_convenience): Adding `TRY_CATCH' block.
1613 * value.h (internalvar_make_value): Delete, replace by...
1614 (struct internalvar_funcs): ... this.
1615 (create_internalvar_type_lazy) <fun>: Delete argument.
1616 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
1617 (compile_internalvar_to_ax): New function.
1618 * windows-tdep.c (tlb_make_value): New argument `ignore'.
1619 (tlb_funcs): New struct.
1620 (_initialize_windows_tdep): New argument when calling
1621 `create_internalvar_type_lazy'.
1622
1623 2012-04-27 Mark Wielaard <mjw@redhat.com>
1624
1625 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
1626 see whether it is an address or a constant offset from DW_AT_low_pc.
1627 (dwarf2_record_block_ranges): Likewise.
1628 (read_partial_die): Likewise.
1629
1630 2012-04-26 Mark Wielaard <mjw@redhat.com>
1631
1632 * MAINTAINERS (Write After Approval): Add myself to the list.
1633
1634 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1635
1636 * proc-utils.h (proc_prettyprint_signalset): New prototype.
1637 (proc_prettyprint_signal): Likewise.
1638 (proc_prettyprint_faultset): Likewise.
1639 (proc_prettyprint_fault): Likewise.
1640 (proc_prettyprint_actionset): Likewise.
1641 (proc_prettyprint_flags): Move to new proc-flags.c section.
1642 (proc_prettyfprint_flags): New prototype.
1643 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
1644 (proc_syscall, proc_cursig): Likewise.
1645 (proc_set_kill_on_last_close): Likewise.
1646 (proc_unset_kill_on_last_close): Likewise.
1647 (proc_set_watchpoint): Make static.
1648 (proc_delete_dead_threads): Likewise.
1649 (procfs_set_watchpoint): Likewise.
1650 (_initialize_procfs): Add prototype.
1651 * proc-events.c: Include proc-utils.h.
1652 (init_syscall_table): Make static.
1653 * proc-api.c (_initialize_proc_api): Add prototype.
1654 * proc-flags.c: Include proc-utils.h.
1655
1656 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1657
1658 * configure.ac: Add AC_ARG_PROGRAM.
1659 * configure: Regenerate.
1660
1661 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1662
1663 Fix DW_AT_lower_bound defaults for DWARF-4+.
1664 * dwarf2read.c (read_subrange_type): Remove initialization of low and
1665 high. New variable low_default_is_valid. Implement DWARF-4+
1666 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
1667 no default by the DWARF standard.
1668
1669 2012-04-26 Maciej W. Rozycki <macro@mips.com>
1670 Maciej W. Rozycki <macro@codesourcery.com>
1671
1672 * infrun.c (handle_inferior_event): Move the check for return
1673 trampolines ahead of the check for function trampolines.
1674 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
1675 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
1676 (mips_str_mips16_ret_stub): Likewise.
1677 (mips_str_call_fp_stub): Likewise.
1678 (mips_str_call_stub): Likewise.
1679 (mips_str_fn_stub): Likewise.
1680 (mips_str_pic): Likewise.
1681 (mips_in_frame_stub): New function.
1682 (mips_unwind_pc): Return the return address rather than the PC
1683 if the PC of an intermediate frame is inside a call thunk.
1684 (mips_is_stub_suffix): New function.
1685 (mips_is_stub_mode): Likewise.
1686 (mips_get_mips16_fn_stub_pc): Likewise.
1687 (mips_skip_mips16_trampoline_code): Update to handle all the
1688 currently generated stub types. Don't recurse into __fn_stub
1689 thunks. Remove heuristics to handle stubs beyond etext/_etext.
1690 Use cooked register accesses.
1691 (mips_in_return_stub): Reintroduce function.
1692 (mips_skip_trampoline_code): Traverse trampolines recursively.
1693 (mips_gdbarch_init): Handle MIPS16 return trampolines.
1694
1695 2012-04-26 Joel Brobecker <brobecker@adacore.com>
1696
1697 GDB 7.4.1 released.
1698
1699 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
1700
1701 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
1702 * features/arm-with-m-vfp-d16.xml: New file. Describes
1703 Cortex-M with VFPv4-sp-d16 FPU register layout.
1704 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
1705 * features/arm-with-m-vfp-d16.c: New. Generated from above.
1706 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
1707 (arm-register_g_packet_guesses): Add vfp-d16 guess.
1708 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
1709
1710 2012-04-25 Doug Evans <dje@google.com>
1711
1712 * cli/cli-decode.c (print_doc_line): Use stream instead of
1713 current_uiout.
1714
1715 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1716
1717 * features/arm-with-iwmmxt.c: Regenerate.
1718 * features/arm-with-m-fpa-layout.c: Likewise.
1719 * features/arm-with-m.c: Likewise.
1720 * features/arm-with-neon.c: Likewise.
1721 * features/arm-with-vfpv2.c: Likewise.
1722 * features/arm-with-vfpv3.c: Likewise.
1723 * features/mips-dsp-linux.c: Likewise.
1724 * features/mips-linux.c: Likewise.
1725 * features/mips64-dsp-linux.c: Likewise.
1726 * features/mips64-linux.c: Likewise.
1727 * features/s390-linux32.c: Likewise.
1728 * features/s390-linux32v1.c: Likewise.
1729 * features/s390-linux32v2.c: Likewise.
1730 * features/s390-linux64.c: Likewise.
1731 * features/s390-linux64v1.c: Likewise.
1732 * features/s390-linux64v2.c: Likewise.
1733 * features/s390x-linux64.c: Likewise.
1734 * features/s390x-linux64v1.c: Likewise.
1735 * features/s390x-linux64v2.c: Likewise.
1736 * features/tic6x-c62x-linux.c: Likewise.
1737 * features/tic6x-c62x.c: Likewise.
1738 * features/tic6x-c64x-linux.c: Likewise.
1739 * features/tic6x-c64x.c: Likewise.
1740 * features/tic6x-c64xp-linux.c: Likewise.
1741 * features/tic6x-c64xp.c: Likewise.
1742 * target-descriptions.c: Only generate `field_type' and `type'
1743 variables when needed.
1744
1745 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
1746
1747 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
1748
1749 2012-04-25 Doug Evans <dje@google.com>
1750
1751 Initial pass at Go language support.
1752 * NEWS: Mention Go.
1753 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
1754 go-valprint.c.
1755 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
1756 (YYFILES): Add go-exp.c.
1757 (YYOBJ): Add go-exp.o.
1758 (local-maintainer-clean): Delete go-exp.c.
1759 * defs.h (enum language): Add language_go.
1760 * dwarf2read.c: #include "go-lang.h".
1761 (fixup_go_packaging): New function.
1762 (process_full_comp_unit): Call it when processing Go CUs.
1763 (dwarf2_physname): Add Go support.
1764 (read_file_scope): Handle missing language spec for GNU Go.
1765 (set_cu_language): Handle DW_LANG_Go.
1766 * go-exp.y: New file.
1767 * go-lang.h: New file.
1768 * go-lang.c: New file.
1769 * go-typeprint.c: New file.
1770 * go-valprint.c: New file.
1771 * symtab.c: #include "go-lang.h".
1772 (symbol_set_language): Handle language_go.
1773 (symbol_find_demangled_name, symbol_set_names): Ditto.
1774 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
1775
1776 2012-04-24 Jim Meyering <meyering@redhat.com>
1777
1778 avoid a few strncpy-induced buffer overruns
1779 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
1780 fname and psargs before trying to concatenate.
1781 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
1782 "name" before applying strchr.
1783
1784 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
1785
1786 * CONTRIBUTE: Use unified diff instead of context diff when
1787 generating patches.
1788
1789 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
1790
1791 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
1792 code. Handle JR.HB correctly.
1793
1794 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
1795
1796 * mips-tdep.c
1797 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
1798 with the other MIPS16 helpers.
1799
1800 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
1801
1802 * observer.sh: Conditionally declare `args', thus cleaning up
1803 unused instances of this variable.
1804
1805 2012-04-24 Yao Qi <yao@codesourcery.com>
1806
1807 Revert this patch to allow breakpoint always-inserted
1808 in record target.
1809 2011-12-05 Pedro Alves <pedro@codesourcery.com>
1810 * breakpoint.c: Include record.h.
1811 (breakpoints_always_inserted_mode): Return false when the record
1812 target is in use.
1813
1814 * breakpoint.c (iterate_over_bp_locations): New.
1815 * breakpoint.h: Declare.
1816 New typedef walk_bp_location_callback.
1817 * record.c (record_open): Call record_init_record_breakpoints.
1818 (record_sync_record_breakpoints): New.
1819 (record_init_record_breakpoints): New.
1820 * NEWS: Mention supporting breakpoint always-inserted mode in
1821 record target.
1822
1823 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
1824
1825 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
1826 any thread.
1827
1828 2012-04-24 Yao Qi <yao@codesourcery.com>
1829
1830 * breakpoint.c (ep_is_catchpoint): Renamed to ...
1831 (is_catchpoint): ... it.
1832 (print_one_breakpoint_location): Caller update.
1833 * breakpoint.h: Update declaration.
1834
1835 2012-04-23 David S. Miller <davem@davemloft.net>
1836
1837 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
1838
1839 2012-04-23 Tom Tromey <tromey@redhat.com>
1840
1841 * buildsym.c (add_free_pendings): Remove.
1842 * buildsym.h (add_free_pendings): Remove.
1843
1844 2012-04-23 Doug Evans <dje@google.com>
1845
1846 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
1847 attr.u.unsnd instead of attr.u.addr.
1848 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
1849 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
1850 DW_FORM_ref_udata.
1851 (dump_die_shallow): Update cases DW_FORM_ref_addr,
1852 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
1853 DW_FORM_ref_udata.
1854 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
1855
1856 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
1857
1858 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
1859 (mips_o32_return_value): Likewise.
1860 (mips_o64_return_value): Likewise.
1861
1862 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
1863
1864 * ada-lang.c (ada_evaluate_subexp): Add cases for
1865 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
1866 their treatment in eval.c.
1867
1868 2012-04-21 David S. Miller <davem@davemloft.net>
1869
1870 * sparc-tdep.c (X_DISP10): Define.
1871 (sparc_analyze_control_transfer): Handle compare-and-branch.
1872
1873 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
1874
1875 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
1876 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
1877
1878 2012-04-20 Nigel Stephens <nigel@mips.com>
1879 Maciej W. Rozycki <macro@codesourcery.com>
1880
1881 * mips-tdep.c (mips_float_register_p): New function.
1882 (mips_convert_register_float_case_p): Use mips_float_register_p.
1883 (mips_register_type): Likewise.
1884 (mips_print_register): Likewise.
1885 (print_gp_register_row): Likewise.
1886 (mips_print_registers_info): Likewise.
1887
1888 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
1889
1890 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
1891 of mips16 symbols.
1892
1893 2012-04-20 Andrew Pinski <apinski@cavium.com>
1894
1895 * MAINTAINERS (Write After Approval): Add myself to the list.
1896
1897 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
1898
1899 * MAINTAINERS: Update my e-mail address.
1900
1901 2012-04-20 Pedro Alves <palves@redhat.com>
1902
1903 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
1904 $srcdir.
1905 * configure: Regenerate.
1906
1907 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
1908
1909 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
1910 declaration.
1911 * gdb_vecs.h: Declare `const_char_ptr' VEC.
1912
1913 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 Fix compilation compatibility with python-2.4
1916 * python/py-type.c (convert_field): Cast ADDRSTRING for
1917 PyObject_SetAttrString as non-const. New comment.
1918
1919 2012-04-19 Tom Tromey <tromey@redhat.com>
1920
1921 * top.c (quit_target): Use all_cleanups.
1922 * main.c (captured_command_loop): Use all_cleanups.
1923 * exceptions.c (throw_exception): Use all_cleanups.
1924
1925 2012-04-19 Pedro Alves <palves@redhat.com>
1926
1927 * Makefile.in (GNULIB_BUILDDIR): New.
1928 (LIBGNU, INCGNU, GNULIB_H): Adjust.
1929 (SUBDIRS): Add $(GNULIB_BUILDDIR).
1930 (CLEANDIRS). Remove gnulib/import.
1931 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
1932 (all-lib): Ditto.
1933 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
1934 (gnulib/import/Makefile): Replace gnulib/import with
1935 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
1936 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
1937 (aclocal_m4_deps): Remove the gnulib dependencies. Add
1938 acx_configure_dir.m4.
1939 * acinclude.m4: Include acx_configure_dir.m4.
1940 * acx_configure_dir.m4: New file.
1941 * aclocal.m4: Regenerate.
1942 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
1943 calls. Configure gnulib using ACX_CONFIGURE_DIR.
1944 (GNULIB): New variable.
1945 (GNULIB_STDINT_H): Adjust.
1946 (AC_OUTPUT): Don't output gnulib/Makefile.
1947 * gdb/defs.h: Include build-gnulib/config.h.
1948 * aclocal.m4: Regenerate.
1949 * config.in: Regenerate.
1950 * configure: Regenerate.
1951
1952 * gnulib/Makefile.in: New file.
1953 * gnulib/configure.ac: New file.
1954 * gnulib/aclocal.m4: New file.
1955 * gnulib/config.in: New file.
1956 * gnulib/configure: New file.
1957 * gnulib/: Re-run gnulib-tool to adjust.
1958
1959 2012-04-19 Doug Evans <dje@google.com>
1960
1961 * cleanups.h (struct cleanup): Move to cleanups.c.
1962 (make_cleanup_dtor_ftype): New typedef.
1963 (make_cleanup_dtor): Use it.
1964 (ALL_CLEANUPS): Replace with ...
1965 (all_cleanups): ... this. Declare. All uses updated.
1966 * cleanups.c: #include "gdb_assert.h".
1967 (sentinel_cleanup): New static global.
1968 (SENTINEL_CLEANUP): Define.
1969 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
1970 (make_my_cleanup2): Assert result is non-NULL.
1971 (all_cleanups): New function.
1972 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
1973 of NULL.
1974
1975 2012-04-19 Pedro Alves <palves@redhat.com>
1976
1977 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
1978 Adjust paths to gnulib imported files.
1979
1980 2012-04-19 Pedro Alves <palves@redhat.com>
1981
1982 * gnulib/: Move whole directory ...
1983 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
1984 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
1985 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
1986 (aclocal_m4_deps): Adjust.
1987 * aclocal.m4: Regenerate.
1988 * configure: Regenerate.
1989 * configure.ac: Adjust AC_OUTPUT output.
1990
1991 2012-04-19 Yao Qi <yao@codesourcery.com>
1992
1993 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
1994 (vec.o): New rule.
1995 * vec.c: Move it ...
1996 * common/vec.c: ... here.
1997 * vec.h: Move it ...
1998 * common/vec.h: ... here.
1999
2000 2012-04-19 Yao Qi <yao@codesourcery.com>
2001
2002 * gdb-code-style.el: New.
2003
2004 2012-04-18 Pedro Alves <palves@redhat.com>
2005
2006 Update gnulib from latest git.
2007 (639ea5ae15e39fe48d43e04864b2997301e4b969)
2008
2009 * gnulib/Makefile.am: Update.
2010 * gnulib/dummy.c: Update.
2011 * gnulib/extra/arg-nonnull.h: Update.
2012 * gnulib/extra/c++defs.h: Update.
2013 * gnulib/extra/update-copyright: Update.
2014 * gnulib/extra/warn-on-use.h: Update.
2015 * gnulib/inttypes.in.h: Update.
2016 * gnulib/m4/00gnulib.m4: Update.
2017 * gnulib/m4/extensions.m4: Update.
2018 * gnulib/m4/gnulib-cache.m4: Update.
2019 * gnulib/m4/gnulib-common.m4: Update.
2020 * gnulib/m4/gnulib-comp.m4: Update.
2021 * gnulib/m4/gnulib-tool.m4: Update.
2022 * gnulib/m4/include_next.m4: Update.
2023 * gnulib/m4/inttypes-pri.m4: Update.
2024 * gnulib/m4/inttypes.m4: Update.
2025 * gnulib/m4/longlong.m4: Update.
2026 * gnulib/m4/memchr.m4: Update.
2027 * gnulib/m4/memmem.m4: Update.
2028 * gnulib/m4/mmap-anon.m4: Update.
2029 * gnulib/m4/multiarch.m4: Update.
2030 * gnulib/m4/onceonly.m4: Update.
2031 * gnulib/m4/stddef_h.m4: Update.
2032 * gnulib/m4/stdint.m4: Update.
2033 * gnulib/m4/string_h.m4: Update.
2034 * gnulib/m4/warn-on-use.m4: Update.
2035 * gnulib/m4/wchar_h.m4: Update.
2036 * gnulib/m4/wchar_t.m4: Update.
2037 * gnulib/m4/wint_t.m4: Update.
2038 * gnulib/memchr.c: Update.
2039 * gnulib/memmem.c: Update.
2040 * gnulib/stddef.in.h: Update.
2041 * gnulib/stdint.in.h: Update.
2042 * gnulib/str-two-way.h: Update.
2043 * gnulib/string.in.h: Update.
2044 * gnulib/wchar.in.h: Update.
2045
2046 * gnulib/extra/arg-nonnull.h: Delete.
2047 * gnulib/extra/c++defs.h: Delete.
2048 * gnulib/extra/warn-on-use.h: Delete.
2049 * gnulib/m4/wchar_h.m4: Delete.
2050 * gnulib/m4/wint_t.m4: Delete.
2051 * gnulib/wchar.in.h: Delete.
2052
2053 * gnulib/extra/snippets/arg-nonnull.h: New.
2054 * gnulib/extra/snippets/c++defs.h: New.
2055 * gnulib/extra/snippets/warn-on-use.h: New.
2056
2057 * aclocal.m4: Regenerate.
2058 * config.in: Regenerate.
2059 * configure: Regenerate.
2060 * gnulib/Makefile.in: Regenerate.
2061
2062 2012-04-18 Pedro Alves <palves@redhat.com>
2063
2064 Reimport the update-copyright module from gnulib
2065 (250b80067c1e1d8faa0c42fb572f721975b929c5).
2066
2067 * configure: Regenerate.
2068 * gnulib/Makefile.am: Update.
2069 * gnulib/Makefile.in: Regenerate.
2070 * gnulib/extra/update-copyright: Update.
2071 * gnulib/m4/gnulib-cache.m4: Update.
2072 * gnulib/m4/gnulib-comp.m4: Update.
2073
2074 2012-04-18 Tristan Gingold <gingold@adacore.com>
2075
2076 * configure.ac (aix): Put -lpthread into libs.
2077 * configure: Regenerate.
2078
2079 2012-04-18 Tom Tromey <tromey@redhat.com>
2080
2081 * linespec.c (convert_linespec_to_sals): Don't use
2082 SYMBOL_OBJ_SECTION.
2083 (compare_msymbols): Arguments are minsym_and_objfile, not
2084 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
2085
2086 2012-04-18 Pedro Alves <palves@redhat.com>
2087
2088 Revert gnulib/ part of:
2089 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2090 Copyright year update in most files (performed by copyright.sh).
2091
2092 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2093
2094 Fix 64-bit constants on 32-bit hosts.
2095 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
2096 from unsigned long to ULONGEST.
2097 (read_signed_leb128): Change declaration return type from long to
2098 LONGEST.
2099 (dwarf2_const_value_attr): Change declaration parameter value from long
2100 to LONGEST.
2101 (dwarf2_compute_name): Change variable value from long to LONGEST.
2102 (read_unsigned_leb128): Change return type, variable result and some
2103 casts from unsigned long to ULONGEST.
2104 (read_signed_leb128): Change return type, variable result and some
2105 casts from long to LONGEST.
2106 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
2107 value from long to LONGEST.
2108 (dwarf2_const_value): Change variable value from long to LONGEST.
2109 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
2110 plongest and hex_string.
2111 * symtab.h (struct general_symbol_info): Change ivalue from long to
2112 LONGEST, remove the comment.
2113 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
2114 Change SYMBOL_VALUE format strings to use plongest and hex_string.
2115
2116 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2117
2118 PR symtab/7259:
2119 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
2120 * ada-lang.c (ada_discrete_type_high_bound)
2121 (ada_discrete_type_low_bound): Fix function comment. Use
2122 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2123 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
2124 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2125 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
2126 Use TYPE_FIELD_ENUMVAL.
2127 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
2128 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2129 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
2130 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
2131 TYPE_CODE_ENUM.
2132 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
2133 * dwarf2read.c (process_enumeration_scope): Likewise.
2134 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
2135 field.bitpos.
2136 (class StructMainTypePrettyPrinter): Support also
2137 FIELD_LOC_KIND_ENUMVAL.
2138 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
2139 TYPE_CODE_ENUM.
2140 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2141 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
2142 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
2143 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
2144 field enumval.
2145 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
2146 accommodate enumval.
2147 (struct call_site): Adjust loc_kind to accommodate enumval.
2148 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
2149 (TYPE_FIELD_ENUMVAL): New macros.
2150 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
2151 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
2152 TYPE_CODE_ENUM.
2153 * p-typeprint.c (pascal_type_print_base): Likewise.
2154 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
2155 enumval.
2156 * python/lib/gdb/types.py (make_enum_dict): Likewise.
2157 * python/py-type.c (convert_field): New variable addrstring. Use
2158 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2159 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
2160 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
2161 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
2162 TYPE_CODE_ENUM.
2163 * valprint.c (generic_val_print): Likewise.
2164
2165 2012-04-17 Doug Evans <dje@google.com>
2166
2167 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
2168
2169 * dwarf2read.c: Whitespace fixes.
2170 (lookup_signatured_type): Tweak comment.
2171 (get_die_type_at_offset): Fix comment.
2172
2173 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2174
2175 * xcoffread.c (xcoff_secnum_to_sections): New function.
2176 (secnum_to_section, secnum_to_bfd_section): Reimplement
2177 using xcoff_secnum_to_sections. Rename "secnum" parameter
2178 into "n_scnum".
2179 (RECORD_MINIMAL_SYMBOL): Delete.
2180 (record_minimal_symbol): New function.
2181 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
2182 by call to record_minimal_symbol and set misc_func_recorded
2183 to 1. Set last_csect_sec to the XCOFF section index instead
2184 of GDB's section_offset index. Update calls to
2185 prim_record_minimal_symbol_and_info to pass the BFD section
2186 as well.
2187
2188 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2189
2190 * xcoffread.c (read_xcoff_symtab): Delete variables
2191 last_csect_val and last_csect_sec and associated code.
2192
2193 2012-04-17 Doug Evans <dje@google.com>
2194
2195 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
2196 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2197 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
2198 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
2199
2200 * cleanups.h: New file.
2201 * cleanups.c: New file.
2202 * Makefile.in (SFILES): Add cleanups.c.
2203 (HFILES_NO_SRCDIR): Add cleanups.h.
2204 (COMMON_OBS): Add cleanups.o.
2205 * defs.h (struct cleanup): Moved to cleanups.h.
2206 (do_cleanups,do_final_cleanups): Ditto.
2207 (discard_cleanups,discard_final_cleanups): Ditto
2208 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2209 (save_cleanups,save_final_cleanups): Ditto.
2210 (restore_cleanups,restore_final_cleanups): Ditto.
2211 (null_cleanup): Ditto.
2212 (make_my_cleanup,make_my_cleanup2): Ditto.
2213 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2214 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
2215 (do_cleanups,do_final_cleanups): Ditto.
2216 (discard_cleanups,discard_final_cleanups): Ditto
2217 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2218 (save_cleanups,save_final_cleanups): Ditto.
2219 (restore_cleanups,restore_final_cleanups): Ditto.
2220 (null_cleanup): Ditto.
2221 (make_my_cleanup,make_my_cleanup2): Ditto.
2222 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2223
2224 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
2225 make_my_cleanup.
2226 (make_cleanup_dyn_string_delete): Ditto.
2227 (make_cleanup_ui_file_delete): Ditto.
2228 (make_cleanup_ui_out_redirect_pop): Ditto.
2229 (make_cleanup_free_section_addr_info): Ditto.
2230 (make_cleanup_restore_integer): Ditto.
2231 (make_cleanup_unpush_target): Ditto.
2232 (make_cleanup_value_free_to_mark): Ditto.
2233 (make_cleanup_value_free): Ditto.
2234 (make_cleanup_free_so): Ditto.
2235
2236 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 New option "set debug auto-load".
2239 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
2240 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
2241 (auto_load_safe_path_vec_update)
2242 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
2243 if DEBUG_AUTO_LOAD.
2244 (file_is_auto_load_safe): New parameters debug_fmt and ....
2245 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
2246 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
2247 caller by explanatory string.
2248 (_initialize_auto_load): Register "set debug auto-load".
2249 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
2250 and ....
2251 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2252 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
2253 by explanatory string.
2254 * main.c (captured_main): Likewise.
2255 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2256 (source_section_scripts): Likewise.
2257
2258 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2259
2260 New option "set auto-load safe-path".
2261 * NEWS: New commands "set auto-load safe-path"
2262 and "show auto-load safe-path".
2263 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
2264 (auto_load_safe_path, auto_load_safe_path_vec)
2265 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
2266 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
2267 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
2268 (source_gdb_script_for_objfile): New variable is_safe. Call
2269 file_is_auto_load_safe. Return if it is not.
2270 (struct loaded_script): New field loaded.
2271 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
2272 (print_script): Use LOADED indicator instead of FULL_PATH. Change
2273 output "Missing" to "No".
2274 (_initialize_auto_load): New variable cmd. Initialize
2275 auto_load_safe_path. Register "set auto-load safe-path",
2276 "show auto-load safe-path" and "add-auto-load-safe-path".
2277 * auto-load.h (maybe_add_script): Add parameter loaded.
2278 (file_is_auto_load_safe): New declaration.
2279 * config.in: Regenerate.
2280 * configure: Regenerate.
2281 * configure.ac: New parameters --with-auto-load-safe-path
2282 and --without-auto-load-safe-path.
2283 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2284 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
2285 * main.c (captured_main): Check file_is_auto_load_safe for
2286 LOCAL_GDBINIT.
2287 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
2288 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
2289 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
2290 not.
2291
2292 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 auto-load: Implementation.
2295 * NEWS: New descriptions for "info auto-load",
2296 "info auto-load gdb-scripts", "info auto-load python-scripts",
2297 "info auto-load local-gdbinit" and "info auto-load libthread-db".
2298 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
2299 and "show auto-load-scripts". New description for "set auto-load",
2300 "show auto-load", "set auto-load gdb-scripts",
2301 "show auto-load gdb-scripts", "set auto-load python-scripts",
2302 "show auto-load python-scripts", "set auto-load local-gdbinit",
2303 "show auto-load local-gdbinit", "set auto-load libthread-db" and
2304 "show auto-load libthread-db".
2305 * auto-load.c: Remove include python/python-internal.h. Add includes
2306 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
2307 cli/cli-setshow.h.
2308 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
2309 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
2310 (gdbpy_global_auto_load): Rename to ...
2311 (global_auto_load): ... here.
2312 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2313 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
2314 (script_language_gdb, source_gdb_script_for_objfile): New.
2315 (struct loaded_script): New field language.
2316 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
2317 LANGUAGE.
2318 (maybe_add_script): Add parameter language. Drop redundant
2319 entry.full_path initialization. Initialize entry.language and
2320 (*slot)->language.
2321 (auto_load_objfile_script): Change parameter suffix to language.
2322 Remove the call of maybe_add_script.
2323 Call language->source_script_for_objfile.
2324 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
2325 New.
2326 (collect_matching_scripts): Adjust it for
2327 struct collect_matching_scripts_data.
2328 (auto_load_info_scripts_pattern_nl): New variable.
2329 (info_auto_load_scripts): Rename to ...
2330 (auto_load_info_scripts): ... here, add parameter language. Adjust it
2331 for struct collect_matching_scripts_data.
2332 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
2333 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
2334 (auto_load_show_cmdlist_get, info_auto_load_cmd)
2335 (auto_load_info_cmdlist_get): New.
2336 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
2337 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
2338 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
2339 "info auto-load local-gdbinit".
2340 * auto-load.h (struct script_language): New.
2341 (gdbpy_global_auto_load): Rename to ...
2342 (global_auto_load): ... here.
2343 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2344 (auto_load_local_gdbinit_loaded): New declarations.
2345 (maybe_add_script): New parameter language.
2346 (auto_load_objfile_script): Change parameter suffix to language.
2347 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
2348 (auto_load_info_scripts, auto_load_set_cmdlist_get)
2349 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
2350 declarations.
2351 * linux-thread-db.c: Include auto-load.h and ctype.h.
2352 (auto_load_thread_db, show_auto_load_thread_db): New.
2353 (struct thread_db_info): New field filename.
2354 (delete_thread_db_info): Call xfree for FILENAME.
2355 (try_thread_db_load): Initialize FILENAME.
2356 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
2357 if !AUTO_LOAD_THREAD_DB.
2358 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
2359 (_initialize_thread_db): Install auto_load_thread_db
2360 as "set auto-load libthread-db" and install info_auto_load_libthread_db
2361 as "info auto-load libthread-db".
2362 * main.c (captured_main): Rename gdbpy_global_auto_load to
2363 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
2364 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
2365 (print_gdb_help): Extend the help for 'local init file'.
2366 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
2367 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
2368 (auto_load_scripts): Rename to ...
2369 (auto_load_python_scripts): ... here, update the comment.
2370 (gdbpy_load_auto_script_for_objfile): New declaration.
2371 (show_auto_load_python_scripts, script_language_python)
2372 (gdbpy_load_auto_script_for_objfile): New.
2373 (source_section_scripts): Refactor the code.
2374 (load_auto_scripts_for_objfile): Rename to ...
2375 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
2376 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
2377 (info_auto_load_python_scripts): New.
2378 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
2379 Rename "set auto-load-scripts" to "set auto-load python-scripts".
2380 Register "set auto-load-scripts" as its deprecated alias. Register
2381 "info auto-load python-scripts". Register "info auto-load-scripts" as
2382 its deprecated alias.
2383 (load_auto_scripts_for_objfile): Rename to ...
2384 (gdbpy_load_auto_scripts_for_objfile): ... here.
2385 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
2386 (gdbpy_load_auto_scripts_for_objfile): ... here.
2387
2388 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 auto-load: Move files.
2391 * Makefile.in (SFILES): Add auto-load.c.
2392 (HFILES_NO_SRCDIR): Add auto-load.h.
2393 (COMMON_OBS): Add auto-load.o.
2394 (distclean): Change .gdbinit for gdb-gdb.gdb.
2395 * auto-load.c: New file, with parts from python/py-auto-load.c.
2396 * auto-load.h: New file, with parts from python/python.h.
2397 * configure: Regenerate.
2398 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
2399 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
2400 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
2401 * main.c: Include auto-load.h.
2402 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
2403 command.h, observer.h and progspace.h to auto-load.c. Add include
2404 auto-load.h.
2405 (gdbpy_global_auto_load, struct auto_load_pspace_info)
2406 (struct loaded_script, auto_load_pspace_data)
2407 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
2408 (hash_loaded_script_entry, eq_loaded_script_entry)
2409 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
2410 (maybe_add_script): Move to auto-load.c.
2411 (source_section_scripts): Change maybe_add_script parameters passing,
2412 use script_not_found_warning_print.
2413 (clear_section_scripts, auto_load_objfile_script)
2414 (auto_load_new_objfile, loaded_script_ptr)
2415 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
2416 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
2417 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
2418 auto_load_new_objfile and info_auto_load_scripts initizations to
2419 auto-load.c.
2420 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
2421
2422 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2423
2424 Code cleanup.
2425 * charset.c (find_charset_names): Remove variables ix and elt.
2426 Use free_char_ptr_vec.
2427 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
2428 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2429 debugdir_end. New variable debugdir_len.
2430 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
2431 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
2432 declarations.
2433 * progspace.c (clear_program_space_solib_cache): Remove variables ix
2434 and elt. Use free_char_ptr_vec.
2435 * source.c (add_path): Remove variables argv, arg and argv_index.
2436 New variables dir_vec, back_to, ix and name.
2437 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
2438 make_cleanup_freeargv. Remove variable separator. Simplify the code
2439 no longer expecting DIRNAME_SEPARATOR.
2440 (openp): Remove variable p, p1 and len. New variables dir_vec,
2441 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
2442 no longer expecting DIRNAME_SEPARATOR.
2443 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
2444 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2445 debugdir_end.
2446 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
2447 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
2448 (dirnames_to_char_ptr_vec): New functions.
2449
2450 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2451
2452 Code cleanup.
2453 * source.c (add_path): Remove always true conditional 'p == 0' and
2454 unindent its code block.
2455
2456 2012-04-17 Pedro Alves <palves@redhat.com>
2457
2458 * gdbtypes.h (FIELD_BITPOS): Rename to ...
2459 (FIELD_BITPOS_LVAL): ... this.
2460 (FIELD_BITPOS): New.
2461 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
2462 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
2463 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
2464 SET_FIELD_BITPOS.
2465 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
2466 SET_FIELD_BITPOS.
2467 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
2468 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
2469 * target-descriptions.c (tdesc_gdb_type): Adjust to use
2470 SET_FIELD_BITPOS.
2471
2472 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2473
2474 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
2475 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
2476 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
2477 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
2478 * jv-lang.c (java_link_class_type): Likewise, once.
2479 * stabsread.c (read_enum_type): Likewise.
2480
2481 2012-04-16 Yao Qi <yao@codesourcery.com>
2482
2483 * common/agent.c (agent_run_command): Add one more parameter `len'.
2484 Update callers.
2485 * common/agent.h: Update declaration.
2486 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2487 Update.
2488 (linux_child_static_tracepoint_markers_by_strid): Ditto.
2489
2490 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2491
2492 PR mi/13393
2493 * value.c (value_actual_type): New function.
2494 * value.h (value_actual_type): New declaration.
2495 * varobj.c (update_type_if_necessary): New function.
2496 (varobj_create): Call value_actual_type instead of
2497 value_type.
2498 (install_dynamic_child): distinct changed and type changed MI variable
2499 objects.
2500 (update_dynamic_varobj_children): Updated for install_dynamic_child
2501 change. All callers updated.
2502 (varobj_update): Support for MI variable object type change if
2503 the value changed and RTTI is used to determine the type.
2504 (create_child_with_value): Call value_actual_type instead of
2505 value_type.
2506 (adjust_value_for_child_access): Extended with a new parameter which
2507 specify whether the given value should be casted to enclosing type.
2508 All callers updated.
2509
2510 2012-04-14 Yao Qi <yao@codesourcery.com>
2511
2512 Import gnulib module inttypes from git
2513 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2514 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
2515 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
2516 gnulib/m4/inttypes-pri.m4
2517 * aclocal.m4, config.in, configure: Regenerated.
2518 * gnulib/Makefile.am: Update.
2519 * gnulib/Makefile.in: Update.
2520 * gnulib/m4/gnulib-cache.m4: Update.
2521 * gnulib/m4/gnulib-comp.m4: Update.
2522 * gnulib/inttypes.in.h: New.
2523 * gnulib/m4/inttypes-pri.m4: New.
2524 * gnulib/m4/inttypes.m4: New.
2525
2526 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
2527
2528 * infrun.c (resume): Update PC address to the real PC after
2529 preparing to do displaced stepping.
2530
2531 2012-04-12 Doug Evans <dje@google.com>
2532
2533 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
2534 All callers updated.
2535
2536 2012-04-12 Mark Kettenis <kettenis@gnu.org>
2537
2538 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2539
2540 2012-04-12 Doug Evans <dje@google.com>
2541
2542 * dwarf2read.c (create_all_type_units): Renamed from
2543 create_debug_types_hash_table. All callers updated.
2544
2545 * dwarf2read.c (create_signatured_type_table_from_index): Rename
2546 local type_sig to sig_type, type_offset to type_offset_in_tu.
2547 (hash_signatured_type): Renamed from hash_type_signature,
2548 all callers updated.
2549 (eq_signatured_type): Renamed from eq_type_signature,
2550 all callers updated.
2551 (create_debug_types_hash_table): Rename local type_sig to sig_type.
2552 (process_enumeration_scope): Ditto.
2553 (lookup_signatured_type_at_offset): Ditto.
2554 (load_full_type_unit, read_signatured_type): Ditto.
2555
2556 2012-04-12 Yao Qi <yao@codesourcery.com>
2557
2558 * remote.c (async_remote_interrupt): Correct function name in
2559 debug message.
2560 (async_remote_interrupt_twice): Ditto.
2561
2562 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
2563
2564 * source.c (find_and_open_source): Consistently pass resulting
2565 full path through xfullpath.
2566
2567 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 Provide more specific displaced-stepping memory error message.
2570 * infrun.c (displaced_step_prepare): New variable status. Call
2571 target_read_memory instead of read_memory, provide more specific
2572 error message.
2573
2574 2012-04-11 Tristan Gingold <gingold@adacore.com>
2575
2576 PR gdb/13901
2577 * darwin-nat.c (darwin_execvp): Revert previous patch.
2578
2579 2012-04-11 Tristan Gingold <gingold@adacore.com>
2580
2581 PR gdb/13901
2582 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
2583 in case of change.
2584
2585 2012-04-11 Tristan Gingold <gingold@adacore.com>
2586
2587 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2588 warning.
2589
2590 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2591
2592 New command 'explore' which helps explore values and types in
2593 scope.
2594 * NEWS: Add an entry about the new 'explore' command.
2595 * data-directory/Makefile.in: Add gdb/command/explore.py
2596 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
2597 command using the GDB Python API.
2598
2599 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2600
2601 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
2602 extension in jump target calculation.
2603
2604 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
2605
2606 * mips-tdep.c (mips32_next_pc): Handle JALX.
2607
2608 2012-04-10 Yao Qi <yao@codesourcery.com>
2609
2610 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
2611
2612 2012-04-10 Yao Qi <yao@codesourcery.com>
2613
2614 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
2615 and gnulib/m4/gnulib-tool.m4.
2616
2617 2012-04-10 Doug Evans <dje@google.com>
2618
2619 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
2620 (load_partial_dies): Clarify comment.
2621 (find_partial_die): Support rereading type units.
2622 Clarify CU handling, if we know offset is in CU, don't search for the
2623 containing CU. Add comment regarding memory waste.
2624
2625 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
2626
2627 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
2628 i386/x32-avx and i386/x32-avx-linux.
2629 (i386/x32-expedite): New.
2630 (i386/x32-linux-expedite): Likewise.
2631 (i386/x32-avx-expedite): Likewise.
2632 (i386/x32-avx-linux-expedite): Likewise.
2633 ($(outdir)/i386/x32.dat): Likewise.
2634 ($(outdir)/i386/x32-linux.dat): Likewise.
2635 ($(outdir)/i386/x32-avx.dat): Likewise.
2636 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
2637
2638 * features/i386/x32-avx-linux.xml: New file.
2639 * features/i386/x32-avx.xml: Likewise.
2640 * features/i386/x32-core.xml: Likewise.
2641 * features/i386/x32-linux.xml: Likewise.
2642 * features/i386/x32.xml: Likewise.
2643
2644 * features/i386/x32-avx-linux.c: New. Generated.
2645 * features/i386/x32-avx.c: Likewise.
2646 * features/i386/x32-linux.c: Likewise.
2647 * features/i386/x32.c: Likewise.
2648 * regformats/i386/x32-avx-linux.dat: Likewise.
2649 * regformats/i386/x32-avx.dat: Likewise.
2650 * regformats/i386/x32-linux.dat: Likewise.
2651 * regformats/i386/x32.dat: Likewise.
2652
2653 2012-04-10 Tristan Gingold <gingold@adacore.com>
2654
2655 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
2656 code to kill the inferior.
2657
2658 2012-04-09 Mark Kettenis <kettenis@gnu.org>
2659
2660 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2661 defines.
2662 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2663 defines.
2664 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
2665 (yyvsp): New defines.
2666 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2667 defines.
2668 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2669 defines.
2670 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2671 defines.
2672 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2673 defines.
2674 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
2675 defines.
2676
2677 2012-04-09 Mark Kettenis <kettenis@gnu.org>
2678
2679 * sparc64-tdep.c (sparc64_store_arguments)
2680 (sparc64_store_arguments): Fix coding style.
2681
2682 2012-04-07 Mark Kettenis <kettenis@gnu.org>
2683
2684 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
2685 complex floats, adjust some related comments and tighten a related
2686 assertion.
2687 (sparc64_extract_return_value): Handle complex floats.
2688
2689 2012-04-07 Doug Evans <dje@google.com>
2690
2691 * dwarf2read.c (load_partial_dies): Change condition to assert.
2692
2693 2012-04-06 Doug Evans <dje@google.com>
2694
2695 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
2696 "mov %rsp,%rbp".
2697
2698 2012-04-05 Kevin Buettner <kevinb@redhat.com>
2699
2700 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
2701 fencepost error.
2702 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
2703 (v850_gdbarch_init): Set `num_regs' as appropriate for the
2704 architecture.
2705
2706 2012-04-05 Keith Seitz <keiths@redhat.com>
2707
2708 * linespec.c (decode_compound): Remove.
2709 (enum offset_relative_sign): New enum.
2710 (struct line_offset): New struct.
2711 (struct linespec): New struct.
2712 (struct linespec_state): Move file_symtabs,
2713 user_filename, and user_function into struct linespec.
2714 Make result an anonymous struct holding vectors of
2715 symbolp and minsym_and_objfile_d.
2716 Add language member.
2717 (enum ls_token_type): New enum.
2718 (linespec_keywords): New array.
2719 (struct ls_token): New struct.
2720 (struct ls_parser): New struct.
2721 (linespec_lexer_lex_number): New function.
2722 (linespec_lexer_lex_keyword): New function.
2723 (is_ada_operator): New function.
2724 (skip_quote_char): New function.
2725 (copy_token_string): New function.
2726 (is_closing_quote_enclosed): New function.
2727 (find_parameter_list_end): New function.
2728 (linespec_lexer_lex_string): New function.
2729 (linespec_lexer_lex_one): New function.
2730 (linespec_lexer_consume_token): New function.
2731 (linespec_lexer_peek_token): New function.
2732 (cplusplus_error): Remove unused function.
2733 (find_methods): Update comment.
2734 (find_toplevel_char): Return const.
2735 (is_objc_method_format): Remove unused function.
2736 (find_toplevel_string): New function.
2737 (is_linespec_boundary): Remove.
2738 (symbol_not_found_error): New function.
2739 (find_method_overload_end): Remove function.
2740 (unexpected_linespec_error): New function.
2741 (keep_name_info): Remove.
2742 (linespec_parse_line_offset): New function.
2743 (linespec_parse_basic): New function.
2744 (canonicalize_linespec): New function.
2745 (decode_line_internal): Remove.
2746 (create_sals_line_offset): New function adapted from
2747 decode_all_digits.
2748 (convert_linespec_to_sals): New function.
2749 (parse_linespec): New function.
2750 (linespec_parser_new): New function.
2751 (linespec_state_destructor): Change parameter type to
2752 struct linespec_state *.
2753 Add language parameter.
2754 Remove freeing of moved members.
2755 (linespec_parser_delete): New function.
2756 (decode_line_full): Use parse_linespec and linespec_parser_new.
2757 (decode_line_1): Likewise.
2758 (decode_indirect): Rename to ...
2759 (linespec_expression_to_pc): ... this and rewrite
2760 to simply find CORE_ADDR, storing this result for later
2761 conversion to SALs.
2762 (locate_first_half): Remove.
2763 (deocde_objc): Add parameter LS.
2764 Initialize new struct collect_info members.
2765 Handle minimal symbols, too.
2766 (decode_compound): Delete.
2767 (lookup_prefix_sym): Rewrite.
2768 (compare_msymbols): New function.
2769 (find_method): Rewrite.
2770 Do not call cplusplus_error.
2771 (symtabs_from_filename): Rewrite.
2772 (collect_function_symbols): Delete.
2773 (find_function_symbols): Rewrite without ARGPTR-style
2774 processing.
2775 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
2776 (decode_dollar): Adapted and renamed to ...
2777 (linespec_parse_variable): ... this.
2778 (find_linespec_symbols): New function.
2779 (decode_label): Adapted and renamed to ...
2780 (find_label_symbols): ... this.
2781 (decode_digits_list_mode): Add and use LS argument.
2782 (decode_digits_ordinary): Likewise.
2783 (collect_symbols): Do not collect SALs, just symbols and msymbols.
2784 If in list mode, allow any symbol class. Otherwise, only
2785 permit LOC_BLOCK symbols.
2786 (minsym_found): Update comments.
2787 (search_minsyms_for_name): Do not convert the matching symbol
2788 into a SAL. Simply push the symbol and objfile into the
2789 result vector.
2790 (decode_variable): Delete. Contents adapted into
2791 find_linespec_symbols.
2792
2793 * cp-support.c (SKIP_SPACE): Remove.
2794 (operator_tokens): Remove unused global.
2795 (cp_validate_operator): Remove.
2796 * cp-support.h (cp_validate_operator): Remove declaration.
2797
2798 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
2801 for TYPE_VPTR_FIELDNO.
2802 * valprint.c (valprint_check_validity): Make it global, move the
2803 function comment ...
2804 * value.h (valprint_check_validity): ... to this new declaration.
2805
2806 2012-04-02 Tristan Gingold <gingold@adacore.com>
2807
2808 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
2809 the STATE32 api for i386 state.
2810 (i386_darwin_store_inferior_registers): Likewise.
2811
2812 2012-04-02 Tristan Gingold <gingold@adacore.com>
2813
2814 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
2815 SS offset.
2816 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2817 format_string.
2818
2819 2012-04-02 Tristan Gingold <gingold@adacore.com>
2820
2821 PR gdb/13901
2822 * darwin-nat.c (darwin_execvp): Set binary preference.
2823
2824 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2825
2826 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
2827
2828 2012-03-30 Tom Tromey <tromey@redhat.com>
2829
2830 * python/python.c (gdbpy_decode_line): Move cleanup creation out
2831 of TRY_CATCH. Fix error handling.
2832 * python/py-value.c (convert_value_from_python): Move 'old'
2833 declaration to innermost scope.
2834
2835 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2836 Andrey Smirnov <andrew.smirnov@gmail.com>
2837
2838 -Wshadow warning fix.
2839 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
2840 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
2841 Adjust code accordingly.
2842
2843 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2844
2845 * ada-lang.c (symbol_completion_add): Rename parameter
2846 "encoded" into "encoded_p". Ajust code and documentation
2847 accordingly.
2848
2849 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2850 Andrey Smirnov <andrew.smirnov@gmail.com>
2851
2852 -Wshadow warning fix.
2853 * ada-lang.c (symbol_completion_add): Rename parameter
2854 "wild_match" into wild_match_p. Update code and documentation
2855 accordingly.
2856
2857 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2858
2859 * ada-lang.c (symbol_completion_match): Rename parameter
2860 "encoded" into "encoded_p". Ajust code and documentation
2861 accordingly.
2862
2863 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2864 Andrey Smirnov <andrew.smirnov@gmail.com>
2865
2866 -Wshadow warning fix.
2867 * ada-lang.c (symbol_completion_match): Rename parameter
2868 "wild_match" into "wild_match_p". Adjust code and function
2869 documentation accordingly.
2870
2871 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2872 Andrey Smirnov <andrew.smirnov@gmail.com>
2873
2874 -Wshadow warning fix.
2875 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
2876 "symbol_info" into "info". Adjust code accordingly.
2877 (ada_lookup_symbol): Likewise.
2878
2879 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2880
2881 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
2882 of this function's documentation.
2883
2884 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2885 Andrey Smirnov <andrew.smirnov@gmail.com>
2886
2887 -Wshadow warning fix.
2888 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
2889 variable into "wild_match_p". Adjust code accordingly.
2890
2891 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2892 Andrey Smirnov <andrew.smirnov@gmail.com>
2893
2894 -Wshadow warning fix.
2895 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
2896 parameter into "wild_match_p". Adjust code accordingly.
2897 Document this parameter in the function description.
2898
2899 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2900 Andrey Smirnov <andrew.smirnov@gmail.com>
2901
2902 -Wshadow warning fix.
2903 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
2904 "wild_match" parameter to "wild_match_p" (-Wshadow).
2905
2906 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2907
2908 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
2909 in function documentation.
2910
2911 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2912 Andrey Smirnov <andrew.smirnov@gmail.com>
2913
2914 -Wshadow warning fix.
2915 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
2916 variable into wild_match_p. Adjust code accordingly.
2917
2918 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2919 Andrey Smirnov <andrew.smirnov@gmail.com>
2920
2921 * ada-valprint.c (ada_val_print_1): Move the code handling
2922 TYPE_CODE_ENUM inside its own lexical block. Declare
2923 variables len and val there, instead of in the function's
2924 top level block. Avoid declaring deref_val again in a way
2925 that shadows another variable of the same name declared
2926 in one of the up-level blocks. Just re-use the up-level
2927 variable instead.
2928
2929 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2930
2931 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
2932 Replace block_found argument by symbol_info. Adjust
2933 implementation accordingly. Add function documentation.
2934 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
2935 Fix documentation.
2936 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
2937 * ada-exp.y (write_object_renaming): Adjust to new
2938 ada_lookup_encoded_symbol API.
2939
2940 2012-03-29 Joel Brobecker <brobecker@adacore.com>
2941
2942 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
2943 documentation.
2944
2945 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
2946
2947 * v850-tdep.c: Add the enum values for mpu and fpu registers.
2948 (v850_register_name): Add the mpu and fpu register names.
2949 (v850e_register_name): Add the mpu and fpu register names.
2950 (v850e2_register_name): New function.
2951 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
2952 bfd_mach_v850e2v3.
2953
2954 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2955
2956 * NEWS: Add entry for Ada varobj support.
2957
2958 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2959
2960 * varobj.c (default_value_is_changeable_p): New function,
2961 extracted from varobj_value_is_changeable_p. Add declaration.
2962 (ada_value_is_changeable_p): New function, extracted from
2963 varobj_value_is_changeable_p. Add declaration.
2964 (struct language_specific): New field "value_is_changeable_p".
2965 (languages): Add entries for new field.
2966 (varobj_create): Set language before calling install_new_value.
2967 (varobj_value_is_changeable_p): Reimplement to call the varobj's
2968 "value_is_changeable_p" language callback.
2969
2970 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2971
2972 * ada-varobj.h, ada-varobj.c: New files.
2973 * Makefile.in (SFILES): Add ada-varobj.c.
2974 (HFILES_NO_SRCDIR): Add ada-varobj.h.
2975 (COMMON_OBS): Add ada-varobj.o.
2976
2977 2012-03-28 Joel Brobecker <brobecker@adacore.com>
2978
2979 * varobj.c (ada_value_has_mutated): Add declaration. New function.
2980 (struct language_specific): New field "value_has_mutated".
2981 (languages): Set field "value_has_mutated" in each entry of array.
2982 (varobj_value_has_mutated): New function.
2983 (varobj_udpdate): Add handling of type mutation.
2984 (value_of_root): Add handling of type mutation.
2985 (ada_value_has_mutated): New function.
2986
2987 2012-03-28 Pedro Alves <palves@redhat.com>
2988
2989 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
2990 Always supply $fr0 as 0.0 and $fr1 as 1.0.
2991
2992 2012-03-28 Tom Tromey <tromey@redhat.com>
2993
2994 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
2995 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
2996 before returning.
2997
2998 2012-03-28 Tom Tromey <tromey@redhat.com>
2999
3000 * .dir-locals.el: New file.
3001
3002 2012-03-28 Pedro Alves <palves@redhat.com>
3003
3004 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
3005
3006 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3007
3008 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
3009 handling for r0.
3010
3011 2012-03-27 Pedro Alves <palves@redhat.com>
3012
3013 Eliminate struct ui_stream.
3014
3015 * ui-out.h (struct ui_stream): Delete.
3016 (ui_out_field_stream): Adjust prototype.
3017 (ui_out_stream_new, ui_out_stream_delete)
3018 (make_cleanup_ui_out_stream_delete): Delete declarations.
3019 * ui-out.c (ui_out_field_stream): Change prototype to take a
3020 ui_file instead of a ui_stream. Adjust.
3021 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
3022 (make_cleanup_ui_out_stream_delete): Delete.
3023 * breakpoint.c (print_breakpoint_location)
3024 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
3025 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3026 * disasm.c (dump_insns): Ditto.
3027 (do_mixed_source_and_assembly, do_assembly_only): Adjust
3028 prototype.
3029 (gdb_disassembly): Use ui_file/mem_fileopen instead of
3030 ui_stream/ui_out_stream_new.
3031 * infcmd.c (print_return_value): Ditto.
3032 * osdata.c (info_osdata_command): Don't allocate a local
3033 ui_stream.
3034 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
3035 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3036 * tracepoint.c (print_one_static_tracepoint_marker): Don't
3037 allocate a local ui_stream.
3038 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
3039 instead of ui_stream/ui_out_stream_new.
3040 (list_args_or_locals): Don't allocate a local ui_stream.
3041 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
3042 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
3043 ui_stream/ui_out_stream_new.
3044 * cli/cli-setshow.c (do_setshow_command): Ditto.
3045
3046 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
3047
3048 * arm-linux-tdep.c (arm_linux_init_abi): Call
3049 set_gdbarch_process_record. Initialize `arm_swi_record' field.
3050 * arm-tdep.c (arm_process_record): New function.
3051 (deallocate_reg_mem): New function.
3052 (decode_insn): New function.
3053 (thumb_record_branch): New function.
3054 (thumb_record_ldm_stm_swi(): New function.
3055 (thumb_record_misc): New function.
3056 (thumb_record_ld_st_stack): New function.
3057 (thumb_record_ld_st_imm_offset): New function.
3058 (thumb_record_ld_st_reg_offset(): New function.
3059 (thumb_record_add_sub_cmp_mov): New function.
3060 (thumb_record_shift_add_sub): New function.
3061 (arm_record_coproc_data_proc): New function.
3062 (arm_record_coproc): New function.
3063 (arm_record_b_bl): New function.
3064 (arm_record_ld_st_multiple): New function.
3065 (arm_record_ld_st_reg_offset): New function.
3066 (arm_record_ld_st_imm_offset): New function.
3067 (arm_record_data_proc_imm): New function.
3068 (arm_record_data_proc_misc_ld_str): New function.
3069 (arm_record_extension_space): New function.
3070 (arm_record_strx): New function.
3071 (sbo_sbz): New function.
3072 (struct insn_decode_record): New structure for arm insn record.
3073 (REG_ALLOC): New macro for reg allocations.
3074 (MEM_ALLOC): New macro for memory allocations.
3075 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
3076
3077 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
3078
3079 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
3080 (store_register): Likewise.
3081
3082 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3083
3084 * MAINTAINERS (Write After Approval): Add myself to the list.
3085
3086 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
3089 Describe also the option "auto".
3090
3091 2012-03-22 Richard Henderson <rth@redhat.com>
3092
3093 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
3094 * sparc-nat.c (sparc_xfer_wcookie): Make static.
3095
3096 2012-03-22 Richard Henderson <rth@redhat.com>
3097
3098 * jit.c (jit_read_code_entry): Compute alignment and offset of
3099 int64_t member before computing entry_size.
3100
3101 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3102
3103 Python scripting: Add new method Value.referenced_value to
3104 gdb.Value which can dereference pointer as well as reference
3105 values.
3106 * NEWS: Add entry under 'Python scripting' about the new method
3107 Value.referenced_value on gdb.Value objects.
3108 * python/py-value.c (valpy_referenced_value): New function
3109 defining a new method on gdb.Value objects which can dereference
3110 pointer and reference values.
3111
3112 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3113
3114 * MAINTAINERS (Write After Approval): Add myself to the list.
3115
3116 2012-03-21 Kevin Buettner <kevinb@redhat.com>
3117
3118 * symtab.c (skip_prologue_sal): Change test to check for "main()"
3119 in addition to "main".
3120
3121 2012-03-21 Joel Brobecker <brobecker@adacore.com>
3122
3123 * expression.h (op_name): Add declaration.
3124 * expprint.c (op_name): Remove declaration. Make non-static.
3125 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
3126
3127 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3128
3129 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
3130 of struct siginfo.
3131 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
3132 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3133 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
3134 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
3135 (linux_nat_get_siginfo): Likewise.
3136 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
3137 (linux_nat_get_siginfo): Likewise.
3138 * linux-tdep.c (linux_get_siginfo_type): Likewise.
3139 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
3140 * procfs.c (gdb_siginfo_t): Likewise.
3141
3142 2012-03-21 Mike Frysinger <vapier@gentoo.org>
3143
3144 * .gitignore: Ignore more files.
3145
3146 2012-03-20 Pedro Alves <palves@redhat.com>
3147
3148 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
3149 returns.
3150
3151 2012-03-20 Yao Qi <yao@codesourcery.com>
3152
3153 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
3154 comment.
3155
3156 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
3159 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
3160 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
3161 sect_offset.
3162 * dwarf2expr.h (cu_offset, sect_offset): New types.
3163 (struct dwarf_expr_context_funcs) <dwarf_call>
3164 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
3165 sect_offset.
3166 (struct dwarf_expr_context) <len>: Improve the comment.
3167 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
3168 cu_offset and sect_offset.
3169 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
3170 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
3171 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
3172 * dwarf2loc.h: Include dwarf2expr.h.
3173 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
3174 and sect_offset.
3175 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
3176 Improve the comment.
3177 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
3178 (struct signatured_type, struct line_header, struct partial_die_info)
3179 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
3180 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
3181 (get_die_type_at_offset, create_cus_from_index)
3182 (create_signatured_type_table_from_index, dw2_get_file_names)
3183 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
3184 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
3185 (create_debug_types_hash_table, process_psymtab_comp_unit)
3186 (load_partial_comp_unit, create_all_comp_units)
3187 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
3188 (load_full_comp_unit, dwarf2_physname, read_import_statement)
3189 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3190 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
3191 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
3192 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
3193 (find_partial_die, read_attribute_value, lookup_die_type)
3194 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
3195 (is_ref_attr): New function comment.
3196 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
3197 Use cu_offset and sect_offset.
3198 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
3199 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
3200 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
3201 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
3202 (offset_and_type_hash, offset_and_type_eq, set_die_type)
3203 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
3204 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
3205 sect_offset.
3206
3207 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 Code cleanup.
3210 * python/py-auto-load.c (source_section_scripts): New variable back_to.
3211 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
3212 with xfree.
3213 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
3214
3215 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 * NEWS: Describe new options --init-command=FILE, -ix and
3218 --init-eval-command=COMMAND, -iex.
3219 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
3220 CMDARG_INIT_COMMAND.
3221 (captured_main): New enum items OPT_IX and OPT_IEX. Add
3222 "init-command", "init-eval-command", "ix" and "iex" to the variable
3223 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
3224 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
3225 (print_gdb_help): Describe --init-command=FILE, -ix and
3226 --init-eval-command=COMMAND, -iex.
3227
3228 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3229
3230 Code cleanup.
3231 * main.c (struct cmdarg): Move it here from main. Add more comments.
3232 (cmdarg_s, VEC (cmdarg_s)): New.
3233 (main): Move struct cmdarg from here. New variables cmdarg_vec and
3234 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
3235 Install cleanup for cmdarg_vec. Update filling for options 'x' and
3236 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
3237 of CMDARG.
3238
3239 2012-03-19 Tom Tromey <tromey@redhat.com>
3240
3241 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
3242
3243 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 PR symtab/13777
3246 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
3247 GCC >=4.5.
3248
3249 2012-03-16 Chris January <chris.january@allinea.com>
3250
3251 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
3252 of clear.
3253
3254 2012-03-16 Chris January <chris.january@allinea.com>
3255
3256 * source.c (add_path): Use memmove instead of strcpy because the
3257 strings overlap.
3258
3259 2012-03-16 Joel Brobecker <brobecker@adacore.com>
3260
3261 * value.h (set_value_parent): Add declaration.
3262 * value.c (set_value_parent): New function.
3263 (value_address): If VALUE->PARENT is not NULL, then use it as
3264 the base address instead of VALUE->LOCATION.address.
3265 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
3266 the same as OBJ's address. Adjust V's offset accordingly.
3267 Set V's parent.
3268
3269 2012-03-16 Gary Benson <gbenson@redhat.com>
3270
3271 PR breakpoints/10738
3272 * dwarf2read.c (use_deprecated_index_sections): New global.
3273 (struct partial_die_info): New member may_be_inlined.
3274 (read_partial_die): Set may_be_inlined where appropriate.
3275 (add_partial_subprogram): Add partial symbols for partial
3276 DIEs that may be inlined.
3277 (new_symbol_full): Add inlined subroutines to the current
3278 scope.
3279 (write_psymtabs_to_index): Bump version number.
3280 (dwarf2_read_index): Read only version 6 indices unless
3281 use_deprecated_index_sections is set.
3282 * linespec.c (symbol_and_data_callback): New structure.
3283 (iterate_inline_only): New function.
3284 (iterate_over_all_matching_symtabs): New argument
3285 "include_inline". If nonzero, also call the callback for
3286 symbols representing inlined subroutines.
3287 (lookup_prefix_sym): Pass extra argument to the above.
3288 (find_function_symbols): Likewise.
3289 (add_matching_symbols_to_info): Likewise.
3290 * NEWS: Mention that GDB can now set breakpoints on inlined
3291 functions.
3292
3293 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3294
3295 * p-typeprint.c (pascal_type_print_method_args):
3296 Fix display of parameter of methods.
3297
3298 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3299
3300 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
3301 Add missing prototype.
3302
3303 2012-03-16 Yao Qi <yao@codesourcery.com>
3304 Jan Kratochvil <jan.kratochvil@redhat.com>
3305
3306 Fix false compilation warning.
3307 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
3308
3309 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
3310 Pedro Alves <pedro@codesourcery.com>
3311
3312 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
3313 (arm_register_g_packet_guesses): New function.
3314 (arm_gdbarch_init): Don't force a target description with
3315 registers when the executable is detected as M-profile. Instead
3316 set gdbarch->tdep->is_m. Register `g' packet guesses.
3317 (_initialize_arm_tdep): Initialize the new target description.
3318 * features/arm-with-m-fpa-layout.xml: New description.
3319 * features/arm-with-m-fpa-layout.c: New, generated.
3320
3321 2012-03-15 Joel Brobecker <brobecker@adacore.com>
3322
3323 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
3324 Update function description.
3325 (insert_bp_location): Do not wipe bl->target_info out.
3326 * mem-break.c: #include "gdb_string.h".
3327 (default_memory_insert_breakpoint): Do not call target_read_memory
3328 with a pointer to the breakpoint's shadow_contents buffer. Use
3329 a local buffer instead.
3330 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
3331
3332 2012-03-15 Tom Tromey <tromey@redhat.com>
3333
3334 * NEWS: Mention "info vtbl", not "info vtable".
3335 * cp-support.c (info_vtbl_command): Fix comment.
3336 (_initialize_cp_support): Fix text.
3337
3338 2012-03-15 Tom Tromey <tromey@redhat.com>
3339
3340 * cp-valprint.c (cp_print_value_fields): Use
3341 print_function_pointer_address for vtable slot.
3342
3343 2012-03-15 Tom Tromey <tromey@redhat.com>
3344
3345 * gnu-v3-abi.c (struct value_and_voffset): New.
3346 (hash_value_and_voffset, eq_value_and_voffset)
3347 (compare_value_and_voffset, compute_vtable_size)
3348 (print_one_vtable, gnuv3_print_vtable): New functions.
3349 (init_gnuv3_ops): Initialize 'print_vtable' field.
3350 * cp-support.c (info_vtbl_command): New function.
3351 (_initialize_cp_support): Add "info vtbl".
3352 * cp-abi.h (cplus_print_vtable): Declare.
3353 (struct cp_abi_ops) <print_vtable>: New field.
3354 * cp-abi.c (cplus_print_vtable): New function.
3355 * NEWS: Update.
3356
3357 2012-03-15 Tom Tromey <tromey@redhat.com>
3358
3359 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
3360 iterate_over_symbols.
3361
3362 2012-03-14 Doug Evans <dje@google.com>
3363
3364 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
3365 DW_OP_GNU_parameter_ref.
3366
3367 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3368
3369 Fix double prompt of 'interpreter-exec mi'.
3370 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
3371 (mi_interpreter_resume): use it.
3372 (mi_execute_command_input_handler): New function.
3373 * mi/mi-main.c (mi_execute_command): Move prompt printing to
3374 mi_execute_command_input_handler.
3375
3376 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
3377
3378 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
3379 prototype.
3380 (darwin_debug_port_info): Make static.
3381 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
3382 * machoread.c (_initialize_machoread): Add prototype.
3383 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
3384 (i386_darwin_set_control, i386_darwin_get_control)
3385 i386_darwin_dr_set_addr, i386_darwin_get_addr)
3386 i386_darwin_get_status, i386_darwin_get_control):
3387 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
3388
3389 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3390
3391 * ax-gdb.c (gen_usual_unary): Remove special handling of
3392 enum and bool types.
3393
3394 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3395
3396 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
3397
3398 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3399
3400 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
3401
3402 2012-03-13 Chris January <chris.january@allinea.com>
3403
3404 * aix-thread.c (fill_sprs): Store the floating point registers
3405 at the correct offsets into vals.
3406
3407 2012-03-13 Doug Evans <dje@google.com>
3408
3409 * NEWS: Mention symbol-reloading has been deleted.
3410 * symfile.c (symbol_reloading): Delete.
3411 (show_symbol_reloading): Delete.
3412 (_initialize_symfile): Delete set/show symbol-reloading.
3413
3414 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
3415 read_in_chain until we have successfully read it in.
3416 (load_full_comp_unit): Ditto.
3417 (read_signatured_type): Add comment.
3418
3419 2012-03-13 Chris January <chris.january@allinea.com>
3420
3421 * stabsread.c (fix_common_block): Change type of valu argument
3422 to CORE_ADDR.
3423
3424 2012-03-13 Chris January <chris.january@allinea.com>
3425
3426 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
3427 instruction.
3428
3429 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3430
3431 * common/linux-procfs.c (linux_proc_get_int): New, from
3432 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
3433 field.
3434 (linux_proc_get_tgid): Only call linux_proc_get_int.
3435 (linux_proc_get_tracerpid): New.
3436 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
3437 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
3438 linux_proc_pid_has_state.
3439 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
3440 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
3441 (linux_ptrace_attach_warnings): New.
3442 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
3443 New declaration.
3444 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
3445 (linux_nat_attach): New variables ex, buffer, message and message_s.
3446 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
3447
3448 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3449
3450 * Makefile.in (linux-ptrace.o): New.
3451 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
3452 from linux-nat.c.
3453 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
3454 * common/linux-ptrace.c: New file.
3455 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
3456 * config/arm/linux.mh: Likewise.
3457 * config/i386/linux.mh: Likewise.
3458 * config/i386/linux64.mh: Likewise.
3459 * config/ia64/linux.mh: Likewise.
3460 * config/m32r/linux.mh: Likewise.
3461 * config/m68k/linux.mh: Likewise.
3462 * config/mips/linux.mh: Likewise.
3463 * config/pa/linux.mh: Likewise.
3464 * config/powerpc/linux.mh: Likewise.
3465 * config/powerpc/ppc64-linux.mh: Likewise.
3466 * config/powerpc/spu-linux.mh: Likewise.
3467 * config/s390/s390.mh: Likewise.
3468 * config/sparc/linux.mh: Likewise.
3469 * config/sparc/linux64.mh: Likewise.
3470 * config/xtensa/linux.mh: Likewise.
3471 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
3472 common/linux-procfs.c.
3473 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
3474
3475 2012-03-13 Hui Zhu <teawater@gmail.com>
3476 Pedro Alves <palves@redhat.com>
3477
3478 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
3479 CREATE_BREAKPOINT_FLAGS_INSERTED.
3480 (create_breakpoint_sal, create_breakpoints_sal)
3481 (base_breakpoint_create_breakpoints_sal)
3482 (tracepoint_create_breakpoints_sal)
3483 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
3484 down.
3485 (break_command_1, handle_gnu_v3_exceptions, trace_command)
3486 (ftrace_command, strace_command): Adjust.
3487 (create_tracepoint_from_upload): Pass
3488 CREATE_BREAKPOINT_FLAGS_INSERTED.
3489 * breakpoint.h (enum breakpoint_create_flags): New.
3490 (create_breakpoint): New flags parameter.
3491 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3492 * python/py-breakpoint.c (bppy_init): Adjust.
3493 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
3494 * spu-tdep.c (spu_catch_start): Adjust.
3495
3496 2012-03-13 Pedro Alves <palves@redhat.com>
3497 Hui Zhu <teawater@gmail.com>
3498 Yao Qi <yao@codesourcery.com>
3499
3500 * remote.c (struct remote_state): New field `starting_up'.
3501 (remote_start_remote): Set and clear it.
3502 (remote_can_download_tracepoint): If starting up, return false.
3503
3504 2012-03-13 Yao Qi <yao@codesourcery.com>
3505
3506 * inferior.h (struct inferior): Remove fields any_syscall_count,
3507 syscalls_counts and total_syscalls_count. Move them to new
3508 struct catch_syscall_inferior_data in breakpoint.c.
3509 * breakpoint.c: Call DEF_VEC_I(int).
3510 (struct catch_syscall_inferior_data): New.
3511 (get_catch_syscall_inferior_data): New.
3512 (catch_syscall_inferior_data_cleanup): New.
3513 (insert_catch_syscall): Update to access data in
3514 struct catch_syscall_inferior_data.
3515 (insert_catch_syscall): Likewise.
3516 (remove_catch_syscall): Likewise.
3517 (remove_catch_syscall): Likewise.
3518 (is_syscall_catchpoint_enabled): Likewise.
3519 (add_catch_command): Likewise.
3520 (_initialize_breakpoint): Register cleanup.
3521 * breakpoint.h: Removed DEF_VEC_I(int).
3522 * dwarf2loc.c: Call DEF_VEC_I(int).
3523 * mi/mi-main.c: Likewise.
3524
3525 2012-03-12 Mark Kettenis <kettenis@gnu.org>
3526
3527 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
3528
3529 2012-03-12 Chris January <chris.january@allinea.com>
3530
3531 * aix-thread.c (_initialize_aix_thread): Add prototype.
3532 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
3533 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
3534
3535 2012-03-12 Joel Brobecker <brobecker@adacore.com>
3536
3537 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
3538 include of "amd64-nat.h".
3539
3540 2012-03-12 Tom Tromey <tromey@redhat.com>
3541
3542 * buildsym.c (record_pending_block): Now static.
3543 * buildsym.h: (record_pending_block): Remove.
3544
3545 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
3546
3547 * amd64bsd-nat.c: Include amd64bsd-nat.h.
3548
3549 2012-03-09 Tom Tromey <tromey@redhat.com>
3550
3551 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
3552 producer_is_gxx_lt_4_6>: New fields.
3553 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
3554
3555 2012-03-09 Tom Tromey <tromey@redhat.com>
3556
3557 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
3558
3559 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3560
3561 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
3562 prototype.
3563
3564 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3565
3566 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
3567
3568 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3569
3570 Fix -Wmissing-prototypes build.
3571 * arm-linux-nat.c (get_thread_id): Make it static.
3572 * xtensa-linux-nat.c (get_thread_id): Likewise.
3573
3574 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3575
3576 * server.c (process_point_options): If a conditional expression
3577 is found, only print a message if remote_debug is nonzero.
3578
3579 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
3580
3581 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
3582 of internal error for unknown/unsupported types.
3583
3584 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3585
3586 Fix CU relative vs. absolute DIE offsets.
3587 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
3588 offset to offset_in_cu.
3589 * dwarf2read.c (process_enumeration_scope): Add CU offset to
3590 TYPE_OFFSET.
3591 (dwarf2_fetch_die_location_block): Rename parameter offset to
3592 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
3593
3594 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3595
3596 * libunwind-frame.c: Rename to ...
3597 * ia64-libunwind-tdep.c: ... here.
3598 * libunwind-frame.h: Rename to ...
3599 * ia64-libunwind-tdep.h: ... here.
3600 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
3601 ia64-libunwind-tdep.h.
3602 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
3603 * README (--with-libunwind): Rename to ...
3604 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
3605 * config.in: Regenerate.
3606 * configure: Regenerate.
3607 * configure.ac: New option --with-libunwind-ia64, make the
3608 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
3609 Remove AC_DEFINE for HAVE_LIBUNWIND.
3610 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
3611 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
3612 Rename libunwind-frame in the general comment.
3613 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
3614 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
3615 Move forward declarations inside #ifndef. Rename libunwind-frame in
3616 the general comment.
3617 * ia64-tdep.c: Rename libunwind-frame.h #include to
3618 ia64-libunwind-tdep.h.
3619 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
3620 (ia64_libunwind_descr): Rename libunwind-frame to
3621 ia64-libunwind-tdep in these function comments.
3622 * ia64-tdep.h: Rename libunwind-frame.h #include to
3623 ia64-libunwind-tdep.h.
3624 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
3625 ia64-libunwind-tdep in that data comment.
3626
3627 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3628
3629 * libunwind-frame.h (struct frame_unwind): New declaration.
3630
3631 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3632
3633 * breakpoint.c (_initialize_breakpoint): Fix error in help of
3634 "set breakpoint condition-evaluation" command.
3635
3636 2012-03-08 Tristan Gingold <gingold@adacore.com>
3637
3638 * sparc-stub.c: Move to stubs/
3639 * sh-stub.c: Likewise.
3640 * m68k-stub.c: Likewise.
3641 * m32r-stub.c: Likewise.
3642 * i386-stub.c: Likewise.
3643
3644 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
3645
3646 * m68klinux-tdep.c (m68k_linux_init_abi): Register
3647 linux_get_siginfo_type.
3648
3649 * m68klinux-nat.c: Include "gdb_proc_service.h".
3650 (PTRACE_GET_THREAD_AREA): Define.
3651 (ps_get_thread_area): New function.
3652
3653 2012-03-08 Yao Qi <yao@codesourcery.com>
3654
3655 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
3656 `xsnprintf'.
3657 (remote_query_attached): Likewise.
3658 (remote_static_tracepoint_marker_at): Likewise.
3659 (remote_set_permissions): Likewise.
3660 (remote_detach_1, extended_remote_attach_1): Likewise.
3661 (send_g_packet, remote_vkill): Likewise.
3662 (extended_remote_disable_randomization): Likewise.
3663 (remote_add_target_side_condition): Likewise.
3664 (remote_insert_breakpoint): Likewise.
3665 (remote_remove_breakpoint): Likewise.
3666 (remote_insert_watchpoint): Likewise.
3667 (remote_remove_watchpoint): Likewise.
3668 (remote_insert_hw_breakpoint): Likewise.
3669 (remote_insert_hw_breakpoint): Likewise.
3670 (remote_remove_hw_breakpoint): Likewise.
3671 (remote_download_command_source): Likewise.
3672 (remote_download_tracepoint): Likewise.
3673 (remote_download_trace_state_variable): Likewise.
3674 (remote_disable_tracepoint): Likewise.
3675 (remote_trace_set_readonly_regions): Likewise.
3676 (remote_get_tracepoint_status): Likewise.
3677 (remote_trace_find): Likewise.
3678 (remote_get_trace_state_variable_value): Likewise.
3679 (remote_set_disconnected_tracing): Likewise.
3680 (remote_set_circular_trace_buffer): Likewise.
3681 (remote_get_min_fast_tracepoint_insn_len): Likewise.
3682 (remote_use_agent): Likewise.
3683 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
3684 Update callers.
3685
3686 2012-03-07 Pedro Alves <palves@redhat.com>
3687
3688 * NEWS: Mention QProgramSignals.
3689 * inferior.h (update_signals_program_target): Declare.
3690 * infrun.c: (update_signals_program_target): New.
3691 (handle_command): Update the target of the new program signals
3692 array changes.
3693 * remote.c (PACKET_QProgramSignals): New enum.
3694 (last_program_signals_packet): New global.
3695 (remote_program_signals): New.
3696 (remote_start_remote): Update the target with the program signals
3697 list.
3698 (remote_protocol_features): Add entry for QPassSignals.
3699 (remote_open_1): Free anc clear last_program_signals_packet.
3700 (init_remote_ops): Install remote_program_signals.
3701 * target.c (update_current_target): Adjust.
3702 (target_program_signals): New.
3703 * target.h (struct target_ops) <to_program_signals>: New field.
3704 (target_program_signals): Declare.
3705
3706 2012-03-07 Pedro Alves <palves@redhat.com>
3707
3708 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
3709 extensions.
3710
3711 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
3712
3713 * m68klinux-nat.c (getregs_supplies): Make static.
3714 (getfpregs_supplies): Likewise.
3715 (have_ptrace_getregs): Likewise.
3716
3717 2012-03-06 Joel Brobecker <brobecker@adacore.com>
3718
3719 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
3720 in call to get_die_type_at_offset.
3721
3722 2012-03-06 Stan Shebs <stan@codesourcery.com>
3723
3724 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
3725 * mi/mi-cmd-disas.c: Ditto.
3726 * mi/mi-cmd-env.c: Ditto.
3727 * mi/mi-cmd-file.c: Ditto.
3728 * mi/mi-cmd-stack.c: Ditto.
3729 * mi/mi-cmd-target.c: Ditto.
3730 * mi/mi-cmd-var.c: Ditto.
3731 * mi/mi-cmds.c: Ditto.
3732 * mi/mi-cmds.h: Ditto.
3733 * mi/mi-console.c: Ditto.
3734 * mi/mi-getopt.c: Ditto.
3735 * mi/mi-getopt.h: Ditto.
3736 * mi/mi-interp.c: Ditto.
3737 * mi/mi-main.c: Ditto.
3738 * mi/mi-out.c: Ditto.
3739 * mi/mi-parse.c: Ditto.
3740 * mi/mi-parse.h: Ditto.
3741 * mi/mi-symbol-cmds.c: Ditto.
3742
3743 * mi/mi-getopt.h: Move mi_opt struct up.
3744 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
3745 return.
3746 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
3747
3748 2012-03-06 Tom Tromey <tromey@redhat.com>
3749
3750 * proc-service.c (ps_pglobal_lookup): Set the current program
3751 space.
3752
3753 2012-03-06 Pedro Alves <palves@redhat.com>
3754
3755 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
3756
3757 2012-03-05 Joel Brobecker <brobecker@adacore.com>
3758
3759 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
3760
3761 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3762
3763 Code cleanup.
3764 * common/linux-osdata.c (linux_common_core_of_thread): New function
3765 comment.
3766 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
3767 call by linux_common_core_of_thread.
3768 (linux_nat_core_of_thread_1): Remove.
3769 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
3770 * linux-thread-db.c: Include linux-osdata.h.
3771 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
3772 linux_common_core_of_thread.
3773
3774 2012-03-05 Tom Tromey <tromey@redhat.com>
3775
3776 * value.c (value_primitive_field): Don't fetch contents for
3777 non-virtual bases.
3778
3779 2012-03-05 Tom Tromey <tromey@redhat.com>
3780
3781 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
3782
3783 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
3784
3785 * s390-nat.c: Include "gregset.h".
3786
3787 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
3790 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
3791 (libunwind_load): New variable so_error, use it for dlerror. Try to
3792 load also LIBUNWIND_SO_7.
3793
3794 2012-03-05 Pedro Alves <palves@redhat.com>
3795
3796 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
3797 is not NULL, and remove resulting dead code.
3798
3799 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
3800
3801 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
3802 prologue to sh_analyze_prologue.
3803 (sh_analyze_prologue): Make better use of such an upper limit, and
3804 generally be more cautious about accessing memory.
3805
3806 2012-03-05 Tom Tromey <tromey@redhat.com>
3807
3808 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
3809 _initialize_ia64_hpux_tdep.
3810
3811 2012-03-05 Pedro Alves <palves@redhat.com>
3812
3813 PR gdb/13766
3814
3815 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
3816 the register state is clear, supply explicit zero, instead of
3817 marking the register unavailable.
3818
3819 2012-03-05 Tristan Gingold <gingold@adacore.com>
3820
3821 * NEWS: Mention OpenVMS ia64 new target.
3822
3823 2012-03-05 Tristan Gingold <gingold@adacore.com>
3824
3825 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
3826 (ia64_unw_accessors, ia64_unw_rse_accessors)
3827 (ia64_libunwind_descr): Declare.
3828 * ia64-vms-tdep.c: New file.
3829 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
3830 (ia64_libunwind_descr): Make them public.
3831 * configure.tgt: Add ia64-*-*vms*.
3832 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
3833 (ALLDEPFILES): Add ia64-vms-tdep.c
3834
3835 2012-03-05 Tristan Gingold <gingold@adacore.com>
3836
3837 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
3838 * remote.c (PACKET_qXfer_uib): New enum value.
3839 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
3840 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
3841 (_initialize_remote): Call add_packet_config_cmd for
3842 xfer:uib packet.
3843
3844 2012-03-05 Tristan Gingold <gingold@adacore.com>
3845
3846 * osabi.c (gdb_osabi_names): Add OpenVMS.
3847 (generic_elf_osabi_sniffer): Likewise.
3848 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
3849
3850 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 Removed unused code.
3853 * libunwind-frame.c (libunwind_frame_unwind)
3854 (libunwind_frame_base_address): Remove.
3855 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
3856
3857 2012-03-04 Yao Qi <yao@codesourcery.com>
3858
3859 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
3860 remove trailing new line.
3861 (agent_run_command, agent_run_command): Add _ markup.
3862 (agent_capability_check): Likewise.
3863
3864 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3865
3866 * breakpoint.c (set_condition_evaluation_mode): Set
3867 CONDITION_EVALUATION_MODE unconditionally.
3868
3869 2012-03-03 Yao Qi <yao@codesourcery.com>
3870
3871 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
3872 * common/agent.h: Update declaration.
3873 * inf-child.c (inf_child_use_agent): New.
3874 (inf_child_can_use_agent): New.
3875 (inf_child_target): Initialize fields `to_use_agent'
3876 and `to_can_use_agent'.
3877 * agent.c (agent_new_objfile): New.
3878 (_initialize_agent): Add agent_new_objfile to new_objfile
3879 observer.
3880
3881 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3882 New.
3883 (linux_target_install_ops): Initialize field
3884 `to_static_tracepoint_markers_by_strid'.
3885 * remote.c (free_current_marker): Move it to ...
3886 * tracepoint.c (free_current_marker): ... here. New.
3887 (cleanup_target_stop): New.
3888 * tracepoint.h: Declare free_current_marker.
3889 * NEWS: Add one entry about `info static-tracepoint-marker'.
3890
3891 2012-03-03 Yao Qi <yao@codesourcery.com>
3892
3893 * common/agent.c (agent_loaded_p): New.
3894 (agent_look_up_symbols): New global.
3895 * common/agent.h: Declare agent_loaded_p.
3896
3897 2012-03-03 Yao Qi <yao@codesourcery.com>
3898
3899 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
3900 (agent_capability_check, agent_capability_invalidate): New.
3901 (symbol_list): New array element.
3902 * common/agent.h (enum agent_capa): New.
3903 * target.c (target_pre_inferior): Call agent_capability_invalidate.
3904
3905 2012-03-03 Yao Qi <yao@codesourcery.com>
3906
3907 * target.h (struct target_ops) <to_use_agent>: New field.
3908 (struct target_ops) <to_can_use_agent>: New field.
3909 (target_use_agent, target_can_use_agent): New macro.
3910 * target.c (update_current_target): Update.
3911 * remote.c: New enum `PACKET_QAgent'.
3912 (remote_protocol_features): Add a new element.
3913 (remote_use_agent, remote_can_use_agent): New.
3914 (init_remote_ops): Initialize field `can_use_agent' with
3915 remote_can_use_agent. Intiailize field `use_agent' with
3916 remote_use_agent.
3917 * common/agent.c (use_agent): New global.
3918 * common/agent.h: Declare it.
3919 * tracepoint.c (info_static_tracepoint_markers_command): Add
3920 comment.
3921 * Makefile.in (SFILES): Add common/agent.c and agent.c.
3922 (COMMON_OBS): Add common/agent.o and agent.o
3923 (common-agent.o): New rule.
3924 * agent.c: New.
3925
3926 2012-03-03 Yao Qi <yao@codesourcery.com>
3927
3928 * common/agent.c: New.
3929 * common/agent.h: New.
3930 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
3931 AC_CHECK_HEADERS.
3932 * configure, configh.in: Regenerated.
3933
3934 2012-03-02 Kevin Buettner <kevinb@redhat.com>
3935
3936 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
3937 unless it exists for this architecture.
3938
3939 2012-03-02 Joel Brobecker <brobecker@adacore.com>
3940
3941 * language.h (struct language_defn): New "method" la_read_var_value.
3942 * findvar.c: #include "language.h".
3943 (default_read_var_value): Renames read_var_value. Rewrite
3944 function description.
3945 (read_var_value): New function.
3946 * value.h (default_read_var_value): Add prototype.
3947 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
3948 New functions.
3949 (ada_language_defn): Add entry for la_read_var_value.
3950 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
3951 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
3952 language_defn structures to add entry for new la_read_var_value
3953 field.
3954
3955 2012-03-02 Tom Tromey <tromey@redhat.com>
3956 Pedro Alves <palves@redhat.com>
3957
3958 PR breakpoints/13776:
3959 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
3960 breakpoints.
3961 (delete_longjmp_breakpoint_at_next_stop): New.
3962 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
3963 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
3964 before deleting the inferior. Add comments.
3965 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
3966 breakpoints immediately, but only on next stop. Move that code
3967 next to where we mark other breakpoints for deletion.
3968
3969 2012-03-02 Joel Brobecker <brobecker@adacore.com>
3970
3971 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
3972 marker.
3973 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
3974 violation.
3975
3976 2012-03-02 Pedro Alves <palves@redhat.com>
3977
3978 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
3979
3980 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
3981
3982 Fix -Wmissing-prototypes build.
3983 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
3984 * remote-sim.c (gdbsim_has_all_memory): Likewise.
3985 (gdbsim_has_memory): Likewise.
3986
3987 2012-03-02 Yao Qi <yao@codesourcery.com>
3988
3989 Fix -Wmissing-prototypes build.
3990 * charset.c (phony_iconv_open): Make static.
3991 (phony_iconv_close, phony_iconv): Likewise.
3992 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
3993 * i386-windows-nat.c (_initialize_i386_windows_nat): New
3994 prototype.
3995 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
3996 * ser-mingw.c (create_select_thread): Make static.
3997 * windows-termcap.c (tgetent): New prototype.
3998 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
3999
4000 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
4001
4002 Fix -Wmissing-prototypes build.
4003 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
4004 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
4005 (_initialize_loadable): New prototypes.
4006
4007 2012-03-02 Doug Evans <dje@google.com>
4008
4009 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
4010 abbrev table, read_comp_unit will do it.
4011
4012 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 Fix -Wmissing-prototypes build.
4015 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
4016 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
4017 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
4018 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
4019 (_initialize_arm_symbian_tdep): New prototype.
4020 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
4021 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
4022 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
4023 static.
4024 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
4025 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
4026 prototype.
4027 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
4028 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
4029 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
4030 static.
4031 * moxie-tdep.c (moxie_process_record): Likewise.
4032 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
4033 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
4034 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
4035 (_initialize_rl78_tdep): New prototype.
4036 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
4037 (_initialize_rx_tdep): New prototype.
4038 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
4039 (_initialize_darwin_solib): New prototype.
4040 * solib-spu.c: Include solib-spu.h.
4041 (_initialize_spu_solib): New prototype.
4042 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
4043 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
4044 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
4045 (tic6x_software_single_step): Make it static.
4046 (_initialize_tic6x_tdep): New prototype.
4047
4048 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4049
4050 Fix -Wmissing-prototypes build.
4051 * cris-tdep.c (cris_can_use_hardware_watchpoint)
4052 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
4053
4054 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4055
4056 Fix -Wmissing-prototypes build.
4057 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
4058 (frv_have_stopped_data_address): Remove.
4059
4060 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4061
4062 Fix -Wmissing-prototypes build.
4063 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
4064 * sh-tdep.c: Include sh64-tdep.h.
4065 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
4066 * sh64-tdep.c: Include sh64-tdep.h.
4067 * sh64-tdep.h: New file.
4068
4069 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4070
4071 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
4072
4073 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4074
4075 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
4076 sp_regnum once the gdbarch_init_osabi hook has been called.
4077
4078 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4079
4080 * mips-tdep.c (mips32_bc1_pc): New function.
4081 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
4082 BPOSGE32 and BPOSGE64 instructions.
4083 (deal_with_atomic_sequence): Likewise.
4084 (mips32_instruction_has_delay_slot): Likewise.
4085
4086 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4087 Chris Dearman <chris@mips.com>
4088 Maciej W. Rozycki <macro@codesourcery.com>
4089 Joseph Myers <joseph@codesourcery.com>
4090
4091 * features/mips-dsp.xml: New file.
4092 * features/mips64-dsp.xml: New file.
4093 * features/mips-dsp-linux.xml: New file.
4094 * features/mips64-dsp-linux.xml: New file.
4095 * features/Makefile (WHICH): Add mips-dsp-linux and
4096 mips64-dsp-linux.
4097 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
4098 * features/mips-dsp-linux.c: New file.
4099 * features/mips64-dsp-linux.c: New file.
4100 * regformats/mips-dsp-linux.dat: New file.
4101 * regformats/mips64-dsp-linux.dat: New file.
4102 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
4103 registers.
4104 (mips64_linux_register_addr): Likewise.
4105 (mips64_linux_regsets_fetch_registers): Likewise.
4106 (mips64_linux_regsets_store_registers): Likewise.
4107 (mips64_linux_fetch_registers): Update call to
4108 mips64_linux_regsets_fetch_registers.
4109 (mips64_linux_store_registers): Update call to
4110 mips64_linux_regsets_store_registers.
4111 (mips_linux_read_description): Probe for DSP registers.
4112 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
4113 and initialize_tdesc_mips64_dsp_linux.
4114 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
4115 Remove padding of no longer used embedded register slots.
4116 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
4117 (MIPS_RESTART_REGNUM): Redefine enum value.
4118 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
4119 strings.
4120 (mips_tx39_reg_names): Likewise.
4121 (mips_linux_reg_names): New array of register names for Linux
4122 targets.
4123 (mips_register_name): Check for a null pointer in
4124 mips_processor_reg_names and return an empty string.
4125 (mips_register_type): Exclude embedded registers for the IRIX
4126 and Linux ABIs.
4127 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
4128 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
4129 DSP registers.
4130 (mips_stab_reg_to_regnum): Handle DSP accumulators.
4131 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
4132 (mips_gdbarch_init): Likewise. Initialize internal register
4133 indices for the Linux ABI. Use dynamic numbers to refer to
4134 registers, as applicable, while parsing the target description.
4135 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
4136
4137 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4138
4139 * frame.h (read_frame_register_unsigned): Fix typo in function
4140 description.
4141
4142 2012-03-01 Pedro Alves <palves@redhat.com>
4143
4144 * jit-reader.in [!__cplusplus]
4145 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
4146
4147 2012-03-01 Pedro Alves <palves@redhat.com>
4148
4149 * configure.ac (build_warnings): Add -Wmissing-prototypes.
4150 * configure: Regenerate.
4151
4152 2012-03-01 Pedro Alves <palves@redhat.com>
4153
4154 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
4155 * breakpoint.c (create_exception_master_breakpoint, trace_command)
4156 (ftrace_command, strace_command): Make static.
4157 * d-lang.c (_initialize_d_language): Declare.
4158 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
4159 * dwarf2loc.c (_initialize_dwarf2loc):
4160 * dwarf2read.c (process_psymtab_comp_unit): Make static.
4161 * exec.c (exec_get_section_table): Make static.
4162 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
4163 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
4164 * inferior.c (remove_inferior_command, add_inferior_command)
4165 (clone_inferior_command): Make static.
4166 * linux-nat.c (linux_nat_thread_address_space)
4167 (linux_nat_core_of_thread): Make static.
4168 * linux-tdep.c (_initialize_linux_tdep): Declare.
4169 * objc-lang.c (_initialize_objc_lang): Declare.
4170 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
4171 Make static.
4172 (_initialize_opencl_language): Declare.
4173 * record.c (_initialize_record): Declare.
4174 * remote.c (demand_private_info, remote_get_tib_address)
4175 (remote_supports_cond_tracepoints)
4176 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
4177 Make static.
4178 * skip.c (_initialize_step_skip): Declare.
4179 * symtab.c (skip_prologue_using_lineinfo): Make static.
4180 * tracepoint.c (delete_trace_state_variable)
4181 (trace_variable_command, delete_trace_variable_command)
4182 (get_uploaded_tsv, find_matching_tracepoint_location)
4183 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
4184 Make static.
4185 * value.c (pack_unsigned_long): Make static.
4186 * varobj.c (varobj_ensure_python_env): Make static.
4187 * windows-tdep.c (_initialize_windows_tdep): Declare.
4188 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
4189
4190 2012-03-01 Pedro Alves <palves@redhat.com>
4191
4192 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
4193 gdbarch parameter.
4194 (linux_init_abi): Install it as has_shared_address_space gdbarch
4195 callback.
4196
4197 2012-03-01 Pedro Alves <palves@redhat.com>
4198
4199 * observer.c (observer_test_first_notification_function)
4200 (observer_test_second_notification_function)
4201 (observer_test_third_notification_function): Add declarations.
4202
4203 2012-03-01 Pedro Alves <palves@redhat.com>
4204
4205 * common/signals.c (default_target_signal_to_host)
4206 (default_target_signal_from_host): Move ...
4207 * arch-utils.c: ... here.
4208 * arch-utils.h (default_target_signal_to_host)
4209 (default_target_signal_from_host): Declare.
4210
4211 * common/signals.c (target_signal_from_command): Move ...
4212 * infrun.c: ... here.
4213 * inferior.h (target_signal_from_command): Declare.
4214 * target.h (target_signal_from_command)
4215 (default_target_signal_from_host, default_target_signal_to_host):
4216 Delete declarations.
4217
4218 * common/signals.c (_initialize_signals): Delete.
4219
4220 2012-03-01 Pedro Alves <palves@redhat.com>
4221
4222 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
4223 both __cplusplus and !__cplusplus.
4224
4225 2012-03-01 Pedro Alves <palves@redhat.com>
4226
4227 * psymtab.c (find_and_open_source): Delete declaration.
4228 * source.c (find_and_open_source): Move comment ...
4229 * source.h (find_and_open_source): ... to this new declaration.
4230
4231 2012-03-01 Pedro Alves <palves@redhat.com>
4232
4233 * inline-frame.c: Include inline-frame.h.
4234
4235 2012-03-01 Pedro Alves <palves@redhat.com>
4236
4237 * tui/tui-data.c (set_gen_win_origin): Delete.
4238 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
4239 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
4240
4241 2012-03-01 Pedro Alves <palves@redhat.com>
4242
4243 * remote.c (encode_actions): Delete declaration.
4244 * tracepoint.c (encode_actions): Make extern.
4245 * tracepoint.h (encode_actions): Declare.
4246
4247 2012-03-01 Pedro Alves <palves@redhat.com>
4248
4249 * python/py-breakpoint.c: Include python.h.
4250 * python/py-continueevent.c (create_continue_event_object): Make
4251 static.
4252 * python/py-lazy-string.c (stpy_get_type): Make static.
4253 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4254 Make static.
4255 * python/py-utils.c (unicode_to_target_python_string): Make
4256 static.
4257 * python/py-value.c: Include python.h.
4258
4259 2012-03-01 Pedro Alves <palves@redhat.com>
4260
4261 * inferior.c (delete_threads_of_inferior): Delete.
4262
4263 2012-03-01 Pedro Alves <palves@redhat.com>
4264
4265 Import fallback definitions from glibc.
4266
4267 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
4268 ps_prochandle): Forward declare.
4269 (ps_err_e): Use glibc's comments.
4270 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
4271 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4272 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
4273 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
4274 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
4275 (struct ps_prochandle): Adjust comment.
4276
4277 2012-03-01 Pedro Alves <palves@redhat.com>
4278
4279 * ada-lang.c (ada_modulus_from_name): Delete.
4280 * ada-lex.l (lexer_init): Make static.
4281
4282 2012-03-01 Pedro Alves <palves@redhat.com>
4283
4284 PR gdb/13767
4285
4286 * frame.c (read_frame_register_unsigned): New.
4287 * frame.h (read_frame_register_unsigned): Declare.
4288 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
4289 Handle it.
4290 (print_i387_control_word): New parameter `control_p'. Handle it.
4291 (i387_print_float_info): Handle unavailable float registers.
4292
4293 2012-03-01 Keith Seitz <keiths@redhat.com>
4294
4295 * linespec.c (decode_line_2): Sort the list of methods
4296 alphabetically before presenting the user with a selection
4297 menu.
4298
4299 2012-03-01 Doug Evans <dje@google.com>
4300
4301 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
4302 has_namespace_info.
4303 (dwarf2_read_abbrevs): Remove corresponding initialization.
4304
4305 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4306
4307 * NEWS: Mention new python command class gdb.COMMAND_USER.
4308 * cli/cli-cmds.c (show_user): Print error when used on a python
4309 command.
4310 (init_cli_cmds): Update documentation strings for "show user" and
4311 "set/show max-user-call-depth" to clarify that it does not apply to
4312 python commands.
4313 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
4314 error check.
4315 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
4316 gdb python api.
4317 * top.c (execute_command): Only execute a user-defined command as a
4318 legacy macro if c->user_commands is set.
4319
4320 2012-03-01 Tom Tromey <tromey@redhat.com>
4321
4322 * valprint.h (struct generic_val_print_decorations): New.
4323 (generic_val_print): Declare.
4324 * valprint.c (generic_val_print): New function.
4325 * p-valprint.c (p_decorations): New global.
4326 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
4327 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
4328 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
4329 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
4330 * m2-valprint.c (m2_decorations): New global.
4331 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
4332 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
4333 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
4334 TYPE_CODE_ERROR>: Call generic_val_print.
4335 * f-valprint.c (f_decorations): New global.
4336 (f_val_print): Use print_function_pointer_address.
4337 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
4338 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
4339 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
4340 generic_val_print.
4341 * c-valprint.c (c_decorations): New global.
4342 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
4343 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
4344 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
4345 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
4346 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
4347 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
4348 case.
4349
4350 2012-03-01 Tom Tromey <tromey@redhat.com>
4351
4352 * valprint.c (val_print): Update.
4353 * p-valprint (pascal_val_print): Return void.
4354 * p-lang.h (pascal_val_print): Return void.
4355 * m2-valprint.c (m2_val_print): Return void.
4356 * m2-lang.h (m2_val_print): Return void.
4357 * language.h (struct language_defn) <la_val_print>: Return void.
4358 * language.c (unk_lang_val_print): Return void.
4359 * jv-valprint.c (java_val_print): Return void.
4360 * jv-lang.h (java_val_print): Return void.
4361 * f-valprint.c (f_val_print): Return void.
4362 * f-lang.h (f_val_print): Return void.
4363 * d-valprint.c (d_val_print): Return void.
4364 (dynamic_array_type): Update.
4365 * d-lang.h (d_val_print): Return void.
4366 * c-valprint.c (c_val_print): Return void.
4367 * c-lang.h (c_val_print): Return void.
4368 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
4369 void.
4370 * ada-lang.h (ada_val_print): Return void.
4371
4372 2012-03-01 Tom Tromey <tromey@redhat.com>
4373
4374 * value.h (val_print): Return void.
4375 * valprint.c (val_print): Return void.
4376
4377 2012-03-01 Tom Tromey <tromey@redhat.com>
4378
4379 * value.h (common_val_print): Return void.
4380 * valprint.c (common_val_print): Return void.
4381
4382 2012-03-01 Tom Tromey <tromey@redhat.com>
4383
4384 * value.h (value_print): Return void.
4385 * valprint.c (value_print): Return void.
4386 * p-valprint.c (pascal_value_print): Return void.
4387 * p-lang.h (pascal_value_print): Return void.
4388 * language.h (struct language_defn) <la_value_print>: Return
4389 void.
4390 * language.c (unk_lang_value_print): Return void.
4391 * jv-valprint.c (java_value_print): Return void.
4392 * jv-lang.h (java_value_print): Return void.
4393 * f-valprint.c (c_value_print): Don't declare.
4394 Include c-lang.h.
4395 * c-valprint.c (c_value_print): Return void.
4396 * c-lang.h (c_value_print): Return void.
4397 * ada-valprint.c (ada_value_print): Return void.
4398 * ada-lang.h (ada_value_print): Return void.
4399
4400 2012-03-01 Tom Tromey <tromey@redhat.com>
4401
4402 * value.c (value_primitive_field): Handle virtual base classes.
4403
4404 2012-03-01 Tom Tromey <tromey@redhat.com>
4405
4406 * gdbtypes.h (struct vbase): Remove.
4407
4408 2012-03-01 Tom Tromey <tromey@redhat.com>
4409
4410 * c-valprint.c (print_function_pointer_address): Move...
4411 * valprint.c: ... here. Make non-static.
4412 * m2-valprint.c (print_function_pointer_address): Remove.
4413 * valprint.h (print_function_pointer_address): Declare.
4414
4415 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4416
4417 * NEWS: Document the fact that one can provide a condition when
4418 creating an Ada exception catchpoint.
4419
4420 2012-03-01 Tom Tromey <tromey@redhat.com>
4421
4422 * valprint.c (val_print_type_code_flags): Fix placement of
4423 trailing brace.
4424
4425 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4426
4427 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
4428 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
4429 environment variable before calling update-copyright.
4430
4431 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4432
4433 * gnulib/extra/update-copyright: Update to the latest from
4434 gnulib's git repository.
4435 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
4436 variable to 2 instead of 1.
4437
4438 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4439
4440 * varobj.c (c_value_of_variable): Remove dead code.
4441
4442 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4443
4444 * ada-lex.p (processId): Do not modify already encoded IDs.
4445 Update function documentation.
4446
4447 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4448
4449 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
4450 "name" with "struct symbol *name_sym".
4451 * ada-exp.y (write_var_or_type): Update call to
4452 ada_find_renaming_symbol.
4453 "name" with "struct symbol *name_sym". Adjust Implementation
4454 accordingly. Adjust the function documentation.
4455
4456 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4457
4458 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
4459 * ada-lang.c (ada_find_any_type): Add advance declaration.
4460 Make static. Replace ada_find_any_symbol by
4461 ada_find_any_type_symbol.
4462 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
4463 Improve function description. Make static.
4464 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
4465 Replace ada_find_any_symbol by ada_find_any_type_symbol.
4466
4467 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4468
4469 * ada-lang.c (struct tag_args): Delete.
4470 (ada_get_tsd_type): Function body moved up in source file.
4471 (ada_tag_name_1, ada_tag_name_2): Delete.
4472 (ada_get_tsd_from_tag): New function.
4473 (ada_tag_name_from_tsd): New function.
4474 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
4475 to determine the tag name.
4476
4477 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4478
4479 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
4480 declaration.
4481 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
4482 function.
4483
4484 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4485
4486 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
4487
4488 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4489
4490 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
4491 full searches.
4492
4493 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4494
4495 * ada-lang.c (constrained_packed_array_type): If there is a
4496 parallel XA type, use it to determine the array index type.
4497
4498 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4499
4500 * ada-valprint.c (ada_val_print_1): If our value is a reference
4501 to an array descriptor, dereference it before converting it
4502 to a simple array.
4503
4504 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4505
4506 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
4507 creating fixed value.
4508 (ada_value_ind, ada_coerce_ref, assign_component)
4509 (ada_evaluate_subexp): Remove call to unwrap_value before
4510 call to ada_to_fixed_value.
4511
4512 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4513
4514 * ada-lang.c (to_fixed_array_type): Set result's type name.
4515
4516 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4517
4518 * ada-lang.c (catch_ada_exception_command_split): Add new
4519 argument cond_string. Add support for condition at end of
4520 "catch exception" commands.
4521 (ada_decode_exception_location): Add new argument cond_string.
4522 Update call to catch_ada_exception_command_split.
4523 (create_ada_exception_catchpoint): Add new argument cond_string.
4524 Set the breakpoint condition if needed.
4525 (catch_ada_exception_command): Update call to
4526 ada_decode_exception_location.
4527 (ada_decode_assert_location): Add function documentation.
4528 Add support for condition at end of "catch assert" command.
4529 (catch_assert_command): Update calls to ada_decode_assert_location
4530 and create_ada_exception_catchpoint.
4531
4532 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 Fix disp-step-syscall.exp: fork: single step over fork.
4535 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
4536 (i386_linux_get_syscall_number_from_regcache): ... here, new function
4537 comment, change parameters gdbarch and ptid to regcache. Remove
4538 parameter regcache, initialize gdbarch from regcache here.
4539 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
4540 New functions.
4541 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
4542 instead.
4543 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
4544 'syscall'. Make the 'int' check more strict.
4545
4546 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4547
4548 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
4549 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
4550 (i386_linux_intx80_sysenter_syscall_record): ... here.
4551 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
4552 Use the renamed function name.
4553
4554 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
4557 * breakpoint.c (until_break_command): Likewise.
4558 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
4559 * infcall.c (call_function_by_hand): Likewise.
4560 * infcmd.c (finish_forward): Likewise.
4561 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4562
4563 2012-02-28 Tristan Gingold <gingold@adacore.com>
4564
4565 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
4566 avoid variable assignments inside condition.
4567
4568 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4569
4570 Fix static analysis issue found by cppcheck.
4571 * microblaze-tdep.c (microblaze_extract_return_value): Fix
4572 uninitialized BUF for size 2.
4573
4574 2012-02-27 Chris Dearman <chris@mips.com>
4575 Nathan Froyd <froydnj@codesourcery.com>
4576 Maciej W. Rozycki <macro@codesourcery.com>
4577
4578 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
4579 (mips16_instruction_has_delay_slot): Likewise.
4580 (mips_segment_boundary): Likewise.
4581 (mips_adjust_breakpoint_address): Likewise.
4582 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
4583
4584 2012-02-27 Maciej W. Rozycki <macro@mips.com>
4585 Maciej W. Rozycki <macro@codesourcery.com>
4586
4587 * infrun.c (handle_inferior_event): Don't proceed through
4588 shared library trampolines if stepping at the machine
4589 instruction level.
4590
4591 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4592
4593 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
4594 too.
4595
4596 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
4597
4598 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
4599 (sh_stub_unwind_sniffer): New functions.
4600 (sh_stub_unwind): New variable.
4601 (sh_gdbarch_init): Wire everything.
4602
4603 2012-02-27 Pedro Alves <palves@redhat.com>
4604
4605 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
4606 (linux_nat_post_attach_wait): Adjust to use
4607 linux_proc_pid_is_stopped.
4608 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
4609 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
4610 based on pid_is_stopped from both linux-nat.c and
4611 gdbserver/linux-low.c, and renamed.
4612
4613 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4614
4615 * remote.c (remote_watchpoint_addr_within_range): New function.
4616 (init_remote_ops): Use it.
4617
4618 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
4619
4620 * target.h (target_watchpoint_addr_within_range): Document macro.
4621
4622 2012-02-24 Pedro Alves <palves@redhat.com>
4623
4624 * stack.c (set_last_displayed_sal): Issue internal_error instead
4625 of warning, and issue it after clearing the last displayed sal.
4626
4627 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4628 Pedro Alves <palves@redhat.com>
4629
4630 * breakpoint.c (until_break_command): Install breakpoints after
4631 all frame manipulations.
4632
4633 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4634
4635 * remote.c (remote_supports_cond_breakpoints): New forward
4636 declaration.
4637 (remote_add_target_side_condition): New function.
4638 (remote_insert_breakpoint): Add target-side breakpoint
4639 conditional if supported.
4640 (remote_insert_hw_breakpoint): Likewise.
4641 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
4642 hook.
4643
4644 * target.c (update_current_target): Inherit
4645 to_supports_evaluation_of_breakpoint_conditions.
4646 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
4647
4648 * target.h (struct target_ops)
4649 <to_supports_evaluation_of_breakpoint_conditions>: New field.
4650 (target_supports_evaluation_of_breakpoint_conditions): New #define.
4651
4652 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
4653 (condition_evaluation_both, condition_evaluation_auto,
4654 condition_evaluation_host, condition_evaluation_target,
4655 condition_evaluation_enums, condition_evaluation_mode_1,
4656 condition_evaluation_mode): New static globals.
4657 (translate_condition_evaluation_mode): New function.
4658 (breakpoint_condition_evaluation_mode): New function.
4659 (gdb_evaluates_breakpoint_condition_p): New function.
4660 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
4661 (mark_breakpoint_modified): New function.
4662 (mark_breakpoint_location_modified): New function.
4663 (set_condition_evaluation_mode): New function.
4664 (show_condition_evaluation_mode): New function.
4665 (bp_location_compare_addrs): New function.
4666 (get_first_location_gte_addr): New helper function.
4667 (set_breakpoint_condition): Free condition bytecode if locations
4668 has become unconditional. Call mark_breakpoint_modified (...).
4669 (condition_command): Call update_global_location_list (1) for
4670 breakpoints.
4671 (breakpoint_xfer_memory): Use is_breakpoint (...).
4672 (is_breakpoint): New function.
4673 (parse_cond_to_aexpr): New function.
4674 (build_target_condition_list): New function.
4675 (insert_bp_location): Handle target-side conditional
4676 breakpoints and call build_target_condition_list (...).
4677 (update_inserted_breakpoint_locations): New function.
4678 (insert_breakpoint_locations): Handle target-side conditional
4679 breakpoints.
4680 (bpstat_check_breakpoint_conditions): Add comment.
4681 (bp_condition_evaluator): New function.
4682 (bp_location_condition_evaluator): New function.
4683 (print_breakpoint_location): Print information on where the condition
4684 will be evaluated.
4685 (print_one_breakpoint_location): Likewise.
4686 (init_bp_location): Call mark_breakpoint_location_modified (...) for
4687 breakpoint location.
4688 (force_breakpoint_reinsertion): New functions.
4689 (update_global_location_list): Handle target-side breakpoint
4690 conditions.
4691 Reinsert locations that are already inserted if conditions have
4692 changed.
4693 (bp_location_dtor): Free agent expression bytecode.
4694 (disable_breakpoint): Call mark_breakpoint_modified (...).
4695 Call update_global_location_list (...) with parameter 1 for breakpoints.
4696 (disable_command): Call mark_breakpoint_location_modified (...).
4697 Call update_global_location_list (...) with parameter 1 for breakpoints.
4698 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
4699 (enable_command): mark_breakpoint_location_modified (...).
4700 (_initialize_breakpoint): Update documentation and add
4701 condition-evaluation breakpoint subcommand.
4702
4703 * breakpoint.h: Include ax.h.
4704 (condition_list): New data structure.
4705 (condition_status): New enum.
4706 (bp_target_info) <cond_list>: New field.
4707 (bp_location) <condition_changed, cond_bytecode>: New fields.
4708 (is_breakpoint): New prototype.
4709
4710 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4711
4712 * remote.c (remote_state) <cond_breakpoints>: New field.
4713 (PACKET_ConditionalBreakpoints): New enum.
4714 (remote_cond_breakpoint_feature): New function.
4715 (remote_protocol_features): Add new ConditionalBreakpoints entry.
4716 (remote_supports_cond_breakpoints): New function.
4717 (_initialize_remote): Add new packet configuration for
4718 target-side conditional breakpoints.
4719
4720 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4721
4722 * NEWS: Mention target-side conditional breakpoint support,
4723 new condition-evaluation breakpoint subcommand and remote
4724 packet extensions.
4725
4726 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
4727
4728 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
4729 number.
4730
4731 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
4732
4733 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
4734 (after_prologue): Remove.
4735
4736 2012-02-23 Tom Tromey <tromey@redhat.com>
4737
4738 * jv-valprint.c (java_val_print): Remove dead code.
4739
4740 2012-02-23 Tristan Gingold <gingold@adacore.com>
4741
4742 * ada-tasks.c (struct ada_tasks_inferior_data): Add
4743 known_tasks_element and known_tasks_length fields.
4744 (read_known_tasks_array): Change argument type. Use pointer type
4745 and number of elements from DATA. Adjust.
4746 (read_known_tasks_list): Likewise.
4747 (get_known_tasks_addr): Remove.
4748 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
4749 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
4750 type and array length. Merge former get_known_tasks_addr code.
4751
4752 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4753
4754 PR backtrace/13716
4755 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
4756 it after set_momentary_breakpoint.
4757
4758 2012-02-22 Sterling Augustine <saugustine@google.com>
4759
4760 PR 13689:
4761 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
4762
4763 2012-02-22 Gary Benson <gbenson@redhat.com>
4764
4765 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
4766 (find_slot_in_mapped_hash): Likewise.
4767
4768 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4769
4770 PR build/13638
4771 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
4772 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
4773 * configure: Regenerate.
4774
4775 2012-02-21 Tristan Gingold <gingold@adacore.com>
4776 Pedro Alves <palves@redhat.com>
4777
4778 * ia64-tdep.c: Do not include libunwind-ia64.h.
4779 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
4780 Include libunwind-ia64.h instead of libunwind.h.
4781 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
4782 for libunwind.h existence.
4783 * configure, config.in: Regenerate.
4784
4785 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
4786
4787 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
4788 instead of value_rtti_target_type.
4789 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
4790 instead of value_rtti_target_type.
4791 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
4792 value_rtti_target_type.
4793 * valops.c (value_ind): Extract function readjust_indirect_value_type.
4794 (value_rtti_target_type): Rename to ...
4795 (value_rtti_indirect_type): ... here and make it indirect. Update
4796 function comment.
4797 * value.c (readjust_indirect_value_type): New function.
4798 (coerce_ref): Support for enclosing type setting for references
4799 with readjust_indirect_value_type.
4800 * value.h (readjust_value_type): New declaration.
4801 (value_rtti_target_type): Rename to ...
4802 (value_rtti_indirect_type): ... here.
4803
4804 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
4805
4806 * MAINTAINERS (Write After Approval): Add myself to the list.
4807
4808 2012-02-20 Doug Evans <dje@google.com>
4809
4810 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
4811 Rename objfile_p_char parameter to objfilep.
4812 (build_objfile_section_table): Result is now void. All callers
4813 updated.
4814 * objfiles.h (struct objfile): Tweak comments, whitespace.
4815 (build_objfile_section_table): Update.
4816
4817 * elfread.c (elf_symfile_segments): Fix warning text.
4818
4819 2012-02-20 Tom Tromey <tromey@redhat.com>
4820
4821 PR gdb/13498:
4822 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
4823 particular set of file names once.
4824 (dw2_map_symbol_filenames): Likewise.
4825
4826 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4827
4828 Code cleanup.
4829 * main.c (write_files): Remove the declaration.
4830 (external_editor_command): Move the declaration ...
4831 [GDBTK] (external_editor_command): ... here. Fix the comment.
4832
4833 2012-02-20 Tom Tromey <tromey@redhat.com>
4834
4835 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
4836 extraneous block.
4837
4838 2012-02-20 Tristan Gingold <gingold@adacore.com>
4839
4840 * darwin-nat.h (enum darwin_msg_state): Add comments.
4841
4842 2012-02-20 Tristan Gingold <gingold@adacore.com>
4843
4844 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
4845 value.
4846
4847 2012-20-18 Joel Brobecker <brobecker@adacore.com>
4848
4849 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
4850 between function description and implementation.
4851
4852 2012-02-17 Tom Tromey <tromey@redhat.com>
4853
4854 PR python/12070:
4855 * python/py-event.c (event_object_getset): New global.
4856 (event_object_type): Reference it.
4857 * python/py-type.c (field_object_getset): New global.
4858 (field_object_type): Reference it.
4859 * python/python-internal.h (gdb_py_generic_dict): Declare.
4860 * python/py-utils.c (gdb_py_generic_dict): New function.
4861
4862 2012-02-17 Tristan Gingold <gingold@adacore.com>
4863
4864 * solib-darwin.c (darwin_current_sos): Check magic and filetype
4865
4866 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
4867
4868 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
4869 TYPE_CALLING_CONVENTION annotation.
4870
4871 2012-02-16 Kevin Buettner <kevinb@redhat.com>
4872
4873 * MAINTAINERS: Add rx to target ISA section.
4874 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
4875 (ALLDEPFILES): Add rx-tdep.c.
4876
4877 2012-02-16 Tom Tromey <tromey@redhat.com>
4878
4879 * symfile.c (symbol_file_add_main_1): Use inferior's
4880 symfile_flags.
4881 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
4882 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
4883 inferior.
4884 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
4885 inferior.
4886 (follow_exec): Use inferior's symfile_flags.
4887 * inferior.h (struct inferior) <symfile_flags>: New field.
4888
4889 2012-02-16 Mike Frysinger <vapier@gentoo.org>
4890
4891 PR gdb/9734:
4892 * remote-sim.c (gdbsim_create_inferior): Call error() when
4893 sim_create_inferior() fails.
4894
4895 2012-02-16 Josh Matthews <josh@joshmatthews.net>
4896
4897 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
4898
4899 2012-02-16 Tom Tromey <tromey@redhat.com>
4900
4901 PR c++/13653:
4902 * thread.c (struct current_thread_cleanup) <was_removable>: New
4903 field.
4904 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
4905 (make_cleanup_restore_current_thread): Initialize new field.
4906
4907 2012-02-15 Kevin Buettner <kevinb@redhat.com>
4908
4909 * MAINTAINERS: Add rl78 to target ISA section.
4910 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
4911 (ALLDEPFILES): Add rl78-tdep.c.
4912 * NEWS: Mention rl78 as a new target.
4913
4914 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4915
4916 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
4917 data.
4918 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
4919
4920 2012-02-15 Tom Tromey <tromey@redhat.com>
4921
4922 PR gdb/12659:
4923 * infcmd.c (registers_info): Print just the current register's
4924 name.
4925
4926 2012-02-15 Tom Tromey <tromey@redhat.com>
4927
4928 * python/py-symbol.c (sympy_value): Use _().
4929
4930 2012-02-15 Pedro Alves <palves@redhat.com>
4931
4932 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
4933 output to be like native targets'.
4934 (remote_pid_to_str): Special case the null ptid.
4935
4936 2012-02-14 Stan Shebs <stan@codesourcery.com>
4937
4938 * NEWS: Mention enable count command.
4939 * breakpoint.h (struct breakpoint): New field enable_count.
4940 * breakpoint.c (enable_breakpoint_disp): Add count argument.
4941 (enable_breakpoint): Add arg to call.
4942 (struct disp_data): New struct.
4943 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
4944 (do_map_enable_once_breakpoint): Create a struct and pass it.
4945 (do_map_enable_delete_breakpoint): Ditto.
4946 (do_map_enable_count_breakpoint): New function.
4947 (enable_count_command): New function.
4948 (bpstat_stop_status): Decrement enable_count.
4949 (print_one_breakpoint_location): Report enable count.
4950 (_initialize_breakpoint): Add enable count command.
4951
4952 2012-02-14 Kevin Buettner <kevinb@redhat.com>
4953
4954 * rl78-tdep.c (reggroups.h): Include.
4955 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
4956 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
4957 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
4958 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
4959 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
4960 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
4961 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
4962 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
4963 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
4964 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
4965 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
4966 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
4967 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
4968 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
4969 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
4970 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
4971 beginning of register list.
4972 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
4973 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
4974 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
4975 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
4976 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
4977 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
4978 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
4979 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
4980 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
4981 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
4982 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
4983 the pseudo registers. Rearrange other pseudo registers too so
4984 that the bank registers appear at the end.
4985 (rl78_register_type): Account for the fact that the byte sized
4986 bank registers are now pseudo-registers.
4987 (rl78_register_name): Rearrange the register name array. Make
4988 initial set of raw banked registers inaccessible.
4989 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
4990 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
4991 case for copying bytes back and forth between raw and pseudo
4992 versions of the banked registers. Update other cases to reflect
4993 the changed names.
4994 (rl78_return_value): Update to account for changed names of
4995 raw registers.
4996 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
4997 rl78_register_sim_regno().
4998
4999 2012-02-14 Kevin Buettner <kevinb@redhat.com>
5000
5001 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
5002 the name parameter being passed to find_pc_partial_function().
5003
5004 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 * MAINTAINERS: Step down from being ia64 target maintainer.
5007
5008 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5009
5010 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
5011 compilation warning.
5012
5013 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5014
5015 Fix crash on loaded shlibs without loaded exec_bfd.
5016 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
5017 (set_section_command): Replace exec_bfd by p->bfd.
5018
5019 2012-02-10 Tom Tromey <tromey@redhat.com>
5020
5021 * linespec.c (decode_line_internal): Skip symtabs_from_filename
5022 when we have a C++ qualified name.
5023
5024 2012-02-10 Pedro Alves <palves@redhat.com>
5025
5026 * inferior.c (inferior_pid_to_str): New.
5027 (print_inferior, inferior_command): Use it.
5028
5029 2012-02-10 Pedro Alves <palves@redhat.com>
5030
5031 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
5032 the test CFLAGS.
5033 * configure: Regenerate.
5034
5035 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * linespec.c (decode_line_internal): Fix comment correctness.
5038
5039 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
5040
5041 PR gdb/12953
5042 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
5043 * amd64bsd-nat.c: Add support for debug registers (adapted from
5044 i386bsd-nat.c).
5045 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
5046 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
5047 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
5048 (amd64bsd_dr_get_control): New functions.
5049 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
5050 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
5051 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
5052 watchpoints initialization.
5053 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
5054
5055 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
5058 flds_bnds.fields.
5059 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
5060
5061 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5062
5063 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
5064
5065 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5066
5067 * language.h (symbol_name_cmp_ftype): Renames
5068 symbol_name_match_p_ftype.
5069 (struct language_defn)[la_get_symbol_name_cmp]: Renames
5070 la_get_symbol_name_match_p.
5071 * ada-lang.c (ada_get_symbol_name_cmp): Renames
5072 ada_get_symbol_name_match_p. Update comment.
5073 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
5074 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
5075 Renames symbol_name_match_p. Update field type.
5076 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
5077 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5078 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
5079 "la_get_symbol_name_cmp" in comments.
5080 * language.c: Likewise.
5081
5082 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5083
5084 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
5085 %eflags offset.
5086 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
5087 (amd64_sol2_gregset32_reg_offs): Likewise.
5088
5089 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5090
5091 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
5092 of the returned BFD is allocated by GDB.
5093
5094 2012-02-07 Tom Tromey <tromey@redhat.com>
5095
5096 PR python/12027:
5097 * python/python-internal.h (frame_object_type): Declare.
5098 * python/py-symbol.c (sympy_needs_frame): New function.
5099 (sympy_value): New function.
5100 (symbol_object_getset): Add "needs_frame".
5101 (symbol_object_methods): Add "value".
5102 * python/py-frame.c (frame_object_type): No longer static.
5103
5104 2012-02-07 Tom Tromey <tromey@redhat.com>
5105
5106 PR python/13599:
5107 * python/py-symbol.c (sympy_line): New function.
5108 (symbol_object_getset): Add "line".
5109
5110 2012-02-07 Tom Tromey <tromey@redhat.com>
5111
5112 * charset.c (find_charset_names): Check 'in' against NULL.
5113
5114 2012-02-06 Doug Evans <dje@google.com>
5115
5116 * gdbtypes.h (struct main_type): Change type of name,tag_name,
5117 and fields.name members from char * to const char *. All uses updated.
5118 (struct cplus_struct_type): Change type of fn_fieldlists.name member
5119 from char * to const char *. All uses updated.
5120 (type_name_no_tag): Update.
5121 (lookup_unsigned_typename, lookup_signed_typename): Update.
5122 * gdbtypes.c (type_name_no_tag): Change result type
5123 from char * to const char *. All callers updated.
5124 (lookup_unsigned_typename, lookup_signed_typename): Change type of
5125 name parameter from char * to const char *.
5126 * symtab.h (struct cplus_specific): Change type of demangled_name
5127 member from char * to const char *. All uses updated.
5128 (struct general_symbol_info): Change type of name and
5129 mangled_lang.demangled_name members from char * to const char *.
5130 All uses updated.
5131 (symbol_get_demangled_name, symbol_natural_name): Update.
5132 (symbol_demangled_name, symbol_search_name): Update.
5133 * symtab.c (symbol_get_demangled_name): Change result type
5134 from char * to const char *. All callers updated.
5135 (symbol_natural_name, symbol_demangled_name): Ditto.
5136 (symbol_search_name): Ditto.
5137 (completion_list_add_name): Change type of symname,sym_text,
5138 text,word parameters from char * to const char *.
5139 (completion_list_objc_symbol): Change type of sym_text,
5140 text,word parameters from char * to const char *.
5141 * ada-lang.c (find_struct_field): Change type of name parameter
5142 from char * to const char *.
5143 (encoded_ordered_before): Similarly for N0,N1 parameters.
5144 (old_renaming_is_invisible): Similarly for function_name parameter.
5145 (ada_type_name): Change result type from char * to const char *.
5146 All callers updated.
5147 * ada-lang.h (ada_type_name): Update.
5148 * buildsym.c (hashname): Change type of name parameter
5149 from char * to const char *.
5150 * buildsym.h (hashname): Update.
5151 * dbxread.c (end_psymtab): Change type of include_list parameter
5152 from char ** to const char **.
5153 * dwarf2read.c (determine_prefix): Change result type
5154 from char * to const char *. All callers updated.
5155 * f-lang.c (find_common_for_function): Change type of name, funcname
5156 parameters from char * to const char *.
5157 * f-lang.c (find_common_for_function): Update.
5158 * f-valprint.c (list_all_visible_commons): Change type of funcname
5159 parameters from char * to const char *.
5160 * gdbarch.sh (static_transform_name): Change type of name parameter
5161 and result from char * to const char *.
5162 * gdbarch.c: Regenerate.
5163 * gdbarch.h: Regenerate.
5164 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
5165 of name parameter from char * to const char *.
5166 * jv-lang.c (java_primitive_type_from_name): Ditto.
5167 (java_demangled_signature_length): Similarly for signature parameter.
5168 (java_demangled_signature_copy): Ditto.
5169 (java_demangle_type_signature): Ditto.
5170 * jv-lang.h (java_primitive_type_from_name): Update.
5171 (java_demangle_type_signature): Update.
5172 * objc-lang.c (specialcmp): Change type of a,b parameters
5173 from char * to const char *.
5174 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
5175 from char * to const char *. All callers updated.
5176 * p-lang.h (is_pascal_string_type): Update.
5177 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
5178 of name parameter from char * to const char *.
5179 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
5180 * utils.c (fprintf_symbol_filtered): Ditto.
5181 * defs.h (fprintf_symbol_filtered): Update.
5182 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
5183 * stabsread.h (end_psymtab): Update.
5184 * stack.c (find_frame_funname): Change type of funname parameter
5185 from char ** to const char **.
5186 * stack.h (find_frame_funname): Update.
5187 * typeprint.c (type_print): Change type of varstring parameter
5188 from char * to const char *.
5189 * value.h (type_print): Update.
5190 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
5191 from char * to const char *. All callers updated.
5192 (xcoff_end_psymtab): Change type of include_list parameter
5193 from char ** to const char **. All callers updated.
5194 (swap_sym): Similarly for name parameter. All callers updated.
5195 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
5196 Use xstrdup.
5197 (process_coff_symbol): Use xstrdup.
5198 * stabsread.c (stabs_method_name_from_physname): Renamed from
5199 update_method_name_from_physname. Change result type from void
5200 to char *. All callers updated.
5201 (read_member_functions): In has_destructor case, store name in objfile
5202 obstack instead of malloc space. In !has_stub case, fix mem leak.
5203
5204 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
5205
5206 * configure: Rebuild.
5207 * configure.ac: Put -L../bfd and -L../libiberty at the front of
5208 LDFLAGS.
5209
5210 2012-02-03 Kevin Buettner <kevinb@redhat.com>
5211
5212 * configure.tgt (rl78-*-elf): New target.
5213 * rl78-tdep.c: New file.
5214
5215 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5216
5217 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
5218 and continue the loop. Add QUIT statement.
5219
5220 2012-02-03 Tom Tromey <tromey@redhat.com>
5221
5222 PR gdb/13596:
5223 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
5224 bfd_lookup_symbol_from_symtab.
5225 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
5226 gdb_bfd_lookup_symbol_from_symtab.
5227
5228 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5229
5230 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
5231 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
5232 symbol. Add assertion that sym2 is never NULL.
5233
5234 2012-02-02 Doug Evans <dje@google.com>
5235
5236 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
5237 "name" parameter to const char ** from char **. All callers updated.
5238 (find_pc_partial_function): Ditto.
5239 (cache_pc_function_name): Change type to const char * from char *.
5240 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
5241 (find_pc_partial_function): Update.
5242 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
5243 type of "name" parameter to const char * from char *.
5244 All uses updated.
5245 * arch-utils.c (generic_in_solib_return_trampoline): Change
5246 type of "name" parameter to const char * from char *.
5247 * arch-utils.h (generic_in_solib_return_trampoline): Update.
5248 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
5249 type of "name" parameter to const char * from char *.
5250 * gdbarch.sh (in_solib_return_trampoline): Ditto.
5251 * gdbarch.c: Regenerate.
5252 * gdbarch.h: Regenerate.
5253 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
5254 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
5255 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
5256 type of "name" parameter to const char * from char *.
5257 * skip.c (skip_function_pc): Ditto.
5258 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
5259 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
5260 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
5261 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
5262 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
5263 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
5264 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
5265 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
5266 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
5267
5268 2012-02-02 Pedro Alves <palves@redhat.com>
5269
5270 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
5271 the current inferior has no execution. Make sure the current
5272 remote process matches gdb's current inferior.
5273
5274 2012-02-02 Tom Tromey <tromey@redhat.com>
5275
5276 PR gdb/13405:
5277 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
5278 read-only memory.
5279
5280 2012-02-02 Tom Tromey <tromey@redhat.com>
5281
5282 PR gdb/9307:
5283 * symtab.c (lookup_language_this): Set block_found.
5284
5285 2012-02-01 Tom Tromey <tromey@redhat.com>
5286
5287 PR gdb/13431:
5288 * jit.c (struct jit_inferior_data): Rewrite.
5289 (struct jit_objfile_data): New.
5290 (get_jit_objfile_data): New function.
5291 (add_objfile_entry): Update.
5292 (jit_read_descriptor): Return int. Replace descriptor_addr
5293 argument with inf_data. Update. Don't call error.
5294 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
5295 descriptor here.
5296 (jit_inferior_init): Don't look up descriptor. Don't call error.
5297 (jit_reset_inferior_data_and_breakpoints)
5298 (jit_inferior_created_observer): Remove.
5299 (jit_inferior_exit_hook): Update.
5300 (jit_executable_changed_observer): Remove.
5301 (jit_event_handler): Update.
5302 (free_objfile_data): Reset inferior data if needed.
5303 (_initialize_jit): Update.
5304
5305 2012-02-01 Tom Tromey <tromey@redhat.com>
5306
5307 * jit.c (bfd_open_from_target_memory): Move higher in file.
5308
5309 2012-02-01 Tristan Gingold <gingold@adacore.com>
5310
5311 * libunwind-frame.c (libunwind_load): Display message if dlopen
5312 failed.
5313
5314 2012-02-01 Gary Benson <gbenson@redhat.com>
5315
5316 * symtab.h (symbol_found_callback_ftype): New typedef.
5317 (iterate_over_symbols): Use the above.
5318 * symtab.c (iterate_over_symbols): Likewise.
5319 * language.h (language_defn->la_iterate_over_symbols): Likewise.
5320 * ada-lang.c (ada_iterate_over_symbols): Likewise.
5321 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
5322 (iterate_name_matcher): Document return values.
5323 (collect_one_symbol): Likewise.
5324 (collect_function_symbols): Likewise.
5325 (collect_symbols): Likewise.
5326
5327 2012-02-01 Tom Tromey <tromey@redhat.com>
5328
5329 * ada-lang.c (resolve_subexp): Update.
5330 (ada_lookup_symbol_list): Add 'full_search' argument.
5331 (ada_iterate_over_symbols): Pass 0 as full_search argument to
5332 ada_lookup_symbol_list.
5333 (ada_lookup_encoded_symbol): Update.
5334 (get_var_value): Update.
5335 * ada-exp.y (block_lookup): Update.
5336 (write_var_or_type): Update.
5337 (write_name_assoc): Update.
5338 * ada-lang.h (ada_lookup_symbol_list): Update.
5339
5340 2012-01-31 Tom Tromey <tromey@redhat.com>
5341
5342 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
5343 comment.
5344
5345 2012-01-31 Doug Evans <dje@google.com>
5346
5347 * symtab.h: Remove outdated comment.
5348 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
5349
5350 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
5351
5352 Fix build error in Darwin port.
5353 * i386-darwin-nat.c: Include i386-nat.h.
5354
5355 2012-01-30 Tom Tromey <tromey@redhat.com>
5356
5357 PR breakpoints/13568:
5358 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
5359 argument. Check for recursive includes.
5360 (dwarf_decode_macros): Create an include hash.
5361
5362 2012-01-30 Michael Eager <eager@eagercon.com>
5363
5364 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
5365 * ppc-linux-tdep.c: Include glibc-tdep.h.
5366 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5367 (powerpc_linux_in_plt_stub): New function.
5368 (powerpc_linux_in_dynsym_resolve_code): New function.
5369 (ppc_skip_trampoline_code): New function.
5370 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
5371 Use glibc_skip_solib_resolver.
5372
5373 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5374
5375 Code cleanup: Make 1440 bytes of data segment read-only.
5376 * arch-utils.c (endian_enum): Make it const char *const [].
5377 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
5378 Likewise.
5379 * breakpoint.c (always_inserted_enums): Likewise.
5380 * cli/cli-cmds.c (script_ext_enums): Likewise.
5381 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
5382 enumlist parameter const char *const *.
5383 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
5384 const char *const *.
5385 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
5386 parameter const char *const *.
5387 * cris-tdep.c (cris_modes): Make it const char *const [].
5388 * filesystem.c (target_file_system_kinds): Likewise.
5389 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
5390 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
5391 (can_use_displaced_stepping_enum, scheduler_enums)
5392 (exec_direction_names): Likewise.
5393 * language.c (_initialize_language): Make the type_or_range_names and
5394 case_sensitive_names variables const char *const [].
5395 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
5396 * python/python.c (python_excp_enums): Likewise.
5397 * remote.c (interrupt_sequence_modes): Likewise.
5398 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
5399 * serial.c (logbase_enums): Likewise.
5400 * sh-tdep.c (sh_cc_enum): Likewise.
5401 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
5402 Likewise.
5403 * symtab.c (multiple_symbols_modes): Likewise.
5404 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
5405 Likewise.
5406 * utils.c (internal_problem_modes): Likewise.
5407
5408 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5409
5410 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
5411 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
5412 result.
5413
5414 2012-01-27 Doug Evans <dje@google.com>
5415
5416 * configure.ac (with_python): Fix absolute path handling for win32.
5417 * configure: Regenerate.
5418
5419 2012-01-26 Doug Evans <dje@google.com>
5420
5421 * symtab.c: Whitespace cleanup, no code changes.
5422
5423 * symtab.c (lookup_symbol_in_language): Improve comment.
5424 (lookup_symbol_aux): Fix comment.
5425
5426 * psymtab.c (add_psymbol_to_list): Result is now "void".
5427 * psympriv.h (add_psymbol_to_list): Update.
5428
5429 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
5430
5431 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5432
5433 Do not open script filenames twice.
5434 * cli/cli-cmds.c (source_script_from_stream): Pass to
5435 source_python_script also STREAM.
5436 * python/py-auto-load.c (source_section_scripts): Pass to
5437 source_python_script_for_objfile also STREAM.
5438 (auto_load_objfile_script): Pass to source_python_script_for_objfile
5439 also INPUT.
5440 * python/python-internal.h (source_python_script_for_objfile): New
5441 parameter file, rename parameter file to filename.
5442 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
5443 instead if !_WIN32. Update the function comment.
5444 (source_python_script, source_python_script_for_objfile)
5445 (source_python_script): New parameter file, rename parameter file to
5446 filename. Pass FILENAME to python_run_simple_file.
5447 * python/python.h (source_python_script): New parameter file, rename
5448 parameter file to filename.
5449
5450 2012-01-26 Pedro Alves <palves@redhat.com>
5451
5452 * corelow.c (core_has_fake_pid): Delete.
5453 (core_close): Delete references to `core_has_fake_pid'.
5454 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
5455 (core_open): Delete references to `core_has_fake_pid'.
5456 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
5457 the removed global.
5458
5459 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5460
5461 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
5462 Remove language parameter from name_matcher. Adjust the comment.
5463 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
5464 Remove language parameter.
5465 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
5466 * linespec.c (iterate_name_matcher): Likewise.
5467 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
5468 name_matcher. Adjust call accordingly.
5469 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
5470 (maintenance_check_symtabs): Adjust type of parameter "fun".
5471 * psymtab.h (maintenance_check_symtabs): Likewise.
5472
5473 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5474
5475 * language.h (symbol_name_match_p_ftype): New typedef.
5476 (struct language_defn): Replace field la_symbol_name_compare
5477 by la_get_symbol_name_match_p.
5478 * ada-lang.c (ada_get_symbol_name_match_p): New function.
5479 (ada_language_defn): Use it.
5480 * linespec.c (struct symbol_matcher_data): New type.
5481 (iterate_name_matcher): Rewrite.
5482 (iterate_over_all_matching_symtabs): Pass a pointer to
5483 a symbol_matcher_data struct to expand_symtabs_matching
5484 instead of just the lookup name.
5485 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5486 opencl-lang.c, p-lang.c, language.c: Delete field
5487 la_symbol_name_compare, and replace by NULL for new field
5488 la_get_symbol_name_match_p.
5489 * symfile.h (struct quick_symbol_functions): Update comment.
5490
5491 2012-01-25 Tom Tromey <tromey@redhat.com>
5492
5493 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
5494 dereferencing.
5495
5496 2012-01-24 Tom Tromey <tromey@redhat.com>
5497
5498 PR symtab/12406:
5499 * solib.c (update_solib_list): Update the program space's
5500 added_solibs and deleted_solibs fields.
5501 * progspace.h (struct program_space) <added_solibs,
5502 deleted_solibs>: New fields.
5503 (clear_program_space_solib_cache): Declare.
5504 * progspace.c (release_program_space): Call
5505 clear_program_space_solib_cache.
5506 (clear_program_space_solib_cache): New function.
5507 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
5508 bpstat_stop_status. Use handle_solib_event.
5509 * breakpoint.c: Include gdb_regex.h.
5510 (print_solib_event): New function.
5511 (bpstat_print): Use print_solib_event.
5512 (bpstat_stop_status): Add special case for bp_shlib_event.
5513 (handle_solib_event): New function.
5514 (bpstat_what): Use handle_solib_event.
5515 (struct solib_catchpoint): New.
5516 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
5517 (breakpoint_hit_catch_solib, check_status_catch_solib)
5518 (print_it_catch_solib, print_one_catch_solib)
5519 (print_mention_catch_solib, print_recreate_catch_solib): New
5520 functions.
5521 (catch_solib_breakpoint_ops): New global.
5522 (catch_load_or_unload, catch_load_command_1)
5523 (catch_unload_command_1): New functions.
5524 (internal_bkpt_check_status): Add special case for
5525 bp_shlib_event.
5526 (internal_bkpt_print_it): Use print_solib_event.
5527 (initialize_breakpoint_ops): Initialize
5528 catch_solib_breakpoint_ops.
5529 (_initialize_breakpoint): Register "catch load" and "catch
5530 unload".
5531 * breakpoint.h (handle_solib_event): Declare.
5532 * NEWS: Add entry for "catch load" and "catch unload".
5533
5534 2012-01-24 Tom Tromey <tromey@redhat.com>
5535
5536 * ada-lang.c: Include gdb_vecs.h.
5537 * charset.c: Include gdb_vecs.h.
5538 * tracepoint.h: Include gdb_vecs.h.
5539 * gdb_vecs.h: New file.
5540
5541 2012-01-24 Pedro Alves <pedro@codesourcery.com>
5542
5543 * breakpoint.c (breakpoint_hit_catch_fork)
5544 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
5545 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
5546 * infrun.c (inferior_has_forked, inferior_has_vforked)
5547 (inferior_has_execd, inferior_has_called_syscall): Delete.
5548 (handle_syscall_event): Get syscall_number from the execution
5549 control state's wait status.
5550 (wait_for_inferior): Don't clear syscall_number.
5551
5552 2012-01-24 Pedro Alves <palves@redhat.com>
5553
5554 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
5555 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
5556 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
5557 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
5558 `ws' parameter.
5559 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
5560 false for events other than TARGET_SIGNAL_TRAP.
5561 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
5562 Add `ws' parameter.
5563 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
5564 events other than TARGET_SIGNAL_TRAP.
5565 (tracepoint_breakpoint_hit): Add `ws' parameter.
5566 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
5567 parameter.
5568 (bpstat_stop_status): Same.
5569 (pc_at_non_inline_function): Same.
5570 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
5571 to pass the current event's waitstatus to bpstat_stop_status
5572 and pc_at_non_inline_function.
5573
5574 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5575
5576 Code cleanup.
5577 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
5578 Update the function comment for it.
5579 (source_script_with_search): Call make_cleanup_fclose for STREAM.
5580 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
5581 for STREAM.
5582
5583 2012-01-24 Pedro Alves <palves@redhat.com>
5584
5585 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
5586 outside `bs->stop' block.
5587 (bpstat_what): Rework bp_shlib_event handling.
5588 (internal_bkpt_check_status): If the breakpoint is a
5589 bp_shlib_event, then set bs->stop and bs->print if
5590 stop_on_solib_events is set.
5591
5592 2012-01-24 Gary Benson <gbenson@redhat.com>
5593
5594 Delete #if 0'd out code.
5595 * stack.c (print_frame_label_vars): Remove.
5596 (catch_info): Likewise.
5597 (_initialize_stack): Remove "info catch" command.
5598 * NEWS: Mention the above.
5599
5600 2012-01-24 Pedro Alves <palves@redhat.com>
5601
5602 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
5603 it.
5604 (remote_notice_new_inferior): If the remote end doesn't support
5605 the multiprocess extensions, then the PID is fake.
5606 (add_current_inferior_and_thread): New.
5607 (remote_start_remote): Use it.
5608 (extended_remote_attach_1): Adjust.
5609 (extended_remote_create_inferior_1): Use
5610 add_current_inferior_and_thread.
5611
5612 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 Fix watchpoints to be specific for each inferior.
5615 * breakpoint.c (watchpoint_in_thread_scope): Verify also
5616 current_program_space.
5617 * i386-nat.c (i386_inferior_data_cleanup): New.
5618 (i386_inferior_data_get): Replace variable inf_data_local by an
5619 inferior_data call.
5620 (i386_use_watchpoints): Initialize i386_inferior_data.
5621 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
5622 specific iterate_over_lwps.
5623
5624 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5625
5626 Fix watchpoints across inferior fork.
5627 * amd64-linux-nat.c (update_debug_registers_callback): Update the
5628 comment for linux_nat_iterate_watchpoint_lwps.
5629 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
5630 linux_nat_iterate_watchpoint_lwps.
5631 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
5632 * i386-linux-nat.c (update_debug_registers_callback): Update the
5633 comment for linux_nat_iterate_watchpoint_lwps.
5634 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
5635 linux_nat_iterate_watchpoint_lwps.
5636 (i386_linux_prepare_to_resume): New comment on Linux kernel.
5637 * i386-nat.c: Include inferior.h.
5638 (dr_mirror): Remove.
5639 (i386_inferior_data, struct i386_inferior_data)
5640 (i386_inferior_data_get): New.
5641 (i386_debug_reg_state): Use i386_inferior_data_get.
5642 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
5643 (i386_insert_watchpoint, i386_remove_watchpoint)
5644 (i386_stopped_data_address, i386_insert_hw_breakpoint)
5645 (i386_remove_hw_breakpoint): New variable state, use
5646 i386_debug_reg_state instead of DR_MIRROR.
5647 * linux-nat.c (delete_lwp): New declaration.
5648 (num_lwps): Move here from downwards.
5649 (delete_lwp_cleanup): New.
5650 (linux_child_follow_fork): Create new child_lp, call
5651 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
5652 PTRACE_DETACH.
5653 (num_lwps): Move upwards.
5654 (linux_nat_iterate_watchpoint_lwps): New.
5655 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
5656 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
5657
5658 2012-01-24 Joel Brobecker <brobecker@adacore.com>
5659
5660 GDB 7.4 released.
5661
5662 2012-01-23 Pedro Alves <palves@redhat.com>
5663
5664 * top.c (caution): Rename to ...
5665 (confirm): ... this.
5666 (show_caution): Rename to ...
5667 (show_confirm): ... this.
5668 (quit_cover): Adjust.
5669 (init_main): Adjust.
5670 * top.h (caution): Rename to ...
5671 (confirm): ... this.
5672 * utils.c (internal_vproblem, defaulted_query): Adjust.
5673
5674 2012-01-23 Pedro Alves <palves@redhat.com>
5675
5676 * top.c (caution): Update comment.
5677 (execute_command): Don't consider the current value of `caution'.
5678
5679 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5680
5681 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
5682
5683 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
5684
5685 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
5686 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
5687 * target.c (target_fileio_pwrite): Remove buffer address from
5688 debug output.
5689 (target_fileio_pread): Likewise.
5690
5691 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5692
5693 * NEWS: Document remote "info proc" and "generate-core-file".
5694
5695 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5696
5697 * gdbarch.sh (find_memory_regions): New callback.
5698 * gdbarch.c, gdbarch.h: Regenerate.
5699
5700 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
5701 callback before falling back to target method.
5702
5703 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
5704 (linux_target_install_ops): No longer install it.
5705
5706 * linux-tdep.c (linux_find_memory_regions): New function.
5707 (linux_init_abi): Install it.
5708
5709 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5710
5711 * gdbarch.sh (make_corefile_notes): New architecture callback.
5712 * gdbarch.c: Regenerate.
5713 * gdbarch.h: Likewise.
5714
5715 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
5716 before target_make_corefile_notes. If NULL is returned, the
5717 target does not support core file generation.
5718
5719 * linux-nat.c: Include "linux-tdep.h".
5720 (find_signalled_thread, find_stop_signal): Remove.
5721 (linux_nat_do_thread_registers): Likewise.
5722 (struct linux_nat_corefile_thread_data): Likewise.
5723 (linux_nat_corefile_thread_callback): Likewise.
5724 (iterate_over_spus): Likewise.
5725 (struct linux_spu_corefile_data): Likewise.
5726 (linux_spu_corefile_callback): Likewise.
5727 (linux_spu_make_corefile_notes): Likewise.
5728 (linux_nat_collect_thread_registers): New function.
5729 (linux_nat_make_corefile_notes): Replace contents by call to
5730 linux_make_corefile_notes passing linux_nat_collect_thread_registers
5731 as native-only callback.
5732
5733 * linux-tdep.h: Include "bfd.h".
5734 (struct regcache): Add forward declaration.
5735 (linux_collect_thread_registers_ftype): New typedef.
5736 (linux_make_corefile_notes): Add prototype.
5737 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
5738 "regset.h", and "elf-bfd.h".
5739 (find_signalled_thread, find_stop_signal): New functions.
5740 (linux_spu_make_corefile_notes): Likewise.
5741 (linux_collect_thread_registers): Likewise.
5742 (struct linux_corefile_thread_data): New data structure.
5743 (linux_corefile_thread_callback): New funcion.
5744 (linux_make_corefile_notes): Likewise.
5745 (linux_make_corefile_notes_1): Likewise.
5746 (linux_init_abi): Install it.
5747
5748 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5749
5750 * gdbarch.sh (info_proc): New callback.
5751 * gdbarch.c, gdbarch.h: Regenerate.
5752
5753 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
5754 before falling back to the target info_proc callback.
5755
5756 * linux-nat.c: Do not include "cli/cli-utils.h".
5757 (linux_nat_info_proc): Remove.
5758 (linux_target_install_ops): No longer install it.
5759
5760 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
5761 (read_mapping): New function.
5762 (linux_info_proc): Likewise.
5763 (linux_init_abi): Install it.
5764
5765 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5766
5767 * defs.h (enum info_proc_what): Moved here from linux-nat.c
5768 * infcmd.c: (info_proc_cmd_1): New function.
5769 (info_proc_cmd): New function, moved here from equivalent routine
5770 orignally in linux-nat.c.
5771 (info_proc_cmd_mappings): Likewise.
5772 (info_proc_cmd_stat): Likewise.
5773 (info_proc_cmd_status): Likewise.
5774 (info_proc_cmd_cwd): Likewise.
5775 (info_proc_cmd_cmdline): Likewise.
5776 (info_proc_cmd_exe): Likewise.
5777 (info_proc_cmd_all): Likewise.
5778 (_initialize_infcmd): Install "info proc" command and subcommands.
5779
5780 * target.h (struct target_ops): Add to_info_proc.
5781 (target_info_proc): Add prototype.
5782 * target.c (target_info_proc): New function.
5783
5784 * procfs.c (procfs_info_proc): Add prototype.
5785 (info_proc_cmd): Rename into ...
5786 (procfs_info_proc): ... this. Update argument types as appropriate
5787 for a to_info_proc implementation. Handle "what" argument.
5788 (procfs_target): Install procfs_info_proc.
5789 (_initialize_procfs): No longer install "info proc" command.
5790
5791 * linux-nat.c: (enum info_proc_what): Remove.
5792 (linux_nat_info_proc_cmd_1): Rename into ...
5793 (linux_nat_info_proc): ... this. Update argument types as appropriate
5794 for a to_info_proc implementation.
5795 (linux_nat_info_proc_cmd): Remove.
5796 (linux_nat_info_proc_cmd_mappings): Likewise.
5797 (linux_nat_info_proc_cmd_stat): Likewise.
5798 (linux_nat_info_proc_cmd_status): Likewise.
5799 (linux_nat_info_proc_cmd_cwd): Likewise.
5800 (linux_nat_info_proc_cmd_cmdline): Likewise.
5801 (linux_nat_info_proc_cmd_exe): Likewise.
5802 (linux_nat_info_proc_cmd_all): Likewise.
5803 (linux_target_install_ops): Install linux_nat_info_proc.
5804 (_initialize_linux_nat): No longer install "info proc" command
5805 and subcommands.
5806
5807 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
5808
5809 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
5810 * config.in, configure: Regenerate.
5811
5812 * target.h (struct target_ops): Add to_fileio_readlink.
5813 (target_fileio_readlink): Add prototype.
5814 * target.c (target_fileio_readlink): New function.
5815
5816 * inf-child.c: Conditionally include <sys/param.h>.
5817 (inf_child_fileio_readlink): New function.
5818 (inf_child_target): Install it.
5819
5820 * remote.c (PACKET_vFile_readlink): New enum value.
5821 (remote_hostio_readlink): New function.
5822 (init_remote_ops): Install it.
5823 (_initialize_remote): Handle vFile:readlink packet type.
5824
5825 2012-01-20 Pedro Alves <palves@redhat.com>
5826 Ulrich Weigand <ulrich.weigand@linaro.org>
5827
5828 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
5829 * config.in, configure: Regenerate.
5830
5831 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
5832 to_fileio_pread, to_fileio_close, to_fileio_unlink.
5833 (target_fileio_open): Add prototype.
5834 (target_fileio_pwrite): Likewise.
5835 (target_fileio_pread): Likewise.
5836 (target_fileio_close): Likewise.
5837 (target_fileio_unlink): Likewise.
5838 (target_fileio_read_alloc): Likewise.
5839 (target_fileio_read_stralloc): Likewise.
5840
5841 * target.c: Include "gdb/fileio.h".
5842 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
5843 (default_fileio_target): New function.
5844 (target_fileio_open): Likewise.
5845 (target_fileio_pwrite): Likewise.
5846 (target_fileio_pread): Likewise.
5847 (target_fileio_close): Likewise.
5848 (target_fileio_unlink): Likewise.
5849 (target_fileio_close_cleanup): Likewise.
5850 (target_fileio_read_alloc_1): Likewise.
5851 (target_fileio_read_alloc): Likewise.
5852 (target_fileio_read_stralloc): Likewise.
5853
5854 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
5855 <fcntl.h>, and <unistd.h>.
5856 (inf_child_fileio_open_flags_to_host): New function.
5857 (inf_child_errno_to_fileio_error): Likewise.
5858 (inf_child_fileio_open): Likewise.
5859 (inf_child_fileio_pwrite): Likewise.
5860 (inf_child_fileio_pread): Likewise.
5861 (inf_child_fileio_close): Likewise.
5862 (inf_child_fileio_unlink): Likewise.
5863 (inf_child_target): Install to_fileio routines.
5864
5865 * remote.c (init_remote_ops): Install to_fileio routines.
5866
5867 2012-01-20 Pedro Alves <palves@redhat.com>
5868 Ulrich Weigand <ulrich.weigand@linaro.org>
5869
5870 * remote.c (remote_multi_process_p): Only check for multi-process
5871 protocol feature, do not check for extended protocol.
5872 (remote_supports_multi_process): Check for extended protocol here.
5873 (set_general_process): Likewise.
5874 (extended_remote_kill): Likewise.
5875 (remote_pid_to_str): Likewise.
5876 (remote_query_supported): Always query multiprocess mode.
5877
5878 2012-01-20 Pedro Alves <palves@redhat.com>
5879 Ulrich Weigand <ulrich.weigand@linaro.org>
5880
5881 * inferior.h (struct inferior): Add fake_pid_p.
5882 * inferior.c (exit_inferior_1): Clear fake_pid_p.
5883 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
5884 magic_null_ptid since the remote side doesn't provide a real PID.
5885
5886 2012-01-19 Tom Tromey <tromey@redhat.com>
5887
5888 * NEWS: Combine the two Python sections.
5889
5890 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5891
5892 * target.h (target_close): Update comment on the target's unpush state.
5893
5894 2012-01-19 Pedro Alves <palves@redhat.com>
5895
5896 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
5897 linux_nat_async directly instead of going through the target
5898 vector.
5899 * target.c (unpush_target): Close target after unpushing it, not
5900 before.
5901
5902 2012-01-19 Gary Benson <gbenson@redhat.com>
5903
5904 * mdebugread.c (sort_blocks): Replace integer constants with ones
5905 derived from FIRST_LOCAL_BLOCK.
5906
5907 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5908 Jan Kratochvil <jan.kratochvil@redhat.com>
5909
5910 PR gdb/9538
5911 * symfile.c (find_separate_debug_file): New function.
5912 (terminate_after_last_dir_separator): Likewise.
5913 (find_separate_debug_file_by_debuglink): Also try realpath.
5914 * configure.ac (AC_CHECK_FUNCS): Add lstat.
5915 * configure: Regenerate.
5916 * config.in: Regenerate.
5917
5918 2012-01-18 Doug Evans <dje@google.com>
5919
5920 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
5921 (main.o): Remove rule.
5922 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
5923 (--with-sysroot): Rewrite.
5924 * configure: Regenerate.
5925 * config.in: Regenerate.
5926
5927 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
5928
5929 * parse.c (initialize_expout): New function.
5930 (reallocate_expout): Likewise.
5931 (parse_exp_in_context): Use `initialize_expout' and
5932 `reallocate_expout' when appropriate.
5933
5934 2012-01-18 Pedro Alves <palves@redhat.com>
5935
5936 * record.c (struct record_breakpoint, record_breakpoint_p)
5937 (record_breakpoints): New.
5938 (record_insert_breakpoint, record_remove_breakpoint): Manage
5939 record breakpoints list. Only remove breakpoints from the
5940 inferior if they had been inserted there in the first place.
5941
5942 2012-01-17 Doug Evans <dje@google.com>
5943
5944 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
5945 if we know we don't have a file name to look for.
5946
5947 2012-01-17 Pedro Alves <palves@redhat.com>
5948
5949 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
5950 the frame's stop reason is UNWIND_UNAVAILABLE.
5951
5952 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5953
5954 Fix compilation error.
5955 * m2-exp.y (yyerror): Use ANSI C prototype.
5956
5957 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
5958
5959 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
5960 (growbuf_by_size): Likewise.
5961 (yyerror): Likewise.
5962 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
5963 (modblock): Remove variable (was #if 0'ed).
5964 (parse_number): Convert prototype from K&R to ANSI C.
5965 (yyerror): Likewise.
5966 * objc-exp.y (parse_number): Likewise.
5967 (yyerror): Likewise.
5968 (yylex): Remove #if 0'ed code.
5969 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
5970 (yyerror): Likewise.
5971
5972 2012-01-16 Tom Tromey <tromey@redhat.com>
5973
5974 * NEWS: Add item.
5975 * symtab.h (compare_filenames_for_search): Declare.
5976 * symtab.c (compare_filenames_for_search): New function.
5977 (iterate_over_some_symtabs): Use it.
5978 * symfile.h (struct quick_symbol_functions)
5979 <map_symtabs_matching_filename>: Change spec.
5980 * psymtab.c (partial_map_symtabs_matching_filename): Use
5981 compare_filenames_for_search. Update for new spec.
5982 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
5983 compare_filenames_for_search. Update for new spec.
5984 * breakpoint.c (clear_command): Use compare_filenames_for_search.
5985
5986 2012-01-16 Tom Tromey <tromey@redhat.com>
5987
5988 PR python/13281:
5989 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
5990 (struct main_type) <flag_flag_enum>: New field.
5991 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
5992 * NEWS: Add entries.
5993 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
5994 enums.
5995 * python/lib/gdb/printing.py (_EnumInstance): New class.
5996 (FlagEnumerationPrinter): Likewise.
5997
5998 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
5999
6000 * breakpoint.c (create_sals_from_address_default): New function.
6001 (create_breakpoints_sal_default): Likewise.
6002 (decode_linespec_default): Likewise.
6003 (is_marker_spec): Removed.
6004 (strace_marker_p): New function.
6005 (init_breakpoint_sal): Using `strace_marker_p' instead of
6006 `is_marker_spec'.
6007 (create_breakpoint): Call method `create_sals_from_address' from
6008 breakpoint_ops, replacing code that created SALs conditionally
6009 on the type of the breakpoint. Call method `create_breakpoints_sal',
6010 replacing code that created breakpoints conditionally on the type
6011 wanted.
6012 (base_breakpoint_create_sals_from_address): New function.
6013 (base_breakpoint_create_breakpoints_sal): Likewise.
6014 (base_breakpoint_decode_linespec): Likewise.
6015 (base_breakpoint_ops): Add methods
6016 `base_breakpoint_create_sals_from_address',
6017 `base_breakpoint_create_breakpoints_sal' and
6018 `base_breakpoint_decode_linespec'.
6019 (bkpt_create_sals_from_address): New function.
6020 (bkpt_create_breakpoints_sal): Likewise.
6021 (bkpt_decode_linespec): Likewise.
6022 (tracepoint_create_sals_from_address): Likewise.
6023 (tracepoint_create_breakpoints_sal): Likewise.
6024 (tracepoint_decode_linespec): Likewise.
6025 (strace_marker_create_sals_from_address): Likewise.
6026 (strace_marker_create_breakpoints_sal): Likewise.
6027 (strace_marker_decode_linespec): Likewise.
6028 (strace_marker_breakpoint_ops): New variable.
6029 (addr_string_to_sals): Remove `marker_spec'. Call method
6030 `decode_linespec' from breakpoint_ops, replacing code that decoded
6031 an address string into a SAL. Use `strace_marker_p' instead of
6032 `marker_spec'.
6033 (strace_command): Decide whether we are dealing with a static
6034 tracepoint with marker or not. Use the appropriate breakpoint_ops.
6035 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
6036 * breakpoint.h (linespec_result, linespec_sals): New forward
6037 declarations.
6038 (breakpoint_ops) <create_sals_from_address>,
6039 <create_breakpoints_sal>, <decode_linespec>: New methods.
6040
6041 2012-01-14 Doug Evans <dje@google.com>
6042
6043 * NEWS: Update text for "maint set python print-stack".
6044 It is deprecated in gdb 7.4 and deleted in 7.5.
6045
6046 2012-01-13 Eli Zaretskii <eliz@gnu.org>
6047
6048 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
6049 including curses.h.
6050
6051 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6052
6053 * configure: Regenerate.
6054 * config.in: Regenerate.
6055
6056 2012-01-12 Keith Seitz <keiths@redhat.com>
6057
6058 PR mi/10586
6059 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
6060 (ANONYMOUS_UNION_NAME): Define.
6061 (is_path_expr_parent): New function.
6062 (get_path_expr_parent): New function.
6063 (is_anonymous_child): New function.
6064 (create_child_with_value): If the child is anonymous and without
6065 a name, assign an object name to it.
6066 (c_describe_child): Use get_path_expr_parent to determine
6067 the parent expression.
6068 If there field represents an anonymous struct or union and
6069 has no name, set an appropriate display name and expression.
6070 (cplus_describe_child): Likewise.
6071
6072 2012-01-12 Pedro Alves <palves@redhat.com>
6073
6074 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
6075 available when %ebp is found to be zero (outermost).
6076
6077 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
6078
6079 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
6080 an internal gdb_static_assert.
6081 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
6082
6083 2012-01-11 Tom Tromey <tromey@redhat.com>
6084
6085 PR gdb/9598:
6086 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
6087 catch" and "catch throw".
6088
6089 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6090
6091 * blockframe.c (block_innermost_frame): Start search from selected
6092 frame, if present, or otherwise the current frame.
6093
6094 * c-exp.y (variable): Update innermost_block for
6095 'block COLONCOLON NAME' clause.
6096 * m2-exp.y (variable): Ditto.
6097 * objc-exp.y (variable): Ditto.
6098
6099 2012-01-10 Tom Tromey <tromey@redhat.com>
6100
6101 PR python/13199:
6102 * python/python.c (finish_python_initialization): Set sys.argv.
6103
6104 2012-01-10 Doug Evans <dje@google.com>
6105
6106 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
6107 "want_line_info". All callers updated.
6108 (dwarf_decode_lines_1): New function.
6109 (handle_DW_AT_stmt_list): Add function comment.
6110 New arg "want_line_info". All callers updated.
6111 (read_file_scope,read_type_unit_scope): Move comment from
6112 handle_DW_AT_stmt_list to here.
6113
6114 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 Fix regression after libiberty/ update for GCC PR 6057 and others.
6117 * c-exp.y (operator) <OPERATOR DELETE>
6118 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6119 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
6120 (make_builtin_type, make_name): New variable i, add gdb_assert.
6121 (operator) <OPERATOR NEW>: Update ARGS to 3.
6122 (operator) <OPERATOR DELETE>: Add trailing space.
6123 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
6124 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6125 * cp-support.c (cp_canonicalize_string): Check NULL from
6126 cp_comp_to_string, call warning and return.
6127
6128 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 Fix duplicate .o files after omitting libbfd.a.
6131 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
6132 (SFILES): Add corelow.c.
6133 (COMMON_OBS): Add corelow.o.
6134 (ALLDEPFILES): Remove corelow.c.
6135 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
6136 * config/alpha/alpha-osf3.mh: Likewise.
6137 * config/alpha/fbsd.mh: Likewise.
6138 * config/arm/nbsdaout.mh: Likewise.
6139 * config/arm/nbsdelf.mh: Likewise.
6140 * config/i386/i386gnu.mh: Likewise.
6141 * config/ia64/hpux.mh: Likewise.
6142 * config/ia64/linux.mh: Likewise.
6143 * config/m32r/linux.mh: Likewise.
6144 * config/m68k/linux.mh: Likewise.
6145 * config/mips/irix5.mh: Likewise.
6146 * config/mips/irix6.mh: Likewise.
6147 * config/pa/hpux.mh: Likewise.
6148 * config/pa/linux.mh: Likewise.
6149 * config/powerpc/aix.mh: Likewise.
6150 * config/sparc/linux.mh: Likewise.
6151 * config/sparc/linux64.mh: Likewise.
6152 * config/sparc/sol2.mh: Likewise.
6153 * config/vax/vax.mh: Likewise.
6154 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
6155 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
6156 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
6157 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
6158 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
6159 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
6160 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
6161 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
6162 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
6163 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
6164 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
6165 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
6166 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6167 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
6168 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
6169 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6170 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
6171 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
6172 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
6173 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
6174 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
6175 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
6176 corelow.o from gdb_target_obs.
6177 * corefile.c (core_target): Update the comment on NULL value.
6178 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
6179 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
6180 MATCHES. Drop YUMMY set on NULL.
6181 (core_close): Do not call exit_inferior_silent on zero PID. Do not
6182 reclaim CORE_DATA if it is already NULL.
6183
6184 2012-01-09 Doug Evans <dje@google.com>
6185
6186 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
6187 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
6188
6189 2012-01-09 Keith Seitz <keiths@redhat.com>
6190
6191 * breakpoint.c (wrapper.h): Don't include.
6192
6193 2012-01-09 Keith Seitz <keiths@redhat.com>
6194
6195 * Makefile.in (SFILES): Remove wrapper.c.
6196 (HFILES_NO_SRCDIR): Remove wrapper.h.
6197 (COMMON_OBS): Remove wrapper.o.
6198 * cli/cli-interp.c: Don't inlude wrapper.h.
6199 * corelow.c: Likewise.
6200 (core_open): Replace gdb_target_find_new_threads with
6201 TRY_CATCH around target_find_new_threads.
6202 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
6203 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
6204 * varobj.c (varobj_create): Likewise for parse_exp_1 and
6205 evaluate_expression.
6206 (varobj_set_value): Likewise for evaluate_expression and
6207 value_assign.
6208 (install_new_variable): Likewise for value_fetch_lazy.
6209 (adjust_value_for_child_access): Likewise for value_ind.
6210 (c_describe_child): Likewise for value_subscript and
6211 value_ind.
6212 (c_value_of_root): Likewise for evaluate_expression.
6213 * wrapper.c: Remove.
6214 * wrapper.h: Remove.
6215
6216 2012-01-09 Doug Evans <dje@google.com>
6217
6218 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
6219 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
6220 "abfd" args with "section". All callers updated.
6221 Error checking code moved ...
6222 (error_check_comp_unit_head): ... here. New function.
6223 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
6224 Delete arg "abfd". New arg "type_offset". All callers updated.
6225 (create_debug_types_hash_table): Simplify by using
6226 read_and_check_type_unit_head.
6227
6228 * parser-defs.h (namecopy): Delete.
6229 * parse.c (namecopy, namecopy_size): Move into copy_name.
6230
6231 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 Partially fix duplicate .o files after omitting libbfd.a.
6234 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
6235 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6236 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
6237 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6238 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
6239 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
6240 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6241
6242 2012-01-09 Pedro Alves <palves@redhat.com>
6243
6244 * MAINTAINERS: Update my email address.
6245
6246 2012-01-08 Doug Evans <dje@google.com>
6247
6248 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
6249 n_type_units. Rename type_comp_units to all_type_units.
6250 All uses updated.
6251 (add_signatured_type_cu_to_table): Renamed from
6252 add_signatured_type_cu_to_list. All callers updated.
6253
6254 * gdbtypes.h (struct cplus_struct_type): Delete member
6255 nfn_fields_total. All uses removed.
6256
6257 2012-01-06 Doug Evans <dje@google.com>
6258
6259 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
6260 to top of file.
6261 (dwarf2_find_comp_unit): Delete.
6262 (process_psymtab_comp_unit): Make result "void".
6263 Delete args buffer, info_ptr, buffer_size, and replace with
6264 "section". All callers updated.
6265 (dwarf2_build_psymtabs_hard): Simplify.
6266
6267 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
6268 Thiago Jung Bauermann <bauerman@br.ibm.com>
6269
6270 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
6271 before `struct gdb_exception'.
6272 * breakpoint.c (update_global_location_list_nothrow)
6273 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
6274 * cp-abi.c (value_rtti_type): Likewise.
6275 * cp-support.c (cp_validate_operator): Likewise.
6276 * infrun.c (insert_exception_resume_breakpoint)
6277 (check_exception_resume, keep_going): Likewise.
6278 * mi-interp.c (mi_breakpoint_created)
6279 (mi_breakpoint_modified): Likewise.
6280 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
6281 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
6282 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
6283
6284 2012-01-05 Doug Evans <dje@google.com>
6285
6286 * dwarf2read.c (statement_prologue): Delete, unused.
6287
6288 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
6289 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
6290
6291 * dwarf2read.c (comp_unit_header): Delete, unused.
6292
6293 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
6294
6295 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
6296 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
6297
6298 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
6299
6300 * infrun.c (normal_stop): Don't skip calling the normal_stop
6301 observers if the thread was doing a multi-step, but stopped for
6302 some reason other than stepping.
6303
6304 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6305
6306 * cli/cli-decode.h: Add comments.
6307 (CMD_LIST_AMBIGUOUS): Moved to command.h
6308 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
6309 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
6310 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
6311 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
6312 (add_com, add_com_alias, add_info, add_info_alias)
6313 (complete_on_cmdlist, complete_on_enum, help_list): Remove
6314 declarations.
6315 * command.h: Add and adjust comments.
6316 (CMD_LIST_AMBIGUOUS): Moved here.
6317 (help_cmd, help_cmd_list): Delete declarations.
6318
6319 2012-01-04 Doug Evans <dje@google.com>
6320
6321 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
6322 All callers updated.
6323 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
6324 Replace all arguments with "per_cu". All callers updated.
6325
6326 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
6327
6328 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
6329 New arg "per_cu". All callers updated.
6330
6331 Delete #if 0'd out code.
6332 * language.c (binop_result_type): Delete.
6333 (simple_type, ordered_type, same_type, integral_type): Delete.
6334 (numeric_type, character_type, string_type, boolean_type): Delete.
6335 (float_type, structured_type): Delete.
6336 * language.h: Update.
6337
6338 2012-01-04 Tom Tromey <tromey@redhat.com>
6339
6340 * python/py-value.c (valpy_binop): Initialize 'res_val'.
6341
6342 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6343
6344 * corefile.c (close_exec_file): Delete.
6345 (reopen_exec_file): Remove commented out code that seems related
6346 to close_exec_file, which is being deleted here.
6347 * inferior.h (close_exec_file): Delete.
6348 * fork-child.c (fork_inferior): Remove call to fork_inferior.
6349
6350 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6351
6352 * ada-lang.c: #include "cli/cli-utils.h".
6353 (get_selections): Use skip_spaces.
6354 (ada_get_next_arg): Use skip_spaces and skip_to_space.
6355 (catch_ada_exception_command_split): Use skip_spaces.
6356 (ada_decode_assert_location): Likewise.
6357
6358 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6359
6360 * linespec.c (decode_line_internal): Check for C++ or Java
6361 compound constructs only if the current language is C, C++
6362 or Java.
6363
6364 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 Revert:
6367 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6368 Joel Brobecker <brobecker@adacore.com>
6369 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6370 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6371 3 times.
6372 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6373 fall through into AT_ENTRY_POINT.
6374 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6375 DUMMY_ADDR with it.
6376 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6377 PPC_INSN_SIZE skip to 3 times.
6378
6379 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6380
6381 * linespec.c (add_minsym): Preserve function descriptors.
6382
6383 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6384
6385 * breakpoint.c (all_locations_are_pending): Consider locations
6386 in program spaces executing during startup pending as well.
6387
6388 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6389
6390 Copyright year update in most files of the GDB Project.
6391
6392 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6393
6394 * copyright.sh: Delete.
6395 * copyright.py: Rewrite.
6396
6397 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6398
6399 * gnulib/extra/update-copyright: New file, imported from gnulib.
6400
6401 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6402
6403 * README (Copyright and License Notices): New section.
6404
6405 2012-01-03 Tom Tromey <tromey@redhat.com>
6406
6407 PR python/12533:
6408 * python/py-value.c (valpy_dereference, valpy_get_address
6409 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6410 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
6411 (valpy_absolute, valpy_richcompare): Free intermediate values.
6412
6413 2011-01-03 Joel Brobecker <brobecker@adacore.com>
6414
6415 * ada-lang.c: Reformat the copyright notice.
6416
6417 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6418
6419 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
6420 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
6421 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
6422 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
6423 Revert this part of:
6424 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6425 Build gdb directly from *.o files not using libgdb.a.
6426 * Makefile.in (COMMON_OBS): Remove solib-target.o.
6427
6428 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6429
6430 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
6431 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
6432 Reformat the copyright header.
6433
6434 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6435
6436 Revert this part of:
6437 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6438 Remove the gdbtui binary.
6439 * gdb.c (main): Remove args.interpreter_p initialization.
6440 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6441 * main.h (struct captured_main_args): Remove interpreter_p.
6442
6443 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6444
6445 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
6446
6447 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6448
6449 * top.c (print_gdb_version): Update copyright year.
6450
6451 2012-01-02 Yao Qi <yao@codesourcery.com>
6452
6453 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
6454
6455 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6456 Joel Brobecker <brobecker@adacore.com>
6457
6458 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6459 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6460 3 times.
6461 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6462 fall through into AT_ENTRY_POINT.
6463 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6464 DUMMY_ADDR with it.
6465 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6466 PPC_INSN_SIZE skip to 3 times.
6467
6468 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6469
6470 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
6471 the return value.
6472 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
6473
6474 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6475
6476 Build gdb directly from *.o files not using libgdb.a.
6477 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
6478 (COMMON_OBS): Remove solib-target.o.
6479 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
6480 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
6481 (LIBGDB_OBS, libgdb.a): Move it above.
6482 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
6483 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
6484 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
6485 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
6486 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
6487 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
6488 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
6489 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
6490 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
6491 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
6492 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
6493 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
6494 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
6495 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
6496 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6497 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
6498 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
6499 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6500 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
6501 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
6502 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
6503 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
6504 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
6505 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
6506 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
6507 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
6508 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
6509
6510 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6511
6512 Remove the gdbtui binary.
6513 * .gitignore (/gdbtui): Remove.
6514 * Makefile.in (TUI): Remove.
6515 (SUBDIR_TUI_OBS): Remove tui-main.o.
6516 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
6517 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
6518 (tui-main.o): Remove.
6519 (all_object_files): Remove tui-main.o.
6520 * NEWS: New note for the gdbtui removal.
6521 * configure: Rebuilt.
6522 * configure.ac: No longer add all-tui, clean-tui, install-tui and
6523 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
6524 CONFIG_UNINSTALL respectively.
6525 * gdb.c (main): Remove args.interpreter_p initialization.
6526 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6527 * main.h (struct captured_main_args): Remove interpreter_p.
6528 * tui/tui-main.c: Remove.
6529
6530 2012-01-01 Doug Evans <dje@google.com>
6531
6532 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
6533 (dwarf2_physname, read_import_statement): Ditto.
6534 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
6535 (process_structure_scope read_subroutine_type): Ditto.
6536 (read_typedef, load_partial_dies, read_partial_die): Ditto.
6537 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
6538 (dwarf2_fetch_die_location_block): Ditto.
6539 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
6540
6541 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
6542 All callers updated.
6543 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
6544 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
6545 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
6546
6547 * dwarf2read.c (load_cu): Move assert to more useful location.
6548
6549 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
6550 All callers updated.
6551
6552 * dwarf2read.c (dwarf2_per_objfile): Add comment.
6553 (dwarf2_elf_names): Minor reformat.
6554 (dwarf2_per_cu_data): Tweak comment.
6555 (dwarf2_read_section): Fix comment.
6556 (create_all_comp_units): Fix comment.
6557 (load_full_comp_unit): Fix comment.
6558 (process_full_comp_unit): Fix comment.
6559 (read_signatured_type): Fix comment.
6560
6561 For older changes see ChangeLog-2011.
6562 \f
6563 Local Variables:
6564 mode: change-log
6565 left-margin: 8
6566 fill-column: 74
6567 version-control: never
6568 coding: utf-8
6569 End:
This page took 0.198712 seconds and 4 git commands to generate.