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