*** empty log message ***
[binutils-gdb.git] / gdb / ChangeLog
1 2010-07-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
2
3 * NEWS: Mention support for the new ptrace interface and hardware
4 accelerated watchpoint conditions on powerpc-linux.
5
6 2010-07-16 Ozkan Sezer <sezeroz@gmail.com>
7
8 * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
9 long and %ld, use core_addr_to_string() and %s to print CORE_ADDR vars
10 and host_address_to_string() and %s for pointers.
11 (debug_to_remove_breakpoint): Likewise.
12 (debug_to_region_ok_for_hw_watchpoint): Likewise.
13 (debug_to_can_accel_watchpoint_condition): Likewise.
14 (debug_to_stopped_data_address): Likewise.
15 (debug_to_watchpoint_addr_within_range): Likewise.
16 (debug_to_insert_hw_breakpoint): Likewise.
17 (debug_to_remove_hw_breakpoint): Likewise.
18 (debug_to_insert_watchpoint): Likewise.
19 (debug_to_remove_watchpoint): Likewise.
20
21 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
22
23 * symtab.h (symbol_set_demangled_name): Now takes an optional objfile*
24 argument.
25 (cplus_specific): New struct.
26 * symtab.c (symbol_set_demangled_name): Updated.
27 Use cplus_specific for cplus symbols.
28 (symbol_get_demangled_name): Retrive the name from the cplus_specific
29 struct for cplus symbols.
30 (symbol_init_language_specific): Set cplus_specific for cplus symbols.
31 (symbol_set_names): Pass objfile to symbol_set_demangled_name.
32 * symtab.c (symbol_init_cplus_specific): New function.
33
34 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
35
36 * symtab.h (symbol_set_demangled_name): New function.
37 (symbol_get_demangled_name): New function.
38 * symtab.c (symbol_set_demangled_name): New function.
39 (symbol_get_demangled_name): New function.
40 (symbol_init_language_specific): Use demangled_name setter and getter.
41 (symbol_set_names): Ditto.
42 (symbol_natural_name): Ditto.
43 (symbol_demangled_name): Ditto.
44 * dwarf2read.c (new_symbol): Ditto.
45
46 2010-07-16 Sami Wagiaalla <swagiaal@redhat.com>
47
48 * symtab.h: Renamed cplus_specific to mangled_lang.
49 * symtab.c (symbol_init_language_specific): Updated.
50 (symbol_set_names): Updated.
51 (symbol_natural_name): Updated.
52 (symbol_demangled_name): Updated.
53 * ada-lang.c (ada_decode_symbol): Updated.
54 * dwarf2read.c (new_symbol): Updated.
55
56 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
57
58 * valops.c (value_assign): Do not call to value_coerce_to_target.
59 (value_must_coerce_to_target): Return 0 in case of TYPE_VECTOR.
60
61 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
62
63 * MAINTAINERS: Add myself for write after approval privileges.
64
65 2010-07-13 Emmanuel Thomé <Emmanuel.Thome@gmail.com>
66
67 * c-valprint.c (c_val_print): Add embedded_offset to address in
68 call to val_print_array_elements.
69
70 2010-07-13 Tom Tromey <tromey@redhat.com>
71
72 * dwarf2read.c (dwarf2_read_index): Correctly set 'total_size'.
73
74 2010-07-13 Tom Tromey <tromey@redhat.com>
75
76 * dwarf2read.c (dwarf2_per_cu_text_offset): Fix reference to
77 objfile.
78
79 2010-07-13 Tom Tromey <tromey@redhat.com>
80
81 * symfile.c (set_initial_language): Update.
82 (deduce_language_from_filename): Argument type now const.
83 * symtab.h (find_main_filename): Update.
84 (deduce_language_from_filename): Update.
85 * symtab.c (find_main_filename): Make result const.
86 * dwarf2read.c (dw2_find_symbol_file): Change return type.
87 * psymtab.c (find_symbol_file_from_partial): Change return type.
88 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
89 Make result const.
90
91 2010-07-13 Tom Tromey <tromey@redhat.com>
92
93 * breakpoint.c (save_cmdlist): No longer static.
94 * gdbcmd.h (save_cmdlist): Declare.
95 * symfile.c (symbol_file_add_with_addrs_or_offsets): Set
96 OBJF_READNOW on objfile if readnow_symbol_files.
97 * elfread.c (elf_symfile_read): Use dwarf2_initialize_objfile.
98 (elf_sym_fns_gdb_index): New global.
99 * dwarf2read.c: Include exceptions.h.
100 (offset_type): New.
101 (struct mapped_index): New.
102 (dwarf2_per_cu_data_ptr): New typedef.
103 (struct dwarf2_per_objfile) <using_index, index_table, gdb_index>:
104 New fields.
105 (GDB_INDEX_SECTION): New define.
106 (struct dwarf2_per_cu_quick_data): New.
107 (struct dwarf2_per_cu_data) <objfile>: New field.
108 <psymtab>: Removed.
109 <v>: New field.
110 (byte_swap): New function.
111 (MAYBE_SWAP): New macro.
112 (INDEX_SUFFIX): New macro.
113 (dw2_do_instantiate_symtab): New function.
114 (dw2_instantiate_symtab): Likewise.
115 (create_cus_from_index): Likewise.
116 (create_addrmap_from_index): Likewise.
117 (mapped_index_string_hash): Likewise.
118 (find_slot_in_mapped_hash): Likewise.
119 (dwarf2_read_index): Likewise.
120 (dw2_setup): Likewise.
121 (dw2_require_line_header): Likewise.
122 (dw2_require_full_path): Likewise.
123 (dw2_find_last_source_symtab): Likewise.
124 (dw2_forget_cached_source_info): Likewise.
125 (dw2_lookup_symtab): Likewise.
126 (dw2_lookup_symbol): Likewise.
127 (dw2_do_expand_symtabs_matching): Likewise.
128 (dw2_pre_expand_symtabs_matching): Likewise.
129 (dw2_print_stats): Likewise.
130 (dw2_dump): Likewise.
131 (dw2_relocate): Likewise.
132 (dw2_expand_symtabs_for_function): Likewise.
133 (dw2_expand_all_symtabs): Likewise.
134 (dw2_expand_symtabs_with_filename): Likewise.
135 (dw2_find_symbol_file): Likewise.
136 (dw2_map_ada_symtabs): Likewise.
137 (dw2_expand_symtabs_matching): Likewise.
138 (dw2_find_pc_sect_symtab): Likewise.
139 (dw2_map_symbol_names): Likewise.
140 (dw2_map_symbol_filenames): Likewise.
141 (dw2_has_symbols): Likewise.
142 (dwarf2_gdb_index_functions): New global.
143 (dwarf2_initialize_objfile): New function.
144 (process_psymtab_comp_unit): Update.
145 (add_partial_subprogram): Likewise.
146 (dwarf2_psymtab_to_symtab): Likewise.
147 (psymtab_to_symtab_1): Use dw2_do_instantiate_symtab.
148 (process_full_comp_unit): Update.
149 (find_file_and_directory): New function.
150 (read_file_scope): Use find_file_and_directory.
151 (dwarf2_per_cu_objfile): Update.
152 (dwarf2_per_cu_addr_size): Update.
153 (dwarf2_per_cu_offset_size): Update.
154 (dwarf2_free_objfile): Free the index, if needed.
155 (dwarf2_per_objfile_free): Unmap the index, if needed.
156 (struct strtab_entry): New.
157 (hash_strtab_entry): New function.
158 (eq_strtab_entry): Likewise.
159 (create_strtab): Likewise.
160 (add_string): Likewise.
161 (struct symtab_index_entry): New.
162 (struct mapped_symtab): New.
163 (hash_symtab_entry): New function.
164 (eq_symtab_entry): Likewise.
165 (delete_symtab_entry): Likewise.
166 (create_index_table): Likewise.
167 (create_mapped_symtab): Likewise.
168 (cleanup_mapped_symtab): Likewise.
169 (find_slot): Likewise.
170 (hash_expand): Likewise.
171 (add_index_entry): Likewise.
172 (add_indices_to_cpool): Likewise.
173 (write_hash_table): Likewise.
174 (add_address_entry): Likewise.
175 (write_psymbols): Likewise.
176 (write_obstack): Likewise.
177 (unlink_if_set): Likewise.
178 (write_psymtabs_to_index): Likewise.
179 (save_gdb_index_command): Likewise.
180 (_initialize_dwarf2_read): Install "save gdb-index"
181 command.
182 (create_all_comp_units): Initialize 'objfile' field of CU.
183 (dwarf2_locate_sections): Check for .gdb_index.
184 * psymtab.h (dwarf2_gdb_index_functions): Declare.
185 * symfile.h (dwarf2_initialize_objfile): Declare.
186
187 2010-07-13 Tom Tromey <tromey@redhat.com>
188
189 * symtab.c (lookup_symbol_aux_symtabs): Call pre-expand hook.
190 (basic_lookup_transparent_type): Likewise.
191 * symfile.h (struct quick_symbol_functions)
192 <pre_expand_symtabs_matching>: New field.
193 * psymtab.c (pre_expand_symtabs_matching_psymtabs): New function.
194 (psym_functions): Update.
195
196 2010-07-13 Tom Tromey <tromey@redhat.com>
197
198 PR breakpoints/8357:
199 * symtab.h (domain_enum_tag) <LABEL_DOMAIN>: Update comment.
200 * linespec.c (decode_line_1): Update comment. Call decode_label.
201 (decode_label): New function.
202 (symbol_found): Handle LOC_LABEL.
203 * dwarf2read.c (new_symbol) <DW_TAG_label>: Set symbol's type and
204 domain. Call add_symbol_to_list.
205
206 2010-07-13 Tom Tromey <tromey@redhat.com>
207
208 * dwarf2loc.h (dwarf2_per_cu_text_offset): Declare.
209 * dwarf2loc.c (find_location_expression): Use
210 dwarf2_per_cu_text_offset.
211 (dwarf2_evaluate_loc_desc): Likewise.
212 (dwarf2_loc_desc_needs_frame): Likewise.
213 (compile_dwarf_to_ax): Likewise.
214 (loclist_describe_location): Likewise.
215 * dwarf2read.c (dwarf2_per_cu_text_offset): New function.
216 (dwarf2_per_cu_objfile): Update comment.
217
218 2010-07-12 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * dwarf2read.c (read_subrange_type): Call read_subrange_type.
221 * p-lang.c (pascal_printstr): Likewise.
222
223 2010-07-09 Tom Tromey <tromey@redhat.com>
224
225 * python/py-prettyprint.c (gdbpy_get_display_hint): Don't use
226 'hint' if it is NULL.
227
228 2010-07-09 Hui Zhu <teawater@gmail.com>
229
230 * source.c (print_source_lines_base): Add check for noprint.
231
232 2010-07-08 Joel Brobecker <brobecker@adacore.com>
233
234 * python/python-config.py: Resync with Python 2.7 version of this
235 script.
236
237 2010-07-08 Joel Brobecker <brobecker@adacore.com>
238
239 * NEWS: Fix typo in section name (s/GDB 7.1/GDB 7.2).
240
241 2010-07-07 Joel Brobecker <brobecker@adacore.com>
242
243 * NEWS: Create a new section for the next release branch.
244 Rename the section of the current branch, now that it has
245 been cut.
246
247 2010-07-07 Joel Brobecker <brobecker@adacore.com>
248
249 GDB 7.2 branch created (branch timestamp: 2010-07-07 17:00 UTC)
250 * version.in: Bump version to 7.2.50.20100707-cvs.
251
252 2010-07-07 Tom Tromey <tromey@redhat.com>
253
254 * dwarf2read.c (dwarf2_const_value) <DW_form_addr>: Create a
255 LOC_COMPUTED symbol.
256 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Set new field.
257 (dwarf2_loc_desc_needs_frame): Likewise.
258 (compile_dwarf_to_ax) <DW_OP_addr>: Use offset.
259 * dwarf2expr.h (struct dwarf_expr_context) <offset>: New field.
260 * dwarf2expr.c (execute_stack_op) <DW_OP_addr>: Use offset.
261 * dwarf2-frame.c (execute_stack_op): Set 'offset' field. Add
262 'offset' argument.
263 (struct dwarf2_frame_cache) <text_offset>: New field.
264 (dwarf2_frame_cache): Set new field.
265 (dwarf2_frame_prev_register): Update.
266 (dwarf2_frame_sniffer): Update.
267 (dwarf2_frame_base_sniffer): Update.
268 (dwarf2_frame_find_fde): Add 'out_offset' argument.
269
270 2010-07-07 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
271 Thiago Jung Bauermann <bauerman@br.ibm.com>
272
273 Support for hw accelerated condition watchpoints in booke powerpc.
274
275 * breakpoint.c (fetch_watchpoint_value): Rename to fetch_subexp_value
276 and move to eval.c. Change callers.
277 (insert_bp_location): Pass watchpoint condition in
278 target_insert_watchpoint.
279 (remove_breakpoint_1) Pass watchpoint condition in
280 target_remove_watchpoint.
281 (watchpoint_locations_match): Call
282 target_can_accel_watchpoint_condition.
283 * eval.c: Include wrapper.h.
284 (fetch_subexp_value): Moved from breakpoint.c.
285 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint):
286 Formatting fix.
287 (can_use_watchpoint_cond_accel): New function.
288 (calculate_dvc): Likewise.
289 (num_memory_accesses): Likewise.
290 (check_condition): Likewise.
291 (ppc_linux_can_accel_watchpoint_condition): Likewise
292 (ppc_linux_insert_watchpoint): Call can_use_watchpoint_cond_accel,
293 check_condition and calculate_dvc.
294 (ppc_linux_remove_watchpoint): Likewise.
295 (_initialize_ppc_linux_nat): Set to_can_accel_watchpoint_condition to
296 ppc_linux_can_accel_watchpoint_condition
297 * target.c (debug_to_insert_watchpoint): Add argument for watchpoint
298 condition.
299 (debug_to_remove_watchpoint): Likewise.
300 (debug_to_can_accel_watchpoint_condition): New function.
301 (update_current_target): Set to_can_accel_watchpoint_condition.
302 (setup_target_debug): Set to_can_accel_watchpoint_condition.
303 * target.h: Add opaque declaration for struct expression.
304 (struct target_ops) <to_insert_watchpoint>,
305 <to_remove_watchpoint>: Add new arguments to pass the watchpoint
306 <to_can_accel_watchpoint_condition>: New member.
307 condition. Update all callers and implementations.
308 (target_can_accel_watchpoint_condition): New macro.
309 * value.c (free_value_chain): New function.
310 * value.h (fetch_subexp_value): New prototype.
311 (free_value_chain): Likewise.
312
313 2010-07-07 Ulrich Weigand <uweigand@de.ibm.com>
314
315 * linux-nat.c (linux_nat_do_thread_registers): Use section size
316 from gdbarch_core_regset_sections also for .reg if present.
317
318 * amd64-linux-tdep.c (amd64_linux_regset_sections): Fix incorrect
319 section size for .reg.
320 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
321 (ppc_linux_vmx_regset_sections): Likewise.
322 (ppc_linux_fp_regset_sections): Likewise.
323 (ppc64_linux_vsx_regset_sections): New variable.
324 (ppc64_linux_vmx_regset_sections): Likewise.
325 (ppc64_linux_fp_regset_sections): Likewise.
326 (ppc_linux_init_abi): Install core_regset_section lists appropriate
327 for current word size.
328
329 2010-07-06 Joel Brobecker <brobecker@adacore.com>
330
331 * server.c (myresume): Make static.
332
333 2010-07-06 Tom Tromey <tromey@redhat.com>
334
335 * configure, config.in: Rebuild.
336 * configure.ac (HAVE_LIBPYTHON2_7): New define.
337 * python/python-internal.h: Handle HAVE_LIBPYTHON2_7.
338
339 2010-07-06 Andreas Schwab <schwab@linux-m68k.org>
340
341 * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
342 "clear".
343
344 2010-07-06 Ken Werner <ken.werner@de.ibm.com>
345
346 * gdbtypes.h (floatformats_ieee_half): Add declaration.
347 * gdbtypes.c (floatformats_ieee_half): New variable.
348 * doublest.c (floatformat_from_length): Set format to
349 gdbarch_half_format if length matches.
350 * gdbarch.sh (half_bit): New architecture method.
351 (half_format): Likewise.
352 * gdbarch.h: Regenerate.
353 * gdbarch.c: Likewise.
354
355 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
356 Joel Brobecker <brobecker@adacore.com>
357
358 Fix re-run of PIE executable, PR shlibs/11776.
359 * solib-svr4.c (svr4_relocate_main_executable) <symfile_objfile>: Remove
360 the part of pre-set SYMFILE_OBJFILE->SECTION_OFFSETS.
361
362 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
363 Joel Brobecker <brobecker@adacore.com>
364
365 * auxv.c (memory_xfer_auxv): Update attach comment.
366 * solib-svr4.c (svr4_special_symbol_handling): Remove the call to
367 svr4_relocate_main_executable.
368 (svr4_solib_create_inferior_hook): Make the call to
369 svr4_relocate_main_executable unconditional.
370
371 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
372 Joel Brobecker <brobecker@adacore.com>
373
374 * auxv.c (ld_so_xfer_auxv): Do not error on failed read of data_address.
375
376 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
377 Joel Brobecker <brobecker@adacore.com>
378
379 Fix attaching to PIEs prelinked on the disk after the process was
380 started.
381 * solib-svr4.c (svr4_exec_displacement): New variable arch_size.
382 Verify it against bfd_get_arch_size. Try to match arbitrary
383 displacement for the phdrs comparison.
384
385 2010-07-02 Tom Tromey <tromey@redhat.com>
386
387 PR exp/11780:
388 * libunwind-frame.c (libunwind_frame_prev_register): Don't set
389 value as optimized-out.
390
391 2010-07-02 Ulrich Weigand <uweigand@de.ibm.com>
392 Thiago Jung Bauermann <bauerman@br.ibm.com>
393
394 * breakpoint.c (can_use_hardware_watchpoint): Answer "what does this
395 represent?" question in comment. Change comment to a proper sentence.
396
397 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
398
399 * c-valprint.c (c_val_print): Fix printing of character vectors.
400
401 2010-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
402
403 * spu-tdep.c (spu_catch_start): Adjust the caller of changed
404 create_breakpoint prototype.
405
406 2010-07-01 Pedro Alves <pedro@codesourcery.com>
407
408 * breakpoint.c (BREAK_ARGS_HELP, _initialize_breakpoint): Clarify
409 usefulness suggestion of multiple breakpoints at same location.
410
411 2010-07-01 Pedro Alves <pedro@codesourcery.com>
412
413 * breakpoint.c (BREAK_ARGS_HELP): Add missing `the'.
414
415 2010-07-01 Pedro Alves <pedro@codesourcery.com>
416
417 * dwarf2loc.c (locexpr_tracepoint_var_ref)
418 (loclist_tracepoint_var_ref): Handle optimized out values.
419
420 2010-07-01 Pedro Alves <pedro@codesourcery.com>
421
422 * breakpoint.c (update_watchpoint, _initialize_breakpoint): Remove
423 unnecessary space in string.
424 * filesystem.c (_initialize_filesystem): Ditto.
425 * frame.c (_initialize_frame): Ditto.
426 * infcmd.c (step_once): Ditto.
427 * infrun.c (_initialize_infrun): Ditto.
428 * linux-nat.c (linux_child_follow_fork): Ditto.
429 * maint.c (maintenance_deprecate): Ditto.
430 * memattr.c (_initialize_mem): Ditto.
431 * mips-tdep.c (_initialize_mips_tdep): Ditto.
432 * monitor.c (monitor_open): Ditto.
433 * procfs.c (procfs_xfer_memory): Ditto.
434 * reverse.c (bookmarks_info): Ditto.
435 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Ditto.
436 * stack.c (_initialize_stack): Ditto.
437 * tracepoint.c (_initialize_tracepoint): Ditto.
438 * xtensa-tdep.c (xtensa_supply_gregset,
439 xtensa_regset_from_core_section): Ditto.
440
441 2010-07-01 Tom Tromey <tromey@redhat.com>
442
443 * value.h (struct lval_funcs) <check_any_valid>: Rename from
444 check_all_valid.
445 * value.c (value_entirely_optimized_out): Invert result. Update
446 for new function name.
447
448 2010-07-01 Pedro Alves <pedro@codesourcery.com>
449
450 Static tracepoints support.
451
452 * NEWS: Mention new support for static tracepoints.
453 (New packets): Mention qTfSTM, qTsSTM, qTSTMat and
454 qXfer:statictrace:read.
455 (New features in the GDB remote stub, GDBserver): Mention static
456 tracepoints support using an UST based backend.
457 (New commands): Mention "info static-tracepoint-markers" and
458 "strace".
459 * breakpoint.c (is_marker_spec): New.
460 (is_tracepoint): Handle static tracepoints.
461 (validate_commands_for_breakpoint): Static tracepoints can't do
462 while-stepping.
463 (static_tracepoints_here): New.
464 (bpstat_what): Handle static tracepoints.
465 (print_one_breakpoint_location, allocate_bp_location, mention):
466 Ditto.
467 (create_breakpoint_sal): Ditto.
468 (decode_static_tracepoint_spec): New.
469 (create_breakpoint): Replace `hardwareflag', and `traceflag' with
470 `type_wanted'. Adjust. Handle static tracepoint marker
471 locations.
472 (break_command_1): Adjust.
473 (update_static_tracepoint): New.
474 (update_breakpoint_locations): Handle static tracepoints.
475 (breakpoint_re_set_one): Handle static tracepoint marker
476 locations.
477 (disable_command, enable_command): Handle static tracepoints.
478 (trace_command, ftrace_command): Adjust.
479 (strace_command): New.
480 (create_tracepoint_from_upload): Adjust.
481 (save_breakpoints): Handle static tracepoints.
482 (_initialize_breakpoint): Install the "strace" command.
483 * breakpoint.h (enum bptype): New bp_static_tracepoint type.
484 (struct breakpoint): New fields static_trace_marker_id and
485 static_trace_marker_id_idx.
486 (breakpoints_here_p): Declare.
487 (create_breakpoint): Adjust.
488 (static_tracepoints_here): Declare.
489 * remote.c (struct remote_state) <static_tracepoints>: New field.
490 (PACKET_qXfer_statictrace_read, PACKET_StaticTracepoints): New.
491 (remote_static_tracepoint_marker_at): New.
492 (remote_static_tracepoint_markers_by_strid): New.
493 (remote_static_tracepoint_feature): New.
494 (remote_disconnected_tracing_feature): Handle "StaticTracepoints".
495 (remote_xfer_partial): Handle TARGET_OBJECT_STATIC_TRACE_DATA.
496 (remote_supports_static_tracepoints): New.
497 (remote_download_tracepoint): Download static tracepoints.
498 (init_remote_ops): Install remote_static_tracepoint_marker_at and
499 remote_static_tracepoint_markers_by_strid.
500 (_initialize_remote): Install set|show remote static-tracepoints,
501 and set|show remote read-sdata-object commands.
502 * target.c (update_current_target): Inherit and default
503 to_static_tracepoint_marker_at, and
504 to_static_tracepoint_markers_by_strid.
505 * target.h (static_tracepoint_marker): Forward declare.
506 (enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
507 (static_tracepoint_marker_p): New typedef.
508 (DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
509 (struct target_ops): New fields to_static_tracepoint_marker_at and
510 to_static_tracepoint_markers_by_strid.
511 (target_static_tracepoint_marker_at)
512 (target_static_tracepoint_markers_by_strid): New.
513 * tracepoint.c: Include source.h.
514 (validate_actionline): Handle $_sdata.
515 (struct collection_list): New field strace_data.
516 (add_static_trace_data): New.
517 (clear_collection_list): Clear strace_data.
518 (stringify_collection_list): Account for a possible static trace
519 data collection.
520 (encode_actions_1): Encode an $_sdata collection.
521 (parse_tracepoint_definition): Handle static tracepoints.
522 (parse_static_tracepoint_marker_definition): New.
523 (release_static_tracepoint_marker): New.
524 (print_one_static_tracepoint_marker): New.
525 (info_static_tracepoint_markers_command): New.
526 (sdata_make_value): New.
527 (_initialize_tracepoint): Create the $_sdata convenience variable.
528 Add the "info static-tracepoint-markers" command.
529 Mention $_sdata in the "collect" command's help output.
530 * tracepoint.h (struct static_tracepoint_marker): New.
531 (parse_static_tracepoint_marker_definition)
532 (release_static_tracepoint_marker): Declare.
533 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
534 * python/py-breakpoint.c (bppy_new): Adjust.
535
536 2010-06-30 Joel Brobecker <brobecker@adacore.com>
537
538 * python/python-internal.h (_XOPEN_SOURCE): Undefine before
539 including Python.h.
540
541 2010-06-29 Doug Evans <dje@google.com>
542
543 PR gdb/11702
544 * dwarf2read.c (dwarf2_add_field): Only create a symbol if
545 DW_AT_external is present.
546
547 PR gdb/11702
548 * NEWS: Add entry.
549 * dwarf2read.c (dwarf2_add_field): If DW_AT_const_value is present,
550 create a symbol for the field and record the value.
551 (new_symbol): Handle DW_TAG_member.
552 * gdbtypes.c (field_is_static): Remove FIXME.
553 * symtab.c (search_symbols): When searching for VARIABLES_DOMAIN,
554 only ignore LOC_CONST symbols that are enums.
555
556 * dwarf2read.c: Remove trailing whitespace.
557
558 Delete FIELD_LOC_KIND_DWARF_BLOCK, unused.
559 * gdbtypes.h (enum field_loc_kind): Delete FIELD_LOC_KIND_DWARF_BLOCK.
560 (struct main_type, field loc): Delete dwarf_block.
561 (FIELD_DWARF_BLOCK): Delete.
562 (SET_FIELD_DWARF_BLOCK): Delete.
563 (TYPE_FIELD_DWARF_BLOCK): Delete.
564 * gdb-gdb.py (StructMainTypePrettyPrinter.struct_field_location_img):
565 Update.
566
567 2010-06-29 Hui Zhu <teawater@gmail.com>
568
569 * record.c (set_record_pic_cmdlist,
570 show_record_pic_cmdlist): New variables.
571 (set_record_pic_command,
572 show_record_pic_command): New functions.
573 (record_pic_function, record_pic_line, record_pic_enum,
574 set_record_pic_type, record_pic_hide_nofunction,
575 record_pic_hide_nosource, record_pic_hide_same): New variables.
576 (record_pic_fputs): New function.
577 (function_list, node_list, edge_list): New struct.
578 (function_list, node_list, edge_list): New variables.
579 (record_pic_cleanups, record_pic_node,
580 record_pic_edge, cmd_record_pic): New functions.
581 (_initialize_record): Add new commands for record pic.
582
583 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
584
585 * dwarf2read.c (read_structure_type) <fi.typedef_field_list>: Call
586 ALLOCATE_CPLUS_STRUCT_TYPE.
587
588 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
589 Tom Tromey <tromey@redhat.com>
590 Thiago Jung Bauermann <bauerman@br.ibm.com>
591
592 * value.c (pack_unsigned_long): New function.
593 (value_from_ulongest): New function.
594 * value.h (value_from_ulongest): Declare.
595 * python/python.c (_initialize_python): Call
596 gdbpy_initialize_thread and gdbpy_initialize_inferior.
597 * python/python-internal.h: Define thread_object.
598 (gdbpy_inferiors, gdbpy_selected_thread)
599 (frame_info_to_frame_object, create_thread_object)
600 (find_thread_object, find_inferior_object)
601 (gdbpy_initialize_thread, gdbpy_initialize_inferiors)
602 (gdbpy_is_value_object, get_addr_from_python): Declare.
603 * python/py-value.c (builtin_type_upylong): Define.
604 (convert_value_from_python): Add logic for ulongest.
605 (gdbpy_is_value_object): New function.
606 * python/py-utils.c (get_addr_from_python): New function.
607 * python/py-frame.c (frame_info_to_frame_object): Return a PyObject.
608 (gdbpy_selected_frame): Use PyObject over frame_info.
609 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-inferior and
610 py-infthread.
611 (SUBDIR_PYTHON_SRCS): Likewise.
612 (py-inferior.o): New Rule.
613 (py-infthread.o): New Rule.
614 * python/py-inferior.c: New File.
615 * python/py-infthread.c: New File.
616
617 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
618
619 * c-typeprint.c (c_type_print_base): For no fields check include also
620 TYPE_TYPEDEF_FIELD_COUNT. Print new typedefs section.
621 * dwarf2read.c (struct typedef_field_list)
622 (struct field_info) <typedef_field_list, typedef_field_list_count>: New.
623 (dwarf2_add_typedef): New.
624 (read_structure_type): Call dwarf2_add_typedef for DW_TAG_typedef.
625 Copy also FI.TYPEDEF_FIELD_LIST.
626 * gdbtypes.h (struct typedef_field)
627 (struct cplus_struct_type) <typedef_field, typedef_field_count>
628 (TYPE_TYPEDEF_FIELD_ARRAY, TYPE_TYPEDEF_FIELD, TYPE_TYPEDEF_FIELD_NAME)
629 (TYPE_TYPEDEF_FIELD_TYPE, TYPE_TYPEDEF_FIELD_COUNT): New.
630
631 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * cp-namespace.c (cp_lookup_nested_type): New variable
634 concatenated_name. Turn the current return condition into a reverse
635 one. Call also lookup_static_symbol_aux on the constructed qualified
636 name.
637 * symtab.c (lookup_symbol_aux): Move variable objfile and searching in
638 other files into a called ...
639 (lookup_static_symbol_aux): ... new function here.
640 * symtab.h (lookup_static_symbol_aux): New prototype.
641 * valops.c (value_maybe_namespace_elt): Call also
642 lookup_static_symbol_aux if we failed otherwise.
643
644 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 Fix PR c++/11703 and PR gdb/1448.
647 * c-exp.y (yylex) <last_was_coloncolon && first_was_coloncolon>: Add
648 FIRST_ITER check.
649
650 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
651
652 Fix modification of cplus_struct_default.
653 * dwarf2read.c (dwarf2_add_member_fn) <no DW_AT_vtable_elem_location>:
654 Call ALLOCATE_CPLUS_STRUCT_TYPE.
655 * gdbtypes.c (cplus_struct_default): New empty initializer, comment it.
656
657 2010-06-28 Joel Brobecker <brobecker@adacore.com>
658
659 * NEWS: Add entry announcing the python directory.
660
661 2010-06-28 Tom Tromey <tromey@redhat.com>
662
663 * dwarf2read.c (read_structure_type): Allocate null cleanup later.
664
665 2010-06-28 Doug Evans <dje@google.com>
666
667 * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
668 All callers updated.
669
670 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
673 obstack_begin after each obstack_free.
674
675 2010-06-27 Doug Evans <dje@google.com>
676
677 * value.c (value_static_field): Use `switch' instead of `if'.
678 Assert-fail if passed invalid TYPE_FIELD_LOC_KIND.
679
680 * valops.c (search_struct_field): Fix typo in error message.
681
682 2010-06-26 Ulrich Weigand <uweigand@de.ibm.com>
683
684 * dwarf2expr.c (execute_stack_op): Place preprocessor
685 directives at the start of the source line.
686
687 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
688
689 * defs.h (make_command_stats_cleanup): Declare.
690 (set_display_time): Declare.
691 (set_display_space): Declare.
692 * event-top.c (command_handler): Use make_command_stats_cleanup.
693 * main.c (display_time, display_space): Move definitions to utils.c.
694 (captured_main): Use make_command_stats_cleanup to get start-up
695 statistics.
696 Use set_display_time and set_display_space for processing OPT_STATISTICS
697 case.
698 * maint.c (maintenance_time_display): Use set_display_time.
699 (maintenance_space_display): Use set_display_space.
700 * top.c (execute_command): Remove obsolete 'maint time' code.
701 (command_loop): Use make_command_stats_cleanup.
702 * utils.c (struct cmd_stats): Structure for storing initial time
703 and space usage.
704 (display_time, display_space): Move definitions here from utils.c.
705 (set_display_time): New function.
706 (set_display_space): New function.
707 (make_command_stats_cleanup): New function.
708 (report_command_stats): New auxiliary function for
709 make_command_stats_cleanup.
710
711 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
712
713 * solib-spu.c (append_ocl_sos): Fix xsnprintf statement for
714 hosts where CORE_ADDR is long long.
715
716 2010-06-25 Tom Tromey <tromey@redhat.com>
717
718 PR python/10808:
719 * python/python.c (execute_gdb_command): Add keywords. Accept
720 "to_string" argument.
721 (struct restore_ui_file_closure): New.
722 (restore_ui_file): New function.
723 (make_cleanup_restore_ui_file): Likewise.
724 (GdbMethods) <execute>: Update.
725
726 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
727
728 * s390-tdep.c (s390_push_dummy_call): Error on stack overflow
729 during inferior call stack frame setup.
730
731 2010-06-25 Ken Werner <ken.werner@de.ibm.com>
732
733 * solib-spu.c: Include "exception.h".
734 (ocl_program_data_key): New variable.
735 (append_ocl_sos): New function.
736 (ocl_enable_break): Likewise.
737 (spu_current_sos): Call append_ocl_sos.
738 (spu_solib_loaded): Call ocl_enable_break.
739 (_initialize_spu_solib): Register ocl_program_data_key.
740
741 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
742
743 * cp-support.c (reset_directive_searched): New function.
744 (make_symbol_overload_list_using): Prevent recursive calls.
745
746 2010-06-25 Phil Muldoon <pmuldoon@redhat.com>
747
748 * printcmd.c (print_variable_and_value): Print error message on
749 caught exception.
750
751 2010-06-25 Ulrich Weigand <uweigand@de.ibm.com>
752
753 * dwarf2expr.h (struct dwarf_value_location): Use ULONGEST as type
754 of stack values.
755 (struct dwarf_expr_piece): Rename "expr" member to "mem". Add new
756 "value" member.
757 (dwarf_expr_push): Change input type to ULONGEST.
758 (dwarf_expr_fetch): Change return type to ULONGEST.
759 (dwarf_expr_fetch_address): Add prototype.
760 (dwarf2_read_address): Remove prototype.
761 * dwarf2expr.c (dwarf_expr_push): Use ULONGEST as type of stack values.
762 Truncate stack values to ctx->addr_size bytes.
763 (dwarf_expr_fetch): Change return value to ULONGEST.
764 (dwarf_expr_fetch_address): New function.
765 (add_piece): Use dwarf_expr_fetch_address instead of dwarf_expr_fetch
766 when appropriate. Update for struct dwarf_expr_piece changes.
767 (dwarf2_read_address): Remove.
768 (unsigned_address_type): Remove.
769 (signed_address_type): Remove.
770 (execute_stack_op): Use dwarf_expr_fetch_address instead of
771 dwarf_expr_fetch when appropriate. Use ULONGEST as type of stack
772 values. Perform operations on ULONGEST instead of on GDB values,
773 sign-extending from ctx->addr_size bytes as needed. Read DW_OP_addr
774 values and DW_OP_deref results as unsigned integers.
775 * dwarf2loc.c (read_pieced_value): Update for struct dwarf_expr_piece
776 changes.
777 (write_pieced_value): Likewise.
778 (dwarf2_evaluate_loc_desc): Use dwarf_expr_fetch_address instead of
779 dwarf_expr_fetch when appropriate.
780 (compile_dwarf_to_ax): Read DW_OP_addr values as unsigned integers.
781 * dwarf2-frame.c (execute_stack_op): Use dwarf_expr_fetch_address
782 instead of dwarf_expr_fetch when appropriate.
783
784 2010-06-25 Pierre Muller <muller@ics.u-strasbg.fr>
785
786 * c-typeprint.c (c_print_typedef): Append new type name for typedefs.
787
788 2010-06-24 Joel Brobecker <brobecker@adacore.com>
789
790 * python/python.c (_initialize_python): Add new "constant"
791 PYTHONDIR in gdb module. Insert this path at the head of
792 sys.path. Set gdb.__path__ to gdb.PYTHONDIR + '/gdb' and
793 exec its __init__.py script if it exists in that directory.
794
795 2010-06-24 Kevin Buettner <kevinb@redhat.com>
796
797 * rx-tdep.c (RX_ACC_REGNUM): Define.
798 (RX_NUM_REGS): Redefine to 26.
799 (rx_register_name): Add register "acc". Change order of several
800 registers. Change name of "vct" register to "fintv" to match RX
801 documentation.
802 (rx_register_type): Add case for RX_ACC_REGNUM.
803
804 2010-06-24 Tom Tromey <tromey@redhat.com>
805
806 * psymtab.c (lookup_partial_symbol): Mark definition as static.
807
808 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
809 Tom Tromey <tromey@redhat.com>
810
811 Fix GDB startup on readonly filesystem.
812 * charset.c (find_charset_names): Use PEX_USE_PIPES for pex_init.
813
814 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
815 Pedro Alves <pedro@codesourcery.com>
816
817 Fix PR 9436.
818 * breakpoint.c (handle_jit_event): New function.
819 (bpstat_what): Remove enum class, kc, ss, sn, sgl, slr, clr, sr, shl,
820 jit, err, table and bs_class. New variables shlib_event, jit_event,
821 this_action and bptype. Change bs_class assignments to this_action
822 assignments. new unhandled bptype internal error. Move here
823 shlib_event and jit_event handling from handle_inferior_event.
824 * breakpoint.h (enum bpstat_what_main_action): Extend the comment.
825 Reorder items. Remove BPSTAT_WHAT_CHECK_SHLIBS and
826 BPSTAT_WHAT_CHECK_JIT.
827 * inferior.h (debug_infrun, stop_on_solib_events): New declarations.
828 * infrun.c (debug_infrun, stop_on_solib_events): Remove static.
829 (handle_inferior_event): Reinitialize frame and gdbarch after
830 bpstat_what call. Move BPSTAT_WHAT_CHECK_SHLIBS and
831 BPSTAT_WHAT_CHECK_JIT handling to bpstat_what. Reinitialize even
832 gdbarch when frame gets reinitialized.
833
834 2010-06-24 Hui Zhu <teawater@gmail.com>
835
836 * printcmd.c (ui_printf): New function.
837 (printf_command): Call ui_printf.
838 (_initialize_printcmd): New command "eval".
839
840 2010-06-23 Ulrich Weigand <uweigand@de.ibm.com>
841
842 * infrun.c (handle_inferior_event): Handle presence of single-step
843 breakpoints for TARGET_WAITKIND_FORKED and TARGET_WAITKIND_VFORKED.
844 Cancel single-step breakpoints for TARGET_WAITKIND_EXITED,
845 TARGET_WAITKIND_SIGNALED, and TARGET_WAITKIND_EXECD.
846 * breakpoint.c (detach_single_step_breakpoints): New function.
847 (detach_breakpoints): Call it.
848 (cancel_single_step_breakpoints): New function.
849 * breakpoint.h (cancel_single_step_breakpoints): Add prototype.
850
851 * spu-tdep.c (spu_memory_remove_breakpoint): New function.
852 (spu_gdbarch_init): Install it.
853
854 2010-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * configure.ac: Always set RDYNAMIC at least as `-rdynamic'.
857 * configure: Regenerate.
858
859 2010-06-22 Hui Zhu <teawater@gmail.com>
860
861 * i386-tdep.c (i386_record_lea_modrm): Change warning to query.
862 (i386_process_record): Ditto.
863 * record.c (record_memory_query): New variable.
864 (_initialize_record): New command "set record memory-query".
865 * record.h (record_memory_query): New extern.
866
867 2010-06-21 Doug Evans <dje@google.com>
868
869 * i386-tdep.h (i386_displaced_step_copy_insn): Declare.
870 * i386-tdep.c (i386_displaced_step_copy_insn): New function.
871 (i386_syscall_p): Change type of lengthp to int.
872 (i386_displaced_step_fixup): Handle kernels that run one past a
873 syscall insn.
874 * i386-linux-tdep.c (i386_linux_init_abi): Use
875 i386_displaced_step_copy_insn instead of
876 simple_displaced_step_copy_insn.
877
878 2010-06-21 Tom Tromey <tromey@redhat.com>
879
880 * dwarf2read.c (read_base_type): Handle DW_ATE_UTF.
881 (dwarf_type_encoding_name): Likewise.
882
883 2010-06-21 Tom Tromey <tromey@redhat.com>
884
885 * p-valprint.c (pascal_val_print): Use TYPE_ERROR_NAME.
886 * p-typeprint.c (pascal_type_print_base): Use TYPE_ERROR_NAME.
887 * m2-valprint.c (m2_val_print): Use TYPE_ERROR_NAME.
888 * gdbtypes.h (TYPE_ERROR_NAME): New macro.
889 * f-valprint.c (f_val_print): Use TYPE_ERROR_NAME.
890 * f-typeprint.c (f_type_print_base): Use TYPE_ERROR_NAME.
891 * dwarf2read.c (tag_type_to_type): Create a new error type on
892 failure.
893 * c-valprint.c (c_val_print): Use TYPE_ERROR_NAME.
894 * c-typeprint.c (c_type_print_base): Use TYPE_ERROR_NAME.
895
896 2010-06-21 Michael Snyder <msnyder@vmware.com>
897
898 * breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
899 not add_abbrev_prefix_cmd, for "enable breakpoints".
900
901 2010-06-21 Ulrich Weigand <uweigand@de.ibm.com>
902
903 * dwarf2loc.c (find_location_expression): Add relocation offset
904 to base-address-selection entry base addresses. Read addresses
905 (and offsets) as signed/unsigned integers, depending on the
906 BFD's sign_extend_vma flag. Do not call dwarf2_read_address.
907 (loclist_describe_location): Likewise.
908 (disassemble_dwarf_expression): Read DW_OP_addr operand as
909 unsigned integer. Do not call dwarf2_read_address.
910 (locexpr_describe_location): Likewise for DW_OP_GNU_push_tls_address.
911
912 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
913
914 * spu-tdep.c (spu_frame_unwind_cache): Use LSLR register
915 value instead of hard-coded SPU_LS_SIZE.
916 (spu_software_single_step): Likewise.
917 * spu-tdep.h (SPU_LS_SIZE): Remove.
918
919 2010-06-19 Ulrich Weigand <uweigand@de.ibm.com>
920
921 * spu-multiarch.c (spu_xfer_partial): Wrap around local store
922 limit on local store memory accesses.
923 * spu-linux-nat.c (spu_xfer_partial): Likewise.
924 * spu-tdep.c (spu_lslr): Remove.
925 (spu_pointer_to_address): Do not truncate addresses.
926 (spu_integer_to_address): Likewise.
927 (spu_overlay_new_objfile): Use SPU_OVERLAY_LMA.
928 * spu-tdep.h: Add comments.
929 (SPUADDR_SPU): Respect SPU_OVERLAY_LMA bit.
930 (SPU_OVERLAY_LMA): Define.
931
932 2010-06-18 Stan Shebs <stan@codesourcery.com>
933
934 * osdata.c (get_osdata): Warn separately if target does not report
935 type list.
936 (info_osdata_command): Allow empty type, report error if target
937 does not return available types of OS data.
938 * linux-nat.c (linux_nat_xfer_osdata): Report list of OS data
939 types if no annex supplied.
940
941 * thread.c (thread_id_make_value): Make a value representing the
942 current thread.
943 (_initialize_thread): Create $_thread.
944
945 2010-06-17 Joel Brobecker <brobecker@adacore.com>
946
947 * dwarf2read.c (psymtabs_addrmap_cleanup): Add empty line after
948 last local variable declaration. No real code change.
949
950 2010-06-17 Tom Tromey <tromey@redhat.com>
951
952 * dwarf2read.c (psymtabs_addrmap_cleanup): New function.
953 (dwarf2_build_psymtabs_hard): Use it. Create addrmap on a
954 temporary obstack.
955
956 2010-06-16 Sergio Durigan Junior <sergiodj@redhat.com>
957 Jan Kratochvil <jan.kratochvil@redhat.com>
958
959 * breakpoint.c: Include parser-defs.h.
960 (watchpoint_exp_is_const): New function.
961 (watch_command_1): Call watchpoint_exp_is_const to check
962 if the expression is constant.
963
964 2010-06-15 Andreas Schwab <schwab@linux-m68k.org>
965
966 * configure.ac: Check for RDYNAMIC also for cross builds.
967 * configure: Regenerate.
968
969 2010-06-15 Pedro Alves <pedro@codesourcery.com>
970
971 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
972 (SFILES): Remove solib-null.c, add solib-target.c.
973 (COMMON_OBS): Remove solib-null.o, add solib-target.o.
974 (ALLDEPFILES): Remove solib-target.c.
975 * solib-target.c (_initialize_solib_target): Set
976 current_target_so_ops to solib_target_so_ops if not already set.
977 * solib-null.c: Delete.
978
979 2010-06-14 Pedro Alves <pedro@codesourcery.com>
980
981 * NEWS: Mention GDBserver's JIT compilation of tracepoint
982 bytecode.
983
984 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
985
986 * cp-valprint.c (cp_print_static_field): Members of
987 dont_print_stat_array_obstack are of type "struct type *".
988 (_initialize_cp_valprint): Likewise.
989
990 2010-06-14 Ulrich Weigand <uweigand@de.ibm.com>
991
992 * frame.c (frame_register_unwind): Do not access contents
993 of "optimized out" unwound register value.
994
995 2010-06-14 Jan Kratochvil <jan.kratochvil@redhat.com>
996
997 * ada-lang.h (ada_print_type): Make varstring const.
998 * ada-typeprint.c (print_func_type): Make name const.
999 (ada_print_type): Make varstring const.
1000 * c-lang.h (c_print_type): Make varstring const.
1001 * c-typeprint.c (c_print_type): Likewise.
1002 * f-lang.h (f_print_type): Likewise.
1003 * f-typeprint.c (f_print_type): Likewise.
1004 * jv-lang.h (java_print_type): Likewise.
1005 * jv-typeprint.c (java_print_type): Likewise.
1006 * language.c (unk_lang_print_type): Likewise.
1007 * language.h (struct language_defn) <la_print_type>: Likewise.
1008 * m2-lang.h (m2_print_type): Likewise.
1009 * m2-typeprint.c (m2_print_type): Likewise.
1010 * p-lang.h (pascal_print_type): Likewise.
1011 * p-typeprint.c (pascal_print_type): Likewise.
1012
1013 2010-06-11 Stan Shebs <stan@codesourcery.com>
1014
1015 Add per-operation permission flags.
1016
1017 * target.h (struct target_ops): New method to_set_permissions.
1018 (target_set_permissions): New macro.
1019 (target_insert_breakpoint): Change macro to function.
1020 (target_remove_breakpoint): Ditto.
1021 (target_stop): Ditto.
1022 (may_write_registers): Declare.
1023 (may_write_memory): Declare.
1024 (may_insert_breakpoints): Declare.
1025 (may_insert_tracepoints): Declare.
1026 (may_insert_fast_tracepoints): Declare.
1027 (may_stop): Declare.
1028 * target.c (may_write_registers, may_write_registers_1): New globals.
1029 (may_write_memory, may_write_memory_1): New globals.
1030 (may_insert_breakpoints, may_insert_breakpoints_1): New globals.
1031 (may_insert_tracepoints, may_insert_tracepoints_1): New globals.
1032 (may_insert_fast_tracepoints, may_insert_fast_tracepoints_1): New
1033 globals.
1034 (may_stop, may_stop_1): New global.
1035 (target_xfer_partial): Test for write permission.
1036 (target_store_registers): Ditto.
1037 (target_insert_breakpoint): New function.
1038 (target_remove_breakpoint): New function.
1039 (target_stop): New function.
1040 (_initialize_targets): Add new set/show variables.
1041 (set_write_memory_permission): New function.
1042 (update_target_permissions): New function.
1043 (set_target_permissions): New function.
1044 (update_current_target): Default to_set_permissions.
1045 (_initialize_targets): Use new globals and setter function.
1046 * tracepoint.c (start_tracing): Test for permission.
1047 * inferior.h (update_observer_mode): Declare.
1048 * infrun.c (non_stop_1): Define earlier.
1049 (observer_mode, observer_mode_1): New globals.
1050 (set_observer_mode, show_observer_mode): New functions.
1051 (update_observer_mode): New function.
1052 (_initialize_infrun): Define "set observer" command.
1053 * remote.c (PACKET_QAllow): New optional packet.
1054 (remote_protocol_features): Add QAllow.
1055 (remote_set_permissions): New function.
1056 (remote_start_remote): Call it.
1057 (init_remote_ops): Add it to target vector.
1058 (_initialize_remote): Add config command for QAllow.
1059
1060 2010-06-11 Tom Tromey <tromey@redhat.com>
1061
1062 * dwarf2read.c (dwarf2_add_member_fn): Handle correct form of
1063 DW_AT_vtable_elem_location even when GCC extension is seen.
1064
1065 2010-06-11 Tom Tromey <tromey@redhat.com>
1066
1067 PR gdb/9977, PR exp/11636:
1068 * value.h (value_offset): Update.
1069 (struct lval_funcs) <check_validity>: New field.
1070 <copy_closure>: Make argument const.
1071 (value_computed_closure): Update.
1072 (value_contents_for_printing): Declare.
1073 (value_bits_valid): Likewise.
1074 (val_print): Likewise.
1075 (set_value_component_location): Update.
1076 (value_entirely_optimized_out): Declare.
1077 * value.c (value_offset): Argument now const.
1078 (require_not_optimized_out): New function.
1079 (value_contents_for_printing): New function.
1080 (value_contents_all): Call require_not_optimized_out.
1081 (value_contents): Likewise.
1082 (value_bits_valid): New function.
1083 (value_computed_closure): Argument now const.
1084 (set_value_component_location): Make 'whole' argument const.
1085 (value_entirely_optimized_out): New function.
1086 (value_bitsize): Argument now 'const'.
1087 (value_bitpos): Likewise.
1088 (value_type): Likewise.
1089 * valprint.h (val_print_array_elements): Update.
1090 * valprint.c (val_print): Add 'val' argument. Use
1091 valprint_check_validity.
1092 (valprint_check_validity): New function.
1093 (value_check_printable): Use value_entirely_optimized_out.
1094 (common_val_print): Update.
1095 (value_print): Likewise.
1096 (val_print_array_elements): Add 'val' argument.
1097 * valops.c (value_fetch_lazy): Use value_contents_for_printing,
1098 value_bits_valid. Reinit frame cache for lval_computed.
1099 * sh64-tdep.c (sh64_do_register): Update.
1100 * scm-valprint.c (scm_val_print): Add 'val' argument.
1101 * scm-lang.h (scm_val_print): Update.
1102 * python/python.h (apply_val_pretty_printer): Update.
1103 * python/py-prettyprint.c (apply_val_pretty_printer): Add 'val'
1104 argument. Call set_value_component_location.
1105 * printcmd.c (print_scalar_formatted): Update.
1106 * p-valprint.c (pascal_val_print): Add 'val' argument.
1107 (pascal_object_print_value_fields): Likewise.
1108 (pascal_object_print_value): Likewise.
1109 (pascal_object_print_static_field): Update.
1110 * p-lang.h (pascal_val_print): Update.
1111 (pascal_object_print_value_fields): Update.
1112 * mt-tdep.c (mt_registers_info): Update.
1113 * mi/mi-main.c (get_register): Update.
1114 (mi_cmd_data_evaluate_expression): Use common_val_print.
1115 * m2-valprint.c (m2_print_array_contents): Add 'val' argument.
1116 (m2_print_unbounded_array): Likewise.
1117 (m2_val_print): Likewise.
1118 * m2-lang.h (m2_val_print): Update.
1119 * language.h (struct language_defn) <la_val_print>: Add 'val'
1120 argument.
1121 (LA_VAL_PRINT): Likewise.
1122 * language.c (unk_lang_val_print): Add 'val' argument.
1123 * jv-valprint.c (java_print_value_fields): Add 'val' argument.
1124 (java_val_print): Likewise.
1125 * jv-lang.h (java_val_print): Add 'val' argument.
1126 * infcmd.c (default_print_registers_info): Update.
1127 * f-valprint.c (f77_print_array_1): Add 'val' argument.
1128 (f77_print_array): Likewise.
1129 (f_val_print): Likewise.
1130 * f-lang.h (f_val_print): Add 'val' argument.
1131 * dwarf2loc.c (read_pieced_value): Use value_bitsize and
1132 value_bitpos.
1133 <DWARF_VALUE_OPTIMIZED_OUT>: Don't print warning. Call
1134 set_value_optimized_out.
1135 (write_pieced_value): Use value_bitsize and value_bitpos.
1136 <default>: Don't exit loop.
1137 (check_pieced_value_validity): New function.
1138 (pieced_value_funcs): Reference check_pieced_value_validity,
1139 check_pieced_value_invalid.
1140 (copy_pieced_value_closure): Update.
1141 (check_pieced_value_bits): New function.
1142 (check_pieced_value_invalid): New function.
1143 * d-valprint.c (dynamic_array_type): Add 'val' argument.
1144 (d_val_print): Likewise.
1145 * d-lang.h (d_val_print): Update.
1146 * cp-valprint.c (cp_print_value_fields): Add 'val' argument.
1147 (cp_print_value_fields_rtti): Likewise.
1148 (cp_print_value): Likewise.
1149 (cp_print_static_field): Update.
1150 * c-valprint.c (c_val_print): Add 'val' argument.
1151 (c_value_print): Update.
1152 * c-lang.h (c_val_print): Update.
1153 (cp_print_value_fields): Likewise.
1154 (cp_print_value_fields_rtti): Likewise.
1155 * ada-valprint.c (struct ada_val_print_args): Remove.
1156 (val_print_packed_array_elements): Add 'val' argument.
1157 (ada_val_print): Likewise. Rewrite.
1158 (ada_val_print_stub): Remove.
1159 (ada_val_print_array): Add 'val' argument.
1160 (ada_val_print_1): Likewise.
1161 (print_variant_part): Likewise.
1162 (ada_value_print): Update.
1163 (print_record): Add 'val' argument.
1164 (print_field_values): Likewise.
1165 * ada-lang.h (ada_val_print): Update.
1166
1167 2010-06-11 Tom Tromey <tromey@redhat.com>
1168
1169 * vec.h (VEC_cleanup): New macro.
1170 (DEF_VEC_ALLOC_FUNC_I): Update.
1171 (DEF_VEC_ALLOC_FUNC_P): Likewise.
1172 (DEF_VEC_ALLOC_FUNC_O): Likewise.
1173 * dwarf2loc.c (struct axs_var_loc): Remove.
1174 (unimplemented): New function.
1175 (translate_register): Likewise.
1176 (access_memory): Likewise.
1177 (compile_dwarf_to_ax): Likewise.
1178 (dwarf2_tracepoint_var_loc): Remove.
1179 (dwarf2_tracepoint_var_access): Likewise.
1180 (dwarf2_tracepoint_var_ref): Likewise.
1181 (locexpr_tracepoint_var_ref): Use compile_dwarf_to_ax.
1182 (loclist_tracepoint_var_ref): Likewise.
1183 * dwarf2expr.h (dwarf_expr_require_composition): Declare.
1184 * dwarf2expr.c (dwarf_expr_require_composition): Rename from
1185 require_composition. No longer static.
1186 (execute_stack_op): Update.
1187 * ax-gdb.h (trace_kludge): Declare.
1188
1189 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * breakpoint.c (breakpoint_restore_shadows): New OWNER comment.
1192 (should_be_inserted): Return zero also on NULL OWNER.
1193 (breakpoint_program_space_exit): New OWNER comment.
1194 (insert_breakpoint_locations): Extend comment for OWNER.
1195 (remove_breakpoint_1, remove_breakpoint): Assert on OWNER.
1196 (breakpoint_init_inferior, breakpoint_here_p, breakpoint_thread_match):
1197 New OWNER comment.
1198 (print_it_typical): Return PRINT_UNKNOWN on NULL OWNER.
1199 (watchpoint_check): New assert on BREAKPOINT_AT and OWNER.
1200 (bpstat_check_location): New assert on OWNER.
1201 (bpstat_check_watchpoint, bpstat_check_breakpoint_conditions): Move BL
1202 and B initializations to the code block. New assert on them.
1203 (print_one_breakpoint_location): New OWNER comment.
1204 (watchpoint_locations_match): Assert on OWNER.
1205 (breakpoint_locations_match): Move HW_POINT1 and HW_POINT2
1206 initializations to the code block. New assert on OWNER.
1207 (set_breakpoint_location_function): New assert on OWNER.
1208 (disable_breakpoints_in_shlibs, disable_breakpoints_in_unloaded_shlib)
1209 (bp_location_compare, update_global_location_list)
1210 (update_global_location_list): New OWNER comment.
1211
1212 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1213
1214 * Makefile.in (HFILES_NO_SRCDIR): Remove config/i386/nm-linux.h
1215
1216 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1217
1218 * config/nm-linux.h (struct target_ops): Remove forward declaration.
1219 (lin_thread_get_thread_signals): Remove prototype.
1220 (GET_THREAD_SIGNALS): Remove.
1221 * linux-nat.h (lin_thread_get_thread_signals): Add prototype.
1222 * linux-thread-db.c (check_thread_signals): Directly call
1223 lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
1224
1225 2010-06-09 Ulrich Weigand <uweigand@de.ibm.com>
1226
1227 * gregset.h (GDB_FPXREGSET_T): Remove.
1228 (gdb_fpxregset_t): Likewise.
1229 (supply_fpxregset): Remove prototype.
1230 (fill_fpxregset): Likewise.
1231 * i386-linux-nat.c (supply_fpxregset): Remove.
1232 (fill_fpxregset): Likewise.
1233 (fetch_fpxregs): Inline supply_fpxregset call.
1234 (store_fpxregs): Inline fill_fpxregset call.
1235
1236 * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
1237 * config/i386/nm-linux.h: Remove file.
1238
1239 2010-06-09 Michael Snyder <msnyder@vmware.com>
1240
1241 * target.c (update_current_target): Fix spelling error in comment.
1242 (target_mourn_inferior): Fix spelling error in error message.
1243
1244 2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
1245
1246 * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to
1247 SYMBOL_SEARCH_NAME, not SYMBOL_BEST_NAME, in comments.
1248
1249 2010-06-08 Michael Snyder <msnyder@vmware.com>
1250
1251 * remote.c (remote_close): Set inferior_ptid to null_ptid.
1252
1253 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * configure.ac <"${have_libpython}" != no>: New workaround of
1256 python#4434.
1257 * configure: Regenerate.
1258
1259 2010-06-08 Hui Zhu <teawater@gmail.com>
1260
1261 * record.c (record_wait): Move signal out of replay code.
1262
1263 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1264
1265 Fix PR 10640.
1266 * dwarf2-frame.c (no_dwarf_call): New function.
1267 (execute_stack_op): Set CTX->DWARF_CALL.
1268 * dwarf2expr.c (execute_stack_op) <DW_OP_call2, DW_OP_call4>: New.
1269 * dwarf2expr.h (struct dwarf_expr_context) <dwarf_call>: New.
1270 (struct dwarf_expr_context) <get_subr>: Remove the #if0-ed field.
1271 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call): New functions.
1272 (dwarf2_evaluate_loc_desc): Initialize CTX->DWARF_CALL.
1273 (needs_frame_dwarf_call): New function.
1274 (dwarf2_loc_desc_needs_frame): Initialize CTX->DWARF_CALL.
1275 * dwarf2read.c (follow_die_offset): Based on former follow_die_ref.
1276 Update the comment. Move variables die, offset and error call to ...
1277 (follow_die_ref): ... a new function.
1278 (dwarf2_fetch_die_location_block): New function.
1279 * dwarf2loc.h (dwarf2_fetch_die_location_block): New prototype.
1280
1281 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1282
1283 * dwarf2loc.c (struct dwarf_expr_baton) Replace objfile by per_cu.
1284 (dwarf_expr_tls_address): Use per_cu instead of objfile.
1285 (dwarf2_evaluate_loc_desc): Drop initialization of BATON.OBJFILE.
1286 Initialize new BATON.PER_CU. Adjust CTX->GDBARCH initialization for
1287 this change.
1288 (struct needs_frame_baton): New field per_cu.
1289 (dwarf2_loc_desc_needs_frame): Initialize new BATON.PER_CU.
1290 * dwarf2read.c (struct dwarf2_per_cu_data) <cu>: Extend the comment.
1291
1292 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1293
1294 * cp-support.c (make_symbol_overload_list_namespace): Only search
1295 static and global blocks.
1296 (make_symbol_overload_list_block): New function.
1297 (make_symbol_overload_list): Separate namespace search from block
1298 search.
1299 (make_symbol_overload_list_qualified): Use
1300 make_symbol_overload_list_block.
1301
1302 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1303
1304 * value.h: Created oload_search_type enum.
1305 (find_overload_match): Use oload_search_type enum.
1306 * valops.c (find_overload_match): Support combined member and
1307 non-member search.
1308 * eval.c (evaluate_subexp_standard): Calls to
1309 find_overload_match now use oload_search_type enum.
1310 (oload_method_static): Verify index is a proper value.
1311 * valarith.c (value_user_defined_cpp_op): Search for and handle
1312 both member and non-member operators.
1313 (value_user_defined_cpp_op): New function.
1314 (value_user_defined_op): New function.
1315 (value_x_unop): Use value_user_defined_op.
1316 (value_x_binop): Ditto.
1317 * cp-support.c (make_symbol_overload_list_using): Added block
1318 iteration.
1319 Add check for namespace aliases and imported declarations.
1320
1321 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1322
1323 * breakpoint.h (owner): Extend the comment.
1324
1325 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1326
1327 Clear stale specific bp_location from former whole breakpoint.
1328 * breakpoint.c (delete_breakpoint): Move the stale referencing clear
1329 code ...
1330 (free_bp_location): ... here. Rename there the called function to
1331 bpstat_remove_bp_location_callback.
1332 (bpstat_remove_breakpoint_callback): Rename to ...
1333 (bpstat_remove_bp_location_callback): ... here, change DATA resolution
1334 to struct bp_location. Change the called function to
1335 bpstat_remove_bp_location. Create new declaration for the function.
1336 (bpstat_remove_breakpoint): Rename to ...
1337 (bpstat_remove_bp_location): ..., change the parameter to loc, adjust
1338 code for the new parameter type.
1339
1340 2010-06-07 Nathan Sidwell <nathan@codesourcery.com>
1341
1342 * README: Make version-agnostic.
1343
1344 2010-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1345
1346 Fix duplicate types for single DIE.
1347 * dwarf2read.c (read_structure_type): Move set_descriptive_type after
1348 set_die_type.
1349 (read_array_type): Remove type initialization. Recheck get_die_type
1350 after initial die_type. Move set_die_type before set_descriptive_type.
1351 (read_set_type): New variable domain_type. Recheck get_die_type after
1352 initial die_type. Move attr initialization later.
1353 (read_tag_pointer_type, read_tag_reference_type): New variable
1354 target_type. Recheck get_die_type after initial die_type.
1355 (read_tag_ptr_to_member_type): Recheck get_die_type after initial
1356 die_type and die_containing_type.
1357 (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
1358 Recheck get_die_type after initial die_type.
1359 (read_subrange_type): Recheck get_die_type after initial die_type.
1360 Move set_die_type before set_descriptive_type.
1361 (set_die_type): Extend the function comment. Call complaint if DIE has
1362 some type already set.
1363
1364 2010-06-05 Vladimir Prus <vladimir@codesourcery.com>
1365
1366 * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
1367 for current naming of thread groups (iN, not N).
1368
1369 2010-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
1370
1371 * ada-lang.c (ada_operator_length): Constify `struct expression'.
1372 * parse.c (operator_length): Likewise.
1373 (operator_length_standard): Likewise.
1374 * parser-defs.h (operator_length): Likewise.
1375 (operator_length_standard): Likewise.
1376 (struct exp_descriptor <operator_length>): Likewise.
1377
1378 2010-06-04 Doug Evans <dje@google.com>
1379
1380 Add support for enabling/disabling individual pretty-printers.
1381 * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
1382 * python/python-internal.h (gdbpy_enabled_cst): Declare.
1383 * python/python.c (gdbpy_enabled_cst): Define.
1384 (_initialize_python): Initialize gdbpy_enabled_cst.
1385 * NEWS: Add entry.
1386
1387 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1388
1389 * breakpoint.c (update_global_location_list): Fix comment typo.
1390
1391 2010-06-04 Hui Zhu <teawater@gmail.com>
1392
1393 * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
1394
1395 2010-06-03 Doug Evans <dje@google.com>
1396
1397 * configure.ac: Don't fail if python is unusable when
1398 configured with --with-python=auto.
1399 * configure: Regenerate.
1400
1401 2010-06-03 Sami Wagiaalla <swagiaal@redhat.com>
1402
1403 * dwarf2read.c (new_symbol): Remove redundant naming of symbol.
1404
1405 2010-06-03 Pierre Muller <muller@ics.u-strasbg.fr>
1406
1407 * valprint.h (get_array_bounds): Change low and high parameter types
1408 to LONGEST *.
1409 * valprint.c (get_array_bounds): Use get_discrete_bounds call to
1410 compute bounds.
1411 (val_print_array_elements): Adapt to change above.
1412 * ada-valprint.c (print_optional_low_bound): Adapt to change above.
1413 * p-valprint.c (pascal_val_print): Likewise.
1414
1415 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1416
1417 * symfile.c (init_filename_language_table): New extensions .for, .FOR,
1418 .ftn, .FTN, .fpp, .FPP, .f90, .F90, .f95, .F95, .f03, .F03, .f08 and
1419 .F08.
1420
1421 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1422
1423 Support DW_TAG_module as separate namespaces.
1424 * dwarf2read.c (typename_concat): New parameter physname.
1425 (read_module_type): New function and declaration.
1426 (scan_partial_symbols): Scan also DW_TAG_module children.
1427 (partial_die_parent_scope): Accept scope even from DW_TAG_module. Pass
1428 to typename_concat backward compatible physname value 0.
1429 (partial_die_full_name, read_namespace_type): Pass to typename_concat
1430 backward compatible physname value 0.
1431 (add_partial_module, read_module): Remove FIXME comment.
1432 (process_die) <DW_TAG_module>: Set PROCESSING_HAS_NAMESPACE_INFO.
1433 (die_needs_namespace) <DW_TAG_variable>: Allow returning true even for
1434 DIEs under DW_TAG_module.
1435 (dwarf2_compute_name): Move the ada block for DW_AT_linkage_name and
1436 DW_AT_MIPS_linkage_name first, extend it for language_fortran
1437 && physname and return there instead of just setting NAME. Extend
1438 the main block for language_fortran. Pass physname parameter to the
1439 typename_concat call.
1440 (read_import_statement, read_func_scope, get_scope_pc_bounds)
1441 (load_partial_dies, determine_prefix): Support also DW_TAG_module.
1442 (new_symbol): Fill in cplus_specific.demangled_name if it is still
1443 missing from SYMBOL_SET_NAMES in the language_fortran case.
1444 (new_symbol) <DW_TAG_variable>: Force LOC_UNRESOLVED for gfortran module
1445 variables.
1446 (read_type_die) <DW_TAG_module>: New.
1447 (MAX_SEP_LEN): Increase to 7.
1448 (typename_concat): New parameter physname. New variable lead. Support
1449 also language_fortran.
1450 * f-exp.y (yylex): Consider : also as a symbol name character class.
1451 * f-lang.c: Include cp-support.h.
1452 (f_word_break_characters, f_make_symbol_completion_list): New functions.
1453 (f_language_defn): Use cp_lookup_symbol_nonlocal,
1454 f_word_break_characters and f_make_symbol_completion_list.
1455 * f-typeprint.c (f_type_print_base) <TYPE_CODE_MODULE>: New.
1456 * gdbtypes.h (enum type_code) <TYPE_CODE_MODULE>: New.
1457 * symtab.c (symbol_init_language_specific): Support language_fortran.
1458 (symbol_find_demangled_name): New comment on language_fortran.
1459 (symbol_natural_name, symbol_demangled_name): Use demangled_name even
1460 for language_fortran.
1461 (lookup_symbol_aux_local): Check imports also for language_fortran.
1462 (default_make_symbol_completion_list): Rename to ...
1463 (default_make_symbol_completion_list_break_on): ... this name. New
1464 parameter break_on, use it.
1465 (default_make_symbol_completion_list): New stub.
1466 * symtab.h (default_make_symbol_completion_list_break_on): New
1467 prototype.
1468
1469 2010-06-02 Joel Brobecker <brobecker@adacore.com>
1470
1471 * remote.c (remote_get_noisy_reply): Remove trailing "\n" in call
1472 to error.
1473
1474 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1475
1476 * dwarf2read.c (typename_concat): Add const to the variable sep.
1477
1478 2010-06-02 Tom Tromey <tromey@redhat.com>
1479
1480 * dwarf2loc.h (dwarf2_per_cu_data): Declare.
1481 * dwarf2read.c (dwarf_stack_op_name): No longer static. Return
1482 type is const. Add 'def' argument. Add missing operators, remove
1483 unhandled ones.
1484 (decode_locdesc): Update.
1485 (dwarf2_always_disassemble): New global.
1486 (show_dwarf2_always_disassemble): New function.
1487 (_initialize_dwarf2_read): Add always-disassemble.
1488 (dwarf2_per_cu_offset_size): New function.
1489 * dwarf2loc.c (dwarf2_always_disassemble): Declare.
1490 (piece_end_p): New function.
1491 (locexpr_describe_location_piece): Replace 'size' argument with
1492 'end'. Use piece_end_p. Rewrite recognition of TLS. Recognize
1493 some constants. Remove errors.
1494 (disassemble_dwarf_expression): New function.
1495 (locexpr_describe_location_1): Use disassemble_dwarf_expression.
1496 Add 'offset_size' argument.
1497 (loclist_describe_location): Change output formatting.
1498 * dwarf2expr.h (dwarf_stack_op_name): Declare.
1499
1500 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
1501
1502 * cp-support.c (make_symbol_overload_list_adl_namespace): Handle
1503 anonymous type case.
1504
1505 2010-06-02 Pierre Muller <muller@ics.u-strasbg.fr>
1506
1507 * dwarf2read.c (read_subrange_type): Handle missing base type
1508 according to Dwarf-2 specifications.
1509
1510 2010-06-01 Sergio Durigan Junior <sergiodj@redhat.com>
1511
1512 * expprint.c (print_subexp_standard): Remove exp_opcodes BINOP_INCL,
1513 BINOP_EXCL.
1514 (op_name_standard): Remove exp_opcodes BINOP_INCL, BINOP_EXCL,
1515 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
1516 (dump_subexp_body_standard): Remove exp_opcodes BINOP_INCL,
1517 BINOP_EXCL, UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD,
1518 UNOP_CHMAX, UNOP_CHMIN.
1519 * expression.h (enum exp_opcode) <BINOP_INCL, BINOP_EXCL,
1520 UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH, UNOP_CARD, UNOP_CHMAX,
1521 UNOP_CHMIN>: Remove opcodes.
1522
1523 2010-06-01 Pierre Muller <muller@ics.u-strasbg.fr>
1524
1525 * dwarf2read.c (read_func_scope): Do not complain for
1526 external function if bounds are not found.
1527
1528 2010-06-01 Pedro Alves <pedro@codesourcery.com>
1529
1530 * NEWS: Mention gdbserver fast tracepoints support.
1531
1532 2010-05-31 Pierre Muller <muller@ics.u-strasbg.fr>
1533
1534 * windows-nat.c (GetConsoleFontSize, GetCurrentConsoleFont):
1535 New macros.
1536 (windows_set_console_info): New function.
1537 (windows_create_inferior): Call windows_set_console_info
1538 if NEW_CONSOLE is true.
1539 (bad_GetCurrentConsoleFont, bad_GetConsoleFontSize): New functions.
1540 (_initialize_loadable): Initialize GetConsoleFontSize and
1541 GetCurrentConsoleFont.
1542
1543 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 * Makefile.in (RDYNAMIC): New.
1546 (SFILES): Add proc-service.list.
1547 * config/alpha/alpha-linux.mh (NAT_CDEPS): New.
1548 (LOADLIBES): Replace -rdynamic by $(RDYNAMIC).
1549 * config/arm/linux.mh: Likewise.
1550 * config/i386/linux.mh: Likewise.
1551 * config/i386/linux64.mh: Likewise.
1552 * config/ia64/linux.mh: Likewise.
1553 * config/m32r/linux.mh: Likewise.
1554 * config/m68k/linux.mh: Likewise.
1555 * config/mips/linux.mh: Likewise.
1556 * config/pa/linux.mh: Likewise.
1557 * config/powerpc/linux.mh: Likewise.
1558 * config/powerpc/ppc64-linux.mh: Likewise.
1559 * config/s390/s390.mh: Likewise.
1560 * config/sparc/linux.mh: Likewise.
1561 * config/sparc/linux64.mh: Likewise.
1562 * config/xtensa/linux.mh: Likewise.
1563 * configure.ac: New RDYNAMIC on native host and GCC.
1564 (solaris*): Replace -Wl,-export-dynamic by $RDYNAMIC.
1565 * configure: Regenerate.
1566 * proc-service.list: New.
1567
1568 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 * linux-nat.c (linux_nat_core_of_thread_1): Fix crash on invalid
1571 CONTENT.
1572
1573 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1574
1575 * linux-nat.c (linux_nat_wait_1): Do not call
1576 linux_nat_core_of_thread_1 on TARGET_WAITKIND_EXITED or
1577 TARGET_WAITKIND_SIGNALLED.
1578
1579 2010-05-27 Joel Brobecker <brobecker@adacore.com>
1580
1581 * ada-lang.c (ada_inferior_data): New struct.
1582 (ada_inferior_data): New static global.
1583 (ada_inferior_data_cleanup, get_ada_inferior_data, ada_inferior_exit)
1584 (ada_get_tsd_type): New functions.
1585 (ada_tag_name_2): Use ada_get_tsd_type instead of ada_find_any_type
1586 to look the tsd type up.
1587 (_initialize_ada_language): Attach ada_inferior_exit to inferior_exit
1588 event. Set ada_inferior_data.
1589
1590 2010-05-27 Pedro Alves <pedro@codesourcery.com>
1591
1592 * remote.c (unpack_varlen_hex): Remove forward declaration.
1593 (remote_console_output): Make static, and add forward declaration.
1594 * remote.h: Drop FIXME comment.
1595 (unpack_varlen_hex): Declare.
1596 (remote_console_output, remote_cisco_objfile_relocate)
1597 (deprecated_target_resume_hook, deprecated_target_wait_loop_hook):
1598 Delete declarations.
1599 * tracepoint.c: Include "remote.h".
1600 (unpack_varlen_hex): Delete declaration.
1601
1602 2010-05-27 Tom Tromey <tromey@redhat.com>
1603
1604 * dwarf2loc.c (struct piece_closure) <refc>: New field.
1605 (allocate_piece_closure): Initialize refc.
1606 (copy_pieced_value_closure): Use refc.
1607 (free_pieced_value_closure): Likewise.
1608
1609 2010-05-27 Tom Tromey <tromey@redhat.com>
1610
1611 * arm-tdep.c (push_stack_item): 'contents' now const.
1612 (arm_push_dummy_call): Make 'val' const. Use value_contents, not
1613 value_contents_writeable. Introduce new temporary.
1614
1615 2010-05-27 Tom Tromey <tromey@redhat.com>
1616
1617 * findcmd.c (parse_find_args): Use value_contents, not
1618 value_contents_raw.
1619
1620 2010-05-27 Tom Tromey <tromey@redhat.com>
1621
1622 * alpha-tdep.c (alpha_push_dummy_call): Make alpha_arg.contents
1623 const. Use value_contents, not value_contents_writeable.
1624
1625 2010-05-27 Joel Brobecker <brobecker@adacore.com>
1626
1627 * ada-lang.c (ensure_lval): Replace call to value_contents_raw
1628 by call to value_contents.
1629
1630 2010-05-27 Ozkan Sezer <sezeroz@gmail.com>
1631
1632 * MAINTAINERS: Add myself for write after approval privileges.
1633
1634 2010-05-26 Doug Evans <dje@google.com>
1635
1636 Allow python to find its files if moved from original location.
1637 * acinclude.m4 (GDB_AC_DEFINE_RELOCATABLE): New function.
1638 (GDB_AC_WITH_DIR): Call it.
1639 * configure.ac: Define WITH_PYTHON_PATH if we can find the
1640 python installation directory.
1641 * config.in: Regenerate.
1642 * configure: Regenerate.
1643 * defs.h (python_libdir): Declare.
1644 * main.c (python_libdir): Define.
1645 (captured_main): Initialize python_libdir.
1646 * python/python.c (_initialize_python): #ifdef WITH_PYTHON_PATH,
1647 call Py_SetProgramName to make sure python can find its libraries
1648 and modules.
1649
1650 * configure.ac: Try to use python's distutils to fetch compilation
1651 parameters.
1652 * configure: Regenerate.
1653 * python/python-config.py: New file.
1654
1655 2010-05-26 Ozkan Sezer <sezeroz@gmail.com>
1656
1657 * ser-tcp.c (net_open): Check error return from socket() call by its
1658 equality to -1 not by it being negative.
1659 (net_close): Likewise.
1660
1661 2010-05-26 Pedro Alves <pedro@codesourcery.com>
1662
1663 * NEWS: Mention the `qRelocInsn' feature.
1664 * gdbarch.sh (relocate_instruction): New.
1665 * amd64-tdep.c (rip_relative_offset): New.
1666 (append_insns): New.
1667 (amd64_relocate_instruction): New.
1668 (amd64_init_abi): Install it.
1669 * i386-tdep.c (append_insns): New.
1670 (i386_relocate_instruction): New.
1671 (i386_gdbarch_init): Install it.
1672 * remote.c (remote_get_noisy_reply): Handle qRelocInsn requests.
1673 * gdbarch.h, gdbarch.c: Regenerate.
1674
1675 2010-05-26 Tom Tromey <tromey@redhat.com>
1676
1677 * dwarf2loc.h (struct dwarf2_locexpr_baton) <data>: Now const.
1678 (struct dwarf2_loclist_baton) <data>: Likewise.
1679 * dwarf2loc.c (find_location_expression): Constify return type.
1680 (dwarf2_evaluate_loc_desc): Make 'data' argument const.
1681 (dwarf2_loc_desc_needs_frame): Likewise.
1682 (loclist_read_variable): Constify.
1683 (loclist_describe_location): Likewise.
1684 (loclist_tracepoint_var_ref): Likewise.
1685
1686 2010-05-25 Tom Tromey <tromey@redhat.com>
1687
1688 * dwarf2loc.c (dwarf_expr_frame_base): Constify.
1689 (dwarf_expr_frame_base_1): Likewise.
1690 (read_pieced_value): Update.
1691 (needs_frame_frame_base): Constify.
1692 (dwarf2_tracepoint_var_loc): Likewise.
1693 (dwarf2_tracepoint_var_access): Likewise.
1694 (locexpr_describe_location_piece): Likewise.
1695 (locexpr_describe_location_1): Likewise.
1696 * dwarf2expr.h (struct dwarf_expr_context) <get_frame_base>:
1697 Constify.
1698 (data): Now const.
1699 (struct dwarf_expr_piece) <v.literal.data>: Likewise.
1700 (dwarf_expr_eval, read_uleb128, read_sleb128)
1701 (dwarf2_read_address): Update.
1702 * dwarf2expr.c (dwarf_expr_eval): Constify.
1703 (read_uleb128): Likewise.
1704 (read_sleb128): Likewise.
1705 (dwarf2_read_address): Likewise.
1706 (require_composition): Likewise.
1707 (execute_stack_op): Likewise.
1708 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <loc.exp>: Now a
1709 "const gdb_byte *".
1710 * dwarf2-frame.c (struct dwarf2_frame_state_reg_info) <cfa_exp>:
1711 Now const.
1712 (no_get_frame_base): Constify.
1713 (execute_stack_op): Likewise.
1714 (execute_cfa_program): Likewise.
1715 (read_encoded_value): Likewise.
1716
1717 2010-05-25 Doug Evans <dje@google.com>
1718
1719 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.
1720
1721 * event-loop.h (GDB_READABLE, GDB_WRITABLE, GDB_EXCEPTION): Move to ...
1722 * event-loop.c: ... here.
1723 * tui/tui-io.c (tui_readline_output): Rename parameter `code' to
1724 `error' for clarity.
1725 (tui_getc): Pass correct value for `error' parameter to
1726 tui_readline_output.
1727
1728 Add python gdb.GdbError and gdb.string_to_argv.
1729 * NEWS: Document them.
1730 * python/py-cmd.c (cmdpy_function): Don't print a traceback if
1731 the exception is gdb.GdbError. Print a second traceback if there's
1732 an error computing the error message.
1733 (gdbpy_string_to_argv): New function.
1734 * python/py-utils.c (gdbpy_obj_to_string): New function.
1735 (gdbpy_exception_to_string): New function.
1736 * python/python-internal.h (gdbpy_string_to_argv): Declare.
1737 (gdbpy_obj_to_string, gdbpy_exception_to_string): Declare.
1738 (gdbpy_gdberror_exc): Declare.
1739 * python/python.c (gdbpy_gdberror_exc): New global.
1740 (_initialize_python): Initialize gdbpy_gdberror_exc and create
1741 gdb.GdbError.
1742 (GdbMethods): Add string_to_argv.
1743
1744 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1745
1746 * windows-nat.c (display_selector): Call GetLastError to give better
1747 failure explanation.
1748
1749 2010-05-24 Pedro Alves <pedro@codesourcery.com>
1750
1751 * config.in: Regenerate.
1752
1753 2010-05-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 Code cleanup.
1756 * target.c (push_target): Return only void. Remove the return value
1757 comment.
1758 * target.h (push_target): Return only void.
1759
1760 2010-05-23 Pedro Alves <pedro@codesourcery.com>
1761
1762 Update gnulib from latest git.
1763 (250b80067c1e1d8faa0c42fb572f721975b929c5)
1764
1765 * gnulib/memcmp.c: Removed.
1766 * gnulib/memchr.valgrind: New.
1767 * gnulib/stddef.in.h: New.
1768 * gnulib/Makefile.am: Updated.
1769 * gnulib/memchr.c: Updated.
1770 * gnulib/memmem.c: Updated.
1771 * gnulib/stdint.in.h: Updated.
1772 * gnulib/str-two-way.h: Updated.
1773 * gnulib/string.in.h: Updated.
1774 * gnulib/wchar.in.h: Updated.
1775
1776 * gnulib/extra/link-warning.h: Removed.
1777 * gnulib/extra/c++defs.h: New.
1778 * gnulib/extra/warn-on-use.h: New.
1779 * gnulib/extra/arg-nonnull.h: Updated.
1780
1781 * gnulib/m4/extensions.m4: Updated.
1782 * gnulib/m4/gnulib-cache.m4: Updated.
1783 * gnulib/m4/gnulib-common.m4: Updated.
1784 * gnulib/m4/gnulib-comp.m4: Updated.
1785 * gnulib/m4/gnulib-tool.m4: Updated.
1786 * gnulib/m4/include_next.m4: Updated.
1787 * gnulib/m4/longlong.m4: Updated.
1788 * gnulib/m4/memchr.m4: Updated.
1789 * gnulib/m4/memmem.m4: Updated.
1790 * gnulib/m4/stdint.m4: Updated.
1791 * gnulib/m4/string_h.m4: Updated.
1792 * gnulib/m4/memcmp.m4: Removed.
1793 * gnulib/m4/onceonly_2_57.m4: Removed.
1794 * gnulib/m4/00gnulib.m4: New.
1795 * gnulib/m4/mmap-anon.m4: New.
1796 * gnulib/m4/multiarch.m4: New.
1797 * gnulib/m4/onceonly.m4: New.
1798 * gnulib/m4/stddef_h.m4: New.
1799 * gnulib/m4/warn-on-use.m4: New.
1800 * gnulib/m4/wchar.m4: Removed.
1801 * gnulib/m4/wchar_h.m4: New.
1802 * gnulib/m4/wchar_t.m4: New.
1803 * gnulib/m4/wint_t.m4: New.
1804
1805 * aclocal.m4: Regenerate.
1806 * config.in: Likewise.
1807 * configure: Likewise.
1808 * gnulib/Makefile.in: Likewise.
1809
1810 2010-05-21 Tom Tromey <tromey@redhat.com>
1811
1812 * dwarf2loc.c (extract_bits_primitive): New function.
1813 (extract_bits): Likewise.
1814 (insert_bits): Likewise.
1815 (copy_bitwise): Likewise.
1816 (read_pieced_value): Do all operations in bits.
1817 (write_pieced_value): Likewise.
1818 * dwarf2expr.h (struct dwarf_expr_piece) <offset>: New field.
1819 * dwarf2expr.c (add_piece): New arguments bit_piece, offset.
1820 Always use xrealloc to resize piece array.
1821 (execute_stack_op) <DW_OP_reg0>: Handle DW_OP_bit_piece.
1822 <DW_OP_piece>: Update.
1823 <DW_OP_bit_piece>: New case.
1824
1825 2010-05-21 Tom Tromey <tromey@redhat.com>
1826
1827 * dwarf2loc.c (read_pieced_value): Exit loop when result is full.
1828 <DWARF_VALUE_OPTIMIZED_OUT>: New case.
1829 * dwarf2expr.h (enum dwarf_value_location)
1830 <DWARF_VALUE_OPTIMIZED_OUT>: New constant.
1831 * dwarf2expr.c (dwarf_expr_stack_empty_p): New function.
1832 (add_piece): Handle empty piece.
1833 (execute_stack_op) <DW_OP_piece>: Handle
1834 DWARF_VALUE_OPTIMIZED_OUT.
1835
1836 2010-05-21 Tom Tromey <tromey@redhat.com>
1837
1838 * eval.c (evaluate_subexp_standard) <BINOP_SUBSCRIPT>: Call
1839 evaluate_subexp, not evaluate_subexp_with_coercion.
1840
1841 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1842
1843 * dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
1844 attribute.
1845
1846 2010-05-21 Tom Tromey <tromey@redhat.com>
1847
1848 * dwarf2loc.c (read_pieced_value): Work properly when 'v' has an
1849 offset.
1850 (write_pieced_value): Likewise.
1851
1852 2010-05-21 Pierre Muller <muller@ics.u-strasbg.fr>
1853
1854 * dwarf2read.c (process_die): Also allow DW_TAG_const_type
1855 and DW_TAG_volatile_type.
1856 (new_symbol): Likewise.
1857
1858 2010-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1859
1860 * p-valprint.c (pascal_val_print): Call get_array_bounds
1861 to obtain the number of elements in an array.
1862
1863 2010-05-19 Doug Evans <dje@google.com>
1864
1865 * python.c (gdbpy_print_stack): Ensure output ends with a newline.
1866
1867 * python.c (source_python_script): Add comment.
1868 (source_python_script_for_objfile): Remove unnecessary call to
1869 gdbpy_print_stack.
1870
1871 2010-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1872 Sergio Durigan Junior <sergiodj@redhat.com>
1873
1874 Code cleanup.
1875 * parse.c (exp_iterate): Use operator_length wrapper function.
1876
1877 2010-05-18 Michael Snyder <msnyder@vmware.com>
1878
1879 * ada-lang.c: White space.
1880 * ada-typeprint.c: White space.
1881 * ada-valprint.c: White space.
1882 * addrmap.c: White space.
1883 * auxv.c: White space.
1884 * ax-gdb.c: White space.
1885
1886 2010-05-18 Hui Zhu <teawater@gmail.com>
1887
1888 * linux-fork.c (inferior_call_waitpid_cleanup): Add check
1889 for oldfp.
1890 (inferior_call_waitpid): Move make_cleanup out of check.
1891 Check the return of waitpid.
1892 (delete_checkpoint_command): Add pptid to save fi->parent_ptid.
1893
1894 2010-05-17 Michael Snyder <msnyder@vmware.com>
1895
1896 * tui/tui.c: White space.
1897 * tui/tui-data.c: White space.
1898 * tui/tui-disasm.c: White space.
1899 * tui/tui-file.c: White space.
1900 * tui/tui-interp.c: White space.
1901 * tui/tui-main.c: White space.
1902 * tui/tui-out.c: White space.
1903 * tui/tui-regs.c: White space.
1904 * tui/tui-source.c: White space.
1905 * tui/tui-stack.c: White space.
1906 * tui/tui-win.c: White space.
1907 * tui/tui-winsource.c: White space.
1908
1909 * procfs.c: White space.
1910
1911 * python/py-auto-load.c: White space.
1912 * python/py-block.c: White space.
1913 * python/py-breakpoint.c: White space.
1914 * python/py-cmd.c: White space.
1915 * python/py-function.c: White space.
1916 * python/py-lazy-string.c: White space.
1917 * python/py-objfile.c: White space.
1918 * python/py-param.c: White space.
1919 * python/py-prettyprint.c: White space.
1920 * python/py-progspace.c: White space.
1921 * python/py-symtab.c: White space.
1922 * python/python.c: White space.
1923 * python/py-type.c: White space.
1924 * python/py-utils.c: White space.
1925 * python/py-value.c: White space.
1926
1927 * mi/mi-cmd-break.c: White space.
1928 * mi/mi-cmd-env.c: White space.
1929 * mi/mi-cmds.c: White space.
1930 * mi/mi-cmd-stack.c: White space.
1931 * mi/mi-cmd-var.c: White space.
1932 * mi/mi-console.c: White space.
1933 * mi/mi-getopt.c: White space.
1934 * mi/mi-interp.c: White space.
1935 * mi/mi-main.c: White space.
1936 * mi/mi-out.c: White space.
1937 * mi/mi-parse.c: White space.
1938
1939 * cli/cli-cmds.c: White space.
1940 * cli/cli-decode.c: White space.
1941 * cli/cli-dump.c: White space.
1942 * cli/cli-interp.c: White space.
1943 * cli/cli-logging.c: White space.
1944 * cli/cli-script.c: White space.
1945 * cli/cli-setshow.c: White space.
1946
1947 * valarith.c: White space.
1948 * valops.c: White space.
1949 * valprint.c: White space.
1950 * value.c: White space.
1951 * varobj.c: White space.
1952 * xcoffread.c: White space.
1953 * xml-support.c: White space.
1954 * xml-tdesc.c: White space.
1955
1956 2010-05-17 Andreas Schwab <schwab@redhat.com>
1957
1958 PR gdb/11092
1959 * c-lang.c (c_printstr): Compute real length of NUL terminated
1960 string at first.
1961
1962 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1963
1964 * parse.c (parse_exp_in_context): When block is not NULL, use
1965 its associated language to parse the expression instead of
1966 the current_language.
1967
1968 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1969
1970 * jv-lang.c (java_lookup_class): Remove commented out code.
1971 (type_from_class): Likewise.
1972 (java_op_print_tab): Remove commented-out elements.
1973
1974 2010-05-17 Joel Brobecker <brobecker@adacore.com>
1975
1976 * ada-lang.c (to_fixed_range_type): The the raw index type as
1977 argument instead of the raw type name. Remove orig_type parameter.
1978 Update calls throughout.
1979 (ada_fixup_array_indexes_type): New function.
1980 (ada_array_bound_from_type): Add call to ada_fixup_array_indexes_type.
1981 * ada-lang.h (ada_fixup_array_indexes_type): Add declaration.
1982 * ada-typeprint.c (print_range_type): Renames print_range_type_named.
1983 Remove name parameter.
1984 (print_array_type): Add call to ada_fixup_array_indexes_type.
1985 Update calls to print_range_type.
1986 (ada_print_type): Update calls to print_range_type.
1987
1988 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
1989
1990 * dwarf2read.c (read_set_type): Set type length if
1991 DW_AT_byte_size attribute is present.
1992
1993 2010-05-17 Pierre Muller <muller@ics.u-strasbg.fr>
1994
1995 * p-valprint.c (pascal_val_print): Handle set type if range limits
1996 are undefined but size is known.
1997
1998 2010-05-17 Pedro Alves <pedro@codesourcery.com>
1999
2000 * procfs.c: Reformat.
2001
2002 2010-05-16 Michael Snyder <msnyder@vmware.com>
2003
2004 * target.c: White space.
2005 * target-descriptions.c: White space.
2006 * target-memory.c: White space.
2007 * thread.c: White space.
2008 * top.c: White space.
2009 * tracepoint.c: White space.
2010 * trad-frame.c: White space.
2011 * tramp-frame.c: White space.
2012 * ui-file.c: White space.
2013 * ui-out.c: White space.
2014 * user-regs.c: White space.
2015 * utils.c: White space.
2016
2017 * scm-exp.c: White space.
2018 * scm-lang.c: White space.
2019 * scm-valprint.c: White space.
2020 * sentinel-frame.c: White space.
2021 * ser-base.c: White space.
2022 * ser-go32.c: White space.
2023 * serial.c: White space.
2024 * ser-mingw.c: White space.
2025 * ser-pipe.c: White space.
2026 * ser-tcp.c: White space.
2027 * ser-unix.c: White space.
2028 * solib.c: White space.
2029 * solib-darwin.c: White space.
2030 * solib-frv.c: White space.
2031 * solib-irix.c: White space.
2032 * solib-osf.c: White space.
2033 * solib-pa64.c: White space.
2034 * solib-som.c: White space.
2035 * solib-spu.c: White space.
2036 * solib-svr4.c: White space.
2037 * solib-target.c: White space.
2038 * source.c: White space.
2039 * stabsread.c: White space.
2040 * stack.c: White space.
2041 * std-regs.c: White space.
2042 * symfile.c: White space.
2043 * symmisc.c: White space.
2044 * symtab.c: White space.
2045
2046 2010-05-16 Michael Snyder <msnyder@vmware.com>
2047
2048 * source.c (_initialize_source): Add "rev" as an abbreviation
2049 for the "reverse-search" command.
2050
2051 2010-05-16 Michael Snyder <msnyder@vmware.com>
2052
2053 * record.c: White space.
2054 * regcache.c: White space.
2055 * reggroups.c: White space.
2056 * remote-fileio.c: White space.
2057 * remote-m32r-sdi.c: White space.
2058 * remote-mips.c: White space.
2059 * remote-sim.c: White space.
2060 * remote.c: White space.
2061 (process_g_packet): Remove orphan braces.
2062
2063 2010-05-15 Michael Snyder <msnyder@vmware.com>
2064
2065 * parse.c: White space.
2066 * p-lang.c: White space.
2067 * posix-hdep.c: White space.
2068 * printcmd.c: White space.
2069 * progspace.c: White space.
2070 * prologue-value.c: White space.
2071 * psymtab.c: White space.
2072 * p-typeprint.c: White space.
2073 * p-valprint.c: White space.
2074
2075 * objc-lang.c: White space.
2076 * objfiles.c: White space.
2077 * observer.c: White space.
2078 * osabi.c: White space.
2079 * osdata.c: White space.
2080
2081 * m2-lang.c: White space.
2082 * m2-valprint.c: White space.
2083 * macrocmd.c: White space.
2084 * macroexp.c: White space.
2085 * macroscope.c: White space.
2086 * macrotab.c: White space.
2087 * main.c: White space.
2088 * maint.c: White space.
2089 * mdebugread.c: White space.
2090 * memattr.c: White space.
2091 * minsyms.c: White space.
2092 * monitor.c: White space.
2093
2094 2010-05-14 Michael Snyder <msnyder@vmware.com>
2095
2096 * jv-lang.c: White space.
2097 * jv-typeprint.c: White space.
2098 * jv-valprint.c: White space.
2099 * language.c: White space.
2100 * libunwind-frame.c: White space.
2101 * linespec.c: White space.
2102 * linux-nat.c: White space.
2103 * linux-record.c: White space.
2104 * linux-thread-db.c: White space.
2105
2106 * infcall.c: White space.
2107 * inf-child.c: White space.
2108 * infcmd.c: White space.
2109 * inferior.c: White space.
2110 * inf-loop.c: White space.
2111 * inflow.c: White space.
2112 * inline-frame.c: White space.
2113 * interps.c: White space.
2114
2115 * gcore.c: White space.
2116 * gdb.c: White space.
2117 * gdbtypes.c: White space.
2118 * gnu-nat.c: White space.
2119 * gnu-v2-abi.c: White space.
2120 * gnu-v3-abi.c: White space.
2121
2122 * findcmd.c: White space.
2123 * findvar.c: White space.
2124 * fork-child.c: White space.
2125 * frame-base.c: White space.
2126 * frame.c: White space.
2127 * frame-unwind.c: White space.
2128 * f-valprint.c: White space.
2129
2130 * elfread.c: White space.
2131 * environ.c: White space.
2132 * eval.c: White space.
2133 * event-loop.c: White space.
2134 * event-top.c: White space.
2135 * exceptions.c: White space.
2136 * exec.c: White space.
2137 * expprint.c: White space.
2138
2139 * dbxread.c: White space.
2140 * dcache.c: White space.
2141 * disasm.c: White space.
2142 * doublest.c: White space.
2143 * dsrec.c: White space.
2144 * dummy-frame.c: White space.
2145 * dwarf2expr.c: White space.
2146 * dwarf2-frame.c: White space.
2147 * dwarf2loc.c: White space.
2148 * dwarf2read.c: White space.
2149
2150 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
2151
2152 PR python/11482
2153
2154 * python/py-value.c (valpy_hash): New function.
2155 (value_object_type): Register valpy_hash.
2156
2157 2010-05-14 Hui Zhu <teawater@gmail.com>
2158 Michael Snyder <msnyder@vmware.com>
2159
2160 * linux-fork.c (gdbthread.h): New include.
2161 (fork_info): Add parent_ptid.
2162 (inferior_call_waitpid_cleanup, inferior_call_waitpid): New
2163 functions.
2164 (delete_checkpoint_command): Call inferior_call_waitpid.
2165 (checkpoint_command): Set parent_ptid.
2166
2167 2010-05-13 Michael Snyder <msnyder@vmware.com>
2168
2169 * dictionary.c: Re-indent to GNU coding standard.
2170
2171 * charset.c: White space.
2172 * c-lang.c: White space.
2173 * cli-out.c: White space.
2174 * coffread.c: White space.
2175 * complaints.c: White space.
2176 * completer.c: White space.
2177 * corefile.c: White space.
2178 * corelow.c: White space.
2179 * cp-abi.c: White space.
2180 * cp-namespace.c: White space.
2181 * cp-support.c: White space.
2182 * cp-valprint.c: White space.
2183 * c-typeprint.c: White space.
2184 * c-valprint.c: White space.
2185 * blockframe.c: White space.
2186 * breakpoint.c: White space.
2187 * buildsym.c: White space.
2188 * blockframe.c: White space.
2189 * bcache.c: White space.
2190 * gdbarch.sh: White space, add blank lines.
2191 * arch-utils.c: Ditto.
2192 * gdbarch.c: Regenerate.
2193 * frame.c: White space, add blank lines.
2194 * stack.c: White space, add blank lines.
2195 (initialize_stack): Remove long-dead code.
2196
2197 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2198
2199 Code cleanup.
2200 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Change the parameter to type.
2201 (locexpr_read_variable, loclist_read_variable): Update the callers.
2202
2203 2010-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 Code cleanup.
2206 * dwarf2read.c (die_type, die_descriptive_type): Remove variable type.
2207 Remove check of NULL returned by tag_type_to_type.
2208 (die_containing_type): Remove variable type. Remove type_die variable
2209 initialization. Remove check of NULL returned by tag_type_to_type.
2210
2211 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2212
2213 PR exp/11530.
2214 * gdbtypes.c (lookup_struct_elt_type): Also lookup
2215 names of unnamed structures or unions.
2216
2217 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2218
2219 * procfs.c (proc_watchpoint_address): New function.
2220 (procfs_stopped_by_watchpoint): Remove useless check after
2221 find_procinfo_or_die call.
2222 (procfs_stopped_data_address): New function.
2223 (procfs_use_watchpoints): Register new watchpoint related function.
2224
2225 2010-05-11 Tom Tromey <tromey@redhat.com>
2226
2227 * eval.c (evaluate_subexp_standard): Revert inadvertent change.
2228
2229 2010-05-10 Michael Snyder <msnyder@vmware.com>
2230
2231 * utils.c: White space cleanup.
2232
2233 2010-05-10 Tom Tromey <tromey@redhat.com>
2234
2235 * eval.c (ptrmath_type_p): Add 'lang' argument.
2236 (evaluate_subexp_standard): Update.
2237 (evaluate_subexp_with_coercion): Update.
2238 * language.h (CAST_IS_CONVERSION): Add 'LANG' argument.
2239
2240 2010-05-10 Michael Snyder <msnyder@vmware.com>
2241
2242 * utils.c (do_fclose_cleanup) Restore local variable.
2243
2244 2010-05-09 Doug Evans <dje@google.com>
2245
2246 * record.c (init_record_core_ops): Rename record_core to record-core.
2247
2248 2010-05-08 Joel Brobecker <brobecker@adacore.com>
2249
2250 Implement task switching on pa-hpux.
2251 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): New function.
2252 (inf_ttrace_target): Set t->to_get_ada_task_ptid.
2253
2254 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
2255
2256 * valops.c (find_overload_match): Add missing i18n markup.
2257
2258 2010-05-08 Pierre Muller <muller@ics.u-strasbg.fr>
2259
2260 * p-exp.y (exp : SIZEOF '(' exp ')'): New rule.
2261
2262 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * dwarf2read.c (typename_concat): Use (char *) NULL terminated stdarg
2265 list for the obconcat call.
2266 * mdebugread.c (parse_symbol): Likewise.
2267 * stabsread.c (define_symbol, read_member_functions, read_cpp_abbrev):
2268 Likewise.
2269 * symfile.c (obconcat): Replace the s1, s2 and s3 parameters by `...'.
2270 New variable ap. Remove variables len and val.
2271 * symfile.h (obconcat): Likewise for the prototype.
2272
2273 2010-05-07 Michael Snyder <msnyder@vmware.com>
2274
2275 * python/python.c (execute_gdb_command): Remove unused variables.
2276 * python/py-block.c (gdbpy_block_for_pc): Remove unused variable.
2277 * python/py-breakpoint.c (gdbpy_breakpoint_created):
2278 Remove unused variable.
2279 * python/py-cmd.c (cmdpy_function): Remove unused variable.
2280 (cmdpy_completer): Remove unused variable.
2281 * python/py-frame.c (frapy_find_sal): Remove unused variable.
2282 * python/py-function.c (fnpy_call): Remove unused variable.
2283 * python/py-objfile.c (objfile_to_objfile_object):
2284 Remove unused variable.
2285 * python/py-param.c (parmpy_init): Remove unused variable.
2286 * python/py-prettyprint.c (apply_varobj_pretty_printer):
2287 Remove unused variable.
2288 (gdbpy_default_visualizer): Remove unused variable.
2289 * python/py-progspace.c (pspace_to_pspace_object):
2290 Remove unused variable.
2291 * python/py-symtab.c (symtab_and_line_to_sal_object):
2292 Remove unused variable.
2293 * python/py-type.c (typy_template_argument):
2294 Remove unused variable.
2295 * python/py-value.c (valpy_string): Remove unused variable.
2296 (convert_value_from_python): Remove unused variables.
2297
2298 2010-05-07 Michael Snyder <msnyder@vmware.com>
2299
2300 * valops.c (value_cast_pointers): Restore unused variable 'type1',
2301 and use it to compute variable 't1'.
2302
2303 2010-05-07 Joel Brobecker <brobecker@adacore.com>
2304
2305 * ada-lang.c (assign_aggregate): Remove unused variable.
2306
2307 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2308
2309 PR C++/7943:
2310 * valops.c (find_overload_match): Handle fsym == NULL case.
2311 Add int no_adl argument.
2312 (find_oload_champ_namespace_loop): Call make_symbol_overload_list_adl
2313 when appropriate.
2314 Add int no_adl argument.
2315 (find_oload_champ_namespace): Add int no_adl argument.
2316 * parse.c (operator_length_standard): Return length for OP_ADL_FUNC
2317 expression.
2318 * expprint.c (op_name_standard): Added string for OP_ADL_FUNC case.
2319 * eval.c (evaluate_subexp_standard): Added OP_ADL_FUNC case.
2320 Evaluate arguments and use them to perform ADL lookup.
2321 Pass no_adl argument to find_overload_match.
2322 Disable adl lookup when evaluating a fully qualified OP_FUNCALL.
2323 * cp-support.h: Added prototype for
2324 make_symbol_overload_list_namespace.
2325 * cp-support.c (make_symbol_overload_list_namespace): New function.
2326 (make_symbol_overload_list_adl_namespace): New function.
2327 (make_symbol_overload_list_adl): New function.
2328 (make_symbol_overload_list_using): Moved code to add function to
2329 overload set to make_symbol_overload_list_namespace.
2330 * c-exp.y: create UNKNOWN_CPP_NAME token.
2331 Add parse rule for ADL functions.
2332 (classify_name): Recognize an UNKNOWN_CPP_NAME.
2333
2334 2010-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * fbsd-nat.c (fbsd_make_corefile_notes): Add cast to NULL used as
2337 sentinel.
2338
2339 2010-05-07 Joel Brobecker <brobecker@adacore.com>
2340
2341 Implement task switching on solaris targets.
2342 * sol-thread.c (thread_db_find_thread_from_tid)
2343 (sol_get_ada_task_ptid): New functions.
2344 (init_sol_thread_ops): Set sol_thread_ops.to_get_ada_task_ptid.
2345
2346 2010-05-07 Pedro Alves <pedro@codesourcery.com>
2347
2348 * remote.c (remote_query_supported_append): Use reconcat.
2349 (remote_query_supported): Install a cleanup. Use reconcat.
2350
2351 2010-05-07 Pedro Alves <pedro@codesourcery.com>
2352
2353 * gdbarch.sh (qsupported): Delete.
2354 * gdbarch.h, gdbarch.c: Regenerate.
2355 * remote.c (remote_query_supported): Remove use of
2356 gdbarch_qsupported.
2357
2358 2010-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
2359
2360 * xml-syscall.c (syscall_start_syscalls_info): Remove unused
2361 function.
2362
2363 2010-05-06 Michael Snyder <msnyder@vmware.com>
2364
2365 * xml-support.c (xinclude_start_include): Delete unused variable.
2366 (xml_process_xincludes): Delete unused variable.
2367 * xml-syscall.c (syscall_parse_xml): Delete unused variable.
2368 * target-descriptions.c (tdesc_gdb_type): Delete unused variable.
2369 (tdesc_find_arch_register): Delete unused variable.
2370 (tdesc_use_registers): Delete unused variable.
2371 * xml-tdesc.c (tdesc_start_target): Delete unused variable.
2372 * inferior.c (print_inferior): Delete unused variable.
2373 * record.c (record_open_1): Delete unused variable.
2374 (record_restore): Delete unused variable.
2375 (cmd_record_save): Delete unused variable.
2376 * gcore.c (derive_heap_segment): Delete unused variable.
2377 (objfile_find_memory_regions): Use unused variable.
2378 * jit.c (jit_inferior_init): Delete unused variable.
2379 * progspace.c (clone_program_space): Delete unused variable.
2380 (pspace_empty_p): Delete unused variable.
2381
2382 * frame-unwind.c (frame_unwind_find_by_frame):
2383 Delete unused variable.
2384 * gnu-v2-abi.c (gnuv2_value_rtti_type): Delete unused variable.
2385 * cp-support.c (mangled_name_to_comp): Delete unused variable.
2386 (method_name_from_physname): Delete unused variable.
2387 (cp_func_name): Delete unused variable.
2388 (cp_validate_operator): Delete unused variable.
2389 * cp-namespace.c (cp_scan_for_anonymous_namespaces):
2390 Delete unused variable.
2391 * trad-frame.c (trad_frame_get_prev_register):
2392 Delete unused variable.
2393 * tramp-frame.c (tramp_frame_cache): Delete unused variable.
2394
2395 * serial.c (serial_for_fd): Delete unused variable.
2396 * mdebugread.c (psymtab_to_symtab_1): Delete unused variable.
2397 * top.c (execute_command): Delete unused variable.
2398 (init_main): Delete unused variable.
2399 * utils.c (do_fclose_cleanup): Delete unused variable.
2400 (do_all_inferior_continuations): Delete unused variable.
2401 (initialize_utils): Delete unused variable.
2402 (internal_problem_mode): Delete unused global.
2403 * frame.c (get_prev_frame): Delete unused global.
2404 (get_frame_locals_address): Delete unused global.
2405 (get_frame_args_address): Delete unused global.
2406
2407 * p-typeprint.c (pascal_type_print_base): Delete unused variable.
2408 (pascal_type_print_varspec_prefix): Delete unused variable.
2409 * f-typeprint.c (f_type_print_base): Delete unused variable.
2410 (f_type_print_varspec_suffix): Delete unused variable.
2411 * m2-typeprint.c (m2_print_type): Delete unused variable.
2412 (m2_long_set): Delete unused variable.
2413 * ada-valprint.c (ada_val_print_1): Delete unused variable.
2414 * d-valprint.c (dynamic_array_type): Delete unused variable.
2415 * f-valprint.c (f77_get_dynamic_length_of_aggregate):
2416 Delete unused variable.
2417 (f77_create_arrayprint_offset_tbl): Delete unused variable.
2418 * m2-valprint.c (m2_val_print): Delete unused variable.
2419
2420 * ui-out.c (ui_out_field_int): Delete unused variable.
2421 (ui_out_field_fmt_int): Delete unused variable.
2422 * varobj.c (varobj_list_children): Delete unused variable.
2423 (varobj_set_value): Delete unused variable.
2424 (install_new_value_visualizer): Delete unused variable.
2425 (varobj_set_visualizer): Delete unused variable.
2426 (varobj_update): Delete unused variable.
2427 (varobj_editable_p): Delete unused variable.
2428 (c_value_of_root): Delete unused variable.
2429 (cplus_describe_child): Delete unused variable.
2430
2431 * ada-lang.c (add_defn_to_vec): Delete unused variable.
2432 (decode_constrained_packed_array_type): Delete unused variable.
2433 (add_defn_to_vec): Delete unused variable.
2434 (symbol_completion_match): Delete unused variable.
2435 (value_tag_from_contents_and_address): Delete unused variable.
2436 (ada_evaluate_subexp): Delete unused variable.
2437 * c-lang.c (classify_type): Delete unused variable.
2438 * f-lang.c (f_printstr): Delete unused variable.
2439 * objc-lang.c (objc_printstr): Delete unused variable.
2440 * ada-tasks.c (get_known_tasks_addr): Delete unused variable.
2441 * jv-lang.c (type_from_class): ifdef unused variable.
2442 (java_class_name_from_physname): Delete unused variable.
2443 * m2-lang.c (m2_printstr): Delete unused variable.
2444
2445 * objfiles.c (objfile_relocate): Delete unused variable.
2446 * maint.c (_initialize_maint_cmds): Delete unused variable.
2447 * demangle.c (_initialize_demangler): Delete unused variable.
2448 * corefile.c (reopen_exec_file): Delete unused variable.
2449 * dwarf2expr.c (dwarf2_read_address): Delete unused variable.
2450 * dwarf2-frame.c (decode_frame_entry): Delete unused variable.
2451
2452 * osabi.c (_initialize_gdb_osabi): Delete unused variable.
2453 * memattr.c (mem_delete): Delete unused variable.
2454 (invalidate_target_mem_regions): Delete unused variable.
2455 * mem-break.c (default_memory_insert_breakpoint):
2456 Delete unused variable.
2457 * target.c (target_get_osdata): Delete unused variable.
2458 * parse.c (length_of_subexp): Delete unused variable.
2459 (prefixify_subexp): Delete unused variable.
2460 (exp_iterate): Delete unused variable.
2461 * reverse.c (delete_bookmark_command): Delete unused variable.
2462
2463 * macrocmd.c (_initialize_macrocmd): Delete unused variable.
2464 * macroexp.c (gather_arguments): Delete unused variable.
2465 (substitute_args): Delete unused variable.
2466 * completer.c (gdb_completer_loc_break_characters): Unused, delete.
2467 * gdbarch.sh (gdbarch_printable_names): Delete unused variable.
2468 (_initialize_gdbarch): Delete unused variable.
2469 * gdbarch.c, gdbarch.h: Regenerate.
2470 * arch-utils.c (initialize_current_architecture):
2471 Delete unused variable.
2472 (_initialize_gdbarch_utils): Delete unused variable.
2473 * gdbtypes.c (make_cv_type): Delete unused variable.
2474 (make_type_with_address_space): Delete unused variable.
2475
2476 * linespec.c (decode_compound): Delete unused variable.
2477 * dictionary.c (iterator_next_hashed): Delete unused variable.
2478 * infcall.c (call_function_by_hand): Delete unused variable.
2479 * infcmd.c (step_1): Delete unused variable.
2480 (registers_info): Delete unused variable.
2481 (attach_command): Delete unused variable.
2482 * infrun.c (follow_exec): Delete unused variable.
2483 (handle_step_into_function_backwards): Delete unused variable.
2484 (_initialize_infrun): Delete unused variable.
2485 * stack.c (parse_frame_specification_1): Delete unused variable.
2486 (frame_info): Delete unused variable.
2487 (backtrace_command_1): Delete unused variable.
2488 (catch_info): Delete unused variable.
2489
2490 * eval.c (evaluate_subexp_standard): Delete unused variable.
2491 * valops.c (value_cast_pointers): Delete unused variable.
2492 (value_dynamic_cast): Delete unused variable.
2493 (value_array): Delete unused variable.
2494 (find_overload_match): Delete unused variable.
2495 * valarith.c (value_subscript): Delete unused variable.
2496 (value_binop): Delete unused variable.
2497 * valprint.c (_initialize_valprint): Delete unused variable.
2498 * printcmd.c (print_command_1): Delete unused variable.
2499 (address_info): Delete unused variable.
2500 (printf_command): Delete unused variable.
2501
2502 * auxv.c (target_auxv_search): Delete unused variable.
2503 * blockframe.c (get_frame_block): Delete unused variable.
2504 * regcache.c (regcache_cpy): Delete unused variable.
2505 (regcache_cpy_no_passthrough): Delete unused variable.
2506 * charset.c (wchar_iterate): Delete unused variable.
2507 (find_charset_names): Delete unused variable.
2508 (_initialize_charset): Delete unused variable.
2509 * disasm.c (do_mixed_source_and_assembly):
2510 Delete unused variable.
2511 * source.c (set_default_source_symtab_and_line):
2512 Delete unused variable.
2513 (set_substitute_path_command): Delete unused variable.
2514 * value.c (preserve_values): Delete unused variable.
2515 (value_from_double): Delete unused variable.
2516
2517 2010-05-05 Michael Snyder <msnyder@vmware.com>
2518
2519 * psymtab.c (lookup_partial_symbol): Delete unused variable.
2520 (find_last_source_symtab_from_partial): Delete unused variable.
2521 * symfile.c (place_section): Delete unused variable.
2522 (default_symfile_offsets): Delete unused variable.
2523 (get_debug_link_info): Delete unused variable.
2524 (find_separate_debug_file_by_debuglink): Delete unused variable.
2525 (add_symbol_file_command): Delete unused variable.
2526 (symfile_find_segment_sections): Delete unused variable.
2527 * symmisc.c (free_symtab): Delete unused variable.
2528 (dump_symtab_1): Delete unused variable.
2529 * symtab.c (lookup_symbil_aux_quick): Delete unused variable.
2530 (find_pc_sect_symtab): Delete unused variable.
2531 (skip_prologue_using_lineinfo): Delete unused variable.
2532 (sources_info): Delete unused variable.
2533 (completion_list_add_name): Delete unused variable.
2534 (expand_line_sal): Delete unused variable.
2535
2536 * breakpoint.c (validate_commands_for_breakpoint):
2537 Delete unused variables.
2538 (insert_catchpoint): Delete unused variable.
2539 (update_watchpoint): Delete unused variable.
2540 (insert_bp_location): Delete unused variable.
2541 (insert_breakpoint_locations): Delete unused variable.
2542 (remove_breakpoint_1): Delete unused variable.
2543 (software_breakpoint_inserted_here_p): Delete unused variable.
2544 (watchpoints_triggered): Delete unused variable.
2545 (bpstat_check_watchpoint): Delete unused variable.
2546 (bpstat_stop_status): Delete unused variable.
2547 (print_one_breakpoint_location): Delete unused variable.
2548 (allocate_bp_location): Delete unused variable.
2549 (create_breakpoint): Delete unused variable.
2550 (watch_command_1): Delete unused variable.
2551 (catch_exception_command_1): Delete unused variable.
2552 (catch_ada_exception_command): Delete unused variable.
2553 (delete_breakpoint): Delete unused variable.
2554 (breakpoint_re_set_one): Delete unused variable.
2555 (do_enable_breakpoint): Delete unused variable.
2556
2557 2010-05-06 Pedro Alves <pedro@codesourcery.com>
2558
2559 * amd64-tdep.c: Include disasm.h.
2560 (amd64_insn_length_fprintf, amd64_insn_length_init_dis)
2561 (amd64_insn_length): Moved to disasm.c and renamed.
2562 (fixup_riprel): Adjust.
2563 * disasm.c (do_ui_file_delete): New.
2564 (gdb_insn_length): New.
2565 (gdb_buffered_insn_length_fprintf)
2566 (gdb_buffered_insn_length_init_dis)
2567 (gdb_buffered_insn_length): New, moved from amd64-tdep.c, and
2568 renamed.
2569 * disasm.h (gdb_insn_length): Declare.
2570 (gdb_buffered_insn_length): Declare.
2571
2572 2010-05-06 Pedro Alves <pedro@codesourcery.com>
2573
2574 * remote.c (clear_threads_parsing_context): New.
2575 (remote_threads_info): Delete unused null_cleanup. Install a
2576 cleanup to clear the threads_parsing_context in case parsing
2577 throws.
2578
2579 2010-05-05 Michael Snyder <msnyder@vmware.com>
2580
2581 * c-exp.y (parse_string_or_char): Delete unused variable.
2582 (c_lex): Delete unused variable.
2583 * cp-name-parser.y (cpname_lex): Delete unused variable.
2584 * ada-exp.y (find_primitive_type): Delete unused variable.
2585 (write_var_or_type): Delete unused variable.
2586 * jv-exp.y (java_parse): Delete unused variable.
2587 (push_expression_name): Delete unused variable.
2588 * p-exp.y (pascal_lex): Delete unused variable.
2589
2590 2010-05-05 Pedro Alves <pedro@codesourcery.com>
2591
2592 * remote.c (remote_threads_info): Really revert previous previous
2593 change.
2594
2595 2010-05-05 Michael Snyder <msnyder@vmware.com>
2596
2597 * elfread.c (elf_symtab_read): Delete unused variable.
2598 (find_separate_debug_file_by_buildid): Delete unused variables.
2599 (elf_symfile_read): Delete unused variable.
2600
2601 * coffread.c (coff_symfile_read): Delete unused variables.
2602
2603 * coff-pe-read.c (add_pe_exported_sym): Delete unused variable.
2604 (read_pe_exported_syms): Delete unused variable.
2605
2606 * stabsread.c (define_symbol): Delete unused variable.
2607
2608 * dwarf2read.c (read_type_comp_unit_head): Delete unused variable.
2609 (process_psymtab_comp_unit): Delete unused variable.
2610 (dwarf2_build_psymtabs_hard): Delete unused variable.
2611 (load_partial_comp_unit): Delete unused variable.
2612 (create_all_comp_units): Delete unused variable.
2613 (scan_partial_symbols): Delete unused variable.
2614 (add_partial_symbol): Delete unused variable.
2615 (add_partial_namespace): Delete unused variable.
2616 (add_partial_enumeration): Delete unused variable.
2617 (load_full_comp_unit): Delete unused variable.
2618 (process_full_comp_unit): Delete unused variable.
2619 (read_file_scope): Delete unused variable.
2620 (read_type_unit_scope): Delete unused variable.
2621 (process_structure_scope): Delete unused variable.
2622 (process_enumeration_scope): Delete unused variable.
2623 (read_tag_ptr_to_member_type): Delete unused variable.
2624 (read_typedef): Delete unused variable.
2625 (read_partial_die): Delete unused variable.
2626 (decode_locdesc): Delete unused variable.
2627 (zeroed_partial_die): Delete unused global variable.
2628
2629 * tui/tui-interp.c (_initialize_tui_interp):
2630 Delete unused variable.
2631 * tui/tui-regs.c tui_display_registers_from):
2632 Delete unused variable.
2633 (tui_check_register_values): Delete unused variable.
2634 (tui_register_format): Delete unused variable.
2635 * tui/tui-win.c (_initialize_tui_win): Delete unused variable.
2636 * tui/tui-windata.c (tui_display_data_from_line):
2637 Delete unused variables.
2638 (tui_vertical_data_scroll): Delete unused variables.
2639
2640 2010-05-05 Michael Snyder <msnyder@vmware.com>
2641
2642 * remote.c (remote_threads_info): Revert questionable part of
2643 the previous change.
2644
2645 2010-05-05 Michael Snyder <msnyder@vmware.com>
2646
2647 * mi/mi-out.c (mi_table_begin): Delete unused variable.
2648 * mi/mi-cmd-var.c (print_varobj): Delete unused variable.
2649 (mi_cmd_var_list_children): Delete unused variable.
2650 (varobj_update_one): Delete unused variable.
2651 * mi/mi-cmd-break.c (mi_cmd_break_insert): Delete unused variables.
2652 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals):
2653 Delete unused variable.
2654 (mi_cmd_stack_list_variables): Delete unused variable.
2655 (list_args_or_locals): Delete unused variable.
2656 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file):
2657 Delete unused variables.
2658 (mi_cmd_file_list_exec_source_files): Delete unused variable.
2659 * mi/mi-cmd-target.c (mi_cmd_target_file_delete):
2660 Delete unused variable.
2661 * mi/mi-interp.c (mi_interpreter_exec): Delete unused variable.
2662 (mi_cmd_interpreter_exec): Delete unused variable.
2663 (mi_on_normal_stop): Delete unused variable.
2664 * mi/mi-main.c (run_one_inferior): Delete unused variable.
2665 (print_one_inferior): Delete unused variables.
2666 (mi_execute_command): Delete unused variable.
2667 (mi_cmd_execute): Delete unused variable.
2668 (timestamp): Delete unused variable.
2669
2670 * cli/cli-dump.c (dump_memory_to_file): Delete unused variable.
2671 (restore_binary_file): Delete unused variable.
2672 * cli/cli-decode.c (deprecated_cmd_warning): Delete unused variables.
2673 * cli/cli-script.c (define_command): Delete unused variables.
2674 (recurse_read_control_structure): Delete unused variable.
2675 (script_from_file): Delete unused variable.
2676 * cli/cli-cmds.c (complete_command): Delete unused variable.
2677 (disassemble_command): Delete unused variable.
2678
2679 * ax-gdb.c (gen_struct_elt_for_reference): Delete unused variables.
2680 * tracepoint.c (delete_trace_variable_command):
2681 Delete unused variables.
2682 (encode_actions_1): Delete unused variables.
2683 (start_tracing): Delete unused variable.
2684 (trace_status_mi): Delete unused variable.
2685 (tfind_1): Delete unused variable.
2686 (trace_find_pc_command): Delete unused variable.
2687 (trace_find_line_command): Delete unused variables.
2688 (trace_find_range_command): Delete unused variables.
2689 (trace_find_outside_command): Delete unused variables.
2690 (parse_tracepoint_definition): Delete unused variables.
2691 (tfile_fetch_registers): Delete unused variable.
2692
2693 * dcache.c (dcache_init): Delete unused variable.
2694 (dcache_info): Delete unused variable.
2695
2696 * remote.c (remote_threads_info): Delete unused variable.
2697 (process_stop_reply) :Delete unused variable.
2698 (remote_get_trace_status): Delete unused variables.
2699
2700 * linux-thread-db.c (add_thread_db_info): Delete unused variable.
2701 (thread_from_lwp): Delete unused variable.
2702 (enable_thread_event_reporting): Delete unused variable.
2703 (check_for_thread_db): Delete unused variables.
2704 (thread_db_find_new_threads_2): Delete unused variable.
2705
2706 * linux-fork.c (info_checkpoints_command): Delete unused variables.
2707 (checkpoint_command): Delete unused variable.
2708 (linux_fork_context): Delete unused variables.
2709
2710 * linux-nat.c (linux_parent_pid): Delete unused global variable.
2711 (linux_tracefork_child): Delete unused variable.
2712 (linux_child_follow_fork): Delete unused variable.
2713 (linux_nat_detach): Delete unused variable.
2714 (linux_handle_extended_wait): Delete unused variable.
2715 (linux_nat_has_pending_sigint): Delete unused variable.
2716 (linux_nat_find_memory_regions): Delete unused variable.
2717 (linux_nat_make_corefile_notes): Delete unused variables.
2718 (linux_nat_info_proc_cmd): Delete unused variable.
2719 (linux_proc_pending_signals): Delete unused variable.
2720 (linux_nat_stop_lwp): Delete unused variables.
2721 (_initialize_linux_nat): Delete unused variable.
2722
2723 * ser-pipe.c (pipe_ops): Delete unused global variable.
2724
2725 * linux-record.c (record_linux_system_call):
2726 Delete unused variables.
2727
2728 * corelow.c (core_xfer_partial): Delete unused variables.
2729
2730 * solib-svr4.c (find_program_interpreter): Delete unused variable.
2731 (svr4_solib_create_inferior_hook): Add ifdef around
2732 conditionally-used variable declarations.
2733
2734 * solib.c (solib_find): Delete unused variable.
2735 (free_so_symbols): Delete unused variable.
2736 (info_sharedlibrary_command): Delete unused variable.
2737 (reload_shared_libraries_1): Delete unused variable.
2738 (_initialize_solib): Delete unused variable.
2739
2740 * i386-tdep.c (i386_supply_xstateregset) Delete unused variable.
2741 (i386_collect_xstateregset): Delete unused variable.
2742 * i387-tdep.c (i387_print_float_info): Delete unused variable.
2743
2744 * features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
2745 Delete unused variable 'type'.
2746
2747 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros. *
2750 ada-lang.c: Remove comment mentioning these macros.
2751 * m2-exp.y: Delete commented out code.
2752
2753 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2754
2755 * sparc-tdep.c (sparc_structure_or_union_p): Return non-zero
2756 for array types.
2757 * sparc64-tdep.c (sparc64_structure_or_union_p): Likewise.
2758
2759 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2760
2761 ARI fix: Remove ATTRIBUTE_UNUSED throughout.
2762 * arm-linux-tdep.c (arm_linux_cleanup_svc): Remove
2763 ATTRIBUTE_UNUSED.
2764 (cleanup_kernel_helper_return): Likewise.
2765 * arm-tdep.c (copy_unmodified): Likewise.
2766 (copy_preload): Likewise.
2767 (copy_copro_load_store): Likewise.
2768 (cleanup_branch): Likewise.
2769 (copy_b_bl_blx): Likewise.
2770 (copy_bx_blx_reg): Likewise.
2771 (copy_alu_imm): Likewise.
2772 (copy_alu_reg): Likewise.
2773 (copy_alu_shifted_reg): Likewise.
2774 (cleanup_load): Likewise.
2775 (cleanup_store): Likewise.
2776 (cleanup_block_load_pc): Likewise.
2777 (cleanup_svc): Likewise.
2778 (copy_undef): Likewise.
2779 (copy_unpred): Likewise.
2780 * remote.c (register_remote_support_xml): Likewise.
2781
2782 2010-05-05 Hui Zhu <teawater@gmail.com>
2783
2784 * gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
2785
2786 2010-05-04 Mark Kettenis <kettenis@gnu.org>
2787
2788 * remote.c (register_remote_support_xml)
2789 (remote_query_supported_append, remote_query_supported): Add cast
2790 to NULL used as sentinel.
2791 * tracepoint.c (tvariables_info_1): Likewise.
2792 * utils.c (add_internal_problem_command): Likewise.
2793
2794 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2795
2796 * dwarf2loc.c (read_pieced_value, write_pieced_value,
2797 dwarf2_evaluate_loc_desc): Handle not being able to access DWARF
2798 registers gracefully.
2799
2800 2010-05-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2801
2802 * exec.c (print_section_info): Display entry point without arch
2803 specific parts.
2804
2805 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2806
2807 PR exp/11349.
2808 * printcmd.c (x_command): Only dereference once implicitly for
2809 TYPE_CODE_REF.
2810
2811 2010-05-03 Doug Evans <dje@google.com>
2812
2813 * event-loop.c (gdb_timer): Delete unused global.
2814 (create_timer): Update.
2815
2816 2010-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * cp-namespace.c (cp_lookup_symbol_imports): Support ALIAS for the
2819 CURRENT->DECLARATION case.
2820 * cp-support.h (struct using_direct): Provide extended comment.
2821
2822 2010-05-03 Mark Kettenis <kettenis@gnu.org>
2823
2824 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Renamed from
2825 HPPABSD_SIZEOF_GREGS.
2826 (HPPAOBSD_SIZEOF_FPREGS): New define.
2827 (hppaobsd_supply_gregset): Renamed from hppabsd_supply_gregset.
2828 (hppaobsd_supply_fpregset): New function.
2829 (hppaobsd_gregset): Renamed from hppabsd_gregset.
2830 (hppaobsd_fpregset): New variable.
2831 (hppaobsd_regset_from_core_section): Handle floating-point registers.
2832 (_initialize_hppabsd_tdep): Remove spurious blank line.
2833
2834 2010-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2835
2836 PR pascal/11349.
2837 * p-valprint.c (pascal_value_print): Always dereference a value with
2838 type code TYPE_CODE_REF.
2839
2840 2010-05-03 Pedro Alves <pedro@codesourcery.com>
2841
2842 * remote.c (remote_notice_signals): New.
2843 (remote_start_remote): In non-stop mode, update the remote end on
2844 which signals it can silently pass.
2845 (init_remote_ops): Install remote_notice_signals.
2846
2847 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2848
2849 * cli/cli-cmds.h (error_no_arg): Remove. Move the comment ...
2850 * command.h (error_no_arg): ... here. Remove NORETURN, change
2851 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2852 * defs.h (NORETURN, ATTR_NORETURN): Remove.
2853 (perror_with_name, verror, error, error_stream, vfatal, fatal)
2854 (internal_verror, internal_error, nomem): Remove NORETURN, change
2855 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2856 * exceptions.c (throw_exception, deprecated_throw_reason, throw_verror)
2857 (throw_vfatal, throw_error): Remove NORETURN.
2858 (throw_it): Remove NORETURN, change ATTR_NORETURN to ATTRIBUTE_NORETURN.
2859 * exceptions.h (throw_exception, throw_verror, throw_vfatal)
2860 (throw_error, deprecated_throw_reason): Remove NORETURN, change
2861 ATTR_NORETURN to ATTRIBUTE_NORETURN.
2862 * linespec.c (cplusplus_error): Remove NORETURN, change ATTR_NORETURN
2863 to ATTRIBUTE_NORETURN for prototype, for the definition only remove
2864 NORETURN.
2865 * remote-mips.c (mips_error): Change NORETURN to ATTRIBUTE_NORETURN.
2866 * remote-sim.c (gdb_os_error): Change ATTR_NORETURN to
2867 ATTRIBUTE_NORETURN.
2868 * target.c (tcomplain): Likewise.
2869 * target.h (noprocess): Remove NORETURN, change ATTR_NORETURN to
2870 ATTRIBUTE_NORETURN.
2871 * utils.c (verror, error, vfatal, fatal, error_stream, internal_verror)
2872 (internal_error, perror_with_name, nomem): Remove NORETURN.
2873 * xml-support.h (gdb_xml_error): Change ATTR_NORETURN to
2874 ATTRIBUTE_NORETURN.
2875
2876 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2877
2878 * ada-lang.c (lim_warning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2879 * amd64-tdep.c (amd64_insn_length_fprintf): Likewise.
2880 * cli-out.c (cli_field_fmt): New ATTRIBUTE_PRINTF.
2881 (cli_message, out_field_fmt): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2882 * complaints.c (find_complaint): New ATTRIBUTE_PRINTF.
2883 (vcomplaint): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2884 * complaints.h (complaint, internal_complaint): Likewise.
2885 * defs.h: Change ATTR_FORMAT to ATTRIBUTE_PRINTF in the top comment.
2886 (ATTR_FORMAT): Remove.
2887 (query, nquery, yquery, vprintf_filtered, vfprintf_filtered)
2888 (fprintf_filtered, fprintfi_filtered, printf_filtered, printfi_filtered)
2889 (vprintf_unfiltered, vfprintf_unfiltered, fprintf_unfiltered)
2890 (printf_unfiltered, xasprintf, xvasprintf, xstrprintf, xstrvprintf)
2891 (xsnprintf, verror, error, vfatal, fatal, internal_verror)
2892 (internal_error, internal_vwarning, internal_warning, warning)
2893 (vwarning): Change ATTR_FORMAT to ATTRIBUTE_PRINTF.
2894 * disasm.c (fprintf_disasm): Likewise.
2895 * exceptions.c (throw_it): Likewise.
2896 * exceptions.h (exception_fprintf, throw_verror, throw_vfatal)
2897 (throw_error): Likewise.
2898 * language.h (type_error, range_error): Likewise.
2899 * linespec.c (cplusplus_error): Likewise.
2900 * mi/mi-interp.c (mi_interp_query_hook): Likewise.
2901 * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
2902 * monitor.c (monitor_debug): Likewise.
2903 * parser-defs.h (parser_fprintf): Likewise.
2904 * serial.h (serial_printf): Likewise.
2905 * tui/tui-hooks.c (tui_query_hook): Likewise.
2906 * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
2907 (uo_message): Likewise.
2908 * ui-out.h (ui_out_field_fmt, ui_out_message): Likewise.
2909 * utils.c (vfprintf_maybe_filtered, internal_vproblem, defaulted_query):
2910 Likewise.
2911 * xml-support.h (gdb_xml_debug, gdb_xml_error): Likewise.
2912
2913 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2914
2915 * cli-out.c (cli_table_begin, cli_table_body, cli_table_end)
2916 (cli_table_header, cli_begin, cli_end, cli_field_int)
2917 (cli_field_skip, cli_field_string, cli_field_fmt, cli_spaces)
2918 (cli_text, cli_message, cli_wrap_hint, cli_flush, cli_redirect):
2919 Delete forward declarations.
2920 (cli_ui_out_impl): Move below the callbacks.
2921 (_initialize_cli_out): Delete.
2922
2923 2010-05-02 Pedro Alves <pedro@codesourcery.com>
2924
2925 * README: Use consistent `GDB' and `GDBserver' spellings.
2926
2927 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2928
2929 * cli/cli-dump.h (parse_and_eval_with_error): Remove the declaration.
2930
2931 2010-05-01 Pedro Alves <pedro@codesourcery.com>
2932
2933 * infrun.c (prepare_for_detach): In non-stop, context switch to
2934 the thread that got the event before handling the event.
2935
2936 2010-04-30 Tom Tromey <tromey@redhat.com>
2937
2938 * symtab.c (symbol_set_names): Fix typo.
2939
2940 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2941
2942 * python/py-param.c (parm_constants): Avoid ARI warning
2943 by adding ARI comment.
2944 (parmpy_init): Likewise.
2945
2946 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2947
2948 * windows-tdep.c (windows_get_tlb_type): Remember last GDBARCH
2949 and created type for re-use.
2950
2951 2010-04-30 Pierre Muller <muller@ics.u-strasbg.fr>
2952
2953 * NEWS: Mention gdbserver support for x86_64 Windows 64-bit.
2954
2955 2010-04-29 Doug Evans <dje@google.com>
2956
2957 * ser-base.h (reschedule): Delete prototype.
2958 * ser-base.c (reschedule): Make static.
2959
2960 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2961
2962 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Remove.
2963 (ARM_LINUX_JB_PC_FPA): Add, offset of PC in longjmp buffer for FPA.
2964 (ARM_LINUX_JB_PC_EABI): Add, offset of PC in longjmp buffer for
2965 EABI.
2966 (arm_linux_init_abi): Set up JB_PC field dependent on FP model in
2967 use.
2968
2969 2010-04-29 Pedro Alves <pedro@codesourcery.com>
2970
2971 PR gdb/11557
2972
2973 * regcache.c (registers_changed): Rename to ...
2974 (registers_changed_ptid): ... this, and only delete register cache
2975 entries matching the ptid filter argument.
2976 (registers_changed): Reimplement on top of registers_changed_ptid.
2977 * regcache.h (registers_changed_ptid): Declare.
2978 * target.c (target_resume): Flush register caches.
2979
2980 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2981 Tom Tromey <tromey@redhat.com>
2982 Thiago Jung Bauermann <bauerman@br.ibm.com>
2983
2984 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-parameter.
2985 (SUBDIR_PYTHON_SRCS): Likewise.
2986 (py-parameter.o): New rule.
2987 * python/py-parameter.c: New file.
2988 * python/python-internal.h (gdbpy_initialize_parameter)
2989 (gdbpy_parameter, gdbpy_parameter_value)
2990 (gdbpy_parse_command_name): Declare.
2991 * python/py-cmd.c (parse_command_name): Rename to
2992 gdbpy_parse_command_name.
2993 (gdbpy_parse_command_name): Accept a starting list parameter and
2994 use over cmdlist.
2995 (cmdpy_init): Use gdbpy_parse_command_name.
2996 * python/python.c (parameter_to_python): Rename to
2997 gdbpy_parameter_to_python. Accept enum var_types and value.
2998 (gdbpy_parameter): Use gdbpy_parameter_value.
2999 (_initialize_python): Call gdbpy_initialize_parameters.
3000
3001 2010-04-29 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3002
3003 * MAINTAINERS: Add myself for write after approval privileges.
3004
3005 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3006
3007 D language support.
3008 * Makefile.in (SFILES): Add d-lang.c d-valprint.c.
3009 (COMMON_OBS): Add d-lang.o d-valprint.o.
3010 (HFILES_NO_SRCDIR): Add d-lang.h.
3011 * NEWS: Mention D language support.
3012 * c-lang.c (c_emit_char, exp_descriptor_c): Make public.
3013 * c-lang.h (c_emit_char, exp_descriptor_c): Add declaration.
3014 * d-lang.c: New file.
3015 * d-lang.h: New file.
3016 * d-valprint.c: New file.
3017 * defs.h (enum language): Add language_d.
3018 * dwarf2read.c (set_cu_language): Add DW_LANG_D.
3019 * language.c (binop_result_type, integral_type, character_type)
3020 (string_type, boolean_type, structured_type): Add language_d.
3021 * symfile.c (init_filename_language_table): Add language_d.
3022 * symtab.c: Include d-lang.h.
3023 (symbol_init_language_specific, symbol_find_demangled_name)
3024 (symbol_natural_name, lookup_symbol_in_language)
3025 (symbol_demangled_name, symbol_matches_domain): Add language_d.
3026
3027 2010-04-27 Joel Brobecker <brobecker@adacore.com>
3028
3029 * solib-svr4.c (solib_svr4_r_map): Expand function description.
3030
3031 2010-04-27 Joel Brobecker <brobecker@adacore.com>
3032
3033 * symfile.c (init_filename_language_table): Register .dg files
3034 with language_ada.
3035
3036 2010-04-27 Joel Brobecker <brobecker@adacore.com>
3037
3038 * gdbtypes.h (struct main_type): Expand comment about target_type
3039 field.
3040
3041 2010-04-27 Pedro Alves <pedro@codesourcery.com>
3042 Tristan Gingold <gingold@adacore.com>
3043
3044 * symfile.c (reread_symbols): Also search for file in libraries.
3045 Update comment.
3046
3047 2010-04-27 Joel Brobecker <brobecker@adacore.com>
3048
3049 * configure.tgt: Treat x86-lynxos targets as x86 bareboard targets
3050 in terms of configuration.
3051
3052 2010-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3053
3054 * objfiles.c: Include solist.h.
3055 (free_all_objfiles): New variable so. Check stale solist objfiles.
3056 * symfile.c (symbol_file_clear): Swap the order of free_all_objfiles
3057 and no_shared_libraries.
3058
3059 2010-04-27 Joel Brobecker <brobecker@adacore.com>
3060
3061 ARI warning fix.
3062 * python/py-auto-load.c (source_section_scripts): Remove trailing
3063 new-line in i18n string.
3064
3065 2010-04-26 Doug Evans <dje@google.com>
3066
3067 * serial.c (serial_write): Handle serial_debug_p akin to serial_read.
3068
3069 2010-04-26 Tom Tromey <tromey@redhat.com>
3070
3071 * cli/cli-decode.c (complete_on_cmdlist): Make two passes over the
3072 command list.
3073
3074 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3075
3076 Removal of config/i386/nm-i386sol2.h native configuration file.
3077 * config/i386/nm-i386sol2.h: Remove file.
3078 * config/i386/i386sol2.mh: Remove NAT_FILE definition.
3079 * config/i386/sol2-64.mh: Idem.
3080 * config/djgpp/fnchange.lst: Remove reference to that file.
3081 * Makefile.in (HFILES_NO_SRCDIR): Idem.
3082
3083 2010-04-26 Pierre Muller <muller@ics.u-strasbg.fr>
3084
3085 PR breakpoints/11531.
3086 * config/i386/nm-i386sol2.h (CANNOT_STEP_HW_WATCHPOINTS): Remove
3087 macro definition and related comment.
3088 * infrun.c (CANNOT_STEP_HW_WATCHPOINTS): Remove macro.
3089 (resume): Remove code and comment related to this macro.
3090
3091 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
3094 Fix whitespace.
3095
3096 2010-04-24 Pedro Alves <pedro@codesourcery.com>
3097
3098 * defs.h: Adjust comment.
3099 * filesystem.h, filesystem.c: New files.
3100 * Makefile.in (SFILES): Add filesystem.c.
3101 (COMMON_OBS): Add filesystem.o.
3102 * solib.c (solib_find): Handle DOS-based filesystems. Handle
3103 different target and host path flavours.
3104 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
3105 has_dos_based_file_system on the gdbarch.
3106 * arm-wince-tdep.c (arm_wince_init_abi): Ditto.
3107 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Ditto.
3108 * i386-tdep.c (i386_go32_init_abi): Ditto.
3109 * gdbarch.sh (has_dos_based_file_system): New.
3110 * gdbarch.h, gdbarch.c: Regenerate.
3111 * NEWS: Mention improved support for remote targets with DOS-based
3112 filesystems. Mention new `set/show target-file-system-kind'
3113 commands.
3114
3115 2010-04-23 Stan Shebs <stan@codesourcery.com>
3116
3117 * ax.h (struct agent_expr): Merge in agent_reqs fields, add some
3118 comments.
3119 (struct agent_reqs): Remove.
3120 (ax_reg_mask): Declare.
3121 * ax-general.c (new_agent_expr): Add gdbarch argument, set new fields.
3122 (free_agent_expr): Free reg_mask.
3123 (ax_print): Add scope and register mask info.
3124 (ax_reqs): Remove agent_reqs argument, use agent expression
3125 fields, and move part of register mask computation to...
3126 (ax_reg_mask): New function.
3127 * ax-gdb.c (gen_trace_static_fields): Call it.
3128 (gen_traced_pop): Ditto.
3129 (is_nontrivial_conversion): Add dummy gdbarch to new_agent_expr.
3130 (gen_trace_for_var): Pass gdbarch to new_agent_expr.
3131 (gen_trace_for_expr): Ditto, and clear optimized_out flag.
3132 (gen_eval_for_expr): Ditto, and require an rvalue.
3133 (agent_command): Call ax_reqs.
3134 (agent_eval_command): Ditto.
3135 * tracepoint.c (report_agent_reqs_errors): Use agent expression fields.
3136 (validate_action_line): Ditto.
3137 (collect_symbol): Ditto.
3138 (encode_actions_1): Ditto.
3139
3140 2010-04-23 Daniel Jacobowitz <dan@codesourcery.com>
3141 Paul Pluzhnikov <ppluzhnikov@google.com>
3142 Jan Kratochvil <jan.kratochvil@redhat.com>
3143
3144 Fix deadlock on looped list of loaded shared objects.
3145 * solib-svr4.c (LM_PREV): New function.
3146 (IGNORE_FIRST_LINK_MAP_ENTRY): Use it.
3147 (svr4_current_sos): Check for correct l_prev. New variables prev_lm
3148 and next_lm. Clear prev_lm for solib_svr4_r_ldsomap.
3149 * config/djgpp/fnchange.lst: Add translation for solib-corrupted.exp.
3150
3151 2010-04-23 Doug Evans <dje@google.com>
3152
3153 * configure.ac (CONFIG_SRCS): Add py-auto-load.o even if not using
3154 python.
3155 * configure: Regenerate.
3156 * main.c: #include "python/python.h".
3157 (captured_main): Defer loading auto-loaded scripts until after
3158 local_gdbinit has been sourced.
3159 * python/py-auto-load.c (gdbpy_global_auto_load): New global.
3160 (load_auto_scripts_for_objfile): New function.
3161 (auto_load_new_objfile): Call it.
3162 * python/python.h (gdbpy_global_auto_load): Declare.
3163 (load_auto_scripts_for_objfile): Declare.
3164
3165 Add support for auto-loading scripts from .debug_gdb_scripts section.
3166 * NEWS: Add entry for .debug_gdb_scripts.
3167 * Makefile.in SUBDIR_PYTHON_OBS): Add py-auto-load.o.
3168 (SUBDIR_PYTHON_SRCS): Add py-auto-load.c.
3169 (py-auto-load.o): New rule.
3170 * cli/cli-cmds.c (find_and_open_script): Make externally visible.
3171 * cli/cli-cmds.h (find_and_open_script): Update prototype.
3172 * python/py-auto-load.c: New file.
3173 * python/python-internal.h: #include <stdio.h>.
3174 (set_python_list, show_python_list): Declare.
3175 (gdbpy_initialize_auto_load): Declare.
3176 (source_python_script_for_objfile): Declare.
3177 * python/python.c: Remove #include of observer.h.
3178 (gdbpy_auto_load): Moved to py-auto-load.c.
3179 (GDBPY_AUTO_FILENAME): Ditto.
3180 (gdbpy_new_objfile): Delete.
3181 (source_python_script_for_objfile): New function.
3182 (set_python_list, show_python_list): Make externally visible.
3183 (_initialize_python): Move "auto-load" command to py-auto-load.c
3184 and observer_attach_new_objfile to py-auto-load.c.
3185
3186 2010-04-23 Jerome Guitton <guitton@adacore.com>
3187
3188 * alpha-tdep.c (INSN_OPCODE, MEM_RA, MEM_RB, MEM_DISP, BR_RA)
3189 (OPR_FUNCTION, OPR_HAS_IMMEDIATE, OPR_RA, OPR_RC, OPR_LIT): New macros.
3190 (lda_opcode, stq_opcode, bne_opcode, subq_opcode, subq_function):
3191 New constants.
3192 (alpha_heuristic_analyze_probing_loop): New function.
3193 (alpha_heuristic_frame_unwind_cache): In the prologue analysis, detect
3194 and handle cases when a stack probe loop is generated.
3195 * alpha-mdebug-tdep.c (alpha_mdebug_frameless): New function.
3196 (alpha_mdebug_max_frame_size_exceeded): New function.
3197 (alpha_mdebug_after_prologue): Use alpha_mdebug_frameless.
3198 (alpha_mdebug_frame_sniffer, alpha_mdebug_frame_base_sniffer):
3199 Return 0 when the maximum debuggable frame size has been exceeded.
3200
3201 2010-04-23 Joel Brobecker <brobecker@adacore.com>
3202
3203 Fix ARI warning.
3204 * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
3205
3206 2010-04-20 Chris Moller <cmoller@redhat.com>
3207
3208 PR 10179
3209
3210 * symtab.c (rbreak_command): Added code to include a filename
3211 specification in the rbreak argument.
3212 * NEWS: Added a brief description of filename-qualified rbreak.
3213
3214 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3215
3216 Fix crashes on dangling display expressions.
3217 * ada-lang.c (ada_operator_check): New function.
3218 (ada_exp_descriptor): Fill-in the field operator_check.
3219 * c-lang.c (exp_descriptor_c): Fill-in the field operator_check.
3220 * jv-lang.c (exp_descriptor_java): Likewise.
3221 * m2-lang.c (exp_descriptor_modula2): Likewise.
3222 * scm-lang.c (exp_descriptor_scm): Likewise.
3223 * parse.c (exp_descriptor_standard): Likewise.
3224 (operator_check_standard): New function.
3225 (exp_iterate, exp_uses_objfile_iter, exp_uses_objfile): New functions.
3226 * parser-defs.h (struct exp_descriptor): New field operator_check.
3227 (operator_check_standard, exp_uses_objfile): New declarations.
3228 * printcmd.c: Remove the inclusion of solib.h.
3229 (display_uses_solib_p): Remove the function.
3230 (clear_dangling_display_expressions): Call lookup_objfile_from_block
3231 and exp_uses_objfile instead of display_uses_solib_p.
3232 * solist.h (struct so_list) <objfile>: New comment.
3233 * symtab.c (lookup_objfile_from_block): Remove the static qualifier.
3234 * symtab.h (lookup_objfile_from_block): New declaration.
3235 (struct general_symbol_info) <obj_section>: Extend the comment.
3236
3237 2010-04-22 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3238 Thiago Jung Bauermann <bauerman@br.ibm.com>
3239
3240 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG): Update comment.
3241 (PPC_PTRACE_GETWDBGINFO, PPC_PTRACE_SETHWDEBUG, PPC_PTRACE_DELHWDEBUG,
3242 ppc_debug_info, PPC_DEBUG_FEATURE_INSN_BP_RANGE,
3243 PPC_DEBUG_FEATURE_INSN_BP_MASK, PPC_DEBUG_FEATURE_DATA_BP_RANGE,
3244 PPC_DEBUG_FEATURE_DATA_BP_MASK, ppc_hw_breakpoint,
3245 PPC_BREAKPOINT_TRIGGER_EXECUTE, PPC_BREAKPOINT_TRIGGER READ,
3246 PPC_BREAKPOINT_TRIGGER_WRITE, PPC_BREAKPOINT_TRIGGER_RW,
3247 PPC_BREAKPOINT_MODE_EXACT PPC_BREAKPOINT_MODE_RANGE_INCLUSIVE,
3248 PPC_BREAKPOINT_MODE_RANGE_EXCLUSIVE, PPC_BREAKPOINT_MODE_MASK,
3249 PPC_BREAKPOINT_CONDITION_NONE, PPC_BREAKPOINT_CONDITION_AND,
3250 PPC_BREAKPOINT_CONDITION_EXACT, PPC_BREAKPOINT_CONDITION_OR,
3251 PPC_BREAKPOINT_CONDITION_AND_OR, PPC_BREAKPOINT_CONDITION_BE_ALL,
3252 PPC_BREAKPOINT_CONDITION_BE_SHIFT, PPC_BREAKPOINT_CONDITION_BE):
3253 Define, in case <ptrace.h> doesn't provide it.
3254 (booke_debug_info): New variable.
3255 (max_slots_number): Ditto.
3256 (hw_break_tuple): New struct.
3257 (thread_points): Ditto.
3258 (ppc_threads): New variable.
3259 (PPC_DEBUG_CURRENT_VERSION): New define.
3260 (have_ptrace_new_debug_booke): New function.
3261 (ppc_linux_check_watch_resources): Renamed to ...
3262 (ppc_linux_can_use_hw_breakpoint): ... this. Handle BookE processors.
3263 (ppc_linux_region_ok_for_hw_watchpoint): Handle BookE processors.
3264 (booke_cmp_hw_point): New function.
3265 (booke_find_thread_points_by_tid): Ditto.
3266 (booke_insert_point): Ditto.
3267 (booke_remove_point): Ditto.
3268 (ppc_linux_insert_hw_breakpoint): Ditto.
3269 (ppc_linux_remove_hw_breakpoint): Ditto.
3270 (get_trigger_type): Ditto.
3271 (ppc_linux_insert_watchpoint): Handle BookE processors.
3272 (ppc_linux_remove_watchpoint): Ditto.
3273 (ppc_linux_new_thread): Ditto.
3274 (ppc_linux_thread_exit): New function..
3275 (ppc_linux_stopped_data_address): Handle BookE processors.
3276 (ppc_linux_watchpoint_addr_within_range): Ditto.
3277 (_initialize_ppc_linux_nat): Initialize to_insert_hw_breakpoint and
3278 to_remove_hw_breakpoint fields of the target operations struct.
3279 Add observe for the thread_exit event.
3280
3281 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
3282
3283 * i386-linux-nat.c (regmap): Removed.
3284 (fetch_register): Replace regmap with
3285 i386_linux_gregset_reg_offset.
3286 (store_register): Likewise.
3287 (supply_gregset): Likewise.
3288 (fill_gregset): Likewise.
3289
3290 * i386-linux-tdep.c (i386_linux_gregset_reg_offset): Make it
3291 global.
3292
3293 * i386-linux-tdep.h (i386_linux_gregset_reg_offset): New.
3294
3295 2010-04-22 Chris Moller <cmoller@redhat.com>
3296
3297 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
3298 method of popping recursion-detection stack with a method based on
3299 obstack_object_size(). (Similar to the PR9167 patch below, but for
3300 the static array obstack rather than the static member obstack.)
3301
3302 2010-04-22 H.J. Lu <hongjiu.lu@intel.com>
3303
3304 * amd64-linux-nat.c (amd64_linux_gregset64_reg_offset): Removed.
3305 (_initialize_amd64_linux_nat): Replace
3306 amd64_linux_gregset64_reg_offset with
3307 amd64_linux_gregset_reg_offset.
3308
3309 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Make it
3310 global.
3311
3312 * amd64-tdep.h (amd64_linux_gregset_reg_offset): New.
3313
3314 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3315
3316 PR stabs/11479.
3317 * stabsread.c (set_length_in_type_chain): New function.
3318 (read_struct_type): Call set_length_in_type_chain function.
3319 (read_enum_type): Idem.
3320
3321 2010-04-21 Stan Shebs <stan@codesourcery.com>
3322 Nathan Sidwell <nathan@codesourcery.com>
3323
3324 * tracepoint.c (trace_save): Open in binary mode.
3325
3326 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
3327
3328 * gdbtypes.h (builtin_type): Add builtin_char16 and builtin_char32
3329 fields.
3330 * gdbtypes.c (gdbtypes_post_init): Set builtin_char16 and
3331 builtin_char32 fields.
3332 * printcmd.c (decode_format): Set char size to '\0'
3333 for strings unless explicit size is given.
3334 (print_formatted): Correct calculation of NEXT_ADDRESS
3335 for 16 or 32 bit strings.
3336 (do_examine): Do not force byte size for strings.
3337 Use builtin_char16 and builtin_char32 types to display
3338 16 or 32 bit-wide strings.
3339 (x_command): Set LAST_SIZE to 'b' for string type.
3340
3341 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
3342
3343 PR corefiles/11523
3344 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
3345 XCR0 first.
3346
3347 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Return 0 if
3348 there is no .reg-xstate section.
3349 (i386_linux_core_read_description): Check XCR0 first.
3350
3351 2010-04-21 Mike Frysinger <vapier@gentoo.org>
3352
3353 * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert ()
3354 for len <= 8.
3355
3356 2010-04-21 Chris Moller <cmoller@redhat.com>
3357
3358 PR 9167
3359 * cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
3360 method of popping recursion-detection stack with a method based on
3361 obstack_object_size().
3362
3363 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3364
3365 PR pascal/11492.
3366 * p-valprint.c (pascal_val_print): Fix default printing of integer
3367 arrays.
3368
3369 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
3370
3371 Fix compilation warning on gcc-4.1.2.
3372 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Initialize
3373 local variable`pc' to zero.
3374
3375 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3376
3377 Implement thread support with core files on alpha-tru64.
3378 * dec-thread.c (dec_thread_find_new_threads): New function,
3379 extracted from resync_thread_list.
3380 (resync_thread_list): Add OPS parameter. Replace extracted-out
3381 code by call to dec_thread_find_new_threads.
3382 (dec_thread_wait): Update call to resync_thread_list.
3383 (init_dec_thread_ops): Set dec_thread_ops.to_find_new_threads.
3384
3385 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3386
3387 * ada-lang.c (value_pointer): New function.
3388 (make_array_descriptor): Call value_pointer to convert addresses to
3389 pointers.
3390
3391 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3392
3393 * rs6000-aix-tdep.c: #include exceptions.h.
3394 (rs6000_convert_from_func_ptr_addr): If an exception is thrown
3395 while reading the memory at ADDR, then ADDR cannot be a function
3396 descriptor.
3397
3398 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3399
3400 * ada-typeprint.c (ada_print_typedef): New function.
3401 * ada-lang.h (ada_print_typedef): Add declaration.
3402 * ada-lang.c (ada_language_defn): set la_print_typdef field
3403 to ada_print_typedef.
3404
3405 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3406
3407 * procfs.c (procfs_address_to_host_pointer): Only define when used.
3408
3409 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3410
3411 * procfs.c (iterate_over_mappings_cb_ftype): New typedef.
3412 (iterate_over_mappings): Adjust function profile. Add declaration.
3413 (insert_dbx_link_bpt_in_region, info_mappings_callback):
3414 Adjust accordingly.
3415
3416 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3417
3418 * procfs.c (solib_mappings_callback): Move function up to avoid
3419 a compiler warning.
3420
3421 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3422
3423 * procfs.c (find_signalled_thread, find_stop_signal): Move
3424 these functions down to define them only when used.
3425
3426 2010-04-20 Joel Brobecker <brobecker@adacore.com>
3427
3428 * valprint.c (common_val_print): Fix the value before extracting
3429 its contents.
3430 * ada-lang.c (ada_to_fixed_value): Make this function extern.
3431 * ada-lang.h (ada_to_fixed_value): New function declaration.
3432 * ada-valprint.c (ada_value_print): Use ada_to_fixed_value
3433 to avoid code duplication and fix a bug in the handling of
3434 fixed types contents.
3435
3436 2010-04-20 Tom Tromey <tromey@redhat.com>
3437
3438 * dwarf2read.c (dwarf2_compute_name): Handle DW_AT_linkage_name.
3439 (read_partial_die): Likewise.
3440 (dwarf_attr_name): Likewise.
3441
3442 2010-04-20 Chris Moller <cmoller@redhat.com>
3443
3444 PR 10867
3445
3446 * cp-valprint.c (global): Adding new static array recursion
3447 detection obstack.
3448 (cp_print_value_fields, cp_print_static_field): Added new static
3449 array recursion detection code.
3450
3451 2010-04-20 Mark Kettenis <kettenis@gnu.org>
3452
3453 * i386-linux-tdep.c (i386_linux_regset_sections): Size of the
3454 general-purpose register set should be 68 instead of 144.
3455 (i386_linux_sse_regset_sections): Likewise.
3456 (i386_linux_avx_regset_sections): Likewise.
3457
3458 2010-04-20 Stan Shebs <stan@codesourcery.com>
3459 Nathan Sidwell <nathan@codesourcery.com>
3460
3461 * dwarf2loc.c (struct axs_var_loc): New struct.
3462 (dwarf2_tracepoint_var_loc): New function.
3463 (dwarf2_tracepoint_var_access): New function.
3464 (dwarf2_tracepoint_var_ref): Use dwarf2_tracepoint_var_loc, deal
3465 with DW_OP_piece.
3466 (locexpr_describe_location_piece): New function.
3467 (locexpr_describe_location_1): New function.
3468 (locexpr_describe_location): Call it, update signature.
3469 (loclist_describe_location): Rewrite to loop over locations,
3470 update signature.
3471 * symtab.h (struct symbol_computed_ops): Add address to
3472 describe_location arguments, return void.
3473 * printcmd.c (address_info): Get context PC, pass to computed
3474 location description.
3475 * tracepoint.c (scope_info): Ditto.
3476 * ax-gdb.c (trace_kludge): Export.
3477
3478 2010-04-20 Tom Tromey <tromey@redhat.com>
3479
3480 * dwarf2-frame.c (decode_frame_entry_1): Handle CIE version 4.
3481 (struct dwarf2_cie) <segment_size>: New field.
3482 * dwarf2read.c (partial_read_comp_unit_head): Accept DWARF 4.
3483 (skip_one_die): Handle DW_FORM_flag_present, DW_FORM_sec_offset,
3484 DW_FORM_exprloc.
3485 (read_attribute_value): Handle DW_FORM_flag_present,
3486 DW_FORM_sec_offset, DW_FORM_exprloc.
3487 (dump_die_shallow): Likewise.
3488 (attr_form_is_section_offset): Handle DW_FORM_sec_offset.
3489 (dwarf2_const_value): Handle DW_FORM_exprloc.
3490 (attr_form_is_block): Likewise.
3491 (struct line_header) <maximum_ops_per_instruction>: New field.
3492 (dwarf_decode_line_header): Set new field.
3493 (dwarf_decode_lines): Handle new field.
3494
3495 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3496
3497 * f-exp.y: Add new production to recognize the `logical*8' type.
3498 (LOGICAL_S8_KEYWORD): New token.
3499 * f-lang.c (enum f_primitive_types)
3500 <f_primitive_type_logical_s8>: New field.
3501 (f_language_arch_info): Handling `logical*8' type.
3502 (build_fortran_types): Building `logical*8' type.
3503 * f-lang.h (struct builtin_f_type) <builtin_logical_s8>: New field.
3504
3505 2010-04-19 Doug Evans <dje@google.com>
3506
3507 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.
3508 * ser-pipe.c (pipe_open): Fix file descriptor leaks.
3509 (pipe_close): Ditto.
3510
3511 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3512
3513 * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes.
3514
3515 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr>
3516
3517 * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle
3518 type to void function.
3519
3520 2010-04-19 Stan Shebs <stan@codesourcery.com>
3521 Vladimir Prus <vladimir@codesourcery.com>
3522
3523 * tracepoint.c (tfind_1): Add missing newline, report exit from
3524 tfind mode as such.
3525 * target.c (update_current_target): Make default
3526 to_trace_find return -1.
3527
3528 2010-04-19 Mike Frysinger <vapier@gentoo.org>
3529
3530 * objc-lang.c (find_methods): Move symname check up.
3531
3532 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3533
3534 * ada-lang.c (print_recreate_exception)
3535 <ex_catch_exception_unhandled>: It's "catch exception unhandled",
3536 not "catch unhandled".
3537
3538 2010-04-19 Pedro Alves <pedro@codesourcery.com>
3539
3540 PR breakpoints/8554.
3541
3542 Implement `save-breakpoints'.
3543
3544 * breakpoint.c (save_cmdlist): New.
3545 (breakpoint_set_cmdlist, breakpoint_show_cmdlist): Moved up close
3546 to save_cmdlist.
3547 (print_recreate_catch_fork): New.
3548 (catch_fork_breakpoint_ops): Install it.
3549 (print_recreate_catch_vfork): New.
3550 (catch_vfork_breakpoint_ops): Install it.
3551 (print_recreate_catch_syscall): New.
3552 (catch_syscall_breakpoint_ops): Install it.
3553 (print_recreate_catch_exec): New.
3554 (catch_exec_breakpoint_ops): Install it.
3555 (print_recreate_exception_catchpoint): New.
3556 (gnu_v3_exception_catchpoint_ops): Install it.
3557 (save_breakpoints): New, based on tracepoint_save_command, but
3558 handle all breakpoint types.
3559 (save_breakpoints_command): New.
3560 (tracepoint_save_command): Rename to...
3561 (save_tracepoints_command): ... this, and reimplement using
3562 save_breakpoints.
3563 (save_command): New.
3564 (_initialize_breakpoints): Install the "save" command prefix.
3565 Install the "save breakpoints" command. Make "save-tracepoints" a
3566 deprecated alias for "save tracepoints".
3567 * breakpoint.h (struct breakpoint_ops): New field `print_recreate'.
3568 * ada-lang.c (print_recreate_exception): New.
3569 (print_recreate_catch_exception): New.
3570 (catch_exception_breakpoint_ops): Install it.
3571 (print_recreate_catch_exception_unhandled): New.
3572 (catch_exception_unhandled_breakpoint_ops): Install it.
3573 (print_recreate_catch_assert): New.
3574 (catch_assert_breakpoint_ops): Install it.
3575
3576 * NEWS: Mention the new `save breakpoints' command. Mention the
3577 new `save tracepoints' alias and that `save-tracepoints' is now
3578 deprecated.
3579
3580 2010-04-18 Pedro Alves <pedro@codesourcery.com>
3581
3582 PR tui/9217
3583
3584 * tui/tui-out.c: Include cli-out.h.
3585 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
3586 (tui_begin, tui_end, tui_field_int, tui_field_skip)
3587 (tui_field_string, tui_field_fmt, tui_spaces, tui_text)
3588 (tui_message, tui_wrap_hint, tui_flush): Delete forward
3589 declarations.
3590 (struct ui_out_data): Rename to...
3591 (struct tui_ui_out_data): ... this. Remove `stream' and
3592 `suppress_output' fields, and inherit cli_ui_out_data.
3593 (tui_out_data): New typedef.
3594 (tui_ui_out_impl): Don't initialize fields staticaly.
3595 (tui_table_begin, tui_table_body, tui_table_end, tui_table_header)
3596 (tui_begin, tui_end): Delete.
3597 (tui_field_int): Adjust to delegate most work to the base type.
3598 (tui_field_skip): Delete.
3599 (tui_field_string, tui_field_fmt): Adjust comment. Adjust to
3600 delegate most work to the base type.
3601 (tui_spaces): Delete.
3602 (tui_text): Adjust to delegate most work to the base type.
3603 (tui_message): Delete.
3604 (tui_wrap_hint): Delete.
3605 (tui_flush): Delete.
3606 (out_field_fmt): Delete.
3607 (field_separator): Delete.
3608 (tui_out_new): Adjust to initialize the base type.
3609 (_initialize_tui_out): Initialize tui_ui_out_impl.
3610 * cli-out.c (struct ui_out_data): Moved out to cli-out.h, renamed
3611 cli_ui_out_data.
3612 (cli_out_data): Adjust.
3613 (cli_ui_out_impl): Make extern.
3614 (cli_table_header, cli_field_int, cli_field_skip): Use
3615 uo_field_string instead of cli_field_string.
3616 (cli_redirect): Adjust to use cli_out_data.
3617 (cli_out_data_ctor): New.
3618 (cli_out_new): Use it.
3619 * cli-out.h (struct ui_file): Remove forward declaration.
3620 (struct cli_ui_out_data): New, moved from cli-out.c, and renamed.
3621 (cli_ui_out_impl): Declare.
3622 (cli_out_data_ctor): Declare.
3623 * ui-out.c (struct ui_out) <data>: Change type to void pointer.
3624 (uo_field_string): No longer static.
3625 (ui_out_data): Change return type to void pointer.
3626 (ui_out_new): Change `data' parameter type to void pointer.
3627 * ui-out.h (struct ui_out_data): Don't forward declare.
3628 (ui_out_data): Change return type to void pointer.
3629 (ui_out_new): Change `data' parameter type to void pointer.
3630 (uo_field_string): Declare.
3631
3632 2010-04-17 Pedro Alves <pedro@codesourcery.com>
3633
3634 * ui-file.c (tee_file_isatty): Return whether `tee->one' is a tty,
3635 instead of always false.
3636
3637 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
3638
3639 PR corefiles/11511
3640 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Support
3641 orig_rax.
3642
3643 2010-04-17 Pedro Alves <pedro@codesourcery.com>
3644
3645 * breakpoint.c (watchpoints_triggered): Use
3646 is_hardware_watchpoint.
3647 (watchpoints_triggered): Ditto.
3648 (bpstat_check_location): Use is_watchpoint and
3649 is_hardware_watchpoint.
3650 (bpstat_check_watchpoint): Use is_watchpoint and
3651 is_hardware_watchpoint.
3652 (bpstat_stop_status): Fix comment.
3653 (user_settable_breakpoint): Use is_watchpoint.
3654 (hw_watchpoint_used_count): Use is_hardware_watchpoint.
3655 (disable_watchpoints_before_interactive_call_start): Use
3656 is_watchpoint.
3657 (enable_watchpoints_after_interactive_call_stop): Use
3658 is_watchpoint.
3659 (clear_command): Use is_watchpoint.
3660 (do_enable_breakpoint): Use is_watchpoint.
3661
3662 2010-04-16 Mike Frysinger <vapier@gentoo.org>
3663
3664 * solib-frv.c (enable_break1_done): Delete.
3665 (enable_break2): Do not check enable_break1_done. Move the
3666 enable_break2_done setting and call to
3667 remove_solib_event_breakpoints() to the end. Return without
3668 warning when the contents of _dl_debug_addr are 0.
3669 (enable_break): Do not set enable_break1_done.
3670 (frv_clear_solib): Likewise.
3671
3672 2010-04-16 Kevin Buettner <kevinb@redhat.com>
3673
3674 * m32c-tdep.c (m32c_m16c_address_to_pointer): Print warning
3675 instead of an error if no PLT entry is found. Return a
3676 potentially useful result.
3677 (m32c_m16c_pointer_to_address): Add code to search for function
3678 address when no .plt entry is found.
3679
3680 2010-04-16 Stan Shebs <stan@codesourcery.com>
3681
3682 * tracepoint.c (trace_variable_command): Run a cleanup.
3683
3684 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3685
3686 * p-lang.c (pascal_one_char): Do not restrict C to 0..255 range.
3687
3688 2010-04-16 Pierre Muller <muller@ics.u-strasbg.fr>
3689
3690 Support for Windows OS Thread Information Block.
3691 * NEWS: Document new feature.
3692 * remote.c (PACKET_qGetTIBAddr): New enum element.
3693 (remote_get_tib_address): New function.
3694 (init_remote_ops): Set to_get_tib_address field
3695 to remote_get_tib_address.
3696 (_initialize_remote): Add add_packet_config_cmd
3697 for PACKET_qGetTIBAddr.
3698 * target.c (update_current_target): Set default value for
3699 new to_get_tib_address field.
3700 * target.h (target_ops): New field to_get_tib_address.
3701 (target_get_tib_address): New macro.
3702 * windows-nat.c (thread_info): Add thread_local_base field.
3703 (windows_add_thread): Add tlb argument of type 'void *'.
3704 (fake_create_process): Adapt windows_add_thread call.
3705 (get_windows_debug_event): Idem.
3706 (windows_get_tib_address): New function.
3707 (init_windows_ops): Set to_get_tib_address field
3708 to remote_get_tib_address.
3709 (_initialize_windows_nat): Replace info_w32_cmdlist
3710 initialization by a call to init_w32_command_list.
3711 (info_w32_command, info_w32_cmdlist): Removed from here...
3712 to windows-tdep.c file.
3713 * windows-tdep.h (info_w32_cmdlist): Declare.
3714 (init_w32_command_list): New external function
3715 declaration.
3716 * windows-tdep.c: Add several headers.
3717 (info_w32_cmdlist): to here, made global.
3718 (thread_information_32): New struct.
3719 (thread_information_64): New struct.
3720 (TIB_NAME): New char array.
3721 (MAX_TIB32, MAX_TIB64, FULL_TIB_SIZE): New constants.
3722 (maint_display_all_tib): New static variable.
3723 (windows_get_tlb_type): New function.
3724 (tlb_value_read, tlb_value_write): New functions.
3725 (tlb_value_funcs): New static struct.
3726 (tlb_make_value): New function.
3727 (display_one_tib): New function.
3728 (display_tib): New function.
3729 (show_maint_show_all_tib):New function.
3730 (info_w32_command): Moved from windows-nat.c.
3731 (init_w32_command_list): New function.
3732 (_initialize_windows_tdep): New function.
3733 New "maint set/show show-all-tib" command
3734 New "$_tlb" internal variable.
3735
3736 2010-04-16 Joel Brobecker <brobecker@adacore.com>
3737
3738 * tui/tui-regs.c (tui_display_register): Add comment about
3739 a couple of casts.
3740 * tui/tui-stack.c (tui_show_locator_content): Ditto.
3741
3742 2010-04-15 Stan Shebs <stan@codesourcery.com>
3743
3744 * frame.c: Include tracepoint.h.
3745 (get_current_frame): Allow a trace frame to be an alternate source
3746 of stack frame data.
3747 * tracepoint.c (tfind_1): Don't try to get current stack frame if
3748 it won't succeed.
3749
3750 2010-04-15 Pedro Alves <pedro@codesourcery.com>
3751
3752 * ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
3753 flags.
3754 * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
3755
3756 2010-04-15 Doug Evans <dje@google.com>
3757
3758 * NEWS: Add entry for python program space support.
3759 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
3760 (SUBDIR_PYTHON_SRCS): Add py-progspace.c.
3761 (py-progspace.o): New rule.
3762 * python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
3763 function.
3764 (find_pretty_printer_from_progspace): New function.
3765 (find_pretty_printer_from_gdb): New function.
3766 (find_pretty_printer): Rewrite.
3767 * python/py-progspace.c: New file.
3768 * python/python-internal.h (program_space): Add forward decl.
3769 (pspace_to_pspace_object, pspy_get_printers): Declare.
3770 (gdbpy_initialize_pspace): Declare.
3771 * python/python.c: #include "progspace.h".
3772 (gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
3773 (_initialize_python): Call gdbpy_initialize_pspace.
3774 (GdbMethods): Add current_progspace, progspaces.
3775
3776 Add -s option to source command.
3777 * NEWS: Document new option.
3778 * cli/cli-cmds.c (find_and_open_script): Add function comment.
3779 Delete from_tty and cleanupp args. Split filep arg into file and
3780 full_pathp. New arg search_path.
3781 (source_script_from_stream): New function.
3782 (source_script_with_search): New function.
3783 (source_script): Rewrite.
3784 (source_command): Parse "-s" option.
3785 (init_cli_cmds): Add "-s" docs to source command help, and reformat.
3786 * python/python.c (source_python_script): Make file arg a const char *.
3787 Don't call fclose, leave for caller.
3788 * python/python.h (source_python_script): Update.
3789
3790 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3791 Pedro Alves <pedro@codesourcery.com>
3792
3793 Avoid rereading shared libraries that haven't changed.
3794
3795 * solib.c (free_so_symbols): New function, from ...
3796 (free_so): ... here. Call it.
3797 (solib_read_symbols): Don't warn here if symbols have already been
3798 loaded.
3799 (solib_add): Warn here instead, if a pattern was specified.
3800 (reload_shared_libraries_1): New.
3801 (reload_shared_libraries): Rewrite to not fetch the library list.
3802
3803 2010-04-14 Doug Evans <dje@google.com>
3804
3805 * source.c (openp): Strip DOS drive letter if present before
3806 concatenating string to search path.
3807
3808 2010-04-14 Pedro Alves <pedro@codesourcery.com>
3809
3810 * objfiles.h (gdb_bfd_close_or_warn): Declare.
3811 * objfiles.c (gdb_bfd_close_or_warn): New.
3812 * corelow.c: Include objfiles.h
3813 (core_close): Use gdb_bfd_close_or_warn.
3814 * elfread.c (build_id_verify): Ditto.
3815 * exec.c (exec_close, exec_close_1): Ditto.
3816
3817 2010-04-14 Daniel Jacobowitz <dan@codesourcery.com>
3818 Pedro Alves <pedro@codesourcery.com>
3819
3820 Group errors for many missing shared libraries.
3821
3822 * solist.h (struct so_list): Remove from_tty.
3823 * solib.c (solib_bfd_open): Return NULL if we failed to open a BFD.
3824 (solib_map_sections): Take so_list argument. Return 0 if we
3825 failed to open a BFD. Add target sections here.
3826 (symbol_add_stub): Delete.
3827 (solib_read_symbols): Inline symbol_add_stub. Use current flags,
3828 not from_tty copied from the so_list. Don't warn a second time
3829 for a missing library.
3830 (update_solib_list): Don't save from_tty. Use TRY_CATCH. Do not
3831 add to the section table here. Print out a single warning for all
3832 missing libraries.
3833 * bsd-uthread.c (bsd_uthread_solib_loaded): Always pass 0 for
3834 flags.
3835
3836 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3837
3838 * python/py-block.c (gdbpy_block_for_pc): Use i8n to encompass
3839 error/warning messages. Capitalize and use complete sentences.
3840 (blpy_block_syms_iternext): Likewise.
3841 * python/py-cmd.c (parse_command_name, cmdpy_init): Likewise.
3842 * python/py-frame.c (FRAPY_REQUIRE_VALID, frapy_block)
3843 (frame_info_to_frame_object, frapy_read_var)
3844 (gdbpy_frame_stop_reason_string): Likewise.
3845 * python/py-lazy-string.c (stpy_convert_to_value)
3846 (gdbpy_create_lazy_string_object): Likewise.
3847 * python/py-objfile.c (objfpy_set_printers): Likewise.
3848 * python/py-prettyprint.c (gdbpy_default_visualizer): Likewise.
3849 * python/python.c (parameter_to_python): Likewise.
3850 * python/py-type.c (typy_range, typy_target): Likewise.
3851 * python/py-value.c (valpy_cast, valpy_length, valpy_getitem)
3852 (valpy_richcompare, valpy_int, valpy_long, valpy_float): Likewise.
3853
3854
3855 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
3856
3857 PR python/11381
3858
3859 * python/py-prettyprint.c (pretty_print_one_value): Test for
3860 Py_None.
3861 (print_string_repr): Test for Py_None. Set flags accordingly.
3862 Return value depending on return type.
3863 (print_children): Take a value indicating whether data was printed
3864 before this function was called. Alter output accordingly.
3865 (apply_val_pretty_printer): Capture return value from
3866 print_string_repr and pass to print_children.
3867
3868 2010-04-13 Mark Kettenis <kettenis@gnu.org>
3869
3870 PR corefiles/11481
3871 * i386-linux-tdep.c (i386_linux_regset_sections): Remove extended
3872 register note sections.
3873 (i386_linux_sse_regset_sections, i386_linux_avx_regset_sections):
3874 New variables.
3875 (i386_linux_init_abi): Install list of supported register note
3876 sections that matches the target description.
3877
3878 2010-04-13 Pedro Alves <pedro@codesourcery.com>
3879
3880 * remote.c (remote_get_noisy_reply): Don't error out on empty
3881 replies.
3882 (remote_start_remote): Update and merge tracepoints and trace
3883 state variables as long as the target supports tracepoints.
3884 (remote_trace_init): Fix prototype.
3885 (remote_download_trace_state_variable): Validate reply.
3886 (remote_trace_set_readonly_regions): Fix prototype.
3887 (remote_trace_start): Fix prototype. Check for empty reply.
3888 (remote_get_trace_status): Small cleanup.
3889 (remote_trace_stop): Fix prototype. Check for empty reply.
3890 (remote_trace_find): Check for empty reply.
3891 (remote_save_trace_data): Validate reply.
3892 (remote_set_disconnected_tracing): Check for empty reply, and
3893 validate reply.
3894 (remote_set_circular_trace_buffer): Ditto.
3895
3896 2010-04-13 Pierre Muller <muller@ics.u-strasbg.fr>
3897
3898 Suppress unused value warning during compilation.
3899 * tui/tui-regs.c (tui_display_register): Cast wstandout and wstandend
3900 calls to void.
3901 * tui/tui-stack.c (tui_show_locator_content): Likewise.
3902
3903 2010-04-12 Stan Shebs <stan@codesourcery.com>
3904
3905 * tracepoint.c (tfile_xfer_partial): Check read result.
3906
3907 2010-04-12 Mike Frysinger <vapier@gentoo.org>
3908
3909 * remote-m32r-sdi.c (m32r_files_info): Add const to local "file" var.
3910 * remote-sim.c (gdbsim_files_info): Likewise.
3911
3912 2010-04-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3913
3914 * arm-tdep.h (gdb_regnum): Add ARM_FPSCR_REGNUM
3915 * arm-linux-nat.c (arm_linux_vfp_register_count): New
3916 variable.
3917 (fetch_vfp_registers): New function to fetch VFP registers.
3918 (store_vfp_registers): New function to store VFP registers.
3919 (arm_linux_fetch_inferior_registers): Add support for VFP
3920 registers.
3921 (arm_linux_store_inferior_registers): Likewise.
3922 (arm_linux_read_description): Likewise.
3923 (_initialize_arm_linux_nat): Delay initialising iWMMX tdesc
3924 until we need it.
3925
3926 2010-04-11 H.J. Lu <hongjiu.lu@intel.com>
3927
3928 * amd64-tdep.c (amd64_supply_xstateregset): Remove the unused
3929 tdep.
3930 (amd64_collect_xstateregset): Likewise.
3931
3932 2010-04-09 Stan Shebs <stan@codesourcery.com>
3933
3934 * tracepoint.c (trace_status_mi): Report frames created.
3935
3936 * tracepoint.c (trace_dump_command): Include default-collect
3937 expressions.
3938
3939 2010-04-09 Ulrich Weigand <uweigand@de.ibm.com>
3940
3941 * symtab.c (find_function_start_sal): Never return SAL pointing
3942 before function start address, even if line info is missing.
3943
3944 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3945
3946 * NEWS: Mention tracepoints support.
3947
3948 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3949
3950 * tracepoint.c (trace_status_mi): Report disconnected tracing and
3951 circular trace buffer statuses.
3952
3953 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3954
3955 * config/djgpp/fnchange.lst: Fix typo in translations for
3956 symbol-without-target_section.exp and symbol-without-target_section.c.
3957
3958 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3959
3960 * breakpoint.c (condition_command): Pass condition expression to
3961 set_breakpoint_condition stripped from breakpoint number.
3962
3963 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
3964 Thiago Jung Bauermann <bauerman@br.ibm.com>
3965 Tom Tromey <tromey@redhat.com>
3966
3967 * breakpoint.c (condition_command): Simplify. Move condition
3968 setting code to ...
3969 (set_breakpoint_condition): ... here. New function.
3970 * breakpoint.h (set_breakpoint_condition): Declare.
3971 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-breakpoint.
3972 (SUBDIR_PYTHON_SRCS): Likewise.
3973 (py-breakpoint.o): New rule.
3974 * python/py-breakpoint.c: New file.
3975 * python/python-internal.h (gdbpy_breakpoints)
3976 (gdbpy_initialize_breakpoints): Declare.
3977 (GDB_PY_SET_HANDLE_EXCEPTION) Define.
3978
3979 2010-04-09 Pedro Alves <pedro@codesourcery.com>
3980
3981 * regformats/regdat.sh: Include server.h. Don't include
3982 regcache.h.
3983
3984 2010-04-08 Stan Shebs <stan@codesourcery.com>
3985 Pedro Alves <pedro@codesourcery.com>
3986
3987 * tracepoint.h (struct trace_status): New fields disconnected_tracing
3988 and circular_buffer.
3989 (disconnect_tracing): Rename from disconnect_or_stop_tracing.
3990 * tracepoint.c (trace_status_command): Display target's status for
3991 disconnected tracing and circular buffer.
3992 (disconnect_tracing): Rename from disconnect_or_stop_tracing, add
3993 query for non-disconnected-tracing case, remove the stop_tracing
3994 call.
3995 (tfile_open): Clear disconnected and circular buffer status.
3996 (trace_save): Save disconnected and circular buffer status.
3997 (parse_trace_status): Parse disconnected and circular buffer status,
3998 also recognize disconnected as a stop reason.
3999 * remote.c (remote_set_disconnected_tracing): Only set
4000 QTDisconnected if the remote end supports disconnected tracing.
4001 Warn otherwise, if trying to enable disconnected tracing.
4002 * infcmd.c (detach_command): Update disconnect_tracing call.
4003 * cli/cli-cmds.c (quit_command): Ditto.
4004
4005 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4006
4007 * i387-tdep.c (i387_collect_xsave): Replace abort with
4008 internal_error.
4009
4010 2010-04-08 Stan Shebs <stan@codesourcery.com>
4011
4012 * breakpoint.c (default_collect_info): New function.
4013 (breakpoints_info): Call it.
4014 (maintenance_info_breakpoints): Ditto.
4015 (tracepoints_info): Ditto.
4016
4017 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4018
4019 * i387-tdep.c (i387_collect_xsave): Re-indent.
4020
4021 2010-04-08 H.J. Lu <hongjiu.lu@intel.com>
4022
4023 * i386-linux-nat.c (have_ptrace_getfpxregs): Initialize to -1
4024 if HAVE_PTRACE_GETFPXREGS is defined.
4025 (i386_linux_read_description): Set have_ptrace_getfpxregs and
4026 have_ptrace_getregset to 0 if ptrace PTRACE_GETFPXREGS failed.
4027
4028 * i386-linux-tdep.c: Include "features/i386/i386-mmx-linux.c"
4029 (i386_linux_core_read_description): Return tdesc_i386_mmx_linux
4030 if .reg-xfp section doesn't exist.
4031 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_mmx_linux.
4032
4033 * i386-linux-tdep.h (tdesc_i386_mmx_linux): New.
4034
4035 * i386-tdep.c: Include "features/i386/i386-mmx.c".
4036 (i386_go32_init_abi): Set tdesc to tdesc_i386_mmx.
4037 (i386_validate_tdesc_p): Make org.gnu.gdb.i386.sse optional. Set
4038 xcr0 to I386_XSTATE_X87_MASK if SSE isn't available.
4039 (i386_gdbarch_init): Update comments.
4040 (_initialize_i386_tdep): Call initialize_tdesc_i386_mmx.
4041
4042 * common/i386-xstate.h (I386_XSTATE_X87_MASK): New.
4043
4044 * config/djgpp/fnchange.lst: Add i386 MMX XML files.
4045
4046 * features/Makefile (i386/i386-mmx-expedite): New.
4047 (i386/i386-mmx-linux-expedite): Likewise.
4048 ($(outdir)/i386/i386-mmx.dat): Likewise.
4049 ($(outdir)/i386/i386-mmx-linux.dat): Likewise.
4050
4051 * features/i386/i386-mmx-linux.c: New.
4052 * features/i386/i386-mmx-linux.xml: Likewise.
4053 * features/i386/i386-mmx.c: Likewise.
4054 * features/i386/i386-mmx.xml: Likewise.
4055 * regformats/i386/i386-mmx-linux.dat: Likewise.
4056 * regformats/i386/i386-mmx.dat: Likewise.
4057
4058 * features/Makefile (WHICH): Add i386/i386-mmx and
4059 i386/i386-mmx-linux.
4060
4061 2010-04-08 Doug Evans <dje@google.com>
4062
4063 * source.c (openp): Skip $cdir in PATH.
4064
4065 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4066
4067 PR python/11417
4068 * python/py-lazy-string.c (stpy_convert_to_value): Check for
4069 a NULL address.
4070 (gdbpy_create_lazy_string_object): Allow strings with a NULL
4071 address and a zero length.
4072
4073 2010-04-08 Hui Zhu <teawater@gmail.com>
4074
4075 * i386-tdep.c (i386_process_record): Add support for insn
4076 rdtsc.
4077
4078 2010-04-07 Doug Evans <dje@google.com>
4079
4080 * python/python.c (source_python_script): Use ensure_python_env
4081 to prepare environment for script.
4082
4083 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4084
4085 * amd64-linux-nat.c: Include "regset.h", "elf/common.h",
4086 <sys/uio.h> and "i386-xstate.h".
4087 (PTRACE_GETREGSET): New.
4088 (PTRACE_SETREGSET): Likewise.
4089 (have_ptrace_getregset): Likewise.
4090 (amd64_linux_gregset64_reg_offset): Include 16 upper YMM
4091 registers.
4092 (amd64_linux_gregset32_reg_offset): Include 8 upper YMM
4093 registers.
4094 (amd64_linux_fetch_inferior_registers): Support PTRACE_GETFPREGS.
4095 (amd64_linux_store_inferior_registers): Likewise.
4096 (amd64_linux_read_description): Check and enable AVX target
4097 descriptions.
4098
4099 * amd64-linux-tdep.c: Include "regset.h", "i386-linux-tdep.h"
4100 and "features/i386/amd64-avx-linux.c".
4101 (amd64_linux_regset_sections): New.
4102 (amd64_linux_core_read_description): Check and enable AVX
4103 target description.
4104 (amd64_linux_init_abi): Set xsave_xcr0_offset. Call
4105 set_gdbarch_core_regset_sections.
4106 (_initialize_amd64_linux_tdep): Call
4107 initialize_tdesc_amd64_avx_linux.
4108
4109 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Replace
4110 AMD64_MXCSR_REGNUM with AMD64_YMM15H_REGNUM.
4111 (tdesc_amd64_avx_linux): New.
4112 (amd64_linux_update_xstateregset): Likewise.
4113
4114 * amd64-tdep.c: Include "features/i386/amd64-avx.c".
4115 (amd64_ymm_names): New.
4116 (amd64_ymmh_names): Likewise.
4117 (amd64_register_name): Likewise.
4118 (amd64_supply_xstateregset): Likewise.
4119 (amd64_collect_xstateregset): Likewise.
4120 (amd64_supply_xsave): Likewise.
4121 (amd64_collect_xsave): Likewise.
4122 (AMD64_NUM_REGS): Removed.
4123 (amd64_dwarf_reg_to_regnum): Return %ymmN register number for
4124 %xmmN if AVX is available.
4125 (amd64_pseudo_register_name): Support pseudo YMM registers.
4126 (amd64_regset_from_core_section): Support .reg-xstate section.
4127 (amd64_init_abi): Set ymmh_register_names, num_ymm_regs
4128 and ymm0h_regnum. Call set_gdbarch_register_name.
4129 (amd64_init_abi): Call initialize_tdesc_amd64_avx.
4130
4131 * amd64-tdep.h (amd64_regnum): Add AMD64_YMM0H_REGNUM and
4132 AMD64_YMM15H_REGNUM.
4133 (AMD64_NUM_REGS): New.
4134 (amd64_supply_xsave): Likewise.
4135 (amd64_collect_xsave): Likewise.
4136 (amd64_register_name): Removed.
4137 (amd64_register_type): Likewise.
4138
4139 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4140
4141 * i387-tdep.c: Include "i386-xstate.h".
4142 (XSAVE_XSTATE_BV_ADDR): New.
4143 (xsave_avxh_offset): Likewise.
4144 (XSAVE_AVXH_ADDR): Likewise.
4145 (i387_supply_xsave): Likewise.
4146 (i387_collect_xsave): Likewise.
4147
4148 * i387-tdep.h (I387_NUM_YMM_REGS): New.
4149 (I387_YMM0H_REGNUM): Likewise.
4150 (I387_YMMENDH_REGNUM): Likewise.
4151 (i387_supply_xsave): Likewise.
4152 (i387_collect_xsave): Likewise.
4153
4154 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4155
4156 * i386-linux-nat.c: Include "regset.h", "elf/common.h",
4157 <sys/uio.h> and "i386-xstate.h".
4158 (PTRACE_GETREGSET): New.
4159 (PTRACE_SETREGSET): Likewise.
4160 (fetch_xstateregs): Likewise.
4161 (store_xstateregs): Likewise.
4162 (GETXSTATEREGS_SUPPLIES): Likewise.
4163 (regmap): Include 8 upper YMM registers.
4164 (i386_linux_fetch_inferior_registers): Support XSAVE extended
4165 state.
4166 (i386_linux_store_inferior_registers): Likewise.
4167 (i386_linux_read_description): Check and enable AVX target
4168 descriptions.
4169
4170 * i386-linux-tdep.c: Include "regset.h", "i387-tdep.h",
4171 "i386-xstate.h" and "features/i386/i386-avx-linux.c".
4172 (i386_linux_regset_sections): Add ".reg-xstate".
4173 (i386_linux_gregset_reg_offset): Include 8 upper YMM registers.
4174 (i386_linux_core_read_xcr0): New.
4175 (i386_linux_core_read_description): Check and enable AVX target
4176 description.
4177 (i386_linux_init_abi): Set xsave_xcr0_offset.
4178 (_initialize_i386_linux_tdep): Call
4179 initialize_tdesc_i386_avx_linux.
4180
4181 * i386-linux-tdep.h (I386_LINUX_ORIG_EAX_REGNUM): Replace
4182 I386_SSE_NUM_REGS with I386_AVX_NUM_REGS.
4183 (i386_linux_core_read_xcr0): New.
4184 (tdesc_i386_avx_linux): Likewise.
4185 (I386_LINUX_XSAVE_XCR0_OFFSET): Likewise.
4186
4187 * i386-tdep.c: Include "i386-xstate.h" and
4188 "features/i386/i386-avx.c".
4189 (i386_ymm_names): New.
4190 (i386_ymmh_names): Likewise.
4191 (i386_ymmh_regnum_p): Likewise.
4192 (i386_ymm_regnum_p): Likewise.
4193 (i386_xmm_regnum_p): Likewise.
4194 (i386_register_name): Likewise.
4195 (i386_ymm_type): Likewise.
4196 (i386_supply_xstateregset): Likewise.
4197 (i386_collect_xstateregset): Likewise.
4198 (i386_sse_regnum_p): Removed.
4199 (i386_pseudo_register_name): Support pseudo YMM registers.
4200 (i386_pseudo_register_type): Likewise.
4201 (i386_pseudo_register_read): Likewise.
4202 (i386_pseudo_register_write): Likewise.
4203 (i386_dbx_reg_to_regnum): Return %ymmN register number for
4204 %xmmN if AVX is available.
4205 (i386_regset_from_core_section): Support .reg-xstate section.
4206 (i386_register_reggroup_p): Supper upper YMM and YMM registers.
4207 (i386_process_record): Replace i386_sse_regnum_p with
4208 i386_xmm_regnum_p.
4209 (i386_validate_tdesc_p): Support org.gnu.gdb.i386.avx feature.
4210 Set ymmh_register_names, num_ymm_regs, ymm0h_regnum and xcr0.
4211 (i386_gdbarch_init): Set xstateregset. Set xsave_xcr0_offset.
4212 Call set_gdbarch_register_name. Replace I386_SSE_NUM_REGS with
4213 I386_AVX_NUM_REGS. Set ymmh_register_names, ymm0h_regnum and
4214 num_ymm_regs. Add num_ymm_regs to set_gdbarch_num_pseudo_regs.
4215 Set ymm0_regnum.
4216 (_initialize_i386_tdep): Call initialize_tdesc_i386_avx.
4217
4218 * i386-tdep.h (gdbarch_tdep): Add xstateregset, ymm0_regnum,
4219 xcr0, xsave_xcr0_offset, ymm0h_regnum, ymmh_register_names and
4220 i386_ymm_type.
4221 (i386_regnum): Add I386_YMM0H_REGNUM, and I386_YMM7H_REGNUM.
4222 (I386_AVX_NUM_REGS): New.
4223 (i386_xmm_regnum_p): Likewise.
4224 (i386_ymm_regnum_p): Likewise.
4225 (i386_ymmh_regnum_p): Likewise.
4226
4227 * common/i386-xstate.h: New.
4228
4229 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4230
4231 * config/djgpp/fnchange.lst: Add x86 AVX XML files.
4232
4233 * features/Makefile (WHICH): Add i386/i386-avx,
4234 i386/i386-avx-linux, i386/x86-64-avx and i386/x86-64-avx-linux.
4235 (i386/i386-avx-expedite): New.
4236 (i386/i386-avx-linux-expedite): Likewise.
4237 (i386/x86-64-avx-expedite):Likewise.
4238 (i386/x86-64-avx-linux-expedite): Likewise.
4239 ($(outdir)/i386/i386-avx.dat): New dependency.
4240 ($(outdir)/i386/i386-avx-linux.dat): Likewise.
4241 ($(outdir)/i386/x86-avx-64.dat): Likewise.
4242 ($(outdir)/i386/x86-64-avx-linux.dat): Likewise.
4243
4244 * features/i386/32bit-avx.xml: New.
4245 * features/i386/64bit-avx.xml: Likewise.
4246 * features/i386/i386-avx-linux.c: Likewise.
4247 * features/i386/i386-avx-linux.xml: Likewise.
4248 * features/i386/i386-avx.c: Likewise.
4249 * features/i386/i386-avx.xml: Likewise.
4250 * features/i386/x86-64-avx-linux.c: Likewise.
4251 * features/i386/x86-64-avx-linux.xml: Likewise.
4252 * features/i386/x86-64-avx.c: Likewise.
4253 * features/i386/x86-64-avx.xml: Likewise.
4254 * regformats/i386/i386-avx-linux.dat: Likewise.
4255 * regformats/i386/i386-avx.dat: Likewise.
4256 * regformats/i386/x86-64-avx-linux.dat: Likewise.
4257 * regformats/i386/x86-64-avx.dat: Likewise.
4258
4259 2010-04-07 Doug Evans <dje@google.com>
4260
4261 * top.c (source_file_name): Make const char *.
4262 * top.h (source_file_name): Update.
4263 * cli/cli-script.c (source_cleanup_lines_args): Make old_file
4264 const char *.
4265 (script_from_file): Change `file' arg to const char *.
4266 * cli/cli-script.h (script_from_file): Update.
4267
4268 2010-04-06 Doug Evans <dje@google.com>
4269
4270 * cli/cli-cmds.c (source_command): Run cleanups.
4271
4272 2010-04-06 Stan Shebs <stan@codesourcery.com>
4273
4274 * defs.h (char_ptr): Move typedef here from...
4275 * ada-lang.c (char_ptr): Remove.
4276 * charset.c (char_ptr): Remove.
4277 * tracepoint.h (struct uploaded_string): Remove.
4278 (struct uploaded_tp): Use vectors for string arrays.
4279 * tracepoint.c (trace_save): Use vectors of actions.
4280 (parse_tracepoint_definition): Ditto.
4281 (get_uploaded_tp): Clear vectors.
4282 * breakpoint.c (create_tracepoint_from_upload): Use vectors.
4283 (next_cmd): Change to an int.
4284 (read_next_cmd): Use vector of command strings.
4285
4286 2010-04-06 Doug Evans <dje@google.com>
4287
4288 * top.h (source_script, cd_command): Delete.
4289 * main.c: #include "cli/cli-cmds.h"
4290
4291 2010-04-06 Kevin Buettner <kevinb@redhat.com>
4292
4293 * m32c-tdep.c (make_types): When calling `arch_type', pass size of
4294 type in bytes, not bits.
4295
4296 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4297
4298 * stabsread.c (define_symbol): Add support for char
4299 and string constants.
4300
4301 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4302
4303 Remove remaining "%ll" uses.
4304 * go32-nat.c (go32_pte_for_address): Replace "0x%llx" using
4305 hex_string call.
4306 * rs6000-nat.c (rs6000_ptrace64): Idem.
4307 * solib-pa64.c (pa64_current_sos): Idem.
4308 * solib-spu.c (spu_current_sos): Idem.
4309 * linux-nat.c (linux_nat_find_memory_regions): Replace "%lld" using
4310 plongest call.
4311 * nto-procfs.c (procfs_meminfo): Replace "0x%016llx" using
4312 phex (VAR, 8) call.
4313 * sh64-tdep.c (sh64_show_media_regs): Idem.
4314
4315 2010-04-05 Stan Shebs <stan@codesourcery.com>
4316
4317 * tracepoint.c: Include gdbcore.h.
4318 (tfile_xfer_partial): Return partial results, also try reading
4319 from executable.
4320 (tfile_has_all_memory): New function.
4321 (init_tfile_ops): Use it.
4322
4323 2010-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
4324
4325 PR gdb/10736:
4326 * xml-syscall.c (my_gdb_datadir): New variable to keep track of
4327 the changes in data-directory.
4328 (init_sysinfo): Reload the syscall XML file if the data-directory
4329 has changed.
4330
4331 2010-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4332
4333 Code cleanup.
4334 * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
4335
4336 2010-04-04 Stan Shebs <stan@codesourcery.com>
4337 Nathan Sidwell <nathan@codesourcery.com>
4338
4339 * breakpoint.c (breakpoint_1): Add filter argument, return number of
4340 breakpoints printed.
4341 (is_hardware_watchpoint): Make argument const.
4342 (is_watchpoint): Ditto.
4343 (is_tracepoint): Merge of tracepoint_type and breakpoint_is_tracepoint,
4344 use it everywhere.
4345 (breakpoints_info): Pass NULL to breakpoint_1.
4346 (maintenance_info_breakpoints): Ditto.
4347 (watchpoints_info): New function.
4348 (tracepoints_info): Use breakpoint_1 filter.
4349 (set_ignore_count): Warn that tracepoint ignore count will be ignored.
4350 (_initialize_breakpoint): Make "info watchpoints" its own command.
4351 * breakpoint.h (is_tracepoint): Rename from breakpoint_is_tracepoint.
4352 * mi/mi-cmd-break.c (mi_cmd_break_commands): Use is_tracepoint.
4353
4354 2010-04-04 Stan Shebs <stan@codesourcery.com>
4355
4356 * tracepoint.c (tfile_fetch_registers): Add fallback case.
4357
4358 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * infcmd.c (run_command_1): Call proceed with regcache_read_pc address.
4361 * config/djgpp/fnchange.lst: Add translation for break-entry.exp.
4362
4363 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4364
4365 * breakpoint.c (bpstat_find_step_resume_breakpoint): Remove.
4366 * breakpoint.h (bpstat_find_step_resume_breakpoint): Remove.
4367
4368 2010-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4369
4370 * dwarf2read.c (read_namespace_type): Use common "return set_die_type"
4371 code form.
4372
4373 2010-04-02 Hui Zhu <teawater@gmail.com>
4374
4375 * i386-tdep.c (OT_DQUAD): New enum.
4376 (i386_process_record): Add code for MMX, 3DNow!, SSE, SSE2,
4377 SSE3, SSSE3 and SSE4.
4378
4379 2010-04-02 Hui Zhu <teawater@gmail.com>
4380
4381 * i386-tdep.c (i386_record_lea_modrm_addr): Remove useless
4382 "*addr = 0".
4383
4384 2010-04-02 Pedro Alves <pedro@codesourcery.com>
4385
4386 * tracepoint.c (trace_dump_actions): New, factored out from
4387 trace_dump_command, and adjusted to recurse into while-stepping's
4388 action list.
4389 (trace_dump_command): Use it.
4390
4391 2010-04-02 Pedro Alves <pedro@codesourcery.com>
4392
4393 * breakpoint.h (struct counted_command_line): Moved definition to
4394 breakpoint.c, and forward declare.
4395 (breakpoint_commands): Declare.
4396 * breakpoint.c (struct counted_command_line): Moved here.
4397 (breakpoint_commands): New.
4398 * tracepoint.c (encode_actions): Use breakpoint_commands.
4399 * remote.c (remote_download_tracepoint): Ditto.
4400
4401 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4402
4403 * remote.c (remote_parse_stop_reply): Use hex_string instead
4404 of phex_nz for error.
4405
4406 2010-04-01 Stan Shebs <stan@codesourcery.com>
4407 Nathan Sidwell <nathan@codesourcery.com>
4408
4409 * tracepoint.h (enum actionline_type): Remove.
4410 (validate_actionline): Change return to void.
4411 * tracepoint.c (report_agent_reqs_errors): New function.
4412 (validate_actionline): Call it, change return to void, report errors
4413 more consistently.
4414 (collect_symbol): Call report_agent_reqs_errors.
4415 (encode_actions_1): Ditto.
4416 (encode_actions): Don't expect a result from validate_actionline.
4417
4418 2010-04-01 Stan Shebs <stan@codesourcery.com>
4419
4420 * tracepoint.c (trace_start_command): Confirm if trace is running.
4421 (trace_stop_command): Error if trace not running.
4422
4423 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4424
4425 * amd64-tdep.c (amd64_byte_names): Add "ah", "bh", "ch", "dh".
4426 (AMD64_NUM_LOWER_BYTE_REGS): New.
4427 (amd64_pseudo_register_read): Handle "ah", "bh", "ch", "dh".
4428 (amd64_pseudo_register_write): Likewise.
4429 (amd64_init_abi): Set num_byte_regs to 20.
4430
4431 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4432
4433 * breakpoint.c (multi_start, multi_end, last_was_multi): Delete.
4434 (prev_breakpoint_count): New.
4435 (set_breakpoint_count): Adjust.
4436 (rbreak_start_breakpoint_count): New.
4437 (start_rbreak_breakpoints): Adjust.
4438 (end_rbreak_breakpoints): Adjust.
4439 (struct commands_info) <arg>: New field.
4440 (do_map_commands_command): Tweak output to include breakpoint spec
4441 range.
4442 (commands_command_1): Adjust. Avoid setting an xfree cleanup if
4443 ARG was empty on entry. Set INFO's arg.
4444 (create_breakpoint): Adjust.
4445
4446 * NEWS: Clarify `commands' changes.
4447
4448 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4449
4450 * tracepoint.c: Include stack.h.
4451 (struct add_local_symbols_data): New.
4452 (do_collect_symbol): New.
4453 (add_local_symbols): Rewrite using iterate_over_block_arg_vars and
4454 iterate_over_block_local_vars.
4455 * stack.c (print_block_frame_locals): Rewrite as ...
4456 (iterate_over_block_locals): ... this. Take a callback function
4457 pointer and generic data pointer, and call that instead of
4458 print_variable_and_value.
4459 (struct print_variable_and_value_data): New.
4460 (do_print_variable_and_value): New.
4461 (iterate_over_block_local_vars): New, abstracted out from
4462 print_frame_local_vars.
4463 (print_frame_local_vars): Rewrite using
4464 iterate_over_block_local_vars.
4465 (iterate_over_block_arg_vars): New, abstracted out from
4466 print_frame_arg_vars.
4467 (print_frame_arg_vars): Rewrite using iterate_over_block_arg_vars.
4468 * stack.h (iterate_over_block_arg_local_vars_cb): New typedef.
4469 (iterate_over_block_arg_vars, iterate_over_block_local_vars): Declare.
4470
4471 2010-03-31 Richard Earnshaw <rearnsha@arm.com>
4472
4473 * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
4474 instructions. Use the PC+4 if the base of the TBB or TBH is the
4475 PC register.
4476
4477 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4478
4479 Fix crash on reading wrong function declaration DWARF.
4480 * dwarf2read.c (read_subroutine_type): New variable void_type.
4481 Pre-fill all TYPE_FIELD_TYPEs. Move nparams and iparams initialization
4482 more close to their use.
4483
4484 2010-03-31 Stan Shebs <stan@codesourcery.com>
4485
4486 * breakpoint.c (tracepoint_save_command): Include variables,
4487 conditionals, tracepoint types, and default-collect.
4488 * tracepoint.c (save_trace_state_variables): New function.
4489 * tracepoint.h (save_trace_state_variables): Declare it.
4490
4491 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr>
4492
4493 * remote.c (end_thread): ARI fix: Use xstrdup instead of strdup.
4494
4495 2010-03-30 Keith Seitz <keiths@redhat.com>
4496
4497 * c-typeprint.c (c_type_print_args): Don't print "void"
4498 for java, regardless of whether it is TYPE_PROTOTYPED.
4499 Use the passed-in language instead of current_language.
4500 (c_type_print_varspec_suffix): Use current_language instead
4501 of assuming language_c.
4502 * jv-typeprint.c (java_type_print_base): (bz 9320) Strip off
4503 any return type specifier from the physname.
4504
4505 2010-03-30 Pedro Alves <pedro@codesourcery.com>
4506
4507 * tui/tui-interp.c (tui_is_toplevel): New.
4508 (tui_init): Set it.
4509 (tui_allowed_p): New.
4510 * tui/tui.c (tui_enable): Check if the TUI is allowed before
4511 enabling it.
4512 * tui/tui.h (tui_allowed_p): Declare.
4513
4514 2010-03-30 Ozkan Sezer <sezeroz@gmail.com>
4515
4516 * serial.h: Include winsock2.h before windows.h.
4517
4518 2010-03-30 H.J. Lu <hongjiu.lu@intel.com>
4519
4520 * NEWS: Mention xmlRegisters= in qSupported packet.
4521
4522 * i386-tdep.c: Include "remote.h".
4523 (_initialize_i386_tdep): Call register_remote_support_xml.
4524
4525 * remote.c (remote_support_xml): New.
4526 (register_remote_support_xml): Likewise.
4527 (remote_query_supported_append): Likewise.
4528 (remote_query_supported): Support remote_support_xml.
4529
4530 * remote.h (register_remote_support_xml): New.
4531
4532 2010-03-29 Stan Shebs <stan@codesourcery.com>
4533
4534 * tracepoint.c (trace_find_line_command): Remove dead code.
4535
4536 * tracepoint.h (struct uploaded_string): New struct.
4537 (struct uploaded_tp): New fields for source strings.
4538 * breakpoint.c (this_utp, next_cmd): New globals.
4539 (read_uploaded_action): New function.
4540 (create_tracepoint_from_upload): Fill in more parts
4541 of a tracepoint.
4542 * tracepoint.c (encode_source_string): New function.
4543 (trace_save): Write out source strings, fix error checks.
4544 (parse_tracepoint_definition): Add source string parsing.
4545 * remote.c (PACKET_TracepointSource): New packet type.
4546 (remote_download_command_source): New function.
4547 (remote_download_tracepoint): Download source pieces also.
4548 (_initialize_remote): Add packet config command.
4549
4550 * tracepoint.c (collect_symbol): Send LOC_UNRESOLVED symbols to
4551 expression handler.
4552
4553 * tracepoint.c (start_tracing): Check tracepoints before sending
4554 commands to target, don't start if all tracepoints disabled.
4555
4556 2010-03-28 Pedro Alves <pedro@codesourcery.com>
4557
4558 * cli/cli-script.c (process_next_line): Handle 'stepping'.
4559
4560 2010-03-26 Stan Shebs <stan@codesourcery.com>
4561
4562 * tracepoint.c (disconnect_or_stop_tracing): Get out of tfind mode.
4563
4564 2010-03-26 Tom Tromey <tromey@redhat.com>
4565
4566 * breakpoint.c (commands_command_1): Duplicate 'arg'.
4567
4568 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
4569
4570 * breakpoint.c (expand_line_sal_maybe): Always call skip_prologue_sal.
4571 (skip_prologue_sal): Remove local definition.
4572 (resolve_sal_pc): Remove now unnecessary code.
4573 * linespec.c (minsym_found): Call skip_prologue_sal.
4574 * symtab.c (find_function_start_pc): Remove.
4575 (find_function_start_sal): Extract prologue skipping into ...
4576 (skip_prologue_sal): ... this new function. Handle code both
4577 with and without debug info. Respect SAL's explicit_pc and
4578 explicit_line flags. Inline old find_function_start_pc.
4579 * symtab.h (find_function_start_pc): Remove.
4580 (skip_prologue_sal): Add prototype.
4581
4582 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
4583
4584 * dwarf2read.c (read_func_scope): Also scan specification DIEs
4585 for DW_TAG_imported_module children.
4586
4587 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
4588
4589 * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
4590 ignoring spurious DW_AT_name attributes for unnamed structs or unions.
4591 * completer.c (add_struct_fields): Fix inverted logic.
4592
4593 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com>
4594
4595 * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left.
4596
4597 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4598
4599 * tracepoint.c (current_trace_status): Don't make sure error_desc
4600 is non-NULL here.
4601 (parse_trace_status): Release a previous error_desc string, and
4602 set it to NULL by default. If stop reason is tracepoint_error,
4603 make sure error_desc is not left NULL.
4604
4605 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4606
4607 * tracepoint.c (trace_save): Remove X from tracepoint error
4608 description.
4609
4610 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4611
4612 * tracepoint.c (parse_trace_status): Don't allow plain strings in
4613 the terror description. Don't expect an X prefix.
4614
4615 2010-03-25 Stan Shebs <stan@codesourcery.com>
4616
4617 * tracepoint.h (trace_stop_reason): Add tracepoint_error.
4618 (struct trace_status): New field error_desc.
4619 * tracepoint.c (stop_reason_names): Add terror.
4620 (current_trace_status): Ensure non-NULL error description.
4621 (trace_status_command): Add error report.
4622 (trace_status_mi): Ditto.
4623 (trace_save): Add special case for error description.
4624 (parse_trace_status): Add case for errors.
4625
4626 2010-03-25 Keith Seitz <keiths@redhat.com>
4627
4628 * dwarf2read.c (read_subroutine_type): If the compilation unit
4629 language is Java, mark any formal parameter named "this" as
4630 artificial (GCC/43521).
4631 (dwarf2_name): Add special handling for Java constructors.
4632
4633 2010-03-25 Tom Tromey <tromey@redhat.com>
4634
4635 PR gdb/11327, PR gdb/11328, PR breakpoints/11368:
4636 * infrun.c (handle_inferior_event): Change initialization of
4637 stop_stack_dummy.
4638 (handle_inferior_event): Change assignment to stop_stack_dummy.
4639 (normal_stop): Update use of stop_stack_dummy.
4640 (struct inferior_status) <stop_stack_dummy>: Change type.
4641 * inferior.h (stop_stack_dummy): Update.
4642 * infcmd.c (stop_stack_dummy): Change type.
4643 * infcall.c (cleanup_delete_std_terminate_breakpoint): New
4644 function.
4645 (call_function_by_hand): Call set_std_terminate_breakpoint.
4646 Rewrite std::terminate handling.
4647 * breakpoint.h (enum bptype) <bp_std_terminate,
4648 bp_std_terminate_master>: New.
4649 (enum stop_stack_kind): New.
4650 (struct bpstat_what) <call_dummy>: Change type.
4651 (set_std_terminate_breakpoint, delete_std_terminate_breakpoint):
4652 Declare.
4653 * breakpoint.c (create_std_terminate_master_breakpoint): New
4654 function.
4655 (update_breakpoints_after_exec): Handle bp_std_terminate_master.
4656 Call create_std_terminate_master_breakpoint.
4657 (print_it_typical): Handle new breakpoint kinds.
4658 (bpstat_stop_status): Handle bp_std_terminate_master.
4659 (bpstat_what): Correctly set call_dummy field. Handle
4660 bp_std_terminate_master and bp_std_terminate.
4661 (print_one_breakpoint_location): Update.
4662 (allocate_bp_location): Update.
4663 (set_std_terminate_breakpoint): New function.
4664 (delete_std_terminate_breakpoint): Likewise.
4665 (create_thread_event_breakpoint): Update.
4666 (delete_command): Update.
4667 (breakpoint_re_set_one): Update.
4668 (breakpoint_re_set): Call create_std_terminate_master_breakpoint.
4669
4670 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 * symfile.c (build_section_addr_info_from_bfd): New.
4673 (build_section_addr_info_from_objfile): Base it on
4674 build_section_addr_info_from_bfd.
4675 (addrs_section_compar, addrs_section_sort): New.
4676 (addr_info_make_relative): New variables my_cleanup, abfd_addrs,
4677 addrs_sorted, abfd_addrs_sorted and addrs_to_abfd_addrs. Build
4678 addrs_to_abfd_addrs. Use it for recalculating ADDRS.
4679
4680 2010-03-24 Michael Snyder <msnyder@localhost.localdomain>
4681
4682 * elfread.c (find_separate_debug_file_by_buildid):
4683 Remove unused local variable.
4684
4685 2010-03-24 Tom Tromey <tromey@redhat.com>
4686
4687 PR breakpoints/9352:
4688 * NEWS: Mention changes to `commands' and `rbreak'.
4689 * symtab.c (do_end_rbreak_breakpoints): New function.
4690 (rbreak_command): Call start_rbreak_breakpoints; arrange to call
4691 end_rbreak_breakpoints.
4692 * breakpoint.c (breakpoint_count, tracepoint_count): Now static.
4693 (set_breakpoint_count): Likewise. Clear last_was_multi.
4694 (multi_start, multi_end, last_was_multi): New globals.
4695 (start_rbreak_breakpoints, end_rbreak_breakpoints): New
4696 functions.
4697 (struct commands_info): New
4698 (do_map_commands_command): New function.
4699 (commands_command_1): New function.
4700 (commands_command): Use it.
4701 (commands_from_control_command): Likewise.
4702 (do_delete_breakpoint): New function.
4703 (delete_command): Use it.
4704 (map_breakpoint_numbers): Add 'data' argument. Pass to callback.
4705 (do_map_disable_breakpoint): New function.
4706 (disable_command): Use it.
4707 (do_map_enable_breakpoint): New function.
4708 (enable_command): Use it.
4709 (enable_once_breakpoint): Add argument.
4710 (enable_once_command): Update.
4711 (enable_delete_breakpoint): Add argument.
4712 (enable_delete_command): Update.
4713 (break_command_really): Set last_was_multi when needed.
4714 (check_tracepoint_command): Fix formatting.
4715 (validate_commands_for_breakpoint): New function.
4716 (breakpoint_set_commands): Use it.
4717 (tracepoint_save_command): Update.
4718 * breakpoint.h (start_rbreak_breakpoints, end_rbreak_breakpoints):
4719 Declare.
4720
4721 2010-03-24 Tom Tromey <tromey@redhat.com>
4722
4723 * breakpoint.h (struct counted_command_line): New struct.
4724 (struct breakpoint) <commands>: Change type.
4725 (struct bpstats) <commands>: Change type.
4726 <commands_left>: New field.
4727 * breakpoint.c (alloc_counted_command_line): New function.
4728 (incref_counted_command_line): Likewise.
4729 (decref_counted_command_line): Likewise.
4730 (do_cleanup_counted_command_line): Likewise.
4731 (make_cleanup_decref_counted_command_line): Likewise.
4732 (breakpoint_set_commands): Use decref_counted_command_line and
4733 alloc_counted_command_line.
4734 (commands_command): Don't error if breakpoint commands are
4735 executing.
4736 (commands_from_control_command): Likewise.
4737 (bpstat_free): Update.
4738 (bpstat_copy): Likewise.
4739 (bpstat_clear_actions): Likewise.
4740 (bpstat_do_actions_1): Likewise.
4741 (bpstat_stop_status): Likewise.
4742 (print_one_breakpoint_location): Likewise.
4743 (delete_breakpoint): Likewise.
4744 (bpstat_alloc): Initialize new field.
4745 (tracepoint_save_command): Update.
4746 * tracepoint.c (encode_actions): Update.
4747 (trace_dump_command): Update.
4748
4749 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4750
4751 * dwarf2-frame.c (dwarf2_frame_find_quirks): Use producer_is_realview.
4752 * dwarf2read.c (load_full_comp_unit): Read DW_AT_producer.
4753 (read_structure_type): For RealView, set TYPE_STUB on structures with
4754 no byte size and no children.
4755 (read_subroutine_type): Mark functions as prototyped by default.
4756 * symtab.c (producer_is_realview): New function.
4757 * symtab.h (expand_line_sal): Fix declaration formatting.
4758 (producer_is_realview): Declare.
4759
4760 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4761
4762 * arm-tdep.c (skip_prologue_function): New function.
4763 (submask, bit, bits, sbits, BranchDest): Move higher in the file.
4764 (thumb_analyze_prologue): Document return value. Recognize more
4765 Thumb instructions, skippable calls, and some Thumb-2 instructions.
4766 Add debug output.
4767 (arm_skip_prologue): Remove call dummy check. Check the prologue
4768 for non-GNU compilers.
4769 (arm_instruction_changes_pc): New function.
4770 (arm_analyze_prologue): New function, broken out from
4771 arm_scan_prologue. Recognize more ARM instructions and skippable
4772 calls. Update comments. Handle NULL cache. Return the address
4773 of the first unrecognized instruction. Do not skip past other
4774 instructions which change control flow. Add debug output.
4775 (arm_scan_prologue): Use arm_analyze_prologue.
4776 (ARM_PC_32): Delete.
4777 (shifted_reg_val): Simplify ARM_PC_32 check.
4778
4779 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4780
4781 * tracepoint.c (tvariables_info_1): Actually compute
4782 the number of rows in the result.
4783
4784 2010-03-24 Pedro Alves <pedro@codesourcery.com>
4785
4786 * remote.c (crc32): Constify `buf' parameter.
4787 (remote_verify_memory): New, abstracted out from...
4788 (compare_sections_command): ... this. Remove hardcoded target
4789 checks.
4790 (init_remote_ops): Install remote_verify_memory.
4791 * target.c (target_verify_memory): New.
4792 * target.h (struct target_ops) <to_verify_memory>: New field.
4793 (target_verify_memory): Declare.
4794
4795 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4796
4797 Implement -trace-save.
4798
4799 * mi-cmds.h (mi_cmds_trace_save): Declare.
4800 * mi-cmds.c (mi_cmds): Register -trace-save.
4801 * mi/mi-main.c (mi_cmd_trace_save): New.
4802 * remote.c (remote_save_trace_data): Take const parameter.
4803 * target.h (struct target_ops::to_save_trace_data): Take
4804 const parameter.
4805 * target.c (update_current_target): Adjust to the above.
4806 * tracepoint.c (trave_save): New, extracted from
4807 (trace_save_command): ...this.
4808 (tfile_trace_find): Remove message that is unnecessary now
4809 that 'tfind' reports found frame.
4810 * tracepoint.h (trace_save): Declare.
4811
4812 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4813
4814 Implement -trace-find.
4815
4816 * mi/mi-cmds.c (mi_cmds): Register -trace-find.
4817 * mi/mi-cmds.h (mi_cmd_trace_find): Declare.
4818 * mi/mi-main.c (mi_cmd_trace_find): New.
4819 * target.h (struct target_ops): Document to_trace_find.
4820 * tracepoint.h (tfind_1): Declare.
4821 * tracepoint.c (finish_tfind_command): Rename to...
4822 (tfind_1): ...this.
4823 * remote.c (remote_trace_find): Return -1 if target say
4824 there's no frame. Improve error diagnostics.
4825
4826 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4827
4828 -trace-define-variable and -trace-list-variables.
4829
4830 * tracepoint.c (create_trace_state_variable): Make
4831 private copy of name, as opposed to assuming the
4832 pointer lives forever.
4833 (tvariables_info_1): New.
4834 (tvariables_info): Use the above.
4835 * tracepoint.h (create_trace_state_variable, tvariables_info_1):
4836 Declare.
4837 * mi/mi-cmds.c (mi_cmds): Register -trace-define-variable
4838 and -trace-list-variables.
4839 * mi/mi-cmds.h (mi_cmd_trace_define_variable)
4840 (mi_cmd_trace_list_variables): New.
4841 * mi/mi-main.c (mi_cmd_trace_define_variable)
4842 (mi_cmd_trace_list_variables): New.
4843
4844 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4845
4846 Implement -break-passcount.
4847
4848 * mi/mi-cmd-break.c (mi_cmd_break_passcount): New.
4849 * mi/mi-cmds.c (mi_cmds): Register -break-passcount.
4850 * mi/mi-cmds.h (mi_cmd_break_passcount): Declare.
4851
4852 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4853
4854 -trace-start/-trace-end/-trace-status.
4855
4856 * mi/mi-cmds.c (mi_cmds): Register -trace-start, -trace-status
4857 and -trace-stop.
4858 * mi/mi-cmds.h (mi_cmd_trace_start, mi_cmd_trace_status)
4859 (mi_cmd_trace_stop): Declare.
4860 * mi/mi-main.c (mi_cmd_trace_start, mi_cmd_trace_status)
4861 (mi_cmd_trace_stop): New.
4862 * tracepoint.c (start_tracing): New, extracted from...
4863 (trace_start_command): ...this.
4864 (trace_status_mi): New.
4865 * tracepoint.h (struct trace_status): Document
4866 stopping_tracepoint.
4867 (start_tracing, stop_tracing, trace_status_mi): Declare.
4868
4869 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4870
4871 Implement creating tracepoints with -break-insert.
4872
4873 * mi/mi-cmd-break.c (mi_cmd_break_insert): Handle -a
4874 to mean that tracepoint should be created.
4875
4876 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4877
4878 * breakpoint.c (check_no_tracepoint_commands): Use
4879 current spelling of 'teval'.
4880
4881 2010-03-24 Vladimir Prus <vladimir@codesourcery.com>
4882
4883 Unify actions and commands
4884
4885 * defs.h (read_command_lines, read_command_lines_1): New
4886 parameters validator and closure.
4887 * tracepoint.h (struct action_line): Remove.
4888 * breakpoint.h (struct breakpoint): Remove the 'actions'
4889 field.
4890 * defs.h (enum command_control_type): New value
4891 while_stepping_control.
4892 (struct command_line): Add comments.
4893 * breakpoint.c (breakoint_is_tracepoint): New.
4894 (breakpoint_set_commands): For tracepoints,
4895 verify the commands are permissible.
4896 (check_tracepoint_commands): New.
4897 (commands_command): Require that each new line is validated using
4898 check_tracepoint_command, if we set commands for a tracepoint.
4899 (create_tracepoint_from_upload): Likewise.
4900 (print_one_breakpoint_location): Remove the code to print
4901 actions specifically.
4902 (tracepoint_save_command): Relay to print_command_lines.
4903 * cli/cli-script.c (process_next_line): New parameters validator
4904 and closure. Handle 'while-stepping'. Call validator if not null.
4905 (read_command_lines, read_command_lines1): Likewise.
4906 (recurse_read_control_structure): New parameters validator and
4907 closure. Handle while_stepping_control.
4908 (print_command_lines): Handle while-stepping.
4909 (get_command_line, define_command, document_command): Adjust.
4910 * remote.c (remote_download_tracepoint): Adjust.
4911 * tracepoint.c (make_cleanup_free_actions, read_actions)
4912 (free_actions, do_free_actions_cleanup): Remove.
4913 (trace_actions_command): Use read_command_lines.
4914 (validate_actionline): Use error in one place.
4915 (encode_actions_1): New, extracted from...
4916 (encode_actions): ...this. Also use cleanups for exception
4917 safety.
4918 (trace_dump_command): Adjust.
4919 * mi/mi-cmd-break (mi_cmd_break_commands): Validate commands if
4920 it's tracepoint.
4921
4922 2010-03-23 Mike Frysinger <vapier@gentoo.org>
4923
4924 * Makefile.in (OPCODES_CFLAGS): Add -I$(OPCODES_SRC)/..
4925
4926 2010-03-22 Stan Shebs <stan@codesourcery.com>
4927
4928 * value.c (value_static_field): Be lazy about the field's value.
4929
4930 2010-03-22 Reid Kleckner <reid@kleckner.net>
4931
4932 PR gdb/11094
4933 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): Add
4934 bp_jit_event.
4935 (disable_breakpoints_in_shlibs): Likewise.
4936
4937 2010-03-22 Ulrich Weigand <uweigand@de.ibm.com>
4938
4939 * dwarf2read.c (partial_die_parent_scope): Work around buggy
4940 GCC 4.1 debug info generation (GCC PR c++/28460).
4941 (determine_prefix): Likewise.
4942
4943 2010-03-20 Daniel Jacobowitz <dan@codesourcery.com>
4944
4945 * tui/tui-disasm.c (tui_get_begin_asm_address): Default to
4946 get_current_arch.
4947 * tui/tui-layout.c (extract_display_start_addr): Likewise.
4948
4949 2010-03-19 Stan Shebs <stan@codesourcery.com>
4950
4951 * ax-gdb.c (gen_fetch): Handle bool.
4952 (gen_usual_unary): Ditto.
4953 (gen_cast): Ditto.
4954 (gen_equal): New function.
4955 (gen_less): New function.
4956 (gen_expr_binop_rest): Call them, also return integer type from
4957 logical operations.
4958 (gen_expr): Ditto.
4959
4960 2010-03-19 Tom Tromey <tromey@redhat.com>
4961
4962 * jv-lang.c (jv_dynamics_objfile_data_key)
4963 (jv_type_objfile_data_key): New globals.
4964 (class_symtab): Move earlier.
4965 (jv_per_objfile_free): New function.
4966 (get_dynamics_objfile): Call set_objfile_data. Add 'gdbarch'
4967 parameter.
4968 Remove ancient #if 1.
4969 (add_class_symbol): Remove redundant declaration.
4970 (java_lookup_class): Use alloc_type, not alloc_type_arch.
4971 (java_link_class_type): Mark as static. Update.
4972 (jv_clear_object_type): New function.
4973 (set_java_object_type): Likewise.
4974 (get_java_object_type): Use set_java_object_type.
4975 (is_object_type): Likewise.
4976 (_initialize_java_language): Register new objfile keys.
4977 (get_java_class_symtab): Add 'gdbarch' parameter.
4978 (add_class_symtab_symbol): Update.
4979 (type_from_class): Update.
4980
4981 2010-03-19 Stan Shebs <stan@codesourcery.com>
4982
4983 * ax-general.c (ax_const_l): Fix a sizing bug.
4984
4985 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4986
4987 GDB 7.1 released.
4988
4989 2010-03-18 Stan Shebs <stan@codesourcery.com>
4990 Pedro Alves <pedro@codesourcery.com>
4991
4992 * target.h (struct target_ops): New method
4993 to_set_circular_trace_buffer.
4994 (target_set_circular_trace_buffer): New macro.
4995 * target.c (update_current_target): Add
4996 to_set_circular_trace_buffer, fix to_set_disconnected_tracing
4997 default behavior.
4998 * remote.c (remote_set_circular_trace_buffer): New function.
4999 (init_remote_ops): Add it to vector.
5000 * tracepoint.h (struct trace_status): New field traceframes_created,
5001 change buffer_size and buffer_free to int.
5002 * tracepoint.c (circular_trace_buffer): New global.
5003 (start_tracing): Send values of disconnected tracing and circular
5004 trace buffer settings.
5005 (set_circular_trace_buffer): New function.
5006 (parse_trace_state): Handle total space and frames created.
5007 (trace_status_command): Display total space and total frames
5008 created.
5009 (trace_save): Write out new status values.
5010 (parse_trace_status): Set traceframe_count, traceframes_created,
5011 buffer_free and buffer_size to -1 by default.
5012 (_initialize_tracepoint): New setshow for circular-trace-buffer.
5013 * NEWS: Mention the circular trace buffer option.
5014
5015 2010-03-18 Tom Tromey <tromey@redhat.com>
5016
5017 * infcmd.c (finish_command_continuation): Wrap print_return_value
5018 in TRY_CATCH.
5019
5020 2010-03-18 Joel Brobecker <brobecker@adacore.com>
5021
5022 * dwarf2read.c (add_partial_subprogram): Make sure the subprogram
5023 DIE has a name before creating the associated partial symbol.
5024 (read_func_scope): Emit a complaint if the subprogram does not
5025 have a name or when we can't extract the subprogram PC bounds.
5026
5027 2010-03-18 Ulrich Weigand <uweigand@de.ibm.com>
5028
5029 * mi/mi-main.c (mi_cmd_list_thread_groups): Use get_current_arch
5030 instead of selected frame architecture.
5031
5032 2010-03-18 Pedro Alves <pedro@codesourcery.com>
5033
5034 * infcmd.c (until_command): Use ERROR_NO_INFERIOR. Ensure there's
5035 a valid selected thread, and that it is not running.
5036 (advance_command): Ditto.
5037 (finish_command): Ditto.
5038
5039 2010-03-17 Stan Shebs <stan@codesourcery.com>
5040
5041 * ax-gdb.c (require_rvalue): Disallow non-scalars.
5042
5043 * infcall.c: Include tracepoint.h.
5044 (call_function_by_hand): Disallow calls in tfind mode.
5045 * infcmd.c: Include tracepoint.h.
5046 (ensure_not_tfind_mode): New function.
5047 (continue_1): Call it.
5048 (step_1) Ditto.
5049 (jump_command): Ditto.
5050 (signal_command): Ditto.
5051 (advance_command): Ditto.
5052 (until_command): Ditto.
5053 (finish_command): Ditto.
5054 * tracepoint.h (disconnect_or_stop_tracing): Declare.
5055
5056 * ax-gdb.h (struct axs_value): New field optimized_out.
5057 (gen_trace_for_var): Add gdbarch argument.
5058 * ax-gdb.c (gen_trace_static_fields): New function.
5059 (gen_traced_pop): Call it, add gdbarch argument.
5060 (gen_trace_for_expr): Update call to it.
5061 (gen_trace_for_var): Ditto, and report optimized-out variables.
5062 (gen_struct_ref_recursive): Check for optimized-out value.
5063 (gen_struct_elt_for_reference): Ditto.
5064 (gen_static_field): Pass gdbarch instead of expression, assume
5065 optimization if field not found.
5066 (gen_var_ref): Set the optimized_out flag.
5067 (gen_expr): Error on optimized-out variable.
5068 * tracepoint.c (collect_symbol): Handle struct-valued vars as
5069 expressions, skip optimized-out variables with computed locations.
5070 * dwarf2loc.c (dwarf2_tracepoint_var_ref): Flag instead of
5071 erroring out if location expression missing.
5072 (loclist_tracepoint_var_ref): Don't error out here.
5073
5074 2010-03-17 Tom Tromey <tromey@redhat.com>
5075
5076 * dwarf2read.c (dwarf2_get_section_info): Handle case where no
5077 DWARF data is available.
5078
5079 2010-03-17 Daniel Jacobowitz <dan@codesourcery.com>
5080
5081 * symfile.c (generic_load): Reset breakpoints after loading.
5082
5083 2010-03-17 Tom Tromey <tromey@redhat.com>
5084
5085 * linux-nat.c (linux_nat_detach): Check debug_linux_nat.
5086
5087 2010-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 * spu-tdep.c (spu_catch_start): Replace set_breakpoint call with the
5090 create_breakpoint call, adjust the parameters.
5091
5092 2010-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5093 Chandru <chandru@in.ibm.com>
5094
5095 * dwarf2read.c (read_subrange_type): Set TYPE_HIGH_BOUND_UNDEFINED.
5096 * valarith.c (value_subscripted_rvalue): Suppress error if
5097 TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED.
5098
5099 2010-03-16 Holger Hans Peter Freyther <zecke@selfish.org>
5100
5101 * linux-record.c (record_linux_msghdr): Remove unintended semicolons.
5102
5103 2010-03-16 Joel Brobecker <brobecker@adacore.com>
5104
5105 * ada-tasks.c (task_command_1): Check that the task ptid is valid
5106 before doing the associated thread switch.
5107
5108 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5109
5110 * MAINTAINERS: Update my email address.
5111
5112 2010-03-16 Vladimir Prus <vladimir@codesourcery.com>
5113
5114 Simplify MI breakpoint setting.
5115
5116 * breakpoint.c (break_command_really): Make nonstatic and
5117 rename to...
5118 (create_breakpoint): ...this. Rename prior function by this name
5119 to...
5120 (create_breakpoint_sal): ...this.
5121 (create_breakpoints): Rename to...
5122 (create_breakpoints_sal): ...this.
5123 (set_breakpoint): Remove.
5124 * breakpoint.h: Adjust to above changes.
5125 * mi/mi-cmd-break.c (mi_cmd_break_insert): Simplify.
5126
5127 2010-03-15 Stan Shebs <stan@codesourcery.com>
5128
5129 * ax-gdb.c: Include cp-support.h.
5130 (find_field): Remove.
5131 (gen_primitive_field): New function.
5132 (gen_struct_ref_recursive): New function.
5133 (gen_struct_ref): Rewrite to call gen_struct_ref_recursive instead
5134 of find_field.
5135 (gen_static_field): New function.
5136 (gen_struct_elt_for_reference): New.
5137 (gen_namespace_elt): New.
5138 (gen_maybe_namespace_elt): New.
5139 (gen_aggregate_elt_ref): New.
5140 (gen_expr): Add OP_SCOPE, display opcode name in error message.
5141
5142 2010-03-15 Tom Tromey <tromey@redhat.com>
5143
5144 * dwarf2read.c (die_needs_namespace): Also return 0 for
5145 DW_TAG_subprogram.
5146
5147 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5148
5149 PR c++/7936:
5150 * cp-support.h: Added char *declaration element to using_direct
5151 data struct.
5152 (cp_add_using): Added char *declaration argument.
5153 (cp_add_using_directive): Ditto.
5154 (cp_lookup_symbol_imports): made extern.
5155 * cp-namespace.c: Updated with the above changes.
5156 * dwarf2read.c (read_import_statement): Ditto.
5157 (read_namespace): Ditto.
5158 (read_import_statement): Support import declarations.
5159 * cp-namespace.c (cp_lookup_symbol_imports): Check for imported
5160 declarations.
5161 Added support for 'declaration_only' search.
5162 (cp_lookup_symbol_namespace): Attempt to search for the name as
5163 is before consideration of imports.
5164 * symtab.c (lookup_symbol_aux_local): Added a 'declaration_only'
5165 search at every block level search.
5166 Now takes language argument.
5167 (lookup_symbol_aux): Updated.
5168
5169 2010-03-15 Tom Tromey <tromey@redhat.com>
5170
5171 * c-exp.y (name_not_typename): Add 'operator' clause.
5172
5173 2010-03-15 Ralf Corsepius <ralf.corsepius@rtems.org> (tiny change)
5174
5175 * configure.ac: Exit if ${gdb_target_obs}" is not set.
5176 * configure: Regenerate.
5177
5178 2010-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5179
5180 * symfile.c (addr_info_make_relative): Ignore also missing ".dynbss"
5181 and ".sdynbss". Update the comment.
5182
5183 2010-03-15 Jie Zhang <jie@codesourcery.com>
5184
5185 * MAINTAINERS: Update my email address.
5186
5187 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5188
5189 * gdbtypes.h (TYPE_IS_OPAQUE): Correct HAVE_CPLUS_STRUCT check.
5190
5191 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5192
5193 * charset.c [USE_WIN32API]: Include <windows.h>.
5194 (_initialize_charset): Correct type of w32_host_default_charset.
5195
5196 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5197
5198 * infrun.c (ptid_match): Don't assert that PTID is not a pid ptid.
5199
5200 2010-03-12 Tom Tromey <tromey@redhat.com>
5201
5202 PR c++/9708:
5203 * dwarf2read.c (die_needs_namespace) <DW_TAG_variable>: A variable
5204 in a lexical block does not need a namespace.
5205 (new_symbol) <DW_TAG_variable>: Put extern variables on
5206 list_in_scope in all cases.
5207
5208 2010-03-12 Stan Shebs <stan@codesourcery.com>
5209
5210 * ax-gdb.c (gen_expr): Add shift expressions.
5211 (gen_expr_binop_rest): Ditto.
5212
5213 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5214
5215 * buildsym.c (finish_block): Reset using_directives pointer
5216 after block initialization.
5217
5218 2010-03-12 H.J. Lu <hongjiu.lu@intel.com>
5219
5220 * amd64-tdep.c (amd64_word_names): Replace "sp" with "".
5221 * i386-tdep.c (i386_word_names): Likewise.
5222
5223 2010-03-12 Pedro Alves <pedro@codesourcery.com>
5224
5225 * target.c (memory_xfer_partial): Don't use the stack cache if
5226 inspecting trace frames.
5227 * tracepoint.c (finish_tfind_command): Invalidate the target
5228 dcache.
5229
5230 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5231
5232 * solib-svr4.c (LM_ADDR_CHECK) <info_verbose>: Use printf_unfiltered
5233 for the PIC displacement, print also the displacement value.
5234 (svr4_exec_displacement): Print DISPLACEMENT if INFO_VERBOSE.
5235
5236 2010-03-10 Kevin Buettner <kevinb@redhat.com>
5237
5238 * remote-mips.c (close_ports, mips_initialize_cleanups)
5239 (mips_exit_cleanups, mips_send_command, mips_open, pmon_open)
5240 (ddb_open, lsi_open, mips_remove_breakpoint, mips_remove_watchpoint)
5241 (mips_stopped_by_watchpoint, send_srec, pmon_checkset)
5242 (pmon_make_fastrec, pmon_check_ack, mips_expect_download)
5243 (pmon_check_entry_address, pmon_check_total, pmon_end_download)
5244 (pmon_download, pmon_load_fast, _initialize_remote_mips): Add
5245 comments describing each of these functions.
5246 (mips_enter_debug, mips_exit_debug, common_open)
5247 (mips_signal_from_protocol, pmon_makeb64, pmon_zeroset): Add
5248 blank line after the comment describing the function.
5249
5250 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 * solib-svr4.c (svr4_exec_displacement): Return now success, new
5253 parameter displacementp. Update comment.
5254 (svr4_relocate_main_executable): Return if non-zero SECTION_OFFSETS
5255 element exists. Return if svr4_exec_displacement was not successful.
5256 Update comment.
5257
5258 2010-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5259 Daniel Jacobowitz <dan@codesourcery.com>
5260
5261 * solib-svr4.c (read_program_header): Support type == -1 to read
5262 all program headers.
5263 (read_program_headers_from_bfd): New function.
5264 (svr4_static_exec_displacement): Remove and move the comment ...
5265 (svr4_exec_displacement): ... here. Remove variable found. New
5266 variable displacement. Check also DYNAMIC. Verify DISPLACEMENT
5267 alignment for ELF targets. Compare target vs. exec_bfd PHDRs for ELF
5268 targets using read_program_headers_from_bfd. Remove the call of
5269 svr4_static_exec_displacement.
5270
5271 2010-03-10 Tom Tromey <tromey@redhat.com>
5272
5273 * dwarf2read.c (struct pubnames_header): Remove.
5274 (_PUBNAMES_HEADER): Remove.
5275 (_ACTUAL_PUBNAMES_HEADER_SIZE): Remove.
5276 (struct aranges_header): Remove.
5277 (_ARANGES_HEADER, _ACTUAL_ARANGES_HEADER_SIZE): Remove.
5278 (struct dwarf2_per_objfile) <pubnames, aranges>: Remove.
5279 (PUBNAMES_SECTION): Remove.
5280 (ARANGES_SECTION): Remove.
5281 (dwarf2_locate_sections): Don't handle pubnames or aranges.
5282 (dwarf2_build_psymtabs): Remove dead code.
5283 (dwarf2_build_psymtabs_easy): Remove.
5284
5285 2010-03-10 Tom Tromey <tromey@redhat.com>
5286
5287 * elfread.c (elf_symfile_read): Don't call
5288 dwarf2_build_frame_info.
5289 * dwarf2read.c (struct dwarf2_section_info) <readin>: New field.
5290 (struct dwarf2_per_objfile) <objfile>: New field.
5291 (dwarf2_has_info): Now idempotent. Set objfile field.
5292 (dwarf2_read_section): Check and set readin field. Call
5293 posix_madvise.
5294 (dwarf2_build_psymtabs): Don't read all sections.
5295 (read_type_comp_unit_head): Read types section.
5296 (create_debug_types_hash_table): Likewise.
5297 (init_cu_die_reader): Add asserts.
5298 (process_type_comp_unit): Add assert.
5299 (dwarf2_build_psymtabs_hard): Read info section.
5300 (load_partial_comp_unit): Add assert.
5301 (create_all_comp_units): Read info section.
5302 (load_full_comp_unit): Likewise.
5303 (dwarf2_ranges_read): Read ranges section.
5304 (dwarf2_record_block_ranges): Add assert.
5305 (dwarf2_read_abbrevs): Read abbrev section.
5306 (read_indirect_string): Read str section.
5307 (dwarf_decode_line_header): Read line section.
5308 (read_signatured_type_at_offset): Read types section.
5309 (dwarf_decode_macros): Read macinfo section.
5310 (dwarf2_symbol_mark_computed): Read loc section.
5311 * dwarf2-frame.c (dwarf2_frame_find_fde): Call
5312 dwarf2_build_frame_info.
5313 (dwarf2_build_frame_info): Unconditionally set
5314 dwarf2_frame_objfile_data on the objfile.
5315 * configure.ac: Check for posix_madvise.
5316 * config.in, configure: Rebuild.
5317
5318 2010-03-10 Tom Tromey <tromey@redhat.com>
5319
5320 * xcoffread.c (xcoff_start_psymtab): Update.
5321 (xcoff_end_psymtab): Update.
5322 * psymtab.c (allocate_psymtab): Remove dead code.
5323 * psympriv.h (struct partial_symtab) <read_symtab_private>: Now
5324 void*.
5325 * mdebugread.c (parse_partial_symbols): Update.
5326 (new_psymtab): Likewise.
5327 * dwarf2read.c (process_psymtab_comp_unit): Update.
5328 (psymtab_to_symtab_1): Update.
5329 * dbxread.c (start_psymtab): Update.
5330 (end_psymtab): Likewise.
5331
5332 2010-03-10 Tom Tromey <tromey@redhat.com>
5333
5334 * xcoffread.c: Include psymtab.h.
5335 (xcoff_sym_fns): Update.
5336 * symtab.h (struct partial_symbol): Remove.
5337 (PSYMBOL_DOMAIN, PSYMBOL_CLASS): Remove.
5338 (struct partial_symtab): Remove.
5339 (PSYMTAB_TO_SYMTAB): Remove.
5340 (lookup_partial_symbol, lookup_partial_symtab, find_pc_psymtab)
5341 (find_pc_sect_psymtab): Remove.
5342 (find_pc_sect_symtab_via_partial): Declare.
5343 (find_pc_psymtab, find_pc_sect_psymbol, psymtab_to_symtab)
5344 (find_main_psymtab): Remove.
5345 (find_main_filename): Declare.
5346 (fixup_psymbol_section): Remove.
5347 (fixup_section): Declare.
5348 * symtab.c: Include psymtab.h.
5349 (lookup_symtab): Use lookup_symtab method.
5350 (lookup_partial_symtab): Remove.
5351 (find_pc_sect_psymtab_closer): Remove.
5352 (find_pc_sect_psymtab): Remove.
5353 (find_pc_sect_symtab_via_partial): New function.
5354 (find_pc_psymtab, find_pc_sect_psymbol, find_pc_psymbol): Remove.
5355 (fixup_section): No longer static.
5356 (fixup_psymbol_section): Remove.
5357 (lookup_symbol_aux): Use lookup_symbol_aux_quick.
5358 (lookup_global_symbol_from_objfile): Likewise.
5359 (lookup_symbol_aux_psymtabs): Remove.
5360 (lookup_symbol_aux_quick): New function.
5361 (lookup_symbol_global): Use lookup_symbol_aux_quick.
5362 (lookup_partial_symbol): Remove.
5363 (basic_lookup_transparent_type_quick): New function.
5364 (basic_lookup_transparent_type): Use it.
5365 (find_main_psymtab): Remove.
5366 (find_main_filename): New function.
5367 (find_pc_sect_symtab): Use find_pc_sect_symtab method.
5368 (find_line_symtab): Use expand_symtabs_with_filename method.
5369 (output_partial_symbol_filename): New function.
5370 (sources_info): Use map_partial_symbol_filenames.
5371 (struct search_symbols_data): New type.
5372 (search_symbols_file_matches): New function.
5373 (search_symbols_name_matches): Likewise.
5374 (search_symbols): Use expand_symtabs_matching method.
5375 (struct add_name_data): Rename from add_macro_name_data.
5376 (add_macro_name): Update.
5377 (add_partial_symbol_name): New function.
5378 (default_make_symbol_completion_list): Use
5379 map_partial_symbol_names.
5380 (struct add_partial_symbol_name): New type.
5381 (maybe_add_partial_symtab_filename): New function.
5382 (make_source_files_completion_list): Use
5383 map_partial_symbol_filenames.
5384 (expand_line_sal): Use expand_symtabs_with_filename method.
5385 * symmisc.c: Include psymtab.h.
5386 (print_objfile_statistics): Use print_stats method.
5387 (dump_objfile): Use dump method.
5388 (dump_psymtab, maintenance_print_psymbols)
5389 (maintenance_info_psymtabs, maintenance_check_symtabs)
5390 (extend_psymbol_list): Remove.
5391 * symfile.h (struct quick_symbol_functions): New struct.
5392 (struct sym_fns) <qf>: New field.
5393 (sort_pst_symbols): Remove.
5394 (increment_reading_symtab): Declare.
5395 * symfile.c: Include psymtab.h.
5396 (compare_psymbols, sort_pst_symbols): Remove.
5397 (psymtab_to_symtab): Remove.
5398 (increment_reading_symtab): New function.
5399 (symbol_file_add_with_addrs_or_offsets): Use expand_all_symtabs
5400 method.
5401 (set_initial_language): Use find_main_filename.
5402 (allocate_psymtab, discard_psymtab, cashier_psymtab): Remove.
5403 (free_named_symtabs): Remove unused code.
5404 (start_psymtab_common, add_psymbol_to_bcache)
5405 (append_psymbol_to_list, add_psymbol_to_list, init_psymbol_list):
5406 Remove.
5407 * stack.c: Include psymtab.h, symfile.h.
5408 (backtrace_command_1): Use find_pc_sect_symtab_via_partial.
5409 * source.h (psymtab_to_fullname): Don't declare.
5410 * source.c: Include psymtab.h.
5411 (select_source_symtab): Use find_last_source_symtab method.
5412 (forget_cached_source_info): Use forget_cached_source_info
5413 method.
5414 (find_and_open_source): No longer static.
5415 (psymtab_to_fullname): Remove.
5416 * somread.c: Include psymtab.h.
5417 (som_sym_fns): Update.
5418 * psympriv.h: New file.
5419 * psymtab.h: New file.
5420 * psymtab.c: New file.
5421 * objfiles.h: (ALL_OBJFILE_PSYMTABS): Remove.
5422 (ALL_PSYMTABS, ALL_PSPACE_PSYMTABS): Likewise.
5423 * objfiles.c: Include psymtab.h.
5424 (objfile_relocate1): Use relocate method.
5425 (objfile_has_partial_symbols): Use has_symbols method.
5426 * mipsread.c: Include psymtab.h.
5427 (ecoff_sym_fns): Update.
5428 * mi/mi-cmd-file.c: Include psymtab.h.
5429 (print_partial_file_name): New function.
5430 (mi_cmd_file_list_exec_source_files): Use
5431 map_partial_symbol_filenames.
5432 * mdebugread.c: Include psympriv.h.
5433 * machoread.c: Include psympriv.h.
5434 (macho_sym_fns): Update.
5435 * m2-exp.y (yylex): Use lookup_symtab.
5436 * elfread.c: Include psympriv.h.
5437 (elf_sym_fns): Update.
5438 * dwarf2read.c: Include psympriv.h.
5439 * dbxread.c: Include psympriv.h.
5440 (aout_sym_fns): Update.
5441 * cp-support.c: Include psymtab.h.
5442 (read_in_psymtabs): Remove.
5443 (make_symbol_overload_list_qualified): Use
5444 expand_symtabs_for_function method.
5445 * coffread.c: Include psympriv.h.
5446 (coff_sym_fns): Update.
5447 * blockframe.c: Include psymtab.h.
5448 (find_pc_partial_function): Use find_pc_sect_symtab method.
5449 * ada-lang.h (ada_update_initial_language): Update.
5450 * ada-lang.c: Include psymtab.h.
5451 (ada_update_initial_language): Remove 'main_pst' argument.
5452 (ada_lookup_partial_symbol): Remove.
5453 (struct ada_psym_data): New type.
5454 (ada_add_psyms): New function.
5455 (ada_add_non_local_symbols): Use map_ada_symtabs method.
5456 (struct add_partial_datum): New type.
5457 (ada_add_partial_symbol_completions): New function.
5458 (ada_make_symbol_completion_list): Use map_partial_symbol_names.
5459 (ada_exception_support_info_sniffer): Update.
5460 * Makefile.in (SFILES): Add psymtab.c.
5461 (COMMON_OBS): Add psymtab.o.
5462 (HFILES_NO_SRCDIR): Add psymtab.h, psympriv.h.
5463
5464 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
5465
5466 * remote-fileio.c (cygwin_conv_path): Define macro for old cygwin API.
5467
5468 2010-03-10 Sami Wagiaalla <swagiaal@redhat.com>
5469
5470 PR C++/11236:
5471 * cp-namespace.c (cp_add_using): Deleted.
5472 (cp_add_using_directive): Use obstack allocations.
5473 Merged the function cp_add_using into this one.
5474 Added 'struct obstack *' argument.
5475 (cp_scan_for_anonymous_namespaces): Updated.
5476 * cp-support.h: Updated.
5477 * dwarf2read.c (read_import_statement): Updated.
5478 (read_namespace): Updated.
5479
5480 2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
5481
5482 * windows-nat.c (cygwin_conv_path): Remove old macro.
5483
5484 2010-03-10 Pedro Alves <pedro@codesourcery.com>
5485
5486 * breakpoint.c (condition_command): Handle watchpoint conditions.
5487 (is_hardware_watchpoint): Add comment.
5488 (is_watchpoint): New.
5489 (update_watchpoint): Don't reparse the watchpoint's condition
5490 unless necessary.
5491 (WP_IGNORE): New.
5492 (watchpoint_check): Use it.
5493 (bpstat_check_watchpoint): Handle it.
5494 (bpstat_check_breakpoint_conditions): Evaluate watchpoint local
5495 conditions in a frame where it makes sense.
5496 (watch_command_1): Store the innermost block of the condition
5497 expression.
5498 (delete_breakpoint): Delete the watchpoint condition expression.
5499 * breakpoint.h (struct bp_location) <cond>: Update comment.
5500 (struct breakpoint): New field `cond_exp_valid_block'.
5501
5502 2010-03-09 Joel Brobecker <brobecker@adacore.com>
5503
5504 Adjust handling of Ada DIEs after dwarf2_physname patch.
5505 * dwarf2read.c (dwarf2_compute_name): Add handling of Ada DIEs.
5506
5507 2010-03-09 Christopher Faylor <me+cygwin@cgf.cx>
5508 Pierre Muller <muller@ics.u-strasbg.fr>
5509
5510 * windows-nat.c (cygwin_conv_path): Redefine to properly convert
5511 from/to posix/win32.
5512 (windows_make_so): Use non-Cygwin 1.7 specific function.
5513 (windows_create_inferior): Make sure that cygallargs points to
5514 original args in non Cygwin 1.7. case.
5515
5516 2010-03-09 Michael Snyder <msnyder@vmware.com>
5517
5518 * i386-tdep.c (i386_record_lea_modrm_addr): Use extract_signed_int
5519 after target_read_memory to get host byte order.
5520 (i386_process_record): Ditto.
5521
5522 2010-03-09 Keith Seitz <keiths@redhat.com>
5523
5524 Based on work from Daniel Jacobowitz <dan@codesourcery.com>
5525 * c-typeprint.c (cp_type_print_method_args): For non-static methods,
5526 print out const or volatile qualifiers, too.
5527 (c_type_print_args): Add parameters show_artificial and language.
5528 Skip artificial parameters when requested.
5529 Use the appropriate language printer.
5530 (c_type_print_varspec): Tell c_type_print_args to skip artificial
5531 parameters and pass language_c.
5532 * dwarf2read.c (die_list): New file global.
5533 (struct partial_die_info): Update comments for name field.
5534 (pdi_needs_namespace): Renamed to ...
5535 (die_needs_namespace): ... this. Rewrite.
5536 (dwarf2_linkage_name): Remove.
5537 (add_partial_symbol): Do not predicate the call to
5538 partial_die_full_name based on pdi_needs_namespace.
5539 Remove call to cp_check_possible_namespace_symbols and associated
5540 outdated comments.
5541 (guess_structure_name): Do not inspect child subprogram DIEs.
5542 (dwarf2_fullname): Update comments.
5543 Use die_needs_namespace to assist in computing the name.
5544 (read_func_scope): Use dwarf2_name to get the DIE's name.
5545 Use dwarf2_physname to get the "linkage name" of the DIE.
5546 (dwarf2_add_member_field): Use dwarf2_physname instead of
5547 dwarf2_linkage_name.
5548 (read_structure_type): For structs and classes, set TYPE_NAME, too.
5549 (determine_class): Remove.
5550 (read_partial_die): Ignore DW_AT_MIPS_linkage_name for all languages
5551 except Ada.
5552 (new_symbol): Unconditionally call dwarf2_name.
5553 Compute the "linkage name" using dwarf2_physname.
5554 Use dwarf2_name instead of dwarf2_full_name for enumerator DIEs.
5555 When determining to scan for anonymous C++ namespaces, ignore
5556 the linkage name.
5557 (dwarf2_physname): New function.
5558 (dwarf2_full_name): Move content to new function and call
5559 that.
5560 (dwarf2_compute_name): "New" function.
5561 (_initialize_dwarf2_read): Initialize die_list.
5562 * gnu-v3-eabi.c (gnu_v3_find_method_in): Remove unused variable
5563 physname.
5564 (gnu_v3_print_method_ptr): Use the physname for virtual methods
5565 without a demangled name.
5566 Print out type information for non-virtual methods.
5567 * linespec.c (decode_line_1): Force ANY string using "::" (or
5568 "." for java) to use decode_compound, and clean up any stray quoting.
5569 If we found a file symtab, re-evaluate whether the remainder is_quoted.
5570 (decode_compound): Stop consuming at an open parenthesis.
5571 Keep template parameters.
5572 Keep any overload information.
5573 Keep keywords like "const".
5574 Remove paren_pointer.
5575 Move is_quoted check from set_flags to here.
5576 Remove #if 0 code from 2000. Ten years is long enough.
5577 (find_method): Before comparing symbol names, canonicalize the string
5578 from the user.
5579 If a specific overload is requested, find it. Otherwise throw an error.
5580 (find_method_overload_end): New function.
5581 (set_flags): Remove.
5582 (decode_compound): Assume that parentheses are matched.
5583 It's a lot easier.
5584 * symtab.c (symbol_find_demangled_name): Add DMGL_VERBOSE flag
5585 to cplus_demangle.
5586 * linespec.c (decode_line_1): Keep important keywords like
5587 "const" and "volatile".
5588 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): Remove.
5589 * typeprint.h (c_type_print_args): Add declaration.
5590 * ui-file.c (do_ui_file_obsavestring): New function.
5591 (ui_file_obsavestring): New function.
5592 * ui-file.h (ui_file_obsavestring): Add declaration.
5593 * valops.c (find_overload_match): Resolve the object to
5594 a non-pointer type.
5595 If the object is a data member, search the object for the member
5596 and return with staticp set.
5597 Use SYMBOL_NATURAL_NAME instead of SYMBOL_CPLUS_DEMANGLED_NAME.
5598 Do not attempt to extract a function name from non-function types.
5599 If the extracted function name and the original name are the same,
5600 we don't have a C++ method.
5601
5602 From Jan Kratochvil <jan.kratochvil@redhat.com>:
5603 * dwarf2read.c (new_symbol <DW_TAG_enumerator>): Call dwarf2_full_name.
5604
5605 * ada-lang.c (ada_lookup_symbol): Remove linkage_name parameters
5606 and arguments from symbol lookups.
5607 * ax-gdb.c (gen_expr): Likewise.
5608 * cp-namespace.c (cp_lookup_symbol_nonlocal, lookup_namespace_scope,
5609 cp_lookup_symbol_namespace, lookup_symbol_file, lookup_nested_type,
5610 lookup_possible_namespace_symbol): Likewise.
5611 * cp-support.c (read_in_psymtabs): Likewise.
5612 * cp-support.h (cp_lookup_symbol_nonlocal): Likewise.
5613 * language.h (la_lookup_symbol_nonlocal): Likewise.
5614 * scm-valprint.c (scm_inferior_print): Likewise.
5615 * solib-darwin.c (darwin_relocate_section_addresses): Likewise.
5616 * solib-svr.c (elf_lookup_lib): Likewise.
5617 * solib.c (show_auto_solib_add): Likewise.
5618 * solist.h (lookup_lib_global, solib_global_lookup): Likewise.
5619 * symmisc.c (maintenance_check_symtabs): Likewise.
5620 * symtab.c (lookup_symbol_in_language, lookup_symbol_aux,
5621 lookup_symbol_aux_local, lookup_symbol_aux_block,
5622 lookup_symbol_from_objfile, lookup_symbol_aux_symtabs,
5623 lookup_symbol_aux_psymtabs,basic_lookup_symbol_nonlocal,
5624 lookup_symbol_static, lookup_symbol_global, symbol_matches_domain,
5625 basic_lookup_transparent_type, find_main_psymtab,
5626 lookup_block_symbol): Likewise.
5627 * symtab.h (basic_lookp_symbol_nonlocal, lookup_symbol_static,
5628 lookup_symbol_global, lookup_symbol_aux_block,
5629 lookup_symbol_partial_symbol, lookup_block_symbol,
5630 lookup_global_symbol, value_maybe_namespace_elt): Likewise.
5631
5632 2010-03-09 Pierre Muller <muller@ics.u-strasbg.fr>
5633
5634 * python/python-internal.h: Include symtab.h.
5635
5636 2010-03-09 Joel Brobecker <brobecker@adacore.com>
5637 Pierre Muller <muller@ics.u-strasbg.fr>
5638
5639 * p-lang.c (is_pascal_string_type): Remove unneeded parentheses.
5640 * p-valprint.c (pascal_val_print): Remove undeed block and fix
5641 indentation.
5642
5643 2010-03-08 Tom Tromey <tromey@redhat.com>
5644
5645 * breakpoint.c (breakpoint_1): Add "QUIT".
5646
5647 2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
5648 Pedro Alves <pedro@codesourcery.com>
5649
5650 * solib.c (solib_find): Replace extension if
5651 solib_symbols_extension is set in the target gdbarch.
5652 * arm-symbian-tdep.c (arm_symbian_init_abi): Set
5653 solib_symbols_extension to "sym".
5654 * gdbarch.sh (solib_symbols_extension): New variable.
5655 (pstring): New function.
5656 * gdbarch.h, gdbarch.c: Regenerate.
5657
5658 2010-03-08 Tom Tromey <tromey@redhat.com>
5659
5660 PR cli/9591:
5661 * NEWS: Update.
5662 * utils.c: Include main.h.
5663 (fputs_maybe_filtered): Don't paginate if `batch_flag'.
5664 (defaulted_query): Use default answer if `batch_flag'.
5665 * main.h (batch_flag): Declare.
5666 * main.c (batch_flag): New global.
5667 (captured_main): Remove 'batch'. Update.
5668
5669 2010-03-08 Kevin Buettner <kevinb@redhat.com>
5670
5671 From Richard Sandiford, Martin M. Hunt, Corinna Vinschen,
5672 and Kevin Buettner:
5673
5674 * remote-mips.c (rockhopper_ops): New target_ops struct.
5675 (MON_ROCKHOPPER): New mips_monitor_type.
5676 (read_hex_value): New function.
5677 (mips_request): Send 8-byte values with a 'T' packet. Read the
5678 packet argument as a string and use read_hex_value to parse it.
5679 (mips_exit_debug): Wait for response when using MON_ROCKHOPPER.
5680 (rockhopper_open): New function.
5681 (mips_wait): Read the PC, FP and SP fields as strings. Use
5682 read_hex_value to parse them and mips_set_register to commit them.
5683 (mips_set_register): New function.
5684 (mips_fetch_registers): Do not cast register value to "unsigned"
5685 when reading a MON_ROCKHOPPER 't' packet. Use mips_set_register.
5686 (mips_store_registers): Use a 'T' packet to set registers when
5687 using MON_ROCKHOPPER.
5688 (pmon_end_download): Don't run initEther if using MON_ROCKHOPPER
5689 and expect the total to be printed before the entry address.
5690 (_initialize_remote_mips): Initialize and add rockhopper_ops.
5691
5692 2010-03-08 Kevin Buettner <kevinb@redhat.com>
5693
5694 * remote-mips.c (mips_fetch_word): Add new parameter, `valp'.
5695 Change return value to int. Store value fetched in location
5696 addressed by `val'. Use function's return value as success
5697 or failure indicator. Adjust all callers.
5698
5699 2010-03-08 Pierre Muller <muller@ics.u-strasbg.fr>
5700
5701 * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
5702
5703 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5704 Hui Zhu <teawater@gmail.com>
5705
5706 * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
5707 tmp_to_stopped_data_address.
5708 (record_open): Reset tmp_to_stopped_by_watchpoint and
5709 tmp_to_stopped_data_address.
5710 * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
5711 to_stopped_data_address.
5712
5713 2010-03-08 Hui Zhu <teawater@gmail.com>
5714
5715 * i386-tdep.c (i386_process_record): Initialize regnum.
5716
5717 2010-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5718
5719 * symfile.c (addr_info_make_relative): New variable sect_name, use it.
5720 Do not warn on ".gnu.liblist" and ".gnu.conflict".
5721
5722 2010-03-08 Joel Brobecker <brobecker@adacore.com>
5723
5724 Memory error when reading wrong core file.
5725 * solib-svr4.c (solib_svr4_r_map): catch and print all exception
5726 errors while reading the inferior memory, and return zero if
5727 an exception was raised.
5728
5729 2010-03-07 Michael Snyder <msnyder@vmware.com>
5730
5731 * record.c (record_restore): Rename tmpu8 to rectype.
5732
5733 * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
5734 tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
5735
5736 (i386_record_push): Rename local tmpulongest to addr.
5737
5738 (i386_process_record): Rename local tmpulongest to addr.
5739
5740 Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
5741 addr64.
5742
5743 Rename local variable tmpu8 to opcode8 and regnum.
5744
5745 2010-03-07 Joel Brobecker <brobecker@adacore.com>
5746
5747 * remote.c (remote_get_ada_task_ptid): New function.
5748 (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
5749
5750 2010-03-06 Christopher Faylor <me+cygwin@cgf.cx>
5751
5752 * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
5753 block. Define helper macros to reduce ifdefs in code.
5754 (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
5755 size. Call unadorned GetModuleFileNameEx rather than
5756 GetModuleFileNameEx*.
5757 (windows_make_so): Use __PMAX to denote maximum buffer size and
5758 cygwin_buf_t for buffer type. Use GetSystemDirectory{W,A} as
5759 appropriate.
5760 (get_image_name): Use __PMAX to denote maximum buffer size.
5761 (handle_load_dll): Likewise.
5762 (windows_pid_to_exec_file): Likewise.
5763 (windows_create_inferior): Add many accommodations for older Cygwin and
5764 non-Cygwin.
5765 (bad_GetModuleFileNameExW): Control inclusion of this function based on
5766 __USEWIDE conditional.
5767 (bad_GetModuleFileNameExA): Likewise.
5768 (_initialize_loadable): Just use real function names without the dyn_
5769 part since they are defined earlier.
5770
5771 2010-03-05 Corinna Vinschen <vinschen@redhat.com>
5772 Tom Tromey <tromey@redhat.com>
5773
5774 * utils.c (host_char_to_target): Add 'gdbarch' argument.
5775 (parse_escape): Likewise.
5776 * python/py-utils.c (unicode_to_target_string): Update.
5777 (unicode_to_target_python_string): Update.
5778 (target_string_to_unicode): Update.
5779 * printcmd.c (printf_command): Update.
5780 * p-exp.y (yylex): Update.
5781 * objc-exp.y (yylex): Update.
5782 * mi/mi-parse.c: Include charset.h.
5783 (mi_parse_escape): New function.
5784 (mi_parse_argv): Use it.
5785 * jv-exp.y (yylex): Update.
5786 * i386-cygwin-tdep.c (i386_cygwin_auto_wide_charset): New
5787 function.
5788 (i386_cygwin_init_abi): Call set_gdbarch_auto_wide_charset.
5789 * gdbarch.sh (auto_charset, auto_wide_charset): New.
5790 * gdbarch.c: Rebuild.
5791 * gdbarch.h: Rebuild.
5792 * defs.h (parse_escape): Update.
5793 * cli/cli-setshow.c: Include arch-utils.h.
5794 (do_setshow_command): Update.
5795 * cli/cli-cmds.c (echo_command): Update.
5796 * charset.h (target_charset, target_wide_charset): Update.
5797 * charset.c: Include arch-utils.h.
5798 (target_charset_name): Default to "auto".
5799 (target_wide_charset_name): Likewise.
5800 (show_target_charset_name): Handle "auto".
5801 (show_target_wide_charset_name): Likewise.
5802 (be_le_arch): New global.
5803 (set_be_le_names): Add 'gdbarch' argument.
5804 (validate): Likewise. Don't call set_be_le_names.
5805 (set_charset_sfunc, set_host_charset_sfunc)
5806 (set_target_charset_sfunc, set_target_wide_charset_sfunc):
5807 Update.
5808 (target_charset): Add 'gdbarch' argument.
5809 (target_wide_charset): Likewise. Remove 'byte_order' argument.
5810 (auto_target_charset_name): New global.
5811 (default_auto_charset, default_auto_wide_charset): New functions.
5812 (_initialize_charset): Set auto_target_charset_name. Allow "auto"
5813 for target charsets. Copy result of nl_langinfo. Use GetACP if
5814 USE_WIN32API.
5815 * c-lang.c (charset_for_string_type): Add 'gdbarch' argument,
5816 remove 'byte_order' argument. Update.
5817 (classify_type): Likewise.
5818 (c_emit_char): Update.
5819 (c_printchar): Update.
5820 (c_printstr): Update.
5821 (c_get_string): Update.
5822 (evaluate_subexp_c): Update.
5823 * arch-utils.h (default_auto_charset, default_auto_wide_charset):
5824 Declare.
5825 * python/python.c (gdbpy_target_charset): New function.
5826 (gdbpy_target_wide_charset): Likewise.
5827 (GdbMethods): Update.
5828 * NEWS: Update.
5829
5830 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
5831
5832 * symfile.c (build_section_addr_info_from_objfile): Do not mask
5833 off high address bits.
5834
5835 2010-03-05 Ulrich Weigand <uweigand@de.ibm.com>
5836
5837 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Extract
5838 address as UnsignedLongLong, not LongLong.
5839
5840 2010-03-05 Kevin Buettner <kevinb@redhat.com>
5841 Pedro Alves <pedro@codesourcery.com>
5842
5843 * remote-mips.c (gdbthread.h): Include.
5844 (remote_mips_ptid): Declare.
5845 (mips_error): Only mourn the inferior when inferior_ptid is non-null.
5846 (common_open): Set inferior_ptid, add it as an inferior, and
5847 as a thread too. Delete FIXME comment regarding start_remote().
5848 (mips_close): Invoke generic_mourn_inferior().
5849 (mips_kill): Make sure that target_mourn_inferior is invoked.
5850 (mips_mourn_inferior): Don't invoke generic_mourn_inferior, as
5851 it's now invoked from mips_close().
5852 (mips_load): Don't null out inferior_ptid. Don't call
5853 clear_symtab_users().
5854 (mips_thread_alive, mips_pid_to_str): New functions.
5855 (_initialize_remote_mips): Initialize remote_mips_ptid. Initialize
5856 to_thread_alive and to_pid_to_str operations.
5857
5858 2010-03-04 Tom Tromey <tromey@redhat.com>
5859
5860 * dwarf2read.c (skip_one_die) <DW_FORM_ref_addr>: Use offset size
5861 in DWARF 3 and later.
5862 (read_attribute_value) <DW_FORM_ref_addr>: Likewise.
5863
5864 2010-03-04 Keith Seitz <keiths@redhat.com>
5865
5866 * linespec.c (decode_line_1): Update comments for is_quote_enclosed.
5867 If the filename portion of the linespec was quoted, recheck the
5868 remainder for additional quoting.
5869 (locate_first_half): Skip over completer chars, too.
5870
5871 2010-03-04 Tom Tromey <tromey@redhat.com>
5872
5873 * printcmd.c (printf_command): Pass dummy argument to
5874 printf_filtered.
5875
5876 2010-03-04 Doug Evans <dje@google.com>
5877
5878 * arm-tdep.c (arm_make_stub_cache): Delete unused locals reg,
5879 unwound_fp.
5880
5881 * arm-tdep.c (arm_stub_unwind_sniffer): Add comment.
5882
5883 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5884
5885 * breakpoint.c (update_watchpoint): Create a sentinel location if
5886 the software watchpoint isn't watching any memory.
5887 (breakpoint_address_bits): Skip dummy software watchpoint locations.
5888
5889 2010-03-04 Pedro Alves <pedro@codesourcery.com>
5890
5891 * utils.c (fputs_maybe_filtered): Check if there's already a top
5892 level interpreter before dereferencing it. If there isn't one,
5893 don't paginate either.
5894
5895 2010-03-04 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5896
5897 * arm-tdep.c (arm_pc_is_thumb): Add heuristic that tries to get
5898 the state right when single stepping.
5899 (arm_get_next_pc_raw, thumb_get_next_pc_raw): New functions.
5900 Get the next PC along with the instruction state.
5901 (thumb_get_next_pc): Remove.
5902 (arm_get_next_pc): Modified to use arm_get_next_pc_raw.
5903
5904 2010-03-04 Hui Zhu <teawater@gmail.com>
5905
5906 * i386-tdep.c (i386_process_record): Change "addr" to "tmpu64".
5907
5908 2010-03-03 Pedro Alves <pedro@codesourcery.com>
5909
5910 * utils.c (fputs_maybe_filtered): Always disable pagination if the
5911 top level interpreter is MI.
5912
5913 2010-03-03 Stan Shebs <stan@codesourcery.com>
5914
5915 * remote.c (remote_download_tracepoint): Iterate over locations.
5916 * tracepoint.c (validate_actionline): Ditto.
5917 (encode_actions): Add location argument.
5918 (trace_dump_command): Check all locations to see if stepping
5919 frame.
5920
5921 2010-03-03 H.J. Lu <hongjiu.lu@intel.com>
5922 Eli Zaretskii <eliz@gnu.org>
5923
5924 * NEWS: Add X86 general purpose registers section.
5925
5926 2010-03-03 Tom Tromey <tromey@redhat.com>
5927
5928 PR mi/11098:
5929 * varobj.c (install_new_value): Handle case where new print_value
5930 is NULL.
5931
5932 2010-03-03 Dainis Jonitis <jonitis@gmail.com>
5933
5934 PR gdb/11345:
5935 * printcmd.c (printf_command): Print end of format string using
5936 printf_filtered.
5937
5938 2010-03-02 Tom Tromey <tromey@redhat.com>
5939
5940 * mi/mi-cmd-break.c (mi_read_next_line): Add missing 'void'.
5941 * defs.h (read_command_lines_1): Add missing 'void'.
5942 * cli/cli-script.c (recurse_read_control_structure): Add missing
5943 'void'.
5944 (read_next_line): Likewise.
5945 (read_command_lines_1): Likewise.
5946
5947 2010-03-02 Ulrich Weigand <uweigand@de.ibm.com>
5948
5949 * spu-tdep.c (spu_analyze_prologue): Track instruction to
5950 store backchain as part of prologue.
5951
5952 2010-03-02 Daniel Jacobowitz <dan@codesourcery.com>
5953
5954 * progspace.c (update_address_spaces): Update inferior address spaces
5955 also.
5956
5957 2010-03-02 Doug Evans <dje@google.com>
5958
5959 * dwarf2read.c (add_partial_subprogram): Add missing baseaddr to
5960 lowpc,highpc args to addrmap_set_empty.
5961
5962 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
5963
5964 * amd64-tdep.c (amd64_byte_names): New.
5965 (amd64_word_names): Likewise.
5966 (amd64_dword_names): Likewise.
5967 (amd64_pseudo_register_name): Likewise.
5968 (amd64_pseudo_register_read): Likewise.
5969 (amd64_pseudo_register_write): Likewise.
5970 (amd64_init_abi): Set num_byte_regs, num_word_regs, num_dword_regs
5971 and num_mmx_regs. Call set_gdbarch_pseudo_register_read,
5972 set_gdbarch_pseudo_register_write and
5973 set_tdesc_pseudo_register_name. Don't call
5974 set_gdbarch_num_pseudo_regs. Don't set mm0_regnum.
5975
5976 * i386-tdep.c (i386_num_mmx_regs): Removed.
5977 (i386_num_pseudo_regs): Likewise.
5978 (i386_byte_names): New.
5979 (i386_word_names): Likewise.
5980 (i386_byte_regnum_p): Likewise.
5981 (i386_word_regnum_p): Likewise.
5982 (i386_mmx_regnum_p): Updated.
5983 (i386_pseudo_register_name): Make it global. Handle byte and
5984 word pseudo-registers.
5985 (i386_pseudo_register_read): Likewise.
5986 (i386_pseudo_register_write): Likewise.
5987 (i386_pseudo_register_type): Handle byte, word and dword
5988 pseudo-registers
5989 (i386_register_reggroup_p): Don't include pseudo
5990 registers, except for MXX, in any register groups. Don't
5991 include pseudo byte, word, dword registers in general_reggroup.
5992 (i386_gdbarch_init): Set num_byte_regs, num_word_regs,
5993 num_dword_regs, al_regnum, ax_regnum and eax_regnum. Put MMX
5994 pseudo-registers after word pseudo-registers. Call
5995 set_gdbarch_num_pseudo_regs after calling gdbarch_init_osabi.
5996
5997 * i386-tdep.h (gdbarch_tdep): Add num_mmx_regs, num_byte_regs,
5998 al_regnum, num_word_regs, ax_regnum, num_dword_regs and
5999 eax_regnum.
6000 (i386_byte_regnum_p): New.
6001 (i386_word_regnum_p): Likewise.
6002 (i386_dword_regnum_p): Likewise.
6003 (i386_pseudo_register_name): Likewise.
6004 (i386_pseudo_register_read): Likewise.
6005 (i386_pseudo_register_write): Likewise.
6006
6007 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6008
6009 * target-descriptions.c (tdesc_type): Remove
6010 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6011 (tdesc_predefined_types): Likewise.
6012 (tdesc_gdb_type): Likewise. Pass NULL to append_flags_type_flag
6013 if flag name is empty.
6014 (maint_print_c_tdesc_cmd): Handle TDESC_TYPE_FLAGS.
6015
6016 * features/i386/32bit-core.xml: Define i386_eflags.
6017 * features/i386/64bit-core.xml: Likewise.
6018
6019 * features/i386/32bit-sse.xml: Define i386_mxcsr.
6020 * features/i386/64bit-sse.xml: Likewise.
6021
6022 * features/i386/amd64-linux.c: Regenerated.
6023 * features/i386/amd64.c: Likewise.
6024 * features/i386/i386-linux.c: Likewise.
6025 * features/i386/i386.c: Likewise.
6026
6027 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6028
6029 * gdbtypes.c (append_composite_type_field_raw): New.
6030 (append_composite_type_field_aligned): Use the new function.
6031 * gdbtypes.h (append_composite_type_field_raw): Declare.
6032 * target-descriptions.c (struct tdesc_type_field): Add start and end.
6033 (struct tdesc_type_flag): New type.
6034 (struct tdesc_type): Add TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS to
6035 kind. Add size to u.u. Add u.f for flags.
6036 (tdesc_gdb_type): Handle TDESC_TYPE_STRUCT and TDESC_TYPE_FLAGS.
6037 (tdesc_free_type): Likewise.
6038 (tdesc_create_struct, tdesc_set_struct_size, tdesc_create_flags): New.
6039 (tdesc_add_field): Handle TDESC_TYPE_STRUCT.
6040 (tdesc_add_bitfield, tdesc_add_flag): New.
6041 * target-descriptions.h (tdesc_create_struct, tdesc_set_struct_size)
6042 (tdesc_create_flags, tdesc_add_bitfield, tdesc_add_flag): Declare.
6043 * xml-tdesc.c (struct tdesc_parsing_data): Rename current_union to
6044 current_type. Add current_type_size and current_type_is_flags.
6045 (tdesc_start_union): Clear the new fields.
6046 (tdesc_start_struct, tdesc_start_flags): New.
6047 (tdesc_start_field): Handle struct fields, including bitfields.
6048 (field_attributes): Make type optional. Add start and end.
6049 (union_children): Rename to struct_union_children.
6050 (union_attributes): Rename to struct_union_attributes. Add optional
6051 size.
6052 (flags_attributes): New.
6053 (feature_children): Add struct and flags.
6054 * features/gdb-target.dtd: Add flags and struct to features.
6055 Make field type optional. Add field start and end.
6056
6057 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6058
6059 * amd64-linux-nat.c (AMD64_LINUX_USER64_CS): New.
6060 (amd64_linux_read_description): Likewise.
6061 (_initialize_amd64_linux_nat): Set to_read_description to
6062 amd64_linux_read_description.
6063
6064 * amd64-linux-tdep.c: Include "features/i386/amd64-linux.c".
6065 (amd64_linux_register_name): Removed.
6066 (amd64_linux_register_type): Likewise.
6067 (amd64_linux_core_read_description): New.
6068 (amd64_linux_init_abi): Set target description to
6069 tdesc_amd64_linux if needed. Support orig_rax in target
6070 description. Don't call set_gdbarch_register_name nor
6071 set_gdbarch_register_type. Call
6072 set_gdbarch_core_read_description.
6073 (_initialize_amd64_linux_tdep): Call
6074 initialize_tdesc_amd64_linux.
6075
6076 * amd64-linux-tdep.h (tdesc_amd64_linux): New.
6077
6078 * amd64-tdep.c: Include "features/i386/amd64.c".
6079 (amd64_register_names): Removed.
6080 (amd64_register_name): Likewise.
6081 (amd64_register_type): Likewise.
6082 (amd64_init_abi): Set num_core_regs and register_names. Set
6083 target description to tdesc_amd64 if needed. Don't call
6084 set_gdbarch_register_name nor set_gdbarch_register_type.
6085 (_initialize_amd64_tdep): New.
6086
6087 * i386-linux-nat.c (i386_linux_read_description): New.
6088 (_initialize_i386_linux_nat): Set to_read_description to
6089 i386_linux_read_description.
6090
6091 * i386-linux-tdep.c: Include "features/i386/i386-linux.c".
6092 (i386_linux_register_name): Removed.
6093 (i386_linux_core_read_description): New.
6094 (i386_linux_read_description): Likewise.
6095 (i386_linux_init_abi): Don't call set_gdbarch_register_name.
6096 Set target description to tdesc_i386_linux if needed. Support
6097 orig_eax. Set register_reggroup_p. Call
6098 set_gdbarch_core_read_description.
6099 (_initialize_i386_linux_tdep): Call initialize_tdesc_i386_linux.
6100
6101 * i386-linux-tdep.h (tdesc_i386_linux): New.
6102
6103 * i386-nto-tdep.c (i386nto_regset_id): Replace I386_NUM_FREGS
6104 with I387_NUM_REGS.
6105
6106 * i386-tdep.c: Include "features/i386/i386.c".
6107 (i386_register_names): Make it const.
6108 (i386_mmx_names): Likewise.
6109 (i386_num_register_names): Removed.
6110 (i386_register_name): Likewise.
6111 (i386_eflags_type): Likewise.
6112 (i386_mxcsr_type): Likewise.
6113 (i386_sse_type): Likewise.
6114 (i386_register_type): Likewise.
6115 (i387_ext_type): Call tdesc_find_type instead of arch_float_type.
6116 (i386_pseudo_register_name): New.
6117 (i386_pseudo_register_type): Likewise.
6118 (i386_mmx_type): Make it static.
6119 (i386_gdbarch_init): Check arch. Replace I386_NUM_FREGS with
6120 I387_NUM_REGS. Set num_core_regs and register_names. Don't
6121 call set_gdbarch_register_name nor set_gdbarch_register_type.
6122 Set register_reggroup_p. Set target description to tdesc_i386
6123 if needed. Call set_tdesc_pseudo_register_type,
6124 set_tdesc_pseudo_register_name and tdesc_use_registers.
6125 (_initialize_i386_tdep): Call initialize_tdesc_i386.
6126 initialize_tdesc_x86_64.
6127
6128 * i386-tdep.h (gdbarch_tdep): Remove i386_eflags_type,
6129 i386_mxcsr_type and i386_sse_type. Add num_core_regs,
6130 register_names, tdesc and register_reggroup_p.
6131 (I386_NUM_FREGS): Removed.
6132 (i386_eflags_type): Likewise.
6133 (i386_mxcsr_type): Likewise.
6134 (i386_mmx_type): Likewise.
6135 (i386_sse_type): Likewise.
6136 (i386_register_name): Likewise.
6137 (i386_regnum): Add I386_MXCSR_REGNUM.
6138 (I386_SSE_NUM_REGS): Defined with I386_MXCSR_REGNUM.
6139
6140 * i387-tdep.h (I387_NUM_REGS): New.
6141
6142 * regformats/i386/i386-linux.dat: Generated.
6143 * regformats/i386/i386.dat: Likewise.
6144 * regformats/i386/amd64-linux.dat: Likewise.
6145 * regformats/i386/amd64.dat: Likewise.
6146
6147 * regformats/reg-i386-linux.dat: Removed.
6148 * regformats/reg-i386.dat: Likewise.
6149 * regformats/reg-x86-64-linux.dat: Likewise.
6150 * regformats/reg-x86-64.dat: Likewise.
6151
6152 2010-03-01 Corinna Vinschen <vinschen@redhat.com>
6153
6154 * remote-fileio.c (remote_fileio_func_rename): Use Cygwin 1.7
6155 cygwin_conv_path API rather than the deprecated
6156 cygwin_conv_to_full_posix_path.
6157 * windows-nat.c:
6158 (GetModuleFileNameExA): Undefine for Cygwin.
6159 (GetModuleFileNameExW): Define for Cygwin.
6160 (get_module_name): Change size of pathbuf to PATH_MAX for Cygwin.
6161 Call GetModuleFileNameExW and convert path to POSIX using
6162 cygwin_conv_path.
6163 (windows_make_so): Always define p. Drop unused variable m.
6164 Don't use Win32 functions to check file existance, rather use
6165 access on Cygwin. Fetch system directory using GetSystemDirectoryW.
6166 Use canonicalize_file_name to get full path.
6167 (get_image_name): Use wcstombs, rather than WideCharToMultiByte
6168 to convert Unicode pathname to multibyte on Cygwin. Otherwise,
6169 use correct target buffer size in call to WideCharToMultiByte.
6170 (handle_load_dll): Change size of dll_buf to PATH_MAX for Cygwin.
6171 (windows_pid_to_exec_file): Change size of path to PATH_MAX for Cygwin.
6172 (windows_create_inferior): Convert all paths and arguments to wchar_t
6173 and use CreateProcessW on Cygwin.
6174 (_initialize_windows_nat): Disable DOS-style path warning on Cygwin.
6175 (bad_GetModuleFileNameExA): Undefine for Cygwin.
6176 (bad_GetModuleFileNameExW): Define for Cygwin.
6177 (_initialize_loadable): Load GetModuleFileNameExW into
6178 dyn_GetModuleFileNameExW on Cygwin. Don't load ANSI function on Cygwin.
6179
6180 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6181
6182 PR python/11036
6183 * python/py-frame.c (frapy_read_var): Add block argument and logic
6184 to cope with user provided blocks.
6185
6186 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 * infcall.c (call_function_by_hand): Remove gdb_assert on sp and old_sp.
6189 New comment.
6190
6191 2010-02-28 Corinna Vinschen <vinschen@redhat.com>
6192
6193 * Makefile.in (SUBDIR_MI_OBS): Move mi-common.o from here...
6194 (COMMON_OBS): ... to here since it's used unconditionally.
6195 (SUBDIR_MI_SRCS): Move mi/mi-common.c from here...
6196 (SFILES): To here.
6197
6198 2010-02-26 David Daney <ddaney@caviumnetworks.com>
6199
6200 * mips-linux-tdep.c: Update struct sigframe comments.
6201 (SIGFRAME_CODE_OFFSET): Delete macro.
6202 (mips_linux_o32_sigframe_init): Calculate sigcontext_base using
6203 this_frame's sp.
6204 (mips_linux_n32n64_sigframe_init): Same.
6205
6206 2010-02-26 Kevin Buettner <kevinb@redhat.com>
6207
6208 * remote-mips.c (mips_load): Don't use pseudo-register when
6209 invalidating regcache.
6210
6211 2010-02-26 Daniel Jacobowitz <dan@codesourcery.com>
6212
6213 * arm-tdep.c (thumb_get_next_pc): Correct conditional branch opcode.
6214
6215 2010-02-26 Pedro Alves <pedro@codesourcery.com>
6216
6217 * NEWS: Add "New targets" section, and mention ARM Symbian
6218 support.
6219
6220 2010-02-26 Ulrich Weigand <uweigand@de.ibm.com>
6221
6222 * dwarf2loc.c (struct piece_closure): Remove ARCH member,
6223 add ADDR_SIZE member.
6224 (allocate_piece_closure): Update.
6225 (copy_pieced_value_closure): Likewise.
6226 (dwarf2_evaluate_loc_desc): Likewise.
6227 (read_pieced_value): Use DWARF address size instead of
6228 GDB's gdbarch_addr_bit as size of values on the DWARF stack.
6229
6230 2010-02-26 Phil Muldoon <pmuldoon@redhat.com>
6231 Tom Tromey <tromey@redhat.com>
6232
6233 * python/py-type.c (typy_lookup_typename): Add in block argument.
6234 If provided restrict lookup to specified blocks.
6235 (gdbpy_lookup_type): Likewise.
6236 (typy_lookup_type): Likewise.
6237
6238 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
6239
6240 Symbian config
6241
6242 gdb/
6243 * arm-symbian-tdep.c: New.
6244 * configure.tgt (arm*-*-symbianelf*): New target.
6245 (*-*-symbianelf*): New OS.
6246 * osabi.c (gdb_osabi_names): Add Symbian.
6247 * defs.h (gdb_osabi): Add GDB_OSABI_SYMBIAN.
6248 * Makefile.in (ALL_TARGET_OBJS): Add arm-symbian-tdep.o.
6249 (ALLDEPFILES): Add arm-symbian-tdep.c.
6250
6251 2010-02-25 Daniel Jacobowitz <dan@codesourcery.com>
6252
6253 * symfile.c (find_lowest_section): Include SEC_ALLOC sections.
6254
6255 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6256
6257 * mi/mi-main.c (mi_cmd_execute): Fix typo.
6258
6259 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6260 Tom Tromey <tromey@redhat.com>
6261 Thiago Jung Bauermann <bauerman@br.ibm.com>
6262
6263 * python/python.c (_initialize_python): Call
6264 gdbpy_initialize_symtabs, gdbpy_initialize_symbols and
6265 gdbpy_initialize_blocks.
6266 * python/python-internal.h: Declare struct symbol, block and
6267 symtab_and_line. Declare block_object_type and
6268 symbol_object_type
6269 (gdbpy_lookup_symbol gdbpy_block_for_pc)
6270 (symtab_and_line_to_sal_object, symtab_to_symtab_object)
6271 (symbol_to_symbol_object, block_to_block_object)
6272 (gdbpy_initialize_symtabs,gdbpy_initialize_symbols)
6273 (gdbpy_initialize_blocks ): Declare.
6274 * python/py-frame.c (frapy_block, frapy_function, frapy_find_sal)
6275 (frapy_select): Add methods.
6276 (frapy_read_var): Add symbol branch.
6277 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-symbol, py-symtab,
6278 py-block.
6279 (SUBDIR_PYTHON_SRCS): Likewise.
6280 (py-symbol.o): New rule.
6281 (py-symtab.o): Likewise.
6282 (py-block.o): Likewise.
6283 * python/py-symbol.c: New file.
6284 * python/py-symtab.c: Likewise.
6285 * python/py-block.c: Likewise.
6286
6287 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6288
6289 PR gdb/11321
6290
6291 * inferior.h (prepare_for_detach): Declare.
6292 (struct inferior) <detaching>: New field.
6293 * infrun.c (prepare_for_detach): New.
6294 (handle_inferior_event) <random signal>: Don't stop if detaching.
6295 * target.c (target_detach): Call prepare_for_detach.
6296
6297 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6298
6299 Per-process displaced stepping queue.
6300
6301 * infrun.c (displaced_step_ptid, displaced_step_request_queue)
6302 (displaced_step_gdbarch, displaced_step_closure,
6303 (displaced_step_original, displaced_step_copy): Move globals to
6304 this...
6305 (struct displaced_step_inferior_state): ... new structure.
6306 (displaced_step_inferior_states): New global.
6307 (get_displaced_stepping_state, add_displaced_stepping_state)
6308 (remove_displaced_stepping_state, infrun_inferior_exit): New
6309 functions.
6310 (displaced_step_clear): Add displaced_step_inferior_state
6311 parameter, and adjust to handle it.
6312 (displaced_step_clear_cleanup): Parameter is now a
6313 displaced_step_inferior_state. Adjust.
6314 (displaced_step_prepare): Adjust.
6315 (displaced_step_fixup, displaced_step_fixup)
6316 (infrun_thread_ptid_changed, resume): Adjust.
6317 (init_wait_for_inferior): Don't call displaced_step_clear.
6318 (infrun_thread_stop_requested): Rewrite.
6319 (_initialize_infrun): Install infrun_inferior_exit as
6320 inferior_exit observer.
6321
6322 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6323
6324 * inferior.h (ptid_match): Declare.
6325 * infrun.c (ptid_match): New.
6326 * remote.c (queued_stop_reply): Rewrite and use ptid_match.
6327 (handle_notification): Add debug output.
6328 * linux-nat.c (ptid_match): Delete.
6329
6330 2010-02-24 David S. Miller <davem@davemloft.net>
6331
6332 * gdb_ptrace.h (PT_SYSCALL): If PTRACE_SYSCALL is available, use it.
6333 * syscalls/sparc-linux.xml: New.
6334 * syscalls/sparc64-linux.xml: New.
6335 * Makefile.in (XML_SYSCALL_FILES): Add new syscall XML files.
6336 * sparc-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC32): Define.
6337 (sparc32_linux_get_syscall_number): New function.
6338 (sparc32_linux_init_abi): Set syscall XML file name and hook up
6339 syscall number fetcher.
6340 * sparc64-linux-tdep.c (XML_SYSCALL_FILENAME_SPARC64): Define.
6341 (sparc64_linux_get_syscall_number): New function.
6342 (sparc64_linux_init_abi): Set syscall XML file name and hook up
6343 syscall number fetcher.
6344
6345 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6346
6347 Multiexec MI
6348
6349 * breakpoint.c (clear_syscall_counts): Take struct inferior*.
6350 * inferior.c (add_inferior_silent): Notify inferior_added
6351 observer.
6352 (delete_inferior_1): Notify inferior_removed observer.
6353 (exit_inferior_1): Pass inferior, not pid, to observer.
6354 (inferior_appeared): Likewise.
6355 (add_inferior_with_spaces): New.
6356 (add_inferior_command): Use the above.
6357 * inferior.h (delete_inferior_1, add_inferior_with_spaces):
6358 Declare.
6359
6360 * inflow.c (inflow_inferior_exit): Likewise.
6361 * jit.c (jit_inferior_exit_hook): Likewise.
6362
6363 * mi/mi-cmds.c (mi_cmds): Register add-inferior and
6364 remove-inferior.
6365 * mi/mi-cmds.h (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6366 * mi/mi-interp.c (mi_inferior_added, mi_inferior_removed): New.
6367 (report_initial_inferior): New.
6368 (mi_inferior_removed): Register the above. Make sure
6369 inferior_added observer is called on the first inferior.
6370 (mi_new_thread, mi_thread_exit): Thread group is now identified by
6371 inferior number, not pid.
6372 (mi_solib_loaded, mi_solib_unloaded): Report which inferiors are
6373 affected.
6374 * mi/mi-main.c (current_context): New.
6375 (proceed_thread_callback): Use typed closure.
6376 Proceed everything if pid is 0. Most implementation split into
6377 (proceed_thread): ... this.
6378 (run_one_inferior): New.
6379 (mi_cmd_exec_continue, mi_cmd_exec_interrupt, mi_cmd_exec_run):
6380 Adjust for multiexec behaviour.
6381 (mi_cmd_add_inferior, mi_cmd_remove_inferior): New.
6382 (mi_cmd_execute): Handle the 'thread-group' option here.
6383 Do some extra checks.
6384 * mi-parse.c (mi_parse): Handle the --all and --thread-group
6385 options.
6386 * mi-parse.h (struct mi_parse): New fields all and thread_group.
6387
6388 2010-02-24 Vladimir Prus <vladimir@codesourcery.com>
6389
6390 Make -exec-run a proper MI commands.
6391
6392 * mi/mi-cmds.h (mi_cmd_exec_run): Declare.
6393 * mi/mi-cmds.c (mi_cmds): Adjust.
6394 * mi/mi-main.c (mi_cmd_exec_run): New.
6395
6396 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6397 Stan Shebs <stan@codesourcery.com>
6398
6399 * tracepoint.h (set_traceframe_number)
6400 (cleanup_restore_current_traceframe): Declare.
6401 * tracepoint.c (set_traceframe_number): New.
6402 (struct current_traceframe_cleanup): New.
6403 (do_restore_current_traceframe_cleanup)
6404 (restore_current_traceframe_cleanup_dtor)
6405 (make_cleanup_restore_current_traceframe): New.
6406 * infrun.c: Include tracepoint.h.
6407 (fetch_inferior_event): Switch out and in of tfind mode.
6408
6409 2010-02-24 Pedro Alves <pedro@codesourcery.com>
6410
6411 * breakpoint.c (breakpoint_init_inferior): Also delete
6412 bp_shlib_event breakpoints.
6413 * solib-frv.c (enable_break): Remove call to
6414 remove_solib_event_breakpoints.
6415 * solib-svr4.c (enable_break): Ditto.
6416 * solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
6417 * solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
6418 * solib-som.c (som_solib_create_inferior_hook): Ditto.
6419 * solib-spu.c (spu_enable_break): Ditto.
6420
6421 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
6422
6423 * c-exp.y (token_and_value): s/union YYSTYPE/YYSTYPE.
6424
6425 2010-02-23 Harald Koenig <H.Koenig@science-computing.de>
6426
6427 * varobj.c (varobj_update): Avoid non-constants in initializers.
6428
6429 2010-02-23 Tom Tromey <tromey@redhat.com>
6430
6431 * dwarf2loc.c (read_pieced_value) <DWARF_VALUE_STACK>: Correctly
6432 handle big-endian values.
6433 (dwarf2_evaluate_loc_desc) <DWARF_VALUE_STACK>: Likewise.
6434
6435 2010-02-22 Pedro Alves <pedro@codesourcery.com>
6436
6437 PR9605
6438
6439 gdb/
6440 * breakpoint.c (insert_bp_location): If inserting the read
6441 watchpoint failed, fallback to an access watchpoint.
6442 (bpstat_check_watchpoint): Stop for read watchpoint triggers even
6443 if the value changed, if not watching the same memory for writes.
6444 (watchpoint_locations_match): Add comment.
6445 (update_global_location_list): Copy the location's watchpoint type.
6446 * i386-nat.c (i386_length_and_rw_bits): It's an internal error to
6447 handle read watchpoints here.
6448 (i386_insert_watchpoint): Read watchpoints aren't supported.
6449 * remote.c (remote_insert_watchpoint): Return 1 for unsupported
6450 packets.
6451 * target.h (target_insert_watchpoint): Update description.
6452
6453 2010-02-19 Tom Tromey <tromey@redhat.com>
6454
6455 * p-typeprint.c (pascal_type_print_varspec_prefix): Update.
6456 * m2-typeprint.c (m2_print_type): Update.
6457 * gdbtypes.c (recursive_dump_type): Update.
6458 (copy_type_recursive): Update.
6459 * c-typeprint.c (c_type_print_varspec_prefix): Update.
6460 (c_type_print_base): Update.
6461 * gdbtypes.h (TYPE_CODE_TEMPLATE, TYPE_CODE_TEMPLATE_ARG):
6462 Remove.
6463 (struct cplus_struct_type) <ntemplate_args>: Remove.
6464 <struct template_arg>: Remove.
6465 <is_dynamic>: Move earlier.
6466 (TYPE_TEMPLATE_ARGS): Remove.
6467 (TYPE_NTEMPLATE_ARGS): Remove.
6468 (TYPE_TEMPLATE_ARG): Remove.
6469
6470 2010-02-19 Tom Tromey <tromey@redhat.com>
6471
6472 PR c++/8693, PR c++/9496:
6473 * cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
6474 * c-exp.y (lex_one_token): Rename from yylex. Don't call
6475 write_dollar_variable. Don't try to classify NAME tokens.
6476 (token_and_value): New type.
6477 (token_fifo, popping, name_obstack): New globals.
6478 (classify_name): New function.
6479 (classify_inner_name): Likewise.
6480 (yylex): Likewise.
6481 (VARIABLE): Now has type sval.
6482 (exp : VARIABLE): Call write_dollar_variable.
6483 (qualified_name): Use TYPENAME, not typebase. Add production for
6484 multiple "::" instances.
6485 (variable): Use name_not_typename.
6486 (qualified_type): Remove.
6487 (typebase): Update.
6488
6489 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6490
6491 * symfile.c (addr_info_make_relative): Extend comment. Move SECT to
6492 a more inner block. Initialize ADDR by LOWER_OFFSET only if it was
6493 found by bfd_get_section_by_name.
6494 * symfile.h (struct section_addr_info) <sectindex>: New comment.
6495
6496 2010-02-19 Joel Brobecker <brobecker@adacore.com>
6497
6498 * NEWS: Add new "[...] since 7.1" section. Rename the "[...] since
6499 7.0 section" into "Changes in 7.1".
6500
6501 2010-02-19 Joel Brobecker <brobecker@adacore.com>
6502
6503 GDB 7.1 branch created (branch timestamp: 2010-02-18 20:00 UTC)
6504 * version.in: Bump version to 7.1.50.20100219-cvs.
6505
6506 2010-02-18 Harald Koenig <H.Koenig@science-computing.de>
6507
6508 * mi/mi-main.c (mi_cmd_exec_jump): Drop unneeded `return'.
6509 * symfile.c (symfile_map_offsets_to_segments): Fix assertion.
6510
6511 2010-02-17 Tom Tromey <tromey@redhat.com>
6512
6513 * NEWS: Add Python API Improvements section.
6514
6515 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
6516
6517 * NEWS: Correct typo.
6518
6519 2010-02-17 Tom Tromey <tromey@redhat.com>
6520
6521 * objfiles.c (gdb_bfd_ref): Handle abfd==NULL.
6522
6523 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6524
6525 * symfile.c (build_section_addr_info_from_objfile): Include sections
6526 only if they are SEC_ALLOC or SEC_LOAD.
6527
6528 2010-02-17 H.J. Lu <hongjiu.lu@intel.com>
6529
6530 PR shlibs/11293
6531 * solib-svr4.c (enable_break): Check size of CORE_ADDR instead
6532 of ULONGEST for address size.
6533
6534 2010-02-17 Tom Tromey <tromey@redhat.com>
6535
6536 * NEWS: Add C++ improvements section.
6537
6538 2010-02-17 Ulrich Weigand <uweigand@de.ibm.com>
6539
6540 * python/python-internal.h [!WITH_THREAD] (PyGILState_Release,
6541 PyThreadState_Swap): Avoid "statement with no effect" warning.
6542
6543 2010-02-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 * solib-svr4.c (enable_break <target_auxv_search>): New variable
6546 addr_bit. Adjust LOAD_ADDR sign for cross-arch inferiors.
6547
6548 2010-02-17 Tristan Gingold <gingold@adacore.com>
6549 Petr Hluzin <petr.hluzin@gmail.com>
6550
6551 * avr-tdep.c (avr_scan_prologue): Convert an if statement to a
6552 gdb_assert. Fix info->size for SIG prologue.
6553
6554 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6555
6556 * infcmd.c (show_inferior_tty_command): Check for NULL.
6557 Correct output message.
6558
6559 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6560
6561 * linespec.c (decode_line_1): Handle FILE:FUNCTION even if
6562 FUNCTION contains parentheses. Improve removal of a trailing
6563 single quote.
6564
6565 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gcore.c (do_bfd_delete_cleanup): New function.
6568 (gcore_command): Use it. Discard the cleanup after success.
6569 (gcore_copy_callback): Delete dead code.
6570
6571 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6572
6573 * symfile.c (addr_info_make_relative): Always use
6574 find_lowest_section.
6575
6576 2010-02-16 Sami Wagiaalla <swagiaal@redhat.com>
6577
6578 * NEWS: Added entry for namespace fixes.
6579
6580 2010-02-15 Tom Tromey <tromey@redhat.com>
6581
6582 * dwarf2read.c (guess_structure_name): Allocate name on the
6583 objfile obstack.
6584
6585 2010-02-15 Tom Tromey <tromey@redhat.com>
6586
6587 * c-typeprint.c (c_type_print_base): Reverse order of test.
6588
6589 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6590
6591 * solib-svr4.c (LM_ADDR_CHECK): New variable minpagesize. Optionally
6592 initialize it from ELF BFD. Extend the prelink condition by it.
6593
6594 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 * defs.h (parse_pid_to_attach): New.
6597 * utils.c (parse_pid_to_attach): New.
6598 * darwin-nat.c (darwin_attach): Replace ARGS parsing by parse_pid.
6599 * gnu-nat.c (gnu_attach): Likewise.
6600 * nto-procfs.c (procfs_attach): Likewise.
6601 * procfs.c (procfs_attach): Likewise.
6602 * windows-nat.c (windows_attach): Likewise.
6603 * inf-ptrace.c (inf_ptrace_attach): Likewise. Remove variable dummy.
6604 * inf-ttrace.c (inf_ttrace_attach): Likewise.
6605 * remote.c (extended_remote_attach_1): Likewise. New comment on getpid
6606 check.
6607
6608 2010-02-14 Masaki Muranaka <monaka@monami-software.com>
6609
6610 * MAINTAINERS: Add myself for write after approval privileges.
6611
6612 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * solib-svr4.c: (LM_ADDR_CHECK): Move variable align to a more inner
6615 block.
6616
6617 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * solib-svr4.c: (LM_ADDR_CHECK): Print successful prelink adjustment
6620 only if INFO_VERBOSE.
6621
6622 2010-02-12 Tomas Holmberg <th@virtutech.com>
6623
6624 * mi/mi-main.c: Added the --reverse flag to the following MI
6625 commands: exec-continue, exec-finish, exec-next, exec-step,
6626 exec-next-instruction, exec-step-instruction. This is to
6627 support reverse execution over the MI interface to gdb.
6628
6629 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6630
6631 * tracepoint.c (_initialize_tracepoint): Specify that the address
6632 range of `tfind outsize' is exclusive, and that the address range
6633 of `tfind range' is inclusive, in the commands' help strings.
6634
6635 2010-02-12 Joel Brobecker <brobecker@adacore.com>
6636
6637 Spurious "dll not found" error messages on x64-windows.
6638 * windows-nat.c: Add include of complaints.h.
6639 (handle_unload_dll): Change dll-not-found error into a complaint.
6640
6641 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6642
6643 * breakpoint.c (allocate_bp_location): Use bp_loc_other for
6644 bp_tracepoint and bp_fast_tracepoint, not
6645 bp_loc_software_breakpoint.
6646 (update_global_location_list): Tracepoints are never duplicates of
6647 anything.
6648
6649 2010-02-12 Pedro Alves <pedro@codesourcery.com>
6650
6651 * breakpoint.c (break_command_really): Change return type to int.
6652 Return false if no breakpoint was created, true otherwise.
6653 (trace_command): Don't set the tracepoint count if no tracepoint
6654 was created.
6655 (ftrace_command): Ditto.
6656 (create_tracepoint_from_upload): Bail out if the tracepoint wasn't
6657 created in the breakpoints table.
6658
6659 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6660 Ulrich Weigand <uweigand@de.ibm.com>
6661
6662 * solib-svr4.c (LM_ADDR_CHECK): New comment on PPC-aware condition.
6663
6664 2010-02-11 Pedro Alves <pedro@codesourcery.com>
6665
6666 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out if
6667 the offset value isn't of integral type.
6668
6669 2010-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6670
6671 * breakpoint.c (delete_breakpoint) <bpt->related_breakpoint != NULL>:
6672 New.
6673
6674 2010-02-11 Pedro Alves <pedro@codesourcery.com>
6675
6676 * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on
6677 non-subscriptable types.
6678 * valarith.c (binop_types_user_defined_p): New, abstracted out
6679 from ...
6680 (binop_user_defined_p): ... this.
6681 * value.h (binop_types_user_defined_p): Declare.
6682
6683 2010-02-11 Pedro Alves <pedro@codesourcery.com>
6684
6685 * tracepoint.c (tfile_open): Remove spurious discard_cleanups.
6686 Merge uploaded TSVs before merging uploaded tracepoints.
6687
6688 2010-02-11 Pedro Alves <pedro@codesourcery.com>
6689
6690 * ax-gdb.c (gen_deref): Don't allow dereferencing void pointers.
6691
6692 2010-02-11 Vladimir Prus <vladimir@codesourcery.com>
6693
6694 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Add extra
6695 whitespace character after a dot in comment.
6696 (mi_cmd_stack_list_arguments, mi_cmd_stack_list_variables):
6697 Likewise.
6698 (list_args_or_locals): For the 'all' (that is
6699 -stack-list-variables) case, always output list of tuples.
6700 Output 'arg' field if variable is argument.
6701
6702 2010-02-10 Tom Tromey <tromey@redhat.com>
6703
6704 * parser-defs.h (parser_debug): Declare.
6705 * parse.c (_initialize_parse): Install "debug parser" set/show
6706 command.
6707 (parser_debug): New global.
6708 (show_parserdebug): New function.
6709 * c-exp.y (c_parse): Set yydebug.
6710
6711 2010-02-10 H.J. Lu <hongjiu.lu@intel.com>
6712
6713 * target-descriptions.c (tdesc_type): Add TDESC_TYPE_I387_EXT,
6714 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6715 (tdesc_predefined_types): Add i387_ext, i386_eflags and
6716 i386_mxcsr.
6717 (tdesc_find_type): New.
6718 (tdesc_gdb_type): Use tdesc_find_type. Handle TDESC_TYPE_I387_EXT,
6719 TDESC_TYPE_I386_EFLAGS and TDESC_TYPE_I386_MXCSR.
6720
6721 * target-descriptions.h (tdesc_find_type): New.
6722
6723 2010-02-10 Michael Snyder <msnyder@vmware.com>
6724
6725 * gdb-gdb.py: Comment fix.
6726
6727 2010-02-09 Tristan Gingold <gingold@adacore.com>
6728
6729 * machoread.c (macho_symfile_relocate): New function.
6730 (macho_sym_fns): Use macho_symfile_relocate instead of
6731 default_symfile_relocate.
6732 (macho_oso_data): New type.
6733 (current_oso): New variable.
6734 (macho_add_oso_symfile): Do not compute section_addr_info, but
6735 instead set vma of sections.
6736 Do not set SYMFILE_VERBOSE to call symbol_file_add_from_bfd.
6737 Set and clear current_oso.
6738
6739 2010-02-09 Joel Brobecker <brobecker@adacore.com>
6740
6741 Wrong type description for tagged type parameter.
6742 * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALUE]: When noside is
6743 EVAL_AVOID_SIDE_EFFECTS, also handle the case when type is a
6744 reference to a tagged type.
6745
6746 2010-02-09 Tristan Gingold <gingold@adacore.com>
6747
6748 * objfiles.c (objfile_separate_debug_iterate): Do not iterate on
6749 brothers of the parent.
6750
6751 2010-02-08 Tom Tromey <tromey@redhat.com>
6752
6753 PR c++/8017:
6754 * value.h: Update.
6755 * valops.c (search_struct_field): Make 'name' const.
6756 (search_struct_method): Likewise.
6757 (find_method_list): Make 'method' const.
6758 (value_struct_elt): Make 'name' and 'err' const.
6759 (value_find_oload_method_list): Make 'method' const.
6760 (find_overload_match): Make 'name' const.
6761 * eval.c (evaluate_subexp_standard): New locals function,
6762 function_name.
6763 <OP_FUNCALL>: Handle OP_SCOPE specially.
6764
6765 2010-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6766
6767 * infrun.c (handle_inferior_event): Do not look up regcache
6768 for exited processes.
6769
6770 2010-02-08 Chris Moller <moller@mollerware.com>
6771
6772 PR gdb/10728
6773 * valarith.c (value_ptrdiff): Added a test for a zero type length,
6774 warn if found, and assume length = 1.
6775
6776 2010-02-08 Chris Moller <cmoller@redhat.com>
6777
6778 PR gdb/9067
6779 * cp-valprint.c (cp_print_value_fields) Fix use of obstacks.
6780 (cp_print_static_field) Fix use of obstacks.
6781
6782 2010-02-08 Pedro Alves <pedro@codesourcery.com>
6783
6784 * linux-nat.c (linux_nat_resume): In non-stop, also only tag
6785 resumed LWPs as resumed.
6786 (linux_nat_wait_1): If there's no resumed LWP in the set of LWPs
6787 we're waiting for, bail out with TARGET_WAITKIND_IGNORE, instead
6788 of throwing an internal error. If an LWP of a process we're not
6789 waiting for reports a signal, don't force collecting a SIGSTOP,
6790 and if it was breakpoint hit in non-stop mode, cancel it. Don't
6791 go through all LWPs cancelling breakpoints in non-stop mode.
6792 (resume_stopped_resumed_lwps): New.
6793 (linux_nat_wait): Use it.
6794
6795 2010-02-07 H.J. Lu <hongjiu.lu@intel.com>
6796
6797 * features/Makefile (WHICH): Add i386/i386, i386/i386-linux,
6798 i386/amd64 and i386/amd64-linux.
6799 (i386/i386-expedite): New.
6800 (i386/i386-linux-expedite): Likewise.
6801 (i386/amd64-expedite):Likewise.
6802 (i386/amd64-linux-expedite): Likewise.
6803 ($(outdir)/i386/i386-linux.dat): Likewise.
6804 ($(outdir)/i386/amd64.dat): Likewise.
6805 ($(outdir)/i386/amd64-linux.dat): Likewise.
6806
6807 * features/i386/32bit-core.xml: New.
6808 * features/i386/32bit-linux.xml: Likewise.
6809 * features/i386/32bit-sse.xml: Likewise.
6810 * features/i386/64bit-core.xml: Likewise.
6811 * features/i386/64bit-linux.xml: Likewise.
6812 * features/i386/64bit-sse.xml: Likewise.
6813 * features/i386/i386-linux.xml: Likewise.
6814 * features/i386/i386.xml: Likewise.
6815 * features/i386/amd64-linux.xml: Likewise.
6816 * features/i386/amd64.xml: Likewise.
6817 * features/i386/i386-linux.c: Likewise.
6818 * features/i386/i386.c: Likewise.
6819 * features/i386/amd64-linux.c: Likewise.
6820 * features/i386/amd64.c: Likewise.
6821
6822 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6823
6824 PR c++/7935:
6825 * cp-support.h: Added char* alias element to using_direct data
6826 struct.
6827 (cp_add_using): Added char* alias argument.
6828 (cp_add_using_directive): Ditto.
6829 * cp-namespace.c: Updated with the above changes.
6830 (cp_lookup_symbol_imports): Check for aliases.
6831 * dwarf2read.c (read_import_statement): Figure out local alias
6832 for the import and pass it on to cp_add_using.
6833 (read_namespace): Pass alias argument to cp_add_using.
6834
6835 2010-02-05 Hui Zhu <teawater@gmail.com>
6836
6837 * defs.h (gdb_bfd_errmsg): New extern.
6838 * exec.c (exec_file_attach): Change bfd_errmsg to
6839 gdb_bfd_errmsg.
6840 * utils.c (AMBIGUOUS_MESS1): New macro.
6841 (AMBIGUOUS_MESS2): New macro.
6842 (gdb_bfd_errmsg): New function.
6843
6844 2010-02-04 Doug Evans <dje@google.com>
6845
6846 * solib-svr4.c (enable_break): Add comment.
6847
6848 2010-02-04 Anthony Green <green@moxielogic.com>
6849
6850 * moxie-tdep.c (moxie_analyze_prologue): Fail protocol analysis
6851 gracefully.
6852
6853 2010-02-04 Tom Tromey <tromey@redhat.com>
6854
6855 * valops.c (search_struct_field): Account for
6856 value_embedded_offset. Fix check for virtual base past the end of
6857 the object. Use value_copy when making a slice of the value.
6858
6859 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
6860
6861 PR tui/9622
6862 * tui/tui-interp.c (tui_init): Call tui_initialize_readline
6863 only if gdb_stdout is a tty.
6864
6865 2010-02-04 H.J. Lu <hongjiu.lu@intel.com>
6866
6867 * target-descriptions.c: Include "osabi.h".
6868 (maint_print_c_tdesc_cmd): Generate set_tdesc_osabi for valid
6869 OSABI.
6870
6871 2010-02-04 Tristan Gingold <gingold@adacore.com>
6872
6873 * machoread.c (macho_add_oso): Renamed to macho_register_oso.
6874 (macho_symtab_read): Adjust calls to macho_add_oso.
6875 (macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
6876 (macho_symfile_read): Adjust call to macho_oso_symfile.
6877 (macho_new_init): Move this function after declarations.
6878 (macho_symfile_init): Ditto.
6879 * darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
6880 * darwin-nat.c (darwin_lookup_task): Remove unused prototype.
6881
6882 2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
6883
6884 Include MI command in remotelog.
6885
6886 * mi/mi-main.c (mi_execute_command): Call target_log_command.
6887
6888 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6889
6890 * remote.c (remote_state): Remove gdbarch.
6891 (init_remote_state): Don't set gdbarch.
6892 (remote_query_supported): Pass target_gdbarch instead of
6893 rs->gdbarch to gdbarch_qsupported.
6894
6895 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6896
6897 * gdbarch.sh: Add qsupported.
6898
6899 * gdbarch.c: Regenerated.
6900 * gdbarch.h: Likewise.
6901
6902 * remote.c (remote_state): Add gdbarch.
6903 (init_remote_state): Set gdbarch.
6904 (remote_query_supported): Support gdbarch_qsupported.
6905
6906 2010-02-03 Daniel Jacobowitz <dan@codesourcery.com>
6907
6908 * amd64fbsd-nat.c (amd64fbsd_supply_pcb): Also check for
6909 __FreeBSD_kernel_version.
6910
6911 2010-02-03 Tristan Gingold <gingold@adacore.com>
6912
6913 * symfile.h (struct sym_fns): Add sym_relocate field.
6914 (default_symfile_relocate): New prototype.
6915 (symfile_relocate_debug_section): First argument is now an objfile.
6916 * symfile.c (default_symfile_relocate): Rename from
6917 symfile_relocate_debug_section, first argument is now an objfile.
6918 (symfile_relocate_debug_section): New function.
6919 * coffread.c (coff_sym_fns): Set sym_relocate field.
6920 * somread.c (som_sym_fns): Ditto.
6921 * mipsread.c (ecoff_sym_fns): Ditto.
6922 * machoread.c (macho_sym_fns): Ditto.
6923 * elfread.c (elf_sym_fns): Ditto.
6924 * dwarf2read.c (dwarf2_read_section): Ditto.
6925 * xcoffread.c (xcoff_sym_fns): Ditto.
6926 * dbxread.c (aout_sym_fns): Ditto.
6927 (dbx_psymtab_to_symtab): Adjust call to symfile_relocate_debug_section.
6928 (elfstab_build_psymtabs): Ditto.
6929
6930 2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
6931
6932 * defs.h (MAX_REGISTER_SIZE): Increase to 32.
6933
6934 2010-02-02 Tom Tromey <tromey@redhat.com>
6935
6936 * valops.c (value_cast_structs): Try downcasting using the RTTI
6937 type.
6938
6939 2010-02-02 Tom Tromey <tromey@redhat.com>
6940
6941 * gnu-v2-abi.c: Don't include gnu-v2-abi.h.
6942 (gnuv2_baseclass_offset): Now static.
6943 * Makefile.in (HFILES_NO_SRCDIR): Remove gnu-v2-abi.h.
6944 * gnu-v2-abi.h: Remove.
6945
6946 2010-02-02 Tom Tromey <tromey@redhat.com>
6947
6948 * m2-typeprint.c (m2_record_fields): Don't use
6949 TYPE_DECLARED_TYPE.
6950 * gdbtypes.h (TYPE_DECLARED_CLASS): New macro.
6951 (struct main_type) <flag_declared_class>: New field.
6952 (struct cplus_struct_type) <declared_type>: Remove.
6953 <ntemplate_args>: Move earlier.
6954 (DECLARED_TYPE_CLASS, DECLARED_TYPE_UNION, DECLARED_TYPE_STRUCT)
6955 (DECLARED_TYPE_TEMPLATE): Remove.
6956 (TYPE_DECLARED_TYPE): Remove.
6957 * gdbtypes.c (lookup_union): Don't use TYPE_DECLARED_TYPE.
6958 * dwarf2read.c (read_structure_type): Set TYPE_DECLARED_CLASS.
6959 * c-typeprint.c (c_type_print_base): Use TYPE_DECLARED_CLASS, not
6960 TYPE_DECLARED_TYPE.
6961
6962 2010-02-02 Tom Tromey <tromey@redhat.com>
6963
6964 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6965 * valops.c (search_struct_field): Compute nbases after calling
6966 CHECK_TYPEDEF.
6967 (check_field): Call CHECK_TYPEDEF.
6968 * cp-valprint.c (cp_print_value): Pass correct address to
6969 baseclass_offset. Fix check for virtual base past the end of the
6970 object. Don't offset address passed to cp_print_value_fields or
6971 apply_val_pretty_printer.
6972 (cp_print_value_fields): Fix call to val_print.
6973 (cp_print_value_fields_rtti): New function.
6974 * c-valprint.c (c_val_print): Use cp_print_value_fields_rtti.
6975 * p-valprint.c (pascal_object_print_value_fields): Fix call to
6976 val_print.
6977 * python/py-prettyprint.c (apply_val_pretty_printer): Add embedded
6978 offset to address.
6979 * language.h (struct language_defn) <la_val_print>: Document.
6980 * c-lang.h (cp_print_value_fields_rtti): Declare.
6981
6982 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6983
6984 PR libc/11214:
6985 * linux-low.c (linux_tracefork_child) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6986 (linux_test_for_tracefork): Move `stack' into [__UCLIBC__ && HAS_NOMMU].
6987 (linux_test_for_tracefork) [!(__UCLIBC__ && HAS_NOMMU)]: New.
6988
6989 2010-02-01 Michael Matz <matz@suse.de>
6990 Daniel Jacobowitz <dan@codesourcery.com>
6991
6992 * i386-tdep.c (i386_frame_cache): Assume valid anonymous
6993 functions use a frame pointer.
6994
6995 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * solib-svr4.c (scan_dyntag): New variable dyn_addr. Replace gdb_assert
6998 by a conditional setting DYN_ADDR. Use DYN_ADDR.
6999 * config/djgpp/fnchange.lst: Add translations for
7000 symbol-without-target_section.exp and symbol-without-target_section.c.
7001
7002 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7003
7004 * gdbarch.sh: Set LANG and LC_ALL to C, not c.
7005 (remote_breakpoint_for_pc): Correct invalid_p check.
7006 * gdbarch.c: Regenerated.
7007
7008 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7009
7010 * arm-tdep.c (arm_find_mapping_symbol): New function, from
7011 arm_pc_is_thumb.
7012 (arm_pc_is_thumb): Use arm_find_mapping_symbol.
7013 (extend_buffer_earlier): New function.
7014 (MAX_IT_BLOCK_PREFIX, IT_SCAN_THRESHOLD): New constants.
7015 (arm_adjust_breakpoint_address): New function.
7016 (arm_gdbarch_init): Register arm_adjust_breakpoint_address.
7017
7018 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7019
7020 * arm-linux-tdep.c (arm_linux_thumb2_be_breakpoint)
7021 (arm_linux_thumb2_le_breakpoint): New constants.
7022 (arm_linux_init_abi): Set thumb2_breakpoint and
7023 thumb2_breakpoint_size.
7024 * arm-tdep.c (thumb_insn_size, thumb_advance_itstate): New functions.
7025 (thumb_get_next_pc): Add a comment. Rename IT to ITSTATE.
7026 Implement support for single stepping through IT blocks if
7027 a 32-bit Thumb breakpoint instruction is available.
7028 (arm_breakpoint_from_pc): If a 32-bit Thumb breakpoint instruction
7029 is available, use it when needed.
7030 (arm_remote_breakpoint_from_pc): New function.
7031 (arm_gdbarch_init): Register arm_remote_breakpoint_from_pc.
7032 * arm-tdep.h (struct gdbarch_tdep): Correct thumb_breakpoint
7033 comment. Add thumb2_breakpoint and thumb2_breakpoint_size.
7034
7035 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7036
7037 * arch-utils.c (default_remote_breakpoint_from_pc): New function.
7038 * arch-utils.h (default_remote_breakpoint_from_pc): Declare.
7039 * gdbarch.c, gdbarch.h: Regenerated.
7040 * gdbarch.sh (remote_breakpoint_from_pc): New architecture method.
7041 * remote.c (remote_insert_breakpoint, remote_insert_hw_breakpoint): Use
7042 gdbarch_remote_breakpoint_from_pc.
7043
7044 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7045
7046 * infrun.c (prepare_to_proceed): Handle other signals which might
7047 match a breakpoint.
7048 (handle_inferior_event): Move the check for unusual breakpoint
7049 signals earlier.
7050
7051 2010-01-29 Paul Hilfinger <hilfinger@adacore.com>
7052
7053 amd64 - function returning record with field straddling 2 registers.
7054 * amd64-tdep.c (amd_classify_aggregate): Handle the case of
7055 a record of length <= 16 in which a field straddles the two
7056 eightbytes.
7057
7058 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7059
7060 Implement return values on amd64-windows.
7061 * amd64-windows-tdep.c: #include gdbcore.h and regcache.h.
7062 (amd64_windows_return_value): New function.
7063 (amd64_windows_init_abi): Call set_gdbarch_return_value with
7064 amd64_windows_return_value.
7065
7066 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7067
7068 amd64-windows: 32 bytes allocated on stack by caller for integer
7069 parameter registers.
7070 * i386-tdep.h (struct gdbarch_tdep): Add new field
7071 integer_param_regs_saved_in_caller_frame.
7072 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
7073 tdep->integer_param_regs_saved_in_caller_frame to 1.
7074 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
7075 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
7076
7077 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7078
7079 amd64-windows: memory args passed by pointer during function calls.
7080 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
7081 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
7082 where tdep->memory_args_by_pointer is non-zero.
7083 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
7084 tdep->memory_args_by_pointer to 1.
7085
7086 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7087
7088 amd64-windows: Integer parameters in function calls.
7089 * i386-tdep.h (enum amd64_reg_class): New, moved here from
7090 amd64-tdep.c.
7091 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
7092 call_dummy_integer_regs, and classify.
7093 * amd64-tdep.h (amd64_classify): Add declaration.
7094 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
7095 (amd64_reg_class): Delete, moved to i386-tdep.h.
7096 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
7097 Replace call to amd64_classify by call to tdep->classify.
7098 (amd64_push_arguments): Get the list of registers to use for
7099 passing integer parameters from the gdbarch tdep structure,
7100 rather than using a hardcoded one. Replace calls to amd64_classify
7101 by calls to tdep->classify.
7102 (amd64_push_dummy_call): Get the register number used for
7103 the "hidden" argument from tdep->call_dummy_integer_regs.
7104 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
7105 and tdep->call_dummy_integer_regs. Set tdep->classify.
7106 * amd64-windows-tdep.c: Add include of gdbtypes.h.
7107 (amd64_windows_dummy_call_integer_regs): New static global.
7108 (amd64_windows_classify): New function.
7109 (amd64_windows_init_abi): Initialize tdep->call_dummy_num_integer_regs
7110 tdep->call_dummy_integer_regs and tdep->classify.
7111
7112 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7113
7114 * regcache.c (regcache_xmalloc): Add aspace argument. Use it
7115 for the new regcache. All callers updated.
7116 (regcache_cpy, regcache_cpy_no_passthrough): Do not set aspace here.
7117 (get_thread_arch_regcache): Do not set aspace here.
7118 * regcache.h (regcache_xmalloc): Update declaration.
7119
7120 * frame.c, infcall.c, ppc-linux-tdep.c: Calls to
7121 regcache_xmalloc updated.
7122
7123 2010-01-28 Joel Brobecker <brobecker@adacore.com>
7124
7125 Another -Wunused-function error in procfs.c (sparc-solaris)
7126 * procfs.c (insert_dbx_link_breakpoint): Delete declaration. Move up.
7127 Only define if SYS_syssgi is defined.
7128 (remove_dbx_link_breakpoint): Delete declaration. Move up.
7129 (dbx_link_addr, insert_dbx_link_bpt_in_file)
7130 (insert_dbx_link_bpt_in_region): Move up. Only define if SYS_syssgi
7131 is itself defined.
7132
7133 2010-01-27 Christopher Faylor <me+cygwin@cgf.cx>
7134
7135 * windows-nat.c (windows_initialization_done): New variable.
7136 (get_windows_debug_event): Issue error when process dies before
7137 completely initializing.
7138 (do_initial_windows_stuff): Set flag to indicate when we are done with
7139 the initial steps of attaching to the child.
7140
7141 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7142
7143 * symtab.h (struct symbol <symtab>): New comment on NULL values.
7144
7145 2010-01-27 Doug Evans <dje@google.com>
7146
7147 * solib-svr4.c (solib_break_names): Add __dl_rtld_db_dlactivity.
7148
7149 * breakpoint.c (bpstat_stop_status): Delete useless code.
7150
7151 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7152
7153 * printcmd.c (display_uses_solib_p): Remove variable section. Access
7154 objfile via SYMBOL_SYMTAB.
7155
7156 2010-01-26 Tom Tromey <tromey@redhat.com>
7157
7158 PR exp/7643:
7159 * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call
7160 coerce_array on result.
7161
7162 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7163
7164 * cp-namespace.c (cp_lookup_symbol_namespace): Added
7165 search_parent argument.
7166 (cp_add_using): Initialize 'searched' field.
7167 (reset_directive_searched): New function.
7168 * cp-support.h: Add 'searched' field to using_direct struct.
7169 (cp_lookup_symbol_imports): Ditto.
7170 * cp-namespace.c (cp_lookup_symbol_imports): Ditto.
7171 Perform recursive search.
7172 Implement non parent search.
7173 * valops.c (value_maybe_namespace_elt): Updated.
7174
7175 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7176
7177 PR gdb/10929:
7178 * dwarf2read.c (read_lexical_block_scope): Create blocks for
7179 scopes which contain using directives even if they contain no
7180 declarations.
7181 * symtab.c (lookup_symbol_aux): Pass lowest level block to
7182 la_lookup_symbol_nonlocal.
7183 * cp-namespace.c (cp_lookup_symbol_nonlocal): call
7184 cp_lookup_symbol_namespace.
7185 (cp_lookup_symbol_namespace): Perform an import lookup at every
7186 block level.
7187 (cp_lookup_symbol_imports): New function.
7188 (cp_lookup_symbol_in_namespace): New function.
7189
7190 2010-01-25 Tom Tromey <tromey@redhat.com>
7191
7192 PR gdb/11049:
7193 * c-valprint.c (c_val_print): Fix test of extract_unsigned_integer
7194 result.
7195
7196 2010-01-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7197
7198 * configure.ac: Only use host_os part when disabling TUI on osf.
7199 Use test to check variables, prefix strings with x.
7200 * configure: Regenerate.
7201
7202 * solib-osf.c (osf_current_sos): Initialize tail.
7203
7204 2010-01-25 gingold <gingold@adacore.com>
7205
7206 * windows-nat.c (windows_continue): Use %x to print thread id.
7207 (get_windows_debug_event): Ditto.
7208
7209 2010-01-22 Tom Tromey <tromey@redhat.com>
7210
7211 PR symtab/11199:
7212 * dwarf2read.c (quirk_gcc_member_function_pointer): Change return
7213 type and arguments. Use smash_to_methodptr_type.
7214 (read_structure_type): Call quirk_gcc_member_function_pointer
7215 later.
7216 * gdbtypes.h (smash_to_methodptr_type): Declare.
7217 * gdbtypes.c (smash_to_methodptr_type): New function.
7218 (lookup_methodptr_type): Use it.
7219
7220 2010-01-21 Tom Tromey <tromey@redhat.com>
7221
7222 PR symtab/11198:
7223 * symtab.h (lookup_minimal_symbol_and_objfile): Declare.
7224 * minsyms.c (lookup_minimal_symbol_and_objfile): New function.
7225 * glibc-tdep.c (find_minsym_and_objfile): Remove.
7226 (glibc_skip_solib_resolver): Use
7227 lookup_minimal_symbol_and_objfile.
7228
7229 2010-01-21 Kai Tietz <kai.tietz@onevision.com>
7230
7231 * inflow.c (check_syscall): Guard by #if clause for GO32 and
7232 WIN32 targets.
7233
7234 2010-01-20 Tom Tromey <tromey@redhat.com>
7235
7236 PR backtrace/10770:
7237 * valarith.c (value_binop): Handle BINOP_GTR, BINOP_LEQ, and
7238 BINOP_GEQ. Handle BINOP_NOTEQUAL in the signed case.
7239 * dwarf2expr.c (new_dwarf_expr_context): Allocate
7240 dwarf_stack_values, not CORE_ADDRs.
7241 (execute_stack_op): Change DW_OP_div and comparison operators to
7242 use signed operands.
7243
7244 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7245
7246 Per-inferior args and tty and environment.
7247
7248 * infcmd.c (inferior_args): Rename to ...
7249 (inferior_args_scratch): ... this.
7250 (inferior_io_terminal): Rename to ...
7251 (inferior_io_terminal_scratch): ... this.
7252 (inferior_argc, inferior_argv): Remove.
7253 (set_inferior_io_terminal, get_inferior_io_terminal): Store
7254 inside current_inferior().
7255 (set_inferior_tty_command, show_inferior_tty_command): New.
7256 (get_inferior_args, set_inferior_args): Store inside
7257 current_inferior().
7258 (notice_args_set): Likewise and rename to...
7259 (set_args_command): ... this.
7260 (set_inferior_args_vector): Likewise.
7261 (notice_args_read): Rename to...
7262 (show_args_command): ...new.
7263 (tty_command): Remove.
7264 (run_command_1): Don't free old args, as they are freed by
7265 set_inferior_arg now.
7266 (run_no_args_command): Likewise.
7267 (inferior_environ): Remove.
7268 (run_command_1): Use environment of the current inferior.
7269 (environment_info, set_environment_command)
7270 (unset_environment_command, path_info, path_command): Likewise.
7271 (_initialize_infcmd): Adjust for function and variable renames.
7272 Do not init inferior_environ.
7273 * inferior.h (set_inferior_arg): Adjust prototype.
7274 (struct inferior): New fields args, argc, argv, terminal, environment.
7275 (inferior_environ): Remove declaration.
7276 * inferior.c (free_inferior): Free new fields.
7277 (add_inferior_silent): Initialize 'environment' field.
7278 * main.c (captured_main): Set arguments only after the initial
7279 inferior has been created. Set set_inferior_io_terminal,
7280 not tty_command.
7281 * mi/mi-main.c (mi_cmd_env_path): Use environment of the current
7282 inferior.
7283 (_initialize_mi_cmd_env): Adjust for disappearance of global
7284 inferior_environ.
7285 * solib.c (solib_find): Use environment of the current inferior.
7286
7287 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 * varobj.c (varobj_add_child, install_dynamic_child): Wrap into #if
7290 HAVE_PYTHON.
7291 (instantiate_pretty_printer): Move HAVE_PYTHON outside of the function.
7292
7293 2010-01-20 Joel Brobecker <brobecker@adacore.com>
7294
7295 Get rid of ada-lang.c:function_name_from_pc.
7296 * ada-lang.c: Add "stack.h" #include.
7297 (function_name_from_pc): Delete.
7298 (is_known_support_routine): Replace call to function_name_from_pc
7299 by call to find_frame_funname.
7300 (ada_unhandled_exception_name_addr_from_raise): Likewise.
7301
7302 2010-01-19 Tom Tromey <tromey@redhat.com>
7303
7304 PR c++/11026:
7305 * dwarf2read.c (read_partial_die): Allocate partial DIE's name on
7306 objfile obstack.
7307
7308 2010-01-19 Tom Tromey <tromey@redhat.com>
7309
7310 * top.c (stop_sig, float_handler, do_nothing): Remove.
7311
7312 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 * breakpoint.c (watchpoint_check): Check the call
7315 gdbarch_in_function_epilogue_p before calling frame_find_by_id.
7316 Extend the comment.
7317 * config/djgpp/fnchange.lst: Add translations for
7318 watchpoint-cond-gone.exp, watchpoint-cond-gone.c and
7319 watchpoint-cond-gone-stripped.c.
7320
7321 2010-01-19 Tom Tromey <tromey@redhat.com>
7322
7323 PR c++/8000:
7324 * dwarf2read.c (partial_die_parent_scope): Put enumeration type
7325 into parent scope, and enumerator into grandparent scope.
7326
7327 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7328
7329 * NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
7330
7331 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7332
7333 * configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
7334 i[34567]86-*-solaris2.1[0-9]*.
7335 * configure.tgt: Likewise.
7336
7337 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7338
7339 * NEWS: Document the source command enhancement allowing it
7340 to load Python scripts. Document the "set/show script-extension"
7341 commands.
7342
7343 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7344
7345 Add -Wunused-function to compile flags.
7346 * configure.ac: Add -Wunused-function to build_warnings.
7347 * configure: Regenerate.
7348
7349 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7350
7351 "delete" ada-lex.c:input function, not used.
7352 * ada-lex.l: #define YY_NO_INPUT.
7353
7354 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7355
7356 Delete free_named_symtabs and associated cleanup.
7357 * symfile.h (free_named_symtabs): Delete declaration.
7358 * symfile.c: Remove some commented out code (clear_symtab_users_once).
7359 (cashier_psymtab): Comment function out.
7360 Delete declaration.
7361 (free_named_symtabs): Delete.
7362 * coffread.c (coff_end_symtab): Remove call to free_named_symtabs.
7363 * dbxread.c (end_psymtab): Likewise.
7364 * dwarf2read.c (process_psymtab_comp_unit): Ditto.
7365 * exec.c (exec_close_1): Ditto.
7366 * xcoffread.c (xcoff_end_psymtab): Likewise.
7367
7368 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7369
7370 * stack.c (print_block_frame_labels): Comment function out.
7371
7372 2010-01-19 Joel Brobecker <brobecker@adacore.com>
7373
7374 Delete unused or undefined functions.
7375 * breakpoint.c (ep_parse_optional_filename): Delete.
7376 * dcache.c (dcache_write_line): Remove declaration.
7377 * infrun.c (build_infrun): Remove declaration.
7378 * tracepoint.c (tracepoint_save_command): Remove declaration.
7379 * linux-nat.c (init_lwp_list): Delete. No longer used.
7380 * event-loop.c (check_async_signal_handlers): Delete declaration.
7381 * infrun.c (init_execution_control_state): Delete.
7382 (proceed): Update comment to avoid mentioning
7383 init_execution_control_state.
7384 * target.c (kill_or_be_killed, nosupport_runtime): Delete.
7385 * ada-lang.c (ada_to_static_fixed_value): Delete.
7386 * scm-lang.c (evaluate_subexp_scm): Delete declaration.
7387 * cp-namespace.c (cp_copy_usings): Delete.
7388 * xml-syscall.c (xml_number_of_syscalls): Delete.
7389 * progspace.c (find_program_space_by_num): Delete.
7390 * inflow.c (handle_sigio): Delete declaration.
7391 * hppa-tdep.c (hppa_alignof): Delete.
7392 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset)
7393 (mipsnbsd_core_osabi_sniffer): Delete.
7394
7395 2010-01-18 Tom Tromey <tromey@redhat.com>
7396
7397 PR c++/9680:
7398 * c-exp.y (REINTERPRET_CAST, DYNAMIC_CAST, STATIC_CAST)
7399 (CONST_CAST): New tokens.
7400 (exp): Add new productions.
7401 (ident_tokens): Add const_cast, dynamic_cast, static_cast, and
7402 reinterpret_cast.
7403 (is_cast_operator): New function.
7404 (yylex): Handle cast operators specially.
7405 * eval.c (evaluate_subexp_standard) <UNOP_DYNAMIC_CAST,
7406 UNOP_REINTERPRET_CAST>: New cases.
7407 * expprint.c (print_subexp_standard): Likewise.
7408 (op_name_standard): Likewise.
7409 (dump_subexp_body_standard): Likewise.
7410 * parse.c (operator_length_standard): Likewise.
7411 * expression.h (enum exp_opcode): New constants UNOP_DYNAMIC_CAST,
7412 UNOP_REINTERPRET_CAST.
7413 * gdbtypes.c (class_types_same_p): New function.
7414 (is_ancestor): Use it.
7415 (is_public_ancestor): New function.
7416 (is_unique_ancestor_worker): Likewise.
7417 (is_unique_ancestor): Likewise.
7418 * gdbtypes.h (class_types_same_p, is_public_ancestor)
7419 (is_unique_ancestor): Declare.
7420 * valops.c (value_reinterpret_cast): New function.
7421 (dynamic_cast_check_1): Likewise.
7422 (dynamic_cast_check_2): Likewise.
7423 (value_dynamic_cast): Likewise.
7424 * value.h (value_reinterpret_cast, value_dynamic_cast): Declare.
7425
7426 2010-01-18 Joel Brobecker <brobecker@adacore.com>
7427
7428 Fix build failure when building without Python support.
7429 * python/python.c: Always include exceptions.h, even when HAVE_PYTHON
7430 is not defined.
7431
7432 2010-01-18 Joel Brobecker <brobecker@adacore.com>
7433
7434 Use XVS field type instead of doing a parallel lookup.
7435 * ada-lang.c (ada_get_base_type): Follow the XVS field type
7436 if it is a reference type instead of doing a type lookup using
7437 the XVS field name.
7438
7439 2010-01-18 Joel Brobecker <brobecker@adacore.com>
7440
7441 Trust PAD types instead of using PAD___XVS.
7442 * ada-lang.c (trust_pad_over_xvs): New static variable.
7443 (ada_is_aligner_type): If !trust_pad_over_xvs and there is a
7444 parallel XVS type, follow the XVS type instead of the PAD type.
7445 (unwrap_value): Make sure that there is no parallel XVE type
7446 before returning the value as is.
7447 (set_ada_list, show_ada_list): New static variables.
7448 (set_ada_command, show_ada_command): New functions.
7449 (_initialize_ada_language): Add new "set/show ada" prefix commands.
7450 Add new "set/show ada trust-PAD-over-XVS" setting.
7451
7452 2010-01-18 Tom Tromey <tromey@redhat.com>
7453 Thiago Jung Bauermann <bauerman@br.ibm.com>
7454
7455 Allow "source" to load python scripts.
7456 * exceptions.h (enum errors): Add UNSUPPORTED_ERROR.
7457 * python/python.c (source_python_script): New function.
7458 * python/python.h (source_python_script): Add declaration.
7459 * cli/cli-cmds.c: #include exceptions.h and python/python.h.
7460 (script_ext_off, script_ext_soft, script_ext_strict)
7461 (script_ext_enums, script_ext_mode): New static constants.
7462 (show_script_ext_mode, find_and_open_script): New functions.
7463 (source_script): Enhance to handle Python scripts.
7464 (init_cli_cmds): Add set/show script-extension commands.
7465
7466 2010-01-16 Stan Shebs <stan@codesourcery.com>
7467
7468 * tracepoint.h (struct trace_status): Use unsigned long long
7469 instead of size_t.
7470 * tracepoint.c (trace_status_command): Fix printf directive.
7471 (trace_save_command): Check fwrite returns, fix printf directive.
7472 (trace_filename): New global.
7473 (tfile_open): Set it, check read returns.
7474 (tfile_close): Free trace_filename.
7475 (tfile_get_traceframe_address): Check read returns.
7476 (tfile_trace_find): Ditto.
7477 (tfile_fetch_registers): Ditto.
7478 (tfile_xfer_partial): Ditto.
7479 (tfile_get_trace_state_variable_value): Ditto.
7480
7481 2010-01-15 Stan Shebs <stan@codesourcery.com>
7482
7483 Add trace file support.
7484 * tracepoint.h (enum trace_stop_reason): New enum.
7485 (struct trace_status): New struct.
7486 (parse_trace_status): Declare.
7487 (struct uploaded_tp): Move here from remote.c,
7488 add fields for actions.
7489 (struct uploaded_tsv): New struct.
7490 * tracepoint.c (tfile_ops): New target vector.
7491 (trace_fd): New global.
7492 (tfile_open): New function.
7493 (tfile_close): New function.
7494 (tfile_files_info): New function.
7495 (tfile_get_trace_status): New function.
7496 (tfile_get_traceframe_address): New function.
7497 (tfile_trace_find): New function.
7498 (tfile_fetch_registers): New function.
7499 (tfile_xfer_partial): New function.
7500 (tfile_get_trace_state_variable_value): New function.
7501 (init_tfile_ops): New function.
7502 (_initialize_tracepoint): Call it, add tfile target.
7503 (trace_status): New global.
7504 (current_trace_status): New function.
7505 (trace_running_p): Remove, change all users to get from
7506 current_trace_status()->running.
7507 (get_trace_status): Remove.
7508 (trace_status_command): Call target_get_trace_status directly,
7509 report more detail including tracing stop reasons.
7510 (trace_find_command): Always allow tfind on a file.
7511 (trace_find_pc_command): Ditto.
7512 (trace_find_tracepoint_command): Ditto.
7513 (trace_find_line_command): Ditto.
7514 (trace_find_range_command): Ditto.
7515 (trace_find_outside_command): Ditto.
7516 (trace_frames_offset, cur_offset): Declare as off_t.
7517 (trace_regblock_size): Rename from reg_size, update users.
7518 (parse_trace_status): New function.
7519 (tfile_interp_line): New function.
7520 (disconnect_or_stop_tracing): Ensure current trace
7521 status before asking what to do.
7522 (stop_reason_names): New global.
7523 (trace_save_command): New command.
7524 (get_uploaded_tp): Move here from remote.c.
7525 (find_matching_tracepoint): Ditto.
7526 (merge_uploaded_tracepoints): New function.
7527 (parse_trace_status): Use stop_reason_names.
7528 (_initialize_tracepoint): Define tsave command.
7529 * target.h (target_ops): New fields to_save_trace_data,
7530 to_upload_tracepoints, to_upload_trace_state_variables,
7531 to_get_raw_trace_data, change to_get_trace_status
7532 to take a pointer to a status struct.
7533 (target_save_trace_data): New macro.
7534 (target_upload_tracepoints): New macro.
7535 (target_upload_trace_state_variables): New macro.
7536 (target_get_raw_trace_data): New macro.
7537 * target.c (update_current_target): Add new methods, change
7538 signature of to_get_trace_status.
7539 * remote.c (hex2bin): Make globally visible.
7540 (bin2hex): Ditto.
7541 (remote_download_trace_state_variable): Download name also.
7542 (remote_get_trace_status): Update parameter, use
7543 parse_trace_status.
7544 (remote_save_trace_data): New function.
7545 (remote_upload_tracepoints): New function.
7546 (remote_upload_trace_state_variables): New function.
7547 (remote_get_raw_trace_data): New function.
7548 (remote_start_remote): Use them.
7549 (_initialize_remote_ops): Add operations.
7550 * ax-gdb.c: Include breakpoint.h.
7551 * breakpoint.c (create_tracepoint_from_upload): Use
7552 break_command_really, return tracepoint, warn about unimplemented
7553 parts.
7554 * NEWS: Mention trace file addition.
7555
7556 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7557
7558 Fix compilation warning on gcc-3.4.
7559 * exec.c (print_section_info): Move the `displacement' variable
7560 initialization to its declaration.
7561
7562 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7563
7564 * gdb-gdb.py (StructMainTypePrettyPrinter): Fix TYPE_CODE_RANGE
7565 comparison.
7566
7567 2010-01-15 Eric Botcazou <botcazou@adacore.com>
7568
7569 "info tasks" broken by typedefs in ATCB type definitions.
7570 * ada-lang.c (ada_template_to_fixed_record_type_1): Add call to
7571 ada_check_typedef before retrieving the length of the type for
7572 regular fields.
7573
7574 2010-01-15 Joel Brobecker <brobecker@adacore.com>
7575
7576 Do not use name-based lookup for unconstrained packed arrays.
7577 * ada-lang.c (find_parallel_type_by_descriptive_type):
7578 Limit the fallback to name-based lookups to the case where
7579 the type is a constrained packed array.
7580
7581 2010-01-15 Joel Brobecker <brobecker@adacore.com>
7582
7583 Enhance gdb-gdb.py to handle main_type.type_specific.
7584 * gdb-gdb.py: Print the type-specific part of struct main_type.
7585
7586 2010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 * configure.ac (AC_CHECK_FUNCS): Check for setrlimit and getrlimit.
7589 * configure: Regenerate.
7590 * config.in: Regenerate.
7591 * utils.c: Include sys/resource.h.
7592 (dump_core, can_dump_core): New.
7593 (internal_vproblem): Update the comment. Check can_dump_core while
7594 setting dump_core_p. Replace two abort calls by dump_core calls.
7595
7596 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7597 Eli Zaretskii <eliz@gnu.org>
7598
7599 * NEWS: Document the PIE support.
7600
7601 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7602
7603 * linux-tdep.c: Remove includes gdbcore.h, observer.h and elf-bfd.h.
7604 (check_is_pie_binary, _initialize_linux_tdep): Remove.
7605
7606 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7607
7608 * solib-svr4.c (svr4_exec_displacement): New comment for entry_point.
7609 Replace exec_entry_point call by bfd_get_start_address.
7610
7611 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7612
7613 Support Valgrind attachments broken by the PIE support.
7614 * auxv.c: Include gdbcore.h.
7615 (procfs_xfer_auxv): Make static. Reduce its comment. Drop its
7616 parameters ops, object and annex. Remove their assertions.
7617 (ld_so_xfer_auxv, memory_xfer_auxv): New function.
7618 * auxv.h (procfs_xfer_auxv): Remove comment. Rename to ...
7619 (memory_xfer_auxv): ... here.
7620 * linux-nat.c (linux_xfer_partial): Rename procfs_xfer_auxv to
7621 memory_xfer_auxv.
7622 * procfs.c (procfs_xfer_partial): Likewise.
7623 * solib-svr4.c (svr4_relocate_main_executable): New prototype.
7624 (svr4_special_symbol_handling): Call svr4_relocate_main_executable.
7625 (svr4_solib_create_inferior_hook): Conditionalize the
7626 svr4_relocate_main_executable call.
7627
7628 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7629
7630 * solib-svr4.c (scan_dyntag): Remove variable dyn_addr. New variable
7631 target_section. Find SECT in current_target_sections, gdb_assert it.
7632 (elf_lookup_lib_symbol): Pass the binary file if given symfile_objfile.
7633 New variable abfd.
7634 * symtab.c (lookup_objfile_from_block): Return the binary file instead
7635 of separate debug info file.
7636
7637 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7638
7639 Support PIEs with no symfile_objfile.
7640 * exec.c (print_section_info <abfd == exec_bfd>): Relocate Entry point.
7641 * solib-svr4.c (svr4_relocate_main_executable <exec_bfd>): New block.
7642
7643 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 * solib-svr4.c (svr4_relocate_main_executable): Move the static exec
7646 code part to ...
7647 (svr4_static_exec_displacement): ... a new function.
7648 (svr4_exec_displacement): New function.
7649 (svr4_relocate_main_executable): Call svr4_exec_displacement. Allocate
7650 new_offsets using alloca now. Remove variable old_chain and changed.
7651 Call objfile_relocate unconditionally now.
7652
7653 2010-01-14 Doug Evans <dje@google.com>
7654
7655 * gdbtypes.c (arch_flags_type): Fix comment.
7656 * gdbtypes.h (arch_composite_type): Fix comment.
7657
7658 2009-01-14 Tristan Gingold <gingold@adacore.com>
7659
7660 * machoread.c (macho_add_oso_symfile): Add symfile_flags parameter.
7661 Call xstrdup for abfd->filename. Pass symfile_flags and objfile flags
7662 to symbol_file_add_from_bfd. Add OSO as separate objfile.
7663 (macho_oso_symfile): Add symfile_flags parameter. Pass it to
7664 macho_add_oso_symfile.
7665 (macho_symfile_read): Pass symfile_flags to macho_oso_symfile.
7666
7667 2010-01-14 Joel Brobecker <brobecker@adacore.com>
7668
7669 Tru64: Dead threads are never deleted.
7670 * dec-thread.c (dec_thread_ptid_is_alive): New function.
7671 (dec_thread_count_gdb_threads): Fix counter increment.
7672 (dec_thread_add_gdb_thread): Fix *listp increment.
7673 (resync_thread_list): Fix bug in deletion of dead threads that
7674 caused all threads to be deleted, instead of just the dead ones.
7675
7676 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7677
7678 PR python/10705
7679
7680 * python/python-internal.h: Add lazy_string_object_type
7681 definition.
7682 (create_lazy_string_object, gdbpy_initialize_lazy_string)
7683 (gdbpy_is_lazystring, gdbpy_extract_lazy_string): Define.
7684 * python/py-value.c (valpy_lazy_string): New function.
7685 (convert_value_from_python): Add lazy string conversion.
7686 * python/py-prettyprint.c (pretty_print_one_value): Check if
7687 return is also a lazy string.
7688 (print_string_repr): Add lazy string printing branch.
7689 (print_children): Likewise.
7690 * python/py-lazy-string.c: New file. Implement lazy strings.
7691 * python/python.c (_initialize_python): Call
7692 gdbpy_initialize_lazy_string.
7693 * varobj.c (value_get_print_value): Add lazy string printing
7694 branch. Account for encoding.
7695 * c-lang.c (c_printstr): Account for new encoding argument. If
7696 encoding is NULL, find encoding suited for type, otherwise use
7697 user encoding.
7698 * language.h (language_defn): Add encoding argument.
7699 (LA_PRINT_STRING): Likewise.
7700 * language.c (unk_lang_printstr): Update to reflect new encoding
7701 argument to language_defn.
7702 * ada-lang.h (ada_printstr): Likewise.
7703 * c-lang.h (c_printstr): Likewise.
7704 * p-lang.h (pascal_printstr);
7705 * f-lang.c (f_printstr): Likewise.
7706 * m2-lang.c (m2_printstr): Likewise.
7707 * objc-lang.c (objc_printstr): Likewise.
7708 * p-lang.c (pascal_printstr): Likewise.
7709 * scm-lang.c (scm_printstr): Likewise.
7710 * c-valprint.c (c_val_print): Update LA_PRINT_STRING call for
7711 encoding argument.
7712 * ada-valprint.c (ada_printstr): Likewise.
7713 * f-valprint.c (f_val_print): Likewise
7714 * m2-valprint.c (m2_val_print): Likewise.
7715 * p-valprint.c (pascal_val_print): Likewise.
7716 * expprint.c (print_subexp_standard): Likewise.
7717 * valprint.c (val_print_string): Likewise.
7718 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-lazy-string.
7719 (SUBDIR_PYTHON_SRCS): Likewise.
7720 (py-lazy-string.o): New rule.
7721
7722 2010-01-13 Doug Evans <dje@google.com>
7723
7724 * mi/mi-main.c (list_available_thread_groups): Avoid "may be used
7725 uninitialized" warning from gcc on local `tree'.
7726
7727 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7728
7729 Implement core awareness.
7730
7731 * bcache.c (compare_ints): Remove
7732 (print_percentage): Use compare_positive_ints.
7733 * defs.h (compare_positive_ints): Declare.
7734 * linux-nat.h (struct lin_lwp): New field core.
7735 (linux_nat_core_of_thread_1): Declare.
7736 * linux-nat.c (add_lwp): Init the 'core' field.
7737 (linux_nat_wait_1): Record the core.
7738 (linux_nat_core_of_thread_1, linux_nat_core_of_thread): New.
7739 (linux_nat_add_target): Register the above.
7740 * linux-thread-db.c (update_thread_core): New.
7741 (thread_db_find_new_threads): Update core information for
7742 every thread.
7743 * remote.c (struct private_thread_info): New.
7744 (free_private_thread_info, demand_private_info): New.
7745 (PACKET_qXfer_threads, use_osdata_threads): New.
7746 (struct thread_item, threads_parsing_context
7747 (start_thread, end_thread, thread_attributes)
7748 (thread_children, threads_children, threads_elements): New.
7749 (remote_threads_info): Try qXfer:threads before anything
7750 else.
7751 (remote_protocol_packets): Register qXfer:threads.
7752 (remote_open_1): Init use_osdata_threads.
7753 (struct stop_reply): New field 'core'.
7754 (remote_parse_stop_reply): Parse core number.
7755 (process_stop_reply): Record core number.
7756 (remote_xfer_partial): Handle qXfer:threads.
7757 (remote_core_of_thread): New.
7758 (init_remote_ops): Register remote_core_of_thread.
7759 (_initialize_remote): Register qXfer:read.
7760 * target.c (target_core_of_thread): New
7761 * target.h (enum target_object): New value TARGET_OBJECT_THREADS.
7762 (struct target_ops): New field to_core_of_threads.
7763 (target_core_of_thread): Declare.
7764 * gdbthread.h (struct thread_info): New field private_dtor.
7765 * thread.c (print_thread_info): Report the core.
7766 * ui-out.c (MAX_UI_OUT_LEVELS): Increase.
7767 * utils.c (compare_positive_ints): New.
7768 * features/threads.dtd: New.
7769 * mi/mi-interp.c (mi_on_normal_stop): Report the core.
7770 * mi/mi-main.c (struct collect_cores_data, collect_cores)
7771 (do_nothing, free_vector_of_osdata_items)
7772 (splay_tree_int_comparator, free_splay_tree): New.
7773 (print_one_inferior_data): Implemented printing of selected
7774 inferiors. Collect and print cores.
7775 (output_cores): New.
7776 (mi_cmd_list_thread_groups): Support --recurse. Permit specifying
7777 thread groups together with --available.
7778
7779 2010-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7780
7781 * configure: Regenerate (for _STRUCTURED_PROC).
7782
7783 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7784
7785 Delete dead function.
7786 * ada-lang.c (extract_string): Delete. No longer used.
7787
7788 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7789
7790 Fix -Wunused warning in dec-thread.c.
7791 * dec-thread.c (dec_thread_count_gdb_threads)
7792 (dec_thread_add_gdb_thread): Prevent -Wunused warning.
7793
7794 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7795
7796 * ada-valprint.c (ada_print_floating): Remove trailing space.
7797
7798 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7799
7800 Add support for DW_AT_GNAT_descriptive_type.
7801 * gdbtypes.h (enum type_specific_kind): New enum.
7802 (struct main_type) [type_specific_field]: New component.
7803 [type_specific]: Add new component "gnat_stuff".
7804 (struct gnat_aux_type): New type.
7805 (INIT_CPLUS_SPECIFIC): Also set TYPE_SPECIFIC_FIELD (type).
7806 (HAVE_CPLUS_STRUCT): Also check TYPE_SPECIFIC_FIELD (type).
7807 (gnat_aux_default, allocate_gnat_aux_type): Add declaration.
7808 (INIT_GNAT_SPECIFIC, ALLOCATE_GNAT_AUX_TYPE, HAVE_GNAT_AUX_INFO)
7809 (TYPE_SPECIFIC_FIELD): New macros.
7810 (TYPE_CPLUS_SPECIFIC): Return cplus_struct_default if the given
7811 type does not hold any cplus-specific data.
7812 (TYPE_RAW_CPLUS_SPECIFIC): New macro.
7813 (TYPE_GNAT_SPECIFIC, TYPE_DESCRIPTIVE_TYPE): New macros.
7814 (TYPE_IS_OPAQUE): Use HAVE_CPLUS_STRUCT to check if type has
7815 cplus-specific data.
7816 * gdbtypes.c (allocate_cplus_struct_type): Minor stylistic rewrite.
7817 Set new component TYPE_SPECIFIC_FIELD (type).
7818 (gnat_aux_default): New constant.
7819 (allocate_gnat_aux_type): New function.
7820 (init_type): Add initialization the type-specific stuff for
7821 TYPE_CODE_FLT and TYPE_CODE_FUNC types.
7822 (print_gnat_stuff): New function.
7823 (recursive_dump_type): Use HAVE_CPLUS_STRUCT to check for cplus-
7824 specific data. Adjust code that prints the contents of the
7825 type-specific union using the TYPE_SPECIFIC_FIELD value.
7826 * dwarf2read.c (dwarf2_attach_fields_to_type): Do not allocate
7827 the type cplus stuff for Ada types.
7828 (dwarf2_add_member_fn, dwarf2_attach_fn_fields_to_type):
7829 Error out if these routines are called with an Ada type.
7830 (read_structure_type, read_array_type, read_subrange_type):
7831 Add call to set_descriptive_type.
7832 (set_die_type): Initialize the gnat-specific data if necessary.
7833 (need_gnat_info, die_descriptive_type, set_descriptive_type):
7834 New functions.
7835 * ada-lang.c (decode_constrained_packed_array_type): Use
7836 decode_constrained_packed_array_type instead of doing a standard
7837 lookup to locate a parallel type.
7838 (find_parallel_type_by_descriptive_type): New function.
7839 (ada_find_parallel_type_with_name): New function.
7840 (ada_find_parallel_type): Reimplement using
7841 ada_find_parallel_type_with_name.
7842 * ada-valprint.c (print_field_values): Use HAVE_CPLUS_STRUCT
7843 to check if type has a cplus stuff.
7844 * linespec.c (total_number_of_methods): Likewise.
7845 * mdebugread.c (new_type): Likewise.
7846
7847 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7848
7849 * NEWS: Document the 0b binary number prefix parsing.
7850
7851 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7852
7853 * objfiles.c (objfile_relocate1): Change the return type to int.
7854 Describe the new return value. Return non-zero if data changed.
7855 (objfile_relocate): New variable changed. Set it. Call
7856 breakpoint_re_set depending on CHANGED.
7857
7858 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 Implement binary numbers parsing.
7861 * c-exp.y (parse_number): New case 'b' and 'B'.
7862
7863 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7864 Tristan Gingold <gingold@adacore.com>
7865
7866 * solib.c (info_sharedlibrary_command): Replace
7867 objfile_has_partial_symbols and objfile_has_full_symbols calls by
7868 objfile_has_symbols.
7869
7870 2010-01-10 Joel Brobecker <brobecker@adacore.com>
7871
7872 * NEWS: Document the improvements made to the mips-irix port.
7873
7874 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7875
7876 Fix the documentation of valprint.c:value_print.
7877 * valprint.c (value_print): Update the function description to
7878 mention that the syntax of the output follows the current_language,
7879 not necessarily C.
7880
7881 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 Fix displacement of separate debug info files.
7884 * objfiles.c (objfile_relocate): Rename to ...
7885 (objfile_relocate1): ... here and make it static. Extend the comment.
7886 (objfile_relocate): New function.
7887 * solib-spu.c (spu_relocate_main_executable): Explicitly check if
7888 SYMFILE_OBJFILE is NULL. Remove variables objfile and old_chain.
7889 Remove following of SEPARATE_DEBUG_OBJFILE. new_offsets is now
7890 allocated using alloca.
7891 * symfile.c (copy_section_addr_info): Remove.
7892 (build_section_addr_info_from_objfile): Make it global. New variables
7893 addr_bit and mask, use them.
7894 * symfile.h (build_section_addr_info_from_objfile): New prototype.
7895 (copy_section_addr_info): Remove.
7896
7897 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7898
7899 Signal unwinder for mips-irix N32.
7900 * mips-irix-tdep.c: #include mips-tdep.h, trad-frame.h, and
7901 tramp-frame.h.
7902 (SIGTRAMP_FRAME_SIZE, SIGCONTEXT_PC_OFF, SIGCONTEXT_REGS_OFF)
7903 (SIGCONTEXT_FPREGS_OFF, SIGCONTEXT_FPCSR_OFF, SIGCONTEXT_HI_OFF)
7904 (SIGCONTEXT_LO_OFF): New macros.
7905 (mips_irix_n32_tramp_frame_init): New function.
7906 (mips_irix_n32_tramp_frame): New static constant.
7907 (mips_irix_init_abi): Prepend the mips_irix_n32_tramp_frame unwinder.
7908
7909 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7910
7911 Breakpoint in shared library does not work on mips-irix.
7912 * procfs.c: #include "observer.h".
7913 (procfs_inferior_created): New function, moving here the code
7914 which unsets the syssgi syscall-exit notifications.
7915 (procfs_create_inferior): Remove the code which unsets the syssgi
7916 syscall-exit notifications. It is too early to do this here.
7917 (_initialize_procfs): Attach the procfs_inferior_created observer.
7918
7919 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7920
7921 Wrong return convention for arrays (mips-irix).
7922 * mips-tdep.c (mips_n32n64_return_value): Arrays whose size is
7923 128 bits or smaller are returned the same way as structs
7924 and unions of the the same size.
7925
7926 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7927
7928 Cannot set the PC on mips-irix.
7929 * irix5-nat.c (fill_gregset): Check regno against the raw PC
7930 register number, no the cooked one.
7931
7932 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7933
7934 Error while loading core file on mips-irix.
7935 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing
7936 if debugging from a core file.
7937
7938 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7939
7940 GDB hangs when attaching to process on mips-irix.
7941 * solib-irix.c (irix_solib_create_inferior_hook): Do nothing if
7942 attaching to a process.
7943
7944 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7945
7946 Use the correct breakpoint instruction on mips-irix.
7947 * mips-tdep.c (mips_breakpoint_from_pc): Add new static variable
7948 containing the correct breakpoint instruction to use on mips-irix.
7949 Use it when the osabi is GDB_OSABI_IRIX.
7950
7951 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7952
7953 -Wunused warning in procfs.c (mips-irix only).
7954 * procfs.c (gdb_praddset, gdb_prdelset): New macros. Use them
7955 throughout instead of using praddset and prdelset respectively.
7956
7957 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7958
7959 GDB crash while stepping into function.
7960 * infrun.c (handle_inferior_event): Refetch the current frame
7961 after handling what.main_action, in case that pointer became
7962 dangling.
7963
7964 2010-01-09 Joel Brobecker <brobecker@adacore.com>
7965
7966 Fix build failure of solaris-hosted cross debuggers.
7967 * ada-valprint.c, parse.c: Include defs.h before including ctype.h.
7968
7969 2010-01-09 Daniel Gutson <dgutson@codesourcery.com>
7970
7971 Fix build failure on sparc-solaris.
7972 * procfs.c: (procfs_do_thread_registers) Use elfcore_write_lwpstatus.
7973
7974 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7975
7976 Move some symfile code into subroutines.
7977 * symfile.h (relative_addr_info_to_section_offsets)
7978 (addr_info_make_relative): New prototypes.
7979 * symfile.c (default_symfile_offsets): Move a part to ...
7980 (relative_addr_info_to_section_offsets): ... this new function.
7981 (default_symfile_offsets): Call it.
7982 (syms_from_objfile <!mainline && addrs && addrs->other[0].name>): Move
7983 this part to ...
7984 (addr_info_make_relative): ... this new function.
7985
7986 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 Add from_tty to solib_create_inferior_hook.
7989 * infcmd.c (post_create_inferior): Move solib_add after
7990 solib_create_inferior_hook. Pass from_tty to
7991 solib_create_inferior_hook. Call solib_add and SOLIB_ADD with
7992 0 from_tty and comment why.
7993 * infrun.c (follow_exec): Pass from_tty solib_create_inferior_hook as 0.
7994 * linux-nat.c (linux_child_follow_fork): Likewise.
7995 * nto-procfs.c (procfs_post_attach, procfs_create_inferior): Likewise.
7996 * solib-darwin.c (darwin_solib_create_inferior_hook): New parameter
7997 from_tty.
7998 * solib-frv.c (frv_solib_create_inferior_hook): Likewise.
7999 * solib-irix.c (irix_solib_create_inferior_hook): Likewise.
8000 * solib-null.c (null_solib_create_inferior_hook): Likewise.
8001 * solib-osf.c (osf_solib_create_inferior_hook): Likewise.
8002 * solib-pa64.c (pa64_solib_create_inferior_hook): Likewise.
8003 * solib-som.c (som_solib_create_inferior_hook): Likewise.
8004 * solib-spu.c (spu_solib_create_inferior_hook): New parameter from_tty.
8005 Pass it to svr4_so_ops.solib_create_inferior_hook.
8006 * solib-sunos.c (sunos_solib_create_inferior_hook): New parameter
8007 from_tty.
8008 * solib-svr4.c (enable_break): New parameter from_tty. Pass it to
8009 solib_add.
8010 (svr4_solib_create_inferior_hook): New parameter from_tty. Pass it to
8011 enable_break.
8012 * solib-target.c (solib_target_solib_create_inferior_hook): New
8013 parameter from_tty.
8014 * solib.c (solib_create_inferior_hook): New parameter from_tty. Pass
8015 it to ops->solib_create_inferior_hook.
8016 (reload_shared_libraries): Pass from_tty to solib_create_inferior_hook.
8017 Move solib_add after solib_create_inferior_hook, call it now with
8018 from_tty as 0. New comment there.
8019 * solib.h (solib_create_inferior_hook): New parameter from_tty.
8020 * solist.h (struct target_so_ops <solib_create_inferior_hook>):
8021 Likewise.
8022
8023 2010-01-08 Vladimir Prus <vladimir@codesourcery.com>
8024
8025 Fix multiexec race.
8026 * infrun.c (handle_inferior_event): Use get_thread_regcache
8027 with events ptid, not get_current_regcache.
8028
8029 2009-01-08 Joel Brobecker <brobecker@adacore.com>
8030
8031 GDB crash with empty executable name (MinGW).
8032 * source.c (openp): Add assert that parameter string is not NULL.
8033 if parameter string is an empty string, then return with a failure
8034 immediately.
8035
8036 2009-01-08 Joel Brobecker <brobecker@adacore.com>
8037
8038 Get rid of support for VAX Floats.
8039 * ada-lang.h (ada_is_vax_floating_type, ada_vax_float_type_suffix)
8040 (ada_vax_float_print_function): Delete.
8041 * ada-lang.c (ada_is_vax_floating_type, ada_vax_float_type_suffix)
8042 (ada_vax_float_print_function): Delete.
8043 * ada-typeprint.c (print_vax_floating_point_type): Delete.
8044 (ada_print_type): Remove support for VAX floats.
8045 * ada-valprint.c (ada_val_print_1): Remove support for VAX floats.
8046
8047 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 * stabsread.c (read_args): Handle zero arguments.
8050
8051 2009-01-08 Joel Brobecker <brobecker@adacore.com>
8052
8053 Cannot find in-tree libiconv.a after reconfigure.
8054 * acinclude.m4 (AM_ICONV): If we find an in-tree libiconv.a
8055 that we can use, then cache the path to this archive.
8056 * configure: Regenerate.
8057
8058 2010-01-07 Stan Shebs <stan@codesourcery.com>
8059
8060 Make tracepoint operations go through target vector.
8061 * target.h (enum trace_find_type): New enum.
8062 (struct target_ops): New fields to_trace_init,
8063 to_download_tracepoint, to_download_trace_state_variable,
8064 to_trace_set_readonly_regions, to_trace_start, to_get_trace_status,
8065 to_trace_stop, to_trace_find, to_get_trace_state_variable_value,
8066 to_set_disconnected_tracing.
8067 (target_trace_init): New macro.
8068 (target_download_tracepoint): New macro.
8069 (target_download_trace_state_variable): New macro.
8070 (target_trace_start): New macro.
8071 (target_trace_set_readonly_regions): New macro.
8072 (target_get_trace_status): New macro.
8073 (target_trace_stop): New macro.
8074 (target_trace_find): New macro.
8075 (target_get_trace_state_variable_value): New macro.
8076 (target_set_disconnected_tracing): New macro.
8077 * target.c (update_current_target): Inherit and set defaults for
8078 tracepoint operations.
8079 * tracepoint.c (default_collect): Make globally visible.
8080 (target_is_remote): Remove, along with all calls.
8081 (tvariables_info): Call target_get_trace_state_variable_value.
8082 (remote_set_transparent_ranges): Remove.
8083 (trace_start_command): Call target_trace_init,
8084 target_download_tracepoint, etc.
8085 (download_tracepoint): Remove.
8086 (trace_stop_command): Simplify.
8087 (stop_tracing): Call target_trace_stop.
8088 (get_trace_status): Call target_get_trace_status.
8089 (trace_status_command): Add case for targets that cannot trace.
8090 (finish_tfind_command): Change to take numerical arguments, call
8091 target_trace_find.
8092 (trace_find_command): Update call to finish_tfind_command.
8093 (trace_find_pc_command): Ditto.
8094 (trace_find_tracepoint_command): Ditto.
8095 (trace_find_line_command): Ditto.
8096 (trace_find_range_command): Ditto.
8097 (trace_find_outside_command): Ditto.
8098 (set_disconnected_tracing_value): Call
8099 target_set_disconnected_tracing.
8100 * remote.c: Add protocol encoding bits from tracepoint.c.
8101 (trace_error): Move from tracepoint.c.
8102 (remote_get_noisy_reply): Ditto.
8103 (free_actions_list_cleanup_wrapper): Ditto.
8104 (free_actions_list): Ditto.
8105 (remote_trace_init): New function.
8106 (remote_download_tracepoint): New function.
8107 (remote_download_trace_state_variable): New function.
8108 (remote_trace_set_readonly_regions): New function.
8109 (remote_trace_start): New function.
8110 (remote_get_trace_status): New function.
8111 (remote_trace_stop): New function.
8112 (remote_trace_find): New function.
8113 (remote_download_trace_state_variable): New function.
8114 (remote_set_disconnected_tracing): New function.
8115 (init_remote_ops): Add tracepoint operations.
8116
8117 * tracepoint.c (trace_dump_command): Don't decr_pc_after_break.
8118
8119 2010-01-07 Tristan Gingold <gingold@adacore.com>
8120
8121 * symfile.c (build_section_addr_info_from_objfile): New function.
8122 (symbol_file_add_separate): Don't use offsets from objfile but
8123 built an addr info.
8124
8125 2010-01-06 Stan Shebs <stan@codesourcery.com>
8126
8127 Support disconnected tracing.
8128 * infcmd.c (detach_command): Ask whether to stop tracing.
8129 * cli/cli-cmds.c (quit_command): Ditto.
8130 * breakpoint.h (struct breakpoint): New field number_on_target.
8131 * breakpoint.c (create_tracepoint_from_upload): New function.
8132 (get_tracepoint_by_number_on_target): New function.
8133 * remote.c (struct remote): New field disconnected_tracing.
8134 (remote_disconnected_tracing_feature): New function.
8135 (remote_protocol_features): Add DisconnectedTracing.
8136 (struct uploaded_tp): New struct.
8137 (uploaded_tps): New global.
8138 (get_uploaded_tp): New function.
8139 (find_matching_tracepoint): New function.
8140 (remote_get_tracing_state): New function.
8141 (remote_start_remote): Call it.
8142 * tracepoint.c (disconnected_tracing): New global.
8143 (trace_start_command): Initialize number_on_target.
8144 (stop_tracing): New function, split out from...
8145 (trace_stop_command): Call stop_tracing.
8146 (get_trace_status): New function, split out from...
8147 (trace_status_command): Call get_trace_status, add info on
8148 disconnection behavior.
8149 (disconnect_or_stop_tracing): New function.
8150 (finish_tfind_command): Translate from number on target.
8151 (trace_find_tracepoint_command): Translate to number on target.
8152 (send_disconnected_tracing_value): New function.
8153 (set_disconnected_tracing): New function.
8154 (_initialize_tracepoint): Add disconnected-tracing variable.
8155 * NEWS: Mention disconnected tracing.
8156
8157 2010-01-06 Tristan Gingold <gingold@adacore.com>
8158
8159 * symtab.c (lookup_global_symbol_from_objfile): Rename objfile
8160 parameter to main_objfile. Iterate on all separate debug objfiles.
8161 * symfile.h (symbol_file_add_separate)
8162 (find_separate_debug_file_by_debuglink): Remove parameter names.
8163 * symfile.c (symbol_file_add_separate): Use add_separate_objfile.
8164 (reread_symbols): Use free_objfile_separate_debug.
8165 * objfiles.h (struct objfile): Add separate_debug_objfile_link.
8166 Adjust comment.
8167 (objfile_separate_debug_iterate, add_separate_debug_objfile)
8168 (free_objfile_separate_debug): New prototypes.
8169 * objfiles.c (objfile_separate_debug_iterate): New function.
8170 (add_separate_debug_objfile, free_objfile_separate_debug): New
8171 functions.
8172 (free_objfile): Use free_objfile_separate_debug. Adjust for
8173 multiple separate debug objfile.
8174 (objfile_has_symbols): Adjust comment. Iterate on all separate
8175 debug objfiles.
8176 * minsyms.c (lookup_minimal_symbol): Adjust for multiple separate
8177 debug objfile.
8178 (lookup_minimal_symbol_text): Ditto.
8179 (lookup_minimal_symbol_by_pc_name): Ditto.
8180 (lookup_minimal_symbol_solib_trampoline): Ditto.
8181 (lookup_minimal_symbol_by_pc_section_1): Iterate on all separate
8182 debug objfiles.
8183
8184 2010-01-05 Stan Shebs <stan@codesourcery.com>
8185
8186 Add fast tracepoints.
8187 * arch-utils.h (default_fast_tracepoint_valid_at): Declare.
8188 * arch-utils.c (default_fast_tracepoint_valid_at): New function.
8189 * breakpoint.h (enum bptype): Add bp_fast_tracepoint.
8190 * breakpoint.c (tracepoint_type): New function.
8191 (ALL_TRACEPOINTS): Use it.
8192 (should_be_inserted): Ditto.
8193 (bpstat_check_location): Ditto.
8194 (print_one_breakpoint_location): Ditto.
8195 (user_settable_breakpoint): Ditto.
8196 (set_breakpoint_location_function): Ditto.
8197 (disable_breakpoints_in_shlibs): Ditto.
8198 (delete_trace_command): Ditto.
8199 (print_it_typical): Add bp_fast_tracepoint case.
8200 (bpstat_what): Ditto.
8201 (print_one_breakpoint_location): Ditto.
8202 (allocate_bp_location): Ditto.
8203 (mention): Ditto.
8204 (breakpoint_re_set_one): Ditto.
8205 (disable_command): Ditto.
8206 (enable_command): Ditto.
8207 (check_fast_tracepoint_sals): New function.
8208 (break_command_really): Call it.
8209 (ftrace_command): New function.
8210 (_initialize_breakpoint): Add ftrace command.
8211 * gdbarch.sh (fast_tracepoint_valid_at): New.
8212 * gdbarch.h, gdbarch.c: Regenerate.
8213 * i386-tdep.c (i386_fast_tracepoint_valid_at): New function.
8214 (i386_gdbarch_init): Use it.
8215 * remote.c (struct remote_state): New field fast_tracepoints.
8216 (PACKET_FastTracepoints): New packet config type.
8217 (remote_fast_tracepoint_feature): New function.
8218 (remote_protocol_features): Add FastTracepoints.
8219 (remote_supports_fast_tracepoints): New function.
8220 (_initialize_remote): Add FastTracepoints.
8221 * tracepoint.c (download_tracepoint): Add fast tracepoint option.
8222 * NEWS: Mention fast tracepoints.
8223
8224 2010-01-06 Joel Brobecker <brobecker@adacore.com>
8225
8226 * gdb-gdb.py: New file.
8227
8228 2010-01-05 Michael Snyder <msnyder@vmware.com>
8229
8230 * infrun.c (handle_inferior_event): Fix typo in comment.
8231
8232 2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8233
8234 * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
8235
8236 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8237
8238 * features/Makefile (WHICH): Add s390-linux32, s390-linux64,
8239 and s390x-linux64.
8240 (s390-linux32-expedite): Define.
8241 (s390-linux64-expedite): Define.
8242 (s390x-linux64-expedite): Define.
8243 * features/s390-acr.xml: New file.
8244 * features/s390-fpr.xml: New file.
8245 * features/s390-core32.xml: New file.
8246 * features/s390-core64.xml: New file.
8247 * features/s390x-core64.xml: New file.
8248 * features/s390-linux32.xml: New file.
8249 * features/s390-linux64.xml: New file.
8250 * features/s390x-linux64.xml: New file.
8251 * features/s390-linux32.c: New generated file.
8252 * features/s390-linux64.c: New generated file.
8253 * features/s390x-linux64.c: New generated file.
8254
8255 * regformats/s390-linux32.dat: New generated file.
8256 * regformats/s390-linux64.dat: New generated file.
8257 * regformats/s390x-linux64.dat: New generated file.
8258 * regformats/reg-s390.dat: Remove.
8259 * regformats/reg-s390x.dat: Remove.
8260
8261 * s390-nat.c: Include "auxv.h" and <elf.h>.
8262 (HWCAP_S390_HIGH_GPRS): Define if undefined.
8263 (s390_target_wordsize): New function.
8264 (s390_auxv_parse): Likewise.
8265 (s390_get_hwcap): Likewise.
8266 (s390_read_description): Likewise.
8267 (_initialize_s390_nat): Install s390_auxv_parse and
8268 s390_read_description.
8269
8270 * s390-tdep.c: Include "features/s390-linux32.c",
8271 "features/s390-linux64.c", and "features/s390x-linux64.c".
8272 (struct gdbarch_tdep): Add gpr_full_regnum, pc_regnum, and cc_regnum.
8273 (s390_register_call_saved): New function.
8274 (s390_register_name): Remove.
8275 (s390_register_type): Remove.
8276 (s390_dwarf_regmap): Add lower half GPR pseudo DWARF CFI regnums.
8277 (s390_dwarf_reg_to_regnum): Remap GPR regnums to full GPRs.
8278 (s390_adjust_frame_regnum): Remap GPR regnums to lower halves for CFI.
8279 (s390_pseudo_register_name): New function.
8280 (s390_pseudo_register_type): New function.
8281 (s390_pseudo_register_read): Handle both 32-bit and 64-bit cases.
8282 Handle full GPR pesudos and varying pseudo register numbers.
8283 (s390_pseudo_register_write): Likewise
8284 (s390x_pseudo_register_read): Remove.
8285 (s390x_pseudo_register_write): Likewise.
8286 (s390_register_group): Remove.
8287 (s390_pseudo_register_group): New function.
8288 (s390_regmap_gregset): Add GPR upper halves.
8289 (s390x_regmap_gregset): Likewise.
8290 (s390_regmap_fpregset): Likewise.
8291 (s390_regmap_upper): New global variable.
8292 (s390_upper_regset): New global variable.
8293 (s390_upper_regset_sections): New global variable.
8294 (s390_regset_from_core_section): Handle GPR upper halves.
8295 (s390_core_read_description): New function.
8296 (s390_prologue_frame_unwind_cache): Set up ABI call-saved/clobbered
8297 register information. Handle varying pseudo register numbers.
8298 (s390_backchain_frame_unwind_cache): Likewise.
8299 (s390_frame_prev_register): Unwind full GPRs to show lower halves.
8300 (s390_stub_frame_unwind_cache): Handle varying pseudo register numbers.
8301 (s390_sigtramp_frame_unwind_cache): Unwind PSWM and PSWA as well as
8302 PC and CC pseudos. Unwind upper halves and full GPRs as appropriate.
8303 Handle varying pseudo register numbers.
8304 (s390_unwind_pc): Handle varying pseudo register numbers.
8305 (s390_dwarf2_prev_register): New function.
8306 (s390_dwarf2_frame_init_reg): Set up ABI call-saved/clobbered
8307 register information. Handle varying pseudo register numbers.
8308 Install s390_dwarf2_prev_register to unwind full GPRs.
8309 (s390_gdbarch_init): Handle target descriptions. Assign varying
8310 pseudo register numbers. Install s390_adjust_frame_regnum.
8311 (_initialize_s390_tdep): Initialize target descriptions.
8312
8313 * s390-tdep.h (S390_R0_UPPER_REGNUM .. S390_R15_UPPER_REGNUM): Define.
8314 (S390_NUM_REGS): Redefine to include upper half registers.
8315 (S390_PC_REGNUM, S390_CC_REGNUM): Remove.
8316 (S390_NUM_PSEUDO_REGS, S390_NUM_TOTAL_REGS): Likewise.
8317 (tdesc_s390_linux32): Add declaration.
8318 (tdesc_s390_linux64): Likewise.
8319 (tdesc_s390x_linux64): Likewise.
8320
8321 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8322
8323 * regset.h (struct core_regset_section): Add HUMAN_NAME.
8324 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
8325 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
8326 (ppc_linux_vmx_regset_sections): Likewise.
8327 (ppc_linux_fp_regset_sections): Likewise.
8328
8329 * corelow.c (get_core_register_section): Constify arguments.
8330 (get_core_registers): Use gdbarch_core_regset_sections instead
8331 of hard-coded platform-specific register section names.
8332
8333 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8334
8335 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
8336 a register, assume the least-significant part is used.
8337 (write_pieced_value): Likewise.
8338
8339 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
8340
8341 * printcmd.c: Include "arch-utils.h".
8342 (do_one_display): Re-parse expression if current architecture changed.
8343
8344 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8345 Joel Brobecker <brobecker@adacore.com>
8346
8347 * gdbtypes.c (check_typedef): New comment on type length.
8348 * value.c (allocate_value_lazy): Remove the unused atype variable. New
8349 comment on type length.
8350 (value_primitive_field): Keep the original TYPE value, new comment.
8351
8352 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
8355 p_start. Change != comparisons to > and < comparisons.
8356
8357 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 * cli/cli-script.c (process_next_line): Check P2 overrun.
8360
8361 2009-01-01 Joel Brobecker <brobecker@adacore.com>
8362
8363 Update the copyright hearder to add year 2010 for most GDB files.
8364
8365 2009-01-01 Joel Brobecker <brobecker@adacore.com>
8366
8367 Fix build failure in inf-ptrace.c.
8368 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
8369
8370 2010-01-01 Joel Brobecker <brobecker@adacore.com>
8371
8372 * top.c (print_gdb_version): Update copyright year.
8373
8374 2010-01-01, 10 Joel Brobecker <brobecker@adacore.com>
8375
8376 Fix break *FUN'address thread NUM.
8377 * ada-lex.l (task): Expand rule to also match the thread keyword.
8378
8379 2010-01-01 Joel Brobecker <brobecker@adacore.com>
8380
8381 Fix break *FUN'address task NUM.
8382 * ada-lex.l (task): New rule.
8383 * ada-lang.c (valid_task_id): Make sure the Ada task list has
8384 been built before using it.
8385
8386 For older changes see ChangeLog-2009.
8387 \f
8388 Local Variables:
8389 mode: change-log
8390 left-margin: 8
8391 fill-column: 74
8392 version-control: never
8393 coding: utf-8
8394 End: