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