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