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