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